@fragments-sdk/ui 0.9.4 → 0.9.6
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 +443 -247
- package/dist/blocks/components/index.d.ts +0 -2
- package/dist/blocks/components/index.d.ts.map +1 -1
- package/dist/codeblock.cjs +187 -184
- package/dist/codeblock.cjs.map +1 -1
- package/dist/codeblock.js +183 -180
- package/dist/codeblock.js.map +1 -1
- package/dist/components/Box/Box.module.scss.cjs +73 -0
- package/dist/components/Box/Box.module.scss.cjs.map +1 -1
- package/dist/components/Box/Box.module.scss.js +73 -0
- package/dist/components/Box/Box.module.scss.js.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.cjs +6 -0
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.cjs.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.js +6 -0
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.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 +11 -7
- 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/DataTable/DataTable.module.scss.cjs +84 -0
- package/dist/components/DataTable/DataTable.module.scss.cjs.map +1 -0
- package/dist/components/DataTable/DataTable.module.scss.js +84 -0
- package/dist/components/DataTable/DataTable.module.scss.js.map +1 -0
- package/dist/components/DataTable/index.cjs +383 -0
- package/dist/components/DataTable/index.cjs.map +1 -0
- package/dist/components/DataTable/index.d.ts +78 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DataTable/index.js +366 -0
- package/dist/components/DataTable/index.js.map +1 -0
- package/dist/components/Drawer/Drawer.module.scss.cjs +9 -0
- package/dist/components/Drawer/Drawer.module.scss.cjs.map +1 -1
- package/dist/components/Drawer/Drawer.module.scss.js +9 -0
- package/dist/components/Drawer/Drawer.module.scss.js.map +1 -1
- package/dist/components/Image/Image.module.scss.cjs +12 -0
- package/dist/components/Image/Image.module.scss.cjs.map +1 -1
- package/dist/components/Image/Image.module.scss.js +12 -0
- package/dist/components/Image/Image.module.scss.js.map +1 -1
- package/dist/components/Link/Link.module.scss.cjs +3 -0
- package/dist/components/Link/Link.module.scss.cjs.map +1 -1
- package/dist/components/Link/Link.module.scss.js +3 -0
- package/dist/components/Link/Link.module.scss.js.map +1 -1
- package/dist/components/List/List.module.scss.cjs +5 -0
- package/dist/components/List/List.module.scss.cjs.map +1 -1
- package/dist/components/List/List.module.scss.js +5 -0
- package/dist/components/List/List.module.scss.js.map +1 -1
- package/dist/components/Loading/Loading.module.scss.cjs +5 -0
- package/dist/components/Loading/Loading.module.scss.cjs.map +1 -1
- package/dist/components/Loading/Loading.module.scss.js +5 -0
- package/dist/components/Loading/Loading.module.scss.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/Skeleton/Skeleton.module.scss.cjs +14 -0
- package/dist/components/Skeleton/Skeleton.module.scss.cjs.map +1 -1
- package/dist/components/Skeleton/Skeleton.module.scss.js +14 -0
- package/dist/components/Skeleton/Skeleton.module.scss.js.map +1 -1
- package/dist/components/Stack/Stack.module.scss.cjs +14 -0
- package/dist/components/Stack/Stack.module.scss.cjs.map +1 -1
- package/dist/components/Stack/Stack.module.scss.js +14 -0
- package/dist/components/Stack/Stack.module.scss.js.map +1 -1
- package/dist/components/Table/Table.module.scss.cjs +21 -36
- package/dist/components/Table/Table.module.scss.cjs.map +1 -1
- package/dist/components/Table/Table.module.scss.js +21 -36
- package/dist/components/Table/Table.module.scss.js.map +1 -1
- package/dist/components/Table/index.d.ts +35 -55
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Text/Text.module.scss.cjs +14 -0
- package/dist/components/Text/Text.module.scss.cjs.map +1 -1
- package/dist/components/Text/Text.module.scss.js +14 -0
- package/dist/components/Text/Text.module.scss.js.map +1 -1
- package/dist/components/Textarea/Textarea.module.scss.cjs +4 -0
- package/dist/components/Textarea/Textarea.module.scss.cjs.map +1 -1
- package/dist/components/Textarea/Textarea.module.scss.js +4 -0
- package/dist/components/Textarea/Textarea.module.scss.js.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +5 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +5 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js.map +1 -1
- package/dist/index.cjs +119 -117
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/table.cjs +44 -262
- package/dist/table.cjs.map +1 -1
- package/dist/table.js +47 -248
- package/dist/table.js.map +1 -1
- package/fragments.json +1 -1
- package/package.json +110 -118
- package/src/blocks/components/index.ts +0 -3
- package/src/components/CodeBlock/CodeBlock.module.scss +16 -34
- package/src/components/CodeBlock/index.tsx +351 -345
- package/src/components/Combobox/Combobox.module.scss +13 -9
- package/src/components/ConversationList/ConversationList.fragment.tsx +96 -129
- package/src/components/DataTable/DataTable.fragment.tsx +754 -0
- package/src/components/DataTable/DataTable.module.scss +300 -0
- package/src/components/DataTable/DataTable.test.tsx +224 -0
- package/src/components/DataTable/index.tsx +533 -0
- 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/Table/Table.fragment.tsx +190 -175
- package/src/components/Table/Table.module.scss +15 -88
- package/src/components/Table/Table.test.tsx +184 -94
- package/src/components/Table/index.tsx +105 -374
- package/src/index.ts +15 -4
- package/src/tokens/_computed.scss +7 -6
- package/src/tokens/_density.scss +87 -47
- package/src/tokens/_variables.scss +46 -31
- package/dist/blocks/components/DataTable.d.ts +0 -19
- package/dist/blocks/components/DataTable.d.ts.map +0 -1
- package/src/blocks/components/DataTable.tsx +0 -124
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);
|
|
@@ -3871,12 +3873,155 @@ a {
|
|
|
3871
3873
|
-moz-osx-font-smoothing: grayscale;
|
|
3872
3874
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3873
3875
|
color: var(--fui-text-secondary, #52525b);
|
|
3874
|
-
}.
|
|
3876
|
+
}._wrapper_1gugf_1 {
|
|
3877
|
+
overflow-x: auto;
|
|
3878
|
+
-webkit-overflow-scrolling: touch;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
._table_1gugf_6 {
|
|
3882
|
+
width: 100%;
|
|
3883
|
+
border-collapse: collapse;
|
|
3884
|
+
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
3885
|
+
-webkit-font-smoothing: antialiased;
|
|
3886
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
._caption_1gugf_14 {
|
|
3890
|
+
padding: var(--fui-space-3, 1.5rem) 0;
|
|
3891
|
+
font-size: var(--fui-font-size-sm, 1rem);
|
|
3892
|
+
font-weight: var(--fui-font-weight-medium, 500);
|
|
3893
|
+
color: var(--fui-text-secondary, #52525b);
|
|
3894
|
+
text-align: left;
|
|
3895
|
+
caption-side: top;
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
._captionHidden_1gugf_23 {
|
|
3899
|
+
position: absolute;
|
|
3900
|
+
width: 1px;
|
|
3901
|
+
height: 1px;
|
|
3902
|
+
padding: 0;
|
|
3903
|
+
margin: -1px;
|
|
3904
|
+
overflow: hidden;
|
|
3905
|
+
clip: rect(0, 0, 0, 0);
|
|
3906
|
+
white-space: nowrap;
|
|
3907
|
+
border: 0;
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
._sm_1gugf_35 ._th_1gugf_35,
|
|
3911
|
+
._sm_1gugf_35 ._td_1gugf_36 {
|
|
3912
|
+
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
3913
|
+
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3914
|
+
}
|
|
3915
|
+
|
|
3916
|
+
._md_1gugf_41 ._th_1gugf_35,
|
|
3917
|
+
._md_1gugf_41 ._td_1gugf_36 {
|
|
3918
|
+
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
3919
|
+
font-size: var(--fui-font-size-sm, 1rem);
|
|
3920
|
+
}
|
|
3921
|
+
|
|
3922
|
+
._thead_1gugf_47 {
|
|
3923
|
+
position: sticky;
|
|
3924
|
+
top: 0;
|
|
3925
|
+
z-index: 1;
|
|
3926
|
+
}
|
|
3927
|
+
._thead_1gugf_47 > tr {
|
|
3928
|
+
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
3929
|
+
}
|
|
3930
|
+
|
|
3931
|
+
._th_1gugf_35 {
|
|
3932
|
+
text-align: left;
|
|
3933
|
+
font-weight: var(--fui-font-weight-medium, 500);
|
|
3934
|
+
color: var(--fui-text-secondary, #52525b);
|
|
3935
|
+
white-space: nowrap;
|
|
3936
|
+
vertical-align: middle;
|
|
3937
|
+
}
|
|
3938
|
+
._th_1gugf_35:first-child {
|
|
3939
|
+
border-top-left-radius: var(--fui-radius-md, 0.429rem);
|
|
3940
|
+
}
|
|
3941
|
+
._th_1gugf_35:last-child {
|
|
3942
|
+
border-top-right-radius: var(--fui-radius-md, 0.429rem);
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
._headerContent_1gugf_70 {
|
|
3946
|
+
display: flex;
|
|
3947
|
+
align-items: center;
|
|
3948
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
3949
|
+
}
|
|
3950
|
+
|
|
3951
|
+
._row_1gugf_76 {
|
|
3952
|
+
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
3953
|
+
transition: background-color var(--fui-transition-fast, 150ms ease);
|
|
3954
|
+
}
|
|
3955
|
+
._row_1gugf_76:last-child {
|
|
3956
|
+
border-bottom: none;
|
|
3957
|
+
}
|
|
3958
|
+
._row_1gugf_76:hover {
|
|
3959
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
._selected_1gugf_87 {
|
|
3963
|
+
background-color: rgba(24, 24, 27, 0.08);
|
|
3964
|
+
}
|
|
3965
|
+
._selected_1gugf_87:hover {
|
|
3966
|
+
background-color: rgba(24, 24, 27, 0.12);
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
._td_1gugf_36 {
|
|
3970
|
+
color: var(--fui-text-primary, #18181b);
|
|
3971
|
+
vertical-align: middle;
|
|
3972
|
+
line-height: var(--fui-line-height-normal, 1.5);
|
|
3973
|
+
}
|
|
3974
|
+
|
|
3975
|
+
._tfoot_1gugf_100 {
|
|
3976
|
+
border-top: 2px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
3977
|
+
}
|
|
3978
|
+
._tfoot_1gugf_100 ._td_1gugf_36,
|
|
3979
|
+
._tfoot_1gugf_100 ._th_1gugf_35 {
|
|
3980
|
+
font-weight: var(--fui-font-weight-medium, 500);
|
|
3981
|
+
}
|
|
3982
|
+
|
|
3983
|
+
._striped_1gugf_108 ._tbody_1gugf_108 ._row_1gugf_76:nth-child(even) {
|
|
3984
|
+
background-color: var(--fui-bg-subtle, #fafafa);
|
|
3985
|
+
}
|
|
3986
|
+
._striped_1gugf_108 ._selected_1gugf_87 {
|
|
3987
|
+
background-color: rgba(24, 24, 27, 0.08);
|
|
3988
|
+
}
|
|
3989
|
+
._striped_1gugf_108 ._selected_1gugf_87:hover {
|
|
3990
|
+
background-color: rgba(24, 24, 27, 0.12);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
._bordered_1gugf_118 {
|
|
3994
|
+
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
3995
|
+
border-radius: var(--fui-radius-md, 0.429rem);
|
|
3996
|
+
overflow: hidden;
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
@media (max-width: 639px) {
|
|
4000
|
+
._wrapper_1gugf_1 {
|
|
4001
|
+
margin-left: calc(-1 * var(--fui-space-4, 2rem));
|
|
4002
|
+
margin-right: calc(-1 * var(--fui-space-4, 2rem));
|
|
4003
|
+
padding-left: var(--fui-space-4, 2rem);
|
|
4004
|
+
padding-right: var(--fui-space-4, 2rem);
|
|
4005
|
+
}
|
|
4006
|
+
}
|
|
4007
|
+
@media (prefers-contrast: more) {
|
|
4008
|
+
._thead_1gugf_47 > tr {
|
|
4009
|
+
border-bottom-width: 2px;
|
|
4010
|
+
}
|
|
4011
|
+
._row_1gugf_76 {
|
|
4012
|
+
border-bottom-width: 2px;
|
|
4013
|
+
}
|
|
4014
|
+
}
|
|
4015
|
+
@media (prefers-reduced-motion: reduce) {
|
|
4016
|
+
._row_1gugf_76 {
|
|
4017
|
+
transition: none;
|
|
4018
|
+
}
|
|
4019
|
+
}._wrapper_1mtjg_1 {
|
|
3875
4020
|
overflow-x: auto;
|
|
3876
4021
|
-webkit-overflow-scrolling: touch;
|
|
3877
4022
|
}
|
|
3878
4023
|
|
|
3879
|
-
.
|
|
4024
|
+
._table_1mtjg_6 {
|
|
3880
4025
|
width: 100%;
|
|
3881
4026
|
border-collapse: collapse;
|
|
3882
4027
|
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
@@ -3884,7 +4029,7 @@ a {
|
|
|
3884
4029
|
-moz-osx-font-smoothing: grayscale;
|
|
3885
4030
|
}
|
|
3886
4031
|
|
|
3887
|
-
.
|
|
4032
|
+
._caption_1mtjg_14 {
|
|
3888
4033
|
padding: var(--fui-space-3, 1.5rem) 0;
|
|
3889
4034
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3890
4035
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -3893,7 +4038,7 @@ a {
|
|
|
3893
4038
|
caption-side: top;
|
|
3894
4039
|
}
|
|
3895
4040
|
|
|
3896
|
-
.
|
|
4041
|
+
._captionHidden_1mtjg_23 {
|
|
3897
4042
|
position: absolute;
|
|
3898
4043
|
width: 1px;
|
|
3899
4044
|
height: 1px;
|
|
@@ -3905,29 +4050,29 @@ a {
|
|
|
3905
4050
|
border: 0;
|
|
3906
4051
|
}
|
|
3907
4052
|
|
|
3908
|
-
.
|
|
3909
|
-
.
|
|
4053
|
+
._sm_1mtjg_35 ._th_1mtjg_35,
|
|
4054
|
+
._sm_1mtjg_35 ._td_1mtjg_36 {
|
|
3910
4055
|
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
3911
4056
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3912
4057
|
}
|
|
3913
4058
|
|
|
3914
|
-
.
|
|
3915
|
-
.
|
|
4059
|
+
._md_1mtjg_41 ._th_1mtjg_35,
|
|
4060
|
+
._md_1mtjg_41 ._td_1mtjg_36 {
|
|
3916
4061
|
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
3917
4062
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3918
4063
|
}
|
|
3919
4064
|
|
|
3920
|
-
.
|
|
4065
|
+
._thead_1mtjg_47 {
|
|
3921
4066
|
position: sticky;
|
|
3922
4067
|
top: 0;
|
|
3923
4068
|
z-index: 1;
|
|
3924
4069
|
}
|
|
3925
4070
|
|
|
3926
|
-
.
|
|
4071
|
+
._headerRow_1mtjg_53 {
|
|
3927
4072
|
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
3928
4073
|
}
|
|
3929
4074
|
|
|
3930
|
-
.
|
|
4075
|
+
._th_1mtjg_35 {
|
|
3931
4076
|
text-align: left;
|
|
3932
4077
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
3933
4078
|
color: var(--fui-text-secondary, #52525b);
|
|
@@ -3935,24 +4080,24 @@ a {
|
|
|
3935
4080
|
vertical-align: middle;
|
|
3936
4081
|
user-select: none;
|
|
3937
4082
|
}
|
|
3938
|
-
.
|
|
4083
|
+
._th_1mtjg_35:first-child {
|
|
3939
4084
|
border-top-left-radius: var(--fui-radius-md, 0.429rem);
|
|
3940
4085
|
}
|
|
3941
|
-
.
|
|
4086
|
+
._th_1mtjg_35:last-child {
|
|
3942
4087
|
border-top-right-radius: var(--fui-radius-md, 0.429rem);
|
|
3943
4088
|
}
|
|
3944
4089
|
|
|
3945
|
-
.
|
|
4090
|
+
._headerContent_1mtjg_72 {
|
|
3946
4091
|
display: flex;
|
|
3947
4092
|
align-items: center;
|
|
3948
4093
|
gap: var(--fui-space-1, 0.5rem);
|
|
3949
4094
|
}
|
|
3950
4095
|
|
|
3951
|
-
.
|
|
4096
|
+
._thSortable_1mtjg_78 {
|
|
3952
4097
|
padding: 0;
|
|
3953
4098
|
}
|
|
3954
4099
|
|
|
3955
|
-
.
|
|
4100
|
+
._sortButton_1mtjg_82 {
|
|
3956
4101
|
appearance: none;
|
|
3957
4102
|
background: transparent;
|
|
3958
4103
|
border: none;
|
|
@@ -3962,21 +4107,21 @@ a {
|
|
|
3962
4107
|
color: inherit;
|
|
3963
4108
|
cursor: pointer;
|
|
3964
4109
|
}
|
|
3965
|
-
.
|
|
4110
|
+
._sortButton_1mtjg_82:disabled {
|
|
3966
4111
|
cursor: not-allowed;
|
|
3967
4112
|
}
|
|
3968
|
-
.
|
|
4113
|
+
._sortButton_1mtjg_82 {
|
|
3969
4114
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
3970
4115
|
}
|
|
3971
|
-
.
|
|
4116
|
+
._sortButton_1mtjg_82:focus-visible {
|
|
3972
4117
|
outline: none;
|
|
3973
4118
|
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);
|
|
3974
4119
|
}
|
|
3975
|
-
.
|
|
4120
|
+
._sortButton_1mtjg_82:disabled, ._sortButton_1mtjg_82[data-disabled] {
|
|
3976
4121
|
opacity: 0.5;
|
|
3977
4122
|
pointer-events: none;
|
|
3978
4123
|
}
|
|
3979
|
-
.
|
|
4124
|
+
._sortButton_1mtjg_82 {
|
|
3980
4125
|
display: flex;
|
|
3981
4126
|
align-items: center;
|
|
3982
4127
|
justify-content: space-between;
|
|
@@ -3987,95 +4132,151 @@ a {
|
|
|
3987
4132
|
text-align: left;
|
|
3988
4133
|
transition: color var(--fui-transition-fast, 150ms ease);
|
|
3989
4134
|
}
|
|
3990
|
-
.
|
|
4135
|
+
._sortButton_1mtjg_82:hover {
|
|
3991
4136
|
color: var(--fui-text-primary, #18181b);
|
|
3992
4137
|
}
|
|
3993
4138
|
|
|
3994
|
-
.
|
|
4139
|
+
._sortIndicator_1mtjg_121 {
|
|
3995
4140
|
display: inline-flex;
|
|
3996
4141
|
align-items: center;
|
|
3997
4142
|
color: var(--fui-text-tertiary, #71717a);
|
|
3998
4143
|
flex-shrink: 0;
|
|
3999
4144
|
}
|
|
4000
|
-
.
|
|
4145
|
+
._sortButton_1mtjg_82:hover ._sortIndicator_1mtjg_121 {
|
|
4001
4146
|
color: var(--fui-text-secondary, #52525b);
|
|
4002
4147
|
}
|
|
4003
4148
|
|
|
4004
|
-
.
|
|
4149
|
+
._row_1mtjg_131 {
|
|
4005
4150
|
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
4006
4151
|
transition: background-color var(--fui-transition-fast, 150ms ease);
|
|
4007
4152
|
}
|
|
4008
|
-
.
|
|
4153
|
+
._row_1mtjg_131:last-child {
|
|
4009
4154
|
border-bottom: none;
|
|
4010
4155
|
}
|
|
4011
|
-
.
|
|
4156
|
+
._row_1mtjg_131:hover {
|
|
4012
4157
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4013
4158
|
}
|
|
4014
4159
|
|
|
4015
|
-
.
|
|
4160
|
+
._clickable_1mtjg_142 {
|
|
4016
4161
|
cursor: pointer;
|
|
4017
4162
|
}
|
|
4018
|
-
.
|
|
4163
|
+
._clickable_1mtjg_142:hover {
|
|
4019
4164
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4020
4165
|
}
|
|
4021
|
-
.
|
|
4166
|
+
._clickable_1mtjg_142:focus-visible {
|
|
4022
4167
|
outline: none;
|
|
4023
4168
|
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);
|
|
4024
4169
|
}
|
|
4025
|
-
.
|
|
4170
|
+
._clickable_1mtjg_142:active {
|
|
4026
4171
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
4027
4172
|
}
|
|
4028
4173
|
|
|
4029
|
-
.
|
|
4174
|
+
._selected_1mtjg_156 {
|
|
4030
4175
|
background-color: rgba(24, 24, 27, 0.08);
|
|
4031
4176
|
}
|
|
4032
|
-
.
|
|
4177
|
+
._selected_1mtjg_156:hover {
|
|
4033
4178
|
background-color: rgba(24, 24, 27, 0.12);
|
|
4034
4179
|
}
|
|
4035
4180
|
|
|
4036
|
-
.
|
|
4181
|
+
._td_1mtjg_36 {
|
|
4037
4182
|
color: var(--fui-text-primary, #18181b);
|
|
4038
4183
|
vertical-align: middle;
|
|
4039
4184
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
4040
4185
|
}
|
|
4041
4186
|
|
|
4042
|
-
.
|
|
4187
|
+
._striped_1mtjg_169 ._row_1mtjg_131:nth-child(even) {
|
|
4043
4188
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
4044
4189
|
}
|
|
4045
|
-
.
|
|
4190
|
+
._striped_1mtjg_169 ._clickable_1mtjg_142:hover {
|
|
4046
4191
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4047
4192
|
}
|
|
4048
|
-
.
|
|
4193
|
+
._striped_1mtjg_169 ._clickable_1mtjg_142:active {
|
|
4049
4194
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
4050
4195
|
}
|
|
4051
|
-
.
|
|
4196
|
+
._striped_1mtjg_169 ._selected_1mtjg_156 {
|
|
4052
4197
|
background-color: rgba(24, 24, 27, 0.08);
|
|
4053
4198
|
}
|
|
4054
|
-
.
|
|
4199
|
+
._striped_1mtjg_169 ._selected_1mtjg_156:hover {
|
|
4055
4200
|
background-color: rgba(24, 24, 27, 0.12);
|
|
4056
4201
|
}
|
|
4057
4202
|
|
|
4058
|
-
.
|
|
4203
|
+
._bordered_1mtjg_185 {
|
|
4059
4204
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
4060
4205
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
4061
4206
|
overflow: hidden;
|
|
4062
4207
|
}
|
|
4063
4208
|
|
|
4064
|
-
.
|
|
4209
|
+
._fixedLayout_1mtjg_191 {
|
|
4210
|
+
table-layout: fixed;
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4213
|
+
._checkboxCell_1mtjg_195 {
|
|
4214
|
+
display: flex;
|
|
4215
|
+
align-items: center;
|
|
4216
|
+
justify-content: center;
|
|
4217
|
+
}
|
|
4218
|
+
|
|
4219
|
+
._expandCell_1mtjg_201 {
|
|
4220
|
+
display: inline-flex;
|
|
4221
|
+
align-items: center;
|
|
4222
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
._expandButton_1mtjg_207 {
|
|
4226
|
+
appearance: none;
|
|
4227
|
+
background: transparent;
|
|
4228
|
+
border: none;
|
|
4229
|
+
padding: 0;
|
|
4230
|
+
margin: 0;
|
|
4231
|
+
font: inherit;
|
|
4232
|
+
color: inherit;
|
|
4233
|
+
cursor: pointer;
|
|
4234
|
+
}
|
|
4235
|
+
._expandButton_1mtjg_207:disabled {
|
|
4236
|
+
cursor: not-allowed;
|
|
4237
|
+
}
|
|
4238
|
+
._expandButton_1mtjg_207 {
|
|
4239
|
+
display: inline-flex;
|
|
4240
|
+
align-items: center;
|
|
4241
|
+
justify-content: center;
|
|
4242
|
+
width: 20px;
|
|
4243
|
+
height: 20px;
|
|
4244
|
+
flex-shrink: 0;
|
|
4245
|
+
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
4246
|
+
color: var(--fui-text-tertiary, #71717a);
|
|
4247
|
+
transition: color var(--fui-transition-fast, 150ms ease), background-color var(--fui-transition-fast, 150ms ease);
|
|
4248
|
+
}
|
|
4249
|
+
._expandButton_1mtjg_207:hover {
|
|
4250
|
+
color: var(--fui-text-primary, #18181b);
|
|
4251
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4252
|
+
}
|
|
4253
|
+
._expandButton_1mtjg_207:focus-visible {
|
|
4254
|
+
outline: none;
|
|
4255
|
+
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);
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4258
|
+
._subRow_1mtjg_240 {
|
|
4259
|
+
background-color: var(--fui-bg-subtle, #fafafa);
|
|
4260
|
+
}
|
|
4261
|
+
._subRow_1mtjg_240:hover {
|
|
4262
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
._emptyState_1mtjg_247 {
|
|
4065
4266
|
display: flex;
|
|
4066
4267
|
align-items: center;
|
|
4067
4268
|
justify-content: center;
|
|
4068
4269
|
padding: var(--fui-space-12, 6rem) var(--fui-space-6, 3rem);
|
|
4069
4270
|
}
|
|
4070
4271
|
|
|
4071
|
-
.
|
|
4272
|
+
._emptyMessage_1mtjg_254 {
|
|
4072
4273
|
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
4073
4274
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4074
4275
|
color: var(--fui-text-tertiary, #71717a);
|
|
4075
4276
|
}
|
|
4076
4277
|
|
|
4077
4278
|
@media (max-width: 639px) {
|
|
4078
|
-
.
|
|
4279
|
+
._wrapper_1mtjg_1 {
|
|
4079
4280
|
margin-left: calc(-1 * var(--fui-space-4, 2rem));
|
|
4080
4281
|
margin-right: calc(-1 * var(--fui-space-4, 2rem));
|
|
4081
4282
|
padding-left: var(--fui-space-4, 2rem);
|
|
@@ -4083,21 +4284,21 @@ a {
|
|
|
4083
4284
|
}
|
|
4084
4285
|
}
|
|
4085
4286
|
@media (prefers-contrast: more) {
|
|
4086
|
-
.
|
|
4287
|
+
._headerRow_1mtjg_53 {
|
|
4087
4288
|
border-bottom-width: 2px;
|
|
4088
4289
|
}
|
|
4089
|
-
.
|
|
4290
|
+
._row_1mtjg_131 {
|
|
4090
4291
|
border-bottom-width: 2px;
|
|
4091
4292
|
}
|
|
4092
|
-
.
|
|
4293
|
+
._sortButton_1mtjg_82:focus-visible {
|
|
4093
4294
|
outline-width: 3px;
|
|
4094
4295
|
}
|
|
4095
4296
|
}
|
|
4096
4297
|
@media (prefers-reduced-motion: reduce) {
|
|
4097
|
-
.
|
|
4298
|
+
._row_1mtjg_131 {
|
|
4098
4299
|
transition: none;
|
|
4099
4300
|
}
|
|
4100
|
-
.
|
|
4301
|
+
._sortButton_1mtjg_82 {
|
|
4101
4302
|
transition: none;
|
|
4102
4303
|
}
|
|
4103
4304
|
}._emptyState_1m2hy_1 {
|
|
@@ -7026,11 +7227,11 @@ a {
|
|
|
7026
7227
|
|
|
7027
7228
|
._submitSpinner_19k14_260 {
|
|
7028
7229
|
line-height: 0;
|
|
7029
|
-
}.
|
|
7230
|
+
}._container_1j662_1 {
|
|
7030
7231
|
width: 100%;
|
|
7031
7232
|
}
|
|
7032
7233
|
|
|
7033
|
-
.
|
|
7234
|
+
._title_1j662_5 {
|
|
7034
7235
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7035
7236
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
7036
7237
|
color: var(--fui-text-tertiary, #71717a);
|
|
@@ -7039,32 +7240,32 @@ a {
|
|
|
7039
7240
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
7040
7241
|
}
|
|
7041
7242
|
|
|
7042
|
-
.
|
|
7243
|
+
._wrapper_1j662_14 {
|
|
7043
7244
|
position: relative;
|
|
7044
7245
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
7045
7246
|
overflow: hidden;
|
|
7046
|
-
background-color: var(--fui-code-bg, #
|
|
7247
|
+
background-color: var(--fui-code-bg, #000000);
|
|
7047
7248
|
border: 1px solid var(--fui-code-border, rgba(255, 255, 255, 0.1));
|
|
7048
7249
|
}
|
|
7049
7250
|
|
|
7050
|
-
.
|
|
7251
|
+
._header_1j662_22 {
|
|
7051
7252
|
display: flex;
|
|
7052
7253
|
align-items: center;
|
|
7053
7254
|
justify-content: space-between;
|
|
7054
|
-
padding:
|
|
7055
|
-
background-color: var(--fui-code-header-bg, #
|
|
7255
|
+
padding: 0 var(--fui-padding-container-sm);
|
|
7256
|
+
background-color: var(--fui-code-header-bg, #1c1c1f);
|
|
7056
7257
|
border-bottom: 1px solid var(--fui-code-border, rgba(255, 255, 255, 0.1));
|
|
7057
7258
|
min-height: var(--fui-input-height, 2.8571428571rem);
|
|
7058
7259
|
}
|
|
7059
7260
|
|
|
7060
|
-
.
|
|
7261
|
+
._filename_1j662_32 {
|
|
7061
7262
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
7062
7263
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7063
7264
|
font-weight: var(--fui-font-weight-normal, 400);
|
|
7064
7265
|
color: var(--fui-code-text, #d4d4d4);
|
|
7065
7266
|
}
|
|
7066
7267
|
|
|
7067
|
-
.
|
|
7268
|
+
._copyButton_1j662_39 {
|
|
7068
7269
|
appearance: none;
|
|
7069
7270
|
background: transparent;
|
|
7070
7271
|
border: none;
|
|
@@ -7074,10 +7275,10 @@ a {
|
|
|
7074
7275
|
color: inherit;
|
|
7075
7276
|
cursor: pointer;
|
|
7076
7277
|
}
|
|
7077
|
-
.
|
|
7278
|
+
._copyButton_1j662_39:disabled {
|
|
7078
7279
|
cursor: not-allowed;
|
|
7079
7280
|
}
|
|
7080
|
-
.
|
|
7281
|
+
._copyButton_1j662_39 {
|
|
7081
7282
|
min-width: var(--fui-target-size-min, 1.714rem);
|
|
7082
7283
|
min-height: var(--fui-target-size-min, 1.714rem);
|
|
7083
7284
|
display: inline-flex;
|
|
@@ -7094,19 +7295,19 @@ a {
|
|
|
7094
7295
|
cursor: pointer;
|
|
7095
7296
|
transition: background var(--fui-transition-fast, 150ms ease), color var(--fui-transition-fast, 150ms ease);
|
|
7096
7297
|
}
|
|
7097
|
-
.
|
|
7298
|
+
._copyButton_1j662_39:hover {
|
|
7098
7299
|
color: var(--fui-code-tab-text-active, #e5e7eb);
|
|
7099
7300
|
background: var(--fui-code-copy-bg-hover, rgba(255, 255, 255, 0.15));
|
|
7100
7301
|
}
|
|
7101
|
-
.
|
|
7302
|
+
._copyButton_1j662_39:focus-visible {
|
|
7102
7303
|
outline: none;
|
|
7103
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);
|
|
7104
7305
|
}
|
|
7105
|
-
.
|
|
7306
|
+
._copyButton_1j662_39._copied_1j662_77 {
|
|
7106
7307
|
color: var(--fui-color-success, #22c55e);
|
|
7107
7308
|
}
|
|
7108
7309
|
|
|
7109
|
-
.
|
|
7310
|
+
._copyOverlay_1j662_81 {
|
|
7110
7311
|
position: absolute;
|
|
7111
7312
|
top: var(--fui-space-2, 1rem);
|
|
7112
7313
|
right: var(--fui-space-2, 1rem);
|
|
@@ -7117,40 +7318,24 @@ a {
|
|
|
7117
7318
|
box-shadow: var(--fui-shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.03));
|
|
7118
7319
|
}
|
|
7119
7320
|
|
|
7120
|
-
.
|
|
7121
|
-
.
|
|
7321
|
+
._withCopyOverlay_1j662_92 ._codeContainer_1j662_92 .shiki,
|
|
7322
|
+
._withCopyOverlay_1j662_92 ._loading_1j662_93 pre {
|
|
7122
7323
|
padding-right: calc(var(--fui-padding-container-md, 2rem) + var(--fui-target-size-min, 1.714rem) + var(--fui-space-3, 1.5rem));
|
|
7123
7324
|
}
|
|
7124
7325
|
|
|
7125
|
-
.
|
|
7326
|
+
._icon_1j662_97 {
|
|
7126
7327
|
flex-shrink: 0;
|
|
7127
7328
|
}
|
|
7128
7329
|
|
|
7129
|
-
.
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
}
|
|
7133
|
-
._persistentCopyWrapper_1yo2b_101 ._codeContainer_1yo2b_92,
|
|
7134
|
-
._persistentCopyWrapper_1yo2b_101 ._loading_1yo2b_93 {
|
|
7135
|
-
flex: 1;
|
|
7136
|
-
min-width: 0;
|
|
7137
|
-
}
|
|
7138
|
-
._persistentCopyWrapper_1yo2b_101 ._codeContainer_1yo2b_92 .shiki,
|
|
7139
|
-
._persistentCopyWrapper_1yo2b_101 ._codeContainer_1yo2b_92 pre,
|
|
7140
|
-
._persistentCopyWrapper_1yo2b_101 ._loading_1yo2b_93 .shiki,
|
|
7141
|
-
._persistentCopyWrapper_1yo2b_101 ._loading_1yo2b_93 pre {
|
|
7142
|
-
padding-right: var(--fui-space-3, 1.5rem);
|
|
7143
|
-
}
|
|
7144
|
-
|
|
7145
|
-
._persistentCopy_1yo2b_101 {
|
|
7146
|
-
flex-shrink: 0;
|
|
7147
|
-
padding-right: var(--fui-space-2, 1rem);
|
|
7330
|
+
._persistentCopy_1j662_101 {
|
|
7331
|
+
top: 50%;
|
|
7332
|
+
transform: translateY(-50%);
|
|
7148
7333
|
}
|
|
7149
7334
|
|
|
7150
|
-
.
|
|
7335
|
+
._loading_1j662_93 pre {
|
|
7151
7336
|
margin: 0;
|
|
7152
|
-
padding: var(--fui-padding-container-
|
|
7153
|
-
padding-right: var(--fui-padding-container-
|
|
7337
|
+
padding: var(--fui-padding-container-sm);
|
|
7338
|
+
padding-right: var(--fui-padding-container-sm);
|
|
7154
7339
|
background-color: transparent !important;
|
|
7155
7340
|
border: none !important;
|
|
7156
7341
|
border-radius: 0 !important;
|
|
@@ -7160,7 +7345,7 @@ a {
|
|
|
7160
7345
|
color: var(--fui-code-text, #d4d4d4);
|
|
7161
7346
|
overflow-x: auto;
|
|
7162
7347
|
}
|
|
7163
|
-
.
|
|
7348
|
+
._loading_1j662_93 code {
|
|
7164
7349
|
background: none !important;
|
|
7165
7350
|
padding: 0;
|
|
7166
7351
|
border: none;
|
|
@@ -7169,11 +7354,11 @@ a {
|
|
|
7169
7354
|
font-size: inherit;
|
|
7170
7355
|
}
|
|
7171
7356
|
|
|
7172
|
-
.
|
|
7357
|
+
._codeContainer_1j662_92 .shiki {
|
|
7173
7358
|
background-color: transparent !important;
|
|
7174
7359
|
margin: 0;
|
|
7175
|
-
padding: var(--fui-padding-container-
|
|
7176
|
-
padding-right: var(--fui-padding-container-
|
|
7360
|
+
padding: var(--fui-padding-container-sm);
|
|
7361
|
+
padding-right: var(--fui-padding-container-sm);
|
|
7177
7362
|
border: none !important;
|
|
7178
7363
|
border-radius: 0 !important;
|
|
7179
7364
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
@@ -7182,7 +7367,7 @@ a {
|
|
|
7182
7367
|
overflow-x: auto;
|
|
7183
7368
|
tab-size: 2;
|
|
7184
7369
|
}
|
|
7185
|
-
.
|
|
7370
|
+
._codeContainer_1j662_92 .shiki code {
|
|
7186
7371
|
background: none !important;
|
|
7187
7372
|
padding: 0;
|
|
7188
7373
|
border: none;
|
|
@@ -7191,18 +7376,18 @@ a {
|
|
|
7191
7376
|
font-size: inherit;
|
|
7192
7377
|
counter-reset: line;
|
|
7193
7378
|
}
|
|
7194
|
-
.
|
|
7379
|
+
._codeContainer_1j662_92 .line {
|
|
7195
7380
|
display: inline-block;
|
|
7196
7381
|
width: 100%;
|
|
7197
7382
|
min-height: 1.6em;
|
|
7198
7383
|
}
|
|
7199
|
-
.
|
|
7384
|
+
._codeContainer_1j662_92 .line.highlighted {
|
|
7200
7385
|
background-color: var(--fui-code-highlight-bg, rgba(255, 255, 255, 0.08));
|
|
7201
7386
|
margin: 0 calc(-1 * var(--fui-space-3, 1.5rem));
|
|
7202
7387
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
7203
7388
|
border-left: 3px solid var(--fui-color-info, #3b82f6);
|
|
7204
7389
|
}
|
|
7205
|
-
.
|
|
7390
|
+
._codeContainer_1j662_92 .line-number {
|
|
7206
7391
|
display: inline-block;
|
|
7207
7392
|
width: 2.5em;
|
|
7208
7393
|
padding-right: 1em;
|
|
@@ -7210,85 +7395,85 @@ a {
|
|
|
7210
7395
|
color: var(--fui-code-text-muted, #6b7280);
|
|
7211
7396
|
user-select: none;
|
|
7212
7397
|
}
|
|
7213
|
-
.
|
|
7398
|
+
._codeContainer_1j662_92 *::selection {
|
|
7214
7399
|
background: var(--fui-code-selection-bg, rgba(59, 130, 246, 0.4));
|
|
7215
7400
|
color: var(--fui-code-tab-text-active, #e5e7eb);
|
|
7216
7401
|
}
|
|
7217
|
-
.
|
|
7402
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar {
|
|
7218
7403
|
height: 6px;
|
|
7219
7404
|
}
|
|
7220
|
-
.
|
|
7405
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar-track {
|
|
7221
7406
|
background: var(--fui-code-scrollbar-track, rgba(255, 255, 255, 0.05));
|
|
7222
7407
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
7223
7408
|
}
|
|
7224
|
-
.
|
|
7409
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar-thumb {
|
|
7225
7410
|
background: var(--fui-code-scrollbar-thumb, rgba(255, 255, 255, 0.15));
|
|
7226
7411
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
7227
7412
|
}
|
|
7228
|
-
.
|
|
7413
|
+
._codeContainer_1j662_92 .shiki::-webkit-scrollbar-thumb:hover {
|
|
7229
7414
|
background: var(--fui-code-scrollbar-thumb-hover, rgba(255, 255, 255, 0.25));
|
|
7230
7415
|
}
|
|
7231
7416
|
|
|
7232
|
-
.
|
|
7417
|
+
._withLineNumbers_1j662_188 ._codeContainer_1j662_92 .shiki {
|
|
7233
7418
|
padding-left: var(--fui-space-2, 1rem);
|
|
7234
7419
|
}
|
|
7235
7420
|
|
|
7236
|
-
.
|
|
7421
|
+
._withDiff_1j662_192 .diff-marker {
|
|
7237
7422
|
display: inline-block;
|
|
7238
7423
|
width: 1.5em;
|
|
7239
7424
|
text-align: center;
|
|
7240
7425
|
user-select: none;
|
|
7241
7426
|
color: var(--fui-code-text-muted, #6b7280);
|
|
7242
7427
|
}
|
|
7243
|
-
.
|
|
7428
|
+
._withDiff_1j662_192 .diff-added {
|
|
7244
7429
|
background-color: var(--fui-color-success-bg, rgba(34, 197, 94, 0.1));
|
|
7245
7430
|
margin: 0 calc(-1 * var(--fui-space-3, 1.5rem));
|
|
7246
7431
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
7247
7432
|
}
|
|
7248
|
-
.
|
|
7433
|
+
._withDiff_1j662_192 .diff-added .diff-marker {
|
|
7249
7434
|
color: var(--fui-color-success, #22c55e);
|
|
7250
7435
|
}
|
|
7251
|
-
.
|
|
7436
|
+
._withDiff_1j662_192 .diff-removed {
|
|
7252
7437
|
background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
|
|
7253
7438
|
margin: 0 calc(-1 * var(--fui-space-3, 1.5rem));
|
|
7254
7439
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
7255
7440
|
}
|
|
7256
|
-
.
|
|
7441
|
+
._withDiff_1j662_192 .diff-removed .diff-marker {
|
|
7257
7442
|
color: var(--fui-color-danger, #ef4444);
|
|
7258
7443
|
}
|
|
7259
7444
|
|
|
7260
|
-
.
|
|
7445
|
+
._compact_1j662_216 ._wrapper_1j662_14 {
|
|
7261
7446
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
7262
7447
|
}
|
|
7263
|
-
.
|
|
7264
|
-
.
|
|
7448
|
+
._compact_1j662_216 ._codeContainer_1j662_92 .shiki,
|
|
7449
|
+
._compact_1j662_216 ._loading_1j662_93 pre {
|
|
7265
7450
|
padding: var(--fui-padding-inline-sm) var(--fui-padding-container-sm);
|
|
7266
7451
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
7267
7452
|
line-height: 1.5;
|
|
7268
7453
|
}
|
|
7269
|
-
.
|
|
7270
|
-
.
|
|
7454
|
+
._compact_1j662_216 ._withCopyOverlay_1j662_92 ._codeContainer_1j662_92 .shiki,
|
|
7455
|
+
._compact_1j662_216 ._withCopyOverlay_1j662_92 ._loading_1j662_93 pre {
|
|
7271
7456
|
padding-right: calc(var(--fui-padding-container-sm, 1.5rem) + var(--fui-target-size-min, 1.714rem) + var(--fui-space-3, 1.5rem));
|
|
7272
7457
|
}
|
|
7273
7458
|
|
|
7274
|
-
.
|
|
7275
|
-
.
|
|
7459
|
+
._wordWrap_1j662_230 ._codeContainer_1j662_92 .shiki,
|
|
7460
|
+
._wordWrap_1j662_230 ._loading_1j662_93 pre {
|
|
7276
7461
|
white-space: pre-wrap;
|
|
7277
7462
|
word-break: break-word;
|
|
7278
7463
|
}
|
|
7279
|
-
.
|
|
7464
|
+
._wordWrap_1j662_230 .line {
|
|
7280
7465
|
display: block;
|
|
7281
7466
|
width: auto;
|
|
7282
7467
|
}
|
|
7283
7468
|
|
|
7284
|
-
.
|
|
7469
|
+
._caption_1j662_240 {
|
|
7285
7470
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7286
7471
|
color: var(--fui-text-tertiary, #71717a);
|
|
7287
7472
|
margin-top: var(--fui-space-2, 1rem);
|
|
7288
7473
|
font-style: italic;
|
|
7289
7474
|
}
|
|
7290
7475
|
|
|
7291
|
-
.
|
|
7476
|
+
._collapseButton_1j662_247 {
|
|
7292
7477
|
appearance: none;
|
|
7293
7478
|
background: transparent;
|
|
7294
7479
|
border: none;
|
|
@@ -7298,41 +7483,41 @@ a {
|
|
|
7298
7483
|
color: inherit;
|
|
7299
7484
|
cursor: pointer;
|
|
7300
7485
|
}
|
|
7301
|
-
.
|
|
7486
|
+
._collapseButton_1j662_247:disabled {
|
|
7302
7487
|
cursor: not-allowed;
|
|
7303
7488
|
}
|
|
7304
|
-
.
|
|
7489
|
+
._collapseButton_1j662_247 {
|
|
7305
7490
|
display: flex;
|
|
7306
7491
|
align-items: center;
|
|
7307
7492
|
justify-content: center;
|
|
7308
7493
|
gap: var(--fui-space-1, 0.5rem);
|
|
7309
7494
|
width: 100%;
|
|
7310
|
-
padding: var(--fui-padding-inline-sm);
|
|
7495
|
+
padding: 0 var(--fui-padding-inline-sm);
|
|
7311
7496
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
7312
7497
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
7313
7498
|
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
7314
7499
|
color: var(--fui-code-text-muted, #6b7280);
|
|
7315
|
-
background: var(--fui-code-header-bg, #
|
|
7500
|
+
background: var(--fui-code-header-bg, #1c1c1f);
|
|
7316
7501
|
border-top: 1px solid var(--fui-code-border, rgba(255, 255, 255, 0.1));
|
|
7317
7502
|
cursor: pointer;
|
|
7318
7503
|
transition: background var(--fui-transition-fast, 150ms ease), color var(--fui-transition-fast, 150ms ease);
|
|
7319
7504
|
}
|
|
7320
|
-
.
|
|
7505
|
+
._collapseButton_1j662_247:hover {
|
|
7321
7506
|
background: var(--fui-code-copy-bg, rgba(255, 255, 255, 0.1));
|
|
7322
7507
|
color: var(--fui-code-tab-text-active, #e5e7eb);
|
|
7323
7508
|
}
|
|
7324
|
-
.
|
|
7509
|
+
._collapseButton_1j662_247:focus-visible {
|
|
7325
7510
|
outline: var(--fui-focus-ring-width, 2px) solid var(--fui-focus-ring-color, #18181b);
|
|
7326
7511
|
outline-offset: calc(-1 * var(--fui-focus-ring-offset, 2px));
|
|
7327
7512
|
}
|
|
7328
7513
|
|
|
7329
7514
|
@media (max-width: 768px) {
|
|
7330
|
-
.
|
|
7515
|
+
._codeContainer_1j662_92 .shiki {
|
|
7331
7516
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
7332
7517
|
padding: var(--fui-space-2, 1rem);
|
|
7333
7518
|
}
|
|
7334
7519
|
}
|
|
7335
|
-
.
|
|
7520
|
+
._tabbedPanel_1j662_291 {
|
|
7336
7521
|
margin-top: 0;
|
|
7337
7522
|
}._icon_1rseu_1 {
|
|
7338
7523
|
display: inline-flex;
|
|
@@ -8422,7 +8607,7 @@ a {
|
|
|
8422
8607
|
clip: rect(0, 0, 0, 0);
|
|
8423
8608
|
white-space: nowrap;
|
|
8424
8609
|
border-width: 0;
|
|
8425
|
-
}.
|
|
8610
|
+
}._markdown_u63zl_1 {
|
|
8426
8611
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
8427
8612
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8428
8613
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -8435,197 +8620,197 @@ a {
|
|
|
8435
8620
|
word-wrap: break-word;
|
|
8436
8621
|
color: var(--fui-text-secondary, #52525b);
|
|
8437
8622
|
}
|
|
8438
|
-
.
|
|
8439
|
-
.
|
|
8440
|
-
.
|
|
8441
|
-
.
|
|
8442
|
-
.
|
|
8443
|
-
.
|
|
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 {
|
|
8444
8629
|
margin-top: var(--fui-space-4, 2rem);
|
|
8445
8630
|
margin-bottom: var(--fui-space-2, 1rem);
|
|
8446
8631
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8447
8632
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
8448
8633
|
color: var(--fui-text-primary, #18181b);
|
|
8449
8634
|
}
|
|
8450
|
-
.
|
|
8451
|
-
.
|
|
8452
|
-
.
|
|
8453
|
-
.
|
|
8454
|
-
.
|
|
8455
|
-
.
|
|
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 {
|
|
8456
8641
|
margin-top: 0;
|
|
8457
8642
|
}
|
|
8458
|
-
.
|
|
8643
|
+
._markdown_u63zl_1 h1 {
|
|
8459
8644
|
font-size: var(--fui-font-size-2xl, 2.143rem);
|
|
8460
8645
|
}
|
|
8461
|
-
.
|
|
8646
|
+
._markdown_u63zl_1 h2 {
|
|
8462
8647
|
font-size: var(--fui-font-size-xl, 1.714rem);
|
|
8463
8648
|
margin-top: var(--fui-space-8, 4rem);
|
|
8464
8649
|
}
|
|
8465
|
-
.
|
|
8650
|
+
._markdown_u63zl_1 h3 {
|
|
8466
8651
|
font-size: var(--fui-font-size-lg, 1.286rem);
|
|
8467
8652
|
}
|
|
8468
|
-
.
|
|
8653
|
+
._markdown_u63zl_1 h4 {
|
|
8469
8654
|
font-size: var(--fui-font-size-base, 1.143rem);
|
|
8470
8655
|
}
|
|
8471
|
-
.
|
|
8472
|
-
.
|
|
8656
|
+
._markdown_u63zl_1 h5,
|
|
8657
|
+
._markdown_u63zl_1 h6 {
|
|
8473
8658
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8474
8659
|
}
|
|
8475
|
-
.
|
|
8660
|
+
._markdown_u63zl_1 p {
|
|
8476
8661
|
margin: 0;
|
|
8477
8662
|
}
|
|
8478
|
-
.
|
|
8663
|
+
._markdown_u63zl_1 p + p {
|
|
8479
8664
|
margin-top: 1.5rem;
|
|
8480
8665
|
}
|
|
8481
|
-
.
|
|
8666
|
+
._markdown_u63zl_1 a {
|
|
8482
8667
|
color: var(--fui-color-accent, #18181b);
|
|
8483
8668
|
text-decoration: underline;
|
|
8484
8669
|
text-underline-offset: 2px;
|
|
8485
8670
|
}
|
|
8486
|
-
.
|
|
8671
|
+
._markdown_u63zl_1 a:hover {
|
|
8487
8672
|
opacity: 0.8;
|
|
8488
8673
|
}
|
|
8489
|
-
.
|
|
8490
|
-
.
|
|
8674
|
+
._markdown_u63zl_1 ul,
|
|
8675
|
+
._markdown_u63zl_1 ol {
|
|
8491
8676
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8492
8677
|
padding-left: var(--fui-space-4, 2rem);
|
|
8493
8678
|
}
|
|
8494
|
-
.
|
|
8679
|
+
._markdown_u63zl_1 li {
|
|
8495
8680
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
8496
8681
|
}
|
|
8497
|
-
.
|
|
8682
|
+
._markdown_u63zl_1 li:last-child {
|
|
8498
8683
|
margin-bottom: 0;
|
|
8499
8684
|
}
|
|
8500
|
-
.
|
|
8501
|
-
.
|
|
8685
|
+
._markdown_u63zl_1 li > ul,
|
|
8686
|
+
._markdown_u63zl_1 li > ol {
|
|
8502
8687
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
8503
8688
|
margin-bottom: 0;
|
|
8504
8689
|
}
|
|
8505
|
-
.
|
|
8690
|
+
._markdown_u63zl_1 code {
|
|
8506
8691
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
8507
8692
|
font-size: 0.9em;
|
|
8508
8693
|
padding: 0.125em 0.375em;
|
|
8509
8694
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
8510
8695
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
8511
8696
|
}
|
|
8512
|
-
.
|
|
8697
|
+
._markdown_u63zl_1 pre {
|
|
8513
8698
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8514
8699
|
padding: var(--fui-padding-inline-sm);
|
|
8515
8700
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
8516
|
-
background-color: var(--fui-code-bg, #
|
|
8701
|
+
background-color: var(--fui-code-bg, #000000);
|
|
8517
8702
|
overflow-x: auto;
|
|
8518
8703
|
}
|
|
8519
|
-
.
|
|
8704
|
+
._markdown_u63zl_1 pre code {
|
|
8520
8705
|
padding: 0;
|
|
8521
8706
|
background: none;
|
|
8522
8707
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8523
8708
|
}
|
|
8524
|
-
.
|
|
8709
|
+
._markdown_u63zl_1 div:has(> div > div > pre) {
|
|
8525
8710
|
margin: 1.5rem 0;
|
|
8526
8711
|
}
|
|
8527
|
-
.
|
|
8712
|
+
._markdown_u63zl_1 blockquote {
|
|
8528
8713
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8529
8714
|
padding: var(--fui-padding-item-xs) var(--fui-padding-item-md);
|
|
8530
8715
|
border-left: 3px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
8531
8716
|
color: var(--fui-text-secondary, #52525b);
|
|
8532
8717
|
}
|
|
8533
|
-
.
|
|
8718
|
+
._markdown_u63zl_1 blockquote p {
|
|
8534
8719
|
margin: 0;
|
|
8535
8720
|
}
|
|
8536
|
-
.
|
|
8721
|
+
._markdown_u63zl_1 hr {
|
|
8537
8722
|
margin: var(--fui-space-4, 2rem) 0;
|
|
8538
8723
|
border: none;
|
|
8539
8724
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
8540
8725
|
}
|
|
8541
|
-
.
|
|
8726
|
+
._markdown_u63zl_1 table {
|
|
8542
8727
|
width: 100%;
|
|
8543
8728
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8544
8729
|
border-collapse: collapse;
|
|
8545
8730
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8546
8731
|
}
|
|
8547
|
-
.
|
|
8548
|
-
.
|
|
8732
|
+
._markdown_u63zl_1 th,
|
|
8733
|
+
._markdown_u63zl_1 td {
|
|
8549
8734
|
padding: var(--fui-padding-item-xs) var(--fui-padding-item-sm);
|
|
8550
8735
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
8551
8736
|
text-align: left;
|
|
8552
8737
|
}
|
|
8553
|
-
.
|
|
8738
|
+
._markdown_u63zl_1 th {
|
|
8554
8739
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8555
8740
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
8556
8741
|
}
|
|
8557
|
-
.
|
|
8742
|
+
._markdown_u63zl_1 img {
|
|
8558
8743
|
max-width: 100%;
|
|
8559
8744
|
height: auto;
|
|
8560
8745
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
8561
8746
|
}
|
|
8562
|
-
.
|
|
8747
|
+
._markdown_u63zl_1 input[type=checkbox] {
|
|
8563
8748
|
margin-right: var(--fui-space-1, 0.5rem);
|
|
8564
8749
|
}
|
|
8565
|
-
.
|
|
8750
|
+
._markdown_u63zl_1 strong {
|
|
8566
8751
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8567
8752
|
}
|
|
8568
|
-
.
|
|
8753
|
+
._markdown_u63zl_1 > *:first-child {
|
|
8569
8754
|
margin-top: 0;
|
|
8570
8755
|
}
|
|
8571
|
-
.
|
|
8756
|
+
._markdown_u63zl_1 > *:last-child {
|
|
8572
8757
|
margin-bottom: 0;
|
|
8573
|
-
}.
|
|
8758
|
+
}._message_1052q_1 {
|
|
8574
8759
|
display: flex;
|
|
8575
8760
|
gap: var(--fui-space-2, 1rem);
|
|
8576
8761
|
padding: var(--fui-padding-inline-sm);
|
|
8577
8762
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
8578
8763
|
transition: background-color var(--fui-transition-fast, 150ms ease);
|
|
8579
8764
|
}
|
|
8580
|
-
.
|
|
8765
|
+
._message_1052q_1:hover ._actions_1052q_8 {
|
|
8581
8766
|
opacity: 1;
|
|
8582
8767
|
}
|
|
8583
|
-
.
|
|
8768
|
+
._message_1052q_1:focus-within ._actions_1052q_8 {
|
|
8584
8769
|
opacity: 1;
|
|
8585
8770
|
}
|
|
8586
8771
|
|
|
8587
|
-
.
|
|
8772
|
+
._user_1052q_15 {
|
|
8588
8773
|
flex-direction: row-reverse;
|
|
8589
8774
|
margin-left: auto;
|
|
8590
8775
|
}
|
|
8591
|
-
.
|
|
8776
|
+
._user_1052q_15 ._body_1052q_19 {
|
|
8592
8777
|
align-items: flex-end;
|
|
8593
8778
|
}
|
|
8594
|
-
.
|
|
8779
|
+
._user_1052q_15 ._content_1052q_22 {
|
|
8595
8780
|
background-color: var(--fui-color-accent, #18181b);
|
|
8596
8781
|
color: var(--fui-text-inverse, #f4f4f5);
|
|
8597
8782
|
}
|
|
8598
8783
|
|
|
8599
|
-
.
|
|
8784
|
+
._assistant_1052q_27 ._content_1052q_22 {
|
|
8600
8785
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
8601
8786
|
color: var(--fui-text-primary, #18181b);
|
|
8602
8787
|
}
|
|
8603
8788
|
|
|
8604
|
-
.
|
|
8789
|
+
._system_1052q_32 {
|
|
8605
8790
|
max-width: 100%;
|
|
8606
8791
|
justify-content: center;
|
|
8607
8792
|
}
|
|
8608
|
-
.
|
|
8793
|
+
._system_1052q_32 ._content_1052q_22 {
|
|
8609
8794
|
background-color: var(--fui-color-info-bg, rgba(59, 130, 246, 0.1));
|
|
8610
8795
|
color: var(--fui-text-secondary, #52525b);
|
|
8611
8796
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8612
8797
|
text-align: center;
|
|
8613
8798
|
}
|
|
8614
|
-
.
|
|
8799
|
+
._system_1052q_32 ._avatar_1052q_42 {
|
|
8615
8800
|
display: none;
|
|
8616
8801
|
}
|
|
8617
8802
|
|
|
8618
|
-
.
|
|
8803
|
+
._error_1052q_46 ._content_1052q_22 {
|
|
8619
8804
|
background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
|
|
8620
8805
|
border: 1px solid var(--fui-color-danger, #ef4444);
|
|
8621
8806
|
color: var(--fui-color-danger-text, rgb(198.2384236453, 16.9615763547, 16.9615763547));
|
|
8622
8807
|
}
|
|
8623
8808
|
|
|
8624
|
-
.
|
|
8809
|
+
._sending_1052q_52 {
|
|
8625
8810
|
opacity: 0.7;
|
|
8626
8811
|
}
|
|
8627
8812
|
|
|
8628
|
-
.
|
|
8813
|
+
._avatar_1052q_42 {
|
|
8629
8814
|
flex-shrink: 0;
|
|
8630
8815
|
display: flex;
|
|
8631
8816
|
align-items: center;
|
|
@@ -8636,27 +8821,38 @@ a {
|
|
|
8636
8821
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
8637
8822
|
color: var(--fui-text-secondary, #52525b);
|
|
8638
8823
|
}
|
|
8639
|
-
.
|
|
8824
|
+
._avatar_1052q_42 svg {
|
|
8640
8825
|
width: 1rem;
|
|
8641
8826
|
height: 1rem;
|
|
8642
8827
|
}
|
|
8643
8828
|
|
|
8644
|
-
.
|
|
8829
|
+
._avatarUser_1052q_72 {
|
|
8645
8830
|
background-color: var(--fui-color-accent, #18181b);
|
|
8646
8831
|
color: var(--fui-text-inverse, #f4f4f5);
|
|
8647
8832
|
}
|
|
8648
8833
|
|
|
8649
|
-
.
|
|
8834
|
+
._avatarAssistant_1052q_77 {
|
|
8650
8835
|
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
8651
8836
|
color: var(--fui-text-primary, #18181b);
|
|
8652
8837
|
}
|
|
8653
8838
|
|
|
8654
|
-
.
|
|
8839
|
+
._avatarSystem_1052q_82 {
|
|
8655
8840
|
background-color: var(--fui-color-info-bg, rgba(59, 130, 246, 0.1));
|
|
8656
8841
|
color: var(--fui-color-info, #3b82f6);
|
|
8657
8842
|
}
|
|
8658
8843
|
|
|
8659
|
-
.
|
|
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 {
|
|
8660
8856
|
display: flex;
|
|
8661
8857
|
flex-direction: column;
|
|
8662
8858
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -8664,7 +8860,7 @@ a {
|
|
|
8664
8860
|
flex: 1;
|
|
8665
8861
|
}
|
|
8666
8862
|
|
|
8667
|
-
.
|
|
8863
|
+
._content_1052q_22 {
|
|
8668
8864
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
8669
8865
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8670
8866
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -8676,47 +8872,47 @@ a {
|
|
|
8676
8872
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
8677
8873
|
word-wrap: break-word;
|
|
8678
8874
|
}
|
|
8679
|
-
.
|
|
8875
|
+
._content_1052q_22 p {
|
|
8680
8876
|
margin: 0;
|
|
8681
8877
|
}
|
|
8682
|
-
.
|
|
8878
|
+
._content_1052q_22 p + p {
|
|
8683
8879
|
margin-top: var(--fui-space-2, 1rem);
|
|
8684
8880
|
}
|
|
8685
|
-
.
|
|
8881
|
+
._content_1052q_22 code {
|
|
8686
8882
|
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
8687
8883
|
font-size: 0.9em;
|
|
8688
8884
|
padding: 0.125em 0.375em;
|
|
8689
8885
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
8690
8886
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
8691
8887
|
}
|
|
8692
|
-
.
|
|
8888
|
+
._content_1052q_22 pre {
|
|
8693
8889
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8694
8890
|
padding: var(--fui-padding-inline-sm);
|
|
8695
8891
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
8696
8892
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
8697
8893
|
overflow-x: auto;
|
|
8698
8894
|
}
|
|
8699
|
-
.
|
|
8895
|
+
._content_1052q_22 pre code {
|
|
8700
8896
|
padding: 0;
|
|
8701
8897
|
background: none;
|
|
8702
8898
|
}
|
|
8703
|
-
.
|
|
8704
|
-
.
|
|
8899
|
+
._content_1052q_22 ul,
|
|
8900
|
+
._content_1052q_22 ol {
|
|
8705
8901
|
margin: var(--fui-space-2, 1rem) 0;
|
|
8706
8902
|
padding-left: var(--fui-space-4, 2rem);
|
|
8707
8903
|
}
|
|
8708
8904
|
|
|
8709
|
-
.
|
|
8905
|
+
._streaming_1052q_148::after {
|
|
8710
8906
|
content: "";
|
|
8711
8907
|
display: inline-block;
|
|
8712
8908
|
width: 0.5em;
|
|
8713
8909
|
height: 1em;
|
|
8714
8910
|
margin-left: 2px;
|
|
8715
8911
|
background-color: currentColor;
|
|
8716
|
-
animation:
|
|
8912
|
+
animation: _blink_1052q_1 1s step-end infinite;
|
|
8717
8913
|
}
|
|
8718
8914
|
|
|
8719
|
-
@keyframes
|
|
8915
|
+
@keyframes _blink_1052q_1 {
|
|
8720
8916
|
0%, 100% {
|
|
8721
8917
|
opacity: 1;
|
|
8722
8918
|
}
|
|
@@ -8724,7 +8920,7 @@ a {
|
|
|
8724
8920
|
opacity: 0;
|
|
8725
8921
|
}
|
|
8726
8922
|
}
|
|
8727
|
-
.
|
|
8923
|
+
._actions_1052q_8 {
|
|
8728
8924
|
display: flex;
|
|
8729
8925
|
align-items: center;
|
|
8730
8926
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -8732,7 +8928,7 @@ a {
|
|
|
8732
8928
|
transition: opacity var(--fui-transition-fast, 150ms ease);
|
|
8733
8929
|
}
|
|
8734
8930
|
|
|
8735
|
-
.
|
|
8931
|
+
._timestamp_1052q_174 {
|
|
8736
8932
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
8737
8933
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8738
8934
|
color: var(--fui-text-secondary, #52525b);
|
|
@@ -8741,7 +8937,7 @@ a {
|
|
|
8741
8937
|
}
|
|
8742
8938
|
|
|
8743
8939
|
@media (prefers-reduced-motion: reduce) {
|
|
8744
|
-
.
|
|
8940
|
+
._streaming_1052q_148::after {
|
|
8745
8941
|
animation: none;
|
|
8746
8942
|
}
|
|
8747
8943
|
}._conversationList_g8jv9_1 {
|