@crystaldesign/diva-seller 25.11.0-beta.32 → 25.11.0-beta.33
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/index.js +1 -1
- package/package.json +5 -5
package/build/esm/index.js
CHANGED
@@ -11693,7 +11693,7 @@ function MediaTable (_ref) {
|
|
11693
11693
|
style: {
|
11694
11694
|
position: 'absolute',
|
11695
11695
|
width: '30%',
|
11696
|
-
height: '
|
11696
|
+
height: '100%'
|
11697
11697
|
},
|
11698
11698
|
square: true
|
11699
11699
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crystaldesign/diva-seller",
|
3
|
-
"version": "25.11.0-beta.
|
3
|
+
"version": "25.11.0-beta.33",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"react-dom": "^18.3.1"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@crystaldesign/analytics": "25.11.0-beta.
|
33
|
-
"@crystaldesign/products-component": "25.11.0-beta.
|
34
|
-
"@crystaldesign/real-time-viewer": "25.11.0-beta.
|
32
|
+
"@crystaldesign/analytics": "25.11.0-beta.33",
|
33
|
+
"@crystaldesign/products-component": "25.11.0-beta.33",
|
34
|
+
"@crystaldesign/real-time-viewer": "25.11.0-beta.33",
|
35
35
|
"@emotion/react": "^11.4.1",
|
36
36
|
"@emotion/styled": "^11.3.0",
|
37
37
|
"@mui/icons-material": "^6.1.5",
|
@@ -43,5 +43,5 @@
|
|
43
43
|
},
|
44
44
|
"types": "./build/types/seller/src/index.d.ts",
|
45
45
|
"module": "build/esm/index.js",
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "c11b999423897ee08de018e988a63566c0fa890c"
|
47
47
|
}
|