@thecb/components 11.11.0 → 11.11.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 +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/card-type/CardType.js +1 -5
- package/src/components/atoms/formatted-bank-account/FormattedBankAccount.js +3 -3
- package/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +30 -30
- package/src/components/molecules/radio-section/radio-button/RadioButton.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -26329,9 +26329,9 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
26329
26329
|
autoPay = _ref2.autoPay,
|
|
26330
26330
|
themeValues = _ref2.themeValues;
|
|
26331
26331
|
return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
|
|
26332
|
-
padding: "0
|
|
26333
|
-
extraStyles: "margin-right:
|
|
26334
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
26332
|
+
padding: "0",
|
|
26333
|
+
extraStyles: "margin-right: 8px;"
|
|
26334
|
+
}, /*#__PURE__*/React__default.createElement(BankIconLarge, null)), /*#__PURE__*/React__default.createElement(Stack, {
|
|
26335
26335
|
childGap: "0"
|
|
26336
26336
|
}, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
|
|
26337
26337
|
color: themeValues.textColor
|
|
@@ -26386,7 +26386,7 @@ var CardType = function CardType(_ref) {
|
|
|
26386
26386
|
var _ref2 = cardBrands[normalizedType] || cardBrands["default"],
|
|
26387
26387
|
label = _ref2.label,
|
|
26388
26388
|
IconComponent = _ref2[size];
|
|
26389
|
-
return /*#__PURE__*/React__default.createElement(
|
|
26389
|
+
return /*#__PURE__*/React__default.createElement(IconComponent, null);
|
|
26390
26390
|
};
|
|
26391
26391
|
|
|
26392
26392
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
@@ -26463,7 +26463,7 @@ var CreditCardWrapper = styled__default.div.withConfig({
|
|
|
26463
26463
|
var CCIconWrapper = styled__default.div.withConfig({
|
|
26464
26464
|
displayName: "FormattedCreditCard__CCIconWrapper",
|
|
26465
26465
|
componentId: "sc-s0ta5l-1"
|
|
26466
|
-
})(["margin-right:
|
|
26466
|
+
})(["margin-right:8px;width:36px;height:auto;display:flex;"]);
|
|
26467
26467
|
var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
26468
26468
|
var lastFour = _ref.lastFour,
|
|
26469
26469
|
type = _ref.type,
|
|
@@ -27572,7 +27572,7 @@ var RadioButton$1 = function RadioButton(_ref2) {
|
|
|
27572
27572
|
borderWidth: "1px",
|
|
27573
27573
|
borderStyle: "solid",
|
|
27574
27574
|
borderRadius: "12px",
|
|
27575
|
-
margin: "6px
|
|
27575
|
+
margin: "6px 8px 6px 6px",
|
|
27576
27576
|
height: "24px",
|
|
27577
27577
|
width: "24px",
|
|
27578
27578
|
variants: buttonBorder,
|