jett.admin.npmpackage 2.0.9 → 2.0.10

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 CHANGED
@@ -222,7 +222,7 @@ var CustomCheckbox = ({ onChange, checked }) => {
222
222
  ), /* @__PURE__ */ import_react3.default.createElement(
223
223
  "span",
224
224
  {
225
- className: "\r\n w-4 h-4 flex items-center justify-center border-2 border-gray-400 rounded \r\n peer-checked:bg-primary peer-checked:border-primary\r\n transition-colors\r\n "
225
+ className: "\n w-4 h-4 flex items-center justify-center border-2 border-gray-400 rounded \n peer-checked:bg-primary peer-checked:border-primary\n transition-colors\n "
226
226
  },
227
227
  checked && /* @__PURE__ */ import_react3.default.createElement(
228
228
  "svg",
@@ -335,7 +335,7 @@ var CustomSearch = ({
335
335
  onChange,
336
336
  placeholder = "Search Markets..."
337
337
  }) => {
338
- return /* @__PURE__ */ import_react8.default.createElement("div", { className: "flex items-center border bg-transparent text-[14px] border-[hsl(0_0%_89.8%)] dark:border-[#303036] \r\n rounded-md h-10 px-2 w-full focus-within:outline-2 focus-within:outline-black focus-within:outline-offset-2 dark:text-white" }, /* @__PURE__ */ import_react8.default.createElement(import_lucide_react2.Search, { width: 16, height: 16, color: "gray", className: "mr-2" }), /* @__PURE__ */ import_react8.default.createElement(
338
+ return /* @__PURE__ */ import_react8.default.createElement("div", { className: "flex items-center border bg-transparent text-[14px] border-[hsl(0_0%_89.8%)] dark:border-[#303036] \n rounded-md h-10 px-2 w-full focus-within:outline-2 focus-within:outline-black focus-within:outline-offset-2 dark:text-white" }, /* @__PURE__ */ import_react8.default.createElement(import_lucide_react2.Search, { width: 16, height: 16, color: "gray", className: "mr-2" }), /* @__PURE__ */ import_react8.default.createElement(
339
339
  "input",
340
340
  {
341
341
  type: "text",
@@ -1091,7 +1091,7 @@ var AppSideBar = ({
1091
1091
  {
1092
1092
  src: sideBarLogoLocal,
1093
1093
  alt: "sidebarLogo",
1094
- width: 108,
1094
+ width: 208,
1095
1095
  height: 40,
1096
1096
  className: "object-contain"
1097
1097
  }
@@ -1259,7 +1259,7 @@ var CustomTable = ({
1259
1259
  return /* @__PURE__ */ import_react14.default.createElement("div", { className: "border border-[#e5e5e5] dark:border-[#303036] rounded-lg overflow-x-auto" }, /* @__PURE__ */ import_react14.default.createElement("div", { className: "w-full relative overflow-x-auto" }, /* @__PURE__ */ import_react14.default.createElement("table", { className: "w-full caption-bottom text-sm overflow-x-auto bg-white dark:bg-[#18181b] table-fixed border-collapse" }, /* @__PURE__ */ import_react14.default.createElement("thead", { className: "border-b border-[#e5e5e5] dark:border-[#303036] dark:bg-[#18181b]" }, /* @__PURE__ */ import_react14.default.createElement(
1260
1260
  "tr",
1261
1261
  {
1262
- className: "transition-colors text-[#737373] hover:bg-muted/50 \r\n data-[state=selected]:bg-muted"
1262
+ className: "transition-colors text-[#737373] hover:bg-muted/50 \n data-[state=selected]:bg-muted"
1263
1263
  },
1264
1264
  !isHideCheckbox && /* @__PURE__ */ import_react14.default.createElement("th", { className: "px-4 py-3 text-left w-[50px]" }, /* @__PURE__ */ import_react14.default.createElement(
1265
1265
  CustomCheckbox,
package/dist/index.mjs CHANGED
@@ -173,7 +173,7 @@ var CustomCheckbox = ({ onChange, checked }) => {
173
173
  ), /* @__PURE__ */ React3.createElement(
174
174
  "span",
175
175
  {
176
- className: "\r\n w-4 h-4 flex items-center justify-center border-2 border-gray-400 rounded \r\n peer-checked:bg-primary peer-checked:border-primary\r\n transition-colors\r\n "
176
+ className: "\n w-4 h-4 flex items-center justify-center border-2 border-gray-400 rounded \n peer-checked:bg-primary peer-checked:border-primary\n transition-colors\n "
177
177
  },
178
178
  checked && /* @__PURE__ */ React3.createElement(
179
179
  "svg",
@@ -286,7 +286,7 @@ var CustomSearch = ({
286
286
  onChange,
287
287
  placeholder = "Search Markets..."
288
288
  }) => {
289
- return /* @__PURE__ */ React8.createElement("div", { className: "flex items-center border bg-transparent text-[14px] border-[hsl(0_0%_89.8%)] dark:border-[#303036] \r\n rounded-md h-10 px-2 w-full focus-within:outline-2 focus-within:outline-black focus-within:outline-offset-2 dark:text-white" }, /* @__PURE__ */ React8.createElement(Search2, { width: 16, height: 16, color: "gray", className: "mr-2" }), /* @__PURE__ */ React8.createElement(
289
+ return /* @__PURE__ */ React8.createElement("div", { className: "flex items-center border bg-transparent text-[14px] border-[hsl(0_0%_89.8%)] dark:border-[#303036] \n rounded-md h-10 px-2 w-full focus-within:outline-2 focus-within:outline-black focus-within:outline-offset-2 dark:text-white" }, /* @__PURE__ */ React8.createElement(Search2, { width: 16, height: 16, color: "gray", className: "mr-2" }), /* @__PURE__ */ React8.createElement(
290
290
  "input",
291
291
  {
292
292
  type: "text",
@@ -1058,7 +1058,7 @@ var AppSideBar = ({
1058
1058
  {
1059
1059
  src: sideBarLogoLocal,
1060
1060
  alt: "sidebarLogo",
1061
- width: 108,
1061
+ width: 208,
1062
1062
  height: 40,
1063
1063
  className: "object-contain"
1064
1064
  }
@@ -1226,7 +1226,7 @@ var CustomTable = ({
1226
1226
  return /* @__PURE__ */ React14.createElement("div", { className: "border border-[#e5e5e5] dark:border-[#303036] rounded-lg overflow-x-auto" }, /* @__PURE__ */ React14.createElement("div", { className: "w-full relative overflow-x-auto" }, /* @__PURE__ */ React14.createElement("table", { className: "w-full caption-bottom text-sm overflow-x-auto bg-white dark:bg-[#18181b] table-fixed border-collapse" }, /* @__PURE__ */ React14.createElement("thead", { className: "border-b border-[#e5e5e5] dark:border-[#303036] dark:bg-[#18181b]" }, /* @__PURE__ */ React14.createElement(
1227
1227
  "tr",
1228
1228
  {
1229
- className: "transition-colors text-[#737373] hover:bg-muted/50 \r\n data-[state=selected]:bg-muted"
1229
+ className: "transition-colors text-[#737373] hover:bg-muted/50 \n data-[state=selected]:bg-muted"
1230
1230
  },
1231
1231
  !isHideCheckbox && /* @__PURE__ */ React14.createElement("th", { className: "px-4 py-3 text-left w-[50px]" }, /* @__PURE__ */ React14.createElement(
1232
1232
  CustomCheckbox,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {