vlite3 0.1.2 → 0.1.4

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,7 +1,7 @@
1
1
  import o from "./SidePanel.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4142e8a9"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0276644a"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as A, ref as S, watch as y, onUnmounted as E, computed as p, openBlock as o, createElementBlock as i, Fragment as N, createElementVNode as u, normalizeClass as f, withModifiers as P, renderSlot as r, createCommentVNode as s, createBlock as m, Teleport as V, createVNode as v, Transition as b, withCtx as h, toDisplayString as g, resolveDynamicComponent as D, mergeProps as K } from "vue";
1
+ import { defineComponent as S, ref as E, watch as m, onUnmounted as N, computed as y, openBlock as o, createElementBlock as r, Fragment as P, createElementVNode as u, mergeProps as p, withModifiers as V, renderSlot as i, createCommentVNode as s, createBlock as c, Teleport as D, createVNode as v, Transition as b, withCtx as h, normalizeClass as g, toDisplayString as k, resolveDynamicComponent as K } from "vue";
2
2
  import T from "./Button.vue.js";
3
3
  import { useKeyStroke as j } from "../composables/useKeyStroke.js";
4
4
  const F = {
@@ -10,7 +10,8 @@ const F = {
10
10
  }, U = { class: "flex-1 overflow-y-auto px-6 py-4" }, q = {
11
11
  key: 1,
12
12
  class: "flex-none px-6 py-4 border-t border-border bg-muted-light"
13
- }, J = /* @__PURE__ */ A({
13
+ }, J = /* @__PURE__ */ S({
14
+ inheritAttrs: !1,
14
15
  __name: "SidePanel",
15
16
  props: {
16
17
  show: { type: Boolean, default: !1 },
@@ -28,43 +29,43 @@ const F = {
28
29
  bodyProps: {}
29
30
  },
30
31
  emits: ["close", "update:show", "onOpen", "onAfterOpen", "onAfterClose"],
31
- setup(e, { emit: k }) {
32
- const l = e, c = k, n = S(l.show);
33
- y(
32
+ setup(t, { emit: w }) {
33
+ const l = t, f = w, n = E(l.show);
34
+ m(
34
35
  () => l.show,
35
- (t) => {
36
- n.value = t, t && c("onOpen");
36
+ (e) => {
37
+ n.value = e, e && f("onOpen");
37
38
  }
38
39
  );
39
- const w = () => {
40
+ const C = () => {
40
41
  n.value = !0;
41
42
  }, a = () => {
42
- n.value = !1, c("update:show", !1), c("close");
43
- }, C = () => {
43
+ n.value = !1, f("update:show", !1), f("close");
44
+ }, x = () => {
44
45
  l.closeOutside && a();
45
- }, { onKeyStroke: x } = j();
46
- x("Escape", a), y(n, (t) => {
47
- t ? document.body.style.overflow = "hidden" : document.body.style.overflow = "";
48
- }), E(() => {
46
+ }, { onKeyStroke: $ } = j();
47
+ $("Escape", a), m(n, (e) => {
48
+ e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "";
49
+ }), N(() => {
49
50
  document.body.style.overflow = "";
50
51
  });
51
- const $ = {
52
+ const B = {
52
53
  sm: "max-w-sm",
53
54
  md: "max-w-md",
54
55
  lg: "max-w-lg",
55
56
  xl: "max-w-xl",
56
57
  full: "max-w-full"
57
- }, B = p(() => l.position === "left" ? "left-0" : "right-0"), z = p(() => l.position === "left" ? "slide-left" : "slide-right");
58
- return (t, d) => (o(), i(N, null, [
59
- u("span", {
60
- onClick: P(w, ["stop"]),
61
- class: f(`${e.triggerClass}`)
62
- }, [
63
- r(t.$slots, "trigger", {}, () => [
64
- e.body ? r(t.$slots, "default", { key: 0 }, void 0, !0) : s("", !0)
58
+ }, z = y(() => l.position === "left" ? "left-0" : "right-0"), A = y(() => l.position === "left" ? "slide-left" : "slide-right");
59
+ return (e, d) => (o(), r(P, null, [
60
+ u("span", p({
61
+ onClick: V(C, ["stop"]),
62
+ class: `${t.triggerClass}`
63
+ }, e.$attrs), [
64
+ i(e.$slots, "trigger", {}, () => [
65
+ t.body ? i(e.$slots, "default", { key: 0 }, void 0, !0) : s("", !0)
65
66
  ], !0)
66
- ], 2),
67
- (o(), m(V, { to: "body" }, [
67
+ ], 16),
68
+ (o(), c(D, { to: "body" }, [
68
69
  v(b, {
69
70
  "enter-active-class": "transition-opacity duration-300 ease-out",
70
71
  "enter-from-class": "opacity-0",
@@ -74,32 +75,32 @@ const F = {
74
75
  "leave-to-class": "opacity-0"
75
76
  }, {
76
77
  default: h(() => [
77
- n.value ? (o(), i("div", {
78
+ n.value ? (o(), r("div", {
78
79
  key: 0,
79
- class: f(["fixed inset-0 z-50 bg-[#00000033]", [e.overlayClass, { "backdrop-blur-[2px]": e.backdrop }]]),
80
- onClick: C
80
+ class: g(["fixed inset-0 z-50 bg-[#00000033]", [t.overlayClass, { "backdrop-blur-[2px]": t.backdrop }]]),
81
+ onClick: x
81
82
  }, null, 2)) : s("", !0)
82
83
  ]),
83
84
  _: 1
84
85
  }),
85
86
  v(b, {
86
- name: z.value,
87
- onAfterEnter: d[0] || (d[0] = (O) => t.$emit("onAfterOpen")),
88
- onAfterLeave: d[1] || (d[1] = (O) => t.$emit("onAfterClose"))
87
+ name: A.value,
88
+ onAfterEnter: d[0] || (d[0] = (O) => e.$emit("onAfterOpen")),
89
+ onAfterLeave: d[1] || (d[1] = (O) => e.$emit("onAfterClose"))
89
90
  }, {
90
91
  default: h(() => [
91
- n.value ? (o(), i("div", {
92
+ n.value ? (o(), r("div", {
92
93
  key: 0,
93
- class: f(["sidepanel-body fixed inset-y-0 z-50 flex flex-col bg-body shadow-sm border transition-transform duration-300 ease-in-out w-full", [$[e.size], B.value, l.class]])
94
+ class: g(["sidepanel-body fixed inset-y-0 z-50 flex flex-col bg-body shadow-sm border transition-transform duration-300 ease-in-out w-full", [B[t.size], z.value, l.class]])
94
95
  }, [
95
- e.title || t.$slots.header ? (o(), i("div", F, [
96
- r(t.$slots, "header", {}, () => [
96
+ t.title || e.$slots.header ? (o(), r("div", F, [
97
+ i(e.$slots, "header", {}, () => [
97
98
  u("div", null, [
98
- u("h3", L, g(e.title), 1),
99
- e.description ? (o(), i("p", M, g(e.description), 1)) : s("", !0)
99
+ u("h3", L, k(t.title), 1),
100
+ t.description ? (o(), r("p", M, k(t.description), 1)) : s("", !0)
100
101
  ])
101
102
  ], !0),
102
- e.hideCloseButton ? s("", !0) : (o(), m(T, {
103
+ t.hideCloseButton ? s("", !0) : (o(), c(T, {
103
104
  key: 0,
104
105
  rounded: "full",
105
106
  size: "sm",
@@ -110,13 +111,13 @@ const F = {
110
111
  }))
111
112
  ])) : s("", !0),
112
113
  u("div", U, [
113
- e.body ? (o(), m(D(e.body), K({ key: 0 }, e.bodyProps, { close: a }), null, 16)) : r(t.$slots, "default", {
114
+ t.body ? (o(), c(K(t.body), p({ key: 0 }, { ...t.bodyProps, ...e.$attrs }, { close: a }), null, 16)) : i(e.$slots, "default", {
114
115
  key: 1,
115
116
  close: a
116
117
  }, void 0, !0)
117
118
  ]),
118
- t.$slots.footer ? (o(), i("div", q, [
119
- r(t.$slots, "footer", { close: a }, void 0, !0)
119
+ e.$slots.footer ? (o(), r("div", q, [
120
+ i(e.$slots, "footer", { close: a }, void 0, !0)
120
121
  ])) : s("", !0)
121
122
  ], 2)) : s("", !0)
122
123
  ]),
@@ -1,9 +1,9 @@
1
- import { defineComponent as T, ref as k, watch as E, computed as o, openBlock as i, createElementBlock as v, normalizeClass as u, createBlock as I, createCommentVNode as f, toDisplayString as V, createElementVNode as b, normalizeStyle as y, withDirectives as N, vModelText as F } from "vue";
1
+ import { defineComponent as E, ref as k, watch as I, computed as r, openBlock as i, createElementBlock as v, normalizeClass as s, createBlock as N, createCommentVNode as f, toDisplayString as V, createElementVNode as b, normalizeStyle as y, withDirectives as R, vModelText as F } from "vue";
2
2
  import H from "./Icon.vue.js";
3
- const R = {
3
+ const U = {
4
4
  key: 1,
5
5
  class: "text-sm font-medium whitespace-nowrap cursor-pointer"
6
- }, U = ["min", "max", "step", "disabled"], A = /* @__PURE__ */ T({
6
+ }, j = ["min", "max", "step", "disabled"], G = /* @__PURE__ */ E({
7
7
  __name: "Slider",
8
8
  props: {
9
9
  min: { default: 0 },
@@ -20,39 +20,39 @@ const R = {
20
20
  },
21
21
  emits: ["update:modelValue", "change", "iconClick"],
22
22
  setup(t, { emit: C }) {
23
- const l = t, d = C, s = k(!1), h = k(!1), r = k(l.modelValue);
24
- E(
23
+ const l = t, d = C, u = k(!1), g = k(!1), o = k(l.modelValue);
24
+ I(
25
25
  () => l.modelValue,
26
- (a) => {
27
- r.value = a;
26
+ (n) => {
27
+ o.value = n;
28
28
  }
29
29
  );
30
- const g = o(() => l.centerOrigin !== void 0 ? l.centerOrigin : l.min < 0 && l.max > 0), x = o(() => l.max - l.min), p = o(() => (r.value - l.min) / x.value * 100), w = o(() => (0 - l.min) / x.value * 100), c = (a) => `calc(${a}% + (8px - ${a * 0.16}px))`, $ = o(() => {
31
- if (g.value) {
32
- const a = Math.min(p.value, w.value), e = Math.max(p.value, w.value), n = c(a), O = c(e);
30
+ const p = r(() => l.centerOrigin !== void 0 ? l.centerOrigin : l.min < 0 && l.max > 0), x = r(() => l.max - l.min), h = r(() => (o.value - l.min) / x.value * 100), w = r(() => (0 - l.min) / x.value * 100), c = (n) => `calc(${n}% + (8px - ${n * 0.16}px))`, $ = r(() => {
31
+ if (p.value) {
32
+ const n = Math.min(h.value, w.value), e = Math.max(h.value, w.value), a = c(n), T = c(e);
33
33
  return {
34
- left: n,
35
- width: `calc(${O} - ${n})`
34
+ left: a,
35
+ width: `calc(${T} - ${a})`
36
36
  };
37
37
  } else
38
38
  return {
39
39
  left: "0%",
40
- width: c(p.value)
40
+ width: c(h.value)
41
41
  };
42
- }), z = o(() => ({
43
- left: c(p.value)
44
- })), M = () => {
45
- d("update:modelValue", r.value);
46
- }, B = () => {
47
- d("change", r.value), s.value = !1;
48
- }, S = o(() => Math.abs(l.modelValue) > 1e-3), D = () => {
42
+ }), z = r(() => p.value ? o.value < 0 ? "rounded-r-none" : o.value > 0 ? "rounded-l-none" : "" : ""), M = r(() => ({
43
+ left: c(h.value)
44
+ })), B = () => {
45
+ d("update:modelValue", o.value);
46
+ }, S = () => {
47
+ d("change", o.value), u.value = !1;
48
+ }, D = r(() => Math.abs(l.modelValue) > 1e-3), P = () => {
49
49
  if (l.disabled) return;
50
- const a = g.value ? 0 : l.min;
51
- r.value = a, d("update:modelValue", a), d("change", a);
52
- }, P = o(() => {
53
- const a = l.step.toString().split(".")[1]?.length || 0;
54
- return r.value.toFixed(a);
55
- }), m = o(() => ({
50
+ const n = p.value ? 0 : l.min;
51
+ o.value = n, d("update:modelValue", n), d("change", n);
52
+ }, O = r(() => {
53
+ const n = l.step.toString().split(".")[1]?.length || 0;
54
+ return o.value.toFixed(n);
55
+ }), m = r(() => ({
56
56
  xs: {
57
57
  track: "h-0.5",
58
58
  thumb: "w-2.5 h-2.5",
@@ -78,67 +78,75 @@ const R = {
78
78
  tick: "h-4"
79
79
  }
80
80
  })[l.size]);
81
- return (a, e) => (i(), v("div", {
82
- class: u(["slider-wrapper flex items-center gap-3 w-full select-none touch-none", { "opacity-50 pointer-events-none": t.disabled }]),
83
- onMouseenter: e[6] || (e[6] = (n) => h.value = !0),
84
- onMouseleave: e[7] || (e[7] = (n) => h.value = !1)
81
+ return (n, e) => (i(), v("div", {
82
+ class: s(["slider-wrapper flex items-center gap-3 w-full select-none touch-none", { "opacity-50 pointer-events-none": t.disabled }]),
83
+ onMouseenter: e[6] || (e[6] = (a) => g.value = !0),
84
+ onMouseleave: e[7] || (e[7] = (a) => g.value = !1)
85
85
  }, [
86
86
  t.label || t.icon ? (i(), v("div", {
87
87
  key: 0,
88
- class: u(["flex items-center gap-2 min-w-fit cursor-pointer transition-colors", [{ "text-primary": s.value || h.value }, t.labelClass || "text-muted-foreground"]]),
89
- onClick: e[0] || (e[0] = (n) => d("iconClick")),
88
+ class: s(["flex items-center gap-2 min-w-fit cursor-pointer transition-colors", [{ "text-primary": u.value || g.value }, t.labelClass || "text-muted-foreground"]]),
89
+ onClick: e[0] || (e[0] = (a) => d("iconClick")),
90
90
  title: "Double-click to reset"
91
91
  }, [
92
- t.icon ? (i(), I(H, {
92
+ t.icon ? (i(), N(H, {
93
93
  key: 0,
94
94
  icon: t.icon,
95
95
  class: "h-4 w-4"
96
96
  }, null, 8, ["icon"])) : f("", !0),
97
- t.label ? (i(), v("label", R, V(t.label), 1)) : f("", !0)
97
+ t.label ? (i(), v("label", U, V(t.label), 1)) : f("", !0)
98
98
  ], 2)) : f("", !0),
99
99
  b("div", {
100
- class: u(["relative flex-1 flex items-center group", m.value.wrapper])
100
+ class: s(["relative flex-1 flex items-center group", m.value.wrapper])
101
101
  }, [
102
102
  b("div", {
103
- class: u(["absolute w-full bg-secondary rounded-full overflow-hidden", m.value.track])
103
+ class: s(["absolute w-full bg-secondary rounded-full overflow-hidden", m.value.track])
104
104
  }, null, 2),
105
- g.value ? (i(), v("div", {
105
+ p.value ? (i(), v("div", {
106
106
  key: 0,
107
- class: u(["absolute top-1/2 w-0.5 bg-muted-foreground/30 rounded transform -translate-y-1/2 z-0", m.value.tick]),
107
+ class: s(["absolute top-1/2 w-0.5 bg-muted-foreground/30 rounded transform -translate-y-1/2 z-0", m.value.tick]),
108
108
  style: y({ left: c(w.value) })
109
109
  }, null, 6)) : f("", !0),
110
110
  b("div", {
111
- class: u(["absolute bg-primary rounded-full transition-all duration-75 ease-out will-change-transform", [{ "bg-muted-foreground": t.disabled }, m.value.track]]),
111
+ class: s(["absolute bg-primary rounded-full will-change-transform", [
112
+ {
113
+ "bg-muted-foreground": t.disabled,
114
+ "transition-all duration-75 ease-out": !u.value,
115
+ "duration-0": u.value
116
+ },
117
+ m.value.track,
118
+ z.value
119
+ ]]),
112
120
  style: y($.value)
113
121
  }, null, 6),
114
122
  b("div", {
115
- class: u(["absolute top-1/2 bg-background border border-border shadow-sm rounded-full transform -translate-y-1/2 -translate-x-1/2 pointer-events-none transition-transform duration-100 ease-out z-10", [
123
+ class: s(["absolute top-1/2 bg-background border border-border shadow-sm rounded-full transform -translate-y-1/2 -translate-x-1/2 pointer-events-none transition-transform duration-100 ease-out z-10", [
116
124
  {
117
- "border-primary shadow-md scale-110": s.value,
118
- "border-primary": S.value
125
+ "border-primary shadow-md scale-110": u.value,
126
+ "border-primary": D.value
119
127
  },
120
128
  m.value.thumb
121
129
  ]]),
122
- style: y(z.value)
130
+ style: y(M.value)
123
131
  }, null, 6),
124
- N(b("input", {
132
+ R(b("input", {
125
133
  type: "range",
126
- "onUpdate:modelValue": e[1] || (e[1] = (n) => r.value = n),
134
+ "onUpdate:modelValue": e[1] || (e[1] = (a) => o.value = a),
127
135
  min: t.min,
128
136
  max: t.max,
129
137
  step: t.step,
130
138
  disabled: t.disabled,
131
- onInput: M,
132
- onChange: B,
133
- onMousedown: e[2] || (e[2] = (n) => s.value = !0),
134
- onTouchstart: e[3] || (e[3] = (n) => s.value = !0),
135
- onMouseup: e[4] || (e[4] = (n) => s.value = !1),
136
- onTouchend: e[5] || (e[5] = (n) => s.value = !1),
139
+ onInput: B,
140
+ onChange: S,
141
+ onMousedown: e[2] || (e[2] = (a) => u.value = !0),
142
+ onTouchstart: e[3] || (e[3] = (a) => u.value = !0),
143
+ onMouseup: e[4] || (e[4] = (a) => u.value = !1),
144
+ onTouchend: e[5] || (e[5] = (a) => u.value = !1),
137
145
  class: "slider-input absolute inset-0 w-full h-full opacity-0 cursor-pointer z-20 m-0 p-0"
138
- }, null, 40, U), [
146
+ }, null, 40, j), [
139
147
  [
140
148
  F,
141
- r.value,
149
+ o.value,
142
150
  void 0,
143
151
  { number: !0 }
144
152
  ]
@@ -146,12 +154,12 @@ const R = {
146
154
  ], 2),
147
155
  t.showValue ? (i(), v("span", {
148
156
  key: 1,
149
- onDblclick: D,
157
+ onDblclick: P,
150
158
  class: "font-mono tabular-nums text-muted-foreground text-right min-w-6 text-sm"
151
- }, V(P.value), 33)) : f("", !0)
159
+ }, V(O.value), 33)) : f("", !0)
152
160
  ], 34));
153
161
  }
154
162
  });
155
163
  export {
156
- A as default
164
+ G as default
157
165
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A Vue 3 UI component library built with Tailwind CSS.",
5
5
  "license": "MIT",
6
- "version": "0.1.2",
6
+ "version": "0.1.4",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
package/style.css CHANGED
@@ -29,12 +29,15 @@
29
29
  --color-destructive-foreground: #fafafa;
30
30
 
31
31
  /* Legacy Primary Variants */
32
- --color-primary-light: #f4f4f5;
33
- --color-primary-dark: #3f3f46;
32
+
33
+ --color-primary-dark: #000;
34
34
  --color-primary: #18181b;
35
35
  --color-primary-foreground: #fafafa;
36
36
  --color-primary-fg: #fafafa;
37
- --color-primary-foreground-light: #18181b;
37
+ --color-primary-fg-light: var(--color-primary-dark);
38
+ --color-primary-light: color-mix(in oklab,
39
+ var(--color-primary-fg, #ffffff) 93%,
40
+ var(--color-primary, #000000));
38
41
 
39
42
  /* Danger */
40
43
  --color-danger-light: #fff2f2;
@@ -218,7 +221,7 @@
218
221
  var(--color-mixture-1, #ffffff) 74%,
219
222
  var(--color-mixture-2, #000000));
220
223
 
221
- --color-secondary: color-mix(in oklab, var(--color-mixture-1) 91.5%, var(--color-mixture-2));
224
+ --color-secondary: color-mix(in oklab, var(--color-mixture-1) 88%, var(--color-mixture-2));
222
225
 
223
226
  --color-destructive: #7f1d1d;
224
227
  --color-destructive-foreground: #fafafa;
@@ -236,7 +239,7 @@
236
239
  --color-primary-dark: #d4d4d8;
237
240
  --color-primary-foreground: #18181b;
238
241
  --color-primary-fg: #18181b;
239
- --color-primary-foreground-light: #f4f4f5;
242
+ --color-primary-fg-light: #f4f4f5;
240
243
 
241
244
  --shadow-sm: none !important;
242
245
  --shadow-DEFAULT: none !important;
@@ -283,8 +286,8 @@
283
286
  }
284
287
 
285
288
  .dark .tooltip-container {
286
- --color-background: #171717 !important;
287
- --color-mixture-1: #1c1c1c !important;
289
+ --color-background: #181818 !important;
290
+ --color-mixture-1: #1f2020 !important;
288
291
  --color-mixture-2: #ffffff !important;
289
292
  }
290
293
 
@@ -586,5 +589,5 @@ textarea::-webkit-scrollbar-thumb {
586
589
  }
587
590
 
588
591
  /* --- Vite Generated CSS --- */
589
- .accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.attached-group[data-v-8c9add3e]:not(.vertical-group) button{border-radius:0}.attached-group[data-v-8c9add3e] button{position:relative;--radius: .375rem}.attached-group[data-v-8c9add3e] button:focus-visible,.attached-group[data-v-8c9add3e] button:hover{z-index:10}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-top-right-radius:0;border-bottom-right-radius:0}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-bottom-left-radius:0}.vertical-group[data-v-8c9add3e] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-8c9add3e] button:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-8c9add3e] button:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-top-right-radius:0}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;width:auto}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{width:100%}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(.border):before{height:100%}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.IroBox{border-radius:8px!important}table[data-v-45a246be]{table-layout:fixed}table col[data-v-45a246be]:first-child{width:48px!important}table th[data-v-45a246be]:first-child,table td[data-v-45a246be]:first-child{width:48px!important;max-width:48px!important;min-width:48px!important}.form-field-item[data-v-5c98aa0e]{display:flex;flex-direction:column}.form-field-item[data-v-5c98aa0e]:has([role=switch]),.form-field-item[data-v-5c98aa0e]:has([role=checkbox]){flex-direction:row;align-items:center}.form-container[data-v-25a5775d]{width:100%}.custom-fields-table[data-v-79b7dd60] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-79b7dd60] input,.custom-fields-table[data-v-79b7dd60] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-79b7dd60] input,.custom-fields-table[data-v-79b7dd60] textarea,.custom-fields-table[data-v-79b7dd60] select,.custom-fields-table[data-v-79b7dd60] .input-wrapper,.custom-fields-table[data-v-79b7dd60] .tooltip-trigger button{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:100%!important;min-height:40px}.custom-fields-table[data-v-79b7dd60] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-79b7dd60] input:focus,.custom-fields-table[data-v-79b7dd60] textarea:focus,.custom-fields-table[data-v-79b7dd60] select:focus,.custom-fields-table[data-v-79b7dd60] .input-wrapper:focus-within{background-color:hsla(var(--primary) / .03)!important;box-shadow:inset 0 0 0 2px hsla(var(--primary) / .1)!important}.custom-fields-table[data-v-79b7dd60] .w-full{width:100%;height:100%}.list-move[data-v-79b7dd60],.list-enter-active[data-v-79b7dd60],.list-leave-active[data-v-79b7dd60]{transition:all .3s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-79b7dd60],.list-leave-to[data-v-79b7dd60]{opacity:0;transform:translateY(-10px)}.list-leave-active[data-v-79b7dd60]{position:absolute;width:100%;z-index:0}.heatmap-container[data-v-00476f00]{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper[data-v-00476f00]{width:100%;height:100%;overflow:auto;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;position:relative}.heatmap-grid[data-v-00476f00]{width:fit-content;height:fit-content;transition:all .2s ease-in-out}.heatmap-cell[data-v-00476f00]{aspect-ratio:1 / 1;border-radius:2px;transition:all .15s ease-in-out;border:1px solid transparent;box-sizing:border-box}.heatmap-cell-interactive[data-v-00476f00]{cursor:pointer}.heatmap-cell-interactive[data-v-00476f00]:hover{transform:scale(1.1);border-color:var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10;position:relative}.heatmap-cell-empty[data-v-00476f00]{opacity:.6}.heatmap-cell-hovered[data-v-00476f00]{outline:2px solid var(--primary);outline-offset:1px}.heatmap-cell-label[data-v-00476f00]{font-size:8px;font-weight:500;color:var(--foreground);opacity:.8;display:flex;align-items:center;justify-content:center;height:100%;width:100%;pointer-events:none}.heatmap-legend[data-v-00476f00]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.heatmap-legend-label[data-v-00476f00]{font-weight:500}.heatmap-legend-colors[data-v-00476f00]{display:flex;gap:.125rem}.heatmap-legend-item[data-v-00476f00]{width:.75rem;height:.75rem;border-radius:.375rem;border:1px solid var(--border)}@media(max-width:640px){.heatmap-wrapper[data-v-00476f00]{padding:12px}.heatmap-cell[data-v-00476f00]{border-radius:2px}.heatmap-cell-label[data-v-00476f00]{font-size:7px}}@media(min-width:641px)and (max-width:1023px){.heatmap-wrapper[data-v-00476f00]{padding:14px}.heatmap-cell[data-v-00476f00]{border-radius:2px}}@media(min-width:1024px){.heatmap-wrapper[data-v-00476f00]{padding:16px}.heatmap-cell[data-v-00476f00]{border-radius:3px}}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.slide-right-enter-active[data-v-4142e8a9],.slide-right-leave-active[data-v-4142e8a9],.slide-left-enter-active[data-v-4142e8a9],.slide-left-leave-active[data-v-4142e8a9]{transition:transform .3s ease-in-out}.slide-right-enter-from[data-v-4142e8a9],.slide-right-leave-to[data-v-4142e8a9]{transform:translate(100%)}.slide-left-enter-from[data-v-4142e8a9],.slide-left-leave-to[data-v-4142e8a9]{transform:translate(-100%)}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.first-toast-enter-active[data-v-7a1ec14c]{animation:first-toast-in-7a1ec14c .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-7a1ec14c]{transition:all .25s ease-in}.first-toast-leave-to[data-v-7a1ec14c]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-7a1ec14c{0%{opacity:var(--entrance-opacity, .6);transform:translateY(var(--entrance-offset, 25px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stack-toast-enter-active[data-v-7a1ec14c],.stack-toast-leave-active[data-v-7a1ec14c]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-7a1ec14c]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-7a1ec14c]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-7a1ec14c]{transition:transform .4s cubic-bezier(.16,1,.3,1)}
592
+ .accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.attached-group[data-v-8c9add3e]:not(.vertical-group) button{border-radius:0}.attached-group[data-v-8c9add3e] button{position:relative;--radius: .375rem}.attached-group[data-v-8c9add3e] button:focus-visible,.attached-group[data-v-8c9add3e] button:hover{z-index:10}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-top-right-radius:0;border-bottom-right-radius:0}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-bottom-left-radius:0}.vertical-group[data-v-8c9add3e] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-8c9add3e] button:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-8c9add3e] button:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-top-right-radius:0}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;width:auto}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{width:100%}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(.border):before{height:100%}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.IroBox{border-radius:8px!important}table th[data-v-32de2313]:first-child,table td[data-v-32de2313]:first-child{width:48px!important;max-width:48px!important;min-width:48px!important}.form-field-item[data-v-5c98aa0e]{display:flex;flex-direction:column}.form-field-item[data-v-5c98aa0e]:has([role=switch]),.form-field-item[data-v-5c98aa0e]:has([role=checkbox]){flex-direction:row;align-items:center}.form-container[data-v-9ccf0187]{width:100%}.custom-fields-table[data-v-79b7dd60] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-79b7dd60] input,.custom-fields-table[data-v-79b7dd60] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-79b7dd60] input,.custom-fields-table[data-v-79b7dd60] textarea,.custom-fields-table[data-v-79b7dd60] select,.custom-fields-table[data-v-79b7dd60] .input-wrapper,.custom-fields-table[data-v-79b7dd60] .tooltip-trigger button{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:100%!important;min-height:40px}.custom-fields-table[data-v-79b7dd60] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-79b7dd60] input:focus,.custom-fields-table[data-v-79b7dd60] textarea:focus,.custom-fields-table[data-v-79b7dd60] select:focus,.custom-fields-table[data-v-79b7dd60] .input-wrapper:focus-within{background-color:hsla(var(--primary) / .03)!important;box-shadow:inset 0 0 0 2px hsla(var(--primary) / .1)!important}.custom-fields-table[data-v-79b7dd60] .w-full{width:100%;height:100%}.list-move[data-v-79b7dd60],.list-enter-active[data-v-79b7dd60],.list-leave-active[data-v-79b7dd60]{transition:all .3s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-79b7dd60],.list-leave-to[data-v-79b7dd60]{opacity:0;transform:translateY(-10px)}.list-leave-active[data-v-79b7dd60]{position:absolute;width:100%;z-index:0}.heatmap-container[data-v-00476f00]{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper[data-v-00476f00]{width:100%;height:100%;overflow:auto;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;position:relative}.heatmap-grid[data-v-00476f00]{width:fit-content;height:fit-content;transition:all .2s ease-in-out}.heatmap-cell[data-v-00476f00]{aspect-ratio:1 / 1;border-radius:2px;transition:all .15s ease-in-out;border:1px solid transparent;box-sizing:border-box}.heatmap-cell-interactive[data-v-00476f00]{cursor:pointer}.heatmap-cell-interactive[data-v-00476f00]:hover{transform:scale(1.1);border-color:var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10;position:relative}.heatmap-cell-empty[data-v-00476f00]{opacity:.6}.heatmap-cell-hovered[data-v-00476f00]{outline:2px solid var(--primary);outline-offset:1px}.heatmap-cell-label[data-v-00476f00]{font-size:8px;font-weight:500;color:var(--foreground);opacity:.8;display:flex;align-items:center;justify-content:center;height:100%;width:100%;pointer-events:none}.heatmap-legend[data-v-00476f00]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.heatmap-legend-label[data-v-00476f00]{font-weight:500}.heatmap-legend-colors[data-v-00476f00]{display:flex;gap:.125rem}.heatmap-legend-item[data-v-00476f00]{width:.75rem;height:.75rem;border-radius:.375rem;border:1px solid var(--border)}@media(max-width:640px){.heatmap-wrapper[data-v-00476f00]{padding:12px}.heatmap-cell[data-v-00476f00]{border-radius:2px}.heatmap-cell-label[data-v-00476f00]{font-size:7px}}@media(min-width:641px)and (max-width:1023px){.heatmap-wrapper[data-v-00476f00]{padding:14px}.heatmap-cell[data-v-00476f00]{border-radius:2px}}@media(min-width:1024px){.heatmap-wrapper[data-v-00476f00]{padding:16px}.heatmap-cell[data-v-00476f00]{border-radius:3px}}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.slide-right-enter-active[data-v-0276644a],.slide-right-leave-active[data-v-0276644a],.slide-left-enter-active[data-v-0276644a],.slide-left-leave-active[data-v-0276644a]{transition:transform .3s ease-in-out}.slide-right-enter-from[data-v-0276644a],.slide-right-leave-to[data-v-0276644a]{transform:translate(100%)}.slide-left-enter-from[data-v-0276644a],.slide-left-leave-to[data-v-0276644a]{transform:translate(-100%)}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.first-toast-enter-active[data-v-7a1ec14c]{animation:first-toast-in-7a1ec14c .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-7a1ec14c]{transition:all .25s ease-in}.first-toast-leave-to[data-v-7a1ec14c]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-7a1ec14c{0%{opacity:var(--entrance-opacity, .6);transform:translateY(var(--entrance-offset, 25px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stack-toast-enter-active[data-v-7a1ec14c],.stack-toast-leave-active[data-v-7a1ec14c]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-7a1ec14c]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-7a1ec14c]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-7a1ec14c]{transition:transform .4s cubic-bezier(.16,1,.3,1)}
590
593
 
@@ -24,4 +24,5 @@ export interface NavbarProps {
24
24
  compact?: boolean;
25
25
  logo?: string;
26
26
  logoAlt?: string;
27
+ mobileBreakpoint?: 'sm' | 'md' | 'lg' | 'xl';
27
28
  }