@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,134 +0,0 @@
|
|
|
1
|
-
@keyframes _skeleton-pulse_1qpb2_1 {
|
|
2
|
-
0%, 100% {
|
|
3
|
-
opacity: 1;
|
|
4
|
-
}
|
|
5
|
-
50% {
|
|
6
|
-
opacity: 0.5;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
._skeleton_1qpb2_9 {
|
|
10
|
-
display: block;
|
|
11
|
-
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
12
|
-
animation: _skeleton-pulse_1qpb2_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
13
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
._static_1qpb2_16 {
|
|
17
|
-
animation: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
._fill_1qpb2_20 {
|
|
21
|
-
width: 100%;
|
|
22
|
-
height: 100%;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
._text_1qpb2_25 {
|
|
26
|
-
height: 1em;
|
|
27
|
-
width: 100%;
|
|
28
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
._heading_1qpb2_31 {
|
|
32
|
-
height: 1.5em;
|
|
33
|
-
width: 100%;
|
|
34
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
._avatar_1qpb2_37 {
|
|
38
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
._avatar-sm_1qpb2_41 {
|
|
42
|
-
width: 2rem;
|
|
43
|
-
height: 2rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
._avatar-md_1qpb2_46 {
|
|
47
|
-
width: 2.5rem;
|
|
48
|
-
height: 2.5rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
._avatar-lg_1qpb2_51 {
|
|
52
|
-
width: 3rem;
|
|
53
|
-
height: 3rem;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
._button_1qpb2_56 {
|
|
57
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
._button-sm_1qpb2_60 {
|
|
61
|
-
height: var(--fui-button-height-sm, 2rem);
|
|
62
|
-
width: 5rem;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
._button-md_1qpb2_65 {
|
|
66
|
-
height: var(--fui-button-height-md, 2.5714285714rem);
|
|
67
|
-
width: 6rem;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
._button-lg_1qpb2_70 {
|
|
71
|
-
height: var(--fui-button-height-lg, 3.1428571429rem);
|
|
72
|
-
width: 7rem;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
._input_1qpb2_75 {
|
|
76
|
-
height: var(--fui-input-height, 2.8571428571rem);
|
|
77
|
-
width: 100%;
|
|
78
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
._radius-none_1qpb2_81 {
|
|
82
|
-
border-radius: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
._radius-sm_1qpb2_85 {
|
|
86
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
._radius-md_1qpb2_89 {
|
|
90
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
._radius-lg_1qpb2_93 {
|
|
94
|
-
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
._radius-full_1qpb2_97 {
|
|
98
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
._textContainer_1qpb2_101 {
|
|
102
|
-
display: flex;
|
|
103
|
-
flex-direction: column;
|
|
104
|
-
width: 100%;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
._gap-sm_1qpb2_107 {
|
|
108
|
-
gap: var(--fui-space-2, 1rem);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
._gap-md_1qpb2_111 {
|
|
112
|
-
gap: var(--fui-space-3, 1.5rem);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
._textLine_1qpb2_115 {
|
|
116
|
-
height: 1em;
|
|
117
|
-
width: 100%;
|
|
118
|
-
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
119
|
-
animation: _skeleton-pulse_1qpb2_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
120
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@media (prefers-color-scheme: dark) {
|
|
124
|
-
._skeleton_1qpb2_9,
|
|
125
|
-
._textLine_1qpb2_115 {
|
|
126
|
-
background-color: var(--fui-bg-tertiary, #27272a);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
@media (prefers-reduced-motion: reduce) {
|
|
130
|
-
._skeleton_1qpb2_9,
|
|
131
|
-
._textLine_1qpb2_115 {
|
|
132
|
-
animation: none;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
._wrapper_955fp_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
._header_955fp_6 {
|
|
7
|
-
display: flex;
|
|
8
|
-
justify-content: space-between;
|
|
9
|
-
align-items: center;
|
|
10
|
-
margin-bottom: var(--fui-space-2, 1rem);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
._label_955fp_13 {
|
|
14
|
-
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
15
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
16
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
17
|
-
color: var(--fui-text-primary, #18181b);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
._value_955fp_20 {
|
|
21
|
-
font-family: var(--fui-font-mono, "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace);
|
|
22
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
23
|
-
color: var(--fui-text-secondary, #52525b);
|
|
24
|
-
min-width: 60px;
|
|
25
|
-
text-align: right;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
._root_955fp_28 {
|
|
29
|
-
width: 100%;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
._control_955fp_32 {
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: center;
|
|
35
|
-
width: 100%;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
._track_955fp_38 {
|
|
39
|
-
position: relative;
|
|
40
|
-
height: 4px;
|
|
41
|
-
width: 100%;
|
|
42
|
-
background-color: var(--fui-bg-tertiary, #f4f4f5);
|
|
43
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
}
|
|
46
|
-
._track_955fp_38[data-disabled] {
|
|
47
|
-
opacity: 0.5;
|
|
48
|
-
cursor: not-allowed;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
._indicator_955fp_51 {
|
|
52
|
-
position: absolute;
|
|
53
|
-
height: 100%;
|
|
54
|
-
background-color: var(--fui-color-accent, #18181b);
|
|
55
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
._thumb_955fp_58 {
|
|
59
|
-
min-width: var(--fui-target-size-min, 1.714rem);
|
|
60
|
-
min-height: var(--fui-target-size-min, 1.714rem);
|
|
61
|
-
width: 1.714rem;
|
|
62
|
-
height: 1.714rem;
|
|
63
|
-
background-color: var(--fui-bg-primary, #ffffff);
|
|
64
|
-
border: 2px solid var(--fui-color-accent, #18181b);
|
|
65
|
-
border-radius: var(--fui-radius-full, 9999px);
|
|
66
|
-
cursor: grab;
|
|
67
|
-
transition: transform var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease);
|
|
68
|
-
}
|
|
69
|
-
._thumb_955fp_58:hover {
|
|
70
|
-
transform: scale(1.1);
|
|
71
|
-
}
|
|
72
|
-
._thumb_955fp_58:active {
|
|
73
|
-
cursor: grabbing;
|
|
74
|
-
transform: scale(1.05);
|
|
75
|
-
}
|
|
76
|
-
._thumb_955fp_58:focus-visible {
|
|
77
|
-
outline: none;
|
|
78
|
-
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);
|
|
79
|
-
}
|
|
80
|
-
._thumb_955fp_58[data-disabled] {
|
|
81
|
-
cursor: not-allowed;
|
|
82
|
-
opacity: 0.5;
|
|
83
|
-
}
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
._stack_ixv42_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
._row_ixv42_5 {
|
|
6
|
-
flex-direction: row;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
._column_ixv42_9 {
|
|
10
|
-
flex-direction: column;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
._directionResponsive_ixv42_13 {
|
|
14
|
-
flex-direction: var(--fui-stack-direction, column);
|
|
15
|
-
}
|
|
16
|
-
@media (min-width: 640px) {
|
|
17
|
-
._directionResponsive_ixv42_13 {
|
|
18
|
-
flex-direction: var(--fui-stack-direction-sm, var(--fui-stack-direction, column));
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
@media (min-width: 768px) {
|
|
22
|
-
._directionResponsive_ixv42_13 {
|
|
23
|
-
flex-direction: var(--fui-stack-direction-md, var(--fui-stack-direction-sm, var(--fui-stack-direction, column)));
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
@media (min-width: 1024px) {
|
|
27
|
-
._directionResponsive_ixv42_13 {
|
|
28
|
-
flex-direction: var(--fui-stack-direction-lg, var(--fui-stack-direction-md, var(--fui-stack-direction-sm, var(--fui-stack-direction, column))));
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
@media (min-width: 1280px) {
|
|
32
|
-
._directionResponsive_ixv42_13 {
|
|
33
|
-
flex-direction: var(--fui-stack-direction-xl, var(--fui-stack-direction-lg, var(--fui-stack-direction-md, var(--fui-stack-direction-sm, var(--fui-stack-direction, column)))));
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
._gap-xs_ixv42_37 {
|
|
38
|
-
gap: var(--fui-space-1, 0.5rem);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
._gap-sm_ixv42_41 {
|
|
42
|
-
gap: var(--fui-space-2, 1rem);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
._gap-md_ixv42_45 {
|
|
46
|
-
gap: var(--fui-space-3, 1.5rem);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
._gap-lg_ixv42_49 {
|
|
50
|
-
gap: var(--fui-space-4, 2rem);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
._gap-xl_ixv42_53 {
|
|
54
|
-
gap: var(--fui-space-6, 3rem);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
._gapResponsive_ixv42_57 {
|
|
58
|
-
gap: var(--fui-stack-gap, 0);
|
|
59
|
-
}
|
|
60
|
-
@media (min-width: 640px) {
|
|
61
|
-
._gapResponsive_ixv42_57 {
|
|
62
|
-
gap: var(--fui-stack-gap-sm, var(--fui-stack-gap, 0));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
@media (min-width: 768px) {
|
|
66
|
-
._gapResponsive_ixv42_57 {
|
|
67
|
-
gap: var(--fui-stack-gap-md, var(--fui-stack-gap-sm, var(--fui-stack-gap, 0)));
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
@media (min-width: 1024px) {
|
|
71
|
-
._gapResponsive_ixv42_57 {
|
|
72
|
-
gap: var(--fui-stack-gap-lg, var(--fui-stack-gap-md, var(--fui-stack-gap-sm, var(--fui-stack-gap, 0))));
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
@media (min-width: 1280px) {
|
|
76
|
-
._gapResponsive_ixv42_57 {
|
|
77
|
-
gap: var(--fui-stack-gap-xl, var(--fui-stack-gap-lg, var(--fui-stack-gap-md, var(--fui-stack-gap-sm, var(--fui-stack-gap, 0)))));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
._align-start_ixv42_81 {
|
|
82
|
-
align-items: flex-start;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
._align-center_ixv42_85 {
|
|
86
|
-
align-items: center;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
._align-end_ixv42_89 {
|
|
90
|
-
align-items: flex-end;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
._align-stretch_ixv42_93 {
|
|
94
|
-
align-items: stretch;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
._align-baseline_ixv42_97 {
|
|
98
|
-
align-items: baseline;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
._justify-start_ixv42_101 {
|
|
102
|
-
justify-content: flex-start;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
._justify-center_ixv42_105 {
|
|
106
|
-
justify-content: center;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
._justify-end_ixv42_109 {
|
|
110
|
-
justify-content: flex-end;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
._justify-between_ixv42_113 {
|
|
114
|
-
justify-content: space-between;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
._wrap_ixv42_117 {
|
|
118
|
-
flex-wrap: wrap;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
._separator_ixv42_121 {
|
|
122
|
-
flex-shrink: 0;
|
|
123
|
-
background-color: var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
124
|
-
}
|
|
125
|
-
._separator_ixv42_121[data-orientation=horizontal] {
|
|
126
|
-
height: 1px;
|
|
127
|
-
width: 100%;
|
|
128
|
-
}
|
|
129
|
-
._separator_ixv42_121[data-orientation=vertical] {
|
|
130
|
-
width: 1px;
|
|
131
|
-
align-self: stretch;
|
|
132
|
-
}
|
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
._wrapper_14cv1_1 {
|
|
2
|
-
overflow-x: auto;
|
|
3
|
-
-webkit-overflow-scrolling: touch;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
._table_14cv1_6 {
|
|
7
|
-
width: 100%;
|
|
8
|
-
border-collapse: collapse;
|
|
9
|
-
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
10
|
-
-webkit-font-smoothing: antialiased;
|
|
11
|
-
-moz-osx-font-smoothing: grayscale;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
._caption_14cv1_14 {
|
|
15
|
-
padding: var(--fui-space-3, 1.5rem) 0;
|
|
16
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
17
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
18
|
-
color: var(--fui-text-secondary, #52525b);
|
|
19
|
-
text-align: left;
|
|
20
|
-
caption-side: top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
._captionHidden_14cv1_23 {
|
|
24
|
-
position: absolute;
|
|
25
|
-
width: 1px;
|
|
26
|
-
height: 1px;
|
|
27
|
-
padding: 0;
|
|
28
|
-
margin: -1px;
|
|
29
|
-
overflow: hidden;
|
|
30
|
-
clip: rect(0, 0, 0, 0);
|
|
31
|
-
white-space: nowrap;
|
|
32
|
-
border: 0;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
._sm_14cv1_35 ._th_14cv1_35,
|
|
36
|
-
._sm_14cv1_35 ._td_14cv1_36 {
|
|
37
|
-
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
38
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
._md_14cv1_41 ._th_14cv1_35,
|
|
42
|
-
._md_14cv1_41 ._td_14cv1_36 {
|
|
43
|
-
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
44
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
._thead_14cv1_47 {
|
|
48
|
-
position: sticky;
|
|
49
|
-
top: 0;
|
|
50
|
-
z-index: 1;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
._headerRow_14cv1_53 {
|
|
54
|
-
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
._th_14cv1_35 {
|
|
58
|
-
text-align: left;
|
|
59
|
-
font-weight: var(--fui-font-weight-medium, 500);
|
|
60
|
-
color: var(--fui-text-secondary, #52525b);
|
|
61
|
-
white-space: nowrap;
|
|
62
|
-
vertical-align: middle;
|
|
63
|
-
user-select: none;
|
|
64
|
-
}
|
|
65
|
-
._th_14cv1_35:first-child {
|
|
66
|
-
border-top-left-radius: var(--fui-radius-md, 0.429rem);
|
|
67
|
-
}
|
|
68
|
-
._th_14cv1_35:last-child {
|
|
69
|
-
border-top-right-radius: var(--fui-radius-md, 0.429rem);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
._headerContent_14cv1_72 {
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
gap: var(--fui-space-1, 0.5rem);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
._thSortable_14cv1_78 {
|
|
79
|
-
padding: 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
._sortButton_14cv1_82 {
|
|
83
|
-
appearance: none;
|
|
84
|
-
background: transparent;
|
|
85
|
-
border: none;
|
|
86
|
-
padding: 0;
|
|
87
|
-
margin: 0;
|
|
88
|
-
font: inherit;
|
|
89
|
-
color: inherit;
|
|
90
|
-
cursor: pointer;
|
|
91
|
-
}
|
|
92
|
-
._sortButton_14cv1_82:disabled {
|
|
93
|
-
cursor: not-allowed;
|
|
94
|
-
}
|
|
95
|
-
._sortButton_14cv1_82 {
|
|
96
|
-
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);
|
|
97
|
-
}
|
|
98
|
-
._sortButton_14cv1_82:focus-visible {
|
|
99
|
-
outline: none;
|
|
100
|
-
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);
|
|
101
|
-
}
|
|
102
|
-
._sortButton_14cv1_82:disabled, ._sortButton_14cv1_82[data-disabled] {
|
|
103
|
-
opacity: 0.5;
|
|
104
|
-
pointer-events: none;
|
|
105
|
-
}
|
|
106
|
-
._sortButton_14cv1_82 {
|
|
107
|
-
display: flex;
|
|
108
|
-
align-items: center;
|
|
109
|
-
justify-content: space-between;
|
|
110
|
-
gap: var(--fui-space-1, 0.5rem);
|
|
111
|
-
width: 100%;
|
|
112
|
-
padding: var(--fui-padding-item-xs, 0.5rem) var(--fui-padding-item-md, 1.5rem);
|
|
113
|
-
color: inherit;
|
|
114
|
-
text-align: left;
|
|
115
|
-
transition: color var(--fui-transition-fast, 150ms ease);
|
|
116
|
-
}
|
|
117
|
-
._sortButton_14cv1_82:hover {
|
|
118
|
-
color: var(--fui-text-primary, #18181b);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
._sortIndicator_14cv1_121 {
|
|
122
|
-
display: inline-flex;
|
|
123
|
-
align-items: center;
|
|
124
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
125
|
-
flex-shrink: 0;
|
|
126
|
-
}
|
|
127
|
-
._sortButton_14cv1_82:hover ._sortIndicator_14cv1_121 {
|
|
128
|
-
color: var(--fui-text-secondary, #52525b);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
._row_14cv1_131 {
|
|
132
|
-
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
133
|
-
transition: background-color var(--fui-transition-fast, 150ms ease);
|
|
134
|
-
}
|
|
135
|
-
._row_14cv1_131:last-child {
|
|
136
|
-
border-bottom: none;
|
|
137
|
-
}
|
|
138
|
-
._row_14cv1_131:hover {
|
|
139
|
-
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
._clickable_14cv1_142 {
|
|
143
|
-
cursor: pointer;
|
|
144
|
-
}
|
|
145
|
-
._clickable_14cv1_142:hover {
|
|
146
|
-
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
147
|
-
}
|
|
148
|
-
._clickable_14cv1_142:focus-visible {
|
|
149
|
-
outline: none;
|
|
150
|
-
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);
|
|
151
|
-
}
|
|
152
|
-
._clickable_14cv1_142:active {
|
|
153
|
-
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
._selected_14cv1_156 {
|
|
157
|
-
background-color: rgba(24, 24, 27, 0.08);
|
|
158
|
-
}
|
|
159
|
-
._selected_14cv1_156:hover {
|
|
160
|
-
background-color: rgba(24, 24, 27, 0.12);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
._td_14cv1_36 {
|
|
164
|
-
color: var(--fui-text-primary, #18181b);
|
|
165
|
-
vertical-align: middle;
|
|
166
|
-
line-height: var(--fui-line-height-normal, 1.5);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
._striped_14cv1_169 ._row_14cv1_131:nth-child(even) {
|
|
170
|
-
background-color: var(--fui-bg-subtle, #fafafa);
|
|
171
|
-
}
|
|
172
|
-
._striped_14cv1_169 ._clickable_14cv1_142:hover {
|
|
173
|
-
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
174
|
-
}
|
|
175
|
-
._striped_14cv1_169 ._clickable_14cv1_142:active {
|
|
176
|
-
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
177
|
-
}
|
|
178
|
-
._striped_14cv1_169 ._selected_14cv1_156 {
|
|
179
|
-
background-color: rgba(24, 24, 27, 0.08);
|
|
180
|
-
}
|
|
181
|
-
._striped_14cv1_169 ._selected_14cv1_156:hover {
|
|
182
|
-
background-color: rgba(24, 24, 27, 0.12);
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
._bordered_14cv1_185 {
|
|
186
|
-
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
187
|
-
border-radius: var(--fui-radius-md, 0.429rem);
|
|
188
|
-
overflow: hidden;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
._emptyState_14cv1_191 {
|
|
192
|
-
display: flex;
|
|
193
|
-
align-items: center;
|
|
194
|
-
justify-content: center;
|
|
195
|
-
padding: var(--fui-space-12, 6rem) var(--fui-space-6, 3rem);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
._emptyMessage_14cv1_198 {
|
|
199
|
-
font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
|
|
200
|
-
font-size: var(--fui-font-size-sm, 1rem);
|
|
201
|
-
color: var(--fui-text-tertiary, #71717a);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
@media (max-width: 639px) {
|
|
205
|
-
._wrapper_14cv1_1 {
|
|
206
|
-
margin-left: calc(-1 * var(--fui-space-4, 2rem));
|
|
207
|
-
margin-right: calc(-1 * var(--fui-space-4, 2rem));
|
|
208
|
-
padding-left: var(--fui-space-4, 2rem);
|
|
209
|
-
padding-right: var(--fui-space-4, 2rem);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
@media (prefers-contrast: more) {
|
|
213
|
-
._headerRow_14cv1_53 {
|
|
214
|
-
border-bottom-width: 2px;
|
|
215
|
-
}
|
|
216
|
-
._row_14cv1_131 {
|
|
217
|
-
border-bottom-width: 2px;
|
|
218
|
-
}
|
|
219
|
-
._sortButton_14cv1_82:focus-visible {
|
|
220
|
-
outline-width: 3px;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
@media (prefers-reduced-motion: reduce) {
|
|
224
|
-
._row_14cv1_131 {
|
|
225
|
-
transition: none;
|
|
226
|
-
}
|
|
227
|
-
._sortButton_14cv1_82 {
|
|
228
|
-
transition: none;
|
|
229
|
-
}
|
|
230
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
._root_hqjlc_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
|
-
}
|
|
6
|
-
|
|
7
|
-
._title_hqjlc_7 {
|
|
8
|
-
margin: 0;
|
|
9
|
-
padding: 0 0 var(--fui-space-2, 1rem) 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
._list_hqjlc_12 {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
list-style: none;
|
|
16
|
-
margin: 0;
|
|
17
|
-
padding: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
._item_hqjlc_20 {
|
|
21
|
-
display: block;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
._link_hqjlc_24 {
|
|
25
|
-
display: block;
|
|
26
|
-
padding: var(--fui-space-1, 0.5rem) 0 var(--fui-space-1, 0.5rem) var(--fui-space-3, 1.5rem);
|
|
27
|
-
border-left: 2px solid transparent;
|
|
28
|
-
color: var(--fui-text-secondary, #52525b);
|
|
29
|
-
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
30
|
-
line-height: var(--fui-line-height-normal, 1.5);
|
|
31
|
-
text-decoration: none;
|
|
32
|
-
transition: color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease);
|
|
33
|
-
}
|
|
34
|
-
._link_hqjlc_24:hover {
|
|
35
|
-
color: var(--fui-text-primary, #18181b);
|
|
36
|
-
}
|
|
37
|
-
._link_hqjlc_24:focus-visible {
|
|
38
|
-
outline: var(--fui-focus-ring-width, 2px) solid var(--fui-focus-ring-color, #18181b);
|
|
39
|
-
outline-offset: var(--fui-focus-ring-offset, 2px);
|
|
40
|
-
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
._indent_hqjlc_43 {
|
|
44
|
-
padding-left: var(--fui-space-6, 3rem);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
._active_hqjlc_47 {
|
|
48
|
-
border-left-color: var(--fui-color-accent, #18181b);
|
|
49
|
-
color: var(--fui-color-accent, #18181b);
|
|
50
|
-
}
|
|
51
|
-
._active_hqjlc_47:hover {
|
|
52
|
-
color: var(--fui-color-accent, #18181b);
|
|
53
|
-
}
|