tempest-react-sdk 0.58.0 → 0.60.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.
Files changed (93) hide show
  1. package/README.md +35 -3
  2. package/bin/lib/css/findings.mjs +1 -0
  3. package/bin/lib/css/semantic.mjs +70 -6
  4. package/bin/lib/css/semantic.test.mjs +52 -1
  5. package/dist/components/Alert/Alert.module.cjs.map +1 -1
  6. package/dist/components/Alert/Alert.module.js.map +1 -1
  7. package/dist/components/Badge/Badge.module.cjs.map +1 -1
  8. package/dist/components/Badge/Badge.module.js.map +1 -1
  9. package/dist/components/BarList/BarList.module.cjs.map +1 -1
  10. package/dist/components/BarList/BarList.module.js.map +1 -1
  11. package/dist/components/BottomSheet/BottomSheet.module.cjs.map +1 -1
  12. package/dist/components/BottomSheet/BottomSheet.module.js.map +1 -1
  13. package/dist/components/DataTable/DataTable.module.cjs.map +1 -1
  14. package/dist/components/DataTable/DataTable.module.js.map +1 -1
  15. package/dist/components/Dropzone/Dropzone.module.cjs.map +1 -1
  16. package/dist/components/Dropzone/Dropzone.module.js.map +1 -1
  17. package/dist/components/ErrorText/ErrorText.module.cjs.map +1 -1
  18. package/dist/components/ErrorText/ErrorText.module.js.map +1 -1
  19. package/dist/components/Markdown/Markdown.module.cjs.map +1 -1
  20. package/dist/components/Markdown/Markdown.module.js.map +1 -1
  21. package/dist/components/PasswordInput/PasswordInput.module.cjs.map +1 -1
  22. package/dist/components/PasswordInput/PasswordInput.module.js.map +1 -1
  23. package/dist/components/SegmentedControl/SegmentedControl.module.cjs.map +1 -1
  24. package/dist/components/SegmentedControl/SegmentedControl.module.js.map +1 -1
  25. package/dist/components/Sidebar/Sidebar.module.cjs.map +1 -1
  26. package/dist/components/Sidebar/Sidebar.module.js.map +1 -1
  27. package/dist/components/StepperInput/StepperInput.module.cjs.map +1 -1
  28. package/dist/components/StepperInput/StepperInput.module.js.map +1 -1
  29. package/dist/components/Tag/Tag.module.cjs.map +1 -1
  30. package/dist/components/Tag/Tag.module.js.map +1 -1
  31. package/dist/components/Timeline/Timeline.module.cjs.map +1 -1
  32. package/dist/components/Timeline/Timeline.module.js.map +1 -1
  33. package/dist/components/Toggle/Toggle.module.cjs.map +1 -1
  34. package/dist/components/Toggle/Toggle.module.js.map +1 -1
  35. package/dist/components/ToggleGroup/ToggleGroup.module.cjs.map +1 -1
  36. package/dist/components/ToggleGroup/ToggleGroup.module.js.map +1 -1
  37. package/dist/http/describe-api-error.cjs +1 -1
  38. package/dist/http/describe-api-error.cjs.map +1 -1
  39. package/dist/http/describe-api-error.js +12 -8
  40. package/dist/http/describe-api-error.js.map +1 -1
  41. package/dist/http/errors.cjs +1 -1
  42. package/dist/http/errors.cjs.map +1 -1
  43. package/dist/http/errors.js +21 -16
  44. package/dist/http/errors.js.map +1 -1
  45. package/dist/styles/Alert.css +1 -1
  46. package/dist/styles/Badge.css +1 -1
  47. package/dist/styles/BarList.css +3 -3
  48. package/dist/styles/BottomSheet.css +1 -1
  49. package/dist/styles/DataTable.css +1 -1
  50. package/dist/styles/Dropzone.css +1 -1
  51. package/dist/styles/ErrorText.css +1 -1
  52. package/dist/styles/Markdown.css +1 -1
  53. package/dist/styles/PasswordInput.css +1 -1
  54. package/dist/styles/SegmentedControl.css +1 -1
  55. package/dist/styles/Sidebar.css +2 -2
  56. package/dist/styles/StepperInput.css +1 -1
  57. package/dist/styles/Tag.css +1 -1
  58. package/dist/styles/Timeline.css +1 -1
  59. package/dist/styles/Toggle.css +1 -1
  60. package/dist/styles/ToggleGroup.css +1 -1
  61. package/dist/styles/advanced.css +2 -2
  62. package/dist/styles/auto.css +4 -0
  63. package/dist/styles/base.css +33 -0
  64. package/dist/styles/core.css +4 -2
  65. package/dist/styles/data.css +6 -6
  66. package/dist/styles/feedback.css +3 -3
  67. package/dist/styles/forms.css +3 -3
  68. package/dist/styles/manifest.json +496 -0
  69. package/dist/styles/navigation.css +3 -3
  70. package/dist/styles/overlay.css +1 -1
  71. package/dist/styles/scoped.css +131 -0
  72. package/dist/styles/tokens.css +10 -0
  73. package/dist/styles/utility.css +1 -1
  74. package/dist/styles.css +1 -1
  75. package/dist/tempest-react-sdk.cjs +1 -1
  76. package/dist/tempest-react-sdk.d.ts +81 -7
  77. package/dist/tempest-react-sdk.js +347 -346
  78. package/dist/theme/create-theme.cjs +3 -3
  79. package/dist/theme/create-theme.cjs.map +1 -1
  80. package/dist/theme/create-theme.js +15 -14
  81. package/dist/theme/create-theme.js.map +1 -1
  82. package/dist/utils/dev-mode.cjs +1 -1
  83. package/dist/utils/dev-mode.cjs.map +1 -1
  84. package/dist/utils/dev-mode.js +7 -2
  85. package/dist/utils/dev-mode.js.map +1 -1
  86. package/dist/vite/tempest-styles.cjs +5 -0
  87. package/dist/vite/tempest-styles.cjs.map +1 -0
  88. package/dist/vite/tempest-styles.js +103 -0
  89. package/dist/vite/tempest-styles.js.map +1 -0
  90. package/dist/vite.cjs +1 -1
  91. package/dist/vite.d.ts +82 -0
  92. package/dist/vite.js +2 -1
  93. package/package.json +3 -2
@@ -0,0 +1,496 @@
1
+ {
2
+ "note": "Generated by scripts/gen-style-manifest.mjs — do not edit.",
3
+ "core": "core.css",
4
+ "components": {
5
+ "AIChat": [
6
+ "AIChat.css",
7
+ "CodeBlock.css",
8
+ "Collapsible.css",
9
+ "CopyButton.css",
10
+ "EmptyState.css",
11
+ "Markdown.css",
12
+ "VisuallyHidden.css"
13
+ ],
14
+ "AIChatComposer": [
15
+ "AIChat.css"
16
+ ],
17
+ "AIChatTurn": [
18
+ "AIChat.css",
19
+ "CodeBlock.css",
20
+ "Collapsible.css",
21
+ "CopyButton.css",
22
+ "Markdown.css",
23
+ "VisuallyHidden.css"
24
+ ],
25
+ "Accordion": [
26
+ "Accordion.css"
27
+ ],
28
+ "Alert": [
29
+ "Alert.css"
30
+ ],
31
+ "AppBar": [
32
+ "AppBar.css"
33
+ ],
34
+ "AppShell": [
35
+ "AppShell.css"
36
+ ],
37
+ "AspectRatio": [
38
+ "AspectRatio.css"
39
+ ],
40
+ "AudioPlayer": [
41
+ "AudioPlayer.css"
42
+ ],
43
+ "AudioRecorder": [
44
+ "AudioPlayer.css",
45
+ "AudioRecorder.css"
46
+ ],
47
+ "Avatar": [
48
+ "Avatar.css"
49
+ ],
50
+ "AvatarGroup": [
51
+ "Avatar.css",
52
+ "AvatarGroup.css"
53
+ ],
54
+ "Badge": [
55
+ "Badge.css"
56
+ ],
57
+ "Banner": [
58
+ "Banner.css"
59
+ ],
60
+ "BarList": [
61
+ "BarList.css"
62
+ ],
63
+ "BarcodeScanner": [
64
+ "BarcodeScanner.css"
65
+ ],
66
+ "BottomNavigation": [
67
+ "BottomNavigation.css"
68
+ ],
69
+ "BottomSheet": [
70
+ "BottomSheet.css"
71
+ ],
72
+ "Breadcrumbs": [
73
+ "Breadcrumbs.css"
74
+ ],
75
+ "Button": [
76
+ "Button.css"
77
+ ],
78
+ "CEPInput": [
79
+ "Input.css"
80
+ ],
81
+ "CNPJInput": [
82
+ "Input.css"
83
+ ],
84
+ "CPFInput": [
85
+ "Input.css"
86
+ ],
87
+ "Calendar": [
88
+ "Calendar.css"
89
+ ],
90
+ "Card": [
91
+ "Card.css"
92
+ ],
93
+ "Carousel": [
94
+ "Carousel.css"
95
+ ],
96
+ "Center": [
97
+ "Center.css"
98
+ ],
99
+ "Chat": [
100
+ "Chat.css",
101
+ "EmptyState.css",
102
+ "VisuallyHidden.css"
103
+ ],
104
+ "ChatComposer": [
105
+ "Chat.css"
106
+ ],
107
+ "Checkbox": [
108
+ "Checkbox.css"
109
+ ],
110
+ "ChipInput": [
111
+ "ChipInput.css"
112
+ ],
113
+ "CodeBlock": [
114
+ "CodeBlock.css",
115
+ "CopyButton.css"
116
+ ],
117
+ "Collapsible": [
118
+ "Collapsible.css"
119
+ ],
120
+ "Combobox": [
121
+ "Combobox.css"
122
+ ],
123
+ "Command": [
124
+ "Command.css"
125
+ ],
126
+ "ConfirmDialog": [
127
+ "Button.css",
128
+ "Modal.css"
129
+ ],
130
+ "Container": [
131
+ "Layout.css"
132
+ ],
133
+ "ContextMenu": [
134
+ "ContextMenu.css"
135
+ ],
136
+ "Controller": [
137
+ "Input.css"
138
+ ],
139
+ "CopyButton": [
140
+ "CopyButton.css"
141
+ ],
142
+ "DataList": [
143
+ "DataList.css"
144
+ ],
145
+ "DataTable": [
146
+ "DataTable.css",
147
+ "Pagination.css",
148
+ "SearchBar.css",
149
+ "Skeleton.css",
150
+ "Table.css",
151
+ "VisuallyHidden.css"
152
+ ],
153
+ "DatePicker": [
154
+ "Input.css"
155
+ ],
156
+ "DateRangePicker": [
157
+ "DateRangePicker.css"
158
+ ],
159
+ "DescriptionList": [
160
+ "DescriptionList.css"
161
+ ],
162
+ "Divider": [
163
+ "Divider.css"
164
+ ],
165
+ "Drawer": [
166
+ "Drawer.css"
167
+ ],
168
+ "DropdownMenu": [
169
+ "DropdownMenu.css"
170
+ ],
171
+ "Dropzone": [
172
+ "Dropzone.css"
173
+ ],
174
+ "EmptyState": [
175
+ "EmptyState.css"
176
+ ],
177
+ "ErrorState": [
178
+ "Button.css",
179
+ "ErrorState.css"
180
+ ],
181
+ "ErrorText": [
182
+ "ErrorText.css"
183
+ ],
184
+ "FileUpload": [
185
+ "FileUpload.css"
186
+ ],
187
+ "FilterBar": [
188
+ "FilterBar.css",
189
+ "VisuallyHidden.css"
190
+ ],
191
+ "FloatingActionButton": [
192
+ "FloatingActionButton.css"
193
+ ],
194
+ "Form": [
195
+ "Form.css"
196
+ ],
197
+ "FormActions": [
198
+ "Form.css"
199
+ ],
200
+ "FormProvider": [
201
+ "Input.css"
202
+ ],
203
+ "FormRow": [
204
+ "Form.css"
205
+ ],
206
+ "FormSection": [
207
+ "Form.css"
208
+ ],
209
+ "Grid": [
210
+ "Layout.css"
211
+ ],
212
+ "HoverCard": [
213
+ "HoverCard.css"
214
+ ],
215
+ "Image": [
216
+ "Image.css"
217
+ ],
218
+ "ImageCropper": [
219
+ "ImageCropper.css"
220
+ ],
221
+ "Input": [
222
+ "Input.css"
223
+ ],
224
+ "InstallBanner": [
225
+ "Button.css",
226
+ "InstallBanner.css"
227
+ ],
228
+ "InstallButton": [
229
+ "Button.css"
230
+ ],
231
+ "Kanban": [
232
+ "Kanban.css"
233
+ ],
234
+ "Kbd": [
235
+ "Kbd.css"
236
+ ],
237
+ "Label": [
238
+ "Label.css"
239
+ ],
240
+ "Lightbox": [
241
+ "Lightbox.css"
242
+ ],
243
+ "ListTile": [
244
+ "ListTile.css"
245
+ ],
246
+ "Markdown": [
247
+ "CodeBlock.css",
248
+ "CopyButton.css",
249
+ "Markdown.css"
250
+ ],
251
+ "Masonry": [
252
+ "Masonry.css"
253
+ ],
254
+ "Menubar": [
255
+ "Menubar.css"
256
+ ],
257
+ "Modal": [
258
+ "Modal.css"
259
+ ],
260
+ "ModalsProvider": [
261
+ "Button.css",
262
+ "Modal.css",
263
+ "ModalsManager.css"
264
+ ],
265
+ "MoneyInput": [
266
+ "Input.css"
267
+ ],
268
+ "MultiSelect": [
269
+ "MultiSelect.css"
270
+ ],
271
+ "NProgressBar": [
272
+ "NProgress.css"
273
+ ],
274
+ "Navbar": [
275
+ "Navbar.css"
276
+ ],
277
+ "NavigationMenu": [
278
+ "NavigationMenu.css"
279
+ ],
280
+ "NavigationRail": [
281
+ "NavigationRail.css"
282
+ ],
283
+ "NotificationCenter": [
284
+ "Badge.css",
285
+ "EmptyState.css",
286
+ "NotificationCenter.css"
287
+ ],
288
+ "OfflineIndicator": [
289
+ "OfflineIndicator.css"
290
+ ],
291
+ "Page": [
292
+ "Page.css"
293
+ ],
294
+ "Pagination": [
295
+ "Pagination.css"
296
+ ],
297
+ "PasswordInput": [
298
+ "PasswordInput.css"
299
+ ],
300
+ "PhoneInput": [
301
+ "Input.css"
302
+ ],
303
+ "PinInput": [
304
+ "PinInput.css"
305
+ ],
306
+ "Popover": [
307
+ "Popover.css"
308
+ ],
309
+ "Progress": [
310
+ "Progress.css"
311
+ ],
312
+ "QRCode": [
313
+ "QRCode.css"
314
+ ],
315
+ "Radio": [
316
+ "Radio.css"
317
+ ],
318
+ "RadioGroup": [
319
+ "Radio.css"
320
+ ],
321
+ "RangeSlider": [
322
+ "RangeSlider.css"
323
+ ],
324
+ "RatingStars": [
325
+ "RatingStars.css"
326
+ ],
327
+ "RefreshIndicator": [
328
+ "RefreshIndicator.css",
329
+ "Spinner.css"
330
+ ],
331
+ "Resizable": [
332
+ "Resizable.css"
333
+ ],
334
+ "SafeArea": [
335
+ "SafeArea.css"
336
+ ],
337
+ "Scheduler": [
338
+ "Scheduler.css"
339
+ ],
340
+ "ScrollArea": [
341
+ "ScrollArea.css"
342
+ ],
343
+ "SearchBar": [
344
+ "SearchBar.css"
345
+ ],
346
+ "SegmentedControl": [
347
+ "SegmentedControl.css"
348
+ ],
349
+ "Select": [
350
+ "Select.css"
351
+ ],
352
+ "Sidebar": [
353
+ "Sidebar.css"
354
+ ],
355
+ "SignaturePad": [
356
+ "Button.css",
357
+ "SignaturePad.css"
358
+ ],
359
+ "Skeleton": [
360
+ "Skeleton.css"
361
+ ],
362
+ "Slider": [
363
+ "Slider.css"
364
+ ],
365
+ "Spacer": [
366
+ "Spacer.css"
367
+ ],
368
+ "Sparkline": [
369
+ "Sparkline.css"
370
+ ],
371
+ "Spinner": [
372
+ "Spinner.css"
373
+ ],
374
+ "Stack": [
375
+ "Layout.css"
376
+ ],
377
+ "Stat": [
378
+ "Stat.css"
379
+ ],
380
+ "Stepper": [
381
+ "Stepper.css"
382
+ ],
383
+ "StepperInput": [
384
+ "StepperInput.css"
385
+ ],
386
+ "Switch": [
387
+ "Switch.css"
388
+ ],
389
+ "SyncStatusBadge": [
390
+ "SyncStatusBadge.css",
391
+ "VisuallyHidden.css"
392
+ ],
393
+ "Table": [
394
+ "Table.css"
395
+ ],
396
+ "Tabs": [
397
+ "Tabs.css"
398
+ ],
399
+ "Tag": [
400
+ "Tag.css"
401
+ ],
402
+ "Textarea": [
403
+ "Textarea.css"
404
+ ],
405
+ "TimePicker": [
406
+ "TimePicker.css"
407
+ ],
408
+ "Timeline": [
409
+ "Timeline.css"
410
+ ],
411
+ "ToastProvider": [
412
+ "Toast.css"
413
+ ],
414
+ "Toggle": [
415
+ "Toggle.css"
416
+ ],
417
+ "ToggleGroup": [
418
+ "ToggleGroup.css"
419
+ ],
420
+ "ToggleGroupItem": [
421
+ "ToggleGroup.css"
422
+ ],
423
+ "Tooltip": [
424
+ "Tooltip.css"
425
+ ],
426
+ "Tour": [
427
+ "Tour.css"
428
+ ],
429
+ "TrajectoryMap": [
430
+ "TrajectoryMap.css"
431
+ ],
432
+ "Transfer": [
433
+ "Checkbox.css",
434
+ "Transfer.css",
435
+ "VisuallyHidden.css"
436
+ ],
437
+ "TreeView": [
438
+ "TreeView.css"
439
+ ],
440
+ "TruncateText": [
441
+ "TruncateText.css"
442
+ ],
443
+ "UpdatePrompt": [
444
+ "UpdatePrompt.css"
445
+ ],
446
+ "VideoPlayer": [
447
+ "VideoPlayer.css"
448
+ ],
449
+ "VirtualList": [
450
+ "VirtualList.css"
451
+ ],
452
+ "VirtualTable": [
453
+ "VirtualTable.css"
454
+ ],
455
+ "VisuallyHidden": [
456
+ "VisuallyHidden.css"
457
+ ],
458
+ "Wizard": [
459
+ "Button.css",
460
+ "Stepper.css",
461
+ "Wizard.css"
462
+ ],
463
+ "applyKanbanMove": [
464
+ "Kanban.css"
465
+ ],
466
+ "estimatePasswordStrength": [
467
+ "PasswordInput.css"
468
+ ],
469
+ "nprogress": [
470
+ "NProgress.css"
471
+ ],
472
+ "useFieldArray": [
473
+ "Input.css"
474
+ ],
475
+ "useForm": [
476
+ "Input.css"
477
+ ],
478
+ "useFormContext": [
479
+ "Input.css"
480
+ ],
481
+ "useFormState": [
482
+ "Input.css"
483
+ ],
484
+ "useModals": [
485
+ "Button.css",
486
+ "Modal.css",
487
+ "ModalsManager.css"
488
+ ],
489
+ "useToast": [
490
+ "Toast.css"
491
+ ],
492
+ "useWatch": [
493
+ "Input.css"
494
+ ]
495
+ }
496
+ }
@@ -107,7 +107,7 @@
107
107
  .tempest_sizeSelect_ZayTo{height:32px;padding:0 var(--tempest-space-2);border:1px solid var(--tempest-border);border-radius:var(--tempest-radius-md);background-color:var(--tempest-bg);color:var(--tempest-text);font-family:inherit;font-size:var(--tempest-text-sm)}
108
108
  .tempest_sizeSelect_ZayTo:focus-visible{outline:var(--tempest-focus-ring-width) solid var(--tempest-focus-ring-color);outline-offset:var(--tempest-focus-ring-offset)}
109
109
  @media (width<=639.98px){.tempest_summary_ZTggV{font-size:var(--tempest-text-xs)}.tempest_wrapper_cRGQm[data-compact=true] .tempest_numeric_ztI0I,.tempest_wrapper_cRGQm[data-compact=true] .tempest_sizeSelect_ZayTo{display:none}.tempest_wrapper_cRGQm[data-compact=true] .tempest_controls_fdL-y{flex:1;justify-content:space-between}.tempest_wrapper_cRGQm[data-compact=false] .tempest_controls_fdL-y{overscroll-behavior-x:contain;scrollbar-width:thin;scroll-padding-inline:var(--tempest-space-2);flex:100%;justify-content:flex-start;padding-block-end:var(--tempest-space-1);overflow-x:auto}.tempest_wrapper_cRGQm[data-compact=false] .tempest_page_WjG0l,.tempest_wrapper_cRGQm[data-compact=false] .tempest_ellipsis_V294k,.tempest_wrapper_cRGQm[data-compact=false] .tempest_sizeSelect_ZayTo{flex:none}}
110
- .tempest_group_mYyFC{background:var(--tempest-gray-100);border-radius:var(--tempest-radius-md);font-family:var(--tempest-font-sans);gap:0;padding:2px;display:inline-flex}
110
+ .tempest_group_mYyFC{background:var(--tempest-surface-2);border-radius:var(--tempest-radius-md);font-family:var(--tempest-font-sans);gap:0;padding:2px;display:inline-flex}
111
111
  .tempest_group_mYyFC.tempest_fullWidth_unSMm{width:100%;display:flex}
112
112
  .tempest_segment_cu-EL{justify-content:center;align-items:center;gap:var(--tempest-space-1);color:var(--tempest-text-muted);cursor:pointer;border-radius:calc(var(--tempest-radius-md) - 2px);font-weight:var(--tempest-weight-medium);transition:background var(--tempest-duration-fast,.12s), color var(--tempest-duration-fast,.12s);white-space:nowrap;background:0 0;border:0;flex:1 1 0;padding:6px 12px;display:inline-flex}
113
113
  .tempest_group_mYyFC.tempest_sm_CfD41 .tempest_segment_cu-EL{font-size:var(--tempest-text-xs);min-height:24px;padding:4px 10px}
@@ -129,12 +129,12 @@
129
129
  .tempest_separator_Ql9Hr{margin:var(--tempest-space-2) var(--tempest-space-1);border:0;border-top:1px solid var(--tempest-border);flex:none}
130
130
  .tempest_item_IAjHb{align-items:center;gap:var(--tempest-space-3);padding:var(--tempest-space-2) var(--tempest-space-3);border-radius:var(--tempest-radius-md);color:var(--tempest-text);font-size:var(--tempest-text-sm);text-align:left;cursor:pointer;transition:background var(--tempest-duration-fast,.12s);background:0 0;border:0;width:100%;min-height:36px;text-decoration:none;display:flex}
131
131
  .tempest_collapsed_ZbZYA .tempest_item_IAjHb{justify-content:center;padding-left:0;padding-right:0}
132
- .tempest_item_IAjHb:hover{background:var(--tempest-gray-100)}
132
+ .tempest_item_IAjHb:hover{background:var(--tempest-surface-2)}
133
133
  .tempest_item_IAjHb.tempest_active_BgcFy{background:var(--tempest-primary-100);color:var(--tempest-primary-700);font-weight:var(--tempest-weight-medium)}
134
134
  .tempest_item_IAjHb:disabled{opacity:.4;cursor:not-allowed}
135
135
  .tempest_icon_UQswn{flex:none;align-items:center;font-size:18px;line-height:1;display:inline-flex}
136
136
  .tempest_label_TPvJ9{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}
137
- .tempest_badge_xwEZv{border-radius:var(--tempest-radius-full);background:var(--tempest-gray-200);min-width:18px;height:18px;color:var(--tempest-text);text-align:center;flex:none;padding:0 6px;font-size:10px;line-height:18px}
137
+ .tempest_badge_xwEZv{border-radius:var(--tempest-radius-full);background:var(--tempest-surface-3);min-width:18px;height:18px;color:var(--tempest-text);text-align:center;flex:none;padding:0 6px;font-size:10px;line-height:18px}
138
138
  .tempest_footer_TyRyi{padding:var(--tempest-space-3) var(--tempest-space-4);border-top:1px solid var(--tempest-border)}
139
139
  .tempest_stepper_w3qjQ{align-items:flex-start;gap:var(--tempest-space-2);width:100%;font-family:var(--tempest-font-sans);display:flex}
140
140
  .tempest_stepper_w3qjQ.tempest_vertical_d4mOs{flex-direction:column;align-items:stretch}
@@ -3,7 +3,7 @@
3
3
  .tempest_backdrop_WLqh0{animation:tempest_fadeIn_fyyhf var(--tempest-duration-base,.2s) var(--tempest-ease-out,ease-out);background:#00000073;position:absolute;inset:0}
4
4
  .tempest_sheet_Okz1P{background:var(--tempest-surface);border-top-left-radius:var(--tempest-radius-2xl,var(--tempest-radius-lg));border-top-right-radius:var(--tempest-radius-2xl,var(--tempest-radius-lg));width:100%;max-width:720px;max-height:90dvh;box-shadow:var(--tempest-shadow-xl,0 -10px 30px #00000040);padding-bottom:env(safe-area-inset-bottom,0);animation:tempest_slideUp_CSrpB var(--tempest-duration-base,.24s) var(--tempest-ease-out,ease-out);font-family:var(--tempest-font-sans);flex-direction:column;display:flex;position:relative;overflow:hidden}
5
5
  .tempest_handle_GWCoK{padding:var(--tempest-space-2) 0;cursor:grab;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:flex}
6
- .tempest_handleBar_XPPiI{background:var(--tempest-gray-300);border-radius:var(--tempest-radius-full);width:36px;height:4px;display:block}
6
+ .tempest_handleBar_XPPiI{background:var(--tempest-border-strong);border-radius:var(--tempest-radius-full);width:36px;height:4px;display:block}
7
7
  .tempest_title_i5Vuc{padding:var(--tempest-space-2) var(--tempest-space-4) var(--tempest-space-3);font-size:var(--tempest-text-lg);font-weight:var(--tempest-weight-semibold);color:var(--tempest-text);border-bottom:1px solid var(--tempest-border);flex:none}
8
8
  .tempest_body_bgDhJ{padding:var(--tempest-space-4);color:var(--tempest-text);flex:auto;overflow-y:auto}
9
9
  @keyframes tempest_fadeIn_fyyhf{0%{opacity:0}to{opacity:1}}
@@ -0,0 +1,131 @@
1
+ /**
2
+ * Scoped reset — generated by scripts/gen-scoped-reset.mjs. Do not edit.
3
+ *
4
+ * The rules of `reset.css` that dress the elements a Tempest component renders,
5
+ * republished under `:where([class*="tempest_"])` so they reach inside a component
6
+ * and nowhere else. Import this instead of `reset.css` when the app owns its own
7
+ * document styling: the components keep the box model, button and control
8
+ * normalisation they are written against, and `html`, `body` and `#root` are left
9
+ * to the app.
10
+ *
11
+ * `:where()` contributes no specificity, so every selector here weighs what it
12
+ * weighed globally.
13
+ */
14
+
15
+ :where([class*="tempest_"]),
16
+ :where([class*="tempest_"]) *,
17
+ :where([class*="tempest_"]) *::before,
18
+ :where([class*="tempest_"]) *::after {
19
+ box-sizing: border-box;
20
+ }
21
+
22
+ :where([class*="tempest_"]) img,
23
+ img:where([class*="tempest_"]),
24
+ :where([class*="tempest_"]) svg,
25
+ svg:where([class*="tempest_"]),
26
+ :where([class*="tempest_"]) video,
27
+ video:where([class*="tempest_"]),
28
+ :where([class*="tempest_"]) canvas,
29
+ canvas:where([class*="tempest_"]),
30
+ :where([class*="tempest_"]) audio,
31
+ audio:where([class*="tempest_"]),
32
+ :where([class*="tempest_"]) iframe,
33
+ iframe:where([class*="tempest_"]),
34
+ :where([class*="tempest_"]) embed,
35
+ embed:where([class*="tempest_"]),
36
+ :where([class*="tempest_"]) object,
37
+ object:where([class*="tempest_"]) {
38
+ display: block;
39
+ max-width: 100%;
40
+ }
41
+
42
+ :where([class*="tempest_"]) img,
43
+ img:where([class*="tempest_"]),
44
+ :where([class*="tempest_"]) video,
45
+ video:where([class*="tempest_"]) {
46
+ height: auto;
47
+ }
48
+
49
+ :where([class*="tempest_"]) :where(button, a, label, summary) > svg:only-child {
50
+ margin-inline: auto;
51
+ }
52
+
53
+ :where([class*="tempest_"]) button,
54
+ button:where([class*="tempest_"]),
55
+ :where([class*="tempest_"]) input,
56
+ input:where([class*="tempest_"]),
57
+ :where([class*="tempest_"]) select,
58
+ select:where([class*="tempest_"]),
59
+ :where([class*="tempest_"]) textarea,
60
+ textarea:where([class*="tempest_"]) {
61
+ font-family: inherit;
62
+ font-size: inherit;
63
+ line-height: inherit;
64
+ color: inherit;
65
+ letter-spacing: inherit;
66
+ }
67
+
68
+ :where([class*="tempest_"]) button,
69
+ button:where([class*="tempest_"]) {
70
+ cursor: pointer;
71
+ background: none;
72
+ border: 0;
73
+ padding: 0;
74
+ }
75
+
76
+ :where([class*="tempest_"]) button:disabled,
77
+ button:disabled:where([class*="tempest_"]) {
78
+ cursor: not-allowed;
79
+ }
80
+
81
+ :where([class*="tempest_"]) button::-moz-focus-inner,
82
+ button:where([class*="tempest_"])::-moz-focus-inner {
83
+ border: 0;
84
+ padding: 0;
85
+ }
86
+
87
+ :where([class*="tempest_"]) textarea,
88
+ textarea:where([class*="tempest_"]) {
89
+ resize: vertical;
90
+ }
91
+
92
+ :where([class*="tempest_"]) input[type="search"]::-webkit-search-decoration,
93
+ input[type="search"]:where([class*="tempest_"])::-webkit-search-decoration,
94
+ :where([class*="tempest_"]) input[type="search"]::-webkit-search-cancel-button,
95
+ input[type="search"]:where([class*="tempest_"])::-webkit-search-cancel-button,
96
+ :where([class*="tempest_"]) input[type="search"]::-webkit-search-results-button,
97
+ input[type="search"]:where([class*="tempest_"])::-webkit-search-results-button,
98
+ :where([class*="tempest_"]) input[type="search"]::-webkit-search-results-decoration,
99
+ input[type="search"]:where([class*="tempest_"])::-webkit-search-results-decoration {
100
+ -webkit-appearance: none;
101
+ }
102
+
103
+ :where([class*="tempest_"]) table,
104
+ table:where([class*="tempest_"]) {
105
+ border-collapse: collapse;
106
+ border-spacing: 0;
107
+ }
108
+
109
+ :where([class*="tempest_"]) :where(ul, ol)[class] {
110
+ list-style: none;
111
+ margin: 0;
112
+ padding: 0;
113
+ }
114
+
115
+ :where([class*="tempest_"]) :focus-visible,
116
+ :focus-visible:where([class*="tempest_"]) {
117
+ outline: var(--tempest-focus-ring-width, 3px) solid
118
+ var(--tempest-focus-ring-color, rgba(0, 102, 255, 0.35));
119
+ outline-offset: var(--tempest-focus-ring-offset, 2px);
120
+ }
121
+
122
+ @media (prefers-reduced-motion: reduce) {
123
+ :where([class*="tempest_"]) *,
124
+ :where([class*="tempest_"]) *::before,
125
+ :where([class*="tempest_"]) *::after {
126
+ animation-duration: 0.01ms !important;
127
+ animation-iteration-count: 1 !important;
128
+ transition-duration: 0.01ms !important;
129
+ scroll-behavior: auto !important;
130
+ }
131
+ }
@@ -0,0 +1,10 @@
1
+ /* Generated by scripts/split-css.mjs — do not edit. */
2
+ :root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--tempest-primary-50:#eef4ff;--tempest-primary-100:#d9e6ff;--tempest-primary-200:#b3ccff;--tempest-primary-300:#80aaff;--tempest-primary-400:#4d85ff;--tempest-primary-500:#06f;--tempest-primary-600:#0052cc;--tempest-primary-700:#003d99;--tempest-primary-800:#002e75;--tempest-primary-900:#001f4d;--tempest-primary:var(--tempest-primary-500);--tempest-primary-hover:var(--tempest-primary-600);--tempest-primary-active:var(--tempest-primary-700);--tempest-primary-soft:var(--tempest-primary-50);--tempest-primary-soft-hover:var(--tempest-primary-100);--tempest-primary-foreground:#fff;--tempest-danger-on-solid:#fff;--tempest-info-on-solid:#fff;--tempest-success-on-solid:#1f0606;--tempest-warning-on-solid:#1f0606;--tempest-neutral-on-solid:#fff;--tempest-primary-on-soft:var(--tempest-primary-600);--tempest-gray-50:#f8f9fb;--tempest-gray-100:#f1f3f6;--tempest-gray-200:#e4e7ec;--tempest-gray-300:#d0d5dd;--tempest-gray-400:#98a2b3;--tempest-gray-500:#667085;--tempest-gray-600:#475467;--tempest-gray-700:#344054;--tempest-gray-800:#1d2939;--tempest-gray-900:#101828;--tempest-bg:#fff;--tempest-surface:var(--tempest-gray-50);--tempest-surface-2:var(--tempest-gray-100);--tempest-surface-3:var(--tempest-gray-200);--tempest-border:var(--tempest-gray-200);--tempest-border-strong:var(--tempest-gray-300);--tempest-text:var(--tempest-gray-900);--tempest-text-muted:var(--tempest-gray-600);--tempest-text-subtle:var(--tempest-gray-500);--tempest-text-on-primary:#fff;--tempest-success:#15803d;--tempest-success-fg:#14532d;--tempest-success-bg:#dcfce7;--tempest-success-border:#86efac;--tempest-success-solid:#16a34a;--tempest-warning:#b45309;--tempest-warning-fg:#78350f;--tempest-warning-bg:#fef3c7;--tempest-warning-border:#fcd34d;--tempest-warning-solid:#d97706;--tempest-danger:#b91c1c;--tempest-danger-fg:#7f1d1d;--tempest-danger-bg:#fee2e2;--tempest-danger-border:#fca5a5;--tempest-danger-solid:#dc2626;--tempest-danger-hover:#991b1b;--tempest-info:#1d4ed8;--tempest-info-fg:#1e3a8a;--tempest-info-bg:#dbeafe;--tempest-info-border:#93c5fd;--tempest-info-solid:#2563eb;--tempest-focus-ring-color:#0066ff59;--tempest-focus-ring-width:3px;--tempest-focus-ring-offset:2px;--tempest-radius-xs:2px;--tempest-radius-sm:4px;--tempest-radius-md:8px;--tempest-radius-lg:12px;--tempest-radius-xl:16px;--tempest-radius-2xl:24px;--tempest-radius-full:9999px;--tempest-shadow-xs:0 1px 2px #0f172a0a;--tempest-shadow-sm:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--tempest-shadow-md:0 4px 12px #0f172a14, 0 2px 4px #0f172a0a;--tempest-shadow-lg:0 12px 32px #0f172a1f, 0 4px 8px #0f172a0f;--tempest-shadow-xl:0 24px 48px #0f172a2e, 0 8px 16px #0f172a14;--tempest-shadow-inner:inset 0 2px 4px #0f172a0f;--tempest-space-0:0px;--tempest-space-1:4px;--tempest-space-2:8px;--tempest-space-3:12px;--tempest-space-4:16px;--tempest-space-5:20px;--tempest-space-6:24px;--tempest-space-7:28px;--tempest-space-8:32px;--tempest-space-10:40px;--tempest-space-12:48px;--tempest-space-16:64px;--tempest-space-20:80px;--tempest-space-24:96px;--tempest-font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;--tempest-font-mono:ui-monospace, SFMono-Regular, "SF Mono", "Cascadia Code", Menlo, Consolas, "Liberation Mono", monospace;--tempest-font-display:var(--tempest-font-sans);--tempest-z-base:0;--tempest-z-raised:10;--tempest-z-dropdown:1000;--tempest-z-sticky:1020;--tempest-z-overlay:1050;--tempest-z-modal:1100;--tempest-z-popover:1150;--tempest-z-toast:1200;--tempest-z-tooltip:1300;--tempest-bp-xs:480px;--tempest-bp-sm:640px;--tempest-bp-md:768px;--tempest-bp-lg:1024px;--tempest-bp-xl:1280px;--tempest-bp-2xl:1536px;--tempest-chart-1:#2563eb;--tempest-chart-2:#16a34a;--tempest-chart-3:#f59e0b;--tempest-chart-4:#7c3aed;--tempest-chart-5:#ec4899;--tempest-chart-6:#06b6d4;--tempest-chart-7:#ea580c;--tempest-chart-8:#0f766e;--tempest-chart-sequential-1:#dde8fe;--tempest-chart-sequential-2:#acc8fe;--tempest-chart-sequential-3:#7aa7ff;--tempest-chart-sequential-4:#4983fc;--tempest-chart-sequential-5:#3667ce;--tempest-chart-sequential-6:#2b4e96;--tempest-chart-sequential-7:#25375a;--tempest-chart-diverging-1:#0f3ca1;--tempest-chart-diverging-2:#416eca;--tempest-chart-diverging-3:#7ba0e7;--tempest-chart-diverging-4:#bdd2f9;--tempest-chart-diverging-5:#e4e7ec;--tempest-chart-diverging-6:#f6c3bc;--tempest-chart-diverging-7:#de847a;--tempest-chart-diverging-8:#ba473f;--tempest-chart-diverging-9:#870f11;--tempest-chart-grid:var(--tempest-gray-200);--tempest-chart-axis:var(--tempest-gray-500);--tempest-code-comment:#5f666e;--tempest-code-punctuation:#5d6671;--tempest-code-string:#327243;--tempest-code-number:#9d5035;--tempest-code-keyword:#625baf;--tempest-code-literal:#9f4c4f;--tempest-code-function:#1a6c94;--tempest-code-tag:#974d72;--tempest-code-attribute:#127171;--tempest-code-property:#127171;--tempest-safe-area-top:env(safe-area-inset-top,0px);--tempest-safe-area-right:env(safe-area-inset-right,0px);--tempest-safe-area-bottom:env(safe-area-inset-bottom,0px);--tempest-safe-area-left:env(safe-area-inset-left,0px)}
3
+ [data-tempest-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--tempest-primary-50:#0a1730;--tempest-primary-100:#0f2245;--tempest-primary-200:#133066;--tempest-primary-300:#1a4399;--tempest-primary-400:#2563eb;--tempest-primary-500:#3b82f6;--tempest-primary-600:#60a5fa;--tempest-primary-700:#93c5fd;--tempest-primary-800:#bfdbfe;--tempest-primary-900:#dbeafe;--tempest-primary:var(--tempest-primary-500);--tempest-primary-hover:var(--tempest-primary-600);--tempest-primary-active:var(--tempest-primary-700);--tempest-primary-soft:var(--tempest-primary-100);--tempest-primary-soft-hover:var(--tempest-primary-200);--tempest-primary-on-soft:var(--tempest-primary-700);--tempest-bg:#0b0d12;--tempest-surface:#14171f;--tempest-surface-2:#1d2230;--tempest-surface-3:#262d3f;--tempest-border:#2a3142;--tempest-border-strong:#3a4258;--tempest-text:#f1f3f8;--tempest-text-muted:#aab2c0;--tempest-text-subtle:#7b849a;--tempest-primary-foreground:#1f0606;--tempest-text-on-primary:var(--tempest-primary-foreground);--tempest-danger-on-solid:#1f0606;--tempest-info-on-solid:#1f0606;--tempest-success-on-solid:#1f0606;--tempest-warning-on-solid:#1f0606;--tempest-neutral-on-solid:#fff;--tempest-success-fg:#4ade80;--tempest-success-bg:#052e16;--tempest-success-border:#166534;--tempest-success-solid:#22c55e;--tempest-success:#4ade80;--tempest-warning-fg:#fbbf24;--tempest-warning-bg:#2c1c05;--tempest-warning-border:#78350f;--tempest-warning-solid:#f59e0b;--tempest-warning:#fbbf24;--tempest-danger-fg:#f87171;--tempest-danger-bg:#2c0a0a;--tempest-danger-border:#7f1d1d;--tempest-danger-solid:#ef4444;--tempest-danger:#f87171;--tempest-danger-hover:#f87171;--tempest-info-fg:#60a5fa;--tempest-info-bg:#0a1730;--tempest-info-border:#1e3a8a;--tempest-info-solid:#3b82f6;--tempest-info:#60a5fa;--tempest-focus-ring-color:#60a5fa73;--tempest-shadow-xs:0 1px 2px #0000004d;--tempest-shadow-sm:0 1px 3px #0006, 0 1px 2px #0003;--tempest-shadow-md:0 4px 12px #0006, 0 2px 4px #0003;--tempest-shadow-lg:0 12px 32px #00000080, 0 4px 8px #0000004d;--tempest-shadow-xl:0 24px 48px #0009, 0 8px 16px #0000004d;--tempest-chart-1:#60a5fa;--tempest-chart-2:#4ade80;--tempest-chart-3:#fbbf24;--tempest-chart-4:#a78bfa;--tempest-chart-5:#f472b6;--tempest-chart-6:#22d3ee;--tempest-chart-7:#fb923c;--tempest-chart-8:#2dd4bf;--tempest-chart-sequential-1:#172849;--tempest-chart-sequential-2:#1b3c83;--tempest-chart-sequential-3:#2453b9;--tempest-chart-sequential-4:#376fe5;--tempest-chart-sequential-5:#5b90fb;--tempest-chart-sequential-6:#8cb2fa;--tempest-chart-sequential-7:#bad2fe;--tempest-chart-diverging-1:#1543a8;--tempest-chart-diverging-2:#416eca;--tempest-chart-diverging-3:#7599e0;--tempest-chart-diverging-4:#b0c5ec;--tempest-chart-diverging-5:#262d3f;--tempest-chart-diverging-6:#e8b6af;--tempest-chart-diverging-7:#d77e74;--tempest-chart-diverging-8:#ba473f;--tempest-chart-diverging-9:#94020c;--tempest-chart-grid:var(--tempest-gray-300);--tempest-chart-axis:var(--tempest-gray-600);--tempest-code-comment:#838b93;--tempest-code-punctuation:#818b95;--tempest-code-string:#589866;--tempest-code-number:#c57558;--tempest-code-keyword:#8580d8;--tempest-code-literal:#c87172;--tempest-code-function:#2893c6;--tempest-code-tag:#c07197;--tempest-code-attribute:#349897;--tempest-code-property:#349897}
4
+ :root{--tempest-text-2xs:10px;--tempest-text-xs:12px;--tempest-text-sm:13px;--tempest-text-base:14px;--tempest-text-md:15px;--tempest-text-lg:16px;--tempest-text-xl:18px;--tempest-text-2xl:20px;--tempest-text-3xl:24px;--tempest-text-4xl:30px;--tempest-text-5xl:36px;--tempest-text-6xl:48px;--tempest-leading-none:1;--tempest-leading-tight:1.2;--tempest-leading-snug:1.35;--tempest-leading-normal:1.5;--tempest-leading-relaxed:1.65;--tempest-leading-loose:1.9;--tempest-weight-regular:400;--tempest-weight-medium:500;--tempest-weight-semibold:600;--tempest-weight-bold:700;--tempest-weight-extrabold:800;--tempest-tracking-tight:-.02em;--tempest-tracking-normal:0;--tempest-tracking-wide:.025em;--tempest-tracking-wider:.05em;--tempest-tracking-widest:.1em;--tempest-text-fluid-sm:clamp(13px, 12px + .2vw, 15px);--tempest-text-fluid-base:clamp(14px, 13px + .3vw, 16px);--tempest-text-fluid-lg:clamp(16px, 14px + .5vw, 20px);--tempest-text-fluid-xl:clamp(18px, 15px + .8vw, 24px);--tempest-text-fluid-2xl:clamp(20px, 16px + 1.2vw, 30px);--tempest-text-fluid-3xl:clamp(24px, 18px + 2vw, 40px);--tempest-text-fluid-4xl:clamp(28px, 20px + 3vw, 56px);--tempest-text-fluid-5xl:clamp(32px, 24px + 4vw, 72px);--tempest-text-fluid-6xl:clamp(40px, 28px + 5vw, 96px);--tempest-duration-instant:0s;--tempest-duration-fast:.12s;--tempest-duration-base:.18s;--tempest-duration-slow:.28s;--tempest-duration-slower:.42s;--tempest-ease-linear:linear;--tempest-ease-in:cubic-bezier(.4, 0, 1, 1);--tempest-ease-out:cubic-bezier(0, 0, .2, 1);--tempest-ease-in-out:cubic-bezier(.4, 0, .2, 1);--tempest-ease-emphasized:cubic-bezier(.2, 0, 0, 1);--tempest-ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--tempest-transition-color:color var(--tempest-duration-fast) var(--tempest-ease-out), background-color var(--tempest-duration-fast) var(--tempest-ease-out), border-color var(--tempest-duration-fast) var(--tempest-ease-out);--tempest-transition-shadow:box-shadow var(--tempest-duration-base) var(--tempest-ease-out);--tempest-transition-transform:transform var(--tempest-duration-fast) var(--tempest-ease-out);--tempest-transition-base:color var(--tempest-duration-fast) var(--tempest-ease-out), background-color var(--tempest-duration-fast) var(--tempest-ease-out), border-color var(--tempest-duration-fast) var(--tempest-ease-out), box-shadow var(--tempest-duration-base) var(--tempest-ease-out), transform var(--tempest-duration-fast) var(--tempest-ease-out), opacity var(--tempest-duration-fast) var(--tempest-ease-out)}
5
+ @media (prefers-reduced-motion:reduce){:root{--tempest-duration-fast:.01ms;--tempest-duration-base:.01ms;--tempest-duration-slow:.01ms;--tempest-duration-slower:.01ms}}
6
+ :root,[data-tempest-density=comfortable]{--tempest-control-height-xs:24px;--tempest-control-height-sm:32px;--tempest-control-height-md:40px;--tempest-control-height-lg:48px;--tempest-control-height-xl:56px;--tempest-control-padding-xs:var(--tempest-space-2);--tempest-control-padding-sm:var(--tempest-space-3);--tempest-control-padding-md:var(--tempest-space-4);--tempest-control-padding-lg:var(--tempest-space-5);--tempest-control-padding-xl:var(--tempest-space-6);--tempest-control-font-xs:var(--tempest-text-xs);--tempest-control-font-sm:var(--tempest-text-sm);--tempest-control-font-md:var(--tempest-text-base);--tempest-control-font-lg:var(--tempest-text-lg);--tempest-control-font-xl:var(--tempest-text-xl);--tempest-control-radius:var(--tempest-radius-md);--tempest-control-gap:var(--tempest-space-2)}
7
+ [data-tempest-density=compact]{--tempest-control-height-xs:20px;--tempest-control-height-sm:28px;--tempest-control-height-md:34px;--tempest-control-height-lg:40px;--tempest-control-height-xl:48px;--tempest-control-padding-xs:var(--tempest-space-1);--tempest-control-padding-sm:var(--tempest-space-2);--tempest-control-padding-md:var(--tempest-space-3);--tempest-control-padding-lg:var(--tempest-space-4);--tempest-control-padding-xl:var(--tempest-space-5);--tempest-control-font-xs:var(--tempest-text-2xs);--tempest-control-font-sm:var(--tempest-text-xs);--tempest-control-font-md:var(--tempest-text-sm);--tempest-control-font-lg:var(--tempest-text-base);--tempest-control-font-xl:var(--tempest-text-md);--tempest-control-radius:var(--tempest-radius-sm);--tempest-control-gap:var(--tempest-space-1)}
8
+ [data-tempest-density=touch]{--tempest-control-height-xs:32px;--tempest-control-height-sm:40px;--tempest-control-height-md:44px;--tempest-control-height-lg:52px;--tempest-control-height-xl:60px;--tempest-control-padding-xs:var(--tempest-space-2);--tempest-control-padding-sm:var(--tempest-space-3);--tempest-control-padding-md:var(--tempest-space-4);--tempest-control-padding-lg:var(--tempest-space-5);--tempest-control-padding-xl:var(--tempest-space-6);--tempest-control-font-xs:var(--tempest-text-xs);--tempest-control-font-sm:var(--tempest-text-sm);--tempest-control-font-md:var(--tempest-text-base);--tempest-control-font-lg:var(--tempest-text-lg);--tempest-control-font-xl:var(--tempest-text-xl);--tempest-control-radius:var(--tempest-radius-md);--tempest-control-gap:var(--tempest-space-2)}
9
+ [data-tempest-density=spacious]{--tempest-control-height-xs:28px;--tempest-control-height-sm:36px;--tempest-control-height-md:44px;--tempest-control-height-lg:52px;--tempest-control-height-xl:64px;--tempest-control-padding-xs:var(--tempest-space-3);--tempest-control-padding-sm:var(--tempest-space-4);--tempest-control-padding-md:var(--tempest-space-5);--tempest-control-padding-lg:var(--tempest-space-6);--tempest-control-padding-xl:var(--tempest-space-7);--tempest-control-font-xs:var(--tempest-text-xs);--tempest-control-font-sm:var(--tempest-text-base);--tempest-control-font-md:var(--tempest-text-md);--tempest-control-font-lg:var(--tempest-text-xl);--tempest-control-font-xl:var(--tempest-text-2xl);--tempest-control-radius:var(--tempest-radius-lg);--tempest-control-gap:var(--tempest-space-3)}
10
+ @media (pointer:coarse){:root:not([data-tempest-density=compact]){--tempest-control-height-xs:32px;--tempest-control-height-sm:40px;--tempest-control-height-md:44px}}