negodesign 0.0.6 → 0.0.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.
- package/dist/assets/login-01-admin.webp +0 -0
- package/dist/components/NegoDesign.svelte +24 -0
- package/dist/components/NegoDesign.svelte.d.ts +9 -0
- package/dist/components/core/button/ButtonSend.svelte +15 -0
- package/dist/components/core/button/ButtonSend.svelte.d.ts +4 -0
- package/dist/components/core/datatable/ui/DataTableActions.svelte +1 -1
- package/dist/components/core/datatable/ui/DataTableListFilter.svelte +1 -1
- package/dist/components/core/datatable/ui/DataTableListPagination.svelte +1 -1
- package/dist/components/core/form/ui/input-code-otp.svelte +58 -0
- package/dist/components/core/form/ui/input-code-otp.svelte.d.ts +10 -0
- package/dist/components/core/form/ui/input-email-or-phone.svelte +23 -0
- package/dist/components/core/form/ui/input-email-or-phone.svelte.d.ts +4 -0
- package/dist/components/core/form/ui/input-phone.svelte +21 -11
- package/dist/components/{pages/login/01/ui → core/panel}/LeftHero.svelte +16 -4
- package/dist/components/{pages/login/01/ui → core/panel}/LeftHero.svelte.d.ts +1 -1
- package/dist/components/core/tabs/data/TabModel.d.ts +1 -1
- package/dist/components/core/tabs/ui/tab-underline.svelte +3 -1
- package/dist/components/pages/forget-password/01/ui/ForgetPasswordCard.svelte +59 -0
- package/dist/components/pages/forget-password/01/ui/ForgetPasswordCard.svelte.d.ts +15 -0
- package/dist/components/pages/forget-password/01/ui/FormForgetPassword.svelte +37 -0
- package/dist/components/pages/forget-password/01/ui/FormForgetPassword.svelte.d.ts +8 -0
- package/dist/components/pages/forget-password/01/ui/PageForgetPassword01.svelte +74 -0
- package/dist/components/pages/forget-password/01/ui/PageForgetPassword01.svelte.d.ts +4 -0
- package/dist/components/pages/forget-password/PageForgetPassword.svelte +19 -0
- package/dist/components/pages/forget-password/PageForgetPassword.svelte.d.ts +15 -0
- package/dist/components/pages/forget-password/types.d.ts +15 -0
- package/dist/components/pages/login/01/ui/FormLogin.svelte +6 -4
- package/dist/components/pages/login/01/ui/FormLogin.svelte.d.ts +4 -2
- package/dist/components/pages/login/01/ui/FormLoginEmailPassword.svelte +5 -4
- package/dist/components/pages/login/01/ui/FormLoginEmailPassword.svelte.d.ts +3 -2
- package/dist/components/pages/login/01/ui/FormLoginPhonePassword.svelte +5 -4
- package/dist/components/pages/login/01/ui/FormLoginPhonePassword.svelte.d.ts +3 -2
- package/dist/components/pages/login/01/ui/FormLoginUsernamePassword.svelte +5 -4
- package/dist/components/pages/login/01/ui/FormLoginUsernamePassword.svelte.d.ts +3 -2
- package/dist/components/pages/login/01/ui/{AuthCard.svelte → LoginCard.svelte} +16 -8
- package/dist/components/pages/login/01/ui/{AuthCard.svelte.d.ts → LoginCard.svelte.d.ts} +6 -5
- package/dist/components/pages/login/01/ui/PageLogin01.svelte +86 -49
- package/dist/components/pages/login/01/ui/PageLogin01.svelte.d.ts +1 -1
- package/dist/components/pages/login/PageLogin.svelte +1 -1
- package/dist/components/pages/login/PageLogin.svelte.d.ts +1 -1
- package/dist/components/pages/login/{01/data/page-props.d.ts → types.d.ts} +4 -2
- package/dist/components/pages/login/types.js +1 -0
- package/dist/components/pages/otp-verification/01/ui/FormOtpVerification.svelte +29 -0
- package/dist/components/pages/otp-verification/01/ui/FormOtpVerification.svelte.d.ts +8 -0
- package/dist/components/pages/otp-verification/01/ui/OtpVerificationCard.svelte +56 -0
- package/dist/components/pages/otp-verification/01/ui/OtpVerificationCard.svelte.d.ts +15 -0
- package/dist/components/pages/otp-verification/01/ui/PageOtpVerification01.svelte +72 -0
- package/dist/components/pages/otp-verification/01/ui/PageOtpVerification01.svelte.d.ts +4 -0
- package/dist/components/pages/otp-verification/PageOtpVerification.svelte +16 -0
- package/dist/components/pages/otp-verification/PageOtpVerification.svelte.d.ts +12 -0
- package/dist/components/pages/otp-verification/types.d.ts +13 -0
- package/dist/components/pages/otp-verification/types.js +1 -0
- package/dist/components/pages/reset-password/01/ui/FormResetPassword.svelte +41 -0
- package/dist/components/pages/reset-password/01/ui/FormResetPassword.svelte.d.ts +8 -0
- package/dist/components/pages/reset-password/01/ui/PageResetPassword01.svelte +72 -0
- package/dist/components/pages/reset-password/01/ui/PageResetPassword01.svelte.d.ts +4 -0
- package/dist/components/pages/reset-password/01/ui/ResetPasswordCard.svelte +56 -0
- package/dist/components/pages/reset-password/01/ui/ResetPasswordCard.svelte.d.ts +15 -0
- package/dist/components/pages/reset-password/PageResetPassword.svelte +16 -0
- package/dist/components/pages/reset-password/PageResetPassword.svelte.d.ts +12 -0
- package/dist/components/pages/reset-password/types.d.ts +15 -0
- package/dist/components/pages/reset-password/types.js +1 -0
- package/dist/components/ui/badge/badge.svelte.d.ts +20 -20
- package/dist/components/ui/button/button.svelte +47 -28
- package/dist/components/ui/button/button.svelte.d.ts +77 -50
- package/dist/components/ui/button/index.d.ts +2 -2
- package/dist/components/ui/button/index.js +2 -2
- package/dist/components/ui/command/command-dialog.svelte +42 -0
- package/dist/components/ui/command/command-dialog.svelte.d.ts +14 -0
- package/dist/components/ui/command/command-empty.svelte +17 -0
- package/dist/components/ui/command/command-empty.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-group.svelte +33 -0
- package/dist/components/ui/command/command-group.svelte.d.ts +7 -0
- package/dist/components/ui/command/command-input.svelte +33 -0
- package/dist/components/ui/command/command-input.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-item.svelte +27 -0
- package/dist/components/ui/command/command-item.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-link-item.svelte +20 -0
- package/dist/components/ui/command/command-link-item.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-list.svelte +20 -0
- package/dist/components/ui/command/command-list.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-loading.svelte +7 -0
- package/dist/components/ui/command/command-loading.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-separator.svelte +17 -0
- package/dist/components/ui/command/command-separator.svelte.d.ts +4 -0
- package/dist/components/ui/command/command-shortcut.svelte +23 -0
- package/dist/components/ui/command/command-shortcut.svelte.d.ts +5 -0
- package/dist/components/ui/command/command.svelte +28 -0
- package/dist/components/ui/command/command.svelte.d.ts +8 -0
- package/dist/components/ui/command/index.d.ts +12 -0
- package/dist/components/ui/command/index.js +14 -0
- package/dist/components/ui/dialog/dialog-close.svelte +11 -0
- package/dist/components/ui/dialog/dialog-close.svelte.d.ts +4 -0
- package/dist/components/ui/dialog/dialog-content.svelte +48 -0
- package/dist/components/ui/dialog/dialog-content.svelte.d.ts +13 -0
- package/dist/components/ui/dialog/dialog-description.svelte +20 -0
- package/dist/components/ui/dialog/dialog-description.svelte.d.ts +4 -0
- package/dist/components/ui/dialog/dialog-footer.svelte +32 -0
- package/dist/components/ui/dialog/dialog-footer.svelte.d.ts +8 -0
- package/dist/components/ui/dialog/dialog-header.svelte +20 -0
- package/dist/components/ui/dialog/dialog-header.svelte.d.ts +5 -0
- package/dist/components/ui/dialog/dialog-overlay.svelte +20 -0
- package/dist/components/ui/dialog/dialog-overlay.svelte.d.ts +4 -0
- package/dist/components/ui/dialog/dialog-portal.svelte +7 -0
- package/dist/components/ui/dialog/dialog-portal.svelte.d.ts +3 -0
- package/dist/components/ui/dialog/dialog-title.svelte +17 -0
- package/dist/components/ui/dialog/dialog-title.svelte.d.ts +4 -0
- package/dist/components/ui/dialog/dialog-trigger.svelte +11 -0
- package/dist/components/ui/dialog/dialog-trigger.svelte.d.ts +4 -0
- package/dist/components/ui/dialog/dialog.svelte +7 -0
- package/dist/components/ui/dialog/dialog.svelte.d.ts +3 -0
- package/dist/components/ui/dialog/index.d.ts +11 -0
- package/dist/components/ui/dialog/index.js +13 -0
- package/dist/components/ui/input/index.d.ts +2 -2
- package/dist/components/ui/input/index.js +2 -2
- package/dist/components/ui/input/input.svelte +9 -9
- package/dist/components/ui/input/input.svelte.d.ts +5 -5
- package/dist/components/ui/input-group/index.d.ts +7 -0
- package/dist/components/ui/input-group/index.js +9 -0
- package/dist/components/ui/input-group/input-group-addon.svelte +53 -0
- package/dist/components/ui/input-group/input-group-addon.svelte.d.ts +32 -0
- package/dist/components/ui/input-group/input-group-button.svelte +49 -0
- package/dist/components/ui/input-group/input-group-button.svelte.d.ts +32 -0
- package/dist/components/ui/input-group/input-group-input.svelte +23 -0
- package/dist/components/ui/input-group/input-group-input.svelte.d.ts +11 -0
- package/dist/components/ui/input-group/input-group-text.svelte +22 -0
- package/dist/components/ui/input-group/input-group-text.svelte.d.ts +5 -0
- package/dist/components/ui/input-group/input-group-textarea.svelte +23 -0
- package/dist/components/ui/input-group/input-group-textarea.svelte.d.ts +3 -0
- package/dist/components/ui/input-group/input-group.svelte +24 -0
- package/dist/components/ui/input-group/input-group.svelte.d.ts +5 -0
- package/dist/components/ui/input-otp/index.d.ts +5 -0
- package/dist/components/ui/input-otp/index.js +5 -0
- package/dist/components/ui/input-otp/input-otp-group.svelte +20 -0
- package/dist/components/ui/input-otp/input-otp-group.svelte.d.ts +5 -0
- package/dist/components/ui/input-otp/input-otp-separator.svelte +28 -0
- package/dist/components/ui/input-otp/input-otp-separator.svelte.d.ts +5 -0
- package/dist/components/ui/input-otp/input-otp-slot.svelte +31 -0
- package/dist/components/ui/input-otp/input-otp-slot.svelte.d.ts +4 -0
- package/dist/components/ui/input-otp/input-otp.svelte +23 -0
- package/dist/components/ui/input-otp/input-otp.svelte.d.ts +4 -0
- package/dist/components/ui/language-switcher/index.d.ts +1 -1
- package/dist/components/ui/language-switcher/language-switcher.svelte +1 -1
- package/dist/components/ui/light-switch/light-switch.svelte +2 -2
- package/dist/components/ui/light-switch/light-switch.svelte.d.ts +1 -1
- package/dist/components/ui/phone-input/country-selector.svelte +101 -0
- package/dist/components/ui/phone-input/country-selector.svelte.d.ts +13 -0
- package/dist/components/ui/phone-input/flag.svelte +21 -0
- package/dist/components/ui/phone-input/flag.svelte.d.ts +7 -0
- package/dist/components/ui/phone-input/flags.d.ts +2 -0
- package/dist/components/ui/phone-input/flags.js +10 -0
- package/dist/components/ui/phone-input/index.d.ts +3 -0
- package/dist/components/ui/phone-input/index.js +2 -0
- package/dist/components/ui/phone-input/phone-input.svelte +63 -0
- package/dist/components/ui/phone-input/phone-input.svelte.d.ts +7 -0
- package/dist/components/ui/phone-input/types.d.ts +16 -0
- package/dist/components/ui/phone-input/types.js +1 -0
- package/dist/components/ui/popover/index.d.ts +9 -0
- package/dist/components/ui/popover/index.js +11 -0
- package/dist/components/ui/popover/popover-close.svelte +7 -0
- package/dist/components/ui/popover/popover-close.svelte.d.ts +4 -0
- package/dist/components/ui/popover/popover-content.svelte +31 -0
- package/dist/components/ui/popover/popover-content.svelte.d.ts +10 -0
- package/dist/components/ui/popover/popover-description.svelte +20 -0
- package/dist/components/ui/popover/popover-description.svelte.d.ts +5 -0
- package/dist/components/ui/popover/popover-header.svelte +20 -0
- package/dist/components/ui/popover/popover-header.svelte.d.ts +5 -0
- package/dist/components/ui/popover/popover-portal.svelte +7 -0
- package/dist/components/ui/popover/popover-portal.svelte.d.ts +3 -0
- package/dist/components/ui/popover/popover-title.svelte +15 -0
- package/dist/components/ui/popover/popover-title.svelte.d.ts +5 -0
- package/dist/components/ui/popover/popover-trigger.svelte +17 -0
- package/dist/components/ui/popover/popover-trigger.svelte.d.ts +4 -0
- package/dist/components/ui/popover/popover.svelte +7 -0
- package/dist/components/ui/popover/popover.svelte.d.ts +3 -0
- package/dist/components/ui/scroll-area/index.d.ts +3 -0
- package/dist/components/ui/scroll-area/index.js +5 -0
- package/dist/components/ui/scroll-area/scroll-area-scrollbar.svelte +30 -0
- package/dist/components/ui/scroll-area/scroll-area-scrollbar.svelte.d.ts +4 -0
- package/dist/components/ui/scroll-area/scroll-area.svelte +43 -0
- package/dist/components/ui/scroll-area/scroll-area.svelte.d.ts +11 -0
- package/dist/components/ui/sidebar/sidebar-menu-button.svelte.d.ts +17 -17
- package/dist/components/ui/tabs/tabs-list.svelte.d.ts +8 -8
- package/dist/components/ui/textarea/index.d.ts +2 -0
- package/dist/components/ui/textarea/index.js +4 -0
- package/dist/components/ui/textarea/textarea.svelte +23 -0
- package/dist/components/ui/textarea/textarea.svelte.d.ts +5 -0
- package/dist/globals.css +579 -22
- package/dist/i18n/config.d.ts +15 -0
- package/dist/i18n/config.js +38 -0
- package/dist/i18n/index.d.ts +14 -2
- package/dist/i18n/index.js +16 -4
- package/dist/i18n/langs/en.d.ts +76 -0
- package/dist/i18n/langs/en.js +75 -0
- package/dist/i18n/langs/pt.d.ts +76 -0
- package/dist/i18n/langs/pt.js +75 -0
- package/dist/i18n/translations.d.ts +76 -0
- package/dist/i18n/translations.js +4 -74
- package/dist/index.d.ts +28 -3
- package/dist/index.js +28 -3
- package/dist/types/index.d.ts +27 -0
- package/dist/types/index.js +1 -0
- package/package.json +14 -3
- package/dist/components/button.svelte +0 -83
- package/dist/components/button.svelte.d.ts +0 -32
- package/dist/components/pages/NegoDesignLayout.svelte +0 -7
- package/dist/components/pages/NegoDesignLayout.svelte.d.ts +0 -5
- /package/dist/components/pages/{login/01/data/page-props.js → forget-password/types.js} +0 -0
package/dist/globals.css
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
--tracking-widest: 0.1em;
|
|
43
43
|
--leading-tight: 1.25;
|
|
44
44
|
--leading-relaxed: 1.625;
|
|
45
|
+
--radius-md: calc(var(--radius) * 0.8);
|
|
45
46
|
--radius-xl: calc(var(--radius) * 1.4);
|
|
46
47
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
47
48
|
--animate-spin: spin 1s linear infinite;
|
|
@@ -248,6 +249,12 @@
|
|
|
248
249
|
.top-1\.5 {
|
|
249
250
|
top: calc(var(--spacing) * 1.5);
|
|
250
251
|
}
|
|
252
|
+
.top-1\/2 {
|
|
253
|
+
top: calc(1 / 2 * 100%);
|
|
254
|
+
}
|
|
255
|
+
.top-1\/3 {
|
|
256
|
+
top: calc(1 / 3 * 100%);
|
|
257
|
+
}
|
|
251
258
|
.top-3\.5 {
|
|
252
259
|
top: calc(var(--spacing) * 3.5);
|
|
253
260
|
}
|
|
@@ -275,6 +282,9 @@
|
|
|
275
282
|
.bottom-0 {
|
|
276
283
|
bottom: 0px;
|
|
277
284
|
}
|
|
285
|
+
.left-1\/2 {
|
|
286
|
+
left: calc(1 / 2 * 100%);
|
|
287
|
+
}
|
|
278
288
|
.left-3 {
|
|
279
289
|
left: calc(var(--spacing) * 3);
|
|
280
290
|
}
|
|
@@ -296,6 +306,12 @@
|
|
|
296
306
|
.z-50 {
|
|
297
307
|
z-index: 50;
|
|
298
308
|
}
|
|
309
|
+
.order-first {
|
|
310
|
+
order: -9999;
|
|
311
|
+
}
|
|
312
|
+
.order-last {
|
|
313
|
+
order: 9999;
|
|
314
|
+
}
|
|
299
315
|
.-mx-1 {
|
|
300
316
|
margin-inline: calc(var(--spacing) * -1);
|
|
301
317
|
}
|
|
@@ -335,6 +351,9 @@
|
|
|
335
351
|
.mt-auto {
|
|
336
352
|
margin-top: auto;
|
|
337
353
|
}
|
|
354
|
+
.-mr-2 {
|
|
355
|
+
margin-right: calc(var(--spacing) * -2);
|
|
356
|
+
}
|
|
338
357
|
.-mb-8 {
|
|
339
358
|
margin-bottom: calc(var(--spacing) * -8);
|
|
340
359
|
}
|
|
@@ -387,6 +406,9 @@
|
|
|
387
406
|
.table-row {
|
|
388
407
|
display: table-row;
|
|
389
408
|
}
|
|
409
|
+
.field-sizing-content {
|
|
410
|
+
field-sizing: content;
|
|
411
|
+
}
|
|
390
412
|
.aspect-square {
|
|
391
413
|
aspect-ratio: 1 / 1;
|
|
392
414
|
}
|
|
@@ -456,6 +478,9 @@
|
|
|
456
478
|
.h-8 {
|
|
457
479
|
height: calc(var(--spacing) * 8);
|
|
458
480
|
}
|
|
481
|
+
.h-8\! {
|
|
482
|
+
height: calc(var(--spacing) * 8) !important;
|
|
483
|
+
}
|
|
459
484
|
.h-9 {
|
|
460
485
|
height: calc(var(--spacing) * 9);
|
|
461
486
|
}
|
|
@@ -474,6 +499,9 @@
|
|
|
474
499
|
.h-24 {
|
|
475
500
|
height: calc(var(--spacing) * 24);
|
|
476
501
|
}
|
|
502
|
+
.h-72 {
|
|
503
|
+
height: calc(var(--spacing) * 72);
|
|
504
|
+
}
|
|
477
505
|
.h-\[calc\(100\%-1px\)\] {
|
|
478
506
|
height: calc(100% - 1px);
|
|
479
507
|
}
|
|
@@ -495,9 +523,15 @@
|
|
|
495
523
|
.h-svh {
|
|
496
524
|
height: 100svh;
|
|
497
525
|
}
|
|
526
|
+
.max-h-72 {
|
|
527
|
+
max-height: calc(var(--spacing) * 72);
|
|
528
|
+
}
|
|
498
529
|
.min-h-0 {
|
|
499
530
|
min-height: 0px;
|
|
500
531
|
}
|
|
532
|
+
.min-h-16 {
|
|
533
|
+
min-height: calc(var(--spacing) * 16);
|
|
534
|
+
}
|
|
501
535
|
.min-h-svh {
|
|
502
536
|
min-height: 100svh;
|
|
503
537
|
}
|
|
@@ -528,12 +562,18 @@
|
|
|
528
562
|
.w-8\/12 {
|
|
529
563
|
width: calc(8 / 12 * 100%);
|
|
530
564
|
}
|
|
565
|
+
.w-72 {
|
|
566
|
+
width: calc(var(--spacing) * 72);
|
|
567
|
+
}
|
|
531
568
|
.w-\[15px\] {
|
|
532
569
|
width: 15px;
|
|
533
570
|
}
|
|
534
571
|
.w-\[100px\] {
|
|
535
572
|
width: 100px;
|
|
536
573
|
}
|
|
574
|
+
.w-\[300px\] {
|
|
575
|
+
width: 300px;
|
|
576
|
+
}
|
|
537
577
|
.w-auto {
|
|
538
578
|
width: auto;
|
|
539
579
|
}
|
|
@@ -546,12 +586,18 @@
|
|
|
546
586
|
.w-min {
|
|
547
587
|
width: min-content;
|
|
548
588
|
}
|
|
589
|
+
.w-px {
|
|
590
|
+
width: 1px;
|
|
591
|
+
}
|
|
549
592
|
.w-screen {
|
|
550
593
|
width: 100vw;
|
|
551
594
|
}
|
|
552
595
|
.max-w-\(--skeleton-width\) {
|
|
553
596
|
max-width: var(--skeleton-width);
|
|
554
597
|
}
|
|
598
|
+
.max-w-\[calc\(100\%-2rem\)\] {
|
|
599
|
+
max-width: calc(100% - 2rem);
|
|
600
|
+
}
|
|
555
601
|
.max-w-full {
|
|
556
602
|
max-width: 100%;
|
|
557
603
|
}
|
|
@@ -588,12 +634,18 @@
|
|
|
588
634
|
.shrink-0 {
|
|
589
635
|
flex-shrink: 0;
|
|
590
636
|
}
|
|
637
|
+
.grow {
|
|
638
|
+
flex-grow: 1;
|
|
639
|
+
}
|
|
591
640
|
.caption-bottom {
|
|
592
641
|
caption-side: bottom;
|
|
593
642
|
}
|
|
594
643
|
.origin-\(--bits-tooltip-content-transform-origin\) {
|
|
595
644
|
transform-origin: var(--bits-tooltip-content-transform-origin);
|
|
596
645
|
}
|
|
646
|
+
.origin-\(--transform-origin\) {
|
|
647
|
+
transform-origin: var(--transform-origin);
|
|
648
|
+
}
|
|
597
649
|
.-translate-x-1\/2 {
|
|
598
650
|
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
599
651
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -606,6 +658,14 @@
|
|
|
606
658
|
--tw-translate-x: 1px;
|
|
607
659
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
608
660
|
}
|
|
661
|
+
.-translate-y-1\/2 {
|
|
662
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
663
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
664
|
+
}
|
|
665
|
+
.translate-y-0 {
|
|
666
|
+
--tw-translate-y: 0px;
|
|
667
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
668
|
+
}
|
|
609
669
|
.translate-y-\[calc\(-50\%-2px\)\] {
|
|
610
670
|
--tw-translate-y: calc(-50% - 2px);
|
|
611
671
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -637,6 +697,9 @@
|
|
|
637
697
|
.rotate-90 {
|
|
638
698
|
rotate: 90deg;
|
|
639
699
|
}
|
|
700
|
+
.animate-caret-blink {
|
|
701
|
+
animation: caret-blink 1.25s ease-out infinite;
|
|
702
|
+
}
|
|
640
703
|
.animate-in {
|
|
641
704
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
642
705
|
}
|
|
@@ -655,18 +718,36 @@
|
|
|
655
718
|
.cursor-pointer {
|
|
656
719
|
cursor: pointer;
|
|
657
720
|
}
|
|
721
|
+
.cursor-text {
|
|
722
|
+
cursor: text;
|
|
723
|
+
}
|
|
724
|
+
.touch-none {
|
|
725
|
+
touch-action: none;
|
|
726
|
+
}
|
|
727
|
+
.resize-none {
|
|
728
|
+
resize: none;
|
|
729
|
+
}
|
|
658
730
|
.scroll-my-1 {
|
|
659
731
|
scroll-margin-block: var(--spacing);
|
|
660
732
|
}
|
|
733
|
+
.scroll-py-1 {
|
|
734
|
+
scroll-padding-block: var(--spacing);
|
|
735
|
+
}
|
|
661
736
|
.flex-col {
|
|
662
737
|
flex-direction: column;
|
|
663
738
|
}
|
|
739
|
+
.flex-col-reverse {
|
|
740
|
+
flex-direction: column-reverse;
|
|
741
|
+
}
|
|
664
742
|
.flex-wrap {
|
|
665
743
|
flex-wrap: wrap;
|
|
666
744
|
}
|
|
667
745
|
.place-content-center {
|
|
668
746
|
place-content: center;
|
|
669
747
|
}
|
|
748
|
+
.place-items-center {
|
|
749
|
+
place-items: center;
|
|
750
|
+
}
|
|
670
751
|
.items-center {
|
|
671
752
|
align-items: center;
|
|
672
753
|
}
|
|
@@ -715,6 +796,9 @@
|
|
|
715
796
|
.gap-5 {
|
|
716
797
|
gap: calc(var(--spacing) * 5);
|
|
717
798
|
}
|
|
799
|
+
.gap-6 {
|
|
800
|
+
gap: calc(var(--spacing) * 6);
|
|
801
|
+
}
|
|
718
802
|
:where(.space-y-1 > :not(:last-child)) {
|
|
719
803
|
--tw-space-y-reverse: 0;
|
|
720
804
|
margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
|
|
@@ -746,6 +830,9 @@
|
|
|
746
830
|
.overflow-auto {
|
|
747
831
|
overflow: auto;
|
|
748
832
|
}
|
|
833
|
+
.overflow-clip {
|
|
834
|
+
overflow: clip;
|
|
835
|
+
}
|
|
749
836
|
.overflow-hidden {
|
|
750
837
|
overflow: hidden;
|
|
751
838
|
}
|
|
@@ -773,32 +860,86 @@
|
|
|
773
860
|
.rounded-\[6px\] {
|
|
774
861
|
border-radius: 6px;
|
|
775
862
|
}
|
|
863
|
+
.rounded-\[calc\(var\(--radius\)-5px\)\] {
|
|
864
|
+
border-radius: calc(var(--radius) - 5px);
|
|
865
|
+
}
|
|
866
|
+
.rounded-\[inherit\] {
|
|
867
|
+
border-radius: inherit;
|
|
868
|
+
}
|
|
869
|
+
.rounded-\[min\(var\(--radius-md\)\,8px\)\] {
|
|
870
|
+
border-radius: min(var(--radius-md), 8px);
|
|
871
|
+
}
|
|
872
|
+
.rounded-\[min\(var\(--radius-md\)\,10px\)\] {
|
|
873
|
+
border-radius: min(var(--radius-md), 10px);
|
|
874
|
+
}
|
|
776
875
|
.rounded-full {
|
|
777
876
|
border-radius: calc(infinity * 1px);
|
|
778
877
|
}
|
|
779
878
|
.rounded-lg {
|
|
780
879
|
border-radius: var(--radius);
|
|
781
880
|
}
|
|
881
|
+
.rounded-lg\! {
|
|
882
|
+
border-radius: var(--radius) !important;
|
|
883
|
+
}
|
|
782
884
|
.rounded-md {
|
|
783
885
|
border-radius: calc(var(--radius) * 0.8);
|
|
784
886
|
}
|
|
887
|
+
.rounded-none {
|
|
888
|
+
border-radius: 0;
|
|
889
|
+
}
|
|
890
|
+
.rounded-sm {
|
|
891
|
+
border-radius: calc(var(--radius) * 0.6);
|
|
892
|
+
}
|
|
785
893
|
.rounded-xl {
|
|
786
894
|
border-radius: calc(var(--radius) * 1.4);
|
|
787
895
|
}
|
|
896
|
+
.rounded-xl\! {
|
|
897
|
+
border-radius: calc(var(--radius) * 1.4) !important;
|
|
898
|
+
}
|
|
899
|
+
.rounded-l-lg {
|
|
900
|
+
border-top-left-radius: var(--radius);
|
|
901
|
+
border-bottom-left-radius: var(--radius);
|
|
902
|
+
}
|
|
903
|
+
.rounded-l-none {
|
|
904
|
+
border-top-left-radius: 0;
|
|
905
|
+
border-bottom-left-radius: 0;
|
|
906
|
+
}
|
|
788
907
|
.rounded-tl-\[35px\] {
|
|
789
908
|
border-top-left-radius: 35px;
|
|
790
909
|
}
|
|
910
|
+
.rounded-tl-lg {
|
|
911
|
+
border-top-left-radius: var(--radius);
|
|
912
|
+
}
|
|
913
|
+
.rounded-r-md {
|
|
914
|
+
border-top-right-radius: calc(var(--radius) * 0.8);
|
|
915
|
+
border-bottom-right-radius: calc(var(--radius) * 0.8);
|
|
916
|
+
}
|
|
917
|
+
.rounded-r-none {
|
|
918
|
+
border-top-right-radius: 0;
|
|
919
|
+
border-bottom-right-radius: 0;
|
|
920
|
+
}
|
|
791
921
|
.rounded-tr-\[35px\] {
|
|
792
922
|
border-top-right-radius: 35px;
|
|
793
923
|
}
|
|
924
|
+
.rounded-bl-lg {
|
|
925
|
+
border-bottom-left-radius: var(--radius);
|
|
926
|
+
}
|
|
794
927
|
.border {
|
|
795
928
|
border-style: var(--tw-border-style);
|
|
796
929
|
border-width: 1px;
|
|
797
930
|
}
|
|
931
|
+
.border-0 {
|
|
932
|
+
border-style: var(--tw-border-style);
|
|
933
|
+
border-width: 0px;
|
|
934
|
+
}
|
|
798
935
|
.border-\[1\.5px\] {
|
|
799
936
|
border-style: var(--tw-border-style);
|
|
800
937
|
border-width: 1.5px;
|
|
801
938
|
}
|
|
939
|
+
.border-y {
|
|
940
|
+
border-block-style: var(--tw-border-style);
|
|
941
|
+
border-block-width: 1px;
|
|
942
|
+
}
|
|
802
943
|
.border-t {
|
|
803
944
|
border-top-style: var(--tw-border-style);
|
|
804
945
|
border-top-width: 1px;
|
|
@@ -807,6 +948,10 @@
|
|
|
807
948
|
border-top-style: var(--tw-border-style);
|
|
808
949
|
border-top-width: 2px;
|
|
809
950
|
}
|
|
951
|
+
.border-r {
|
|
952
|
+
border-right-style: var(--tw-border-style);
|
|
953
|
+
border-right-width: 1px;
|
|
954
|
+
}
|
|
810
955
|
.border-b {
|
|
811
956
|
border-bottom-style: var(--tw-border-style);
|
|
812
957
|
border-bottom-width: 1px;
|
|
@@ -837,6 +982,12 @@
|
|
|
837
982
|
.border-input {
|
|
838
983
|
border-color: var(--input);
|
|
839
984
|
}
|
|
985
|
+
.border-input\/30 {
|
|
986
|
+
border-color: var(--input);
|
|
987
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
988
|
+
border-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
989
|
+
}
|
|
990
|
+
}
|
|
840
991
|
.border-sidebar-border {
|
|
841
992
|
border-color: var(--sidebar-border);
|
|
842
993
|
}
|
|
@@ -852,6 +1003,12 @@
|
|
|
852
1003
|
.bg-background {
|
|
853
1004
|
background-color: var(--background);
|
|
854
1005
|
}
|
|
1006
|
+
.bg-black\/10 {
|
|
1007
|
+
background-color: color-mix(in srgb, #000 10%, transparent);
|
|
1008
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1009
|
+
background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
855
1012
|
.bg-black\/80 {
|
|
856
1013
|
background-color: color-mix(in srgb, #000 80%, transparent);
|
|
857
1014
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -879,6 +1036,12 @@
|
|
|
879
1036
|
.bg-foreground {
|
|
880
1037
|
background-color: var(--foreground);
|
|
881
1038
|
}
|
|
1039
|
+
.bg-foreground\/20 {
|
|
1040
|
+
background-color: var(--foreground);
|
|
1041
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1042
|
+
background-color: color-mix(in oklab, var(--foreground) 20%, transparent);
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
882
1045
|
.bg-green-500 {
|
|
883
1046
|
background-color: var(--color-green-500);
|
|
884
1047
|
}
|
|
@@ -966,9 +1129,15 @@
|
|
|
966
1129
|
.p-\[3px\] {
|
|
967
1130
|
padding: 3px;
|
|
968
1131
|
}
|
|
1132
|
+
.p-px {
|
|
1133
|
+
padding: 1px;
|
|
1134
|
+
}
|
|
969
1135
|
.px-1 {
|
|
970
1136
|
padding-inline: var(--spacing);
|
|
971
1137
|
}
|
|
1138
|
+
.px-1\.5 {
|
|
1139
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
1140
|
+
}
|
|
972
1141
|
.px-2 {
|
|
973
1142
|
padding-inline: calc(var(--spacing) * 2);
|
|
974
1143
|
}
|
|
@@ -1002,12 +1171,21 @@
|
|
|
1002
1171
|
.py-4 {
|
|
1003
1172
|
padding-block: calc(var(--spacing) * 4);
|
|
1004
1173
|
}
|
|
1174
|
+
.py-6 {
|
|
1175
|
+
padding-block: calc(var(--spacing) * 6);
|
|
1176
|
+
}
|
|
1005
1177
|
.pt-0 {
|
|
1006
1178
|
padding-top: 0px;
|
|
1007
1179
|
}
|
|
1180
|
+
.pt-2 {
|
|
1181
|
+
padding-top: calc(var(--spacing) * 2);
|
|
1182
|
+
}
|
|
1008
1183
|
.pt-4 {
|
|
1009
1184
|
padding-top: calc(var(--spacing) * 4);
|
|
1010
1185
|
}
|
|
1186
|
+
.pr-2 {
|
|
1187
|
+
padding-right: calc(var(--spacing) * 2);
|
|
1188
|
+
}
|
|
1011
1189
|
.pr-5 {
|
|
1012
1190
|
padding-right: calc(var(--spacing) * 5);
|
|
1013
1191
|
}
|
|
@@ -1017,6 +1195,15 @@
|
|
|
1017
1195
|
.pr-9 {
|
|
1018
1196
|
padding-right: calc(var(--spacing) * 9);
|
|
1019
1197
|
}
|
|
1198
|
+
.pb-0 {
|
|
1199
|
+
padding-bottom: 0px;
|
|
1200
|
+
}
|
|
1201
|
+
.pb-2 {
|
|
1202
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
1203
|
+
}
|
|
1204
|
+
.pl-2 {
|
|
1205
|
+
padding-left: calc(var(--spacing) * 2);
|
|
1206
|
+
}
|
|
1020
1207
|
.pl-3 {
|
|
1021
1208
|
padding-left: calc(var(--spacing) * 3);
|
|
1022
1209
|
}
|
|
@@ -1125,6 +1312,12 @@
|
|
|
1125
1312
|
.text-foreground {
|
|
1126
1313
|
color: var(--foreground);
|
|
1127
1314
|
}
|
|
1315
|
+
.text-foreground\/50 {
|
|
1316
|
+
color: var(--foreground);
|
|
1317
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1318
|
+
color: color-mix(in oklab, var(--foreground) 50%, transparent);
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1128
1321
|
.text-foreground\/60 {
|
|
1129
1322
|
color: var(--foreground);
|
|
1130
1323
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1198,6 +1391,10 @@
|
|
|
1198
1391
|
.bg-blend-color {
|
|
1199
1392
|
background-blend-mode: color;
|
|
1200
1393
|
}
|
|
1394
|
+
.shadow {
|
|
1395
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1396
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1397
|
+
}
|
|
1201
1398
|
.shadow-2xl {
|
|
1202
1399
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
1203
1400
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1210,14 +1407,30 @@
|
|
|
1210
1407
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1211
1408
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1212
1409
|
}
|
|
1410
|
+
.shadow-md {
|
|
1411
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1412
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1413
|
+
}
|
|
1213
1414
|
.shadow-none {
|
|
1214
1415
|
--tw-shadow: 0 0 #0000;
|
|
1215
1416
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1216
1417
|
}
|
|
1418
|
+
.shadow-none\! {
|
|
1419
|
+
--tw-shadow: 0 0 #0000 !important;
|
|
1420
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
1421
|
+
}
|
|
1217
1422
|
.shadow-xl {
|
|
1218
1423
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1219
1424
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1220
1425
|
}
|
|
1426
|
+
.shadow-xs {
|
|
1427
|
+
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
1428
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1429
|
+
}
|
|
1430
|
+
.ring-0 {
|
|
1431
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1432
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1433
|
+
}
|
|
1221
1434
|
.ring-1 {
|
|
1222
1435
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1223
1436
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1235,9 +1448,18 @@
|
|
|
1235
1448
|
--tw-ring-color: color-mix(in oklab, var(--foreground) 5%, transparent);
|
|
1236
1449
|
}
|
|
1237
1450
|
}
|
|
1451
|
+
.ring-foreground\/10 {
|
|
1452
|
+
--tw-ring-color: var(--foreground);
|
|
1453
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1454
|
+
--tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1238
1457
|
.ring-sidebar-ring {
|
|
1239
1458
|
--tw-ring-color: var(--sidebar-ring);
|
|
1240
1459
|
}
|
|
1460
|
+
.ring-offset-background {
|
|
1461
|
+
--tw-ring-offset-color: var(--background);
|
|
1462
|
+
}
|
|
1241
1463
|
.outline-hidden {
|
|
1242
1464
|
--tw-outline-style: none;
|
|
1243
1465
|
outline-style: none;
|
|
@@ -1255,6 +1477,11 @@
|
|
|
1255
1477
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1256
1478
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1257
1479
|
}
|
|
1480
|
+
.transition-\[color\,box-shadow\] {
|
|
1481
|
+
transition-property: color,box-shadow;
|
|
1482
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1483
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1484
|
+
}
|
|
1258
1485
|
.transition-\[left\,right\,width\] {
|
|
1259
1486
|
transition-property: left,right,width;
|
|
1260
1487
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -1325,6 +1552,10 @@
|
|
|
1325
1552
|
--tw-duration: 300ms;
|
|
1326
1553
|
transition-duration: 300ms;
|
|
1327
1554
|
}
|
|
1555
|
+
.duration-1000 {
|
|
1556
|
+
--tw-duration: 1000ms;
|
|
1557
|
+
transition-duration: 1000ms;
|
|
1558
|
+
}
|
|
1328
1559
|
.ease-in-out {
|
|
1329
1560
|
--tw-ease: var(--ease-in-out);
|
|
1330
1561
|
transition-timing-function: var(--ease-in-out);
|
|
@@ -1375,6 +1606,21 @@
|
|
|
1375
1606
|
width: calc(var(--spacing) * 6);
|
|
1376
1607
|
height: calc(var(--spacing) * 6);
|
|
1377
1608
|
}
|
|
1609
|
+
.group-has-\[\[data-slot\=command-shortcut\]\]\/command-item\:hidden:is(:where(.group\/command-item):has(:is([data-slot=command-shortcut])) *) {
|
|
1610
|
+
display: none;
|
|
1611
|
+
}
|
|
1612
|
+
.group-has-\[\>input\]\/input-group\:pt-2:is(:where(.group\/input-group):has( > input) *) {
|
|
1613
|
+
padding-top: calc(var(--spacing) * 2);
|
|
1614
|
+
}
|
|
1615
|
+
.group-has-\[\>input\]\/input-group\:pb-2:is(:where(.group\/input-group):has( > input) *) {
|
|
1616
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
1617
|
+
}
|
|
1618
|
+
.group-data-selected\/command-item\:text-foreground:is(:where(.group\/command-item)[data-selected] *) {
|
|
1619
|
+
color: var(--foreground);
|
|
1620
|
+
}
|
|
1621
|
+
.group-data-\[checked\=true\]\/command-item\:opacity-100:is(:where(.group\/command-item)[data-checked="true"] *) {
|
|
1622
|
+
opacity: 100%;
|
|
1623
|
+
}
|
|
1378
1624
|
.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
|
|
1379
1625
|
margin-top: calc(var(--spacing) * -8);
|
|
1380
1626
|
}
|
|
@@ -1425,6 +1671,9 @@
|
|
|
1425
1671
|
.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
|
|
1426
1672
|
opacity: 50%;
|
|
1427
1673
|
}
|
|
1674
|
+
.group-data-\[disabled\=true\]\/input-group\:opacity-50:is(:where(.group\/input-group)[data-disabled="true"] *) {
|
|
1675
|
+
opacity: 50%;
|
|
1676
|
+
}
|
|
1428
1677
|
.group-data-\[orientation\=vertical\]\/tabs\:h-fit:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
|
|
1429
1678
|
height: fit-content;
|
|
1430
1679
|
}
|
|
@@ -1540,6 +1789,18 @@
|
|
|
1540
1789
|
.peer-data-active\/menu-button\:text-sidebar-accent-foreground:is(:is(:where(.peer\/menu-button):where([data-state="active"]), :where(.peer\/menu-button):where([data-active]:not([data-active="false"]))) ~ *) {
|
|
1541
1790
|
color: var(--sidebar-accent-foreground);
|
|
1542
1791
|
}
|
|
1792
|
+
.selection\:bg-primary ::selection {
|
|
1793
|
+
background-color: var(--primary);
|
|
1794
|
+
}
|
|
1795
|
+
.selection\:bg-primary::selection {
|
|
1796
|
+
background-color: var(--primary);
|
|
1797
|
+
}
|
|
1798
|
+
.selection\:text-primary-foreground ::selection {
|
|
1799
|
+
color: var(--primary-foreground);
|
|
1800
|
+
}
|
|
1801
|
+
.selection\:text-primary-foreground::selection {
|
|
1802
|
+
color: var(--primary-foreground);
|
|
1803
|
+
}
|
|
1543
1804
|
.file\:inline-flex::file-selector-button {
|
|
1544
1805
|
display: inline-flex;
|
|
1545
1806
|
}
|
|
@@ -1687,6 +1948,18 @@
|
|
|
1687
1948
|
content: var(--tw-content);
|
|
1688
1949
|
width: calc(var(--spacing) * 0.5);
|
|
1689
1950
|
}
|
|
1951
|
+
.first\:rounded-l-4xl:first-child {
|
|
1952
|
+
border-top-left-radius: calc(var(--radius) * 2.6);
|
|
1953
|
+
border-bottom-left-radius: calc(var(--radius) * 2.6);
|
|
1954
|
+
}
|
|
1955
|
+
.first\:border-l:first-child {
|
|
1956
|
+
border-left-style: var(--tw-border-style);
|
|
1957
|
+
border-left-width: 1px;
|
|
1958
|
+
}
|
|
1959
|
+
.last\:rounded-r-4xl:last-child {
|
|
1960
|
+
border-top-right-radius: calc(var(--radius) * 2.6);
|
|
1961
|
+
border-bottom-right-radius: calc(var(--radius) * 2.6);
|
|
1962
|
+
}
|
|
1690
1963
|
@media (hover: hover) {
|
|
1691
1964
|
.hover\:bg-destructive\/20:hover {
|
|
1692
1965
|
background-color: var(--destructive);
|
|
@@ -1696,14 +1969,6 @@
|
|
|
1696
1969
|
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1697
1970
|
}
|
|
1698
1971
|
}
|
|
1699
|
-
.hover\:bg-input\/50:hover {
|
|
1700
|
-
background-color: var(--input);
|
|
1701
|
-
}
|
|
1702
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1703
|
-
.hover\:bg-input\/50:hover {
|
|
1704
|
-
background-color: color-mix(in oklab, var(--input) 50%, transparent);
|
|
1705
|
-
}
|
|
1706
|
-
}
|
|
1707
1972
|
.hover\:bg-muted:hover {
|
|
1708
1973
|
background-color: var(--muted);
|
|
1709
1974
|
}
|
|
@@ -1798,10 +2063,18 @@
|
|
|
1798
2063
|
.focus-visible\:border-ring:focus-visible {
|
|
1799
2064
|
border-color: var(--ring);
|
|
1800
2065
|
}
|
|
2066
|
+
.focus-visible\:ring-0:focus-visible {
|
|
2067
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2068
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2069
|
+
}
|
|
1801
2070
|
.focus-visible\:ring-2:focus-visible {
|
|
1802
2071
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1803
2072
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1804
2073
|
}
|
|
2074
|
+
.focus-visible\:ring-3:focus-visible {
|
|
2075
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2076
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2077
|
+
}
|
|
1805
2078
|
.focus-visible\:ring-\[3px\]:focus-visible {
|
|
1806
2079
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1807
2080
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1850,36 +2123,109 @@
|
|
|
1850
2123
|
:where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize {
|
|
1851
2124
|
cursor: e-resize;
|
|
1852
2125
|
}
|
|
2126
|
+
:where([data-slot="button-group"]) .in-data-\[slot\=button-group\]\:rounded-md {
|
|
2127
|
+
border-radius: calc(var(--radius) * 0.8);
|
|
2128
|
+
}
|
|
2129
|
+
:where([data-slot="combobox-content"]) .in-data-\[slot\=combobox-content\]\:focus-within\:border-inherit:focus-within {
|
|
2130
|
+
border-color: inherit;
|
|
2131
|
+
}
|
|
2132
|
+
:where([data-slot="combobox-content"]) .in-data-\[slot\=combobox-content\]\:focus-within\:ring-0:focus-within {
|
|
2133
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2134
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2135
|
+
}
|
|
2136
|
+
:where([data-slot="dialog-content"]) .in-data-\[slot\=dialog-content\]\:rounded-lg\! {
|
|
2137
|
+
border-radius: var(--radius) !important;
|
|
2138
|
+
}
|
|
2139
|
+
.has-disabled\:opacity-50:has(:disabled) {
|
|
2140
|
+
opacity: 50%;
|
|
2141
|
+
}
|
|
2142
|
+
.has-aria-invalid\:border-destructive:has([aria-invalid="true"]) {
|
|
2143
|
+
border-color: var(--destructive);
|
|
2144
|
+
}
|
|
2145
|
+
.has-aria-invalid\:ring-\[3px\]:has([aria-invalid="true"]) {
|
|
2146
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2147
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2148
|
+
}
|
|
2149
|
+
.has-aria-invalid\:ring-destructive\/20:has([aria-invalid="true"]) {
|
|
2150
|
+
--tw-ring-color: var(--destructive);
|
|
2151
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2152
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
1853
2155
|
.has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon="inline-end"]) {
|
|
1854
2156
|
padding-right: calc(var(--spacing) * 1.5);
|
|
1855
2157
|
}
|
|
1856
2158
|
.has-data-\[icon\=inline-end\]\:pr-2:has([data-icon="inline-end"]) {
|
|
1857
2159
|
padding-right: calc(var(--spacing) * 2);
|
|
1858
2160
|
}
|
|
1859
|
-
.has-data-\[icon\=inline-end\]\:pr-2\.5:has([data-icon="inline-end"]) {
|
|
1860
|
-
padding-right: calc(var(--spacing) * 2.5);
|
|
1861
|
-
}
|
|
1862
|
-
.has-data-\[icon\=inline-end\]\:pr-3:has([data-icon="inline-end"]) {
|
|
1863
|
-
padding-right: calc(var(--spacing) * 3);
|
|
1864
|
-
}
|
|
1865
2161
|
.has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon="inline-start"]) {
|
|
1866
2162
|
padding-left: calc(var(--spacing) * 1.5);
|
|
1867
2163
|
}
|
|
1868
2164
|
.has-data-\[icon\=inline-start\]\:pl-2:has([data-icon="inline-start"]) {
|
|
1869
2165
|
padding-left: calc(var(--spacing) * 2);
|
|
1870
2166
|
}
|
|
1871
|
-
.has-data-\[icon\=inline-start\]\:pl-2\.5:has([data-icon="inline-start"]) {
|
|
1872
|
-
padding-left: calc(var(--spacing) * 2.5);
|
|
1873
|
-
}
|
|
1874
|
-
.has-data-\[icon\=inline-start\]\:pl-3:has([data-icon="inline-start"]) {
|
|
1875
|
-
padding-left: calc(var(--spacing) * 3);
|
|
1876
|
-
}
|
|
1877
2167
|
.has-data-\[slot\=kbd\]\:pr-1\.5:has([data-slot="kbd"]) {
|
|
1878
2168
|
padding-right: calc(var(--spacing) * 1.5);
|
|
1879
2169
|
}
|
|
1880
2170
|
.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]) {
|
|
1881
2171
|
background-color: var(--sidebar);
|
|
1882
2172
|
}
|
|
2173
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring:has(:is([data-slot=input-group-control]:focus-visible)) {
|
|
2174
|
+
border-color: var(--ring);
|
|
2175
|
+
}
|
|
2176
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-3:has(:is([data-slot=input-group-control]:focus-visible)) {
|
|
2177
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2178
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2179
|
+
}
|
|
2180
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has(:is([data-slot=input-group-control]:focus-visible)) {
|
|
2181
|
+
--tw-ring-color: var(--ring);
|
|
2182
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2183
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has(:is([data-slot][aria-invalid=true])) {
|
|
2187
|
+
border-color: var(--destructive);
|
|
2188
|
+
}
|
|
2189
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-3:has(:is([data-slot][aria-invalid=true])) {
|
|
2190
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2191
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2192
|
+
}
|
|
2193
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has(:is([data-slot][aria-invalid=true])) {
|
|
2194
|
+
--tw-ring-color: var(--destructive);
|
|
2195
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2196
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2197
|
+
}
|
|
2198
|
+
}
|
|
2199
|
+
.has-\[\>\[data-align\=block-end\]\]\:h-auto:has( > [data-align=block-end]) {
|
|
2200
|
+
height: auto;
|
|
2201
|
+
}
|
|
2202
|
+
.has-\[\>\[data-align\=block-end\]\]\:flex-col:has( > [data-align=block-end]) {
|
|
2203
|
+
flex-direction: column;
|
|
2204
|
+
}
|
|
2205
|
+
.has-\[\>\[data-align\=block-start\]\]\:h-auto:has( > [data-align=block-start]) {
|
|
2206
|
+
height: auto;
|
|
2207
|
+
}
|
|
2208
|
+
.has-\[\>\[data-align\=block-start\]\]\:flex-col:has( > [data-align=block-start]) {
|
|
2209
|
+
flex-direction: column;
|
|
2210
|
+
}
|
|
2211
|
+
.has-\[\>button\]\:-mr-1:has( > button) {
|
|
2212
|
+
margin-right: calc(var(--spacing) * -1);
|
|
2213
|
+
}
|
|
2214
|
+
.has-\[\>button\]\:-ml-1:has( > button) {
|
|
2215
|
+
margin-left: calc(var(--spacing) * -1);
|
|
2216
|
+
}
|
|
2217
|
+
.has-\[\>kbd\]\:mr-\[-0\.15rem\]:has( > kbd) {
|
|
2218
|
+
margin-right: -0.15rem;
|
|
2219
|
+
}
|
|
2220
|
+
.has-\[\>kbd\]\:ml-\[-0\.15rem\]:has( > kbd) {
|
|
2221
|
+
margin-left: -0.15rem;
|
|
2222
|
+
}
|
|
2223
|
+
.has-\[\>svg\]\:p-0:has( > svg) {
|
|
2224
|
+
padding: 0px;
|
|
2225
|
+
}
|
|
2226
|
+
.has-\[\>textarea\]\:h-auto:has( > textarea) {
|
|
2227
|
+
height: auto;
|
|
2228
|
+
}
|
|
1883
2229
|
.aria-disabled\:pointer-events-none[aria-disabled="true"] {
|
|
1884
2230
|
pointer-events: none;
|
|
1885
2231
|
}
|
|
@@ -1901,6 +2247,14 @@
|
|
|
1901
2247
|
.aria-invalid\:border-destructive[aria-invalid="true"] {
|
|
1902
2248
|
border-color: var(--destructive);
|
|
1903
2249
|
}
|
|
2250
|
+
.aria-invalid\:ring-0[aria-invalid="true"] {
|
|
2251
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2252
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2253
|
+
}
|
|
2254
|
+
.aria-invalid\:ring-3[aria-invalid="true"] {
|
|
2255
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2256
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2257
|
+
}
|
|
1904
2258
|
.aria-invalid\:ring-\[3px\][aria-invalid="true"] {
|
|
1905
2259
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1906
2260
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1914,6 +2268,12 @@
|
|
|
1914
2268
|
.aria-invalid\:aria-checked\:border-primary[aria-invalid="true"][aria-checked="true"] {
|
|
1915
2269
|
border-color: var(--primary);
|
|
1916
2270
|
}
|
|
2271
|
+
.aria-selected\:bg-accent[aria-selected="true"] {
|
|
2272
|
+
background-color: var(--accent);
|
|
2273
|
+
}
|
|
2274
|
+
.aria-selected\:text-accent-foreground[aria-selected="true"] {
|
|
2275
|
+
color: var(--accent-foreground);
|
|
2276
|
+
}
|
|
1917
2277
|
.data-highlighted\:bg-accent[data-highlighted] {
|
|
1918
2278
|
background-color: var(--accent);
|
|
1919
2279
|
}
|
|
@@ -1926,12 +2286,49 @@
|
|
|
1926
2286
|
.data-placeholder\:text-muted-foreground[data-placeholder] {
|
|
1927
2287
|
color: var(--muted-foreground);
|
|
1928
2288
|
}
|
|
2289
|
+
.data-selected\:bg-muted[data-selected] {
|
|
2290
|
+
background-color: var(--muted);
|
|
2291
|
+
}
|
|
2292
|
+
.data-selected\:text-foreground[data-selected] {
|
|
2293
|
+
color: var(--foreground);
|
|
2294
|
+
}
|
|
2295
|
+
.data-\[active\=true\]\:z-10[data-active="true"] {
|
|
2296
|
+
z-index: 10;
|
|
2297
|
+
}
|
|
2298
|
+
.data-\[active\=true\]\:border-ring[data-active="true"] {
|
|
2299
|
+
border-color: var(--ring);
|
|
2300
|
+
}
|
|
2301
|
+
.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
|
|
2302
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2303
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2304
|
+
}
|
|
2305
|
+
.data-\[active\=true\]\:ring-ring\/50[data-active="true"] {
|
|
2306
|
+
--tw-ring-color: var(--ring);
|
|
2307
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2308
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
.data-\[active\=true\]\:aria-invalid\:border-destructive[data-active="true"][aria-invalid="true"] {
|
|
2312
|
+
border-color: var(--destructive);
|
|
2313
|
+
}
|
|
2314
|
+
.data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active="true"][aria-invalid="true"] {
|
|
2315
|
+
--tw-ring-color: var(--destructive);
|
|
2316
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2317
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
1929
2320
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1930
2321
|
pointer-events: none;
|
|
1931
2322
|
}
|
|
1932
2323
|
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
1933
2324
|
opacity: 50%;
|
|
1934
2325
|
}
|
|
2326
|
+
.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
|
|
2327
|
+
pointer-events: none;
|
|
2328
|
+
}
|
|
2329
|
+
.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
|
|
2330
|
+
opacity: 50%;
|
|
2331
|
+
}
|
|
1935
2332
|
.data-\[inset\]\:ps-8[data-inset] {
|
|
1936
2333
|
padding-inline-start: calc(var(--spacing) * 8);
|
|
1937
2334
|
}
|
|
@@ -2097,6 +2494,9 @@
|
|
|
2097
2494
|
:is(.\*\:data-\[slot\=avatar\]\:ring-background > *)[data-slot="avatar"] {
|
|
2098
2495
|
--tw-ring-color: var(--background);
|
|
2099
2496
|
}
|
|
2497
|
+
:is(.\*\:data-\[slot\=input-group-addon\]\:pl-2\! > *)[data-slot="input-group-addon"] {
|
|
2498
|
+
padding-left: calc(var(--spacing) * 2) !important;
|
|
2499
|
+
}
|
|
2100
2500
|
:is(.\*\*\:data-\[slot\=kbd\]\:relative *)[data-slot="kbd"] {
|
|
2101
2501
|
position: relative;
|
|
2102
2502
|
}
|
|
@@ -2218,6 +2618,15 @@
|
|
|
2218
2618
|
.sm\:flex {
|
|
2219
2619
|
display: flex;
|
|
2220
2620
|
}
|
|
2621
|
+
.sm\:max-w-md {
|
|
2622
|
+
max-width: var(--container-md);
|
|
2623
|
+
}
|
|
2624
|
+
.sm\:flex-row {
|
|
2625
|
+
flex-direction: row;
|
|
2626
|
+
}
|
|
2627
|
+
.sm\:justify-end {
|
|
2628
|
+
justify-content: flex-end;
|
|
2629
|
+
}
|
|
2221
2630
|
.sm\:gap-2\.5 {
|
|
2222
2631
|
gap: calc(var(--spacing) * 2.5);
|
|
2223
2632
|
}
|
|
@@ -2305,6 +2714,29 @@
|
|
|
2305
2714
|
display: none;
|
|
2306
2715
|
}
|
|
2307
2716
|
}
|
|
2717
|
+
@media (width >= 64rem) {
|
|
2718
|
+
.lg\:absolute {
|
|
2719
|
+
position: absolute;
|
|
2720
|
+
}
|
|
2721
|
+
.lg\:right-0 {
|
|
2722
|
+
right: 0px;
|
|
2723
|
+
}
|
|
2724
|
+
.lg\:-bottom-3 {
|
|
2725
|
+
bottom: calc(var(--spacing) * -3);
|
|
2726
|
+
}
|
|
2727
|
+
.lg\:block {
|
|
2728
|
+
display: block;
|
|
2729
|
+
}
|
|
2730
|
+
.lg\:h-105 {
|
|
2731
|
+
height: calc(var(--spacing) * 105);
|
|
2732
|
+
}
|
|
2733
|
+
.lg\:w-105 {
|
|
2734
|
+
width: calc(var(--spacing) * 105);
|
|
2735
|
+
}
|
|
2736
|
+
.lg\:max-w-\[430px\] {
|
|
2737
|
+
max-width: 430px;
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2308
2740
|
.dark\:scale-0:is(.dark *) {
|
|
2309
2741
|
--tw-scale-x: 0%;
|
|
2310
2742
|
--tw-scale-y: 0%;
|
|
@@ -2323,6 +2755,9 @@
|
|
|
2323
2755
|
.dark\:rotate-0:is(.dark *) {
|
|
2324
2756
|
rotate: 0deg;
|
|
2325
2757
|
}
|
|
2758
|
+
.dark\:border-input:is(.dark *) {
|
|
2759
|
+
border-color: var(--input);
|
|
2760
|
+
}
|
|
2326
2761
|
.dark\:bg-destructive\/20:is(.dark *) {
|
|
2327
2762
|
background-color: var(--destructive);
|
|
2328
2763
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2338,6 +2773,9 @@
|
|
|
2338
2773
|
.dark\:bg-primary:is(.dark *) {
|
|
2339
2774
|
background-color: var(--primary);
|
|
2340
2775
|
}
|
|
2776
|
+
.dark\:bg-transparent:is(.dark *) {
|
|
2777
|
+
background-color: transparent;
|
|
2778
|
+
}
|
|
2341
2779
|
.dark\:text-muted-foreground:is(.dark *) {
|
|
2342
2780
|
color: var(--muted-foreground);
|
|
2343
2781
|
}
|
|
@@ -2386,6 +2824,18 @@
|
|
|
2386
2824
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2387
2825
|
}
|
|
2388
2826
|
}
|
|
2827
|
+
.dark\:has-aria-invalid\:ring-destructive\/40:is(.dark *):has([aria-invalid="true"]) {
|
|
2828
|
+
--tw-ring-color: var(--destructive);
|
|
2829
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2830
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has(:is([data-slot][aria-invalid=true])) {
|
|
2834
|
+
--tw-ring-color: var(--destructive);
|
|
2835
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2836
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2837
|
+
}
|
|
2838
|
+
}
|
|
2389
2839
|
.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
|
|
2390
2840
|
border-color: var(--destructive);
|
|
2391
2841
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2398,6 +2848,12 @@
|
|
|
2398
2848
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2399
2849
|
}
|
|
2400
2850
|
}
|
|
2851
|
+
.dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active="true"][aria-invalid="true"] {
|
|
2852
|
+
--tw-ring-color: var(--destructive);
|
|
2853
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2854
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2401
2857
|
.dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state="active"] {
|
|
2402
2858
|
color: var(--foreground);
|
|
2403
2859
|
}
|
|
@@ -2540,6 +2996,35 @@
|
|
|
2540
2996
|
.dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
|
|
2541
2997
|
background-color: transparent;
|
|
2542
2998
|
}
|
|
2999
|
+
.data-horizontal\:h-2\.5:where([data-orientation="horizontal"]) {
|
|
3000
|
+
height: calc(var(--spacing) * 2.5);
|
|
3001
|
+
}
|
|
3002
|
+
.data-horizontal\:flex-col:where([data-orientation="horizontal"]) {
|
|
3003
|
+
flex-direction: column;
|
|
3004
|
+
}
|
|
3005
|
+
.data-horizontal\:border-t:where([data-orientation="horizontal"]) {
|
|
3006
|
+
border-top-style: var(--tw-border-style);
|
|
3007
|
+
border-top-width: 1px;
|
|
3008
|
+
}
|
|
3009
|
+
.data-horizontal\:border-t-transparent:where([data-orientation="horizontal"]) {
|
|
3010
|
+
border-top-color: transparent;
|
|
3011
|
+
}
|
|
3012
|
+
.data-vertical\:h-full:where([data-orientation="vertical"]) {
|
|
3013
|
+
height: 100%;
|
|
3014
|
+
}
|
|
3015
|
+
.data-vertical\:w-2\.5:where([data-orientation="vertical"]) {
|
|
3016
|
+
width: calc(var(--spacing) * 2.5);
|
|
3017
|
+
}
|
|
3018
|
+
.data-vertical\:border-l:where([data-orientation="vertical"]) {
|
|
3019
|
+
border-left-style: var(--tw-border-style);
|
|
3020
|
+
border-left-width: 1px;
|
|
3021
|
+
}
|
|
3022
|
+
.data-vertical\:border-l-transparent:where([data-orientation="vertical"]) {
|
|
3023
|
+
border-left-color: transparent;
|
|
3024
|
+
}
|
|
3025
|
+
.\[\&_\.cn-command-item-indicator\]\:hidden .cn-command-item-indicator {
|
|
3026
|
+
display: none;
|
|
3027
|
+
}
|
|
2543
3028
|
.\[\&_\.lc-area-path\]\:opacity-100 .lc-area-path {
|
|
2544
3029
|
opacity: 100%;
|
|
2545
3030
|
}
|
|
@@ -2648,8 +3133,8 @@
|
|
|
2648
3133
|
width: calc(var(--spacing) * 4);
|
|
2649
3134
|
height: calc(var(--spacing) * 4);
|
|
2650
3135
|
}
|
|
2651
|
-
.\[\&_svg\:not\(\[
|
|
2652
|
-
|
|
3136
|
+
.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*='text-']) {
|
|
3137
|
+
color: var(--muted-foreground);
|
|
2653
3138
|
}
|
|
2654
3139
|
.\[\&_text\]\:stroke-transparent text {
|
|
2655
3140
|
stroke: transparent;
|
|
@@ -2668,6 +3153,35 @@
|
|
|
2668
3153
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
2669
3154
|
padding-right: 0px;
|
|
2670
3155
|
}
|
|
3156
|
+
.\[\.border-b\]\:pb-2:is(.border-b) {
|
|
3157
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
3158
|
+
}
|
|
3159
|
+
.\[\.border-t\]\:pt-2:is(.border-t) {
|
|
3160
|
+
padding-top: calc(var(--spacing) * 2);
|
|
3161
|
+
}
|
|
3162
|
+
:is(.\*\*\:\[\[cmdk-group-heading\]\]\:px-2 *):is([cmdk-group-heading]) {
|
|
3163
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
3164
|
+
}
|
|
3165
|
+
:is(.\*\*\:\[\[cmdk-group-heading\]\]\:py-1\.5 *):is([cmdk-group-heading]) {
|
|
3166
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
3167
|
+
}
|
|
3168
|
+
:is(.\*\*\:\[\[cmdk-group-heading\]\]\:text-xs *):is([cmdk-group-heading]) {
|
|
3169
|
+
font-size: var(--text-xs);
|
|
3170
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
3171
|
+
}
|
|
3172
|
+
:is(.\*\*\:\[\[cmdk-group-heading\]\]\:font-medium *):is([cmdk-group-heading]) {
|
|
3173
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
3174
|
+
font-weight: var(--font-weight-medium);
|
|
3175
|
+
}
|
|
3176
|
+
:is(.\*\*\:\[\[cmdk-group-heading\]\]\:text-muted-foreground *):is([cmdk-group-heading]) {
|
|
3177
|
+
color: var(--muted-foreground);
|
|
3178
|
+
}
|
|
3179
|
+
:is(.\*\:\[a\]\:underline > *):is(a) {
|
|
3180
|
+
text-decoration-line: underline;
|
|
3181
|
+
}
|
|
3182
|
+
:is(.\*\:\[a\]\:underline-offset-3 > *):is(a) {
|
|
3183
|
+
text-underline-offset: 3px;
|
|
3184
|
+
}
|
|
2671
3185
|
@media (hover: hover) {
|
|
2672
3186
|
.\[a\]\:hover\:bg-destructive\/20:is(a):hover {
|
|
2673
3187
|
background-color: var(--destructive);
|
|
@@ -2699,6 +3213,9 @@
|
|
|
2699
3213
|
.\[a\]\:hover\:text-muted-foreground:is(a):hover {
|
|
2700
3214
|
color: var(--muted-foreground);
|
|
2701
3215
|
}
|
|
3216
|
+
:is(.\*\:\[a\]\:hover\:text-foreground > *):is(a):hover {
|
|
3217
|
+
color: var(--foreground);
|
|
3218
|
+
}
|
|
2702
3219
|
}
|
|
2703
3220
|
:is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
|
|
2704
3221
|
display: flex;
|
|
@@ -2709,12 +3226,30 @@
|
|
|
2709
3226
|
:is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
|
|
2710
3227
|
gap: calc(var(--spacing) * 2);
|
|
2711
3228
|
}
|
|
3229
|
+
:is(.data-selected\:\*\:\[svg\]\:text-foreground[data-selected] > *):is(svg) {
|
|
3230
|
+
color: var(--foreground);
|
|
3231
|
+
}
|
|
2712
3232
|
:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive[data-variant="destructive"] > *):is(svg) {
|
|
2713
3233
|
color: var(--destructive);
|
|
2714
3234
|
}
|
|
2715
3235
|
.\[\&\>button\]\:hidden > button {
|
|
2716
3236
|
display: none;
|
|
2717
3237
|
}
|
|
3238
|
+
.has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3:has( > [data-align=block-end]) > input {
|
|
3239
|
+
padding-top: calc(var(--spacing) * 3);
|
|
3240
|
+
}
|
|
3241
|
+
.has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3:has( > [data-align=block-start]) > input {
|
|
3242
|
+
padding-bottom: calc(var(--spacing) * 3);
|
|
3243
|
+
}
|
|
3244
|
+
.has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-1\.5:has( > [data-align=inline-end]) > input {
|
|
3245
|
+
padding-right: calc(var(--spacing) * 1.5);
|
|
3246
|
+
}
|
|
3247
|
+
.has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-1\.5:has( > [data-align=inline-start]) > input {
|
|
3248
|
+
padding-left: calc(var(--spacing) * 1.5);
|
|
3249
|
+
}
|
|
3250
|
+
.\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] > kbd {
|
|
3251
|
+
border-radius: calc(var(--radius) - 5px);
|
|
3252
|
+
}
|
|
2718
3253
|
.\[\&\>span\:last-child\]\:truncate > span:last-child {
|
|
2719
3254
|
overflow: hidden;
|
|
2720
3255
|
text-overflow: ellipsis;
|
|
@@ -2739,6 +3274,12 @@
|
|
|
2739
3274
|
width: calc(var(--spacing) * 4);
|
|
2740
3275
|
height: calc(var(--spacing) * 4);
|
|
2741
3276
|
}
|
|
3277
|
+
.\[\&\>svg\]\:h-4\! > svg {
|
|
3278
|
+
height: calc(var(--spacing) * 4) !important;
|
|
3279
|
+
}
|
|
3280
|
+
.\[\&\>svg\]\:w-6\! > svg {
|
|
3281
|
+
width: calc(var(--spacing) * 6) !important;
|
|
3282
|
+
}
|
|
2742
3283
|
.\[\&\>svg\]\:shrink-0 > svg {
|
|
2743
3284
|
flex-shrink: 0;
|
|
2744
3285
|
}
|
|
@@ -2767,6 +3308,14 @@
|
|
|
2767
3308
|
.group-data-\[size\=sm\]\/avatar\:\[\&\>svg\]\:hidden:is(:where(.group\/avatar)[data-size="sm"] *) > svg {
|
|
2768
3309
|
display: none;
|
|
2769
3310
|
}
|
|
3311
|
+
.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 > svg:not([class*='size-']) {
|
|
3312
|
+
width: calc(var(--spacing) * 3.5);
|
|
3313
|
+
height: calc(var(--spacing) * 3.5);
|
|
3314
|
+
}
|
|
3315
|
+
.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 > svg:not([class*='size-']) {
|
|
3316
|
+
width: calc(var(--spacing) * 4);
|
|
3317
|
+
height: calc(var(--spacing) * 4);
|
|
3318
|
+
}
|
|
2770
3319
|
.\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
|
|
2771
3320
|
border-bottom-style: var(--tw-border-style);
|
|
2772
3321
|
border-bottom-width: 0px;
|
|
@@ -3429,6 +3978,14 @@
|
|
|
3429
3978
|
filter: blur(var(--tw-exit-blur,0));
|
|
3430
3979
|
}
|
|
3431
3980
|
}
|
|
3981
|
+
@keyframes caret-blink {
|
|
3982
|
+
0%,70%,100% {
|
|
3983
|
+
opacity: 1;
|
|
3984
|
+
}
|
|
3985
|
+
20%,50% {
|
|
3986
|
+
opacity: 0;
|
|
3987
|
+
}
|
|
3988
|
+
}
|
|
3432
3989
|
@layer properties {
|
|
3433
3990
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
3434
3991
|
*, ::before, ::after, ::backdrop {
|