@thecb/components 8.4.11-beta.5 → 8.4.11-beta.6

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
@@ -23985,7 +23985,7 @@ var Dropdown = function Dropdown(_ref8) {
23985
23985
  "aria-labelledby": ariaLabelledby,
23986
23986
  "aria-describedby": ariaDescribedby,
23987
23987
  "aria-expanded": isOpen,
23988
- "aria-live": "assertive",
23988
+ "aria-live": "polite",
23989
23989
  autoComplete: autocompleteValue,
23990
23990
  background: isOpen ? themeValues.hoverColor : WHITE,
23991
23991
  borderRadius: "2px",
@@ -24233,7 +24233,7 @@ var FormSelect = function FormSelect(_ref) {
24233
24233
  weight: themeValues.fontWeight,
24234
24234
  extraStyles: "word-break: break-word;\n font-family: Public Sans;\n &::first-letter {\n text-transform: uppercase;\n }",
24235
24235
  id: createIdFromString(labelTextWhenNoError, "error message"),
24236
- "aria-live": "assertive"
24236
+ "aria-live": "polite"
24237
24237
  }, field.hasErrors && field.dirty || field.hasErrors && showErrors ? errorMessages[field.errors[0]] : "")));
24238
24238
  };
24239
24239
 
@@ -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
- "aria-live": "assertive"
26039
+ "aria-live": "polite"
26040
26040
  }, field.hasErrors && field.dirty || field.hasErrors && showErrors ? /*#__PURE__*/React.createElement(Text$1, {
26041
26041
  color: ERROR_COLOR,
26042
26042
  variant: "pXS",