@fragments-sdk/ui 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/ui.css +10324 -0
- package/fragments.json +1 -1
- package/package.json +119 -98
- package/dist/assets/components/Accordion/Accordion.module.css +0 -107
- package/dist/assets/components/Alert/Alert.module.css +0 -158
- package/dist/assets/components/AppShell/AppShell.module.css +0 -156
- package/dist/assets/components/Avatar/Avatar.module.css +0 -109
- package/dist/assets/components/Badge/Badge.module.css +0 -117
- package/dist/assets/components/BentoGrid/BentoGrid.module.css +0 -113
- package/dist/assets/components/Box/Box.module.css +0 -341
- package/dist/assets/components/Breadcrumbs/Breadcrumbs.module.css +0 -108
- package/dist/assets/components/Button/Button.module.css +0 -153
- package/dist/assets/components/ButtonGroup/ButtonGroup.module.css +0 -32
- package/dist/assets/components/Card/Card.module.css +0 -131
- package/dist/assets/components/Chart/Chart.module.css +0 -122
- package/dist/assets/components/Checkbox/Checkbox.module.css +0 -129
- package/dist/assets/components/Chip/Chip.module.css +0 -248
- package/dist/assets/components/CodeBlock/CodeBlock.module.css +0 -309
- package/dist/assets/components/Collapsible/Collapsible.module.css +0 -103
- package/dist/assets/components/ColorPicker/ColorPicker.module.css +0 -140
- package/dist/assets/components/Combobox/Combobox.module.css +0 -278
- package/dist/assets/components/Command/Command.module.css +0 -132
- package/dist/assets/components/ConversationList/ConversationList.module.css +0 -138
- package/dist/assets/components/DatePicker/DatePicker.module.css +0 -388
- package/dist/assets/components/Dialog/Dialog.module.css +0 -170
- package/dist/assets/components/Drawer/Drawer.module.css +0 -214
- package/dist/assets/components/EmptyState/EmptyState.module.css +0 -100
- package/dist/assets/components/Field/Field.module.css +0 -30
- package/dist/assets/components/Fieldset/Fieldset.module.css +0 -21
- package/dist/assets/components/Form/Form.module.css +0 -5
- package/dist/assets/components/Grid/Grid.module.css +0 -249
- package/dist/assets/components/Header/Header.module.css +0 -332
- package/dist/assets/components/Icon/Icon.module.css +0 -35
- package/dist/assets/components/Image/Image.module.css +0 -71
- package/dist/assets/components/Input/Input.module.css +0 -135
- package/dist/assets/components/Link/Link.module.css +0 -66
- package/dist/assets/components/List/List.module.css +0 -66
- package/dist/assets/components/Listbox/Listbox.module.css +0 -99
- package/dist/assets/components/Loading/Loading.module.css +0 -210
- package/dist/assets/components/Markdown/Markdown.module.css +0 -149
- package/dist/assets/components/Menu/Menu.module.css +0 -182
- package/dist/assets/components/Message/Message.module.css +0 -175
- package/dist/assets/components/NavigationMenu/NavigationMenu.module.css +0 -553
- package/dist/assets/components/Pagination/Pagination.module.css +0 -92
- package/dist/assets/components/Popover/Popover.module.css +0 -168
- package/dist/assets/components/Progress/Progress.module.css +0 -166
- package/dist/assets/components/Prompt/Prompt.module.css +0 -262
- package/dist/assets/components/RadioGroup/RadioGroup.module.css +0 -152
- package/dist/assets/components/ScrollArea/ScrollArea.module.css +0 -89
- package/dist/assets/components/Select/Select.module.css +0 -206
- package/dist/assets/components/Separator/Separator.module.css +0 -71
- package/dist/assets/components/Sidebar/Sidebar.module.css +0 -683
- package/dist/assets/components/Skeleton/Skeleton.module.css +0 -134
- package/dist/assets/components/Slider/Slider.module.css +0 -83
- package/dist/assets/components/Stack/Stack.module.css +0 -132
- package/dist/assets/components/Table/Table.module.css +0 -230
- package/dist/assets/components/TableOfContents/TableOfContents.module.css +0 -53
- package/dist/assets/components/Tabs/Tabs.module.css +0 -142
- package/dist/assets/components/Text/Text.module.css +0 -85
- package/dist/assets/components/Textarea/Textarea.module.css +0 -96
- package/dist/assets/components/Theme/ThemeToggle.module.css +0 -85
- package/dist/assets/components/ThinkingIndicator/ThinkingIndicator.module.css +0 -201
- package/dist/assets/components/Toast/Toast.module.css +0 -199
- package/dist/assets/components/Toggle/Toggle.module.css +0 -133
- package/dist/assets/components/ToggleGroup/ToggleGroup.module.css +0 -122
- package/dist/assets/components/Tooltip/Tooltip.module.css +0 -64
- package/dist/assets/components/VisuallyHidden/VisuallyHidden.module.css +0 -11
- package/dist/assets/styles/globals.css +0 -355
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
._wrapper_1i43w_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
gap: var(--fui-space-2, 1rem);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
._groupLabel_1i43w_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-sm, 1rem);
|
|
10
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
11
|
-
color: var(--fui-text-primary, #18181b);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
._group_1i43w_7 {
|
|
15
|
-
display: flex;
|
|
16
|
-
gap: var(--fui-space-3, 1.5rem);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
._vertical_1i43w_19 {
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
._horizontal_1i43w_23 {
|
|
24
|
-
flex-direction: row;
|
|
25
|
-
flex-wrap: wrap;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
._itemWrapper_1i43w_28 {
|
|
29
|
-
display: inline-flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
gap: var(--fui-space-2, 1rem);
|
|
32
|
-
cursor: pointer;
|
|
33
|
-
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
34
|
-
}
|
|
35
|
-
._itemWrapper_1i43w_28[data-has-description] {
|
|
36
|
-
align-items: flex-start;
|
|
37
|
-
}
|
|
38
|
-
._itemWrapper_1i43w_28[data-disabled] {
|
|
39
|
-
cursor: not-allowed;
|
|
40
|
-
opacity: 0.5;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
._radio_1i43w_43 {
|
|
44
|
-
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);
|
|
45
|
-
}
|
|
46
|
-
._radio_1i43w_43:focus-visible {
|
|
47
|
-
outline: none;
|
|
48
|
-
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);
|
|
49
|
-
}
|
|
50
|
-
._radio_1i43w_43:disabled, ._radio_1i43w_43[data-disabled] {
|
|
51
|
-
opacity: 0.5;
|
|
52
|
-
pointer-events: none;
|
|
53
|
-
}
|
|
54
|
-
._radio_1i43w_43 {
|
|
55
|
-
min-width: var(--fui-target-size-min, 1.714rem);
|
|
56
|
-
min-height: var(--fui-target-size-min, 1.714rem);
|
|
57
|
-
display: inline-flex;
|
|
58
|
-
align-items: center;
|
|
59
|
-
justify-content: center;
|
|
60
|
-
position: relative;
|
|
61
|
-
flex-shrink: 0;
|
|
62
|
-
width: 1rem;
|
|
63
|
-
height: 1rem;
|
|
64
|
-
margin-top: 0;
|
|
65
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
66
|
-
border: 1px solid var(--fui-border-strong, rgba(0, 0, 0, 0.14));
|
|
67
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
68
|
-
cursor: inherit;
|
|
69
|
-
}
|
|
70
|
-
._radio_1i43w_43:hover:not([data-disabled]) {
|
|
71
|
-
border-color: var(--fui-text-tertiary, #71717a);
|
|
72
|
-
}
|
|
73
|
-
._radio_1i43w_43[data-checked] {
|
|
74
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
75
|
-
border-color: var(--fui-color-accent, #18181b);
|
|
76
|
-
}
|
|
77
|
-
._radio_1i43w_43[data-checked]:hover:not([data-disabled]) {
|
|
78
|
-
border-color: var(--fui-color-accent-hover, rgb(62.88, 62.88, 70.74));
|
|
79
|
-
}
|
|
80
|
-
._radio_1i43w_43[data-invalid] {
|
|
81
|
-
border-color: var(--fui-color-danger, #ef4444);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
._radioSm_1i43w_84 {
|
|
85
|
-
width: 0.875rem;
|
|
86
|
-
height: 0.875rem;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
._radioLg_1i43w_89 {
|
|
90
|
-
width: 1.25rem;
|
|
91
|
-
height: 1.25rem;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
._indicator_1i43w_94 {
|
|
95
|
-
position: absolute;
|
|
96
|
-
top: 50%;
|
|
97
|
-
left: 50%;
|
|
98
|
-
width: 0.75rem;
|
|
99
|
-
height: 0.75rem;
|
|
100
|
-
background-color: var(--fui-color-accent, #18181b);
|
|
101
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
102
|
-
opacity: 0;
|
|
103
|
-
transform: translate(-50%, -50%) scale(0);
|
|
104
|
-
transition: opacity var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
|
|
105
|
-
}
|
|
106
|
-
[data-checked] > ._indicator_1i43w_94 {
|
|
107
|
-
opacity: 1;
|
|
108
|
-
transform: translate(-50%, -50%) scale(1);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
._radioSm_1i43w_84 ._indicator_1i43w_94 {
|
|
112
|
-
width: 0.375rem;
|
|
113
|
-
height: 0.375rem;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
._radioLg_1i43w_89 ._indicator_1i43w_94 {
|
|
117
|
-
width: 0.625rem;
|
|
118
|
-
height: 0.625rem;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
._content_1i43w_121 {
|
|
122
|
-
display: flex;
|
|
123
|
-
flex-direction: column;
|
|
124
|
-
gap: var(--fui-space-0-5, 0.15rem);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
._label_1i43w_127 {
|
|
128
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
129
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
130
|
-
color: var(--fui-text-primary, #18181b);
|
|
131
|
-
line-height: var(--fui-line-height-tight, 1.25);
|
|
132
|
-
user-select: none;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
._labelSm_1i43w_135 {
|
|
136
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
._labelLg_1i43w_139 {
|
|
140
|
-
font-size: var(--fui-font-size-base, 1.143rem);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
._description_1i43w_143 {
|
|
144
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
145
|
-
color: var(--fui-text-secondary, #52525b);
|
|
146
|
-
line-height: var(--fui-line-height-normal, 1.5);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
._error_1i43w_149 {
|
|
150
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
151
|
-
color: var(--fui-color-danger, #ef4444);
|
|
152
|
-
}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
._root_umvhi_1 {
|
|
2
|
-
position: relative;
|
|
3
|
-
overflow: hidden;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
._fadeMaskEnd_umvhi_6._horizontal_umvhi_6 {
|
|
7
|
-
mask-image: linear-gradient(to right, black calc(100% - 48px), transparent 100%);
|
|
8
|
-
}
|
|
9
|
-
._fadeMaskEnd_umvhi_6._vertical_umvhi_9 {
|
|
10
|
-
mask-image: linear-gradient(to bottom, black calc(100% - 32px), transparent 100%);
|
|
11
|
-
}
|
|
12
|
-
._fadeMaskEnd_umvhi_6._both_umvhi_12 {
|
|
13
|
-
mask-image: linear-gradient(to right, black calc(100% - 48px), transparent 100%);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
._fadeMaskStart_umvhi_16._horizontal_umvhi_6 {
|
|
17
|
-
mask-image: linear-gradient(to left, black calc(100% - 48px), transparent 100%);
|
|
18
|
-
}
|
|
19
|
-
._fadeMaskStart_umvhi_16._vertical_umvhi_9 {
|
|
20
|
-
mask-image: linear-gradient(to top, black calc(100% - 32px), transparent 100%);
|
|
21
|
-
}
|
|
22
|
-
._fadeMaskStart_umvhi_16._both_umvhi_12 {
|
|
23
|
-
mask-image: linear-gradient(to left, black calc(100% - 48px), transparent 100%);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
._fadeMaskBoth_umvhi_26._horizontal_umvhi_6 {
|
|
27
|
-
mask-image: linear-gradient(to right, transparent, black 48px, black calc(100% - 48px), transparent 100%);
|
|
28
|
-
}
|
|
29
|
-
._fadeMaskBoth_umvhi_26._vertical_umvhi_9 {
|
|
30
|
-
mask-image: linear-gradient(to bottom, transparent, black 32px, black calc(100% - 32px), transparent 100%);
|
|
31
|
-
}
|
|
32
|
-
._fadeMaskBoth_umvhi_26._both_umvhi_12 {
|
|
33
|
-
mask-image: linear-gradient(to right, transparent, black 48px, black calc(100% - 48px), transparent 100%);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
._viewport_umvhi_36 {
|
|
37
|
-
width: 100%;
|
|
38
|
-
height: 100%;
|
|
39
|
-
overflow: hidden;
|
|
40
|
-
scrollbar-width: thin;
|
|
41
|
-
scrollbar-color: var(--fui-border-strong, rgba(0, 0, 0, 0.14)) transparent;
|
|
42
|
-
}
|
|
43
|
-
._viewport_umvhi_36::-webkit-scrollbar {
|
|
44
|
-
width: 6px;
|
|
45
|
-
height: 6px;
|
|
46
|
-
}
|
|
47
|
-
._viewport_umvhi_36::-webkit-scrollbar-track {
|
|
48
|
-
background: transparent;
|
|
49
|
-
}
|
|
50
|
-
._viewport_umvhi_36::-webkit-scrollbar-thumb {
|
|
51
|
-
background-color: var(--fui-border-strong, rgba(0, 0, 0, 0.14));
|
|
52
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
53
|
-
}
|
|
54
|
-
._viewport_umvhi_36::-webkit-scrollbar-thumb:hover {
|
|
55
|
-
background-color: var(--fui-text-tertiary, #71717a);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
._horizontal_umvhi_6 {
|
|
59
|
-
overflow-x: auto;
|
|
60
|
-
overflow-y: hidden;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
._vertical_umvhi_9 {
|
|
64
|
-
overflow-x: hidden;
|
|
65
|
-
overflow-y: auto;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
._both_umvhi_12 {
|
|
69
|
-
overflow: auto;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
._scrollbarAlways_umvhi_72::-webkit-scrollbar-thumb {
|
|
73
|
-
background-color: var(--fui-border-strong, rgba(0, 0, 0, 0.14));
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
._scrollbarHover_umvhi_76 {
|
|
77
|
-
scrollbar-width: none;
|
|
78
|
-
}
|
|
79
|
-
._scrollbarHover_umvhi_76::-webkit-scrollbar {
|
|
80
|
-
width: 0;
|
|
81
|
-
height: 0;
|
|
82
|
-
}
|
|
83
|
-
._scrollbarHover_umvhi_76:hover {
|
|
84
|
-
scrollbar-width: thin;
|
|
85
|
-
}
|
|
86
|
-
._scrollbarHover_umvhi_76:hover::-webkit-scrollbar {
|
|
87
|
-
width: 6px;
|
|
88
|
-
height: 6px;
|
|
89
|
-
}
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
._trigger_19ioy_1 {
|
|
2
|
-
appearance: none;
|
|
3
|
-
background: transparent;
|
|
4
|
-
border: none;
|
|
5
|
-
padding: 0;
|
|
6
|
-
margin: 0;
|
|
7
|
-
font: inherit;
|
|
8
|
-
color: inherit;
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
}
|
|
11
|
-
._trigger_19ioy_1:disabled {
|
|
12
|
-
cursor: not-allowed;
|
|
13
|
-
}
|
|
14
|
-
._trigger_19ioy_1 {
|
|
15
|
-
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);
|
|
16
|
-
}
|
|
17
|
-
._trigger_19ioy_1:focus-visible {
|
|
18
|
-
outline: none;
|
|
19
|
-
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);
|
|
20
|
-
}
|
|
21
|
-
._trigger_19ioy_1:disabled, ._trigger_19ioy_1[data-disabled] {
|
|
22
|
-
opacity: 0.5;
|
|
23
|
-
pointer-events: none;
|
|
24
|
-
}
|
|
25
|
-
._trigger_19ioy_1 {
|
|
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-sm, 1rem);
|
|
28
|
-
line-height: var(--fui-line-height-normal, 1.5);
|
|
29
|
-
color: var(--fui-text-primary, #18181b);
|
|
30
|
-
-webkit-font-smoothing: antialiased;
|
|
31
|
-
-moz-osx-font-smoothing: grayscale;
|
|
32
|
-
display: inline-flex;
|
|
33
|
-
align-items: center;
|
|
34
|
-
justify-content: space-between;
|
|
35
|
-
gap: var(--fui-space-2, 1rem);
|
|
36
|
-
width: 100%;
|
|
37
|
-
min-width: 10rem;
|
|
38
|
-
height: var(--fui-input-height, 2.8571428571rem);
|
|
39
|
-
padding: 0 var(--fui-space-3, 1.5rem);
|
|
40
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
41
|
-
border: 1px solid var(--fui-border-strong, rgba(0, 0, 0, 0.14));
|
|
42
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
43
|
-
text-align: left;
|
|
44
|
-
}
|
|
45
|
-
._trigger_19ioy_1:hover:not([data-disabled]) {
|
|
46
|
-
border-color: var(--fui-text-tertiary, #71717a);
|
|
47
|
-
}
|
|
48
|
-
._trigger_19ioy_1[data-popup-open] {
|
|
49
|
-
border-color: var(--fui-color-accent, #18181b);
|
|
50
|
-
}
|
|
51
|
-
._trigger_19ioy_1[data-disabled] {
|
|
52
|
-
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
53
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
._value_19ioy_56 {
|
|
57
|
-
flex: 1;
|
|
58
|
-
min-width: 0;
|
|
59
|
-
overflow: hidden;
|
|
60
|
-
text-overflow: ellipsis;
|
|
61
|
-
white-space: nowrap;
|
|
62
|
-
display: flex;
|
|
63
|
-
align-items: center;
|
|
64
|
-
}
|
|
65
|
-
._value_19ioy_56[data-placeholder] {
|
|
66
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
._placeholder_19ioy_69 {
|
|
70
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
._icon_19ioy_73 {
|
|
74
|
-
display: flex;
|
|
75
|
-
align-items: center;
|
|
76
|
-
justify-content: center;
|
|
77
|
-
color: var(--fui-text-secondary, #52525b);
|
|
78
|
-
transition: transform var(--fui-transition-fast, 150ms ease);
|
|
79
|
-
}
|
|
80
|
-
[data-popup-open] > ._icon_19ioy_73 {
|
|
81
|
-
transform: rotate(180deg);
|
|
82
|
-
}
|
|
83
|
-
._icon_19ioy_73 svg {
|
|
84
|
-
width: 1rem;
|
|
85
|
-
height: 1rem;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
._positioner_19ioy_88 {
|
|
89
|
-
z-index: 52;
|
|
90
|
-
outline: none;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
._popup_19ioy_93 {
|
|
94
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
95
|
-
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
96
|
-
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
97
|
-
--_item-h: calc(
|
|
98
|
-
var(--fui-font-size-sm, 1rem) * var(--fui-line-height-normal, 1.5) +
|
|
99
|
-
var(--fui-space-2, 1rem) * 2
|
|
100
|
-
);
|
|
101
|
-
min-width: var(--anchor-width);
|
|
102
|
-
max-height: calc(var(--_item-h) * var(--fui-select-max-items, 4.5) + var(--fui-space-1, 0.5rem) * 2) !important;
|
|
103
|
-
overflow-y: auto !important;
|
|
104
|
-
padding: var(--fui-padding-item-xs, 0.5rem);
|
|
105
|
-
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));
|
|
106
|
-
opacity: 0;
|
|
107
|
-
transform: scale(0.95);
|
|
108
|
-
transform-origin: var(--transform-origin);
|
|
109
|
-
transition: opacity var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
|
|
110
|
-
}
|
|
111
|
-
._popup_19ioy_93[data-open] {
|
|
112
|
-
opacity: 1;
|
|
113
|
-
transform: scale(1);
|
|
114
|
-
}
|
|
115
|
-
._popup_19ioy_93[data-starting-style], ._popup_19ioy_93[data-ending-style] {
|
|
116
|
-
opacity: 0;
|
|
117
|
-
transform: scale(0.95);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
._item_19ioy_120 {
|
|
121
|
-
appearance: none;
|
|
122
|
-
background: transparent;
|
|
123
|
-
border: none;
|
|
124
|
-
padding: 0;
|
|
125
|
-
margin: 0;
|
|
126
|
-
font: inherit;
|
|
127
|
-
color: inherit;
|
|
128
|
-
cursor: pointer;
|
|
129
|
-
}
|
|
130
|
-
._item_19ioy_120:disabled {
|
|
131
|
-
cursor: not-allowed;
|
|
132
|
-
}
|
|
133
|
-
._item_19ioy_120 {
|
|
134
|
-
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
135
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
136
|
-
line-height: var(--fui-line-height-normal, 1.5);
|
|
137
|
-
color: var(--fui-text-primary, #18181b);
|
|
138
|
-
-webkit-font-smoothing: antialiased;
|
|
139
|
-
-moz-osx-font-smoothing: grayscale;
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
gap: var(--fui-space-2, 1rem);
|
|
143
|
-
width: 100%;
|
|
144
|
-
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
145
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
146
|
-
cursor: pointer;
|
|
147
|
-
outline: none;
|
|
148
|
-
}
|
|
149
|
-
._item_19ioy_120[data-highlighted] {
|
|
150
|
-
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
151
|
-
}
|
|
152
|
-
._item_19ioy_120[data-selected] {
|
|
153
|
-
background-color: var(--fui-color-accent, #18181b);
|
|
154
|
-
color: var(--fui-text-inverse, #f4f4f5);
|
|
155
|
-
}
|
|
156
|
-
._item_19ioy_120[data-selected][data-highlighted] {
|
|
157
|
-
background-color: var(--fui-color-accent-hover, rgb(62.88, 62.88, 70.74));
|
|
158
|
-
}
|
|
159
|
-
._item_19ioy_120[data-disabled] {
|
|
160
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
161
|
-
cursor: not-allowed;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
._itemIndicator_19ioy_164 {
|
|
165
|
-
display: flex;
|
|
166
|
-
align-items: center;
|
|
167
|
-
justify-content: center;
|
|
168
|
-
width: 1rem;
|
|
169
|
-
height: 1rem;
|
|
170
|
-
margin-left: auto;
|
|
171
|
-
}
|
|
172
|
-
._itemIndicator_19ioy_164 svg {
|
|
173
|
-
width: 0.875rem;
|
|
174
|
-
height: 0.875rem;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
._group_19ioy_177:not(:first-child) {
|
|
178
|
-
margin-top: var(--fui-space-1, 0.5rem);
|
|
179
|
-
padding-top: var(--fui-space-1, 0.5rem);
|
|
180
|
-
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
._groupLabel_19ioy_183 {
|
|
184
|
-
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
185
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
186
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
187
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
188
|
-
text-transform: uppercase;
|
|
189
|
-
letter-spacing: 0.05em;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
._arrow_19ioy_192 {
|
|
193
|
-
width: 10px;
|
|
194
|
-
height: 10px;
|
|
195
|
-
transform: rotate(45deg);
|
|
196
|
-
background-color: var(--fui-bg-elevated, #ffffff);
|
|
197
|
-
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
198
|
-
}
|
|
199
|
-
._arrow_19ioy_192[data-side=top] {
|
|
200
|
-
border-top: none;
|
|
201
|
-
border-left: none;
|
|
202
|
-
}
|
|
203
|
-
._arrow_19ioy_192[data-side=bottom] {
|
|
204
|
-
border-bottom: none;
|
|
205
|
-
border-right: none;
|
|
206
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
._separator_1rior_1 {
|
|
2
|
-
flex-shrink: 0;
|
|
3
|
-
background-color: var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
._horizontal_1rior_6 {
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 1px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
._vertical_1rior_11 {
|
|
12
|
-
width: 1px;
|
|
13
|
-
height: auto;
|
|
14
|
-
align-self: stretch;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
._withLabel_1rior_17 {
|
|
18
|
-
display: flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
gap: var(--fui-space-3, 1.5rem);
|
|
21
|
-
background-color: transparent;
|
|
22
|
-
}
|
|
23
|
-
._withLabel_1rior_17::before, ._withLabel_1rior_17::after {
|
|
24
|
-
content: "";
|
|
25
|
-
flex: 1;
|
|
26
|
-
height: 1px;
|
|
27
|
-
background-color: var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
._label_1rior_30 {
|
|
31
|
-
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
32
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
33
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
34
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
35
|
-
text-transform: uppercase;
|
|
36
|
-
letter-spacing: 0.05em;
|
|
37
|
-
white-space: nowrap;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
._spacingNone_1rior_40 {
|
|
41
|
-
margin: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
._spacingSm_1rior_44._horizontal_1rior_6 {
|
|
45
|
-
margin: var(--fui-space-2, 1rem) 0;
|
|
46
|
-
}
|
|
47
|
-
._spacingSm_1rior_44._vertical_1rior_11 {
|
|
48
|
-
margin: 0 var(--fui-space-2, 1rem);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
._spacingMd_1rior_51._horizontal_1rior_6 {
|
|
52
|
-
margin: var(--fui-space-4, 2rem) 0;
|
|
53
|
-
}
|
|
54
|
-
._spacingMd_1rior_51._vertical_1rior_11 {
|
|
55
|
-
margin: 0 var(--fui-space-4, 2rem);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
._spacingLg_1rior_58._horizontal_1rior_6 {
|
|
59
|
-
margin: var(--fui-space-6, 3rem) 0;
|
|
60
|
-
}
|
|
61
|
-
._spacingLg_1rior_58._vertical_1rior_11 {
|
|
62
|
-
margin: 0 var(--fui-space-6, 3rem);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
._soft_1rior_65 {
|
|
66
|
-
background-color: var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
67
|
-
opacity: 0.5;
|
|
68
|
-
}
|
|
69
|
-
._soft_1rior_65._withLabel_1rior_17::before, ._soft_1rior_65._withLabel_1rior_17::after {
|
|
70
|
-
opacity: 0.5;
|
|
71
|
-
}
|