@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/dist/index.esm.js CHANGED
@@ -39354,7 +39354,7 @@ var AddressForm = function AddressForm(_ref) {
39354
39354
  onKeyDown: function onKeyDown(e) {
39355
39355
  return e.key === "Enter" && handleSubmit(e);
39356
39356
  },
39357
- autocompleteValue: "address-level1",
39357
+ autocompleteValue: "address-level2",
39358
39358
  dataQa: "City"
39359
39359
  }), /*#__PURE__*/React.createElement(FormStateDropdown, {
39360
39360
  labelTextWhenNoError: isUS ? "State" : "State or Province",
@@ -39366,7 +39366,7 @@ var AddressForm = function AddressForm(_ref) {
39366
39366
  onKeyDown: function onKeyDown(e) {
39367
39367
  return e.key === "Enter" && handleSubmit(e);
39368
39368
  },
39369
- autocompleteValue: "address-level2",
39369
+ autocompleteValue: "address-level1",
39370
39370
  dataQa: "State or Province"
39371
39371
  }), /*#__PURE__*/React.createElement(FormInput$1, {
39372
39372
  isNum: isUS,