@xyo-network/react-chain-boundwitness 1.15.1 → 1.15.3

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
@@ -22,6 +22,9 @@ XYO Layer One React SDK BoundWitness
22
22
 
23
23
  - [BWPayloadTableFlexboxProps](#interfaces/BWPayloadTableFlexboxProps)
24
24
  - [BoundWitnessDetailsProps](#interfaces/BoundWitnessDetailsProps)
25
+ - [BlockBoundWitnessCardProps](#interfaces/BlockBoundWitnessCardProps)
26
+ - [BlockBoundWitnessActionsProps](#interfaces/BlockBoundWitnessActionsProps)
27
+ - [BWVerification](#interfaces/BWVerification)
25
28
  - [TransactionBoundWitnessDetailsProps](#interfaces/TransactionBoundWitnessDetailsProps)
26
29
  - [TransactionBoundWitnessCardProps](#interfaces/TransactionBoundWitnessCardProps)
27
30
  - [TransactionActionsProps](#interfaces/TransactionActionsProps)
@@ -33,6 +36,9 @@ XYO Layer One React SDK BoundWitness
33
36
 
34
37
  ## Variables
35
38
 
39
+ - [BlockBoundWitnessCard](#variables/BlockBoundWitnessCard)
40
+ - [BlockBoundWitnessActions](#variables/BlockBoundWitnessActions)
41
+ - [BlockBoundWitnessVerification](#variables/BlockBoundWitnessVerification)
36
42
  - [TransactionBoundWitnessDetails](#variables/TransactionBoundWitnessDetails)
37
43
  - [TransactionBoundWitnessCard](#variables/TransactionBoundWitnessCard)
38
44
  - [TransactionActions](#variables/TransactionActions)
@@ -2186,7 +2192,9 @@ optional eventNoun: TNoun;
2186
2192
  ### hashes?
2187
2193
 
2188
2194
  ```ts
2189
- optional hashes: Lowercase<string>[];
2195
+ optional hashes: Brand<Brand<Lowercase<string>, {
2196
+ }>, {
2197
+ }>[];
2190
2198
  ```
2191
2199
 
2192
2200
  ***
@@ -2211,6 +2219,2140 @@ optional schemas: string[];
2211
2219
 
2212
2220
  ```ts
2213
2221
  optional tooltip: string;
2222
+ ```
2223
+
2224
+ ### <a id="BWVerification"></a>BWVerification
2225
+
2226
+ [**@xyo-network/react-chain-boundwitness**](#../README)
2227
+
2228
+ ***
2229
+
2230
+ ## Extends
2231
+
2232
+ - `QuickTipButtonProps`
2233
+
2234
+ ## Properties
2235
+
2236
+ ### block?
2237
+
2238
+ ```ts
2239
+ optional block: BoundWitness;
2240
+ ```
2241
+
2242
+ ***
2243
+
2244
+ ### iconColors?
2245
+
2246
+ ```ts
2247
+ optional iconColors: boolean;
2248
+ ```
2249
+
2250
+ ### <a id="BlockBoundWitnessActionsProps"></a>BlockBoundWitnessActionsProps
2251
+
2252
+ [**@xyo-network/react-chain-boundwitness**](#../README)
2253
+
2254
+ ***
2255
+
2256
+ ## Extends
2257
+
2258
+ - `FlexBoxProps`
2259
+
2260
+ ## Properties
2261
+
2262
+ ### border?
2263
+
2264
+ ```ts
2265
+ optional border:
2266
+ | ResponsiveStyleValue<
2267
+ | undefined
2268
+ | number
2269
+ | string & object
2270
+ | "inset"
2271
+ | "hidden"
2272
+ | "-moz-initial"
2273
+ | "inherit"
2274
+ | "initial"
2275
+ | "revert"
2276
+ | "revert-layer"
2277
+ | "unset"
2278
+ | "medium"
2279
+ | "thick"
2280
+ | "thin"
2281
+ | "dashed"
2282
+ | "dotted"
2283
+ | "double"
2284
+ | "groove"
2285
+ | "none"
2286
+ | "outset"
2287
+ | "ridge"
2288
+ | "solid"
2289
+ | "aliceblue"
2290
+ | "antiquewhite"
2291
+ | "aqua"
2292
+ | "aquamarine"
2293
+ | "azure"
2294
+ | "beige"
2295
+ | "bisque"
2296
+ | "black"
2297
+ | "blanchedalmond"
2298
+ | "blue"
2299
+ | "blueviolet"
2300
+ | "brown"
2301
+ | "burlywood"
2302
+ | "cadetblue"
2303
+ | "chartreuse"
2304
+ | "chocolate"
2305
+ | "coral"
2306
+ | "cornflowerblue"
2307
+ | "cornsilk"
2308
+ | "crimson"
2309
+ | "cyan"
2310
+ | "darkblue"
2311
+ | "darkcyan"
2312
+ | "darkgoldenrod"
2313
+ | "darkgray"
2314
+ | "darkgreen"
2315
+ | "darkgrey"
2316
+ | "darkkhaki"
2317
+ | "darkmagenta"
2318
+ | "darkolivegreen"
2319
+ | "darkorange"
2320
+ | "darkorchid"
2321
+ | "darkred"
2322
+ | "darksalmon"
2323
+ | "darkseagreen"
2324
+ | "darkslateblue"
2325
+ | "darkslategray"
2326
+ | "darkslategrey"
2327
+ | "darkturquoise"
2328
+ | "darkviolet"
2329
+ | "deeppink"
2330
+ | "deepskyblue"
2331
+ | "dimgray"
2332
+ | "dimgrey"
2333
+ | "dodgerblue"
2334
+ | "firebrick"
2335
+ | "floralwhite"
2336
+ | "forestgreen"
2337
+ | "fuchsia"
2338
+ | "gainsboro"
2339
+ | "ghostwhite"
2340
+ | "gold"
2341
+ | "goldenrod"
2342
+ | "gray"
2343
+ | "green"
2344
+ | "greenyellow"
2345
+ | "grey"
2346
+ | "honeydew"
2347
+ | "hotpink"
2348
+ | "indianred"
2349
+ | "indigo"
2350
+ | "ivory"
2351
+ | "khaki"
2352
+ | "lavender"
2353
+ | "lavenderblush"
2354
+ | "lawngreen"
2355
+ | "lemonchiffon"
2356
+ | "lightblue"
2357
+ | "lightcoral"
2358
+ | "lightcyan"
2359
+ | "lightgoldenrodyellow"
2360
+ | "lightgray"
2361
+ | "lightgreen"
2362
+ | "lightgrey"
2363
+ | "lightpink"
2364
+ | "lightsalmon"
2365
+ | "lightseagreen"
2366
+ | "lightskyblue"
2367
+ | "lightslategray"
2368
+ | "lightslategrey"
2369
+ | "lightsteelblue"
2370
+ | "lightyellow"
2371
+ | "lime"
2372
+ | "limegreen"
2373
+ | "linen"
2374
+ | "magenta"
2375
+ | "maroon"
2376
+ | "mediumaquamarine"
2377
+ | "mediumblue"
2378
+ | "mediumorchid"
2379
+ | "mediumpurple"
2380
+ | "mediumseagreen"
2381
+ | "mediumslateblue"
2382
+ | "mediumspringgreen"
2383
+ | "mediumturquoise"
2384
+ | "mediumvioletred"
2385
+ | "midnightblue"
2386
+ | "mintcream"
2387
+ | "mistyrose"
2388
+ | "moccasin"
2389
+ | "navajowhite"
2390
+ | "navy"
2391
+ | "oldlace"
2392
+ | "olive"
2393
+ | "olivedrab"
2394
+ | "orange"
2395
+ | "orangered"
2396
+ | "orchid"
2397
+ | "palegoldenrod"
2398
+ | "palegreen"
2399
+ | "paleturquoise"
2400
+ | "palevioletred"
2401
+ | "papayawhip"
2402
+ | "peachpuff"
2403
+ | "peru"
2404
+ | "pink"
2405
+ | "plum"
2406
+ | "powderblue"
2407
+ | "purple"
2408
+ | "rebeccapurple"
2409
+ | "red"
2410
+ | "rosybrown"
2411
+ | "royalblue"
2412
+ | "saddlebrown"
2413
+ | "salmon"
2414
+ | "sandybrown"
2415
+ | "seagreen"
2416
+ | "seashell"
2417
+ | "sienna"
2418
+ | "silver"
2419
+ | "skyblue"
2420
+ | "slateblue"
2421
+ | "slategray"
2422
+ | "slategrey"
2423
+ | "snow"
2424
+ | "springgreen"
2425
+ | "steelblue"
2426
+ | "tan"
2427
+ | "teal"
2428
+ | "thistle"
2429
+ | "tomato"
2430
+ | "transparent"
2431
+ | "turquoise"
2432
+ | "violet"
2433
+ | "wheat"
2434
+ | "white"
2435
+ | "whitesmoke"
2436
+ | "yellow"
2437
+ | "yellowgreen"
2438
+ | "ActiveBorder"
2439
+ | "ActiveCaption"
2440
+ | "AppWorkspace"
2441
+ | "Background"
2442
+ | "ButtonFace"
2443
+ | "ButtonHighlight"
2444
+ | "ButtonShadow"
2445
+ | "ButtonText"
2446
+ | "CaptionText"
2447
+ | "GrayText"
2448
+ | "Highlight"
2449
+ | "HighlightText"
2450
+ | "InactiveBorder"
2451
+ | "InactiveCaption"
2452
+ | "InactiveCaptionText"
2453
+ | "InfoBackground"
2454
+ | "InfoText"
2455
+ | "Menu"
2456
+ | "MenuText"
2457
+ | "Scrollbar"
2458
+ | "ThreeDDarkShadow"
2459
+ | "ThreeDFace"
2460
+ | "ThreeDHighlight"
2461
+ | "ThreeDLightShadow"
2462
+ | "ThreeDShadow"
2463
+ | "Window"
2464
+ | "WindowFrame"
2465
+ | "WindowText"
2466
+ | "currentcolor">
2467
+ | (theme) => ResponsiveStyleValue<
2468
+ | undefined
2469
+ | number
2470
+ | string & object
2471
+ | "inset"
2472
+ | "hidden"
2473
+ | "-moz-initial"
2474
+ | "inherit"
2475
+ | "initial"
2476
+ | "revert"
2477
+ | "revert-layer"
2478
+ | "unset"
2479
+ | "medium"
2480
+ | "thick"
2481
+ | "thin"
2482
+ | "dashed"
2483
+ | "dotted"
2484
+ | "double"
2485
+ | "groove"
2486
+ | "none"
2487
+ | "outset"
2488
+ | "ridge"
2489
+ | "solid"
2490
+ | "aliceblue"
2491
+ | "antiquewhite"
2492
+ | "aqua"
2493
+ | "aquamarine"
2494
+ | "azure"
2495
+ | "beige"
2496
+ | "bisque"
2497
+ | "black"
2498
+ | "blanchedalmond"
2499
+ | "blue"
2500
+ | "blueviolet"
2501
+ | "brown"
2502
+ | "burlywood"
2503
+ | "cadetblue"
2504
+ | "chartreuse"
2505
+ | "chocolate"
2506
+ | "coral"
2507
+ | "cornflowerblue"
2508
+ | "cornsilk"
2509
+ | "crimson"
2510
+ | "cyan"
2511
+ | "darkblue"
2512
+ | "darkcyan"
2513
+ | "darkgoldenrod"
2514
+ | "darkgray"
2515
+ | "darkgreen"
2516
+ | "darkgrey"
2517
+ | "darkkhaki"
2518
+ | "darkmagenta"
2519
+ | "darkolivegreen"
2520
+ | "darkorange"
2521
+ | "darkorchid"
2522
+ | "darkred"
2523
+ | "darksalmon"
2524
+ | "darkseagreen"
2525
+ | "darkslateblue"
2526
+ | "darkslategray"
2527
+ | "darkslategrey"
2528
+ | "darkturquoise"
2529
+ | "darkviolet"
2530
+ | "deeppink"
2531
+ | "deepskyblue"
2532
+ | "dimgray"
2533
+ | "dimgrey"
2534
+ | "dodgerblue"
2535
+ | "firebrick"
2536
+ | "floralwhite"
2537
+ | "forestgreen"
2538
+ | "fuchsia"
2539
+ | "gainsboro"
2540
+ | "ghostwhite"
2541
+ | "gold"
2542
+ | "goldenrod"
2543
+ | "gray"
2544
+ | "green"
2545
+ | "greenyellow"
2546
+ | "grey"
2547
+ | "honeydew"
2548
+ | "hotpink"
2549
+ | "indianred"
2550
+ | "indigo"
2551
+ | "ivory"
2552
+ | "khaki"
2553
+ | "lavender"
2554
+ | "lavenderblush"
2555
+ | "lawngreen"
2556
+ | "lemonchiffon"
2557
+ | "lightblue"
2558
+ | "lightcoral"
2559
+ | "lightcyan"
2560
+ | "lightgoldenrodyellow"
2561
+ | "lightgray"
2562
+ | "lightgreen"
2563
+ | "lightgrey"
2564
+ | "lightpink"
2565
+ | "lightsalmon"
2566
+ | "lightseagreen"
2567
+ | "lightskyblue"
2568
+ | "lightslategray"
2569
+ | "lightslategrey"
2570
+ | "lightsteelblue"
2571
+ | "lightyellow"
2572
+ | "lime"
2573
+ | "limegreen"
2574
+ | "linen"
2575
+ | "magenta"
2576
+ | "maroon"
2577
+ | "mediumaquamarine"
2578
+ | "mediumblue"
2579
+ | "mediumorchid"
2580
+ | "mediumpurple"
2581
+ | "mediumseagreen"
2582
+ | "mediumslateblue"
2583
+ | "mediumspringgreen"
2584
+ | "mediumturquoise"
2585
+ | "mediumvioletred"
2586
+ | "midnightblue"
2587
+ | "mintcream"
2588
+ | "mistyrose"
2589
+ | "moccasin"
2590
+ | "navajowhite"
2591
+ | "navy"
2592
+ | "oldlace"
2593
+ | "olive"
2594
+ | "olivedrab"
2595
+ | "orange"
2596
+ | "orangered"
2597
+ | "orchid"
2598
+ | "palegoldenrod"
2599
+ | "palegreen"
2600
+ | "paleturquoise"
2601
+ | "palevioletred"
2602
+ | "papayawhip"
2603
+ | "peachpuff"
2604
+ | "peru"
2605
+ | "pink"
2606
+ | "plum"
2607
+ | "powderblue"
2608
+ | "purple"
2609
+ | "rebeccapurple"
2610
+ | "red"
2611
+ | "rosybrown"
2612
+ | "royalblue"
2613
+ | "saddlebrown"
2614
+ | "salmon"
2615
+ | "sandybrown"
2616
+ | "seagreen"
2617
+ | "seashell"
2618
+ | "sienna"
2619
+ | "silver"
2620
+ | "skyblue"
2621
+ | "slateblue"
2622
+ | "slategray"
2623
+ | "slategrey"
2624
+ | "snow"
2625
+ | "springgreen"
2626
+ | "steelblue"
2627
+ | "tan"
2628
+ | "teal"
2629
+ | "thistle"
2630
+ | "tomato"
2631
+ | "transparent"
2632
+ | "turquoise"
2633
+ | "violet"
2634
+ | "wheat"
2635
+ | "white"
2636
+ | "whitesmoke"
2637
+ | "yellow"
2638
+ | "yellowgreen"
2639
+ | "ActiveBorder"
2640
+ | "ActiveCaption"
2641
+ | "AppWorkspace"
2642
+ | "Background"
2643
+ | "ButtonFace"
2644
+ | "ButtonHighlight"
2645
+ | "ButtonShadow"
2646
+ | "ButtonText"
2647
+ | "CaptionText"
2648
+ | "GrayText"
2649
+ | "Highlight"
2650
+ | "HighlightText"
2651
+ | "InactiveBorder"
2652
+ | "InactiveCaption"
2653
+ | "InactiveCaptionText"
2654
+ | "InfoBackground"
2655
+ | "InfoText"
2656
+ | "Menu"
2657
+ | "MenuText"
2658
+ | "Scrollbar"
2659
+ | "ThreeDDarkShadow"
2660
+ | "ThreeDFace"
2661
+ | "ThreeDHighlight"
2662
+ | "ThreeDLightShadow"
2663
+ | "ThreeDShadow"
2664
+ | "Window"
2665
+ | "WindowFrame"
2666
+ | "WindowText"
2667
+ | "currentcolor">;
2668
+ ```
2669
+
2670
+ ### Inherited from
2671
+
2672
+ ```ts
2673
+ FlexBoxProps.border
2674
+ ```
2675
+
2676
+ ***
2677
+
2678
+ ### borderTop?
2679
+
2680
+ ```ts
2681
+ optional borderTop:
2682
+ | ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>
2683
+ | (theme) => ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>;
2684
+ ```
2685
+
2686
+ ### Inherited from
2687
+
2688
+ ```ts
2689
+ FlexBoxProps.borderTop
2690
+ ```
2691
+
2692
+ ***
2693
+
2694
+ ### borderRight?
2695
+
2696
+ ```ts
2697
+ optional borderRight:
2698
+ | ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>
2699
+ | (theme) => ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>;
2700
+ ```
2701
+
2702
+ ### Inherited from
2703
+
2704
+ ```ts
2705
+ FlexBoxProps.borderRight
2706
+ ```
2707
+
2708
+ ***
2709
+
2710
+ ### borderBottom?
2711
+
2712
+ ```ts
2713
+ optional borderBottom:
2714
+ | ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>
2715
+ | (theme) => ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>;
2716
+ ```
2717
+
2718
+ ### Inherited from
2719
+
2720
+ ```ts
2721
+ FlexBoxProps.borderBottom
2722
+ ```
2723
+
2724
+ ***
2725
+
2726
+ ### borderLeft?
2727
+
2728
+ ```ts
2729
+ optional borderLeft:
2730
+ | ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>
2731
+ | (theme) => ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>;
2732
+ ```
2733
+
2734
+ ### Inherited from
2735
+
2736
+ ```ts
2737
+ FlexBoxProps.borderLeft
2738
+ ```
2739
+
2740
+ ***
2741
+
2742
+ ### borderColor?
2743
+
2744
+ ```ts
2745
+ optional borderColor:
2746
+ | ResponsiveStyleValue<BorderColor | readonly string[] | undefined>
2747
+ | (theme) => ResponsiveStyleValue<BorderColor | readonly string[] | undefined>;
2748
+ ```
2749
+
2750
+ ### Inherited from
2751
+
2752
+ ```ts
2753
+ FlexBoxProps.borderColor
2754
+ ```
2755
+
2756
+ ***
2757
+
2758
+ ### borderRadius?
2759
+
2760
+ ```ts
2761
+ optional borderRadius:
2762
+ | ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>
2763
+ | (theme) => ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>;
2764
+ ```
2765
+
2766
+ ### Inherited from
2767
+
2768
+ ```ts
2769
+ FlexBoxProps.borderRadius
2770
+ ```
2771
+
2772
+ ***
2773
+
2774
+ ### display?
2775
+
2776
+ ```ts
2777
+ optional display:
2778
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
2779
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
2780
+ ```
2781
+
2782
+ ### Inherited from
2783
+
2784
+ ```ts
2785
+ FlexBoxProps.display
2786
+ ```
2787
+
2788
+ ***
2789
+
2790
+ ### displayPrint?
2791
+
2792
+ ```ts
2793
+ optional displayPrint:
2794
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
2795
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
2796
+ ```
2797
+
2798
+ ### Inherited from
2799
+
2800
+ ```ts
2801
+ FlexBoxProps.displayPrint
2802
+ ```
2803
+
2804
+ ***
2805
+
2806
+ ### overflow?
2807
+
2808
+ ```ts
2809
+ optional overflow:
2810
+ | ResponsiveStyleValue<readonly string[] | Overflow | undefined>
2811
+ | (theme) => ResponsiveStyleValue<readonly string[] | Overflow | undefined>;
2812
+ ```
2813
+
2814
+ ### Inherited from
2815
+
2816
+ ```ts
2817
+ FlexBoxProps.overflow
2818
+ ```
2819
+
2820
+ ***
2821
+
2822
+ ### textOverflow?
2823
+
2824
+ ```ts
2825
+ optional textOverflow:
2826
+ | ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>
2827
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>;
2828
+ ```
2829
+
2830
+ ### Inherited from
2831
+
2832
+ ```ts
2833
+ FlexBoxProps.textOverflow
2834
+ ```
2835
+
2836
+ ***
2837
+
2838
+ ### visibility?
2839
+
2840
+ ```ts
2841
+ optional visibility:
2842
+ | ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>
2843
+ | (theme) => ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>;
2844
+ ```
2845
+
2846
+ ### Inherited from
2847
+
2848
+ ```ts
2849
+ FlexBoxProps.visibility
2850
+ ```
2851
+
2852
+ ***
2853
+
2854
+ ### whiteSpace?
2855
+
2856
+ ```ts
2857
+ optional whiteSpace:
2858
+ | ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>
2859
+ | (theme) => ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>;
2860
+ ```
2861
+
2862
+ ### Inherited from
2863
+
2864
+ ```ts
2865
+ FlexBoxProps.whiteSpace
2866
+ ```
2867
+
2868
+ ***
2869
+
2870
+ ### flexBasis?
2871
+
2872
+ ```ts
2873
+ optional flexBasis:
2874
+ | ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>
2875
+ | (theme) => ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>;
2876
+ ```
2877
+
2878
+ ### Inherited from
2879
+
2880
+ ```ts
2881
+ FlexBoxProps.flexBasis
2882
+ ```
2883
+
2884
+ ***
2885
+
2886
+ ### flexDirection?
2887
+
2888
+ ```ts
2889
+ optional flexDirection:
2890
+ | ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
2891
+ | (theme) => ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>;
2892
+ ```
2893
+
2894
+ ### Inherited from
2895
+
2896
+ ```ts
2897
+ FlexBoxProps.flexDirection
2898
+ ```
2899
+
2900
+ ***
2901
+
2902
+ ### flexWrap?
2903
+
2904
+ ```ts
2905
+ optional flexWrap:
2906
+ | ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
2907
+ | (theme) => ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>;
2908
+ ```
2909
+
2910
+ ### Inherited from
2911
+
2912
+ ```ts
2913
+ FlexBoxProps.flexWrap
2914
+ ```
2915
+
2916
+ ***
2917
+
2918
+ ### justifyContent?
2919
+
2920
+ ```ts
2921
+ optional justifyContent:
2922
+ | ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>
2923
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>;
2924
+ ```
2925
+
2926
+ ### Inherited from
2927
+
2928
+ ```ts
2929
+ FlexBoxProps.justifyContent
2930
+ ```
2931
+
2932
+ ***
2933
+
2934
+ ### alignItems?
2935
+
2936
+ ```ts
2937
+ optional alignItems:
2938
+ | ResponsiveStyleValue<readonly string[] | AlignItems | undefined>
2939
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignItems | undefined>;
2940
+ ```
2941
+
2942
+ ### Inherited from
2943
+
2944
+ ```ts
2945
+ FlexBoxProps.alignItems
2946
+ ```
2947
+
2948
+ ***
2949
+
2950
+ ### alignContent?
2951
+
2952
+ ```ts
2953
+ optional alignContent:
2954
+ | ResponsiveStyleValue<readonly string[] | AlignContent | undefined>
2955
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignContent | undefined>;
2956
+ ```
2957
+
2958
+ ### Inherited from
2959
+
2960
+ ```ts
2961
+ FlexBoxProps.alignContent
2962
+ ```
2963
+
2964
+ ***
2965
+
2966
+ ### order?
2967
+
2968
+ ```ts
2969
+ optional order:
2970
+ | ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>
2971
+ | (theme) => ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>;
2972
+ ```
2973
+
2974
+ ### Inherited from
2975
+
2976
+ ```ts
2977
+ FlexBoxProps.order
2978
+ ```
2979
+
2980
+ ***
2981
+
2982
+ ### flex?
2983
+
2984
+ ```ts
2985
+ optional flex:
2986
+ | ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>
2987
+ | (theme) => ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>;
2988
+ ```
2989
+
2990
+ ### Inherited from
2991
+
2992
+ ```ts
2993
+ FlexBoxProps.flex
2994
+ ```
2995
+
2996
+ ***
2997
+
2998
+ ### flexGrow?
2999
+
3000
+ ```ts
3001
+ optional flexGrow:
3002
+ | ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
3003
+ | (theme) => ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>;
3004
+ ```
3005
+
3006
+ ### Inherited from
3007
+
3008
+ ```ts
3009
+ FlexBoxProps.flexGrow
3010
+ ```
3011
+
3012
+ ***
3013
+
3014
+ ### flexShrink?
3015
+
3016
+ ```ts
3017
+ optional flexShrink:
3018
+ | ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
3019
+ | (theme) => ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>;
3020
+ ```
3021
+
3022
+ ### Inherited from
3023
+
3024
+ ```ts
3025
+ FlexBoxProps.flexShrink
3026
+ ```
3027
+
3028
+ ***
3029
+
3030
+ ### alignSelf?
3031
+
3032
+ ```ts
3033
+ optional alignSelf:
3034
+ | ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>
3035
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>;
3036
+ ```
3037
+
3038
+ ### Inherited from
3039
+
3040
+ ```ts
3041
+ FlexBoxProps.alignSelf
3042
+ ```
3043
+
3044
+ ***
3045
+
3046
+ ### justifyItems?
3047
+
3048
+ ```ts
3049
+ optional justifyItems:
3050
+ | ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>
3051
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>;
3052
+ ```
3053
+
3054
+ ### Inherited from
3055
+
3056
+ ```ts
3057
+ FlexBoxProps.justifyItems
3058
+ ```
3059
+
3060
+ ***
3061
+
3062
+ ### justifySelf?
3063
+
3064
+ ```ts
3065
+ optional justifySelf:
3066
+ | ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>
3067
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>;
3068
+ ```
3069
+
3070
+ ### Inherited from
3071
+
3072
+ ```ts
3073
+ FlexBoxProps.justifySelf
3074
+ ```
3075
+
3076
+ ***
3077
+
3078
+ ### gap?
3079
+
3080
+ ```ts
3081
+ optional gap:
3082
+ | ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>
3083
+ | (theme) => ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>;
3084
+ ```
3085
+
3086
+ ### Inherited from
3087
+
3088
+ ```ts
3089
+ FlexBoxProps.gap
3090
+ ```
3091
+
3092
+ ***
3093
+
3094
+ ### columnGap?
3095
+
3096
+ ```ts
3097
+ optional columnGap:
3098
+ | ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>
3099
+ | (theme) => ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>;
3100
+ ```
3101
+
3102
+ ### Inherited from
3103
+
3104
+ ```ts
3105
+ FlexBoxProps.columnGap
3106
+ ```
3107
+
3108
+ ***
3109
+
3110
+ ### rowGap?
3111
+
3112
+ ```ts
3113
+ optional rowGap:
3114
+ | ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>
3115
+ | (theme) => ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>;
3116
+ ```
3117
+
3118
+ ### Inherited from
3119
+
3120
+ ```ts
3121
+ FlexBoxProps.rowGap
3122
+ ```
3123
+
3124
+ ***
3125
+
3126
+ ### gridColumn?
3127
+
3128
+ ```ts
3129
+ optional gridColumn:
3130
+ | ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
3131
+ | (theme) => ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>;
3132
+ ```
3133
+
3134
+ ### Inherited from
3135
+
3136
+ ```ts
3137
+ FlexBoxProps.gridColumn
3138
+ ```
3139
+
3140
+ ***
3141
+
3142
+ ### gridRow?
3143
+
3144
+ ```ts
3145
+ optional gridRow:
3146
+ | ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
3147
+ | (theme) => ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>;
3148
+ ```
3149
+
3150
+ ### Inherited from
3151
+
3152
+ ```ts
3153
+ FlexBoxProps.gridRow
3154
+ ```
3155
+
3156
+ ***
3157
+
3158
+ ### gridAutoFlow?
3159
+
3160
+ ```ts
3161
+ optional gridAutoFlow:
3162
+ | ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>
3163
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>;
3164
+ ```
3165
+
3166
+ ### Inherited from
3167
+
3168
+ ```ts
3169
+ FlexBoxProps.gridAutoFlow
3170
+ ```
3171
+
3172
+ ***
3173
+
3174
+ ### gridAutoColumns?
3175
+
3176
+ ```ts
3177
+ optional gridAutoColumns:
3178
+ | ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>
3179
+ | (theme) => ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>;
3180
+ ```
3181
+
3182
+ ### Inherited from
3183
+
3184
+ ```ts
3185
+ FlexBoxProps.gridAutoColumns
3186
+ ```
3187
+
3188
+ ***
3189
+
3190
+ ### gridAutoRows?
3191
+
3192
+ ```ts
3193
+ optional gridAutoRows:
3194
+ | ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>
3195
+ | (theme) => ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>;
3196
+ ```
3197
+
3198
+ ### Inherited from
3199
+
3200
+ ```ts
3201
+ FlexBoxProps.gridAutoRows
3202
+ ```
3203
+
3204
+ ***
3205
+
3206
+ ### gridTemplateColumns?
3207
+
3208
+ ```ts
3209
+ optional gridTemplateColumns:
3210
+ | ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>
3211
+ | (theme) => ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>;
3212
+ ```
3213
+
3214
+ ### Inherited from
3215
+
3216
+ ```ts
3217
+ FlexBoxProps.gridTemplateColumns
3218
+ ```
3219
+
3220
+ ***
3221
+
3222
+ ### gridTemplateRows?
3223
+
3224
+ ```ts
3225
+ optional gridTemplateRows:
3226
+ | ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>
3227
+ | (theme) => ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>;
3228
+ ```
3229
+
3230
+ ### Inherited from
3231
+
3232
+ ```ts
3233
+ FlexBoxProps.gridTemplateRows
3234
+ ```
3235
+
3236
+ ***
3237
+
3238
+ ### gridTemplateAreas?
3239
+
3240
+ ```ts
3241
+ optional gridTemplateAreas:
3242
+ | ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>
3243
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>;
3244
+ ```
3245
+
3246
+ ### Inherited from
3247
+
3248
+ ```ts
3249
+ FlexBoxProps.gridTemplateAreas
3250
+ ```
3251
+
3252
+ ***
3253
+
3254
+ ### gridArea?
3255
+
3256
+ ```ts
3257
+ optional gridArea:
3258
+ | ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
3259
+ | (theme) => ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>;
3260
+ ```
3261
+
3262
+ ### Inherited from
3263
+
3264
+ ```ts
3265
+ FlexBoxProps.gridArea
3266
+ ```
3267
+
3268
+ ***
3269
+
3270
+ ### bgcolor?
3271
+
3272
+ ```ts
3273
+ optional bgcolor:
3274
+ | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
3275
+ | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
3276
+ ```
3277
+
3278
+ ### Inherited from
3279
+
3280
+ ```ts
3281
+ FlexBoxProps.bgcolor
3282
+ ```
3283
+
3284
+ ***
3285
+
3286
+ ### color?
3287
+
3288
+ ```ts
3289
+ optional color:
3290
+ | ResponsiveStyleValue<readonly string[] | Color | undefined>
3291
+ | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
3292
+ ```
3293
+
3294
+ ### Inherited from
3295
+
3296
+ ```ts
3297
+ FlexBoxProps.color
3298
+ ```
3299
+
3300
+ ***
3301
+
3302
+ ### zIndex?
3303
+
3304
+ ```ts
3305
+ optional zIndex:
3306
+ | ResponsiveStyleValue<undefined | string | string & object | number & object>
3307
+ | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
3308
+ ```
3309
+
3310
+ ### Inherited from
3311
+
3312
+ ```ts
3313
+ FlexBoxProps.zIndex
3314
+ ```
3315
+
3316
+ ***
3317
+
3318
+ ### position?
3319
+
3320
+ ```ts
3321
+ optional position:
3322
+ | ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>
3323
+ | (theme) => ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>;
3324
+ ```
3325
+
3326
+ ### Inherited from
3327
+
3328
+ ```ts
3329
+ FlexBoxProps.position
3330
+ ```
3331
+
3332
+ ***
3333
+
3334
+ ### top?
3335
+
3336
+ ```ts
3337
+ optional top:
3338
+ | ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>
3339
+ | (theme) => ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>;
3340
+ ```
3341
+
3342
+ ### Inherited from
3343
+
3344
+ ```ts
3345
+ FlexBoxProps.top
3346
+ ```
3347
+
3348
+ ***
3349
+
3350
+ ### right?
3351
+
3352
+ ```ts
3353
+ optional right:
3354
+ | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
3355
+ | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
3356
+ ```
3357
+
3358
+ ### Inherited from
3359
+
3360
+ ```ts
3361
+ FlexBoxProps.right
3362
+ ```
3363
+
3364
+ ***
3365
+
3366
+ ### bottom?
3367
+
3368
+ ```ts
3369
+ optional bottom:
3370
+ | ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>
3371
+ | (theme) => ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>;
3372
+ ```
3373
+
3374
+ ### Inherited from
3375
+
3376
+ ```ts
3377
+ FlexBoxProps.bottom
3378
+ ```
3379
+
3380
+ ***
3381
+
3382
+ ### left?
3383
+
3384
+ ```ts
3385
+ optional left:
3386
+ | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
3387
+ | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
3388
+ ```
3389
+
3390
+ ### Inherited from
3391
+
3392
+ ```ts
3393
+ FlexBoxProps.left
3394
+ ```
3395
+
3396
+ ***
3397
+
3398
+ ### boxShadow?
3399
+
3400
+ ```ts
3401
+ optional boxShadow:
3402
+ | ResponsiveStyleValue<number | BoxShadow | undefined>
3403
+ | (theme) => ResponsiveStyleValue<number | BoxShadow | undefined>;
3404
+ ```
3405
+
3406
+ ### Inherited from
3407
+
3408
+ ```ts
3409
+ FlexBoxProps.boxShadow
3410
+ ```
3411
+
3412
+ ***
3413
+
3414
+ ### width?
3415
+
3416
+ ```ts
3417
+ optional width:
3418
+ | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
3419
+ | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
3420
+ ```
3421
+
3422
+ ### Inherited from
3423
+
3424
+ ```ts
3425
+ FlexBoxProps.width
3426
+ ```
3427
+
3428
+ ***
3429
+
3430
+ ### maxWidth?
3431
+
3432
+ ```ts
3433
+ optional maxWidth:
3434
+ | ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>
3435
+ | (theme) => ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>;
3436
+ ```
3437
+
3438
+ ### Inherited from
3439
+
3440
+ ```ts
3441
+ FlexBoxProps.maxWidth
3442
+ ```
3443
+
3444
+ ***
3445
+
3446
+ ### minWidth?
3447
+
3448
+ ```ts
3449
+ optional minWidth:
3450
+ | ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>
3451
+ | (theme) => ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>;
3452
+ ```
3453
+
3454
+ ### Inherited from
3455
+
3456
+ ```ts
3457
+ FlexBoxProps.minWidth
3458
+ ```
3459
+
3460
+ ***
3461
+
3462
+ ### height?
3463
+
3464
+ ```ts
3465
+ optional height:
3466
+ | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
3467
+ | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
3468
+ ```
3469
+
3470
+ ### Inherited from
3471
+
3472
+ ```ts
3473
+ FlexBoxProps.height
3474
+ ```
3475
+
3476
+ ***
3477
+
3478
+ ### maxHeight?
3479
+
3480
+ ```ts
3481
+ optional maxHeight:
3482
+ | ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>
3483
+ | (theme) => ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>;
3484
+ ```
3485
+
3486
+ ### Inherited from
3487
+
3488
+ ```ts
3489
+ FlexBoxProps.maxHeight
3490
+ ```
3491
+
3492
+ ***
3493
+
3494
+ ### minHeight?
3495
+
3496
+ ```ts
3497
+ optional minHeight:
3498
+ | ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>
3499
+ | (theme) => ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>;
3500
+ ```
3501
+
3502
+ ### Inherited from
3503
+
3504
+ ```ts
3505
+ FlexBoxProps.minHeight
3506
+ ```
3507
+
3508
+ ***
3509
+
3510
+ ### boxSizing?
3511
+
3512
+ ```ts
3513
+ optional boxSizing:
3514
+ | ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
3515
+ | (theme) => ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>;
3516
+ ```
3517
+
3518
+ ### Inherited from
3519
+
3520
+ ```ts
3521
+ FlexBoxProps.boxSizing
3522
+ ```
3523
+
3524
+ ***
3525
+
3526
+ ### m?
3527
+
3528
+ ```ts
3529
+ optional m:
3530
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
3531
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
3532
+ ```
3533
+
3534
+ ### Inherited from
3535
+
3536
+ ```ts
3537
+ FlexBoxProps.m
3538
+ ```
3539
+
3540
+ ***
3541
+
3542
+ ### mt?
3543
+
3544
+ ```ts
3545
+ optional mt:
3546
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
3547
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
3548
+ ```
3549
+
3550
+ ### Inherited from
3551
+
3552
+ ```ts
3553
+ FlexBoxProps.mt
3554
+ ```
3555
+
3556
+ ***
3557
+
3558
+ ### mr?
3559
+
3560
+ ```ts
3561
+ optional mr:
3562
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
3563
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
3564
+ ```
3565
+
3566
+ ### Inherited from
3567
+
3568
+ ```ts
3569
+ FlexBoxProps.mr
3570
+ ```
3571
+
3572
+ ***
3573
+
3574
+ ### mb?
3575
+
3576
+ ```ts
3577
+ optional mb:
3578
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
3579
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
3580
+ ```
3581
+
3582
+ ### Inherited from
3583
+
3584
+ ```ts
3585
+ FlexBoxProps.mb
3586
+ ```
3587
+
3588
+ ***
3589
+
3590
+ ### ml?
3591
+
3592
+ ```ts
3593
+ optional ml:
3594
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3595
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3596
+ ```
3597
+
3598
+ ### Inherited from
3599
+
3600
+ ```ts
3601
+ FlexBoxProps.ml
3602
+ ```
3603
+
3604
+ ***
3605
+
3606
+ ### mx?
3607
+
3608
+ ```ts
3609
+ optional mx:
3610
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3611
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3612
+ ```
3613
+
3614
+ ### Inherited from
3615
+
3616
+ ```ts
3617
+ FlexBoxProps.mx
3618
+ ```
3619
+
3620
+ ***
3621
+
3622
+ ### my?
3623
+
3624
+ ```ts
3625
+ optional my:
3626
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
3627
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
3628
+ ```
3629
+
3630
+ ### Inherited from
3631
+
3632
+ ```ts
3633
+ FlexBoxProps.my
3634
+ ```
3635
+
3636
+ ***
3637
+
3638
+ ### p?
3639
+
3640
+ ```ts
3641
+ optional p:
3642
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
3643
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
3644
+ ```
3645
+
3646
+ ### Inherited from
3647
+
3648
+ ```ts
3649
+ FlexBoxProps.p
3650
+ ```
3651
+
3652
+ ***
3653
+
3654
+ ### pt?
3655
+
3656
+ ```ts
3657
+ optional pt:
3658
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
3659
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
3660
+ ```
3661
+
3662
+ ### Inherited from
3663
+
3664
+ ```ts
3665
+ FlexBoxProps.pt
3666
+ ```
3667
+
3668
+ ***
3669
+
3670
+ ### pr?
3671
+
3672
+ ```ts
3673
+ optional pr:
3674
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
3675
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
3676
+ ```
3677
+
3678
+ ### Inherited from
3679
+
3680
+ ```ts
3681
+ FlexBoxProps.pr
3682
+ ```
3683
+
3684
+ ***
3685
+
3686
+ ### pb?
3687
+
3688
+ ```ts
3689
+ optional pb:
3690
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
3691
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
3692
+ ```
3693
+
3694
+ ### Inherited from
3695
+
3696
+ ```ts
3697
+ FlexBoxProps.pb
3698
+ ```
3699
+
3700
+ ***
3701
+
3702
+ ### pl?
3703
+
3704
+ ```ts
3705
+ optional pl:
3706
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
3707
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
3708
+ ```
3709
+
3710
+ ### Inherited from
3711
+
3712
+ ```ts
3713
+ FlexBoxProps.pl
3714
+ ```
3715
+
3716
+ ***
3717
+
3718
+ ### px?
3719
+
3720
+ ```ts
3721
+ optional px:
3722
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
3723
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
3724
+ ```
3725
+
3726
+ ### Inherited from
3727
+
3728
+ ```ts
3729
+ FlexBoxProps.px
3730
+ ```
3731
+
3732
+ ***
3733
+
3734
+ ### py?
3735
+
3736
+ ```ts
3737
+ optional py:
3738
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
3739
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
3740
+ ```
3741
+
3742
+ ### Inherited from
3743
+
3744
+ ```ts
3745
+ FlexBoxProps.py
3746
+ ```
3747
+
3748
+ ***
3749
+
3750
+ ### margin?
3751
+
3752
+ ```ts
3753
+ optional margin:
3754
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
3755
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
3756
+ ```
3757
+
3758
+ ### Inherited from
3759
+
3760
+ ```ts
3761
+ FlexBoxProps.margin
3762
+ ```
3763
+
3764
+ ***
3765
+
3766
+ ### marginTop?
3767
+
3768
+ ```ts
3769
+ optional marginTop:
3770
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
3771
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
3772
+ ```
3773
+
3774
+ ### Inherited from
3775
+
3776
+ ```ts
3777
+ FlexBoxProps.marginTop
3778
+ ```
3779
+
3780
+ ***
3781
+
3782
+ ### marginRight?
3783
+
3784
+ ```ts
3785
+ optional marginRight:
3786
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
3787
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
3788
+ ```
3789
+
3790
+ ### Inherited from
3791
+
3792
+ ```ts
3793
+ FlexBoxProps.marginRight
3794
+ ```
3795
+
3796
+ ***
3797
+
3798
+ ### marginBottom?
3799
+
3800
+ ```ts
3801
+ optional marginBottom:
3802
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
3803
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
3804
+ ```
3805
+
3806
+ ### Inherited from
3807
+
3808
+ ```ts
3809
+ FlexBoxProps.marginBottom
3810
+ ```
3811
+
3812
+ ***
3813
+
3814
+ ### marginLeft?
3815
+
3816
+ ```ts
3817
+ optional marginLeft:
3818
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3819
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3820
+ ```
3821
+
3822
+ ### Inherited from
3823
+
3824
+ ```ts
3825
+ FlexBoxProps.marginLeft
3826
+ ```
3827
+
3828
+ ***
3829
+
3830
+ ### marginX?
3831
+
3832
+ ```ts
3833
+ optional marginX:
3834
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
3835
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
3836
+ ```
3837
+
3838
+ ### Inherited from
3839
+
3840
+ ```ts
3841
+ FlexBoxProps.marginX
3842
+ ```
3843
+
3844
+ ***
3845
+
3846
+ ### marginY?
3847
+
3848
+ ```ts
3849
+ optional marginY:
3850
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
3851
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
3852
+ ```
3853
+
3854
+ ### Inherited from
3855
+
3856
+ ```ts
3857
+ FlexBoxProps.marginY
3858
+ ```
3859
+
3860
+ ***
3861
+
3862
+ ### marginInline?
3863
+
3864
+ ```ts
3865
+ optional marginInline:
3866
+ | ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>
3867
+ | (theme) => ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>;
3868
+ ```
3869
+
3870
+ ### Inherited from
3871
+
3872
+ ```ts
3873
+ FlexBoxProps.marginInline
3874
+ ```
3875
+
3876
+ ***
3877
+
3878
+ ### marginInlineStart?
3879
+
3880
+ ```ts
3881
+ optional marginInlineStart:
3882
+ | ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>
3883
+ | (theme) => ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>;
3884
+ ```
3885
+
3886
+ ### Inherited from
3887
+
3888
+ ```ts
3889
+ FlexBoxProps.marginInlineStart
3890
+ ```
3891
+
3892
+ ***
3893
+
3894
+ ### marginInlineEnd?
3895
+
3896
+ ```ts
3897
+ optional marginInlineEnd:
3898
+ | ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>
3899
+ | (theme) => ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>;
3900
+ ```
3901
+
3902
+ ### Inherited from
3903
+
3904
+ ```ts
3905
+ FlexBoxProps.marginInlineEnd
3906
+ ```
3907
+
3908
+ ***
3909
+
3910
+ ### marginBlock?
3911
+
3912
+ ```ts
3913
+ optional marginBlock:
3914
+ | ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>
3915
+ | (theme) => ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>;
3916
+ ```
3917
+
3918
+ ### Inherited from
3919
+
3920
+ ```ts
3921
+ FlexBoxProps.marginBlock
3922
+ ```
3923
+
3924
+ ***
3925
+
3926
+ ### marginBlockStart?
3927
+
3928
+ ```ts
3929
+ optional marginBlockStart:
3930
+ | ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>
3931
+ | (theme) => ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>;
3932
+ ```
3933
+
3934
+ ### Inherited from
3935
+
3936
+ ```ts
3937
+ FlexBoxProps.marginBlockStart
3938
+ ```
3939
+
3940
+ ***
3941
+
3942
+ ### marginBlockEnd?
3943
+
3944
+ ```ts
3945
+ optional marginBlockEnd:
3946
+ | ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>
3947
+ | (theme) => ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>;
3948
+ ```
3949
+
3950
+ ### Inherited from
3951
+
3952
+ ```ts
3953
+ FlexBoxProps.marginBlockEnd
3954
+ ```
3955
+
3956
+ ***
3957
+
3958
+ ### padding?
3959
+
3960
+ ```ts
3961
+ optional padding:
3962
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
3963
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
3964
+ ```
3965
+
3966
+ ### Inherited from
3967
+
3968
+ ```ts
3969
+ FlexBoxProps.padding
3970
+ ```
3971
+
3972
+ ***
3973
+
3974
+ ### paddingTop?
3975
+
3976
+ ```ts
3977
+ optional paddingTop:
3978
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
3979
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
3980
+ ```
3981
+
3982
+ ### Inherited from
3983
+
3984
+ ```ts
3985
+ FlexBoxProps.paddingTop
3986
+ ```
3987
+
3988
+ ***
3989
+
3990
+ ### paddingRight?
3991
+
3992
+ ```ts
3993
+ optional paddingRight:
3994
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
3995
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
3996
+ ```
3997
+
3998
+ ### Inherited from
3999
+
4000
+ ```ts
4001
+ FlexBoxProps.paddingRight
4002
+ ```
4003
+
4004
+ ***
4005
+
4006
+ ### paddingBottom?
4007
+
4008
+ ```ts
4009
+ optional paddingBottom:
4010
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
4011
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
4012
+ ```
4013
+
4014
+ ### Inherited from
4015
+
4016
+ ```ts
4017
+ FlexBoxProps.paddingBottom
4018
+ ```
4019
+
4020
+ ***
4021
+
4022
+ ### paddingLeft?
4023
+
4024
+ ```ts
4025
+ optional paddingLeft:
4026
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
4027
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
4028
+ ```
4029
+
4030
+ ### Inherited from
4031
+
4032
+ ```ts
4033
+ FlexBoxProps.paddingLeft
4034
+ ```
4035
+
4036
+ ***
4037
+
4038
+ ### paddingX?
4039
+
4040
+ ```ts
4041
+ optional paddingX:
4042
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
4043
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
4044
+ ```
4045
+
4046
+ ### Inherited from
4047
+
4048
+ ```ts
4049
+ FlexBoxProps.paddingX
4050
+ ```
4051
+
4052
+ ***
4053
+
4054
+ ### paddingY?
4055
+
4056
+ ```ts
4057
+ optional paddingY:
4058
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
4059
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
4060
+ ```
4061
+
4062
+ ### Inherited from
4063
+
4064
+ ```ts
4065
+ FlexBoxProps.paddingY
4066
+ ```
4067
+
4068
+ ***
4069
+
4070
+ ### paddingInline?
4071
+
4072
+ ```ts
4073
+ optional paddingInline:
4074
+ | ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>
4075
+ | (theme) => ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>;
4076
+ ```
4077
+
4078
+ ### Inherited from
4079
+
4080
+ ```ts
4081
+ FlexBoxProps.paddingInline
4082
+ ```
4083
+
4084
+ ***
4085
+
4086
+ ### paddingInlineStart?
4087
+
4088
+ ```ts
4089
+ optional paddingInlineStart:
4090
+ | ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>
4091
+ | (theme) => ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>;
4092
+ ```
4093
+
4094
+ ### Inherited from
4095
+
4096
+ ```ts
4097
+ FlexBoxProps.paddingInlineStart
4098
+ ```
4099
+
4100
+ ***
4101
+
4102
+ ### paddingInlineEnd?
4103
+
4104
+ ```ts
4105
+ optional paddingInlineEnd:
4106
+ | ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>
4107
+ | (theme) => ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>;
4108
+ ```
4109
+
4110
+ ### Inherited from
4111
+
4112
+ ```ts
4113
+ FlexBoxProps.paddingInlineEnd
4114
+ ```
4115
+
4116
+ ***
4117
+
4118
+ ### paddingBlock?
4119
+
4120
+ ```ts
4121
+ optional paddingBlock:
4122
+ | ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>
4123
+ | (theme) => ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>;
4124
+ ```
4125
+
4126
+ ### Inherited from
4127
+
4128
+ ```ts
4129
+ FlexBoxProps.paddingBlock
4130
+ ```
4131
+
4132
+ ***
4133
+
4134
+ ### paddingBlockStart?
4135
+
4136
+ ```ts
4137
+ optional paddingBlockStart:
4138
+ | ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>
4139
+ | (theme) => ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>;
4140
+ ```
4141
+
4142
+ ### Inherited from
4143
+
4144
+ ```ts
4145
+ FlexBoxProps.paddingBlockStart
4146
+ ```
4147
+
4148
+ ***
4149
+
4150
+ ### paddingBlockEnd?
4151
+
4152
+ ```ts
4153
+ optional paddingBlockEnd:
4154
+ | ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>
4155
+ | (theme) => ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>;
4156
+ ```
4157
+
4158
+ ### Inherited from
4159
+
4160
+ ```ts
4161
+ FlexBoxProps.paddingBlockEnd
4162
+ ```
4163
+
4164
+ ***
4165
+
4166
+ ### typography?
4167
+
4168
+ ```ts
4169
+ optional typography:
4170
+ | ResponsiveStyleValue<undefined | string>
4171
+ | (theme) => ResponsiveStyleValue<undefined | string>;
4172
+ ```
4173
+
4174
+ ### Inherited from
4175
+
4176
+ ```ts
4177
+ FlexBoxProps.typography
4178
+ ```
4179
+
4180
+ ***
4181
+
4182
+ ### fontFamily?
4183
+
4184
+ ```ts
4185
+ optional fontFamily:
4186
+ | ResponsiveStyleValue<readonly string[] | FontFamily | undefined>
4187
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontFamily | undefined>;
4188
+ ```
4189
+
4190
+ ### Inherited from
4191
+
4192
+ ```ts
4193
+ FlexBoxProps.fontFamily
4194
+ ```
4195
+
4196
+ ***
4197
+
4198
+ ### fontSize?
4199
+
4200
+ ```ts
4201
+ optional fontSize:
4202
+ | ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>
4203
+ | (theme) => ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>;
4204
+ ```
4205
+
4206
+ ### Inherited from
4207
+
4208
+ ```ts
4209
+ FlexBoxProps.fontSize
4210
+ ```
4211
+
4212
+ ***
4213
+
4214
+ ### fontStyle?
4215
+
4216
+ ```ts
4217
+ optional fontStyle:
4218
+ | ResponsiveStyleValue<readonly string[] | FontStyle | undefined>
4219
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontStyle | undefined>;
4220
+ ```
4221
+
4222
+ ### Inherited from
4223
+
4224
+ ```ts
4225
+ FlexBoxProps.fontStyle
4226
+ ```
4227
+
4228
+ ***
4229
+
4230
+ ### fontWeight?
4231
+
4232
+ ```ts
4233
+ optional fontWeight:
4234
+ | ResponsiveStyleValue<undefined | string | string & object | number & object>
4235
+ | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
4236
+ ```
4237
+
4238
+ ### Inherited from
4239
+
4240
+ ```ts
4241
+ FlexBoxProps.fontWeight
4242
+ ```
4243
+
4244
+ ***
4245
+
4246
+ ### letterSpacing?
4247
+
4248
+ ```ts
4249
+ optional letterSpacing:
4250
+ | ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>
4251
+ | (theme) => ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>;
4252
+ ```
4253
+
4254
+ ### Inherited from
4255
+
4256
+ ```ts
4257
+ FlexBoxProps.letterSpacing
4258
+ ```
4259
+
4260
+ ***
4261
+
4262
+ ### lineHeight?
4263
+
4264
+ ```ts
4265
+ optional lineHeight:
4266
+ | ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>
4267
+ | (theme) => ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>;
4268
+ ```
4269
+
4270
+ ### Inherited from
4271
+
4272
+ ```ts
4273
+ FlexBoxProps.lineHeight
4274
+ ```
4275
+
4276
+ ***
4277
+
4278
+ ### textAlign?
4279
+
4280
+ ```ts
4281
+ optional textAlign:
4282
+ | ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>
4283
+ | (theme) => ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>;
4284
+ ```
4285
+
4286
+ ### Inherited from
4287
+
4288
+ ```ts
4289
+ FlexBoxProps.textAlign
4290
+ ```
4291
+
4292
+ ***
4293
+
4294
+ ### textTransform?
4295
+
4296
+ ```ts
4297
+ optional textTransform:
4298
+ | ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
4299
+ | (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
4300
+ ```
4301
+
4302
+ ### Inherited from
4303
+
4304
+ ```ts
4305
+ FlexBoxProps.textTransform
4306
+ ```
4307
+
4308
+ ***
4309
+
4310
+ ### boundwitness?
4311
+
4312
+ ```ts
4313
+ optional boundwitness: BoundWitness;
4314
+ ```
4315
+
4316
+ ***
4317
+
4318
+ ### validationIconColors?
4319
+
4320
+ ```ts
4321
+ optional validationIconColors: boolean;
4322
+ ```
4323
+
4324
+ ### <a id="BlockBoundWitnessCardProps"></a>BlockBoundWitnessCardProps
4325
+
4326
+ [**@xyo-network/react-chain-boundwitness**](#../README)
4327
+
4328
+ ***
4329
+
4330
+ ## Extends
4331
+
4332
+ - `CardProps`
4333
+
4334
+ ## Properties
4335
+
4336
+ ### linkedAddress?
4337
+
4338
+ ```ts
4339
+ optional linkedAddress: boolean;
4340
+ ```
4341
+
4342
+ ***
4343
+
4344
+ ### viewer?
4345
+
4346
+ ```ts
4347
+ optional viewer: XyoViewer;
4348
+ ```
4349
+
4350
+ ***
4351
+
4352
+ ### wrapper?
4353
+
4354
+ ```ts
4355
+ optional wrapper: HydratedBlockInstance<HydratedBlock>;
2214
4356
  ```
2215
4357
 
2216
4358
  ### <a id="BoundWitnessDetailsProps"></a>BoundWitnessDetailsProps
@@ -6350,7 +8492,7 @@ FlexBoxProps.textTransform
6350
8492
  ### transaction?
6351
8493
 
6352
8494
  ```ts
6353
- optional transaction: null | HydratedTransaction;
8495
+ optional transaction: null | SignedHydratedTransactionWithStorageMeta;
6354
8496
  ```
6355
8497
 
6356
8498
  ***
@@ -6384,7 +8526,7 @@ optional linkedAddress: boolean;
6384
8526
  ### wrapper?
6385
8527
 
6386
8528
  ```ts
6387
- optional wrapper: HydratedTransactionInstance<HydratedTransaction, AllowedBlockPayload>;
8529
+ optional wrapper: HydratedTransactionInstance<HydratedTransactionWithStorageMeta, AllowedBlockPayload>;
6388
8530
  ```
6389
8531
 
6390
8532
  ### <a id="TransactionBoundWitnessDetailsProps"></a>TransactionBoundWitnessDetailsProps
@@ -8450,7 +10592,7 @@ FlexBoxProps.textTransform
8450
10592
  ### transaction?
8451
10593
 
8452
10594
  ```ts
8453
- optional transaction: null | HydratedTransaction;
10595
+ optional transaction: null | SignedHydratedTransactionWithStorageMeta;
8454
10596
  ```
8455
10597
 
8456
10598
  ### <a id="TxVerification"></a>TxVerification
@@ -8476,7 +10618,7 @@ optional iconColors: boolean;
8476
10618
  ### transaction?
8477
10619
 
8478
10620
  ```ts
8479
- optional transaction: null | HydratedTransaction;
10621
+ optional transaction: null | SignedHydratedTransactionWithStorageMeta;
8480
10622
  ```
8481
10623
 
8482
10624
  ### type-aliases
@@ -8493,6 +10635,36 @@ type TransactionBoundWitnessEvents = ExtendEventNoun<"transaction">;
8493
10635
 
8494
10636
  ### variables
8495
10637
 
10638
+ ### <a id="BlockBoundWitnessActions"></a>BlockBoundWitnessActions
10639
+
10640
+ [**@xyo-network/react-chain-boundwitness**](#../README)
10641
+
10642
+ ***
10643
+
10644
+ ```ts
10645
+ const BlockBoundWitnessActions: React.FC<BlockBoundWitnessActionsProps>;
10646
+ ```
10647
+
10648
+ ### <a id="BlockBoundWitnessCard"></a>BlockBoundWitnessCard
10649
+
10650
+ [**@xyo-network/react-chain-boundwitness**](#../README)
10651
+
10652
+ ***
10653
+
10654
+ ```ts
10655
+ const BlockBoundWitnessCard: React.FC<BlockBoundWitnessCardProps>;
10656
+ ```
10657
+
10658
+ ### <a id="BlockBoundWitnessVerification"></a>BlockBoundWitnessVerification
10659
+
10660
+ [**@xyo-network/react-chain-boundwitness**](#../README)
10661
+
10662
+ ***
10663
+
10664
+ ```ts
10665
+ const BlockBoundWitnessVerification: React.FC<BWVerification>;
10666
+ ```
10667
+
8496
10668
  ### <a id="TransactionActions"></a>TransactionActions
8497
10669
 
8498
10670
  [**@xyo-network/react-chain-boundwitness**](#../README)