@fragments-sdk/ui 0.9.1 → 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 (70) hide show
  1. package/dist/assets/ui.css +10324 -0
  2. package/fragments.json +1 -1
  3. package/package.json +119 -98
  4. package/src/components/Loading/Loading.fragment.tsx +1 -1
  5. package/src/components/Sidebar/Sidebar.fragment.tsx +138 -109
  6. package/dist/assets/components/Accordion/Accordion.module.css +0 -107
  7. package/dist/assets/components/Alert/Alert.module.css +0 -158
  8. package/dist/assets/components/AppShell/AppShell.module.css +0 -156
  9. package/dist/assets/components/Avatar/Avatar.module.css +0 -109
  10. package/dist/assets/components/Badge/Badge.module.css +0 -117
  11. package/dist/assets/components/BentoGrid/BentoGrid.module.css +0 -113
  12. package/dist/assets/components/Box/Box.module.css +0 -341
  13. package/dist/assets/components/Breadcrumbs/Breadcrumbs.module.css +0 -108
  14. package/dist/assets/components/Button/Button.module.css +0 -153
  15. package/dist/assets/components/ButtonGroup/ButtonGroup.module.css +0 -32
  16. package/dist/assets/components/Card/Card.module.css +0 -131
  17. package/dist/assets/components/Chart/Chart.module.css +0 -122
  18. package/dist/assets/components/Checkbox/Checkbox.module.css +0 -129
  19. package/dist/assets/components/Chip/Chip.module.css +0 -248
  20. package/dist/assets/components/CodeBlock/CodeBlock.module.css +0 -309
  21. package/dist/assets/components/Collapsible/Collapsible.module.css +0 -103
  22. package/dist/assets/components/ColorPicker/ColorPicker.module.css +0 -140
  23. package/dist/assets/components/Combobox/Combobox.module.css +0 -278
  24. package/dist/assets/components/Command/Command.module.css +0 -132
  25. package/dist/assets/components/ConversationList/ConversationList.module.css +0 -138
  26. package/dist/assets/components/DatePicker/DatePicker.module.css +0 -388
  27. package/dist/assets/components/Dialog/Dialog.module.css +0 -170
  28. package/dist/assets/components/Drawer/Drawer.module.css +0 -214
  29. package/dist/assets/components/EmptyState/EmptyState.module.css +0 -100
  30. package/dist/assets/components/Field/Field.module.css +0 -30
  31. package/dist/assets/components/Fieldset/Fieldset.module.css +0 -21
  32. package/dist/assets/components/Form/Form.module.css +0 -5
  33. package/dist/assets/components/Grid/Grid.module.css +0 -249
  34. package/dist/assets/components/Header/Header.module.css +0 -332
  35. package/dist/assets/components/Icon/Icon.module.css +0 -35
  36. package/dist/assets/components/Image/Image.module.css +0 -71
  37. package/dist/assets/components/Input/Input.module.css +0 -135
  38. package/dist/assets/components/Link/Link.module.css +0 -66
  39. package/dist/assets/components/List/List.module.css +0 -66
  40. package/dist/assets/components/Listbox/Listbox.module.css +0 -99
  41. package/dist/assets/components/Loading/Loading.module.css +0 -210
  42. package/dist/assets/components/Markdown/Markdown.module.css +0 -149
  43. package/dist/assets/components/Menu/Menu.module.css +0 -182
  44. package/dist/assets/components/Message/Message.module.css +0 -175
  45. package/dist/assets/components/NavigationMenu/NavigationMenu.module.css +0 -553
  46. package/dist/assets/components/Pagination/Pagination.module.css +0 -92
  47. package/dist/assets/components/Popover/Popover.module.css +0 -168
  48. package/dist/assets/components/Progress/Progress.module.css +0 -166
  49. package/dist/assets/components/Prompt/Prompt.module.css +0 -262
  50. package/dist/assets/components/RadioGroup/RadioGroup.module.css +0 -152
  51. package/dist/assets/components/ScrollArea/ScrollArea.module.css +0 -89
  52. package/dist/assets/components/Select/Select.module.css +0 -206
  53. package/dist/assets/components/Separator/Separator.module.css +0 -71
  54. package/dist/assets/components/Sidebar/Sidebar.module.css +0 -683
  55. package/dist/assets/components/Skeleton/Skeleton.module.css +0 -134
  56. package/dist/assets/components/Slider/Slider.module.css +0 -83
  57. package/dist/assets/components/Stack/Stack.module.css +0 -132
  58. package/dist/assets/components/Table/Table.module.css +0 -230
  59. package/dist/assets/components/TableOfContents/TableOfContents.module.css +0 -53
  60. package/dist/assets/components/Tabs/Tabs.module.css +0 -142
  61. package/dist/assets/components/Text/Text.module.css +0 -85
  62. package/dist/assets/components/Textarea/Textarea.module.css +0 -96
  63. package/dist/assets/components/Theme/ThemeToggle.module.css +0 -85
  64. package/dist/assets/components/ThinkingIndicator/ThinkingIndicator.module.css +0 -201
  65. package/dist/assets/components/Toast/Toast.module.css +0 -199
  66. package/dist/assets/components/Toggle/Toggle.module.css +0 -133
  67. package/dist/assets/components/ToggleGroup/ToggleGroup.module.css +0 -122
  68. package/dist/assets/components/Tooltip/Tooltip.module.css +0 -64
  69. package/dist/assets/components/VisuallyHidden/VisuallyHidden.module.css +0 -11
  70. package/dist/assets/styles/globals.css +0 -355
@@ -1,107 +0,0 @@
1
- ._accordion_1p05d_1 {
2
- font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
3
- width: 100%;
4
- }
5
- ._accordion_1p05d_1 > * {
6
- border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
7
- }
8
- ._accordion_1p05d_1 > *:last-child {
9
- border-bottom: none;
10
- }
11
-
12
- ._item_1p05d_12[data-disabled] {
13
- opacity: 0.5;
14
- pointer-events: none;
15
- }
16
-
17
- ._heading_1p05d_17 {
18
- margin: 0;
19
- font-size: inherit;
20
- font-weight: inherit;
21
- }
22
-
23
- ._trigger_1p05d_23 {
24
- appearance: none;
25
- background: transparent;
26
- border: none;
27
- padding: 0;
28
- margin: 0;
29
- font: inherit;
30
- color: inherit;
31
- cursor: pointer;
32
- }
33
- ._trigger_1p05d_23:disabled {
34
- cursor: not-allowed;
35
- }
36
- ._trigger_1p05d_23 {
37
- 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);
38
- }
39
- ._trigger_1p05d_23:focus-visible {
40
- outline: none;
41
- 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);
42
- }
43
- ._trigger_1p05d_23:disabled, ._trigger_1p05d_23[data-disabled] {
44
- opacity: 0.5;
45
- pointer-events: none;
46
- }
47
- ._trigger_1p05d_23 {
48
- display: flex;
49
- align-items: center;
50
- justify-content: space-between;
51
- width: 100%;
52
- padding: var(--fui-padding-item-sm, 1rem) 0;
53
- font-size: var(--fui-font-size-sm, 1rem);
54
- font-weight: var(--fui-font-weight-medium, 500);
55
- color: var(--fui-text-primary, #18181b);
56
- text-align: left;
57
- }
58
- ._trigger_1p05d_23:hover:not(:disabled) {
59
- text-decoration: underline;
60
- }
61
- ._trigger_1p05d_23:focus-visible {
62
- outline: none;
63
- 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);
64
- border-radius: var(--fui-radius-sm, 0.25rem);
65
- }
66
-
67
- ._triggerContent_1p05d_67 {
68
- flex: 1;
69
- }
70
-
71
- ._chevron_1p05d_71 {
72
- flex-shrink: 0;
73
- color: var(--fui-text-secondary, #52525b);
74
- transition: transform var(--fui-transition-normal, 200ms ease);
75
- }
76
- [data-state=open] ._chevron_1p05d_71 {
77
- transform: rotate(180deg);
78
- }
79
-
80
- ._content_1p05d_80 {
81
- overflow: hidden;
82
- }
83
- ._content_1p05d_80[data-state=closed] {
84
- height: 0;
85
- }
86
- ._content_1p05d_80[data-state=open] {
87
- height: auto;
88
- }
89
- ._content_1p05d_80[data-starting-style], ._content_1p05d_80[data-ending-style] {
90
- transition: height var(--fui-transition-normal, 200ms ease), padding var(--fui-transition-normal, 200ms ease);
91
- }
92
-
93
- ._contentInner_1p05d_93 {
94
- padding-bottom: var(--fui-padding-item-xs, 0.5rem);
95
- font-size: var(--fui-font-size-sm, 1rem);
96
- color: var(--fui-text-secondary, #52525b);
97
- line-height: var(--fui-line-height-normal, 1.5);
98
- }
99
-
100
- @media (prefers-reduced-motion: reduce) {
101
- ._chevron_1p05d_71 {
102
- transition: none;
103
- }
104
- ._content_1p05d_80[data-starting-style], ._content_1p05d_80[data-ending-style] {
105
- transition: none;
106
- }
107
- }
@@ -1,158 +0,0 @@
1
- ._alert_1d3ko_1 {
2
- display: flex;
3
- align-items: flex-start;
4
- gap: var(--fui-space-3, 1.5rem);
5
- padding: var(--fui-padding-inline-sm, 1rem) var(--fui-padding-inline-md, 1.5rem);
6
- border-radius: var(--fui-radius-lg, 0.571rem);
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
- line-height: var(--fui-line-height-normal, 1.5);
10
- }
11
-
12
- ._info_1d3ko_12 {
13
- background-color: var(--fui-color-info-bg, rgba(59, 130, 246, 0.1));
14
- border: 1px solid var(--fui-color-info, #3b82f6);
15
- color: var(--fui-color-info-text, rgb(9.807804878, 87.1804878049, 213.592195122));
16
- }
17
-
18
- ._success_1d3ko_18 {
19
- background-color: var(--fui-color-success-bg, rgba(34, 197, 94, 0.1));
20
- border: 1px solid var(--fui-color-success, #22c55e);
21
- color: var(--fui-color-success-text, rgb(18.987012987, 110.012987013, 52.4935064935));
22
- }
23
-
24
- ._warning_1d3ko_24 {
25
- background-color: var(--fui-color-warning-bg, rgba(245, 158, 11, 0.1));
26
- border: 1px solid var(--fui-color-warning, #f59e0b);
27
- color: var(--fui-color-warning-text, rgb(128.3401574803, 82.5795275591, 5.2598425197));
28
- }
29
-
30
- ._error_1d3ko_30 {
31
- background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
32
- border: 1px solid var(--fui-color-danger, #ef4444);
33
- color: var(--fui-color-danger-text, rgb(198.2384236453, 16.9615763547, 16.9615763547));
34
- }
35
-
36
- ._icon_1d3ko_36 {
37
- display: flex;
38
- align-items: center;
39
- justify-content: center;
40
- width: 1.429rem;
41
- height: 1.429rem;
42
- border-radius: 50%;
43
- font-size: var(--fui-font-size-xs, 0.857rem);
44
- font-weight: var(--fui-font-weight-semibold, 600);
45
- flex-shrink: 0;
46
- margin-top: var(--fui-space-px, 1px);
47
- color: var(--fui-text-inverse, #f4f4f5);
48
- }
49
-
50
- ._info_1d3ko_12 ._icon_1d3ko_36 {
51
- background-color: var(--fui-color-info, #3b82f6);
52
- }
53
-
54
- ._success_1d3ko_18 ._icon_1d3ko_36 {
55
- background-color: var(--fui-color-success, #22c55e);
56
- }
57
-
58
- ._warning_1d3ko_24 ._icon_1d3ko_36 {
59
- background-color: var(--fui-color-warning, #f59e0b);
60
- }
61
-
62
- ._error_1d3ko_30 ._icon_1d3ko_36 {
63
- background-color: var(--fui-color-danger, #ef4444);
64
- }
65
-
66
- ._body_1d3ko_66 {
67
- flex: 1;
68
- min-width: 0;
69
- }
70
-
71
- ._title_1d3ko_71 {
72
- font-weight: var(--fui-font-weight-semibold, 600);
73
- margin-bottom: var(--fui-space-0-5, 0.15rem);
74
- }
75
-
76
- ._content_1d3ko_76 {
77
- opacity: 0.9;
78
- }
79
-
80
- ._actions_1d3ko_80 {
81
- display: flex;
82
- align-items: center;
83
- gap: var(--fui-space-3, 1.5rem);
84
- }
85
-
86
- ._close_1d3ko_86 {
87
- appearance: none;
88
- background: transparent;
89
- border: none;
90
- padding: 0;
91
- margin: 0;
92
- font: inherit;
93
- color: inherit;
94
- cursor: pointer;
95
- }
96
- ._close_1d3ko_86:disabled {
97
- cursor: not-allowed;
98
- }
99
- ._close_1d3ko_86 {
100
- 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);
101
- }
102
- ._close_1d3ko_86:focus-visible {
103
- outline: none;
104
- 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);
105
- }
106
- ._close_1d3ko_86:disabled, ._close_1d3ko_86[data-disabled] {
107
- opacity: 0.5;
108
- pointer-events: none;
109
- }
110
- ._close_1d3ko_86 {
111
- min-width: var(--fui-target-size-min, 1.714rem);
112
- min-height: var(--fui-target-size-min, 1.714rem);
113
- display: inline-flex;
114
- align-items: center;
115
- justify-content: center;
116
- padding: 0 var(--fui-space-1, 0.5rem);
117
- font-size: var(--fui-font-size-lg, 1.286rem);
118
- color: inherit;
119
- opacity: 0.6;
120
- line-height: 1;
121
- border-radius: var(--fui-radius-sm, 0.25rem);
122
- margin-left: auto;
123
- flex-shrink: 0;
124
- }
125
- ._close_1d3ko_86:hover {
126
- opacity: 1;
127
- }
128
-
129
- ._action_1d3ko_80 {
130
- appearance: none;
131
- background: transparent;
132
- border: none;
133
- padding: 0;
134
- margin: 0;
135
- font: inherit;
136
- color: inherit;
137
- cursor: pointer;
138
- }
139
- ._action_1d3ko_80:disabled {
140
- cursor: not-allowed;
141
- }
142
- ._action_1d3ko_80 {
143
- min-width: var(--fui-target-size-min, 1.714rem);
144
- min-height: var(--fui-target-size-min, 1.714rem);
145
- display: inline-flex;
146
- align-items: center;
147
- font-weight: var(--fui-font-weight-semibold, 600);
148
- font-size: var(--fui-font-size-xs, 0.857rem);
149
- color: inherit;
150
- text-decoration: underline;
151
- }
152
- ._action_1d3ko_80:hover {
153
- opacity: 0.8;
154
- }
155
- ._action_1d3ko_80:focus-visible {
156
- outline: none;
157
- 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);
158
- }
@@ -1,156 +0,0 @@
1
- ._root_wyoe3_1 {
2
- display: grid;
3
- min-height: 100vh;
4
- min-height: 100dvh;
5
- background-color: var(--fui-bg-primary, #ffffff);
6
- grid-template-areas: "header header header" "sidebar main aside";
7
- grid-template-columns: var(--appshell-sidebar-width, 240px) 1fr var(--appshell-aside-width, 0px);
8
- grid-template-rows: var(--appshell-header-height, 56px) 1fr;
9
- transition: grid-template-columns var(--fui-transition-normal, 200ms) ease;
10
- }
11
- @media (max-width: 767px) {
12
- ._root_wyoe3_1 {
13
- grid-template-areas: "header" "main" "aside";
14
- grid-template-columns: 1fr;
15
- grid-template-rows: var(--appshell-header-height, 56px) 1fr auto;
16
- transition: none;
17
- }
18
- }
19
-
20
- ._sidebarLayout_wyoe3_20 {
21
- grid-template-areas: "sidebar header header" "sidebar main aside";
22
- }
23
- @media (max-width: 767px) {
24
- ._sidebarLayout_wyoe3_20 {
25
- grid-template-areas: "header" "main" "aside";
26
- grid-template-columns: 1fr;
27
- }
28
- }
29
-
30
- ._sidebarFloatingLayout_wyoe3_30 {
31
- background-color: var(--fui-bg-primary, #ffffff);
32
- }
33
-
34
- ._header_wyoe3_34 {
35
- grid-area: header;
36
- position: sticky;
37
- top: 0;
38
- height: var(--appshell-header-height, 56px);
39
- z-index: var(--fui-header-z-index, 40);
40
- background-color: var(--fui-bg-primary, #ffffff);
41
- }
42
-
43
- ._headerFloating_wyoe3_43 {
44
- background-color: var(--fui-bg-primary, #ffffff);
45
- }
46
-
47
- ._sidebar_wyoe3_20 {
48
- grid-area: sidebar;
49
- position: sticky;
50
- top: var(--appshell-header-height, 56px);
51
- height: calc(100vh - var(--appshell-header-height, 56px));
52
- height: calc(100dvh - var(--appshell-header-height, 56px));
53
- z-index: 30;
54
- overflow: hidden;
55
- }
56
- @media (max-width: 767px) {
57
- ._sidebar_wyoe3_20 {
58
- position: fixed;
59
- top: 0;
60
- left: 0;
61
- bottom: 0;
62
- width: 0;
63
- height: 100vh;
64
- height: 100dvh;
65
- z-index: 51;
66
- }
67
- ._sidebar_wyoe3_20 > .root {
68
- width: var(--appshell-sidebar-expanded-width, 240px);
69
- }
70
- }
71
- ._sidebar_wyoe3_20 .root {
72
- height: 100%;
73
- }
74
- @media (max-width: 767px) {
75
- ._sidebar_wyoe3_20 .root {
76
- height: 100vh;
77
- height: 100dvh;
78
- }
79
- }
80
-
81
- ._sidebarFullHeight_wyoe3_81 {
82
- top: 0;
83
- height: 100vh;
84
- height: 100dvh;
85
- z-index: var(--fui-header-z-index, 40);
86
- }
87
- ._sidebarFullHeight_wyoe3_81 .root {
88
- height: 100%;
89
- }
90
-
91
- ._sidebarFloating_wyoe3_30 .root {
92
- background-color: var(--fui-bg-primary, #ffffff);
93
- }
94
-
95
- ._main_wyoe3_95 {
96
- grid-area: main;
97
- min-height: 0;
98
- min-width: 0;
99
- background-color: var(--fui-bg-primary, #ffffff);
100
- overflow-x: hidden;
101
- }
102
-
103
- ._mainFloating_wyoe3_103 {
104
- border-radius: var(--fui-radius-xl, 0.857rem);
105
- background-color: var(--fui-bg-secondary, #f4f4f5);
106
- overflow: hidden;
107
- }
108
- @media (max-width: 767px) {
109
- ._mainFloating_wyoe3_103 {
110
- border-radius: var(--fui-radius-lg, 0.571rem);
111
- width: 100%;
112
- }
113
- }
114
-
115
- ._paddingSm_wyoe3_115 {
116
- padding: var(--fui-padding-container-sm);
117
- }
118
-
119
- ._paddingMd_wyoe3_119 {
120
- padding: var(--fui-padding-container-md);
121
- }
122
- @media (min-width: 768px) {
123
- ._paddingMd_wyoe3_119 {
124
- padding: var(--fui-padding-container-lg);
125
- }
126
- }
127
-
128
- ._paddingLg_wyoe3_128 {
129
- padding: var(--fui-padding-container-lg);
130
- }
131
- @media (min-width: 768px) {
132
- ._paddingLg_wyoe3_128 {
133
- padding: var(--fui-padding-container-xl);
134
- }
135
- }
136
-
137
- ._aside_wyoe3_137 {
138
- grid-area: aside;
139
- position: sticky;
140
- top: var(--appshell-header-height, 56px);
141
- height: calc(100vh - var(--appshell-header-height, 56px));
142
- height: calc(100dvh - var(--appshell-header-height, 56px));
143
- width: var(--aside-width, 280px);
144
- min-height: 0;
145
- z-index: 30;
146
- background-color: var(--fui-bg-primary, #ffffff);
147
- overflow: hidden;
148
- }
149
- @media (max-width: 767px) {
150
- ._aside_wyoe3_137 {
151
- position: static;
152
- width: 100%;
153
- height: auto;
154
- border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
155
- }
156
- }
@@ -1,109 +0,0 @@
1
- ._avatar_uw9aa_1 {
2
- position: relative;
3
- display: inline-flex;
4
- align-items: center;
5
- justify-content: center;
6
- flex-shrink: 0;
7
- overflow: hidden;
8
- border-radius: var(--fui-radius-full, 9999px);
9
- background-color: var(--fui-bg-tertiary, #f4f4f5);
10
- color: var(--fui-text-secondary, #52525b);
11
- font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
12
- user-select: none;
13
- }
14
-
15
- ._square_uw9aa_15 {
16
- border-radius: var(--fui-radius-md, 0.429rem);
17
- }
18
-
19
- ._xs_uw9aa_19 {
20
- width: 1.5rem;
21
- height: 1.5rem;
22
- font-size: var(--fui-font-size-2xs, 0.714rem);
23
- }
24
-
25
- ._sm_uw9aa_25 {
26
- width: 2rem;
27
- height: 2rem;
28
- font-size: var(--fui-font-size-xs, 0.857rem);
29
- }
30
-
31
- ._md_uw9aa_31 {
32
- width: 2.5rem;
33
- height: 2.5rem;
34
- font-size: var(--fui-font-size-sm, 1rem);
35
- }
36
-
37
- ._lg_uw9aa_37 {
38
- width: 3rem;
39
- height: 3rem;
40
- font-size: var(--fui-font-size-base, 1.143rem);
41
- }
42
-
43
- ._xl_uw9aa_43 {
44
- width: 4rem;
45
- height: 4rem;
46
- font-size: var(--fui-font-size-lg, 1.286rem);
47
- }
48
-
49
- ._image_uw9aa_49 {
50
- width: 100%;
51
- height: 100%;
52
- object-fit: cover;
53
- }
54
-
55
- ._initials_uw9aa_55 {
56
- font-weight: var(--fui-font-weight-medium, 500);
57
- color: var(--avatar-initials-color, var(--fui-text-inverse, #f4f4f5));
58
- text-transform: uppercase;
59
- line-height: 1;
60
- }
61
-
62
- ._fallbackIcon_uw9aa_62 {
63
- width: 60%;
64
- height: 60%;
65
- color: var(--fui-text-tertiary, #71717a);
66
- }
67
-
68
- ._group_uw9aa_68 {
69
- display: inline-flex;
70
- flex-direction: row-reverse;
71
- justify-content: flex-end;
72
- }
73
-
74
- ._groupItem_uw9aa_74 {
75
- margin-left: -0.5rem;
76
- border: 2px solid var(--fui-bg-primary, #ffffff);
77
- }
78
- ._groupItem_uw9aa_74:last-child {
79
- margin-left: 0;
80
- }
81
-
82
- ._group_uw9aa_68 ._xs_uw9aa_19._groupItem_uw9aa_74 {
83
- margin-left: -0.375rem;
84
- }
85
-
86
- ._group_uw9aa_68 ._sm_uw9aa_25._groupItem_uw9aa_74 {
87
- margin-left: -0.5rem;
88
- }
89
-
90
- ._group_uw9aa_68 ._md_uw9aa_31._groupItem_uw9aa_74 {
91
- margin-left: -0.625rem;
92
- }
93
-
94
- ._group_uw9aa_68 ._lg_uw9aa_37._groupItem_uw9aa_74 {
95
- margin-left: -0.75rem;
96
- }
97
-
98
- ._group_uw9aa_68 ._xl_uw9aa_43._groupItem_uw9aa_74 {
99
- margin-left: -1rem;
100
- }
101
-
102
- ._overflow_uw9aa_102 {
103
- margin-left: -0.625rem;
104
- background-color: var(--fui-bg-tertiary, #f4f4f5);
105
- border: 2px solid var(--fui-bg-primary, #ffffff);
106
- }
107
- ._overflow_uw9aa_102 ._initials_uw9aa_55 {
108
- color: var(--fui-text-secondary, #52525b);
109
- }
@@ -1,117 +0,0 @@
1
- ._badge_ip4yb_1 {
2
- display: inline-flex;
3
- align-items: center;
4
- width: max-content;
5
- gap: var(--fui-space-1, 0.5rem);
6
- border-radius: var(--fui-radius-full, 9999px);
7
- font-family: var(--fui-font-sans, "Geist Sans", "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
8
- font-weight: var(--fui-font-weight-medium, 500);
9
- line-height: 1;
10
- white-space: nowrap;
11
- }
12
-
13
- ._sm_ip4yb_13 {
14
- padding: var(--fui-space-0-5, 0.15rem) var(--fui-space-1, 0.5rem);
15
- font-size: var(--fui-font-size-2xs, 0.714rem);
16
- }
17
-
18
- ._md_ip4yb_18 {
19
- padding: var(--fui-space-1, 0.5rem) var(--fui-space-1, 0.5rem);
20
- font-size: var(--fui-font-size-xs, 0.857rem);
21
- }
22
-
23
- ._lg_ip4yb_23 {
24
- padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
25
- font-size: var(--fui-font-size-sm, 1rem);
26
- }
27
-
28
- ._default_ip4yb_28 {
29
- background-color: var(--fui-bg-tertiary, #f4f4f5);
30
- color: var(--fui-text-secondary, #52525b);
31
- }
32
-
33
- ._success_ip4yb_33 {
34
- background-color: var(--fui-color-success-bg, rgba(34, 197, 94, 0.1));
35
- color: var(--fui-color-success-text, rgb(18.987012987, 110.012987013, 52.4935064935));
36
- }
37
-
38
- ._warning_ip4yb_38 {
39
- background-color: var(--fui-color-warning-bg, rgba(245, 158, 11, 0.1));
40
- color: var(--fui-color-warning-text, rgb(128.3401574803, 82.5795275591, 5.2598425197));
41
- }
42
-
43
- ._error_ip4yb_43 {
44
- background-color: var(--fui-color-danger-bg, rgba(239, 68, 68, 0.1));
45
- color: var(--fui-color-danger-text, rgb(198.2384236453, 16.9615763547, 16.9615763547));
46
- }
47
-
48
- ._info_ip4yb_48 {
49
- background-color: var(--fui-color-info-bg, rgba(59, 130, 246, 0.1));
50
- color: var(--fui-color-info-text, rgb(9.807804878, 87.1804878049, 213.592195122));
51
- }
52
-
53
- ._outline_ip4yb_53 {
54
- background-color: transparent;
55
- color: var(--fui-text-primary, #18181b);
56
- border: 1px solid var(--fui-border-strong, rgba(0, 0, 0, 0.14));
57
- }
58
-
59
- ._dot_ip4yb_59 {
60
- width: 6px;
61
- height: 6px;
62
- border-radius: 50%;
63
- background-color: currentColor;
64
- }
65
- ._sm_ip4yb_13 ._dot_ip4yb_59 {
66
- width: 5px;
67
- height: 5px;
68
- }
69
-
70
- ._icon_ip4yb_70 {
71
- display: flex;
72
- align-items: center;
73
- }
74
-
75
- ._remove_ip4yb_75 {
76
- appearance: none;
77
- background: transparent;
78
- border: none;
79
- padding: 0;
80
- margin: 0;
81
- font: inherit;
82
- color: inherit;
83
- cursor: pointer;
84
- }
85
- ._remove_ip4yb_75:disabled {
86
- cursor: not-allowed;
87
- }
88
- ._remove_ip4yb_75 {
89
- 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);
90
- }
91
- ._remove_ip4yb_75:focus-visible {
92
- outline: none;
93
- 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);
94
- }
95
- ._remove_ip4yb_75:disabled, ._remove_ip4yb_75[data-disabled] {
96
- opacity: 0.5;
97
- pointer-events: none;
98
- }
99
- ._remove_ip4yb_75 {
100
- min-width: var(--fui-target-size-min, 1.714rem);
101
- min-height: var(--fui-target-size-min, 1.714rem);
102
- display: inline-flex;
103
- align-items: center;
104
- justify-content: center;
105
- padding: 0 var(--fui-space-0-5, 0.15rem);
106
- font-size: var(--fui-font-size-sm, 1rem);
107
- color: inherit;
108
- opacity: 0.6;
109
- line-height: 1;
110
- border-radius: var(--fui-space-0-5, 0.15rem);
111
- }
112
- ._sm_ip4yb_13 ._remove_ip4yb_75 {
113
- font-size: var(--fui-font-size-xs, 0.857rem);
114
- }
115
- ._remove_ip4yb_75:hover {
116
- opacity: 1;
117
- }