jett.admin.npmpackage 1.0.36 → 1.0.37
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -732,7 +732,7 @@ var RightSheet = ({
|
|
|
732
732
|
"div",
|
|
733
733
|
{
|
|
734
734
|
className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px] bg-white
|
|
735
|
-
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between `,
|
|
735
|
+
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between dark:bg-black dark:text-white`,
|
|
736
736
|
onClick: (e) => e.stopPropagation()
|
|
737
737
|
},
|
|
738
738
|
/* @__PURE__ */ import_react12.default.createElement("div", { className: "bg-white min-h-full " }, children),
|
package/dist/index.mjs
CHANGED
|
@@ -684,7 +684,7 @@ var RightSheet = ({
|
|
|
684
684
|
"div",
|
|
685
685
|
{
|
|
686
686
|
className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px] bg-white
|
|
687
|
-
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between `,
|
|
687
|
+
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between dark:bg-black dark:text-white`,
|
|
688
688
|
onClick: (e) => e.stopPropagation()
|
|
689
689
|
},
|
|
690
690
|
/* @__PURE__ */ React12.createElement("div", { className: "bg-white min-h-full " }, children),
|