@firecms/ui 3.0.0-tw4.2 → 3.0.0-tw4.3
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/MultiSelect.tsx +62 -59
package/dist/index.umd.js
CHANGED
|
@@ -29893,7 +29893,7 @@
|
|
|
29893
29893
|
}
|
|
29894
29894
|
let t32;
|
|
29895
29895
|
if ($[70] === Symbol.for("react.memo_cache_sentinel")) {
|
|
29896
|
-
t32 = cls(focusedDisabled, "bg-transparent outline-none flex-1 h-full w-full m-4 flex-grow ");
|
|
29896
|
+
t32 = cls(focusedDisabled, "bg-transparent outline-none flex-1 h-full w-full m-4 flex-grow text-surface-accent-900 dark:text-white");
|
|
29897
29897
|
$[70] = t32;
|
|
29898
29898
|
} else {
|
|
29899
29899
|
t32 = $[70];
|
|
@@ -29985,7 +29985,7 @@
|
|
|
29985
29985
|
}
|
|
29986
29986
|
let t41;
|
|
29987
29987
|
if ($[92] !== t31 || $[93] !== t40) {
|
|
29988
|
-
t41 = /* @__PURE__ */ jsxRuntime.jsx(PopoverPrimitive__namespace.Content, { className: t30, align: "start", sideOffset: 8, onEscapeKeyDown: t31, children: t40 });
|
|
29988
|
+
t41 = /* @__PURE__ */ jsxRuntime.jsx(PopoverPrimitive__namespace.Portal, { children: /* @__PURE__ */ jsxRuntime.jsx(PopoverPrimitive__namespace.Content, { className: t30, align: "start", sideOffset: 8, onEscapeKeyDown: t31, children: t40 }) });
|
|
29989
29989
|
$[92] = t31;
|
|
29990
29990
|
$[93] = t40;
|
|
29991
29991
|
$[94] = t41;
|
|
@@ -30078,7 +30078,7 @@
|
|
|
30078
30078
|
const t4 = isSelected ? "bg-surface-accent-200 dark:bg-surface-accent-950" : "";
|
|
30079
30079
|
let t5;
|
|
30080
30080
|
if ($[10] !== className || $[11] !== t4) {
|
|
30081
|
-
t5 = cls("flex flex-row items-center gap-1.5", t4, "cursor-pointer", "m-1", "ring-offset-transparent", "p-1 rounded aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-primary/75 aria-[selected=true]:ring-offset-2", "aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "cursor-pointer p-2 rounded aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", className);
|
|
30081
|
+
t5 = cls("flex flex-row items-center gap-1.5", t4, "cursor-pointer", "m-1", "ring-offset-transparent", "p-1 rounded aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-primary/75 aria-[selected=true]:ring-offset-2", "aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "cursor-pointer p-2 rounded aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "text-surface-accent-700 dark:text-surface-accent-300", className);
|
|
30082
30082
|
$[10] = className;
|
|
30083
30083
|
$[11] = t4;
|
|
30084
30084
|
$[12] = t5;
|