@crystaldesign/diva-core 26.4.4-rc.0 → 26.4.4
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-34782715.js → ModalsWrapper-9e35ffa4.js} +1 -4
- package/build/esm/{index-4a850619.js → index-87d98e32.js} +136 -243
- package/build/esm/{index-a8580005.js → index-dc13c706.js} +1 -1
- package/build/esm/index.js +1 -1
- package/build/types/core/src/elements/Modal/index.d.ts.map +1 -1
- package/build/types/core/src/elements/Spinner/index.d.ts.map +1 -1
- package/build/types/core/src/store/ContentStore.d.ts +0 -1
- package/build/types/core/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/core/src/store/LoadingAndErrorStore.d.ts +1 -7
- package/build/types/core/src/store/LoadingAndErrorStore.d.ts.map +1 -1
- package/build/types/core/src/store/RootStore.d.ts +1 -1
- package/build/types/core/src/store/RootStore.d.ts.map +1 -1
- package/build/types/core/src/store/index.d.ts +2 -5
- package/build/types/core/src/store/index.d.ts.map +1 -1
- package/build/umd/858.diva-core.umd.min.js +1 -1
- package/build/umd/diva-core.umd.min.js +3 -3
- package/build/umd/report.html +1 -1
- package/package.json +10 -10
- package/build/types/core/src/elements/Spinner/StatusTexts.d.ts +0 -5
- package/build/types/core/src/elements/Spinner/StatusTexts.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-core",
|
|
3
|
-
"version": "26.4.4
|
|
3
|
+
"version": "26.4.4",
|
|
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": "26.4.4
|
|
16
|
-
"@crystaldesign/basket-model": "26.4.4
|
|
17
|
-
"@crystaldesign/content-box": "26.4.4
|
|
18
|
-
"@crystaldesign/diva-utils": "26.4.4
|
|
19
|
-
"@crystaldesign/forms": "26.4.4
|
|
20
|
-
"@crystaldesign/grid": "26.4.4
|
|
21
|
-
"@crystaldesign/media-upload": "26.4.4
|
|
22
|
-
"@crystaldesign/product-handler": "26.4.4
|
|
15
|
+
"@crystaldesign/basket-handler": "26.4.4",
|
|
16
|
+
"@crystaldesign/basket-model": "26.4.4",
|
|
17
|
+
"@crystaldesign/content-box": "26.4.4",
|
|
18
|
+
"@crystaldesign/diva-utils": "26.4.4",
|
|
19
|
+
"@crystaldesign/forms": "26.4.4",
|
|
20
|
+
"@crystaldesign/grid": "26.4.4",
|
|
21
|
+
"@crystaldesign/media-upload": "26.4.4",
|
|
22
|
+
"@crystaldesign/product-handler": "26.4.4",
|
|
23
23
|
"@elastic/apm-rum": "^5.16.1",
|
|
24
24
|
"@elastic/apm-rum-react": "^2.0.2",
|
|
25
25
|
"@emotion/react": "^11.4.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
},
|
|
51
51
|
"types": "./build/types/core/src/index.d.ts",
|
|
52
52
|
"module": "build/esm/index.js",
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b31b9999bf2e4f384b0db123fd0292ad093dbef9"
|
|
54
54
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StatusTexts.d.ts","sourceRoot":"","sources":["../../../../../../src/elements/Spinner/StatusTexts.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,EAAE,CAAA;CAAE,4BA2BjE"}
|