jett.admin.npmpackage 1.0.48 → 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
@@ -769,7 +769,7 @@ var AppSideBar = ({
769
769
  CustomSelect,
770
770
  {
771
771
  heading: "",
772
- label: "Country",
772
+ label: "",
773
773
  value: selectedCountry,
774
774
  onChange: setSelectedCountry,
775
775
  options: countryOptions,
@@ -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
@@ -721,7 +721,7 @@ var AppSideBar = ({
721
721
  CustomSelect,
722
722
  {
723
723
  heading: "",
724
- label: "Country",
724
+ label: "",
725
725
  value: selectedCountry,
726
726
  onChange: setSelectedCountry,
727
727
  options: countryOptions,
@@ -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.48",
3
+ "version": "1.0.50",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {