@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.
- 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 +2 -2
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +2 -2
- package/build/dist/lib/standalone.min.js +1 -1
- package/package.json +1 -1
- package/src/javascripts/ui/components/entry/text-entry/index.js +1 -1
|
@@ -12751,7 +12751,7 @@ class API {
|
|
|
12751
12751
|
return {
|
|
12752
12752
|
clientName: "@seamly/web-ui",
|
|
12753
12753
|
clientVariant: this.layoutMode,
|
|
12754
|
-
clientVersion: "20.
|
|
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 = '
|
|
19300
|
+
const controlName = 'textMessageEntry';
|
|
19301
19301
|
function TextEntry(_ref) {
|
|
19302
19302
|
let props = _extends({}, _ref);
|
|
19303
19303
|
|