@xyo-network/react-chain-shared 1.20.15 → 1.20.16

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