@orangecatai/adgen-canvas 0.0.1 → 0.0.3
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-EP27W34X.js +7 -0
- package/dist/dev/chunk-EP27W34X.js.map +7 -0
- package/dist/dev/{chunk-23ZG3JRJ.js → chunk-YOQUQ6O5.js} +17 -4
- package/dist/dev/chunk-YOQUQ6O5.js.map +7 -0
- package/dist/dev/data/{image-D63IS3GP.js → image-IZS5VEYX.js} +3 -3
- package/dist/dev/index.css +2086 -0
- package/dist/dev/index.css.map +3 -3
- package/dist/dev/index.js +5175 -1599
- 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-2ALGWY4R.js} +3 -3
- package/dist/prod/{chunk-TDN63PPO.js → chunk-I4SUBR2Z.js} +1 -1
- package/dist/prod/data/image-PKF4YK4A.js +1 -0
- package/dist/prod/index.css +2 -1
- package/dist/prod/index.js +74 -29
- 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 +3 -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-IZS5VEYX.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,1776 @@ 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
|
+
|
|
9397
|
+
/* components/AIChatPanel.scss */
|
|
9398
|
+
.excalidraw .acp {
|
|
9399
|
+
position: fixed;
|
|
9400
|
+
right: 0;
|
|
9401
|
+
top: 0;
|
|
9402
|
+
height: 100vh;
|
|
9403
|
+
width: 380px;
|
|
9404
|
+
z-index: var(--zIndex-modal);
|
|
9405
|
+
pointer-events: all;
|
|
9406
|
+
overflow: hidden;
|
|
9407
|
+
font-family:
|
|
9408
|
+
"Assistant",
|
|
9409
|
+
system-ui,
|
|
9410
|
+
-apple-system,
|
|
9411
|
+
sans-serif;
|
|
9412
|
+
font-size: 14px;
|
|
9413
|
+
color: #111;
|
|
9414
|
+
}
|
|
9415
|
+
.excalidraw .acp input[type=file] {
|
|
9416
|
+
display: none !important;
|
|
9417
|
+
}
|
|
9418
|
+
.excalidraw .acp textarea,
|
|
9419
|
+
.excalidraw .acp input[type=text],
|
|
9420
|
+
.excalidraw .acp input[type=search] {
|
|
9421
|
+
all: unset !important;
|
|
9422
|
+
box-sizing: border-box !important;
|
|
9423
|
+
}
|
|
9424
|
+
.excalidraw .acp button {
|
|
9425
|
+
all: unset !important;
|
|
9426
|
+
box-sizing: border-box !important;
|
|
9427
|
+
cursor: pointer !important;
|
|
9428
|
+
}
|
|
9429
|
+
.excalidraw .acp .acp-panel {
|
|
9430
|
+
display: flex;
|
|
9431
|
+
flex-direction: column;
|
|
9432
|
+
height: 100%;
|
|
9433
|
+
width: 100%;
|
|
9434
|
+
overflow: hidden;
|
|
9435
|
+
background: #fff;
|
|
9436
|
+
border-left: 1px solid rgba(0, 0, 0, 0.07);
|
|
9437
|
+
box-shadow: -2px 0 20px rgba(0, 0, 0, 0.06);
|
|
9438
|
+
animation: acp-slide-in 0.18s ease;
|
|
9439
|
+
}
|
|
9440
|
+
@keyframes acp-slide-in {
|
|
9441
|
+
from {
|
|
9442
|
+
transform: translateX(100%);
|
|
9443
|
+
opacity: 0;
|
|
9444
|
+
}
|
|
9445
|
+
to {
|
|
9446
|
+
transform: translateX(0);
|
|
9447
|
+
opacity: 1;
|
|
9448
|
+
}
|
|
9449
|
+
}
|
|
9450
|
+
.excalidraw .acp .acp-header {
|
|
9451
|
+
position: relative;
|
|
9452
|
+
display: flex;
|
|
9453
|
+
align-items: center;
|
|
9454
|
+
justify-content: space-between;
|
|
9455
|
+
padding: 0 8px;
|
|
9456
|
+
height: 48px;
|
|
9457
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
9458
|
+
flex-shrink: 0;
|
|
9459
|
+
}
|
|
9460
|
+
.excalidraw .acp .acp-title-btn {
|
|
9461
|
+
display: flex !important;
|
|
9462
|
+
align-items: center !important;
|
|
9463
|
+
gap: 5px !important;
|
|
9464
|
+
padding: 4px 8px !important;
|
|
9465
|
+
border-radius: 7px !important;
|
|
9466
|
+
font-size: 14px !important;
|
|
9467
|
+
font-weight: 500 !important;
|
|
9468
|
+
color: #111 !important;
|
|
9469
|
+
transition: background 0.1s !important;
|
|
9470
|
+
min-width: 0 !important;
|
|
9471
|
+
max-width: 200px !important;
|
|
9472
|
+
}
|
|
9473
|
+
.excalidraw .acp .acp-title-btn span {
|
|
9474
|
+
overflow: hidden;
|
|
9475
|
+
text-overflow: ellipsis;
|
|
9476
|
+
white-space: nowrap;
|
|
9477
|
+
}
|
|
9478
|
+
.excalidraw .acp .acp-title-btn svg {
|
|
9479
|
+
flex-shrink: 0;
|
|
9480
|
+
color: #888;
|
|
9481
|
+
}
|
|
9482
|
+
.excalidraw .acp .acp-title-btn:hover {
|
|
9483
|
+
background: rgba(0, 0, 0, 0.05) !important;
|
|
9484
|
+
}
|
|
9485
|
+
.excalidraw .acp .acp-header-right {
|
|
9486
|
+
display: flex;
|
|
9487
|
+
align-items: center;
|
|
9488
|
+
gap: 2px;
|
|
9489
|
+
}
|
|
9490
|
+
.excalidraw .acp .acp-icon-btn {
|
|
9491
|
+
display: flex !important;
|
|
9492
|
+
align-items: center !important;
|
|
9493
|
+
justify-content: center !important;
|
|
9494
|
+
width: 30px !important;
|
|
9495
|
+
height: 30px !important;
|
|
9496
|
+
border-radius: 7px !important;
|
|
9497
|
+
color: #888 !important;
|
|
9498
|
+
transition: background 0.1s, color 0.1s !important;
|
|
9499
|
+
}
|
|
9500
|
+
.excalidraw .acp .acp-icon-btn:hover {
|
|
9501
|
+
background: rgba(0, 0, 0, 0.06) !important;
|
|
9502
|
+
color: #333 !important;
|
|
9503
|
+
}
|
|
9504
|
+
.excalidraw .acp .acp-history-dropdown {
|
|
9505
|
+
position: absolute;
|
|
9506
|
+
top: calc(100% + 4px);
|
|
9507
|
+
left: 8px;
|
|
9508
|
+
width: 280px;
|
|
9509
|
+
background: #fff;
|
|
9510
|
+
border-radius: 12px;
|
|
9511
|
+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.06);
|
|
9512
|
+
z-index: 10;
|
|
9513
|
+
overflow: hidden;
|
|
9514
|
+
}
|
|
9515
|
+
.excalidraw .acp .acp-history-search {
|
|
9516
|
+
display: flex !important;
|
|
9517
|
+
align-items: center !important;
|
|
9518
|
+
gap: 7px !important;
|
|
9519
|
+
padding: 10px 12px !important;
|
|
9520
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
|
|
9521
|
+
}
|
|
9522
|
+
.excalidraw .acp .acp-history-search svg {
|
|
9523
|
+
color: #bbb;
|
|
9524
|
+
flex-shrink: 0;
|
|
9525
|
+
}
|
|
9526
|
+
.excalidraw .acp .acp-history-search input {
|
|
9527
|
+
flex: 1 !important;
|
|
9528
|
+
font-family: inherit !important;
|
|
9529
|
+
font-size: 13px !important;
|
|
9530
|
+
color: #111 !important;
|
|
9531
|
+
background: transparent !important;
|
|
9532
|
+
}
|
|
9533
|
+
.excalidraw .acp .acp-history-search input::placeholder {
|
|
9534
|
+
color: #bbb !important;
|
|
9535
|
+
}
|
|
9536
|
+
.excalidraw .acp .acp-history-list {
|
|
9537
|
+
max-height: 280px;
|
|
9538
|
+
overflow-y: auto;
|
|
9539
|
+
padding: 4px;
|
|
9540
|
+
}
|
|
9541
|
+
.excalidraw .acp .acp-history-item {
|
|
9542
|
+
display: flex !important;
|
|
9543
|
+
align-items: center !important;
|
|
9544
|
+
gap: 8px !important;
|
|
9545
|
+
width: 100% !important;
|
|
9546
|
+
padding: 7px 10px !important;
|
|
9547
|
+
border-radius: 7px !important;
|
|
9548
|
+
font-family: inherit !important;
|
|
9549
|
+
font-size: 13px !important;
|
|
9550
|
+
color: #222 !important;
|
|
9551
|
+
background: transparent !important;
|
|
9552
|
+
text-align: left !important;
|
|
9553
|
+
transition: background 0.1s !important;
|
|
9554
|
+
}
|
|
9555
|
+
.excalidraw .acp .acp-history-item svg {
|
|
9556
|
+
color: #bbb;
|
|
9557
|
+
flex-shrink: 0;
|
|
9558
|
+
}
|
|
9559
|
+
.excalidraw .acp .acp-history-item span {
|
|
9560
|
+
overflow: hidden;
|
|
9561
|
+
text-overflow: ellipsis;
|
|
9562
|
+
white-space: nowrap;
|
|
9563
|
+
flex: 1;
|
|
9564
|
+
}
|
|
9565
|
+
.excalidraw .acp .acp-history-item:hover {
|
|
9566
|
+
background: rgba(0, 0, 0, 0.04) !important;
|
|
9567
|
+
}
|
|
9568
|
+
.excalidraw .acp .acp-history-item--new {
|
|
9569
|
+
color: #6350dc !important;
|
|
9570
|
+
}
|
|
9571
|
+
.excalidraw .acp .acp-history-item--new svg {
|
|
9572
|
+
color: #6350dc;
|
|
9573
|
+
}
|
|
9574
|
+
.excalidraw .acp .acp-history-empty {
|
|
9575
|
+
padding: 12px;
|
|
9576
|
+
text-align: center;
|
|
9577
|
+
font-size: 12px;
|
|
9578
|
+
color: #bbb;
|
|
9579
|
+
}
|
|
9580
|
+
.excalidraw .acp .acp-messages-wrap {
|
|
9581
|
+
flex: 1;
|
|
9582
|
+
min-height: 0;
|
|
9583
|
+
min-width: 0;
|
|
9584
|
+
position: relative;
|
|
9585
|
+
overflow: hidden;
|
|
9586
|
+
}
|
|
9587
|
+
.excalidraw .acp .acp-empty {
|
|
9588
|
+
display: flex;
|
|
9589
|
+
flex-direction: column;
|
|
9590
|
+
align-items: center;
|
|
9591
|
+
justify-content: center;
|
|
9592
|
+
height: 100%;
|
|
9593
|
+
gap: 20px;
|
|
9594
|
+
padding: 32px 24px;
|
|
9595
|
+
text-align: center;
|
|
9596
|
+
}
|
|
9597
|
+
.excalidraw .acp .acp-empty-icon {
|
|
9598
|
+
width: 52px;
|
|
9599
|
+
height: 52px;
|
|
9600
|
+
border-radius: 50%;
|
|
9601
|
+
background: rgba(99, 80, 220, 0.08);
|
|
9602
|
+
display: flex;
|
|
9603
|
+
align-items: center;
|
|
9604
|
+
justify-content: center;
|
|
9605
|
+
color: #6350dc;
|
|
9606
|
+
}
|
|
9607
|
+
.excalidraw .acp .acp-empty-title {
|
|
9608
|
+
font-size: 15px;
|
|
9609
|
+
font-weight: 600;
|
|
9610
|
+
color: #111;
|
|
9611
|
+
margin-bottom: 4px;
|
|
9612
|
+
}
|
|
9613
|
+
.excalidraw .acp .acp-empty-sub {
|
|
9614
|
+
font-size: 13px;
|
|
9615
|
+
color: #999;
|
|
9616
|
+
line-height: 1.5;
|
|
9617
|
+
}
|
|
9618
|
+
.excalidraw .acp .acp-chips {
|
|
9619
|
+
display: flex;
|
|
9620
|
+
flex-wrap: wrap;
|
|
9621
|
+
gap: 8px;
|
|
9622
|
+
justify-content: center;
|
|
9623
|
+
max-width: 300px;
|
|
9624
|
+
}
|
|
9625
|
+
.excalidraw .acp .acp-chip {
|
|
9626
|
+
display: flex !important;
|
|
9627
|
+
align-items: center !important;
|
|
9628
|
+
padding: 6px 14px !important;
|
|
9629
|
+
border-radius: 20px !important;
|
|
9630
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
9631
|
+
font-family: inherit !important;
|
|
9632
|
+
font-size: 12.5px !important;
|
|
9633
|
+
font-weight: 500 !important;
|
|
9634
|
+
color: #555 !important;
|
|
9635
|
+
background: #fafafa !important;
|
|
9636
|
+
transition: background 0.1s, border-color 0.1s !important;
|
|
9637
|
+
white-space: nowrap !important;
|
|
9638
|
+
}
|
|
9639
|
+
.excalidraw .acp .acp-chip:hover {
|
|
9640
|
+
background: rgba(99, 80, 220, 0.06) !important;
|
|
9641
|
+
border-color: rgba(99, 80, 220, 0.25) !important;
|
|
9642
|
+
color: #6350dc !important;
|
|
9643
|
+
}
|
|
9644
|
+
.excalidraw .acp .acp-chat-root {
|
|
9645
|
+
height: 100% !important;
|
|
9646
|
+
width: 100% !important;
|
|
9647
|
+
max-width: 100% !important;
|
|
9648
|
+
display: flex !important;
|
|
9649
|
+
flex-direction: column !important;
|
|
9650
|
+
overflow-y: auto !important;
|
|
9651
|
+
overflow-x: hidden !important;
|
|
9652
|
+
}
|
|
9653
|
+
.excalidraw .acp .acp-chat-content {
|
|
9654
|
+
display: flex !important;
|
|
9655
|
+
flex-direction: column !important;
|
|
9656
|
+
width: 100% !important;
|
|
9657
|
+
max-width: 100% !important;
|
|
9658
|
+
box-sizing: border-box !important;
|
|
9659
|
+
padding: 24px 20px 12px !important;
|
|
9660
|
+
gap: 2px !important;
|
|
9661
|
+
}
|
|
9662
|
+
.excalidraw .acp .acp-msg {
|
|
9663
|
+
display: flex !important;
|
|
9664
|
+
flex-direction: row !important;
|
|
9665
|
+
width: 100% !important;
|
|
9666
|
+
max-width: 100% !important;
|
|
9667
|
+
min-width: 0 !important;
|
|
9668
|
+
box-sizing: border-box !important;
|
|
9669
|
+
gap: 0 !important;
|
|
9670
|
+
margin-bottom: 2px !important;
|
|
9671
|
+
}
|
|
9672
|
+
.excalidraw .acp .acp-msg--assistant {
|
|
9673
|
+
justify-content: flex-start !important;
|
|
9674
|
+
}
|
|
9675
|
+
.excalidraw .acp .acp-msg--user {
|
|
9676
|
+
justify-content: flex-end !important;
|
|
9677
|
+
}
|
|
9678
|
+
.excalidraw .acp .acp-msg-inner {
|
|
9679
|
+
display: flex;
|
|
9680
|
+
flex-direction: column;
|
|
9681
|
+
gap: 2px;
|
|
9682
|
+
min-width: 0;
|
|
9683
|
+
max-width: 100%;
|
|
9684
|
+
}
|
|
9685
|
+
.acp-msg--user .excalidraw .acp .acp-msg-inner {
|
|
9686
|
+
align-items: flex-end;
|
|
9687
|
+
max-width: 80%;
|
|
9688
|
+
}
|
|
9689
|
+
.acp-msg--assistant .excalidraw .acp .acp-msg-inner {
|
|
9690
|
+
align-items: flex-start;
|
|
9691
|
+
width: 100%;
|
|
9692
|
+
max-width: 100%;
|
|
9693
|
+
}
|
|
9694
|
+
.excalidraw .acp .acp-msg-inner .acp-msg-actions {
|
|
9695
|
+
opacity: 0;
|
|
9696
|
+
transition: opacity 0.15s ease;
|
|
9697
|
+
}
|
|
9698
|
+
.excalidraw .acp .acp-msg-inner:hover .acp-msg-actions {
|
|
9699
|
+
opacity: 1;
|
|
9700
|
+
}
|
|
9701
|
+
.excalidraw .acp .acp-msg-actions--visible {
|
|
9702
|
+
opacity: 1 !important;
|
|
9703
|
+
}
|
|
9704
|
+
.excalidraw .acp .acp-content-assistant {
|
|
9705
|
+
background: transparent !important;
|
|
9706
|
+
border-radius: 0 !important;
|
|
9707
|
+
padding: 6px 0 !important;
|
|
9708
|
+
font-size: 14px !important;
|
|
9709
|
+
line-height: 1.6 !important;
|
|
9710
|
+
color: #111 !important;
|
|
9711
|
+
width: 100% !important;
|
|
9712
|
+
max-width: 100% !important;
|
|
9713
|
+
}
|
|
9714
|
+
.excalidraw .acp .acp-content-assistant p {
|
|
9715
|
+
margin: 0 0 8px;
|
|
9716
|
+
}
|
|
9717
|
+
.excalidraw .acp .acp-content-assistant p:last-child {
|
|
9718
|
+
margin-bottom: 0;
|
|
9719
|
+
}
|
|
9720
|
+
.excalidraw .acp .acp-content-assistant code {
|
|
9721
|
+
font-size: 12.5px;
|
|
9722
|
+
background: #f4f4f4;
|
|
9723
|
+
padding: 1px 5px;
|
|
9724
|
+
border-radius: 4px;
|
|
9725
|
+
}
|
|
9726
|
+
.excalidraw .acp .acp-content-assistant pre {
|
|
9727
|
+
background: #f4f4f4;
|
|
9728
|
+
padding: 10px 12px;
|
|
9729
|
+
border-radius: 8px;
|
|
9730
|
+
overflow-x: auto;
|
|
9731
|
+
margin: 8px 0;
|
|
9732
|
+
}
|
|
9733
|
+
.excalidraw .acp .acp-content-assistant ul,
|
|
9734
|
+
.excalidraw .acp .acp-content-assistant ol {
|
|
9735
|
+
padding-left: 18px;
|
|
9736
|
+
margin: 4px 0;
|
|
9737
|
+
}
|
|
9738
|
+
.excalidraw .acp .acp-content-assistant li {
|
|
9739
|
+
margin-bottom: 2px;
|
|
9740
|
+
}
|
|
9741
|
+
.excalidraw .acp .acp-content-assistant strong {
|
|
9742
|
+
font-weight: 600;
|
|
9743
|
+
}
|
|
9744
|
+
.excalidraw .acp .acp-content-user {
|
|
9745
|
+
background: #1c1c1c !important;
|
|
9746
|
+
color: #fff !important;
|
|
9747
|
+
border-radius: 20px 20px 4px 20px !important;
|
|
9748
|
+
padding: 10px 16px !important;
|
|
9749
|
+
font-size: 14px !important;
|
|
9750
|
+
line-height: 1.5 !important;
|
|
9751
|
+
max-width: 85% !important;
|
|
9752
|
+
word-break: break-word !important;
|
|
9753
|
+
white-space: pre-wrap !important;
|
|
9754
|
+
}
|
|
9755
|
+
.excalidraw .acp .acp-msg-actions {
|
|
9756
|
+
display: flex !important;
|
|
9757
|
+
align-items: center !important;
|
|
9758
|
+
gap: 0 !important;
|
|
9759
|
+
margin-left: -4px !important;
|
|
9760
|
+
}
|
|
9761
|
+
.acp-msg--user .excalidraw .acp .acp-msg-actions {
|
|
9762
|
+
margin-left: 0 !important;
|
|
9763
|
+
margin-right: -4px !important;
|
|
9764
|
+
}
|
|
9765
|
+
.excalidraw .acp .acp-action-btn {
|
|
9766
|
+
display: flex !important;
|
|
9767
|
+
align-items: center !important;
|
|
9768
|
+
justify-content: center !important;
|
|
9769
|
+
width: 28px !important;
|
|
9770
|
+
height: 28px !important;
|
|
9771
|
+
border-radius: 50% !important;
|
|
9772
|
+
color: #aaa !important;
|
|
9773
|
+
transition: background 0.1s, color 0.1s !important;
|
|
9774
|
+
}
|
|
9775
|
+
.excalidraw .acp .acp-action-btn:hover {
|
|
9776
|
+
background: rgba(0, 0, 0, 0.07) !important;
|
|
9777
|
+
color: #444 !important;
|
|
9778
|
+
}
|
|
9779
|
+
.excalidraw .acp .acp-loading-dots {
|
|
9780
|
+
display: flex;
|
|
9781
|
+
align-items: center;
|
|
9782
|
+
gap: 4px;
|
|
9783
|
+
padding: 12px 4px;
|
|
9784
|
+
}
|
|
9785
|
+
.excalidraw .acp .acp-loading-dots span {
|
|
9786
|
+
width: 6px;
|
|
9787
|
+
height: 6px;
|
|
9788
|
+
border-radius: 50%;
|
|
9789
|
+
background: #ccc;
|
|
9790
|
+
animation: acp-dot 1.2s ease-in-out infinite;
|
|
9791
|
+
}
|
|
9792
|
+
.excalidraw .acp .acp-loading-dots span:nth-child(2) {
|
|
9793
|
+
animation-delay: 0.2s;
|
|
9794
|
+
}
|
|
9795
|
+
.excalidraw .acp .acp-loading-dots span:nth-child(3) {
|
|
9796
|
+
animation-delay: 0.4s;
|
|
9797
|
+
}
|
|
9798
|
+
@keyframes acp-dot {
|
|
9799
|
+
0%, 60%, 100% {
|
|
9800
|
+
transform: translateY(0);
|
|
9801
|
+
opacity: 0.5;
|
|
9802
|
+
}
|
|
9803
|
+
30% {
|
|
9804
|
+
transform: translateY(-5px);
|
|
9805
|
+
opacity: 1;
|
|
9806
|
+
}
|
|
9807
|
+
}
|
|
9808
|
+
.excalidraw .acp .acp-scroll-anchor {
|
|
9809
|
+
position: absolute;
|
|
9810
|
+
bottom: 16px;
|
|
9811
|
+
right: 16px;
|
|
9812
|
+
}
|
|
9813
|
+
.excalidraw .acp .acp-scroll-btn {
|
|
9814
|
+
width: 34px !important;
|
|
9815
|
+
height: 34px !important;
|
|
9816
|
+
border-radius: 50% !important;
|
|
9817
|
+
background: #fff !important;
|
|
9818
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
9819
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
|
|
9820
|
+
color: #555 !important;
|
|
9821
|
+
display: flex !important;
|
|
9822
|
+
align-items: center !important;
|
|
9823
|
+
justify-content: center !important;
|
|
9824
|
+
transition:
|
|
9825
|
+
background 0.1s,
|
|
9826
|
+
transform 0.15s,
|
|
9827
|
+
opacity 0.15s !important;
|
|
9828
|
+
}
|
|
9829
|
+
.excalidraw .acp .acp-scroll-btn:hover {
|
|
9830
|
+
background: #f5f5f5 !important;
|
|
9831
|
+
}
|
|
9832
|
+
.excalidraw .acp .acp-scroll-btn svg {
|
|
9833
|
+
width: 16px !important;
|
|
9834
|
+
height: 16px !important;
|
|
9835
|
+
}
|
|
9836
|
+
.excalidraw .acp .acp-error {
|
|
9837
|
+
margin: 0 12px 8px;
|
|
9838
|
+
padding: 8px 12px;
|
|
9839
|
+
background: #fff0f0;
|
|
9840
|
+
border: 1px solid #ffd0d0;
|
|
9841
|
+
border-radius: 8px;
|
|
9842
|
+
font-size: 12.5px;
|
|
9843
|
+
color: #c0392b;
|
|
9844
|
+
flex-shrink: 0;
|
|
9845
|
+
}
|
|
9846
|
+
.excalidraw .acp .acp-input-area {
|
|
9847
|
+
padding: 8px 12px 14px;
|
|
9848
|
+
flex-shrink: 0;
|
|
9849
|
+
}
|
|
9850
|
+
.excalidraw .acp .acp-prompt-input {
|
|
9851
|
+
border-radius: 24px !important;
|
|
9852
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
9853
|
+
background: #fff !important;
|
|
9854
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
|
|
9855
|
+
padding: 0 !important;
|
|
9856
|
+
cursor: text !important;
|
|
9857
|
+
}
|
|
9858
|
+
.excalidraw .acp .acp-textarea {
|
|
9859
|
+
display: block !important;
|
|
9860
|
+
width: 100% !important;
|
|
9861
|
+
min-height: 44px !important;
|
|
9862
|
+
max-height: 160px !important;
|
|
9863
|
+
overflow-y: auto !important;
|
|
9864
|
+
resize: none !important;
|
|
9865
|
+
padding: 14px 16px 6px !important;
|
|
9866
|
+
font-family: inherit !important;
|
|
9867
|
+
font-size: 14px !important;
|
|
9868
|
+
line-height: 1.5 !important;
|
|
9869
|
+
color: #111 !important;
|
|
9870
|
+
background: transparent !important;
|
|
9871
|
+
border: none !important;
|
|
9872
|
+
outline: none !important;
|
|
9873
|
+
-webkit-appearance: none !important;
|
|
9874
|
+
}
|
|
9875
|
+
.excalidraw .acp .acp-textarea::placeholder {
|
|
9876
|
+
color: #bbb !important;
|
|
9877
|
+
}
|
|
9878
|
+
.excalidraw .acp .acp-actions-bar {
|
|
9879
|
+
display: flex !important;
|
|
9880
|
+
align-items: center !important;
|
|
9881
|
+
justify-content: space-between !important;
|
|
9882
|
+
padding: 4px 8px 8px !important;
|
|
9883
|
+
gap: 4px !important;
|
|
9884
|
+
}
|
|
9885
|
+
.excalidraw .acp .acp-actions-left,
|
|
9886
|
+
.excalidraw .acp .acp-actions-right {
|
|
9887
|
+
display: flex;
|
|
9888
|
+
align-items: center;
|
|
9889
|
+
gap: 4px;
|
|
9890
|
+
}
|
|
9891
|
+
.excalidraw .acp .acp-pill-btn {
|
|
9892
|
+
display: flex !important;
|
|
9893
|
+
align-items: center !important;
|
|
9894
|
+
gap: 5px !important;
|
|
9895
|
+
height: 32px !important;
|
|
9896
|
+
padding: 0 12px !important;
|
|
9897
|
+
border-radius: 20px !important;
|
|
9898
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
9899
|
+
font-family: inherit !important;
|
|
9900
|
+
font-size: 13px !important;
|
|
9901
|
+
font-weight: 500 !important;
|
|
9902
|
+
color: #444 !important;
|
|
9903
|
+
background: #fff !important;
|
|
9904
|
+
white-space: nowrap !important;
|
|
9905
|
+
transition: background 0.1s !important;
|
|
9906
|
+
}
|
|
9907
|
+
.excalidraw .acp .acp-pill-btn--icon {
|
|
9908
|
+
padding: 0 !important;
|
|
9909
|
+
width: 32px !important;
|
|
9910
|
+
justify-content: center !important;
|
|
9911
|
+
}
|
|
9912
|
+
.excalidraw .acp .acp-pill-btn svg {
|
|
9913
|
+
flex-shrink: 0;
|
|
9914
|
+
color: #666;
|
|
9915
|
+
}
|
|
9916
|
+
.excalidraw .acp .acp-pill-btn:hover {
|
|
9917
|
+
background: #f5f5f5 !important;
|
|
9918
|
+
}
|
|
9919
|
+
.excalidraw .acp .acp-send-btn {
|
|
9920
|
+
display: flex !important;
|
|
9921
|
+
align-items: center !important;
|
|
9922
|
+
justify-content: center !important;
|
|
9923
|
+
width: 32px !important;
|
|
9924
|
+
height: 32px !important;
|
|
9925
|
+
border-radius: 50% !important;
|
|
9926
|
+
background: #1c1c1c !important;
|
|
9927
|
+
color: #fff !important;
|
|
9928
|
+
flex-shrink: 0 !important;
|
|
9929
|
+
transition: background 0.12s, transform 0.1s !important;
|
|
9930
|
+
}
|
|
9931
|
+
.excalidraw .acp .acp-send-btn:hover {
|
|
9932
|
+
background: #333 !important;
|
|
9933
|
+
}
|
|
9934
|
+
.excalidraw .acp .acp-send-btn:active {
|
|
9935
|
+
transform: scale(0.94) !important;
|
|
9936
|
+
}
|
|
9937
|
+
.excalidraw .acp .acp-send-btn:disabled {
|
|
9938
|
+
background: #d8d8d8 !important;
|
|
9939
|
+
cursor: not-allowed !important;
|
|
9940
|
+
}
|
|
9941
|
+
.excalidraw .acp .acp-stop-square {
|
|
9942
|
+
display: block;
|
|
9943
|
+
width: 10px;
|
|
9944
|
+
height: 10px;
|
|
9945
|
+
background: #fff;
|
|
9946
|
+
border-radius: 2px;
|
|
9947
|
+
}
|
|
9948
|
+
.excalidraw .acp .acp-status-indicator {
|
|
9949
|
+
display: flex;
|
|
9950
|
+
align-items: center;
|
|
9951
|
+
gap: 8px;
|
|
9952
|
+
padding: 8px 4px;
|
|
9953
|
+
}
|
|
9954
|
+
.excalidraw .acp .acp-status-text {
|
|
9955
|
+
font-size: 12.5px;
|
|
9956
|
+
color: #888;
|
|
9957
|
+
font-style: italic;
|
|
9958
|
+
white-space: nowrap;
|
|
9959
|
+
overflow: hidden;
|
|
9960
|
+
text-overflow: ellipsis;
|
|
9961
|
+
}
|
|
9962
|
+
.excalidraw .acp .acp-tool-actions {
|
|
9963
|
+
margin-bottom: 4px;
|
|
9964
|
+
}
|
|
9965
|
+
.excalidraw .acp .acp-tool-actions-toggle {
|
|
9966
|
+
display: flex !important;
|
|
9967
|
+
align-items: center !important;
|
|
9968
|
+
gap: 6px !important;
|
|
9969
|
+
padding: 5px 10px !important;
|
|
9970
|
+
border-radius: 8px !important;
|
|
9971
|
+
font-family: inherit !important;
|
|
9972
|
+
font-size: 12px !important;
|
|
9973
|
+
font-weight: 500 !important;
|
|
9974
|
+
color: #888 !important;
|
|
9975
|
+
background: rgba(0, 0, 0, 0.03) !important;
|
|
9976
|
+
transition: background 0.1s !important;
|
|
9977
|
+
}
|
|
9978
|
+
.excalidraw .acp .acp-tool-actions-toggle:hover {
|
|
9979
|
+
background: rgba(0, 0, 0, 0.06) !important;
|
|
9980
|
+
color: #555 !important;
|
|
9981
|
+
}
|
|
9982
|
+
.excalidraw .acp .acp-tool-actions-toggle svg {
|
|
9983
|
+
flex-shrink: 0;
|
|
9984
|
+
}
|
|
9985
|
+
.excalidraw .acp .acp-tool-chevron {
|
|
9986
|
+
transition: transform 0.15s ease;
|
|
9987
|
+
}
|
|
9988
|
+
.excalidraw .acp .acp-tool-chevron--open {
|
|
9989
|
+
transform: rotate(90deg);
|
|
9990
|
+
}
|
|
9991
|
+
.excalidraw .acp .acp-tool-actions-list {
|
|
9992
|
+
margin: 4px 0 4px 8px;
|
|
9993
|
+
padding-left: 10px;
|
|
9994
|
+
border-left: 2px solid rgba(0, 0, 0, 0.06);
|
|
9995
|
+
}
|
|
9996
|
+
.excalidraw .acp .acp-tool-action-item {
|
|
9997
|
+
display: flex;
|
|
9998
|
+
align-items: flex-start;
|
|
9999
|
+
gap: 8px;
|
|
10000
|
+
padding: 3px 0;
|
|
10001
|
+
font-size: 12px;
|
|
10002
|
+
color: #666;
|
|
10003
|
+
line-height: 1.4;
|
|
10004
|
+
}
|
|
10005
|
+
.excalidraw .acp .acp-tool-action-item--ok .acp-tool-action-dot {
|
|
10006
|
+
background: #27ae60;
|
|
10007
|
+
}
|
|
10008
|
+
.excalidraw .acp .acp-tool-action-item--err .acp-tool-action-dot {
|
|
10009
|
+
background: #e74c3c;
|
|
10010
|
+
}
|
|
10011
|
+
.excalidraw .acp .acp-tool-action-dot {
|
|
10012
|
+
width: 5px;
|
|
10013
|
+
height: 5px;
|
|
10014
|
+
border-radius: 50%;
|
|
10015
|
+
flex-shrink: 0;
|
|
10016
|
+
margin-top: 5px;
|
|
10017
|
+
}
|
|
10018
|
+
.excalidraw .acp .acp-ref-area {
|
|
10019
|
+
padding: 0 12px 4px;
|
|
10020
|
+
flex-shrink: 0;
|
|
10021
|
+
}
|
|
10022
|
+
.excalidraw .acp .acp-ref-pill {
|
|
10023
|
+
display: inline-flex;
|
|
10024
|
+
align-items: center;
|
|
10025
|
+
gap: 5px;
|
|
10026
|
+
padding: 4px 10px;
|
|
10027
|
+
border-radius: 14px;
|
|
10028
|
+
background: rgba(99, 80, 220, 0.08);
|
|
10029
|
+
border: 1px solid rgba(99, 80, 220, 0.2);
|
|
10030
|
+
font-size: 12px;
|
|
10031
|
+
font-weight: 500;
|
|
10032
|
+
color: #6350dc;
|
|
10033
|
+
}
|
|
10034
|
+
.excalidraw .acp .acp-ref-pill svg {
|
|
10035
|
+
flex-shrink: 0;
|
|
10036
|
+
}
|
|
10037
|
+
.excalidraw .acp .acp-ref-pill span {
|
|
10038
|
+
max-width: 200px;
|
|
10039
|
+
overflow: hidden;
|
|
10040
|
+
text-overflow: ellipsis;
|
|
10041
|
+
white-space: nowrap;
|
|
10042
|
+
}
|
|
10043
|
+
.excalidraw .acp .acp-ref-remove {
|
|
10044
|
+
display: flex !important;
|
|
10045
|
+
align-items: center !important;
|
|
10046
|
+
justify-content: center !important;
|
|
10047
|
+
width: 16px !important;
|
|
10048
|
+
height: 16px !important;
|
|
10049
|
+
border-radius: 50% !important;
|
|
10050
|
+
background: transparent !important;
|
|
10051
|
+
color: #6350dc !important;
|
|
10052
|
+
transition: background 0.1s !important;
|
|
10053
|
+
}
|
|
10054
|
+
.excalidraw .acp .acp-ref-remove:hover {
|
|
10055
|
+
background: rgba(99, 80, 220, 0.15) !important;
|
|
10056
|
+
}
|
|
10057
|
+
.excalidraw .acp .acp-input-wrapper {
|
|
10058
|
+
position: relative;
|
|
10059
|
+
}
|
|
10060
|
+
.excalidraw .acp .acp-mention-menu {
|
|
10061
|
+
position: absolute;
|
|
10062
|
+
bottom: calc(100% + 6px);
|
|
10063
|
+
left: 8px;
|
|
10064
|
+
right: 8px;
|
|
10065
|
+
background: #fff;
|
|
10066
|
+
border-radius: 12px;
|
|
10067
|
+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.06);
|
|
10068
|
+
z-index: 10;
|
|
10069
|
+
overflow: hidden;
|
|
10070
|
+
padding: 4px;
|
|
10071
|
+
}
|
|
10072
|
+
.excalidraw .acp .acp-mention-item {
|
|
10073
|
+
display: flex !important;
|
|
10074
|
+
align-items: center !important;
|
|
10075
|
+
gap: 8px !important;
|
|
10076
|
+
width: 100% !important;
|
|
10077
|
+
padding: 8px 12px !important;
|
|
10078
|
+
border-radius: 8px !important;
|
|
10079
|
+
font-family: inherit !important;
|
|
10080
|
+
font-size: 13px !important;
|
|
10081
|
+
color: #333 !important;
|
|
10082
|
+
background: transparent !important;
|
|
10083
|
+
text-align: left !important;
|
|
10084
|
+
transition: background 0.1s !important;
|
|
10085
|
+
}
|
|
10086
|
+
.excalidraw .acp .acp-mention-item svg {
|
|
10087
|
+
color: #6350dc;
|
|
10088
|
+
flex-shrink: 0;
|
|
10089
|
+
}
|
|
10090
|
+
.excalidraw .acp .acp-mention-item:hover {
|
|
10091
|
+
background: rgba(99, 80, 220, 0.06) !important;
|
|
10092
|
+
}
|
|
10093
|
+
.excalidraw .acp .acp-mention-dim {
|
|
10094
|
+
color: #999;
|
|
10095
|
+
font-size: 11.5px;
|
|
10096
|
+
font-weight: 400;
|
|
10097
|
+
}
|
|
10098
|
+
.excalidraw .acp .acp-mention-empty {
|
|
10099
|
+
padding: 12px;
|
|
10100
|
+
font-size: 12.5px;
|
|
10101
|
+
color: #999;
|
|
10102
|
+
text-align: center;
|
|
10103
|
+
line-height: 1.4;
|
|
10104
|
+
}
|
|
10105
|
+
.excalidraw .acp-open-btn {
|
|
10106
|
+
display: flex !important;
|
|
10107
|
+
align-items: center !important;
|
|
10108
|
+
justify-content: center !important;
|
|
10109
|
+
width: 36px !important;
|
|
10110
|
+
height: 36px !important;
|
|
10111
|
+
border-radius: 50% !important;
|
|
10112
|
+
background: #fff !important;
|
|
10113
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
10114
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
|
|
10115
|
+
color: #333 !important;
|
|
10116
|
+
cursor: pointer !important;
|
|
10117
|
+
transition: background 0.12s, box-shadow 0.12s !important;
|
|
10118
|
+
box-sizing: border-box !important;
|
|
10119
|
+
}
|
|
10120
|
+
.excalidraw .acp-open-btn:hover {
|
|
10121
|
+
background: #f5f5f5 !important;
|
|
10122
|
+
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14) !important;
|
|
10123
|
+
}
|
|
10124
|
+
.excalidraw .acp-open-btn:active {
|
|
10125
|
+
transform: scale(0.95) !important;
|
|
10126
|
+
}
|
|
10127
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
8042
10128
|
/*# sourceMappingURL=index.css.map */
|