@crystaldesign/diva-core 25.10.0 → 25.11.0-beta.10
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-df9d261c.js → ModalsWrapper-db61f892.js} +2 -1
- package/build/esm/{index-ac383b33.js → index-9ccb309e.js} +352 -331
- package/build/esm/{index-b0e81376.js → index-a138678e.js} +2 -1
- package/build/esm/index.js +2 -1
- package/build/types/core/src/externalTypes.d.ts +2 -0
- package/build/types/core/src/externalTypes.d.ts.map +1 -1
- package/build/types/core/src/handler/AuthorizationHandler/index.d.ts +6 -2
- package/build/types/core/src/handler/AuthorizationHandler/index.d.ts.map +1 -1
- package/build/types/core/src/store/AuthorizationStore.d.ts.map +1 -1
- package/build/types/core/src/store/BrowserStateStore.d.ts +2 -13
- package/build/types/core/src/store/BrowserStateStore.d.ts.map +1 -1
- package/build/types/core/src/store/ConfigurationStore.d.ts +1 -8
- package/build/types/core/src/store/ConfigurationStore.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/RootStore.d.ts +21 -6
- package/build/types/core/src/store/RootStore.d.ts.map +1 -1
- package/build/types/core/src/types.d.ts +14 -10
- package/build/types/core/src/types.d.ts.map +1 -1
- package/build/types/core/src/utils/i18n.d.ts +2 -4
- package/build/types/core/src/utils/i18n.d.ts.map +1 -1
- package/build/umd/229.diva-core.umd.min.js +408 -0
- package/build/umd/{213.diva-core.umd.min.js.LICENSE.txt → 229.diva-core.umd.min.js.LICENSE.txt} +7 -1
- package/build/umd/diva-core.umd.min.js +6 -6
- package/build/umd/report.html +1 -1
- package/package.json +11 -10
- package/build/umd/213.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.
|
|
3
|
+
"version": "25.11.0-beta.10",
|
|
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.
|
|
16
|
-
"@crystaldesign/basket-model": "25.
|
|
17
|
-
"@crystaldesign/content-box": "25.
|
|
18
|
-
"@crystaldesign/diva-utils": "25.
|
|
19
|
-
"@crystaldesign/forms": "25.
|
|
20
|
-
"@crystaldesign/grid": "25.
|
|
21
|
-
"@crystaldesign/media-upload": "25.
|
|
22
|
-
"@crystaldesign/product-handler": "25.
|
|
15
|
+
"@crystaldesign/basket-handler": "25.11.0-beta.10",
|
|
16
|
+
"@crystaldesign/basket-model": "25.11.0-beta.10",
|
|
17
|
+
"@crystaldesign/content-box": "25.11.0-beta.10",
|
|
18
|
+
"@crystaldesign/diva-utils": "25.11.0-beta.10",
|
|
19
|
+
"@crystaldesign/forms": "25.11.0-beta.10",
|
|
20
|
+
"@crystaldesign/grid": "25.11.0-beta.10",
|
|
21
|
+
"@crystaldesign/media-upload": "25.11.0-beta.10",
|
|
22
|
+
"@crystaldesign/product-handler": "25.11.0-beta.10",
|
|
23
23
|
"@elastic/apm-rum": "^5.16.1",
|
|
24
24
|
"@elastic/apm-rum-react": "^2.0.2",
|
|
25
25
|
"@emotion/react": "^11.4.1",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"@storybook/addon-actions": "7.0.2",
|
|
32
32
|
"@storybook/react": "7.0.2",
|
|
33
33
|
"i18next": "^25.2.1",
|
|
34
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
34
35
|
"i18next-http-backend": "^2.6.1",
|
|
35
36
|
"lodash": "^4.17.21",
|
|
36
37
|
"mobile-detect": "^1.4.5",
|
|
@@ -50,5 +51,5 @@
|
|
|
50
51
|
},
|
|
51
52
|
"types": "./build/types/core/src/index.d.ts",
|
|
52
53
|
"module": "build/esm/index.js",
|
|
53
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e39e8ae856a4f4e4c04c6ef7a3597e0a2e611c92"
|
|
54
55
|
}
|