@lax-wp/design-system 0.9.7 → 0.9.8
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.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2911,7 +2911,7 @@ const k7 = ({
|
|
|
2911
2911
|
className: z(
|
|
2912
2912
|
"!z-50 rounded !visible overflow-x-scroll",
|
|
2913
2913
|
y ? "bg-black-800" : "bg-white",
|
|
2914
|
-
y ? "text-neutral-300" : "text-
|
|
2914
|
+
y ? "text-neutral-300" : "text-navy-900",
|
|
2915
2915
|
c?.className
|
|
2916
2916
|
),
|
|
2917
2917
|
ref: v,
|
|
@@ -2921,7 +2921,7 @@ const k7 = ({
|
|
|
2921
2921
|
className: z(
|
|
2922
2922
|
"item z-[9999] flex items-center justify-between px-4 py-1.5 no-wheel",
|
|
2923
2923
|
p ? "cursor-not-allowed opacity-50" : "cursor-pointer",
|
|
2924
|
-
y ? "text-neutral-300" : "text-
|
|
2924
|
+
y ? "text-neutral-300" : "text-navy-900",
|
|
2925
2925
|
!p && k(F) ? y ? "bg-black-700" : "bg-primary-50" : p ? "" : y ? "hover:bg-black-700" : "hover:bg-primary-50",
|
|
2926
2926
|
c?.optionClassName ? "" : y ? "border-b border-black-700" : "border-b border-[#eee]"
|
|
2927
2927
|
),
|
|
@@ -2988,7 +2988,7 @@ const k7 = ({
|
|
|
2988
2988
|
{
|
|
2989
2989
|
className: z(
|
|
2990
2990
|
"flex flex-col",
|
|
2991
|
-
y ? "text-black-300" : "text-
|
|
2991
|
+
y ? "text-black-300" : "text-navy-900",
|
|
2992
2992
|
i ? "opacity-50" : "opacity-100",
|
|
2993
2993
|
p ? "cursor-not-allowed" : ""
|
|
2994
2994
|
),
|
|
@@ -11731,7 +11731,7 @@ const Nse = ({
|
|
|
11731
11731
|
case "red":
|
|
11732
11732
|
return "bg-red-50 text-red-500 border border-red-100 dark:bg-red-950 dark:text-red-400 dark:border-red-800";
|
|
11733
11733
|
case "navy":
|
|
11734
|
-
return "bg-
|
|
11734
|
+
return "bg-navy-50 text-navy-700 border border-navy-100 dark:bg-navy-950 dark:text-navy-400 dark:border-navy-800";
|
|
11735
11735
|
case "grey":
|
|
11736
11736
|
return "bg-neutral-50 text-neutral-500 border border-neutral-100 dark:bg-neutral-950 dark:text-neutral-400 dark:border-neutral-800";
|
|
11737
11737
|
default:
|