jett.admin.npmpackage 1.0.86 → 1.0.88
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -797,10 +797,10 @@ var AppSideBar = ({
|
|
|
797
797
|
"aria-label": "Toggle menu"
|
|
798
798
|
},
|
|
799
799
|
isMobileMenuOpen ? /* @__PURE__ */ import_react12.default.createElement(import_lucide_react6.X, { className: "w-6 h-6 text-gray-700 dark:text-[#f4f4f5cc]" }) : /* @__PURE__ */ import_react12.default.createElement(import_lucide_react6.Menu, { className: "w-6 h-6 text-gray-700 dark:text-[#f4f4f5cc]" })
|
|
800
|
-
), /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex-1 flex justify-center" }, /* @__PURE__ */ import_react12.default.createElement(
|
|
800
|
+
), /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex-1 flex justify-center" }, sideBarLogo && /* @__PURE__ */ import_react12.default.createElement(
|
|
801
801
|
"img",
|
|
802
802
|
{
|
|
803
|
-
src:
|
|
803
|
+
src: sideBarLogo,
|
|
804
804
|
alt: "sidebarLogo",
|
|
805
805
|
width: 108,
|
|
806
806
|
height: 40,
|
|
@@ -817,10 +817,10 @@ var AppSideBar = ({
|
|
|
817
817
|
{
|
|
818
818
|
className: `fixed top-0 left-0 md:relative w-[320px] transition-all ease-in-out delay-100 bg-white dark:bg-[#18181b] border-r border-gray-200 dark:border-[#303036] flex flex-col p-4 pt-20 md:pt-4 h-full max-h-[100vh] xs:max-md:z-40 md:max-lg:w-[280px] ${isMobileMenuOpen ? "translate-x-0" : "-translate-x-full md:translate-x-0"}`
|
|
819
819
|
},
|
|
820
|
-
/* @__PURE__ */ import_react12.default.createElement("div", { className: "p-2 mb-2 hidden md:block" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex items-center justify-center w-full h-[60px] mb-2" }, /* @__PURE__ */ import_react12.default.createElement(
|
|
820
|
+
/* @__PURE__ */ import_react12.default.createElement("div", { className: "p-2 mb-2 hidden md:block" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex items-center justify-center w-full h-[60px] mb-2" }, sideBarLogo && /* @__PURE__ */ import_react12.default.createElement(
|
|
821
821
|
"img",
|
|
822
822
|
{
|
|
823
|
-
src:
|
|
823
|
+
src: sideBarLogo,
|
|
824
824
|
alt: "sidebarLogo",
|
|
825
825
|
width: 108,
|
|
826
826
|
height: 40,
|
package/dist/index.mjs
CHANGED
|
@@ -768,10 +768,10 @@ var AppSideBar = ({
|
|
|
768
768
|
"aria-label": "Toggle menu"
|
|
769
769
|
},
|
|
770
770
|
isMobileMenuOpen ? /* @__PURE__ */ React12.createElement(X, { className: "w-6 h-6 text-gray-700 dark:text-[#f4f4f5cc]" }) : /* @__PURE__ */ React12.createElement(Menu, { className: "w-6 h-6 text-gray-700 dark:text-[#f4f4f5cc]" })
|
|
771
|
-
), /* @__PURE__ */ React12.createElement("div", { className: "flex-1 flex justify-center" }, /* @__PURE__ */ React12.createElement(
|
|
771
|
+
), /* @__PURE__ */ React12.createElement("div", { className: "flex-1 flex justify-center" }, sideBarLogo && /* @__PURE__ */ React12.createElement(
|
|
772
772
|
"img",
|
|
773
773
|
{
|
|
774
|
-
src:
|
|
774
|
+
src: sideBarLogo,
|
|
775
775
|
alt: "sidebarLogo",
|
|
776
776
|
width: 108,
|
|
777
777
|
height: 40,
|
|
@@ -788,10 +788,10 @@ var AppSideBar = ({
|
|
|
788
788
|
{
|
|
789
789
|
className: `fixed top-0 left-0 md:relative w-[320px] transition-all ease-in-out delay-100 bg-white dark:bg-[#18181b] border-r border-gray-200 dark:border-[#303036] flex flex-col p-4 pt-20 md:pt-4 h-full max-h-[100vh] xs:max-md:z-40 md:max-lg:w-[280px] ${isMobileMenuOpen ? "translate-x-0" : "-translate-x-full md:translate-x-0"}`
|
|
790
790
|
},
|
|
791
|
-
/* @__PURE__ */ React12.createElement("div", { className: "p-2 mb-2 hidden md:block" }, /* @__PURE__ */ React12.createElement("div", { className: "flex items-center justify-center w-full h-[60px] mb-2" }, /* @__PURE__ */ React12.createElement(
|
|
791
|
+
/* @__PURE__ */ React12.createElement("div", { className: "p-2 mb-2 hidden md:block" }, /* @__PURE__ */ React12.createElement("div", { className: "flex items-center justify-center w-full h-[60px] mb-2" }, sideBarLogo && /* @__PURE__ */ React12.createElement(
|
|
792
792
|
"img",
|
|
793
793
|
{
|
|
794
|
-
src:
|
|
794
|
+
src: sideBarLogo,
|
|
795
795
|
alt: "sidebarLogo",
|
|
796
796
|
width: 108,
|
|
797
797
|
height: 40,
|