@crystaldesign/diva-seller 26.5.0-beta.52 → 26.5.0-beta.53

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.
@@ -8457,7 +8457,7 @@ function Basket(_ref) {
8457
8457
  startWithEmptyBasket: startWithEmptyBasket,
8458
8458
  currentProduct: currentProduct,
8459
8459
  productSaved: productSaved,
8460
- is3dReady: currentBasket !== null && currentBasket !== void 0 && (_currentBasket$OrderS5 = currentBasket.OrderSets[0]) !== null && _currentBasket$OrderS5 !== void 0 && _currentBasket$OrderS5.HQRenderScript ? true : false
8460
+ is3dReady: currentBasket !== null && currentBasket !== void 0 && (_currentBasket$OrderS5 = currentBasket.OrderSets[0]) !== null && _currentBasket$OrderS5 !== void 0 && _currentBasket$OrderS5.Diva3DProject ? true : false
8461
8461
  })]
8462
8462
  })]
8463
8463
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "26.5.0-beta.52",
3
+ "version": "26.5.0-beta.53",
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": "26.5.0-beta.52",
33
- "@crystaldesign/products-component": "26.5.0-beta.52",
34
- "@crystaldesign/real-time-viewer": "26.5.0-beta.52",
32
+ "@crystaldesign/analytics": "26.5.0-beta.53",
33
+ "@crystaldesign/products-component": "26.5.0-beta.53",
34
+ "@crystaldesign/real-time-viewer": "26.5.0-beta.53",
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": "51c0d36f348775c025b9c6d59ebccbc449e301b6"
46
+ "gitHead": "e7c8a488c94065661bada2a074f8339b6631a25c"
47
47
  }