@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
package/build/dist/lib/index.js
CHANGED
|
@@ -7075,11 +7075,9 @@ exports.configSlice = (0, toolkit_1.createSlice)({
|
|
|
7075
7075
|
payload
|
|
7076
7076
|
}) => updateState(state, payload),
|
|
7077
7077
|
setPreChatEvents: (state, {
|
|
7078
|
-
payload
|
|
7079
|
-
events
|
|
7080
|
-
}
|
|
7078
|
+
payload
|
|
7081
7079
|
}) => {
|
|
7082
|
-
state.preChatEvents =
|
|
7080
|
+
state.preChatEvents = payload;
|
|
7083
7081
|
}
|
|
7084
7082
|
},
|
|
7085
7083
|
extraReducers: builder => {
|
|
@@ -11959,7 +11957,7 @@ class API {
|
|
|
11959
11957
|
return {
|
|
11960
11958
|
clientName: "@seamly/web-ui",
|
|
11961
11959
|
clientVariant: this.layoutMode,
|
|
11962
|
-
clientVersion: "20.8.
|
|
11960
|
+
clientVersion: "20.8.1",
|
|
11963
11961
|
currentUrl: window.location.toString(),
|
|
11964
11962
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
11965
11963
|
timezone: getTimeZone(),
|