@acorex/components 20.8.11 → 20.8.12
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": "20.8.
|
|
3
|
+
"version": "20.8.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.8.
|
|
6
|
-
"@acorex/cdk": "20.8.
|
|
5
|
+
"@acorex/core": "20.8.12",
|
|
6
|
+
"@acorex/cdk": "20.8.12",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -424,14 +424,14 @@
|
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
426
|
},
|
|
427
|
-
"./switch": {
|
|
428
|
-
"types": "./switch/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
|
-
},
|
|
431
427
|
"./tabs": {
|
|
432
428
|
"types": "./tabs/index.d.ts",
|
|
433
429
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
434
430
|
},
|
|
431
|
+
"./switch": {
|
|
432
|
+
"types": "./switch/index.d.ts",
|
|
433
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
434
|
+
},
|
|
435
435
|
"./tag": {
|
|
436
436
|
"types": "./tag/index.d.ts",
|
|
437
437
|
"default": "./fesm2022/acorex-components-tag.mjs"
|