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

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
@@ -44564,7 +44564,8 @@ var LinkCard = function LinkCard(_ref) {
44564
44564
  fullHeight: true
44565
44565
  }, /*#__PURE__*/React__default.createElement(Stack, {
44566
44566
  direction: "row",
44567
- childGap: "0.5rem"
44567
+ childGap: "0.5rem",
44568
+ extraStyles: "align-items: center;"
44568
44569
  }, /*#__PURE__*/React__default.createElement(Title$2, {
44569
44570
  variant: titleVariant,
44570
44571
  theme: themeValues,
@@ -48351,6 +48352,7 @@ var TabSidebar = function TabSidebar(_ref) {
48351
48352
  to: route,
48352
48353
  key: "".concat(route, "-").concat(index),
48353
48354
  isUnderlined: false,
48355
+ hoverUnderline: false,
48354
48356
  extraStyles: "\n &:hover {\n ".concat(active ? "> * {\n background-color: ".concat(themeValues.activeTabHover, ";\n }") : "> * { \n background-color: rgba(8, 27, 43, 0.05);\n }", "}")
48355
48357
  }, /*#__PURE__*/React__default.createElement(Box, {
48356
48358
  padding: isMobile ? "6px 4px" : "18px 16px",