@seamly/web-ui 20.8.0-beta.5 → 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 +3 -3
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.js +4 -6
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +4 -6
- 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/src/javascripts/ui/components/entry/text-entry/index.js +1 -1
|
@@ -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.
|
|
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(),
|
|
@@ -19297,7 +19295,7 @@ function text_entry_objectSpread(target) { for (var i = 1; i < arguments.length;
|
|
|
19297
19295
|
|
|
19298
19296
|
|
|
19299
19297
|
|
|
19300
|
-
const controlName = '
|
|
19298
|
+
const controlName = 'textMessageEntry';
|
|
19301
19299
|
function TextEntry(_ref) {
|
|
19302
19300
|
let props = _extends({}, _ref);
|
|
19303
19301
|
|