@usefragments/ui 1.3.3 → 1.5.0
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 +1212 -798
- package/dist/chart.cjs +60 -24
- package/dist/chart.js +38 -24
- package/dist/colorpicker.cjs +56 -9
- package/dist/colorpicker.js +34 -9
- package/dist/components/Badge/Badge.module.scss.cjs +23 -16
- package/dist/components/Badge/Badge.module.scss.js +23 -16
- package/dist/components/Badge/index.cjs +8 -1
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/index.js +8 -1
- package/dist/components/Button/Button.module.scss.cjs +16 -13
- package/dist/components/Button/Button.module.scss.js +16 -13
- package/dist/components/Button/index.d.ts +2 -1
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Card/index.cjs +2 -2
- package/dist/components/Card/index.d.ts +4 -1
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/index.js +2 -2
- package/dist/components/Chart/index.d.ts +3 -0
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +21 -21
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +21 -21
- package/dist/components/ColorPicker/index.d.ts +4 -0
- package/dist/components/ColorPicker/index.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.module.scss.cjs +23 -23
- package/dist/components/Combobox/Combobox.module.scss.js +23 -23
- package/dist/components/Command/Command.module.scss.cjs +11 -11
- package/dist/components/Command/Command.module.scss.js +11 -11
- package/dist/components/ConversationList/ConversationList.module.scss.cjs +13 -10
- package/dist/components/ConversationList/ConversationList.module.scss.js +14 -11
- package/dist/components/ConversationList/index.cjs +26 -22
- package/dist/components/ConversationList/index.d.ts +5 -1
- package/dist/components/ConversationList/index.d.ts.map +1 -1
- package/dist/components/ConversationList/index.js +27 -23
- package/dist/components/DataTable/index.d.ts +4 -1
- package/dist/components/DataTable/index.d.ts.map +1 -1
- package/dist/components/DatePicker/index.d.ts +3 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/Editor/index.d.ts +4 -1
- package/dist/components/Editor/index.d.ts.map +1 -1
- package/dist/components/Listbox/Listbox.module.scss.cjs +8 -8
- package/dist/components/Listbox/Listbox.module.scss.js +8 -8
- package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
- package/dist/components/Markdown/Markdown.module.scss.js +1 -1
- package/dist/components/Markdown/index.d.ts +16 -0
- package/dist/components/Markdown/index.d.ts.map +1 -1
- package/dist/components/Menu/Menu.module.scss.cjs +14 -14
- package/dist/components/Menu/Menu.module.scss.js +14 -14
- package/dist/components/Message/Message.module.scss.cjs +23 -20
- package/dist/components/Message/Message.module.scss.js +24 -21
- package/dist/components/Message/index.cjs +5 -1
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/index.js +5 -1
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +28 -28
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +28 -28
- package/dist/components/Pagination/Pagination.module.scss.cjs +7 -7
- package/dist/components/Pagination/Pagination.module.scss.js +7 -7
- package/dist/components/Progress/Progress.module.scss.cjs +28 -25
- package/dist/components/Progress/Progress.module.scss.js +28 -25
- package/dist/components/Progress/index.cjs +3 -0
- package/dist/components/Progress/index.d.ts +8 -8
- package/dist/components/Progress/index.d.ts.map +1 -1
- package/dist/components/Progress/index.js +3 -0
- package/dist/components/Prompt/Prompt.module.scss.cjs +52 -22
- package/dist/components/Prompt/Prompt.module.scss.js +52 -22
- package/dist/components/Prompt/index.cjs +197 -2
- package/dist/components/Prompt/index.d.ts +98 -3
- package/dist/components/Prompt/index.d.ts.map +1 -1
- package/dist/components/Prompt/index.js +198 -3
- package/dist/components/Select/Select.module.scss.cjs +29 -17
- package/dist/components/Select/Select.module.scss.js +30 -18
- package/dist/components/Select/index.cjs +45 -8
- package/dist/components/Select/index.d.ts +17 -2
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +45 -8
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +45 -42
- package/dist/components/Sidebar/Sidebar.module.scss.js +45 -42
- package/dist/components/Sidebar/index.cjs +2 -0
- package/dist/components/Sidebar/index.d.ts +6 -1
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +2 -0
- package/dist/components/Text/Text.module.scss.cjs +63 -51
- package/dist/components/Text/Text.module.scss.js +63 -51
- package/dist/components/Text/index.d.ts +4 -2
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/data-table.cjs +210 -28
- package/dist/data-table.js +189 -29
- package/dist/datepicker.cjs +63 -14
- package/dist/datepicker.js +41 -14
- package/dist/editor.cjs +67 -16
- package/dist/editor.js +45 -16
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/markdown.cjs +63 -19
- package/dist/markdown.js +41 -19
- package/fragments.json +1 -1
- package/package.json +2 -2
- package/src/components/Badge/Badge.contract.json +28 -5
- package/src/components/Badge/Badge.module.scss +21 -0
- package/src/components/Badge/index.tsx +10 -1
- package/src/components/Button/Button.contract.json +9 -3
- package/src/components/Button/Button.module.scss +34 -0
- package/src/components/Button/index.tsx +11 -1
- package/src/components/Card/Card.contract.json +5 -0
- package/src/components/Card/index.tsx +6 -3
- package/src/components/Chart/Chart.contract.json +7 -0
- package/src/components/Chart/index.tsx +44 -27
- package/src/components/CodeBlock/CodeBlock.contract.json +7 -0
- package/src/components/CodeBlock/CodeBlock.module.scss +7 -2
- package/src/components/ColorPicker/ColorPicker.contract.json +9 -1
- package/src/components/ColorPicker/index.tsx +42 -12
- package/src/components/Combobox/Combobox.module.scss +4 -13
- package/src/components/ConversationList/ConversationList.contract.json +16 -1
- package/src/components/ConversationList/ConversationList.module.scss +12 -0
- package/src/components/ConversationList/index.tsx +40 -26
- package/src/components/DataTable/DataTable.contract.json +8 -1
- package/src/components/DataTable/index.tsx +282 -51
- package/src/components/DatePicker/DatePicker.contract.json +8 -1
- package/src/components/DatePicker/index.tsx +51 -22
- package/src/components/Editor/Editor.contract.json +19 -1
- package/src/components/Editor/index.tsx +67 -23
- package/src/components/Listbox/Listbox.module.scss +3 -11
- package/src/components/Markdown/Markdown.contract.json +15 -1
- package/src/components/Markdown/Markdown.module.scss +18 -1
- package/src/components/Markdown/index.tsx +58 -24
- package/src/components/Menu/Menu.module.scss +12 -2
- package/src/components/Message/Message.contract.json +3 -0
- package/src/components/Message/Message.module.scss +33 -4
- package/src/components/Message/index.tsx +7 -1
- package/src/components/Pagination/Pagination.contract.json +1 -0
- package/src/components/Pagination/Pagination.module.scss +5 -4
- package/src/components/Progress/Progress.contract.json +9 -27
- package/src/components/Progress/Progress.module.scss +5 -1
- package/src/components/Progress/index.tsx +56 -62
- package/src/components/Prompt/Prompt.contract.json +40 -1
- package/src/components/Prompt/Prompt.module.scss +351 -4
- package/src/components/Prompt/index.tsx +324 -0
- package/src/components/Select/Select.contract.json +11 -1
- package/src/components/Select/Select.module.scss +80 -13
- package/src/components/Select/index.tsx +73 -7
- package/src/components/Sidebar/Sidebar.contract.json +1 -0
- package/src/components/Sidebar/Sidebar.module.scss +10 -0
- package/src/components/Sidebar/index.tsx +7 -0
- package/src/components/Text/Text.contract.json +7 -4
- package/src/components/Text/Text.module.scss +18 -0
- package/src/components/Text/index.tsx +4 -2
- package/src/index.ts +1 -0
- package/src/tokens/_mixins.scss +39 -4
- package/src/tokens/_variables.scss +30 -0
package/dist/assets/ui.css
CHANGED
|
@@ -462,6 +462,7 @@
|
|
|
462
462
|
--fui-font-size-2xl: 2.143rem;
|
|
463
463
|
--fui-font-size-3xl: 2.571rem;
|
|
464
464
|
--fui-font-size-4xl: 3.429rem;
|
|
465
|
+
--fui-popup-item-font-size: 0.857rem;
|
|
465
466
|
--fui-font-weight-normal: 400;
|
|
466
467
|
--fui-font-weight-medium: 500;
|
|
467
468
|
--fui-font-weight-semibold: 600;
|
|
@@ -487,6 +488,10 @@
|
|
|
487
488
|
--fui-space-8: 4rem;
|
|
488
489
|
--fui-space-10: 5rem;
|
|
489
490
|
--fui-space-12: 6rem;
|
|
491
|
+
--fui-popup-padding: 0.5rem;
|
|
492
|
+
--fui-popup-row-gap: 1px;
|
|
493
|
+
--fui-popup-item-padding-block: 0.5rem;
|
|
494
|
+
--fui-popup-item-padding-inline: 1rem;
|
|
490
495
|
--fui-radius-sm: 0.25rem;
|
|
491
496
|
--fui-radius-md: 0.429rem;
|
|
492
497
|
--fui-radius-lg: 0.571rem;
|
|
@@ -1091,7 +1096,7 @@
|
|
|
1091
1096
|
}
|
|
1092
1097
|
}
|
|
1093
1098
|
/* @usefragments/ui — component CSS modules (vite bundle) */
|
|
1094
|
-
.
|
|
1099
|
+
._button_1bc7y_1 {
|
|
1095
1100
|
appearance: none;
|
|
1096
1101
|
background: transparent;
|
|
1097
1102
|
border: none;
|
|
@@ -1101,21 +1106,21 @@
|
|
|
1101
1106
|
color: inherit;
|
|
1102
1107
|
cursor: pointer;
|
|
1103
1108
|
}
|
|
1104
|
-
.
|
|
1109
|
+
._button_1bc7y_1:disabled {
|
|
1105
1110
|
cursor: not-allowed;
|
|
1106
1111
|
}
|
|
1107
|
-
.
|
|
1112
|
+
._button_1bc7y_1 {
|
|
1108
1113
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
1109
1114
|
}
|
|
1110
|
-
.
|
|
1115
|
+
._button_1bc7y_1:focus-visible {
|
|
1111
1116
|
outline: none;
|
|
1112
1117
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
1113
1118
|
}
|
|
1114
|
-
.
|
|
1119
|
+
._button_1bc7y_1:disabled, ._button_1bc7y_1[data-disabled] {
|
|
1115
1120
|
opacity: 0.5;
|
|
1116
1121
|
pointer-events: none;
|
|
1117
1122
|
}
|
|
1118
|
-
.
|
|
1123
|
+
._button_1bc7y_1 {
|
|
1119
1124
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
1120
1125
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
1121
1126
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -1144,59 +1149,59 @@
|
|
|
1144
1149
|
white-space: nowrap;
|
|
1145
1150
|
user-select: none;
|
|
1146
1151
|
}
|
|
1147
|
-
.
|
|
1152
|
+
._button_1bc7y_1 a {
|
|
1148
1153
|
color: inherit;
|
|
1149
1154
|
text-decoration: none;
|
|
1150
1155
|
}
|
|
1151
|
-
.
|
|
1156
|
+
._button_1bc7y_1:hover:not(:disabled):not([data-disabled]) {
|
|
1152
1157
|
border-color: var(--_button-border-hover);
|
|
1153
1158
|
background: var(--_button-bg-hover);
|
|
1154
1159
|
box-shadow: var(--_button-shadow-hover);
|
|
1155
1160
|
}
|
|
1156
|
-
.
|
|
1161
|
+
._button_1bc7y_1:active:not(:disabled):not([data-disabled]), ._button_1bc7y_1[data-pressed] {
|
|
1157
1162
|
border-color: var(--_button-border-hover);
|
|
1158
1163
|
background: var(--_button-bg-active);
|
|
1159
1164
|
box-shadow: var(--_button-shadow-active);
|
|
1160
1165
|
}
|
|
1161
|
-
.
|
|
1166
|
+
._button_1bc7y_1:focus-visible {
|
|
1162
1167
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 34%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 14%, transparent), var(--_button-shadow);
|
|
1163
1168
|
}
|
|
1164
|
-
.
|
|
1169
|
+
._button_1bc7y_1:disabled, ._button_1bc7y_1[data-disabled] {
|
|
1165
1170
|
box-shadow: none;
|
|
1166
1171
|
}
|
|
1167
1172
|
|
|
1168
|
-
.
|
|
1173
|
+
._xs_1bc7y_75 {
|
|
1169
1174
|
min-height: var(--fui-button-height-xs, 2.2857142857rem);
|
|
1170
1175
|
padding: 0 var(--fui-space-1, 0.5rem);
|
|
1171
1176
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
1172
1177
|
}
|
|
1173
1178
|
|
|
1174
|
-
.
|
|
1179
|
+
._sm_1bc7y_81 {
|
|
1175
1180
|
min-height: var(--fui-button-height-sm, 2.2857142857rem);
|
|
1176
1181
|
padding: 0 var(--fui-space-2, 1rem);
|
|
1177
1182
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
1178
1183
|
}
|
|
1179
1184
|
|
|
1180
|
-
.
|
|
1185
|
+
._md_1bc7y_87 {
|
|
1181
1186
|
min-height: var(--fui-button-height-md, 2.8571428571rem);
|
|
1182
1187
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
1183
1188
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
1184
1189
|
}
|
|
1185
1190
|
|
|
1186
|
-
.
|
|
1191
|
+
._lg_1bc7y_93 {
|
|
1187
1192
|
min-height: var(--fui-button-height-lg, 3.1428571429rem);
|
|
1188
1193
|
padding: 0 var(--fui-space-4, 2rem);
|
|
1189
1194
|
font-size: var(--fui-font-size-base, 1rem);
|
|
1190
1195
|
}
|
|
1191
1196
|
|
|
1192
|
-
.
|
|
1197
|
+
._button_1bc7y_1:not(._icon_1bc7y_99) > svg:first-child:not(:last-child) {
|
|
1193
1198
|
margin-left: calc(var(--fui-space-1, 0.5rem) * -0.5);
|
|
1194
1199
|
}
|
|
1195
|
-
.
|
|
1200
|
+
._button_1bc7y_1:not(._icon_1bc7y_99) > svg:last-child:not(:first-child) {
|
|
1196
1201
|
margin-right: calc(var(--fui-space-1, 0.5rem) * -0.5);
|
|
1197
1202
|
}
|
|
1198
1203
|
|
|
1199
|
-
.
|
|
1204
|
+
._primary_1bc7y_106 {
|
|
1200
1205
|
--_button-bg: var(--fui-button-primary-bg);
|
|
1201
1206
|
--_button-bg-hover: var(--fui-button-primary-bg-hover);
|
|
1202
1207
|
--_button-bg-active: var(--fui-button-primary-bg-active);
|
|
@@ -1211,7 +1216,7 @@
|
|
|
1211
1216
|
--_button-shadow-active: var(--fui-button-primary-shadow-active);
|
|
1212
1217
|
}
|
|
1213
1218
|
|
|
1214
|
-
.
|
|
1219
|
+
._secondary_1bc7y_121 {
|
|
1215
1220
|
--_button-bg: var(--fui-button-neutral-bg);
|
|
1216
1221
|
--_button-bg-hover: var(--fui-button-neutral-bg-hover);
|
|
1217
1222
|
--_button-bg-active: var(--fui-button-neutral-bg-active);
|
|
@@ -1223,7 +1228,7 @@
|
|
|
1223
1228
|
--_button-shadow-active: var(--fui-button-neutral-shadow-active);
|
|
1224
1229
|
}
|
|
1225
1230
|
|
|
1226
|
-
.
|
|
1231
|
+
._ghost_1bc7y_133 {
|
|
1227
1232
|
--_button-bg: transparent;
|
|
1228
1233
|
--_button-bg-hover: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
1229
1234
|
--_button-bg-active: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
@@ -1235,7 +1240,7 @@
|
|
|
1235
1240
|
--_button-shadow-active: none;
|
|
1236
1241
|
}
|
|
1237
1242
|
|
|
1238
|
-
.
|
|
1243
|
+
._link_1bc7y_145 {
|
|
1239
1244
|
--_button-bg: transparent;
|
|
1240
1245
|
--_button-bg-hover: color-mix(
|
|
1241
1246
|
in srgb,
|
|
@@ -1255,7 +1260,28 @@
|
|
|
1255
1260
|
--_button-shadow-active: none;
|
|
1256
1261
|
}
|
|
1257
1262
|
|
|
1258
|
-
.
|
|
1263
|
+
._quiet_1bc7y_165 {
|
|
1264
|
+
--_button-bg: transparent;
|
|
1265
|
+
--_button-bg-hover: transparent;
|
|
1266
|
+
--_button-bg-active: transparent;
|
|
1267
|
+
--_button-border: transparent;
|
|
1268
|
+
--_button-border-hover: transparent;
|
|
1269
|
+
--_button-color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
1270
|
+
--_button-shadow: none;
|
|
1271
|
+
--_button-shadow-hover: none;
|
|
1272
|
+
--_button-shadow-active: none;
|
|
1273
|
+
min-height: 0;
|
|
1274
|
+
padding: 0;
|
|
1275
|
+
font-weight: var(--fui-font-weight-normal, 400);
|
|
1276
|
+
}
|
|
1277
|
+
._quiet_1bc7y_165:hover:not(:disabled):not([data-disabled]) {
|
|
1278
|
+
--_button-color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
1279
|
+
}
|
|
1280
|
+
._quiet_1bc7y_165:active:not(:disabled):not([data-disabled]), ._quiet_1bc7y_165[data-pressed] {
|
|
1281
|
+
--_button-color: var(--fui-text-primary, #212121);
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
._danger_1bc7y_186 {
|
|
1259
1285
|
--_button-bg: var(--fui-color-danger, #d97066);
|
|
1260
1286
|
--_button-bg-hover: color-mix(
|
|
1261
1287
|
in srgb,
|
|
@@ -1283,7 +1309,7 @@
|
|
|
1283
1309
|
--_button-shadow-active: var(--fui-button-primary-shadow-active);
|
|
1284
1310
|
}
|
|
1285
1311
|
|
|
1286
|
-
.
|
|
1312
|
+
._outlined_1bc7y_214 {
|
|
1287
1313
|
--_button-bg: color-mix(in srgb, var(--fui-bg-elevated, #ffffff) 42%, transparent);
|
|
1288
1314
|
--_button-bg-hover: var(--fui-button-neutral-bg-hover);
|
|
1289
1315
|
--_button-bg-active: var(--fui-button-neutral-bg-active);
|
|
@@ -1295,51 +1321,51 @@
|
|
|
1295
1321
|
--_button-shadow-active: var(--fui-button-neutral-shadow-active);
|
|
1296
1322
|
}
|
|
1297
1323
|
|
|
1298
|
-
.
|
|
1324
|
+
._icon_1bc7y_99 {
|
|
1299
1325
|
aspect-ratio: 1;
|
|
1300
1326
|
padding: 0;
|
|
1301
1327
|
}
|
|
1302
|
-
.
|
|
1328
|
+
._icon_1bc7y_99._xs_1bc7y_75 {
|
|
1303
1329
|
width: var(--fui-button-height-xs, 2.2857142857rem);
|
|
1304
1330
|
}
|
|
1305
|
-
.
|
|
1331
|
+
._icon_1bc7y_99._sm_1bc7y_81 {
|
|
1306
1332
|
width: var(--fui-button-height-sm, 2.2857142857rem);
|
|
1307
1333
|
}
|
|
1308
|
-
.
|
|
1334
|
+
._icon_1bc7y_99._md_1bc7y_87 {
|
|
1309
1335
|
width: var(--fui-button-height-md, 2.8571428571rem);
|
|
1310
1336
|
}
|
|
1311
|
-
.
|
|
1337
|
+
._icon_1bc7y_99._lg_1bc7y_93 {
|
|
1312
1338
|
width: var(--fui-button-height-lg, 3.1428571429rem);
|
|
1313
1339
|
}
|
|
1314
1340
|
|
|
1315
|
-
.
|
|
1341
|
+
._fullWidth_1bc7y_243 {
|
|
1316
1342
|
width: 100%;
|
|
1317
1343
|
}
|
|
1318
1344
|
|
|
1319
1345
|
@media (prefers-reduced-motion: reduce) {
|
|
1320
|
-
.
|
|
1346
|
+
._button_1bc7y_1 {
|
|
1321
1347
|
transition: none;
|
|
1322
1348
|
}
|
|
1323
1349
|
}
|
|
1324
1350
|
@media (prefers-contrast: more) {
|
|
1325
|
-
.
|
|
1351
|
+
._secondary_1bc7y_121 {
|
|
1326
1352
|
border-width: 2px;
|
|
1327
1353
|
border-color: var(--fui-text-primary, #212121);
|
|
1328
1354
|
}
|
|
1329
|
-
.
|
|
1355
|
+
._outlined_1bc7y_214 {
|
|
1330
1356
|
border-width: 2px;
|
|
1331
1357
|
border-color: var(--fui-text-primary, #212121);
|
|
1332
1358
|
}
|
|
1333
|
-
.
|
|
1359
|
+
._ghost_1bc7y_133 {
|
|
1334
1360
|
border-width: 2px;
|
|
1335
1361
|
}
|
|
1336
|
-
.
|
|
1362
|
+
._ghost_1bc7y_133:hover:not(:disabled) {
|
|
1337
1363
|
border-color: var(--fui-text-primary, #212121);
|
|
1338
1364
|
}
|
|
1339
|
-
.
|
|
1365
|
+
._link_1bc7y_145 {
|
|
1340
1366
|
border-width: 2px;
|
|
1341
1367
|
}
|
|
1342
|
-
.
|
|
1368
|
+
._link_1bc7y_145:hover:not(:disabled) {
|
|
1343
1369
|
border-color: var(--fui-color-accent, #006b57);
|
|
1344
1370
|
}
|
|
1345
1371
|
}._wrapper_1vwgf_1 {
|
|
@@ -2138,7 +2164,7 @@
|
|
|
2138
2164
|
._action_r2w0u_87:focus-visible {
|
|
2139
2165
|
outline: none;
|
|
2140
2166
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
2141
|
-
}.
|
|
2167
|
+
}._badge_1luxf_1 {
|
|
2142
2168
|
display: inline-flex;
|
|
2143
2169
|
align-items: center;
|
|
2144
2170
|
width: max-content;
|
|
@@ -2151,53 +2177,53 @@
|
|
|
2151
2177
|
white-space: nowrap;
|
|
2152
2178
|
}
|
|
2153
2179
|
|
|
2154
|
-
.
|
|
2180
|
+
._sm_1luxf_14 {
|
|
2155
2181
|
padding: var(--fui-space-0-5, 0.15rem) var(--fui-space-1, 0.5rem);
|
|
2156
2182
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
2157
2183
|
}
|
|
2158
2184
|
|
|
2159
|
-
.
|
|
2185
|
+
._md_1luxf_19 {
|
|
2160
2186
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-1, 0.5rem);
|
|
2161
2187
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
2162
2188
|
}
|
|
2163
2189
|
|
|
2164
|
-
.
|
|
2190
|
+
._lg_1luxf_24 {
|
|
2165
2191
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
2166
2192
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
2167
2193
|
}
|
|
2168
2194
|
|
|
2169
|
-
.
|
|
2195
|
+
._default_1luxf_29 {
|
|
2170
2196
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
2171
2197
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
2172
2198
|
}
|
|
2173
2199
|
|
|
2174
|
-
.
|
|
2200
|
+
._success_1luxf_34 {
|
|
2175
2201
|
background: var(--fui-color-success-bg, rgba(127, 201, 179, 0.1));
|
|
2176
2202
|
color: var(--fui-color-success-text, rgb(29.9064810064, 108.5606699289, 89.7163569497));
|
|
2177
2203
|
}
|
|
2178
2204
|
|
|
2179
|
-
.
|
|
2205
|
+
._warning_1luxf_39 {
|
|
2180
2206
|
background: var(--fui-color-warning-bg, rgba(224, 170, 92, 0.1));
|
|
2181
2207
|
color: var(--fui-color-warning-text, hsl(41.194706405, 139.9133245857%, 21.9712967806%));
|
|
2182
2208
|
}
|
|
2183
2209
|
|
|
2184
|
-
.
|
|
2210
|
+
._error_1luxf_44 {
|
|
2185
2211
|
background: var(--fui-color-danger-bg, rgba(217, 112, 102, 0.1));
|
|
2186
2212
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
2187
2213
|
}
|
|
2188
2214
|
|
|
2189
|
-
.
|
|
2215
|
+
._info_1luxf_49 {
|
|
2190
2216
|
background: var(--fui-color-info-bg, rgba(127, 166, 196, 0.1));
|
|
2191
2217
|
color: var(--fui-color-info-text, rgb(63.1782487843, 100.0730830678, 127.5349009142));
|
|
2192
2218
|
}
|
|
2193
2219
|
|
|
2194
|
-
.
|
|
2220
|
+
._outline_1luxf_54 {
|
|
2195
2221
|
background-color: transparent;
|
|
2196
2222
|
color: var(--fui-text-primary, #212121);
|
|
2197
2223
|
border: 1px solid var(--fui-border-strong, rgba(0, 0, 0, 0.1));
|
|
2198
2224
|
}
|
|
2199
2225
|
|
|
2200
|
-
.
|
|
2226
|
+
._label_1luxf_60 {
|
|
2201
2227
|
height: var(--fui-target-size-min, 2.286rem);
|
|
2202
2228
|
padding: 0 calc(var(--fui-space-1, 0.5rem) - var(--fui-space-px, 1px));
|
|
2203
2229
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
@@ -2208,7 +2234,7 @@
|
|
|
2208
2234
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
2209
2235
|
}
|
|
2210
2236
|
|
|
2211
|
-
.
|
|
2237
|
+
._dim_1luxf_71 {
|
|
2212
2238
|
height: var(--fui-button-height-sm, 2.2857142857rem);
|
|
2213
2239
|
padding: 0 calc(var(--fui-space-1, 0.5rem) + var(--fui-space-0-5, 0.15rem));
|
|
2214
2240
|
border: 1px solid transparent;
|
|
@@ -2219,34 +2245,48 @@
|
|
|
2219
2245
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
2220
2246
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
2221
2247
|
}
|
|
2222
|
-
.
|
|
2248
|
+
._dim_1luxf_71._active_1luxf_82 {
|
|
2223
2249
|
border-color: var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
2224
2250
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
2225
2251
|
color: var(--fui-text-primary, #212121);
|
|
2226
2252
|
}
|
|
2227
2253
|
|
|
2228
|
-
.
|
|
2254
|
+
._dot_1luxf_88 {
|
|
2229
2255
|
width: 6px;
|
|
2230
2256
|
height: 6px;
|
|
2231
2257
|
border-radius: 50%;
|
|
2232
2258
|
background-color: var(--fui-badge-dot-color, currentColor);
|
|
2233
2259
|
flex-shrink: 0;
|
|
2234
2260
|
}
|
|
2235
|
-
.
|
|
2261
|
+
._sm_1luxf_14 ._dot_1luxf_88 {
|
|
2236
2262
|
width: 5px;
|
|
2237
2263
|
height: 5px;
|
|
2238
2264
|
}
|
|
2239
2265
|
|
|
2240
|
-
.
|
|
2266
|
+
._dotPulse_1luxf_100 {
|
|
2267
|
+
animation: _fui-badge-dot-pulse_1luxf_1 1.6s ease-in-out infinite;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
@keyframes _fui-badge-dot-pulse_1luxf_1 {
|
|
2271
|
+
50% {
|
|
2272
|
+
opacity: 0.35;
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2276
|
+
._dotPulse_1luxf_100 {
|
|
2277
|
+
animation: none;
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
._icon_1luxf_114 {
|
|
2241
2281
|
display: flex;
|
|
2242
2282
|
align-items: center;
|
|
2243
2283
|
}
|
|
2244
2284
|
|
|
2245
|
-
.
|
|
2285
|
+
._badge_1luxf_1:has(._remove_1luxf_119) {
|
|
2246
2286
|
padding: var(--fui-space-0-5, 0.15rem) var(--fui-space-1, 0.5rem) var(--fui-space-0-5, 0.15rem) var(--fui-space-2, 1rem);
|
|
2247
2287
|
}
|
|
2248
2288
|
|
|
2249
|
-
.
|
|
2289
|
+
._remove_1luxf_119 {
|
|
2250
2290
|
appearance: none;
|
|
2251
2291
|
background: transparent;
|
|
2252
2292
|
border: none;
|
|
@@ -2256,21 +2296,21 @@
|
|
|
2256
2296
|
color: inherit;
|
|
2257
2297
|
cursor: pointer;
|
|
2258
2298
|
}
|
|
2259
|
-
.
|
|
2299
|
+
._remove_1luxf_119:disabled {
|
|
2260
2300
|
cursor: not-allowed;
|
|
2261
2301
|
}
|
|
2262
|
-
.
|
|
2302
|
+
._remove_1luxf_119 {
|
|
2263
2303
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
2264
2304
|
}
|
|
2265
|
-
.
|
|
2305
|
+
._remove_1luxf_119:focus-visible {
|
|
2266
2306
|
outline: none;
|
|
2267
2307
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
2268
2308
|
}
|
|
2269
|
-
.
|
|
2309
|
+
._remove_1luxf_119:disabled, ._remove_1luxf_119[data-disabled] {
|
|
2270
2310
|
opacity: 0.5;
|
|
2271
2311
|
pointer-events: none;
|
|
2272
2312
|
}
|
|
2273
|
-
.
|
|
2313
|
+
._remove_1luxf_119 {
|
|
2274
2314
|
min-width: var(--fui-target-size-min, 2.286rem);
|
|
2275
2315
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
2276
2316
|
display: inline-flex;
|
|
@@ -2284,7 +2324,7 @@
|
|
|
2284
2324
|
line-height: 1;
|
|
2285
2325
|
border-radius: var(--fui-radius-full, 9999px);
|
|
2286
2326
|
}
|
|
2287
|
-
.
|
|
2327
|
+
._remove_1luxf_119:hover {
|
|
2288
2328
|
opacity: 1;
|
|
2289
2329
|
}._iconButton_19n51_1 {
|
|
2290
2330
|
appearance: none;
|
|
@@ -3088,12 +3128,12 @@
|
|
|
3088
3128
|
|
|
3089
3129
|
._trigger_whfgf_63 {
|
|
3090
3130
|
display: inline-flex;
|
|
3091
|
-
}.
|
|
3131
|
+
}._wrapper_9zaqb_1 {
|
|
3092
3132
|
display: flex;
|
|
3093
3133
|
flex-direction: column;
|
|
3094
3134
|
}
|
|
3095
3135
|
|
|
3096
|
-
.
|
|
3136
|
+
._label_9zaqb_6 {
|
|
3097
3137
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
3098
3138
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3099
3139
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -3101,29 +3141,29 @@
|
|
|
3101
3141
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
3102
3142
|
}
|
|
3103
3143
|
|
|
3104
|
-
.
|
|
3144
|
+
._required_9zaqb_14 {
|
|
3105
3145
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3106
3146
|
margin-left: 2px;
|
|
3107
3147
|
}
|
|
3108
3148
|
|
|
3109
|
-
.
|
|
3149
|
+
._helper_9zaqb_19 {
|
|
3110
3150
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
3111
3151
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3112
3152
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
3113
3153
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
3114
3154
|
}
|
|
3115
3155
|
|
|
3116
|
-
.
|
|
3156
|
+
._helperError_9zaqb_26 {
|
|
3117
3157
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3118
3158
|
}
|
|
3119
3159
|
|
|
3120
|
-
.
|
|
3160
|
+
._errorMessage_9zaqb_30 {
|
|
3121
3161
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3122
3162
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3123
3163
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
3124
3164
|
}
|
|
3125
3165
|
|
|
3126
|
-
.
|
|
3166
|
+
._trigger_9zaqb_36 {
|
|
3127
3167
|
appearance: none;
|
|
3128
3168
|
background: transparent;
|
|
3129
3169
|
border: none;
|
|
@@ -3133,21 +3173,21 @@
|
|
|
3133
3173
|
color: inherit;
|
|
3134
3174
|
cursor: pointer;
|
|
3135
3175
|
}
|
|
3136
|
-
.
|
|
3176
|
+
._trigger_9zaqb_36:disabled {
|
|
3137
3177
|
cursor: not-allowed;
|
|
3138
3178
|
}
|
|
3139
|
-
.
|
|
3179
|
+
._trigger_9zaqb_36 {
|
|
3140
3180
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3141
3181
|
}
|
|
3142
|
-
.
|
|
3182
|
+
._trigger_9zaqb_36:focus-visible {
|
|
3143
3183
|
outline: none;
|
|
3144
3184
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
3145
3185
|
}
|
|
3146
|
-
.
|
|
3186
|
+
._trigger_9zaqb_36:disabled, ._trigger_9zaqb_36[data-disabled] {
|
|
3147
3187
|
opacity: 0.5;
|
|
3148
3188
|
pointer-events: none;
|
|
3149
3189
|
}
|
|
3150
|
-
.
|
|
3190
|
+
._trigger_9zaqb_36 {
|
|
3151
3191
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
3152
3192
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3153
3193
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -3159,17 +3199,17 @@
|
|
|
3159
3199
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
3160
3200
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3161
3201
|
}
|
|
3162
|
-
.
|
|
3202
|
+
._trigger_9zaqb_36:hover:not(:disabled):not([data-disabled]):not(:focus-visible) {
|
|
3163
3203
|
border-color: var(--fui-field-border-hover, var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852)));
|
|
3164
3204
|
}
|
|
3165
|
-
.
|
|
3205
|
+
._trigger_9zaqb_36:focus:not(:disabled):not([data-disabled]) {
|
|
3166
3206
|
border-color: var(--fui-field-border-focus, var(--fui-color-accent, #006b57));
|
|
3167
3207
|
}
|
|
3168
|
-
.
|
|
3208
|
+
._trigger_9zaqb_36:disabled, ._trigger_9zaqb_36[data-disabled] {
|
|
3169
3209
|
background-color: var(--fui-field-bg-disabled, var(--fui-bg-tertiary, #f4f4f4));
|
|
3170
3210
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3171
3211
|
}
|
|
3172
|
-
.
|
|
3212
|
+
._trigger_9zaqb_36 {
|
|
3173
3213
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
3174
3214
|
height: var(--fui-input-height, 2.8571428571rem);
|
|
3175
3215
|
padding: 0 var(--fui-space-3, 1.5rem);
|
|
@@ -3182,25 +3222,69 @@
|
|
|
3182
3222
|
min-width: 10rem;
|
|
3183
3223
|
text-align: left;
|
|
3184
3224
|
}
|
|
3185
|
-
.
|
|
3225
|
+
._trigger_9zaqb_36[data-popup-open] {
|
|
3186
3226
|
border-color: var(--fui-field-border-focus, #006b57);
|
|
3187
3227
|
}
|
|
3188
3228
|
|
|
3189
|
-
.
|
|
3229
|
+
._triggerSm_9zaqb_99 {
|
|
3190
3230
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
3191
3231
|
height: var(--fui-input-height-sm, 2.2857142857rem);
|
|
3192
3232
|
padding: 0 var(--fui-space-2, 1rem);
|
|
3193
3233
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3194
3234
|
}
|
|
3195
3235
|
|
|
3196
|
-
.
|
|
3236
|
+
._triggerLg_9zaqb_106 {
|
|
3197
3237
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
3198
3238
|
height: var(--fui-input-height-lg, 3.1428571429rem);
|
|
3199
3239
|
padding: 0 var(--fui-space-4, 2rem);
|
|
3200
3240
|
font-size: var(--fui-font-size-base, 1rem);
|
|
3201
3241
|
}
|
|
3202
3242
|
|
|
3203
|
-
.
|
|
3243
|
+
._triggerGhost_9zaqb_113 {
|
|
3244
|
+
width: auto;
|
|
3245
|
+
min-width: 0;
|
|
3246
|
+
height: auto;
|
|
3247
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
3248
|
+
padding: 0 var(--fui-space-2, 1rem);
|
|
3249
|
+
border: none;
|
|
3250
|
+
border-radius: var(--fui-radius-md, 0.429rem);
|
|
3251
|
+
background-color: transparent;
|
|
3252
|
+
box-shadow: none;
|
|
3253
|
+
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
3254
|
+
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3255
|
+
font-weight: var(--fui-font-weight-medium, 500);
|
|
3256
|
+
}
|
|
3257
|
+
._triggerGhost_9zaqb_113:hover:not(:disabled):not([data-disabled]) {
|
|
3258
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
3259
|
+
color: var(--fui-text-primary, #212121);
|
|
3260
|
+
}
|
|
3261
|
+
._triggerGhost_9zaqb_113:active:not(:disabled):not([data-disabled]) {
|
|
3262
|
+
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
3263
|
+
}
|
|
3264
|
+
._triggerGhost_9zaqb_113[data-popup-open] {
|
|
3265
|
+
border-color: transparent;
|
|
3266
|
+
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
3267
|
+
color: var(--fui-text-primary, #212121);
|
|
3268
|
+
}
|
|
3269
|
+
._triggerGhost_9zaqb_113:disabled, ._triggerGhost_9zaqb_113[data-disabled] {
|
|
3270
|
+
background-color: transparent;
|
|
3271
|
+
opacity: 0.5;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
._wrapperGhost_9zaqb_144 {
|
|
3275
|
+
display: inline-flex;
|
|
3276
|
+
min-width: 0;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
._triggerIcon_9zaqb_149 {
|
|
3280
|
+
display: flex;
|
|
3281
|
+
flex-shrink: 0;
|
|
3282
|
+
align-items: center;
|
|
3283
|
+
justify-content: center;
|
|
3284
|
+
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
._value_9zaqb_157 {
|
|
3204
3288
|
flex: 1;
|
|
3205
3289
|
min-width: 0;
|
|
3206
3290
|
overflow: hidden;
|
|
@@ -3209,67 +3293,79 @@
|
|
|
3209
3293
|
display: flex;
|
|
3210
3294
|
align-items: center;
|
|
3211
3295
|
}
|
|
3212
|
-
.
|
|
3296
|
+
._value_9zaqb_157[data-placeholder] {
|
|
3297
|
+
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
._placeholder_9zaqb_170 {
|
|
3213
3301
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3214
3302
|
}
|
|
3215
3303
|
|
|
3216
|
-
.
|
|
3304
|
+
._hint_9zaqb_174 {
|
|
3305
|
+
margin-inline-start: var(--fui-space-1, 0.5rem);
|
|
3217
3306
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3307
|
+
font-weight: var(--fui-font-weight-normal, 400);
|
|
3218
3308
|
}
|
|
3219
3309
|
|
|
3220
|
-
.
|
|
3310
|
+
._icon_9zaqb_180 {
|
|
3221
3311
|
display: flex;
|
|
3222
3312
|
align-items: center;
|
|
3223
3313
|
justify-content: center;
|
|
3224
3314
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
3225
3315
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3226
3316
|
}
|
|
3227
|
-
[data-popup-open] > .
|
|
3317
|
+
[data-popup-open] > ._icon_9zaqb_180 {
|
|
3228
3318
|
transform: rotate(180deg);
|
|
3229
3319
|
}
|
|
3230
|
-
.
|
|
3320
|
+
._icon_9zaqb_180 svg {
|
|
3231
3321
|
width: var(--fui-icon-sm, 1rem);
|
|
3232
3322
|
height: var(--fui-icon-sm, 1rem);
|
|
3233
3323
|
}
|
|
3234
3324
|
|
|
3235
|
-
.
|
|
3325
|
+
._positioner_9zaqb_195 {
|
|
3236
3326
|
z-index: 52;
|
|
3237
3327
|
outline: none;
|
|
3238
3328
|
}
|
|
3239
3329
|
|
|
3240
|
-
.
|
|
3330
|
+
._popup_9zaqb_200 {
|
|
3241
3331
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
3242
3332
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
3243
3333
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
3244
3334
|
display: flex;
|
|
3245
3335
|
flex-direction: column;
|
|
3246
|
-
gap: 1px;
|
|
3247
|
-
padding: var(--fui-
|
|
3336
|
+
gap: var(--fui-popup-row-gap, 1px);
|
|
3337
|
+
padding: var(--fui-popup-padding, 0.5rem);
|
|
3248
3338
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03));
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
var(--fui-font-size-sm, 1rem) *
|
|
3339
|
+
--_popup-row-h: calc(
|
|
3340
|
+
var(--fui-popup-item-font-size, 0.857rem) *
|
|
3252
3341
|
var(--fui-line-height-normal, 1.5) +
|
|
3253
|
-
var(--fui-
|
|
3342
|
+
var(--fui-popup-item-padding-block, 0.5rem) * 2 +
|
|
3343
|
+
var(--fui-popup-row-gap, 1px)
|
|
3344
|
+
);
|
|
3345
|
+
--_popup-scroll-max-h: calc(
|
|
3346
|
+
var(--_popup-row-h) *
|
|
3347
|
+
var(--fui-select-max-items, 4.5) - var(--fui-popup-row-gap, 1px) +
|
|
3348
|
+
var(--fui-popup-padding, 0.5rem) * 2 + 2px
|
|
3254
3349
|
);
|
|
3350
|
+
border-color: var(--fui-form-group-border, rgba(0, 0, 0, 0.05));
|
|
3255
3351
|
min-width: var(--anchor-width);
|
|
3256
|
-
max-height:
|
|
3352
|
+
max-height: var(--_popup-scroll-max-h) !important;
|
|
3257
3353
|
overflow-y: auto !important;
|
|
3258
3354
|
opacity: 0;
|
|
3259
3355
|
transform: scale(0.95);
|
|
3260
3356
|
transform-origin: var(--transform-origin);
|
|
3261
3357
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3262
3358
|
}
|
|
3263
|
-
.
|
|
3359
|
+
._popup_9zaqb_200[data-open] {
|
|
3264
3360
|
opacity: 1;
|
|
3265
3361
|
transform: scale(1);
|
|
3266
3362
|
}
|
|
3267
|
-
.
|
|
3363
|
+
._popup_9zaqb_200[data-starting-style], ._popup_9zaqb_200[data-ending-style] {
|
|
3268
3364
|
opacity: 0;
|
|
3269
3365
|
transform: scale(0.95);
|
|
3270
3366
|
}
|
|
3271
3367
|
|
|
3272
|
-
.
|
|
3368
|
+
._item_9zaqb_238 {
|
|
3273
3369
|
appearance: none;
|
|
3274
3370
|
background: transparent;
|
|
3275
3371
|
border: none;
|
|
@@ -3279,45 +3375,46 @@
|
|
|
3279
3375
|
color: inherit;
|
|
3280
3376
|
cursor: pointer;
|
|
3281
3377
|
}
|
|
3282
|
-
.
|
|
3378
|
+
._item_9zaqb_238:disabled {
|
|
3283
3379
|
cursor: not-allowed;
|
|
3284
3380
|
}
|
|
3285
|
-
.
|
|
3381
|
+
._item_9zaqb_238 {
|
|
3286
3382
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
3287
3383
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3288
3384
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
3289
3385
|
color: var(--fui-text-primary, #212121);
|
|
3290
3386
|
-webkit-font-smoothing: antialiased;
|
|
3291
3387
|
-moz-osx-font-smoothing: grayscale;
|
|
3388
|
+
font-size: var(--fui-popup-item-font-size, 0.857rem);
|
|
3292
3389
|
display: flex;
|
|
3293
3390
|
align-items: center;
|
|
3294
3391
|
gap: var(--fui-space-1, 0.5rem);
|
|
3295
3392
|
width: 100%;
|
|
3296
|
-
padding: var(--fui-
|
|
3393
|
+
padding: var(--fui-popup-item-padding-block, 0.5rem) var(--fui-popup-item-padding-inline, 1rem);
|
|
3297
3394
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
3298
3395
|
cursor: pointer;
|
|
3299
3396
|
outline: none;
|
|
3300
3397
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3301
3398
|
}
|
|
3302
|
-
.
|
|
3399
|
+
._item_9zaqb_238[data-highlighted] {
|
|
3303
3400
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
3304
3401
|
color: var(--fui-text-primary, #212121);
|
|
3305
3402
|
}
|
|
3306
|
-
.
|
|
3403
|
+
._item_9zaqb_238[data-selected] {
|
|
3307
3404
|
background-color: var(--fui-field-selection-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
3308
3405
|
color: var(--fui-field-selection-color, var(--fui-text-primary, #212121));
|
|
3309
3406
|
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, var(--fui-color-accent, #006b57));
|
|
3310
3407
|
}
|
|
3311
|
-
.
|
|
3408
|
+
._item_9zaqb_238[data-selected][data-highlighted] {
|
|
3312
3409
|
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
3313
3410
|
}
|
|
3314
|
-
.
|
|
3411
|
+
._item_9zaqb_238[data-disabled] {
|
|
3315
3412
|
opacity: 0.5;
|
|
3316
3413
|
pointer-events: none;
|
|
3317
3414
|
cursor: default;
|
|
3318
3415
|
}
|
|
3319
3416
|
|
|
3320
|
-
.
|
|
3417
|
+
._itemIndicator_9zaqb_287 {
|
|
3321
3418
|
display: flex;
|
|
3322
3419
|
align-items: center;
|
|
3323
3420
|
justify-content: center;
|
|
@@ -3326,18 +3423,18 @@
|
|
|
3326
3423
|
margin-left: auto;
|
|
3327
3424
|
color: var(--fui-color-accent, #006b57);
|
|
3328
3425
|
}
|
|
3329
|
-
.
|
|
3426
|
+
._itemIndicator_9zaqb_287 svg {
|
|
3330
3427
|
width: var(--fui-icon-xs, 0.857rem);
|
|
3331
3428
|
height: var(--fui-icon-xs, 0.857rem);
|
|
3332
3429
|
}
|
|
3333
3430
|
|
|
3334
|
-
.
|
|
3431
|
+
._group_9zaqb_301:not(:first-child) {
|
|
3335
3432
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
3336
3433
|
padding-top: var(--fui-space-1, 0.5rem);
|
|
3337
3434
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
3338
3435
|
}
|
|
3339
3436
|
|
|
3340
|
-
.
|
|
3437
|
+
._groupLabel_9zaqb_307 {
|
|
3341
3438
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
3342
3439
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3343
3440
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -3347,53 +3444,53 @@
|
|
|
3347
3444
|
}
|
|
3348
3445
|
|
|
3349
3446
|
@media (prefers-contrast: more) {
|
|
3350
|
-
.
|
|
3447
|
+
._trigger_9zaqb_36 {
|
|
3351
3448
|
border-width: 2px;
|
|
3352
3449
|
border-color: var(--fui-text-primary, #212121);
|
|
3353
3450
|
}
|
|
3354
|
-
.
|
|
3451
|
+
._trigger_9zaqb_36[data-popup-open] {
|
|
3355
3452
|
border-color: var(--fui-color-accent, #006b57);
|
|
3356
3453
|
}
|
|
3357
3454
|
}
|
|
3358
3455
|
@media (prefers-reduced-motion: reduce) {
|
|
3359
|
-
.
|
|
3456
|
+
._trigger_9zaqb_36 {
|
|
3360
3457
|
transition: none;
|
|
3361
3458
|
}
|
|
3362
|
-
.
|
|
3459
|
+
._popup_9zaqb_200 {
|
|
3363
3460
|
transition: none;
|
|
3364
3461
|
}
|
|
3365
|
-
.
|
|
3462
|
+
._icon_9zaqb_180 svg {
|
|
3366
3463
|
transition: none;
|
|
3367
3464
|
}
|
|
3368
3465
|
}
|
|
3369
|
-
.
|
|
3466
|
+
._arrow_9zaqb_336 {
|
|
3370
3467
|
width: 10px;
|
|
3371
3468
|
height: 10px;
|
|
3372
3469
|
transform: rotate(45deg);
|
|
3373
3470
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
3374
3471
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
3375
3472
|
}
|
|
3376
|
-
.
|
|
3473
|
+
._arrow_9zaqb_336[data-side=top] {
|
|
3377
3474
|
border-top: none;
|
|
3378
3475
|
border-left: none;
|
|
3379
3476
|
}
|
|
3380
|
-
.
|
|
3477
|
+
._arrow_9zaqb_336[data-side=bottom] {
|
|
3381
3478
|
border-bottom: none;
|
|
3382
3479
|
border-right: none;
|
|
3383
|
-
}.
|
|
3480
|
+
}._positioner_v24st_1 {
|
|
3384
3481
|
z-index: 52;
|
|
3385
3482
|
outline: none;
|
|
3386
3483
|
pointer-events: auto;
|
|
3387
3484
|
}
|
|
3388
3485
|
|
|
3389
|
-
.
|
|
3486
|
+
._popup_v24st_7 {
|
|
3390
3487
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
3391
3488
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
3392
3489
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
3393
3490
|
display: flex;
|
|
3394
3491
|
flex-direction: column;
|
|
3395
|
-
gap: 1px;
|
|
3396
|
-
padding: var(--fui-
|
|
3492
|
+
gap: var(--fui-popup-row-gap, 1px);
|
|
3493
|
+
padding: var(--fui-popup-padding, 0.5rem);
|
|
3397
3494
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03));
|
|
3398
3495
|
list-style: none;
|
|
3399
3496
|
margin: 0;
|
|
@@ -3402,21 +3499,21 @@
|
|
|
3402
3499
|
transform: none;
|
|
3403
3500
|
transform-origin: var(--transform-origin);
|
|
3404
3501
|
}
|
|
3405
|
-
.
|
|
3502
|
+
._popup_v24st_7[data-open] {
|
|
3406
3503
|
opacity: 1;
|
|
3407
3504
|
transform: none;
|
|
3408
3505
|
}
|
|
3409
|
-
.
|
|
3506
|
+
._popup_v24st_7[data-starting-style], ._popup_v24st_7[data-ending-style] {
|
|
3410
3507
|
opacity: 1;
|
|
3411
3508
|
transform: none;
|
|
3412
3509
|
}
|
|
3413
3510
|
|
|
3414
|
-
.
|
|
3511
|
+
._viewport_v24st_32 {
|
|
3415
3512
|
overflow: hidden;
|
|
3416
3513
|
transition: height var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3417
3514
|
}
|
|
3418
3515
|
|
|
3419
|
-
.
|
|
3516
|
+
._item_v24st_37 {
|
|
3420
3517
|
appearance: none;
|
|
3421
3518
|
background: transparent;
|
|
3422
3519
|
border: none;
|
|
@@ -3426,45 +3523,46 @@
|
|
|
3426
3523
|
color: inherit;
|
|
3427
3524
|
cursor: pointer;
|
|
3428
3525
|
}
|
|
3429
|
-
.
|
|
3526
|
+
._item_v24st_37:disabled {
|
|
3430
3527
|
cursor: not-allowed;
|
|
3431
3528
|
}
|
|
3432
|
-
.
|
|
3529
|
+
._item_v24st_37 {
|
|
3433
3530
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
3434
3531
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3435
3532
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
3436
3533
|
color: var(--fui-text-primary, #212121);
|
|
3437
3534
|
-webkit-font-smoothing: antialiased;
|
|
3438
3535
|
-moz-osx-font-smoothing: grayscale;
|
|
3536
|
+
font-size: var(--fui-popup-item-font-size, 0.857rem);
|
|
3439
3537
|
display: flex;
|
|
3440
3538
|
align-items: center;
|
|
3441
3539
|
gap: var(--fui-space-1, 0.5rem);
|
|
3442
3540
|
width: 100%;
|
|
3443
|
-
padding: var(--fui-
|
|
3541
|
+
padding: var(--fui-popup-item-padding-block, 0.5rem) var(--fui-popup-item-padding-inline, 1rem);
|
|
3444
3542
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
3445
3543
|
cursor: pointer;
|
|
3446
3544
|
outline: none;
|
|
3447
3545
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
3448
3546
|
}
|
|
3449
|
-
.
|
|
3547
|
+
._item_v24st_37[data-highlighted] {
|
|
3450
3548
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
3451
3549
|
color: var(--fui-text-primary, #212121);
|
|
3452
3550
|
}
|
|
3453
|
-
.
|
|
3551
|
+
._item_v24st_37[data-disabled] {
|
|
3454
3552
|
opacity: 0.5;
|
|
3455
3553
|
pointer-events: none;
|
|
3456
3554
|
cursor: default;
|
|
3457
3555
|
}
|
|
3458
3556
|
|
|
3459
|
-
.
|
|
3557
|
+
._itemDanger_v24st_78 {
|
|
3460
3558
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3461
3559
|
}
|
|
3462
|
-
.
|
|
3560
|
+
._itemDanger_v24st_78[data-highlighted] {
|
|
3463
3561
|
background-color: var(--fui-color-danger-bg, rgba(217, 112, 102, 0.1));
|
|
3464
3562
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3465
3563
|
}
|
|
3466
3564
|
|
|
3467
|
-
.
|
|
3565
|
+
._itemIcon_v24st_86 {
|
|
3468
3566
|
display: flex;
|
|
3469
3567
|
align-items: center;
|
|
3470
3568
|
justify-content: center;
|
|
@@ -3472,35 +3570,39 @@
|
|
|
3472
3570
|
height: 1rem;
|
|
3473
3571
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
3474
3572
|
}
|
|
3475
|
-
.
|
|
3573
|
+
._itemDanger_v24st_78 ._itemIcon_v24st_86 {
|
|
3476
3574
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3477
3575
|
}
|
|
3478
|
-
.
|
|
3576
|
+
._itemIcon_v24st_86 svg {
|
|
3479
3577
|
width: 1rem;
|
|
3480
3578
|
height: 1rem;
|
|
3481
3579
|
}
|
|
3482
3580
|
|
|
3483
|
-
.
|
|
3581
|
+
._itemLabel_v24st_102 {
|
|
3484
3582
|
flex: 1;
|
|
3485
3583
|
}
|
|
3486
3584
|
|
|
3487
|
-
.
|
|
3585
|
+
._itemShortcut_v24st_106 {
|
|
3488
3586
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3489
3587
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3490
3588
|
margin-left: auto;
|
|
3491
3589
|
}
|
|
3492
3590
|
|
|
3493
|
-
.
|
|
3591
|
+
._checkIndicator_v24st_112 {
|
|
3494
3592
|
display: flex;
|
|
3495
3593
|
align-items: center;
|
|
3496
3594
|
justify-content: center;
|
|
3497
|
-
width:
|
|
3498
|
-
height:
|
|
3595
|
+
width: 0.75rem;
|
|
3596
|
+
height: 0.75rem;
|
|
3499
3597
|
flex-shrink: 0;
|
|
3500
3598
|
color: var(--fui-color-accent, #006b57);
|
|
3501
3599
|
}
|
|
3600
|
+
._checkIndicator_v24st_112 svg {
|
|
3601
|
+
width: 100%;
|
|
3602
|
+
height: 100%;
|
|
3603
|
+
}
|
|
3502
3604
|
|
|
3503
|
-
.
|
|
3605
|
+
._radioIndicator_v24st_126 {
|
|
3504
3606
|
display: flex;
|
|
3505
3607
|
align-items: center;
|
|
3506
3608
|
justify-content: center;
|
|
@@ -3508,23 +3610,23 @@
|
|
|
3508
3610
|
height: 1rem;
|
|
3509
3611
|
visibility: hidden;
|
|
3510
3612
|
}
|
|
3511
|
-
.
|
|
3613
|
+
._radioIndicator_v24st_126 svg {
|
|
3512
3614
|
width: 0.75rem;
|
|
3513
3615
|
height: 0.75rem;
|
|
3514
3616
|
}
|
|
3515
3617
|
|
|
3516
|
-
.
|
|
3618
|
+
._radioItem_v24st_139[data-checked] ._radioIndicator_v24st_126 {
|
|
3517
3619
|
visibility: visible;
|
|
3518
3620
|
color: var(--fui-color-accent, #006b57);
|
|
3519
3621
|
}
|
|
3520
3622
|
|
|
3521
|
-
.
|
|
3623
|
+
._separator_v24st_144 {
|
|
3522
3624
|
height: 1px;
|
|
3523
3625
|
margin: var(--fui-space-1, 0.5rem) 0;
|
|
3524
3626
|
background-color: var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
3525
3627
|
}
|
|
3526
3628
|
|
|
3527
|
-
.
|
|
3629
|
+
._groupLabel_v24st_150 {
|
|
3528
3630
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
3529
3631
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3530
3632
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -3533,31 +3635,31 @@
|
|
|
3533
3635
|
letter-spacing: var(--fui-letter-spacing-wide, 0.05em);
|
|
3534
3636
|
}
|
|
3535
3637
|
|
|
3536
|
-
.
|
|
3638
|
+
._arrow_v24st_159 {
|
|
3537
3639
|
width: 10px;
|
|
3538
3640
|
height: 10px;
|
|
3539
3641
|
transform: rotate(45deg);
|
|
3540
3642
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
3541
3643
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
3542
3644
|
}
|
|
3543
|
-
.
|
|
3645
|
+
._arrow_v24st_159[data-side=top] {
|
|
3544
3646
|
border-top: none;
|
|
3545
3647
|
border-left: none;
|
|
3546
3648
|
}
|
|
3547
|
-
.
|
|
3649
|
+
._arrow_v24st_159[data-side=bottom] {
|
|
3548
3650
|
border-bottom: none;
|
|
3549
3651
|
border-right: none;
|
|
3550
3652
|
}
|
|
3551
|
-
.
|
|
3653
|
+
._arrow_v24st_159[data-side=left] {
|
|
3552
3654
|
border-left: none;
|
|
3553
3655
|
border-bottom: none;
|
|
3554
3656
|
}
|
|
3555
|
-
.
|
|
3657
|
+
._arrow_v24st_159[data-side=right] {
|
|
3556
3658
|
border-right: none;
|
|
3557
3659
|
border-top: none;
|
|
3558
3660
|
}
|
|
3559
3661
|
|
|
3560
|
-
.
|
|
3662
|
+
._submenuTrigger_v24st_183::after {
|
|
3561
3663
|
content: "";
|
|
3562
3664
|
margin-left: auto;
|
|
3563
3665
|
width: 0;
|
|
@@ -3568,10 +3670,10 @@
|
|
|
3568
3670
|
}
|
|
3569
3671
|
|
|
3570
3672
|
@media (prefers-reduced-motion: reduce) {
|
|
3571
|
-
.
|
|
3673
|
+
._popup_v24st_7 {
|
|
3572
3674
|
transform: none;
|
|
3573
3675
|
}
|
|
3574
|
-
.
|
|
3676
|
+
._popup_v24st_7[data-starting-style], ._popup_v24st_7[data-ending-style] {
|
|
3575
3677
|
transform: none;
|
|
3576
3678
|
}
|
|
3577
3679
|
}._positioner_1pyvn_1 {
|
|
@@ -3741,7 +3843,7 @@
|
|
|
3741
3843
|
._popup_1pyvn_6[data-side=top][data-starting-style], ._popup_1pyvn_6[data-side=top][data-ending-style] {
|
|
3742
3844
|
transform: none;
|
|
3743
3845
|
}
|
|
3744
|
-
}.
|
|
3846
|
+
}._root_le29r_1 {
|
|
3745
3847
|
display: flex;
|
|
3746
3848
|
flex-direction: column;
|
|
3747
3849
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -3749,26 +3851,26 @@
|
|
|
3749
3851
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
3750
3852
|
}
|
|
3751
3853
|
|
|
3752
|
-
.
|
|
3854
|
+
._header_le29r_9 {
|
|
3753
3855
|
display: flex;
|
|
3754
3856
|
align-items: center;
|
|
3755
3857
|
justify-content: space-between;
|
|
3756
3858
|
gap: var(--fui-space-2, 1rem);
|
|
3757
3859
|
}
|
|
3758
3860
|
|
|
3759
|
-
.
|
|
3861
|
+
._label_le29r_16 {
|
|
3760
3862
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3761
3863
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
3762
3864
|
color: var(--fui-text-primary, #212121);
|
|
3763
3865
|
}
|
|
3764
3866
|
|
|
3765
|
-
.
|
|
3867
|
+
._value_le29r_22 {
|
|
3766
3868
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3767
3869
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
3768
3870
|
font-variant-numeric: tabular-nums;
|
|
3769
3871
|
}
|
|
3770
3872
|
|
|
3771
|
-
.
|
|
3873
|
+
._track_le29r_28 {
|
|
3772
3874
|
position: relative;
|
|
3773
3875
|
width: 100%;
|
|
3774
3876
|
overflow: hidden;
|
|
@@ -3776,43 +3878,47 @@
|
|
|
3776
3878
|
border-radius: var(--fui-radius-full, 9999px);
|
|
3777
3879
|
}
|
|
3778
3880
|
|
|
3779
|
-
.
|
|
3881
|
+
._trackSm_le29r_36 {
|
|
3780
3882
|
height: calc(var(--fui-space-1, 0.5rem) / 2);
|
|
3781
3883
|
}
|
|
3782
3884
|
|
|
3783
|
-
.
|
|
3885
|
+
._trackMd_le29r_40 {
|
|
3784
3886
|
height: var(--fui-space-1, 0.5rem);
|
|
3785
3887
|
}
|
|
3786
3888
|
|
|
3787
|
-
.
|
|
3889
|
+
._trackLg_le29r_44 {
|
|
3788
3890
|
height: var(--fui-space-2, 1rem);
|
|
3789
3891
|
}
|
|
3790
3892
|
|
|
3791
|
-
.
|
|
3893
|
+
._indicator_le29r_48 {
|
|
3792
3894
|
height: 100%;
|
|
3793
3895
|
background-color: var(--fui-color-accent, #006b57);
|
|
3794
3896
|
border-radius: var(--fui-radius-full, 9999px);
|
|
3795
3897
|
transition: width var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
3796
3898
|
}
|
|
3797
3899
|
|
|
3798
|
-
.
|
|
3900
|
+
._indicatorNeutral_le29r_55 {
|
|
3901
|
+
background-color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
._indicatorSuccess_le29r_59 {
|
|
3799
3905
|
background-color: var(--fui-color-success-text, rgb(29.9064810064, 108.5606699289, 89.7163569497));
|
|
3800
3906
|
}
|
|
3801
3907
|
|
|
3802
|
-
.
|
|
3908
|
+
._indicatorWarning_le29r_63 {
|
|
3803
3909
|
background-color: var(--fui-color-warning-text, hsl(41.194706405, 139.9133245857%, 21.9712967806%));
|
|
3804
3910
|
}
|
|
3805
3911
|
|
|
3806
|
-
.
|
|
3912
|
+
._indicatorDanger_le29r_67 {
|
|
3807
3913
|
background-color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3808
3914
|
}
|
|
3809
3915
|
|
|
3810
|
-
.
|
|
3916
|
+
._indicatorIndeterminate_le29r_71 {
|
|
3811
3917
|
width: 50% !important;
|
|
3812
|
-
animation:
|
|
3918
|
+
animation: _indeterminate_le29r_1 1.5s ease-in-out infinite;
|
|
3813
3919
|
}
|
|
3814
3920
|
|
|
3815
|
-
@keyframes
|
|
3921
|
+
@keyframes _indeterminate_le29r_1 {
|
|
3816
3922
|
0% {
|
|
3817
3923
|
transform: translateX(-100%);
|
|
3818
3924
|
}
|
|
@@ -3823,50 +3929,50 @@
|
|
|
3823
3929
|
transform: translateX(-100%);
|
|
3824
3930
|
}
|
|
3825
3931
|
}
|
|
3826
|
-
.
|
|
3932
|
+
._root_le29r_1[data-complete] ._indicator_le29r_48:not(._indicatorNeutral_le29r_55) {
|
|
3827
3933
|
background-color: var(--fui-color-success-text, rgb(29.9064810064, 108.5606699289, 89.7163569497));
|
|
3828
3934
|
}
|
|
3829
3935
|
|
|
3830
|
-
.
|
|
3936
|
+
._circular_le29r_91 {
|
|
3831
3937
|
position: relative;
|
|
3832
3938
|
display: inline-flex;
|
|
3833
3939
|
align-items: center;
|
|
3834
3940
|
justify-content: center;
|
|
3835
3941
|
}
|
|
3836
3942
|
|
|
3837
|
-
.
|
|
3943
|
+
._circularSvg_le29r_98 {
|
|
3838
3944
|
transform: rotate(-90deg);
|
|
3839
3945
|
}
|
|
3840
3946
|
|
|
3841
|
-
.
|
|
3947
|
+
._circularTrack_le29r_102 {
|
|
3842
3948
|
stroke: var(--fui-bg-tertiary, #f4f4f4);
|
|
3843
3949
|
fill: none;
|
|
3844
3950
|
}
|
|
3845
3951
|
|
|
3846
|
-
.
|
|
3952
|
+
._circularIndicator_le29r_107 {
|
|
3847
3953
|
stroke: var(--fui-color-accent, #006b57);
|
|
3848
3954
|
fill: none;
|
|
3849
3955
|
stroke-linecap: round;
|
|
3850
3956
|
transition: stroke-dashoffset var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
3851
3957
|
}
|
|
3852
3958
|
|
|
3853
|
-
.
|
|
3959
|
+
._circularIndicatorSuccess_le29r_114 {
|
|
3854
3960
|
stroke: var(--fui-color-success-text, rgb(29.9064810064, 108.5606699289, 89.7163569497));
|
|
3855
3961
|
}
|
|
3856
3962
|
|
|
3857
|
-
.
|
|
3963
|
+
._circularIndicatorWarning_le29r_118 {
|
|
3858
3964
|
stroke: var(--fui-color-warning-text, hsl(41.194706405, 139.9133245857%, 21.9712967806%));
|
|
3859
3965
|
}
|
|
3860
3966
|
|
|
3861
|
-
.
|
|
3967
|
+
._circularIndicatorDanger_le29r_122 {
|
|
3862
3968
|
stroke: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
3863
3969
|
}
|
|
3864
3970
|
|
|
3865
|
-
.
|
|
3866
|
-
animation:
|
|
3971
|
+
._circularIndicatorIndeterminate_le29r_126 {
|
|
3972
|
+
animation: _circularIndeterminate_le29r_1 1.5s ease-in-out infinite;
|
|
3867
3973
|
}
|
|
3868
3974
|
|
|
3869
|
-
@keyframes
|
|
3975
|
+
@keyframes _circularIndeterminate_le29r_1 {
|
|
3870
3976
|
0% {
|
|
3871
3977
|
stroke-dashoffset: 280;
|
|
3872
3978
|
transform: rotate(0deg);
|
|
@@ -3879,7 +3985,7 @@
|
|
|
3879
3985
|
transform: rotate(360deg);
|
|
3880
3986
|
}
|
|
3881
3987
|
}
|
|
3882
|
-
.
|
|
3988
|
+
._circularValue_le29r_143 {
|
|
3883
3989
|
position: absolute;
|
|
3884
3990
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
3885
3991
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -3887,24 +3993,24 @@
|
|
|
3887
3993
|
font-variant-numeric: tabular-nums;
|
|
3888
3994
|
}
|
|
3889
3995
|
|
|
3890
|
-
.
|
|
3996
|
+
._circularSm_le29r_151 {
|
|
3891
3997
|
width: var(--fui-space-4, 2rem);
|
|
3892
3998
|
height: var(--fui-space-4, 2rem);
|
|
3893
3999
|
}
|
|
3894
|
-
.
|
|
4000
|
+
._circularSm_le29r_151 ._circularValue_le29r_143 {
|
|
3895
4001
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
3896
4002
|
}
|
|
3897
4003
|
|
|
3898
|
-
.
|
|
4004
|
+
._circularMd_le29r_159 {
|
|
3899
4005
|
width: var(--fui-space-6, 3rem);
|
|
3900
4006
|
height: var(--fui-space-6, 3rem);
|
|
3901
4007
|
}
|
|
3902
4008
|
|
|
3903
|
-
.
|
|
4009
|
+
._circularLg_le29r_164 {
|
|
3904
4010
|
width: var(--fui-space-8, 4rem);
|
|
3905
4011
|
height: var(--fui-space-8, 4rem);
|
|
3906
4012
|
}
|
|
3907
|
-
.
|
|
4013
|
+
._circularLg_le29r_164 ._circularValue_le29r_143 {
|
|
3908
4014
|
font-size: var(--fui-font-size-base, 1rem);
|
|
3909
4015
|
}._wrapper_11gr0_1 {
|
|
3910
4016
|
display: inline-flex;
|
|
@@ -4096,12 +4202,12 @@
|
|
|
4096
4202
|
._indicator_11gr0_83 {
|
|
4097
4203
|
transition: none;
|
|
4098
4204
|
}
|
|
4099
|
-
}.
|
|
4205
|
+
}._wrapper_1hwb3_1 {
|
|
4100
4206
|
display: flex;
|
|
4101
4207
|
flex-direction: column;
|
|
4102
4208
|
}
|
|
4103
4209
|
|
|
4104
|
-
.
|
|
4210
|
+
._label_1hwb3_6 {
|
|
4105
4211
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
4106
4212
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4107
4213
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -4109,45 +4215,45 @@
|
|
|
4109
4215
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
4110
4216
|
}
|
|
4111
4217
|
|
|
4112
|
-
.
|
|
4218
|
+
._required_1hwb3_14 {
|
|
4113
4219
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
4114
4220
|
margin-left: 2px;
|
|
4115
4221
|
}
|
|
4116
4222
|
|
|
4117
|
-
.
|
|
4223
|
+
._helper_1hwb3_19 {
|
|
4118
4224
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
4119
4225
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4120
4226
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
4121
4227
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
4122
4228
|
}
|
|
4123
4229
|
|
|
4124
|
-
.
|
|
4230
|
+
._helperError_1hwb3_26 {
|
|
4125
4231
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
4126
4232
|
}
|
|
4127
4233
|
|
|
4128
|
-
.
|
|
4234
|
+
._errorMessage_1hwb3_30 {
|
|
4129
4235
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4130
4236
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
4131
4237
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
4132
4238
|
}
|
|
4133
4239
|
|
|
4134
|
-
.
|
|
4240
|
+
._inputWrapper_1hwb3_36 {
|
|
4135
4241
|
background-color: var(--fui-field-bg, transparent);
|
|
4136
4242
|
border: 1px solid var(--fui-field-border, var(--fui-border-strong, rgba(0, 0, 0, 0.1)));
|
|
4137
4243
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
4138
4244
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4139
4245
|
}
|
|
4140
|
-
.
|
|
4246
|
+
._inputWrapper_1hwb3_36:hover:not(:disabled):not([data-disabled]):not(:focus-visible) {
|
|
4141
4247
|
border-color: var(--fui-field-border-hover, var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852)));
|
|
4142
4248
|
}
|
|
4143
|
-
.
|
|
4249
|
+
._inputWrapper_1hwb3_36:focus:not(:disabled):not([data-disabled]) {
|
|
4144
4250
|
border-color: var(--fui-field-border-focus, var(--fui-color-accent, #006b57));
|
|
4145
4251
|
}
|
|
4146
|
-
.
|
|
4252
|
+
._inputWrapper_1hwb3_36:disabled, ._inputWrapper_1hwb3_36[data-disabled] {
|
|
4147
4253
|
background-color: var(--fui-field-bg-disabled, var(--fui-bg-tertiary, #f4f4f4));
|
|
4148
4254
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4149
4255
|
}
|
|
4150
|
-
.
|
|
4256
|
+
._inputWrapper_1hwb3_36 {
|
|
4151
4257
|
--_field-h: var(--fui-input-height, 2.8571428571rem);
|
|
4152
4258
|
display: inline-flex;
|
|
4153
4259
|
align-items: center;
|
|
@@ -4159,33 +4265,33 @@
|
|
|
4159
4265
|
padding: calc(var(--fui-space-px, 1px) * 2);
|
|
4160
4266
|
padding-right: var(--fui-space-1, 0.5rem);
|
|
4161
4267
|
}
|
|
4162
|
-
.
|
|
4268
|
+
._inputWrapper_1hwb3_36:focus-within {
|
|
4163
4269
|
outline: none;
|
|
4164
4270
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
4165
4271
|
border-color: var(--fui-field-border-focus, var(--fui-color-accent, #006b57));
|
|
4166
4272
|
}
|
|
4167
|
-
.
|
|
4273
|
+
._inputWrapper_1hwb3_36:has([data-disabled]) {
|
|
4168
4274
|
background-color: var(--fui-field-bg-disabled, #f4f4f4);
|
|
4169
4275
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4170
4276
|
}
|
|
4171
4277
|
|
|
4172
|
-
.
|
|
4278
|
+
._inputWrapperSm_1hwb3_74 {
|
|
4173
4279
|
--_field-h: var(--fui-input-height-sm, 2.2857142857rem);
|
|
4174
4280
|
}
|
|
4175
4281
|
|
|
4176
|
-
.
|
|
4282
|
+
._inputWrapperLg_1hwb3_78 {
|
|
4177
4283
|
--_field-h: var(--fui-input-height-lg, 3.1428571429rem);
|
|
4178
4284
|
}
|
|
4179
4285
|
|
|
4180
|
-
.
|
|
4286
|
+
._inputSm_1hwb3_82 {
|
|
4181
4287
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4182
4288
|
}
|
|
4183
4289
|
|
|
4184
|
-
.
|
|
4290
|
+
._inputLg_1hwb3_86 {
|
|
4185
4291
|
font-size: var(--fui-font-size-base, 1rem);
|
|
4186
4292
|
}
|
|
4187
4293
|
|
|
4188
|
-
.
|
|
4294
|
+
._input_1hwb3_36 {
|
|
4189
4295
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
4190
4296
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4191
4297
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -4202,23 +4308,23 @@
|
|
|
4202
4308
|
outline: none;
|
|
4203
4309
|
box-shadow: none;
|
|
4204
4310
|
}
|
|
4205
|
-
.
|
|
4311
|
+
._input_1hwb3_36:focus, ._input_1hwb3_36:focus-visible, ._input_1hwb3_36[data-focus-visible] {
|
|
4206
4312
|
outline: none;
|
|
4207
4313
|
box-shadow: none;
|
|
4208
4314
|
}
|
|
4209
|
-
.
|
|
4315
|
+
._input_1hwb3_36::placeholder {
|
|
4210
4316
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4211
4317
|
}
|
|
4212
|
-
.
|
|
4318
|
+
._input_1hwb3_36:disabled, ._input_1hwb3_36[data-disabled] {
|
|
4213
4319
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4214
4320
|
cursor: not-allowed;
|
|
4215
4321
|
}
|
|
4216
4322
|
|
|
4217
|
-
.
|
|
4323
|
+
._chips_1hwb3_119 {
|
|
4218
4324
|
display: contents;
|
|
4219
4325
|
}
|
|
4220
4326
|
|
|
4221
|
-
.
|
|
4327
|
+
._chip_1hwb3_119 {
|
|
4222
4328
|
display: inline-flex;
|
|
4223
4329
|
align-items: center;
|
|
4224
4330
|
gap: var(--fui-space-0-5, 0.15rem);
|
|
@@ -4234,13 +4340,13 @@
|
|
|
4234
4340
|
max-width: 12rem;
|
|
4235
4341
|
}
|
|
4236
4342
|
|
|
4237
|
-
.
|
|
4343
|
+
._chipLabel_1hwb3_139 {
|
|
4238
4344
|
overflow: hidden;
|
|
4239
4345
|
text-overflow: ellipsis;
|
|
4240
4346
|
white-space: nowrap;
|
|
4241
4347
|
}
|
|
4242
4348
|
|
|
4243
|
-
.
|
|
4349
|
+
._chipRemove_1hwb3_145 {
|
|
4244
4350
|
appearance: none;
|
|
4245
4351
|
background: transparent;
|
|
4246
4352
|
border: none;
|
|
@@ -4250,10 +4356,10 @@
|
|
|
4250
4356
|
color: inherit;
|
|
4251
4357
|
cursor: pointer;
|
|
4252
4358
|
}
|
|
4253
|
-
.
|
|
4359
|
+
._chipRemove_1hwb3_145:disabled {
|
|
4254
4360
|
cursor: not-allowed;
|
|
4255
4361
|
}
|
|
4256
|
-
.
|
|
4362
|
+
._chipRemove_1hwb3_145 {
|
|
4257
4363
|
min-width: var(--fui-target-size-min, 2.286rem);
|
|
4258
4364
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
4259
4365
|
display: inline-flex;
|
|
@@ -4270,12 +4376,12 @@
|
|
|
4270
4376
|
cursor: pointer;
|
|
4271
4377
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4272
4378
|
}
|
|
4273
|
-
.
|
|
4379
|
+
._chipRemove_1hwb3_145:hover {
|
|
4274
4380
|
color: var(--fui-text-primary, #212121);
|
|
4275
4381
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4276
4382
|
}
|
|
4277
4383
|
|
|
4278
|
-
.
|
|
4384
|
+
._trigger_1hwb3_180 {
|
|
4279
4385
|
appearance: none;
|
|
4280
4386
|
background: transparent;
|
|
4281
4387
|
border: none;
|
|
@@ -4285,10 +4391,10 @@
|
|
|
4285
4391
|
color: inherit;
|
|
4286
4392
|
cursor: pointer;
|
|
4287
4393
|
}
|
|
4288
|
-
.
|
|
4394
|
+
._trigger_1hwb3_180:disabled {
|
|
4289
4395
|
cursor: not-allowed;
|
|
4290
4396
|
}
|
|
4291
|
-
.
|
|
4397
|
+
._trigger_1hwb3_180 {
|
|
4292
4398
|
display: flex;
|
|
4293
4399
|
align-items: center;
|
|
4294
4400
|
justify-content: center;
|
|
@@ -4304,61 +4410,67 @@
|
|
|
4304
4410
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4305
4411
|
margin-inline-end: calc(var(--fui-space-px, 1px) * 2);
|
|
4306
4412
|
}
|
|
4307
|
-
.
|
|
4413
|
+
._trigger_1hwb3_180:hover {
|
|
4308
4414
|
color: var(--fui-text-primary, #212121);
|
|
4309
4415
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4310
4416
|
}
|
|
4311
|
-
.
|
|
4417
|
+
._trigger_1hwb3_180[data-disabled] {
|
|
4312
4418
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
4313
4419
|
cursor: not-allowed;
|
|
4314
4420
|
}
|
|
4315
|
-
.
|
|
4421
|
+
._trigger_1hwb3_180 svg {
|
|
4316
4422
|
width: var(--fui-icon-sm, 1rem);
|
|
4317
4423
|
height: var(--fui-icon-sm, 1rem);
|
|
4318
4424
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4319
4425
|
}
|
|
4320
|
-
.
|
|
4426
|
+
._trigger_1hwb3_180[data-popup-open] svg {
|
|
4321
4427
|
transform: rotate(180deg);
|
|
4322
4428
|
}
|
|
4323
4429
|
|
|
4324
|
-
.
|
|
4430
|
+
._positioner_1hwb3_226 {
|
|
4325
4431
|
z-index: 52;
|
|
4326
4432
|
outline: none;
|
|
4327
4433
|
}
|
|
4328
4434
|
|
|
4329
|
-
.
|
|
4435
|
+
._popup_1hwb3_231 {
|
|
4330
4436
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
4331
4437
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
4332
4438
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
4333
4439
|
display: flex;
|
|
4334
4440
|
flex-direction: column;
|
|
4335
|
-
gap: 1px;
|
|
4336
|
-
padding: var(--fui-
|
|
4441
|
+
gap: var(--fui-popup-row-gap, 1px);
|
|
4442
|
+
padding: var(--fui-popup-padding, 0.5rem);
|
|
4337
4443
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03));
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
var(--fui-font-size-sm, 1rem) *
|
|
4444
|
+
--_popup-row-h: calc(
|
|
4445
|
+
var(--fui-popup-item-font-size, 0.857rem) *
|
|
4341
4446
|
var(--fui-line-height-normal, 1.5) +
|
|
4342
|
-
var(--fui-
|
|
4447
|
+
var(--fui-popup-item-padding-block, 0.5rem) * 2 +
|
|
4448
|
+
var(--fui-popup-row-gap, 1px)
|
|
4449
|
+
);
|
|
4450
|
+
--_popup-scroll-max-h: calc(
|
|
4451
|
+
var(--_popup-row-h) *
|
|
4452
|
+
var(--fui-select-max-items, 4.5) - var(--fui-popup-row-gap, 1px) +
|
|
4453
|
+
var(--fui-popup-padding, 0.5rem) * 2 + 2px
|
|
4343
4454
|
);
|
|
4455
|
+
border-color: var(--fui-form-group-border, rgba(0, 0, 0, 0.05));
|
|
4344
4456
|
min-width: var(--anchor-width);
|
|
4345
|
-
max-height:
|
|
4457
|
+
max-height: var(--_popup-scroll-max-h) !important;
|
|
4346
4458
|
overflow-y: auto !important;
|
|
4347
4459
|
opacity: 0;
|
|
4348
4460
|
transform: scale(0.95);
|
|
4349
4461
|
transform-origin: var(--transform-origin);
|
|
4350
4462
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4351
4463
|
}
|
|
4352
|
-
.
|
|
4464
|
+
._popup_1hwb3_231[data-open] {
|
|
4353
4465
|
opacity: 1;
|
|
4354
4466
|
transform: scale(1);
|
|
4355
4467
|
}
|
|
4356
|
-
.
|
|
4468
|
+
._popup_1hwb3_231[data-starting-style], ._popup_1hwb3_231[data-ending-style] {
|
|
4357
4469
|
opacity: 0;
|
|
4358
4470
|
transform: scale(0.95);
|
|
4359
4471
|
}
|
|
4360
4472
|
|
|
4361
|
-
.
|
|
4473
|
+
._item_1hwb3_269 {
|
|
4362
4474
|
appearance: none;
|
|
4363
4475
|
background: transparent;
|
|
4364
4476
|
border: none;
|
|
@@ -4368,45 +4480,46 @@
|
|
|
4368
4480
|
color: inherit;
|
|
4369
4481
|
cursor: pointer;
|
|
4370
4482
|
}
|
|
4371
|
-
.
|
|
4483
|
+
._item_1hwb3_269:disabled {
|
|
4372
4484
|
cursor: not-allowed;
|
|
4373
4485
|
}
|
|
4374
|
-
.
|
|
4486
|
+
._item_1hwb3_269 {
|
|
4375
4487
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
4376
4488
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4377
4489
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
4378
4490
|
color: var(--fui-text-primary, #212121);
|
|
4379
4491
|
-webkit-font-smoothing: antialiased;
|
|
4380
4492
|
-moz-osx-font-smoothing: grayscale;
|
|
4493
|
+
font-size: var(--fui-popup-item-font-size, 0.857rem);
|
|
4381
4494
|
display: flex;
|
|
4382
4495
|
align-items: center;
|
|
4383
4496
|
gap: var(--fui-space-1, 0.5rem);
|
|
4384
4497
|
width: 100%;
|
|
4385
|
-
padding: var(--fui-
|
|
4498
|
+
padding: var(--fui-popup-item-padding-block, 0.5rem) var(--fui-popup-item-padding-inline, 1rem);
|
|
4386
4499
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
4387
4500
|
cursor: pointer;
|
|
4388
4501
|
outline: none;
|
|
4389
4502
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
4390
4503
|
}
|
|
4391
|
-
.
|
|
4504
|
+
._item_1hwb3_269:hover, ._item_1hwb3_269[data-highlighted] {
|
|
4392
4505
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
4393
4506
|
color: var(--fui-text-primary, #212121);
|
|
4394
4507
|
}
|
|
4395
|
-
.
|
|
4508
|
+
._item_1hwb3_269[data-selected] {
|
|
4396
4509
|
background-color: var(--fui-field-selection-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
4397
4510
|
color: var(--fui-field-selection-color, var(--fui-text-primary, #212121));
|
|
4398
4511
|
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, var(--fui-color-accent, #006b57));
|
|
4399
4512
|
}
|
|
4400
|
-
.
|
|
4513
|
+
._item_1hwb3_269[data-selected]:hover, ._item_1hwb3_269[data-selected][data-highlighted] {
|
|
4401
4514
|
background-color: var(--fui-field-selection-bg-hover, rgba(0, 0, 0, 0.04));
|
|
4402
4515
|
}
|
|
4403
|
-
.
|
|
4516
|
+
._item_1hwb3_269[data-disabled] {
|
|
4404
4517
|
opacity: 0.5;
|
|
4405
4518
|
pointer-events: none;
|
|
4406
4519
|
cursor: default;
|
|
4407
4520
|
}
|
|
4408
4521
|
|
|
4409
|
-
.
|
|
4522
|
+
._itemIndicator_1hwb3_318 {
|
|
4410
4523
|
display: flex;
|
|
4411
4524
|
align-items: center;
|
|
4412
4525
|
justify-content: center;
|
|
@@ -4415,12 +4528,12 @@
|
|
|
4415
4528
|
margin-left: auto;
|
|
4416
4529
|
color: var(--fui-color-accent, #006b57);
|
|
4417
4530
|
}
|
|
4418
|
-
.
|
|
4531
|
+
._itemIndicator_1hwb3_318 svg {
|
|
4419
4532
|
width: var(--fui-icon-xs, 0.857rem);
|
|
4420
4533
|
height: var(--fui-icon-xs, 0.857rem);
|
|
4421
4534
|
}
|
|
4422
4535
|
|
|
4423
|
-
.
|
|
4536
|
+
._empty_1hwb3_332 {
|
|
4424
4537
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
4425
4538
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4426
4539
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -4435,13 +4548,13 @@
|
|
|
4435
4548
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
4436
4549
|
}
|
|
4437
4550
|
|
|
4438
|
-
.
|
|
4551
|
+
._group_1hwb3_347:not(:first-child) {
|
|
4439
4552
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
4440
4553
|
padding-top: var(--fui-space-1, 0.5rem);
|
|
4441
4554
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
4442
4555
|
}
|
|
4443
4556
|
|
|
4444
|
-
.
|
|
4557
|
+
._groupLabel_1hwb3_353 {
|
|
4445
4558
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
4446
4559
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
4447
4560
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -4451,22 +4564,22 @@
|
|
|
4451
4564
|
}
|
|
4452
4565
|
|
|
4453
4566
|
@media (prefers-contrast: more) {
|
|
4454
|
-
.
|
|
4567
|
+
._inputWrapper_1hwb3_36 {
|
|
4455
4568
|
border-width: 2px;
|
|
4456
4569
|
border-color: var(--fui-text-primary, #212121);
|
|
4457
4570
|
}
|
|
4458
|
-
.
|
|
4571
|
+
._inputWrapper_1hwb3_36:focus-within {
|
|
4459
4572
|
border-color: var(--fui-color-accent, #006b57);
|
|
4460
4573
|
}
|
|
4461
4574
|
}
|
|
4462
4575
|
@media (prefers-reduced-motion: reduce) {
|
|
4463
|
-
.
|
|
4576
|
+
._inputWrapper_1hwb3_36 {
|
|
4464
4577
|
transition: none;
|
|
4465
4578
|
}
|
|
4466
|
-
.
|
|
4579
|
+
._popup_1hwb3_231 {
|
|
4467
4580
|
transition: none;
|
|
4468
4581
|
}
|
|
4469
|
-
.
|
|
4582
|
+
._trigger_1hwb3_180 svg {
|
|
4470
4583
|
transition: none;
|
|
4471
4584
|
}
|
|
4472
4585
|
}._wrapper_1mlpk_1 {
|
|
@@ -6460,7 +6573,7 @@
|
|
|
6460
6573
|
display: flex;
|
|
6461
6574
|
flex-direction: column;
|
|
6462
6575
|
gap: var(--fui-space-4, 2rem);
|
|
6463
|
-
}.
|
|
6576
|
+
}._root_1sl88_1 {
|
|
6464
6577
|
--fui-sidebar-row-height: var(--fui-sidebar-item-height, 2.2857142857rem);
|
|
6465
6578
|
--fui-sidebar-row-radius: var(--fui-radius-md, 0.429rem);
|
|
6466
6579
|
--fui-sidebar-row-gap: 0.571rem;
|
|
@@ -6493,30 +6606,30 @@
|
|
|
6493
6606
|
flex-shrink: 0;
|
|
6494
6607
|
}
|
|
6495
6608
|
@media (max-width: 767px) {
|
|
6496
|
-
.
|
|
6609
|
+
._root_1sl88_1:not(._mobile_1sl88_34) {
|
|
6497
6610
|
position: fixed;
|
|
6498
6611
|
transform: translateX(-100%);
|
|
6499
6612
|
}
|
|
6500
6613
|
}
|
|
6501
6614
|
|
|
6502
|
-
.
|
|
6615
|
+
._positionRight_1sl88_40 {
|
|
6503
6616
|
border-inline-start: 1px solid var(--fui-sidebar-border, var(--fui-border-default, rgba(0, 0, 0, 0.05)));
|
|
6504
6617
|
border-inline-end: 0;
|
|
6505
6618
|
}
|
|
6506
6619
|
|
|
6507
|
-
.
|
|
6620
|
+
._collapsed_1sl88_45 {
|
|
6508
6621
|
width: var(--sidebar-effective-collapsed-width, var(--sidebar-collapsed-width));
|
|
6509
6622
|
}
|
|
6510
|
-
.
|
|
6511
|
-
.
|
|
6512
|
-
.
|
|
6623
|
+
._collapsed_1sl88_45 ._header_1sl88_48,
|
|
6624
|
+
._collapsed_1sl88_45 ._nav_1sl88_49,
|
|
6625
|
+
._collapsed_1sl88_45 ._footer_1sl88_50 {
|
|
6513
6626
|
padding: var(--fui-space-1, 0.5rem);
|
|
6514
6627
|
}
|
|
6515
|
-
.
|
|
6516
|
-
.
|
|
6628
|
+
._collapsed_1sl88_45 ._header_1sl88_48,
|
|
6629
|
+
._collapsed_1sl88_45 ._footer_1sl88_50 {
|
|
6517
6630
|
justify-content: center;
|
|
6518
6631
|
}
|
|
6519
|
-
.
|
|
6632
|
+
._collapsed_1sl88_45 ._sectionLabel_1sl88_57 {
|
|
6520
6633
|
position: absolute;
|
|
6521
6634
|
width: 1px;
|
|
6522
6635
|
height: 1px;
|
|
@@ -6527,52 +6640,52 @@
|
|
|
6527
6640
|
white-space: nowrap;
|
|
6528
6641
|
border: 0;
|
|
6529
6642
|
}
|
|
6530
|
-
.
|
|
6531
|
-
.
|
|
6532
|
-
.
|
|
6643
|
+
._collapsed_1sl88_45 ._itemLabel_1sl88_68,
|
|
6644
|
+
._collapsed_1sl88_45 ._itemBadge_1sl88_69,
|
|
6645
|
+
._collapsed_1sl88_45 ._itemChevron_1sl88_70 {
|
|
6533
6646
|
display: none;
|
|
6534
6647
|
}
|
|
6535
|
-
.
|
|
6648
|
+
._collapsed_1sl88_45 ._item_1sl88_68 {
|
|
6536
6649
|
justify-content: center;
|
|
6537
6650
|
padding: 0;
|
|
6538
6651
|
min-height: var(--fui-sidebar-row-height);
|
|
6539
6652
|
}
|
|
6540
|
-
.
|
|
6653
|
+
._collapsed_1sl88_45 ._itemIcon_1sl88_78 {
|
|
6541
6654
|
margin: 0;
|
|
6542
6655
|
}
|
|
6543
|
-
.
|
|
6656
|
+
._collapsed_1sl88_45 ._collapseToggle_1sl88_81 {
|
|
6544
6657
|
margin: 0 auto;
|
|
6545
6658
|
}
|
|
6546
6659
|
|
|
6547
|
-
.
|
|
6548
|
-
.
|
|
6549
|
-
.
|
|
6550
|
-
.
|
|
6551
|
-
.
|
|
6552
|
-
.
|
|
6660
|
+
._collapsedNoIcons_1sl88_85 ._header_1sl88_48,
|
|
6661
|
+
._collapsedNoIcons_1sl88_85 ._nav_1sl88_49,
|
|
6662
|
+
._collapsedNoIcons_1sl88_85 ._footer_1sl88_50,
|
|
6663
|
+
._offcanvasCollapsed_1sl88_88 ._header_1sl88_48,
|
|
6664
|
+
._offcanvasCollapsed_1sl88_88 ._nav_1sl88_49,
|
|
6665
|
+
._offcanvasCollapsed_1sl88_88 ._footer_1sl88_50 {
|
|
6553
6666
|
visibility: hidden;
|
|
6554
6667
|
pointer-events: none;
|
|
6555
6668
|
}
|
|
6556
|
-
.
|
|
6557
|
-
.
|
|
6669
|
+
._collapsedNoIcons_1sl88_85 ._collapseToggleFloating_1sl88_94,
|
|
6670
|
+
._offcanvasCollapsed_1sl88_88 ._collapseToggleFloating_1sl88_94 {
|
|
6558
6671
|
visibility: visible;
|
|
6559
6672
|
pointer-events: auto;
|
|
6560
6673
|
}
|
|
6561
6674
|
|
|
6562
|
-
.
|
|
6675
|
+
._collapsedNoIcons_1sl88_85 {
|
|
6563
6676
|
overflow: visible;
|
|
6564
6677
|
}
|
|
6565
6678
|
|
|
6566
|
-
.
|
|
6679
|
+
._offcanvasCollapsed_1sl88_88 {
|
|
6567
6680
|
width: 0;
|
|
6568
6681
|
overflow: visible;
|
|
6569
6682
|
}
|
|
6570
|
-
.
|
|
6683
|
+
._offcanvasCollapsed_1sl88_88 ._rail_1sl88_108 {
|
|
6571
6684
|
visibility: hidden;
|
|
6572
6685
|
pointer-events: none;
|
|
6573
6686
|
}
|
|
6574
6687
|
|
|
6575
|
-
.
|
|
6688
|
+
._mobile_1sl88_34 {
|
|
6576
6689
|
position: fixed;
|
|
6577
6690
|
top: 0;
|
|
6578
6691
|
left: 0;
|
|
@@ -6581,16 +6694,16 @@
|
|
|
6581
6694
|
transition: transform var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
6582
6695
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03));
|
|
6583
6696
|
}
|
|
6584
|
-
.
|
|
6697
|
+
._mobile_1sl88_34._positionRight_1sl88_40 {
|
|
6585
6698
|
left: auto;
|
|
6586
6699
|
right: 0;
|
|
6587
6700
|
transform: translateX(100%);
|
|
6588
6701
|
}
|
|
6589
|
-
.
|
|
6702
|
+
._mobile_1sl88_34[data-state=open] {
|
|
6590
6703
|
transform: translateX(0);
|
|
6591
6704
|
}
|
|
6592
6705
|
|
|
6593
|
-
.
|
|
6706
|
+
._header_1sl88_48 {
|
|
6594
6707
|
display: flex;
|
|
6595
6708
|
align-items: center;
|
|
6596
6709
|
gap: 0.429rem;
|
|
@@ -6599,7 +6712,7 @@
|
|
|
6599
6712
|
min-height: 3rem;
|
|
6600
6713
|
}
|
|
6601
6714
|
|
|
6602
|
-
.
|
|
6715
|
+
._nav_1sl88_49 {
|
|
6603
6716
|
flex: 1;
|
|
6604
6717
|
min-height: 0;
|
|
6605
6718
|
display: flex;
|
|
@@ -6608,16 +6721,16 @@
|
|
|
6608
6721
|
padding: 0.286rem 0.571rem 0.857rem;
|
|
6609
6722
|
}
|
|
6610
6723
|
|
|
6611
|
-
.
|
|
6724
|
+
._navScrollArea_1sl88_149 {
|
|
6612
6725
|
flex: 1;
|
|
6613
6726
|
min-height: 0;
|
|
6614
6727
|
}
|
|
6615
6728
|
|
|
6616
|
-
.
|
|
6729
|
+
._section_1sl88_57:not(:first-child) {
|
|
6617
6730
|
margin-top: 1.286rem;
|
|
6618
6731
|
}
|
|
6619
6732
|
|
|
6620
|
-
.
|
|
6733
|
+
._sectionHeader_1sl88_158 {
|
|
6621
6734
|
display: flex;
|
|
6622
6735
|
align-items: center;
|
|
6623
6736
|
gap: 0.286rem;
|
|
@@ -6625,11 +6738,11 @@
|
|
|
6625
6738
|
padding: 0 0.571rem 0.286rem;
|
|
6626
6739
|
}
|
|
6627
6740
|
|
|
6628
|
-
.
|
|
6741
|
+
._sectionTrigger_1sl88_166 {
|
|
6629
6742
|
flex: 1;
|
|
6630
6743
|
}
|
|
6631
6744
|
|
|
6632
|
-
.
|
|
6745
|
+
._sectionLabel_1sl88_57 {
|
|
6633
6746
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
6634
6747
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
6635
6748
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
@@ -6647,11 +6760,11 @@
|
|
|
6647
6760
|
color: var(--fui-sidebar-faint);
|
|
6648
6761
|
}
|
|
6649
6762
|
|
|
6650
|
-
.
|
|
6763
|
+
._sectionActionWrapper_1sl88_188 {
|
|
6651
6764
|
flex-shrink: 0;
|
|
6652
6765
|
}
|
|
6653
6766
|
|
|
6654
|
-
.
|
|
6767
|
+
._sectionAction_1sl88_188 {
|
|
6655
6768
|
appearance: none;
|
|
6656
6769
|
background: transparent;
|
|
6657
6770
|
border: none;
|
|
@@ -6661,21 +6774,21 @@
|
|
|
6661
6774
|
color: inherit;
|
|
6662
6775
|
cursor: pointer;
|
|
6663
6776
|
}
|
|
6664
|
-
.
|
|
6777
|
+
._sectionAction_1sl88_188:disabled {
|
|
6665
6778
|
cursor: not-allowed;
|
|
6666
6779
|
}
|
|
6667
|
-
.
|
|
6780
|
+
._sectionAction_1sl88_188 {
|
|
6668
6781
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6669
6782
|
}
|
|
6670
|
-
.
|
|
6783
|
+
._sectionAction_1sl88_188:focus-visible {
|
|
6671
6784
|
outline: none;
|
|
6672
6785
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
6673
6786
|
}
|
|
6674
|
-
.
|
|
6787
|
+
._sectionAction_1sl88_188:disabled, ._sectionAction_1sl88_188[data-disabled] {
|
|
6675
6788
|
opacity: 0.5;
|
|
6676
6789
|
pointer-events: none;
|
|
6677
6790
|
}
|
|
6678
|
-
.
|
|
6791
|
+
._sectionAction_1sl88_188 {
|
|
6679
6792
|
display: flex;
|
|
6680
6793
|
align-items: center;
|
|
6681
6794
|
justify-content: center;
|
|
@@ -6684,17 +6797,17 @@
|
|
|
6684
6797
|
border-radius: var(--fui-sidebar-row-radius);
|
|
6685
6798
|
color: var(--fui-sidebar-faint);
|
|
6686
6799
|
}
|
|
6687
|
-
.
|
|
6800
|
+
._sectionAction_1sl88_188:hover {
|
|
6688
6801
|
background-color: var(--fui-sidebar-hover-bg);
|
|
6689
6802
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
6690
6803
|
}
|
|
6691
|
-
.
|
|
6804
|
+
._sectionAction_1sl88_188 svg {
|
|
6692
6805
|
width: var(--fui-sidebar-icon-size);
|
|
6693
6806
|
height: var(--fui-sidebar-icon-size);
|
|
6694
6807
|
}
|
|
6695
6808
|
|
|
6696
|
-
.
|
|
6697
|
-
.
|
|
6809
|
+
._sectionList_1sl88_234,
|
|
6810
|
+
._submenu_1sl88_235 {
|
|
6698
6811
|
list-style: none;
|
|
6699
6812
|
margin: 0;
|
|
6700
6813
|
padding: 0;
|
|
@@ -6703,7 +6816,7 @@
|
|
|
6703
6816
|
gap: 0.143rem;
|
|
6704
6817
|
}
|
|
6705
6818
|
|
|
6706
|
-
.
|
|
6819
|
+
._sectionCollapsible_1sl88_244 ._sectionTrigger_1sl88_166 {
|
|
6707
6820
|
display: flex;
|
|
6708
6821
|
align-items: center;
|
|
6709
6822
|
justify-content: flex-start;
|
|
@@ -6714,32 +6827,32 @@
|
|
|
6714
6827
|
border-radius: var(--fui-sidebar-row-radius);
|
|
6715
6828
|
background: transparent;
|
|
6716
6829
|
}
|
|
6717
|
-
.
|
|
6830
|
+
._sectionCollapsible_1sl88_244 ._sectionTrigger_1sl88_166:hover {
|
|
6718
6831
|
background-color: transparent;
|
|
6719
6832
|
}
|
|
6720
|
-
.
|
|
6833
|
+
._sectionCollapsible_1sl88_244 ._sectionTrigger_1sl88_166:hover ._sectionLabel_1sl88_57 {
|
|
6721
6834
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
6722
6835
|
}
|
|
6723
|
-
.
|
|
6836
|
+
._sectionCollapsible_1sl88_244 ._sectionTrigger_1sl88_166:hover svg {
|
|
6724
6837
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
6725
6838
|
}
|
|
6726
|
-
.
|
|
6839
|
+
._sectionCollapsible_1sl88_244 ._sectionTrigger_1sl88_166 svg {
|
|
6727
6840
|
width: 10px;
|
|
6728
6841
|
height: 10px;
|
|
6729
6842
|
color: var(--fui-sidebar-faint);
|
|
6730
6843
|
}
|
|
6731
6844
|
|
|
6732
|
-
.
|
|
6733
|
-
.
|
|
6734
|
-
.
|
|
6845
|
+
._itemWrapper_1sl88_270,
|
|
6846
|
+
._subItemWrapper_1sl88_271,
|
|
6847
|
+
._submenuWrapper_1sl88_272 {
|
|
6735
6848
|
list-style: none;
|
|
6736
6849
|
}
|
|
6737
6850
|
|
|
6738
|
-
.
|
|
6851
|
+
._itemWrapper_1sl88_270 {
|
|
6739
6852
|
width: 100%;
|
|
6740
6853
|
}
|
|
6741
6854
|
|
|
6742
|
-
.
|
|
6855
|
+
._item_1sl88_68 {
|
|
6743
6856
|
appearance: none;
|
|
6744
6857
|
background: transparent;
|
|
6745
6858
|
border: none;
|
|
@@ -6749,21 +6862,21 @@
|
|
|
6749
6862
|
color: inherit;
|
|
6750
6863
|
cursor: pointer;
|
|
6751
6864
|
}
|
|
6752
|
-
.
|
|
6865
|
+
._item_1sl88_68:disabled {
|
|
6753
6866
|
cursor: not-allowed;
|
|
6754
6867
|
}
|
|
6755
|
-
.
|
|
6868
|
+
._item_1sl88_68 {
|
|
6756
6869
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6757
6870
|
}
|
|
6758
|
-
.
|
|
6871
|
+
._item_1sl88_68:focus-visible {
|
|
6759
6872
|
outline: none;
|
|
6760
6873
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
6761
6874
|
}
|
|
6762
|
-
.
|
|
6875
|
+
._item_1sl88_68:disabled, ._item_1sl88_68[data-disabled] {
|
|
6763
6876
|
opacity: 0.5;
|
|
6764
6877
|
pointer-events: none;
|
|
6765
6878
|
}
|
|
6766
|
-
.
|
|
6879
|
+
._item_1sl88_68 {
|
|
6767
6880
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
6768
6881
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
6769
6882
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -6786,22 +6899,22 @@
|
|
|
6786
6899
|
outline-offset: -1px;
|
|
6787
6900
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6788
6901
|
}
|
|
6789
|
-
.
|
|
6902
|
+
._item_1sl88_68:hover:not(._itemDisabled_1sl88_327) {
|
|
6790
6903
|
background-color: var(--fui-sidebar-hover-bg);
|
|
6791
6904
|
color: var(--fui-sidebar-item-hover-color, var(--fui-text-primary, #212121));
|
|
6792
6905
|
text-decoration: none;
|
|
6793
6906
|
}
|
|
6794
|
-
.
|
|
6907
|
+
._item_1sl88_68:active:not(._itemDisabled_1sl88_327) {
|
|
6795
6908
|
background-color: var(--fui-sidebar-active-bg);
|
|
6796
6909
|
}
|
|
6797
6910
|
|
|
6798
|
-
.
|
|
6911
|
+
._itemActive_1sl88_336 {
|
|
6799
6912
|
background-color: var(--fui-sidebar-active-bg);
|
|
6800
6913
|
border-color: var(--fui-sidebar-active-border);
|
|
6801
6914
|
color: var(--fui-sidebar-item-active-color, var(--fui-text-primary, #212121));
|
|
6802
6915
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
6803
6916
|
}
|
|
6804
|
-
.
|
|
6917
|
+
._itemActive_1sl88_336::before {
|
|
6805
6918
|
content: "";
|
|
6806
6919
|
position: absolute;
|
|
6807
6920
|
left: -0.571rem;
|
|
@@ -6811,23 +6924,23 @@
|
|
|
6811
6924
|
border-radius: 0 2px 2px 0;
|
|
6812
6925
|
background: var(--fui-sidebar-item-active-indicator, var(--fui-color-accent, #006b57));
|
|
6813
6926
|
}
|
|
6814
|
-
.
|
|
6927
|
+
._itemActive_1sl88_336:hover, ._itemActive_1sl88_336:active {
|
|
6815
6928
|
background-color: var(--fui-sidebar-active-bg) !important;
|
|
6816
6929
|
border-color: var(--fui-sidebar-active-border) !important;
|
|
6817
6930
|
color: var(--fui-sidebar-item-active-color, var(--fui-text-primary, #212121)) !important;
|
|
6818
6931
|
text-decoration: none;
|
|
6819
6932
|
}
|
|
6820
|
-
.
|
|
6933
|
+
._itemActive_1sl88_336 ._itemIcon_1sl88_78 {
|
|
6821
6934
|
color: inherit;
|
|
6822
6935
|
}
|
|
6823
6936
|
|
|
6824
|
-
.
|
|
6825
|
-
.
|
|
6937
|
+
._itemDisabled_1sl88_327,
|
|
6938
|
+
._subItemDisabled_1sl88_363 {
|
|
6826
6939
|
opacity: 0.46;
|
|
6827
6940
|
cursor: not-allowed;
|
|
6828
6941
|
}
|
|
6829
6942
|
|
|
6830
|
-
.
|
|
6943
|
+
._itemIcon_1sl88_78 {
|
|
6831
6944
|
display: flex;
|
|
6832
6945
|
align-items: center;
|
|
6833
6946
|
justify-content: center;
|
|
@@ -6836,18 +6949,18 @@
|
|
|
6836
6949
|
flex-shrink: 0;
|
|
6837
6950
|
color: var(--fui-sidebar-faint);
|
|
6838
6951
|
}
|
|
6839
|
-
.
|
|
6952
|
+
._itemIcon_1sl88_78 svg {
|
|
6840
6953
|
width: var(--fui-sidebar-icon-size);
|
|
6841
6954
|
height: var(--fui-sidebar-icon-size);
|
|
6842
6955
|
}
|
|
6843
|
-
.
|
|
6956
|
+
._item_1sl88_68:hover:not(._itemDisabled_1sl88_327) ._itemIcon_1sl88_78 {
|
|
6844
6957
|
color: var(--fui-sidebar-muted);
|
|
6845
6958
|
}
|
|
6846
|
-
.
|
|
6959
|
+
._itemActive_1sl88_336 ._itemIcon_1sl88_78 {
|
|
6847
6960
|
color: var(--fui-sidebar-item-active-color, var(--fui-text-primary, #212121));
|
|
6848
6961
|
}
|
|
6849
6962
|
|
|
6850
|
-
.
|
|
6963
|
+
._itemLabel_1sl88_68 {
|
|
6851
6964
|
flex: 1;
|
|
6852
6965
|
text-align: left;
|
|
6853
6966
|
white-space: nowrap;
|
|
@@ -6856,7 +6969,12 @@
|
|
|
6856
6969
|
padding-top: 0.071rem;
|
|
6857
6970
|
}
|
|
6858
6971
|
|
|
6859
|
-
.
|
|
6972
|
+
._itemMultiline_1sl88_397 ._itemLabel_1sl88_68 {
|
|
6973
|
+
white-space: normal;
|
|
6974
|
+
min-width: 0;
|
|
6975
|
+
}
|
|
6976
|
+
|
|
6977
|
+
._itemBadge_1sl88_69 {
|
|
6860
6978
|
display: flex;
|
|
6861
6979
|
align-items: center;
|
|
6862
6980
|
justify-content: center;
|
|
@@ -6864,7 +6982,7 @@
|
|
|
6864
6982
|
margin-left: auto;
|
|
6865
6983
|
}
|
|
6866
6984
|
|
|
6867
|
-
.
|
|
6985
|
+
._itemChevron_1sl88_70 {
|
|
6868
6986
|
display: flex;
|
|
6869
6987
|
align-items: center;
|
|
6870
6988
|
justify-content: center;
|
|
@@ -6873,27 +6991,27 @@
|
|
|
6873
6991
|
flex-shrink: 0;
|
|
6874
6992
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6875
6993
|
}
|
|
6876
|
-
.
|
|
6994
|
+
._itemChevron_1sl88_70 svg {
|
|
6877
6995
|
width: var(--fui-sidebar-icon-size);
|
|
6878
6996
|
height: var(--fui-sidebar-icon-size);
|
|
6879
6997
|
}
|
|
6880
6998
|
|
|
6881
|
-
.
|
|
6999
|
+
._itemExpanded_1sl88_424 ._itemChevron_1sl88_70 {
|
|
6882
7000
|
transform: rotate(90deg);
|
|
6883
7001
|
}
|
|
6884
7002
|
|
|
6885
|
-
.
|
|
7003
|
+
._submenu_1sl88_235 {
|
|
6886
7004
|
padding-left: 1.714rem;
|
|
6887
7005
|
overflow: hidden;
|
|
6888
7006
|
max-height: 0;
|
|
6889
7007
|
transition: max-height var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
6890
7008
|
}
|
|
6891
7009
|
|
|
6892
|
-
.
|
|
7010
|
+
._itemExpanded_1sl88_424 + ._submenuWrapper_1sl88_272 ._submenu_1sl88_235 {
|
|
6893
7011
|
max-height: 500px;
|
|
6894
7012
|
}
|
|
6895
7013
|
|
|
6896
|
-
.
|
|
7014
|
+
._subItem_1sl88_271 {
|
|
6897
7015
|
appearance: none;
|
|
6898
7016
|
background: transparent;
|
|
6899
7017
|
border: none;
|
|
@@ -6903,21 +7021,21 @@
|
|
|
6903
7021
|
color: inherit;
|
|
6904
7022
|
cursor: pointer;
|
|
6905
7023
|
}
|
|
6906
|
-
.
|
|
7024
|
+
._subItem_1sl88_271:disabled {
|
|
6907
7025
|
cursor: not-allowed;
|
|
6908
7026
|
}
|
|
6909
|
-
.
|
|
7027
|
+
._subItem_1sl88_271 {
|
|
6910
7028
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6911
7029
|
}
|
|
6912
|
-
.
|
|
7030
|
+
._subItem_1sl88_271:focus-visible {
|
|
6913
7031
|
outline: none;
|
|
6914
7032
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
6915
7033
|
}
|
|
6916
|
-
.
|
|
7034
|
+
._subItem_1sl88_271:disabled, ._subItem_1sl88_271[data-disabled] {
|
|
6917
7035
|
opacity: 0.5;
|
|
6918
7036
|
pointer-events: none;
|
|
6919
7037
|
}
|
|
6920
|
-
.
|
|
7038
|
+
._subItem_1sl88_271 {
|
|
6921
7039
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
6922
7040
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
6923
7041
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -6934,7 +7052,7 @@
|
|
|
6934
7052
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
6935
7053
|
position: relative;
|
|
6936
7054
|
}
|
|
6937
|
-
.
|
|
7055
|
+
._subItem_1sl88_271::before {
|
|
6938
7056
|
content: "";
|
|
6939
7057
|
position: absolute;
|
|
6940
7058
|
left: 0;
|
|
@@ -6946,24 +7064,24 @@
|
|
|
6946
7064
|
border-radius: var(--fui-radius-full, 9999px);
|
|
6947
7065
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6948
7066
|
}
|
|
6949
|
-
.
|
|
7067
|
+
._subItem_1sl88_271:hover:not(._subItemDisabled_1sl88_363) {
|
|
6950
7068
|
background-color: var(--fui-sidebar-hover-bg);
|
|
6951
7069
|
color: var(--fui-sidebar-item-hover-color, var(--fui-text-primary, #212121));
|
|
6952
7070
|
text-decoration: none;
|
|
6953
7071
|
}
|
|
6954
|
-
.
|
|
7072
|
+
._subItem_1sl88_271:active:not(._subItemDisabled_1sl88_363) {
|
|
6955
7073
|
background-color: var(--fui-sidebar-active-bg);
|
|
6956
7074
|
}
|
|
6957
7075
|
|
|
6958
|
-
.
|
|
7076
|
+
._subItemActive_1sl88_501 {
|
|
6959
7077
|
color: var(--fui-sidebar-item-active-color, var(--fui-text-primary, #212121));
|
|
6960
7078
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
6961
7079
|
}
|
|
6962
|
-
.
|
|
7080
|
+
._subItemActive_1sl88_501::before {
|
|
6963
7081
|
background-color: var(--fui-sidebar-item-active-indicator, var(--fui-border-strong, rgba(0, 0, 0, 0.1)));
|
|
6964
7082
|
}
|
|
6965
7083
|
|
|
6966
|
-
.
|
|
7084
|
+
._footer_1sl88_50 {
|
|
6967
7085
|
display: flex;
|
|
6968
7086
|
flex-direction: column;
|
|
6969
7087
|
gap: 0.571rem;
|
|
@@ -6973,7 +7091,7 @@
|
|
|
6973
7091
|
border-top: 1px solid var(--fui-sidebar-footer-border, color-mix(in srgb, var(--fui-border-default, rgba(0, 0, 0, 0.05)) 58%, transparent));
|
|
6974
7092
|
}
|
|
6975
7093
|
|
|
6976
|
-
.
|
|
7094
|
+
._trigger_1sl88_519 {
|
|
6977
7095
|
appearance: none;
|
|
6978
7096
|
background: transparent;
|
|
6979
7097
|
border: none;
|
|
@@ -6983,21 +7101,21 @@
|
|
|
6983
7101
|
color: inherit;
|
|
6984
7102
|
cursor: pointer;
|
|
6985
7103
|
}
|
|
6986
|
-
.
|
|
7104
|
+
._trigger_1sl88_519:disabled {
|
|
6987
7105
|
cursor: not-allowed;
|
|
6988
7106
|
}
|
|
6989
|
-
.
|
|
7107
|
+
._trigger_1sl88_519 {
|
|
6990
7108
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
6991
7109
|
}
|
|
6992
|
-
.
|
|
7110
|
+
._trigger_1sl88_519:focus-visible {
|
|
6993
7111
|
outline: none;
|
|
6994
7112
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
6995
7113
|
}
|
|
6996
|
-
.
|
|
7114
|
+
._trigger_1sl88_519:disabled, ._trigger_1sl88_519[data-disabled] {
|
|
6997
7115
|
opacity: 0.5;
|
|
6998
7116
|
pointer-events: none;
|
|
6999
7117
|
}
|
|
7000
|
-
.
|
|
7118
|
+
._trigger_1sl88_519 {
|
|
7001
7119
|
display: flex;
|
|
7002
7120
|
align-items: center;
|
|
7003
7121
|
justify-content: center;
|
|
@@ -7006,15 +7124,15 @@
|
|
|
7006
7124
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
7007
7125
|
color: var(--fui-text-primary, #212121);
|
|
7008
7126
|
}
|
|
7009
|
-
.
|
|
7127
|
+
._trigger_1sl88_519:hover {
|
|
7010
7128
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
7011
7129
|
}
|
|
7012
|
-
.
|
|
7130
|
+
._trigger_1sl88_519 svg {
|
|
7013
7131
|
width: 1.714rem;
|
|
7014
7132
|
height: 1.714rem;
|
|
7015
7133
|
}
|
|
7016
7134
|
|
|
7017
|
-
.
|
|
7135
|
+
._overlay_1sl88_560 {
|
|
7018
7136
|
position: fixed;
|
|
7019
7137
|
inset: 0;
|
|
7020
7138
|
z-index: 50;
|
|
@@ -7022,11 +7140,11 @@
|
|
|
7022
7140
|
opacity: 0;
|
|
7023
7141
|
transition: opacity var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
7024
7142
|
}
|
|
7025
|
-
.
|
|
7143
|
+
._overlay_1sl88_560[data-state=open] {
|
|
7026
7144
|
opacity: 1;
|
|
7027
7145
|
}
|
|
7028
7146
|
|
|
7029
|
-
.
|
|
7147
|
+
._collapseToggle_1sl88_81 {
|
|
7030
7148
|
appearance: none;
|
|
7031
7149
|
background: transparent;
|
|
7032
7150
|
border: none;
|
|
@@ -7036,21 +7154,21 @@
|
|
|
7036
7154
|
color: inherit;
|
|
7037
7155
|
cursor: pointer;
|
|
7038
7156
|
}
|
|
7039
|
-
.
|
|
7157
|
+
._collapseToggle_1sl88_81:disabled {
|
|
7040
7158
|
cursor: not-allowed;
|
|
7041
7159
|
}
|
|
7042
|
-
.
|
|
7160
|
+
._collapseToggle_1sl88_81 {
|
|
7043
7161
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
7044
7162
|
}
|
|
7045
|
-
.
|
|
7163
|
+
._collapseToggle_1sl88_81:focus-visible {
|
|
7046
7164
|
outline: none;
|
|
7047
7165
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
7048
7166
|
}
|
|
7049
|
-
.
|
|
7167
|
+
._collapseToggle_1sl88_81:disabled, ._collapseToggle_1sl88_81[data-disabled] {
|
|
7050
7168
|
opacity: 0.5;
|
|
7051
7169
|
pointer-events: none;
|
|
7052
7170
|
}
|
|
7053
|
-
.
|
|
7171
|
+
._collapseToggle_1sl88_81 {
|
|
7054
7172
|
display: flex;
|
|
7055
7173
|
align-items: center;
|
|
7056
7174
|
justify-content: center;
|
|
@@ -7060,16 +7178,16 @@
|
|
|
7060
7178
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
7061
7179
|
margin-left: auto;
|
|
7062
7180
|
}
|
|
7063
|
-
.
|
|
7181
|
+
._collapseToggle_1sl88_81:hover {
|
|
7064
7182
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
7065
7183
|
color: var(--fui-text-primary, #212121);
|
|
7066
7184
|
}
|
|
7067
|
-
.
|
|
7185
|
+
._collapseToggle_1sl88_81 svg {
|
|
7068
7186
|
width: 1.429rem;
|
|
7069
7187
|
height: 1.429rem;
|
|
7070
7188
|
}
|
|
7071
7189
|
|
|
7072
|
-
.
|
|
7190
|
+
._collapseToggleFloating_1sl88_94 {
|
|
7073
7191
|
position: absolute;
|
|
7074
7192
|
top: var(--fui-space-3, 1.5rem);
|
|
7075
7193
|
left: calc(100% + var(--fui-space-2, 1rem));
|
|
@@ -7079,12 +7197,12 @@
|
|
|
7079
7197
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
7080
7198
|
box-shadow: var(--fui-shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.02));
|
|
7081
7199
|
}
|
|
7082
|
-
.
|
|
7200
|
+
._positionRight_1sl88_40 ._collapseToggleFloating_1sl88_94 {
|
|
7083
7201
|
left: auto;
|
|
7084
7202
|
right: calc(100% + var(--fui-space-2, 1rem));
|
|
7085
7203
|
}
|
|
7086
7204
|
|
|
7087
|
-
.
|
|
7205
|
+
._rail_1sl88_108 {
|
|
7088
7206
|
appearance: none;
|
|
7089
7207
|
background: transparent;
|
|
7090
7208
|
border: none;
|
|
@@ -7094,10 +7212,10 @@
|
|
|
7094
7212
|
color: inherit;
|
|
7095
7213
|
cursor: pointer;
|
|
7096
7214
|
}
|
|
7097
|
-
.
|
|
7215
|
+
._rail_1sl88_108:disabled {
|
|
7098
7216
|
cursor: not-allowed;
|
|
7099
7217
|
}
|
|
7100
|
-
.
|
|
7218
|
+
._rail_1sl88_108 {
|
|
7101
7219
|
position: absolute;
|
|
7102
7220
|
top: 0;
|
|
7103
7221
|
right: 0;
|
|
@@ -7105,11 +7223,11 @@
|
|
|
7105
7223
|
height: 100%;
|
|
7106
7224
|
z-index: 10;
|
|
7107
7225
|
}
|
|
7108
|
-
.
|
|
7226
|
+
._positionRight_1sl88_40 ._rail_1sl88_108 {
|
|
7109
7227
|
right: auto;
|
|
7110
7228
|
left: 0;
|
|
7111
7229
|
}
|
|
7112
|
-
.
|
|
7230
|
+
._rail_1sl88_108::before {
|
|
7113
7231
|
content: "";
|
|
7114
7232
|
position: absolute;
|
|
7115
7233
|
top: 50%;
|
|
@@ -7122,30 +7240,30 @@
|
|
|
7122
7240
|
opacity: 0;
|
|
7123
7241
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), height var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
7124
7242
|
}
|
|
7125
|
-
.
|
|
7243
|
+
._positionRight_1sl88_40 ._rail_1sl88_108::before {
|
|
7126
7244
|
right: auto;
|
|
7127
7245
|
left: 4px;
|
|
7128
7246
|
}
|
|
7129
|
-
.
|
|
7247
|
+
._rail_1sl88_108:hover::before, ._rail_1sl88_108:focus-visible::before {
|
|
7130
7248
|
opacity: 1;
|
|
7131
7249
|
background-color: var(--fui-border-strong, rgba(0, 0, 0, 0.1));
|
|
7132
7250
|
}
|
|
7133
|
-
.
|
|
7251
|
+
._rail_1sl88_108:hover::before {
|
|
7134
7252
|
height: 4rem;
|
|
7135
7253
|
}
|
|
7136
7254
|
|
|
7137
|
-
.
|
|
7255
|
+
._railCollapsed_1sl88_680::before {
|
|
7138
7256
|
opacity: 0.7;
|
|
7139
7257
|
}
|
|
7140
7258
|
|
|
7141
|
-
.
|
|
7259
|
+
._menuSkeleton_1sl88_684 {
|
|
7142
7260
|
display: flex;
|
|
7143
7261
|
flex-direction: column;
|
|
7144
7262
|
gap: var(--fui-space-2, 1rem);
|
|
7145
7263
|
padding: var(--fui-space-2, 1rem);
|
|
7146
7264
|
}
|
|
7147
7265
|
|
|
7148
|
-
.
|
|
7266
|
+
._skeletonItem_1sl88_691 {
|
|
7149
7267
|
display: flex;
|
|
7150
7268
|
align-items: center;
|
|
7151
7269
|
gap: var(--fui-space-2, 1rem);
|
|
@@ -7153,18 +7271,18 @@
|
|
|
7153
7271
|
min-height: var(--fui-sidebar-item-height, 2.2857142857rem);
|
|
7154
7272
|
}
|
|
7155
7273
|
|
|
7156
|
-
.
|
|
7274
|
+
._skeletonLabel_1sl88_699 {
|
|
7157
7275
|
flex: 1;
|
|
7158
7276
|
}
|
|
7159
7277
|
|
|
7160
7278
|
@media (prefers-reduced-motion: reduce) {
|
|
7161
|
-
.
|
|
7162
|
-
.
|
|
7163
|
-
.
|
|
7164
|
-
.
|
|
7165
|
-
.
|
|
7166
|
-
.
|
|
7167
|
-
.
|
|
7279
|
+
._root_1sl88_1,
|
|
7280
|
+
._mobile_1sl88_34,
|
|
7281
|
+
._overlay_1sl88_560,
|
|
7282
|
+
._submenu_1sl88_235,
|
|
7283
|
+
._itemChevron_1sl88_70,
|
|
7284
|
+
._rail_1sl88_108::before,
|
|
7285
|
+
._subItem_1sl88_271::before {
|
|
7168
7286
|
transition: none;
|
|
7169
7287
|
}
|
|
7170
7288
|
}._root_nkqnt_1 {
|
|
@@ -8181,13 +8299,13 @@
|
|
|
8181
8299
|
|
|
8182
8300
|
._description_1wv9j_19 {
|
|
8183
8301
|
max-width: 68ch;
|
|
8184
|
-
}.
|
|
8302
|
+
}._text_1159j_1 {
|
|
8185
8303
|
font-family: var(--fui-font-sans, "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
|
|
8186
8304
|
color: var(--fui-text-primary, #212121);
|
|
8187
8305
|
margin: 0;
|
|
8188
8306
|
}
|
|
8189
8307
|
|
|
8190
|
-
._variant-section-
|
|
8308
|
+
._variant-section-label_1159j_7 {
|
|
8191
8309
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
8192
8310
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8193
8311
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
@@ -8197,90 +8315,102 @@
|
|
|
8197
8315
|
letter-spacing: var(--fui-letter-spacing-wide, 0.05em);
|
|
8198
8316
|
}
|
|
8199
8317
|
|
|
8200
|
-
._size-
|
|
8318
|
+
._size-2xs_1159j_17 {
|
|
8201
8319
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
8202
8320
|
}
|
|
8203
8321
|
|
|
8204
|
-
._size-
|
|
8322
|
+
._size-xs_1159j_21 {
|
|
8205
8323
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
8206
8324
|
}
|
|
8207
8325
|
|
|
8208
|
-
._size-
|
|
8326
|
+
._size-sm_1159j_25 {
|
|
8209
8327
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
8210
8328
|
}
|
|
8211
8329
|
|
|
8212
|
-
._size-
|
|
8330
|
+
._size-base_1159j_29 {
|
|
8213
8331
|
font-size: var(--fui-font-size-base, 1rem);
|
|
8214
8332
|
}
|
|
8215
8333
|
|
|
8216
|
-
._size-
|
|
8334
|
+
._size-md_1159j_33 {
|
|
8217
8335
|
font-size: var(--fui-font-size-md, 1.071rem);
|
|
8218
8336
|
}
|
|
8219
8337
|
|
|
8220
|
-
._size-
|
|
8338
|
+
._size-lg_1159j_37 {
|
|
8221
8339
|
font-size: var(--fui-font-size-lg, 1.429rem);
|
|
8222
8340
|
}
|
|
8223
8341
|
|
|
8224
|
-
._size-
|
|
8342
|
+
._size-xl_1159j_41 {
|
|
8225
8343
|
font-size: var(--fui-font-size-xl, 1.714rem);
|
|
8226
8344
|
}
|
|
8227
8345
|
|
|
8228
|
-
._size-
|
|
8346
|
+
._size-2xl_1159j_45 {
|
|
8229
8347
|
font-size: var(--fui-font-size-2xl, 2.143rem);
|
|
8230
8348
|
}
|
|
8231
8349
|
|
|
8232
|
-
._size-
|
|
8350
|
+
._size-3xl_1159j_49 {
|
|
8233
8351
|
font-size: var(--fui-font-size-3xl, 2.571rem);
|
|
8234
8352
|
line-height: var(--fui-line-height-display, 1.1);
|
|
8235
8353
|
letter-spacing: var(--fui-letter-spacing-display, 0);
|
|
8236
8354
|
}
|
|
8237
8355
|
|
|
8238
|
-
._size-
|
|
8356
|
+
._size-4xl_1159j_55 {
|
|
8239
8357
|
font-size: var(--fui-font-size-4xl, 3.429rem);
|
|
8240
8358
|
line-height: var(--fui-line-height-display, 1.1);
|
|
8241
8359
|
letter-spacing: var(--fui-letter-spacing-display, 0);
|
|
8242
8360
|
}
|
|
8243
8361
|
|
|
8244
|
-
._weight-
|
|
8362
|
+
._weight-normal_1159j_61 {
|
|
8245
8363
|
font-weight: var(--fui-font-weight-normal, 400);
|
|
8246
8364
|
}
|
|
8247
8365
|
|
|
8248
|
-
._weight-
|
|
8366
|
+
._weight-medium_1159j_65 {
|
|
8249
8367
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
8250
8368
|
}
|
|
8251
8369
|
|
|
8252
|
-
._weight-
|
|
8370
|
+
._weight-semibold_1159j_69 {
|
|
8253
8371
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
8254
8372
|
}
|
|
8255
8373
|
|
|
8256
|
-
._weight-
|
|
8374
|
+
._weight-bold_1159j_73 {
|
|
8257
8375
|
font-weight: var(--fui-font-weight-bold, 700);
|
|
8258
8376
|
}
|
|
8259
8377
|
|
|
8260
|
-
._color-
|
|
8378
|
+
._color-primary_1159j_77 {
|
|
8261
8379
|
color: var(--fui-text-primary, #212121);
|
|
8262
8380
|
}
|
|
8263
8381
|
|
|
8264
|
-
._color-
|
|
8382
|
+
._color-secondary_1159j_81 {
|
|
8265
8383
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
8266
8384
|
}
|
|
8267
8385
|
|
|
8268
|
-
._color-
|
|
8269
|
-
._color-
|
|
8386
|
+
._color-tertiary_1159j_85,
|
|
8387
|
+
._color-muted_1159j_86 {
|
|
8270
8388
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
8271
8389
|
}
|
|
8272
8390
|
|
|
8273
|
-
.
|
|
8391
|
+
._color-success_1159j_90 {
|
|
8392
|
+
color: var(--fui-color-success, #7fc9b3);
|
|
8393
|
+
}
|
|
8394
|
+
|
|
8395
|
+
._color-warning_1159j_94 {
|
|
8396
|
+
color: var(--fui-color-warning, #e0aa5c);
|
|
8397
|
+
}
|
|
8398
|
+
|
|
8399
|
+
._color-danger_1159j_98 {
|
|
8400
|
+
color: var(--fui-color-danger, #d97066);
|
|
8401
|
+
}
|
|
8402
|
+
|
|
8403
|
+
._mono_1159j_102 {
|
|
8274
8404
|
font-family: var(--fui-font-mono, "JetBrains Mono Variable", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace);
|
|
8275
8405
|
}
|
|
8276
8406
|
|
|
8277
|
-
.
|
|
8407
|
+
._truncate_1159j_106 {
|
|
8278
8408
|
overflow: hidden;
|
|
8279
8409
|
text-overflow: ellipsis;
|
|
8280
8410
|
white-space: nowrap;
|
|
8281
8411
|
}
|
|
8282
8412
|
|
|
8283
|
-
.
|
|
8413
|
+
._lineClamp_1159j_112 {
|
|
8284
8414
|
display: -webkit-box;
|
|
8285
8415
|
-webkit-box-orient: vertical;
|
|
8286
8416
|
-webkit-line-clamp: var(--fui-line-clamp, 2);
|
|
@@ -8288,23 +8418,23 @@
|
|
|
8288
8418
|
text-overflow: ellipsis;
|
|
8289
8419
|
}
|
|
8290
8420
|
|
|
8291
|
-
._tracking-
|
|
8421
|
+
._tracking-normal_1159j_120 {
|
|
8292
8422
|
letter-spacing: var(--fui-letter-spacing-normal, normal);
|
|
8293
8423
|
}
|
|
8294
8424
|
|
|
8295
|
-
._tracking-
|
|
8425
|
+
._tracking-tight_1159j_124 {
|
|
8296
8426
|
letter-spacing: var(--fui-letter-spacing-tight, 0);
|
|
8297
8427
|
}
|
|
8298
8428
|
|
|
8299
|
-
._tracking-
|
|
8429
|
+
._tracking-tighter_1159j_128 {
|
|
8300
8430
|
letter-spacing: var(--fui-letter-spacing-display, 0);
|
|
8301
8431
|
}
|
|
8302
8432
|
|
|
8303
|
-
._tracking-
|
|
8433
|
+
._tracking-tightest_1159j_132 {
|
|
8304
8434
|
letter-spacing: var(--fui-letter-spacing-display, 0);
|
|
8305
8435
|
}
|
|
8306
8436
|
|
|
8307
|
-
.
|
|
8437
|
+
._tabularNums_1159j_136 {
|
|
8308
8438
|
font-variant-numeric: tabular-nums;
|
|
8309
8439
|
}._group_138yl_1 {
|
|
8310
8440
|
display: flex;
|
|
@@ -9256,7 +9386,7 @@
|
|
|
9256
9386
|
._preset_8uzqf_406 {
|
|
9257
9387
|
transition: none;
|
|
9258
9388
|
}
|
|
9259
|
-
}.
|
|
9389
|
+
}._prompt_1wo4v_1 {
|
|
9260
9390
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
9261
9391
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
9262
9392
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
@@ -9266,43 +9396,43 @@
|
|
|
9266
9396
|
overflow: hidden;
|
|
9267
9397
|
position: relative;
|
|
9268
9398
|
}
|
|
9269
|
-
.
|
|
9399
|
+
._prompt_1wo4v_1::before, ._prompt_1wo4v_1::after {
|
|
9270
9400
|
content: "";
|
|
9271
9401
|
position: absolute;
|
|
9272
9402
|
inset: 0;
|
|
9273
9403
|
border-radius: inherit;
|
|
9274
9404
|
pointer-events: none;
|
|
9275
9405
|
}
|
|
9276
|
-
.
|
|
9406
|
+
._prompt_1wo4v_1::before {
|
|
9277
9407
|
inset: -1px;
|
|
9278
9408
|
z-index: 0;
|
|
9279
9409
|
background: conic-gradient(from var(--beam-angle, 0deg) at 50% 50%, transparent 0%, transparent 25%, var(--fui-color-accent, #006b57) 45%, transparent 50%, transparent 55%, color-mix(in srgb, var(--fui-color-accent, #006b57) 40%, transparent) 70%, transparent 75%, transparent 100%);
|
|
9280
|
-
animation: _beam-
|
|
9410
|
+
animation: _beam-rotate_1wo4v_1 4s linear infinite;
|
|
9281
9411
|
opacity: 0.6;
|
|
9282
9412
|
transition: opacity var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1));
|
|
9283
9413
|
}
|
|
9284
|
-
.
|
|
9414
|
+
._prompt_1wo4v_1::after {
|
|
9285
9415
|
inset: 1px;
|
|
9286
9416
|
z-index: 1;
|
|
9287
9417
|
background: var(--fui-bg-elevated, #ffffff);
|
|
9288
9418
|
}
|
|
9289
|
-
.
|
|
9419
|
+
._prompt_1wo4v_1 > * {
|
|
9290
9420
|
position: relative;
|
|
9291
9421
|
z-index: 2;
|
|
9292
9422
|
}
|
|
9293
|
-
.
|
|
9423
|
+
._prompt_1wo4v_1:focus-within::before {
|
|
9294
9424
|
opacity: 1;
|
|
9295
9425
|
}
|
|
9296
|
-
.
|
|
9426
|
+
._prompt_1wo4v_1[data-disabled] {
|
|
9297
9427
|
opacity: 0.5;
|
|
9298
9428
|
pointer-events: none;
|
|
9299
9429
|
}
|
|
9300
|
-
.
|
|
9430
|
+
._prompt_1wo4v_1[data-disabled]::before {
|
|
9301
9431
|
animation-play-state: paused;
|
|
9302
9432
|
opacity: 0.2;
|
|
9303
9433
|
}
|
|
9304
9434
|
|
|
9305
|
-
@keyframes _beam-
|
|
9435
|
+
@keyframes _beam-rotate_1wo4v_1 {
|
|
9306
9436
|
from {
|
|
9307
9437
|
--beam-angle: 0deg;
|
|
9308
9438
|
}
|
|
@@ -9315,7 +9445,7 @@
|
|
|
9315
9445
|
initial-value: 0deg;
|
|
9316
9446
|
inherits: false;
|
|
9317
9447
|
}
|
|
9318
|
-
.
|
|
9448
|
+
._fixed_1wo4v_60 {
|
|
9319
9449
|
position: fixed;
|
|
9320
9450
|
bottom: var(--fui-space-4, 2rem);
|
|
9321
9451
|
left: 50%;
|
|
@@ -9326,7 +9456,7 @@
|
|
|
9326
9456
|
box-shadow: var(--fui-shadow-lg, 0 8px 12px -3px rgba(0, 0, 0, 0.06), 0 3px 5px -4px rgba(0, 0, 0, 0.04));
|
|
9327
9457
|
}
|
|
9328
9458
|
|
|
9329
|
-
.
|
|
9459
|
+
._sticky_1wo4v_71 {
|
|
9330
9460
|
position: fixed;
|
|
9331
9461
|
bottom: var(--fui-space-4, 2rem);
|
|
9332
9462
|
left: var(--fui-prompt-inset-left, 0);
|
|
@@ -9341,7 +9471,108 @@
|
|
|
9341
9471
|
transform: translateX(-50%);
|
|
9342
9472
|
}
|
|
9343
9473
|
|
|
9344
|
-
.
|
|
9474
|
+
._seamless_1wo4v_86 {
|
|
9475
|
+
--_gutter: var(--fui-space-3, 1.5rem);
|
|
9476
|
+
--_control-padding: var(--fui-space-2, 1rem);
|
|
9477
|
+
--_chip-padding: var(--fui-space-1, 0.5rem);
|
|
9478
|
+
--fui-target-size-min: var(--fui-button-height-xs, 2.2857142857rem);
|
|
9479
|
+
--fui-button-height-sm: var(--fui-button-height-xs, 2.2857142857rem);
|
|
9480
|
+
--fui-input-height-sm: var(--fui-button-height-xs, 2.2857142857rem);
|
|
9481
|
+
border-color: transparent;
|
|
9482
|
+
border-radius: var(--fui-radius-xl, 0.857rem);
|
|
9483
|
+
}
|
|
9484
|
+
._seamless_1wo4v_86::before, ._seamless_1wo4v_86::after {
|
|
9485
|
+
display: none;
|
|
9486
|
+
}
|
|
9487
|
+
._seamless_1wo4v_86:focus-within {
|
|
9488
|
+
border-color: transparent;
|
|
9489
|
+
}
|
|
9490
|
+
._seamless_1wo4v_86 ._toolbar_1wo4v_102 {
|
|
9491
|
+
background-color: transparent;
|
|
9492
|
+
border-top: none;
|
|
9493
|
+
padding: 0 calc(var(--_gutter) - var(--_control-padding)) var(--_gutter);
|
|
9494
|
+
}
|
|
9495
|
+
._seamless_1wo4v_86 ._textarea_1wo4v_107 {
|
|
9496
|
+
padding: var(--_gutter) var(--_gutter) var(--fui-space-1, 0.5rem);
|
|
9497
|
+
}
|
|
9498
|
+
._seamless_1wo4v_86 ._attachments_1wo4v_110 {
|
|
9499
|
+
padding: var(--_gutter) calc(var(--_gutter) - var(--_chip-padding)) 0;
|
|
9500
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
9501
|
+
}
|
|
9502
|
+
._seamless_1wo4v_86 ._attachments_1wo4v_110 + ._textarea_1wo4v_107,
|
|
9503
|
+
._seamless_1wo4v_86 ._tabs_1wo4v_115 + ._attachments_1wo4v_110 {
|
|
9504
|
+
padding-top: var(--fui-space-1, 0.5rem);
|
|
9505
|
+
}
|
|
9506
|
+
._seamless_1wo4v_86 ._tabs_1wo4v_115 {
|
|
9507
|
+
margin-bottom: 0;
|
|
9508
|
+
justify-content: flex-start;
|
|
9509
|
+
padding: var(--_gutter) calc(var(--_gutter) - var(--_control-padding)) 0;
|
|
9510
|
+
}
|
|
9511
|
+
._seamless_1wo4v_86 ._tabsInner_1wo4v_123 {
|
|
9512
|
+
background-color: transparent;
|
|
9513
|
+
border: none;
|
|
9514
|
+
border-radius: 0;
|
|
9515
|
+
padding: 0;
|
|
9516
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
9517
|
+
}
|
|
9518
|
+
._seamless_1wo4v_86 ._tabs_1wo4v_115 + ._textarea_1wo4v_107 {
|
|
9519
|
+
padding-top: var(--fui-space-1, 0.5rem);
|
|
9520
|
+
}
|
|
9521
|
+
._seamless_1wo4v_86 ._attach_1wo4v_110 {
|
|
9522
|
+
width: auto;
|
|
9523
|
+
padding-inline: var(--_control-padding);
|
|
9524
|
+
}
|
|
9525
|
+
._seamless_1wo4v_86 ._attach_1wo4v_110 svg {
|
|
9526
|
+
width: var(--fui-icon-md, 1.143rem);
|
|
9527
|
+
height: var(--fui-icon-md, 1.143rem);
|
|
9528
|
+
}
|
|
9529
|
+
._seamless_1wo4v_86 ._select_1wo4v_141,
|
|
9530
|
+
._seamless_1wo4v_86 ._modeButton_1wo4v_142 {
|
|
9531
|
+
font-size: var(--fui-font-size-sm, 1rem);
|
|
9532
|
+
}
|
|
9533
|
+
._seamless_1wo4v_86 ._select_1wo4v_141 svg {
|
|
9534
|
+
width: var(--fui-icon-md, 1.143rem);
|
|
9535
|
+
height: var(--fui-icon-md, 1.143rem);
|
|
9536
|
+
}
|
|
9537
|
+
._seamless_1wo4v_86 ._select_1wo4v_141:hover:not(:disabled):not([data-disabled]), ._seamless_1wo4v_86 ._select_1wo4v_141:active:not(:disabled):not([data-disabled]),
|
|
9538
|
+
._seamless_1wo4v_86 ._attach_1wo4v_110:hover:not(:disabled):not([data-disabled]),
|
|
9539
|
+
._seamless_1wo4v_86 ._attach_1wo4v_110:active:not(:disabled):not([data-disabled]),
|
|
9540
|
+
._seamless_1wo4v_86 ._modeButton_1wo4v_142:hover:not(:disabled):not([data-disabled]),
|
|
9541
|
+
._seamless_1wo4v_86 ._modeButton_1wo4v_142:active:not(:disabled):not([data-disabled]) {
|
|
9542
|
+
background-color: transparent;
|
|
9543
|
+
color: var(--fui-text-primary, #212121);
|
|
9544
|
+
}
|
|
9545
|
+
._seamless_1wo4v_86 ._select_1wo4v_141:focus-visible,
|
|
9546
|
+
._seamless_1wo4v_86 ._attach_1wo4v_110:focus-visible,
|
|
9547
|
+
._seamless_1wo4v_86 ._modeButton_1wo4v_142:focus-visible {
|
|
9548
|
+
outline: none;
|
|
9549
|
+
box-shadow: inset 0 calc(var(--fui-space-px, 1px) * -2) 0 var(--fui-text-primary, #212121);
|
|
9550
|
+
}
|
|
9551
|
+
._seamless_1wo4v_86 ._select_1wo4v_141[data-popup-open] {
|
|
9552
|
+
border-color: transparent;
|
|
9553
|
+
background-color: transparent;
|
|
9554
|
+
box-shadow: none;
|
|
9555
|
+
color: var(--fui-text-primary, #212121);
|
|
9556
|
+
}
|
|
9557
|
+
._seamless_1wo4v_86 ._select_1wo4v_141:focus:not(:focus-visible) {
|
|
9558
|
+
border-color: transparent;
|
|
9559
|
+
box-shadow: none;
|
|
9560
|
+
}
|
|
9561
|
+
._seamless_1wo4v_86 ._submit_1wo4v_173,
|
|
9562
|
+
._seamless_1wo4v_86 ._actionButton_1wo4v_174 {
|
|
9563
|
+
width: var(--fui-target-size-min);
|
|
9564
|
+
height: var(--fui-target-size-min);
|
|
9565
|
+
}
|
|
9566
|
+
._seamless_1wo4v_86 ._submit_1wo4v_173 svg,
|
|
9567
|
+
._seamless_1wo4v_86 ._actionButton_1wo4v_174 svg {
|
|
9568
|
+
width: var(--fui-icon-md, 1.143rem);
|
|
9569
|
+
height: var(--fui-icon-md, 1.143rem);
|
|
9570
|
+
}
|
|
9571
|
+
._seamless_1wo4v_86 ._submit_1wo4v_173 {
|
|
9572
|
+
margin-inline-end: var(--_control-padding);
|
|
9573
|
+
}
|
|
9574
|
+
|
|
9575
|
+
._textarea_1wo4v_107 {
|
|
9345
9576
|
appearance: none;
|
|
9346
9577
|
background: transparent;
|
|
9347
9578
|
border: none;
|
|
@@ -9351,10 +9582,10 @@
|
|
|
9351
9582
|
color: inherit;
|
|
9352
9583
|
cursor: pointer;
|
|
9353
9584
|
}
|
|
9354
|
-
.
|
|
9585
|
+
._textarea_1wo4v_107:disabled {
|
|
9355
9586
|
cursor: not-allowed;
|
|
9356
9587
|
}
|
|
9357
|
-
.
|
|
9588
|
+
._textarea_1wo4v_107 {
|
|
9358
9589
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
9359
9590
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
9360
9591
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -9371,18 +9602,18 @@
|
|
|
9371
9602
|
overflow-y: auto;
|
|
9372
9603
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
9373
9604
|
}
|
|
9374
|
-
.
|
|
9605
|
+
._textarea_1wo4v_107::placeholder {
|
|
9375
9606
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
9376
9607
|
}
|
|
9377
|
-
.
|
|
9608
|
+
._textarea_1wo4v_107:focus, ._textarea_1wo4v_107:focus-visible {
|
|
9378
9609
|
outline: none;
|
|
9379
9610
|
box-shadow: none;
|
|
9380
9611
|
}
|
|
9381
|
-
.
|
|
9612
|
+
._textarea_1wo4v_107:disabled {
|
|
9382
9613
|
cursor: not-allowed;
|
|
9383
9614
|
}
|
|
9384
9615
|
|
|
9385
|
-
.
|
|
9616
|
+
._tabs_1wo4v_115 {
|
|
9386
9617
|
display: flex;
|
|
9387
9618
|
justify-content: center;
|
|
9388
9619
|
margin-bottom: calc(-1 * var(--fui-space-1, 0.5rem));
|
|
@@ -9390,7 +9621,7 @@
|
|
|
9390
9621
|
z-index: 1;
|
|
9391
9622
|
}
|
|
9392
9623
|
|
|
9393
|
-
.
|
|
9624
|
+
._tabsInner_1wo4v_123 {
|
|
9394
9625
|
display: inline-flex;
|
|
9395
9626
|
gap: var(--fui-space-px, 1px);
|
|
9396
9627
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
@@ -9400,7 +9631,7 @@
|
|
|
9400
9631
|
border-bottom: none;
|
|
9401
9632
|
}
|
|
9402
9633
|
|
|
9403
|
-
.
|
|
9634
|
+
._tabButton_1wo4v_246 {
|
|
9404
9635
|
appearance: none;
|
|
9405
9636
|
background: transparent;
|
|
9406
9637
|
border: none;
|
|
@@ -9410,10 +9641,10 @@
|
|
|
9410
9641
|
color: inherit;
|
|
9411
9642
|
cursor: pointer;
|
|
9412
9643
|
}
|
|
9413
|
-
.
|
|
9644
|
+
._tabButton_1wo4v_246:disabled {
|
|
9414
9645
|
cursor: not-allowed;
|
|
9415
9646
|
}
|
|
9416
|
-
.
|
|
9647
|
+
._tabButton_1wo4v_246 {
|
|
9417
9648
|
display: flex;
|
|
9418
9649
|
align-items: center;
|
|
9419
9650
|
justify-content: center;
|
|
@@ -9425,16 +9656,16 @@
|
|
|
9425
9656
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9426
9657
|
white-space: nowrap;
|
|
9427
9658
|
}
|
|
9428
|
-
.
|
|
9659
|
+
._tabButton_1wo4v_246:hover {
|
|
9429
9660
|
color: var(--fui-text-primary, #212121);
|
|
9430
9661
|
}
|
|
9431
9662
|
|
|
9432
|
-
.
|
|
9663
|
+
._tabButtonActive_1wo4v_275 {
|
|
9433
9664
|
background-color: var(--fui-bg-secondary, #f4f4f4);
|
|
9434
9665
|
color: var(--fui-text-primary, #212121);
|
|
9435
9666
|
}
|
|
9436
9667
|
|
|
9437
|
-
.
|
|
9668
|
+
._toolbar_1wo4v_102 {
|
|
9438
9669
|
display: flex;
|
|
9439
9670
|
align-items: center;
|
|
9440
9671
|
justify-content: space-between;
|
|
@@ -9444,21 +9675,21 @@
|
|
|
9444
9675
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
9445
9676
|
}
|
|
9446
9677
|
|
|
9447
|
-
.
|
|
9678
|
+
._actions_1wo4v_290 {
|
|
9448
9679
|
display: flex;
|
|
9449
9680
|
align-items: center;
|
|
9450
9681
|
align-self: flex-end;
|
|
9451
9682
|
gap: var(--fui-space-1, 0.5rem);
|
|
9452
9683
|
}
|
|
9453
9684
|
|
|
9454
|
-
.
|
|
9685
|
+
._info_1wo4v_297 {
|
|
9455
9686
|
display: flex;
|
|
9456
9687
|
align-items: center;
|
|
9457
9688
|
gap: var(--fui-space-2, 1rem);
|
|
9458
9689
|
margin-left: auto;
|
|
9459
9690
|
}
|
|
9460
9691
|
|
|
9461
|
-
.
|
|
9692
|
+
._actionButton_1wo4v_174 {
|
|
9462
9693
|
appearance: none;
|
|
9463
9694
|
background: transparent;
|
|
9464
9695
|
border: none;
|
|
@@ -9468,21 +9699,21 @@
|
|
|
9468
9699
|
color: inherit;
|
|
9469
9700
|
cursor: pointer;
|
|
9470
9701
|
}
|
|
9471
|
-
.
|
|
9702
|
+
._actionButton_1wo4v_174:disabled {
|
|
9472
9703
|
cursor: not-allowed;
|
|
9473
9704
|
}
|
|
9474
|
-
.
|
|
9705
|
+
._actionButton_1wo4v_174 {
|
|
9475
9706
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9476
9707
|
}
|
|
9477
|
-
.
|
|
9708
|
+
._actionButton_1wo4v_174:focus-visible {
|
|
9478
9709
|
outline: none;
|
|
9479
9710
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9480
9711
|
}
|
|
9481
|
-
.
|
|
9712
|
+
._actionButton_1wo4v_174:disabled, ._actionButton_1wo4v_174[data-disabled] {
|
|
9482
9713
|
opacity: 0.5;
|
|
9483
9714
|
pointer-events: none;
|
|
9484
9715
|
}
|
|
9485
|
-
.
|
|
9716
|
+
._actionButton_1wo4v_174 {
|
|
9486
9717
|
display: flex;
|
|
9487
9718
|
align-items: center;
|
|
9488
9719
|
justify-content: center;
|
|
@@ -9493,18 +9724,18 @@
|
|
|
9493
9724
|
color: var(--fui-text-primary, #212121);
|
|
9494
9725
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
9495
9726
|
}
|
|
9496
|
-
.
|
|
9727
|
+
._actionButton_1wo4v_174:hover:not(:disabled) {
|
|
9497
9728
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9498
9729
|
}
|
|
9499
|
-
.
|
|
9730
|
+
._actionButton_1wo4v_174:active:not(:disabled) {
|
|
9500
9731
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
9501
9732
|
}
|
|
9502
|
-
.
|
|
9733
|
+
._actionButton_1wo4v_174 svg {
|
|
9503
9734
|
width: 1rem;
|
|
9504
9735
|
height: 1rem;
|
|
9505
9736
|
}
|
|
9506
9737
|
|
|
9507
|
-
.
|
|
9738
|
+
._modeButton_1wo4v_142 {
|
|
9508
9739
|
appearance: none;
|
|
9509
9740
|
background: transparent;
|
|
9510
9741
|
border: none;
|
|
@@ -9514,21 +9745,21 @@
|
|
|
9514
9745
|
color: inherit;
|
|
9515
9746
|
cursor: pointer;
|
|
9516
9747
|
}
|
|
9517
|
-
.
|
|
9748
|
+
._modeButton_1wo4v_142:disabled {
|
|
9518
9749
|
cursor: not-allowed;
|
|
9519
9750
|
}
|
|
9520
|
-
.
|
|
9751
|
+
._modeButton_1wo4v_142 {
|
|
9521
9752
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9522
9753
|
}
|
|
9523
|
-
.
|
|
9754
|
+
._modeButton_1wo4v_142:focus-visible {
|
|
9524
9755
|
outline: none;
|
|
9525
9756
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9526
9757
|
}
|
|
9527
|
-
.
|
|
9758
|
+
._modeButton_1wo4v_142:disabled, ._modeButton_1wo4v_142[data-disabled] {
|
|
9528
9759
|
opacity: 0.5;
|
|
9529
9760
|
pointer-events: none;
|
|
9530
9761
|
}
|
|
9531
|
-
.
|
|
9762
|
+
._modeButton_1wo4v_142 {
|
|
9532
9763
|
display: flex;
|
|
9533
9764
|
align-items: center;
|
|
9534
9765
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -9539,27 +9770,176 @@
|
|
|
9539
9770
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9540
9771
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
9541
9772
|
}
|
|
9542
|
-
.
|
|
9773
|
+
._modeButton_1wo4v_142:hover:not(:disabled) {
|
|
9543
9774
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9544
9775
|
color: var(--fui-text-primary, #212121);
|
|
9545
9776
|
}
|
|
9546
|
-
.
|
|
9777
|
+
._modeButton_1wo4v_142:active:not(:disabled) {
|
|
9547
9778
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
9548
9779
|
}
|
|
9549
9780
|
|
|
9550
|
-
.
|
|
9781
|
+
._modeButtonActive_1wo4v_393 {
|
|
9782
|
+
color: var(--fui-text-primary, #212121);
|
|
9783
|
+
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
9784
|
+
}
|
|
9785
|
+
|
|
9786
|
+
._attach_1wo4v_110 {
|
|
9787
|
+
appearance: none;
|
|
9788
|
+
background: transparent;
|
|
9789
|
+
border: none;
|
|
9790
|
+
padding: 0;
|
|
9791
|
+
margin: 0;
|
|
9792
|
+
font: inherit;
|
|
9793
|
+
color: inherit;
|
|
9794
|
+
cursor: pointer;
|
|
9795
|
+
}
|
|
9796
|
+
._attach_1wo4v_110:disabled {
|
|
9797
|
+
cursor: not-allowed;
|
|
9798
|
+
}
|
|
9799
|
+
._attach_1wo4v_110 {
|
|
9800
|
+
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9801
|
+
}
|
|
9802
|
+
._attach_1wo4v_110:focus-visible {
|
|
9803
|
+
outline: none;
|
|
9804
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9805
|
+
}
|
|
9806
|
+
._attach_1wo4v_110:disabled, ._attach_1wo4v_110[data-disabled] {
|
|
9807
|
+
opacity: 0.5;
|
|
9808
|
+
pointer-events: none;
|
|
9809
|
+
}
|
|
9810
|
+
._attach_1wo4v_110 {
|
|
9811
|
+
display: flex;
|
|
9812
|
+
align-items: center;
|
|
9813
|
+
justify-content: center;
|
|
9814
|
+
flex-shrink: 0;
|
|
9815
|
+
width: var(--fui-target-size-min, 2.286rem);
|
|
9816
|
+
height: var(--fui-target-size-min, 2.286rem);
|
|
9817
|
+
border-radius: var(--fui-radius-md, 0.429rem);
|
|
9818
|
+
background-color: transparent;
|
|
9819
|
+
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
9820
|
+
}
|
|
9821
|
+
._attach_1wo4v_110:hover:not(:disabled) {
|
|
9822
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9551
9823
|
color: var(--fui-text-primary, #212121);
|
|
9824
|
+
}
|
|
9825
|
+
._attach_1wo4v_110:active:not(:disabled) {
|
|
9826
|
+
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
9827
|
+
}
|
|
9828
|
+
._attach_1wo4v_110:disabled {
|
|
9829
|
+
opacity: 0.5;
|
|
9830
|
+
cursor: not-allowed;
|
|
9831
|
+
}
|
|
9832
|
+
._attach_1wo4v_110 svg {
|
|
9833
|
+
width: var(--fui-icon-sm, 1rem);
|
|
9834
|
+
height: var(--fui-icon-sm, 1rem);
|
|
9835
|
+
}
|
|
9836
|
+
|
|
9837
|
+
._attachments_1wo4v_110 {
|
|
9838
|
+
display: flex;
|
|
9839
|
+
flex-wrap: wrap;
|
|
9840
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
9841
|
+
margin: 0;
|
|
9842
|
+
padding: var(--fui-space-2, 1rem) var(--fui-space-3, 1.5rem) 0;
|
|
9843
|
+
list-style: none;
|
|
9844
|
+
}
|
|
9845
|
+
|
|
9846
|
+
._attachment_1wo4v_110 {
|
|
9847
|
+
--_chip-height: var(--fui-target-size-min, 2.286rem);
|
|
9848
|
+
display: inline-flex;
|
|
9849
|
+
align-items: center;
|
|
9850
|
+
gap: var(--fui-space-1, 0.5rem);
|
|
9851
|
+
height: var(--_chip-height);
|
|
9852
|
+
max-width: 15rem;
|
|
9853
|
+
padding-inline: var(--fui-space-1, 0.5rem);
|
|
9854
|
+
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
9855
|
+
border-radius: var(--fui-radius-md, 0.429rem);
|
|
9552
9856
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
9857
|
+
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9858
|
+
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
9859
|
+
}
|
|
9860
|
+
|
|
9861
|
+
._attachmentThumb_1wo4v_473 {
|
|
9862
|
+
width: calc(var(--_chip-height) - var(--fui-space-1, 0.5rem));
|
|
9863
|
+
height: calc(var(--_chip-height) - var(--fui-space-1, 0.5rem));
|
|
9864
|
+
flex-shrink: 0;
|
|
9865
|
+
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
9866
|
+
object-fit: cover;
|
|
9553
9867
|
}
|
|
9554
9868
|
|
|
9555
|
-
.
|
|
9869
|
+
._attachmentName_1wo4v_481 {
|
|
9870
|
+
flex: 1;
|
|
9871
|
+
min-width: 0;
|
|
9872
|
+
overflow: hidden;
|
|
9873
|
+
text-overflow: ellipsis;
|
|
9874
|
+
white-space: nowrap;
|
|
9875
|
+
}
|
|
9876
|
+
|
|
9877
|
+
._attachmentSize_1wo4v_489 {
|
|
9878
|
+
flex-shrink: 0;
|
|
9879
|
+
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
9880
|
+
font-variant-numeric: tabular-nums;
|
|
9881
|
+
}
|
|
9882
|
+
|
|
9883
|
+
._attachmentRemove_1wo4v_495 {
|
|
9884
|
+
appearance: none;
|
|
9885
|
+
background: transparent;
|
|
9886
|
+
border: none;
|
|
9887
|
+
padding: 0;
|
|
9888
|
+
margin: 0;
|
|
9889
|
+
font: inherit;
|
|
9890
|
+
color: inherit;
|
|
9891
|
+
cursor: pointer;
|
|
9892
|
+
}
|
|
9893
|
+
._attachmentRemove_1wo4v_495:disabled {
|
|
9894
|
+
cursor: not-allowed;
|
|
9895
|
+
}
|
|
9896
|
+
._attachmentRemove_1wo4v_495 {
|
|
9897
|
+
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9898
|
+
}
|
|
9899
|
+
._attachmentRemove_1wo4v_495:focus-visible {
|
|
9900
|
+
outline: none;
|
|
9901
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9902
|
+
}
|
|
9903
|
+
._attachmentRemove_1wo4v_495:disabled, ._attachmentRemove_1wo4v_495[data-disabled] {
|
|
9904
|
+
opacity: 0.5;
|
|
9905
|
+
pointer-events: none;
|
|
9906
|
+
}
|
|
9907
|
+
._attachmentRemove_1wo4v_495 {
|
|
9908
|
+
display: flex;
|
|
9909
|
+
align-items: center;
|
|
9910
|
+
justify-content: center;
|
|
9911
|
+
flex-shrink: 0;
|
|
9912
|
+
width: calc(var(--_chip-height) - var(--fui-space-1, 0.5rem));
|
|
9913
|
+
height: calc(var(--_chip-height) - var(--fui-space-1, 0.5rem));
|
|
9914
|
+
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
9915
|
+
background-color: transparent;
|
|
9916
|
+
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
9917
|
+
}
|
|
9918
|
+
._attachmentRemove_1wo4v_495:hover {
|
|
9919
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9920
|
+
color: var(--fui-text-primary, #212121);
|
|
9921
|
+
}
|
|
9922
|
+
._attachmentRemove_1wo4v_495 svg {
|
|
9923
|
+
width: var(--fui-icon-xs, 0.857rem);
|
|
9924
|
+
height: var(--fui-icon-xs, 0.857rem);
|
|
9925
|
+
}
|
|
9926
|
+
|
|
9927
|
+
._dragging_1wo4v_539 {
|
|
9928
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
9929
|
+
}
|
|
9930
|
+
|
|
9931
|
+
._select_1wo4v_141 {
|
|
9932
|
+
max-width: 15rem;
|
|
9933
|
+
}
|
|
9934
|
+
|
|
9935
|
+
._usage_1wo4v_547 {
|
|
9556
9936
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
9557
9937
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9558
9938
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
9559
9939
|
white-space: nowrap;
|
|
9560
9940
|
}
|
|
9561
9941
|
|
|
9562
|
-
.
|
|
9942
|
+
._submit_1wo4v_173 {
|
|
9563
9943
|
appearance: none;
|
|
9564
9944
|
background: transparent;
|
|
9565
9945
|
border: none;
|
|
@@ -9569,56 +9949,56 @@
|
|
|
9569
9949
|
color: inherit;
|
|
9570
9950
|
cursor: pointer;
|
|
9571
9951
|
}
|
|
9572
|
-
.
|
|
9952
|
+
._submit_1wo4v_173:disabled {
|
|
9573
9953
|
cursor: not-allowed;
|
|
9574
9954
|
}
|
|
9575
|
-
.
|
|
9955
|
+
._submit_1wo4v_173 {
|
|
9576
9956
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9577
9957
|
}
|
|
9578
|
-
.
|
|
9958
|
+
._submit_1wo4v_173:focus-visible {
|
|
9579
9959
|
outline: none;
|
|
9580
9960
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9581
9961
|
}
|
|
9582
|
-
.
|
|
9962
|
+
._submit_1wo4v_173:disabled, ._submit_1wo4v_173[data-disabled] {
|
|
9583
9963
|
opacity: 0.5;
|
|
9584
9964
|
pointer-events: none;
|
|
9585
9965
|
}
|
|
9586
|
-
.
|
|
9966
|
+
._submit_1wo4v_173 {
|
|
9587
9967
|
display: flex;
|
|
9588
9968
|
align-items: center;
|
|
9589
9969
|
justify-content: center;
|
|
9590
9970
|
width: 2rem;
|
|
9591
9971
|
height: 2rem;
|
|
9592
9972
|
border-radius: var(--fui-radius-full, 9999px);
|
|
9593
|
-
background-color: var(--fui-
|
|
9594
|
-
color: var(--fui-
|
|
9973
|
+
background-color: var(--fui-text-primary, #212121);
|
|
9974
|
+
color: var(--fui-bg-elevated, #ffffff);
|
|
9595
9975
|
}
|
|
9596
|
-
.
|
|
9597
|
-
background-color: var(--fui-
|
|
9976
|
+
._submit_1wo4v_173:hover:not(:disabled) {
|
|
9977
|
+
background-color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
9598
9978
|
}
|
|
9599
|
-
.
|
|
9600
|
-
background-color: var(--fui-
|
|
9979
|
+
._submit_1wo4v_173:active:not(:disabled) {
|
|
9980
|
+
background-color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
9601
9981
|
}
|
|
9602
|
-
.
|
|
9982
|
+
._submit_1wo4v_173:disabled {
|
|
9603
9983
|
opacity: 0.5;
|
|
9604
9984
|
cursor: not-allowed;
|
|
9605
9985
|
}
|
|
9606
|
-
.
|
|
9986
|
+
._submit_1wo4v_173 svg {
|
|
9607
9987
|
width: 1rem;
|
|
9608
9988
|
height: 1rem;
|
|
9609
9989
|
}
|
|
9610
9990
|
|
|
9611
|
-
.
|
|
9991
|
+
._submitLoading_1wo4v_603 {
|
|
9612
9992
|
pointer-events: none;
|
|
9613
9993
|
}
|
|
9614
9994
|
|
|
9615
|
-
.
|
|
9995
|
+
._submitSpinner_1wo4v_607 {
|
|
9616
9996
|
line-height: 0;
|
|
9617
|
-
}.
|
|
9997
|
+
}._container_1nldn_1 {
|
|
9618
9998
|
width: 100%;
|
|
9619
9999
|
}
|
|
9620
10000
|
|
|
9621
|
-
.
|
|
10001
|
+
._title_1nldn_5 {
|
|
9622
10002
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9623
10003
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
9624
10004
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
@@ -9627,14 +10007,14 @@
|
|
|
9627
10007
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
9628
10008
|
}
|
|
9629
10009
|
|
|
9630
|
-
.
|
|
10010
|
+
._wrapper_1nldn_14 {
|
|
9631
10011
|
position: relative;
|
|
9632
10012
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
9633
10013
|
overflow: hidden;
|
|
9634
10014
|
background-color: var(--fui-code-bg, #171717);
|
|
9635
10015
|
}
|
|
9636
10016
|
|
|
9637
|
-
.
|
|
10017
|
+
._header_1nldn_21 {
|
|
9638
10018
|
display: flex;
|
|
9639
10019
|
align-items: center;
|
|
9640
10020
|
justify-content: space-between;
|
|
@@ -9644,7 +10024,7 @@
|
|
|
9644
10024
|
min-height: var(--fui-input-height, 2.8571428571rem);
|
|
9645
10025
|
}
|
|
9646
10026
|
|
|
9647
|
-
.
|
|
10027
|
+
._filename_1nldn_31 {
|
|
9648
10028
|
font-family: var(--fui-font-mono, "JetBrains Mono Variable", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace);
|
|
9649
10029
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9650
10030
|
font-weight: var(--fui-font-weight-normal, 400);
|
|
@@ -9652,7 +10032,7 @@
|
|
|
9652
10032
|
letter-spacing: 0.01em;
|
|
9653
10033
|
}
|
|
9654
10034
|
|
|
9655
|
-
.
|
|
10035
|
+
._copyButton_1nldn_39 {
|
|
9656
10036
|
appearance: none;
|
|
9657
10037
|
background: transparent;
|
|
9658
10038
|
border: none;
|
|
@@ -9662,10 +10042,10 @@
|
|
|
9662
10042
|
color: inherit;
|
|
9663
10043
|
cursor: pointer;
|
|
9664
10044
|
}
|
|
9665
|
-
.
|
|
10045
|
+
._copyButton_1nldn_39:disabled {
|
|
9666
10046
|
cursor: not-allowed;
|
|
9667
10047
|
}
|
|
9668
|
-
.
|
|
10048
|
+
._copyButton_1nldn_39 {
|
|
9669
10049
|
min-width: var(--fui-target-size-min, 2.286rem);
|
|
9670
10050
|
min-height: var(--fui-target-size-min, 2.286rem);
|
|
9671
10051
|
display: inline-flex;
|
|
@@ -9682,20 +10062,20 @@
|
|
|
9682
10062
|
cursor: pointer;
|
|
9683
10063
|
transition: background var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9684
10064
|
}
|
|
9685
|
-
.
|
|
10065
|
+
._copyButton_1nldn_39:hover {
|
|
9686
10066
|
color: var(--fui-code-tab-text-active, #e2e2e5);
|
|
9687
10067
|
background: var(--fui-code-copy-bg-hover, rgba(255, 255, 255, 0.12));
|
|
9688
10068
|
}
|
|
9689
|
-
.
|
|
10069
|
+
._copyButton_1nldn_39:focus-visible {
|
|
9690
10070
|
outline: none;
|
|
9691
10071
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
9692
10072
|
}
|
|
9693
|
-
.
|
|
10073
|
+
._copyButton_1nldn_39._copied_1nldn_77 {
|
|
9694
10074
|
color: var(--fui-color-success-text, rgb(29.9064810064, 108.5606699289, 89.7163569497));
|
|
9695
10075
|
opacity: 1;
|
|
9696
10076
|
}
|
|
9697
10077
|
|
|
9698
|
-
.
|
|
10078
|
+
._copyOverlay_1nldn_82 {
|
|
9699
10079
|
position: absolute;
|
|
9700
10080
|
top: var(--fui-space-2, 1rem);
|
|
9701
10081
|
right: var(--fui-space-2, 1rem);
|
|
@@ -9706,33 +10086,33 @@
|
|
|
9706
10086
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), background var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9707
10087
|
}
|
|
9708
10088
|
|
|
9709
|
-
.
|
|
9710
|
-
.
|
|
10089
|
+
._withCopyOverlay_1nldn_93:hover ._copyOverlay_1nldn_82,
|
|
10090
|
+
._withCopyOverlay_1nldn_93 ._copyOverlay_1nldn_82:focus-visible {
|
|
9711
10091
|
opacity: 1;
|
|
9712
10092
|
}
|
|
9713
|
-
.
|
|
10093
|
+
._withCopyOverlay_1nldn_93 ._copyOverlay_1nldn_82._copied_1nldn_77 {
|
|
9714
10094
|
opacity: 1;
|
|
9715
10095
|
}
|
|
9716
|
-
.
|
|
9717
|
-
.
|
|
10096
|
+
._withCopyOverlay_1nldn_93 ._codeContainer_1nldn_100 .shiki,
|
|
10097
|
+
._withCopyOverlay_1nldn_93 ._loading_1nldn_101 pre {
|
|
9718
10098
|
padding-right: calc(var(--fui-space-4, 2rem) + var(--fui-target-size-min, 2.286rem) + var(--fui-space-3, 1.5rem));
|
|
9719
10099
|
}
|
|
9720
10100
|
|
|
9721
|
-
.
|
|
10101
|
+
._icon_1nldn_105 {
|
|
9722
10102
|
flex-shrink: 0;
|
|
9723
10103
|
}
|
|
9724
10104
|
|
|
9725
|
-
.
|
|
10105
|
+
._persistentCopy_1nldn_109 {
|
|
9726
10106
|
top: 50%;
|
|
9727
10107
|
transform: translateY(-50%);
|
|
9728
10108
|
opacity: 1;
|
|
9729
10109
|
}
|
|
9730
10110
|
|
|
9731
|
-
.
|
|
10111
|
+
._persistentCopyWrapper_1nldn_115 ._copyOverlay_1nldn_82 {
|
|
9732
10112
|
opacity: 1;
|
|
9733
10113
|
}
|
|
9734
10114
|
|
|
9735
|
-
.
|
|
10115
|
+
._loading_1nldn_101 pre {
|
|
9736
10116
|
margin: 0;
|
|
9737
10117
|
padding: var(--fui-space-4, 2rem);
|
|
9738
10118
|
background-color: transparent !important;
|
|
@@ -9744,7 +10124,7 @@
|
|
|
9744
10124
|
color: var(--fui-code-text, #e2e2e5);
|
|
9745
10125
|
overflow-x: auto;
|
|
9746
10126
|
}
|
|
9747
|
-
.
|
|
10127
|
+
._loading_1nldn_101 code {
|
|
9748
10128
|
background: none !important;
|
|
9749
10129
|
padding: 0;
|
|
9750
10130
|
border: none;
|
|
@@ -9753,7 +10133,7 @@
|
|
|
9753
10133
|
font-size: inherit;
|
|
9754
10134
|
}
|
|
9755
10135
|
|
|
9756
|
-
.
|
|
10136
|
+
._codeContainer_1nldn_100 .shiki {
|
|
9757
10137
|
background-color: transparent !important;
|
|
9758
10138
|
margin: 0;
|
|
9759
10139
|
padding: var(--fui-space-4, 2rem);
|
|
@@ -9765,7 +10145,7 @@
|
|
|
9765
10145
|
overflow-x: auto;
|
|
9766
10146
|
tab-size: 2;
|
|
9767
10147
|
}
|
|
9768
|
-
.
|
|
10148
|
+
._codeContainer_1nldn_100 .shiki code {
|
|
9769
10149
|
background: none !important;
|
|
9770
10150
|
padding: 0;
|
|
9771
10151
|
border: none;
|
|
@@ -9774,18 +10154,18 @@
|
|
|
9774
10154
|
font-size: inherit;
|
|
9775
10155
|
counter-reset: line;
|
|
9776
10156
|
}
|
|
9777
|
-
.
|
|
10157
|
+
._codeContainer_1nldn_100 .line {
|
|
9778
10158
|
display: inline-block;
|
|
9779
10159
|
width: 100%;
|
|
9780
10160
|
min-height: calc(var(--fui-line-height-normal, 1.5) * 1em);
|
|
9781
10161
|
}
|
|
9782
|
-
.
|
|
10162
|
+
._codeContainer_1nldn_100 .line.highlighted {
|
|
9783
10163
|
background-color: var(--fui-code-highlight-bg, rgba(255, 255, 255, 0.06));
|
|
9784
10164
|
margin: 0 calc(-1 * var(--fui-space-4, 2rem));
|
|
9785
10165
|
padding: 0 var(--fui-space-4, 2rem);
|
|
9786
10166
|
border-left: 2px solid var(--fui-color-info-text, rgb(63.1782487843, 100.0730830678, 127.5349009142));
|
|
9787
10167
|
}
|
|
9788
|
-
.
|
|
10168
|
+
._codeContainer_1nldn_100 .line-number {
|
|
9789
10169
|
display: inline-block;
|
|
9790
10170
|
width: 2.5em;
|
|
9791
10171
|
padding-right: 1em;
|
|
@@ -9794,86 +10174,86 @@
|
|
|
9794
10174
|
user-select: none;
|
|
9795
10175
|
opacity: 0.6;
|
|
9796
10176
|
}
|
|
9797
|
-
.
|
|
10177
|
+
._codeContainer_1nldn_100 *::selection {
|
|
9798
10178
|
background: var(--fui-code-selection-bg, color-mix(in srgb, var(--fui-button-primary-base, #006b57) 30%, transparent));
|
|
9799
10179
|
color: var(--fui-code-tab-text-active, #e2e2e5);
|
|
9800
10180
|
}
|
|
9801
|
-
.
|
|
10181
|
+
._codeContainer_1nldn_100 .shiki::-webkit-scrollbar {
|
|
9802
10182
|
height: 4px;
|
|
9803
10183
|
}
|
|
9804
|
-
.
|
|
10184
|
+
._codeContainer_1nldn_100 .shiki::-webkit-scrollbar-track {
|
|
9805
10185
|
background: transparent;
|
|
9806
10186
|
}
|
|
9807
|
-
.
|
|
10187
|
+
._codeContainer_1nldn_100 .shiki::-webkit-scrollbar-thumb {
|
|
9808
10188
|
background: var(--fui-code-scrollbar-thumb, rgba(255, 255, 255, 0.1));
|
|
9809
10189
|
border-radius: var(--fui-radius-full, 9999px);
|
|
9810
10190
|
}
|
|
9811
|
-
.
|
|
10191
|
+
._codeContainer_1nldn_100 .shiki::-webkit-scrollbar-thumb:hover {
|
|
9812
10192
|
background: var(--fui-code-scrollbar-thumb-hover, rgba(255, 255, 255, 0.2));
|
|
9813
10193
|
}
|
|
9814
10194
|
|
|
9815
|
-
.
|
|
10195
|
+
._withLineNumbers_1nldn_199 ._codeContainer_1nldn_100 .shiki {
|
|
9816
10196
|
padding-left: var(--fui-space-2, 1rem);
|
|
9817
10197
|
}
|
|
9818
10198
|
|
|
9819
|
-
.
|
|
10199
|
+
._withDiff_1nldn_203 .diff-marker {
|
|
9820
10200
|
display: inline-block;
|
|
9821
10201
|
width: 1.5em;
|
|
9822
10202
|
text-align: center;
|
|
9823
10203
|
user-select: none;
|
|
9824
10204
|
color: var(--fui-code-text-muted, #8a8a9a);
|
|
9825
10205
|
}
|
|
9826
|
-
.
|
|
10206
|
+
._withDiff_1nldn_203 .diff-added {
|
|
9827
10207
|
background-color: var(--fui-color-success-bg, rgba(127, 201, 179, 0.1));
|
|
9828
10208
|
margin: 0 calc(-1 * var(--fui-space-4, 2rem));
|
|
9829
10209
|
padding: 0 var(--fui-space-4, 2rem);
|
|
9830
10210
|
}
|
|
9831
|
-
.
|
|
10211
|
+
._withDiff_1nldn_203 .diff-added .diff-marker {
|
|
9832
10212
|
color: var(--fui-color-success-text, rgb(29.9064810064, 108.5606699289, 89.7163569497));
|
|
9833
10213
|
}
|
|
9834
|
-
.
|
|
10214
|
+
._withDiff_1nldn_203 .diff-removed {
|
|
9835
10215
|
background-color: var(--fui-color-danger-bg, rgba(217, 112, 102, 0.1));
|
|
9836
10216
|
margin: 0 calc(-1 * var(--fui-space-4, 2rem));
|
|
9837
10217
|
padding: 0 var(--fui-space-4, 2rem);
|
|
9838
10218
|
}
|
|
9839
|
-
.
|
|
10219
|
+
._withDiff_1nldn_203 .diff-removed .diff-marker {
|
|
9840
10220
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
9841
10221
|
}
|
|
9842
10222
|
|
|
9843
|
-
.
|
|
10223
|
+
._compact_1nldn_227 ._wrapper_1nldn_14 {
|
|
9844
10224
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
9845
10225
|
}
|
|
9846
|
-
.
|
|
9847
|
-
.
|
|
10226
|
+
._compact_1nldn_227 ._codeContainer_1nldn_100 .shiki,
|
|
10227
|
+
._compact_1nldn_227 ._loading_1nldn_101 pre {
|
|
9848
10228
|
padding: var(--fui-space-2, 1rem) var(--fui-space-3, 1.5rem);
|
|
9849
10229
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
9850
10230
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
9851
10231
|
}
|
|
9852
|
-
.
|
|
10232
|
+
._compact_1nldn_227 ._codeContainer_1nldn_100 .line {
|
|
9853
10233
|
min-height: calc(var(--fui-line-height-tight, 1.25) * 1em);
|
|
9854
10234
|
}
|
|
9855
|
-
.
|
|
9856
|
-
.
|
|
10235
|
+
._compact_1nldn_227 ._withCopyOverlay_1nldn_93 ._codeContainer_1nldn_100 .shiki,
|
|
10236
|
+
._compact_1nldn_227 ._withCopyOverlay_1nldn_93 ._loading_1nldn_101 pre {
|
|
9857
10237
|
padding-right: calc(var(--fui-space-3, 1.5rem) + var(--fui-target-size-min, 2.286rem) + var(--fui-space-3, 1.5rem));
|
|
9858
10238
|
}
|
|
9859
10239
|
|
|
9860
|
-
.
|
|
9861
|
-
.
|
|
10240
|
+
._wordWrap_1nldn_244 ._codeContainer_1nldn_100 .shiki,
|
|
10241
|
+
._wordWrap_1nldn_244 ._loading_1nldn_101 pre {
|
|
9862
10242
|
white-space: pre-wrap;
|
|
9863
10243
|
word-break: break-word;
|
|
9864
10244
|
}
|
|
9865
|
-
.
|
|
9866
|
-
display: block;
|
|
9867
|
-
width:
|
|
10245
|
+
._wordWrap_1nldn_244 .line {
|
|
10246
|
+
display: inline-block;
|
|
10247
|
+
width: 100%;
|
|
9868
10248
|
}
|
|
9869
10249
|
|
|
9870
|
-
.
|
|
10250
|
+
._caption_1nldn_254 {
|
|
9871
10251
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
9872
10252
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
9873
10253
|
margin-top: var(--fui-space-2, 1rem);
|
|
9874
10254
|
}
|
|
9875
10255
|
|
|
9876
|
-
.
|
|
10256
|
+
._collapseButton_1nldn_260 {
|
|
9877
10257
|
appearance: none;
|
|
9878
10258
|
background: transparent;
|
|
9879
10259
|
border: none;
|
|
@@ -9883,10 +10263,10 @@
|
|
|
9883
10263
|
color: inherit;
|
|
9884
10264
|
cursor: pointer;
|
|
9885
10265
|
}
|
|
9886
|
-
.
|
|
10266
|
+
._collapseButton_1nldn_260:disabled {
|
|
9887
10267
|
cursor: not-allowed;
|
|
9888
10268
|
}
|
|
9889
|
-
.
|
|
10269
|
+
._collapseButton_1nldn_260 {
|
|
9890
10270
|
display: flex;
|
|
9891
10271
|
align-items: center;
|
|
9892
10272
|
justify-content: center;
|
|
@@ -9902,21 +10282,21 @@
|
|
|
9902
10282
|
cursor: pointer;
|
|
9903
10283
|
transition: color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
9904
10284
|
}
|
|
9905
|
-
.
|
|
10285
|
+
._collapseButton_1nldn_260:hover {
|
|
9906
10286
|
color: var(--fui-code-tab-text-active, #e2e2e5);
|
|
9907
10287
|
}
|
|
9908
|
-
.
|
|
10288
|
+
._collapseButton_1nldn_260:focus-visible {
|
|
9909
10289
|
outline: var(--fui-focus-ring-width, 2px) solid var(--fui-focus-ring-color, #006b57);
|
|
9910
10290
|
outline-offset: calc(-1 * var(--fui-focus-ring-offset, 2px));
|
|
9911
10291
|
}
|
|
9912
10292
|
|
|
9913
10293
|
@media (max-width: 768px) {
|
|
9914
|
-
.
|
|
10294
|
+
._codeContainer_1nldn_100 .shiki {
|
|
9915
10295
|
font-size: var(--fui-font-size-2xs, 0.714rem);
|
|
9916
10296
|
padding: var(--fui-space-3, 1.5rem);
|
|
9917
10297
|
}
|
|
9918
10298
|
}
|
|
9919
|
-
.
|
|
10299
|
+
._tabbedPanel_1nldn_303 {
|
|
9920
10300
|
margin-top: 0;
|
|
9921
10301
|
}._icon_gw1xu_1 {
|
|
9922
10302
|
display: inline-flex;
|
|
@@ -10152,31 +10532,37 @@
|
|
|
10152
10532
|
|
|
10153
10533
|
._itemContent_13ive_64 {
|
|
10154
10534
|
flex: 1;
|
|
10155
|
-
}.
|
|
10535
|
+
}._listbox_1py8r_1 {
|
|
10156
10536
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
10157
10537
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
10158
10538
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
10159
10539
|
display: flex;
|
|
10160
10540
|
flex-direction: column;
|
|
10161
|
-
gap: 1px;
|
|
10162
|
-
padding: var(--fui-
|
|
10541
|
+
gap: var(--fui-popup-row-gap, 1px);
|
|
10542
|
+
padding: var(--fui-popup-padding, 0.5rem);
|
|
10163
10543
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03));
|
|
10164
|
-
--
|
|
10165
|
-
var(--fui-font-size
|
|
10544
|
+
--_popup-row-h: calc(
|
|
10545
|
+
var(--fui-popup-item-font-size, 0.857rem) *
|
|
10166
10546
|
var(--fui-line-height-normal, 1.5) +
|
|
10167
|
-
var(--fui-
|
|
10547
|
+
var(--fui-popup-item-padding-block, 0.5rem) * 2 +
|
|
10548
|
+
var(--fui-popup-row-gap, 1px)
|
|
10549
|
+
);
|
|
10550
|
+
--_popup-scroll-max-h: calc(
|
|
10551
|
+
var(--_popup-row-h) *
|
|
10552
|
+
var(--fui-select-max-items, 4.5) - var(--fui-popup-row-gap, 1px) +
|
|
10553
|
+
var(--fui-popup-padding, 0.5rem) * 2 + 2px
|
|
10168
10554
|
);
|
|
10169
10555
|
min-width: 12rem;
|
|
10170
|
-
max-height:
|
|
10556
|
+
max-height: var(--_popup-scroll-max-h);
|
|
10171
10557
|
overflow-y: auto;
|
|
10172
10558
|
border-color: var(--fui-form-group-border, rgba(0, 0, 0, 0.05));
|
|
10173
10559
|
}
|
|
10174
|
-
.
|
|
10560
|
+
._listbox_1py8r_1:focus-visible {
|
|
10175
10561
|
outline: none;
|
|
10176
10562
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
10177
10563
|
}
|
|
10178
10564
|
|
|
10179
|
-
.
|
|
10565
|
+
._item_1py8r_31 {
|
|
10180
10566
|
appearance: none;
|
|
10181
10567
|
background: transparent;
|
|
10182
10568
|
border: none;
|
|
@@ -10186,66 +10572,67 @@
|
|
|
10186
10572
|
color: inherit;
|
|
10187
10573
|
cursor: pointer;
|
|
10188
10574
|
}
|
|
10189
|
-
.
|
|
10575
|
+
._item_1py8r_31:disabled {
|
|
10190
10576
|
cursor: not-allowed;
|
|
10191
10577
|
}
|
|
10192
|
-
.
|
|
10578
|
+
._item_1py8r_31 {
|
|
10193
10579
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
10194
10580
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
10195
10581
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
10196
10582
|
color: var(--fui-text-primary, #212121);
|
|
10197
10583
|
-webkit-font-smoothing: antialiased;
|
|
10198
10584
|
-moz-osx-font-smoothing: grayscale;
|
|
10585
|
+
font-size: var(--fui-popup-item-font-size, 0.857rem);
|
|
10199
10586
|
display: flex;
|
|
10200
10587
|
align-items: center;
|
|
10201
10588
|
gap: var(--fui-space-1, 0.5rem);
|
|
10202
10589
|
width: 100%;
|
|
10203
|
-
padding: var(--fui-
|
|
10590
|
+
padding: var(--fui-popup-item-padding-block, 0.5rem) var(--fui-popup-item-padding-inline, 1rem);
|
|
10204
10591
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
10205
10592
|
cursor: pointer;
|
|
10206
10593
|
outline: none;
|
|
10207
10594
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
10208
10595
|
text-align: left;
|
|
10209
10596
|
}
|
|
10210
|
-
.
|
|
10597
|
+
._item_1py8r_31:hover, ._item_1py8r_31[data-highlighted] {
|
|
10211
10598
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
10212
10599
|
color: var(--fui-text-primary, #212121);
|
|
10213
10600
|
}
|
|
10214
|
-
.
|
|
10601
|
+
._item_1py8r_31:focus-visible {
|
|
10215
10602
|
outline: none;
|
|
10216
10603
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
10217
10604
|
}
|
|
10218
10605
|
|
|
10219
|
-
.
|
|
10606
|
+
._itemSelected_1py8r_72 {
|
|
10220
10607
|
background-color: var(--fui-field-selection-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
10221
10608
|
color: var(--fui-field-selection-color, var(--fui-text-primary, #212121));
|
|
10222
10609
|
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, var(--fui-color-accent, #006b57));
|
|
10223
10610
|
}
|
|
10224
10611
|
|
|
10225
|
-
.
|
|
10612
|
+
._itemActive_1py8r_78:not(._itemSelected_1py8r_72) {
|
|
10226
10613
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
10227
10614
|
color: var(--fui-text-primary, #212121);
|
|
10228
10615
|
}
|
|
10229
10616
|
|
|
10230
|
-
.
|
|
10617
|
+
._itemActive_1py8r_78._itemSelected_1py8r_72 {
|
|
10231
10618
|
background-color: var(--fui-field-selection-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
10232
10619
|
color: var(--fui-field-selection-color, var(--fui-text-primary, #212121));
|
|
10233
10620
|
box-shadow: inset 0 0 0 1px var(--fui-field-selection-border, var(--fui-color-accent, #006b57));
|
|
10234
10621
|
}
|
|
10235
10622
|
|
|
10236
|
-
.
|
|
10623
|
+
._itemDisabled_1py8r_89 {
|
|
10237
10624
|
opacity: 0.5;
|
|
10238
10625
|
pointer-events: none;
|
|
10239
10626
|
cursor: default;
|
|
10240
10627
|
}
|
|
10241
10628
|
|
|
10242
|
-
.
|
|
10629
|
+
._group_1py8r_95:not(:first-child) {
|
|
10243
10630
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
10244
10631
|
padding-top: var(--fui-space-1, 0.5rem);
|
|
10245
10632
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
10246
10633
|
}
|
|
10247
10634
|
|
|
10248
|
-
.
|
|
10635
|
+
._groupLabel_1py8r_101 {
|
|
10249
10636
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
10250
10637
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
10251
10638
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
@@ -10254,7 +10641,7 @@
|
|
|
10254
10641
|
letter-spacing: var(--fui-letter-spacing-wide, 0.05em);
|
|
10255
10642
|
}
|
|
10256
10643
|
|
|
10257
|
-
.
|
|
10644
|
+
._empty_1py8r_110 {
|
|
10258
10645
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
10259
10646
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
10260
10647
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -10267,11 +10654,11 @@
|
|
|
10267
10654
|
}
|
|
10268
10655
|
|
|
10269
10656
|
@media (prefers-contrast: more) {
|
|
10270
|
-
.
|
|
10657
|
+
._listbox_1py8r_1 {
|
|
10271
10658
|
border-width: 2px;
|
|
10272
10659
|
}
|
|
10273
|
-
.
|
|
10274
|
-
.
|
|
10660
|
+
._itemSelected_1py8r_72,
|
|
10661
|
+
._itemActive_1py8r_78 {
|
|
10275
10662
|
outline: 2px solid var(--fui-color-accent, #006b57);
|
|
10276
10663
|
outline-offset: -2px;
|
|
10277
10664
|
}
|
|
@@ -11248,7 +11635,7 @@
|
|
|
11248
11635
|
clip: rect(0, 0, 0, 0);
|
|
11249
11636
|
white-space: nowrap;
|
|
11250
11637
|
border-width: 0;
|
|
11251
|
-
}.
|
|
11638
|
+
}._markdown_1396t_1 {
|
|
11252
11639
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
11253
11640
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
11254
11641
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -11256,208 +11643,225 @@
|
|
|
11256
11643
|
-webkit-font-smoothing: antialiased;
|
|
11257
11644
|
-moz-osx-font-smoothing: grayscale;
|
|
11258
11645
|
word-wrap: break-word;
|
|
11259
|
-
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
11646
|
+
color: var(--fui-markdown-text, var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358)));
|
|
11260
11647
|
font-size: var(--fui-font-size-md, 1.071rem);
|
|
11261
11648
|
line-height: var(--fui-line-height-prose, 1.7);
|
|
11262
11649
|
}
|
|
11263
|
-
.
|
|
11264
|
-
|
|
11265
|
-
|
|
11266
|
-
.
|
|
11267
|
-
|
|
11268
|
-
|
|
11650
|
+
._markdown_1396t_1 > :first-child {
|
|
11651
|
+
margin-top: 0;
|
|
11652
|
+
}
|
|
11653
|
+
._markdown_1396t_1 > :last-child {
|
|
11654
|
+
margin-bottom: 0;
|
|
11655
|
+
}
|
|
11656
|
+
._markdown_1396t_1 h1,
|
|
11657
|
+
._markdown_1396t_1 h2,
|
|
11658
|
+
._markdown_1396t_1 h3,
|
|
11659
|
+
._markdown_1396t_1 h4,
|
|
11660
|
+
._markdown_1396t_1 h5,
|
|
11661
|
+
._markdown_1396t_1 h6 {
|
|
11269
11662
|
margin-top: var(--fui-space-4, 2rem);
|
|
11270
11663
|
margin-bottom: var(--fui-space-2, 1rem);
|
|
11271
11664
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
11272
11665
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
11273
11666
|
color: var(--fui-text-primary, #212121);
|
|
11274
11667
|
}
|
|
11275
|
-
.
|
|
11276
|
-
.
|
|
11277
|
-
.
|
|
11278
|
-
.
|
|
11279
|
-
.
|
|
11280
|
-
.
|
|
11668
|
+
._markdown_1396t_1 h1:first-child,
|
|
11669
|
+
._markdown_1396t_1 h2:first-child,
|
|
11670
|
+
._markdown_1396t_1 h3:first-child,
|
|
11671
|
+
._markdown_1396t_1 h4:first-child,
|
|
11672
|
+
._markdown_1396t_1 h5:first-child,
|
|
11673
|
+
._markdown_1396t_1 h6:first-child {
|
|
11281
11674
|
margin-top: 0;
|
|
11282
11675
|
}
|
|
11283
|
-
.
|
|
11676
|
+
._markdown_1396t_1 h1 {
|
|
11284
11677
|
font-size: var(--fui-font-size-3xl, 2.571rem);
|
|
11285
11678
|
line-height: var(--fui-line-height-display, 1.1);
|
|
11286
11679
|
letter-spacing: var(--fui-letter-spacing-display, 0);
|
|
11287
11680
|
}
|
|
11288
|
-
.
|
|
11681
|
+
._markdown_1396t_1 h2 {
|
|
11289
11682
|
font-size: var(--fui-font-size-xl, 1.714rem);
|
|
11290
11683
|
letter-spacing: var(--fui-letter-spacing-tight, 0);
|
|
11291
11684
|
margin-top: var(--fui-space-8, 4rem);
|
|
11292
11685
|
}
|
|
11293
|
-
.
|
|
11686
|
+
._markdown_1396t_1 h3 {
|
|
11294
11687
|
font-size: var(--fui-font-size-lg, 1.429rem);
|
|
11295
11688
|
letter-spacing: var(--fui-letter-spacing-tight, 0);
|
|
11296
11689
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
11297
11690
|
}
|
|
11298
|
-
.
|
|
11691
|
+
._markdown_1396t_1 h4 {
|
|
11299
11692
|
font-size: var(--fui-font-size-md, 1.071rem);
|
|
11300
11693
|
}
|
|
11301
|
-
.
|
|
11302
|
-
.
|
|
11694
|
+
._markdown_1396t_1 h5,
|
|
11695
|
+
._markdown_1396t_1 h6 {
|
|
11303
11696
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
11304
11697
|
}
|
|
11305
|
-
.
|
|
11698
|
+
._markdown_1396t_1 p {
|
|
11306
11699
|
margin: 0;
|
|
11307
11700
|
line-height: var(--fui-line-height-prose, 1.7);
|
|
11308
11701
|
}
|
|
11309
|
-
.
|
|
11702
|
+
._markdown_1396t_1 p + p {
|
|
11310
11703
|
margin-top: var(--fui-space-3, 1.5rem);
|
|
11311
11704
|
}
|
|
11312
|
-
.
|
|
11705
|
+
._markdown_1396t_1 a {
|
|
11313
11706
|
color: var(--fui-color-accent, #006b57);
|
|
11314
11707
|
text-decoration: underline;
|
|
11315
11708
|
text-underline-offset: 2px;
|
|
11316
11709
|
}
|
|
11317
|
-
.
|
|
11710
|
+
._markdown_1396t_1 a:hover {
|
|
11318
11711
|
opacity: 0.8;
|
|
11319
11712
|
}
|
|
11320
|
-
.
|
|
11321
|
-
.
|
|
11713
|
+
._markdown_1396t_1 ul,
|
|
11714
|
+
._markdown_1396t_1 ol {
|
|
11322
11715
|
margin: var(--fui-space-2, 1rem) 0;
|
|
11323
11716
|
padding-left: var(--fui-space-4, 2rem);
|
|
11324
11717
|
}
|
|
11325
|
-
.
|
|
11718
|
+
._markdown_1396t_1 li {
|
|
11326
11719
|
margin-bottom: var(--fui-space-1, 0.5rem);
|
|
11327
11720
|
line-height: var(--fui-line-height-prose, 1.7);
|
|
11328
11721
|
}
|
|
11329
|
-
.
|
|
11722
|
+
._markdown_1396t_1 li:last-child {
|
|
11330
11723
|
margin-bottom: 0;
|
|
11331
11724
|
}
|
|
11332
|
-
.
|
|
11333
|
-
.
|
|
11725
|
+
._markdown_1396t_1 li > ul,
|
|
11726
|
+
._markdown_1396t_1 li > ol {
|
|
11334
11727
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
11335
11728
|
margin-bottom: 0;
|
|
11336
11729
|
}
|
|
11337
|
-
.
|
|
11730
|
+
._markdown_1396t_1 code {
|
|
11338
11731
|
font-family: var(--fui-font-mono, "JetBrains Mono Variable", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace);
|
|
11339
11732
|
font-size: 0.9em;
|
|
11340
11733
|
padding: 0.125em 0.375em;
|
|
11341
11734
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
11342
11735
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
11343
11736
|
}
|
|
11344
|
-
.
|
|
11737
|
+
._markdown_1396t_1 pre {
|
|
11345
11738
|
margin: var(--fui-space-2, 1rem) 0;
|
|
11346
11739
|
padding: var(--fui-space-2);
|
|
11347
11740
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
11348
11741
|
background-color: var(--fui-code-bg, #171717);
|
|
11349
11742
|
overflow-x: auto;
|
|
11350
11743
|
}
|
|
11351
|
-
.
|
|
11744
|
+
._markdown_1396t_1 pre code {
|
|
11352
11745
|
padding: 0;
|
|
11353
11746
|
background: none;
|
|
11354
11747
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
11355
11748
|
}
|
|
11356
|
-
.
|
|
11749
|
+
._markdown_1396t_1 div:has(> div > div > pre) {
|
|
11357
11750
|
margin: var(--fui-space-3, 1.5rem) 0;
|
|
11358
11751
|
}
|
|
11359
|
-
.
|
|
11752
|
+
._markdown_1396t_1 blockquote {
|
|
11360
11753
|
margin: var(--fui-space-2, 1rem) 0;
|
|
11361
11754
|
padding: var(--fui-space-1) var(--fui-space-3);
|
|
11362
11755
|
border-left: 3px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
11363
11756
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
11364
11757
|
}
|
|
11365
|
-
.
|
|
11758
|
+
._markdown_1396t_1 blockquote p {
|
|
11366
11759
|
margin: 0;
|
|
11367
11760
|
}
|
|
11368
|
-
.
|
|
11761
|
+
._markdown_1396t_1 hr {
|
|
11369
11762
|
margin: var(--fui-space-4, 2rem) 0;
|
|
11370
11763
|
border: none;
|
|
11371
11764
|
border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
11372
11765
|
}
|
|
11373
|
-
.
|
|
11766
|
+
._markdown_1396t_1 table {
|
|
11374
11767
|
width: 100%;
|
|
11375
11768
|
margin: var(--fui-space-2, 1rem) 0;
|
|
11376
11769
|
border-collapse: collapse;
|
|
11377
11770
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
11378
11771
|
}
|
|
11379
|
-
.
|
|
11380
|
-
.
|
|
11772
|
+
._markdown_1396t_1 th,
|
|
11773
|
+
._markdown_1396t_1 td {
|
|
11381
11774
|
padding: var(--fui-space-1) var(--fui-space-2);
|
|
11382
11775
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
11383
11776
|
text-align: left;
|
|
11384
11777
|
}
|
|
11385
|
-
.
|
|
11778
|
+
._markdown_1396t_1 th {
|
|
11386
11779
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
11387
11780
|
background-color: var(--fui-bg-secondary, #f4f4f4);
|
|
11388
11781
|
}
|
|
11389
|
-
.
|
|
11782
|
+
._markdown_1396t_1 img {
|
|
11390
11783
|
max-width: 100%;
|
|
11391
11784
|
height: auto;
|
|
11392
11785
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
11393
11786
|
}
|
|
11394
|
-
.
|
|
11787
|
+
._markdown_1396t_1 input[type=checkbox] {
|
|
11395
11788
|
margin-right: var(--fui-space-1, 0.5rem);
|
|
11396
11789
|
}
|
|
11397
|
-
.
|
|
11790
|
+
._markdown_1396t_1 strong {
|
|
11398
11791
|
font-weight: var(--fui-font-weight-semibold, 600);
|
|
11399
11792
|
}
|
|
11400
|
-
.
|
|
11793
|
+
._markdown_1396t_1 > *:first-child {
|
|
11401
11794
|
margin-top: 0;
|
|
11402
11795
|
}
|
|
11403
|
-
.
|
|
11796
|
+
._markdown_1396t_1 > *:last-child {
|
|
11404
11797
|
margin-bottom: 0;
|
|
11405
|
-
}.
|
|
11798
|
+
}._message_1x3cg_1 {
|
|
11406
11799
|
display: flex;
|
|
11407
11800
|
gap: var(--fui-space-2, 1rem);
|
|
11408
11801
|
padding: var(--fui-space-2, 1rem);
|
|
11409
11802
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
11410
11803
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
11411
11804
|
}
|
|
11412
|
-
.
|
|
11805
|
+
._message_1x3cg_1:hover ._actions_1x3cg_8 {
|
|
11413
11806
|
opacity: 1;
|
|
11414
11807
|
}
|
|
11415
|
-
.
|
|
11808
|
+
._message_1x3cg_1:focus-within ._actions_1x3cg_8 {
|
|
11416
11809
|
opacity: 1;
|
|
11417
11810
|
}
|
|
11418
11811
|
|
|
11419
|
-
.
|
|
11812
|
+
._withoutAvatar_1x3cg_15 {
|
|
11813
|
+
padding-inline: 0;
|
|
11814
|
+
}
|
|
11815
|
+
._withoutAvatar_1x3cg_15._assistant_1x3cg_18 ._content_1x3cg_18 {
|
|
11816
|
+
padding: 0;
|
|
11817
|
+
}
|
|
11818
|
+
._withoutAvatar_1x3cg_15._user_1x3cg_21 ._content_1x3cg_18 {
|
|
11819
|
+
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
11820
|
+
}
|
|
11821
|
+
|
|
11822
|
+
._user_1x3cg_21 {
|
|
11420
11823
|
flex-direction: row-reverse;
|
|
11421
11824
|
margin-left: auto;
|
|
11422
11825
|
}
|
|
11423
|
-
.
|
|
11826
|
+
._user_1x3cg_21 ._body_1x3cg_29 {
|
|
11424
11827
|
align-items: flex-end;
|
|
11425
11828
|
}
|
|
11426
|
-
.
|
|
11427
|
-
|
|
11428
|
-
color: var(--fui-
|
|
11829
|
+
._user_1x3cg_21 ._content_1x3cg_18 {
|
|
11830
|
+
max-inline-size: 80%;
|
|
11831
|
+
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
11832
|
+
color: var(--fui-text-primary, #212121);
|
|
11429
11833
|
}
|
|
11430
11834
|
|
|
11431
|
-
.
|
|
11835
|
+
._assistant_1x3cg_18 ._content_1x3cg_18 {
|
|
11432
11836
|
background-color: var(--fui-bg-secondary, #f4f4f4);
|
|
11433
11837
|
color: var(--fui-text-primary, #212121);
|
|
11434
11838
|
}
|
|
11435
11839
|
|
|
11436
|
-
.
|
|
11840
|
+
._system_1x3cg_43 {
|
|
11437
11841
|
max-width: 100%;
|
|
11438
11842
|
justify-content: center;
|
|
11439
11843
|
}
|
|
11440
|
-
.
|
|
11844
|
+
._system_1x3cg_43 ._content_1x3cg_18 {
|
|
11441
11845
|
background-color: var(--fui-color-info-bg, rgba(127, 166, 196, 0.1));
|
|
11442
11846
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
11443
11847
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
11444
11848
|
text-align: center;
|
|
11445
11849
|
}
|
|
11446
|
-
.
|
|
11850
|
+
._system_1x3cg_43 ._avatar_1x3cg_53 {
|
|
11447
11851
|
display: none;
|
|
11448
11852
|
}
|
|
11449
11853
|
|
|
11450
|
-
.
|
|
11854
|
+
._error_1x3cg_57 ._content_1x3cg_18 {
|
|
11451
11855
|
background: var(--fui-color-danger-bg, rgba(217, 112, 102, 0.1));
|
|
11452
11856
|
border: 1px solid var(--fui-color-danger-border, color-mix(in srgb, rgb(162.7774064935, 63.3790672702, 56.4827894566) 30%, transparent));
|
|
11453
11857
|
color: var(--fui-color-danger-text, rgb(162.7774064935, 63.3790672702, 56.4827894566));
|
|
11454
11858
|
}
|
|
11455
11859
|
|
|
11456
|
-
.
|
|
11860
|
+
._sending_1x3cg_63 {
|
|
11457
11861
|
opacity: 0.7;
|
|
11458
11862
|
}
|
|
11459
11863
|
|
|
11460
|
-
.
|
|
11864
|
+
._avatar_1x3cg_53 {
|
|
11461
11865
|
flex-shrink: 0;
|
|
11462
11866
|
display: flex;
|
|
11463
11867
|
align-items: center;
|
|
@@ -11468,38 +11872,38 @@
|
|
|
11468
11872
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
11469
11873
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
11470
11874
|
}
|
|
11471
|
-
.
|
|
11875
|
+
._avatar_1x3cg_53 svg {
|
|
11472
11876
|
width: 1rem;
|
|
11473
11877
|
height: 1rem;
|
|
11474
11878
|
}
|
|
11475
11879
|
|
|
11476
|
-
.
|
|
11477
|
-
background-color: var(--fui-
|
|
11478
|
-
color: var(--fui-
|
|
11880
|
+
._avatarUser_1x3cg_83 {
|
|
11881
|
+
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
11882
|
+
color: var(--fui-text-primary, #212121);
|
|
11479
11883
|
}
|
|
11480
11884
|
|
|
11481
|
-
.
|
|
11885
|
+
._avatarAssistant_1x3cg_88 {
|
|
11482
11886
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
11483
11887
|
color: var(--fui-text-primary, #212121);
|
|
11484
11888
|
}
|
|
11485
11889
|
|
|
11486
|
-
.
|
|
11890
|
+
._avatarSystem_1x3cg_93 {
|
|
11487
11891
|
background-color: var(--fui-color-info-bg, rgba(127, 166, 196, 0.1));
|
|
11488
11892
|
color: var(--fui-color-info-text, rgb(63.1782487843, 100.0730830678, 127.5349009142));
|
|
11489
11893
|
}
|
|
11490
11894
|
|
|
11491
|
-
.
|
|
11895
|
+
._avatarImage_1x3cg_98 {
|
|
11492
11896
|
padding: 0;
|
|
11493
11897
|
overflow: hidden;
|
|
11494
11898
|
}
|
|
11495
11899
|
|
|
11496
|
-
.
|
|
11900
|
+
._avatarImg_1x3cg_103 {
|
|
11497
11901
|
width: 100%;
|
|
11498
11902
|
height: 100%;
|
|
11499
11903
|
object-fit: cover;
|
|
11500
11904
|
}
|
|
11501
11905
|
|
|
11502
|
-
.
|
|
11906
|
+
._body_1x3cg_29 {
|
|
11503
11907
|
display: flex;
|
|
11504
11908
|
flex-direction: column;
|
|
11505
11909
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -11507,7 +11911,7 @@
|
|
|
11507
11911
|
flex: 1;
|
|
11508
11912
|
}
|
|
11509
11913
|
|
|
11510
|
-
.
|
|
11914
|
+
._content_1x3cg_18 {
|
|
11511
11915
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
11512
11916
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
11513
11917
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -11518,48 +11922,49 @@
|
|
|
11518
11922
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
11519
11923
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
11520
11924
|
word-wrap: break-word;
|
|
11925
|
+
--fui-markdown-text: currentColor;
|
|
11521
11926
|
}
|
|
11522
|
-
.
|
|
11927
|
+
._content_1x3cg_18 p {
|
|
11523
11928
|
margin: 0;
|
|
11524
11929
|
}
|
|
11525
|
-
.
|
|
11930
|
+
._content_1x3cg_18 p + p {
|
|
11526
11931
|
margin-top: var(--fui-space-2, 1rem);
|
|
11527
11932
|
}
|
|
11528
|
-
.
|
|
11933
|
+
._content_1x3cg_18 code {
|
|
11529
11934
|
font-family: var(--fui-font-mono, "JetBrains Mono Variable", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace);
|
|
11530
11935
|
font-size: 0.9em;
|
|
11531
11936
|
padding: 0.125em 0.375em;
|
|
11532
11937
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
11533
11938
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
11534
11939
|
}
|
|
11535
|
-
.
|
|
11940
|
+
._content_1x3cg_18 pre {
|
|
11536
11941
|
margin: var(--fui-space-2, 1rem) 0;
|
|
11537
11942
|
padding: var(--fui-space-2, 1rem);
|
|
11538
11943
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
11539
11944
|
background-color: var(--fui-bg-subtle, #fafafa);
|
|
11540
11945
|
overflow-x: auto;
|
|
11541
11946
|
}
|
|
11542
|
-
.
|
|
11947
|
+
._content_1x3cg_18 pre code {
|
|
11543
11948
|
padding: 0;
|
|
11544
11949
|
background: none;
|
|
11545
11950
|
}
|
|
11546
|
-
.
|
|
11547
|
-
.
|
|
11951
|
+
._content_1x3cg_18 ul,
|
|
11952
|
+
._content_1x3cg_18 ol {
|
|
11548
11953
|
margin: var(--fui-space-2, 1rem) 0;
|
|
11549
11954
|
padding-left: var(--fui-space-4, 2rem);
|
|
11550
11955
|
}
|
|
11551
11956
|
|
|
11552
|
-
.
|
|
11957
|
+
._streaming_1x3cg_160::after {
|
|
11553
11958
|
content: "";
|
|
11554
11959
|
display: inline-block;
|
|
11555
11960
|
width: 0.5em;
|
|
11556
11961
|
height: 1em;
|
|
11557
11962
|
margin-left: 2px;
|
|
11558
11963
|
background-color: currentColor;
|
|
11559
|
-
animation:
|
|
11964
|
+
animation: _blink_1x3cg_1 1s step-end infinite;
|
|
11560
11965
|
}
|
|
11561
11966
|
|
|
11562
|
-
@keyframes
|
|
11967
|
+
@keyframes _blink_1x3cg_1 {
|
|
11563
11968
|
0%, 100% {
|
|
11564
11969
|
opacity: 1;
|
|
11565
11970
|
}
|
|
@@ -11567,7 +11972,7 @@
|
|
|
11567
11972
|
opacity: 0;
|
|
11568
11973
|
}
|
|
11569
11974
|
}
|
|
11570
|
-
.
|
|
11975
|
+
._actions_1x3cg_8 {
|
|
11571
11976
|
display: flex;
|
|
11572
11977
|
align-items: center;
|
|
11573
11978
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -11575,7 +11980,7 @@
|
|
|
11575
11980
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
11576
11981
|
}
|
|
11577
11982
|
|
|
11578
|
-
.
|
|
11983
|
+
._timestamp_1x3cg_186 {
|
|
11579
11984
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
11580
11985
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
11581
11986
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
@@ -11584,32 +11989,34 @@
|
|
|
11584
11989
|
}
|
|
11585
11990
|
|
|
11586
11991
|
@media (prefers-reduced-motion: reduce) {
|
|
11587
|
-
.
|
|
11992
|
+
._streaming_1x3cg_160::after {
|
|
11588
11993
|
animation: none;
|
|
11589
11994
|
}
|
|
11590
|
-
}.
|
|
11995
|
+
}._conversationList_zr7xl_1 {
|
|
11591
11996
|
display: flex;
|
|
11592
11997
|
flex-direction: column;
|
|
11593
11998
|
flex: 1;
|
|
11999
|
+
color: var(--fui-text-primary, #212121);
|
|
11594
12000
|
overflow-y: auto;
|
|
11595
12001
|
overflow-x: hidden;
|
|
11596
12002
|
scroll-behavior: smooth;
|
|
11597
12003
|
}
|
|
11598
12004
|
@media (prefers-reduced-motion: reduce) {
|
|
11599
|
-
.
|
|
12005
|
+
._conversationList_zr7xl_1 {
|
|
11600
12006
|
scroll-behavior: auto;
|
|
11601
12007
|
}
|
|
11602
12008
|
}
|
|
11603
12009
|
|
|
11604
|
-
.
|
|
12010
|
+
._content_zr7xl_16 {
|
|
11605
12011
|
display: flex;
|
|
11606
12012
|
flex-direction: column;
|
|
11607
12013
|
gap: var(--fui-space-2, 1rem);
|
|
11608
12014
|
padding: var(--fui-space-3, 1.5rem);
|
|
11609
12015
|
min-height: 100%;
|
|
12016
|
+
flex-shrink: 0;
|
|
11610
12017
|
}
|
|
11611
12018
|
|
|
11612
|
-
.
|
|
12019
|
+
._loadingHistory_zr7xl_25 {
|
|
11613
12020
|
display: flex;
|
|
11614
12021
|
align-items: center;
|
|
11615
12022
|
justify-content: center;
|
|
@@ -11619,16 +12026,16 @@
|
|
|
11619
12026
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
11620
12027
|
}
|
|
11621
12028
|
|
|
11622
|
-
.
|
|
11623
|
-
animation:
|
|
12029
|
+
._spinner_zr7xl_35 {
|
|
12030
|
+
animation: _spin_zr7xl_35 1s linear infinite;
|
|
11624
12031
|
}
|
|
11625
12032
|
@media (prefers-reduced-motion: reduce) {
|
|
11626
|
-
.
|
|
12033
|
+
._spinner_zr7xl_35 {
|
|
11627
12034
|
animation: none;
|
|
11628
12035
|
}
|
|
11629
12036
|
}
|
|
11630
12037
|
|
|
11631
|
-
@keyframes
|
|
12038
|
+
@keyframes _spin_zr7xl_35 {
|
|
11632
12039
|
from {
|
|
11633
12040
|
transform: rotate(0deg);
|
|
11634
12041
|
}
|
|
@@ -11636,20 +12043,20 @@
|
|
|
11636
12043
|
transform: rotate(360deg);
|
|
11637
12044
|
}
|
|
11638
12045
|
}
|
|
11639
|
-
.
|
|
12046
|
+
._dateSeparator_zr7xl_52 {
|
|
11640
12047
|
display: flex;
|
|
11641
12048
|
align-items: center;
|
|
11642
12049
|
gap: var(--fui-space-2, 1rem);
|
|
11643
12050
|
padding: var(--fui-space-2, 1rem) 0;
|
|
11644
12051
|
}
|
|
11645
12052
|
|
|
11646
|
-
.
|
|
12053
|
+
._dateSeparatorLine_zr7xl_59 {
|
|
11647
12054
|
flex: 1;
|
|
11648
12055
|
height: 1px;
|
|
11649
12056
|
background-color: var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
11650
12057
|
}
|
|
11651
12058
|
|
|
11652
|
-
.
|
|
12059
|
+
._dateSeparatorText_zr7xl_65 {
|
|
11653
12060
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
11654
12061
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
11655
12062
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
@@ -11660,14 +12067,18 @@
|
|
|
11660
12067
|
letter-spacing: var(--fui-letter-spacing-wide, 0.05em);
|
|
11661
12068
|
}
|
|
11662
12069
|
|
|
11663
|
-
.
|
|
12070
|
+
._typingIndicator_zr7xl_76 {
|
|
11664
12071
|
display: flex;
|
|
11665
12072
|
align-items: center;
|
|
11666
12073
|
gap: var(--fui-space-2, 1rem);
|
|
11667
12074
|
padding: var(--fui-space-2, 1rem);
|
|
11668
12075
|
}
|
|
11669
12076
|
|
|
11670
|
-
.
|
|
12077
|
+
._withoutAvatar_zr7xl_83 {
|
|
12078
|
+
padding-inline: 0;
|
|
12079
|
+
}
|
|
12080
|
+
|
|
12081
|
+
._typingAvatar_zr7xl_87 {
|
|
11671
12082
|
flex-shrink: 0;
|
|
11672
12083
|
display: flex;
|
|
11673
12084
|
align-items: center;
|
|
@@ -11678,12 +12089,12 @@
|
|
|
11678
12089
|
background-color: var(--fui-bg-tertiary, #f4f4f4);
|
|
11679
12090
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
11680
12091
|
}
|
|
11681
|
-
.
|
|
12092
|
+
._typingAvatar_zr7xl_87 svg {
|
|
11682
12093
|
width: 1rem;
|
|
11683
12094
|
height: 1rem;
|
|
11684
12095
|
}
|
|
11685
12096
|
|
|
11686
|
-
.
|
|
12097
|
+
._typingContent_zr7xl_103 {
|
|
11687
12098
|
display: flex;
|
|
11688
12099
|
align-items: center;
|
|
11689
12100
|
gap: calc(var(--fui-space-px, 1px) * 4);
|
|
@@ -11692,30 +12103,30 @@
|
|
|
11692
12103
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
11693
12104
|
}
|
|
11694
12105
|
|
|
11695
|
-
.
|
|
12106
|
+
._typingDot_zr7xl_112 {
|
|
11696
12107
|
width: 6px;
|
|
11697
12108
|
height: 6px;
|
|
11698
12109
|
border-radius: var(--fui-radius-full, 9999px);
|
|
11699
12110
|
background-color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
11700
|
-
animation:
|
|
12111
|
+
animation: _bounce_zr7xl_1 1.4s ease-in-out infinite;
|
|
11701
12112
|
}
|
|
11702
|
-
.
|
|
12113
|
+
._typingDot_zr7xl_112:nth-child(1) {
|
|
11703
12114
|
animation-delay: 0s;
|
|
11704
12115
|
}
|
|
11705
|
-
.
|
|
12116
|
+
._typingDot_zr7xl_112:nth-child(2) {
|
|
11706
12117
|
animation-delay: 0.2s;
|
|
11707
12118
|
}
|
|
11708
|
-
.
|
|
12119
|
+
._typingDot_zr7xl_112:nth-child(3) {
|
|
11709
12120
|
animation-delay: 0.4s;
|
|
11710
12121
|
}
|
|
11711
12122
|
@media (prefers-reduced-motion: reduce) {
|
|
11712
|
-
.
|
|
12123
|
+
._typingDot_zr7xl_112 {
|
|
11713
12124
|
animation: none;
|
|
11714
12125
|
opacity: 0.6;
|
|
11715
12126
|
}
|
|
11716
12127
|
}
|
|
11717
12128
|
|
|
11718
|
-
@keyframes
|
|
12129
|
+
@keyframes _bounce_zr7xl_1 {
|
|
11719
12130
|
0%, 60%, 100% {
|
|
11720
12131
|
transform: translateY(0);
|
|
11721
12132
|
opacity: 0.4;
|
|
@@ -11939,7 +12350,7 @@
|
|
|
11939
12350
|
._legendLabel_1up7w_119 {
|
|
11940
12351
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
11941
12352
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
11942
|
-
}.
|
|
12353
|
+
}._root_4ah1e_1 {
|
|
11943
12354
|
container-type: inline-size;
|
|
11944
12355
|
container-name: fui-navmenu;
|
|
11945
12356
|
position: relative;
|
|
@@ -11947,12 +12358,12 @@
|
|
|
11947
12358
|
align-items: center;
|
|
11948
12359
|
}
|
|
11949
12360
|
|
|
11950
|
-
.
|
|
12361
|
+
._rootVertical_4ah1e_9 {
|
|
11951
12362
|
flex-direction: column;
|
|
11952
12363
|
align-items: flex-start;
|
|
11953
12364
|
}
|
|
11954
12365
|
|
|
11955
|
-
.
|
|
12366
|
+
._list_4ah1e_14 {
|
|
11956
12367
|
display: flex;
|
|
11957
12368
|
align-items: center;
|
|
11958
12369
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -11961,17 +12372,17 @@
|
|
|
11961
12372
|
padding: 0;
|
|
11962
12373
|
}
|
|
11963
12374
|
@media (max-width: 767px) {
|
|
11964
|
-
.
|
|
12375
|
+
._list_4ah1e_14 {
|
|
11965
12376
|
display: none;
|
|
11966
12377
|
}
|
|
11967
12378
|
}
|
|
11968
12379
|
|
|
11969
|
-
.
|
|
12380
|
+
._listVertical_4ah1e_28 {
|
|
11970
12381
|
flex-direction: column;
|
|
11971
12382
|
align-items: stretch;
|
|
11972
12383
|
}
|
|
11973
12384
|
|
|
11974
|
-
.
|
|
12385
|
+
._trigger_4ah1e_33 {
|
|
11975
12386
|
appearance: none;
|
|
11976
12387
|
background: transparent;
|
|
11977
12388
|
border: none;
|
|
@@ -11981,21 +12392,21 @@
|
|
|
11981
12392
|
color: inherit;
|
|
11982
12393
|
cursor: pointer;
|
|
11983
12394
|
}
|
|
11984
|
-
.
|
|
12395
|
+
._trigger_4ah1e_33:disabled {
|
|
11985
12396
|
cursor: not-allowed;
|
|
11986
12397
|
}
|
|
11987
|
-
.
|
|
12398
|
+
._trigger_4ah1e_33 {
|
|
11988
12399
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
11989
12400
|
}
|
|
11990
|
-
.
|
|
12401
|
+
._trigger_4ah1e_33:focus-visible {
|
|
11991
12402
|
outline: none;
|
|
11992
12403
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
11993
12404
|
}
|
|
11994
|
-
.
|
|
12405
|
+
._trigger_4ah1e_33:disabled, ._trigger_4ah1e_33[data-disabled] {
|
|
11995
12406
|
opacity: 0.5;
|
|
11996
12407
|
pointer-events: none;
|
|
11997
12408
|
}
|
|
11998
|
-
.
|
|
12409
|
+
._trigger_4ah1e_33 {
|
|
11999
12410
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12000
12411
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12001
12412
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -12012,26 +12423,26 @@
|
|
|
12012
12423
|
min-height: var(--fui-button-height-md, 2.8571428571rem);
|
|
12013
12424
|
cursor: pointer;
|
|
12014
12425
|
}
|
|
12015
|
-
.
|
|
12426
|
+
._trigger_4ah1e_33:hover {
|
|
12016
12427
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
12017
12428
|
color: var(--fui-text-primary, #212121);
|
|
12018
12429
|
}
|
|
12019
|
-
.
|
|
12430
|
+
._trigger_4ah1e_33:active {
|
|
12020
12431
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
12021
12432
|
}
|
|
12022
|
-
.
|
|
12433
|
+
._trigger_4ah1e_33[data-state=open] {
|
|
12023
12434
|
color: var(--fui-text-primary, #212121);
|
|
12024
12435
|
}
|
|
12025
12436
|
|
|
12026
|
-
.
|
|
12437
|
+
._triggerChevron_4ah1e_85 {
|
|
12027
12438
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12028
12439
|
flex-shrink: 0;
|
|
12029
12440
|
}
|
|
12030
|
-
[data-state=open] > .
|
|
12441
|
+
[data-state=open] > ._triggerChevron_4ah1e_85 {
|
|
12031
12442
|
transform: rotate(180deg);
|
|
12032
12443
|
}
|
|
12033
12444
|
|
|
12034
|
-
.
|
|
12445
|
+
._content_4ah1e_93 {
|
|
12035
12446
|
display: flex;
|
|
12036
12447
|
flex-direction: column;
|
|
12037
12448
|
gap: 1px;
|
|
@@ -12041,20 +12452,20 @@
|
|
|
12041
12452
|
width: 100%;
|
|
12042
12453
|
min-width: 180px;
|
|
12043
12454
|
}
|
|
12044
|
-
.
|
|
12045
|
-
animation:
|
|
12455
|
+
._content_4ah1e_93[data-motion=from-start] {
|
|
12456
|
+
animation: _slideFromStart_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease forwards;
|
|
12046
12457
|
}
|
|
12047
|
-
.
|
|
12048
|
-
animation:
|
|
12458
|
+
._content_4ah1e_93[data-motion=from-end] {
|
|
12459
|
+
animation: _slideFromEnd_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease forwards;
|
|
12049
12460
|
}
|
|
12050
|
-
.
|
|
12051
|
-
animation:
|
|
12461
|
+
._content_4ah1e_93[data-motion=to-start] {
|
|
12462
|
+
animation: _slideToStart_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease forwards;
|
|
12052
12463
|
}
|
|
12053
|
-
.
|
|
12054
|
-
animation:
|
|
12464
|
+
._content_4ah1e_93[data-motion=to-end] {
|
|
12465
|
+
animation: _slideToEnd_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease forwards;
|
|
12055
12466
|
}
|
|
12056
12467
|
|
|
12057
|
-
@keyframes
|
|
12468
|
+
@keyframes _slideFromStart_4ah1e_1 {
|
|
12058
12469
|
from {
|
|
12059
12470
|
opacity: 0;
|
|
12060
12471
|
transform: translateX(calc(-1 * 8px));
|
|
@@ -12064,7 +12475,7 @@
|
|
|
12064
12475
|
transform: translateX(0);
|
|
12065
12476
|
}
|
|
12066
12477
|
}
|
|
12067
|
-
@keyframes
|
|
12478
|
+
@keyframes _slideFromEnd_4ah1e_1 {
|
|
12068
12479
|
from {
|
|
12069
12480
|
opacity: 0;
|
|
12070
12481
|
transform: translateX(8px);
|
|
@@ -12074,7 +12485,7 @@
|
|
|
12074
12485
|
transform: translateX(0);
|
|
12075
12486
|
}
|
|
12076
12487
|
}
|
|
12077
|
-
@keyframes
|
|
12488
|
+
@keyframes _slideToStart_4ah1e_1 {
|
|
12078
12489
|
from {
|
|
12079
12490
|
opacity: 1;
|
|
12080
12491
|
transform: translateX(0);
|
|
@@ -12084,7 +12495,7 @@
|
|
|
12084
12495
|
transform: translateX(calc(-1 * 8px));
|
|
12085
12496
|
}
|
|
12086
12497
|
}
|
|
12087
|
-
@keyframes
|
|
12498
|
+
@keyframes _slideToEnd_4ah1e_1 {
|
|
12088
12499
|
from {
|
|
12089
12500
|
opacity: 1;
|
|
12090
12501
|
transform: translateX(0);
|
|
@@ -12094,7 +12505,7 @@
|
|
|
12094
12505
|
transform: translateX(8px);
|
|
12095
12506
|
}
|
|
12096
12507
|
}
|
|
12097
|
-
.
|
|
12508
|
+
._link_4ah1e_156 {
|
|
12098
12509
|
appearance: none;
|
|
12099
12510
|
background: transparent;
|
|
12100
12511
|
border: none;
|
|
@@ -12104,21 +12515,22 @@
|
|
|
12104
12515
|
color: inherit;
|
|
12105
12516
|
cursor: pointer;
|
|
12106
12517
|
}
|
|
12107
|
-
.
|
|
12518
|
+
._link_4ah1e_156:disabled {
|
|
12108
12519
|
cursor: not-allowed;
|
|
12109
12520
|
}
|
|
12110
|
-
.
|
|
12521
|
+
._link_4ah1e_156 {
|
|
12111
12522
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12112
12523
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12113
12524
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
12114
12525
|
color: var(--fui-text-primary, #212121);
|
|
12115
12526
|
-webkit-font-smoothing: antialiased;
|
|
12116
12527
|
-moz-osx-font-smoothing: grayscale;
|
|
12528
|
+
font-size: var(--fui-popup-item-font-size, 0.857rem);
|
|
12117
12529
|
display: flex;
|
|
12118
12530
|
align-items: center;
|
|
12119
12531
|
gap: var(--fui-space-1, 0.5rem);
|
|
12120
12532
|
width: 100%;
|
|
12121
|
-
padding: var(--fui-
|
|
12533
|
+
padding: var(--fui-popup-item-padding-block, 0.5rem) var(--fui-popup-item-padding-inline, 1rem);
|
|
12122
12534
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
12123
12535
|
cursor: pointer;
|
|
12124
12536
|
outline: none;
|
|
@@ -12126,22 +12538,22 @@
|
|
|
12126
12538
|
text-decoration: none;
|
|
12127
12539
|
white-space: nowrap;
|
|
12128
12540
|
}
|
|
12129
|
-
.
|
|
12541
|
+
._link_4ah1e_156:hover {
|
|
12130
12542
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
12131
12543
|
color: var(--fui-text-primary, #212121);
|
|
12132
12544
|
}
|
|
12133
|
-
.
|
|
12545
|
+
._link_4ah1e_156:focus-visible {
|
|
12134
12546
|
outline: none;
|
|
12135
12547
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
12136
12548
|
}
|
|
12137
12549
|
|
|
12138
|
-
.
|
|
12550
|
+
._linkActive_4ah1e_198 {
|
|
12139
12551
|
background-color: var(--fui-field-selection-bg, var(--fui-bg-hover, rgba(0, 0, 0, 0.04)));
|
|
12140
12552
|
color: var(--fui-color-accent, #006b57);
|
|
12141
12553
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
12142
12554
|
}
|
|
12143
12555
|
|
|
12144
|
-
.
|
|
12556
|
+
._linkStructured_4ah1e_204 {
|
|
12145
12557
|
display: flex;
|
|
12146
12558
|
gap: var(--fui-space-2, 1rem);
|
|
12147
12559
|
padding: var(--fui-space-2, 1rem) var(--fui-space-2, 1rem);
|
|
@@ -12149,12 +12561,12 @@
|
|
|
12149
12561
|
white-space: normal;
|
|
12150
12562
|
min-height: auto;
|
|
12151
12563
|
}
|
|
12152
|
-
.
|
|
12564
|
+
._linkStructured_4ah1e_204:hover {
|
|
12153
12565
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
12154
12566
|
color: var(--fui-text-primary, #212121);
|
|
12155
12567
|
}
|
|
12156
12568
|
|
|
12157
|
-
.
|
|
12569
|
+
._linkIcon_4ah1e_217 {
|
|
12158
12570
|
display: flex;
|
|
12159
12571
|
align-items: center;
|
|
12160
12572
|
justify-content: center;
|
|
@@ -12165,37 +12577,37 @@
|
|
|
12165
12577
|
margin-top: var(--fui-space-0-5, 0.15rem);
|
|
12166
12578
|
}
|
|
12167
12579
|
|
|
12168
|
-
.
|
|
12580
|
+
._linkBody_4ah1e_228 {
|
|
12169
12581
|
display: flex;
|
|
12170
12582
|
flex-direction: column;
|
|
12171
12583
|
gap: var(--fui-space-0-5, 0.15rem);
|
|
12172
12584
|
min-width: 0;
|
|
12173
12585
|
}
|
|
12174
12586
|
|
|
12175
|
-
.
|
|
12587
|
+
._linkTitle_4ah1e_235 {
|
|
12176
12588
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
12177
12589
|
color: var(--fui-text-primary, #212121);
|
|
12178
12590
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12179
12591
|
line-height: var(--fui-line-height-tight, 1.25);
|
|
12180
12592
|
}
|
|
12181
12593
|
|
|
12182
|
-
.
|
|
12594
|
+
._linkDescription_4ah1e_242 {
|
|
12183
12595
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
12184
12596
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
12185
12597
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
12186
12598
|
}
|
|
12187
12599
|
|
|
12188
|
-
.
|
|
12600
|
+
._linkFeatured_4ah1e_248 {
|
|
12189
12601
|
background-color: var(--fui-bg-secondary, #f4f4f4);
|
|
12190
12602
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
12191
12603
|
}
|
|
12192
|
-
.
|
|
12604
|
+
._linkFeatured_4ah1e_248:hover {
|
|
12193
12605
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
12194
12606
|
color: var(--fui-text-primary, #212121);
|
|
12195
12607
|
border-color: var(--fui-border-strong, rgba(0, 0, 0, 0.1));
|
|
12196
12608
|
}
|
|
12197
12609
|
|
|
12198
|
-
.
|
|
12610
|
+
._indicator_4ah1e_258 {
|
|
12199
12611
|
position: absolute;
|
|
12200
12612
|
bottom: 0;
|
|
12201
12613
|
height: 2px;
|
|
@@ -12205,7 +12617,7 @@
|
|
|
12205
12617
|
pointer-events: none;
|
|
12206
12618
|
}
|
|
12207
12619
|
|
|
12208
|
-
.
|
|
12620
|
+
._viewport_4ah1e_268 {
|
|
12209
12621
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
12210
12622
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
12211
12623
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
@@ -12221,23 +12633,23 @@
|
|
|
12221
12633
|
height: var(--fui-navmenu-viewport-height);
|
|
12222
12634
|
transition: opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12223
12635
|
}
|
|
12224
|
-
.
|
|
12636
|
+
._viewport_4ah1e_268[data-state=closed] {
|
|
12225
12637
|
opacity: 0;
|
|
12226
12638
|
pointer-events: none;
|
|
12227
12639
|
width: 0;
|
|
12228
12640
|
height: 0;
|
|
12229
12641
|
overflow: hidden;
|
|
12230
12642
|
}
|
|
12231
|
-
.
|
|
12643
|
+
._viewport_4ah1e_268[data-state=open] {
|
|
12232
12644
|
opacity: 1;
|
|
12233
12645
|
}
|
|
12234
12646
|
@media (max-width: 767px) {
|
|
12235
|
-
.
|
|
12647
|
+
._viewport_4ah1e_268 {
|
|
12236
12648
|
display: none;
|
|
12237
12649
|
}
|
|
12238
12650
|
}
|
|
12239
12651
|
|
|
12240
|
-
.
|
|
12652
|
+
._hamburger_4ah1e_300 {
|
|
12241
12653
|
appearance: none;
|
|
12242
12654
|
background: transparent;
|
|
12243
12655
|
border: none;
|
|
@@ -12247,21 +12659,21 @@
|
|
|
12247
12659
|
color: inherit;
|
|
12248
12660
|
cursor: pointer;
|
|
12249
12661
|
}
|
|
12250
|
-
.
|
|
12662
|
+
._hamburger_4ah1e_300:disabled {
|
|
12251
12663
|
cursor: not-allowed;
|
|
12252
12664
|
}
|
|
12253
|
-
.
|
|
12665
|
+
._hamburger_4ah1e_300 {
|
|
12254
12666
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12255
12667
|
}
|
|
12256
|
-
.
|
|
12668
|
+
._hamburger_4ah1e_300:focus-visible {
|
|
12257
12669
|
outline: none;
|
|
12258
12670
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
12259
12671
|
}
|
|
12260
|
-
.
|
|
12672
|
+
._hamburger_4ah1e_300:disabled, ._hamburger_4ah1e_300[data-disabled] {
|
|
12261
12673
|
opacity: 0.5;
|
|
12262
12674
|
pointer-events: none;
|
|
12263
12675
|
}
|
|
12264
|
-
.
|
|
12676
|
+
._hamburger_4ah1e_300 {
|
|
12265
12677
|
display: none;
|
|
12266
12678
|
align-items: center;
|
|
12267
12679
|
justify-content: center;
|
|
@@ -12271,28 +12683,28 @@
|
|
|
12271
12683
|
color: var(--fui-text-primary, #212121);
|
|
12272
12684
|
flex-shrink: 0;
|
|
12273
12685
|
}
|
|
12274
|
-
.
|
|
12686
|
+
._hamburger_4ah1e_300:hover {
|
|
12275
12687
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
12276
12688
|
}
|
|
12277
|
-
.
|
|
12689
|
+
._hamburger_4ah1e_300 svg {
|
|
12278
12690
|
width: var(--fui-icon-xl, 1.714rem);
|
|
12279
12691
|
height: var(--fui-icon-xl, 1.714rem);
|
|
12280
12692
|
}
|
|
12281
12693
|
@media (max-width: 767px) {
|
|
12282
|
-
.
|
|
12694
|
+
._hamburger_4ah1e_300 {
|
|
12283
12695
|
display: flex;
|
|
12284
12696
|
}
|
|
12285
12697
|
}
|
|
12286
12698
|
|
|
12287
|
-
.
|
|
12699
|
+
._drawerBackdrop_4ah1e_347 {
|
|
12288
12700
|
position: fixed;
|
|
12289
12701
|
inset: 0;
|
|
12290
12702
|
background: var(--fui-backdrop, rgba(0, 0, 0, 0.5));
|
|
12291
12703
|
z-index: calc(var(--fui-header-z-index, 40) + 10);
|
|
12292
|
-
animation:
|
|
12704
|
+
animation: _fadeIn_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease;
|
|
12293
12705
|
}
|
|
12294
12706
|
|
|
12295
|
-
.
|
|
12707
|
+
._drawer_4ah1e_347 {
|
|
12296
12708
|
position: fixed;
|
|
12297
12709
|
top: 0;
|
|
12298
12710
|
bottom: 0;
|
|
@@ -12304,21 +12716,21 @@
|
|
|
12304
12716
|
display: flex;
|
|
12305
12717
|
flex-direction: column;
|
|
12306
12718
|
overflow-y: auto;
|
|
12307
|
-
animation:
|
|
12719
|
+
animation: _slideInLeft_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease;
|
|
12308
12720
|
}
|
|
12309
12721
|
@media (min-width: 480px) {
|
|
12310
|
-
.
|
|
12722
|
+
._drawer_4ah1e_347 {
|
|
12311
12723
|
width: min(380px, 85vw);
|
|
12312
12724
|
}
|
|
12313
12725
|
}
|
|
12314
12726
|
|
|
12315
|
-
.
|
|
12727
|
+
._drawerRight_4ah1e_375 {
|
|
12316
12728
|
left: auto;
|
|
12317
12729
|
right: 0;
|
|
12318
|
-
animation:
|
|
12730
|
+
animation: _slideInRight_4ah1e_1 var(--fui-transition-normal, 200ms cubic-bezier(0.4, 0, 0.2, 1)) ease;
|
|
12319
12731
|
}
|
|
12320
12732
|
|
|
12321
|
-
.
|
|
12733
|
+
._drawerHeader_4ah1e_381 {
|
|
12322
12734
|
display: flex;
|
|
12323
12735
|
align-items: center;
|
|
12324
12736
|
justify-content: space-between;
|
|
@@ -12327,7 +12739,7 @@
|
|
|
12327
12739
|
min-height: var(--fui-appshell-header-height, 56px);
|
|
12328
12740
|
}
|
|
12329
12741
|
|
|
12330
|
-
.
|
|
12742
|
+
._drawerClose_4ah1e_390 {
|
|
12331
12743
|
appearance: none;
|
|
12332
12744
|
background: transparent;
|
|
12333
12745
|
border: none;
|
|
@@ -12337,21 +12749,21 @@
|
|
|
12337
12749
|
color: inherit;
|
|
12338
12750
|
cursor: pointer;
|
|
12339
12751
|
}
|
|
12340
|
-
.
|
|
12752
|
+
._drawerClose_4ah1e_390:disabled {
|
|
12341
12753
|
cursor: not-allowed;
|
|
12342
12754
|
}
|
|
12343
|
-
.
|
|
12755
|
+
._drawerClose_4ah1e_390 {
|
|
12344
12756
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12345
12757
|
}
|
|
12346
|
-
.
|
|
12758
|
+
._drawerClose_4ah1e_390:focus-visible {
|
|
12347
12759
|
outline: none;
|
|
12348
12760
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
12349
12761
|
}
|
|
12350
|
-
.
|
|
12762
|
+
._drawerClose_4ah1e_390:disabled, ._drawerClose_4ah1e_390[data-disabled] {
|
|
12351
12763
|
opacity: 0.5;
|
|
12352
12764
|
pointer-events: none;
|
|
12353
12765
|
}
|
|
12354
|
-
.
|
|
12766
|
+
._drawerClose_4ah1e_390 {
|
|
12355
12767
|
display: flex;
|
|
12356
12768
|
align-items: center;
|
|
12357
12769
|
justify-content: center;
|
|
@@ -12360,23 +12772,23 @@
|
|
|
12360
12772
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
12361
12773
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
12362
12774
|
}
|
|
12363
|
-
.
|
|
12775
|
+
._drawerClose_4ah1e_390:hover {
|
|
12364
12776
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
12365
12777
|
color: var(--fui-text-primary, #212121);
|
|
12366
12778
|
}
|
|
12367
12779
|
|
|
12368
|
-
.
|
|
12780
|
+
._drawerBody_4ah1e_428 {
|
|
12369
12781
|
flex: 1;
|
|
12370
12782
|
overflow-y: auto;
|
|
12371
12783
|
padding: var(--fui-space-2, 1rem) 0;
|
|
12372
12784
|
}
|
|
12373
12785
|
|
|
12374
|
-
.
|
|
12786
|
+
._drawerNav_4ah1e_434 {
|
|
12375
12787
|
display: flex;
|
|
12376
12788
|
flex-direction: column;
|
|
12377
12789
|
}
|
|
12378
12790
|
|
|
12379
|
-
.
|
|
12791
|
+
._drawerLink_4ah1e_439 {
|
|
12380
12792
|
appearance: none;
|
|
12381
12793
|
background: transparent;
|
|
12382
12794
|
border: none;
|
|
@@ -12386,10 +12798,10 @@
|
|
|
12386
12798
|
color: inherit;
|
|
12387
12799
|
cursor: pointer;
|
|
12388
12800
|
}
|
|
12389
|
-
.
|
|
12801
|
+
._drawerLink_4ah1e_439:disabled {
|
|
12390
12802
|
cursor: not-allowed;
|
|
12391
12803
|
}
|
|
12392
|
-
.
|
|
12804
|
+
._drawerLink_4ah1e_439 {
|
|
12393
12805
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12394
12806
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12395
12807
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -12405,12 +12817,12 @@
|
|
|
12405
12817
|
min-height: var(--fui-sidebar-item-height, 2.2857142857rem);
|
|
12406
12818
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12407
12819
|
}
|
|
12408
|
-
.
|
|
12820
|
+
._drawerLink_4ah1e_439:hover {
|
|
12409
12821
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
12410
12822
|
color: var(--fui-text-primary, #212121);
|
|
12411
12823
|
}
|
|
12412
12824
|
|
|
12413
|
-
.
|
|
12825
|
+
._drawerSectionLabel_4ah1e_473 {
|
|
12414
12826
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12415
12827
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
12416
12828
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
@@ -12421,7 +12833,7 @@
|
|
|
12421
12833
|
padding: var(--fui-space-2, 1rem) var(--fui-space-4, 2rem) var(--fui-space-1, 0.5rem);
|
|
12422
12834
|
}
|
|
12423
12835
|
|
|
12424
|
-
.
|
|
12836
|
+
._drawerCollapsibleTrigger_4ah1e_484 {
|
|
12425
12837
|
appearance: none;
|
|
12426
12838
|
background: transparent;
|
|
12427
12839
|
border: none;
|
|
@@ -12431,10 +12843,10 @@
|
|
|
12431
12843
|
color: inherit;
|
|
12432
12844
|
cursor: pointer;
|
|
12433
12845
|
}
|
|
12434
|
-
.
|
|
12846
|
+
._drawerCollapsibleTrigger_4ah1e_484:disabled {
|
|
12435
12847
|
cursor: not-allowed;
|
|
12436
12848
|
}
|
|
12437
|
-
.
|
|
12849
|
+
._drawerCollapsibleTrigger_4ah1e_484 {
|
|
12438
12850
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12439
12851
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12440
12852
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -12451,24 +12863,24 @@
|
|
|
12451
12863
|
min-height: var(--fui-sidebar-item-height, 2.2857142857rem);
|
|
12452
12864
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12453
12865
|
}
|
|
12454
|
-
.
|
|
12866
|
+
._drawerCollapsibleTrigger_4ah1e_484:hover {
|
|
12455
12867
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
12456
12868
|
}
|
|
12457
12869
|
|
|
12458
|
-
.
|
|
12870
|
+
._drawerCollapsibleChevron_4ah1e_518 {
|
|
12459
12871
|
transition: transform var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12460
12872
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
12461
12873
|
flex-shrink: 0;
|
|
12462
12874
|
}
|
|
12463
|
-
.
|
|
12875
|
+
._drawerCollapsibleChevron_4ah1e_518[data-open=true] {
|
|
12464
12876
|
transform: rotate(90deg);
|
|
12465
12877
|
}
|
|
12466
12878
|
|
|
12467
|
-
.
|
|
12879
|
+
._drawerCollapsibleContent_4ah1e_527 {
|
|
12468
12880
|
padding-left: var(--fui-space-2, 1rem);
|
|
12469
12881
|
}
|
|
12470
12882
|
|
|
12471
|
-
@keyframes
|
|
12883
|
+
@keyframes _fadeIn_4ah1e_1 {
|
|
12472
12884
|
from {
|
|
12473
12885
|
opacity: 0;
|
|
12474
12886
|
}
|
|
@@ -12476,7 +12888,7 @@
|
|
|
12476
12888
|
opacity: 1;
|
|
12477
12889
|
}
|
|
12478
12890
|
}
|
|
12479
|
-
@keyframes
|
|
12891
|
+
@keyframes _slideInLeft_4ah1e_1 {
|
|
12480
12892
|
from {
|
|
12481
12893
|
transform: translateX(-100%);
|
|
12482
12894
|
}
|
|
@@ -12484,7 +12896,7 @@
|
|
|
12484
12896
|
transform: translateX(0);
|
|
12485
12897
|
}
|
|
12486
12898
|
}
|
|
12487
|
-
@keyframes
|
|
12899
|
+
@keyframes _slideInRight_4ah1e_1 {
|
|
12488
12900
|
from {
|
|
12489
12901
|
transform: translateX(100%);
|
|
12490
12902
|
}
|
|
@@ -12493,23 +12905,23 @@
|
|
|
12493
12905
|
}
|
|
12494
12906
|
}
|
|
12495
12907
|
@media (prefers-reduced-motion: reduce) {
|
|
12496
|
-
.
|
|
12908
|
+
._content_4ah1e_93 {
|
|
12497
12909
|
animation: none;
|
|
12498
12910
|
}
|
|
12499
|
-
.
|
|
12911
|
+
._viewport_4ah1e_268 {
|
|
12500
12912
|
transition: none;
|
|
12501
12913
|
}
|
|
12502
|
-
.
|
|
12914
|
+
._triggerChevron_4ah1e_85 {
|
|
12503
12915
|
transition: none;
|
|
12504
12916
|
}
|
|
12505
|
-
.
|
|
12917
|
+
._indicator_4ah1e_258 {
|
|
12506
12918
|
transition: none;
|
|
12507
12919
|
}
|
|
12508
|
-
.
|
|
12509
|
-
.
|
|
12920
|
+
._drawer_4ah1e_347,
|
|
12921
|
+
._drawerBackdrop_4ah1e_347 {
|
|
12510
12922
|
animation: none;
|
|
12511
12923
|
}
|
|
12512
|
-
.
|
|
12924
|
+
._drawerCollapsibleChevron_4ah1e_518 {
|
|
12513
12925
|
transition: none;
|
|
12514
12926
|
}
|
|
12515
12927
|
}._backdrop_1qta8_1 {
|
|
@@ -12757,13 +13169,13 @@
|
|
|
12757
13169
|
._popup_1qta8_26[data-starting-style], ._popup_1qta8_26[data-ending-style] {
|
|
12758
13170
|
transform: none;
|
|
12759
13171
|
}
|
|
12760
|
-
}.
|
|
13172
|
+
}._pagination_lk556_1 {
|
|
12761
13173
|
display: flex;
|
|
12762
13174
|
align-items: center;
|
|
12763
13175
|
justify-content: center;
|
|
12764
13176
|
}
|
|
12765
13177
|
|
|
12766
|
-
.
|
|
13178
|
+
._list_lk556_7 {
|
|
12767
13179
|
display: flex;
|
|
12768
13180
|
align-items: center;
|
|
12769
13181
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -12772,7 +13184,7 @@
|
|
|
12772
13184
|
padding: 0;
|
|
12773
13185
|
}
|
|
12774
13186
|
|
|
12775
|
-
.
|
|
13187
|
+
._item_lk556_16 {
|
|
12776
13188
|
appearance: none;
|
|
12777
13189
|
background: transparent;
|
|
12778
13190
|
border: none;
|
|
@@ -12782,10 +13194,10 @@
|
|
|
12782
13194
|
color: inherit;
|
|
12783
13195
|
cursor: pointer;
|
|
12784
13196
|
}
|
|
12785
|
-
.
|
|
13197
|
+
._item_lk556_16:disabled {
|
|
12786
13198
|
cursor: not-allowed;
|
|
12787
13199
|
}
|
|
12788
|
-
.
|
|
13200
|
+
._item_lk556_16 {
|
|
12789
13201
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12790
13202
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12791
13203
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -12805,34 +13217,35 @@
|
|
|
12805
13217
|
cursor: pointer;
|
|
12806
13218
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12807
13219
|
}
|
|
12808
|
-
.
|
|
13220
|
+
._item_lk556_16:hover:not(:disabled) {
|
|
12809
13221
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
12810
13222
|
}
|
|
12811
|
-
.
|
|
13223
|
+
._item_lk556_16:focus-visible {
|
|
12812
13224
|
outline: none;
|
|
12813
13225
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
12814
13226
|
}
|
|
12815
13227
|
|
|
12816
|
-
.
|
|
12817
|
-
background-color: var(--fui-
|
|
12818
|
-
color: var(--fui-
|
|
13228
|
+
._itemActive_lk556_57 {
|
|
13229
|
+
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
13230
|
+
color: var(--fui-text-primary, #212121);
|
|
13231
|
+
font-weight: var(--fui-font-weight-semibold, 600);
|
|
12819
13232
|
}
|
|
12820
|
-
.
|
|
12821
|
-
background-color: var(--fui-
|
|
13233
|
+
._itemActive_lk556_57:hover:not(:disabled) {
|
|
13234
|
+
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
12822
13235
|
}
|
|
12823
13236
|
|
|
12824
|
-
.
|
|
13237
|
+
._itemDisabled_lk556_66 {
|
|
12825
13238
|
opacity: 0.5;
|
|
12826
13239
|
cursor: not-allowed;
|
|
12827
13240
|
pointer-events: none;
|
|
12828
13241
|
}
|
|
12829
13242
|
|
|
12830
|
-
.
|
|
13243
|
+
._navButton_lk556_72 svg {
|
|
12831
13244
|
width: var(--fui-icon-sm, 1rem);
|
|
12832
13245
|
height: var(--fui-icon-sm, 1rem);
|
|
12833
13246
|
}
|
|
12834
13247
|
|
|
12835
|
-
.
|
|
13248
|
+
._ellipsis_lk556_77 {
|
|
12836
13249
|
display: inline-flex;
|
|
12837
13250
|
align-items: center;
|
|
12838
13251
|
justify-content: center;
|
|
@@ -12844,11 +13257,11 @@
|
|
|
12844
13257
|
}
|
|
12845
13258
|
|
|
12846
13259
|
@media (prefers-contrast: more) {
|
|
12847
|
-
.
|
|
12848
|
-
outline: 2px solid var(--fui-
|
|
13260
|
+
._itemActive_lk556_57 {
|
|
13261
|
+
outline: 2px solid var(--fui-text-primary, #212121);
|
|
12849
13262
|
outline-offset: -2px;
|
|
12850
13263
|
}
|
|
12851
|
-
}.
|
|
13264
|
+
}._command_18jdg_1 {
|
|
12852
13265
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
12853
13266
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
12854
13267
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
@@ -12858,23 +13271,23 @@
|
|
|
12858
13271
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 1px 3px -2px rgba(0, 0, 0, 0.03));
|
|
12859
13272
|
}
|
|
12860
13273
|
|
|
12861
|
-
.
|
|
13274
|
+
._inputWrapper_18jdg_11 {
|
|
12862
13275
|
background-color: var(--fui-field-bg, transparent);
|
|
12863
13276
|
border: 1px solid var(--fui-field-border, var(--fui-border-strong, rgba(0, 0, 0, 0.1)));
|
|
12864
13277
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
12865
13278
|
transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
|
|
12866
13279
|
}
|
|
12867
|
-
.
|
|
13280
|
+
._inputWrapper_18jdg_11:hover:not(:disabled):not([data-disabled]):not(:focus-visible) {
|
|
12868
13281
|
border-color: var(--fui-field-border-hover, var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852)));
|
|
12869
13282
|
}
|
|
12870
|
-
.
|
|
13283
|
+
._inputWrapper_18jdg_11:focus:not(:disabled):not([data-disabled]) {
|
|
12871
13284
|
border-color: var(--fui-field-border-focus, var(--fui-color-accent, #006b57));
|
|
12872
13285
|
}
|
|
12873
|
-
.
|
|
13286
|
+
._inputWrapper_18jdg_11:disabled, ._inputWrapper_18jdg_11[data-disabled] {
|
|
12874
13287
|
background-color: var(--fui-field-bg-disabled, var(--fui-bg-tertiary, #f4f4f4));
|
|
12875
13288
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
12876
13289
|
}
|
|
12877
|
-
.
|
|
13290
|
+
._inputWrapper_18jdg_11 {
|
|
12878
13291
|
display: flex;
|
|
12879
13292
|
align-items: center;
|
|
12880
13293
|
gap: var(--fui-space-2, 1rem);
|
|
@@ -12882,19 +13295,19 @@
|
|
|
12882
13295
|
margin: var(--fui-space-2, 1rem);
|
|
12883
13296
|
height: var(--fui-input-height, 2.8571428571rem);
|
|
12884
13297
|
}
|
|
12885
|
-
.
|
|
13298
|
+
._inputWrapper_18jdg_11:focus-within {
|
|
12886
13299
|
outline: none;
|
|
12887
13300
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #006b57) 32%, transparent);
|
|
12888
13301
|
border-color: var(--fui-field-border-focus, var(--fui-color-accent, #006b57));
|
|
12889
13302
|
}
|
|
12890
|
-
.
|
|
13303
|
+
._inputWrapper_18jdg_11 svg {
|
|
12891
13304
|
flex-shrink: 0;
|
|
12892
13305
|
width: 1rem;
|
|
12893
13306
|
height: 1rem;
|
|
12894
13307
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
12895
13308
|
}
|
|
12896
13309
|
|
|
12897
|
-
.
|
|
13310
|
+
._input_18jdg_11 {
|
|
12898
13311
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12899
13312
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12900
13313
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -12909,21 +13322,21 @@
|
|
|
12909
13322
|
color: var(--fui-text-primary, #212121);
|
|
12910
13323
|
padding: 0;
|
|
12911
13324
|
}
|
|
12912
|
-
.
|
|
13325
|
+
._input_18jdg_11::placeholder {
|
|
12913
13326
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
12914
13327
|
}
|
|
12915
|
-
.
|
|
13328
|
+
._input_18jdg_11:focus, ._input_18jdg_11:focus-visible {
|
|
12916
13329
|
outline: none;
|
|
12917
13330
|
box-shadow: none;
|
|
12918
13331
|
}
|
|
12919
13332
|
|
|
12920
|
-
.
|
|
13333
|
+
._list_18jdg_70 {
|
|
12921
13334
|
overflow-y: auto;
|
|
12922
13335
|
max-height: 300px;
|
|
12923
13336
|
padding: var(--fui-space-1, 0.5rem);
|
|
12924
13337
|
}
|
|
12925
13338
|
|
|
12926
|
-
.
|
|
13339
|
+
._item_18jdg_76 {
|
|
12927
13340
|
appearance: none;
|
|
12928
13341
|
background: transparent;
|
|
12929
13342
|
border: none;
|
|
@@ -12933,21 +13346,22 @@
|
|
|
12933
13346
|
color: inherit;
|
|
12934
13347
|
cursor: pointer;
|
|
12935
13348
|
}
|
|
12936
|
-
.
|
|
13349
|
+
._item_18jdg_76:disabled {
|
|
12937
13350
|
cursor: not-allowed;
|
|
12938
13351
|
}
|
|
12939
|
-
.
|
|
13352
|
+
._item_18jdg_76 {
|
|
12940
13353
|
font-family: var(--fui-font-sans, Inter Variable, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif);
|
|
12941
13354
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12942
13355
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
12943
13356
|
color: var(--fui-text-primary, #212121);
|
|
12944
13357
|
-webkit-font-smoothing: antialiased;
|
|
12945
13358
|
-moz-osx-font-smoothing: grayscale;
|
|
13359
|
+
font-size: var(--fui-popup-item-font-size, 0.857rem);
|
|
12946
13360
|
display: flex;
|
|
12947
13361
|
align-items: center;
|
|
12948
13362
|
gap: var(--fui-space-1, 0.5rem);
|
|
12949
13363
|
width: 100%;
|
|
12950
|
-
padding: var(--fui-
|
|
13364
|
+
padding: var(--fui-popup-item-padding-block, 0.5rem) var(--fui-popup-item-padding-inline, 1rem);
|
|
12951
13365
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
12952
13366
|
cursor: pointer;
|
|
12953
13367
|
outline: none;
|
|
@@ -12955,51 +13369,51 @@
|
|
|
12955
13369
|
gap: var(--fui-space-2, 1rem);
|
|
12956
13370
|
text-align: left;
|
|
12957
13371
|
}
|
|
12958
|
-
.
|
|
13372
|
+
._item_18jdg_76:hover {
|
|
12959
13373
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
12960
13374
|
color: var(--fui-text-primary, #212121);
|
|
12961
13375
|
}
|
|
12962
13376
|
|
|
12963
|
-
.
|
|
13377
|
+
._itemActive_18jdg_114 {
|
|
12964
13378
|
background-color: var(--fui-bg-highlight, var(--fui-bg-active, rgba(0, 0, 0, 0.06)));
|
|
12965
13379
|
color: var(--fui-text-primary, #212121);
|
|
12966
13380
|
}
|
|
12967
13381
|
|
|
12968
|
-
.
|
|
13382
|
+
._itemDisabled_18jdg_119 {
|
|
12969
13383
|
opacity: 0.5;
|
|
12970
13384
|
pointer-events: none;
|
|
12971
13385
|
cursor: default;
|
|
12972
13386
|
}
|
|
12973
13387
|
|
|
12974
|
-
.
|
|
13388
|
+
._group_18jdg_125:not(:first-child) {
|
|
12975
13389
|
margin-top: var(--fui-space-1, 0.5rem);
|
|
12976
13390
|
}
|
|
12977
13391
|
|
|
12978
|
-
.
|
|
13392
|
+
._groupHeading_18jdg_129 {
|
|
12979
13393
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
12980
13394
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
12981
13395
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
12982
13396
|
color: var(--fui-text-tertiary, rgb(86.4227350852, 86.4227350852, 86.4227350852));
|
|
12983
13397
|
}
|
|
12984
13398
|
|
|
12985
|
-
.
|
|
13399
|
+
._empty_18jdg_136 {
|
|
12986
13400
|
padding: var(--fui-space-3, 1.5rem);
|
|
12987
13401
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
12988
13402
|
color: var(--fui-text-secondary, rgb(84.468434358, 84.468434358, 84.468434358));
|
|
12989
13403
|
text-align: center;
|
|
12990
13404
|
}
|
|
12991
13405
|
|
|
12992
|
-
.
|
|
13406
|
+
._separator_18jdg_143 {
|
|
12993
13407
|
height: 1px;
|
|
12994
13408
|
margin: var(--fui-space-1, 0.5rem) 0;
|
|
12995
13409
|
background-color: var(--fui-border, rgba(0, 0, 0, 0.05));
|
|
12996
13410
|
}
|
|
12997
13411
|
|
|
12998
13412
|
@media (prefers-contrast: more) {
|
|
12999
|
-
.
|
|
13413
|
+
._command_18jdg_1 {
|
|
13000
13414
|
border-width: 2px;
|
|
13001
13415
|
}
|
|
13002
|
-
.
|
|
13416
|
+
._itemActive_18jdg_114 {
|
|
13003
13417
|
outline: 2px solid var(--fui-color-accent, #006b57);
|
|
13004
13418
|
outline-offset: -2px;
|
|
13005
13419
|
}
|