@ws-ui/settings-editor 1.13.0-rc1 → 1.13.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.
@@ -7,13 +7,44 @@
7
7
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
8
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
9
  "Courier New", monospace;
10
+ --color-red-500: oklch(63.7% 0.237 25.331);
11
+ --color-yellow-300: oklch(90.5% 0.182 98.111);
12
+ --color-yellow-400: oklch(85.2% 0.199 91.936);
13
+ --color-green-500: oklch(72.3% 0.219 149.579);
14
+ --color-blue-500: oklch(62.3% 0.214 259.815);
15
+ --color-indigo-500: oklch(58.5% 0.233 277.117);
16
+ --color-purple-200: oklch(90.2% 0.063 306.703);
17
+ --color-purple-900: oklch(38.1% 0.176 304.987);
18
+ --color-slate-500: oklch(55.4% 0.046 257.417);
19
+ --color-gray-100: oklch(96.7% 0.003 264.542);
20
+ --color-gray-400: oklch(70.7% 0.022 261.325);
21
+ --color-gray-500: oklch(55.1% 0.027 264.364);
22
+ --color-black: #000;
10
23
  --color-white: #fff;
11
24
  --spacing: 0.25rem;
12
25
  --container-2xl: 42rem;
13
26
  --text-xs--line-height: calc(1 / 0.75);
14
27
  --text-sm: 0.875rem;
15
28
  --text-sm--line-height: calc(1.25 / 0.875);
29
+ --text-base: 1rem;
30
+ --text-base--line-height: calc(1.5 / 1);
31
+ --text-lg: 1.125rem;
32
+ --text-lg--line-height: calc(1.75 / 1.125);
33
+ --text-2xl: 1.5rem;
34
+ --text-2xl--line-height: calc(2 / 1.5);
35
+ --text-4xl: 2.25rem;
36
+ --text-4xl--line-height: calc(2.5 / 2.25);
37
+ --font-weight-thin: 100;
38
+ --font-weight-extralight: 200;
39
+ --font-weight-medium: 500;
40
+ --font-weight-semibold: 600;
41
+ --font-weight-bold: 700;
42
+ --radius-sm: 0.25rem;
16
43
  --radius-md: 0.375rem;
44
+ --radius-lg: 0.5rem;
45
+ --ease-in: cubic-bezier(0.4, 0, 1, 1);
46
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
47
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
17
48
  --default-transition-duration: 150ms;
18
49
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19
50
  --default-font-family: var(--font-sans);
@@ -211,12 +242,66 @@
211
242
  }
212
243
  }
213
244
  @layer utilities {
245
+ .pointer-events-auto {
246
+ pointer-events: auto;
247
+ }
248
+ .pointer-events-none {
249
+ pointer-events: none;
250
+ }
251
+ .invisible {
252
+ visibility: hidden;
253
+ }
254
+ .absolute {
255
+ position: absolute;
256
+ }
257
+ .fixed {
258
+ position: fixed;
259
+ }
214
260
  .relative {
215
261
  position: relative;
216
262
  }
263
+ .static {
264
+ position: static;
265
+ }
266
+ .inset-0 {
267
+ inset: calc(var(--spacing) * 0);
268
+ }
269
+ .inset-x-4 {
270
+ inset-inline: calc(var(--spacing) * 4);
271
+ }
272
+ .start {
273
+ inset-inline-start: var(--spacing);
274
+ }
275
+ .top-1 {
276
+ top: calc(var(--spacing) * 1);
277
+ }
278
+ .top-4 {
279
+ top: calc(var(--spacing) * 4);
280
+ }
281
+ .right-1 {
282
+ right: calc(var(--spacing) * 1);
283
+ }
284
+ .bottom-4 {
285
+ bottom: calc(var(--spacing) * 4);
286
+ }
287
+ .isolate {
288
+ isolation: isolate;
289
+ }
290
+ .z-0 {
291
+ z-index: 0;
292
+ }
217
293
  .z-10 {
218
294
  z-index: 10;
219
295
  }
296
+ .z-20 {
297
+ z-index: 20;
298
+ }
299
+ .z-2147483647 {
300
+ z-index: 2147483647;
301
+ }
302
+ .z-\[1999\] {
303
+ z-index: 1999;
304
+ }
220
305
  .container {
221
306
  width: 100%;
222
307
  @media (width >= 40rem) {
@@ -238,12 +323,638 @@
238
323
  .m-0 {
239
324
  margin: calc(var(--spacing) * 0);
240
325
  }
326
+ .mx-1 {
327
+ margin-inline: calc(var(--spacing) * 1);
328
+ }
241
329
  .mx-auto {
242
330
  margin-inline: auto;
243
331
  }
332
+ .prose {
333
+ color: var(--tw-prose-body);
334
+ max-width: 65ch;
335
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
336
+ margin-top: 1.25em;
337
+ margin-bottom: 1.25em;
338
+ }
339
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
340
+ color: var(--tw-prose-lead);
341
+ font-size: 1.25em;
342
+ line-height: 1.6;
343
+ margin-top: 1.2em;
344
+ margin-bottom: 1.2em;
345
+ }
346
+ :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
347
+ color: var(--tw-prose-links);
348
+ text-decoration: underline;
349
+ font-weight: 500;
350
+ }
351
+ :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
352
+ color: var(--tw-prose-bold);
353
+ font-weight: 600;
354
+ }
355
+ :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
356
+ color: inherit;
357
+ }
358
+ :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
359
+ color: inherit;
360
+ }
361
+ :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
362
+ color: inherit;
363
+ }
364
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
365
+ list-style-type: decimal;
366
+ margin-top: 1.25em;
367
+ margin-bottom: 1.25em;
368
+ padding-inline-start: 1.625em;
369
+ }
370
+ :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
371
+ list-style-type: upper-alpha;
372
+ }
373
+ :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
374
+ list-style-type: lower-alpha;
375
+ }
376
+ :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
377
+ list-style-type: upper-alpha;
378
+ }
379
+ :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
380
+ list-style-type: lower-alpha;
381
+ }
382
+ :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
383
+ list-style-type: upper-roman;
384
+ }
385
+ :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
386
+ list-style-type: lower-roman;
387
+ }
388
+ :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
389
+ list-style-type: upper-roman;
390
+ }
391
+ :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
392
+ list-style-type: lower-roman;
393
+ }
394
+ :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
395
+ list-style-type: decimal;
396
+ }
397
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
398
+ list-style-type: disc;
399
+ margin-top: 1.25em;
400
+ margin-bottom: 1.25em;
401
+ padding-inline-start: 1.625em;
402
+ }
403
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
404
+ font-weight: 400;
405
+ color: var(--tw-prose-counters);
406
+ }
407
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
408
+ color: var(--tw-prose-bullets);
409
+ }
410
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
411
+ color: var(--tw-prose-headings);
412
+ font-weight: 600;
413
+ margin-top: 1.25em;
414
+ }
415
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
416
+ border-color: var(--tw-prose-hr);
417
+ border-top-width: 1px;
418
+ margin-top: 3em;
419
+ margin-bottom: 3em;
420
+ }
421
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
422
+ font-weight: 500;
423
+ font-style: italic;
424
+ color: var(--tw-prose-quotes);
425
+ border-inline-start-width: 0.25rem;
426
+ border-inline-start-color: var(--tw-prose-quote-borders);
427
+ quotes: "\201C""\201D""\2018""\2019";
428
+ margin-top: 1.6em;
429
+ margin-bottom: 1.6em;
430
+ padding-inline-start: 1em;
431
+ }
432
+ :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
433
+ content: open-quote;
434
+ }
435
+ :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
436
+ content: close-quote;
437
+ }
438
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
439
+ color: var(--tw-prose-headings);
440
+ font-weight: 800;
441
+ font-size: 2.25em;
442
+ margin-top: 0;
443
+ margin-bottom: 0.8888889em;
444
+ line-height: 1.1111111;
445
+ }
446
+ :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
447
+ font-weight: 900;
448
+ color: inherit;
449
+ }
450
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
451
+ color: var(--tw-prose-headings);
452
+ font-weight: 700;
453
+ font-size: 1.5em;
454
+ margin-top: 2em;
455
+ margin-bottom: 1em;
456
+ line-height: 1.3333333;
457
+ }
458
+ :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
459
+ font-weight: 800;
460
+ color: inherit;
461
+ }
462
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
463
+ color: var(--tw-prose-headings);
464
+ font-weight: 600;
465
+ font-size: 1.25em;
466
+ margin-top: 1.6em;
467
+ margin-bottom: 0.6em;
468
+ line-height: 1.6;
469
+ }
470
+ :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
471
+ font-weight: 700;
472
+ color: inherit;
473
+ }
474
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
475
+ color: var(--tw-prose-headings);
476
+ font-weight: 600;
477
+ margin-top: 1.5em;
478
+ margin-bottom: 0.5em;
479
+ line-height: 1.5;
480
+ }
481
+ :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
482
+ font-weight: 700;
483
+ color: inherit;
484
+ }
485
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
486
+ margin-top: 2em;
487
+ margin-bottom: 2em;
488
+ }
489
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
490
+ display: block;
491
+ margin-top: 2em;
492
+ margin-bottom: 2em;
493
+ }
494
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
495
+ margin-top: 2em;
496
+ margin-bottom: 2em;
497
+ }
498
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
499
+ font-weight: 500;
500
+ font-family: inherit;
501
+ color: var(--tw-prose-kbd);
502
+ box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
503
+ font-size: 0.875em;
504
+ border-radius: 0.3125rem;
505
+ padding-top: 0.1875em;
506
+ padding-inline-end: 0.375em;
507
+ padding-bottom: 0.1875em;
508
+ padding-inline-start: 0.375em;
509
+ }
510
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
511
+ color: var(--tw-prose-code);
512
+ font-weight: 600;
513
+ font-size: 0.875em;
514
+ }
515
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
516
+ content: "`";
517
+ }
518
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
519
+ content: "`";
520
+ }
521
+ :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
522
+ color: inherit;
523
+ }
524
+ :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
525
+ color: inherit;
526
+ }
527
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
528
+ color: inherit;
529
+ font-size: 0.875em;
530
+ }
531
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
532
+ color: inherit;
533
+ font-size: 0.9em;
534
+ }
535
+ :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
536
+ color: inherit;
537
+ }
538
+ :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
539
+ color: inherit;
540
+ }
541
+ :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
542
+ color: inherit;
543
+ }
544
+ :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
545
+ color: var(--tw-prose-pre-code);
546
+ background-color: var(--tw-prose-pre-bg);
547
+ overflow-x: auto;
548
+ font-weight: 400;
549
+ font-size: 0.875em;
550
+ line-height: 1.7142857;
551
+ margin-top: 1.7142857em;
552
+ margin-bottom: 1.7142857em;
553
+ border-radius: 0.375rem;
554
+ padding-top: 0.8571429em;
555
+ padding-inline-end: 1.1428571em;
556
+ padding-bottom: 0.8571429em;
557
+ padding-inline-start: 1.1428571em;
558
+ }
559
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
560
+ background-color: transparent;
561
+ border-width: 0;
562
+ border-radius: 0;
563
+ padding: 0;
564
+ font-weight: inherit;
565
+ color: inherit;
566
+ font-size: inherit;
567
+ font-family: inherit;
568
+ line-height: inherit;
569
+ }
570
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
571
+ content: none;
572
+ }
573
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
574
+ content: none;
575
+ }
576
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
577
+ width: 100%;
578
+ table-layout: auto;
579
+ margin-top: 2em;
580
+ margin-bottom: 2em;
581
+ font-size: 0.875em;
582
+ line-height: 1.7142857;
583
+ }
584
+ :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
585
+ border-bottom-width: 1px;
586
+ border-bottom-color: var(--tw-prose-th-borders);
587
+ }
588
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
589
+ color: var(--tw-prose-headings);
590
+ font-weight: 600;
591
+ vertical-align: bottom;
592
+ padding-inline-end: 0.5714286em;
593
+ padding-bottom: 0.5714286em;
594
+ padding-inline-start: 0.5714286em;
595
+ }
596
+ :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
597
+ border-bottom-width: 1px;
598
+ border-bottom-color: var(--tw-prose-td-borders);
599
+ }
600
+ :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
601
+ border-bottom-width: 0;
602
+ }
603
+ :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
604
+ vertical-align: baseline;
605
+ }
606
+ :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
607
+ border-top-width: 1px;
608
+ border-top-color: var(--tw-prose-th-borders);
609
+ }
610
+ :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
611
+ vertical-align: top;
612
+ }
613
+ :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
614
+ text-align: start;
615
+ }
616
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
617
+ margin-top: 0;
618
+ margin-bottom: 0;
619
+ }
620
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
621
+ color: var(--tw-prose-captions);
622
+ font-size: 0.875em;
623
+ line-height: 1.4285714;
624
+ margin-top: 0.8571429em;
625
+ }
626
+ --tw-prose-body: oklch(37.3% 0.034 259.733);
627
+ --tw-prose-headings: oklch(21% 0.034 264.665);
628
+ --tw-prose-lead: oklch(44.6% 0.03 256.802);
629
+ --tw-prose-links: oklch(21% 0.034 264.665);
630
+ --tw-prose-bold: oklch(21% 0.034 264.665);
631
+ --tw-prose-counters: oklch(55.1% 0.027 264.364);
632
+ --tw-prose-bullets: oklch(87.2% 0.01 258.338);
633
+ --tw-prose-hr: oklch(92.8% 0.006 264.531);
634
+ --tw-prose-quotes: oklch(21% 0.034 264.665);
635
+ --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
636
+ --tw-prose-captions: oklch(55.1% 0.027 264.364);
637
+ --tw-prose-kbd: oklch(21% 0.034 264.665);
638
+ --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
639
+ --tw-prose-code: oklch(21% 0.034 264.665);
640
+ --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
641
+ --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
642
+ --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
643
+ --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
644
+ --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
645
+ --tw-prose-invert-headings: #fff;
646
+ --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
647
+ --tw-prose-invert-links: #fff;
648
+ --tw-prose-invert-bold: #fff;
649
+ --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
650
+ --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
651
+ --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
652
+ --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
653
+ --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
654
+ --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
655
+ --tw-prose-invert-kbd: #fff;
656
+ --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
657
+ --tw-prose-invert-code: #fff;
658
+ --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
659
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
660
+ --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
661
+ --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
662
+ font-size: 1rem;
663
+ line-height: 1.75;
664
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
665
+ margin-top: 0;
666
+ margin-bottom: 0;
667
+ }
668
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
669
+ margin-top: 0.5em;
670
+ margin-bottom: 0.5em;
671
+ }
672
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
673
+ padding-inline-start: 0.375em;
674
+ }
675
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
676
+ padding-inline-start: 0.375em;
677
+ }
678
+ :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
679
+ margin-top: 0.75em;
680
+ margin-bottom: 0.75em;
681
+ }
682
+ :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
683
+ margin-top: 1.25em;
684
+ }
685
+ :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
686
+ margin-bottom: 1.25em;
687
+ }
688
+ :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
689
+ margin-top: 1.25em;
690
+ }
691
+ :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
692
+ margin-bottom: 1.25em;
693
+ }
694
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
695
+ margin-top: 0.75em;
696
+ margin-bottom: 0.75em;
697
+ }
698
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
699
+ margin-top: 1.25em;
700
+ margin-bottom: 1.25em;
701
+ }
702
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
703
+ margin-top: 0.5em;
704
+ padding-inline-start: 1.625em;
705
+ }
706
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
707
+ margin-top: 0;
708
+ }
709
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
710
+ margin-top: 0;
711
+ }
712
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
713
+ margin-top: 0;
714
+ }
715
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
716
+ margin-top: 0;
717
+ }
718
+ :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
719
+ padding-inline-start: 0;
720
+ }
721
+ :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
722
+ padding-inline-end: 0;
723
+ }
724
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
725
+ padding-top: 0.5714286em;
726
+ padding-inline-end: 0.5714286em;
727
+ padding-bottom: 0.5714286em;
728
+ padding-inline-start: 0.5714286em;
729
+ }
730
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
731
+ padding-inline-start: 0;
732
+ }
733
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
734
+ padding-inline-end: 0;
735
+ }
736
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
737
+ margin-top: 2em;
738
+ margin-bottom: 2em;
739
+ }
740
+ :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
741
+ margin-top: 0;
742
+ }
743
+ :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
744
+ margin-bottom: 0;
745
+ }
746
+ }
747
+ .prose-sm {
748
+ font-size: 0.875rem;
749
+ line-height: 1.7142857;
750
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
751
+ margin-top: 1.1428571em;
752
+ margin-bottom: 1.1428571em;
753
+ }
754
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
755
+ font-size: 1.2857143em;
756
+ line-height: 1.5555556;
757
+ margin-top: 0.8888889em;
758
+ margin-bottom: 0.8888889em;
759
+ }
760
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
761
+ margin-top: 1.3333333em;
762
+ margin-bottom: 1.3333333em;
763
+ padding-inline-start: 1.1111111em;
764
+ }
765
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
766
+ font-size: 2.1428571em;
767
+ margin-top: 0;
768
+ margin-bottom: 0.8em;
769
+ line-height: 1.2;
770
+ }
771
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
772
+ font-size: 1.4285714em;
773
+ margin-top: 1.6em;
774
+ margin-bottom: 0.8em;
775
+ line-height: 1.4;
776
+ }
777
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
778
+ font-size: 1.2857143em;
779
+ margin-top: 1.5555556em;
780
+ margin-bottom: 0.4444444em;
781
+ line-height: 1.5555556;
782
+ }
783
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
784
+ margin-top: 1.4285714em;
785
+ margin-bottom: 0.5714286em;
786
+ line-height: 1.4285714;
787
+ }
788
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
789
+ margin-top: 1.7142857em;
790
+ margin-bottom: 1.7142857em;
791
+ }
792
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
793
+ margin-top: 1.7142857em;
794
+ margin-bottom: 1.7142857em;
795
+ }
796
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
797
+ margin-top: 0;
798
+ margin-bottom: 0;
799
+ }
800
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
801
+ margin-top: 1.7142857em;
802
+ margin-bottom: 1.7142857em;
803
+ }
804
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
805
+ font-size: 0.8571429em;
806
+ border-radius: 0.3125rem;
807
+ padding-top: 0.1428571em;
808
+ padding-inline-end: 0.3571429em;
809
+ padding-bottom: 0.1428571em;
810
+ padding-inline-start: 0.3571429em;
811
+ }
812
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
813
+ font-size: 0.8571429em;
814
+ }
815
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
816
+ font-size: 0.9em;
817
+ }
818
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
819
+ font-size: 0.8888889em;
820
+ }
821
+ :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
822
+ font-size: 0.8571429em;
823
+ line-height: 1.6666667;
824
+ margin-top: 1.6666667em;
825
+ margin-bottom: 1.6666667em;
826
+ border-radius: 0.25rem;
827
+ padding-top: 0.6666667em;
828
+ padding-inline-end: 1em;
829
+ padding-bottom: 0.6666667em;
830
+ padding-inline-start: 1em;
831
+ }
832
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
833
+ margin-top: 1.1428571em;
834
+ margin-bottom: 1.1428571em;
835
+ padding-inline-start: 1.5714286em;
836
+ }
837
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
838
+ margin-top: 1.1428571em;
839
+ margin-bottom: 1.1428571em;
840
+ padding-inline-start: 1.5714286em;
841
+ }
842
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
843
+ margin-top: 0.2857143em;
844
+ margin-bottom: 0.2857143em;
845
+ }
846
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
847
+ padding-inline-start: 0.4285714em;
848
+ }
849
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
850
+ padding-inline-start: 0.4285714em;
851
+ }
852
+ :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
853
+ margin-top: 0.5714286em;
854
+ margin-bottom: 0.5714286em;
855
+ }
856
+ :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
857
+ margin-top: 1.1428571em;
858
+ }
859
+ :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
860
+ margin-bottom: 1.1428571em;
861
+ }
862
+ :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
863
+ margin-top: 1.1428571em;
864
+ }
865
+ :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
866
+ margin-bottom: 1.1428571em;
867
+ }
868
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
869
+ margin-top: 0.5714286em;
870
+ margin-bottom: 0.5714286em;
871
+ }
872
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
873
+ margin-top: 1.1428571em;
874
+ margin-bottom: 1.1428571em;
875
+ }
876
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
877
+ margin-top: 1.1428571em;
878
+ }
879
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
880
+ margin-top: 0.2857143em;
881
+ padding-inline-start: 1.5714286em;
882
+ }
883
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
884
+ margin-top: 2.8571429em;
885
+ margin-bottom: 2.8571429em;
886
+ }
887
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
888
+ margin-top: 0;
889
+ }
890
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
891
+ margin-top: 0;
892
+ }
893
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
894
+ margin-top: 0;
895
+ }
896
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
897
+ margin-top: 0;
898
+ }
899
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
900
+ font-size: 0.8571429em;
901
+ line-height: 1.5;
902
+ }
903
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
904
+ padding-inline-end: 1em;
905
+ padding-bottom: 0.6666667em;
906
+ padding-inline-start: 1em;
907
+ }
908
+ :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
909
+ padding-inline-start: 0;
910
+ }
911
+ :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
912
+ padding-inline-end: 0;
913
+ }
914
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
915
+ padding-top: 0.6666667em;
916
+ padding-inline-end: 1em;
917
+ padding-bottom: 0.6666667em;
918
+ padding-inline-start: 1em;
919
+ }
920
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
921
+ padding-inline-start: 0;
922
+ }
923
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
924
+ padding-inline-end: 0;
925
+ }
926
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
927
+ margin-top: 1.7142857em;
928
+ margin-bottom: 1.7142857em;
929
+ }
930
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
931
+ margin-top: 0;
932
+ margin-bottom: 0;
933
+ }
934
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
935
+ font-size: 0.8571429em;
936
+ line-height: 1.3333333;
937
+ margin-top: 0.6666667em;
938
+ }
939
+ :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
940
+ margin-top: 0;
941
+ }
942
+ :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
943
+ margin-bottom: 0;
944
+ }
945
+ }
946
+ .-mt-6 {
947
+ margin-top: calc(var(--spacing) * -6);
948
+ }
949
+ .mt-4 {
950
+ margin-top: calc(var(--spacing) * 4);
951
+ }
244
952
  .mt-12 {
245
953
  margin-top: calc(var(--spacing) * 12);
246
954
  }
955
+ .mt-px {
956
+ margin-top: 1px;
957
+ }
247
958
  .mr-1 {
248
959
  margin-right: calc(var(--spacing) * 1);
249
960
  }
@@ -253,9 +964,30 @@
253
964
  .mr-3 {
254
965
  margin-right: calc(var(--spacing) * 3);
255
966
  }
967
+ .mr-4 {
968
+ margin-right: calc(var(--spacing) * 4);
969
+ }
970
+ .mb-1 {
971
+ margin-bottom: calc(var(--spacing) * 1);
972
+ }
973
+ .mb-2 {
974
+ margin-bottom: calc(var(--spacing) * 2);
975
+ }
976
+ .mb-3 {
977
+ margin-bottom: calc(var(--spacing) * 3);
978
+ }
979
+ .mb-4 {
980
+ margin-bottom: calc(var(--spacing) * 4);
981
+ }
982
+ .ml-1 {
983
+ margin-left: calc(var(--spacing) * 1);
984
+ }
256
985
  .ml-auto {
257
986
  margin-left: auto;
258
987
  }
988
+ .block {
989
+ display: block;
990
+ }
259
991
  .flex {
260
992
  display: flex;
261
993
  }
@@ -265,13 +997,31 @@
265
997
  .hidden {
266
998
  display: none;
267
999
  }
1000
+ .inline-block {
1001
+ display: inline-block;
1002
+ }
268
1003
  .inline-flex {
269
1004
  display: inline-flex;
270
1005
  }
1006
+ .table {
1007
+ display: table;
1008
+ }
271
1009
  .size-2 {
272
1010
  width: calc(var(--spacing) * 2);
273
1011
  height: calc(var(--spacing) * 2);
274
1012
  }
1013
+ .size-4 {
1014
+ width: calc(var(--spacing) * 4);
1015
+ height: calc(var(--spacing) * 4);
1016
+ }
1017
+ .size-6 {
1018
+ width: calc(var(--spacing) * 6);
1019
+ height: calc(var(--spacing) * 6);
1020
+ }
1021
+ .size-full {
1022
+ width: 100%;
1023
+ height: 100%;
1024
+ }
275
1025
  .h-3 {
276
1026
  height: calc(var(--spacing) * 3);
277
1027
  }
@@ -287,12 +1037,30 @@
287
1037
  .h-7 {
288
1038
  height: calc(var(--spacing) * 7);
289
1039
  }
1040
+ .h-8 {
1041
+ height: calc(var(--spacing) * 8);
1042
+ }
1043
+ .h-12 {
1044
+ height: calc(var(--spacing) * 12);
1045
+ }
1046
+ .h-20 {
1047
+ height: calc(var(--spacing) * 20);
1048
+ }
1049
+ .h-60 {
1050
+ height: calc(var(--spacing) * 60);
1051
+ }
290
1052
  .h-full {
291
1053
  height: 100%;
292
1054
  }
293
1055
  .h-screen {
294
1056
  height: 100vh;
295
1057
  }
1058
+ .max-h-\[10rem\] {
1059
+ max-height: 10rem;
1060
+ }
1061
+ .min-h-\[10rem\] {
1062
+ min-height: 10rem;
1063
+ }
296
1064
  .w-3 {
297
1065
  width: calc(var(--spacing) * 3);
298
1066
  }
@@ -308,45 +1076,126 @@
308
1076
  .w-7 {
309
1077
  width: calc(var(--spacing) * 7);
310
1078
  }
1079
+ .w-8 {
1080
+ width: calc(var(--spacing) * 8);
1081
+ }
311
1082
  .w-10 {
312
1083
  width: calc(var(--spacing) * 10);
313
1084
  }
314
1085
  .w-12 {
315
1086
  width: calc(var(--spacing) * 12);
316
1087
  }
1088
+ .w-20 {
1089
+ width: calc(var(--spacing) * 20);
1090
+ }
1091
+ .w-40 {
1092
+ width: calc(var(--spacing) * 40);
1093
+ }
1094
+ .w-52 {
1095
+ width: calc(var(--spacing) * 52);
1096
+ }
317
1097
  .w-56 {
318
1098
  width: calc(var(--spacing) * 56);
319
1099
  }
320
- .w-\[208px\] {
321
- width: 208px;
1100
+ .w-60 {
1101
+ width: calc(var(--spacing) * 60);
1102
+ }
1103
+ .w-80 {
1104
+ width: calc(var(--spacing) * 80);
1105
+ }
1106
+ .w-96 {
1107
+ width: calc(var(--spacing) * 96);
1108
+ }
1109
+ .w-\[--width\] {
1110
+ width: --width;
322
1111
  }
323
1112
  .w-full {
324
1113
  width: 100%;
325
1114
  }
1115
+ .w-screen {
1116
+ width: 100vw;
1117
+ }
326
1118
  .max-w-2xl {
327
1119
  max-width: var(--container-2xl);
328
1120
  }
1121
+ .min-w-0 {
1122
+ min-width: calc(var(--spacing) * 0);
1123
+ }
1124
+ .min-w-40 {
1125
+ min-width: calc(var(--spacing) * 40);
1126
+ }
329
1127
  .flex-1 {
330
1128
  flex: 1;
331
1129
  }
1130
+ .flex-none {
1131
+ flex: none;
1132
+ }
1133
+ .scale-95 {
1134
+ --tw-scale-x: 95%;
1135
+ --tw-scale-y: 95%;
1136
+ --tw-scale-z: 95%;
1137
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1138
+ }
1139
+ .scale-100 {
1140
+ --tw-scale-x: 100%;
1141
+ --tw-scale-y: 100%;
1142
+ --tw-scale-z: 100%;
1143
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1144
+ }
1145
+ .-rotate-90 {
1146
+ rotate: calc(90deg * -1);
1147
+ }
1148
+ .rotate-0 {
1149
+ rotate: 0deg;
1150
+ }
1151
+ .transform {
1152
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1153
+ }
332
1154
  .cursor-pointer {
333
1155
  cursor: pointer;
334
1156
  }
1157
+ .resize {
1158
+ resize: both;
1159
+ }
1160
+ .list-disc {
1161
+ list-style-type: disc;
1162
+ }
335
1163
  .flex-col {
336
1164
  flex-direction: column;
337
1165
  }
1166
+ .flex-row {
1167
+ flex-direction: row;
1168
+ }
338
1169
  .place-content-center {
339
1170
  place-content: center;
340
1171
  }
341
1172
  .items-center {
342
1173
  align-items: center;
343
1174
  }
1175
+ .items-start {
1176
+ align-items: flex-start;
1177
+ }
1178
+ .justify-between {
1179
+ justify-content: space-between;
1180
+ }
344
1181
  .justify-center {
345
1182
  justify-content: center;
346
1183
  }
1184
+ .justify-start {
1185
+ justify-content: flex-start;
1186
+ }
347
1187
  .gap-1 {
348
1188
  gap: calc(var(--spacing) * 1);
349
1189
  }
1190
+ .gap-2 {
1191
+ gap: calc(var(--spacing) * 2);
1192
+ }
1193
+ .gap-3 {
1194
+ gap: calc(var(--spacing) * 3);
1195
+ }
1196
+ .gap-4 {
1197
+ gap: calc(var(--spacing) * 4);
1198
+ }
350
1199
  .space-y-1 {
351
1200
  :where(& > :not(:last-child)) {
352
1201
  --tw-space-y-reverse: 0;
@@ -361,53 +1210,196 @@
361
1210
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
362
1211
  }
363
1212
  }
1213
+ .gap-x-2 {
1214
+ column-gap: calc(var(--spacing) * 2);
1215
+ }
1216
+ .gap-x-3 {
1217
+ column-gap: calc(var(--spacing) * 3);
1218
+ }
1219
+ .self-center {
1220
+ align-self: center;
1221
+ }
1222
+ .overflow-auto {
1223
+ overflow: auto;
1224
+ }
364
1225
  .overflow-hidden {
365
1226
  overflow: hidden;
366
1227
  }
1228
+ .overflow-y-auto {
1229
+ overflow-y: auto;
1230
+ }
367
1231
  .rounded {
368
1232
  border-radius: 4px;
369
1233
  }
1234
+ .rounded-full {
1235
+ border-radius: calc(infinity * 1px);
1236
+ }
1237
+ .rounded-lg {
1238
+ border-radius: var(--radius-lg);
1239
+ }
370
1240
  .rounded-md {
371
1241
  border-radius: var(--radius-md);
372
1242
  }
1243
+ .rounded-sm {
1244
+ border-radius: var(--radius-sm);
1245
+ }
373
1246
  .border {
374
1247
  border-style: var(--tw-border-style);
375
1248
  border-width: 1px;
376
1249
  }
1250
+ .border-2 {
1251
+ border-style: var(--tw-border-style);
1252
+ border-width: 2px;
1253
+ }
1254
+ .border-t {
1255
+ border-top-style: var(--tw-border-style);
1256
+ border-top-width: 1px;
1257
+ }
377
1258
  .border-r {
378
1259
  border-right-style: var(--tw-border-style);
379
1260
  border-right-width: 1px;
380
1261
  }
381
- .border-l {
382
- border-left-style: var(--tw-border-style);
383
- border-left-width: 1px;
1262
+ .border-gray-400 {
1263
+ border-color: var(--color-gray-400);
1264
+ }
1265
+ .border-grey-50 {
1266
+ border-color: var(--ws-grey-50);
384
1267
  }
385
- .border-grey-500 {
386
- border-color: var(--ws-grey-500);
1268
+ .bg-black\/80 {
1269
+ background-color: color-mix(in srgb, #000 80%, transparent);
1270
+ @supports (color: color-mix(in lab, red, red)) {
1271
+ background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
1272
+ }
1273
+ }
1274
+ .bg-blue-500 {
1275
+ background-color: var(--color-blue-500);
1276
+ }
1277
+ .bg-green-500 {
1278
+ background-color: var(--color-green-500);
1279
+ }
1280
+ .bg-grey-900 {
1281
+ background-color: var(--ws-grey-900);
387
1282
  }
388
- .bg-grey-300 {
389
- background-color: var(--ws-grey-300);
1283
+ .bg-indigo-500 {
1284
+ background-color: var(--color-indigo-500);
390
1285
  }
391
- .bg-grey-800 {
392
- background-color: var(--ws-grey-800);
1286
+ .bg-panel-1 {
1287
+ background-color: var(--ws-panel-1);
393
1288
  }
394
1289
  .bg-primary {
395
1290
  background-color: var(--ws-primary-default);
396
1291
  }
1292
+ .bg-primary-dark {
1293
+ background-color: var(--ws-primary-dark);
1294
+ }
1295
+ .bg-purple-200 {
1296
+ background-color: var(--color-purple-200);
1297
+ }
1298
+ .bg-red-500 {
1299
+ background-color: var(--color-red-500);
1300
+ }
1301
+ .bg-transparent {
1302
+ background-color: transparent;
1303
+ }
1304
+ .bg-white {
1305
+ background-color: var(--color-white);
1306
+ }
1307
+ .bg-yellow-400 {
1308
+ background-color: var(--color-yellow-400);
1309
+ }
1310
+ .stroke-body {
1311
+ stroke: var(--ws-bg-foreground);
1312
+ }
1313
+ .stroke-current {
1314
+ stroke: currentcolor;
1315
+ }
1316
+ .p-1 {
1317
+ padding: calc(var(--spacing) * 1);
1318
+ }
397
1319
  .p-2 {
398
1320
  padding: calc(var(--spacing) * 2);
399
1321
  }
400
1322
  .p-4 {
401
1323
  padding: calc(var(--spacing) * 4);
402
1324
  }
1325
+ .p-6 {
1326
+ padding: calc(var(--spacing) * 6);
1327
+ }
403
1328
  .p-\[1px\] {
404
1329
  padding: 1px;
405
1330
  }
1331
+ .px-2 {
1332
+ padding-inline: calc(var(--spacing) * 2);
1333
+ }
1334
+ .px-3 {
1335
+ padding-inline: calc(var(--spacing) * 3);
1336
+ }
1337
+ .px-4 {
1338
+ padding-inline: calc(var(--spacing) * 4);
1339
+ }
1340
+ .px-6 {
1341
+ padding-inline: calc(var(--spacing) * 6);
1342
+ }
1343
+ .px-8 {
1344
+ padding-inline: calc(var(--spacing) * 8);
1345
+ }
1346
+ .px-10 {
1347
+ padding-inline: calc(var(--spacing) * 10);
1348
+ }
1349
+ .px-12 {
1350
+ padding-inline: calc(var(--spacing) * 12);
1351
+ }
1352
+ .py-0\.5 {
1353
+ padding-block: calc(var(--spacing) * 0.5);
1354
+ }
1355
+ .py-1 {
1356
+ padding-block: calc(var(--spacing) * 1);
1357
+ }
1358
+ .py-2 {
1359
+ padding-block: calc(var(--spacing) * 2);
1360
+ }
406
1361
  .py-4 {
407
1362
  padding-block: calc(var(--spacing) * 4);
408
1363
  }
409
- .pl-1\.5 {
410
- padding-left: calc(var(--spacing) * 1.5);
1364
+ .py-6 {
1365
+ padding-block: calc(var(--spacing) * 6);
1366
+ }
1367
+ .pt-1 {
1368
+ padding-top: calc(var(--spacing) * 1);
1369
+ }
1370
+ .pr-1 {
1371
+ padding-right: calc(var(--spacing) * 1);
1372
+ }
1373
+ .pb-8 {
1374
+ padding-bottom: calc(var(--spacing) * 8);
1375
+ }
1376
+ .pl-2 {
1377
+ padding-left: calc(var(--spacing) * 2);
1378
+ }
1379
+ .text-center {
1380
+ text-align: center;
1381
+ }
1382
+ .text-left {
1383
+ text-align: left;
1384
+ }
1385
+ .font-poppins {
1386
+ font-family: Twemoji Country Flags, Poppins, sans-serif;
1387
+ }
1388
+ .text-2xl {
1389
+ font-size: var(--text-2xl);
1390
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1391
+ }
1392
+ .text-4xl {
1393
+ font-size: var(--text-4xl);
1394
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1395
+ }
1396
+ .text-base {
1397
+ font-size: var(--text-base);
1398
+ line-height: var(--tw-leading, var(--text-base--line-height));
1399
+ }
1400
+ .text-lg {
1401
+ font-size: var(--text-lg);
1402
+ line-height: var(--tw-leading, var(--text-lg--line-height));
411
1403
  }
412
1404
  .text-sm {
413
1405
  font-size: var(--text-sm);
@@ -417,37 +1409,173 @@
417
1409
  font-size: 0.65rem;
418
1410
  line-height: var(--tw-leading, var(--text-xs--line-height));
419
1411
  }
420
- .text-\[8px\] {
421
- font-size: 8px;
1412
+ .text-\[12px\] {
1413
+ font-size: 12px;
422
1414
  }
423
- .leading-none {
424
- --tw-leading: 1;
425
- line-height: 1;
1415
+ .text-s {
1416
+ font-size: 0.75rem;
1417
+ }
1418
+ .text-xxs {
1419
+ font-size: 0.55rem;
1420
+ }
1421
+ .leading-6 {
1422
+ --tw-leading: calc(var(--spacing) * 6);
1423
+ line-height: calc(var(--spacing) * 6);
1424
+ }
1425
+ .font-bold {
1426
+ --tw-font-weight: var(--font-weight-bold);
1427
+ font-weight: var(--font-weight-bold);
1428
+ }
1429
+ .font-extralight {
1430
+ --tw-font-weight: var(--font-weight-extralight);
1431
+ font-weight: var(--font-weight-extralight);
1432
+ }
1433
+ .font-medium {
1434
+ --tw-font-weight: var(--font-weight-medium);
1435
+ font-weight: var(--font-weight-medium);
1436
+ }
1437
+ .font-semibold {
1438
+ --tw-font-weight: var(--font-weight-semibold);
1439
+ font-weight: var(--font-weight-semibold);
1440
+ }
1441
+ .font-thin {
1442
+ --tw-font-weight: var(--font-weight-thin);
1443
+ font-weight: var(--font-weight-thin);
1444
+ }
1445
+ .text-wrap {
1446
+ text-wrap: wrap;
1447
+ }
1448
+ .text-ellipsis {
1449
+ text-overflow: ellipsis;
1450
+ }
1451
+ .whitespace-nowrap {
1452
+ white-space: nowrap;
426
1453
  }
427
1454
  .text-body {
428
1455
  color: var(--ws-bg-foreground);
429
1456
  }
430
- .text-grey-50 {
431
- color: var(--ws-grey-50);
1457
+ .text-gray-100 {
1458
+ color: var(--color-gray-100);
432
1459
  }
433
- .text-grey-300 {
434
- color: var(--ws-grey-300);
1460
+ .text-gray-500 {
1461
+ color: var(--color-gray-500);
1462
+ }
1463
+ .text-green-500 {
1464
+ color: var(--color-green-500);
435
1465
  }
436
1466
  .text-inactive-text {
437
1467
  color: var(--ws-inactive-text);
438
1468
  }
1469
+ .text-muted {
1470
+ color: var(--ws-text-muted);
1471
+ }
1472
+ .text-negative-text {
1473
+ color: var(--ws-negative-text);
1474
+ }
1475
+ .text-primary {
1476
+ color: var(--ws-primary-default);
1477
+ }
1478
+ .text-purple-900 {
1479
+ color: var(--color-purple-900);
1480
+ }
1481
+ .text-red-500 {
1482
+ color: var(--color-red-500);
1483
+ }
1484
+ .text-slate-500 {
1485
+ color: var(--color-slate-500);
1486
+ }
1487
+ .text-warning-text {
1488
+ color: var(--ws-warning-text);
1489
+ }
439
1490
  .text-white {
440
1491
  color: var(--color-white);
441
1492
  }
1493
+ .text-yellow-300 {
1494
+ color: var(--color-yellow-300);
1495
+ }
1496
+ .text-yellow-400 {
1497
+ color: var(--color-yellow-400);
1498
+ }
1499
+ .capitalize {
1500
+ text-transform: capitalize;
1501
+ }
1502
+ .italic {
1503
+ font-style: italic;
1504
+ }
1505
+ .opacity-0 {
1506
+ opacity: 0%;
1507
+ }
1508
+ .opacity-100 {
1509
+ opacity: 100%;
1510
+ }
1511
+ .shadow {
1512
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1513
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1514
+ }
1515
+ .shadow-2xl {
1516
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
1517
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1518
+ }
1519
+ .shadow-lg {
1520
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1521
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1522
+ }
1523
+ .shadow-md {
1524
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1525
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1526
+ }
1527
+ .shadow-xl {
1528
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1529
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1530
+ }
1531
+ .outline {
1532
+ outline-style: var(--tw-outline-style);
1533
+ outline-width: 1px;
1534
+ }
1535
+ .filter {
1536
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1537
+ }
1538
+ .transition {
1539
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1540
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1541
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1542
+ }
442
1543
  .transition-colors {
443
1544
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
444
1545
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
445
1546
  transition-duration: var(--tw-duration, var(--default-transition-duration));
446
1547
  }
1548
+ .duration-200 {
1549
+ --tw-duration: 200ms;
1550
+ transition-duration: 200ms;
1551
+ }
1552
+ .duration-300 {
1553
+ --tw-duration: 300ms;
1554
+ transition-duration: 300ms;
1555
+ }
1556
+ .ease-in {
1557
+ --tw-ease: var(--ease-in);
1558
+ transition-timing-function: var(--ease-in);
1559
+ }
1560
+ .ease-in-out {
1561
+ --tw-ease: var(--ease-in-out);
1562
+ transition-timing-function: var(--ease-in-out);
1563
+ }
1564
+ .ease-out {
1565
+ --tw-ease: var(--ease-out);
1566
+ transition-timing-function: var(--ease-out);
1567
+ }
447
1568
  .select-none {
448
1569
  -webkit-user-select: none;
449
1570
  user-select: none;
450
1571
  }
1572
+ .group-hover\:flex {
1573
+ &:is(:where(.group):hover *) {
1574
+ @media (hover: hover) {
1575
+ display: flex;
1576
+ }
1577
+ }
1578
+ }
451
1579
  .placeholder\:text-input-text {
452
1580
  &::placeholder {
453
1581
  color: var(--ws-input-text);
@@ -472,13 +1600,6 @@
472
1600
  }
473
1601
  }
474
1602
  }
475
- .hover\:text-grey-100 {
476
- &:hover {
477
- @media (hover: hover) {
478
- color: var(--ws-grey-100);
479
- }
480
- }
481
- }
482
1603
  .focus\:outline-none {
483
1604
  &:focus {
484
1605
  --tw-outline-style: none;
@@ -531,8 +1652,8 @@
531
1652
  --ws-primary-default: var(--ws-button-bg);
532
1653
  --ws-button-text: var(--ws-button-fg);
533
1654
  --ws-primary-hover: var(--vscode-button-hoverBackground, var(--theia-button-hoverBackground, var(--ws-palette-primary-700)));
534
- --ws-primary-light: var(--vscode-editorInfo-foreground, var(--theia-button-hoverBackground, var(--ws-palette-primary-200)));
535
- --ws-primary-dark: var(--vscode-editor-lineHighlightBackground, var(--theia-button-hoverBackground, var(--ws-palette-primary-700)));
1655
+ --ws-primary-light: var(--vscode-editorInfo-foreground, var(--vscode-button-background, var(--theia-button-hoverBackground, var(--theia-button-background, var(--ws-palette-primary-200)))));
1656
+ --ws-primary-dark: var(--vscode-editor-lineHighlightBackground, var(--vscode-button-foreground, var(--theia-button-hoverBackground, var(--theia-button-foreground, var(--ws-palette-primary-700)))));
536
1657
  --ws-primary-200: var(--ws-primary-light);
537
1658
  --ws-primary-500: var(--ws-primary-default);
538
1659
  --ws-primary-700: var(--ws-primary-hover);
@@ -620,12 +1741,40 @@
620
1741
  --ws-disable-bg: var(--vscode-button-disabledBackground, var(--theia-button-disabledBackground, var(--ws-palette-grey-300)));
621
1742
  --ws-disable-input: var(--vscode-button-disabledBackground, var(--theia-button-disabledBackground, var(--ws-palette-grey-200)));
622
1743
  --ws-text-muted: var(--vscode-descriptionForeground, var(--vscode-editor-foreground, var(--theia-descriptionForeground, var(--ws-palette-grey-100))));
623
- --ws-panel-0: var(--vscode-editor-background, var(--theia-editor-background, var(--ws-palette-grey-900)));
624
- --ws-panel-1: var(--vscode-sideBar-background, var(--theia-sideBar-background, var(--ws-palette-grey-700)));
625
- --ws-panel-2: var(--vscode-panel-background, var(--theia-panel-background, var(--ws-palette-grey-900)));
626
- --ws-panel-3: var(--vscode-editorGroupHeader-tabsBackground, var(--theia-editorGroupHeader-tabsBackground, var(--ws-palette-grey-900)));
627
- --ws-panel-4: var(--vscode-editorWidget-background, var(--theia-editorWidget-background, var(--ws-palette-grey-300)));
628
- --ws-panel-5: var(--vscode-editorWidget-background, var(--theia-editorWidget-background, var(--ws-palette-grey-950)));
1744
+ --ws-panel-base-ide: var(--vscode-editor-background, var(--theia-editor-background));
1745
+ --ws-panel-shift-ide: var(--vscode-editor-foreground, var(--theia-panel-foreground));
1746
+ --ws-panel-0-mix: var(--ws-panel-base-ide);
1747
+ --ws-panel-1-mix: var(--ws-panel-base-ide);
1748
+ @supports (color: color-mix(in lab, red, red)) {
1749
+ --ws-panel-1-mix: color-mix(in srgb, var(--ws-panel-base-ide) 96%, var(--ws-panel-shift-ide));
1750
+ }
1751
+ --ws-panel-2-mix: var(--ws-panel-base-ide);
1752
+ @supports (color: color-mix(in lab, red, red)) {
1753
+ --ws-panel-2-mix: color-mix(in srgb, var(--ws-panel-base-ide) 92%, var(--ws-panel-shift-ide));
1754
+ }
1755
+ --ws-panel-3-mix: var(--ws-panel-base-ide);
1756
+ @supports (color: color-mix(in lab, red, red)) {
1757
+ --ws-panel-3-mix: color-mix(in srgb, var(--ws-panel-base-ide) 88%, var(--ws-panel-shift-ide));
1758
+ }
1759
+ --ws-panel-4-mix: var(--ws-panel-base-ide);
1760
+ @supports (color: color-mix(in lab, red, red)) {
1761
+ --ws-panel-4-mix: color-mix(in srgb, var(--ws-panel-base-ide) 84%, var(--ws-panel-shift-ide));
1762
+ }
1763
+ --ws-panel-5-mix: var(--ws-panel-base-ide);
1764
+ @supports (color: color-mix(in lab, red, red)) {
1765
+ --ws-panel-5-mix: color-mix(in srgb, var(--ws-panel-base-ide) 80%, var(--ws-panel-shift-ide));
1766
+ }
1767
+ --ws-panel-light-mix: var(--ws-panel-base-ide);
1768
+ @supports (color: color-mix(in lab, red, red)) {
1769
+ --ws-panel-light-mix: color-mix(in srgb, var(--ws-panel-base-ide) 90%, var(--ws-panel-shift-ide));
1770
+ }
1771
+ --ws-panel-0: var(--ws-panel-0-mix, var(--ws-palette-grey-900));
1772
+ --ws-panel-1: var(--ws-panel-1-mix, var(--ws-palette-grey-700));
1773
+ --ws-panel-2: var(--ws-panel-2-mix, var(--ws-palette-grey-900));
1774
+ --ws-panel-3: var(--ws-panel-3-mix, var(--ws-palette-grey-900));
1775
+ --ws-panel-4: var(--ws-panel-4-mix, var(--ws-palette-grey-300));
1776
+ --ws-panel-5: var(--ws-panel-5-mix, var(--ws-palette-grey-950));
1777
+ --ws-panel-light: var(--ws-panel-light-mix, var(--ws-palette-grey-200));
629
1778
  --ws-panel-border-subtle: var(--vscode-panel-border, var(--theia-border-color, var(--ws-palette-grey-100)));
630
1779
  --ws-panel-border-strong: var(--vscode-contrastBorder, var(--theia-contrastBorder, var(--ws-palette-grey-300)));
631
1780
  --ws-tab-bg-default: var(--vscode-editorGroupHeader-tabsBackground, var(--ws-palette-grey-900));
@@ -644,6 +1793,41 @@
644
1793
  --ws-panel-title-inactive-fg: var(--vscode-panelTitle-inactiveForeground, var(--ws-palette-grey-100));
645
1794
  }
646
1795
  }
1796
+ @property --tw-scale-x {
1797
+ syntax: "*";
1798
+ inherits: false;
1799
+ initial-value: 1;
1800
+ }
1801
+ @property --tw-scale-y {
1802
+ syntax: "*";
1803
+ inherits: false;
1804
+ initial-value: 1;
1805
+ }
1806
+ @property --tw-scale-z {
1807
+ syntax: "*";
1808
+ inherits: false;
1809
+ initial-value: 1;
1810
+ }
1811
+ @property --tw-rotate-x {
1812
+ syntax: "*";
1813
+ inherits: false;
1814
+ }
1815
+ @property --tw-rotate-y {
1816
+ syntax: "*";
1817
+ inherits: false;
1818
+ }
1819
+ @property --tw-rotate-z {
1820
+ syntax: "*";
1821
+ inherits: false;
1822
+ }
1823
+ @property --tw-skew-x {
1824
+ syntax: "*";
1825
+ inherits: false;
1826
+ }
1827
+ @property --tw-skew-y {
1828
+ syntax: "*";
1829
+ inherits: false;
1830
+ }
647
1831
  @property --tw-space-y-reverse {
648
1832
  syntax: "*";
649
1833
  inherits: false;
@@ -658,12 +1842,186 @@
658
1842
  syntax: "*";
659
1843
  inherits: false;
660
1844
  }
1845
+ @property --tw-font-weight {
1846
+ syntax: "*";
1847
+ inherits: false;
1848
+ }
1849
+ @property --tw-shadow {
1850
+ syntax: "*";
1851
+ inherits: false;
1852
+ initial-value: 0 0 #0000;
1853
+ }
1854
+ @property --tw-shadow-color {
1855
+ syntax: "*";
1856
+ inherits: false;
1857
+ }
1858
+ @property --tw-shadow-alpha {
1859
+ syntax: "<percentage>";
1860
+ inherits: false;
1861
+ initial-value: 100%;
1862
+ }
1863
+ @property --tw-inset-shadow {
1864
+ syntax: "*";
1865
+ inherits: false;
1866
+ initial-value: 0 0 #0000;
1867
+ }
1868
+ @property --tw-inset-shadow-color {
1869
+ syntax: "*";
1870
+ inherits: false;
1871
+ }
1872
+ @property --tw-inset-shadow-alpha {
1873
+ syntax: "<percentage>";
1874
+ inherits: false;
1875
+ initial-value: 100%;
1876
+ }
1877
+ @property --tw-ring-color {
1878
+ syntax: "*";
1879
+ inherits: false;
1880
+ }
1881
+ @property --tw-ring-shadow {
1882
+ syntax: "*";
1883
+ inherits: false;
1884
+ initial-value: 0 0 #0000;
1885
+ }
1886
+ @property --tw-inset-ring-color {
1887
+ syntax: "*";
1888
+ inherits: false;
1889
+ }
1890
+ @property --tw-inset-ring-shadow {
1891
+ syntax: "*";
1892
+ inherits: false;
1893
+ initial-value: 0 0 #0000;
1894
+ }
1895
+ @property --tw-ring-inset {
1896
+ syntax: "*";
1897
+ inherits: false;
1898
+ }
1899
+ @property --tw-ring-offset-width {
1900
+ syntax: "<length>";
1901
+ inherits: false;
1902
+ initial-value: 0px;
1903
+ }
1904
+ @property --tw-ring-offset-color {
1905
+ syntax: "*";
1906
+ inherits: false;
1907
+ initial-value: #fff;
1908
+ }
1909
+ @property --tw-ring-offset-shadow {
1910
+ syntax: "*";
1911
+ inherits: false;
1912
+ initial-value: 0 0 #0000;
1913
+ }
1914
+ @property --tw-outline-style {
1915
+ syntax: "*";
1916
+ inherits: false;
1917
+ initial-value: solid;
1918
+ }
1919
+ @property --tw-blur {
1920
+ syntax: "*";
1921
+ inherits: false;
1922
+ }
1923
+ @property --tw-brightness {
1924
+ syntax: "*";
1925
+ inherits: false;
1926
+ }
1927
+ @property --tw-contrast {
1928
+ syntax: "*";
1929
+ inherits: false;
1930
+ }
1931
+ @property --tw-grayscale {
1932
+ syntax: "*";
1933
+ inherits: false;
1934
+ }
1935
+ @property --tw-hue-rotate {
1936
+ syntax: "*";
1937
+ inherits: false;
1938
+ }
1939
+ @property --tw-invert {
1940
+ syntax: "*";
1941
+ inherits: false;
1942
+ }
1943
+ @property --tw-opacity {
1944
+ syntax: "*";
1945
+ inherits: false;
1946
+ }
1947
+ @property --tw-saturate {
1948
+ syntax: "*";
1949
+ inherits: false;
1950
+ }
1951
+ @property --tw-sepia {
1952
+ syntax: "*";
1953
+ inherits: false;
1954
+ }
1955
+ @property --tw-drop-shadow {
1956
+ syntax: "*";
1957
+ inherits: false;
1958
+ }
1959
+ @property --tw-drop-shadow-color {
1960
+ syntax: "*";
1961
+ inherits: false;
1962
+ }
1963
+ @property --tw-drop-shadow-alpha {
1964
+ syntax: "<percentage>";
1965
+ inherits: false;
1966
+ initial-value: 100%;
1967
+ }
1968
+ @property --tw-drop-shadow-size {
1969
+ syntax: "*";
1970
+ inherits: false;
1971
+ }
1972
+ @property --tw-duration {
1973
+ syntax: "*";
1974
+ inherits: false;
1975
+ }
1976
+ @property --tw-ease {
1977
+ syntax: "*";
1978
+ inherits: false;
1979
+ }
661
1980
  @layer properties {
662
1981
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
663
1982
  *, ::before, ::after, ::backdrop {
1983
+ --tw-scale-x: 1;
1984
+ --tw-scale-y: 1;
1985
+ --tw-scale-z: 1;
1986
+ --tw-rotate-x: initial;
1987
+ --tw-rotate-y: initial;
1988
+ --tw-rotate-z: initial;
1989
+ --tw-skew-x: initial;
1990
+ --tw-skew-y: initial;
664
1991
  --tw-space-y-reverse: 0;
665
1992
  --tw-border-style: solid;
666
1993
  --tw-leading: initial;
1994
+ --tw-font-weight: initial;
1995
+ --tw-shadow: 0 0 #0000;
1996
+ --tw-shadow-color: initial;
1997
+ --tw-shadow-alpha: 100%;
1998
+ --tw-inset-shadow: 0 0 #0000;
1999
+ --tw-inset-shadow-color: initial;
2000
+ --tw-inset-shadow-alpha: 100%;
2001
+ --tw-ring-color: initial;
2002
+ --tw-ring-shadow: 0 0 #0000;
2003
+ --tw-inset-ring-color: initial;
2004
+ --tw-inset-ring-shadow: 0 0 #0000;
2005
+ --tw-ring-inset: initial;
2006
+ --tw-ring-offset-width: 0px;
2007
+ --tw-ring-offset-color: #fff;
2008
+ --tw-ring-offset-shadow: 0 0 #0000;
2009
+ --tw-outline-style: solid;
2010
+ --tw-blur: initial;
2011
+ --tw-brightness: initial;
2012
+ --tw-contrast: initial;
2013
+ --tw-grayscale: initial;
2014
+ --tw-hue-rotate: initial;
2015
+ --tw-invert: initial;
2016
+ --tw-opacity: initial;
2017
+ --tw-saturate: initial;
2018
+ --tw-sepia: initial;
2019
+ --tw-drop-shadow: initial;
2020
+ --tw-drop-shadow-color: initial;
2021
+ --tw-drop-shadow-alpha: 100%;
2022
+ --tw-drop-shadow-size: initial;
2023
+ --tw-duration: initial;
2024
+ --tw-ease: initial;
667
2025
  }
668
2026
  }
669
- }
2027
+ }