@crystaldesign/diva-seller 26.4.0-beta.22 → 26.4.0-beta.24

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.
@@ -13149,7 +13149,7 @@ function updateVariants(prevState, currentState, configurationData, baseDataFiel
13149
13149
  var _currentState$modifie6, _configurationData$Pr3, _currentState$modifie7;
13150
13150
  var variant = prevState.variantData[_i];
13151
13151
  var newVariant = currentState.variantData[_i];
13152
- var finalVariant = structuredClone(variant);
13152
+ var finalVariant = _objectSpread$5({}, variant);
13153
13153
  var newModified = {};
13154
13154
  var _iterator = _createForOfIteratorHelper(prevState.classificationFields || []),
13155
13155
  _step;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "26.4.0-beta.22",
3
+ "version": "26.4.0-beta.24",
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.4.0-beta.22",
33
- "@crystaldesign/products-component": "26.4.0-beta.22",
34
- "@crystaldesign/real-time-viewer": "26.4.0-beta.22",
32
+ "@crystaldesign/analytics": "26.4.0-beta.24",
33
+ "@crystaldesign/products-component": "26.4.0-beta.24",
34
+ "@crystaldesign/real-time-viewer": "26.4.0-beta.24",
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": "94c748b32657df6f6156b39584d0ec217b1ab8bd"
46
+ "gitHead": "00a8e5e64b84753218ef61db5b97739d31afe79f"
47
47
  }