@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.cjs.js
CHANGED
|
@@ -26297,7 +26297,7 @@ var FormattedAddress = function FormattedAddress(_ref) {
|
|
|
26297
26297
|
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$n, "default");
|
|
26298
26298
|
|
|
26299
26299
|
var textColor$1 = "".concat(CHARADE_GREY);
|
|
26300
|
-
var autopayTextColor = "".concat(
|
|
26300
|
+
var autopayTextColor = "".concat(SEA_GREEN);
|
|
26301
26301
|
var fallbackValues$o = {
|
|
26302
26302
|
textColor: textColor$1,
|
|
26303
26303
|
autopayTextColor: autopayTextColor
|
|
@@ -26334,7 +26334,7 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
26334
26334
|
variant: "p",
|
|
26335
26335
|
color: themeValues.autopayTextColor,
|
|
26336
26336
|
extraStyles: "font-style: italic;"
|
|
26337
|
-
}, "Autopay
|
|
26337
|
+
}, "Autopay On")));
|
|
26338
26338
|
};
|
|
26339
26339
|
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$o);
|
|
26340
26340
|
|
|
@@ -26379,7 +26379,7 @@ var CardType = function CardType(_ref) {
|
|
|
26379
26379
|
};
|
|
26380
26380
|
|
|
26381
26381
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
26382
|
-
var autopayTextColor$1 = "".concat(
|
|
26382
|
+
var autopayTextColor$1 = "".concat(SEA_GREEN);
|
|
26383
26383
|
var fallbackValues$p = {
|
|
26384
26384
|
textColor: textColor$2,
|
|
26385
26385
|
autopayTextColor: autopayTextColor$1
|
|
@@ -26473,7 +26473,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
|
26473
26473
|
variant: "p",
|
|
26474
26474
|
color: themeValues.autopayTextColor,
|
|
26475
26475
|
extraStyles: "font-style: italic;"
|
|
26476
|
-
}, "Autopay
|
|
26476
|
+
}, "Autopay On")));
|
|
26477
26477
|
};
|
|
26478
26478
|
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$p);
|
|
26479
26479
|
|