adverich-kun-ui 0.1.207 → 0.1.208

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,8 +1,8 @@
1
- import { computed as i, createElementBlock as o, openBlock as l, renderSlot as s, createCommentVNode as r, mergeProps as d, toDisplayString as u } from "vue";
1
+ import { computed as i, createElementBlock as o, openBlock as r, renderSlot as s, createCommentVNode as n, mergeProps as d, toDisplayString as u } from "vue";
2
2
  const f = { class: "relative inline-block" }, p = { key: 0 }, m = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3
3
  __name: "KunBadge",
4
4
  props: {
5
- text: { type: String, default: "" },
5
+ text: { type: [String, Number], default: "" },
6
6
  bgColor: { type: String, default: "bg-red-500" },
7
7
  textColor: { type: String, default: "text-white" },
8
8
  textSize: { type: String, default: "text-xs" },
@@ -24,14 +24,14 @@ const f = { class: "relative inline-block" }, p = { key: 0 }, m = /* @__PURE__ *
24
24
  t.fontWeight,
25
25
  t.rounded
26
26
  ].filter(Boolean));
27
- return (n, c) => (l(), o("div", f, [
28
- s(n.$slots, "default"),
29
- e.visible ? (l(), o("div", d({
27
+ return (l, c) => (r(), o("div", f, [
28
+ s(l.$slots, "default"),
29
+ e.visible ? (r(), o("div", d({
30
30
  key: 0,
31
31
  class: a.value
32
- }, n.$attrs), [
33
- e.dot ? r("", !0) : (l(), o("span", p, u(e.text), 1))
34
- ], 16)) : r("", !0)
32
+ }, l.$attrs), [
33
+ e.dot ? n("", !0) : (r(), o("span", p, u(e.text), 1))
34
+ ], 16)) : n("", !0)
35
35
  ]));
36
36
  }
37
37
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.207",
3
+ "version": "0.1.208",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",