@fragments-sdk/ui 0.9.5 → 0.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/ui.css +196 -199
- package/dist/codeblock.cjs +170 -175
- package/dist/codeblock.cjs.map +1 -1
- package/dist/codeblock.js +166 -171
- package/dist/codeblock.js.map +1 -1
- package/dist/components/Chip/index.cjs +2 -1
- package/dist/components/Chip/index.cjs.map +1 -1
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +2 -1
- package/dist/components/Chip/index.js.map +1 -1
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +20 -23
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs.map +1 -1
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +20 -23
- package/dist/components/CodeBlock/CodeBlock.module.scss.js.map +1 -1
- package/dist/components/CodeBlock/index.d.ts +6 -6
- package/dist/components/CodeBlock/index.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.module.scss.cjs +15 -15
- package/dist/components/Combobox/Combobox.module.scss.js +15 -15
- package/dist/components/Command/index.cjs +6 -0
- package/dist/components/Command/index.cjs.map +1 -1
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.js +6 -0
- package/dist/components/Command/index.js.map +1 -1
- package/dist/components/DataTable/index.cjs +26 -26
- package/dist/components/DataTable/index.cjs.map +1 -1
- package/dist/components/DataTable/index.d.ts.map +1 -1
- package/dist/components/DataTable/index.js +26 -26
- package/dist/components/DataTable/index.js.map +1 -1
- package/dist/components/Listbox/index.cjs +6 -0
- package/dist/components/Listbox/index.cjs.map +1 -1
- package/dist/components/Listbox/index.d.ts.map +1 -1
- package/dist/components/Listbox/index.js +6 -0
- package/dist/components/Listbox/index.js.map +1 -1
- package/dist/components/Loading/index.cjs +2 -12
- package/dist/components/Loading/index.cjs.map +1 -1
- package/dist/components/Loading/index.d.ts.map +1 -1
- package/dist/components/Loading/index.js +2 -12
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
- package/dist/components/Markdown/Markdown.module.scss.js +1 -1
- package/dist/components/Message/Message.module.scss.cjs +22 -16
- package/dist/components/Message/Message.module.scss.cjs.map +1 -1
- package/dist/components/Message/Message.module.scss.js +22 -16
- package/dist/components/Message/Message.module.scss.js.map +1 -1
- package/dist/components/Message/index.cjs +5 -3
- package/dist/components/Message/index.cjs.map +1 -1
- package/dist/components/Message/index.d.ts +5 -1
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/index.js +5 -3
- package/dist/components/Message/index.js.map +1 -1
- package/dist/components/NavigationMenu/index.cjs +12 -1
- package/dist/components/NavigationMenu/index.cjs.map +1 -1
- package/dist/components/NavigationMenu/index.d.ts.map +1 -1
- package/dist/components/NavigationMenu/index.js +12 -1
- package/dist/components/NavigationMenu/index.js.map +1 -1
- package/dist/components/Skeleton/index.cjs +3 -3
- package/dist/components/Skeleton/index.cjs.map +1 -1
- package/dist/components/Skeleton/index.js +3 -3
- package/dist/components/Skeleton/index.js.map +1 -1
- package/dist/components/Stack/index.cjs +4 -3
- package/dist/components/Stack/index.cjs.map +1 -1
- package/dist/components/Stack/index.d.ts.map +1 -1
- package/dist/components/Stack/index.js +4 -3
- package/dist/components/Stack/index.js.map +1 -1
- package/dist/markdown.cjs +1 -1
- package/dist/markdown.cjs.map +1 -1
- package/dist/markdown.js +1 -1
- package/dist/markdown.js.map +1 -1
- package/fragments.json +1 -1
- package/package.json +2 -2
- package/src/components/Chip/index.tsx +3 -1
- package/src/components/CodeBlock/CodeBlock.module.scss +16 -34
- package/src/components/CodeBlock/index.tsx +333 -341
- package/src/components/ColorPicker/ColorPicker.fragment.tsx +17 -15
- package/src/components/Combobox/Combobox.module.scss +13 -9
- package/src/components/Command/index.tsx +1 -0
- package/src/components/ConversationList/ConversationList.fragment.tsx +96 -129
- package/src/components/DataTable/index.tsx +45 -45
- package/src/components/Listbox/index.tsx +1 -0
- package/src/components/Loading/index.tsx +6 -12
- package/src/components/Markdown/index.tsx +2 -2
- package/src/components/Menu/Menu.fragment.tsx +17 -15
- package/src/components/Message/Message.fragment.tsx +34 -0
- package/src/components/Message/Message.module.scss +11 -0
- package/src/components/Message/index.tsx +12 -3
- package/src/components/NavigationMenu/index.tsx +6 -1
- package/src/components/Skeleton/index.tsx +3 -3
- package/src/components/Slider/Slider.fragment.tsx +19 -17
- package/src/components/Stack/index.tsx +4 -3
- package/src/tokens/_computed.scss +7 -6
- package/src/tokens/_density.scss +87 -47
- package/src/tokens/_variables.scss +46 -31
package/dist/assets/ui.css
CHANGED
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
--fui-appshell-sidebar-collapsed-width: 64px;
|
|
101
101
|
--fui-appshell-aside-width: 280px;
|
|
102
102
|
--fui-header-z-index: 40;
|
|
103
|
-
--fui-code-bg: #
|
|
104
|
-
--fui-code-header-bg: #
|
|
103
|
+
--fui-code-bg: #000000;
|
|
104
|
+
--fui-code-header-bg: #1c1c1f;
|
|
105
105
|
--fui-code-text: #d4d4d4;
|
|
106
106
|
--fui-code-text-muted: #6b7280;
|
|
107
107
|
--fui-code-border: rgba(255, 255, 255, 0.1);
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
--fui-scrollbar-track: #27272a;
|
|
157
157
|
--fui-scrollbar-thumb: #52525b;
|
|
158
158
|
--fui-scrollbar-thumb-hover: #71717a;
|
|
159
|
-
--fui-code-bg:
|
|
159
|
+
--fui-code-bg: #000000;
|
|
160
160
|
--fui-code-header-bg: var(--fui-bg-elevated);
|
|
161
161
|
--fui-code-text: #d4d4d4;
|
|
162
162
|
--fui-code-text-muted: #6b7280;
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
--fui-scrollbar-track: #27272a;
|
|
213
213
|
--fui-scrollbar-thumb: #52525b;
|
|
214
214
|
--fui-scrollbar-thumb-hover: #71717a;
|
|
215
|
-
--fui-code-bg:
|
|
215
|
+
--fui-code-bg: #000000;
|
|
216
216
|
--fui-code-header-bg: var(--fui-bg-elevated);
|
|
217
217
|
--fui-code-text: #d4d4d4;
|
|
218
218
|
--fui-code-text-muted: #6b7280;
|
|
@@ -2671,13 +2671,13 @@ a {
|
|
|
2671
2671
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
2672
2672
|
color: var(--fui-text-secondary, #52525b);
|
|
2673
2673
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
2674
|
-
}.
|
|
2674
|
+
}._multiContainer_iztep_1 {
|
|
2675
2675
|
display: flex;
|
|
2676
2676
|
flex-direction: column;
|
|
2677
2677
|
width: 100%;
|
|
2678
2678
|
}
|
|
2679
2679
|
|
|
2680
|
-
.
|
|
2680
|
+
._inputWrapper_iztep_7 {
|
|
2681
2681
|
display: inline-flex;
|
|
2682
2682
|
align-items: center;
|
|
2683
2683
|
flex-wrap: wrap;
|
|
@@ -2692,20 +2692,20 @@ a {
|
|
|
2692
2692
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
2693
2693
|
transition: border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease);
|
|
2694
2694
|
}
|
|
2695
|
-
.
|
|
2695
|
+
._inputWrapper_iztep_7:hover:not(:has([data-disabled])) {
|
|
2696
2696
|
border-color: var(--fui-text-tertiary, #71717a);
|
|
2697
2697
|
}
|
|
2698
|
-
.
|
|
2698
|
+
._inputWrapper_iztep_7:focus-within {
|
|
2699
2699
|
outline: none;
|
|
2700
2700
|
box-shadow: 0 0 0 var(--fui-focus-ring-offset, 2px) var(--fui-bg-primary, #ffffff), 0 0 0 calc(var(--fui-focus-ring-offset, 2px) + var(--fui-focus-ring-width, 2px)) var(--fui-focus-ring-color, #18181b);
|
|
2701
2701
|
border-color: var(--fui-color-accent, #18181b);
|
|
2702
2702
|
}
|
|
2703
|
-
.
|
|
2703
|
+
._inputWrapper_iztep_7:has([data-disabled]) {
|
|
2704
2704
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
2705
2705
|
color: var(--fui-text-tertiary, #71717a);
|
|
2706
2706
|
}
|
|
2707
2707
|
|
|
2708
|
-
.
|
|
2708
|
+
._input_iztep_7 {
|
|
2709
2709
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
2710
2710
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2711
2711
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -2721,15 +2721,15 @@ a {
|
|
|
2721
2721
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
2722
2722
|
outline: none;
|
|
2723
2723
|
}
|
|
2724
|
-
.
|
|
2724
|
+
._input_iztep_7::placeholder {
|
|
2725
2725
|
color: var(--fui-text-tertiary, #71717a);
|
|
2726
2726
|
}
|
|
2727
|
-
.
|
|
2727
|
+
._input_iztep_7:disabled, ._input_iztep_7[data-disabled] {
|
|
2728
2728
|
color: var(--fui-text-tertiary, #71717a);
|
|
2729
2729
|
cursor: not-allowed;
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
2732
|
-
.
|
|
2732
|
+
._chips_iztep_59 {
|
|
2733
2733
|
display: flex;
|
|
2734
2734
|
flex-wrap: wrap;
|
|
2735
2735
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -2737,7 +2737,7 @@ a {
|
|
|
2737
2737
|
padding-top: var(--fui-space-1, 0.5rem);
|
|
2738
2738
|
}
|
|
2739
2739
|
|
|
2740
|
-
.
|
|
2740
|
+
._chip_iztep_59 {
|
|
2741
2741
|
display: inline-flex;
|
|
2742
2742
|
align-items: center;
|
|
2743
2743
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -2751,13 +2751,13 @@ a {
|
|
|
2751
2751
|
max-width: 12rem;
|
|
2752
2752
|
}
|
|
2753
2753
|
|
|
2754
|
-
.
|
|
2754
|
+
._chipLabel_iztep_81 {
|
|
2755
2755
|
overflow: hidden;
|
|
2756
2756
|
text-overflow: ellipsis;
|
|
2757
2757
|
white-space: nowrap;
|
|
2758
2758
|
}
|
|
2759
2759
|
|
|
2760
|
-
.
|
|
2760
|
+
._chipRemove_iztep_87 {
|
|
2761
2761
|
appearance: none;
|
|
2762
2762
|
background: transparent;
|
|
2763
2763
|
border: none;
|
|
@@ -2767,10 +2767,10 @@ a {
|
|
|
2767
2767
|
color: inherit;
|
|
2768
2768
|
cursor: pointer;
|
|
2769
2769
|
}
|
|
2770
|
-
.
|
|
2770
|
+
._chipRemove_iztep_87:disabled {
|
|
2771
2771
|
cursor: not-allowed;
|
|
2772
2772
|
}
|
|
2773
|
-
.
|
|
2773
|
+
._chipRemove_iztep_87 {
|
|
2774
2774
|
min-width: var(--fui-target-size-min, 1.714rem);
|
|
2775
2775
|
min-height: var(--fui-target-size-min, 1.714rem);
|
|
2776
2776
|
display: inline-flex;
|
|
@@ -2784,12 +2784,12 @@ a {
|
|
|
2784
2784
|
cursor: pointer;
|
|
2785
2785
|
transition: color var(--fui-transition-fast, 150ms ease);
|
|
2786
2786
|
}
|
|
2787
|
-
.
|
|
2787
|
+
._chipRemove_iztep_87:hover {
|
|
2788
2788
|
color: var(--fui-text-primary, #18181b);
|
|
2789
2789
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
|
-
.
|
|
2792
|
+
._trigger_iztep_119 {
|
|
2793
2793
|
appearance: none;
|
|
2794
2794
|
background: transparent;
|
|
2795
2795
|
border: none;
|
|
@@ -2799,10 +2799,10 @@ a {
|
|
|
2799
2799
|
color: inherit;
|
|
2800
2800
|
cursor: pointer;
|
|
2801
2801
|
}
|
|
2802
|
-
.
|
|
2802
|
+
._trigger_iztep_119:disabled {
|
|
2803
2803
|
cursor: not-allowed;
|
|
2804
2804
|
}
|
|
2805
|
-
.
|
|
2805
|
+
._trigger_iztep_119 {
|
|
2806
2806
|
display: flex;
|
|
2807
2807
|
align-items: center;
|
|
2808
2808
|
justify-content: center;
|
|
@@ -2814,35 +2814,37 @@ a {
|
|
|
2814
2814
|
cursor: pointer;
|
|
2815
2815
|
border-radius: 0 var(--fui-radius-md, 0.429rem) var(--fui-radius-md, 0.429rem) 0;
|
|
2816
2816
|
transition: color var(--fui-transition-fast, 150ms ease);
|
|
2817
|
+
margin-inline-end: 0.5rem;
|
|
2817
2818
|
}
|
|
2818
|
-
.
|
|
2819
|
+
._trigger_iztep_119:hover {
|
|
2819
2820
|
color: var(--fui-text-primary, #18181b);
|
|
2820
2821
|
}
|
|
2821
|
-
.
|
|
2822
|
+
._trigger_iztep_119[data-disabled] {
|
|
2822
2823
|
color: var(--fui-text-tertiary, #71717a);
|
|
2823
2824
|
cursor: not-allowed;
|
|
2824
2825
|
}
|
|
2825
|
-
.
|
|
2826
|
+
._trigger_iztep_119 svg {
|
|
2826
2827
|
width: 1rem;
|
|
2827
2828
|
height: 1rem;
|
|
2828
2829
|
transition: transform var(--fui-transition-fast, 150ms ease);
|
|
2829
2830
|
}
|
|
2830
|
-
.
|
|
2831
|
+
._trigger_iztep_119[data-popup-open] svg {
|
|
2831
2832
|
transform: rotate(180deg);
|
|
2832
2833
|
}
|
|
2833
2834
|
|
|
2834
|
-
.
|
|
2835
|
+
._positioner_iztep_162 {
|
|
2835
2836
|
z-index: 52;
|
|
2836
2837
|
outline: none;
|
|
2837
2838
|
}
|
|
2838
2839
|
|
|
2839
|
-
.
|
|
2840
|
+
._popup_iztep_167 {
|
|
2840
2841
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
2841
2842
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
2842
2843
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
2843
2844
|
--_item-h: calc(
|
|
2844
|
-
var(--fui-font-size-sm, 1rem) *
|
|
2845
|
-
|
|
2845
|
+
var(--fui-font-size-sm, 1rem) *
|
|
2846
|
+
var(--fui-line-height-normal, 1.5) +
|
|
2847
|
+
var(--fui-space-2, 1rem) * 2
|
|
2846
2848
|
);
|
|
2847
2849
|
min-width: var(--anchor-width);
|
|
2848
2850
|
max-height: calc(var(--_item-h) * var(--fui-select-max-items, 4.5) + var(--fui-space-1, 0.5rem) * 2) !important;
|
|
@@ -2854,16 +2856,16 @@ a {
|
|
|
2854
2856
|
transform-origin: var(--transform-origin);
|
|
2855
2857
|
transition: opacity var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
|
|
2856
2858
|
}
|
|
2857
|
-
.
|
|
2859
|
+
._popup_iztep_167[data-open] {
|
|
2858
2860
|
opacity: 1;
|
|
2859
2861
|
transform: scale(1);
|
|
2860
2862
|
}
|
|
2861
|
-
.
|
|
2863
|
+
._popup_iztep_167[data-starting-style], ._popup_iztep_167[data-ending-style] {
|
|
2862
2864
|
opacity: 0;
|
|
2863
2865
|
transform: scale(0.95);
|
|
2864
2866
|
}
|
|
2865
2867
|
|
|
2866
|
-
.
|
|
2868
|
+
._item_iztep_195 {
|
|
2867
2869
|
appearance: none;
|
|
2868
2870
|
background: transparent;
|
|
2869
2871
|
border: none;
|
|
@@ -2873,10 +2875,10 @@ a {
|
|
|
2873
2875
|
color: inherit;
|
|
2874
2876
|
cursor: pointer;
|
|
2875
2877
|
}
|
|
2876
|
-
.
|
|
2878
|
+
._item_iztep_195:disabled {
|
|
2877
2879
|
cursor: not-allowed;
|
|
2878
2880
|
}
|
|
2879
|
-
.
|
|
2881
|
+
._item_iztep_195 {
|
|
2880
2882
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
2881
2883
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2882
2884
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -2892,22 +2894,22 @@ a {
|
|
|
2892
2894
|
cursor: pointer;
|
|
2893
2895
|
outline: none;
|
|
2894
2896
|
}
|
|
2895
|
-
.
|
|
2897
|
+
._item_iztep_195[data-highlighted] {
|
|
2896
2898
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
2897
2899
|
}
|
|
2898
|
-
.
|
|
2900
|
+
._item_iztep_195[data-selected] {
|
|
2899
2901
|
background-color: var(--fui-color-accent, #18181b);
|
|
2900
2902
|
color: var(--fui-text-inverse, #f4f4f5);
|
|
2901
2903
|
}
|
|
2902
|
-
.
|
|
2904
|
+
._item_iztep_195[data-selected][data-highlighted] {
|
|
2903
2905
|
background-color: var(--fui-color-accent-hover, rgb(62.88, 62.88, 70.74));
|
|
2904
2906
|
}
|
|
2905
|
-
.
|
|
2907
|
+
._item_iztep_195[data-disabled] {
|
|
2906
2908
|
color: var(--fui-text-tertiary, #71717a);
|
|
2907
2909
|
cursor: not-allowed;
|
|
2908
2910
|
}
|
|
2909
2911
|
|
|
2910
|
-
.
|
|
2912
|
+
._itemIndicator_iztep_239 {
|
|
2911
2913
|
display: flex;
|
|
2912
2914
|
align-items: center;
|
|
2913
2915
|
justify-content: center;
|
|
@@ -2915,12 +2917,12 @@ a {
|
|
|
2915
2917
|
height: 1rem;
|
|
2916
2918
|
margin-left: auto;
|
|
2917
2919
|
}
|
|
2918
|
-
.
|
|
2920
|
+
._itemIndicator_iztep_239 svg {
|
|
2919
2921
|
width: 0.875rem;
|
|
2920
2922
|
height: 0.875rem;
|
|
2921
2923
|
}
|
|
2922
2924
|
|
|
2923
|
-
.
|
|
2925
|
+
._empty_iztep_252 {
|
|
2924
2926
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
2925
2927
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2926
2928
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -2935,13 +2937,13 @@ a {
|
|
|
2935
2937
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2936
2938
|
}
|
|
2937
2939
|
|
|
2938
|
-
.
|
|
2940
|
+
._group_iztep_267:not(:first-child) {
|
|
2939
2941
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
2940
2942
|
padding-top: var(--fui-space-1, 0.5rem);
|
|
2941
2943
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
2942
2944
|
}
|
|
2943
2945
|
|
|
2944
|
-
.
|
|
2946
|
+
._groupLabel_iztep_273 {
|
|
2945
2947
|
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
2946
2948
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
2947
2949
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -7225,11 +7227,11 @@ a {
|
|
|
7225
7227
|
|
|
7226
7228
|
._submitSpinner_19k14_260 {
|
|
7227
7229
|
line-height: 0;
|
|
7228
|
-
}.
|
|
7230
|
+
}._container_1j662_1 {
|
|
7229
7231
|
width: 100%;
|
|
7230
7232
|
}
|
|
7231
7233
|
|
|
7232
|
-
.
|
|
7234
|
+
._title_1j662_5 {
|
|
7233
7235
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7234
7236
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
7235
7237
|
color: var(--fui-text-tertiary, #71717a);
|
|
@@ -7238,32 +7240,32 @@ a {
|
|
|
7238
7240
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
7239
7241
|
}
|
|
7240
7242
|
|
|
7241
|
-
.
|
|
7243
|
+
._wrapper_1j662_14 {
|
|
7242
7244
|
position: relative;
|
|
7243
7245
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
7244
7246
|
overflow: hidden;
|
|
7245
|
-
background-color: var(--fui-code-bg, #
|
|
7247
|
+
background-color: var(--fui-code-bg, #000000);
|
|
7246
7248
|
border: 1px solid var(--fui-code-border, rgba(255, 255, 255, 0.1));
|
|
7247
7249
|
}
|
|
7248
7250
|
|
|
7249
|
-
.
|
|
7251
|
+
._header_1j662_22 {
|
|
7250
7252
|
display: flex;
|
|
7251
7253
|
align-items: center;
|
|
7252
7254
|
justify-content: space-between;
|
|
7253
|
-
padding:
|
|
7254
|
-
background-color: var(--fui-code-header-bg, #
|
|
7255
|
+
padding: 0 var(--fui-padding-container-sm);
|
|
7256
|
+
background-color: var(--fui-code-header-bg, #1c1c1f);
|
|
7255
7257
|
border-bottom: 1px solid var(--fui-code-border, rgba(255, 255, 255, 0.1));
|
|
7256
7258
|
min-height: var(--fui-input-height, 2.8571428571rem);
|
|
7257
7259
|
}
|
|
7258
7260
|
|
|
7259
|
-
.
|
|
7261
|
+
._filename_1j662_32 {
|
|
7260
7262
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
7261
7263
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7262
7264
|
font-weight: var(--fui-font-weight-normal, 400);
|
|
7263
7265
|
color: var(--fui-code-text, #d4d4d4);
|
|
7264
7266
|
}
|
|
7265
7267
|
|
|
7266
|
-
.
|
|
7268
|
+
._copyButton_1j662_39 {
|
|
7267
7269
|
appearance: none;
|
|
7268
7270
|
background: transparent;
|
|
7269
7271
|
border: none;
|
|
@@ -7273,10 +7275,10 @@ a {
|
|
|
7273
7275
|
color: inherit;
|
|
7274
7276
|
cursor: pointer;
|
|
7275
7277
|
}
|
|
7276
|
-
.
|
|
7278
|
+
._copyButton_1j662_39:disabled {
|
|
7277
7279
|
cursor: not-allowed;
|
|
7278
7280
|
}
|
|
7279
|
-
.
|
|
7281
|
+
._copyButton_1j662_39 {
|
|
7280
7282
|
min-width: var(--fui-target-size-min, 1.714rem);
|
|
7281
7283
|
min-height: var(--fui-target-size-min, 1.714rem);
|
|
7282
7284
|
display: inline-flex;
|
|
@@ -7293,19 +7295,19 @@ a {
|
|
|
7293
7295
|
cursor: pointer;
|
|
7294
7296
|
transition: background var(--fui-transition-fast, 150ms ease), color var(--fui-transition-fast, 150ms ease);
|
|
7295
7297
|
}
|
|
7296
|
-
.
|
|
7298
|
+
._copyButton_1j662_39:hover {
|
|
7297
7299
|
color: var(--fui-code-tab-text-active, #e5e7eb);
|
|
7298
7300
|
background: var(--fui-code-copy-bg-hover, rgba(255, 255, 255, 0.15));
|
|
7299
7301
|
}
|
|
7300
|
-
.
|
|
7302
|
+
._copyButton_1j662_39:focus-visible {
|
|
7301
7303
|
outline: none;
|
|
7302
7304
|
box-shadow: 0 0 0 var(--fui-focus-ring-offset, 2px) var(--fui-bg-primary, #ffffff), 0 0 0 calc(var(--fui-focus-ring-offset, 2px) + var(--fui-focus-ring-width, 2px)) var(--fui-focus-ring-color, #18181b);
|
|
7303
7305
|
}
|
|
7304
|
-
.
|
|
7306
|
+
._copyButton_1j662_39._copied_1j662_77 {
|
|
7305
7307
|
color: var(--fui-color-success, #22c55e);
|
|
7306
7308
|
}
|
|
7307
7309
|
|
|
7308
|
-
.
|
|
7310
|
+
._copyOverlay_1j662_81 {
|
|
7309
7311
|
position: absolute;
|
|
7310
7312
|
top: var(--fui-space-2, 1rem);
|
|
7311
7313
|
right: var(--fui-space-2, 1rem);
|
|
@@ -7316,40 +7318,24 @@ a {
|
|
|
7316
7318
|
box-shadow: var(--fui-shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.03));
|
|
7317
7319
|
}
|
|
7318
7320
|
|
|
7319
|
-
.
|
|
7320
|
-
.
|
|
7321
|
+
._withCopyOverlay_1j662_92 ._codeContainer_1j662_92 .shiki,
|
|
7322
|
+
._withCopyOverlay_1j662_92 ._loading_1j662_93 pre {
|
|
7321
7323
|
padding-right: calc(var(--fui-padding-container-md, 2rem) + var(--fui-target-size-min, 1.714rem) + var(--fui-space-3, 1.5rem));
|
|
7322
7324
|
}
|
|
7323
7325
|
|
|
7324
|
-
.
|
|
7326
|
+
._icon_1j662_97 {
|
|
7325
7327
|
flex-shrink: 0;
|
|
7326
7328
|
}
|
|
7327
7329
|
|
|
7328
|
-
.
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
}
|
|
7332
|
-
._persistentCopyWrapper_1yo2b_101 ._codeContainer_1yo2b_92,
|
|
7333
|
-
._persistentCopyWrapper_1yo2b_101 ._loading_1yo2b_93 {
|
|
7334
|
-
flex: 1;
|
|
7335
|
-
min-width: 0;
|
|
7336
|
-
}
|
|
7337
|
-
._persistentCopyWrapper_1yo2b_101 ._codeContainer_1yo2b_92 .shiki,
|
|
7338
|
-
._persistentCopyWrapper_1yo2b_101 ._codeContainer_1yo2b_92 pre,
|
|
7339
|
-
._persistentCopyWrapper_1yo2b_101 ._loading_1yo2b_93 .shiki,
|
|
7340
|
-
._persistentCopyWrapper_1yo2b_101 ._loading_1yo2b_93 pre {
|
|
7341
|
-
padding-right: var(--fui-space-3, 1.5rem);
|
|
7342
|
-
}
|
|
7343
|
-
|
|
7344
|
-
._persistentCopy_1yo2b_101 {
|
|
7345
|
-
flex-shrink: 0;
|
|
7346
|
-
padding-right: var(--fui-space-2, 1rem);
|
|
7330
|
+
._persistentCopy_1j662_101 {
|
|
7331
|
+
top: 50%;
|
|
7332
|
+
transform: translateY(-50%);
|
|
7347
7333
|
}
|
|
7348
7334
|
|
|
7349
|
-
.
|
|
7335
|
+
._loading_1j662_93 pre {
|
|
7350
7336
|
margin: 0;
|
|
7351
|
-
padding: var(--fui-padding-container-
|
|
7352
|
-
padding-right: var(--fui-padding-container-
|
|
7337
|
+
padding: var(--fui-padding-container-sm);
|
|
7338
|
+
padding-right: var(--fui-padding-container-sm);
|
|
7353
7339
|
background-color: transparent !important;
|
|
7354
7340
|
border: none !important;
|
|
7355
7341
|
border-radius: 0 !important;
|
|
@@ -7359,7 +7345,7 @@ a {
|
|
|
7359
7345
|
color: var(--fui-code-text, #d4d4d4);
|
|
7360
7346
|
overflow-x: auto;
|
|
7361
7347
|
}
|
|
7362
|
-
.
|
|
7348
|
+
._loading_1j662_93 code {
|
|
7363
7349
|
background: none !important;
|
|
7364
7350
|
padding: 0;
|
|
7365
7351
|
border: none;
|
|
@@ -7368,11 +7354,11 @@ a {
|
|
|
7368
7354
|
font-size: inherit;
|
|
7369
7355
|
}
|
|
7370
7356
|
|
|
7371
|
-
.
|
|
7357
|
+
._codeContainer_1j662_92 .shiki {
|
|
7372
7358
|
background-color: transparent !important;
|
|
7373
7359
|
margin: 0;
|
|
7374
|
-
padding: var(--fui-padding-container-
|
|
7375
|
-
padding-right: var(--fui-padding-container-
|
|
7360
|
+
padding: var(--fui-padding-container-sm);
|
|
7361
|
+
padding-right: var(--fui-padding-container-sm);
|
|
7376
7362
|
border: none !important;
|
|
7377
7363
|
border-radius: 0 !important;
|
|
7378
7364
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
@@ -7381,7 +7367,7 @@ a {
|
|
|
7381
7367
|
overflow-x: auto;
|
|
7382
7368
|
tab-size: 2;
|
|
7383
7369
|
}
|
|
7384
|
-
.
|
|
7370
|
+
._codeContainer_1j662_92 .shiki code {
|
|
7385
7371
|
background: none !important;
|
|
7386
7372
|
padding: 0;
|
|
7387
7373
|
border: none;
|
|
@@ -7390,18 +7376,18 @@ a {
|
|
|
7390
7376
|
font-size: inherit;
|
|
7391
7377
|
counter-reset: line;
|
|
7392
7378
|
}
|
|
7393
|
-
.
|
|
7379
|
+
._codeContainer_1j662_92 .line {
|
|
7394
7380
|
display: inline-block;
|
|
7395
7381
|
width: 100%;
|
|
7396
7382
|
min-height: 1.6em;
|
|
7397
7383
|
}
|
|
7398
|
-
.
|
|
7384
|
+
._codeContainer_1j662_92 .line.highlighted {
|
|
7399
7385
|
background-color: var(--fui-code-highlight-bg, rgba(255, 255, 255, 0.08));
|
|
7400
7386
|
margin: 0 calc(-1 * var(--fui-space-3, 1.5rem));
|
|
7401
7387
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
7402
7388
|
border-left: 3px solid var(--fui-color-info, #3b82f6);
|
|
7403
7389
|
}
|
|
7404
|
-
.
|
|
7390
|
+
._codeContainer_1j662_92 .line-number {
|
|
7405
7391
|
display: inline-block;
|
|
7406
7392
|
width: 2.5em;
|
|
7407
7393
|
padding-right: 1em;
|
|
@@ -7409,85 +7395,85 @@ a {
|
|
|
7409
7395
|
color: var(--fui-code-text-muted, #6b7280);
|
|
7410
7396
|
user-select: none;
|
|
7411
7397
|
}
|
|
7412
|
-
.
|
|
7398
|
+
._codeContainer_1j662_92 *::selection {
|
|
7413
7399
|
background: var(--fui-code-selection-bg, rgba(59, 130, 246, 0.4));
|
|
7414
7400
|
color: var(--fui-code-tab-text-active, #e5e7eb);
|
|
7415
7401
|
}
|
|
7416
|
-
.
|
|
7402
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar {
|
|
7417
7403
|
height: 6px;
|
|
7418
7404
|
}
|
|
7419
|
-
.
|
|
7405
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar-track {
|
|
7420
7406
|
background: var(--fui-code-scrollbar-track, rgba(255, 255, 255, 0.05));
|
|
7421
7407
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
7422
7408
|
}
|
|
7423
|
-
.
|
|
7409
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar-thumb {
|
|
7424
7410
|
background: var(--fui-code-scrollbar-thumb, rgba(255, 255, 255, 0.15));
|
|
7425
7411
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
7426
7412
|
}
|
|
7427
|
-
.
|
|
7413
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar-thumb:hover {
|
|
7428
7414
|
background: var(--fui-code-scrollbar-thumb-hover, rgba(255, 255, 255, 0.25));
|
|
7429
7415
|
}
|
|
7430
7416
|
|
|
7431
|
-
.
|
|
7417
|
+
._withLineNumbers_1j662_188 ._codeContainer_1j662_92 .shiki {
|
|
7432
7418
|
padding-left: var(--fui-space-2, 1rem);
|
|
7433
7419
|
}
|
|
7434
7420
|
|
|
7435
|
-
.
|
|
7421
|
+
._withDiff_1j662_192 .diff-marker {
|
|
7436
7422
|
display: inline-block;
|
|
7437
7423
|
width: 1.5em;
|
|
7438
7424
|
text-align: center;
|
|
7439
7425
|
user-select: none;
|
|
7440
7426
|
color: var(--fui-code-text-muted, #6b7280);
|
|
7441
7427
|
}
|
|
7442
|
-
.
|
|
7428
|
+
._withDiff_1j662_192 .diff-added {
|
|
7443
7429
|
background-color: var(--fui-color-success-bg, rgba(34, 197, 94, 0.1));
|
|
7444
7430
|
margin: 0 calc(-1 * var(--fui-space-3, 1.5rem));
|
|
7445
7431
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
7446
7432
|
}
|
|
7447
|
-
.
|
|
7433
|
+
._withDiff_1j662_192 .diff-added .diff-marker {
|
|
7448
7434
|
color: var(--fui-color-success, #22c55e);
|
|
7449
7435
|
}
|
|
7450
|
-
.
|
|
7436
|
+
._withDiff_1j662_192 .diff-removed {
|
|
7451
7437
|
background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
|
|
7452
7438
|
margin: 0 calc(-1 * var(--fui-space-3, 1.5rem));
|
|
7453
7439
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
7454
7440
|
}
|
|
7455
|
-
.
|
|
7441
|
+
._withDiff_1j662_192 .diff-removed .diff-marker {
|
|
7456
7442
|
color: var(--fui-color-danger, #ef4444);
|
|
7457
7443
|
}
|
|
7458
7444
|
|
|
7459
|
-
.
|
|
7445
|
+
._compact_1j662_216 ._wrapper_1j662_14 {
|
|
7460
7446
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
7461
7447
|
}
|
|
7462
|
-
.
|
|
7463
|
-
.
|
|
7448
|
+
._compact_1j662_216 ._codeContainer_1j662_92 .shiki,
|
|
7449
|
+
._compact_1j662_216 ._loading_1j662_93 pre {
|
|
7464
7450
|
padding: var(--fui-padding-inline-sm) var(--fui-padding-container-sm);
|
|
7465
7451
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
7466
7452
|
line-height: 1.5;
|
|
7467
7453
|
}
|
|
7468
|
-
.
|
|
7469
|
-
.
|
|
7454
|
+
._compact_1j662_216 ._withCopyOverlay_1j662_92 ._codeContainer_1j662_92 .shiki,
|
|
7455
|
+
._compact_1j662_216 ._withCopyOverlay_1j662_92 ._loading_1j662_93 pre {
|
|
7470
7456
|
padding-right: calc(var(--fui-padding-container-sm, 1.5rem) + var(--fui-target-size-min, 1.714rem) + var(--fui-space-3, 1.5rem));
|
|
7471
7457
|
}
|
|
7472
7458
|
|
|
7473
|
-
.
|
|
7474
|
-
.
|
|
7459
|
+
._wordWrap_1j662_230 ._codeContainer_1j662_92 .shiki,
|
|
7460
|
+
._wordWrap_1j662_230 ._loading_1j662_93 pre {
|
|
7475
7461
|
white-space: pre-wrap;
|
|
7476
7462
|
word-break: break-word;
|
|
7477
7463
|
}
|
|
7478
|
-
.
|
|
7464
|
+
._wordWrap_1j662_230 .line {
|
|
7479
7465
|
display: block;
|
|
7480
7466
|
width: auto;
|
|
7481
7467
|
}
|
|
7482
7468
|
|
|
7483
|
-
.
|
|
7469
|
+
._caption_1j662_240 {
|
|
7484
7470
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7485
7471
|
color: var(--fui-text-tertiary, #71717a);
|
|
7486
7472
|
margin-top: var(--fui-space-2, 1rem);
|
|
7487
7473
|
font-style: italic;
|
|
7488
7474
|
}
|
|
7489
7475
|
|
|
7490
|
-
.
|
|
7476
|
+
._collapseButton_1j662_247 {
|
|
7491
7477
|
appearance: none;
|
|
7492
7478
|
background: transparent;
|
|
7493
7479
|
border: none;
|
|
@@ -7497,41 +7483,41 @@ a {
|
|
|
7497
7483
|
color: inherit;
|
|
7498
7484
|
cursor: pointer;
|
|
7499
7485
|
}
|
|
7500
|
-
.
|
|
7486
|
+
._collapseButton_1j662_247:disabled {
|
|
7501
7487
|
cursor: not-allowed;
|
|
7502
7488
|
}
|
|
7503
|
-
.
|
|
7489
|
+
._collapseButton_1j662_247 {
|
|
7504
7490
|
display: flex;
|
|
7505
7491
|
align-items: center;
|
|
7506
7492
|
justify-content: center;
|
|
7507
7493
|
gap: var(--fui-space-1, 0.5rem);
|
|
7508
7494
|
width: 100%;
|
|
7509
|
-
padding: var(--fui-padding-inline-sm);
|
|
7495
|
+
padding: 0 var(--fui-padding-inline-sm);
|
|
7510
7496
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7511
7497
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
7512
7498
|
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
7513
7499
|
color: var(--fui-code-text-muted, #6b7280);
|
|
7514
|
-
background: var(--fui-code-header-bg, #
|
|
7500
|
+
background: var(--fui-code-header-bg, #1c1c1f);
|
|
7515
7501
|
border-top: 1px solid var(--fui-code-border, rgba(255, 255, 255, 0.1));
|
|
7516
7502
|
cursor: pointer;
|
|
7517
7503
|
transition: background var(--fui-transition-fast, 150ms ease), color var(--fui-transition-fast, 150ms ease);
|
|
7518
7504
|
}
|
|
7519
|
-
.
|
|
7505
|
+
._collapseButton_1j662_247:hover {
|
|
7520
7506
|
background: var(--fui-code-copy-bg, rgba(255, 255, 255, 0.1));
|
|
7521
7507
|
color: var(--fui-code-tab-text-active, #e5e7eb);
|
|
7522
7508
|
}
|
|
7523
|
-
.
|
|
7509
|
+
._collapseButton_1j662_247:focus-visible {
|
|
7524
7510
|
outline: var(--fui-focus-ring-width, 2px) solid var(--fui-focus-ring-color, #18181b);
|
|
7525
7511
|
outline-offset: calc(-1 * var(--fui-focus-ring-offset, 2px));
|
|
7526
7512
|
}
|
|
7527
7513
|
|
|
7528
7514
|
@media (max-width: 768px) {
|
|
7529
|
-
.
|
|
7515
|
+
._codeContainer_1j662_92 .shiki {
|
|
7530
7516
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
7531
7517
|
padding: var(--fui-space-2, 1rem);
|
|
7532
7518
|
}
|
|
7533
7519
|
}
|
|
7534
|
-
.
|
|
7520
|
+
._tabbedPanel_1j662_291 {
|
|
7535
7521
|
margin-top: 0;
|
|
7536
7522
|
}._icon_1rseu_1 {
|
|
7537
7523
|
display: inline-flex;
|
|
@@ -8621,7 +8607,7 @@ a {
|
|
|
8621
8607
|
clip: rect(0, 0, 0, 0);
|
|
8622
8608
|
white-space: nowrap;
|
|
8623
8609
|
border-width: 0;
|
|
8624
|
-
}.
|
|
8610
|
+
}._markdown_u63zl_1 {
|
|
8625
8611
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
8626
8612
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8627
8613
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -8634,197 +8620,197 @@ a {
|
|
|
8634
8620
|
word-wrap: break-word;
|
|
8635
8621
|
color: var(--fui-text-secondary, #52525b);
|
|
8636
8622
|
}
|
|
8637
|
-
.
|
|
8638
|
-
.
|
|
8639
|
-
.
|
|
8640
|
-
.
|
|
8641
|
-
.
|
|
8642
|
-
.
|
|
8623
|
+
._markdown_u63zl_1 h1,
|
|
8624
|
+
._markdown_u63zl_1 h2,
|
|
8625
|
+
._markdown_u63zl_1 h3,
|
|
8626
|
+
._markdown_u63zl_1 h4,
|
|
8627
|
+
._markdown_u63zl_1 h5,
|
|
8628
|
+
._markdown_u63zl_1 h6 {
|
|
8643
8629
|
margin-top: var(--fui-space-4, 2rem);
|
|
8644
8630
|
margin-bottom: var(--fui-space-2, 1rem);
|
|
8645
8631
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8646
8632
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
8647
8633
|
color: var(--fui-text-primary, #18181b);
|
|
8648
8634
|
}
|
|
8649
|
-
.
|
|
8650
|
-
.
|
|
8651
|
-
.
|
|
8652
|
-
.
|
|
8653
|
-
.
|
|
8654
|
-
.
|
|
8635
|
+
._markdown_u63zl_1 h1:first-child,
|
|
8636
|
+
._markdown_u63zl_1 h2:first-child,
|
|
8637
|
+
._markdown_u63zl_1 h3:first-child,
|
|
8638
|
+
._markdown_u63zl_1 h4:first-child,
|
|
8639
|
+
._markdown_u63zl_1 h5:first-child,
|
|
8640
|
+
._markdown_u63zl_1 h6:first-child {
|
|
8655
8641
|
margin-top: 0;
|
|
8656
8642
|
}
|
|
8657
|
-
.
|
|
8643
|
+
._markdown_u63zl_1 h1 {
|
|
8658
8644
|
font-size: var(--fui-font-size-2xl, 2.143rem);
|
|
8659
8645
|
}
|
|
8660
|
-
.
|
|
8646
|
+
._markdown_u63zl_1 h2 {
|
|
8661
8647
|
font-size: var(--fui-font-size-xl, 1.714rem);
|
|
8662
8648
|
margin-top: var(--fui-space-8, 4rem);
|
|
8663
8649
|
}
|
|
8664
|
-
.
|
|
8650
|
+
._markdown_u63zl_1 h3 {
|
|
8665
8651
|
font-size: var(--fui-font-size-lg, 1.286rem);
|
|
8666
8652
|
}
|
|
8667
|
-
.
|
|
8653
|
+
._markdown_u63zl_1 h4 {
|
|
8668
8654
|
font-size: var(--fui-font-size-base, 1.143rem);
|
|
8669
8655
|
}
|
|
8670
|
-
.
|
|
8671
|
-
.
|
|
8656
|
+
._markdown_u63zl_1 h5,
|
|
8657
|
+
._markdown_u63zl_1 h6 {
|
|
8672
8658
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8673
8659
|
}
|
|
8674
|
-
.
|
|
8660
|
+
._markdown_u63zl_1 p {
|
|
8675
8661
|
margin: 0;
|
|
8676
8662
|
}
|
|
8677
|
-
.
|
|
8663
|
+
._markdown_u63zl_1 p + p {
|
|
8678
8664
|
margin-top: 1.5rem;
|
|
8679
8665
|
}
|
|
8680
|
-
.
|
|
8666
|
+
._markdown_u63zl_1 a {
|
|
8681
8667
|
color: var(--fui-color-accent, #18181b);
|
|
8682
8668
|
text-decoration: underline;
|
|
8683
8669
|
text-underline-offset: 2px;
|
|
8684
8670
|
}
|
|
8685
|
-
.
|
|
8671
|
+
._markdown_u63zl_1 a:hover {
|
|
8686
8672
|
opacity: 0.8;
|
|
8687
8673
|
}
|
|
8688
|
-
.
|
|
8689
|
-
.
|
|
8674
|
+
._markdown_u63zl_1 ul,
|
|
8675
|
+
._markdown_u63zl_1 ol {
|
|
8690
8676
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8691
8677
|
padding-left: var(--fui-space-4, 2rem);
|
|
8692
8678
|
}
|
|
8693
|
-
.
|
|
8679
|
+
._markdown_u63zl_1 li {
|
|
8694
8680
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
8695
8681
|
}
|
|
8696
|
-
.
|
|
8682
|
+
._markdown_u63zl_1 li:last-child {
|
|
8697
8683
|
margin-bottom: 0;
|
|
8698
8684
|
}
|
|
8699
|
-
.
|
|
8700
|
-
.
|
|
8685
|
+
._markdown_u63zl_1 li > ul,
|
|
8686
|
+
._markdown_u63zl_1 li > ol {
|
|
8701
8687
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
8702
8688
|
margin-bottom: 0;
|
|
8703
8689
|
}
|
|
8704
|
-
.
|
|
8690
|
+
._markdown_u63zl_1 code {
|
|
8705
8691
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
8706
8692
|
font-size: 0.9em;
|
|
8707
8693
|
padding: 0.125em 0.375em;
|
|
8708
8694
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
8709
8695
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
8710
8696
|
}
|
|
8711
|
-
.
|
|
8697
|
+
._markdown_u63zl_1 pre {
|
|
8712
8698
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8713
8699
|
padding: var(--fui-padding-inline-sm);
|
|
8714
8700
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
8715
|
-
background-color: var(--fui-code-bg, #
|
|
8701
|
+
background-color: var(--fui-code-bg, #000000);
|
|
8716
8702
|
overflow-x: auto;
|
|
8717
8703
|
}
|
|
8718
|
-
.
|
|
8704
|
+
._markdown_u63zl_1 pre code {
|
|
8719
8705
|
padding: 0;
|
|
8720
8706
|
background: none;
|
|
8721
8707
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8722
8708
|
}
|
|
8723
|
-
.
|
|
8709
|
+
._markdown_u63zl_1 div:has(> div > div > pre) {
|
|
8724
8710
|
margin: 1.5rem 0;
|
|
8725
8711
|
}
|
|
8726
|
-
.
|
|
8712
|
+
._markdown_u63zl_1 blockquote {
|
|
8727
8713
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8728
8714
|
padding: var(--fui-padding-item-xs) var(--fui-padding-item-md);
|
|
8729
8715
|
border-left: 3px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
8730
8716
|
color: var(--fui-text-secondary, #52525b);
|
|
8731
8717
|
}
|
|
8732
|
-
.
|
|
8718
|
+
._markdown_u63zl_1 blockquote p {
|
|
8733
8719
|
margin: 0;
|
|
8734
8720
|
}
|
|
8735
|
-
.
|
|
8721
|
+
._markdown_u63zl_1 hr {
|
|
8736
8722
|
margin: var(--fui-space-4, 2rem) 0;
|
|
8737
8723
|
border: none;
|
|
8738
8724
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
8739
8725
|
}
|
|
8740
|
-
.
|
|
8726
|
+
._markdown_u63zl_1 table {
|
|
8741
8727
|
width: 100%;
|
|
8742
8728
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8743
8729
|
border-collapse: collapse;
|
|
8744
8730
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8745
8731
|
}
|
|
8746
|
-
.
|
|
8747
|
-
.
|
|
8732
|
+
._markdown_u63zl_1 th,
|
|
8733
|
+
._markdown_u63zl_1 td {
|
|
8748
8734
|
padding: var(--fui-padding-item-xs) var(--fui-padding-item-sm);
|
|
8749
8735
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
8750
8736
|
text-align: left;
|
|
8751
8737
|
}
|
|
8752
|
-
.
|
|
8738
|
+
._markdown_u63zl_1 th {
|
|
8753
8739
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8754
8740
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
8755
8741
|
}
|
|
8756
|
-
.
|
|
8742
|
+
._markdown_u63zl_1 img {
|
|
8757
8743
|
max-width: 100%;
|
|
8758
8744
|
height: auto;
|
|
8759
8745
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
8760
8746
|
}
|
|
8761
|
-
.
|
|
8747
|
+
._markdown_u63zl_1 input[type=checkbox] {
|
|
8762
8748
|
margin-right: var(--fui-space-1, 0.5rem);
|
|
8763
8749
|
}
|
|
8764
|
-
.
|
|
8750
|
+
._markdown_u63zl_1 strong {
|
|
8765
8751
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8766
8752
|
}
|
|
8767
|
-
.
|
|
8753
|
+
._markdown_u63zl_1 > *:first-child {
|
|
8768
8754
|
margin-top: 0;
|
|
8769
8755
|
}
|
|
8770
|
-
.
|
|
8756
|
+
._markdown_u63zl_1 > *:last-child {
|
|
8771
8757
|
margin-bottom: 0;
|
|
8772
|
-
}.
|
|
8758
|
+
}._message_1052q_1 {
|
|
8773
8759
|
display: flex;
|
|
8774
8760
|
gap: var(--fui-space-2, 1rem);
|
|
8775
8761
|
padding: var(--fui-padding-inline-sm);
|
|
8776
8762
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
8777
8763
|
transition: background-color var(--fui-transition-fast, 150ms ease);
|
|
8778
8764
|
}
|
|
8779
|
-
.
|
|
8765
|
+
._message_1052q_1:hover ._actions_1052q_8 {
|
|
8780
8766
|
opacity: 1;
|
|
8781
8767
|
}
|
|
8782
|
-
.
|
|
8768
|
+
._message_1052q_1:focus-within ._actions_1052q_8 {
|
|
8783
8769
|
opacity: 1;
|
|
8784
8770
|
}
|
|
8785
8771
|
|
|
8786
|
-
.
|
|
8772
|
+
._user_1052q_15 {
|
|
8787
8773
|
flex-direction: row-reverse;
|
|
8788
8774
|
margin-left: auto;
|
|
8789
8775
|
}
|
|
8790
|
-
.
|
|
8776
|
+
._user_1052q_15 ._body_1052q_19 {
|
|
8791
8777
|
align-items: flex-end;
|
|
8792
8778
|
}
|
|
8793
|
-
.
|
|
8779
|
+
._user_1052q_15 ._content_1052q_22 {
|
|
8794
8780
|
background-color: var(--fui-color-accent, #18181b);
|
|
8795
8781
|
color: var(--fui-text-inverse, #f4f4f5);
|
|
8796
8782
|
}
|
|
8797
8783
|
|
|
8798
|
-
.
|
|
8784
|
+
._assistant_1052q_27 ._content_1052q_22 {
|
|
8799
8785
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
8800
8786
|
color: var(--fui-text-primary, #18181b);
|
|
8801
8787
|
}
|
|
8802
8788
|
|
|
8803
|
-
.
|
|
8789
|
+
._system_1052q_32 {
|
|
8804
8790
|
max-width: 100%;
|
|
8805
8791
|
justify-content: center;
|
|
8806
8792
|
}
|
|
8807
|
-
.
|
|
8793
|
+
._system_1052q_32 ._content_1052q_22 {
|
|
8808
8794
|
background-color: var(--fui-color-info-bg, rgba(59, 130, 246, 0.1));
|
|
8809
8795
|
color: var(--fui-text-secondary, #52525b);
|
|
8810
8796
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8811
8797
|
text-align: center;
|
|
8812
8798
|
}
|
|
8813
|
-
.
|
|
8799
|
+
._system_1052q_32 ._avatar_1052q_42 {
|
|
8814
8800
|
display: none;
|
|
8815
8801
|
}
|
|
8816
8802
|
|
|
8817
|
-
.
|
|
8803
|
+
._error_1052q_46 ._content_1052q_22 {
|
|
8818
8804
|
background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
|
|
8819
8805
|
border: 1px solid var(--fui-color-danger, #ef4444);
|
|
8820
8806
|
color: var(--fui-color-danger-text, rgb(198.2384236453, 16.9615763547, 16.9615763547));
|
|
8821
8807
|
}
|
|
8822
8808
|
|
|
8823
|
-
.
|
|
8809
|
+
._sending_1052q_52 {
|
|
8824
8810
|
opacity: 0.7;
|
|
8825
8811
|
}
|
|
8826
8812
|
|
|
8827
|
-
.
|
|
8813
|
+
._avatar_1052q_42 {
|
|
8828
8814
|
flex-shrink: 0;
|
|
8829
8815
|
display: flex;
|
|
8830
8816
|
align-items: center;
|
|
@@ -8835,27 +8821,38 @@ a {
|
|
|
8835
8821
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
8836
8822
|
color: var(--fui-text-secondary, #52525b);
|
|
8837
8823
|
}
|
|
8838
|
-
.
|
|
8824
|
+
._avatar_1052q_42 svg {
|
|
8839
8825
|
width: 1rem;
|
|
8840
8826
|
height: 1rem;
|
|
8841
8827
|
}
|
|
8842
8828
|
|
|
8843
|
-
.
|
|
8829
|
+
._avatarUser_1052q_72 {
|
|
8844
8830
|
background-color: var(--fui-color-accent, #18181b);
|
|
8845
8831
|
color: var(--fui-text-inverse, #f4f4f5);
|
|
8846
8832
|
}
|
|
8847
8833
|
|
|
8848
|
-
.
|
|
8834
|
+
._avatarAssistant_1052q_77 {
|
|
8849
8835
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
8850
8836
|
color: var(--fui-text-primary, #18181b);
|
|
8851
8837
|
}
|
|
8852
8838
|
|
|
8853
|
-
.
|
|
8839
|
+
._avatarSystem_1052q_82 {
|
|
8854
8840
|
background-color: var(--fui-color-info-bg, rgba(59, 130, 246, 0.1));
|
|
8855
8841
|
color: var(--fui-color-info, #3b82f6);
|
|
8856
8842
|
}
|
|
8857
8843
|
|
|
8858
|
-
.
|
|
8844
|
+
._avatarImage_1052q_87 {
|
|
8845
|
+
padding: 0;
|
|
8846
|
+
overflow: hidden;
|
|
8847
|
+
}
|
|
8848
|
+
|
|
8849
|
+
._avatarImg_1052q_92 {
|
|
8850
|
+
width: 100%;
|
|
8851
|
+
height: 100%;
|
|
8852
|
+
object-fit: cover;
|
|
8853
|
+
}
|
|
8854
|
+
|
|
8855
|
+
._body_1052q_19 {
|
|
8859
8856
|
display: flex;
|
|
8860
8857
|
flex-direction: column;
|
|
8861
8858
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -8863,7 +8860,7 @@ a {
|
|
|
8863
8860
|
flex: 1;
|
|
8864
8861
|
}
|
|
8865
8862
|
|
|
8866
|
-
.
|
|
8863
|
+
._content_1052q_22 {
|
|
8867
8864
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
8868
8865
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8869
8866
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -8875,47 +8872,47 @@ a {
|
|
|
8875
8872
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
8876
8873
|
word-wrap: break-word;
|
|
8877
8874
|
}
|
|
8878
|
-
.
|
|
8875
|
+
._content_1052q_22 p {
|
|
8879
8876
|
margin: 0;
|
|
8880
8877
|
}
|
|
8881
|
-
.
|
|
8878
|
+
._content_1052q_22 p + p {
|
|
8882
8879
|
margin-top: var(--fui-space-2, 1rem);
|
|
8883
8880
|
}
|
|
8884
|
-
.
|
|
8881
|
+
._content_1052q_22 code {
|
|
8885
8882
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
8886
8883
|
font-size: 0.9em;
|
|
8887
8884
|
padding: 0.125em 0.375em;
|
|
8888
8885
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
8889
8886
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
8890
8887
|
}
|
|
8891
|
-
.
|
|
8888
|
+
._content_1052q_22 pre {
|
|
8892
8889
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8893
8890
|
padding: var(--fui-padding-inline-sm);
|
|
8894
8891
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
8895
8892
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
8896
8893
|
overflow-x: auto;
|
|
8897
8894
|
}
|
|
8898
|
-
.
|
|
8895
|
+
._content_1052q_22 pre code {
|
|
8899
8896
|
padding: 0;
|
|
8900
8897
|
background: none;
|
|
8901
8898
|
}
|
|
8902
|
-
.
|
|
8903
|
-
.
|
|
8899
|
+
._content_1052q_22 ul,
|
|
8900
|
+
._content_1052q_22 ol {
|
|
8904
8901
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8905
8902
|
padding-left: var(--fui-space-4, 2rem);
|
|
8906
8903
|
}
|
|
8907
8904
|
|
|
8908
|
-
.
|
|
8905
|
+
._streaming_1052q_148::after {
|
|
8909
8906
|
content: "";
|
|
8910
8907
|
display: inline-block;
|
|
8911
8908
|
width: 0.5em;
|
|
8912
8909
|
height: 1em;
|
|
8913
8910
|
margin-left: 2px;
|
|
8914
8911
|
background-color: currentColor;
|
|
8915
|
-
animation:
|
|
8912
|
+
animation: _blink_1052q_1 1s step-end infinite;
|
|
8916
8913
|
}
|
|
8917
8914
|
|
|
8918
|
-
@keyframes
|
|
8915
|
+
@keyframes _blink_1052q_1 {
|
|
8919
8916
|
0%, 100% {
|
|
8920
8917
|
opacity: 1;
|
|
8921
8918
|
}
|
|
@@ -8923,7 +8920,7 @@ a {
|
|
|
8923
8920
|
opacity: 0;
|
|
8924
8921
|
}
|
|
8925
8922
|
}
|
|
8926
|
-
.
|
|
8923
|
+
._actions_1052q_8 {
|
|
8927
8924
|
display: flex;
|
|
8928
8925
|
align-items: center;
|
|
8929
8926
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -8931,7 +8928,7 @@ a {
|
|
|
8931
8928
|
transition: opacity var(--fui-transition-fast, 150ms ease);
|
|
8932
8929
|
}
|
|
8933
8930
|
|
|
8934
|
-
.
|
|
8931
|
+
._timestamp_1052q_174 {
|
|
8935
8932
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
8936
8933
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8937
8934
|
color: var(--fui-text-secondary, #52525b);
|
|
@@ -8940,7 +8937,7 @@ a {
|
|
|
8940
8937
|
}
|
|
8941
8938
|
|
|
8942
8939
|
@media (prefers-reduced-motion: reduce) {
|
|
8943
|
-
.
|
|
8940
|
+
._streaming_1052q_148::after {
|
|
8944
8941
|
animation: none;
|
|
8945
8942
|
}
|
|
8946
8943
|
}._conversationList_g8jv9_1 {
|