@acorex/components 20.7.11 → 20.7.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.7.11",
3
+ "version": "20.7.12",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.11",
6
- "@acorex/cdk": "20.7.11",
5
+ "@acorex/core": "20.7.12",
6
+ "@acorex/cdk": "20.7.12",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -60,10 +60,6 @@
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"
@@ -72,6 +68,10 @@
72
68
  "types": "./aspect-ratio/index.d.ts",
73
69
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
74
70
  },
71
+ "./action-sheet": {
72
+ "types": "./action-sheet/index.d.ts",
73
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
74
+ },
75
75
  "./audio-wave": {
76
76
  "types": "./audio-wave/index.d.ts",
77
77
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
@@ -116,6 +116,10 @@
116
116
  "types": "./chips/index.d.ts",
117
117
  "default": "./fesm2022/acorex-components-chips.mjs"
118
118
  },
119
+ "./circular-progress": {
120
+ "types": "./circular-progress/index.d.ts",
121
+ "default": "./fesm2022/acorex-components-circular-progress.mjs"
122
+ },
119
123
  "./code-editor": {
120
124
  "types": "./code-editor/index.d.ts",
121
125
  "default": "./fesm2022/acorex-components-code-editor.mjs"
@@ -124,10 +128,6 @@
124
128
  "types": "./collapse/index.d.ts",
125
129
  "default": "./fesm2022/acorex-components-collapse.mjs"
126
130
  },
127
- "./circular-progress": {
128
- "types": "./circular-progress/index.d.ts",
129
- "default": "./fesm2022/acorex-components-circular-progress.mjs"
130
- },
131
131
  "./color-box": {
132
132
  "types": "./color-box/index.d.ts",
133
133
  "default": "./fesm2022/acorex-components-color-box.mjs"
@@ -396,10 +396,6 @@
396
396
  "types": "./select-box/index.d.ts",
397
397
  "default": "./fesm2022/acorex-components-select-box.mjs"
398
398
  },
399
- "./selection-list": {
400
- "types": "./selection-list/index.d.ts",
401
- "default": "./fesm2022/acorex-components-selection-list.mjs"
402
- },
403
399
  "./selection-list-2": {
404
400
  "types": "./selection-list-2/index.d.ts",
405
401
  "default": "./fesm2022/acorex-components-selection-list-2.mjs"
@@ -487,6 +483,10 @@
487
483
  "./wysiwyg": {
488
484
  "types": "./wysiwyg/index.d.ts",
489
485
  "default": "./fesm2022/acorex-components-wysiwyg.mjs"
486
+ },
487
+ "./selection-list": {
488
+ "types": "./selection-list/index.d.ts",
489
+ "default": "./fesm2022/acorex-components-selection-list.mjs"
490
490
  }
491
491
  }
492
492
  }