@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 +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/link-card/LinkCard.js +5 -1
- package/src/components/molecules/link-card/LinkCard.stories.js +1 -1
- package/src/components/molecules/tab-sidebar/TabSidebar.js +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -44556,7 +44556,8 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
44556
44556
|
fullHeight: true
|
|
44557
44557
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
44558
44558
|
direction: "row",
|
|
44559
|
-
childGap: "0.5rem"
|
|
44559
|
+
childGap: "0.5rem",
|
|
44560
|
+
extraStyles: "align-items: center;"
|
|
44560
44561
|
}, /*#__PURE__*/React__default.createElement(Title$2, {
|
|
44561
44562
|
variant: titleVariant,
|
|
44562
44563
|
theme: themeValues,
|
|
@@ -48343,6 +48344,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
48343
48344
|
to: route,
|
|
48344
48345
|
key: "".concat(route, "-").concat(index),
|
|
48345
48346
|
isUnderlined: false,
|
|
48347
|
+
hoverUnderline: false,
|
|
48346
48348
|
extraStyles: "\n &:hover {\n ".concat(active ? "> * {\n background-color: ".concat(themeValues.activeTabHover, ";\n }") : "> * { \n background-color: rgba(8, 27, 43, 0.05);\n }", "}")
|
|
48347
48349
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
48348
48350
|
padding: isMobile ? "6px 4px" : "18px 16px",
|