@fragments-sdk/ui 0.9.2 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/ui.css +10324 -0
- package/fragments.json +1 -1
- package/package.json +119 -98
- package/dist/assets/components/Accordion/Accordion.module.css +0 -107
- package/dist/assets/components/Alert/Alert.module.css +0 -158
- package/dist/assets/components/AppShell/AppShell.module.css +0 -156
- package/dist/assets/components/Avatar/Avatar.module.css +0 -109
- package/dist/assets/components/Badge/Badge.module.css +0 -117
- package/dist/assets/components/BentoGrid/BentoGrid.module.css +0 -113
- package/dist/assets/components/Box/Box.module.css +0 -341
- package/dist/assets/components/Breadcrumbs/Breadcrumbs.module.css +0 -108
- package/dist/assets/components/Button/Button.module.css +0 -153
- package/dist/assets/components/ButtonGroup/ButtonGroup.module.css +0 -32
- package/dist/assets/components/Card/Card.module.css +0 -131
- package/dist/assets/components/Chart/Chart.module.css +0 -122
- package/dist/assets/components/Checkbox/Checkbox.module.css +0 -129
- package/dist/assets/components/Chip/Chip.module.css +0 -248
- package/dist/assets/components/CodeBlock/CodeBlock.module.css +0 -309
- package/dist/assets/components/Collapsible/Collapsible.module.css +0 -103
- package/dist/assets/components/ColorPicker/ColorPicker.module.css +0 -140
- package/dist/assets/components/Combobox/Combobox.module.css +0 -278
- package/dist/assets/components/Command/Command.module.css +0 -132
- package/dist/assets/components/ConversationList/ConversationList.module.css +0 -138
- package/dist/assets/components/DatePicker/DatePicker.module.css +0 -388
- package/dist/assets/components/Dialog/Dialog.module.css +0 -170
- package/dist/assets/components/Drawer/Drawer.module.css +0 -214
- package/dist/assets/components/EmptyState/EmptyState.module.css +0 -100
- package/dist/assets/components/Field/Field.module.css +0 -30
- package/dist/assets/components/Fieldset/Fieldset.module.css +0 -21
- package/dist/assets/components/Form/Form.module.css +0 -5
- package/dist/assets/components/Grid/Grid.module.css +0 -249
- package/dist/assets/components/Header/Header.module.css +0 -332
- package/dist/assets/components/Icon/Icon.module.css +0 -35
- package/dist/assets/components/Image/Image.module.css +0 -71
- package/dist/assets/components/Input/Input.module.css +0 -135
- package/dist/assets/components/Link/Link.module.css +0 -66
- package/dist/assets/components/List/List.module.css +0 -66
- package/dist/assets/components/Listbox/Listbox.module.css +0 -99
- package/dist/assets/components/Loading/Loading.module.css +0 -210
- package/dist/assets/components/Markdown/Markdown.module.css +0 -149
- package/dist/assets/components/Menu/Menu.module.css +0 -182
- package/dist/assets/components/Message/Message.module.css +0 -175
- package/dist/assets/components/NavigationMenu/NavigationMenu.module.css +0 -553
- package/dist/assets/components/Pagination/Pagination.module.css +0 -92
- package/dist/assets/components/Popover/Popover.module.css +0 -168
- package/dist/assets/components/Progress/Progress.module.css +0 -166
- package/dist/assets/components/Prompt/Prompt.module.css +0 -262
- package/dist/assets/components/RadioGroup/RadioGroup.module.css +0 -152
- package/dist/assets/components/ScrollArea/ScrollArea.module.css +0 -89
- package/dist/assets/components/Select/Select.module.css +0 -206
- package/dist/assets/components/Separator/Separator.module.css +0 -71
- package/dist/assets/components/Sidebar/Sidebar.module.css +0 -683
- package/dist/assets/components/Skeleton/Skeleton.module.css +0 -134
- package/dist/assets/components/Slider/Slider.module.css +0 -83
- package/dist/assets/components/Stack/Stack.module.css +0 -132
- package/dist/assets/components/Table/Table.module.css +0 -230
- package/dist/assets/components/TableOfContents/TableOfContents.module.css +0 -53
- package/dist/assets/components/Tabs/Tabs.module.css +0 -142
- package/dist/assets/components/Text/Text.module.css +0 -85
- package/dist/assets/components/Textarea/Textarea.module.css +0 -96
- package/dist/assets/components/Theme/ThemeToggle.module.css +0 -85
- package/dist/assets/components/ThinkingIndicator/ThinkingIndicator.module.css +0 -201
- package/dist/assets/components/Toast/Toast.module.css +0 -199
- package/dist/assets/components/Toggle/Toggle.module.css +0 -133
- package/dist/assets/components/ToggleGroup/ToggleGroup.module.css +0 -122
- package/dist/assets/components/Tooltip/Tooltip.module.css +0 -64
- package/dist/assets/components/VisuallyHidden/VisuallyHidden.module.css +0 -11
- package/dist/assets/styles/globals.css +0 -355
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
._root_165zt_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
5
|
-
}
|
|
6
|
-
._root_165zt_1[data-orientation=vertical] {
|
|
7
|
-
flex-direction: row;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
._list_165zt_10 {
|
|
11
|
-
position: relative;
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
gap: var(--fui-space-1, 0.5rem);
|
|
15
|
-
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
16
|
-
padding: 0 var(--fui-space-1, 0.5rem);
|
|
17
|
-
}
|
|
18
|
-
._list_165zt_10[data-orientation=vertical] {
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
align-items: stretch;
|
|
21
|
-
border-bottom: none;
|
|
22
|
-
border-right: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
23
|
-
padding: var(--fui-space-1, 0.5rem) 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
._listPills_165zt_26 {
|
|
27
|
-
border-bottom: none;
|
|
28
|
-
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
29
|
-
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
30
|
-
padding: var(--fui-space-0-75, 0.215rem);
|
|
31
|
-
gap: var(--fui-space-0-75, 0.215rem);
|
|
32
|
-
width: fit-content;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
._tab_165zt_35 {
|
|
36
|
-
appearance: none;
|
|
37
|
-
background: transparent;
|
|
38
|
-
border: none;
|
|
39
|
-
padding: 0;
|
|
40
|
-
margin: 0;
|
|
41
|
-
font: inherit;
|
|
42
|
-
color: inherit;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
}
|
|
45
|
-
._tab_165zt_35:disabled {
|
|
46
|
-
cursor: not-allowed;
|
|
47
|
-
}
|
|
48
|
-
._tab_165zt_35 {
|
|
49
|
-
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);
|
|
50
|
-
}
|
|
51
|
-
._tab_165zt_35:focus-visible {
|
|
52
|
-
outline: none;
|
|
53
|
-
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);
|
|
54
|
-
}
|
|
55
|
-
._tab_165zt_35:disabled, ._tab_165zt_35[data-disabled] {
|
|
56
|
-
opacity: 0.5;
|
|
57
|
-
pointer-events: none;
|
|
58
|
-
}
|
|
59
|
-
._tab_165zt_35 {
|
|
60
|
-
position: relative;
|
|
61
|
-
display: inline-flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
justify-content: center;
|
|
64
|
-
gap: var(--fui-space-2, 1rem);
|
|
65
|
-
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
66
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
67
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
68
|
-
color: var(--fui-text-secondary, #52525b);
|
|
69
|
-
white-space: nowrap;
|
|
70
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
71
|
-
}
|
|
72
|
-
._tab_165zt_35:hover:not([data-disabled]) {
|
|
73
|
-
color: var(--fui-text-primary, #18181b);
|
|
74
|
-
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
75
|
-
}
|
|
76
|
-
._tab_165zt_35[data-active] {
|
|
77
|
-
color: var(--fui-text-primary, #18181b);
|
|
78
|
-
}
|
|
79
|
-
._tab_165zt_35[data-disabled] {
|
|
80
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
._tabUnderline_165zt_83 {
|
|
84
|
-
border-radius: 0;
|
|
85
|
-
margin-bottom: -1px;
|
|
86
|
-
padding-bottom: calc(var(--fui-padding-item-xs, 0.5rem) + 1px);
|
|
87
|
-
}
|
|
88
|
-
._tabUnderline_165zt_83:hover:not([data-disabled]) {
|
|
89
|
-
background-color: transparent;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
._tabPills_165zt_92 {
|
|
93
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
94
|
-
transition: all 0.15s ease;
|
|
95
|
-
}
|
|
96
|
-
._tabPills_165zt_92:hover:not([data-disabled]):not([data-active]) {
|
|
97
|
-
background-color: transparent;
|
|
98
|
-
color: var(--fui-text-primary, #18181b);
|
|
99
|
-
}
|
|
100
|
-
._tabPills_165zt_92[data-active] {
|
|
101
|
-
background-color: var(--fui-bg-primary, #ffffff);
|
|
102
|
-
color: var(--fui-text-primary, #18181b);
|
|
103
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
._indicator_165zt_106 {
|
|
107
|
-
position: absolute;
|
|
108
|
-
bottom: 0;
|
|
109
|
-
left: 0;
|
|
110
|
-
height: 2px;
|
|
111
|
-
background-color: var(--fui-color-accent, #18181b);
|
|
112
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
113
|
-
width: var(--active-tab-width);
|
|
114
|
-
transform: translateX(var(--active-tab-left));
|
|
115
|
-
transition: width var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
|
|
116
|
-
}
|
|
117
|
-
[data-orientation=vertical] ._indicator_165zt_106 {
|
|
118
|
-
bottom: auto;
|
|
119
|
-
left: auto;
|
|
120
|
-
right: 0;
|
|
121
|
-
top: 0;
|
|
122
|
-
width: 2px;
|
|
123
|
-
height: var(--active-tab-height);
|
|
124
|
-
transform: translateY(var(--active-tab-top));
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
._panel_165zt_127 {
|
|
128
|
-
padding: var(--fui-padding-item-lg, 2rem) 0;
|
|
129
|
-
outline: none;
|
|
130
|
-
}
|
|
131
|
-
._panel_165zt_127[data-hidden] {
|
|
132
|
-
display: none;
|
|
133
|
-
}
|
|
134
|
-
._panel_165zt_127:focus-visible {
|
|
135
|
-
outline: none;
|
|
136
|
-
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);
|
|
137
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
._panelFlush_165zt_140 {
|
|
141
|
-
padding: 0;
|
|
142
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
._text_1y18q_1 {
|
|
2
|
-
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
3
|
-
color: var(--fui-text-primary, #18181b);
|
|
4
|
-
margin: 0;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
._variant-section-label_1y18q_7 {
|
|
8
|
-
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
9
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
10
|
-
color: var(--fui-text-secondary, #52525b);
|
|
11
|
-
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
12
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
13
|
-
text-transform: uppercase;
|
|
14
|
-
letter-spacing: 0.05em;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
._size-2xs_1y18q_17 {
|
|
18
|
-
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
._size-xs_1y18q_21 {
|
|
22
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
._size-sm_1y18q_25 {
|
|
26
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
._size-base_1y18q_29 {
|
|
30
|
-
font-size: var(--fui-font-size-base, 1.143rem);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
._size-lg_1y18q_33 {
|
|
34
|
-
font-size: var(--fui-font-size-lg, 1.286rem);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
._size-xl_1y18q_37 {
|
|
38
|
-
font-size: var(--fui-font-size-xl, 1.714rem);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
._size-2xl_1y18q_41 {
|
|
42
|
-
font-size: var(--fui-font-size-2xl, 2.143rem);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
._weight-normal_1y18q_45 {
|
|
46
|
-
font-weight: var(--fui-font-weight-normal, 400);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
._weight-medium_1y18q_49 {
|
|
50
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
._weight-semibold_1y18q_53 {
|
|
54
|
-
font-weight: var(--fui-font-weight-semibold, 600);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
._color-primary_1y18q_57 {
|
|
58
|
-
color: var(--fui-text-primary, #18181b);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
._color-secondary_1y18q_61 {
|
|
62
|
-
color: var(--fui-text-secondary, #52525b);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
._color-tertiary_1y18q_65 {
|
|
66
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
._mono_1y18q_69 {
|
|
70
|
-
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
._truncate_1y18q_73 {
|
|
74
|
-
overflow: hidden;
|
|
75
|
-
text-overflow: ellipsis;
|
|
76
|
-
white-space: nowrap;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
._lineClamp_1y18q_79 {
|
|
80
|
-
display: -webkit-box;
|
|
81
|
-
-webkit-box-orient: vertical;
|
|
82
|
-
-webkit-line-clamp: var(--fui-line-clamp, 2);
|
|
83
|
-
overflow: hidden;
|
|
84
|
-
text-overflow: ellipsis;
|
|
85
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
._wrapper_184qp_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
._label_184qp_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
|
-
._required_184qp_14 {
|
|
15
|
-
color: var(--fui-color-danger, #ef4444);
|
|
16
|
-
margin-left: 2px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
._textarea_184qp_19 {
|
|
20
|
-
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
21
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
22
|
-
line-height: var(--fui-line-height-normal, 1.5);
|
|
23
|
-
color: var(--fui-text-primary, #18181b);
|
|
24
|
-
-webkit-font-smoothing: antialiased;
|
|
25
|
-
-moz-osx-font-smoothing: grayscale;
|
|
26
|
-
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);
|
|
27
|
-
}
|
|
28
|
-
._textarea_184qp_19:focus-visible {
|
|
29
|
-
outline: none;
|
|
30
|
-
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);
|
|
31
|
-
}
|
|
32
|
-
._textarea_184qp_19:disabled, ._textarea_184qp_19[data-disabled] {
|
|
33
|
-
opacity: 0.5;
|
|
34
|
-
pointer-events: none;
|
|
35
|
-
}
|
|
36
|
-
._textarea_184qp_19 {
|
|
37
|
-
display: block;
|
|
38
|
-
width: 100%;
|
|
39
|
-
min-height: var(--fui-input-height, 2.8571428571rem);
|
|
40
|
-
padding: var(--fui-space-2, 1rem) var(--fui-space-3, 1.5rem);
|
|
41
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
42
|
-
border: 1px solid var(--fui-border-strong, rgba(0, 0, 0, 0.14));
|
|
43
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
44
|
-
line-height: 1.5;
|
|
45
|
-
font-family: inherit;
|
|
46
|
-
}
|
|
47
|
-
._textarea_184qp_19::placeholder {
|
|
48
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
49
|
-
}
|
|
50
|
-
._textarea_184qp_19:hover:not(:disabled):not(:focus) {
|
|
51
|
-
border-color: var(--fui-text-tertiary, #71717a);
|
|
52
|
-
}
|
|
53
|
-
._textarea_184qp_19:focus {
|
|
54
|
-
outline: none;
|
|
55
|
-
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);
|
|
56
|
-
border-color: var(--fui-color-accent, #18181b);
|
|
57
|
-
}
|
|
58
|
-
._textarea_184qp_19:disabled, ._textarea_184qp_19[data-disabled] {
|
|
59
|
-
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
60
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
._resize-none_184qp_63 {
|
|
64
|
-
resize: none;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
._resize-vertical_184qp_67 {
|
|
68
|
-
resize: vertical;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
._resize-horizontal_184qp_71 {
|
|
72
|
-
resize: horizontal;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
._resize-both_184qp_75 {
|
|
76
|
-
resize: both;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
._error_184qp_79 {
|
|
80
|
-
border-color: var(--fui-color-danger, #ef4444);
|
|
81
|
-
}
|
|
82
|
-
._error_184qp_79:focus {
|
|
83
|
-
border-color: var(--fui-color-danger, #ef4444);
|
|
84
|
-
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);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
._helper_184qp_87 {
|
|
88
|
-
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
89
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
90
|
-
color: var(--fui-text-secondary, #52525b);
|
|
91
|
-
margin-top: var(--fui-space-1, 0.5rem);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
._helperError_184qp_94 {
|
|
95
|
-
color: var(--fui-color-danger, #ef4444);
|
|
96
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
._toggleGroup_bv2fv_1 {
|
|
2
|
-
display: inline-flex;
|
|
3
|
-
gap: var(--fui-space-1, 0.5rem);
|
|
4
|
-
padding: var(--fui-space-0-5, 0.15rem);
|
|
5
|
-
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
6
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
._toggleButton_bv2fv_9 {
|
|
10
|
-
appearance: none;
|
|
11
|
-
background: transparent;
|
|
12
|
-
border: none;
|
|
13
|
-
padding: 0;
|
|
14
|
-
margin: 0;
|
|
15
|
-
font: inherit;
|
|
16
|
-
color: inherit;
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
}
|
|
19
|
-
._toggleButton_bv2fv_9:disabled {
|
|
20
|
-
cursor: not-allowed;
|
|
21
|
-
}
|
|
22
|
-
._toggleButton_bv2fv_9 {
|
|
23
|
-
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);
|
|
24
|
-
}
|
|
25
|
-
._toggleButton_bv2fv_9:focus-visible {
|
|
26
|
-
outline: none;
|
|
27
|
-
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);
|
|
28
|
-
}
|
|
29
|
-
._toggleButton_bv2fv_9:disabled, ._toggleButton_bv2fv_9[data-disabled] {
|
|
30
|
-
opacity: 0.5;
|
|
31
|
-
pointer-events: none;
|
|
32
|
-
}
|
|
33
|
-
._toggleButton_bv2fv_9 {
|
|
34
|
-
min-width: var(--fui-target-size-min, 1.714rem);
|
|
35
|
-
min-height: var(--fui-target-size-min, 1.714rem);
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
40
|
-
color: var(--fui-text-secondary, #52525b);
|
|
41
|
-
background-color: transparent;
|
|
42
|
-
}
|
|
43
|
-
._toggleButton_bv2fv_9:hover:not(._toggleButtonActive_bv2fv_43) {
|
|
44
|
-
color: var(--fui-text-primary, #18181b);
|
|
45
|
-
}
|
|
46
|
-
._toggleButton_bv2fv_9:focus-visible {
|
|
47
|
-
outline: var(--fui-focus-ring-width, 2px) solid var(--fui-focus-ring-color, #18181b);
|
|
48
|
-
outline-offset: var(--fui-focus-ring-offset, 2px);
|
|
49
|
-
}
|
|
50
|
-
._toggleButton_bv2fv_9 svg {
|
|
51
|
-
flex-shrink: 0;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
._toggleButtonActive_bv2fv_43 {
|
|
55
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
56
|
-
color: var(--fui-text-primary, #18181b);
|
|
57
|
-
box-shadow: var(--fui-shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.03));
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
._sizeSm_bv2fv_60 ._toggleButton_bv2fv_9 {
|
|
61
|
-
width: var(--fui-theme-toggle-sm-width, 26px);
|
|
62
|
-
height: var(--fui-theme-toggle-sm-height, 24px);
|
|
63
|
-
}
|
|
64
|
-
._sizeSm_bv2fv_60 ._toggleButton_bv2fv_9 svg {
|
|
65
|
-
width: var(--fui-theme-toggle-sm-icon, 12px);
|
|
66
|
-
height: var(--fui-theme-toggle-sm-icon, 12px);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
._sizeMd_bv2fv_69 ._toggleButton_bv2fv_9 {
|
|
70
|
-
width: var(--fui-theme-toggle-md-width, 32px);
|
|
71
|
-
height: var(--fui-theme-toggle-md-height, 28px);
|
|
72
|
-
}
|
|
73
|
-
._sizeMd_bv2fv_69 ._toggleButton_bv2fv_9 svg {
|
|
74
|
-
width: var(--fui-theme-toggle-md-icon, 14px);
|
|
75
|
-
height: var(--fui-theme-toggle-md-icon, 14px);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
._sizeLg_bv2fv_78 ._toggleButton_bv2fv_9 {
|
|
79
|
-
width: var(--fui-theme-toggle-lg-width, 40px);
|
|
80
|
-
height: var(--fui-theme-toggle-lg-height, 34px);
|
|
81
|
-
}
|
|
82
|
-
._sizeLg_bv2fv_78 ._toggleButton_bv2fv_9 svg {
|
|
83
|
-
width: var(--fui-theme-toggle-lg-icon, 18px);
|
|
84
|
-
height: var(--fui-theme-toggle-lg-icon, 18px);
|
|
85
|
-
}
|
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
._thinkingIndicator_12dch_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
gap: var(--fui-space-2, 1rem);
|
|
5
|
-
padding: var(--fui-space-2, 1rem);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
._main_12dch_8 {
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
gap: var(--fui-space-2, 1rem);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
._label_12dch_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
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
22
|
-
color: var(--fui-text-secondary, #52525b);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
._elapsed_12dch_25 {
|
|
26
|
-
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
27
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
28
|
-
color: var(--fui-text-secondary, #52525b);
|
|
29
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
30
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
31
|
-
font-variant-numeric: tabular-nums;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
._dots_12dch_34 {
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
gap: 4px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
._dot_12dch_34 {
|
|
41
|
-
width: 6px;
|
|
42
|
-
height: 6px;
|
|
43
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
44
|
-
background-color: var(--fui-text-tertiary, #71717a);
|
|
45
|
-
animation: _bounce_12dch_1 1.4s ease-in-out infinite;
|
|
46
|
-
}
|
|
47
|
-
._dot_12dch_34:nth-child(1) {
|
|
48
|
-
animation-delay: 0s;
|
|
49
|
-
}
|
|
50
|
-
._dot_12dch_34:nth-child(2) {
|
|
51
|
-
animation-delay: 0.2s;
|
|
52
|
-
}
|
|
53
|
-
._dot_12dch_34:nth-child(3) {
|
|
54
|
-
animation-delay: 0.4s;
|
|
55
|
-
}
|
|
56
|
-
@media (prefers-reduced-motion: reduce) {
|
|
57
|
-
._dot_12dch_34 {
|
|
58
|
-
animation: none;
|
|
59
|
-
opacity: 0.6;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
@keyframes _bounce_12dch_1 {
|
|
64
|
-
0%, 60%, 100% {
|
|
65
|
-
transform: translateY(0);
|
|
66
|
-
opacity: 0.4;
|
|
67
|
-
}
|
|
68
|
-
30% {
|
|
69
|
-
transform: translateY(-4px);
|
|
70
|
-
opacity: 1;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
._pulse_12dch_73 {
|
|
74
|
-
position: relative;
|
|
75
|
-
width: 16px;
|
|
76
|
-
height: 16px;
|
|
77
|
-
display: flex;
|
|
78
|
-
align-items: center;
|
|
79
|
-
justify-content: center;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
._pulseRing_12dch_82 {
|
|
83
|
-
position: absolute;
|
|
84
|
-
width: 100%;
|
|
85
|
-
height: 100%;
|
|
86
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
87
|
-
background-color: var(--fui-color-accent, #18181b);
|
|
88
|
-
opacity: 0.3;
|
|
89
|
-
animation: _pulseRing_12dch_82 1.5s ease-out infinite;
|
|
90
|
-
}
|
|
91
|
-
@media (prefers-reduced-motion: reduce) {
|
|
92
|
-
._pulseRing_12dch_82 {
|
|
93
|
-
animation: none;
|
|
94
|
-
opacity: 0.2;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
._pulseDot_12dch_98 {
|
|
99
|
-
width: 8px;
|
|
100
|
-
height: 8px;
|
|
101
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
102
|
-
background-color: var(--fui-color-accent, #18181b);
|
|
103
|
-
z-index: 1;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@keyframes _pulseRing_12dch_82 {
|
|
107
|
-
0% {
|
|
108
|
-
transform: scale(0.5);
|
|
109
|
-
opacity: 0.5;
|
|
110
|
-
}
|
|
111
|
-
100% {
|
|
112
|
-
transform: scale(1.5);
|
|
113
|
-
opacity: 0;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
._spinner_12dch_116 {
|
|
117
|
-
display: flex;
|
|
118
|
-
align-items: center;
|
|
119
|
-
justify-content: center;
|
|
120
|
-
color: var(--fui-text-secondary, #52525b);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
._spinnerIcon_12dch_123 {
|
|
124
|
-
animation: _spin_12dch_116 1s linear infinite;
|
|
125
|
-
}
|
|
126
|
-
@media (prefers-reduced-motion: reduce) {
|
|
127
|
-
._spinnerIcon_12dch_123 {
|
|
128
|
-
animation: none;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
@keyframes _spin_12dch_116 {
|
|
133
|
-
from {
|
|
134
|
-
transform: rotate(0deg);
|
|
135
|
-
}
|
|
136
|
-
to {
|
|
137
|
-
transform: rotate(360deg);
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
._steps_12dch_140 {
|
|
141
|
-
display: flex;
|
|
142
|
-
flex-direction: column;
|
|
143
|
-
gap: var(--fui-space-1, 0.5rem);
|
|
144
|
-
padding-left: var(--fui-space-4, 2rem);
|
|
145
|
-
border-left: 2px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
146
|
-
margin-left: 7px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
._step_12dch_140 {
|
|
150
|
-
display: flex;
|
|
151
|
-
align-items: center;
|
|
152
|
-
gap: var(--fui-space-2, 1rem);
|
|
153
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
154
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
._stepIndicator_12dch_157 {
|
|
158
|
-
display: flex;
|
|
159
|
-
align-items: center;
|
|
160
|
-
justify-content: center;
|
|
161
|
-
width: 16px;
|
|
162
|
-
height: 16px;
|
|
163
|
-
flex-shrink: 0;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
._stepDot_12dch_166 {
|
|
167
|
-
width: 6px;
|
|
168
|
-
height: 6px;
|
|
169
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
170
|
-
background-color: var(--fui-text-tertiary, #71717a);
|
|
171
|
-
opacity: 0.5;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
._stepLabel_12dch_174 {
|
|
175
|
-
flex: 1;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
._stepPending_12dch_178 {
|
|
179
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
._stepActive_12dch_182 {
|
|
183
|
-
color: var(--fui-text-secondary, #52525b);
|
|
184
|
-
}
|
|
185
|
-
._stepActive_12dch_182 ._stepIndicator_12dch_157 {
|
|
186
|
-
color: var(--fui-color-accent, #18181b);
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
._stepComplete_12dch_189 {
|
|
190
|
-
color: var(--fui-text-secondary, #52525b);
|
|
191
|
-
}
|
|
192
|
-
._stepComplete_12dch_189 ._stepIndicator_12dch_157 {
|
|
193
|
-
color: var(--fui-color-success, #22c55e);
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
._stepError_12dch_196 {
|
|
197
|
-
color: var(--fui-color-danger, #ef4444);
|
|
198
|
-
}
|
|
199
|
-
._stepError_12dch_196 ._stepIndicator_12dch_157 {
|
|
200
|
-
color: var(--fui-color-danger, #ef4444);
|
|
201
|
-
}
|