@seamly/web-ui 20.8.0-beta.5 → 20.8.0

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.
@@ -12751,7 +12751,7 @@ class API {
12751
12751
  return {
12752
12752
  clientName: "@seamly/web-ui",
12753
12753
  clientVariant: this.layoutMode,
12754
- clientVersion: "20.7.0",
12754
+ clientVersion: "20.8.0",
12755
12755
  currentUrl: window.location.toString(),
12756
12756
  screenResolution: `${window.screen.width}x${window.screen.height}`,
12757
12757
  timezone: getTimeZone(),
@@ -19297,7 +19297,7 @@ function text_entry_objectSpread(target) { for (var i = 1; i < arguments.length;
19297
19297
 
19298
19298
 
19299
19299
 
19300
- const controlName = 'userText';
19300
+ const controlName = 'textMessageEntry';
19301
19301
  function TextEntry(_ref) {
19302
19302
  let props = _extends({}, _ref);
19303
19303