@retinalabsllc/zairusjs 20.1.3 → 20.1.4
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.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1119,7 +1119,7 @@ var MobileNav = ({ items }) => {
|
|
|
1119
1119
|
/* @__PURE__ */ import_react19.default.createElement(
|
|
1120
1120
|
"span",
|
|
1121
1121
|
{
|
|
1122
|
-
className: `text-xs tracking-wide transition-colors duration-300 ${isActive ? "text-
|
|
1122
|
+
className: `text-xs tracking-wide transition-colors duration-300 ${isActive ? "text-[#d97757]" : "text-stone-600"}`
|
|
1123
1123
|
},
|
|
1124
1124
|
item.label
|
|
1125
1125
|
)
|
|
@@ -2660,7 +2660,7 @@ var UniversalSidebar = ({
|
|
|
2660
2660
|
key: item.name,
|
|
2661
2661
|
href: item.path,
|
|
2662
2662
|
onClick: (e) => onNavClick ? onNavClick(e, item.path) : void 0,
|
|
2663
|
-
className: `flex items-center justify-center w-12 h-12 mx-auto rounded-full transition-all outline-none group shrink-0 ${isCurrentRoute ? "bg-
|
|
2663
|
+
className: `flex items-center justify-center w-12 h-12 mx-auto rounded-full transition-all outline-none group shrink-0 ${isCurrentRoute ? "bg-[#d9785719] text-[#d97757]" : "text-stone-500 hover:text-black hover:bg-white/50"}`,
|
|
2664
2664
|
title: item.name
|
|
2665
2665
|
},
|
|
2666
2666
|
/* @__PURE__ */ import_react42.default.createElement(
|
|
@@ -2676,7 +2676,7 @@ var UniversalSidebar = ({
|
|
|
2676
2676
|
"button",
|
|
2677
2677
|
{
|
|
2678
2678
|
onClick: () => setShowLogoutDialog(true),
|
|
2679
|
-
className: "w-12 h-12 rounded-full flex items-center justify-center text-stone-
|
|
2679
|
+
className: "w-12 h-12 rounded-full flex items-center justify-center text-stone-600 hover:bg-white/50 transition-all outline-none"
|
|
2680
2680
|
},
|
|
2681
2681
|
/* @__PURE__ */ import_react42.default.createElement(import_react43.HugeiconsIcon, { icon: import_core_free_icons17.LogoutCircle02Icon, size: 20 })
|
|
2682
2682
|
))), showLogoutAction && /* @__PURE__ */ import_react42.default.createElement(
|
package/dist/index.mjs
CHANGED
|
@@ -1048,7 +1048,7 @@ var MobileNav = ({ items }) => {
|
|
|
1048
1048
|
/* @__PURE__ */ React12.createElement(
|
|
1049
1049
|
"span",
|
|
1050
1050
|
{
|
|
1051
|
-
className: `text-xs tracking-wide transition-colors duration-300 ${isActive ? "text-
|
|
1051
|
+
className: `text-xs tracking-wide transition-colors duration-300 ${isActive ? "text-[#d97757]" : "text-stone-600"}`
|
|
1052
1052
|
},
|
|
1053
1053
|
item.label
|
|
1054
1054
|
)
|
|
@@ -2653,7 +2653,7 @@ var UniversalSidebar = ({
|
|
|
2653
2653
|
key: item.name,
|
|
2654
2654
|
href: item.path,
|
|
2655
2655
|
onClick: (e) => onNavClick ? onNavClick(e, item.path) : void 0,
|
|
2656
|
-
className: `flex items-center justify-center w-12 h-12 mx-auto rounded-full transition-all outline-none group shrink-0 ${isCurrentRoute ? "bg-
|
|
2656
|
+
className: `flex items-center justify-center w-12 h-12 mx-auto rounded-full transition-all outline-none group shrink-0 ${isCurrentRoute ? "bg-[#d9785719] text-[#d97757]" : "text-stone-500 hover:text-black hover:bg-white/50"}`,
|
|
2657
2657
|
title: item.name
|
|
2658
2658
|
},
|
|
2659
2659
|
/* @__PURE__ */ React24.createElement(
|
|
@@ -2669,7 +2669,7 @@ var UniversalSidebar = ({
|
|
|
2669
2669
|
"button",
|
|
2670
2670
|
{
|
|
2671
2671
|
onClick: () => setShowLogoutDialog(true),
|
|
2672
|
-
className: "w-12 h-12 rounded-full flex items-center justify-center text-stone-
|
|
2672
|
+
className: "w-12 h-12 rounded-full flex items-center justify-center text-stone-600 hover:bg-white/50 transition-all outline-none"
|
|
2673
2673
|
},
|
|
2674
2674
|
/* @__PURE__ */ React24.createElement(HugeiconsIcon19, { icon: LogoutCircle02Icon2, size: 20 })
|
|
2675
2675
|
))), showLogoutAction && /* @__PURE__ */ React24.createElement(
|