@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.
- package/build/dist/lib/index.debug.js +2 -2
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.js +3 -5
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +3 -5
- package/build/dist/lib/standalone.min.js +1 -1
- package/build/dist/lib/style-guide.js +2 -4
- package/build/dist/lib/style-guide.min.js +1 -1
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/javascripts/domains/config/slice.ts +3 -2
|
@@ -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 =
|
|
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.
|
|
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(),
|