@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.
@@ -2619,7 +2619,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_conversationAu
2619
2619
  return {
2620
2620
  clientName: "@seamly/web-ui",
2621
2621
  clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
2622
- clientVersion: "22.3.0",
2622
+ clientVersion: "22.3.1",
2623
2623
  currentUrl: window.location.toString(),
2624
2624
  screenResolution: `${window.screen.width}x${window.screen.height}`,
2625
2625
  timezone: getTimeZone(),
@@ -7921,8 +7921,8 @@ const storeSlice = createSlice({
7921
7921
  }).addCase(initializeApp.fulfilled, (state, {
7922
7922
  payload
7923
7923
  }) => {
7924
- if (!payload.initialState) return;
7925
7924
  state.isLoading = false;
7925
+ if (!payload.initialState) return;
7926
7926
  state.initialState = payload.initialState;
7927
7927
  }).addMatcher(isAnyOf(initIdleDetachCountdown, initResumeConversationPrompt), state => {
7928
7928
  state.isLastEventFromClient = false;