@thecb/components 9.0.5-beta.0 → 9.0.5-beta.1

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
@@ -39362,7 +39362,7 @@ var AddressForm = function AddressForm(_ref) {
39362
39362
  onKeyDown: function onKeyDown(e) {
39363
39363
  return e.key === "Enter" && handleSubmit(e);
39364
39364
  },
39365
- autocompleteValue: "address-level1",
39365
+ autocompleteValue: "address-level2",
39366
39366
  dataQa: "City"
39367
39367
  }), /*#__PURE__*/React__default.createElement(FormStateDropdown, {
39368
39368
  labelTextWhenNoError: isUS ? "State" : "State or Province",
@@ -39374,7 +39374,7 @@ var AddressForm = function AddressForm(_ref) {
39374
39374
  onKeyDown: function onKeyDown(e) {
39375
39375
  return e.key === "Enter" && handleSubmit(e);
39376
39376
  },
39377
- autocompleteValue: "address-level2",
39377
+ autocompleteValue: "address-level1",
39378
39378
  dataQa: "State or Province"
39379
39379
  }), /*#__PURE__*/React__default.createElement(FormInput$1, {
39380
39380
  isNum: isUS,