@orangecatai/adgen-canvas 0.0.1 → 0.0.2
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/README.md +8 -12
- package/dist/dev/{chunk-23ZG3JRJ.js → chunk-UV7ECD7A.js} +17 -4
- package/dist/dev/chunk-UV7ECD7A.js.map +7 -0
- package/dist/dev/chunk-X2WWSILD.js +7 -0
- package/dist/dev/chunk-X2WWSILD.js.map +7 -0
- package/dist/dev/data/{image-D63IS3GP.js → image-H4O52A73.js} +3 -3
- package/dist/dev/index.css +1355 -0
- package/dist/dev/index.css.map +3 -3
- package/dist/dev/index.js +2881 -1233
- package/dist/dev/index.js.map +4 -4
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/{chunk-6XBRNJFC.js → chunk-DOJFO2UO.js} +3 -3
- package/dist/prod/{chunk-TDN63PPO.js → chunk-O3WJMHIE.js} +1 -1
- package/dist/prod/data/image-43FV5SMF.js +1 -0
- package/dist/prod/index.css +2 -1
- package/dist/prod/index.js +28 -28
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/element/src/arrows/focus.d.ts +1 -1
- package/dist/types/element/src/binding.d.ts +3 -3
- package/dist/types/element/src/bounds.d.ts +1 -1
- package/dist/types/element/src/collision.d.ts +1 -1
- package/dist/types/element/src/delta.d.ts +2 -2
- package/dist/types/element/src/dragElements.d.ts +1 -1
- package/dist/types/element/src/duplicate.d.ts +1 -1
- package/dist/types/element/src/embeddable.d.ts +1 -1
- package/dist/types/element/src/flowchart.d.ts +1 -1
- package/dist/types/element/src/frame.d.ts +1 -1
- package/dist/types/element/src/groups.d.ts +1 -1
- package/dist/types/element/src/renderElement.d.ts +1 -1
- package/dist/types/element/src/selection.d.ts +1 -1
- package/dist/types/element/src/shape.d.ts +2 -2
- package/dist/types/element/src/store.d.ts +2 -2
- package/dist/types/element/src/textElement.d.ts +1 -1
- package/dist/types/element/src/transform.d.ts +1 -1
- package/dist/types/element/src/utils.d.ts +1 -1
- package/dist/types/element/src/zindex.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionCanvas.d.ts +7 -7
- package/dist/types/excalidraw/actions/actionExport.d.ts +9 -9
- package/dist/types/excalidraw/actions/actionProperties.d.ts +1 -1
- package/dist/types/excalidraw/appState.d.ts +4 -4
- package/dist/types/excalidraw/components/AIChatPanel.d.ts +10 -0
- package/dist/types/excalidraw/components/Actions.d.ts +1 -1
- package/dist/types/excalidraw/components/App.d.ts +13 -2
- package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +2 -2
- package/dist/types/excalidraw/components/ColorPicker/Picker.d.ts +1 -1
- package/dist/types/excalidraw/components/ConvertElementTypePopup.d.ts +1 -1
- package/dist/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
- package/dist/types/excalidraw/components/ElementLinkDialog.d.ts +2 -2
- package/dist/types/excalidraw/components/EyeDropper.d.ts +1 -1
- package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +1 -1
- package/dist/types/excalidraw/components/FontPicker/FontPickerList.d.ts +1 -1
- package/dist/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
- package/dist/types/excalidraw/components/ImageExportDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/ImageGeneratorPanel.d.ts +38 -0
- package/dist/types/excalidraw/components/ImageQuickEditPanel.d.ts +7 -0
- package/dist/types/excalidraw/components/JSONExportDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/LayerUI.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/DragInput.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/FontSize.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/MultiDimension.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/MultiFontSize.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/MultiPosition.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/types.d.ts +2 -2
- package/dist/types/excalidraw/components/ai-chat/agentLoop.d.ts +60 -0
- package/dist/types/excalidraw/components/ai-chat/canvasTools.d.ts +288 -0
- package/dist/types/excalidraw/components/image-generation/pendingGenerations.d.ts +30 -0
- package/dist/types/excalidraw/components/ui/avatar.d.ts +6 -0
- package/dist/types/excalidraw/components/ui/button.d.ts +11 -0
- package/dist/types/excalidraw/components/ui/chat-container.d.ts +17 -0
- package/dist/types/excalidraw/components/ui/code-block.d.ts +16 -0
- package/dist/types/excalidraw/components/ui/markdown.d.ts +10 -0
- package/dist/types/excalidraw/components/ui/message.d.ts +35 -0
- package/dist/types/excalidraw/components/ui/prompt-input.d.ts +28 -0
- package/dist/types/excalidraw/components/ui/scroll-button.d.ts +10 -0
- package/dist/types/excalidraw/components/ui/select.d.ts +13 -0
- package/dist/types/excalidraw/components/ui/textarea.d.ts +3 -0
- package/dist/types/excalidraw/components/ui/tooltip.d.ts +7 -0
- package/dist/types/excalidraw/data/blob.d.ts +19 -17
- package/dist/types/excalidraw/data/json.d.ts +8 -8
- package/dist/types/excalidraw/data/library.d.ts +1 -1
- package/dist/types/excalidraw/fonts/Fonts.d.ts +2 -2
- package/dist/types/excalidraw/i18n.d.ts +1 -1
- package/dist/types/excalidraw/index.d.ts +1 -0
- package/dist/types/excalidraw/lib/utils.d.ts +2 -0
- package/dist/types/excalidraw/types.d.ts +9 -0
- package/dist/types/excalidraw/utils/geminiApiKey.d.ts +1 -0
- package/package.json +33 -15
- package/CHANGELOG.md +0 -34
- package/dist/dev/chunk-23ZG3JRJ.js.map +0 -7
- package/dist/dev/chunk-L5IYTQZ4.js +0 -7
- package/dist/dev/chunk-L5IYTQZ4.js.map +0 -7
- package/dist/prod/data/image-H66RFTQG.js +0 -1
- package/history.ts +0 -249
- /package/dist/dev/data/{image-D63IS3GP.js.map → image-H4O52A73.js.map} +0 -0
package/dist/dev/index.css
CHANGED
|
@@ -3478,6 +3478,320 @@
|
|
|
3478
3478
|
color: var(--color-primary, #4a90d9);
|
|
3479
3479
|
}
|
|
3480
3480
|
|
|
3481
|
+
/* components/ImageGeneratorPanel.scss */
|
|
3482
|
+
.excalidraw .igp {
|
|
3483
|
+
position: absolute;
|
|
3484
|
+
z-index: var(--zIndex-canvasButtons);
|
|
3485
|
+
pointer-events: all;
|
|
3486
|
+
transform: translateX(-50%);
|
|
3487
|
+
width: 420px;
|
|
3488
|
+
font-family:
|
|
3489
|
+
"Assistant",
|
|
3490
|
+
system-ui,
|
|
3491
|
+
-apple-system,
|
|
3492
|
+
sans-serif;
|
|
3493
|
+
font-size: 13px;
|
|
3494
|
+
color: #111;
|
|
3495
|
+
}
|
|
3496
|
+
.excalidraw .igp input[type=file] {
|
|
3497
|
+
display: none !important;
|
|
3498
|
+
}
|
|
3499
|
+
.excalidraw .igp textarea,
|
|
3500
|
+
.excalidraw .igp input[type=text] {
|
|
3501
|
+
all: unset !important;
|
|
3502
|
+
box-sizing: border-box !important;
|
|
3503
|
+
}
|
|
3504
|
+
.excalidraw .igp button {
|
|
3505
|
+
all: unset !important;
|
|
3506
|
+
box-sizing: border-box !important;
|
|
3507
|
+
cursor: pointer !important;
|
|
3508
|
+
}
|
|
3509
|
+
.excalidraw .igp [data-slot=prompt-input],
|
|
3510
|
+
.excalidraw .igp .igp-container {
|
|
3511
|
+
display: block;
|
|
3512
|
+
background: #fff;
|
|
3513
|
+
border: 1px solid rgba(0, 0, 0, 0.09);
|
|
3514
|
+
border-radius: 16px;
|
|
3515
|
+
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
|
|
3516
|
+
overflow: visible;
|
|
3517
|
+
}
|
|
3518
|
+
.excalidraw .igp .igp-textarea {
|
|
3519
|
+
display: block !important;
|
|
3520
|
+
width: 100% !important;
|
|
3521
|
+
min-height: 80px !important;
|
|
3522
|
+
max-height: 180px !important;
|
|
3523
|
+
overflow-y: auto !important;
|
|
3524
|
+
resize: none !important;
|
|
3525
|
+
padding: 14px 16px 8px !important;
|
|
3526
|
+
font-family: inherit !important;
|
|
3527
|
+
font-size: 14px !important;
|
|
3528
|
+
line-height: 1.55 !important;
|
|
3529
|
+
color: #1a1a1a !important;
|
|
3530
|
+
background: transparent !important;
|
|
3531
|
+
border: none !important;
|
|
3532
|
+
outline: none !important;
|
|
3533
|
+
box-shadow: none !important;
|
|
3534
|
+
-webkit-appearance: none !important;
|
|
3535
|
+
}
|
|
3536
|
+
.excalidraw .igp .igp-textarea::placeholder {
|
|
3537
|
+
color: #b8b8b8 !important;
|
|
3538
|
+
font-weight: 400 !important;
|
|
3539
|
+
}
|
|
3540
|
+
.excalidraw .igp .igp-error {
|
|
3541
|
+
padding: 2px 16px 6px;
|
|
3542
|
+
font-size: 12px;
|
|
3543
|
+
color: #e54d4d;
|
|
3544
|
+
line-height: 1.4;
|
|
3545
|
+
}
|
|
3546
|
+
.excalidraw .igp .igp-ref-chip {
|
|
3547
|
+
display: flex;
|
|
3548
|
+
align-items: center;
|
|
3549
|
+
gap: 7px;
|
|
3550
|
+
margin: 10px 14px 0;
|
|
3551
|
+
padding: 5px 8px 5px 6px;
|
|
3552
|
+
background: #f5f5f5;
|
|
3553
|
+
border-radius: 8px;
|
|
3554
|
+
width: fit-content;
|
|
3555
|
+
}
|
|
3556
|
+
.excalidraw .igp .igp-ref-chip img {
|
|
3557
|
+
width: 22px !important;
|
|
3558
|
+
height: 22px !important;
|
|
3559
|
+
border-radius: 5px !important;
|
|
3560
|
+
object-fit: cover !important;
|
|
3561
|
+
flex-shrink: 0 !important;
|
|
3562
|
+
}
|
|
3563
|
+
.excalidraw .igp .igp-ref-chip span {
|
|
3564
|
+
font-size: 11.5px;
|
|
3565
|
+
font-weight: 500;
|
|
3566
|
+
color: #888;
|
|
3567
|
+
}
|
|
3568
|
+
.excalidraw .igp .igp-ref-chip button {
|
|
3569
|
+
display: flex !important;
|
|
3570
|
+
align-items: center !important;
|
|
3571
|
+
justify-content: center !important;
|
|
3572
|
+
width: 16px !important;
|
|
3573
|
+
height: 16px !important;
|
|
3574
|
+
border-radius: 50% !important;
|
|
3575
|
+
color: #aaa !important;
|
|
3576
|
+
transition: background 0.1s ease, color 0.1s ease !important;
|
|
3577
|
+
}
|
|
3578
|
+
.excalidraw .igp .igp-ref-chip button:hover {
|
|
3579
|
+
background: rgba(0, 0, 0, 0.08) !important;
|
|
3580
|
+
color: #555 !important;
|
|
3581
|
+
}
|
|
3582
|
+
.excalidraw .igp .igp-actions {
|
|
3583
|
+
display: flex !important;
|
|
3584
|
+
align-items: center !important;
|
|
3585
|
+
justify-content: space-between !important;
|
|
3586
|
+
padding: 6px 10px 10px !important;
|
|
3587
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
|
|
3588
|
+
gap: 4px !important;
|
|
3589
|
+
}
|
|
3590
|
+
.excalidraw .igp .igp-actions-left,
|
|
3591
|
+
.excalidraw .igp .igp-actions-right {
|
|
3592
|
+
display: flex;
|
|
3593
|
+
align-items: center;
|
|
3594
|
+
gap: 2px;
|
|
3595
|
+
}
|
|
3596
|
+
.excalidraw .igp .igp-btn {
|
|
3597
|
+
display: flex !important;
|
|
3598
|
+
align-items: center !important;
|
|
3599
|
+
gap: 5px !important;
|
|
3600
|
+
height: 28px !important;
|
|
3601
|
+
padding: 0 9px !important;
|
|
3602
|
+
border-radius: 8px !important;
|
|
3603
|
+
font-family: inherit !important;
|
|
3604
|
+
font-size: 12.5px !important;
|
|
3605
|
+
font-weight: 500 !important;
|
|
3606
|
+
color: #444 !important;
|
|
3607
|
+
background: transparent !important;
|
|
3608
|
+
white-space: nowrap !important;
|
|
3609
|
+
transition: background 0.12s ease !important;
|
|
3610
|
+
}
|
|
3611
|
+
.excalidraw .igp .igp-btn svg {
|
|
3612
|
+
color: #888;
|
|
3613
|
+
flex-shrink: 0;
|
|
3614
|
+
}
|
|
3615
|
+
.excalidraw .igp .igp-btn:hover {
|
|
3616
|
+
background: rgba(0, 0, 0, 0.05) !important;
|
|
3617
|
+
}
|
|
3618
|
+
.excalidraw .igp .igp-btn:disabled {
|
|
3619
|
+
opacity: 0.4 !important;
|
|
3620
|
+
cursor: not-allowed !important;
|
|
3621
|
+
}
|
|
3622
|
+
.excalidraw .igp .igp-btn--compact {
|
|
3623
|
+
padding: 0 7px !important;
|
|
3624
|
+
color: #666 !important;
|
|
3625
|
+
}
|
|
3626
|
+
.excalidraw .igp .igp-btn--compact svg {
|
|
3627
|
+
color: #999;
|
|
3628
|
+
}
|
|
3629
|
+
.excalidraw .igp .igp-btn--icon {
|
|
3630
|
+
width: 28px !important;
|
|
3631
|
+
padding: 0 !important;
|
|
3632
|
+
justify-content: center !important;
|
|
3633
|
+
color: #888 !important;
|
|
3634
|
+
}
|
|
3635
|
+
.excalidraw .igp .igp-btn--active {
|
|
3636
|
+
background: rgba(99, 80, 220, 0.07) !important;
|
|
3637
|
+
color: #6350dc !important;
|
|
3638
|
+
}
|
|
3639
|
+
.excalidraw .igp .igp-btn--active svg {
|
|
3640
|
+
color: #6350dc;
|
|
3641
|
+
}
|
|
3642
|
+
.excalidraw .igp .igp-btn--active:hover {
|
|
3643
|
+
background: rgba(99, 80, 220, 0.12) !important;
|
|
3644
|
+
}
|
|
3645
|
+
.excalidraw .igp .igp-generate {
|
|
3646
|
+
display: flex !important;
|
|
3647
|
+
align-items: center !important;
|
|
3648
|
+
justify-content: center !important;
|
|
3649
|
+
width: 32px !important;
|
|
3650
|
+
height: 32px !important;
|
|
3651
|
+
border-radius: 50% !important;
|
|
3652
|
+
background: #1c1c1c !important;
|
|
3653
|
+
color: #fff !important;
|
|
3654
|
+
margin-left: 4px !important;
|
|
3655
|
+
flex-shrink: 0 !important;
|
|
3656
|
+
transition: background 0.12s ease, transform 0.1s ease !important;
|
|
3657
|
+
}
|
|
3658
|
+
.excalidraw .igp .igp-generate:hover {
|
|
3659
|
+
background: #333 !important;
|
|
3660
|
+
}
|
|
3661
|
+
.excalidraw .igp .igp-generate:active {
|
|
3662
|
+
transform: scale(0.94) !important;
|
|
3663
|
+
}
|
|
3664
|
+
.excalidraw .igp .igp-generate:disabled {
|
|
3665
|
+
background: #d0d0d0 !important;
|
|
3666
|
+
cursor: not-allowed !important;
|
|
3667
|
+
}
|
|
3668
|
+
.excalidraw .igp .igp-dropdown-root {
|
|
3669
|
+
position: relative;
|
|
3670
|
+
}
|
|
3671
|
+
.excalidraw .igp .igp-dropdown {
|
|
3672
|
+
position: absolute;
|
|
3673
|
+
z-index: 300;
|
|
3674
|
+
min-width: 160px;
|
|
3675
|
+
padding: 4px;
|
|
3676
|
+
background: #fff;
|
|
3677
|
+
border-radius: 11px;
|
|
3678
|
+
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.06);
|
|
3679
|
+
}
|
|
3680
|
+
.excalidraw .igp .igp-dropdown--up {
|
|
3681
|
+
bottom: calc(100% + 8px);
|
|
3682
|
+
}
|
|
3683
|
+
.excalidraw .igp .igp-dropdown--left {
|
|
3684
|
+
left: 0;
|
|
3685
|
+
}
|
|
3686
|
+
.excalidraw .igp .igp-dropdown--right {
|
|
3687
|
+
right: 0;
|
|
3688
|
+
}
|
|
3689
|
+
.excalidraw .igp .igp-dropdown--ratio {
|
|
3690
|
+
min-width: 230px;
|
|
3691
|
+
}
|
|
3692
|
+
.excalidraw .igp .igp-dropdown-header {
|
|
3693
|
+
display: flex;
|
|
3694
|
+
align-items: center;
|
|
3695
|
+
gap: 5px;
|
|
3696
|
+
padding: 5px 10px 3px;
|
|
3697
|
+
font-size: 10px;
|
|
3698
|
+
font-weight: 600;
|
|
3699
|
+
color: #bbb;
|
|
3700
|
+
text-transform: uppercase;
|
|
3701
|
+
letter-spacing: 0.5px;
|
|
3702
|
+
}
|
|
3703
|
+
.excalidraw .igp .igp-dropdown-item {
|
|
3704
|
+
display: flex !important;
|
|
3705
|
+
align-items: center !important;
|
|
3706
|
+
gap: 8px !important;
|
|
3707
|
+
width: 100% !important;
|
|
3708
|
+
padding: 7px 10px !important;
|
|
3709
|
+
border-radius: 7px !important;
|
|
3710
|
+
font-family: inherit !important;
|
|
3711
|
+
font-size: 13px !important;
|
|
3712
|
+
color: #222 !important;
|
|
3713
|
+
background: transparent !important;
|
|
3714
|
+
text-align: left !important;
|
|
3715
|
+
transition: background 0.1s ease !important;
|
|
3716
|
+
}
|
|
3717
|
+
.excalidraw .igp .igp-dropdown-item:hover {
|
|
3718
|
+
background: rgba(0, 0, 0, 0.04) !important;
|
|
3719
|
+
}
|
|
3720
|
+
.excalidraw .igp .igp-check {
|
|
3721
|
+
color: #6350dc;
|
|
3722
|
+
display: flex;
|
|
3723
|
+
align-items: center;
|
|
3724
|
+
flex-shrink: 0;
|
|
3725
|
+
}
|
|
3726
|
+
.excalidraw .igp .igp-dims {
|
|
3727
|
+
font-size: 11px;
|
|
3728
|
+
color: #bbb;
|
|
3729
|
+
flex-shrink: 0;
|
|
3730
|
+
}
|
|
3731
|
+
@keyframes igp-spin {
|
|
3732
|
+
from {
|
|
3733
|
+
transform: rotate(0deg);
|
|
3734
|
+
}
|
|
3735
|
+
to {
|
|
3736
|
+
transform: rotate(360deg);
|
|
3737
|
+
}
|
|
3738
|
+
}
|
|
3739
|
+
.excalidraw .igp .igp-spinner {
|
|
3740
|
+
animation: igp-spin 0.8s linear infinite;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3743
|
+
/* components/ImageQuickEditPanel.scss */
|
|
3744
|
+
.excalidraw .iqep__trigger-bar {
|
|
3745
|
+
position: absolute;
|
|
3746
|
+
z-index: var(--zIndex-canvasButtons);
|
|
3747
|
+
pointer-events: all;
|
|
3748
|
+
transform: translateX(-50%);
|
|
3749
|
+
display: flex;
|
|
3750
|
+
align-items: center;
|
|
3751
|
+
background: var(--island-bg-color);
|
|
3752
|
+
border-radius: 20px;
|
|
3753
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.06);
|
|
3754
|
+
padding: 2px;
|
|
3755
|
+
}
|
|
3756
|
+
.excalidraw .iqep__trigger-btn {
|
|
3757
|
+
display: flex;
|
|
3758
|
+
align-items: center;
|
|
3759
|
+
gap: 6px;
|
|
3760
|
+
border: none;
|
|
3761
|
+
border-radius: 16px;
|
|
3762
|
+
cursor: pointer;
|
|
3763
|
+
font-family:
|
|
3764
|
+
"Assistant",
|
|
3765
|
+
system-ui,
|
|
3766
|
+
-apple-system,
|
|
3767
|
+
sans-serif;
|
|
3768
|
+
font-size: 12px;
|
|
3769
|
+
font-weight: 600;
|
|
3770
|
+
padding: 6px 12px;
|
|
3771
|
+
background: transparent;
|
|
3772
|
+
color: var(--color-primary, #4a90d9);
|
|
3773
|
+
transition: background 0.15s ease;
|
|
3774
|
+
}
|
|
3775
|
+
.excalidraw .iqep__trigger-btn svg {
|
|
3776
|
+
color: var(--color-primary, #4a90d9);
|
|
3777
|
+
}
|
|
3778
|
+
.excalidraw .iqep__trigger-btn:hover {
|
|
3779
|
+
background: var(--button-hover-bg, rgba(74, 144, 217, 0.08));
|
|
3780
|
+
}
|
|
3781
|
+
.excalidraw .iqep__ref-chip {
|
|
3782
|
+
display: flex;
|
|
3783
|
+
align-items: center;
|
|
3784
|
+
gap: 6px;
|
|
3785
|
+
padding: 8px 14px 4px;
|
|
3786
|
+
font-size: 11px;
|
|
3787
|
+
font-weight: 500;
|
|
3788
|
+
color: var(--text-secondary-color, #888);
|
|
3789
|
+
}
|
|
3790
|
+
.excalidraw .iqep__ref-chip svg {
|
|
3791
|
+
flex-shrink: 0;
|
|
3792
|
+
color: var(--text-secondary-color, #aaa);
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3481
3795
|
/* components/Popover.scss */
|
|
3482
3796
|
.excalidraw .popover {
|
|
3483
3797
|
position: absolute;
|
|
@@ -8039,4 +8353,1045 @@ body.excalidraw-cursor-resize * {
|
|
|
8039
8353
|
style: normal;
|
|
8040
8354
|
display: swap;
|
|
8041
8355
|
}
|
|
8356
|
+
|
|
8357
|
+
/* css/tailwind.generated.css */
|
|
8358
|
+
@layer properties;
|
|
8359
|
+
@layer theme, base, components, utilities;
|
|
8360
|
+
@layer theme {
|
|
8361
|
+
:root,
|
|
8362
|
+
:host {
|
|
8363
|
+
--font-mono:
|
|
8364
|
+
ui-monospace,
|
|
8365
|
+
SFMono-Regular,
|
|
8366
|
+
Menlo,
|
|
8367
|
+
Monaco,
|
|
8368
|
+
Consolas,
|
|
8369
|
+
"Liberation Mono",
|
|
8370
|
+
"Courier New",
|
|
8371
|
+
monospace;
|
|
8372
|
+
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
8373
|
+
--color-red-900: oklch(39.6% 0.141 25.723);
|
|
8374
|
+
--color-zinc-50: oklch(98.5% 0 0);
|
|
8375
|
+
--color-zinc-100: oklch(96.7% 0.001 286.375);
|
|
8376
|
+
--color-zinc-200: oklch(92% 0.004 286.32);
|
|
8377
|
+
--color-zinc-300: oklch(87.1% 0.006 286.286);
|
|
8378
|
+
--color-zinc-400: oklch(70.5% 0.015 286.067);
|
|
8379
|
+
--color-zinc-500: oklch(55.2% 0.016 285.938);
|
|
8380
|
+
--color-zinc-800: oklch(27.4% 0.006 286.033);
|
|
8381
|
+
--color-zinc-900: oklch(21% 0.006 285.885);
|
|
8382
|
+
--color-zinc-950: oklch(14.1% 0.005 285.823);
|
|
8383
|
+
--color-white: #fff;
|
|
8384
|
+
--spacing: 0.25rem;
|
|
8385
|
+
--text-xs: 0.75rem;
|
|
8386
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
8387
|
+
--text-sm: 0.875rem;
|
|
8388
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
8389
|
+
--text-base: 1rem;
|
|
8390
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
8391
|
+
--font-weight-medium: 500;
|
|
8392
|
+
--font-weight-semibold: 600;
|
|
8393
|
+
--radius-sm: 0.25rem;
|
|
8394
|
+
--radius-md: 0.375rem;
|
|
8395
|
+
--radius-lg: 0.5rem;
|
|
8396
|
+
--radius-xl: 0.75rem;
|
|
8397
|
+
--radius-3xl: 1.5rem;
|
|
8398
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
8399
|
+
--default-transition-duration: 150ms;
|
|
8400
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
8401
|
+
}
|
|
8402
|
+
}
|
|
8403
|
+
@layer utilities {
|
|
8404
|
+
.pointer-events-none {
|
|
8405
|
+
pointer-events: none;
|
|
8406
|
+
}
|
|
8407
|
+
.collapse {
|
|
8408
|
+
visibility: collapse;
|
|
8409
|
+
}
|
|
8410
|
+
.invisible {
|
|
8411
|
+
visibility: hidden;
|
|
8412
|
+
}
|
|
8413
|
+
.visible {
|
|
8414
|
+
visibility: visible;
|
|
8415
|
+
}
|
|
8416
|
+
.absolute {
|
|
8417
|
+
position: absolute;
|
|
8418
|
+
}
|
|
8419
|
+
.fixed {
|
|
8420
|
+
position: fixed;
|
|
8421
|
+
}
|
|
8422
|
+
.relative {
|
|
8423
|
+
position: relative;
|
|
8424
|
+
}
|
|
8425
|
+
.static {
|
|
8426
|
+
position: static;
|
|
8427
|
+
}
|
|
8428
|
+
.start {
|
|
8429
|
+
inset-inline-start: var(--spacing);
|
|
8430
|
+
}
|
|
8431
|
+
.end {
|
|
8432
|
+
inset-inline-end: var(--spacing);
|
|
8433
|
+
}
|
|
8434
|
+
.right-2 {
|
|
8435
|
+
right: calc(var(--spacing) * 2);
|
|
8436
|
+
}
|
|
8437
|
+
.z-50 {
|
|
8438
|
+
z-index: 50;
|
|
8439
|
+
}
|
|
8440
|
+
.container {
|
|
8441
|
+
width: 100%;
|
|
8442
|
+
@media (width >= 40rem) {
|
|
8443
|
+
max-width: 40rem;
|
|
8444
|
+
}
|
|
8445
|
+
@media (width >= 48rem) {
|
|
8446
|
+
max-width: 48rem;
|
|
8447
|
+
}
|
|
8448
|
+
@media (width >= 64rem) {
|
|
8449
|
+
max-width: 64rem;
|
|
8450
|
+
}
|
|
8451
|
+
@media (width >= 80rem) {
|
|
8452
|
+
max-width: 80rem;
|
|
8453
|
+
}
|
|
8454
|
+
@media (width >= 96rem) {
|
|
8455
|
+
max-width: 96rem;
|
|
8456
|
+
}
|
|
8457
|
+
}
|
|
8458
|
+
.container\! {
|
|
8459
|
+
width: 100% !important;
|
|
8460
|
+
@media (width >= 40rem) {
|
|
8461
|
+
max-width: 40rem !important;
|
|
8462
|
+
}
|
|
8463
|
+
@media (width >= 48rem) {
|
|
8464
|
+
max-width: 48rem !important;
|
|
8465
|
+
}
|
|
8466
|
+
@media (width >= 64rem) {
|
|
8467
|
+
max-width: 64rem !important;
|
|
8468
|
+
}
|
|
8469
|
+
@media (width >= 80rem) {
|
|
8470
|
+
max-width: 80rem !important;
|
|
8471
|
+
}
|
|
8472
|
+
@media (width >= 96rem) {
|
|
8473
|
+
max-width: 96rem !important;
|
|
8474
|
+
}
|
|
8475
|
+
}
|
|
8476
|
+
.-mx-1 {
|
|
8477
|
+
margin-inline: calc(var(--spacing) * -1);
|
|
8478
|
+
}
|
|
8479
|
+
.my-1 {
|
|
8480
|
+
margin-block: calc(var(--spacing) * 1);
|
|
8481
|
+
}
|
|
8482
|
+
.block {
|
|
8483
|
+
display: block;
|
|
8484
|
+
}
|
|
8485
|
+
.contents {
|
|
8486
|
+
display: contents;
|
|
8487
|
+
}
|
|
8488
|
+
.flex {
|
|
8489
|
+
display: flex;
|
|
8490
|
+
}
|
|
8491
|
+
.grid {
|
|
8492
|
+
display: grid;
|
|
8493
|
+
}
|
|
8494
|
+
.hidden {
|
|
8495
|
+
display: none;
|
|
8496
|
+
}
|
|
8497
|
+
.inline {
|
|
8498
|
+
display: inline;
|
|
8499
|
+
}
|
|
8500
|
+
.inline-block {
|
|
8501
|
+
display: inline-block;
|
|
8502
|
+
}
|
|
8503
|
+
.inline-flex {
|
|
8504
|
+
display: inline-flex;
|
|
8505
|
+
}
|
|
8506
|
+
.table {
|
|
8507
|
+
display: table;
|
|
8508
|
+
}
|
|
8509
|
+
.aspect-square {
|
|
8510
|
+
aspect-ratio: 1 / 1;
|
|
8511
|
+
}
|
|
8512
|
+
.h-3\.5 {
|
|
8513
|
+
height: calc(var(--spacing) * 3.5);
|
|
8514
|
+
}
|
|
8515
|
+
.h-4 {
|
|
8516
|
+
height: calc(var(--spacing) * 4);
|
|
8517
|
+
}
|
|
8518
|
+
.h-5 {
|
|
8519
|
+
height: calc(var(--spacing) * 5);
|
|
8520
|
+
}
|
|
8521
|
+
.h-8 {
|
|
8522
|
+
height: calc(var(--spacing) * 8);
|
|
8523
|
+
}
|
|
8524
|
+
.h-9 {
|
|
8525
|
+
height: calc(var(--spacing) * 9);
|
|
8526
|
+
}
|
|
8527
|
+
.h-10 {
|
|
8528
|
+
height: calc(var(--spacing) * 10);
|
|
8529
|
+
}
|
|
8530
|
+
.h-\[var\(--radix-select-trigger-height\)\] {
|
|
8531
|
+
height: var(--radix-select-trigger-height);
|
|
8532
|
+
}
|
|
8533
|
+
.h-full {
|
|
8534
|
+
height: 100%;
|
|
8535
|
+
}
|
|
8536
|
+
.h-px {
|
|
8537
|
+
height: 1px;
|
|
8538
|
+
}
|
|
8539
|
+
.max-h-\[--radix-select-content-available-height\] {
|
|
8540
|
+
max-height: --radix-select-content-available-height;
|
|
8541
|
+
}
|
|
8542
|
+
.min-h-\[44px\] {
|
|
8543
|
+
min-height: 44px;
|
|
8544
|
+
}
|
|
8545
|
+
.min-h-\[60px\] {
|
|
8546
|
+
min-height: 60px;
|
|
8547
|
+
}
|
|
8548
|
+
.w-3\.5 {
|
|
8549
|
+
width: calc(var(--spacing) * 3.5);
|
|
8550
|
+
}
|
|
8551
|
+
.w-4 {
|
|
8552
|
+
width: calc(var(--spacing) * 4);
|
|
8553
|
+
}
|
|
8554
|
+
.w-5 {
|
|
8555
|
+
width: calc(var(--spacing) * 5);
|
|
8556
|
+
}
|
|
8557
|
+
.w-8 {
|
|
8558
|
+
width: calc(var(--spacing) * 8);
|
|
8559
|
+
}
|
|
8560
|
+
.w-9 {
|
|
8561
|
+
width: calc(var(--spacing) * 9);
|
|
8562
|
+
}
|
|
8563
|
+
.w-10 {
|
|
8564
|
+
width: calc(var(--spacing) * 10);
|
|
8565
|
+
}
|
|
8566
|
+
.w-full {
|
|
8567
|
+
width: 100%;
|
|
8568
|
+
}
|
|
8569
|
+
.min-w-\[8rem\] {
|
|
8570
|
+
min-width: 8rem;
|
|
8571
|
+
}
|
|
8572
|
+
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
8573
|
+
min-width: var(--radix-select-trigger-width);
|
|
8574
|
+
}
|
|
8575
|
+
.shrink-0 {
|
|
8576
|
+
flex-shrink: 0;
|
|
8577
|
+
}
|
|
8578
|
+
.grow {
|
|
8579
|
+
flex-grow: 1;
|
|
8580
|
+
}
|
|
8581
|
+
.origin-\[--radix-select-content-transform-origin\] {
|
|
8582
|
+
transform-origin: --radix-select-content-transform-origin;
|
|
8583
|
+
}
|
|
8584
|
+
.origin-\[--radix-tooltip-content-transform-origin\] {
|
|
8585
|
+
transform-origin: --radix-tooltip-content-transform-origin;
|
|
8586
|
+
}
|
|
8587
|
+
.translate-y-0 {
|
|
8588
|
+
--tw-translate-y: calc(var(--spacing) * 0);
|
|
8589
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8590
|
+
}
|
|
8591
|
+
.translate-y-4 {
|
|
8592
|
+
--tw-translate-y: calc(var(--spacing) * 4);
|
|
8593
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8594
|
+
}
|
|
8595
|
+
.scale-95 {
|
|
8596
|
+
--tw-scale-x: 95%;
|
|
8597
|
+
--tw-scale-y: 95%;
|
|
8598
|
+
--tw-scale-z: 95%;
|
|
8599
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
8600
|
+
}
|
|
8601
|
+
.scale-100 {
|
|
8602
|
+
--tw-scale-x: 100%;
|
|
8603
|
+
--tw-scale-y: 100%;
|
|
8604
|
+
--tw-scale-z: 100%;
|
|
8605
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
8606
|
+
}
|
|
8607
|
+
.transform {
|
|
8608
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
8609
|
+
}
|
|
8610
|
+
.cursor-default {
|
|
8611
|
+
cursor: default;
|
|
8612
|
+
}
|
|
8613
|
+
.cursor-not-allowed {
|
|
8614
|
+
cursor: not-allowed;
|
|
8615
|
+
}
|
|
8616
|
+
.cursor-text {
|
|
8617
|
+
cursor: text;
|
|
8618
|
+
}
|
|
8619
|
+
.resize {
|
|
8620
|
+
resize: both;
|
|
8621
|
+
}
|
|
8622
|
+
.resize-none {
|
|
8623
|
+
resize: none;
|
|
8624
|
+
}
|
|
8625
|
+
.scroll-mt-4 {
|
|
8626
|
+
scroll-margin-top: calc(var(--spacing) * 4);
|
|
8627
|
+
}
|
|
8628
|
+
.flex-col {
|
|
8629
|
+
flex-direction: column;
|
|
8630
|
+
}
|
|
8631
|
+
.items-center {
|
|
8632
|
+
align-items: center;
|
|
8633
|
+
}
|
|
8634
|
+
.justify-between {
|
|
8635
|
+
justify-content: space-between;
|
|
8636
|
+
}
|
|
8637
|
+
.justify-center {
|
|
8638
|
+
justify-content: center;
|
|
8639
|
+
}
|
|
8640
|
+
.gap-2 {
|
|
8641
|
+
gap: calc(var(--spacing) * 2);
|
|
8642
|
+
}
|
|
8643
|
+
.gap-3 {
|
|
8644
|
+
gap: calc(var(--spacing) * 3);
|
|
8645
|
+
}
|
|
8646
|
+
.overflow-clip {
|
|
8647
|
+
overflow: clip;
|
|
8648
|
+
}
|
|
8649
|
+
.overflow-hidden {
|
|
8650
|
+
overflow: hidden;
|
|
8651
|
+
}
|
|
8652
|
+
.overflow-x-auto {
|
|
8653
|
+
overflow-x: auto;
|
|
8654
|
+
}
|
|
8655
|
+
.overflow-x-hidden {
|
|
8656
|
+
overflow-x: hidden;
|
|
8657
|
+
}
|
|
8658
|
+
.overflow-y-auto {
|
|
8659
|
+
overflow-y: auto;
|
|
8660
|
+
}
|
|
8661
|
+
.rounded {
|
|
8662
|
+
border-radius: 0.25rem;
|
|
8663
|
+
}
|
|
8664
|
+
.rounded-3xl {
|
|
8665
|
+
border-radius: var(--radius-3xl);
|
|
8666
|
+
}
|
|
8667
|
+
.rounded-full {
|
|
8668
|
+
border-radius: calc(infinity * 1px);
|
|
8669
|
+
}
|
|
8670
|
+
.rounded-lg {
|
|
8671
|
+
border-radius: var(--radius-lg);
|
|
8672
|
+
}
|
|
8673
|
+
.rounded-md {
|
|
8674
|
+
border-radius: var(--radius-md);
|
|
8675
|
+
}
|
|
8676
|
+
.rounded-sm {
|
|
8677
|
+
border-radius: var(--radius-sm);
|
|
8678
|
+
}
|
|
8679
|
+
.rounded-xl {
|
|
8680
|
+
border-radius: var(--radius-xl);
|
|
8681
|
+
}
|
|
8682
|
+
.border {
|
|
8683
|
+
border-style: var(--tw-border-style);
|
|
8684
|
+
border-width: 1px;
|
|
8685
|
+
}
|
|
8686
|
+
.border-none {
|
|
8687
|
+
--tw-border-style: none;
|
|
8688
|
+
border-style: none;
|
|
8689
|
+
}
|
|
8690
|
+
.border-zinc-200 {
|
|
8691
|
+
border-color: var(--color-zinc-200);
|
|
8692
|
+
}
|
|
8693
|
+
.bg-red-500 {
|
|
8694
|
+
background-color: var(--color-red-500);
|
|
8695
|
+
}
|
|
8696
|
+
.bg-transparent {
|
|
8697
|
+
background-color: transparent;
|
|
8698
|
+
}
|
|
8699
|
+
.bg-white {
|
|
8700
|
+
background-color: var(--color-white);
|
|
8701
|
+
}
|
|
8702
|
+
.bg-zinc-50 {
|
|
8703
|
+
background-color: var(--color-zinc-50);
|
|
8704
|
+
}
|
|
8705
|
+
.bg-zinc-100 {
|
|
8706
|
+
background-color: var(--color-zinc-100);
|
|
8707
|
+
}
|
|
8708
|
+
.bg-zinc-900 {
|
|
8709
|
+
background-color: var(--color-zinc-900);
|
|
8710
|
+
}
|
|
8711
|
+
.p-1 {
|
|
8712
|
+
padding: calc(var(--spacing) * 1);
|
|
8713
|
+
}
|
|
8714
|
+
.p-2 {
|
|
8715
|
+
padding: calc(var(--spacing) * 2);
|
|
8716
|
+
}
|
|
8717
|
+
.px-1 {
|
|
8718
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
8719
|
+
}
|
|
8720
|
+
.px-2 {
|
|
8721
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
8722
|
+
}
|
|
8723
|
+
.px-3 {
|
|
8724
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
8725
|
+
}
|
|
8726
|
+
.px-4 {
|
|
8727
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
8728
|
+
}
|
|
8729
|
+
.px-8 {
|
|
8730
|
+
padding-inline: calc(var(--spacing) * 8);
|
|
8731
|
+
}
|
|
8732
|
+
.py-1 {
|
|
8733
|
+
padding-block: calc(var(--spacing) * 1);
|
|
8734
|
+
}
|
|
8735
|
+
.py-1\.5 {
|
|
8736
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
8737
|
+
}
|
|
8738
|
+
.py-2 {
|
|
8739
|
+
padding-block: calc(var(--spacing) * 2);
|
|
8740
|
+
}
|
|
8741
|
+
.pr-8 {
|
|
8742
|
+
padding-right: calc(var(--spacing) * 8);
|
|
8743
|
+
}
|
|
8744
|
+
.pl-2 {
|
|
8745
|
+
padding-left: calc(var(--spacing) * 2);
|
|
8746
|
+
}
|
|
8747
|
+
.align-bottom {
|
|
8748
|
+
vertical-align: bottom;
|
|
8749
|
+
}
|
|
8750
|
+
.align-middle {
|
|
8751
|
+
vertical-align: middle;
|
|
8752
|
+
}
|
|
8753
|
+
.align-top {
|
|
8754
|
+
vertical-align: top;
|
|
8755
|
+
}
|
|
8756
|
+
.font-mono {
|
|
8757
|
+
font-family: var(--font-mono);
|
|
8758
|
+
}
|
|
8759
|
+
.text-base {
|
|
8760
|
+
font-size: var(--text-base);
|
|
8761
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
8762
|
+
}
|
|
8763
|
+
.text-sm {
|
|
8764
|
+
font-size: var(--text-sm);
|
|
8765
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8766
|
+
}
|
|
8767
|
+
.text-xs {
|
|
8768
|
+
font-size: var(--text-xs);
|
|
8769
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
8770
|
+
}
|
|
8771
|
+
.text-\[13px\] {
|
|
8772
|
+
font-size: 13px;
|
|
8773
|
+
}
|
|
8774
|
+
.font-medium {
|
|
8775
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
8776
|
+
font-weight: var(--font-weight-medium);
|
|
8777
|
+
}
|
|
8778
|
+
.font-semibold {
|
|
8779
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
8780
|
+
font-weight: var(--font-weight-semibold);
|
|
8781
|
+
}
|
|
8782
|
+
.break-words {
|
|
8783
|
+
overflow-wrap: break-word;
|
|
8784
|
+
}
|
|
8785
|
+
.whitespace-normal {
|
|
8786
|
+
white-space: normal;
|
|
8787
|
+
}
|
|
8788
|
+
.whitespace-nowrap {
|
|
8789
|
+
white-space: nowrap;
|
|
8790
|
+
}
|
|
8791
|
+
.text-zinc-50 {
|
|
8792
|
+
color: var(--color-zinc-50);
|
|
8793
|
+
}
|
|
8794
|
+
.text-zinc-500 {
|
|
8795
|
+
color: var(--color-zinc-500);
|
|
8796
|
+
}
|
|
8797
|
+
.text-zinc-900 {
|
|
8798
|
+
color: var(--color-zinc-900);
|
|
8799
|
+
}
|
|
8800
|
+
.text-zinc-950 {
|
|
8801
|
+
color: var(--color-zinc-950);
|
|
8802
|
+
}
|
|
8803
|
+
.uppercase {
|
|
8804
|
+
text-transform: uppercase;
|
|
8805
|
+
}
|
|
8806
|
+
.underline-offset-4 {
|
|
8807
|
+
text-underline-offset: 4px;
|
|
8808
|
+
}
|
|
8809
|
+
.opacity-0 {
|
|
8810
|
+
opacity: 0%;
|
|
8811
|
+
}
|
|
8812
|
+
.opacity-50 {
|
|
8813
|
+
opacity: 50%;
|
|
8814
|
+
}
|
|
8815
|
+
.opacity-60 {
|
|
8816
|
+
opacity: 60%;
|
|
8817
|
+
}
|
|
8818
|
+
.opacity-100 {
|
|
8819
|
+
opacity: 100%;
|
|
8820
|
+
}
|
|
8821
|
+
.shadow {
|
|
8822
|
+
--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));
|
|
8823
|
+
box-shadow:
|
|
8824
|
+
var(--tw-inset-shadow),
|
|
8825
|
+
var(--tw-inset-ring-shadow),
|
|
8826
|
+
var(--tw-ring-offset-shadow),
|
|
8827
|
+
var(--tw-ring-shadow),
|
|
8828
|
+
var(--tw-shadow);
|
|
8829
|
+
}
|
|
8830
|
+
.shadow-md {
|
|
8831
|
+
--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));
|
|
8832
|
+
box-shadow:
|
|
8833
|
+
var(--tw-inset-shadow),
|
|
8834
|
+
var(--tw-inset-ring-shadow),
|
|
8835
|
+
var(--tw-ring-offset-shadow),
|
|
8836
|
+
var(--tw-ring-shadow),
|
|
8837
|
+
var(--tw-shadow);
|
|
8838
|
+
}
|
|
8839
|
+
.shadow-none {
|
|
8840
|
+
--tw-shadow: 0 0 #0000;
|
|
8841
|
+
box-shadow:
|
|
8842
|
+
var(--tw-inset-shadow),
|
|
8843
|
+
var(--tw-inset-ring-shadow),
|
|
8844
|
+
var(--tw-ring-offset-shadow),
|
|
8845
|
+
var(--tw-ring-shadow),
|
|
8846
|
+
var(--tw-shadow);
|
|
8847
|
+
}
|
|
8848
|
+
.shadow-sm {
|
|
8849
|
+
--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));
|
|
8850
|
+
box-shadow:
|
|
8851
|
+
var(--tw-inset-shadow),
|
|
8852
|
+
var(--tw-inset-ring-shadow),
|
|
8853
|
+
var(--tw-ring-offset-shadow),
|
|
8854
|
+
var(--tw-ring-shadow),
|
|
8855
|
+
var(--tw-shadow);
|
|
8856
|
+
}
|
|
8857
|
+
.shadow-xs {
|
|
8858
|
+
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
8859
|
+
box-shadow:
|
|
8860
|
+
var(--tw-inset-shadow),
|
|
8861
|
+
var(--tw-inset-ring-shadow),
|
|
8862
|
+
var(--tw-ring-offset-shadow),
|
|
8863
|
+
var(--tw-ring-shadow),
|
|
8864
|
+
var(--tw-shadow);
|
|
8865
|
+
}
|
|
8866
|
+
.ring {
|
|
8867
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
8868
|
+
box-shadow:
|
|
8869
|
+
var(--tw-inset-shadow),
|
|
8870
|
+
var(--tw-inset-ring-shadow),
|
|
8871
|
+
var(--tw-ring-offset-shadow),
|
|
8872
|
+
var(--tw-ring-shadow),
|
|
8873
|
+
var(--tw-shadow);
|
|
8874
|
+
}
|
|
8875
|
+
.ring-offset-white {
|
|
8876
|
+
--tw-ring-offset-color: var(--color-white);
|
|
8877
|
+
}
|
|
8878
|
+
.outline {
|
|
8879
|
+
outline-style: var(--tw-outline-style);
|
|
8880
|
+
outline-width: 1px;
|
|
8881
|
+
}
|
|
8882
|
+
.blur {
|
|
8883
|
+
--tw-blur: blur(8px);
|
|
8884
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
8885
|
+
}
|
|
8886
|
+
.invert {
|
|
8887
|
+
--tw-invert: invert(100%);
|
|
8888
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
8889
|
+
}
|
|
8890
|
+
.filter {
|
|
8891
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
8892
|
+
}
|
|
8893
|
+
.transition-all {
|
|
8894
|
+
transition-property: all;
|
|
8895
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
8896
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
8897
|
+
}
|
|
8898
|
+
.transition-colors {
|
|
8899
|
+
transition-property:
|
|
8900
|
+
color,
|
|
8901
|
+
background-color,
|
|
8902
|
+
border-color,
|
|
8903
|
+
outline-color,
|
|
8904
|
+
text-decoration-color,
|
|
8905
|
+
fill,
|
|
8906
|
+
stroke,
|
|
8907
|
+
--tw-gradient-from,
|
|
8908
|
+
--tw-gradient-via,
|
|
8909
|
+
--tw-gradient-to;
|
|
8910
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
8911
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
8912
|
+
}
|
|
8913
|
+
.duration-150 {
|
|
8914
|
+
--tw-duration: 150ms;
|
|
8915
|
+
transition-duration: 150ms;
|
|
8916
|
+
}
|
|
8917
|
+
.ease-out {
|
|
8918
|
+
--tw-ease: var(--ease-out);
|
|
8919
|
+
transition-timing-function: var(--ease-out);
|
|
8920
|
+
}
|
|
8921
|
+
.outline-none {
|
|
8922
|
+
--tw-outline-style: none;
|
|
8923
|
+
outline-style: none;
|
|
8924
|
+
}
|
|
8925
|
+
.select-all {
|
|
8926
|
+
-webkit-user-select: all;
|
|
8927
|
+
user-select: all;
|
|
8928
|
+
}
|
|
8929
|
+
.select-none {
|
|
8930
|
+
-webkit-user-select: none;
|
|
8931
|
+
user-select: none;
|
|
8932
|
+
}
|
|
8933
|
+
.placeholder\:text-zinc-500 {
|
|
8934
|
+
&::placeholder {
|
|
8935
|
+
color: var(--color-zinc-500);
|
|
8936
|
+
}
|
|
8937
|
+
}
|
|
8938
|
+
.hover\:bg-red-500\/90 {
|
|
8939
|
+
&:hover {
|
|
8940
|
+
@media (hover: hover) {
|
|
8941
|
+
background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 90%, transparent);
|
|
8942
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8943
|
+
background-color: color-mix(in oklab, var(--color-red-500) 90%, transparent);
|
|
8944
|
+
}
|
|
8945
|
+
}
|
|
8946
|
+
}
|
|
8947
|
+
}
|
|
8948
|
+
.hover\:bg-zinc-100 {
|
|
8949
|
+
&:hover {
|
|
8950
|
+
@media (hover: hover) {
|
|
8951
|
+
background-color: var(--color-zinc-100);
|
|
8952
|
+
}
|
|
8953
|
+
}
|
|
8954
|
+
}
|
|
8955
|
+
.hover\:bg-zinc-100\/80 {
|
|
8956
|
+
&:hover {
|
|
8957
|
+
@media (hover: hover) {
|
|
8958
|
+
background-color: color-mix(in srgb, oklch(96.7% 0.001 286.375) 80%, transparent);
|
|
8959
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8960
|
+
background-color: color-mix(in oklab, var(--color-zinc-100) 80%, transparent);
|
|
8961
|
+
}
|
|
8962
|
+
}
|
|
8963
|
+
}
|
|
8964
|
+
}
|
|
8965
|
+
.hover\:bg-zinc-900\/90 {
|
|
8966
|
+
&:hover {
|
|
8967
|
+
@media (hover: hover) {
|
|
8968
|
+
background-color: color-mix(in srgb, oklch(21% 0.006 285.885) 90%, transparent);
|
|
8969
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8970
|
+
background-color: color-mix(in oklab, var(--color-zinc-900) 90%, transparent);
|
|
8971
|
+
}
|
|
8972
|
+
}
|
|
8973
|
+
}
|
|
8974
|
+
}
|
|
8975
|
+
.hover\:text-zinc-900 {
|
|
8976
|
+
&:hover {
|
|
8977
|
+
@media (hover: hover) {
|
|
8978
|
+
color: var(--color-zinc-900);
|
|
8979
|
+
}
|
|
8980
|
+
}
|
|
8981
|
+
}
|
|
8982
|
+
.hover\:underline {
|
|
8983
|
+
&:hover {
|
|
8984
|
+
@media (hover: hover) {
|
|
8985
|
+
text-decoration-line: underline;
|
|
8986
|
+
}
|
|
8987
|
+
}
|
|
8988
|
+
}
|
|
8989
|
+
.focus\:bg-zinc-100 {
|
|
8990
|
+
&:focus {
|
|
8991
|
+
background-color: var(--color-zinc-100);
|
|
8992
|
+
}
|
|
8993
|
+
}
|
|
8994
|
+
.focus\:text-zinc-900 {
|
|
8995
|
+
&:focus {
|
|
8996
|
+
color: var(--color-zinc-900);
|
|
8997
|
+
}
|
|
8998
|
+
}
|
|
8999
|
+
.focus\:ring-1 {
|
|
9000
|
+
&:focus {
|
|
9001
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
9002
|
+
box-shadow:
|
|
9003
|
+
var(--tw-inset-shadow),
|
|
9004
|
+
var(--tw-inset-ring-shadow),
|
|
9005
|
+
var(--tw-ring-offset-shadow),
|
|
9006
|
+
var(--tw-ring-shadow),
|
|
9007
|
+
var(--tw-shadow);
|
|
9008
|
+
}
|
|
9009
|
+
}
|
|
9010
|
+
.focus\:ring-zinc-950 {
|
|
9011
|
+
&:focus {
|
|
9012
|
+
--tw-ring-color: var(--color-zinc-950);
|
|
9013
|
+
}
|
|
9014
|
+
}
|
|
9015
|
+
.focus\:outline-none {
|
|
9016
|
+
&:focus {
|
|
9017
|
+
--tw-outline-style: none;
|
|
9018
|
+
outline-style: none;
|
|
9019
|
+
}
|
|
9020
|
+
}
|
|
9021
|
+
.focus-visible\:ring-0 {
|
|
9022
|
+
&:focus-visible {
|
|
9023
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
9024
|
+
box-shadow:
|
|
9025
|
+
var(--tw-inset-shadow),
|
|
9026
|
+
var(--tw-inset-ring-shadow),
|
|
9027
|
+
var(--tw-ring-offset-shadow),
|
|
9028
|
+
var(--tw-ring-shadow),
|
|
9029
|
+
var(--tw-shadow);
|
|
9030
|
+
}
|
|
9031
|
+
}
|
|
9032
|
+
.focus-visible\:ring-1 {
|
|
9033
|
+
&:focus-visible {
|
|
9034
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
9035
|
+
box-shadow:
|
|
9036
|
+
var(--tw-inset-shadow),
|
|
9037
|
+
var(--tw-inset-ring-shadow),
|
|
9038
|
+
var(--tw-ring-offset-shadow),
|
|
9039
|
+
var(--tw-ring-shadow),
|
|
9040
|
+
var(--tw-shadow);
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
.focus-visible\:ring-zinc-950 {
|
|
9044
|
+
&:focus-visible {
|
|
9045
|
+
--tw-ring-color: var(--color-zinc-950);
|
|
9046
|
+
}
|
|
9047
|
+
}
|
|
9048
|
+
.focus-visible\:ring-offset-0 {
|
|
9049
|
+
&:focus-visible {
|
|
9050
|
+
--tw-ring-offset-width: 0px;
|
|
9051
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
9052
|
+
}
|
|
9053
|
+
}
|
|
9054
|
+
.focus-visible\:outline-none {
|
|
9055
|
+
&:focus-visible {
|
|
9056
|
+
--tw-outline-style: none;
|
|
9057
|
+
outline-style: none;
|
|
9058
|
+
}
|
|
9059
|
+
}
|
|
9060
|
+
.disabled\:pointer-events-none {
|
|
9061
|
+
&:disabled {
|
|
9062
|
+
pointer-events: none;
|
|
9063
|
+
}
|
|
9064
|
+
}
|
|
9065
|
+
.disabled\:cursor-not-allowed {
|
|
9066
|
+
&:disabled {
|
|
9067
|
+
cursor: not-allowed;
|
|
9068
|
+
}
|
|
9069
|
+
}
|
|
9070
|
+
.disabled\:opacity-50 {
|
|
9071
|
+
&:disabled {
|
|
9072
|
+
opacity: 50%;
|
|
9073
|
+
}
|
|
9074
|
+
}
|
|
9075
|
+
.data-\[disabled\]\:pointer-events-none {
|
|
9076
|
+
&[data-disabled] {
|
|
9077
|
+
pointer-events: none;
|
|
9078
|
+
}
|
|
9079
|
+
}
|
|
9080
|
+
.data-\[disabled\]\:opacity-50 {
|
|
9081
|
+
&[data-disabled] {
|
|
9082
|
+
opacity: 50%;
|
|
9083
|
+
}
|
|
9084
|
+
}
|
|
9085
|
+
.data-\[placeholder\]\:text-zinc-500 {
|
|
9086
|
+
&[data-placeholder] {
|
|
9087
|
+
color: var(--color-zinc-500);
|
|
9088
|
+
}
|
|
9089
|
+
}
|
|
9090
|
+
.data-\[side\=bottom\]\:translate-y-1 {
|
|
9091
|
+
&[data-side=bottom] {
|
|
9092
|
+
--tw-translate-y: calc(var(--spacing) * 1);
|
|
9093
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9094
|
+
}
|
|
9095
|
+
}
|
|
9096
|
+
.data-\[side\=left\]\:-translate-x-1 {
|
|
9097
|
+
&[data-side=left] {
|
|
9098
|
+
--tw-translate-x: calc(var(--spacing) * -1);
|
|
9099
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9100
|
+
}
|
|
9101
|
+
}
|
|
9102
|
+
.data-\[side\=right\]\:translate-x-1 {
|
|
9103
|
+
&[data-side=right] {
|
|
9104
|
+
--tw-translate-x: calc(var(--spacing) * 1);
|
|
9105
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9106
|
+
}
|
|
9107
|
+
}
|
|
9108
|
+
.data-\[side\=top\]\:-translate-y-1 {
|
|
9109
|
+
&[data-side=top] {
|
|
9110
|
+
--tw-translate-y: calc(var(--spacing) * -1);
|
|
9111
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9112
|
+
}
|
|
9113
|
+
}
|
|
9114
|
+
.md\:text-sm {
|
|
9115
|
+
@media (width >= 48rem) {
|
|
9116
|
+
font-size: var(--text-sm);
|
|
9117
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
9118
|
+
}
|
|
9119
|
+
}
|
|
9120
|
+
.dark\:border-zinc-800 {
|
|
9121
|
+
&:is(.dark *) {
|
|
9122
|
+
border-color: var(--color-zinc-800);
|
|
9123
|
+
}
|
|
9124
|
+
}
|
|
9125
|
+
.dark\:bg-red-900 {
|
|
9126
|
+
&:is(.dark *) {
|
|
9127
|
+
background-color: var(--color-red-900);
|
|
9128
|
+
}
|
|
9129
|
+
}
|
|
9130
|
+
.dark\:bg-zinc-50 {
|
|
9131
|
+
&:is(.dark *) {
|
|
9132
|
+
background-color: var(--color-zinc-50);
|
|
9133
|
+
}
|
|
9134
|
+
}
|
|
9135
|
+
.dark\:bg-zinc-800 {
|
|
9136
|
+
&:is(.dark *) {
|
|
9137
|
+
background-color: var(--color-zinc-800);
|
|
9138
|
+
}
|
|
9139
|
+
}
|
|
9140
|
+
.dark\:bg-zinc-900 {
|
|
9141
|
+
&:is(.dark *) {
|
|
9142
|
+
background-color: var(--color-zinc-900);
|
|
9143
|
+
}
|
|
9144
|
+
}
|
|
9145
|
+
.dark\:bg-zinc-950 {
|
|
9146
|
+
&:is(.dark *) {
|
|
9147
|
+
background-color: var(--color-zinc-950);
|
|
9148
|
+
}
|
|
9149
|
+
}
|
|
9150
|
+
.dark\:text-zinc-50 {
|
|
9151
|
+
&:is(.dark *) {
|
|
9152
|
+
color: var(--color-zinc-50);
|
|
9153
|
+
}
|
|
9154
|
+
}
|
|
9155
|
+
.dark\:text-zinc-400 {
|
|
9156
|
+
&:is(.dark *) {
|
|
9157
|
+
color: var(--color-zinc-400);
|
|
9158
|
+
}
|
|
9159
|
+
}
|
|
9160
|
+
.dark\:text-zinc-900 {
|
|
9161
|
+
&:is(.dark *) {
|
|
9162
|
+
color: var(--color-zinc-900);
|
|
9163
|
+
}
|
|
9164
|
+
}
|
|
9165
|
+
.dark\:ring-offset-zinc-950 {
|
|
9166
|
+
&:is(.dark *) {
|
|
9167
|
+
--tw-ring-offset-color: var(--color-zinc-950);
|
|
9168
|
+
}
|
|
9169
|
+
}
|
|
9170
|
+
.dark\:placeholder\:text-zinc-400 {
|
|
9171
|
+
&:is(.dark *) {
|
|
9172
|
+
&::placeholder {
|
|
9173
|
+
color: var(--color-zinc-400);
|
|
9174
|
+
}
|
|
9175
|
+
}
|
|
9176
|
+
}
|
|
9177
|
+
.dark\:hover\:bg-red-900\/90 {
|
|
9178
|
+
&:is(.dark *) {
|
|
9179
|
+
&:hover {
|
|
9180
|
+
@media (hover: hover) {
|
|
9181
|
+
background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 90%, transparent);
|
|
9182
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9183
|
+
background-color: color-mix(in oklab, var(--color-red-900) 90%, transparent);
|
|
9184
|
+
}
|
|
9185
|
+
}
|
|
9186
|
+
}
|
|
9187
|
+
}
|
|
9188
|
+
}
|
|
9189
|
+
.dark\:hover\:bg-zinc-50\/90 {
|
|
9190
|
+
&:is(.dark *) {
|
|
9191
|
+
&:hover {
|
|
9192
|
+
@media (hover: hover) {
|
|
9193
|
+
background-color: color-mix(in srgb, oklch(98.5% 0 0) 90%, transparent);
|
|
9194
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9195
|
+
background-color: color-mix(in oklab, var(--color-zinc-50) 90%, transparent);
|
|
9196
|
+
}
|
|
9197
|
+
}
|
|
9198
|
+
}
|
|
9199
|
+
}
|
|
9200
|
+
}
|
|
9201
|
+
.dark\:hover\:bg-zinc-800 {
|
|
9202
|
+
&:is(.dark *) {
|
|
9203
|
+
&:hover {
|
|
9204
|
+
@media (hover: hover) {
|
|
9205
|
+
background-color: var(--color-zinc-800);
|
|
9206
|
+
}
|
|
9207
|
+
}
|
|
9208
|
+
}
|
|
9209
|
+
}
|
|
9210
|
+
.dark\:hover\:bg-zinc-800\/80 {
|
|
9211
|
+
&:is(.dark *) {
|
|
9212
|
+
&:hover {
|
|
9213
|
+
@media (hover: hover) {
|
|
9214
|
+
background-color: color-mix(in srgb, oklch(27.4% 0.006 286.033) 80%, transparent);
|
|
9215
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9216
|
+
background-color: color-mix(in oklab, var(--color-zinc-800) 80%, transparent);
|
|
9217
|
+
}
|
|
9218
|
+
}
|
|
9219
|
+
}
|
|
9220
|
+
}
|
|
9221
|
+
}
|
|
9222
|
+
.dark\:hover\:text-zinc-50 {
|
|
9223
|
+
&:is(.dark *) {
|
|
9224
|
+
&:hover {
|
|
9225
|
+
@media (hover: hover) {
|
|
9226
|
+
color: var(--color-zinc-50);
|
|
9227
|
+
}
|
|
9228
|
+
}
|
|
9229
|
+
}
|
|
9230
|
+
}
|
|
9231
|
+
.dark\:focus\:bg-zinc-800 {
|
|
9232
|
+
&:is(.dark *) {
|
|
9233
|
+
&:focus {
|
|
9234
|
+
background-color: var(--color-zinc-800);
|
|
9235
|
+
}
|
|
9236
|
+
}
|
|
9237
|
+
}
|
|
9238
|
+
.dark\:focus\:text-zinc-50 {
|
|
9239
|
+
&:is(.dark *) {
|
|
9240
|
+
&:focus {
|
|
9241
|
+
color: var(--color-zinc-50);
|
|
9242
|
+
}
|
|
9243
|
+
}
|
|
9244
|
+
}
|
|
9245
|
+
.dark\:focus\:ring-zinc-300 {
|
|
9246
|
+
&:is(.dark *) {
|
|
9247
|
+
&:focus {
|
|
9248
|
+
--tw-ring-color: var(--color-zinc-300);
|
|
9249
|
+
}
|
|
9250
|
+
}
|
|
9251
|
+
}
|
|
9252
|
+
.dark\:focus-visible\:ring-zinc-300 {
|
|
9253
|
+
&:is(.dark *) {
|
|
9254
|
+
&:focus-visible {
|
|
9255
|
+
--tw-ring-color: var(--color-zinc-300);
|
|
9256
|
+
}
|
|
9257
|
+
}
|
|
9258
|
+
}
|
|
9259
|
+
.dark\:data-\[placeholder\]\:text-zinc-400 {
|
|
9260
|
+
&:is(.dark *) {
|
|
9261
|
+
&[data-placeholder] {
|
|
9262
|
+
color: var(--color-zinc-400);
|
|
9263
|
+
}
|
|
9264
|
+
}
|
|
9265
|
+
}
|
|
9266
|
+
.\[\&_svg\]\:pointer-events-none {
|
|
9267
|
+
& svg {
|
|
9268
|
+
pointer-events: none;
|
|
9269
|
+
}
|
|
9270
|
+
}
|
|
9271
|
+
.\[\&_svg\]\:size-4 {
|
|
9272
|
+
& svg {
|
|
9273
|
+
width: calc(var(--spacing) * 4);
|
|
9274
|
+
height: calc(var(--spacing) * 4);
|
|
9275
|
+
}
|
|
9276
|
+
}
|
|
9277
|
+
.\[\&_svg\]\:shrink-0 {
|
|
9278
|
+
& svg {
|
|
9279
|
+
flex-shrink: 0;
|
|
9280
|
+
}
|
|
9281
|
+
}
|
|
9282
|
+
.\[\&\>pre\]\:px-4 {
|
|
9283
|
+
& > pre {
|
|
9284
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
9285
|
+
}
|
|
9286
|
+
}
|
|
9287
|
+
.\[\&\>pre\]\:py-4 {
|
|
9288
|
+
& > pre {
|
|
9289
|
+
padding-block: calc(var(--spacing) * 4);
|
|
9290
|
+
}
|
|
9291
|
+
}
|
|
9292
|
+
.\[\&\>span\]\:line-clamp-1 {
|
|
9293
|
+
& > span {
|
|
9294
|
+
overflow: hidden;
|
|
9295
|
+
display: -webkit-box;
|
|
9296
|
+
-webkit-box-orient: vertical;
|
|
9297
|
+
-webkit-line-clamp: 1;
|
|
9298
|
+
}
|
|
9299
|
+
}
|
|
9300
|
+
}
|
|
9301
|
+
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
|
|
9302
|
+
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
|
|
9303
|
+
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
|
|
9304
|
+
@property --tw-scale-x { syntax: "*"; inherits: false; initial-value: 1; }
|
|
9305
|
+
@property --tw-scale-y { syntax: "*"; inherits: false; initial-value: 1; }
|
|
9306
|
+
@property --tw-scale-z { syntax: "*"; inherits: false; initial-value: 1; }
|
|
9307
|
+
@property --tw-rotate-x { syntax: "*"; inherits: false; }
|
|
9308
|
+
@property --tw-rotate-y { syntax: "*"; inherits: false; }
|
|
9309
|
+
@property --tw-rotate-z { syntax: "*"; inherits: false; }
|
|
9310
|
+
@property --tw-skew-x { syntax: "*"; inherits: false; }
|
|
9311
|
+
@property --tw-skew-y { syntax: "*"; inherits: false; }
|
|
9312
|
+
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
9313
|
+
@property --tw-font-weight { syntax: "*"; inherits: false; }
|
|
9314
|
+
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
9315
|
+
@property --tw-shadow-color { syntax: "*"; inherits: false; }
|
|
9316
|
+
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
9317
|
+
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
9318
|
+
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
|
|
9319
|
+
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
9320
|
+
@property --tw-ring-color { syntax: "*"; inherits: false; }
|
|
9321
|
+
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
9322
|
+
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
|
|
9323
|
+
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
9324
|
+
@property --tw-ring-inset { syntax: "*"; inherits: false; }
|
|
9325
|
+
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
|
|
9326
|
+
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
|
|
9327
|
+
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
9328
|
+
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
9329
|
+
@property --tw-blur { syntax: "*"; inherits: false; }
|
|
9330
|
+
@property --tw-brightness { syntax: "*"; inherits: false; }
|
|
9331
|
+
@property --tw-contrast { syntax: "*"; inherits: false; }
|
|
9332
|
+
@property --tw-grayscale { syntax: "*"; inherits: false; }
|
|
9333
|
+
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
|
|
9334
|
+
@property --tw-invert { syntax: "*"; inherits: false; }
|
|
9335
|
+
@property --tw-opacity { syntax: "*"; inherits: false; }
|
|
9336
|
+
@property --tw-saturate { syntax: "*"; inherits: false; }
|
|
9337
|
+
@property --tw-sepia { syntax: "*"; inherits: false; }
|
|
9338
|
+
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
|
|
9339
|
+
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
|
|
9340
|
+
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
9341
|
+
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
|
|
9342
|
+
@property --tw-duration { syntax: "*"; inherits: false; }
|
|
9343
|
+
@property --tw-ease { syntax: "*"; inherits: false; }
|
|
9344
|
+
@layer properties {
|
|
9345
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
9346
|
+
*,
|
|
9347
|
+
::before,
|
|
9348
|
+
::after,
|
|
9349
|
+
::backdrop {
|
|
9350
|
+
--tw-translate-x: 0;
|
|
9351
|
+
--tw-translate-y: 0;
|
|
9352
|
+
--tw-translate-z: 0;
|
|
9353
|
+
--tw-scale-x: 1;
|
|
9354
|
+
--tw-scale-y: 1;
|
|
9355
|
+
--tw-scale-z: 1;
|
|
9356
|
+
--tw-rotate-x: initial;
|
|
9357
|
+
--tw-rotate-y: initial;
|
|
9358
|
+
--tw-rotate-z: initial;
|
|
9359
|
+
--tw-skew-x: initial;
|
|
9360
|
+
--tw-skew-y: initial;
|
|
9361
|
+
--tw-border-style: solid;
|
|
9362
|
+
--tw-font-weight: initial;
|
|
9363
|
+
--tw-shadow: 0 0 #0000;
|
|
9364
|
+
--tw-shadow-color: initial;
|
|
9365
|
+
--tw-shadow-alpha: 100%;
|
|
9366
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
9367
|
+
--tw-inset-shadow-color: initial;
|
|
9368
|
+
--tw-inset-shadow-alpha: 100%;
|
|
9369
|
+
--tw-ring-color: initial;
|
|
9370
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
9371
|
+
--tw-inset-ring-color: initial;
|
|
9372
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
9373
|
+
--tw-ring-inset: initial;
|
|
9374
|
+
--tw-ring-offset-width: 0px;
|
|
9375
|
+
--tw-ring-offset-color: #fff;
|
|
9376
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
9377
|
+
--tw-outline-style: solid;
|
|
9378
|
+
--tw-blur: initial;
|
|
9379
|
+
--tw-brightness: initial;
|
|
9380
|
+
--tw-contrast: initial;
|
|
9381
|
+
--tw-grayscale: initial;
|
|
9382
|
+
--tw-hue-rotate: initial;
|
|
9383
|
+
--tw-invert: initial;
|
|
9384
|
+
--tw-opacity: initial;
|
|
9385
|
+
--tw-saturate: initial;
|
|
9386
|
+
--tw-sepia: initial;
|
|
9387
|
+
--tw-drop-shadow: initial;
|
|
9388
|
+
--tw-drop-shadow-color: initial;
|
|
9389
|
+
--tw-drop-shadow-alpha: 100%;
|
|
9390
|
+
--tw-drop-shadow-size: initial;
|
|
9391
|
+
--tw-duration: initial;
|
|
9392
|
+
--tw-ease: initial;
|
|
9393
|
+
}
|
|
9394
|
+
}
|
|
9395
|
+
}
|
|
9396
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
8042
9397
|
/*# sourceMappingURL=index.css.map */
|