@thecb/components 7.7.8-beta.0 → 7.7.8-beta.1
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
|
@@ -40343,7 +40343,8 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
40343
40343
|
textAlign: "center",
|
|
40344
40344
|
color: themeValues.textColor,
|
|
40345
40345
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
40346
|
-
extraStyles: "display: block; white-space: nowrap;"
|
|
40346
|
+
extraStyles: "display: block; white-space: nowrap;",
|
|
40347
|
+
id: "".concat(t, "-tab-text")
|
|
40347
40348
|
}, t));
|
|
40348
40349
|
}), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
|
|
40349
40350
|
};
|