jett.admin.npmpackage 2.0.7 → 2.0.9
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 +1 -0
- package/dist/index.mjs +1 -0
- 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
|
@@ -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
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -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
|
};
|