@100mslive/roomkit-react 0.1.8-alpha.0 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. package/dist/{HLSView-IQRPLYNH.js → HLSView-DDGPZHA2.js} +3 -3
  2. package/dist/Prebuilt/App.d.ts +1 -0
  3. package/dist/Prebuilt/AppContext.d.ts +1 -0
  4. package/dist/Prebuilt/components/Footer/PaginatedParticipants.d.ts +5 -0
  5. package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +10 -3
  6. package/dist/Prebuilt/components/Notifications/HeadlessEndRoomListener.d.ts +2 -0
  7. package/dist/Prebuilt/components/PrebuiltTileElements.d.ts +2198 -0
  8. package/dist/{VirtualBackground-GP4ATXD3.js → VirtualBackground-UVZJVOA2.js} +3 -3
  9. package/dist/{chunk-Z3O2WGWV.js → chunk-6SQTFOK6.js} +2 -2
  10. package/dist/{chunk-Z3O2WGWV.js.map → chunk-6SQTFOK6.js.map} +1 -1
  11. package/dist/{chunk-2H5NIZB7.js → chunk-HUMNPIYI.js} +2 -2
  12. package/dist/{chunk-GLYGPYNS.js → chunk-PRM33R4R.js} +286 -251
  13. package/dist/chunk-PRM33R4R.js.map +7 -0
  14. package/dist/{conference-JD35TNH4.js → conference-N7S47TDK.js} +484 -385
  15. package/dist/conference-N7S47TDK.js.map +7 -0
  16. package/dist/index.cjs.js +1895 -1727
  17. package/dist/index.cjs.js.map +4 -4
  18. package/dist/index.js +2 -2
  19. package/dist/meta.cjs.json +234 -42
  20. package/dist/meta.esbuild.json +267 -74
  21. package/package.json +6 -6
  22. package/src/AudioLevel/AudioLevel.tsx +1 -1
  23. package/src/Prebuilt/App.tsx +5 -0
  24. package/src/Prebuilt/AppContext.tsx +2 -0
  25. package/src/Prebuilt/common/constants.js +1 -1
  26. package/src/Prebuilt/components/AppData/AppData.jsx +1 -1
  27. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  28. package/src/Prebuilt/components/Chip.tsx +6 -2
  29. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +94 -0
  30. package/src/Prebuilt/components/Footer/ParticipantList.jsx +53 -23
  31. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +86 -84
  32. package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -1
  33. package/src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx +23 -0
  34. package/src/Prebuilt/components/Notifications/Notifications.jsx +1 -1
  35. package/src/Prebuilt/components/PrebuiltTileElements.tsx +5 -0
  36. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +9 -6
  37. package/src/Prebuilt/components/SidePaneTabs.tsx +31 -5
  38. package/src/Prebuilt/components/VideoTile.jsx +19 -34
  39. package/src/Prebuilt/components/conference.jsx +4 -3
  40. package/src/Prebuilt/components/hooks/useDropdownSelection.jsx +1 -1
  41. package/src/Prebuilt/layouts/SidePane.tsx +1 -0
  42. package/dist/chunk-GLYGPYNS.js.map +0 -7
  43. package/dist/conference-JD35TNH4.js.map +0 -7
  44. /package/dist/{HLSView-IQRPLYNH.js.map → HLSView-DDGPZHA2.js.map} +0 -0
  45. /package/dist/{VirtualBackground-GP4ATXD3.js.map → VirtualBackground-UVZJVOA2.js.map} +0 -0
  46. /package/dist/{chunk-2H5NIZB7.js.map → chunk-HUMNPIYI.js.map} +0 -0
@@ -0,0 +1,2198 @@
1
+ export declare const PrebuiltAudioIndicator: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
+ size?: "medium" | "small" | undefined;
3
+ position?: "left" | "right" | undefined;
4
+ }, {
5
+ allowMotion: string;
6
+ sm: string;
7
+ md: string;
8
+ lg: string;
9
+ xl: string;
10
+ '2xl': string;
11
+ ls: string;
12
+ }, import("@stitches/react/types/css-util").CSS<{
13
+ allowMotion: string;
14
+ sm: string;
15
+ md: string;
16
+ lg: string;
17
+ xl: string;
18
+ '2xl': string;
19
+ ls: string;
20
+ }, {
21
+ colors: {
22
+ primary_default: string;
23
+ primary_bright: string;
24
+ primary_dim: string;
25
+ primary_disabled: string;
26
+ on_primary_high: string;
27
+ on_primary_medium: string;
28
+ on_primary_low: string;
29
+ secondary_default: string;
30
+ secondary_bright: string;
31
+ secondary_dim: string;
32
+ secondary_disabled: string;
33
+ on_secondary_high: string;
34
+ on_secondary_medium: string;
35
+ on_secondary_low: string;
36
+ background_default: string;
37
+ background_dim: string;
38
+ surface_default: string;
39
+ surface_bright: string;
40
+ surface_brighter: string;
41
+ surface_dim: string;
42
+ on_surface_high: string;
43
+ on_surface_medium: string;
44
+ on_surface_low: string;
45
+ border_default: string;
46
+ border_bright: string;
47
+ alert_success: string;
48
+ alert_warning: string;
49
+ alert_error_default: string;
50
+ alert_error_bright: string;
51
+ alert_error_brighter: string;
52
+ alert_error_dim: string;
53
+ };
54
+ shadows: {
55
+ sm: string;
56
+ md: string;
57
+ };
58
+ fonts: {
59
+ sans: string;
60
+ };
61
+ fontSizes: {
62
+ h1: string;
63
+ h2: string;
64
+ h3: string;
65
+ h4: string;
66
+ h5: string;
67
+ h6: string;
68
+ tiny: string;
69
+ xs: string;
70
+ sm: string;
71
+ md: string;
72
+ lg: string;
73
+ };
74
+ fontWeights: {
75
+ semiBold: number;
76
+ medium: number;
77
+ regular: number;
78
+ };
79
+ lineHeights: {
80
+ h1: string;
81
+ h2: string;
82
+ h3: string;
83
+ h4: string;
84
+ h5: string;
85
+ h6: string;
86
+ tiny: string;
87
+ xs: string;
88
+ sm: string;
89
+ md: string;
90
+ };
91
+ radii: {
92
+ '0': string;
93
+ '1': string;
94
+ '2': string;
95
+ '3': string;
96
+ '4': string;
97
+ round: string;
98
+ };
99
+ space: {
100
+ 0: string;
101
+ xs: string;
102
+ sm: string;
103
+ md: string;
104
+ lg: string;
105
+ xl: string;
106
+ px: string;
107
+ 1: string;
108
+ 2: string;
109
+ 3: string;
110
+ 4: string;
111
+ 5: string;
112
+ 6: string;
113
+ 7: string;
114
+ 8: string;
115
+ 9: string;
116
+ 10: string;
117
+ 11: string;
118
+ 12: string;
119
+ 13: string;
120
+ 14: string;
121
+ 15: string;
122
+ 16: string;
123
+ 17: string;
124
+ 18: string;
125
+ 19: string;
126
+ 20: string;
127
+ 24: string;
128
+ 28: string;
129
+ 32: string;
130
+ 36: string;
131
+ 40: string;
132
+ 44: string;
133
+ 48: string;
134
+ 52: string;
135
+ 56: string;
136
+ 60: string;
137
+ 64: string;
138
+ 72: string;
139
+ 80: string;
140
+ 96: string;
141
+ 100: string;
142
+ };
143
+ borderWidths: {
144
+ light: string;
145
+ normal: string;
146
+ bold: string;
147
+ extrabold: string;
148
+ black: string;
149
+ };
150
+ }, {
151
+ width: string;
152
+ height: string;
153
+ minWidth: string;
154
+ maxWidth: string;
155
+ minHeight: string;
156
+ maxHeight: string;
157
+ flexBasis: string;
158
+ gridTemplateColumns: string;
159
+ gridTemplateRows: string;
160
+ blockSize: string;
161
+ minBlockSize: string;
162
+ maxBlockSize: string;
163
+ inlineSize: string;
164
+ minInlineSize: string;
165
+ maxInlineSize: string;
166
+ gap: "space";
167
+ gridGap: "space";
168
+ columnGap: "space";
169
+ gridColumnGap: "space";
170
+ rowGap: "space";
171
+ gridRowGap: "space";
172
+ inset: "space";
173
+ insetBlock: "space";
174
+ insetBlockEnd: "space";
175
+ insetBlockStart: "space";
176
+ insetInline: "space";
177
+ insetInlineEnd: "space";
178
+ insetInlineStart: "space";
179
+ margin: "space";
180
+ marginTop: "space";
181
+ marginRight: "space";
182
+ marginBottom: "space";
183
+ marginLeft: "space";
184
+ marginBlock: "space";
185
+ marginBlockEnd: "space";
186
+ marginBlockStart: "space";
187
+ marginInline: "space";
188
+ marginInlineEnd: "space";
189
+ marginInlineStart: "space";
190
+ padding: "space";
191
+ paddingTop: "space";
192
+ paddingRight: "space";
193
+ paddingBottom: "space";
194
+ paddingLeft: "space";
195
+ paddingBlock: "space";
196
+ paddingBlockEnd: "space";
197
+ paddingBlockStart: "space";
198
+ paddingInline: "space";
199
+ paddingInlineEnd: "space";
200
+ paddingInlineStart: "space";
201
+ scrollMargin: "space";
202
+ scrollMarginTop: "space";
203
+ scrollMarginRight: "space";
204
+ scrollMarginBottom: "space";
205
+ scrollMarginLeft: "space";
206
+ scrollMarginBlock: "space";
207
+ scrollMarginBlockEnd: "space";
208
+ scrollMarginBlockStart: "space";
209
+ scrollMarginInline: "space";
210
+ scrollMarginInlineEnd: "space";
211
+ scrollMarginInlineStart: "space";
212
+ scrollPadding: "space";
213
+ scrollPaddingTop: "space";
214
+ scrollPaddingRight: "space";
215
+ scrollPaddingBottom: "space";
216
+ scrollPaddingLeft: "space";
217
+ scrollPaddingBlock: "space";
218
+ scrollPaddingBlockEnd: "space";
219
+ scrollPaddingBlockStart: "space";
220
+ scrollPaddingInline: "space";
221
+ scrollPaddingInlineEnd: "space";
222
+ scrollPaddingInlineStart: "space";
223
+ top: "space";
224
+ right: "space";
225
+ bottom: "space";
226
+ left: "space";
227
+ fontSize: "fontSizes";
228
+ background: "colors";
229
+ backgroundColor: "colors";
230
+ backgroundImage: "colors";
231
+ borderImage: "colors";
232
+ border: "colors";
233
+ borderBlock: "colors";
234
+ borderBlockEnd: "colors";
235
+ borderBlockStart: "colors";
236
+ borderBottom: "colors";
237
+ borderBottomColor: "colors";
238
+ borderColor: "colors";
239
+ borderInline: "colors";
240
+ borderInlineEnd: "colors";
241
+ borderInlineStart: "colors";
242
+ borderLeft: "colors";
243
+ borderLeftColor: "colors";
244
+ borderRight: "colors";
245
+ borderRightColor: "colors";
246
+ borderTop: "colors";
247
+ borderTopColor: "colors";
248
+ caretColor: "colors";
249
+ color: "colors";
250
+ columnRuleColor: "colors";
251
+ outline: "colors";
252
+ outlineColor: "colors";
253
+ fill: "colors";
254
+ stroke: "colors";
255
+ textDecorationColor: "colors";
256
+ fontFamily: "fonts";
257
+ fontWeight: "fontWeights";
258
+ lineHeight: "lineHeights";
259
+ letterSpacing: "letterSpacings";
260
+ borderWidth: "borderWidths";
261
+ borderTopWidth: "borderWidths";
262
+ borderLeftWidth: "borderWidths";
263
+ borderRightWidth: "borderWidths";
264
+ borderBottomWidth: "borderWidths";
265
+ borderStyle: "borderStyles";
266
+ borderTopStyle: "borderStyles";
267
+ borderLeftStyle: "borderStyles";
268
+ borderRightStyle: "borderStyles";
269
+ borderBottomStyle: "borderStyles";
270
+ borderRadius: "radii";
271
+ borderTopLeftRadius: "radii";
272
+ borderTopRightRadius: "radii";
273
+ borderBottomRightRadius: "radii";
274
+ borderBottomLeftRadius: "radii";
275
+ boxShadow: "shadows";
276
+ textShadow: "shadows";
277
+ transition: "transitions";
278
+ zIndex: "zIndices";
279
+ }, {
280
+ bg: (value: {
281
+ readonly [$$PropertyValue]: "backgroundColor";
282
+ }) => {
283
+ backgroundColor: {
284
+ readonly [$$PropertyValue]: "backgroundColor";
285
+ };
286
+ };
287
+ c: (value: {
288
+ readonly [$$PropertyValue]: "color";
289
+ }) => {
290
+ color: {
291
+ readonly [$$PropertyValue]: "color";
292
+ };
293
+ };
294
+ r: (value: {
295
+ readonly [$$ScaleValue]: "radii";
296
+ }) => {
297
+ borderRadius: {
298
+ readonly [$$ScaleValue]: "radii";
299
+ };
300
+ };
301
+ fs: (value: string | number | {
302
+ readonly [$$PropertyValue]: "fontSize";
303
+ }) => {
304
+ fontSize: string | number | {
305
+ readonly [$$PropertyValue]: "fontSize";
306
+ };
307
+ };
308
+ size: (value: string | number | {
309
+ readonly [$$ScaleValue]: "space";
310
+ }) => {
311
+ height: string | number | {
312
+ readonly [$$ScaleValue]: "space";
313
+ };
314
+ width: string | number | {
315
+ readonly [$$ScaleValue]: "space";
316
+ };
317
+ };
318
+ w: (value: string | number | {
319
+ readonly [$$ScaleValue]: "space";
320
+ }) => {
321
+ width: string | number | {
322
+ readonly [$$ScaleValue]: "space";
323
+ };
324
+ };
325
+ h: (value: string | number | {
326
+ readonly [$$ScaleValue]: "space";
327
+ }) => {
328
+ height: string | number | {
329
+ readonly [$$ScaleValue]: "space";
330
+ };
331
+ };
332
+ p: (value: string | number | {
333
+ readonly [$$ScaleValue]: "space";
334
+ }) => {
335
+ padding: string | number | {
336
+ readonly [$$ScaleValue]: "space";
337
+ };
338
+ };
339
+ pt: (value: string | number | {
340
+ readonly [$$ScaleValue]: "space";
341
+ }) => {
342
+ paddingTop: string | number | {
343
+ readonly [$$ScaleValue]: "space";
344
+ };
345
+ };
346
+ pr: (value: string | number | {
347
+ readonly [$$ScaleValue]: "space";
348
+ }) => {
349
+ paddingRight: string | number | {
350
+ readonly [$$ScaleValue]: "space";
351
+ };
352
+ };
353
+ pb: (value: string | number | {
354
+ readonly [$$ScaleValue]: "space";
355
+ }) => {
356
+ paddingBottom: string | number | {
357
+ readonly [$$ScaleValue]: "space";
358
+ };
359
+ };
360
+ pl: (value: string | number | {
361
+ readonly [$$ScaleValue]: "space";
362
+ }) => {
363
+ paddingLeft: string | number | {
364
+ readonly [$$ScaleValue]: "space";
365
+ };
366
+ };
367
+ px: (value: string | number | {
368
+ readonly [$$ScaleValue]: "space";
369
+ }) => {
370
+ paddingLeft: string | number | {
371
+ readonly [$$ScaleValue]: "space";
372
+ };
373
+ paddingRight: string | number | {
374
+ readonly [$$ScaleValue]: "space";
375
+ };
376
+ };
377
+ py: (value: string | number | {
378
+ readonly [$$ScaleValue]: "space";
379
+ }) => {
380
+ paddingTop: string | number | {
381
+ readonly [$$ScaleValue]: "space";
382
+ };
383
+ paddingBottom: string | number | {
384
+ readonly [$$ScaleValue]: "space";
385
+ };
386
+ };
387
+ m: (value: string | number | {
388
+ readonly [$$ScaleValue]: "space";
389
+ }) => {
390
+ margin: string | number | {
391
+ readonly [$$ScaleValue]: "space";
392
+ };
393
+ };
394
+ mt: (value: string | number | {
395
+ readonly [$$ScaleValue]: "space";
396
+ }) => {
397
+ marginTop: string | number | {
398
+ readonly [$$ScaleValue]: "space";
399
+ };
400
+ };
401
+ mr: (value: string | number | {
402
+ readonly [$$ScaleValue]: "space";
403
+ }) => {
404
+ marginRight: string | number | {
405
+ readonly [$$ScaleValue]: "space";
406
+ };
407
+ };
408
+ mb: (value: string | number | {
409
+ readonly [$$ScaleValue]: "space";
410
+ }) => {
411
+ marginBottom: string | number | {
412
+ readonly [$$ScaleValue]: "space";
413
+ };
414
+ };
415
+ ml: (value: string | number | {
416
+ readonly [$$ScaleValue]: "space";
417
+ }) => {
418
+ marginLeft: string | number | {
419
+ readonly [$$ScaleValue]: "space";
420
+ };
421
+ };
422
+ mx: (value: string | number | {
423
+ readonly [$$ScaleValue]: "space";
424
+ }) => {
425
+ marginLeft: string | number | {
426
+ readonly [$$ScaleValue]: "space";
427
+ };
428
+ marginRight: string | number | {
429
+ readonly [$$ScaleValue]: "space";
430
+ };
431
+ };
432
+ my: (value: string | number | {
433
+ readonly [$$ScaleValue]: "space";
434
+ }) => {
435
+ marginTop: string | number | {
436
+ readonly [$$ScaleValue]: "space";
437
+ };
438
+ marginBottom: string | number | {
439
+ readonly [$$ScaleValue]: "space";
440
+ };
441
+ };
442
+ }>>, {}, {
443
+ allowMotion: string;
444
+ sm: string;
445
+ md: string;
446
+ lg: string;
447
+ xl: string;
448
+ '2xl': string;
449
+ ls: string;
450
+ }, import("@stitches/react/types/css-util").CSS<{
451
+ allowMotion: string;
452
+ sm: string;
453
+ md: string;
454
+ lg: string;
455
+ xl: string;
456
+ '2xl': string;
457
+ ls: string;
458
+ }, {
459
+ colors: {
460
+ primary_default: string;
461
+ primary_bright: string;
462
+ primary_dim: string;
463
+ primary_disabled: string;
464
+ on_primary_high: string;
465
+ on_primary_medium: string;
466
+ on_primary_low: string;
467
+ secondary_default: string;
468
+ secondary_bright: string;
469
+ secondary_dim: string;
470
+ secondary_disabled: string;
471
+ on_secondary_high: string;
472
+ on_secondary_medium: string;
473
+ on_secondary_low: string;
474
+ background_default: string;
475
+ background_dim: string;
476
+ surface_default: string;
477
+ surface_bright: string;
478
+ surface_brighter: string;
479
+ surface_dim: string;
480
+ on_surface_high: string;
481
+ on_surface_medium: string;
482
+ on_surface_low: string;
483
+ border_default: string;
484
+ border_bright: string;
485
+ alert_success: string;
486
+ alert_warning: string;
487
+ alert_error_default: string;
488
+ alert_error_bright: string;
489
+ alert_error_brighter: string;
490
+ alert_error_dim: string;
491
+ };
492
+ shadows: {
493
+ sm: string;
494
+ md: string;
495
+ };
496
+ fonts: {
497
+ sans: string;
498
+ };
499
+ fontSizes: {
500
+ h1: string;
501
+ h2: string;
502
+ h3: string;
503
+ h4: string;
504
+ h5: string;
505
+ h6: string;
506
+ tiny: string;
507
+ xs: string;
508
+ sm: string;
509
+ md: string;
510
+ lg: string;
511
+ };
512
+ fontWeights: {
513
+ semiBold: number;
514
+ medium: number;
515
+ regular: number;
516
+ };
517
+ lineHeights: {
518
+ h1: string;
519
+ h2: string;
520
+ h3: string;
521
+ h4: string;
522
+ h5: string;
523
+ h6: string;
524
+ tiny: string;
525
+ xs: string;
526
+ sm: string;
527
+ md: string;
528
+ };
529
+ radii: {
530
+ '0': string;
531
+ '1': string;
532
+ '2': string;
533
+ '3': string;
534
+ '4': string;
535
+ round: string;
536
+ };
537
+ space: {
538
+ 0: string;
539
+ xs: string;
540
+ sm: string;
541
+ md: string;
542
+ lg: string;
543
+ xl: string;
544
+ px: string;
545
+ 1: string;
546
+ 2: string;
547
+ 3: string;
548
+ 4: string;
549
+ 5: string;
550
+ 6: string;
551
+ 7: string;
552
+ 8: string;
553
+ 9: string;
554
+ 10: string;
555
+ 11: string;
556
+ 12: string;
557
+ 13: string;
558
+ 14: string;
559
+ 15: string;
560
+ 16: string;
561
+ 17: string;
562
+ 18: string;
563
+ 19: string;
564
+ 20: string;
565
+ 24: string;
566
+ 28: string;
567
+ 32: string;
568
+ 36: string;
569
+ 40: string;
570
+ 44: string;
571
+ 48: string;
572
+ 52: string;
573
+ 56: string;
574
+ 60: string;
575
+ 64: string;
576
+ 72: string;
577
+ 80: string;
578
+ 96: string;
579
+ 100: string;
580
+ };
581
+ borderWidths: {
582
+ light: string;
583
+ normal: string;
584
+ bold: string;
585
+ extrabold: string;
586
+ black: string;
587
+ };
588
+ }, {
589
+ width: string;
590
+ height: string;
591
+ minWidth: string;
592
+ maxWidth: string;
593
+ minHeight: string;
594
+ maxHeight: string;
595
+ flexBasis: string;
596
+ gridTemplateColumns: string;
597
+ gridTemplateRows: string;
598
+ blockSize: string;
599
+ minBlockSize: string;
600
+ maxBlockSize: string;
601
+ inlineSize: string;
602
+ minInlineSize: string;
603
+ maxInlineSize: string;
604
+ gap: "space";
605
+ gridGap: "space";
606
+ columnGap: "space";
607
+ gridColumnGap: "space";
608
+ rowGap: "space";
609
+ gridRowGap: "space";
610
+ inset: "space";
611
+ insetBlock: "space";
612
+ insetBlockEnd: "space";
613
+ insetBlockStart: "space";
614
+ insetInline: "space";
615
+ insetInlineEnd: "space";
616
+ insetInlineStart: "space";
617
+ margin: "space";
618
+ marginTop: "space";
619
+ marginRight: "space";
620
+ marginBottom: "space";
621
+ marginLeft: "space";
622
+ marginBlock: "space";
623
+ marginBlockEnd: "space";
624
+ marginBlockStart: "space";
625
+ marginInline: "space";
626
+ marginInlineEnd: "space";
627
+ marginInlineStart: "space";
628
+ padding: "space";
629
+ paddingTop: "space";
630
+ paddingRight: "space";
631
+ paddingBottom: "space";
632
+ paddingLeft: "space";
633
+ paddingBlock: "space";
634
+ paddingBlockEnd: "space";
635
+ paddingBlockStart: "space";
636
+ paddingInline: "space";
637
+ paddingInlineEnd: "space";
638
+ paddingInlineStart: "space";
639
+ scrollMargin: "space";
640
+ scrollMarginTop: "space";
641
+ scrollMarginRight: "space";
642
+ scrollMarginBottom: "space";
643
+ scrollMarginLeft: "space";
644
+ scrollMarginBlock: "space";
645
+ scrollMarginBlockEnd: "space";
646
+ scrollMarginBlockStart: "space";
647
+ scrollMarginInline: "space";
648
+ scrollMarginInlineEnd: "space";
649
+ scrollMarginInlineStart: "space";
650
+ scrollPadding: "space";
651
+ scrollPaddingTop: "space";
652
+ scrollPaddingRight: "space";
653
+ scrollPaddingBottom: "space";
654
+ scrollPaddingLeft: "space";
655
+ scrollPaddingBlock: "space";
656
+ scrollPaddingBlockEnd: "space";
657
+ scrollPaddingBlockStart: "space";
658
+ scrollPaddingInline: "space";
659
+ scrollPaddingInlineEnd: "space";
660
+ scrollPaddingInlineStart: "space";
661
+ top: "space";
662
+ right: "space";
663
+ bottom: "space";
664
+ left: "space";
665
+ fontSize: "fontSizes";
666
+ background: "colors";
667
+ backgroundColor: "colors";
668
+ backgroundImage: "colors";
669
+ borderImage: "colors";
670
+ border: "colors";
671
+ borderBlock: "colors";
672
+ borderBlockEnd: "colors";
673
+ borderBlockStart: "colors";
674
+ borderBottom: "colors";
675
+ borderBottomColor: "colors";
676
+ borderColor: "colors";
677
+ borderInline: "colors";
678
+ borderInlineEnd: "colors";
679
+ borderInlineStart: "colors";
680
+ borderLeft: "colors";
681
+ borderLeftColor: "colors";
682
+ borderRight: "colors";
683
+ borderRightColor: "colors";
684
+ borderTop: "colors";
685
+ borderTopColor: "colors";
686
+ caretColor: "colors";
687
+ color: "colors";
688
+ columnRuleColor: "colors";
689
+ outline: "colors";
690
+ outlineColor: "colors";
691
+ fill: "colors";
692
+ stroke: "colors";
693
+ textDecorationColor: "colors";
694
+ fontFamily: "fonts";
695
+ fontWeight: "fontWeights";
696
+ lineHeight: "lineHeights";
697
+ letterSpacing: "letterSpacings";
698
+ borderWidth: "borderWidths";
699
+ borderTopWidth: "borderWidths";
700
+ borderLeftWidth: "borderWidths";
701
+ borderRightWidth: "borderWidths";
702
+ borderBottomWidth: "borderWidths";
703
+ borderStyle: "borderStyles";
704
+ borderTopStyle: "borderStyles";
705
+ borderLeftStyle: "borderStyles";
706
+ borderRightStyle: "borderStyles";
707
+ borderBottomStyle: "borderStyles";
708
+ borderRadius: "radii";
709
+ borderTopLeftRadius: "radii";
710
+ borderTopRightRadius: "radii";
711
+ borderBottomRightRadius: "radii";
712
+ borderBottomLeftRadius: "radii";
713
+ boxShadow: "shadows";
714
+ textShadow: "shadows";
715
+ transition: "transitions";
716
+ zIndex: "zIndices";
717
+ }, {
718
+ bg: (value: {
719
+ readonly [$$PropertyValue]: "backgroundColor";
720
+ }) => {
721
+ backgroundColor: {
722
+ readonly [$$PropertyValue]: "backgroundColor";
723
+ };
724
+ };
725
+ c: (value: {
726
+ readonly [$$PropertyValue]: "color";
727
+ }) => {
728
+ color: {
729
+ readonly [$$PropertyValue]: "color";
730
+ };
731
+ };
732
+ r: (value: {
733
+ readonly [$$ScaleValue]: "radii";
734
+ }) => {
735
+ borderRadius: {
736
+ readonly [$$ScaleValue]: "radii";
737
+ };
738
+ };
739
+ fs: (value: string | number | {
740
+ readonly [$$PropertyValue]: "fontSize";
741
+ }) => {
742
+ fontSize: string | number | {
743
+ readonly [$$PropertyValue]: "fontSize";
744
+ };
745
+ };
746
+ size: (value: string | number | {
747
+ readonly [$$ScaleValue]: "space";
748
+ }) => {
749
+ height: string | number | {
750
+ readonly [$$ScaleValue]: "space";
751
+ };
752
+ width: string | number | {
753
+ readonly [$$ScaleValue]: "space";
754
+ };
755
+ };
756
+ w: (value: string | number | {
757
+ readonly [$$ScaleValue]: "space";
758
+ }) => {
759
+ width: string | number | {
760
+ readonly [$$ScaleValue]: "space";
761
+ };
762
+ };
763
+ h: (value: string | number | {
764
+ readonly [$$ScaleValue]: "space";
765
+ }) => {
766
+ height: string | number | {
767
+ readonly [$$ScaleValue]: "space";
768
+ };
769
+ };
770
+ p: (value: string | number | {
771
+ readonly [$$ScaleValue]: "space";
772
+ }) => {
773
+ padding: string | number | {
774
+ readonly [$$ScaleValue]: "space";
775
+ };
776
+ };
777
+ pt: (value: string | number | {
778
+ readonly [$$ScaleValue]: "space";
779
+ }) => {
780
+ paddingTop: string | number | {
781
+ readonly [$$ScaleValue]: "space";
782
+ };
783
+ };
784
+ pr: (value: string | number | {
785
+ readonly [$$ScaleValue]: "space";
786
+ }) => {
787
+ paddingRight: string | number | {
788
+ readonly [$$ScaleValue]: "space";
789
+ };
790
+ };
791
+ pb: (value: string | number | {
792
+ readonly [$$ScaleValue]: "space";
793
+ }) => {
794
+ paddingBottom: string | number | {
795
+ readonly [$$ScaleValue]: "space";
796
+ };
797
+ };
798
+ pl: (value: string | number | {
799
+ readonly [$$ScaleValue]: "space";
800
+ }) => {
801
+ paddingLeft: string | number | {
802
+ readonly [$$ScaleValue]: "space";
803
+ };
804
+ };
805
+ px: (value: string | number | {
806
+ readonly [$$ScaleValue]: "space";
807
+ }) => {
808
+ paddingLeft: string | number | {
809
+ readonly [$$ScaleValue]: "space";
810
+ };
811
+ paddingRight: string | number | {
812
+ readonly [$$ScaleValue]: "space";
813
+ };
814
+ };
815
+ py: (value: string | number | {
816
+ readonly [$$ScaleValue]: "space";
817
+ }) => {
818
+ paddingTop: string | number | {
819
+ readonly [$$ScaleValue]: "space";
820
+ };
821
+ paddingBottom: string | number | {
822
+ readonly [$$ScaleValue]: "space";
823
+ };
824
+ };
825
+ m: (value: string | number | {
826
+ readonly [$$ScaleValue]: "space";
827
+ }) => {
828
+ margin: string | number | {
829
+ readonly [$$ScaleValue]: "space";
830
+ };
831
+ };
832
+ mt: (value: string | number | {
833
+ readonly [$$ScaleValue]: "space";
834
+ }) => {
835
+ marginTop: string | number | {
836
+ readonly [$$ScaleValue]: "space";
837
+ };
838
+ };
839
+ mr: (value: string | number | {
840
+ readonly [$$ScaleValue]: "space";
841
+ }) => {
842
+ marginRight: string | number | {
843
+ readonly [$$ScaleValue]: "space";
844
+ };
845
+ };
846
+ mb: (value: string | number | {
847
+ readonly [$$ScaleValue]: "space";
848
+ }) => {
849
+ marginBottom: string | number | {
850
+ readonly [$$ScaleValue]: "space";
851
+ };
852
+ };
853
+ ml: (value: string | number | {
854
+ readonly [$$ScaleValue]: "space";
855
+ }) => {
856
+ marginLeft: string | number | {
857
+ readonly [$$ScaleValue]: "space";
858
+ };
859
+ };
860
+ mx: (value: string | number | {
861
+ readonly [$$ScaleValue]: "space";
862
+ }) => {
863
+ marginLeft: string | number | {
864
+ readonly [$$ScaleValue]: "space";
865
+ };
866
+ marginRight: string | number | {
867
+ readonly [$$ScaleValue]: "space";
868
+ };
869
+ };
870
+ my: (value: string | number | {
871
+ readonly [$$ScaleValue]: "space";
872
+ }) => {
873
+ marginTop: string | number | {
874
+ readonly [$$ScaleValue]: "space";
875
+ };
876
+ marginBottom: string | number | {
877
+ readonly [$$ScaleValue]: "space";
878
+ };
879
+ };
880
+ }>>, {}, {
881
+ allowMotion: string;
882
+ sm: string;
883
+ md: string;
884
+ lg: string;
885
+ xl: string;
886
+ '2xl': string;
887
+ ls: string;
888
+ }, import("@stitches/react/types/css-util").CSS<{
889
+ allowMotion: string;
890
+ sm: string;
891
+ md: string;
892
+ lg: string;
893
+ xl: string;
894
+ '2xl': string;
895
+ ls: string;
896
+ }, {
897
+ colors: {
898
+ primary_default: string;
899
+ primary_bright: string;
900
+ primary_dim: string;
901
+ primary_disabled: string;
902
+ on_primary_high: string;
903
+ on_primary_medium: string;
904
+ on_primary_low: string;
905
+ secondary_default: string;
906
+ secondary_bright: string;
907
+ secondary_dim: string;
908
+ secondary_disabled: string;
909
+ on_secondary_high: string;
910
+ on_secondary_medium: string;
911
+ on_secondary_low: string;
912
+ background_default: string;
913
+ background_dim: string;
914
+ surface_default: string;
915
+ surface_bright: string;
916
+ surface_brighter: string;
917
+ surface_dim: string;
918
+ on_surface_high: string;
919
+ on_surface_medium: string;
920
+ on_surface_low: string;
921
+ border_default: string;
922
+ border_bright: string;
923
+ alert_success: string;
924
+ alert_warning: string;
925
+ alert_error_default: string;
926
+ alert_error_bright: string;
927
+ alert_error_brighter: string;
928
+ alert_error_dim: string;
929
+ };
930
+ shadows: {
931
+ sm: string;
932
+ md: string;
933
+ };
934
+ fonts: {
935
+ sans: string;
936
+ };
937
+ fontSizes: {
938
+ h1: string;
939
+ h2: string;
940
+ h3: string;
941
+ h4: string;
942
+ h5: string;
943
+ h6: string;
944
+ tiny: string;
945
+ xs: string;
946
+ sm: string;
947
+ md: string;
948
+ lg: string;
949
+ };
950
+ fontWeights: {
951
+ semiBold: number;
952
+ medium: number;
953
+ regular: number;
954
+ };
955
+ lineHeights: {
956
+ h1: string;
957
+ h2: string;
958
+ h3: string;
959
+ h4: string;
960
+ h5: string;
961
+ h6: string;
962
+ tiny: string;
963
+ xs: string;
964
+ sm: string;
965
+ md: string;
966
+ };
967
+ radii: {
968
+ '0': string;
969
+ '1': string;
970
+ '2': string;
971
+ '3': string;
972
+ '4': string;
973
+ round: string;
974
+ };
975
+ space: {
976
+ 0: string;
977
+ xs: string;
978
+ sm: string;
979
+ md: string;
980
+ lg: string;
981
+ xl: string;
982
+ px: string;
983
+ 1: string;
984
+ 2: string;
985
+ 3: string;
986
+ 4: string;
987
+ 5: string;
988
+ 6: string;
989
+ 7: string;
990
+ 8: string;
991
+ 9: string;
992
+ 10: string;
993
+ 11: string;
994
+ 12: string;
995
+ 13: string;
996
+ 14: string;
997
+ 15: string;
998
+ 16: string;
999
+ 17: string;
1000
+ 18: string;
1001
+ 19: string;
1002
+ 20: string;
1003
+ 24: string;
1004
+ 28: string;
1005
+ 32: string;
1006
+ 36: string;
1007
+ 40: string;
1008
+ 44: string;
1009
+ 48: string;
1010
+ 52: string;
1011
+ 56: string;
1012
+ 60: string;
1013
+ 64: string;
1014
+ 72: string;
1015
+ 80: string;
1016
+ 96: string;
1017
+ 100: string;
1018
+ };
1019
+ borderWidths: {
1020
+ light: string;
1021
+ normal: string;
1022
+ bold: string;
1023
+ extrabold: string;
1024
+ black: string;
1025
+ };
1026
+ }, {
1027
+ width: string;
1028
+ height: string;
1029
+ minWidth: string;
1030
+ maxWidth: string;
1031
+ minHeight: string;
1032
+ maxHeight: string;
1033
+ flexBasis: string;
1034
+ gridTemplateColumns: string;
1035
+ gridTemplateRows: string;
1036
+ blockSize: string;
1037
+ minBlockSize: string;
1038
+ maxBlockSize: string;
1039
+ inlineSize: string;
1040
+ minInlineSize: string;
1041
+ maxInlineSize: string;
1042
+ gap: "space";
1043
+ gridGap: "space";
1044
+ columnGap: "space";
1045
+ gridColumnGap: "space";
1046
+ rowGap: "space";
1047
+ gridRowGap: "space";
1048
+ inset: "space";
1049
+ insetBlock: "space";
1050
+ insetBlockEnd: "space";
1051
+ insetBlockStart: "space";
1052
+ insetInline: "space";
1053
+ insetInlineEnd: "space";
1054
+ insetInlineStart: "space";
1055
+ margin: "space";
1056
+ marginTop: "space";
1057
+ marginRight: "space";
1058
+ marginBottom: "space";
1059
+ marginLeft: "space";
1060
+ marginBlock: "space";
1061
+ marginBlockEnd: "space";
1062
+ marginBlockStart: "space";
1063
+ marginInline: "space";
1064
+ marginInlineEnd: "space";
1065
+ marginInlineStart: "space";
1066
+ padding: "space";
1067
+ paddingTop: "space";
1068
+ paddingRight: "space";
1069
+ paddingBottom: "space";
1070
+ paddingLeft: "space";
1071
+ paddingBlock: "space";
1072
+ paddingBlockEnd: "space";
1073
+ paddingBlockStart: "space";
1074
+ paddingInline: "space";
1075
+ paddingInlineEnd: "space";
1076
+ paddingInlineStart: "space";
1077
+ scrollMargin: "space";
1078
+ scrollMarginTop: "space";
1079
+ scrollMarginRight: "space";
1080
+ scrollMarginBottom: "space";
1081
+ scrollMarginLeft: "space";
1082
+ scrollMarginBlock: "space";
1083
+ scrollMarginBlockEnd: "space";
1084
+ scrollMarginBlockStart: "space";
1085
+ scrollMarginInline: "space";
1086
+ scrollMarginInlineEnd: "space";
1087
+ scrollMarginInlineStart: "space";
1088
+ scrollPadding: "space";
1089
+ scrollPaddingTop: "space";
1090
+ scrollPaddingRight: "space";
1091
+ scrollPaddingBottom: "space";
1092
+ scrollPaddingLeft: "space";
1093
+ scrollPaddingBlock: "space";
1094
+ scrollPaddingBlockEnd: "space";
1095
+ scrollPaddingBlockStart: "space";
1096
+ scrollPaddingInline: "space";
1097
+ scrollPaddingInlineEnd: "space";
1098
+ scrollPaddingInlineStart: "space";
1099
+ top: "space";
1100
+ right: "space";
1101
+ bottom: "space";
1102
+ left: "space";
1103
+ fontSize: "fontSizes";
1104
+ background: "colors";
1105
+ backgroundColor: "colors";
1106
+ backgroundImage: "colors";
1107
+ borderImage: "colors";
1108
+ border: "colors";
1109
+ borderBlock: "colors";
1110
+ borderBlockEnd: "colors";
1111
+ borderBlockStart: "colors";
1112
+ borderBottom: "colors";
1113
+ borderBottomColor: "colors";
1114
+ borderColor: "colors";
1115
+ borderInline: "colors";
1116
+ borderInlineEnd: "colors";
1117
+ borderInlineStart: "colors";
1118
+ borderLeft: "colors";
1119
+ borderLeftColor: "colors";
1120
+ borderRight: "colors";
1121
+ borderRightColor: "colors";
1122
+ borderTop: "colors";
1123
+ borderTopColor: "colors";
1124
+ caretColor: "colors";
1125
+ color: "colors";
1126
+ columnRuleColor: "colors";
1127
+ outline: "colors";
1128
+ outlineColor: "colors";
1129
+ fill: "colors";
1130
+ stroke: "colors";
1131
+ textDecorationColor: "colors";
1132
+ fontFamily: "fonts";
1133
+ fontWeight: "fontWeights";
1134
+ lineHeight: "lineHeights";
1135
+ letterSpacing: "letterSpacings";
1136
+ borderWidth: "borderWidths";
1137
+ borderTopWidth: "borderWidths";
1138
+ borderLeftWidth: "borderWidths";
1139
+ borderRightWidth: "borderWidths";
1140
+ borderBottomWidth: "borderWidths";
1141
+ borderStyle: "borderStyles";
1142
+ borderTopStyle: "borderStyles";
1143
+ borderLeftStyle: "borderStyles";
1144
+ borderRightStyle: "borderStyles";
1145
+ borderBottomStyle: "borderStyles";
1146
+ borderRadius: "radii";
1147
+ borderTopLeftRadius: "radii";
1148
+ borderTopRightRadius: "radii";
1149
+ borderBottomRightRadius: "radii";
1150
+ borderBottomLeftRadius: "radii";
1151
+ boxShadow: "shadows";
1152
+ textShadow: "shadows";
1153
+ transition: "transitions";
1154
+ zIndex: "zIndices";
1155
+ }, {
1156
+ bg: (value: {
1157
+ readonly [$$PropertyValue]: "backgroundColor";
1158
+ }) => {
1159
+ backgroundColor: {
1160
+ readonly [$$PropertyValue]: "backgroundColor";
1161
+ };
1162
+ };
1163
+ c: (value: {
1164
+ readonly [$$PropertyValue]: "color";
1165
+ }) => {
1166
+ color: {
1167
+ readonly [$$PropertyValue]: "color";
1168
+ };
1169
+ };
1170
+ r: (value: {
1171
+ readonly [$$ScaleValue]: "radii";
1172
+ }) => {
1173
+ borderRadius: {
1174
+ readonly [$$ScaleValue]: "radii";
1175
+ };
1176
+ };
1177
+ fs: (value: string | number | {
1178
+ readonly [$$PropertyValue]: "fontSize";
1179
+ }) => {
1180
+ fontSize: string | number | {
1181
+ readonly [$$PropertyValue]: "fontSize";
1182
+ };
1183
+ };
1184
+ size: (value: string | number | {
1185
+ readonly [$$ScaleValue]: "space";
1186
+ }) => {
1187
+ height: string | number | {
1188
+ readonly [$$ScaleValue]: "space";
1189
+ };
1190
+ width: string | number | {
1191
+ readonly [$$ScaleValue]: "space";
1192
+ };
1193
+ };
1194
+ w: (value: string | number | {
1195
+ readonly [$$ScaleValue]: "space";
1196
+ }) => {
1197
+ width: string | number | {
1198
+ readonly [$$ScaleValue]: "space";
1199
+ };
1200
+ };
1201
+ h: (value: string | number | {
1202
+ readonly [$$ScaleValue]: "space";
1203
+ }) => {
1204
+ height: string | number | {
1205
+ readonly [$$ScaleValue]: "space";
1206
+ };
1207
+ };
1208
+ p: (value: string | number | {
1209
+ readonly [$$ScaleValue]: "space";
1210
+ }) => {
1211
+ padding: string | number | {
1212
+ readonly [$$ScaleValue]: "space";
1213
+ };
1214
+ };
1215
+ pt: (value: string | number | {
1216
+ readonly [$$ScaleValue]: "space";
1217
+ }) => {
1218
+ paddingTop: string | number | {
1219
+ readonly [$$ScaleValue]: "space";
1220
+ };
1221
+ };
1222
+ pr: (value: string | number | {
1223
+ readonly [$$ScaleValue]: "space";
1224
+ }) => {
1225
+ paddingRight: string | number | {
1226
+ readonly [$$ScaleValue]: "space";
1227
+ };
1228
+ };
1229
+ pb: (value: string | number | {
1230
+ readonly [$$ScaleValue]: "space";
1231
+ }) => {
1232
+ paddingBottom: string | number | {
1233
+ readonly [$$ScaleValue]: "space";
1234
+ };
1235
+ };
1236
+ pl: (value: string | number | {
1237
+ readonly [$$ScaleValue]: "space";
1238
+ }) => {
1239
+ paddingLeft: string | number | {
1240
+ readonly [$$ScaleValue]: "space";
1241
+ };
1242
+ };
1243
+ px: (value: string | number | {
1244
+ readonly [$$ScaleValue]: "space";
1245
+ }) => {
1246
+ paddingLeft: string | number | {
1247
+ readonly [$$ScaleValue]: "space";
1248
+ };
1249
+ paddingRight: string | number | {
1250
+ readonly [$$ScaleValue]: "space";
1251
+ };
1252
+ };
1253
+ py: (value: string | number | {
1254
+ readonly [$$ScaleValue]: "space";
1255
+ }) => {
1256
+ paddingTop: string | number | {
1257
+ readonly [$$ScaleValue]: "space";
1258
+ };
1259
+ paddingBottom: string | number | {
1260
+ readonly [$$ScaleValue]: "space";
1261
+ };
1262
+ };
1263
+ m: (value: string | number | {
1264
+ readonly [$$ScaleValue]: "space";
1265
+ }) => {
1266
+ margin: string | number | {
1267
+ readonly [$$ScaleValue]: "space";
1268
+ };
1269
+ };
1270
+ mt: (value: string | number | {
1271
+ readonly [$$ScaleValue]: "space";
1272
+ }) => {
1273
+ marginTop: string | number | {
1274
+ readonly [$$ScaleValue]: "space";
1275
+ };
1276
+ };
1277
+ mr: (value: string | number | {
1278
+ readonly [$$ScaleValue]: "space";
1279
+ }) => {
1280
+ marginRight: string | number | {
1281
+ readonly [$$ScaleValue]: "space";
1282
+ };
1283
+ };
1284
+ mb: (value: string | number | {
1285
+ readonly [$$ScaleValue]: "space";
1286
+ }) => {
1287
+ marginBottom: string | number | {
1288
+ readonly [$$ScaleValue]: "space";
1289
+ };
1290
+ };
1291
+ ml: (value: string | number | {
1292
+ readonly [$$ScaleValue]: "space";
1293
+ }) => {
1294
+ marginLeft: string | number | {
1295
+ readonly [$$ScaleValue]: "space";
1296
+ };
1297
+ };
1298
+ mx: (value: string | number | {
1299
+ readonly [$$ScaleValue]: "space";
1300
+ }) => {
1301
+ marginLeft: string | number | {
1302
+ readonly [$$ScaleValue]: "space";
1303
+ };
1304
+ marginRight: string | number | {
1305
+ readonly [$$ScaleValue]: "space";
1306
+ };
1307
+ };
1308
+ my: (value: string | number | {
1309
+ readonly [$$ScaleValue]: "space";
1310
+ }) => {
1311
+ marginTop: string | number | {
1312
+ readonly [$$ScaleValue]: "space";
1313
+ };
1314
+ marginBottom: string | number | {
1315
+ readonly [$$ScaleValue]: "space";
1316
+ };
1317
+ };
1318
+ }>>;
1319
+ export declare const PrebuiltAttributeBox: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {
1320
+ size?: "medium" | "small" | undefined;
1321
+ position?: "left" | "right" | undefined;
1322
+ }, {
1323
+ allowMotion: string;
1324
+ sm: string;
1325
+ md: string;
1326
+ lg: string;
1327
+ xl: string;
1328
+ '2xl': string;
1329
+ ls: string;
1330
+ }, import("@stitches/react/types/css-util").CSS<{
1331
+ allowMotion: string;
1332
+ sm: string;
1333
+ md: string;
1334
+ lg: string;
1335
+ xl: string;
1336
+ '2xl': string;
1337
+ ls: string;
1338
+ }, {
1339
+ colors: {
1340
+ primary_default: string;
1341
+ primary_bright: string;
1342
+ primary_dim: string;
1343
+ primary_disabled: string;
1344
+ on_primary_high: string;
1345
+ on_primary_medium: string;
1346
+ on_primary_low: string;
1347
+ secondary_default: string;
1348
+ secondary_bright: string;
1349
+ secondary_dim: string;
1350
+ secondary_disabled: string;
1351
+ on_secondary_high: string;
1352
+ on_secondary_medium: string;
1353
+ on_secondary_low: string;
1354
+ background_default: string;
1355
+ background_dim: string;
1356
+ surface_default: string;
1357
+ surface_bright: string;
1358
+ surface_brighter: string;
1359
+ surface_dim: string;
1360
+ on_surface_high: string;
1361
+ on_surface_medium: string;
1362
+ on_surface_low: string;
1363
+ border_default: string;
1364
+ border_bright: string;
1365
+ alert_success: string;
1366
+ alert_warning: string;
1367
+ alert_error_default: string;
1368
+ alert_error_bright: string;
1369
+ alert_error_brighter: string;
1370
+ alert_error_dim: string;
1371
+ };
1372
+ shadows: {
1373
+ sm: string;
1374
+ md: string;
1375
+ };
1376
+ fonts: {
1377
+ sans: string;
1378
+ };
1379
+ fontSizes: {
1380
+ h1: string;
1381
+ h2: string;
1382
+ h3: string;
1383
+ h4: string;
1384
+ h5: string;
1385
+ h6: string;
1386
+ tiny: string;
1387
+ xs: string;
1388
+ sm: string;
1389
+ md: string;
1390
+ lg: string;
1391
+ };
1392
+ fontWeights: {
1393
+ semiBold: number;
1394
+ medium: number;
1395
+ regular: number;
1396
+ };
1397
+ lineHeights: {
1398
+ h1: string;
1399
+ h2: string;
1400
+ h3: string;
1401
+ h4: string;
1402
+ h5: string;
1403
+ h6: string;
1404
+ tiny: string;
1405
+ xs: string;
1406
+ sm: string;
1407
+ md: string;
1408
+ };
1409
+ radii: {
1410
+ '0': string;
1411
+ '1': string;
1412
+ '2': string;
1413
+ '3': string;
1414
+ '4': string;
1415
+ round: string;
1416
+ };
1417
+ space: {
1418
+ 0: string;
1419
+ xs: string;
1420
+ sm: string;
1421
+ md: string;
1422
+ lg: string;
1423
+ xl: string;
1424
+ px: string;
1425
+ 1: string;
1426
+ 2: string;
1427
+ 3: string;
1428
+ 4: string;
1429
+ 5: string;
1430
+ 6: string;
1431
+ 7: string;
1432
+ 8: string;
1433
+ 9: string;
1434
+ 10: string;
1435
+ 11: string;
1436
+ 12: string;
1437
+ 13: string;
1438
+ 14: string;
1439
+ 15: string;
1440
+ 16: string;
1441
+ 17: string;
1442
+ 18: string;
1443
+ 19: string;
1444
+ 20: string;
1445
+ 24: string;
1446
+ 28: string;
1447
+ 32: string;
1448
+ 36: string;
1449
+ 40: string;
1450
+ 44: string;
1451
+ 48: string;
1452
+ 52: string;
1453
+ 56: string;
1454
+ 60: string;
1455
+ 64: string;
1456
+ 72: string;
1457
+ 80: string;
1458
+ 96: string;
1459
+ 100: string;
1460
+ };
1461
+ borderWidths: {
1462
+ light: string;
1463
+ normal: string;
1464
+ bold: string;
1465
+ extrabold: string;
1466
+ black: string;
1467
+ };
1468
+ }, {
1469
+ width: string;
1470
+ height: string;
1471
+ minWidth: string;
1472
+ maxWidth: string;
1473
+ minHeight: string;
1474
+ maxHeight: string;
1475
+ flexBasis: string;
1476
+ gridTemplateColumns: string;
1477
+ gridTemplateRows: string;
1478
+ blockSize: string;
1479
+ minBlockSize: string;
1480
+ maxBlockSize: string;
1481
+ inlineSize: string;
1482
+ minInlineSize: string;
1483
+ maxInlineSize: string;
1484
+ gap: "space";
1485
+ gridGap: "space";
1486
+ columnGap: "space";
1487
+ gridColumnGap: "space";
1488
+ rowGap: "space";
1489
+ gridRowGap: "space";
1490
+ inset: "space";
1491
+ insetBlock: "space";
1492
+ insetBlockEnd: "space";
1493
+ insetBlockStart: "space";
1494
+ insetInline: "space";
1495
+ insetInlineEnd: "space";
1496
+ insetInlineStart: "space";
1497
+ margin: "space";
1498
+ marginTop: "space";
1499
+ marginRight: "space";
1500
+ marginBottom: "space";
1501
+ marginLeft: "space";
1502
+ marginBlock: "space";
1503
+ marginBlockEnd: "space";
1504
+ marginBlockStart: "space";
1505
+ marginInline: "space";
1506
+ marginInlineEnd: "space";
1507
+ marginInlineStart: "space";
1508
+ padding: "space";
1509
+ paddingTop: "space";
1510
+ paddingRight: "space";
1511
+ paddingBottom: "space";
1512
+ paddingLeft: "space";
1513
+ paddingBlock: "space";
1514
+ paddingBlockEnd: "space";
1515
+ paddingBlockStart: "space";
1516
+ paddingInline: "space";
1517
+ paddingInlineEnd: "space";
1518
+ paddingInlineStart: "space";
1519
+ scrollMargin: "space";
1520
+ scrollMarginTop: "space";
1521
+ scrollMarginRight: "space";
1522
+ scrollMarginBottom: "space";
1523
+ scrollMarginLeft: "space";
1524
+ scrollMarginBlock: "space";
1525
+ scrollMarginBlockEnd: "space";
1526
+ scrollMarginBlockStart: "space";
1527
+ scrollMarginInline: "space";
1528
+ scrollMarginInlineEnd: "space";
1529
+ scrollMarginInlineStart: "space";
1530
+ scrollPadding: "space";
1531
+ scrollPaddingTop: "space";
1532
+ scrollPaddingRight: "space";
1533
+ scrollPaddingBottom: "space";
1534
+ scrollPaddingLeft: "space";
1535
+ scrollPaddingBlock: "space";
1536
+ scrollPaddingBlockEnd: "space";
1537
+ scrollPaddingBlockStart: "space";
1538
+ scrollPaddingInline: "space";
1539
+ scrollPaddingInlineEnd: "space";
1540
+ scrollPaddingInlineStart: "space";
1541
+ top: "space";
1542
+ right: "space";
1543
+ bottom: "space";
1544
+ left: "space";
1545
+ fontSize: "fontSizes";
1546
+ background: "colors";
1547
+ backgroundColor: "colors";
1548
+ backgroundImage: "colors";
1549
+ borderImage: "colors";
1550
+ border: "colors";
1551
+ borderBlock: "colors";
1552
+ borderBlockEnd: "colors";
1553
+ borderBlockStart: "colors";
1554
+ borderBottom: "colors";
1555
+ borderBottomColor: "colors";
1556
+ borderColor: "colors";
1557
+ borderInline: "colors";
1558
+ borderInlineEnd: "colors";
1559
+ borderInlineStart: "colors";
1560
+ borderLeft: "colors";
1561
+ borderLeftColor: "colors";
1562
+ borderRight: "colors";
1563
+ borderRightColor: "colors";
1564
+ borderTop: "colors";
1565
+ borderTopColor: "colors";
1566
+ caretColor: "colors";
1567
+ color: "colors";
1568
+ columnRuleColor: "colors";
1569
+ outline: "colors";
1570
+ outlineColor: "colors";
1571
+ fill: "colors";
1572
+ stroke: "colors";
1573
+ textDecorationColor: "colors";
1574
+ fontFamily: "fonts";
1575
+ fontWeight: "fontWeights";
1576
+ lineHeight: "lineHeights";
1577
+ letterSpacing: "letterSpacings";
1578
+ borderWidth: "borderWidths";
1579
+ borderTopWidth: "borderWidths";
1580
+ borderLeftWidth: "borderWidths";
1581
+ borderRightWidth: "borderWidths";
1582
+ borderBottomWidth: "borderWidths";
1583
+ borderStyle: "borderStyles";
1584
+ borderTopStyle: "borderStyles";
1585
+ borderLeftStyle: "borderStyles";
1586
+ borderRightStyle: "borderStyles";
1587
+ borderBottomStyle: "borderStyles";
1588
+ borderRadius: "radii";
1589
+ borderTopLeftRadius: "radii";
1590
+ borderTopRightRadius: "radii";
1591
+ borderBottomRightRadius: "radii";
1592
+ borderBottomLeftRadius: "radii";
1593
+ boxShadow: "shadows";
1594
+ textShadow: "shadows";
1595
+ transition: "transitions";
1596
+ zIndex: "zIndices";
1597
+ }, {
1598
+ bg: (value: {
1599
+ readonly [$$PropertyValue]: "backgroundColor";
1600
+ }) => {
1601
+ backgroundColor: {
1602
+ readonly [$$PropertyValue]: "backgroundColor";
1603
+ };
1604
+ };
1605
+ c: (value: {
1606
+ readonly [$$PropertyValue]: "color";
1607
+ }) => {
1608
+ color: {
1609
+ readonly [$$PropertyValue]: "color";
1610
+ };
1611
+ };
1612
+ r: (value: {
1613
+ readonly [$$ScaleValue]: "radii";
1614
+ }) => {
1615
+ borderRadius: {
1616
+ readonly [$$ScaleValue]: "radii";
1617
+ };
1618
+ };
1619
+ fs: (value: string | number | {
1620
+ readonly [$$PropertyValue]: "fontSize";
1621
+ }) => {
1622
+ fontSize: string | number | {
1623
+ readonly [$$PropertyValue]: "fontSize";
1624
+ };
1625
+ };
1626
+ size: (value: string | number | {
1627
+ readonly [$$ScaleValue]: "space";
1628
+ }) => {
1629
+ height: string | number | {
1630
+ readonly [$$ScaleValue]: "space";
1631
+ };
1632
+ width: string | number | {
1633
+ readonly [$$ScaleValue]: "space";
1634
+ };
1635
+ };
1636
+ w: (value: string | number | {
1637
+ readonly [$$ScaleValue]: "space";
1638
+ }) => {
1639
+ width: string | number | {
1640
+ readonly [$$ScaleValue]: "space";
1641
+ };
1642
+ };
1643
+ h: (value: string | number | {
1644
+ readonly [$$ScaleValue]: "space";
1645
+ }) => {
1646
+ height: string | number | {
1647
+ readonly [$$ScaleValue]: "space";
1648
+ };
1649
+ };
1650
+ p: (value: string | number | {
1651
+ readonly [$$ScaleValue]: "space";
1652
+ }) => {
1653
+ padding: string | number | {
1654
+ readonly [$$ScaleValue]: "space";
1655
+ };
1656
+ };
1657
+ pt: (value: string | number | {
1658
+ readonly [$$ScaleValue]: "space";
1659
+ }) => {
1660
+ paddingTop: string | number | {
1661
+ readonly [$$ScaleValue]: "space";
1662
+ };
1663
+ };
1664
+ pr: (value: string | number | {
1665
+ readonly [$$ScaleValue]: "space";
1666
+ }) => {
1667
+ paddingRight: string | number | {
1668
+ readonly [$$ScaleValue]: "space";
1669
+ };
1670
+ };
1671
+ pb: (value: string | number | {
1672
+ readonly [$$ScaleValue]: "space";
1673
+ }) => {
1674
+ paddingBottom: string | number | {
1675
+ readonly [$$ScaleValue]: "space";
1676
+ };
1677
+ };
1678
+ pl: (value: string | number | {
1679
+ readonly [$$ScaleValue]: "space";
1680
+ }) => {
1681
+ paddingLeft: string | number | {
1682
+ readonly [$$ScaleValue]: "space";
1683
+ };
1684
+ };
1685
+ px: (value: string | number | {
1686
+ readonly [$$ScaleValue]: "space";
1687
+ }) => {
1688
+ paddingLeft: string | number | {
1689
+ readonly [$$ScaleValue]: "space";
1690
+ };
1691
+ paddingRight: string | number | {
1692
+ readonly [$$ScaleValue]: "space";
1693
+ };
1694
+ };
1695
+ py: (value: string | number | {
1696
+ readonly [$$ScaleValue]: "space";
1697
+ }) => {
1698
+ paddingTop: string | number | {
1699
+ readonly [$$ScaleValue]: "space";
1700
+ };
1701
+ paddingBottom: string | number | {
1702
+ readonly [$$ScaleValue]: "space";
1703
+ };
1704
+ };
1705
+ m: (value: string | number | {
1706
+ readonly [$$ScaleValue]: "space";
1707
+ }) => {
1708
+ margin: string | number | {
1709
+ readonly [$$ScaleValue]: "space";
1710
+ };
1711
+ };
1712
+ mt: (value: string | number | {
1713
+ readonly [$$ScaleValue]: "space";
1714
+ }) => {
1715
+ marginTop: string | number | {
1716
+ readonly [$$ScaleValue]: "space";
1717
+ };
1718
+ };
1719
+ mr: (value: string | number | {
1720
+ readonly [$$ScaleValue]: "space";
1721
+ }) => {
1722
+ marginRight: string | number | {
1723
+ readonly [$$ScaleValue]: "space";
1724
+ };
1725
+ };
1726
+ mb: (value: string | number | {
1727
+ readonly [$$ScaleValue]: "space";
1728
+ }) => {
1729
+ marginBottom: string | number | {
1730
+ readonly [$$ScaleValue]: "space";
1731
+ };
1732
+ };
1733
+ ml: (value: string | number | {
1734
+ readonly [$$ScaleValue]: "space";
1735
+ }) => {
1736
+ marginLeft: string | number | {
1737
+ readonly [$$ScaleValue]: "space";
1738
+ };
1739
+ };
1740
+ mx: (value: string | number | {
1741
+ readonly [$$ScaleValue]: "space";
1742
+ }) => {
1743
+ marginLeft: string | number | {
1744
+ readonly [$$ScaleValue]: "space";
1745
+ };
1746
+ marginRight: string | number | {
1747
+ readonly [$$ScaleValue]: "space";
1748
+ };
1749
+ };
1750
+ my: (value: string | number | {
1751
+ readonly [$$ScaleValue]: "space";
1752
+ }) => {
1753
+ marginTop: string | number | {
1754
+ readonly [$$ScaleValue]: "space";
1755
+ };
1756
+ marginBottom: string | number | {
1757
+ readonly [$$ScaleValue]: "space";
1758
+ };
1759
+ };
1760
+ }>>, {}, {
1761
+ allowMotion: string;
1762
+ sm: string;
1763
+ md: string;
1764
+ lg: string;
1765
+ xl: string;
1766
+ '2xl': string;
1767
+ ls: string;
1768
+ }, import("@stitches/react/types/css-util").CSS<{
1769
+ allowMotion: string;
1770
+ sm: string;
1771
+ md: string;
1772
+ lg: string;
1773
+ xl: string;
1774
+ '2xl': string;
1775
+ ls: string;
1776
+ }, {
1777
+ colors: {
1778
+ primary_default: string;
1779
+ primary_bright: string;
1780
+ primary_dim: string;
1781
+ primary_disabled: string;
1782
+ on_primary_high: string;
1783
+ on_primary_medium: string;
1784
+ on_primary_low: string;
1785
+ secondary_default: string;
1786
+ secondary_bright: string;
1787
+ secondary_dim: string;
1788
+ secondary_disabled: string;
1789
+ on_secondary_high: string;
1790
+ on_secondary_medium: string;
1791
+ on_secondary_low: string;
1792
+ background_default: string;
1793
+ background_dim: string;
1794
+ surface_default: string;
1795
+ surface_bright: string;
1796
+ surface_brighter: string;
1797
+ surface_dim: string;
1798
+ on_surface_high: string;
1799
+ on_surface_medium: string;
1800
+ on_surface_low: string;
1801
+ border_default: string;
1802
+ border_bright: string;
1803
+ alert_success: string;
1804
+ alert_warning: string;
1805
+ alert_error_default: string;
1806
+ alert_error_bright: string;
1807
+ alert_error_brighter: string;
1808
+ alert_error_dim: string;
1809
+ };
1810
+ shadows: {
1811
+ sm: string;
1812
+ md: string;
1813
+ };
1814
+ fonts: {
1815
+ sans: string;
1816
+ };
1817
+ fontSizes: {
1818
+ h1: string;
1819
+ h2: string;
1820
+ h3: string;
1821
+ h4: string;
1822
+ h5: string;
1823
+ h6: string;
1824
+ tiny: string;
1825
+ xs: string;
1826
+ sm: string;
1827
+ md: string;
1828
+ lg: string;
1829
+ };
1830
+ fontWeights: {
1831
+ semiBold: number;
1832
+ medium: number;
1833
+ regular: number;
1834
+ };
1835
+ lineHeights: {
1836
+ h1: string;
1837
+ h2: string;
1838
+ h3: string;
1839
+ h4: string;
1840
+ h5: string;
1841
+ h6: string;
1842
+ tiny: string;
1843
+ xs: string;
1844
+ sm: string;
1845
+ md: string;
1846
+ };
1847
+ radii: {
1848
+ '0': string;
1849
+ '1': string;
1850
+ '2': string;
1851
+ '3': string;
1852
+ '4': string;
1853
+ round: string;
1854
+ };
1855
+ space: {
1856
+ 0: string;
1857
+ xs: string;
1858
+ sm: string;
1859
+ md: string;
1860
+ lg: string;
1861
+ xl: string;
1862
+ px: string;
1863
+ 1: string;
1864
+ 2: string;
1865
+ 3: string;
1866
+ 4: string;
1867
+ 5: string;
1868
+ 6: string;
1869
+ 7: string;
1870
+ 8: string;
1871
+ 9: string;
1872
+ 10: string;
1873
+ 11: string;
1874
+ 12: string;
1875
+ 13: string;
1876
+ 14: string;
1877
+ 15: string;
1878
+ 16: string;
1879
+ 17: string;
1880
+ 18: string;
1881
+ 19: string;
1882
+ 20: string;
1883
+ 24: string;
1884
+ 28: string;
1885
+ 32: string;
1886
+ 36: string;
1887
+ 40: string;
1888
+ 44: string;
1889
+ 48: string;
1890
+ 52: string;
1891
+ 56: string;
1892
+ 60: string;
1893
+ 64: string;
1894
+ 72: string;
1895
+ 80: string;
1896
+ 96: string;
1897
+ 100: string;
1898
+ };
1899
+ borderWidths: {
1900
+ light: string;
1901
+ normal: string;
1902
+ bold: string;
1903
+ extrabold: string;
1904
+ black: string;
1905
+ };
1906
+ }, {
1907
+ width: string;
1908
+ height: string;
1909
+ minWidth: string;
1910
+ maxWidth: string;
1911
+ minHeight: string;
1912
+ maxHeight: string;
1913
+ flexBasis: string;
1914
+ gridTemplateColumns: string;
1915
+ gridTemplateRows: string;
1916
+ blockSize: string;
1917
+ minBlockSize: string;
1918
+ maxBlockSize: string;
1919
+ inlineSize: string;
1920
+ minInlineSize: string;
1921
+ maxInlineSize: string;
1922
+ gap: "space";
1923
+ gridGap: "space";
1924
+ columnGap: "space";
1925
+ gridColumnGap: "space";
1926
+ rowGap: "space";
1927
+ gridRowGap: "space";
1928
+ inset: "space";
1929
+ insetBlock: "space";
1930
+ insetBlockEnd: "space";
1931
+ insetBlockStart: "space";
1932
+ insetInline: "space";
1933
+ insetInlineEnd: "space";
1934
+ insetInlineStart: "space";
1935
+ margin: "space";
1936
+ marginTop: "space";
1937
+ marginRight: "space";
1938
+ marginBottom: "space";
1939
+ marginLeft: "space";
1940
+ marginBlock: "space";
1941
+ marginBlockEnd: "space";
1942
+ marginBlockStart: "space";
1943
+ marginInline: "space";
1944
+ marginInlineEnd: "space";
1945
+ marginInlineStart: "space";
1946
+ padding: "space";
1947
+ paddingTop: "space";
1948
+ paddingRight: "space";
1949
+ paddingBottom: "space";
1950
+ paddingLeft: "space";
1951
+ paddingBlock: "space";
1952
+ paddingBlockEnd: "space";
1953
+ paddingBlockStart: "space";
1954
+ paddingInline: "space";
1955
+ paddingInlineEnd: "space";
1956
+ paddingInlineStart: "space";
1957
+ scrollMargin: "space";
1958
+ scrollMarginTop: "space";
1959
+ scrollMarginRight: "space";
1960
+ scrollMarginBottom: "space";
1961
+ scrollMarginLeft: "space";
1962
+ scrollMarginBlock: "space";
1963
+ scrollMarginBlockEnd: "space";
1964
+ scrollMarginBlockStart: "space";
1965
+ scrollMarginInline: "space";
1966
+ scrollMarginInlineEnd: "space";
1967
+ scrollMarginInlineStart: "space";
1968
+ scrollPadding: "space";
1969
+ scrollPaddingTop: "space";
1970
+ scrollPaddingRight: "space";
1971
+ scrollPaddingBottom: "space";
1972
+ scrollPaddingLeft: "space";
1973
+ scrollPaddingBlock: "space";
1974
+ scrollPaddingBlockEnd: "space";
1975
+ scrollPaddingBlockStart: "space";
1976
+ scrollPaddingInline: "space";
1977
+ scrollPaddingInlineEnd: "space";
1978
+ scrollPaddingInlineStart: "space";
1979
+ top: "space";
1980
+ right: "space";
1981
+ bottom: "space";
1982
+ left: "space";
1983
+ fontSize: "fontSizes";
1984
+ background: "colors";
1985
+ backgroundColor: "colors";
1986
+ backgroundImage: "colors";
1987
+ borderImage: "colors";
1988
+ border: "colors";
1989
+ borderBlock: "colors";
1990
+ borderBlockEnd: "colors";
1991
+ borderBlockStart: "colors";
1992
+ borderBottom: "colors";
1993
+ borderBottomColor: "colors";
1994
+ borderColor: "colors";
1995
+ borderInline: "colors";
1996
+ borderInlineEnd: "colors";
1997
+ borderInlineStart: "colors";
1998
+ borderLeft: "colors";
1999
+ borderLeftColor: "colors";
2000
+ borderRight: "colors";
2001
+ borderRightColor: "colors";
2002
+ borderTop: "colors";
2003
+ borderTopColor: "colors";
2004
+ caretColor: "colors";
2005
+ color: "colors";
2006
+ columnRuleColor: "colors";
2007
+ outline: "colors";
2008
+ outlineColor: "colors";
2009
+ fill: "colors";
2010
+ stroke: "colors";
2011
+ textDecorationColor: "colors";
2012
+ fontFamily: "fonts";
2013
+ fontWeight: "fontWeights";
2014
+ lineHeight: "lineHeights";
2015
+ letterSpacing: "letterSpacings";
2016
+ borderWidth: "borderWidths";
2017
+ borderTopWidth: "borderWidths";
2018
+ borderLeftWidth: "borderWidths";
2019
+ borderRightWidth: "borderWidths";
2020
+ borderBottomWidth: "borderWidths";
2021
+ borderStyle: "borderStyles";
2022
+ borderTopStyle: "borderStyles";
2023
+ borderLeftStyle: "borderStyles";
2024
+ borderRightStyle: "borderStyles";
2025
+ borderBottomStyle: "borderStyles";
2026
+ borderRadius: "radii";
2027
+ borderTopLeftRadius: "radii";
2028
+ borderTopRightRadius: "radii";
2029
+ borderBottomRightRadius: "radii";
2030
+ borderBottomLeftRadius: "radii";
2031
+ boxShadow: "shadows";
2032
+ textShadow: "shadows";
2033
+ transition: "transitions";
2034
+ zIndex: "zIndices";
2035
+ }, {
2036
+ bg: (value: {
2037
+ readonly [$$PropertyValue]: "backgroundColor";
2038
+ }) => {
2039
+ backgroundColor: {
2040
+ readonly [$$PropertyValue]: "backgroundColor";
2041
+ };
2042
+ };
2043
+ c: (value: {
2044
+ readonly [$$PropertyValue]: "color";
2045
+ }) => {
2046
+ color: {
2047
+ readonly [$$PropertyValue]: "color";
2048
+ };
2049
+ };
2050
+ r: (value: {
2051
+ readonly [$$ScaleValue]: "radii";
2052
+ }) => {
2053
+ borderRadius: {
2054
+ readonly [$$ScaleValue]: "radii";
2055
+ };
2056
+ };
2057
+ fs: (value: string | number | {
2058
+ readonly [$$PropertyValue]: "fontSize";
2059
+ }) => {
2060
+ fontSize: string | number | {
2061
+ readonly [$$PropertyValue]: "fontSize";
2062
+ };
2063
+ };
2064
+ size: (value: string | number | {
2065
+ readonly [$$ScaleValue]: "space";
2066
+ }) => {
2067
+ height: string | number | {
2068
+ readonly [$$ScaleValue]: "space";
2069
+ };
2070
+ width: string | number | {
2071
+ readonly [$$ScaleValue]: "space";
2072
+ };
2073
+ };
2074
+ w: (value: string | number | {
2075
+ readonly [$$ScaleValue]: "space";
2076
+ }) => {
2077
+ width: string | number | {
2078
+ readonly [$$ScaleValue]: "space";
2079
+ };
2080
+ };
2081
+ h: (value: string | number | {
2082
+ readonly [$$ScaleValue]: "space";
2083
+ }) => {
2084
+ height: string | number | {
2085
+ readonly [$$ScaleValue]: "space";
2086
+ };
2087
+ };
2088
+ p: (value: string | number | {
2089
+ readonly [$$ScaleValue]: "space";
2090
+ }) => {
2091
+ padding: string | number | {
2092
+ readonly [$$ScaleValue]: "space";
2093
+ };
2094
+ };
2095
+ pt: (value: string | number | {
2096
+ readonly [$$ScaleValue]: "space";
2097
+ }) => {
2098
+ paddingTop: string | number | {
2099
+ readonly [$$ScaleValue]: "space";
2100
+ };
2101
+ };
2102
+ pr: (value: string | number | {
2103
+ readonly [$$ScaleValue]: "space";
2104
+ }) => {
2105
+ paddingRight: string | number | {
2106
+ readonly [$$ScaleValue]: "space";
2107
+ };
2108
+ };
2109
+ pb: (value: string | number | {
2110
+ readonly [$$ScaleValue]: "space";
2111
+ }) => {
2112
+ paddingBottom: string | number | {
2113
+ readonly [$$ScaleValue]: "space";
2114
+ };
2115
+ };
2116
+ pl: (value: string | number | {
2117
+ readonly [$$ScaleValue]: "space";
2118
+ }) => {
2119
+ paddingLeft: string | number | {
2120
+ readonly [$$ScaleValue]: "space";
2121
+ };
2122
+ };
2123
+ px: (value: string | number | {
2124
+ readonly [$$ScaleValue]: "space";
2125
+ }) => {
2126
+ paddingLeft: string | number | {
2127
+ readonly [$$ScaleValue]: "space";
2128
+ };
2129
+ paddingRight: string | number | {
2130
+ readonly [$$ScaleValue]: "space";
2131
+ };
2132
+ };
2133
+ py: (value: string | number | {
2134
+ readonly [$$ScaleValue]: "space";
2135
+ }) => {
2136
+ paddingTop: string | number | {
2137
+ readonly [$$ScaleValue]: "space";
2138
+ };
2139
+ paddingBottom: string | number | {
2140
+ readonly [$$ScaleValue]: "space";
2141
+ };
2142
+ };
2143
+ m: (value: string | number | {
2144
+ readonly [$$ScaleValue]: "space";
2145
+ }) => {
2146
+ margin: string | number | {
2147
+ readonly [$$ScaleValue]: "space";
2148
+ };
2149
+ };
2150
+ mt: (value: string | number | {
2151
+ readonly [$$ScaleValue]: "space";
2152
+ }) => {
2153
+ marginTop: string | number | {
2154
+ readonly [$$ScaleValue]: "space";
2155
+ };
2156
+ };
2157
+ mr: (value: string | number | {
2158
+ readonly [$$ScaleValue]: "space";
2159
+ }) => {
2160
+ marginRight: string | number | {
2161
+ readonly [$$ScaleValue]: "space";
2162
+ };
2163
+ };
2164
+ mb: (value: string | number | {
2165
+ readonly [$$ScaleValue]: "space";
2166
+ }) => {
2167
+ marginBottom: string | number | {
2168
+ readonly [$$ScaleValue]: "space";
2169
+ };
2170
+ };
2171
+ ml: (value: string | number | {
2172
+ readonly [$$ScaleValue]: "space";
2173
+ }) => {
2174
+ marginLeft: string | number | {
2175
+ readonly [$$ScaleValue]: "space";
2176
+ };
2177
+ };
2178
+ mx: (value: string | number | {
2179
+ readonly [$$ScaleValue]: "space";
2180
+ }) => {
2181
+ marginLeft: string | number | {
2182
+ readonly [$$ScaleValue]: "space";
2183
+ };
2184
+ marginRight: string | number | {
2185
+ readonly [$$ScaleValue]: "space";
2186
+ };
2187
+ };
2188
+ my: (value: string | number | {
2189
+ readonly [$$ScaleValue]: "space";
2190
+ }) => {
2191
+ marginTop: string | number | {
2192
+ readonly [$$ScaleValue]: "space";
2193
+ };
2194
+ marginBottom: string | number | {
2195
+ readonly [$$ScaleValue]: "space";
2196
+ };
2197
+ };
2198
+ }>>;