@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.cjs.js
CHANGED
|
@@ -26014,7 +26014,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26014
26014
|
themeValues: themeValues,
|
|
26015
26015
|
$customHeight: customHeight,
|
|
26016
26016
|
$extraStyles: extraStyles,
|
|
26017
|
-
|
|
26017
|
+
autoComplete: autocomplete
|
|
26018
26018
|
}, props)) : /*#__PURE__*/React__default.createElement(InputField, _extends({
|
|
26019
26019
|
"aria-labelledby": createIdFromString(labelTextWhenNoError),
|
|
26020
26020
|
"aria-describedby": createIdFromString(labelTextWhenNoError, "error message"),
|
|
@@ -26033,10 +26033,11 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26033
26033
|
background: background,
|
|
26034
26034
|
$customHeight: customHeight,
|
|
26035
26035
|
$extraStyles: extraStyles,
|
|
26036
|
-
|
|
26036
|
+
autoComplete: autocomplete
|
|
26037
26037
|
}, props))), /*#__PURE__*/React__default.createElement(Stack, {
|
|
26038
26038
|
direction: "row",
|
|
26039
|
-
justify: "space-between"
|
|
26039
|
+
justify: "space-between",
|
|
26040
|
+
"aria-live": "polite"
|
|
26040
26041
|
}, field.hasErrors && field.dirty || field.hasErrors && showErrors ? /*#__PURE__*/React__default.createElement(Text$1, {
|
|
26041
26042
|
color: ERROR_COLOR,
|
|
26042
26043
|
variant: "pXS",
|
|
@@ -41329,7 +41330,7 @@ var EmailForm = function EmailForm(_ref) {
|
|
|
41329
41330
|
return e.key === "Enter" && handleSubmit(e);
|
|
41330
41331
|
},
|
|
41331
41332
|
isEmail: true,
|
|
41332
|
-
|
|
41333
|
+
autoComplete: "email"
|
|
41333
41334
|
}), showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
41334
41335
|
name: "email checkbox",
|
|
41335
41336
|
title: "Save email address to wallet",
|