@popsure/dirty-swan 0.66.14 → 0.66.16
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/cjs/index.js +6 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/table/components/TableCell/CTACell/CTACell.js +3 -3
- package/dist/esm/components/table/components/TableCell/CTACell/CTACell.js.map +1 -1
- package/dist/esm/components/table/components/TableCell/TableCell.js +3 -2
- package/dist/esm/components/table/components/TableCell/TableCell.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/components/table/components/TableCell/CTACell/CTACell.module.scss +4 -0
- package/src/lib/components/table/components/TableCell/CTACell/CTACell.tsx +1 -1
- package/src/lib/components/table/components/TableCell/TableCell.module.scss +4 -0
- package/src/lib/components/table/components/TableCell/TableCell.tsx +1 -0
package/dist/cjs/index.js
CHANGED
|
@@ -22624,8 +22624,8 @@ var Accordion = function (_a) {
|
|
|
22624
22624
|
}) }));
|
|
22625
22625
|
};
|
|
22626
22626
|
|
|
22627
|
-
var css_248z$a = ".TableCell-module_th__2rjCU {\n vertical-align: middle;\n scroll-snap-align: end;\n width: 50%;\n padding: 28px 24px;\n}\n@media (min-width: 34rem) {\n .TableCell-module_th__2rjCU {\n width: auto;\n scroll-snap-align: unset;\n }\n}\n.TableCell-module_thNavigation__qZ2sY {\n width: 100%;\n}\n@media (min-width: 34rem) {\n .TableCell-module_thNavigation__qZ2sY {\n width: auto;\n }\n}\n\n.TableCell-module_fixedCell__cL3-m {\n position: sticky;\n left: 0;\n z-index: 2;\n padding-left: 0;\n}\n\n.TableCell-module_selectedColumnTop__1GcJz {\n border-radius: 16px 16px 0 0;\n}\n\n.TableCell-module_selectedColumnBottom__qiMke {\n border-radius: 0 0 16px 16px;\n}\n\n.TableCell-module_fixedCard__2LO8s {\n position: sticky;\n left: 0;\n right: 0;\n z-index: 2;\n width: 100%;\n}";
|
|
22628
|
-
var styles$a = {"th":"TableCell-module_th__2rjCU","thNavigation":"TableCell-module_thNavigation__qZ2sY","fixedCell":"TableCell-module_fixedCell__cL3-m","selectedColumnTop":"TableCell-module_selectedColumnTop__1GcJz","selectedColumnBottom":"TableCell-module_selectedColumnBottom__qiMke","fixedCard":"TableCell-module_fixedCard__2LO8s"};
|
|
22627
|
+
var css_248z$a = ".TableCell-module_th__2rjCU {\n vertical-align: middle;\n scroll-snap-align: end;\n width: 50%;\n padding: 28px 24px;\n}\n@media (min-width: 34rem) {\n .TableCell-module_th__2rjCU {\n width: auto;\n scroll-snap-align: unset;\n }\n}\n.TableCell-module_thNavigation__qZ2sY {\n width: 100%;\n}\n@media (min-width: 34rem) {\n .TableCell-module_thNavigation__qZ2sY {\n width: auto;\n }\n}\n\n.TableCell-module_headerCell__aVTIn {\n vertical-align: top;\n}\n\n.TableCell-module_fixedCell__cL3-m {\n position: sticky;\n left: 0;\n z-index: 2;\n padding-left: 0;\n}\n\n.TableCell-module_selectedColumnTop__1GcJz {\n border-radius: 16px 16px 0 0;\n}\n\n.TableCell-module_selectedColumnBottom__qiMke {\n border-radius: 0 0 16px 16px;\n}\n\n.TableCell-module_fixedCard__2LO8s {\n position: sticky;\n left: 0;\n right: 0;\n z-index: 2;\n width: 100%;\n}";
|
|
22628
|
+
var styles$a = {"th":"TableCell-module_th__2rjCU","thNavigation":"TableCell-module_thNavigation__qZ2sY","headerCell":"TableCell-module_headerCell__aVTIn","fixedCell":"TableCell-module_fixedCell__cL3-m","selectedColumnTop":"TableCell-module_selectedColumnTop__1GcJz","selectedColumnBottom":"TableCell-module_selectedColumnBottom__qiMke","fixedCard":"TableCell-module_fixedCard__2LO8s"};
|
|
22629
22629
|
styleInject(css_248z$a);
|
|
22630
22630
|
|
|
22631
22631
|
var css_248z$9 = "@media (max-width: 34rem) {\n .BaseCell-module_maxWidth__14Cly {\n max-width: calc(100% - 64px);\n }\n}\n\n.BaseCell-module_icon__1775U {\n margin: 2px;\n}\n\n.BaseCell-module_description__3_kfe {\n word-break: break-word;\n}";
|
|
@@ -22678,8 +22678,8 @@ var BaseCell = function (_a) {
|
|
|
22678
22678
|
} }) }))] })] }), progressBarValue !== undefined && (jsxRuntime.jsx(MiniProgressBar, { nFilledBars: progressBarValue })), description && (jsxRuntime.jsx("div", { className: classNames(styles$9.description, 'd-flex p-p--small tc-neutral-600', alignClassName), children: description }))] }) }));
|
|
22679
22679
|
};
|
|
22680
22680
|
|
|
22681
|
-
var css_248z$7 = ".CTACell-module_narrow__1EPPT {\n height: 40px;\n padding: 8px !important;\n}";
|
|
22682
|
-
var styles$7 = {"narrow":"CTACell-module_narrow__1EPPT"};
|
|
22681
|
+
var css_248z$7 = ".CTACell-module_button__38ozg {\n max-width: 176px;\n}\n\n.CTACell-module_narrow__1EPPT {\n height: 40px;\n padding: 8px !important;\n}";
|
|
22682
|
+
var styles$7 = {"button":"CTACell-module_button__38ozg","narrow":"CTACell-module_narrow__1EPPT"};
|
|
22683
22683
|
styleInject(css_248z$7);
|
|
22684
22684
|
|
|
22685
22685
|
var IconRenderer = function (_a) {
|
|
@@ -22699,7 +22699,7 @@ var CTACell = function (_a) {
|
|
|
22699
22699
|
href: href,
|
|
22700
22700
|
target: '_blank',
|
|
22701
22701
|
rel: 'noopener noreferrer',
|
|
22702
|
-
}, { className: classNames('mt16 w100
|
|
22702
|
+
}, { className: classNames('mt16 w100', styles$7.button, (_b = {
|
|
22703
22703
|
'p-btn--primary': !grey,
|
|
22704
22704
|
'p-btn--secondary-grey': grey
|
|
22705
22705
|
},
|
|
@@ -22745,6 +22745,7 @@ var TableCell = React.memo(function (_a) {
|
|
|
22745
22745
|
return (jsxRuntime.jsxs(Tag, __assign({}, scope, { className: classNames(isSelectedColumn ? 'bg-orange-50' : 'bg-white', styles$a.th, (_b = {
|
|
22746
22746
|
'ta-left': isFirstCellInRow
|
|
22747
22747
|
},
|
|
22748
|
+
_b[styles$a.headerCell] = isHeader,
|
|
22748
22749
|
_b[styles$a.thNavigation] = isNavigation,
|
|
22749
22750
|
_b[styles$a.fixedCell] = isFirstCellInRow && colSpan < 1,
|
|
22750
22751
|
_b[styles$a.fixedCard] = cellProps.type === 'CARD',
|