@acorex/components 20.2.58 → 20.3.0

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.2.58",
3
+ "version": "20.3.0",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.2.58",
6
- "@acorex/cdk": "20.2.58",
5
+ "@acorex/core": "20.3.0",
6
+ "@acorex/cdk": "20.3.0",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -141,10 +141,6 @@
141
141
  "types": "./color-box/index.d.ts",
142
142
  "default": "./fesm2022/acorex-components-color-box.mjs"
143
143
  },
144
- "./color-palette": {
145
- "types": "./color-palette/index.d.ts",
146
- "default": "./fesm2022/acorex-components-color-palette.mjs"
147
- },
148
144
  "./command": {
149
145
  "types": "./command/index.d.ts",
150
146
  "default": "./fesm2022/acorex-components-command.mjs"
@@ -153,6 +149,10 @@
153
149
  "types": "./comment/index.d.ts",
154
150
  "default": "./fesm2022/acorex-components-comment.mjs"
155
151
  },
152
+ "./color-palette": {
153
+ "types": "./color-palette/index.d.ts",
154
+ "default": "./fesm2022/acorex-components-color-palette.mjs"
155
+ },
156
156
  "./conversation": {
157
157
  "types": "./conversation/index.d.ts",
158
158
  "default": "./fesm2022/acorex-components-conversation.mjs"
@@ -241,14 +241,14 @@
241
241
  "types": "./image-editor/index.d.ts",
242
242
  "default": "./fesm2022/acorex-components-image-editor.mjs"
243
243
  },
244
- "./json-viewer": {
245
- "types": "./json-viewer/index.d.ts",
246
- "default": "./fesm2022/acorex-components-json-viewer.mjs"
247
- },
248
244
  "./kanban": {
249
245
  "types": "./kanban/index.d.ts",
250
246
  "default": "./fesm2022/acorex-components-kanban.mjs"
251
247
  },
248
+ "./json-viewer": {
249
+ "types": "./json-viewer/index.d.ts",
250
+ "default": "./fesm2022/acorex-components-json-viewer.mjs"
251
+ },
252
252
  "./kbd": {
253
253
  "types": "./kbd/index.d.ts",
254
254
  "default": "./fesm2022/acorex-components-kbd.mjs"
@@ -289,14 +289,14 @@
289
289
  "types": "./navbar/index.d.ts",
290
290
  "default": "./fesm2022/acorex-components-navbar.mjs"
291
291
  },
292
- "./notification": {
293
- "types": "./notification/index.d.ts",
294
- "default": "./fesm2022/acorex-components-notification.mjs"
295
- },
296
292
  "./number-box": {
297
293
  "types": "./number-box/index.d.ts",
298
294
  "default": "./fesm2022/acorex-components-number-box.mjs"
299
295
  },
296
+ "./notification": {
297
+ "types": "./notification/index.d.ts",
298
+ "default": "./fesm2022/acorex-components-notification.mjs"
299
+ },
300
300
  "./number-box-legacy": {
301
301
  "types": "./number-box-legacy/index.d.ts",
302
302
  "default": "./fesm2022/acorex-components-number-box-legacy.mjs"