@crystaldesign/diva-seller 26.3.0 → 26.3.1-rc.1
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
|
@@ -13109,7 +13109,7 @@ function updateVariants(prevState, currentState, configurationData, baseDataFiel
|
|
|
13109
13109
|
var _currentState$modifie6, _configurationData$Pr3, _currentState$modifie7;
|
|
13110
13110
|
var variant = prevState.variantData[_i];
|
|
13111
13111
|
var newVariant = currentState.variantData[_i];
|
|
13112
|
-
var finalVariant =
|
|
13112
|
+
var finalVariant = _objectSpread$5({}, variant);
|
|
13113
13113
|
var newModified = {};
|
|
13114
13114
|
var _iterator = _createForOfIteratorHelper(prevState.classificationFields || []),
|
|
13115
13115
|
_step;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-seller",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.1-rc.1",
|
|
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.3.
|
|
33
|
-
"@crystaldesign/products-component": "26.3.
|
|
34
|
-
"@crystaldesign/real-time-viewer": "26.3.
|
|
32
|
+
"@crystaldesign/analytics": "26.3.1-rc.1",
|
|
33
|
+
"@crystaldesign/products-component": "26.3.1-rc.1",
|
|
34
|
+
"@crystaldesign/real-time-viewer": "26.3.1-rc.1",
|
|
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": "ff2bdf6367d393011b7ee5c474032412748dc37b"
|
|
47
47
|
}
|