@seamly/web-ui 22.3.0 → 22.3.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.
@@ -5344,8 +5344,8 @@ const storeSlice = (0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_5__/* .createSli
5344
5344
  }).addCase(domains_app_actions__WEBPACK_IMPORTED_MODULE_2__/* .initializeApp */ .Z.fulfilled, (state, {
5345
5345
  payload
5346
5346
  }) => {
5347
- if (!payload.initialState) return;
5348
5347
  state.isLoading = false;
5348
+ if (!payload.initialState) return;
5349
5349
  state.initialState = payload.initialState;
5350
5350
  }).addMatcher((0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_5__/* .isAnyOf */ .Q)(initIdleDetachCountdown, initResumeConversationPrompt), state => {
5351
5351
  state.isLastEventFromClient = false;
@@ -12152,7 +12152,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_conversationAu
12152
12152
  return {
12153
12153
  clientName: "@seamly/web-ui",
12154
12154
  clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
12155
- clientVersion: "22.3.0",
12155
+ clientVersion: "22.3.1",
12156
12156
  currentUrl: window.location.toString(),
12157
12157
  screenResolution: `${window.screen.width}x${window.screen.height}`,
12158
12158
  timezone: getTimeZone(),