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