@thecb/components 8.4.11-beta.26 → 8.4.11-beta.27

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
@@ -24212,7 +24212,6 @@ var FormSelect = function FormSelect(_ref) {
24212
24212
  extraStyles: "word-break: break-word;\n font-family: Public Sans;\n &::first-letter {\n text-transform: uppercase;\n }",
24213
24213
  id: createIdFromString(labelTextWhenNoError)
24214
24214
  }, labelTextWhenNoError))), /*#__PURE__*/React__default.createElement(Dropdown$1, {
24215
- "data-qa": labelTextWhenNoError,
24216
24215
  ariaLabelledby: createIdFromString(labelTextWhenNoError),
24217
24216
  "aria-describedby": createIdFromString(labelTextWhenNoError, "error message"),
24218
24217
  maxHeight: dropdownMaxHeight,
@@ -40441,6 +40440,7 @@ var AddressForm = function AddressForm(_ref) {
40441
40440
  "aria-label": isUS ? "State" : "State or Province",
40442
40441
  required: true,
40443
40442
  autocomplete: "administrative-area",
40443
+ "data-qa": "State or Province",
40444
40444
  dataQa: "State or Province"
40445
40445
  }), /*#__PURE__*/React__default.createElement(FormInput$1, {
40446
40446
  isNum: isUS,