@crikket-io/capture 0.1.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 (72) hide show
  1. package/README.md +203 -0
  2. package/dist/browser.d.ts +6 -0
  3. package/dist/browser.js +1 -0
  4. package/dist/capture-screenshot-b3snwyge.js +1 -0
  5. package/dist/capture.css +907 -0
  6. package/dist/capture.global.js +10 -0
  7. package/dist/constants.d.ts +7 -0
  8. package/dist/debugger/debugger-collector.d.ts +15 -0
  9. package/dist/debugger/lazy-debugger-collector.d.ts +12 -0
  10. package/dist/debugger-collector-f0etqtvj.js +2 -0
  11. package/dist/eager.d.ts +18 -0
  12. package/dist/global.d.ts +6 -0
  13. package/dist/index-0avnsp70.js +2 -0
  14. package/dist/index-331vjad4.js +2 -0
  15. package/dist/index-97c5xshv.js +2 -0
  16. package/dist/index-ehy0ec5e.js +2 -0
  17. package/dist/index-nd41xgv7.js +2 -0
  18. package/dist/index-shtqtrh3.js +2 -0
  19. package/dist/index.d.ts +18 -0
  20. package/dist/index.js +2 -0
  21. package/dist/launcher.css +42 -0
  22. package/dist/media/capture-screenshot.d.ts +1 -0
  23. package/dist/media/display-capture.d.ts +6 -0
  24. package/dist/media/lazy-capture-media.d.ts +3 -0
  25. package/dist/media/start-display-recording.d.ts +2 -0
  26. package/dist/plugin.d.ts +5 -0
  27. package/dist/plugin.js +1 -0
  28. package/dist/react.d.ts +2 -0
  29. package/dist/react.js +1 -0
  30. package/dist/review-form-section-frr1x0zk.js +1 -0
  31. package/dist/runtime/capture-runtime.d.ts +36 -0
  32. package/dist/runtime/lazy-capture-runtime.d.ts +33 -0
  33. package/dist/runtime/submit-captured-report.d.ts +8 -0
  34. package/dist/start-display-recording-cve3f1me.js +1 -0
  35. package/dist/submit-captured-report-behdzdha.js +1 -0
  36. package/dist/transport/default-submit-transport.d.ts +2 -0
  37. package/dist/transport/turnstile.d.ts +20 -0
  38. package/dist/types.d.ts +165 -0
  39. package/dist/ui/capture-widget/capture-widget-root.d.ts +6 -0
  40. package/dist/ui/capture-widget/capture-widget-shell.d.ts +8 -0
  41. package/dist/ui/capture-widget/capture-widget-view.d.ts +7 -0
  42. package/dist/ui/capture-widget/components/capture-launcher-button.d.ts +5 -0
  43. package/dist/ui/capture-widget/components/icons.d.ts +8 -0
  44. package/dist/ui/capture-widget/components/media-preview.d.ts +6 -0
  45. package/dist/ui/capture-widget/components/primitives/badge.d.ts +5 -0
  46. package/dist/ui/capture-widget/components/primitives/button.d.ts +7 -0
  47. package/dist/ui/capture-widget/components/primitives/card.d.ts +11 -0
  48. package/dist/ui/capture-widget/components/primitives/cn.d.ts +1 -0
  49. package/dist/ui/capture-widget/components/primitives/field.d.ts +4 -0
  50. package/dist/ui/capture-widget/components/primitives/input.d.ts +1 -0
  51. package/dist/ui/capture-widget/components/primitives/label.d.ts +1 -0
  52. package/dist/ui/capture-widget/components/primitives/textarea.d.ts +1 -0
  53. package/dist/ui/capture-widget/components/screenshot-annotation-editor.d.ts +7 -0
  54. package/dist/ui/capture-widget/components/summary-stat.d.ts +4 -0
  55. package/dist/ui/capture-widget/hooks/use-capture-ui-handlers.d.ts +12 -0
  56. package/dist/ui/capture-widget/hooks/use-recording-clock.d.ts +4 -0
  57. package/dist/ui/capture-widget/hooks/use-review-form.d.ts +14 -0
  58. package/dist/ui/capture-widget/sections/chooser-section.d.ts +5 -0
  59. package/dist/ui/capture-widget/sections/recording-dock.d.ts +6 -0
  60. package/dist/ui/capture-widget/sections/review-form-section.d.ts +11 -0
  61. package/dist/ui/capture-widget/sections/success-section.d.ts +5 -0
  62. package/dist/ui/capture-widget/utils/get-view-description.d.ts +2 -0
  63. package/dist/ui/capture-widget/utils/review-form-schema.d.ts +22 -0
  64. package/dist/ui/capture-widget/utils/screenshot-annotations.d.ts +45 -0
  65. package/dist/ui/mount-capture-launcher.d.ts +11 -0
  66. package/dist/ui/mount-capture-ui.d.ts +2 -0
  67. package/dist/ui/store/capture-ui-store.d.ts +2 -0
  68. package/dist/ui/types.d.ts +63 -0
  69. package/dist/utils.d.ts +16 -0
  70. package/package.json +85 -0
  71. package/react.d.ts +2 -0
  72. package/react.js +1 -0
@@ -0,0 +1,907 @@
1
+ /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: "Inter Variable", sans-serif;
7
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
8
+ "Courier New", monospace;
9
+ --color-green-700: oklch(52.7% 0.154 150.069);
10
+ --color-black: #000;
11
+ --color-white: #fff;
12
+ --spacing: 0.25rem;
13
+ --text-xs: 0.75rem;
14
+ --text-xs--line-height: calc(1 / 0.75);
15
+ --text-sm: 0.875rem;
16
+ --text-sm--line-height: calc(1.25 / 0.875);
17
+ --text-lg: 1.125rem;
18
+ --text-lg--line-height: calc(1.75 / 1.125);
19
+ --text-xl: 1.25rem;
20
+ --text-xl--line-height: calc(1.75 / 1.25);
21
+ --font-weight-medium: 500;
22
+ --font-weight-semibold: 600;
23
+ --aspect-video: 16 / 9;
24
+ --default-transition-duration: 150ms;
25
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26
+ --default-font-family: "Inter Variable", sans-serif;
27
+ --default-mono-font-family: var(--font-mono);
28
+ }
29
+ }
30
+ @layer base {
31
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
32
+ box-sizing: border-box;
33
+ margin: 0;
34
+ padding: 0;
35
+ border: 0 solid;
36
+ }
37
+ html, :host {
38
+ line-height: 1.5;
39
+ -webkit-text-size-adjust: 100%;
40
+ tab-size: 4;
41
+ 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");
42
+ font-feature-settings: var(--default-font-feature-settings, normal);
43
+ font-variation-settings: var(--default-font-variation-settings, normal);
44
+ -webkit-tap-highlight-color: transparent;
45
+ }
46
+ hr {
47
+ height: 0;
48
+ color: inherit;
49
+ border-top-width: 1px;
50
+ }
51
+ abbr:where([title]) {
52
+ -webkit-text-decoration: underline dotted;
53
+ text-decoration: underline dotted;
54
+ }
55
+ h1, h2, h3, h4, h5, h6 {
56
+ font-size: inherit;
57
+ font-weight: inherit;
58
+ }
59
+ a {
60
+ color: inherit;
61
+ -webkit-text-decoration: inherit;
62
+ text-decoration: inherit;
63
+ }
64
+ b, strong {
65
+ font-weight: bolder;
66
+ }
67
+ code, kbd, samp, pre {
68
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
69
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
70
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
71
+ font-size: 1em;
72
+ }
73
+ small {
74
+ font-size: 80%;
75
+ }
76
+ sub, sup {
77
+ font-size: 75%;
78
+ line-height: 0;
79
+ position: relative;
80
+ vertical-align: baseline;
81
+ }
82
+ sub {
83
+ bottom: -0.25em;
84
+ }
85
+ sup {
86
+ top: -0.5em;
87
+ }
88
+ table {
89
+ text-indent: 0;
90
+ border-color: inherit;
91
+ border-collapse: collapse;
92
+ }
93
+ :-moz-focusring {
94
+ outline: auto;
95
+ }
96
+ progress {
97
+ vertical-align: baseline;
98
+ }
99
+ summary {
100
+ display: list-item;
101
+ }
102
+ ol, ul, menu {
103
+ list-style: none;
104
+ }
105
+ img, svg, video, canvas, audio, iframe, embed, object {
106
+ display: block;
107
+ vertical-align: middle;
108
+ }
109
+ img, video {
110
+ max-width: 100%;
111
+ height: auto;
112
+ }
113
+ button, input, select, optgroup, textarea, ::file-selector-button {
114
+ font: inherit;
115
+ font-feature-settings: inherit;
116
+ font-variation-settings: inherit;
117
+ letter-spacing: inherit;
118
+ color: inherit;
119
+ border-radius: 0;
120
+ background-color: transparent;
121
+ opacity: 1;
122
+ }
123
+ :where(select:is([multiple], [size])) optgroup {
124
+ font-weight: bolder;
125
+ }
126
+ :where(select:is([multiple], [size])) optgroup option {
127
+ padding-inline-start: 20px;
128
+ }
129
+ ::file-selector-button {
130
+ margin-inline-end: 4px;
131
+ }
132
+ ::placeholder {
133
+ opacity: 1;
134
+ }
135
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
136
+ ::placeholder {
137
+ color: currentcolor;
138
+ @supports (color: color-mix(in lab, red, red)) {
139
+ color: color-mix(in oklab, currentcolor 50%, transparent);
140
+ }
141
+ }
142
+ }
143
+ textarea {
144
+ resize: vertical;
145
+ }
146
+ ::-webkit-search-decoration {
147
+ -webkit-appearance: none;
148
+ }
149
+ ::-webkit-date-and-time-value {
150
+ min-height: 1lh;
151
+ text-align: inherit;
152
+ }
153
+ ::-webkit-datetime-edit {
154
+ display: inline-flex;
155
+ }
156
+ ::-webkit-datetime-edit-fields-wrapper {
157
+ padding: 0;
158
+ }
159
+ ::-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 {
160
+ padding-block: 0;
161
+ }
162
+ ::-webkit-calendar-picker-indicator {
163
+ line-height: 1;
164
+ }
165
+ :-moz-ui-invalid {
166
+ box-shadow: none;
167
+ }
168
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
169
+ appearance: button;
170
+ }
171
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
172
+ height: auto;
173
+ }
174
+ [hidden]:where(:not([hidden="until-found"])) {
175
+ display: none !important;
176
+ }
177
+ }
178
+ @layer utilities {
179
+ .fixed {
180
+ position: fixed;
181
+ }
182
+ .inset-0 {
183
+ inset: calc(var(--spacing) * 0);
184
+ }
185
+ .right-6 {
186
+ right: calc(var(--spacing) * 6);
187
+ }
188
+ .bottom-\[76px\] {
189
+ bottom: 76px;
190
+ }
191
+ .z-\[var\(--capture-overlay-z-index\)\] {
192
+ z-index: var(--capture-overlay-z-index);
193
+ }
194
+ .z-\[var\(--capture-z-index\)\] {
195
+ z-index: var(--capture-z-index);
196
+ }
197
+ .container {
198
+ width: 100%;
199
+ @media (width >= 40rem) {
200
+ max-width: 40rem;
201
+ }
202
+ @media (width >= 48rem) {
203
+ max-width: 48rem;
204
+ }
205
+ @media (width >= 64rem) {
206
+ max-width: 64rem;
207
+ }
208
+ @media (width >= 80rem) {
209
+ max-width: 80rem;
210
+ }
211
+ @media (width >= 96rem) {
212
+ max-width: 96rem;
213
+ }
214
+ }
215
+ .m-0 {
216
+ margin: calc(var(--spacing) * 0);
217
+ }
218
+ .m-auto {
219
+ margin: auto;
220
+ }
221
+ .mx-5 {
222
+ margin-inline: calc(var(--spacing) * 5);
223
+ }
224
+ .mt-5 {
225
+ margin-top: calc(var(--spacing) * 5);
226
+ }
227
+ .ml-auto {
228
+ margin-left: auto;
229
+ }
230
+ .block {
231
+ display: block;
232
+ }
233
+ .flex {
234
+ display: flex;
235
+ }
236
+ .grid {
237
+ display: grid;
238
+ }
239
+ .hidden {
240
+ display: none;
241
+ }
242
+ .inline-flex {
243
+ display: inline-flex;
244
+ }
245
+ .aspect-video {
246
+ aspect-ratio: var(--aspect-video);
247
+ }
248
+ .size-2 {
249
+ width: calc(var(--spacing) * 2);
250
+ height: calc(var(--spacing) * 2);
251
+ }
252
+ .h-4 {
253
+ height: calc(var(--spacing) * 4);
254
+ }
255
+ .h-5 {
256
+ height: calc(var(--spacing) * 5);
257
+ }
258
+ .h-8 {
259
+ height: calc(var(--spacing) * 8);
260
+ }
261
+ .h-9 {
262
+ height: calc(var(--spacing) * 9);
263
+ }
264
+ .h-\[min\(820px\,calc\(100dvh-2rem\)\)\] {
265
+ height: min(820px, calc(100dvh - 2rem));
266
+ }
267
+ .h-full {
268
+ height: 100%;
269
+ }
270
+ .max-h-\[calc\(100dvh-2rem\)\] {
271
+ max-height: calc(100dvh - 2rem);
272
+ }
273
+ .max-h-full {
274
+ max-height: 100%;
275
+ }
276
+ .min-h-0 {
277
+ min-height: calc(var(--spacing) * 0);
278
+ }
279
+ .min-h-24 {
280
+ min-height: calc(var(--spacing) * 24);
281
+ }
282
+ .min-h-32 {
283
+ min-height: calc(var(--spacing) * 32);
284
+ }
285
+ .min-h-\[320px\] {
286
+ min-height: 320px;
287
+ }
288
+ .min-h-full {
289
+ min-height: 100%;
290
+ }
291
+ .w-4 {
292
+ width: calc(var(--spacing) * 4);
293
+ }
294
+ .w-5 {
295
+ width: calc(var(--spacing) * 5);
296
+ }
297
+ .w-9 {
298
+ width: calc(var(--spacing) * 9);
299
+ }
300
+ .w-full {
301
+ width: 100%;
302
+ }
303
+ .max-w-\[560px\] {
304
+ max-width: 560px;
305
+ }
306
+ .max-w-\[960px\] {
307
+ max-width: 960px;
308
+ }
309
+ .max-w-\[1120px\] {
310
+ max-width: 1120px;
311
+ }
312
+ .min-w-0 {
313
+ min-width: calc(var(--spacing) * 0);
314
+ }
315
+ .min-w-11 {
316
+ min-width: calc(var(--spacing) * 11);
317
+ }
318
+ .flex-1 {
319
+ flex: 1;
320
+ }
321
+ .shrink-0 {
322
+ flex-shrink: 0;
323
+ }
324
+ .scale-110 {
325
+ --tw-scale-x: 110%;
326
+ --tw-scale-y: 110%;
327
+ --tw-scale-z: 110%;
328
+ scale: var(--tw-scale-x) var(--tw-scale-y);
329
+ }
330
+ .cursor-crosshair {
331
+ cursor: crosshair;
332
+ }
333
+ .cursor-default {
334
+ cursor: default;
335
+ }
336
+ .resize-y {
337
+ resize: vertical;
338
+ }
339
+ .grid-cols-2 {
340
+ grid-template-columns: repeat(2, minmax(0, 1fr));
341
+ }
342
+ .grid-cols-3 {
343
+ grid-template-columns: repeat(3, minmax(0, 1fr));
344
+ }
345
+ .grid-rows-\[auto_1fr\] {
346
+ grid-template-rows: auto 1fr;
347
+ }
348
+ .flex-col {
349
+ flex-direction: column;
350
+ }
351
+ .flex-row {
352
+ flex-direction: row;
353
+ }
354
+ .flex-wrap {
355
+ flex-wrap: wrap;
356
+ }
357
+ .items-center {
358
+ align-items: center;
359
+ }
360
+ .items-start {
361
+ align-items: flex-start;
362
+ }
363
+ .justify-between {
364
+ justify-content: space-between;
365
+ }
366
+ .justify-center {
367
+ justify-content: center;
368
+ }
369
+ .gap-0 {
370
+ gap: calc(var(--spacing) * 0);
371
+ }
372
+ .gap-1 {
373
+ gap: calc(var(--spacing) * 1);
374
+ }
375
+ .gap-2 {
376
+ gap: calc(var(--spacing) * 2);
377
+ }
378
+ .gap-3 {
379
+ gap: calc(var(--spacing) * 3);
380
+ }
381
+ .gap-4 {
382
+ gap: calc(var(--spacing) * 4);
383
+ }
384
+ .gap-5 {
385
+ gap: calc(var(--spacing) * 5);
386
+ }
387
+ .overflow-auto {
388
+ overflow: auto;
389
+ }
390
+ .overflow-hidden {
391
+ overflow: hidden;
392
+ }
393
+ .overflow-y-auto {
394
+ overflow-y: auto;
395
+ }
396
+ .rounded-full {
397
+ border-radius: calc(infinity * 1px);
398
+ }
399
+ .rounded-lg {
400
+ border-radius: var(--radius);
401
+ }
402
+ .rounded-md {
403
+ border-radius: calc(var(--radius) - 2px);
404
+ }
405
+ .rounded-xl {
406
+ border-radius: calc(var(--radius) + 4px);
407
+ }
408
+ .border {
409
+ border-style: var(--tw-border-style);
410
+ border-width: 1px;
411
+ }
412
+ .border-b {
413
+ border-bottom-style: var(--tw-border-style);
414
+ border-bottom-width: 1px;
415
+ }
416
+ .border-border {
417
+ border-color: var(--border);
418
+ }
419
+ .border-border\/70 {
420
+ border-color: var(--border);
421
+ @supports (color: color-mix(in lab, red, red)) {
422
+ border-color: color-mix(in oklab, var(--border) 70%, transparent);
423
+ }
424
+ }
425
+ .border-border\/80 {
426
+ border-color: var(--border);
427
+ @supports (color: color-mix(in lab, red, red)) {
428
+ border-color: color-mix(in oklab, var(--border) 80%, transparent);
429
+ }
430
+ }
431
+ .border-foreground {
432
+ border-color: var(--foreground);
433
+ }
434
+ .border-input {
435
+ border-color: var(--input);
436
+ }
437
+ .border-transparent {
438
+ border-color: transparent;
439
+ }
440
+ .bg-black {
441
+ background-color: var(--color-black);
442
+ }
443
+ .bg-black\/60 {
444
+ background-color: color-mix(in srgb, #000 60%, transparent);
445
+ @supports (color: color-mix(in lab, red, red)) {
446
+ background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
447
+ }
448
+ }
449
+ .bg-card {
450
+ background-color: var(--card);
451
+ }
452
+ .bg-foreground {
453
+ background-color: var(--foreground);
454
+ }
455
+ .bg-muted {
456
+ background-color: var(--muted);
457
+ }
458
+ .bg-muted\/20 {
459
+ background-color: var(--muted);
460
+ @supports (color: color-mix(in lab, red, red)) {
461
+ background-color: color-mix(in oklab, var(--muted) 20%, transparent);
462
+ }
463
+ }
464
+ .bg-muted\/40 {
465
+ background-color: var(--muted);
466
+ @supports (color: color-mix(in lab, red, red)) {
467
+ background-color: color-mix(in oklab, var(--muted) 40%, transparent);
468
+ }
469
+ }
470
+ .bg-muted\/60 {
471
+ background-color: var(--muted);
472
+ @supports (color: color-mix(in lab, red, red)) {
473
+ background-color: color-mix(in oklab, var(--muted) 60%, transparent);
474
+ }
475
+ }
476
+ .bg-transparent {
477
+ background-color: transparent;
478
+ }
479
+ .bg-white {
480
+ background-color: var(--color-white);
481
+ }
482
+ .object-contain {
483
+ object-fit: contain;
484
+ }
485
+ .p-3 {
486
+ padding: calc(var(--spacing) * 3);
487
+ }
488
+ .p-4 {
489
+ padding: calc(var(--spacing) * 4);
490
+ }
491
+ .p-5 {
492
+ padding: calc(var(--spacing) * 5);
493
+ }
494
+ .px-0 {
495
+ padding-inline: calc(var(--spacing) * 0);
496
+ }
497
+ .px-2 {
498
+ padding-inline: calc(var(--spacing) * 2);
499
+ }
500
+ .px-3 {
501
+ padding-inline: calc(var(--spacing) * 3);
502
+ }
503
+ .px-4 {
504
+ padding-inline: calc(var(--spacing) * 4);
505
+ }
506
+ .px-5 {
507
+ padding-inline: calc(var(--spacing) * 5);
508
+ }
509
+ .py-0 {
510
+ padding-block: calc(var(--spacing) * 0);
511
+ }
512
+ .py-0\.5 {
513
+ padding-block: calc(var(--spacing) * 0.5);
514
+ }
515
+ .py-2 {
516
+ padding-block: calc(var(--spacing) * 2);
517
+ }
518
+ .py-3 {
519
+ padding-block: calc(var(--spacing) * 3);
520
+ }
521
+ .py-4 {
522
+ padding-block: calc(var(--spacing) * 4);
523
+ }
524
+ .py-8 {
525
+ padding-block: calc(var(--spacing) * 8);
526
+ }
527
+ .pb-0 {
528
+ padding-bottom: calc(var(--spacing) * 0);
529
+ }
530
+ .pb-4 {
531
+ padding-bottom: calc(var(--spacing) * 4);
532
+ }
533
+ .pl-8 {
534
+ padding-left: calc(var(--spacing) * 8);
535
+ }
536
+ .text-center {
537
+ text-align: center;
538
+ }
539
+ .text-right {
540
+ text-align: right;
541
+ }
542
+ .font-mono {
543
+ font-family: var(--font-mono);
544
+ }
545
+ .text-lg {
546
+ font-size: var(--text-lg);
547
+ line-height: var(--tw-leading, var(--text-lg--line-height));
548
+ }
549
+ .text-sm {
550
+ font-size: var(--text-sm);
551
+ line-height: var(--tw-leading, var(--text-sm--line-height));
552
+ }
553
+ .text-xl {
554
+ font-size: var(--text-xl);
555
+ line-height: var(--tw-leading, var(--text-xl--line-height));
556
+ }
557
+ .text-xs {
558
+ font-size: var(--text-xs);
559
+ line-height: var(--tw-leading, var(--text-xs--line-height));
560
+ }
561
+ .text-\[11px\] {
562
+ font-size: 11px;
563
+ }
564
+ .leading-none {
565
+ --tw-leading: 1;
566
+ line-height: 1;
567
+ }
568
+ .font-medium {
569
+ --tw-font-weight: var(--font-weight-medium);
570
+ font-weight: var(--font-weight-medium);
571
+ }
572
+ .font-semibold {
573
+ --tw-font-weight: var(--font-weight-semibold);
574
+ font-weight: var(--font-weight-semibold);
575
+ }
576
+ .text-background {
577
+ color: var(--background);
578
+ }
579
+ .text-card-foreground {
580
+ color: var(--card-foreground);
581
+ }
582
+ .text-destructive {
583
+ color: var(--destructive);
584
+ }
585
+ .text-foreground {
586
+ color: var(--foreground);
587
+ }
588
+ .text-green-700 {
589
+ color: var(--color-green-700);
590
+ }
591
+ .text-muted-foreground {
592
+ color: var(--muted-foreground);
593
+ }
594
+ .shadow-2xl {
595
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
596
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
597
+ }
598
+ .shadow-sm {
599
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
600
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
601
+ }
602
+ .shadow-xs {
603
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
604
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
605
+ }
606
+ .outline {
607
+ outline-style: var(--tw-outline-style);
608
+ outline-width: 1px;
609
+ }
610
+ .transition-\[border-color\,box-shadow\] {
611
+ transition-property: border-color,box-shadow;
612
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
613
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
614
+ }
615
+ .transition-colors {
616
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
617
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
618
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
619
+ }
620
+ .transition-transform {
621
+ transition-property: transform, translate, scale, rotate;
622
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
623
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
624
+ }
625
+ .outline-none {
626
+ --tw-outline-style: none;
627
+ outline-style: none;
628
+ }
629
+ .hover\:bg-muted\/80 {
630
+ &:hover {
631
+ @media (hover: hover) {
632
+ background-color: var(--muted);
633
+ @supports (color: color-mix(in lab, red, red)) {
634
+ background-color: color-mix(in oklab, var(--muted) 80%, transparent);
635
+ }
636
+ }
637
+ }
638
+ }
639
+ .hover\:opacity-90 {
640
+ &:hover {
641
+ @media (hover: hover) {
642
+ opacity: 90%;
643
+ }
644
+ }
645
+ }
646
+ .focus-visible\:border-ring {
647
+ &:focus-visible {
648
+ border-color: var(--ring);
649
+ }
650
+ }
651
+ .focus-visible\:ring-2 {
652
+ &:focus-visible {
653
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
654
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
655
+ }
656
+ }
657
+ .focus-visible\:ring-ring\/60 {
658
+ &:focus-visible {
659
+ --tw-ring-color: var(--ring);
660
+ @supports (color: color-mix(in lab, red, red)) {
661
+ --tw-ring-color: color-mix(in oklab, var(--ring) 60%, transparent);
662
+ }
663
+ }
664
+ }
665
+ .focus-visible\:outline-none {
666
+ &:focus-visible {
667
+ --tw-outline-style: none;
668
+ outline-style: none;
669
+ }
670
+ }
671
+ .disabled\:cursor-not-allowed {
672
+ &:disabled {
673
+ cursor: not-allowed;
674
+ }
675
+ }
676
+ .disabled\:opacity-50 {
677
+ &:disabled {
678
+ opacity: 50%;
679
+ }
680
+ }
681
+ .sm\:grid-cols-2 {
682
+ @media (width >= 40rem) {
683
+ grid-template-columns: repeat(2, minmax(0, 1fr));
684
+ }
685
+ }
686
+ .sm\:flex-row {
687
+ @media (width >= 40rem) {
688
+ flex-direction: row;
689
+ }
690
+ }
691
+ .lg\:grid-cols-\[minmax\(0\,1\.5fr\)_360px\] {
692
+ @media (width >= 64rem) {
693
+ grid-template-columns: minmax(0,1.5fr) 360px;
694
+ }
695
+ }
696
+ .lg\:border-r {
697
+ @media (width >= 64rem) {
698
+ border-right-style: var(--tw-border-style);
699
+ border-right-width: 1px;
700
+ }
701
+ }
702
+ .lg\:border-b-0 {
703
+ @media (width >= 64rem) {
704
+ border-bottom-style: var(--tw-border-style);
705
+ border-bottom-width: 0px;
706
+ }
707
+ }
708
+ }
709
+ :root {
710
+ --background: oklch(1 0 0);
711
+ --foreground: oklch(0.145 0 0);
712
+ --card: oklch(1 0 0);
713
+ --card-foreground: oklch(0.145 0 0);
714
+ --popover: oklch(1 0 0);
715
+ --popover-foreground: oklch(0.145 0 0);
716
+ --primary: oklch(0.205 0 0);
717
+ --primary-foreground: oklch(0.985 0 0);
718
+ --secondary: oklch(0.97 0 0);
719
+ --secondary-foreground: oklch(0.205 0 0);
720
+ --muted: oklch(0.97 0 0);
721
+ --muted-foreground: oklch(0.556 0 0);
722
+ --accent: oklch(0.97 0 0);
723
+ --accent-foreground: oklch(0.205 0 0);
724
+ --destructive: oklch(0.58 0.22 27);
725
+ --border: oklch(0.922 0 0);
726
+ --input: oklch(0.922 0 0);
727
+ --ring: oklch(0.708 0 0);
728
+ --radius: 0.625rem;
729
+ }
730
+ @layer base {
731
+ :host {
732
+ font-family: var(--font-sans);
733
+ }
734
+ *,
735
+ ::before,
736
+ ::after {
737
+ box-sizing: border-box;
738
+ border-color: var(--border);
739
+ }
740
+ .crikket-capture-root {
741
+ color: var(--foreground);
742
+ font-family: var(--font-sans);
743
+ }
744
+ .capture-launcher {
745
+ position: fixed;
746
+ right: 24px;
747
+ bottom: 24px;
748
+ z-index: var(--capture-z-index);
749
+ display: inline-flex;
750
+ align-items: center;
751
+ justify-content: center;
752
+ height: 36px;
753
+ padding: 0 16px;
754
+ border: 0;
755
+ border-radius: 9999px;
756
+ background: #111827;
757
+ color: #ffffff;
758
+ font: 500 14px / 1.2 Inter Variable,
759
+ Inter,
760
+ ui-sans-serif,
761
+ system-ui,
762
+ sans-serif;
763
+ box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
764
+ cursor: pointer;
765
+ transition: opacity 150ms ease;
766
+ }
767
+ .capture-launcher:hover {
768
+ opacity: 0.92;
769
+ }
770
+ .capture-launcher:focus-visible {
771
+ outline: 2px solid rgb(17 24 39 / 0.45);
772
+ outline-offset: 2px;
773
+ }
774
+ .capture-launcher:disabled {
775
+ opacity: 0.7;
776
+ cursor: progress;
777
+ }
778
+ button:not(:disabled),
779
+ [role="button"]:not(:disabled) {
780
+ cursor: pointer;
781
+ }
782
+ }
783
+ @property --tw-scale-x {
784
+ syntax: "*";
785
+ inherits: false;
786
+ initial-value: 1;
787
+ }
788
+ @property --tw-scale-y {
789
+ syntax: "*";
790
+ inherits: false;
791
+ initial-value: 1;
792
+ }
793
+ @property --tw-scale-z {
794
+ syntax: "*";
795
+ inherits: false;
796
+ initial-value: 1;
797
+ }
798
+ @property --tw-border-style {
799
+ syntax: "*";
800
+ inherits: false;
801
+ initial-value: solid;
802
+ }
803
+ @property --tw-leading {
804
+ syntax: "*";
805
+ inherits: false;
806
+ }
807
+ @property --tw-font-weight {
808
+ syntax: "*";
809
+ inherits: false;
810
+ }
811
+ @property --tw-shadow {
812
+ syntax: "*";
813
+ inherits: false;
814
+ initial-value: 0 0 #0000;
815
+ }
816
+ @property --tw-shadow-color {
817
+ syntax: "*";
818
+ inherits: false;
819
+ }
820
+ @property --tw-shadow-alpha {
821
+ syntax: "<percentage>";
822
+ inherits: false;
823
+ initial-value: 100%;
824
+ }
825
+ @property --tw-inset-shadow {
826
+ syntax: "*";
827
+ inherits: false;
828
+ initial-value: 0 0 #0000;
829
+ }
830
+ @property --tw-inset-shadow-color {
831
+ syntax: "*";
832
+ inherits: false;
833
+ }
834
+ @property --tw-inset-shadow-alpha {
835
+ syntax: "<percentage>";
836
+ inherits: false;
837
+ initial-value: 100%;
838
+ }
839
+ @property --tw-ring-color {
840
+ syntax: "*";
841
+ inherits: false;
842
+ }
843
+ @property --tw-ring-shadow {
844
+ syntax: "*";
845
+ inherits: false;
846
+ initial-value: 0 0 #0000;
847
+ }
848
+ @property --tw-inset-ring-color {
849
+ syntax: "*";
850
+ inherits: false;
851
+ }
852
+ @property --tw-inset-ring-shadow {
853
+ syntax: "*";
854
+ inherits: false;
855
+ initial-value: 0 0 #0000;
856
+ }
857
+ @property --tw-ring-inset {
858
+ syntax: "*";
859
+ inherits: false;
860
+ }
861
+ @property --tw-ring-offset-width {
862
+ syntax: "<length>";
863
+ inherits: false;
864
+ initial-value: 0px;
865
+ }
866
+ @property --tw-ring-offset-color {
867
+ syntax: "*";
868
+ inherits: false;
869
+ initial-value: #fff;
870
+ }
871
+ @property --tw-ring-offset-shadow {
872
+ syntax: "*";
873
+ inherits: false;
874
+ initial-value: 0 0 #0000;
875
+ }
876
+ @property --tw-outline-style {
877
+ syntax: "*";
878
+ inherits: false;
879
+ initial-value: solid;
880
+ }
881
+ @layer properties {
882
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
883
+ *, ::before, ::after, ::backdrop {
884
+ --tw-scale-x: 1;
885
+ --tw-scale-y: 1;
886
+ --tw-scale-z: 1;
887
+ --tw-border-style: solid;
888
+ --tw-leading: initial;
889
+ --tw-font-weight: initial;
890
+ --tw-shadow: 0 0 #0000;
891
+ --tw-shadow-color: initial;
892
+ --tw-shadow-alpha: 100%;
893
+ --tw-inset-shadow: 0 0 #0000;
894
+ --tw-inset-shadow-color: initial;
895
+ --tw-inset-shadow-alpha: 100%;
896
+ --tw-ring-color: initial;
897
+ --tw-ring-shadow: 0 0 #0000;
898
+ --tw-inset-ring-color: initial;
899
+ --tw-inset-ring-shadow: 0 0 #0000;
900
+ --tw-ring-inset: initial;
901
+ --tw-ring-offset-width: 0px;
902
+ --tw-ring-offset-color: #fff;
903
+ --tw-ring-offset-shadow: 0 0 #0000;
904
+ --tw-outline-style: solid;
905
+ }
906
+ }
907
+ }