jett.admin.npmpackage 1.0.40 → 1.0.42

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
@@ -984,11 +984,6 @@
984
984
  background-color: #27272a;
985
985
  }
986
986
  }
987
- .dark\:bg-black {
988
- &:where(.dark, .dark *) {
989
- background-color: var(--color-black);
990
- }
991
- }
992
987
  .dark\:bg-gray-800 {
993
988
  &:where(.dark, .dark *) {
994
989
  background-color: var(--color-gray-800);
package/dist/index.js CHANGED
@@ -731,11 +731,11 @@ var RightSheet = ({
731
731
  /* @__PURE__ */ import_react12.default.createElement(
732
732
  "div",
733
733
  {
734
- className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px] bg-white
734
+ className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px]
735
735
  ${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between dark:bg-[#18181b] dark:text-white`,
736
736
  onClick: (e) => e.stopPropagation()
737
737
  },
738
- /* @__PURE__ */ import_react12.default.createElement("div", { className: "bg-white min-h-full " }, children),
738
+ /* @__PURE__ */ import_react12.default.createElement("div", { className: "dark:[#18181b] min-h-full " }, children),
739
739
  /* @__PURE__ */ import_react12.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_react12.default.createElement(CustomButton, { variant: "SECONDARY", onClick: () => handleClose() }, "Cancel"), /* @__PURE__ */ import_react12.default.createElement(CustomButton, { variant: "SECONDARY", onClick: handleAction }, actionLabel))
740
740
  )
741
741
  );
package/dist/index.mjs CHANGED
@@ -683,11 +683,11 @@ var RightSheet = ({
683
683
  /* @__PURE__ */ React12.createElement(
684
684
  "div",
685
685
  {
686
- className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px] bg-white
686
+ className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px]
687
687
  ${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between dark:bg-[#18181b] dark:text-white`,
688
688
  onClick: (e) => e.stopPropagation()
689
689
  },
690
- /* @__PURE__ */ React12.createElement("div", { className: "bg-white min-h-full " }, children),
690
+ /* @__PURE__ */ React12.createElement("div", { className: "dark:[#18181b] min-h-full " }, children),
691
691
  /* @__PURE__ */ React12.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__ */ React12.createElement(CustomButton, { variant: "SECONDARY", onClick: () => handleClose() }, "Cancel"), /* @__PURE__ */ React12.createElement(CustomButton, { variant: "SECONDARY", onClick: handleAction }, actionLabel))
692
692
  )
693
693
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {