Skip to content

fix(breadcrumbs): fixed error on component import (#DS-3523) #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/installation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ npm install @koobiq/date-adapter
npm install @koobiq/date-formatter
npm install luxon
npm install @messageformat/core
npm install @radix-ng/primitives@^0.14.0
npm install @radix-ng/primitives@^0.23.0
```
2 changes: 1 addition & 1 deletion docs/guides/installation.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ npm install @koobiq/date-adapter
npm install @koobiq/date-formatter
npm install luxon
npm install @messageformat/core
npm install @radix-ng/primitives@^0.14.0
npm install @radix-ng/primitives@^0.23.0
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@koobiq/date-adapter": "^3.2.3",
"@koobiq/date-formatter": "^3.2.3",
"@koobiq/icons": "9.4.0",
"@radix-ng/primitives": "^0.20.2",
"@radix-ng/primitives": "^0.23.0",
"ag-grid-angular": "^30.2.1",
"ag-grid-community": "^30.2.1",
"highlight.js": "^11.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@koobiq/icons": "^9.4.0",
"@koobiq/tokens-builder": "3.11.0",
"@koobiq/design-tokens": "3.12.1",
"@radix-ng/primitives": "^0.14.0"
"@radix-ng/primitives": "^0.23.0"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5455,15 +5455,15 @@ __metadata:
languageName: node
linkType: hard

"@radix-ng/primitives@npm:^0.20.2":
version: 0.20.2
resolution: "@radix-ng/primitives@npm:0.20.2"
"@radix-ng/primitives@npm:^0.23.0":
version: 0.23.0
resolution: "@radix-ng/primitives@npm:0.23.0"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/cdk": ^18.0.0
"@angular/core": ^18.0.0
checksum: 10c0/34ce746eb30317f971d5b9f1eb0e4fea0bf127d65fc6d15a67579f3e9e51ef8027b6afe1dc7ba18bea371feba3f9b4aefcaf1185098e4059b9938af5d5ad7938
checksum: 10c0/c90946928b02f0eadfee58d1910362f039181d28c6f447e29021b958e8f6404192a62cdb12dbc16e5c661bcdf6bfdf8db62cb1826b8822e3765299d9a3f1ffe7
languageName: node
linkType: hard

Expand Down Expand Up @@ -14681,7 +14681,7 @@ __metadata:
"@microsoft/api-extractor": "npm:7.40.2"
"@octokit/rest": "npm:^18.9.1"
"@prettier/plugin-xml": "npm:^3.4.1"
"@radix-ng/primitives": "npm:^0.20.2"
"@radix-ng/primitives": "npm:^0.23.0"
"@rollup/plugin-commonjs": "npm:^24.0.0"
"@rollup/plugin-json": "npm:^6.0.0"
"@rollup/plugin-node-resolve": "npm:^15.0.2"
Expand Down