@acorex/components 21.0.0-next.56 → 21.0.0-next.57
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
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.57",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.57",
|
|
6
|
+
"@acorex/cdk": "21.0.0-next.57",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -425,14 +425,14 @@
|
|
|
425
425
|
"types": "./sliding-item/index.d.ts",
|
|
426
426
|
"default": "./fesm2022/acorex-components-sliding-item.mjs"
|
|
427
427
|
},
|
|
428
|
-
"./switch": {
|
|
429
|
-
"types": "./switch/index.d.ts",
|
|
430
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
431
|
-
},
|
|
432
428
|
"./step-wizard": {
|
|
433
429
|
"types": "./step-wizard/index.d.ts",
|
|
434
430
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
435
431
|
},
|
|
432
|
+
"./switch": {
|
|
433
|
+
"types": "./switch/index.d.ts",
|
|
434
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
435
|
+
},
|
|
436
436
|
"./tabs": {
|
|
437
437
|
"types": "./tabs/index.d.ts",
|
|
438
438
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|