@thecb/components 9.0.4 → 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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/address-form/AddressForm.js +2 -2
- package/dist/src/apps/checkout/pages/payment/sub-pages/payment-amount/PaymentAmount_old.js +0 -49322
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/icons/.DS_Store +0 -0
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: "
|
|
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: "
|
|
39369
|
+
autocompleteValue: "address-level1",
|
|
39370
39370
|
dataQa: "State or Province"
|
|
39371
39371
|
}), /*#__PURE__*/React.createElement(FormInput$1, {
|
|
39372
39372
|
isNum: isUS,
|