@100mslive/roomkit-react 0.3.24 → 0.3.25-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
1
3
  export declare const Root: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
4
  allowMotion: string;
3
5
  sm: string;
@@ -343,6 +345,609 @@ export declare const Root: import("@stitches/react/types/styled-component").Styl
343
345
  marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
344
346
  };
345
347
  }>>;
348
+ declare const MotionRoot: import("react").ForwardRefExoticComponent<{
349
+ color?: string | undefined;
350
+ content?: string | undefined;
351
+ translate?: "no" | "yes" | undefined;
352
+ role?: import("react").AriaRole | undefined;
353
+ prefix?: string | undefined;
354
+ css?: import("@stitches/react/types/css-util").CSS<{
355
+ allowMotion: string;
356
+ sm: string;
357
+ md: string;
358
+ lg: string;
359
+ xl: string;
360
+ '2xl': string;
361
+ ls: string;
362
+ }, {
363
+ colors: {
364
+ primary_default: string;
365
+ primary_bright: string;
366
+ primary_dim: string;
367
+ primary_disabled: string;
368
+ on_primary_high: string;
369
+ on_primary_medium: string;
370
+ on_primary_low: string;
371
+ secondary_default: string;
372
+ secondary_bright: string;
373
+ secondary_dim: string;
374
+ secondary_disabled: string;
375
+ on_secondary_high: string;
376
+ on_secondary_medium: string;
377
+ on_secondary_low: string;
378
+ background_default: string;
379
+ background_dim: string;
380
+ surface_default: string;
381
+ surface_bright: string;
382
+ surface_brighter: string;
383
+ surface_dim: string;
384
+ on_surface_high: string;
385
+ on_surface_medium: string;
386
+ on_surface_low: string;
387
+ border_default: string;
388
+ border_bright: string;
389
+ alert_success: string;
390
+ alert_warning: string;
391
+ alert_error_default: string;
392
+ alert_error_bright: string;
393
+ alert_error_brighter: string;
394
+ alert_error_dim: string;
395
+ };
396
+ shadows: {
397
+ sm: string;
398
+ md: string;
399
+ };
400
+ fonts: {
401
+ sans: string;
402
+ };
403
+ fontSizes: {
404
+ h1: string;
405
+ h2: string;
406
+ h3: string;
407
+ h4: string;
408
+ h5: string;
409
+ h6: string;
410
+ tiny: string;
411
+ xs: string;
412
+ sm: string;
413
+ md: string;
414
+ lg: string;
415
+ };
416
+ fontWeights: {
417
+ semiBold: number;
418
+ medium: number;
419
+ regular: number;
420
+ };
421
+ lineHeights: {
422
+ h1: string;
423
+ h2: string;
424
+ h3: string;
425
+ h4: string;
426
+ h5: string;
427
+ h6: string;
428
+ tiny: string;
429
+ xs: string;
430
+ sm: string;
431
+ md: string;
432
+ };
433
+ radii: {
434
+ '0': string;
435
+ '1': string;
436
+ '2': string;
437
+ '3': string;
438
+ '4': string;
439
+ round: string;
440
+ };
441
+ space: {
442
+ 0: string;
443
+ xs: string;
444
+ sm: string;
445
+ md: string;
446
+ lg: string;
447
+ xl: string;
448
+ px: string;
449
+ 1: string;
450
+ 2: string;
451
+ 3: string;
452
+ 4: string;
453
+ 5: string;
454
+ 6: string;
455
+ 7: string;
456
+ 8: string;
457
+ 9: string;
458
+ 10: string;
459
+ 11: string;
460
+ 12: string;
461
+ 13: string;
462
+ 14: string;
463
+ 15: string;
464
+ 16: string;
465
+ 17: string;
466
+ 18: string;
467
+ 19: string;
468
+ 20: string;
469
+ 24: string;
470
+ 28: string;
471
+ 32: string;
472
+ 36: string;
473
+ 40: string;
474
+ 44: string;
475
+ 48: string;
476
+ 52: string;
477
+ 56: string;
478
+ 60: string;
479
+ 64: string;
480
+ 72: string;
481
+ 80: string;
482
+ 96: string;
483
+ 100: string;
484
+ };
485
+ borderWidths: {
486
+ light: string;
487
+ normal: string;
488
+ bold: string;
489
+ extrabold: string;
490
+ black: string;
491
+ };
492
+ }, {
493
+ width: string;
494
+ height: string;
495
+ minWidth: string;
496
+ maxWidth: string;
497
+ minHeight: string;
498
+ maxHeight: string;
499
+ flexBasis: string;
500
+ gridTemplateColumns: string;
501
+ gridTemplateRows: string;
502
+ blockSize: string;
503
+ minBlockSize: string;
504
+ maxBlockSize: string;
505
+ inlineSize: string;
506
+ minInlineSize: string;
507
+ maxInlineSize: string;
508
+ gap: "space";
509
+ gridGap: "space";
510
+ columnGap: "space";
511
+ gridColumnGap: "space";
512
+ rowGap: "space";
513
+ gridRowGap: "space";
514
+ inset: "space";
515
+ insetBlock: "space";
516
+ insetBlockEnd: "space";
517
+ insetBlockStart: "space";
518
+ insetInline: "space";
519
+ insetInlineEnd: "space";
520
+ insetInlineStart: "space";
521
+ margin: "space";
522
+ marginTop: "space";
523
+ marginRight: "space";
524
+ marginBottom: "space";
525
+ marginLeft: "space";
526
+ marginBlock: "space";
527
+ marginBlockEnd: "space";
528
+ marginBlockStart: "space";
529
+ marginInline: "space";
530
+ marginInlineEnd: "space";
531
+ marginInlineStart: "space";
532
+ padding: "space";
533
+ paddingTop: "space";
534
+ paddingRight: "space";
535
+ paddingBottom: "space";
536
+ paddingLeft: "space";
537
+ paddingBlock: "space";
538
+ paddingBlockEnd: "space";
539
+ paddingBlockStart: "space";
540
+ paddingInline: "space";
541
+ paddingInlineEnd: "space";
542
+ paddingInlineStart: "space";
543
+ scrollMargin: "space";
544
+ scrollMarginTop: "space";
545
+ scrollMarginRight: "space";
546
+ scrollMarginBottom: "space";
547
+ scrollMarginLeft: "space";
548
+ scrollMarginBlock: "space";
549
+ scrollMarginBlockEnd: "space";
550
+ scrollMarginBlockStart: "space";
551
+ scrollMarginInline: "space";
552
+ scrollMarginInlineEnd: "space";
553
+ scrollMarginInlineStart: "space";
554
+ scrollPadding: "space";
555
+ scrollPaddingTop: "space";
556
+ scrollPaddingRight: "space";
557
+ scrollPaddingBottom: "space";
558
+ scrollPaddingLeft: "space";
559
+ scrollPaddingBlock: "space";
560
+ scrollPaddingBlockEnd: "space";
561
+ scrollPaddingBlockStart: "space";
562
+ scrollPaddingInline: "space";
563
+ scrollPaddingInlineEnd: "space";
564
+ scrollPaddingInlineStart: "space";
565
+ top: "space";
566
+ right: "space";
567
+ bottom: "space";
568
+ left: "space";
569
+ fontSize: "fontSizes";
570
+ background: "colors";
571
+ backgroundColor: "colors";
572
+ backgroundImage: "colors";
573
+ borderImage: "colors";
574
+ border: "colors";
575
+ borderBlock: "colors";
576
+ borderBlockEnd: "colors";
577
+ borderBlockStart: "colors";
578
+ borderBottom: "colors";
579
+ borderBottomColor: "colors";
580
+ borderColor: "colors";
581
+ borderInline: "colors";
582
+ borderInlineEnd: "colors";
583
+ borderInlineStart: "colors";
584
+ borderLeft: "colors";
585
+ borderLeftColor: "colors";
586
+ borderRight: "colors";
587
+ borderRightColor: "colors";
588
+ borderTop: "colors";
589
+ borderTopColor: "colors";
590
+ caretColor: "colors";
591
+ color: "colors";
592
+ columnRuleColor: "colors";
593
+ outline: "colors";
594
+ outlineColor: "colors";
595
+ fill: "colors";
596
+ stroke: "colors";
597
+ textDecorationColor: "colors";
598
+ fontFamily: "fonts";
599
+ fontWeight: "fontWeights";
600
+ lineHeight: "lineHeights";
601
+ letterSpacing: "letterSpacings";
602
+ borderWidth: "borderWidths";
603
+ borderTopWidth: "borderWidths";
604
+ borderLeftWidth: "borderWidths";
605
+ borderRightWidth: "borderWidths";
606
+ borderBottomWidth: "borderWidths";
607
+ borderStyle: "borderStyles";
608
+ borderTopStyle: "borderStyles";
609
+ borderLeftStyle: "borderStyles";
610
+ borderRightStyle: "borderStyles";
611
+ borderBottomStyle: "borderStyles";
612
+ borderRadius: "radii";
613
+ borderTopLeftRadius: "radii";
614
+ borderTopRightRadius: "radii";
615
+ borderBottomRightRadius: "radii";
616
+ borderBottomLeftRadius: "radii";
617
+ boxShadow: "shadows";
618
+ textShadow: "shadows";
619
+ transition: "transitions";
620
+ zIndex: "zIndices";
621
+ }, {
622
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
623
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
624
+ };
625
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
626
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
627
+ };
628
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
629
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
630
+ };
631
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
632
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
633
+ };
634
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
635
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
636
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
637
+ };
638
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
639
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
640
+ };
641
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
642
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
643
+ };
644
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
645
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
646
+ };
647
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
648
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
649
+ };
650
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
651
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
652
+ };
653
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
654
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
655
+ };
656
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
657
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
658
+ };
659
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
660
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
661
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
662
+ };
663
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
664
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
665
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
666
+ };
667
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
668
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
669
+ };
670
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
671
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
672
+ };
673
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
674
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
675
+ };
676
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
677
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
678
+ };
679
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
680
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
681
+ };
682
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
683
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
684
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
685
+ };
686
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
687
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
688
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
689
+ };
690
+ }> | undefined;
691
+ className?: string | undefined;
692
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
693
+ slot?: string | undefined;
694
+ title?: string | undefined;
695
+ hidden?: boolean | undefined;
696
+ suppressHydrationWarning?: boolean | undefined;
697
+ id?: string | undefined;
698
+ lang?: string | undefined;
699
+ tabIndex?: number | undefined;
700
+ "aria-activedescendant"?: string | undefined;
701
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
702
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
703
+ "aria-braillelabel"?: string | undefined;
704
+ "aria-brailleroledescription"?: string | undefined;
705
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
706
+ "aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
707
+ "aria-colcount"?: number | undefined;
708
+ "aria-colindex"?: number | undefined;
709
+ "aria-colindextext"?: string | undefined;
710
+ "aria-colspan"?: number | undefined;
711
+ "aria-controls"?: string | undefined;
712
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
713
+ "aria-describedby"?: string | undefined;
714
+ "aria-description"?: string | undefined;
715
+ "aria-details"?: string | undefined;
716
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
717
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
718
+ "aria-errormessage"?: string | undefined;
719
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
720
+ "aria-flowto"?: string | undefined;
721
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
722
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
723
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
724
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
725
+ "aria-keyshortcuts"?: string | undefined;
726
+ "aria-label"?: string | undefined;
727
+ "aria-labelledby"?: string | undefined;
728
+ "aria-level"?: number | undefined;
729
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
730
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
731
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
732
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
733
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
734
+ "aria-owns"?: string | undefined;
735
+ "aria-placeholder"?: string | undefined;
736
+ "aria-posinset"?: number | undefined;
737
+ "aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
738
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
739
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
740
+ "aria-required"?: (boolean | "true" | "false") | undefined;
741
+ "aria-roledescription"?: string | undefined;
742
+ "aria-rowcount"?: number | undefined;
743
+ "aria-rowindex"?: number | undefined;
744
+ "aria-rowindextext"?: string | undefined;
745
+ "aria-rowspan"?: number | undefined;
746
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
747
+ "aria-setsize"?: number | undefined;
748
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
749
+ "aria-valuemax"?: number | undefined;
750
+ "aria-valuemin"?: number | undefined;
751
+ "aria-valuenow"?: number | undefined;
752
+ "aria-valuetext"?: string | undefined;
753
+ dangerouslySetInnerHTML?: {
754
+ __html: string | TrustedHTML;
755
+ } | undefined;
756
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
757
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
758
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
759
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
760
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
761
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
762
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
763
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
764
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
765
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
766
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
767
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
768
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
769
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
770
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
771
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
772
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
773
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
774
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
775
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
776
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
777
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
778
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
779
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
780
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
781
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
782
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
783
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
784
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
785
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
786
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
787
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
788
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
789
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
790
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
791
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
792
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
793
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
794
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
795
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
796
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
797
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
798
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
799
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
800
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
801
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
802
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
803
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
804
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
805
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
806
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
807
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
808
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
809
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
810
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
811
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
812
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
813
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
814
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
815
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
816
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
817
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
818
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
819
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
820
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
821
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
822
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
823
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
824
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
825
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
826
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
827
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
828
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
829
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
830
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
831
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
832
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
833
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
834
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
835
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
836
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
837
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
838
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
839
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
840
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
841
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
842
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
843
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
844
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
845
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
846
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
847
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
848
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
849
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
850
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
851
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
852
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
853
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
854
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
855
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
856
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
857
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
858
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
859
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
860
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
861
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
862
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
863
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
864
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
865
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
866
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
867
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
868
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
869
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
870
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
871
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
872
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
873
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
874
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
875
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
876
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
877
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
878
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
879
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
880
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
881
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
882
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
883
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
884
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
885
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
886
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
887
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
888
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
889
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
890
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
891
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
892
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
893
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
894
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
895
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
896
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
897
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
898
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
899
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
900
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
901
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
902
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
903
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
904
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
905
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
906
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
907
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
908
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
909
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
910
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
911
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
912
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
913
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
914
+ key?: import("react").Key | null | undefined;
915
+ defaultChecked?: boolean | undefined;
916
+ defaultValue?: string | number | readonly string[] | undefined;
917
+ suppressContentEditableWarning?: boolean | undefined;
918
+ accessKey?: string | undefined;
919
+ autoFocus?: boolean | undefined;
920
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
921
+ contextMenu?: string | undefined;
922
+ dir?: string | undefined;
923
+ draggable?: (boolean | "true" | "false") | undefined;
924
+ nonce?: string | undefined;
925
+ placeholder?: string | undefined;
926
+ spellCheck?: (boolean | "true" | "false") | undefined;
927
+ radioGroup?: string | undefined;
928
+ about?: string | undefined;
929
+ datatype?: string | undefined;
930
+ inlist?: any;
931
+ property?: string | undefined;
932
+ rel?: string | undefined;
933
+ resource?: string | undefined;
934
+ rev?: string | undefined;
935
+ typeof?: string | undefined;
936
+ vocab?: string | undefined;
937
+ autoCapitalize?: string | undefined;
938
+ autoCorrect?: string | undefined;
939
+ autoSave?: string | undefined;
940
+ itemProp?: string | undefined;
941
+ itemScope?: boolean | undefined;
942
+ itemType?: string | undefined;
943
+ itemID?: string | undefined;
944
+ itemRef?: string | undefined;
945
+ results?: number | undefined;
946
+ security?: string | undefined;
947
+ unselectable?: "on" | "off" | undefined;
948
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
949
+ is?: string | undefined;
950
+ } & import("framer-motion").MotionProps>;
346
951
  declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
347
952
  transparentBg?: boolean | "true" | undefined;
348
953
  noRadius?: boolean | "true" | undefined;
@@ -3456,7 +4061,7 @@ declare const AvatarContainer: import("@stitches/react/types/styled-component").
3456
4061
  };
3457
4062
  }>>;
3458
4063
  interface VideoTileType {
3459
- Root: typeof Root;
4064
+ Root: typeof MotionRoot;
3460
4065
  Container: typeof Container;
3461
4066
  Overlay: typeof Overlay;
3462
4067
  Info: typeof Info;
@@ -1,6 +1,6 @@
1
1
  @import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";
2
2
 
3
- /* ../../../../../../../tmp/tmp-2792-syn0Gf89RRcC/1931be0167c1/tldraw.css */
3
+ /* ../../../../../../../tmp/tmp-2773-hI6w7T2P7kzb/1932f8a9bf93/tldraw.css */
4
4
  .tl-container {
5
5
  width: 100%;
6
6
  height: 100%;
@@ -2756,7 +2756,7 @@ input,
2756
2756
  font-size: 12px;
2757
2757
  }
2758
2758
 
2759
- /* ../../../../../../../tmp/tmp-2792-syn0Gf89RRcC/1931be015f10/index.css */
2759
+ /* ../../../../../../../tmp/tmp-2773-hI6w7T2P7kzb/1932f8a9b7e0/index.css */
2760
2760
  .tlui-navigation-zone,
2761
2761
  .tlui-navigation-panel {
2762
2762
  display: none;