@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.
@@ -12859,7 +12859,7 @@ _API_ready = new (weak_map_default())(), _API_externalId = new (weak_map_default
12859
12859
  return {
12860
12860
  clientName: "@seamly/web-ui",
12861
12861
  clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
12862
- clientVersion: "22.3.0",
12862
+ clientVersion: "22.3.1",
12863
12863
  currentUrl: window.location.toString(),
12864
12864
  screenResolution: `${window.screen.width}x${window.screen.height}`,
12865
12865
  timezone: getTimeZone(),
@@ -18292,8 +18292,8 @@ const storeSlice = createSlice({
18292
18292
  let {
18293
18293
  payload
18294
18294
  } = _ref34;
18295
- if (!payload.initialState) return;
18296
18295
  state.isLoading = false;
18296
+ if (!payload.initialState) return;
18297
18297
  state.initialState = payload.initialState;
18298
18298
  }).addMatcher(isAnyOf(initIdleDetachCountdown, initResumeConversationPrompt), state => {
18299
18299
  state.isLastEventFromClient = false;