@100mslive/roomkit-react 0.3.23 → 0.3.24-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Accordion/Accordion.d.ts +134 -322
- package/dist/Accordion/index.d.ts +134 -322
- package/dist/Avatar/Avatar.d.ts +47 -141
- package/dist/Button/Button.d.ts +47 -141
- package/dist/Checkbox/Checkbox.d.ts +134 -322
- package/dist/Collapsible/Collapsible.d.ts +201 -483
- package/dist/Divider/Divider.d.ts +134 -322
- package/dist/Dropdown/Dropdown.d.ts +804 -1932
- package/dist/Fieldset/Fieldset.d.ts +47 -141
- package/dist/Footer/Footer.d.ts +536 -1288
- package/dist/IconButton/IconButton.d.ts +47 -141
- package/dist/Input/Input.d.ts +362 -926
- package/dist/Label/Label.d.ts +47 -141
- package/dist/Layout/Box.d.ts +47 -141
- package/dist/Layout/Flex.d.ts +47 -141
- package/dist/Link/Link.d.ts +47 -141
- package/dist/Modal/Dialog.d.ts +329 -987
- package/dist/Modal/DialogContent.d.ts +469 -1127
- package/dist/Pagination/StyledPagination.d.ts +268 -644
- package/dist/Popover/index.d.ts +201 -483
- package/dist/Prebuilt/IconButton.d.ts +134 -322
- package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
- package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
- package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/RoleChangeNotification.d.ts +1 -0
- package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
- package/dist/Progress/index.d.ts +134 -322
- package/dist/RadioGroup/RadioGroup.d.ts +201 -483
- package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
- package/dist/Select/Select.d.ts +201 -483
- package/dist/Sheet/Sheet.d.ts +329 -987
- package/dist/Slider/Slider.d.ts +47 -141
- package/dist/Stats/StyledStats.d.ts +402 -966
- package/dist/Switch/Switch.d.ts +47 -141
- package/dist/Tabs/Tabs.d.ts +268 -644
- package/dist/Text/Text.d.ts +47 -141
- package/dist/TextArea/TextArea.d.ts +47 -141
- package/dist/Theme/base.config.d.ts +26 -78
- package/dist/Theme/stitches.config.d.ts +1046 -1493
- package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
- package/dist/Toast/Toast.d.ts +382 -946
- package/dist/Video/Video.d.ts +47 -141
- package/dist/VideoList/StyledVideoList.d.ts +201 -483
- package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
- package/dist/android-perm-1.png +0 -0
- package/dist/audio-level.png +0 -0
- package/dist/empty-chat.svg +12 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +34062 -37242
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +36387 -67
- package/dist/index.js.map +4 -4
- package/dist/ios-perm-0.png +0 -0
- package/dist/meta.cjs.json +1531 -1218
- package/dist/meta.esbuild.json +942 -794
- package/dist/pdf-share.png +0 -0
- package/dist/screen-share.png +0 -0
- package/dist/transaction_error.svg +12 -0
- package/package.json +8 -8
- package/src/Avatar/Avatar.tsx +1 -1
- package/src/Popover/Popover.stories.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +1 -1
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +11 -4
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -3
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +3 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +14 -1
- package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
- package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
- package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -171
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +9 -2
- package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
- package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +24 -0
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
- package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -2
- package/src/Prebuilt/components/StatsForNerds.jsx +122 -9
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -1
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
- package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
- package/src/Prebuilt/layouts/HLSView.jsx +3 -3
- package/src/Prebuilt/layouts/PDFView.jsx +1 -0
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +82 -86
- package/src/Prebuilt/layouts/WaitingView.tsx +2 -2
- package/dist/HLSView-HYI6LLL6.js +0 -1652
- package/dist/HLSView-HYI6LLL6.js.map +0 -7
- package/dist/HLSView-S4NJF7Q2.css +0 -2780
- package/dist/HLSView-S4NJF7Q2.css.map +0 -7
- package/dist/chunk-LRJSQMZ4.js +0 -34759
- package/dist/chunk-LRJSQMZ4.js.map +0 -7
package/dist/Popover/index.d.ts
CHANGED
@@ -277,167 +277,73 @@ export declare const Popover: {
|
|
277
277
|
transition: "transitions";
|
278
278
|
zIndex: "zIndices";
|
279
279
|
}, {
|
280
|
-
bg: (value: {
|
281
|
-
|
282
|
-
}
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
};
|
308
|
-
|
309
|
-
|
310
|
-
}
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
}
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
};
|
325
|
-
|
326
|
-
|
327
|
-
}
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
readonly [$$ScaleValue]: "space";
|
348
|
-
}) => {
|
349
|
-
paddingRight: string | number | {
|
350
|
-
readonly [$$ScaleValue]: "space";
|
351
|
-
};
|
352
|
-
};
|
353
|
-
pb: (value: string | number | {
|
354
|
-
readonly [$$ScaleValue]: "space";
|
355
|
-
}) => {
|
356
|
-
paddingBottom: string | number | {
|
357
|
-
readonly [$$ScaleValue]: "space";
|
358
|
-
};
|
359
|
-
};
|
360
|
-
pl: (value: string | number | {
|
361
|
-
readonly [$$ScaleValue]: "space";
|
362
|
-
}) => {
|
363
|
-
paddingLeft: string | number | {
|
364
|
-
readonly [$$ScaleValue]: "space";
|
365
|
-
};
|
366
|
-
};
|
367
|
-
px: (value: string | number | {
|
368
|
-
readonly [$$ScaleValue]: "space";
|
369
|
-
}) => {
|
370
|
-
paddingLeft: string | number | {
|
371
|
-
readonly [$$ScaleValue]: "space";
|
372
|
-
};
|
373
|
-
paddingRight: string | number | {
|
374
|
-
readonly [$$ScaleValue]: "space";
|
375
|
-
};
|
376
|
-
};
|
377
|
-
py: (value: string | number | {
|
378
|
-
readonly [$$ScaleValue]: "space";
|
379
|
-
}) => {
|
380
|
-
paddingTop: string | number | {
|
381
|
-
readonly [$$ScaleValue]: "space";
|
382
|
-
};
|
383
|
-
paddingBottom: string | number | {
|
384
|
-
readonly [$$ScaleValue]: "space";
|
385
|
-
};
|
386
|
-
};
|
387
|
-
m: (value: string | number | {
|
388
|
-
readonly [$$ScaleValue]: "space";
|
389
|
-
}) => {
|
390
|
-
margin: string | number | {
|
391
|
-
readonly [$$ScaleValue]: "space";
|
392
|
-
};
|
393
|
-
};
|
394
|
-
mt: (value: string | number | {
|
395
|
-
readonly [$$ScaleValue]: "space";
|
396
|
-
}) => {
|
397
|
-
marginTop: string | number | {
|
398
|
-
readonly [$$ScaleValue]: "space";
|
399
|
-
};
|
400
|
-
};
|
401
|
-
mr: (value: string | number | {
|
402
|
-
readonly [$$ScaleValue]: "space";
|
403
|
-
}) => {
|
404
|
-
marginRight: string | number | {
|
405
|
-
readonly [$$ScaleValue]: "space";
|
406
|
-
};
|
407
|
-
};
|
408
|
-
mb: (value: string | number | {
|
409
|
-
readonly [$$ScaleValue]: "space";
|
410
|
-
}) => {
|
411
|
-
marginBottom: string | number | {
|
412
|
-
readonly [$$ScaleValue]: "space";
|
413
|
-
};
|
414
|
-
};
|
415
|
-
ml: (value: string | number | {
|
416
|
-
readonly [$$ScaleValue]: "space";
|
417
|
-
}) => {
|
418
|
-
marginLeft: string | number | {
|
419
|
-
readonly [$$ScaleValue]: "space";
|
420
|
-
};
|
421
|
-
};
|
422
|
-
mx: (value: string | number | {
|
423
|
-
readonly [$$ScaleValue]: "space";
|
424
|
-
}) => {
|
425
|
-
marginLeft: string | number | {
|
426
|
-
readonly [$$ScaleValue]: "space";
|
427
|
-
};
|
428
|
-
marginRight: string | number | {
|
429
|
-
readonly [$$ScaleValue]: "space";
|
430
|
-
};
|
431
|
-
};
|
432
|
-
my: (value: string | number | {
|
433
|
-
readonly [$$ScaleValue]: "space";
|
434
|
-
}) => {
|
435
|
-
marginTop: string | number | {
|
436
|
-
readonly [$$ScaleValue]: "space";
|
437
|
-
};
|
438
|
-
marginBottom: string | number | {
|
439
|
-
readonly [$$ScaleValue]: "space";
|
440
|
-
};
|
280
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
281
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
282
|
+
};
|
283
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
284
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
285
|
+
};
|
286
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
287
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
288
|
+
};
|
289
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
290
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
291
|
+
};
|
292
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
293
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
294
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
295
|
+
};
|
296
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
297
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
298
|
+
};
|
299
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
300
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
301
|
+
};
|
302
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
303
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
304
|
+
};
|
305
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
306
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
307
|
+
};
|
308
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
309
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
310
|
+
};
|
311
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
312
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
313
|
+
};
|
314
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
315
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
316
|
+
};
|
317
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
318
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
319
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
320
|
+
};
|
321
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
322
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
323
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
324
|
+
};
|
325
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
326
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
327
|
+
};
|
328
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
329
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
330
|
+
};
|
331
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
332
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
333
|
+
};
|
334
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
335
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
336
|
+
};
|
337
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
338
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
339
|
+
};
|
340
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
341
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
342
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
343
|
+
};
|
344
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
345
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
346
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
441
347
|
};
|
442
348
|
}>>;
|
443
349
|
Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-popover").PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
@@ -716,167 +622,73 @@ export declare const Popover: {
|
|
716
622
|
transition: "transitions";
|
717
623
|
zIndex: "zIndices";
|
718
624
|
}, {
|
719
|
-
bg: (value: {
|
720
|
-
|
721
|
-
}
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
};
|
747
|
-
|
748
|
-
|
749
|
-
}
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
}
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
};
|
764
|
-
|
765
|
-
|
766
|
-
}
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
readonly [$$ScaleValue]: "space";
|
787
|
-
}) => {
|
788
|
-
paddingRight: string | number | {
|
789
|
-
readonly [$$ScaleValue]: "space";
|
790
|
-
};
|
791
|
-
};
|
792
|
-
pb: (value: string | number | {
|
793
|
-
readonly [$$ScaleValue]: "space";
|
794
|
-
}) => {
|
795
|
-
paddingBottom: string | number | {
|
796
|
-
readonly [$$ScaleValue]: "space";
|
797
|
-
};
|
798
|
-
};
|
799
|
-
pl: (value: string | number | {
|
800
|
-
readonly [$$ScaleValue]: "space";
|
801
|
-
}) => {
|
802
|
-
paddingLeft: string | number | {
|
803
|
-
readonly [$$ScaleValue]: "space";
|
804
|
-
};
|
805
|
-
};
|
806
|
-
px: (value: string | number | {
|
807
|
-
readonly [$$ScaleValue]: "space";
|
808
|
-
}) => {
|
809
|
-
paddingLeft: string | number | {
|
810
|
-
readonly [$$ScaleValue]: "space";
|
811
|
-
};
|
812
|
-
paddingRight: string | number | {
|
813
|
-
readonly [$$ScaleValue]: "space";
|
814
|
-
};
|
815
|
-
};
|
816
|
-
py: (value: string | number | {
|
817
|
-
readonly [$$ScaleValue]: "space";
|
818
|
-
}) => {
|
819
|
-
paddingTop: string | number | {
|
820
|
-
readonly [$$ScaleValue]: "space";
|
821
|
-
};
|
822
|
-
paddingBottom: string | number | {
|
823
|
-
readonly [$$ScaleValue]: "space";
|
824
|
-
};
|
825
|
-
};
|
826
|
-
m: (value: string | number | {
|
827
|
-
readonly [$$ScaleValue]: "space";
|
828
|
-
}) => {
|
829
|
-
margin: string | number | {
|
830
|
-
readonly [$$ScaleValue]: "space";
|
831
|
-
};
|
832
|
-
};
|
833
|
-
mt: (value: string | number | {
|
834
|
-
readonly [$$ScaleValue]: "space";
|
835
|
-
}) => {
|
836
|
-
marginTop: string | number | {
|
837
|
-
readonly [$$ScaleValue]: "space";
|
838
|
-
};
|
839
|
-
};
|
840
|
-
mr: (value: string | number | {
|
841
|
-
readonly [$$ScaleValue]: "space";
|
842
|
-
}) => {
|
843
|
-
marginRight: string | number | {
|
844
|
-
readonly [$$ScaleValue]: "space";
|
845
|
-
};
|
846
|
-
};
|
847
|
-
mb: (value: string | number | {
|
848
|
-
readonly [$$ScaleValue]: "space";
|
849
|
-
}) => {
|
850
|
-
marginBottom: string | number | {
|
851
|
-
readonly [$$ScaleValue]: "space";
|
852
|
-
};
|
853
|
-
};
|
854
|
-
ml: (value: string | number | {
|
855
|
-
readonly [$$ScaleValue]: "space";
|
856
|
-
}) => {
|
857
|
-
marginLeft: string | number | {
|
858
|
-
readonly [$$ScaleValue]: "space";
|
859
|
-
};
|
860
|
-
};
|
861
|
-
mx: (value: string | number | {
|
862
|
-
readonly [$$ScaleValue]: "space";
|
863
|
-
}) => {
|
864
|
-
marginLeft: string | number | {
|
865
|
-
readonly [$$ScaleValue]: "space";
|
866
|
-
};
|
867
|
-
marginRight: string | number | {
|
868
|
-
readonly [$$ScaleValue]: "space";
|
869
|
-
};
|
870
|
-
};
|
871
|
-
my: (value: string | number | {
|
872
|
-
readonly [$$ScaleValue]: "space";
|
873
|
-
}) => {
|
874
|
-
marginTop: string | number | {
|
875
|
-
readonly [$$ScaleValue]: "space";
|
876
|
-
};
|
877
|
-
marginBottom: string | number | {
|
878
|
-
readonly [$$ScaleValue]: "space";
|
879
|
-
};
|
625
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
626
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
627
|
+
};
|
628
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
629
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
630
|
+
};
|
631
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
632
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
633
|
+
};
|
634
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
635
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
636
|
+
};
|
637
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
638
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
639
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
640
|
+
};
|
641
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
642
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
643
|
+
};
|
644
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
645
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
646
|
+
};
|
647
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
648
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
649
|
+
};
|
650
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
651
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
652
|
+
};
|
653
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
654
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
655
|
+
};
|
656
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
657
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
658
|
+
};
|
659
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
660
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
661
|
+
};
|
662
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
663
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
664
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
665
|
+
};
|
666
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
667
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
668
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
669
|
+
};
|
670
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
671
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
672
|
+
};
|
673
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
674
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
675
|
+
};
|
676
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
677
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
678
|
+
};
|
679
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
680
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
681
|
+
};
|
682
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
683
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
684
|
+
};
|
685
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
686
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
687
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
688
|
+
};
|
689
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
690
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
691
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
880
692
|
};
|
881
693
|
}>>;
|
882
694
|
Portal: import("react").FC<import("@radix-ui/react-popover").PopoverPortalProps>;
|
@@ -1156,167 +968,73 @@ export declare const Popover: {
|
|
1156
968
|
transition: "transitions";
|
1157
969
|
zIndex: "zIndices";
|
1158
970
|
}, {
|
1159
|
-
bg: (value: {
|
1160
|
-
|
1161
|
-
}
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
};
|
1187
|
-
|
1188
|
-
|
1189
|
-
}
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
}
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
};
|
1204
|
-
|
1205
|
-
|
1206
|
-
}
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
readonly [$$ScaleValue]: "space";
|
1227
|
-
}) => {
|
1228
|
-
paddingRight: string | number | {
|
1229
|
-
readonly [$$ScaleValue]: "space";
|
1230
|
-
};
|
1231
|
-
};
|
1232
|
-
pb: (value: string | number | {
|
1233
|
-
readonly [$$ScaleValue]: "space";
|
1234
|
-
}) => {
|
1235
|
-
paddingBottom: string | number | {
|
1236
|
-
readonly [$$ScaleValue]: "space";
|
1237
|
-
};
|
1238
|
-
};
|
1239
|
-
pl: (value: string | number | {
|
1240
|
-
readonly [$$ScaleValue]: "space";
|
1241
|
-
}) => {
|
1242
|
-
paddingLeft: string | number | {
|
1243
|
-
readonly [$$ScaleValue]: "space";
|
1244
|
-
};
|
1245
|
-
};
|
1246
|
-
px: (value: string | number | {
|
1247
|
-
readonly [$$ScaleValue]: "space";
|
1248
|
-
}) => {
|
1249
|
-
paddingLeft: string | number | {
|
1250
|
-
readonly [$$ScaleValue]: "space";
|
1251
|
-
};
|
1252
|
-
paddingRight: string | number | {
|
1253
|
-
readonly [$$ScaleValue]: "space";
|
1254
|
-
};
|
1255
|
-
};
|
1256
|
-
py: (value: string | number | {
|
1257
|
-
readonly [$$ScaleValue]: "space";
|
1258
|
-
}) => {
|
1259
|
-
paddingTop: string | number | {
|
1260
|
-
readonly [$$ScaleValue]: "space";
|
1261
|
-
};
|
1262
|
-
paddingBottom: string | number | {
|
1263
|
-
readonly [$$ScaleValue]: "space";
|
1264
|
-
};
|
1265
|
-
};
|
1266
|
-
m: (value: string | number | {
|
1267
|
-
readonly [$$ScaleValue]: "space";
|
1268
|
-
}) => {
|
1269
|
-
margin: string | number | {
|
1270
|
-
readonly [$$ScaleValue]: "space";
|
1271
|
-
};
|
1272
|
-
};
|
1273
|
-
mt: (value: string | number | {
|
1274
|
-
readonly [$$ScaleValue]: "space";
|
1275
|
-
}) => {
|
1276
|
-
marginTop: string | number | {
|
1277
|
-
readonly [$$ScaleValue]: "space";
|
1278
|
-
};
|
1279
|
-
};
|
1280
|
-
mr: (value: string | number | {
|
1281
|
-
readonly [$$ScaleValue]: "space";
|
1282
|
-
}) => {
|
1283
|
-
marginRight: string | number | {
|
1284
|
-
readonly [$$ScaleValue]: "space";
|
1285
|
-
};
|
1286
|
-
};
|
1287
|
-
mb: (value: string | number | {
|
1288
|
-
readonly [$$ScaleValue]: "space";
|
1289
|
-
}) => {
|
1290
|
-
marginBottom: string | number | {
|
1291
|
-
readonly [$$ScaleValue]: "space";
|
1292
|
-
};
|
1293
|
-
};
|
1294
|
-
ml: (value: string | number | {
|
1295
|
-
readonly [$$ScaleValue]: "space";
|
1296
|
-
}) => {
|
1297
|
-
marginLeft: string | number | {
|
1298
|
-
readonly [$$ScaleValue]: "space";
|
1299
|
-
};
|
1300
|
-
};
|
1301
|
-
mx: (value: string | number | {
|
1302
|
-
readonly [$$ScaleValue]: "space";
|
1303
|
-
}) => {
|
1304
|
-
marginLeft: string | number | {
|
1305
|
-
readonly [$$ScaleValue]: "space";
|
1306
|
-
};
|
1307
|
-
marginRight: string | number | {
|
1308
|
-
readonly [$$ScaleValue]: "space";
|
1309
|
-
};
|
1310
|
-
};
|
1311
|
-
my: (value: string | number | {
|
1312
|
-
readonly [$$ScaleValue]: "space";
|
1313
|
-
}) => {
|
1314
|
-
marginTop: string | number | {
|
1315
|
-
readonly [$$ScaleValue]: "space";
|
1316
|
-
};
|
1317
|
-
marginBottom: string | number | {
|
1318
|
-
readonly [$$ScaleValue]: "space";
|
1319
|
-
};
|
971
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
972
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
973
|
+
};
|
974
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
975
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
976
|
+
};
|
977
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
978
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
979
|
+
};
|
980
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
981
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
982
|
+
};
|
983
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
984
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
985
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
986
|
+
};
|
987
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
988
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
989
|
+
};
|
990
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
991
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
992
|
+
};
|
993
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
994
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
995
|
+
};
|
996
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
997
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
998
|
+
};
|
999
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1000
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1001
|
+
};
|
1002
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1003
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1004
|
+
};
|
1005
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1006
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1007
|
+
};
|
1008
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1009
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1010
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1011
|
+
};
|
1012
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1013
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1014
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1015
|
+
};
|
1016
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1017
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1018
|
+
};
|
1019
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1020
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1021
|
+
};
|
1022
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1023
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1024
|
+
};
|
1025
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1026
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1027
|
+
};
|
1028
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1029
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1030
|
+
};
|
1031
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1032
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1033
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1034
|
+
};
|
1035
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1036
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1037
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1320
1038
|
};
|
1321
1039
|
}>>;
|
1322
1040
|
Close: import("react").ForwardRefExoticComponent<import("@radix-ui/react-popover").PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|