@acorex/components 21.0.0-next.1 → 21.0.0-next.2
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": "21.0.0-next.
|
3
|
+
"version": "21.0.0-next.2",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@acorex/core": "21.0.0-next.
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
5
|
+
"@acorex/core": "21.0.0-next.2",
|
6
|
+
"@acorex/cdk": "21.0.0-next.2",
|
7
7
|
"@angular/common": "^20.0.0",
|
8
8
|
"@angular/core": "^20.0.0",
|
9
9
|
"@angular/cdk": "^20.0.0",
|
@@ -253,14 +253,14 @@
|
|
253
253
|
"types": "./map/index.d.ts",
|
254
254
|
"default": "./fesm2022/acorex-components-map.mjs"
|
255
255
|
},
|
256
|
-
"./media-viewer": {
|
257
|
-
"types": "./media-viewer/index.d.ts",
|
258
|
-
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
259
|
-
},
|
260
256
|
"./menu": {
|
261
257
|
"types": "./menu/index.d.ts",
|
262
258
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
263
259
|
},
|
260
|
+
"./media-viewer": {
|
261
|
+
"types": "./media-viewer/index.d.ts",
|
262
|
+
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
263
|
+
},
|
264
264
|
"./modal": {
|
265
265
|
"types": "./modal/index.d.ts",
|
266
266
|
"default": "./fesm2022/acorex-components-modal.mjs"
|