@acorex/components 20.6.21 → 20.6.23

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 +7 -7
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.6.21",
3
+ "version": "20.6.23",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.6.21",
6
- "@acorex/cdk": "20.6.21",
5
+ "@acorex/core": "20.6.23",
6
+ "@acorex/cdk": "20.6.23",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -252,14 +252,14 @@
252
252
  "types": "./label/index.d.ts",
253
253
  "default": "./fesm2022/acorex-components-label.mjs"
254
254
  },
255
- "./loading": {
256
- "types": "./loading/index.d.ts",
257
- "default": "./fesm2022/acorex-components-loading.mjs"
258
- },
259
255
  "./list": {
260
256
  "types": "./list/index.d.ts",
261
257
  "default": "./fesm2022/acorex-components-list.mjs"
262
258
  },
259
+ "./loading": {
260
+ "types": "./loading/index.d.ts",
261
+ "default": "./fesm2022/acorex-components-loading.mjs"
262
+ },
263
263
  "./loading-dialog": {
264
264
  "types": "./loading-dialog/index.d.ts",
265
265
  "default": "./fesm2022/acorex-components-loading-dialog.mjs"