@100mslive/roomkit-react 0.3.22-alpha.0 → 0.3.22-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/{HLSView-EPPGI6XI.js → HLSView-LCFZPBH3.js} +2 -2
  12. package/dist/{HLSView-JYFTZVCM.css → HLSView-Z2JID2W7.css} +3 -3
  13. package/dist/{HLSView-JYFTZVCM.css.map → HLSView-Z2JID2W7.css.map} +1 -1
  14. package/dist/IconButton/IconButton.d.ts +47 -141
  15. package/dist/Input/Input.d.ts +362 -926
  16. package/dist/Label/Label.d.ts +47 -141
  17. package/dist/Layout/Box.d.ts +47 -141
  18. package/dist/Layout/Flex.d.ts +47 -141
  19. package/dist/Link/Link.d.ts +47 -141
  20. package/dist/Modal/Dialog.d.ts +329 -987
  21. package/dist/Modal/DialogContent.d.ts +469 -1127
  22. package/dist/Pagination/StyledPagination.d.ts +268 -644
  23. package/dist/Popover/index.d.ts +201 -483
  24. package/dist/Prebuilt/IconButton.d.ts +134 -322
  25. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  26. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  27. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/DeviceInUseError.d.ts +2 -0
  29. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  30. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  31. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  32. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  33. package/dist/Progress/index.d.ts +134 -322
  34. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  35. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  36. package/dist/Select/Select.d.ts +201 -483
  37. package/dist/Sheet/Sheet.d.ts +329 -987
  38. package/dist/Slider/Slider.d.ts +47 -141
  39. package/dist/Stats/StyledStats.d.ts +402 -966
  40. package/dist/Switch/Switch.d.ts +47 -141
  41. package/dist/Tabs/Tabs.d.ts +268 -644
  42. package/dist/Text/Text.d.ts +47 -141
  43. package/dist/TextArea/TextArea.d.ts +47 -141
  44. package/dist/Theme/base.config.d.ts +26 -78
  45. package/dist/Theme/stitches.config.d.ts +1046 -1493
  46. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  47. package/dist/Toast/Toast.d.ts +382 -946
  48. package/dist/Video/Video.d.ts +47 -141
  49. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  50. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  51. package/dist/{chunk-ZAX5VT7V.js → chunk-CRGZUJSX.js} +1000 -875
  52. package/dist/chunk-CRGZUJSX.js.map +7 -0
  53. package/dist/index.cjs.css +2 -2
  54. package/dist/index.cjs.css.map +1 -1
  55. package/dist/index.cjs.js +1038 -861
  56. package/dist/index.cjs.js.map +4 -4
  57. package/dist/index.css +2 -2
  58. package/dist/index.css.map +1 -1
  59. package/dist/index.js +1 -1
  60. package/dist/meta.cjs.json +348 -78
  61. package/dist/meta.esbuild.json +355 -85
  62. package/package.json +8 -8
  63. package/src/Avatar/Avatar.tsx +1 -1
  64. package/src/Popover/Popover.stories.tsx +1 -1
  65. package/src/Prebuilt/components/Header/common.jsx +6 -5
  66. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  67. package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +79 -0
  68. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  69. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  70. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -159
  71. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +23 -2
  72. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  73. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  74. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  75. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  76. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  77. package/src/Prebuilt/components/StatsForNerds.jsx +32 -3
  78. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  79. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  80. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  81. package/dist/chunk-ZAX5VT7V.js.map +0 -7
  82. /package/dist/{HLSView-EPPGI6XI.js.map → HLSView-LCFZPBH3.js.map} +0 -0
@@ -274,167 +274,73 @@ declare const Root: import("@stitches/react/types/styled-component").StyledCompo
274
274
  transition: "transitions";
275
275
  zIndex: "zIndices";
276
276
  }, {
277
- bg: (value: {
278
- readonly [$$PropertyValue]: "backgroundColor";
279
- }) => {
280
- backgroundColor: {
281
- readonly [$$PropertyValue]: "backgroundColor";
282
- };
283
- };
284
- c: (value: {
285
- readonly [$$PropertyValue]: "color";
286
- }) => {
287
- color: {
288
- readonly [$$PropertyValue]: "color";
289
- };
290
- };
291
- r: (value: {
292
- readonly [$$ScaleValue]: "radii";
293
- }) => {
294
- borderRadius: {
295
- readonly [$$ScaleValue]: "radii";
296
- };
297
- };
298
- fs: (value: string | number | {
299
- readonly [$$PropertyValue]: "fontSize";
300
- }) => {
301
- fontSize: string | number | {
302
- readonly [$$PropertyValue]: "fontSize";
303
- };
304
- };
305
- size: (value: string | number | {
306
- readonly [$$ScaleValue]: "space";
307
- }) => {
308
- height: string | number | {
309
- readonly [$$ScaleValue]: "space";
310
- };
311
- width: string | number | {
312
- readonly [$$ScaleValue]: "space";
313
- };
314
- };
315
- w: (value: string | number | {
316
- readonly [$$ScaleValue]: "space";
317
- }) => {
318
- width: string | number | {
319
- readonly [$$ScaleValue]: "space";
320
- };
321
- };
322
- h: (value: string | number | {
323
- readonly [$$ScaleValue]: "space";
324
- }) => {
325
- height: string | number | {
326
- readonly [$$ScaleValue]: "space";
327
- };
328
- };
329
- p: (value: string | number | {
330
- readonly [$$ScaleValue]: "space";
331
- }) => {
332
- padding: string | number | {
333
- readonly [$$ScaleValue]: "space";
334
- };
335
- };
336
- pt: (value: string | number | {
337
- readonly [$$ScaleValue]: "space";
338
- }) => {
339
- paddingTop: string | number | {
340
- readonly [$$ScaleValue]: "space";
341
- };
342
- };
343
- pr: (value: string | number | {
344
- readonly [$$ScaleValue]: "space";
345
- }) => {
346
- paddingRight: string | number | {
347
- readonly [$$ScaleValue]: "space";
348
- };
349
- };
350
- pb: (value: string | number | {
351
- readonly [$$ScaleValue]: "space";
352
- }) => {
353
- paddingBottom: string | number | {
354
- readonly [$$ScaleValue]: "space";
355
- };
356
- };
357
- pl: (value: string | number | {
358
- readonly [$$ScaleValue]: "space";
359
- }) => {
360
- paddingLeft: string | number | {
361
- readonly [$$ScaleValue]: "space";
362
- };
363
- };
364
- px: (value: string | number | {
365
- readonly [$$ScaleValue]: "space";
366
- }) => {
367
- paddingLeft: string | number | {
368
- readonly [$$ScaleValue]: "space";
369
- };
370
- paddingRight: string | number | {
371
- readonly [$$ScaleValue]: "space";
372
- };
373
- };
374
- py: (value: string | number | {
375
- readonly [$$ScaleValue]: "space";
376
- }) => {
377
- paddingTop: string | number | {
378
- readonly [$$ScaleValue]: "space";
379
- };
380
- paddingBottom: string | number | {
381
- readonly [$$ScaleValue]: "space";
382
- };
383
- };
384
- m: (value: string | number | {
385
- readonly [$$ScaleValue]: "space";
386
- }) => {
387
- margin: string | number | {
388
- readonly [$$ScaleValue]: "space";
389
- };
390
- };
391
- mt: (value: string | number | {
392
- readonly [$$ScaleValue]: "space";
393
- }) => {
394
- marginTop: string | number | {
395
- readonly [$$ScaleValue]: "space";
396
- };
397
- };
398
- mr: (value: string | number | {
399
- readonly [$$ScaleValue]: "space";
400
- }) => {
401
- marginRight: string | number | {
402
- readonly [$$ScaleValue]: "space";
403
- };
404
- };
405
- mb: (value: string | number | {
406
- readonly [$$ScaleValue]: "space";
407
- }) => {
408
- marginBottom: string | number | {
409
- readonly [$$ScaleValue]: "space";
410
- };
411
- };
412
- ml: (value: string | number | {
413
- readonly [$$ScaleValue]: "space";
414
- }) => {
415
- marginLeft: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- };
418
- };
419
- mx: (value: string | number | {
420
- readonly [$$ScaleValue]: "space";
421
- }) => {
422
- marginLeft: string | number | {
423
- readonly [$$ScaleValue]: "space";
424
- };
425
- marginRight: string | number | {
426
- readonly [$$ScaleValue]: "space";
427
- };
428
- };
429
- my: (value: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- }) => {
432
- marginTop: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- };
435
- marginBottom: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- };
277
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
278
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
279
+ };
280
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
281
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
282
+ };
283
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
284
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
285
+ };
286
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
287
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
288
+ };
289
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
290
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
291
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
292
+ };
293
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
294
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
295
+ };
296
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
297
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
298
+ };
299
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ };
302
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
304
+ };
305
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
307
+ };
308
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
310
+ };
311
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
313
+ };
314
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
316
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
+ };
318
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ };
322
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
323
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ };
325
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
327
+ };
328
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ };
331
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ };
334
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
336
+ };
337
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
+ };
341
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
438
344
  };
439
345
  }>>;
440
346
  declare const Chevron: import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {
@@ -713,167 +619,73 @@ declare const Chevron: import("@stitches/react/types/styled-component").StyledCo
713
619
  transition: "transitions";
714
620
  zIndex: "zIndices";
715
621
  }, {
716
- bg: (value: {
717
- readonly [$$PropertyValue]: "backgroundColor";
718
- }) => {
719
- backgroundColor: {
720
- readonly [$$PropertyValue]: "backgroundColor";
721
- };
722
- };
723
- c: (value: {
724
- readonly [$$PropertyValue]: "color";
725
- }) => {
726
- color: {
727
- readonly [$$PropertyValue]: "color";
728
- };
729
- };
730
- r: (value: {
731
- readonly [$$ScaleValue]: "radii";
732
- }) => {
733
- borderRadius: {
734
- readonly [$$ScaleValue]: "radii";
735
- };
736
- };
737
- fs: (value: string | number | {
738
- readonly [$$PropertyValue]: "fontSize";
739
- }) => {
740
- fontSize: string | number | {
741
- readonly [$$PropertyValue]: "fontSize";
742
- };
743
- };
744
- size: (value: string | number | {
745
- readonly [$$ScaleValue]: "space";
746
- }) => {
747
- height: string | number | {
748
- readonly [$$ScaleValue]: "space";
749
- };
750
- width: string | number | {
751
- readonly [$$ScaleValue]: "space";
752
- };
753
- };
754
- w: (value: string | number | {
755
- readonly [$$ScaleValue]: "space";
756
- }) => {
757
- width: string | number | {
758
- readonly [$$ScaleValue]: "space";
759
- };
760
- };
761
- h: (value: string | number | {
762
- readonly [$$ScaleValue]: "space";
763
- }) => {
764
- height: string | number | {
765
- readonly [$$ScaleValue]: "space";
766
- };
767
- };
768
- p: (value: string | number | {
769
- readonly [$$ScaleValue]: "space";
770
- }) => {
771
- padding: string | number | {
772
- readonly [$$ScaleValue]: "space";
773
- };
774
- };
775
- pt: (value: string | number | {
776
- readonly [$$ScaleValue]: "space";
777
- }) => {
778
- paddingTop: string | number | {
779
- readonly [$$ScaleValue]: "space";
780
- };
781
- };
782
- pr: (value: string | number | {
783
- readonly [$$ScaleValue]: "space";
784
- }) => {
785
- paddingRight: string | number | {
786
- readonly [$$ScaleValue]: "space";
787
- };
788
- };
789
- pb: (value: string | number | {
790
- readonly [$$ScaleValue]: "space";
791
- }) => {
792
- paddingBottom: string | number | {
793
- readonly [$$ScaleValue]: "space";
794
- };
795
- };
796
- pl: (value: string | number | {
797
- readonly [$$ScaleValue]: "space";
798
- }) => {
799
- paddingLeft: string | number | {
800
- readonly [$$ScaleValue]: "space";
801
- };
802
- };
803
- px: (value: string | number | {
804
- readonly [$$ScaleValue]: "space";
805
- }) => {
806
- paddingLeft: string | number | {
807
- readonly [$$ScaleValue]: "space";
808
- };
809
- paddingRight: string | number | {
810
- readonly [$$ScaleValue]: "space";
811
- };
812
- };
813
- py: (value: string | number | {
814
- readonly [$$ScaleValue]: "space";
815
- }) => {
816
- paddingTop: string | number | {
817
- readonly [$$ScaleValue]: "space";
818
- };
819
- paddingBottom: string | number | {
820
- readonly [$$ScaleValue]: "space";
821
- };
822
- };
823
- m: (value: string | number | {
824
- readonly [$$ScaleValue]: "space";
825
- }) => {
826
- margin: string | number | {
827
- readonly [$$ScaleValue]: "space";
828
- };
829
- };
830
- mt: (value: string | number | {
831
- readonly [$$ScaleValue]: "space";
832
- }) => {
833
- marginTop: string | number | {
834
- readonly [$$ScaleValue]: "space";
835
- };
836
- };
837
- mr: (value: string | number | {
838
- readonly [$$ScaleValue]: "space";
839
- }) => {
840
- marginRight: string | number | {
841
- readonly [$$ScaleValue]: "space";
842
- };
843
- };
844
- mb: (value: string | number | {
845
- readonly [$$ScaleValue]: "space";
846
- }) => {
847
- marginBottom: string | number | {
848
- readonly [$$ScaleValue]: "space";
849
- };
850
- };
851
- ml: (value: string | number | {
852
- readonly [$$ScaleValue]: "space";
853
- }) => {
854
- marginLeft: string | number | {
855
- readonly [$$ScaleValue]: "space";
856
- };
857
- };
858
- mx: (value: string | number | {
859
- readonly [$$ScaleValue]: "space";
860
- }) => {
861
- marginLeft: string | number | {
862
- readonly [$$ScaleValue]: "space";
863
- };
864
- marginRight: string | number | {
865
- readonly [$$ScaleValue]: "space";
866
- };
867
- };
868
- my: (value: string | number | {
869
- readonly [$$ScaleValue]: "space";
870
- }) => {
871
- marginTop: string | number | {
872
- readonly [$$ScaleValue]: "space";
873
- };
874
- marginBottom: string | number | {
875
- readonly [$$ScaleValue]: "space";
876
- };
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">;
877
689
  };
878
690
  }>>;
879
691
  declare const Dots: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -1152,167 +964,73 @@ declare const Dots: import("@stitches/react/types/styled-component").StyledCompo
1152
964
  transition: "transitions";
1153
965
  zIndex: "zIndices";
1154
966
  }, {
1155
- bg: (value: {
1156
- readonly [$$PropertyValue]: "backgroundColor";
1157
- }) => {
1158
- backgroundColor: {
1159
- readonly [$$PropertyValue]: "backgroundColor";
1160
- };
1161
- };
1162
- c: (value: {
1163
- readonly [$$PropertyValue]: "color";
1164
- }) => {
1165
- color: {
1166
- readonly [$$PropertyValue]: "color";
1167
- };
1168
- };
1169
- r: (value: {
1170
- readonly [$$ScaleValue]: "radii";
1171
- }) => {
1172
- borderRadius: {
1173
- readonly [$$ScaleValue]: "radii";
1174
- };
1175
- };
1176
- fs: (value: string | number | {
1177
- readonly [$$PropertyValue]: "fontSize";
1178
- }) => {
1179
- fontSize: string | number | {
1180
- readonly [$$PropertyValue]: "fontSize";
1181
- };
1182
- };
1183
- size: (value: string | number | {
1184
- readonly [$$ScaleValue]: "space";
1185
- }) => {
1186
- height: string | number | {
1187
- readonly [$$ScaleValue]: "space";
1188
- };
1189
- width: string | number | {
1190
- readonly [$$ScaleValue]: "space";
1191
- };
1192
- };
1193
- w: (value: string | number | {
1194
- readonly [$$ScaleValue]: "space";
1195
- }) => {
1196
- width: string | number | {
1197
- readonly [$$ScaleValue]: "space";
1198
- };
1199
- };
1200
- h: (value: string | number | {
1201
- readonly [$$ScaleValue]: "space";
1202
- }) => {
1203
- height: string | number | {
1204
- readonly [$$ScaleValue]: "space";
1205
- };
1206
- };
1207
- p: (value: string | number | {
1208
- readonly [$$ScaleValue]: "space";
1209
- }) => {
1210
- padding: string | number | {
1211
- readonly [$$ScaleValue]: "space";
1212
- };
1213
- };
1214
- pt: (value: string | number | {
1215
- readonly [$$ScaleValue]: "space";
1216
- }) => {
1217
- paddingTop: string | number | {
1218
- readonly [$$ScaleValue]: "space";
1219
- };
1220
- };
1221
- pr: (value: string | number | {
1222
- readonly [$$ScaleValue]: "space";
1223
- }) => {
1224
- paddingRight: string | number | {
1225
- readonly [$$ScaleValue]: "space";
1226
- };
1227
- };
1228
- pb: (value: string | number | {
1229
- readonly [$$ScaleValue]: "space";
1230
- }) => {
1231
- paddingBottom: string | number | {
1232
- readonly [$$ScaleValue]: "space";
1233
- };
1234
- };
1235
- pl: (value: string | number | {
1236
- readonly [$$ScaleValue]: "space";
1237
- }) => {
1238
- paddingLeft: string | number | {
1239
- readonly [$$ScaleValue]: "space";
1240
- };
1241
- };
1242
- px: (value: string | number | {
1243
- readonly [$$ScaleValue]: "space";
1244
- }) => {
1245
- paddingLeft: string | number | {
1246
- readonly [$$ScaleValue]: "space";
1247
- };
1248
- paddingRight: string | number | {
1249
- readonly [$$ScaleValue]: "space";
1250
- };
1251
- };
1252
- py: (value: string | number | {
1253
- readonly [$$ScaleValue]: "space";
1254
- }) => {
1255
- paddingTop: string | number | {
1256
- readonly [$$ScaleValue]: "space";
1257
- };
1258
- paddingBottom: string | number | {
1259
- readonly [$$ScaleValue]: "space";
1260
- };
1261
- };
1262
- m: (value: string | number | {
1263
- readonly [$$ScaleValue]: "space";
1264
- }) => {
1265
- margin: string | number | {
1266
- readonly [$$ScaleValue]: "space";
1267
- };
1268
- };
1269
- mt: (value: string | number | {
1270
- readonly [$$ScaleValue]: "space";
1271
- }) => {
1272
- marginTop: string | number | {
1273
- readonly [$$ScaleValue]: "space";
1274
- };
1275
- };
1276
- mr: (value: string | number | {
1277
- readonly [$$ScaleValue]: "space";
1278
- }) => {
1279
- marginRight: string | number | {
1280
- readonly [$$ScaleValue]: "space";
1281
- };
1282
- };
1283
- mb: (value: string | number | {
1284
- readonly [$$ScaleValue]: "space";
1285
- }) => {
1286
- marginBottom: string | number | {
1287
- readonly [$$ScaleValue]: "space";
1288
- };
1289
- };
1290
- ml: (value: string | number | {
1291
- readonly [$$ScaleValue]: "space";
1292
- }) => {
1293
- marginLeft: string | number | {
1294
- readonly [$$ScaleValue]: "space";
1295
- };
1296
- };
1297
- mx: (value: string | number | {
1298
- readonly [$$ScaleValue]: "space";
1299
- }) => {
1300
- marginLeft: string | number | {
1301
- readonly [$$ScaleValue]: "space";
1302
- };
1303
- marginRight: string | number | {
1304
- readonly [$$ScaleValue]: "space";
1305
- };
1306
- };
1307
- my: (value: string | number | {
1308
- readonly [$$ScaleValue]: "space";
1309
- }) => {
1310
- marginTop: string | number | {
1311
- readonly [$$ScaleValue]: "space";
1312
- };
1313
- marginBottom: string | number | {
1314
- readonly [$$ScaleValue]: "space";
1315
- };
967
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
968
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
969
+ };
970
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
971
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
972
+ };
973
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
974
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
975
+ };
976
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
977
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
978
+ };
979
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
980
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
981
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
982
+ };
983
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
984
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
985
+ };
986
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
987
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
988
+ };
989
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
990
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
991
+ };
992
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
993
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
994
+ };
995
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
996
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
997
+ };
998
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
999
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1000
+ };
1001
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1002
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1003
+ };
1004
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1005
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1006
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1007
+ };
1008
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1009
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1010
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1011
+ };
1012
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1013
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1014
+ };
1015
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1016
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1017
+ };
1018
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1019
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1020
+ };
1021
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1022
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1023
+ };
1024
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1025
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1026
+ };
1027
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1028
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1029
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1030
+ };
1031
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1032
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1033
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1316
1034
  };
1317
1035
  }>>;
1318
1036
  declare const Dot: import("@stitches/react/types/styled-component").StyledComponent<"button", {
@@ -1593,167 +1311,73 @@ declare const Dot: import("@stitches/react/types/styled-component").StyledCompon
1593
1311
  transition: "transitions";
1594
1312
  zIndex: "zIndices";
1595
1313
  }, {
1596
- bg: (value: {
1597
- readonly [$$PropertyValue]: "backgroundColor";
1598
- }) => {
1599
- backgroundColor: {
1600
- readonly [$$PropertyValue]: "backgroundColor";
1601
- };
1602
- };
1603
- c: (value: {
1604
- readonly [$$PropertyValue]: "color";
1605
- }) => {
1606
- color: {
1607
- readonly [$$PropertyValue]: "color";
1608
- };
1609
- };
1610
- r: (value: {
1611
- readonly [$$ScaleValue]: "radii";
1612
- }) => {
1613
- borderRadius: {
1614
- readonly [$$ScaleValue]: "radii";
1615
- };
1616
- };
1617
- fs: (value: string | number | {
1618
- readonly [$$PropertyValue]: "fontSize";
1619
- }) => {
1620
- fontSize: string | number | {
1621
- readonly [$$PropertyValue]: "fontSize";
1622
- };
1623
- };
1624
- size: (value: string | number | {
1625
- readonly [$$ScaleValue]: "space";
1626
- }) => {
1627
- height: string | number | {
1628
- readonly [$$ScaleValue]: "space";
1629
- };
1630
- width: string | number | {
1631
- readonly [$$ScaleValue]: "space";
1632
- };
1633
- };
1634
- w: (value: string | number | {
1635
- readonly [$$ScaleValue]: "space";
1636
- }) => {
1637
- width: string | number | {
1638
- readonly [$$ScaleValue]: "space";
1639
- };
1640
- };
1641
- h: (value: string | number | {
1642
- readonly [$$ScaleValue]: "space";
1643
- }) => {
1644
- height: string | number | {
1645
- readonly [$$ScaleValue]: "space";
1646
- };
1647
- };
1648
- p: (value: string | number | {
1649
- readonly [$$ScaleValue]: "space";
1650
- }) => {
1651
- padding: string | number | {
1652
- readonly [$$ScaleValue]: "space";
1653
- };
1654
- };
1655
- pt: (value: string | number | {
1656
- readonly [$$ScaleValue]: "space";
1657
- }) => {
1658
- paddingTop: string | number | {
1659
- readonly [$$ScaleValue]: "space";
1660
- };
1661
- };
1662
- pr: (value: string | number | {
1663
- readonly [$$ScaleValue]: "space";
1664
- }) => {
1665
- paddingRight: string | number | {
1666
- readonly [$$ScaleValue]: "space";
1667
- };
1668
- };
1669
- pb: (value: string | number | {
1670
- readonly [$$ScaleValue]: "space";
1671
- }) => {
1672
- paddingBottom: string | number | {
1673
- readonly [$$ScaleValue]: "space";
1674
- };
1675
- };
1676
- pl: (value: string | number | {
1677
- readonly [$$ScaleValue]: "space";
1678
- }) => {
1679
- paddingLeft: string | number | {
1680
- readonly [$$ScaleValue]: "space";
1681
- };
1682
- };
1683
- px: (value: string | number | {
1684
- readonly [$$ScaleValue]: "space";
1685
- }) => {
1686
- paddingLeft: string | number | {
1687
- readonly [$$ScaleValue]: "space";
1688
- };
1689
- paddingRight: string | number | {
1690
- readonly [$$ScaleValue]: "space";
1691
- };
1692
- };
1693
- py: (value: string | number | {
1694
- readonly [$$ScaleValue]: "space";
1695
- }) => {
1696
- paddingTop: string | number | {
1697
- readonly [$$ScaleValue]: "space";
1698
- };
1699
- paddingBottom: string | number | {
1700
- readonly [$$ScaleValue]: "space";
1701
- };
1702
- };
1703
- m: (value: string | number | {
1704
- readonly [$$ScaleValue]: "space";
1705
- }) => {
1706
- margin: string | number | {
1707
- readonly [$$ScaleValue]: "space";
1708
- };
1709
- };
1710
- mt: (value: string | number | {
1711
- readonly [$$ScaleValue]: "space";
1712
- }) => {
1713
- marginTop: string | number | {
1714
- readonly [$$ScaleValue]: "space";
1715
- };
1716
- };
1717
- mr: (value: string | number | {
1718
- readonly [$$ScaleValue]: "space";
1719
- }) => {
1720
- marginRight: string | number | {
1721
- readonly [$$ScaleValue]: "space";
1722
- };
1723
- };
1724
- mb: (value: string | number | {
1725
- readonly [$$ScaleValue]: "space";
1726
- }) => {
1727
- marginBottom: string | number | {
1728
- readonly [$$ScaleValue]: "space";
1729
- };
1730
- };
1731
- ml: (value: string | number | {
1732
- readonly [$$ScaleValue]: "space";
1733
- }) => {
1734
- marginLeft: string | number | {
1735
- readonly [$$ScaleValue]: "space";
1736
- };
1737
- };
1738
- mx: (value: string | number | {
1739
- readonly [$$ScaleValue]: "space";
1740
- }) => {
1741
- marginLeft: string | number | {
1742
- readonly [$$ScaleValue]: "space";
1743
- };
1744
- marginRight: string | number | {
1745
- readonly [$$ScaleValue]: "space";
1746
- };
1747
- };
1748
- my: (value: string | number | {
1749
- readonly [$$ScaleValue]: "space";
1750
- }) => {
1751
- marginTop: string | number | {
1752
- readonly [$$ScaleValue]: "space";
1753
- };
1754
- marginBottom: string | number | {
1755
- readonly [$$ScaleValue]: "space";
1756
- };
1314
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1315
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1316
+ };
1317
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1318
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1319
+ };
1320
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1321
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1322
+ };
1323
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1324
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1325
+ };
1326
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1327
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1328
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1329
+ };
1330
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1331
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1332
+ };
1333
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1334
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1335
+ };
1336
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1337
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1338
+ };
1339
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1340
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1341
+ };
1342
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1343
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1344
+ };
1345
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1346
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1347
+ };
1348
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1349
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1350
+ };
1351
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1352
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1353
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1354
+ };
1355
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1356
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1357
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1358
+ };
1359
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1360
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1361
+ };
1362
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1363
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1364
+ };
1365
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1366
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1367
+ };
1368
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1369
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1370
+ };
1371
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1372
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1373
+ };
1374
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1375
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1376
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1377
+ };
1378
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1379
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1380
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1757
1381
  };
1758
1382
  }>>;
1759
1383
  interface PaginationType {