@flexkit/explorer 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css ADDED
@@ -0,0 +1,1154 @@
1
+ /*
2
+ ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: #e5e7eb;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ 6. Use the user's configured `sans` font-variation-settings by default.
35
+ 7. Disable tap highlights on iOS
36
+ */
37
+
38
+ html,
39
+ :host {
40
+ line-height: 1.5;
41
+ /* 1 */
42
+ -webkit-text-size-adjust: 100%;
43
+ /* 2 */
44
+ -moz-tab-size: 4;
45
+ /* 3 */
46
+ -o-tab-size: 4;
47
+ tab-size: 4;
48
+ /* 3 */
49
+ font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
50
+ /* 4 */
51
+ font-feature-settings: normal;
52
+ /* 5 */
53
+ font-variation-settings: normal;
54
+ /* 6 */
55
+ -webkit-tap-highlight-color: transparent;
56
+ /* 7 */
57
+ }
58
+
59
+ /*
60
+ 1. Remove the margin in all browsers.
61
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
62
+ */
63
+
64
+ body {
65
+ margin: 0;
66
+ /* 1 */
67
+ line-height: inherit;
68
+ /* 2 */
69
+ }
70
+
71
+ /*
72
+ 1. Add the correct height in Firefox.
73
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
74
+ 3. Ensure horizontal rules are visible by default.
75
+ */
76
+
77
+ hr {
78
+ height: 0;
79
+ /* 1 */
80
+ color: inherit;
81
+ /* 2 */
82
+ border-top-width: 1px;
83
+ /* 3 */
84
+ }
85
+
86
+ /*
87
+ Add the correct text decoration in Chrome, Edge, and Safari.
88
+ */
89
+
90
+ abbr:where([title]) {
91
+ -webkit-text-decoration: underline dotted;
92
+ text-decoration: underline dotted;
93
+ }
94
+
95
+ /*
96
+ Remove the default font size and weight for headings.
97
+ */
98
+
99
+ h1,
100
+ h2,
101
+ h3,
102
+ h4,
103
+ h5,
104
+ h6 {
105
+ font-size: inherit;
106
+ font-weight: inherit;
107
+ }
108
+
109
+ /*
110
+ Reset links to optimize for opt-in styling instead of opt-out.
111
+ */
112
+
113
+ a {
114
+ color: inherit;
115
+ text-decoration: inherit;
116
+ }
117
+
118
+ /*
119
+ Add the correct font weight in Edge and Safari.
120
+ */
121
+
122
+ b,
123
+ strong {
124
+ font-weight: bolder;
125
+ }
126
+
127
+ /*
128
+ 1. Use the user's configured `mono` font-family by default.
129
+ 2. Use the user's configured `mono` font-feature-settings by default.
130
+ 3. Use the user's configured `mono` font-variation-settings by default.
131
+ 4. Correct the odd `em` font sizing in all browsers.
132
+ */
133
+
134
+ code,
135
+ kbd,
136
+ samp,
137
+ pre {
138
+ font-family: var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
139
+ /* 1 */
140
+ font-feature-settings: normal;
141
+ /* 2 */
142
+ font-variation-settings: normal;
143
+ /* 3 */
144
+ font-size: 1em;
145
+ /* 4 */
146
+ }
147
+
148
+ /*
149
+ Add the correct font size in all browsers.
150
+ */
151
+
152
+ small {
153
+ font-size: 80%;
154
+ }
155
+
156
+ /*
157
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
158
+ */
159
+
160
+ sub,
161
+ sup {
162
+ font-size: 75%;
163
+ line-height: 0;
164
+ position: relative;
165
+ vertical-align: baseline;
166
+ }
167
+
168
+ sub {
169
+ bottom: -0.25em;
170
+ }
171
+
172
+ sup {
173
+ top: -0.5em;
174
+ }
175
+
176
+ /*
177
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
178
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
179
+ 3. Remove gaps between table borders by default.
180
+ */
181
+
182
+ table {
183
+ text-indent: 0;
184
+ /* 1 */
185
+ border-color: inherit;
186
+ /* 2 */
187
+ border-collapse: collapse;
188
+ /* 3 */
189
+ }
190
+
191
+ /*
192
+ 1. Change the font styles in all browsers.
193
+ 2. Remove the margin in Firefox and Safari.
194
+ 3. Remove default padding in all browsers.
195
+ */
196
+
197
+ button,
198
+ input,
199
+ optgroup,
200
+ select,
201
+ textarea {
202
+ font-family: inherit;
203
+ /* 1 */
204
+ font-feature-settings: inherit;
205
+ /* 1 */
206
+ font-variation-settings: inherit;
207
+ /* 1 */
208
+ font-size: 100%;
209
+ /* 1 */
210
+ font-weight: inherit;
211
+ /* 1 */
212
+ line-height: inherit;
213
+ /* 1 */
214
+ letter-spacing: inherit;
215
+ /* 1 */
216
+ color: inherit;
217
+ /* 1 */
218
+ margin: 0;
219
+ /* 2 */
220
+ padding: 0;
221
+ /* 3 */
222
+ }
223
+
224
+ /*
225
+ Remove the inheritance of text transform in Edge and Firefox.
226
+ */
227
+
228
+ button,
229
+ select {
230
+ text-transform: none;
231
+ }
232
+
233
+ /*
234
+ 1. Correct the inability to style clickable types in iOS and Safari.
235
+ 2. Remove default button styles.
236
+ */
237
+
238
+ button,
239
+ input:where([type='button']),
240
+ input:where([type='reset']),
241
+ input:where([type='submit']) {
242
+ -webkit-appearance: button;
243
+ /* 1 */
244
+ background-color: transparent;
245
+ /* 2 */
246
+ background-image: none;
247
+ /* 2 */
248
+ }
249
+
250
+ /*
251
+ Use the modern Firefox focus style for all focusable elements.
252
+ */
253
+
254
+ :-moz-focusring {
255
+ outline: auto;
256
+ }
257
+
258
+ /*
259
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
260
+ */
261
+
262
+ :-moz-ui-invalid {
263
+ box-shadow: none;
264
+ }
265
+
266
+ /*
267
+ Add the correct vertical alignment in Chrome and Firefox.
268
+ */
269
+
270
+ progress {
271
+ vertical-align: baseline;
272
+ }
273
+
274
+ /*
275
+ Correct the cursor style of increment and decrement buttons in Safari.
276
+ */
277
+
278
+ ::-webkit-inner-spin-button,
279
+ ::-webkit-outer-spin-button {
280
+ height: auto;
281
+ }
282
+
283
+ /*
284
+ 1. Correct the odd appearance in Chrome and Safari.
285
+ 2. Correct the outline style in Safari.
286
+ */
287
+
288
+ [type='search'] {
289
+ -webkit-appearance: textfield;
290
+ /* 1 */
291
+ outline-offset: -2px;
292
+ /* 2 */
293
+ }
294
+
295
+ /*
296
+ Remove the inner padding in Chrome and Safari on macOS.
297
+ */
298
+
299
+ ::-webkit-search-decoration {
300
+ -webkit-appearance: none;
301
+ }
302
+
303
+ /*
304
+ 1. Correct the inability to style clickable types in iOS and Safari.
305
+ 2. Change font properties to `inherit` in Safari.
306
+ */
307
+
308
+ ::-webkit-file-upload-button {
309
+ -webkit-appearance: button;
310
+ /* 1 */
311
+ font: inherit;
312
+ /* 2 */
313
+ }
314
+
315
+ /*
316
+ Add the correct display in Chrome and Safari.
317
+ */
318
+
319
+ summary {
320
+ display: list-item;
321
+ }
322
+
323
+ /*
324
+ Removes the default spacing and border for appropriate elements.
325
+ */
326
+
327
+ blockquote,
328
+ dl,
329
+ dd,
330
+ h1,
331
+ h2,
332
+ h3,
333
+ h4,
334
+ h5,
335
+ h6,
336
+ hr,
337
+ figure,
338
+ p,
339
+ pre {
340
+ margin: 0;
341
+ }
342
+
343
+ fieldset {
344
+ margin: 0;
345
+ padding: 0;
346
+ }
347
+
348
+ legend {
349
+ padding: 0;
350
+ }
351
+
352
+ ol,
353
+ ul,
354
+ menu {
355
+ list-style: none;
356
+ margin: 0;
357
+ padding: 0;
358
+ }
359
+
360
+ /*
361
+ Reset default styling for dialogs.
362
+ */
363
+
364
+ dialog {
365
+ padding: 0;
366
+ }
367
+
368
+ /*
369
+ Prevent resizing textareas horizontally by default.
370
+ */
371
+
372
+ textarea {
373
+ resize: vertical;
374
+ }
375
+
376
+ /*
377
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
378
+ 2. Set the default placeholder color to the user's configured gray 400 color.
379
+ */
380
+
381
+ input::-moz-placeholder, textarea::-moz-placeholder {
382
+ opacity: 1;
383
+ /* 1 */
384
+ color: #9ca3af;
385
+ /* 2 */
386
+ }
387
+
388
+ input::placeholder,
389
+ textarea::placeholder {
390
+ opacity: 1;
391
+ /* 1 */
392
+ color: #9ca3af;
393
+ /* 2 */
394
+ }
395
+
396
+ /*
397
+ Set the default cursor for buttons.
398
+ */
399
+
400
+ button,
401
+ [role="button"] {
402
+ cursor: pointer;
403
+ }
404
+
405
+ /*
406
+ Make sure disabled buttons don't get the pointer cursor.
407
+ */
408
+
409
+ :disabled {
410
+ cursor: default;
411
+ }
412
+
413
+ /*
414
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
415
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
416
+ This can trigger a poorly considered lint error in some tools but is included by design.
417
+ */
418
+
419
+ img,
420
+ svg,
421
+ video,
422
+ canvas,
423
+ audio,
424
+ iframe,
425
+ embed,
426
+ object {
427
+ display: block;
428
+ /* 1 */
429
+ vertical-align: middle;
430
+ /* 2 */
431
+ }
432
+
433
+ /*
434
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
435
+ */
436
+
437
+ img,
438
+ video {
439
+ max-width: 100%;
440
+ height: auto;
441
+ }
442
+
443
+ /* Make elements with the HTML hidden attribute stay hidden by default */
444
+
445
+ [hidden] {
446
+ display: none;
447
+ }
448
+
449
+ *, ::before, ::after {
450
+ --tw-border-spacing-x: 0;
451
+ --tw-border-spacing-y: 0;
452
+ --tw-translate-x: 0;
453
+ --tw-translate-y: 0;
454
+ --tw-rotate: 0;
455
+ --tw-skew-x: 0;
456
+ --tw-skew-y: 0;
457
+ --tw-scale-x: 1;
458
+ --tw-scale-y: 1;
459
+ --tw-pan-x: ;
460
+ --tw-pan-y: ;
461
+ --tw-pinch-zoom: ;
462
+ --tw-scroll-snap-strictness: proximity;
463
+ --tw-gradient-from-position: ;
464
+ --tw-gradient-via-position: ;
465
+ --tw-gradient-to-position: ;
466
+ --tw-ordinal: ;
467
+ --tw-slashed-zero: ;
468
+ --tw-numeric-figure: ;
469
+ --tw-numeric-spacing: ;
470
+ --tw-numeric-fraction: ;
471
+ --tw-ring-inset: ;
472
+ --tw-ring-offset-width: 0px;
473
+ --tw-ring-offset-color: #fff;
474
+ --tw-ring-color: rgb(59 130 246 / 0.5);
475
+ --tw-ring-offset-shadow: 0 0 #0000;
476
+ --tw-ring-shadow: 0 0 #0000;
477
+ --tw-shadow: 0 0 #0000;
478
+ --tw-shadow-colored: 0 0 #0000;
479
+ --tw-blur: ;
480
+ --tw-brightness: ;
481
+ --tw-contrast: ;
482
+ --tw-grayscale: ;
483
+ --tw-hue-rotate: ;
484
+ --tw-invert: ;
485
+ --tw-saturate: ;
486
+ --tw-sepia: ;
487
+ --tw-drop-shadow: ;
488
+ --tw-backdrop-blur: ;
489
+ --tw-backdrop-brightness: ;
490
+ --tw-backdrop-contrast: ;
491
+ --tw-backdrop-grayscale: ;
492
+ --tw-backdrop-hue-rotate: ;
493
+ --tw-backdrop-invert: ;
494
+ --tw-backdrop-opacity: ;
495
+ --tw-backdrop-saturate: ;
496
+ --tw-backdrop-sepia: ;
497
+ --tw-contain-size: ;
498
+ --tw-contain-layout: ;
499
+ --tw-contain-paint: ;
500
+ --tw-contain-style: ;
501
+ }
502
+
503
+ ::backdrop {
504
+ --tw-border-spacing-x: 0;
505
+ --tw-border-spacing-y: 0;
506
+ --tw-translate-x: 0;
507
+ --tw-translate-y: 0;
508
+ --tw-rotate: 0;
509
+ --tw-skew-x: 0;
510
+ --tw-skew-y: 0;
511
+ --tw-scale-x: 1;
512
+ --tw-scale-y: 1;
513
+ --tw-pan-x: ;
514
+ --tw-pan-y: ;
515
+ --tw-pinch-zoom: ;
516
+ --tw-scroll-snap-strictness: proximity;
517
+ --tw-gradient-from-position: ;
518
+ --tw-gradient-via-position: ;
519
+ --tw-gradient-to-position: ;
520
+ --tw-ordinal: ;
521
+ --tw-slashed-zero: ;
522
+ --tw-numeric-figure: ;
523
+ --tw-numeric-spacing: ;
524
+ --tw-numeric-fraction: ;
525
+ --tw-ring-inset: ;
526
+ --tw-ring-offset-width: 0px;
527
+ --tw-ring-offset-color: #fff;
528
+ --tw-ring-color: rgb(59 130 246 / 0.5);
529
+ --tw-ring-offset-shadow: 0 0 #0000;
530
+ --tw-ring-shadow: 0 0 #0000;
531
+ --tw-shadow: 0 0 #0000;
532
+ --tw-shadow-colored: 0 0 #0000;
533
+ --tw-blur: ;
534
+ --tw-brightness: ;
535
+ --tw-contrast: ;
536
+ --tw-grayscale: ;
537
+ --tw-hue-rotate: ;
538
+ --tw-invert: ;
539
+ --tw-saturate: ;
540
+ --tw-sepia: ;
541
+ --tw-drop-shadow: ;
542
+ --tw-backdrop-blur: ;
543
+ --tw-backdrop-brightness: ;
544
+ --tw-backdrop-contrast: ;
545
+ --tw-backdrop-grayscale: ;
546
+ --tw-backdrop-hue-rotate: ;
547
+ --tw-backdrop-invert: ;
548
+ --tw-backdrop-opacity: ;
549
+ --tw-backdrop-saturate: ;
550
+ --tw-backdrop-sepia: ;
551
+ --tw-contain-size: ;
552
+ --tw-contain-layout: ;
553
+ --tw-contain-paint: ;
554
+ --tw-contain-style: ;
555
+ }
556
+
557
+ .ex-sr-only {
558
+ position: absolute;
559
+ width: 1px;
560
+ height: 1px;
561
+ padding: 0;
562
+ margin: -1px;
563
+ overflow: hidden;
564
+ clip: rect(0, 0, 0, 0);
565
+ white-space: nowrap;
566
+ border-width: 0;
567
+ }
568
+
569
+ .ex-relative {
570
+ position: relative;
571
+ }
572
+
573
+ .ex-mb-3 {
574
+ margin-bottom: 0.75rem;
575
+ }
576
+
577
+ .ex-ml-1\.5 {
578
+ margin-left: 0.375rem;
579
+ }
580
+
581
+ .ex-ml-auto {
582
+ margin-left: auto;
583
+ }
584
+
585
+ .ex-mt-0 {
586
+ margin-top: 0px;
587
+ }
588
+
589
+ .ex-block {
590
+ display: block;
591
+ }
592
+
593
+ .ex-flex {
594
+ display: flex;
595
+ }
596
+
597
+ .ex-hidden {
598
+ display: none;
599
+ }
600
+
601
+ .ex-h-4 {
602
+ height: 1rem;
603
+ }
604
+
605
+ .ex-h-6 {
606
+ height: 1.5rem;
607
+ }
608
+
609
+ .ex-h-full {
610
+ height: 100%;
611
+ }
612
+
613
+ .ex-max-h-full {
614
+ max-height: 100%;
615
+ }
616
+
617
+ .ex-w-4 {
618
+ width: 1rem;
619
+ }
620
+
621
+ .ex-w-6 {
622
+ width: 1.5rem;
623
+ }
624
+
625
+ .ex-w-full {
626
+ width: 100%;
627
+ }
628
+
629
+ .ex-flex-col {
630
+ flex-direction: column;
631
+ }
632
+
633
+ .ex-items-center {
634
+ align-items: center;
635
+ }
636
+
637
+ .ex-gap-6 {
638
+ gap: 1.5rem;
639
+ }
640
+
641
+ .ex-gap-x-4 {
642
+ -moz-column-gap: 1rem;
643
+ column-gap: 1rem;
644
+ }
645
+
646
+ .ex-overflow-auto {
647
+ overflow: auto;
648
+ }
649
+
650
+ .ex-rounded-md {
651
+ border-radius: calc(var(--radius) - 2px);
652
+ }
653
+
654
+ .ex-bg-muted {
655
+ background-color: hsl(var(--muted));
656
+ }
657
+
658
+ .\!ex-p-1 {
659
+ padding: 0.25rem !important;
660
+ }
661
+
662
+ .ex-px-3 {
663
+ padding-left: 0.75rem;
664
+ padding-right: 0.75rem;
665
+ }
666
+
667
+ .ex-px-4 {
668
+ padding-left: 1rem;
669
+ padding-right: 1rem;
670
+ }
671
+
672
+ .ex-px-5 {
673
+ padding-left: 1.25rem;
674
+ padding-right: 1.25rem;
675
+ }
676
+
677
+ .ex-px-6 {
678
+ padding-left: 1.5rem;
679
+ padding-right: 1.5rem;
680
+ }
681
+
682
+ .ex-py-1 {
683
+ padding-top: 0.25rem;
684
+ padding-bottom: 0.25rem;
685
+ }
686
+
687
+ .ex-py-2 {
688
+ padding-top: 0.5rem;
689
+ padding-bottom: 0.5rem;
690
+ }
691
+
692
+ .ex-pb-6 {
693
+ padding-bottom: 1.5rem;
694
+ }
695
+
696
+ .ex-pt-10 {
697
+ padding-top: 2.5rem;
698
+ }
699
+
700
+ .ex-pt-2 {
701
+ padding-top: 0.5rem;
702
+ }
703
+
704
+ .ex-pt-3 {
705
+ padding-top: 0.75rem;
706
+ }
707
+
708
+ .ex-text-sm {
709
+ font-size: 0.875rem;
710
+ line-height: 1.25rem;
711
+ }
712
+
713
+ .ex-font-medium {
714
+ font-weight: 500;
715
+ }
716
+
717
+ .ex-text-muted-foreground {
718
+ color: hsl(var(--muted-foreground));
719
+ }
720
+
721
+ .ex-transition-colors {
722
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
723
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
724
+ transition-duration: 150ms;
725
+ }
726
+
727
+ @keyframes enter {
728
+ from {
729
+ opacity: var(--tw-enter-opacity, 1);
730
+ transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
731
+ }
732
+ }
733
+
734
+ @keyframes exit {
735
+ to {
736
+ opacity: var(--tw-exit-opacity, 1);
737
+ transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
738
+ }
739
+ }
740
+
741
+ :root {
742
+ --tab-background: 0 0% 100%;
743
+ --tab-foreground: 240 5.9% 10%;
744
+ }
745
+
746
+ .dark {
747
+ --tab-background: 240 5.9% 23%;
748
+ --tab-foreground: 0 0% 98%;
749
+ }
750
+
751
+ html,
752
+ body {
753
+ height: 100%;
754
+ }
755
+
756
+ .flexkit-studio {
757
+ .graphiql-container,
758
+ .CodeMirror-info,
759
+ .CodeMirror-lint-tooltip,
760
+ .graphiql-dialog,
761
+ .graphiql-dialog-overlay,
762
+ .graphiql-tooltip,
763
+ [data-radix-popper-content-wrapper] {
764
+ --px-2: 2px;
765
+ --px-4: 4px;
766
+ --px-6: 6px;
767
+ --px-8: 8px;
768
+ --px-10: 10px;
769
+ --px-12: 12px;
770
+ --px-16: 16px;
771
+ --px-20: 20px;
772
+ --px-24: 24px;
773
+ --border-radius-2: 2px;
774
+ --border-radius-4: 4px;
775
+ --border-radius-8: 4px;
776
+ --border-radius-12: 4px;
777
+ --popover-border: none;
778
+ --sidebar-width: 60px;
779
+ --toolbar-width: 40px;
780
+ --color-primary: 338, 95%, 55%;
781
+ --color-secondary: var(--foreground);
782
+ --color-tertiary: 188, 100%, 36%;
783
+ --color-info: var(--link);
784
+ --color-success: 158, 60%, 42%;
785
+ --color-warning: var(--muted-foreground);
786
+ --color-error: 13, 93%, 58%;
787
+ --color-neutral: var(--foreground);
788
+ --color-base: 219, 28%, 100%;
789
+ --alpha-secondary: 0.76;
790
+ --alpha-tertiary: 0.5;
791
+ --alpha-background-heavy: 0.15;
792
+ --alpha-background-medium: 0.1;
793
+ --alpha-background-light: 0.07;
794
+ --font-family: inherit;
795
+ --font-family-mono: 'Fira Code', monospace;
796
+ --font-size-hint: calc(12rem / 16);
797
+ --font-size-inline-code: calc(13rem / 16);
798
+ --font-size-body: calc(15rem / 16);
799
+ --font-size-h4: calc(18rem / 16);
800
+ --font-size-h3: calc(22rem / 16);
801
+ --font-size-h2: calc(25rem / 16);
802
+ --font-weight-regular: 400;
803
+ --font-weight-medium: 500;
804
+ --line-height: 1.5;
805
+ --popover-box-shadow: 0px 6px 20px rgba(59, 76, 106, 0.13), 0px 1.34018px 4.46726px rgba(59, 76, 106, 0.0774939),
806
+ 0px 0.399006px 1.33002px rgba(59, 76, 106, 0.0525061);
807
+ }
808
+ .graphiql-container {
809
+ display: flex;
810
+ height: 100%;
811
+ margin: 0;
812
+ overflow: hidden;
813
+ width: 100%;
814
+ .graphiql-sidebar {
815
+ display: flex;
816
+ flex-direction: column;
817
+ justify-content: space-between;
818
+ padding: var(--px-8);
819
+ width: var(--sidebar-width);
820
+ .graphiql-sidebar-section {
821
+ display: flex;
822
+ flex-direction: column;
823
+ gap: var(--px-8);
824
+ }
825
+ button {
826
+ display: flex;
827
+ align-items: center;
828
+ justify-content: center;
829
+ color: hsla(var(--color-neutral), var(--alpha-secondary));
830
+ height: calc(var(--sidebar-width) - (2 * var(--px-8)));
831
+ width: calc(var(--sidebar-width) - (2 * var(--px-8)));
832
+ &.active {
833
+ color: hsl(var(--color-neutral));
834
+ }
835
+ &:not(:first-child) {
836
+ margin-top: var(--px-4);
837
+ }
838
+ & > svg {
839
+ height: var(--px-20);
840
+ width: var(--px-20);
841
+ }
842
+ }
843
+ }
844
+ /* The editor of the session */
845
+ .graphiql-session {
846
+ display: flex;
847
+ flex: 1;
848
+ }
849
+ /* All editors (query, variable, headers) */
850
+ .graphiql-editors {
851
+ display: flex;
852
+ flex: 1;
853
+ flex-direction: column;
854
+ }
855
+ .graphiql-tab {
856
+ color: hsl(var(--tab-foreground));
857
+ background-color: hsl(var(--tab-background));
858
+ &.graphiql-tab-active {
859
+ color: hsl(var(--background));
860
+ background-color: hsl(var(--foreground));
861
+ }
862
+ }
863
+ /* The vertical toolbar next to the query editor */
864
+ .graphiql-toolbar {
865
+ width: var(--toolbar-width);
866
+ & > * + * {
867
+ margin-top: var(--px-8);
868
+ }
869
+ }
870
+ /* The tab bar for editor tools */
871
+ .graphiql-editor-tools {
872
+ cursor: row-resize;
873
+ display: flex;
874
+ width: 100%;
875
+ -moz-column-gap: var(--px-8);
876
+ column-gap: var(--px-8);
877
+ padding: var(--px-8);
878
+ button {
879
+ color: hsla(var(--color-neutral), var(--alpha-secondary));
880
+ &.active {
881
+ color: hsl(var(--color-neutral));
882
+ }
883
+ }
884
+ /* The tab buttons to switch between editor tools */
885
+ & > button:not(.graphiql-toggle-editor-tools) {
886
+ padding: var(--px-8) var(--px-12);
887
+ }
888
+ .graphiql-toggle-editor-tools {
889
+ margin-left: auto;
890
+ }
891
+ }
892
+ /* An editor tool, e.g. variable or header editor */
893
+ .graphiql-editor-tool {
894
+ height: 100%;
895
+ padding: var(--px-16);
896
+ }
897
+ /**
898
+ * The way CodeMirror editors are styled they overflow their containing
899
+ * element. For some OS-browser-combinations this might cause overlap issues,
900
+ * setting the position of this to `relative` makes sure this element will
901
+ * always be on top of any editors.
902
+ */
903
+ .graphiql-toolbar,
904
+ .graphiql-editor-tools,
905
+ .graphiql-editor-tool {
906
+ position: relative;
907
+ }
908
+ /* The response view */
909
+ .graphiql-response {
910
+ --editor-background: transparent;
911
+ display: flex;
912
+ width: 100%;
913
+ flex-direction: column;
914
+ /* The results editor wrapping container */
915
+ .result-window {
916
+ position: relative;
917
+ flex: 1;
918
+ }
919
+ }
920
+ .CodeMirror-gutter-wrapper {
921
+ padding-top: 0.125rem;
922
+ font-size: 0.8125rem;
923
+ color: hsl(var(--muted-foreground));
924
+ }
925
+ /* The footer below the response view */
926
+ .graphiql-footer {
927
+ border-top: 1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));
928
+ }
929
+ /* The plugin container */
930
+ .graphiql-plugin {
931
+ border-left: 1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));
932
+ flex: 1;
933
+ overflow-y: auto;
934
+ padding: var(--px-16);
935
+ }
936
+ .graphiql-chevron-icon {
937
+ color: hsla(var(--color-neutral), var(--alpha-tertiary));
938
+ display: block;
939
+ height: var(--px-12);
940
+ margin: var(--px-12);
941
+ width: var(--px-12);
942
+ }
943
+ /* Avoid showing native tooltips for icons with titles */
944
+ svg {
945
+ pointer-events: none;
946
+ }
947
+ }
948
+ /* The button to add a new tab */
949
+ button.graphiql-tab-add {
950
+ height: 100%;
951
+ padding: var(--px-4);
952
+ & > svg {
953
+ color: hsla(var(--color-neutral), var(--alpha-secondary));
954
+ display: block;
955
+ height: var(--px-16);
956
+ width: var(--px-16);
957
+ }
958
+ }
959
+ .cm-s-graphiql .CodeMirror-cursor {
960
+ border-left: 2px solid hsl(var(--muted-foreground));
961
+ }
962
+ .CodeMirror-selected {
963
+ background: hsl(var(--accent-foreground) / 0.15) !important;
964
+ }
965
+ .graphiql-editors {
966
+ .CodeMirror-gutters {
967
+ background-color: hsl(var(--muted));
968
+ }
969
+ .CodeMirror {
970
+ background-color: hsl(var(--muted));
971
+ }
972
+ }
973
+ /* The Docs explorer */
974
+ .graphiql-doc-explorer-header {
975
+ position: sticky;
976
+ top: 0;
977
+ display: flex;
978
+ flex-direction: column-reverse;
979
+ padding-bottom: 0.25rem;
980
+ background-color: hsl(var(--background));
981
+ .graphiql-doc-explorer-search {
982
+ position: relative;
983
+ & [role='listbox'] {
984
+ background-color: hsl(var(--muted));
985
+ }
986
+ }
987
+ }
988
+ .graphiql-doc-explorer-content {
989
+ overflow: hidden;
990
+ overflow-x: auto;
991
+ & > * {
992
+ color: hsl(var(--muted-foreground));
993
+ }
994
+ }
995
+ .graphiql-doc-explorer-title,
996
+ .graphiql-history-header {
997
+ font-size: 1.25rem;
998
+ visibility: visible !important;
999
+ }
1000
+ .graphiql-doc-explorer-header-content {
1001
+ margin-top: 0.75rem;
1002
+ }
1003
+ .graphiql-doc-explorer-search-input {
1004
+ border-radius: 0;
1005
+ }
1006
+ .graphiql-doc-explorer-search:not([data-state='idle']) {
1007
+ border: none;
1008
+ box-shadow: none;
1009
+ overflow: hidden;
1010
+ border-radius: 6px;
1011
+ }
1012
+ .graphiql-doc-explorer-search:not([data-state='idle']) .graphiql-doc-explorer-search-input {
1013
+ background: hsl(var(--muted));
1014
+ }
1015
+ .graphiql-doc-explorer-search-input input {
1016
+ height: 1.5rem;
1017
+ width: 100% !important;
1018
+ &::-webkit-input-placeholder {
1019
+ color: hsl(var(--muted-foreground));
1020
+ text-align: right;
1021
+ }
1022
+ }
1023
+ .graphiql-history-item-spacer {
1024
+ height: 0.5rem;
1025
+ border-bottom: 1px solid hsl(var(--border));
1026
+ }
1027
+ button.graphiql-history-item-action {
1028
+ color: hsl(var(--muted-foreground));
1029
+ }
1030
+ button.graphiql-history-item-label:hover,
1031
+ button.graphiql-history-item-label:focus {
1032
+ color: hsl(var(--link));
1033
+ }
1034
+ a.graphiql-doc-explorer-type-name {
1035
+ color: hsl(var(--color-primary));
1036
+ }
1037
+ a.graphiql-doc-explorer-back > svg {
1038
+ overflow: visible;
1039
+ }
1040
+ .graphiql-history-item {
1041
+ color: hsl(var(--muted-foreground));
1042
+ }
1043
+ }
1044
+
1045
+ /* Generic drag bar for horizontal resizing */
1046
+
1047
+ .graphiql-horizontal-drag-bar {
1048
+ width: var(--px-12);
1049
+ cursor: col-resize;
1050
+ &:hover::after {
1051
+ border: var(--px-2) solid hsla(var(--color-neutral), var(--alpha-background-heavy));
1052
+ border-radius: var(--border-radius-2);
1053
+ content: '';
1054
+ display: block;
1055
+ height: 25%;
1056
+ margin: 0 auto;
1057
+ position: relative;
1058
+ /* (100% - 25%) / 2 = 37.5% */
1059
+ top: 37.5%;
1060
+ width: 0;
1061
+ }
1062
+ }
1063
+
1064
+ /* Generic spin animation */
1065
+
1066
+ .graphiql-spin {
1067
+ animation: spin 0.8s linear 0s infinite;
1068
+ }
1069
+
1070
+ @keyframes spin {
1071
+ from {
1072
+ transform: rotate(0deg);
1073
+ }
1074
+
1075
+ to {
1076
+ transform: rotate(360deg);
1077
+ }
1078
+ }
1079
+
1080
+ /* The header of the settings dialog */
1081
+
1082
+ .graphiql-dialog .graphiql-dialog-header {
1083
+ align-items: center;
1084
+ display: flex;
1085
+ justify-content: space-between;
1086
+ padding: var(--px-24);
1087
+ }
1088
+
1089
+ /* The title of the settings dialog */
1090
+
1091
+ .graphiql-dialog .graphiql-dialog-title {
1092
+ font-size: var(--font-size-h3);
1093
+ font-weight: var(--font-weight-medium);
1094
+ margin: 0;
1095
+ }
1096
+
1097
+ /* A section inside the settings dialog */
1098
+
1099
+ .graphiql-dialog .graphiql-dialog-section {
1100
+ align-items: center;
1101
+ border-top: 1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));
1102
+ display: flex;
1103
+ justify-content: space-between;
1104
+ padding: var(--px-24);
1105
+ }
1106
+
1107
+ .graphiql-dialog .graphiql-dialog-section > :not(:first-child) {
1108
+ margin-left: var(--px-24);
1109
+ }
1110
+
1111
+ /* The section title in the settings dialog */
1112
+
1113
+ .graphiql-dialog .graphiql-dialog-section-title {
1114
+ font-size: var(--font-size-h4);
1115
+ font-weight: var(--font-weight-medium);
1116
+ }
1117
+
1118
+ /* The section caption in the settings dialog */
1119
+
1120
+ .graphiql-dialog .graphiql-dialog-section-caption {
1121
+ color: hsla(var(--color-neutral), var(--alpha-secondary));
1122
+ }
1123
+
1124
+ .graphiql-dialog .graphiql-warning-text {
1125
+ color: hsl(var(--color-warning));
1126
+ font-weight: var(--font-weight-medium);
1127
+ }
1128
+
1129
+ .graphiql-dialog .graphiql-table {
1130
+ border-collapse: collapse;
1131
+ width: 100%;
1132
+ }
1133
+
1134
+ .graphiql-dialog .graphiql-table :is(th, td) {
1135
+ border: 1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));
1136
+ padding: var(--px-8) var(--px-12);
1137
+ }
1138
+
1139
+ /* A single key the short-key dialog */
1140
+
1141
+ .graphiql-dialog .graphiql-key {
1142
+ background-color: hsla(var(--color-neutral), var(--alpha-background-medium));
1143
+ border-radius: var(--border-radius-4);
1144
+ padding: var(--px-4);
1145
+ }
1146
+
1147
+ .hover\:ex-bg-blue-500:hover {
1148
+ --tw-bg-opacity: 1;
1149
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
1150
+ }
1151
+
1152
+ .\[\&\>div\>div\]\:\!ex-block>div>div {
1153
+ display: block !important;
1154
+ }