@acmekit/docs-tailwind 2.13.41

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.mjs ADDED
@@ -0,0 +1,806 @@
1
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
+ }) : x)(function(x) {
4
+ if (typeof require !== "undefined") return require.apply(this, arguments);
5
+ throw Error('Dynamic require of "' + x + '" is not supported');
6
+ });
7
+
8
+ // src/preset.ts
9
+ import plugin from "tailwindcss/plugin";
10
+
11
+ // src/theme-presets.ts
12
+ var light = {
13
+ "--docs-bg-base": "rgba(255, 255, 255, 1)",
14
+ "--docs-bg-base-hover": "rgba(244, 244, 245, 1)",
15
+ "--docs-bg-base-pressed": "rgba(228, 228, 231, 1)",
16
+ "--docs-bg-subtle": "rgba(250, 250, 250, 1)",
17
+ "--docs-bg-subtle-hover": "rgba(244, 244, 245, 1)",
18
+ "--docs-bg-subtle-pressed": "rgba(228, 228, 231, 1)",
19
+ "--docs-bg-component": "rgba(250, 250, 250, 1)",
20
+ "--docs-bg-component-pressed": "rgba(228, 228, 231, 1)",
21
+ "--docs-bg-component-hover": "rgba(244, 244, 245, 1)",
22
+ "--docs-bg-switch-off": "rgba(228, 228, 231, 1)",
23
+ "--docs-bg-switch-off-hover": "rgba(212, 212, 216, 1)",
24
+ "--docs-bg-interactive": "rgba(59, 130, 246, 1)",
25
+ "--docs-bg-overlay": "rgba(24, 24, 27, 0.4)",
26
+ "--docs-bg-disabled": "rgba(244, 244, 245, 1)",
27
+ "--docs-bg-highlight": "rgba(239, 246, 255, 1)",
28
+ "--docs-bg-highlight-hover": "rgba(219, 234, 254, 1)",
29
+ "--docs-bg-field": "rgba(250, 250, 250, 1)",
30
+ "--docs-bg-field-hover": "rgba(244, 244, 245, 1)",
31
+ "--docs-bg-field-component": "rgba(255, 255, 255, 1)",
32
+ "--docs-bg-field-component-hover": "rgba(250, 250, 250, 1)",
33
+ "--docs-fg-base": "rgba(24, 24, 27, 1)",
34
+ "--docs-fg-subtle": "rgba(82, 82, 91, 1)",
35
+ "--docs-fg-muted": "rgba(113, 113, 122, 1)",
36
+ "--docs-fg-disabled": "rgba(161, 161, 170, 1)",
37
+ "--docs-fg-on-color": "rgba(255, 255, 255, 1)",
38
+ "--docs-fg-on-inverted": "rgba(255, 255, 255, 1)",
39
+ "--docs-fg-interactive": "rgba(59, 130, 246, 1)",
40
+ "--docs-fg-interactive-hover": "rgba(37, 99, 235, 1)",
41
+ "--docs-fg-error": "rgba(225, 29, 72, 1)",
42
+ "--docs-border-base": "rgba(228, 228, 231, 1)",
43
+ "--docs-border-strong": "rgba(212, 212, 216, 1)",
44
+ "--docs-border-interactive": "rgba(59, 130, 246, 1)",
45
+ "--docs-border-error": "rgba(225, 29, 72, 1)",
46
+ "--docs-border-danger": "rgba(190, 18, 60, 1)",
47
+ "--docs-border-transparent": "rgba(255, 255, 255, 0)",
48
+ "--docs-border-menu-top": "rgba(228, 228, 231, 1)",
49
+ "--docs-border-menu-bot": "rgba(255, 255, 255, 1)",
50
+ "--docs-button-inverted": "rgba(39, 39, 42, 1)",
51
+ "--docs-button-inverted-hover": "rgba(63, 63, 70, 1)",
52
+ "--docs-button-inverted-pressed": "rgba(82, 82, 91, 1)",
53
+ "--docs-button-neutral": "rgba(255, 255, 255, 1)",
54
+ "--docs-button-neutral-hover": "rgba(244, 244, 245, 1)",
55
+ "--docs-button-neutral-pressed": "rgba(228, 228, 231, 1)",
56
+ "--docs-button-danger": "rgba(225, 29, 72, 1)",
57
+ "--docs-button-danger-hover": "rgba(190, 18, 60, 1)",
58
+ "--docs-button-danger-pressed": "rgba(159, 18, 57, 1)",
59
+ "--docs-button-transparent": "rgba(255, 255, 255, 0)",
60
+ "--docs-button-transparent-hover": "rgba(24, 24, 27, 0.06)",
61
+ "--docs-button-transparent-pressed": "rgba(228, 228, 231, 1)",
62
+ "--docs-tags-neutral-bg": "rgba(244, 244, 245, 1)",
63
+ "--docs-tags-neutral-bg-hover": "rgba(228, 228, 231, 1)",
64
+ "--docs-tags-neutral-text": "rgba(82, 82, 91, 1)",
65
+ "--docs-tags-neutral-icon": "rgba(161, 161, 170, 1)",
66
+ "--docs-tags-neutral-border": "rgba(228, 228, 231, 1)",
67
+ "--docs-tags-purple-bg": "rgba(237, 233, 254, 1)",
68
+ "--docs-tags-purple-bg-hover": "rgba(221, 214, 254, 1)",
69
+ "--docs-tags-purple-text": "rgba(91, 33, 182, 1)",
70
+ "--docs-tags-purple-icon": "rgba(167, 139, 250, 1)",
71
+ "--docs-tags-purple-border": "rgba(221, 214, 254, 1)",
72
+ "--docs-tags-blue-bg": "rgba(219, 234, 254, 1)",
73
+ "--docs-tags-blue-bg-hover": "rgba(191, 219, 254, 1)",
74
+ "--docs-tags-blue-text": "rgba(30, 64, 175, 1)",
75
+ "--docs-tags-blue-icon": "rgba(96, 165, 250, 1)",
76
+ "--docs-tags-blue-border": "rgba(191, 219, 254, 1)",
77
+ "--docs-tags-green-bg": "rgba(209, 250, 229, 1)",
78
+ "--docs-tags-green-bg-hover": "rgba(167, 243, 208, 1)",
79
+ "--docs-tags-green-text": "rgba(6, 95, 70, 1)",
80
+ "--docs-tags-green-icon": "rgba(16, 185, 129, 1)",
81
+ "--docs-tags-green-border": "rgba(167, 243, 208, 1)",
82
+ "--docs-tags-orange-bg": "rgba(255, 237, 213, 1)",
83
+ "--docs-tags-orange-bg-hover": "rgba(254, 215, 170, 1)",
84
+ "--docs-tags-orange-text": "rgba(154, 52, 18, 1)",
85
+ "--docs-tags-orange-icon": "rgba(249, 115, 22, 1)",
86
+ "--docs-tags-orange-border": "rgba(254, 215, 170, 1)",
87
+ "--docs-tags-red-bg": "rgba(255, 228, 230, 1)",
88
+ "--docs-tags-red-bg-hover": "rgba(254, 205, 211, 1)",
89
+ "--docs-tags-red-text": "rgba(159, 18, 57, 1)",
90
+ "--docs-tags-red-icon": "rgba(244, 63, 94, 1)",
91
+ "--docs-tags-red-border": "rgba(254, 205, 211, 1)",
92
+ "--docs-code-bg-base": "rgba(24, 24, 27, 1)",
93
+ "--docs-code-bg-header": "rgba(31, 41, 55, 1)",
94
+ "--docs-code-border": "rgba(55, 65, 81, 1)",
95
+ "--docs-contrast-bg-base": "rgba(24, 24, 27, 1)",
96
+ "--docs-contrast-bg-base-pressed": "rgba(63, 63, 70, 1)",
97
+ "--docs-contrast-bg-base-hover": "rgba(39, 39, 42, 1)",
98
+ "--docs-contrast-bg-subtle": "rgba(39, 39, 42, 1)",
99
+ "--docs-contrast-bg-highlight": "rgba(63, 63, 70, 1)",
100
+ "--docs-contrast-bg-alpha": "rgba(9, 9, 11, 0.8)",
101
+ "--docs-contrast-fg-primary": "rgba(255, 255, 255, 0.88)",
102
+ "--docs-contrast-fg-secondary": "rgba(255, 255, 255, 0.56)",
103
+ "--docs-contrast-border-base": "rgba(255, 255, 255, 0.16)",
104
+ "--docs-contrast-border-top": "rgba(9, 9, 11, 1)",
105
+ "--docs-contrast-border-bot": "rgba(255, 255, 255, 0.10)",
106
+ "--docs-alpha-white-alpha-6": "rgba(255, 255, 255, 0.06)",
107
+ "--docs-alpha-white-alpha-12": "rgba(255, 255, 255, 0.12)",
108
+ "--docs-alphas-alpha-250": "rgba(24, 24, 27, 0.1)"
109
+ };
110
+ var dark = {
111
+ "--docs-bg-base": "rgba(33, 33, 36, 1)",
112
+ "--docs-bg-base-hover": "rgba(39, 39, 42, 1)",
113
+ "--docs-bg-base-pressed": "rgba(63, 63, 70, 1)",
114
+ "--docs-bg-subtle": "rgba(24, 24, 27, 1)",
115
+ "--docs-bg-subtle-hover": "rgba(33, 33, 36, 1)",
116
+ "--docs-bg-subtle-pressed": "rgba(39, 39, 42, 1)",
117
+ "--docs-bg-component": "rgba(39, 39, 42, 1)",
118
+ "--docs-bg-component-pressed": "rgba(255, 255, 255, 0.16)",
119
+ "--docs-bg-component-hover": "rgba(255, 255, 255, 0.1)",
120
+ "--docs-bg-switch-off": "rgba(63, 63, 70, 1)",
121
+ "--docs-bg-switch-off-hover": "rgba(82, 82, 91, 1)",
122
+ "--docs-bg-interactive": "rgba(96, 165, 250, 1)",
123
+ "--docs-bg-overlay": "rgba(24, 24, 27, 0.72)",
124
+ "--docs-bg-disabled": "rgba(39, 39, 42, 1)",
125
+ "--docs-bg-highlight": "rgba(23, 37, 84, 1)",
126
+ "--docs-bg-highlight-hover": "rgba(30, 58, 138, 1)",
127
+ "--docs-bg-field": "rgba(255, 255, 255, 0.04)",
128
+ "--docs-bg-field-hover": "rgba(255, 255, 255, 0.08)",
129
+ "--docs-bg-field-component": "rgba(33, 33, 36, 1)",
130
+ "--docs-bg-field-component-hover": "rgba(39, 39, 42, 1)",
131
+ "--docs-fg-base": "rgba(244, 244, 245, 1)",
132
+ "--docs-fg-subtle": "rgba(161, 161, 170, 1)",
133
+ "--docs-fg-muted": "rgba(113, 113, 122, 1)",
134
+ "--docs-fg-disabled": "rgba(82, 82, 91, 1)",
135
+ "--docs-fg-on-color": "rgba(255, 255, 255, 1)",
136
+ "--docs-fg-on-inverted": "rgba(24, 24, 27, 1)",
137
+ "--docs-fg-interactive": "rgba(96, 165, 250, 1)",
138
+ "--docs-fg-interactive-hover": "rgba(147, 197, 253, 1)",
139
+ "--docs-fg-error": "rgba(251, 113, 133, 1)",
140
+ "--docs-border-base": "rgba(255, 255, 255, 0.08)",
141
+ "--docs-border-strong": "rgba(255, 255, 255, 0.16)",
142
+ "--docs-border-interactive": "rgba(96, 165, 250, 1)",
143
+ "--docs-border-error": "rgba(251, 113, 133, 1)",
144
+ "--docs-border-danger": "rgba(190, 18, 60, 1)",
145
+ "--docs-border-transparent": "rgba(255, 255, 255, 0)",
146
+ "--docs-border-menu-top": "rgba(255, 255, 255, 0.08)",
147
+ "--docs-border-menu-bot": "rgba(255, 255, 255, 0.08)",
148
+ "--docs-button-inverted": "rgba(82, 82, 91, 1)",
149
+ "--docs-button-inverted-hover": "rgba(113, 113, 122, 1)",
150
+ "--docs-button-inverted-pressed": "rgba(161, 161, 170, 1)",
151
+ "--docs-button-neutral": "rgba(255, 255, 255, 0.04)",
152
+ "--docs-button-neutral-hover": "rgba(255, 255, 255, 0.08)",
153
+ "--docs-button-neutral-pressed": "rgba(255, 255, 255, 0.12)",
154
+ "--docs-button-danger": "rgba(159, 18, 57, 1)",
155
+ "--docs-button-danger-hover": "rgba(190, 18, 60, 1)",
156
+ "--docs-button-danger-pressed": "rgba(225, 29, 72, 1)",
157
+ "--docs-button-transparent": "rgba(255, 255, 255, 0)",
158
+ "--docs-button-transparent-hover": "rgba(255, 255, 255, 0.08)",
159
+ "--docs-button-transparent-pressed": "rgba(255, 255, 255, 0.12)",
160
+ "--docs-tags-neutral-bg": "rgba(255, 255, 255, 0.08)",
161
+ "--docs-tags-neutral-bg-hover": "rgba(255, 255, 255, 0.12)",
162
+ "--docs-tags-neutral-text": "rgba(212, 212, 216, 1)",
163
+ "--docs-tags-neutral-icon": "rgba(113, 113, 122, 1)",
164
+ "--docs-tags-neutral-border": "rgba(255, 255, 255, 0.06)",
165
+ "--docs-tags-purple-bg": "rgba(46, 16, 101, 1)",
166
+ "--docs-tags-purple-bg-hover": "rgba(91, 33, 182, 1)",
167
+ "--docs-tags-purple-text": "rgba(196, 181, 253, 1)",
168
+ "--docs-tags-purple-icon": "rgba(167, 139, 250, 1)",
169
+ "--docs-tags-purple-border": "rgba(91, 33, 182, 1)",
170
+ "--docs-tags-blue-bg": "rgba(23, 37, 84, 1)",
171
+ "--docs-tags-blue-bg-hover": "rgba(30, 58, 138, 1)",
172
+ "--docs-tags-blue-text": "rgba(147, 197, 253, 1)",
173
+ "--docs-tags-blue-icon": "rgba(96, 165, 250, 1)",
174
+ "--docs-tags-blue-border": "rgba(30, 58, 138, 1)",
175
+ "--docs-tags-green-bg": "rgba(2, 44, 34, 1)",
176
+ "--docs-tags-green-bg-hover": "rgba(6, 78, 59, 1)",
177
+ "--docs-tags-green-text": "rgba(52, 211, 153, 1)",
178
+ "--docs-tags-green-icon": "rgba(16, 185, 129, 1)",
179
+ "--docs-tags-green-border": "rgba(6, 78, 59, 1)",
180
+ "--docs-tags-orange-bg": "rgba(67, 20, 7, 1)",
181
+ "--docs-tags-orange-bg-hover": "rgba(124, 45, 18, 1)",
182
+ "--docs-tags-orange-text": "rgba(253, 186, 116, 1)",
183
+ "--docs-tags-orange-icon": "rgba(251, 146, 60, 1)",
184
+ "--docs-tags-orange-border": "rgba(124, 45, 18, 1)",
185
+ "--docs-tags-red-bg": "rgba(76, 5, 25, 1)",
186
+ "--docs-tags-red-bg-hover": "rgba(136, 19, 55, 1)",
187
+ "--docs-tags-red-text": "rgba(253, 164, 175, 1)",
188
+ "--docs-tags-red-icon": "rgba(251, 113, 133, 1)",
189
+ "--docs-tags-red-border": "rgba(136, 19, 55, 1)",
190
+ "--docs-code-bg-base": "rgba(9, 9, 11, 1)",
191
+ "--docs-code-bg-header": "rgba(24, 24, 26, 1)",
192
+ "--docs-code-border": "rgba(46, 48, 53, 1)",
193
+ "--docs-contrast-bg-base": "rgba(39, 39, 42, 1)",
194
+ "--docs-contrast-bg-base-pressed": "rgba(82, 82, 91, 1)",
195
+ "--docs-contrast-bg-base-hover": "rgba(63, 63, 70, 1)",
196
+ "--docs-contrast-bg-subtle": "rgba(47, 47, 50, 1)",
197
+ "--docs-contrast-bg-highlight": "rgba(82, 82, 91, 1)",
198
+ "--docs-contrast-bg-alpha": "rgba(63, 63, 70, 0.9)",
199
+ "--docs-contrast-fg-primary": "rgba(250, 250, 250, 1)",
200
+ "--docs-contrast-fg-secondary": "rgba(255, 255, 255, 0.56)",
201
+ "--docs-contrast-border-base": "rgba(82, 82, 91, 1)",
202
+ "--docs-contrast-border-top": "rgba(24, 24, 27, 1)",
203
+ "--docs-contrast-border-bot": "rgba(255, 255, 255, 0.08)",
204
+ "--docs-alphas-alpha-250": "rgba(255, 255, 255, 0.1)"
205
+ };
206
+ var themePresets = {
207
+ ":root": light,
208
+ ".dark": dark,
209
+ '[data-theme="dark"]': dark
210
+ };
211
+
212
+ // src/preset.ts
213
+ var docsPreset = {
214
+ content: [],
215
+ presets: [__require("@acmekit/ui-preset")],
216
+ darkMode: ["class", `[data-theme="dark"]`],
217
+ theme: {
218
+ extend: {
219
+ colors: {
220
+ acmekit: {
221
+ bg: {
222
+ subtle: {
223
+ DEFAULT: "var(--docs-bg-subtle)",
224
+ hover: "var(--docs-bg-subtle-hover)",
225
+ pressed: "var(--docs-bg-subtle-pressed)"
226
+ },
227
+ base: {
228
+ DEFAULT: "var(--docs-bg-base)",
229
+ hover: "var(--docs-bg-base-hover)",
230
+ pressed: "var(--docs-bg-base-pressed)"
231
+ },
232
+ component: {
233
+ DEFAULT: "var(--docs-bg-component)",
234
+ hover: "var(--docs-bg-component-hover)",
235
+ pressed: "var(--docs-bg-component-pressed)"
236
+ },
237
+ "switch-off": {
238
+ DEFAULT: "var(--docs-bg-switch-off)",
239
+ hover: "var(--docs-bg-switch-off-hover)"
240
+ },
241
+ interactive: "var(--docs-bg-interactive)",
242
+ overlay: "var(--docs-bg-overlay)",
243
+ disabled: "var(--docs-bg-disabled)",
244
+ highlight: {
245
+ DEFAULT: "var(--docs-bg-highlight)",
246
+ hover: "var(--docs-bg-highlight-hover)"
247
+ },
248
+ field: {
249
+ DEFAULT: "var(--docs-bg-field)",
250
+ hover: "var(--docs-bg-field-hover)",
251
+ component: {
252
+ DEFAULT: "var(--docs-bg-field-component)",
253
+ hover: "var(--docs-bg-field-component-hover)"
254
+ }
255
+ }
256
+ },
257
+ fg: {
258
+ base: "var(--docs-fg-base)",
259
+ subtle: "var(--docs-fg-subtle)",
260
+ muted: "var(--docs-fg-muted)",
261
+ disabled: "var(--docs-fg-disabled)",
262
+ on: {
263
+ color: "var(--docs-fg-on-color)",
264
+ inverted: "var(--docs-fg-on-inverted)"
265
+ },
266
+ interactive: {
267
+ DEFAULT: "var(--docs-fg-interactive)",
268
+ hover: "var(--docs-fg-interactive-hover)"
269
+ },
270
+ error: "var(--docs-fg-error)"
271
+ },
272
+ border: {
273
+ base: "var(--docs-border-base)",
274
+ strong: "var(--docs-border-strong)",
275
+ interactive: "var(--docs-border-interactive)",
276
+ error: "var(--docs-border-error)",
277
+ danger: "var(--docs-border-danger)",
278
+ transparent: "var(--docs-border-transparent)",
279
+ menu: {
280
+ top: "var(--docs-border-menu-top)"
281
+ }
282
+ },
283
+ button: {
284
+ inverted: {
285
+ DEFAULT: "var(--docs-button-inverted)",
286
+ hover: "var(--docs-button-inverted-hover)",
287
+ pressed: "var(--docs-button-inverted-pressed)"
288
+ },
289
+ neutral: {
290
+ DEFAULT: "var(--docs-button-neutral)",
291
+ hover: "var(--docs-button-neutral-hover)",
292
+ pressed: "var(--docs-button-neutral-pressed)"
293
+ },
294
+ danger: {
295
+ DEFAULT: "var(--docs-button-danger)",
296
+ hover: "var(--docs-button-danger-hover)",
297
+ pressed: "var(--docs-button-danger-pressed)"
298
+ },
299
+ transparent: {
300
+ DEFAULT: "var(--docs-button-transparent)",
301
+ hover: "var(--docs-button-transparent-hover)",
302
+ pressed: "var(--docs-button-transparent-pressed)"
303
+ }
304
+ },
305
+ tag: {
306
+ neutral: {
307
+ bg: {
308
+ DEFAULT: "var(--docs-tags-neutral-bg)",
309
+ hover: "var(--docs-tags-neutral-bg-hover)"
310
+ },
311
+ text: "var(--docs-tags-neutral-text)",
312
+ icon: "var(--docs-tags-neutral-icon)",
313
+ border: "var(--docs-tags-neutral-border)"
314
+ },
315
+ purple: {
316
+ bg: {
317
+ DEFAULT: "var(--docs-tags-purple-bg)",
318
+ hover: "var(--docs-tags-purple-bg-hover)"
319
+ },
320
+ text: "var(--docs-tags-purple-text)",
321
+ icon: "var(--docs-tags-purple-icon)",
322
+ border: "var(--docs-tags-purple-border)"
323
+ },
324
+ blue: {
325
+ bg: {
326
+ DEFAULT: "var(--docs-tags-blue-bg)",
327
+ hover: "var(--docs-tags-blue-bg-hover)"
328
+ },
329
+ text: "var(--docs-tags-blue-text)",
330
+ icon: "var(--docs-tags-blue-icon)",
331
+ border: "var(--docs-tags-blue-border)"
332
+ },
333
+ green: {
334
+ bg: {
335
+ DEFAULT: "var(--docs-tags-green-bg)",
336
+ hover: "var(--docs-tags-green-bg-hover)"
337
+ },
338
+ text: "var(--docs-tags-green-text)",
339
+ icon: "var(--docs-tags-green-icon)",
340
+ border: "var(--docs-tags-green-border)"
341
+ },
342
+ orange: {
343
+ bg: {
344
+ DEFAULT: "var(--docs-tags-orange-bg)",
345
+ hover: "var(--docs-tags-orange-bg-hover)"
346
+ },
347
+ text: "var(--docs-tags-orange-text)",
348
+ icon: "var(--docs-tags-orange-icon)",
349
+ border: "var(--docs-tags-orange-border)"
350
+ },
351
+ red: {
352
+ bg: {
353
+ DEFAULT: "var(--docs-tags-red-bg)",
354
+ hover: "var(--docs-tags-red-bg-hover)"
355
+ },
356
+ text: "var(--docs-tags-red-text)",
357
+ icon: "var(--docs-tags-red-icon)",
358
+ border: "var(--docs-tags-red-border)"
359
+ }
360
+ },
361
+ code: {
362
+ bg: {
363
+ base: {
364
+ DEFAULT: "var(--docs-code-bg-base)"
365
+ },
366
+ header: "var(--docs-code-bg-header)"
367
+ },
368
+ border: "var(--docs-code-border)"
369
+ },
370
+ contrast: {
371
+ bg: {
372
+ base: {
373
+ DEFAULT: "var(--docs-contrast-bg-base)",
374
+ pressed: "var(--docs-contrast-bg-base-pressed)",
375
+ hover: "var(--docs-contrast-bg-base-hover)"
376
+ },
377
+ subtle: "var(--docs-contrast-bg-subtle)",
378
+ highlight: "var(--docs-contrast-bg-highlight)",
379
+ alpha: "var(--docs-contrast-bg-alpha)"
380
+ },
381
+ fg: {
382
+ primary: "var(--docs-contrast-fg-primary)",
383
+ secondary: "var(--docs-contrast-fg-secondary)"
384
+ },
385
+ border: {
386
+ base: "var(--docs-contrast-border-base)",
387
+ top: "var(--docs-contrast-border-top)",
388
+ bot: "var(--docs-contrast-border-bot)"
389
+ },
390
+ button: {
391
+ DEFAULT: "#3D3D3F",
392
+ hover: "#505052"
393
+ }
394
+ },
395
+ alpha: {
396
+ white: {
397
+ alpha: {
398
+ 6: "var(--docs-alpha-white-alpha-6)",
399
+ 12: "var(--docs-alpha-white-alpha-12)"
400
+ }
401
+ }
402
+ },
403
+ alphas: {
404
+ alpha: {
405
+ 250: "var(--docs-alphas-alpha-250)"
406
+ }
407
+ }
408
+ }
409
+ },
410
+ boxShadow: {
411
+ "elevation-card-rest": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px -1px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.04)",
412
+ "elevation-card-rest-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px #27272A, 0px 1px 2px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.32)",
413
+ "elevation-card-hover": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px -1px rgba(0, 0, 0, 0.08), 0px 2px 8px 0px rgba(0, 0, 0, 0.10)",
414
+ "elevation-card-hover-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px #27272A, 0px 1px 4px 0px rgba(0, 0, 0, 0.48), 0px 2px 8px 0px rgba(0, 0, 0, 0.48)",
415
+ "elevation-tooltip": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(0, 0, 0, 0.08)",
416
+ "elevation-tooltip-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.04), 0px 0px 0px 1px rgba(255, 255, 255, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.32), 0px 4px 8px 0px rgba(0, 0, 0, 0.32)",
417
+ "elevation-flyout": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.08)",
418
+ "elevation-flyout-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.04), 0px 0px 0px 1px rgba(255, 255, 255, 0.10), 0px 4px 8px 0px rgba(0, 0, 0, 0.32), 0px 8px 16px 0px rgba(0, 0, 0, 0.32)",
419
+ "elevation-modal": "0px 0px 0px 1px #FFF inset, 0px 0px 0px 1.5px rgba(228, 228, 231, 0.60) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 16px 32px 0px rgba(0, 0, 0, 0.08)",
420
+ "elevation-modal-dark": "0px 0px 0px 1px #18181B inset, 0px 0px 0px 1.5px rgba(255, 255, 255, 0.06) inset, 0px -1px 0px 0px rgba(255, 255, 255, 0.04), 0px 0px 0px 1px rgba(255, 255, 255, 0.10), 0px 4px 8px 0px rgba(0, 0, 0, 0.32), 0px 8px 16px 0px rgba(0, 0, 0, 0.32)",
421
+ "button-neutral": "0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.08)",
422
+ "button-neutral-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(39, 39, 42, 1), 0px 0px 1px 1.5px rgba(0, 0, 0, 0.24), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)",
423
+ "button-neutral-focused": "0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(59, 130, 246, 0.6)",
424
+ "button-neutral-focused-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(39, 39, 42, 1), 0px 0px 0px 2px rgba(24, 24, 27, 1), 0px 0px 0px 4px rgba(96, 165, 250, 0.8)",
425
+ "button-danger": "0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(190, 18, 60, 0.4), 0px 0px 0px 1px rgba(190, 18, 60, 1)",
426
+ "button-danger-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.16), 0px 0px 0px 1px rgba(255, 255, 255, 0.12), 0px 0px 0px 1px rgba(159, 18, 57, 1), 0px 0px 1px 1.5px rgba(0, 0, 0, 0.24), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)",
427
+ "button-danger-focused": "0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(190, 18, 60, 0.4), 0px 0px 0px 1px rgba(190, 18, 60, 1), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(59, 130, 246, 0.6)",
428
+ "button-danger-focused-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.16), 0px 0px 0px 1px rgba(255, 255, 255, 0.12), 0px 0px 0px 1px rgba(159, 18, 57, 1), 0px 0px 0px 2px rgba(24, 24, 27, 1), 0px 0px 0px 4px rgba(96, 165, 250, 0.8)",
429
+ "button-inverted": "0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(24, 24, 27, 1)",
430
+ "button-inverted-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.12), 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 0px 0px 1px rgba(82, 82, 91, 1), 0px 0px 1px 1.5px rgba(0, 0, 0, 0.24), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)",
431
+ "button-inverted-focused": "0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(24, 24, 27, 1), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(59, 130, 246, 0.6)",
432
+ "button-inverted-focused-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.12), 0px 0px 0px 1px rgba(255, 255, 255, 0.12), 0px 0px 0px 1px rgba(82, 82, 91, 1), 0px 0px 0px 2px rgba(24, 24, 27, 1), 0px 0px 0px 4px rgba(96, 165, 250, 0.8)",
433
+ "elevation-code-block": "0px 0px 0px 1px #18181B inset, 0px 0px 0px 1.5px rgba(255, 255, 255, 0.20) inset",
434
+ "elevation-code-block-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px #27272A, 0px 1px 2px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.32)",
435
+ active: "0px 0px 0px 3px #E1F0FF",
436
+ "active-dark": "0px 0px 0px 3px #2C2250",
437
+ "border-base": "0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.08)",
438
+ "border-base-dark": "0px -1px 0px 0px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 0px 0px 1px rgba(39, 39, 42, 1), 0px 0px 1px 1.5px rgba(0, 0, 0, 0.24), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)"
439
+ },
440
+ borderRadius: {
441
+ xxs: "2px",
442
+ xs: "4px",
443
+ sm: "6px",
444
+ DEFAULT: "8px",
445
+ md: "8px",
446
+ lg: "12px",
447
+ xl: "16px",
448
+ "docs_xxs": "2px",
449
+ "docs_xs": "4px",
450
+ "docs_sm": "6px",
451
+ "docs_DEFAULT": "8px",
452
+ "docs_md": "8px",
453
+ "docs_lg": "12px",
454
+ "docs_xl": "16px"
455
+ },
456
+ lineHeight: {
457
+ DEFAULT: "24px"
458
+ },
459
+ backgroundImage: {
460
+ "code-fade-top-to-bottom": `linear-gradient(180deg, #27272A 0%, rgba(39, 39, 42, 0.00) 100%)`,
461
+ "code-fade-bottom-to-top": `linear-gradient(180deg, rgba(39, 39, 42, 0.00) 0%, #27272A 100%)`,
462
+ "base-code-fade-right-to-left": `linear-gradient(90deg, #18181b7d, #18181B)`,
463
+ "subtle-code-fade-right-to-left": `linear-gradient(90deg, #27272aa3, #27272A)`,
464
+ "code-fade-top-to-bottom-dark": `linear-gradient(180deg, #2F2F32 0%, rgba(47, 47, 50, 0.00) 100%)`,
465
+ "code-fade-bottom-to-top-dark": `linear-gradient(180deg, rgba(47, 47, 50, 0.00) 0%, #2F2F32 100%)`,
466
+ "base-code-fade-right-to-left-dark": `linear-gradient(90deg, #27272aa3, #27272A)`,
467
+ "subtle-code-fade-right-to-left-dark": `linear-gradient(90deg, #30303380, #303033)`,
468
+ "border-dotted": "linear-gradient(90deg,var(--docs-border-strong) 1px,transparent 1px)",
469
+ "ai-assistant-bottom": "linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--docs-bg-base) 100%)"
470
+ },
471
+ screens: {
472
+ xs: "568px",
473
+ sm: "640px",
474
+ md: "768px",
475
+ lg: "1024px",
476
+ xl: "1280px",
477
+ xxl: "1536px",
478
+ xxxl: "1800px",
479
+ xxxxl: "3840px"
480
+ },
481
+ transitionTimingFunction: {
482
+ ease: "ease"
483
+ },
484
+ width: {
485
+ toc: "221px",
486
+ "sidebar-xs": "calc(100% - 20px)",
487
+ "ai-assistant": "500px"
488
+ },
489
+ maxWidth: {
490
+ "sidebar-xs": "calc(100% - 20px)",
491
+ "sidebar-sm": "300px",
492
+ "sidebar-md": "300px",
493
+ "sidebar-lg": "221px",
494
+ "sidebar-xl": "221px",
495
+ "sidebar-xxl": "221px",
496
+ "sidebar-xxxl": "221px",
497
+ "main-content-xs": "100%",
498
+ "main-content-sm": "100%",
499
+ "main-content-md": "100%",
500
+ "main-content-lg": "751px",
501
+ "main-content-xl": "1007px",
502
+ "main-content-xxl": "1263px",
503
+ "main-content-xxxl": "3567px",
504
+ "inner-content-xs": "100%",
505
+ "inner-content-sm": "100%",
506
+ "inner-content-md": "100%",
507
+ "inner-content-lg": "550px",
508
+ "inner-content-xl": "640px",
509
+ "inner-content-xxl": "640px",
510
+ "inner-content-xxxl": "640px",
511
+ "wide-content": "1112px",
512
+ "xl-wide-content": "1112px",
513
+ "lg-wide-content": "800px",
514
+ "modal-xs": "304px",
515
+ "modal-sm": "624px",
516
+ "modal-md": "752px",
517
+ "modal-lg": "640px",
518
+ "ai-assistant": "500px"
519
+ },
520
+ minWidth: {
521
+ xl: "1419px"
522
+ },
523
+ fontSize: {
524
+ h1: ["24px", { lineHeight: "125%", fontWeight: "500" }],
525
+ h2: ["18px", { lineHeight: "160%", fontWeight: "500" }],
526
+ h3: ["16px", { lineHeight: "160%", fontWeight: "500" }],
527
+ h4: ["14px", { lineHeight: "160%", fontWeight: "500" }],
528
+ "compact-x-large-plus": ["18px", { lineHeight: "20px", fontWeight: "500" }],
529
+ "compact-x-large": ["18px", { lineHeight: "20px", fontWeight: "400" }],
530
+ "compact-large-plus": ["16px", { lineHeight: "20px", fontWeight: "500" }],
531
+ "compact-large": ["16px", { lineHeight: "20px", fontWeight: "400" }],
532
+ "compact-medium-plus": ["14px", { lineHeight: "20px", fontWeight: "500" }],
533
+ "compact-medium": ["14px", { lineHeight: "20px", fontWeight: "400" }],
534
+ "compact-small-plus": ["13px", { lineHeight: "20px", fontWeight: "500" }],
535
+ "compact-small": ["13px", { lineHeight: "20px", fontWeight: "400" }],
536
+ "compact-x-small-plus": ["12px", { lineHeight: "20px", fontWeight: "500" }],
537
+ "compact-x-small": ["12px", { lineHeight: "20px", fontWeight: "400" }],
538
+ "x-large-plus": ["18px", { lineHeight: "150%", fontWeight: "500" }],
539
+ "x-large": ["18px", { lineHeight: "150%", fontWeight: "400" }],
540
+ "large-plus": ["16px", { lineHeight: "150%", fontWeight: "500" }],
541
+ large: ["16px", { lineHeight: "150%", fontWeight: "400" }],
542
+ "medium-plus": ["14px", { lineHeight: "160%", fontWeight: "500" }],
543
+ medium: ["14px", { lineHeight: "160%", fontWeight: "400" }],
544
+ small: ["13px", { lineHeight: "150%", fontWeight: "400" }],
545
+ "small-plus": ["13px", { lineHeight: "150%", fontWeight: "500" }],
546
+ "x-small": ["12px", { lineHeight: "150%", fontWeight: "400" }],
547
+ "x-small-plus": ["12px", { lineHeight: "150%", fontWeight: "500" }],
548
+ "code-label": ["12px", { lineHeight: "15px", fontWeight: "500" }],
549
+ "code-body": ["12px", { lineHeight: "150%", fontWeight: "400" }]
550
+ },
551
+ keyframes: {
552
+ fadeIn: { from: { opacity: "0" }, to: { opacity: "1" } },
553
+ fadeOut: { from: { opacity: "1" }, to: { opacity: "0" } },
554
+ tada: {
555
+ from: { transform: "scale3d(1, 1, 1)" },
556
+ "10%, 20%": { transform: "scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)" },
557
+ "30%, 50%, 70%, 90%": { transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)" },
558
+ "40%, 60%, 80%": { transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)" },
559
+ to: { transform: "scale3d(1, 1, 1)" }
560
+ },
561
+ fadeInDown: {
562
+ from: { opacity: "0", transform: "translate3d(0, -100%, 0)" },
563
+ to: { opacity: "1", transform: "translate3d(0, 0, 0)" }
564
+ },
565
+ fadeInLeft: {
566
+ from: { opacity: "0", transform: "translate3d(-100%, 0, 0)" },
567
+ to: { opacity: "1", transform: "translate3d(0, 0, 0)" }
568
+ },
569
+ fadeInRight: {
570
+ from: { opacity: "0", transform: "translate3d(100%, 0, 0)" },
571
+ to: { opacity: "1", transform: "translate3d(0, 0, 0)" }
572
+ },
573
+ fadeOutUp: {
574
+ from: { opacity: "1" },
575
+ to: { opacity: "0", transform: "translate3d(0, -100%, 0)" }
576
+ },
577
+ fadeOutLeft: {
578
+ from: { opacity: "1" },
579
+ to: { opacity: "0", transform: "translate3d(-100%, 0, 0)" }
580
+ },
581
+ fadeOutRight: {
582
+ from: { opacity: "1" },
583
+ to: { opacity: "0", transform: "translate3d(100%, 0, 0)" }
584
+ },
585
+ slideInRight: {
586
+ from: { transform: "translate3d(100%, 0, 0)", visibility: "visible" },
587
+ to: { transform: "translate3d(0, 0, 0)" }
588
+ },
589
+ slideOutRight: {
590
+ from: { transform: "translate3d(0, 0, 0)" },
591
+ to: { visibility: "hidden", transform: "translate3d(100%, 0, 0)" }
592
+ },
593
+ slideInLeft: {
594
+ from: { transform: "translate3d(-100%, 0, 0)", visibility: "visible" },
595
+ to: { transform: "translate3d(0, 0, 0)" }
596
+ },
597
+ slideOutLeft: {
598
+ from: { transform: "translate3d(0, 0, 0)" },
599
+ to: { visibility: "hidden", transform: "translate3d(-100%, 0, 0)" }
600
+ },
601
+ slideInDown: {
602
+ from: { transform: "translate3d(0, -100%, 0)", visibility: "visible" },
603
+ to: { transform: "translate3d(0, 0, 0)" }
604
+ },
605
+ slideOutUp: {
606
+ from: { transform: "translate3d(0, 0, 0)" },
607
+ to: { transform: "translate3d(0, -100%, 0)", visibility: "hidden" }
608
+ },
609
+ pulsingDots: { "0%": { opacity: "1" }, "100%": { opacity: "0.3" } },
610
+ minimize: {
611
+ from: { transform: "scale(1)" },
612
+ to: { transform: "scale(0)" }
613
+ },
614
+ maximize: {
615
+ from: { transform: "scale(0)" },
616
+ to: { transform: "scale(1)" }
617
+ },
618
+ flash: {
619
+ "0%": { backgroundColor: "transparent" },
620
+ "50%": { backgroundColor: "var(--animation-color)" },
621
+ "100%": { backgroundColor: "transparent" }
622
+ },
623
+ growWidth: {
624
+ from: { width: "0" },
625
+ to: { width: "100%" }
626
+ }
627
+ },
628
+ animation: {
629
+ fadeIn: "fadeIn 500ms",
630
+ fadeOut: "fadeOut 500ms",
631
+ fadeInDown: "fadeInDown 500ms",
632
+ fadeInLeft: "fadeInLeft 500ms",
633
+ fadeInRight: "fadeInRight 500ms",
634
+ fadeOutUp: "fadeOutUp 500ms",
635
+ fadeOutLeft: "fadeOutLeft 500ms",
636
+ fadeOutRight: "fadeOutRight 500ms",
637
+ tada: "tada 1s",
638
+ slideInRight: "slideInRight 500ms",
639
+ slideOutRight: "slideOutRight 150ms",
640
+ slideOutUp: "slideOutUp 500ms",
641
+ slideInLeft: "slideInLeft 500ms",
642
+ slideOutLeft: "slideOutLeft 500ms",
643
+ slideInDown: "slideInDown 150ms",
644
+ pulsingDots: "pulsingDots 1s alternate infinite",
645
+ minimize: "minimize 500ms",
646
+ maximize: "maximize 500ms",
647
+ flash: "flash 1500ms 1",
648
+ growWidth: "growWidth 500ms"
649
+ },
650
+ scrollMargin: {
651
+ 56: "56px"
652
+ },
653
+ animationDelay: {
654
+ 0: "0ms",
655
+ 200: "200ms",
656
+ 400: "400ms"
657
+ }
658
+ },
659
+ fontFamily: {
660
+ base: [
661
+ "var(--font-inter)",
662
+ "Inter",
663
+ "BlinkMacSystemFont",
664
+ "-apple-system",
665
+ "Segoe UI",
666
+ "Roboto",
667
+ "Oxygen",
668
+ "Ubuntu",
669
+ "Cantarell",
670
+ "Fira Sans",
671
+ "Droid Sans",
672
+ "Helvetica Neue",
673
+ "Helvetica",
674
+ "Arial",
675
+ "sans-serif"
676
+ ],
677
+ monospace: [
678
+ "var(--font-roboto-mono)",
679
+ "Roboto Mono",
680
+ "SFMono-Regular",
681
+ "Menlo",
682
+ "Monaco",
683
+ "Consolas",
684
+ "Liberation Mono",
685
+ "Courier New",
686
+ "monospace"
687
+ ]
688
+ },
689
+ spacing: {
690
+ px: "1px",
691
+ 0: "0px",
692
+ 0.125: "2px",
693
+ 0.25: "4px",
694
+ 0.4: "7px",
695
+ 0.5: "8px",
696
+ 0.75: "12px",
697
+ 1: "16px",
698
+ 1.5: "24px",
699
+ 2: "32px",
700
+ 2.5: "40px",
701
+ 3: "48px",
702
+ 4: "64px",
703
+ 5: "80px",
704
+ 6: "96px",
705
+ 7: "112px",
706
+ 8: "128px",
707
+ "docs_0": "0px",
708
+ "docs_0.125": "2px",
709
+ "docs_0.25": "4px",
710
+ "docs_0.4": "7px",
711
+ "docs_0.5": "8px",
712
+ "docs_0.75": "12px",
713
+ "docs_1": "16px",
714
+ "docs_1.5": "24px",
715
+ "docs_2": "32px",
716
+ "docs_2.5": "40px",
717
+ "docs_3": "48px",
718
+ "docs_4": "64px",
719
+ "docs_5": "80px",
720
+ "docs_6": "96px",
721
+ "docs_7": "112px",
722
+ "docs_8": "128px"
723
+ }
724
+ },
725
+ plugins: [
726
+ plugin(({ addBase, addVariant, addUtilities, addComponents, matchUtilities, theme }) => {
727
+ addBase(themePresets);
728
+ addVariant("search-cancel", "&::-webkit-search-cancel-button");
729
+ addUtilities({
730
+ ".animation-fill-forwards": {
731
+ animationFillMode: "forwards"
732
+ },
733
+ ".animate-fast": {
734
+ animationDuration: "300ms"
735
+ },
736
+ ".animate-fastest": {
737
+ animationDuration: "150ms"
738
+ },
739
+ ".clip": {
740
+ clipPath: "inset(0)"
741
+ },
742
+ ".no-marker": {
743
+ "&::-webkit-details-marker": {
744
+ display: "none"
745
+ }
746
+ },
747
+ ".flip-y": {
748
+ transform: "rotateY(180deg)"
749
+ },
750
+ ".animate-bg-surface": {
751
+ "--animation-color": "var(--docs-bg-subtle-pressed)"
752
+ },
753
+ ".code-block-highlight": {
754
+ "*::selection": {
755
+ "background-color": "var(--docs-contrast-fg-secondary) !important",
756
+ color: "var(--docs-contrast-bg-base)"
757
+ }
758
+ },
759
+ ".code-block-highlight-light": {
760
+ "*::selection": {
761
+ "background-color": "var(--docs-bg-highlight) !important"
762
+ }
763
+ },
764
+ ".badge": {
765
+ "&::selection": {
766
+ "background-color": "var(--docs-bg-highlight)"
767
+ }
768
+ }
769
+ });
770
+ addComponents({
771
+ ".btn-secondary-icon": {
772
+ padding: "4px !important"
773
+ },
774
+ ".btn-clear": {
775
+ backgroundColor: "transparent",
776
+ boxShadow: theme("boxShadow.none"),
777
+ borderWidth: "0",
778
+ borderColor: "transparent",
779
+ outlineColor: "transparent",
780
+ cursor: "pointer"
781
+ },
782
+ ".grecaptcha-badge": {
783
+ visibility: "hidden"
784
+ }
785
+ });
786
+ matchUtilities(
787
+ {
788
+ "animation-delay": (value) => ({
789
+ animationDelay: value
790
+ })
791
+ },
792
+ {
793
+ values: theme("animationDelay")
794
+ }
795
+ );
796
+ })
797
+ ]
798
+ };
799
+ var preset_default = docsPreset;
800
+ export {
801
+ dark,
802
+ preset_default as default,
803
+ preset_default as docsPreset,
804
+ light,
805
+ themePresets
806
+ };