@acorex/components 20.7.35 → 20.7.36

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.35",
3
+ "version": "20.7.36",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.35",
6
- "@acorex/cdk": "20.7.35",
5
+ "@acorex/core": "20.7.36",
6
+ "@acorex/cdk": "20.7.36",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -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,9 +128,9 @@
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"
131
+ "./color-box": {
132
+ "types": "./color-box/index.d.ts",
133
+ "default": "./fesm2022/acorex-components-color-box.mjs"
130
134
  },
131
135
  "./color-palette": {
132
136
  "types": "./color-palette/index.d.ts",
@@ -140,10 +144,6 @@
140
144
  "types": "./comment/index.d.ts",
141
145
  "default": "./fesm2022/acorex-components-comment.mjs"
142
146
  },
143
- "./color-box": {
144
- "types": "./color-box/index.d.ts",
145
- "default": "./fesm2022/acorex-components-color-box.mjs"
146
- },
147
147
  "./conversation": {
148
148
  "types": "./conversation/index.d.ts",
149
149
  "default": "./fesm2022/acorex-components-conversation.mjs"