@thecb/components 8.4.11-beta.4 → 8.4.11-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
@@ -26036,7 +26036,7 @@ var FormInput = function FormInput(_ref15) {
26036
26036
  }, props))), /*#__PURE__*/React.createElement(Stack, {
26037
26037
  direction: "row",
26038
26038
  justify: "space-between",
26039
- role: "alert"
26039
+ "aria-live": "assertive"
26040
26040
  }, field.hasErrors && field.dirty || field.hasErrors && showErrors ? /*#__PURE__*/React.createElement(Text$1, {
26041
26041
  color: ERROR_COLOR,
26042
26042
  variant: "pXS",
@@ -40390,7 +40390,7 @@ var AddressForm = function AddressForm(_ref) {
40390
40390
  return e.key === "Enter" && handleSubmit(e);
40391
40391
  },
40392
40392
  autocomplete: "address-line2",
40393
- "aria-label": "address line 2"
40393
+ "aria-label": "Apt, Suite, Unit, Floor, etc. (Optional)"
40394
40394
  }), /*#__PURE__*/React.createElement(FormInput$1, {
40395
40395
  labelTextWhenNoError: "City",
40396
40396
  required: true,