vlite3 1.2.16 → 1.2.17
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/components/Button.vue.js +1 -1
- package/components/Carousel/Carousel.vue.d.ts +210 -240
- package/components/Carousel/Carousel.vue.js +2 -2
- package/components/Carousel/Carousel.vue2.js +31 -23
- package/components/Carousel/types.d.ts +76 -14
- package/components/FadeOverlay.vue.d.ts +31 -0
- package/components/FadeOverlay.vue.js +55 -0
- package/components/FadeOverlay.vue2.js +4 -0
- package/components/Workbook/WorkbookAddButton.vue.js +4 -4
- package/index.d.ts +1 -0
- package/index.js +76 -74
- package/package.json +2 -2
- package/style.css +20 -19
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as l } from "vue3-google-signin";
|
|
2
2
|
import { deepMerge as s } from "./utils/object.js";
|
|
3
|
-
import { camelCase as u, capitalize as x, copyToClipboard as i, debounce as n, delay as c, downloadFile as g, flattenArray as C, formatAmPm as S, formatCurrency as T, formatDate as h, formatNumber as I, formatSchedule as b, getDefaultDateRange as P, getNextMonth as v, getNextYear as
|
|
3
|
+
import { camelCase as u, capitalize as x, copyToClipboard as i, debounce as n, delay as c, downloadFile as g, flattenArray as C, formatAmPm as S, formatCurrency as T, formatDate as h, formatNumber as I, formatSchedule as b, getDefaultDateRange as P, getNextMonth as v, getNextYear as F, getPrevMonth as D, getPrevYear as y, getToday as A, getTomorrow as B, getUniqueId as N, getUpcoming as R, getYear as k, getYesterday as E, isAppleDevice as M, isEmpty as w, isPureTimeString as L, isValidTimeRange as G, parseDateTime as O, randomNumber as K, removeExtraProperties as Y, slugify as _, throttle as z, toISO as U, toLocalISO as V, truncate as H } from "./utils/functions.js";
|
|
4
4
|
import { lazySearch as W, resetSearchIndex as j, search as q } from "./utils/search.util.js";
|
|
5
5
|
import { env as $ } from "./utils/env.js";
|
|
6
6
|
import { $t as Z } from "./utils/i18n.js";
|
|
@@ -16,7 +16,7 @@ import { useFileUpload as Ce } from "./components/Form/composables/useFileUpload
|
|
|
16
16
|
import { default as Te } from "./components/Tabes/Tabes.vue.js";
|
|
17
17
|
import { default as Ie } from "./components/Stats/Stats.vue.js";
|
|
18
18
|
import { default as Pe } from "./components/Kanban/Kanban.vue.js";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as Fe } from "./components/Kanban/KanbanBoard.vue.js";
|
|
20
20
|
import { useKanbanBoard as ye } from "./components/Kanban/useKanbanBoard.js";
|
|
21
21
|
import { default as Be } from "./components/Navbar/Navbar.vue.js";
|
|
22
22
|
import { default as Re } from "./components/Navbar/NavbarItem.vue.js";
|
|
@@ -24,7 +24,7 @@ import { default as Ee } from "./components/Navbar/NavbarGroup.vue.js";
|
|
|
24
24
|
import { default as we } from "./components/Navbar/NavbarTabs.vue.js";
|
|
25
25
|
/* empty css */
|
|
26
26
|
import { default as Ge } from "./components/QRCode/QRCode.vue.js";
|
|
27
|
-
import { default as
|
|
27
|
+
import { default as Ke } from "./components/Screen/Screen.vue.js";
|
|
28
28
|
import { default as _e } from "./components/Screen/ScreenFilter.vue.js";
|
|
29
29
|
import { default as Ue } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
30
30
|
import { default as He } from "./components/Heatmap/Heatmap.vue.js";
|
|
@@ -44,14 +44,14 @@ import { default as So } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
|
44
44
|
import { default as ho } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
45
45
|
import { default as bo } from "./components/FileTree/FileTree.vue.js";
|
|
46
46
|
import { default as vo } from "./components/FileTree/FileTreeNode.vue.js";
|
|
47
|
-
import { useTreeSelection as
|
|
47
|
+
import { useTreeSelection as Do } from "./components/FileTree/useTreeSelection.js";
|
|
48
48
|
import { default as Ao } from "./components/RichTextEditor/RichTextEditor.vue.js";
|
|
49
49
|
/* empty css */
|
|
50
50
|
import { default as No } from "./components/RichTextEditor/RichTextReader.vue.js";
|
|
51
51
|
import { default as ko } from "./components/OTPInput/OTPInput.vue.js";
|
|
52
52
|
import { default as Mo } from "./components/Workbook/Workbook.vue.js";
|
|
53
53
|
import { default as Lo } from "./components/Workbook/Sheet.vue.js";
|
|
54
|
-
import { default as
|
|
54
|
+
import { default as Oo } from "./components/DataList/DataList.vue.js";
|
|
55
55
|
import { default as Yo } from "./components/List/List.vue.js";
|
|
56
56
|
import { default as zo } from "./components/List/ListFieldRow.vue.js";
|
|
57
57
|
import { getObjectValue as Vo } from "./components/List/utils.js";
|
|
@@ -71,14 +71,14 @@ import { SCREEN_CONTEXT_KEY as gr } from "./components/DataTable/types.js";
|
|
|
71
71
|
import { default as Sr } from "./components/Splitter/Splitter.vue.js";
|
|
72
72
|
import { default as hr } from "./components/Footer/Footer.vue.js";
|
|
73
73
|
import { initializeTheme as br, useTheme as Pr } from "./composables/useTheme.js";
|
|
74
|
-
import { default as
|
|
74
|
+
import { default as Fr } from "./components/FilePicker/FilePicker.vue.js";
|
|
75
75
|
import { default as yr } from "./components/Pagination/Pagination.vue.js";
|
|
76
76
|
import { default as Br } from "./components/ExportData/ExportData.vue.js";
|
|
77
77
|
import { default as Rr } from "./components/ImportData/ImportData.vue.js";
|
|
78
78
|
import { default as Er } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
79
79
|
import { useMultiSelectHydration as wr } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
80
80
|
import { default as Gr } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
81
|
-
import { default as
|
|
81
|
+
import { default as Kr } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
82
82
|
import { default as _r } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
import { default as Ur } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
@@ -97,13 +97,13 @@ import { default as St } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
|
97
97
|
import { default as ht } from "./components/FilePreview/FilePreview.vue.js";
|
|
98
98
|
import { default as bt } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
99
99
|
import { getFileTypeIcon as vt } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
100
|
-
import { default as
|
|
100
|
+
import { default as Dt } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
101
101
|
import { default as At } from "./components/Invoice/Invoice.vue.js";
|
|
102
102
|
import { default as Nt } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
103
103
|
import { default as kt } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
104
104
|
import { default as Mt } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
105
105
|
import { default as Lt } from "./components/TagInput/TagInput.vue.js";
|
|
106
|
-
import { default as
|
|
106
|
+
import { default as Ot } from "./components/Calendar/Calendar.vue.js";
|
|
107
107
|
import { default as Yt } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
108
108
|
import { default as zt } from "./components/Skeleton/Skeleton.vue.js";
|
|
109
109
|
import { normalizeBone as Vt } from "./components/Skeleton/types.js";
|
|
@@ -123,13 +123,13 @@ import { default as Sa } from "./components/Chart/GanttChart.vue.js";
|
|
|
123
123
|
import { default as ha } from "./components/AppShell/AppShell.vue.js";
|
|
124
124
|
import { default as ba } from "./components/Rating/Rating.vue.js";
|
|
125
125
|
import { default as va } from "./components/Rating/ReviewSummary.vue.js";
|
|
126
|
-
import { createAsyncSelect as
|
|
126
|
+
import { createAsyncSelect as Da } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
127
127
|
import { default as Aa } from "./components/ImageComparison/ImageComparison.vue.js";
|
|
128
128
|
import { default as Na } from "./components/Icon.vue.js";
|
|
129
129
|
import { default as ka } from "./components/Logo.vue.js";
|
|
130
130
|
import { default as Ma } from "./components/Alert.vue.js";
|
|
131
131
|
import { default as La } from "./components/Badge.vue.js";
|
|
132
|
-
import { default as
|
|
132
|
+
import { default as Oa } from "./components/Input.vue.js";
|
|
133
133
|
/* empty css */
|
|
134
134
|
import { default as Ya } from "./components/Label.vue.js";
|
|
135
135
|
import { default as za } from "./components/Modal.vue.js";
|
|
@@ -144,28 +144,29 @@ import { default as af } from "./components/CheckBox.vue.js";
|
|
|
144
144
|
import { default as mf } from "./components/Textarea.vue.js";
|
|
145
145
|
import { default as pf } from "./components/Radio.vue.js";
|
|
146
146
|
import { default as df } from "./components/RadioGroup.vue.js";
|
|
147
|
-
import { default as xf } from "./components/
|
|
148
|
-
import { default as cf } from "./components/
|
|
149
|
-
import { default as Cf } from "./components/
|
|
150
|
-
import { default as Tf } from "./components/
|
|
151
|
-
import { default as If } from "./components/
|
|
152
|
-
import { default as Pf } from "./components/
|
|
153
|
-
import { default as
|
|
154
|
-
import { default as yf } from "./components/
|
|
155
|
-
import { default as Bf } from "./components/
|
|
156
|
-
import { default as Rf } from "./components/
|
|
157
|
-
import { default as Ef } from "./components/
|
|
158
|
-
import { default as wf } from "./components/
|
|
159
|
-
import { default as Gf } from "./components/
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import { default as qf } from "./components/
|
|
165
|
-
import { default as $f } from "./components/
|
|
166
|
-
import { default as Zf } from "./components/
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
147
|
+
import { default as xf } from "./components/FadeOverlay.vue.js";
|
|
148
|
+
import { default as cf } from "./components/SidePanel.vue.js";
|
|
149
|
+
import { default as Cf } from "./components/DatePicker.vue.js";
|
|
150
|
+
import { default as Tf } from "./components/IconPicker.vue.js";
|
|
151
|
+
import { default as If } from "./components/ButtonGroup.vue.js";
|
|
152
|
+
import { default as Pf } from "./components/NumberInput.vue.js";
|
|
153
|
+
import { default as Ff } from "./components/ThemeToggle.vue.js";
|
|
154
|
+
import { default as yf } from "./components/GoogleLogin.vue.js";
|
|
155
|
+
import { default as Bf } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
156
|
+
import { default as Rf } from "./components/ConfirmationModal.vue.js";
|
|
157
|
+
import { default as Ef } from "./components/ToastNotification.vue.js";
|
|
158
|
+
import { default as wf } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
159
|
+
import { default as Gf } from "./components/NavbarCommandPalette.vue.js";
|
|
160
|
+
import { default as Kf } from "./components/DateRangePicker.vue.js";
|
|
161
|
+
import { createVLite as _f } from "./core/index.js";
|
|
162
|
+
import { default as Uf } from "./components/StatusChip/StatusChip.vue.js";
|
|
163
|
+
import { STATUS_MAP as Hf, normalizeStatus as Qf, resolveStatus as Wf } from "./components/StatusChip/status-map.js";
|
|
164
|
+
import { default as qf } from "./components/Price/Price.vue.js";
|
|
165
|
+
import { default as $f } from "./components/DateTime/DateTime.vue.js";
|
|
166
|
+
import { default as Zf } from "./components/Clock/Clock.vue.js";
|
|
167
|
+
import { default as om } from "./components/Chat/ChatInterface.vue.js";
|
|
168
|
+
import { VLITE_CONFIG_KEY as tm, configState as am, updateConfig as fm, useVLiteConfig as mm } from "./core/config.js";
|
|
169
|
+
import { getStatusColorClass as pm } from "./utils/status.js";
|
|
169
170
|
export {
|
|
170
171
|
Z as $t,
|
|
171
172
|
er as Accordion,
|
|
@@ -185,40 +186,41 @@ export {
|
|
|
185
186
|
So as Breadcrumb,
|
|
186
187
|
ho as BreadcrumbItem,
|
|
187
188
|
Qa as Button,
|
|
188
|
-
|
|
189
|
-
|
|
189
|
+
If as ButtonGroup,
|
|
190
|
+
Ot as Calendar,
|
|
190
191
|
Yt as CalendarEventItem,
|
|
191
192
|
to as Carousel,
|
|
192
193
|
kt as CategoryManager,
|
|
193
|
-
|
|
194
|
+
om as ChatInterface,
|
|
194
195
|
af as CheckBox,
|
|
195
196
|
te as Chip,
|
|
196
197
|
pr as ChoiceBox,
|
|
197
198
|
aa as CircleChart,
|
|
198
199
|
Xa as Clipboard,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
Zf as Clock,
|
|
201
|
+
Bf as ColorPicker,
|
|
202
|
+
wf as CommandPaletteContent,
|
|
202
203
|
Jo as CommentEditor,
|
|
203
204
|
jo as CommentItem,
|
|
204
205
|
Xo as CommentThread,
|
|
205
|
-
|
|
206
|
+
Rf as ConfirmationModal,
|
|
206
207
|
ue as CustomFields,
|
|
207
|
-
|
|
208
|
-
|
|
208
|
+
Dt as CustomFieldsDisplay,
|
|
209
|
+
Oo as DataList,
|
|
209
210
|
dr as DataTable,
|
|
210
211
|
xr as DataTableHeader,
|
|
211
212
|
nr as DataTableRow,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
Cf as DatePicker,
|
|
214
|
+
Kf as DateRangePicker,
|
|
215
|
+
$f as DateTime,
|
|
215
216
|
fo as Dropdown,
|
|
216
217
|
xo as DropdownItem,
|
|
217
218
|
lo as DropdownMenu,
|
|
218
219
|
so as DropdownTrigger,
|
|
219
220
|
Qo as Empty,
|
|
220
221
|
Br as ExportData,
|
|
221
|
-
|
|
222
|
+
xf as FadeOverlay,
|
|
223
|
+
Fr as FilePicker,
|
|
222
224
|
ht as FilePreview,
|
|
223
225
|
bo as FileTree,
|
|
224
226
|
vo as FileTreeNode,
|
|
@@ -229,18 +231,18 @@ export {
|
|
|
229
231
|
ie as FormSkeleton,
|
|
230
232
|
Sa as GanttChart,
|
|
231
233
|
ma as GaugeChart,
|
|
232
|
-
|
|
234
|
+
yf as GoogleLogin,
|
|
233
235
|
l as GoogleSignInPlugin,
|
|
234
236
|
He as Heatmap,
|
|
235
237
|
Na as Icon,
|
|
236
|
-
|
|
238
|
+
Tf as IconPicker,
|
|
237
239
|
Aa as ImageComparison,
|
|
238
240
|
Rr as ImportData,
|
|
239
|
-
|
|
241
|
+
Oa as Input,
|
|
240
242
|
At as Invoice,
|
|
241
243
|
Nt as InvoiceTotals,
|
|
242
244
|
Pe as Kanban,
|
|
243
|
-
|
|
245
|
+
Fe as KanbanBoard,
|
|
244
246
|
Ya as Label,
|
|
245
247
|
Jt as LineChart,
|
|
246
248
|
Yo as List,
|
|
@@ -251,19 +253,19 @@ export {
|
|
|
251
253
|
za as Modal,
|
|
252
254
|
Er as MultiSelect,
|
|
253
255
|
Be as Navbar,
|
|
254
|
-
|
|
256
|
+
Gf as NavbarCommandPalette,
|
|
255
257
|
Ee as NavbarGroup,
|
|
256
258
|
Re as NavbarItem,
|
|
257
259
|
we as NavbarTabs,
|
|
258
|
-
|
|
260
|
+
Pf as NumberInput,
|
|
259
261
|
ko as OTPInput,
|
|
260
262
|
yr as Pagination,
|
|
261
263
|
qr as PermissionEditor,
|
|
262
264
|
Wr as PermissionMatrix,
|
|
263
265
|
ra as PieChart,
|
|
264
|
-
|
|
266
|
+
qf as Price,
|
|
265
267
|
Gr as PricingPlan,
|
|
266
|
-
|
|
268
|
+
Kr as PricingPlanItem,
|
|
267
269
|
Hr as ProgressBar,
|
|
268
270
|
Ge as QRCode,
|
|
269
271
|
pf as Radio,
|
|
@@ -273,13 +275,13 @@ export {
|
|
|
273
275
|
Ao as RichTextEditor,
|
|
274
276
|
No as RichTextReader,
|
|
275
277
|
gr as SCREEN_CONTEXT_KEY,
|
|
276
|
-
|
|
277
|
-
|
|
278
|
+
Hf as STATUS_MAP,
|
|
279
|
+
Ke as Screen,
|
|
278
280
|
_e as ScreenFilter,
|
|
279
281
|
Ue as ScreenQuickFilters,
|
|
280
282
|
xa as SegmentBarChart,
|
|
281
283
|
Lo as Sheet,
|
|
282
|
-
|
|
284
|
+
cf as SidePanel,
|
|
283
285
|
_r as SidebarMenu,
|
|
284
286
|
Ur as SidebarMenuItem,
|
|
285
287
|
zt as Skeleton,
|
|
@@ -289,31 +291,31 @@ export {
|
|
|
289
291
|
Sr as Splitter,
|
|
290
292
|
na as StatCardChart,
|
|
291
293
|
Ie as Stats,
|
|
292
|
-
|
|
294
|
+
Uf as StatusChip,
|
|
293
295
|
ef as Switch,
|
|
294
296
|
Te as Tabes,
|
|
295
297
|
Lt as TagInput,
|
|
296
298
|
mf as Textarea,
|
|
297
|
-
|
|
299
|
+
Ff as ThemeToggle,
|
|
298
300
|
Mt as ThumbnailSelector,
|
|
299
301
|
nt as Timeline,
|
|
300
302
|
da as TimelineChart,
|
|
301
303
|
St as TimelineIndicator,
|
|
302
304
|
gt as TimelineItem,
|
|
303
|
-
|
|
305
|
+
Ef as ToastNotification,
|
|
304
306
|
rf as Tooltip,
|
|
305
|
-
|
|
307
|
+
tm as VLITE_CONFIG_KEY,
|
|
306
308
|
ga as WaffleChart,
|
|
307
309
|
Mo as Workbook,
|
|
308
310
|
oo as barcodesConstants,
|
|
309
311
|
u as camelCase,
|
|
310
312
|
x as capitalize,
|
|
311
|
-
|
|
313
|
+
am as configState,
|
|
312
314
|
mt as configure,
|
|
313
315
|
jt as configureSkeleton,
|
|
314
316
|
i as copyToClipboard,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
+
Da as createAsyncSelect,
|
|
318
|
+
_f as createVLite,
|
|
317
319
|
n as debounce,
|
|
318
320
|
s as deepMerge,
|
|
319
321
|
c as delay,
|
|
@@ -330,11 +332,11 @@ export {
|
|
|
330
332
|
vt as getFileTypeIcon,
|
|
331
333
|
qt as getGlobalConfig,
|
|
332
334
|
v as getNextMonth,
|
|
333
|
-
|
|
335
|
+
F as getNextYear,
|
|
334
336
|
Vo as getObjectValue,
|
|
335
|
-
|
|
337
|
+
D as getPrevMonth,
|
|
336
338
|
y as getPrevYear,
|
|
337
|
-
|
|
339
|
+
pm as getStatusColorClass,
|
|
338
340
|
A as getToday,
|
|
339
341
|
B as getTomorrow,
|
|
340
342
|
N as getUniqueId,
|
|
@@ -348,15 +350,15 @@ export {
|
|
|
348
350
|
G as isValidTimeRange,
|
|
349
351
|
W as lazySearch,
|
|
350
352
|
Vt as normalizeBone,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
+
Qf as normalizeStatus,
|
|
354
|
+
O as parseDateTime,
|
|
353
355
|
lt as pauseTimers,
|
|
354
|
-
|
|
356
|
+
K as randomNumber,
|
|
355
357
|
Xt as registerBones,
|
|
356
358
|
Y as removeExtraProperties,
|
|
357
359
|
pt as removeToast,
|
|
358
360
|
j as resetSearchIndex,
|
|
359
|
-
|
|
361
|
+
Wf as resolveStatus,
|
|
360
362
|
st as resumeTimers,
|
|
361
363
|
q as search,
|
|
362
364
|
dt as showToast,
|
|
@@ -367,7 +369,7 @@ export {
|
|
|
367
369
|
V as toLocalISO,
|
|
368
370
|
ut as toast,
|
|
369
371
|
H as truncate,
|
|
370
|
-
|
|
372
|
+
fm as updateConfig,
|
|
371
373
|
$r as useAdvancedKeyStroke,
|
|
372
374
|
go as useDropdownIds,
|
|
373
375
|
no as useDropdownSelection,
|
|
@@ -378,7 +380,7 @@ export {
|
|
|
378
380
|
wr as useMultiSelectHydration,
|
|
379
381
|
xt as useNotifications,
|
|
380
382
|
Pr as useTheme,
|
|
381
|
-
|
|
382
|
-
|
|
383
|
+
Do as useTreeSelection,
|
|
384
|
+
mm as useVLiteConfig,
|
|
383
385
|
et as vScrollReveal
|
|
384
386
|
};
|
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": "1.2.
|
|
6
|
+
"version": "1.2.17",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"v-event-calendar": "^0.0.10",
|
|
52
52
|
"v-file-preview": "^0.1.3",
|
|
53
53
|
"v-tooltip-lite": "^0.2.8",
|
|
54
|
-
"vue-carousel-lite": "^0.2.
|
|
54
|
+
"vue-carousel-lite": "^0.2.8",
|
|
55
55
|
"vue-draggable-plus": "^0.5.3",
|
|
56
56
|
"vue3-google-signin": "^2.1.1",
|
|
57
57
|
"xlsx": "^0.18.5"
|
package/style.css
CHANGED
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
var(--color-mixture-2, #000000));
|
|
257
257
|
|
|
258
258
|
--color-gray-50: color-mix(in oklab,
|
|
259
|
-
var(--color-mixture-1, #ffffff) 98
|
|
259
|
+
var(--color-mixture-1, #ffffff) 98%,
|
|
260
260
|
var(--color-mixture-2, #000000));
|
|
261
261
|
|
|
262
262
|
--color-gray-100: color-mix(in oklab,
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
var(--color-mixture-2, #000000));
|
|
269
269
|
|
|
270
270
|
--color-gray-200: color-mix(in oklab,
|
|
271
|
-
var(--color-mixture-1, #ffffff) 94
|
|
271
|
+
var(--color-mixture-1, #ffffff) 94%,
|
|
272
272
|
var(--color-mixture-2, #000000));
|
|
273
273
|
|
|
274
274
|
--color-gray-250: color-mix(in oklab,
|
|
@@ -318,8 +318,8 @@
|
|
|
318
318
|
--color-background: var(--color-body);
|
|
319
319
|
--color-foreground: var(--color-gray-850);
|
|
320
320
|
|
|
321
|
-
--color-border: color-mix(in oklab, var(--color-mixture-1)
|
|
322
|
-
--color-input: color-mix(in oklab, var(--color-mixture-1)
|
|
321
|
+
--color-border: color-mix(in oklab, var(--color-mixture-1) 88%, var(--color-mixture-2));
|
|
322
|
+
--color-input: color-mix(in oklab, var(--color-mixture-1) 87%, var(--color-mixture-2));
|
|
323
323
|
|
|
324
324
|
--color-scrollbar: color-mix(in oklab, var(--color-mixture-1) 80%, var(--color-mixture-2));
|
|
325
325
|
--color-scrollbar-hover: color-mix(in oklab, var(--color-mixture-1) 75%, var(--color-mixture-2));
|
|
@@ -408,42 +408,42 @@
|
|
|
408
408
|
--color-mixture-2: #ffffff !important;
|
|
409
409
|
|
|
410
410
|
--color-gray-50: color-mix(in oklab,
|
|
411
|
-
var(--color-mixture-1, #ffffff)
|
|
411
|
+
var(--color-mixture-1, #ffffff) 96.5%,
|
|
412
412
|
var(--color-mixture-2, #000000));
|
|
413
413
|
|
|
414
414
|
--color-gray-100: color-mix(in oklab,
|
|
415
|
-
var(--color-mixture-1, #ffffff)
|
|
415
|
+
var(--color-mixture-1, #ffffff) 94.5%,
|
|
416
416
|
var(--color-mixture-2, #000000));
|
|
417
417
|
|
|
418
418
|
--color-gray-150: color-mix(in oklab,
|
|
419
|
-
var(--color-mixture-1, #ffffff)
|
|
419
|
+
var(--color-mixture-1, #ffffff) 90.5%,
|
|
420
420
|
var(--color-mixture-2, #000000));
|
|
421
421
|
|
|
422
422
|
--color-gray-200: color-mix(in oklab,
|
|
423
|
-
var(--color-mixture-1, #ffffff)
|
|
423
|
+
var(--color-mixture-1, #ffffff) 86.5%,
|
|
424
424
|
var(--color-mixture-2, #000000));
|
|
425
425
|
|
|
426
426
|
--color-gray-250: color-mix(in oklab,
|
|
427
|
-
var(--color-mixture-1, #ffffff)
|
|
427
|
+
var(--color-mixture-1, #ffffff) 82.5%,
|
|
428
428
|
var(--color-mixture-2, #000000));
|
|
429
429
|
|
|
430
430
|
--color-gray-300: color-mix(in oklab,
|
|
431
|
-
var(--color-mixture-1, #ffffff)
|
|
431
|
+
var(--color-mixture-1, #ffffff) 79.5%,
|
|
432
432
|
var(--color-mixture-2, #000000));
|
|
433
433
|
|
|
434
434
|
|
|
435
|
-
--color-secondary: color-mix(in oklab, var(--color-mixture-1)
|
|
435
|
+
--color-secondary: color-mix(in oklab, var(--color-mixture-1) 87.5%, var(--color-mixture-2));
|
|
436
436
|
--color-accent: color-mix(in oklab,
|
|
437
|
-
var(--color-mixture-1, #ffffff)
|
|
437
|
+
var(--color-mixture-1, #ffffff) 93.5%,
|
|
438
438
|
var(--color-mixture-2, #000000));
|
|
439
439
|
--color-muted: color-mix(in oklab,
|
|
440
|
-
var(--color-mixture-1, #ffffff)
|
|
440
|
+
var(--color-mixture-1, #ffffff) 92.5%,
|
|
441
441
|
var(--color-mixture-2, #000000));
|
|
442
442
|
--color-destructive: #7f1d1d;
|
|
443
443
|
--color-destructive-foreground: #fafafa;
|
|
444
444
|
|
|
445
|
-
--color-border: color-mix(in oklab, var(--color-mixture-1)
|
|
446
|
-
--color-input: color-mix(in oklab, var(--color-mixture-1)
|
|
445
|
+
--color-border: color-mix(in oklab, var(--color-mixture-1) 86%, var(--color-mixture-2));
|
|
446
|
+
--color-input: color-mix(in oklab, var(--color-mixture-1) 85%, var(--color-mixture-2));
|
|
447
447
|
|
|
448
448
|
/* Charts (Dark) */
|
|
449
449
|
--color-chart-1: #818cf8;
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
/* Semantics - Dark Mode High Contrast */
|
|
470
470
|
|
|
471
471
|
/* Danger */
|
|
472
|
-
--color-danger-light: #
|
|
472
|
+
--color-danger-light: #391413;
|
|
473
473
|
--color-danger-fg-light: #FCFCFC;
|
|
474
474
|
--color-danger: #7F1D1D;
|
|
475
475
|
--color-danger-fg: #ffffff;
|
|
@@ -955,8 +955,9 @@
|
|
|
955
955
|
|
|
956
956
|
|
|
957
957
|
.dark .dropdown-secondary {
|
|
958
|
-
--color-white: #
|
|
959
|
-
--color-
|
|
958
|
+
--color-white: #202020 !important;
|
|
959
|
+
--color-body: #202020 !important;
|
|
960
|
+
--color-mixture-1: #232222 !important;
|
|
960
961
|
--color-mixture-2: #ffffff !important;
|
|
961
962
|
}
|
|
962
963
|
|
|
@@ -1703,5 +1704,5 @@ html {
|
|
|
1703
1704
|
}
|
|
1704
1705
|
|
|
1705
1706
|
/* --- Vite Generated CSS --- */
|
|
1706
|
-
input[data-v-cce64dd9]::-webkit-outer-spin-button,input[data-v-cce64dd9]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-cce64dd9]{-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}.vl-thumbnail-selector__filepicker-inline[data-v-9fd1363d]{display:contents}.vl-thumbnail-selector__card:hover .vl-thumbnail-selector__delete[data-v-9fd1363d],.vl-thumbnail-selector__card:hover .vl-thumbnail-selector__drag-handle[data-v-9fd1363d]{opacity:1}.vl-thumbnail-selector__card[data-v-9fd1363d]:not(.border-primary):hover{border-color:color-mix(in sRGB,var(--color-primary, currentColor) 40%,transparent)}.dropdown-menu[data-v-5cf38b33]{will-change:transform;contain:layout style}.v-modal-overlay[data-v-e4bc0806]{background-color:#00000085}.v-modal-backdrop[data-v-e4bc0806]{transform:translateZ(0)}.modal-dialog-enter-active[data-v-e4bc0806]{transition:opacity 80ms ease-out}.modal-dialog-leave-active[data-v-e4bc0806]{transition:opacity .12s ease-in}.modal-dialog-enter-from[data-v-e4bc0806],.modal-dialog-leave-to[data-v-e4bc0806]{opacity:0}.modal-body[data-v-e4bc0806]{will-change:opacity;contain:layout style}.blink-bg[data-v-e4bc0806]{animation:blink-animation-e4bc0806 1s infinite}@keyframes blink-animation-e4bc0806{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-30cab34f]{will-change:transform;contain:layout style}.custom-fields-table[data-v-30cab34f] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-30cab34f] input,.custom-fields-table[data-v-30cab34f] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-30cab34f] input,.custom-fields-table[data-v-30cab34f] textarea,.custom-fields-table[data-v-30cab34f] select,.custom-fields-table[data-v-30cab34f] .input-wrapper,.custom-fields-table[data-v-30cab34f] .tooltip-trigger button,.custom-fields-table[data-v-30cab34f] .tooltip-trigger>div{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-30cab34f] input:focus,.custom-fields-table[data-v-30cab34f] textarea:focus,.custom-fields-table[data-v-30cab34f] select:focus,.custom-fields-table[data-v-30cab34f] .input-wrapper:focus-within,.custom-fields-table[data-v-30cab34f] .tooltip-trigger button:focus,.custom-fields-table[data-v-30cab34f] .tooltip-trigger>div:focus,.custom-fields-table[data-v-30cab34f] .tooltip-trigger>div: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-30cab34f] .w-full{width:100%;height:100%}.list-enter-active[data-v-30cab34f]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-30cab34f]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-54cb90d4]{display:flex;flex-direction:column}.form-field-item[data-v-54cb90d4]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-fdd38572]{width:100%}[data-tabes][data-v-1e044fd1]:not(.inline-flex):not([class*=gap-6])>:where(button,a,[role=tab]){flex:1 1 0%;min-width:0}[data-tabes].inline-flex[data-v-1e044fd1]{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}[data-tabes].inline-flex[data-v-1e044fd1]::-webkit-scrollbar{display:none}@media(max-width:480px){[data-tabes][data-v-1e044fd1]:not([class*=flex-wrap]){overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}[data-tabes][data-v-1e044fd1]:not([class*=flex-wrap])::-webkit-scrollbar{display:none}}.scrollable-container[data-v-38015ba3]{will-change:transform;contain:layout style}.kanban-board--disabled[data-v-38015ba3]{opacity:.75;background-color:color-mix(in srgb,var(--color-card) 85%,var(--color-muted) 15%)}.kanban-lock-badge[data-v-38015ba3]{font-size:.75rem;line-height:1;-webkit-user-select:none;user-select:none}.scrollable-container[data-v-52c07c6d]{will-change:transform;contain:layout style}.v-sidepanel-overlay[data-v-37a55d1c]{background-color:#00000069}.slide-right-enter-active[data-v-37a55d1c],.slide-left-enter-active[data-v-37a55d1c]{transition:opacity 80ms ease-out}.slide-right-leave-active[data-v-37a55d1c],.slide-left-leave-active[data-v-37a55d1c]{transition:opacity .12s ease-in}.slide-right-enter-from[data-v-37a55d1c],.slide-right-leave-to[data-v-37a55d1c],.slide-left-enter-from[data-v-37a55d1c],.slide-left-leave-to[data-v-37a55d1c]{opacity:0}.sidepanel-body[data-v-37a55d1c]{will-change:transform,opacity;contain:layout style}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity: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}.carousel-wrapper[data-v-e8fba320]{width:100%;position:relative;will-change:transform;contain:layout style}.breadcrumb-item[data-v-ecb5df7c]{display:inline-flex;align-items:center;cursor:pointer}.breadcrumb-link[data-v-ecb5df7c]{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-ecb5df7c]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-ecb5df7c]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-ecb5df7c]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-ecb5df7c]{flex-shrink:0}.breadcrumb-list[data-v-d1e90135]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.38em}.breadcrumb--sm[data-v-d1e90135]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-d1e90135]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-d1e90135]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-d1e90135]{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-d1e90135]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-d1e90135]{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-d1e90135]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-d1e90135]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-d1e90135] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-d1e90135] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-d1e90135] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-d1e90135]{gap:0}.breadcrumb--arrow[data-v-d1e90135] .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-d1e90135] .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-d1e90135] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-d1e90135] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-d1e90135]{display:none}.file-tree-container[data-v-91337be9]{will-change:transform;contain:layout style}:where(.rte-editor,.rte-reader) h1{display:block;font-size:1.5rem!important;font-weight:700!important;margin:.5em 0 .2em!important;line-height:1.3}:where(.rte-editor,.rte-reader) h2{display:block;font-size:1.2rem!important;font-weight:600!important;margin:.45em 0 .2em!important;line-height:1.35}:where(.rte-editor,.rte-reader) p{display:block;margin:.2em 0!important}:where(.rte-editor,.rte-reader) div{margin:.1em 0}:where(.rte-editor,.rte-reader) blockquote{display:block;border-left:3px solid var(--color-primary);margin:.6em 0!important;padding:.35em 1em!important;color:var(--color-muted-foreground);font-style:italic;background:color-mix(in oklab,var(--color-primary) 6%,transparent);border-radius:0 var(--radius-sm) var(--radius-sm) 0}:where(.rte-editor,.rte-reader) ul{display:block!important;list-style-type:disc!important;list-style-position:inside!important;padding-left:1.6em!important;margin:.35em 0!important}:where(.rte-editor,.rte-reader) ol{display:block!important;list-style-type:decimal!important;list-style-position:inside!important;padding-left:1.6em!important;margin:.35em 0!important}:where(.rte-editor,.rte-reader) li{display:list-item!important;margin:.15em 0!important;padding-left:.15em}:where(.rte-editor,.rte-reader) ul ul,:where(.rte-editor,.rte-reader) ol ul{list-style-type:circle!important}:where(.rte-editor,.rte-reader) ul ul ul,:where(.rte-editor,.rte-reader) ol ol ul{list-style-type:square!important}:where(.rte-editor,.rte-reader) ol ol{list-style-type:lower-alpha!important}:where(.rte-editor,.rte-reader) ol ol ol{list-style-type:lower-roman!important}:where(.rte-editor,.rte-reader) hr{display:block!important;border:0!important;border-top:1px solid var(--color-border)!important;margin:1.5em 0!important}:where(.rte-editor,.rte-reader) a{color:var(--color-info);text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .12s ease}:where(.rte-editor,.rte-reader) a:hover{color:var(--color-info-dark, var(--color-info));text-decoration-thickness:2px}:where(.rte-editor,.rte-reader) code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em;background:var(--color-muted);color:var(--color-foreground);padding:.2em .4em;border-radius:var(--radius-sm);border:none}:where(.rte-editor,.rte-reader) img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:1em 0;display:block;box-shadow:0 0 0 1px var(--color-border);transition:filter .2s,opacity .2s}.rte-editor img.rte-image-uploading{opacity:.6;filter:grayscale(100%) blur(2px);cursor:wait}:where(.rte-editor,.rte-reader) strong,:where(.rte-editor,.rte-reader) b{font-weight:700!important}:where(.rte-editor,.rte-reader) em,:where(.rte-editor,.rte-reader) i{font-style:italic!important}:where(.rte-editor,.rte-reader) u{text-decoration:underline!important;text-decoration-thickness:1.5px;text-underline-offset:2px}:where(.rte-editor,.rte-reader) s,:where(.rte-editor,.rte-reader) strike{text-decoration:line-through!important}.rte-editor ::selection{background:color-mix(in oklab,var(--color-primary) 22%,transparent)}.rte-toolbar{display:flex;flex-wrap:wrap;padding:6px 8px;gap:2px;border-bottom:1px solid var(--color-border);background:var(--color-background);border-radius:calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;align-items:center}.rte-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--color-muted-foreground);cursor:pointer;transition:all .1s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.rte-btn:hover:not(:disabled){background:var(--color-accent);color:var(--color-foreground)}.rte-btn--active{background:var(--color-accent);color:var(--color-foreground)}.rte-btn--text{font-size:.75rem;font-weight:700;width:auto;min-width:28px;padding:0 6px}.rte-icon{width:1.1rem;height:1.1rem;stroke-width:2.5}.rte-btn:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.rte-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.rte-sep{width:1px;height:18px;background:var(--color-border);margin:0 3px;flex-shrink:0}.rte-link-popover{position:absolute;top:0;left:0;z-index:60;width:300px;max-width:min(300px,calc(100vw - 24px));background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 2px 4px #0000000f,0 8px 24px #0000001a;padding:8px;display:flex;flex-direction:column;gap:6px;will-change:transform,opacity}.rte-link-input-row{display:flex;align-items:center;gap:6px;background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0 8px;transition:border-color .15s ease,box-shadow .15s ease}.rte-link-input-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in oklab,var(--color-primary) 12%,transparent)}.rte-link-icon-prefix{width:.875rem;height:.875rem;color:var(--color-muted-foreground);flex-shrink:0}.rte-link-input{flex:1;background:transparent;border:none;outline:none;font-size:.8rem;color:var(--color-foreground);padding:7px 0;min-width:0;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace}.rte-link-input::placeholder{color:var(--color-muted-foreground);font-family:inherit}.rte-link-actions-row{display:flex;align-items:center;gap:3px}.rte-link-action-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:none;border-radius:var(--radius-sm);background:transparent;font-size:.75rem;font-weight:500;cursor:pointer;color:var(--color-muted-foreground);transition:background .12s ease,color .12s ease}.rte-link-action-btn:hover{background:var(--color-accent);color:var(--color-foreground)}.rte-link-action-btn--danger{color:var(--color-destructive)}.rte-link-action-btn--danger:hover{background:color-mix(in oklab,var(--color-destructive) 10%,transparent);color:var(--color-destructive)}.rte-link-apply-btn{background:var(--color-primary);color:var(--color-primary-foreground);width:24px;height:24px;padding:4px;cursor:pointer}.rte-link-apply-btn:disabled{opacity:.5;cursor:not-allowed}.rte-link-apply-btn:hover:not(:disabled){background:color-mix(in oklab,var(--color-primary) 88%,var(--color-primary-foreground));color:var(--color-primary-foreground)}.rte-root{display:flex;flex-direction:column;gap:6px;width:100%}.rte-label{font-size:.825rem;font-weight:500;color:var(--color-foreground);margin-bottom:2px}.rte-wrapper{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);position:relative;transition:border-color .15s ease,box-shadow .15s ease;display:flex;flex-direction:column}.rte-root.rte-focused .rte-wrapper{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in oklab,var(--color-primary) 12%,transparent)}.rte-root.rte-disabled .rte-wrapper{background:var(--color-muted);opacity:.6}.rte-root.rte-error .rte-wrapper{border-color:var(--color-destructive)}.rte-root.rte-error.rte-focused .rte-wrapper{box-shadow:0 0 0 2px color-mix(in oklab,var(--color-destructive) 15%,transparent)}.rte-body-wrap{position:relative;overflow:visible}.rte-editor{outline:none;padding:14px 16px;color:var(--color-foreground);font-size:.9rem;line-height:1.7;width:100%;box-sizing:border-box;overflow-y:auto;border-radius:0 0 var(--radius) var(--radius);word-break:break-word;overflow-wrap:break-word;will-change:transform;contain:layout style}.rte-editor[contenteditable=true]{caret-color:var(--color-primary)}.rte-placeholder{position:absolute;top:14px;left:16px;color:var(--color-muted-foreground);font-size:.9rem;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1.7}.rte-error-msg{font-size:.78rem;color:var(--color-destructive);margin:0;line-height:1.4}.rte-reader[data-v-55b9fd8b]{font-family:inherit;color:var(--color-foreground);font-size:.9rem;line-height:1.7;word-break:break-word;overflow-wrap:break-word;padding:0;margin:0}.sheet-container[data-v-e674bcbc]{will-change:transform;contain:layout style}.vl-comment-actions[data-v-446c60ad]{opacity:0;transition:opacity .15s ease}.vl-comment:hover:not(:has(.vl-comment:hover))>div>.vl-comment-header>.vl-comment-actions[data-v-446c60ad]{opacity:1}.vl-comment-actions[data-v-446c60ad]:focus-within{opacity:1}.vl-comment:has(.vl-comment-actions button[aria-label="Confirm delete"]) .vl-comment-actions[data-v-446c60ad]{opacity:1}.accordion-enter-active[data-v-0075dffb],.accordion-leave-active[data-v-0075dffb]{transition:height .3s ease-in-out;will-change:height}.content-wrapper[data-v-0075dffb]{contain:paint}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.drill-forward-enter-active,.drill-forward-leave-active{transition:all .28s cubic-bezier(.4,0,.2,1)}.drill-forward-enter-from{opacity:0;transform:translate(40%)}.drill-forward-enter-to,.drill-forward-leave-from{opacity:1;transform:translate(0)}.drill-forward-leave-to{opacity:0;transform:translate(-40%)}.drill-forward-leave-active{position:absolute;top:0;left:0;right:0}.drill-backward-enter-active,.drill-backward-leave-active{transition:all .28s cubic-bezier(.4,0,.2,1)}.drill-backward-enter-from{opacity:0;transform:translate(-40%)}.drill-backward-enter-to,.drill-backward-leave-from{opacity:1;transform:translate(0)}.drill-backward-leave-to{opacity:0;transform:translate(40%)}.drill-backward-leave-active{position:absolute;top:0;left:0;right:0}.sidebar-drilldown-container{min-height:0}.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-f4695eed]{max-height:70vh;will-change:transform;contain:layout style}.permission-list-wrapper[data-v-a42b2fb0]{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background-color:var(--color-background);will-change:transform;contain:layout style}.custom-list-header[data-v-a42b2fb0]{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-a42b2fb0]{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-a42b2fb0]:hover{background-color:var(--color-accent)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]:last-child{border-bottom:none}.custom-list-group-content+.custom-list-header[data-v-a42b2fb0],.custom-list-header+.custom-list-header[data-v-a42b2fb0]{border-top:1px solid var(--color-border)}.permission-list-wrapper>.custom-list-header[data-v-a42b2fb0]:last-child{border-bottom:none}.permission-matrix-wrapper[data-v-e8bfdc18]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto;max-height:65vh;position:relative;will-change:transform;contain:layout style}.custom-table[data-v-e8bfdc18]{width:100%;border-collapse:collapse}.custom-sticky-header th[data-v-e8bfdc18]{position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--color-border)}.custom-th[data-v-e8bfdc18]{background-color:var(--color-gray-150);color:var(--color-foreground);background-clip:padding-box;border-bottom:none;border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}thead:not(.custom-sticky-header) .custom-th[data-v-e8bfdc18]{border-bottom:1px solid var(--color-border)}.custom-th.text-center[data-v-e8bfdc18]{text-align:center;min-width:100px}.custom-th[data-v-e8bfdc18]:first-child{border-left:none}.custom-td[data-v-e8bfdc18]{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-e8bfdc18]{text-align:center}.custom-td[data-v-e8bfdc18]:first-child{border-left:none}.custom-group-row td[data-v-e8bfdc18]{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-e8bfdc18]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-e8bfdc18]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-e8bfdc18]{border-bottom:none}.custom-active-cell[data-v-e8bfdc18]{cursor:pointer}.custom-active-cell[data-v-e8bfdc18]:hover{background-color:var(--color-accent)}.attached-group[data-v-298c3d8a] button{position:relative}.attached-group[data-v-298c3d8a] button:focus-visible,.attached-group[data-v-298c3d8a] button:hover{z-index:10}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:not(:first-child){margin-inline-start:-1px}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:first-child{border-start-end-radius:0!important;border-end-end-radius:0!important}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0!important}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:last-child{border-start-start-radius:0!important;border-end-start-radius:0!important}.vertical-group[data-v-298c3d8a] button:not(:first-child){margin-block-start:-1px}.vertical-group[data-v-298c3d8a] button:first-child{border-end-start-radius:0!important;border-end-end-radius:0!important}.vertical-group[data-v-298c3d8a] button:not(:first-child):not(:last-child){border-radius:0!important}.vertical-group[data-v-298c3d8a] button:last-child{border-start-start-radius:0!important;border-start-end-radius:0!important}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;height:100%}.vertical-group[data-v-298c3d8a] 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}[data-v-63e46f6b] .calendar-view{--calendar-primary-color: var(--color-primary);--calendar-bg-color: transparent !important;--calendar-border-color: var(--color-border);--calendar-text-color: var(--color-foreground);--calendar-hover-color: var(--color-accent)}[data-v-63e46f6b] .v-event-calendar .add-event-icon,[data-v-63e46f6b] .v-event-calendar .add-event-icon svg{color:var(--color-primary-fg)!important}.vlite-line-chart[data-v-07c9fb47]{position:relative}.vlite-scc-grid[data-v-e6172e07]{display:flex;width:100%}.vlite-scc-card[data-v-e6172e07]{flex:1;position:relative;display:flex;align-items:stretch}.vlite-scc-separator[data-v-e6172e07]{width:1px;align-self:stretch;background:var(--color-border, #e4e4e7);opacity:.3;margin:8px 0;flex-shrink:0;background-image:repeating-linear-gradient(to bottom,var(--color-border, #e4e4e7) 0px,var(--color-border, #e4e4e7) 4px,transparent 4px,transparent 8px);background-color:transparent}.vlite-scc-content[data-v-e6172e07]{display:flex;flex-direction:column;align-items:flex-start;padding:16px 20px;flex:1;min-height:200px}.vlite-scc-label[data-v-e6172e07]{font-size:13px;font-weight:500;color:var(--color-muted-foreground, #71717a);margin:0 0 6px}.vlite-scc-pct[data-v-e6172e07]{font-size:36px;font-weight:800;color:var(--color-foreground, #09090b);margin:0;line-height:1.1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.vlite-scc-spacer[data-v-e6172e07]{flex:1}.vlite-scc-indicator[data-v-e6172e07]{border-radius:10px;margin-bottom:14px;transition:width .6s ease,height .6s ease}.vlite-scc-footer[data-v-e6172e07]{display:flex;align-items:center;gap:8px}.vlite-scc-value[data-v-e6172e07]{font-size:14px;font-weight:600;color:var(--color-foreground, #09090b);font-variant-numeric:tabular-nums}.vlite-scc-trend-icon[data-v-e6172e07]{width:14px;height:14px}.vlite-scc-trend-up[data-v-e6172e07]{color:var(--color-success, #22c55e);transform:rotate(25deg)}.vlite-scc-trend-down[data-v-e6172e07]{color:var(--color-danger, #ef4444);transform:rotate(-25deg)}.vlite-gantt-chart[data-v-91cc2885]{font-family:inherit}.vlite-gantt-toolbar[data-v-91cc2885]{display:flex;justify-content:flex-end;margin-bottom:8px;gap:6px}.vlite-gantt-btn[data-v-91cc2885]{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:600;color:var(--color-muted-foreground);background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:all .15s}.vlite-gantt-btn[data-v-91cc2885]:hover:not(:disabled){background:var(--color-accent);color:var(--color-foreground)}.vlite-gantt-btn[data-v-91cc2885]:disabled{opacity:.5;cursor:not-allowed}.vlite-gantt-zoom-controls[data-v-91cc2885]{display:flex;gap:6px}.vlite-gantt-wrapper[data-v-91cc2885]{display:flex;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-background)}.vlite-gantt-sidebar[data-v-91cc2885]{flex-shrink:0;border-right:1px solid var(--color-border);background:var(--color-background);z-index:2}.vlite-gantt-sidebar-header[data-v-91cc2885]{display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--color-border);background:color-mix(in oklab,var(--color-background) 97%,var(--color-foreground))}.vlite-gantt-sidebar-body[data-v-91cc2885]{overflow-y:hidden;overflow-x:hidden}.vlite-gantt-sidebar-row[data-v-91cc2885]{display:flex;align-items:center;padding:0 12px;border-bottom:1px solid color-mix(in oklab,var(--color-border) 50%,transparent)}.vlite-gantt-group-toggle[data-v-91cc2885]{display:flex;align-items:center;gap:6px;width:100%;padding:0 4px;background:none;border:none;cursor:pointer;color:inherit;text-align:left}.vlite-gantt-group-toggle[data-v-91cc2885]:hover{opacity:.8}.vlite-gantt-chevron[data-v-91cc2885]{transition:transform .2s ease;color:var(--color-muted-foreground);flex-shrink:0}.vlite-gantt-chevron-collapsed[data-v-91cc2885]{transform:rotate(-90deg)}.vlite-gantt-group-count[data-v-91cc2885]{font-size:10px;font-weight:600;color:var(--color-muted-foreground);background:var(--color-muted);padding:1px 6px;border-radius:99px;margin-left:auto}.vlite-gantt-task-name[data-v-91cc2885]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:0 4px;width:100%;transition:all .15s}.vlite-gantt-task-name[data-v-91cc2885]:hover{opacity:.75}.vlite-gantt-task-name-grouped[data-v-91cc2885]{padding-left:20px}.vlite-gantt-task-name-dragging[data-v-91cc2885]{background:color-mix(in oklab,var(--color-primary) 8%,transparent);border-radius:4px}.vlite-gantt-task-dot[data-v-91cc2885]{width:7px;height:7px;border-radius:2px;flex-shrink:0}.vlite-gantt-progress-badge[data-v-91cc2885]{font-size:10px;font-weight:700;color:var(--color-muted-foreground);margin-left:auto;flex-shrink:0}.vlite-gantt-timeline[data-v-91cc2885]{flex:1;overflow-x:auto;overflow-y:auto;position:relative}.vlite-gantt-timeline-header[data-v-91cc2885]{position:sticky;top:0;z-index:1;border-bottom:1px solid var(--color-border);background:color-mix(in oklab,var(--color-background) 97%,var(--color-foreground))}.vlite-gantt-timeline-body[data-v-91cc2885]{position:relative}.vlite-gantt-bar-dragging[data-v-91cc2885]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));z-index:10}.vlite-gantt-dep-group[data-v-91cc2885]{transition:opacity .2s}.vlite-gantt-dep-group[data-v-91cc2885]:hover{opacity:1!important}.vlite-gantt-tooltip-progress-track[data-v-91cc2885]{width:60px;height:4px;border-radius:2px;background:var(--color-muted);overflow:hidden}.vlite-gantt-tooltip-progress-fill[data-v-91cc2885]{height:100%;border-radius:2px;transition:width .3s ease}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar{height:6px;width:6px}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar-track{background:transparent}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar-thumb{background:var(--color-scrollbar);border-radius:3px}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-hover)}.vlite-gantt-sidebar-body[data-v-91cc2885]::-webkit-scrollbar{width:0;display:none}.is-solid[data-v-33afc5cb] path,.is-solid[data-v-33afc5cb] polygon,.is-solid[data-v-33afc5cb] circle,.is-solid[data-v-33afc5cb] rect{fill:currentColor!important}.toast-item[data-v-9c775c23]{will-change:transform,opacity;contain:layout style}.first-toast-enter-active[data-v-9c775c23]{animation:first-toast-in-9c775c23 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-9c775c23]{transition:all .25s ease-in}.first-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-9c775c23{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-9c775c23],.stack-toast-leave-active[data-v-9c775c23]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-9c775c23]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-9c775c23]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.cp-item-transition[data-v-66b1ae06]{transition:background-color 80ms ease,color 80ms ease}.command-palette-content[data-v-aa0dbb48] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-aa0dbb48] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-aa0dbb48] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.cp-scroll-container[data-v-aa0dbb48]{transform:translateZ(0);will-change:transform;touch-action:pan-y;backface-visibility:hidden}
|
|
1707
|
+
input[data-v-cce64dd9]::-webkit-outer-spin-button,input[data-v-cce64dd9]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-cce64dd9]{-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}.vl-thumbnail-selector__filepicker-inline[data-v-9fd1363d]{display:contents}.vl-thumbnail-selector__card:hover .vl-thumbnail-selector__delete[data-v-9fd1363d],.vl-thumbnail-selector__card:hover .vl-thumbnail-selector__drag-handle[data-v-9fd1363d]{opacity:1}.vl-thumbnail-selector__card[data-v-9fd1363d]:not(.border-primary):hover{border-color:color-mix(in sRGB,var(--color-primary, currentColor) 40%,transparent)}.dropdown-menu[data-v-5cf38b33]{will-change:transform;contain:layout style}.v-modal-overlay[data-v-e4bc0806]{background-color:#00000085}.v-modal-backdrop[data-v-e4bc0806]{transform:translateZ(0)}.modal-dialog-enter-active[data-v-e4bc0806]{transition:opacity 80ms ease-out}.modal-dialog-leave-active[data-v-e4bc0806]{transition:opacity .12s ease-in}.modal-dialog-enter-from[data-v-e4bc0806],.modal-dialog-leave-to[data-v-e4bc0806]{opacity:0}.modal-body[data-v-e4bc0806]{will-change:opacity;contain:layout style}.blink-bg[data-v-e4bc0806]{animation:blink-animation-e4bc0806 1s infinite}@keyframes blink-animation-e4bc0806{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-30cab34f]{will-change:transform;contain:layout style}.custom-fields-table[data-v-30cab34f] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-30cab34f] input,.custom-fields-table[data-v-30cab34f] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-30cab34f] input,.custom-fields-table[data-v-30cab34f] textarea,.custom-fields-table[data-v-30cab34f] select,.custom-fields-table[data-v-30cab34f] .input-wrapper,.custom-fields-table[data-v-30cab34f] .tooltip-trigger button,.custom-fields-table[data-v-30cab34f] .tooltip-trigger>div{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-30cab34f] input:focus,.custom-fields-table[data-v-30cab34f] textarea:focus,.custom-fields-table[data-v-30cab34f] select:focus,.custom-fields-table[data-v-30cab34f] .input-wrapper:focus-within,.custom-fields-table[data-v-30cab34f] .tooltip-trigger button:focus,.custom-fields-table[data-v-30cab34f] .tooltip-trigger>div:focus,.custom-fields-table[data-v-30cab34f] .tooltip-trigger>div: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-30cab34f] .w-full{width:100%;height:100%}.list-enter-active[data-v-30cab34f]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-30cab34f]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-54cb90d4]{display:flex;flex-direction:column}.form-field-item[data-v-54cb90d4]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-fdd38572]{width:100%}[data-tabes][data-v-1e044fd1]:not(.inline-flex):not([class*=gap-6])>:where(button,a,[role=tab]){flex:1 1 0%;min-width:0}[data-tabes].inline-flex[data-v-1e044fd1]{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}[data-tabes].inline-flex[data-v-1e044fd1]::-webkit-scrollbar{display:none}@media(max-width:480px){[data-tabes][data-v-1e044fd1]:not([class*=flex-wrap]){overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}[data-tabes][data-v-1e044fd1]:not([class*=flex-wrap])::-webkit-scrollbar{display:none}}.scrollable-container[data-v-38015ba3]{will-change:transform;contain:layout style}.kanban-board--disabled[data-v-38015ba3]{opacity:.75;background-color:color-mix(in srgb,var(--color-card) 85%,var(--color-muted) 15%)}.kanban-lock-badge[data-v-38015ba3]{font-size:.75rem;line-height:1;-webkit-user-select:none;user-select:none}.scrollable-container[data-v-52c07c6d]{will-change:transform;contain:layout style}.v-sidepanel-overlay[data-v-37a55d1c]{background-color:#00000069}.slide-right-enter-active[data-v-37a55d1c],.slide-left-enter-active[data-v-37a55d1c]{transition:opacity 80ms ease-out}.slide-right-leave-active[data-v-37a55d1c],.slide-left-leave-active[data-v-37a55d1c]{transition:opacity .12s ease-in}.slide-right-enter-from[data-v-37a55d1c],.slide-right-leave-to[data-v-37a55d1c],.slide-left-enter-from[data-v-37a55d1c],.slide-left-leave-to[data-v-37a55d1c]{opacity:0}.sidepanel-body[data-v-37a55d1c]{will-change:transform,opacity;contain:layout style}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity: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}.carousel-wrapper[data-v-2d3c51df]{width:100%;position:relative;will-change:transform;contain:layout style}.breadcrumb-item[data-v-ecb5df7c]{display:inline-flex;align-items:center;cursor:pointer}.breadcrumb-link[data-v-ecb5df7c]{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-ecb5df7c]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-ecb5df7c]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-ecb5df7c]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-ecb5df7c]{flex-shrink:0}.breadcrumb-list[data-v-d1e90135]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.38em}.breadcrumb--sm[data-v-d1e90135]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-d1e90135]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-d1e90135]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-d1e90135]{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-d1e90135]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-d1e90135]{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-d1e90135]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-d1e90135]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-d1e90135] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-d1e90135] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-d1e90135] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-d1e90135]{gap:0}.breadcrumb--arrow[data-v-d1e90135] .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-d1e90135] .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-d1e90135] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-d1e90135] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-d1e90135]{display:none}.file-tree-container[data-v-91337be9]{will-change:transform;contain:layout style}:where(.rte-editor,.rte-reader) h1{display:block;font-size:1.5rem!important;font-weight:700!important;margin:.5em 0 .2em!important;line-height:1.3}:where(.rte-editor,.rte-reader) h2{display:block;font-size:1.2rem!important;font-weight:600!important;margin:.45em 0 .2em!important;line-height:1.35}:where(.rte-editor,.rte-reader) p{display:block;margin:.2em 0!important}:where(.rte-editor,.rte-reader) div{margin:.1em 0}:where(.rte-editor,.rte-reader) blockquote{display:block;border-left:3px solid var(--color-primary);margin:.6em 0!important;padding:.35em 1em!important;color:var(--color-muted-foreground);font-style:italic;background:color-mix(in oklab,var(--color-primary) 6%,transparent);border-radius:0 var(--radius-sm) var(--radius-sm) 0}:where(.rte-editor,.rte-reader) ul{display:block!important;list-style-type:disc!important;list-style-position:inside!important;padding-left:1.6em!important;margin:.35em 0!important}:where(.rte-editor,.rte-reader) ol{display:block!important;list-style-type:decimal!important;list-style-position:inside!important;padding-left:1.6em!important;margin:.35em 0!important}:where(.rte-editor,.rte-reader) li{display:list-item!important;margin:.15em 0!important;padding-left:.15em}:where(.rte-editor,.rte-reader) ul ul,:where(.rte-editor,.rte-reader) ol ul{list-style-type:circle!important}:where(.rte-editor,.rte-reader) ul ul ul,:where(.rte-editor,.rte-reader) ol ol ul{list-style-type:square!important}:where(.rte-editor,.rte-reader) ol ol{list-style-type:lower-alpha!important}:where(.rte-editor,.rte-reader) ol ol ol{list-style-type:lower-roman!important}:where(.rte-editor,.rte-reader) hr{display:block!important;border:0!important;border-top:1px solid var(--color-border)!important;margin:1.5em 0!important}:where(.rte-editor,.rte-reader) a{color:var(--color-info);text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .12s ease}:where(.rte-editor,.rte-reader) a:hover{color:var(--color-info-dark, var(--color-info));text-decoration-thickness:2px}:where(.rte-editor,.rte-reader) code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em;background:var(--color-muted);color:var(--color-foreground);padding:.2em .4em;border-radius:var(--radius-sm);border:none}:where(.rte-editor,.rte-reader) img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:1em 0;display:block;box-shadow:0 0 0 1px var(--color-border);transition:filter .2s,opacity .2s}.rte-editor img.rte-image-uploading{opacity:.6;filter:grayscale(100%) blur(2px);cursor:wait}:where(.rte-editor,.rte-reader) strong,:where(.rte-editor,.rte-reader) b{font-weight:700!important}:where(.rte-editor,.rte-reader) em,:where(.rte-editor,.rte-reader) i{font-style:italic!important}:where(.rte-editor,.rte-reader) u{text-decoration:underline!important;text-decoration-thickness:1.5px;text-underline-offset:2px}:where(.rte-editor,.rte-reader) s,:where(.rte-editor,.rte-reader) strike{text-decoration:line-through!important}.rte-editor ::selection{background:color-mix(in oklab,var(--color-primary) 22%,transparent)}.rte-toolbar{display:flex;flex-wrap:wrap;padding:6px 8px;gap:2px;border-bottom:1px solid var(--color-border);background:var(--color-background);border-radius:calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;align-items:center}.rte-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--color-muted-foreground);cursor:pointer;transition:all .1s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.rte-btn:hover:not(:disabled){background:var(--color-accent);color:var(--color-foreground)}.rte-btn--active{background:var(--color-accent);color:var(--color-foreground)}.rte-btn--text{font-size:.75rem;font-weight:700;width:auto;min-width:28px;padding:0 6px}.rte-icon{width:1.1rem;height:1.1rem;stroke-width:2.5}.rte-btn:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.rte-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.rte-sep{width:1px;height:18px;background:var(--color-border);margin:0 3px;flex-shrink:0}.rte-link-popover{position:absolute;top:0;left:0;z-index:60;width:300px;max-width:min(300px,calc(100vw - 24px));background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 2px 4px #0000000f,0 8px 24px #0000001a;padding:8px;display:flex;flex-direction:column;gap:6px;will-change:transform,opacity}.rte-link-input-row{display:flex;align-items:center;gap:6px;background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0 8px;transition:border-color .15s ease,box-shadow .15s ease}.rte-link-input-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in oklab,var(--color-primary) 12%,transparent)}.rte-link-icon-prefix{width:.875rem;height:.875rem;color:var(--color-muted-foreground);flex-shrink:0}.rte-link-input{flex:1;background:transparent;border:none;outline:none;font-size:.8rem;color:var(--color-foreground);padding:7px 0;min-width:0;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace}.rte-link-input::placeholder{color:var(--color-muted-foreground);font-family:inherit}.rte-link-actions-row{display:flex;align-items:center;gap:3px}.rte-link-action-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:none;border-radius:var(--radius-sm);background:transparent;font-size:.75rem;font-weight:500;cursor:pointer;color:var(--color-muted-foreground);transition:background .12s ease,color .12s ease}.rte-link-action-btn:hover{background:var(--color-accent);color:var(--color-foreground)}.rte-link-action-btn--danger{color:var(--color-destructive)}.rte-link-action-btn--danger:hover{background:color-mix(in oklab,var(--color-destructive) 10%,transparent);color:var(--color-destructive)}.rte-link-apply-btn{background:var(--color-primary);color:var(--color-primary-foreground);width:24px;height:24px;padding:4px;cursor:pointer}.rte-link-apply-btn:disabled{opacity:.5;cursor:not-allowed}.rte-link-apply-btn:hover:not(:disabled){background:color-mix(in oklab,var(--color-primary) 88%,var(--color-primary-foreground));color:var(--color-primary-foreground)}.rte-root{display:flex;flex-direction:column;gap:6px;width:100%}.rte-label{font-size:.825rem;font-weight:500;color:var(--color-foreground);margin-bottom:2px}.rte-wrapper{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);position:relative;transition:border-color .15s ease,box-shadow .15s ease;display:flex;flex-direction:column}.rte-root.rte-focused .rte-wrapper{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in oklab,var(--color-primary) 12%,transparent)}.rte-root.rte-disabled .rte-wrapper{background:var(--color-muted);opacity:.6}.rte-root.rte-error .rte-wrapper{border-color:var(--color-destructive)}.rte-root.rte-error.rte-focused .rte-wrapper{box-shadow:0 0 0 2px color-mix(in oklab,var(--color-destructive) 15%,transparent)}.rte-body-wrap{position:relative;overflow:visible}.rte-editor{outline:none;padding:14px 16px;color:var(--color-foreground);font-size:.9rem;line-height:1.7;width:100%;box-sizing:border-box;overflow-y:auto;border-radius:0 0 var(--radius) var(--radius);word-break:break-word;overflow-wrap:break-word;will-change:transform;contain:layout style}.rte-editor[contenteditable=true]{caret-color:var(--color-primary)}.rte-placeholder{position:absolute;top:14px;left:16px;color:var(--color-muted-foreground);font-size:.9rem;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1.7}.rte-error-msg{font-size:.78rem;color:var(--color-destructive);margin:0;line-height:1.4}.rte-reader[data-v-55b9fd8b]{font-family:inherit;color:var(--color-foreground);font-size:.9rem;line-height:1.7;word-break:break-word;overflow-wrap:break-word;padding:0;margin:0}.sheet-container[data-v-e674bcbc]{will-change:transform;contain:layout style}.vl-comment-actions[data-v-446c60ad]{opacity:0;transition:opacity .15s ease}.vl-comment:hover:not(:has(.vl-comment:hover))>div>.vl-comment-header>.vl-comment-actions[data-v-446c60ad]{opacity:1}.vl-comment-actions[data-v-446c60ad]:focus-within{opacity:1}.vl-comment:has(.vl-comment-actions button[aria-label="Confirm delete"]) .vl-comment-actions[data-v-446c60ad]{opacity:1}.accordion-enter-active[data-v-0075dffb],.accordion-leave-active[data-v-0075dffb]{transition:height .3s ease-in-out;will-change:height}.content-wrapper[data-v-0075dffb]{contain:paint}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.drill-forward-enter-active,.drill-forward-leave-active{transition:all .28s cubic-bezier(.4,0,.2,1)}.drill-forward-enter-from{opacity:0;transform:translate(40%)}.drill-forward-enter-to,.drill-forward-leave-from{opacity:1;transform:translate(0)}.drill-forward-leave-to{opacity:0;transform:translate(-40%)}.drill-forward-leave-active{position:absolute;top:0;left:0;right:0}.drill-backward-enter-active,.drill-backward-leave-active{transition:all .28s cubic-bezier(.4,0,.2,1)}.drill-backward-enter-from{opacity:0;transform:translate(-40%)}.drill-backward-enter-to,.drill-backward-leave-from{opacity:1;transform:translate(0)}.drill-backward-leave-to{opacity:0;transform:translate(40%)}.drill-backward-leave-active{position:absolute;top:0;left:0;right:0}.sidebar-drilldown-container{min-height:0}.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-f4695eed]{max-height:70vh;will-change:transform;contain:layout style}.permission-list-wrapper[data-v-a42b2fb0]{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background-color:var(--color-background);will-change:transform;contain:layout style}.custom-list-header[data-v-a42b2fb0]{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-a42b2fb0]{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-a42b2fb0]:hover{background-color:var(--color-accent)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]:last-child{border-bottom:none}.custom-list-group-content+.custom-list-header[data-v-a42b2fb0],.custom-list-header+.custom-list-header[data-v-a42b2fb0]{border-top:1px solid var(--color-border)}.permission-list-wrapper>.custom-list-header[data-v-a42b2fb0]:last-child{border-bottom:none}.permission-matrix-wrapper[data-v-e8bfdc18]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto;max-height:65vh;position:relative;will-change:transform;contain:layout style}.custom-table[data-v-e8bfdc18]{width:100%;border-collapse:collapse}.custom-sticky-header th[data-v-e8bfdc18]{position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--color-border)}.custom-th[data-v-e8bfdc18]{background-color:var(--color-gray-150);color:var(--color-foreground);background-clip:padding-box;border-bottom:none;border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}thead:not(.custom-sticky-header) .custom-th[data-v-e8bfdc18]{border-bottom:1px solid var(--color-border)}.custom-th.text-center[data-v-e8bfdc18]{text-align:center;min-width:100px}.custom-th[data-v-e8bfdc18]:first-child{border-left:none}.custom-td[data-v-e8bfdc18]{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-e8bfdc18]{text-align:center}.custom-td[data-v-e8bfdc18]:first-child{border-left:none}.custom-group-row td[data-v-e8bfdc18]{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-e8bfdc18]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-e8bfdc18]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-e8bfdc18]{border-bottom:none}.custom-active-cell[data-v-e8bfdc18]{cursor:pointer}.custom-active-cell[data-v-e8bfdc18]:hover{background-color:var(--color-accent)}.attached-group[data-v-298c3d8a] button{position:relative}.attached-group[data-v-298c3d8a] button:focus-visible,.attached-group[data-v-298c3d8a] button:hover{z-index:10}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:not(:first-child){margin-inline-start:-1px}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:first-child{border-start-end-radius:0!important;border-end-end-radius:0!important}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0!important}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:last-child{border-start-start-radius:0!important;border-end-start-radius:0!important}.vertical-group[data-v-298c3d8a] button:not(:first-child){margin-block-start:-1px}.vertical-group[data-v-298c3d8a] button:first-child{border-end-start-radius:0!important;border-end-end-radius:0!important}.vertical-group[data-v-298c3d8a] button:not(:first-child):not(:last-child){border-radius:0!important}.vertical-group[data-v-298c3d8a] button:last-child{border-start-start-radius:0!important;border-start-end-radius:0!important}.attached-group[data-v-298c3d8a]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;height:100%}.vertical-group[data-v-298c3d8a] 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}[data-v-63e46f6b] .calendar-view{--calendar-primary-color: var(--color-primary);--calendar-bg-color: transparent !important;--calendar-border-color: var(--color-border);--calendar-text-color: var(--color-foreground);--calendar-hover-color: var(--color-accent)}[data-v-63e46f6b] .v-event-calendar .add-event-icon,[data-v-63e46f6b] .v-event-calendar .add-event-icon svg{color:var(--color-primary-fg)!important}.vlite-line-chart[data-v-07c9fb47]{position:relative}.vlite-scc-grid[data-v-e6172e07]{display:flex;width:100%}.vlite-scc-card[data-v-e6172e07]{flex:1;position:relative;display:flex;align-items:stretch}.vlite-scc-separator[data-v-e6172e07]{width:1px;align-self:stretch;background:var(--color-border, #e4e4e7);opacity:.3;margin:8px 0;flex-shrink:0;background-image:repeating-linear-gradient(to bottom,var(--color-border, #e4e4e7) 0px,var(--color-border, #e4e4e7) 4px,transparent 4px,transparent 8px);background-color:transparent}.vlite-scc-content[data-v-e6172e07]{display:flex;flex-direction:column;align-items:flex-start;padding:16px 20px;flex:1;min-height:200px}.vlite-scc-label[data-v-e6172e07]{font-size:13px;font-weight:500;color:var(--color-muted-foreground, #71717a);margin:0 0 6px}.vlite-scc-pct[data-v-e6172e07]{font-size:36px;font-weight:800;color:var(--color-foreground, #09090b);margin:0;line-height:1.1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.vlite-scc-spacer[data-v-e6172e07]{flex:1}.vlite-scc-indicator[data-v-e6172e07]{border-radius:10px;margin-bottom:14px;transition:width .6s ease,height .6s ease}.vlite-scc-footer[data-v-e6172e07]{display:flex;align-items:center;gap:8px}.vlite-scc-value[data-v-e6172e07]{font-size:14px;font-weight:600;color:var(--color-foreground, #09090b);font-variant-numeric:tabular-nums}.vlite-scc-trend-icon[data-v-e6172e07]{width:14px;height:14px}.vlite-scc-trend-up[data-v-e6172e07]{color:var(--color-success, #22c55e);transform:rotate(25deg)}.vlite-scc-trend-down[data-v-e6172e07]{color:var(--color-danger, #ef4444);transform:rotate(-25deg)}.vlite-gantt-chart[data-v-91cc2885]{font-family:inherit}.vlite-gantt-toolbar[data-v-91cc2885]{display:flex;justify-content:flex-end;margin-bottom:8px;gap:6px}.vlite-gantt-btn[data-v-91cc2885]{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:600;color:var(--color-muted-foreground);background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:all .15s}.vlite-gantt-btn[data-v-91cc2885]:hover:not(:disabled){background:var(--color-accent);color:var(--color-foreground)}.vlite-gantt-btn[data-v-91cc2885]:disabled{opacity:.5;cursor:not-allowed}.vlite-gantt-zoom-controls[data-v-91cc2885]{display:flex;gap:6px}.vlite-gantt-wrapper[data-v-91cc2885]{display:flex;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-background)}.vlite-gantt-sidebar[data-v-91cc2885]{flex-shrink:0;border-right:1px solid var(--color-border);background:var(--color-background);z-index:2}.vlite-gantt-sidebar-header[data-v-91cc2885]{display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--color-border);background:color-mix(in oklab,var(--color-background) 97%,var(--color-foreground))}.vlite-gantt-sidebar-body[data-v-91cc2885]{overflow-y:hidden;overflow-x:hidden}.vlite-gantt-sidebar-row[data-v-91cc2885]{display:flex;align-items:center;padding:0 12px;border-bottom:1px solid color-mix(in oklab,var(--color-border) 50%,transparent)}.vlite-gantt-group-toggle[data-v-91cc2885]{display:flex;align-items:center;gap:6px;width:100%;padding:0 4px;background:none;border:none;cursor:pointer;color:inherit;text-align:left}.vlite-gantt-group-toggle[data-v-91cc2885]:hover{opacity:.8}.vlite-gantt-chevron[data-v-91cc2885]{transition:transform .2s ease;color:var(--color-muted-foreground);flex-shrink:0}.vlite-gantt-chevron-collapsed[data-v-91cc2885]{transform:rotate(-90deg)}.vlite-gantt-group-count[data-v-91cc2885]{font-size:10px;font-weight:600;color:var(--color-muted-foreground);background:var(--color-muted);padding:1px 6px;border-radius:99px;margin-left:auto}.vlite-gantt-task-name[data-v-91cc2885]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:0 4px;width:100%;transition:all .15s}.vlite-gantt-task-name[data-v-91cc2885]:hover{opacity:.75}.vlite-gantt-task-name-grouped[data-v-91cc2885]{padding-left:20px}.vlite-gantt-task-name-dragging[data-v-91cc2885]{background:color-mix(in oklab,var(--color-primary) 8%,transparent);border-radius:4px}.vlite-gantt-task-dot[data-v-91cc2885]{width:7px;height:7px;border-radius:2px;flex-shrink:0}.vlite-gantt-progress-badge[data-v-91cc2885]{font-size:10px;font-weight:700;color:var(--color-muted-foreground);margin-left:auto;flex-shrink:0}.vlite-gantt-timeline[data-v-91cc2885]{flex:1;overflow-x:auto;overflow-y:auto;position:relative}.vlite-gantt-timeline-header[data-v-91cc2885]{position:sticky;top:0;z-index:1;border-bottom:1px solid var(--color-border);background:color-mix(in oklab,var(--color-background) 97%,var(--color-foreground))}.vlite-gantt-timeline-body[data-v-91cc2885]{position:relative}.vlite-gantt-bar-dragging[data-v-91cc2885]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));z-index:10}.vlite-gantt-dep-group[data-v-91cc2885]{transition:opacity .2s}.vlite-gantt-dep-group[data-v-91cc2885]:hover{opacity:1!important}.vlite-gantt-tooltip-progress-track[data-v-91cc2885]{width:60px;height:4px;border-radius:2px;background:var(--color-muted);overflow:hidden}.vlite-gantt-tooltip-progress-fill[data-v-91cc2885]{height:100%;border-radius:2px;transition:width .3s ease}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar{height:6px;width:6px}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar-track{background:transparent}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar-thumb{background:var(--color-scrollbar);border-radius:3px}.vlite-gantt-timeline[data-v-91cc2885]::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-hover)}.vlite-gantt-sidebar-body[data-v-91cc2885]::-webkit-scrollbar{width:0;display:none}.is-solid[data-v-33afc5cb] path,.is-solid[data-v-33afc5cb] polygon,.is-solid[data-v-33afc5cb] circle,.is-solid[data-v-33afc5cb] rect{fill:currentColor!important}.toast-item[data-v-9c775c23]{will-change:transform,opacity;contain:layout style}.first-toast-enter-active[data-v-9c775c23]{animation:first-toast-in-9c775c23 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-9c775c23]{transition:all .25s ease-in}.first-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-9c775c23{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-9c775c23],.stack-toast-leave-active[data-v-9c775c23]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-9c775c23]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-9c775c23]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.cp-item-transition[data-v-66b1ae06]{transition:background-color 80ms ease,color 80ms ease}.command-palette-content[data-v-aa0dbb48] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-aa0dbb48] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-aa0dbb48] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.cp-scroll-container[data-v-aa0dbb48]{transform:translateZ(0);will-change:transform;touch-action:pan-y;backface-visibility:hidden}
|
|
1707
1708
|
|