@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.esm.js CHANGED
@@ -40335,7 +40335,8 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
40335
40335
  textAlign: "center",
40336
40336
  color: themeValues.textColor,
40337
40337
  weight: FONT_WEIGHT_SEMIBOLD,
40338
- extraStyles: "display: block; white-space: nowrap;"
40338
+ extraStyles: "display: block; white-space: nowrap;",
40339
+ id: "".concat(t, "-tab-text")
40339
40340
  }, t));
40340
40341
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
40341
40342
  };