@thecb/components 11.2.13-beta.1 → 11.2.13-beta.2

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
@@ -48343,6 +48343,7 @@ var TabSidebar = function TabSidebar(_ref) {
48343
48343
  to: route,
48344
48344
  key: "".concat(route, "-").concat(index),
48345
48345
  isUnderlined: false,
48346
+ hoverUnderline: false,
48346
48347
  extraStyles: "\n &:hover {\n ".concat(active ? "> * {\n background-color: ".concat(themeValues.activeTabHover, ";\n }") : "> * { \n background-color: rgba(8, 27, 43, 0.05);\n }", "}")
48347
48348
  }, /*#__PURE__*/React__default.createElement(Box, {
48348
48349
  padding: isMobile ? "6px 4px" : "18px 16px",