@motiadev/plugin-endpoint 0.14.0-beta.165-516298 → 0.14.0-beta.165-454838

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 (84) hide show
  1. package/dist/api/endpoints-stream.d.ts +22 -0
  2. package/dist/api/endpoints-stream.d.ts.map +1 -0
  3. package/dist/api/index.d.ts +3 -0
  4. package/dist/api/index.d.ts.map +1 -0
  5. package/dist/components/configuration-list-item.d.ts +12 -0
  6. package/dist/components/configuration-list-item.d.ts.map +1 -0
  7. package/dist/components/endpoint-badge.d.ts +8 -0
  8. package/dist/components/endpoint-badge.d.ts.map +1 -0
  9. package/dist/components/endpoint-item.d.ts +11 -0
  10. package/dist/components/endpoint-item.d.ts.map +1 -0
  11. package/dist/components/endpoint-path-preview.d.ts +8 -0
  12. package/dist/components/endpoint-path-preview.d.ts.map +1 -0
  13. package/dist/components/endpoint-path.d.ts +8 -0
  14. package/dist/components/endpoint-path.d.ts.map +1 -0
  15. package/dist/components/endpoint-tab-label.d.ts +2 -0
  16. package/dist/components/endpoint-tab-label.d.ts.map +1 -0
  17. package/dist/components/endpoints-search.d.ts +8 -0
  18. package/dist/components/endpoints-search.d.ts.map +1 -0
  19. package/dist/components/flow-group.d.ts +15 -0
  20. package/dist/components/flow-group.d.ts.map +1 -0
  21. package/dist/components/json-editor.d.ts +12 -0
  22. package/dist/components/json-editor.d.ts.map +1 -0
  23. package/dist/endpoints-page.d.ts +2 -0
  24. package/dist/endpoints-page.d.ts.map +1 -0
  25. package/dist/hooks/__tests__/utils.test.d.ts +2 -0
  26. package/dist/hooks/__tests__/utils.test.d.ts.map +1 -0
  27. package/dist/hooks/use-endpoint-configuration.d.ts +78 -0
  28. package/dist/hooks/use-endpoint-configuration.d.ts.map +1 -0
  29. package/dist/hooks/use-get-endpoints.d.ts +6 -0
  30. package/dist/hooks/use-get-endpoints.d.ts.map +1 -0
  31. package/dist/hooks/use-json-schema-to-json.d.ts +5 -0
  32. package/dist/hooks/use-json-schema-to-json.d.ts.map +1 -0
  33. package/dist/hooks/use-path-params.d.ts +2 -0
  34. package/dist/hooks/use-path-params.d.ts.map +1 -0
  35. package/dist/hooks/use-path-url.d.ts +2 -0
  36. package/dist/hooks/use-path-url.d.ts.map +1 -0
  37. package/dist/hooks/use-state-stream.d.ts +8 -0
  38. package/dist/hooks/use-state-stream.d.ts.map +1 -0
  39. package/dist/hooks/utils.d.ts +8 -0
  40. package/dist/hooks/utils.d.ts.map +1 -0
  41. package/dist/index.cjs +132 -0
  42. package/dist/index.d.ts +1 -6
  43. package/dist/index.d.ts.map +1 -1
  44. package/dist/index.js +25677 -2715
  45. package/dist/play/reponse-code/utils.d.ts +2 -0
  46. package/dist/play/reponse-code/utils.d.ts.map +1 -0
  47. package/dist/play/response-code.d.ts +7 -0
  48. package/dist/play/response-code.d.ts.map +1 -0
  49. package/dist/play/response-content.d.ts +9 -0
  50. package/dist/play/response-content.d.ts.map +1 -0
  51. package/dist/play/side-panel-body-tab.d.ts +7 -0
  52. package/dist/play/side-panel-body-tab.d.ts.map +1 -0
  53. package/dist/play/side-panel-headers-tab.d.ts +2 -0
  54. package/dist/play/side-panel-headers-tab.d.ts.map +1 -0
  55. package/dist/play/side-panel-params-tab.d.ts +6 -0
  56. package/dist/play/side-panel-params-tab.d.ts.map +1 -0
  57. package/dist/play/side-panel-response.d.ts +2 -0
  58. package/dist/play/side-panel-response.d.ts.map +1 -0
  59. package/dist/play/side-panel.d.ts +9 -0
  60. package/dist/play/side-panel.d.ts.map +1 -0
  61. package/dist/play/trigger-button.d.ts +7 -0
  62. package/dist/play/trigger-button.d.ts.map +1 -0
  63. package/dist/plugin-endpoint.css +1 -0
  64. package/dist/plugin.cjs +1 -0
  65. package/dist/plugin.d.ts +2 -8
  66. package/dist/plugin.d.ts.map +1 -1
  67. package/dist/plugin.js +66 -84
  68. package/dist/spec/spec-body-panel.d.ts +10 -0
  69. package/dist/spec/spec-body-panel.d.ts.map +1 -0
  70. package/dist/spec/spec-path-params-panel.d.ts +8 -0
  71. package/dist/spec/spec-path-params-panel.d.ts.map +1 -0
  72. package/dist/spec/spec-query-params-panel.d.ts +8 -0
  73. package/dist/spec/spec-query-params-panel.d.ts.map +1 -0
  74. package/dist/spec/spec-response-schema.d.ts +11 -0
  75. package/dist/spec/spec-response-schema.d.ts.map +1 -0
  76. package/dist/spec/spec-side-panel.d.ts +9 -0
  77. package/dist/spec/spec-side-panel.d.ts.map +1 -0
  78. package/dist/types/endpoint.d.ts +16 -0
  79. package/dist/types/endpoint.d.ts.map +1 -0
  80. package/package.json +32 -24
  81. package/dist/index.css +0 -1139
  82. package/dist/index.css.map +0 -1
  83. package/dist/index.js.map +0 -1
  84. package/dist/plugin.js.map +0 -1
package/dist/index.css DELETED
@@ -1,1139 +0,0 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme, base, components, utilities;
4
- @layer theme {
5
- :root, :host {
6
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
- "Courier New", monospace;
10
- --color-yellow-500: oklch(79.5% 0.184 86.047);
11
- --color-yellow-700: oklch(55.4% 0.135 66.442);
12
- --color-green-400: oklch(79.2% 0.209 151.711);
13
- --color-white: #fff;
14
- --spacing: 0.25rem;
15
- --text-xs: 0.75rem;
16
- --text-xs--line-height: calc(1 / 0.75);
17
- --text-sm: 0.875rem;
18
- --text-sm--line-height: calc(1.25 / 0.875);
19
- --font-weight-medium: 500;
20
- --font-weight-bold: 700;
21
- --radius-sm: 0.25rem;
22
- --radius-lg: 0.5rem;
23
- --animate-spin: spin 1s linear infinite;
24
- --default-transition-duration: 150ms;
25
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26
- --default-font-family: var(--font-sans);
27
- --default-mono-font-family: var(--font-mono);
28
- --font-weight-500: var(--font-weight-500);
29
- --font-weight-600: var(--font-weight-600);
30
- --font-weight-700: var(--font-weight-700);
31
- }
32
- }
33
- @layer base {
34
- *, ::after, ::before, ::backdrop, ::file-selector-button {
35
- box-sizing: border-box;
36
- margin: 0;
37
- padding: 0;
38
- border: 0 solid;
39
- }
40
- html, :host {
41
- line-height: 1.5;
42
- -webkit-text-size-adjust: 100%;
43
- tab-size: 4;
44
- font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
45
- font-feature-settings: var(--default-font-feature-settings, normal);
46
- font-variation-settings: var(--default-font-variation-settings, normal);
47
- -webkit-tap-highlight-color: transparent;
48
- }
49
- hr {
50
- height: 0;
51
- color: inherit;
52
- border-top-width: 1px;
53
- }
54
- abbr:where([title]) {
55
- -webkit-text-decoration: underline dotted;
56
- text-decoration: underline dotted;
57
- }
58
- h1, h2, h3, h4, h5, h6 {
59
- font-size: inherit;
60
- font-weight: inherit;
61
- }
62
- a {
63
- color: inherit;
64
- -webkit-text-decoration: inherit;
65
- text-decoration: inherit;
66
- }
67
- b, strong {
68
- font-weight: bolder;
69
- }
70
- code, kbd, samp, pre {
71
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
72
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
73
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
74
- font-size: 1em;
75
- }
76
- small {
77
- font-size: 80%;
78
- }
79
- sub, sup {
80
- font-size: 75%;
81
- line-height: 0;
82
- position: relative;
83
- vertical-align: baseline;
84
- }
85
- sub {
86
- bottom: -0.25em;
87
- }
88
- sup {
89
- top: -0.5em;
90
- }
91
- table {
92
- text-indent: 0;
93
- border-color: inherit;
94
- border-collapse: collapse;
95
- }
96
- :-moz-focusring {
97
- outline: auto;
98
- }
99
- progress {
100
- vertical-align: baseline;
101
- }
102
- summary {
103
- display: list-item;
104
- }
105
- ol, ul, menu {
106
- list-style: none;
107
- }
108
- img, svg, video, canvas, audio, iframe, embed, object {
109
- display: block;
110
- vertical-align: middle;
111
- }
112
- img, video {
113
- max-width: 100%;
114
- height: auto;
115
- }
116
- button, input, select, optgroup, textarea, ::file-selector-button {
117
- font: inherit;
118
- font-feature-settings: inherit;
119
- font-variation-settings: inherit;
120
- letter-spacing: inherit;
121
- color: inherit;
122
- border-radius: 0;
123
- background-color: transparent;
124
- opacity: 1;
125
- }
126
- :where(select:is([multiple], [size])) optgroup {
127
- font-weight: bolder;
128
- }
129
- :where(select:is([multiple], [size])) optgroup option {
130
- padding-inline-start: 20px;
131
- }
132
- ::file-selector-button {
133
- margin-inline-end: 4px;
134
- }
135
- ::placeholder {
136
- opacity: 1;
137
- }
138
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
139
- ::placeholder {
140
- color: currentcolor;
141
- @supports (color: color-mix(in lab, red, red)) {
142
- color: color-mix(in oklab, currentcolor 50%, transparent);
143
- }
144
- }
145
- }
146
- textarea {
147
- resize: vertical;
148
- }
149
- ::-webkit-search-decoration {
150
- -webkit-appearance: none;
151
- }
152
- ::-webkit-date-and-time-value {
153
- min-height: 1lh;
154
- text-align: inherit;
155
- }
156
- ::-webkit-datetime-edit {
157
- display: inline-flex;
158
- }
159
- ::-webkit-datetime-edit-fields-wrapper {
160
- padding: 0;
161
- }
162
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
163
- padding-block: 0;
164
- }
165
- ::-webkit-calendar-picker-indicator {
166
- line-height: 1;
167
- }
168
- :-moz-ui-invalid {
169
- box-shadow: none;
170
- }
171
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
172
- appearance: button;
173
- }
174
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
175
- height: auto;
176
- }
177
- [hidden]:where(:not([hidden="until-found"])) {
178
- display: none !important;
179
- }
180
- }
181
- @layer utilities {
182
- .invisible {
183
- visibility: hidden;
184
- }
185
- .visible {
186
- visibility: visible;
187
- }
188
- .absolute {
189
- position: absolute;
190
- }
191
- .relative {
192
- position: relative;
193
- }
194
- .sticky {
195
- position: sticky;
196
- }
197
- .top-1\/2 {
198
- top: calc(1/2 * 100%);
199
- }
200
- .right-0 {
201
- right: calc(var(--spacing) * 0);
202
- }
203
- .right-3 {
204
- right: calc(var(--spacing) * 3);
205
- }
206
- .bottom-0 {
207
- bottom: calc(var(--spacing) * 0);
208
- }
209
- .left-0 {
210
- left: calc(var(--spacing) * 0);
211
- }
212
- .left-3 {
213
- left: calc(var(--spacing) * 3);
214
- }
215
- .isolate {
216
- isolation: isolate;
217
- }
218
- .container {
219
- width: 100%;
220
- @media (width >= 40rem) {
221
- max-width: 40rem;
222
- }
223
- @media (width >= 48rem) {
224
- max-width: 48rem;
225
- }
226
- @media (width >= 64rem) {
227
- max-width: 64rem;
228
- }
229
- @media (width >= 80rem) {
230
- max-width: 80rem;
231
- }
232
- @media (width >= 96rem) {
233
- max-width: 96rem;
234
- }
235
- }
236
- .mt-2\.5 {
237
- margin-top: calc(var(--spacing) * 2.5);
238
- }
239
- .ml-\[7px\] {
240
- margin-left: 7px;
241
- }
242
- .box-border {
243
- box-sizing: border-box;
244
- }
245
- .flex {
246
- display: flex;
247
- }
248
- .grid {
249
- display: grid;
250
- }
251
- .hidden {
252
- display: none;
253
- }
254
- .h-2\.5 {
255
- height: calc(var(--spacing) * 2.5);
256
- }
257
- .h-3 {
258
- height: calc(var(--spacing) * 3);
259
- }
260
- .h-4 {
261
- height: calc(var(--spacing) * 4);
262
- }
263
- .h-6 {
264
- height: calc(var(--spacing) * 6);
265
- }
266
- .h-8 {
267
- height: calc(var(--spacing) * 8);
268
- }
269
- .h-10 {
270
- height: calc(var(--spacing) * 10);
271
- }
272
- .h-full {
273
- height: 100%;
274
- }
275
- .max-h-full {
276
- max-height: 100%;
277
- }
278
- .min-h-8\.5 {
279
- min-height: calc(var(--spacing) * 8.5);
280
- }
281
- .w-2\.5 {
282
- width: calc(var(--spacing) * 2.5);
283
- }
284
- .w-3 {
285
- width: calc(var(--spacing) * 3);
286
- }
287
- .w-4 {
288
- width: calc(var(--spacing) * 4);
289
- }
290
- .w-6 {
291
- width: calc(var(--spacing) * 6);
292
- }
293
- .w-full {
294
- width: 100%;
295
- }
296
- .min-w-0 {
297
- min-width: calc(var(--spacing) * 0);
298
- }
299
- .flex-1 {
300
- flex: 1;
301
- }
302
- .-translate-y-1\/2 {
303
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
304
- translate: var(--tw-translate-x) var(--tw-translate-y);
305
- }
306
- .rotate-180 {
307
- rotate: 180deg;
308
- }
309
- .transform {
310
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
311
- }
312
- .animate-spin {
313
- animation: var(--animate-spin);
314
- }
315
- .cursor-pointer {
316
- cursor: pointer;
317
- }
318
- .auto-rows-max {
319
- grid-auto-rows: max-content;
320
- }
321
- .grid-cols-1 {
322
- grid-template-columns: repeat(1, minmax(0, 1fr));
323
- }
324
- .grid-cols-2 {
325
- grid-template-columns: repeat(2, minmax(0, 1fr));
326
- }
327
- .grid-cols-\[1fr_1fr_auto\] {
328
- grid-template-columns: 1fr 1fr auto;
329
- }
330
- .grid-cols-\[1fr_auto\] {
331
- grid-template-columns: 1fr auto;
332
- }
333
- .grid-cols-\[300px_1fr\] {
334
- grid-template-columns: 300px 1fr;
335
- }
336
- .grid-cols-\[auto_1fr\] {
337
- grid-template-columns: auto 1fr;
338
- }
339
- .grid-cols-\[auto_1fr_auto\] {
340
- grid-template-columns: auto 1fr auto;
341
- }
342
- .grid-cols-\[auto_auto\] {
343
- grid-template-columns: auto auto;
344
- }
345
- .grid-cols-\[auto_minmax\(0\,1fr\)\] {
346
- grid-template-columns: auto minmax(0,1fr);
347
- }
348
- .grid-cols-\[minmax\(380px\,1fr\)_minmax\(auto\,1fr\)\] {
349
- grid-template-columns: minmax(380px,1fr) minmax(auto,1fr);
350
- }
351
- .grid-rows-2 {
352
- grid-template-rows: repeat(2, minmax(0, 1fr));
353
- }
354
- .grid-rows-\[1fr_1fr\] {
355
- grid-template-rows: 1fr 1fr;
356
- }
357
- .grid-rows-\[auto_1fr\] {
358
- grid-template-rows: auto 1fr;
359
- }
360
- .grid-rows-\[auto_auto_1fr\] {
361
- grid-template-rows: auto auto 1fr;
362
- }
363
- .flex-col {
364
- flex-direction: column;
365
- }
366
- .flex-row {
367
- flex-direction: row;
368
- }
369
- .place-items-center {
370
- place-items: center;
371
- }
372
- .items-center {
373
- align-items: center;
374
- }
375
- .items-end {
376
- align-items: flex-end;
377
- }
378
- .items-start {
379
- align-items: flex-start;
380
- }
381
- .justify-between {
382
- justify-content: space-between;
383
- }
384
- .justify-center {
385
- justify-content: center;
386
- }
387
- .justify-end {
388
- justify-content: flex-end;
389
- }
390
- .gap-1 {
391
- gap: calc(var(--spacing) * 1);
392
- }
393
- .gap-2 {
394
- gap: calc(var(--spacing) * 2);
395
- }
396
- .gap-3 {
397
- gap: calc(var(--spacing) * 3);
398
- }
399
- .gap-4 {
400
- gap: calc(var(--spacing) * 4);
401
- }
402
- .gap-5 {
403
- gap: calc(var(--spacing) * 5);
404
- }
405
- .truncate {
406
- overflow: hidden;
407
- text-overflow: ellipsis;
408
- white-space: nowrap;
409
- }
410
- .overflow-auto {
411
- overflow: auto;
412
- }
413
- .overflow-y-auto {
414
- overflow-y: auto;
415
- }
416
- .rounded {
417
- border-radius: 0.25rem;
418
- }
419
- .rounded-lg {
420
- border-radius: var(--radius-lg);
421
- }
422
- .rounded-sm {
423
- border-radius: var(--radius-sm);
424
- }
425
- .border {
426
- border-style: var(--tw-border-style);
427
- border-width: 1px;
428
- }
429
- .border-t {
430
- border-top-style: var(--tw-border-style);
431
- border-top-width: 1px;
432
- }
433
- .border-b {
434
- border-bottom-style: var(--tw-border-style);
435
- border-bottom-width: 1px;
436
- }
437
- .border-l {
438
- border-left-style: var(--tw-border-style);
439
- border-left-width: 1px;
440
- }
441
- .border-border {
442
- border-color: var(--border);
443
- }
444
- .bg-\[\#258DC3\]\/15 {
445
- background-color: color-mix(in oklab, #258DC3 15%, transparent);
446
- }
447
- .bg-\[\#709A2D\]\/15 {
448
- background-color: color-mix(in oklab, #709A2D 15%, transparent);
449
- }
450
- .bg-\[\#2862FE\]\/20 {
451
- background-color: color-mix(in oklab, #2862FE 20%, transparent);
452
- }
453
- .bg-\[\#B9922D\]\/15 {
454
- background-color: color-mix(in oklab, #B9922D 15%, transparent);
455
- }
456
- .bg-\[\#DE2134\]\/15 {
457
- background-color: color-mix(in oklab, #DE2134 15%, transparent);
458
- }
459
- .bg-\[\#E221DF\]\/15 {
460
- background-color: color-mix(in oklab, #E221DF 15%, transparent);
461
- }
462
- .bg-\[\#EAB71F\] {
463
- background-color: #EAB71F;
464
- }
465
- .bg-\[\#F8367D\] {
466
- background-color: #F8367D;
467
- }
468
- .bg-accent {
469
- background-color: var(--accent);
470
- }
471
- .bg-card {
472
- background-color: var(--card);
473
- }
474
- .bg-muted-foreground\/10 {
475
- background-color: var(--muted-foreground);
476
- @supports (color: color-mix(in lab, red, red)) {
477
- background-color: color-mix(in oklab, var(--muted-foreground) 10%, transparent);
478
- }
479
- }
480
- .bg-muted\/30 {
481
- background-color: var(--muted);
482
- @supports (color: color-mix(in lab, red, red)) {
483
- background-color: color-mix(in oklab, var(--muted) 30%, transparent);
484
- }
485
- }
486
- .bg-transparent {
487
- background-color: transparent;
488
- }
489
- .fill-\[\#555\] {
490
- fill: #555;
491
- }
492
- .p-0 {
493
- padding: calc(var(--spacing) * 0);
494
- }
495
- .p-2 {
496
- padding: calc(var(--spacing) * 2);
497
- }
498
- .p-3 {
499
- padding: calc(var(--spacing) * 3);
500
- }
501
- .p-4 {
502
- padding: calc(var(--spacing) * 4);
503
- }
504
- .p-8 {
505
- padding: calc(var(--spacing) * 8);
506
- }
507
- .px-1 {
508
- padding-inline: calc(var(--spacing) * 1);
509
- }
510
- .px-1\.5 {
511
- padding-inline: calc(var(--spacing) * 1.5);
512
- }
513
- .px-2 {
514
- padding-inline: calc(var(--spacing) * 2);
515
- }
516
- .px-4 {
517
- padding-inline: calc(var(--spacing) * 4);
518
- }
519
- .px-5 {
520
- padding-inline: calc(var(--spacing) * 5);
521
- }
522
- .px-9\! {
523
- padding-inline: calc(var(--spacing) * 9) !important;
524
- }
525
- .px-\[17px\] {
526
- padding-inline: 17px;
527
- }
528
- .py-0\.5 {
529
- padding-block: calc(var(--spacing) * 0.5);
530
- }
531
- .py-1 {
532
- padding-block: calc(var(--spacing) * 1);
533
- }
534
- .py-2 {
535
- padding-block: calc(var(--spacing) * 2);
536
- }
537
- .py-4 {
538
- padding-block: calc(var(--spacing) * 4);
539
- }
540
- .pt-2 {
541
- padding-top: calc(var(--spacing) * 2);
542
- }
543
- .pl-3 {
544
- padding-left: calc(var(--spacing) * 3);
545
- }
546
- .text-center {
547
- text-align: center;
548
- }
549
- .text-left {
550
- text-align: left;
551
- }
552
- .font-mono {
553
- font-family: var(--font-mono);
554
- }
555
- .text-sm {
556
- font-size: var(--text-sm);
557
- line-height: var(--tw-leading, var(--text-sm--line-height));
558
- }
559
- .text-xs {
560
- font-size: var(--text-xs);
561
- line-height: var(--tw-leading, var(--text-xs--line-height));
562
- }
563
- .leading-\[36px\] {
564
- --tw-leading: 36px;
565
- line-height: 36px;
566
- }
567
- .font-bold {
568
- --tw-font-weight: var(--font-weight-bold);
569
- font-weight: var(--font-weight-bold);
570
- }
571
- .font-medium {
572
- --tw-font-weight: var(--font-weight-medium);
573
- font-weight: var(--font-weight-medium);
574
- }
575
- .whitespace-nowrap {
576
- white-space: nowrap;
577
- }
578
- .whitespace-pre-wrap {
579
- white-space: pre-wrap;
580
- }
581
- .text-\[\#258DC3\] {
582
- color: #258DC3;
583
- }
584
- .text-\[\#555\] {
585
- color: #555;
586
- }
587
- .text-\[\#709A2D\] {
588
- color: #709A2D;
589
- }
590
- .text-\[\#2862FE\] {
591
- color: #2862FE;
592
- }
593
- .text-\[\#B9922D\] {
594
- color: #B9922D;
595
- }
596
- .text-\[\#DE2134\] {
597
- color: #DE2134;
598
- }
599
- .text-\[\#E221DF\] {
600
- color: #E221DF;
601
- }
602
- .text-destructive {
603
- color: var(--destructive);
604
- }
605
- .text-green-400 {
606
- color: var(--color-green-400);
607
- }
608
- .text-muted-foreground {
609
- color: var(--muted-foreground);
610
- }
611
- .text-muted-foreground\/50 {
612
- color: var(--muted-foreground);
613
- @supports (color: color-mix(in lab, red, red)) {
614
- color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
615
- }
616
- }
617
- .text-white {
618
- color: var(--color-white);
619
- }
620
- .text-yellow-700 {
621
- color: var(--color-yellow-700);
622
- }
623
- .opacity-0 {
624
- opacity: 0%;
625
- }
626
- .opacity-100 {
627
- opacity: 100%;
628
- }
629
- .outline {
630
- outline-style: var(--tw-outline-style);
631
- outline-width: 1px;
632
- }
633
- .transition-colors {
634
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
635
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
636
- transition-duration: var(--tw-duration, var(--default-transition-duration));
637
- }
638
- .transition-opacity {
639
- transition-property: opacity;
640
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
641
- transition-duration: var(--tw-duration, var(--default-transition-duration));
642
- }
643
- .transition-transform {
644
- transition-property: transform, translate, scale, rotate;
645
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
646
- transition-duration: var(--tw-duration, var(--default-transition-duration));
647
- }
648
- .duration-200 {
649
- --tw-duration: 200ms;
650
- transition-duration: 200ms;
651
- }
652
- .duration-300 {
653
- --tw-duration: 300ms;
654
- transition-duration: 300ms;
655
- }
656
- .select-none {
657
- -webkit-user-select: none;
658
- user-select: none;
659
- }
660
- .hover\:bg-muted-foreground\/10 {
661
- &:hover {
662
- @media (hover: hover) {
663
- background-color: var(--muted-foreground);
664
- @supports (color: color-mix(in lab, red, red)) {
665
- background-color: color-mix(in oklab, var(--muted-foreground) 10%, transparent);
666
- }
667
- }
668
- }
669
- }
670
- .hover\:bg-muted\/40 {
671
- &:hover {
672
- @media (hover: hover) {
673
- background-color: var(--muted);
674
- @supports (color: color-mix(in lab, red, red)) {
675
- background-color: color-mix(in oklab, var(--muted) 40%, transparent);
676
- }
677
- }
678
- }
679
- }
680
- .hover\:text-muted-foreground {
681
- &:hover {
682
- @media (hover: hover) {
683
- color: var(--muted-foreground);
684
- }
685
- }
686
- }
687
- .dark\:bg-\[\#EAB71F\]\/20 {
688
- &:is(.dark *) {
689
- background-color: color-mix(in oklab, #EAB71F 20%, transparent);
690
- }
691
- }
692
- .dark\:bg-\[\#F8367D\]\/20 {
693
- &:is(.dark *) {
694
- background-color: color-mix(in oklab, #F8367D 20%, transparent);
695
- }
696
- }
697
- .dark\:bg-accent-200 {
698
- &:is(.dark *) {
699
- background-color: var(--accent-200);
700
- }
701
- }
702
- .dark\:text-\[\#EAB71F\] {
703
- &:is(.dark *) {
704
- color: #EAB71F;
705
- }
706
- }
707
- .dark\:text-\[\#F8367D\] {
708
- &:is(.dark *) {
709
- color: #F8367D;
710
- }
711
- }
712
- .dark\:text-primary {
713
- &:is(.dark *) {
714
- color: var(--primary);
715
- }
716
- }
717
- .dark\:text-yellow-500 {
718
- &:is(.dark *) {
719
- color: var(--color-yellow-500);
720
- }
721
- }
722
- }
723
- :root {
724
- --default-font-family: "DM Sans", ui-sans-serif, sans-serif;
725
- --font-dm-mono: "DM Mono", ui-monospace, monospace;
726
- line-height: 1.5;
727
- font-size: 16px;
728
- color-scheme: light dark;
729
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ), serif;
730
- font-synthesis: none;
731
- text-rendering: optimizeLegibility;
732
- -webkit-font-smoothing: antialiased;
733
- -moz-osx-font-smoothing: grayscale;
734
- width: 100%;
735
- font-optical-sizing: auto;
736
- --font-weight-500: 500;
737
- --font-weight-600: 600;
738
- --font-weight-700: 700;
739
- --accent-1000: #2862fe;
740
- --accent-970: #2862fef7;
741
- --accent-950: #2862fef2;
742
- --accent-900: #2862fee5;
743
- --accent-800: #2862fecc;
744
- --accent-700: #2862feb2;
745
- --accent-600: #2862fe99;
746
- --accent-500: #2862fe80;
747
- --accent-400: #2862fe66;
748
- --accent-300: #2862fe4d;
749
- --accent-200: #2862fe33;
750
- --accent-100: #2862fe1a;
751
- --accent-50: #2862fe0d;
752
- --accent-30: #2862fe08;
753
- --dark-1000: #0a0a0a;
754
- --dark-970: #0a0a0af7;
755
- --dark-950: #0a0a0af2;
756
- --dark-900: #0a0a0ae5;
757
- --dark-800: #0a0a0acc;
758
- --dark-700: #0a0a0ab2;
759
- --dark-600: #0a0a0a99;
760
- --dark-500: #0a0a0a80;
761
- --dark-400: #0a0a0a66;
762
- --dark-300: #0a0a0a4d;
763
- --dark-200: #0a0a0a33;
764
- --dark-100: #0a0a0a1a;
765
- --dark-50: #0a0a0a0d;
766
- --dark-30: #0a0a0a08;
767
- --light-1000: #ffffff;
768
- --light-970: #fffffff7;
769
- --light-950: #fffffff2;
770
- --light-900: #ffffffe5;
771
- --light-800: #ffffffcc;
772
- --light-700: #ffffffb2;
773
- --light-600: #ffffff99;
774
- --light-500: #ffffff80;
775
- --light-400: #ffffff66;
776
- --light-300: #ffffff4d;
777
- --light-200: #ffffff33;
778
- --light-100: #ffffff1a;
779
- --light-50: #ffffff0d;
780
- --light-30: #ffffff08;
781
- --error: #d61355;
782
- --canvas-background: #ebebeb;
783
- --background: var(--light-1000);
784
- --foreground: var(--dark-1000);
785
- --surface-content: var(--dark-30);
786
- --surface-component: var(--dark-50);
787
- --surface-light-100: var(--dark-100);
788
- --surface-light-200: var(--dark-200);
789
- --border: var(--dark-100);
790
- --border-accent: var(--accent-1000);
791
- --states-hover: var(--dark-30);
792
- --states-selected: var(--dark-100);
793
- --states-active: var(--accent-1000);
794
- --text-header: var(--dark-1000);
795
- --text-body: var(--dark-600);
796
- --text-placeholder: var(--dark-400);
797
- --text-accent: var(--accent-1000);
798
- --text-error: var(--error);
799
- --icon-active: var(--dark-1000);
800
- --icon-light: var(--dark-600);
801
- --icon-component: var(--dark-400);
802
- --icon-accent: var(--accent-1000);
803
- --primary: var(--accent-1000);
804
- --primary-foreground: var(--light-1000);
805
- --secondary: var(--surface-component);
806
- --secondary-foreground: var(--text-body);
807
- --muted: var(--surface-light-100);
808
- --muted-foreground: var(--text-body);
809
- --accent: var(--accent-1000);
810
- --accent-foreground: var(--light-1000);
811
- --destructive: var(--error);
812
- --destructive-foreground: var(--light-1000);
813
- --card: var(--surface-content);
814
- --card-foreground: var(--foreground);
815
- --popover: var(--surface-content);
816
- --popover-foreground: var(--foreground);
817
- --input: var(--states-hover);
818
- --ring: var(--border-accent);
819
- --chart-1: var(--accent-1000);
820
- --chart-2: var(--accent-800);
821
- --chart-3: var(--accent-600);
822
- --chart-4: var(--accent-400);
823
- --chart-5: var(--accent-200);
824
- --header: var(--background);
825
- --header-foreground: var(--text-header);
826
- --header-primary: var(--primary);
827
- --header-primary-foreground: var(--primary-foreground);
828
- --header-accent: var(--surface-component);
829
- --header-accent-foreground: var(--text-body);
830
- --header-border: var(--border);
831
- --header-ring: var(--ring);
832
- --sidebar: var(--background);
833
- --sidebar-foreground: var(--text-header);
834
- --sidebar-primary: var(--primary);
835
- --sidebar-primary-foreground: var(--primary-foreground);
836
- --sidebar-accent: var(--surface-component);
837
- --sidebar-accent-foreground: var(--text-body);
838
- --sidebar-border: var(--border);
839
- --sidebar-ring: var(--ring);
840
- }
841
- .dark {
842
- --canvas-background: #030303;
843
- --background: var(--dark-1000);
844
- --foreground: var(--light-1000);
845
- --surface-content: var(--light-30);
846
- --surface-component: var(--light-50);
847
- --surface-light-100: var(--light-100);
848
- --surface-light-200: var(--light-200);
849
- --border: var(--light-100);
850
- --states-hover: var(--light-30);
851
- --states-selected: var(--light-100);
852
- --text-header: var(--light-1000);
853
- --text-body: var(--light-600);
854
- --text-placeholder: var(--light-400);
855
- --icon-active: var(--light-1000);
856
- --icon-light: var(--light-600);
857
- --icon-component: var(--light-400);
858
- --secondary-foreground: var(--light-600);
859
- --muted-foreground: var(--light-600);
860
- --card: var(--surface-content);
861
- --card-foreground: var(--foreground);
862
- --popover: var(--surface-content);
863
- --popover-foreground: var(--foreground);
864
- --input: var(--states-hover);
865
- --ring: var(--border-accent);
866
- --chart-1: var(--accent-1000);
867
- --chart-2: var(--accent-800);
868
- --chart-3: var(--accent-600);
869
- --chart-4: var(--accent-400);
870
- --chart-5: var(--accent-200);
871
- --header: var(--background);
872
- --header-foreground: var(--text-header);
873
- --header-primary: var(--primary);
874
- --header-primary-foreground: var(--primary-foreground);
875
- --header-accent: var(--surface-component);
876
- --header-accent-foreground: var(--text-body);
877
- --header-border: var(--border);
878
- --header-ring: var(--ring);
879
- --sidebar: var(--background);
880
- --sidebar-foreground: var(--text-header);
881
- --sidebar-primary: var(--primary);
882
- --sidebar-primary-foreground: var(--primary-foreground);
883
- --sidebar-accent: var(--surface-component);
884
- --sidebar-accent-foreground: var(--text-body);
885
- --sidebar-border: var(--border);
886
- --sidebar-ring: var(--ring);
887
- }
888
- @layer base {
889
- * {
890
- border-color: var(--border);
891
- }
892
- body {
893
- background-color: var(--background);
894
- color: var(--foreground);
895
- }
896
- }
897
- @layer theme, base, components, utilities;
898
- @layer theme;
899
- @layer base {
900
- *, ::after, ::before, ::backdrop, ::file-selector-button {
901
- box-sizing: border-box;
902
- margin: 0;
903
- padding: 0;
904
- border: 0 solid;
905
- }
906
- html, :host {
907
- line-height: 1.5;
908
- -webkit-text-size-adjust: 100%;
909
- tab-size: 4;
910
- font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
911
- font-feature-settings: var(--default-font-feature-settings, normal);
912
- font-variation-settings: var(--default-font-variation-settings, normal);
913
- -webkit-tap-highlight-color: transparent;
914
- }
915
- hr {
916
- height: 0;
917
- color: inherit;
918
- border-top-width: 1px;
919
- }
920
- abbr:where([title]) {
921
- -webkit-text-decoration: underline dotted;
922
- text-decoration: underline dotted;
923
- }
924
- h1, h2, h3, h4, h5, h6 {
925
- font-size: inherit;
926
- font-weight: inherit;
927
- }
928
- a {
929
- color: inherit;
930
- -webkit-text-decoration: inherit;
931
- text-decoration: inherit;
932
- }
933
- b, strong {
934
- font-weight: bolder;
935
- }
936
- code, kbd, samp, pre {
937
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
938
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
939
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
940
- font-size: 1em;
941
- }
942
- small {
943
- font-size: 80%;
944
- }
945
- sub, sup {
946
- font-size: 75%;
947
- line-height: 0;
948
- position: relative;
949
- vertical-align: baseline;
950
- }
951
- sub {
952
- bottom: -0.25em;
953
- }
954
- sup {
955
- top: -0.5em;
956
- }
957
- table {
958
- text-indent: 0;
959
- border-color: inherit;
960
- border-collapse: collapse;
961
- }
962
- :-moz-focusring {
963
- outline: auto;
964
- }
965
- progress {
966
- vertical-align: baseline;
967
- }
968
- summary {
969
- display: list-item;
970
- }
971
- ol, ul, menu {
972
- list-style: none;
973
- }
974
- img, svg, video, canvas, audio, iframe, embed, object {
975
- display: block;
976
- vertical-align: middle;
977
- }
978
- img, video {
979
- max-width: 100%;
980
- height: auto;
981
- }
982
- button, input, select, optgroup, textarea, ::file-selector-button {
983
- font: inherit;
984
- font-feature-settings: inherit;
985
- font-variation-settings: inherit;
986
- letter-spacing: inherit;
987
- color: inherit;
988
- border-radius: 0;
989
- background-color: transparent;
990
- opacity: 1;
991
- }
992
- :where(select:is([multiple], [size])) optgroup {
993
- font-weight: bolder;
994
- }
995
- :where(select:is([multiple], [size])) optgroup option {
996
- padding-inline-start: 20px;
997
- }
998
- ::file-selector-button {
999
- margin-inline-end: 4px;
1000
- }
1001
- ::placeholder {
1002
- opacity: 1;
1003
- }
1004
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
1005
- ::placeholder {
1006
- color: currentcolor;
1007
- @supports (color: color-mix(in lab, red, red)) {
1008
- color: color-mix(in oklab, currentcolor 50%, transparent);
1009
- }
1010
- }
1011
- }
1012
- textarea {
1013
- resize: vertical;
1014
- }
1015
- ::-webkit-search-decoration {
1016
- -webkit-appearance: none;
1017
- }
1018
- ::-webkit-date-and-time-value {
1019
- min-height: 1lh;
1020
- text-align: inherit;
1021
- }
1022
- ::-webkit-datetime-edit {
1023
- display: inline-flex;
1024
- }
1025
- ::-webkit-datetime-edit-fields-wrapper {
1026
- padding: 0;
1027
- }
1028
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
1029
- padding-block: 0;
1030
- }
1031
- ::-webkit-calendar-picker-indicator {
1032
- line-height: 1;
1033
- }
1034
- :-moz-ui-invalid {
1035
- box-shadow: none;
1036
- }
1037
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
1038
- appearance: button;
1039
- }
1040
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
1041
- height: auto;
1042
- }
1043
- [hidden]:where(:not([hidden="until-found"])) {
1044
- display: none !important;
1045
- }
1046
- }
1047
- @layer utilities;
1048
- .json-view {
1049
- background-color: transparent !important;
1050
- }
1051
- @property --tw-translate-x {
1052
- syntax: "*";
1053
- inherits: false;
1054
- initial-value: 0;
1055
- }
1056
- @property --tw-translate-y {
1057
- syntax: "*";
1058
- inherits: false;
1059
- initial-value: 0;
1060
- }
1061
- @property --tw-translate-z {
1062
- syntax: "*";
1063
- inherits: false;
1064
- initial-value: 0;
1065
- }
1066
- @property --tw-rotate-x {
1067
- syntax: "*";
1068
- inherits: false;
1069
- }
1070
- @property --tw-rotate-y {
1071
- syntax: "*";
1072
- inherits: false;
1073
- }
1074
- @property --tw-rotate-z {
1075
- syntax: "*";
1076
- inherits: false;
1077
- }
1078
- @property --tw-skew-x {
1079
- syntax: "*";
1080
- inherits: false;
1081
- }
1082
- @property --tw-skew-y {
1083
- syntax: "*";
1084
- inherits: false;
1085
- }
1086
- @property --tw-border-style {
1087
- syntax: "*";
1088
- inherits: false;
1089
- initial-value: solid;
1090
- }
1091
- @property --tw-leading {
1092
- syntax: "*";
1093
- inherits: false;
1094
- }
1095
- @property --tw-font-weight {
1096
- syntax: "*";
1097
- inherits: false;
1098
- }
1099
- @property --tw-outline-style {
1100
- syntax: "*";
1101
- inherits: false;
1102
- initial-value: solid;
1103
- }
1104
- @property --tw-duration {
1105
- syntax: "*";
1106
- inherits: false;
1107
- }
1108
- @keyframes spin {
1109
- to {
1110
- transform: rotate(360deg);
1111
- }
1112
- }
1113
- @keyframes spin {
1114
- to {
1115
- transform: rotate(360deg);
1116
- }
1117
- }
1118
- @layer properties {
1119
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1120
- *, ::before, ::after, ::backdrop {
1121
- --tw-translate-x: 0;
1122
- --tw-translate-y: 0;
1123
- --tw-translate-z: 0;
1124
- --tw-rotate-x: initial;
1125
- --tw-rotate-y: initial;
1126
- --tw-rotate-z: initial;
1127
- --tw-skew-x: initial;
1128
- --tw-skew-y: initial;
1129
- --tw-border-style: solid;
1130
- --tw-leading: initial;
1131
- --tw-font-weight: initial;
1132
- --tw-outline-style: solid;
1133
- --tw-duration: initial;
1134
- }
1135
- }
1136
- }
1137
-
1138
-
1139
- /*# sourceMappingURL=index.css.map*/