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 CHANGED
@@ -560,6 +560,9 @@
560
560
  .bg-\[\#fafafa\] {
561
561
  background-color: #fafafa;
562
562
  }
563
+ .bg-\[\#fff\] {
564
+ background-color: #fff;
565
+ }
563
566
  .bg-black {
564
567
  background-color: var(--color-black);
565
568
  }
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: "dark:[#18181b] 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] dark:border-[#303036] dark:bg-[#18181b] dark:text-white" }, /* @__PURE__ */ import_react13.default.createElement(CustomButton, { variant: "SECONDARY", onClick: () => handleClose() }, "Cancel"), /* @__PURE__ */ import_react13.default.createElement(CustomButton, { variant: "SECONDARY", onClick: handleAction }, actionLabel))
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: "dark:[#18181b] 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] dark:border-[#303036] dark:bg-[#18181b] dark:text-white" }, /* @__PURE__ */ React13.createElement(CustomButton, { variant: "SECONDARY", onClick: () => handleClose() }, "Cancel"), /* @__PURE__ */ React13.createElement(CustomButton, { variant: "SECONDARY", onClick: handleAction }, actionLabel))
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {