@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.
- 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/{HLSView-EPPGI6XI.js → HLSView-LCFZPBH3.js} +2 -2
- package/dist/{HLSView-JYFTZVCM.css → HLSView-Z2JID2W7.css} +3 -3
- package/dist/{HLSView-JYFTZVCM.css.map → HLSView-Z2JID2W7.css.map} +1 -1
- 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/DeviceInUseError.d.ts +2 -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/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/{chunk-ZAX5VT7V.js → chunk-CRGZUJSX.js} +1000 -875
- package/dist/chunk-CRGZUJSX.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +1038 -861
- 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 +1 -1
- package/dist/meta.cjs.json +348 -78
- package/dist/meta.esbuild.json +355 -85
- package/package.json +8 -8
- package/src/Avatar/Avatar.tsx +1 -1
- package/src/Popover/Popover.stories.tsx +1 -1
- package/src/Prebuilt/components/Header/common.jsx +6 -5
- package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
- package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +79 -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 -159
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +23 -2
- package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
- 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/StatsForNerds.jsx +32 -3
- 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/dist/chunk-ZAX5VT7V.js.map +0 -7
- /package/dist/{HLSView-EPPGI6XI.js.map → HLSView-LCFZPBH3.js.map} +0 -0
package/dist/Progress/index.d.ts
CHANGED
@@ -276,167 +276,73 @@ export declare const Progress: {
|
|
276
276
|
transition: "transitions";
|
277
277
|
zIndex: "zIndices";
|
278
278
|
}, {
|
279
|
-
bg: (value: {
|
280
|
-
|
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
|
-
readonly [$$ScaleValue]: "space";
|
347
|
-
}) => {
|
348
|
-
paddingRight: string | number | {
|
349
|
-
readonly [$$ScaleValue]: "space";
|
350
|
-
};
|
351
|
-
};
|
352
|
-
pb: (value: string | number | {
|
353
|
-
readonly [$$ScaleValue]: "space";
|
354
|
-
}) => {
|
355
|
-
paddingBottom: string | number | {
|
356
|
-
readonly [$$ScaleValue]: "space";
|
357
|
-
};
|
358
|
-
};
|
359
|
-
pl: (value: string | number | {
|
360
|
-
readonly [$$ScaleValue]: "space";
|
361
|
-
}) => {
|
362
|
-
paddingLeft: string | number | {
|
363
|
-
readonly [$$ScaleValue]: "space";
|
364
|
-
};
|
365
|
-
};
|
366
|
-
px: (value: string | number | {
|
367
|
-
readonly [$$ScaleValue]: "space";
|
368
|
-
}) => {
|
369
|
-
paddingLeft: string | number | {
|
370
|
-
readonly [$$ScaleValue]: "space";
|
371
|
-
};
|
372
|
-
paddingRight: string | number | {
|
373
|
-
readonly [$$ScaleValue]: "space";
|
374
|
-
};
|
375
|
-
};
|
376
|
-
py: (value: string | number | {
|
377
|
-
readonly [$$ScaleValue]: "space";
|
378
|
-
}) => {
|
379
|
-
paddingTop: string | number | {
|
380
|
-
readonly [$$ScaleValue]: "space";
|
381
|
-
};
|
382
|
-
paddingBottom: string | number | {
|
383
|
-
readonly [$$ScaleValue]: "space";
|
384
|
-
};
|
385
|
-
};
|
386
|
-
m: (value: string | number | {
|
387
|
-
readonly [$$ScaleValue]: "space";
|
388
|
-
}) => {
|
389
|
-
margin: string | number | {
|
390
|
-
readonly [$$ScaleValue]: "space";
|
391
|
-
};
|
392
|
-
};
|
393
|
-
mt: (value: string | number | {
|
394
|
-
readonly [$$ScaleValue]: "space";
|
395
|
-
}) => {
|
396
|
-
marginTop: string | number | {
|
397
|
-
readonly [$$ScaleValue]: "space";
|
398
|
-
};
|
399
|
-
};
|
400
|
-
mr: (value: string | number | {
|
401
|
-
readonly [$$ScaleValue]: "space";
|
402
|
-
}) => {
|
403
|
-
marginRight: string | number | {
|
404
|
-
readonly [$$ScaleValue]: "space";
|
405
|
-
};
|
406
|
-
};
|
407
|
-
mb: (value: string | number | {
|
408
|
-
readonly [$$ScaleValue]: "space";
|
409
|
-
}) => {
|
410
|
-
marginBottom: string | number | {
|
411
|
-
readonly [$$ScaleValue]: "space";
|
412
|
-
};
|
413
|
-
};
|
414
|
-
ml: (value: string | number | {
|
415
|
-
readonly [$$ScaleValue]: "space";
|
416
|
-
}) => {
|
417
|
-
marginLeft: string | number | {
|
418
|
-
readonly [$$ScaleValue]: "space";
|
419
|
-
};
|
420
|
-
};
|
421
|
-
mx: (value: string | number | {
|
422
|
-
readonly [$$ScaleValue]: "space";
|
423
|
-
}) => {
|
424
|
-
marginLeft: string | number | {
|
425
|
-
readonly [$$ScaleValue]: "space";
|
426
|
-
};
|
427
|
-
marginRight: string | number | {
|
428
|
-
readonly [$$ScaleValue]: "space";
|
429
|
-
};
|
430
|
-
};
|
431
|
-
my: (value: string | number | {
|
432
|
-
readonly [$$ScaleValue]: "space";
|
433
|
-
}) => {
|
434
|
-
marginTop: string | number | {
|
435
|
-
readonly [$$ScaleValue]: "space";
|
436
|
-
};
|
437
|
-
marginBottom: string | number | {
|
438
|
-
readonly [$$ScaleValue]: "space";
|
439
|
-
};
|
279
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
280
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
281
|
+
};
|
282
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
283
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
284
|
+
};
|
285
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
286
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
287
|
+
};
|
288
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
289
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
290
|
+
};
|
291
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
292
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
293
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
294
|
+
};
|
295
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
296
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
297
|
+
};
|
298
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
299
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
300
|
+
};
|
301
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
302
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
303
|
+
};
|
304
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
305
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
306
|
+
};
|
307
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
308
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
309
|
+
};
|
310
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
311
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
312
|
+
};
|
313
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
314
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
315
|
+
};
|
316
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
317
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
318
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
319
|
+
};
|
320
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
321
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
322
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
323
|
+
};
|
324
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
325
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
326
|
+
};
|
327
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
328
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
329
|
+
};
|
330
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
331
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
332
|
+
};
|
333
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
334
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
335
|
+
};
|
336
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
337
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
338
|
+
};
|
339
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
340
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
341
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
342
|
+
};
|
343
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
344
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
345
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
440
346
|
};
|
441
347
|
}>>;
|
442
348
|
Content: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-progress").ProgressIndicatorProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
|
@@ -715,167 +621,73 @@ export declare const Progress: {
|
|
715
621
|
transition: "transitions";
|
716
622
|
zIndex: "zIndices";
|
717
623
|
}, {
|
718
|
-
bg: (value: {
|
719
|
-
|
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
|
-
readonly [$$ScaleValue]: "space";
|
786
|
-
}) => {
|
787
|
-
paddingRight: string | number | {
|
788
|
-
readonly [$$ScaleValue]: "space";
|
789
|
-
};
|
790
|
-
};
|
791
|
-
pb: (value: string | number | {
|
792
|
-
readonly [$$ScaleValue]: "space";
|
793
|
-
}) => {
|
794
|
-
paddingBottom: string | number | {
|
795
|
-
readonly [$$ScaleValue]: "space";
|
796
|
-
};
|
797
|
-
};
|
798
|
-
pl: (value: string | number | {
|
799
|
-
readonly [$$ScaleValue]: "space";
|
800
|
-
}) => {
|
801
|
-
paddingLeft: string | number | {
|
802
|
-
readonly [$$ScaleValue]: "space";
|
803
|
-
};
|
804
|
-
};
|
805
|
-
px: (value: string | number | {
|
806
|
-
readonly [$$ScaleValue]: "space";
|
807
|
-
}) => {
|
808
|
-
paddingLeft: string | number | {
|
809
|
-
readonly [$$ScaleValue]: "space";
|
810
|
-
};
|
811
|
-
paddingRight: string | number | {
|
812
|
-
readonly [$$ScaleValue]: "space";
|
813
|
-
};
|
814
|
-
};
|
815
|
-
py: (value: string | number | {
|
816
|
-
readonly [$$ScaleValue]: "space";
|
817
|
-
}) => {
|
818
|
-
paddingTop: string | number | {
|
819
|
-
readonly [$$ScaleValue]: "space";
|
820
|
-
};
|
821
|
-
paddingBottom: string | number | {
|
822
|
-
readonly [$$ScaleValue]: "space";
|
823
|
-
};
|
824
|
-
};
|
825
|
-
m: (value: string | number | {
|
826
|
-
readonly [$$ScaleValue]: "space";
|
827
|
-
}) => {
|
828
|
-
margin: string | number | {
|
829
|
-
readonly [$$ScaleValue]: "space";
|
830
|
-
};
|
831
|
-
};
|
832
|
-
mt: (value: string | number | {
|
833
|
-
readonly [$$ScaleValue]: "space";
|
834
|
-
}) => {
|
835
|
-
marginTop: string | number | {
|
836
|
-
readonly [$$ScaleValue]: "space";
|
837
|
-
};
|
838
|
-
};
|
839
|
-
mr: (value: string | number | {
|
840
|
-
readonly [$$ScaleValue]: "space";
|
841
|
-
}) => {
|
842
|
-
marginRight: string | number | {
|
843
|
-
readonly [$$ScaleValue]: "space";
|
844
|
-
};
|
845
|
-
};
|
846
|
-
mb: (value: string | number | {
|
847
|
-
readonly [$$ScaleValue]: "space";
|
848
|
-
}) => {
|
849
|
-
marginBottom: string | number | {
|
850
|
-
readonly [$$ScaleValue]: "space";
|
851
|
-
};
|
852
|
-
};
|
853
|
-
ml: (value: string | number | {
|
854
|
-
readonly [$$ScaleValue]: "space";
|
855
|
-
}) => {
|
856
|
-
marginLeft: string | number | {
|
857
|
-
readonly [$$ScaleValue]: "space";
|
858
|
-
};
|
859
|
-
};
|
860
|
-
mx: (value: string | number | {
|
861
|
-
readonly [$$ScaleValue]: "space";
|
862
|
-
}) => {
|
863
|
-
marginLeft: string | number | {
|
864
|
-
readonly [$$ScaleValue]: "space";
|
865
|
-
};
|
866
|
-
marginRight: string | number | {
|
867
|
-
readonly [$$ScaleValue]: "space";
|
868
|
-
};
|
869
|
-
};
|
870
|
-
my: (value: string | number | {
|
871
|
-
readonly [$$ScaleValue]: "space";
|
872
|
-
}) => {
|
873
|
-
marginTop: string | number | {
|
874
|
-
readonly [$$ScaleValue]: "space";
|
875
|
-
};
|
876
|
-
marginBottom: string | number | {
|
877
|
-
readonly [$$ScaleValue]: "space";
|
878
|
-
};
|
624
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
625
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
626
|
+
};
|
627
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
628
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
629
|
+
};
|
630
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
631
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
632
|
+
};
|
633
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
634
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
635
|
+
};
|
636
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
637
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
638
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
639
|
+
};
|
640
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
641
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
642
|
+
};
|
643
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
644
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
645
|
+
};
|
646
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
647
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
648
|
+
};
|
649
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
650
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
651
|
+
};
|
652
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
653
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
654
|
+
};
|
655
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
656
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
657
|
+
};
|
658
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
659
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
660
|
+
};
|
661
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
662
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
663
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
664
|
+
};
|
665
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
666
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
667
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
668
|
+
};
|
669
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
670
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
671
|
+
};
|
672
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
673
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
674
|
+
};
|
675
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
676
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
677
|
+
};
|
678
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
679
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
680
|
+
};
|
681
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
682
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
683
|
+
};
|
684
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
685
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
686
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
687
|
+
};
|
688
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
689
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
690
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
879
691
|
};
|
880
692
|
}>>;
|
881
693
|
};
|