@eightshift/ui-components 2.0.2 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Button-OQ5EIPvt.js → Button-BPLceDeW.js} +5 -5
- package/dist/{Collection-CJM_asJz.js → Collection-CZxddMZS.js} +241 -135
- package/dist/{Color-B0HgM8f4.js → Color-MV5kBVXr.js} +1 -1
- package/dist/{ColorSwatch-Dv3Wxdl_.js → ColorSwatch-BqQfVu4L.js} +5 -5
- package/dist/{ComboBox-BnlZjJ3T.js → ComboBox-_RfyhwZw.js} +42 -21
- package/dist/{Dialog-CIh-hX93.js → Dialog-8tYeQ9n4.js} +202 -91
- package/dist/{FieldError-D7A6s7O5.js → FieldError-52GVSGgC.js} +2 -2
- package/dist/{FocusScope-Cs5_OoeA.js → FocusScope-Cri5BFRz.js} +206 -43
- package/dist/{Group-D6tr3U_n.js → Group-_emcIVxI.js} +3 -3
- package/dist/{Heading-DiYTXoIW.js → Heading-B2153VXe.js} +1 -1
- package/dist/{Hidden-DnOd_jPX.js → Hidden-rE6uR-lr.js} +2 -6
- package/dist/{Input-Se0m3ubj.js → Input-BxpFEIXV.js} +10 -10
- package/dist/{Label-Ca9uelsn.js → Label-icmbmNdI.js} +2 -2
- package/dist/{List-Br274SP1.js → List-CZMUbkFU.js} +3 -1
- package/dist/{ListBox-D9dFEh5A.js → ListBox-Ca6hiCqz.js} +29 -28
- package/dist/{OverlayArrow-1jx-ZyCR.js → OverlayArrow-CYXQSlEU.js} +7 -7
- package/dist/{Select-aab027f3.esm-HFNIFFya.js → Select-aab027f3.esm-PDJCDE95.js} +2 -2
- package/dist/{Separator-BhZycTUp.js → Separator-4IIDRlV_.js} +4 -4
- package/dist/{Slider-BZNaJylD.js → Slider-rz2XRMGm.js} +15 -16
- package/dist/{Text-aOUPPvTO.js → Text-DVSAPY-K.js} +1 -1
- package/dist/{VisuallyHidden-ClTQo25k.js → VisuallyHidden-f9zX67a_.js} +2 -2
- package/dist/assets/style-admin.css +1289 -1338
- package/dist/assets/style-editor.css +433 -482
- package/dist/assets/style.css +433 -482
- package/dist/assets/wp-font-enhancements.css +3 -3
- package/dist/assets/wp-ui-enhancements.css +45 -45
- package/dist/components/base-control/base-control.js +1 -1
- package/dist/components/button/button.js +6 -6
- package/dist/components/checkbox/checkbox.js +13 -10
- package/dist/components/color-pickers/color-picker.js +1 -1
- package/dist/components/color-pickers/color-swatch.js +3 -3
- package/dist/components/color-pickers/gradient-editor.js +4 -4
- package/dist/components/color-pickers/solid-color-picker.js +22 -24
- package/dist/components/component-toggle/component-toggle.js +1 -1
- package/dist/components/container-panel/container-panel.js +9 -3
- package/dist/components/draggable/draggable-handle.js +2 -2
- package/dist/components/draggable/draggable.js +1167 -871
- package/dist/components/draggable-list/draggable-list-item.js +2 -2
- package/dist/components/draggable-list/draggable-list.js +2 -2
- package/dist/components/expandable/expandable.js +9 -9
- package/dist/components/input-field/input-field.js +10 -9
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +9 -10
- package/dist/components/matrix-align/matrix-align.js +2 -2
- package/dist/components/menu/menu.js +3 -3
- package/dist/components/modal/modal.js +7 -7
- package/dist/components/number-picker/number-picker.js +15 -13
- package/dist/components/option-select/option-select.js +1 -1
- package/dist/components/options-panel/options-panel.js +1 -1
- package/dist/components/placeholders/file-placeholder.js +1 -1
- package/dist/components/placeholders/image-placeholder.js +1 -1
- package/dist/components/popover/popover.js +2 -2
- package/dist/components/radio/radio.js +20 -17
- package/dist/components/repeater/repeater-item.js +10 -3
- package/dist/components/repeater/repeater.js +34 -5
- package/dist/components/responsive/mini-responsive.js +8 -5
- package/dist/components/responsive/responsive-legacy.js +2 -2
- package/dist/components/responsive/responsive.js +10 -7
- package/dist/components/responsive-preview/responsive-preview.js +1 -1
- package/dist/components/rich-label/rich-label.js +4 -3
- package/dist/components/select/async-multi-select.js +4 -4
- package/dist/components/select/async-single-select.js +3 -3
- package/dist/components/select/custom-select-default-components.js +1 -1
- package/dist/components/select/multi-select-components.js +3 -3
- package/dist/components/select/multi-select.js +4 -4
- package/dist/components/select/react-select-component-wrappers.js +1 -1
- package/dist/components/select/single-select.js +3 -3
- package/dist/components/select/v2/async-select.js +10 -10
- package/dist/components/select/v2/shared.js +2 -2
- package/dist/components/select/v2/single-select.js +24 -23
- package/dist/components/slider/column-config-slider.js +3 -3
- package/dist/components/slider/slider.js +3 -3
- package/dist/components/slider/utils.js +1 -1
- package/dist/components/tabs/tabs.js +46 -26
- package/dist/components/toggle/switch.js +7 -7
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggle-button/toggle-button.js +6 -6
- package/dist/components/tooltip/tooltip.js +18 -24
- package/dist/{context-CDOs-GuR.js → context-D2KUdwNL.js} +1 -1
- package/dist/{default-i18n-CM1-Xvzf.js → default-i18n-CT_oS1Fy.js} +22 -3
- package/dist/icons/icons.js +229 -1629
- package/dist/icons/index.js +2 -3
- package/dist/icons/jsx-svg.js +1 -1
- package/dist/{index-641ee5b8.esm-DbdaYaxR.js → index-641ee5b8.esm-DIuJijyT.js} +31 -31
- package/dist/{index-CcCn9HWX.js → index-BKGQ6jGS.js} +1 -1
- package/dist/{index-BRp93Yfa.js → index-CFozsmNS.js} +4 -1
- package/dist/{multi-select-components-DJfz929p.js → multi-select-components-Sp-JEFEX.js} +4 -4
- package/dist/{react-jsx-parser.min-CVit0rZn.js → react-jsx-parser.min-DZCiis5V.js} +48 -20
- package/dist/{react-select-async.esm-DcVLw9X5.js → react-select-async.esm-Bql4G5iV.js} +3 -3
- package/dist/{react-select.esm-OZ0cmTjg.js → react-select.esm-B_TudhTU.js} +3 -3
- package/dist/{textSelection-BlTDSskG.js → textSelection-0UUS8Yfg.js} +8 -47
- package/dist/{useButton-CmLbE5vg.js → useButton-Cg474OYB.js} +5 -5
- package/dist/{useEvent-cLDJlznQ.js → useEvent-B0b-6KBr.js} +1 -1
- package/dist/useFocusRing-CV5l3lf6.js +107 -0
- package/dist/{useFormReset-NpLM2e3G.js → useFormReset-C5OggHsw.js} +1 -1
- package/dist/{useFormValidation-BWwmZQE2.js → useFormValidation-DhDNSjws.js} +3 -3
- package/dist/{focusSafely-CiqTTjWy.js → useHover-DwDr6ozG.js} +305 -98
- package/dist/{useLabel-C85N3Hzw.js → useLabel-D7HkNEHT.js} +2 -2
- package/dist/{useLabels-C_2wWraB.js → useLabels-D8cxd1Z8.js} +1 -1
- package/dist/{useListState-Z7FB_NzO.js → useListState-DVr6aYd_.js} +28 -13
- package/dist/{useLocalizedStringFormatter-BQ4TF72x.js → useLocalizedStringFormatter-CFP1YZWQ.js} +1 -1
- package/dist/{useNumberField-Bm6_BVl9.js → useNumberField-TwM0Z9D1.js} +10 -10
- package/dist/{useNumberFormatter-DlUVKkO7.js → useNumberFormatter-321rAb4J.js} +1 -1
- package/dist/{usePress-rg_OQIGW.js → usePress-Cucx-xSA.js} +69 -63
- package/dist/{useSingleSelectListState-Cu3xtEJS.js → useSingleSelectListState-CMGsRHHh.js} +2 -2
- package/dist/{useToggle-DzlgBLAJ.js → useToggle-C0I3vs0g.js} +9 -7
- package/dist/{useToggleState-DhSBQxkp.js → useToggleState-CmQX3SoX.js} +1 -1
- package/dist/{utils-39D0mStj.js → utils-DkCSC521.js} +38 -35
- package/package.json +32 -32
- package/dist/useFocusRing-CGp3guTX.js +0 -41
- package/dist/useFocusable-087cO5Ct.js +0 -81
package/dist/assets/style.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
2
|
-
:root {
|
|
1
|
+
/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
|
|
2
|
+
:root, :host {
|
|
3
3
|
--es-font-sans: "Geist Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
4
4
|
--es-font-mono: "Geist Mono Variable", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
5
5
|
--es-default-transition-duration: .3s;
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
--es-text-xs--line-height: 1.3;
|
|
10
10
|
--es-spacing-3_25: .8125rem;
|
|
11
11
|
--es-spacing-5_5: 1.375rem;
|
|
12
|
-
--es-spacing-18: 4.5rem;
|
|
13
12
|
--es-color-secondary-50: var(--es-color-zinc-50);
|
|
14
13
|
--es-color-secondary-100: var(--es-color-zinc-100);
|
|
15
14
|
--es-color-secondary-200: var(--es-color-zinc-200);
|
|
@@ -20,11 +19,8 @@
|
|
|
20
19
|
--es-color-secondary-700: var(--es-color-zinc-700);
|
|
21
20
|
--es-color-secondary-800: var(--es-color-zinc-800);
|
|
22
21
|
--es-color-secondary-900: var(--es-color-zinc-900);
|
|
23
|
-
--es-color-secondary-950: var(--es-color-zinc-950);
|
|
24
22
|
--es-color-accent-50: var(--es-color-teal-50);
|
|
25
23
|
--es-color-accent-100: var(--es-color-teal-100);
|
|
26
|
-
--es-color-accent-200: var(--es-color-teal-200);
|
|
27
|
-
--es-color-accent-300: var(--es-color-teal-300);
|
|
28
24
|
--es-color-accent-400: var(--es-color-teal-400);
|
|
29
25
|
--es-color-accent-500: var(--es-color-teal-500);
|
|
30
26
|
--es-color-accent-600: var(--es-color-teal-600);
|
|
@@ -32,11 +28,9 @@
|
|
|
32
28
|
--es-color-accent-800: var(--es-color-teal-800);
|
|
33
29
|
--es-color-accent-900: var(--es-color-teal-900);
|
|
34
30
|
--es-color-accent-950: var(--es-color-teal-950);
|
|
35
|
-
--es-font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
36
31
|
--es-color-red-50: oklch(.971 .013 17.38);
|
|
37
32
|
--es-color-red-100: oklch(.936 .032 17.717);
|
|
38
33
|
--es-color-red-200: oklch(.885 .062 18.334);
|
|
39
|
-
--es-color-red-300: oklch(.808 .114 19.571);
|
|
40
34
|
--es-color-red-400: oklch(.704 .191 22.216);
|
|
41
35
|
--es-color-red-500: oklch(.637 .237 25.331);
|
|
42
36
|
--es-color-red-600: oklch(.577 .245 27.325);
|
|
@@ -44,17 +38,7 @@
|
|
|
44
38
|
--es-color-red-800: oklch(.444 .177 26.899);
|
|
45
39
|
--es-color-red-900: oklch(.396 .141 25.723);
|
|
46
40
|
--es-color-red-950: oklch(.258 .092 26.042);
|
|
47
|
-
--es-color-orange-50: oklch(.98 .016 73.684);
|
|
48
|
-
--es-color-orange-100: oklch(.954 .038 75.164);
|
|
49
|
-
--es-color-orange-200: oklch(.901 .076 70.697);
|
|
50
|
-
--es-color-orange-300: oklch(.837 .128 66.29);
|
|
51
|
-
--es-color-orange-400: oklch(.75 .183 55.934);
|
|
52
41
|
--es-color-orange-500: oklch(.705 .213 47.604);
|
|
53
|
-
--es-color-orange-600: oklch(.646 .222 41.116);
|
|
54
|
-
--es-color-orange-700: oklch(.553 .195 38.402);
|
|
55
|
-
--es-color-orange-800: oklch(.47 .157 37.304);
|
|
56
|
-
--es-color-orange-900: oklch(.408 .123 38.172);
|
|
57
|
-
--es-color-orange-950: oklch(.266 .079 36.259);
|
|
58
42
|
--es-color-amber-50: oklch(.987 .022 95.277);
|
|
59
43
|
--es-color-amber-100: oklch(.962 .059 95.617);
|
|
60
44
|
--es-color-amber-200: oklch(.924 .12 95.746);
|
|
@@ -66,28 +50,9 @@
|
|
|
66
50
|
--es-color-amber-800: oklch(.473 .137 46.201);
|
|
67
51
|
--es-color-amber-900: oklch(.414 .112 45.904);
|
|
68
52
|
--es-color-amber-950: oklch(.279 .077 45.635);
|
|
69
|
-
--es-color-yellow-50: oklch(.987 .026 102.212);
|
|
70
|
-
--es-color-yellow-100: oklch(.973 .071 103.193);
|
|
71
|
-
--es-color-yellow-200: oklch(.945 .129 101.54);
|
|
72
|
-
--es-color-yellow-300: oklch(.905 .182 98.111);
|
|
73
53
|
--es-color-yellow-400: oklch(.852 .199 91.936);
|
|
74
54
|
--es-color-yellow-500: oklch(.795 .184 86.047);
|
|
75
|
-
--es-color-yellow-600: oklch(.681 .162 75.834);
|
|
76
|
-
--es-color-yellow-700: oklch(.554 .135 66.442);
|
|
77
|
-
--es-color-yellow-800: oklch(.476 .114 61.907);
|
|
78
|
-
--es-color-yellow-900: oklch(.421 .095 57.708);
|
|
79
|
-
--es-color-yellow-950: oklch(.286 .066 53.813);
|
|
80
|
-
--es-color-lime-50: oklch(.986 .031 120.757);
|
|
81
|
-
--es-color-lime-100: oklch(.967 .067 122.328);
|
|
82
|
-
--es-color-lime-200: oklch(.938 .127 124.321);
|
|
83
|
-
--es-color-lime-300: oklch(.897 .196 126.665);
|
|
84
|
-
--es-color-lime-400: oklch(.841 .238 128.85);
|
|
85
55
|
--es-color-lime-500: oklch(.768 .233 130.85);
|
|
86
|
-
--es-color-lime-600: oklch(.648 .2 131.684);
|
|
87
|
-
--es-color-lime-700: oklch(.532 .157 131.589);
|
|
88
|
-
--es-color-lime-800: oklch(.453 .124 130.933);
|
|
89
|
-
--es-color-lime-900: oklch(.405 .101 131.063);
|
|
90
|
-
--es-color-lime-950: oklch(.274 .072 132.109);
|
|
91
56
|
--es-color-green-50: oklch(.982 .018 155.826);
|
|
92
57
|
--es-color-green-100: oklch(.962 .044 156.743);
|
|
93
58
|
--es-color-green-200: oklch(.925 .084 155.995);
|
|
@@ -99,21 +64,8 @@
|
|
|
99
64
|
--es-color-green-800: oklch(.448 .119 151.328);
|
|
100
65
|
--es-color-green-900: oklch(.393 .095 152.535);
|
|
101
66
|
--es-color-green-950: oklch(.266 .065 152.934);
|
|
102
|
-
--es-color-emerald-50: oklch(.979 .021 166.113);
|
|
103
|
-
--es-color-emerald-100: oklch(.95 .052 163.051);
|
|
104
|
-
--es-color-emerald-200: oklch(.905 .093 164.15);
|
|
105
|
-
--es-color-emerald-300: oklch(.845 .143 164.978);
|
|
106
|
-
--es-color-emerald-400: oklch(.765 .177 163.223);
|
|
107
|
-
--es-color-emerald-500: oklch(.696 .17 162.48);
|
|
108
|
-
--es-color-emerald-600: oklch(.596 .145 163.225);
|
|
109
|
-
--es-color-emerald-700: oklch(.508 .118 165.612);
|
|
110
|
-
--es-color-emerald-800: oklch(.432 .095 166.913);
|
|
111
|
-
--es-color-emerald-900: oklch(.378 .077 168.94);
|
|
112
|
-
--es-color-emerald-950: oklch(.262 .051 172.552);
|
|
113
67
|
--es-color-teal-50: oklch(.984 .014 180.72);
|
|
114
68
|
--es-color-teal-100: oklch(.953 .051 180.801);
|
|
115
|
-
--es-color-teal-200: oklch(.91 .096 180.426);
|
|
116
|
-
--es-color-teal-300: oklch(.855 .138 181.071);
|
|
117
69
|
--es-color-teal-400: oklch(.777 .152 181.912);
|
|
118
70
|
--es-color-teal-500: oklch(.704 .14 182.503);
|
|
119
71
|
--es-color-teal-600: oklch(.6 .118 184.704);
|
|
@@ -121,28 +73,8 @@
|
|
|
121
73
|
--es-color-teal-800: oklch(.437 .078 188.216);
|
|
122
74
|
--es-color-teal-900: oklch(.386 .063 188.416);
|
|
123
75
|
--es-color-teal-950: oklch(.277 .046 192.524);
|
|
124
|
-
--es-color-cyan-50: oklch(.984 .019 200.873);
|
|
125
|
-
--es-color-cyan-100: oklch(.956 .045 203.388);
|
|
126
|
-
--es-color-cyan-200: oklch(.917 .08 205.041);
|
|
127
|
-
--es-color-cyan-300: oklch(.865 .127 207.078);
|
|
128
|
-
--es-color-cyan-400: oklch(.789 .154 211.53);
|
|
129
76
|
--es-color-cyan-500: oklch(.715 .143 215.221);
|
|
130
|
-
--es-color-cyan-600: oklch(.609 .126 221.723);
|
|
131
|
-
--es-color-cyan-700: oklch(.52 .105 223.128);
|
|
132
|
-
--es-color-cyan-800: oklch(.45 .085 224.283);
|
|
133
|
-
--es-color-cyan-900: oklch(.398 .07 227.392);
|
|
134
|
-
--es-color-cyan-950: oklch(.302 .056 229.695);
|
|
135
|
-
--es-color-sky-50: oklch(.977 .013 236.62);
|
|
136
|
-
--es-color-sky-100: oklch(.951 .026 236.824);
|
|
137
|
-
--es-color-sky-200: oklch(.901 .058 230.902);
|
|
138
|
-
--es-color-sky-300: oklch(.828 .111 230.318);
|
|
139
77
|
--es-color-sky-400: oklch(.746 .16 232.661);
|
|
140
|
-
--es-color-sky-500: oklch(.685 .169 237.323);
|
|
141
|
-
--es-color-sky-600: oklch(.588 .158 241.966);
|
|
142
|
-
--es-color-sky-700: oklch(.5 .134 242.749);
|
|
143
|
-
--es-color-sky-800: oklch(.443 .11 240.79);
|
|
144
|
-
--es-color-sky-900: oklch(.391 .09 240.876);
|
|
145
|
-
--es-color-sky-950: oklch(.293 .066 243.157);
|
|
146
78
|
--es-color-blue-50: oklch(.97 .014 254.604);
|
|
147
79
|
--es-color-blue-100: oklch(.932 .032 255.585);
|
|
148
80
|
--es-color-blue-200: oklch(.882 .059 254.128);
|
|
@@ -154,17 +86,7 @@
|
|
|
154
86
|
--es-color-blue-800: oklch(.424 .199 265.638);
|
|
155
87
|
--es-color-blue-900: oklch(.379 .146 265.522);
|
|
156
88
|
--es-color-blue-950: oklch(.282 .091 267.935);
|
|
157
|
-
--es-color-indigo-50: oklch(.962 .018 272.314);
|
|
158
|
-
--es-color-indigo-100: oklch(.93 .034 272.788);
|
|
159
|
-
--es-color-indigo-200: oklch(.87 .065 274.039);
|
|
160
|
-
--es-color-indigo-300: oklch(.785 .115 274.713);
|
|
161
|
-
--es-color-indigo-400: oklch(.673 .182 276.935);
|
|
162
89
|
--es-color-indigo-500: oklch(.585 .233 277.117);
|
|
163
|
-
--es-color-indigo-600: oklch(.511 .262 276.966);
|
|
164
|
-
--es-color-indigo-700: oklch(.457 .24 277.023);
|
|
165
|
-
--es-color-indigo-800: oklch(.398 .195 277.366);
|
|
166
|
-
--es-color-indigo-900: oklch(.359 .144 278.697);
|
|
167
|
-
--es-color-indigo-950: oklch(.257 .09 281.288);
|
|
168
90
|
--es-color-violet-50: oklch(.969 .016 293.756);
|
|
169
91
|
--es-color-violet-100: oklch(.943 .029 294.588);
|
|
170
92
|
--es-color-violet-200: oklch(.894 .057 293.283);
|
|
@@ -177,49 +99,7 @@
|
|
|
177
99
|
--es-color-violet-900: oklch(.38 .189 293.745);
|
|
178
100
|
--es-color-violet-950: oklch(.283 .141 291.089);
|
|
179
101
|
--es-color-purple-50: oklch(.977 .014 308.299);
|
|
180
|
-
--es-color-purple-100: oklch(.946 .033 307.174);
|
|
181
|
-
--es-color-purple-200: oklch(.902 .063 306.703);
|
|
182
|
-
--es-color-purple-300: oklch(.827 .119 306.383);
|
|
183
|
-
--es-color-purple-400: oklch(.714 .203 305.504);
|
|
184
|
-
--es-color-purple-500: oklch(.627 .265 303.9);
|
|
185
|
-
--es-color-purple-600: oklch(.558 .288 302.321);
|
|
186
|
-
--es-color-purple-700: oklch(.496 .265 301.924);
|
|
187
|
-
--es-color-purple-800: oklch(.438 .218 303.724);
|
|
188
|
-
--es-color-purple-900: oklch(.381 .176 304.987);
|
|
189
|
-
--es-color-purple-950: oklch(.291 .149 302.717);
|
|
190
|
-
--es-color-fuchsia-50: oklch(.977 .017 320.058);
|
|
191
|
-
--es-color-fuchsia-100: oklch(.952 .037 318.852);
|
|
192
|
-
--es-color-fuchsia-200: oklch(.903 .076 319.62);
|
|
193
|
-
--es-color-fuchsia-300: oklch(.833 .145 321.434);
|
|
194
|
-
--es-color-fuchsia-400: oklch(.74 .238 322.16);
|
|
195
102
|
--es-color-fuchsia-500: oklch(.667 .295 322.15);
|
|
196
|
-
--es-color-fuchsia-600: oklch(.591 .293 322.896);
|
|
197
|
-
--es-color-fuchsia-700: oklch(.518 .253 323.949);
|
|
198
|
-
--es-color-fuchsia-800: oklch(.452 .211 324.591);
|
|
199
|
-
--es-color-fuchsia-900: oklch(.401 .17 325.612);
|
|
200
|
-
--es-color-fuchsia-950: oklch(.293 .136 325.661);
|
|
201
|
-
--es-color-pink-50: oklch(.971 .014 343.198);
|
|
202
|
-
--es-color-pink-100: oklch(.948 .028 342.258);
|
|
203
|
-
--es-color-pink-200: oklch(.899 .061 343.231);
|
|
204
|
-
--es-color-pink-300: oklch(.823 .12 346.018);
|
|
205
|
-
--es-color-pink-400: oklch(.718 .202 349.761);
|
|
206
|
-
--es-color-pink-500: oklch(.656 .241 354.308);
|
|
207
|
-
--es-color-pink-600: oklch(.592 .249 .584);
|
|
208
|
-
--es-color-pink-700: oklch(.525 .223 3.958);
|
|
209
|
-
--es-color-pink-800: oklch(.459 .187 3.815);
|
|
210
|
-
--es-color-pink-900: oklch(.408 .153 2.432);
|
|
211
|
-
--es-color-pink-950: oklch(.284 .109 3.907);
|
|
212
|
-
--es-color-rose-50: oklch(.969 .015 12.422);
|
|
213
|
-
--es-color-rose-100: oklch(.941 .03 12.58);
|
|
214
|
-
--es-color-rose-200: oklch(.892 .058 10.001);
|
|
215
|
-
--es-color-rose-300: oklch(.81 .117 11.638);
|
|
216
|
-
--es-color-rose-400: oklch(.712 .194 13.428);
|
|
217
|
-
--es-color-rose-500: oklch(.645 .246 16.439);
|
|
218
|
-
--es-color-rose-600: oklch(.586 .253 17.585);
|
|
219
|
-
--es-color-rose-700: oklch(.514 .222 16.935);
|
|
220
|
-
--es-color-rose-800: oklch(.455 .188 13.697);
|
|
221
|
-
--es-color-rose-900: oklch(.41 .159 10.272);
|
|
222
|
-
--es-color-rose-950: oklch(.271 .105 12.094);
|
|
223
103
|
--es-color-slate-50: oklch(.984 .003 247.858);
|
|
224
104
|
--es-color-slate-100: oklch(.968 .007 247.896);
|
|
225
105
|
--es-color-slate-200: oklch(.929 .013 255.508);
|
|
@@ -252,7 +132,6 @@
|
|
|
252
132
|
--es-color-zinc-700: oklch(.37 .013 285.805);
|
|
253
133
|
--es-color-zinc-800: oklch(.274 .006 286.033);
|
|
254
134
|
--es-color-zinc-900: oklch(.21 .006 285.885);
|
|
255
|
-
--es-color-zinc-950: oklch(.141 .005 285.823);
|
|
256
135
|
--es-color-neutral-50: oklch(.985 0 0);
|
|
257
136
|
--es-color-neutral-100: oklch(.97 0 0);
|
|
258
137
|
--es-color-neutral-200: oklch(.922 0 0);
|
|
@@ -278,117 +157,30 @@
|
|
|
278
157
|
--es-color-black: #000;
|
|
279
158
|
--es-color-white: #fff;
|
|
280
159
|
--es-spacing: .25rem;
|
|
281
|
-
--es-breakpoint-sm: 40rem;
|
|
282
|
-
--es-breakpoint-md: 48rem;
|
|
283
|
-
--es-breakpoint-lg: 64rem;
|
|
284
|
-
--es-breakpoint-xl: 80rem;
|
|
285
|
-
--es-breakpoint-2xl: 96rem;
|
|
286
|
-
--es-container-3xs: 16rem;
|
|
287
|
-
--es-container-2xs: 18rem;
|
|
288
|
-
--es-container-xs: 20rem;
|
|
289
|
-
--es-container-sm: 24rem;
|
|
290
160
|
--es-container-md: 28rem;
|
|
291
161
|
--es-container-lg: 32rem;
|
|
292
|
-
--es-container-xl: 36rem;
|
|
293
|
-
--es-container-2xl: 42rem;
|
|
294
|
-
--es-container-3xl: 48rem;
|
|
295
|
-
--es-container-4xl: 56rem;
|
|
296
|
-
--es-container-5xl: 64rem;
|
|
297
|
-
--es-container-6xl: 72rem;
|
|
298
|
-
--es-container-7xl: 80rem;
|
|
299
162
|
--es-text-base: 1rem;
|
|
300
163
|
--es-text-base--line-height: calc(1.5 / 1);
|
|
301
164
|
--es-text-lg: 1.125rem;
|
|
302
165
|
--es-text-lg--line-height: calc(1.75 / 1.125);
|
|
303
|
-
--es-text-xl: 1.25rem;
|
|
304
|
-
--es-text-xl--line-height: calc(1.75 / 1.25);
|
|
305
166
|
--es-text-2xl: 1.5rem;
|
|
306
167
|
--es-text-2xl--line-height: calc(2 / 1.5);
|
|
307
|
-
--es-text-3xl: 1.875rem;
|
|
308
|
-
--es-text-3xl--line-height: calc(2.25 / 1.875);
|
|
309
|
-
--es-text-4xl: 2.25rem;
|
|
310
|
-
--es-text-4xl--line-height: calc(2.5 / 2.25);
|
|
311
|
-
--es-text-5xl: 3rem;
|
|
312
|
-
--es-text-5xl--line-height: 1;
|
|
313
|
-
--es-text-6xl: 3.75rem;
|
|
314
|
-
--es-text-6xl--line-height: 1;
|
|
315
|
-
--es-text-7xl: 4.5rem;
|
|
316
|
-
--es-text-7xl--line-height: 1;
|
|
317
|
-
--es-text-8xl: 6rem;
|
|
318
|
-
--es-text-8xl--line-height: 1;
|
|
319
|
-
--es-text-9xl: 8rem;
|
|
320
|
-
--es-text-9xl--line-height: 1;
|
|
321
|
-
--es-font-weight-thin: 100;
|
|
322
|
-
--es-font-weight-extralight: 200;
|
|
323
|
-
--es-font-weight-light: 300;
|
|
324
|
-
--es-font-weight-normal: 400;
|
|
325
168
|
--es-font-weight-medium: 500;
|
|
326
169
|
--es-font-weight-semibold: 600;
|
|
327
170
|
--es-font-weight-bold: 700;
|
|
328
|
-
--es-font-weight-extrabold: 800;
|
|
329
|
-
--es-font-weight-black: 900;
|
|
330
171
|
--es-tracking-tighter: -.05em;
|
|
331
172
|
--es-tracking-tight: -.025em;
|
|
332
|
-
--es-tracking-normal: 0em;
|
|
333
|
-
--es-tracking-wide: .025em;
|
|
334
|
-
--es-tracking-wider: .05em;
|
|
335
|
-
--es-tracking-widest: .1em;
|
|
336
173
|
--es-leading-tight: 1.25;
|
|
337
|
-
--es-leading-snug: 1.375;
|
|
338
|
-
--es-leading-normal: 1.5;
|
|
339
|
-
--es-leading-relaxed: 1.625;
|
|
340
|
-
--es-leading-loose: 2;
|
|
341
|
-
--es-radius-xs: .125rem;
|
|
342
174
|
--es-radius-sm: .25rem;
|
|
343
175
|
--es-radius-md: .375rem;
|
|
344
176
|
--es-radius-lg: .5rem;
|
|
345
177
|
--es-radius-xl: .75rem;
|
|
346
|
-
--es-radius-2xl: 1rem;
|
|
347
|
-
--es-radius-3xl: 1.5rem;
|
|
348
|
-
--es-radius-4xl: 2rem;
|
|
349
|
-
--es-shadow-2xs: 0 1px #0000000d;
|
|
350
|
-
--es-shadow-xs: 0 1px 2px 0 #0000000d;
|
|
351
|
-
--es-shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
|
352
|
-
--es-shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
|
|
353
|
-
--es-shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
|
|
354
|
-
--es-shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
|
|
355
|
-
--es-shadow-2xl: 0 25px 50px -12px #00000040;
|
|
356
|
-
--es-inset-shadow-2xs: inset 0 1px #0000000d;
|
|
357
|
-
--es-inset-shadow-xs: inset 0 1px 1px #0000000d;
|
|
358
|
-
--es-inset-shadow-sm: inset 0 2px 4px #0000000d;
|
|
359
|
-
--es-drop-shadow-xs: 0 1px 1px #0000000d;
|
|
360
178
|
--es-drop-shadow-sm: 0 1px 2px #00000026;
|
|
361
|
-
--es-drop-shadow-md: 0 3px 3px #0000001f;
|
|
362
|
-
--es-drop-shadow-lg: 0 4px 4px #00000026;
|
|
363
|
-
--es-drop-shadow-xl: 0 9px 7px #0000001a;
|
|
364
|
-
--es-drop-shadow-2xl: 0 25px 25px #00000026;
|
|
365
|
-
--es-ease-in: cubic-bezier(.4, 0, 1, 1);
|
|
366
|
-
--es-ease-out: cubic-bezier(0, 0, .2, 1);
|
|
367
|
-
--es-ease-in-out: cubic-bezier(.4, 0, .2, 1);
|
|
368
179
|
--es-animate-spin: spin 1s linear infinite;
|
|
369
|
-
--es-animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
|
|
370
|
-
--es-animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
371
|
-
--es-animate-bounce: bounce 1s infinite;
|
|
372
|
-
--es-blur-xs: 4px;
|
|
373
|
-
--es-blur-sm: 8px;
|
|
374
|
-
--es-blur-md: 12px;
|
|
375
180
|
--es-blur-lg: 16px;
|
|
376
|
-
--es-blur-xl: 24px;
|
|
377
|
-
--es-blur-2xl: 40px;
|
|
378
181
|
--es-blur-3xl: 64px;
|
|
379
|
-
--es-perspective-dramatic: 100px;
|
|
380
|
-
--es-perspective-near: 300px;
|
|
381
|
-
--es-perspective-normal: 500px;
|
|
382
|
-
--es-perspective-midrange: 800px;
|
|
383
|
-
--es-perspective-distant: 1200px;
|
|
384
182
|
--es-aspect-video: 16 / 9;
|
|
385
183
|
--es-default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
386
|
-
--es-default-font-family: var(--font-sans);
|
|
387
|
-
--es-default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
388
|
-
--es-default-font-variation-settings: var(--font-sans--font-variation-settings);
|
|
389
|
-
--es-default-mono-font-family: var(--font-mono);
|
|
390
|
-
--es-default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
|
|
391
|
-
--es-default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
|
|
392
184
|
}
|
|
393
185
|
|
|
394
186
|
.es-uic-theme-green {
|
|
@@ -955,9 +747,6 @@
|
|
|
955
747
|
}
|
|
956
748
|
|
|
957
749
|
@keyframes motion-rotate-loop-reset {
|
|
958
|
-
0% {
|
|
959
|
-
}
|
|
960
|
-
|
|
961
750
|
100% {
|
|
962
751
|
rotate: var(--motion-loop-rotate);
|
|
963
752
|
}
|
|
@@ -1017,18 +806,12 @@
|
|
|
1017
806
|
}
|
|
1018
807
|
|
|
1019
808
|
@keyframes motion-opacity-loop-mirror {
|
|
1020
|
-
0%, 100% {
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
809
|
50% {
|
|
1024
810
|
opacity: var(--motion-loop-opacity);
|
|
1025
811
|
}
|
|
1026
812
|
}
|
|
1027
813
|
|
|
1028
814
|
@keyframes motion-opacity-loop-reset {
|
|
1029
|
-
0% {
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
815
|
100% {
|
|
1033
816
|
opacity: var(--motion-loop-opacity);
|
|
1034
817
|
}
|
|
@@ -1047,18 +830,12 @@
|
|
|
1047
830
|
}
|
|
1048
831
|
|
|
1049
832
|
@keyframes motion-background-color-loop-mirror {
|
|
1050
|
-
0%, 100% {
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
833
|
50% {
|
|
1054
834
|
background-color: var(--motion-loop-background-color);
|
|
1055
835
|
}
|
|
1056
836
|
}
|
|
1057
837
|
|
|
1058
838
|
@keyframes motion-background-color-loop-reset {
|
|
1059
|
-
0% {
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
839
|
100% {
|
|
1063
840
|
background-color: var(--motion-loop-background-color);
|
|
1064
841
|
}
|
|
@@ -1077,18 +854,12 @@
|
|
|
1077
854
|
}
|
|
1078
855
|
|
|
1079
856
|
@keyframes motion-text-color-loop-mirror {
|
|
1080
|
-
0%, 100% {
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
857
|
50% {
|
|
1084
858
|
color: var(--motion-loop-text-color);
|
|
1085
859
|
}
|
|
1086
860
|
}
|
|
1087
861
|
|
|
1088
862
|
@keyframes motion-text-color-loop-reset {
|
|
1089
|
-
0% {
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
863
|
100% {
|
|
1093
864
|
color: var(--motion-loop-text-color);
|
|
1094
865
|
}
|
|
@@ -1142,6 +913,10 @@
|
|
|
1142
913
|
top: calc(var(--es-spacing) * 0);
|
|
1143
914
|
}
|
|
1144
915
|
|
|
916
|
+
.es\:top-1 {
|
|
917
|
+
top: calc(var(--es-spacing) * 1);
|
|
918
|
+
}
|
|
919
|
+
|
|
1145
920
|
.es\:top-2\.5 {
|
|
1146
921
|
top: calc(var(--es-spacing) * 2.5);
|
|
1147
922
|
}
|
|
@@ -1262,6 +1037,10 @@
|
|
|
1262
1037
|
margin: calc(var(--es-spacing) * .5);
|
|
1263
1038
|
}
|
|
1264
1039
|
|
|
1040
|
+
.es\:m-5 {
|
|
1041
|
+
margin: calc(var(--es-spacing) * 5);
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1265
1044
|
.es\:m-auto {
|
|
1266
1045
|
margin: auto;
|
|
1267
1046
|
}
|
|
@@ -1290,6 +1069,10 @@
|
|
|
1290
1069
|
margin-block: calc(var(--es-spacing) * 4);
|
|
1291
1070
|
}
|
|
1292
1071
|
|
|
1072
|
+
.es\:my-10 {
|
|
1073
|
+
margin-block: calc(var(--es-spacing) * 10);
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1293
1076
|
.es\:my-auto {
|
|
1294
1077
|
margin-block: auto;
|
|
1295
1078
|
}
|
|
@@ -1306,10 +1089,6 @@
|
|
|
1306
1089
|
margin-top: calc(var(--es-spacing) * 1);
|
|
1307
1090
|
}
|
|
1308
1091
|
|
|
1309
|
-
.es\:mt-1\.5 {
|
|
1310
|
-
margin-top: calc(var(--es-spacing) * 1.5);
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
1092
|
.es\:mt-2 {
|
|
1314
1093
|
margin-top: calc(var(--es-spacing) * 2);
|
|
1315
1094
|
}
|
|
@@ -1398,10 +1177,6 @@
|
|
|
1398
1177
|
display: none;
|
|
1399
1178
|
}
|
|
1400
1179
|
|
|
1401
|
-
.es\:inline {
|
|
1402
|
-
display: inline;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
1180
|
.es\:inline-block {
|
|
1406
1181
|
display: inline-block;
|
|
1407
1182
|
}
|
|
@@ -1505,6 +1280,11 @@
|
|
|
1505
1280
|
height: 100%;
|
|
1506
1281
|
}
|
|
1507
1282
|
|
|
1283
|
+
.es\:size-full\! {
|
|
1284
|
+
width: 100% !important;
|
|
1285
|
+
height: 100% !important;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1508
1288
|
.es\:size-px {
|
|
1509
1289
|
width: 1px;
|
|
1510
1290
|
height: 1px;
|
|
@@ -1582,6 +1362,10 @@
|
|
|
1582
1362
|
height: 2.375rem;
|
|
1583
1363
|
}
|
|
1584
1364
|
|
|
1365
|
+
.es\:h-\[90vh\] {
|
|
1366
|
+
height: 90vh;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1585
1369
|
.es\:h-fit {
|
|
1586
1370
|
height: fit-content;
|
|
1587
1371
|
}
|
|
@@ -1594,10 +1378,18 @@
|
|
|
1594
1378
|
height: 1px;
|
|
1595
1379
|
}
|
|
1596
1380
|
|
|
1381
|
+
.es\:max-h-40 {
|
|
1382
|
+
max-height: calc(var(--es-spacing) * 40);
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1597
1385
|
.es\:min-h-5 {
|
|
1598
1386
|
min-height: calc(var(--es-spacing) * 5);
|
|
1599
1387
|
}
|
|
1600
1388
|
|
|
1389
|
+
.es\:min-h-6\.5 {
|
|
1390
|
+
min-height: calc(var(--es-spacing) * 6.5);
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1601
1393
|
.es\:min-h-8 {
|
|
1602
1394
|
min-height: calc(var(--es-spacing) * 8);
|
|
1603
1395
|
}
|
|
@@ -1622,14 +1414,26 @@
|
|
|
1622
1414
|
min-height: calc(var(--es-spacing) * 12);
|
|
1623
1415
|
}
|
|
1624
1416
|
|
|
1417
|
+
.es\:min-h-24 {
|
|
1418
|
+
min-height: calc(var(--es-spacing) * 24);
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1625
1421
|
.es\:min-h-40 {
|
|
1626
1422
|
min-height: calc(var(--es-spacing) * 40);
|
|
1627
1423
|
}
|
|
1628
1424
|
|
|
1425
|
+
.es\:min-h-56 {
|
|
1426
|
+
min-height: calc(var(--es-spacing) * 56);
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1629
1429
|
.es\:min-h-full {
|
|
1630
1430
|
min-height: 100%;
|
|
1631
1431
|
}
|
|
1632
1432
|
|
|
1433
|
+
.es\:min-h-screen {
|
|
1434
|
+
min-height: 100vh;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1633
1437
|
.es\:w-0\.5 {
|
|
1634
1438
|
width: calc(var(--es-spacing) * .5);
|
|
1635
1439
|
}
|
|
@@ -1706,10 +1510,18 @@
|
|
|
1706
1510
|
width: calc(var(--es-spacing) * 80);
|
|
1707
1511
|
}
|
|
1708
1512
|
|
|
1513
|
+
.es\:w-96 {
|
|
1514
|
+
width: calc(var(--es-spacing) * 96);
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1709
1517
|
.es\:w-\[18\.5rem\] {
|
|
1710
1518
|
width: 18.5rem;
|
|
1711
1519
|
}
|
|
1712
1520
|
|
|
1521
|
+
.es\:w-\[50rem\] {
|
|
1522
|
+
width: 50rem;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1713
1525
|
.es\:w-auto\! {
|
|
1714
1526
|
width: auto !important;
|
|
1715
1527
|
}
|
|
@@ -1730,10 +1542,18 @@
|
|
|
1730
1542
|
max-width: calc(var(--es-spacing) * 40);
|
|
1731
1543
|
}
|
|
1732
1544
|
|
|
1545
|
+
.es\:max-w-60 {
|
|
1546
|
+
max-width: calc(var(--es-spacing) * 60);
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1733
1549
|
.es\:max-w-64 {
|
|
1734
1550
|
max-width: calc(var(--es-spacing) * 64);
|
|
1735
1551
|
}
|
|
1736
1552
|
|
|
1553
|
+
.es\:max-w-72 {
|
|
1554
|
+
max-width: calc(var(--es-spacing) * 72);
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1737
1557
|
.es\:max-w-80 {
|
|
1738
1558
|
max-width: calc(var(--es-spacing) * 80);
|
|
1739
1559
|
}
|
|
@@ -1762,6 +1582,10 @@
|
|
|
1762
1582
|
min-width: calc(var(--es-spacing) * 10);
|
|
1763
1583
|
}
|
|
1764
1584
|
|
|
1585
|
+
.es\:min-w-24 {
|
|
1586
|
+
min-width: calc(var(--es-spacing) * 24);
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1765
1589
|
.es\:min-w-28 {
|
|
1766
1590
|
min-width: calc(var(--es-spacing) * 28);
|
|
1767
1591
|
}
|
|
@@ -1829,11 +1653,6 @@
|
|
|
1829
1653
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1830
1654
|
}
|
|
1831
1655
|
|
|
1832
|
-
.es\:-translate-y-1\/2 {
|
|
1833
|
-
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
1834
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
1656
|
.es\:translate-x-1 {
|
|
1838
1657
|
--tw-translate-x: calc(var(--es-spacing) * 1);
|
|
1839
1658
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1864,6 +1683,11 @@
|
|
|
1864
1683
|
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
1865
1684
|
}
|
|
1866
1685
|
|
|
1686
|
+
.es\:-translate-y-1\/2 {
|
|
1687
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
1688
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1867
1691
|
.es\:translate-y-1\/2\! {
|
|
1868
1692
|
--tw-translate-y: calc(1 / 2 * 100%) !important;
|
|
1869
1693
|
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
@@ -1897,8 +1721,25 @@
|
|
|
1897
1721
|
rotate: 45deg;
|
|
1898
1722
|
}
|
|
1899
1723
|
|
|
1900
|
-
.es\:
|
|
1901
|
-
|
|
1724
|
+
.es\:motion-preset-spin {
|
|
1725
|
+
--motion-loop-rotate: 360deg;
|
|
1726
|
+
--motion-timing: linear;
|
|
1727
|
+
--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);
|
|
1728
|
+
animation: var(--motion-all-loop-and-enter-animations);
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
.es\:motion-scale-in-90 {
|
|
1732
|
+
--motion-origin-scale-x: .9;
|
|
1733
|
+
--motion-origin-scale-y: .9;
|
|
1734
|
+
--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;
|
|
1735
|
+
animation: var(--motion-all-loop-and-enter-animations);
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.es\:motion-scale-in-125 {
|
|
1739
|
+
--motion-origin-scale-x: 1.25;
|
|
1740
|
+
--motion-origin-scale-y: 1.25;
|
|
1741
|
+
--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;
|
|
1742
|
+
animation: var(--motion-all-loop-and-enter-animations);
|
|
1902
1743
|
}
|
|
1903
1744
|
|
|
1904
1745
|
.es\:motion-blur-in-xs {
|
|
@@ -1925,13 +1766,6 @@
|
|
|
1925
1766
|
animation: var(--motion-all-exit-animations);
|
|
1926
1767
|
}
|
|
1927
1768
|
|
|
1928
|
-
.es\:motion-preset-spin {
|
|
1929
|
-
--motion-loop-rotate: 360deg;
|
|
1930
|
-
--motion-timing: linear;
|
|
1931
|
-
--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);
|
|
1932
|
-
animation: var(--motion-all-loop-and-enter-animations);
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
1769
|
.es\:motion-rotate-in {
|
|
1936
1770
|
--motion-origin-rotate: 12deg;
|
|
1937
1771
|
--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;
|
|
@@ -1944,18 +1778,8 @@
|
|
|
1944
1778
|
animation: var(--motion-all-exit-animations);
|
|
1945
1779
|
}
|
|
1946
1780
|
|
|
1947
|
-
.es\:
|
|
1948
|
-
--
|
|
1949
|
-
--motion-origin-scale-y: .9;
|
|
1950
|
-
--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;
|
|
1951
|
-
animation: var(--motion-all-loop-and-enter-animations);
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
.es\:motion-scale-in-125 {
|
|
1955
|
-
--motion-origin-scale-x: 1.25;
|
|
1956
|
-
--motion-origin-scale-y: 1.25;
|
|
1957
|
-
--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;
|
|
1958
|
-
animation: var(--motion-all-loop-and-enter-animations);
|
|
1781
|
+
.es\:animate-spin {
|
|
1782
|
+
animation: var(--es-animate-spin);
|
|
1959
1783
|
}
|
|
1960
1784
|
|
|
1961
1785
|
.es\:cursor-default {
|
|
@@ -1982,10 +1806,22 @@
|
|
|
1982
1806
|
grid-auto-columns: auto;
|
|
1983
1807
|
}
|
|
1984
1808
|
|
|
1809
|
+
.es\:auto-rows-auto {
|
|
1810
|
+
grid-auto-rows: auto;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1985
1813
|
.es\:grid-cols-1 {
|
|
1986
1814
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1987
1815
|
}
|
|
1988
1816
|
|
|
1817
|
+
.es\:grid-cols-2 {
|
|
1818
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.es\:grid-cols-3 {
|
|
1822
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1989
1825
|
.es\:grid-cols-\[1fr_auto_1fr\] {
|
|
1990
1826
|
grid-template-columns: 1fr auto 1fr;
|
|
1991
1827
|
}
|
|
@@ -2110,24 +1946,10 @@
|
|
|
2110
1946
|
margin-block-end: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
2111
1947
|
}
|
|
2112
1948
|
|
|
2113
|
-
.es\:
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
.es\:gap-x-1\.5 {
|
|
2118
|
-
column-gap: calc(var(--es-spacing) * 1.5);
|
|
2119
|
-
}
|
|
2120
|
-
|
|
2121
|
-
.es\:gap-x-2 {
|
|
2122
|
-
column-gap: calc(var(--es-spacing) * 2);
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
.es\:gap-x-3 {
|
|
2126
|
-
column-gap: calc(var(--es-spacing) * 3);
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
|
-
.es\:gap-x-8 {
|
|
2130
|
-
column-gap: calc(var(--es-spacing) * 8);
|
|
1949
|
+
:where(.es\:space-y-0 > :not(:last-child)) {
|
|
1950
|
+
--tw-space-y-reverse: 0;
|
|
1951
|
+
margin-block-start: calc(calc(var(--es-spacing) * 0) * var(--tw-space-y-reverse));
|
|
1952
|
+
margin-block-end: calc(calc(var(--es-spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
|
|
2131
1953
|
}
|
|
2132
1954
|
|
|
2133
1955
|
:where(.es\:space-y-0\! > :not(:last-child)) {
|
|
@@ -2160,6 +1982,32 @@
|
|
|
2160
1982
|
margin-block-end: calc(calc(var(--es-spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
2161
1983
|
}
|
|
2162
1984
|
|
|
1985
|
+
:where(.es\:space-y-4 > :not(:last-child)) {
|
|
1986
|
+
--tw-space-y-reverse: 0;
|
|
1987
|
+
margin-block-start: calc(calc(var(--es-spacing) * 4) * var(--tw-space-y-reverse));
|
|
1988
|
+
margin-block-end: calc(calc(var(--es-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.es\:gap-x-1 {
|
|
1992
|
+
column-gap: calc(var(--es-spacing) * 1);
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.es\:gap-x-1\.5 {
|
|
1996
|
+
column-gap: calc(var(--es-spacing) * 1.5);
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.es\:gap-x-2 {
|
|
2000
|
+
column-gap: calc(var(--es-spacing) * 2);
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.es\:gap-x-3 {
|
|
2004
|
+
column-gap: calc(var(--es-spacing) * 3);
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.es\:gap-x-8 {
|
|
2008
|
+
column-gap: calc(var(--es-spacing) * 8);
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2163
2011
|
:where(.es\:-space-x-px > :not(:last-child)) {
|
|
2164
2012
|
--tw-space-x-reverse: 0;
|
|
2165
2013
|
margin-inline-start: calc(-1px * var(--tw-space-x-reverse));
|
|
@@ -2172,6 +2020,12 @@
|
|
|
2172
2020
|
margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
|
|
2173
2021
|
}
|
|
2174
2022
|
|
|
2023
|
+
:where(.es\:space-x-1\.5 > :not(:last-child)) {
|
|
2024
|
+
--tw-space-x-reverse: 0;
|
|
2025
|
+
margin-inline-start: calc(calc(var(--es-spacing) * 1.5) * var(--tw-space-x-reverse));
|
|
2026
|
+
margin-inline-end: calc(calc(var(--es-spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2175
2029
|
.es\:gap-y-0\.5 {
|
|
2176
2030
|
row-gap: calc(var(--es-spacing) * .5);
|
|
2177
2031
|
}
|
|
@@ -2192,12 +2046,6 @@
|
|
|
2192
2046
|
row-gap: calc(var(--es-spacing) * 4);
|
|
2193
2047
|
}
|
|
2194
2048
|
|
|
2195
|
-
:where(.es\:space-x-1\.5 > :not(:last-child)) {
|
|
2196
|
-
--tw-space-x-reverse: 0;
|
|
2197
|
-
margin-inline-start: calc(calc(var(--es-spacing) * 1.5) * var(--tw-space-x-reverse));
|
|
2198
|
-
margin-inline-end: calc(calc(var(--es-spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
2049
|
:where(.es\:divide-y > :not(:last-child)) {
|
|
2202
2050
|
--tw-divide-y-reverse: 0;
|
|
2203
2051
|
border-bottom-style: var(--tw-border-style);
|
|
@@ -2282,6 +2130,10 @@
|
|
|
2282
2130
|
overflow-y: visible;
|
|
2283
2131
|
}
|
|
2284
2132
|
|
|
2133
|
+
.es\:overscroll-contain {
|
|
2134
|
+
overscroll-behavior: contain;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2285
2137
|
.es\:rounded {
|
|
2286
2138
|
border-radius: .25rem;
|
|
2287
2139
|
}
|
|
@@ -2306,6 +2158,16 @@
|
|
|
2306
2158
|
border-radius: var(--es-radius-xl);
|
|
2307
2159
|
}
|
|
2308
2160
|
|
|
2161
|
+
.es\:rounded-t-full {
|
|
2162
|
+
border-top-left-radius: 3.40282e38px;
|
|
2163
|
+
border-top-right-radius: 3.40282e38px;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
.es\:rounded-t-lg {
|
|
2167
|
+
border-top-left-radius: var(--es-radius-lg);
|
|
2168
|
+
border-top-right-radius: var(--es-radius-lg);
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2309
2171
|
.es\:rounded-l-full {
|
|
2310
2172
|
border-top-left-radius: 3.40282e38px;
|
|
2311
2173
|
border-bottom-left-radius: 3.40282e38px;
|
|
@@ -2321,16 +2183,6 @@
|
|
|
2321
2183
|
border-bottom-left-radius: 0;
|
|
2322
2184
|
}
|
|
2323
2185
|
|
|
2324
|
-
.es\:rounded-t-full {
|
|
2325
|
-
border-top-left-radius: 3.40282e38px;
|
|
2326
|
-
border-top-right-radius: 3.40282e38px;
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
.es\:rounded-t-lg {
|
|
2330
|
-
border-top-left-radius: var(--es-radius-lg);
|
|
2331
|
-
border-top-right-radius: var(--es-radius-lg);
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
2186
|
.es\:rounded-r-full {
|
|
2335
2187
|
border-top-right-radius: 3.40282e38px;
|
|
2336
2188
|
border-bottom-right-radius: 3.40282e38px;
|
|
@@ -2351,21 +2203,51 @@
|
|
|
2351
2203
|
border-width: 1px;
|
|
2352
2204
|
}
|
|
2353
2205
|
|
|
2206
|
+
.es\:border-x {
|
|
2207
|
+
border-inline-style: var(--tw-border-style);
|
|
2208
|
+
border-inline-width: 1px;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.es\:border-y {
|
|
2212
|
+
border-block-style: var(--tw-border-style);
|
|
2213
|
+
border-block-width: 1px;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2354
2216
|
.es\:border-t {
|
|
2355
2217
|
border-top-style: var(--tw-border-style);
|
|
2356
2218
|
border-top-width: 1px;
|
|
2357
2219
|
}
|
|
2358
2220
|
|
|
2221
|
+
.es\:border-r {
|
|
2222
|
+
border-right-style: var(--tw-border-style);
|
|
2223
|
+
border-right-width: 1px;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.es\:border-r-0 {
|
|
2227
|
+
border-right-style: var(--tw-border-style);
|
|
2228
|
+
border-right-width: 0;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2359
2231
|
.es\:border-b {
|
|
2360
2232
|
border-bottom-style: var(--tw-border-style);
|
|
2361
2233
|
border-bottom-width: 1px;
|
|
2362
2234
|
}
|
|
2363
2235
|
|
|
2236
|
+
.es\:border-l {
|
|
2237
|
+
border-left-style: var(--tw-border-style);
|
|
2238
|
+
border-left-width: 1px;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2364
2241
|
.es\:border-dashed {
|
|
2365
2242
|
--tw-border-style: dashed;
|
|
2366
2243
|
border-style: dashed;
|
|
2367
2244
|
}
|
|
2368
2245
|
|
|
2246
|
+
.es\:border-dotted {
|
|
2247
|
+
--tw-border-style: dotted;
|
|
2248
|
+
border-style: dotted;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2369
2251
|
.es\:border-none\! {
|
|
2370
2252
|
--tw-border-style: none !important;
|
|
2371
2253
|
border-style: none !important;
|
|
@@ -2479,6 +2361,10 @@
|
|
|
2479
2361
|
border-color: var(--es-color-secondary-600);
|
|
2480
2362
|
}
|
|
2481
2363
|
|
|
2364
|
+
.es\:border-sky-400 {
|
|
2365
|
+
border-color: var(--es-color-sky-400);
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2482
2368
|
.es\:border-transparent {
|
|
2483
2369
|
border-color: #0000;
|
|
2484
2370
|
}
|
|
@@ -2499,6 +2385,10 @@
|
|
|
2499
2385
|
border-bottom-color: var(--es-color-secondary-200);
|
|
2500
2386
|
}
|
|
2501
2387
|
|
|
2388
|
+
.es\:bg-\[\#f1f1f1\] {
|
|
2389
|
+
background-color: #f1f1f1;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2502
2392
|
.es\:bg-accent-50 {
|
|
2503
2393
|
background-color: var(--es-color-accent-50);
|
|
2504
2394
|
}
|
|
@@ -2579,6 +2469,10 @@
|
|
|
2579
2469
|
background-color: color-mix(in oklab, var(--es-color-green-100) 5%, transparent);
|
|
2580
2470
|
}
|
|
2581
2471
|
|
|
2472
|
+
.es\:bg-green-500 {
|
|
2473
|
+
background-color: var(--es-color-green-500);
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2582
2476
|
.es\:bg-indigo-500 {
|
|
2583
2477
|
background-color: var(--es-color-indigo-500);
|
|
2584
2478
|
}
|
|
@@ -2587,10 +2481,18 @@
|
|
|
2587
2481
|
background-color: var(--es-color-lime-500);
|
|
2588
2482
|
}
|
|
2589
2483
|
|
|
2484
|
+
.es\:bg-neutral-100 {
|
|
2485
|
+
background-color: var(--es-color-neutral-100);
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2590
2488
|
.es\:bg-orange-500 {
|
|
2591
2489
|
background-color: var(--es-color-orange-500);
|
|
2592
2490
|
}
|
|
2593
2491
|
|
|
2492
|
+
.es\:bg-purple-50 {
|
|
2493
|
+
background-color: var(--es-color-purple-50);
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2594
2496
|
.es\:bg-red-50 {
|
|
2595
2497
|
background-color: var(--es-color-red-50);
|
|
2596
2498
|
}
|
|
@@ -2623,14 +2525,26 @@
|
|
|
2623
2525
|
background-color: var(--es-color-secondary-300);
|
|
2624
2526
|
}
|
|
2625
2527
|
|
|
2528
|
+
.es\:bg-secondary-400 {
|
|
2529
|
+
background-color: var(--es-color-secondary-400);
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2626
2532
|
.es\:bg-secondary-600 {
|
|
2627
2533
|
background-color: var(--es-color-secondary-600);
|
|
2628
2534
|
}
|
|
2629
2535
|
|
|
2536
|
+
.es\:bg-secondary-900 {
|
|
2537
|
+
background-color: var(--es-color-secondary-900);
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2630
2540
|
.es\:bg-transparent {
|
|
2631
2541
|
background-color: #0000;
|
|
2632
2542
|
}
|
|
2633
2543
|
|
|
2544
|
+
.es\:bg-violet-50 {
|
|
2545
|
+
background-color: var(--es-color-violet-50);
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2634
2548
|
.es\:bg-white {
|
|
2635
2549
|
background-color: var(--es-color-white);
|
|
2636
2550
|
}
|
|
@@ -2651,58 +2565,62 @@
|
|
|
2651
2565
|
background-color: var(--es-color-yellow-400);
|
|
2652
2566
|
}
|
|
2653
2567
|
|
|
2568
|
+
.es\:bg-yellow-500 {
|
|
2569
|
+
background-color: var(--es-color-yellow-500);
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2654
2572
|
.es\:bg-linear-to-b {
|
|
2655
|
-
--tw-gradient-position: to bottom in oklab
|
|
2573
|
+
--tw-gradient-position: to bottom in oklab;
|
|
2656
2574
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2657
2575
|
}
|
|
2658
2576
|
|
|
2659
2577
|
.es\:bg-linear-to-bl {
|
|
2660
|
-
--tw-gradient-position: to bottom left in oklab
|
|
2578
|
+
--tw-gradient-position: to bottom left in oklab;
|
|
2661
2579
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2662
2580
|
}
|
|
2663
2581
|
|
|
2664
2582
|
.es\:bg-linear-to-br {
|
|
2665
|
-
--tw-gradient-position: to bottom right in oklab
|
|
2583
|
+
--tw-gradient-position: to bottom right in oklab;
|
|
2666
2584
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2667
2585
|
}
|
|
2668
2586
|
|
|
2669
2587
|
.es\:bg-linear-to-l {
|
|
2670
|
-
--tw-gradient-position: to left in oklab
|
|
2588
|
+
--tw-gradient-position: to left in oklab;
|
|
2671
2589
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2672
2590
|
}
|
|
2673
2591
|
|
|
2674
2592
|
.es\:bg-linear-to-r {
|
|
2675
|
-
--tw-gradient-position: to right in oklab
|
|
2593
|
+
--tw-gradient-position: to right in oklab;
|
|
2676
2594
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2677
2595
|
}
|
|
2678
2596
|
|
|
2679
2597
|
.es\:bg-linear-to-t {
|
|
2680
|
-
--tw-gradient-position: to top in oklab
|
|
2598
|
+
--tw-gradient-position: to top in oklab;
|
|
2681
2599
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2682
2600
|
}
|
|
2683
2601
|
|
|
2684
2602
|
.es\:bg-linear-to-tl {
|
|
2685
|
-
--tw-gradient-position: to top left in oklab
|
|
2603
|
+
--tw-gradient-position: to top left in oklab;
|
|
2686
2604
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2687
2605
|
}
|
|
2688
2606
|
|
|
2689
2607
|
.es\:bg-linear-to-tr {
|
|
2690
|
-
--tw-gradient-position: to top right in oklab
|
|
2608
|
+
--tw-gradient-position: to top right in oklab;
|
|
2691
2609
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2692
2610
|
}
|
|
2693
2611
|
|
|
2694
2612
|
.es\:bg-radial {
|
|
2695
|
-
--tw-gradient-position: in oklab
|
|
2613
|
+
--tw-gradient-position: in oklab;
|
|
2696
2614
|
background-image: radial-gradient(var(--tw-gradient-stops));
|
|
2697
2615
|
}
|
|
2698
2616
|
|
|
2699
2617
|
.es\:bg-radial-\[at_50\%_125\%\] {
|
|
2700
|
-
--tw-gradient-position: at 50% 125
|
|
2618
|
+
--tw-gradient-position: at 50% 125%;
|
|
2701
2619
|
background-image: radial-gradient(var(--tw-gradient-stops, at 50% 125%));
|
|
2702
2620
|
}
|
|
2703
2621
|
|
|
2704
2622
|
.es\:bg-radial-\[circle_at_75\%_50\%\] {
|
|
2705
|
-
--tw-gradient-position: circle at 75% 50
|
|
2623
|
+
--tw-gradient-position: circle at 75% 50%;
|
|
2706
2624
|
background-image: radial-gradient(var(--tw-gradient-stops, circle at 75% 50%));
|
|
2707
2625
|
}
|
|
2708
2626
|
|
|
@@ -2716,47 +2634,47 @@
|
|
|
2716
2634
|
|
|
2717
2635
|
.es\:from-accent-500 {
|
|
2718
2636
|
--tw-gradient-from: var(--es-color-accent-500);
|
|
2719
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2637
|
+
--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));
|
|
2720
2638
|
}
|
|
2721
2639
|
|
|
2722
2640
|
.es\:from-accent-600 {
|
|
2723
2641
|
--tw-gradient-from: var(--es-color-accent-600);
|
|
2724
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2642
|
+
--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));
|
|
2725
2643
|
}
|
|
2726
2644
|
|
|
2727
2645
|
.es\:from-current {
|
|
2728
2646
|
--tw-gradient-from: currentColor;
|
|
2729
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2647
|
+
--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));
|
|
2730
2648
|
}
|
|
2731
2649
|
|
|
2732
2650
|
.es\:from-red-50\/75 {
|
|
2733
2651
|
--tw-gradient-from: color-mix(in oklab, var(--es-color-red-50) 75%, transparent);
|
|
2734
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2652
|
+
--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));
|
|
2735
2653
|
}
|
|
2736
2654
|
|
|
2737
2655
|
.es\:from-secondary-50 {
|
|
2738
2656
|
--tw-gradient-from: var(--es-color-secondary-50);
|
|
2739
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2657
|
+
--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));
|
|
2740
2658
|
}
|
|
2741
2659
|
|
|
2742
2660
|
.es\:from-secondary-100 {
|
|
2743
2661
|
--tw-gradient-from: var(--es-color-secondary-100);
|
|
2744
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2662
|
+
--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));
|
|
2745
2663
|
}
|
|
2746
2664
|
|
|
2747
2665
|
.es\:from-secondary-500 {
|
|
2748
2666
|
--tw-gradient-from: var(--es-color-secondary-500);
|
|
2749
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2667
|
+
--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));
|
|
2750
2668
|
}
|
|
2751
2669
|
|
|
2752
2670
|
.es\:from-secondary-700 {
|
|
2753
2671
|
--tw-gradient-from: var(--es-color-secondary-700);
|
|
2754
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2672
|
+
--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));
|
|
2755
2673
|
}
|
|
2756
2674
|
|
|
2757
2675
|
.es\:from-white {
|
|
2758
2676
|
--tw-gradient-from: var(--es-color-white);
|
|
2759
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2677
|
+
--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));
|
|
2760
2678
|
}
|
|
2761
2679
|
|
|
2762
2680
|
.es\:from-40\% {
|
|
@@ -2765,42 +2683,42 @@
|
|
|
2765
2683
|
|
|
2766
2684
|
.es\:to-accent-500 {
|
|
2767
2685
|
--tw-gradient-to: var(--es-color-accent-500);
|
|
2768
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2686
|
+
--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));
|
|
2769
2687
|
}
|
|
2770
2688
|
|
|
2771
2689
|
.es\:to-accent-500\/30 {
|
|
2772
2690
|
--tw-gradient-to: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
2773
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2691
|
+
--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));
|
|
2774
2692
|
}
|
|
2775
2693
|
|
|
2776
2694
|
.es\:to-accent-600 {
|
|
2777
2695
|
--tw-gradient-to: var(--es-color-accent-600);
|
|
2778
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2696
|
+
--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));
|
|
2779
2697
|
}
|
|
2780
2698
|
|
|
2781
2699
|
.es\:to-secondary-50 {
|
|
2782
2700
|
--tw-gradient-to: var(--es-color-secondary-50);
|
|
2783
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2701
|
+
--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));
|
|
2784
2702
|
}
|
|
2785
2703
|
|
|
2786
2704
|
.es\:to-secondary-100 {
|
|
2787
2705
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
2788
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2706
|
+
--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));
|
|
2789
2707
|
}
|
|
2790
2708
|
|
|
2791
2709
|
.es\:to-secondary-200 {
|
|
2792
2710
|
--tw-gradient-to: var(--es-color-secondary-200);
|
|
2793
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2711
|
+
--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));
|
|
2794
2712
|
}
|
|
2795
2713
|
|
|
2796
2714
|
.es\:to-secondary-600 {
|
|
2797
2715
|
--tw-gradient-to: var(--es-color-secondary-600);
|
|
2798
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2716
|
+
--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));
|
|
2799
2717
|
}
|
|
2800
2718
|
|
|
2801
2719
|
.es\:to-white {
|
|
2802
2720
|
--tw-gradient-to: var(--es-color-white);
|
|
2803
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
2721
|
+
--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));
|
|
2804
2722
|
}
|
|
2805
2723
|
|
|
2806
2724
|
.es\:fill-secondary-200 {
|
|
@@ -2819,6 +2737,10 @@
|
|
|
2819
2737
|
stroke-width: 2px;
|
|
2820
2738
|
}
|
|
2821
2739
|
|
|
2740
|
+
.es\:stroke-\[1\.2\] {
|
|
2741
|
+
stroke-width: 1.2px;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2822
2744
|
.es\:stroke-\[1\.25\] {
|
|
2823
2745
|
stroke-width: 1.25px;
|
|
2824
2746
|
}
|
|
@@ -2867,6 +2789,14 @@
|
|
|
2867
2789
|
padding: calc(var(--es-spacing) * 5);
|
|
2868
2790
|
}
|
|
2869
2791
|
|
|
2792
|
+
.es\:p-5\! {
|
|
2793
|
+
padding: calc(var(--es-spacing) * 5) !important;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
.es\:p-10 {
|
|
2797
|
+
padding: calc(var(--es-spacing) * 10);
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2870
2800
|
.es\:p-\[0\.1875rem\] {
|
|
2871
2801
|
padding: .1875rem;
|
|
2872
2802
|
}
|
|
@@ -3051,6 +2981,10 @@
|
|
|
3051
2981
|
font-family: var(--es-font-mono);
|
|
3052
2982
|
}
|
|
3053
2983
|
|
|
2984
|
+
.es\:font-sans {
|
|
2985
|
+
font-family: var(--es-font-sans);
|
|
2986
|
+
}
|
|
2987
|
+
|
|
3054
2988
|
.es\:text-2xl {
|
|
3055
2989
|
font-size: var(--es-text-2xl);
|
|
3056
2990
|
line-height: var(--tw-leading, var(--es-text-2xl--line-height));
|
|
@@ -3100,6 +3034,11 @@
|
|
|
3100
3034
|
font-weight: 450;
|
|
3101
3035
|
}
|
|
3102
3036
|
|
|
3037
|
+
.es\:font-bold {
|
|
3038
|
+
--tw-font-weight: var(--es-font-weight-bold);
|
|
3039
|
+
font-weight: var(--es-font-weight-bold);
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3103
3042
|
.es\:font-medium {
|
|
3104
3043
|
--tw-font-weight: var(--es-font-weight-medium);
|
|
3105
3044
|
font-weight: var(--es-font-weight-medium);
|
|
@@ -3264,6 +3203,10 @@
|
|
|
3264
3203
|
color: var(--es-color-secondary-400);
|
|
3265
3204
|
}
|
|
3266
3205
|
|
|
3206
|
+
.es\:text-secondary-400\! {
|
|
3207
|
+
color: var(--es-color-secondary-400) !important;
|
|
3208
|
+
}
|
|
3209
|
+
|
|
3267
3210
|
.es\:text-secondary-500 {
|
|
3268
3211
|
color: var(--es-color-secondary-500);
|
|
3269
3212
|
}
|
|
@@ -3325,6 +3268,10 @@
|
|
|
3325
3268
|
opacity: 0;
|
|
3326
3269
|
}
|
|
3327
3270
|
|
|
3271
|
+
.es\:opacity-25 {
|
|
3272
|
+
opacity: .25;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3328
3275
|
.es\:opacity-40 {
|
|
3329
3276
|
opacity: .4;
|
|
3330
3277
|
}
|
|
@@ -3341,31 +3288,6 @@
|
|
|
3341
3288
|
opacity: .65;
|
|
3342
3289
|
}
|
|
3343
3290
|
|
|
3344
|
-
.es\:inset-ring {
|
|
3345
|
-
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
3346
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
.es\:inset-shadow-xs {
|
|
3350
|
-
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3351
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3352
|
-
}
|
|
3353
|
-
|
|
3354
|
-
.es\:ring-1 {
|
|
3355
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3356
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3357
|
-
}
|
|
3358
|
-
|
|
3359
|
-
.es\:ring-2 {
|
|
3360
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3361
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3362
|
-
}
|
|
3363
|
-
|
|
3364
|
-
.es\:ring-3 {
|
|
3365
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3366
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
3291
|
.es\:shadow {
|
|
3370
3292
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
3371
3293
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -3411,6 +3333,31 @@
|
|
|
3411
3333
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3412
3334
|
}
|
|
3413
3335
|
|
|
3336
|
+
.es\:ring-1 {
|
|
3337
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3338
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3339
|
+
}
|
|
3340
|
+
|
|
3341
|
+
.es\:ring-2 {
|
|
3342
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3343
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
.es\:ring-3 {
|
|
3347
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3348
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
.es\:inset-shadow-xs {
|
|
3352
|
+
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3353
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.es\:inset-ring {
|
|
3357
|
+
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
3358
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3414
3361
|
.es\:shadow-accent-500\/25 {
|
|
3415
3362
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-500) 25%, transparent);
|
|
3416
3363
|
}
|
|
@@ -3508,6 +3455,7 @@
|
|
|
3508
3455
|
}
|
|
3509
3456
|
|
|
3510
3457
|
.es\:outline-hidden {
|
|
3458
|
+
--tw-outline-style: none;
|
|
3511
3459
|
outline-style: none;
|
|
3512
3460
|
}
|
|
3513
3461
|
|
|
@@ -3519,6 +3467,7 @@
|
|
|
3519
3467
|
}
|
|
3520
3468
|
|
|
3521
3469
|
.es\:outline-hidden\! {
|
|
3470
|
+
--tw-outline-style: none !important;
|
|
3522
3471
|
outline-style: none !important;
|
|
3523
3472
|
}
|
|
3524
3473
|
|
|
@@ -3648,6 +3597,36 @@
|
|
|
3648
3597
|
will-change: transform;
|
|
3649
3598
|
}
|
|
3650
3599
|
|
|
3600
|
+
.es\:motion-ease-linear\/opacity {
|
|
3601
|
+
--motion-opacity-timing: linear;
|
|
3602
|
+
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
3603
|
+
}
|
|
3604
|
+
|
|
3605
|
+
.es\:motion-ease-spring-smooth {
|
|
3606
|
+
--motion-timing: var(--motion-spring-smooth);
|
|
3607
|
+
--motion-perceptual-duration-multiplier: 1.66;
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
.es\:motion-ease-spring-smooth\/scale {
|
|
3611
|
+
--motion-scale-timing: var(--motion-spring-smooth);
|
|
3612
|
+
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3615
|
+
.es\:motion-ease-spring-snappy {
|
|
3616
|
+
--motion-timing: var(--motion-spring-snappy);
|
|
3617
|
+
--motion-perceptual-duration-multiplier: 1.66;
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3620
|
+
.es\:motion-ease-spring-snappy\/scale {
|
|
3621
|
+
--motion-scale-timing: var(--motion-spring-snappy);
|
|
3622
|
+
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3625
|
+
.es\:select-none {
|
|
3626
|
+
-webkit-user-select: none;
|
|
3627
|
+
user-select: none;
|
|
3628
|
+
}
|
|
3629
|
+
|
|
3651
3630
|
.es\:accent-text-shadow {
|
|
3652
3631
|
text-shadow: 0 1px 0 color-mix(in oklab, var(--es-color-accent-900) 25%, transparent);
|
|
3653
3632
|
}
|
|
@@ -3676,48 +3655,10 @@
|
|
|
3676
3655
|
--motion-duration: 1.5s;
|
|
3677
3656
|
}
|
|
3678
3657
|
|
|
3679
|
-
.es\:motion-ease-linear\/opacity {
|
|
3680
|
-
--motion-opacity-timing: linear;
|
|
3681
|
-
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
3682
|
-
}
|
|
3683
|
-
|
|
3684
|
-
.es\:motion-ease-spring-bouncier {
|
|
3685
|
-
--motion-timing: var(--motion-spring-bouncier);
|
|
3686
|
-
--motion-perceptual-duration-multiplier: 2.035;
|
|
3687
|
-
--motion-filter-timing: var(--motion-spring-smooth);
|
|
3688
|
-
--motion-opacity-timing: var(--motion-spring-smooth);
|
|
3689
|
-
--motion-background-color-timing: var(--motion-spring-smooth);
|
|
3690
|
-
--motion-text-color-timing: var(--motion-spring-smooth);
|
|
3691
|
-
--motion-filter-perceptual-duration-multiplier: 1.66;
|
|
3692
|
-
--motion-opacity-perceptual-duration-multiplier: 1.66;
|
|
3693
|
-
--motion-background-color-perceptual-duration-multiplier: 1.66;
|
|
3694
|
-
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
.es\:motion-ease-spring-smooth\/scale {
|
|
3698
|
-
--motion-scale-timing: var(--motion-spring-smooth);
|
|
3699
|
-
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
.es\:motion-ease-spring-snappy {
|
|
3703
|
-
--motion-timing: var(--motion-spring-snappy);
|
|
3704
|
-
--motion-perceptual-duration-multiplier: 1.66;
|
|
3705
|
-
}
|
|
3706
|
-
|
|
3707
|
-
.es\:motion-ease-spring-snappy\/scale {
|
|
3708
|
-
--motion-scale-timing: var(--motion-spring-snappy);
|
|
3709
|
-
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3710
|
-
}
|
|
3711
|
-
|
|
3712
3658
|
.es\:no-webkit-highlight {
|
|
3713
3659
|
-webkit-tap-highlight-color: transparent;
|
|
3714
3660
|
}
|
|
3715
3661
|
|
|
3716
|
-
.es\:select-none {
|
|
3717
|
-
-webkit-user-select: none;
|
|
3718
|
-
user-select: none;
|
|
3719
|
-
}
|
|
3720
|
-
|
|
3721
3662
|
:is(.es\:\*\:col-start-1 > *) {
|
|
3722
3663
|
grid-column-start: 1;
|
|
3723
3664
|
}
|
|
@@ -3756,7 +3697,7 @@
|
|
|
3756
3697
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
3757
3698
|
}
|
|
3758
3699
|
|
|
3759
|
-
.es\:not-disabled\:cursor-pointer:not(:disabled, [data-rac][data-disabled]) {
|
|
3700
|
+
.es\:not-disabled\:cursor-pointer:not(:is(:disabled, [data-rac][data-disabled])) {
|
|
3760
3701
|
cursor: pointer;
|
|
3761
3702
|
}
|
|
3762
3703
|
|
|
@@ -3776,7 +3717,7 @@
|
|
|
3776
3717
|
}
|
|
3777
3718
|
}
|
|
3778
3719
|
|
|
3779
|
-
.es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:disabled, [data-rac][data-disabled]) *) {
|
|
3720
|
+
.es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:is(:disabled, [data-rac][data-disabled])) *) {
|
|
3780
3721
|
cursor: pointer;
|
|
3781
3722
|
}
|
|
3782
3723
|
|
|
@@ -3804,6 +3745,7 @@
|
|
|
3804
3745
|
}
|
|
3805
3746
|
|
|
3806
3747
|
.es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
|
|
3748
|
+
--tw-outline-style: none;
|
|
3807
3749
|
outline-style: none;
|
|
3808
3750
|
}
|
|
3809
3751
|
|
|
@@ -3826,13 +3768,13 @@
|
|
|
3826
3768
|
opacity: 1;
|
|
3827
3769
|
}
|
|
3828
3770
|
|
|
3829
|
-
.es\:group-focus-visible\:
|
|
3830
|
-
--tw-
|
|
3771
|
+
.es\:group-focus-visible\:ring-2:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3772
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3831
3773
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3832
3774
|
}
|
|
3833
3775
|
|
|
3834
|
-
.es\:group-focus-visible\:
|
|
3835
|
-
--tw-
|
|
3776
|
+
.es\:group-focus-visible\:inset-shadow-xs:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3777
|
+
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3836
3778
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3837
3779
|
}
|
|
3838
3780
|
|
|
@@ -3853,6 +3795,18 @@
|
|
|
3853
3795
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3854
3796
|
}
|
|
3855
3797
|
|
|
3798
|
+
.es\:group-data-\[placement\=bottom\]\:rotate-180:is(:where(.es\:group)[data-placement="bottom"] *) {
|
|
3799
|
+
rotate: 180deg;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
.es\:group-data-\[placement\=left\]\:-rotate-90:is(:where(.es\:group)[data-placement="left"] *) {
|
|
3803
|
+
rotate: -90deg;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3806
|
+
.es\:group-data-\[placement\=right\]\:rotate-90:is(:where(.es\:group)[data-placement="right"] *) {
|
|
3807
|
+
rotate: 90deg;
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3856
3810
|
.es\:group-selected\:bg-accent-50:is(:where(.es\:group)[data-selected] *) {
|
|
3857
3811
|
background-color: var(--es-color-accent-50);
|
|
3858
3812
|
}
|
|
@@ -4040,13 +3994,13 @@
|
|
|
4040
3994
|
|
|
4041
3995
|
.es\:after\:bg-linear-to-b:after {
|
|
4042
3996
|
content: var(--tw-content);
|
|
4043
|
-
--tw-gradient-position: to bottom in oklab
|
|
3997
|
+
--tw-gradient-position: to bottom in oklab;
|
|
4044
3998
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
4045
3999
|
}
|
|
4046
4000
|
|
|
4047
4001
|
.es\:after\:bg-linear-to-r:after {
|
|
4048
4002
|
content: var(--tw-content);
|
|
4049
|
-
--tw-gradient-position: to right in oklab
|
|
4003
|
+
--tw-gradient-position: to right in oklab;
|
|
4050
4004
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
4051
4005
|
}
|
|
4052
4006
|
|
|
@@ -4067,14 +4021,14 @@
|
|
|
4067
4021
|
margin-top: calc(var(--es-spacing) * 1);
|
|
4068
4022
|
}
|
|
4069
4023
|
|
|
4070
|
-
.es\:first\:rounded-
|
|
4024
|
+
.es\:first\:rounded-t-xl:first-child {
|
|
4071
4025
|
border-top-left-radius: var(--es-radius-xl);
|
|
4072
|
-
border-
|
|
4026
|
+
border-top-right-radius: var(--es-radius-xl);
|
|
4073
4027
|
}
|
|
4074
4028
|
|
|
4075
|
-
.es\:first\:rounded-
|
|
4029
|
+
.es\:first\:rounded-l-xl:first-child {
|
|
4076
4030
|
border-top-left-radius: var(--es-radius-xl);
|
|
4077
|
-
border-
|
|
4031
|
+
border-bottom-left-radius: var(--es-radius-xl);
|
|
4078
4032
|
}
|
|
4079
4033
|
|
|
4080
4034
|
.es\:first\:pt-1\.5:first-child {
|
|
@@ -4156,7 +4110,7 @@
|
|
|
4156
4110
|
|
|
4157
4111
|
.es\:hover\:to-secondary-100:hover {
|
|
4158
4112
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
4159
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4113
|
+
--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));
|
|
4160
4114
|
}
|
|
4161
4115
|
|
|
4162
4116
|
.es\:hover\:text-accent-500:hover {
|
|
@@ -4200,6 +4154,7 @@
|
|
|
4200
4154
|
}
|
|
4201
4155
|
|
|
4202
4156
|
.es\:hover\:outline-hidden:hover {
|
|
4157
|
+
--tw-outline-style: none;
|
|
4203
4158
|
outline-style: none;
|
|
4204
4159
|
}
|
|
4205
4160
|
|
|
@@ -4210,15 +4165,15 @@
|
|
|
4210
4165
|
}
|
|
4211
4166
|
}
|
|
4212
4167
|
|
|
4213
|
-
.es\:not-disabled\:hover\:bg-red-500\/5:not(:disabled, [data-rac][data-disabled]):hover {
|
|
4168
|
+
.es\:not-disabled\:hover\:bg-red-500\/5:not(:is(:disabled, [data-rac][data-disabled])):hover {
|
|
4214
4169
|
background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
|
|
4215
4170
|
}
|
|
4216
4171
|
|
|
4217
|
-
.es\:not-disabled\:hover\:bg-secondary-100:not(:disabled, [data-rac][data-disabled]):hover, .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:disabled, [data-rac][data-disabled]):not([data-selected]):hover {
|
|
4172
|
+
.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 {
|
|
4218
4173
|
background-color: var(--es-color-secondary-100);
|
|
4219
4174
|
}
|
|
4220
4175
|
|
|
4221
|
-
.es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:disabled, [data-rac][data-disabled]):not([data-selected]):hover {
|
|
4176
|
+
.es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):hover {
|
|
4222
4177
|
color: var(--es-color-secondary-900);
|
|
4223
4178
|
}
|
|
4224
4179
|
|
|
@@ -4227,16 +4182,16 @@
|
|
|
4227
4182
|
background-color: var(--es-color-accent-500);
|
|
4228
4183
|
}
|
|
4229
4184
|
|
|
4230
|
-
.es\:hover\:not-selected\:not-disabled\:after\:from-secondary-200:hover:not([data-selected]):not(:disabled, [data-rac][data-disabled]):after {
|
|
4185
|
+
.es\:hover\:not-selected\:not-disabled\:after\:from-secondary-200:hover:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
|
|
4231
4186
|
content: var(--tw-content);
|
|
4232
4187
|
--tw-gradient-from: var(--es-color-secondary-200);
|
|
4233
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4188
|
+
--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));
|
|
4234
4189
|
}
|
|
4235
4190
|
|
|
4236
|
-
.es\:hover\:not-selected\:not-disabled\:after\:to-secondary-300:hover:not([data-selected]):not(:disabled, [data-rac][data-disabled]):after {
|
|
4191
|
+
.es\:hover\:not-selected\:not-disabled\:after\:to-secondary-300:hover:not([data-selected]):not(:is(:disabled, [data-rac][data-disabled])):after {
|
|
4237
4192
|
content: var(--tw-content);
|
|
4238
4193
|
--tw-gradient-to: var(--es-color-secondary-300);
|
|
4239
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4194
|
+
--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));
|
|
4240
4195
|
}
|
|
4241
4196
|
}
|
|
4242
4197
|
|
|
@@ -4248,16 +4203,16 @@
|
|
|
4248
4203
|
color: currentColor;
|
|
4249
4204
|
}
|
|
4250
4205
|
|
|
4251
|
-
.es\:focus\:ring-2:focus {
|
|
4252
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4253
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4254
|
-
}
|
|
4255
|
-
|
|
4256
4206
|
.es\:focus\:shadow-none\!:focus {
|
|
4257
4207
|
--tw-shadow: 0 0 #0000 !important;
|
|
4258
4208
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
4259
4209
|
}
|
|
4260
4210
|
|
|
4211
|
+
.es\:focus\:ring-2:focus {
|
|
4212
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4213
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4261
4216
|
.es\:focus\:ring-accent-500\/50:focus {
|
|
4262
4217
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4263
4218
|
}
|
|
@@ -4298,8 +4253,8 @@
|
|
|
4298
4253
|
color: var(--es-color-red-900);
|
|
4299
4254
|
}
|
|
4300
4255
|
|
|
4301
|
-
.es\:focus-visible\:
|
|
4302
|
-
--tw-
|
|
4256
|
+
.es\:focus-visible\:ring-2:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
4257
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4303
4258
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4304
4259
|
}
|
|
4305
4260
|
|
|
@@ -4308,8 +4263,8 @@
|
|
|
4308
4263
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4309
4264
|
}
|
|
4310
4265
|
|
|
4311
|
-
.es\:focus-visible\:ring
|
|
4312
|
-
--tw-ring-shadow:
|
|
4266
|
+
.es\:focus-visible\:inset-ring:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
4267
|
+
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
4313
4268
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4314
4269
|
}
|
|
4315
4270
|
|
|
@@ -4338,6 +4293,7 @@
|
|
|
4338
4293
|
}
|
|
4339
4294
|
|
|
4340
4295
|
.es\:focus-visible\:outline-hidden:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
4296
|
+
--tw-outline-style: none;
|
|
4341
4297
|
outline-style: none;
|
|
4342
4298
|
}
|
|
4343
4299
|
|
|
@@ -4397,18 +4353,18 @@
|
|
|
4397
4353
|
}
|
|
4398
4354
|
|
|
4399
4355
|
.es\:disabled\:bg-linear-to-r\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4400
|
-
--tw-gradient-position: to right in oklab
|
|
4356
|
+
--tw-gradient-position: to right in oklab !important;
|
|
4401
4357
|
background-image: linear-gradient(var(--tw-gradient-stops)) !important;
|
|
4402
4358
|
}
|
|
4403
4359
|
|
|
4404
4360
|
.es\:disabled\:from-white:is(:disabled, [data-rac][data-disabled]) {
|
|
4405
4361
|
--tw-gradient-from: var(--es-color-white);
|
|
4406
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4362
|
+
--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));
|
|
4407
4363
|
}
|
|
4408
4364
|
|
|
4409
4365
|
.es\:disabled\:to-secondary-100:is(:disabled, [data-rac][data-disabled]) {
|
|
4410
4366
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
4411
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4367
|
+
--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));
|
|
4412
4368
|
}
|
|
4413
4369
|
|
|
4414
4370
|
.es\:disabled\:text-secondary-300:is(:disabled, [data-rac][data-disabled]) {
|
|
@@ -4439,11 +4395,6 @@
|
|
|
4439
4395
|
opacity: 0;
|
|
4440
4396
|
}
|
|
4441
4397
|
|
|
4442
|
-
.es\:disabled\:inset-ring-0:is(:disabled, [data-rac][data-disabled]) {
|
|
4443
|
-
--tw-inset-ring-shadow: inset 0 0 0 0px var(--tw-inset-ring-color, currentColor);
|
|
4444
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4445
|
-
}
|
|
4446
|
-
|
|
4447
4398
|
.es\:disabled\:shadow-none:is(:disabled, [data-rac][data-disabled]) {
|
|
4448
4399
|
--tw-shadow: 0 0 #0000;
|
|
4449
4400
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -4454,6 +4405,11 @@
|
|
|
4454
4405
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
4455
4406
|
}
|
|
4456
4407
|
|
|
4408
|
+
.es\:disabled\:inset-ring-0:is(:disabled, [data-rac][data-disabled]) {
|
|
4409
|
+
--tw-inset-ring-shadow: inset 0 0 0 0px var(--tw-inset-ring-color, currentColor);
|
|
4410
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4411
|
+
}
|
|
4412
|
+
|
|
4457
4413
|
.es\:disabled\:inset-shadow-transparent:is(:disabled, [data-rac][data-disabled]) {
|
|
4458
4414
|
--tw-inset-shadow-color: transparent;
|
|
4459
4415
|
}
|
|
@@ -4468,6 +4424,7 @@
|
|
|
4468
4424
|
}
|
|
4469
4425
|
|
|
4470
4426
|
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) .es\:in-focus-visible\:outline-hidden {
|
|
4427
|
+
--tw-outline-style: none;
|
|
4471
4428
|
outline-style: none;
|
|
4472
4429
|
}
|
|
4473
4430
|
|
|
@@ -4478,6 +4435,10 @@
|
|
|
4478
4435
|
}
|
|
4479
4436
|
}
|
|
4480
4437
|
|
|
4438
|
+
.es\:has-icon\:pl-1:has(* > svg) {
|
|
4439
|
+
padding-left: calc(var(--es-spacing) * 1);
|
|
4440
|
+
}
|
|
4441
|
+
|
|
4481
4442
|
.es\:has-icon\:pl-2\.5:has(* > svg) {
|
|
4482
4443
|
padding-left: calc(var(--es-spacing) * 2.5);
|
|
4483
4444
|
}
|
|
@@ -4574,15 +4535,6 @@
|
|
|
4574
4535
|
animation: var(--motion-all-exit-animations);
|
|
4575
4536
|
}
|
|
4576
4537
|
|
|
4577
|
-
.es\:motion-safe\:motion-duration-300 {
|
|
4578
|
-
--motion-duration: .3s;
|
|
4579
|
-
}
|
|
4580
|
-
|
|
4581
|
-
.es\:motion-safe\:motion-ease-linear\/opacity {
|
|
4582
|
-
--motion-opacity-timing: linear;
|
|
4583
|
-
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
4584
|
-
}
|
|
4585
|
-
|
|
4586
4538
|
.es\:motion-safe\:motion-ease-spring-bouncy {
|
|
4587
4539
|
--motion-timing: var(--motion-spring-bouncy);
|
|
4588
4540
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
@@ -4596,13 +4548,22 @@
|
|
|
4596
4548
|
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
4597
4549
|
}
|
|
4598
4550
|
|
|
4551
|
+
.es\:motion-safe\:motion-ease-linear\/opacity {
|
|
4552
|
+
--motion-opacity-timing: linear;
|
|
4553
|
+
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
4554
|
+
}
|
|
4555
|
+
|
|
4599
4556
|
.es\:motion-safe\:motion-ease-spring-smooth {
|
|
4600
4557
|
--motion-timing: var(--motion-spring-smooth);
|
|
4601
4558
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
4602
4559
|
}
|
|
4603
4560
|
|
|
4604
|
-
.es\:motion-safe\:
|
|
4605
|
-
--motion-
|
|
4561
|
+
.es\:motion-safe\:motion-duration-300 {
|
|
4562
|
+
--motion-duration: .3s;
|
|
4563
|
+
}
|
|
4564
|
+
|
|
4565
|
+
.es\:motion-safe\:data-\[placement\=bottom\]\:-motion-translate-y-in-\[5\%\][data-placement="bottom"] {
|
|
4566
|
+
--motion-origin-translate-y: calc(5% * -1);
|
|
4606
4567
|
--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;
|
|
4607
4568
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4608
4569
|
}
|
|
@@ -4613,8 +4574,8 @@
|
|
|
4613
4574
|
animation: var(--motion-all-exit-animations);
|
|
4614
4575
|
}
|
|
4615
4576
|
|
|
4616
|
-
.es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-in
|
|
4617
|
-
--motion-origin-translate-x:
|
|
4577
|
+
.es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-in-\[5\%\][data-placement="left"] {
|
|
4578
|
+
--motion-origin-translate-x: 5%;
|
|
4618
4579
|
--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;
|
|
4619
4580
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4620
4581
|
}
|
|
@@ -4625,8 +4586,8 @@
|
|
|
4625
4586
|
animation: var(--motion-all-exit-animations);
|
|
4626
4587
|
}
|
|
4627
4588
|
|
|
4628
|
-
.es\:motion-safe\:data-\[placement\=right\]\:-motion-translate-x-in
|
|
4629
|
-
--motion-origin-translate-x: calc(
|
|
4589
|
+
.es\:motion-safe\:data-\[placement\=right\]\:-motion-translate-x-in-\[5\%\][data-placement="right"] {
|
|
4590
|
+
--motion-origin-translate-x: calc(5% * -1);
|
|
4630
4591
|
--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;
|
|
4631
4592
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4632
4593
|
}
|
|
@@ -4637,8 +4598,8 @@
|
|
|
4637
4598
|
animation: var(--motion-all-exit-animations);
|
|
4638
4599
|
}
|
|
4639
4600
|
|
|
4640
|
-
.es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-in
|
|
4641
|
-
--motion-origin-translate-y:
|
|
4601
|
+
.es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-in-\[5\%\][data-placement="top"] {
|
|
4602
|
+
--motion-origin-translate-y: 5%;
|
|
4642
4603
|
--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;
|
|
4643
4604
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4644
4605
|
}
|
|
@@ -4676,6 +4637,7 @@
|
|
|
4676
4637
|
}
|
|
4677
4638
|
|
|
4678
4639
|
.es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
|
|
4640
|
+
--tw-outline-style: none;
|
|
4679
4641
|
outline-style: none;
|
|
4680
4642
|
}
|
|
4681
4643
|
|
|
@@ -4713,13 +4675,13 @@
|
|
|
4713
4675
|
.es\:selected\:after\:from-accent-500[data-selected]:after {
|
|
4714
4676
|
content: var(--tw-content);
|
|
4715
4677
|
--tw-gradient-from: var(--es-color-accent-500);
|
|
4716
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4678
|
+
--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));
|
|
4717
4679
|
}
|
|
4718
4680
|
|
|
4719
4681
|
.es\:selected\:after\:to-accent-600[data-selected]:after {
|
|
4720
4682
|
content: var(--tw-content);
|
|
4721
4683
|
--tw-gradient-to: var(--es-color-accent-600);
|
|
4722
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position,
|
|
4684
|
+
--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));
|
|
4723
4685
|
}
|
|
4724
4686
|
|
|
4725
4687
|
.es\:selected\:after\:shadow-xs[data-selected]:after {
|
|
@@ -4767,6 +4729,11 @@
|
|
|
4767
4729
|
height: calc(var(--es-spacing) * 4);
|
|
4768
4730
|
}
|
|
4769
4731
|
|
|
4732
|
+
.es\:icon\:size-4\! > svg {
|
|
4733
|
+
width: calc(var(--es-spacing) * 4) !important;
|
|
4734
|
+
height: calc(var(--es-spacing) * 4) !important;
|
|
4735
|
+
}
|
|
4736
|
+
|
|
4770
4737
|
.es\:icon\:size-4\.5 > svg {
|
|
4771
4738
|
width: calc(var(--es-spacing) * 4.5);
|
|
4772
4739
|
height: calc(var(--es-spacing) * 4.5);
|
|
@@ -4832,6 +4799,10 @@
|
|
|
4832
4799
|
color: var(--es-color-gray-500);
|
|
4833
4800
|
}
|
|
4834
4801
|
|
|
4802
|
+
.es\:icon\:text-lime-500 > svg {
|
|
4803
|
+
color: var(--es-color-lime-500);
|
|
4804
|
+
}
|
|
4805
|
+
|
|
4835
4806
|
.es\:icon\:text-secondary-500 > svg {
|
|
4836
4807
|
color: var(--es-color-secondary-500);
|
|
4837
4808
|
}
|
|
@@ -4927,6 +4898,11 @@
|
|
|
4927
4898
|
text-overflow: ellipsis;
|
|
4928
4899
|
}
|
|
4929
4900
|
|
|
4901
|
+
.es\:\[\&_svg\]\:size-4\! svg {
|
|
4902
|
+
width: calc(var(--es-spacing) * 4) !important;
|
|
4903
|
+
height: calc(var(--es-spacing) * 4) !important;
|
|
4904
|
+
}
|
|
4905
|
+
|
|
4930
4906
|
.es\:\[\&_svg_path\]\:stroke-red-500 svg path {
|
|
4931
4907
|
stroke: var(--es-color-red-500);
|
|
4932
4908
|
}
|
|
@@ -4947,42 +4923,6 @@
|
|
|
4947
4923
|
.es\:\[\&\>span\>svg\]\:opacity-80 > span > svg {
|
|
4948
4924
|
opacity: .8;
|
|
4949
4925
|
}
|
|
4950
|
-
|
|
4951
|
-
.es\:\[\&\>svg\]\:size-5\.5 > svg {
|
|
4952
|
-
width: var(--es-spacing-5_5);
|
|
4953
|
-
height: var(--es-spacing-5_5);
|
|
4954
|
-
}
|
|
4955
|
-
}
|
|
4956
|
-
|
|
4957
|
-
@keyframes spin {
|
|
4958
|
-
to {
|
|
4959
|
-
transform: rotate(360deg);
|
|
4960
|
-
}
|
|
4961
|
-
}
|
|
4962
|
-
|
|
4963
|
-
@keyframes ping {
|
|
4964
|
-
75%, 100% {
|
|
4965
|
-
opacity: 0;
|
|
4966
|
-
transform: scale(2);
|
|
4967
|
-
}
|
|
4968
|
-
}
|
|
4969
|
-
|
|
4970
|
-
@keyframes pulse {
|
|
4971
|
-
50% {
|
|
4972
|
-
opacity: .5;
|
|
4973
|
-
}
|
|
4974
|
-
}
|
|
4975
|
-
|
|
4976
|
-
@keyframes bounce {
|
|
4977
|
-
0%, 100% {
|
|
4978
|
-
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
4979
|
-
transform: translateY(-25%);
|
|
4980
|
-
}
|
|
4981
|
-
|
|
4982
|
-
50% {
|
|
4983
|
-
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
4984
|
-
transform: none;
|
|
4985
|
-
}
|
|
4986
4926
|
}
|
|
4987
4927
|
|
|
4988
4928
|
@property --tw-translate-x {
|
|
@@ -5248,6 +5188,11 @@
|
|
|
5248
5188
|
inherits: false
|
|
5249
5189
|
}
|
|
5250
5190
|
|
|
5191
|
+
@property --tw-drop-shadow {
|
|
5192
|
+
syntax: "*";
|
|
5193
|
+
inherits: false
|
|
5194
|
+
}
|
|
5195
|
+
|
|
5251
5196
|
@property --tw-backdrop-blur {
|
|
5252
5197
|
syntax: "*";
|
|
5253
5198
|
inherits: false
|
|
@@ -5308,3 +5253,9 @@
|
|
|
5308
5253
|
inherits: false;
|
|
5309
5254
|
initial-value: "";
|
|
5310
5255
|
}
|
|
5256
|
+
|
|
5257
|
+
@keyframes spin {
|
|
5258
|
+
to {
|
|
5259
|
+
transform: rotate(360deg);
|
|
5260
|
+
}
|
|
5261
|
+
}
|