@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.
@@ -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 = events;
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.7.0",
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(),
@@ -17944,7 +17942,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
17944
17942
 
17945
17943
 
17946
17944
 
17947
- const controlName = 'userText';
17945
+ const controlName = 'textMessageEntry';
17948
17946
  function TextEntry(_ref) {
17949
17947
  let props = _extends({}, _ref);
17950
17948