@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.esm.js
CHANGED
|
@@ -26321,9 +26321,9 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
26321
26321
|
autoPay = _ref2.autoPay,
|
|
26322
26322
|
themeValues = _ref2.themeValues;
|
|
26323
26323
|
return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
|
|
26324
|
-
padding: "0
|
|
26325
|
-
extraStyles: "margin-right:
|
|
26326
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
26324
|
+
padding: "0",
|
|
26325
|
+
extraStyles: "margin-right: 8px;"
|
|
26326
|
+
}, /*#__PURE__*/React__default.createElement(BankIconLarge, null)), /*#__PURE__*/React__default.createElement(Stack, {
|
|
26327
26327
|
childGap: "0"
|
|
26328
26328
|
}, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
|
|
26329
26329
|
color: themeValues.textColor
|
|
@@ -26378,7 +26378,7 @@ var CardType = function CardType(_ref) {
|
|
|
26378
26378
|
var _ref2 = cardBrands[normalizedType] || cardBrands["default"],
|
|
26379
26379
|
label = _ref2.label,
|
|
26380
26380
|
IconComponent = _ref2[size];
|
|
26381
|
-
return /*#__PURE__*/React__default.createElement(
|
|
26381
|
+
return /*#__PURE__*/React__default.createElement(IconComponent, null);
|
|
26382
26382
|
};
|
|
26383
26383
|
|
|
26384
26384
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
@@ -26455,7 +26455,7 @@ var CreditCardWrapper = styled.div.withConfig({
|
|
|
26455
26455
|
var CCIconWrapper = styled.div.withConfig({
|
|
26456
26456
|
displayName: "FormattedCreditCard__CCIconWrapper",
|
|
26457
26457
|
componentId: "sc-s0ta5l-1"
|
|
26458
|
-
})(["margin-right:
|
|
26458
|
+
})(["margin-right:8px;width:36px;height:auto;display:flex;"]);
|
|
26459
26459
|
var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
26460
26460
|
var lastFour = _ref.lastFour,
|
|
26461
26461
|
type = _ref.type,
|
|
@@ -27564,7 +27564,7 @@ var RadioButton$1 = function RadioButton(_ref2) {
|
|
|
27564
27564
|
borderWidth: "1px",
|
|
27565
27565
|
borderStyle: "solid",
|
|
27566
27566
|
borderRadius: "12px",
|
|
27567
|
-
margin: "6px
|
|
27567
|
+
margin: "6px 8px 6px 6px",
|
|
27568
27568
|
height: "24px",
|
|
27569
27569
|
width: "24px",
|
|
27570
27570
|
variants: buttonBorder,
|