@xyo-network/react-chain-shared 1.7.7 → 1.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4254 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,13 +8,4264 @@
8
8
  [![npm-license-badge][]](LICENSE)
9
9
  [![socket-badge][]][socket-link]
10
10
 
11
- Version: 1.7.3
12
-
13
11
  XYO Layer One React SDK
14
12
 
15
13
  ## Documentation
16
14
 
17
- [TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__react-chain-shared)
15
+ ## Reference
16
+
17
+ **@xyo-network/react-chain-shared**
18
+
19
+ ***
20
+
21
+ ## Interfaces
22
+
23
+ - [DetailsStackProps](#interfaces/DetailsStackProps)
24
+ - [LabelValueStackProps](#interfaces/LabelValueStackProps)
25
+
26
+ ## Variables
27
+
28
+ - [ActiveMenuItem](#variables/ActiveMenuItem)
29
+ - [DetailsStack](#variables/DetailsStack)
30
+ - [LabelValueStack](#variables/LabelValueStack)
31
+
32
+ ## Functions
33
+
34
+ - [buildRandomBlockChain](#functions/buildRandomBlockChain)
35
+ - [buildRandomBlockChainBlocksOnly](#functions/buildRandomBlockChainBlocksOnly)
36
+
37
+ ### functions
38
+
39
+ ### <a id="buildRandomBlockChain"></a>buildRandomBlockChain
40
+
41
+ [**@xyo-network/react-chain-shared**](#../README)
42
+
43
+ ***
44
+
45
+ ```ts
46
+ function buildRandomBlockChain(blockCount): Promise<HydratedBlock[]>;
47
+ ```
48
+
49
+ ## Parameters
50
+
51
+ ### blockCount
52
+
53
+ `number` = `10`
54
+
55
+ ## Returns
56
+
57
+ `Promise`\<`HydratedBlock`[]\>
58
+
59
+ ### <a id="buildRandomBlockChainBlocksOnly"></a>buildRandomBlockChainBlocksOnly
60
+
61
+ [**@xyo-network/react-chain-shared**](#../README)
62
+
63
+ ***
64
+
65
+ ```ts
66
+ function buildRandomBlockChainBlocksOnly(blockCount): Promise<HydratedBlock[]>;
67
+ ```
68
+
69
+ ## Parameters
70
+
71
+ ### blockCount
72
+
73
+ `number` = `10`
74
+
75
+ ## Returns
76
+
77
+ `Promise`\<`HydratedBlock`[]\>
78
+
79
+ ### interfaces
80
+
81
+ ### <a id="DetailsStackProps"></a>DetailsStackProps
82
+
83
+ [**@xyo-network/react-chain-shared**](#../README)
84
+
85
+ ***
86
+
87
+ ## Extends
88
+
89
+ - `StackProps`
90
+
91
+ ## Properties
92
+
93
+ ### border?
94
+
95
+ ```ts
96
+ optional border:
97
+ | ResponsiveStyleValue<
98
+ | undefined
99
+ | number
100
+ | string & object
101
+ | "inset"
102
+ | "hidden"
103
+ | "-moz-initial"
104
+ | "inherit"
105
+ | "initial"
106
+ | "revert"
107
+ | "revert-layer"
108
+ | "unset"
109
+ | "medium"
110
+ | "thick"
111
+ | "thin"
112
+ | "dashed"
113
+ | "dotted"
114
+ | "double"
115
+ | "groove"
116
+ | "none"
117
+ | "outset"
118
+ | "ridge"
119
+ | "solid"
120
+ | "aliceblue"
121
+ | "antiquewhite"
122
+ | "aqua"
123
+ | "aquamarine"
124
+ | "azure"
125
+ | "beige"
126
+ | "bisque"
127
+ | "black"
128
+ | "blanchedalmond"
129
+ | "blue"
130
+ | "blueviolet"
131
+ | "brown"
132
+ | "burlywood"
133
+ | "cadetblue"
134
+ | "chartreuse"
135
+ | "chocolate"
136
+ | "coral"
137
+ | "cornflowerblue"
138
+ | "cornsilk"
139
+ | "crimson"
140
+ | "cyan"
141
+ | "darkblue"
142
+ | "darkcyan"
143
+ | "darkgoldenrod"
144
+ | "darkgray"
145
+ | "darkgreen"
146
+ | "darkgrey"
147
+ | "darkkhaki"
148
+ | "darkmagenta"
149
+ | "darkolivegreen"
150
+ | "darkorange"
151
+ | "darkorchid"
152
+ | "darkred"
153
+ | "darksalmon"
154
+ | "darkseagreen"
155
+ | "darkslateblue"
156
+ | "darkslategray"
157
+ | "darkslategrey"
158
+ | "darkturquoise"
159
+ | "darkviolet"
160
+ | "deeppink"
161
+ | "deepskyblue"
162
+ | "dimgray"
163
+ | "dimgrey"
164
+ | "dodgerblue"
165
+ | "firebrick"
166
+ | "floralwhite"
167
+ | "forestgreen"
168
+ | "fuchsia"
169
+ | "gainsboro"
170
+ | "ghostwhite"
171
+ | "gold"
172
+ | "goldenrod"
173
+ | "gray"
174
+ | "green"
175
+ | "greenyellow"
176
+ | "grey"
177
+ | "honeydew"
178
+ | "hotpink"
179
+ | "indianred"
180
+ | "indigo"
181
+ | "ivory"
182
+ | "khaki"
183
+ | "lavender"
184
+ | "lavenderblush"
185
+ | "lawngreen"
186
+ | "lemonchiffon"
187
+ | "lightblue"
188
+ | "lightcoral"
189
+ | "lightcyan"
190
+ | "lightgoldenrodyellow"
191
+ | "lightgray"
192
+ | "lightgreen"
193
+ | "lightgrey"
194
+ | "lightpink"
195
+ | "lightsalmon"
196
+ | "lightseagreen"
197
+ | "lightskyblue"
198
+ | "lightslategray"
199
+ | "lightslategrey"
200
+ | "lightsteelblue"
201
+ | "lightyellow"
202
+ | "lime"
203
+ | "limegreen"
204
+ | "linen"
205
+ | "magenta"
206
+ | "maroon"
207
+ | "mediumaquamarine"
208
+ | "mediumblue"
209
+ | "mediumorchid"
210
+ | "mediumpurple"
211
+ | "mediumseagreen"
212
+ | "mediumslateblue"
213
+ | "mediumspringgreen"
214
+ | "mediumturquoise"
215
+ | "mediumvioletred"
216
+ | "midnightblue"
217
+ | "mintcream"
218
+ | "mistyrose"
219
+ | "moccasin"
220
+ | "navajowhite"
221
+ | "navy"
222
+ | "oldlace"
223
+ | "olive"
224
+ | "olivedrab"
225
+ | "orange"
226
+ | "orangered"
227
+ | "orchid"
228
+ | "palegoldenrod"
229
+ | "palegreen"
230
+ | "paleturquoise"
231
+ | "palevioletred"
232
+ | "papayawhip"
233
+ | "peachpuff"
234
+ | "peru"
235
+ | "pink"
236
+ | "plum"
237
+ | "powderblue"
238
+ | "purple"
239
+ | "rebeccapurple"
240
+ | "red"
241
+ | "rosybrown"
242
+ | "royalblue"
243
+ | "saddlebrown"
244
+ | "salmon"
245
+ | "sandybrown"
246
+ | "seagreen"
247
+ | "seashell"
248
+ | "sienna"
249
+ | "silver"
250
+ | "skyblue"
251
+ | "slateblue"
252
+ | "slategray"
253
+ | "slategrey"
254
+ | "snow"
255
+ | "springgreen"
256
+ | "steelblue"
257
+ | "tan"
258
+ | "teal"
259
+ | "thistle"
260
+ | "tomato"
261
+ | "transparent"
262
+ | "turquoise"
263
+ | "violet"
264
+ | "wheat"
265
+ | "white"
266
+ | "whitesmoke"
267
+ | "yellow"
268
+ | "yellowgreen"
269
+ | "ActiveBorder"
270
+ | "ActiveCaption"
271
+ | "AppWorkspace"
272
+ | "Background"
273
+ | "ButtonFace"
274
+ | "ButtonHighlight"
275
+ | "ButtonShadow"
276
+ | "ButtonText"
277
+ | "CaptionText"
278
+ | "GrayText"
279
+ | "Highlight"
280
+ | "HighlightText"
281
+ | "InactiveBorder"
282
+ | "InactiveCaption"
283
+ | "InactiveCaptionText"
284
+ | "InfoBackground"
285
+ | "InfoText"
286
+ | "Menu"
287
+ | "MenuText"
288
+ | "Scrollbar"
289
+ | "ThreeDDarkShadow"
290
+ | "ThreeDFace"
291
+ | "ThreeDHighlight"
292
+ | "ThreeDLightShadow"
293
+ | "ThreeDShadow"
294
+ | "Window"
295
+ | "WindowFrame"
296
+ | "WindowText"
297
+ | "currentcolor">
298
+ | (theme) => ResponsiveStyleValue<
299
+ | undefined
300
+ | number
301
+ | string & object
302
+ | "inset"
303
+ | "hidden"
304
+ | "-moz-initial"
305
+ | "inherit"
306
+ | "initial"
307
+ | "revert"
308
+ | "revert-layer"
309
+ | "unset"
310
+ | "medium"
311
+ | "thick"
312
+ | "thin"
313
+ | "dashed"
314
+ | "dotted"
315
+ | "double"
316
+ | "groove"
317
+ | "none"
318
+ | "outset"
319
+ | "ridge"
320
+ | "solid"
321
+ | "aliceblue"
322
+ | "antiquewhite"
323
+ | "aqua"
324
+ | "aquamarine"
325
+ | "azure"
326
+ | "beige"
327
+ | "bisque"
328
+ | "black"
329
+ | "blanchedalmond"
330
+ | "blue"
331
+ | "blueviolet"
332
+ | "brown"
333
+ | "burlywood"
334
+ | "cadetblue"
335
+ | "chartreuse"
336
+ | "chocolate"
337
+ | "coral"
338
+ | "cornflowerblue"
339
+ | "cornsilk"
340
+ | "crimson"
341
+ | "cyan"
342
+ | "darkblue"
343
+ | "darkcyan"
344
+ | "darkgoldenrod"
345
+ | "darkgray"
346
+ | "darkgreen"
347
+ | "darkgrey"
348
+ | "darkkhaki"
349
+ | "darkmagenta"
350
+ | "darkolivegreen"
351
+ | "darkorange"
352
+ | "darkorchid"
353
+ | "darkred"
354
+ | "darksalmon"
355
+ | "darkseagreen"
356
+ | "darkslateblue"
357
+ | "darkslategray"
358
+ | "darkslategrey"
359
+ | "darkturquoise"
360
+ | "darkviolet"
361
+ | "deeppink"
362
+ | "deepskyblue"
363
+ | "dimgray"
364
+ | "dimgrey"
365
+ | "dodgerblue"
366
+ | "firebrick"
367
+ | "floralwhite"
368
+ | "forestgreen"
369
+ | "fuchsia"
370
+ | "gainsboro"
371
+ | "ghostwhite"
372
+ | "gold"
373
+ | "goldenrod"
374
+ | "gray"
375
+ | "green"
376
+ | "greenyellow"
377
+ | "grey"
378
+ | "honeydew"
379
+ | "hotpink"
380
+ | "indianred"
381
+ | "indigo"
382
+ | "ivory"
383
+ | "khaki"
384
+ | "lavender"
385
+ | "lavenderblush"
386
+ | "lawngreen"
387
+ | "lemonchiffon"
388
+ | "lightblue"
389
+ | "lightcoral"
390
+ | "lightcyan"
391
+ | "lightgoldenrodyellow"
392
+ | "lightgray"
393
+ | "lightgreen"
394
+ | "lightgrey"
395
+ | "lightpink"
396
+ | "lightsalmon"
397
+ | "lightseagreen"
398
+ | "lightskyblue"
399
+ | "lightslategray"
400
+ | "lightslategrey"
401
+ | "lightsteelblue"
402
+ | "lightyellow"
403
+ | "lime"
404
+ | "limegreen"
405
+ | "linen"
406
+ | "magenta"
407
+ | "maroon"
408
+ | "mediumaquamarine"
409
+ | "mediumblue"
410
+ | "mediumorchid"
411
+ | "mediumpurple"
412
+ | "mediumseagreen"
413
+ | "mediumslateblue"
414
+ | "mediumspringgreen"
415
+ | "mediumturquoise"
416
+ | "mediumvioletred"
417
+ | "midnightblue"
418
+ | "mintcream"
419
+ | "mistyrose"
420
+ | "moccasin"
421
+ | "navajowhite"
422
+ | "navy"
423
+ | "oldlace"
424
+ | "olive"
425
+ | "olivedrab"
426
+ | "orange"
427
+ | "orangered"
428
+ | "orchid"
429
+ | "palegoldenrod"
430
+ | "palegreen"
431
+ | "paleturquoise"
432
+ | "palevioletred"
433
+ | "papayawhip"
434
+ | "peachpuff"
435
+ | "peru"
436
+ | "pink"
437
+ | "plum"
438
+ | "powderblue"
439
+ | "purple"
440
+ | "rebeccapurple"
441
+ | "red"
442
+ | "rosybrown"
443
+ | "royalblue"
444
+ | "saddlebrown"
445
+ | "salmon"
446
+ | "sandybrown"
447
+ | "seagreen"
448
+ | "seashell"
449
+ | "sienna"
450
+ | "silver"
451
+ | "skyblue"
452
+ | "slateblue"
453
+ | "slategray"
454
+ | "slategrey"
455
+ | "snow"
456
+ | "springgreen"
457
+ | "steelblue"
458
+ | "tan"
459
+ | "teal"
460
+ | "thistle"
461
+ | "tomato"
462
+ | "transparent"
463
+ | "turquoise"
464
+ | "violet"
465
+ | "wheat"
466
+ | "white"
467
+ | "whitesmoke"
468
+ | "yellow"
469
+ | "yellowgreen"
470
+ | "ActiveBorder"
471
+ | "ActiveCaption"
472
+ | "AppWorkspace"
473
+ | "Background"
474
+ | "ButtonFace"
475
+ | "ButtonHighlight"
476
+ | "ButtonShadow"
477
+ | "ButtonText"
478
+ | "CaptionText"
479
+ | "GrayText"
480
+ | "Highlight"
481
+ | "HighlightText"
482
+ | "InactiveBorder"
483
+ | "InactiveCaption"
484
+ | "InactiveCaptionText"
485
+ | "InfoBackground"
486
+ | "InfoText"
487
+ | "Menu"
488
+ | "MenuText"
489
+ | "Scrollbar"
490
+ | "ThreeDDarkShadow"
491
+ | "ThreeDFace"
492
+ | "ThreeDHighlight"
493
+ | "ThreeDLightShadow"
494
+ | "ThreeDShadow"
495
+ | "Window"
496
+ | "WindowFrame"
497
+ | "WindowText"
498
+ | "currentcolor">;
499
+ ```
500
+
501
+ ### Inherited from
502
+
503
+ ```ts
504
+ StackProps.border
505
+ ```
506
+
507
+ ***
508
+
509
+ ### boxShadow?
510
+
511
+ ```ts
512
+ optional boxShadow:
513
+ | ResponsiveStyleValue<number | BoxShadow | undefined>
514
+ | (theme) => ResponsiveStyleValue<number | BoxShadow | undefined>;
515
+ ```
516
+
517
+ ### Inherited from
518
+
519
+ ```ts
520
+ StackProps.boxShadow
521
+ ```
522
+
523
+ ***
524
+
525
+ ### fontWeight?
526
+
527
+ ```ts
528
+ optional fontWeight:
529
+ | ResponsiveStyleValue<undefined | string | string & object | number & object>
530
+ | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
531
+ ```
532
+
533
+ ### Inherited from
534
+
535
+ ```ts
536
+ StackProps.fontWeight
537
+ ```
538
+
539
+ ***
540
+
541
+ ### zIndex?
542
+
543
+ ```ts
544
+ optional zIndex:
545
+ | ResponsiveStyleValue<undefined | string | string & object | number & object>
546
+ | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
547
+ ```
548
+
549
+ ### Inherited from
550
+
551
+ ```ts
552
+ StackProps.zIndex
553
+ ```
554
+
555
+ ***
556
+
557
+ ### alignContent?
558
+
559
+ ```ts
560
+ optional alignContent:
561
+ | ResponsiveStyleValue<AlignContent | readonly string[] | undefined>
562
+ | (theme) => ResponsiveStyleValue<AlignContent | readonly string[] | undefined>;
563
+ ```
564
+
565
+ ### Inherited from
566
+
567
+ ```ts
568
+ StackProps.alignContent
569
+ ```
570
+
571
+ ***
572
+
573
+ ### alignItems?
574
+
575
+ ```ts
576
+ optional alignItems:
577
+ | ResponsiveStyleValue<readonly string[] | AlignItems | undefined>
578
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignItems | undefined>;
579
+ ```
580
+
581
+ ### Inherited from
582
+
583
+ ```ts
584
+ StackProps.alignItems
585
+ ```
586
+
587
+ ***
588
+
589
+ ### alignSelf?
590
+
591
+ ```ts
592
+ optional alignSelf:
593
+ | ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>
594
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>;
595
+ ```
596
+
597
+ ### Inherited from
598
+
599
+ ```ts
600
+ StackProps.alignSelf
601
+ ```
602
+
603
+ ***
604
+
605
+ ### bottom?
606
+
607
+ ```ts
608
+ optional bottom:
609
+ | ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>
610
+ | (theme) => ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>;
611
+ ```
612
+
613
+ ### Inherited from
614
+
615
+ ```ts
616
+ StackProps.bottom
617
+ ```
618
+
619
+ ***
620
+
621
+ ### boxSizing?
622
+
623
+ ```ts
624
+ optional boxSizing:
625
+ | ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
626
+ | (theme) => ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>;
627
+ ```
628
+
629
+ ### Inherited from
630
+
631
+ ```ts
632
+ StackProps.boxSizing
633
+ ```
634
+
635
+ ***
636
+
637
+ ### color?
638
+
639
+ ```ts
640
+ optional color:
641
+ | ResponsiveStyleValue<readonly string[] | Color | undefined>
642
+ | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
643
+ ```
644
+
645
+ ### Inherited from
646
+
647
+ ```ts
648
+ StackProps.color
649
+ ```
650
+
651
+ ***
652
+
653
+ ### columnGap?
654
+
655
+ ```ts
656
+ optional columnGap:
657
+ | ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>
658
+ | (theme) => ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>;
659
+ ```
660
+
661
+ ### Inherited from
662
+
663
+ ```ts
664
+ StackProps.columnGap
665
+ ```
666
+
667
+ ***
668
+
669
+ ### display?
670
+
671
+ ```ts
672
+ optional display:
673
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
674
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
675
+ ```
676
+
677
+ ### Inherited from
678
+
679
+ ```ts
680
+ StackProps.display
681
+ ```
682
+
683
+ ***
684
+
685
+ ### flexBasis?
686
+
687
+ ```ts
688
+ optional flexBasis:
689
+ | ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>
690
+ | (theme) => ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>;
691
+ ```
692
+
693
+ ### Inherited from
694
+
695
+ ```ts
696
+ StackProps.flexBasis
697
+ ```
698
+
699
+ ***
700
+
701
+ ### flexDirection?
702
+
703
+ ```ts
704
+ optional flexDirection:
705
+ | ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
706
+ | (theme) => ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>;
707
+ ```
708
+
709
+ ### Inherited from
710
+
711
+ ```ts
712
+ StackProps.flexDirection
713
+ ```
714
+
715
+ ***
716
+
717
+ ### flexGrow?
718
+
719
+ ```ts
720
+ optional flexGrow:
721
+ | ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
722
+ | (theme) => ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>;
723
+ ```
724
+
725
+ ### Inherited from
726
+
727
+ ```ts
728
+ StackProps.flexGrow
729
+ ```
730
+
731
+ ***
732
+
733
+ ### flexShrink?
734
+
735
+ ```ts
736
+ optional flexShrink:
737
+ | ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
738
+ | (theme) => ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>;
739
+ ```
740
+
741
+ ### Inherited from
742
+
743
+ ```ts
744
+ StackProps.flexShrink
745
+ ```
746
+
747
+ ***
748
+
749
+ ### flexWrap?
750
+
751
+ ```ts
752
+ optional flexWrap:
753
+ | ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
754
+ | (theme) => ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>;
755
+ ```
756
+
757
+ ### Inherited from
758
+
759
+ ```ts
760
+ StackProps.flexWrap
761
+ ```
762
+
763
+ ***
764
+
765
+ ### fontFamily?
766
+
767
+ ```ts
768
+ optional fontFamily:
769
+ | ResponsiveStyleValue<readonly string[] | FontFamily | undefined>
770
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontFamily | undefined>;
771
+ ```
772
+
773
+ ### Inherited from
774
+
775
+ ```ts
776
+ StackProps.fontFamily
777
+ ```
778
+
779
+ ***
780
+
781
+ ### fontSize?
782
+
783
+ ```ts
784
+ optional fontSize:
785
+ | ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>
786
+ | (theme) => ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>;
787
+ ```
788
+
789
+ ### Inherited from
790
+
791
+ ```ts
792
+ StackProps.fontSize
793
+ ```
794
+
795
+ ***
796
+
797
+ ### fontStyle?
798
+
799
+ ```ts
800
+ optional fontStyle:
801
+ | ResponsiveStyleValue<readonly string[] | FontStyle | undefined>
802
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontStyle | undefined>;
803
+ ```
804
+
805
+ ### Inherited from
806
+
807
+ ```ts
808
+ StackProps.fontStyle
809
+ ```
810
+
811
+ ***
812
+
813
+ ### gridAutoColumns?
814
+
815
+ ```ts
816
+ optional gridAutoColumns:
817
+ | ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>
818
+ | (theme) => ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>;
819
+ ```
820
+
821
+ ### Inherited from
822
+
823
+ ```ts
824
+ StackProps.gridAutoColumns
825
+ ```
826
+
827
+ ***
828
+
829
+ ### gridAutoFlow?
830
+
831
+ ```ts
832
+ optional gridAutoFlow:
833
+ | ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>
834
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>;
835
+ ```
836
+
837
+ ### Inherited from
838
+
839
+ ```ts
840
+ StackProps.gridAutoFlow
841
+ ```
842
+
843
+ ***
844
+
845
+ ### gridAutoRows?
846
+
847
+ ```ts
848
+ optional gridAutoRows:
849
+ | ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>
850
+ | (theme) => ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>;
851
+ ```
852
+
853
+ ### Inherited from
854
+
855
+ ```ts
856
+ StackProps.gridAutoRows
857
+ ```
858
+
859
+ ***
860
+
861
+ ### gridTemplateAreas?
862
+
863
+ ```ts
864
+ optional gridTemplateAreas:
865
+ | ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>
866
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>;
867
+ ```
868
+
869
+ ### Inherited from
870
+
871
+ ```ts
872
+ StackProps.gridTemplateAreas
873
+ ```
874
+
875
+ ***
876
+
877
+ ### gridTemplateColumns?
878
+
879
+ ```ts
880
+ optional gridTemplateColumns:
881
+ | ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>
882
+ | (theme) => ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>;
883
+ ```
884
+
885
+ ### Inherited from
886
+
887
+ ```ts
888
+ StackProps.gridTemplateColumns
889
+ ```
890
+
891
+ ***
892
+
893
+ ### gridTemplateRows?
894
+
895
+ ```ts
896
+ optional gridTemplateRows:
897
+ | ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>
898
+ | (theme) => ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>;
899
+ ```
900
+
901
+ ### Inherited from
902
+
903
+ ```ts
904
+ StackProps.gridTemplateRows
905
+ ```
906
+
907
+ ***
908
+
909
+ ### height?
910
+
911
+ ```ts
912
+ optional height:
913
+ | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
914
+ | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
915
+ ```
916
+
917
+ ### Inherited from
918
+
919
+ ```ts
920
+ StackProps.height
921
+ ```
922
+
923
+ ***
924
+
925
+ ### justifyContent?
926
+
927
+ ```ts
928
+ optional justifyContent:
929
+ | ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>
930
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>;
931
+ ```
932
+
933
+ ### Inherited from
934
+
935
+ ```ts
936
+ StackProps.justifyContent
937
+ ```
938
+
939
+ ***
940
+
941
+ ### justifyItems?
942
+
943
+ ```ts
944
+ optional justifyItems:
945
+ | ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>
946
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>;
947
+ ```
948
+
949
+ ### Inherited from
950
+
951
+ ```ts
952
+ StackProps.justifyItems
953
+ ```
954
+
955
+ ***
956
+
957
+ ### justifySelf?
958
+
959
+ ```ts
960
+ optional justifySelf:
961
+ | ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>
962
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>;
963
+ ```
964
+
965
+ ### Inherited from
966
+
967
+ ```ts
968
+ StackProps.justifySelf
969
+ ```
970
+
971
+ ***
972
+
973
+ ### left?
974
+
975
+ ```ts
976
+ optional left:
977
+ | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
978
+ | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
979
+ ```
980
+
981
+ ### Inherited from
982
+
983
+ ```ts
984
+ StackProps.left
985
+ ```
986
+
987
+ ***
988
+
989
+ ### letterSpacing?
990
+
991
+ ```ts
992
+ optional letterSpacing:
993
+ | ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>
994
+ | (theme) => ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>;
995
+ ```
996
+
997
+ ### Inherited from
998
+
999
+ ```ts
1000
+ StackProps.letterSpacing
1001
+ ```
1002
+
1003
+ ***
1004
+
1005
+ ### lineHeight?
1006
+
1007
+ ```ts
1008
+ optional lineHeight:
1009
+ | ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>
1010
+ | (theme) => ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>;
1011
+ ```
1012
+
1013
+ ### Inherited from
1014
+
1015
+ ```ts
1016
+ StackProps.lineHeight
1017
+ ```
1018
+
1019
+ ***
1020
+
1021
+ ### marginBlockEnd?
1022
+
1023
+ ```ts
1024
+ optional marginBlockEnd:
1025
+ | ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>
1026
+ | (theme) => ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>;
1027
+ ```
1028
+
1029
+ ### Inherited from
1030
+
1031
+ ```ts
1032
+ StackProps.marginBlockEnd
1033
+ ```
1034
+
1035
+ ***
1036
+
1037
+ ### marginBlockStart?
1038
+
1039
+ ```ts
1040
+ optional marginBlockStart:
1041
+ | ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>
1042
+ | (theme) => ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>;
1043
+ ```
1044
+
1045
+ ### Inherited from
1046
+
1047
+ ```ts
1048
+ StackProps.marginBlockStart
1049
+ ```
1050
+
1051
+ ***
1052
+
1053
+ ### marginBottom?
1054
+
1055
+ ```ts
1056
+ optional marginBottom:
1057
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
1058
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
1059
+ ```
1060
+
1061
+ ### Inherited from
1062
+
1063
+ ```ts
1064
+ StackProps.marginBottom
1065
+ ```
1066
+
1067
+ ***
1068
+
1069
+ ### marginInlineEnd?
1070
+
1071
+ ```ts
1072
+ optional marginInlineEnd:
1073
+ | ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>
1074
+ | (theme) => ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>;
1075
+ ```
1076
+
1077
+ ### Inherited from
1078
+
1079
+ ```ts
1080
+ StackProps.marginInlineEnd
1081
+ ```
1082
+
1083
+ ***
1084
+
1085
+ ### marginInlineStart?
1086
+
1087
+ ```ts
1088
+ optional marginInlineStart:
1089
+ | ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>
1090
+ | (theme) => ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>;
1091
+ ```
1092
+
1093
+ ### Inherited from
1094
+
1095
+ ```ts
1096
+ StackProps.marginInlineStart
1097
+ ```
1098
+
1099
+ ***
1100
+
1101
+ ### marginLeft?
1102
+
1103
+ ```ts
1104
+ optional marginLeft:
1105
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
1106
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
1107
+ ```
1108
+
1109
+ ### Inherited from
1110
+
1111
+ ```ts
1112
+ StackProps.marginLeft
1113
+ ```
1114
+
1115
+ ***
1116
+
1117
+ ### marginRight?
1118
+
1119
+ ```ts
1120
+ optional marginRight:
1121
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
1122
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
1123
+ ```
1124
+
1125
+ ### Inherited from
1126
+
1127
+ ```ts
1128
+ StackProps.marginRight
1129
+ ```
1130
+
1131
+ ***
1132
+
1133
+ ### marginTop?
1134
+
1135
+ ```ts
1136
+ optional marginTop:
1137
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
1138
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
1139
+ ```
1140
+
1141
+ ### Inherited from
1142
+
1143
+ ```ts
1144
+ StackProps.marginTop
1145
+ ```
1146
+
1147
+ ***
1148
+
1149
+ ### maxHeight?
1150
+
1151
+ ```ts
1152
+ optional maxHeight:
1153
+ | ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>
1154
+ | (theme) => ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>;
1155
+ ```
1156
+
1157
+ ### Inherited from
1158
+
1159
+ ```ts
1160
+ StackProps.maxHeight
1161
+ ```
1162
+
1163
+ ***
1164
+
1165
+ ### maxWidth?
1166
+
1167
+ ```ts
1168
+ optional maxWidth:
1169
+ | ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>
1170
+ | (theme) => ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>;
1171
+ ```
1172
+
1173
+ ### Inherited from
1174
+
1175
+ ```ts
1176
+ StackProps.maxWidth
1177
+ ```
1178
+
1179
+ ***
1180
+
1181
+ ### minHeight?
1182
+
1183
+ ```ts
1184
+ optional minHeight:
1185
+ | ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>
1186
+ | (theme) => ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>;
1187
+ ```
1188
+
1189
+ ### Inherited from
1190
+
1191
+ ```ts
1192
+ StackProps.minHeight
1193
+ ```
1194
+
1195
+ ***
1196
+
1197
+ ### minWidth?
1198
+
1199
+ ```ts
1200
+ optional minWidth:
1201
+ | ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>
1202
+ | (theme) => ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>;
1203
+ ```
1204
+
1205
+ ### Inherited from
1206
+
1207
+ ```ts
1208
+ StackProps.minWidth
1209
+ ```
1210
+
1211
+ ***
1212
+
1213
+ ### order?
1214
+
1215
+ ```ts
1216
+ optional order:
1217
+ | ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>
1218
+ | (theme) => ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>;
1219
+ ```
1220
+
1221
+ ### Inherited from
1222
+
1223
+ ```ts
1224
+ StackProps.order
1225
+ ```
1226
+
1227
+ ***
1228
+
1229
+ ### paddingBlockEnd?
1230
+
1231
+ ```ts
1232
+ optional paddingBlockEnd:
1233
+ | ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>
1234
+ | (theme) => ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>;
1235
+ ```
1236
+
1237
+ ### Inherited from
1238
+
1239
+ ```ts
1240
+ StackProps.paddingBlockEnd
1241
+ ```
1242
+
1243
+ ***
1244
+
1245
+ ### paddingBlockStart?
1246
+
1247
+ ```ts
1248
+ optional paddingBlockStart:
1249
+ | ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>
1250
+ | (theme) => ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>;
1251
+ ```
1252
+
1253
+ ### Inherited from
1254
+
1255
+ ```ts
1256
+ StackProps.paddingBlockStart
1257
+ ```
1258
+
1259
+ ***
1260
+
1261
+ ### paddingBottom?
1262
+
1263
+ ```ts
1264
+ optional paddingBottom:
1265
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
1266
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
1267
+ ```
1268
+
1269
+ ### Inherited from
1270
+
1271
+ ```ts
1272
+ StackProps.paddingBottom
1273
+ ```
1274
+
1275
+ ***
1276
+
1277
+ ### paddingInlineEnd?
1278
+
1279
+ ```ts
1280
+ optional paddingInlineEnd:
1281
+ | ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>
1282
+ | (theme) => ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>;
1283
+ ```
1284
+
1285
+ ### Inherited from
1286
+
1287
+ ```ts
1288
+ StackProps.paddingInlineEnd
1289
+ ```
1290
+
1291
+ ***
1292
+
1293
+ ### paddingInlineStart?
1294
+
1295
+ ```ts
1296
+ optional paddingInlineStart:
1297
+ | ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>
1298
+ | (theme) => ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>;
1299
+ ```
1300
+
1301
+ ### Inherited from
1302
+
1303
+ ```ts
1304
+ StackProps.paddingInlineStart
1305
+ ```
1306
+
1307
+ ***
1308
+
1309
+ ### paddingLeft?
1310
+
1311
+ ```ts
1312
+ optional paddingLeft:
1313
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
1314
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
1315
+ ```
1316
+
1317
+ ### Inherited from
1318
+
1319
+ ```ts
1320
+ StackProps.paddingLeft
1321
+ ```
1322
+
1323
+ ***
1324
+
1325
+ ### paddingRight?
1326
+
1327
+ ```ts
1328
+ optional paddingRight:
1329
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
1330
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
1331
+ ```
1332
+
1333
+ ### Inherited from
1334
+
1335
+ ```ts
1336
+ StackProps.paddingRight
1337
+ ```
1338
+
1339
+ ***
1340
+
1341
+ ### paddingTop?
1342
+
1343
+ ```ts
1344
+ optional paddingTop:
1345
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
1346
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
1347
+ ```
1348
+
1349
+ ### Inherited from
1350
+
1351
+ ```ts
1352
+ StackProps.paddingTop
1353
+ ```
1354
+
1355
+ ***
1356
+
1357
+ ### position?
1358
+
1359
+ ```ts
1360
+ optional position:
1361
+ | ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>
1362
+ | (theme) => ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>;
1363
+ ```
1364
+
1365
+ ### Inherited from
1366
+
1367
+ ```ts
1368
+ StackProps.position
1369
+ ```
1370
+
1371
+ ***
1372
+
1373
+ ### right?
1374
+
1375
+ ```ts
1376
+ optional right:
1377
+ | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
1378
+ | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
1379
+ ```
1380
+
1381
+ ### Inherited from
1382
+
1383
+ ```ts
1384
+ StackProps.right
1385
+ ```
1386
+
1387
+ ***
1388
+
1389
+ ### rowGap?
1390
+
1391
+ ```ts
1392
+ optional rowGap:
1393
+ | ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>
1394
+ | (theme) => ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>;
1395
+ ```
1396
+
1397
+ ### Inherited from
1398
+
1399
+ ```ts
1400
+ StackProps.rowGap
1401
+ ```
1402
+
1403
+ ***
1404
+
1405
+ ### textAlign?
1406
+
1407
+ ```ts
1408
+ optional textAlign:
1409
+ | ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>
1410
+ | (theme) => ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>;
1411
+ ```
1412
+
1413
+ ### Inherited from
1414
+
1415
+ ```ts
1416
+ StackProps.textAlign
1417
+ ```
1418
+
1419
+ ***
1420
+
1421
+ ### textOverflow?
1422
+
1423
+ ```ts
1424
+ optional textOverflow:
1425
+ | ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>
1426
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>;
1427
+ ```
1428
+
1429
+ ### Inherited from
1430
+
1431
+ ```ts
1432
+ StackProps.textOverflow
1433
+ ```
1434
+
1435
+ ***
1436
+
1437
+ ### textTransform?
1438
+
1439
+ ```ts
1440
+ optional textTransform:
1441
+ | ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
1442
+ | (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
1443
+ ```
1444
+
1445
+ ### Inherited from
1446
+
1447
+ ```ts
1448
+ StackProps.textTransform
1449
+ ```
1450
+
1451
+ ***
1452
+
1453
+ ### top?
1454
+
1455
+ ```ts
1456
+ optional top:
1457
+ | ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>
1458
+ | (theme) => ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>;
1459
+ ```
1460
+
1461
+ ### Inherited from
1462
+
1463
+ ```ts
1464
+ StackProps.top
1465
+ ```
1466
+
1467
+ ***
1468
+
1469
+ ### visibility?
1470
+
1471
+ ```ts
1472
+ optional visibility:
1473
+ | ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>
1474
+ | (theme) => ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>;
1475
+ ```
1476
+
1477
+ ### Inherited from
1478
+
1479
+ ```ts
1480
+ StackProps.visibility
1481
+ ```
1482
+
1483
+ ***
1484
+
1485
+ ### whiteSpace?
1486
+
1487
+ ```ts
1488
+ optional whiteSpace:
1489
+ | ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>
1490
+ | (theme) => ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>;
1491
+ ```
1492
+
1493
+ ### Inherited from
1494
+
1495
+ ```ts
1496
+ StackProps.whiteSpace
1497
+ ```
1498
+
1499
+ ***
1500
+
1501
+ ### width?
1502
+
1503
+ ```ts
1504
+ optional width:
1505
+ | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
1506
+ | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
1507
+ ```
1508
+
1509
+ ### Inherited from
1510
+
1511
+ ```ts
1512
+ StackProps.width
1513
+ ```
1514
+
1515
+ ***
1516
+
1517
+ ### borderBottom?
1518
+
1519
+ ```ts
1520
+ optional borderBottom:
1521
+ | ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>
1522
+ | (theme) => ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>;
1523
+ ```
1524
+
1525
+ ### Inherited from
1526
+
1527
+ ```ts
1528
+ StackProps.borderBottom
1529
+ ```
1530
+
1531
+ ***
1532
+
1533
+ ### borderColor?
1534
+
1535
+ ```ts
1536
+ optional borderColor:
1537
+ | ResponsiveStyleValue<readonly string[] | BorderColor | undefined>
1538
+ | (theme) => ResponsiveStyleValue<readonly string[] | BorderColor | undefined>;
1539
+ ```
1540
+
1541
+ ### Inherited from
1542
+
1543
+ ```ts
1544
+ StackProps.borderColor
1545
+ ```
1546
+
1547
+ ***
1548
+
1549
+ ### borderLeft?
1550
+
1551
+ ```ts
1552
+ optional borderLeft:
1553
+ | ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>
1554
+ | (theme) => ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>;
1555
+ ```
1556
+
1557
+ ### Inherited from
1558
+
1559
+ ```ts
1560
+ StackProps.borderLeft
1561
+ ```
1562
+
1563
+ ***
1564
+
1565
+ ### borderRadius?
1566
+
1567
+ ```ts
1568
+ optional borderRadius:
1569
+ | ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>
1570
+ | (theme) => ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>;
1571
+ ```
1572
+
1573
+ ### Inherited from
1574
+
1575
+ ```ts
1576
+ StackProps.borderRadius
1577
+ ```
1578
+
1579
+ ***
1580
+
1581
+ ### borderRight?
1582
+
1583
+ ```ts
1584
+ optional borderRight:
1585
+ | ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>
1586
+ | (theme) => ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>;
1587
+ ```
1588
+
1589
+ ### Inherited from
1590
+
1591
+ ```ts
1592
+ StackProps.borderRight
1593
+ ```
1594
+
1595
+ ***
1596
+
1597
+ ### borderTop?
1598
+
1599
+ ```ts
1600
+ optional borderTop:
1601
+ | ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>
1602
+ | (theme) => ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>;
1603
+ ```
1604
+
1605
+ ### Inherited from
1606
+
1607
+ ```ts
1608
+ StackProps.borderTop
1609
+ ```
1610
+
1611
+ ***
1612
+
1613
+ ### flex?
1614
+
1615
+ ```ts
1616
+ optional flex:
1617
+ | ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>
1618
+ | (theme) => ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>;
1619
+ ```
1620
+
1621
+ ### Inherited from
1622
+
1623
+ ```ts
1624
+ StackProps.flex
1625
+ ```
1626
+
1627
+ ***
1628
+
1629
+ ### gap?
1630
+
1631
+ ```ts
1632
+ optional gap:
1633
+ | ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>
1634
+ | (theme) => ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>;
1635
+ ```
1636
+
1637
+ ### Inherited from
1638
+
1639
+ ```ts
1640
+ StackProps.gap
1641
+ ```
1642
+
1643
+ ***
1644
+
1645
+ ### gridArea?
1646
+
1647
+ ```ts
1648
+ optional gridArea:
1649
+ | ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
1650
+ | (theme) => ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>;
1651
+ ```
1652
+
1653
+ ### Inherited from
1654
+
1655
+ ```ts
1656
+ StackProps.gridArea
1657
+ ```
1658
+
1659
+ ***
1660
+
1661
+ ### gridColumn?
1662
+
1663
+ ```ts
1664
+ optional gridColumn:
1665
+ | ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
1666
+ | (theme) => ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>;
1667
+ ```
1668
+
1669
+ ### Inherited from
1670
+
1671
+ ```ts
1672
+ StackProps.gridColumn
1673
+ ```
1674
+
1675
+ ***
1676
+
1677
+ ### gridRow?
1678
+
1679
+ ```ts
1680
+ optional gridRow:
1681
+ | ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
1682
+ | (theme) => ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>;
1683
+ ```
1684
+
1685
+ ### Inherited from
1686
+
1687
+ ```ts
1688
+ StackProps.gridRow
1689
+ ```
1690
+
1691
+ ***
1692
+
1693
+ ### margin?
1694
+
1695
+ ```ts
1696
+ optional margin:
1697
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
1698
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
1699
+ ```
1700
+
1701
+ ### Inherited from
1702
+
1703
+ ```ts
1704
+ StackProps.margin
1705
+ ```
1706
+
1707
+ ***
1708
+
1709
+ ### marginBlock?
1710
+
1711
+ ```ts
1712
+ optional marginBlock:
1713
+ | ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>
1714
+ | (theme) => ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>;
1715
+ ```
1716
+
1717
+ ### Inherited from
1718
+
1719
+ ```ts
1720
+ StackProps.marginBlock
1721
+ ```
1722
+
1723
+ ***
1724
+
1725
+ ### marginInline?
1726
+
1727
+ ```ts
1728
+ optional marginInline:
1729
+ | ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>
1730
+ | (theme) => ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>;
1731
+ ```
1732
+
1733
+ ### Inherited from
1734
+
1735
+ ```ts
1736
+ StackProps.marginInline
1737
+ ```
1738
+
1739
+ ***
1740
+
1741
+ ### overflow?
1742
+
1743
+ ```ts
1744
+ optional overflow:
1745
+ | ResponsiveStyleValue<readonly string[] | Overflow | undefined>
1746
+ | (theme) => ResponsiveStyleValue<readonly string[] | Overflow | undefined>;
1747
+ ```
1748
+
1749
+ ### Inherited from
1750
+
1751
+ ```ts
1752
+ StackProps.overflow
1753
+ ```
1754
+
1755
+ ***
1756
+
1757
+ ### padding?
1758
+
1759
+ ```ts
1760
+ optional padding:
1761
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
1762
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
1763
+ ```
1764
+
1765
+ ### Inherited from
1766
+
1767
+ ```ts
1768
+ StackProps.padding
1769
+ ```
1770
+
1771
+ ***
1772
+
1773
+ ### paddingBlock?
1774
+
1775
+ ```ts
1776
+ optional paddingBlock:
1777
+ | ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>
1778
+ | (theme) => ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>;
1779
+ ```
1780
+
1781
+ ### Inherited from
1782
+
1783
+ ```ts
1784
+ StackProps.paddingBlock
1785
+ ```
1786
+
1787
+ ***
1788
+
1789
+ ### paddingInline?
1790
+
1791
+ ```ts
1792
+ optional paddingInline:
1793
+ | ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>
1794
+ | (theme) => ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>;
1795
+ ```
1796
+
1797
+ ### Inherited from
1798
+
1799
+ ```ts
1800
+ StackProps.paddingInline
1801
+ ```
1802
+
1803
+ ***
1804
+
1805
+ ### bgcolor?
1806
+
1807
+ ```ts
1808
+ optional bgcolor:
1809
+ | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
1810
+ | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
1811
+ ```
1812
+
1813
+ ### Inherited from
1814
+
1815
+ ```ts
1816
+ StackProps.bgcolor
1817
+ ```
1818
+
1819
+ ***
1820
+
1821
+ ### m?
1822
+
1823
+ ```ts
1824
+ optional m:
1825
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
1826
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
1827
+ ```
1828
+
1829
+ ### Inherited from
1830
+
1831
+ ```ts
1832
+ StackProps.m
1833
+ ```
1834
+
1835
+ ***
1836
+
1837
+ ### mt?
1838
+
1839
+ ```ts
1840
+ optional mt:
1841
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
1842
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
1843
+ ```
1844
+
1845
+ ### Inherited from
1846
+
1847
+ ```ts
1848
+ StackProps.mt
1849
+ ```
1850
+
1851
+ ***
1852
+
1853
+ ### mr?
1854
+
1855
+ ```ts
1856
+ optional mr:
1857
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
1858
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
1859
+ ```
1860
+
1861
+ ### Inherited from
1862
+
1863
+ ```ts
1864
+ StackProps.mr
1865
+ ```
1866
+
1867
+ ***
1868
+
1869
+ ### mb?
1870
+
1871
+ ```ts
1872
+ optional mb:
1873
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
1874
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
1875
+ ```
1876
+
1877
+ ### Inherited from
1878
+
1879
+ ```ts
1880
+ StackProps.mb
1881
+ ```
1882
+
1883
+ ***
1884
+
1885
+ ### ml?
1886
+
1887
+ ```ts
1888
+ optional ml:
1889
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
1890
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
1891
+ ```
1892
+
1893
+ ### Inherited from
1894
+
1895
+ ```ts
1896
+ StackProps.ml
1897
+ ```
1898
+
1899
+ ***
1900
+
1901
+ ### mx?
1902
+
1903
+ ```ts
1904
+ optional mx:
1905
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
1906
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
1907
+ ```
1908
+
1909
+ ### Inherited from
1910
+
1911
+ ```ts
1912
+ StackProps.mx
1913
+ ```
1914
+
1915
+ ***
1916
+
1917
+ ### marginX?
1918
+
1919
+ ```ts
1920
+ optional marginX:
1921
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
1922
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
1923
+ ```
1924
+
1925
+ ### Inherited from
1926
+
1927
+ ```ts
1928
+ StackProps.marginX
1929
+ ```
1930
+
1931
+ ***
1932
+
1933
+ ### my?
1934
+
1935
+ ```ts
1936
+ optional my:
1937
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
1938
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
1939
+ ```
1940
+
1941
+ ### Inherited from
1942
+
1943
+ ```ts
1944
+ StackProps.my
1945
+ ```
1946
+
1947
+ ***
1948
+
1949
+ ### marginY?
1950
+
1951
+ ```ts
1952
+ optional marginY:
1953
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
1954
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
1955
+ ```
1956
+
1957
+ ### Inherited from
1958
+
1959
+ ```ts
1960
+ StackProps.marginY
1961
+ ```
1962
+
1963
+ ***
1964
+
1965
+ ### p?
1966
+
1967
+ ```ts
1968
+ optional p:
1969
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
1970
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
1971
+ ```
1972
+
1973
+ ### Inherited from
1974
+
1975
+ ```ts
1976
+ StackProps.p
1977
+ ```
1978
+
1979
+ ***
1980
+
1981
+ ### pt?
1982
+
1983
+ ```ts
1984
+ optional pt:
1985
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
1986
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
1987
+ ```
1988
+
1989
+ ### Inherited from
1990
+
1991
+ ```ts
1992
+ StackProps.pt
1993
+ ```
1994
+
1995
+ ***
1996
+
1997
+ ### pr?
1998
+
1999
+ ```ts
2000
+ optional pr:
2001
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
2002
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
2003
+ ```
2004
+
2005
+ ### Inherited from
2006
+
2007
+ ```ts
2008
+ StackProps.pr
2009
+ ```
2010
+
2011
+ ***
2012
+
2013
+ ### pb?
2014
+
2015
+ ```ts
2016
+ optional pb:
2017
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
2018
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
2019
+ ```
2020
+
2021
+ ### Inherited from
2022
+
2023
+ ```ts
2024
+ StackProps.pb
2025
+ ```
2026
+
2027
+ ***
2028
+
2029
+ ### pl?
2030
+
2031
+ ```ts
2032
+ optional pl:
2033
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2034
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2035
+ ```
2036
+
2037
+ ### Inherited from
2038
+
2039
+ ```ts
2040
+ StackProps.pl
2041
+ ```
2042
+
2043
+ ***
2044
+
2045
+ ### px?
2046
+
2047
+ ```ts
2048
+ optional px:
2049
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2050
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2051
+ ```
2052
+
2053
+ ### Inherited from
2054
+
2055
+ ```ts
2056
+ StackProps.px
2057
+ ```
2058
+
2059
+ ***
2060
+
2061
+ ### paddingX?
2062
+
2063
+ ```ts
2064
+ optional paddingX:
2065
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2066
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2067
+ ```
2068
+
2069
+ ### Inherited from
2070
+
2071
+ ```ts
2072
+ StackProps.paddingX
2073
+ ```
2074
+
2075
+ ***
2076
+
2077
+ ### py?
2078
+
2079
+ ```ts
2080
+ optional py:
2081
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
2082
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
2083
+ ```
2084
+
2085
+ ### Inherited from
2086
+
2087
+ ```ts
2088
+ StackProps.py
2089
+ ```
2090
+
2091
+ ***
2092
+
2093
+ ### paddingY?
2094
+
2095
+ ```ts
2096
+ optional paddingY:
2097
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
2098
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
2099
+ ```
2100
+
2101
+ ### Inherited from
2102
+
2103
+ ```ts
2104
+ StackProps.paddingY
2105
+ ```
2106
+
2107
+ ***
2108
+
2109
+ ### typography?
2110
+
2111
+ ```ts
2112
+ optional typography:
2113
+ | ResponsiveStyleValue<undefined | string>
2114
+ | (theme) => ResponsiveStyleValue<undefined | string>;
2115
+ ```
2116
+
2117
+ ### Inherited from
2118
+
2119
+ ```ts
2120
+ StackProps.typography
2121
+ ```
2122
+
2123
+ ***
2124
+
2125
+ ### displayPrint?
2126
+
2127
+ ```ts
2128
+ optional displayPrint:
2129
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
2130
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
2131
+ ```
2132
+
2133
+ ### Inherited from
2134
+
2135
+ ```ts
2136
+ StackProps.displayPrint
2137
+ ```
2138
+
2139
+ ***
2140
+
2141
+ ### IconComponent?
2142
+
2143
+ ```ts
2144
+ optional IconComponent: ReactNode | ComponentType<SVGAttributes<SVGElement>>;
2145
+ ```
2146
+
2147
+ ***
2148
+
2149
+ ### heading?
2150
+
2151
+ ```ts
2152
+ optional heading: string;
2153
+ ```
2154
+
2155
+ ***
2156
+
2157
+ ### tooltipTitle?
2158
+
2159
+ ```ts
2160
+ optional tooltipTitle: string;
2161
+ ```
2162
+
2163
+ ### <a id="LabelValueStackProps"></a>LabelValueStackProps
2164
+
2165
+ [**@xyo-network/react-chain-shared**](#../README)
2166
+
2167
+ ***
2168
+
2169
+ ## Extends
2170
+
2171
+ - `StackProps`
2172
+
2173
+ ## Properties
2174
+
2175
+ ### border?
2176
+
2177
+ ```ts
2178
+ optional border:
2179
+ | ResponsiveStyleValue<
2180
+ | undefined
2181
+ | number
2182
+ | string & object
2183
+ | "inset"
2184
+ | "hidden"
2185
+ | "-moz-initial"
2186
+ | "inherit"
2187
+ | "initial"
2188
+ | "revert"
2189
+ | "revert-layer"
2190
+ | "unset"
2191
+ | "medium"
2192
+ | "thick"
2193
+ | "thin"
2194
+ | "dashed"
2195
+ | "dotted"
2196
+ | "double"
2197
+ | "groove"
2198
+ | "none"
2199
+ | "outset"
2200
+ | "ridge"
2201
+ | "solid"
2202
+ | "aliceblue"
2203
+ | "antiquewhite"
2204
+ | "aqua"
2205
+ | "aquamarine"
2206
+ | "azure"
2207
+ | "beige"
2208
+ | "bisque"
2209
+ | "black"
2210
+ | "blanchedalmond"
2211
+ | "blue"
2212
+ | "blueviolet"
2213
+ | "brown"
2214
+ | "burlywood"
2215
+ | "cadetblue"
2216
+ | "chartreuse"
2217
+ | "chocolate"
2218
+ | "coral"
2219
+ | "cornflowerblue"
2220
+ | "cornsilk"
2221
+ | "crimson"
2222
+ | "cyan"
2223
+ | "darkblue"
2224
+ | "darkcyan"
2225
+ | "darkgoldenrod"
2226
+ | "darkgray"
2227
+ | "darkgreen"
2228
+ | "darkgrey"
2229
+ | "darkkhaki"
2230
+ | "darkmagenta"
2231
+ | "darkolivegreen"
2232
+ | "darkorange"
2233
+ | "darkorchid"
2234
+ | "darkred"
2235
+ | "darksalmon"
2236
+ | "darkseagreen"
2237
+ | "darkslateblue"
2238
+ | "darkslategray"
2239
+ | "darkslategrey"
2240
+ | "darkturquoise"
2241
+ | "darkviolet"
2242
+ | "deeppink"
2243
+ | "deepskyblue"
2244
+ | "dimgray"
2245
+ | "dimgrey"
2246
+ | "dodgerblue"
2247
+ | "firebrick"
2248
+ | "floralwhite"
2249
+ | "forestgreen"
2250
+ | "fuchsia"
2251
+ | "gainsboro"
2252
+ | "ghostwhite"
2253
+ | "gold"
2254
+ | "goldenrod"
2255
+ | "gray"
2256
+ | "green"
2257
+ | "greenyellow"
2258
+ | "grey"
2259
+ | "honeydew"
2260
+ | "hotpink"
2261
+ | "indianred"
2262
+ | "indigo"
2263
+ | "ivory"
2264
+ | "khaki"
2265
+ | "lavender"
2266
+ | "lavenderblush"
2267
+ | "lawngreen"
2268
+ | "lemonchiffon"
2269
+ | "lightblue"
2270
+ | "lightcoral"
2271
+ | "lightcyan"
2272
+ | "lightgoldenrodyellow"
2273
+ | "lightgray"
2274
+ | "lightgreen"
2275
+ | "lightgrey"
2276
+ | "lightpink"
2277
+ | "lightsalmon"
2278
+ | "lightseagreen"
2279
+ | "lightskyblue"
2280
+ | "lightslategray"
2281
+ | "lightslategrey"
2282
+ | "lightsteelblue"
2283
+ | "lightyellow"
2284
+ | "lime"
2285
+ | "limegreen"
2286
+ | "linen"
2287
+ | "magenta"
2288
+ | "maroon"
2289
+ | "mediumaquamarine"
2290
+ | "mediumblue"
2291
+ | "mediumorchid"
2292
+ | "mediumpurple"
2293
+ | "mediumseagreen"
2294
+ | "mediumslateblue"
2295
+ | "mediumspringgreen"
2296
+ | "mediumturquoise"
2297
+ | "mediumvioletred"
2298
+ | "midnightblue"
2299
+ | "mintcream"
2300
+ | "mistyrose"
2301
+ | "moccasin"
2302
+ | "navajowhite"
2303
+ | "navy"
2304
+ | "oldlace"
2305
+ | "olive"
2306
+ | "olivedrab"
2307
+ | "orange"
2308
+ | "orangered"
2309
+ | "orchid"
2310
+ | "palegoldenrod"
2311
+ | "palegreen"
2312
+ | "paleturquoise"
2313
+ | "palevioletred"
2314
+ | "papayawhip"
2315
+ | "peachpuff"
2316
+ | "peru"
2317
+ | "pink"
2318
+ | "plum"
2319
+ | "powderblue"
2320
+ | "purple"
2321
+ | "rebeccapurple"
2322
+ | "red"
2323
+ | "rosybrown"
2324
+ | "royalblue"
2325
+ | "saddlebrown"
2326
+ | "salmon"
2327
+ | "sandybrown"
2328
+ | "seagreen"
2329
+ | "seashell"
2330
+ | "sienna"
2331
+ | "silver"
2332
+ | "skyblue"
2333
+ | "slateblue"
2334
+ | "slategray"
2335
+ | "slategrey"
2336
+ | "snow"
2337
+ | "springgreen"
2338
+ | "steelblue"
2339
+ | "tan"
2340
+ | "teal"
2341
+ | "thistle"
2342
+ | "tomato"
2343
+ | "transparent"
2344
+ | "turquoise"
2345
+ | "violet"
2346
+ | "wheat"
2347
+ | "white"
2348
+ | "whitesmoke"
2349
+ | "yellow"
2350
+ | "yellowgreen"
2351
+ | "ActiveBorder"
2352
+ | "ActiveCaption"
2353
+ | "AppWorkspace"
2354
+ | "Background"
2355
+ | "ButtonFace"
2356
+ | "ButtonHighlight"
2357
+ | "ButtonShadow"
2358
+ | "ButtonText"
2359
+ | "CaptionText"
2360
+ | "GrayText"
2361
+ | "Highlight"
2362
+ | "HighlightText"
2363
+ | "InactiveBorder"
2364
+ | "InactiveCaption"
2365
+ | "InactiveCaptionText"
2366
+ | "InfoBackground"
2367
+ | "InfoText"
2368
+ | "Menu"
2369
+ | "MenuText"
2370
+ | "Scrollbar"
2371
+ | "ThreeDDarkShadow"
2372
+ | "ThreeDFace"
2373
+ | "ThreeDHighlight"
2374
+ | "ThreeDLightShadow"
2375
+ | "ThreeDShadow"
2376
+ | "Window"
2377
+ | "WindowFrame"
2378
+ | "WindowText"
2379
+ | "currentcolor">
2380
+ | (theme) => ResponsiveStyleValue<
2381
+ | undefined
2382
+ | number
2383
+ | string & object
2384
+ | "inset"
2385
+ | "hidden"
2386
+ | "-moz-initial"
2387
+ | "inherit"
2388
+ | "initial"
2389
+ | "revert"
2390
+ | "revert-layer"
2391
+ | "unset"
2392
+ | "medium"
2393
+ | "thick"
2394
+ | "thin"
2395
+ | "dashed"
2396
+ | "dotted"
2397
+ | "double"
2398
+ | "groove"
2399
+ | "none"
2400
+ | "outset"
2401
+ | "ridge"
2402
+ | "solid"
2403
+ | "aliceblue"
2404
+ | "antiquewhite"
2405
+ | "aqua"
2406
+ | "aquamarine"
2407
+ | "azure"
2408
+ | "beige"
2409
+ | "bisque"
2410
+ | "black"
2411
+ | "blanchedalmond"
2412
+ | "blue"
2413
+ | "blueviolet"
2414
+ | "brown"
2415
+ | "burlywood"
2416
+ | "cadetblue"
2417
+ | "chartreuse"
2418
+ | "chocolate"
2419
+ | "coral"
2420
+ | "cornflowerblue"
2421
+ | "cornsilk"
2422
+ | "crimson"
2423
+ | "cyan"
2424
+ | "darkblue"
2425
+ | "darkcyan"
2426
+ | "darkgoldenrod"
2427
+ | "darkgray"
2428
+ | "darkgreen"
2429
+ | "darkgrey"
2430
+ | "darkkhaki"
2431
+ | "darkmagenta"
2432
+ | "darkolivegreen"
2433
+ | "darkorange"
2434
+ | "darkorchid"
2435
+ | "darkred"
2436
+ | "darksalmon"
2437
+ | "darkseagreen"
2438
+ | "darkslateblue"
2439
+ | "darkslategray"
2440
+ | "darkslategrey"
2441
+ | "darkturquoise"
2442
+ | "darkviolet"
2443
+ | "deeppink"
2444
+ | "deepskyblue"
2445
+ | "dimgray"
2446
+ | "dimgrey"
2447
+ | "dodgerblue"
2448
+ | "firebrick"
2449
+ | "floralwhite"
2450
+ | "forestgreen"
2451
+ | "fuchsia"
2452
+ | "gainsboro"
2453
+ | "ghostwhite"
2454
+ | "gold"
2455
+ | "goldenrod"
2456
+ | "gray"
2457
+ | "green"
2458
+ | "greenyellow"
2459
+ | "grey"
2460
+ | "honeydew"
2461
+ | "hotpink"
2462
+ | "indianred"
2463
+ | "indigo"
2464
+ | "ivory"
2465
+ | "khaki"
2466
+ | "lavender"
2467
+ | "lavenderblush"
2468
+ | "lawngreen"
2469
+ | "lemonchiffon"
2470
+ | "lightblue"
2471
+ | "lightcoral"
2472
+ | "lightcyan"
2473
+ | "lightgoldenrodyellow"
2474
+ | "lightgray"
2475
+ | "lightgreen"
2476
+ | "lightgrey"
2477
+ | "lightpink"
2478
+ | "lightsalmon"
2479
+ | "lightseagreen"
2480
+ | "lightskyblue"
2481
+ | "lightslategray"
2482
+ | "lightslategrey"
2483
+ | "lightsteelblue"
2484
+ | "lightyellow"
2485
+ | "lime"
2486
+ | "limegreen"
2487
+ | "linen"
2488
+ | "magenta"
2489
+ | "maroon"
2490
+ | "mediumaquamarine"
2491
+ | "mediumblue"
2492
+ | "mediumorchid"
2493
+ | "mediumpurple"
2494
+ | "mediumseagreen"
2495
+ | "mediumslateblue"
2496
+ | "mediumspringgreen"
2497
+ | "mediumturquoise"
2498
+ | "mediumvioletred"
2499
+ | "midnightblue"
2500
+ | "mintcream"
2501
+ | "mistyrose"
2502
+ | "moccasin"
2503
+ | "navajowhite"
2504
+ | "navy"
2505
+ | "oldlace"
2506
+ | "olive"
2507
+ | "olivedrab"
2508
+ | "orange"
2509
+ | "orangered"
2510
+ | "orchid"
2511
+ | "palegoldenrod"
2512
+ | "palegreen"
2513
+ | "paleturquoise"
2514
+ | "palevioletred"
2515
+ | "papayawhip"
2516
+ | "peachpuff"
2517
+ | "peru"
2518
+ | "pink"
2519
+ | "plum"
2520
+ | "powderblue"
2521
+ | "purple"
2522
+ | "rebeccapurple"
2523
+ | "red"
2524
+ | "rosybrown"
2525
+ | "royalblue"
2526
+ | "saddlebrown"
2527
+ | "salmon"
2528
+ | "sandybrown"
2529
+ | "seagreen"
2530
+ | "seashell"
2531
+ | "sienna"
2532
+ | "silver"
2533
+ | "skyblue"
2534
+ | "slateblue"
2535
+ | "slategray"
2536
+ | "slategrey"
2537
+ | "snow"
2538
+ | "springgreen"
2539
+ | "steelblue"
2540
+ | "tan"
2541
+ | "teal"
2542
+ | "thistle"
2543
+ | "tomato"
2544
+ | "transparent"
2545
+ | "turquoise"
2546
+ | "violet"
2547
+ | "wheat"
2548
+ | "white"
2549
+ | "whitesmoke"
2550
+ | "yellow"
2551
+ | "yellowgreen"
2552
+ | "ActiveBorder"
2553
+ | "ActiveCaption"
2554
+ | "AppWorkspace"
2555
+ | "Background"
2556
+ | "ButtonFace"
2557
+ | "ButtonHighlight"
2558
+ | "ButtonShadow"
2559
+ | "ButtonText"
2560
+ | "CaptionText"
2561
+ | "GrayText"
2562
+ | "Highlight"
2563
+ | "HighlightText"
2564
+ | "InactiveBorder"
2565
+ | "InactiveCaption"
2566
+ | "InactiveCaptionText"
2567
+ | "InfoBackground"
2568
+ | "InfoText"
2569
+ | "Menu"
2570
+ | "MenuText"
2571
+ | "Scrollbar"
2572
+ | "ThreeDDarkShadow"
2573
+ | "ThreeDFace"
2574
+ | "ThreeDHighlight"
2575
+ | "ThreeDLightShadow"
2576
+ | "ThreeDShadow"
2577
+ | "Window"
2578
+ | "WindowFrame"
2579
+ | "WindowText"
2580
+ | "currentcolor">;
2581
+ ```
2582
+
2583
+ ### Inherited from
2584
+
2585
+ ```ts
2586
+ StackProps.border
2587
+ ```
2588
+
2589
+ ***
2590
+
2591
+ ### boxShadow?
2592
+
2593
+ ```ts
2594
+ optional boxShadow:
2595
+ | ResponsiveStyleValue<number | BoxShadow | undefined>
2596
+ | (theme) => ResponsiveStyleValue<number | BoxShadow | undefined>;
2597
+ ```
2598
+
2599
+ ### Inherited from
2600
+
2601
+ ```ts
2602
+ StackProps.boxShadow
2603
+ ```
2604
+
2605
+ ***
2606
+
2607
+ ### fontWeight?
2608
+
2609
+ ```ts
2610
+ optional fontWeight:
2611
+ | ResponsiveStyleValue<undefined | string | string & object | number & object>
2612
+ | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
2613
+ ```
2614
+
2615
+ ### Inherited from
2616
+
2617
+ ```ts
2618
+ StackProps.fontWeight
2619
+ ```
2620
+
2621
+ ***
2622
+
2623
+ ### zIndex?
2624
+
2625
+ ```ts
2626
+ optional zIndex:
2627
+ | ResponsiveStyleValue<undefined | string | string & object | number & object>
2628
+ | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
2629
+ ```
2630
+
2631
+ ### Inherited from
2632
+
2633
+ ```ts
2634
+ StackProps.zIndex
2635
+ ```
2636
+
2637
+ ***
2638
+
2639
+ ### alignContent?
2640
+
2641
+ ```ts
2642
+ optional alignContent:
2643
+ | ResponsiveStyleValue<AlignContent | readonly string[] | undefined>
2644
+ | (theme) => ResponsiveStyleValue<AlignContent | readonly string[] | undefined>;
2645
+ ```
2646
+
2647
+ ### Inherited from
2648
+
2649
+ ```ts
2650
+ StackProps.alignContent
2651
+ ```
2652
+
2653
+ ***
2654
+
2655
+ ### alignItems?
2656
+
2657
+ ```ts
2658
+ optional alignItems:
2659
+ | ResponsiveStyleValue<readonly string[] | AlignItems | undefined>
2660
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignItems | undefined>;
2661
+ ```
2662
+
2663
+ ### Inherited from
2664
+
2665
+ ```ts
2666
+ StackProps.alignItems
2667
+ ```
2668
+
2669
+ ***
2670
+
2671
+ ### alignSelf?
2672
+
2673
+ ```ts
2674
+ optional alignSelf:
2675
+ | ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>
2676
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>;
2677
+ ```
2678
+
2679
+ ### Inherited from
2680
+
2681
+ ```ts
2682
+ StackProps.alignSelf
2683
+ ```
2684
+
2685
+ ***
2686
+
2687
+ ### bottom?
2688
+
2689
+ ```ts
2690
+ optional bottom:
2691
+ | ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>
2692
+ | (theme) => ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>;
2693
+ ```
2694
+
2695
+ ### Inherited from
2696
+
2697
+ ```ts
2698
+ StackProps.bottom
2699
+ ```
2700
+
2701
+ ***
2702
+
2703
+ ### boxSizing?
2704
+
2705
+ ```ts
2706
+ optional boxSizing:
2707
+ | ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
2708
+ | (theme) => ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>;
2709
+ ```
2710
+
2711
+ ### Inherited from
2712
+
2713
+ ```ts
2714
+ StackProps.boxSizing
2715
+ ```
2716
+
2717
+ ***
2718
+
2719
+ ### color?
2720
+
2721
+ ```ts
2722
+ optional color:
2723
+ | ResponsiveStyleValue<readonly string[] | Color | undefined>
2724
+ | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
2725
+ ```
2726
+
2727
+ ### Inherited from
2728
+
2729
+ ```ts
2730
+ StackProps.color
2731
+ ```
2732
+
2733
+ ***
2734
+
2735
+ ### columnGap?
2736
+
2737
+ ```ts
2738
+ optional columnGap:
2739
+ | ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>
2740
+ | (theme) => ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>;
2741
+ ```
2742
+
2743
+ ### Inherited from
2744
+
2745
+ ```ts
2746
+ StackProps.columnGap
2747
+ ```
2748
+
2749
+ ***
2750
+
2751
+ ### display?
2752
+
2753
+ ```ts
2754
+ optional display:
2755
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
2756
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
2757
+ ```
2758
+
2759
+ ### Inherited from
2760
+
2761
+ ```ts
2762
+ StackProps.display
2763
+ ```
2764
+
2765
+ ***
2766
+
2767
+ ### flexBasis?
2768
+
2769
+ ```ts
2770
+ optional flexBasis:
2771
+ | ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>
2772
+ | (theme) => ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>;
2773
+ ```
2774
+
2775
+ ### Inherited from
2776
+
2777
+ ```ts
2778
+ StackProps.flexBasis
2779
+ ```
2780
+
2781
+ ***
2782
+
2783
+ ### flexDirection?
2784
+
2785
+ ```ts
2786
+ optional flexDirection:
2787
+ | ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
2788
+ | (theme) => ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>;
2789
+ ```
2790
+
2791
+ ### Inherited from
2792
+
2793
+ ```ts
2794
+ StackProps.flexDirection
2795
+ ```
2796
+
2797
+ ***
2798
+
2799
+ ### flexGrow?
2800
+
2801
+ ```ts
2802
+ optional flexGrow:
2803
+ | ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
2804
+ | (theme) => ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>;
2805
+ ```
2806
+
2807
+ ### Inherited from
2808
+
2809
+ ```ts
2810
+ StackProps.flexGrow
2811
+ ```
2812
+
2813
+ ***
2814
+
2815
+ ### flexShrink?
2816
+
2817
+ ```ts
2818
+ optional flexShrink:
2819
+ | ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
2820
+ | (theme) => ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>;
2821
+ ```
2822
+
2823
+ ### Inherited from
2824
+
2825
+ ```ts
2826
+ StackProps.flexShrink
2827
+ ```
2828
+
2829
+ ***
2830
+
2831
+ ### flexWrap?
2832
+
2833
+ ```ts
2834
+ optional flexWrap:
2835
+ | ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
2836
+ | (theme) => ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>;
2837
+ ```
2838
+
2839
+ ### Inherited from
2840
+
2841
+ ```ts
2842
+ StackProps.flexWrap
2843
+ ```
2844
+
2845
+ ***
2846
+
2847
+ ### fontFamily?
2848
+
2849
+ ```ts
2850
+ optional fontFamily:
2851
+ | ResponsiveStyleValue<readonly string[] | FontFamily | undefined>
2852
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontFamily | undefined>;
2853
+ ```
2854
+
2855
+ ### Inherited from
2856
+
2857
+ ```ts
2858
+ StackProps.fontFamily
2859
+ ```
2860
+
2861
+ ***
2862
+
2863
+ ### fontSize?
2864
+
2865
+ ```ts
2866
+ optional fontSize:
2867
+ | ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>
2868
+ | (theme) => ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>;
2869
+ ```
2870
+
2871
+ ### Inherited from
2872
+
2873
+ ```ts
2874
+ StackProps.fontSize
2875
+ ```
2876
+
2877
+ ***
2878
+
2879
+ ### fontStyle?
2880
+
2881
+ ```ts
2882
+ optional fontStyle:
2883
+ | ResponsiveStyleValue<readonly string[] | FontStyle | undefined>
2884
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontStyle | undefined>;
2885
+ ```
2886
+
2887
+ ### Inherited from
2888
+
2889
+ ```ts
2890
+ StackProps.fontStyle
2891
+ ```
2892
+
2893
+ ***
2894
+
2895
+ ### gridAutoColumns?
2896
+
2897
+ ```ts
2898
+ optional gridAutoColumns:
2899
+ | ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>
2900
+ | (theme) => ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>;
2901
+ ```
2902
+
2903
+ ### Inherited from
2904
+
2905
+ ```ts
2906
+ StackProps.gridAutoColumns
2907
+ ```
2908
+
2909
+ ***
2910
+
2911
+ ### gridAutoFlow?
2912
+
2913
+ ```ts
2914
+ optional gridAutoFlow:
2915
+ | ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>
2916
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>;
2917
+ ```
2918
+
2919
+ ### Inherited from
2920
+
2921
+ ```ts
2922
+ StackProps.gridAutoFlow
2923
+ ```
2924
+
2925
+ ***
2926
+
2927
+ ### gridAutoRows?
2928
+
2929
+ ```ts
2930
+ optional gridAutoRows:
2931
+ | ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>
2932
+ | (theme) => ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>;
2933
+ ```
2934
+
2935
+ ### Inherited from
2936
+
2937
+ ```ts
2938
+ StackProps.gridAutoRows
2939
+ ```
2940
+
2941
+ ***
2942
+
2943
+ ### gridTemplateAreas?
2944
+
2945
+ ```ts
2946
+ optional gridTemplateAreas:
2947
+ | ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>
2948
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>;
2949
+ ```
2950
+
2951
+ ### Inherited from
2952
+
2953
+ ```ts
2954
+ StackProps.gridTemplateAreas
2955
+ ```
2956
+
2957
+ ***
2958
+
2959
+ ### gridTemplateColumns?
2960
+
2961
+ ```ts
2962
+ optional gridTemplateColumns:
2963
+ | ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>
2964
+ | (theme) => ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>;
2965
+ ```
2966
+
2967
+ ### Inherited from
2968
+
2969
+ ```ts
2970
+ StackProps.gridTemplateColumns
2971
+ ```
2972
+
2973
+ ***
2974
+
2975
+ ### gridTemplateRows?
2976
+
2977
+ ```ts
2978
+ optional gridTemplateRows:
2979
+ | ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>
2980
+ | (theme) => ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>;
2981
+ ```
2982
+
2983
+ ### Inherited from
2984
+
2985
+ ```ts
2986
+ StackProps.gridTemplateRows
2987
+ ```
2988
+
2989
+ ***
2990
+
2991
+ ### height?
2992
+
2993
+ ```ts
2994
+ optional height:
2995
+ | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
2996
+ | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
2997
+ ```
2998
+
2999
+ ### Inherited from
3000
+
3001
+ ```ts
3002
+ StackProps.height
3003
+ ```
3004
+
3005
+ ***
3006
+
3007
+ ### justifyContent?
3008
+
3009
+ ```ts
3010
+ optional justifyContent:
3011
+ | ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>
3012
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>;
3013
+ ```
3014
+
3015
+ ### Inherited from
3016
+
3017
+ ```ts
3018
+ StackProps.justifyContent
3019
+ ```
3020
+
3021
+ ***
3022
+
3023
+ ### justifyItems?
3024
+
3025
+ ```ts
3026
+ optional justifyItems:
3027
+ | ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>
3028
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>;
3029
+ ```
3030
+
3031
+ ### Inherited from
3032
+
3033
+ ```ts
3034
+ StackProps.justifyItems
3035
+ ```
3036
+
3037
+ ***
3038
+
3039
+ ### justifySelf?
3040
+
3041
+ ```ts
3042
+ optional justifySelf:
3043
+ | ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>
3044
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>;
3045
+ ```
3046
+
3047
+ ### Inherited from
3048
+
3049
+ ```ts
3050
+ StackProps.justifySelf
3051
+ ```
3052
+
3053
+ ***
3054
+
3055
+ ### left?
3056
+
3057
+ ```ts
3058
+ optional left:
3059
+ | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
3060
+ | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
3061
+ ```
3062
+
3063
+ ### Inherited from
3064
+
3065
+ ```ts
3066
+ StackProps.left
3067
+ ```
3068
+
3069
+ ***
3070
+
3071
+ ### letterSpacing?
3072
+
3073
+ ```ts
3074
+ optional letterSpacing:
3075
+ | ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>
3076
+ | (theme) => ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>;
3077
+ ```
3078
+
3079
+ ### Inherited from
3080
+
3081
+ ```ts
3082
+ StackProps.letterSpacing
3083
+ ```
3084
+
3085
+ ***
3086
+
3087
+ ### lineHeight?
3088
+
3089
+ ```ts
3090
+ optional lineHeight:
3091
+ | ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>
3092
+ | (theme) => ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>;
3093
+ ```
3094
+
3095
+ ### Inherited from
3096
+
3097
+ ```ts
3098
+ StackProps.lineHeight
3099
+ ```
3100
+
3101
+ ***
3102
+
3103
+ ### marginBlockEnd?
3104
+
3105
+ ```ts
3106
+ optional marginBlockEnd:
3107
+ | ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>
3108
+ | (theme) => ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>;
3109
+ ```
3110
+
3111
+ ### Inherited from
3112
+
3113
+ ```ts
3114
+ StackProps.marginBlockEnd
3115
+ ```
3116
+
3117
+ ***
3118
+
3119
+ ### marginBlockStart?
3120
+
3121
+ ```ts
3122
+ optional marginBlockStart:
3123
+ | ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>
3124
+ | (theme) => ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>;
3125
+ ```
3126
+
3127
+ ### Inherited from
3128
+
3129
+ ```ts
3130
+ StackProps.marginBlockStart
3131
+ ```
3132
+
3133
+ ***
3134
+
3135
+ ### marginBottom?
3136
+
3137
+ ```ts
3138
+ optional marginBottom:
3139
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
3140
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
3141
+ ```
3142
+
3143
+ ### Inherited from
3144
+
3145
+ ```ts
3146
+ StackProps.marginBottom
3147
+ ```
3148
+
3149
+ ***
3150
+
3151
+ ### marginInlineEnd?
3152
+
3153
+ ```ts
3154
+ optional marginInlineEnd:
3155
+ | ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>
3156
+ | (theme) => ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>;
3157
+ ```
3158
+
3159
+ ### Inherited from
3160
+
3161
+ ```ts
3162
+ StackProps.marginInlineEnd
3163
+ ```
3164
+
3165
+ ***
3166
+
3167
+ ### marginInlineStart?
3168
+
3169
+ ```ts
3170
+ optional marginInlineStart:
3171
+ | ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>
3172
+ | (theme) => ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>;
3173
+ ```
3174
+
3175
+ ### Inherited from
3176
+
3177
+ ```ts
3178
+ StackProps.marginInlineStart
3179
+ ```
3180
+
3181
+ ***
3182
+
3183
+ ### marginLeft?
3184
+
3185
+ ```ts
3186
+ optional marginLeft:
3187
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3188
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3189
+ ```
3190
+
3191
+ ### Inherited from
3192
+
3193
+ ```ts
3194
+ StackProps.marginLeft
3195
+ ```
3196
+
3197
+ ***
3198
+
3199
+ ### marginRight?
3200
+
3201
+ ```ts
3202
+ optional marginRight:
3203
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
3204
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
3205
+ ```
3206
+
3207
+ ### Inherited from
3208
+
3209
+ ```ts
3210
+ StackProps.marginRight
3211
+ ```
3212
+
3213
+ ***
3214
+
3215
+ ### marginTop?
3216
+
3217
+ ```ts
3218
+ optional marginTop:
3219
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
3220
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
3221
+ ```
3222
+
3223
+ ### Inherited from
3224
+
3225
+ ```ts
3226
+ StackProps.marginTop
3227
+ ```
3228
+
3229
+ ***
3230
+
3231
+ ### maxHeight?
3232
+
3233
+ ```ts
3234
+ optional maxHeight:
3235
+ | ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>
3236
+ | (theme) => ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>;
3237
+ ```
3238
+
3239
+ ### Inherited from
3240
+
3241
+ ```ts
3242
+ StackProps.maxHeight
3243
+ ```
3244
+
3245
+ ***
3246
+
3247
+ ### maxWidth?
3248
+
3249
+ ```ts
3250
+ optional maxWidth:
3251
+ | ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>
3252
+ | (theme) => ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>;
3253
+ ```
3254
+
3255
+ ### Inherited from
3256
+
3257
+ ```ts
3258
+ StackProps.maxWidth
3259
+ ```
3260
+
3261
+ ***
3262
+
3263
+ ### minHeight?
3264
+
3265
+ ```ts
3266
+ optional minHeight:
3267
+ | ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>
3268
+ | (theme) => ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>;
3269
+ ```
3270
+
3271
+ ### Inherited from
3272
+
3273
+ ```ts
3274
+ StackProps.minHeight
3275
+ ```
3276
+
3277
+ ***
3278
+
3279
+ ### minWidth?
3280
+
3281
+ ```ts
3282
+ optional minWidth:
3283
+ | ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>
3284
+ | (theme) => ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>;
3285
+ ```
3286
+
3287
+ ### Inherited from
3288
+
3289
+ ```ts
3290
+ StackProps.minWidth
3291
+ ```
3292
+
3293
+ ***
3294
+
3295
+ ### order?
3296
+
3297
+ ```ts
3298
+ optional order:
3299
+ | ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>
3300
+ | (theme) => ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>;
3301
+ ```
3302
+
3303
+ ### Inherited from
3304
+
3305
+ ```ts
3306
+ StackProps.order
3307
+ ```
3308
+
3309
+ ***
3310
+
3311
+ ### paddingBlockEnd?
3312
+
3313
+ ```ts
3314
+ optional paddingBlockEnd:
3315
+ | ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>
3316
+ | (theme) => ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>;
3317
+ ```
3318
+
3319
+ ### Inherited from
3320
+
3321
+ ```ts
3322
+ StackProps.paddingBlockEnd
3323
+ ```
3324
+
3325
+ ***
3326
+
3327
+ ### paddingBlockStart?
3328
+
3329
+ ```ts
3330
+ optional paddingBlockStart:
3331
+ | ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>
3332
+ | (theme) => ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>;
3333
+ ```
3334
+
3335
+ ### Inherited from
3336
+
3337
+ ```ts
3338
+ StackProps.paddingBlockStart
3339
+ ```
3340
+
3341
+ ***
3342
+
3343
+ ### paddingBottom?
3344
+
3345
+ ```ts
3346
+ optional paddingBottom:
3347
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
3348
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
3349
+ ```
3350
+
3351
+ ### Inherited from
3352
+
3353
+ ```ts
3354
+ StackProps.paddingBottom
3355
+ ```
3356
+
3357
+ ***
3358
+
3359
+ ### paddingInlineEnd?
3360
+
3361
+ ```ts
3362
+ optional paddingInlineEnd:
3363
+ | ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>
3364
+ | (theme) => ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>;
3365
+ ```
3366
+
3367
+ ### Inherited from
3368
+
3369
+ ```ts
3370
+ StackProps.paddingInlineEnd
3371
+ ```
3372
+
3373
+ ***
3374
+
3375
+ ### paddingInlineStart?
3376
+
3377
+ ```ts
3378
+ optional paddingInlineStart:
3379
+ | ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>
3380
+ | (theme) => ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>;
3381
+ ```
3382
+
3383
+ ### Inherited from
3384
+
3385
+ ```ts
3386
+ StackProps.paddingInlineStart
3387
+ ```
3388
+
3389
+ ***
3390
+
3391
+ ### paddingLeft?
3392
+
3393
+ ```ts
3394
+ optional paddingLeft:
3395
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
3396
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
3397
+ ```
3398
+
3399
+ ### Inherited from
3400
+
3401
+ ```ts
3402
+ StackProps.paddingLeft
3403
+ ```
3404
+
3405
+ ***
3406
+
3407
+ ### paddingRight?
3408
+
3409
+ ```ts
3410
+ optional paddingRight:
3411
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
3412
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
3413
+ ```
3414
+
3415
+ ### Inherited from
3416
+
3417
+ ```ts
3418
+ StackProps.paddingRight
3419
+ ```
3420
+
3421
+ ***
3422
+
3423
+ ### paddingTop?
3424
+
3425
+ ```ts
3426
+ optional paddingTop:
3427
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
3428
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
3429
+ ```
3430
+
3431
+ ### Inherited from
3432
+
3433
+ ```ts
3434
+ StackProps.paddingTop
3435
+ ```
3436
+
3437
+ ***
3438
+
3439
+ ### position?
3440
+
3441
+ ```ts
3442
+ optional position:
3443
+ | ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>
3444
+ | (theme) => ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>;
3445
+ ```
3446
+
3447
+ ### Inherited from
3448
+
3449
+ ```ts
3450
+ StackProps.position
3451
+ ```
3452
+
3453
+ ***
3454
+
3455
+ ### right?
3456
+
3457
+ ```ts
3458
+ optional right:
3459
+ | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
3460
+ | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
3461
+ ```
3462
+
3463
+ ### Inherited from
3464
+
3465
+ ```ts
3466
+ StackProps.right
3467
+ ```
3468
+
3469
+ ***
3470
+
3471
+ ### rowGap?
3472
+
3473
+ ```ts
3474
+ optional rowGap:
3475
+ | ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>
3476
+ | (theme) => ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>;
3477
+ ```
3478
+
3479
+ ### Inherited from
3480
+
3481
+ ```ts
3482
+ StackProps.rowGap
3483
+ ```
3484
+
3485
+ ***
3486
+
3487
+ ### textAlign?
3488
+
3489
+ ```ts
3490
+ optional textAlign:
3491
+ | ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>
3492
+ | (theme) => ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>;
3493
+ ```
3494
+
3495
+ ### Inherited from
3496
+
3497
+ ```ts
3498
+ StackProps.textAlign
3499
+ ```
3500
+
3501
+ ***
3502
+
3503
+ ### textOverflow?
3504
+
3505
+ ```ts
3506
+ optional textOverflow:
3507
+ | ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>
3508
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>;
3509
+ ```
3510
+
3511
+ ### Inherited from
3512
+
3513
+ ```ts
3514
+ StackProps.textOverflow
3515
+ ```
3516
+
3517
+ ***
3518
+
3519
+ ### textTransform?
3520
+
3521
+ ```ts
3522
+ optional textTransform:
3523
+ | ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
3524
+ | (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
3525
+ ```
3526
+
3527
+ ### Inherited from
3528
+
3529
+ ```ts
3530
+ StackProps.textTransform
3531
+ ```
3532
+
3533
+ ***
3534
+
3535
+ ### top?
3536
+
3537
+ ```ts
3538
+ optional top:
3539
+ | ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>
3540
+ | (theme) => ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>;
3541
+ ```
3542
+
3543
+ ### Inherited from
3544
+
3545
+ ```ts
3546
+ StackProps.top
3547
+ ```
3548
+
3549
+ ***
3550
+
3551
+ ### visibility?
3552
+
3553
+ ```ts
3554
+ optional visibility:
3555
+ | ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>
3556
+ | (theme) => ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>;
3557
+ ```
3558
+
3559
+ ### Inherited from
3560
+
3561
+ ```ts
3562
+ StackProps.visibility
3563
+ ```
3564
+
3565
+ ***
3566
+
3567
+ ### whiteSpace?
3568
+
3569
+ ```ts
3570
+ optional whiteSpace:
3571
+ | ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>
3572
+ | (theme) => ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>;
3573
+ ```
3574
+
3575
+ ### Inherited from
3576
+
3577
+ ```ts
3578
+ StackProps.whiteSpace
3579
+ ```
3580
+
3581
+ ***
3582
+
3583
+ ### width?
3584
+
3585
+ ```ts
3586
+ optional width:
3587
+ | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
3588
+ | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
3589
+ ```
3590
+
3591
+ ### Inherited from
3592
+
3593
+ ```ts
3594
+ StackProps.width
3595
+ ```
3596
+
3597
+ ***
3598
+
3599
+ ### borderBottom?
3600
+
3601
+ ```ts
3602
+ optional borderBottom:
3603
+ | ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>
3604
+ | (theme) => ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>;
3605
+ ```
3606
+
3607
+ ### Inherited from
3608
+
3609
+ ```ts
3610
+ StackProps.borderBottom
3611
+ ```
3612
+
3613
+ ***
3614
+
3615
+ ### borderColor?
3616
+
3617
+ ```ts
3618
+ optional borderColor:
3619
+ | ResponsiveStyleValue<readonly string[] | BorderColor | undefined>
3620
+ | (theme) => ResponsiveStyleValue<readonly string[] | BorderColor | undefined>;
3621
+ ```
3622
+
3623
+ ### Inherited from
3624
+
3625
+ ```ts
3626
+ StackProps.borderColor
3627
+ ```
3628
+
3629
+ ***
3630
+
3631
+ ### borderLeft?
3632
+
3633
+ ```ts
3634
+ optional borderLeft:
3635
+ | ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>
3636
+ | (theme) => ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>;
3637
+ ```
3638
+
3639
+ ### Inherited from
3640
+
3641
+ ```ts
3642
+ StackProps.borderLeft
3643
+ ```
3644
+
3645
+ ***
3646
+
3647
+ ### borderRadius?
3648
+
3649
+ ```ts
3650
+ optional borderRadius:
3651
+ | ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>
3652
+ | (theme) => ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>;
3653
+ ```
3654
+
3655
+ ### Inherited from
3656
+
3657
+ ```ts
3658
+ StackProps.borderRadius
3659
+ ```
3660
+
3661
+ ***
3662
+
3663
+ ### borderRight?
3664
+
3665
+ ```ts
3666
+ optional borderRight:
3667
+ | ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>
3668
+ | (theme) => ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>;
3669
+ ```
3670
+
3671
+ ### Inherited from
3672
+
3673
+ ```ts
3674
+ StackProps.borderRight
3675
+ ```
3676
+
3677
+ ***
3678
+
3679
+ ### borderTop?
3680
+
3681
+ ```ts
3682
+ optional borderTop:
3683
+ | ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>
3684
+ | (theme) => ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>;
3685
+ ```
3686
+
3687
+ ### Inherited from
3688
+
3689
+ ```ts
3690
+ StackProps.borderTop
3691
+ ```
3692
+
3693
+ ***
3694
+
3695
+ ### flex?
3696
+
3697
+ ```ts
3698
+ optional flex:
3699
+ | ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>
3700
+ | (theme) => ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>;
3701
+ ```
3702
+
3703
+ ### Inherited from
3704
+
3705
+ ```ts
3706
+ StackProps.flex
3707
+ ```
3708
+
3709
+ ***
3710
+
3711
+ ### gap?
3712
+
3713
+ ```ts
3714
+ optional gap:
3715
+ | ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>
3716
+ | (theme) => ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>;
3717
+ ```
3718
+
3719
+ ### Inherited from
3720
+
3721
+ ```ts
3722
+ StackProps.gap
3723
+ ```
3724
+
3725
+ ***
3726
+
3727
+ ### gridArea?
3728
+
3729
+ ```ts
3730
+ optional gridArea:
3731
+ | ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
3732
+ | (theme) => ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>;
3733
+ ```
3734
+
3735
+ ### Inherited from
3736
+
3737
+ ```ts
3738
+ StackProps.gridArea
3739
+ ```
3740
+
3741
+ ***
3742
+
3743
+ ### gridColumn?
3744
+
3745
+ ```ts
3746
+ optional gridColumn:
3747
+ | ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
3748
+ | (theme) => ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>;
3749
+ ```
3750
+
3751
+ ### Inherited from
3752
+
3753
+ ```ts
3754
+ StackProps.gridColumn
3755
+ ```
3756
+
3757
+ ***
3758
+
3759
+ ### gridRow?
3760
+
3761
+ ```ts
3762
+ optional gridRow:
3763
+ | ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
3764
+ | (theme) => ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>;
3765
+ ```
3766
+
3767
+ ### Inherited from
3768
+
3769
+ ```ts
3770
+ StackProps.gridRow
3771
+ ```
3772
+
3773
+ ***
3774
+
3775
+ ### margin?
3776
+
3777
+ ```ts
3778
+ optional margin:
3779
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
3780
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
3781
+ ```
3782
+
3783
+ ### Inherited from
3784
+
3785
+ ```ts
3786
+ StackProps.margin
3787
+ ```
3788
+
3789
+ ***
3790
+
3791
+ ### marginBlock?
3792
+
3793
+ ```ts
3794
+ optional marginBlock:
3795
+ | ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>
3796
+ | (theme) => ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>;
3797
+ ```
3798
+
3799
+ ### Inherited from
3800
+
3801
+ ```ts
3802
+ StackProps.marginBlock
3803
+ ```
3804
+
3805
+ ***
3806
+
3807
+ ### marginInline?
3808
+
3809
+ ```ts
3810
+ optional marginInline:
3811
+ | ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>
3812
+ | (theme) => ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>;
3813
+ ```
3814
+
3815
+ ### Inherited from
3816
+
3817
+ ```ts
3818
+ StackProps.marginInline
3819
+ ```
3820
+
3821
+ ***
3822
+
3823
+ ### overflow?
3824
+
3825
+ ```ts
3826
+ optional overflow:
3827
+ | ResponsiveStyleValue<readonly string[] | Overflow | undefined>
3828
+ | (theme) => ResponsiveStyleValue<readonly string[] | Overflow | undefined>;
3829
+ ```
3830
+
3831
+ ### Inherited from
3832
+
3833
+ ```ts
3834
+ StackProps.overflow
3835
+ ```
3836
+
3837
+ ***
3838
+
3839
+ ### padding?
3840
+
3841
+ ```ts
3842
+ optional padding:
3843
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
3844
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
3845
+ ```
3846
+
3847
+ ### Inherited from
3848
+
3849
+ ```ts
3850
+ StackProps.padding
3851
+ ```
3852
+
3853
+ ***
3854
+
3855
+ ### paddingBlock?
3856
+
3857
+ ```ts
3858
+ optional paddingBlock:
3859
+ | ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>
3860
+ | (theme) => ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>;
3861
+ ```
3862
+
3863
+ ### Inherited from
3864
+
3865
+ ```ts
3866
+ StackProps.paddingBlock
3867
+ ```
3868
+
3869
+ ***
3870
+
3871
+ ### paddingInline?
3872
+
3873
+ ```ts
3874
+ optional paddingInline:
3875
+ | ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>
3876
+ | (theme) => ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>;
3877
+ ```
3878
+
3879
+ ### Inherited from
3880
+
3881
+ ```ts
3882
+ StackProps.paddingInline
3883
+ ```
3884
+
3885
+ ***
3886
+
3887
+ ### bgcolor?
3888
+
3889
+ ```ts
3890
+ optional bgcolor:
3891
+ | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
3892
+ | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
3893
+ ```
3894
+
3895
+ ### Inherited from
3896
+
3897
+ ```ts
3898
+ StackProps.bgcolor
3899
+ ```
3900
+
3901
+ ***
3902
+
3903
+ ### m?
3904
+
3905
+ ```ts
3906
+ optional m:
3907
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
3908
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
3909
+ ```
3910
+
3911
+ ### Inherited from
3912
+
3913
+ ```ts
3914
+ StackProps.m
3915
+ ```
3916
+
3917
+ ***
3918
+
3919
+ ### mt?
3920
+
3921
+ ```ts
3922
+ optional mt:
3923
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
3924
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
3925
+ ```
3926
+
3927
+ ### Inherited from
3928
+
3929
+ ```ts
3930
+ StackProps.mt
3931
+ ```
3932
+
3933
+ ***
3934
+
3935
+ ### mr?
3936
+
3937
+ ```ts
3938
+ optional mr:
3939
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
3940
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
3941
+ ```
3942
+
3943
+ ### Inherited from
3944
+
3945
+ ```ts
3946
+ StackProps.mr
3947
+ ```
3948
+
3949
+ ***
3950
+
3951
+ ### mb?
3952
+
3953
+ ```ts
3954
+ optional mb:
3955
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
3956
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
3957
+ ```
3958
+
3959
+ ### Inherited from
3960
+
3961
+ ```ts
3962
+ StackProps.mb
3963
+ ```
3964
+
3965
+ ***
3966
+
3967
+ ### ml?
3968
+
3969
+ ```ts
3970
+ optional ml:
3971
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3972
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3973
+ ```
3974
+
3975
+ ### Inherited from
3976
+
3977
+ ```ts
3978
+ StackProps.ml
3979
+ ```
3980
+
3981
+ ***
3982
+
3983
+ ### mx?
3984
+
3985
+ ```ts
3986
+ optional mx:
3987
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3988
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3989
+ ```
3990
+
3991
+ ### Inherited from
3992
+
3993
+ ```ts
3994
+ StackProps.mx
3995
+ ```
3996
+
3997
+ ***
3998
+
3999
+ ### marginX?
4000
+
4001
+ ```ts
4002
+ optional marginX:
4003
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
4004
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
4005
+ ```
4006
+
4007
+ ### Inherited from
4008
+
4009
+ ```ts
4010
+ StackProps.marginX
4011
+ ```
4012
+
4013
+ ***
4014
+
4015
+ ### my?
4016
+
4017
+ ```ts
4018
+ optional my:
4019
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
4020
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
4021
+ ```
4022
+
4023
+ ### Inherited from
4024
+
4025
+ ```ts
4026
+ StackProps.my
4027
+ ```
4028
+
4029
+ ***
4030
+
4031
+ ### marginY?
4032
+
4033
+ ```ts
4034
+ optional marginY:
4035
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
4036
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
4037
+ ```
4038
+
4039
+ ### Inherited from
4040
+
4041
+ ```ts
4042
+ StackProps.marginY
4043
+ ```
4044
+
4045
+ ***
4046
+
4047
+ ### p?
4048
+
4049
+ ```ts
4050
+ optional p:
4051
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
4052
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
4053
+ ```
4054
+
4055
+ ### Inherited from
4056
+
4057
+ ```ts
4058
+ StackProps.p
4059
+ ```
4060
+
4061
+ ***
4062
+
4063
+ ### pt?
4064
+
4065
+ ```ts
4066
+ optional pt:
4067
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
4068
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
4069
+ ```
4070
+
4071
+ ### Inherited from
4072
+
4073
+ ```ts
4074
+ StackProps.pt
4075
+ ```
4076
+
4077
+ ***
4078
+
4079
+ ### pr?
4080
+
4081
+ ```ts
4082
+ optional pr:
4083
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
4084
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
4085
+ ```
4086
+
4087
+ ### Inherited from
4088
+
4089
+ ```ts
4090
+ StackProps.pr
4091
+ ```
4092
+
4093
+ ***
4094
+
4095
+ ### pb?
4096
+
4097
+ ```ts
4098
+ optional pb:
4099
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
4100
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
4101
+ ```
4102
+
4103
+ ### Inherited from
4104
+
4105
+ ```ts
4106
+ StackProps.pb
4107
+ ```
4108
+
4109
+ ***
4110
+
4111
+ ### pl?
4112
+
4113
+ ```ts
4114
+ optional pl:
4115
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
4116
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
4117
+ ```
4118
+
4119
+ ### Inherited from
4120
+
4121
+ ```ts
4122
+ StackProps.pl
4123
+ ```
4124
+
4125
+ ***
4126
+
4127
+ ### px?
4128
+
4129
+ ```ts
4130
+ optional px:
4131
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
4132
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
4133
+ ```
4134
+
4135
+ ### Inherited from
4136
+
4137
+ ```ts
4138
+ StackProps.px
4139
+ ```
4140
+
4141
+ ***
4142
+
4143
+ ### paddingX?
4144
+
4145
+ ```ts
4146
+ optional paddingX:
4147
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
4148
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
4149
+ ```
4150
+
4151
+ ### Inherited from
4152
+
4153
+ ```ts
4154
+ StackProps.paddingX
4155
+ ```
4156
+
4157
+ ***
4158
+
4159
+ ### py?
4160
+
4161
+ ```ts
4162
+ optional py:
4163
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
4164
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
4165
+ ```
4166
+
4167
+ ### Inherited from
4168
+
4169
+ ```ts
4170
+ StackProps.py
4171
+ ```
4172
+
4173
+ ***
4174
+
4175
+ ### paddingY?
4176
+
4177
+ ```ts
4178
+ optional paddingY:
4179
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
4180
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
4181
+ ```
4182
+
4183
+ ### Inherited from
4184
+
4185
+ ```ts
4186
+ StackProps.paddingY
4187
+ ```
4188
+
4189
+ ***
4190
+
4191
+ ### typography?
4192
+
4193
+ ```ts
4194
+ optional typography:
4195
+ | ResponsiveStyleValue<undefined | string>
4196
+ | (theme) => ResponsiveStyleValue<undefined | string>;
4197
+ ```
4198
+
4199
+ ### Inherited from
4200
+
4201
+ ```ts
4202
+ StackProps.typography
4203
+ ```
4204
+
4205
+ ***
4206
+
4207
+ ### displayPrint?
4208
+
4209
+ ```ts
4210
+ optional displayPrint:
4211
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
4212
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
4213
+ ```
4214
+
4215
+ ### Inherited from
4216
+
4217
+ ```ts
4218
+ StackProps.displayPrint
4219
+ ```
4220
+
4221
+ ***
4222
+
4223
+ ### labels
4224
+
4225
+ ```ts
4226
+ labels: string[];
4227
+ ```
4228
+
4229
+ ***
4230
+
4231
+ ### values
4232
+
4233
+ ```ts
4234
+ values: (undefined | string)[];
4235
+ ```
4236
+
4237
+ ### variables
4238
+
4239
+ ### <a id="ActiveMenuItem"></a>ActiveMenuItem
4240
+
4241
+ [**@xyo-network/react-chain-shared**](#../README)
4242
+
4243
+ ***
4244
+
4245
+ ```ts
4246
+ const ActiveMenuItem: React.FC<MenuItemProps & object>;
4247
+ ```
4248
+
4249
+ ### <a id="DetailsStack"></a>DetailsStack
4250
+
4251
+ [**@xyo-network/react-chain-shared**](#../README)
4252
+
4253
+ ***
4254
+
4255
+ ```ts
4256
+ const DetailsStack: React.FC<DetailsStackProps>;
4257
+ ```
4258
+
4259
+ ### <a id="LabelValueStack"></a>LabelValueStack
4260
+
4261
+ [**@xyo-network/react-chain-shared**](#../README)
4262
+
4263
+ ***
4264
+
4265
+ ```ts
4266
+ const LabelValueStack: React.FC<LabelValueStackProps>;
4267
+ ```
4268
+
18
4269
 
19
4270
  ## Maintainers
20
4271