@acorex/components 20.2.44 → 20.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.45",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.2.
|
|
6
|
-
"@acorex/cdk": "20.2.
|
|
5
|
+
"@acorex/core": "20.2.45",
|
|
6
|
+
"@acorex/cdk": "20.2.45",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -400,14 +400,14 @@
|
|
|
400
400
|
"types": "./select-box/index.d.ts",
|
|
401
401
|
"default": "./fesm2022/acorex-components-select-box.mjs"
|
|
402
402
|
},
|
|
403
|
-
"./selection-list-2": {
|
|
404
|
-
"types": "./selection-list-2/index.d.ts",
|
|
405
|
-
"default": "./fesm2022/acorex-components-selection-list-2.mjs"
|
|
406
|
-
},
|
|
407
403
|
"./selection-list": {
|
|
408
404
|
"types": "./selection-list/index.d.ts",
|
|
409
405
|
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
410
406
|
},
|
|
407
|
+
"./selection-list-2": {
|
|
408
|
+
"types": "./selection-list-2/index.d.ts",
|
|
409
|
+
"default": "./fesm2022/acorex-components-selection-list-2.mjs"
|
|
410
|
+
},
|
|
411
411
|
"./side-menu": {
|
|
412
412
|
"types": "./side-menu/index.d.ts",
|
|
413
413
|
"default": "./fesm2022/acorex-components-side-menu.mjs"
|