@100mslive/roomkit-react 0.2.3 → 0.2.4-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. package/dist/{HLSView-2BP4GO3Q.js → HLSView-SPGUNWZM.js} +6 -6
  2. package/dist/HLSView-SPGUNWZM.js.map +7 -0
  3. package/dist/Prebuilt/common/constants.d.ts +1 -0
  4. package/dist/Prebuilt/components/Connection/TileConnection.d.ts +2 -3
  5. package/dist/Prebuilt/components/InsetTile.d.ts +3 -1
  6. package/dist/Prebuilt/components/LayoutModeSelector.d.ts +2 -0
  7. package/dist/Prebuilt/components/MoreSettings/ChangeNameContent.d.ts +10 -0
  8. package/dist/Prebuilt/components/MoreSettings/ChangeNameModal.d.ts +5 -0
  9. package/dist/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.d.ts +2 -0
  10. package/dist/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.d.ts +1 -2
  11. package/dist/Prebuilt/components/Polls/common/StatusIndicator.d.ts +4 -3
  12. package/dist/Prebuilt/components/Polls/common/constants.d.ts +5 -0
  13. package/dist/Prebuilt/components/ScreenshareDisplay.d.ts +2 -0
  14. package/dist/Prebuilt/components/ScreenshareTile.d.ts +7 -0
  15. package/dist/Prebuilt/components/SecondaryTiles.d.ts +1 -1
  16. package/dist/Prebuilt/components/Settings/LayoutSettings.d.ts +11 -0
  17. package/dist/Prebuilt/components/Settings/NotificationSettings.d.ts +2 -0
  18. package/dist/Prebuilt/components/Settings/SwitchWithLabel.d.ts +10 -0
  19. package/dist/Prebuilt/components/Settings/common.d.ts +878 -0
  20. package/dist/Prebuilt/components/TileMenu/TileMenu.d.ts +14 -0
  21. package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +7 -7
  22. package/dist/Prebuilt/components/VideoLayouts/ProminenceLayout.d.ts +4 -2
  23. package/dist/Prebuilt/components/VideoLayouts/interface.d.ts +1 -0
  24. package/dist/Prebuilt/components/VideoTile.d.ts +19 -0
  25. package/dist/Prebuilt/components/hooks/useDropdownList.d.ts +4 -0
  26. package/dist/{chunk-G25T3EBJ.js → chunk-FSSFZGW6.js} +1337 -1102
  27. package/dist/chunk-FSSFZGW6.js.map +7 -0
  28. package/dist/index.cjs.js +1835 -1580
  29. package/dist/index.cjs.js.map +4 -4
  30. package/dist/index.js +1 -1
  31. package/dist/meta.cjs.json +462 -297
  32. package/dist/meta.esbuild.json +474 -309
  33. package/package.json +6 -6
  34. package/src/Pagination/StyledPagination.tsx +1 -0
  35. package/src/Popover/index.tsx +8 -1
  36. package/src/Prebuilt/common/constants.ts +1 -0
  37. package/src/Prebuilt/components/AppData/AppData.tsx +2 -0
  38. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  39. package/src/Prebuilt/components/Connection/ConnectionIndicator.tsx +1 -1
  40. package/src/Prebuilt/components/Connection/TileConnection.tsx +13 -6
  41. package/src/Prebuilt/components/Connection/connectionQualityUtils.js +1 -3
  42. package/src/Prebuilt/components/HlsStatsOverlay.jsx +2 -2
  43. package/src/Prebuilt/components/InsetTile.tsx +13 -6
  44. package/src/Prebuilt/components/LayoutModeSelector.tsx +106 -0
  45. package/src/Prebuilt/components/MoreSettings/{ChangeNameContent.jsx → ChangeNameContent.tsx} +10 -2
  46. package/src/Prebuilt/components/MoreSettings/{ChangeNameModal.jsx → ChangeNameModal.tsx} +14 -5
  47. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +2 -2
  48. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +2 -2
  49. package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -1
  50. package/src/Prebuilt/components/Playlist/VideoPlayer.jsx +1 -1
  51. package/src/Prebuilt/components/Polls/CreatePollQuiz/{PollsQuizMenu.jsx → PollsQuizMenu.tsx} +54 -26
  52. package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +21 -31
  53. package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +3 -17
  54. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +1 -1
  55. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +1 -10
  56. package/src/Prebuilt/components/Polls/Voting/Voting.tsx +1 -3
  57. package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +12 -3
  58. package/src/Prebuilt/components/Polls/common/constants.ts +5 -0
  59. package/src/Prebuilt/components/Preview/PreviewForm.tsx +2 -2
  60. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +1 -1
  61. package/src/Prebuilt/components/{ScreenshareTile.jsx → ScreenshareTile.tsx} +39 -6
  62. package/src/Prebuilt/components/SecondaryTiles.tsx +42 -4
  63. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +1 -1
  64. package/src/Prebuilt/components/Settings/{LayoutSettings.jsx → LayoutSettings.tsx} +58 -14
  65. package/src/Prebuilt/components/Settings/{NotificationSettings.jsx → NotificationSettings.tsx} +14 -3
  66. package/src/Prebuilt/components/Settings/SettingsModal.jsx +32 -6
  67. package/src/Prebuilt/components/Settings/{SwitchWithLabel.jsx → SwitchWithLabel.tsx} +15 -1
  68. package/src/Prebuilt/components/Settings/common.ts +16 -0
  69. package/src/Prebuilt/components/TileMenu/{TileMenu.jsx → TileMenu.tsx} +12 -4
  70. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +12 -10
  71. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +30 -15
  72. package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +12 -2
  73. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +20 -5
  74. package/src/Prebuilt/components/VideoLayouts/interface.ts +1 -0
  75. package/src/Prebuilt/components/{VideoTile.jsx → VideoTile.tsx} +57 -44
  76. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +2 -2
  77. package/src/Prebuilt/components/hooks/{useDropdownList.jsx → useDropdownList.ts} +2 -1
  78. package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +1 -1
  79. package/src/Prebuilt/layouts/HLSView.jsx +2 -2
  80. package/src/Prebuilt/layouts/SidePane.tsx +8 -4
  81. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +1 -1
  82. package/src/VideoTile/StyledVideoTile.tsx +4 -4
  83. package/dist/HLSView-2BP4GO3Q.js.map +0 -7
  84. package/dist/chunk-G25T3EBJ.js.map +0 -7
  85. package/src/Prebuilt/components/Settings/common.js +0 -41
  86. /package/src/Prebuilt/components/{ScreenshareDisplay.jsx → ScreenshareDisplay.tsx} +0 -0
@@ -0,0 +1,878 @@
1
+ export declare const settingOverflow: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
2
+ allowMotion: string;
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ xl: string;
7
+ '2xl': string;
8
+ ls: string;
9
+ }, import("@stitches/react/types/css-util").CSS<{
10
+ allowMotion: string;
11
+ sm: string;
12
+ md: string;
13
+ lg: string;
14
+ xl: string;
15
+ '2xl': string;
16
+ ls: string;
17
+ }, {
18
+ colors: {
19
+ primary_default: string;
20
+ primary_bright: string;
21
+ primary_dim: string;
22
+ primary_disabled: string;
23
+ on_primary_high: string;
24
+ on_primary_medium: string;
25
+ on_primary_low: string;
26
+ secondary_default: string;
27
+ secondary_bright: string;
28
+ secondary_dim: string;
29
+ secondary_disabled: string;
30
+ on_secondary_high: string;
31
+ on_secondary_medium: string;
32
+ on_secondary_low: string;
33
+ background_default: string;
34
+ background_dim: string;
35
+ surface_default: string;
36
+ surface_bright: string;
37
+ surface_brighter: string;
38
+ surface_dim: string;
39
+ on_surface_high: string;
40
+ on_surface_medium: string;
41
+ on_surface_low: string;
42
+ border_default: string;
43
+ border_bright: string;
44
+ alert_success: string;
45
+ alert_warning: string;
46
+ alert_error_default: string;
47
+ alert_error_bright: string;
48
+ alert_error_brighter: string;
49
+ alert_error_dim: string;
50
+ };
51
+ shadows: {
52
+ sm: string;
53
+ md: string;
54
+ };
55
+ fonts: {
56
+ sans: string;
57
+ };
58
+ fontSizes: {
59
+ h1: string;
60
+ h2: string;
61
+ h3: string;
62
+ h4: string;
63
+ h5: string;
64
+ h6: string;
65
+ tiny: string;
66
+ xs: string;
67
+ sm: string;
68
+ md: string;
69
+ lg: string;
70
+ };
71
+ fontWeights: {
72
+ semiBold: number;
73
+ medium: number;
74
+ regular: number;
75
+ };
76
+ lineHeights: {
77
+ h1: string;
78
+ h2: string;
79
+ h3: string;
80
+ h4: string;
81
+ h5: string;
82
+ h6: string;
83
+ tiny: string;
84
+ xs: string;
85
+ sm: string;
86
+ md: string;
87
+ };
88
+ radii: {
89
+ '0': string;
90
+ '1': string;
91
+ '2': string;
92
+ '3': string;
93
+ '4': string;
94
+ round: string;
95
+ };
96
+ space: {
97
+ 0: string;
98
+ xs: string;
99
+ sm: string;
100
+ md: string;
101
+ lg: string;
102
+ xl: string;
103
+ px: string;
104
+ 1: string;
105
+ 2: string;
106
+ 3: string;
107
+ 4: string;
108
+ 5: string;
109
+ 6: string;
110
+ 7: string;
111
+ 8: string;
112
+ 9: string;
113
+ 10: string;
114
+ 11: string;
115
+ 12: string;
116
+ 13: string;
117
+ 14: string;
118
+ 15: string;
119
+ 16: string;
120
+ 17: string;
121
+ 18: string;
122
+ 19: string;
123
+ 20: string;
124
+ 24: string;
125
+ 28: string;
126
+ 32: string;
127
+ 36: string;
128
+ 40: string;
129
+ 44: string;
130
+ 48: string;
131
+ 52: string;
132
+ 56: string;
133
+ 60: string;
134
+ 64: string;
135
+ 72: string;
136
+ 80: string;
137
+ 96: string;
138
+ 100: string;
139
+ };
140
+ borderWidths: {
141
+ light: string;
142
+ normal: string;
143
+ bold: string;
144
+ extrabold: string;
145
+ black: string;
146
+ };
147
+ }, {
148
+ width: string;
149
+ height: string;
150
+ minWidth: string;
151
+ maxWidth: string;
152
+ minHeight: string;
153
+ maxHeight: string;
154
+ flexBasis: string;
155
+ gridTemplateColumns: string;
156
+ gridTemplateRows: string;
157
+ blockSize: string;
158
+ minBlockSize: string;
159
+ maxBlockSize: string;
160
+ inlineSize: string;
161
+ minInlineSize: string;
162
+ maxInlineSize: string;
163
+ gap: "space";
164
+ gridGap: "space";
165
+ columnGap: "space";
166
+ gridColumnGap: "space";
167
+ rowGap: "space";
168
+ gridRowGap: "space";
169
+ inset: "space";
170
+ insetBlock: "space";
171
+ insetBlockEnd: "space";
172
+ insetBlockStart: "space";
173
+ insetInline: "space";
174
+ insetInlineEnd: "space";
175
+ insetInlineStart: "space";
176
+ margin: "space";
177
+ marginTop: "space";
178
+ marginRight: "space";
179
+ marginBottom: "space";
180
+ marginLeft: "space";
181
+ marginBlock: "space";
182
+ marginBlockEnd: "space";
183
+ marginBlockStart: "space";
184
+ marginInline: "space";
185
+ marginInlineEnd: "space";
186
+ marginInlineStart: "space";
187
+ padding: "space";
188
+ paddingTop: "space";
189
+ paddingRight: "space";
190
+ paddingBottom: "space";
191
+ paddingLeft: "space";
192
+ paddingBlock: "space";
193
+ paddingBlockEnd: "space";
194
+ paddingBlockStart: "space";
195
+ paddingInline: "space";
196
+ paddingInlineEnd: "space";
197
+ paddingInlineStart: "space";
198
+ scrollMargin: "space";
199
+ scrollMarginTop: "space";
200
+ scrollMarginRight: "space";
201
+ scrollMarginBottom: "space";
202
+ scrollMarginLeft: "space";
203
+ scrollMarginBlock: "space";
204
+ scrollMarginBlockEnd: "space";
205
+ scrollMarginBlockStart: "space";
206
+ scrollMarginInline: "space";
207
+ scrollMarginInlineEnd: "space";
208
+ scrollMarginInlineStart: "space";
209
+ scrollPadding: "space";
210
+ scrollPaddingTop: "space";
211
+ scrollPaddingRight: "space";
212
+ scrollPaddingBottom: "space";
213
+ scrollPaddingLeft: "space";
214
+ scrollPaddingBlock: "space";
215
+ scrollPaddingBlockEnd: "space";
216
+ scrollPaddingBlockStart: "space";
217
+ scrollPaddingInline: "space";
218
+ scrollPaddingInlineEnd: "space";
219
+ scrollPaddingInlineStart: "space";
220
+ top: "space";
221
+ right: "space";
222
+ bottom: "space";
223
+ left: "space";
224
+ fontSize: "fontSizes";
225
+ background: "colors";
226
+ backgroundColor: "colors";
227
+ backgroundImage: "colors";
228
+ borderImage: "colors";
229
+ border: "colors";
230
+ borderBlock: "colors";
231
+ borderBlockEnd: "colors";
232
+ borderBlockStart: "colors";
233
+ borderBottom: "colors";
234
+ borderBottomColor: "colors";
235
+ borderColor: "colors";
236
+ borderInline: "colors";
237
+ borderInlineEnd: "colors";
238
+ borderInlineStart: "colors";
239
+ borderLeft: "colors";
240
+ borderLeftColor: "colors";
241
+ borderRight: "colors";
242
+ borderRightColor: "colors";
243
+ borderTop: "colors";
244
+ borderTopColor: "colors";
245
+ caretColor: "colors";
246
+ color: "colors";
247
+ columnRuleColor: "colors";
248
+ outline: "colors";
249
+ outlineColor: "colors";
250
+ fill: "colors";
251
+ stroke: "colors";
252
+ textDecorationColor: "colors";
253
+ fontFamily: "fonts";
254
+ fontWeight: "fontWeights";
255
+ lineHeight: "lineHeights";
256
+ letterSpacing: "letterSpacings";
257
+ borderWidth: "borderWidths";
258
+ borderTopWidth: "borderWidths";
259
+ borderLeftWidth: "borderWidths";
260
+ borderRightWidth: "borderWidths";
261
+ borderBottomWidth: "borderWidths";
262
+ borderStyle: "borderStyles";
263
+ borderTopStyle: "borderStyles";
264
+ borderLeftStyle: "borderStyles";
265
+ borderRightStyle: "borderStyles";
266
+ borderBottomStyle: "borderStyles";
267
+ borderRadius: "radii";
268
+ borderTopLeftRadius: "radii";
269
+ borderTopRightRadius: "radii";
270
+ borderBottomRightRadius: "radii";
271
+ borderBottomLeftRadius: "radii";
272
+ boxShadow: "shadows";
273
+ textShadow: "shadows";
274
+ transition: "transitions";
275
+ zIndex: "zIndices";
276
+ }, {
277
+ bg: (value: {
278
+ readonly [$$PropertyValue]: "backgroundColor";
279
+ }) => {
280
+ backgroundColor: {
281
+ readonly [$$PropertyValue]: "backgroundColor";
282
+ };
283
+ };
284
+ c: (value: {
285
+ readonly [$$PropertyValue]: "color";
286
+ }) => {
287
+ color: {
288
+ readonly [$$PropertyValue]: "color";
289
+ };
290
+ };
291
+ r: (value: {
292
+ readonly [$$ScaleValue]: "radii";
293
+ }) => {
294
+ borderRadius: {
295
+ readonly [$$ScaleValue]: "radii";
296
+ };
297
+ };
298
+ fs: (value: string | number | {
299
+ readonly [$$PropertyValue]: "fontSize";
300
+ }) => {
301
+ fontSize: string | number | {
302
+ readonly [$$PropertyValue]: "fontSize";
303
+ };
304
+ };
305
+ size: (value: string | number | {
306
+ readonly [$$ScaleValue]: "space";
307
+ }) => {
308
+ height: string | number | {
309
+ readonly [$$ScaleValue]: "space";
310
+ };
311
+ width: string | number | {
312
+ readonly [$$ScaleValue]: "space";
313
+ };
314
+ };
315
+ w: (value: string | number | {
316
+ readonly [$$ScaleValue]: "space";
317
+ }) => {
318
+ width: string | number | {
319
+ readonly [$$ScaleValue]: "space";
320
+ };
321
+ };
322
+ h: (value: string | number | {
323
+ readonly [$$ScaleValue]: "space";
324
+ }) => {
325
+ height: string | number | {
326
+ readonly [$$ScaleValue]: "space";
327
+ };
328
+ };
329
+ p: (value: string | number | {
330
+ readonly [$$ScaleValue]: "space";
331
+ }) => {
332
+ padding: string | number | {
333
+ readonly [$$ScaleValue]: "space";
334
+ };
335
+ };
336
+ pt: (value: string | number | {
337
+ readonly [$$ScaleValue]: "space";
338
+ }) => {
339
+ paddingTop: string | number | {
340
+ readonly [$$ScaleValue]: "space";
341
+ };
342
+ };
343
+ pr: (value: string | number | {
344
+ readonly [$$ScaleValue]: "space";
345
+ }) => {
346
+ paddingRight: string | number | {
347
+ readonly [$$ScaleValue]: "space";
348
+ };
349
+ };
350
+ pb: (value: string | number | {
351
+ readonly [$$ScaleValue]: "space";
352
+ }) => {
353
+ paddingBottom: string | number | {
354
+ readonly [$$ScaleValue]: "space";
355
+ };
356
+ };
357
+ pl: (value: string | number | {
358
+ readonly [$$ScaleValue]: "space";
359
+ }) => {
360
+ paddingLeft: string | number | {
361
+ readonly [$$ScaleValue]: "space";
362
+ };
363
+ };
364
+ px: (value: string | number | {
365
+ readonly [$$ScaleValue]: "space";
366
+ }) => {
367
+ paddingLeft: string | number | {
368
+ readonly [$$ScaleValue]: "space";
369
+ };
370
+ paddingRight: string | number | {
371
+ readonly [$$ScaleValue]: "space";
372
+ };
373
+ };
374
+ py: (value: string | number | {
375
+ readonly [$$ScaleValue]: "space";
376
+ }) => {
377
+ paddingTop: string | number | {
378
+ readonly [$$ScaleValue]: "space";
379
+ };
380
+ paddingBottom: string | number | {
381
+ readonly [$$ScaleValue]: "space";
382
+ };
383
+ };
384
+ m: (value: string | number | {
385
+ readonly [$$ScaleValue]: "space";
386
+ }) => {
387
+ margin: string | number | {
388
+ readonly [$$ScaleValue]: "space";
389
+ };
390
+ };
391
+ mt: (value: string | number | {
392
+ readonly [$$ScaleValue]: "space";
393
+ }) => {
394
+ marginTop: string | number | {
395
+ readonly [$$ScaleValue]: "space";
396
+ };
397
+ };
398
+ mr: (value: string | number | {
399
+ readonly [$$ScaleValue]: "space";
400
+ }) => {
401
+ marginRight: string | number | {
402
+ readonly [$$ScaleValue]: "space";
403
+ };
404
+ };
405
+ mb: (value: string | number | {
406
+ readonly [$$ScaleValue]: "space";
407
+ }) => {
408
+ marginBottom: string | number | {
409
+ readonly [$$ScaleValue]: "space";
410
+ };
411
+ };
412
+ ml: (value: string | number | {
413
+ readonly [$$ScaleValue]: "space";
414
+ }) => {
415
+ marginLeft: string | number | {
416
+ readonly [$$ScaleValue]: "space";
417
+ };
418
+ };
419
+ mx: (value: string | number | {
420
+ readonly [$$ScaleValue]: "space";
421
+ }) => {
422
+ marginLeft: string | number | {
423
+ readonly [$$ScaleValue]: "space";
424
+ };
425
+ marginRight: string | number | {
426
+ readonly [$$ScaleValue]: "space";
427
+ };
428
+ };
429
+ my: (value: string | number | {
430
+ readonly [$$ScaleValue]: "space";
431
+ }) => {
432
+ marginTop: string | number | {
433
+ readonly [$$ScaleValue]: "space";
434
+ };
435
+ marginBottom: string | number | {
436
+ readonly [$$ScaleValue]: "space";
437
+ };
438
+ };
439
+ }>>;
440
+ export declare const settingContent: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
441
+ allowMotion: string;
442
+ sm: string;
443
+ md: string;
444
+ lg: string;
445
+ xl: string;
446
+ '2xl': string;
447
+ ls: string;
448
+ }, import("@stitches/react/types/css-util").CSS<{
449
+ allowMotion: string;
450
+ sm: string;
451
+ md: string;
452
+ lg: string;
453
+ xl: string;
454
+ '2xl': string;
455
+ ls: string;
456
+ }, {
457
+ colors: {
458
+ primary_default: string;
459
+ primary_bright: string;
460
+ primary_dim: string;
461
+ primary_disabled: string;
462
+ on_primary_high: string;
463
+ on_primary_medium: string;
464
+ on_primary_low: string;
465
+ secondary_default: string;
466
+ secondary_bright: string;
467
+ secondary_dim: string;
468
+ secondary_disabled: string;
469
+ on_secondary_high: string;
470
+ on_secondary_medium: string;
471
+ on_secondary_low: string;
472
+ background_default: string;
473
+ background_dim: string;
474
+ surface_default: string;
475
+ surface_bright: string;
476
+ surface_brighter: string;
477
+ surface_dim: string;
478
+ on_surface_high: string;
479
+ on_surface_medium: string;
480
+ on_surface_low: string;
481
+ border_default: string;
482
+ border_bright: string;
483
+ alert_success: string;
484
+ alert_warning: string;
485
+ alert_error_default: string;
486
+ alert_error_bright: string;
487
+ alert_error_brighter: string;
488
+ alert_error_dim: string;
489
+ };
490
+ shadows: {
491
+ sm: string;
492
+ md: string;
493
+ };
494
+ fonts: {
495
+ sans: string;
496
+ };
497
+ fontSizes: {
498
+ h1: string;
499
+ h2: string;
500
+ h3: string;
501
+ h4: string;
502
+ h5: string;
503
+ h6: string;
504
+ tiny: string;
505
+ xs: string;
506
+ sm: string;
507
+ md: string;
508
+ lg: string;
509
+ };
510
+ fontWeights: {
511
+ semiBold: number;
512
+ medium: number;
513
+ regular: number;
514
+ };
515
+ lineHeights: {
516
+ h1: string;
517
+ h2: string;
518
+ h3: string;
519
+ h4: string;
520
+ h5: string;
521
+ h6: string;
522
+ tiny: string;
523
+ xs: string;
524
+ sm: string;
525
+ md: string;
526
+ };
527
+ radii: {
528
+ '0': string;
529
+ '1': string;
530
+ '2': string;
531
+ '3': string;
532
+ '4': string;
533
+ round: string;
534
+ };
535
+ space: {
536
+ 0: string;
537
+ xs: string;
538
+ sm: string;
539
+ md: string;
540
+ lg: string;
541
+ xl: string;
542
+ px: string;
543
+ 1: string;
544
+ 2: string;
545
+ 3: string;
546
+ 4: string;
547
+ 5: string;
548
+ 6: string;
549
+ 7: string;
550
+ 8: string;
551
+ 9: string;
552
+ 10: string;
553
+ 11: string;
554
+ 12: string;
555
+ 13: string;
556
+ 14: string;
557
+ 15: string;
558
+ 16: string;
559
+ 17: string;
560
+ 18: string;
561
+ 19: string;
562
+ 20: string;
563
+ 24: string;
564
+ 28: string;
565
+ 32: string;
566
+ 36: string;
567
+ 40: string;
568
+ 44: string;
569
+ 48: string;
570
+ 52: string;
571
+ 56: string;
572
+ 60: string;
573
+ 64: string;
574
+ 72: string;
575
+ 80: string;
576
+ 96: string;
577
+ 100: string;
578
+ };
579
+ borderWidths: {
580
+ light: string;
581
+ normal: string;
582
+ bold: string;
583
+ extrabold: string;
584
+ black: string;
585
+ };
586
+ }, {
587
+ width: string;
588
+ height: string;
589
+ minWidth: string;
590
+ maxWidth: string;
591
+ minHeight: string;
592
+ maxHeight: string;
593
+ flexBasis: string;
594
+ gridTemplateColumns: string;
595
+ gridTemplateRows: string;
596
+ blockSize: string;
597
+ minBlockSize: string;
598
+ maxBlockSize: string;
599
+ inlineSize: string;
600
+ minInlineSize: string;
601
+ maxInlineSize: string;
602
+ gap: "space";
603
+ gridGap: "space";
604
+ columnGap: "space";
605
+ gridColumnGap: "space";
606
+ rowGap: "space";
607
+ gridRowGap: "space";
608
+ inset: "space";
609
+ insetBlock: "space";
610
+ insetBlockEnd: "space";
611
+ insetBlockStart: "space";
612
+ insetInline: "space";
613
+ insetInlineEnd: "space";
614
+ insetInlineStart: "space";
615
+ margin: "space";
616
+ marginTop: "space";
617
+ marginRight: "space";
618
+ marginBottom: "space";
619
+ marginLeft: "space";
620
+ marginBlock: "space";
621
+ marginBlockEnd: "space";
622
+ marginBlockStart: "space";
623
+ marginInline: "space";
624
+ marginInlineEnd: "space";
625
+ marginInlineStart: "space";
626
+ padding: "space";
627
+ paddingTop: "space";
628
+ paddingRight: "space";
629
+ paddingBottom: "space";
630
+ paddingLeft: "space";
631
+ paddingBlock: "space";
632
+ paddingBlockEnd: "space";
633
+ paddingBlockStart: "space";
634
+ paddingInline: "space";
635
+ paddingInlineEnd: "space";
636
+ paddingInlineStart: "space";
637
+ scrollMargin: "space";
638
+ scrollMarginTop: "space";
639
+ scrollMarginRight: "space";
640
+ scrollMarginBottom: "space";
641
+ scrollMarginLeft: "space";
642
+ scrollMarginBlock: "space";
643
+ scrollMarginBlockEnd: "space";
644
+ scrollMarginBlockStart: "space";
645
+ scrollMarginInline: "space";
646
+ scrollMarginInlineEnd: "space";
647
+ scrollMarginInlineStart: "space";
648
+ scrollPadding: "space";
649
+ scrollPaddingTop: "space";
650
+ scrollPaddingRight: "space";
651
+ scrollPaddingBottom: "space";
652
+ scrollPaddingLeft: "space";
653
+ scrollPaddingBlock: "space";
654
+ scrollPaddingBlockEnd: "space";
655
+ scrollPaddingBlockStart: "space";
656
+ scrollPaddingInline: "space";
657
+ scrollPaddingInlineEnd: "space";
658
+ scrollPaddingInlineStart: "space";
659
+ top: "space";
660
+ right: "space";
661
+ bottom: "space";
662
+ left: "space";
663
+ fontSize: "fontSizes";
664
+ background: "colors";
665
+ backgroundColor: "colors";
666
+ backgroundImage: "colors";
667
+ borderImage: "colors";
668
+ border: "colors";
669
+ borderBlock: "colors";
670
+ borderBlockEnd: "colors";
671
+ borderBlockStart: "colors";
672
+ borderBottom: "colors";
673
+ borderBottomColor: "colors";
674
+ borderColor: "colors";
675
+ borderInline: "colors";
676
+ borderInlineEnd: "colors";
677
+ borderInlineStart: "colors";
678
+ borderLeft: "colors";
679
+ borderLeftColor: "colors";
680
+ borderRight: "colors";
681
+ borderRightColor: "colors";
682
+ borderTop: "colors";
683
+ borderTopColor: "colors";
684
+ caretColor: "colors";
685
+ color: "colors";
686
+ columnRuleColor: "colors";
687
+ outline: "colors";
688
+ outlineColor: "colors";
689
+ fill: "colors";
690
+ stroke: "colors";
691
+ textDecorationColor: "colors";
692
+ fontFamily: "fonts";
693
+ fontWeight: "fontWeights";
694
+ lineHeight: "lineHeights";
695
+ letterSpacing: "letterSpacings";
696
+ borderWidth: "borderWidths";
697
+ borderTopWidth: "borderWidths";
698
+ borderLeftWidth: "borderWidths";
699
+ borderRightWidth: "borderWidths";
700
+ borderBottomWidth: "borderWidths";
701
+ borderStyle: "borderStyles";
702
+ borderTopStyle: "borderStyles";
703
+ borderLeftStyle: "borderStyles";
704
+ borderRightStyle: "borderStyles";
705
+ borderBottomStyle: "borderStyles";
706
+ borderRadius: "radii";
707
+ borderTopLeftRadius: "radii";
708
+ borderTopRightRadius: "radii";
709
+ borderBottomRightRadius: "radii";
710
+ borderBottomLeftRadius: "radii";
711
+ boxShadow: "shadows";
712
+ textShadow: "shadows";
713
+ transition: "transitions";
714
+ zIndex: "zIndices";
715
+ }, {
716
+ bg: (value: {
717
+ readonly [$$PropertyValue]: "backgroundColor";
718
+ }) => {
719
+ backgroundColor: {
720
+ readonly [$$PropertyValue]: "backgroundColor";
721
+ };
722
+ };
723
+ c: (value: {
724
+ readonly [$$PropertyValue]: "color";
725
+ }) => {
726
+ color: {
727
+ readonly [$$PropertyValue]: "color";
728
+ };
729
+ };
730
+ r: (value: {
731
+ readonly [$$ScaleValue]: "radii";
732
+ }) => {
733
+ borderRadius: {
734
+ readonly [$$ScaleValue]: "radii";
735
+ };
736
+ };
737
+ fs: (value: string | number | {
738
+ readonly [$$PropertyValue]: "fontSize";
739
+ }) => {
740
+ fontSize: string | number | {
741
+ readonly [$$PropertyValue]: "fontSize";
742
+ };
743
+ };
744
+ size: (value: string | number | {
745
+ readonly [$$ScaleValue]: "space";
746
+ }) => {
747
+ height: string | number | {
748
+ readonly [$$ScaleValue]: "space";
749
+ };
750
+ width: string | number | {
751
+ readonly [$$ScaleValue]: "space";
752
+ };
753
+ };
754
+ w: (value: string | number | {
755
+ readonly [$$ScaleValue]: "space";
756
+ }) => {
757
+ width: string | number | {
758
+ readonly [$$ScaleValue]: "space";
759
+ };
760
+ };
761
+ h: (value: string | number | {
762
+ readonly [$$ScaleValue]: "space";
763
+ }) => {
764
+ height: string | number | {
765
+ readonly [$$ScaleValue]: "space";
766
+ };
767
+ };
768
+ p: (value: string | number | {
769
+ readonly [$$ScaleValue]: "space";
770
+ }) => {
771
+ padding: string | number | {
772
+ readonly [$$ScaleValue]: "space";
773
+ };
774
+ };
775
+ pt: (value: string | number | {
776
+ readonly [$$ScaleValue]: "space";
777
+ }) => {
778
+ paddingTop: string | number | {
779
+ readonly [$$ScaleValue]: "space";
780
+ };
781
+ };
782
+ pr: (value: string | number | {
783
+ readonly [$$ScaleValue]: "space";
784
+ }) => {
785
+ paddingRight: string | number | {
786
+ readonly [$$ScaleValue]: "space";
787
+ };
788
+ };
789
+ pb: (value: string | number | {
790
+ readonly [$$ScaleValue]: "space";
791
+ }) => {
792
+ paddingBottom: string | number | {
793
+ readonly [$$ScaleValue]: "space";
794
+ };
795
+ };
796
+ pl: (value: string | number | {
797
+ readonly [$$ScaleValue]: "space";
798
+ }) => {
799
+ paddingLeft: string | number | {
800
+ readonly [$$ScaleValue]: "space";
801
+ };
802
+ };
803
+ px: (value: string | number | {
804
+ readonly [$$ScaleValue]: "space";
805
+ }) => {
806
+ paddingLeft: string | number | {
807
+ readonly [$$ScaleValue]: "space";
808
+ };
809
+ paddingRight: string | number | {
810
+ readonly [$$ScaleValue]: "space";
811
+ };
812
+ };
813
+ py: (value: string | number | {
814
+ readonly [$$ScaleValue]: "space";
815
+ }) => {
816
+ paddingTop: string | number | {
817
+ readonly [$$ScaleValue]: "space";
818
+ };
819
+ paddingBottom: string | number | {
820
+ readonly [$$ScaleValue]: "space";
821
+ };
822
+ };
823
+ m: (value: string | number | {
824
+ readonly [$$ScaleValue]: "space";
825
+ }) => {
826
+ margin: string | number | {
827
+ readonly [$$ScaleValue]: "space";
828
+ };
829
+ };
830
+ mt: (value: string | number | {
831
+ readonly [$$ScaleValue]: "space";
832
+ }) => {
833
+ marginTop: string | number | {
834
+ readonly [$$ScaleValue]: "space";
835
+ };
836
+ };
837
+ mr: (value: string | number | {
838
+ readonly [$$ScaleValue]: "space";
839
+ }) => {
840
+ marginRight: string | number | {
841
+ readonly [$$ScaleValue]: "space";
842
+ };
843
+ };
844
+ mb: (value: string | number | {
845
+ readonly [$$ScaleValue]: "space";
846
+ }) => {
847
+ marginBottom: string | number | {
848
+ readonly [$$ScaleValue]: "space";
849
+ };
850
+ };
851
+ ml: (value: string | number | {
852
+ readonly [$$ScaleValue]: "space";
853
+ }) => {
854
+ marginLeft: string | number | {
855
+ readonly [$$ScaleValue]: "space";
856
+ };
857
+ };
858
+ mx: (value: string | number | {
859
+ readonly [$$ScaleValue]: "space";
860
+ }) => {
861
+ marginLeft: string | number | {
862
+ readonly [$$ScaleValue]: "space";
863
+ };
864
+ marginRight: string | number | {
865
+ readonly [$$ScaleValue]: "space";
866
+ };
867
+ };
868
+ my: (value: string | number | {
869
+ readonly [$$ScaleValue]: "space";
870
+ }) => {
871
+ marginTop: string | number | {
872
+ readonly [$$ScaleValue]: "space";
873
+ };
874
+ marginBottom: string | number | {
875
+ readonly [$$ScaleValue]: "space";
876
+ };
877
+ };
878
+ }>>;