vlite3 0.6.7 → 0.6.8

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,20 +1,20 @@
1
- import { defineComponent as A, ref as G, computed as $, openBlock as n, createElementBlock as c, normalizeClass as d, createVNode as U, createCommentVNode as h, createElementVNode as a, Fragment as y, renderList as v, toDisplayString as x, createBlock as f, withCtx as D } from "vue";
2
- import L from "../CheckBox.vue.js";
3
- import M from "../Switch.vue.js";
4
- import w from "../Icon.vue.js";
5
- import F from "../Input.vue.js";
1
+ import { defineComponent as D, ref as S, computed as _, openBlock as n, createElementBlock as c, normalizeClass as r, createVNode as B, createCommentVNode as h, createElementVNode as a, Fragment as y, renderList as v, toDisplayString as x, createBlock as f, withCtx as F } from "vue";
2
+ import G from "../CheckBox.vue.js";
3
+ import L from "../Switch.vue.js";
4
+ import z from "../Icon.vue.js";
5
+ import Q from "../Input.vue.js";
6
6
  /* empty css */
7
- import Q from "../Tooltip.vue.js";
8
- const R = {
7
+ import R from "../Tooltip.vue.js";
8
+ const T = {
9
9
  key: 0,
10
10
  class: "mb-4"
11
- }, T = {
11
+ }, U = {
12
12
  key: 1,
13
13
  class: "text-center py-12 text-muted-foreground"
14
14
  }, I = {
15
15
  key: 2,
16
16
  class: "permission-matrix-wrapper border rounded-lg overflow-auto"
17
- }, J = { class: "w-full border-collapse" }, O = { class: "bg-muted" }, W = { class: "flex flex-col items-center gap-0.5" }, X = { class: "bg-secondary/60" }, Y = ["onClick"], Z = { class: "flex items-center gap-2" }, K = ["onClick"], ee = { class: "flex items-center justify-center" }, te = { class: "flex items-center gap-2 pl-6" }, le = { class: "flex items-center justify-center" }, ce = /* @__PURE__ */ A({
17
+ }, J = { class: "w-full border-collapse" }, O = { class: "bg-muted" }, W = { class: "flex flex-col items-center gap-0.5" }, X = { class: "bg-secondary/60" }, Y = ["onClick"], Z = { class: "flex items-center gap-2" }, K = ["onClick"], ee = { class: "flex items-center justify-center pointer-events-none" }, te = { class: "flex items-center gap-2 pl-6" }, se = ["onClick"], le = { class: "flex items-center justify-center pointer-events-none" }, ue = /* @__PURE__ */ D({
18
18
  __name: "PermissionMatrix",
19
19
  props: {
20
20
  roles: {},
@@ -29,183 +29,169 @@ const R = {
29
29
  class: { default: "" }
30
30
  },
31
31
  emits: ["update:modelValue"],
32
- setup(r, { emit: N }) {
33
- const o = r, B = N, p = G(""), g = G(/* @__PURE__ */ new Set());
34
- function j(l) {
32
+ setup(i, { emit: M }) {
33
+ const o = i, P = M, g = S(""), p = S(/* @__PURE__ */ new Set());
34
+ function N(s) {
35
35
  if (!o.collapsible) return;
36
- const s = new Set(g.value);
37
- s.has(l) ? s.delete(l) : s.add(l), g.value = s;
36
+ const l = new Set(p.value);
37
+ l.has(s) ? l.delete(s) : l.add(s), p.value = l;
38
38
  }
39
- const P = $(() => {
40
- if (!p.value.trim()) return o.groups;
41
- const l = p.value.toLowerCase();
42
- return o.groups.map((s) => {
43
- const t = s.permissions.filter(
44
- (e) => e.label.toLowerCase().includes(l) || e.key.toLowerCase().includes(l) || s.label.toLowerCase().includes(l)
39
+ const $ = _(() => {
40
+ if (!g.value.trim()) return o.groups;
41
+ const s = g.value.toLowerCase();
42
+ return o.groups.map((l) => {
43
+ const e = l.permissions.filter(
44
+ (t) => t.label.toLowerCase().includes(s) || t.key.toLowerCase().includes(s) || l.label.toLowerCase().includes(s)
45
45
  );
46
- return t.length === 0 ? null : { ...s, permissions: t };
46
+ return e.length === 0 ? null : { ...l, permissions: e };
47
47
  }).filter(Boolean);
48
48
  });
49
- function z(l, s) {
50
- return o.modelValue[l]?.includes(s) ?? !1;
49
+ function C(s, l) {
50
+ return o.modelValue[s]?.includes(l) ?? !1;
51
51
  }
52
- function S(l, s) {
53
- if (o.readonly || o.roles.find((u) => u.key === l)?.locked) return;
54
- const e = o.modelValue[l] || [], i = e.includes(s) ? e.filter((u) => u !== s) : [...e, s];
55
- B("update:modelValue", {
56
- ...o.modelValue,
57
- [l]: i
58
- });
52
+ function j(s, l) {
53
+ if (o.readonly || o.roles.find((u) => u.key === s)?.locked) return;
54
+ const t = o.modelValue[s] || [], d = t.includes(l) ? t.filter((u) => u !== l) : [...t, l];
55
+ P("update:modelValue", { ...o.modelValue, [s]: d });
59
56
  }
60
- function V(l, s) {
61
- const t = s.permissions, e = t.filter((i) => z(l, i.key));
62
- return e.length === 0 ? "none" : e.length === t.length ? "all" : "indeterminate";
57
+ function w(s, l) {
58
+ const e = l.permissions.filter((t) => C(s, t.key));
59
+ return e.length === 0 ? "none" : e.length === l.permissions.length ? "all" : "indeterminate";
63
60
  }
64
- function C(l, s) {
65
- if (o.readonly || o.roles.find((m) => m.key === l)?.locked) return;
66
- const e = V(l, s), i = s.permissions.map((m) => m.key), u = o.modelValue[l] || [];
67
- let _;
68
- if (e === "all")
69
- _ = u.filter((m) => !i.includes(m));
61
+ function E(s, l) {
62
+ if (o.readonly || o.roles.find((m) => m.key === s)?.locked) return;
63
+ const t = w(s, l), d = l.permissions.map((m) => m.key), u = o.modelValue[s] || [];
64
+ let V;
65
+ if (t === "all")
66
+ V = u.filter((m) => !d.includes(m));
70
67
  else {
71
- const m = i.filter((q) => !u.includes(q));
72
- _ = [...u, ...m];
68
+ const m = d.filter((A) => !u.includes(A));
69
+ V = [...u, ...m];
73
70
  }
74
- B("update:modelValue", {
75
- ...o.modelValue,
76
- [l]: _
77
- });
71
+ P("update:modelValue", { ...o.modelValue, [s]: V });
78
72
  }
79
- const k = $(() => o.size === "sm" ? "px-2 py-1" : "px-3 py-2"), b = $(() => o.size === "sm" ? "text-xs" : "text-sm");
80
- function E(l) {
81
- return o.modelValue[l]?.length || 0;
73
+ const k = _(() => o.size === "sm" ? "px-2 py-1" : "px-3 py-2"), b = _(() => o.size === "sm" ? "text-xs" : "text-sm");
74
+ function H(s) {
75
+ return o.modelValue[s]?.length || 0;
82
76
  }
83
- function H() {
84
- return o.groups.reduce((l, s) => l + s.permissions.length, 0);
77
+ function q() {
78
+ return o.groups.reduce((s, l) => s + l.permissions.length, 0);
85
79
  }
86
- return (l, s) => (n(), c("div", {
87
- class: d(["permission-matrix", o.class])
80
+ return (s, l) => (n(), c("div", {
81
+ class: r(["permission-matrix", o.class])
88
82
  }, [
89
- r.searchable ? (n(), c("div", R, [
90
- U(F, {
91
- modelValue: p.value,
92
- "onUpdate:modelValue": s[0] || (s[0] = (t) => p.value = t),
83
+ i.searchable ? (n(), c("div", T, [
84
+ B(Q, {
85
+ modelValue: g.value,
86
+ "onUpdate:modelValue": l[0] || (l[0] = (e) => g.value = e),
93
87
  placeholder: "Search permissions...",
94
88
  icon: "lucide:search",
95
- size: r.size,
89
+ size: i.size,
96
90
  "show-clear-button": ""
97
91
  }, null, 8, ["modelValue", "size"])
98
92
  ])) : h("", !0),
99
- P.value.length === 0 ? (n(), c("div", T, [
100
- U(w, {
93
+ $.value.length === 0 ? (n(), c("div", U, [
94
+ B(z, {
101
95
  icon: "lucide:search-x",
102
96
  class: "w-8 h-8 mx-auto mb-3 opacity-50"
103
97
  }),
104
98
  a("p", {
105
- class: d(b.value)
99
+ class: r(b.value)
106
100
  }, "No permissions match your search.", 2)
107
101
  ])) : (n(), c("div", I, [
108
102
  a("table", J, [
109
103
  a("thead", {
110
- class: d(r.stickyHeader ? "sticky top-0 z-10" : "")
104
+ class: r(i.stickyHeader ? "sticky top-0 z-10" : "")
111
105
  }, [
112
106
  a("tr", O, [
113
107
  a("th", {
114
- class: d([
108
+ class: r([
115
109
  k.value,
116
110
  b.value,
117
111
  "text-left font-semibold text-foreground min-w-[220px] sm:min-w-[260px] bg-muted border-b"
118
112
  ])
119
113
  }, " Permission ", 2),
120
- (n(!0), c(y, null, v(r.roles, (t) => (n(), c("th", {
121
- key: t.key,
122
- class: d([k.value, "text-center border-b border-l bg-muted min-w-[100px]"])
114
+ (n(!0), c(y, null, v(i.roles, (e) => (n(), c("th", {
115
+ key: e.key,
116
+ class: r([k.value, "text-center border-b border-l bg-muted min-w-[100px]"])
123
117
  }, [
124
118
  a("div", W, [
125
119
  a("span", {
126
- class: d([b.value, "font-semibold text-foreground whitespace-nowrap"])
127
- }, x(t.label), 3),
120
+ class: r([b.value, "font-semibold text-foreground whitespace-nowrap"])
121
+ }, x(e.label), 3),
128
122
  a("span", {
129
- class: d([
130
- o.size === "sm" ? "text-[10px]" : "text-xs",
131
- "text-muted-foreground"
132
- ])
133
- }, x(E(t.key)) + "/" + x(H()), 3)
123
+ class: r([o.size === "sm" ? "text-[10px]" : "text-xs", "text-muted-foreground"])
124
+ }, x(H(e.key)) + "/" + x(q()), 3)
134
125
  ])
135
126
  ], 2))), 128))
136
127
  ])
137
128
  ], 2),
138
129
  a("tbody", null, [
139
- (n(!0), c(y, null, v(P.value, (t) => (n(), c(y, {
140
- key: t.key
130
+ (n(!0), c(y, null, v($.value, (e) => (n(), c(y, {
131
+ key: e.key
141
132
  }, [
142
133
  a("tr", X, [
143
134
  a("td", {
144
- class: d([k.value, "border-b cursor-pointer select-none"]),
145
- onClick: (e) => j(t.key)
135
+ class: r([k.value, "border-b cursor-pointer select-none"]),
136
+ onClick: (t) => N(e.key)
146
137
  }, [
147
138
  a("div", Z, [
148
- r.collapsible ? (n(), f(w, {
139
+ i.collapsible ? (n(), f(z, {
149
140
  key: 0,
150
141
  icon: "lucide:chevron-right",
151
- class: d(["w-3.5 h-3.5 transition-transform duration-200 text-muted-foreground", { "rotate-90": !g.value.has(t.key) }])
142
+ class: r(["w-3.5 h-3.5 transition-transform duration-200 text-muted-foreground", { "rotate-90": !p.value.has(e.key) }])
152
143
  }, null, 8, ["class"])) : h("", !0),
153
- t.icon ? (n(), f(w, {
144
+ e.icon ? (n(), f(z, {
154
145
  key: 1,
155
- icon: t.icon,
146
+ icon: e.icon,
156
147
  class: "w-3.5 h-3.5 text-muted-foreground"
157
148
  }, null, 8, ["icon"])) : h("", !0),
158
149
  a("span", {
159
- class: d([b.value, "font-semibold text-foreground"])
160
- }, x(t.label), 3),
150
+ class: r([b.value, "font-semibold text-foreground"])
151
+ }, x(e.label), 3),
161
152
  a("span", {
162
- class: d([
163
- o.size === "sm" ? "text-[10px]" : "text-xs",
164
- "text-muted-foreground ml-1"
165
- ])
166
- }, " (" + x(t.permissions.length) + ") ", 3)
153
+ class: r([o.size === "sm" ? "text-[10px]" : "text-xs", "text-muted-foreground ml-1"])
154
+ }, " (" + x(e.permissions.length) + ") ", 3)
167
155
  ])
168
156
  ], 10, Y),
169
- (n(!0), c(y, null, v(r.roles, (e) => (n(), c("td", {
170
- key: e.key,
171
- class: d([k.value, "text-center border-b border-l"]),
172
- onClick: (i) => C(e.key, t)
157
+ (n(!0), c(y, null, v(i.roles, (t) => (n(), c("td", {
158
+ key: t.key,
159
+ class: r([k.value, "text-center border-b border-l cursor-pointer"]),
160
+ onClick: (d) => E(t.key, e)
173
161
  }, [
174
162
  a("div", ee, [
175
- r.toggleMode === "checkbox" ? (n(), f(L, {
163
+ i.toggleMode === "checkbox" ? (n(), f(G, {
176
164
  key: 0,
177
- "model-value": V(e.key, t) === "all",
178
- indeterminate: V(e.key, t) === "indeterminate",
179
- disabled: r.readonly || e.locked,
180
- size: r.size === "sm" ? "xs" : "sm",
181
- "onUpdate:modelValue": (i) => C(e.key, t)
182
- }, null, 8, ["model-value", "indeterminate", "disabled", "size", "onUpdate:modelValue"])) : (n(), f(M, {
165
+ "model-value": w(t.key, e) === "all",
166
+ indeterminate: w(t.key, e) === "indeterminate",
167
+ disabled: i.readonly || t.locked,
168
+ size: i.size === "sm" ? "xs" : "sm"
169
+ }, null, 8, ["model-value", "indeterminate", "disabled", "size"])) : (n(), f(L, {
183
170
  key: 1,
184
- "model-value": V(e.key, t) === "all",
185
- disabled: r.readonly || e.locked,
186
- "onUpdate:modelValue": (i) => C(e.key, t)
187
- }, null, 8, ["model-value", "disabled", "onUpdate:modelValue"]))
171
+ "model-value": w(t.key, e) === "all",
172
+ disabled: i.readonly || t.locked
173
+ }, null, 8, ["model-value", "disabled"]))
188
174
  ])
189
175
  ], 10, K))), 128))
190
176
  ]),
191
- g.value.has(t.key) ? h("", !0) : (n(!0), c(y, { key: 0 }, v(t.permissions, (e) => (n(), c("tr", {
192
- key: e.key,
177
+ p.value.has(e.key) ? h("", !0) : (n(!0), c(y, { key: 0 }, v(e.permissions, (t) => (n(), c("tr", {
178
+ key: t.key,
193
179
  class: "hover:bg-accent/40 transition-colors duration-100"
194
180
  }, [
195
181
  a("td", {
196
- class: d([k.value, "border-b"])
182
+ class: r([k.value, "border-b"])
197
183
  }, [
198
184
  a("div", te, [
199
185
  a("span", {
200
- class: d([b.value, "text-foreground"])
201
- }, x(e.label), 3),
202
- e.description ? (n(), f(Q, {
186
+ class: r([b.value, "text-foreground"])
187
+ }, x(t.label), 3),
188
+ t.description ? (n(), f(R, {
203
189
  key: 0,
204
- content: e.description,
190
+ content: t.description,
205
191
  placement: "top"
206
192
  }, {
207
- default: D(() => [
208
- U(w, {
193
+ default: F(() => [
194
+ B(z, {
209
195
  icon: "lucide:info",
210
196
  class: "w-3 h-3 text-muted-foreground cursor-auto shrink-0"
211
197
  })
@@ -214,25 +200,28 @@ const R = {
214
200
  }, 8, ["content"])) : h("", !0)
215
201
  ])
216
202
  ], 2),
217
- (n(!0), c(y, null, v(r.roles, (i) => (n(), c("td", {
218
- key: i.key,
219
- class: d([k.value, "text-center border-b border-l"])
203
+ (n(!0), c(y, null, v(i.roles, (d) => (n(), c("td", {
204
+ key: d.key,
205
+ class: r([
206
+ k.value,
207
+ "text-center border-b border-l",
208
+ !i.readonly && !d.locked ? "cursor-pointer" : ""
209
+ ]),
210
+ onClick: (u) => j(d.key, t.key)
220
211
  }, [
221
212
  a("div", le, [
222
- r.toggleMode === "checkbox" ? (n(), f(L, {
213
+ i.toggleMode === "checkbox" ? (n(), f(G, {
223
214
  key: 0,
224
- "model-value": z(i.key, e.key),
225
- disabled: r.readonly || i.locked,
226
- size: r.size === "sm" ? "xs" : "sm",
227
- "onUpdate:modelValue": (u) => S(i.key, e.key)
228
- }, null, 8, ["model-value", "disabled", "size", "onUpdate:modelValue"])) : (n(), f(M, {
215
+ "model-value": C(d.key, t.key),
216
+ disabled: i.readonly || d.locked,
217
+ size: i.size === "sm" ? "xs" : "sm"
218
+ }, null, 8, ["model-value", "disabled", "size"])) : (n(), f(L, {
229
219
  key: 1,
230
- "model-value": z(i.key, e.key),
231
- disabled: r.readonly || i.locked,
232
- "onUpdate:modelValue": (u) => S(i.key, e.key)
233
- }, null, 8, ["model-value", "disabled", "onUpdate:modelValue"]))
220
+ "model-value": C(d.key, t.key),
221
+ disabled: i.readonly || d.locked
222
+ }, null, 8, ["model-value", "disabled"]))
234
223
  ])
235
- ], 2))), 128))
224
+ ], 10, se))), 128))
236
225
  ]))), 128))
237
226
  ], 64))), 128))
238
227
  ])
@@ -242,5 +231,5 @@ const R = {
242
231
  }
243
232
  });
244
233
  export {
245
- ce as default
234
+ ue as default
246
235
  };
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.6.7",
6
+ "version": "0.6.8",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
package/style.css CHANGED
@@ -894,5 +894,5 @@ textarea::-webkit-scrollbar-thumb {
894
894
  }
895
895
 
896
896
  /* --- Vite Generated CSS --- */
897
- input[data-v-e7171c4f]::-webkit-outer-spin-button,input[data-v-e7171c4f]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-e7171c4f]{-moz-appearance:textfield;appearance:textfield}@keyframes onAutoFillStart{0%{opacity:1}to{opacity:1}}@keyframes onAutoFillCancel{0%{opacity:1}to{opacity:1}}input.autofill-detect:-webkit-autofill{animation-name:onAutoFillStart;animation-duration:1ms;animation-fill-mode:both}input.autofill-detect:not(:-webkit-autofill){animation-name:onAutoFillCancel;animation-duration:1ms;animation-fill-mode:both}.blink-bg[data-v-906bb006]{animation:blink-animation-906bb006 1s infinite}@keyframes blink-animation-906bb006{0%{background-color:inherit}15%{background-color:var(--color-gray-250)}35%{background-color:inherit}75%{background-color:var(--color-gray-250)}to{background-color:inherit}}.IroBox{border-radius:8px!important}.custom-fields-table[data-v-c9831df1] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-c9831df1] input,.custom-fields-table[data-v-c9831df1] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-c9831df1] input,.custom-fields-table[data-v-c9831df1] textarea,.custom-fields-table[data-v-c9831df1] select,.custom-fields-table[data-v-c9831df1] .input-wrapper,.custom-fields-table[data-v-c9831df1] .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-c9831df1] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-c9831df1] input:focus,.custom-fields-table[data-v-c9831df1] textarea:focus,.custom-fields-table[data-v-c9831df1] select:focus,.custom-fields-table[data-v-c9831df1] .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-c9831df1] .w-full{width:100%;height:100%}.list-enter-active[data-v-c9831df1]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-c9831df1]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-0fe8a23f]{display:flex;flex-direction:column}.form-field-item[data-v-0fe8a23f]:has([role=switch]),.form-field-item[data-v-0fe8a23f]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-78f87e2c]{width:100%}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar{height:8px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.navbar-tabs-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.navbar-tabs-no-scrollbar::-webkit-scrollbar{display:none}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity:0}.breadcrumb-item[data-v-5c9662c5]{display:inline-flex;align-items:center}.breadcrumb-link[data-v-5c9662c5]{display:inline-flex;align-items:center;gap:.35em;color:var(--color-muted-foreground);text-decoration:none;transition:color .15s ease,background-color .15s ease;border-radius:var(--radius-sm)}.breadcrumb-link[data-v-5c9662c5]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-5c9662c5]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-5c9662c5]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-5c9662c5]{flex-shrink:0}.breadcrumb-list[data-v-12cf2491]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-12cf2491]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-12cf2491]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-12cf2491]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-12cf2491]{display:inline-flex;align-items:center;color:var(--color-gray-500);-webkit-user-select:none;user-select:none;font-size:.9em;line-height:1;padding:0 .1em}.breadcrumb-ellipsis[data-v-12cf2491]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-12cf2491]{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:transparent;color:var(--color-muted-foreground);cursor:pointer;font-size:.9em;line-height:1;letter-spacing:.05em;transition:all .15s ease}.breadcrumb-ellipsis-btn[data-v-12cf2491]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-12cf2491]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-12cf2491]{gap:0}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link{padding:.35em .9em .35em 1.4em;background:var(--color-secondary);clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%,.6em 50%);border:none;margin-left:-.3em}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-item:first-child .breadcrumb-link{padding-left:.9em;clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%);border-radius:var(--radius-sm) 0 0 var(--radius-sm);margin-left:0}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-12cf2491]{display:none}.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}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.bg-stripe[data-v-454a1505]{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.animate-progress-stripe[data-v-454a1505]{animation:progress-stripe-454a1505 1s linear infinite}@keyframes progress-stripe-454a1505{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-indeterminate[data-v-454a1505]{animation:progress-indeterminate-454a1505 1.5s infinite cubic-bezier(.65,.815,.735,.395)}@keyframes progress-indeterminate-454a1505{0%{transform:translate(-100%) scaleX(.2)}50%{transform:translate(0) scaleX(.5)}to{transform:translate(100%) scaleX(.2)}}.permission-matrix-wrapper[data-v-c5641678]{max-height:70vh}.permission-matrix-wrapper[data-v-c5641678]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-c5641678]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-c5641678]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-c5641678]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.button-group[data-v-ba735fac] button{align-self:stretch;height:auto!important;min-height:unset!important;min-width:unset!important;width:auto!important}.button-group[data-v-ba735fac]:not(.vertical-group) button{aspect-ratio:unset}.attached-group[data-v-ba735fac] button{position:relative;--radius: .375rem}.attached-group[data-v-ba735fac] button:focus-visible,.attached-group[data-v-ba735fac] button:hover{z-index:10}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-ba735fac]: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-ba735fac]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-ba735fac]: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-ba735fac] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-ba735fac] 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-ba735fac] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-ba735fac] 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-ba735fac]: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;height:100%}.vertical-group[data-v-ba735fac] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;width:100%;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.first-toast-enter-active[data-v-dc3a3b49]{animation:first-toast-in-dc3a3b49 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-dc3a3b49]{transition:all .25s ease-in}.first-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-dc3a3b49{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-dc3a3b49],.stack-toast-leave-active[data-v-dc3a3b49]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-dc3a3b49]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-dc3a3b49]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}
897
+ input[data-v-e7171c4f]::-webkit-outer-spin-button,input[data-v-e7171c4f]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-e7171c4f]{-moz-appearance:textfield;appearance:textfield}@keyframes onAutoFillStart{0%{opacity:1}to{opacity:1}}@keyframes onAutoFillCancel{0%{opacity:1}to{opacity:1}}input.autofill-detect:-webkit-autofill{animation-name:onAutoFillStart;animation-duration:1ms;animation-fill-mode:both}input.autofill-detect:not(:-webkit-autofill){animation-name:onAutoFillCancel;animation-duration:1ms;animation-fill-mode:both}.blink-bg[data-v-906bb006]{animation:blink-animation-906bb006 1s infinite}@keyframes blink-animation-906bb006{0%{background-color:inherit}15%{background-color:var(--color-gray-250)}35%{background-color:inherit}75%{background-color:var(--color-gray-250)}to{background-color:inherit}}.IroBox{border-radius:8px!important}.custom-fields-table[data-v-c9831df1] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-c9831df1] input,.custom-fields-table[data-v-c9831df1] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-c9831df1] input,.custom-fields-table[data-v-c9831df1] textarea,.custom-fields-table[data-v-c9831df1] select,.custom-fields-table[data-v-c9831df1] .input-wrapper,.custom-fields-table[data-v-c9831df1] .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-c9831df1] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-c9831df1] input:focus,.custom-fields-table[data-v-c9831df1] textarea:focus,.custom-fields-table[data-v-c9831df1] select:focus,.custom-fields-table[data-v-c9831df1] .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-c9831df1] .w-full{width:100%;height:100%}.list-enter-active[data-v-c9831df1]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-c9831df1]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-0fe8a23f]{display:flex;flex-direction:column}.form-field-item[data-v-0fe8a23f]:has([role=switch]),.form-field-item[data-v-0fe8a23f]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-78f87e2c]{width:100%}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar{height:8px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.navbar-tabs-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.navbar-tabs-no-scrollbar::-webkit-scrollbar{display:none}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity:0}.breadcrumb-item[data-v-5c9662c5]{display:inline-flex;align-items:center}.breadcrumb-link[data-v-5c9662c5]{display:inline-flex;align-items:center;gap:.35em;color:var(--color-muted-foreground);text-decoration:none;transition:color .15s ease,background-color .15s ease;border-radius:var(--radius-sm)}.breadcrumb-link[data-v-5c9662c5]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-5c9662c5]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-5c9662c5]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-5c9662c5]{flex-shrink:0}.breadcrumb-list[data-v-12cf2491]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-12cf2491]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-12cf2491]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-12cf2491]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-12cf2491]{display:inline-flex;align-items:center;color:var(--color-gray-500);-webkit-user-select:none;user-select:none;font-size:.9em;line-height:1;padding:0 .1em}.breadcrumb-ellipsis[data-v-12cf2491]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-12cf2491]{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:transparent;color:var(--color-muted-foreground);cursor:pointer;font-size:.9em;line-height:1;letter-spacing:.05em;transition:all .15s ease}.breadcrumb-ellipsis-btn[data-v-12cf2491]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-12cf2491]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-12cf2491]{gap:0}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link{padding:.35em .9em .35em 1.4em;background:var(--color-secondary);clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%,.6em 50%);border:none;margin-left:-.3em}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-item:first-child .breadcrumb-link{padding-left:.9em;clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%);border-radius:var(--radius-sm) 0 0 var(--radius-sm);margin-left:0}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-12cf2491]{display:none}.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}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.bg-stripe[data-v-454a1505]{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.animate-progress-stripe[data-v-454a1505]{animation:progress-stripe-454a1505 1s linear infinite}@keyframes progress-stripe-454a1505{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-indeterminate[data-v-454a1505]{animation:progress-indeterminate-454a1505 1.5s infinite cubic-bezier(.65,.815,.735,.395)}@keyframes progress-indeterminate-454a1505{0%{transform:translate(-100%) scaleX(.2)}50%{transform:translate(0) scaleX(.5)}to{transform:translate(100%) scaleX(.2)}}.permission-matrix-wrapper[data-v-4b13b586]{max-height:70vh}.permission-matrix-wrapper[data-v-4b13b586]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-4b13b586]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-4b13b586]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-4b13b586]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.permission-list-wrapper[data-v-3adbf210]{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background-color:var(--color-background)}.custom-list-header[data-v-3adbf210]{background-color:var(--color-muted);border-bottom:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px)}.custom-list-group-content .custom-list-item[data-v-3adbf210]{border-bottom:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);background-color:var(--color-background)}.custom-list-group-content .custom-list-item[data-v-3adbf210]:hover{background-color:var(--color-accent)}.custom-list-group-content .custom-list-item[data-v-3adbf210]:last-child{border-bottom:none}.custom-list-group-content+.custom-list-header[data-v-3adbf210],.custom-list-header+.custom-list-header[data-v-3adbf210]{border-top:1px solid var(--color-border)}.permission-list-wrapper>.custom-list-header[data-v-3adbf210]:last-child{border-bottom:none}.permission-matrix-wrapper[data-v-3bbb236a]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto}.custom-table[data-v-3bbb236a]{width:100%;border-collapse:collapse}.custom-th[data-v-3bbb236a]{background-color:var(--color-gray-150);color:var(--color-foreground);border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}.custom-th.text-center[data-v-3bbb236a]{text-align:center;min-width:100px}.custom-th[data-v-3bbb236a]:first-child{border-left:none}.custom-td[data-v-3bbb236a]{border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px)}.custom-td.text-center[data-v-3bbb236a]{text-align:center}.custom-td[data-v-3bbb236a]:first-child{border-left:none}.custom-group-row td[data-v-3bbb236a]{background-color:var(--color-gray-100);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.custom-entity-row[data-v-3bbb236a]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-3bbb236a]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-3bbb236a]{border-bottom:none}.custom-active-cell[data-v-3bbb236a]{cursor:pointer}.custom-active-cell[data-v-3bbb236a]:hover{background-color:var(--color-accent)}.button-group[data-v-ba735fac] button{align-self:stretch;height:auto!important;min-height:unset!important;min-width:unset!important;width:auto!important}.button-group[data-v-ba735fac]:not(.vertical-group) button{aspect-ratio:unset}.attached-group[data-v-ba735fac] button{position:relative;--radius: .375rem}.attached-group[data-v-ba735fac] button:focus-visible,.attached-group[data-v-ba735fac] button:hover{z-index:10}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-ba735fac]: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-ba735fac]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-ba735fac]: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-ba735fac] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-ba735fac] 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-ba735fac] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-ba735fac] 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-ba735fac]: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;height:100%}.vertical-group[data-v-ba735fac] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;width:100%;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.first-toast-enter-active[data-v-dc3a3b49]{animation:first-toast-in-dc3a3b49 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-dc3a3b49]{transition:all .25s ease-in}.first-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-dc3a3b49{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-dc3a3b49],.stack-toast-leave-active[data-v-dc3a3b49]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-dc3a3b49]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-dc3a3b49]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}
898
898