@crystaldesign/diva-core 25.12.0-beta.1 → 25.12.0-beta.11
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/build/esm/{ModalsWrapper-067a489c.js → ModalsWrapper-64b08f6b.js} +2 -2
- package/build/esm/{index-a0b340d9.js → index-26e15695.js} +294 -239
- package/build/esm/{index-3d4b7621.js → index-d6692337.js} +1 -1
- package/build/esm/index.js +1 -1
- package/build/types/core/src/elements/DrawerMenu/index.d.ts.map +1 -1
- package/build/types/core/src/store/BrowserStateStore.d.ts.map +1 -1
- package/build/types/core/src/store/ContentStore.d.ts +1 -1
- package/build/types/core/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/core/src/store/LoadingAndErrorStore.d.ts.map +1 -1
- package/build/types/core/src/store/RootStore.d.ts +10 -0
- package/build/types/core/src/store/RootStore.d.ts.map +1 -1
- package/build/types/core/src/store/index.d.ts +1 -1
- package/build/types/core/src/store/index.d.ts.map +1 -1
- package/build/types/core/src/utils/i18n.d.ts +2 -1
- package/build/types/core/src/utils/i18n.d.ts.map +1 -1
- package/build/umd/145.diva-core.umd.min.js +1 -1
- package/build/umd/703.diva-core.umd.min.js +1 -1
- package/build/umd/721.diva-core.umd.min.js +408 -0
- package/build/umd/{229.diva-core.umd.min.js.LICENSE.txt → 721.diva-core.umd.min.js.LICENSE.txt} +2 -2
- package/build/umd/diva-core.umd.min.js +3 -3
- package/build/umd/report.html +1 -1
- package/package.json +12 -12
- package/build/umd/229.diva-core.umd.min.js +0 -408
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-core",
|
|
3
|
-
"version": "25.12.0-beta.
|
|
3
|
+
"version": "25.12.0-beta.11",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"homepage": "https://www.diva-portal.de",
|
|
6
6
|
"devDependencies": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"react-dom": "18.3.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@crystaldesign/basket-handler": "25.12.0-beta.
|
|
16
|
-
"@crystaldesign/basket-model": "25.12.0-beta.
|
|
17
|
-
"@crystaldesign/content-box": "25.12.0-beta.
|
|
18
|
-
"@crystaldesign/diva-utils": "25.12.0-beta.
|
|
19
|
-
"@crystaldesign/forms": "25.12.0-beta.
|
|
20
|
-
"@crystaldesign/grid": "25.12.0-beta.
|
|
21
|
-
"@crystaldesign/media-upload": "25.12.0-beta.
|
|
22
|
-
"@crystaldesign/product-handler": "25.12.0-beta.
|
|
15
|
+
"@crystaldesign/basket-handler": "25.12.0-beta.11",
|
|
16
|
+
"@crystaldesign/basket-model": "25.12.0-beta.11",
|
|
17
|
+
"@crystaldesign/content-box": "25.12.0-beta.11",
|
|
18
|
+
"@crystaldesign/diva-utils": "25.12.0-beta.11",
|
|
19
|
+
"@crystaldesign/forms": "25.12.0-beta.11",
|
|
20
|
+
"@crystaldesign/grid": "25.12.0-beta.11",
|
|
21
|
+
"@crystaldesign/media-upload": "25.12.0-beta.11",
|
|
22
|
+
"@crystaldesign/product-handler": "25.12.0-beta.11",
|
|
23
23
|
"@elastic/apm-rum": "^5.16.1",
|
|
24
24
|
"@elastic/apm-rum-react": "^2.0.2",
|
|
25
25
|
"@emotion/react": "^11.4.1",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@crystaldesign/diva-core": "*",
|
|
49
|
-
"react": "
|
|
50
|
-
"react-dom": "
|
|
49
|
+
"react": ">=18.3.1 <20.0.0",
|
|
50
|
+
"react-dom": ">=18.3.1 <20.0.0"
|
|
51
51
|
},
|
|
52
52
|
"types": "./build/types/core/src/index.d.ts",
|
|
53
53
|
"module": "build/esm/index.js",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "63bf159d8eead3a110b5e68cf7bffc9cb0c80c44"
|
|
55
55
|
}
|