labsense-ui-kit 1.2.53 → 1.2.54
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9444,7 +9444,7 @@ var SidebarContainer = styled__default.div(_templateObject$n || (_templateObject
|
|
|
9444
9444
|
theme = _ref3.theme;
|
|
9445
9445
|
return $background || theme.vms.accent.softBlue;
|
|
9446
9446
|
});
|
|
9447
|
-
var SidebarLink = styled__default(reactRouterDom.NavLink)(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n text-decoration: none;\n transition: all 0.
|
|
9447
|
+
var SidebarLink = styled__default(reactRouterDom.NavLink)(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n text-decoration: none;\n transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);\n padding: ", ";\n color: ", ";\n\n &:hover {\n color: ", ";\n background: ", ";\n }\n"])), function (_ref4) {
|
|
9448
9448
|
var $padding = _ref4.$padding;
|
|
9449
9449
|
return $padding;
|
|
9450
9450
|
}, function (_ref5) {
|
|
@@ -9457,12 +9457,12 @@ var SidebarLink = styled__default(reactRouterDom.NavLink)(_templateObject2$j ||
|
|
|
9457
9457
|
var theme = _ref7.theme;
|
|
9458
9458
|
return theme.vms["default"].primary;
|
|
9459
9459
|
});
|
|
9460
|
-
var IconWrapper$2 = styled__default.div(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose(["\n background: ", ";\n transition: all 0.
|
|
9460
|
+
var IconWrapper$2 = styled__default.div(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose(["\n background: ", ";\n transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref8) {
|
|
9461
9461
|
var $selected = _ref8.$selected,
|
|
9462
9462
|
theme = _ref8.theme;
|
|
9463
9463
|
return $selected ? theme.vms["default"].primary : theme.vms["default"].tertiary;
|
|
9464
9464
|
});
|
|
9465
|
-
var Logo = styled__default.div(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose(["\n transition: all 0.
|
|
9465
|
+
var Logo = styled__default.div(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose(["\n transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: center;\n gap: 10px;\n"])));
|
|
9466
9466
|
var TextContainer = styled__default.span(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n transform: ", ";\n"])), function (_ref9) {
|
|
9467
9467
|
var $padding = _ref9.$padding;
|
|
9468
9468
|
return $padding;
|