@accelint/design-toolkit 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/components/accordion/styles.d.ts +1 -1
  2. package/dist/components/avatar/styles.d.ts +1 -1
  3. package/dist/components/badge/styles.d.ts +1 -1
  4. package/dist/components/button/styles.d.ts +3 -3
  5. package/dist/components/checkbox/styles.d.ts +1 -1
  6. package/dist/components/chip/styles.d.ts +4 -4
  7. package/dist/components/color-picker/styles.d.ts +1 -1
  8. package/dist/components/combobox-field/styles.d.ts +3 -3
  9. package/dist/components/date-field/index.d.ts +1 -3
  10. package/dist/components/date-field/index.js +1 -1
  11. package/dist/components/date-field/index.js.map +1 -1
  12. package/dist/components/date-field/styles.d.ts +41 -51
  13. package/dist/components/date-field/styles.js +1 -1
  14. package/dist/components/date-field/styles.js.map +1 -1
  15. package/dist/components/date-field/types.d.ts +12 -15
  16. package/dist/components/details-list/styles.d.ts +1 -1
  17. package/dist/components/dialog/index.d.ts +28 -38
  18. package/dist/components/dialog/index.js +1 -1
  19. package/dist/components/dialog/index.js.map +1 -1
  20. package/dist/components/dialog/styles.d.ts +60 -0
  21. package/dist/components/dialog/styles.js +2 -0
  22. package/dist/components/dialog/styles.js.map +1 -0
  23. package/dist/components/dialog/types.d.ts +14 -0
  24. package/dist/components/dialog/types.js +2 -0
  25. package/dist/components/dialog/types.js.map +1 -0
  26. package/dist/components/hero/styles.d.ts +1 -1
  27. package/dist/components/hotkey/styles.d.ts +1 -1
  28. package/dist/components/icon/styles.d.ts +1 -1
  29. package/dist/components/input/styles.d.ts +1 -1
  30. package/dist/components/label/styles.d.ts +1 -1
  31. package/dist/components/menu/styles.d.ts +1 -1
  32. package/dist/components/options/styles.d.ts +3 -3
  33. package/dist/components/options/types.d.ts +1 -1
  34. package/dist/components/popover/styles.d.ts +1 -1
  35. package/dist/components/radio/styles.d.ts +1 -1
  36. package/dist/components/search-field/styles.d.ts +1 -1
  37. package/dist/components/select-field/styles.d.ts +4 -4
  38. package/dist/components/skeleton/styles.d.ts +1 -1
  39. package/dist/components/slider/index.d.ts +4 -43
  40. package/dist/components/slider/index.js +1 -1
  41. package/dist/components/slider/index.js.map +1 -1
  42. package/dist/components/slider/styles.d.ts +84 -0
  43. package/dist/components/slider/styles.js +2 -0
  44. package/dist/components/slider/styles.js.map +1 -0
  45. package/dist/components/slider/types.d.ts +22 -0
  46. package/dist/components/slider/types.js +2 -0
  47. package/dist/components/slider/types.js.map +1 -0
  48. package/dist/components/switch/styles.d.ts +1 -1
  49. package/dist/components/text-area-field/styles.d.ts +4 -4
  50. package/dist/components/text-field/styles.d.ts +4 -4
  51. package/dist/components/tooltip/index.js +1 -1
  52. package/dist/components/tooltip/index.js.map +1 -1
  53. package/dist/components/tooltip/styles.d.ts +1 -1
  54. package/dist/index.css +3 -3
  55. package/dist/index.d.ts +9 -5
  56. package/dist/index.js +1 -1
  57. package/dist/lib/utils.d.ts +15 -5
  58. package/dist/lib/utils.js +1 -1
  59. package/dist/lib/utils.js.map +1 -1
  60. package/dist/metafile-esm.json +1 -1
  61. package/dist/styles.css +503 -141
  62. package/dist/tokens/index.js.map +1 -1
  63. package/dist/tokens/themes.css +12 -0
  64. package/dist/tokens/tokens.css +12 -0
  65. package/dist/variants/variants.css +13 -0
  66. package/package.json +14 -7
package/dist/styles.css CHANGED
@@ -397,24 +397,9 @@
397
397
  .inset-0 {
398
398
  inset: var(--spacing-0);
399
399
  }
400
- .top-1\/2 {
401
- top: calc(1/2 * 100%);
402
- }
403
- .top-\[50\%\] {
404
- top: 50%;
405
- }
406
400
  .top-\[var\(--classification-banner-height\)\] {
407
401
  top: var(--classification-banner-height);
408
402
  }
409
- .left-1\/2 {
410
- left: calc(1/2 * 100%);
411
- }
412
- .left-\[50\%\] {
413
- left: 50%;
414
- }
415
- .left-s {
416
- left: var(--spacing-s);
417
- }
418
403
  .z-1 {
419
404
  z-index: 1;
420
405
  }
@@ -433,9 +418,6 @@
433
418
  .order-1 {
434
419
  order: 1;
435
420
  }
436
- .order-2 {
437
- order: 2;
438
- }
439
421
  .order-3 {
440
422
  order: 3;
441
423
  }
@@ -454,12 +436,6 @@
454
436
  .col-\[var\(--drawer-main-cols\)\] {
455
437
  grid-column: var(--drawer-main-cols);
456
438
  }
457
- .col-span-2 {
458
- grid-column: span 2 / span 2;
459
- }
460
- .col-span-3 {
461
- grid-column: span 3 / span 3;
462
- }
463
439
  .col-span-full {
464
440
  grid-column: 1 / -1;
465
441
  }
@@ -469,30 +445,12 @@
469
445
  .col-start-2 {
470
446
  grid-column-start: 2;
471
447
  }
472
- .col-start-3 {
473
- grid-column-start: 3;
474
- }
475
448
  .\[grid-row\:1\] {
476
449
  grid-row: 1;
477
450
  }
478
451
  .row-\[var\(--drawer-main-rows\)\] {
479
452
  grid-row: var(--drawer-main-rows);
480
453
  }
481
- .row-span-3 {
482
- grid-row: span 3 / span 3;
483
- }
484
- .row-start-1 {
485
- grid-row-start: 1;
486
- }
487
- .row-start-2 {
488
- grid-row-start: 2;
489
- }
490
- .row-start-3 {
491
- grid-row-start: 3;
492
- }
493
- .row-start-4 {
494
- grid-row-start: 4;
495
- }
496
454
  .container {
497
455
  width: 100%;
498
456
  @media (width >= 40rem) {
@@ -538,9 +496,6 @@
538
496
  .mt-xl {
539
497
  margin-top: var(--spacing-xl);
540
498
  }
541
- .mb-m {
542
- margin-bottom: var(--spacing-m);
543
- }
544
499
  .mb-s {
545
500
  margin-bottom: var(--spacing-s);
546
501
  }
@@ -644,18 +599,12 @@
644
599
  .h-oversized {
645
600
  height: var(--spacing-oversized);
646
601
  }
647
- .h-s {
648
- height: var(--spacing-s);
649
- }
650
602
  .h-screen {
651
603
  height: 100vh;
652
604
  }
653
605
  .h-xl {
654
606
  height: var(--spacing-xl);
655
607
  }
656
- .h-xxs {
657
- height: var(--spacing-xxs);
658
- }
659
608
  .max-h-\[200px\] {
660
609
  max-height: 200px;
661
610
  }
@@ -782,36 +731,21 @@
782
731
  .w-m {
783
732
  width: var(--spacing-m);
784
733
  }
785
- .w-s {
786
- width: var(--spacing-s);
787
- }
788
734
  .w-xl {
789
735
  width: var(--spacing-xl);
790
736
  }
791
- .w-xxs {
792
- width: var(--spacing-xxs);
793
- }
794
737
  .max-w-\[160px\] {
795
738
  max-width: 160px;
796
739
  }
797
740
  .max-w-\[280px\] {
798
741
  max-width: 280px;
799
742
  }
800
- .max-w-\[720px\] {
801
- max-width: 720px;
802
- }
803
743
  .min-w-\(--trigger-width\) {
804
744
  min-width: var(--trigger-width);
805
745
  }
806
746
  .min-w-0 {
807
747
  min-width: var(--spacing-0);
808
748
  }
809
- .min-w-\[280px\] {
810
- min-width: 280px;
811
- }
812
- .min-w-\[320px\] {
813
- min-width: 320px;
814
- }
815
749
  .min-w-\[calc\(var\(--trigger-width\)\+\(var\(--spacing-s\)\*2\)\)\] {
816
750
  min-width: calc(var(--trigger-width) + (var(--spacing-s) * 2));
817
751
  }
@@ -833,22 +767,6 @@
833
767
  .grow {
834
768
  flex-grow: 1;
835
769
  }
836
- .translate-x-\[40\%\] {
837
- --tw-translate-x: 40%;
838
- translate: var(--tw-translate-x) var(--tw-translate-y);
839
- }
840
- .-translate-y-1\/2 {
841
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
842
- translate: var(--tw-translate-x) var(--tw-translate-y);
843
- }
844
- .translate-y-1\/2 {
845
- --tw-translate-y: calc(1/2 * 100%);
846
- translate: var(--tw-translate-x) var(--tw-translate-y);
847
- }
848
- .translate-y-\[50\%\] {
849
- --tw-translate-y: 50%;
850
- translate: var(--tw-translate-x) var(--tw-translate-y);
851
- }
852
770
  .transform {
853
771
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
854
772
  }
@@ -885,42 +803,21 @@
885
803
  .grid-cols-\[auto_1fr\] {
886
804
  grid-template-columns: auto 1fr;
887
805
  }
888
- .grid-cols-\[auto_1fr_auto\] {
889
- grid-template-columns: auto 1fr auto;
890
- }
891
806
  .grid-cols-\[auto_auto_1fr_auto\] {
892
807
  grid-template-columns: auto auto 1fr auto;
893
808
  }
894
- .grid-cols-\[auto_auto_1fr_auto_auto\] {
895
- grid-template-columns: auto auto 1fr auto auto;
896
- }
897
- .grid-cols-\[auto_auto_auto\] {
898
- grid-template-columns: auto auto auto;
899
- }
900
809
  .grid-cols-\[minmax\(100px\,_1fr\)_min-content\] {
901
810
  grid-template-columns: minmax(100px, 1fr) min-content;
902
811
  }
903
812
  .grid-cols-\[var\(--route-layout-grid-cols\)\] {
904
813
  grid-template-columns: var(--route-layout-grid-cols);
905
814
  }
906
- .grid-rows-1 {
907
- grid-template-rows: repeat(1, minmax(0, 1fr));
908
- }
909
- .grid-rows-\[auto_auto_1fr_auto\] {
910
- grid-template-rows: auto auto 1fr auto;
911
- }
912
- .grid-rows-\[auto_auto_auto\] {
913
- grid-template-rows: auto auto auto;
914
- }
915
815
  .grid-rows-\[var\(--route-layout-grid-rows\)\] {
916
816
  grid-template-rows: var(--route-layout-grid-rows);
917
817
  }
918
818
  .flex-col {
919
819
  flex-direction: column;
920
820
  }
921
- .flex-col-reverse {
922
- flex-direction: column-reverse;
923
- }
924
821
  .flex-row {
925
822
  flex-direction: row;
926
823
  }
@@ -1009,15 +906,6 @@
1009
906
  .gap-y-xxl {
1010
907
  row-gap: var(--spacing-xxl);
1011
908
  }
1012
- .self-end {
1013
- align-self: flex-end;
1014
- }
1015
- .justify-self-center {
1016
- justify-self: center;
1017
- }
1018
- .justify-self-end {
1019
- justify-self: flex-end;
1020
- }
1021
909
  .truncate {
1022
910
  overflow: hidden;
1023
911
  text-overflow: ellipsis;
@@ -1764,6 +1652,11 @@
1764
1652
  rotate: 180deg;
1765
1653
  }
1766
1654
  }
1655
+ .group-invalid\/date-field\:outline-serious {
1656
+ &:is(:where(.group\/date-field):where([invalid], [data-invalid], :invalid) *) {
1657
+ outline-color: var(--color-serious);
1658
+ }
1659
+ }
1767
1660
  .group-empty\/input\:invisible {
1768
1661
  &:is(:where(.group\/input):where([data-empty], :empty) *) {
1769
1662
  visibility: hidden;
@@ -1985,6 +1878,11 @@
1985
1878
  color: var(--color-disabled);
1986
1879
  }
1987
1880
  }
1881
+ .group-disabled\/date-field\:outline-interactive-disabled {
1882
+ &:is(:where(.group\/date-field):where([disabled], [data-disabled], :disabled) *) {
1883
+ outline-color: var(--color-interactive-disabled);
1884
+ }
1885
+ }
1988
1886
  .group-disabled\/menu-item\:fg-disabled {
1989
1887
  &:is(:where(.group\/menu-item):where([disabled], [data-disabled], :disabled) *) {
1990
1888
  color: var(--color-disabled);
@@ -2386,6 +2284,49 @@
2386
2284
  border-bottom-left-radius: var(--radius-none);
2387
2285
  }
2388
2286
  }
2287
+ .group-size-large\/dialog\:mt-xl {
2288
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2289
+ margin-top: var(--spacing-xl);
2290
+ }
2291
+ }
2292
+ .group-size-large\/dialog\:mb-m {
2293
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2294
+ margin-bottom: var(--spacing-m);
2295
+ }
2296
+ }
2297
+ .group-size-large\/dialog\:min-w-\[320px\] {
2298
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2299
+ min-width: 320px;
2300
+ }
2301
+ }
2302
+ .group-size-large\/dialog\:gap-l {
2303
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2304
+ gap: var(--spacing-l);
2305
+ }
2306
+ }
2307
+ .group-size-large\/dialog\:rounded-large {
2308
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2309
+ border-radius: var(--radius-large);
2310
+ }
2311
+ }
2312
+ .group-size-large\/dialog\:rounded-medium {
2313
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2314
+ border-radius: var(--radius-medium);
2315
+ }
2316
+ }
2317
+ .group-size-large\/dialog\:p-xl {
2318
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2319
+ padding: var(--spacing-xl);
2320
+ }
2321
+ }
2322
+ .group-size-large\/dialog\:text-header-l {
2323
+ &:is(:where(.group\/dialog):where([data-size="large"]) *) {
2324
+ font-size: var(--typography-header-l-size);
2325
+ font-weight: 500;
2326
+ letter-spacing: var(--typography-header-l-spacing);
2327
+ line-height: var(--typography-header-l-height);
2328
+ }
2329
+ }
2389
2330
  .group-placement-left\/drawer\:group-size-large\/drawer\:w-\[var\(--drawer-size-large\)\] {
2390
2331
  &:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
2391
2332
  &:is(:where(.group\/drawer):where([data-size="large"]) *) {
@@ -2456,6 +2397,14 @@
2456
2397
  line-height: var(--typography-body-s-height);
2457
2398
  }
2458
2399
  }
2400
+ .group-size-medium\/date-field\:text-body-s {
2401
+ &:is(:where(.group\/date-field):where([data-size="medium"]) *) {
2402
+ font-size: var(--typography-body-s-size);
2403
+ font-weight: 400;
2404
+ letter-spacing: var(--typography-body-s-spacing);
2405
+ line-height: var(--typography-body-s-height);
2406
+ }
2407
+ }
2459
2408
  .group-placement-left\/drawer\:group-size-medium\/drawer\:w-\[var\(--drawer-size-medium\)\] {
2460
2409
  &:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
2461
2410
  &:is(:where(.group\/drawer):where([data-size="medium"]) *) {
@@ -2575,6 +2524,62 @@
2575
2524
  line-height: var(--typography-body-xs-height);
2576
2525
  }
2577
2526
  }
2527
+ .group-size-small\/date-field\:text-body-xs {
2528
+ &:is(:where(.group\/date-field):where([data-size="small"]) *) {
2529
+ font-size: var(--typography-body-xs-size);
2530
+ font-weight: 400;
2531
+ letter-spacing: var(--typography-body-xs-spacing);
2532
+ line-height: var(--typography-body-xs-height);
2533
+ }
2534
+ }
2535
+ .group-size-small\/dialog\:mt-l {
2536
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2537
+ margin-top: var(--spacing-l);
2538
+ }
2539
+ }
2540
+ .group-size-small\/dialog\:mb-s {
2541
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2542
+ margin-bottom: var(--spacing-s);
2543
+ }
2544
+ }
2545
+ .group-size-small\/dialog\:w-\[280px\] {
2546
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2547
+ width: 280px;
2548
+ }
2549
+ }
2550
+ .group-size-small\/dialog\:w-\[280px\] {
2551
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2552
+ width: 280px;
2553
+ }
2554
+ }
2555
+ .group-size-small\/dialog\:max-w-\[720px\] {
2556
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2557
+ max-width: 720px;
2558
+ }
2559
+ }
2560
+ .group-size-small\/dialog\:gap-xs {
2561
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2562
+ gap: var(--spacing-xs);
2563
+ }
2564
+ }
2565
+ .group-size-small\/dialog\:rounded-medium {
2566
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2567
+ border-radius: var(--radius-medium);
2568
+ }
2569
+ }
2570
+ .group-size-small\/dialog\:p-l {
2571
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2572
+ padding: var(--spacing-l);
2573
+ }
2574
+ }
2575
+ .group-size-small\/dialog\:text-header-m {
2576
+ &:is(:where(.group\/dialog):where([data-size="small"]) *) {
2577
+ font-size: var(--typography-header-m-size);
2578
+ font-weight: 500;
2579
+ letter-spacing: var(--typography-header-m-spacing);
2580
+ line-height: var(--typography-header-m-height);
2581
+ }
2582
+ }
2578
2583
  .group-placement-left\/drawer\:group-size-small\/drawer\:w-\[var\(--drawer-size-small\)\] {
2579
2584
  &:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
2580
2585
  &:is(:where(.group\/drawer):where([data-size="small"]) *) {
@@ -2701,6 +2706,21 @@
2701
2706
  left: var(--spacing-xs);
2702
2707
  }
2703
2708
  }
2709
+ .group-layout-grid\/slider\:col-start-1 {
2710
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2711
+ grid-column-start: 1;
2712
+ }
2713
+ }
2714
+ .group-layout-grid\/slider\:col-start-3 {
2715
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2716
+ grid-column-start: 3;
2717
+ }
2718
+ }
2719
+ .group-layout-grid\/slider\:row-start-1 {
2720
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2721
+ grid-row-start: 1;
2722
+ }
2723
+ }
2704
2724
  .group-layout-stack\/hero\:mb-l {
2705
2725
  &:is(:where(.group\/hero):where([data-layout="stack"]) *) {
2706
2726
  margin-bottom: var(--spacing-l);
@@ -2780,6 +2800,94 @@
2780
2800
  flex-basis: calc(1/3 * 100%);
2781
2801
  }
2782
2802
  }
2803
+ .group-orientation-horizontal\/slider\:top-1\/2 {
2804
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2805
+ top: calc(1/2 * 100%);
2806
+ }
2807
+ }
2808
+ .group-orientation-horizontal\/slider\:right-\[calc\(100\%-attr\(data-end_\%\)\*100\)\] {
2809
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2810
+ right: calc(100% - attr(data-end %) * 100);
2811
+ }
2812
+ }
2813
+ .group-orientation-horizontal\/slider\:left-\[calc\(attr\(data-start_\%\)\*100\)\] {
2814
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2815
+ left: calc(attr(data-start %) * 100);
2816
+ }
2817
+ }
2818
+ .group-orientation-horizontal\/slider\:order-2 {
2819
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2820
+ order: 2;
2821
+ }
2822
+ }
2823
+ .group-orientation-horizontal\/slider\:h-\[20px\] {
2824
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2825
+ height: 20px;
2826
+ }
2827
+ }
2828
+ .group-orientation-horizontal\/slider\:h-xxs {
2829
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2830
+ height: var(--spacing-xxs);
2831
+ }
2832
+ }
2833
+ .group-orientation-horizontal\/slider\:w-full {
2834
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2835
+ width: 100%;
2836
+ }
2837
+ }
2838
+ .group-orientation-horizontal\/slider\:-translate-y-1\/2 {
2839
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2840
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
2841
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2842
+ }
2843
+ }
2844
+ .group-orientation-horizontal\/slider\:flex-row {
2845
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2846
+ flex-direction: row;
2847
+ }
2848
+ }
2849
+ .group-orientation-horizontal\/slider\:group-layout-grid\/slider\:col-span-3 {
2850
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2851
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2852
+ grid-column: span 3 / span 3;
2853
+ }
2854
+ }
2855
+ }
2856
+ .group-orientation-horizontal\/slider\:group-layout-grid\/slider\:col-start-1 {
2857
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2858
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2859
+ grid-column-start: 1;
2860
+ }
2861
+ }
2862
+ }
2863
+ .group-orientation-horizontal\/slider\:group-layout-grid\/slider\:col-start-3 {
2864
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2865
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2866
+ grid-column-start: 3;
2867
+ }
2868
+ }
2869
+ }
2870
+ .group-orientation-horizontal\/slider\:group-layout-grid\/slider\:row-start-2 {
2871
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2872
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2873
+ grid-row-start: 2;
2874
+ }
2875
+ }
2876
+ }
2877
+ .group-orientation-horizontal\/slider\:group-layout-grid\/slider\:row-start-3 {
2878
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2879
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2880
+ grid-row-start: 3;
2881
+ }
2882
+ }
2883
+ }
2884
+ .group-orientation-horizontal\/slider\:group-layout-grid\/slider\:justify-self-end {
2885
+ &:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
2886
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2887
+ justify-self: flex-end;
2888
+ }
2889
+ }
2890
+ }
2783
2891
  .group-orientation-vertical\:border {
2784
2892
  &:is(:where(.group):where([data-orientation="vertical"]) *) {
2785
2893
  border-style: var(--tw-border-style);
@@ -2801,6 +2909,128 @@
2801
2909
  padding-top: var(--spacing-0);
2802
2910
  }
2803
2911
  }
2912
+ .group-orientation-vertical\/slider\:top-\[calc\(100\%-attr\(data-end_\%\)\*100\)\] {
2913
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2914
+ top: calc(100% - attr(data-end %) * 100);
2915
+ }
2916
+ }
2917
+ .group-orientation-vertical\/slider\:bottom-\[calc\(attr\(data-start_\%\)\*100\)\] {
2918
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2919
+ bottom: calc(attr(data-start %) * 100);
2920
+ }
2921
+ }
2922
+ .group-orientation-vertical\/slider\:left-1\/2 {
2923
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2924
+ left: calc(1/2 * 100%);
2925
+ }
2926
+ }
2927
+ .group-orientation-vertical\/slider\:order-2 {
2928
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2929
+ order: 2;
2930
+ }
2931
+ }
2932
+ .group-orientation-vertical\/slider\:order-4 {
2933
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2934
+ order: 4;
2935
+ }
2936
+ }
2937
+ .group-orientation-vertical\/slider\:col-start-1 {
2938
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2939
+ grid-column-start: 1;
2940
+ }
2941
+ }
2942
+ .group-orientation-vertical\/slider\:row-start-4 {
2943
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2944
+ grid-row-start: 4;
2945
+ }
2946
+ }
2947
+ .group-orientation-vertical\/slider\:h-full {
2948
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2949
+ height: 100%;
2950
+ }
2951
+ }
2952
+ .group-orientation-vertical\/slider\:w-\[20px\] {
2953
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2954
+ width: 20px;
2955
+ }
2956
+ }
2957
+ .group-orientation-vertical\/slider\:w-\[20px\] {
2958
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2959
+ width: 20px;
2960
+ }
2961
+ }
2962
+ .group-orientation-vertical\/slider\:w-xxs {
2963
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2964
+ width: var(--spacing-xxs);
2965
+ }
2966
+ }
2967
+ .group-orientation-vertical\/slider\:-translate-x-1\/2 {
2968
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2969
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
2970
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2971
+ }
2972
+ }
2973
+ .group-orientation-vertical\/slider\:flex-col-reverse {
2974
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2975
+ flex-direction: column-reverse;
2976
+ }
2977
+ }
2978
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:col-span-2 {
2979
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2980
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2981
+ grid-column: span 2 / span 2;
2982
+ }
2983
+ }
2984
+ }
2985
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:col-start-1 {
2986
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2987
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2988
+ grid-column-start: 1;
2989
+ }
2990
+ }
2991
+ }
2992
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:col-start-2 {
2993
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
2994
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
2995
+ grid-column-start: 2;
2996
+ }
2997
+ }
2998
+ }
2999
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:row-span-3 {
3000
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
3001
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
3002
+ grid-row: span 3 / span 3;
3003
+ }
3004
+ }
3005
+ }
3006
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:row-start-2 {
3007
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
3008
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
3009
+ grid-row-start: 2;
3010
+ }
3011
+ }
3012
+ }
3013
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:row-start-4 {
3014
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
3015
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
3016
+ grid-row-start: 4;
3017
+ }
3018
+ }
3019
+ }
3020
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:self-end {
3021
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
3022
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
3023
+ align-self: flex-end;
3024
+ }
3025
+ }
3026
+ }
3027
+ .group-orientation-vertical\/slider\:group-layout-grid\/slider\:justify-self-end {
3028
+ &:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
3029
+ &:is(:where(.group\/slider):where([data-layout="grid"]) *) {
3030
+ justify-self: flex-end;
3031
+ }
3032
+ }
3033
+ }
2804
3034
  .group-expanded\/accordion\:rotate-180 {
2805
3035
  &:is(:where(.group\/accordion):where([expanded], [data-expanded]) *) {
2806
3036
  rotate: 180deg;
@@ -2939,6 +3169,13 @@
2939
3169
  }
2940
3170
  }
2941
3171
  }
3172
+ .group-disabled\/date-field\:placeholder\:text-disabled {
3173
+ &:is(:where(.group\/date-field):where([disabled], [data-disabled], :disabled) *) {
3174
+ &::placeholder {
3175
+ color: var(--color-disabled);
3176
+ }
3177
+ }
3178
+ }
2942
3179
  .group-disabled\/text-area-field\:placeholder\:text-disabled {
2943
3180
  &:is(:where(.group\/text-area-field):where([disabled], [data-disabled], :disabled) *) {
2944
3181
  &::placeholder {
@@ -3082,9 +3319,9 @@
3082
3319
  }
3083
3320
  }
3084
3321
  }
3085
- .invalid\:outline-serious {
3086
- &:where([invalid], [data-invalid], :invalid) {
3087
- outline-color: var(--color-serious);
3322
+ .placeholder-shown\:text-default-dark {
3323
+ &:where([data-placeholder], :placeholder-shown) {
3324
+ color: var(--color-default-dark);
3088
3325
  }
3089
3326
  }
3090
3327
  .empty\:hidden {
@@ -4162,11 +4399,6 @@
4162
4399
  padding-block: var(--spacing-xs);
4163
4400
  }
4164
4401
  }
4165
- .size-medium\:pl-\[32px\] {
4166
- &:where([data-size="medium"]) {
4167
- padding-left: 32px;
4168
- }
4169
- }
4170
4402
  .size-medium\:text-body-s {
4171
4403
  &:where([data-size="medium"]) {
4172
4404
  font-size: var(--typography-body-s-size);
@@ -4307,11 +4539,77 @@
4307
4539
  --icon-size: var(--icon-size-xs);
4308
4540
  }
4309
4541
  }
4542
+ .group-size-medium\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-s-spacing\)\)\)\] {
4543
+ &:is(:where(.group\/date-field):where([data-size="medium"]) *) {
4544
+ &:where([data-type="month"]) {
4545
+ width: calc(2ch + (2 * var(--typography-body-s-spacing)));
4546
+ }
4547
+ }
4548
+ }
4549
+ .group-size-medium\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-s-spacing\)\)\)\] {
4550
+ &:is(:where(.group\/date-field):where([data-size="medium"]) *) {
4551
+ &:where([data-type="month"]) {
4552
+ width: calc(2ch + (2 * var(--typography-body-s-spacing)));
4553
+ }
4554
+ }
4555
+ }
4556
+ .group-size-medium\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-s-spacing\)\)\)\] {
4557
+ &:is(:where(.group\/date-field):where([data-size="medium"]) *) {
4558
+ &:where([data-type="month"]) {
4559
+ width: calc(3ch + (3 * var(--typography-body-s-spacing)));
4560
+ }
4561
+ }
4562
+ }
4563
+ .group-size-medium\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-s-spacing\)\)\)\] {
4564
+ &:is(:where(.group\/date-field):where([data-size="medium"]) *) {
4565
+ &:where([data-type="month"]) {
4566
+ width: calc(3ch + (3 * var(--typography-body-s-spacing)));
4567
+ }
4568
+ }
4569
+ }
4570
+ .group-size-small\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-xs-spacing\)\)\)\] {
4571
+ &:is(:where(.group\/date-field):where([data-size="small"]) *) {
4572
+ &:where([data-type="month"]) {
4573
+ width: calc(2ch + (2 * var(--typography-body-xs-spacing)));
4574
+ }
4575
+ }
4576
+ }
4577
+ .group-size-small\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-xs-spacing\)\)\)\] {
4578
+ &:is(:where(.group\/date-field):where([data-size="small"]) *) {
4579
+ &:where([data-type="month"]) {
4580
+ width: calc(2ch + (2 * var(--typography-body-xs-spacing)));
4581
+ }
4582
+ }
4583
+ }
4584
+ .group-size-small\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-xs-spacing\)\)\)\] {
4585
+ &:is(:where(.group\/date-field):where([data-size="small"]) *) {
4586
+ &:where([data-type="month"]) {
4587
+ width: calc(3ch + (3 * var(--typography-body-xs-spacing)));
4588
+ }
4589
+ }
4590
+ }
4591
+ .group-size-small\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-xs-spacing\)\)\)\] {
4592
+ &:is(:where(.group\/date-field):where([data-size="small"]) *) {
4593
+ &:where([data-type="month"]) {
4594
+ width: calc(3ch + (3 * var(--typography-body-xs-spacing)));
4595
+ }
4596
+ }
4597
+ }
4598
+ .layout-grid\:grid {
4599
+ &:where([data-layout="grid"]) {
4600
+ display: grid;
4601
+ }
4602
+ }
4310
4603
  .layout-grid\:pl-xxl {
4311
4604
  &:where([data-layout="grid"]) {
4312
4605
  padding-left: var(--spacing-xxl);
4313
4606
  }
4314
4607
  }
4608
+ .layout-stack\:flex {
4609
+ &:where([data-layout="stack"]) {
4610
+ display: flex;
4611
+ }
4612
+ }
4315
4613
  .layout-stack\:rounded-large {
4316
4614
  &:where([data-layout="stack"]) {
4317
4615
  border-radius: var(--radius-large);
@@ -4332,6 +4630,11 @@
4332
4630
  padding-block: var(--spacing-xl);
4333
4631
  }
4334
4632
  }
4633
+ .orientation-horizontal\:h-xl {
4634
+ &:where([data-orientation="horizontal"]) {
4635
+ height: var(--spacing-xl);
4636
+ }
4637
+ }
4335
4638
  .orientation-horizontal\:flex-col {
4336
4639
  &:where([data-orientation="horizontal"]) {
4337
4640
  flex-direction: column;
@@ -4347,6 +4650,44 @@
4347
4650
  flex-wrap: wrap;
4348
4651
  }
4349
4652
  }
4653
+ .orientation-horizontal\:layout-grid\:grid-cols-\[auto_1fr_auto\] {
4654
+ &:where([data-orientation="horizontal"]) {
4655
+ &:where([data-layout="grid"]) {
4656
+ grid-template-columns: auto 1fr auto;
4657
+ }
4658
+ }
4659
+ }
4660
+ .orientation-horizontal\:layout-grid\:grid-rows-\[auto_auto_auto\] {
4661
+ &:where([data-orientation="horizontal"]) {
4662
+ &:where([data-layout="grid"]) {
4663
+ grid-template-rows: auto auto auto;
4664
+ }
4665
+ }
4666
+ }
4667
+ .orientation-horizontal\:layout-stack\:w-full {
4668
+ &:where([data-orientation="horizontal"]) {
4669
+ &:where([data-layout="stack"]) {
4670
+ width: 100%;
4671
+ }
4672
+ }
4673
+ }
4674
+ .orientation-horizontal\:layout-stack\:items-center {
4675
+ &:where([data-orientation="horizontal"]) {
4676
+ &:where([data-layout="stack"]) {
4677
+ align-items: center;
4678
+ }
4679
+ }
4680
+ }
4681
+ .orientation-vertical\:h-full {
4682
+ &:where([data-orientation="vertical"]) {
4683
+ height: 100%;
4684
+ }
4685
+ }
4686
+ .orientation-vertical\:w-fit {
4687
+ &:where([data-orientation="vertical"]) {
4688
+ width: fit-content;
4689
+ }
4690
+ }
4350
4691
  .orientation-vertical\:flex-col {
4351
4692
  &:where([data-orientation="vertical"]) {
4352
4693
  flex-direction: column;
@@ -4357,6 +4698,27 @@
4357
4698
  gap: var(--spacing-xs);
4358
4699
  }
4359
4700
  }
4701
+ .orientation-vertical\:layout-grid\:grid-cols-\[auto_auto_auto\] {
4702
+ &:where([data-orientation="vertical"]) {
4703
+ &:where([data-layout="grid"]) {
4704
+ grid-template-columns: auto auto auto;
4705
+ }
4706
+ }
4707
+ }
4708
+ .orientation-vertical\:layout-grid\:grid-rows-\[auto_auto_1fr_auto\] {
4709
+ &:where([data-orientation="vertical"]) {
4710
+ &:where([data-layout="grid"]) {
4711
+ grid-template-rows: auto auto 1fr auto;
4712
+ }
4713
+ }
4714
+ }
4715
+ .orientation-vertical\:layout-stack\:flex-col {
4716
+ &:where([data-orientation="vertical"]) {
4717
+ &:where([data-layout="stack"]) {
4718
+ flex-direction: column;
4719
+ }
4720
+ }
4721
+ }
4360
4722
  .focus-visible-within\:outline-highlight {
4361
4723
  &:where(:has([data-focus-visible], :focus-visible)) {
4362
4724
  outline-color: var(--color-highlight);
@@ -4975,14 +5337,14 @@ body {
4975
5337
  .hide-cancel::-webkit-search-cancel-button {
4976
5338
  display: none;
4977
5339
  }
4978
- *::-webkit-scrollbar {
5340
+ ::-webkit-scrollbar {
4979
5341
  width: var(--spacing-l);
4980
5342
  height: var(--spacing-l);
4981
5343
  }
4982
- *::-webkit-scrollbar-track {
5344
+ ::-webkit-scrollbar-track {
4983
5345
  background: var(--color-interactive);
4984
5346
  }
4985
- *::-webkit-scrollbar-thumb {
5347
+ ::-webkit-scrollbar-thumb {
4986
5348
  background-color: var(--color-interactive-hover-light);
4987
5349
  border-radius: var(--radius-large);
4988
5350
  border: 5px solid transparent;
@@ -5025,21 +5387,6 @@ body {
5025
5387
  background-size: 1px 4px, 4px 1px;
5026
5388
  }
5027
5389
  }
5028
- @property --tw-translate-x {
5029
- syntax: "*";
5030
- inherits: false;
5031
- initial-value: 0;
5032
- }
5033
- @property --tw-translate-y {
5034
- syntax: "*";
5035
- inherits: false;
5036
- initial-value: 0;
5037
- }
5038
- @property --tw-translate-z {
5039
- syntax: "*";
5040
- inherits: false;
5041
- initial-value: 0;
5042
- }
5043
5390
  @property --tw-rotate-x {
5044
5391
  syntax: "*";
5045
5392
  inherits: false;
@@ -5210,6 +5557,21 @@ body {
5210
5557
  inherits: false;
5211
5558
  initial-value: 100%;
5212
5559
  }
5560
+ @property --tw-translate-x {
5561
+ syntax: "*";
5562
+ inherits: false;
5563
+ initial-value: 0;
5564
+ }
5565
+ @property --tw-translate-y {
5566
+ syntax: "*";
5567
+ inherits: false;
5568
+ initial-value: 0;
5569
+ }
5570
+ @property --tw-translate-z {
5571
+ syntax: "*";
5572
+ inherits: false;
5573
+ initial-value: 0;
5574
+ }
5213
5575
  @property --tw-content {
5214
5576
  syntax: "*";
5215
5577
  initial-value: "";
@@ -5228,9 +5590,6 @@ body {
5228
5590
  @layer properties {
5229
5591
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
5230
5592
  *, ::before, ::after, ::backdrop {
5231
- --tw-translate-x: 0;
5232
- --tw-translate-y: 0;
5233
- --tw-translate-z: 0;
5234
5593
  --tw-rotate-x: initial;
5235
5594
  --tw-rotate-y: initial;
5236
5595
  --tw-rotate-z: initial;
@@ -5270,6 +5629,9 @@ body {
5270
5629
  --tw-drop-shadow-size: initial;
5271
5630
  --tw-text-shadow-color: initial;
5272
5631
  --tw-text-shadow-alpha: 100%;
5632
+ --tw-translate-x: 0;
5633
+ --tw-translate-y: 0;
5634
+ --tw-translate-z: 0;
5273
5635
  --tw-content: "";
5274
5636
  }
5275
5637
  }