@acorex/components 21.0.0-next.17 → 21.0.0-next.18
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 +11 -11
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.18",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.18",
|
|
6
|
+
"@acorex/cdk": "21.0.0-next.18",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
"types": "./color-palette/index.d.ts",
|
|
145
145
|
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
146
146
|
},
|
|
147
|
-
"./comment": {
|
|
148
|
-
"types": "./comment/index.d.ts",
|
|
149
|
-
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
150
|
-
},
|
|
151
147
|
"./command": {
|
|
152
148
|
"types": "./command/index.d.ts",
|
|
153
149
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
154
150
|
},
|
|
151
|
+
"./comment": {
|
|
152
|
+
"types": "./comment/index.d.ts",
|
|
153
|
+
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
154
|
+
},
|
|
155
155
|
"./conversation": {
|
|
156
156
|
"types": "./conversation/index.d.ts",
|
|
157
157
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
@@ -436,14 +436,14 @@
|
|
|
436
436
|
"types": "./tag-box/index.d.ts",
|
|
437
437
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
438
438
|
},
|
|
439
|
-
"./text-area": {
|
|
440
|
-
"types": "./text-area/index.d.ts",
|
|
441
|
-
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
442
|
-
},
|
|
443
439
|
"./text-box": {
|
|
444
440
|
"types": "./text-box/index.d.ts",
|
|
445
441
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
446
442
|
},
|
|
443
|
+
"./text-area": {
|
|
444
|
+
"types": "./text-area/index.d.ts",
|
|
445
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
|
+
},
|
|
447
447
|
"./time-duration": {
|
|
448
448
|
"types": "./time-duration/index.d.ts",
|
|
449
449
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|