@thecb/components 8.4.10-beta.4 → 8.4.10-beta.5
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/dist/index.esm.js
CHANGED
|
@@ -26006,7 +26006,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26006
26006
|
themeValues: themeValues,
|
|
26007
26007
|
$customHeight: customHeight,
|
|
26008
26008
|
$extraStyles: extraStyles,
|
|
26009
|
-
|
|
26009
|
+
autoComplete: autocomplete
|
|
26010
26010
|
}, props)) : /*#__PURE__*/React.createElement(InputField, _extends({
|
|
26011
26011
|
"aria-labelledby": createIdFromString(labelTextWhenNoError),
|
|
26012
26012
|
"aria-describedby": createIdFromString(labelTextWhenNoError, "error message"),
|
|
@@ -26025,10 +26025,11 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26025
26025
|
background: background,
|
|
26026
26026
|
$customHeight: customHeight,
|
|
26027
26027
|
$extraStyles: extraStyles,
|
|
26028
|
-
|
|
26028
|
+
autoComplete: autocomplete
|
|
26029
26029
|
}, props))), /*#__PURE__*/React.createElement(Stack, {
|
|
26030
26030
|
direction: "row",
|
|
26031
|
-
justify: "space-between"
|
|
26031
|
+
justify: "space-between",
|
|
26032
|
+
"aria-live": "polite"
|
|
26032
26033
|
}, field.hasErrors && field.dirty || field.hasErrors && showErrors ? /*#__PURE__*/React.createElement(Text$1, {
|
|
26033
26034
|
color: ERROR_COLOR,
|
|
26034
26035
|
variant: "pXS",
|
|
@@ -41321,7 +41322,7 @@ var EmailForm = function EmailForm(_ref) {
|
|
|
41321
41322
|
return e.key === "Enter" && handleSubmit(e);
|
|
41322
41323
|
},
|
|
41323
41324
|
isEmail: true,
|
|
41324
|
-
|
|
41325
|
+
autoComplete: "email"
|
|
41325
41326
|
}), showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
|
|
41326
41327
|
name: "email checkbox",
|
|
41327
41328
|
title: "Save email address to wallet",
|