@polastack/design-system 0.1.35 → 0.1.36
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3000,10 +3000,10 @@ function FilterSelector({
|
|
|
3000
3000
|
]
|
|
3001
3001
|
}
|
|
3002
3002
|
),
|
|
3003
|
-
open && /* @__PURE__ */ jsx35("div", { className: "absolute
|
|
3003
|
+
open && /* @__PURE__ */ jsx35("div", { className: "absolute right-0 top-full z-popover mt-1 min-w-[10rem] rounded-md border border-[var(--color-border)] bg-[var(--color-surface-raised)] p-1 shadow-md", children: options.map((opt) => /* @__PURE__ */ jsxs16(
|
|
3004
3004
|
"label",
|
|
3005
3005
|
{
|
|
3006
|
-
className: "flex items-center gap-2 rounded px-2 py-1 text-sm hover:bg-[var(--color-surface-sunken)] cursor-pointer",
|
|
3006
|
+
className: "flex items-center gap-2 rounded px-2 py-1.5 text-sm hover:bg-[var(--color-surface-sunken)] cursor-pointer",
|
|
3007
3007
|
children: [
|
|
3008
3008
|
/* @__PURE__ */ jsx35(
|
|
3009
3009
|
"input",
|