@accelint/design-toolkit 5.2.0 → 6.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 (85) hide show
  1. package/catalog-info.yaml +44 -0
  2. package/dist/components/accordion/index.js +1 -1
  3. package/dist/components/accordion/index.js.map +1 -1
  4. package/dist/components/accordion/styles.d.ts +3 -3
  5. package/dist/components/accordion/styles.js +1 -1
  6. package/dist/components/accordion/styles.js.map +1 -1
  7. package/dist/components/action-bar/index.d.ts +11 -0
  8. package/dist/components/action-bar/index.js.map +1 -1
  9. package/dist/components/breadcrumbs/index.d.ts +12 -0
  10. package/dist/components/breadcrumbs/index.js.map +1 -1
  11. package/dist/components/button/styles.js +1 -1
  12. package/dist/components/button/styles.js.map +1 -1
  13. package/dist/components/clock/index.d.ts +39 -0
  14. package/dist/components/clock/index.js +4 -0
  15. package/dist/components/clock/index.js.map +1 -0
  16. package/dist/components/clock/types.d.ts +7 -0
  17. package/dist/components/clock/types.js +2 -0
  18. package/dist/components/clock/types.js.map +1 -0
  19. package/dist/components/combobox-field/index.d.ts +11 -0
  20. package/dist/components/combobox-field/index.js.map +1 -1
  21. package/dist/components/combobox-field/styles.js +1 -1
  22. package/dist/components/combobox-field/styles.js.map +1 -1
  23. package/dist/components/dialog/index.js +1 -1
  24. package/dist/components/dialog/index.js.map +1 -1
  25. package/dist/components/drawer/index.d.ts +36 -1
  26. package/dist/components/drawer/index.js +1 -1
  27. package/dist/components/drawer/index.js.map +1 -1
  28. package/dist/components/lines/index.d.ts +9 -0
  29. package/dist/components/lines/index.js.map +1 -1
  30. package/dist/components/link/index.d.ts +9 -0
  31. package/dist/components/link/index.js.map +1 -1
  32. package/dist/components/link/styles.js +1 -1
  33. package/dist/components/link/styles.js.map +1 -1
  34. package/dist/components/notice/events.d.ts +10 -0
  35. package/dist/components/notice/events.js +2 -0
  36. package/dist/components/notice/events.js.map +1 -0
  37. package/dist/components/notice/index.d.ts +20 -0
  38. package/dist/components/notice/index.js +4 -0
  39. package/dist/components/notice/index.js.map +1 -0
  40. package/dist/components/notice/styles.d.ts +60 -0
  41. package/dist/components/notice/styles.js +2 -0
  42. package/dist/components/notice/styles.js.map +1 -0
  43. package/dist/components/notice/types.d.ts +75 -0
  44. package/dist/components/notice/types.js +2 -0
  45. package/dist/components/notice/types.js.map +1 -0
  46. package/dist/components/query-builder/index.js +1 -1
  47. package/dist/components/query-builder/index.js.map +1 -1
  48. package/dist/components/sidenav/index.d.ts +56 -0
  49. package/dist/components/sidenav/index.js +1 -1
  50. package/dist/components/sidenav/index.js.map +1 -1
  51. package/dist/components/slider/index.js +1 -1
  52. package/dist/components/slider/index.js.map +1 -1
  53. package/dist/components/slider/styles.js +1 -1
  54. package/dist/components/slider/styles.js.map +1 -1
  55. package/dist/components/table/index.d.ts +9 -0
  56. package/dist/components/table/index.js +1 -1
  57. package/dist/components/table/index.js.map +1 -1
  58. package/dist/components/tabs/styles.js +1 -1
  59. package/dist/components/tabs/styles.js.map +1 -1
  60. package/dist/components/time-field/index.d.ts +9 -0
  61. package/dist/components/time-field/index.js.map +1 -1
  62. package/dist/components/tooltip/index.d.ts +23 -34
  63. package/dist/components/tooltip/index.js +1 -1
  64. package/dist/components/tooltip/index.js.map +1 -1
  65. package/dist/components/tooltip/types.d.ts +5 -6
  66. package/dist/components/tree/index.d.ts +22 -1
  67. package/dist/components/tree/index.js +1 -1
  68. package/dist/components/tree/index.js.map +1 -1
  69. package/dist/components/tree/styles.js +1 -1
  70. package/dist/components/tree/styles.js.map +1 -1
  71. package/dist/components/view-stack/index.d.ts +42 -2
  72. package/dist/components/view-stack/index.js +1 -1
  73. package/dist/components/view-stack/index.js.map +1 -1
  74. package/dist/index.css +5 -3
  75. package/dist/index.d.ts +12 -5
  76. package/dist/index.js +1 -1
  77. package/dist/metafile-esm.json +1 -1
  78. package/dist/providers/portal.d.ts +9 -0
  79. package/dist/providers/portal.js +2 -0
  80. package/dist/providers/portal.js.map +1 -0
  81. package/dist/providers/theme-provider.d.ts +6 -6
  82. package/dist/providers/theme-provider.js +1 -1
  83. package/dist/providers/theme-provider.js.map +1 -1
  84. package/dist/styles.css +372 -128
  85. package/package.json +33 -17
package/dist/styles.css CHANGED
@@ -1,99 +1,99 @@
1
- /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @font-face {
4
- font-family: 'Roboto Flex';
4
+ font-family: 'Roboto Flex Variable';
5
5
  font-style: normal;
6
6
  font-display: swap;
7
- font-weight: 400;
8
- src: url(./files/roboto-flex-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/roboto-flex-cyrillic-ext-400-normal.woff) format('woff');
7
+ font-weight: 100 1000;
8
+ src: url(./files/roboto-flex-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
9
9
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
10
10
  }
11
11
  @font-face {
12
- font-family: 'Roboto Flex';
12
+ font-family: 'Roboto Flex Variable';
13
13
  font-style: normal;
14
14
  font-display: swap;
15
- font-weight: 400;
16
- src: url(./files/roboto-flex-cyrillic-400-normal.woff2) format('woff2'), url(./files/roboto-flex-cyrillic-400-normal.woff) format('woff');
15
+ font-weight: 100 1000;
16
+ src: url(./files/roboto-flex-cyrillic-wght-normal.woff2) format('woff2-variations');
17
17
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
18
18
  }
19
19
  @font-face {
20
- font-family: 'Roboto Flex';
20
+ font-family: 'Roboto Flex Variable';
21
21
  font-style: normal;
22
22
  font-display: swap;
23
- font-weight: 400;
24
- src: url(./files/roboto-flex-greek-400-normal.woff2) format('woff2'), url(./files/roboto-flex-greek-400-normal.woff) format('woff');
23
+ font-weight: 100 1000;
24
+ src: url(./files/roboto-flex-greek-wght-normal.woff2) format('woff2-variations');
25
25
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
26
26
  }
27
27
  @font-face {
28
- font-family: 'Roboto Flex';
28
+ font-family: 'Roboto Flex Variable';
29
29
  font-style: normal;
30
30
  font-display: swap;
31
- font-weight: 400;
32
- src: url(./files/roboto-flex-vietnamese-400-normal.woff2) format('woff2'), url(./files/roboto-flex-vietnamese-400-normal.woff) format('woff');
31
+ font-weight: 100 1000;
32
+ src: url(./files/roboto-flex-vietnamese-wght-normal.woff2) format('woff2-variations');
33
33
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
34
34
  }
35
35
  @font-face {
36
- font-family: 'Roboto Flex';
36
+ font-family: 'Roboto Flex Variable';
37
37
  font-style: normal;
38
38
  font-display: swap;
39
- font-weight: 400;
40
- src: url(./files/roboto-flex-latin-ext-400-normal.woff2) format('woff2'), url(./files/roboto-flex-latin-ext-400-normal.woff) format('woff');
39
+ font-weight: 100 1000;
40
+ src: url(./files/roboto-flex-latin-ext-wght-normal.woff2) format('woff2-variations');
41
41
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
42
42
  }
43
43
  @font-face {
44
- font-family: 'Roboto Flex';
44
+ font-family: 'Roboto Flex Variable';
45
45
  font-style: normal;
46
46
  font-display: swap;
47
- font-weight: 400;
48
- src: url(./files/roboto-flex-latin-400-normal.woff2) format('woff2'), url(./files/roboto-flex-latin-400-normal.woff) format('woff');
47
+ font-weight: 100 1000;
48
+ src: url(./files/roboto-flex-latin-wght-normal.woff2) format('woff2-variations');
49
49
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
50
50
  }
51
51
  @font-face {
52
- font-family: 'Roboto Mono';
52
+ font-family: 'Roboto Mono Variable';
53
53
  font-style: normal;
54
54
  font-display: swap;
55
- font-weight: 400;
56
- src: url(./files/roboto-mono-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-ext-400-normal.woff) format('woff');
55
+ font-weight: 100 700;
56
+ src: url(./files/roboto-mono-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
57
57
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
58
58
  }
59
59
  @font-face {
60
- font-family: 'Roboto Mono';
60
+ font-family: 'Roboto Mono Variable';
61
61
  font-style: normal;
62
62
  font-display: swap;
63
- font-weight: 400;
64
- src: url(./files/roboto-mono-cyrillic-400-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-400-normal.woff) format('woff');
63
+ font-weight: 100 700;
64
+ src: url(./files/roboto-mono-cyrillic-wght-normal.woff2) format('woff2-variations');
65
65
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
66
66
  }
67
67
  @font-face {
68
- font-family: 'Roboto Mono';
68
+ font-family: 'Roboto Mono Variable';
69
69
  font-style: normal;
70
70
  font-display: swap;
71
- font-weight: 400;
72
- src: url(./files/roboto-mono-greek-400-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-400-normal.woff) format('woff');
71
+ font-weight: 100 700;
72
+ src: url(./files/roboto-mono-greek-wght-normal.woff2) format('woff2-variations');
73
73
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
74
74
  }
75
75
  @font-face {
76
- font-family: 'Roboto Mono';
76
+ font-family: 'Roboto Mono Variable';
77
77
  font-style: normal;
78
78
  font-display: swap;
79
- font-weight: 400;
80
- src: url(./files/roboto-mono-vietnamese-400-normal.woff2) format('woff2'), url(./files/roboto-mono-vietnamese-400-normal.woff) format('woff');
79
+ font-weight: 100 700;
80
+ src: url(./files/roboto-mono-vietnamese-wght-normal.woff2) format('woff2-variations');
81
81
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
82
82
  }
83
83
  @font-face {
84
- font-family: 'Roboto Mono';
84
+ font-family: 'Roboto Mono Variable';
85
85
  font-style: normal;
86
86
  font-display: swap;
87
- font-weight: 400;
88
- src: url(./files/roboto-mono-latin-ext-400-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-ext-400-normal.woff) format('woff');
87
+ font-weight: 100 700;
88
+ src: url(./files/roboto-mono-latin-ext-wght-normal.woff2) format('woff2-variations');
89
89
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
90
90
  }
91
91
  @font-face {
92
- font-family: 'Roboto Mono';
92
+ font-family: 'Roboto Mono Variable';
93
93
  font-style: normal;
94
94
  font-display: swap;
95
- font-weight: 400;
96
- src: url(./files/roboto-mono-latin-400-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-400-normal.woff) format('woff');
95
+ font-weight: 100 700;
96
+ src: url(./files/roboto-mono-latin-wght-normal.woff2) format('woff2-variations');
97
97
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
98
98
  }
99
99
  @layer theme, base, components, utilities;
@@ -463,6 +463,9 @@
463
463
  .mt-xl {
464
464
  margin-top: var(--spacing-xl);
465
465
  }
466
+ .mb-l {
467
+ margin-bottom: var(--spacing-l);
468
+ }
466
469
  .mb-m {
467
470
  margin-bottom: var(--spacing-m);
468
471
  }
@@ -946,6 +949,9 @@
946
949
  .gap-y-oversized {
947
950
  row-gap: var(--spacing-oversized);
948
951
  }
952
+ .gap-y-s {
953
+ row-gap: var(--spacing-s);
954
+ }
949
955
  .gap-y-xl {
950
956
  row-gap: var(--spacing-xl);
951
957
  }
@@ -1655,15 +1661,6 @@
1655
1661
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1656
1662
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1657
1663
  }
1658
- .transition-colors {
1659
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1660
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1661
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1662
- }
1663
- .duration-\[80ms\] {
1664
- --tw-duration: 80ms;
1665
- transition-duration: 80ms;
1666
- }
1667
1664
  .outline-none {
1668
1665
  --tw-outline-style: none;
1669
1666
  outline-style: none;
@@ -2285,12 +2282,6 @@
2285
2282
  align-items: center;
2286
2283
  }
2287
2284
  }
2288
- .group-placement-left\/drawer\:rounded-l-none {
2289
- &:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
2290
- border-top-left-radius: 0;
2291
- border-bottom-left-radius: 0;
2292
- }
2293
- }
2294
2285
  .group-placement-left\/drawer\:rounded-l-none {
2295
2286
  &:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
2296
2287
  border-top-left-radius: var(--radius-none);
@@ -2355,12 +2346,6 @@
2355
2346
  align-items: center;
2356
2347
  }
2357
2348
  }
2358
- .group-placement-right\/drawer\:rounded-r-none {
2359
- &:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
2360
- border-top-right-radius: 0;
2361
- border-bottom-right-radius: 0;
2362
- }
2363
- }
2364
2349
  .group-placement-right\/drawer\:rounded-r-none {
2365
2350
  &:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
2366
2351
  border-top-right-radius: var(--radius-none);
@@ -2425,12 +2410,6 @@
2425
2410
  flex-direction: row;
2426
2411
  }
2427
2412
  }
2428
- .group-placement-top\/drawer\:rounded-t-none {
2429
- &:is(:where(.group\/drawer):where([data-placement~="top"]) *) {
2430
- border-top-left-radius: 0;
2431
- border-top-right-radius: 0;
2432
- }
2433
- }
2434
2413
  .group-placement-top\/drawer\:rounded-t-none {
2435
2414
  &:is(:where(.group\/drawer):where([data-placement~="top"]) *) {
2436
2415
  border-top-left-radius: var(--radius-none);
@@ -2490,12 +2469,6 @@
2490
2469
  flex-direction: row;
2491
2470
  }
2492
2471
  }
2493
- .group-placement-bottom\/drawer\:rounded-b-none {
2494
- &:is(:where(.group\/drawer):where([data-placement~="bottom"]) *) {
2495
- border-bottom-right-radius: 0;
2496
- border-bottom-left-radius: 0;
2497
- }
2498
- }
2499
2472
  .group-placement-bottom\/drawer\:rounded-b-none {
2500
2473
  &:is(:where(.group\/drawer):where([data-placement~="bottom"]) *) {
2501
2474
  border-bottom-right-radius: var(--radius-none);
@@ -2698,6 +2671,11 @@
2698
2671
  line-height: var(--typography-body-s-height);
2699
2672
  }
2700
2673
  }
2674
+ .group-size-medium\/notice\:gap-l {
2675
+ &:is(:where(.group\/notice):where([data-size="medium"]) *) {
2676
+ gap: var(--spacing-l);
2677
+ }
2678
+ }
2701
2679
  .group-size-medium\/select-field\:min-w-\[220px\] {
2702
2680
  &:is(:where(.group\/select-field):where([data-size="medium"]) *) {
2703
2681
  min-width: 220px;
@@ -2886,6 +2864,26 @@
2886
2864
  line-height: var(--typography-body-xs-height);
2887
2865
  }
2888
2866
  }
2867
+ .group-size-small\/notice\:grow-1 {
2868
+ &:is(:where(.group\/notice):where([data-size="small"]) *) {
2869
+ flex-grow: 1;
2870
+ }
2871
+ }
2872
+ .group-size-small\/notice\:basis-10\/12 {
2873
+ &:is(:where(.group\/notice):where([data-size="small"]) *) {
2874
+ flex-basis: calc(10/12 * 100%);
2875
+ }
2876
+ }
2877
+ .group-size-small\/notice\:justify-start {
2878
+ &:is(:where(.group\/notice):where([data-size="small"]) *) {
2879
+ justify-content: flex-start;
2880
+ }
2881
+ }
2882
+ .group-size-small\/notice\:gap-m {
2883
+ &:is(:where(.group\/notice):where([data-size="small"]) *) {
2884
+ gap: var(--spacing-m);
2885
+ }
2886
+ }
2889
2887
  .group-size-small\/options\:pt-xs {
2890
2888
  &:is(:where(.group\/options):where([data-size="small"]) *) {
2891
2889
  padding-top: var(--spacing-xs);
@@ -3074,12 +3072,6 @@
3074
3072
  }
3075
3073
  }
3076
3074
  }
3077
- .group-orientation-horizontal\/tabs\:rounded-b-none {
3078
- &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
3079
- border-bottom-right-radius: 0;
3080
- border-bottom-left-radius: 0;
3081
- }
3082
- }
3083
3075
  .group-orientation-horizontal\/tabs\:rounded-b-none {
3084
3076
  &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
3085
3077
  border-bottom-right-radius: var(--radius-none);
@@ -3645,14 +3637,16 @@
3645
3637
  padding-inline: var(--spacing-none);
3646
3638
  }
3647
3639
  }
3648
- .hover\:bg-info-bold {
3649
- &:where([data-hovered], :hover) {
3650
- background-color: var(--bg-info-bold);
3640
+ .group-enabled\/combobox-field\:focus-within\:outline-accent-primary-bold {
3641
+ &:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
3642
+ &:where([data-focus-within], :focus-within) {
3643
+ outline-color: var(--outline-accent-primary-bold);
3644
+ }
3651
3645
  }
3652
3646
  }
3653
- .hover\:bg-interactive-muted-hover {
3647
+ .hover\:bg-info-bold {
3654
3648
  &:where([data-hovered], :hover) {
3655
- background-color: var(--bg-interactive-muted-hover);
3649
+ background-color: var(--bg-info-bold);
3656
3650
  }
3657
3651
  }
3658
3652
  .hover\:fg-info-hover {
@@ -3756,6 +3750,13 @@
3756
3750
  outline-style: none;
3757
3751
  }
3758
3752
  }
3753
+ .group-enabled\/combobox-field\:focus-visible\:outline-interactive-hover {
3754
+ &:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
3755
+ &:where([data-focus-visible], :focus-visible) {
3756
+ outline-color: var(--outline-interactive-hover);
3757
+ }
3758
+ }
3759
+ }
3759
3760
  .group-enabled\/text-area-field\:focus-visible\:outline-accent-primary-bold {
3760
3761
  &:is(:where(.group\/text-area-field):where(:not([disabled], [data-disabled]), :enabled) *) {
3761
3762
  &:where([data-focus-visible], :focus-visible) {
@@ -3848,6 +3849,13 @@
3848
3849
  }
3849
3850
  }
3850
3851
  }
3852
+ .enabled\:hover\:bg-accent-primary-muted {
3853
+ &:where(:not([disabled], [data-disabled]), :enabled) {
3854
+ &:where([data-hovered], :hover) {
3855
+ background-color: var(--bg-accent-primary-muted);
3856
+ }
3857
+ }
3858
+ }
3851
3859
  .enabled\:hover\:bg-interactive-bold-hover {
3852
3860
  &:where(:not([disabled], [data-disabled]), :enabled) {
3853
3861
  &:where([data-hovered], :hover) {
@@ -3908,13 +3916,13 @@
3908
3916
  }
3909
3917
  }
3910
3918
  }
3911
- .enabled\:hover\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-accent-primary-bold\)\] {
3919
+ .enabled\:hover\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-interactive-hover\)\] {
3912
3920
  &:where(:not([disabled], [data-disabled]), :enabled) {
3913
3921
  &:where([data-hovered], :hover) {
3914
3922
  &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
3915
3923
  &::after {
3916
3924
  content: var(--tw-content);
3917
- background-color: var(--outline-accent-primary-bold);
3925
+ background-color: var(--outline-interactive-hover);
3918
3926
  }
3919
3927
  }
3920
3928
  }
@@ -3940,10 +3948,10 @@
3940
3948
  }
3941
3949
  }
3942
3950
  }
3943
- .enabled\:focus-visible\:bg-interactive-bold-hover {
3951
+ .enabled\:focus-visible\:bg-accent-primary-muted {
3944
3952
  &:where(:not([disabled], [data-disabled]), :enabled) {
3945
3953
  &:where([data-focus-visible], :focus-visible) {
3946
- background-color: var(--bg-interactive-bold-hover);
3954
+ background-color: var(--bg-accent-primary-muted);
3947
3955
  }
3948
3956
  }
3949
3957
  }
@@ -4074,6 +4082,11 @@
4074
4082
  }
4075
4083
  }
4076
4084
  }
4085
+ .data-placement\:absolute {
4086
+ &[data-placement] {
4087
+ position: absolute;
4088
+ }
4089
+ }
4077
4090
  .not-has-\[\+\[data-selected\]\]\:data-selected\:border-b-\[var\(--outline-accent-primary-bold\)\] {
4078
4091
  &:not(*:has(+[data-selected])) {
4079
4092
  &[data-selected] {
@@ -4088,6 +4101,38 @@
4088
4101
  }
4089
4102
  }
4090
4103
  }
4104
+ .data-\[placement\=bottom\]\:left-1\/2 {
4105
+ &[data-placement="bottom"] {
4106
+ left: calc(1/2 * 100%);
4107
+ }
4108
+ }
4109
+ .data-\[placement\=bottom\]\:-translate-x-1\/2 {
4110
+ &[data-placement="bottom"] {
4111
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
4112
+ translate: var(--tw-translate-x) var(--tw-translate-y);
4113
+ }
4114
+ }
4115
+ .data-\[placement\=left\]\:top-1\/2 {
4116
+ &[data-placement="left"] {
4117
+ top: calc(1/2 * 100%);
4118
+ }
4119
+ }
4120
+ .data-\[placement\=right\]\:top-1\/2 {
4121
+ &[data-placement="right"] {
4122
+ top: calc(1/2 * 100%);
4123
+ }
4124
+ }
4125
+ .data-\[placement\=top\]\:left-1\/2 {
4126
+ &[data-placement="top"] {
4127
+ left: calc(1/2 * 100%);
4128
+ }
4129
+ }
4130
+ .data-\[placement\=top\]\:-translate-x-1\/2 {
4131
+ &[data-placement="top"] {
4132
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
4133
+ translate: var(--tw-translate-x) var(--tw-translate-y);
4134
+ }
4135
+ }
4091
4136
  .data-\[push\~\=bottom\]\:\[--drawer-main-row-end\:3\] {
4092
4137
  &[data-push~="bottom"] {
4093
4138
  --drawer-main-row-end: 3;
@@ -4128,6 +4173,16 @@
4128
4173
  grid-template-columns: repeat(4, minmax(0, 1fr));
4129
4174
  }
4130
4175
  }
4176
+ .color-info\:bg-info-muted {
4177
+ &:where([data-color="info"]) {
4178
+ background-color: var(--bg-info-muted);
4179
+ }
4180
+ }
4181
+ .color-info\:outline-info-bold {
4182
+ &:where([data-color="info"]) {
4183
+ outline-color: var(--outline-info-bold);
4184
+ }
4185
+ }
4131
4186
  .color-info\:enabled\:fg-primary-bold {
4132
4187
  &:where([data-color="info"]) {
4133
4188
  &:where(:not([disabled], [data-disabled]), :enabled) {
@@ -4770,6 +4825,36 @@
4770
4825
  }
4771
4826
  }
4772
4827
  }
4828
+ .color-advisory\:bg-advisory-muted {
4829
+ &:where([data-color="advisory"]) {
4830
+ background-color: var(--bg-advisory-muted);
4831
+ }
4832
+ }
4833
+ .color-advisory\:outline-accent-primary-bold {
4834
+ &:where([data-color="advisory"]) {
4835
+ outline-color: var(--outline-accent-primary-bold);
4836
+ }
4837
+ }
4838
+ .color-normal\:bg-normal-muted {
4839
+ &:where([data-color="normal"]) {
4840
+ background-color: var(--bg-normal-muted);
4841
+ }
4842
+ }
4843
+ .color-normal\:outline-normal-bold {
4844
+ &:where([data-color="normal"]) {
4845
+ outline-color: var(--outline-normal-bold);
4846
+ }
4847
+ }
4848
+ .color-serious\:bg-serious-muted {
4849
+ &:where([data-color="serious"]) {
4850
+ background-color: var(--bg-serious-muted);
4851
+ }
4852
+ }
4853
+ .color-serious\:outline-serious-bold {
4854
+ &:where([data-color="serious"]) {
4855
+ outline-color: var(--outline-serious-bold);
4856
+ }
4857
+ }
4773
4858
  .enabled\:color-serious\:bg-serious-bold {
4774
4859
  &:where(:not([disabled], [data-disabled]), :enabled) {
4775
4860
  &:where([data-color="serious"]) {
@@ -5090,6 +5175,16 @@
5090
5175
  }
5091
5176
  }
5092
5177
  }
5178
+ .color-critical\:bg-critical-muted {
5179
+ &:where([data-color="critical"]) {
5180
+ background-color: var(--bg-critical-muted);
5181
+ }
5182
+ }
5183
+ .color-critical\:outline-critical-bold {
5184
+ &:where([data-color="critical"]) {
5185
+ outline-color: var(--outline-critical-bold);
5186
+ }
5187
+ }
5093
5188
  .enabled\:color-critical\:bg-critical-bold {
5094
5189
  &:where(:not([disabled], [data-disabled]), :enabled) {
5095
5190
  &:where([data-color="critical"]) {
@@ -5318,6 +5413,11 @@
5318
5413
  }
5319
5414
  }
5320
5415
  }
5416
+ .placement-left\:left-0 {
5417
+ &:where([data-placement~="left"]) {
5418
+ left: var(--spacing-0);
5419
+ }
5420
+ }
5321
5421
  .placement-left\:left-\[attr\(data-offset-x_px\,0px\)\] {
5322
5422
  &:where([data-placement~="left"]) {
5323
5423
  left: attr(data-offset-x px,0px);
@@ -5370,6 +5470,11 @@
5370
5470
  }
5371
5471
  }
5372
5472
  }
5473
+ .placement-right\:right-0 {
5474
+ &:where([data-placement~="right"]) {
5475
+ right: var(--spacing-0);
5476
+ }
5477
+ }
5373
5478
  .placement-right\:right-\[attr\(data-offset-x_px\,0px\)\] {
5374
5479
  &:where([data-placement~="right"]) {
5375
5480
  right: attr(data-offset-x px,0px);
@@ -5422,6 +5527,11 @@
5422
5527
  }
5423
5528
  }
5424
5529
  }
5530
+ .placement-top\:top-0 {
5531
+ &:where([data-placement~="top"]) {
5532
+ top: var(--spacing-0);
5533
+ }
5534
+ }
5425
5535
  .placement-top\:top-\[attr\(data-offset-y_px\,0px\)\] {
5426
5536
  &:where([data-placement~="top"]) {
5427
5537
  top: attr(data-offset-y px,0px);
@@ -5474,6 +5584,11 @@
5474
5584
  }
5475
5585
  }
5476
5586
  }
5587
+ .placement-bottom\:bottom-0 {
5588
+ &:where([data-placement~="bottom"]) {
5589
+ bottom: var(--spacing-0);
5590
+ }
5591
+ }
5477
5592
  .placement-bottom\:bottom-\[attr\(data-offset-y_px\,0px\)\] {
5478
5593
  &:where([data-placement~="bottom"]) {
5479
5594
  bottom: attr(data-offset-y px,0px);
@@ -5536,6 +5651,11 @@
5536
5651
  max-width: var(--spacing-xxl);
5537
5652
  }
5538
5653
  }
5654
+ .size-large\:min-w-0 {
5655
+ &:where([data-size="large"]) {
5656
+ min-width: var(--spacing-0);
5657
+ }
5658
+ }
5539
5659
  .size-large\:min-w-\[96px\] {
5540
5660
  &:where([data-size="large"]) {
5541
5661
  min-width: 96px;
@@ -5595,6 +5715,11 @@
5595
5715
  max-width: 28px;
5596
5716
  }
5597
5717
  }
5718
+ .size-medium\:min-w-0 {
5719
+ &:where([data-size="medium"]) {
5720
+ min-width: var(--spacing-0);
5721
+ }
5722
+ }
5598
5723
  .size-medium\:min-w-\[28px\] {
5599
5724
  &:where([data-size="medium"]) {
5600
5725
  min-width: 28px;
@@ -5605,11 +5730,26 @@
5605
5730
  min-width: 68px;
5606
5731
  }
5607
5732
  }
5733
+ .size-medium\:gap-l {
5734
+ &:where([data-size="medium"]) {
5735
+ gap: var(--spacing-l);
5736
+ }
5737
+ }
5738
+ .size-medium\:gap-s {
5739
+ &:where([data-size="medium"]) {
5740
+ gap: var(--spacing-s);
5741
+ }
5742
+ }
5608
5743
  .size-medium\:gap-xs {
5609
5744
  &:where([data-size="medium"]) {
5610
5745
  gap: var(--spacing-xs);
5611
5746
  }
5612
5747
  }
5748
+ .size-medium\:p-l {
5749
+ &:where([data-size="medium"]) {
5750
+ padding: var(--spacing-l);
5751
+ }
5752
+ }
5613
5753
  .size-medium\:p-xs {
5614
5754
  &:where([data-size="medium"]) {
5615
5755
  padding: var(--spacing-xs);
@@ -5672,6 +5812,20 @@
5672
5812
  --icon-size: var(--icon-size-m);
5673
5813
  }
5674
5814
  }
5815
+ .group-data-placement\/region\:size-medium\:max-w-\[640px\] {
5816
+ &:is(:where(.group\/region)[data-placement] *) {
5817
+ &:where([data-size="medium"]) {
5818
+ max-width: 640px;
5819
+ }
5820
+ }
5821
+ }
5822
+ .group-data-placement\/region\:size-medium\:min-w-\[200px\] {
5823
+ &:is(:where(.group\/region)[data-placement] *) {
5824
+ &:where([data-size="medium"]) {
5825
+ min-width: 200px;
5826
+ }
5827
+ }
5828
+ }
5675
5829
  .size-small\:size-xl {
5676
5830
  &:where([data-size="small"]) {
5677
5831
  width: var(--spacing-xl);
@@ -5688,6 +5842,11 @@
5688
5842
  max-width: var(--spacing-xl);
5689
5843
  }
5690
5844
  }
5845
+ .size-small\:min-w-0 {
5846
+ &:where([data-size="small"]) {
5847
+ min-width: var(--spacing-0);
5848
+ }
5849
+ }
5691
5850
  .size-small\:min-w-\[54px\] {
5692
5851
  &:where([data-size="small"]) {
5693
5852
  min-width: 54px;
@@ -5698,6 +5857,21 @@
5698
5857
  min-width: var(--spacing-xl);
5699
5858
  }
5700
5859
  }
5860
+ .size-small\:flex-col {
5861
+ &:where([data-size="small"]) {
5862
+ flex-direction: column;
5863
+ }
5864
+ }
5865
+ .size-small\:flex-wrap {
5866
+ &:where([data-size="small"]) {
5867
+ flex-wrap: wrap;
5868
+ }
5869
+ }
5870
+ .size-small\:gap-m {
5871
+ &:where([data-size="small"]) {
5872
+ gap: var(--spacing-m);
5873
+ }
5874
+ }
5701
5875
  .size-small\:gap-xxs {
5702
5876
  &:where([data-size="small"]) {
5703
5877
  gap: var(--spacing-xxs);
@@ -5708,6 +5882,11 @@
5708
5882
  border-radius: var(--radius-small);
5709
5883
  }
5710
5884
  }
5885
+ .size-small\:p-s {
5886
+ &:where([data-size="small"]) {
5887
+ padding: var(--spacing-s);
5888
+ }
5889
+ }
5711
5890
  .size-small\:p-xxs {
5712
5891
  &:where([data-size="small"]) {
5713
5892
  padding: var(--spacing-xxs);
@@ -5757,11 +5936,30 @@
5757
5936
  --icon-size: var(--icon-size-s);
5758
5937
  }
5759
5938
  }
5939
+ .group-data-placement\/region\:size-small\:max-w-\[320px\] {
5940
+ &:is(:where(.group\/region)[data-placement] *) {
5941
+ &:where([data-size="small"]) {
5942
+ max-width: 320px;
5943
+ }
5944
+ }
5945
+ }
5946
+ .group-data-placement\/region\:size-small\:min-w-\[120px\] {
5947
+ &:is(:where(.group\/region)[data-placement] *) {
5948
+ &:where([data-size="small"]) {
5949
+ min-width: 120px;
5950
+ }
5951
+ }
5952
+ }
5760
5953
  .size-xsmall\:max-w-\[20px\] {
5761
5954
  &:where([data-size="xsmall"]) {
5762
5955
  max-width: 20px;
5763
5956
  }
5764
5957
  }
5958
+ .size-xsmall\:min-w-0 {
5959
+ &:where([data-size="xsmall"]) {
5960
+ min-width: var(--spacing-0);
5961
+ }
5962
+ }
5765
5963
  .size-xsmall\:min-w-\[20px\] {
5766
5964
  &:where([data-size="xsmall"]) {
5767
5965
  min-width: 20px;
@@ -5901,11 +6099,6 @@
5901
6099
  height: 1px;
5902
6100
  }
5903
6101
  }
5904
- .orientation-horizontal\:h-xl {
5905
- &:where([data-orientation="horizontal"]) {
5906
- height: var(--spacing-xl);
5907
- }
5908
- }
5909
6102
  .orientation-horizontal\:w-full {
5910
6103
  &:where([data-orientation="horizontal"]) {
5911
6104
  width: 100%;
@@ -6023,13 +6216,6 @@
6023
6216
  }
6024
6217
  }
6025
6218
  }
6026
- .group-enabled\/combobox-field\:focus-visible-within\:outline-accent-primary-bold {
6027
- &:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
6028
- &:where(:has([data-focus-visible], :focus-visible)) {
6029
- outline-color: var(--outline-accent-primary-bold);
6030
- }
6031
- }
6032
- }
6033
6219
  .pressed\:outline-interactive-pressed {
6034
6220
  &:where([data-pressed], :active) {
6035
6221
  outline-color: var(--outline-interactive-pressed);
@@ -6042,17 +6228,24 @@
6042
6228
  }
6043
6229
  }
6044
6230
  }
6045
- .enabled\:pressed\:bg-accent-primary-pressed {
6231
+ .group-enabled\/combobox-field\:pressed\:outline-interactive-pressed {
6232
+ &:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
6233
+ &:where([data-pressed], :active) {
6234
+ outline-color: var(--outline-interactive-pressed);
6235
+ }
6236
+ }
6237
+ }
6238
+ .enabled\:pressed\:bg-accent-primary-muted {
6046
6239
  &:where(:not([disabled], [data-disabled]), :enabled) {
6047
6240
  &:where([data-pressed], :active) {
6048
- background-color: var(--bg-accent-primary-pressed);
6241
+ background-color: var(--bg-accent-primary-muted);
6049
6242
  }
6050
6243
  }
6051
6244
  }
6052
- .enabled\:pressed\:bg-interactive-bold-pressed {
6245
+ .enabled\:pressed\:bg-accent-primary-pressed {
6053
6246
  &:where(:not([disabled], [data-disabled]), :enabled) {
6054
6247
  &:where([data-pressed], :active) {
6055
- background-color: var(--bg-interactive-bold-pressed);
6248
+ background-color: var(--bg-accent-primary-pressed);
6056
6249
  }
6057
6250
  }
6058
6251
  }
@@ -6078,6 +6271,26 @@
6078
6271
  }
6079
6272
  }
6080
6273
  }
6274
+ .enabled\:pressed\:fg-pressed {
6275
+ &:where(:not([disabled], [data-disabled]), :enabled) {
6276
+ &:where([data-pressed], :active) {
6277
+ color: var(--fg-pressed);
6278
+ --icon-color: var(--fg-pressed);
6279
+ }
6280
+ }
6281
+ }
6282
+ .enabled\:pressed\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-interactive-pressed\)\] {
6283
+ &:where(:not([disabled], [data-disabled]), :enabled) {
6284
+ &:where([data-pressed], :active) {
6285
+ &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
6286
+ &::after {
6287
+ content: var(--tw-content);
6288
+ background-color: var(--outline-interactive-pressed);
6289
+ }
6290
+ }
6291
+ }
6292
+ }
6293
+ }
6081
6294
  .enabled\:pressed\:color-mono-muted\:bg-interactive-muted-pressed {
6082
6295
  &:where(:not([disabled], [data-disabled]), :enabled) {
6083
6296
  &:where([data-pressed], :active) {
@@ -6459,12 +6672,12 @@
6459
6672
  }
6460
6673
  }
6461
6674
  }
6462
- .enabled\:selected\:hover\:fg-accent-primary-bold {
6675
+ .enabled\:selected\:hover\:fg-accent-primary-hover {
6463
6676
  &:where(:not([disabled], [data-disabled]), :enabled) {
6464
6677
  &:where([data-selected], :checked) {
6465
6678
  &:where([data-hovered], :hover) {
6466
- color: var(--fg-accent-primary-bold);
6467
- --icon-color: var(--fg-accent-primary-bold);
6679
+ color: var(--fg-accent-primary-hover);
6680
+ --icon-color: var(--fg-accent-primary-hover);
6468
6681
  }
6469
6682
  }
6470
6683
  }
@@ -6478,58 +6691,58 @@
6478
6691
  }
6479
6692
  }
6480
6693
  }
6481
- .enabled\:selected\:hover\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-accent-primary-bold\)\] {
6694
+ .enabled\:selected\:hover\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-accent-primary-hover\)\] {
6482
6695
  &:where(:not([disabled], [data-disabled]), :enabled) {
6483
6696
  &:where([data-selected], :checked) {
6484
6697
  &:where([data-hovered], :hover) {
6485
6698
  &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
6486
6699
  &::after {
6487
6700
  content: var(--tw-content);
6488
- background-color: var(--outline-accent-primary-bold);
6701
+ background-color: var(--outline-accent-primary-hover);
6489
6702
  }
6490
6703
  }
6491
6704
  }
6492
6705
  }
6493
6706
  }
6494
6707
  }
6495
- .enabled\:selected\:focus\:fg-accent-primary-bold {
6708
+ .enabled\:selected\:focus-visible\:bg-accent-primary-hover {
6496
6709
  &:where(:not([disabled], [data-disabled]), :enabled) {
6497
6710
  &:where([data-selected], :checked) {
6498
- &:where([data-focused], :focus) {
6499
- color: var(--fg-accent-primary-bold);
6500
- --icon-color: var(--fg-accent-primary-bold);
6711
+ &:where([data-focus-visible], :focus-visible) {
6712
+ background-color: var(--bg-accent-primary-hover);
6501
6713
  }
6502
6714
  }
6503
6715
  }
6504
6716
  }
6505
- .enabled\:selected\:focus\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-accent-primary-bold\)\] {
6717
+ .enabled\:selected\:focus-visible\:fg-accent-primary-hover {
6506
6718
  &:where(:not([disabled], [data-disabled]), :enabled) {
6507
6719
  &:where([data-selected], :checked) {
6508
- &:where([data-focused], :focus) {
6509
- &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
6510
- &::after {
6511
- content: var(--tw-content);
6512
- background-color: var(--outline-accent-primary-bold);
6513
- }
6514
- }
6720
+ &:where([data-focus-visible], :focus-visible) {
6721
+ color: var(--fg-accent-primary-hover);
6722
+ --icon-color: var(--fg-accent-primary-hover);
6515
6723
  }
6516
6724
  }
6517
6725
  }
6518
6726
  }
6519
- .enabled\:selected\:focus-visible\:bg-accent-primary-hover {
6727
+ .enabled\:selected\:focus-visible\:outline-interactive-hover {
6520
6728
  &:where(:not([disabled], [data-disabled]), :enabled) {
6521
6729
  &:where([data-selected], :checked) {
6522
6730
  &:where([data-focus-visible], :focus-visible) {
6523
- background-color: var(--bg-accent-primary-hover);
6731
+ outline-color: var(--outline-interactive-hover);
6524
6732
  }
6525
6733
  }
6526
6734
  }
6527
6735
  }
6528
- .enabled\:selected\:focus-visible\:outline-interactive-hover {
6736
+ .enabled\:selected\:focus-visible\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-accent-primary-hover\)\] {
6529
6737
  &:where(:not([disabled], [data-disabled]), :enabled) {
6530
6738
  &:where([data-selected], :checked) {
6531
6739
  &:where([data-focus-visible], :focus-visible) {
6532
- outline-color: var(--outline-interactive-hover);
6740
+ &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
6741
+ &::after {
6742
+ content: var(--tw-content);
6743
+ background-color: var(--outline-accent-primary-hover);
6744
+ }
6745
+ }
6533
6746
  }
6534
6747
  }
6535
6748
  }
@@ -7395,6 +7608,39 @@
7395
7608
  }
7396
7609
  }
7397
7610
  }
7611
+ .enabled\:selected\:pressed\:bg-interactive-muted-pressed {
7612
+ &:where(:not([disabled], [data-disabled]), :enabled) {
7613
+ &:where([data-selected], :checked) {
7614
+ &:where([data-pressed], :active) {
7615
+ background-color: var(--bg-interactive-muted-pressed);
7616
+ }
7617
+ }
7618
+ }
7619
+ }
7620
+ .enabled\:selected\:pressed\:fg-accent-primary-pressed {
7621
+ &:where(:not([disabled], [data-disabled]), :enabled) {
7622
+ &:where([data-selected], :checked) {
7623
+ &:where([data-pressed], :active) {
7624
+ color: var(--fg-accent-primary-pressed);
7625
+ --icon-color: var(--fg-accent-primary-pressed);
7626
+ }
7627
+ }
7628
+ }
7629
+ }
7630
+ .enabled\:selected\:pressed\:group-orientation-horizontal\/tabs\:after\:bg-\[color\:var\(--outline-accent-primary-pressed\)\] {
7631
+ &:where(:not([disabled], [data-disabled]), :enabled) {
7632
+ &:where([data-selected], :checked) {
7633
+ &:where([data-pressed], :active) {
7634
+ &:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
7635
+ &::after {
7636
+ content: var(--tw-content);
7637
+ background-color: var(--outline-accent-primary-pressed);
7638
+ }
7639
+ }
7640
+ }
7641
+ }
7642
+ }
7643
+ }
7398
7644
  .enabled\:selected\:pressed\:color-mono-muted\:bg-interactive-muted-pressed {
7399
7645
  &:where(:not([disabled], [data-disabled]), :enabled) {
7400
7646
  &:where([data-selected], :checked) {
@@ -8205,7 +8451,10 @@
8205
8451
  }
8206
8452
  }
8207
8453
  }
8208
- body {
8454
+ html {
8455
+ background-color: var(--bg-surface-default);
8456
+ color: var(--fg-primary-bold);
8457
+ --icon-color: var(--fg-primary-bold);
8209
8458
  font-family: var(--font-primary);
8210
8459
  }
8211
8460
  @layer components {
@@ -8423,10 +8672,6 @@ body {
8423
8672
  syntax: "*";
8424
8673
  inherits: false;
8425
8674
  }
8426
- @property --tw-duration {
8427
- syntax: "*";
8428
- inherits: false;
8429
- }
8430
8675
  @property --tw-text-shadow-color {
8431
8676
  syntax: "*";
8432
8677
  inherits: false;
@@ -8506,7 +8751,6 @@ body {
8506
8751
  --tw-drop-shadow-color: initial;
8507
8752
  --tw-drop-shadow-alpha: 100%;
8508
8753
  --tw-drop-shadow-size: initial;
8509
- --tw-duration: initial;
8510
8754
  --tw-text-shadow-color: initial;
8511
8755
  --tw-text-shadow-alpha: 100%;
8512
8756
  --tw-translate-x: 0;