@firecms/ui 3.0.0-canary.53 → 3.0.0-canary.55
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 +4 -4
- package/dist/index.umd.js.map +1 -1
- package/dist/styles.d.ts +3 -3
- package/package.json +4 -4
- package/src/components/SearchBar.tsx +2 -2
- package/src/styles.ts +3 -3
package/dist/index.es.js
CHANGED
@@ -22,7 +22,7 @@ import * as $n from "react-dom";
|
|
22
22
|
import * as $ from "@radix-ui/react-tooltip";
|
23
23
|
import * as ln from "@radix-ui/react-tabs";
|
24
24
|
import * as Y from "@radix-ui/react-popover";
|
25
|
-
const P = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent", In = "focus:bg-opacity-70 focus:bg-slate-100 focus:dark:bg-gray-800 focus:dark:bg-opacity-60", hn = "z-30 outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent ", V = "bg-opacity-50 bg-slate-200 dark:bg-gray-700 dark:bg-opacity-40
|
25
|
+
const P = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent", In = "focus:bg-opacity-70 focus:bg-slate-100 focus:dark:bg-gray-800 focus:dark:bg-opacity-60", hn = "z-30 outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent ", V = "bg-opacity-50 bg-slate-200 dark:bg-gray-700 dark:bg-opacity-40", kn = "bg-opacity-0 bg-slate-100 dark:bg-gray-800 dark:bg-opacity-0", j = "dark:bg-gray-800 bg-opacity-80 dark:bg-opacity-90", q = "hover:bg-opacity-70 dark:hover:bg-opacity-60", U = "border-gray-100 dark:border-gray-800 dark:border-opacity-80", J = "bg-white rounded-md dark:bg-gray-950 border dark:border-gray-800 dark:border-opacity-80 border-gray-100", Yn = "bg-white border border-gray-100 dark:border-transparent rounded-md dark:bg-gray-950 dark:border-gray-800 dark:border-opacity-50 m-1 -p-1", Zn = "hover:bg-primary-bg dark:hover:bg-primary-bg hover:bg-opacity-20 dark:hover:bg-opacity-20 hover:ring-2 hover:ring-primary cursor-pointer", ro = "bg-primary-bg dark:bg-primary-bg bg-opacity-30 dark:bg-opacity-10 ring-1 ring-primary ring-opacity-75";
|
26
26
|
function _(...n) {
|
27
27
|
return zn(Wn(n));
|
28
28
|
}
|
@@ -16485,7 +16485,7 @@ function Non({
|
|
16485
16485
|
className: _(
|
16486
16486
|
"relative",
|
16487
16487
|
a ? "h-14" : "h-[42px]",
|
16488
|
-
"bg-slate-50 dark:bg-gray-800
|
16488
|
+
"bg-slate-50 dark:bg-gray-800 border",
|
16489
16489
|
U,
|
16490
16490
|
"rounded",
|
16491
16491
|
u
|
@@ -16494,7 +16494,7 @@ function Non({
|
|
16494
16494
|
/* @__PURE__ */ e(
|
16495
16495
|
"div",
|
16496
16496
|
{
|
16497
|
-
className: "absolute p-0 px-4 h-full
|
16497
|
+
className: "absolute p-0 px-4 h-full pointer-events-none flex items-center justify-center top-0",
|
16498
16498
|
children: f ? /* @__PURE__ */ e(Sn, { size: "small" }) : /* @__PURE__ */ e(Ie, { className: "text-slate-500 dark:text-gray-500" })
|
16499
16499
|
}
|
16500
16500
|
),
|