@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "8.4.11-beta.25",
3
+ "version": "8.4.11-beta.26",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -27,6 +27,8 @@ const FormStateDropdown = ({
27
27
  showErrors={showErrors}
28
28
  aria-invalid={!!errorMessages?.length}
29
29
  autocompleteValue={autocomplete}
30
+ data-qa={labelTextWhenNoError}
31
+ dataQa={labelTextWhenNoError}
30
32
  />
31
33
  );
32
34
  };
@@ -112,7 +112,6 @@ const AddressForm = ({
112
112
  aria-label={isUS ? "State" : "State or Province"}
113
113
  required={true}
114
114
  autocomplete="administrative-area"
115
- data-qa={"State or Province"}
116
115
  dataQa={"State or Province"}
117
116
  />
118
117
  <FormInput