@simpli-route/apollo-ds 0.1.37 → 0.1.39
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/index.cjs10.js +1 -1
- package/dist/index.cjs100.js +1 -1
- package/dist/index.cjs101.js +1 -1
- package/dist/index.cjs102.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs13.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs20.js +1 -1
- package/dist/index.cjs21.js +1 -1
- package/dist/index.cjs22.js +1 -1
- package/dist/index.cjs23.js +1 -1
- package/dist/index.cjs25.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs4.js +1 -1
- package/dist/index.cjs40.js +1 -1
- package/dist/index.cjs41.js +1 -1
- package/dist/index.cjs42.js +1 -1
- package/dist/index.cjs43.js +1 -1
- package/dist/index.cjs44.js +1 -1
- package/dist/index.cjs45.js +1 -1
- package/dist/index.cjs46.js +1 -1
- package/dist/index.cjs47.js +1 -1
- package/dist/index.cjs48.js +1 -1
- package/dist/index.cjs49.js +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs50.js +1 -1
- package/dist/index.cjs58.js +1 -1
- package/dist/index.cjs59.js +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs60.js +1 -1
- package/dist/index.cjs64.js +1 -1
- package/dist/index.cjs65.js +1 -1
- package/dist/index.cjs66.js +1 -1
- package/dist/index.cjs67.js +1 -1
- package/dist/index.cjs68.js +1 -1
- package/dist/index.cjs69.js +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.cjs70.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.cjs96.js +1 -1
- package/dist/index.cjs97.js +1 -1
- package/dist/index.cjs98.js +1 -1
- package/dist/index.cjs99.js +1 -1
- package/dist/index.es10.js +1 -1
- package/dist/index.es100.js +340 -8
- package/dist/index.es101.js +162 -336
- package/dist/index.es102.js +52 -161
- package/dist/index.es11.js +1 -1
- package/dist/index.es13.js +1 -1
- package/dist/index.es14.js +2 -2
- package/dist/index.es19.js +2 -2
- package/dist/index.es20.js +1 -1
- package/dist/index.es21.js +8 -8
- package/dist/index.es22.js +2 -2
- package/dist/index.es23.js +2 -2
- package/dist/index.es25.js +2 -2
- package/dist/index.es29.js +3 -3
- package/dist/index.es4.js +63 -37
- package/dist/index.es40.js +28 -16
- package/dist/index.es41.js +43 -17
- package/dist/index.es42.js +33 -15
- package/dist/index.es43.js +53 -140
- package/dist/index.es44.js +152 -32
- package/dist/index.es45.js +136 -25
- package/dist/index.es46.js +94 -61
- package/dist/index.es47.js +26 -98
- package/dist/index.es48.js +142 -85
- package/dist/index.es49.js +102 -22
- package/dist/index.es5.js +7 -7
- package/dist/index.es50.js +22 -105
- package/dist/index.es58.js +18 -163
- package/dist/index.es59.js +13 -26
- package/dist/index.es6.js +2 -2
- package/dist/index.es60.js +15 -72
- package/dist/index.es64.js +7 -101
- package/dist/index.es65.js +16 -11
- package/dist/index.es66.js +149 -7
- package/dist/index.es67.js +13 -18
- package/dist/index.es68.js +134 -146
- package/dist/index.es69.js +20 -137
- package/dist/index.es7.js +1 -1
- package/dist/index.es70.js +98 -17
- package/dist/index.es71.js +13 -13
- package/dist/index.es8.js +3 -3
- package/dist/index.es9.js +1 -1
- package/dist/index.es96.js +4 -57
- package/dist/index.es97.js +28 -6
- package/dist/index.es98.js +4 -28
- package/dist/index.es99.js +8 -2
- package/dist/style.css +19 -0
- package/package.json +1 -1
package/dist/index.es101.js
CHANGED
|
@@ -1,342 +1,168 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
return a.replace("<alpha-value>", `var(${n}, 1)`);
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index.es96.js";
|
|
2
|
+
import { p as o } from "./index.es110.js";
|
|
3
|
+
const l = o;
|
|
4
|
+
function e(a) {
|
|
5
|
+
return Object.fromEntries(
|
|
6
|
+
Object.entries(a).filter(([i]) => i !== "DEFAULT")
|
|
7
|
+
);
|
|
9
8
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
{
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
)}")`,
|
|
161
|
-
"background-position": `right ${e[2]} center`,
|
|
162
|
-
"background-repeat": "no-repeat",
|
|
163
|
-
"background-size": "1.5em 1.5em",
|
|
164
|
-
"padding-right": e[10],
|
|
165
|
-
"print-color-adjust": "exact"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
base: ["[multiple]", '[size]:where(select:not([size="1"]))'],
|
|
170
|
-
class: ['.form-select:where([size]:not([size="1"]))'],
|
|
171
|
-
styles: {
|
|
172
|
-
"background-image": "initial",
|
|
173
|
-
"background-position": "initial",
|
|
174
|
-
"background-repeat": "unset",
|
|
175
|
-
"background-size": "initial",
|
|
176
|
-
"padding-right": e[3],
|
|
177
|
-
"print-color-adjust": "unset"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
base: ["[type='checkbox']", "[type='radio']"],
|
|
182
|
-
class: [".form-checkbox", ".form-radio"],
|
|
183
|
-
styles: {
|
|
184
|
-
appearance: "none",
|
|
185
|
-
padding: "0",
|
|
186
|
-
"print-color-adjust": "exact",
|
|
187
|
-
display: "inline-block",
|
|
188
|
-
"vertical-align": "middle",
|
|
189
|
-
"background-origin": "border-box",
|
|
190
|
-
"user-select": "none",
|
|
191
|
-
"flex-shrink": "0",
|
|
192
|
-
height: e[4],
|
|
193
|
-
width: e[4],
|
|
194
|
-
color: r(t("colors.blue.600", o.blue[600]), "--tw-text-opacity"),
|
|
195
|
-
"background-color": "#fff",
|
|
196
|
-
"border-color": r(
|
|
197
|
-
t("colors.gray.500", o.gray[500]),
|
|
198
|
-
"--tw-border-opacity"
|
|
199
|
-
),
|
|
200
|
-
"border-width": f.DEFAULT,
|
|
201
|
-
"--tw-shadow": "0 0 #0000"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
base: ["[type='checkbox']"],
|
|
206
|
-
class: [".form-checkbox"],
|
|
207
|
-
styles: {
|
|
208
|
-
"border-radius": u.none
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
base: ["[type='radio']"],
|
|
213
|
-
class: [".form-radio"],
|
|
214
|
-
styles: {
|
|
215
|
-
"border-radius": "100%"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
base: ["[type='checkbox']:focus", "[type='radio']:focus"],
|
|
220
|
-
class: [".form-checkbox:focus", ".form-radio:focus"],
|
|
221
|
-
styles: {
|
|
222
|
-
outline: "2px solid transparent",
|
|
223
|
-
"outline-offset": "2px",
|
|
224
|
-
"--tw-ring-inset": "var(--tw-empty,/*!*/ /*!*/)",
|
|
225
|
-
"--tw-ring-offset-width": "2px",
|
|
226
|
-
"--tw-ring-offset-color": "#fff",
|
|
227
|
-
"--tw-ring-color": r(
|
|
228
|
-
t("colors.blue.600", o.blue[600]),
|
|
229
|
-
"--tw-ring-opacity"
|
|
230
|
-
),
|
|
231
|
-
"--tw-ring-offset-shadow": "var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)",
|
|
232
|
-
"--tw-ring-shadow": "var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)",
|
|
233
|
-
"box-shadow": "var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
base: ["[type='checkbox']:checked", "[type='radio']:checked"],
|
|
238
|
-
class: [".form-checkbox:checked", ".form-radio:checked"],
|
|
239
|
-
styles: {
|
|
240
|
-
"border-color": "transparent",
|
|
241
|
-
"background-color": "currentColor",
|
|
242
|
-
"background-size": "100% 100%",
|
|
243
|
-
"background-position": "center",
|
|
244
|
-
"background-repeat": "no-repeat"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
base: ["[type='checkbox']:checked"],
|
|
249
|
-
class: [".form-checkbox:checked"],
|
|
250
|
-
styles: {
|
|
251
|
-
"background-image": `url("${d(
|
|
252
|
-
'<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>'
|
|
253
|
-
)}")`,
|
|
254
|
-
"@media (forced-colors: active) ": {
|
|
255
|
-
appearance: "auto"
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
base: ["[type='radio']:checked"],
|
|
261
|
-
class: [".form-radio:checked"],
|
|
262
|
-
styles: {
|
|
263
|
-
"background-image": `url("${d(
|
|
264
|
-
'<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>'
|
|
265
|
-
)}")`,
|
|
266
|
-
"@media (forced-colors: active) ": {
|
|
267
|
-
appearance: "auto"
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
base: [
|
|
273
|
-
"[type='checkbox']:checked:hover",
|
|
274
|
-
"[type='checkbox']:checked:focus",
|
|
275
|
-
"[type='radio']:checked:hover",
|
|
276
|
-
"[type='radio']:checked:focus"
|
|
277
|
-
],
|
|
278
|
-
class: [
|
|
279
|
-
".form-checkbox:checked:hover",
|
|
280
|
-
".form-checkbox:checked:focus",
|
|
281
|
-
".form-radio:checked:hover",
|
|
282
|
-
".form-radio:checked:focus"
|
|
283
|
-
],
|
|
284
|
-
styles: {
|
|
285
|
-
"border-color": "transparent",
|
|
286
|
-
"background-color": "currentColor"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
base: ["[type='checkbox']:indeterminate"],
|
|
291
|
-
class: [".form-checkbox:indeterminate"],
|
|
292
|
-
styles: {
|
|
293
|
-
"background-image": `url("${d(
|
|
294
|
-
'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 8h8"/></svg>'
|
|
295
|
-
)}")`,
|
|
296
|
-
"border-color": "transparent",
|
|
297
|
-
"background-color": "currentColor",
|
|
298
|
-
"background-size": "100% 100%",
|
|
299
|
-
"background-position": "center",
|
|
300
|
-
"background-repeat": "no-repeat",
|
|
301
|
-
"@media (forced-colors: active) ": {
|
|
302
|
-
appearance: "auto"
|
|
9
|
+
var s = l(
|
|
10
|
+
({ addUtilities: a, matchUtilities: i, theme: n }) => {
|
|
11
|
+
a({
|
|
12
|
+
"@keyframes enter": n("keyframes.enter"),
|
|
13
|
+
"@keyframes exit": n("keyframes.exit"),
|
|
14
|
+
".animate-in": {
|
|
15
|
+
animationName: "enter",
|
|
16
|
+
animationDuration: n("animationDuration.DEFAULT"),
|
|
17
|
+
"--tw-enter-opacity": "initial",
|
|
18
|
+
"--tw-enter-scale": "initial",
|
|
19
|
+
"--tw-enter-rotate": "initial",
|
|
20
|
+
"--tw-enter-translate-x": "initial",
|
|
21
|
+
"--tw-enter-translate-y": "initial"
|
|
22
|
+
},
|
|
23
|
+
".animate-out": {
|
|
24
|
+
animationName: "exit",
|
|
25
|
+
animationDuration: n("animationDuration.DEFAULT"),
|
|
26
|
+
"--tw-exit-opacity": "initial",
|
|
27
|
+
"--tw-exit-scale": "initial",
|
|
28
|
+
"--tw-exit-rotate": "initial",
|
|
29
|
+
"--tw-exit-translate-x": "initial",
|
|
30
|
+
"--tw-exit-translate-y": "initial"
|
|
31
|
+
}
|
|
32
|
+
}), i(
|
|
33
|
+
{
|
|
34
|
+
"fade-in": (t) => ({ "--tw-enter-opacity": t }),
|
|
35
|
+
"fade-out": (t) => ({ "--tw-exit-opacity": t })
|
|
36
|
+
},
|
|
37
|
+
{ values: n("animationOpacity") }
|
|
38
|
+
), i(
|
|
39
|
+
{
|
|
40
|
+
"zoom-in": (t) => ({ "--tw-enter-scale": t }),
|
|
41
|
+
"zoom-out": (t) => ({ "--tw-exit-scale": t })
|
|
42
|
+
},
|
|
43
|
+
{ values: n("animationScale") }
|
|
44
|
+
), i(
|
|
45
|
+
{
|
|
46
|
+
"spin-in": (t) => ({ "--tw-enter-rotate": t }),
|
|
47
|
+
"spin-out": (t) => ({ "--tw-exit-rotate": t })
|
|
48
|
+
},
|
|
49
|
+
{ values: n("animationRotate") }
|
|
50
|
+
), i(
|
|
51
|
+
{
|
|
52
|
+
"slide-in-from-top": (t) => ({
|
|
53
|
+
"--tw-enter-translate-y": `-${t}`
|
|
54
|
+
}),
|
|
55
|
+
"slide-in-from-bottom": (t) => ({
|
|
56
|
+
"--tw-enter-translate-y": t
|
|
57
|
+
}),
|
|
58
|
+
"slide-in-from-left": (t) => ({
|
|
59
|
+
"--tw-enter-translate-x": `-${t}`
|
|
60
|
+
}),
|
|
61
|
+
"slide-in-from-right": (t) => ({
|
|
62
|
+
"--tw-enter-translate-x": t
|
|
63
|
+
}),
|
|
64
|
+
"slide-out-to-top": (t) => ({
|
|
65
|
+
"--tw-exit-translate-y": `-${t}`
|
|
66
|
+
}),
|
|
67
|
+
"slide-out-to-bottom": (t) => ({
|
|
68
|
+
"--tw-exit-translate-y": t
|
|
69
|
+
}),
|
|
70
|
+
"slide-out-to-left": (t) => ({
|
|
71
|
+
"--tw-exit-translate-x": `-${t}`
|
|
72
|
+
}),
|
|
73
|
+
"slide-out-to-right": (t) => ({
|
|
74
|
+
"--tw-exit-translate-x": t
|
|
75
|
+
})
|
|
76
|
+
},
|
|
77
|
+
{ values: n("animationTranslate") }
|
|
78
|
+
), i(
|
|
79
|
+
{ duration: (t) => ({ animationDuration: t }) },
|
|
80
|
+
{ values: e(n("animationDuration")) }
|
|
81
|
+
), i(
|
|
82
|
+
{ delay: (t) => ({ animationDelay: t }) },
|
|
83
|
+
{ values: n("animationDelay") }
|
|
84
|
+
), i(
|
|
85
|
+
{ ease: (t) => ({ animationTimingFunction: t }) },
|
|
86
|
+
{ values: e(n("animationTimingFunction")) }
|
|
87
|
+
), a({
|
|
88
|
+
".running": { animationPlayState: "running" },
|
|
89
|
+
".paused": { animationPlayState: "paused" }
|
|
90
|
+
}), i(
|
|
91
|
+
{ "fill-mode": (t) => ({ animationFillMode: t }) },
|
|
92
|
+
{ values: n("animationFillMode") }
|
|
93
|
+
), i(
|
|
94
|
+
{ direction: (t) => ({ animationDirection: t }) },
|
|
95
|
+
{ values: n("animationDirection") }
|
|
96
|
+
), i(
|
|
97
|
+
{ repeat: (t) => ({ animationIterationCount: t }) },
|
|
98
|
+
{ values: n("animationRepeat") }
|
|
99
|
+
);
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
theme: {
|
|
103
|
+
extend: {
|
|
104
|
+
animationDelay: ({ theme: a }) => ({
|
|
105
|
+
...a("transitionDelay")
|
|
106
|
+
}),
|
|
107
|
+
animationDuration: ({ theme: a }) => ({
|
|
108
|
+
0: "0ms",
|
|
109
|
+
...a("transitionDuration")
|
|
110
|
+
}),
|
|
111
|
+
animationTimingFunction: ({ theme: a }) => ({
|
|
112
|
+
...a("transitionTimingFunction")
|
|
113
|
+
}),
|
|
114
|
+
animationFillMode: {
|
|
115
|
+
none: "none",
|
|
116
|
+
forwards: "forwards",
|
|
117
|
+
backwards: "backwards",
|
|
118
|
+
both: "both"
|
|
119
|
+
},
|
|
120
|
+
animationDirection: {
|
|
121
|
+
normal: "normal",
|
|
122
|
+
reverse: "reverse",
|
|
123
|
+
alternate: "alternate",
|
|
124
|
+
"alternate-reverse": "alternate-reverse"
|
|
125
|
+
},
|
|
126
|
+
animationOpacity: ({ theme: a }) => ({
|
|
127
|
+
DEFAULT: 0,
|
|
128
|
+
...a("opacity")
|
|
129
|
+
}),
|
|
130
|
+
animationTranslate: ({ theme: a }) => ({
|
|
131
|
+
DEFAULT: "100%",
|
|
132
|
+
...a("translate")
|
|
133
|
+
}),
|
|
134
|
+
animationScale: ({ theme: a }) => ({
|
|
135
|
+
DEFAULT: 0,
|
|
136
|
+
...a("scale")
|
|
137
|
+
}),
|
|
138
|
+
animationRotate: ({ theme: a }) => ({
|
|
139
|
+
DEFAULT: "30deg",
|
|
140
|
+
...a("rotate")
|
|
141
|
+
}),
|
|
142
|
+
animationRepeat: {
|
|
143
|
+
0: "0",
|
|
144
|
+
1: "1",
|
|
145
|
+
infinite: "infinite"
|
|
146
|
+
},
|
|
147
|
+
keyframes: {
|
|
148
|
+
enter: {
|
|
149
|
+
from: {
|
|
150
|
+
opacity: "var(--tw-enter-opacity, 1)",
|
|
151
|
+
transform: "translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
exit: {
|
|
155
|
+
to: {
|
|
156
|
+
opacity: "var(--tw-exit-opacity, 1)",
|
|
157
|
+
transform: "translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))"
|
|
158
|
+
}
|
|
303
159
|
}
|
|
304
160
|
}
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
base: ["[type='checkbox']:indeterminate:hover", "[type='checkbox']:indeterminate:focus"],
|
|
308
|
-
class: [".form-checkbox:indeterminate:hover", ".form-checkbox:indeterminate:focus"],
|
|
309
|
-
styles: {
|
|
310
|
-
"border-color": "transparent",
|
|
311
|
-
"background-color": "currentColor"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
base: ["[type='file']"],
|
|
316
|
-
class: null,
|
|
317
|
-
styles: {
|
|
318
|
-
background: "unset",
|
|
319
|
-
"border-color": "inherit",
|
|
320
|
-
"border-width": "0",
|
|
321
|
-
"border-radius": "0",
|
|
322
|
-
padding: "0",
|
|
323
|
-
"font-size": "unset",
|
|
324
|
-
"line-height": "inherit"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
base: ["[type='file']:focus"],
|
|
329
|
-
class: null,
|
|
330
|
-
styles: {
|
|
331
|
-
outline: ["1px solid ButtonText", "1px auto -webkit-focus-ring-color"]
|
|
332
|
-
}
|
|
333
161
|
}
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
var B = j;
|
|
339
|
-
const U = /* @__PURE__ */ h(B);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
);
|
|
165
|
+
const u = /* @__PURE__ */ r(s);
|
|
340
166
|
export {
|
|
341
|
-
|
|
167
|
+
u as default
|
|
342
168
|
};
|