@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
package/build/dist/lib/index.js
CHANGED
|
@@ -11959,7 +11959,7 @@ class API {
|
|
|
11959
11959
|
return {
|
|
11960
11960
|
clientName: "@seamly/web-ui",
|
|
11961
11961
|
clientVariant: this.layoutMode,
|
|
11962
|
-
clientVersion: "20.
|
|
11962
|
+
clientVersion: "20.8.0",
|
|
11963
11963
|
currentUrl: window.location.toString(),
|
|
11964
11964
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
11965
11965
|
timezone: getTimeZone(),
|
|
@@ -17944,7 +17944,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
17944
17944
|
|
|
17945
17945
|
|
|
17946
17946
|
|
|
17947
|
-
const controlName = '
|
|
17947
|
+
const controlName = 'textMessageEntry';
|
|
17948
17948
|
function TextEntry(_ref) {
|
|
17949
17949
|
let props = _extends({}, _ref);
|
|
17950
17950
|
|