@usefragments/ui 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -11
- package/dist/assets/ui.css +1093 -0
- package/dist/chart.cjs +1 -0
- package/dist/chart.js +1 -0
- package/dist/codeblock.cjs +1 -0
- package/dist/codeblock.js +1 -0
- package/dist/colorpicker.cjs +1 -0
- package/dist/colorpicker.js +1 -0
- package/dist/components/Accordion/index.cjs +1 -0
- package/dist/components/Accordion/index.js +1 -0
- package/dist/components/Alert/index.cjs +1 -0
- package/dist/components/Alert/index.js +1 -0
- package/dist/components/AppShell/index.cjs +1 -0
- package/dist/components/AppShell/index.js +1 -0
- package/dist/components/Avatar/index.cjs +1 -0
- package/dist/components/Avatar/index.js +1 -0
- package/dist/components/Badge/index.cjs +1 -0
- package/dist/components/Badge/index.js +1 -0
- package/dist/components/Breadcrumbs/index.cjs +1 -0
- package/dist/components/Breadcrumbs/index.js +1 -0
- package/dist/components/Button/index.cjs +1 -0
- package/dist/components/Button/index.js +1 -0
- package/dist/components/Card/index.cjs +1 -0
- package/dist/components/Card/index.js +1 -0
- package/dist/components/Checkbox/index.cjs +1 -0
- package/dist/components/Checkbox/index.js +1 -0
- package/dist/components/Chip/index.cjs +1 -0
- package/dist/components/Chip/index.js +1 -0
- package/dist/components/Collapsible/index.cjs +1 -0
- package/dist/components/Collapsible/index.js +1 -0
- package/dist/components/Combobox/index.cjs +1 -0
- package/dist/components/Combobox/index.js +1 -0
- package/dist/components/Command/index.cjs +1 -0
- package/dist/components/Command/index.js +1 -0
- package/dist/components/ComponentDefaults/index.cjs +1 -0
- package/dist/components/ComponentDefaults/index.js +1 -0
- package/dist/components/ConversationList/index.cjs +1 -0
- package/dist/components/ConversationList/index.js +1 -0
- package/dist/components/DatePicker/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.cjs +1 -0
- package/dist/components/Dialog/index.js +1 -0
- package/dist/components/Drawer/index.cjs +1 -0
- package/dist/components/Drawer/index.js +1 -0
- package/dist/components/EmptyState/index.cjs +1 -0
- package/dist/components/EmptyState/index.js +1 -0
- package/dist/components/Field/index.cjs +1 -0
- package/dist/components/Field/index.js +1 -0
- package/dist/components/Fieldset/index.cjs +1 -0
- package/dist/components/Fieldset/index.js +1 -0
- package/dist/components/Form/index.cjs +1 -0
- package/dist/components/Form/index.js +1 -0
- package/dist/components/Header/index.cjs +1 -0
- package/dist/components/Header/index.js +1 -0
- package/dist/components/Icon/index.cjs +1 -0
- package/dist/components/Icon/index.js +1 -0
- package/dist/components/IconButton/index.cjs +1 -0
- package/dist/components/IconButton/index.js +1 -0
- package/dist/components/Image/index.cjs +1 -0
- package/dist/components/Image/index.js +1 -0
- package/dist/components/Input/index.cjs +1 -0
- package/dist/components/Input/index.js +1 -0
- package/dist/components/List/index.cjs +1 -0
- package/dist/components/List/index.js +1 -0
- package/dist/components/Listbox/index.cjs +1 -0
- package/dist/components/Listbox/index.js +1 -0
- package/dist/components/Loading/index.cjs +1 -0
- package/dist/components/Loading/index.js +1 -0
- package/dist/components/Menu/index.cjs +1 -0
- package/dist/components/Menu/index.js +1 -0
- package/dist/components/Message/index.cjs +1 -0
- package/dist/components/Message/index.js +1 -0
- package/dist/components/NavigationMenu/NavigationMenuContext.cjs +1 -0
- package/dist/components/NavigationMenu/NavigationMenuContext.js +1 -0
- package/dist/components/NavigationMenu/index.cjs +1 -0
- package/dist/components/NavigationMenu/index.js +1 -0
- package/dist/components/NavigationMenu/useNavigationMenu.cjs +1 -0
- package/dist/components/NavigationMenu/useNavigationMenu.js +1 -0
- package/dist/components/Pagination/index.cjs +1 -0
- package/dist/components/Pagination/index.js +1 -0
- package/dist/components/Popover/index.cjs +1 -0
- package/dist/components/Popover/index.js +1 -0
- package/dist/components/Progress/index.cjs +1 -0
- package/dist/components/Progress/index.js +1 -0
- package/dist/components/Prompt/index.cjs +1 -0
- package/dist/components/Prompt/index.js +1 -0
- package/dist/components/RadioGroup/index.cjs +1 -0
- package/dist/components/RadioGroup/index.js +1 -0
- package/dist/components/ScrollArea/index.cjs +1 -0
- package/dist/components/ScrollArea/index.js +1 -0
- package/dist/components/Select/index.cjs +1 -0
- package/dist/components/Select/index.js +1 -0
- package/dist/components/Separator/index.cjs +1 -0
- package/dist/components/Separator/index.js +1 -0
- package/dist/components/Sidebar/index.cjs +1 -0
- package/dist/components/Sidebar/index.js +1 -0
- package/dist/components/Slider/index.cjs +1 -0
- package/dist/components/Slider/index.js +1 -0
- package/dist/components/TableOfContents/index.cjs +1 -0
- package/dist/components/TableOfContents/index.js +1 -0
- package/dist/components/Tabs/index.cjs +1 -0
- package/dist/components/Tabs/index.js +1 -0
- package/dist/components/Theme/index.cjs +1 -0
- package/dist/components/Theme/index.js +1 -0
- package/dist/components/ThinkingIndicator/index.cjs +1 -0
- package/dist/components/ThinkingIndicator/index.js +1 -0
- package/dist/components/Toast/index.cjs +1 -0
- package/dist/components/Toast/index.js +1 -0
- package/dist/components/Toggle/index.cjs +1 -0
- package/dist/components/Toggle/index.js +1 -0
- package/dist/components/ToggleGroup/index.cjs +1 -0
- package/dist/components/ToggleGroup/index.js +1 -0
- package/dist/components/Tooltip/index.cjs +1 -0
- package/dist/components/Tooltip/index.js +1 -0
- package/dist/data-table-virtual.cjs +1 -0
- package/dist/data-table-virtual.js +1 -0
- package/dist/data-table.cjs +1 -0
- package/dist/data-table.js +1 -0
- package/dist/datepicker.cjs +69 -32
- package/dist/datepicker.js +42 -5
- package/dist/editor.cjs +1 -0
- package/dist/editor.js +1 -0
- package/dist/markdown.cjs +1 -0
- package/dist/markdown.js +1 -0
- package/dist/table.cjs +1 -0
- package/dist/table.js +1 -0
- package/dist/utils/a11y.cjs +1 -0
- package/dist/utils/a11y.js +1 -0
- package/dist/utils/keyboard-shortcuts.cjs +1 -0
- package/dist/utils/keyboard-shortcuts.js +1 -0
- package/package.json +3 -2
- package/src/components/DatePicker/index.tsx +64 -5
package/dist/assets/ui.css
CHANGED
|
@@ -1,3 +1,1096 @@
|
|
|
1
|
+
/* @usefragments/ui — default tokens + base (compiled from globals.scss) */
|
|
2
|
+
@layer fui.tokens, fui.base;
|
|
3
|
+
@property --fui-seed-brand {
|
|
4
|
+
syntax: "<color>";
|
|
5
|
+
initial-value: #006b57;
|
|
6
|
+
inherits: true;
|
|
7
|
+
}
|
|
8
|
+
@property --fui-seed-danger {
|
|
9
|
+
syntax: "<color>";
|
|
10
|
+
initial-value: #d97066;
|
|
11
|
+
inherits: true;
|
|
12
|
+
}
|
|
13
|
+
@property --fui-seed-success {
|
|
14
|
+
syntax: "<color>";
|
|
15
|
+
initial-value: #7fc9b3;
|
|
16
|
+
inherits: true;
|
|
17
|
+
}
|
|
18
|
+
@property --fui-seed-warning {
|
|
19
|
+
syntax: "<color>";
|
|
20
|
+
initial-value: #e0aa5c;
|
|
21
|
+
inherits: true;
|
|
22
|
+
}
|
|
23
|
+
@property --fui-seed-info {
|
|
24
|
+
syntax: "<color>";
|
|
25
|
+
initial-value: #7fa6c4;
|
|
26
|
+
inherits: true;
|
|
27
|
+
}
|
|
28
|
+
@property --fui-color-accent {
|
|
29
|
+
syntax: "<color>";
|
|
30
|
+
initial-value: #006b57;
|
|
31
|
+
inherits: true;
|
|
32
|
+
}
|
|
33
|
+
@property --fui-color-accent-hover {
|
|
34
|
+
syntax: "<color>";
|
|
35
|
+
initial-value: hsl(169.9771289871, 164.3448630261%, 13.7353127687%);
|
|
36
|
+
inherits: true;
|
|
37
|
+
}
|
|
38
|
+
@property --fui-color-accent-active {
|
|
39
|
+
syntax: "<color>";
|
|
40
|
+
initial-value: hsl(169.8890840621, 209.9337122072%, 10.2857473619%);
|
|
41
|
+
inherits: true;
|
|
42
|
+
}
|
|
43
|
+
@property --fui-color-danger {
|
|
44
|
+
syntax: "<color>";
|
|
45
|
+
initial-value: #d97066;
|
|
46
|
+
inherits: true;
|
|
47
|
+
}
|
|
48
|
+
@property --fui-color-danger-hover {
|
|
49
|
+
syntax: "<color>";
|
|
50
|
+
initial-value: rgb(199.870141707, 96.7054189294, 87.4882051829);
|
|
51
|
+
inherits: true;
|
|
52
|
+
}
|
|
53
|
+
@property --fui-color-success {
|
|
54
|
+
syntax: "<color>";
|
|
55
|
+
initial-value: #7fc9b3;
|
|
56
|
+
inherits: true;
|
|
57
|
+
}
|
|
58
|
+
@property --fui-color-warning {
|
|
59
|
+
syntax: "<color>";
|
|
60
|
+
initial-value: #e0aa5c;
|
|
61
|
+
inherits: true;
|
|
62
|
+
}
|
|
63
|
+
@property --fui-color-info {
|
|
64
|
+
syntax: "<color>";
|
|
65
|
+
initial-value: #7fa6c4;
|
|
66
|
+
inherits: true;
|
|
67
|
+
}
|
|
68
|
+
@property --fui-color-danger-bg {
|
|
69
|
+
syntax: "<color>";
|
|
70
|
+
initial-value: rgba(217, 112, 102, 0.1);
|
|
71
|
+
inherits: true;
|
|
72
|
+
}
|
|
73
|
+
@property --fui-color-success-bg {
|
|
74
|
+
syntax: "<color>";
|
|
75
|
+
initial-value: rgba(127, 201, 179, 0.1);
|
|
76
|
+
inherits: true;
|
|
77
|
+
}
|
|
78
|
+
@property --fui-color-warning-bg {
|
|
79
|
+
syntax: "<color>";
|
|
80
|
+
initial-value: rgba(224, 170, 92, 0.1);
|
|
81
|
+
inherits: true;
|
|
82
|
+
}
|
|
83
|
+
@property --fui-color-info-bg {
|
|
84
|
+
syntax: "<color>";
|
|
85
|
+
initial-value: rgba(127, 166, 196, 0.1);
|
|
86
|
+
inherits: true;
|
|
87
|
+
}
|
|
88
|
+
@property --fui-color-danger-text {
|
|
89
|
+
syntax: "<color>";
|
|
90
|
+
initial-value: rgb(162.7774064935, 63.3790672702, 56.4827894566);
|
|
91
|
+
inherits: true;
|
|
92
|
+
}
|
|
93
|
+
@property --fui-color-success-text {
|
|
94
|
+
syntax: "<color>";
|
|
95
|
+
initial-value: rgb(29.9064810064, 108.5606699289, 89.7163569497);
|
|
96
|
+
inherits: true;
|
|
97
|
+
}
|
|
98
|
+
@property --fui-color-warning-text {
|
|
99
|
+
syntax: "<color>";
|
|
100
|
+
initial-value: hsl(41.194706405, 139.9133245857%, 21.9712967806%);
|
|
101
|
+
inherits: true;
|
|
102
|
+
}
|
|
103
|
+
@property --fui-color-info-text {
|
|
104
|
+
syntax: "<color>";
|
|
105
|
+
initial-value: rgb(63.1782487843, 100.0730830678, 127.5349009142);
|
|
106
|
+
inherits: true;
|
|
107
|
+
}
|
|
108
|
+
@property --fui-bg-primary {
|
|
109
|
+
syntax: "<color>";
|
|
110
|
+
initial-value: #ffffff;
|
|
111
|
+
inherits: true;
|
|
112
|
+
}
|
|
113
|
+
@property --fui-bg-secondary {
|
|
114
|
+
syntax: "<color>";
|
|
115
|
+
initial-value: #f4f4f4;
|
|
116
|
+
inherits: true;
|
|
117
|
+
}
|
|
118
|
+
@property --fui-bg-tertiary {
|
|
119
|
+
syntax: "<color>";
|
|
120
|
+
initial-value: #f4f4f4;
|
|
121
|
+
inherits: true;
|
|
122
|
+
}
|
|
123
|
+
@property --fui-bg-elevated {
|
|
124
|
+
syntax: "<color>";
|
|
125
|
+
initial-value: #ffffff;
|
|
126
|
+
inherits: true;
|
|
127
|
+
}
|
|
128
|
+
@property --fui-bg-subtle {
|
|
129
|
+
syntax: "<color>";
|
|
130
|
+
initial-value: #fafafa;
|
|
131
|
+
inherits: true;
|
|
132
|
+
}
|
|
133
|
+
@property --fui-bg-hover {
|
|
134
|
+
syntax: "<color>";
|
|
135
|
+
initial-value: rgba(0, 0, 0, 0.04);
|
|
136
|
+
inherits: true;
|
|
137
|
+
}
|
|
138
|
+
@property --fui-bg-active {
|
|
139
|
+
syntax: "<color>";
|
|
140
|
+
initial-value: rgba(0, 0, 0, 0.06);
|
|
141
|
+
inherits: true;
|
|
142
|
+
}
|
|
143
|
+
@property --fui-body-bg {
|
|
144
|
+
syntax: "<color>";
|
|
145
|
+
initial-value: #fff;
|
|
146
|
+
inherits: true;
|
|
147
|
+
}
|
|
148
|
+
@property --fui-main-bg {
|
|
149
|
+
syntax: "<color>";
|
|
150
|
+
initial-value: #ffffff;
|
|
151
|
+
inherits: true;
|
|
152
|
+
}
|
|
153
|
+
@property --fui-text-primary {
|
|
154
|
+
syntax: "<color>";
|
|
155
|
+
initial-value: #212121;
|
|
156
|
+
inherits: true;
|
|
157
|
+
}
|
|
158
|
+
@property --fui-text-secondary {
|
|
159
|
+
syntax: "<color>";
|
|
160
|
+
initial-value: rgb(84.468434358, 84.468434358, 84.468434358);
|
|
161
|
+
inherits: true;
|
|
162
|
+
}
|
|
163
|
+
@property --fui-text-tertiary {
|
|
164
|
+
syntax: "<color>";
|
|
165
|
+
initial-value: rgb(86.4227350852, 86.4227350852, 86.4227350852);
|
|
166
|
+
inherits: true;
|
|
167
|
+
}
|
|
168
|
+
@property --fui-text-inverse {
|
|
169
|
+
syntax: "<color>";
|
|
170
|
+
initial-value: #f4f4f4;
|
|
171
|
+
inherits: true;
|
|
172
|
+
}
|
|
173
|
+
@property --fui-border {
|
|
174
|
+
syntax: "<color>";
|
|
175
|
+
initial-value: rgba(0, 0, 0, 0.05);
|
|
176
|
+
inherits: true;
|
|
177
|
+
}
|
|
178
|
+
@property --fui-border-default {
|
|
179
|
+
syntax: "<color>";
|
|
180
|
+
initial-value: rgba(0, 0, 0, 0.05);
|
|
181
|
+
inherits: true;
|
|
182
|
+
}
|
|
183
|
+
@property --fui-border-strong {
|
|
184
|
+
syntax: "<color>";
|
|
185
|
+
initial-value: rgba(0, 0, 0, 0.1);
|
|
186
|
+
inherits: true;
|
|
187
|
+
}
|
|
188
|
+
@property --fui-focus-ring-color {
|
|
189
|
+
syntax: "<color>";
|
|
190
|
+
initial-value: #006b57;
|
|
191
|
+
inherits: true;
|
|
192
|
+
}
|
|
193
|
+
@property --fui-scrollbar-track {
|
|
194
|
+
syntax: "<color>";
|
|
195
|
+
initial-value: #f4f4f4;
|
|
196
|
+
inherits: true;
|
|
197
|
+
}
|
|
198
|
+
@property --fui-scrollbar-thumb {
|
|
199
|
+
syntax: "<color>";
|
|
200
|
+
initial-value: #d1d1d1;
|
|
201
|
+
inherits: true;
|
|
202
|
+
}
|
|
203
|
+
@property --fui-scrollbar-thumb-hover {
|
|
204
|
+
syntax: "<color>";
|
|
205
|
+
initial-value: #b0b0b0;
|
|
206
|
+
inherits: true;
|
|
207
|
+
}
|
|
208
|
+
@property --fui-space-px {
|
|
209
|
+
syntax: "<length>";
|
|
210
|
+
initial-value: 1px;
|
|
211
|
+
inherits: true;
|
|
212
|
+
}
|
|
213
|
+
@property --fui-space-0-5 {
|
|
214
|
+
syntax: "<length>";
|
|
215
|
+
initial-value: 0.15rem;
|
|
216
|
+
inherits: true;
|
|
217
|
+
}
|
|
218
|
+
@property --fui-space-0-75 {
|
|
219
|
+
syntax: "<length>";
|
|
220
|
+
initial-value: 0.215rem;
|
|
221
|
+
inherits: true;
|
|
222
|
+
}
|
|
223
|
+
@property --fui-space-1 {
|
|
224
|
+
syntax: "<length>";
|
|
225
|
+
initial-value: 0.5rem;
|
|
226
|
+
inherits: true;
|
|
227
|
+
}
|
|
228
|
+
@property --fui-space-2 {
|
|
229
|
+
syntax: "<length>";
|
|
230
|
+
initial-value: 1rem;
|
|
231
|
+
inherits: true;
|
|
232
|
+
}
|
|
233
|
+
@property --fui-space-3 {
|
|
234
|
+
syntax: "<length>";
|
|
235
|
+
initial-value: 1.5rem;
|
|
236
|
+
inherits: true;
|
|
237
|
+
}
|
|
238
|
+
@property --fui-space-4 {
|
|
239
|
+
syntax: "<length>";
|
|
240
|
+
initial-value: 2rem;
|
|
241
|
+
inherits: true;
|
|
242
|
+
}
|
|
243
|
+
@property --fui-space-5 {
|
|
244
|
+
syntax: "<length>";
|
|
245
|
+
initial-value: 2.5rem;
|
|
246
|
+
inherits: true;
|
|
247
|
+
}
|
|
248
|
+
@property --fui-space-6 {
|
|
249
|
+
syntax: "<length>";
|
|
250
|
+
initial-value: 3rem;
|
|
251
|
+
inherits: true;
|
|
252
|
+
}
|
|
253
|
+
@property --fui-space-8 {
|
|
254
|
+
syntax: "<length>";
|
|
255
|
+
initial-value: 4rem;
|
|
256
|
+
inherits: true;
|
|
257
|
+
}
|
|
258
|
+
@property --fui-space-10 {
|
|
259
|
+
syntax: "<length>";
|
|
260
|
+
initial-value: 5rem;
|
|
261
|
+
inherits: true;
|
|
262
|
+
}
|
|
263
|
+
@property --fui-space-12 {
|
|
264
|
+
syntax: "<length>";
|
|
265
|
+
initial-value: 6rem;
|
|
266
|
+
inherits: true;
|
|
267
|
+
}
|
|
268
|
+
@property --fui-radius-sm {
|
|
269
|
+
syntax: "<length>";
|
|
270
|
+
initial-value: 0.25rem;
|
|
271
|
+
inherits: true;
|
|
272
|
+
}
|
|
273
|
+
@property --fui-radius-md {
|
|
274
|
+
syntax: "<length>";
|
|
275
|
+
initial-value: 0.429rem;
|
|
276
|
+
inherits: true;
|
|
277
|
+
}
|
|
278
|
+
@property --fui-radius-lg {
|
|
279
|
+
syntax: "<length>";
|
|
280
|
+
initial-value: 0.571rem;
|
|
281
|
+
inherits: true;
|
|
282
|
+
}
|
|
283
|
+
@property --fui-radius-xl {
|
|
284
|
+
syntax: "<length>";
|
|
285
|
+
initial-value: 0.857rem;
|
|
286
|
+
inherits: true;
|
|
287
|
+
}
|
|
288
|
+
@property --fui-radius-full {
|
|
289
|
+
syntax: "<length>";
|
|
290
|
+
initial-value: 9999px;
|
|
291
|
+
inherits: true;
|
|
292
|
+
}
|
|
293
|
+
@property --fui-button-height-xs {
|
|
294
|
+
syntax: "<length>";
|
|
295
|
+
initial-value: 2.2857142857rem;
|
|
296
|
+
inherits: true;
|
|
297
|
+
}
|
|
298
|
+
@property --fui-button-height-sm {
|
|
299
|
+
syntax: "<length>";
|
|
300
|
+
initial-value: 2.2857142857rem;
|
|
301
|
+
inherits: true;
|
|
302
|
+
}
|
|
303
|
+
@property --fui-button-height-md {
|
|
304
|
+
syntax: "<length>";
|
|
305
|
+
initial-value: 2.8571428571rem;
|
|
306
|
+
inherits: true;
|
|
307
|
+
}
|
|
308
|
+
@property --fui-button-height-lg {
|
|
309
|
+
syntax: "<length>";
|
|
310
|
+
initial-value: 3.1428571429rem;
|
|
311
|
+
inherits: true;
|
|
312
|
+
}
|
|
313
|
+
@property --fui-input-height {
|
|
314
|
+
syntax: "<length>";
|
|
315
|
+
initial-value: 2.8571428571rem;
|
|
316
|
+
inherits: true;
|
|
317
|
+
}
|
|
318
|
+
@property --fui-input-height-sm {
|
|
319
|
+
syntax: "<length>";
|
|
320
|
+
initial-value: 2.2857142857rem;
|
|
321
|
+
inherits: true;
|
|
322
|
+
}
|
|
323
|
+
@property --fui-input-height-lg {
|
|
324
|
+
syntax: "<length>";
|
|
325
|
+
initial-value: 3.1428571429rem;
|
|
326
|
+
inherits: true;
|
|
327
|
+
}
|
|
328
|
+
@property --fui-target-size-min {
|
|
329
|
+
syntax: "<length>";
|
|
330
|
+
initial-value: 2.286rem;
|
|
331
|
+
inherits: true;
|
|
332
|
+
}
|
|
333
|
+
@property --fui-focus-ring-offset {
|
|
334
|
+
syntax: "<length>";
|
|
335
|
+
initial-value: 2px;
|
|
336
|
+
inherits: true;
|
|
337
|
+
}
|
|
338
|
+
@property --fui-focus-ring-width {
|
|
339
|
+
syntax: "<length>";
|
|
340
|
+
initial-value: 2px;
|
|
341
|
+
inherits: true;
|
|
342
|
+
}
|
|
343
|
+
@property --fui-scrollbar-width {
|
|
344
|
+
syntax: "<length>";
|
|
345
|
+
initial-value: 8px;
|
|
346
|
+
inherits: true;
|
|
347
|
+
}
|
|
348
|
+
@property --fui-font-weight-normal {
|
|
349
|
+
syntax: "<number>";
|
|
350
|
+
initial-value: 400;
|
|
351
|
+
inherits: true;
|
|
352
|
+
}
|
|
353
|
+
@property --fui-font-weight-medium {
|
|
354
|
+
syntax: "<number>";
|
|
355
|
+
initial-value: 500;
|
|
356
|
+
inherits: true;
|
|
357
|
+
}
|
|
358
|
+
@property --fui-font-weight-semibold {
|
|
359
|
+
syntax: "<number>";
|
|
360
|
+
initial-value: 600;
|
|
361
|
+
inherits: true;
|
|
362
|
+
}
|
|
363
|
+
@property --fui-font-weight-bold {
|
|
364
|
+
syntax: "<number>";
|
|
365
|
+
initial-value: 700;
|
|
366
|
+
inherits: true;
|
|
367
|
+
}
|
|
368
|
+
@property --fui-line-height-tight {
|
|
369
|
+
syntax: "<number>";
|
|
370
|
+
initial-value: 1.25;
|
|
371
|
+
inherits: true;
|
|
372
|
+
}
|
|
373
|
+
@property --fui-line-height-normal {
|
|
374
|
+
syntax: "<number>";
|
|
375
|
+
initial-value: 1.5;
|
|
376
|
+
inherits: true;
|
|
377
|
+
}
|
|
378
|
+
@property --fui-line-height-relaxed {
|
|
379
|
+
syntax: "<number>";
|
|
380
|
+
initial-value: 1.625;
|
|
381
|
+
inherits: true;
|
|
382
|
+
}
|
|
383
|
+
@property --fui-line-height-display {
|
|
384
|
+
syntax: "<number>";
|
|
385
|
+
initial-value: 1.1;
|
|
386
|
+
inherits: true;
|
|
387
|
+
}
|
|
388
|
+
@property --fui-line-height-prose {
|
|
389
|
+
syntax: "<number>";
|
|
390
|
+
initial-value: 1.7;
|
|
391
|
+
inherits: true;
|
|
392
|
+
}
|
|
393
|
+
@property --fui-font-size-2xs {
|
|
394
|
+
syntax: "<length>";
|
|
395
|
+
initial-value: 0.714rem;
|
|
396
|
+
inherits: true;
|
|
397
|
+
}
|
|
398
|
+
@property --fui-font-size-xs {
|
|
399
|
+
syntax: "<length>";
|
|
400
|
+
initial-value: 0.857rem;
|
|
401
|
+
inherits: true;
|
|
402
|
+
}
|
|
403
|
+
@property --fui-font-size-sm {
|
|
404
|
+
syntax: "<length>";
|
|
405
|
+
initial-value: 1rem;
|
|
406
|
+
inherits: true;
|
|
407
|
+
}
|
|
408
|
+
@property --fui-font-size-base {
|
|
409
|
+
syntax: "<length>";
|
|
410
|
+
initial-value: 1rem;
|
|
411
|
+
inherits: true;
|
|
412
|
+
}
|
|
413
|
+
@property --fui-font-size-md {
|
|
414
|
+
syntax: "<length>";
|
|
415
|
+
initial-value: 1.071rem;
|
|
416
|
+
inherits: true;
|
|
417
|
+
}
|
|
418
|
+
@property --fui-font-size-lg {
|
|
419
|
+
syntax: "<length>";
|
|
420
|
+
initial-value: 1.429rem;
|
|
421
|
+
inherits: true;
|
|
422
|
+
}
|
|
423
|
+
@property --fui-font-size-xl {
|
|
424
|
+
syntax: "<length>";
|
|
425
|
+
initial-value: 1.714rem;
|
|
426
|
+
inherits: true;
|
|
427
|
+
}
|
|
428
|
+
@property --fui-font-size-2xl {
|
|
429
|
+
syntax: "<length>";
|
|
430
|
+
initial-value: 2.143rem;
|
|
431
|
+
inherits: true;
|
|
432
|
+
}
|
|
433
|
+
@property --fui-font-size-3xl {
|
|
434
|
+
syntax: "<length>";
|
|
435
|
+
initial-value: 2.571rem;
|
|
436
|
+
inherits: true;
|
|
437
|
+
}
|
|
438
|
+
@property --fui-font-size-4xl {
|
|
439
|
+
syntax: "<length>";
|
|
440
|
+
initial-value: 3.429rem;
|
|
441
|
+
inherits: true;
|
|
442
|
+
}
|
|
443
|
+
@layer fui.tokens {
|
|
444
|
+
:root {
|
|
445
|
+
color-scheme: light dark;
|
|
446
|
+
font-size: 14px;
|
|
447
|
+
--fui-base-unit: 7px;
|
|
448
|
+
--fui-seed-brand: #006b57;
|
|
449
|
+
--fui-seed-danger: #d97066;
|
|
450
|
+
--fui-seed-success: #7fc9b3;
|
|
451
|
+
--fui-seed-warning: #e0aa5c;
|
|
452
|
+
--fui-seed-info: #7fa6c4;
|
|
453
|
+
--fui-font-sans: Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;
|
|
454
|
+
--fui-font-mono: JetBrains Mono Variable, JetBrains Mono, ui-monospace, SF Mono, Menlo, monospace;
|
|
455
|
+
--fui-font-size-2xs: 0.714rem;
|
|
456
|
+
--fui-font-size-xs: 0.857rem;
|
|
457
|
+
--fui-font-size-sm: 1rem;
|
|
458
|
+
--fui-font-size-base: 1rem;
|
|
459
|
+
--fui-font-size-md: 1.071rem;
|
|
460
|
+
--fui-font-size-lg: 1.429rem;
|
|
461
|
+
--fui-font-size-xl: 1.714rem;
|
|
462
|
+
--fui-font-size-2xl: 2.143rem;
|
|
463
|
+
--fui-font-size-3xl: 2.571rem;
|
|
464
|
+
--fui-font-size-4xl: 3.429rem;
|
|
465
|
+
--fui-font-weight-normal: 400;
|
|
466
|
+
--fui-font-weight-medium: 500;
|
|
467
|
+
--fui-font-weight-semibold: 600;
|
|
468
|
+
--fui-font-weight-bold: 700;
|
|
469
|
+
--fui-line-height-tight: 1.25;
|
|
470
|
+
--fui-line-height-normal: 1.5;
|
|
471
|
+
--fui-line-height-relaxed: 1.625;
|
|
472
|
+
--fui-line-height-display: 1.1;
|
|
473
|
+
--fui-line-height-prose: 1.7;
|
|
474
|
+
--fui-letter-spacing-tight: 0;
|
|
475
|
+
--fui-letter-spacing-normal: normal;
|
|
476
|
+
--fui-letter-spacing-display: 0;
|
|
477
|
+
--fui-letter-spacing-wide: 0.05em;
|
|
478
|
+
--fui-space-px: 1px;
|
|
479
|
+
--fui-space-0-5: 0.15rem;
|
|
480
|
+
--fui-space-0-75: 0.215rem;
|
|
481
|
+
--fui-space-1: 0.5rem;
|
|
482
|
+
--fui-space-2: 1rem;
|
|
483
|
+
--fui-space-3: 1.5rem;
|
|
484
|
+
--fui-space-4: 2rem;
|
|
485
|
+
--fui-space-5: 2.5rem;
|
|
486
|
+
--fui-space-6: 3rem;
|
|
487
|
+
--fui-space-8: 4rem;
|
|
488
|
+
--fui-space-10: 5rem;
|
|
489
|
+
--fui-space-12: 6rem;
|
|
490
|
+
--fui-radius-sm: 0.25rem;
|
|
491
|
+
--fui-radius-md: 0.429rem;
|
|
492
|
+
--fui-radius-lg: 0.571rem;
|
|
493
|
+
--fui-radius-xl: 0.857rem;
|
|
494
|
+
--fui-radius-full: 9999px;
|
|
495
|
+
--fui-transition-fast: 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
496
|
+
--fui-transition-normal: 200ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
497
|
+
--fui-color-accent: light-dark(#006b57, #7fc9b3);
|
|
498
|
+
--fui-color-on-accent: light-dark(#ffffff, #000000);
|
|
499
|
+
--fui-color-accent-hover: light-dark(
|
|
500
|
+
hsl(169.9771289871, 164.3448630261%, 13.7353127687%),
|
|
501
|
+
rgb(111.2334942499, 184.9463823083, 163.3906961391)
|
|
502
|
+
);
|
|
503
|
+
--fui-color-accent-active: light-dark(
|
|
504
|
+
hsl(169.8890840621, 209.9337122072%, 10.2857473619%),
|
|
505
|
+
rgb(101.8225602578, 175.4300241517, 154.1534611497)
|
|
506
|
+
);
|
|
507
|
+
--fui-color-danger: #d97066;
|
|
508
|
+
--fui-color-danger-hover: rgb(199.870141707, 96.7054189294, 87.4882051829);
|
|
509
|
+
--fui-color-success: #7fc9b3;
|
|
510
|
+
--fui-color-warning: #e0aa5c;
|
|
511
|
+
--fui-color-info: #7fa6c4;
|
|
512
|
+
--fui-color-danger-bg: light-dark(
|
|
513
|
+
color-mix(in srgb, var(--fui-color-danger) 12%, white),
|
|
514
|
+
color-mix(in srgb, var(--fui-color-danger) 24%, black)
|
|
515
|
+
);
|
|
516
|
+
--fui-color-success-bg: light-dark(
|
|
517
|
+
color-mix(in srgb, var(--fui-color-success) 12%, white),
|
|
518
|
+
color-mix(in srgb, var(--fui-color-success) 24%, black)
|
|
519
|
+
);
|
|
520
|
+
--fui-color-warning-bg: light-dark(
|
|
521
|
+
color-mix(in srgb, var(--fui-color-warning) 12%, white),
|
|
522
|
+
color-mix(in srgb, var(--fui-color-warning) 24%, black)
|
|
523
|
+
);
|
|
524
|
+
--fui-color-info-bg: light-dark(
|
|
525
|
+
color-mix(in srgb, var(--fui-color-info) 12%, white),
|
|
526
|
+
color-mix(in srgb, var(--fui-color-info) 24%, black)
|
|
527
|
+
);
|
|
528
|
+
--fui-color-danger-text: light-dark(
|
|
529
|
+
color-mix(in srgb, var(--fui-color-danger) 72%, black),
|
|
530
|
+
color-mix(in srgb, var(--fui-color-danger) 78%, white 22%)
|
|
531
|
+
);
|
|
532
|
+
--fui-color-success-text: light-dark(
|
|
533
|
+
color-mix(in srgb, var(--fui-color-success) 72%, black),
|
|
534
|
+
color-mix(in srgb, var(--fui-color-success) 78%, white 22%)
|
|
535
|
+
);
|
|
536
|
+
--fui-color-warning-text: light-dark(
|
|
537
|
+
color-mix(in srgb, var(--fui-color-warning) 72%, black),
|
|
538
|
+
color-mix(in srgb, var(--fui-color-warning) 78%, white 22%)
|
|
539
|
+
);
|
|
540
|
+
--fui-color-info-text: light-dark(
|
|
541
|
+
color-mix(in srgb, var(--fui-color-info) 72%, black),
|
|
542
|
+
color-mix(in srgb, var(--fui-color-info) 78%, white 22%)
|
|
543
|
+
);
|
|
544
|
+
--fui-color-danger-border: light-dark(
|
|
545
|
+
color-mix(in srgb, var(--fui-color-danger) 32%, transparent),
|
|
546
|
+
color-mix(in srgb, var(--fui-color-danger-text) 30%, transparent)
|
|
547
|
+
);
|
|
548
|
+
--fui-color-success-border: light-dark(
|
|
549
|
+
color-mix(in srgb, var(--fui-color-success) 32%, transparent),
|
|
550
|
+
color-mix(in srgb, var(--fui-color-success-text) 28%, transparent)
|
|
551
|
+
);
|
|
552
|
+
--fui-color-warning-border: light-dark(
|
|
553
|
+
color-mix(in srgb, var(--fui-color-warning) 32%, transparent),
|
|
554
|
+
color-mix(in srgb, var(--fui-color-warning-text) 28%, transparent)
|
|
555
|
+
);
|
|
556
|
+
--fui-color-info-border: light-dark(
|
|
557
|
+
color-mix(in srgb, var(--fui-color-info) 32%, transparent),
|
|
558
|
+
color-mix(in srgb, var(--fui-color-info-text) 30%, transparent)
|
|
559
|
+
);
|
|
560
|
+
--fui-backdrop: light-dark(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
|
|
561
|
+
--fui-bg-primary: light-dark(#ffffff, #212121);
|
|
562
|
+
--fui-bg-secondary: light-dark(#f4f4f4, #171717);
|
|
563
|
+
--fui-bg-tertiary: light-dark(#f4f4f4, #2f2f2f);
|
|
564
|
+
--fui-bg-elevated: light-dark(#ffffff, #2f2f2f);
|
|
565
|
+
--fui-bg-subtle: light-dark(#fafafa, #171717);
|
|
566
|
+
--fui-bg-hover: light-dark(rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.055));
|
|
567
|
+
--fui-bg-active: light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.085));
|
|
568
|
+
--fui-body-bg: light-dark(#fff, #212121);
|
|
569
|
+
--fui-main-bg: light-dark(#ffffff, #212121);
|
|
570
|
+
--fui-bg-inverse: light-dark(#212121, #ececec);
|
|
571
|
+
--fui-text-primary: light-dark(#212121, #ececec);
|
|
572
|
+
--fui-text-secondary: light-dark(rgb(84.468434358, 84.468434358, 84.468434358), #b4b4b4);
|
|
573
|
+
--fui-text-tertiary: light-dark(rgb(86.4227350852, 86.4227350852, 86.4227350852), #8f8f8f);
|
|
574
|
+
--fui-text-inverse: light-dark(#f4f4f4, #212121);
|
|
575
|
+
--fui-border: light-dark(rgba(0, 0, 0, 0.05), #323232);
|
|
576
|
+
--fui-border-default: light-dark(rgba(0, 0, 0, 0.05), #323232);
|
|
577
|
+
--fui-border-strong: light-dark(rgba(0, 0, 0, 0.1), #4b4b4b);
|
|
578
|
+
--fui-border-subtle: color-mix(in srgb, var(--fui-border-default) 68%, transparent);
|
|
579
|
+
--fui-selection-bg: light-dark(
|
|
580
|
+
color-mix(in srgb, var(--fui-color-accent, #006b57) 18%, transparent),
|
|
581
|
+
color-mix(in srgb, var(--fui-color-accent, #7fc9b3) 22%, transparent)
|
|
582
|
+
);
|
|
583
|
+
--fui-selection-color: var(--fui-text-primary);
|
|
584
|
+
--fui-field-bg: color-mix(in srgb, var(--fui-bg-elevated) 72%, transparent);
|
|
585
|
+
--fui-field-bg-disabled: color-mix(in srgb, var(--fui-bg-tertiary) 78%, var(--fui-bg-primary));
|
|
586
|
+
--fui-field-border: var(--fui-border-strong);
|
|
587
|
+
--fui-field-border-hover: color-mix(
|
|
588
|
+
in srgb,
|
|
589
|
+
var(--fui-text-tertiary) 46%,
|
|
590
|
+
var(--fui-border-strong)
|
|
591
|
+
);
|
|
592
|
+
--fui-field-border-focus: var(--fui-text-primary);
|
|
593
|
+
--fui-field-selection-bg: color-mix(in srgb, var(--fui-text-primary) 8%, transparent);
|
|
594
|
+
--fui-field-selection-bg-hover: color-mix(in srgb, var(--fui-text-primary) 11%, transparent);
|
|
595
|
+
--fui-field-selection-border: var(--fui-border-strong);
|
|
596
|
+
--fui-field-selection-color: var(--fui-text-primary);
|
|
597
|
+
--fui-form-group-bg: color-mix(in srgb, var(--fui-bg-secondary) 48%, var(--fui-bg-primary));
|
|
598
|
+
--fui-form-group-border: var(--fui-border-default);
|
|
599
|
+
--fui-kbd-height: 1.286rem;
|
|
600
|
+
--fui-kbd-min-width: 1.714rem;
|
|
601
|
+
--fui-kbd-padding-x: var(--fui-space-0-75);
|
|
602
|
+
--fui-kbd-gap: calc(var(--fui-space-px) * 2);
|
|
603
|
+
--fui-kbd-bg: color-mix(in srgb, var(--fui-text-primary) 4%, transparent);
|
|
604
|
+
--fui-kbd-border: color-mix(in srgb, var(--fui-border-strong) 72%, transparent);
|
|
605
|
+
--fui-kbd-color: var(--fui-text-tertiary);
|
|
606
|
+
--fui-kbd-shadow: inset 0 1px 0
|
|
607
|
+
light-dark(
|
|
608
|
+
color-mix(in srgb, white 74%, transparent),
|
|
609
|
+
color-mix(in srgb, white 5%, transparent)
|
|
610
|
+
);
|
|
611
|
+
--fui-kbd-font-size: var(--fui-font-size-2xs);
|
|
612
|
+
--fui-kbd-radius: var(--fui-radius-sm);
|
|
613
|
+
--fui-kbd-reserved-width: 2.714rem;
|
|
614
|
+
--fui-button-primary-base: light-dark(#006b57, #006b57);
|
|
615
|
+
--fui-button-primary-hover: light-dark(#187762, #187762);
|
|
616
|
+
--fui-button-primary-active: light-dark(#005f4c, #005f4c);
|
|
617
|
+
--fui-button-primary-border-hover: color-mix(
|
|
618
|
+
in srgb,
|
|
619
|
+
var(--fui-button-primary-active) 86%,
|
|
620
|
+
black 14%
|
|
621
|
+
);
|
|
622
|
+
--fui-button-primary-border: color-mix(
|
|
623
|
+
in srgb,
|
|
624
|
+
var(--fui-button-primary-active) 74%,
|
|
625
|
+
black 26%
|
|
626
|
+
);
|
|
627
|
+
--fui-button-primary-color: #fff;
|
|
628
|
+
--fui-button-radius: var(--fui-radius-full);
|
|
629
|
+
--fui-button-primary-bg: var(--fui-button-primary-base);
|
|
630
|
+
--fui-button-primary-bg-hover: var(--fui-button-primary-hover);
|
|
631
|
+
--fui-button-primary-bg-active: var(--fui-button-primary-active);
|
|
632
|
+
--fui-button-primary-shadow: none;
|
|
633
|
+
--fui-button-primary-shadow-active: inset
|
|
634
|
+
0
|
|
635
|
+
1px
|
|
636
|
+
2px
|
|
637
|
+
color-mix(in srgb, black 22%, transparent);
|
|
638
|
+
--fui-button-neutral-bg: linear-gradient(
|
|
639
|
+
to bottom,
|
|
640
|
+
light-dark(
|
|
641
|
+
color-mix(in srgb, var(--fui-bg-elevated) 97%, var(--fui-text-primary) 3%),
|
|
642
|
+
color-mix(in srgb, var(--fui-bg-elevated) 88%, var(--fui-text-primary) 12%)
|
|
643
|
+
)
|
|
644
|
+
0%,
|
|
645
|
+
light-dark(
|
|
646
|
+
color-mix(in srgb, var(--fui-bg-elevated) 92%, var(--fui-text-primary) 8%),
|
|
647
|
+
color-mix(in srgb, var(--fui-bg-elevated) 96%, var(--fui-text-primary) 4%)
|
|
648
|
+
)
|
|
649
|
+
100%
|
|
650
|
+
);
|
|
651
|
+
--fui-button-neutral-bg-hover: linear-gradient(
|
|
652
|
+
to bottom,
|
|
653
|
+
light-dark(
|
|
654
|
+
color-mix(in srgb, var(--fui-bg-elevated) 99%, var(--fui-text-primary) 1%),
|
|
655
|
+
color-mix(in srgb, var(--fui-bg-elevated) 82%, var(--fui-text-primary) 18%)
|
|
656
|
+
)
|
|
657
|
+
0%,
|
|
658
|
+
light-dark(
|
|
659
|
+
color-mix(in srgb, var(--fui-bg-elevated) 88%, var(--fui-text-primary) 12%),
|
|
660
|
+
color-mix(in srgb, var(--fui-bg-elevated) 92%, var(--fui-text-primary) 8%)
|
|
661
|
+
)
|
|
662
|
+
100%
|
|
663
|
+
);
|
|
664
|
+
--fui-button-neutral-bg-active: linear-gradient(
|
|
665
|
+
to bottom,
|
|
666
|
+
color-mix(in srgb, var(--fui-bg-elevated) 82%, var(--fui-text-primary) 18%) 0%,
|
|
667
|
+
color-mix(in srgb, var(--fui-bg-elevated) 90%, var(--fui-text-primary) 10%) 100%
|
|
668
|
+
);
|
|
669
|
+
--fui-button-neutral-border: color-mix(
|
|
670
|
+
in srgb,
|
|
671
|
+
var(--fui-border-strong) 78%,
|
|
672
|
+
var(--fui-text-primary) 22%
|
|
673
|
+
);
|
|
674
|
+
--fui-button-neutral-border-hover: color-mix(
|
|
675
|
+
in srgb,
|
|
676
|
+
var(--fui-border-strong) 58%,
|
|
677
|
+
var(--fui-text-primary) 42%
|
|
678
|
+
);
|
|
679
|
+
--fui-button-neutral-color: var(--fui-text-primary);
|
|
680
|
+
--fui-button-outlined-shadow: inset 0 1px 0 light-dark(color-mix(in srgb, white 72%, transparent), color-mix(in srgb, white 5%, transparent));
|
|
681
|
+
--fui-button-neutral-shadow:
|
|
682
|
+
inset 0 1px 0
|
|
683
|
+
light-dark(
|
|
684
|
+
color-mix(in srgb, white 88%, transparent),
|
|
685
|
+
color-mix(in srgb, white 7%, transparent)
|
|
686
|
+
),
|
|
687
|
+
inset 0 -1px 0 color-mix(in srgb, var(--fui-text-primary) 7%, transparent),
|
|
688
|
+
0 1px 1px color-mix(in srgb, black 12%, transparent);
|
|
689
|
+
--fui-button-neutral-shadow-active:
|
|
690
|
+
inset 0 1px 2px color-mix(in srgb, black 16%, transparent),
|
|
691
|
+
inset 0 0 0 1px color-mix(in srgb, var(--fui-text-primary) 6%, transparent);
|
|
692
|
+
--fui-code-bg: #171717;
|
|
693
|
+
--fui-code-selection-bg: color-mix(in srgb, var(--fui-button-primary-base, #006b57) 30%, transparent);
|
|
694
|
+
--fui-bg-highlight: color-mix(in srgb, var(--fui-text-primary) 7%, transparent);
|
|
695
|
+
--fui-app-canvas-bg: var(--fui-body-bg);
|
|
696
|
+
--fui-app-main-bg: var(--fui-main-bg);
|
|
697
|
+
--fui-app-sidebar-bg: color-mix(in srgb, var(--fui-bg-primary) 78%, var(--fui-bg-secondary));
|
|
698
|
+
--fui-sidebar-bg: var(--fui-app-sidebar-bg);
|
|
699
|
+
--fui-sidebar-border: var(--fui-border-default);
|
|
700
|
+
--fui-sidebar-item-color: var(--fui-text-secondary);
|
|
701
|
+
--fui-sidebar-item-icon-color: var(--fui-text-tertiary);
|
|
702
|
+
--fui-sidebar-item-hover-bg: var(--fui-bg-hover);
|
|
703
|
+
--fui-sidebar-item-hover-color: var(--fui-text-primary);
|
|
704
|
+
--fui-sidebar-item-active-bg: color-mix(in srgb, var(--fui-text-primary) 8%, transparent);
|
|
705
|
+
--fui-sidebar-item-active-border: transparent;
|
|
706
|
+
--fui-sidebar-item-active-color: var(--fui-text-primary);
|
|
707
|
+
--fui-sidebar-item-active-indicator: transparent;
|
|
708
|
+
--fui-sidebar-footer-border: color-mix(in srgb, var(--fui-border-default) 68%, transparent);
|
|
709
|
+
--fui-badge-radius: var(--fui-radius-lg);
|
|
710
|
+
--fui-badge-dot-color: currentColor;
|
|
711
|
+
--fui-card-radius: var(--fui-radius-lg);
|
|
712
|
+
--fui-card-bg: color-mix(in srgb, var(--fui-bg-elevated) 92%, transparent);
|
|
713
|
+
--fui-card-border: color-mix(in srgb, var(--fui-border-default) 86%, transparent);
|
|
714
|
+
--fui-card-outlined-border: var(--fui-card-border);
|
|
715
|
+
--fui-card-shadow: inset 0 1px 0
|
|
716
|
+
light-dark(
|
|
717
|
+
color-mix(in srgb, white 86%, transparent),
|
|
718
|
+
color-mix(in srgb, white 4%, transparent)
|
|
719
|
+
);
|
|
720
|
+
--fui-card-elevated-shadow:
|
|
721
|
+
var(--fui-card-shadow), 0 1px 2px color-mix(in srgb, black 8%, transparent),
|
|
722
|
+
0 16px 36px -28px color-mix(in srgb, black 34%, transparent);
|
|
723
|
+
--fui-card-hover-bg: color-mix(in srgb, var(--fui-bg-elevated) 88%, var(--fui-text-primary) 4%);
|
|
724
|
+
--fui-card-hover-border: color-mix(in srgb, var(--fui-border-strong) 86%, transparent);
|
|
725
|
+
--fui-card-active-bg: color-mix(
|
|
726
|
+
in srgb,
|
|
727
|
+
var(--fui-bg-elevated) 84%,
|
|
728
|
+
var(--fui-text-primary) 6%
|
|
729
|
+
);
|
|
730
|
+
--fui-card-active-shadow: inset 0 1px 2px color-mix(in srgb, black 12%, transparent);
|
|
731
|
+
--fui-card-panel-shadow: var(--fui-card-shadow);
|
|
732
|
+
--fui-card-stat-bg: color-mix(in srgb, var(--fui-bg-elevated) 74%, transparent);
|
|
733
|
+
--fui-card-stat-border: color-mix(in srgb, var(--fui-border-default) 78%, transparent);
|
|
734
|
+
--fui-card-stat-shadow: var(--fui-card-shadow);
|
|
735
|
+
--fui-panel-bg: color-mix(in srgb, var(--fui-bg-elevated) 74%, transparent);
|
|
736
|
+
--fui-panel-border: color-mix(in srgb, var(--fui-border-default) 78%, transparent);
|
|
737
|
+
--fui-table-bg: transparent;
|
|
738
|
+
--fui-table-border: var(--fui-border-default);
|
|
739
|
+
--fui-table-header-bg: color-mix(in srgb, var(--fui-text-primary) 5%, transparent);
|
|
740
|
+
--fui-table-header-border: var(--fui-border-strong);
|
|
741
|
+
--fui-table-row-hover-bg: var(--fui-bg-hover);
|
|
742
|
+
--fui-table-row-active-bg: var(--fui-bg-active);
|
|
743
|
+
--fui-table-row-selected-bg: color-mix(in srgb, var(--fui-text-primary) 8%, transparent);
|
|
744
|
+
--fui-table-row-selected-border: var(--fui-border-strong);
|
|
745
|
+
--fui-table-subrow-bg: color-mix(in srgb, var(--fui-bg-secondary) 62%, transparent);
|
|
746
|
+
--fui-tabs-pills-bg: color-mix(in srgb, var(--fui-text-primary) 5%, transparent);
|
|
747
|
+
--fui-tabs-pills-border: var(--fui-border-default);
|
|
748
|
+
--fui-tabs-pill-hover-bg: transparent;
|
|
749
|
+
--fui-tabs-pill-active-bg: color-mix(in srgb, var(--fui-text-primary) 9%, transparent);
|
|
750
|
+
--fui-tabs-pill-active-border: transparent;
|
|
751
|
+
--fui-tabs-pill-active-shadow: none;
|
|
752
|
+
--fui-toggle-group-selected-bg: color-mix(in srgb, var(--fui-text-primary) 9%, transparent);
|
|
753
|
+
--fui-toggle-group-selected-border: transparent;
|
|
754
|
+
--fui-toggle-group-selected-shadow: none;
|
|
755
|
+
--fui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
|
|
756
|
+
--fui-shadow-md: 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03);
|
|
757
|
+
--fui-shadow-lg: 0 8px 12px -3px rgba(0, 0, 0, 0.06), 0 3px 5px -4px rgba(0, 0, 0, 0.04);
|
|
758
|
+
--fui-focus-ring-color: light-dark(#006b57, #7fc9b3);
|
|
759
|
+
--fui-focus-ring-offset: 2px;
|
|
760
|
+
--fui-focus-ring-width: 2px;
|
|
761
|
+
--fui-scrollbar-width: 8px;
|
|
762
|
+
--fui-scrollbar-track: light-dark(#f4f4f4, transparent);
|
|
763
|
+
--fui-scrollbar-thumb: light-dark(#d1d1d1, #4b4b4b);
|
|
764
|
+
--fui-scrollbar-thumb-hover: light-dark(
|
|
765
|
+
#b0b0b0,
|
|
766
|
+
#b4b4b4
|
|
767
|
+
);
|
|
768
|
+
--fui-button-height-xs: 2.2857142857rem;
|
|
769
|
+
--fui-button-height-sm: 2.2857142857rem;
|
|
770
|
+
--fui-button-height-md: 2.8571428571rem;
|
|
771
|
+
--fui-button-height-lg: 3.1428571429rem;
|
|
772
|
+
--fui-input-height-sm: 2.2857142857rem;
|
|
773
|
+
--fui-input-height: 2.8571428571rem;
|
|
774
|
+
--fui-input-height-lg: 3.1428571429rem;
|
|
775
|
+
--fui-touch-sm: 2.2857142857rem;
|
|
776
|
+
--fui-touch-md: 2.2857142857rem;
|
|
777
|
+
--fui-touch-lg: 3.1428571429rem;
|
|
778
|
+
--fui-target-size-min: 2.286rem;
|
|
779
|
+
--fui-sidebar-item-height: 2.2857142857rem;
|
|
780
|
+
--fui-appshell-header-height: 56px;
|
|
781
|
+
--fui-header-z-index: 40;
|
|
782
|
+
--fui-icon-xs: 0.857rem;
|
|
783
|
+
--fui-icon-sm: 1rem;
|
|
784
|
+
--fui-icon-md: 1.143rem;
|
|
785
|
+
--fui-icon-lg: 1.429rem;
|
|
786
|
+
--fui-icon-xl: 1.714rem;
|
|
787
|
+
--fui-icon-2xl: 2.286rem;
|
|
788
|
+
}
|
|
789
|
+
:root[data-theme=dark] {
|
|
790
|
+
color-scheme: dark;
|
|
791
|
+
--fui-color-accent: #7fc9b3;
|
|
792
|
+
--fui-color-on-accent: #000000;
|
|
793
|
+
--fui-color-accent-hover: rgb(111.2334942499, 184.9463823083, 163.3906961391);
|
|
794
|
+
--fui-color-accent-active: rgb(101.8225602578, 175.4300241517, 154.1534611497);
|
|
795
|
+
--fui-bg-primary: #212121;
|
|
796
|
+
--fui-bg-secondary: #171717;
|
|
797
|
+
--fui-bg-tertiary: #2f2f2f;
|
|
798
|
+
--fui-bg-elevated: #2f2f2f;
|
|
799
|
+
--fui-bg-subtle: #171717;
|
|
800
|
+
--fui-bg-hover: rgba(255, 255, 255, 0.055);
|
|
801
|
+
--fui-bg-active: rgba(255, 255, 255, 0.085);
|
|
802
|
+
--fui-bg-highlight: color-mix(in srgb, var(--fui-text-primary) 10%, transparent);
|
|
803
|
+
--fui-body-bg: #212121;
|
|
804
|
+
--fui-main-bg: #212121;
|
|
805
|
+
--fui-bg-inverse: #ececec;
|
|
806
|
+
--fui-text-primary: #ececec;
|
|
807
|
+
--fui-text-secondary: #b4b4b4;
|
|
808
|
+
--fui-text-tertiary: #8f8f8f;
|
|
809
|
+
--fui-text-inverse: #212121;
|
|
810
|
+
--fui-border: #323232;
|
|
811
|
+
--fui-border-default: #323232;
|
|
812
|
+
--fui-border-strong: #4b4b4b;
|
|
813
|
+
--fui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
|
|
814
|
+
--fui-shadow-md: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 3px -2px rgba(0, 0, 0, 0.15);
|
|
815
|
+
--fui-shadow-lg: 0 8px 12px -3px rgba(0, 0, 0, 0.25), 0 3px 5px -4px rgba(0, 0, 0, 0.18);
|
|
816
|
+
--fui-color-danger-bg: color-mix(in srgb, var(--fui-color-danger) 24%, black);
|
|
817
|
+
--fui-color-success-bg: color-mix(in srgb, var(--fui-color-success) 24%, black);
|
|
818
|
+
--fui-color-warning-bg: color-mix(in srgb, var(--fui-color-warning) 24%, black);
|
|
819
|
+
--fui-color-info-bg: color-mix(in srgb, var(--fui-color-info) 24%, black);
|
|
820
|
+
--fui-color-danger-text: color-mix(in srgb, var(--fui-color-danger) 78%, white 22%);
|
|
821
|
+
--fui-color-success-text: color-mix(in srgb, var(--fui-color-success) 78%, white 22%);
|
|
822
|
+
--fui-color-warning-text: color-mix(in srgb, var(--fui-color-warning) 78%, white 22%);
|
|
823
|
+
--fui-color-info-text: color-mix(in srgb, var(--fui-color-info) 78%, white 22%);
|
|
824
|
+
--fui-color-danger-border: color-mix(in srgb, var(--fui-color-danger-text) 30%, transparent);
|
|
825
|
+
--fui-color-success-border: color-mix(in srgb, var(--fui-color-success-text) 28%, transparent);
|
|
826
|
+
--fui-color-warning-border: color-mix(in srgb, var(--fui-color-warning-text) 28%, transparent);
|
|
827
|
+
--fui-color-info-border: color-mix(in srgb, var(--fui-color-info-text) 30%, transparent);
|
|
828
|
+
--fui-focus-ring-color: #7fc9b3;
|
|
829
|
+
--fui-backdrop: rgba(0, 0, 0, 0.8);
|
|
830
|
+
--fui-scrollbar-track: transparent;
|
|
831
|
+
--fui-scrollbar-thumb: #4b4b4b;
|
|
832
|
+
--fui-scrollbar-thumb-hover: #b4b4b4;
|
|
833
|
+
}
|
|
834
|
+
:root.dark {
|
|
835
|
+
color-scheme: dark;
|
|
836
|
+
--fui-color-accent: #7fc9b3;
|
|
837
|
+
--fui-color-on-accent: #000000;
|
|
838
|
+
--fui-color-accent-hover: rgb(111.2334942499, 184.9463823083, 163.3906961391);
|
|
839
|
+
--fui-color-accent-active: rgb(101.8225602578, 175.4300241517, 154.1534611497);
|
|
840
|
+
--fui-bg-primary: #212121;
|
|
841
|
+
--fui-bg-secondary: #171717;
|
|
842
|
+
--fui-bg-tertiary: #2f2f2f;
|
|
843
|
+
--fui-bg-elevated: #2f2f2f;
|
|
844
|
+
--fui-bg-subtle: #171717;
|
|
845
|
+
--fui-bg-hover: rgba(255, 255, 255, 0.055);
|
|
846
|
+
--fui-bg-active: rgba(255, 255, 255, 0.085);
|
|
847
|
+
--fui-bg-highlight: color-mix(in srgb, var(--fui-text-primary) 10%, transparent);
|
|
848
|
+
--fui-body-bg: #212121;
|
|
849
|
+
--fui-main-bg: #212121;
|
|
850
|
+
--fui-bg-inverse: #ececec;
|
|
851
|
+
--fui-text-primary: #ececec;
|
|
852
|
+
--fui-text-secondary: #b4b4b4;
|
|
853
|
+
--fui-text-tertiary: #8f8f8f;
|
|
854
|
+
--fui-text-inverse: #212121;
|
|
855
|
+
--fui-border: #323232;
|
|
856
|
+
--fui-border-default: #323232;
|
|
857
|
+
--fui-border-strong: #4b4b4b;
|
|
858
|
+
--fui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
|
|
859
|
+
--fui-shadow-md: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 3px -2px rgba(0, 0, 0, 0.15);
|
|
860
|
+
--fui-shadow-lg: 0 8px 12px -3px rgba(0, 0, 0, 0.25), 0 3px 5px -4px rgba(0, 0, 0, 0.18);
|
|
861
|
+
--fui-color-danger-bg: color-mix(in srgb, var(--fui-color-danger) 24%, black);
|
|
862
|
+
--fui-color-success-bg: color-mix(in srgb, var(--fui-color-success) 24%, black);
|
|
863
|
+
--fui-color-warning-bg: color-mix(in srgb, var(--fui-color-warning) 24%, black);
|
|
864
|
+
--fui-color-info-bg: color-mix(in srgb, var(--fui-color-info) 24%, black);
|
|
865
|
+
--fui-color-danger-text: color-mix(in srgb, var(--fui-color-danger) 78%, white 22%);
|
|
866
|
+
--fui-color-success-text: color-mix(in srgb, var(--fui-color-success) 78%, white 22%);
|
|
867
|
+
--fui-color-warning-text: color-mix(in srgb, var(--fui-color-warning) 78%, white 22%);
|
|
868
|
+
--fui-color-info-text: color-mix(in srgb, var(--fui-color-info) 78%, white 22%);
|
|
869
|
+
--fui-color-danger-border: color-mix(in srgb, var(--fui-color-danger-text) 30%, transparent);
|
|
870
|
+
--fui-color-success-border: color-mix(in srgb, var(--fui-color-success-text) 28%, transparent);
|
|
871
|
+
--fui-color-warning-border: color-mix(in srgb, var(--fui-color-warning-text) 28%, transparent);
|
|
872
|
+
--fui-color-info-border: color-mix(in srgb, var(--fui-color-info-text) 30%, transparent);
|
|
873
|
+
--fui-focus-ring-color: #7fc9b3;
|
|
874
|
+
--fui-backdrop: rgba(0, 0, 0, 0.8);
|
|
875
|
+
--fui-scrollbar-track: transparent;
|
|
876
|
+
--fui-scrollbar-thumb: #4b4b4b;
|
|
877
|
+
--fui-scrollbar-thumb-hover: #b4b4b4;
|
|
878
|
+
}
|
|
879
|
+
:root[data-theme=light],
|
|
880
|
+
:root.light {
|
|
881
|
+
color-scheme: light;
|
|
882
|
+
}
|
|
883
|
+
@supports (color: oklch(from red l c h)) {
|
|
884
|
+
:root {
|
|
885
|
+
--fui-color-accent: light-dark(var(--fui-seed-brand), #7fc9b3);
|
|
886
|
+
--fui-color-on-accent: oklch(
|
|
887
|
+
from var(--fui-color-accent) calc(0 + (1 - clamp(0, calc((l - 0.6) * 999), 1))) 0 0
|
|
888
|
+
);
|
|
889
|
+
--fui-color-accent-hover: light-dark(
|
|
890
|
+
oklch(from var(--fui-seed-brand) max(0.05, calc(l - 0.06)) c h),
|
|
891
|
+
rgb(111.2334942499, 184.9463823083, 163.3906961391)
|
|
892
|
+
);
|
|
893
|
+
--fui-color-accent-active: light-dark(
|
|
894
|
+
oklch(from var(--fui-seed-brand) max(0.05, calc(l - 0.12)) c h),
|
|
895
|
+
rgb(101.8225602578, 175.4300241517, 154.1534611497)
|
|
896
|
+
);
|
|
897
|
+
--fui-color-danger-hover: oklch(from var(--fui-seed-danger) max(0.05, calc(l - 0.06)) c h);
|
|
898
|
+
--fui-color-danger-bg: light-dark(
|
|
899
|
+
color-mix(in oklch, var(--fui-seed-danger) 12%, white),
|
|
900
|
+
color-mix(in oklch, var(--fui-seed-danger) 24%, black)
|
|
901
|
+
);
|
|
902
|
+
--fui-color-success-bg: light-dark(
|
|
903
|
+
color-mix(in oklch, var(--fui-seed-success) 12%, white),
|
|
904
|
+
color-mix(in oklch, var(--fui-seed-success) 24%, black)
|
|
905
|
+
);
|
|
906
|
+
--fui-color-warning-bg: light-dark(
|
|
907
|
+
color-mix(in oklch, var(--fui-seed-warning) 12%, white),
|
|
908
|
+
color-mix(in oklch, var(--fui-seed-warning) 24%, black)
|
|
909
|
+
);
|
|
910
|
+
--fui-color-info-bg: light-dark(
|
|
911
|
+
color-mix(in oklch, var(--fui-seed-info) 12%, white),
|
|
912
|
+
color-mix(in oklch, var(--fui-seed-info) 24%, black)
|
|
913
|
+
);
|
|
914
|
+
--fui-color-danger-text: light-dark(
|
|
915
|
+
color-mix(in oklch, var(--fui-seed-danger) 72%, black),
|
|
916
|
+
color-mix(in oklch, var(--fui-seed-danger) 78%, white 22%)
|
|
917
|
+
);
|
|
918
|
+
--fui-color-success-text: light-dark(
|
|
919
|
+
color-mix(in oklch, var(--fui-seed-success) 72%, black),
|
|
920
|
+
color-mix(in oklch, var(--fui-seed-success) 78%, white 22%)
|
|
921
|
+
);
|
|
922
|
+
--fui-color-warning-text: light-dark(
|
|
923
|
+
color-mix(in oklch, var(--fui-seed-warning) 72%, black),
|
|
924
|
+
color-mix(in oklch, var(--fui-seed-warning) 78%, white 22%)
|
|
925
|
+
);
|
|
926
|
+
--fui-color-info-text: light-dark(
|
|
927
|
+
color-mix(in oklch, var(--fui-seed-info) 72%, black),
|
|
928
|
+
color-mix(in oklch, var(--fui-seed-info) 78%, white 22%)
|
|
929
|
+
);
|
|
930
|
+
--fui-focus-ring-color: var(--fui-color-accent);
|
|
931
|
+
}
|
|
932
|
+
:root[data-theme=dark],
|
|
933
|
+
:root.dark {
|
|
934
|
+
--fui-color-accent: #7fc9b3;
|
|
935
|
+
--fui-color-on-accent: oklch(
|
|
936
|
+
from var(--fui-color-accent) calc(0 + (1 - clamp(0, calc((l - 0.6) * 999), 1))) 0 0
|
|
937
|
+
);
|
|
938
|
+
--fui-color-accent-hover: rgb(111.2334942499, 184.9463823083, 163.3906961391);
|
|
939
|
+
--fui-color-accent-active: rgb(101.8225602578, 175.4300241517, 154.1534611497);
|
|
940
|
+
--fui-color-danger-bg: color-mix(in oklch, var(--fui-seed-danger) 24%, black);
|
|
941
|
+
--fui-color-success-bg: color-mix(in oklch, var(--fui-seed-success) 24%, black);
|
|
942
|
+
--fui-color-warning-bg: color-mix(in oklch, var(--fui-seed-warning) 24%, black);
|
|
943
|
+
--fui-color-info-bg: color-mix(in oklch, var(--fui-seed-info) 24%, black);
|
|
944
|
+
--fui-color-danger-text: color-mix(in oklch, var(--fui-seed-danger) 78%, white 22%);
|
|
945
|
+
--fui-color-success-text: color-mix(in oklch, var(--fui-seed-success) 78%, white 22%);
|
|
946
|
+
--fui-color-warning-text: color-mix(in oklch, var(--fui-seed-warning) 78%, white 22%);
|
|
947
|
+
--fui-color-info-text: color-mix(in oklch, var(--fui-seed-info) 78%, white 22%);
|
|
948
|
+
--fui-focus-ring-color: var(--fui-color-accent);
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
@media (prefers-contrast: more) {
|
|
952
|
+
:root {
|
|
953
|
+
--fui-focus-ring-width: 3px;
|
|
954
|
+
--fui-border: var(--fui-text-primary);
|
|
955
|
+
--fui-border-strong: var(--fui-text-primary);
|
|
956
|
+
--fui-bg-hover: rgba(0, 0, 0, 0.12);
|
|
957
|
+
--fui-bg-active: rgba(0, 0, 0, 0.18);
|
|
958
|
+
--fui-field-border: var(--fui-text-primary);
|
|
959
|
+
--fui-field-border-hover: var(--fui-text-primary);
|
|
960
|
+
--fui-field-border-focus: var(--fui-color-accent);
|
|
961
|
+
--fui-field-selection-border: var(--fui-color-accent);
|
|
962
|
+
--fui-form-group-border: var(--fui-text-primary);
|
|
963
|
+
--fui-sidebar-item-active-border: var(--fui-text-primary);
|
|
964
|
+
--fui-tabs-pill-active-border: var(--fui-text-primary);
|
|
965
|
+
--fui-tabs-pill-active-shadow: inset 0 0 0 1px var(--fui-tabs-pill-active-border);
|
|
966
|
+
--fui-toggle-group-selected-border: var(--fui-text-primary);
|
|
967
|
+
--fui-toggle-group-selected-shadow: inset 0 0 0 1px var(--fui-toggle-group-selected-border);
|
|
968
|
+
}
|
|
969
|
+
:root[data-theme=dark],
|
|
970
|
+
:root.dark {
|
|
971
|
+
--fui-bg-hover: rgba(255, 255, 255, 0.15);
|
|
972
|
+
--fui-bg-active: rgba(255, 255, 255, 0.22);
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
:root[data-high-contrast=true] {
|
|
976
|
+
--fui-focus-ring-width: 3px;
|
|
977
|
+
--fui-border: var(--fui-text-primary);
|
|
978
|
+
--fui-border-strong: var(--fui-text-primary);
|
|
979
|
+
--fui-bg-hover: rgba(0, 0, 0, 0.12);
|
|
980
|
+
--fui-bg-active: rgba(0, 0, 0, 0.18);
|
|
981
|
+
--fui-field-border: var(--fui-text-primary);
|
|
982
|
+
--fui-field-border-hover: var(--fui-text-primary);
|
|
983
|
+
--fui-field-border-focus: var(--fui-color-accent);
|
|
984
|
+
--fui-field-selection-border: var(--fui-color-accent);
|
|
985
|
+
--fui-form-group-border: var(--fui-text-primary);
|
|
986
|
+
--fui-sidebar-item-active-border: var(--fui-text-primary);
|
|
987
|
+
--fui-tabs-pill-active-border: var(--fui-text-primary);
|
|
988
|
+
--fui-tabs-pill-active-shadow: inset 0 0 0 1px var(--fui-tabs-pill-active-border);
|
|
989
|
+
--fui-toggle-group-selected-border: var(--fui-text-primary);
|
|
990
|
+
--fui-toggle-group-selected-shadow: inset 0 0 0 1px var(--fui-toggle-group-selected-border);
|
|
991
|
+
}
|
|
992
|
+
* {
|
|
993
|
+
scrollbar-width: thin;
|
|
994
|
+
scrollbar-color: var(--fui-scrollbar-thumb) var(--fui-scrollbar-track);
|
|
995
|
+
}
|
|
996
|
+
*::-webkit-scrollbar {
|
|
997
|
+
width: var(--fui-scrollbar-width);
|
|
998
|
+
height: var(--fui-scrollbar-width);
|
|
999
|
+
}
|
|
1000
|
+
*::-webkit-scrollbar-track {
|
|
1001
|
+
background: var(--fui-scrollbar-track);
|
|
1002
|
+
border-radius: calc(var(--fui-scrollbar-width) / 2);
|
|
1003
|
+
}
|
|
1004
|
+
*::-webkit-scrollbar-thumb {
|
|
1005
|
+
background: var(--fui-scrollbar-thumb);
|
|
1006
|
+
border-radius: calc(var(--fui-scrollbar-width) / 2);
|
|
1007
|
+
}
|
|
1008
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
1009
|
+
background: var(--fui-scrollbar-thumb-hover);
|
|
1010
|
+
}
|
|
1011
|
+
*::-webkit-scrollbar-corner {
|
|
1012
|
+
background: var(--fui-scrollbar-track);
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
@layer fui.base {
|
|
1016
|
+
:where(*, *::before, *::after) {
|
|
1017
|
+
box-sizing: border-box;
|
|
1018
|
+
}
|
|
1019
|
+
html {
|
|
1020
|
+
font-size: 14px;
|
|
1021
|
+
scroll-behavior: smooth;
|
|
1022
|
+
}
|
|
1023
|
+
:where(body) {
|
|
1024
|
+
margin: 0;
|
|
1025
|
+
font-size: inherit;
|
|
1026
|
+
font-family: var(--fui-font-sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
|
|
1027
|
+
line-height: var(--fui-line-height-normal, 1.5);
|
|
1028
|
+
background-color: var(--fui-body-bg, #fff);
|
|
1029
|
+
color: var(--fui-text-primary, #171717);
|
|
1030
|
+
-webkit-font-smoothing: antialiased;
|
|
1031
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1032
|
+
font-feature-settings: "rlig" 1, "calt" 1;
|
|
1033
|
+
}
|
|
1034
|
+
:where(a) {
|
|
1035
|
+
text-decoration: none;
|
|
1036
|
+
color: inherit;
|
|
1037
|
+
}
|
|
1038
|
+
:where(a:not([class]):not([style])) {
|
|
1039
|
+
color: var(--fui-color-accent, #006b57);
|
|
1040
|
+
text-decoration: underline;
|
|
1041
|
+
text-underline-offset: 2px;
|
|
1042
|
+
transition: color 0.15s ease;
|
|
1043
|
+
}
|
|
1044
|
+
:where(a:not([class]):not([style])):hover {
|
|
1045
|
+
color: var(--fui-color-accent-hover, hsl(169.9771289871, 164.3448630261%, 13.7353127687%));
|
|
1046
|
+
}
|
|
1047
|
+
::selection {
|
|
1048
|
+
background-color: var(--fui-selection-bg, color-mix(in srgb, var(--fui-color-accent, #7fc9b3) 18%, transparent));
|
|
1049
|
+
color: var(--fui-selection-color, var(--fui-text-primary, #171717));
|
|
1050
|
+
}
|
|
1051
|
+
::-webkit-scrollbar {
|
|
1052
|
+
width: 6px;
|
|
1053
|
+
height: 6px;
|
|
1054
|
+
}
|
|
1055
|
+
::-webkit-scrollbar-track {
|
|
1056
|
+
background-color: transparent;
|
|
1057
|
+
}
|
|
1058
|
+
::-webkit-scrollbar-thumb {
|
|
1059
|
+
background-color: transparent;
|
|
1060
|
+
border-radius: 9999px;
|
|
1061
|
+
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
1062
|
+
}
|
|
1063
|
+
:where(*:hover)::-webkit-scrollbar-thumb {
|
|
1064
|
+
background-color: var(--fui-text-tertiary, #8a8a8a);
|
|
1065
|
+
}
|
|
1066
|
+
::-webkit-scrollbar-thumb:hover {
|
|
1067
|
+
background-color: var(--fui-text-secondary, #525252);
|
|
1068
|
+
}
|
|
1069
|
+
:where(*) {
|
|
1070
|
+
scrollbar-width: thin;
|
|
1071
|
+
scrollbar-color: transparent transparent;
|
|
1072
|
+
}
|
|
1073
|
+
:where(*:hover) {
|
|
1074
|
+
scrollbar-color: var(--fui-text-tertiary, #8a8a8a) transparent;
|
|
1075
|
+
}
|
|
1076
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1077
|
+
:where(*, *::before, *::after) {
|
|
1078
|
+
animation-duration: 0.01ms !important;
|
|
1079
|
+
animation-iteration-count: 1 !important;
|
|
1080
|
+
transition-duration: 0.01ms !important;
|
|
1081
|
+
scroll-behavior: auto !important;
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
:where(:focus:not(:focus-visible)) {
|
|
1085
|
+
outline: none;
|
|
1086
|
+
}
|
|
1087
|
+
:where(:focus-visible) {
|
|
1088
|
+
outline: 1px solid color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 24%, transparent);
|
|
1089
|
+
outline-offset: var(--fui-focus-ring-offset, 2px);
|
|
1090
|
+
box-shadow: 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 10%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 18%, transparent);
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
/* @usefragments/ui — component CSS modules (vite bundle) */
|
|
1
1094
|
._button_1xsqy_1 {
|
|
2
1095
|
appearance: none;
|
|
3
1096
|
background: transparent;
|