@thecb/components 9.0.5-beta.0 → 9.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "9.0.5-beta.0",
3
+ "version": "9.0.5",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -98,7 +98,7 @@ const AddressForm = ({
98
98
  fieldActions={actions.fields.city}
99
99
  showErrors={showErrors}
100
100
  onKeyDown={e => e.key === "Enter" && handleSubmit(e)}
101
- autocompleteValue="address-level1"
101
+ autocompleteValue="address-level2"
102
102
  dataQa="City"
103
103
  />
104
104
  <StateProvinceDropdown
@@ -109,7 +109,7 @@ const AddressForm = ({
109
109
  fieldActions={actions.fields.stateProvince}
110
110
  showErrors={showErrors}
111
111
  onKeyDown={e => e.key === "Enter" && handleSubmit(e)}
112
- autocompleteValue="address-level2"
112
+ autocompleteValue="address-level1"
113
113
  dataQa="State or Province"
114
114
  />
115
115
  <FormInput