@ndla/primitives 0.0.1

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 (97) hide show
  1. package/LICENSE +674 -0
  2. package/dist/panda.buildinfo.json +426 -0
  3. package/dist/styles.css +1738 -0
  4. package/es/Accordion.js +103 -0
  5. package/es/ArticleLists.js +106 -0
  6. package/es/Badge.js +55 -0
  7. package/es/BlockQuote.js +49 -0
  8. package/es/Button.js +211 -0
  9. package/es/Checkbox.js +118 -0
  10. package/es/Dialog.js +329 -0
  11. package/es/ExpandableBox.js +55 -0
  12. package/es/FieldErrorMessage.js +44 -0
  13. package/es/FieldHelper.js +37 -0
  14. package/es/FormControl.js +163 -0
  15. package/es/FramedContent.js +54 -0
  16. package/es/Icon.js +71 -0
  17. package/es/Input.js +159 -0
  18. package/es/Label.js +104 -0
  19. package/es/Menu.js +171 -0
  20. package/es/MessageBox.js +57 -0
  21. package/es/NdlaLogo.js +284 -0
  22. package/es/Pagination.js +37 -0
  23. package/es/Popover.js +78 -0
  24. package/es/RadioGroup.js +136 -0
  25. package/es/Skeleton.js +31 -0
  26. package/es/Slider.js +102 -0
  27. package/es/Spinner.js +54 -0
  28. package/es/Switch.js +130 -0
  29. package/es/Table.js +75 -0
  30. package/es/Text.js +54 -0
  31. package/es/Toast.js +82 -0
  32. package/es/Tooltip.js +59 -0
  33. package/es/createStyleContext.js +62 -0
  34. package/es/index.js +19 -0
  35. package/lib/Accordion.d.ts +17 -0
  36. package/lib/Accordion.js +109 -0
  37. package/lib/ArticleLists.d.ts +20 -0
  38. package/lib/ArticleLists.js +115 -0
  39. package/lib/Badge.d.ts +33 -0
  40. package/lib/Badge.js +62 -0
  41. package/lib/BlockQuote.d.ts +28 -0
  42. package/lib/BlockQuote.js +56 -0
  43. package/lib/Button.d.ts +131 -0
  44. package/lib/Button.js +217 -0
  45. package/lib/Checkbox.d.ts +15 -0
  46. package/lib/Checkbox.js +125 -0
  47. package/lib/Dialog.d.ts +107 -0
  48. package/lib/Dialog.js +338 -0
  49. package/lib/ExpandableBox.d.ts +12 -0
  50. package/lib/ExpandableBox.js +63 -0
  51. package/lib/FieldErrorMessage.d.ts +11 -0
  52. package/lib/FieldErrorMessage.js +50 -0
  53. package/lib/FieldHelper.d.ts +11 -0
  54. package/lib/FieldHelper.js +43 -0
  55. package/lib/FormControl.d.ts +65 -0
  56. package/lib/FormControl.js +173 -0
  57. package/lib/FramedContent.d.ts +32 -0
  58. package/lib/FramedContent.js +61 -0
  59. package/lib/Icon.d.ts +37 -0
  60. package/lib/Icon.js +78 -0
  61. package/lib/Input.d.ts +20 -0
  62. package/lib/Input.js +165 -0
  63. package/lib/Label.d.ts +16 -0
  64. package/lib/Label.js +110 -0
  65. package/lib/Menu.d.ts +25 -0
  66. package/lib/Menu.js +179 -0
  67. package/lib/MessageBox.d.ts +33 -0
  68. package/lib/MessageBox.js +64 -0
  69. package/lib/NdlaLogo.d.ts +15 -0
  70. package/lib/NdlaLogo.js +293 -0
  71. package/lib/Pagination.d.ts +14 -0
  72. package/lib/Pagination.js +43 -0
  73. package/lib/Popover.d.ts +22 -0
  74. package/lib/Popover.js +87 -0
  75. package/lib/RadioGroup.d.ts +19 -0
  76. package/lib/RadioGroup.js +143 -0
  77. package/lib/Skeleton.d.ts +11 -0
  78. package/lib/Skeleton.js +38 -0
  79. package/lib/Slider.d.ts +17 -0
  80. package/lib/Slider.js +109 -0
  81. package/lib/Spinner.d.ts +26 -0
  82. package/lib/Spinner.js +61 -0
  83. package/lib/Switch.d.ts +21 -0
  84. package/lib/Switch.js +137 -0
  85. package/lib/Table.d.ts +10 -0
  86. package/lib/Table.js +82 -0
  87. package/lib/Text.d.ts +24 -0
  88. package/lib/Text.js +62 -0
  89. package/lib/Toast.d.ts +18 -0
  90. package/lib/Toast.js +90 -0
  91. package/lib/Tooltip.d.ts +16 -0
  92. package/lib/Tooltip.js +65 -0
  93. package/lib/createStyleContext.d.ts +27 -0
  94. package/lib/createStyleContext.js +69 -0
  95. package/lib/index.d.ts +28 -0
  96. package/lib/index.js +130 -0
  97. package/package.json +48 -0
@@ -0,0 +1,1738 @@
1
+ @layer utilities {
2
+ @layer compositions {
3
+ .textStyle_label\.medium {
4
+ font-family: var(--fonts-sans);
5
+ font-weight: var(--font-weights-normal);
6
+ font-size: var(--font-sizes-small);
7
+ line-height: var(--line-heights-small);
8
+ }
9
+
10
+ .textStyle_label\.medium:where([lang='zh'], .textStyle_label\.medium[lang='zh-Hans'], .textStyle_label\.medium[lang='zh-Hant']):not([data-pinyin]) {
11
+ font-size: calc(var(--font-sizes-small) * 1.11);
12
+ line-height: calc(var(--line-heights-small) * 1.11);
13
+ }
14
+
15
+ .textStyle_label\.small {
16
+ font-family: var(--fonts-sans);
17
+ font-weight: var(--font-weights-normal);
18
+ font-size: var(--font-sizes-xsmall);
19
+ line-height: var(--line-heights-xsmall);
20
+ }
21
+
22
+ .textStyle_label\.small:where([lang='zh'], .textStyle_label\.small[lang='zh-Hans'], .textStyle_label\.small[lang='zh-Hant']):not([data-pinyin]) {
23
+ font-size: calc(var(--font-sizes-xsmall) * 1.11);
24
+ line-height: calc(var(--line-heights-xsmall) * 1.11);
25
+ }
26
+
27
+ .textStyle_label\.large\! {
28
+ font-family: var(--fonts-sans) !important;
29
+ font-weight: var(--font-weights-normal) !important;
30
+ font-size: var(--font-sizes-medium) !important;
31
+ line-height: var(--line-heights-medium) !important;
32
+ }
33
+
34
+ .textStyle_label\.large\!:where([lang='zh'], .textStyle_label\.large\![lang='zh-Hans'], .textStyle_label\.large\![lang='zh-Hant']):not([data-pinyin]) {
35
+ font-size: calc(var(--font-sizes-medium) * 1.11) !important;
36
+ line-height: calc(var(--line-heights-medium) * 1.11) !important;
37
+ }
38
+
39
+ .textStyle_label\.xsmall {
40
+ font-family: var(--fonts-sans);
41
+ font-weight: var(--font-weights-normal);
42
+ font-size: var(--font-sizes-xxsmall);
43
+ line-height: var(--line-heights-xxsmall);
44
+ }
45
+
46
+ .textStyle_label\.xsmall:where([lang='zh'], .textStyle_label\.xsmall[lang='zh-Hans'], .textStyle_label\.xsmall[lang='zh-Hant']):not([data-pinyin]) {
47
+ font-size: calc(var(--font-sizes-xxsmall) * 1.11);
48
+ line-height: calc(var(--line-heights-xxsmall) * 1.11);
49
+ }
50
+
51
+ .textStyle_body\.medium {
52
+ font-family: var(--fonts-sans);
53
+ font-weight: var(--font-weights-normal);
54
+ font-size: var(--font-sizes-small);
55
+ line-height: var(--line-heights-small);
56
+ }
57
+
58
+ .textStyle_body\.medium:where([lang='zh'], .textStyle_body\.medium[lang='zh-Hans'], .textStyle_body\.medium[lang='zh-Hant']):not([data-pinyin]) {
59
+ font-size: calc(var(--font-sizes-small) * 1.11);
60
+ line-height: calc(var(--line-heights-small) * 1.11);
61
+ }
62
+
63
+ .\[\&_\>_\*\]\:textStyle_label\.large\! > * {
64
+ font-family: var(--fonts-sans) !important;
65
+ font-weight: var(--font-weights-normal) !important;
66
+ font-size: var(--font-sizes-medium) !important;
67
+ line-height: var(--line-heights-medium) !important;
68
+ }
69
+
70
+ :is(.\[\&_\>_\*\]\:textStyle_label\.large\! > *):where([lang='zh'], :is(.\[\&_\>_\*\]\:textStyle_label\.large\! > *)[lang='zh-Hans'], :is(.\[\&_\>_\*\]\:textStyle_label\.large\! > *)[lang='zh-Hant']):not([data-pinyin]) {
71
+ font-size: calc(var(--font-sizes-medium) * 1.11) !important;
72
+ line-height: calc(var(--line-heights-medium) * 1.11) !important;
73
+ }
74
+ }
75
+
76
+ .d_flex {
77
+ display: flex;
78
+ }
79
+
80
+ .gap_3xsmall {
81
+ gap: var(--spacing-3xsmall);
82
+ }
83
+
84
+ .bg_surface\.default {
85
+ background: var(--colors-surface-default);
86
+ }
87
+
88
+ .cursor_pointer {
89
+ cursor: pointer;
90
+ }
91
+
92
+ .px_medium {
93
+ padding-inline: var(--spacing-medium);
94
+ }
95
+
96
+ .py_medium {
97
+ padding-block: var(--spacing-medium);
98
+ }
99
+
100
+ .shadow-color_stroke\.subtle {
101
+ --shadow-color: var(--colors-stroke-subtle);
102
+ }
103
+
104
+ .shadow_inset_0_0_0_1px_var\(--shadow-color\) {
105
+ box-shadow: inset 0 0 0 1px var(--shadow-color);
106
+ }
107
+
108
+ .rounded_xsmall {
109
+ border-radius: var(--radii-xsmall);
110
+ }
111
+
112
+ .w_100\% {
113
+ width: 100%;
114
+ }
115
+
116
+ .text_icon\.strong {
117
+ color: var(--colors-icon-strong);
118
+ }
119
+
120
+ .origin_center {
121
+ transform-origin: center;
122
+ }
123
+
124
+ .overflow_hidden {
125
+ overflow: hidden;
126
+ }
127
+
128
+ .py_xsmall {
129
+ padding-block: var(--spacing-xsmall);
130
+ }
131
+
132
+ .px_small {
133
+ padding-inline: var(--spacing-small);
134
+ }
135
+
136
+ .rounded-b_xsmall {
137
+ border-bottom-left-radius: var(--radii-xsmall);
138
+ border-bottom-right-radius: var(--radii-xsmall);
139
+ }
140
+
141
+ .list-style_revert {
142
+ list-style: revert;
143
+ }
144
+
145
+ .ps_small {
146
+ padding-inline-start: var(--spacing-small);
147
+ }
148
+
149
+ .px_xsmall {
150
+ padding-inline: var(--spacing-xsmall);
151
+ }
152
+
153
+ .border_1px_solid {
154
+ border: 1px solid;
155
+ }
156
+
157
+ .w_fit-content {
158
+ width: fit-content;
159
+ }
160
+
161
+ .border-s_4px_solid {
162
+ border-inline-start: 4px solid;
163
+ }
164
+
165
+ .bg_surface\.brand\.1\.subtle {
166
+ background: var(--colors-surface-brand-1-subtle);
167
+ }
168
+
169
+ .bg_surface\.brand\.2\.subtle {
170
+ background: var(--colors-surface-brand-2-subtle);
171
+ }
172
+
173
+ .d_inline-flex {
174
+ display: inline-flex;
175
+ }
176
+
177
+ .gap_xsmall {
178
+ gap: var(--spacing-xsmall);
179
+ }
180
+
181
+ .text-decor_none {
182
+ text-decoration: none;
183
+ }
184
+
185
+ .text-align_center {
186
+ text-align: center;
187
+ }
188
+
189
+ .ring_none {
190
+ outline: 2px solid transparent;
191
+ outline-offset: 2px;
192
+ }
193
+
194
+ .shadow-color_stroke\.default {
195
+ --shadow-color: var(--colors-stroke-default);
196
+ }
197
+
198
+ .text_text\.onAction {
199
+ color: var(--colors-text-on-action);
200
+ }
201
+
202
+ .bg_surface\.action {
203
+ background: var(--colors-surface-action);
204
+ }
205
+
206
+ .text_text\.strong {
207
+ color: var(--colors-text-strong);
208
+ }
209
+
210
+ .bg_transparent {
211
+ background: transparent;
212
+ }
213
+
214
+ .bg_surface\.error {
215
+ background: var(--colors-surface-error);
216
+ }
217
+
218
+ .bg_surface\.success {
219
+ background: var(--colors-surface-success);
220
+ }
221
+
222
+ .text_text\.link {
223
+ color: var(--colors-text-link);
224
+ }
225
+
226
+ .text-decor_underline {
227
+ text-decoration: underline;
228
+ }
229
+
230
+ .decoration-thickness_1px {
231
+ text-decoration-thickness: 1px;
232
+ }
233
+
234
+ .py_xxsmall {
235
+ padding-block: var(--spacing-xxsmall);
236
+ }
237
+
238
+ .min-h_24 {
239
+ min-height: var(--sizes-24);
240
+ }
241
+
242
+ .min-h_19 {
243
+ min-height: var(--sizes-19);
244
+ }
245
+
246
+ .py_3xsmall {
247
+ padding-block: var(--spacing-3xsmall);
248
+ }
249
+
250
+ .min-h_unset {
251
+ min-height: unset;
252
+ }
253
+
254
+ .select_none {
255
+ -webkit-user-select: none;
256
+ user-select: none;
257
+ }
258
+
259
+ .gap_xxsmall {
260
+ gap: var(--spacing-xxsmall);
261
+ }
262
+
263
+ .w_medium {
264
+ width: var(--sizes-medium);
265
+ }
266
+
267
+ .h_medium {
268
+ height: var(--sizes-medium);
269
+ }
270
+
271
+ .border_2px_solid {
272
+ border: 2px solid;
273
+ }
274
+
275
+ .pos_fixed {
276
+ position: fixed;
277
+ }
278
+
279
+ .w_100vw {
280
+ width: 100vw;
281
+ }
282
+
283
+ .h_100dvh {
284
+ height: 100dvh;
285
+ }
286
+
287
+ .z_modal {
288
+ z-index: var(--z-index-modal);
289
+ }
290
+
291
+ .h_100vh {
292
+ height: 100vh;
293
+ }
294
+
295
+ .z_overlay {
296
+ z-index: var(--z-index-overlay);
297
+ }
298
+
299
+ .bg_rgba\(1\,_1\,_1\,_0\.3\) {
300
+ background: rgba(1, 1, 1, 0.3);
301
+ }
302
+
303
+ .\--margin_token\(sizes\.medium\) {
304
+ --margin: var(--sizes-medium);
305
+ }
306
+
307
+ .pos_relative {
308
+ position: relative;
309
+ }
310
+
311
+ .shadow_xlarge {
312
+ box-shadow: var(--shadows-xlarge);
313
+ }
314
+
315
+ .h_min-content {
316
+ height: min-content;
317
+ }
318
+
319
+ .max-w_95\% {
320
+ max-width: 95%;
321
+ }
322
+
323
+ .max-h_95\% {
324
+ max-height: 95%;
325
+ }
326
+
327
+ .m_auto {
328
+ margin: auto;
329
+ }
330
+
331
+ .rounded_sharp {
332
+ border-radius: var(--radii-sharp);
333
+ }
334
+
335
+ .pt_env\(safe-area-inset-top\) {
336
+ padding-block-start: env(safe-area-inset-top);
337
+ }
338
+
339
+ .pb_env\(safe-area-inset-bottom\) {
340
+ padding-block-end: env(safe-area-inset-bottom);
341
+ }
342
+
343
+ .ps_env\(safe-area-inset-left\) {
344
+ padding-inline-start: env(safe-area-inset-left);
345
+ }
346
+
347
+ .pe_env\(safe-area-inset-right\) {
348
+ padding-inline-end: env(safe-area-inset-right);
349
+ }
350
+
351
+ .\--margin_0px {
352
+ --margin: 0px;
353
+ }
354
+
355
+ .w_var\(--size\) {
356
+ width: var(--size);
357
+ }
358
+
359
+ .ms_min\(var\(--margin\)\,_5\%\) {
360
+ margin-inline-start: min(var(--margin), 5%);
361
+ }
362
+
363
+ .me_var\(--margin\) {
364
+ margin-inline-end: var(--margin);
365
+ }
366
+
367
+ .mb_var\(--margin\) {
368
+ margin-block-end: var(--margin);
369
+ }
370
+
371
+ .mt_var\(--margin\) {
372
+ margin-block-start: var(--margin);
373
+ }
374
+
375
+ .min-h_100\% {
376
+ min-height: 100%;
377
+ }
378
+
379
+ .min-w_100\% {
380
+ min-width: 100%;
381
+ }
382
+
383
+ .\--size_sizes\.surface\.xsmall {
384
+ --size: var(--sizes-surface-xsmall);
385
+ }
386
+
387
+ .\--size_sizes\.surface\.medium {
388
+ --size: var(--sizes-surface-medium);
389
+ }
390
+
391
+ .\--size_sizes\.surface\.xlarge {
392
+ --size: var(--sizes-surface-xlarge);
393
+ }
394
+
395
+ .\--size_sizes\.surface\.4xlarge {
396
+ --size: var(--sizes-surface-4xlarge);
397
+ }
398
+
399
+ .max-h_100\% {
400
+ max-height: 100%;
401
+ }
402
+
403
+ .max-w_100\% {
404
+ max-width: 100%;
405
+ }
406
+
407
+ .h_var\(--size\) {
408
+ height: var(--size);
409
+ }
410
+
411
+ .\--size_sizes\.surface\.3xsmall {
412
+ --size: var(--sizes-surface-3xsmall);
413
+ }
414
+
415
+ .pt_medium {
416
+ padding-block-start: var(--spacing-medium);
417
+ }
418
+
419
+ .pt_small {
420
+ padding-block-start: var(--spacing-small);
421
+ }
422
+
423
+ .pb_medium {
424
+ padding-block-end: var(--spacing-medium);
425
+ }
426
+
427
+ .p_medium {
428
+ padding: var(--spacing-medium);
429
+ }
430
+
431
+ .m_-medium {
432
+ margin: calc(var(--spacing-medium) * -1);
433
+ }
434
+
435
+ .text_text\.error {
436
+ color: var(--colors-text-error);
437
+ }
438
+
439
+ .white-space_pre-line {
440
+ white-space: pre-line;
441
+ }
442
+
443
+ .rounded_small {
444
+ border-radius: var(--radii-small);
445
+ }
446
+
447
+ .shadow_4px_4px_0px_0px_var\(--shadow-color\) {
448
+ box-shadow: 4px 4px 0px 0px var(--shadow-color);
449
+ }
450
+
451
+ .shadow-color_surface\.brand\.1\.strong {
452
+ --shadow-color: var(--colors-surface-brand-1-strong);
453
+ }
454
+
455
+ .shadow-color_surface\.brand\.2\.strong {
456
+ --shadow-color: var(--colors-surface-brand-2-strong);
457
+ }
458
+
459
+ .d_inline-block {
460
+ display: inline-block;
461
+ }
462
+
463
+ .fill_currentcolor {
464
+ fill: currentcolor;
465
+ }
466
+
467
+ .v-align_middle {
468
+ vertical-align: middle;
469
+ }
470
+
471
+ .w_xsmall {
472
+ width: var(--sizes-xsmall);
473
+ }
474
+
475
+ .h_xsmall {
476
+ height: var(--sizes-xsmall);
477
+ }
478
+
479
+ .w_small {
480
+ width: var(--sizes-small);
481
+ }
482
+
483
+ .h_small {
484
+ height: var(--sizes-small);
485
+ }
486
+
487
+ .w_large {
488
+ width: var(--sizes-large);
489
+ }
490
+
491
+ .h_large {
492
+ height: var(--sizes-large);
493
+ }
494
+
495
+ .ring_1px_solid {
496
+ outline: 1px solid;
497
+ }
498
+
499
+ .bg_background\.default {
500
+ background: var(--colors-background-default);
501
+ }
502
+
503
+ .min-h_xxlarge {
504
+ min-height: var(--sizes-xxlarge);
505
+ }
506
+
507
+ .py_0 {
508
+ padding-block: 0;
509
+ }
510
+
511
+ .text_text\.default {
512
+ color: var(--colors-text-default);
513
+ }
514
+
515
+ .bg_none {
516
+ background: none;
517
+ }
518
+
519
+ .border_0 {
520
+ border: 0;
521
+ }
522
+
523
+ .p_xxsmall {
524
+ padding: var(--spacing-xxsmall);
525
+ }
526
+
527
+ .resize_none {
528
+ resize: none;
529
+ }
530
+
531
+ .float_none {
532
+ float: none;
533
+ }
534
+
535
+ .w_inherit {
536
+ width: inherit;
537
+ }
538
+
539
+ .border_none {
540
+ border: none;
541
+ }
542
+
543
+ .p_0 {
544
+ padding: 0;
545
+ }
546
+
547
+ .m_0 {
548
+ margin: 0;
549
+ }
550
+
551
+ .py_4xsmall {
552
+ padding-block: var(--spacing-4xsmall);
553
+ }
554
+
555
+ .min-w_surface\.xxsmall {
556
+ min-width: var(--sizes-surface-xxsmall);
557
+ }
558
+
559
+ .p_3xsmall {
560
+ padding: var(--spacing-3xsmall);
561
+ }
562
+
563
+ .shadow_xsmall {
564
+ box-shadow: var(--shadows-xsmall);
565
+ }
566
+
567
+ .z_dropdown {
568
+ z-index: var(--z-index-dropdown);
569
+ }
570
+
571
+ .gap_small {
572
+ gap: var(--spacing-small);
573
+ }
574
+
575
+ .bg_surface\.infoSubtle {
576
+ background: var(--colors-surface-info-subtle);
577
+ }
578
+
579
+ .bg_surface\.warningSubtle {
580
+ background: var(--colors-surface-warning-subtle);
581
+ }
582
+
583
+ .bg_surface\.successSubtle {
584
+ background: var(--colors-surface-success-subtle);
585
+ }
586
+
587
+ .bg_surface\.errorSubtle {
588
+ background: var(--colors-surface-error-subtle);
589
+ }
590
+
591
+ .text_primary {
592
+ color: var(--colors-primary);
593
+ }
594
+
595
+ .z_popover {
596
+ z-index: var(--z-index-popover);
597
+ }
598
+
599
+ .max-w_var\(--available-width\) {
600
+ max-width: var(--available-width);
601
+ }
602
+
603
+ .\--arrow-size_sizes\.xxsmall {
604
+ --arrow-size: var(--sizes-xxsmall);
605
+ }
606
+
607
+ .\--arrow-background_colors\.surface\.default {
608
+ --arrow-background: var(--colors-surface-default);
609
+ }
610
+
611
+ .rounded_full {
612
+ border-radius: var(--radii-full);
613
+ }
614
+
615
+ .ring-offset_-6px {
616
+ outline-offset: -6px;
617
+ }
618
+
619
+ .animation_skeleton-pulse {
620
+ animation: var(--animations-skeleton-pulse);
621
+ }
622
+
623
+ .text_transparent {
624
+ color: transparent;
625
+ }
626
+
627
+ .cursor_default {
628
+ cursor: default;
629
+ }
630
+
631
+ .pointer-events_none {
632
+ pointer-events: none;
633
+ }
634
+
635
+ .gap_4xsmall {
636
+ gap: var(--spacing-4xsmall);
637
+ }
638
+
639
+ .bg_surface\.disabled {
640
+ background: var(--colors-surface-disabled);
641
+ }
642
+
643
+ .flex_1 {
644
+ flex: 1 1 0%;
645
+ }
646
+
647
+ .z_1 {
648
+ z-index: 1;
649
+ }
650
+
651
+ .animation_spin {
652
+ animation: var(--animations-spin);
653
+ }
654
+
655
+ .d_block {
656
+ display: block;
657
+ }
658
+
659
+ .border-y_background\.subtle {
660
+ border-block-color: var(--colors-background-subtle);
661
+ }
662
+
663
+ .my_medium {
664
+ margin-block: var(--spacing-medium);
665
+ }
666
+
667
+ .mx_auto {
668
+ margin-inline: auto;
669
+ }
670
+
671
+ .h_xxlarge {
672
+ height: var(--sizes-xxlarge);
673
+ }
674
+
675
+ .w_xxlarge {
676
+ width: var(--sizes-xxlarge);
677
+ }
678
+
679
+ .bg_surface\.disabled\.strong {
680
+ background: var(--colors-surface-disabled-strong);
681
+ }
682
+
683
+ .p_1 {
684
+ padding: var(--spacing-1);
685
+ }
686
+
687
+ .rounded_medium {
688
+ border-radius: var(--radii-medium);
689
+ }
690
+
691
+ .bg_icon\.onAction {
692
+ background: var(--colors-icon-on-action);
693
+ }
694
+
695
+ .w_10 {
696
+ width: var(--sizes-10);
697
+ }
698
+
699
+ .h_10 {
700
+ height: var(--sizes-10);
701
+ }
702
+
703
+ .p_4xsmall {
704
+ padding: var(--spacing-4xsmall);
705
+ }
706
+
707
+ .table_fixed {
708
+ table-layout: fixed;
709
+ }
710
+
711
+ .shadow_medium {
712
+ box-shadow: var(--shadows-medium);
713
+ }
714
+
715
+ .min-w_20rem {
716
+ min-width: 20rem;
717
+ }
718
+
719
+ .h_var\(--height\) {
720
+ height: var(--height);
721
+ }
722
+
723
+ .opacity_var\(--opacity\) {
724
+ opacity: var(--opacity);
725
+ }
726
+
727
+ .overflow-wrap_anywhere {
728
+ overflow-wrap: anywhere;
729
+ }
730
+
731
+ .p_small {
732
+ padding: var(--spacing-small);
733
+ }
734
+
735
+ .scale_var\(--scale\) {
736
+ scale: var(--scale);
737
+ }
738
+
739
+ .translate_var\(--x\)_var\(--y\)_0 {
740
+ translate: var(--x) var(--y) 0;
741
+ }
742
+
743
+ .will-change_translate\,_scale\,_opacity\,_height {
744
+ will-change: translate, scale, opacity, height;
745
+ }
746
+
747
+ .z_var\(--z-index\) {
748
+ z-index: var(--z-index);
749
+ }
750
+
751
+ .pos_absolute {
752
+ position: absolute;
753
+ }
754
+
755
+ .px_xxsmall {
756
+ padding-inline: var(--spacing-xxsmall);
757
+ }
758
+
759
+ .\--arrow-size_spacing\.xxsmall {
760
+ --arrow-size: var(--spacing-xxsmall);
761
+ }
762
+
763
+ .\--arrow-background_colors\.surface\.action {
764
+ --arrow-background: var(--colors-surface-action);
765
+ }
766
+
767
+ .flex_column {
768
+ flex-direction: column;
769
+ }
770
+
771
+ .items_center {
772
+ align-items: center;
773
+ }
774
+
775
+ .justify_space-between {
776
+ justify-content: space-between;
777
+ }
778
+
779
+ .duration_fast {
780
+ --transition-duration: var(--durations-fast);
781
+ transition-duration: var(--durations-fast);
782
+ }
783
+
784
+ .ease_default {
785
+ --transition-easing: var(--easings-default);
786
+ transition-timing-function: var(--easings-default);
787
+ }
788
+
789
+ .transition-prop_background\,_border-color\,_border\,_border-radius {
790
+ --transition-prop: background, border-color, border, border-radius;
791
+ transition-property: background, border-color, border, border-radius;
792
+ }
793
+
794
+ .duration_normal {
795
+ --transition-duration: var(--durations-normal);
796
+ transition-duration: var(--durations-normal);
797
+ }
798
+
799
+ .transition-prop_transform {
800
+ --transition-prop: transform;
801
+ transition-property: transform;
802
+ }
803
+
804
+ .transition-prop_padding-bottom {
805
+ --transition-prop: padding-bottom;
806
+ transition-property: padding-bottom;
807
+ }
808
+
809
+ .border-w_0_1px_1px {
810
+ border-width: 0 1px 1px;
811
+ }
812
+
813
+ .border-style_solid {
814
+ border-style: solid;
815
+ }
816
+
817
+ .border_stroke\.default {
818
+ border-color: var(--colors-stroke-default);
819
+ }
820
+
821
+ .list-pos_inside {
822
+ list-style-position: inside;
823
+ }
824
+
825
+ .bg_surface\.brand\.1\.subtle {
826
+ background-color: var(--colors-surface-brand-1-subtle);
827
+ }
828
+
829
+ .border_surface\.brand\.1\.strong {
830
+ border-color: var(--colors-surface-brand-1-strong);
831
+ }
832
+
833
+ .bg_surface\.brand\.2\.subtle {
834
+ background-color: var(--colors-surface-brand-2-subtle);
835
+ }
836
+
837
+ .border_surface\.brand\.2\.strong {
838
+ border-color: var(--colors-surface-brand-2-strong);
839
+ }
840
+
841
+ .bg_surface\.brand\.3\.subtle {
842
+ background-color: var(--colors-surface-brand-3-subtle);
843
+ }
844
+
845
+ .border_surface\.brand\.3\.strong {
846
+ border-color: var(--colors-surface-brand-3-strong);
847
+ }
848
+
849
+ .bg_surface\.infoSubtle {
850
+ background-color: var(--colors-surface-info-subtle);
851
+ }
852
+
853
+ .border_stroke\.subtle {
854
+ border-color: var(--colors-stroke-subtle);
855
+ }
856
+
857
+ .justify_center {
858
+ justify-content: center;
859
+ }
860
+
861
+ .fw_bold {
862
+ font-weight: var(--font-weights-bold);
863
+ }
864
+
865
+ .transition-prop_all {
866
+ --transition-prop: all;
867
+ transition-property: all;
868
+ }
869
+
870
+ .leading_1 {
871
+ line-height: 1;
872
+ }
873
+
874
+ .transition-prop_border-color\,_background\,_box-shadow\,_color {
875
+ --transition-prop: border-color, background, box-shadow, color;
876
+ transition-property: border-color, background, box-shadow, color;
877
+ }
878
+
879
+ .left_0 {
880
+ left: 0;
881
+ }
882
+
883
+ .top_0 {
884
+ top: 0;
885
+ }
886
+
887
+ .overflow-y_auto {
888
+ overflow-y: auto;
889
+ }
890
+
891
+ .bg_surface\.default {
892
+ background-color: var(--colors-surface-default);
893
+ }
894
+
895
+ .leading_1em {
896
+ line-height: 1em;
897
+ }
898
+
899
+ .shrink_0 {
900
+ flex-shrink: 0;
901
+ }
902
+
903
+ .ring-color_stroke\.subtle {
904
+ outline-color: var(--colors-stroke-subtle);
905
+ }
906
+
907
+ .overflow-y_hidden {
908
+ overflow-y: hidden;
909
+ }
910
+
911
+ .transition-prop_background\,_color {
912
+ --transition-prop: background, color;
913
+ transition-property: background, color;
914
+ }
915
+
916
+ .items_flex-start {
917
+ align-items: flex-start;
918
+ }
919
+
920
+ .border_stroke\.warning {
921
+ border-color: var(--colors-stroke-warning);
922
+ }
923
+
924
+ .border_stroke\.success {
925
+ border-color: var(--colors-stroke-success);
926
+ }
927
+
928
+ .border_stroke\.error {
929
+ border-color: var(--colors-stroke-error);
930
+ }
931
+
932
+ .numeric_tabular-nums {
933
+ font-variant-numeric: tabular-nums;
934
+ }
935
+
936
+ .flex-wrap_wrap {
937
+ flex-wrap: wrap;
938
+ }
939
+
940
+ .border-w_2px {
941
+ border-width: 2px;
942
+ }
943
+
944
+ .outline-style_solid {
945
+ outline-style: solid;
946
+ }
947
+
948
+ .ring-width_4px {
949
+ outline-width: 4px;
950
+ }
951
+
952
+ .ring-color_surface\.default {
953
+ outline-color: var(--colors-surface-default);
954
+ }
955
+
956
+ .transition-prop_background\,_border-color\,_box-shadow {
957
+ --transition-prop: background, border-color, box-shadow;
958
+ transition-property: background, border-color, box-shadow;
959
+ }
960
+
961
+ .bg_surface\.disabled {
962
+ background-color: var(--colors-surface-disabled);
963
+ }
964
+
965
+ .bg-clip_padding-box {
966
+ background-clip: padding-box;
967
+ -webkit-background-clip: padding-box;
968
+ }
969
+
970
+ .transition-prop_background {
971
+ --transition-prop: background;
972
+ transition-property: background;
973
+ }
974
+
975
+ .border-s_background\.subtle {
976
+ border-inline-start-color: var(--colors-background-subtle);
977
+ }
978
+
979
+ .border-e_stroke\.default {
980
+ border-inline-end-color: var(--colors-stroke-default);
981
+ }
982
+
983
+ .border-w_4px {
984
+ border-width: 4px;
985
+ }
986
+
987
+ .border-w_8px {
988
+ border-width: 8px;
989
+ }
990
+
991
+ .transition-prop_color {
992
+ --transition-prop: color;
993
+ transition-property: color;
994
+ }
995
+
996
+ .overflow-x_auto {
997
+ overflow-x: auto;
998
+ }
999
+
1000
+ .duration_slow {
1001
+ --transition-duration: var(--durations-slow);
1002
+ transition-duration: var(--durations-slow);
1003
+ }
1004
+
1005
+ .transition-prop_translate\,_scale\,_opacity\,_height {
1006
+ --transition-prop: translate, scale, opacity, height;
1007
+ transition-property: translate, scale, opacity, height;
1008
+ }
1009
+
1010
+ .top_xxsmall {
1011
+ top: var(--spacing-xxsmall);
1012
+ }
1013
+
1014
+ .right_xxsmall {
1015
+ right: var(--spacing-xxsmall);
1016
+ }
1017
+
1018
+ .disabled\:cursor_not-allowed:is(:disabled, [disabled], [data-disabled]) {
1019
+ cursor: not-allowed;
1020
+ }
1021
+
1022
+ .disabled\:bg_surface\.\.disabled\.subtle:is(:disabled, [disabled], [data-disabled]) {
1023
+ background: surface..disabled.subtle;
1024
+ }
1025
+
1026
+ .disabled\:shadow-color_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1027
+ --shadow-color: var(--colors-stroke-disabled);
1028
+ }
1029
+
1030
+ .disabled\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]) {
1031
+ color: var(--colors-text-disabled);
1032
+ }
1033
+
1034
+ .open\:shadow-color_stroke\.default:is([open], [data-open], [data-state="open"]) {
1035
+ --shadow-color: var(--colors-stroke-default);
1036
+ }
1037
+
1038
+ .open\:rounded-b_sharp:is([open], [data-open], [data-state="open"]) {
1039
+ border-bottom-left-radius: var(--radii-sharp);
1040
+ border-bottom-right-radius: var(--radii-sharp);
1041
+ }
1042
+
1043
+ .open\:transform_rotate\(180deg\):is([open], [data-open], [data-state="open"]) {
1044
+ transform: rotate(180deg);
1045
+ }
1046
+
1047
+ .open\:animation_collapse-in:is([open], [data-open], [data-state="open"]) {
1048
+ animation: var(--animations-collapse-in);
1049
+ }
1050
+
1051
+ .closed\:animation_collapse-out:is([closed], [data-closed], [data-state="closed"]) {
1052
+ animation: var(--animations-collapse-out);
1053
+ }
1054
+
1055
+ .\[\&_li\]\:my_small li {
1056
+ margin-block: var(--spacing-small);
1057
+ }
1058
+
1059
+ .\[\&_dd\]\:ms_medium dd {
1060
+ margin-inline-start: var(--spacing-medium);
1061
+ }
1062
+
1063
+ .disabled\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]) {
1064
+ color: var(--colors-text-on-action);
1065
+ }
1066
+
1067
+ .disabled\:bg_surface\.disabled:is(:disabled, [disabled], [data-disabled]) {
1068
+ background: var(--colors-surface-disabled);
1069
+ }
1070
+
1071
+ .\[\&_svg\]\:mx_0 svg {
1072
+ margin-inline: 0;
1073
+ }
1074
+
1075
+ .\[\&_svg\]\:my_0 svg {
1076
+ margin-block: 0;
1077
+ }
1078
+
1079
+ .\[\&_svg\]\:w_medium svg {
1080
+ width: var(--sizes-medium);
1081
+ }
1082
+
1083
+ .\[\&_svg\]\:h_medium svg {
1084
+ height: var(--sizes-medium);
1085
+ }
1086
+
1087
+ .checked\:text_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1088
+ color: var(--colors-icon-on-action);
1089
+ }
1090
+
1091
+ .open\:animation_backdrop-in:is([open], [data-open], [data-state="open"]) {
1092
+ animation: var(--animations-backdrop-in);
1093
+ }
1094
+
1095
+ .closed\:animation_backdrop-out:is([closed], [data-closed], [data-state="closed"]) {
1096
+ animation: var(--animations-backdrop-out);
1097
+ }
1098
+
1099
+ .open\:animation_dialog-in:is([open], [data-open], [data-state="open"]) {
1100
+ animation: var(--animations-dialog-in);
1101
+ }
1102
+
1103
+ .closed\:animation_dialog-out:is([closed], [data-closed], [data-state="closed"]) {
1104
+ animation: var(--animations-dialog-out);
1105
+ }
1106
+
1107
+ .open\:animation_drawer-in-left:is([open], [data-open], [data-state="open"]) {
1108
+ animation: var(--animations-drawer-in-left);
1109
+ }
1110
+
1111
+ .closed\:animation_drawer-out-left:is([closed], [data-closed], [data-state="closed"]) {
1112
+ animation: var(--animations-drawer-out-left);
1113
+ }
1114
+
1115
+ .open\:animation_drawer-in-right:is([open], [data-open], [data-state="open"]) {
1116
+ animation: var(--animations-drawer-in-right);
1117
+ }
1118
+
1119
+ .closed\:animation_drawer-out-right:is([closed], [data-closed], [data-state="closed"]) {
1120
+ animation: var(--animations-drawer-out-right);
1121
+ }
1122
+
1123
+ .open\:animation_drawer-in-top:is([open], [data-open], [data-state="open"]) {
1124
+ animation: var(--animations-drawer-in-top);
1125
+ }
1126
+
1127
+ .closed\:animation_drawer-out-top:is([closed], [data-closed], [data-state="closed"]) {
1128
+ animation: var(--animations-drawer-out-top);
1129
+ }
1130
+
1131
+ .open\:animation_drawer-in-bottom:is([open], [data-open], [data-state="open"]) {
1132
+ animation: var(--animations-drawer-in-bottom);
1133
+ }
1134
+
1135
+ .closed\:animation_drawer-out-bottom:is([closed], [data-closed], [data-state="closed"]) {
1136
+ animation: var(--animations-drawer-out-bottom);
1137
+ }
1138
+
1139
+ .open\:p_medium:is([open], [data-open], [data-state="open"]) {
1140
+ padding: var(--spacing-medium);
1141
+ }
1142
+
1143
+ .\[\&_\>_\*\]\:d_inline\! > * {
1144
+ display: inline !important;
1145
+ }
1146
+
1147
+ .autofill\:transition_background-color_600000s_0s\,_color_600000s_0s:autofill {
1148
+ transition: background-color 600000s 0s, color 600000s 0s;
1149
+ }
1150
+
1151
+ .disabled\:text_text\.subtle:is(:disabled, [disabled], [data-disabled]) {
1152
+ color: var(--colors-text-subtle);
1153
+ }
1154
+
1155
+ .highlighted\:bg_surface\.hover[data-highlighted] {
1156
+ background: var(--colors-surface-hover);
1157
+ }
1158
+
1159
+ .\[\&_svg\]\:text_icon\.error svg {
1160
+ color: icon.error;
1161
+ }
1162
+
1163
+ .highlighted\:text_text\.default[data-highlighted] {
1164
+ color: var(--colors-text-default);
1165
+ }
1166
+
1167
+ .highlighted\:bg_surface\.errorSubtle\.hover[data-highlighted] {
1168
+ background: var(--colors-surface-error-subtle-hover);
1169
+ }
1170
+
1171
+ .highlighted\:text-decor_underline[data-highlighted] {
1172
+ text-decoration: underline;
1173
+ }
1174
+
1175
+ .open\:animation_fade-shift-in_0\.25s_ease-out:is([open], [data-open], [data-state="open"]) {
1176
+ animation: fade-shift-in 0.25s ease-out;
1177
+ }
1178
+
1179
+ .closed\:animation_fade-shift-out_0\.25s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1180
+ animation: fade-shift-out 0.25s ease-out;
1181
+ }
1182
+
1183
+ .open\:animation_fade-shift-in_0\.2s_ease-out:is([open], [data-open], [data-state="open"]) {
1184
+ animation: fade-shift-in 0.2s ease-out;
1185
+ }
1186
+
1187
+ .closed\:animation_fade-shift-out_0\.2s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1188
+ animation: fade-shift-out 0.2s ease-out;
1189
+ }
1190
+
1191
+ .checked\:bg_stroke\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1192
+ background: var(--colors-stroke-default);
1193
+ }
1194
+
1195
+ .\[\&\:\:before\,_\&\:\:after\,_\*\]\:vis_hidden::before,.\[\&\:\:before\,_\&\:\:after\,_\*\]\:vis_hidden::after,.\[\&\:\:before\,_\&\:\:after\,_\*\]\:vis_hidden * {
1196
+ visibility: hidden;
1197
+ }
1198
+
1199
+ .vertical\:w_4xsmall[data-orientation=vertical] {
1200
+ width: var(--sizes-4xsmall);
1201
+ }
1202
+
1203
+ .horizontal\:h_4xsmall[data-orientation=horizontal] {
1204
+ height: var(--sizes-4xsmall);
1205
+ }
1206
+
1207
+ .checked\:bg_surface\.action\.active:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1208
+ background: var(--colors-surface-action-active);
1209
+ }
1210
+
1211
+ .checked\:transform_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1212
+ transform: translateX(120%);
1213
+ }
1214
+
1215
+ .\[\&_\>_caption\]\:text-align_left > caption {
1216
+ text-align: left;
1217
+ }
1218
+
1219
+ .\[\&_\>_caption\]\:text-transform_uppercase > caption {
1220
+ text-transform: uppercase;
1221
+ }
1222
+
1223
+ .\[\&_\>_caption\]\:mb_xsmall > caption {
1224
+ margin-block-end: var(--spacing-xsmall);
1225
+ }
1226
+
1227
+ .\[\&_thead\]\:overflow_hidden thead {
1228
+ overflow: hidden;
1229
+ }
1230
+
1231
+ .\[\&_thead_tr_th\]\:border-b_3px_solid thead tr th {
1232
+ border-bottom: 3px solid;
1233
+ }
1234
+
1235
+ .\[\&_thead_tr_th\]\:v-align_text-top thead tr th {
1236
+ vertical-align: text-top;
1237
+ }
1238
+
1239
+ .\[\&_tbody_th\]\:border-r_3px_solid tbody th {
1240
+ border-right: 3px solid;
1241
+ }
1242
+
1243
+ .\[\&_tbody_th\]\:p_3xsmall tbody th {
1244
+ padding: var(--spacing-3xsmall);
1245
+ }
1246
+
1247
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:border_1px_solid thead tr:nth-child(2) th {
1248
+ border: 1px solid;
1249
+ }
1250
+
1251
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:text-transform_none thead tr:nth-child(2) th {
1252
+ text-transform: none;
1253
+ }
1254
+
1255
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:h_large thead tr:nth-child(2) th {
1256
+ height: var(--sizes-large);
1257
+ }
1258
+
1259
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:py_4xsmall thead tr:nth-child(2) th {
1260
+ padding-block: var(--spacing-4xsmall);
1261
+ }
1262
+
1263
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:pe_medium thead tr:nth-child(2) th {
1264
+ padding-inline-end: var(--spacing-medium);
1265
+ }
1266
+
1267
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:ps_3xsmall thead tr:nth-child(2) th {
1268
+ padding-inline-start: var(--spacing-3xsmall);
1269
+ }
1270
+
1271
+ .\[\&_td\]\:border_1px_solid td {
1272
+ border: 1px solid;
1273
+ }
1274
+
1275
+ .\[\&_td\]\:v-align_top td {
1276
+ vertical-align: top;
1277
+ }
1278
+
1279
+ .\[\&_td\,_\&_th\]\:d_table-cell td,.\[\&_td\,_\&_th\]\:d_table-cell th {
1280
+ display: table-cell;
1281
+ }
1282
+
1283
+ .\[\&_td\,_\&_th\]\:px_xsmall td,.\[\&_td\,_\&_th\]\:px_xsmall th {
1284
+ padding-inline: var(--spacing-xsmall);
1285
+ }
1286
+
1287
+ .\[\&_td\,_\&_th\]\:py_3xsmall td,.\[\&_td\,_\&_th\]\:py_3xsmall th {
1288
+ padding-block: var(--spacing-3xsmall);
1289
+ }
1290
+
1291
+ .closed\:transition-prop_background\,_border-color\,_border\,_border-radius:is([closed], [data-closed], [data-state="closed"]) {
1292
+ --transition-prop: background, border-color, border, border-radius;
1293
+ transition-property: background, border-color, border, border-radius;
1294
+ }
1295
+
1296
+ .open\:bg_surface\.actionSubtle\.active:is([open], [data-open], [data-state="open"]) {
1297
+ background-color: var(--colors-surface-action-subtle-active);
1298
+ }
1299
+
1300
+ .\[\&_dt\]\:fw_bold dt {
1301
+ font-weight: var(--font-weights-bold);
1302
+ }
1303
+
1304
+ .checked\:bg_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1305
+ background-color: var(--colors-surface-action);
1306
+ }
1307
+
1308
+ .checked\:border_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1309
+ border-color: var(--colors-surface-action);
1310
+ }
1311
+
1312
+ .disabled\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1313
+ border-color: var(--colors-stroke-disabled);
1314
+ }
1315
+
1316
+ .invalid\:border_stroke\.error:is(:invalid, [data-invalid]) {
1317
+ border-color: var(--colors-stroke-error);
1318
+ }
1319
+
1320
+ .ariaInvalid\:ring-color_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:ring-color_stroke\.error[aria-invalid='true'] {
1321
+ outline-color: var(--colors-stroke-error);
1322
+ }
1323
+
1324
+ .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-color_stroke\.subtle:disabled,.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-color_stroke\.subtle:has(:disabled) {
1325
+ outline-color: var(--colors-stroke-subtle);
1326
+ }
1327
+
1328
+ .vertical\:flex_column[data-orientation=vertical] {
1329
+ flex-direction: column;
1330
+ }
1331
+
1332
+ .horizontal\:flex_row[data-orientation=horizontal] {
1333
+ flex-direction: row;
1334
+ }
1335
+
1336
+ .checked\:border_stroke\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1337
+ border-color: var(--colors-stroke-default);
1338
+ }
1339
+
1340
+ .\[\&_\>_caption\]\:fw_bold > caption,.\[\&_thead_tr_th\]\:fw_bold thead tr th {
1341
+ font-weight: var(--font-weights-bold);
1342
+ }
1343
+
1344
+ .\[\&_thead_tr_th\]\:border_surface\.brand\.1\.strong thead tr th,.\[\&_tbody_th\]\:border_surface\.brand\.1\.strong tbody th {
1345
+ border-color: var(--colors-surface-brand-1-strong);
1346
+ }
1347
+
1348
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:border_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1349
+ border-color: var(--colors-surface-brand-1-subtle);
1350
+ }
1351
+
1352
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:fw_semibold thead tr:nth-child(2) th {
1353
+ font-weight: var(--font-weights-semibold);
1354
+ }
1355
+
1356
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bg_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1357
+ background-color: var(--colors-surface-brand-1-subtle);
1358
+ }
1359
+
1360
+ .\[\&_td\]\:border_surface\.brand\.1\.subtle td {
1361
+ border-color: var(--colors-surface-brand-1-subtle);
1362
+ }
1363
+
1364
+ .focusWithin\:ring-offset_-1px:focus-within {
1365
+ outline-offset: -1px;
1366
+ }
1367
+
1368
+ .focusWithin\:ring-width_2px:focus-within {
1369
+ outline-width: 2px;
1370
+ }
1371
+
1372
+ .focusWithin\:ring-color_stroke\.default:focus-within {
1373
+ outline-color: var(--colors-stroke-default);
1374
+ }
1375
+
1376
+ .focusVisible\:ring_none:is(:focus-visible, [data-focus-visible]) {
1377
+ outline: 2px solid transparent;
1378
+ outline-offset: 2px;
1379
+ }
1380
+
1381
+ .focusVisible\:shadow-color_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1382
+ --shadow-color: var(--colors-stroke-default);
1383
+ }
1384
+
1385
+ .focusVisible\:shadow_inset_0_0_0_2px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1386
+ box-shadow: inset 0 0 0 2px var(--shadow-color);
1387
+ }
1388
+
1389
+ .focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1390
+ box-shadow: inset 0 0 0 3px var(--shadow-color);
1391
+ }
1392
+
1393
+ .focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\)\,_inset_0px_0px_0px_6px_currentcolor:is(:focus-visible, [data-focus-visible]) {
1394
+ box-shadow: inset 0 0 0 3px var(--shadow-color), inset 0px 0px 0px 6px currentcolor;
1395
+ }
1396
+
1397
+ .focusVisible\:shadow-color_surface\.error:is(:focus-visible, [data-focus-visible]) {
1398
+ --shadow-color: var(--colors-surface-error);
1399
+ }
1400
+
1401
+ .focusVisible\:shadow-color_surface\.success:is(:focus-visible, [data-focus-visible]) {
1402
+ --shadow-color: var(--colors-surface-success);
1403
+ }
1404
+
1405
+ .focus\:ring_2px_solid:is(:focus, [data-focus]) {
1406
+ outline: 2px solid;
1407
+ }
1408
+
1409
+ .focus\:ring-offset_4xsmall:is(:focus, [data-focus]) {
1410
+ outline-offset: var(--spacing-4xsmall);
1411
+ }
1412
+
1413
+ .focus\:rounded_xsmall:is(:focus, [data-focus]) {
1414
+ border-radius: var(--radii-xsmall);
1415
+ }
1416
+
1417
+ .focus\:appearance_none:is(:focus, [data-focus]) {
1418
+ appearance: none;
1419
+ -webkit-appearance: none;
1420
+ }
1421
+
1422
+ .\[\&\:has\(input\:focus-visible\)\]\:ring_2px_solid:has(input:focus-visible) {
1423
+ outline: 2px solid;
1424
+ }
1425
+
1426
+ .\[\&\:has\(input\:focus-visible\)\]\:ring-offset_4xsmall:has(input:focus-visible) {
1427
+ outline-offset: var(--spacing-4xsmall);
1428
+ }
1429
+
1430
+ .\[\&\:has\(input\:focus-visible\)\]\:rounded_xsmall:has(input:focus-visible) {
1431
+ border-radius: var(--radii-xsmall);
1432
+ }
1433
+
1434
+ .focusVisible\:border_2px_solid:is(:focus-visible, [data-focus-visible]) {
1435
+ border: 2px solid;
1436
+ }
1437
+
1438
+ .focusVisible\:ring_3px_solid:is(:focus-visible, [data-focus-visible]) {
1439
+ outline: 3px solid;
1440
+ }
1441
+
1442
+ .focusVisible\:ring-offset_0px:is(:focus-visible, [data-focus-visible]) {
1443
+ outline-offset: 0px;
1444
+ }
1445
+
1446
+ .focus\:ring-color_stroke\.default:is(:focus, [data-focus]) {
1447
+ outline-color: var(--colors-stroke-default);
1448
+ }
1449
+
1450
+ .\[\&\:has\(input\:focus-visible\)\]\:ring-color_stroke\.default:has(input:focus-visible) {
1451
+ outline-color: var(--colors-stroke-default);
1452
+ }
1453
+
1454
+ .focusVisible\:border_background\.default:is(:focus-visible, [data-focus-visible]) {
1455
+ border-color: var(--colors-background-default);
1456
+ }
1457
+
1458
+ .focusVisible\:ring-color_surface\.action:is(:focus-visible, [data-focus-visible]) {
1459
+ outline-color: var(--colors-surface-action);
1460
+ }
1461
+
1462
+ .hover\:bg_surface\.actionSubtle\.hover:is(:hover, [data-hover]) {
1463
+ background: var(--colors-surface-action-subtle-hover);
1464
+ }
1465
+
1466
+ .hover\:shadow-color_stroke\.hover:is(:hover, [data-hover]) {
1467
+ --shadow-color: var(--colors-stroke-hover);
1468
+ }
1469
+
1470
+ .hover\:text_text\.onAction:is(:hover, [data-hover]) {
1471
+ color: var(--colors-text-on-action);
1472
+ }
1473
+
1474
+ .hover\:bg_surface\.action\.hover:is(:hover, [data-hover]) {
1475
+ background: var(--colors-surface-action-hover);
1476
+ }
1477
+
1478
+ .hover\:shadow_inset_0_0_0_1px_var\(--shadow-color\):is(:hover, [data-hover]) {
1479
+ box-shadow: inset 0 0 0 1px var(--shadow-color);
1480
+ }
1481
+
1482
+ .hover\:text_stroke\.hover:is(:hover, [data-hover]) {
1483
+ color: var(--colors-stroke-hover);
1484
+ }
1485
+
1486
+ .hover\:text_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1487
+ color: var(--colors-surface-action-subtle-hover-strong);
1488
+ }
1489
+
1490
+ .hover\:bg_surface\.error\.hover:is(:hover, [data-hover]) {
1491
+ background: var(--colors-surface-error-hover);
1492
+ }
1493
+
1494
+ .hover\:bg_surface\.success\.hover:is(:hover, [data-hover]) {
1495
+ background: var(--colors-surface-success-hover);
1496
+ }
1497
+
1498
+ .hover\:text-decor_none:is(:hover, [data-hover]) {
1499
+ text-decoration: none;
1500
+ }
1501
+
1502
+ .hover\:text_text\.action:is(:hover, [data-hover]) {
1503
+ color: var(--colors-text-action);
1504
+ }
1505
+
1506
+ .hover\:shadow_0_0_0_4px_var\(--shadow-color\):is(:hover, [data-hover]) {
1507
+ box-shadow: 0 0 0 4px var(--shadow-color);
1508
+ }
1509
+
1510
+ .hover\:shadow-color_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1511
+ --shadow-color: var(--colors-surface-action-subtle-hover-strong);
1512
+ }
1513
+
1514
+ .hover\:bg_surface\.hover:is(:hover, [data-hover]) {
1515
+ background: var(--colors-surface-hover);
1516
+ }
1517
+
1518
+ .hover\:text_text\.default:is(:hover, [data-hover]) {
1519
+ color: var(--colors-text-default);
1520
+ }
1521
+
1522
+ .hover\:bg_surface\.errorSubtle\.hover:is(:hover, [data-hover]) {
1523
+ background: var(--colors-surface-error-subtle-hover);
1524
+ }
1525
+
1526
+ .hover\:text-decor_underline:is(:hover, [data-hover]) {
1527
+ text-decoration: underline;
1528
+ }
1529
+
1530
+ .hover\:transform_translateX\(20\%\):is(:hover, [data-hover]) {
1531
+ transform: translateX(20%);
1532
+ }
1533
+
1534
+ .hover\:ring-color_stroke\.hover:is(:hover, [data-hover]) {
1535
+ outline-color: var(--colors-stroke-hover);
1536
+ }
1537
+
1538
+ .active\:text_text\.onAction:is(:active, [data-active]) {
1539
+ color: var(--colors-text-on-action);
1540
+ }
1541
+
1542
+ .active\:bg_surface\.action\.active:is(:active, [data-active]) {
1543
+ background: var(--colors-surface-action-active);
1544
+ }
1545
+
1546
+ .active\:bg_surface\.actionSubtle\.active:is(:active, [data-active]) {
1547
+ background: var(--colors-surface-action-subtle-active);
1548
+ }
1549
+
1550
+ .active\:bg_surface\.error\.active:is(:active, [data-active]) {
1551
+ background: var(--colors-surface-error-active);
1552
+ }
1553
+
1554
+ .active\:bg_surface\.success\.active:is(:active, [data-active]) {
1555
+ background: var(--colors-surface-success-active);
1556
+ }
1557
+
1558
+ .active\:bg_surface\.active:is(:active, [data-active]) {
1559
+ background: var(--colors-surface-active);
1560
+ }
1561
+
1562
+ .active\:bg_surface\.errorSubtle\.active:is(:active, [data-active]) {
1563
+ background: var(--colors-surface-error-subtle-active);
1564
+ }
1565
+
1566
+ .active\:border_stroke\.default:is(:active, [data-active]) {
1567
+ border-color: var(--colors-stroke-default);
1568
+ }
1569
+
1570
+ .disabled\:hover\:bg_surface\.disabled\.subtle:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1571
+ background: var(--colors-surface-disabled-subtle);
1572
+ }
1573
+
1574
+ .disabled\:hover\:shadow-color_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1575
+ --shadow-color: var(--colors-stroke-disabled);
1576
+ }
1577
+
1578
+ .disabled\:hover\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1579
+ color: var(--colors-text-disabled);
1580
+ }
1581
+
1582
+ .\[\&_li\]\:marker\:text_icon\.strong li::marker {
1583
+ color: var(--colors-icon-strong);
1584
+ }
1585
+
1586
+ .disabled\:hover\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1587
+ color: var(--colors-text-on-action);
1588
+ }
1589
+
1590
+ .disabled\:hover\:bg_surface\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1591
+ background: var(--colors-surface-disabled);
1592
+ }
1593
+
1594
+ .disabled\:hover\:shadow_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1595
+ box-shadow: none;
1596
+ }
1597
+
1598
+ .disabled\:checked\:bg_surface\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1599
+ background: var(--colors-surface-disabled);
1600
+ }
1601
+
1602
+ .invalid\:checked\:text_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1603
+ color: var(--colors-stroke-error);
1604
+ }
1605
+
1606
+ .open\:\[\&_summary\]\:mb_-xxsmall:is([open], [data-open], [data-state="open"]) summary {
1607
+ margin-block-end: calc(var(--spacing-xxsmall) * -1);
1608
+ }
1609
+
1610
+ .highlighted\:\[\&_svg\]\:text_icon\.default[data-highlighted] svg {
1611
+ color: var(--colors-icon-default);
1612
+ }
1613
+
1614
+ .disabled\:\[\&_svg\]\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) svg {
1615
+ color: var(--colors-stroke-disabled);
1616
+ }
1617
+
1618
+ .disabled\:hover\:text-decor_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1619
+ text-decoration: none;
1620
+ }
1621
+
1622
+ .disabled\:hover\:bg_surface\.default:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1623
+ background: var(--colors-surface-default);
1624
+ }
1625
+
1626
+ .checked\:hover\:transform_translateX\(100\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1627
+ transform: translateX(100%);
1628
+ }
1629
+
1630
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:text-align_center td[data-align='center'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:text-align_center th[data-align='center'] {
1631
+ text-align: center;
1632
+ }
1633
+
1634
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:text-align_left td[data-align='left'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:text-align_left th[data-align='left'] {
1635
+ text-align: left;
1636
+ }
1637
+
1638
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:text-align_right td[data-align='right'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:text-align_right th[data-align='right'] {
1639
+ text-align: right;
1640
+ }
1641
+
1642
+ .\[\&_\>_li\]\:marker\:content_counters\(list-item\,_\'\.\'\)_\'\._\' > li::marker {
1643
+ content: counters(list-item, '.') '. ';
1644
+ }
1645
+
1646
+ .\[\&_ol\[data-variant\=\'numbers\'\]_\>_li\]\:marker\:content_counter\(list-item\,_numeric\)_\'\._\' ol[data-variant='numbers'] > li::marker {
1647
+ content: counter(list-item, numeric) '. ';
1648
+ }
1649
+
1650
+ .\[\&_li\]\:marker\:content_counter\(list-item\,_upper-alpha\)_\'\._\' li::marker {
1651
+ content: counter(list-item, upper-alpha) '. ';
1652
+ }
1653
+
1654
+ .disabled\:hover\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1655
+ border-color: var(--colors-stroke-disabled);
1656
+ }
1657
+
1658
+ .invalid\:checked\:border_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1659
+ border-color: var(--colors-stroke-error);
1660
+ }
1661
+
1662
+ .invalid\:checked\:bg_surface\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1663
+ background-color: var(--colors-surface-default);
1664
+ }
1665
+
1666
+ .ariaInvalid\:hover\:ring-color_stroke\.error:has([aria-invalid='true']):is(:hover, [data-hover]),.ariaInvalid\:hover\:ring-color_stroke\.error[aria-invalid='true']:is(:hover, [data-hover]) {
1667
+ outline-color: var(--colors-stroke-error);
1668
+ }
1669
+
1670
+ .ariaInvalid\:focusWithin\:ring-color_stroke\.error:has([aria-invalid='true']):focus-within,.ariaInvalid\:focusWithin\:ring-color_stroke\.error[aria-invalid='true']:focus-within {
1671
+ outline-color: var(--colors-stroke-error);
1672
+ }
1673
+
1674
+ .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:hover\:ring-color_stroke\.subtle:disabled:is(:hover, [data-hover]),.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:hover\:ring-color_stroke\.subtle:has(:disabled):is(:hover, [data-hover]) {
1675
+ outline-color: var(--colors-stroke-subtle);
1676
+ }
1677
+
1678
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:empty\:bg_transparent thead tr:nth-child(2) th:is(:empty, [data-empty]) {
1679
+ background-color: transparent;
1680
+ }
1681
+
1682
+ .focusWithin\:hover\:ring-color_stroke\.default:focus-within:is(:hover, [data-hover]) {
1683
+ outline-color: var(--colors-stroke-default);
1684
+ }
1685
+
1686
+ .hover\:focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\):is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
1687
+ box-shadow: inset 0 0 0 3px var(--shadow-color);
1688
+ }
1689
+
1690
+ .hover\:\[\&_svg\]\:text_icon\.default:is(:hover, [data-hover]) svg {
1691
+ color: var(--colors-icon-default);
1692
+ }
1693
+
1694
+ .hover\:disabled\:transform_translateX\(0\):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
1695
+ transform: translateX(0);
1696
+ }
1697
+
1698
+ .disabled\:hover\:\[\&_svg\]\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) svg {
1699
+ color: var(--colors-stroke-disabled);
1700
+ }
1701
+
1702
+ .checked\:hover\:disabled\:transform_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
1703
+ transform: translateX(120%);
1704
+ }
1705
+
1706
+ .\[\&_li\]\:\[\&_\>_ol_\>_li\]\:marker\:content_counter\(list-item\,_lower-alpha\)_\'\._\' li > ol > li::marker {
1707
+ content: counter(list-item, lower-alpha) '. ';
1708
+ }
1709
+
1710
+ .ariaInvalid\:focusWithin\:hover\:ring-color_stroke\.error:has([aria-invalid='true']):focus-within:is(:hover, [data-hover]),.ariaInvalid\:focusWithin\:hover\:ring-color_stroke\.error[aria-invalid='true']:focus-within:is(:hover, [data-hover]) {
1711
+ outline-color: var(--colors-stroke-error);
1712
+ }
1713
+
1714
+ .\[\&_li\]\:\[\&_\>_ol_\>_li\]\:\[\&_li\]\:marker\:content_counter\(list-item\,_lower-roman\)_\'\._\' li > ol > li li::marker {
1715
+ content: counter(list-item, lower-roman) '. ';
1716
+ }
1717
+
1718
+ @media screen and (min-width: 37.5625rem) {
1719
+ .tablet\:rounded_small {
1720
+ border-radius: var(--radii-small);
1721
+ }
1722
+ .tablet\:rounded_sharp {
1723
+ border-radius: var(--radii-sharp);
1724
+ }
1725
+ }
1726
+
1727
+ @media screen and (max-width: 37.56rem) {
1728
+ .tabletDown\:--margin_0px {
1729
+ --margin: 0px;
1730
+ }
1731
+ .tabletDown\:min-w_100\% {
1732
+ min-width: 100%;
1733
+ }
1734
+ .tabletDown\:min-h_100\% {
1735
+ min-height: 100%;
1736
+ }
1737
+ }
1738
+ }