@agrotools1/at-components 2.0.19 → 2.0.20
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/multi-select/MultiSelectTrigger.vue.js +1 -1
- package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +4 -4
- package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +4 -4
- package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue.js +2 -2
- package/dist/select/SelectTrigger.vue.js +1 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ const k = { class: "inline-flex gap-1" }, _ = { "aria-hidden": "true" }, j = /*
|
|
|
31
31
|
"hover:ring-ring/24 hover:ring-[2px]",
|
|
32
32
|
"focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] outline-none",
|
|
33
33
|
"aria-invalid:ring-destructive/20 aria-invalid:border-destructive",
|
|
34
|
-
"shadow-xs flex w-
|
|
34
|
+
"shadow-xs flex w-full h-10 items-center justify-between gap-2 whitespace-nowrap rounded-xl border bg-transparent p-2.5 text-sm transition-[color,box-shadow]",
|
|
35
35
|
"disabled:pointer-events-none disabled:cursor-not-allowed disabled:!border-neutral-200 disabled:bg-gray-100 data-[disabled]:pointer-events-none",
|
|
36
36
|
"*: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",
|
|
37
37
|
n.class
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as s, createBlock as
|
|
1
|
+
import { defineComponent as s, createBlock as a, openBlock as C, normalizeProps as c, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
|
|
2
2
|
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const f = ["width", "height"], k = /* @__PURE__ */ s({
|
|
4
4
|
__name: "AtCirclePlusSolidIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,7 +11,7 @@ const u = ["width", "height"], k = /* @__PURE__ */ s({
|
|
|
11
11
|
},
|
|
12
12
|
setup(o) {
|
|
13
13
|
const i = o;
|
|
14
|
-
return (
|
|
14
|
+
return (u, l) => (C(), a(w, c(n(i)), {
|
|
15
15
|
default: h(({ class: r, style: e }) => [
|
|
16
16
|
(C(), p("svg", {
|
|
17
17
|
class: m(r),
|
|
@@ -35,7 +35,7 @@ const u = ["width", "height"], k = /* @__PURE__ */ s({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, f))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as a, createBlock as
|
|
1
|
+
import { defineComponent as a, createBlock as s, openBlock as o, normalizeProps as c, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
|
|
2
2
|
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const f = ["width", "height"], _ = /* @__PURE__ */ a({
|
|
4
4
|
__name: "AtOrdenacaoRegularIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,7 +11,7 @@ const g = ["width", "height"], _ = /* @__PURE__ */ a({
|
|
|
11
11
|
},
|
|
12
12
|
setup(C) {
|
|
13
13
|
const i = C;
|
|
14
|
-
return (
|
|
14
|
+
return (g, l) => (o(), s(w, c(n(i)), {
|
|
15
15
|
default: h(({ class: r, style: e }) => [
|
|
16
16
|
(o(), p("svg", {
|
|
17
17
|
class: m(r),
|
|
@@ -35,7 +35,7 @@ const g = ["width", "height"], _ = /* @__PURE__ */ a({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, f))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import o from "./IconWrapper.vue2.js";
|
|
2
2
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const
|
|
3
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f9855590"]]);
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
a as default
|
|
6
6
|
};
|
|
@@ -30,7 +30,7 @@ const N = { class: "flex items-center gap-2" }, I = /* @__PURE__ */ m({
|
|
|
30
30
|
"hover:ring-ring/24 hover:ring-[2px]",
|
|
31
31
|
"focus-visible:ring-ring/50 outline-none focus-visible:ring-[3px]",
|
|
32
32
|
"aria-invalid:ring-destructive/20 aria-invalid:border-destructive",
|
|
33
|
-
"flex w-
|
|
33
|
+
"flex w-full h-10 items-center justify-between gap-2 rounded-xl border bg-transparent p-2.5 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow]",
|
|
34
34
|
"disabled:pointer-events-none disabled:cursor-not-allowed disabled:!border-neutral-200 disabled:bg-gray-100 data-[disabled]:pointer-events-none",
|
|
35
35
|
"*:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2",
|
|
36
36
|
"[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|