@agrotools1/at-components 2.0.15 → 2.0.16
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.
|
@@ -27,7 +27,7 @@ const k = { class: "inline-flex gap-1" }, _ = { "aria-hidden": "true" }, j = /*
|
|
|
27
27
|
type: e.as === "button" ? "button" : void 0,
|
|
28
28
|
role: "combobox",
|
|
29
29
|
class: a(h)(
|
|
30
|
-
"border-input data-[placeholder]:text-muted-foreground enabled:hover:ring-ring/24 enabled:hover:ring-[2px] focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive shadow-xs flex w-fit items-center justify-between gap-2 whitespace-nowrap rounded-xl border bg-transparent p-2.5 text-sm outline-none transition-[color,box-shadow] focus-visible:ring-[3px] disabled:cursor-not-allowed disabled
|
|
30
|
+
"!border-input data-[placeholder]:text-muted-foreground enabled:hover:ring-ring/24 enabled:hover:ring-[2px] focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive shadow-xs flex w-fit items-center justify-between gap-2 whitespace-nowrap rounded-xl border bg-transparent p-2.5 text-sm outline-none transition-[color,box-shadow] focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:!border-neutral-200 disabled:bg-gray-100 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=multi-select-value]:flex *:data-[slot=multi-select-value]:items-stretch *:data-[slot=multi-select-value]:gap-2 [&_svg]:shrink-0",
|
|
31
31
|
n.class
|
|
32
32
|
),
|
|
33
33
|
disabled: ((o = a(t).disabled) == null ? void 0 : o.value) || e.disabled,
|
|
@@ -26,7 +26,7 @@ const N = { class: "flex items-center gap-2" }, I = /* @__PURE__ */ m({
|
|
|
26
26
|
return (e, l) => (s(), g(t(k), v({ "data-slot": "select-trigger" }, t(c), {
|
|
27
27
|
class: t(_)(
|
|
28
28
|
// eslint-disable-next-line prettier/prettier
|
|
29
|
-
"border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground enabled:hover:ring-ring/24 enabled:hover:ring-[2px] focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive flex w-fit items-center justify-between gap-2 rounded-xl border bg-transparent p-2.5 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled
|
|
29
|
+
"!border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground enabled:hover:ring-ring/24 enabled:hover:ring-[2px] focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive flex w-fit items-center justify-between gap-2 rounded-xl border bg-transparent p-2.5 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:!border-neutral-200 disabled:bg-gray-100 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
30
30
|
a.class
|
|
31
31
|
)
|
|
32
32
|
}), {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agrotools1/at-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.16",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Componentes da Agrotools - Versão 2 (com re-export da V1)",
|
|
7
7
|
"author": "Agrotools",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"tailwind-merge": "^3.3.1",
|
|
56
56
|
"tw-animate-css": "^1.3.4",
|
|
57
57
|
"vue-sonner": "^2.0.8",
|
|
58
|
-
"@agrotools1/at-
|
|
59
|
-
"@agrotools1/at-
|
|
58
|
+
"@agrotools1/at-tailwind-config": "0.2.0",
|
|
59
|
+
"@agrotools1/at-icons": "1.0.8"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@internationalized/date": "^3.8.2",
|