@crystaldesign/diva-seller 26.5.0-beta.5 → 26.5.0-beta.7

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.
@@ -3707,7 +3707,7 @@ var SellerStateProvider = function SellerStateProvider(_ref) {
3707
3707
  state: {
3708
3708
  loadingBasket: loadingBasket,
3709
3709
  sessionGuid: sessionGuid,
3710
- isLoading: loginDataIsLoading,
3710
+ isLoading: loginDataIsLoading && !!isVisible,
3711
3711
  configurationData: settings,
3712
3712
  collections: state.collections,
3713
3713
  catalogs: state.catalogs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "26.5.0-beta.5",
3
+ "version": "26.5.0-beta.7",
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.5",
33
- "@crystaldesign/products-component": "26.5.0-beta.5",
34
- "@crystaldesign/real-time-viewer": "26.5.0-beta.5",
32
+ "@crystaldesign/analytics": "26.5.0-beta.7",
33
+ "@crystaldesign/products-component": "26.5.0-beta.7",
34
+ "@crystaldesign/real-time-viewer": "26.5.0-beta.7",
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": "4aba1ae7881915c351c71e9f7df41bcaa7c048cd"
46
+ "gitHead": "7c7e054dedb3a65b6cd3d5451340df8125e2ae61"
47
47
  }