@thecb/components 7.7.8-beta.11 → 7.7.8-beta.12
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.esm.js
CHANGED
|
@@ -40374,14 +40374,14 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
40374
40374
|
borderWidthOverride: "0 0 3px 0",
|
|
40375
40375
|
extraStyles: "text-align: center; display: block;",
|
|
40376
40376
|
as: "li",
|
|
40377
|
-
"aria-current": highlightIndex == i ? "step" : ""
|
|
40377
|
+
"aria-current": highlightIndex == i ? "step" : "",
|
|
40378
|
+
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")
|
|
40378
40379
|
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
40379
40380
|
variant: "p",
|
|
40380
40381
|
textAlign: "center",
|
|
40381
40382
|
color: themeValues.textColor,
|
|
40382
40383
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
40383
|
-
extraStyles: "display: block; white-space: nowrap;"
|
|
40384
|
-
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")
|
|
40384
|
+
extraStyles: "display: block; white-space: nowrap;"
|
|
40385
40385
|
}, t));
|
|
40386
40386
|
}), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
|
|
40387
40387
|
};
|