@agrotools1/at-components 2.0.25 → 2.0.27

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/index.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,4EAA4E;AAC5E,eAAO,MAAM,kBAAkB,EAAE,WAAW,EAW3C,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/index.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,4EAA4E;AAC5E,eAAO,MAAM,kBAAkB,EAAE,WAAW,EAY3C,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_26: VersionData;
3
+ export default v2_0_26;
4
+ //# sourceMappingURL=v2.0.26.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.26.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.26.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WAYd,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/index.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa,EAAE,WAAW,EAAqD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/index.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa,EAAE,WAAW,EAQtC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_13: VersionData;
3
+ export default v1_0_13;
4
+ //# sourceMappingURL=v1.0.13.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.13.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.13.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WAed,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as c, createBlock as s, openBlock as i, normalizeProps as C, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as m, normalizeClass as d, createElementVNode as t } from "vue";
2
2
  import w from "../components/IconWrapper/IconWrapper.vue.js";
3
- const f = ["width", "height"], k = /* @__PURE__ */ c({
3
+ const g = ["width", "height"], k = /* @__PURE__ */ c({
4
4
  __name: "AtCheckCircleRegularIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ c({
11
11
  },
12
12
  setup(o) {
13
13
  const r = o;
14
- return (g, l) => (i(), s(w, C(n(r)), {
14
+ return (u, l) => (i(), s(w, C(n(r)), {
15
15
  default: h(({ class: a, style: e }) => [
16
16
  (i(), p("svg", {
17
17
  class: d(a),
@@ -35,7 +35,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ c({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, f))
38
+ ]), 14, g))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
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 f = ["width", "height"], k = /* @__PURE__ */ s({
3
+ const u = ["width", "height"], k = /* @__PURE__ */ s({
4
4
  __name: "AtCirclePlusSolidIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ s({
11
11
  },
12
12
  setup(o) {
13
13
  const i = o;
14
- return (u, l) => (C(), a(w, c(n(i)), {
14
+ return (f, 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 f = ["width", "height"], k = /* @__PURE__ */ s({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, f))
38
+ ]), 14, u))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as s, createBlock as C, openBlock as i, normalizeProps as c, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as m, normalizeClass as d, createElementVNode as t } from "vue";
2
2
  import w from "../components/IconWrapper/IconWrapper.vue.js";
3
- const f = ["width", "height"], _ = /* @__PURE__ */ s({
3
+ const g = ["width", "height"], _ = /* @__PURE__ */ s({
4
4
  __name: "AtCircleXMarkRegularIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ s({
11
11
  },
12
12
  setup(o) {
13
13
  const r = o;
14
- return (g, l) => (i(), C(w, c(n(r)), {
14
+ return (u, l) => (i(), C(w, c(n(r)), {
15
15
  default: h(({ class: a, style: e }) => [
16
16
  (i(), p("svg", {
17
17
  class: d(a),
@@ -35,7 +35,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ s({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, f))
38
+ ]), 14, g))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as s, createBlock as c, openBlock as i, normalizeProps as n, guardReactiveProps as C, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
2
- import f from "../components/IconWrapper/IconWrapper.vue.js";
3
- const w = ["width", "height"], _ = /* @__PURE__ */ s({
2
+ import w from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const f = ["width", "height"], _ = /* @__PURE__ */ s({
4
4
  __name: "AtCircleXMarkSolidIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const w = ["width", "height"], _ = /* @__PURE__ */ s({
11
11
  },
12
12
  setup(o) {
13
13
  const r = o;
14
- return (g, l) => (i(), c(f, n(C(r)), {
14
+ return (g, l) => (i(), c(w, n(C(r)), {
15
15
  default: h(({ class: a, style: e }) => [
16
16
  (i(), p("svg", {
17
17
  class: m(a),
@@ -35,7 +35,7 @@ const w = ["width", "height"], _ = /* @__PURE__ */ s({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, w))
38
+ ]), 14, f))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
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 f = ["width", "height"], _ = /* @__PURE__ */ a({
3
+ const g = ["width", "height"], _ = /* @__PURE__ */ a({
4
4
  __name: "AtOrdenacaoRegularIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ a({
11
11
  },
12
12
  setup(C) {
13
13
  const i = C;
14
- return (g, l) => (o(), s(w, c(n(i)), {
14
+ return (u, 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 f = ["width", "height"], _ = /* @__PURE__ */ a({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, f))
38
+ ]), 14, g))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
1
  import o from "./IconWrapper.vue2.js";
2
- import t from "../../_virtual/_plugin-vue_export-helper.js";
3
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-43193bf7"]]);
2
+ import a from "../../_virtual/_plugin-vue_export-helper.js";
3
+ const e = /* @__PURE__ */ a(o, [["__scopeId", "data-v-feafebf3"]]);
4
4
  export {
5
- a as default
5
+ e as default
6
6
  };
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@agrotools1/at-components",
3
3
  "type": "module",
4
- "version": "2.0.25",
4
+ "version": "2.0.27",
5
5
  "private": false,
6
- "packageManager": "pnpm@9.1.0",
7
6
  "description": "Componentes da Agrotools - Versão 2 (com re-export da V1)",
8
7
  "author": "Agrotools",
9
8
  "license": "MIT",
@@ -37,13 +36,6 @@
37
36
  "dist",
38
37
  "storybook-static"
39
38
  ],
40
- "scripts": {
41
- "build": "vite build",
42
- "test": "vitest run",
43
- "test:watch": "vitest --watch",
44
- "storybook": "storybook dev -p 6007",
45
- "build:storybook": "storybook build"
46
- },
47
39
  "peerDependencies": {
48
40
  "@internationalized/date": "^3.8.2",
49
41
  "@tanstack/vue-table": "^8.21.3",
@@ -52,8 +44,8 @@
52
44
  },
53
45
  "dependencies": {
54
46
  "@agrotools1/at-components1": "^1.1.2",
55
- "@agrotools1/at-icons": "workspace:*",
56
- "@agrotools1/at-tailwind-config": "workspace:*",
47
+ "@agrotools1/at-icons": "1.0.13",
48
+ "@agrotools1/at-tailwind-config": "0.2.0",
57
49
  "@floating-ui/dom": "^1.4.2",
58
50
  "@floating-ui/vue": "^1.0.1",
59
51
  "@vueuse/core": "^13.4.0",
@@ -86,5 +78,12 @@
86
78
  },
87
79
  "nx": {
88
80
  "name": "at-components-v2"
81
+ },
82
+ "scripts": {
83
+ "build": "vite build",
84
+ "test": "vitest run",
85
+ "test:watch": "vitest --watch",
86
+ "storybook": "storybook dev -p 6007",
87
+ "build:storybook": "storybook build"
89
88
  }
90
- }
89
+ }