@seamly/web-ui 20.8.0 → 20.8.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.
@@ -7325,11 +7325,9 @@ exports.configSlice = (0, toolkit_1.createSlice)({
7325
7325
  },
7326
7326
  setPreChatEvents: (state, _ref3) => {
7327
7327
  let {
7328
- payload: {
7329
- events
7330
- }
7328
+ payload
7331
7329
  } = _ref3;
7332
- state.preChatEvents = events;
7330
+ state.preChatEvents = payload;
7333
7331
  }
7334
7332
  },
7335
7333
  extraReducers: builder => {
@@ -12751,7 +12749,7 @@ class API {
12751
12749
  return {
12752
12750
  clientName: "@seamly/web-ui",
12753
12751
  clientVariant: this.layoutMode,
12754
- clientVersion: "20.8.0",
12752
+ clientVersion: "20.8.1",
12755
12753
  currentUrl: window.location.toString(),
12756
12754
  screenResolution: `${window.screen.width}x${window.screen.height}`,
12757
12755
  timezone: getTimeZone(),