@thecb/components 4.1.10-beta.0 → 4.1.10-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
|
@@ -39392,10 +39392,6 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
39392
39392
|
actions.fields.country.set(value); // temporary measure to not dirty fields until
|
|
39393
39393
|
// we can write a reset function for fields
|
|
39394
39394
|
|
|
39395
|
-
if (fields.stateProvince.rawValue) {
|
|
39396
|
-
actions.fields.stateProvince.set("");
|
|
39397
|
-
}
|
|
39398
|
-
|
|
39399
39395
|
if (fields.zipCode.rawValue) {
|
|
39400
39396
|
actions.fields.zipCode.set("");
|
|
39401
39397
|
}
|
package/package.json
CHANGED
|
@@ -81,9 +81,6 @@ const PaymentFormCard = ({
|
|
|
81
81
|
actions.fields.country.set(value);
|
|
82
82
|
// temporary measure to not dirty fields until
|
|
83
83
|
// we can write a reset function for fields
|
|
84
|
-
if (fields.stateProvince.rawValue) {
|
|
85
|
-
actions.fields.stateProvince.set("");
|
|
86
|
-
}
|
|
87
84
|
if (fields.zipCode.rawValue) {
|
|
88
85
|
actions.fields.zipCode.set("");
|
|
89
86
|
}
|