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

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
@@ -37953,7 +37953,9 @@ var FormStateDropdown = function FormStateDropdown(_ref) {
37953
37953
  errorMessages: errorMessages,
37954
37954
  showErrors: showErrors,
37955
37955
  "aria-invalid": !!(errorMessages !== null && errorMessages !== void 0 && errorMessages.length),
37956
- autocompleteValue: autocomplete
37956
+ autocompleteValue: autocomplete,
37957
+ "data-qa": labelTextWhenNoError,
37958
+ dataQa: labelTextWhenNoError
37957
37959
  });
37958
37960
  };
37959
37961
 
@@ -40439,7 +40441,6 @@ var AddressForm = function AddressForm(_ref) {
40439
40441
  "aria-label": isUS ? "State" : "State or Province",
40440
40442
  required: true,
40441
40443
  autocomplete: "administrative-area",
40442
- "data-qa": "State or Province",
40443
40444
  dataQa: "State or Province"
40444
40445
  }), /*#__PURE__*/React__default.createElement(FormInput$1, {
40445
40446
  isNum: isUS,