@eightshift/ui-components 5.0.2 → 5.0.4

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 (58) hide show
  1. package/dist/{Button-BpwTmkAe.js → Button-DH22t_SM.js} +75 -6
  2. package/dist/{Collection-n5d0zIgb.js → Collection-uTAXq9Br.js} +1 -1
  3. package/dist/{Color-lVhk8V_G.js → Color-CNqKeT8D.js} +1 -1
  4. package/dist/{ColorSwatch-DntWEAC3.js → ColorSwatch-Dt3lRApA.js} +1 -1
  5. package/dist/{ComboBox-BJpTEATT.js → ComboBox-D7KpCYaK.js} +9 -9
  6. package/dist/{Dialog-O9uw63D7.js → Dialog-CJVCRT8_.js} +5 -5
  7. package/dist/{ListBox-BTxlCGcc.js → ListBox-_nDFq8-H.js} +4 -4
  8. package/dist/{OverlayArrow-5aDgmImj.js → OverlayArrow-CjvnevpX.js} +1 -1
  9. package/dist/{Separator-CaTBkETC.js → Separator-BN3mjL6q.js} +1 -1
  10. package/dist/{Slider-C-S1oEH9.js → Slider-uOPcIpqS.js} +1 -1
  11. package/dist/assets/style-admin.css +1121 -365
  12. package/dist/assets/style-editor.css +1121 -365
  13. package/dist/assets/style.css +1124 -368
  14. package/dist/components/button/button.js +53 -25
  15. package/dist/components/checkbox/checkbox.js +5 -5
  16. package/dist/components/color-pickers/color-swatch.js +4 -4
  17. package/dist/components/color-pickers/gradient-editor.js +3 -3
  18. package/dist/components/color-pickers/solid-color-picker.js +9 -9
  19. package/dist/components/component-toggle/component-toggle.js +0 -1
  20. package/dist/components/draggable/draggable.js +9 -5
  21. package/dist/components/expandable/expandable.js +60 -53
  22. package/dist/components/input-field/input-field.js +3 -3
  23. package/dist/components/layout/hstack.js +4 -2
  24. package/dist/components/layout/vstack.js +4 -2
  25. package/dist/components/link-input/link-input.js +11 -9
  26. package/dist/components/menu/menu.js +5 -5
  27. package/dist/components/modal/modal.js +101 -77
  28. package/dist/components/notice/notice.js +16 -16
  29. package/dist/components/number-picker/number-picker.js +3 -3
  30. package/dist/components/placeholders/file-placeholder.js +13 -6
  31. package/dist/components/placeholders/image-placeholder.js +2 -2
  32. package/dist/components/placeholders/media-placeholder.js +2 -2
  33. package/dist/components/popover/popover.js +2 -2
  34. package/dist/components/radio/radio.js +4 -4
  35. package/dist/components/repeater/repeater-item.js +6 -5
  36. package/dist/components/repeater/repeater.js +8 -3
  37. package/dist/components/select/async-multi-select.js +1 -0
  38. package/dist/components/select/async-single-select.js +1 -0
  39. package/dist/components/select/multi-select.js +1 -0
  40. package/dist/components/select/single-select.js +1 -0
  41. package/dist/components/select/styles.js +1 -1
  42. package/dist/components/select/v2/async-select.js +5 -5
  43. package/dist/components/select/v2/shared.js +1 -1
  44. package/dist/components/select/v2/single-select.js +8 -8
  45. package/dist/components/slider/column-config-slider.js +2 -2
  46. package/dist/components/slider/slider.js +2 -2
  47. package/dist/components/tabs/tabs.js +12 -11
  48. package/dist/components/toggle/switch.js +3 -3
  49. package/dist/components/toggle-button/toggle-button.js +13 -12
  50. package/dist/components/tooltip/tooltip.js +1 -1
  51. package/dist/{number-GajL10e1.js → number-CHmNj-oR.js} +2 -2
  52. package/dist/{useButton-Bt3BffJm.js → useButton-lRcWnvOB.js} +1 -1
  53. package/dist/{useListState-DkyH7elT.js → useListState-9Hq_FiRF.js} +1 -1
  54. package/dist/{useNumberField-CU1_u8ze.js → useNumberField-D0u2bh8g.js} +2 -2
  55. package/dist/{usePress-BrJylgPR.js → usePress-DWBuejBp.js} +5 -3
  56. package/dist/{useSingleSelectListState-C4sorv2p.js → useSingleSelectListState-DqhemUIh.js} +1 -1
  57. package/dist/{useToggle-CDa3YAZI.js → useToggle-yGuUBU7q.js} +1 -1
  58. package/package.json +11 -11
@@ -82,6 +82,8 @@
82
82
  --es-text-xs--line-height: 1.3;
83
83
  --es-spacing-3_25: .8125rem;
84
84
  --es-spacing-5_5: 1.375rem;
85
+ --es-radius-7: .4375rem;
86
+ --es-radius-10: .625rem;
85
87
  --es-color-secondary-50: var(--es-color-zinc-50);
86
88
  --es-color-secondary-100: var(--es-color-zinc-100);
87
89
  --es-color-secondary-200: var(--es-color-zinc-200);
@@ -94,6 +96,7 @@
94
96
  --es-color-secondary-900: var(--es-color-zinc-900);
95
97
  --es-color-accent-50: var(--es-color-teal-50);
96
98
  --es-color-accent-100: var(--es-color-teal-100);
99
+ --es-color-accent-300: var(--es-color-teal-300);
97
100
  --es-color-accent-400: var(--es-color-teal-400);
98
101
  --es-color-accent-500: var(--es-color-teal-500);
99
102
  --es-color-accent-600: var(--es-color-teal-600);
@@ -104,14 +107,17 @@
104
107
  --es-color-red-50: oklch(97.1% .013 17.38);
105
108
  --es-color-red-100: oklch(93.6% .032 17.717);
106
109
  --es-color-red-200: oklch(88.5% .062 18.334);
107
- --es-color-red-400: oklch(70.4% .191 22.216);
110
+ --es-color-red-300: oklch(80.8% .114 19.571);
108
111
  --es-color-red-500: oklch(63.7% .237 25.331);
109
112
  --es-color-red-600: oklch(57.7% .245 27.325);
110
113
  --es-color-red-700: oklch(50.5% .213 27.518);
111
114
  --es-color-red-800: oklch(44.4% .177 26.899);
112
115
  --es-color-red-900: oklch(39.6% .141 25.723);
113
116
  --es-color-red-950: oklch(25.8% .092 26.042);
117
+ --es-color-orange-200: oklch(90.1% .076 70.697);
114
118
  --es-color-orange-500: oklch(70.5% .213 47.604);
119
+ --es-color-orange-700: oklch(55.3% .195 38.402);
120
+ --es-color-orange-950: oklch(26.6% .079 36.259);
115
121
  --es-color-amber-50: oklch(98.7% .022 95.277);
116
122
  --es-color-amber-100: oklch(96.2% .059 95.617);
117
123
  --es-color-amber-200: oklch(92.4% .12 95.746);
@@ -137,6 +143,10 @@
137
143
  --es-color-green-800: oklch(44.8% .119 151.328);
138
144
  --es-color-green-900: oklch(39.3% .095 152.535);
139
145
  --es-color-green-950: oklch(26.6% .065 152.934);
146
+ --es-color-emerald-200: oklch(90.5% .093 164.15);
147
+ --es-color-emerald-500: oklch(69.6% .17 162.48);
148
+ --es-color-emerald-600: oklch(59.6% .145 163.225);
149
+ --es-color-emerald-950: oklch(26.2% .051 172.552);
140
150
  --es-color-teal-50: oklch(98.4% .014 180.72);
141
151
  --es-color-teal-100: oklch(95.3% .051 180.801);
142
152
  --es-color-teal-200: oklch(91% .096 180.426);
@@ -251,9 +261,11 @@
251
261
  --es-radius-md: .375rem;
252
262
  --es-radius-lg: .5rem;
253
263
  --es-radius-xl: .75rem;
264
+ --es-radius-2xl: 1rem;
265
+ --es-radius-3xl: 1.5rem;
254
266
  --es-drop-shadow-sm: 0 1px 2px #00000026;
255
267
  --es-animate-spin: spin 1s linear infinite;
256
- --es-blur-xs: 4px;
268
+ --es-blur-sm: 8px;
257
269
  --es-blur-lg: 16px;
258
270
  --es-blur-3xl: 64px;
259
271
  --es-aspect-video: 16 / 9;
@@ -613,112 +625,252 @@
613
625
  display: none !important;
614
626
  }
615
627
 
616
- :root {
617
- --motion-default-timing: cubic-bezier(.165, .84, .44, 1);
618
- --motion-bounce: linear(0, .004, .016, .035, .063, .098, .141 13.6%, .25, .391, .563, .765, 1, .891 40.9%, .848, .813, .785, .766, .754, .75, .754, .766, .785, .813, .848, .891 68.2%, 1 72.7%, .973, .953, .941, .938, .941, .953, .973, 1, .988, .984, .988, 1);
619
- --motion-spring-smooth: linear(0, .001 0.44%, .0045 0.94%, .0195 2.03%, .0446 3.19%, .0811 4.5%, .1598 6.82%, .3685 12.34%, .4693 15.17%, .5663, .6498 21.27%, .7215 24.39%, .7532 25.98%, .7829 27.65%, .8105, .8349 31.14%, .8573 32.95%, .8776 34.84%, .8964 36.87%, .9136 39.05%, .929 41.37%, .9421 43.77%, .9537 46.38%, .9636 49.14%, .9789 55.31%, .9888 62.35%, .9949 71.06%, .9982 82.52%, .9997 99.94%);
620
- --motion-spring-snappy: linear(0, .0014, .0053 1.02%, .0126, .0227 2.18%, .0517 3.41%, .094 4.79%, .1865 7.26%, .4182 12.77%, .5246 15.46%, .6249, .7112, .7831 23.95%, .8146 25.4%, .844, .8699 28.45%, .8935, .9139 31.64%, .932, .9473, .9601 36.65%, .9714 38.47%, .9808 40.35%, .9948 44.49%, 1.0031 49.43%, 1.0057 53.35%, 1.0063 58.14%, 1.0014 80.78%, 1.0001 99.94%);
621
- --motion-spring-bouncy: linear(0, .0018, .0069, .0151 1.74%, .0277 2.4%, .062 3.7%, .1115 5.15%, .2211 7.77%, .4778 13.21%, .5912 15.75%, .6987 18.44%, .7862 20.98%, .861 23.59%, .8926, .9205, .945 27.51%, .9671 28.89%, .9868, 1.003 31.79%, 1.0224 34.11%, 1.0358 36.58%, 1.0436 39.27%, 1.046 42.31%, 1.0446 44.71%, 1.0406 47.47%, 1.0118 61.84%, 1.0027 69.53%, .9981 80.49%, .9991 99.94%);
622
- --motion-spring-bouncier: linear(0, .0023, .0088, .0194 1.59%, .035 2.17%, .078 3.33%, .1415 4.64%, .2054 5.75%, .2821 6.95%, .5912 11.45%, .7205 13.43%, .8393 15.45%, .936 17.39%, .9778, 1.015, 1.0477, 1.0759, 1.0998 22.22%, 1.1203, 1.1364, 1.1484 25.26%, 1.1586 26.61%, 1.1629 28.06%, 1.1613 29.56%, 1.1537 31.2%, 1.1434 32.6%, 1.1288 34.19%, 1.0508 41.29%, 1.0174 44.87%, 1.0025 46.89%, .9911 48.87%, .9826 50.9%, .9769 53.03%, .9735 56.02%, .9748 59.45%, .9964 72.64%, 1.0031 79.69%, 1.0042 86.83%, 1.0008 99.97%);
623
- --motion-spring-bounciest: linear(0, .0032, .0131, .0294, .0524, .0824, .1192 1.54%, .2134 2.11%, .3102 2.59%, .4297 3.13%, .8732 4.95%, 1.0373, 1.1827 6.36%, 1.2972 7.01%, 1.3444, 1.3859, 1.4215, 1.4504, 1.4735, 1.4908, 1.5024, 1.5084 9.5%, 1.5091, 1.5061, 1.4993, 1.4886, 1.4745, 1.4565 11.11%, 1.4082 11.7%, 1.3585 12.2%, 1.295 12.77%, 1.0623 14.64%, .9773, .9031 16.08%, .8449 16.73%, .8014, .7701 17.95%, .7587, .7501, .7443, .7412 19.16%, .7421 19.68%, .7508 20.21%, .7672 20.77%, .7917 21.37%, .8169 21.87%, .8492 22.43%, .9681 24.32%, 1.0114, 1.0492 25.75%, 1.0789 26.41%, 1.1008, 1.1167, 1.1271, 1.1317 28.81%, 1.1314, 1.1271 29.87%, 1.1189 30.43%, 1.1063 31.03%, 1.0769 32.11%, .9941 34.72%, .9748 35.43%, .9597 36.09%, .9487, .9407, .9355, .933 38.46%, .9344 39.38%, .9421 40.38%, .9566 41.5%, .9989 44.12%, 1.0161 45.37%, 1.029 46.75%, 1.0341 48.1%, 1.0335 49.04%, 1.0295 50.05%, 1.0221 51.18%, .992 55.02%, .9854 56.38%, .9827 57.72%, .985 59.73%, 1.004 64.67%, 1.0088 67.34%, 1.0076 69.42%, .9981 74.28%, .9956 76.85%, .9961 79.06%, 1.0023 86.46%, .999 95.22%, .9994 100%);
624
- }
625
-
626
- * {
627
- --motion-origin-scale-x: 100%;
628
- --motion-origin-scale-y: 100%;
629
- --motion-origin-translate-x: 0%;
630
- --motion-origin-translate-y: 0%;
631
- --motion-origin-rotate: 0deg;
632
- --motion-origin-blur: 0px;
633
- --motion-origin-grayscale: 0%;
634
- --motion-origin-opacity: 100%;
635
- --motion-origin-background-color: ;
636
- --motion-origin-text-color: ;
637
- --motion-end-scale-x: 100%;
638
- --motion-end-scale-y: 100%;
639
- --motion-end-translate-x: 0%;
640
- --motion-end-translate-y: 0%;
641
- --motion-end-rotate: 0deg;
642
- --motion-end-blur: 0px;
643
- --motion-end-grayscale: 0%;
644
- --motion-end-opacity: 100%;
645
- --motion-end-background-color: ;
646
- --motion-end-text-color: ;
647
- --motion-loop-scale-x: 100%;
648
- --motion-loop-scale-y: 100%;
649
- --motion-loop-translate-x: 0%;
650
- --motion-loop-translate-y: 0%;
651
- --motion-loop-rotate: 0deg;
652
- --motion-loop-blur: 0px;
653
- --motion-loop-grayscale: 0%;
654
- --motion-loop-opacity: 100%;
655
- --motion-loop-background-color: ;
656
- --motion-loop-text-color: ;
657
- --motion-duration: .7s;
658
- --motion-timing: var(--motion-default-timing);
659
- --motion-perceptual-duration-multiplier: 1;
660
- --motion-delay: 0s;
661
- --motion-loop-count: infinite;
662
- --motion-scale-duration: var(--motion-duration);
663
- --motion-scale-timing: var(--motion-timing);
664
- --motion-scale-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
665
- --motion-scale-delay: var(--motion-delay);
666
- --motion-scale-loop-count: var(--motion-loop-count);
667
- --motion-translate-duration: var(--motion-duration);
668
- --motion-translate-timing: var(--motion-timing);
669
- --motion-translate-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
670
- --motion-translate-delay: var(--motion-delay);
671
- --motion-translate-loop-count: var(--motion-loop-count);
672
- --motion-rotate-duration: var(--motion-duration);
673
- --motion-rotate-timing: var(--motion-timing);
674
- --motion-rotate-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
675
- --motion-rotate-delay: var(--motion-delay);
676
- --motion-rotate-loop-count: var(--motion-loop-count);
677
- --motion-filter-duration: var(--motion-duration);
678
- --motion-filter-timing: var(--motion-timing);
679
- --motion-filter-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
680
- --motion-filter-delay: var(--motion-delay);
681
- --motion-filter-loop-count: var(--motion-loop-count);
682
- --motion-opacity-duration: var(--motion-duration);
683
- --motion-opacity-timing: var(--motion-timing);
684
- --motion-opacity-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
685
- --motion-opacity-delay: var(--motion-delay);
686
- --motion-opacity-loop-count: var(--motion-loop-count);
687
- --motion-background-color-duration: var(--motion-duration);
688
- --motion-background-color-timing: var(--motion-timing);
689
- --motion-background-color-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
690
- --motion-background-color-delay: var(--motion-delay);
691
- --motion-background-color-loop-count: var(--motion-loop-count);
692
- --motion-text-color-duration: var(--motion-duration);
693
- --motion-text-color-timing: var(--motion-timing);
694
- --motion-text-color-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
695
- --motion-text-color-delay: var(--motion-delay);
696
- --motion-text-color-loop-count: var(--motion-loop-count);
697
- --motion-scale-in-animation: none;
698
- --motion-translate-in-animation: none;
699
- --motion-rotate-in-animation: none;
700
- --motion-filter-in-animation: none;
701
- --motion-opacity-in-animation: none;
702
- --motion-background-color-in-animation: none;
703
- --motion-text-color-in-animation: none;
704
- --motion-scale-out-animation: none;
705
- --motion-translate-out-animation: none;
706
- --motion-rotate-out-animation: none;
707
- --motion-filter-out-animation: none;
708
- --motion-opacity-out-animation: none;
709
- --motion-background-color-out-animation: none;
710
- --motion-text-color-out-animation: none;
711
- --motion-scale-loop-animation: none;
712
- --motion-translate-loop-animation: none;
713
- --motion-rotate-loop-animation: none;
714
- --motion-filter-loop-animation: none;
715
- --motion-opacity-loop-animation: none;
716
- --motion-background-color-loop-animation: none;
717
- --motion-text-color-loop-animation: none;
718
- --motion-all-enter-animations: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation);
719
- --motion-all-exit-animations: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
720
- --motion-all-loop-animations: var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
721
- --motion-all-loop-and-enter-animations: var(--motion-all-loop-animations), var(--motion-all-enter-animations);
628
+ @property --motion-bounce {
629
+ syntax: "*"; inherits: false; initial-value: linear(0, .004, .016, .035, .063, .098, .141 13.6%, .25, .391, .563, .765, 1, .891 40.9%, .848, .813, .785, .766, .754, .75, .754, .766, .785, .813, .848, .891 68.2%, 1 72.7%, .973, .953, .941, .938, .941, .953, .973, 1, .988, .984, .988, 1) ;
630
+ }
631
+
632
+ @property --motion-spring-smooth {
633
+ syntax: "*"; inherits: false; initial-value: linear(0, .001 0.44%, .0045 0.94%, .0195 2.03%, .0446 3.19%, .0811 4.5%, .1598 6.82%, .3685 12.34%, .4693 15.17%, .5663, .6498 21.27%, .7215 24.39%, .7532 25.98%, .7829 27.65%, .8105, .8349 31.14%, .8573 32.95%, .8776 34.84%, .8964 36.87%, .9136 39.05%, .929 41.37%, .9421 43.77%, .9537 46.38%, .9636 49.14%, .9789 55.31%, .9888 62.35%, .9949 71.06%, .9982 82.52%, .9997 99.94%) ;
634
+ }
635
+
636
+ @property --motion-spring-snappy {
637
+ syntax: "*"; inherits: false; initial-value: linear(0, .0014, .0053 1.02%, .0126, .0227 2.18%, .0517 3.41%, .094 4.79%, .1865 7.26%, .4182 12.77%, .5246 15.46%, .6249, .7112, .7831 23.95%, .8146 25.4%, .844, .8699 28.45%, .8935, .9139 31.64%, .932, .9473, .9601 36.65%, .9714 38.47%, .9808 40.35%, .9948 44.49%, 1.0031 49.43%, 1.0057 53.35%, 1.0063 58.14%, 1.0014 80.78%, 1.0001 99.94%) ;
638
+ }
639
+
640
+ @property --motion-spring-bouncy {
641
+ syntax: "*"; inherits: false; initial-value: linear(0, .0018, .0069, .0151 1.74%, .0277 2.4%, .062 3.7%, .1115 5.15%, .2211 7.77%, .4778 13.21%, .5912 15.75%, .6987 18.44%, .7862 20.98%, .861 23.59%, .8926, .9205, .945 27.51%, .9671 28.89%, .9868, 1.003 31.79%, 1.0224 34.11%, 1.0358 36.58%, 1.0436 39.27%, 1.046 42.31%, 1.0446 44.71%, 1.0406 47.47%, 1.0118 61.84%, 1.0027 69.53%, .9981 80.49%, .9991 99.94%) ;
642
+ }
643
+
644
+ @property --motion-spring-bouncier {
645
+ syntax: "*"; inherits: false; initial-value: linear(0, .0023, .0088, .0194 1.59%, .035 2.17%, .078 3.33%, .1415 4.64%, .2054 5.75%, .2821 6.95%, .5912 11.45%, .7205 13.43%, .8393 15.45%, .936 17.39%, .9778, 1.015, 1.0477, 1.0759, 1.0998 22.22%, 1.1203, 1.1364, 1.1484 25.26%, 1.1586 26.61%, 1.1629 28.06%, 1.1613 29.56%, 1.1537 31.2%, 1.1434 32.6%, 1.1288 34.19%, 1.0508 41.29%, 1.0174 44.87%, 1.0025 46.89%, .9911 48.87%, .9826 50.9%, .9769 53.03%, .9735 56.02%, .9748 59.45%, .9964 72.64%, 1.0031 79.69%, 1.0042 86.83%, 1.0008 99.97%) ;
646
+ }
647
+
648
+ @property --motion-spring-bounciest {
649
+ syntax: "*"; inherits: false; initial-value: linear(0, .0032, .0131, .0294, .0524, .0824, .1192 1.54%, .2134 2.11%, .3102 2.59%, .4297 3.13%, .8732 4.95%, 1.0373, 1.1827 6.36%, 1.2972 7.01%, 1.3444, 1.3859, 1.4215, 1.4504, 1.4735, 1.4908, 1.5024, 1.5084 9.5%, 1.5091, 1.5061, 1.4993, 1.4886, 1.4745, 1.4565 11.11%, 1.4082 11.7%, 1.3585 12.2%, 1.295 12.77%, 1.0623 14.64%, .9773, .9031 16.08%, .8449 16.73%, .8014, .7701 17.95%, .7587, .7501, .7443, .7412 19.16%, .7421 19.68%, .7508 20.21%, .7672 20.77%, .7917 21.37%, .8169 21.87%, .8492 22.43%, .9681 24.32%, 1.0114, 1.0492 25.75%, 1.0789 26.41%, 1.1008, 1.1167, 1.1271, 1.1317 28.81%, 1.1314, 1.1271 29.87%, 1.1189 30.43%, 1.1063 31.03%, 1.0769 32.11%, .9941 34.72%, .9748 35.43%, .9597 36.09%, .9487, .9407, .9355, .933 38.46%, .9344 39.38%, .9421 40.38%, .9566 41.5%, .9989 44.12%, 1.0161 45.37%, 1.029 46.75%, 1.0341 48.1%, 1.0335 49.04%, 1.0295 50.05%, 1.0221 51.18%, .992 55.02%, .9854 56.38%, .9827 57.72%, .985 59.73%, 1.004 64.67%, 1.0088 67.34%, 1.0076 69.42%, .9981 74.28%, .9956 76.85%, .9961 79.06%, 1.0023 86.46%, .999 95.22%, .9994 100%) ;
650
+ }
651
+
652
+ @property --motion-origin-scale-x {
653
+ syntax: "*"; inherits: false; initial-value: 100%;
654
+ }
655
+
656
+ @property --motion-origin-scale-y {
657
+ syntax: "*"; inherits: false; initial-value: 100%;
658
+ }
659
+
660
+ @property --motion-origin-translate-x {
661
+ syntax: "*"; inherits: false; initial-value: 0%;
662
+ }
663
+
664
+ @property --motion-origin-translate-y {
665
+ syntax: "*"; inherits: false; initial-value: 0%;
666
+ }
667
+
668
+ @property --motion-origin-rotate {
669
+ syntax: "*"; inherits: false; initial-value: 0deg;
670
+ }
671
+
672
+ @property --motion-origin-blur {
673
+ syntax: "*"; inherits: false; initial-value: 0px;
674
+ }
675
+
676
+ @property --motion-origin-grayscale {
677
+ syntax: "*"; inherits: false; initial-value: 0%;
678
+ }
679
+
680
+ @property --motion-origin-opacity {
681
+ syntax: "*"; inherits: false; initial-value: 100%;
682
+ }
683
+
684
+ @property --motion-origin-background-color {
685
+ syntax: "*"; inherits: false;
686
+ }
687
+
688
+ @property --motion-origin-text-color {
689
+ syntax: "*"; inherits: false;
690
+ }
691
+
692
+ @property --motion-end-scale-x {
693
+ syntax: "*"; inherits: false; initial-value: 100%;
694
+ }
695
+
696
+ @property --motion-end-scale-y {
697
+ syntax: "*"; inherits: false; initial-value: 100%;
698
+ }
699
+
700
+ @property --motion-end-translate-x {
701
+ syntax: "*"; inherits: false; initial-value: 0%;
702
+ }
703
+
704
+ @property --motion-end-translate-y {
705
+ syntax: "*"; inherits: false; initial-value: 0%;
706
+ }
707
+
708
+ @property --motion-end-rotate {
709
+ syntax: "*"; inherits: false; initial-value: 0deg;
710
+ }
711
+
712
+ @property --motion-end-blur {
713
+ syntax: "*"; inherits: false; initial-value: 0px;
714
+ }
715
+
716
+ @property --motion-end-grayscale {
717
+ syntax: "*"; inherits: false; initial-value: 0%;
718
+ }
719
+
720
+ @property --motion-end-opacity {
721
+ syntax: "*"; inherits: false; initial-value: 100%;
722
+ }
723
+
724
+ @property --motion-end-background-color {
725
+ syntax: "*"; inherits: false;
726
+ }
727
+
728
+ @property --motion-end-text-color {
729
+ syntax: "*"; inherits: false;
730
+ }
731
+
732
+ @property --motion-loop-scale-x {
733
+ syntax: "*"; inherits: false; initial-value: 100%;
734
+ }
735
+
736
+ @property --motion-loop-scale-y {
737
+ syntax: "*"; inherits: false; initial-value: 100%;
738
+ }
739
+
740
+ @property --motion-loop-translate-x {
741
+ syntax: "*"; inherits: false; initial-value: 0%;
742
+ }
743
+
744
+ @property --motion-loop-translate-y {
745
+ syntax: "*"; inherits: false; initial-value: 0%;
746
+ }
747
+
748
+ @property --motion-loop-rotate {
749
+ syntax: "*"; inherits: false; initial-value: 0deg;
750
+ }
751
+
752
+ @property --motion-loop-blur {
753
+ syntax: "*"; inherits: false; initial-value: 0px;
754
+ }
755
+
756
+ @property --motion-loop-grayscale {
757
+ syntax: "*"; inherits: false; initial-value: 0%;
758
+ }
759
+
760
+ @property --motion-loop-opacity {
761
+ syntax: "*"; inherits: false; initial-value: 100%;
762
+ }
763
+
764
+ @property --motion-loop-background-color {
765
+ syntax: "*"; inherits: false;
766
+ }
767
+
768
+ @property --motion-loop-text-color {
769
+ syntax: "*"; inherits: false;
770
+ }
771
+
772
+ @property --motion-duration {
773
+ syntax: "*"; inherits: false; initial-value: .7s;
774
+ }
775
+
776
+ @property --motion-timing {
777
+ syntax: "*"; inherits: false; initial-value: cubic-bezier(.165, .84, .44, 1) ;
778
+ }
779
+
780
+ @property --motion-perceptual-duration-multiplier {
781
+ syntax: "*"; inherits: false; initial-value: 1;
782
+ }
783
+
784
+ @property --motion-delay {
785
+ syntax: "*"; inherits: false; initial-value: 0s;
786
+ }
787
+
788
+ @property --motion-loop-count {
789
+ syntax: "*"; inherits: false; initial-value: infinite;
790
+ }
791
+
792
+ @property --motion-scale-in-animation {
793
+ syntax: "*"; inherits: false; initial-value: none;
794
+ }
795
+
796
+ @property --motion-translate-in-animation {
797
+ syntax: "*"; inherits: false; initial-value: none;
798
+ }
799
+
800
+ @property --motion-rotate-in-animation {
801
+ syntax: "*"; inherits: false; initial-value: none;
802
+ }
803
+
804
+ @property --motion-filter-in-animation {
805
+ syntax: "*"; inherits: false; initial-value: none;
806
+ }
807
+
808
+ @property --motion-opacity-in-animation {
809
+ syntax: "*"; inherits: false; initial-value: none;
810
+ }
811
+
812
+ @property --motion-background-color-in-animation {
813
+ syntax: "*"; inherits: false; initial-value: none;
814
+ }
815
+
816
+ @property --motion-text-color-in-animation {
817
+ syntax: "*"; inherits: false; initial-value: none;
818
+ }
819
+
820
+ @property --motion-scale-out-animation {
821
+ syntax: "*"; inherits: false; initial-value: none;
822
+ }
823
+
824
+ @property --motion-translate-out-animation {
825
+ syntax: "*"; inherits: false; initial-value: none;
826
+ }
827
+
828
+ @property --motion-rotate-out-animation {
829
+ syntax: "*"; inherits: false; initial-value: none;
830
+ }
831
+
832
+ @property --motion-filter-out-animation {
833
+ syntax: "*"; inherits: false; initial-value: none;
834
+ }
835
+
836
+ @property --motion-opacity-out-animation {
837
+ syntax: "*"; inherits: false; initial-value: none;
838
+ }
839
+
840
+ @property --motion-background-color-out-animation {
841
+ syntax: "*"; inherits: false; initial-value: none;
842
+ }
843
+
844
+ @property --motion-text-color-out-animation {
845
+ syntax: "*"; inherits: false; initial-value: none;
846
+ }
847
+
848
+ @property --motion-scale-loop-animation {
849
+ syntax: "*"; inherits: false; initial-value: none;
850
+ }
851
+
852
+ @property --motion-translate-loop-animation {
853
+ syntax: "*"; inherits: false; initial-value: none;
854
+ }
855
+
856
+ @property --motion-rotate-loop-animation {
857
+ syntax: "*"; inherits: false; initial-value: none;
858
+ }
859
+
860
+ @property --motion-filter-loop-animation {
861
+ syntax: "*"; inherits: false; initial-value: none;
862
+ }
863
+
864
+ @property --motion-opacity-loop-animation {
865
+ syntax: "*"; inherits: false; initial-value: none;
866
+ }
867
+
868
+ @property --motion-background-color-loop-animation {
869
+ syntax: "*"; inherits: false; initial-value: none;
870
+ }
871
+
872
+ @property --motion-text-color-loop-animation {
873
+ syntax: "*"; inherits: false; initial-value: none;
722
874
  }
723
875
 
724
876
  @media screen and (prefers-reduced-motion: no-preference) {
@@ -963,6 +1115,18 @@
963
1115
  visibility: hidden;
964
1116
  }
965
1117
 
1118
+ .es\:sr-only {
1119
+ clip: rect(0, 0, 0, 0);
1120
+ white-space: nowrap;
1121
+ border-width: 0;
1122
+ width: 1px;
1123
+ height: 1px;
1124
+ margin: -1px;
1125
+ padding: 0;
1126
+ position: absolute;
1127
+ overflow: hidden;
1128
+ }
1129
+
966
1130
  .es\:absolute {
967
1131
  position: absolute;
968
1132
  }
@@ -1011,6 +1175,10 @@
1011
1175
  top: var(--es-spacing-3_25);
1012
1176
  }
1013
1177
 
1178
+ .es\:top-4 {
1179
+ top: calc(var(--es-spacing) * 4);
1180
+ }
1181
+
1014
1182
  .es\:right-0 {
1015
1183
  right: calc(var(--es-spacing) * 0);
1016
1184
  }
@@ -1019,6 +1187,10 @@
1019
1187
  right: calc(var(--es-spacing) * 1);
1020
1188
  }
1021
1189
 
1190
+ .es\:right-4 {
1191
+ right: calc(var(--es-spacing) * 4);
1192
+ }
1193
+
1022
1194
  .es\:right-6 {
1023
1195
  right: calc(var(--es-spacing) * 6);
1024
1196
  }
@@ -1147,6 +1319,10 @@
1147
1319
  margin-inline: auto;
1148
1320
  }
1149
1321
 
1322
+ .es\:my-0\! {
1323
+ margin-block: calc(var(--es-spacing) * 0) !important;
1324
+ }
1325
+
1150
1326
  .es\:my-1 {
1151
1327
  margin-block: calc(var(--es-spacing) * 1);
1152
1328
  }
@@ -1500,6 +1676,10 @@
1500
1676
  min-height: calc(var(--es-spacing) * 12);
1501
1677
  }
1502
1678
 
1679
+ .es\:min-h-14 {
1680
+ min-height: calc(var(--es-spacing) * 14);
1681
+ }
1682
+
1503
1683
  .es\:min-h-24 {
1504
1684
  min-height: calc(var(--es-spacing) * 24);
1505
1685
  }
@@ -1810,58 +1990,58 @@
1810
1990
  .es\:motion-preset-spin {
1811
1991
  --motion-loop-rotate: 360deg;
1812
1992
  --motion-timing: linear;
1813
- --motion-rotate-loop-animation: motion-rotate-loop-reset calc(var(--motion-rotate-duration) * var(--motion-rotate-perceptual-duration-multiplier)) var(--motion-rotate-timing) var(--motion-rotate-delay) both var(--motion-rotate-loop-count);
1814
- animation: var(--motion-all-loop-and-enter-animations);
1993
+ --motion-rotate-loop-animation: motion-rotate-loop-reset calc(var(--motion-rotate-duration, var(--motion-duration)) * var(--motion-rotate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-rotate-timing, var(--motion-timing)) var(--motion-rotate-delay, var(--motion-delay)) both var(--motion-rotate-loop-count, var(--motion-loop-count));
1994
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
1815
1995
  }
1816
1996
 
1817
1997
  .es\:motion-scale-in-90 {
1818
1998
  --motion-origin-scale-x: .9;
1819
1999
  --motion-origin-scale-y: .9;
1820
- --motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
1821
- animation: var(--motion-all-loop-and-enter-animations);
2000
+ --motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration, var(--motion-duration)) * var(--motion-scale-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-scale-timing, var(--motion-timing)) var(--motion-scale-delay, var(--motion-delay)) both;
2001
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
1822
2002
  }
1823
2003
 
1824
2004
  .es\:motion-scale-in-125 {
1825
2005
  --motion-origin-scale-x: 1.25;
1826
2006
  --motion-origin-scale-y: 1.25;
1827
- --motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
1828
- animation: var(--motion-all-loop-and-enter-animations);
2007
+ --motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration, var(--motion-duration)) * var(--motion-scale-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-scale-timing, var(--motion-timing)) var(--motion-scale-delay, var(--motion-delay)) both;
2008
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
1829
2009
  }
1830
2010
 
1831
2011
  .es\:motion-blur-in-xs {
1832
2012
  --motion-origin-blur: 4px;
1833
- --motion-filter-in-animation: motion-filter-in calc(var(--motion-filter-duration) * var(--motion-filter-perceptual-duration-multiplier)) var(--motion-filter-timing) var(--motion-filter-delay) both;
1834
- animation: var(--motion-all-loop-and-enter-animations);
2013
+ --motion-filter-in-animation: motion-filter-in calc(var(--motion-filter-duration, var(--motion-duration)) * var(--motion-filter-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-filter-timing, var(--motion-timing)) var(--motion-filter-delay, var(--motion-delay)) both;
2014
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
1835
2015
  }
1836
2016
 
1837
2017
  .es\:motion-opacity-in {
1838
2018
  --motion-origin-opacity: 0;
1839
- --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
1840
- animation: var(--motion-all-loop-and-enter-animations);
2019
+ --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
2020
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
1841
2021
  }
1842
2022
 
1843
2023
  .es\:motion-opacity-out {
1844
2024
  --motion-end-opacity: 0;
1845
- --motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
1846
- animation: var(--motion-all-exit-animations);
2025
+ --motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
2026
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
1847
2027
  }
1848
2028
 
1849
2029
  .es\:motion-opacity-out-0 {
1850
2030
  --motion-end-opacity: .001;
1851
- --motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
1852
- animation: var(--motion-all-exit-animations);
2031
+ --motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
2032
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
1853
2033
  }
1854
2034
 
1855
2035
  .es\:motion-rotate-in {
1856
2036
  --motion-origin-rotate: 12deg;
1857
- --motion-rotate-in-animation: motion-rotate-in calc(var(--motion-rotate-duration) * var(--motion-rotate-perceptual-duration-multiplier)) var(--motion-rotate-timing) var(--motion-rotate-delay) both;
1858
- animation: var(--motion-all-loop-and-enter-animations);
2037
+ --motion-rotate-in-animation: motion-rotate-in calc(var(--motion-rotate-duration, var(--motion-duration)) * var(--motion-rotate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-rotate-timing, var(--motion-timing)) var(--motion-rotate-delay, var(--motion-delay)) both;
2038
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
1859
2039
  }
1860
2040
 
1861
2041
  .es\:motion-rotate-out {
1862
2042
  --motion-end-rotate: 12deg;
1863
- --motion-rotate-out-animation: motion-rotate-out calc(var(--motion-rotate-duration) * var(--motion-rotate-perceptual-duration-multiplier)) var(--motion-rotate-timing) var(--motion-rotate-delay) both;
1864
- animation: var(--motion-all-exit-animations);
2043
+ --motion-rotate-out-animation: motion-rotate-out calc(var(--motion-rotate-duration, var(--motion-duration)) * var(--motion-rotate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-rotate-timing, var(--motion-timing)) var(--motion-rotate-delay, var(--motion-delay)) both;
2044
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
1865
2045
  }
1866
2046
 
1867
2047
  .es\:animate-spin {
@@ -1948,6 +2128,10 @@
1948
2128
  flex-wrap: wrap;
1949
2129
  }
1950
2130
 
2131
+ .es\:place-items-center {
2132
+ place-items: center;
2133
+ }
2134
+
1951
2135
  .es\:items-center {
1952
2136
  align-items: center;
1953
2137
  }
@@ -2226,6 +2410,22 @@
2226
2410
  border-radius: .25rem;
2227
2411
  }
2228
2412
 
2413
+ .es\:rounded-2xl {
2414
+ border-radius: var(--es-radius-2xl);
2415
+ }
2416
+
2417
+ .es\:rounded-3xl {
2418
+ border-radius: var(--es-radius-3xl);
2419
+ }
2420
+
2421
+ .es\:rounded-7 {
2422
+ border-radius: var(--es-radius-7);
2423
+ }
2424
+
2425
+ .es\:rounded-10 {
2426
+ border-radius: var(--es-radius-10);
2427
+ }
2428
+
2229
2429
  .es\:rounded-full {
2230
2430
  border-radius: 3.40282e38px;
2231
2431
  }
@@ -2381,12 +2581,24 @@
2381
2581
  }
2382
2582
  }
2383
2583
 
2384
- .es\:border-amber-500 {
2385
- border-color: var(--es-color-amber-500);
2584
+ .es\:border-blue-400\/75 {
2585
+ border-color: var(--es-color-blue-400);
2386
2586
  }
2387
2587
 
2388
- .es\:border-blue-400 {
2389
- border-color: var(--es-color-blue-400);
2588
+ @supports (color: color-mix(in lab, red, red)) {
2589
+ .es\:border-blue-400\/75 {
2590
+ border-color: color-mix(in oklab, var(--es-color-blue-400) 75%, transparent);
2591
+ }
2592
+ }
2593
+
2594
+ .es\:border-emerald-500\/75 {
2595
+ border-color: var(--es-color-emerald-500);
2596
+ }
2597
+
2598
+ @supports (color: color-mix(in lab, red, red)) {
2599
+ .es\:border-emerald-500\/75 {
2600
+ border-color: color-mix(in oklab, var(--es-color-emerald-500) 75%, transparent);
2601
+ }
2390
2602
  }
2391
2603
 
2392
2604
  .es\:border-gray-100 {
@@ -2401,25 +2613,31 @@
2401
2613
  border-color: var(--es-color-gray-300);
2402
2614
  }
2403
2615
 
2404
- .es\:border-green-500 {
2405
- border-color: var(--es-color-green-500);
2616
+ .es\:border-orange-500\/75 {
2617
+ border-color: var(--es-color-orange-500);
2618
+ }
2619
+
2620
+ @supports (color: color-mix(in lab, red, red)) {
2621
+ .es\:border-orange-500\/75 {
2622
+ border-color: color-mix(in oklab, var(--es-color-orange-500) 75%, transparent);
2623
+ }
2406
2624
  }
2407
2625
 
2408
2626
  .es\:border-red-200\! {
2409
2627
  border-color: var(--es-color-red-200) !important;
2410
2628
  }
2411
2629
 
2412
- .es\:border-red-400 {
2413
- border-color: var(--es-color-red-400);
2630
+ .es\:border-red-300 {
2631
+ border-color: var(--es-color-red-300);
2414
2632
  }
2415
2633
 
2416
- .es\:border-red-600\/50 {
2417
- border-color: var(--es-color-red-600);
2634
+ .es\:border-red-700\/50 {
2635
+ border-color: var(--es-color-red-700);
2418
2636
  }
2419
2637
 
2420
2638
  @supports (color: color-mix(in lab, red, red)) {
2421
- .es\:border-red-600\/50 {
2422
- border-color: color-mix(in oklab, var(--es-color-red-600) 50%, transparent);
2639
+ .es\:border-red-700\/50 {
2640
+ border-color: color-mix(in oklab, var(--es-color-red-700) 50%, transparent);
2423
2641
  }
2424
2642
  }
2425
2643
 
@@ -2427,16 +2645,10 @@
2427
2645
  border-color: var(--es-color-secondary-100);
2428
2646
  }
2429
2647
 
2430
- .es\:border-secondary-200, .es\:border-secondary-200\/50 {
2648
+ .es\:border-secondary-200 {
2431
2649
  border-color: var(--es-color-secondary-200);
2432
2650
  }
2433
2651
 
2434
- @supports (color: color-mix(in lab, red, red)) {
2435
- .es\:border-secondary-200\/50 {
2436
- border-color: color-mix(in oklab, var(--es-color-secondary-200) 50%, transparent);
2437
- }
2438
- }
2439
-
2440
2652
  .es\:border-secondary-300, .es\:border-secondary-300\/0 {
2441
2653
  border-color: var(--es-color-secondary-300);
2442
2654
  }
@@ -2547,23 +2759,13 @@
2547
2759
  }
2548
2760
  }
2549
2761
 
2550
- .es\:bg-amber-100\/5 {
2551
- background-color: var(--es-color-amber-100);
2552
- }
2553
-
2554
- @supports (color: color-mix(in lab, red, red)) {
2555
- .es\:bg-amber-100\/5 {
2556
- background-color: color-mix(in oklab, var(--es-color-amber-100) 5%, transparent);
2557
- }
2558
- }
2559
-
2560
- .es\:bg-black, .es\:bg-black\/25 {
2762
+ .es\:bg-black, .es\:bg-black\/30 {
2561
2763
  background-color: var(--es-color-black);
2562
2764
  }
2563
2765
 
2564
2766
  @supports (color: color-mix(in lab, red, red)) {
2565
- .es\:bg-black\/25 {
2566
- background-color: color-mix(in oklab, var(--es-color-black) 25%, transparent);
2767
+ .es\:bg-black\/30 {
2768
+ background-color: color-mix(in oklab, var(--es-color-black) 30%, transparent);
2567
2769
  }
2568
2770
  }
2569
2771
 
@@ -2577,13 +2779,13 @@
2577
2779
  }
2578
2780
  }
2579
2781
 
2580
- .es\:bg-blue-100\/5 {
2581
- background-color: var(--es-color-blue-100);
2782
+ .es\:bg-blue-200\/5 {
2783
+ background-color: var(--es-color-blue-200);
2582
2784
  }
2583
2785
 
2584
2786
  @supports (color: color-mix(in lab, red, red)) {
2585
- .es\:bg-blue-100\/5 {
2586
- background-color: color-mix(in oklab, var(--es-color-blue-100) 5%, transparent);
2787
+ .es\:bg-blue-200\/5 {
2788
+ background-color: color-mix(in oklab, var(--es-color-blue-200) 5%, transparent);
2587
2789
  }
2588
2790
  }
2589
2791
 
@@ -2599,22 +2801,22 @@
2599
2801
  background-color: var(--es-color-cyan-500);
2600
2802
  }
2601
2803
 
2602
- .es\:bg-fuchsia-500 {
2603
- background-color: var(--es-color-fuchsia-500);
2804
+ .es\:bg-emerald-200\/5 {
2805
+ background-color: var(--es-color-emerald-200);
2604
2806
  }
2605
2807
 
2606
- .es\:bg-gray-100 {
2607
- background-color: var(--es-color-gray-100);
2808
+ @supports (color: color-mix(in lab, red, red)) {
2809
+ .es\:bg-emerald-200\/5 {
2810
+ background-color: color-mix(in oklab, var(--es-color-emerald-200) 5%, transparent);
2811
+ }
2608
2812
  }
2609
2813
 
2610
- .es\:bg-green-100\/5 {
2611
- background-color: var(--es-color-green-100);
2814
+ .es\:bg-fuchsia-500 {
2815
+ background-color: var(--es-color-fuchsia-500);
2612
2816
  }
2613
2817
 
2614
- @supports (color: color-mix(in lab, red, red)) {
2615
- .es\:bg-green-100\/5 {
2616
- background-color: color-mix(in oklab, var(--es-color-green-100) 5%, transparent);
2617
- }
2818
+ .es\:bg-gray-100 {
2819
+ background-color: var(--es-color-gray-100);
2618
2820
  }
2619
2821
 
2620
2822
  .es\:bg-green-500 {
@@ -2633,6 +2835,16 @@
2633
2835
  background-color: var(--es-color-neutral-100);
2634
2836
  }
2635
2837
 
2838
+ .es\:bg-orange-200\/5 {
2839
+ background-color: var(--es-color-orange-200);
2840
+ }
2841
+
2842
+ @supports (color: color-mix(in lab, red, red)) {
2843
+ .es\:bg-orange-200\/5 {
2844
+ background-color: color-mix(in oklab, var(--es-color-orange-200) 5%, transparent);
2845
+ }
2846
+ }
2847
+
2636
2848
  .es\:bg-orange-500 {
2637
2849
  background-color: var(--es-color-orange-500);
2638
2850
  }
@@ -2645,13 +2857,13 @@
2645
2857
  background-color: var(--es-color-red-50);
2646
2858
  }
2647
2859
 
2648
- .es\:bg-red-100\/5 {
2649
- background-color: var(--es-color-red-100);
2860
+ .es\:bg-red-200\/5 {
2861
+ background-color: var(--es-color-red-200);
2650
2862
  }
2651
2863
 
2652
2864
  @supports (color: color-mix(in lab, red, red)) {
2653
- .es\:bg-red-100\/5 {
2654
- background-color: color-mix(in oklab, var(--es-color-red-100) 5%, transparent);
2865
+ .es\:bg-red-200\/5 {
2866
+ background-color: color-mix(in oklab, var(--es-color-red-200) 5%, transparent);
2655
2867
  }
2656
2868
  }
2657
2869
 
@@ -2711,6 +2923,16 @@
2711
2923
  }
2712
2924
  }
2713
2925
 
2926
+ .es\:bg-white\/60 {
2927
+ background-color: var(--es-color-white);
2928
+ }
2929
+
2930
+ @supports (color: color-mix(in lab, red, red)) {
2931
+ .es\:bg-white\/60 {
2932
+ background-color: color-mix(in oklab, var(--es-color-white) 60%, transparent);
2933
+ }
2934
+ }
2935
+
2714
2936
  .es\:bg-white\/85 {
2715
2937
  background-color: var(--es-color-white);
2716
2938
  }
@@ -2851,6 +3073,16 @@
2851
3073
  background-image: linear-gradient(var(--tw-gradient-stops));
2852
3074
  }
2853
3075
 
3076
+ .es\:bg-conic {
3077
+ --tw-gradient-position: in oklab;
3078
+ background-image: conic-gradient(var(--tw-gradient-stops));
3079
+ }
3080
+
3081
+ .es\:bg-gradient-to-br {
3082
+ --tw-gradient-position: to bottom right in oklab;
3083
+ background-image: linear-gradient(var(--tw-gradient-stops));
3084
+ }
3085
+
2854
3086
  .es\:bg-gradient-to-r {
2855
3087
  --tw-gradient-position: to right in oklab;
2856
3088
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -2871,14 +3103,6 @@
2871
3103
  background-image: radial-gradient(var(--tw-gradient-stops, circle at 75% 50%));
2872
3104
  }
2873
3105
 
2874
- .es\:bg-\[conic-gradient\(var\(--tw-gradient-stops\)\)\] {
2875
- background-image: conic-gradient(var(--tw-gradient-stops));
2876
- }
2877
-
2878
- .es\:bg-\[radial-gradient\(var\(--tw-gradient-stops\)\)\] {
2879
- background-image: radial-gradient(var(--tw-gradient-stops));
2880
- }
2881
-
2882
3106
  .es\:from-accent-100 {
2883
3107
  --tw-gradient-from: var(--es-color-accent-100);
2884
3108
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -2899,6 +3123,20 @@
2899
3123
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2900
3124
  }
2901
3125
 
3126
+ .es\:from-current\/75 {
3127
+ --tw-gradient-from: currentcolor;
3128
+ }
3129
+
3130
+ @supports (color: color-mix(in lab, red, red)) {
3131
+ .es\:from-current\/75 {
3132
+ --tw-gradient-from: color-mix(in oklab, currentcolor 75%, transparent);
3133
+ }
3134
+ }
3135
+
3136
+ .es\:from-current\/75 {
3137
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
3138
+ }
3139
+
2902
3140
  .es\:from-red-50\/75 {
2903
3141
  --tw-gradient-from: var(--es-color-red-50);
2904
3142
  }
@@ -2966,6 +3204,20 @@
2966
3204
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2967
3205
  }
2968
3206
 
3207
+ .es\:to-current\/10 {
3208
+ --tw-gradient-to: currentcolor;
3209
+ }
3210
+
3211
+ @supports (color: color-mix(in lab, red, red)) {
3212
+ .es\:to-current\/10 {
3213
+ --tw-gradient-to: color-mix(in oklab, currentcolor 10%, transparent);
3214
+ }
3215
+ }
3216
+
3217
+ .es\:to-current\/10 {
3218
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
3219
+ }
3220
+
2969
3221
  .es\:to-secondary-50 {
2970
3222
  --tw-gradient-to: var(--es-color-secondary-50);
2971
3223
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -3095,6 +3347,10 @@
3095
3347
  padding-inline: calc(var(--es-spacing) * 2);
3096
3348
  }
3097
3349
 
3350
+ .es\:px-2\.5 {
3351
+ padding-inline: calc(var(--es-spacing) * 2.5);
3352
+ }
3353
+
3098
3354
  .es\:px-3 {
3099
3355
  padding-inline: calc(var(--es-spacing) * 3);
3100
3356
  }
@@ -3103,6 +3359,10 @@
3103
3359
  padding-inline: calc(var(--es-spacing) * 4);
3104
3360
  }
3105
3361
 
3362
+ .es\:px-5 {
3363
+ padding-inline: calc(var(--es-spacing) * 5);
3364
+ }
3365
+
3106
3366
  .es\:py-0\.5 {
3107
3367
  padding-block: calc(var(--es-spacing) * .5);
3108
3368
  }
@@ -3260,9 +3520,9 @@
3260
3520
  line-height: var(--tw-leading, var(--es-text-2xl--line-height));
3261
3521
  }
3262
3522
 
3263
- .es\:text-base {
3264
- font-size: var(--es-text-base);
3265
- line-height: var(--tw-leading, var(--es-text-base--line-height));
3523
+ .es\:text-base\! {
3524
+ font-size: var(--es-text-base) !important;
3525
+ line-height: var(--tw-leading, var(--es-text-base--line-height)) !important;
3266
3526
  }
3267
3527
 
3268
3528
  .es\:text-lg {
@@ -3314,6 +3574,11 @@
3314
3574
  font-weight: var(--es-font-weight-medium);
3315
3575
  }
3316
3576
 
3577
+ .es\:font-medium\! {
3578
+ --tw-font-weight: var(--es-font-weight-medium) !important;
3579
+ font-weight: var(--es-font-weight-medium) !important;
3580
+ }
3581
+
3317
3582
  .es\:font-semibold {
3318
3583
  --tw-font-weight: var(--es-font-weight-semibold);
3319
3584
  font-weight: var(--es-font-weight-semibold);
@@ -3337,6 +3602,10 @@
3337
3602
  color: var(--es-color-accent-500);
3338
3603
  }
3339
3604
 
3605
+ .es\:text-accent-600 {
3606
+ color: var(--es-color-accent-600);
3607
+ }
3608
+
3340
3609
  .es\:text-accent-600\! {
3341
3610
  color: var(--es-color-accent-600) !important;
3342
3611
  }
@@ -3353,24 +3622,10 @@
3353
3622
  color: var(--es-color-accent-950);
3354
3623
  }
3355
3624
 
3356
- .es\:text-amber-500 {
3357
- color: var(--es-color-amber-500);
3358
- }
3359
-
3360
- .es\:text-amber-900 {
3361
- color: var(--es-color-amber-900);
3362
- }
3363
-
3364
- .es\:text-amber-950, .es\:text-amber-950\/60 {
3625
+ .es\:text-amber-950 {
3365
3626
  color: var(--es-color-amber-950);
3366
3627
  }
3367
3628
 
3368
- @supports (color: color-mix(in lab, red, red)) {
3369
- .es\:text-amber-950\/60 {
3370
- color: color-mix(in oklab, var(--es-color-amber-950) 60%, transparent);
3371
- }
3372
- }
3373
-
3374
3629
  .es\:text-black {
3375
3630
  color: var(--es-color-black);
3376
3631
  }
@@ -3383,10 +3638,6 @@
3383
3638
  color: var(--es-color-blue-500);
3384
3639
  }
3385
3640
 
3386
- .es\:text-blue-900 {
3387
- color: var(--es-color-blue-900);
3388
- }
3389
-
3390
3641
  .es\:text-blue-950\/60 {
3391
3642
  color: var(--es-color-blue-950);
3392
3643
  }
@@ -3401,46 +3652,50 @@
3401
3652
  color: var(--es-color-cyan-500);
3402
3653
  }
3403
3654
 
3404
- .es\:text-fuchsia-500 {
3405
- color: var(--es-color-fuchsia-500);
3655
+ .es\:text-emerald-500 {
3656
+ color: var(--es-color-emerald-500);
3406
3657
  }
3407
3658
 
3408
- .es\:text-gray-400 {
3409
- color: var(--es-color-gray-400);
3659
+ .es\:text-emerald-600 {
3660
+ color: var(--es-color-emerald-600);
3410
3661
  }
3411
3662
 
3412
- .es\:text-gray-500, .es\:text-gray-500\/80 {
3413
- color: var(--es-color-gray-500);
3663
+ .es\:text-emerald-950\/60 {
3664
+ color: var(--es-color-emerald-950);
3414
3665
  }
3415
3666
 
3416
3667
  @supports (color: color-mix(in lab, red, red)) {
3417
- .es\:text-gray-500\/80 {
3418
- color: color-mix(in oklab, var(--es-color-gray-500) 80%, transparent);
3668
+ .es\:text-emerald-950\/60 {
3669
+ color: color-mix(in oklab, var(--es-color-emerald-950) 60%, transparent);
3419
3670
  }
3420
3671
  }
3421
3672
 
3422
- .es\:text-gray-800 {
3423
- color: var(--es-color-gray-800);
3424
- }
3425
-
3426
- .es\:text-green-500 {
3427
- color: var(--es-color-green-500);
3673
+ .es\:text-fuchsia-500 {
3674
+ color: var(--es-color-fuchsia-500);
3428
3675
  }
3429
3676
 
3430
- .es\:text-green-900 {
3431
- color: var(--es-color-green-900);
3677
+ .es\:text-gray-400 {
3678
+ color: var(--es-color-gray-400);
3432
3679
  }
3433
3680
 
3434
- .es\:text-green-950\/60 {
3435
- color: var(--es-color-green-950);
3681
+ .es\:text-gray-500, .es\:text-gray-500\/80 {
3682
+ color: var(--es-color-gray-500);
3436
3683
  }
3437
3684
 
3438
3685
  @supports (color: color-mix(in lab, red, red)) {
3439
- .es\:text-green-950\/60 {
3440
- color: color-mix(in oklab, var(--es-color-green-950) 60%, transparent);
3686
+ .es\:text-gray-500\/80 {
3687
+ color: color-mix(in oklab, var(--es-color-gray-500) 80%, transparent);
3441
3688
  }
3442
3689
  }
3443
3690
 
3691
+ .es\:text-gray-800 {
3692
+ color: var(--es-color-gray-800);
3693
+ }
3694
+
3695
+ .es\:text-green-500 {
3696
+ color: var(--es-color-green-500);
3697
+ }
3698
+
3444
3699
  .es\:text-indigo-500 {
3445
3700
  color: var(--es-color-indigo-500);
3446
3701
  }
@@ -3453,8 +3708,18 @@
3453
3708
  color: var(--es-color-orange-500);
3454
3709
  }
3455
3710
 
3456
- .es\:text-red-400 {
3457
- color: var(--es-color-red-400);
3711
+ .es\:text-orange-700 {
3712
+ color: var(--es-color-orange-700);
3713
+ }
3714
+
3715
+ .es\:text-orange-950\/60 {
3716
+ color: var(--es-color-orange-950);
3717
+ }
3718
+
3719
+ @supports (color: color-mix(in lab, red, red)) {
3720
+ .es\:text-orange-950\/60 {
3721
+ color: color-mix(in oklab, var(--es-color-orange-950) 60%, transparent);
3722
+ }
3458
3723
  }
3459
3724
 
3460
3725
  .es\:text-red-500 {
@@ -3465,12 +3730,8 @@
3465
3730
  color: var(--es-color-red-600);
3466
3731
  }
3467
3732
 
3468
- .es\:text-red-800 {
3469
- color: var(--es-color-red-800);
3470
- }
3471
-
3472
- .es\:text-red-900 {
3473
- color: var(--es-color-red-900);
3733
+ .es\:text-red-700 {
3734
+ color: var(--es-color-red-700);
3474
3735
  }
3475
3736
 
3476
3737
  .es\:text-red-950\/60 {
@@ -3710,33 +3971,33 @@
3710
3971
  }
3711
3972
  }
3712
3973
 
3713
- .es\:shadow-amber-500\/15 {
3714
- --tw-shadow-color: var(--es-color-amber-500);
3974
+ .es\:shadow-blue-500\/15 {
3975
+ --tw-shadow-color: var(--es-color-blue-500);
3715
3976
  }
3716
3977
 
3717
3978
  @supports (color: color-mix(in lab, red, red)) {
3718
- .es\:shadow-amber-500\/15 {
3719
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-amber-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
3979
+ .es\:shadow-blue-500\/15 {
3980
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-blue-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
3720
3981
  }
3721
3982
  }
3722
3983
 
3723
- .es\:shadow-blue-500\/15 {
3724
- --tw-shadow-color: var(--es-color-blue-500);
3984
+ .es\:shadow-emerald-500\/15 {
3985
+ --tw-shadow-color: var(--es-color-emerald-500);
3725
3986
  }
3726
3987
 
3727
3988
  @supports (color: color-mix(in lab, red, red)) {
3728
- .es\:shadow-blue-500\/15 {
3729
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-blue-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
3989
+ .es\:shadow-emerald-500\/15 {
3990
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-emerald-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
3730
3991
  }
3731
3992
  }
3732
3993
 
3733
- .es\:shadow-green-500\/15 {
3734
- --tw-shadow-color: var(--es-color-green-500);
3994
+ .es\:shadow-orange-500\/15 {
3995
+ --tw-shadow-color: var(--es-color-orange-500);
3735
3996
  }
3736
3997
 
3737
3998
  @supports (color: color-mix(in lab, red, red)) {
3738
- .es\:shadow-green-500\/15 {
3739
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-green-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
3999
+ .es\:shadow-orange-500\/15 {
4000
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-orange-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
3740
4001
  }
3741
4002
  }
3742
4003
 
@@ -3760,6 +4021,16 @@
3760
4021
  }
3761
4022
  }
3762
4023
 
4024
+ .es\:shadow-red-700\/20 {
4025
+ --tw-shadow-color: var(--es-color-red-700);
4026
+ }
4027
+
4028
+ @supports (color: color-mix(in lab, red, red)) {
4029
+ .es\:shadow-red-700\/20 {
4030
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-red-700) 20%, transparent) var(--tw-shadow-alpha), transparent);
4031
+ }
4032
+ }
4033
+
3763
4034
  .es\:shadow-secondary-300\/25 {
3764
4035
  --tw-shadow-color: var(--es-color-secondary-300);
3765
4036
  }
@@ -3836,6 +4107,10 @@
3836
4107
  --tw-inset-ring-color: var(--es-color-red-100);
3837
4108
  }
3838
4109
 
4110
+ .es\:inset-ring-secondary-50 {
4111
+ --tw-inset-ring-color: var(--es-color-secondary-50);
4112
+ }
4113
+
3839
4114
  .es\:inset-ring-secondary-100 {
3840
4115
  --tw-inset-ring-color: var(--es-color-secondary-100);
3841
4116
  }
@@ -3900,6 +4175,11 @@
3900
4175
  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, );
3901
4176
  }
3902
4177
 
4178
+ .es\:saturate-75 {
4179
+ --tw-saturate: saturate(75%);
4180
+ 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, );
4181
+ }
4182
+
3903
4183
  .es\:backdrop-blur {
3904
4184
  --tw-backdrop-blur: blur(8px);
3905
4185
  -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
@@ -3918,8 +4198,8 @@
3918
4198
  backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
3919
4199
  }
3920
4200
 
3921
- .es\:backdrop-blur-xs {
3922
- --tw-backdrop-blur: blur(var(--es-blur-xs));
4201
+ .es\:backdrop-blur-sm {
4202
+ --tw-backdrop-blur: blur(var(--es-blur-sm));
3923
4203
  -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
3924
4204
  backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
3925
4205
  }
@@ -4074,6 +4354,10 @@
4074
4354
  --motion-duration: 1.5s;
4075
4355
  }
4076
4356
 
4357
+ .es\:motion-duration-1750 {
4358
+ --motion-duration: 1.75s;
4359
+ }
4360
+
4077
4361
  .es\:no-webkit-highlight {
4078
4362
  -webkit-tap-highlight-color: transparent;
4079
4363
  }
@@ -4124,15 +4408,15 @@
4124
4408
  .es\:not-motion-reduce\:motion-preset-slide-down-sm {
4125
4409
  --motion-origin-translate-y: -5%;
4126
4410
  --motion-origin-opacity: 0;
4127
- --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
4128
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
4129
- animation: var(--motion-all-loop-and-enter-animations);
4411
+ --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
4412
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
4413
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
4130
4414
  }
4131
4415
 
4132
4416
  .es\:not-motion-reduce\:motion-translate-y-out-\[-2\.5\%\] {
4133
4417
  --motion-end-translate-y: -2.5%;
4134
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
4135
- animation: var(--motion-all-exit-animations);
4418
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
4419
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
4136
4420
  }
4137
4421
  }
4138
4422
 
@@ -4140,42 +4424,74 @@
4140
4424
  cursor: pointer;
4141
4425
  }
4142
4426
 
4427
+ .es\:group-hover\:text-black:is(:where(.es\:group):where([data-rac])[data-hovered] *) {
4428
+ color: var(--es-color-black);
4429
+ }
4430
+
4143
4431
  @media (hover: hover) {
4144
- .es\:group-hover\:text-black:is(:where(.es\:group):hover *) {
4432
+ .es\:group-hover\:text-black:is(:where(.es\:group):where(:not([data-rac])):hover *) {
4145
4433
  color: var(--es-color-black);
4146
4434
  }
4435
+ }
4436
+
4437
+ .es\:group-hover\:opacity-100:is(:where(.es\:group):where([data-rac])[data-hovered] *) {
4438
+ opacity: 1;
4439
+ }
4147
4440
 
4148
- .es\:group-hover\:opacity-100:is(:where(.es\:group):hover *) {
4441
+ @media (hover: hover) {
4442
+ .es\:group-hover\:opacity-100:is(:where(.es\:group):where(:not([data-rac])):hover *) {
4149
4443
  opacity: 1;
4150
4444
  }
4151
4445
  }
4152
4446
 
4153
- .es\:group-focus\:border-accent-500:is(:where(.es\:group):focus *) {
4447
+ .es\:group-focus\:border-accent-500:is(:where(.es\:group):where([data-rac])[data-focused] *), .es\:group-focus\:border-accent-500:is(:where(.es\:group):where(:not([data-rac])):focus *) {
4154
4448
  border-color: var(--es-color-accent-500);
4155
4449
  }
4156
4450
 
4157
- .es\:group-focus\:ring-2:is(:where(.es\:group):focus *) {
4451
+ .es\:group-focus\:ring-2:is(:where(.es\:group):where([data-rac])[data-focused] *), .es\:group-focus\:ring-2:is(:where(.es\:group):where(:not([data-rac])):focus *) {
4158
4452
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
4159
4453
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4160
4454
  }
4161
4455
 
4162
- .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):focus *) {
4456
+ .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):where([data-rac])[data-focused] *) {
4163
4457
  --tw-ring-color: var(--es-color-accent-500);
4164
4458
  }
4165
4459
 
4166
4460
  @supports (color: color-mix(in lab, red, red)) {
4167
- .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):focus *) {
4461
+ .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):where([data-rac])[data-focused] *) {
4168
4462
  --tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
4169
4463
  }
4170
4464
  }
4171
4465
 
4172
- .es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
4466
+ .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):where(:not([data-rac])):focus *) {
4467
+ --tw-ring-color: var(--es-color-accent-500);
4468
+ }
4469
+
4470
+ @supports (color: color-mix(in lab, red, red)) {
4471
+ .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):where(:not([data-rac])):focus *) {
4472
+ --tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
4473
+ }
4474
+ }
4475
+
4476
+ .es\:group-focus\:outline-hidden:is(:where(.es\:group):where([data-rac])[data-focused] *) {
4173
4477
  --tw-outline-style: none;
4174
4478
  outline-style: none;
4175
4479
  }
4176
4480
 
4177
4481
  @media (forced-colors: active) {
4178
- .es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
4482
+ .es\:group-focus\:outline-hidden:is(:where(.es\:group):where([data-rac])[data-focused] *) {
4483
+ outline-offset: 2px;
4484
+ outline: 2px solid #0000;
4485
+ }
4486
+ }
4487
+
4488
+ .es\:group-focus\:outline-hidden:is(:where(.es\:group):where(:not([data-rac])):focus *) {
4489
+ --tw-outline-style: none;
4490
+ outline-style: none;
4491
+ }
4492
+
4493
+ @media (forced-colors: active) {
4494
+ .es\:group-focus\:outline-hidden:is(:where(.es\:group):where(:not([data-rac])):focus *) {
4179
4495
  outline-offset: 2px;
4180
4496
  outline: 2px solid #0000;
4181
4497
  }
@@ -4542,204 +4858,428 @@
4542
4858
  padding-bottom: calc(var(--es-spacing) * 0);
4543
4859
  }
4544
4860
 
4545
- .es\:empty\:hidden:empty {
4861
+ .es\:empty\:hidden:where([data-rac])[data-empty], .es\:empty\:hidden:where(:not([data-rac])):empty {
4546
4862
  display: none;
4547
4863
  }
4548
4864
 
4865
+ .es\:focus-within\:shadow-md:where([data-rac])[data-focus-within], .es\:focus-within\:shadow-md:where(:not([data-rac])):focus-within {
4866
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
4867
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4868
+ }
4869
+
4870
+ .es\:hover\:cursor-grab:where([data-rac])[data-hovered] {
4871
+ cursor: grab;
4872
+ }
4873
+
4549
4874
  @media (hover: hover) {
4550
- .es\:hover\:cursor-grab:hover {
4875
+ .es\:hover\:cursor-grab:where(:not([data-rac])):hover {
4551
4876
  cursor: grab;
4552
4877
  }
4878
+ }
4553
4879
 
4554
- .es\:hover\:border-accent-500:hover {
4880
+ .es\:hover\:border-accent-500:where([data-rac])[data-hovered] {
4881
+ border-color: var(--es-color-accent-500);
4882
+ }
4883
+
4884
+ @media (hover: hover) {
4885
+ .es\:hover\:border-accent-500:where(:not([data-rac])):hover {
4555
4886
  border-color: var(--es-color-accent-500);
4556
4887
  }
4888
+ }
4889
+
4890
+ .es\:hover\:border-red-600:where([data-rac])[data-hovered] {
4891
+ border-color: var(--es-color-red-600);
4892
+ }
4557
4893
 
4558
- .es\:hover\:border-red-600:hover {
4894
+ @media (hover: hover) {
4895
+ .es\:hover\:border-red-600:where(:not([data-rac])):hover {
4559
4896
  border-color: var(--es-color-red-600);
4560
4897
  }
4898
+ }
4899
+
4900
+ .es\:hover\:border-secondary-300:where([data-rac])[data-hovered] {
4901
+ border-color: var(--es-color-secondary-300);
4902
+ }
4561
4903
 
4562
- .es\:hover\:border-secondary-300:hover {
4904
+ @media (hover: hover) {
4905
+ .es\:hover\:border-secondary-300:where(:not([data-rac])):hover {
4563
4906
  border-color: var(--es-color-secondary-300);
4564
4907
  }
4908
+ }
4909
+
4910
+ .es\:hover\:bg-accent-400:where([data-rac])[data-hovered] {
4911
+ background-color: var(--es-color-accent-400);
4912
+ }
4565
4913
 
4566
- .es\:hover\:bg-accent-400:hover {
4914
+ @media (hover: hover) {
4915
+ .es\:hover\:bg-accent-400:where(:not([data-rac])):hover {
4567
4916
  background-color: var(--es-color-accent-400);
4568
4917
  }
4918
+ }
4569
4919
 
4570
- .es\:hover\:bg-red-50:hover {
4920
+ .es\:hover\:bg-red-50:where([data-rac])[data-hovered] {
4921
+ background-color: var(--es-color-red-50);
4922
+ }
4923
+
4924
+ @media (hover: hover) {
4925
+ .es\:hover\:bg-red-50:where(:not([data-rac])):hover {
4571
4926
  background-color: var(--es-color-red-50);
4572
4927
  }
4928
+ }
4929
+
4930
+ .es\:hover\:bg-red-500\/15:where([data-rac])[data-hovered] {
4931
+ background-color: var(--es-color-red-500);
4932
+ }
4933
+
4934
+ @supports (color: color-mix(in lab, red, red)) {
4935
+ .es\:hover\:bg-red-500\/15:where([data-rac])[data-hovered] {
4936
+ background-color: color-mix(in oklab, var(--es-color-red-500) 15%, transparent);
4937
+ }
4938
+ }
4573
4939
 
4574
- .es\:hover\:bg-red-500\/15:hover {
4940
+ @media (hover: hover) {
4941
+ .es\:hover\:bg-red-500\/15:where(:not([data-rac])):hover {
4575
4942
  background-color: var(--es-color-red-500);
4576
4943
  }
4577
4944
 
4578
4945
  @supports (color: color-mix(in lab, red, red)) {
4579
- .es\:hover\:bg-red-500\/15:hover {
4946
+ .es\:hover\:bg-red-500\/15:where(:not([data-rac])):hover {
4580
4947
  background-color: color-mix(in oklab, var(--es-color-red-500) 15%, transparent);
4581
4948
  }
4582
4949
  }
4950
+ }
4951
+
4952
+ .es\:hover\:bg-red-600\/5:where([data-rac])[data-hovered] {
4953
+ background-color: var(--es-color-red-600);
4954
+ }
4955
+
4956
+ @supports (color: color-mix(in lab, red, red)) {
4957
+ .es\:hover\:bg-red-600\/5:where([data-rac])[data-hovered] {
4958
+ background-color: color-mix(in oklab, var(--es-color-red-600) 5%, transparent);
4959
+ }
4960
+ }
4583
4961
 
4584
- .es\:hover\:bg-red-600\/5:hover {
4962
+ @media (hover: hover) {
4963
+ .es\:hover\:bg-red-600\/5:where(:not([data-rac])):hover {
4585
4964
  background-color: var(--es-color-red-600);
4586
4965
  }
4587
4966
 
4588
4967
  @supports (color: color-mix(in lab, red, red)) {
4589
- .es\:hover\:bg-red-600\/5:hover {
4968
+ .es\:hover\:bg-red-600\/5:where(:not([data-rac])):hover {
4590
4969
  background-color: color-mix(in oklab, var(--es-color-red-600) 5%, transparent);
4591
4970
  }
4592
4971
  }
4972
+ }
4593
4973
 
4594
- .es\:hover\:bg-secondary-100:hover, .es\:hover\:bg-secondary-100\/75:hover {
4974
+ .es\:hover\:bg-secondary-100:where([data-rac])[data-hovered] {
4975
+ background-color: var(--es-color-secondary-100);
4976
+ }
4977
+
4978
+ @media (hover: hover) {
4979
+ .es\:hover\:bg-secondary-100:where(:not([data-rac])):hover {
4980
+ background-color: var(--es-color-secondary-100);
4981
+ }
4982
+ }
4983
+
4984
+ .es\:hover\:bg-secondary-100\/75:where([data-rac])[data-hovered] {
4985
+ background-color: var(--es-color-secondary-100);
4986
+ }
4987
+
4988
+ @supports (color: color-mix(in lab, red, red)) {
4989
+ .es\:hover\:bg-secondary-100\/75:where([data-rac])[data-hovered] {
4990
+ background-color: color-mix(in oklab, var(--es-color-secondary-100) 75%, transparent);
4991
+ }
4992
+ }
4993
+
4994
+ @media (hover: hover) {
4995
+ .es\:hover\:bg-secondary-100\/75:where(:not([data-rac])):hover {
4595
4996
  background-color: var(--es-color-secondary-100);
4596
4997
  }
4597
4998
 
4598
4999
  @supports (color: color-mix(in lab, red, red)) {
4599
- .es\:hover\:bg-secondary-100\/75:hover {
5000
+ .es\:hover\:bg-secondary-100\/75:where(:not([data-rac])):hover {
4600
5001
  background-color: color-mix(in oklab, var(--es-color-secondary-100) 75%, transparent);
4601
5002
  }
4602
5003
  }
5004
+ }
5005
+
5006
+ .es\:hover\:to-secondary-100:where([data-rac])[data-hovered] {
5007
+ --tw-gradient-to: var(--es-color-secondary-100);
5008
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5009
+ }
4603
5010
 
4604
- .es\:hover\:to-secondary-100:hover {
5011
+ @media (hover: hover) {
5012
+ .es\:hover\:to-secondary-100:where(:not([data-rac])):hover {
4605
5013
  --tw-gradient-to: var(--es-color-secondary-100);
4606
5014
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
4607
5015
  }
5016
+ }
5017
+
5018
+ .es\:hover\:text-accent-500:where([data-rac])[data-hovered] {
5019
+ color: var(--es-color-accent-500);
5020
+ }
4608
5021
 
4609
- .es\:hover\:text-accent-500:hover {
5022
+ @media (hover: hover) {
5023
+ .es\:hover\:text-accent-500:where(:not([data-rac])):hover {
4610
5024
  color: var(--es-color-accent-500);
4611
5025
  }
5026
+ }
4612
5027
 
4613
- .es\:hover\:text-accent-950:hover {
5028
+ .es\:hover\:text-accent-950:where([data-rac])[data-hovered] {
5029
+ color: var(--es-color-accent-950);
5030
+ }
5031
+
5032
+ @media (hover: hover) {
5033
+ .es\:hover\:text-accent-950:where(:not([data-rac])):hover {
4614
5034
  color: var(--es-color-accent-950);
4615
5035
  }
5036
+ }
4616
5037
 
4617
- .es\:hover\:text-red-600:hover {
5038
+ .es\:hover\:text-red-600:where([data-rac])[data-hovered] {
5039
+ color: var(--es-color-red-600);
5040
+ }
5041
+
5042
+ @media (hover: hover) {
5043
+ .es\:hover\:text-red-600:where(:not([data-rac])):hover {
4618
5044
  color: var(--es-color-red-600);
4619
5045
  }
5046
+ }
5047
+
5048
+ .es\:hover\:text-red-800:where([data-rac])[data-hovered] {
5049
+ color: var(--es-color-red-800);
5050
+ }
4620
5051
 
4621
- .es\:hover\:text-red-800:hover {
5052
+ @media (hover: hover) {
5053
+ .es\:hover\:text-red-800:where(:not([data-rac])):hover {
4622
5054
  color: var(--es-color-red-800);
4623
5055
  }
5056
+ }
5057
+
5058
+ .es\:hover\:text-red-900:where([data-rac])[data-hovered] {
5059
+ color: var(--es-color-red-900);
5060
+ }
4624
5061
 
4625
- .es\:hover\:text-red-900:hover {
5062
+ @media (hover: hover) {
5063
+ .es\:hover\:text-red-900:where(:not([data-rac])):hover {
4626
5064
  color: var(--es-color-red-900);
4627
5065
  }
5066
+ }
4628
5067
 
4629
- .es\:hover\:shadow-accent-600\/50:hover {
5068
+ .es\:hover\:shadow-accent-600\/50:where([data-rac])[data-hovered] {
5069
+ --tw-shadow-color: var(--es-color-accent-600);
5070
+ }
5071
+
5072
+ @supports (color: color-mix(in lab, red, red)) {
5073
+ .es\:hover\:shadow-accent-600\/50:where([data-rac])[data-hovered] {
5074
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-accent-600) 50%, transparent) var(--tw-shadow-alpha), transparent);
5075
+ }
5076
+ }
5077
+
5078
+ @media (hover: hover) {
5079
+ .es\:hover\:shadow-accent-600\/50:where(:not([data-rac])):hover {
4630
5080
  --tw-shadow-color: var(--es-color-accent-600);
4631
5081
  }
4632
5082
 
4633
5083
  @supports (color: color-mix(in lab, red, red)) {
4634
- .es\:hover\:shadow-accent-600\/50:hover {
5084
+ .es\:hover\:shadow-accent-600\/50:where(:not([data-rac])):hover {
4635
5085
  --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-accent-600) 50%, transparent) var(--tw-shadow-alpha), transparent);
4636
5086
  }
4637
5087
  }
5088
+ }
5089
+
5090
+ .es\:hover\:inset-shadow-red-100:where([data-rac])[data-hovered] {
5091
+ --tw-inset-shadow-color: var(--es-color-red-100);
5092
+ }
5093
+
5094
+ @supports (color: color-mix(in lab, red, red)) {
5095
+ .es\:hover\:inset-shadow-red-100:where([data-rac])[data-hovered] {
5096
+ --tw-inset-shadow-color: color-mix(in oklab, var(--es-color-red-100) var(--tw-inset-shadow-alpha), transparent);
5097
+ }
5098
+ }
4638
5099
 
4639
- .es\:hover\:inset-shadow-red-100:hover {
5100
+ @media (hover: hover) {
5101
+ .es\:hover\:inset-shadow-red-100:where(:not([data-rac])):hover {
4640
5102
  --tw-inset-shadow-color: var(--es-color-red-100);
4641
5103
  }
4642
5104
 
4643
5105
  @supports (color: color-mix(in lab, red, red)) {
4644
- .es\:hover\:inset-shadow-red-100:hover {
5106
+ .es\:hover\:inset-shadow-red-100:where(:not([data-rac])):hover {
4645
5107
  --tw-inset-shadow-color: color-mix(in oklab, var(--es-color-red-100) var(--tw-inset-shadow-alpha), transparent);
4646
5108
  }
4647
5109
  }
5110
+ }
5111
+
5112
+ .es\:hover\:inset-shadow-secondary-100:where([data-rac])[data-hovered] {
5113
+ --tw-inset-shadow-color: var(--es-color-secondary-100);
5114
+ }
4648
5115
 
4649
- .es\:hover\:inset-shadow-secondary-100:hover {
5116
+ @supports (color: color-mix(in lab, red, red)) {
5117
+ .es\:hover\:inset-shadow-secondary-100:where([data-rac])[data-hovered] {
5118
+ --tw-inset-shadow-color: color-mix(in oklab, var(--es-color-secondary-100) var(--tw-inset-shadow-alpha), transparent);
5119
+ }
5120
+ }
5121
+
5122
+ @media (hover: hover) {
5123
+ .es\:hover\:inset-shadow-secondary-100:where(:not([data-rac])):hover {
4650
5124
  --tw-inset-shadow-color: var(--es-color-secondary-100);
4651
5125
  }
4652
5126
 
4653
5127
  @supports (color: color-mix(in lab, red, red)) {
4654
- .es\:hover\:inset-shadow-secondary-100:hover {
5128
+ .es\:hover\:inset-shadow-secondary-100:where(:not([data-rac])):hover {
4655
5129
  --tw-inset-shadow-color: color-mix(in oklab, var(--es-color-secondary-100) var(--tw-inset-shadow-alpha), transparent);
4656
5130
  }
4657
5131
  }
5132
+ }
4658
5133
 
4659
- .es\:hover\:inset-ring-red-100:hover {
5134
+ .es\:hover\:inset-ring-red-100:where([data-rac])[data-hovered] {
5135
+ --tw-inset-ring-color: var(--es-color-red-100);
5136
+ }
5137
+
5138
+ @media (hover: hover) {
5139
+ .es\:hover\:inset-ring-red-100:where(:not([data-rac])):hover {
4660
5140
  --tw-inset-ring-color: var(--es-color-red-100);
4661
5141
  }
5142
+ }
5143
+
5144
+ .es\:hover\:inset-ring-secondary-100:where([data-rac])[data-hovered] {
5145
+ --tw-inset-ring-color: var(--es-color-secondary-100);
5146
+ }
4662
5147
 
4663
- .es\:hover\:inset-ring-secondary-100:hover {
5148
+ @media (hover: hover) {
5149
+ .es\:hover\:inset-ring-secondary-100:where(:not([data-rac])):hover {
4664
5150
  --tw-inset-ring-color: var(--es-color-secondary-100);
4665
5151
  }
5152
+ }
5153
+
5154
+ .es\:hover\:outline-hidden:where([data-rac])[data-hovered] {
5155
+ --tw-outline-style: none;
5156
+ outline-style: none;
5157
+ }
5158
+
5159
+ @media (forced-colors: active) {
5160
+ .es\:hover\:outline-hidden:where([data-rac])[data-hovered] {
5161
+ outline-offset: 2px;
5162
+ outline: 2px solid #0000;
5163
+ }
5164
+ }
4666
5165
 
4667
- .es\:hover\:outline-hidden:hover {
5166
+ @media (hover: hover) {
5167
+ .es\:hover\:outline-hidden:where(:not([data-rac])):hover {
4668
5168
  --tw-outline-style: none;
4669
5169
  outline-style: none;
4670
5170
  }
4671
5171
 
4672
5172
  @media (forced-colors: active) {
4673
- .es\:hover\:outline-hidden:hover {
5173
+ .es\:hover\:outline-hidden:where(:not([data-rac])):hover {
4674
5174
  outline-offset: 2px;
4675
5175
  outline: 2px solid #0000;
4676
5176
  }
4677
5177
  }
5178
+ }
4678
5179
 
4679
- .es\:not-disabled\:hover\:bg-red-500\/5:not(:is(:disabled, [data-rac][data-disabled])):hover {
4680
- background-color: var(--es-color-red-500);
4681
- }
4682
-
4683
- @supports (color: color-mix(in lab, red, red)) {
4684
- .es\:not-disabled\:hover\:bg-red-500\/5:not(:is(:disabled, [data-rac][data-disabled])):hover {
4685
- background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
4686
- }
4687
- }
5180
+ .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where([data-rac])[data-hovered] {
5181
+ background-color: var(--es-color-secondary-100);
5182
+ }
4688
5183
 
4689
- .es\:not-disabled\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):hover, .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):hover {
5184
+ @media (hover: hover) {
5185
+ .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where(:not([data-rac])):hover {
4690
5186
  background-color: var(--es-color-secondary-100);
4691
5187
  }
5188
+ }
5189
+
5190
+ .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where([data-rac])[data-hovered] {
5191
+ color: var(--es-color-secondary-900);
5192
+ }
4692
5193
 
4693
- .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):hover {
5194
+ @media (hover: hover) {
5195
+ .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where(:not([data-rac])):hover {
4694
5196
  color: var(--es-color-secondary-900);
4695
5197
  }
5198
+ }
4696
5199
 
4697
- .es\:hover\:after\:bg-accent-500:hover:after {
5200
+ .es\:hover\:after\:bg-accent-500:where([data-rac])[data-hovered]:after {
5201
+ content: var(--tw-content);
5202
+ background-color: var(--es-color-accent-500);
5203
+ }
5204
+
5205
+ @media (hover: hover) {
5206
+ .es\:hover\:after\:bg-accent-500:where(:not([data-rac])):hover:after {
4698
5207
  content: var(--tw-content);
4699
5208
  background-color: var(--es-color-accent-500);
4700
5209
  }
5210
+ }
4701
5211
 
4702
- .es\:hover\:not-selected\:not-disabled\:after\:from-secondary-200:hover:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
5212
+ .es\:hover\:not-selected\:not-disabled\:after\:from-secondary-200:where([data-rac])[data-hovered]:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
5213
+ content: var(--tw-content);
5214
+ --tw-gradient-from: var(--es-color-secondary-200);
5215
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5216
+ }
5217
+
5218
+ @media (hover: hover) {
5219
+ .es\:hover\:not-selected\:not-disabled\:after\:from-secondary-200:where(:not([data-rac])):hover:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
4703
5220
  content: var(--tw-content);
4704
5221
  --tw-gradient-from: var(--es-color-secondary-200);
4705
5222
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
4706
5223
  }
5224
+ }
4707
5225
 
4708
- .es\:hover\:not-selected\:not-disabled\:after\:to-secondary-300:hover:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
5226
+ .es\:hover\:not-selected\:not-disabled\:after\:to-secondary-300:where([data-rac])[data-hovered]:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
5227
+ content: var(--tw-content);
5228
+ --tw-gradient-to: var(--es-color-secondary-300);
5229
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5230
+ }
5231
+
5232
+ @media (hover: hover) {
5233
+ .es\:hover\:not-selected\:not-disabled\:after\:to-secondary-300:where(:not([data-rac])):hover:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
4709
5234
  content: var(--tw-content);
4710
5235
  --tw-gradient-to: var(--es-color-secondary-300);
4711
5236
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
4712
5237
  }
4713
5238
  }
4714
5239
 
4715
- .es\:focus\:border-accent-500:focus {
5240
+ .es\:focus\:border-accent-500:where([data-rac])[data-focused], .es\:focus\:border-accent-500:where(:not([data-rac])):focus {
4716
5241
  border-color: var(--es-color-accent-500);
4717
5242
  }
4718
5243
 
4719
- .es\:focus\:text-current:focus {
5244
+ .es\:focus\:text-current:where([data-rac])[data-focused], .es\:focus\:text-current:where(:not([data-rac])):focus {
4720
5245
  color: currentColor;
4721
5246
  }
4722
5247
 
4723
- .es\:focus\:shadow-none\!:focus {
5248
+ .es\:focus\:shadow-none\!:where([data-rac])[data-focused], .es\:focus\:shadow-none\!:where(:not([data-rac])):focus {
4724
5249
  --tw-shadow: 0 0 #0000 !important;
4725
5250
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
4726
5251
  }
4727
5252
 
4728
- .es\:focus\:ring-2:focus {
5253
+ .es\:focus\:ring-2:where([data-rac])[data-focused], .es\:focus\:ring-2:where(:not([data-rac])):focus {
4729
5254
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
4730
5255
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4731
5256
  }
4732
5257
 
4733
- .es\:focus\:ring-accent-500\/50:focus {
5258
+ .es\:focus\:ring-accent-500\/50:where([data-rac])[data-focused] {
5259
+ --tw-ring-color: var(--es-color-accent-500);
5260
+ }
5261
+
5262
+ @supports (color: color-mix(in lab, red, red)) {
5263
+ .es\:focus\:ring-accent-500\/50:where([data-rac])[data-focused] {
5264
+ --tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
5265
+ }
5266
+ }
5267
+
5268
+ .es\:focus\:ring-accent-500\/50:where(:not([data-rac])):focus {
4734
5269
  --tw-ring-color: var(--es-color-accent-500);
4735
5270
  }
4736
5271
 
4737
5272
  @supports (color: color-mix(in lab, red, red)) {
4738
- .es\:focus\:ring-accent-500\/50:focus {
5273
+ .es\:focus\:ring-accent-500\/50:where(:not([data-rac])):focus {
4739
5274
  --tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
4740
5275
  }
4741
5276
  }
4742
5277
 
5278
+ .es\:not-readonly\:focus\:shadow-md:not(:where([data-readonly], [readonly])):where([data-rac])[data-focused], .es\:not-readonly\:focus\:shadow-md:not(:where([data-readonly], [readonly])):where(:not([data-rac])):focus {
5279
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
5280
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5281
+ }
5282
+
4743
5283
  .es\:focus-visible\:z-10:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
4744
5284
  z-index: 10;
4745
5285
  }
@@ -4764,6 +5304,10 @@
4764
5304
  background-color: var(--es-color-secondary-100);
4765
5305
  }
4766
5306
 
5307
+ .es\:focus-visible\:text-accent-700:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
5308
+ color: var(--es-color-accent-700);
5309
+ }
5310
+
4767
5311
  .es\:focus-visible\:text-accent-950:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
4768
5312
  color: var(--es-color-accent-950);
4769
5313
  }
@@ -4791,6 +5335,16 @@
4791
5335
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4792
5336
  }
4793
5337
 
5338
+ .es\:focus-visible\:ring-accent-500\/30:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
5339
+ --tw-ring-color: var(--es-color-accent-500);
5340
+ }
5341
+
5342
+ @supports (color: color-mix(in lab, red, red)) {
5343
+ .es\:focus-visible\:ring-accent-500\/30:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
5344
+ --tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
5345
+ }
5346
+ }
5347
+
4794
5348
  .es\:focus-visible\:ring-accent-500\/50:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
4795
5349
  --tw-ring-color: var(--es-color-accent-500);
4796
5350
  }
@@ -4821,6 +5375,10 @@
4821
5375
  }
4822
5376
  }
4823
5377
 
5378
+ .es\:focus-visible\:inset-ring-accent-100:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
5379
+ --tw-inset-ring-color: var(--es-color-accent-100);
5380
+ }
5381
+
4824
5382
  .es\:focus-visible\:inset-ring-accent-600:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
4825
5383
  --tw-inset-ring-color: var(--es-color-accent-600);
4826
5384
  }
@@ -4879,6 +5437,109 @@
4879
5437
  color: var(--es-color-accent-500);
4880
5438
  }
4881
5439
 
5440
+ .es\:enabled\:not-pending\:cursor-pointer:enabled:not([data-pending]) {
5441
+ cursor: pointer;
5442
+ }
5443
+
5444
+ .es\:enabled\:hover\:bg-accent-500\/5:enabled:where([data-rac])[data-hovered] {
5445
+ background-color: var(--es-color-accent-500);
5446
+ }
5447
+
5448
+ @supports (color: color-mix(in lab, red, red)) {
5449
+ .es\:enabled\:hover\:bg-accent-500\/5:enabled:where([data-rac])[data-hovered] {
5450
+ background-color: color-mix(in oklab, var(--es-color-accent-500) 5%, transparent);
5451
+ }
5452
+ }
5453
+
5454
+ @media (hover: hover) {
5455
+ .es\:enabled\:hover\:bg-accent-500\/5:enabled:where(:not([data-rac])):hover {
5456
+ background-color: var(--es-color-accent-500);
5457
+ }
5458
+
5459
+ @supports (color: color-mix(in lab, red, red)) {
5460
+ .es\:enabled\:hover\:bg-accent-500\/5:enabled:where(:not([data-rac])):hover {
5461
+ background-color: color-mix(in oklab, var(--es-color-accent-500) 5%, transparent);
5462
+ }
5463
+ }
5464
+ }
5465
+
5466
+ .es\:enabled\:hover\:bg-red-500\/5:enabled:where([data-rac])[data-hovered] {
5467
+ background-color: var(--es-color-red-500);
5468
+ }
5469
+
5470
+ @supports (color: color-mix(in lab, red, red)) {
5471
+ .es\:enabled\:hover\:bg-red-500\/5:enabled:where([data-rac])[data-hovered] {
5472
+ background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
5473
+ }
5474
+ }
5475
+
5476
+ @media (hover: hover) {
5477
+ .es\:enabled\:hover\:bg-red-500\/5:enabled:where(:not([data-rac])):hover {
5478
+ background-color: var(--es-color-red-500);
5479
+ }
5480
+
5481
+ @supports (color: color-mix(in lab, red, red)) {
5482
+ .es\:enabled\:hover\:bg-red-500\/5:enabled:where(:not([data-rac])):hover {
5483
+ background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
5484
+ }
5485
+ }
5486
+ }
5487
+
5488
+ .es\:enabled\:hover\:bg-secondary-100:enabled:where([data-rac])[data-hovered] {
5489
+ background-color: var(--es-color-secondary-100);
5490
+ }
5491
+
5492
+ @media (hover: hover) {
5493
+ .es\:enabled\:hover\:bg-secondary-100:enabled:where(:not([data-rac])):hover {
5494
+ background-color: var(--es-color-secondary-100);
5495
+ }
5496
+ }
5497
+
5498
+ .es\:enabled\:hover\:shadow-md:enabled:where([data-rac])[data-hovered] {
5499
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
5500
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5501
+ }
5502
+
5503
+ @media (hover: hover) {
5504
+ .es\:enabled\:hover\:shadow-md:enabled:where(:not([data-rac])):hover {
5505
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
5506
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5507
+ }
5508
+ }
5509
+
5510
+ .es\:enabled\:active\:bg-accent-50:enabled:active {
5511
+ background-color: var(--es-color-accent-50);
5512
+ }
5513
+
5514
+ .es\:enabled\:active\:bg-accent-500\/10:enabled:active {
5515
+ background-color: var(--es-color-accent-500);
5516
+ }
5517
+
5518
+ @supports (color: color-mix(in lab, red, red)) {
5519
+ .es\:enabled\:active\:bg-accent-500\/10:enabled:active {
5520
+ background-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
5521
+ }
5522
+ }
5523
+
5524
+ .es\:enabled\:active\:bg-red-500\/10:enabled:active {
5525
+ background-color: var(--es-color-red-500);
5526
+ }
5527
+
5528
+ @supports (color: color-mix(in lab, red, red)) {
5529
+ .es\:enabled\:active\:bg-red-500\/10:enabled:active {
5530
+ background-color: color-mix(in oklab, var(--es-color-red-500) 10%, transparent);
5531
+ }
5532
+ }
5533
+
5534
+ .es\:enabled\:active\:text-accent-950:enabled:active {
5535
+ color: var(--es-color-accent-950);
5536
+ }
5537
+
5538
+ .es\:enabled\:active\:shadow-sm:enabled:active {
5539
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
5540
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5541
+ }
5542
+
4882
5543
  .es\:disabled\:invisible:is(:disabled, [data-rac][data-disabled]) {
4883
5544
  visibility: hidden;
4884
5545
  }
@@ -5056,66 +5717,66 @@
5056
5717
  .es\:motion-safe\:motion-preset-slide-down-sm {
5057
5718
  --motion-origin-translate-y: -5%;
5058
5719
  --motion-origin-opacity: 0;
5059
- --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
5060
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5061
- animation: var(--motion-all-loop-and-enter-animations);
5720
+ --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
5721
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5722
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5062
5723
  }
5063
5724
 
5064
5725
  .es\:motion-safe\:motion-scale-in-95 {
5065
5726
  --motion-origin-scale-x: .95;
5066
5727
  --motion-origin-scale-y: .95;
5067
- --motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
5068
- animation: var(--motion-all-loop-and-enter-animations);
5728
+ --motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration, var(--motion-duration)) * var(--motion-scale-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-scale-timing, var(--motion-timing)) var(--motion-scale-delay, var(--motion-delay)) both;
5729
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5069
5730
  }
5070
5731
 
5071
5732
  .es\:motion-safe\:motion-scale-out-90 {
5072
5733
  --motion-end-scale-x: .9;
5073
5734
  --motion-end-scale-y: .9;
5074
- --motion-scale-out-animation: motion-scale-out calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
5075
- animation: var(--motion-all-exit-animations);
5735
+ --motion-scale-out-animation: motion-scale-out calc(var(--motion-scale-duration, var(--motion-duration)) * var(--motion-scale-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-scale-timing, var(--motion-timing)) var(--motion-scale-delay, var(--motion-delay)) both;
5736
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5076
5737
  }
5077
5738
 
5078
5739
  .es\:motion-safe\:motion-scale-out-95 {
5079
5740
  --motion-end-scale-x: .95;
5080
5741
  --motion-end-scale-y: .95;
5081
- --motion-scale-out-animation: motion-scale-out calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
5082
- animation: var(--motion-all-exit-animations);
5742
+ --motion-scale-out-animation: motion-scale-out calc(var(--motion-scale-duration, var(--motion-duration)) * var(--motion-scale-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-scale-timing, var(--motion-timing)) var(--motion-scale-delay, var(--motion-delay)) both;
5743
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5083
5744
  }
5084
5745
 
5085
5746
  .es\:motion-safe\:motion-translate-y-in-\[-0\.25rem\] {
5086
5747
  --motion-origin-translate-y: -.25rem;
5087
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5088
- animation: var(--motion-all-loop-and-enter-animations);
5748
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5749
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5089
5750
  }
5090
5751
 
5091
5752
  .es\:motion-safe\:motion-translate-y-in-\[-5\%\] {
5092
5753
  --motion-origin-translate-y: -5%;
5093
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5094
- animation: var(--motion-all-loop-and-enter-animations);
5754
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5755
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5095
5756
  }
5096
5757
 
5097
5758
  .es\:motion-safe\:motion-translate-y-in-\[0\.25rem\] {
5098
5759
  --motion-origin-translate-y: .25rem;
5099
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5100
- animation: var(--motion-all-loop-and-enter-animations);
5760
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5761
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5101
5762
  }
5102
5763
 
5103
5764
  .es\:motion-safe\:motion-translate-y-out-\[-0\.25rem\] {
5104
5765
  --motion-end-translate-y: -.25rem;
5105
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5106
- animation: var(--motion-all-exit-animations);
5766
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5767
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5107
5768
  }
5108
5769
 
5109
5770
  .es\:motion-safe\:motion-translate-y-out-\[-5\%\] {
5110
5771
  --motion-end-translate-y: -5%;
5111
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5112
- animation: var(--motion-all-exit-animations);
5772
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5773
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5113
5774
  }
5114
5775
 
5115
5776
  .es\:motion-safe\:motion-translate-y-out-\[0\.25rem\] {
5116
5777
  --motion-end-translate-y: .25rem;
5117
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5118
- animation: var(--motion-all-exit-animations);
5778
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5779
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5119
5780
  }
5120
5781
 
5121
5782
  .es\:motion-safe\:motion-ease-spring-bouncy {
@@ -5147,50 +5808,50 @@
5147
5808
 
5148
5809
  .es\:motion-safe\:data-\[placement\=bottom\]\:-motion-translate-y-in-\[5\%\][data-placement="bottom"] {
5149
5810
  --motion-origin-translate-y: calc(5% * -1);
5150
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5151
- animation: var(--motion-all-loop-and-enter-animations);
5811
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5812
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5152
5813
  }
5153
5814
 
5154
5815
  .es\:motion-safe\:data-\[placement\=bottom\]\:motion-translate-y-out-\[-12\.5\%\][data-placement="bottom"] {
5155
5816
  --motion-end-translate-y: -12.5%;
5156
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5157
- animation: var(--motion-all-exit-animations);
5817
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5818
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5158
5819
  }
5159
5820
 
5160
5821
  .es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-in-\[5\%\][data-placement="left"] {
5161
5822
  --motion-origin-translate-x: 5%;
5162
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5163
- animation: var(--motion-all-loop-and-enter-animations);
5823
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5824
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5164
5825
  }
5165
5826
 
5166
5827
  .es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-out-\[12\.5\%\][data-placement="left"] {
5167
5828
  --motion-end-translate-x: 12.5%;
5168
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5169
- animation: var(--motion-all-exit-animations);
5829
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5830
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5170
5831
  }
5171
5832
 
5172
5833
  .es\:motion-safe\:data-\[placement\=right\]\:-motion-translate-x-in-\[5\%\][data-placement="right"] {
5173
5834
  --motion-origin-translate-x: calc(5% * -1);
5174
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5175
- animation: var(--motion-all-loop-and-enter-animations);
5835
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5836
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5176
5837
  }
5177
5838
 
5178
5839
  .es\:motion-safe\:data-\[placement\=right\]\:motion-translate-x-out-\[-12\.5\%\][data-placement="right"] {
5179
5840
  --motion-end-translate-x: -12.5%;
5180
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5181
- animation: var(--motion-all-exit-animations);
5841
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5842
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5182
5843
  }
5183
5844
 
5184
5845
  .es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-in-\[5\%\][data-placement="top"] {
5185
5846
  --motion-origin-translate-y: 5%;
5186
- --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5187
- animation: var(--motion-all-loop-and-enter-animations);
5847
+ --motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5848
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5188
5849
  }
5189
5850
 
5190
5851
  .es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-out-\[12\.5\%\][data-placement="top"] {
5191
5852
  --motion-end-translate-y: 12.5%;
5192
- --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
5193
- animation: var(--motion-all-exit-animations);
5853
+ --motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
5854
+ animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
5194
5855
  }
5195
5856
  }
5196
5857
 
@@ -5198,8 +5859,8 @@
5198
5859
  .es\:motion-reduce\:motion-preset-fade, .es\:motion-reduce\:motion-preset-fade-md {
5199
5860
  --motion-origin-opacity: 0;
5200
5861
  --motion-duration: .5s;
5201
- --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
5202
- animation: var(--motion-all-loop-and-enter-animations);
5862
+ --motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
5863
+ animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
5203
5864
  }
5204
5865
  }
5205
5866
 
@@ -5225,18 +5886,62 @@
5225
5886
  }
5226
5887
  }
5227
5888
 
5228
- .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
5229
- --tw-outline-style: none;
5230
- outline-style: none;
5889
+ .es\:pending\:cursor-wait[data-pending] {
5890
+ cursor: wait;
5231
5891
  }
5232
5892
 
5233
- @media (forced-colors: active) {
5234
- .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
5235
- outline-offset: 2px;
5236
- outline: 2px solid #0000;
5893
+ .es\:pending\:shadow-none\![data-pending] {
5894
+ --tw-shadow: 0 0 #0000 !important;
5895
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
5896
+ }
5897
+
5898
+ .es\:enabled\:pressed\:bg-accent-50:enabled[data-pressed] {
5899
+ background-color: var(--es-color-accent-50);
5900
+ }
5901
+
5902
+ .es\:enabled\:pressed\:bg-accent-500\/10:enabled[data-pressed] {
5903
+ background-color: var(--es-color-accent-500);
5904
+ }
5905
+
5906
+ @supports (color: color-mix(in lab, red, red)) {
5907
+ .es\:enabled\:pressed\:bg-accent-500\/10:enabled[data-pressed] {
5908
+ background-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
5909
+ }
5910
+ }
5911
+
5912
+ .es\:enabled\:pressed\:bg-red-500\/10:enabled[data-pressed] {
5913
+ background-color: var(--es-color-red-500);
5914
+ }
5915
+
5916
+ @supports (color: color-mix(in lab, red, red)) {
5917
+ .es\:enabled\:pressed\:bg-red-500\/10:enabled[data-pressed] {
5918
+ background-color: color-mix(in oklab, var(--es-color-red-500) 10%, transparent);
5237
5919
  }
5238
5920
  }
5239
5921
 
5922
+ .es\:enabled\:pressed\:text-accent-950:enabled[data-pressed] {
5923
+ color: var(--es-color-accent-950);
5924
+ }
5925
+
5926
+ .es\:enabled\:pressed\:shadow-sm:enabled[data-pressed] {
5927
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
5928
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5929
+ }
5930
+
5931
+ .es\:selected\:border-accent-400\/10[data-selected] {
5932
+ border-color: var(--es-color-accent-400);
5933
+ }
5934
+
5935
+ @supports (color: color-mix(in lab, red, red)) {
5936
+ .es\:selected\:border-accent-400\/10[data-selected] {
5937
+ border-color: color-mix(in oklab, var(--es-color-accent-400) 10%, transparent);
5938
+ }
5939
+ }
5940
+
5941
+ .es\:selected\:border-accent-600[data-selected] {
5942
+ border-color: var(--es-color-accent-600);
5943
+ }
5944
+
5240
5945
  .es\:selected\:bg-accent-50\/50[data-selected] {
5241
5946
  background-color: var(--es-color-accent-50);
5242
5947
  }
@@ -5247,18 +5952,47 @@
5247
5952
  }
5248
5953
  }
5249
5954
 
5250
- .es\:selected\:bg-accent-400\/15[data-selected] {
5251
- background-color: var(--es-color-accent-400);
5955
+ .es\:selected\:bg-gradient-to-br[data-selected] {
5956
+ --tw-gradient-position: to bottom right in oklab;
5957
+ background-image: linear-gradient(var(--tw-gradient-stops));
5958
+ }
5959
+
5960
+ .es\:selected\:from-accent-300\/10[data-selected] {
5961
+ --tw-gradient-from: var(--es-color-accent-300);
5252
5962
  }
5253
5963
 
5254
5964
  @supports (color: color-mix(in lab, red, red)) {
5255
- .es\:selected\:bg-accent-400\/15[data-selected] {
5256
- background-color: color-mix(in oklab, var(--es-color-accent-400) 15%, transparent);
5965
+ .es\:selected\:from-accent-300\/10[data-selected] {
5966
+ --tw-gradient-from: color-mix(in oklab, var(--es-color-accent-300) 10%, transparent);
5257
5967
  }
5258
5968
  }
5259
5969
 
5260
- .es\:selected\:bg-accent-600[data-selected] {
5261
- background-color: var(--es-color-accent-600);
5970
+ .es\:selected\:from-accent-300\/10[data-selected] {
5971
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5972
+ }
5973
+
5974
+ .es\:selected\:from-accent-500[data-selected] {
5975
+ --tw-gradient-from: var(--es-color-accent-500);
5976
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5977
+ }
5978
+
5979
+ .es\:selected\:to-accent-400\/20[data-selected] {
5980
+ --tw-gradient-to: var(--es-color-accent-400);
5981
+ }
5982
+
5983
+ @supports (color: color-mix(in lab, red, red)) {
5984
+ .es\:selected\:to-accent-400\/20[data-selected] {
5985
+ --tw-gradient-to: color-mix(in oklab, var(--es-color-accent-400) 20%, transparent);
5986
+ }
5987
+ }
5988
+
5989
+ .es\:selected\:to-accent-400\/20[data-selected] {
5990
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5991
+ }
5992
+
5993
+ .es\:selected\:to-accent-600[data-selected] {
5994
+ --tw-gradient-to: var(--es-color-accent-600);
5995
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5262
5996
  }
5263
5997
 
5264
5998
  .es\:selected\:text-accent-900[data-selected] {
@@ -5285,9 +6019,9 @@
5285
6019
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
5286
6020
  }
5287
6021
 
5288
- .es\:selected\:after\:shadow-xs[data-selected]:after {
6022
+ .es\:selected\:after\:shadow-sm[data-selected]:after {
5289
6023
  content: var(--tw-content);
5290
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
6024
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
5291
6025
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5292
6026
  }
5293
6027
 
@@ -5302,10 +6036,6 @@
5302
6036
  }
5303
6037
  }
5304
6038
 
5305
- .es\:readonly\:bg-secondary-50:where([data-readonly], [readonly]) {
5306
- background-color: var(--es-color-secondary-50);
5307
- }
5308
-
5309
6039
  .es\:dragging\:scale-110\![data-dragging] {
5310
6040
  --tw-scale-x: 110% !important;
5311
6041
  --tw-scale-y: 110% !important;
@@ -5313,6 +6043,27 @@
5313
6043
  scale: var(--tw-scale-x) var(--tw-scale-y) !important;
5314
6044
  }
5315
6045
 
6046
+ .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
6047
+ --tw-outline-style: none;
6048
+ outline-style: none;
6049
+ }
6050
+
6051
+ @media (forced-colors: active) {
6052
+ .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
6053
+ outline-offset: 2px;
6054
+ outline: 2px solid #0000;
6055
+ }
6056
+ }
6057
+
6058
+ .es\:readonly\:bg-secondary-50:where([data-readonly], [readonly]) {
6059
+ background-color: var(--es-color-secondary-50);
6060
+ }
6061
+
6062
+ .es\:readonly\:shadow-xs\!:where([data-readonly], [readonly]) {
6063
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d) !important;
6064
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
6065
+ }
6066
+
5316
6067
  .es\:icon\:absolute > svg {
5317
6068
  position: absolute;
5318
6069
  }
@@ -5371,6 +6122,11 @@
5371
6122
  height: calc(var(--es-spacing) * 7);
5372
6123
  }
5373
6124
 
6125
+ .es\:icon\:size-7\! > svg {
6126
+ width: calc(var(--es-spacing) * 7) !important;
6127
+ height: calc(var(--es-spacing) * 7) !important;
6128
+ }
6129
+
5374
6130
  .es\:icon\:size-\[0\.8rem\] > svg {
5375
6131
  width: .8rem;
5376
6132
  height: .8rem;