@agrotools1/at-components 2.0.29 → 2.0.30

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.
@@ -0,0 +1,46 @@
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
+ import w from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const f = ["width", "height"], k = /* @__PURE__ */ a({
4
+ __name: "AtCheckSolidIcon",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(i) {
13
+ const C = i;
14
+ return (g, l) => (o(), s(w, c(n(C)), {
15
+ default: h(({ class: r, style: e }) => [
16
+ (o(), p("svg", {
17
+ class: m(r),
18
+ style: d(e),
19
+ fill: "currentColor",
20
+ width: e.width,
21
+ height: e.height,
22
+ viewBox: "0 0 28 28",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, l[0] || (l[0] = [
25
+ t("g", { "clip-path": "url(#clip0_1779_5202)" }, [
26
+ t("path", { d: "M25.1789 5.80026L10.2083 20.7698C10.1077 20.8708 9.98808 20.951 9.85636 21.0057C9.72465 21.0604 9.58343 21.0886 9.4408 21.0886C9.29818 21.0886 9.15695 21.0604 9.02524 21.0057C8.89353 20.951 8.77391 20.8708 8.67326 20.7698L2.88393 14.975C2.78327 14.874 2.66366 14.7938 2.53194 14.7391C2.40023 14.6844 2.25901 14.6562 2.11638 14.6562C1.97376 14.6562 1.83254 14.6844 1.70082 14.7391C1.56911 14.7938 1.44949 14.874 1.34884 14.975C1.24779 15.0757 1.16761 15.1953 1.1129 15.327C1.05819 15.4587 1.03003 15.5999 1.03003 15.7425C1.03003 15.8852 1.05819 16.0264 1.1129 16.1581C1.16761 16.2898 1.24779 16.4094 1.34884 16.5101L7.14034 22.3005C7.75129 22.9103 8.57922 23.2528 9.44243 23.2528C10.3056 23.2528 11.1336 22.9103 11.7445 22.3005L26.714 7.33426C26.8149 7.23363 26.8949 7.11408 26.9496 6.98247C27.0042 6.85085 27.0323 6.70975 27.0323 6.56726C27.0323 6.42476 27.0042 6.28367 26.9496 6.15205C26.8949 6.02044 26.8149 5.90089 26.714 5.80026C26.6134 5.69921 26.4937 5.61903 26.362 5.56432C26.2303 5.50961 26.0891 5.48145 25.9465 5.48145C25.8038 5.48145 25.6626 5.50961 25.5309 5.56432C25.3992 5.61903 25.2796 5.69921 25.1789 5.80026Z" })
27
+ ], -1),
28
+ t("defs", null, [
29
+ t("clipPath", { id: "clip0_1779_5202" }, [
30
+ t("rect", {
31
+ width: "26",
32
+ height: "26",
33
+ fill: "white",
34
+ transform: "translate(1 1)"
35
+ })
36
+ ])
37
+ ], -1)
38
+ ]), 14, f))
39
+ ]),
40
+ _: 1
41
+ }, 16));
42
+ }
43
+ });
44
+ export {
45
+ k as default
46
+ };
@@ -0,0 +1,5 @@
1
+ import o from "./AtCheckSolidIcon.vue.js";
2
+ const c = o;
3
+ export {
4
+ c as AtCheckSolidIcon
5
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agrotools1/at-components",
3
3
  "type": "module",
4
- "version": "2.0.29",
4
+ "version": "2.0.30",
5
5
  "private": false,
6
6
  "description": "Componentes da Agrotools - Versão 2 (com re-export da V1)",
7
7
  "author": "Agrotools",
@@ -57,8 +57,8 @@
57
57
  "tw-animate-css": "^1.3.4",
58
58
  "vue-component-type-helpers": "^2.2.0",
59
59
  "vue-sonner": "^2.0.8",
60
- "@agrotools1/at-tailwind-config": "0.2.0",
61
- "@agrotools1/at-icons": "1.0.13"
60
+ "@agrotools1/at-icons": "1.0.13",
61
+ "@agrotools1/at-tailwind-config": "0.2.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@internationalized/date": "^3.8.2",