@thecb/components 9.0.0-beta.3 → 9.0.0-beta.4
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
|
@@ -49164,7 +49164,7 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
49164
49164
|
childGap: isMobile ? "0rem" : "1rem"
|
|
49165
49165
|
}, /*#__PURE__*/React__default.createElement(FormInput$1, {
|
|
49166
49166
|
labelTextWhenNoError: "Expiration date (MM/YY)",
|
|
49167
|
-
dataQa: "Expiration date",
|
|
49167
|
+
dataQa: "Expiration date (MM/YY)",
|
|
49168
49168
|
errorMessages: expirationDateErrors,
|
|
49169
49169
|
field: fields.expirationDate,
|
|
49170
49170
|
fieldActions: actions.fields.expirationDate,
|