@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.
Files changed (27) hide show
  1. package/build/esm/{ModalsWrapper-df9d261c.js → ModalsWrapper-db61f892.js} +2 -1
  2. package/build/esm/{index-ac383b33.js → index-9ccb309e.js} +352 -331
  3. package/build/esm/{index-b0e81376.js → index-a138678e.js} +2 -1
  4. package/build/esm/index.js +2 -1
  5. package/build/types/core/src/externalTypes.d.ts +2 -0
  6. package/build/types/core/src/externalTypes.d.ts.map +1 -1
  7. package/build/types/core/src/handler/AuthorizationHandler/index.d.ts +6 -2
  8. package/build/types/core/src/handler/AuthorizationHandler/index.d.ts.map +1 -1
  9. package/build/types/core/src/store/AuthorizationStore.d.ts.map +1 -1
  10. package/build/types/core/src/store/BrowserStateStore.d.ts +2 -13
  11. package/build/types/core/src/store/BrowserStateStore.d.ts.map +1 -1
  12. package/build/types/core/src/store/ConfigurationStore.d.ts +1 -8
  13. package/build/types/core/src/store/ConfigurationStore.d.ts.map +1 -1
  14. package/build/types/core/src/store/ContentStore.d.ts +1 -1
  15. package/build/types/core/src/store/ContentStore.d.ts.map +1 -1
  16. package/build/types/core/src/store/RootStore.d.ts +21 -6
  17. package/build/types/core/src/store/RootStore.d.ts.map +1 -1
  18. package/build/types/core/src/types.d.ts +14 -10
  19. package/build/types/core/src/types.d.ts.map +1 -1
  20. package/build/types/core/src/utils/i18n.d.ts +2 -4
  21. package/build/types/core/src/utils/i18n.d.ts.map +1 -1
  22. package/build/umd/229.diva-core.umd.min.js +408 -0
  23. package/build/umd/{213.diva-core.umd.min.js.LICENSE.txt → 229.diva-core.umd.min.js.LICENSE.txt} +7 -1
  24. package/build/umd/diva-core.umd.min.js +6 -6
  25. package/build/umd/report.html +1 -1
  26. package/package.json +11 -10
  27. 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.10.0",
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.10.0",
16
- "@crystaldesign/basket-model": "25.10.0",
17
- "@crystaldesign/content-box": "25.10.0",
18
- "@crystaldesign/diva-utils": "25.10.0",
19
- "@crystaldesign/forms": "25.10.0",
20
- "@crystaldesign/grid": "25.10.0",
21
- "@crystaldesign/media-upload": "25.10.0",
22
- "@crystaldesign/product-handler": "25.10.0",
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": "e3d750e3ecfd456c5566f5c1de38ab3863211cc6"
54
+ "gitHead": "e39e8ae856a4f4e4c04c6ef7a3597e0a2e611c92"
54
55
  }