@nattstack/ui 0.0.30 → 0.0.31

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 (30) hide show
  1. package/dist/components/index.d.ts +183 -170
  2. package/dist/components/index.js +581 -730
  3. package/dist/components/style.css +727 -0
  4. package/package.json +8 -7
  5. package/dist/components/button-spinner.module-T3OGVJS4.module.css +0 -95
  6. package/dist/components/button.module-4EHK5C4W.module.css +0 -183
  7. package/dist/components/column.module-A7QCVPFC.module.css +0 -4
  8. package/dist/components/dialog-responsive-backdrop.module-O336AARV.module.css +0 -27
  9. package/dist/components/dialog-responsive-bar.module-QCLP4IUN.module.css +0 -14
  10. package/dist/components/dialog-responsive-popup.module-BOEQIHJ7.module.css +0 -58
  11. package/dist/components/dialog-responsive-portal.module-YFVKMKVT.module.css +0 -5
  12. package/dist/components/dialog-responsive-viewport.module-LT7MZPLD.module.css +0 -16
  13. package/dist/components/input.module-H5TWAPFX.module.css +0 -97
  14. package/dist/components/label.module-2UZDXZQ4.module.css +0 -8
  15. package/dist/components/row.module-GYNANRAY.module.css +0 -4
  16. package/dist/components/spacer.module-ZYYYWYEB.module.css +0 -3
  17. package/dist/components/switch.module-U6Q27QB5.module.css +0 -62
  18. package/dist/components/tabs-panel.module-VGH3G3KV.module.css +0 -12
  19. package/dist/components/tabs-pill-indicator.module-533HMO7L.module.css +0 -12
  20. package/dist/components/tabs-pill-list.module-KQW67ZSW.module.css +0 -7
  21. package/dist/components/tabs-pill-tab.module-5SZMEO3Y.module.css +0 -64
  22. package/dist/components/tabs-segmented-indicator.module-EG56DHS2.module.css +0 -12
  23. package/dist/components/tabs-segmented-list.module-I3DSVFSP.module.css +0 -11
  24. package/dist/components/tabs-segmented-tab.module-SVYVEM2O.module.css +0 -36
  25. package/dist/components/tabs-underline-indicator.module-6SHQHUH5.module.css +0 -10
  26. package/dist/components/tabs-underline-list.module-72ZCIEAS.module.css +0 -8
  27. package/dist/components/tabs-underline-tab.module-OAE4JH7K.module.css +0 -35
  28. package/dist/components/tabs.module-3Z5DRPPX.module.css +0 -5
  29. package/dist/components/textarea.module-LK25MKCZ.module.css +0 -10
  30. package/dist/components/tooltip-content.module-QGRFS5NN.module.css +0 -18
@@ -0,0 +1,727 @@
1
+ .Eu3QVW_button_spinner {
2
+ width: var(--size);
3
+ height: var(--size);
4
+ animation: 1s steps(12, end) infinite Eu3QVW_spinner;
5
+ position: relative;
6
+ scale: -1 1;
7
+ }
8
+
9
+ @keyframes Eu3QVW_spinner {
10
+ to {
11
+ rotate: 1turn;
12
+ }
13
+ }
14
+
15
+ .Eu3QVW_button_spinner > div {
16
+ width: calc(var(--size) / 2);
17
+ height: calc(var(--size) / 12);
18
+ pointer-events: none;
19
+ transform-origin: 0;
20
+ transition: all .15s;
21
+ position: absolute;
22
+ top: 50%;
23
+ right: 0;
24
+ translate: 0 -50%;
25
+ }
26
+
27
+ .Eu3QVW_button_spinner > div:after {
28
+ content: "";
29
+ background-color: currentColor;
30
+ border-radius: 9999px;
31
+ width: 50%;
32
+ height: 100%;
33
+ position: absolute;
34
+ right: 0;
35
+ }
36
+
37
+ .Eu3QVW_button_spinner > div:first-child {
38
+ opacity: 1;
39
+ rotate: 0deg;
40
+ }
41
+
42
+ .Eu3QVW_button_spinner > div:nth-child(2) {
43
+ opacity: .925;
44
+ rotate: 30deg;
45
+ }
46
+
47
+ .Eu3QVW_button_spinner > div:nth-child(3) {
48
+ opacity: .85;
49
+ rotate: 60deg;
50
+ }
51
+
52
+ .Eu3QVW_button_spinner > div:nth-child(4) {
53
+ opacity: .775;
54
+ rotate: 90deg;
55
+ }
56
+
57
+ .Eu3QVW_button_spinner > div:nth-child(5) {
58
+ opacity: .7;
59
+ rotate: 120deg;
60
+ }
61
+
62
+ .Eu3QVW_button_spinner > div:nth-child(6) {
63
+ opacity: .625;
64
+ rotate: 150deg;
65
+ }
66
+
67
+ .Eu3QVW_button_spinner > div:nth-child(7) {
68
+ opacity: .55;
69
+ rotate: 180deg;
70
+ }
71
+
72
+ .Eu3QVW_button_spinner > div:nth-child(8) {
73
+ opacity: .475;
74
+ rotate: 210deg;
75
+ }
76
+
77
+ .Eu3QVW_button_spinner > div:nth-child(9) {
78
+ opacity: .4;
79
+ rotate: 240deg;
80
+ }
81
+
82
+ .Eu3QVW_button_spinner > div:nth-child(10) {
83
+ opacity: .325;
84
+ rotate: 270deg;
85
+ }
86
+
87
+ .Eu3QVW_button_spinner > div:nth-child(11) {
88
+ opacity: .25;
89
+ rotate: 300deg;
90
+ }
91
+
92
+ .Eu3QVW_button_spinner > div:nth-child(12) {
93
+ opacity: .15;
94
+ rotate: 330deg;
95
+ }
96
+ ._9qaCYq_button {
97
+ cursor: pointer;
98
+ font-family: var(--font-body);
99
+ height: var(--size-button);
100
+ outline-color: var(--color-primary-9);
101
+ outline-offset: 2px;
102
+ user-select: none;
103
+ border-style: none;
104
+ outline-width: 0;
105
+ outline-style: solid;
106
+ flex-shrink: 0;
107
+ justify-content: safe center;
108
+ align-items: safe center;
109
+ column-gap: 8px;
110
+ font-size: 14px;
111
+ font-weight: 500;
112
+ line-height: 1.5;
113
+ transition-property: background-color, opacity, translate;
114
+ transition-duration: .15s;
115
+ display: flex;
116
+ overflow: hidden;
117
+ }
118
+
119
+ ._9qaCYq_button:active:not(:disabled), ._9qaCYq_button[aria-pressed="true"]:not(:disabled) {
120
+ translate: 0 1px;
121
+ }
122
+
123
+ ._9qaCYq_button:disabled {
124
+ cursor: not-allowed;
125
+ opacity: .5;
126
+ }
127
+
128
+ ._9qaCYq_button:focus-visible {
129
+ outline-width: 2px;
130
+ }
131
+
132
+ ._9qaCYq_button > svg {
133
+ --size-icon: 20px;
134
+ height: var(--size-icon);
135
+ width: var(--size-icon);
136
+ }
137
+
138
+ ._9qaCYq_button__icon_only {
139
+ width: var(--size-button) !important;
140
+ padding: 0 !important;
141
+ }
142
+
143
+ ._9qaCYq_button__rounded_base {
144
+ border-radius: 12px;
145
+ }
146
+
147
+ ._9qaCYq_button__rounded_full {
148
+ border-radius: 9999px !important;
149
+ }
150
+
151
+ ._9qaCYq_button__size_32 {
152
+ --size-button: 32px;
153
+ border-radius: 6px;
154
+ padding: 0 10px;
155
+ }
156
+
157
+ ._9qaCYq_button__size_36 {
158
+ --size-button: 36px;
159
+ border-radius: 8px;
160
+ padding: 0 12px;
161
+ }
162
+
163
+ ._9qaCYq_button__size_40 {
164
+ --size-button: 40px;
165
+ border-radius: 10px;
166
+ padding: 0 14px;
167
+ }
168
+
169
+ ._9qaCYq_button__size_44 {
170
+ --size-button: 44px;
171
+ border-radius: 12px;
172
+ padding: 0 16px;
173
+ }
174
+
175
+ ._9qaCYq_button__size_48 {
176
+ --size-button: 48px;
177
+ border-radius: 14px;
178
+ padding: 0 18px;
179
+ }
180
+
181
+ ._9qaCYq_button__variant_ghost {
182
+ color: #000;
183
+ background-color: #0000;
184
+ }
185
+
186
+ ._9qaCYq_button__variant_ghost:active:not(:disabled), ._9qaCYq_button__variant_ghost:hover:not(:disabled), ._9qaCYq_button__variant_ghost[aria-pressed="true"]:not(:disabled) {
187
+ background-color: var(--color-gray-3);
188
+ }
189
+
190
+ .dark ._9qaCYq_button__variant_ghost {
191
+ color: #fff;
192
+ }
193
+
194
+ ._9qaCYq_button__variant_primary {
195
+ color: #fff;
196
+ background-color: var(--color-primary-9);
197
+ background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .0476191) 50%, oklab(0% 0 0 / 0) 50%);
198
+ }
199
+
200
+ ._9qaCYq_button__variant_primary:active:not(:disabled), ._9qaCYq_button__variant_primary:hover:not(:disabled), ._9qaCYq_button__variant_primary[aria-pressed="true"]:not(:disabled) {
201
+ background-color: color-mix(in oklab, var(--color-primary-9) 100%, #fff 10%);
202
+ }
203
+
204
+ .dark ._9qaCYq_button__variant_primary {
205
+ background-image: linear-gradient(oklab(0% none none / 0) 50%, oklab(0% none none / .0476191) 50%);
206
+ }
207
+
208
+ ._9qaCYq_button__variant_secondary {
209
+ color: #000;
210
+ background-color: var(--color-gray-2);
211
+ box-shadow: 0 0 0 1px var(--color-gray-4) inset;
212
+ background-image: linear-gradient(oklab(0% none none / 0) 50%, oklab(0% none none / .0196078) 50%);
213
+ }
214
+
215
+ ._9qaCYq_button__variant_secondary:active:not(:disabled), ._9qaCYq_button__variant_secondary:hover:not(:disabled), ._9qaCYq_button__variant_secondary[aria-pressed="true"]:not(:disabled) {
216
+ background-color: var(--color-gray-3);
217
+ }
218
+
219
+ .dark ._9qaCYq_button__variant_secondary {
220
+ color: #fff;
221
+ background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .00990099) 50%, oklab(0% 0 0 / 0) 50%);
222
+ }
223
+
224
+ ._9qaCYq_button__width_base {
225
+ width: max-content;
226
+ }
227
+
228
+ ._9qaCYq_button__width_full {
229
+ width: 100%;
230
+ }
231
+ ._1ANk3W_column {
232
+ flex-direction: column;
233
+ display: flex;
234
+ }
235
+ .eSc3Ma_dialog_responsive_backdrop {
236
+ --backdrop-opacity: .25;
237
+ opacity: calc(var(--backdrop-opacity) * (1 - var(--drawer-swipe-progress)));
238
+ outline-color: var(--color-primary-9);
239
+ background-color: #000;
240
+ transition-property: opacity;
241
+ transition-duration: .15s;
242
+ position: fixed;
243
+ inset: 0;
244
+ }
245
+
246
+ .eSc3Ma_dialog_responsive_backdrop[data-ending-style], .eSc3Ma_dialog_responsive_backdrop[data-starting-style] {
247
+ opacity: 0;
248
+ }
249
+
250
+ .eSc3Ma_dialog_responsive_backdrop[data-ending-style] {
251
+ transition-duration: calc(var(--drawer-swipe-strength) * .4s);
252
+ }
253
+
254
+ .eSc3Ma_dialog_responsive_backdrop[data-swiping] {
255
+ transition-duration: 0s;
256
+ }
257
+
258
+ .dark .eSc3Ma_dialog_responsive_backdrop {
259
+ --backdrop-opacity: .75;
260
+ }
261
+ .jTrvVq_dialog_responsive_bar {
262
+ background-color: var(--color-gray-4);
263
+ border-radius: 9999px;
264
+ width: 48px;
265
+ height: 4px;
266
+ margin: 12px auto;
267
+ display: none;
268
+ }
269
+
270
+ @media (width <= 640px) {
271
+ .jTrvVq_dialog_responsive_bar {
272
+ display: block;
273
+ }
274
+ }
275
+ ._5Oatkq_dialog_responsive_portal {
276
+ isolation: isolate;
277
+ z-index: 30;
278
+ position: relative;
279
+ }
280
+ .xMwQyW_dialog_responsive_viewport {
281
+ cursor: pointer;
282
+ justify-content: safe center;
283
+ align-items: safe center;
284
+ padding: 24px;
285
+ display: flex;
286
+ position: fixed;
287
+ inset: 0;
288
+ }
289
+
290
+ @media (width <= 640px) {
291
+ .xMwQyW_dialog_responsive_viewport {
292
+ align-items: safe flex-end;
293
+ padding: 48px 0 0;
294
+ }
295
+ }
296
+ ._G8xla_dialog_responsive_popup {
297
+ background-color: var(--color-gray-1);
298
+ cursor: auto;
299
+ outline-color: var(--color-primary-9);
300
+ outline-offset: -4px;
301
+ will-change: opacity, transform;
302
+ border-radius: 16px;
303
+ outline-width: 0;
304
+ outline-style: solid;
305
+ flex-direction: column;
306
+ width: 100%;
307
+ max-width: 640px;
308
+ padding: 16px;
309
+ transition-property: opacity, transform;
310
+ transition-duration: .15s;
311
+ display: flex;
312
+ }
313
+
314
+ ._G8xla_dialog_responsive_popup:focus-visible {
315
+ outline-width: 2px;
316
+ }
317
+
318
+ ._G8xla_dialog_responsive_popup[data-ending-style], ._G8xla_dialog_responsive_popup[data-starting-style] {
319
+ opacity: 0;
320
+ transform: scale(.975);
321
+ }
322
+
323
+ ._G8xla_dialog_responsive_popup[data-swiping] {
324
+ user-select: none;
325
+ }
326
+
327
+ @media (width <= 640px) {
328
+ ._G8xla_dialog_responsive_popup {
329
+ --radius-mobile: 24px;
330
+ border-bottom-right-radius: 0;
331
+ border-bottom-left-radius: 0;
332
+ border-top-left-radius: var(--radius-mobile);
333
+ border-top-right-radius: var(--radius-mobile);
334
+ transform: translateY(var(--drawer-swipe-movement-y));
335
+ padding-top: 0;
336
+ transition-property: transform;
337
+ transition-duration: .45s;
338
+ transition-timing-function: cubic-bezier(.32, .72, 0, 1);
339
+ }
340
+
341
+ ._G8xla_dialog_responsive_popup[data-ending-style], ._G8xla_dialog_responsive_popup[data-starting-style] {
342
+ opacity: 1;
343
+ transform: scale(1) translateY(100%);
344
+ }
345
+
346
+ ._G8xla_dialog_responsive_popup[data-ending-style] {
347
+ transition-duration: calc(var(--drawer-swipe-strength) * .3s);
348
+ }
349
+ }
350
+ .dWvcHW_input {
351
+ appearance: none;
352
+ background-color: var(--color-bg-primary);
353
+ box-shadow: 0 0 0 1px var(--color-border) inset;
354
+ color: var(--color-text-primary);
355
+ cursor: text;
356
+ font-family: var(--font-body);
357
+ outline-offset: -2px;
358
+ border-style: none;
359
+ outline: 2px solid #0000;
360
+ width: 100%;
361
+ font-size: 14px;
362
+ font-weight: 500;
363
+ line-height: 1.5;
364
+ text-decoration: none;
365
+ transition-property: box-shadow, opacity;
366
+ transition-duration: .15s;
367
+ }
368
+
369
+ .dWvcHW_input::placeholder {
370
+ color: var(--color-gray-9);
371
+ user-select: none;
372
+ }
373
+
374
+ .dWvcHW_input:disabled {
375
+ cursor: not-allowed;
376
+ opacity: .5;
377
+ }
378
+
379
+ .dWvcHW_input:enabled:active, .dWvcHW_input:enabled:focus, .dWvcHW_input:enabled:hover, .dWvcHW_input:enabled[data-is-active="true"] {
380
+ box-shadow: 0 0 0 1px var(--color-gray-6) inset;
381
+ }
382
+
383
+ .dWvcHW_input[data-is-valid="true"] {
384
+ outline-color: #30a46c;
385
+ }
386
+
387
+ .dWvcHW_input[data-is-invalid="true"] {
388
+ outline-color: #e5484d;
389
+ }
390
+
391
+ .dWvcHW_input:focus-visible {
392
+ outline-color: var(--color-outline);
393
+ }
394
+
395
+ .dWvcHW_input__rounded_base {
396
+ border-radius: 12px;
397
+ }
398
+
399
+ .dWvcHW_input__rounded_full {
400
+ border-radius: 9999px;
401
+ }
402
+
403
+ .dWvcHW_input__size_32 {
404
+ border-radius: 8px;
405
+ min-height: 32px;
406
+ padding: 0 8px;
407
+ }
408
+
409
+ .dWvcHW_input__size_36 {
410
+ border-radius: 10px;
411
+ min-height: 36px;
412
+ padding: 0 10px;
413
+ }
414
+
415
+ .dWvcHW_input__size_40 {
416
+ border-radius: 12px;
417
+ min-height: 40px;
418
+ padding: 0 12px;
419
+ }
420
+
421
+ .dWvcHW_input__size_44 {
422
+ border-radius: 14px;
423
+ min-height: 44px;
424
+ padding: 0 14px;
425
+ }
426
+
427
+ .dWvcHW_input__size_48 {
428
+ border-radius: 16px;
429
+ min-height: 48px;
430
+ padding: 0 16px;
431
+ }
432
+ .x4PeXa_label {
433
+ color: var(--color-text-secondary);
434
+ width: fit-content;
435
+ font-size: 14px;
436
+ }
437
+ .sYCFIW_row {
438
+ flex-direction: row;
439
+ display: flex;
440
+ }
441
+ .nFLKVq_spacer {
442
+ flex-shrink: 0;
443
+ }
444
+ .R3gLLG_switch {
445
+ background-color: var(--color-gray-6);
446
+ cursor: pointer;
447
+ outline-color: var(--color-primary-9);
448
+ outline-offset: 2px;
449
+ border-radius: 9999px;
450
+ outline-width: 0;
451
+ outline-style: solid;
452
+ padding: 2px;
453
+ transition-property: background-color;
454
+ transition-duration: .15s;
455
+ display: flex;
456
+ overflow: hidden;
457
+ }
458
+
459
+ .R3gLLG_switch:focus-visible {
460
+ outline-width: 2px;
461
+ }
462
+
463
+ .R3gLLG_switch[data-checked] {
464
+ background-color: var(--color-primary-9);
465
+ }
466
+
467
+ .R3gLLG_switch[data-disabled] {
468
+ cursor: not-allowed;
469
+ opacity: .5;
470
+ }
471
+
472
+ .R3gLLG_switch__thumb {
473
+ aspect-ratio: 1;
474
+ background-color: #fff;
475
+ border-radius: 9999px;
476
+ height: 100%;
477
+ transition-property: transform;
478
+ transition-duration: .15s;
479
+ }
480
+
481
+ .R3gLLG_switch__thumb[data-checked] {
482
+ transform: translateX(var(--translateX));
483
+ }
484
+
485
+ .R3gLLG_switch__size_18 {
486
+ --translateX: 12px;
487
+ width: 30px;
488
+ height: 18px;
489
+ }
490
+
491
+ .R3gLLG_switch__size_24 {
492
+ --translateX: 16px;
493
+ width: 40px;
494
+ height: 24px;
495
+ }
496
+ .Dg56ja_tabs_pill_indicator {
497
+ background-color: var(--color-gray-12);
498
+ height: var(--active-tab-height);
499
+ left: var(--active-tab-left);
500
+ top: var(--active-tab-top);
501
+ width: var(--active-tab-width);
502
+ z-index: -1;
503
+ border-radius: 12px;
504
+ transition-property: left, width;
505
+ transition-duration: .15s;
506
+ position: absolute;
507
+ }
508
+ .I12aAq_tabs_pill_list {
509
+ isolation: isolate;
510
+ column-gap: 8px;
511
+ display: flex;
512
+ position: relative;
513
+ overflow-x: auto;
514
+ }
515
+ .ABaxVG_tabs_pill_tab {
516
+ border-radius: var(--border-radius);
517
+ color: #000;
518
+ cursor: pointer;
519
+ outline-color: var(--color-primary-9);
520
+ outline-offset: -4px;
521
+ outline-width: 0;
522
+ outline-style: solid;
523
+ flex-shrink: 0;
524
+ justify-content: center;
525
+ align-items: center;
526
+ column-gap: 8px;
527
+ height: 40px;
528
+ padding: 0 14px;
529
+ font-size: 14px;
530
+ font-weight: 500;
531
+ transition-property: background-color, color;
532
+ transition-duration: .15s;
533
+ display: flex;
534
+ }
535
+
536
+ .ABaxVG_tabs_pill_tab:focus-visible {
537
+ outline-width: 2px;
538
+ }
539
+
540
+ .ABaxVG_tabs_pill_tab:hover {
541
+ background-color: var(--color-gray-4);
542
+ }
543
+
544
+ .ABaxVG_tabs_pill_tab[data-active] {
545
+ color: #fff;
546
+ background-color: #0000;
547
+ }
548
+
549
+ .dark .ABaxVG_tabs_pill_tab {
550
+ color: #fff;
551
+ }
552
+
553
+ .dark .ABaxVG_tabs_pill_tab[data-active] {
554
+ color: #000;
555
+ }
556
+
557
+ .ABaxVG_tabs_pill_tab > svg {
558
+ --size-icon: 16px;
559
+ height: var(--size-icon);
560
+ width: var(--size-icon);
561
+ }
562
+
563
+ .ABaxVG_tabs_pill_tab_wrapper {
564
+ --border-radius: 12px;
565
+ border-radius: var(--border-radius);
566
+ flex-shrink: 0;
567
+ display: flex;
568
+ position: relative;
569
+ overflow: hidden;
570
+ }
571
+
572
+ .ABaxVG_tabs_pill_tab_background {
573
+ background-color: var(--color-gray-3);
574
+ z-index: -2;
575
+ position: absolute;
576
+ inset: 0;
577
+ }
578
+ .wVi_Qq_tabs_segmented_indicator {
579
+ background-color: var(--color-gray-1);
580
+ height: var(--active-tab-height);
581
+ left: var(--active-tab-left);
582
+ top: var(--active-tab-top);
583
+ width: var(--active-tab-width);
584
+ z-index: -1;
585
+ border-radius: 10px;
586
+ transition-property: left, width;
587
+ transition-duration: .15s;
588
+ position: absolute;
589
+ }
590
+ .AZApxW_tabs_segmented_list {
591
+ background-color: var(--color-gray-3);
592
+ isolation: isolate;
593
+ border-radius: 12px;
594
+ width: fit-content;
595
+ height: 40px;
596
+ padding: 2px;
597
+ display: flex;
598
+ position: relative;
599
+ overflow-x: auto;
600
+ }
601
+ .MWdXWq_tabs_segmented_tab {
602
+ color: var(--color-gray-11);
603
+ cursor: pointer;
604
+ outline-color: var(--color-primary-9);
605
+ outline-offset: -4px;
606
+ border-radius: 10px;
607
+ outline-width: 0;
608
+ outline-style: solid;
609
+ flex-shrink: 0;
610
+ justify-content: center;
611
+ align-items: center;
612
+ column-gap: 8px;
613
+ height: 100%;
614
+ padding: 0 14px;
615
+ font-size: 14px;
616
+ font-weight: 500;
617
+ transition-property: color;
618
+ transition-duration: .15s;
619
+ display: flex;
620
+ }
621
+
622
+ .MWdXWq_tabs_segmented_tab:focus-visible {
623
+ outline-width: 2px;
624
+ }
625
+
626
+ .MWdXWq_tabs_segmented_tab:hover, .MWdXWq_tabs_segmented_tab[data-active] {
627
+ color: var(--color-gray-12);
628
+ }
629
+
630
+ .MWdXWq_tabs_segmented_tab > svg {
631
+ --size-icon: 16px;
632
+ height: var(--size-icon);
633
+ width: var(--size-icon);
634
+ }
635
+ .Y_MyBG_tabs_underline_indicator {
636
+ background-color: var(--color-primary-9);
637
+ height: 2px;
638
+ bottom: 0;
639
+ left: var(--active-tab-left);
640
+ width: var(--active-tab-width);
641
+ transition-property: left, width;
642
+ transition-duration: .15s;
643
+ position: absolute;
644
+ }
645
+ .z1YTsW_tabs_underline_list {
646
+ border-bottom-color: var(--color-gray-4);
647
+ border-bottom-style: solid;
648
+ border-bottom-width: 1px;
649
+ display: flex;
650
+ position: relative;
651
+ overflow-x: auto;
652
+ }
653
+ .RxaKNW_tabs_underline_tab {
654
+ color: var(--color-gray-11);
655
+ cursor: pointer;
656
+ outline-color: var(--color-primary-9);
657
+ outline-offset: -2px;
658
+ border-radius: 8px;
659
+ outline-width: 0;
660
+ outline-style: solid;
661
+ flex-shrink: 0;
662
+ align-items: center;
663
+ column-gap: 8px;
664
+ margin-bottom: 6px;
665
+ padding: 6px 12px;
666
+ font-size: 14px;
667
+ font-weight: 500;
668
+ transition-property: color;
669
+ transition-duration: .15s;
670
+ display: flex;
671
+ }
672
+
673
+ .RxaKNW_tabs_underline_tab:focus-visible {
674
+ outline-width: 2px;
675
+ }
676
+
677
+ .RxaKNW_tabs_underline_tab:hover, .RxaKNW_tabs_underline_tab[data-active] {
678
+ color: var(--color-gray-12);
679
+ }
680
+
681
+ .RxaKNW_tabs_underline_tab > svg {
682
+ --size-icon: 16px;
683
+ height: var(--size-icon);
684
+ width: var(--size-icon);
685
+ }
686
+ .Zs0xEq_tabs {
687
+ flex-direction: column;
688
+ width: 100%;
689
+ display: flex;
690
+ }
691
+ .dWZGWq_tabs_panel {
692
+ outline-color: var(--color-primary-9);
693
+ outline-offset: -2px;
694
+ outline-width: 0;
695
+ outline-style: solid;
696
+ flex-direction: column;
697
+ display: flex;
698
+ }
699
+
700
+ .dWZGWq_tabs_panel:focus-visible {
701
+ outline-width: 2px;
702
+ }
703
+ .JqpxFq_textarea {
704
+ resize: vertical;
705
+ height: auto;
706
+ min-height: 66px;
707
+ max-height: none;
708
+ padding: 12px !important;
709
+ }
710
+ .j-Z8kW_tooltip_content {
711
+ background-color: var(--color-gray-dark-1);
712
+ color: var(--color-gray-dark-12);
713
+ border-radius: 8px;
714
+ padding: 4px 8px;
715
+ font-size: 13px;
716
+ font-weight: 500;
717
+ }
718
+
719
+ .j-Z8kW_tooltip_content_positioner {
720
+ isolation: isolate;
721
+ z-index: 50;
722
+ }
723
+
724
+ .dark .j-Z8kW_tooltip_content {
725
+ background-color: var(--color-gray-light-1);
726
+ color: var(--color-gray-light-12);
727
+ }