@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
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type * as Stitches from '@stitches/react';
|
3
2
|
declare const HmsStitches: import("@stitches/react/types/stitches").default<"hms-ui", {
|
4
3
|
allowMotion: string;
|
@@ -268,167 +267,73 @@ declare const HmsStitches: import("@stitches/react/types/stitches").default<"hms
|
|
268
267
|
transition: "transitions";
|
269
268
|
zIndex: "zIndices";
|
270
269
|
}, {
|
271
|
-
bg: (value: {
|
272
|
-
|
273
|
-
}) => {
|
274
|
-
backgroundColor: {
|
275
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
276
|
-
};
|
270
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
271
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
277
272
|
};
|
278
|
-
c: (value: {
|
279
|
-
|
280
|
-
}) => {
|
281
|
-
color: {
|
282
|
-
readonly [Stitches.$$PropertyValue]: "color";
|
283
|
-
};
|
273
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
274
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
284
275
|
};
|
285
|
-
r: (value: {
|
286
|
-
|
287
|
-
}) => {
|
288
|
-
borderRadius: {
|
289
|
-
readonly [Stitches.$$ScaleValue]: "radii";
|
290
|
-
};
|
276
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
277
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
291
278
|
};
|
292
|
-
fs: (value: string | number | {
|
293
|
-
|
294
|
-
}) => {
|
295
|
-
fontSize: string | number | {
|
296
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
297
|
-
};
|
279
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
280
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
298
281
|
};
|
299
|
-
size: (value: string | number | {
|
300
|
-
|
301
|
-
|
302
|
-
height: string | number | {
|
303
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
304
|
-
};
|
305
|
-
width: string | number | {
|
306
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
307
|
-
};
|
282
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
283
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
284
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
308
285
|
};
|
309
|
-
w: (value: string | number | {
|
310
|
-
|
311
|
-
}) => {
|
312
|
-
width: string | number | {
|
313
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
314
|
-
};
|
286
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
287
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
315
288
|
};
|
316
|
-
h: (value: string | number | {
|
317
|
-
|
318
|
-
}) => {
|
319
|
-
height: string | number | {
|
320
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
321
|
-
};
|
289
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
290
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
322
291
|
};
|
323
|
-
p: (value: string | number | {
|
324
|
-
|
325
|
-
}) => {
|
326
|
-
padding: string | number | {
|
327
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
328
|
-
};
|
292
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
293
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
329
294
|
};
|
330
|
-
pt: (value: string | number | {
|
331
|
-
|
332
|
-
}) => {
|
333
|
-
paddingTop: string | number | {
|
334
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
335
|
-
};
|
295
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
296
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
336
297
|
};
|
337
|
-
pr: (value: string | number | {
|
338
|
-
|
339
|
-
}) => {
|
340
|
-
paddingRight: string | number | {
|
341
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
342
|
-
};
|
298
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
299
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
343
300
|
};
|
344
|
-
pb: (value: string | number | {
|
345
|
-
|
346
|
-
}) => {
|
347
|
-
paddingBottom: string | number | {
|
348
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
349
|
-
};
|
301
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
302
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
350
303
|
};
|
351
|
-
pl: (value: string | number | {
|
352
|
-
|
353
|
-
}) => {
|
354
|
-
paddingLeft: string | number | {
|
355
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
356
|
-
};
|
304
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
305
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
357
306
|
};
|
358
|
-
px: (value: string | number | {
|
359
|
-
|
360
|
-
|
361
|
-
paddingLeft: string | number | {
|
362
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
363
|
-
};
|
364
|
-
paddingRight: string | number | {
|
365
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
366
|
-
};
|
307
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
308
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
309
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
367
310
|
};
|
368
|
-
py: (value: string | number | {
|
369
|
-
|
370
|
-
|
371
|
-
paddingTop: string | number | {
|
372
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
373
|
-
};
|
374
|
-
paddingBottom: string | number | {
|
375
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
376
|
-
};
|
311
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
312
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
313
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
377
314
|
};
|
378
|
-
m: (value: string | number | {
|
379
|
-
|
380
|
-
}) => {
|
381
|
-
margin: string | number | {
|
382
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
383
|
-
};
|
315
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
316
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
384
317
|
};
|
385
|
-
mt: (value: string | number | {
|
386
|
-
|
387
|
-
}) => {
|
388
|
-
marginTop: string | number | {
|
389
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
390
|
-
};
|
318
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
319
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
391
320
|
};
|
392
|
-
mr: (value: string | number | {
|
393
|
-
|
394
|
-
}) => {
|
395
|
-
marginRight: string | number | {
|
396
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
397
|
-
};
|
321
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
322
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
398
323
|
};
|
399
|
-
mb: (value: string | number | {
|
400
|
-
|
401
|
-
}) => {
|
402
|
-
marginBottom: string | number | {
|
403
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
404
|
-
};
|
324
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
325
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
405
326
|
};
|
406
|
-
ml: (value: string | number | {
|
407
|
-
|
408
|
-
}) => {
|
409
|
-
marginLeft: string | number | {
|
410
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
411
|
-
};
|
327
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
328
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
412
329
|
};
|
413
|
-
mx: (value: string | number | {
|
414
|
-
|
415
|
-
|
416
|
-
marginLeft: string | number | {
|
417
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
418
|
-
};
|
419
|
-
marginRight: string | number | {
|
420
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
421
|
-
};
|
330
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
331
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
332
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
422
333
|
};
|
423
|
-
my: (value: string | number | {
|
424
|
-
|
425
|
-
|
426
|
-
marginTop: string | number | {
|
427
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
428
|
-
};
|
429
|
-
marginBottom: string | number | {
|
430
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
431
|
-
};
|
334
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
335
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
336
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
432
337
|
};
|
433
338
|
}>;
|
434
339
|
export declare const theme: string & {
|
@@ -837,458 +742,349 @@ export declare const theme: string & {
|
|
837
742
|
})>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
|
838
743
|
className: string;
|
839
744
|
selector: string;
|
840
|
-
} & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, "hms-ui"> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, "hms-ui">), styled:
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
xl: string;
|
848
|
-
'2xl': string;
|
849
|
-
ls: string;
|
850
|
-
}, {
|
851
|
-
colors: {
|
852
|
-
primary_default: string;
|
853
|
-
primary_bright: string;
|
854
|
-
primary_dim: string;
|
855
|
-
primary_disabled: string;
|
856
|
-
on_primary_high: string;
|
857
|
-
on_primary_medium: string;
|
858
|
-
on_primary_low: string;
|
859
|
-
secondary_default: string;
|
860
|
-
secondary_bright: string;
|
861
|
-
secondary_dim: string;
|
862
|
-
secondary_disabled: string;
|
863
|
-
on_secondary_high: string;
|
864
|
-
on_secondary_medium: string;
|
865
|
-
on_secondary_low: string;
|
866
|
-
background_default: string;
|
867
|
-
background_dim: string;
|
868
|
-
surface_default: string;
|
869
|
-
surface_bright: string;
|
870
|
-
surface_brighter: string;
|
871
|
-
surface_dim: string;
|
872
|
-
on_surface_high: string;
|
873
|
-
on_surface_medium: string;
|
874
|
-
on_surface_low: string;
|
875
|
-
border_default: string;
|
876
|
-
border_bright: string;
|
877
|
-
alert_success: string;
|
878
|
-
alert_warning: string;
|
879
|
-
alert_error_default: string;
|
880
|
-
alert_error_bright: string;
|
881
|
-
alert_error_brighter: string;
|
882
|
-
alert_error_dim: string;
|
883
|
-
};
|
884
|
-
shadows: {
|
885
|
-
sm: string;
|
886
|
-
md: string;
|
887
|
-
};
|
888
|
-
fonts: {
|
889
|
-
sans: string;
|
890
|
-
};
|
891
|
-
fontSizes: {
|
892
|
-
h1: string;
|
893
|
-
h2: string;
|
894
|
-
h3: string;
|
895
|
-
h4: string;
|
896
|
-
h5: string;
|
897
|
-
h6: string;
|
898
|
-
tiny: string;
|
899
|
-
xs: string;
|
900
|
-
sm: string;
|
901
|
-
md: string;
|
902
|
-
lg: string;
|
903
|
-
};
|
904
|
-
fontWeights: {
|
905
|
-
semiBold: number;
|
906
|
-
medium: number;
|
907
|
-
regular: number;
|
908
|
-
};
|
909
|
-
lineHeights: {
|
910
|
-
h1: string;
|
911
|
-
h2: string;
|
912
|
-
h3: string;
|
913
|
-
h4: string;
|
914
|
-
h5: string;
|
915
|
-
h6: string;
|
916
|
-
tiny: string;
|
917
|
-
xs: string;
|
918
|
-
sm: string;
|
919
|
-
md: string;
|
920
|
-
};
|
921
|
-
radii: {
|
922
|
-
'0': string;
|
923
|
-
'1': string;
|
924
|
-
'2': string;
|
925
|
-
'3': string;
|
926
|
-
'4': string;
|
927
|
-
round: string;
|
928
|
-
};
|
929
|
-
space: {
|
930
|
-
0: string;
|
931
|
-
xs: string;
|
745
|
+
} & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, "hms-ui"> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, "hms-ui">), styled: {
|
746
|
+
withConfig: (config: {
|
747
|
+
componentId?: string | undefined;
|
748
|
+
displayName?: string | undefined;
|
749
|
+
shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
|
750
|
+
}) => import("@stitches/react/types/stitches").StyledFunctionType<{
|
751
|
+
allowMotion: string;
|
932
752
|
sm: string;
|
933
753
|
md: string;
|
934
754
|
lg: string;
|
935
755
|
xl: string;
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
100: string;
|
972
|
-
};
|
973
|
-
borderWidths: {
|
974
|
-
light: string;
|
975
|
-
normal: string;
|
976
|
-
bold: string;
|
977
|
-
extrabold: string;
|
978
|
-
black: string;
|
979
|
-
};
|
980
|
-
}, {
|
981
|
-
width: string;
|
982
|
-
height: string;
|
983
|
-
minWidth: string;
|
984
|
-
maxWidth: string;
|
985
|
-
minHeight: string;
|
986
|
-
maxHeight: string;
|
987
|
-
flexBasis: string;
|
988
|
-
gridTemplateColumns: string;
|
989
|
-
gridTemplateRows: string;
|
990
|
-
blockSize: string;
|
991
|
-
minBlockSize: string;
|
992
|
-
maxBlockSize: string;
|
993
|
-
inlineSize: string;
|
994
|
-
minInlineSize: string;
|
995
|
-
maxInlineSize: string;
|
996
|
-
gap: "space";
|
997
|
-
gridGap: "space";
|
998
|
-
columnGap: "space";
|
999
|
-
gridColumnGap: "space";
|
1000
|
-
rowGap: "space";
|
1001
|
-
gridRowGap: "space";
|
1002
|
-
inset: "space";
|
1003
|
-
insetBlock: "space";
|
1004
|
-
insetBlockEnd: "space";
|
1005
|
-
insetBlockStart: "space";
|
1006
|
-
insetInline: "space";
|
1007
|
-
insetInlineEnd: "space";
|
1008
|
-
insetInlineStart: "space";
|
1009
|
-
margin: "space";
|
1010
|
-
marginTop: "space";
|
1011
|
-
marginRight: "space";
|
1012
|
-
marginBottom: "space";
|
1013
|
-
marginLeft: "space";
|
1014
|
-
marginBlock: "space";
|
1015
|
-
marginBlockEnd: "space";
|
1016
|
-
marginBlockStart: "space";
|
1017
|
-
marginInline: "space";
|
1018
|
-
marginInlineEnd: "space";
|
1019
|
-
marginInlineStart: "space";
|
1020
|
-
padding: "space";
|
1021
|
-
paddingTop: "space";
|
1022
|
-
paddingRight: "space";
|
1023
|
-
paddingBottom: "space";
|
1024
|
-
paddingLeft: "space";
|
1025
|
-
paddingBlock: "space";
|
1026
|
-
paddingBlockEnd: "space";
|
1027
|
-
paddingBlockStart: "space";
|
1028
|
-
paddingInline: "space";
|
1029
|
-
paddingInlineEnd: "space";
|
1030
|
-
paddingInlineStart: "space";
|
1031
|
-
scrollMargin: "space";
|
1032
|
-
scrollMarginTop: "space";
|
1033
|
-
scrollMarginRight: "space";
|
1034
|
-
scrollMarginBottom: "space";
|
1035
|
-
scrollMarginLeft: "space";
|
1036
|
-
scrollMarginBlock: "space";
|
1037
|
-
scrollMarginBlockEnd: "space";
|
1038
|
-
scrollMarginBlockStart: "space";
|
1039
|
-
scrollMarginInline: "space";
|
1040
|
-
scrollMarginInlineEnd: "space";
|
1041
|
-
scrollMarginInlineStart: "space";
|
1042
|
-
scrollPadding: "space";
|
1043
|
-
scrollPaddingTop: "space";
|
1044
|
-
scrollPaddingRight: "space";
|
1045
|
-
scrollPaddingBottom: "space";
|
1046
|
-
scrollPaddingLeft: "space";
|
1047
|
-
scrollPaddingBlock: "space";
|
1048
|
-
scrollPaddingBlockEnd: "space";
|
1049
|
-
scrollPaddingBlockStart: "space";
|
1050
|
-
scrollPaddingInline: "space";
|
1051
|
-
scrollPaddingInlineEnd: "space";
|
1052
|
-
scrollPaddingInlineStart: "space";
|
1053
|
-
top: "space";
|
1054
|
-
right: "space";
|
1055
|
-
bottom: "space";
|
1056
|
-
left: "space";
|
1057
|
-
fontSize: "fontSizes";
|
1058
|
-
background: "colors";
|
1059
|
-
backgroundColor: "colors";
|
1060
|
-
backgroundImage: "colors";
|
1061
|
-
borderImage: "colors";
|
1062
|
-
border: "colors";
|
1063
|
-
borderBlock: "colors";
|
1064
|
-
borderBlockEnd: "colors";
|
1065
|
-
borderBlockStart: "colors";
|
1066
|
-
borderBottom: "colors";
|
1067
|
-
borderBottomColor: "colors";
|
1068
|
-
borderColor: "colors";
|
1069
|
-
borderInline: "colors";
|
1070
|
-
borderInlineEnd: "colors";
|
1071
|
-
borderInlineStart: "colors";
|
1072
|
-
borderLeft: "colors";
|
1073
|
-
borderLeftColor: "colors";
|
1074
|
-
borderRight: "colors";
|
1075
|
-
borderRightColor: "colors";
|
1076
|
-
borderTop: "colors";
|
1077
|
-
borderTopColor: "colors";
|
1078
|
-
caretColor: "colors";
|
1079
|
-
color: "colors";
|
1080
|
-
columnRuleColor: "colors";
|
1081
|
-
outline: "colors";
|
1082
|
-
outlineColor: "colors";
|
1083
|
-
fill: "colors";
|
1084
|
-
stroke: "colors";
|
1085
|
-
textDecorationColor: "colors";
|
1086
|
-
fontFamily: "fonts";
|
1087
|
-
fontWeight: "fontWeights";
|
1088
|
-
lineHeight: "lineHeights";
|
1089
|
-
letterSpacing: "letterSpacings";
|
1090
|
-
borderWidth: "borderWidths";
|
1091
|
-
borderTopWidth: "borderWidths";
|
1092
|
-
borderLeftWidth: "borderWidths";
|
1093
|
-
borderRightWidth: "borderWidths";
|
1094
|
-
borderBottomWidth: "borderWidths";
|
1095
|
-
borderStyle: "borderStyles";
|
1096
|
-
borderTopStyle: "borderStyles";
|
1097
|
-
borderLeftStyle: "borderStyles";
|
1098
|
-
borderRightStyle: "borderStyles";
|
1099
|
-
borderBottomStyle: "borderStyles";
|
1100
|
-
borderRadius: "radii";
|
1101
|
-
borderTopLeftRadius: "radii";
|
1102
|
-
borderTopRightRadius: "radii";
|
1103
|
-
borderBottomRightRadius: "radii";
|
1104
|
-
borderBottomLeftRadius: "radii";
|
1105
|
-
boxShadow: "shadows";
|
1106
|
-
textShadow: "shadows";
|
1107
|
-
transition: "transitions";
|
1108
|
-
zIndex: "zIndices";
|
1109
|
-
}, {
|
1110
|
-
bg: (value: {
|
1111
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
1112
|
-
}) => {
|
1113
|
-
backgroundColor: {
|
1114
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
756
|
+
'2xl': string;
|
757
|
+
ls: string;
|
758
|
+
}, {
|
759
|
+
colors: {
|
760
|
+
primary_default: string;
|
761
|
+
primary_bright: string;
|
762
|
+
primary_dim: string;
|
763
|
+
primary_disabled: string;
|
764
|
+
on_primary_high: string;
|
765
|
+
on_primary_medium: string;
|
766
|
+
on_primary_low: string;
|
767
|
+
secondary_default: string;
|
768
|
+
secondary_bright: string;
|
769
|
+
secondary_dim: string;
|
770
|
+
secondary_disabled: string;
|
771
|
+
on_secondary_high: string;
|
772
|
+
on_secondary_medium: string;
|
773
|
+
on_secondary_low: string;
|
774
|
+
background_default: string;
|
775
|
+
background_dim: string;
|
776
|
+
surface_default: string;
|
777
|
+
surface_bright: string;
|
778
|
+
surface_brighter: string;
|
779
|
+
surface_dim: string;
|
780
|
+
on_surface_high: string;
|
781
|
+
on_surface_medium: string;
|
782
|
+
on_surface_low: string;
|
783
|
+
border_default: string;
|
784
|
+
border_bright: string;
|
785
|
+
alert_success: string;
|
786
|
+
alert_warning: string;
|
787
|
+
alert_error_default: string;
|
788
|
+
alert_error_bright: string;
|
789
|
+
alert_error_brighter: string;
|
790
|
+
alert_error_dim: string;
|
1115
791
|
};
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
}) => {
|
1120
|
-
color: {
|
1121
|
-
readonly [Stitches.$$PropertyValue]: "color";
|
792
|
+
shadows: {
|
793
|
+
sm: string;
|
794
|
+
md: string;
|
1122
795
|
};
|
1123
|
-
|
1124
|
-
|
1125
|
-
readonly [Stitches.$$ScaleValue]: "radii";
|
1126
|
-
}) => {
|
1127
|
-
borderRadius: {
|
1128
|
-
readonly [Stitches.$$ScaleValue]: "radii";
|
796
|
+
fonts: {
|
797
|
+
sans: string;
|
1129
798
|
};
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
799
|
+
fontSizes: {
|
800
|
+
h1: string;
|
801
|
+
h2: string;
|
802
|
+
h3: string;
|
803
|
+
h4: string;
|
804
|
+
h5: string;
|
805
|
+
h6: string;
|
806
|
+
tiny: string;
|
807
|
+
xs: string;
|
808
|
+
sm: string;
|
809
|
+
md: string;
|
810
|
+
lg: string;
|
1136
811
|
};
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
height: string | number | {
|
1142
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
812
|
+
fontWeights: {
|
813
|
+
semiBold: number;
|
814
|
+
medium: number;
|
815
|
+
regular: number;
|
1143
816
|
};
|
1144
|
-
|
1145
|
-
|
817
|
+
lineHeights: {
|
818
|
+
h1: string;
|
819
|
+
h2: string;
|
820
|
+
h3: string;
|
821
|
+
h4: string;
|
822
|
+
h5: string;
|
823
|
+
h6: string;
|
824
|
+
tiny: string;
|
825
|
+
xs: string;
|
826
|
+
sm: string;
|
827
|
+
md: string;
|
1146
828
|
};
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
829
|
+
radii: {
|
830
|
+
'0': string;
|
831
|
+
'1': string;
|
832
|
+
'2': string;
|
833
|
+
'3': string;
|
834
|
+
'4': string;
|
835
|
+
round: string;
|
836
|
+
};
|
837
|
+
space: {
|
838
|
+
0: string;
|
839
|
+
xs: string;
|
840
|
+
sm: string;
|
841
|
+
md: string;
|
842
|
+
lg: string;
|
843
|
+
xl: string;
|
844
|
+
px: string;
|
845
|
+
1: string;
|
846
|
+
2: string;
|
847
|
+
3: string;
|
848
|
+
4: string;
|
849
|
+
5: string;
|
850
|
+
6: string;
|
851
|
+
7: string;
|
852
|
+
8: string;
|
853
|
+
9: string;
|
854
|
+
10: string;
|
855
|
+
11: string;
|
856
|
+
12: string;
|
857
|
+
13: string;
|
858
|
+
14: string;
|
859
|
+
15: string;
|
860
|
+
16: string;
|
861
|
+
17: string;
|
862
|
+
18: string;
|
863
|
+
19: string;
|
864
|
+
20: string;
|
865
|
+
24: string;
|
866
|
+
28: string;
|
867
|
+
32: string;
|
868
|
+
36: string;
|
869
|
+
40: string;
|
870
|
+
44: string;
|
871
|
+
48: string;
|
872
|
+
52: string;
|
873
|
+
56: string;
|
874
|
+
60: string;
|
875
|
+
64: string;
|
876
|
+
72: string;
|
877
|
+
80: string;
|
878
|
+
96: string;
|
879
|
+
100: string;
|
880
|
+
};
|
881
|
+
borderWidths: {
|
882
|
+
light: string;
|
883
|
+
normal: string;
|
884
|
+
bold: string;
|
885
|
+
extrabold: string;
|
886
|
+
black: string;
|
887
|
+
};
|
888
|
+
}, {
|
889
|
+
width: string;
|
890
|
+
height: string;
|
891
|
+
minWidth: string;
|
892
|
+
maxWidth: string;
|
893
|
+
minHeight: string;
|
894
|
+
maxHeight: string;
|
895
|
+
flexBasis: string;
|
896
|
+
gridTemplateColumns: string;
|
897
|
+
gridTemplateRows: string;
|
898
|
+
blockSize: string;
|
899
|
+
minBlockSize: string;
|
900
|
+
maxBlockSize: string;
|
901
|
+
inlineSize: string;
|
902
|
+
minInlineSize: string;
|
903
|
+
maxInlineSize: string;
|
904
|
+
gap: "space";
|
905
|
+
gridGap: "space";
|
906
|
+
columnGap: "space";
|
907
|
+
gridColumnGap: "space";
|
908
|
+
rowGap: "space";
|
909
|
+
gridRowGap: "space";
|
910
|
+
inset: "space";
|
911
|
+
insetBlock: "space";
|
912
|
+
insetBlockEnd: "space";
|
913
|
+
insetBlockStart: "space";
|
914
|
+
insetInline: "space";
|
915
|
+
insetInlineEnd: "space";
|
916
|
+
insetInlineStart: "space";
|
917
|
+
margin: "space";
|
918
|
+
marginTop: "space";
|
919
|
+
marginRight: "space";
|
920
|
+
marginBottom: "space";
|
921
|
+
marginLeft: "space";
|
922
|
+
marginBlock: "space";
|
923
|
+
marginBlockEnd: "space";
|
924
|
+
marginBlockStart: "space";
|
925
|
+
marginInline: "space";
|
926
|
+
marginInlineEnd: "space";
|
927
|
+
marginInlineStart: "space";
|
928
|
+
padding: "space";
|
929
|
+
paddingTop: "space";
|
930
|
+
paddingRight: "space";
|
931
|
+
paddingBottom: "space";
|
932
|
+
paddingLeft: "space";
|
933
|
+
paddingBlock: "space";
|
934
|
+
paddingBlockEnd: "space";
|
935
|
+
paddingBlockStart: "space";
|
936
|
+
paddingInline: "space";
|
937
|
+
paddingInlineEnd: "space";
|
938
|
+
paddingInlineStart: "space";
|
939
|
+
scrollMargin: "space";
|
940
|
+
scrollMarginTop: "space";
|
941
|
+
scrollMarginRight: "space";
|
942
|
+
scrollMarginBottom: "space";
|
943
|
+
scrollMarginLeft: "space";
|
944
|
+
scrollMarginBlock: "space";
|
945
|
+
scrollMarginBlockEnd: "space";
|
946
|
+
scrollMarginBlockStart: "space";
|
947
|
+
scrollMarginInline: "space";
|
948
|
+
scrollMarginInlineEnd: "space";
|
949
|
+
scrollMarginInlineStart: "space";
|
950
|
+
scrollPadding: "space";
|
951
|
+
scrollPaddingTop: "space";
|
952
|
+
scrollPaddingRight: "space";
|
953
|
+
scrollPaddingBottom: "space";
|
954
|
+
scrollPaddingLeft: "space";
|
955
|
+
scrollPaddingBlock: "space";
|
956
|
+
scrollPaddingBlockEnd: "space";
|
957
|
+
scrollPaddingBlockStart: "space";
|
958
|
+
scrollPaddingInline: "space";
|
959
|
+
scrollPaddingInlineEnd: "space";
|
960
|
+
scrollPaddingInlineStart: "space";
|
961
|
+
top: "space";
|
962
|
+
right: "space";
|
963
|
+
bottom: "space";
|
964
|
+
left: "space";
|
965
|
+
fontSize: "fontSizes";
|
966
|
+
background: "colors";
|
967
|
+
backgroundColor: "colors";
|
968
|
+
backgroundImage: "colors";
|
969
|
+
borderImage: "colors";
|
970
|
+
border: "colors";
|
971
|
+
borderBlock: "colors";
|
972
|
+
borderBlockEnd: "colors";
|
973
|
+
borderBlockStart: "colors";
|
974
|
+
borderBottom: "colors";
|
975
|
+
borderBottomColor: "colors";
|
976
|
+
borderColor: "colors";
|
977
|
+
borderInline: "colors";
|
978
|
+
borderInlineEnd: "colors";
|
979
|
+
borderInlineStart: "colors";
|
980
|
+
borderLeft: "colors";
|
981
|
+
borderLeftColor: "colors";
|
982
|
+
borderRight: "colors";
|
983
|
+
borderRightColor: "colors";
|
984
|
+
borderTop: "colors";
|
985
|
+
borderTopColor: "colors";
|
986
|
+
caretColor: "colors";
|
987
|
+
color: "colors";
|
988
|
+
columnRuleColor: "colors";
|
989
|
+
outline: "colors";
|
990
|
+
outlineColor: "colors";
|
991
|
+
fill: "colors";
|
992
|
+
stroke: "colors";
|
993
|
+
textDecorationColor: "colors";
|
994
|
+
fontFamily: "fonts";
|
995
|
+
fontWeight: "fontWeights";
|
996
|
+
lineHeight: "lineHeights";
|
997
|
+
letterSpacing: "letterSpacings";
|
998
|
+
borderWidth: "borderWidths";
|
999
|
+
borderTopWidth: "borderWidths";
|
1000
|
+
borderLeftWidth: "borderWidths";
|
1001
|
+
borderRightWidth: "borderWidths";
|
1002
|
+
borderBottomWidth: "borderWidths";
|
1003
|
+
borderStyle: "borderStyles";
|
1004
|
+
borderTopStyle: "borderStyles";
|
1005
|
+
borderLeftStyle: "borderStyles";
|
1006
|
+
borderRightStyle: "borderStyles";
|
1007
|
+
borderBottomStyle: "borderStyles";
|
1008
|
+
borderRadius: "radii";
|
1009
|
+
borderTopLeftRadius: "radii";
|
1010
|
+
borderTopRightRadius: "radii";
|
1011
|
+
borderBottomRightRadius: "radii";
|
1012
|
+
borderBottomLeftRadius: "radii";
|
1013
|
+
boxShadow: "shadows";
|
1014
|
+
textShadow: "shadows";
|
1015
|
+
transition: "transitions";
|
1016
|
+
zIndex: "zIndices";
|
1017
|
+
}, {
|
1018
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
1019
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
1153
1020
|
};
|
1154
|
-
|
1155
|
-
|
1156
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1157
|
-
}) => {
|
1158
|
-
height: string | number | {
|
1159
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1021
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
1022
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
1160
1023
|
};
|
1161
|
-
|
1162
|
-
|
1163
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1164
|
-
}) => {
|
1165
|
-
padding: string | number | {
|
1166
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1024
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
1025
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
1167
1026
|
};
|
1168
|
-
|
1169
|
-
|
1170
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1171
|
-
}) => {
|
1172
|
-
paddingTop: string | number | {
|
1173
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1027
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
1028
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
1174
1029
|
};
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
}) => {
|
1179
|
-
paddingRight: string | number | {
|
1180
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1030
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1031
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1032
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1181
1033
|
};
|
1182
|
-
|
1183
|
-
|
1184
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1185
|
-
}) => {
|
1186
|
-
paddingBottom: string | number | {
|
1187
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1034
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1035
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1188
1036
|
};
|
1189
|
-
|
1190
|
-
|
1191
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1192
|
-
}) => {
|
1193
|
-
paddingLeft: string | number | {
|
1194
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1037
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1038
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1195
1039
|
};
|
1196
|
-
|
1197
|
-
|
1198
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1199
|
-
}) => {
|
1200
|
-
paddingLeft: string | number | {
|
1201
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1040
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1041
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1202
1042
|
};
|
1203
|
-
|
1204
|
-
|
1043
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1044
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1205
1045
|
};
|
1206
|
-
|
1207
|
-
|
1208
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1209
|
-
}) => {
|
1210
|
-
paddingTop: string | number | {
|
1211
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1046
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1047
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1212
1048
|
};
|
1213
|
-
|
1214
|
-
|
1049
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1050
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1215
1051
|
};
|
1216
|
-
|
1217
|
-
|
1218
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1219
|
-
}) => {
|
1220
|
-
margin: string | number | {
|
1221
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1052
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1053
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1222
1054
|
};
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
}) => {
|
1227
|
-
marginTop: string | number | {
|
1228
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1055
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1056
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1057
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1229
1058
|
};
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
}) => {
|
1234
|
-
marginRight: string | number | {
|
1235
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1059
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1060
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1061
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1236
1062
|
};
|
1237
|
-
|
1238
|
-
|
1239
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1240
|
-
}) => {
|
1241
|
-
marginBottom: string | number | {
|
1242
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1063
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1064
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1243
1065
|
};
|
1244
|
-
|
1245
|
-
|
1246
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1247
|
-
}) => {
|
1248
|
-
marginLeft: string | number | {
|
1249
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1066
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1067
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1250
1068
|
};
|
1251
|
-
|
1252
|
-
|
1253
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1254
|
-
}) => {
|
1255
|
-
marginLeft: string | number | {
|
1256
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1069
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1070
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1257
1071
|
};
|
1258
|
-
|
1259
|
-
|
1072
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1073
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1260
1074
|
};
|
1261
|
-
|
1262
|
-
|
1263
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1264
|
-
}) => {
|
1265
|
-
marginTop: string | number | {
|
1266
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1075
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1076
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1267
1077
|
};
|
1268
|
-
|
1269
|
-
|
1078
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1079
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1080
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1270
1081
|
};
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
[x: string]: {
|
1275
|
-
[x: string]: CSS_1;
|
1276
|
-
[x: number]: CSS_1;
|
1082
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1083
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1084
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1277
1085
|
};
|
1278
|
-
}
|
1279
|
-
|
1280
|
-
css: CSS_1;
|
1281
|
-
})[] | undefined;
|
1282
|
-
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
|
1283
|
-
} & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
1284
|
-
allowMotion: string;
|
1285
|
-
sm: string;
|
1286
|
-
md: string;
|
1287
|
-
lg: string;
|
1288
|
-
xl: string;
|
1289
|
-
'2xl': string;
|
1290
|
-
ls: string;
|
1291
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
1086
|
+
}>;
|
1087
|
+
} & import("@stitches/react/types/stitches").StyledFunctionType<{
|
1292
1088
|
allowMotion: string;
|
1293
1089
|
sm: string;
|
1294
1090
|
md: string;
|
@@ -1556,169 +1352,75 @@ export declare const theme: string & {
|
|
1556
1352
|
transition: "transitions";
|
1557
1353
|
zIndex: "zIndices";
|
1558
1354
|
}, {
|
1559
|
-
bg: (value: {
|
1560
|
-
|
1561
|
-
}) => {
|
1562
|
-
backgroundColor: {
|
1563
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
1564
|
-
};
|
1355
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
1356
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
1565
1357
|
};
|
1566
|
-
c: (value: {
|
1567
|
-
|
1568
|
-
}) => {
|
1569
|
-
color: {
|
1570
|
-
readonly [Stitches.$$PropertyValue]: "color";
|
1571
|
-
};
|
1358
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
1359
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
1572
1360
|
};
|
1573
|
-
r: (value: {
|
1574
|
-
|
1575
|
-
}) => {
|
1576
|
-
borderRadius: {
|
1577
|
-
readonly [Stitches.$$ScaleValue]: "radii";
|
1578
|
-
};
|
1361
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
1362
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
1579
1363
|
};
|
1580
|
-
fs: (value: string | number | {
|
1581
|
-
|
1582
|
-
}) => {
|
1583
|
-
fontSize: string | number | {
|
1584
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
1585
|
-
};
|
1364
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
1365
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
1586
1366
|
};
|
1587
|
-
size: (value: string | number | {
|
1588
|
-
|
1589
|
-
|
1590
|
-
height: string | number | {
|
1591
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1592
|
-
};
|
1593
|
-
width: string | number | {
|
1594
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1595
|
-
};
|
1367
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1368
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1369
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1596
1370
|
};
|
1597
|
-
w: (value: string | number | {
|
1598
|
-
|
1599
|
-
}) => {
|
1600
|
-
width: string | number | {
|
1601
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1602
|
-
};
|
1371
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1372
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1603
1373
|
};
|
1604
|
-
h: (value: string | number | {
|
1605
|
-
|
1606
|
-
}) => {
|
1607
|
-
height: string | number | {
|
1608
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1609
|
-
};
|
1374
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1375
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1610
1376
|
};
|
1611
|
-
p: (value: string | number | {
|
1612
|
-
|
1613
|
-
}) => {
|
1614
|
-
padding: string | number | {
|
1615
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1616
|
-
};
|
1377
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1378
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1617
1379
|
};
|
1618
|
-
pt: (value: string | number | {
|
1619
|
-
|
1620
|
-
}) => {
|
1621
|
-
paddingTop: string | number | {
|
1622
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1623
|
-
};
|
1380
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1381
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1624
1382
|
};
|
1625
|
-
pr: (value: string | number | {
|
1626
|
-
|
1627
|
-
}) => {
|
1628
|
-
paddingRight: string | number | {
|
1629
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1630
|
-
};
|
1383
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1384
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1631
1385
|
};
|
1632
|
-
pb: (value: string | number | {
|
1633
|
-
|
1634
|
-
}) => {
|
1635
|
-
paddingBottom: string | number | {
|
1636
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1637
|
-
};
|
1386
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1387
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1638
1388
|
};
|
1639
|
-
pl: (value: string | number | {
|
1640
|
-
|
1641
|
-
}) => {
|
1642
|
-
paddingLeft: string | number | {
|
1643
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1644
|
-
};
|
1389
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1390
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1645
1391
|
};
|
1646
|
-
px: (value: string | number | {
|
1647
|
-
|
1648
|
-
|
1649
|
-
paddingLeft: string | number | {
|
1650
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1651
|
-
};
|
1652
|
-
paddingRight: string | number | {
|
1653
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1654
|
-
};
|
1392
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1393
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1394
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1655
1395
|
};
|
1656
|
-
py: (value: string | number | {
|
1657
|
-
|
1658
|
-
|
1659
|
-
paddingTop: string | number | {
|
1660
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1661
|
-
};
|
1662
|
-
paddingBottom: string | number | {
|
1663
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1664
|
-
};
|
1396
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1397
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1398
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1665
1399
|
};
|
1666
|
-
m: (value: string | number | {
|
1667
|
-
|
1668
|
-
}) => {
|
1669
|
-
margin: string | number | {
|
1670
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1671
|
-
};
|
1400
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1401
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1672
1402
|
};
|
1673
|
-
mt: (value: string | number | {
|
1674
|
-
|
1675
|
-
}) => {
|
1676
|
-
marginTop: string | number | {
|
1677
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1678
|
-
};
|
1403
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1404
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1679
1405
|
};
|
1680
|
-
mr: (value: string | number | {
|
1681
|
-
|
1682
|
-
}) => {
|
1683
|
-
marginRight: string | number | {
|
1684
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1685
|
-
};
|
1406
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1407
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1686
1408
|
};
|
1687
|
-
mb: (value: string | number | {
|
1688
|
-
|
1689
|
-
}) => {
|
1690
|
-
marginBottom: string | number | {
|
1691
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1692
|
-
};
|
1409
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1410
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1693
1411
|
};
|
1694
|
-
ml: (value: string | number | {
|
1695
|
-
|
1696
|
-
}) => {
|
1697
|
-
marginLeft: string | number | {
|
1698
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1699
|
-
};
|
1412
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1413
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1700
1414
|
};
|
1701
|
-
mx: (value: string | number | {
|
1702
|
-
|
1703
|
-
|
1704
|
-
marginLeft: string | number | {
|
1705
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1706
|
-
};
|
1707
|
-
marginRight: string | number | {
|
1708
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1709
|
-
};
|
1415
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1416
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1417
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1710
1418
|
};
|
1711
|
-
my: (value: string | number | {
|
1712
|
-
|
1713
|
-
|
1714
|
-
marginTop: string | number | {
|
1715
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1716
|
-
};
|
1717
|
-
marginBottom: string | number | {
|
1718
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
1719
|
-
};
|
1419
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1420
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1421
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1720
1422
|
};
|
1721
|
-
}
|
1423
|
+
}>, globalCss: <Styles extends {
|
1722
1424
|
[K: string]: any;
|
1723
1425
|
}>(...styles: ({
|
1724
1426
|
'@import'?: unknown;
|
@@ -1992,167 +1694,73 @@ export declare const theme: string & {
|
|
1992
1694
|
transition: "transitions";
|
1993
1695
|
zIndex: "zIndices";
|
1994
1696
|
}, {
|
1995
|
-
bg: (value: {
|
1996
|
-
|
1997
|
-
}
|
1998
|
-
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2005
|
-
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
2010
|
-
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2014
|
-
|
2015
|
-
|
2016
|
-
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
2020
|
-
|
2021
|
-
|
2022
|
-
};
|
2023
|
-
|
2024
|
-
|
2025
|
-
}
|
2026
|
-
|
2027
|
-
|
2028
|
-
|
2029
|
-
|
2030
|
-
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
}
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
};
|
2040
|
-
|
2041
|
-
|
2042
|
-
}
|
2043
|
-
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2050
|
-
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
2058
|
-
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2063
|
-
}) => {
|
2064
|
-
paddingRight: string | number | {
|
2065
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2066
|
-
};
|
2067
|
-
};
|
2068
|
-
pb: (value: string | number | {
|
2069
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2070
|
-
}) => {
|
2071
|
-
paddingBottom: string | number | {
|
2072
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2073
|
-
};
|
2074
|
-
};
|
2075
|
-
pl: (value: string | number | {
|
2076
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2077
|
-
}) => {
|
2078
|
-
paddingLeft: string | number | {
|
2079
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2080
|
-
};
|
2081
|
-
};
|
2082
|
-
px: (value: string | number | {
|
2083
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2084
|
-
}) => {
|
2085
|
-
paddingLeft: string | number | {
|
2086
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2087
|
-
};
|
2088
|
-
paddingRight: string | number | {
|
2089
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2090
|
-
};
|
2091
|
-
};
|
2092
|
-
py: (value: string | number | {
|
2093
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2094
|
-
}) => {
|
2095
|
-
paddingTop: string | number | {
|
2096
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2097
|
-
};
|
2098
|
-
paddingBottom: string | number | {
|
2099
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2100
|
-
};
|
2101
|
-
};
|
2102
|
-
m: (value: string | number | {
|
2103
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2104
|
-
}) => {
|
2105
|
-
margin: string | number | {
|
2106
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2107
|
-
};
|
2108
|
-
};
|
2109
|
-
mt: (value: string | number | {
|
2110
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2111
|
-
}) => {
|
2112
|
-
marginTop: string | number | {
|
2113
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2114
|
-
};
|
2115
|
-
};
|
2116
|
-
mr: (value: string | number | {
|
2117
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2118
|
-
}) => {
|
2119
|
-
marginRight: string | number | {
|
2120
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2121
|
-
};
|
2122
|
-
};
|
2123
|
-
mb: (value: string | number | {
|
2124
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2125
|
-
}) => {
|
2126
|
-
marginBottom: string | number | {
|
2127
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2128
|
-
};
|
2129
|
-
};
|
2130
|
-
ml: (value: string | number | {
|
2131
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2132
|
-
}) => {
|
2133
|
-
marginLeft: string | number | {
|
2134
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2135
|
-
};
|
2136
|
-
};
|
2137
|
-
mx: (value: string | number | {
|
2138
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2139
|
-
}) => {
|
2140
|
-
marginLeft: string | number | {
|
2141
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2142
|
-
};
|
2143
|
-
marginRight: string | number | {
|
2144
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2145
|
-
};
|
2146
|
-
};
|
2147
|
-
my: (value: string | number | {
|
2148
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2149
|
-
}) => {
|
2150
|
-
marginTop: string | number | {
|
2151
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2152
|
-
};
|
2153
|
-
marginBottom: string | number | {
|
2154
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2155
|
-
};
|
1697
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
1698
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
1699
|
+
};
|
1700
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
1701
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
1702
|
+
};
|
1703
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
1704
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
1705
|
+
};
|
1706
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
1707
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
1708
|
+
};
|
1709
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1710
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1711
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1712
|
+
};
|
1713
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1714
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1715
|
+
};
|
1716
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1717
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1718
|
+
};
|
1719
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1720
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1721
|
+
};
|
1722
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1723
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1724
|
+
};
|
1725
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1726
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1727
|
+
};
|
1728
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1729
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1730
|
+
};
|
1731
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1732
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1733
|
+
};
|
1734
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1735
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1736
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1737
|
+
};
|
1738
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1739
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1740
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1741
|
+
};
|
1742
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1743
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1744
|
+
};
|
1745
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1746
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1747
|
+
};
|
1748
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1749
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1750
|
+
};
|
1751
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1752
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1753
|
+
};
|
1754
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1755
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1756
|
+
};
|
1757
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1758
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1759
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1760
|
+
};
|
1761
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
1762
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
1763
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2156
1764
|
};
|
2157
1765
|
}>;
|
2158
1766
|
} : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
|
@@ -2423,170 +2031,421 @@ export declare const theme: string & {
|
|
2423
2031
|
transition: "transitions";
|
2424
2032
|
zIndex: "zIndices";
|
2425
2033
|
}, {
|
2426
|
-
bg: (value: {
|
2427
|
-
|
2428
|
-
}) => {
|
2429
|
-
backgroundColor: {
|
2430
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
2431
|
-
};
|
2034
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
2035
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
2432
2036
|
};
|
2433
|
-
c: (value: {
|
2434
|
-
|
2435
|
-
}) => {
|
2436
|
-
color: {
|
2437
|
-
readonly [Stitches.$$PropertyValue]: "color";
|
2438
|
-
};
|
2037
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
2038
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
2439
2039
|
};
|
2440
|
-
r: (value: {
|
2441
|
-
|
2442
|
-
}
|
2443
|
-
|
2444
|
-
|
2445
|
-
|
2040
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
2041
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
2042
|
+
};
|
2043
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
2044
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
2045
|
+
};
|
2046
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2047
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2048
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2049
|
+
};
|
2050
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2051
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2446
2052
|
};
|
2447
|
-
|
2448
|
-
|
2449
|
-
}
|
2450
|
-
|
2451
|
-
|
2053
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2054
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2055
|
+
};
|
2056
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2057
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2058
|
+
};
|
2059
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2060
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2061
|
+
};
|
2062
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2063
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2064
|
+
};
|
2065
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2066
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2067
|
+
};
|
2068
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2069
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2070
|
+
};
|
2071
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2072
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2073
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2074
|
+
};
|
2075
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2076
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2077
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2078
|
+
};
|
2079
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2080
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2081
|
+
};
|
2082
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2083
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2084
|
+
};
|
2085
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2086
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2087
|
+
};
|
2088
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2089
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2090
|
+
};
|
2091
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2092
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2093
|
+
};
|
2094
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2095
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2096
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2097
|
+
};
|
2098
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2099
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2100
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2101
|
+
};
|
2102
|
+
}>; })[]) => () => string, keyframes: (style: {
|
2103
|
+
[offset: string]: import("@stitches/react/types/css-util").CSS<{
|
2104
|
+
allowMotion: string;
|
2105
|
+
sm: string;
|
2106
|
+
md: string;
|
2107
|
+
lg: string;
|
2108
|
+
xl: string;
|
2109
|
+
'2xl': string;
|
2110
|
+
ls: string;
|
2111
|
+
}, {
|
2112
|
+
colors: {
|
2113
|
+
primary_default: string;
|
2114
|
+
primary_bright: string;
|
2115
|
+
primary_dim: string;
|
2116
|
+
primary_disabled: string;
|
2117
|
+
on_primary_high: string;
|
2118
|
+
on_primary_medium: string;
|
2119
|
+
on_primary_low: string;
|
2120
|
+
secondary_default: string;
|
2121
|
+
secondary_bright: string;
|
2122
|
+
secondary_dim: string;
|
2123
|
+
secondary_disabled: string;
|
2124
|
+
on_secondary_high: string;
|
2125
|
+
on_secondary_medium: string;
|
2126
|
+
on_secondary_low: string;
|
2127
|
+
background_default: string;
|
2128
|
+
background_dim: string;
|
2129
|
+
surface_default: string;
|
2130
|
+
surface_bright: string;
|
2131
|
+
surface_brighter: string;
|
2132
|
+
surface_dim: string;
|
2133
|
+
on_surface_high: string;
|
2134
|
+
on_surface_medium: string;
|
2135
|
+
on_surface_low: string;
|
2136
|
+
border_default: string;
|
2137
|
+
border_bright: string;
|
2138
|
+
alert_success: string;
|
2139
|
+
alert_warning: string;
|
2140
|
+
alert_error_default: string;
|
2141
|
+
alert_error_bright: string;
|
2142
|
+
alert_error_brighter: string;
|
2143
|
+
alert_error_dim: string;
|
2144
|
+
};
|
2145
|
+
shadows: {
|
2146
|
+
sm: string;
|
2147
|
+
md: string;
|
2148
|
+
};
|
2149
|
+
fonts: {
|
2150
|
+
sans: string;
|
2151
|
+
};
|
2152
|
+
fontSizes: {
|
2153
|
+
h1: string;
|
2154
|
+
h2: string;
|
2155
|
+
h3: string;
|
2156
|
+
h4: string;
|
2157
|
+
h5: string;
|
2158
|
+
h6: string;
|
2159
|
+
tiny: string;
|
2160
|
+
xs: string;
|
2161
|
+
sm: string;
|
2162
|
+
md: string;
|
2163
|
+
lg: string;
|
2164
|
+
};
|
2165
|
+
fontWeights: {
|
2166
|
+
semiBold: number;
|
2167
|
+
medium: number;
|
2168
|
+
regular: number;
|
2169
|
+
};
|
2170
|
+
lineHeights: {
|
2171
|
+
h1: string;
|
2172
|
+
h2: string;
|
2173
|
+
h3: string;
|
2174
|
+
h4: string;
|
2175
|
+
h5: string;
|
2176
|
+
h6: string;
|
2177
|
+
tiny: string;
|
2178
|
+
xs: string;
|
2179
|
+
sm: string;
|
2180
|
+
md: string;
|
2181
|
+
};
|
2182
|
+
radii: {
|
2183
|
+
'0': string;
|
2184
|
+
'1': string;
|
2185
|
+
'2': string;
|
2186
|
+
'3': string;
|
2187
|
+
'4': string;
|
2188
|
+
round: string;
|
2189
|
+
};
|
2190
|
+
space: {
|
2191
|
+
0: string;
|
2192
|
+
xs: string;
|
2193
|
+
sm: string;
|
2194
|
+
md: string;
|
2195
|
+
lg: string;
|
2196
|
+
xl: string;
|
2197
|
+
px: string;
|
2198
|
+
1: string;
|
2199
|
+
2: string;
|
2200
|
+
3: string;
|
2201
|
+
4: string;
|
2202
|
+
5: string;
|
2203
|
+
6: string;
|
2204
|
+
7: string;
|
2205
|
+
8: string;
|
2206
|
+
9: string;
|
2207
|
+
10: string;
|
2208
|
+
11: string;
|
2209
|
+
12: string;
|
2210
|
+
13: string;
|
2211
|
+
14: string;
|
2212
|
+
15: string;
|
2213
|
+
16: string;
|
2214
|
+
17: string;
|
2215
|
+
18: string;
|
2216
|
+
19: string;
|
2217
|
+
20: string;
|
2218
|
+
24: string;
|
2219
|
+
28: string;
|
2220
|
+
32: string;
|
2221
|
+
36: string;
|
2222
|
+
40: string;
|
2223
|
+
44: string;
|
2224
|
+
48: string;
|
2225
|
+
52: string;
|
2226
|
+
56: string;
|
2227
|
+
60: string;
|
2228
|
+
64: string;
|
2229
|
+
72: string;
|
2230
|
+
80: string;
|
2231
|
+
96: string;
|
2232
|
+
100: string;
|
2452
2233
|
};
|
2453
|
-
|
2454
|
-
|
2455
|
-
|
2456
|
-
|
2457
|
-
|
2458
|
-
|
2234
|
+
borderWidths: {
|
2235
|
+
light: string;
|
2236
|
+
normal: string;
|
2237
|
+
bold: string;
|
2238
|
+
extrabold: string;
|
2239
|
+
black: string;
|
2459
2240
|
};
|
2460
|
-
|
2461
|
-
|
2241
|
+
}, {
|
2242
|
+
width: string;
|
2243
|
+
height: string;
|
2244
|
+
minWidth: string;
|
2245
|
+
maxWidth: string;
|
2246
|
+
minHeight: string;
|
2247
|
+
maxHeight: string;
|
2248
|
+
flexBasis: string;
|
2249
|
+
gridTemplateColumns: string;
|
2250
|
+
gridTemplateRows: string;
|
2251
|
+
blockSize: string;
|
2252
|
+
minBlockSize: string;
|
2253
|
+
maxBlockSize: string;
|
2254
|
+
inlineSize: string;
|
2255
|
+
minInlineSize: string;
|
2256
|
+
maxInlineSize: string;
|
2257
|
+
gap: "space";
|
2258
|
+
gridGap: "space";
|
2259
|
+
columnGap: "space";
|
2260
|
+
gridColumnGap: "space";
|
2261
|
+
rowGap: "space";
|
2262
|
+
gridRowGap: "space";
|
2263
|
+
inset: "space";
|
2264
|
+
insetBlock: "space";
|
2265
|
+
insetBlockEnd: "space";
|
2266
|
+
insetBlockStart: "space";
|
2267
|
+
insetInline: "space";
|
2268
|
+
insetInlineEnd: "space";
|
2269
|
+
insetInlineStart: "space";
|
2270
|
+
margin: "space";
|
2271
|
+
marginTop: "space";
|
2272
|
+
marginRight: "space";
|
2273
|
+
marginBottom: "space";
|
2274
|
+
marginLeft: "space";
|
2275
|
+
marginBlock: "space";
|
2276
|
+
marginBlockEnd: "space";
|
2277
|
+
marginBlockStart: "space";
|
2278
|
+
marginInline: "space";
|
2279
|
+
marginInlineEnd: "space";
|
2280
|
+
marginInlineStart: "space";
|
2281
|
+
padding: "space";
|
2282
|
+
paddingTop: "space";
|
2283
|
+
paddingRight: "space";
|
2284
|
+
paddingBottom: "space";
|
2285
|
+
paddingLeft: "space";
|
2286
|
+
paddingBlock: "space";
|
2287
|
+
paddingBlockEnd: "space";
|
2288
|
+
paddingBlockStart: "space";
|
2289
|
+
paddingInline: "space";
|
2290
|
+
paddingInlineEnd: "space";
|
2291
|
+
paddingInlineStart: "space";
|
2292
|
+
scrollMargin: "space";
|
2293
|
+
scrollMarginTop: "space";
|
2294
|
+
scrollMarginRight: "space";
|
2295
|
+
scrollMarginBottom: "space";
|
2296
|
+
scrollMarginLeft: "space";
|
2297
|
+
scrollMarginBlock: "space";
|
2298
|
+
scrollMarginBlockEnd: "space";
|
2299
|
+
scrollMarginBlockStart: "space";
|
2300
|
+
scrollMarginInline: "space";
|
2301
|
+
scrollMarginInlineEnd: "space";
|
2302
|
+
scrollMarginInlineStart: "space";
|
2303
|
+
scrollPadding: "space";
|
2304
|
+
scrollPaddingTop: "space";
|
2305
|
+
scrollPaddingRight: "space";
|
2306
|
+
scrollPaddingBottom: "space";
|
2307
|
+
scrollPaddingLeft: "space";
|
2308
|
+
scrollPaddingBlock: "space";
|
2309
|
+
scrollPaddingBlockEnd: "space";
|
2310
|
+
scrollPaddingBlockStart: "space";
|
2311
|
+
scrollPaddingInline: "space";
|
2312
|
+
scrollPaddingInlineEnd: "space";
|
2313
|
+
scrollPaddingInlineStart: "space";
|
2314
|
+
top: "space";
|
2315
|
+
right: "space";
|
2316
|
+
bottom: "space";
|
2317
|
+
left: "space";
|
2318
|
+
fontSize: "fontSizes";
|
2319
|
+
background: "colors";
|
2320
|
+
backgroundColor: "colors";
|
2321
|
+
backgroundImage: "colors";
|
2322
|
+
borderImage: "colors";
|
2323
|
+
border: "colors";
|
2324
|
+
borderBlock: "colors";
|
2325
|
+
borderBlockEnd: "colors";
|
2326
|
+
borderBlockStart: "colors";
|
2327
|
+
borderBottom: "colors";
|
2328
|
+
borderBottomColor: "colors";
|
2329
|
+
borderColor: "colors";
|
2330
|
+
borderInline: "colors";
|
2331
|
+
borderInlineEnd: "colors";
|
2332
|
+
borderInlineStart: "colors";
|
2333
|
+
borderLeft: "colors";
|
2334
|
+
borderLeftColor: "colors";
|
2335
|
+
borderRight: "colors";
|
2336
|
+
borderRightColor: "colors";
|
2337
|
+
borderTop: "colors";
|
2338
|
+
borderTopColor: "colors";
|
2339
|
+
caretColor: "colors";
|
2340
|
+
color: "colors";
|
2341
|
+
columnRuleColor: "colors";
|
2342
|
+
outline: "colors";
|
2343
|
+
outlineColor: "colors";
|
2344
|
+
fill: "colors";
|
2345
|
+
stroke: "colors";
|
2346
|
+
textDecorationColor: "colors";
|
2347
|
+
fontFamily: "fonts";
|
2348
|
+
fontWeight: "fontWeights";
|
2349
|
+
lineHeight: "lineHeights";
|
2350
|
+
letterSpacing: "letterSpacings";
|
2351
|
+
borderWidth: "borderWidths";
|
2352
|
+
borderTopWidth: "borderWidths";
|
2353
|
+
borderLeftWidth: "borderWidths";
|
2354
|
+
borderRightWidth: "borderWidths";
|
2355
|
+
borderBottomWidth: "borderWidths";
|
2356
|
+
borderStyle: "borderStyles";
|
2357
|
+
borderTopStyle: "borderStyles";
|
2358
|
+
borderLeftStyle: "borderStyles";
|
2359
|
+
borderRightStyle: "borderStyles";
|
2360
|
+
borderBottomStyle: "borderStyles";
|
2361
|
+
borderRadius: "radii";
|
2362
|
+
borderTopLeftRadius: "radii";
|
2363
|
+
borderTopRightRadius: "radii";
|
2364
|
+
borderBottomRightRadius: "radii";
|
2365
|
+
borderBottomLeftRadius: "radii";
|
2366
|
+
boxShadow: "shadows";
|
2367
|
+
textShadow: "shadows";
|
2368
|
+
transition: "transitions";
|
2369
|
+
zIndex: "zIndices";
|
2370
|
+
}, {
|
2371
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
2372
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
2462
2373
|
};
|
2463
|
-
|
2464
|
-
|
2465
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2466
|
-
}) => {
|
2467
|
-
width: string | number | {
|
2468
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2374
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
2375
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
2469
2376
|
};
|
2470
|
-
|
2471
|
-
|
2472
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2473
|
-
}) => {
|
2474
|
-
height: string | number | {
|
2475
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2377
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
2378
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
2476
2379
|
};
|
2477
|
-
|
2478
|
-
|
2479
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2480
|
-
}) => {
|
2481
|
-
padding: string | number | {
|
2482
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2380
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
2381
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
2483
2382
|
};
|
2484
|
-
|
2485
|
-
|
2486
|
-
|
2487
|
-
}) => {
|
2488
|
-
paddingTop: string | number | {
|
2489
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2383
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2384
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2385
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2490
2386
|
};
|
2491
|
-
|
2492
|
-
|
2493
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2494
|
-
}) => {
|
2495
|
-
paddingRight: string | number | {
|
2496
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2387
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2388
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2497
2389
|
};
|
2498
|
-
|
2499
|
-
|
2500
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2501
|
-
}) => {
|
2502
|
-
paddingBottom: string | number | {
|
2503
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2390
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2391
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2504
2392
|
};
|
2505
|
-
|
2506
|
-
|
2507
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2508
|
-
}) => {
|
2509
|
-
paddingLeft: string | number | {
|
2510
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2393
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2394
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2511
2395
|
};
|
2512
|
-
|
2513
|
-
|
2514
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2515
|
-
}) => {
|
2516
|
-
paddingLeft: string | number | {
|
2517
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2396
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2397
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2518
2398
|
};
|
2519
|
-
|
2520
|
-
|
2399
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2400
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2521
2401
|
};
|
2522
|
-
|
2523
|
-
|
2524
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2525
|
-
}) => {
|
2526
|
-
paddingTop: string | number | {
|
2527
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2402
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2403
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2528
2404
|
};
|
2529
|
-
|
2530
|
-
|
2405
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2406
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2531
2407
|
};
|
2532
|
-
|
2533
|
-
|
2534
|
-
|
2535
|
-
}) => {
|
2536
|
-
margin: string | number | {
|
2537
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2408
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2409
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2410
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2538
2411
|
};
|
2539
|
-
|
2540
|
-
|
2541
|
-
|
2542
|
-
}) => {
|
2543
|
-
marginTop: string | number | {
|
2544
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2412
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2413
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2414
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2545
2415
|
};
|
2546
|
-
|
2547
|
-
|
2548
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2549
|
-
}) => {
|
2550
|
-
marginRight: string | number | {
|
2551
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2416
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2417
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2552
2418
|
};
|
2553
|
-
|
2554
|
-
|
2555
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2556
|
-
}) => {
|
2557
|
-
marginBottom: string | number | {
|
2558
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2419
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2420
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2559
2421
|
};
|
2560
|
-
|
2561
|
-
|
2562
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2563
|
-
}) => {
|
2564
|
-
marginLeft: string | number | {
|
2565
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2422
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2423
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2566
2424
|
};
|
2567
|
-
|
2568
|
-
|
2569
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2570
|
-
}) => {
|
2571
|
-
marginLeft: string | number | {
|
2572
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2425
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2426
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2573
2427
|
};
|
2574
|
-
|
2575
|
-
|
2428
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2429
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2576
2430
|
};
|
2577
|
-
|
2578
|
-
|
2579
|
-
|
2580
|
-
}) => {
|
2581
|
-
marginTop: string | number | {
|
2582
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2431
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2432
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2433
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2583
2434
|
};
|
2584
|
-
|
2585
|
-
|
2435
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2436
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2437
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2586
2438
|
};
|
2587
|
-
}
|
2588
|
-
}
|
2589
|
-
|
2439
|
+
}>;
|
2440
|
+
}) => {
|
2441
|
+
(): string;
|
2442
|
+
name: string;
|
2443
|
+
}, css: {
|
2444
|
+
withConfig: (config: {
|
2445
|
+
componentId?: string | undefined;
|
2446
|
+
displayName?: string | undefined;
|
2447
|
+
shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
|
2448
|
+
}) => import("@stitches/react/types/stitches").CssFunctionType<{
|
2590
2449
|
allowMotion: string;
|
2591
2450
|
sm: string;
|
2592
2451
|
md: string;
|
@@ -2854,175 +2713,76 @@ export declare const theme: string & {
|
|
2854
2713
|
transition: "transitions";
|
2855
2714
|
zIndex: "zIndices";
|
2856
2715
|
}, {
|
2857
|
-
bg: (value: {
|
2858
|
-
|
2859
|
-
}
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
|
2864
|
-
|
2865
|
-
|
2866
|
-
|
2867
|
-
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2874
|
-
|
2875
|
-
|
2876
|
-
|
2877
|
-
|
2878
|
-
|
2879
|
-
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2884
|
-
};
|
2885
|
-
|
2886
|
-
|
2887
|
-
}
|
2888
|
-
|
2889
|
-
|
2890
|
-
|
2891
|
-
|
2892
|
-
|
2893
|
-
|
2894
|
-
|
2895
|
-
|
2896
|
-
|
2897
|
-
}
|
2898
|
-
|
2899
|
-
|
2900
|
-
|
2901
|
-
};
|
2902
|
-
|
2903
|
-
|
2904
|
-
}
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2925
|
-
}) => {
|
2926
|
-
paddingRight: string | number | {
|
2927
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2928
|
-
};
|
2929
|
-
};
|
2930
|
-
pb: (value: string | number | {
|
2931
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2932
|
-
}) => {
|
2933
|
-
paddingBottom: string | number | {
|
2934
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2935
|
-
};
|
2936
|
-
};
|
2937
|
-
pl: (value: string | number | {
|
2938
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2939
|
-
}) => {
|
2940
|
-
paddingLeft: string | number | {
|
2941
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2942
|
-
};
|
2943
|
-
};
|
2944
|
-
px: (value: string | number | {
|
2945
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2946
|
-
}) => {
|
2947
|
-
paddingLeft: string | number | {
|
2948
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2949
|
-
};
|
2950
|
-
paddingRight: string | number | {
|
2951
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2952
|
-
};
|
2953
|
-
};
|
2954
|
-
py: (value: string | number | {
|
2955
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2956
|
-
}) => {
|
2957
|
-
paddingTop: string | number | {
|
2958
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2959
|
-
};
|
2960
|
-
paddingBottom: string | number | {
|
2961
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2962
|
-
};
|
2963
|
-
};
|
2964
|
-
m: (value: string | number | {
|
2965
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2966
|
-
}) => {
|
2967
|
-
margin: string | number | {
|
2968
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2969
|
-
};
|
2970
|
-
};
|
2971
|
-
mt: (value: string | number | {
|
2972
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2973
|
-
}) => {
|
2974
|
-
marginTop: string | number | {
|
2975
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2976
|
-
};
|
2977
|
-
};
|
2978
|
-
mr: (value: string | number | {
|
2979
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2980
|
-
}) => {
|
2981
|
-
marginRight: string | number | {
|
2982
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2983
|
-
};
|
2984
|
-
};
|
2985
|
-
mb: (value: string | number | {
|
2986
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2987
|
-
}) => {
|
2988
|
-
marginBottom: string | number | {
|
2989
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2990
|
-
};
|
2991
|
-
};
|
2992
|
-
ml: (value: string | number | {
|
2993
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2994
|
-
}) => {
|
2995
|
-
marginLeft: string | number | {
|
2996
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
2997
|
-
};
|
2998
|
-
};
|
2999
|
-
mx: (value: string | number | {
|
3000
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3001
|
-
}) => {
|
3002
|
-
marginLeft: string | number | {
|
3003
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3004
|
-
};
|
3005
|
-
marginRight: string | number | {
|
3006
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3007
|
-
};
|
3008
|
-
};
|
3009
|
-
my: (value: string | number | {
|
3010
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3011
|
-
}) => {
|
3012
|
-
marginTop: string | number | {
|
3013
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3014
|
-
};
|
3015
|
-
marginBottom: string | number | {
|
3016
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3017
|
-
};
|
2716
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
2717
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
2718
|
+
};
|
2719
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
2720
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
2721
|
+
};
|
2722
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
2723
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
2724
|
+
};
|
2725
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
2726
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
2727
|
+
};
|
2728
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2729
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2730
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2731
|
+
};
|
2732
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2733
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2734
|
+
};
|
2735
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2736
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2737
|
+
};
|
2738
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2739
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2740
|
+
};
|
2741
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2742
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2743
|
+
};
|
2744
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2745
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2746
|
+
};
|
2747
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2748
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2749
|
+
};
|
2750
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2751
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2752
|
+
};
|
2753
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2754
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2755
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2756
|
+
};
|
2757
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2758
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2759
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2760
|
+
};
|
2761
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2762
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2763
|
+
};
|
2764
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2765
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2766
|
+
};
|
2767
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2768
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2769
|
+
};
|
2770
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2771
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2772
|
+
};
|
2773
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2774
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2775
|
+
};
|
2776
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2777
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2778
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2779
|
+
};
|
2780
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
2781
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
2782
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3018
2783
|
};
|
3019
2784
|
}>;
|
3020
|
-
}
|
3021
|
-
(): string;
|
3022
|
-
name: string;
|
3023
|
-
}, css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | {
|
3024
|
-
[name: string]: unknown;
|
3025
|
-
})[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
|
2785
|
+
} & import("@stitches/react/types/stitches").CssFunctionType<{
|
3026
2786
|
allowMotion: string;
|
3027
2787
|
sm: string;
|
3028
2788
|
md: string;
|
@@ -3290,188 +3050,75 @@ export declare const theme: string & {
|
|
3290
3050
|
transition: "transitions";
|
3291
3051
|
zIndex: "zIndices";
|
3292
3052
|
}, {
|
3293
|
-
bg: (value: {
|
3294
|
-
|
3295
|
-
}) => {
|
3296
|
-
backgroundColor: {
|
3297
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
3298
|
-
};
|
3053
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
3054
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
3299
3055
|
};
|
3300
|
-
c: (value: {
|
3301
|
-
|
3302
|
-
}) => {
|
3303
|
-
color: {
|
3304
|
-
readonly [Stitches.$$PropertyValue]: "color";
|
3305
|
-
};
|
3056
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
3057
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
3306
3058
|
};
|
3307
|
-
r: (value: {
|
3308
|
-
|
3309
|
-
}) => {
|
3310
|
-
borderRadius: {
|
3311
|
-
readonly [Stitches.$$ScaleValue]: "radii";
|
3312
|
-
};
|
3059
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
3060
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
3313
3061
|
};
|
3314
|
-
fs: (value: string | number | {
|
3315
|
-
|
3316
|
-
}) => {
|
3317
|
-
fontSize: string | number | {
|
3318
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
3319
|
-
};
|
3062
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
3063
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
3320
3064
|
};
|
3321
|
-
size: (value: string | number | {
|
3322
|
-
|
3323
|
-
|
3324
|
-
height: string | number | {
|
3325
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3326
|
-
};
|
3327
|
-
width: string | number | {
|
3328
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3329
|
-
};
|
3065
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3066
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3067
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3330
3068
|
};
|
3331
|
-
w: (value: string | number | {
|
3332
|
-
|
3333
|
-
}) => {
|
3334
|
-
width: string | number | {
|
3335
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3336
|
-
};
|
3069
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3070
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3337
3071
|
};
|
3338
|
-
h: (value: string | number | {
|
3339
|
-
|
3340
|
-
}) => {
|
3341
|
-
height: string | number | {
|
3342
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3343
|
-
};
|
3072
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3073
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3344
3074
|
};
|
3345
|
-
p: (value: string | number | {
|
3346
|
-
|
3347
|
-
}) => {
|
3348
|
-
padding: string | number | {
|
3349
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3350
|
-
};
|
3075
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3076
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3351
3077
|
};
|
3352
|
-
pt: (value: string | number | {
|
3353
|
-
|
3354
|
-
}) => {
|
3355
|
-
paddingTop: string | number | {
|
3356
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3357
|
-
};
|
3078
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3079
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3358
3080
|
};
|
3359
|
-
pr: (value: string | number | {
|
3360
|
-
|
3361
|
-
}) => {
|
3362
|
-
paddingRight: string | number | {
|
3363
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3364
|
-
};
|
3081
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3082
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3365
3083
|
};
|
3366
|
-
pb: (value: string | number | {
|
3367
|
-
|
3368
|
-
}) => {
|
3369
|
-
paddingBottom: string | number | {
|
3370
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3371
|
-
};
|
3084
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3085
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3372
3086
|
};
|
3373
|
-
pl: (value: string | number | {
|
3374
|
-
|
3375
|
-
}) => {
|
3376
|
-
paddingLeft: string | number | {
|
3377
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3378
|
-
};
|
3087
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3088
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3379
3089
|
};
|
3380
|
-
px: (value: string | number | {
|
3381
|
-
|
3382
|
-
|
3383
|
-
paddingLeft: string | number | {
|
3384
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3385
|
-
};
|
3386
|
-
paddingRight: string | number | {
|
3387
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3388
|
-
};
|
3090
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3091
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3092
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3389
3093
|
};
|
3390
|
-
py: (value: string | number | {
|
3391
|
-
|
3392
|
-
|
3393
|
-
paddingTop: string | number | {
|
3394
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3395
|
-
};
|
3396
|
-
paddingBottom: string | number | {
|
3397
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3398
|
-
};
|
3094
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3095
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3096
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3399
3097
|
};
|
3400
|
-
m: (value: string | number | {
|
3401
|
-
|
3402
|
-
}) => {
|
3403
|
-
margin: string | number | {
|
3404
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3405
|
-
};
|
3098
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3099
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3406
3100
|
};
|
3407
|
-
mt: (value: string | number | {
|
3408
|
-
|
3409
|
-
}) => {
|
3410
|
-
marginTop: string | number | {
|
3411
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3412
|
-
};
|
3101
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3102
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3413
3103
|
};
|
3414
|
-
mr: (value: string | number | {
|
3415
|
-
|
3416
|
-
}) => {
|
3417
|
-
marginRight: string | number | {
|
3418
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3419
|
-
};
|
3104
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3105
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3420
3106
|
};
|
3421
|
-
mb: (value: string | number | {
|
3422
|
-
|
3423
|
-
}) => {
|
3424
|
-
marginBottom: string | number | {
|
3425
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3426
|
-
};
|
3107
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3108
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3427
3109
|
};
|
3428
|
-
ml: (value: string | number | {
|
3429
|
-
|
3430
|
-
}) => {
|
3431
|
-
marginLeft: string | number | {
|
3432
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3433
|
-
};
|
3110
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3111
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3434
3112
|
};
|
3435
|
-
mx: (value: string | number | {
|
3436
|
-
|
3437
|
-
|
3438
|
-
marginLeft: string | number | {
|
3439
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3440
|
-
};
|
3441
|
-
marginRight: string | number | {
|
3442
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3443
|
-
};
|
3113
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3114
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3115
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3444
3116
|
};
|
3445
|
-
my: (value: string | number | {
|
3446
|
-
|
3447
|
-
|
3448
|
-
marginTop: string | number | {
|
3449
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3450
|
-
};
|
3451
|
-
marginBottom: string | number | {
|
3452
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3453
|
-
};
|
3117
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3118
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3119
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3454
3120
|
};
|
3455
|
-
}
|
3456
|
-
variants?: {
|
3457
|
-
[x: string]: {
|
3458
|
-
[x: string]: CSS_1;
|
3459
|
-
[x: number]: CSS_1;
|
3460
|
-
};
|
3461
|
-
} | undefined;
|
3462
|
-
compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
|
3463
|
-
css: CSS_1;
|
3464
|
-
})[] | undefined;
|
3465
|
-
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
|
3466
|
-
} & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
3467
|
-
allowMotion: string;
|
3468
|
-
sm: string;
|
3469
|
-
md: string;
|
3470
|
-
lg: string;
|
3471
|
-
xl: string;
|
3472
|
-
'2xl': string;
|
3473
|
-
ls: string;
|
3474
|
-
}, CSS_1>, getCssText: () => string, config: {
|
3121
|
+
}>, getCssText: () => string, config: {
|
3475
3122
|
prefix: "hms-ui";
|
3476
3123
|
media: {
|
3477
3124
|
allowMotion: string;
|
@@ -3744,167 +3391,73 @@ export declare const theme: string & {
|
|
3744
3391
|
zIndex: "zIndices";
|
3745
3392
|
};
|
3746
3393
|
utils: {
|
3747
|
-
bg: (value: {
|
3748
|
-
|
3749
|
-
}
|
3750
|
-
|
3751
|
-
|
3752
|
-
|
3753
|
-
|
3754
|
-
|
3755
|
-
|
3756
|
-
|
3757
|
-
|
3758
|
-
|
3759
|
-
|
3760
|
-
|
3761
|
-
|
3762
|
-
|
3763
|
-
|
3764
|
-
|
3765
|
-
|
3766
|
-
|
3767
|
-
|
3768
|
-
|
3769
|
-
|
3770
|
-
|
3771
|
-
|
3772
|
-
|
3773
|
-
|
3774
|
-
};
|
3775
|
-
|
3776
|
-
|
3777
|
-
}
|
3778
|
-
|
3779
|
-
|
3780
|
-
|
3781
|
-
|
3782
|
-
|
3783
|
-
|
3784
|
-
|
3785
|
-
|
3786
|
-
|
3787
|
-
}
|
3788
|
-
|
3789
|
-
|
3790
|
-
|
3791
|
-
};
|
3792
|
-
|
3793
|
-
|
3794
|
-
}
|
3795
|
-
|
3796
|
-
|
3797
|
-
|
3798
|
-
|
3799
|
-
|
3800
|
-
|
3801
|
-
|
3802
|
-
|
3803
|
-
|
3804
|
-
|
3805
|
-
|
3806
|
-
|
3807
|
-
|
3808
|
-
|
3809
|
-
|
3810
|
-
|
3811
|
-
|
3812
|
-
|
3813
|
-
|
3814
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3815
|
-
}) => {
|
3816
|
-
paddingRight: string | number | {
|
3817
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3818
|
-
};
|
3819
|
-
};
|
3820
|
-
pb: (value: string | number | {
|
3821
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3822
|
-
}) => {
|
3823
|
-
paddingBottom: string | number | {
|
3824
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3825
|
-
};
|
3826
|
-
};
|
3827
|
-
pl: (value: string | number | {
|
3828
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3829
|
-
}) => {
|
3830
|
-
paddingLeft: string | number | {
|
3831
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3832
|
-
};
|
3833
|
-
};
|
3834
|
-
px: (value: string | number | {
|
3835
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3836
|
-
}) => {
|
3837
|
-
paddingLeft: string | number | {
|
3838
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3839
|
-
};
|
3840
|
-
paddingRight: string | number | {
|
3841
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3842
|
-
};
|
3843
|
-
};
|
3844
|
-
py: (value: string | number | {
|
3845
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3846
|
-
}) => {
|
3847
|
-
paddingTop: string | number | {
|
3848
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3849
|
-
};
|
3850
|
-
paddingBottom: string | number | {
|
3851
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3852
|
-
};
|
3853
|
-
};
|
3854
|
-
m: (value: string | number | {
|
3855
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3856
|
-
}) => {
|
3857
|
-
margin: string | number | {
|
3858
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3859
|
-
};
|
3860
|
-
};
|
3861
|
-
mt: (value: string | number | {
|
3862
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3863
|
-
}) => {
|
3864
|
-
marginTop: string | number | {
|
3865
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3866
|
-
};
|
3867
|
-
};
|
3868
|
-
mr: (value: string | number | {
|
3869
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3870
|
-
}) => {
|
3871
|
-
marginRight: string | number | {
|
3872
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3873
|
-
};
|
3874
|
-
};
|
3875
|
-
mb: (value: string | number | {
|
3876
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3877
|
-
}) => {
|
3878
|
-
marginBottom: string | number | {
|
3879
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3880
|
-
};
|
3881
|
-
};
|
3882
|
-
ml: (value: string | number | {
|
3883
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3884
|
-
}) => {
|
3885
|
-
marginLeft: string | number | {
|
3886
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3887
|
-
};
|
3888
|
-
};
|
3889
|
-
mx: (value: string | number | {
|
3890
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3891
|
-
}) => {
|
3892
|
-
marginLeft: string | number | {
|
3893
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3894
|
-
};
|
3895
|
-
marginRight: string | number | {
|
3896
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3897
|
-
};
|
3898
|
-
};
|
3899
|
-
my: (value: string | number | {
|
3900
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3901
|
-
}) => {
|
3902
|
-
marginTop: string | number | {
|
3903
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3904
|
-
};
|
3905
|
-
marginBottom: string | number | {
|
3906
|
-
readonly [Stitches.$$ScaleValue]: "space";
|
3907
|
-
};
|
3394
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
|
3395
|
+
backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
|
3396
|
+
};
|
3397
|
+
c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
|
3398
|
+
color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
|
3399
|
+
};
|
3400
|
+
r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
|
3401
|
+
borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
|
3402
|
+
};
|
3403
|
+
fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
|
3404
|
+
fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
|
3405
|
+
};
|
3406
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3407
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3408
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3409
|
+
};
|
3410
|
+
w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3411
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3412
|
+
};
|
3413
|
+
h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3414
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3415
|
+
};
|
3416
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3417
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3418
|
+
};
|
3419
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3420
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3421
|
+
};
|
3422
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3423
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3424
|
+
};
|
3425
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3426
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3427
|
+
};
|
3428
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3429
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3430
|
+
};
|
3431
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3432
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3433
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3434
|
+
};
|
3435
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3436
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3437
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3438
|
+
};
|
3439
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3440
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3441
|
+
};
|
3442
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3443
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3444
|
+
};
|
3445
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3446
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3447
|
+
};
|
3448
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3449
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3450
|
+
};
|
3451
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3452
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3453
|
+
};
|
3454
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3455
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3456
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3457
|
+
};
|
3458
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
3459
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3460
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
3908
3461
|
};
|
3909
3462
|
};
|
3910
3463
|
};
|