jett.admin.npmpackage 1.0.49 → 1.0.50
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.css +3 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -895,11 +895,11 @@ var RightSheet = ({
|
|
|
895
895
|
"div",
|
|
896
896
|
{
|
|
897
897
|
className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px]
|
|
898
|
-
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between`,
|
|
898
|
+
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between bg-[#fff]`,
|
|
899
899
|
onClick: (e) => e.stopPropagation()
|
|
900
900
|
},
|
|
901
|
-
/* @__PURE__ */ import_react13.default.createElement("div", { className: "
|
|
902
|
-
/* @__PURE__ */ import_react13.default.createElement("div", { className: "h-[90px] flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 p-6 border-t sticky bottom-0 bg-white border-[#e6e6e6]
|
|
901
|
+
/* @__PURE__ */ import_react13.default.createElement("div", { className: " min-h-full " }, children),
|
|
902
|
+
/* @__PURE__ */ import_react13.default.createElement("div", { className: "h-[90px] flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 p-6 border-t sticky bottom-0 bg-white border-[#e6e6e6] " }, /* @__PURE__ */ import_react13.default.createElement(CustomButton, { variant: "SECONDARY", onClick: () => handleClose() }, "Cancel"), /* @__PURE__ */ import_react13.default.createElement(CustomButton, { variant: "SECONDARY", onClick: handleAction }, actionLabel))
|
|
903
903
|
)
|
|
904
904
|
);
|
|
905
905
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -847,11 +847,11 @@ var RightSheet = ({
|
|
|
847
847
|
"div",
|
|
848
848
|
{
|
|
849
849
|
className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px]
|
|
850
|
-
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between`,
|
|
850
|
+
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between bg-[#fff]`,
|
|
851
851
|
onClick: (e) => e.stopPropagation()
|
|
852
852
|
},
|
|
853
|
-
/* @__PURE__ */ React13.createElement("div", { className: "
|
|
854
|
-
/* @__PURE__ */ React13.createElement("div", { className: "h-[90px] flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 p-6 border-t sticky bottom-0 bg-white border-[#e6e6e6]
|
|
853
|
+
/* @__PURE__ */ React13.createElement("div", { className: " min-h-full " }, children),
|
|
854
|
+
/* @__PURE__ */ React13.createElement("div", { className: "h-[90px] flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 p-6 border-t sticky bottom-0 bg-white border-[#e6e6e6] " }, /* @__PURE__ */ React13.createElement(CustomButton, { variant: "SECONDARY", onClick: () => handleClose() }, "Cancel"), /* @__PURE__ */ React13.createElement(CustomButton, { variant: "SECONDARY", onClick: handleAction }, actionLabel))
|
|
855
855
|
)
|
|
856
856
|
);
|
|
857
857
|
};
|