@popsure/dirty-swan 0.27.22 → 0.27.23
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.js
CHANGED
|
@@ -13859,7 +13859,7 @@ var SegmentedControl = function (_a) {
|
|
|
13859
13859
|
}, className: styles$1.chip }, { children: typeof value === 'string' ? (jsxRuntime.jsx("div", __assign({ className: "p-h4 ta-center " + (selectedIndex === index ? '' : 'tc-primary-500') }, { children: value }), void 0)) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", __assign({ className: "p-h4 ta-center " + (selectedIndex === index ? '' : 'tc-primary-500') }, { children: value.title }), void 0),
|
|
13860
13860
|
jsxRuntime.jsx("div", __assign({ className: "p-p--small ta-center " + (selectedIndex === index
|
|
13861
13861
|
? 'tc-grey-500'
|
|
13862
|
-
: 'tc-primary-500') }, { children: value.subtitle }), void 0)] }, void 0)) }),
|
|
13862
|
+
: 'tc-primary-500') }, { children: value.subtitle }), void 0)] }, void 0)) }), typeof value === 'string' ? value : value.title));
|
|
13863
13863
|
}) }), void 0),
|
|
13864
13864
|
jsxRuntime.jsx("div", { className: styles$1['select-chip-background'], style: {
|
|
13865
13865
|
width: selectedChipBackgroundWidthLeft.width + "px",
|