@thecb/components 7.7.8-beta.11 → 7.7.8-beta.13
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
CHANGED
|
@@ -40382,19 +40382,19 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
40382
40382
|
borderWidthOverride: "0 0 3px 0",
|
|
40383
40383
|
extraStyles: "text-align: center; display: block;",
|
|
40384
40384
|
as: "li",
|
|
40385
|
-
"aria-current": highlightIndex == i ? "step" : ""
|
|
40385
|
+
"aria-current": highlightIndex == i ? "step" : "",
|
|
40386
|
+
id: "".concat(t === null || t === void 0 ? void 0 : (_t$toLowerCase = t.toLowerCase()) === null || _t$toLowerCase === void 0 ? void 0 : _t$toLowerCase.replace(/\s/g, "-"), "-tab")
|
|
40386
40387
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
40387
40388
|
variant: "p",
|
|
40388
40389
|
textAlign: "center",
|
|
40389
40390
|
color: themeValues.textColor,
|
|
40390
40391
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
40391
|
-
extraStyles: "display: block; white-space: nowrap;"
|
|
40392
|
-
id: "".concat(t === null || t === void 0 ? void 0 : (_t$toLowerCase = t.toLowerCase()) === null || _t$toLowerCase === void 0 ? void 0 : _t$toLowerCase.replace(/\s/g, "-"), "-tab-text")
|
|
40392
|
+
extraStyles: "display: block; white-space: nowrap;"
|
|
40393
40393
|
}, t));
|
|
40394
40394
|
}), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
|
|
40395
40395
|
};
|
|
40396
40396
|
|
|
40397
|
-
var HighlightTabRow$1 =
|
|
40397
|
+
var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F);
|
|
40398
40398
|
|
|
40399
40399
|
var AccountBillIcon = function AccountBillIcon() {
|
|
40400
40400
|
return /*#__PURE__*/React__default.createElement("svg", {
|