@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.cjs.js CHANGED
@@ -48351,6 +48351,7 @@ var TabSidebar = function TabSidebar(_ref) {
48351
48351
  to: route,
48352
48352
  key: "".concat(route, "-").concat(index),
48353
48353
  isUnderlined: false,
48354
+ hoverUnderline: false,
48354
48355
  extraStyles: "\n &:hover {\n ".concat(active ? "> * {\n background-color: ".concat(themeValues.activeTabHover, ";\n }") : "> * { \n background-color: rgba(8, 27, 43, 0.05);\n }", "}")
48355
48356
  }, /*#__PURE__*/React__default.createElement(Box, {
48356
48357
  padding: isMobile ? "6px 4px" : "18px 16px",