@acorex/components 20.6.23 → 20.6.24

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.6.23",
3
+ "version": "20.6.24",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.6.23",
6
- "@acorex/cdk": "20.6.23",
5
+ "@acorex/core": "20.6.24",
6
+ "@acorex/cdk": "20.6.24",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -60,14 +60,14 @@
60
60
  "types": "./accordion/index.d.ts",
61
61
  "default": "./fesm2022/acorex-components-accordion.mjs"
62
62
  },
63
- "./action-sheet": {
64
- "types": "./action-sheet/index.d.ts",
65
- "default": "./fesm2022/acorex-components-action-sheet.mjs"
66
- },
67
63
  "./alert": {
68
64
  "types": "./alert/index.d.ts",
69
65
  "default": "./fesm2022/acorex-components-alert.mjs"
70
66
  },
67
+ "./action-sheet": {
68
+ "types": "./action-sheet/index.d.ts",
69
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
70
+ },
71
71
  "./aspect-ratio": {
72
72
  "types": "./aspect-ratio/index.d.ts",
73
73
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
@@ -420,14 +420,14 @@
420
420
  "types": "./sliding-item/index.d.ts",
421
421
  "default": "./fesm2022/acorex-components-sliding-item.mjs"
422
422
  },
423
- "./step-wizard": {
424
- "types": "./step-wizard/index.d.ts",
425
- "default": "./fesm2022/acorex-components-step-wizard.mjs"
426
- },
427
423
  "./switch": {
428
424
  "types": "./switch/index.d.ts",
429
425
  "default": "./fesm2022/acorex-components-switch.mjs"
430
426
  },
427
+ "./step-wizard": {
428
+ "types": "./step-wizard/index.d.ts",
429
+ "default": "./fesm2022/acorex-components-step-wizard.mjs"
430
+ },
431
431
  "./tabs": {
432
432
  "types": "./tabs/index.d.ts",
433
433
  "default": "./fesm2022/acorex-components-tabs.mjs"