@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,99 +0,0 @@
1
- ._listbox_1b0sq_1 {
2
- background-color: var(--fui-bg-elevated, #ffffff);
3
- border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
4
- border-radius: var(--fui-radius-lg, 0.571rem);
5
- min-width: 12rem;
6
- padding: var(--fui-padding-item-xs, 0.25rem);
7
- box-shadow: var(--fui-shadow-lg);
8
- max-height: 320px;
9
- overflow-y: auto;
10
- }
11
- ._listbox_1b0sq_1:focus-visible {
12
- outline: none;
13
- 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);
14
- }
15
-
16
- ._item_1b0sq_16 {
17
- appearance: none;
18
- background: transparent;
19
- border: none;
20
- padding: 0;
21
- margin: 0;
22
- font: inherit;
23
- color: inherit;
24
- cursor: pointer;
25
- }
26
- ._item_1b0sq_16:disabled {
27
- cursor: not-allowed;
28
- }
29
- ._item_1b0sq_16 {
30
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
31
- font-size: var(--fui-font-size-sm, 1rem);
32
- line-height: var(--fui-line-height-normal, 1.5);
33
- color: var(--fui-text-primary, #18181b);
34
- -webkit-font-smoothing: antialiased;
35
- -moz-osx-font-smoothing: grayscale;
36
- display: flex;
37
- align-items: center;
38
- gap: var(--fui-space-2, 0.5rem);
39
- width: 100%;
40
- padding: var(--fui-padding-item-xs, 0.25rem) var(--fui-padding-item-md, 0.75rem);
41
- border-radius: var(--fui-radius-sm, 0.25rem);
42
- cursor: pointer;
43
- text-align: left;
44
- color: var(--fui-text-primary);
45
- background: transparent;
46
- border: none;
47
- transition: background-color 0.1s ease;
48
- }
49
- ._item_1b0sq_16:hover {
50
- background-color: var(--fui-bg-hover);
51
- }
52
- ._item_1b0sq_16:focus-visible {
53
- outline: none;
54
- 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);
55
- }
56
-
57
- ._itemSelected_1b0sq_57 {
58
- background-color: var(--fui-bg-hover);
59
- }
60
-
61
- ._itemActive_1b0sq_61 {
62
- background-color: var(--fui-bg-hover);
63
- }
64
-
65
- ._itemDisabled_1b0sq_65 {
66
- color: var(--fui-text-tertiary);
67
- cursor: not-allowed;
68
- }
69
-
70
- ._group_1b0sq_70:not(:first-child) {
71
- margin-top: var(--fui-space-1, 0.25rem);
72
- padding-top: var(--fui-space-1, 0.25rem);
73
- border-top: 1px solid var(--fui-border);
74
- }
75
-
76
- ._groupLabel_1b0sq_76 {
77
- padding: var(--fui-padding-item-xs, 0.25rem) var(--fui-padding-item-md, 0.75rem);
78
- font-size: var(--fui-font-size-xs, 0.75rem);
79
- font-weight: var(--fui-font-weight-medium, 500);
80
- color: var(--fui-text-tertiary);
81
- }
82
-
83
- ._empty_1b0sq_83 {
84
- padding: var(--fui-padding-item-md, 0.75rem);
85
- font-size: var(--fui-font-size-sm, 0.875rem);
86
- color: var(--fui-text-secondary);
87
- text-align: center;
88
- }
89
-
90
- @media (prefers-contrast: more) {
91
- ._listbox_1b0sq_1 {
92
- border-width: 2px;
93
- }
94
- ._itemSelected_1b0sq_57,
95
- ._itemActive_1b0sq_61 {
96
- outline: 2px solid var(--fui-color-accent);
97
- outline-offset: -2px;
98
- }
99
- }
@@ -1,210 +0,0 @@
1
- ._loading_f3s9k_1 {
2
- display: inline-flex;
3
- align-items: center;
4
- justify-content: center;
5
- flex-shrink: 0;
6
- }
7
-
8
- ._sm_f3s9k_8 {
9
- --loading-size: 1rem;
10
- }
11
-
12
- ._md_f3s9k_12 {
13
- --loading-size: 1.429rem;
14
- }
15
-
16
- ._lg_f3s9k_16 {
17
- --loading-size: 1.714rem;
18
- }
19
-
20
- ._xl_f3s9k_20 {
21
- --loading-size: 2.286rem;
22
- }
23
-
24
- ._color-accent_f3s9k_24 {
25
- color: var(--fui-color-accent, #18181b);
26
- }
27
-
28
- ._color-current_f3s9k_28 {
29
- color: currentColor;
30
- }
31
-
32
- ._color-muted_f3s9k_32 {
33
- color: var(--fui-text-tertiary, #71717a);
34
- }
35
-
36
- ._centered_f3s9k_36 {
37
- display: flex;
38
- align-items: center;
39
- justify-content: center;
40
- }
41
-
42
- ._fill_f3s9k_42 {
43
- width: 100%;
44
- height: 100%;
45
- display: flex;
46
- align-items: center;
47
- justify-content: center;
48
- }
49
-
50
- ._spinnerIcon_f3s9k_50 {
51
- width: var(--loading-size);
52
- height: var(--loading-size);
53
- animation: _spin_f3s9k_50 0.8s linear infinite;
54
- }
55
- @media (prefers-reduced-motion: reduce) {
56
- ._spinnerIcon_f3s9k_50 {
57
- animation: none;
58
- opacity: 0.7;
59
- }
60
- }
61
-
62
- @keyframes _spin_f3s9k_50 {
63
- from {
64
- transform: rotate(0deg);
65
- }
66
- to {
67
- transform: rotate(360deg);
68
- }
69
- }
70
- ._dots_f3s9k_70 {
71
- display: flex;
72
- align-items: center;
73
- gap: calc(var(--loading-size) * 0.3);
74
- }
75
-
76
- ._dot_f3s9k_70 {
77
- width: calc(var(--loading-size) * 0.35);
78
- height: calc(var(--loading-size) * 0.35);
79
- border-radius: var(--fui-radius-full, 9999px);
80
- background-color: currentColor;
81
- animation: _bounce_f3s9k_1 1.4s ease-in-out infinite;
82
- }
83
- ._dot_f3s9k_70:nth-child(1) {
84
- animation-delay: 0s;
85
- }
86
- ._dot_f3s9k_70:nth-child(2) {
87
- animation-delay: 0.2s;
88
- }
89
- ._dot_f3s9k_70:nth-child(3) {
90
- animation-delay: 0.4s;
91
- }
92
- @media (prefers-reduced-motion: reduce) {
93
- ._dot_f3s9k_70 {
94
- animation: none;
95
- opacity: 0.6;
96
- }
97
- }
98
-
99
- @keyframes _bounce_f3s9k_1 {
100
- 0%, 60%, 100% {
101
- transform: translateY(0);
102
- opacity: 0.4;
103
- }
104
- 30% {
105
- transform: translateY(-30%);
106
- opacity: 1;
107
- }
108
- }
109
- ._pulse_f3s9k_109 {
110
- position: relative;
111
- width: var(--loading-size);
112
- height: var(--loading-size);
113
- display: flex;
114
- align-items: center;
115
- justify-content: center;
116
- }
117
-
118
- ._pulseRing_f3s9k_118 {
119
- position: absolute;
120
- width: 100%;
121
- height: 100%;
122
- border-radius: var(--fui-radius-full, 9999px);
123
- background-color: currentColor;
124
- opacity: 0.3;
125
- animation: _pulseRing_f3s9k_118 1.5s ease-out infinite;
126
- }
127
- @media (prefers-reduced-motion: reduce) {
128
- ._pulseRing_f3s9k_118 {
129
- animation: none;
130
- opacity: 0.2;
131
- }
132
- }
133
-
134
- ._pulseDot_f3s9k_134 {
135
- width: 50%;
136
- height: 50%;
137
- border-radius: var(--fui-radius-full, 9999px);
138
- background-color: currentColor;
139
- z-index: 1;
140
- }
141
-
142
- @keyframes _pulseRing_f3s9k_118 {
143
- 0% {
144
- transform: scale(0.5);
145
- opacity: 0.5;
146
- }
147
- 100% {
148
- transform: scale(1.5);
149
- opacity: 0;
150
- }
151
- }
152
- ._overlayBackdrop_f3s9k_152 {
153
- position: absolute;
154
- inset: 0;
155
- display: flex;
156
- align-items: center;
157
- justify-content: center;
158
- background-color: var(--fui-backdrop, rgba(0, 0, 0, 0.5));
159
- z-index: 50;
160
- }
161
-
162
- ._inline_f3s9k_162 {
163
- display: inline-flex;
164
- align-items: center;
165
- vertical-align: middle;
166
- }
167
-
168
- ._inline-sm_f3s9k_168 {
169
- --inline-size: 0.875em;
170
- }
171
-
172
- ._inline-md_f3s9k_172 {
173
- --inline-size: 1.125em;
174
- }
175
-
176
- ._inlineSpinner_f3s9k_176 {
177
- width: var(--inline-size);
178
- height: var(--inline-size);
179
- animation: _spin_f3s9k_50 0.8s linear infinite;
180
- color: currentColor;
181
- }
182
- @media (prefers-reduced-motion: reduce) {
183
- ._inlineSpinner_f3s9k_176 {
184
- animation: none;
185
- opacity: 0.7;
186
- }
187
- }
188
-
189
- ._screen_f3s9k_189 {
190
- position: fixed;
191
- inset: 0;
192
- display: flex;
193
- flex-direction: column;
194
- align-items: center;
195
- justify-content: center;
196
- gap: var(--fui-space-3, 1.5rem);
197
- background-color: var(--fui-bg-primary, #ffffff);
198
- z-index: 100;
199
- }
200
-
201
- ._screenLabel_f3s9k_201 {
202
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
203
- font-size: var(--fui-font-size-sm, 1rem);
204
- line-height: var(--fui-line-height-normal, 1.5);
205
- color: var(--fui-text-primary, #18181b);
206
- -webkit-font-smoothing: antialiased;
207
- -moz-osx-font-smoothing: grayscale;
208
- font-size: var(--fui-font-size-sm, 1rem);
209
- color: var(--fui-text-secondary, #52525b);
210
- }
@@ -1,149 +0,0 @@
1
- ._markdown_17m4r_1 {
2
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
3
- font-size: var(--fui-font-size-sm, 1rem);
4
- line-height: var(--fui-line-height-normal, 1.5);
5
- color: var(--fui-text-primary, #18181b);
6
- -webkit-font-smoothing: antialiased;
7
- -moz-osx-font-smoothing: grayscale;
8
- font-size: 1.25rem;
9
- line-height: 1.7;
10
- letter-spacing: -0.01em;
11
- word-wrap: break-word;
12
- color: var(--fui-text-secondary, #52525b);
13
- }
14
- ._markdown_17m4r_1 h1,
15
- ._markdown_17m4r_1 h2,
16
- ._markdown_17m4r_1 h3,
17
- ._markdown_17m4r_1 h4,
18
- ._markdown_17m4r_1 h5,
19
- ._markdown_17m4r_1 h6 {
20
- margin-top: var(--fui-space-4, 2rem);
21
- margin-bottom: var(--fui-space-2, 1rem);
22
- font-weight: var(--fui-font-weight-semibold, 600);
23
- line-height: var(--fui-line-height-tight, 1.25);
24
- color: var(--fui-text-primary, #18181b);
25
- }
26
- ._markdown_17m4r_1 h1:first-child,
27
- ._markdown_17m4r_1 h2:first-child,
28
- ._markdown_17m4r_1 h3:first-child,
29
- ._markdown_17m4r_1 h4:first-child,
30
- ._markdown_17m4r_1 h5:first-child,
31
- ._markdown_17m4r_1 h6:first-child {
32
- margin-top: 0;
33
- }
34
- ._markdown_17m4r_1 h1 {
35
- font-size: var(--fui-font-size-2xl, 2.143rem);
36
- }
37
- ._markdown_17m4r_1 h2 {
38
- font-size: var(--fui-font-size-xl, 1.714rem);
39
- margin-top: var(--fui-space-8, 4rem);
40
- }
41
- ._markdown_17m4r_1 h3 {
42
- font-size: var(--fui-font-size-lg, 1.286rem);
43
- }
44
- ._markdown_17m4r_1 h4 {
45
- font-size: var(--fui-font-size-base, 1.143rem);
46
- }
47
- ._markdown_17m4r_1 h5,
48
- ._markdown_17m4r_1 h6 {
49
- font-size: var(--fui-font-size-sm, 1rem);
50
- }
51
- ._markdown_17m4r_1 p {
52
- margin: 0;
53
- }
54
- ._markdown_17m4r_1 p + p {
55
- margin-top: 1.5rem;
56
- }
57
- ._markdown_17m4r_1 a {
58
- color: var(--fui-color-accent, #18181b);
59
- text-decoration: underline;
60
- text-underline-offset: 2px;
61
- }
62
- ._markdown_17m4r_1 a:hover {
63
- opacity: 0.8;
64
- }
65
- ._markdown_17m4r_1 ul,
66
- ._markdown_17m4r_1 ol {
67
- margin: var(--fui-space-2, 1rem) 0;
68
- padding-left: var(--fui-space-4, 2rem);
69
- }
70
- ._markdown_17m4r_1 li {
71
- margin-bottom: var(--fui-space-1, 0.5rem);
72
- }
73
- ._markdown_17m4r_1 li:last-child {
74
- margin-bottom: 0;
75
- }
76
- ._markdown_17m4r_1 li > ul,
77
- ._markdown_17m4r_1 li > ol {
78
- margin-top: var(--fui-space-1, 0.5rem);
79
- margin-bottom: 0;
80
- }
81
- ._markdown_17m4r_1 code {
82
- font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
83
- font-size: 0.9em;
84
- padding: 0.125em 0.375em;
85
- border-radius: var(--fui-radius-sm, 0.25rem);
86
- background-color: var(--fui-bg-tertiary, #f4f4f5);
87
- }
88
- ._markdown_17m4r_1 pre {
89
- margin: var(--fui-space-2, 1rem) 0;
90
- padding: var(--fui-padding-inline-sm);
91
- border-radius: var(--fui-radius-md, 0.429rem);
92
- background-color: var(--fui-code-bg, #1e1e1e);
93
- overflow-x: auto;
94
- }
95
- ._markdown_17m4r_1 pre code {
96
- padding: 0;
97
- background: none;
98
- font-size: var(--fui-font-size-xs, 0.857rem);
99
- }
100
- ._markdown_17m4r_1 div:has(> div > div > pre) {
101
- margin: 1.5rem 0;
102
- }
103
- ._markdown_17m4r_1 blockquote {
104
- margin: var(--fui-space-2, 1rem) 0;
105
- padding: var(--fui-padding-item-xs) var(--fui-padding-item-md);
106
- border-left: 3px solid var(--fui-border, rgba(0, 0, 0, 0.08));
107
- color: var(--fui-text-secondary, #52525b);
108
- }
109
- ._markdown_17m4r_1 blockquote p {
110
- margin: 0;
111
- }
112
- ._markdown_17m4r_1 hr {
113
- margin: var(--fui-space-4, 2rem) 0;
114
- border: none;
115
- border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
116
- }
117
- ._markdown_17m4r_1 table {
118
- width: 100%;
119
- margin: var(--fui-space-2, 1rem) 0;
120
- border-collapse: collapse;
121
- font-size: var(--fui-font-size-sm, 1rem);
122
- }
123
- ._markdown_17m4r_1 th,
124
- ._markdown_17m4r_1 td {
125
- padding: var(--fui-padding-item-xs) var(--fui-padding-item-sm);
126
- border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
127
- text-align: left;
128
- }
129
- ._markdown_17m4r_1 th {
130
- font-weight: var(--fui-font-weight-semibold, 600);
131
- background-color: var(--fui-bg-secondary, #f4f4f5);
132
- }
133
- ._markdown_17m4r_1 img {
134
- max-width: 100%;
135
- height: auto;
136
- border-radius: var(--fui-radius-md, 0.429rem);
137
- }
138
- ._markdown_17m4r_1 input[type=checkbox] {
139
- margin-right: var(--fui-space-1, 0.5rem);
140
- }
141
- ._markdown_17m4r_1 strong {
142
- font-weight: var(--fui-font-weight-semibold, 600);
143
- }
144
- ._markdown_17m4r_1 > *:first-child {
145
- margin-top: 0;
146
- }
147
- ._markdown_17m4r_1 > *:last-child {
148
- margin-bottom: 0;
149
- }
@@ -1,182 +0,0 @@
1
- ._positioner_11zck_1 {
2
- z-index: 52;
3
- outline: none;
4
- }
5
-
6
- ._popup_11zck_6 {
7
- background-color: var(--fui-bg-elevated, #ffffff);
8
- border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
9
- border-radius: var(--fui-radius-lg, 0.571rem);
10
- list-style: none;
11
- margin: 0;
12
- min-width: 12rem;
13
- padding: var(--fui-padding-item-xs, 0.5rem);
14
- 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));
15
- opacity: 0;
16
- transform: scale(0.95);
17
- transform-origin: var(--transform-origin);
18
- transition: opacity var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
19
- }
20
- ._popup_11zck_6[data-open] {
21
- opacity: 1;
22
- transform: scale(1);
23
- }
24
- ._popup_11zck_6[data-starting-style], ._popup_11zck_6[data-ending-style] {
25
- opacity: 0;
26
- transform: scale(0.95);
27
- }
28
-
29
- ._item_11zck_29 {
30
- appearance: none;
31
- background: transparent;
32
- border: none;
33
- padding: 0;
34
- margin: 0;
35
- font: inherit;
36
- color: inherit;
37
- cursor: pointer;
38
- }
39
- ._item_11zck_29:disabled {
40
- cursor: not-allowed;
41
- }
42
- ._item_11zck_29 {
43
- font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
44
- font-size: var(--fui-font-size-sm, 1rem);
45
- line-height: var(--fui-line-height-normal, 1.5);
46
- color: var(--fui-text-primary, #18181b);
47
- -webkit-font-smoothing: antialiased;
48
- -moz-osx-font-smoothing: grayscale;
49
- display: flex;
50
- align-items: center;
51
- gap: var(--fui-space-2, 1rem);
52
- width: 100%;
53
- padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
54
- border-radius: var(--fui-radius-sm, 0.25rem);
55
- cursor: pointer;
56
- outline: none;
57
- }
58
- ._item_11zck_29[data-highlighted] {
59
- background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
60
- }
61
- ._item_11zck_29[data-disabled] {
62
- color: var(--fui-text-tertiary, #71717a);
63
- cursor: not-allowed;
64
- }
65
-
66
- ._itemDanger_11zck_66 {
67
- color: var(--fui-color-danger, #ef4444);
68
- }
69
- ._itemDanger_11zck_66[data-highlighted] {
70
- background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
71
- }
72
-
73
- ._itemIcon_11zck_73 {
74
- display: flex;
75
- align-items: center;
76
- justify-content: center;
77
- width: 1rem;
78
- height: 1rem;
79
- color: var(--fui-text-secondary, #52525b);
80
- }
81
- ._itemDanger_11zck_66 ._itemIcon_11zck_73 {
82
- color: var(--fui-color-danger, #ef4444);
83
- }
84
- ._itemIcon_11zck_73 svg {
85
- width: 1rem;
86
- height: 1rem;
87
- }
88
-
89
- ._itemLabel_11zck_89 {
90
- flex: 1;
91
- }
92
-
93
- ._itemShortcut_11zck_93 {
94
- font-size: var(--fui-font-size-xs, 0.857rem);
95
- color: var(--fui-text-tertiary, #71717a);
96
- margin-left: auto;
97
- }
98
-
99
- ._checkIndicator_11zck_99 {
100
- display: flex;
101
- align-items: center;
102
- justify-content: center;
103
- width: 1rem;
104
- height: 1rem;
105
- flex-shrink: 0;
106
- color: var(--fui-color-accent, #18181b);
107
- }
108
-
109
- ._radioIndicator_11zck_109 {
110
- display: flex;
111
- align-items: center;
112
- justify-content: center;
113
- width: 1rem;
114
- height: 1rem;
115
- visibility: hidden;
116
- }
117
- ._radioIndicator_11zck_109 svg {
118
- width: 0.75rem;
119
- height: 0.75rem;
120
- }
121
-
122
- ._radioItem_11zck_122[data-checked] ._radioIndicator_11zck_109 {
123
- visibility: visible;
124
- color: var(--fui-color-accent, #18181b);
125
- }
126
-
127
- ._separator_11zck_127 {
128
- height: 1px;
129
- margin: var(--fui-space-1, 0.5rem) 0;
130
- background-color: var(--fui-border, rgba(0, 0, 0, 0.08));
131
- }
132
-
133
- ._groupLabel_11zck_133 {
134
- padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
135
- font-size: var(--fui-font-size-xs, 0.857rem);
136
- font-weight: var(--fui-font-weight-medium, 500);
137
- color: var(--fui-text-tertiary, #71717a);
138
- }
139
-
140
- ._arrow_11zck_140 {
141
- width: 10px;
142
- height: 10px;
143
- transform: rotate(45deg);
144
- background-color: var(--fui-bg-elevated, #ffffff);
145
- border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
146
- }
147
- ._arrow_11zck_140[data-side=top] {
148
- border-top: none;
149
- border-left: none;
150
- }
151
- ._arrow_11zck_140[data-side=bottom] {
152
- border-bottom: none;
153
- border-right: none;
154
- }
155
- ._arrow_11zck_140[data-side=left] {
156
- border-left: none;
157
- border-bottom: none;
158
- }
159
- ._arrow_11zck_140[data-side=right] {
160
- border-right: none;
161
- border-top: none;
162
- }
163
-
164
- ._submenuTrigger_11zck_164::after {
165
- content: "";
166
- margin-left: auto;
167
- width: 0;
168
- height: 0;
169
- border-style: solid;
170
- border-width: 4px 0 4px 6px;
171
- border-color: transparent transparent transparent var(--fui-text-secondary, #52525b);
172
- }
173
-
174
- @media (prefers-reduced-motion: reduce) {
175
- ._popup_11zck_6 {
176
- transition: none;
177
- transform: none;
178
- }
179
- ._popup_11zck_6[data-starting-style], ._popup_11zck_6[data-ending-style] {
180
- transform: none;
181
- }
182
- }