jett.admin.npmpackage 2.0.7 → 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.css +0 -1
- package/dist/index.js +5 -4
- package/dist/index.mjs +5 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
monospace;
|
|
24
24
|
--color-red-50: oklch(97.1% 0.013 17.38);
|
|
25
25
|
--color-red-100: oklch(93.6% 0.032 17.717);
|
|
26
|
-
--color-red-400: oklch(70.4% 0.191 22.216);
|
|
27
26
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
28
27
|
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
29
28
|
--color-red-900: oklch(39.6% 0.141 25.723);
|
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: "\
|
|
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] \
|
|
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",
|
|
@@ -946,6 +946,7 @@ var AppSideBar = ({
|
|
|
946
946
|
"tag": "/tags/tags",
|
|
947
947
|
"special-requests": "/corporate/special-requests",
|
|
948
948
|
"pricing-policy": "/policies/pricing-policy",
|
|
949
|
+
"supplier-list": "/supplier",
|
|
949
950
|
"users": "/users/users"
|
|
950
951
|
// Consumer Ecosystem Users (no role param)
|
|
951
952
|
};
|
|
@@ -1090,7 +1091,7 @@ var AppSideBar = ({
|
|
|
1090
1091
|
{
|
|
1091
1092
|
src: sideBarLogoLocal,
|
|
1092
1093
|
alt: "sidebarLogo",
|
|
1093
|
-
width:
|
|
1094
|
+
width: 208,
|
|
1094
1095
|
height: 40,
|
|
1095
1096
|
className: "object-contain"
|
|
1096
1097
|
}
|
|
@@ -1258,7 +1259,7 @@ var CustomTable = ({
|
|
|
1258
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(
|
|
1259
1260
|
"tr",
|
|
1260
1261
|
{
|
|
1261
|
-
className: "transition-colors text-[#737373] hover:bg-muted/50 \
|
|
1262
|
+
className: "transition-colors text-[#737373] hover:bg-muted/50 \n data-[state=selected]:bg-muted"
|
|
1262
1263
|
},
|
|
1263
1264
|
!isHideCheckbox && /* @__PURE__ */ import_react14.default.createElement("th", { className: "px-4 py-3 text-left w-[50px]" }, /* @__PURE__ */ import_react14.default.createElement(
|
|
1264
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: "\
|
|
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] \
|
|
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",
|
|
@@ -913,6 +913,7 @@ var AppSideBar = ({
|
|
|
913
913
|
"tag": "/tags/tags",
|
|
914
914
|
"special-requests": "/corporate/special-requests",
|
|
915
915
|
"pricing-policy": "/policies/pricing-policy",
|
|
916
|
+
"supplier-list": "/supplier",
|
|
916
917
|
"users": "/users/users"
|
|
917
918
|
// Consumer Ecosystem Users (no role param)
|
|
918
919
|
};
|
|
@@ -1057,7 +1058,7 @@ var AppSideBar = ({
|
|
|
1057
1058
|
{
|
|
1058
1059
|
src: sideBarLogoLocal,
|
|
1059
1060
|
alt: "sidebarLogo",
|
|
1060
|
-
width:
|
|
1061
|
+
width: 208,
|
|
1061
1062
|
height: 40,
|
|
1062
1063
|
className: "object-contain"
|
|
1063
1064
|
}
|
|
@@ -1225,7 +1226,7 @@ var CustomTable = ({
|
|
|
1225
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(
|
|
1226
1227
|
"tr",
|
|
1227
1228
|
{
|
|
1228
|
-
className: "transition-colors text-[#737373] hover:bg-muted/50 \
|
|
1229
|
+
className: "transition-colors text-[#737373] hover:bg-muted/50 \n data-[state=selected]:bg-muted"
|
|
1229
1230
|
},
|
|
1230
1231
|
!isHideCheckbox && /* @__PURE__ */ React14.createElement("th", { className: "px-4 py-3 text-left w-[50px]" }, /* @__PURE__ */ React14.createElement(
|
|
1231
1232
|
CustomCheckbox,
|