@caipira/tamandua 0.0.63 → 0.0.64

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/Dropdown.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as p } from "./Dropdown.vue_vue_type_script_setup_true_lang-ByO3ZI8p.js";
2
- import { p as a } from "./plugin-8nvB-f8B.js";
1
+ import { _ as p } from "./Dropdown.vue_vue_type_script_setup_true_lang-DeY4vid5.js";
2
+ import { p as a } from "./plugin-DrKx8l8j.js";
3
3
  export {
4
4
  p as Dropdown,
5
5
  a as DropdownPlugin
@@ -1,4 +1,4 @@
1
- import { defineComponent as T, ref as w, resolveComponent as V, openBlock as l, createElementBlock as a, normalizeClass as u, createVNode as z, Fragment as R, renderList as K, toDisplayString as P, withKeys as A, renderSlot as E, normalizeProps as G, mergeProps as $, createBlock as I, createCommentVNode as O, createTextVNode as F, createElementVNode as U } from "vue";
1
+ import { defineComponent as T, ref as w, resolveComponent as V, openBlock as n, createElementBlock as a, normalizeClass as u, createVNode as z, Fragment as R, renderList as K, toDisplayString as P, withKeys as A, renderSlot as E, normalizeProps as G, mergeProps as $, createBlock as I, createCommentVNode as O, createTextVNode as F, createElementVNode as U } from "vue";
2
2
  const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected", "onKeydown", "onClick"], J = {
3
3
  key: 1,
4
4
  class: "inline-flex items-center select-none input-text-color"
@@ -18,11 +18,11 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
18
18
  },
19
19
  emits: ["change", "end-reached", "created"],
20
20
  setup(H, { expose: S, emit: B }) {
21
- const s = H, b = B, i = w(-1), y = w(null), d = w([]), f = w("keyboard"), v = (o = i.value, t = s.items[o], n = void 0) => {
22
- n?.stopPropagation(), b("change", {
21
+ const s = H, b = B, i = w(-1), v = w(null), d = w([]), f = w("keyboard"), y = (o = i.value, t = s.items[o], l = void 0) => {
22
+ l?.stopPropagation(), b("change", {
23
23
  index: o,
24
24
  option: t,
25
- hold: n?.ctrlKey ?? !1
25
+ hold: l?.ctrlKey ?? !1
26
26
  }), t.action && t.action();
27
27
  }, D = (o) => {
28
28
  if (!s.isVisible)
@@ -32,18 +32,18 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
32
32
  case "ArrowDown":
33
33
  return x(o);
34
34
  case "Enter":
35
- return v();
35
+ return y();
36
36
  }
37
37
  }, L = () => {
38
- const o = y.value;
38
+ const o = v.value;
39
39
  o.scrollTop = 0;
40
40
  }, x = (o) => {
41
- const t = o.key === "ArrowDown", n = s.items.length;
41
+ const t = o.key === "ArrowDown", l = s.items.length;
42
42
  let e = i.value;
43
43
  const r = () => s.items[e] ? "isGroupLabel" in s.items[e] && s.items[e].isGroupLabel : !1, p = () => {
44
- e === n - 1 ? e = 0 : e++;
44
+ e === l - 1 ? e = 0 : e++;
45
45
  }, N = () => {
46
- e === 0 ? e = n - 1 : e--;
46
+ e === 0 ? e = l - 1 : e--;
47
47
  };
48
48
  if (t)
49
49
  do
@@ -53,8 +53,8 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
53
53
  do
54
54
  N();
55
55
  while (r());
56
- e > -1 && e < n && (i.value = e);
57
- const C = y.value, k = d.value[i.value], m = k.offsetTop, g = k.offsetHeight, _ = C.offsetHeight, c = C.scrollTop;
56
+ e > -1 && e < l && (i.value = e);
57
+ const C = v.value, k = d.value[i.value], m = k.offsetTop, g = k.offsetHeight, _ = C.offsetHeight, c = C.scrollTop;
58
58
  let h = 0;
59
59
  if (k.focus(), m === 0 || c === 0)
60
60
  h = m - _ + g;
@@ -66,21 +66,21 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
66
66
  return !0;
67
67
  return C.scroll({ top: h }), !0;
68
68
  }, M = (o) => {
69
- const t = o.target, n = d.value[0];
70
- !t || !n || t.scrollTop + t.clientHeight + n.offsetHeight >= t.scrollHeight && b("end-reached");
69
+ const t = o.target, l = d.value[0];
70
+ !t || !l || t.scrollTop + t.clientHeight + l.offsetHeight >= t.scrollHeight && b("end-reached");
71
71
  };
72
72
  return S({ move: x, resetScroll: L }), (o, t) => {
73
- const n = V("t-icon");
74
- return l(), a("ul", {
73
+ const l = V("t-icon");
74
+ return n(), a("ul", {
75
75
  ref_key: "listRef",
76
- ref: y,
76
+ ref: v,
77
77
  role: "listbox",
78
78
  class: u(["text-left max-h-60 min-w-[12rem] z-10 overflow-y-auto scrollbar select-none floatable w-full", [s.wrapperRoundnessClass, s.wrapperPaddingClass]]),
79
79
  onScrollend: M,
80
80
  onMousemove: t[0] || (t[0] = () => f.value = "mouse"),
81
81
  onKeydown: D
82
82
  }, [
83
- s.loading ? (l(), a("li", {
83
+ s.loading ? (n(), a("li", {
84
84
  key: 0,
85
85
  role: "option",
86
86
  "aria-disabled": "true",
@@ -90,13 +90,13 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
90
90
  s.optionRoundnessClass
91
91
  ]])
92
92
  }, [
93
- z(n, {
93
+ z(l, {
94
94
  size: "sm",
95
95
  class: "w-12 h-12 animate-spin mr-3",
96
96
  icon: "loading"
97
97
  }),
98
98
  j
99
- ], 2)) : o.items.length === 0 ? (l(), a("li", {
99
+ ], 2)) : o.items.length === 0 ? (n(), a("li", {
100
100
  key: 1,
101
101
  role: "option",
102
102
  "aria-disabled": "true",
@@ -105,10 +105,10 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
105
105
  s.optionMarginClass,
106
106
  s.optionRoundnessClass
107
107
  ]])
108
- }, " Nothing here ", 2)) : (l(!0), a(R, { key: 2 }, K(o.items, (e, r) => (l(), a(R, {
108
+ }, " Nothing here ", 2)) : (n(!0), a(R, { key: 2 }, K(o.items, (e, r) => (n(), a(R, {
109
109
  key: e?.isGroupLabel ? r : e.value
110
110
  }, [
111
- e.isGroupLabel ? (l(), a("li", {
111
+ e.isGroupLabel ? (n(), a("li", {
112
112
  key: 0,
113
113
  class: u(["text-xs font-bold tracking-wider text-neutral-600", [
114
114
  s.optionPaddingClass,
@@ -118,11 +118,11 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
118
118
  ref_for: !0,
119
119
  ref_key: "itemRefs",
120
120
  ref: d
121
- }, P(e.label), 3)) : (l(), a("li", {
121
+ }, P(e.label), 3)) : (n(), a("li", {
122
122
  key: 1,
123
123
  class: u([{
124
- "bg-hover": r === i.value && f.value === "keyboard",
125
- "hover:bg-hover": f.value === "mouse",
124
+ "bg-[var(--hover-color)]": r === i.value && f.value === "keyboard",
125
+ "hover:bg-[var(--hover-color)]": f.value === "mouse",
126
126
  [s.optionMarginClass]: !0,
127
127
  [s.optionPaddingClass]: !0,
128
128
  [s.optionRoundnessClass]: !0
@@ -133,11 +133,11 @@ const j = /* @__PURE__ */ U("span", null, "Loading...", -1), q = ["aria-selected
133
133
  ref: d,
134
134
  tabindex: 0,
135
135
  "aria-selected": r === i.value,
136
- onKeydown: A((p) => v(r, e), ["enter"]),
137
- onClick: (p) => v(r, e, p)
136
+ onKeydown: A((p) => y(r, e), ["enter"]),
137
+ onClick: (p) => y(r, e, p)
138
138
  }, [
139
- o.$slots.default ? E(o.$slots, "default", G($({ key: 0 }, e))) : (l(), a("div", J, [
140
- e.icon ? (l(), I(n, {
139
+ o.$slots.default ? E(o.$slots, "default", G($({ key: 0 }, e))) : (n(), a("div", J, [
140
+ e.icon ? (n(), I(l, {
141
141
  key: 0,
142
142
  icon: e.icon,
143
143
  class: "mr-2",
package/dist/InputDate.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as a } from "./InputDate.vue_vue_type_script_setup_true_lang-UQywr42W.js";
2
- import { p as o } from "./plugin-B1ev5kjp.js";
1
+ import { _ as a } from "./InputDate.vue_vue_type_script_setup_true_lang-BdELykj8.js";
2
+ import { p as o } from "./plugin-Ch67LOIy.js";
3
3
  export {
4
4
  a as InputDate,
5
5
  o as InputDatePlugin
@@ -130,7 +130,7 @@ const oe = ["value"], le = {
130
130
  a("div", null, [
131
131
  a("button", {
132
132
  type: "button",
133
- class: T(["transition ease-in-out duration-100 inline-flex cursor-pointer hover:bg-hover p-1 rounded-full", {
133
+ class: T(["transition ease-in-out duration-100 inline-flex cursor-pointer hover:bg-[var(--hover-color)] p-1 rounded-full", {
134
134
  "cursor-not-allowed opacity-25": !k
135
135
  }]),
136
136
  disabled: !k,
@@ -140,7 +140,7 @@ const oe = ["value"], le = {
140
140
  ], 10, re),
141
141
  a("button", {
142
142
  type: "button",
143
- class: T(["transition ease-in-out duration-100 inline-flex cursor-pointer p-1 rounded-full hover:bg-hover", {
143
+ class: T(["transition ease-in-out duration-100 inline-flex cursor-pointer p-1 rounded-full hover:bg-[var(--hover-color)]", {
144
144
  "cursor-not-allowed opacity-25": !k
145
145
  }]),
146
146
  disabled: !k,
@@ -168,7 +168,7 @@ const oe = ["value"], le = {
168
168
  a("div", {
169
169
  onClick: (_) => R(t),
170
170
  class: T(["cursor-pointer text-center text-sm rounded-sm leading-loose transition ease-in-out duration-100", {
171
- "hover:bg-hover": !t.selected,
171
+ "hover:bg-[var(--hover-color)]": !t.selected,
172
172
  "color-unfocused-text": t.overflow !== 0,
173
173
  "border border-caipira-primary-inverted": t.isToday,
174
174
  "color-caipira-primary bg-caipira-primary-inverted": t.selected
@@ -1,5 +1,5 @@
1
1
  import './Table.css';
2
- import { defineComponent as M, useSlots as O, ref as k, reactive as F, computed as x, resolveComponent as K, openBlock as a, createElementBlock as s, createElementVNode as m, normalizeClass as p, createCommentVNode as c, createVNode as E, Fragment as b, renderList as V, toDisplayString as T, createBlock as h, renderSlot as $, createTextVNode as P } from "vue";
2
+ import { defineComponent as M, useSlots as O, ref as k, reactive as F, computed as x, resolveComponent as K, openBlock as a, createElementBlock as s, createElementVNode as m, normalizeClass as p, createCommentVNode as r, createVNode as E, Fragment as b, renderList as V, toDisplayString as T, createBlock as h, renderSlot as $, createTextVNode as P } from "vue";
3
3
  import { _ as q } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
5
5
  key: 0,
@@ -21,13 +21,13 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
21
21
  selectable: { type: Boolean, default: !1 },
22
22
  actionable: { type: Boolean, default: !1 },
23
23
  stickyHeader: { type: Boolean, default: !0 },
24
- rowClass: { default: "hover:bg-hover" },
24
+ rowClass: { default: "hover:bg-[var(--hover-color)]" },
25
25
  tableDataClass: { default: "px-2 py-2" }
26
26
  },
27
27
  emits: ["selected", "row-click", "action-click"],
28
28
  setup(z, { expose: H, emit: R }) {
29
29
  const e = z, v = R, D = O(), d = k(!1), n = k({}), y = k({}), _ = k(!1), f = k(!1);
30
- let r = F({});
30
+ let c = F({});
31
31
  const U = (t) => {
32
32
  t.stopPropagation();
33
33
  }, j = x(() => e.columns.length + (e.selectable ? 1 : 0) + (e.actionable ? 1 : 0) + (D.details ? 1 : 0) + 1), w = () => {
@@ -38,22 +38,22 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
38
38
  (u) => n.value[u]
39
39
  );
40
40
  }, N = async (t, i) => {
41
- i ? r[t] = e.data.find(
41
+ i ? c[t] = e.data.find(
42
42
  (u) => u[e.rowKey] === t
43
- ) : delete r[t], v("selected", r), w();
43
+ ) : delete c[t], v("selected", c), w();
44
44
  }, I = () => {
45
45
  Object.keys(n.value).forEach((t) => {
46
46
  n.value[t] = !1, d.value = !1, f.value = !1, _.value = !1;
47
47
  });
48
- for (const t in r)
49
- r[t] = void 0;
50
- v("selected", r);
48
+ for (const t in c)
49
+ c[t] = void 0;
50
+ v("selected", c);
51
51
  }, L = () => {
52
52
  d.value ? e.data.forEach((t) => {
53
- n.value[t[e.rowKey]] = !0, r[t[e.rowKey]] = t;
53
+ n.value[t[e.rowKey]] = !0, c[t[e.rowKey]] = t;
54
54
  }) : e.data.forEach((t) => {
55
- n.value[t[e.rowKey]] = !1, delete r[t[e.rowKey]], _.value = !1;
56
- }), w(), v("selected", r);
55
+ n.value[t[e.rowKey]] = !1, delete c[t[e.rowKey]], _.value = !1;
56
+ }), w(), v("selected", c);
57
57
  }, S = x(() => e.loading && e.data.length === 0 ? Array.from({ length: 5 }, (t, i) => ({})) : e.data), C = x(() => D.details ? S.value.some(
58
58
  (t) => !("hasDetails" in t) || t?.hasDetails
59
59
  ) : !1);
@@ -68,7 +68,7 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
68
68
  "sticky top-0": e.stickyHeader,
69
69
  [e.tableDataClass]: !0
70
70
  }])
71
- }, null, 2)) : c("", !0),
71
+ }, null, 2)) : r("", !0),
72
72
  e.selectable ? (a(), s("th", {
73
73
  key: 1,
74
74
  class: p(["text-center w-12 bg-caipira-primary", {
@@ -82,7 +82,7 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
82
82
  "is-indeterminate": f.value,
83
83
  onInput: L
84
84
  }, null, 8, ["modelValue", "is-indeterminate"])
85
- ], 2)) : c("", !0),
85
+ ], 2)) : r("", !0),
86
86
  (a(!0), s(b, null, V(e.columns, (l, A) => (a(), s("th", {
87
87
  class: p(["text-base text-left select-none px-2 py-2 font-normal bg-caipira-primary", {
88
88
  "sticky top-0": e.stickyHeader,
@@ -96,7 +96,7 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
96
96
  "sticky top-0": e.stickyHeader,
97
97
  [e.tableDataClass]: !0
98
98
  }])
99
- }, null, 2)) : c("", !0)
99
+ }, null, 2)) : r("", !0)
100
100
  ])
101
101
  ]),
102
102
  m("tbody", null, [
@@ -105,7 +105,7 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
105
105
  }, [
106
106
  m("tr", {
107
107
  class: p({
108
- "bg-hover": n.value[l[e.rowKey]],
108
+ "bg-[var(--hover-color)]": n.value[l[e.rowKey]],
109
109
  [e.rowClass]: !0
110
110
  }),
111
111
  onClick: (o) => v("row-click", l)
@@ -121,8 +121,8 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
121
121
  hover: !1,
122
122
  icon: y.value[l[e.rowKey]] ? "chevron-down" : "chevron-right",
123
123
  onClick: (o) => y.value[l[e.rowKey]] = !y.value[l[e.rowKey]]
124
- }, null, 8, ["modelValue", "onUpdate:modelValue", "icon", "onClick"])) : c("", !0)
125
- ])) : c("", !0),
124
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "icon", "onClick"])) : r("", !0)
125
+ ])) : r("", !0),
126
126
  e.selectable ? (a(), s("td", {
127
127
  key: 1,
128
128
  class: p(["text-center w-12", [e.tableDataClass]])
@@ -134,7 +134,7 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
134
134
  onClick: U,
135
135
  onInput: (o) => N(l[e.rowKey], o)
136
136
  }, null, 8, ["modelValue", "onUpdate:modelValue", "onInput"])
137
- ], 2)) : c("", !0),
137
+ ], 2)) : r("", !0),
138
138
  (a(!0), s(b, null, V(e.columns, (o, ee) => (a(), s("td", {
139
139
  class: p(["whitespace-nowrap", {
140
140
  [e.tableDataClass]: !0
@@ -145,7 +145,7 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
145
145
  row: l
146
146
  }, void 0, !0) : "property" in o ? (a(), s(b, { key: 2 }, [
147
147
  P(T(l[o.property]), 1)
148
- ], 64)) : c("", !0)
148
+ ], 64)) : r("", !0)
149
149
  ], 2))), 256)),
150
150
  e.actionable ? (a(), s("td", W, [
151
151
  e.loading ? (a(), h(g, { key: 0 })) : !("hasActions" in l) || l.hasActions ? (a(), h(B, {
@@ -158,20 +158,20 @@ const G = { class: "w-full color-text" }, J = ["onClick"], Q = {
158
158
  "icon-props": { size: 16 },
159
159
  hover: !1,
160
160
  onClick: (o) => v("action-click", l)
161
- }, null, 8, ["onClick"])) : c("", !0)
162
- ])) : c("", !0)
161
+ }, null, 8, ["onClick"])) : r("", !0)
162
+ ])) : r("", !0)
163
163
  ], 10, J),
164
164
  C.value && y.value[l[e.rowKey]] ? (a(), s("tr", X, [
165
165
  m("td", { colspan: j.value }, [
166
166
  $(t.$slots, "details", { row: l }, void 0, !0)
167
167
  ], 8, Y)
168
- ])) : c("", !0)
168
+ ])) : r("", !0)
169
169
  ], 64))), 128))
170
170
  ])
171
171
  ]);
172
172
  };
173
173
  }
174
- }), ae = /* @__PURE__ */ q(Z, [["__scopeId", "data-v-85210f97"]]);
174
+ }), ae = /* @__PURE__ */ q(Z, [["__scopeId", "data-v-ab8db7fb"]]);
175
175
  export {
176
176
  ae as T
177
177
  };
package/dist/Table.css CHANGED
@@ -1 +1 @@
1
- table>thead>tr[data-v-85210f97]{border-top:1px solid var(--border-color)}table th[data-v-85210f97],table td[data-v-85210f97]{border-bottom:1px solid var(--border-color)}
1
+ table>thead>tr[data-v-ab8db7fb]{border-top:1px solid var(--border-color)}table th[data-v-ab8db7fb],table td[data-v-ab8db7fb]{border-bottom:1px solid var(--border-color)}
package/dist/Table.js CHANGED
@@ -1,5 +1,5 @@
1
- import { T as o } from "./Table-DAdBSj3C.js";
2
- import { p as l } from "./plugin-BpdfpzgE.js";
1
+ import { T as o } from "./Table-vjjmPzlZ.js";
2
+ import { p as l } from "./plugin-6KewRQ9w.js";
3
3
  export {
4
4
  o as Table,
5
5
  l as TablePlugin
@@ -4,7 +4,7 @@ import { B as s } from "./Button-BThdMs5-.js";
4
4
  import { _ as f } from "./ChartLine.vue_vue_type_style_index_0_lang-DO_gKCe4.js";
5
5
  import { _ as n } from "./ChartTreemap.vue_vue_type_script_setup_true_lang-CLi_IXfP.js";
6
6
  import { D as u } from "./Drawer-Cl9_4uHA.js";
7
- import { _ as l } from "./Dropdown.vue_vue_type_script_setup_true_lang-ByO3ZI8p.js";
7
+ import { _ as l } from "./Dropdown.vue_vue_type_script_setup_true_lang-DeY4vid5.js";
8
8
  import { _ as c } from "./FileDrop.vue_vue_type_script_setup_true_lang-DLEH_LLX.js";
9
9
  import { _ as T } from "./Form.vue_vue_type_script_setup_true_lang-CNGNCak7.js";
10
10
  import { _ as C } from "./FormItem.vue_vue_type_script_setup_true_lang-D7a8YCgS.js";
@@ -18,7 +18,7 @@ import { _ as A } from "./InputAvatar.vue_vue_type_script_setup_true_lang-coNpUH
18
18
  import { _ as R } from "./InputCheckbox.vue_vue_type_style_index_0_lang-BOY41cD-.js";
19
19
  import { _ as q } from "./InputCryptoCurrency.vue_vue_type_script_setup_true_lang-BIUT5eCh.js";
20
20
  import { _ as H } from "./InputColor.vue_vue_type_script_setup_true_lang-DT-MAgI2.js";
21
- import { _ as K } from "./InputDate.vue_vue_type_script_setup_true_lang-UQywr42W.js";
21
+ import { _ as K } from "./InputDate.vue_vue_type_script_setup_true_lang-BdELykj8.js";
22
22
  import { _ as O } from "./InputMultiplier.vue_vue_type_script_setup_true_lang-BguqKGGe.js";
23
23
  import { _ as U } from "./InputPassword.vue_vue_type_script_setup_true_lang-BMChy2_E.js";
24
24
  import { _ as W } from "./InputPhone.vue_vue_type_script_setup_true_lang-B4TULqLW.js";
@@ -40,7 +40,7 @@ import { P as br } from "./ProgressLine-CTS0VOAI.js";
40
40
  import { _ as Gr } from "./SensitiveInfo.vue_vue_type_script_setup_true_lang-D288W5VF.js";
41
41
  import { _ as gr } from "./Skeleton.vue_vue_type_script_setup_true_lang-WahY1vGW.js";
42
42
  import { _ as vr } from "./Tab.vue_vue_type_script_setup_true_lang-6bgS8FOw.js";
43
- import { T as Fr } from "./Table-DAdBSj3C.js";
43
+ import { T as Fr } from "./Table-vjjmPzlZ.js";
44
44
  import { _ as Br } from "./Tag.vue_vue_type_script_setup_true_lang-CkDz2_qz.js";
45
45
  import { _ as Ar } from "./Toast.vue_vue_type_script_setup_true_lang-Lw1lJoH3.js";
46
46
  export {
package/dist/index.css CHANGED
@@ -98,9 +98,6 @@
98
98
  .bg-caipira-green {
99
99
  background-color: var(--caipira-green);
100
100
  }
101
- .bg-hover {
102
- background-color: var(--hover-color);
103
- }
104
101
 
105
102
  /* Border */
106
103
  .border-color {
@@ -234,14 +231,6 @@
234
231
  }
235
232
 
236
233
  /* Checkbox & Radio */
237
- .form-checkbox:checked,
238
- .form-radio:checked {
239
- border-color: transparent;
240
- background-color: currentColor;
241
- background-size: 100% 100%;
242
- background-position: center;
243
- background-repeat: no-repeat;
244
- }
245
234
  .form-checkbox,
246
235
  .form-radio {
247
236
  appearance: none;
@@ -262,3 +251,6 @@
262
251
  letter-spacing: inherit;
263
252
  cursor: pointer;
264
253
  }
254
+ .form-radio {
255
+ border-radius: 100%;
256
+ }
@@ -1,5 +1,5 @@
1
1
  import { r } from "./register-component-B-fdqewb.js";
2
- import { T as t } from "./Table-DAdBSj3C.js";
2
+ import { T as t } from "./Table-vjjmPzlZ.js";
3
3
  const a = {
4
4
  install(o) {
5
5
  r(o, t);
@@ -1,5 +1,5 @@
1
1
  import { r } from "./register-component-B-fdqewb.js";
2
- import { _ as s } from "./InputDate.vue_vue_type_script_setup_true_lang-UQywr42W.js";
2
+ import { _ as s } from "./InputDate.vue_vue_type_script_setup_true_lang-BdELykj8.js";
3
3
  const m = {
4
4
  install(o) {
5
5
  r(o, s);
@@ -1,5 +1,5 @@
1
1
  import { r } from "./register-component-B-fdqewb.js";
2
- import { _ as s } from "./Dropdown.vue_vue_type_script_setup_true_lang-ByO3ZI8p.js";
2
+ import { _ as s } from "./Dropdown.vue_vue_type_script_setup_true_lang-DeY4vid5.js";
3
3
  const m = {
4
4
  install(o) {
5
5
  r(o, s);
@@ -10,7 +10,7 @@ import { p as o } from "./plugin-DDXOF4cU.js";
10
10
  import { p as n } from "./plugin-CyDnzy2n.js";
11
11
  import "./Drawer-Cl9_4uHA.js";
12
12
  import { p as m } from "./plugin-CNwzCYlr.js";
13
- import { p as u } from "./plugin-8nvB-f8B.js";
13
+ import { p as u } from "./plugin-DrKx8l8j.js";
14
14
  import { p as l } from "./plugin-BscWXR9h.js";
15
15
  import "./Form.vue_vue_type_script_setup_true_lang-CNGNCak7.js";
16
16
  import { p as t } from "./plugin-BuU0zOfE.js";
@@ -28,7 +28,7 @@ import "./InputCheckbox.vue_vue_type_style_index_0_lang-BOY41cD-.js";
28
28
  import { p as c } from "./plugin-BQqeQUxM.js";
29
29
  import { p as h } from "./plugin-Bq4nQPd4.js";
30
30
  import { p as y } from "./plugin-D9KHvOM3.js";
31
- import { p as b } from "./plugin-B1ev5kjp.js";
31
+ import { p as b } from "./plugin-Ch67LOIy.js";
32
32
  import { p as d } from "./plugin-Br-QOjhk.js";
33
33
  import { p as T } from "./plugin-BJyDH94F.js";
34
34
  import { p as C } from "./plugin-CrHDShgh.js";
@@ -56,8 +56,8 @@ import { p as B } from "./plugin-CZ2rAHjJ.js";
56
56
  import { p as z } from "./plugin-BWfDY9pB.js";
57
57
  import { p as E } from "./plugin-C1kAmMfE.js";
58
58
  import { p as O } from "./plugin-wVt0wQNv.js";
59
- import "./Table-DAdBSj3C.js";
60
- import { p as q } from "./plugin-BpdfpzgE.js";
59
+ import "./Table-vjjmPzlZ.js";
60
+ import { p as q } from "./plugin-6KewRQ9w.js";
61
61
  import "./Tag.vue_vue_type_script_setup_true_lang-CkDz2_qz.js";
62
62
  import { p as H } from "./plugin-B5vbbM7n.js";
63
63
  import { p as R } from "./plugin-BOewyU0C.js";
package/dist/plugins.js CHANGED
@@ -10,7 +10,7 @@ import { p as v } from "./plugin-DDXOF4cU.js";
10
10
  import { p as D } from "./plugin-CyDnzy2n.js";
11
11
  import "./Drawer-Cl9_4uHA.js";
12
12
  import { p as L } from "./plugin-CNwzCYlr.js";
13
- import { p as A } from "./plugin-8nvB-f8B.js";
13
+ import { p as A } from "./plugin-DrKx8l8j.js";
14
14
  import { p as E } from "./plugin-BscWXR9h.js";
15
15
  import "./Form.vue_vue_type_script_setup_true_lang-CNGNCak7.js";
16
16
  import { p as j } from "./plugin-BuU0zOfE.js";
@@ -28,7 +28,7 @@ import "./InputCheckbox.vue_vue_type_style_index_0_lang-BOY41cD-.js";
28
28
  import { p as or } from "./plugin-BQqeQUxM.js";
29
29
  import { p as tr } from "./plugin-Bq4nQPd4.js";
30
30
  import { p as er } from "./plugin-D9KHvOM3.js";
31
- import { p as nr } from "./plugin-B1ev5kjp.js";
31
+ import { p as nr } from "./plugin-Ch67LOIy.js";
32
32
  import { p as ur } from "./plugin-Br-QOjhk.js";
33
33
  import { p as Pr } from "./plugin-BJyDH94F.js";
34
34
  import { p as gr } from "./plugin-CrHDShgh.js";
@@ -56,8 +56,8 @@ import { p as Jr } from "./plugin-CZ2rAHjJ.js";
56
56
  import { p as Nr } from "./plugin-BWfDY9pB.js";
57
57
  import { p as Qr } from "./plugin-C1kAmMfE.js";
58
58
  import { p as Vr } from "./plugin-wVt0wQNv.js";
59
- import "./Table-DAdBSj3C.js";
60
- import { p as Xr } from "./plugin-BpdfpzgE.js";
59
+ import "./Table-vjjmPzlZ.js";
60
+ import { p as Xr } from "./plugin-6KewRQ9w.js";
61
61
  import "./Tag.vue_vue_type_script_setup_true_lang-CkDz2_qz.js";
62
62
  import { p as Zr } from "./plugin-B5vbbM7n.js";
63
63
  import { p as $r } from "./plugin-BOewyU0C.js";
package/dist/tamandua.js CHANGED
@@ -1,4 +1,4 @@
1
- import { p as n } from "./plugins-B3Md0lwW.js";
1
+ import { p as n } from "./plugins-CXIwZwnV.js";
2
2
  const o = {
3
3
  install(s) {
4
4
  for (const i in n)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caipira/tamandua",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "private": false,
5
5
  "description": "UI library for the Caipira ecosystem",
6
6
  "license": "GPL-3.0-only",