@fragments-sdk/ui 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/ui.css +10324 -0
- package/fragments.json +1 -1
- package/package.json +119 -98
- package/dist/assets/components/Accordion/Accordion.module.css +0 -107
- package/dist/assets/components/Alert/Alert.module.css +0 -158
- package/dist/assets/components/AppShell/AppShell.module.css +0 -156
- package/dist/assets/components/Avatar/Avatar.module.css +0 -109
- package/dist/assets/components/Badge/Badge.module.css +0 -117
- package/dist/assets/components/BentoGrid/BentoGrid.module.css +0 -113
- package/dist/assets/components/Box/Box.module.css +0 -341
- package/dist/assets/components/Breadcrumbs/Breadcrumbs.module.css +0 -108
- package/dist/assets/components/Button/Button.module.css +0 -153
- package/dist/assets/components/ButtonGroup/ButtonGroup.module.css +0 -32
- package/dist/assets/components/Card/Card.module.css +0 -131
- package/dist/assets/components/Chart/Chart.module.css +0 -122
- package/dist/assets/components/Checkbox/Checkbox.module.css +0 -129
- package/dist/assets/components/Chip/Chip.module.css +0 -248
- package/dist/assets/components/CodeBlock/CodeBlock.module.css +0 -309
- package/dist/assets/components/Collapsible/Collapsible.module.css +0 -103
- package/dist/assets/components/ColorPicker/ColorPicker.module.css +0 -140
- package/dist/assets/components/Combobox/Combobox.module.css +0 -278
- package/dist/assets/components/Command/Command.module.css +0 -132
- package/dist/assets/components/ConversationList/ConversationList.module.css +0 -138
- package/dist/assets/components/DatePicker/DatePicker.module.css +0 -388
- package/dist/assets/components/Dialog/Dialog.module.css +0 -170
- package/dist/assets/components/Drawer/Drawer.module.css +0 -214
- package/dist/assets/components/EmptyState/EmptyState.module.css +0 -100
- package/dist/assets/components/Field/Field.module.css +0 -30
- package/dist/assets/components/Fieldset/Fieldset.module.css +0 -21
- package/dist/assets/components/Form/Form.module.css +0 -5
- package/dist/assets/components/Grid/Grid.module.css +0 -249
- package/dist/assets/components/Header/Header.module.css +0 -332
- package/dist/assets/components/Icon/Icon.module.css +0 -35
- package/dist/assets/components/Image/Image.module.css +0 -71
- package/dist/assets/components/Input/Input.module.css +0 -135
- package/dist/assets/components/Link/Link.module.css +0 -66
- package/dist/assets/components/List/List.module.css +0 -66
- package/dist/assets/components/Listbox/Listbox.module.css +0 -99
- package/dist/assets/components/Loading/Loading.module.css +0 -210
- package/dist/assets/components/Markdown/Markdown.module.css +0 -149
- package/dist/assets/components/Menu/Menu.module.css +0 -182
- package/dist/assets/components/Message/Message.module.css +0 -175
- package/dist/assets/components/NavigationMenu/NavigationMenu.module.css +0 -553
- package/dist/assets/components/Pagination/Pagination.module.css +0 -92
- package/dist/assets/components/Popover/Popover.module.css +0 -168
- package/dist/assets/components/Progress/Progress.module.css +0 -166
- package/dist/assets/components/Prompt/Prompt.module.css +0 -262
- package/dist/assets/components/RadioGroup/RadioGroup.module.css +0 -152
- package/dist/assets/components/ScrollArea/ScrollArea.module.css +0 -89
- package/dist/assets/components/Select/Select.module.css +0 -206
- package/dist/assets/components/Separator/Separator.module.css +0 -71
- package/dist/assets/components/Sidebar/Sidebar.module.css +0 -683
- package/dist/assets/components/Skeleton/Skeleton.module.css +0 -134
- package/dist/assets/components/Slider/Slider.module.css +0 -83
- package/dist/assets/components/Stack/Stack.module.css +0 -132
- package/dist/assets/components/Table/Table.module.css +0 -230
- package/dist/assets/components/TableOfContents/TableOfContents.module.css +0 -53
- package/dist/assets/components/Tabs/Tabs.module.css +0 -142
- package/dist/assets/components/Text/Text.module.css +0 -85
- package/dist/assets/components/Textarea/Textarea.module.css +0 -96
- package/dist/assets/components/Theme/ThemeToggle.module.css +0 -85
- package/dist/assets/components/ThinkingIndicator/ThinkingIndicator.module.css +0 -201
- package/dist/assets/components/Toast/Toast.module.css +0 -199
- package/dist/assets/components/Toggle/Toggle.module.css +0 -133
- package/dist/assets/components/ToggleGroup/ToggleGroup.module.css +0 -122
- package/dist/assets/components/Tooltip/Tooltip.module.css +0 -64
- package/dist/assets/components/VisuallyHidden/VisuallyHidden.module.css +0 -11
- package/dist/assets/styles/globals.css +0 -355
|
@@ -1,355 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
font-size: 14px;
|
|
3
|
-
--fui-base-unit: 7px;
|
|
4
|
-
--fui-font-sans: Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
|
|
5
|
-
--fui-font-mono: Geist Mono, SF Mono, SFMono-Regular, ui-monospace, Cascadia Code, Menlo, monospace;
|
|
6
|
-
--fui-font-size-2xs: 0.714rem;
|
|
7
|
-
--fui-font-size-xs: 0.857rem;
|
|
8
|
-
--fui-font-size-sm: 1rem;
|
|
9
|
-
--fui-font-size-base: 1.143rem;
|
|
10
|
-
--fui-font-size-lg: 1.286rem;
|
|
11
|
-
--fui-font-size-xl: 1.714rem;
|
|
12
|
-
--fui-font-size-2xl: 2.143rem;
|
|
13
|
-
--fui-font-weight-normal: 400;
|
|
14
|
-
--fui-font-weight-medium: 500;
|
|
15
|
-
--fui-font-weight-semibold: 600;
|
|
16
|
-
--fui-line-height-tight: 1.25;
|
|
17
|
-
--fui-line-height-normal: 1.5;
|
|
18
|
-
--fui-line-height-relaxed: 1.625;
|
|
19
|
-
--fui-space-px: 1px;
|
|
20
|
-
--fui-space-0-5: 0.15rem;
|
|
21
|
-
--fui-space-0-75: 0.215rem;
|
|
22
|
-
--fui-space-1: 0.5rem;
|
|
23
|
-
--fui-space-2: 1rem;
|
|
24
|
-
--fui-space-3: 1.5rem;
|
|
25
|
-
--fui-space-4: 2rem;
|
|
26
|
-
--fui-space-5: 2.5rem;
|
|
27
|
-
--fui-space-6: 3rem;
|
|
28
|
-
--fui-space-8: 4rem;
|
|
29
|
-
--fui-space-10: 5rem;
|
|
30
|
-
--fui-space-12: 6rem;
|
|
31
|
-
--fui-padding-container-sm: 1.5rem;
|
|
32
|
-
--fui-padding-container-md: 2rem;
|
|
33
|
-
--fui-padding-container-lg: 3rem;
|
|
34
|
-
--fui-padding-container-xl: 4rem;
|
|
35
|
-
--fui-padding-inline-sm: 1rem;
|
|
36
|
-
--fui-padding-inline-md: 1.5rem;
|
|
37
|
-
--fui-padding-inline-lg: 2rem;
|
|
38
|
-
--fui-padding-item-xs: 0.5rem;
|
|
39
|
-
--fui-padding-item-sm: 1rem;
|
|
40
|
-
--fui-padding-item-md: 1.5rem;
|
|
41
|
-
--fui-padding-item-lg: 2rem;
|
|
42
|
-
--fui-radius-sm: 0.25rem;
|
|
43
|
-
--fui-radius-md: 0.429rem;
|
|
44
|
-
--fui-radius-lg: 0.571rem;
|
|
45
|
-
--fui-radius-xl: 0.857rem;
|
|
46
|
-
--fui-radius-full: 9999px;
|
|
47
|
-
--fui-transition-fast: 150ms ease;
|
|
48
|
-
--fui-transition-normal: 200ms ease;
|
|
49
|
-
--fui-color-accent: #18181b;
|
|
50
|
-
--fui-color-accent-hover: rgb(62.88, 62.88, 70.74);
|
|
51
|
-
--fui-color-accent-active: rgb(84.48, 84.48, 95.04);
|
|
52
|
-
--fui-color-danger: #ef4444;
|
|
53
|
-
--fui-color-danger-hover: rgb(236.5802955665, 39.7197044335, 39.7197044335);
|
|
54
|
-
--fui-color-success: #22c55e;
|
|
55
|
-
--fui-color-warning: #f59e0b;
|
|
56
|
-
--fui-color-info: #3b82f6;
|
|
57
|
-
--fui-color-danger-bg: rgba(239, 68, 68, 0.1);
|
|
58
|
-
--fui-color-success-bg: rgba(34, 197, 94, 0.1);
|
|
59
|
-
--fui-color-warning-bg: rgba(245, 158, 11, 0.1);
|
|
60
|
-
--fui-color-info-bg: rgba(59, 130, 246, 0.1);
|
|
61
|
-
--fui-color-danger-text: rgb(198.2384236453, 16.9615763547, 16.9615763547);
|
|
62
|
-
--fui-color-success-text: rgb(18.987012987, 110.012987013, 52.4935064935);
|
|
63
|
-
--fui-color-warning-text: rgb(128.3401574803, 82.5795275591, 5.2598425197);
|
|
64
|
-
--fui-color-info-text: rgb(9.807804878, 87.1804878049, 213.592195122);
|
|
65
|
-
--fui-backdrop: rgba(0, 0, 0, 0.5);
|
|
66
|
-
--fui-bg-primary: #ffffff;
|
|
67
|
-
--fui-bg-secondary: #f4f4f5;
|
|
68
|
-
--fui-bg-tertiary: #f4f4f5;
|
|
69
|
-
--fui-bg-elevated: #ffffff;
|
|
70
|
-
--fui-bg-subtle: #fafafa;
|
|
71
|
-
--fui-bg-hover: rgba(0, 0, 0, 0.04);
|
|
72
|
-
--fui-bg-active: rgba(0, 0, 0, 0.06);
|
|
73
|
-
--fui-text-primary: #18181b;
|
|
74
|
-
--fui-text-secondary: #52525b;
|
|
75
|
-
--fui-text-tertiary: #71717a;
|
|
76
|
-
--fui-text-inverse: #f4f4f5;
|
|
77
|
-
--fui-border: rgba(0, 0, 0, 0.08);
|
|
78
|
-
--fui-border-default: rgba(0, 0, 0, 0.08);
|
|
79
|
-
--fui-border-strong: rgba(0, 0, 0, 0.14);
|
|
80
|
-
--fui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
|
|
81
|
-
--fui-shadow-md: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 1px 3px -2px rgba(0, 0, 0, 0.04);
|
|
82
|
-
--fui-shadow-lg: 0 8px 12px -3px rgba(0, 0, 0, 0.08), 0 3px 5px -4px rgba(0, 0, 0, 0.05);
|
|
83
|
-
--fui-focus-ring-color: #18181b;
|
|
84
|
-
--fui-focus-ring-offset: 2px;
|
|
85
|
-
--fui-focus-ring-width: 2px;
|
|
86
|
-
--fui-scrollbar-width: 8px;
|
|
87
|
-
--fui-scrollbar-track: #f4f4f5;
|
|
88
|
-
--fui-scrollbar-thumb: #d4d4d8;
|
|
89
|
-
--fui-scrollbar-thumb-hover: #a1a1aa;
|
|
90
|
-
--fui-button-height-sm: 2rem;
|
|
91
|
-
--fui-button-height-md: 2.5714285714rem;
|
|
92
|
-
--fui-button-height-lg: 3.1428571429rem;
|
|
93
|
-
--fui-input-height: 2.8571428571rem;
|
|
94
|
-
--fui-input-height-sm: 2rem;
|
|
95
|
-
--fui-input-height-lg: 3.1428571429rem;
|
|
96
|
-
--fui-target-size-min: 1.714rem;
|
|
97
|
-
--fui-target-size-comfortable: 2.2857142857rem;
|
|
98
|
-
--fui-appshell-header-height: 56px;
|
|
99
|
-
--fui-appshell-sidebar-width: 240px;
|
|
100
|
-
--fui-appshell-sidebar-collapsed-width: 64px;
|
|
101
|
-
--fui-appshell-aside-width: 280px;
|
|
102
|
-
--fui-header-z-index: 40;
|
|
103
|
-
--fui-code-bg: #1e1e1e;
|
|
104
|
-
--fui-code-header-bg: #1e1e1e;
|
|
105
|
-
--fui-code-text: #d4d4d4;
|
|
106
|
-
--fui-code-text-muted: #6b7280;
|
|
107
|
-
--fui-code-border: rgba(255, 255, 255, 0.1);
|
|
108
|
-
--fui-code-tab-bg: rgba(255, 255, 255, 0.03);
|
|
109
|
-
--fui-code-tab-border: rgba(255, 255, 255, 0.08);
|
|
110
|
-
--fui-code-tab-text: #9ca3af;
|
|
111
|
-
--fui-code-tab-text-active: #e5e7eb;
|
|
112
|
-
--fui-code-copy-bg: rgba(255, 255, 255, 0.1);
|
|
113
|
-
--fui-code-copy-bg-hover: rgba(255, 255, 255, 0.15);
|
|
114
|
-
--fui-code-highlight-bg: rgba(255, 255, 255, 0.08);
|
|
115
|
-
--fui-code-selection-bg: rgba(59, 130, 246, 0.4);
|
|
116
|
-
--fui-code-scrollbar-track: rgba(255, 255, 255, 0.05);
|
|
117
|
-
--fui-code-scrollbar-thumb: rgba(255, 255, 255, 0.15);
|
|
118
|
-
--fui-code-scrollbar-thumb-hover: rgba(255, 255, 255, 0.25);
|
|
119
|
-
--fui-tooltip-bg: #1e293b;
|
|
120
|
-
--fui-tooltip-text: #f8fafc;
|
|
121
|
-
--fui-tooltip-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.15);
|
|
122
|
-
--fui-hero-gradient-color: rgba(120, 119, 198, 0.15);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
:root[data-theme=dark] {
|
|
126
|
-
--fui-color-accent: #f2f2f2;
|
|
127
|
-
--fui-color-accent-hover: rgb(217.8, 217.8, 217.8);
|
|
128
|
-
--fui-color-accent-active: rgb(203.28, 203.28, 203.28);
|
|
129
|
-
--fui-bg-primary: #09090b;
|
|
130
|
-
--fui-bg-secondary: #18181b;
|
|
131
|
-
--fui-bg-tertiary: #27272a;
|
|
132
|
-
--fui-bg-elevated: rgb(27.75, 27.75, 30.75);
|
|
133
|
-
--fui-bg-subtle: rgb(16.5, 16.5, 19);
|
|
134
|
-
--fui-bg-hover: rgba(255, 255, 255, 0.05);
|
|
135
|
-
--fui-bg-active: rgba(255, 255, 255, 0.08);
|
|
136
|
-
--fui-text-primary: #f4f4f5;
|
|
137
|
-
--fui-text-secondary: #a1a1aa;
|
|
138
|
-
--fui-text-tertiary: #71717a;
|
|
139
|
-
--fui-text-inverse: #18181b;
|
|
140
|
-
--fui-border: rgba(255, 255, 255, 0.08);
|
|
141
|
-
--fui-border-default: rgba(255, 255, 255, 0.08);
|
|
142
|
-
--fui-border-strong: rgba(255, 255, 255, 0.14);
|
|
143
|
-
--fui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
|
144
|
-
--fui-shadow-md: 0 2px 4px -1px rgba(0, 0, 0, 0.25), 0 1px 3px -2px rgba(0, 0, 0, 0.2);
|
|
145
|
-
--fui-shadow-lg: 0 8px 12px -3px rgba(0, 0, 0, 0.35), 0 3px 5px -4px rgba(0, 0, 0, 0.25);
|
|
146
|
-
--fui-color-danger-bg: rgba(239, 68, 68, 0.15);
|
|
147
|
-
--fui-color-success-bg: rgba(34, 197, 94, 0.15);
|
|
148
|
-
--fui-color-warning-bg: rgba(245, 158, 11, 0.15);
|
|
149
|
-
--fui-color-info-bg: rgba(59, 130, 246, 0.15);
|
|
150
|
-
--fui-color-danger-text: rgb(241.4118226601, 96.1881773399, 96.1881773399);
|
|
151
|
-
--fui-color-success-text: #22c55e;
|
|
152
|
-
--fui-color-warning-text: #f59e0b;
|
|
153
|
-
--fui-color-info-text: rgb(78.5043902439, 142.4390243902, 246.8956097561);
|
|
154
|
-
--fui-focus-ring-color: #f2f2f2;
|
|
155
|
-
--fui-backdrop: rgba(0, 0, 0, 0.8);
|
|
156
|
-
--fui-scrollbar-track: #27272a;
|
|
157
|
-
--fui-scrollbar-thumb: #52525b;
|
|
158
|
-
--fui-scrollbar-thumb-hover: #71717a;
|
|
159
|
-
--fui-code-bg: var(--fui-bg-elevated);
|
|
160
|
-
--fui-code-header-bg: var(--fui-bg-elevated);
|
|
161
|
-
--fui-code-text: #d4d4d4;
|
|
162
|
-
--fui-code-text-muted: #6b7280;
|
|
163
|
-
--fui-code-border: rgba(255, 255, 255, 0.1);
|
|
164
|
-
--fui-code-tab-bg: rgba(255, 255, 255, 0.03);
|
|
165
|
-
--fui-code-tab-border: rgba(255, 255, 255, 0.08);
|
|
166
|
-
--fui-code-tab-text: #9ca3af;
|
|
167
|
-
--fui-code-tab-text-active: #e5e7eb;
|
|
168
|
-
--fui-code-copy-bg: rgba(255, 255, 255, 0.1);
|
|
169
|
-
--fui-code-copy-bg-hover: rgba(255, 255, 255, 0.15);
|
|
170
|
-
--fui-code-highlight-bg: rgba(255, 255, 255, 0.08);
|
|
171
|
-
--fui-code-selection-bg: rgba(59, 130, 246, 0.4);
|
|
172
|
-
--fui-code-scrollbar-track: rgba(255, 255, 255, 0.05);
|
|
173
|
-
--fui-code-scrollbar-thumb: rgba(255, 255, 255, 0.15);
|
|
174
|
-
--fui-code-scrollbar-thumb-hover: rgba(255, 255, 255, 0.25);
|
|
175
|
-
--fui-tooltip-bg: #1e293b;
|
|
176
|
-
--fui-tooltip-text: #f8fafc;
|
|
177
|
-
--fui-tooltip-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -2px rgba(0, 0, 0, 0.25);
|
|
178
|
-
--fui-hero-gradient-color: rgba(120, 119, 198, 0.25);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
:root.dark {
|
|
182
|
-
--fui-color-accent: #f2f2f2;
|
|
183
|
-
--fui-color-accent-hover: rgb(217.8, 217.8, 217.8);
|
|
184
|
-
--fui-color-accent-active: rgb(203.28, 203.28, 203.28);
|
|
185
|
-
--fui-bg-primary: #09090b;
|
|
186
|
-
--fui-bg-secondary: #18181b;
|
|
187
|
-
--fui-bg-tertiary: #27272a;
|
|
188
|
-
--fui-bg-elevated: rgb(27.75, 27.75, 30.75);
|
|
189
|
-
--fui-bg-subtle: rgb(16.5, 16.5, 19);
|
|
190
|
-
--fui-bg-hover: rgba(255, 255, 255, 0.05);
|
|
191
|
-
--fui-bg-active: rgba(255, 255, 255, 0.08);
|
|
192
|
-
--fui-text-primary: #f4f4f5;
|
|
193
|
-
--fui-text-secondary: #a1a1aa;
|
|
194
|
-
--fui-text-tertiary: #71717a;
|
|
195
|
-
--fui-text-inverse: #18181b;
|
|
196
|
-
--fui-border: rgba(255, 255, 255, 0.08);
|
|
197
|
-
--fui-border-default: rgba(255, 255, 255, 0.08);
|
|
198
|
-
--fui-border-strong: rgba(255, 255, 255, 0.14);
|
|
199
|
-
--fui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
|
200
|
-
--fui-shadow-md: 0 2px 4px -1px rgba(0, 0, 0, 0.25), 0 1px 3px -2px rgba(0, 0, 0, 0.2);
|
|
201
|
-
--fui-shadow-lg: 0 8px 12px -3px rgba(0, 0, 0, 0.35), 0 3px 5px -4px rgba(0, 0, 0, 0.25);
|
|
202
|
-
--fui-color-danger-bg: rgba(239, 68, 68, 0.15);
|
|
203
|
-
--fui-color-success-bg: rgba(34, 197, 94, 0.15);
|
|
204
|
-
--fui-color-warning-bg: rgba(245, 158, 11, 0.15);
|
|
205
|
-
--fui-color-info-bg: rgba(59, 130, 246, 0.15);
|
|
206
|
-
--fui-color-danger-text: rgb(241.4118226601, 96.1881773399, 96.1881773399);
|
|
207
|
-
--fui-color-success-text: #22c55e;
|
|
208
|
-
--fui-color-warning-text: #f59e0b;
|
|
209
|
-
--fui-color-info-text: rgb(78.5043902439, 142.4390243902, 246.8956097561);
|
|
210
|
-
--fui-focus-ring-color: #f2f2f2;
|
|
211
|
-
--fui-backdrop: rgba(0, 0, 0, 0.8);
|
|
212
|
-
--fui-scrollbar-track: #27272a;
|
|
213
|
-
--fui-scrollbar-thumb: #52525b;
|
|
214
|
-
--fui-scrollbar-thumb-hover: #71717a;
|
|
215
|
-
--fui-code-bg: var(--fui-bg-elevated);
|
|
216
|
-
--fui-code-header-bg: var(--fui-bg-elevated);
|
|
217
|
-
--fui-code-text: #d4d4d4;
|
|
218
|
-
--fui-code-text-muted: #6b7280;
|
|
219
|
-
--fui-code-border: rgba(255, 255, 255, 0.1);
|
|
220
|
-
--fui-code-tab-bg: rgba(255, 255, 255, 0.03);
|
|
221
|
-
--fui-code-tab-border: rgba(255, 255, 255, 0.08);
|
|
222
|
-
--fui-code-tab-text: #9ca3af;
|
|
223
|
-
--fui-code-tab-text-active: #e5e7eb;
|
|
224
|
-
--fui-code-copy-bg: rgba(255, 255, 255, 0.1);
|
|
225
|
-
--fui-code-copy-bg-hover: rgba(255, 255, 255, 0.15);
|
|
226
|
-
--fui-code-highlight-bg: rgba(255, 255, 255, 0.08);
|
|
227
|
-
--fui-code-selection-bg: rgba(59, 130, 246, 0.4);
|
|
228
|
-
--fui-code-scrollbar-track: rgba(255, 255, 255, 0.05);
|
|
229
|
-
--fui-code-scrollbar-thumb: rgba(255, 255, 255, 0.15);
|
|
230
|
-
--fui-code-scrollbar-thumb-hover: rgba(255, 255, 255, 0.25);
|
|
231
|
-
--fui-tooltip-bg: #1e293b;
|
|
232
|
-
--fui-tooltip-text: #f8fafc;
|
|
233
|
-
--fui-tooltip-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -2px rgba(0, 0, 0, 0.25);
|
|
234
|
-
--fui-hero-gradient-color: rgba(120, 119, 198, 0.25);
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
@media (prefers-contrast: more) {
|
|
238
|
-
:root {
|
|
239
|
-
--fui-focus-ring-width: 3px;
|
|
240
|
-
--fui-border: var(--fui-text-primary);
|
|
241
|
-
--fui-border-strong: var(--fui-text-primary);
|
|
242
|
-
--fui-bg-hover: rgba(0, 0, 0, 0.12);
|
|
243
|
-
--fui-bg-active: rgba(0, 0, 0, 0.18);
|
|
244
|
-
}
|
|
245
|
-
:root[data-theme=dark],
|
|
246
|
-
:root.dark {
|
|
247
|
-
--fui-bg-hover: rgba(255, 255, 255, 0.15);
|
|
248
|
-
--fui-bg-active: rgba(255, 255, 255, 0.22);
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
:root[data-high-contrast=true] {
|
|
252
|
-
--fui-focus-ring-width: 3px;
|
|
253
|
-
--fui-border: var(--fui-text-primary);
|
|
254
|
-
--fui-border-strong: var(--fui-text-primary);
|
|
255
|
-
--fui-bg-hover: rgba(0, 0, 0, 0.12);
|
|
256
|
-
--fui-bg-active: rgba(0, 0, 0, 0.18);
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
* {
|
|
260
|
-
scrollbar-width: thin;
|
|
261
|
-
scrollbar-color: var(--fui-scrollbar-thumb) var(--fui-scrollbar-track);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
*::-webkit-scrollbar {
|
|
265
|
-
width: var(--fui-scrollbar-width);
|
|
266
|
-
height: var(--fui-scrollbar-width);
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
*::-webkit-scrollbar-track {
|
|
270
|
-
background: var(--fui-scrollbar-track);
|
|
271
|
-
border-radius: calc(var(--fui-scrollbar-width) / 2);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
*::-webkit-scrollbar-thumb {
|
|
275
|
-
background: var(--fui-scrollbar-thumb);
|
|
276
|
-
border-radius: calc(var(--fui-scrollbar-width) / 2);
|
|
277
|
-
}
|
|
278
|
-
*::-webkit-scrollbar-thumb:hover {
|
|
279
|
-
background: var(--fui-scrollbar-thumb-hover);
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
*::-webkit-scrollbar-corner {
|
|
283
|
-
background: var(--fui-scrollbar-track);
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
*,
|
|
287
|
-
*::before,
|
|
288
|
-
*::after {
|
|
289
|
-
box-sizing: border-box;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
html {
|
|
293
|
-
scroll-behavior: smooth;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
body {
|
|
297
|
-
margin: 0;
|
|
298
|
-
font-family: var(--fui-font-sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
|
|
299
|
-
background-color: var(--fui-bg-primary, #ffffff);
|
|
300
|
-
color: var(--fui-text-primary, #171717);
|
|
301
|
-
-webkit-font-smoothing: antialiased;
|
|
302
|
-
-moz-osx-font-smoothing: grayscale;
|
|
303
|
-
font-feature-settings: "rlig" 1, "calt" 1;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
a {
|
|
307
|
-
text-decoration: none;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
*::selection {
|
|
311
|
-
background-color: var(--fui-color-success-bg, rgba(16, 163, 127, 0.1));
|
|
312
|
-
color: var(--fui-text-primary, #171717);
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
::-webkit-scrollbar {
|
|
316
|
-
width: 6px;
|
|
317
|
-
height: 6px;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
::-webkit-scrollbar-track {
|
|
321
|
-
background-color: transparent;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
::-webkit-scrollbar-thumb {
|
|
325
|
-
background-color: var(--fui-text-tertiary, #8a8a8a);
|
|
326
|
-
border-radius: 9999px;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
::-webkit-scrollbar-thumb:hover {
|
|
330
|
-
background-color: var(--fui-text-secondary, #525252);
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
* {
|
|
334
|
-
scrollbar-width: thin;
|
|
335
|
-
scrollbar-color: var(--fui-text-tertiary, #8a8a8a) transparent;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
@media (prefers-reduced-motion: reduce) {
|
|
339
|
-
*,
|
|
340
|
-
*::before,
|
|
341
|
-
*::after {
|
|
342
|
-
animation-duration: 0.01ms !important;
|
|
343
|
-
animation-iteration-count: 1 !important;
|
|
344
|
-
transition-duration: 0.01ms !important;
|
|
345
|
-
scroll-behavior: auto !important;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
:focus:not(:focus-visible) {
|
|
349
|
-
outline: none;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
:focus-visible {
|
|
353
|
-
outline: var(--fui-focus-ring-width, 2px) solid var(--fui-focus-ring-color, #18181b);
|
|
354
|
-
outline-offset: var(--fui-focus-ring-offset, 2px);
|
|
355
|
-
}
|