@crystaldesign/diva-seller 25.11.0-beta.32 → 25.11.0-beta.34

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.
@@ -11693,7 +11693,7 @@ function MediaTable (_ref) {
11693
11693
  style: {
11694
11694
  position: 'absolute',
11695
11695
  width: '30%',
11696
- height: 'calc(100% - 35px)'
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.32",
3
+ "version": "25.11.0-beta.34",
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.32",
33
- "@crystaldesign/products-component": "25.11.0-beta.32",
34
- "@crystaldesign/real-time-viewer": "25.11.0-beta.32",
32
+ "@crystaldesign/analytics": "25.11.0-beta.34",
33
+ "@crystaldesign/products-component": "25.11.0-beta.34",
34
+ "@crystaldesign/real-time-viewer": "25.11.0-beta.34",
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": "ab34b2125eeb3e1c053de3cb124548dece40d932"
46
+ "gitHead": "76fc450d133c8347c5b69efdb576e00b5bd4ea95"
47
47
  }