@thecb/components 11.9.0 → 11.9.1-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 +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/formatted-bank-account/FormattedBankAccount.js +1 -1
- package/src/components/atoms/formatted-bank-account/FormattedBankAccount.theme.js +2 -2
- package/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +1 -1
- package/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.js +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -26289,7 +26289,7 @@ var FormattedAddress = function FormattedAddress(_ref) {
|
|
|
26289
26289
|
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$n, "default");
|
|
26290
26290
|
|
|
26291
26291
|
var textColor$1 = "".concat(CHARADE_GREY);
|
|
26292
|
-
var autopayTextColor = "".concat(
|
|
26292
|
+
var autopayTextColor = "".concat(SEA_GREEN);
|
|
26293
26293
|
var fallbackValues$o = {
|
|
26294
26294
|
textColor: textColor$1,
|
|
26295
26295
|
autopayTextColor: autopayTextColor
|
|
@@ -26326,7 +26326,7 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
26326
26326
|
variant: "p",
|
|
26327
26327
|
color: themeValues.autopayTextColor,
|
|
26328
26328
|
extraStyles: "font-style: italic;"
|
|
26329
|
-
}, "Autopay
|
|
26329
|
+
}, "Autopay On")));
|
|
26330
26330
|
};
|
|
26331
26331
|
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$o);
|
|
26332
26332
|
|
|
@@ -26371,7 +26371,7 @@ var CardType = function CardType(_ref) {
|
|
|
26371
26371
|
};
|
|
26372
26372
|
|
|
26373
26373
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
26374
|
-
var autopayTextColor$1 = "".concat(
|
|
26374
|
+
var autopayTextColor$1 = "".concat(SEA_GREEN);
|
|
26375
26375
|
var fallbackValues$p = {
|
|
26376
26376
|
textColor: textColor$2,
|
|
26377
26377
|
autopayTextColor: autopayTextColor$1
|
|
@@ -26465,7 +26465,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
|
26465
26465
|
variant: "p",
|
|
26466
26466
|
color: themeValues.autopayTextColor,
|
|
26467
26467
|
extraStyles: "font-style: italic;"
|
|
26468
|
-
}, "Autopay
|
|
26468
|
+
}, "Autopay On")));
|
|
26469
26469
|
};
|
|
26470
26470
|
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$p);
|
|
26471
26471
|
|