@thecb/components 8.4.3-beta.3 → 8.4.3-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 +3 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.esm.js +3 -9
- package/dist/index.esm.js.map +1 -1
- package/dist/src/apps/checkout/pages/payment/sub-pages/payment-amount/PaymentAmount_old.js +49322 -0
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/icons/.DS_Store +0 -0
- package/src/components/molecules/editable-table/TableListItem.js +4 -13
- package/src/components/molecules/editable-table/index.d.ts +0 -2
- package/src/components/molecules/link-card/LinkCard.js +1 -1
- /package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -41250,10 +41250,6 @@ var EditableTable = function EditableTable(_ref) {
|
|
|
41250
41250
|
var TableListItem = function TableListItem(_ref) {
|
|
41251
41251
|
var title = _ref.title,
|
|
41252
41252
|
value = _ref.value,
|
|
41253
|
-
_ref$onClick = _ref.onClick,
|
|
41254
|
-
onClick = _ref$onClick === void 0 ? noop : _ref$onClick,
|
|
41255
|
-
_ref$hoverBackgroundC = _ref.hoverBackgroundColor,
|
|
41256
|
-
hoverBackgroundColor = _ref$hoverBackgroundC === void 0 ? undefined : _ref$hoverBackgroundC,
|
|
41257
41253
|
_ref$canEdit = _ref.canEdit,
|
|
41258
41254
|
canEdit = _ref$canEdit === void 0 ? false : _ref$canEdit,
|
|
41259
41255
|
_ref$canRemove = _ref.canRemove,
|
|
@@ -41262,11 +41258,9 @@ var TableListItem = function TableListItem(_ref) {
|
|
|
41262
41258
|
borderTopItem = _ref.borderTopItem;
|
|
41263
41259
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
41264
41260
|
padding: "0px",
|
|
41265
|
-
extraStyles: "&:last-child {\n > * {\n border-bottom: none;\n }\n }\n ".concat(isMobile && borderTopItem && "&:first-child {\n > * {\n border-top: 1px solid ".concat(GHOST_GREY, ";\n }\n }"), "\n ")
|
|
41266
|
-
hoverStyles: "".concat(hoverBackgroundColor && "&:hover {\n color: ".concat(WHITE, ";\n background-color: ").concat(hoverBackgroundColor, ";\n cursor: pointer;\n }"))
|
|
41261
|
+
extraStyles: "&:last-child {\n > * {\n border-bottom: none;\n }\n }\n ".concat(isMobile && borderTopItem && "&:first-child {\n > * {\n border-top: 1px solid ".concat(GHOST_GREY, ";\n }\n }"), "\n ")
|
|
41267
41262
|
}, /*#__PURE__*/React__default.createElement(ItemWrapper, null, /*#__PURE__*/React__default.createElement(EditableTableListItem, {
|
|
41268
|
-
isMobile: isMobile
|
|
41269
|
-
onClick: onClick
|
|
41263
|
+
isMobile: isMobile
|
|
41270
41264
|
}, /*#__PURE__*/React__default.createElement(TableItemKey, {
|
|
41271
41265
|
isMobile: isMobile
|
|
41272
41266
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
@@ -43033,7 +43027,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
43033
43027
|
padding: 0,
|
|
43034
43028
|
width: "100%"
|
|
43035
43029
|
}, /*#__PURE__*/React__default.createElement(Title$2, {
|
|
43036
|
-
variant: "
|
|
43030
|
+
variant: "h4",
|
|
43037
43031
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
43038
43032
|
color: themeValues.color,
|
|
43039
43033
|
margin: 0
|