@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.
@@ -4277,7 +4277,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_conversationAu
4277
4277
  return {
4278
4278
  clientName: "@seamly/web-ui",
4279
4279
  clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
4280
- clientVersion: "22.3.0",
4280
+ clientVersion: "22.3.1",
4281
4281
  currentUrl: window.location.toString(),
4282
4282
  screenResolution: `${window.screen.width}x${window.screen.height}`,
4283
4283
  timezone: getTimeZone(),
@@ -9579,8 +9579,8 @@ const storeSlice = createSlice({
9579
9579
  }).addCase(initializeApp.fulfilled, (state, {
9580
9580
  payload
9581
9581
  }) => {
9582
- if (!payload.initialState) return;
9583
9582
  state.isLoading = false;
9583
+ if (!payload.initialState) return;
9584
9584
  state.initialState = payload.initialState;
9585
9585
  }).addMatcher(isAnyOf(initIdleDetachCountdown, initResumeConversationPrompt), state => {
9586
9586
  state.isLastEventFromClient = false;