@acorex/components 20.2.7 → 20.2.9
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.
|
3
|
+
"version": "20.2.9",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@acorex/core": "20.2.
|
6
|
-
"@acorex/cdk": "20.2.
|
5
|
+
"@acorex/core": "20.2.9",
|
6
|
+
"@acorex/cdk": "20.2.9",
|
7
7
|
"@angular/common": "^20.0.0",
|
8
8
|
"@angular/core": "^20.0.0",
|
9
9
|
"@angular/cdk": "^20.0.0",
|
@@ -419,10 +419,6 @@
|
|
419
419
|
"types": "./tag/index.d.ts",
|
420
420
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
421
421
|
},
|
422
|
-
"./tag-box": {
|
423
|
-
"types": "./tag-box/index.d.ts",
|
424
|
-
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
425
|
-
},
|
426
422
|
"./text-area": {
|
427
423
|
"types": "./text-area/index.d.ts",
|
428
424
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
@@ -466,6 +462,10 @@
|
|
466
462
|
"./wysiwyg": {
|
467
463
|
"types": "./wysiwyg/index.d.ts",
|
468
464
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
465
|
+
},
|
466
|
+
"./tag-box": {
|
467
|
+
"types": "./tag-box/index.d.ts",
|
468
|
+
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
469
469
|
}
|
470
470
|
}
|
471
471
|
}
|