@datenlotse/jsonjoy-builder 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +203 -0
  3. package/dist/components/SchemaEditor/AddFieldButton.js +312 -0
  4. package/dist/components/SchemaEditor/JsonSchemaEditor.js +166 -0
  5. package/dist/components/SchemaEditor/JsonSchemaVisualizer.js +96 -0
  6. package/dist/components/SchemaEditor/SchemaField.js +104 -0
  7. package/dist/components/SchemaEditor/SchemaFieldList.js +84 -0
  8. package/dist/components/SchemaEditor/SchemaPropertyEditor.js +249 -0
  9. package/dist/components/SchemaEditor/SchemaTypeSelector.js +55 -0
  10. package/dist/components/SchemaEditor/SchemaVisualEditor.js +77 -0
  11. package/dist/components/SchemaEditor/TypeDropdown.js +72 -0
  12. package/dist/components/SchemaEditor/TypeEditor.js +71 -0
  13. package/dist/components/SchemaEditor/types/ArrayEditor.js +173 -0
  14. package/dist/components/SchemaEditor/types/BooleanEditor.js +107 -0
  15. package/dist/components/SchemaEditor/types/NumberEditor.js +583 -0
  16. package/dist/components/SchemaEditor/types/ObjectEditor.js +90 -0
  17. package/dist/components/SchemaEditor/types/StringEditor.js +542 -0
  18. package/dist/components/features/JsonValidator.js +239 -0
  19. package/dist/components/features/SchemaInferencer.js +107 -0
  20. package/dist/components/ui/badge.js +25 -0
  21. package/dist/components/ui/button.js +41 -0
  22. package/dist/components/ui/dialog.js +73 -0
  23. package/dist/components/ui/input.js +11 -0
  24. package/dist/components/ui/label.js +13 -0
  25. package/dist/components/ui/select.js +90 -0
  26. package/dist/components/ui/switch.js +14 -0
  27. package/dist/components/ui/tabs.js +24 -0
  28. package/dist/components/ui/tooltip.js +15 -0
  29. package/dist/hooks/use-monaco-theme.js +197 -0
  30. package/dist/hooks/use-translation.js +14 -0
  31. package/dist/i18n/locales/de.js +143 -0
  32. package/dist/i18n/locales/en.js +143 -0
  33. package/dist/i18n/locales/es.js +143 -0
  34. package/dist/i18n/locales/fr.js +143 -0
  35. package/dist/i18n/locales/ru.js +143 -0
  36. package/dist/i18n/locales/uk.js +143 -0
  37. package/dist/i18n/locales/zh.js +143 -0
  38. package/dist/i18n/translation-context.js +4 -0
  39. package/dist/i18n/translation-keys.js +0 -0
  40. package/dist/index.css +3830 -0
  41. package/dist/index.d.ts +995 -0
  42. package/dist/index.js +10 -0
  43. package/dist/lib/schema-inference.js +266 -0
  44. package/dist/lib/schemaCompile.js +113 -0
  45. package/dist/lib/schemaEditor.js +167 -0
  46. package/dist/lib/utils.js +40 -0
  47. package/dist/types/jsonSchema.js +98 -0
  48. package/dist/types/validation.js +215 -0
  49. package/dist/utils/jsonValidator.js +162 -0
  50. package/package.json +112 -0
package/dist/index.css ADDED
@@ -0,0 +1,3830 @@
1
+ @layer jsonjoy-properties {
2
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
3
+ .jsonjoy, .jsonjoy *, .jsonjoy :before, .jsonjoy:before, .jsonjoy :after, .jsonjoy:after, .jsonjoy ::backdrop, .jsonjoy::backdrop {
4
+ --jsonjoy-tw-translate-x: 0;
5
+ --jsonjoy-tw-translate-y: 0;
6
+ --jsonjoy-tw-translate-z: 0;
7
+ --jsonjoy-tw-rotate-x: initial;
8
+ --jsonjoy-tw-rotate-y: initial;
9
+ --jsonjoy-tw-rotate-z: initial;
10
+ --jsonjoy-tw-skew-x: initial;
11
+ --jsonjoy-tw-skew-y: initial;
12
+ --jsonjoy-tw-space-y-reverse: 0;
13
+ --jsonjoy-tw-space-x-reverse: 0;
14
+ --jsonjoy-tw-border-style: solid;
15
+ --jsonjoy-tw-shadow: 0 0 #0000;
16
+ --jsonjoy-tw-shadow-color: initial;
17
+ --jsonjoy-tw-shadow-alpha: 100%;
18
+ --jsonjoy-tw-inset-shadow: 0 0 #0000;
19
+ --jsonjoy-tw-inset-shadow-color: initial;
20
+ --jsonjoy-tw-inset-shadow-alpha: 100%;
21
+ --jsonjoy-tw-ring-color: initial;
22
+ --jsonjoy-tw-ring-shadow: 0 0 #0000;
23
+ --jsonjoy-tw-inset-ring-color: initial;
24
+ --jsonjoy-tw-inset-ring-shadow: 0 0 #0000;
25
+ --jsonjoy-tw-ring-inset: initial;
26
+ --jsonjoy-tw-ring-offset-width: 0px;
27
+ --jsonjoy-tw-ring-offset-color: #fff;
28
+ --jsonjoy-tw-ring-offset-shadow: 0 0 #0000;
29
+ --jsonjoy-tw-backdrop-blur: initial;
30
+ --jsonjoy-tw-backdrop-brightness: initial;
31
+ --jsonjoy-tw-backdrop-contrast: initial;
32
+ --jsonjoy-tw-backdrop-grayscale: initial;
33
+ --jsonjoy-tw-backdrop-hue-rotate: initial;
34
+ --jsonjoy-tw-backdrop-invert: initial;
35
+ --jsonjoy-tw-backdrop-opacity: initial;
36
+ --jsonjoy-tw-backdrop-saturate: initial;
37
+ --jsonjoy-tw-backdrop-sepia: initial;
38
+ --jsonjoy-tw-gradient-position: initial;
39
+ --jsonjoy-tw-gradient-from: #0000;
40
+ --jsonjoy-tw-gradient-via: #0000;
41
+ --jsonjoy-tw-gradient-to: #0000;
42
+ --jsonjoy-tw-gradient-stops: initial;
43
+ --jsonjoy-tw-gradient-via-stops: initial;
44
+ --jsonjoy-tw-gradient-from-position: 0%;
45
+ --jsonjoy-tw-gradient-via-position: 50%;
46
+ --jsonjoy-tw-gradient-to-position: 100%;
47
+ --jsonjoy-tw-font-weight: initial;
48
+ --jsonjoy-tw-leading: initial;
49
+ --jsonjoy-tw-tracking: initial;
50
+ --jsonjoy-tw-ordinal: initial;
51
+ --jsonjoy-tw-slashed-zero: initial;
52
+ --jsonjoy-tw-numeric-figure: initial;
53
+ --jsonjoy-tw-numeric-spacing: initial;
54
+ --jsonjoy-tw-numeric-fraction: initial;
55
+ --jsonjoy-tw-outline-style: solid;
56
+ --jsonjoy-tw-blur: initial;
57
+ --jsonjoy-tw-brightness: initial;
58
+ --jsonjoy-tw-contrast: initial;
59
+ --jsonjoy-tw-grayscale: initial;
60
+ --jsonjoy-tw-hue-rotate: initial;
61
+ --jsonjoy-tw-invert: initial;
62
+ --jsonjoy-tw-opacity: initial;
63
+ --jsonjoy-tw-saturate: initial;
64
+ --jsonjoy-tw-sepia: initial;
65
+ --jsonjoy-tw-drop-shadow: initial;
66
+ --jsonjoy-tw-drop-shadow-color: initial;
67
+ --jsonjoy-tw-drop-shadow-alpha: 100%;
68
+ --jsonjoy-tw-drop-shadow-size: initial;
69
+ --jsonjoy-tw-duration: initial;
70
+ --jsonjoy-tw-ease: initial;
71
+ --jsonjoy-tw-scale-x: 1;
72
+ --jsonjoy-tw-scale-y: 1;
73
+ --jsonjoy-tw-scale-z: 1;
74
+ --jsonjoy-tw-content: "";
75
+ }
76
+ }
77
+ }
78
+
79
+ @layer jsonjoy-theme {
80
+ .jsonjoy {
81
+ --jsonjoy-font-sans: var(--jsonjoy-font-sans), system-ui, sans-serif;
82
+ --jsonjoy-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
83
+ --jsonjoy-color-red-50: oklch(97.1% .013 17.38);
84
+ --jsonjoy-color-red-100: oklch(93.6% .032 17.717);
85
+ --jsonjoy-color-red-200: oklch(88.5% .062 18.334);
86
+ --jsonjoy-color-red-300: oklch(80.8% .114 19.571);
87
+ --jsonjoy-color-red-400: oklch(70.4% .191 22.216);
88
+ --jsonjoy-color-red-500: oklch(63.7% .237 25.331);
89
+ --jsonjoy-color-red-600: oklch(57.7% .245 27.325);
90
+ --jsonjoy-color-red-700: oklch(50.5% .213 27.518);
91
+ --jsonjoy-color-orange-50: oklch(98% .016 73.684);
92
+ --jsonjoy-color-orange-500: oklch(70.5% .213 47.604);
93
+ --jsonjoy-color-amber-600: oklch(66.6% .179 58.318);
94
+ --jsonjoy-color-green-50: oklch(98.2% .018 155.826);
95
+ --jsonjoy-color-green-200: oklch(92.5% .084 155.995);
96
+ --jsonjoy-color-green-500: oklch(72.3% .219 149.579);
97
+ --jsonjoy-color-green-700: oklch(52.7% .154 150.069);
98
+ --jsonjoy-color-blue-50: oklch(97% .014 254.604);
99
+ --jsonjoy-color-blue-400: oklch(70.7% .165 254.624);
100
+ --jsonjoy-color-blue-500: oklch(62.3% .214 259.815);
101
+ --jsonjoy-color-blue-600: oklch(54.6% .245 262.881);
102
+ --jsonjoy-color-blue-700: oklch(48.8% .243 264.376);
103
+ --jsonjoy-color-purple-50: oklch(97.7% .014 308.299);
104
+ --jsonjoy-color-purple-500: oklch(62.7% .265 303.9);
105
+ --jsonjoy-color-pink-50: oklch(97.1% .014 343.198);
106
+ --jsonjoy-color-pink-500: oklch(65.6% .241 354.308);
107
+ --jsonjoy-color-slate-50: oklch(98.4% .003 247.858);
108
+ --jsonjoy-color-slate-900: oklch(20.8% .042 265.755);
109
+ --jsonjoy-color-gray-50: oklch(98.5% .002 247.839);
110
+ --jsonjoy-color-gray-100: oklch(96.7% .003 264.542);
111
+ --jsonjoy-color-gray-200: oklch(92.8% .006 264.531);
112
+ --jsonjoy-color-gray-300: oklch(87.2% .01 258.338);
113
+ --jsonjoy-color-gray-400: oklch(70.7% .022 261.325);
114
+ --jsonjoy-color-gray-500: oklch(55.1% .027 264.364);
115
+ --jsonjoy-color-gray-600: oklch(44.6% .03 256.802);
116
+ --jsonjoy-color-black: #000;
117
+ --jsonjoy-color-white: #fff;
118
+ --jsonjoy-spacing: .25rem;
119
+ --jsonjoy-container-sm: 24rem;
120
+ --jsonjoy-container-lg: 32rem;
121
+ --jsonjoy-container-2xl: 42rem;
122
+ --jsonjoy-container-4xl: 56rem;
123
+ --jsonjoy-container-5xl: 64rem;
124
+ --jsonjoy-text-xs: .75rem;
125
+ --jsonjoy-text-xs--line-height: calc(1 / .75);
126
+ --jsonjoy-text-sm: .875rem;
127
+ --jsonjoy-text-sm--line-height: calc(1.25 / .875);
128
+ --jsonjoy-text-base: 1rem;
129
+ --jsonjoy-text-base--line-height: calc(1.5 / 1);
130
+ --jsonjoy-text-lg: 1.125rem;
131
+ --jsonjoy-text-lg--line-height: calc(1.75 / 1.125);
132
+ --jsonjoy-text-xl: 1.25rem;
133
+ --jsonjoy-text-xl--line-height: calc(1.75 / 1.25);
134
+ --jsonjoy-text-2xl: 1.5rem;
135
+ --jsonjoy-text-2xl--line-height: calc(2 / 1.5);
136
+ --jsonjoy-text-4xl: 2.25rem;
137
+ --jsonjoy-text-4xl--line-height: calc(2.5 / 2.25);
138
+ --jsonjoy-text-5xl: 3rem;
139
+ --jsonjoy-text-5xl--line-height: 1;
140
+ --jsonjoy-font-weight-medium: 500;
141
+ --jsonjoy-font-weight-semibold: 600;
142
+ --jsonjoy-font-weight-bold: 700;
143
+ --jsonjoy-tracking-tight: -.025em;
144
+ --jsonjoy-radius-sm: calc(var(--jsonjoy-radius) - 4px);
145
+ --jsonjoy-radius-md: calc(var(--jsonjoy-radius) - 2px);
146
+ --jsonjoy-radius-lg: var(--jsonjoy-radius);
147
+ --jsonjoy-radius-xl: .75rem;
148
+ --jsonjoy-ease-in-out: cubic-bezier(.4, 0, .2, 1);
149
+ --jsonjoy-animate-spin: jsonjoy-spin 1s linear infinite;
150
+ --jsonjoy-animate-pulse: jsonjoy-pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
151
+ --jsonjoy-blur-xs: 4px;
152
+ --jsonjoy-blur-md: 12px;
153
+ --jsonjoy-blur-3xl: 64px;
154
+ --jsonjoy-default-transition-duration: .15s;
155
+ --jsonjoy-default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
156
+ --jsonjoy-default-font-family: var(--jsonjoy-font-sans);
157
+ --jsonjoy-default-mono-font-family: var(--jsonjoy-font-mono);
158
+ --jsonjoy-color-border: var(--jsonjoy-border);
159
+ --jsonjoy-color-input: var(--jsonjoy-input);
160
+ --jsonjoy-color-ring: var(--jsonjoy-ring);
161
+ --jsonjoy-color-background: var(--jsonjoy-background);
162
+ --jsonjoy-color-foreground: var(--jsonjoy-foreground);
163
+ --jsonjoy-color-primary: var(--jsonjoy-primary);
164
+ --jsonjoy-color-primary-foreground: var(--jsonjoy-primary-foreground);
165
+ --jsonjoy-color-secondary: var(--jsonjoy-secondary);
166
+ --jsonjoy-color-secondary-foreground: var(--jsonjoy-secondary-foreground);
167
+ --jsonjoy-color-destructive: var(--jsonjoy-destructive);
168
+ --jsonjoy-color-destructive-foreground: var(--jsonjoy-destructive-foreground);
169
+ --jsonjoy-color-muted: var(--jsonjoy-muted);
170
+ --jsonjoy-color-muted-foreground: var(--jsonjoy-muted-foreground);
171
+ --jsonjoy-color-accent: var(--jsonjoy-accent);
172
+ --jsonjoy-color-accent-foreground: var(--jsonjoy-accent-foreground);
173
+ --jsonjoy-color-popover: var(--jsonjoy-popover);
174
+ --jsonjoy-color-popover-foreground: var(--jsonjoy-popover-foreground);
175
+ --jsonjoy-color-sidebar: var(--jsonjoy-sidebar-background);
176
+ --jsonjoy-color-sidebar-foreground: var(--jsonjoy-sidebar-foreground);
177
+ --jsonjoy-color-sidebar-accent: var(--jsonjoy-sidebar-accent);
178
+ --jsonjoy-color-sidebar-accent-foreground: var(--jsonjoy-sidebar-accent-foreground);
179
+ --jsonjoy-color-sidebar-border: var(--jsonjoy-sidebar-border);
180
+ --jsonjoy-color-sidebar-ring: var(--jsonjoy-sidebar-ring);
181
+ --jsonjoy-animate-float: jsonjoy-jsonjoy-float 3s ease-in-out infinite;
182
+ --jsonjoy-animate-enter: jsonjoy-fade-in .4s ease-out, jsonjoy-scale-in .3s ease-out;
183
+ --jsonjoy-animate-exit: jsonjoy-fade-out .3s ease-out, jsonjoy-scale-out .2s ease-out;
184
+ }
185
+ }
186
+
187
+ @layer jsonjoy-base {
188
+ .jsonjoy, .jsonjoy *, .jsonjoy :after, .jsonjoy:after, .jsonjoy :before, .jsonjoy:before, .jsonjoy ::backdrop, .jsonjoy::backdrop {
189
+ box-sizing: border-box;
190
+ border: 0 solid;
191
+ margin: 0;
192
+ padding: 0;
193
+ }
194
+
195
+ .jsonjoy ::file-selector-button {
196
+ box-sizing: border-box;
197
+ border: 0 solid;
198
+ margin: 0;
199
+ padding: 0;
200
+ }
201
+
202
+ .jsonjoy::file-selector-button {
203
+ box-sizing: border-box;
204
+ border: 0 solid;
205
+ margin: 0;
206
+ padding: 0;
207
+ }
208
+
209
+ .jsonjoy html, html.jsonjoy, .jsonjoy {
210
+ -webkit-text-size-adjust: 100%;
211
+ tab-size: 4;
212
+ line-height: 1.5;
213
+ font-family: var(--jsonjoy-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
214
+ font-feature-settings: var(--jsonjoy-default-font-feature-settings, normal);
215
+ font-variation-settings: var(--jsonjoy-default-font-variation-settings, normal);
216
+ -webkit-tap-highlight-color: transparent;
217
+ }
218
+
219
+ .jsonjoy hr, hr.jsonjoy {
220
+ height: 0;
221
+ color: inherit;
222
+ border-top-width: 1px;
223
+ }
224
+
225
+ .jsonjoy abbr:where([title]), abbr.jsonjoy:where([title]) {
226
+ text-decoration: underline dotted;
227
+ }
228
+
229
+ .jsonjoy h1, h1.jsonjoy, .jsonjoy h2, h2.jsonjoy, .jsonjoy h3, h3.jsonjoy, .jsonjoy h4, h4.jsonjoy, .jsonjoy h5, h5.jsonjoy, .jsonjoy h6, h6.jsonjoy {
230
+ font-size: inherit;
231
+ font-weight: inherit;
232
+ }
233
+
234
+ .jsonjoy a, a.jsonjoy {
235
+ color: inherit;
236
+ -webkit-text-decoration: inherit;
237
+ -webkit-text-decoration: inherit;
238
+ -webkit-text-decoration: inherit;
239
+ text-decoration: inherit;
240
+ }
241
+
242
+ .jsonjoy b, b.jsonjoy, .jsonjoy strong, strong.jsonjoy {
243
+ font-weight: bolder;
244
+ }
245
+
246
+ .jsonjoy code, code.jsonjoy, .jsonjoy kbd, kbd.jsonjoy, .jsonjoy samp, samp.jsonjoy, .jsonjoy pre, pre.jsonjoy {
247
+ font-family: var(--jsonjoy-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
248
+ font-feature-settings: var(--jsonjoy-default-mono-font-feature-settings, normal);
249
+ font-variation-settings: var(--jsonjoy-default-mono-font-variation-settings, normal);
250
+ font-size: 1em;
251
+ }
252
+
253
+ .jsonjoy small, small.jsonjoy {
254
+ font-size: 80%;
255
+ }
256
+
257
+ .jsonjoy sub, sub.jsonjoy, .jsonjoy sup, sup.jsonjoy {
258
+ vertical-align: baseline;
259
+ font-size: 75%;
260
+ line-height: 0;
261
+ position: relative;
262
+ }
263
+
264
+ .jsonjoy sub, sub.jsonjoy {
265
+ bottom: -.25em;
266
+ }
267
+
268
+ .jsonjoy sup, sup.jsonjoy {
269
+ top: -.5em;
270
+ }
271
+
272
+ .jsonjoy table, table.jsonjoy {
273
+ text-indent: 0;
274
+ border-color: inherit;
275
+ border-collapse: collapse;
276
+ }
277
+
278
+ :is(.jsonjoy :-moz-focusring, .jsonjoy:-moz-focusring) {
279
+ outline: auto;
280
+ }
281
+
282
+ .jsonjoy progress, progress.jsonjoy {
283
+ vertical-align: baseline;
284
+ }
285
+
286
+ .jsonjoy summary, summary.jsonjoy {
287
+ display: list-item;
288
+ }
289
+
290
+ .jsonjoy ol, ol.jsonjoy, .jsonjoy ul, ul.jsonjoy, .jsonjoy menu, menu.jsonjoy {
291
+ list-style: none;
292
+ }
293
+
294
+ .jsonjoy img, img.jsonjoy, .jsonjoy svg, svg.jsonjoy, .jsonjoy video, video.jsonjoy, .jsonjoy canvas, canvas.jsonjoy, .jsonjoy audio, audio.jsonjoy, .jsonjoy iframe, iframe.jsonjoy, .jsonjoy embed, embed.jsonjoy, .jsonjoy object, object.jsonjoy {
295
+ vertical-align: middle;
296
+ display: block;
297
+ }
298
+
299
+ .jsonjoy img, img.jsonjoy, .jsonjoy video, video.jsonjoy {
300
+ max-width: 100%;
301
+ height: auto;
302
+ }
303
+
304
+ .jsonjoy button, button.jsonjoy, .jsonjoy input, input.jsonjoy, .jsonjoy select, select.jsonjoy, .jsonjoy optgroup, optgroup.jsonjoy, .jsonjoy textarea, textarea.jsonjoy {
305
+ font: inherit;
306
+ font-feature-settings: inherit;
307
+ font-variation-settings: inherit;
308
+ letter-spacing: inherit;
309
+ color: inherit;
310
+ opacity: 1;
311
+ background-color: #0000;
312
+ border-radius: 0;
313
+ }
314
+
315
+ .jsonjoy ::file-selector-button {
316
+ font: inherit;
317
+ font-feature-settings: inherit;
318
+ font-variation-settings: inherit;
319
+ letter-spacing: inherit;
320
+ color: inherit;
321
+ opacity: 1;
322
+ background-color: #0000;
323
+ border-radius: 0;
324
+ }
325
+
326
+ .jsonjoy::file-selector-button {
327
+ font: inherit;
328
+ font-feature-settings: inherit;
329
+ font-variation-settings: inherit;
330
+ letter-spacing: inherit;
331
+ color: inherit;
332
+ opacity: 1;
333
+ background-color: #0000;
334
+ border-radius: 0;
335
+ }
336
+
337
+ .jsonjoy :where(select:is([multiple], [size])) optgroup, .jsonjoy:where(select:is([multiple], [size])) optgroup {
338
+ font-weight: bolder;
339
+ }
340
+
341
+ .jsonjoy :where(select:is([multiple], [size])) optgroup option, .jsonjoy:where(select:is([multiple], [size])) optgroup option {
342
+ padding-inline-start: 20px;
343
+ }
344
+
345
+ .jsonjoy ::file-selector-button {
346
+ margin-inline-end: 4px;
347
+ }
348
+
349
+ .jsonjoy::file-selector-button {
350
+ margin-inline-end: 4px;
351
+ }
352
+
353
+ .jsonjoy ::placeholder, .jsonjoy::placeholder {
354
+ opacity: 1;
355
+ }
356
+
357
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
358
+ .jsonjoy ::placeholder, .jsonjoy::placeholder {
359
+ color: currentColor;
360
+ }
361
+
362
+ @supports (color: color-mix(in lab, red, red)) {
363
+ .jsonjoy ::placeholder, .jsonjoy::placeholder {
364
+ color: color-mix(in oklab, currentcolor 50%, transparent);
365
+ }
366
+ }
367
+ }
368
+
369
+ .jsonjoy textarea, textarea.jsonjoy {
370
+ resize: vertical;
371
+ }
372
+
373
+ .jsonjoy ::-webkit-search-decoration {
374
+ -webkit-appearance: none;
375
+ }
376
+
377
+ .jsonjoy::-webkit-search-decoration {
378
+ -webkit-appearance: none;
379
+ }
380
+
381
+ .jsonjoy ::-webkit-date-and-time-value {
382
+ min-height: 1lh;
383
+ text-align: inherit;
384
+ }
385
+
386
+ .jsonjoy::-webkit-date-and-time-value {
387
+ min-height: 1lh;
388
+ text-align: inherit;
389
+ }
390
+
391
+ .jsonjoy ::-webkit-datetime-edit {
392
+ display: inline-flex;
393
+ }
394
+
395
+ .jsonjoy::-webkit-datetime-edit {
396
+ display: inline-flex;
397
+ }
398
+
399
+ .jsonjoy ::-webkit-datetime-edit-fields-wrapper {
400
+ padding: 0;
401
+ }
402
+
403
+ .jsonjoy::-webkit-datetime-edit-fields-wrapper {
404
+ padding: 0;
405
+ }
406
+
407
+ .jsonjoy ::-webkit-datetime-edit {
408
+ padding-block: 0;
409
+ }
410
+
411
+ .jsonjoy::-webkit-datetime-edit {
412
+ padding-block: 0;
413
+ }
414
+
415
+ .jsonjoy ::-webkit-datetime-edit-year-field {
416
+ padding-block: 0;
417
+ }
418
+
419
+ .jsonjoy::-webkit-datetime-edit-year-field {
420
+ padding-block: 0;
421
+ }
422
+
423
+ .jsonjoy ::-webkit-datetime-edit-month-field {
424
+ padding-block: 0;
425
+ }
426
+
427
+ .jsonjoy::-webkit-datetime-edit-month-field {
428
+ padding-block: 0;
429
+ }
430
+
431
+ .jsonjoy ::-webkit-datetime-edit-day-field {
432
+ padding-block: 0;
433
+ }
434
+
435
+ .jsonjoy::-webkit-datetime-edit-day-field {
436
+ padding-block: 0;
437
+ }
438
+
439
+ .jsonjoy ::-webkit-datetime-edit-hour-field {
440
+ padding-block: 0;
441
+ }
442
+
443
+ .jsonjoy::-webkit-datetime-edit-hour-field {
444
+ padding-block: 0;
445
+ }
446
+
447
+ .jsonjoy ::-webkit-datetime-edit-minute-field {
448
+ padding-block: 0;
449
+ }
450
+
451
+ .jsonjoy::-webkit-datetime-edit-minute-field {
452
+ padding-block: 0;
453
+ }
454
+
455
+ .jsonjoy ::-webkit-datetime-edit-second-field {
456
+ padding-block: 0;
457
+ }
458
+
459
+ .jsonjoy::-webkit-datetime-edit-second-field {
460
+ padding-block: 0;
461
+ }
462
+
463
+ .jsonjoy ::-webkit-datetime-edit-millisecond-field {
464
+ padding-block: 0;
465
+ }
466
+
467
+ .jsonjoy::-webkit-datetime-edit-millisecond-field {
468
+ padding-block: 0;
469
+ }
470
+
471
+ .jsonjoy ::-webkit-datetime-edit-meridiem-field {
472
+ padding-block: 0;
473
+ }
474
+
475
+ .jsonjoy::-webkit-datetime-edit-meridiem-field {
476
+ padding-block: 0;
477
+ }
478
+
479
+ .jsonjoy ::-webkit-calendar-picker-indicator {
480
+ line-height: 1;
481
+ }
482
+
483
+ .jsonjoy::-webkit-calendar-picker-indicator {
484
+ line-height: 1;
485
+ }
486
+
487
+ :is(.jsonjoy :-moz-ui-invalid, .jsonjoy:-moz-ui-invalid) {
488
+ box-shadow: none;
489
+ }
490
+
491
+ .jsonjoy button, button.jsonjoy, .jsonjoy input:where([type="button"], [type="reset"], [type="submit"]), input.jsonjoy:where([type="button"], [type="reset"], [type="submit"]) {
492
+ appearance: button;
493
+ }
494
+
495
+ .jsonjoy ::file-selector-button {
496
+ appearance: button;
497
+ }
498
+
499
+ .jsonjoy::file-selector-button {
500
+ appearance: button;
501
+ }
502
+
503
+ .jsonjoy ::-webkit-inner-spin-button {
504
+ height: auto;
505
+ }
506
+
507
+ .jsonjoy::-webkit-inner-spin-button {
508
+ height: auto;
509
+ }
510
+
511
+ .jsonjoy ::-webkit-outer-spin-button {
512
+ height: auto;
513
+ }
514
+
515
+ .jsonjoy::-webkit-outer-spin-button {
516
+ height: auto;
517
+ }
518
+
519
+ .jsonjoy [hidden]:where(:not([hidden="until-found"])), .jsonjoy[hidden]:where(:not([hidden="until-found"])) {
520
+ display: none !important;
521
+ }
522
+
523
+ .jsonjoy, .jsonjoy *, .jsonjoy :after, .jsonjoy:after, .jsonjoy :before, .jsonjoy:before, .jsonjoy ::backdrop, .jsonjoy::backdrop {
524
+ border-color: var(--jsonjoy-color-gray-200, currentcolor);
525
+ }
526
+
527
+ .jsonjoy ::file-selector-button {
528
+ border-color: var(--jsonjoy-color-gray-200, currentcolor);
529
+ }
530
+
531
+ .jsonjoy::file-selector-button {
532
+ border-color: var(--jsonjoy-color-gray-200, currentcolor);
533
+ }
534
+
535
+ .jsonjoy {
536
+ --jsonjoy-background: #f8fafc;
537
+ --jsonjoy-foreground: #020817;
538
+ --jsonjoy-card: #fff;
539
+ --jsonjoy-card-foreground: #020817;
540
+ --jsonjoy-popover: #fff;
541
+ --jsonjoy-popover-foreground: #020817;
542
+ --jsonjoy-primary: #0080ff;
543
+ --jsonjoy-primary-foreground: #f8fafc;
544
+ --jsonjoy-secondary: #f1f5f9;
545
+ --jsonjoy-secondary-foreground: #0f172a;
546
+ --jsonjoy-muted: #f1f5f9;
547
+ --jsonjoy-muted-foreground: #64748b;
548
+ --jsonjoy-accent: #f1f5f9;
549
+ --jsonjoy-accent-foreground: #0f172a;
550
+ --jsonjoy-destructive: #ef4444;
551
+ --jsonjoy-destructive-foreground: #f8fafc;
552
+ --jsonjoy-border: #e2e8f0;
553
+ --jsonjoy-input: #e2e8f0;
554
+ --jsonjoy-ring: #020817;
555
+ --jsonjoy-radius: .8rem;
556
+ --jsonjoy-font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
557
+ }
558
+
559
+ .jsonjoy.dark {
560
+ --jsonjoy-background: #020817;
561
+ --jsonjoy-foreground: #f8fafc;
562
+ --jsonjoy-card: #020817;
563
+ --jsonjoy-card-foreground: #f8fafc;
564
+ --jsonjoy-popover: #020817;
565
+ --jsonjoy-popover-foreground: #f8fafc;
566
+ --jsonjoy-primary: #4ca6ff;
567
+ --jsonjoy-primary-foreground: #0f172a;
568
+ --jsonjoy-secondary: #1e293b;
569
+ --jsonjoy-secondary-foreground: #f8fafc;
570
+ --jsonjoy-muted: #1e293b;
571
+ --jsonjoy-muted-foreground: #94a3b8;
572
+ --jsonjoy-accent: #1e293b;
573
+ --jsonjoy-accent-foreground: #f8fafc;
574
+ --jsonjoy-destructive: #7f1d1d;
575
+ --jsonjoy-destructive-foreground: #f8fafc;
576
+ --jsonjoy-border: #1e293b;
577
+ --jsonjoy-input: #1e293b;
578
+ --jsonjoy-ring: #cbd5e1;
579
+ }
580
+
581
+ .jsonjoy, .jsonjoy * {
582
+ border-color: var(--jsonjoy-color-border);
583
+ }
584
+
585
+ .jsonjoy body, body.jsonjoy {
586
+ background-color: var(--jsonjoy-color-background);
587
+ font-family: var(--jsonjoy-font-sans);
588
+ color: var(--jsonjoy-color-foreground);
589
+ }
590
+
591
+ .jsonjoy h1, h1.jsonjoy, .jsonjoy h2, h2.jsonjoy, .jsonjoy h3, h3.jsonjoy, .jsonjoy h4, h4.jsonjoy, .jsonjoy h5, h5.jsonjoy, .jsonjoy h6, h6.jsonjoy {
592
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-medium);
593
+ font-weight: var(--jsonjoy-font-weight-medium);
594
+ --jsonjoy-tw-tracking: var(--jsonjoy-tracking-tight);
595
+ letter-spacing: var(--jsonjoy-tracking-tight);
596
+ }
597
+
598
+ .jsonjoy :is(input, textarea, select):focus-visible, .jsonjoy:is(input, textarea, select):focus-visible {
599
+ --jsonjoy-tw-outline-style: none;
600
+ outline-style: none;
601
+ }
602
+
603
+ @media (forced-colors: active) {
604
+ .jsonjoy :is(input, textarea, select):focus-visible, .jsonjoy:is(input, textarea, select):focus-visible {
605
+ outline-offset: 2px;
606
+ outline: 2px solid #0000;
607
+ }
608
+ }
609
+ }
610
+
611
+ @layer jsonjoy-components;
612
+
613
+ @layer jsonjoy-utilities {
614
+ .jsonjoy .pointer-events-auto, .jsonjoy.pointer-events-auto {
615
+ pointer-events: auto;
616
+ }
617
+
618
+ .jsonjoy .pointer-events-none, .jsonjoy.pointer-events-none {
619
+ pointer-events: none;
620
+ }
621
+
622
+ .jsonjoy .collapse, .jsonjoy.collapse {
623
+ visibility: collapse;
624
+ }
625
+
626
+ .jsonjoy .sr-only, .jsonjoy.sr-only {
627
+ clip-path: inset(50%);
628
+ white-space: nowrap;
629
+ border-width: 0;
630
+ width: 1px;
631
+ height: 1px;
632
+ margin: -1px;
633
+ padding: 0;
634
+ position: absolute;
635
+ overflow: hidden;
636
+ }
637
+
638
+ .jsonjoy .absolute, .jsonjoy.absolute {
639
+ position: absolute;
640
+ }
641
+
642
+ .jsonjoy .fixed, .jsonjoy.fixed {
643
+ position: fixed;
644
+ }
645
+
646
+ .jsonjoy .relative, .jsonjoy.relative {
647
+ position: relative;
648
+ }
649
+
650
+ .jsonjoy .static, .jsonjoy.static {
651
+ position: static;
652
+ }
653
+
654
+ .jsonjoy .inset-0, .jsonjoy.inset-0 {
655
+ inset: calc(var(--jsonjoy-spacing) * 0);
656
+ }
657
+
658
+ .jsonjoy .inset-x-0, .jsonjoy.inset-x-0 {
659
+ inset-inline: calc(var(--jsonjoy-spacing) * 0);
660
+ }
661
+
662
+ .jsonjoy .inset-y-0, .jsonjoy.inset-y-0 {
663
+ inset-block: calc(var(--jsonjoy-spacing) * 0);
664
+ }
665
+
666
+ .jsonjoy .-top-24, .jsonjoy.-top-24 {
667
+ top: calc(var(--jsonjoy-spacing) * -24);
668
+ }
669
+
670
+ .jsonjoy .top-0, .jsonjoy.top-0 {
671
+ top: calc(var(--jsonjoy-spacing) * 0);
672
+ }
673
+
674
+ .jsonjoy .top-1\.5, .jsonjoy.top-1\.5 {
675
+ top: calc(var(--jsonjoy-spacing) * 1.5);
676
+ }
677
+
678
+ .jsonjoy .top-2, .jsonjoy.top-2 {
679
+ top: calc(var(--jsonjoy-spacing) * 2);
680
+ }
681
+
682
+ .jsonjoy .top-3\.5, .jsonjoy.top-3\.5 {
683
+ top: calc(var(--jsonjoy-spacing) * 3.5);
684
+ }
685
+
686
+ .jsonjoy .top-4, .jsonjoy.top-4 {
687
+ top: calc(var(--jsonjoy-spacing) * 4);
688
+ }
689
+
690
+ .jsonjoy .top-\[50\%\], .jsonjoy.top-\[50\%\] {
691
+ top: 50%;
692
+ }
693
+
694
+ .jsonjoy .-right-24, .jsonjoy.-right-24 {
695
+ right: calc(var(--jsonjoy-spacing) * -24);
696
+ }
697
+
698
+ .jsonjoy .right-0, .jsonjoy.right-0 {
699
+ right: calc(var(--jsonjoy-spacing) * 0);
700
+ }
701
+
702
+ .jsonjoy .right-1, .jsonjoy.right-1 {
703
+ right: calc(var(--jsonjoy-spacing) * 1);
704
+ }
705
+
706
+ .jsonjoy .right-2, .jsonjoy.right-2 {
707
+ right: calc(var(--jsonjoy-spacing) * 2);
708
+ }
709
+
710
+ .jsonjoy .right-3, .jsonjoy.right-3 {
711
+ right: calc(var(--jsonjoy-spacing) * 3);
712
+ }
713
+
714
+ .jsonjoy .right-4, .jsonjoy.right-4 {
715
+ right: calc(var(--jsonjoy-spacing) * 4);
716
+ }
717
+
718
+ .jsonjoy .-bottom-32, .jsonjoy.-bottom-32 {
719
+ bottom: calc(var(--jsonjoy-spacing) * -32);
720
+ }
721
+
722
+ .jsonjoy .bottom-0, .jsonjoy.bottom-0 {
723
+ bottom: calc(var(--jsonjoy-spacing) * 0);
724
+ }
725
+
726
+ .jsonjoy .-left-32, .jsonjoy.-left-32 {
727
+ left: calc(var(--jsonjoy-spacing) * -32);
728
+ }
729
+
730
+ .jsonjoy .left-0, .jsonjoy.left-0 {
731
+ left: calc(var(--jsonjoy-spacing) * 0);
732
+ }
733
+
734
+ .jsonjoy .left-2, .jsonjoy.left-2 {
735
+ left: calc(var(--jsonjoy-spacing) * 2);
736
+ }
737
+
738
+ .jsonjoy .left-\[50\%\], .jsonjoy.left-\[50\%\] {
739
+ left: 50%;
740
+ }
741
+
742
+ .jsonjoy .z-10, .jsonjoy.z-10 {
743
+ z-index: 10;
744
+ }
745
+
746
+ .jsonjoy .z-20, .jsonjoy.z-20 {
747
+ z-index: 20;
748
+ }
749
+
750
+ .jsonjoy .z-50, .jsonjoy.z-50 {
751
+ z-index: 50;
752
+ }
753
+
754
+ .jsonjoy .z-100, .jsonjoy.z-100 {
755
+ z-index: 100;
756
+ }
757
+
758
+ .jsonjoy .col-span-2, .jsonjoy.col-span-2 {
759
+ grid-column: span 2 / span 2;
760
+ }
761
+
762
+ .jsonjoy .container, .jsonjoy.container {
763
+ width: 100%;
764
+ }
765
+
766
+ @media (width >= 40rem) {
767
+ .jsonjoy .container, .jsonjoy.container {
768
+ max-width: 40rem;
769
+ }
770
+ }
771
+
772
+ @media (width >= 48rem) {
773
+ .jsonjoy .container, .jsonjoy.container {
774
+ max-width: 48rem;
775
+ }
776
+ }
777
+
778
+ @media (width >= 64rem) {
779
+ .jsonjoy .container, .jsonjoy.container {
780
+ max-width: 64rem;
781
+ }
782
+ }
783
+
784
+ @media (width >= 80rem) {
785
+ .jsonjoy .container, .jsonjoy.container {
786
+ max-width: 80rem;
787
+ }
788
+ }
789
+
790
+ @media (width >= 96rem) {
791
+ .jsonjoy .container, .jsonjoy.container {
792
+ max-width: 96rem;
793
+ }
794
+ }
795
+
796
+ .jsonjoy .container, .jsonjoy.container {
797
+ margin-inline: auto;
798
+ padding-inline: 2rem;
799
+ }
800
+
801
+ @media (width >= 40rem) {
802
+ .jsonjoy .container, .jsonjoy.container {
803
+ max-width: none;
804
+ }
805
+ }
806
+
807
+ @media (width >= 1400px) {
808
+ .jsonjoy .container, .jsonjoy.container {
809
+ max-width: 1400px;
810
+ }
811
+ }
812
+
813
+ .jsonjoy .-mx-0\.5, .jsonjoy.-mx-0\.5 {
814
+ margin-inline: calc(var(--jsonjoy-spacing) * -.5);
815
+ }
816
+
817
+ .jsonjoy .-mx-1, .jsonjoy.-mx-1 {
818
+ margin-inline: calc(var(--jsonjoy-spacing) * -1);
819
+ }
820
+
821
+ .jsonjoy .mx-1, .jsonjoy.mx-1 {
822
+ margin-inline: calc(var(--jsonjoy-spacing) * 1);
823
+ }
824
+
825
+ .jsonjoy .mx-2, .jsonjoy.mx-2 {
826
+ margin-inline: calc(var(--jsonjoy-spacing) * 2);
827
+ }
828
+
829
+ .jsonjoy .mx-3\.5, .jsonjoy.mx-3\.5 {
830
+ margin-inline: calc(var(--jsonjoy-spacing) * 3.5);
831
+ }
832
+
833
+ .jsonjoy .mx-auto, .jsonjoy.mx-auto {
834
+ margin-inline: auto;
835
+ }
836
+
837
+ .jsonjoy .my-1, .jsonjoy.my-1 {
838
+ margin-block: calc(var(--jsonjoy-spacing) * 1);
839
+ }
840
+
841
+ .jsonjoy .mt-1, .jsonjoy.mt-1 {
842
+ margin-top: calc(var(--jsonjoy-spacing) * 1);
843
+ }
844
+
845
+ .jsonjoy .mt-2, .jsonjoy.mt-2 {
846
+ margin-top: calc(var(--jsonjoy-spacing) * 2);
847
+ }
848
+
849
+ .jsonjoy .mt-3, .jsonjoy.mt-3 {
850
+ margin-top: calc(var(--jsonjoy-spacing) * 3);
851
+ }
852
+
853
+ .jsonjoy .mt-4, .jsonjoy.mt-4 {
854
+ margin-top: calc(var(--jsonjoy-spacing) * 4);
855
+ }
856
+
857
+ .jsonjoy .mt-6, .jsonjoy.mt-6 {
858
+ margin-top: calc(var(--jsonjoy-spacing) * 6);
859
+ }
860
+
861
+ .jsonjoy .mt-10, .jsonjoy.mt-10 {
862
+ margin-top: calc(var(--jsonjoy-spacing) * 10);
863
+ }
864
+
865
+ .jsonjoy .mt-12, .jsonjoy.mt-12 {
866
+ margin-top: calc(var(--jsonjoy-spacing) * 12);
867
+ }
868
+
869
+ .jsonjoy .mt-16, .jsonjoy.mt-16 {
870
+ margin-top: calc(var(--jsonjoy-spacing) * 16);
871
+ }
872
+
873
+ .jsonjoy .mr-1, .jsonjoy.mr-1 {
874
+ margin-right: calc(var(--jsonjoy-spacing) * 1);
875
+ }
876
+
877
+ .jsonjoy .mr-1\.5, .jsonjoy.mr-1\.5 {
878
+ margin-right: calc(var(--jsonjoy-spacing) * 1.5);
879
+ }
880
+
881
+ .jsonjoy .mr-2, .jsonjoy.mr-2 {
882
+ margin-right: calc(var(--jsonjoy-spacing) * 2);
883
+ }
884
+
885
+ .jsonjoy .mb-1\.5, .jsonjoy.mb-1\.5 {
886
+ margin-bottom: calc(var(--jsonjoy-spacing) * 1.5);
887
+ }
888
+
889
+ .jsonjoy .mb-2, .jsonjoy.mb-2 {
890
+ margin-bottom: calc(var(--jsonjoy-spacing) * 2);
891
+ }
892
+
893
+ .jsonjoy .mb-3, .jsonjoy.mb-3 {
894
+ margin-bottom: calc(var(--jsonjoy-spacing) * 3);
895
+ }
896
+
897
+ .jsonjoy .mb-4, .jsonjoy.mb-4 {
898
+ margin-bottom: calc(var(--jsonjoy-spacing) * 4);
899
+ }
900
+
901
+ .jsonjoy .mb-6, .jsonjoy.mb-6 {
902
+ margin-bottom: calc(var(--jsonjoy-spacing) * 6);
903
+ }
904
+
905
+ .jsonjoy .mb-8, .jsonjoy.mb-8 {
906
+ margin-bottom: calc(var(--jsonjoy-spacing) * 8);
907
+ }
908
+
909
+ .jsonjoy .mb-12, .jsonjoy.mb-12 {
910
+ margin-bottom: calc(var(--jsonjoy-spacing) * 12);
911
+ }
912
+
913
+ .jsonjoy .ml-0, .jsonjoy.ml-0 {
914
+ margin-left: calc(var(--jsonjoy-spacing) * 0);
915
+ }
916
+
917
+ .jsonjoy .ml-1, .jsonjoy.ml-1 {
918
+ margin-left: calc(var(--jsonjoy-spacing) * 1);
919
+ }
920
+
921
+ .jsonjoy .json-field-row, .jsonjoy.json-field-row {
922
+ align-items: center;
923
+ gap: calc(var(--jsonjoy-spacing) * 2);
924
+ border-radius: var(--jsonjoy-radius-md);
925
+ padding-inline: calc(var(--jsonjoy-spacing) * 3);
926
+ padding-block: calc(var(--jsonjoy-spacing) * 2);
927
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
928
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
929
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
930
+ display: flex;
931
+ }
932
+
933
+ @media (hover: hover) {
934
+ .jsonjoy .json-field-row:hover, .jsonjoy.json-field-row:hover {
935
+ background-color: var(--jsonjoy-color-secondary);
936
+ }
937
+
938
+ @supports (color: color-mix(in lab, red, red)) {
939
+ .jsonjoy .json-field-row:hover, .jsonjoy.json-field-row:hover {
940
+ background-color: color-mix(in oklab, var(--jsonjoy-color-secondary) 50%, transparent);
941
+ }
942
+ }
943
+ }
944
+
945
+ .jsonjoy .line-clamp-1, .jsonjoy.line-clamp-1 {
946
+ -webkit-line-clamp: 1;
947
+ -webkit-box-orient: vertical;
948
+ display: -webkit-box;
949
+ overflow: hidden;
950
+ }
951
+
952
+ .jsonjoy .block, .jsonjoy.block {
953
+ display: block;
954
+ }
955
+
956
+ .jsonjoy .contents, .jsonjoy.contents {
957
+ display: contents;
958
+ }
959
+
960
+ .jsonjoy .flex, .jsonjoy.flex {
961
+ display: flex;
962
+ }
963
+
964
+ .jsonjoy .grid, .jsonjoy.grid {
965
+ display: grid;
966
+ }
967
+
968
+ .jsonjoy .hidden, .jsonjoy.hidden {
969
+ display: none;
970
+ }
971
+
972
+ .jsonjoy .inline, .jsonjoy.inline {
973
+ display: inline;
974
+ }
975
+
976
+ .jsonjoy .inline-flex, .jsonjoy.inline-flex {
977
+ display: inline-flex;
978
+ }
979
+
980
+ .jsonjoy .table, .jsonjoy.table {
981
+ display: table;
982
+ }
983
+
984
+ .jsonjoy .aspect-square, .jsonjoy.aspect-square {
985
+ aspect-ratio: 1;
986
+ }
987
+
988
+ .jsonjoy .monaco-editor-container, .jsonjoy.monaco-editor-container {
989
+ width: 100%;
990
+ height: 100%;
991
+ }
992
+
993
+ .jsonjoy .monaco-editor-container > div, .jsonjoy.monaco-editor-container > div {
994
+ height: 100%;
995
+ }
996
+
997
+ .jsonjoy .size-4, .jsonjoy.size-4 {
998
+ width: calc(var(--jsonjoy-spacing) * 4);
999
+ height: calc(var(--jsonjoy-spacing) * 4);
1000
+ }
1001
+
1002
+ .jsonjoy .h-\(--radix-select-trigger-height\), .jsonjoy.h-\(--radix-select-trigger-height\) {
1003
+ height: var(--jsonjoy-radix-select-trigger-height);
1004
+ }
1005
+
1006
+ .jsonjoy .h-3\.5, .jsonjoy.h-3\.5 {
1007
+ height: calc(var(--jsonjoy-spacing) * 3.5);
1008
+ }
1009
+
1010
+ .jsonjoy .h-4, .jsonjoy.h-4 {
1011
+ height: calc(var(--jsonjoy-spacing) * 4);
1012
+ }
1013
+
1014
+ .jsonjoy .h-5, .jsonjoy.h-5 {
1015
+ height: calc(var(--jsonjoy-spacing) * 5);
1016
+ }
1017
+
1018
+ .jsonjoy .h-6, .jsonjoy.h-6 {
1019
+ height: calc(var(--jsonjoy-spacing) * 6);
1020
+ }
1021
+
1022
+ .jsonjoy .h-7, .jsonjoy.h-7 {
1023
+ height: calc(var(--jsonjoy-spacing) * 7);
1024
+ }
1025
+
1026
+ .jsonjoy .h-8, .jsonjoy.h-8 {
1027
+ height: calc(var(--jsonjoy-spacing) * 8);
1028
+ }
1029
+
1030
+ .jsonjoy .h-9, .jsonjoy.h-9 {
1031
+ height: calc(var(--jsonjoy-spacing) * 9);
1032
+ }
1033
+
1034
+ .jsonjoy .h-10, .jsonjoy.h-10 {
1035
+ height: calc(var(--jsonjoy-spacing) * 10);
1036
+ }
1037
+
1038
+ .jsonjoy .h-11, .jsonjoy.h-11 {
1039
+ height: calc(var(--jsonjoy-spacing) * 11);
1040
+ }
1041
+
1042
+ .jsonjoy .h-12, .jsonjoy.h-12 {
1043
+ height: calc(var(--jsonjoy-spacing) * 12);
1044
+ }
1045
+
1046
+ .jsonjoy .h-96, .jsonjoy.h-96 {
1047
+ height: calc(var(--jsonjoy-spacing) * 96);
1048
+ }
1049
+
1050
+ .jsonjoy .h-\[16px\], .jsonjoy.h-\[16px\] {
1051
+ height: 16px;
1052
+ }
1053
+
1054
+ .jsonjoy .h-\[18px\], .jsonjoy.h-\[18px\] {
1055
+ height: 18px;
1056
+ }
1057
+
1058
+ .jsonjoy .h-\[500px\], .jsonjoy.h-\[500px\] {
1059
+ height: 500px;
1060
+ }
1061
+
1062
+ .jsonjoy .h-\[600px\], .jsonjoy.h-\[600px\] {
1063
+ height: 600px;
1064
+ }
1065
+
1066
+ .jsonjoy .h-full, .jsonjoy.h-full {
1067
+ height: 100%;
1068
+ }
1069
+
1070
+ .jsonjoy .h-px, .jsonjoy.h-px {
1071
+ height: 1px;
1072
+ }
1073
+
1074
+ .jsonjoy .h-screen, .jsonjoy.h-screen {
1075
+ height: 100vh;
1076
+ }
1077
+
1078
+ .jsonjoy .h-svh, .jsonjoy.h-svh {
1079
+ height: 100svh;
1080
+ }
1081
+
1082
+ .jsonjoy .monaco-editor, .jsonjoy.monaco-editor {
1083
+ height: 100%;
1084
+ }
1085
+
1086
+ .jsonjoy .max-h-96, .jsonjoy.max-h-96 {
1087
+ max-height: calc(var(--jsonjoy-spacing) * 96);
1088
+ }
1089
+
1090
+ .jsonjoy .max-h-\[85vh\], .jsonjoy.max-h-\[85vh\] {
1091
+ max-height: 85vh;
1092
+ }
1093
+
1094
+ .jsonjoy .max-h-\[90vh\], .jsonjoy.max-h-\[90vh\] {
1095
+ max-height: 90vh;
1096
+ }
1097
+
1098
+ .jsonjoy .max-h-\[200px\], .jsonjoy.max-h-\[200px\] {
1099
+ max-height: 200px;
1100
+ }
1101
+
1102
+ .jsonjoy .max-h-\[700px\], .jsonjoy.max-h-\[700px\] {
1103
+ max-height: 700px;
1104
+ }
1105
+
1106
+ .jsonjoy .max-h-screen, .jsonjoy.max-h-screen {
1107
+ max-height: 100vh;
1108
+ }
1109
+
1110
+ .jsonjoy .min-h-0, .jsonjoy.min-h-0 {
1111
+ min-height: calc(var(--jsonjoy-spacing) * 0);
1112
+ }
1113
+
1114
+ .jsonjoy .min-h-\[80px\], .jsonjoy.min-h-\[80px\] {
1115
+ min-height: 80px;
1116
+ }
1117
+
1118
+ .jsonjoy .min-h-screen, .jsonjoy.min-h-screen {
1119
+ min-height: 100vh;
1120
+ }
1121
+
1122
+ .jsonjoy .min-h-svh, .jsonjoy.min-h-svh {
1123
+ min-height: 100svh;
1124
+ }
1125
+
1126
+ .jsonjoy .w-\(--sidebar-width\), .jsonjoy.w-\(--sidebar-width\) {
1127
+ width: var(--jsonjoy-sidebar-width);
1128
+ }
1129
+
1130
+ .jsonjoy .w-1, .jsonjoy.w-1 {
1131
+ width: calc(var(--jsonjoy-spacing) * 1);
1132
+ }
1133
+
1134
+ .jsonjoy .w-3\.5, .jsonjoy.w-3\.5 {
1135
+ width: calc(var(--jsonjoy-spacing) * 3.5);
1136
+ }
1137
+
1138
+ .jsonjoy .w-3\/4, .jsonjoy.w-3\/4 {
1139
+ width: 75%;
1140
+ }
1141
+
1142
+ .jsonjoy .w-4, .jsonjoy.w-4 {
1143
+ width: calc(var(--jsonjoy-spacing) * 4);
1144
+ }
1145
+
1146
+ .jsonjoy .w-5, .jsonjoy.w-5 {
1147
+ width: calc(var(--jsonjoy-spacing) * 5);
1148
+ }
1149
+
1150
+ .jsonjoy .w-6, .jsonjoy.w-6 {
1151
+ width: calc(var(--jsonjoy-spacing) * 6);
1152
+ }
1153
+
1154
+ .jsonjoy .w-7, .jsonjoy.w-7 {
1155
+ width: calc(var(--jsonjoy-spacing) * 7);
1156
+ }
1157
+
1158
+ .jsonjoy .w-10, .jsonjoy.w-10 {
1159
+ width: calc(var(--jsonjoy-spacing) * 10);
1160
+ }
1161
+
1162
+ .jsonjoy .w-11, .jsonjoy.w-11 {
1163
+ width: calc(var(--jsonjoy-spacing) * 11);
1164
+ }
1165
+
1166
+ .jsonjoy .w-12, .jsonjoy.w-12 {
1167
+ width: calc(var(--jsonjoy-spacing) * 12);
1168
+ }
1169
+
1170
+ .jsonjoy .w-72, .jsonjoy.w-72 {
1171
+ width: calc(var(--jsonjoy-spacing) * 72);
1172
+ }
1173
+
1174
+ .jsonjoy .w-96, .jsonjoy.w-96 {
1175
+ width: calc(var(--jsonjoy-spacing) * 96);
1176
+ }
1177
+
1178
+ .jsonjoy .w-\[16px\], .jsonjoy.w-\[16px\] {
1179
+ width: 16px;
1180
+ }
1181
+
1182
+ .jsonjoy .w-\[18px\], .jsonjoy.w-\[18px\] {
1183
+ width: 18px;
1184
+ }
1185
+
1186
+ .jsonjoy .w-\[92px\], .jsonjoy.w-\[92px\] {
1187
+ width: 92px;
1188
+ }
1189
+
1190
+ .jsonjoy .w-\[95vw\], .jsonjoy.w-\[95vw\] {
1191
+ width: 95vw;
1192
+ }
1193
+
1194
+ .jsonjoy .w-\[140px\], .jsonjoy.w-\[140px\] {
1195
+ width: 140px;
1196
+ }
1197
+
1198
+ .jsonjoy .w-\[160px\], .jsonjoy.w-\[160px\] {
1199
+ width: 160px;
1200
+ }
1201
+
1202
+ .jsonjoy .w-\[180px\], .jsonjoy.w-\[180px\] {
1203
+ width: 180px;
1204
+ }
1205
+
1206
+ .jsonjoy .w-\[200px\], .jsonjoy.w-\[200px\] {
1207
+ width: 200px;
1208
+ }
1209
+
1210
+ .jsonjoy .w-auto, .jsonjoy.w-auto {
1211
+ width: auto;
1212
+ }
1213
+
1214
+ .jsonjoy .w-full, .jsonjoy.w-full {
1215
+ width: 100%;
1216
+ }
1217
+
1218
+ .jsonjoy .w-px, .jsonjoy.w-px {
1219
+ width: 1px;
1220
+ }
1221
+
1222
+ .jsonjoy .max-w-\(--skeleton-width\), .jsonjoy.max-w-\(--skeleton-width\) {
1223
+ max-width: var(--jsonjoy-skeleton-width);
1224
+ }
1225
+
1226
+ .jsonjoy .max-w-2xl, .jsonjoy.max-w-2xl {
1227
+ max-width: var(--jsonjoy-container-2xl);
1228
+ }
1229
+
1230
+ .jsonjoy .max-w-4xl, .jsonjoy.max-w-4xl {
1231
+ max-width: var(--jsonjoy-container-4xl);
1232
+ }
1233
+
1234
+ .jsonjoy .max-w-\[40\%\], .jsonjoy.max-w-\[40\%\] {
1235
+ max-width: 40%;
1236
+ }
1237
+
1238
+ .jsonjoy .max-w-\[50\%\], .jsonjoy.max-w-\[50\%\] {
1239
+ max-width: 50%;
1240
+ }
1241
+
1242
+ .jsonjoy .max-w-\[90vw\], .jsonjoy.max-w-\[90vw\] {
1243
+ max-width: 90vw;
1244
+ }
1245
+
1246
+ .jsonjoy .max-w-full, .jsonjoy.max-w-full {
1247
+ max-width: 100%;
1248
+ }
1249
+
1250
+ .jsonjoy .max-w-lg, .jsonjoy.max-w-lg {
1251
+ max-width: var(--jsonjoy-container-lg);
1252
+ }
1253
+
1254
+ .jsonjoy .min-w-\(--radix-select-trigger-width\), .jsonjoy.min-w-\(--radix-select-trigger-width\) {
1255
+ min-width: var(--jsonjoy-radix-select-trigger-width);
1256
+ }
1257
+
1258
+ .jsonjoy .min-w-0, .jsonjoy.min-w-0 {
1259
+ min-width: calc(var(--jsonjoy-spacing) * 0);
1260
+ }
1261
+
1262
+ .jsonjoy .min-w-5, .jsonjoy.min-w-5 {
1263
+ min-width: calc(var(--jsonjoy-spacing) * 5);
1264
+ }
1265
+
1266
+ .jsonjoy .min-w-32, .jsonjoy.min-w-32 {
1267
+ min-width: calc(var(--jsonjoy-spacing) * 32);
1268
+ }
1269
+
1270
+ .jsonjoy .min-w-\[80px\], .jsonjoy.min-w-\[80px\] {
1271
+ min-width: 80px;
1272
+ }
1273
+
1274
+ .jsonjoy .min-w-\[120px\], .jsonjoy.min-w-\[120px\] {
1275
+ min-width: 120px;
1276
+ }
1277
+
1278
+ .jsonjoy .min-w-\[150px\], .jsonjoy.min-w-\[150px\] {
1279
+ min-width: 150px;
1280
+ }
1281
+
1282
+ .jsonjoy .min-w-\[280px\], .jsonjoy.min-w-\[280px\] {
1283
+ min-width: 280px;
1284
+ }
1285
+
1286
+ .jsonjoy .flex-1, .jsonjoy.flex-1 {
1287
+ flex: 1;
1288
+ }
1289
+
1290
+ .jsonjoy .shrink-0, .jsonjoy.shrink-0 {
1291
+ flex-shrink: 0;
1292
+ }
1293
+
1294
+ .jsonjoy .grow, .jsonjoy.grow {
1295
+ flex-grow: 1;
1296
+ }
1297
+
1298
+ .jsonjoy .-translate-x-1\/2, .jsonjoy.-translate-x-1\/2 {
1299
+ --jsonjoy-tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
1300
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
1301
+ }
1302
+
1303
+ .jsonjoy .-translate-x-px, .jsonjoy.-translate-x-px {
1304
+ --jsonjoy-tw-translate-x: -1px;
1305
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
1306
+ }
1307
+
1308
+ .jsonjoy .translate-x-\[-50\%\], .jsonjoy.translate-x-\[-50\%\] {
1309
+ --jsonjoy-tw-translate-x: -50%;
1310
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
1311
+ }
1312
+
1313
+ .jsonjoy .translate-x-px, .jsonjoy.translate-x-px {
1314
+ --jsonjoy-tw-translate-x: 1px;
1315
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
1316
+ }
1317
+
1318
+ .jsonjoy .translate-y-\[-50\%\], .jsonjoy.translate-y-\[-50\%\] {
1319
+ --jsonjoy-tw-translate-y: -50%;
1320
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
1321
+ }
1322
+
1323
+ .jsonjoy .transform, .jsonjoy.transform {
1324
+ transform: var(--jsonjoy-tw-rotate-x, ) var(--jsonjoy-tw-rotate-y, ) var(--jsonjoy-tw-rotate-z, ) var(--jsonjoy-tw-skew-x, ) var(--jsonjoy-tw-skew-y, );
1325
+ }
1326
+
1327
+ .jsonjoy .animate-float, .jsonjoy.animate-float {
1328
+ animation: var(--jsonjoy-animate-float);
1329
+ }
1330
+
1331
+ .jsonjoy .animate-in, .jsonjoy.animate-in {
1332
+ animation: var(--jsonjoy-animate-enter);
1333
+ }
1334
+
1335
+ .jsonjoy .animate-pulse, .jsonjoy.animate-pulse {
1336
+ animation: var(--jsonjoy-animate-pulse);
1337
+ }
1338
+
1339
+ .jsonjoy .animate-spin, .jsonjoy.animate-spin {
1340
+ animation: var(--jsonjoy-animate-spin);
1341
+ }
1342
+
1343
+ .jsonjoy .cursor-col-resize, .jsonjoy.cursor-col-resize {
1344
+ cursor: col-resize;
1345
+ }
1346
+
1347
+ .jsonjoy .cursor-default, .jsonjoy.cursor-default {
1348
+ cursor: default;
1349
+ }
1350
+
1351
+ .jsonjoy .cursor-pointer, .jsonjoy.cursor-pointer {
1352
+ cursor: pointer;
1353
+ }
1354
+
1355
+ .jsonjoy .cursor-text, .jsonjoy.cursor-text {
1356
+ cursor: text;
1357
+ }
1358
+
1359
+ .jsonjoy .grid-cols-1, .jsonjoy.grid-cols-1 {
1360
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1361
+ }
1362
+
1363
+ .jsonjoy .grid-cols-2, .jsonjoy.grid-cols-2 {
1364
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1365
+ }
1366
+
1367
+ .jsonjoy .flex-col, .jsonjoy.flex-col {
1368
+ flex-direction: column;
1369
+ }
1370
+
1371
+ .jsonjoy .flex-col-reverse, .jsonjoy.flex-col-reverse {
1372
+ flex-direction: column-reverse;
1373
+ }
1374
+
1375
+ .jsonjoy .flex-row, .jsonjoy.flex-row {
1376
+ flex-direction: row;
1377
+ }
1378
+
1379
+ .jsonjoy .flex-nowrap, .jsonjoy.flex-nowrap {
1380
+ flex-wrap: nowrap;
1381
+ }
1382
+
1383
+ .jsonjoy .flex-wrap, .jsonjoy.flex-wrap {
1384
+ flex-wrap: wrap;
1385
+ }
1386
+
1387
+ .jsonjoy .items-center, .jsonjoy.items-center {
1388
+ align-items: center;
1389
+ }
1390
+
1391
+ .jsonjoy .items-start, .jsonjoy.items-start {
1392
+ align-items: flex-start;
1393
+ }
1394
+
1395
+ .jsonjoy .justify-between, .jsonjoy.justify-between {
1396
+ justify-content: space-between;
1397
+ }
1398
+
1399
+ .jsonjoy .justify-center, .jsonjoy.justify-center {
1400
+ justify-content: center;
1401
+ }
1402
+
1403
+ .jsonjoy .justify-end, .jsonjoy.justify-end {
1404
+ justify-content: flex-end;
1405
+ }
1406
+
1407
+ .jsonjoy .gap-1, .jsonjoy.gap-1 {
1408
+ gap: calc(var(--jsonjoy-spacing) * 1);
1409
+ }
1410
+
1411
+ .jsonjoy .gap-1\.5, .jsonjoy.gap-1\.5 {
1412
+ gap: calc(var(--jsonjoy-spacing) * 1.5);
1413
+ }
1414
+
1415
+ .jsonjoy .gap-2, .jsonjoy.gap-2 {
1416
+ gap: calc(var(--jsonjoy-spacing) * 2);
1417
+ }
1418
+
1419
+ .jsonjoy .gap-3, .jsonjoy.gap-3 {
1420
+ gap: calc(var(--jsonjoy-spacing) * 3);
1421
+ }
1422
+
1423
+ .jsonjoy .gap-4, .jsonjoy.gap-4 {
1424
+ gap: calc(var(--jsonjoy-spacing) * 4);
1425
+ }
1426
+
1427
+ .jsonjoy .gap-6, .jsonjoy.gap-6 {
1428
+ gap: calc(var(--jsonjoy-spacing) * 6);
1429
+ }
1430
+
1431
+ .jsonjoy :where(.space-y-0 > :not(:last-child)), .jsonjoy:where(.space-y-0 > :not(:last-child)) {
1432
+ --jsonjoy-tw-space-y-reverse: 0;
1433
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 0) * var(--jsonjoy-tw-space-y-reverse));
1434
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 0) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1435
+ }
1436
+
1437
+ .jsonjoy :where(.space-y-1 > :not(:last-child)), .jsonjoy:where(.space-y-1 > :not(:last-child)) {
1438
+ --jsonjoy-tw-space-y-reverse: 0;
1439
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 1) * var(--jsonjoy-tw-space-y-reverse));
1440
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 1) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1441
+ }
1442
+
1443
+ .jsonjoy :where(.space-y-1\.5 > :not(:last-child)), .jsonjoy:where(.space-y-1\.5 > :not(:last-child)) {
1444
+ --jsonjoy-tw-space-y-reverse: 0;
1445
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 1.5) * var(--jsonjoy-tw-space-y-reverse));
1446
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 1.5) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1447
+ }
1448
+
1449
+ .jsonjoy :where(.space-y-2 > :not(:last-child)), .jsonjoy:where(.space-y-2 > :not(:last-child)) {
1450
+ --jsonjoy-tw-space-y-reverse: 0;
1451
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 2) * var(--jsonjoy-tw-space-y-reverse));
1452
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 2) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1453
+ }
1454
+
1455
+ .jsonjoy :where(.space-y-3 > :not(:last-child)), .jsonjoy:where(.space-y-3 > :not(:last-child)) {
1456
+ --jsonjoy-tw-space-y-reverse: 0;
1457
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 3) * var(--jsonjoy-tw-space-y-reverse));
1458
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 3) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1459
+ }
1460
+
1461
+ .jsonjoy :where(.space-y-4 > :not(:last-child)), .jsonjoy:where(.space-y-4 > :not(:last-child)) {
1462
+ --jsonjoy-tw-space-y-reverse: 0;
1463
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 4) * var(--jsonjoy-tw-space-y-reverse));
1464
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 4) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1465
+ }
1466
+
1467
+ .jsonjoy :where(.space-y-6 > :not(:last-child)), .jsonjoy:where(.space-y-6 > :not(:last-child)) {
1468
+ --jsonjoy-tw-space-y-reverse: 0;
1469
+ margin-block-start: calc(calc(var(--jsonjoy-spacing) * 6) * var(--jsonjoy-tw-space-y-reverse));
1470
+ margin-block-end: calc(calc(var(--jsonjoy-spacing) * 6) * calc(1 - var(--jsonjoy-tw-space-y-reverse)));
1471
+ }
1472
+
1473
+ .jsonjoy .gap-x-4, .jsonjoy.gap-x-4 {
1474
+ column-gap: calc(var(--jsonjoy-spacing) * 4);
1475
+ }
1476
+
1477
+ .jsonjoy :where(.space-x-2 > :not(:last-child)), .jsonjoy:where(.space-x-2 > :not(:last-child)) {
1478
+ --jsonjoy-tw-space-x-reverse: 0;
1479
+ margin-inline-start: calc(calc(var(--jsonjoy-spacing) * 2) * var(--jsonjoy-tw-space-x-reverse));
1480
+ margin-inline-end: calc(calc(var(--jsonjoy-spacing) * 2) * calc(1 - var(--jsonjoy-tw-space-x-reverse)));
1481
+ }
1482
+
1483
+ .jsonjoy :where(.space-x-4 > :not(:last-child)), .jsonjoy:where(.space-x-4 > :not(:last-child)) {
1484
+ --jsonjoy-tw-space-x-reverse: 0;
1485
+ margin-inline-start: calc(calc(var(--jsonjoy-spacing) * 4) * var(--jsonjoy-tw-space-x-reverse));
1486
+ margin-inline-end: calc(calc(var(--jsonjoy-spacing) * 4) * calc(1 - var(--jsonjoy-tw-space-x-reverse)));
1487
+ }
1488
+
1489
+ .jsonjoy .gap-y-1, .jsonjoy.gap-y-1 {
1490
+ row-gap: calc(var(--jsonjoy-spacing) * 1);
1491
+ }
1492
+
1493
+ .jsonjoy .truncate, .jsonjoy.truncate {
1494
+ text-overflow: ellipsis;
1495
+ white-space: nowrap;
1496
+ overflow: hidden;
1497
+ }
1498
+
1499
+ .jsonjoy .overflow-auto, .jsonjoy.overflow-auto {
1500
+ overflow: auto;
1501
+ }
1502
+
1503
+ .jsonjoy .overflow-hidden, .jsonjoy.overflow-hidden {
1504
+ overflow: hidden;
1505
+ }
1506
+
1507
+ .jsonjoy .overflow-visible, .jsonjoy.overflow-visible {
1508
+ overflow: visible;
1509
+ }
1510
+
1511
+ .jsonjoy .overflow-x-auto, .jsonjoy.overflow-x-auto {
1512
+ overflow-x: auto;
1513
+ }
1514
+
1515
+ .jsonjoy .overflow-y-auto, .jsonjoy.overflow-y-auto {
1516
+ overflow-y: auto;
1517
+ }
1518
+
1519
+ .jsonjoy .glass-panel, .jsonjoy.glass-panel {
1520
+ border-radius: var(--jsonjoy-radius-xl);
1521
+ border-style: var(--jsonjoy-tw-border-style);
1522
+ border-width: 1px;
1523
+ border-color: var(--jsonjoy-color-border);
1524
+ background-color: #ffffffe6;
1525
+ }
1526
+
1527
+ @supports (color: color-mix(in lab, red, red)) {
1528
+ .jsonjoy .glass-panel, .jsonjoy.glass-panel {
1529
+ background-color: color-mix(in oklab, var(--jsonjoy-color-white) 90%, transparent);
1530
+ }
1531
+ }
1532
+
1533
+ .jsonjoy .glass-panel, .jsonjoy.glass-panel {
1534
+ --jsonjoy-tw-shadow: 0 1px 2px 0 var(--jsonjoy-tw-shadow-color, #0000000d);
1535
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
1536
+ --jsonjoy-tw-backdrop-blur: blur(var(--jsonjoy-blur-md));
1537
+ backdrop-filter: var(--jsonjoy-tw-backdrop-blur, ) var(--jsonjoy-tw-backdrop-brightness, ) var(--jsonjoy-tw-backdrop-contrast, ) var(--jsonjoy-tw-backdrop-grayscale, ) var(--jsonjoy-tw-backdrop-hue-rotate, ) var(--jsonjoy-tw-backdrop-invert, ) var(--jsonjoy-tw-backdrop-opacity, ) var(--jsonjoy-tw-backdrop-saturate, ) var(--jsonjoy-tw-backdrop-sepia, );
1538
+ }
1539
+
1540
+ .jsonjoy .json-editor-container, .jsonjoy.json-editor-container {
1541
+ border-radius: var(--jsonjoy-radius-xl);
1542
+ border-style: var(--jsonjoy-tw-border-style);
1543
+ border-width: 1px;
1544
+ border-color: var(--jsonjoy-color-border);
1545
+ background-color: var(--jsonjoy-color-white);
1546
+ --jsonjoy-tw-shadow: 0 1px 2px 0 var(--jsonjoy-tw-shadow-color, #0000000d);
1547
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
1548
+ --jsonjoy-tw-backdrop-blur: blur(var(--jsonjoy-blur-md));
1549
+ backdrop-filter: var(--jsonjoy-tw-backdrop-blur, ) var(--jsonjoy-tw-backdrop-brightness, ) var(--jsonjoy-tw-backdrop-contrast, ) var(--jsonjoy-tw-backdrop-grayscale, ) var(--jsonjoy-tw-backdrop-hue-rotate, ) var(--jsonjoy-tw-backdrop-invert, ) var(--jsonjoy-tw-backdrop-opacity, ) var(--jsonjoy-tw-backdrop-saturate, ) var(--jsonjoy-tw-backdrop-sepia, );
1550
+ }
1551
+
1552
+ .jsonjoy .rounded, .jsonjoy.rounded {
1553
+ border-radius: .25rem;
1554
+ }
1555
+
1556
+ .jsonjoy .rounded-full, .jsonjoy.rounded-full {
1557
+ border-radius: 3.40282e38px;
1558
+ }
1559
+
1560
+ .jsonjoy .rounded-lg, .jsonjoy.rounded-lg {
1561
+ border-radius: var(--jsonjoy-radius-lg);
1562
+ }
1563
+
1564
+ .jsonjoy .rounded-md, .jsonjoy.rounded-md {
1565
+ border-radius: var(--jsonjoy-radius-md);
1566
+ }
1567
+
1568
+ .jsonjoy .rounded-sm, .jsonjoy.rounded-sm {
1569
+ border-radius: var(--jsonjoy-radius-sm);
1570
+ }
1571
+
1572
+ .jsonjoy .border, .jsonjoy.border {
1573
+ border-style: var(--jsonjoy-tw-border-style);
1574
+ border-width: 1px;
1575
+ }
1576
+
1577
+ .jsonjoy .border-2, .jsonjoy.border-2 {
1578
+ border-style: var(--jsonjoy-tw-border-style);
1579
+ border-width: 2px;
1580
+ }
1581
+
1582
+ .jsonjoy .border-t, .jsonjoy.border-t {
1583
+ border-top-style: var(--jsonjoy-tw-border-style);
1584
+ border-top-width: 1px;
1585
+ }
1586
+
1587
+ .jsonjoy .border-r, .jsonjoy.border-r {
1588
+ border-right-style: var(--jsonjoy-tw-border-style);
1589
+ border-right-width: 1px;
1590
+ }
1591
+
1592
+ .jsonjoy .border-b, .jsonjoy.border-b {
1593
+ border-bottom-style: var(--jsonjoy-tw-border-style);
1594
+ border-bottom-width: 1px;
1595
+ }
1596
+
1597
+ .jsonjoy .border-l, .jsonjoy.border-l {
1598
+ border-left-style: var(--jsonjoy-tw-border-style);
1599
+ border-left-width: 1px;
1600
+ }
1601
+
1602
+ .jsonjoy .border-border, .jsonjoy.border-border, .jsonjoy .border-border\/30, .jsonjoy.border-border\/30 {
1603
+ border-color: var(--jsonjoy-color-border);
1604
+ }
1605
+
1606
+ @supports (color: color-mix(in lab, red, red)) {
1607
+ .jsonjoy .border-border\/30, .jsonjoy.border-border\/30 {
1608
+ border-color: color-mix(in oklab, var(--jsonjoy-color-border) 30%, transparent);
1609
+ }
1610
+ }
1611
+
1612
+ .jsonjoy .border-border\/40, .jsonjoy.border-border\/40 {
1613
+ border-color: var(--jsonjoy-color-border);
1614
+ }
1615
+
1616
+ @supports (color: color-mix(in lab, red, red)) {
1617
+ .jsonjoy .border-border\/40, .jsonjoy.border-border\/40 {
1618
+ border-color: color-mix(in oklab, var(--jsonjoy-color-border) 40%, transparent);
1619
+ }
1620
+ }
1621
+
1622
+ .jsonjoy .border-border\/50, .jsonjoy.border-border\/50 {
1623
+ border-color: var(--jsonjoy-color-border);
1624
+ }
1625
+
1626
+ @supports (color: color-mix(in lab, red, red)) {
1627
+ .jsonjoy .border-border\/50, .jsonjoy.border-border\/50 {
1628
+ border-color: color-mix(in oklab, var(--jsonjoy-color-border) 50%, transparent);
1629
+ }
1630
+ }
1631
+
1632
+ .jsonjoy .border-destructive, .jsonjoy.border-destructive {
1633
+ border-color: var(--jsonjoy-color-destructive);
1634
+ }
1635
+
1636
+ .jsonjoy .border-gray-300, .jsonjoy.border-gray-300 {
1637
+ border-color: var(--jsonjoy-color-gray-300);
1638
+ }
1639
+
1640
+ .jsonjoy .border-green-200, .jsonjoy.border-green-200 {
1641
+ border-color: var(--jsonjoy-color-green-200);
1642
+ }
1643
+
1644
+ .jsonjoy .border-input, .jsonjoy.border-input {
1645
+ border-color: var(--jsonjoy-color-input);
1646
+ }
1647
+
1648
+ .jsonjoy .border-primary, .jsonjoy.border-primary {
1649
+ border-color: var(--jsonjoy-color-primary);
1650
+ }
1651
+
1652
+ .jsonjoy .border-red-100, .jsonjoy.border-red-100 {
1653
+ border-color: var(--jsonjoy-color-red-100);
1654
+ }
1655
+
1656
+ .jsonjoy .border-red-200, .jsonjoy.border-red-200 {
1657
+ border-color: var(--jsonjoy-color-red-200);
1658
+ }
1659
+
1660
+ .jsonjoy .border-sidebar-border, .jsonjoy.border-sidebar-border {
1661
+ border-color: var(--jsonjoy-color-sidebar-border);
1662
+ }
1663
+
1664
+ .jsonjoy .border-transparent, .jsonjoy.border-transparent {
1665
+ border-color: #0000;
1666
+ }
1667
+
1668
+ .jsonjoy .border-l-border\/40, .jsonjoy.border-l-border\/40 {
1669
+ border-left-color: var(--jsonjoy-color-border);
1670
+ }
1671
+
1672
+ @supports (color: color-mix(in lab, red, red)) {
1673
+ .jsonjoy .border-l-border\/40, .jsonjoy.border-l-border\/40 {
1674
+ border-left-color: color-mix(in oklab, var(--jsonjoy-color-border) 40%, transparent);
1675
+ }
1676
+ }
1677
+
1678
+ .jsonjoy .bg-background, .jsonjoy.bg-background, .jsonjoy .bg-background\/80, .jsonjoy.bg-background\/80 {
1679
+ background-color: var(--jsonjoy-color-background);
1680
+ }
1681
+
1682
+ @supports (color: color-mix(in lab, red, red)) {
1683
+ .jsonjoy .bg-background\/80, .jsonjoy.bg-background\/80 {
1684
+ background-color: color-mix(in oklab, var(--jsonjoy-color-background) 80%, transparent);
1685
+ }
1686
+ }
1687
+
1688
+ .jsonjoy .bg-black\/80, .jsonjoy.bg-black\/80 {
1689
+ background-color: #000c;
1690
+ }
1691
+
1692
+ @supports (color: color-mix(in lab, red, red)) {
1693
+ .jsonjoy .bg-black\/80, .jsonjoy.bg-black\/80 {
1694
+ background-color: color-mix(in oklab, var(--jsonjoy-color-black) 80%, transparent);
1695
+ }
1696
+ }
1697
+
1698
+ .jsonjoy .bg-blue-50, .jsonjoy.bg-blue-50 {
1699
+ background-color: var(--jsonjoy-color-blue-50);
1700
+ }
1701
+
1702
+ .jsonjoy .bg-border, .jsonjoy.bg-border {
1703
+ background-color: var(--jsonjoy-color-border);
1704
+ }
1705
+
1706
+ .jsonjoy .bg-destructive, .jsonjoy.bg-destructive {
1707
+ background-color: var(--jsonjoy-color-destructive);
1708
+ }
1709
+
1710
+ .jsonjoy .bg-gray-50, .jsonjoy.bg-gray-50 {
1711
+ background-color: var(--jsonjoy-color-gray-50);
1712
+ }
1713
+
1714
+ .jsonjoy .bg-gray-100, .jsonjoy.bg-gray-100 {
1715
+ background-color: var(--jsonjoy-color-gray-100);
1716
+ }
1717
+
1718
+ .jsonjoy .bg-green-50, .jsonjoy.bg-green-50 {
1719
+ background-color: var(--jsonjoy-color-green-50);
1720
+ }
1721
+
1722
+ .jsonjoy .bg-muted, .jsonjoy.bg-muted, .jsonjoy .bg-muted\/40, .jsonjoy.bg-muted\/40 {
1723
+ background-color: var(--jsonjoy-color-muted);
1724
+ }
1725
+
1726
+ @supports (color: color-mix(in lab, red, red)) {
1727
+ .jsonjoy .bg-muted\/40, .jsonjoy.bg-muted\/40 {
1728
+ background-color: color-mix(in oklab, var(--jsonjoy-color-muted) 40%, transparent);
1729
+ }
1730
+ }
1731
+
1732
+ .jsonjoy .bg-muted\/50, .jsonjoy.bg-muted\/50 {
1733
+ background-color: var(--jsonjoy-color-muted);
1734
+ }
1735
+
1736
+ @supports (color: color-mix(in lab, red, red)) {
1737
+ .jsonjoy .bg-muted\/50, .jsonjoy.bg-muted\/50 {
1738
+ background-color: color-mix(in oklab, var(--jsonjoy-color-muted) 50%, transparent);
1739
+ }
1740
+ }
1741
+
1742
+ .jsonjoy .bg-orange-50, .jsonjoy.bg-orange-50 {
1743
+ background-color: var(--jsonjoy-color-orange-50);
1744
+ }
1745
+
1746
+ .jsonjoy .bg-pink-50, .jsonjoy.bg-pink-50 {
1747
+ background-color: var(--jsonjoy-color-pink-50);
1748
+ }
1749
+
1750
+ .jsonjoy .bg-popover, .jsonjoy.bg-popover {
1751
+ background-color: var(--jsonjoy-color-popover);
1752
+ }
1753
+
1754
+ .jsonjoy .bg-primary, .jsonjoy.bg-primary, .jsonjoy .bg-primary\/5, .jsonjoy.bg-primary\/5 {
1755
+ background-color: var(--jsonjoy-color-primary);
1756
+ }
1757
+
1758
+ @supports (color: color-mix(in lab, red, red)) {
1759
+ .jsonjoy .bg-primary\/5, .jsonjoy.bg-primary\/5 {
1760
+ background-color: color-mix(in oklab, var(--jsonjoy-color-primary) 5%, transparent);
1761
+ }
1762
+ }
1763
+
1764
+ .jsonjoy .bg-primary\/10, .jsonjoy.bg-primary\/10 {
1765
+ background-color: var(--jsonjoy-color-primary);
1766
+ }
1767
+
1768
+ @supports (color: color-mix(in lab, red, red)) {
1769
+ .jsonjoy .bg-primary\/10, .jsonjoy.bg-primary\/10 {
1770
+ background-color: color-mix(in oklab, var(--jsonjoy-color-primary) 10%, transparent);
1771
+ }
1772
+ }
1773
+
1774
+ .jsonjoy .bg-purple-50, .jsonjoy.bg-purple-50 {
1775
+ background-color: var(--jsonjoy-color-purple-50);
1776
+ }
1777
+
1778
+ .jsonjoy .bg-red-50, .jsonjoy.bg-red-50 {
1779
+ background-color: var(--jsonjoy-color-red-50);
1780
+ }
1781
+
1782
+ .jsonjoy .bg-secondary, .jsonjoy.bg-secondary, .jsonjoy .bg-secondary\/30, .jsonjoy.bg-secondary\/30 {
1783
+ background-color: var(--jsonjoy-color-secondary);
1784
+ }
1785
+
1786
+ @supports (color: color-mix(in lab, red, red)) {
1787
+ .jsonjoy .bg-secondary\/30, .jsonjoy.bg-secondary\/30 {
1788
+ background-color: color-mix(in oklab, var(--jsonjoy-color-secondary) 30%, transparent);
1789
+ }
1790
+ }
1791
+
1792
+ .jsonjoy .bg-secondary\/80, .jsonjoy.bg-secondary\/80 {
1793
+ background-color: var(--jsonjoy-color-secondary);
1794
+ }
1795
+
1796
+ @supports (color: color-mix(in lab, red, red)) {
1797
+ .jsonjoy .bg-secondary\/80, .jsonjoy.bg-secondary\/80 {
1798
+ background-color: color-mix(in oklab, var(--jsonjoy-color-secondary) 80%, transparent);
1799
+ }
1800
+ }
1801
+
1802
+ .jsonjoy .bg-sidebar, .jsonjoy.bg-sidebar {
1803
+ background-color: var(--jsonjoy-color-sidebar);
1804
+ }
1805
+
1806
+ .jsonjoy .bg-sidebar-border, .jsonjoy.bg-sidebar-border {
1807
+ background-color: var(--jsonjoy-color-sidebar-border);
1808
+ }
1809
+
1810
+ .jsonjoy .bg-transparent, .jsonjoy.bg-transparent {
1811
+ background-color: #0000;
1812
+ }
1813
+
1814
+ .jsonjoy .bg-white, .jsonjoy.bg-white {
1815
+ background-color: var(--jsonjoy-color-white);
1816
+ }
1817
+
1818
+ .jsonjoy .bg-linear-to-b, .jsonjoy.bg-linear-to-b {
1819
+ --jsonjoy-tw-gradient-position: to bottom;
1820
+ }
1821
+
1822
+ @supports (background-image: linear-gradient(in lab, red, red)) {
1823
+ .jsonjoy .bg-linear-to-b, .jsonjoy.bg-linear-to-b {
1824
+ --jsonjoy-tw-gradient-position: to bottom in oklab;
1825
+ }
1826
+ }
1827
+
1828
+ .jsonjoy .bg-linear-to-b, .jsonjoy.bg-linear-to-b {
1829
+ background-image: linear-gradient(var(--jsonjoy-tw-gradient-stops));
1830
+ }
1831
+
1832
+ .jsonjoy .from-background, .jsonjoy.from-background {
1833
+ --jsonjoy-tw-gradient-from: var(--jsonjoy-color-background);
1834
+ --jsonjoy-tw-gradient-stops: var(--jsonjoy-tw-gradient-via-stops, var(--jsonjoy-tw-gradient-position), var(--jsonjoy-tw-gradient-from) var(--jsonjoy-tw-gradient-from-position), var(--jsonjoy-tw-gradient-to) var(--jsonjoy-tw-gradient-to-position));
1835
+ }
1836
+
1837
+ .jsonjoy .to-background\/95, .jsonjoy.to-background\/95 {
1838
+ --jsonjoy-tw-gradient-to: var(--jsonjoy-color-background);
1839
+ }
1840
+
1841
+ @supports (color: color-mix(in lab, red, red)) {
1842
+ .jsonjoy .to-background\/95, .jsonjoy.to-background\/95 {
1843
+ --jsonjoy-tw-gradient-to: color-mix(in oklab, var(--jsonjoy-color-background) 95%, transparent);
1844
+ }
1845
+ }
1846
+
1847
+ .jsonjoy .to-background\/95, .jsonjoy.to-background\/95 {
1848
+ --jsonjoy-tw-gradient-stops: var(--jsonjoy-tw-gradient-via-stops, var(--jsonjoy-tw-gradient-position), var(--jsonjoy-tw-gradient-from) var(--jsonjoy-tw-gradient-from-position), var(--jsonjoy-tw-gradient-to) var(--jsonjoy-tw-gradient-to-position));
1849
+ }
1850
+
1851
+ .jsonjoy .p-0, .jsonjoy.p-0 {
1852
+ padding: calc(var(--jsonjoy-spacing) * 0);
1853
+ }
1854
+
1855
+ .jsonjoy .p-1, .jsonjoy.p-1 {
1856
+ padding: calc(var(--jsonjoy-spacing) * 1);
1857
+ }
1858
+
1859
+ .jsonjoy .p-1\.5, .jsonjoy.p-1\.5 {
1860
+ padding: calc(var(--jsonjoy-spacing) * 1.5);
1861
+ }
1862
+
1863
+ .jsonjoy .p-2, .jsonjoy.p-2 {
1864
+ padding: calc(var(--jsonjoy-spacing) * 2);
1865
+ }
1866
+
1867
+ .jsonjoy .p-2\.5, .jsonjoy.p-2\.5 {
1868
+ padding: calc(var(--jsonjoy-spacing) * 2.5);
1869
+ }
1870
+
1871
+ .jsonjoy .p-3, .jsonjoy.p-3 {
1872
+ padding: calc(var(--jsonjoy-spacing) * 3);
1873
+ }
1874
+
1875
+ .jsonjoy .p-4, .jsonjoy.p-4 {
1876
+ padding: calc(var(--jsonjoy-spacing) * 4);
1877
+ }
1878
+
1879
+ .jsonjoy .p-6, .jsonjoy.p-6 {
1880
+ padding: calc(var(--jsonjoy-spacing) * 6);
1881
+ }
1882
+
1883
+ .jsonjoy .px-0, .jsonjoy.px-0 {
1884
+ padding-inline: calc(var(--jsonjoy-spacing) * 0);
1885
+ }
1886
+
1887
+ .jsonjoy .px-1, .jsonjoy.px-1 {
1888
+ padding-inline: calc(var(--jsonjoy-spacing) * 1);
1889
+ }
1890
+
1891
+ .jsonjoy .px-2, .jsonjoy.px-2 {
1892
+ padding-inline: calc(var(--jsonjoy-spacing) * 2);
1893
+ }
1894
+
1895
+ .jsonjoy .px-2\.5, .jsonjoy.px-2\.5 {
1896
+ padding-inline: calc(var(--jsonjoy-spacing) * 2.5);
1897
+ }
1898
+
1899
+ .jsonjoy .px-3, .jsonjoy.px-3 {
1900
+ padding-inline: calc(var(--jsonjoy-spacing) * 3);
1901
+ }
1902
+
1903
+ .jsonjoy .px-3\.5, .jsonjoy.px-3\.5 {
1904
+ padding-inline: calc(var(--jsonjoy-spacing) * 3.5);
1905
+ }
1906
+
1907
+ .jsonjoy .px-4, .jsonjoy.px-4 {
1908
+ padding-inline: calc(var(--jsonjoy-spacing) * 4);
1909
+ }
1910
+
1911
+ .jsonjoy .px-8, .jsonjoy.px-8 {
1912
+ padding-inline: calc(var(--jsonjoy-spacing) * 8);
1913
+ }
1914
+
1915
+ .jsonjoy .py-0\.5, .jsonjoy.py-0\.5 {
1916
+ padding-block: calc(var(--jsonjoy-spacing) * .5);
1917
+ }
1918
+
1919
+ .jsonjoy .py-1, .jsonjoy.py-1 {
1920
+ padding-block: calc(var(--jsonjoy-spacing) * 1);
1921
+ }
1922
+
1923
+ .jsonjoy .py-1\.5, .jsonjoy.py-1\.5 {
1924
+ padding-block: calc(var(--jsonjoy-spacing) * 1.5);
1925
+ }
1926
+
1927
+ .jsonjoy .py-2, .jsonjoy.py-2 {
1928
+ padding-block: calc(var(--jsonjoy-spacing) * 2);
1929
+ }
1930
+
1931
+ .jsonjoy .py-3, .jsonjoy.py-3 {
1932
+ padding-block: calc(var(--jsonjoy-spacing) * 3);
1933
+ }
1934
+
1935
+ .jsonjoy .py-4, .jsonjoy.py-4 {
1936
+ padding-block: calc(var(--jsonjoy-spacing) * 4);
1937
+ }
1938
+
1939
+ .jsonjoy .py-10, .jsonjoy.py-10 {
1940
+ padding-block: calc(var(--jsonjoy-spacing) * 10);
1941
+ }
1942
+
1943
+ .jsonjoy .pt-1, .jsonjoy.pt-1 {
1944
+ padding-top: calc(var(--jsonjoy-spacing) * 1);
1945
+ }
1946
+
1947
+ .jsonjoy .pt-2, .jsonjoy.pt-2 {
1948
+ padding-top: calc(var(--jsonjoy-spacing) * 2);
1949
+ }
1950
+
1951
+ .jsonjoy .pt-4, .jsonjoy.pt-4 {
1952
+ padding-top: calc(var(--jsonjoy-spacing) * 4);
1953
+ }
1954
+
1955
+ .jsonjoy .pt-16, .jsonjoy.pt-16 {
1956
+ padding-top: calc(var(--jsonjoy-spacing) * 16);
1957
+ }
1958
+
1959
+ .jsonjoy .pr-2, .jsonjoy.pr-2 {
1960
+ padding-right: calc(var(--jsonjoy-spacing) * 2);
1961
+ }
1962
+
1963
+ .jsonjoy .pr-8, .jsonjoy.pr-8 {
1964
+ padding-right: calc(var(--jsonjoy-spacing) * 8);
1965
+ }
1966
+
1967
+ .jsonjoy .pb-2, .jsonjoy.pb-2 {
1968
+ padding-bottom: calc(var(--jsonjoy-spacing) * 2);
1969
+ }
1970
+
1971
+ .jsonjoy .pb-24, .jsonjoy.pb-24 {
1972
+ padding-bottom: calc(var(--jsonjoy-spacing) * 24);
1973
+ }
1974
+
1975
+ .jsonjoy .pl-8, .jsonjoy.pl-8 {
1976
+ padding-left: calc(var(--jsonjoy-spacing) * 8);
1977
+ }
1978
+
1979
+ .jsonjoy .text-center, .jsonjoy.text-center {
1980
+ text-align: center;
1981
+ }
1982
+
1983
+ .jsonjoy .text-left, .jsonjoy.text-left {
1984
+ text-align: left;
1985
+ }
1986
+
1987
+ .jsonjoy .font-mono, .jsonjoy.font-mono {
1988
+ font-family: var(--jsonjoy-font-mono);
1989
+ }
1990
+
1991
+ .jsonjoy .json-field-label, .jsonjoy.json-field-label {
1992
+ font-size: var(--jsonjoy-text-sm);
1993
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-sm--line-height));
1994
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-medium);
1995
+ font-weight: var(--jsonjoy-font-weight-medium);
1996
+ color: var(--jsonjoy-color-foreground);
1997
+ }
1998
+
1999
+ @supports (color: color-mix(in lab, red, red)) {
2000
+ .jsonjoy .json-field-label, .jsonjoy.json-field-label {
2001
+ color: color-mix(in oklab, var(--jsonjoy-color-foreground) 80%, transparent);
2002
+ }
2003
+ }
2004
+
2005
+ .jsonjoy .text-2xl, .jsonjoy.text-2xl {
2006
+ font-size: var(--jsonjoy-text-2xl);
2007
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-2xl--line-height));
2008
+ }
2009
+
2010
+ .jsonjoy .text-4xl, .jsonjoy.text-4xl {
2011
+ font-size: var(--jsonjoy-text-4xl);
2012
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-4xl--line-height));
2013
+ }
2014
+
2015
+ .jsonjoy .text-base, .jsonjoy.text-base {
2016
+ font-size: var(--jsonjoy-text-base);
2017
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-base--line-height));
2018
+ }
2019
+
2020
+ .jsonjoy .text-lg, .jsonjoy.text-lg {
2021
+ font-size: var(--jsonjoy-text-lg);
2022
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-lg--line-height));
2023
+ }
2024
+
2025
+ .jsonjoy .text-sm, .jsonjoy.text-sm {
2026
+ font-size: var(--jsonjoy-text-sm);
2027
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-sm--line-height));
2028
+ }
2029
+
2030
+ .jsonjoy .text-xl, .jsonjoy.text-xl {
2031
+ font-size: var(--jsonjoy-text-xl);
2032
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-xl--line-height));
2033
+ }
2034
+
2035
+ .jsonjoy .text-xs, .jsonjoy.text-xs {
2036
+ font-size: var(--jsonjoy-text-xs);
2037
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-xs--line-height));
2038
+ }
2039
+
2040
+ .jsonjoy .leading-none, .jsonjoy.leading-none {
2041
+ --jsonjoy-tw-leading: 1;
2042
+ line-height: 1;
2043
+ }
2044
+
2045
+ .jsonjoy .font-bold, .jsonjoy.font-bold {
2046
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-bold);
2047
+ font-weight: var(--jsonjoy-font-weight-bold);
2048
+ }
2049
+
2050
+ .jsonjoy .font-medium, .jsonjoy.font-medium {
2051
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-medium);
2052
+ font-weight: var(--jsonjoy-font-weight-medium);
2053
+ }
2054
+
2055
+ .jsonjoy .font-semibold, .jsonjoy.font-semibold {
2056
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-semibold);
2057
+ font-weight: var(--jsonjoy-font-weight-semibold);
2058
+ }
2059
+
2060
+ .jsonjoy .tracking-tight, .jsonjoy.tracking-tight {
2061
+ --jsonjoy-tw-tracking: var(--jsonjoy-tracking-tight);
2062
+ letter-spacing: var(--jsonjoy-tracking-tight);
2063
+ }
2064
+
2065
+ .jsonjoy .text-wrap, .jsonjoy.text-wrap {
2066
+ text-wrap: wrap;
2067
+ }
2068
+
2069
+ .jsonjoy .whitespace-nowrap, .jsonjoy.whitespace-nowrap {
2070
+ white-space: nowrap;
2071
+ }
2072
+
2073
+ .jsonjoy .whitespace-pre-line, .jsonjoy.whitespace-pre-line {
2074
+ white-space: pre-line;
2075
+ }
2076
+
2077
+ .jsonjoy .text-amber-600, .jsonjoy.text-amber-600 {
2078
+ color: var(--jsonjoy-color-amber-600);
2079
+ }
2080
+
2081
+ .jsonjoy .text-blue-400, .jsonjoy.text-blue-400 {
2082
+ color: var(--jsonjoy-color-blue-400);
2083
+ }
2084
+
2085
+ .jsonjoy .text-blue-500, .jsonjoy.text-blue-500 {
2086
+ color: var(--jsonjoy-color-blue-500);
2087
+ }
2088
+
2089
+ .jsonjoy .text-blue-600, .jsonjoy.text-blue-600 {
2090
+ color: var(--jsonjoy-color-blue-600);
2091
+ }
2092
+
2093
+ .jsonjoy .text-current, .jsonjoy.text-current {
2094
+ color: currentColor;
2095
+ }
2096
+
2097
+ .jsonjoy .text-destructive, .jsonjoy.text-destructive {
2098
+ color: var(--jsonjoy-color-destructive);
2099
+ }
2100
+
2101
+ .jsonjoy .text-destructive-foreground, .jsonjoy.text-destructive-foreground {
2102
+ color: var(--jsonjoy-color-destructive-foreground);
2103
+ }
2104
+
2105
+ .jsonjoy .text-foreground, .jsonjoy.text-foreground, .jsonjoy .text-foreground\/50, .jsonjoy.text-foreground\/50 {
2106
+ color: var(--jsonjoy-color-foreground);
2107
+ }
2108
+
2109
+ @supports (color: color-mix(in lab, red, red)) {
2110
+ .jsonjoy .text-foreground\/50, .jsonjoy.text-foreground\/50 {
2111
+ color: color-mix(in oklab, var(--jsonjoy-color-foreground) 50%, transparent);
2112
+ }
2113
+ }
2114
+
2115
+ .jsonjoy .text-gray-400, .jsonjoy.text-gray-400 {
2116
+ color: var(--jsonjoy-color-gray-400);
2117
+ }
2118
+
2119
+ .jsonjoy .text-gray-500, .jsonjoy.text-gray-500 {
2120
+ color: var(--jsonjoy-color-gray-500);
2121
+ }
2122
+
2123
+ .jsonjoy .text-gray-600, .jsonjoy.text-gray-600 {
2124
+ color: var(--jsonjoy-color-gray-600);
2125
+ }
2126
+
2127
+ .jsonjoy .text-green-500, .jsonjoy.text-green-500 {
2128
+ color: var(--jsonjoy-color-green-500);
2129
+ }
2130
+
2131
+ .jsonjoy .text-green-700, .jsonjoy.text-green-700 {
2132
+ color: var(--jsonjoy-color-green-700);
2133
+ }
2134
+
2135
+ .jsonjoy .text-muted-foreground, .jsonjoy.text-muted-foreground, .jsonjoy .text-muted-foreground\/50, .jsonjoy.text-muted-foreground\/50 {
2136
+ color: var(--jsonjoy-color-muted-foreground);
2137
+ }
2138
+
2139
+ @supports (color: color-mix(in lab, red, red)) {
2140
+ .jsonjoy .text-muted-foreground\/50, .jsonjoy.text-muted-foreground\/50 {
2141
+ color: color-mix(in oklab, var(--jsonjoy-color-muted-foreground) 50%, transparent);
2142
+ }
2143
+ }
2144
+
2145
+ .jsonjoy .text-orange-500, .jsonjoy.text-orange-500 {
2146
+ color: var(--jsonjoy-color-orange-500);
2147
+ }
2148
+
2149
+ .jsonjoy .text-pink-500, .jsonjoy.text-pink-500 {
2150
+ color: var(--jsonjoy-color-pink-500);
2151
+ }
2152
+
2153
+ .jsonjoy .text-popover-foreground, .jsonjoy.text-popover-foreground {
2154
+ color: var(--jsonjoy-color-popover-foreground);
2155
+ }
2156
+
2157
+ .jsonjoy .text-primary, .jsonjoy.text-primary {
2158
+ color: var(--jsonjoy-color-primary);
2159
+ }
2160
+
2161
+ .jsonjoy .text-primary-foreground, .jsonjoy.text-primary-foreground {
2162
+ color: var(--jsonjoy-color-primary-foreground);
2163
+ }
2164
+
2165
+ .jsonjoy .text-purple-500, .jsonjoy.text-purple-500 {
2166
+ color: var(--jsonjoy-color-purple-500);
2167
+ }
2168
+
2169
+ .jsonjoy .text-red-500, .jsonjoy.text-red-500 {
2170
+ color: var(--jsonjoy-color-red-500);
2171
+ }
2172
+
2173
+ .jsonjoy .text-red-700, .jsonjoy.text-red-700 {
2174
+ color: var(--jsonjoy-color-red-700);
2175
+ }
2176
+
2177
+ .jsonjoy .text-secondary-foreground, .jsonjoy.text-secondary-foreground {
2178
+ color: var(--jsonjoy-color-secondary-foreground);
2179
+ }
2180
+
2181
+ .jsonjoy .text-sidebar-foreground, .jsonjoy.text-sidebar-foreground, .jsonjoy .text-sidebar-foreground\/70, .jsonjoy.text-sidebar-foreground\/70 {
2182
+ color: var(--jsonjoy-color-sidebar-foreground);
2183
+ }
2184
+
2185
+ @supports (color: color-mix(in lab, red, red)) {
2186
+ .jsonjoy .text-sidebar-foreground\/70, .jsonjoy.text-sidebar-foreground\/70 {
2187
+ color: color-mix(in oklab, var(--jsonjoy-color-sidebar-foreground) 70%, transparent);
2188
+ }
2189
+ }
2190
+
2191
+ .jsonjoy .text-slate-50, .jsonjoy.text-slate-50 {
2192
+ color: var(--jsonjoy-color-slate-50);
2193
+ }
2194
+
2195
+ .jsonjoy .text-slate-900, .jsonjoy.text-slate-900 {
2196
+ color: var(--jsonjoy-color-slate-900);
2197
+ }
2198
+
2199
+ .jsonjoy .italic, .jsonjoy.italic {
2200
+ font-style: italic;
2201
+ }
2202
+
2203
+ .jsonjoy .tabular-nums, .jsonjoy.tabular-nums {
2204
+ --jsonjoy-tw-numeric-spacing: tabular-nums;
2205
+ font-variant-numeric: var(--jsonjoy-tw-ordinal, ) var(--jsonjoy-tw-slashed-zero, ) var(--jsonjoy-tw-numeric-figure, ) var(--jsonjoy-tw-numeric-spacing, ) var(--jsonjoy-tw-numeric-fraction, );
2206
+ }
2207
+
2208
+ .jsonjoy .underline, .jsonjoy.underline {
2209
+ text-decoration-line: underline;
2210
+ }
2211
+
2212
+ .jsonjoy .underline-offset-4, .jsonjoy.underline-offset-4 {
2213
+ text-underline-offset: 4px;
2214
+ }
2215
+
2216
+ .jsonjoy .opacity-0, .jsonjoy.opacity-0 {
2217
+ opacity: 0;
2218
+ }
2219
+
2220
+ .jsonjoy .opacity-50, .jsonjoy.opacity-50 {
2221
+ opacity: .5;
2222
+ }
2223
+
2224
+ .jsonjoy .opacity-70, .jsonjoy.opacity-70 {
2225
+ opacity: .7;
2226
+ }
2227
+
2228
+ .jsonjoy .opacity-90, .jsonjoy.opacity-90 {
2229
+ opacity: .9;
2230
+ }
2231
+
2232
+ .jsonjoy .shadow-\[0_0_0_1px_var\(--sidebar-border\)\], .jsonjoy.shadow-\[0_0_0_1px_var\(--sidebar-border\)\] {
2233
+ --jsonjoy-tw-shadow: 0 0 0 1px var(--jsonjoy-tw-shadow-color, var(--jsonjoy-sidebar-border));
2234
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2235
+ }
2236
+
2237
+ .jsonjoy .shadow-lg, .jsonjoy.shadow-lg {
2238
+ --jsonjoy-tw-shadow: 0 10px 15px -3px var(--jsonjoy-tw-shadow-color, #0000001a), 0 4px 6px -4px var(--jsonjoy-tw-shadow-color, #0000001a);
2239
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2240
+ }
2241
+
2242
+ .jsonjoy .shadow-md, .jsonjoy.shadow-md {
2243
+ --jsonjoy-tw-shadow: 0 4px 6px -1px var(--jsonjoy-tw-shadow-color, #0000001a), 0 2px 4px -2px var(--jsonjoy-tw-shadow-color, #0000001a);
2244
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2245
+ }
2246
+
2247
+ .jsonjoy .shadow-none, .jsonjoy.shadow-none {
2248
+ --jsonjoy-tw-shadow: 0 0 #0000;
2249
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2250
+ }
2251
+
2252
+ .jsonjoy .shadow-xs, .jsonjoy.shadow-xs {
2253
+ --jsonjoy-tw-shadow: 0 1px 2px 0 var(--jsonjoy-tw-shadow-color, #0000000d);
2254
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2255
+ }
2256
+
2257
+ .jsonjoy .ring-0, .jsonjoy.ring-0 {
2258
+ --jsonjoy-tw-ring-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 calc(0px + var(--jsonjoy-tw-ring-offset-width)) var(--jsonjoy-tw-ring-color, currentcolor);
2259
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2260
+ }
2261
+
2262
+ .jsonjoy .ring-sidebar-ring, .jsonjoy.ring-sidebar-ring {
2263
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-sidebar-ring);
2264
+ }
2265
+
2266
+ .jsonjoy .ring-offset-background, .jsonjoy.ring-offset-background {
2267
+ --jsonjoy-tw-ring-offset-color: var(--jsonjoy-color-background);
2268
+ }
2269
+
2270
+ .jsonjoy .outline-hidden, .jsonjoy.outline-hidden {
2271
+ --jsonjoy-tw-outline-style: none;
2272
+ outline-style: none;
2273
+ }
2274
+
2275
+ @media (forced-colors: active) {
2276
+ .jsonjoy .outline-hidden, .jsonjoy.outline-hidden {
2277
+ outline-offset: 2px;
2278
+ outline: 2px solid #0000;
2279
+ }
2280
+ }
2281
+
2282
+ .jsonjoy .outline, .jsonjoy.outline {
2283
+ outline-style: var(--jsonjoy-tw-outline-style);
2284
+ outline-width: 1px;
2285
+ }
2286
+
2287
+ .jsonjoy .blur-3xl, .jsonjoy.blur-3xl {
2288
+ --jsonjoy-tw-blur: blur(var(--jsonjoy-blur-3xl));
2289
+ filter: var(--jsonjoy-tw-blur, ) var(--jsonjoy-tw-brightness, ) var(--jsonjoy-tw-contrast, ) var(--jsonjoy-tw-grayscale, ) var(--jsonjoy-tw-hue-rotate, ) var(--jsonjoy-tw-invert, ) var(--jsonjoy-tw-saturate, ) var(--jsonjoy-tw-sepia, ) var(--jsonjoy-tw-drop-shadow, );
2290
+ }
2291
+
2292
+ .jsonjoy .backdrop-blur-xs, .jsonjoy.backdrop-blur-xs {
2293
+ --jsonjoy-tw-backdrop-blur: blur(var(--jsonjoy-blur-xs));
2294
+ backdrop-filter: var(--jsonjoy-tw-backdrop-blur, ) var(--jsonjoy-tw-backdrop-brightness, ) var(--jsonjoy-tw-backdrop-contrast, ) var(--jsonjoy-tw-backdrop-grayscale, ) var(--jsonjoy-tw-backdrop-hue-rotate, ) var(--jsonjoy-tw-backdrop-invert, ) var(--jsonjoy-tw-backdrop-opacity, ) var(--jsonjoy-tw-backdrop-saturate, ) var(--jsonjoy-tw-backdrop-sepia, );
2295
+ }
2296
+
2297
+ .jsonjoy .transition, .jsonjoy.transition {
2298
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
2299
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2300
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2301
+ }
2302
+
2303
+ .jsonjoy .transition-\[left\,right\,width\], .jsonjoy.transition-\[left\,right\,width\] {
2304
+ transition-property: left, right, width;
2305
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2306
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2307
+ }
2308
+
2309
+ .jsonjoy .transition-\[margin\,opa\], .jsonjoy.transition-\[margin\,opa\] {
2310
+ transition-property: margin, opa;
2311
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2312
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2313
+ }
2314
+
2315
+ .jsonjoy .transition-\[width\,height\,padding\], .jsonjoy.transition-\[width\,height\,padding\] {
2316
+ transition-property: width, height, padding;
2317
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2318
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2319
+ }
2320
+
2321
+ .jsonjoy .transition-\[width\], .jsonjoy.transition-\[width\] {
2322
+ transition-property: width;
2323
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2324
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2325
+ }
2326
+
2327
+ .jsonjoy .transition-all, .jsonjoy.transition-all {
2328
+ transition-property: all;
2329
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2330
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2331
+ }
2332
+
2333
+ .jsonjoy .transition-colors, .jsonjoy.transition-colors {
2334
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2335
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2336
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2337
+ }
2338
+
2339
+ .jsonjoy .transition-opacity, .jsonjoy.transition-opacity {
2340
+ transition-property: opacity;
2341
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2342
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2343
+ }
2344
+
2345
+ .jsonjoy .transition-shadow, .jsonjoy.transition-shadow {
2346
+ transition-property: box-shadow;
2347
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2348
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2349
+ }
2350
+
2351
+ .jsonjoy .transition-transform, .jsonjoy.transition-transform {
2352
+ transition-property: transform, translate, scale, rotate;
2353
+ transition-timing-function: var(--jsonjoy-tw-ease, var(--jsonjoy-default-transition-timing-function));
2354
+ transition-duration: var(--jsonjoy-tw-duration, var(--jsonjoy-default-transition-duration));
2355
+ }
2356
+
2357
+ .jsonjoy .duration-200, .jsonjoy.duration-200 {
2358
+ --jsonjoy-tw-duration: .2s;
2359
+ transition-duration: .2s;
2360
+ }
2361
+
2362
+ .jsonjoy .duration-300, .jsonjoy.duration-300 {
2363
+ --jsonjoy-tw-duration: .3s;
2364
+ transition-duration: .3s;
2365
+ }
2366
+
2367
+ .jsonjoy .ease-in-out, .jsonjoy.ease-in-out {
2368
+ --jsonjoy-tw-ease: var(--jsonjoy-ease-in-out);
2369
+ transition-timing-function: var(--jsonjoy-ease-in-out);
2370
+ }
2371
+
2372
+ .jsonjoy .ease-linear, .jsonjoy.ease-linear {
2373
+ --jsonjoy-tw-ease: linear;
2374
+ transition-timing-function: linear;
2375
+ }
2376
+
2377
+ .jsonjoy .select-none, .jsonjoy.select-none {
2378
+ user-select: none;
2379
+ }
2380
+
2381
+ .jsonjoy .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *), .jsonjoy.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
2382
+ opacity: 1;
2383
+ }
2384
+
2385
+ @media (hover: hover) {
2386
+ .jsonjoy .group-hover\:scale-110:is(:where(.group):hover *), .jsonjoy.group-hover\:scale-110:is(:where(.group):hover *) {
2387
+ --jsonjoy-tw-scale-x: 110%;
2388
+ --jsonjoy-tw-scale-y: 110%;
2389
+ --jsonjoy-tw-scale-z: 110%;
2390
+ scale: var(--jsonjoy-tw-scale-x) var(--jsonjoy-tw-scale-y);
2391
+ }
2392
+
2393
+ .jsonjoy .group-hover\:opacity-100:is(:where(.group):hover *), .jsonjoy.group-hover\:opacity-100:is(:where(.group):hover *), .jsonjoy .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *), .jsonjoy.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
2394
+ opacity: 1;
2395
+ }
2396
+ }
2397
+
2398
+ .jsonjoy .group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *), .jsonjoy.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
2399
+ padding-right: calc(var(--jsonjoy-spacing) * 8);
2400
+ }
2401
+
2402
+ .jsonjoy .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
2403
+ margin-top: calc(var(--jsonjoy-spacing) * -8);
2404
+ }
2405
+
2406
+ .jsonjoy .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
2407
+ display: none;
2408
+ }
2409
+
2410
+ .jsonjoy .group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible="icon"] *) {
2411
+ width: calc(var(--jsonjoy-spacing) * 8) !important;
2412
+ height: calc(var(--jsonjoy-spacing) * 8) !important;
2413
+ }
2414
+
2415
+ .jsonjoy .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible="icon"] *) {
2416
+ width: var(--jsonjoy-sidebar-width-icon);
2417
+ }
2418
+
2419
+ .jsonjoy .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
2420
+ width: calc(var(--jsonjoy-sidebar-width-icon) + (calc(var(--jsonjoy-spacing) * 4)));
2421
+ }
2422
+
2423
+ .jsonjoy .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
2424
+ width: calc(var(--jsonjoy-sidebar-width-icon) + (calc(var(--jsonjoy-spacing) * 4)) + 2px);
2425
+ }
2426
+
2427
+ .jsonjoy .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
2428
+ overflow: hidden;
2429
+ }
2430
+
2431
+ .jsonjoy .group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible="icon"] *) {
2432
+ padding: calc(var(--jsonjoy-spacing) * 0) !important;
2433
+ }
2434
+
2435
+ .jsonjoy .group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible="icon"] *) {
2436
+ padding: calc(var(--jsonjoy-spacing) * 2) !important;
2437
+ }
2438
+
2439
+ .jsonjoy .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *), .jsonjoy.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
2440
+ opacity: 0;
2441
+ }
2442
+
2443
+ .jsonjoy .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *), .jsonjoy.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
2444
+ right: calc(var(--jsonjoy-sidebar-width) * -1);
2445
+ }
2446
+
2447
+ .jsonjoy .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *), .jsonjoy.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
2448
+ left: calc(var(--jsonjoy-sidebar-width) * -1);
2449
+ }
2450
+
2451
+ .jsonjoy .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *), .jsonjoy.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
2452
+ width: calc(var(--jsonjoy-spacing) * 0);
2453
+ }
2454
+
2455
+ .jsonjoy .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *), .jsonjoy.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
2456
+ --jsonjoy-tw-translate-x: calc(var(--jsonjoy-spacing) * 0);
2457
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
2458
+ }
2459
+
2460
+ .jsonjoy .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *), .jsonjoy.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
2461
+ right: calc(var(--jsonjoy-spacing) * -4);
2462
+ }
2463
+
2464
+ .jsonjoy .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *), .jsonjoy.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
2465
+ border-right-style: var(--jsonjoy-tw-border-style);
2466
+ border-right-width: 1px;
2467
+ }
2468
+
2469
+ .jsonjoy .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *), .jsonjoy.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
2470
+ left: calc(var(--jsonjoy-spacing) * 0);
2471
+ }
2472
+
2473
+ .jsonjoy .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *), .jsonjoy.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
2474
+ rotate: 180deg;
2475
+ }
2476
+
2477
+ .jsonjoy .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *), .jsonjoy.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
2478
+ border-left-style: var(--jsonjoy-tw-border-style);
2479
+ border-left-width: 1px;
2480
+ }
2481
+
2482
+ .jsonjoy .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *), .jsonjoy.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
2483
+ border-radius: var(--jsonjoy-radius-lg);
2484
+ }
2485
+
2486
+ .jsonjoy .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *), .jsonjoy.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
2487
+ border-style: var(--jsonjoy-tw-border-style);
2488
+ border-width: 1px;
2489
+ }
2490
+
2491
+ .jsonjoy .group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant="floating"] *), .jsonjoy.group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant="floating"] *) {
2492
+ border-color: var(--jsonjoy-color-sidebar-border);
2493
+ }
2494
+
2495
+ .jsonjoy .group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant="floating"] *), .jsonjoy.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant="floating"] *) {
2496
+ --jsonjoy-tw-shadow: 0 1px 3px 0 var(--jsonjoy-tw-shadow-color, #0000001a), 0 1px 2px -1px var(--jsonjoy-tw-shadow-color, #0000001a);
2497
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2498
+ }
2499
+
2500
+ .jsonjoy .group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *), .jsonjoy.group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *) {
2501
+ border-color: var(--jsonjoy-color-muted);
2502
+ }
2503
+
2504
+ @supports (color: color-mix(in lab, red, red)) {
2505
+ .jsonjoy .group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *), .jsonjoy.group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *) {
2506
+ border-color: color-mix(in oklab, var(--jsonjoy-color-muted) 40%, transparent);
2507
+ }
2508
+ }
2509
+
2510
+ .jsonjoy .group-\[\.destructive\]\:text-red-300:is(:where(.group).destructive *), .jsonjoy.group-\[\.destructive\]\:text-red-300:is(:where(.group).destructive *) {
2511
+ color: var(--jsonjoy-color-red-300);
2512
+ }
2513
+
2514
+ .jsonjoy .group-\[\.toast\]\:bg-muted:is(:where(.group).toast *), .jsonjoy.group-\[\.toast\]\:bg-muted:is(:where(.group).toast *) {
2515
+ background-color: var(--jsonjoy-color-muted);
2516
+ }
2517
+
2518
+ .jsonjoy .group-\[\.toast\]\:bg-primary:is(:where(.group).toast *), .jsonjoy.group-\[\.toast\]\:bg-primary:is(:where(.group).toast *) {
2519
+ background-color: var(--jsonjoy-color-primary);
2520
+ }
2521
+
2522
+ .jsonjoy .group-\[\.toast\]\:text-muted-foreground:is(:where(.group).toast *), .jsonjoy.group-\[\.toast\]\:text-muted-foreground:is(:where(.group).toast *) {
2523
+ color: var(--jsonjoy-color-muted-foreground);
2524
+ }
2525
+
2526
+ .jsonjoy .group-\[\.toast\]\:text-primary-foreground:is(:where(.group).toast *), .jsonjoy.group-\[\.toast\]\:text-primary-foreground:is(:where(.group).toast *) {
2527
+ color: var(--jsonjoy-color-primary-foreground);
2528
+ }
2529
+
2530
+ .jsonjoy .group-\[\.toaster\]\:border-border:is(:where(.group).toaster *), .jsonjoy.group-\[\.toaster\]\:border-border:is(:where(.group).toaster *) {
2531
+ border-color: var(--jsonjoy-color-border);
2532
+ }
2533
+
2534
+ .jsonjoy .group-\[\.toaster\]\:bg-background:is(:where(.group).toaster *), .jsonjoy.group-\[\.toaster\]\:bg-background:is(:where(.group).toaster *) {
2535
+ background-color: var(--jsonjoy-color-background);
2536
+ }
2537
+
2538
+ .jsonjoy .group-\[\.toaster\]\:text-foreground:is(:where(.group).toaster *), .jsonjoy.group-\[\.toaster\]\:text-foreground:is(:where(.group).toaster *) {
2539
+ color: var(--jsonjoy-color-foreground);
2540
+ }
2541
+
2542
+ .jsonjoy .group-\[\.toaster\]\:shadow-lg:is(:where(.group).toaster *), .jsonjoy.group-\[\.toaster\]\:shadow-lg:is(:where(.group).toaster *) {
2543
+ --jsonjoy-tw-shadow: 0 10px 15px -3px var(--jsonjoy-tw-shadow-color, #0000001a), 0 4px 6px -4px var(--jsonjoy-tw-shadow-color, #0000001a);
2544
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2545
+ }
2546
+
2547
+ @media (hover: hover) {
2548
+ .jsonjoy .peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *), .jsonjoy.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *) {
2549
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
2550
+ }
2551
+ }
2552
+
2553
+ .jsonjoy .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *), .jsonjoy.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
2554
+ cursor: not-allowed;
2555
+ }
2556
+
2557
+ .jsonjoy .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *), .jsonjoy.peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
2558
+ opacity: .7;
2559
+ }
2560
+
2561
+ .jsonjoy .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active="true"] ~ *), .jsonjoy.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
2562
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
2563
+ }
2564
+
2565
+ .jsonjoy .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *), .jsonjoy.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
2566
+ top: calc(var(--jsonjoy-spacing) * 1.5);
2567
+ }
2568
+
2569
+ .jsonjoy .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *), .jsonjoy.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
2570
+ top: calc(var(--jsonjoy-spacing) * 2.5);
2571
+ }
2572
+
2573
+ .jsonjoy .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *), .jsonjoy.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
2574
+ top: calc(var(--jsonjoy-spacing) * 1);
2575
+ }
2576
+
2577
+ .jsonjoy .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-\(--spacing\(4\)\)\)\]:is(:where(.peer)[data-variant="inset"] ~ *), .jsonjoy.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-\(--spacing\(4\)\)\)\]:is(:where(.peer)[data-variant="inset"] ~ *) {
2578
+ min-height: calc(100svh - (calc(var(--jsonjoy-spacing) * 4)));
2579
+ }
2580
+
2581
+ .jsonjoy .file\:border-0::file-selector-button {
2582
+ border-style: var(--jsonjoy-tw-border-style);
2583
+ border-width: 0;
2584
+ }
2585
+
2586
+ .jsonjoy.file\:border-0::file-selector-button {
2587
+ border-style: var(--jsonjoy-tw-border-style);
2588
+ border-width: 0;
2589
+ }
2590
+
2591
+ .jsonjoy .file\:bg-transparent::file-selector-button {
2592
+ background-color: #0000;
2593
+ }
2594
+
2595
+ .jsonjoy.file\:bg-transparent::file-selector-button {
2596
+ background-color: #0000;
2597
+ }
2598
+
2599
+ .jsonjoy .file\:text-sm::file-selector-button {
2600
+ font-size: var(--jsonjoy-text-sm);
2601
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-sm--line-height));
2602
+ }
2603
+
2604
+ .jsonjoy.file\:text-sm::file-selector-button {
2605
+ font-size: var(--jsonjoy-text-sm);
2606
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-sm--line-height));
2607
+ }
2608
+
2609
+ .jsonjoy .file\:font-medium::file-selector-button {
2610
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-medium);
2611
+ font-weight: var(--jsonjoy-font-weight-medium);
2612
+ }
2613
+
2614
+ .jsonjoy.file\:font-medium::file-selector-button {
2615
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-medium);
2616
+ font-weight: var(--jsonjoy-font-weight-medium);
2617
+ }
2618
+
2619
+ .jsonjoy .file\:text-foreground::file-selector-button {
2620
+ color: var(--jsonjoy-color-foreground);
2621
+ }
2622
+
2623
+ .jsonjoy.file\:text-foreground::file-selector-button {
2624
+ color: var(--jsonjoy-color-foreground);
2625
+ }
2626
+
2627
+ .jsonjoy .placeholder\:text-muted-foreground::placeholder, .jsonjoy.placeholder\:text-muted-foreground::placeholder {
2628
+ color: var(--jsonjoy-color-muted-foreground);
2629
+ }
2630
+
2631
+ .jsonjoy .after\:absolute:after, .jsonjoy.after\:absolute:after {
2632
+ content: var(--jsonjoy-tw-content);
2633
+ position: absolute;
2634
+ }
2635
+
2636
+ .jsonjoy .after\:-inset-2:after, .jsonjoy.after\:-inset-2:after {
2637
+ content: var(--jsonjoy-tw-content);
2638
+ inset: calc(var(--jsonjoy-spacing) * -2);
2639
+ }
2640
+
2641
+ .jsonjoy .after\:inset-y-0:after, .jsonjoy.after\:inset-y-0:after {
2642
+ content: var(--jsonjoy-tw-content);
2643
+ inset-block: calc(var(--jsonjoy-spacing) * 0);
2644
+ }
2645
+
2646
+ .jsonjoy .after\:left-1\/2:after, .jsonjoy.after\:left-1\/2:after {
2647
+ content: var(--jsonjoy-tw-content);
2648
+ left: 50%;
2649
+ }
2650
+
2651
+ .jsonjoy .after\:w-\[2px\]:after, .jsonjoy.after\:w-\[2px\]:after {
2652
+ content: var(--jsonjoy-tw-content);
2653
+ width: 2px;
2654
+ }
2655
+
2656
+ .jsonjoy .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after, .jsonjoy.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after {
2657
+ content: var(--jsonjoy-tw-content);
2658
+ left: 100%;
2659
+ }
2660
+
2661
+ @media (hover: hover) {
2662
+ .jsonjoy .hover\:border-primary\/30:hover, .jsonjoy.hover\:border-primary\/30:hover {
2663
+ border-color: var(--jsonjoy-color-primary);
2664
+ }
2665
+
2666
+ @supports (color: color-mix(in lab, red, red)) {
2667
+ .jsonjoy .hover\:border-primary\/30:hover, .jsonjoy.hover\:border-primary\/30:hover {
2668
+ border-color: color-mix(in oklab, var(--jsonjoy-color-primary) 30%, transparent);
2669
+ }
2670
+ }
2671
+
2672
+ .jsonjoy .hover\:bg-accent:hover, .jsonjoy.hover\:bg-accent:hover {
2673
+ background-color: var(--jsonjoy-color-accent);
2674
+ }
2675
+
2676
+ .jsonjoy .hover\:bg-destructive\/80:hover, .jsonjoy.hover\:bg-destructive\/80:hover {
2677
+ background-color: var(--jsonjoy-color-destructive);
2678
+ }
2679
+
2680
+ @supports (color: color-mix(in lab, red, red)) {
2681
+ .jsonjoy .hover\:bg-destructive\/80:hover, .jsonjoy.hover\:bg-destructive\/80:hover {
2682
+ background-color: color-mix(in oklab, var(--jsonjoy-color-destructive) 80%, transparent);
2683
+ }
2684
+ }
2685
+
2686
+ .jsonjoy .hover\:bg-destructive\/90:hover, .jsonjoy.hover\:bg-destructive\/90:hover {
2687
+ background-color: var(--jsonjoy-color-destructive);
2688
+ }
2689
+
2690
+ @supports (color: color-mix(in lab, red, red)) {
2691
+ .jsonjoy .hover\:bg-destructive\/90:hover, .jsonjoy.hover\:bg-destructive\/90:hover {
2692
+ background-color: color-mix(in oklab, var(--jsonjoy-color-destructive) 90%, transparent);
2693
+ }
2694
+ }
2695
+
2696
+ .jsonjoy .hover\:bg-muted\/50:hover, .jsonjoy.hover\:bg-muted\/50:hover {
2697
+ background-color: var(--jsonjoy-color-muted);
2698
+ }
2699
+
2700
+ @supports (color: color-mix(in lab, red, red)) {
2701
+ .jsonjoy .hover\:bg-muted\/50:hover, .jsonjoy.hover\:bg-muted\/50:hover {
2702
+ background-color: color-mix(in oklab, var(--jsonjoy-color-muted) 50%, transparent);
2703
+ }
2704
+ }
2705
+
2706
+ .jsonjoy .hover\:bg-primary:hover, .jsonjoy.hover\:bg-primary:hover, .jsonjoy .hover\:bg-primary\/80:hover, .jsonjoy.hover\:bg-primary\/80:hover {
2707
+ background-color: var(--jsonjoy-color-primary);
2708
+ }
2709
+
2710
+ @supports (color: color-mix(in lab, red, red)) {
2711
+ .jsonjoy .hover\:bg-primary\/80:hover, .jsonjoy.hover\:bg-primary\/80:hover {
2712
+ background-color: color-mix(in oklab, var(--jsonjoy-color-primary) 80%, transparent);
2713
+ }
2714
+ }
2715
+
2716
+ .jsonjoy .hover\:bg-primary\/90:hover, .jsonjoy.hover\:bg-primary\/90:hover {
2717
+ background-color: var(--jsonjoy-color-primary);
2718
+ }
2719
+
2720
+ @supports (color: color-mix(in lab, red, red)) {
2721
+ .jsonjoy .hover\:bg-primary\/90:hover, .jsonjoy.hover\:bg-primary\/90:hover {
2722
+ background-color: color-mix(in oklab, var(--jsonjoy-color-primary) 90%, transparent);
2723
+ }
2724
+ }
2725
+
2726
+ .jsonjoy .hover\:bg-secondary:hover, .jsonjoy.hover\:bg-secondary:hover, .jsonjoy .hover\:bg-secondary\/30:hover, .jsonjoy.hover\:bg-secondary\/30:hover {
2727
+ background-color: var(--jsonjoy-color-secondary);
2728
+ }
2729
+
2730
+ @supports (color: color-mix(in lab, red, red)) {
2731
+ .jsonjoy .hover\:bg-secondary\/30:hover, .jsonjoy.hover\:bg-secondary\/30:hover {
2732
+ background-color: color-mix(in oklab, var(--jsonjoy-color-secondary) 30%, transparent);
2733
+ }
2734
+ }
2735
+
2736
+ .jsonjoy .hover\:bg-secondary\/80:hover, .jsonjoy.hover\:bg-secondary\/80:hover {
2737
+ background-color: var(--jsonjoy-color-secondary);
2738
+ }
2739
+
2740
+ @supports (color: color-mix(in lab, red, red)) {
2741
+ .jsonjoy .hover\:bg-secondary\/80:hover, .jsonjoy.hover\:bg-secondary\/80:hover {
2742
+ background-color: color-mix(in oklab, var(--jsonjoy-color-secondary) 80%, transparent);
2743
+ }
2744
+ }
2745
+
2746
+ .jsonjoy .hover\:bg-sidebar-accent:hover, .jsonjoy.hover\:bg-sidebar-accent:hover {
2747
+ background-color: var(--jsonjoy-color-sidebar-accent);
2748
+ }
2749
+
2750
+ .jsonjoy .hover\:text-accent-foreground:hover, .jsonjoy.hover\:text-accent-foreground:hover {
2751
+ color: var(--jsonjoy-color-accent-foreground);
2752
+ }
2753
+
2754
+ .jsonjoy .hover\:text-blue-700:hover, .jsonjoy.hover\:text-blue-700:hover {
2755
+ color: var(--jsonjoy-color-blue-700);
2756
+ }
2757
+
2758
+ .jsonjoy .hover\:text-destructive:hover, .jsonjoy.hover\:text-destructive:hover {
2759
+ color: var(--jsonjoy-color-destructive);
2760
+ }
2761
+
2762
+ .jsonjoy .hover\:text-foreground:hover, .jsonjoy.hover\:text-foreground:hover {
2763
+ color: var(--jsonjoy-color-foreground);
2764
+ }
2765
+
2766
+ .jsonjoy .hover\:text-primary\/80:hover, .jsonjoy.hover\:text-primary\/80:hover {
2767
+ color: var(--jsonjoy-color-primary);
2768
+ }
2769
+
2770
+ @supports (color: color-mix(in lab, red, red)) {
2771
+ .jsonjoy .hover\:text-primary\/80:hover, .jsonjoy.hover\:text-primary\/80:hover {
2772
+ color: color-mix(in oklab, var(--jsonjoy-color-primary) 80%, transparent);
2773
+ }
2774
+ }
2775
+
2776
+ .jsonjoy .hover\:text-sidebar-accent-foreground:hover, .jsonjoy.hover\:text-sidebar-accent-foreground:hover {
2777
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
2778
+ }
2779
+
2780
+ .jsonjoy .hover\:underline:hover, .jsonjoy.hover\:underline:hover {
2781
+ text-decoration-line: underline;
2782
+ }
2783
+
2784
+ .jsonjoy .hover\:opacity-100:hover, .jsonjoy.hover\:opacity-100:hover {
2785
+ opacity: 1;
2786
+ }
2787
+
2788
+ .jsonjoy .hover\:shadow-\[0_0_0_1px_var\(--sidebar-accent\)\]:hover, .jsonjoy.hover\:shadow-\[0_0_0_1px_var\(--sidebar-accent\)\]:hover {
2789
+ --jsonjoy-tw-shadow: 0 0 0 1px var(--jsonjoy-tw-shadow-color, var(--jsonjoy-sidebar-accent));
2790
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2791
+ }
2792
+
2793
+ .jsonjoy .hover\:shadow-md:hover, .jsonjoy.hover\:shadow-md:hover {
2794
+ --jsonjoy-tw-shadow: 0 4px 6px -1px var(--jsonjoy-tw-shadow-color, #0000001a), 0 2px 4px -2px var(--jsonjoy-tw-shadow-color, #0000001a);
2795
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2796
+ }
2797
+
2798
+ .jsonjoy .hover\:shadow-xs:hover, .jsonjoy.hover\:shadow-xs:hover {
2799
+ --jsonjoy-tw-shadow: 0 1px 2px 0 var(--jsonjoy-tw-shadow-color, #0000000d);
2800
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2801
+ }
2802
+
2803
+ .jsonjoy .hover\:ring-1:hover, .jsonjoy.hover\:ring-1:hover {
2804
+ --jsonjoy-tw-ring-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 calc(1px + var(--jsonjoy-tw-ring-offset-width)) var(--jsonjoy-tw-ring-color, currentcolor);
2805
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2806
+ }
2807
+
2808
+ .jsonjoy .hover\:ring-2:hover, .jsonjoy.hover\:ring-2:hover {
2809
+ --jsonjoy-tw-ring-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 calc(2px + var(--jsonjoy-tw-ring-offset-width)) var(--jsonjoy-tw-ring-color, currentcolor);
2810
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2811
+ }
2812
+
2813
+ .jsonjoy .hover\:ring-ring\/20:hover, .jsonjoy.hover\:ring-ring\/20:hover {
2814
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-ring);
2815
+ }
2816
+
2817
+ @supports (color: color-mix(in lab, red, red)) {
2818
+ .jsonjoy .hover\:ring-ring\/20:hover, .jsonjoy.hover\:ring-ring\/20:hover {
2819
+ --jsonjoy-tw-ring-color: color-mix(in oklab, var(--jsonjoy-color-ring) 20%, transparent);
2820
+ }
2821
+ }
2822
+
2823
+ .jsonjoy .hover\:ring-ring\/30:hover, .jsonjoy.hover\:ring-ring\/30:hover {
2824
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-ring);
2825
+ }
2826
+
2827
+ @supports (color: color-mix(in lab, red, red)) {
2828
+ .jsonjoy .hover\:ring-ring\/30:hover, .jsonjoy.hover\:ring-ring\/30:hover {
2829
+ --jsonjoy-tw-ring-color: color-mix(in oklab, var(--jsonjoy-color-ring) 30%, transparent);
2830
+ }
2831
+ }
2832
+
2833
+ .jsonjoy .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible="offcanvas"] *), .jsonjoy.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible="offcanvas"] *) {
2834
+ background-color: var(--jsonjoy-color-sidebar);
2835
+ }
2836
+
2837
+ .jsonjoy .hover\:group-\[\.destructive\]\:border-destructive\/30:hover:is(:where(.group).destructive *), .jsonjoy.hover\:group-\[\.destructive\]\:border-destructive\/30:hover:is(:where(.group).destructive *) {
2838
+ border-color: var(--jsonjoy-color-destructive);
2839
+ }
2840
+
2841
+ @supports (color: color-mix(in lab, red, red)) {
2842
+ .jsonjoy .hover\:group-\[\.destructive\]\:border-destructive\/30:hover:is(:where(.group).destructive *), .jsonjoy.hover\:group-\[\.destructive\]\:border-destructive\/30:hover:is(:where(.group).destructive *) {
2843
+ border-color: color-mix(in oklab, var(--jsonjoy-color-destructive) 30%, transparent);
2844
+ }
2845
+ }
2846
+
2847
+ .jsonjoy .hover\:group-\[\.destructive\]\:bg-destructive:hover:is(:where(.group).destructive *), .jsonjoy.hover\:group-\[\.destructive\]\:bg-destructive:hover:is(:where(.group).destructive *) {
2848
+ background-color: var(--jsonjoy-color-destructive);
2849
+ }
2850
+
2851
+ .jsonjoy .hover\:group-\[\.destructive\]\:text-destructive-foreground:hover:is(:where(.group).destructive *), .jsonjoy.hover\:group-\[\.destructive\]\:text-destructive-foreground:hover:is(:where(.group).destructive *) {
2852
+ color: var(--jsonjoy-color-destructive-foreground);
2853
+ }
2854
+
2855
+ .jsonjoy .hover\:group-\[\.destructive\]\:text-red-50:hover:is(:where(.group).destructive *), .jsonjoy.hover\:group-\[\.destructive\]\:text-red-50:hover:is(:where(.group).destructive *) {
2856
+ color: var(--jsonjoy-color-red-50);
2857
+ }
2858
+
2859
+ .jsonjoy .hover\:after\:bg-sidebar-border:hover:after, .jsonjoy.hover\:after\:bg-sidebar-border:hover:after {
2860
+ content: var(--jsonjoy-tw-content);
2861
+ background-color: var(--jsonjoy-color-sidebar-border);
2862
+ }
2863
+ }
2864
+
2865
+ .jsonjoy .focus\:bg-accent:focus, .jsonjoy.focus\:bg-accent:focus {
2866
+ background-color: var(--jsonjoy-color-accent);
2867
+ }
2868
+
2869
+ .jsonjoy .focus\:text-accent-foreground:focus, .jsonjoy.focus\:text-accent-foreground:focus {
2870
+ color: var(--jsonjoy-color-accent-foreground);
2871
+ }
2872
+
2873
+ .jsonjoy .focus\:opacity-100:focus, .jsonjoy.focus\:opacity-100:focus {
2874
+ opacity: 1;
2875
+ }
2876
+
2877
+ .jsonjoy .focus\:ring-2:focus, .jsonjoy.focus\:ring-2:focus {
2878
+ --jsonjoy-tw-ring-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 calc(2px + var(--jsonjoy-tw-ring-offset-width)) var(--jsonjoy-tw-ring-color, currentcolor);
2879
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2880
+ }
2881
+
2882
+ .jsonjoy .focus\:ring-ring:focus, .jsonjoy.focus\:ring-ring:focus {
2883
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-ring);
2884
+ }
2885
+
2886
+ .jsonjoy .focus\:ring-offset-2:focus, .jsonjoy.focus\:ring-offset-2:focus {
2887
+ --jsonjoy-tw-ring-offset-width: 2px;
2888
+ --jsonjoy-tw-ring-offset-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 var(--jsonjoy-tw-ring-offset-width) var(--jsonjoy-tw-ring-offset-color);
2889
+ }
2890
+
2891
+ .jsonjoy .focus\:outline-hidden:focus, .jsonjoy.focus\:outline-hidden:focus {
2892
+ --jsonjoy-tw-outline-style: none;
2893
+ outline-style: none;
2894
+ }
2895
+
2896
+ @media (forced-colors: active) {
2897
+ .jsonjoy .focus\:outline-hidden:focus, .jsonjoy.focus\:outline-hidden:focus {
2898
+ outline-offset: 2px;
2899
+ outline: 2px solid #0000;
2900
+ }
2901
+ }
2902
+
2903
+ .jsonjoy .focus\:group-\[\.destructive\]\:ring-destructive:focus:is(:where(.group).destructive *), .jsonjoy.focus\:group-\[\.destructive\]\:ring-destructive:focus:is(:where(.group).destructive *) {
2904
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-destructive);
2905
+ }
2906
+
2907
+ .jsonjoy .focus\:group-\[\.destructive\]\:ring-red-400:focus:is(:where(.group).destructive *), .jsonjoy.focus\:group-\[\.destructive\]\:ring-red-400:focus:is(:where(.group).destructive *) {
2908
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-red-400);
2909
+ }
2910
+
2911
+ .jsonjoy .focus\:group-\[\.destructive\]\:ring-offset-red-600:focus:is(:where(.group).destructive *), .jsonjoy.focus\:group-\[\.destructive\]\:ring-offset-red-600:focus:is(:where(.group).destructive *) {
2912
+ --jsonjoy-tw-ring-offset-color: var(--jsonjoy-color-red-600);
2913
+ }
2914
+
2915
+ .jsonjoy .focus-visible\:ring-2:focus-visible, .jsonjoy.focus-visible\:ring-2:focus-visible {
2916
+ --jsonjoy-tw-ring-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 calc(2px + var(--jsonjoy-tw-ring-offset-width)) var(--jsonjoy-tw-ring-color, currentcolor);
2917
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
2918
+ }
2919
+
2920
+ .jsonjoy .focus-visible\:ring-ring:focus-visible, .jsonjoy.focus-visible\:ring-ring:focus-visible {
2921
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-ring);
2922
+ }
2923
+
2924
+ .jsonjoy .focus-visible\:ring-sidebar-ring:focus-visible, .jsonjoy.focus-visible\:ring-sidebar-ring:focus-visible {
2925
+ --jsonjoy-tw-ring-color: var(--jsonjoy-color-sidebar-ring);
2926
+ }
2927
+
2928
+ .jsonjoy .focus-visible\:ring-offset-2:focus-visible, .jsonjoy.focus-visible\:ring-offset-2:focus-visible {
2929
+ --jsonjoy-tw-ring-offset-width: 2px;
2930
+ --jsonjoy-tw-ring-offset-shadow: var(--jsonjoy-tw-ring-inset, ) 0 0 0 var(--jsonjoy-tw-ring-offset-width) var(--jsonjoy-tw-ring-offset-color);
2931
+ }
2932
+
2933
+ .jsonjoy .focus-visible\:ring-offset-background:focus-visible, .jsonjoy.focus-visible\:ring-offset-background:focus-visible {
2934
+ --jsonjoy-tw-ring-offset-color: var(--jsonjoy-color-background);
2935
+ }
2936
+
2937
+ .jsonjoy .focus-visible\:outline-hidden:focus-visible, .jsonjoy.focus-visible\:outline-hidden:focus-visible {
2938
+ --jsonjoy-tw-outline-style: none;
2939
+ outline-style: none;
2940
+ }
2941
+
2942
+ @media (forced-colors: active) {
2943
+ .jsonjoy .focus-visible\:outline-hidden:focus-visible, .jsonjoy.focus-visible\:outline-hidden:focus-visible {
2944
+ outline-offset: 2px;
2945
+ outline: 2px solid #0000;
2946
+ }
2947
+ }
2948
+
2949
+ .jsonjoy .active\:scale-95:active, .jsonjoy.active\:scale-95:active {
2950
+ --jsonjoy-tw-scale-x: 95%;
2951
+ --jsonjoy-tw-scale-y: 95%;
2952
+ --jsonjoy-tw-scale-z: 95%;
2953
+ scale: var(--jsonjoy-tw-scale-x) var(--jsonjoy-tw-scale-y);
2954
+ }
2955
+
2956
+ .jsonjoy .active\:bg-sidebar-accent:active, .jsonjoy.active\:bg-sidebar-accent:active {
2957
+ background-color: var(--jsonjoy-color-sidebar-accent);
2958
+ }
2959
+
2960
+ .jsonjoy .active\:text-sidebar-accent-foreground:active, .jsonjoy.active\:text-sidebar-accent-foreground:active {
2961
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
2962
+ }
2963
+
2964
+ .jsonjoy .disabled\:pointer-events-none:disabled, .jsonjoy.disabled\:pointer-events-none:disabled {
2965
+ pointer-events: none;
2966
+ }
2967
+
2968
+ .jsonjoy .disabled\:cursor-not-allowed:disabled, .jsonjoy.disabled\:cursor-not-allowed:disabled {
2969
+ cursor: not-allowed;
2970
+ }
2971
+
2972
+ .jsonjoy .disabled\:opacity-50:disabled, .jsonjoy.disabled\:opacity-50:disabled {
2973
+ opacity: .5;
2974
+ }
2975
+
2976
+ .jsonjoy :where([data-side="left"]) .in-data-\[side\=left\]\:cursor-w-resize, .jsonjoy:where([data-side="left"]) .in-data-\[side\=left\]\:cursor-w-resize {
2977
+ cursor: w-resize;
2978
+ }
2979
+
2980
+ .jsonjoy :where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize, .jsonjoy:where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize {
2981
+ cursor: e-resize;
2982
+ }
2983
+
2984
+ .jsonjoy .has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]), .jsonjoy.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]) {
2985
+ background-color: var(--jsonjoy-color-sidebar);
2986
+ }
2987
+
2988
+ .jsonjoy .aria-disabled\:pointer-events-none[aria-disabled="true"], .jsonjoy.aria-disabled\:pointer-events-none[aria-disabled="true"] {
2989
+ pointer-events: none;
2990
+ }
2991
+
2992
+ .jsonjoy .aria-disabled\:opacity-50[aria-disabled="true"], .jsonjoy.aria-disabled\:opacity-50[aria-disabled="true"] {
2993
+ opacity: .5;
2994
+ }
2995
+
2996
+ .jsonjoy .data-disabled\:pointer-events-none[data-disabled], .jsonjoy.data-disabled\:pointer-events-none[data-disabled] {
2997
+ pointer-events: none;
2998
+ }
2999
+
3000
+ .jsonjoy .data-disabled\:opacity-50[data-disabled], .jsonjoy.data-disabled\:opacity-50[data-disabled] {
3001
+ opacity: .5;
3002
+ }
3003
+
3004
+ .jsonjoy .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"], .jsonjoy.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
3005
+ background-color: var(--jsonjoy-color-sidebar-accent);
3006
+ }
3007
+
3008
+ .jsonjoy .data-\[active\=true\]\:font-medium[data-active="true"], .jsonjoy.data-\[active\=true\]\:font-medium[data-active="true"] {
3009
+ --jsonjoy-tw-font-weight: var(--jsonjoy-font-weight-medium);
3010
+ font-weight: var(--jsonjoy-font-weight-medium);
3011
+ }
3012
+
3013
+ .jsonjoy .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"], .jsonjoy.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
3014
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
3015
+ }
3016
+
3017
+ .jsonjoy .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"], .jsonjoy.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
3018
+ --jsonjoy-tw-translate-y: calc(var(--jsonjoy-spacing) * 1);
3019
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3020
+ }
3021
+
3022
+ .jsonjoy .data-\[side\=left\]\:-translate-x-1[data-side="left"], .jsonjoy.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
3023
+ --jsonjoy-tw-translate-x: calc(var(--jsonjoy-spacing) * -1);
3024
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3025
+ }
3026
+
3027
+ .jsonjoy .data-\[side\=right\]\:translate-x-1[data-side="right"], .jsonjoy.data-\[side\=right\]\:translate-x-1[data-side="right"] {
3028
+ --jsonjoy-tw-translate-x: calc(var(--jsonjoy-spacing) * 1);
3029
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3030
+ }
3031
+
3032
+ .jsonjoy .data-\[side\=top\]\:-translate-y-1[data-side="top"], .jsonjoy.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
3033
+ --jsonjoy-tw-translate-y: calc(var(--jsonjoy-spacing) * -1);
3034
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3035
+ }
3036
+
3037
+ .jsonjoy .data-\[state\=active\]\:bg-background[data-state="active"], .jsonjoy.data-\[state\=active\]\:bg-background[data-state="active"] {
3038
+ background-color: var(--jsonjoy-color-background);
3039
+ }
3040
+
3041
+ .jsonjoy .data-\[state\=active\]\:text-foreground[data-state="active"], .jsonjoy.data-\[state\=active\]\:text-foreground[data-state="active"] {
3042
+ color: var(--jsonjoy-color-foreground);
3043
+ }
3044
+
3045
+ .jsonjoy .data-\[state\=active\]\:shadow-xs[data-state="active"], .jsonjoy.data-\[state\=active\]\:shadow-xs[data-state="active"] {
3046
+ --jsonjoy-tw-shadow: 0 1px 2px 0 var(--jsonjoy-tw-shadow-color, #0000000d);
3047
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
3048
+ }
3049
+
3050
+ .jsonjoy .data-\[state\=checked\]\:translate-x-5[data-state="checked"], .jsonjoy.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
3051
+ --jsonjoy-tw-translate-x: calc(var(--jsonjoy-spacing) * 5);
3052
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3053
+ }
3054
+
3055
+ .jsonjoy .data-\[state\=checked\]\:bg-primary[data-state="checked"], .jsonjoy.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
3056
+ background-color: var(--jsonjoy-color-primary);
3057
+ }
3058
+
3059
+ .jsonjoy .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"], .jsonjoy.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
3060
+ color: var(--jsonjoy-color-primary-foreground);
3061
+ }
3062
+
3063
+ .jsonjoy .data-\[state\=closed\]\:animate-out[data-state="closed"], .jsonjoy.data-\[state\=closed\]\:animate-out[data-state="closed"] {
3064
+ animation: var(--jsonjoy-animate-exit);
3065
+ }
3066
+
3067
+ .jsonjoy .data-\[state\=closed\]\:duration-300[data-state="closed"], .jsonjoy.data-\[state\=closed\]\:duration-300[data-state="closed"] {
3068
+ --jsonjoy-tw-duration: .3s;
3069
+ transition-duration: .3s;
3070
+ }
3071
+
3072
+ .jsonjoy .data-\[state\=open\]\:animate-in[data-state="open"], .jsonjoy.data-\[state\=open\]\:animate-in[data-state="open"] {
3073
+ animation: var(--jsonjoy-animate-enter);
3074
+ }
3075
+
3076
+ .jsonjoy .data-\[state\=open\]\:bg-accent[data-state="open"], .jsonjoy.data-\[state\=open\]\:bg-accent[data-state="open"] {
3077
+ background-color: var(--jsonjoy-color-accent);
3078
+ }
3079
+
3080
+ .jsonjoy .data-\[state\=open\]\:bg-secondary[data-state="open"], .jsonjoy.data-\[state\=open\]\:bg-secondary[data-state="open"] {
3081
+ background-color: var(--jsonjoy-color-secondary);
3082
+ }
3083
+
3084
+ .jsonjoy .data-\[state\=open\]\:text-muted-foreground[data-state="open"], .jsonjoy.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
3085
+ color: var(--jsonjoy-color-muted-foreground);
3086
+ }
3087
+
3088
+ .jsonjoy .data-\[state\=open\]\:opacity-100[data-state="open"], .jsonjoy.data-\[state\=open\]\:opacity-100[data-state="open"] {
3089
+ opacity: 1;
3090
+ }
3091
+
3092
+ .jsonjoy .data-\[state\=open\]\:duration-500[data-state="open"], .jsonjoy.data-\[state\=open\]\:duration-500[data-state="open"] {
3093
+ --jsonjoy-tw-duration: .5s;
3094
+ transition-duration: .5s;
3095
+ }
3096
+
3097
+ @media (hover: hover) {
3098
+ .jsonjoy .data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover, .jsonjoy.data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover {
3099
+ background-color: var(--jsonjoy-color-sidebar-accent);
3100
+ }
3101
+
3102
+ .jsonjoy .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover, .jsonjoy.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover {
3103
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
3104
+ }
3105
+ }
3106
+
3107
+ .jsonjoy .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"], .jsonjoy.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
3108
+ --jsonjoy-tw-translate-x: calc(var(--jsonjoy-spacing) * 0);
3109
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3110
+ }
3111
+
3112
+ .jsonjoy .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"], .jsonjoy.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
3113
+ background-color: var(--jsonjoy-color-input);
3114
+ }
3115
+
3116
+ .jsonjoy .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"], .jsonjoy.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
3117
+ --jsonjoy-tw-translate-x: calc(var(--jsonjoy-spacing) * 0);
3118
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3119
+ }
3120
+
3121
+ .jsonjoy .data-\[swipe\=end\]\:translate-x-\(--radix-toast-swipe-end-x\)[data-swipe="end"], .jsonjoy.data-\[swipe\=end\]\:translate-x-\(--radix-toast-swipe-end-x\)[data-swipe="end"] {
3122
+ --jsonjoy-tw-translate-x: var(--jsonjoy-radix-toast-swipe-end-x);
3123
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3124
+ }
3125
+
3126
+ .jsonjoy .data-\[swipe\=end\]\:animate-out[data-swipe="end"], .jsonjoy.data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
3127
+ animation: var(--jsonjoy-animate-exit);
3128
+ }
3129
+
3130
+ .jsonjoy .data-\[swipe\=move\]\:translate-x-\(--radix-toast-swipe-move-x\)[data-swipe="move"], .jsonjoy.data-\[swipe\=move\]\:translate-x-\(--radix-toast-swipe-move-x\)[data-swipe="move"] {
3131
+ --jsonjoy-tw-translate-x: var(--jsonjoy-radix-toast-swipe-move-x);
3132
+ translate: var(--jsonjoy-tw-translate-x) var(--jsonjoy-tw-translate-y);
3133
+ }
3134
+
3135
+ .jsonjoy .data-\[swipe\=move\]\:transition-none[data-swipe="move"], .jsonjoy.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
3136
+ transition-property: none;
3137
+ }
3138
+
3139
+ @media (width >= 40rem) {
3140
+ .jsonjoy .sm\:top-auto, .jsonjoy.sm\:top-auto {
3141
+ top: auto;
3142
+ }
3143
+
3144
+ .jsonjoy .sm\:right-0, .jsonjoy.sm\:right-0 {
3145
+ right: calc(var(--jsonjoy-spacing) * 0);
3146
+ }
3147
+
3148
+ .jsonjoy .sm\:bottom-0, .jsonjoy.sm\:bottom-0 {
3149
+ bottom: calc(var(--jsonjoy-spacing) * 0);
3150
+ }
3151
+
3152
+ .jsonjoy .sm\:ml-4, .jsonjoy.sm\:ml-4 {
3153
+ margin-left: calc(var(--jsonjoy-spacing) * 4);
3154
+ }
3155
+
3156
+ .jsonjoy .sm\:flex, .jsonjoy.sm\:flex {
3157
+ display: flex;
3158
+ }
3159
+
3160
+ .jsonjoy .sm\:max-w-4xl, .jsonjoy.sm\:max-w-4xl {
3161
+ max-width: var(--jsonjoy-container-4xl);
3162
+ }
3163
+
3164
+ .jsonjoy .sm\:max-w-5xl, .jsonjoy.sm\:max-w-5xl {
3165
+ max-width: var(--jsonjoy-container-5xl);
3166
+ }
3167
+
3168
+ .jsonjoy .sm\:max-w-sm, .jsonjoy.sm\:max-w-sm {
3169
+ max-width: var(--jsonjoy-container-sm);
3170
+ }
3171
+
3172
+ .jsonjoy .sm\:grid-cols-2, .jsonjoy.sm\:grid-cols-2 {
3173
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3174
+ }
3175
+
3176
+ .jsonjoy .sm\:flex-col, .jsonjoy.sm\:flex-col {
3177
+ flex-direction: column;
3178
+ }
3179
+
3180
+ .jsonjoy .sm\:flex-row, .jsonjoy.sm\:flex-row {
3181
+ flex-direction: row;
3182
+ }
3183
+
3184
+ .jsonjoy .sm\:justify-end, .jsonjoy.sm\:justify-end {
3185
+ justify-content: flex-end;
3186
+ }
3187
+
3188
+ .jsonjoy :where(.sm\:space-x-2 > :not(:last-child)), .jsonjoy:where(.sm\:space-x-2 > :not(:last-child)) {
3189
+ --jsonjoy-tw-space-x-reverse: 0;
3190
+ margin-inline-start: calc(calc(var(--jsonjoy-spacing) * 2) * var(--jsonjoy-tw-space-x-reverse));
3191
+ margin-inline-end: calc(calc(var(--jsonjoy-spacing) * 2) * calc(1 - var(--jsonjoy-tw-space-x-reverse)));
3192
+ }
3193
+
3194
+ .jsonjoy .sm\:rounded-lg, .jsonjoy.sm\:rounded-lg {
3195
+ border-radius: var(--jsonjoy-radius-lg);
3196
+ }
3197
+
3198
+ .jsonjoy .sm\:p-6, .jsonjoy.sm\:p-6 {
3199
+ padding: calc(var(--jsonjoy-spacing) * 6);
3200
+ }
3201
+
3202
+ .jsonjoy .sm\:px-2, .jsonjoy.sm\:px-2 {
3203
+ padding-inline: calc(var(--jsonjoy-spacing) * 2);
3204
+ }
3205
+
3206
+ .jsonjoy .sm\:px-3, .jsonjoy.sm\:px-3 {
3207
+ padding-inline: calc(var(--jsonjoy-spacing) * 3);
3208
+ }
3209
+
3210
+ .jsonjoy .sm\:text-left, .jsonjoy.sm\:text-left {
3211
+ text-align: left;
3212
+ }
3213
+ }
3214
+
3215
+ @media (width >= 48rem) {
3216
+ .jsonjoy .md\:col-span-2, .jsonjoy.md\:col-span-2 {
3217
+ grid-column: span 2 / span 2;
3218
+ }
3219
+
3220
+ .jsonjoy .md\:block, .jsonjoy.md\:block {
3221
+ display: block;
3222
+ }
3223
+
3224
+ .jsonjoy .md\:flex, .jsonjoy.md\:flex {
3225
+ display: flex;
3226
+ }
3227
+
3228
+ .jsonjoy .md\:max-w-\[420px\], .jsonjoy.md\:max-w-\[420px\] {
3229
+ max-width: 420px;
3230
+ }
3231
+
3232
+ .jsonjoy .md\:max-w-\[1200px\], .jsonjoy.md\:max-w-\[1200px\] {
3233
+ max-width: 1200px;
3234
+ }
3235
+
3236
+ .jsonjoy .md\:grid-cols-2, .jsonjoy.md\:grid-cols-2 {
3237
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3238
+ }
3239
+
3240
+ .jsonjoy .md\:grid-cols-3, .jsonjoy.md\:grid-cols-3 {
3241
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3242
+ }
3243
+
3244
+ .jsonjoy .md\:flex-row, .jsonjoy.md\:flex-row {
3245
+ flex-direction: row;
3246
+ }
3247
+
3248
+ .jsonjoy .md\:px-6, .jsonjoy.md\:px-6 {
3249
+ padding-inline: calc(var(--jsonjoy-spacing) * 6);
3250
+ }
3251
+
3252
+ .jsonjoy .md\:text-5xl, .jsonjoy.md\:text-5xl {
3253
+ font-size: var(--jsonjoy-text-5xl);
3254
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-5xl--line-height));
3255
+ }
3256
+
3257
+ .jsonjoy .md\:text-sm, .jsonjoy.md\:text-sm {
3258
+ font-size: var(--jsonjoy-text-sm);
3259
+ line-height: var(--jsonjoy-tw-leading, var(--jsonjoy-text-sm--line-height));
3260
+ }
3261
+
3262
+ .jsonjoy .md\:opacity-0, .jsonjoy.md\:opacity-0 {
3263
+ opacity: 0;
3264
+ }
3265
+
3266
+ .jsonjoy .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *), .jsonjoy.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
3267
+ margin: calc(var(--jsonjoy-spacing) * 2);
3268
+ }
3269
+
3270
+ .jsonjoy .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *), .jsonjoy.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
3271
+ margin-left: calc(var(--jsonjoy-spacing) * 0);
3272
+ }
3273
+
3274
+ .jsonjoy .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *), .jsonjoy.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
3275
+ border-radius: var(--jsonjoy-radius-xl);
3276
+ }
3277
+
3278
+ .jsonjoy .md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant="inset"] ~ *), .jsonjoy.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant="inset"] ~ *) {
3279
+ --jsonjoy-tw-shadow: 0 1px 3px 0 var(--jsonjoy-tw-shadow-color, #0000001a), 0 1px 2px -1px var(--jsonjoy-tw-shadow-color, #0000001a);
3280
+ box-shadow: var(--jsonjoy-tw-inset-shadow), var(--jsonjoy-tw-inset-ring-shadow), var(--jsonjoy-tw-ring-offset-shadow), var(--jsonjoy-tw-ring-shadow), var(--jsonjoy-tw-shadow);
3281
+ }
3282
+
3283
+ .jsonjoy .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant="inset"] ~ *):is(:where(.peer)[data-state="collapsed"] ~ *), .jsonjoy.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant="inset"] ~ *):is(:where(.peer)[data-state="collapsed"] ~ *) {
3284
+ margin-left: calc(var(--jsonjoy-spacing) * 2);
3285
+ }
3286
+
3287
+ .jsonjoy .md\:after\:hidden:after, .jsonjoy.md\:after\:hidden:after {
3288
+ content: var(--jsonjoy-tw-content);
3289
+ display: none;
3290
+ }
3291
+ }
3292
+
3293
+ @media (width >= 64rem) {
3294
+ .jsonjoy .lg\:flex, .jsonjoy.lg\:flex {
3295
+ display: flex;
3296
+ }
3297
+
3298
+ .jsonjoy .lg\:hidden, .jsonjoy.lg\:hidden {
3299
+ display: none;
3300
+ }
3301
+
3302
+ .jsonjoy .lg\:max-w-none, .jsonjoy.lg\:max-w-none {
3303
+ max-width: none;
3304
+ }
3305
+
3306
+ .jsonjoy .lg\:grid-cols-2, .jsonjoy.lg\:grid-cols-2 {
3307
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3308
+ }
3309
+
3310
+ .jsonjoy .lg\:flex-col, .jsonjoy.lg\:flex-col {
3311
+ flex-direction: column;
3312
+ }
3313
+
3314
+ .jsonjoy .lg\:px-8, .jsonjoy.lg\:px-8 {
3315
+ padding-inline: calc(var(--jsonjoy-spacing) * 8);
3316
+ }
3317
+ }
3318
+
3319
+ .jsonjoy .\[\&_svg\]\:pointer-events-none svg, .jsonjoy.\[\&_svg\]\:pointer-events-none svg {
3320
+ pointer-events: none;
3321
+ }
3322
+
3323
+ .jsonjoy .\[\&_svg\]\:size-4 svg, .jsonjoy.\[\&_svg\]\:size-4 svg {
3324
+ width: calc(var(--jsonjoy-spacing) * 4);
3325
+ height: calc(var(--jsonjoy-spacing) * 4);
3326
+ }
3327
+
3328
+ .jsonjoy .\[\&_svg\]\:shrink-0 svg, .jsonjoy.\[\&_svg\]\:shrink-0 svg {
3329
+ flex-shrink: 0;
3330
+ }
3331
+
3332
+ .jsonjoy .\[\&\>button\]\:hidden > button, .jsonjoy.\[\&\>button\]\:hidden > button {
3333
+ display: none;
3334
+ }
3335
+
3336
+ .jsonjoy .\[\&\>span\]\:line-clamp-1 > span, .jsonjoy.\[\&\>span\]\:line-clamp-1 > span {
3337
+ -webkit-line-clamp: 1;
3338
+ -webkit-box-orient: vertical;
3339
+ display: -webkit-box;
3340
+ overflow: hidden;
3341
+ }
3342
+
3343
+ .jsonjoy .\[\&\>span\:last-child\]\:truncate > span:last-child, .jsonjoy.\[\&\>span\:last-child\]\:truncate > span:last-child {
3344
+ text-overflow: ellipsis;
3345
+ white-space: nowrap;
3346
+ overflow: hidden;
3347
+ }
3348
+
3349
+ .jsonjoy .\[\&\>svg\]\:size-4 > svg, .jsonjoy.\[\&\>svg\]\:size-4 > svg {
3350
+ width: calc(var(--jsonjoy-spacing) * 4);
3351
+ height: calc(var(--jsonjoy-spacing) * 4);
3352
+ }
3353
+
3354
+ .jsonjoy .\[\&\>svg\]\:shrink-0 > svg, .jsonjoy.\[\&\>svg\]\:shrink-0 > svg {
3355
+ flex-shrink: 0;
3356
+ }
3357
+
3358
+ .jsonjoy .\[\&\>svg\]\:text-sidebar-accent-foreground > svg, .jsonjoy.\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
3359
+ color: var(--jsonjoy-color-sidebar-accent-foreground);
3360
+ }
3361
+
3362
+ .jsonjoy [data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2, .jsonjoy[data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
3363
+ right: calc(var(--jsonjoy-spacing) * -2);
3364
+ }
3365
+
3366
+ .jsonjoy [data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize, .jsonjoy[data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
3367
+ cursor: e-resize;
3368
+ }
3369
+
3370
+ .jsonjoy [data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2, .jsonjoy[data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
3371
+ left: calc(var(--jsonjoy-spacing) * -2);
3372
+ }
3373
+
3374
+ .jsonjoy [data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize, .jsonjoy[data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
3375
+ cursor: w-resize;
3376
+ }
3377
+ }
3378
+
3379
+ @property --jsonjoy-tw-translate-x {
3380
+ syntax: "*";
3381
+ inherits: false;
3382
+ initial-value: 0;
3383
+ }
3384
+
3385
+ @property --jsonjoy-tw-translate-y {
3386
+ syntax: "*";
3387
+ inherits: false;
3388
+ initial-value: 0;
3389
+ }
3390
+
3391
+ @property --jsonjoy-tw-translate-z {
3392
+ syntax: "*";
3393
+ inherits: false;
3394
+ initial-value: 0;
3395
+ }
3396
+
3397
+ @property --jsonjoy-tw-rotate-x {
3398
+ syntax: "*";
3399
+ inherits: false
3400
+ }
3401
+
3402
+ @property --jsonjoy-tw-rotate-y {
3403
+ syntax: "*";
3404
+ inherits: false
3405
+ }
3406
+
3407
+ @property --jsonjoy-tw-rotate-z {
3408
+ syntax: "*";
3409
+ inherits: false
3410
+ }
3411
+
3412
+ @property --jsonjoy-tw-skew-x {
3413
+ syntax: "*";
3414
+ inherits: false
3415
+ }
3416
+
3417
+ @property --jsonjoy-tw-skew-y {
3418
+ syntax: "*";
3419
+ inherits: false
3420
+ }
3421
+
3422
+ @property --jsonjoy-tw-space-y-reverse {
3423
+ syntax: "*";
3424
+ inherits: false;
3425
+ initial-value: 0;
3426
+ }
3427
+
3428
+ @property --jsonjoy-tw-space-x-reverse {
3429
+ syntax: "*";
3430
+ inherits: false;
3431
+ initial-value: 0;
3432
+ }
3433
+
3434
+ @property --jsonjoy-tw-border-style {
3435
+ syntax: "*";
3436
+ inherits: false;
3437
+ initial-value: solid;
3438
+ }
3439
+
3440
+ @property --jsonjoy-tw-shadow {
3441
+ syntax: "*";
3442
+ inherits: false;
3443
+ initial-value: 0 0 #0000;
3444
+ }
3445
+
3446
+ @property --jsonjoy-tw-shadow-color {
3447
+ syntax: "*";
3448
+ inherits: false
3449
+ }
3450
+
3451
+ @property --jsonjoy-tw-shadow-alpha {
3452
+ syntax: "<percentage>";
3453
+ inherits: false;
3454
+ initial-value: 100%;
3455
+ }
3456
+
3457
+ @property --jsonjoy-tw-inset-shadow {
3458
+ syntax: "*";
3459
+ inherits: false;
3460
+ initial-value: 0 0 #0000;
3461
+ }
3462
+
3463
+ @property --jsonjoy-tw-inset-shadow-color {
3464
+ syntax: "*";
3465
+ inherits: false
3466
+ }
3467
+
3468
+ @property --jsonjoy-tw-inset-shadow-alpha {
3469
+ syntax: "<percentage>";
3470
+ inherits: false;
3471
+ initial-value: 100%;
3472
+ }
3473
+
3474
+ @property --jsonjoy-tw-ring-color {
3475
+ syntax: "*";
3476
+ inherits: false
3477
+ }
3478
+
3479
+ @property --jsonjoy-tw-ring-shadow {
3480
+ syntax: "*";
3481
+ inherits: false;
3482
+ initial-value: 0 0 #0000;
3483
+ }
3484
+
3485
+ @property --jsonjoy-tw-inset-ring-color {
3486
+ syntax: "*";
3487
+ inherits: false
3488
+ }
3489
+
3490
+ @property --jsonjoy-tw-inset-ring-shadow {
3491
+ syntax: "*";
3492
+ inherits: false;
3493
+ initial-value: 0 0 #0000;
3494
+ }
3495
+
3496
+ @property --jsonjoy-tw-ring-inset {
3497
+ syntax: "*";
3498
+ inherits: false
3499
+ }
3500
+
3501
+ @property --jsonjoy-tw-ring-offset-width {
3502
+ syntax: "<length>";
3503
+ inherits: false;
3504
+ initial-value: 0;
3505
+ }
3506
+
3507
+ @property --jsonjoy-tw-ring-offset-color {
3508
+ syntax: "*";
3509
+ inherits: false;
3510
+ initial-value: #fff;
3511
+ }
3512
+
3513
+ @property --jsonjoy-tw-ring-offset-shadow {
3514
+ syntax: "*";
3515
+ inherits: false;
3516
+ initial-value: 0 0 #0000;
3517
+ }
3518
+
3519
+ @property --jsonjoy-tw-backdrop-blur {
3520
+ syntax: "*";
3521
+ inherits: false
3522
+ }
3523
+
3524
+ @property --jsonjoy-tw-backdrop-brightness {
3525
+ syntax: "*";
3526
+ inherits: false
3527
+ }
3528
+
3529
+ @property --jsonjoy-tw-backdrop-contrast {
3530
+ syntax: "*";
3531
+ inherits: false
3532
+ }
3533
+
3534
+ @property --jsonjoy-tw-backdrop-grayscale {
3535
+ syntax: "*";
3536
+ inherits: false
3537
+ }
3538
+
3539
+ @property --jsonjoy-tw-backdrop-hue-rotate {
3540
+ syntax: "*";
3541
+ inherits: false
3542
+ }
3543
+
3544
+ @property --jsonjoy-tw-backdrop-invert {
3545
+ syntax: "*";
3546
+ inherits: false
3547
+ }
3548
+
3549
+ @property --jsonjoy-tw-backdrop-opacity {
3550
+ syntax: "*";
3551
+ inherits: false
3552
+ }
3553
+
3554
+ @property --jsonjoy-tw-backdrop-saturate {
3555
+ syntax: "*";
3556
+ inherits: false
3557
+ }
3558
+
3559
+ @property --jsonjoy-tw-backdrop-sepia {
3560
+ syntax: "*";
3561
+ inherits: false
3562
+ }
3563
+
3564
+ @property --jsonjoy-tw-gradient-position {
3565
+ syntax: "*";
3566
+ inherits: false
3567
+ }
3568
+
3569
+ @property --jsonjoy-tw-gradient-from {
3570
+ syntax: "<color>";
3571
+ inherits: false;
3572
+ initial-value: #0000;
3573
+ }
3574
+
3575
+ @property --jsonjoy-tw-gradient-via {
3576
+ syntax: "<color>";
3577
+ inherits: false;
3578
+ initial-value: #0000;
3579
+ }
3580
+
3581
+ @property --jsonjoy-tw-gradient-to {
3582
+ syntax: "<color>";
3583
+ inherits: false;
3584
+ initial-value: #0000;
3585
+ }
3586
+
3587
+ @property --jsonjoy-tw-gradient-stops {
3588
+ syntax: "*";
3589
+ inherits: false
3590
+ }
3591
+
3592
+ @property --jsonjoy-tw-gradient-via-stops {
3593
+ syntax: "*";
3594
+ inherits: false
3595
+ }
3596
+
3597
+ @property --jsonjoy-tw-gradient-from-position {
3598
+ syntax: "<length-percentage>";
3599
+ inherits: false;
3600
+ initial-value: 0%;
3601
+ }
3602
+
3603
+ @property --jsonjoy-tw-gradient-via-position {
3604
+ syntax: "<length-percentage>";
3605
+ inherits: false;
3606
+ initial-value: 50%;
3607
+ }
3608
+
3609
+ @property --jsonjoy-tw-gradient-to-position {
3610
+ syntax: "<length-percentage>";
3611
+ inherits: false;
3612
+ initial-value: 100%;
3613
+ }
3614
+
3615
+ @property --jsonjoy-tw-font-weight {
3616
+ syntax: "*";
3617
+ inherits: false
3618
+ }
3619
+
3620
+ @property --jsonjoy-tw-leading {
3621
+ syntax: "*";
3622
+ inherits: false
3623
+ }
3624
+
3625
+ @property --jsonjoy-tw-tracking {
3626
+ syntax: "*";
3627
+ inherits: false
3628
+ }
3629
+
3630
+ @property --jsonjoy-tw-ordinal {
3631
+ syntax: "*";
3632
+ inherits: false
3633
+ }
3634
+
3635
+ @property --jsonjoy-tw-slashed-zero {
3636
+ syntax: "*";
3637
+ inherits: false
3638
+ }
3639
+
3640
+ @property --jsonjoy-tw-numeric-figure {
3641
+ syntax: "*";
3642
+ inherits: false
3643
+ }
3644
+
3645
+ @property --jsonjoy-tw-numeric-spacing {
3646
+ syntax: "*";
3647
+ inherits: false
3648
+ }
3649
+
3650
+ @property --jsonjoy-tw-numeric-fraction {
3651
+ syntax: "*";
3652
+ inherits: false
3653
+ }
3654
+
3655
+ @property --jsonjoy-tw-outline-style {
3656
+ syntax: "*";
3657
+ inherits: false;
3658
+ initial-value: solid;
3659
+ }
3660
+
3661
+ @property --jsonjoy-tw-blur {
3662
+ syntax: "*";
3663
+ inherits: false
3664
+ }
3665
+
3666
+ @property --jsonjoy-tw-brightness {
3667
+ syntax: "*";
3668
+ inherits: false
3669
+ }
3670
+
3671
+ @property --jsonjoy-tw-contrast {
3672
+ syntax: "*";
3673
+ inherits: false
3674
+ }
3675
+
3676
+ @property --jsonjoy-tw-grayscale {
3677
+ syntax: "*";
3678
+ inherits: false
3679
+ }
3680
+
3681
+ @property --jsonjoy-tw-hue-rotate {
3682
+ syntax: "*";
3683
+ inherits: false
3684
+ }
3685
+
3686
+ @property --jsonjoy-tw-invert {
3687
+ syntax: "*";
3688
+ inherits: false
3689
+ }
3690
+
3691
+ @property --jsonjoy-tw-opacity {
3692
+ syntax: "*";
3693
+ inherits: false
3694
+ }
3695
+
3696
+ @property --jsonjoy-tw-saturate {
3697
+ syntax: "*";
3698
+ inherits: false
3699
+ }
3700
+
3701
+ @property --jsonjoy-tw-sepia {
3702
+ syntax: "*";
3703
+ inherits: false
3704
+ }
3705
+
3706
+ @property --jsonjoy-tw-drop-shadow {
3707
+ syntax: "*";
3708
+ inherits: false
3709
+ }
3710
+
3711
+ @property --jsonjoy-tw-drop-shadow-color {
3712
+ syntax: "*";
3713
+ inherits: false
3714
+ }
3715
+
3716
+ @property --jsonjoy-tw-drop-shadow-alpha {
3717
+ syntax: "<percentage>";
3718
+ inherits: false;
3719
+ initial-value: 100%;
3720
+ }
3721
+
3722
+ @property --jsonjoy-tw-drop-shadow-size {
3723
+ syntax: "*";
3724
+ inherits: false
3725
+ }
3726
+
3727
+ @property --jsonjoy-tw-duration {
3728
+ syntax: "*";
3729
+ inherits: false
3730
+ }
3731
+
3732
+ @property --jsonjoy-tw-ease {
3733
+ syntax: "*";
3734
+ inherits: false
3735
+ }
3736
+
3737
+ @property --jsonjoy-tw-scale-x {
3738
+ syntax: "*";
3739
+ inherits: false;
3740
+ initial-value: 1;
3741
+ }
3742
+
3743
+ @property --jsonjoy-tw-scale-y {
3744
+ syntax: "*";
3745
+ inherits: false;
3746
+ initial-value: 1;
3747
+ }
3748
+
3749
+ @property --jsonjoy-tw-scale-z {
3750
+ syntax: "*";
3751
+ inherits: false;
3752
+ initial-value: 1;
3753
+ }
3754
+
3755
+ @property --jsonjoy-tw-content {
3756
+ syntax: "*";
3757
+ inherits: false;
3758
+ initial-value: "";
3759
+ }
3760
+
3761
+ @keyframes jsonjoy-spin {
3762
+ to {
3763
+ transform: rotate(360deg);
3764
+ }
3765
+ }
3766
+
3767
+ @keyframes jsonjoy-pulse {
3768
+ 50% {
3769
+ opacity: .5;
3770
+ }
3771
+ }
3772
+
3773
+ @keyframes jsonjoy-fade-in {
3774
+ 0% {
3775
+ opacity: 0;
3776
+ transform: translateY(10px);
3777
+ }
3778
+
3779
+ to {
3780
+ opacity: 1;
3781
+ transform: translateY(0);
3782
+ }
3783
+ }
3784
+
3785
+ @keyframes jsonjoy-fade-out {
3786
+ 0% {
3787
+ opacity: 1;
3788
+ transform: translateY(0);
3789
+ }
3790
+
3791
+ to {
3792
+ opacity: 0;
3793
+ transform: translateY(10px);
3794
+ }
3795
+ }
3796
+
3797
+ @keyframes jsonjoy-scale-in {
3798
+ 0% {
3799
+ opacity: 0;
3800
+ transform: scale(.95);
3801
+ }
3802
+
3803
+ to {
3804
+ opacity: 1;
3805
+ transform: scale(1);
3806
+ }
3807
+ }
3808
+
3809
+ @keyframes jsonjoy-scale-out {
3810
+ 0% {
3811
+ opacity: 1;
3812
+ transform: scale(1);
3813
+ }
3814
+
3815
+ to {
3816
+ opacity: 0;
3817
+ transform: scale(.95);
3818
+ }
3819
+ }
3820
+
3821
+ @keyframes jsonjoy-float {
3822
+ 0%, to {
3823
+ transform: translateY(0);
3824
+ }
3825
+
3826
+ 50% {
3827
+ transform: translateY(-5px);
3828
+ }
3829
+ }
3830
+