@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.
Files changed (68) hide show
  1. package/dist/assets/ui.css +10324 -0
  2. package/fragments.json +1 -1
  3. package/package.json +119 -98
  4. package/dist/assets/components/Accordion/Accordion.module.css +0 -107
  5. package/dist/assets/components/Alert/Alert.module.css +0 -158
  6. package/dist/assets/components/AppShell/AppShell.module.css +0 -156
  7. package/dist/assets/components/Avatar/Avatar.module.css +0 -109
  8. package/dist/assets/components/Badge/Badge.module.css +0 -117
  9. package/dist/assets/components/BentoGrid/BentoGrid.module.css +0 -113
  10. package/dist/assets/components/Box/Box.module.css +0 -341
  11. package/dist/assets/components/Breadcrumbs/Breadcrumbs.module.css +0 -108
  12. package/dist/assets/components/Button/Button.module.css +0 -153
  13. package/dist/assets/components/ButtonGroup/ButtonGroup.module.css +0 -32
  14. package/dist/assets/components/Card/Card.module.css +0 -131
  15. package/dist/assets/components/Chart/Chart.module.css +0 -122
  16. package/dist/assets/components/Checkbox/Checkbox.module.css +0 -129
  17. package/dist/assets/components/Chip/Chip.module.css +0 -248
  18. package/dist/assets/components/CodeBlock/CodeBlock.module.css +0 -309
  19. package/dist/assets/components/Collapsible/Collapsible.module.css +0 -103
  20. package/dist/assets/components/ColorPicker/ColorPicker.module.css +0 -140
  21. package/dist/assets/components/Combobox/Combobox.module.css +0 -278
  22. package/dist/assets/components/Command/Command.module.css +0 -132
  23. package/dist/assets/components/ConversationList/ConversationList.module.css +0 -138
  24. package/dist/assets/components/DatePicker/DatePicker.module.css +0 -388
  25. package/dist/assets/components/Dialog/Dialog.module.css +0 -170
  26. package/dist/assets/components/Drawer/Drawer.module.css +0 -214
  27. package/dist/assets/components/EmptyState/EmptyState.module.css +0 -100
  28. package/dist/assets/components/Field/Field.module.css +0 -30
  29. package/dist/assets/components/Fieldset/Fieldset.module.css +0 -21
  30. package/dist/assets/components/Form/Form.module.css +0 -5
  31. package/dist/assets/components/Grid/Grid.module.css +0 -249
  32. package/dist/assets/components/Header/Header.module.css +0 -332
  33. package/dist/assets/components/Icon/Icon.module.css +0 -35
  34. package/dist/assets/components/Image/Image.module.css +0 -71
  35. package/dist/assets/components/Input/Input.module.css +0 -135
  36. package/dist/assets/components/Link/Link.module.css +0 -66
  37. package/dist/assets/components/List/List.module.css +0 -66
  38. package/dist/assets/components/Listbox/Listbox.module.css +0 -99
  39. package/dist/assets/components/Loading/Loading.module.css +0 -210
  40. package/dist/assets/components/Markdown/Markdown.module.css +0 -149
  41. package/dist/assets/components/Menu/Menu.module.css +0 -182
  42. package/dist/assets/components/Message/Message.module.css +0 -175
  43. package/dist/assets/components/NavigationMenu/NavigationMenu.module.css +0 -553
  44. package/dist/assets/components/Pagination/Pagination.module.css +0 -92
  45. package/dist/assets/components/Popover/Popover.module.css +0 -168
  46. package/dist/assets/components/Progress/Progress.module.css +0 -166
  47. package/dist/assets/components/Prompt/Prompt.module.css +0 -262
  48. package/dist/assets/components/RadioGroup/RadioGroup.module.css +0 -152
  49. package/dist/assets/components/ScrollArea/ScrollArea.module.css +0 -89
  50. package/dist/assets/components/Select/Select.module.css +0 -206
  51. package/dist/assets/components/Separator/Separator.module.css +0 -71
  52. package/dist/assets/components/Sidebar/Sidebar.module.css +0 -683
  53. package/dist/assets/components/Skeleton/Skeleton.module.css +0 -134
  54. package/dist/assets/components/Slider/Slider.module.css +0 -83
  55. package/dist/assets/components/Stack/Stack.module.css +0 -132
  56. package/dist/assets/components/Table/Table.module.css +0 -230
  57. package/dist/assets/components/TableOfContents/TableOfContents.module.css +0 -53
  58. package/dist/assets/components/Tabs/Tabs.module.css +0 -142
  59. package/dist/assets/components/Text/Text.module.css +0 -85
  60. package/dist/assets/components/Textarea/Textarea.module.css +0 -96
  61. package/dist/assets/components/Theme/ThemeToggle.module.css +0 -85
  62. package/dist/assets/components/ThinkingIndicator/ThinkingIndicator.module.css +0 -201
  63. package/dist/assets/components/Toast/Toast.module.css +0 -199
  64. package/dist/assets/components/Toggle/Toggle.module.css +0 -133
  65. package/dist/assets/components/ToggleGroup/ToggleGroup.module.css +0 -122
  66. package/dist/assets/components/Tooltip/Tooltip.module.css +0 -64
  67. package/dist/assets/components/VisuallyHidden/VisuallyHidden.module.css +0 -11
  68. package/dist/assets/styles/globals.css +0 -355
@@ -1,332 +0,0 @@
1
- ._header_8fsw3_1 {
2
- display: flex;
3
- align-items: center;
4
- height: var(--header-height, var(--fui-appshell-header-height, 56px));
5
- min-height: var(--header-height, var(--fui-appshell-header-height, 56px));
6
- background-color: var(--fui-bg-primary, #ffffff);
7
- padding: 0 var(--fui-padding-container-md, 2rem);
8
- z-index: var(--fui-header-z-index, 40);
9
- }
10
-
11
- ._fixed_8fsw3_11 {
12
- position: sticky;
13
- top: 0;
14
- left: 0;
15
- right: 0;
16
- }
17
-
18
- ._sticky_8fsw3_18 {
19
- position: sticky;
20
- top: 0;
21
- }
22
-
23
- ._container_8fsw3_23 {
24
- display: flex;
25
- align-items: center;
26
- gap: var(--fui-space-4, 2rem);
27
- width: 100%;
28
- max-width: 100%;
29
- }
30
- @media (max-width: 767px) {
31
- ._container_8fsw3_23 {
32
- gap: var(--fui-space-1, 0.5rem);
33
- }
34
- }
35
-
36
- ._brand_8fsw3_36 {
37
- display: flex;
38
- align-items: center;
39
- gap: var(--fui-space-2, 1rem);
40
- text-decoration: none;
41
- color: var(--fui-text-primary, #18181b);
42
- font-weight: var(--fui-font-weight-semibold, 600);
43
- font-size: var(--fui-font-size-base, 1.143rem);
44
- flex-shrink: 0;
45
- }
46
- ._brand_8fsw3_36:hover {
47
- color: var(--fui-text-primary, #18181b);
48
- }
49
- ._brand_8fsw3_36 img,
50
- ._brand_8fsw3_36 svg {
51
- width: auto;
52
- }
53
-
54
- ._nav_8fsw3_54 {
55
- display: none;
56
- }
57
- @media (min-width: 768px) {
58
- ._nav_8fsw3_54 {
59
- display: flex;
60
- align-items: center;
61
- }
62
- }
63
-
64
- ._navList_8fsw3_64 {
65
- display: flex;
66
- align-items: center;
67
- gap: var(--fui-space-1, 0.5rem);
68
- list-style: none;
69
- margin: 0;
70
- padding: 0;
71
- }
72
-
73
- ._navItem_8fsw3_73 {
74
- appearance: none;
75
- background: transparent;
76
- border: none;
77
- padding: 0;
78
- margin: 0;
79
- font: inherit;
80
- color: inherit;
81
- cursor: pointer;
82
- }
83
- ._navItem_8fsw3_73:disabled {
84
- cursor: not-allowed;
85
- }
86
- ._navItem_8fsw3_73 {
87
- 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);
88
- }
89
- ._navItem_8fsw3_73:focus-visible {
90
- outline: none;
91
- 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);
92
- }
93
- ._navItem_8fsw3_73:disabled, ._navItem_8fsw3_73[data-disabled] {
94
- opacity: 0.5;
95
- pointer-events: none;
96
- }
97
- ._navItem_8fsw3_73 {
98
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
99
- font-size: var(--fui-font-size-sm, 1rem);
100
- line-height: var(--fui-line-height-normal, 1.5);
101
- color: var(--fui-text-primary, #18181b);
102
- -webkit-font-smoothing: antialiased;
103
- -moz-osx-font-smoothing: grayscale;
104
- display: flex;
105
- align-items: center;
106
- padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
107
- border-radius: var(--fui-radius-md, 0.429rem);
108
- color: var(--fui-text-secondary, #52525b);
109
- text-decoration: none;
110
- white-space: nowrap;
111
- min-height: var(--fui-button-height-md, 2.5714285714rem);
112
- }
113
- ._navItem_8fsw3_73:hover {
114
- background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
115
- color: var(--fui-text-primary, #18181b);
116
- }
117
- ._navItem_8fsw3_73:active {
118
- background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
119
- }
120
-
121
- ._navItemActive_8fsw3_121 {
122
- color: var(--fui-text-primary, #18181b);
123
- font-weight: var(--fui-font-weight-medium, 500);
124
- background-color: var(--fui-bg-secondary, #f4f4f5);
125
- }
126
- ._navItemActive_8fsw3_121:hover {
127
- background-color: var(--fui-bg-secondary, #f4f4f5) !important;
128
- color: var(--fui-text-primary, #18181b) !important;
129
- }
130
- ._navItemActive_8fsw3_121:active {
131
- background-color: var(--fui-bg-secondary, #f4f4f5) !important;
132
- color: var(--fui-text-primary, #18181b) !important;
133
- }
134
-
135
- ._navMenuTrigger_8fsw3_135 {
136
- gap: var(--fui-space-1, 0.5rem);
137
- cursor: pointer;
138
- }
139
-
140
- ._navMenuChevron_8fsw3_140 {
141
- transition: transform var(--fui-transition-fast, 150ms ease);
142
- flex-shrink: 0;
143
- }
144
- [data-popup-open] > ._navMenuChevron_8fsw3_140 {
145
- transform: rotate(180deg);
146
- }
147
-
148
- ._navMenuPositioner_8fsw3_148 {
149
- z-index: 52;
150
- outline: none;
151
- }
152
-
153
- ._navMenuPopup_8fsw3_153 {
154
- background-color: var(--fui-bg-elevated, #ffffff);
155
- border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
156
- border-radius: var(--fui-radius-lg, 0.571rem);
157
- min-width: 10rem;
158
- padding: var(--fui-padding-item-xs, 0.5rem);
159
- box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 1px 3px -2px rgba(0, 0, 0, 0.04));
160
- opacity: 0;
161
- transform: scale(0.95);
162
- transform-origin: var(--transform-origin);
163
- transition: opacity var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
164
- }
165
- ._navMenuPopup_8fsw3_153[data-open] {
166
- opacity: 1;
167
- transform: scale(1);
168
- }
169
- ._navMenuPopup_8fsw3_153[data-starting-style], ._navMenuPopup_8fsw3_153[data-ending-style] {
170
- opacity: 0;
171
- transform: scale(0.95);
172
- }
173
-
174
- ._navMenuItem_8fsw3_174 {
175
- appearance: none;
176
- background: transparent;
177
- border: none;
178
- padding: 0;
179
- margin: 0;
180
- font: inherit;
181
- color: inherit;
182
- cursor: pointer;
183
- }
184
- ._navMenuItem_8fsw3_174:disabled {
185
- cursor: not-allowed;
186
- }
187
- ._navMenuItem_8fsw3_174 {
188
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
189
- font-size: var(--fui-font-size-sm, 1rem);
190
- line-height: var(--fui-line-height-normal, 1.5);
191
- color: var(--fui-text-primary, #18181b);
192
- -webkit-font-smoothing: antialiased;
193
- -moz-osx-font-smoothing: grayscale;
194
- display: flex;
195
- align-items: center;
196
- width: 100%;
197
- padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
198
- border-radius: var(--fui-radius-sm, 0.25rem);
199
- color: var(--fui-text-secondary, #52525b);
200
- text-decoration: none;
201
- white-space: nowrap;
202
- cursor: pointer;
203
- outline: none;
204
- }
205
- ._navMenuItem_8fsw3_174[data-highlighted] {
206
- background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
207
- color: var(--fui-text-primary, #18181b);
208
- }
209
-
210
- ._navMenuItemActive_8fsw3_210 {
211
- background-color: var(--fui-bg-secondary, #f4f4f5);
212
- color: var(--fui-text-primary, #18181b);
213
- font-weight: var(--fui-font-weight-medium, 500);
214
- }
215
- ._navMenuItemActive_8fsw3_210[data-highlighted] {
216
- background-color: var(--fui-bg-secondary, #f4f4f5);
217
- color: var(--fui-text-primary, #18181b);
218
- }
219
-
220
- @media (prefers-reduced-motion: reduce) {
221
- ._navMenuPopup_8fsw3_153 {
222
- transition: none;
223
- transform: none;
224
- }
225
- ._navMenuPopup_8fsw3_153[data-starting-style], ._navMenuPopup_8fsw3_153[data-ending-style] {
226
- transform: none;
227
- }
228
- ._navMenuChevron_8fsw3_140 {
229
- transition: none;
230
- }
231
- }
232
- ._search_8fsw3_232 {
233
- display: none;
234
- }
235
- @media (min-width: 768px) {
236
- ._search_8fsw3_232 {
237
- display: flex;
238
- align-items: center;
239
- }
240
- }
241
-
242
- ._searchExpandable_8fsw3_242 {
243
- display: flex;
244
- }
245
-
246
- ._actions_8fsw3_246 {
247
- display: flex;
248
- align-items: center;
249
- gap: var(--fui-space-2, 1rem);
250
- margin-left: auto;
251
- }
252
-
253
- ._trigger_8fsw3_253 {
254
- appearance: none;
255
- background: transparent;
256
- border: none;
257
- padding: 0;
258
- margin: 0;
259
- font: inherit;
260
- color: inherit;
261
- cursor: pointer;
262
- }
263
- ._trigger_8fsw3_253:disabled {
264
- cursor: not-allowed;
265
- }
266
- ._trigger_8fsw3_253 {
267
- 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);
268
- }
269
- ._trigger_8fsw3_253:focus-visible {
270
- outline: none;
271
- 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);
272
- }
273
- ._trigger_8fsw3_253:disabled, ._trigger_8fsw3_253[data-disabled] {
274
- opacity: 0.5;
275
- pointer-events: none;
276
- }
277
- ._trigger_8fsw3_253 {
278
- display: flex;
279
- align-items: center;
280
- justify-content: center;
281
- width: var(--fui-touch-lg, 3.1428571429rem);
282
- height: var(--fui-touch-lg, 3.1428571429rem);
283
- border-radius: var(--fui-radius-md, 0.429rem);
284
- color: var(--fui-text-primary, #18181b);
285
- flex-shrink: 0;
286
- }
287
- ._trigger_8fsw3_253:hover {
288
- background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
289
- }
290
- ._trigger_8fsw3_253 svg {
291
- width: var(--fui-icon-xl, 1.714rem);
292
- height: var(--fui-icon-xl, 1.714rem);
293
- }
294
-
295
- ._spacer_8fsw3_295 {
296
- flex: 1;
297
- }
298
-
299
- ._skipLink_8fsw3_299 {
300
- position: absolute;
301
- width: 1px;
302
- height: 1px;
303
- padding: 0;
304
- margin: -1px;
305
- overflow: hidden;
306
- clip: rect(0, 0, 0, 0);
307
- white-space: nowrap;
308
- border: 0;
309
- position: absolute;
310
- top: var(--fui-space-2, 1rem);
311
- left: var(--fui-space-2, 1rem);
312
- z-index: 100;
313
- padding: var(--fui-padding-item-sm, 1rem) var(--fui-padding-item-lg, 2rem);
314
- background-color: var(--fui-bg-primary, #ffffff);
315
- color: var(--fui-text-primary, #18181b);
316
- border: 2px solid var(--fui-color-accent, #18181b);
317
- border-radius: var(--fui-radius-md, 0.429rem);
318
- text-decoration: none;
319
- font-weight: var(--fui-font-weight-medium, 500);
320
- }
321
- ._skipLink_8fsw3_299:focus {
322
- position: absolute;
323
- width: auto;
324
- height: auto;
325
- clip: auto;
326
- white-space: normal;
327
- margin: 0;
328
- padding: var(--fui-padding-item-sm, 1rem) var(--fui-padding-item-lg, 2rem);
329
- overflow: visible;
330
- outline: none;
331
- 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);
332
- }
@@ -1,35 +0,0 @@
1
- ._icon_1rseu_1 {
2
- display: inline-flex;
3
- align-items: center;
4
- justify-content: center;
5
- color: currentColor;
6
- line-height: 1;
7
- }
8
-
9
- ._primary_1rseu_9 {
10
- color: var(--fui-text-primary, #18181b);
11
- }
12
-
13
- ._secondary_1rseu_13 {
14
- color: var(--fui-text-secondary, #52525b);
15
- }
16
-
17
- ._tertiary_1rseu_17 {
18
- color: var(--fui-text-tertiary, #71717a);
19
- }
20
-
21
- ._accent_1rseu_21 {
22
- color: var(--fui-color-accent, #18181b);
23
- }
24
-
25
- ._success_1rseu_25 {
26
- color: var(--fui-color-success, #22c55e);
27
- }
28
-
29
- ._warning_1rseu_29 {
30
- color: var(--fui-color-warning, #f59e0b);
31
- }
32
-
33
- ._error_1rseu_33 {
34
- color: var(--fui-color-danger, #ef4444);
35
- }
@@ -1,71 +0,0 @@
1
- ._imageContainer_jaiqu_1 {
2
- position: relative;
3
- display: block;
4
- overflow: hidden;
5
- background-color: var(--fui-bg-secondary, #f4f4f5);
6
- }
7
-
8
- ._image_jaiqu_1 {
9
- display: block;
10
- width: 100%;
11
- height: 100%;
12
- transition: opacity 0.2s ease;
13
- }
14
-
15
- ._fit-cover_jaiqu_15 {
16
- object-fit: cover;
17
- }
18
-
19
- ._fit-contain_jaiqu_19 {
20
- object-fit: contain;
21
- }
22
-
23
- ._fit-fill_jaiqu_23 {
24
- object-fit: fill;
25
- }
26
-
27
- ._fit-none_jaiqu_27 {
28
- object-fit: none;
29
- }
30
-
31
- ._aspect-1-1_jaiqu_31 {
32
- aspect-ratio: 1/1;
33
- }
34
-
35
- ._aspect-4-3_jaiqu_35 {
36
- aspect-ratio: 4/3;
37
- }
38
-
39
- ._aspect-16-9_jaiqu_39 {
40
- aspect-ratio: 16/9;
41
- }
42
-
43
- ._aspect-21-9_jaiqu_43 {
44
- aspect-ratio: 21/9;
45
- }
46
-
47
- ._rounded-sm_jaiqu_47 {
48
- border-radius: var(--fui-radius-sm, 0.25rem);
49
- }
50
-
51
- ._rounded-md_jaiqu_51 {
52
- border-radius: var(--fui-radius-md, 0.429rem);
53
- }
54
-
55
- ._rounded-lg_jaiqu_55 {
56
- border-radius: var(--fui-radius-lg, 0.571rem);
57
- }
58
-
59
- ._rounded-full_jaiqu_59 {
60
- border-radius: var(--fui-radius-full, 9999px);
61
- }
62
-
63
- ._fallback_jaiqu_63 {
64
- position: absolute;
65
- inset: 0;
66
- display: flex;
67
- align-items: center;
68
- justify-content: center;
69
- background-color: var(--fui-bg-secondary, #f4f4f5);
70
- color: var(--fui-text-tertiary, #71717a);
71
- }
@@ -1,135 +0,0 @@
1
- ._wrapper_11ujh_1 {
2
- display: flex;
3
- flex-direction: column;
4
- }
5
-
6
- ._label_11ujh_6 {
7
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
8
- font-size: var(--fui-font-size-sm, 1rem);
9
- font-weight: var(--fui-font-weight-medium, 500);
10
- color: var(--fui-text-primary, #18181b);
11
- margin-bottom: var(--fui-space-1, 0.5rem);
12
- }
13
-
14
- ._input_11ujh_14 {
15
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
16
- font-size: var(--fui-font-size-sm, 1rem);
17
- line-height: var(--fui-line-height-normal, 1.5);
18
- color: var(--fui-text-primary, #18181b);
19
- -webkit-font-smoothing: antialiased;
20
- -moz-osx-font-smoothing: grayscale;
21
- 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);
22
- }
23
- ._input_11ujh_14:focus-visible {
24
- outline: none;
25
- 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);
26
- }
27
- ._input_11ujh_14:disabled, ._input_11ujh_14[data-disabled] {
28
- opacity: 0.5;
29
- pointer-events: none;
30
- }
31
- ._input_11ujh_14 {
32
- display: block;
33
- width: 100%;
34
- background-color: var(--fui-bg-elevated, #ffffff);
35
- border: 1px solid var(--fui-border-strong, rgba(0, 0, 0, 0.14));
36
- border-radius: var(--fui-radius-md, 0.429rem);
37
- }
38
- ._input_11ujh_14::placeholder {
39
- color: var(--fui-text-tertiary, #71717a);
40
- }
41
- ._input_11ujh_14:hover:not(:disabled):not(:focus) {
42
- border-color: var(--fui-text-tertiary, #71717a);
43
- }
44
- ._input_11ujh_14:focus {
45
- outline: none;
46
- 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);
47
- border-color: var(--fui-color-accent, #18181b);
48
- }
49
- ._input_11ujh_14:disabled, ._input_11ujh_14[data-disabled] {
50
- background-color: var(--fui-bg-tertiary, #f4f4f5);
51
- color: var(--fui-text-tertiary, #71717a);
52
- }
53
-
54
- ._sm_11ujh_54 {
55
- height: var(--fui-input-height-sm, 2rem);
56
- padding: 0 var(--fui-space-2, 1rem);
57
- font-size: var(--fui-font-size-xs, 0.857rem);
58
- }
59
-
60
- ._md_11ujh_60 {
61
- height: var(--fui-input-height, 2.8571428571rem);
62
- padding: 0 var(--fui-space-3, 1.5rem);
63
- font-size: var(--fui-font-size-sm, 1rem);
64
- }
65
-
66
- ._lg_11ujh_66 {
67
- height: var(--fui-input-height-lg, 3.1428571429rem);
68
- padding: 0 var(--fui-space-4, 2rem);
69
- font-size: var(--fui-font-size-base, 1.143rem);
70
- }
71
-
72
- ._labelSm_11ujh_72 {
73
- font-size: var(--fui-font-size-xs, 0.857rem);
74
- }
75
-
76
- ._error_11ujh_76 {
77
- border-color: var(--fui-color-danger, #ef4444);
78
- }
79
- ._error_11ujh_76:focus {
80
- border-color: var(--fui-color-danger, #ef4444);
81
- 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-color-danger, #ef4444);
82
- }
83
-
84
- ._helper_11ujh_84 {
85
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
86
- font-size: var(--fui-font-size-xs, 0.857rem);
87
- color: var(--fui-text-secondary, #52525b);
88
- margin-top: var(--fui-space-1, 0.5rem);
89
- }
90
-
91
- ._helperError_11ujh_91 {
92
- color: var(--fui-color-danger, #ef4444);
93
- }
94
-
95
- ._inputContainer_11ujh_95 {
96
- position: relative;
97
- display: flex;
98
- align-items: center;
99
- }
100
-
101
- ._hasShortcut_11ujh_101 {
102
- padding-right: var(--fui-space-12, 3rem);
103
- }
104
-
105
- ._shortcut_11ujh_105 {
106
- position: absolute;
107
- right: var(--fui-space-2, 0.5rem);
108
- top: 50%;
109
- transform: translateY(-50%);
110
- display: inline-flex;
111
- align-items: center;
112
- gap: 2px;
113
- padding: 2px 6px;
114
- font-size: var(--fui-font-size-xs, 0.75rem);
115
- font-family: var(--fui-font-mono, ui-monospace, monospace);
116
- color: var(--fui-text-secondary);
117
- background: var(--fui-bg-subtle);
118
- border: 1px solid var(--fui-border-default);
119
- border-radius: var(--fui-radius-sm, 0.25rem);
120
- pointer-events: none;
121
- white-space: nowrap;
122
- }
123
-
124
- @media (prefers-contrast: more) {
125
- ._input_11ujh_14 {
126
- border-width: 2px;
127
- border-color: var(--fui-text-primary, #18181b);
128
- }
129
- ._input_11ujh_14:focus {
130
- border-color: var(--fui-color-accent, #18181b);
131
- }
132
- ._error_11ujh_76 {
133
- border-color: var(--fui-color-danger, #ef4444);
134
- }
135
- }
@@ -1,66 +0,0 @@
1
- ._link_77ogl_1 {
2
- 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);
3
- }
4
- ._link_77ogl_1:focus-visible {
5
- outline: none;
6
- 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);
7
- }
8
- ._link_77ogl_1:disabled, ._link_77ogl_1[data-disabled] {
9
- opacity: 0.5;
10
- pointer-events: none;
11
- }
12
- ._link_77ogl_1 {
13
- display: inline;
14
- font-family: inherit;
15
- font-size: inherit;
16
- font-weight: inherit;
17
- line-height: inherit;
18
- text-decoration: none;
19
- cursor: pointer;
20
- border-radius: var(--fui-radius-sm, 0.25rem);
21
- }
22
- ._link_77ogl_1:focus-visible {
23
- outline: none;
24
- 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);
25
- }
26
-
27
- ._default_77ogl_27 {
28
- color: var(--fui-color-accent, #18181b);
29
- }
30
- ._default_77ogl_27:hover {
31
- color: var(--fui-color-accent-hover, rgb(62.88, 62.88, 70.74));
32
- }
33
-
34
- ._subtle_77ogl_34 {
35
- color: var(--fui-text-primary, #18181b);
36
- }
37
- ._subtle_77ogl_34:hover {
38
- color: var(--fui-color-accent, #18181b);
39
- }
40
-
41
- ._muted_77ogl_41 {
42
- color: var(--fui-text-tertiary, #71717a);
43
- }
44
- ._muted_77ogl_41:hover {
45
- color: var(--fui-text-secondary, #52525b);
46
- }
47
-
48
- ._underline-always_77ogl_48 {
49
- text-decoration: underline;
50
- text-underline-offset: 2px;
51
- }
52
-
53
- ._underline-hover_77ogl_53 {
54
- text-decoration: none;
55
- }
56
- ._underline-hover_77ogl_53:hover {
57
- text-decoration: underline;
58
- text-underline-offset: 2px;
59
- }
60
-
61
- ._underline-none_77ogl_61 {
62
- text-decoration: none;
63
- }
64
- ._underline-none_77ogl_61:hover {
65
- text-decoration: none;
66
- }
@@ -1,66 +0,0 @@
1
- ._list_16fbx_1 {
2
- margin: 0;
3
- padding: 0;
4
- display: flex;
5
- flex-direction: column;
6
- }
7
-
8
- ._none_16fbx_8 {
9
- list-style: none;
10
- }
11
-
12
- ._disc_16fbx_12 {
13
- list-style: disc;
14
- padding-left: var(--fui-space-2, 1rem);
15
- }
16
-
17
- ._decimal_16fbx_17 {
18
- list-style: decimal;
19
- padding-left: var(--fui-space-2, 1rem);
20
- }
21
-
22
- ._icon_16fbx_22 {
23
- list-style: none;
24
- }
25
-
26
- ._gap-none_16fbx_26 {
27
- gap: 0;
28
- }
29
-
30
- ._gap-xs_16fbx_30 {
31
- gap: var(--fui-space-1, 0.5rem);
32
- }
33
-
34
- ._gap-sm_16fbx_34 {
35
- gap: var(--fui-space-2, 1rem);
36
- }
37
-
38
- ._gap-md_16fbx_38 {
39
- gap: var(--fui-space-3, 1.5rem);
40
- }
41
-
42
- ._gap-lg_16fbx_42 {
43
- gap: var(--fui-space-4, 2rem);
44
- }
45
-
46
- ._item_16fbx_46 {
47
- color: var(--fui-text-primary, #18181b);
48
- }
49
-
50
- ._iconItem_16fbx_50 {
51
- display: flex;
52
- align-items: flex-start;
53
- gap: var(--fui-space-2, 1rem);
54
- }
55
-
56
- ._iconWrapper_16fbx_56 {
57
- display: flex;
58
- align-items: center;
59
- justify-content: center;
60
- flex-shrink: 0;
61
- line-height: 1.5;
62
- }
63
-
64
- ._itemContent_16fbx_64 {
65
- flex: 1;
66
- }