@crystaldesign/diva-seller 26.3.2-rc.1 → 26.3.2-rc.3

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.
@@ -2286,7 +2286,7 @@ function useSellerStateData(_ref) {
2286
2286
  case 16:
2287
2287
  if ((_state$basketState5 = state.basketState) !== null && _state$basketState5 !== void 0 && _state$basketState5.concat && doReallyConcat && state !== null && state !== void 0 && (_state$basketState6 = state.basketState) !== null && _state$basketState6 !== void 0 && _state$basketState6.basket && basket) {
2288
2288
  //UseCase 4: new Basket gets concatenated with old Basket
2289
- state.basketState.basket.concatOrderSets(currentBasket.OrderSets);
2289
+ state.basketState.basket.concatOrderSets(currentBasket);
2290
2290
  currentBasket = state.basketState.basket;
2291
2291
  }
2292
2292
  case 17:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "26.3.2-rc.1",
3
+ "version": "26.3.2-rc.3",
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.2-rc.1",
33
- "@crystaldesign/products-component": "26.3.2-rc.1",
34
- "@crystaldesign/real-time-viewer": "26.3.2-rc.1",
32
+ "@crystaldesign/analytics": "26.3.2-rc.3",
33
+ "@crystaldesign/products-component": "26.3.2-rc.3",
34
+ "@crystaldesign/real-time-viewer": "26.3.2-rc.3",
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": "42f2675db0deb711fd29789bbcdabc755623b933"
46
+ "gitHead": "955a262150cca16572aa3981f94e8b6f84bbdbb9"
47
47
  }