adverich-kun-ui 0.1.422 → 0.1.423

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,4 +1,4 @@
1
- import { computed as l, createElementBlock as a, openBlock as i, normalizeClass as c, renderSlot as d } from "vue";
1
+ import { computed as t, createElementBlock as a, openBlock as i, normalizeClass as c, renderSlot as d } from "vue";
2
2
  const u = {
3
3
  __name: "KunDialogContent",
4
4
  props: {
@@ -12,19 +12,22 @@ const u = {
12
12
  height: String,
13
13
  maxHeight: String
14
14
  },
15
- setup(t) {
16
- const e = t, s = l(() => e.fullscreen ? `fixed inset-0 w-screen h-screen rounded-none shadow-none overflow-visible ${e.scrollable ? "overflow-y-auto" : "overflow-visible"}` : `relative rounded-xl shadow-xl transition-all ${e.scrollable ? "overflow-y-auto" : "overflow-visible"}`), n = l(() => [
17
- s.value,
18
- e.contentClass,
19
- e.bgColor,
20
- e.minWidth,
21
- e.width,
22
- e.maxWidth,
23
- e.height,
24
- e.maxHeight
25
- ]);
26
- return (o, r) => (i(), a("div", {
27
- class: c(n.value)
15
+ setup(s) {
16
+ const e = s, n = t(() => e.fullscreen ? `fixed inset-0 w-screen h-screen rounded-none shadow-none overflow-visible ${e.scrollable ? "overflow-y-auto" : "overflow-visible"}` : `relative rounded-xl shadow-xl transition-all ${e.scrollable ? "overflow-y-auto" : "overflow-visible"}`), r = t(() => {
17
+ var o, l;
18
+ return [
19
+ n.value,
20
+ ...((o = e.bgColor) == null ? void 0 : o.split(" ")) || [],
21
+ ...((l = e.contentClass) == null ? void 0 : l.split(" ")) || [],
22
+ e.minWidth,
23
+ e.width,
24
+ e.maxWidth,
25
+ e.height,
26
+ e.maxHeight
27
+ ];
28
+ });
29
+ return (o, l) => (i(), a("div", {
30
+ class: c(r.value)
28
31
  }, [
29
32
  d(o.$slots, "default")
30
33
  ], 2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.422",
3
+ "version": "0.1.423",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",