labsense-ui-kit 1.4.56 → 1.4.57
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 +64 -58
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +64 -58
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -12549,7 +12549,7 @@ var SidebarContainer = styled.div(_templateObject3$c || (_templateObject3$c = _t
|
|
|
12549
12549
|
var $isMobileOpen = _ref7.$isMobileOpen;
|
|
12550
12550
|
return $isMobileOpen ? 'visible' : 'hidden';
|
|
12551
12551
|
});
|
|
12552
|
-
var SidebarLink = styled(NavLink)(_templateObject4$9 || (_templateObject4$9 = _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: none;\n padding: ", ";\n color: ", ";\n\n /* Remove all transitions for instant color changes */\n * {\n transition: none !important;\n }\n\n /* Hover state */\n &:hover {\n color: ", ";\n background: ", ";\n \n /* Make icons white on hover */\n svg {\n color: ", " !important;\n }\n }\n\n /* Active link state */\n &.active {\n color: ", ";\n background: ", ";\n
|
|
12552
|
+
var SidebarLink = styled(NavLink)(_templateObject4$9 || (_templateObject4$9 = _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: none;\n padding: ", ";\n color: ", ";\n\n /* Remove all transitions for instant color changes */\n * {\n transition: none !important;\n }\n\n /* Hover state */\n &:hover {\n color: ", ";\n background: ", ";\n \n /* Make icons white on hover */\n svg {\n color: ", " !important;\n }\n }\n\n /* Active link state */\n &.active {\n color: ", ";\n background: ", ";\n\n /* Make icons white when active */\n svg {\n color: ", " !important;\n }\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n box-shadow: inset 0 0 0 2px ", ";\n }\n"])), function (_ref8) {
|
|
12553
12553
|
var $padding = _ref8.$padding;
|
|
12554
12554
|
return $padding;
|
|
12555
12555
|
}, function (_ref9) {
|
|
@@ -12573,16 +12573,16 @@ var SidebarLink = styled(NavLink)(_templateObject4$9 || (_templateObject4$9 = _t
|
|
|
12573
12573
|
}, function (_ref15) {
|
|
12574
12574
|
var theme = _ref15.theme;
|
|
12575
12575
|
return theme.vms.text.white;
|
|
12576
|
+
}, function (_ref16) {
|
|
12577
|
+
var theme = _ref16.theme;
|
|
12578
|
+
return theme.vms.text.white;
|
|
12576
12579
|
});
|
|
12577
|
-
var IconWrapper$2 = styled.div(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose(["\n background: ", ";\n transition: none;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n /* Ensure icons inherit hover color from parent */\n svg {\n transition: none;\n }\n"])), function (
|
|
12578
|
-
var $selected =
|
|
12579
|
-
theme =
|
|
12580
|
+
var IconWrapper$2 = styled.div(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose(["\n background: ", ";\n transition: none;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n /* Ensure icons inherit hover color from parent */\n svg {\n transition: none;\n }\n"])), function (_ref17) {
|
|
12581
|
+
var $selected = _ref17.$selected,
|
|
12582
|
+
theme = _ref17.theme;
|
|
12580
12583
|
return $selected ? theme.vms["default"].primary : theme.vms["default"].tertiary;
|
|
12581
12584
|
});
|
|
12582
|
-
var StyledContainer = styled(Container)(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose(["\n transition: none;\n\n svg {\n transition: none;\n }\n\n /* Parent hover / active */\n &:hover,\n &.active {\n svg {\n color: ", " !important;\n }\n }\n\n /* 2nd child reacts ONLY when parent is hovered */\n &:hover > div:nth-child(2) {\n svg {\n color: ", " !important;\n\n path {\n stroke: ", " !important;\n }\n }\n }\n\n /* Default state for 2nd child */\n > div:nth-child(2) {\n svg {\n color: ", " !important;\n\n path {\n stroke: ", " !important;\n }\n }\n }\n"])), function (
|
|
12583
|
-
var theme = _ref17.theme;
|
|
12584
|
-
return theme.vms.text.white;
|
|
12585
|
-
}, function (_ref18) {
|
|
12585
|
+
var StyledContainer = styled(Container)(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose(["\n transition: none;\n\n svg {\n transition: none;\n }\n\n /* Parent hover / active */\n &:hover,\n &.active {\n svg {\n color: ", " !important;\n }\n }\n\n /* 2nd child reacts ONLY when parent is hovered */\n &:hover > div:nth-child(2) {\n svg {\n color: ", " !important;\n\n path {\n stroke: ", " !important;\n }\n }\n }\n\n /* Default state for 2nd child */\n > div:nth-child(2) {\n svg {\n color: ", " !important;\n\n path {\n stroke: ", " !important;\n }\n }\n }\n"])), function (_ref18) {
|
|
12586
12586
|
var theme = _ref18.theme;
|
|
12587
12587
|
return theme.vms.text.white;
|
|
12588
12588
|
}, function (_ref19) {
|
|
@@ -12593,31 +12593,34 @@ var StyledContainer = styled(Container)(_templateObject6$8 || (_templateObject6$
|
|
|
12593
12593
|
return theme.vms.text.white;
|
|
12594
12594
|
}, function (_ref21) {
|
|
12595
12595
|
var theme = _ref21.theme;
|
|
12596
|
+
return theme.vms.text.white;
|
|
12597
|
+
}, function (_ref22) {
|
|
12598
|
+
var theme = _ref22.theme;
|
|
12596
12599
|
return theme.vms.text.medium;
|
|
12597
12600
|
});
|
|
12598
12601
|
var Logo = styled(Container)(_templateObject7$6 || (_templateObject7$6 = _taggedTemplateLiteralLoose(["\n transition: none;\n display: flex;\n width: 100%;\n min-width: max-content;\n align-items: center;\n justify-content: center;\n gap: 10px;\n"])));
|
|
12599
|
-
var TextContainer = styled.span(_templateObject8$5 || (_templateObject8$5 = _taggedTemplateLiteralLoose(["\n white-space: nowrap;\n opacity: 0;\n visibility: hidden;\n transform: translateX(-10px);\n transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n\n ", ":hover & {\n opacity: 1;\n visibility: visible;\n transform: translateX(0);\n }\n\n /* Mobile: Always visible when sidebar is open */\n @media (max-width: ", ") {\n opacity: 1;\n visibility: visible;\n transform: translateX(0);\n }\n"])), function (
|
|
12600
|
-
var $padding =
|
|
12602
|
+
var TextContainer = styled.span(_templateObject8$5 || (_templateObject8$5 = _taggedTemplateLiteralLoose(["\n white-space: nowrap;\n opacity: 0;\n visibility: hidden;\n transform: translateX(-10px);\n transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n\n ", ":hover & {\n opacity: 1;\n visibility: visible;\n transform: translateX(0);\n }\n\n /* Mobile: Always visible when sidebar is open */\n @media (max-width: ", ") {\n opacity: 1;\n visibility: visible;\n transform: translateX(0);\n }\n"])), function (_ref23) {
|
|
12603
|
+
var $padding = _ref23.$padding;
|
|
12601
12604
|
return $padding;
|
|
12602
|
-
}, function (_ref23) {
|
|
12603
|
-
var $fontSize = _ref23.$fontSize;
|
|
12604
|
-
return $fontSize || '20px';
|
|
12605
12605
|
}, function (_ref24) {
|
|
12606
|
-
var $
|
|
12606
|
+
var $fontSize = _ref24.$fontSize;
|
|
12607
|
+
return $fontSize || '20px';
|
|
12608
|
+
}, function (_ref25) {
|
|
12609
|
+
var $fontWeight = _ref25.$fontWeight;
|
|
12607
12610
|
return $fontWeight || '500';
|
|
12608
12611
|
}, SidebarContainer, MOBILE_BREAKPOINT);
|
|
12609
|
-
var NotificationBadge = styled.div(_templateObject9$4 || (_templateObject9$4 = _taggedTemplateLiteralLoose(["\n position: ", ";\n // top: -4px;\n // right: 4px;\n background: red;\n color: white;\n font-size: 10px;\n font-weight: bold;\n border-radius: 50%;\n padding: 2px 5px;\n min-width: 16px;\n height: 16px;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 100;\n width: max-content;\n"])), function (
|
|
12610
|
-
var $position =
|
|
12612
|
+
var NotificationBadge = styled.div(_templateObject9$4 || (_templateObject9$4 = _taggedTemplateLiteralLoose(["\n position: ", ";\n // top: -4px;\n // right: 4px;\n background: red;\n color: white;\n font-size: 10px;\n font-weight: bold;\n border-radius: 50%;\n padding: 2px 5px;\n min-width: 16px;\n height: 16px;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 100;\n width: max-content;\n"])), function (_ref26) {
|
|
12613
|
+
var $position = _ref26.$position;
|
|
12611
12614
|
return $position || 'absolute';
|
|
12612
12615
|
});
|
|
12613
|
-
var Sidebar = function Sidebar(
|
|
12614
|
-
var logo =
|
|
12615
|
-
content =
|
|
12616
|
-
background =
|
|
12617
|
-
ProfileContent =
|
|
12618
|
-
|
|
12619
|
-
isExpanded =
|
|
12620
|
-
setIsExpanded =
|
|
12616
|
+
var Sidebar = function Sidebar(_ref27) {
|
|
12617
|
+
var logo = _ref27.logo,
|
|
12618
|
+
content = _ref27.content,
|
|
12619
|
+
background = _ref27.background,
|
|
12620
|
+
ProfileContent = _ref27.ProfileContent,
|
|
12621
|
+
_ref27$isExpanded = _ref27.isExpanded,
|
|
12622
|
+
isExpanded = _ref27$isExpanded === void 0 ? false : _ref27$isExpanded,
|
|
12623
|
+
setIsExpanded = _ref27.setIsExpanded;
|
|
12621
12624
|
var location = useLocation();
|
|
12622
12625
|
var _useState = useState({}),
|
|
12623
12626
|
openMenus = _useState[0],
|
|
@@ -12682,9 +12685,9 @@ var Sidebar = function Sidebar(_ref26) {
|
|
|
12682
12685
|
}, []);
|
|
12683
12686
|
var toggleMenu = function toggleMenu(id) {
|
|
12684
12687
|
setOpenMenus(function (prev) {
|
|
12685
|
-
var
|
|
12688
|
+
var _ref28;
|
|
12686
12689
|
var isCurrentlyOpen = !!prev[id];
|
|
12687
|
-
return isCurrentlyOpen ? {} : (
|
|
12690
|
+
return isCurrentlyOpen ? {} : (_ref28 = {}, _ref28[id] = true, _ref28);
|
|
12688
12691
|
});
|
|
12689
12692
|
};
|
|
12690
12693
|
var getTotalNotifications = useCallback(function (item) {
|
|
@@ -12709,8 +12712,8 @@ var Sidebar = function Sidebar(_ref26) {
|
|
|
12709
12712
|
return currentBase === getBasePath(child.activeUrl) || currentBase === getBasePath(child.url);
|
|
12710
12713
|
}));
|
|
12711
12714
|
};
|
|
12712
|
-
var ChildLink = function ChildLink(
|
|
12713
|
-
var child =
|
|
12715
|
+
var ChildLink = function ChildLink(_ref29) {
|
|
12716
|
+
var child = _ref29.child;
|
|
12714
12717
|
var location = useLocation();
|
|
12715
12718
|
var active = getBasePath(location.pathname) === getBasePath(child.activeUrl) || getBasePath(location.pathname) === getBasePath(child.url);
|
|
12716
12719
|
var handleClick = useCallback(function (e) {
|
|
@@ -12757,14 +12760,14 @@ var Sidebar = function Sidebar(_ref26) {
|
|
|
12757
12760
|
});
|
|
12758
12761
|
}));
|
|
12759
12762
|
};
|
|
12760
|
-
var SidebarItem = function SidebarItem(
|
|
12761
|
-
var item =
|
|
12762
|
-
isActive =
|
|
12763
|
-
isOpen =
|
|
12764
|
-
hasChildren =
|
|
12765
|
-
isExpanded =
|
|
12766
|
-
onToggle =
|
|
12767
|
-
renderChildLinks =
|
|
12763
|
+
var SidebarItem = function SidebarItem(_ref30) {
|
|
12764
|
+
var item = _ref30.item,
|
|
12765
|
+
isActive = _ref30.isActive,
|
|
12766
|
+
isOpen = _ref30.isOpen,
|
|
12767
|
+
hasChildren = _ref30.hasChildren,
|
|
12768
|
+
isExpanded = _ref30.isExpanded,
|
|
12769
|
+
onToggle = _ref30.onToggle,
|
|
12770
|
+
renderChildLinks = _ref30.renderChildLinks;
|
|
12768
12771
|
var themeColors = useTheme$1();
|
|
12769
12772
|
var activeClass = isActive ? 'active' : '';
|
|
12770
12773
|
var handleClick = useCallback(function () {
|
|
@@ -13407,7 +13410,7 @@ var FirstContainer = styled.div(_templateObject2$m || (_templateObject2$m = _tag
|
|
|
13407
13410
|
var $headerPadding = _ref6.$headerPadding;
|
|
13408
13411
|
return $headerPadding ? $headerPadding : '0px';
|
|
13409
13412
|
});
|
|
13410
|
-
var TabContainer = styled.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref7) {
|
|
13413
|
+
var TabContainer = styled.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n border-radius: 4px;\n box-shadow: 0 0 0 2px ", ";\n }\n"])), function (_ref7) {
|
|
13411
13414
|
var $disabled = _ref7.$disabled;
|
|
13412
13415
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13413
13416
|
}, function (_ref8) {
|
|
@@ -13422,36 +13425,39 @@ var TabContainer = styled.div(_templateObject3$f || (_templateObject3$f = _tagge
|
|
|
13422
13425
|
}, function (_ref11) {
|
|
13423
13426
|
var $disabled = _ref11.$disabled;
|
|
13424
13427
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13428
|
+
}, function (_ref12) {
|
|
13429
|
+
var theme = _ref12.theme;
|
|
13430
|
+
return theme.vms["default"].primary;
|
|
13425
13431
|
});
|
|
13426
|
-
var TabItemContainer = styled.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (
|
|
13427
|
-
var $headerHeight =
|
|
13432
|
+
var TabItemContainer = styled.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref13) {
|
|
13433
|
+
var $headerHeight = _ref13.$headerHeight;
|
|
13428
13434
|
return $headerHeight ? $headerHeight : '34px';
|
|
13429
13435
|
}, function (props) {
|
|
13430
13436
|
return props.$active ? 'block' : 'none';
|
|
13431
|
-
}, function (
|
|
13432
|
-
var theme =
|
|
13437
|
+
}, function (_ref14) {
|
|
13438
|
+
var theme = _ref14.theme;
|
|
13433
13439
|
return theme.vms["default"].primary;
|
|
13434
13440
|
});
|
|
13435
|
-
var DetailsFirstContainer = styled.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (
|
|
13436
|
-
var $active =
|
|
13437
|
-
theme =
|
|
13441
|
+
var DetailsFirstContainer = styled.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref15) {
|
|
13442
|
+
var $active = _ref15.$active,
|
|
13443
|
+
theme = _ref15.theme;
|
|
13438
13444
|
return $active ? theme.vms["default"].primary : theme.vms.text.medium;
|
|
13439
13445
|
});
|
|
13440
13446
|
var TabItemsWrapper = styled.div(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
|
|
13441
|
-
var Tabs = function Tabs(
|
|
13442
|
-
var tabItems =
|
|
13443
|
-
|
|
13444
|
-
disabled =
|
|
13445
|
-
headerHeight =
|
|
13446
|
-
headerPadding =
|
|
13447
|
-
activeTab =
|
|
13448
|
-
border =
|
|
13449
|
-
|
|
13450
|
-
gap =
|
|
13451
|
-
overflow =
|
|
13452
|
-
scrollbarWidth =
|
|
13453
|
-
bordeBottom =
|
|
13454
|
-
tabRightNode =
|
|
13447
|
+
var Tabs = function Tabs(_ref16) {
|
|
13448
|
+
var tabItems = _ref16.tabItems,
|
|
13449
|
+
_ref16$disabled = _ref16.disabled,
|
|
13450
|
+
disabled = _ref16$disabled === void 0 ? false : _ref16$disabled,
|
|
13451
|
+
headerHeight = _ref16.headerHeight,
|
|
13452
|
+
headerPadding = _ref16.headerPadding,
|
|
13453
|
+
activeTab = _ref16.activeTab,
|
|
13454
|
+
border = _ref16.border,
|
|
13455
|
+
_ref16$gap = _ref16.gap,
|
|
13456
|
+
gap = _ref16$gap === void 0 ? '24px' : _ref16$gap,
|
|
13457
|
+
overflow = _ref16.overflow,
|
|
13458
|
+
scrollbarWidth = _ref16.scrollbarWidth,
|
|
13459
|
+
bordeBottom = _ref16.bordeBottom,
|
|
13460
|
+
tabRightNode = _ref16.tabRightNode;
|
|
13455
13461
|
var themeColors = useTheme();
|
|
13456
13462
|
return React.createElement(Container$4, {
|
|
13457
13463
|
"$gap": gap,
|