@agrotools1/at-components 2.0.11 → 2.0.13
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
CHANGED
|
@@ -22379,7 +22379,7 @@ const AC = /* @__PURE__ */ _({
|
|
|
22379
22379
|
"data-slot": "command-input-wrapper",
|
|
22380
22380
|
class: Q(
|
|
22381
22381
|
r(I)(
|
|
22382
|
-
"selection:bg-primary selection:text-primary-foreground flex h-10 w-full items-center gap-2.5 rounded-md border bg-transparent px-3 shadow-xs transition-[color,box-shadow]",
|
|
22382
|
+
"selection:bg-primary selection:text-primary-foreground !border-input flex h-10 w-full items-center gap-2.5 rounded-md border bg-transparent px-3 shadow-xs transition-[color,box-shadow]",
|
|
22383
22383
|
"hover:ring-ring/24 hover:ring-[2px]",
|
|
22384
22384
|
"focus-within:ring-ring/24 focus-within:border-none focus-within:ring-[2px]",
|
|
22385
22385
|
"aria-invalid:ring-destructive/24 aria-invalid:border-destructive"
|
|
@@ -22436,7 +22436,7 @@ const AC = /* @__PURE__ */ _({
|
|
|
22436
22436
|
const a = e, n = t, o = W(a, "class"), l = ue(o, n);
|
|
22437
22437
|
return (s, i) => (h(), b(r(H5), A({ "data-slot": "combobox-item" }, r(l), {
|
|
22438
22438
|
class: r(I)(
|
|
22439
|
-
"data-[highlighted]:bg-accent [&_svg:not([class*='text-'])]:text-muted-foreground
|
|
22439
|
+
"data-[highlighted]:bg-accent [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:text-neutral-100 [&_svg]:pointer-events-none [&_svg]:shrink-0 data-[highlighted]:[&_svg]:!text-white [&_svg:not([class*='size-'])]:size-4",
|
|
22440
22440
|
a.class
|
|
22441
22441
|
)
|
|
22442
22442
|
}), {
|
|
@@ -22499,8 +22499,8 @@ const AC = /* @__PURE__ */ _({
|
|
|
22499
22499
|
default: m(() => [
|
|
22500
22500
|
z(r(k5), A({ "data-slot": "combobox-list" }, r(l), {
|
|
22501
22501
|
class: r(I)(
|
|
22502
|
-
"max-h-[50vh] overflow-y-auto overscroll-contain",
|
|
22503
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-[var(--reka-combobox-trigger-width)] min-w-[var(--reka-combobox-trigger-width)] origin-(--reka-combobox-content-transform-origin) rounded-md
|
|
22502
|
+
"!border-input max-h-[50vh] overflow-y-auto overscroll-contain !border",
|
|
22503
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-[var(--reka-combobox-trigger-width)] min-w-[var(--reka-combobox-trigger-width)] origin-(--reka-combobox-content-transform-origin) rounded-md shadow-xs outline-none",
|
|
22504
22504
|
a.class
|
|
22505
22505
|
)
|
|
22506
22506
|
}), {
|
|
@@ -26100,7 +26100,7 @@ const KC = /* @__PURE__ */ _({
|
|
|
26100
26100
|
default: m(() => [
|
|
26101
26101
|
z(r(X6), A({ "data-slot": "popover-content" }, { ...r(l), ...s.$attrs }, {
|
|
26102
26102
|
class: r(I)(
|
|
26103
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-(--reka-popover-content-transform-origin)
|
|
26103
|
+
"border-input bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--reka-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",
|
|
26104
26104
|
a.class
|
|
26105
26105
|
)
|
|
26106
26106
|
}), {
|
|
@@ -26972,7 +26972,7 @@ const KC = /* @__PURE__ */ _({
|
|
|
26972
26972
|
default: m(() => [
|
|
26973
26973
|
z(r(z7), A({ "data-slot": "dropdown-menu-content" }, r(l), {
|
|
26974
26974
|
class: r(I)(
|
|
26975
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 max-h-(--reka-dropdown-menu-content-available-height) origin-(--reka-dropdown-menu-content-transform-origin)
|
|
26975
|
+
"border-input bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--reka-dropdown-menu-content-available-height) min-w-[8rem] origin-(--reka-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",
|
|
26976
26976
|
a.class
|
|
26977
26977
|
)
|
|
26978
26978
|
}), {
|
|
@@ -27180,7 +27180,7 @@ const KC = /* @__PURE__ */ _({
|
|
|
27180
27180
|
const a = e, n = t, o = W(a, "class"), l = ue(o, n);
|
|
27181
27181
|
return (s, i) => (h(), b(r(ap), A({ "data-slot": "dropdown-menu-sub-content" }, r(l), {
|
|
27182
27182
|
class: r(I)(
|
|
27183
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-(--reka-dropdown-menu-content-transform-origin)
|
|
27183
|
+
"border-input bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--reka-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",
|
|
27184
27184
|
a.class
|
|
27185
27185
|
)
|
|
27186
27186
|
}), {
|
|
@@ -27866,8 +27866,8 @@ const mx = /* @__PURE__ */ _({
|
|
|
27866
27866
|
default: m(() => [
|
|
27867
27867
|
z(r(uf), A({ "data-slot": "select-content" }, { ...r(l), ...s.$attrs }, {
|
|
27868
27868
|
class: r(I)(
|
|
27869
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 max-h-(--reka-select-content-available-height)
|
|
27870
|
-
s.position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
27869
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--reka-select-content-available-height) min-w-[8rem] overflow-x-hidden overflow-y-auto rounded-xl border shadow-md",
|
|
27870
|
+
s.position === "popper" && "!border-input data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
27871
27871
|
a.class
|
|
27872
27872
|
)
|
|
27873
27873
|
}), {
|