@xyo-network/react-chain-blockchain 1.16.14 → 1.16.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.
Files changed (2) hide show
  1. package/README.md +3050 -540
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -24,6 +24,11 @@ XYO Layer One React SDK Blockchain
24
24
 
25
25
  ## Interfaces
26
26
 
27
+ - [AccountBalanceHistoryFlexBoxProps](#interfaces/AccountBalanceHistoryFlexBoxProps)
28
+ - [AccountBalanceHistoryTableExProps](#interfaces/AccountBalanceHistoryTableExProps)
29
+ - [BalanceHistoryTableRowProps](#interfaces/BalanceHistoryTableRowProps)
30
+ - [AddressTableCellProps](#interfaces/AddressTableCellProps)
31
+ - [HashTableCellProps](#interfaces/HashTableCellProps)
27
32
  - [BlockProducerChipProps](#interfaces/BlockProducerChipProps)
28
33
  - [BlockNumberTableCellProps](#interfaces/BlockNumberTableCellProps)
29
34
  - [BlockEpochTableCellProps](#interfaces/BlockEpochTableCellProps)
@@ -32,6 +37,7 @@ XYO Layer One React SDK Blockchain
32
37
  - [BlockPayloadCountsTableCellProps](#interfaces/BlockPayloadCountsTableCellProps)
33
38
  - [BlockPayloadCountsEventData](#interfaces/BlockPayloadCountsEventData)
34
39
  - [BlockProducerTableCell](#interfaces/BlockProducerTableCell)
40
+ - [BlockProducerTableCellInner](#interfaces/BlockProducerTableCellInner)
35
41
  - [BlockTransactionCountTableCellProps](#interfaces/BlockTransactionCountTableCellProps)
36
42
  - [BlockTransactionCountEventData](#interfaces/BlockTransactionCountEventData)
37
43
  - [BlockVerificationTableCellProps](#interfaces/BlockVerificationTableCellProps)
@@ -52,6 +58,9 @@ XYO Layer One React SDK Blockchain
52
58
 
53
59
  ## Type Aliases
54
60
 
61
+ - [BalanceHistoryEventNouns](#type-aliases/BalanceHistoryEventNouns)
62
+ - [TableHeadingLabels](#type-aliases/TableHeadingLabels)
63
+ - [TableHeadings](#type-aliases/TableHeadings)
55
64
  - [BlockHeaderEventNouns](#type-aliases/BlockHeaderEventNouns)
56
65
  - [PollingState](#type-aliases/PollingState)
57
66
  - [Listener](#type-aliases/Listener)
@@ -60,15 +69,25 @@ XYO Layer One React SDK Blockchain
60
69
  ## Variables
61
70
 
62
71
  - [FeatureNotAvailable](#variables/FeatureNotAvailable)
72
+ - [AccountBalanceHistoryFlexBox](#variables/AccountBalanceHistoryFlexBox)
73
+ - [AccountBalanceHistoryTableEx](#variables/AccountBalanceHistoryTableEx)
74
+ - [BalanceHistoryTableRow](#variables/BalanceHistoryTableRow)
75
+ - [AddressTableCell](#variables/AddressTableCell)
76
+ - [HashTableCell](#variables/HashTableCell)
77
+ - [TableHeadingLabels](#variables/TableHeadingLabels)
63
78
  - [BlockHeadingFlexbox](#variables/BlockHeadingFlexbox)
64
79
  - [ChipSkeleton](#variables/ChipSkeleton)
65
80
  - [BlockProducerChip](#variables/BlockProducerChip)
81
+ - [BlockAddressChip](#variables/BlockAddressChip)
66
82
  - [BlockNumberTableCell](#variables/BlockNumberTableCell)
83
+ - [BlockNumberTableCellInner](#variables/BlockNumberTableCellInner)
67
84
  - [BlockEpochTableCell](#variables/BlockEpochTableCell)
85
+ - [BlockEpochTableCellInner](#variables/BlockEpochTableCellInner)
68
86
  - [BlockHashTableCell](#variables/BlockHashTableCell)
69
87
  - [BlockJsonViewTableCell](#variables/BlockJsonViewTableCell)
70
88
  - [BlockPayloadCountsTableCell](#variables/BlockPayloadCountsTableCell)
71
89
  - [BlockProducerTableCell](#variables/BlockProducerTableCell)
90
+ - [BlockProducerTableCellInner](#variables/BlockProducerTableCellInner)
72
91
  - [BlockTransactionCountTableCell](#variables/BlockTransactionCountTableCell)
73
92
  - [BlockVerificationTableCell](#variables/BlockVerificationTableCell)
74
93
  - [BlockchainTableHead](#variables/BlockchainTableHead)
@@ -79,7 +98,6 @@ XYO Layer One React SDK Blockchain
79
98
  - [StyledPulseSvgIcon](#variables/StyledPulseSvgIcon)
80
99
  - [TransactionsDialog](#variables/TransactionsDialog)
81
100
  - [BlockChainPagination](#variables/BlockChainPagination)
82
- - [DynamicBlockchainRenderFlexbox](#variables/DynamicBlockchainRenderFlexbox)
83
101
  - [StaticBlockchainRenderFlexBox](#variables/StaticBlockchainRenderFlexBox)
84
102
  - [ChainAnalyzerStatsDialog](#variables/ChainAnalyzerStatsDialog)
85
103
  - [ChainAnalyzerStatsDialogFromContext](#variables/ChainAnalyzerStatsDialogFromContext)
@@ -101,6 +119,7 @@ XYO Layer One React SDK Blockchain
101
119
 
102
120
  ## Functions
103
121
 
122
+ - [formatBalanceMagnitude](#functions/formatBalanceMagnitude)
104
123
  - [blockProducer](#functions/blockProducer)
105
124
  - [buildBlockChainRenderComponent](#functions/buildBlockChainRenderComponent)
106
125
  - [payloadCountsFromBlock](#functions/payloadCountsFromBlock)
@@ -115,7 +134,6 @@ XYO Layer One React SDK Blockchain
115
134
  - [useChainPagination](#functions/useChainPagination)
116
135
  - [resolveDefinedHead](#functions/resolveDefinedHead)
117
136
  - [useChainIteratorParams](#functions/useChainIteratorParams)
118
- - [useChainIteratorStore](#functions/useChainIteratorStore)
119
137
  - [useChainIteratorUpdatingHead](#functions/useChainIteratorUpdatingHead)
120
138
  - [useIterateChain](#functions/useIterateChain)
121
139
  - [useTxsFromBlock](#functions/useTxsFromBlock)
@@ -263,9 +281,7 @@ function BlockchainTableEx(__namedParameters): Element;
263
281
  ***
264
282
 
265
283
  ```ts
266
- function blockProducer(block): Brand<Brand<Lowercase<string>, {
267
- }>, {
268
- }>;
284
+ function blockProducer(block): Address;
269
285
  ```
270
286
 
271
287
  ## Parameters
@@ -276,9 +292,7 @@ function blockProducer(block): Brand<Brand<Lowercase<string>, {
276
292
 
277
293
  ## Returns
278
294
 
279
- `Brand`\<`Brand`\<`Lowercase`\<`string`\>, \{
280
- \}\>, \{
281
- \}\>
295
+ `Address`
282
296
 
283
297
  ### <a id="buildBlockChainRenderComponent"></a>buildBlockChainRenderComponent
284
298
 
@@ -304,6 +318,26 @@ function buildBlockChainRenderComponent(BlockComponent, blockComponentProps): Pr
304
318
 
305
319
  `Promise`\<`BlockChainRenderComponent`\>
306
320
 
321
+ ### <a id="formatBalanceMagnitude"></a>formatBalanceMagnitude
322
+
323
+ [**@xyo-network/react-chain-blockchain**](#../README)
324
+
325
+ ***
326
+
327
+ ```ts
328
+ function formatBalanceMagnitude(set): string;
329
+ ```
330
+
331
+ ## Parameters
332
+
333
+ ### set
334
+
335
+ \[`AttoXL1`, `AttoXL1`\]
336
+
337
+ ## Returns
338
+
339
+ `string`
340
+
307
341
  ### <a id="payloadCountsFromBlock"></a>payloadCountsFromBlock
308
342
 
309
343
  [**@xyo-network/react-chain-blockchain**](#../README)
@@ -338,7 +372,7 @@ function resolveDefinedHead(head, chainArchivist): Promise<Signed<BlockBoundWitn
338
372
 
339
373
  ### head
340
374
 
341
- `Brand`
375
+ `Hash`
342
376
 
343
377
  ### chainArchivist
344
378
 
@@ -365,13 +399,13 @@ function useAnchorElement(): object;
365
399
  ### anchorEl
366
400
 
367
401
  ```ts
368
- anchorEl: null | HTMLElement;
402
+ anchorEl: HTMLElement | null;
369
403
  ```
370
404
 
371
405
  ### anchorRef
372
406
 
373
407
  ```ts
374
- anchorRef: RefObject<null | HTMLButtonElement>;
408
+ anchorRef: RefObject<HTMLButtonElement | null>;
375
409
  ```
376
410
 
377
411
  ### open
@@ -413,7 +447,7 @@ handleClose: () => void;
413
447
  ***
414
448
 
415
449
  ```ts
416
- function useBlockHeadingEvents<TElement>(...args): [RefObject<null | TElement>, EventDispatch<BlockHeaderEventNouns, EventVerb, string>];
450
+ function useBlockHeadingEvents<TElement>(...args): [RefObject<TElement | null>, EventDispatch<BlockHeaderEventNouns, EventVerb, string>];
417
451
  ```
418
452
 
419
453
  ## Type Parameters
@@ -426,11 +460,11 @@ function useBlockHeadingEvents<TElement>(...args): [RefObject<null | TElement>,
426
460
 
427
461
  ### args
428
462
 
429
- ...\[`EventDispatch`\<[`BlockHeaderEventNouns`](#../type-aliases/BlockHeaderEventNouns), `EventVerb`, `string`\>, `RefObject`\<`null` \| `TElement`\>\]
463
+ ...\[`EventDispatch`\<[`BlockHeaderEventNouns`](#../type-aliases/BlockHeaderEventNouns), `EventVerb`, `string`\>, `RefObject`\<`TElement` \| `null`\>\]
430
464
 
431
465
  ## Returns
432
466
 
433
- \[`RefObject`\<`null` \| `TElement`\>, `EventDispatch`\<[`BlockHeaderEventNouns`](#../type-aliases/BlockHeaderEventNouns), `EventVerb`, `string`\>\]
467
+ \[`RefObject`\<`TElement` \| `null`\>, `EventDispatch`\<[`BlockHeaderEventNouns`](#../type-aliases/BlockHeaderEventNouns), `EventVerb`, `string`\>\]
434
468
 
435
469
  ### <a id="useBlockProducer"></a>useBlockProducer
436
470
 
@@ -439,11 +473,7 @@ function useBlockHeadingEvents<TElement>(...args): [RefObject<null | TElement>,
439
473
  ***
440
474
 
441
475
  ```ts
442
- function useBlockProducer(block?):
443
- | undefined
444
- | Brand<Brand<Lowercase<string>, {
445
- }>, {
446
- }>;
476
+ function useBlockProducer(block?): Address | undefined;
447
477
  ```
448
478
 
449
479
  ## Parameters
@@ -454,10 +484,7 @@ function useBlockProducer(block?):
454
484
 
455
485
  ## Returns
456
486
 
457
- \| `undefined`
458
- \| `Brand`\<`Brand`\<`Lowercase`\<`string`\>, \{
459
- \}\>, \{
460
- \}\>
487
+ `Address` \| `undefined`
461
488
 
462
489
  ### <a id="useChainIteratorParams"></a>useChainIteratorParams
463
490
 
@@ -467,19 +494,24 @@ function useBlockProducer(block?):
467
494
 
468
495
  ```ts
469
496
  function useChainIteratorParams(__namedParameters): [
470
- | undefined
471
497
  | {
472
- chainArchivist: ArchivistInstance<ArchivistParams<AnyConfigSchema<ArchivistConfig>>, ArchivistModuleEventData, Payload>;
473
- chainId: Chain;
498
+ chainMap: PayloadMapRead<WithStorageMeta<Payload>>;
499
+ chainId: ChainId;
474
500
  config: {
475
501
  api: {
476
502
  host: string;
503
+ initRewardsCache: boolean;
477
504
  mnemonic?: string;
478
505
  port: number;
479
506
  };
480
507
  app: {
481
508
  port: number;
482
509
  };
510
+ bridge: {
511
+ host: string;
512
+ mnemonic?: string;
513
+ port: number;
514
+ };
483
515
  chain: {
484
516
  id?: string;
485
517
  };
@@ -493,12 +525,14 @@ function useChainIteratorParams(__namedParameters): [
493
525
  url?: string;
494
526
  };
495
527
  };
528
+ mempool: {
529
+ enabled: boolean;
530
+ host: string;
531
+ mnemonic?: string;
532
+ port: number;
533
+ };
496
534
  producer: {
497
- allowlist?: Brand<Brand<Lowercase<string>, {
498
- __hex: true;
499
- }>, {
500
- __address: true;
501
- }>[];
535
+ allowlist?: Address[];
502
536
  disableIntentRedeclaration?: boolean;
503
537
  healthCheckPort?: number;
504
538
  heartbeatInterval: number;
@@ -507,6 +541,12 @@ function useChainIteratorParams(__namedParameters): [
507
541
  port: number;
508
542
  rewardAddress?: string;
509
543
  };
544
+ rewardRedemptionApi: {
545
+ chainRpcApiUrl: string;
546
+ host: string;
547
+ mnemonic?: string;
548
+ port: number;
549
+ };
510
550
  storage: {
511
551
  mongo?: {
512
552
  connectionString?: string;
@@ -522,12 +562,17 @@ function useChainIteratorParams(__namedParameters): [
522
562
  otlpEndpoint?: string;
523
563
  };
524
564
  };
525
- logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
565
+ validation: {
566
+ allowedRewardRedeemers?: Address[];
567
+ allowedRewardEscrowAccountSigners?: Address[];
568
+ };
569
+ logLevel: "log" | "error" | "info" | "warn" | "debug" | "trace";
526
570
  silent: boolean;
527
571
  };
528
572
  head: SchemaFields & PayloadFields & object & Partial<PayloadMetaFields> & StorageMeta & BoundWitnessFields & BlockBoundWitnessFields & BlockBoundWitnessMeta & object & BoundWitnessMeta & object;
529
573
  name: CreatableName;
530
- }, undefined | Error, undefined | UsePromiseState];
574
+ }
575
+ | undefined, Error | undefined, UsePromiseState | undefined];
531
576
  ```
532
577
 
533
578
  ## Parameters
@@ -539,19 +584,24 @@ function useChainIteratorParams(__namedParameters): [
539
584
  ## Returns
540
585
 
541
586
  \[
542
- \| `undefined`
543
587
  \| \{
544
- `chainArchivist`: `ArchivistInstance`\<`ArchivistParams`\<`AnyConfigSchema`\<`ArchivistConfig`\>\>, `ArchivistModuleEventData`, `Payload`\>;
545
- `chainId`: `Chain`;
588
+ `chainMap`: `PayloadMapRead`\<`WithStorageMeta`\<`Payload`\>\>;
589
+ `chainId`: `ChainId`;
546
590
  `config`: \{
547
591
  `api`: \{
548
592
  `host`: `string`;
593
+ `initRewardsCache`: `boolean`;
549
594
  `mnemonic?`: `string`;
550
595
  `port`: `number`;
551
596
  \};
552
597
  `app`: \{
553
598
  `port`: `number`;
554
599
  \};
600
+ `bridge`: \{
601
+ `host`: `string`;
602
+ `mnemonic?`: `string`;
603
+ `port`: `number`;
604
+ \};
555
605
  `chain`: \{
556
606
  `id?`: `string`;
557
607
  \};
@@ -565,12 +615,14 @@ function useChainIteratorParams(__namedParameters): [
565
615
  `url?`: `string`;
566
616
  \};
567
617
  \};
618
+ `mempool`: \{
619
+ `enabled`: `boolean`;
620
+ `host`: `string`;
621
+ `mnemonic?`: `string`;
622
+ `port`: `number`;
623
+ \};
568
624
  `producer`: \{
569
- `allowlist?`: `Brand`\<`Brand`\<`Lowercase`\<`string`\>, \{
570
- `__hex`: `true`;
571
- \}\>, \{
572
- `__address`: `true`;
573
- \}\>[];
625
+ `allowlist?`: `Address`[];
574
626
  `disableIntentRedeclaration?`: `boolean`;
575
627
  `healthCheckPort?`: `number`;
576
628
  `heartbeatInterval`: `number`;
@@ -579,6 +631,12 @@ function useChainIteratorParams(__namedParameters): [
579
631
  `port`: `number`;
580
632
  `rewardAddress?`: `string`;
581
633
  \};
634
+ `rewardRedemptionApi`: \{
635
+ `chainRpcApiUrl`: `string`;
636
+ `host`: `string`;
637
+ `mnemonic?`: `string`;
638
+ `port`: `number`;
639
+ \};
582
640
  `storage`: \{
583
641
  `mongo?`: \{
584
642
  `connectionString?`: `string`;
@@ -594,32 +652,17 @@ function useChainIteratorParams(__namedParameters): [
594
652
  `otlpEndpoint?`: `string`;
595
653
  \};
596
654
  \};
597
- `logLevel`: `"error"` \| `"warn"` \| `"info"` \| `"log"` \| `"debug"` \| `"trace"`;
655
+ `validation`: \{
656
+ `allowedRewardRedeemers?`: `Address`[];
657
+ `allowedRewardEscrowAccountSigners?`: `Address`[];
658
+ \};
659
+ `logLevel`: `"log"` \| `"error"` \| `"info"` \| `"warn"` \| `"debug"` \| `"trace"`;
598
660
  `silent`: `boolean`;
599
661
  \};
600
662
  `head`: `SchemaFields` & `PayloadFields` & `object` & `Partial`\<`PayloadMetaFields`\> & `StorageMeta` & `BoundWitnessFields` & `BlockBoundWitnessFields` & `BlockBoundWitnessMeta` & `object` & `BoundWitnessMeta` & `object`;
601
663
  `name`: `CreatableName`;
602
- \}, `undefined` \| `Error`, `undefined` \| `UsePromiseState`\]
603
-
604
- ### <a id="useChainIteratorStore"></a>useChainIteratorStore
605
-
606
- [**@xyo-network/react-chain-blockchain**](#../README)
607
-
608
- ***
609
-
610
- ```ts
611
- function useChainIteratorStore(chainIteratorParams?): Partial<ChainIteratorStoreValues>;
612
- ```
613
-
614
- ## Parameters
615
-
616
- ### chainIteratorParams?
617
-
618
- `XyoChainIteratorParams`
619
-
620
- ## Returns
621
-
622
- `Partial`\<[`ChainIteratorStoreValues`](#../type-aliases/ChainIteratorStoreValues)\>
664
+ \}
665
+ \| `undefined`, `Error` \| `undefined`, `UsePromiseState` \| `undefined`\]
623
666
 
624
667
  ### <a id="useChainIteratorUpdatingHead"></a>useChainIteratorUpdatingHead
625
668
 
@@ -628,7 +671,7 @@ function useChainIteratorStore(chainIteratorParams?): Partial<ChainIteratorStore
628
671
  ***
629
672
 
630
673
  ```ts
631
- function useChainIteratorUpdatingHead(__namedParameters): undefined | Error;
674
+ function useChainIteratorUpdatingHead(__namedParameters): Error | undefined;
632
675
  ```
633
676
 
634
677
  ## Parameters
@@ -639,7 +682,7 @@ function useChainIteratorUpdatingHead(__namedParameters): undefined | Error;
639
682
 
640
683
  ## Returns
641
684
 
642
- `undefined` \| `Error`
685
+ `Error` \| `undefined`
643
686
 
644
687
  ### <a id="useChainPagination"></a>useChainPagination
645
688
 
@@ -694,7 +737,7 @@ page: number;
694
737
  ### paginatedBlockComponents
695
738
 
696
739
  ```ts
697
- paginatedBlockComponents: undefined | BlockChainRenderComponent[];
740
+ paginatedBlockComponents: BlockChainRenderComponent[] | undefined;
698
741
  ```
699
742
 
700
743
  ### <a id="useDynamicBlockComponents"></a>useDynamicBlockComponents
@@ -744,7 +787,7 @@ onAddBlock: (block) => Promise<void>;
744
787
 
745
788
  #### block
746
789
 
747
- `undefined` | `HydratedBlock`
790
+ `HydratedBlock` | `undefined`
748
791
 
749
792
  ### Returns
750
793
 
@@ -757,7 +800,7 @@ onAddBlock: (block) => Promise<void>;
757
800
  ***
758
801
 
759
802
  ```ts
760
- function useIterateChain(chainIteratorParams?, maxDepth?): [undefined | HydratedBlock[], undefined | Error, undefined | UsePromiseState];
803
+ function useIterateChain(chainIteratorParams?, maxDepth?): [HydratedBlock[] | undefined, Error | undefined, UsePromiseState | undefined];
761
804
  ```
762
805
 
763
806
  ## Parameters
@@ -772,7 +815,7 @@ function useIterateChain(chainIteratorParams?, maxDepth?): [undefined | Hydrated
772
815
 
773
816
  ## Returns
774
817
 
775
- \[`undefined` \| `HydratedBlock`[], `undefined` \| `Error`, `undefined` \| `UsePromiseState`\]
818
+ \[`HydratedBlock`[] \| `undefined`, `Error` \| `undefined`, `UsePromiseState` \| `undefined`\]
776
819
 
777
820
  ### <a id="useOnBlock"></a>useOnBlock
778
821
 
@@ -781,127 +824,2319 @@ function useIterateChain(chainIteratorParams?, maxDepth?): [undefined | Hydrated
781
824
  ***
782
825
 
783
826
  ```ts
784
- function useOnBlock(
785
- initialHeadNumber?,
786
- onAddBlock?,
787
- liveHead?,
788
- pollingState?): HydratedBlock[];
827
+ function useOnBlock(
828
+ initialHeadNumber?,
829
+ onAddBlock?,
830
+ liveHead?,
831
+ pollingState?): HydratedBlock[];
832
+ ```
833
+
834
+ ## Parameters
835
+
836
+ ### initialHeadNumber?
837
+
838
+ `number`
839
+
840
+ ### onAddBlock?
841
+
842
+ (`block`) => `Promise`\<`void`\>
843
+
844
+ ### liveHead?
845
+
846
+ `HydratedBlock`
847
+
848
+ ### pollingState?
849
+
850
+ [`PollingState`](#../type-aliases/PollingState)
851
+
852
+ ## Returns
853
+
854
+ `HydratedBlock`[]
855
+
856
+ ### <a id="usePayloadCountsFromBlock"></a>usePayloadCountsFromBlock
857
+
858
+ [**@xyo-network/react-chain-blockchain**](#../README)
859
+
860
+ ***
861
+
862
+ ```ts
863
+ function usePayloadCountsFromBlock(block?): [number | undefined, number | undefined, Error | undefined];
864
+ ```
865
+
866
+ ## Parameters
867
+
868
+ ### block?
869
+
870
+ `HydratedBlock`
871
+
872
+ ## Returns
873
+
874
+ \[`number` \| `undefined`, `number` \| `undefined`, `Error` \| `undefined`\]
875
+
876
+ ### <a id="useStaticBlockComponents"></a>useStaticBlockComponents
877
+
878
+ [**@xyo-network/react-chain-blockchain**](#../README)
879
+
880
+ ***
881
+
882
+ ```ts
883
+ function useStaticBlockComponents(
884
+ BlockComponent,
885
+ params?,
886
+ blocks?): object;
887
+ ```
888
+
889
+ ## Parameters
890
+
891
+ ### BlockComponent
892
+
893
+ `ComponentType`\<`BlockComponentWithTxsProps`\>
894
+
895
+ ### params?
896
+
897
+ `XyoChainIteratorParams`
898
+
899
+ ### blocks?
900
+
901
+ `HydratedBlock`[]
902
+
903
+ ## Returns
904
+
905
+ `object`
906
+
907
+ ### blockComponents
908
+
909
+ ```ts
910
+ blockComponents: BlockChainRenderComponent[] | undefined;
911
+ ```
912
+
913
+ ### errors
914
+
915
+ ```ts
916
+ errors: Error | undefined = blockComponentsError;
917
+ ```
918
+
919
+ ### <a id="useTxsFromBlock"></a>useTxsFromBlock
920
+
921
+ [**@xyo-network/react-chain-blockchain**](#../README)
922
+
923
+ ***
924
+
925
+ ```ts
926
+ function useTxsFromBlock(block?): [
927
+ | [WithStorageMeta<Signed<TransactionBoundWitness>>, Hash][]
928
+ | undefined, Error | undefined, UsePromiseState | undefined];
929
+ ```
930
+
931
+ ## Parameters
932
+
933
+ ### block?
934
+
935
+ `HydratedBlock`
936
+
937
+ ## Returns
938
+
939
+ \[
940
+ \| \[`WithStorageMeta`\<`Signed`\<`TransactionBoundWitness`\>\>, `Hash`\][]
941
+ \| `undefined`, `Error` \| `undefined`, `UsePromiseState` \| `undefined`\]
942
+
943
+ ### interfaces
944
+
945
+ ### <a id="AccountBalanceHistoryFlexBoxProps"></a>AccountBalanceHistoryFlexBoxProps
946
+
947
+ [**@xyo-network/react-chain-blockchain**](#../README)
948
+
949
+ ***
950
+
951
+ ## Extends
952
+
953
+ - `FlexBoxProps`
954
+
955
+ ## Properties
956
+
957
+ ### border?
958
+
959
+ ```ts
960
+ optional border:
961
+ | ResponsiveStyleValue<
962
+ | number
963
+ | string & object
964
+ | "inset"
965
+ | "hidden"
966
+ | "-moz-initial"
967
+ | "inherit"
968
+ | "initial"
969
+ | "revert"
970
+ | "revert-layer"
971
+ | "unset"
972
+ | "medium"
973
+ | "thick"
974
+ | "thin"
975
+ | "dashed"
976
+ | "dotted"
977
+ | "double"
978
+ | "groove"
979
+ | "none"
980
+ | "outset"
981
+ | "ridge"
982
+ | "solid"
983
+ | "aliceblue"
984
+ | "antiquewhite"
985
+ | "aqua"
986
+ | "aquamarine"
987
+ | "azure"
988
+ | "beige"
989
+ | "bisque"
990
+ | "black"
991
+ | "blanchedalmond"
992
+ | "blue"
993
+ | "blueviolet"
994
+ | "brown"
995
+ | "burlywood"
996
+ | "cadetblue"
997
+ | "chartreuse"
998
+ | "chocolate"
999
+ | "coral"
1000
+ | "cornflowerblue"
1001
+ | "cornsilk"
1002
+ | "crimson"
1003
+ | "cyan"
1004
+ | "darkblue"
1005
+ | "darkcyan"
1006
+ | "darkgoldenrod"
1007
+ | "darkgray"
1008
+ | "darkgreen"
1009
+ | "darkgrey"
1010
+ | "darkkhaki"
1011
+ | "darkmagenta"
1012
+ | "darkolivegreen"
1013
+ | "darkorange"
1014
+ | "darkorchid"
1015
+ | "darkred"
1016
+ | "darksalmon"
1017
+ | "darkseagreen"
1018
+ | "darkslateblue"
1019
+ | "darkslategray"
1020
+ | "darkslategrey"
1021
+ | "darkturquoise"
1022
+ | "darkviolet"
1023
+ | "deeppink"
1024
+ | "deepskyblue"
1025
+ | "dimgray"
1026
+ | "dimgrey"
1027
+ | "dodgerblue"
1028
+ | "firebrick"
1029
+ | "floralwhite"
1030
+ | "forestgreen"
1031
+ | "fuchsia"
1032
+ | "gainsboro"
1033
+ | "ghostwhite"
1034
+ | "gold"
1035
+ | "goldenrod"
1036
+ | "gray"
1037
+ | "green"
1038
+ | "greenyellow"
1039
+ | "grey"
1040
+ | "honeydew"
1041
+ | "hotpink"
1042
+ | "indianred"
1043
+ | "indigo"
1044
+ | "ivory"
1045
+ | "khaki"
1046
+ | "lavender"
1047
+ | "lavenderblush"
1048
+ | "lawngreen"
1049
+ | "lemonchiffon"
1050
+ | "lightblue"
1051
+ | "lightcoral"
1052
+ | "lightcyan"
1053
+ | "lightgoldenrodyellow"
1054
+ | "lightgray"
1055
+ | "lightgreen"
1056
+ | "lightgrey"
1057
+ | "lightpink"
1058
+ | "lightsalmon"
1059
+ | "lightseagreen"
1060
+ | "lightskyblue"
1061
+ | "lightslategray"
1062
+ | "lightslategrey"
1063
+ | "lightsteelblue"
1064
+ | "lightyellow"
1065
+ | "lime"
1066
+ | "limegreen"
1067
+ | "linen"
1068
+ | "magenta"
1069
+ | "maroon"
1070
+ | "mediumaquamarine"
1071
+ | "mediumblue"
1072
+ | "mediumorchid"
1073
+ | "mediumpurple"
1074
+ | "mediumseagreen"
1075
+ | "mediumslateblue"
1076
+ | "mediumspringgreen"
1077
+ | "mediumturquoise"
1078
+ | "mediumvioletred"
1079
+ | "midnightblue"
1080
+ | "mintcream"
1081
+ | "mistyrose"
1082
+ | "moccasin"
1083
+ | "navajowhite"
1084
+ | "navy"
1085
+ | "oldlace"
1086
+ | "olive"
1087
+ | "olivedrab"
1088
+ | "orange"
1089
+ | "orangered"
1090
+ | "orchid"
1091
+ | "palegoldenrod"
1092
+ | "palegreen"
1093
+ | "paleturquoise"
1094
+ | "palevioletred"
1095
+ | "papayawhip"
1096
+ | "peachpuff"
1097
+ | "peru"
1098
+ | "pink"
1099
+ | "plum"
1100
+ | "powderblue"
1101
+ | "purple"
1102
+ | "rebeccapurple"
1103
+ | "red"
1104
+ | "rosybrown"
1105
+ | "royalblue"
1106
+ | "saddlebrown"
1107
+ | "salmon"
1108
+ | "sandybrown"
1109
+ | "seagreen"
1110
+ | "seashell"
1111
+ | "sienna"
1112
+ | "silver"
1113
+ | "skyblue"
1114
+ | "slateblue"
1115
+ | "slategray"
1116
+ | "slategrey"
1117
+ | "snow"
1118
+ | "springgreen"
1119
+ | "steelblue"
1120
+ | "tan"
1121
+ | "teal"
1122
+ | "thistle"
1123
+ | "tomato"
1124
+ | "turquoise"
1125
+ | "violet"
1126
+ | "wheat"
1127
+ | "white"
1128
+ | "whitesmoke"
1129
+ | "yellow"
1130
+ | "yellowgreen"
1131
+ | "transparent"
1132
+ | "AccentColor"
1133
+ | "AccentColorText"
1134
+ | "ActiveText"
1135
+ | "ButtonBorder"
1136
+ | "ButtonFace"
1137
+ | "ButtonText"
1138
+ | "Canvas"
1139
+ | "CanvasText"
1140
+ | "Field"
1141
+ | "FieldText"
1142
+ | "GrayText"
1143
+ | "Highlight"
1144
+ | "HighlightText"
1145
+ | "LinkText"
1146
+ | "Mark"
1147
+ | "MarkText"
1148
+ | "SelectedItem"
1149
+ | "SelectedItemText"
1150
+ | "VisitedText"
1151
+ | "ActiveBorder"
1152
+ | "ActiveCaption"
1153
+ | "AppWorkspace"
1154
+ | "Background"
1155
+ | "ButtonHighlight"
1156
+ | "ButtonShadow"
1157
+ | "CaptionText"
1158
+ | "InactiveBorder"
1159
+ | "InactiveCaption"
1160
+ | "InactiveCaptionText"
1161
+ | "InfoBackground"
1162
+ | "InfoText"
1163
+ | "Menu"
1164
+ | "MenuText"
1165
+ | "Scrollbar"
1166
+ | "ThreeDDarkShadow"
1167
+ | "ThreeDFace"
1168
+ | "ThreeDHighlight"
1169
+ | "ThreeDLightShadow"
1170
+ | "ThreeDShadow"
1171
+ | "Window"
1172
+ | "WindowFrame"
1173
+ | "WindowText"
1174
+ | "currentColor"
1175
+ | undefined>
1176
+ | (theme) => ResponsiveStyleValue<
1177
+ | number
1178
+ | string & object
1179
+ | "inset"
1180
+ | "hidden"
1181
+ | "-moz-initial"
1182
+ | "inherit"
1183
+ | "initial"
1184
+ | "revert"
1185
+ | "revert-layer"
1186
+ | "unset"
1187
+ | "medium"
1188
+ | "thick"
1189
+ | "thin"
1190
+ | "dashed"
1191
+ | "dotted"
1192
+ | "double"
1193
+ | "groove"
1194
+ | "none"
1195
+ | "outset"
1196
+ | "ridge"
1197
+ | "solid"
1198
+ | "aliceblue"
1199
+ | "antiquewhite"
1200
+ | "aqua"
1201
+ | "aquamarine"
1202
+ | "azure"
1203
+ | "beige"
1204
+ | "bisque"
1205
+ | "black"
1206
+ | "blanchedalmond"
1207
+ | "blue"
1208
+ | "blueviolet"
1209
+ | "brown"
1210
+ | "burlywood"
1211
+ | "cadetblue"
1212
+ | "chartreuse"
1213
+ | "chocolate"
1214
+ | "coral"
1215
+ | "cornflowerblue"
1216
+ | "cornsilk"
1217
+ | "crimson"
1218
+ | "cyan"
1219
+ | "darkblue"
1220
+ | "darkcyan"
1221
+ | "darkgoldenrod"
1222
+ | "darkgray"
1223
+ | "darkgreen"
1224
+ | "darkgrey"
1225
+ | "darkkhaki"
1226
+ | "darkmagenta"
1227
+ | "darkolivegreen"
1228
+ | "darkorange"
1229
+ | "darkorchid"
1230
+ | "darkred"
1231
+ | "darksalmon"
1232
+ | "darkseagreen"
1233
+ | "darkslateblue"
1234
+ | "darkslategray"
1235
+ | "darkslategrey"
1236
+ | "darkturquoise"
1237
+ | "darkviolet"
1238
+ | "deeppink"
1239
+ | "deepskyblue"
1240
+ | "dimgray"
1241
+ | "dimgrey"
1242
+ | "dodgerblue"
1243
+ | "firebrick"
1244
+ | "floralwhite"
1245
+ | "forestgreen"
1246
+ | "fuchsia"
1247
+ | "gainsboro"
1248
+ | "ghostwhite"
1249
+ | "gold"
1250
+ | "goldenrod"
1251
+ | "gray"
1252
+ | "green"
1253
+ | "greenyellow"
1254
+ | "grey"
1255
+ | "honeydew"
1256
+ | "hotpink"
1257
+ | "indianred"
1258
+ | "indigo"
1259
+ | "ivory"
1260
+ | "khaki"
1261
+ | "lavender"
1262
+ | "lavenderblush"
1263
+ | "lawngreen"
1264
+ | "lemonchiffon"
1265
+ | "lightblue"
1266
+ | "lightcoral"
1267
+ | "lightcyan"
1268
+ | "lightgoldenrodyellow"
1269
+ | "lightgray"
1270
+ | "lightgreen"
1271
+ | "lightgrey"
1272
+ | "lightpink"
1273
+ | "lightsalmon"
1274
+ | "lightseagreen"
1275
+ | "lightskyblue"
1276
+ | "lightslategray"
1277
+ | "lightslategrey"
1278
+ | "lightsteelblue"
1279
+ | "lightyellow"
1280
+ | "lime"
1281
+ | "limegreen"
1282
+ | "linen"
1283
+ | "magenta"
1284
+ | "maroon"
1285
+ | "mediumaquamarine"
1286
+ | "mediumblue"
1287
+ | "mediumorchid"
1288
+ | "mediumpurple"
1289
+ | "mediumseagreen"
1290
+ | "mediumslateblue"
1291
+ | "mediumspringgreen"
1292
+ | "mediumturquoise"
1293
+ | "mediumvioletred"
1294
+ | "midnightblue"
1295
+ | "mintcream"
1296
+ | "mistyrose"
1297
+ | "moccasin"
1298
+ | "navajowhite"
1299
+ | "navy"
1300
+ | "oldlace"
1301
+ | "olive"
1302
+ | "olivedrab"
1303
+ | "orange"
1304
+ | "orangered"
1305
+ | "orchid"
1306
+ | "palegoldenrod"
1307
+ | "palegreen"
1308
+ | "paleturquoise"
1309
+ | "palevioletred"
1310
+ | "papayawhip"
1311
+ | "peachpuff"
1312
+ | "peru"
1313
+ | "pink"
1314
+ | "plum"
1315
+ | "powderblue"
1316
+ | "purple"
1317
+ | "rebeccapurple"
1318
+ | "red"
1319
+ | "rosybrown"
1320
+ | "royalblue"
1321
+ | "saddlebrown"
1322
+ | "salmon"
1323
+ | "sandybrown"
1324
+ | "seagreen"
1325
+ | "seashell"
1326
+ | "sienna"
1327
+ | "silver"
1328
+ | "skyblue"
1329
+ | "slateblue"
1330
+ | "slategray"
1331
+ | "slategrey"
1332
+ | "snow"
1333
+ | "springgreen"
1334
+ | "steelblue"
1335
+ | "tan"
1336
+ | "teal"
1337
+ | "thistle"
1338
+ | "tomato"
1339
+ | "turquoise"
1340
+ | "violet"
1341
+ | "wheat"
1342
+ | "white"
1343
+ | "whitesmoke"
1344
+ | "yellow"
1345
+ | "yellowgreen"
1346
+ | "transparent"
1347
+ | "AccentColor"
1348
+ | "AccentColorText"
1349
+ | "ActiveText"
1350
+ | "ButtonBorder"
1351
+ | "ButtonFace"
1352
+ | "ButtonText"
1353
+ | "Canvas"
1354
+ | "CanvasText"
1355
+ | "Field"
1356
+ | "FieldText"
1357
+ | "GrayText"
1358
+ | "Highlight"
1359
+ | "HighlightText"
1360
+ | "LinkText"
1361
+ | "Mark"
1362
+ | "MarkText"
1363
+ | "SelectedItem"
1364
+ | "SelectedItemText"
1365
+ | "VisitedText"
1366
+ | "ActiveBorder"
1367
+ | "ActiveCaption"
1368
+ | "AppWorkspace"
1369
+ | "Background"
1370
+ | "ButtonHighlight"
1371
+ | "ButtonShadow"
1372
+ | "CaptionText"
1373
+ | "InactiveBorder"
1374
+ | "InactiveCaption"
1375
+ | "InactiveCaptionText"
1376
+ | "InfoBackground"
1377
+ | "InfoText"
1378
+ | "Menu"
1379
+ | "MenuText"
1380
+ | "Scrollbar"
1381
+ | "ThreeDDarkShadow"
1382
+ | "ThreeDFace"
1383
+ | "ThreeDHighlight"
1384
+ | "ThreeDLightShadow"
1385
+ | "ThreeDShadow"
1386
+ | "Window"
1387
+ | "WindowFrame"
1388
+ | "WindowText"
1389
+ | "currentColor"
1390
+ | undefined>;
1391
+ ```
1392
+
1393
+ ### Inherited from
1394
+
1395
+ ```ts
1396
+ FlexBoxProps.border
1397
+ ```
1398
+
1399
+ ***
1400
+
1401
+ ### borderTop?
1402
+
1403
+ ```ts
1404
+ optional borderTop:
1405
+ | ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>
1406
+ | (theme) => ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>;
1407
+ ```
1408
+
1409
+ ### Inherited from
1410
+
1411
+ ```ts
1412
+ FlexBoxProps.borderTop
1413
+ ```
1414
+
1415
+ ***
1416
+
1417
+ ### borderRight?
1418
+
1419
+ ```ts
1420
+ optional borderRight:
1421
+ | ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>
1422
+ | (theme) => ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>;
1423
+ ```
1424
+
1425
+ ### Inherited from
1426
+
1427
+ ```ts
1428
+ FlexBoxProps.borderRight
1429
+ ```
1430
+
1431
+ ***
1432
+
1433
+ ### borderBottom?
1434
+
1435
+ ```ts
1436
+ optional borderBottom:
1437
+ | ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>
1438
+ | (theme) => ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>;
1439
+ ```
1440
+
1441
+ ### Inherited from
1442
+
1443
+ ```ts
1444
+ FlexBoxProps.borderBottom
1445
+ ```
1446
+
1447
+ ***
1448
+
1449
+ ### borderLeft?
1450
+
1451
+ ```ts
1452
+ optional borderLeft:
1453
+ | ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>
1454
+ | (theme) => ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>;
1455
+ ```
1456
+
1457
+ ### Inherited from
1458
+
1459
+ ```ts
1460
+ FlexBoxProps.borderLeft
1461
+ ```
1462
+
1463
+ ***
1464
+
1465
+ ### borderColor?
1466
+
1467
+ ```ts
1468
+ optional borderColor:
1469
+ | ResponsiveStyleValue<BorderColor | readonly string[] | undefined>
1470
+ | (theme) => ResponsiveStyleValue<BorderColor | readonly string[] | undefined>;
1471
+ ```
1472
+
1473
+ ### Inherited from
1474
+
1475
+ ```ts
1476
+ FlexBoxProps.borderColor
1477
+ ```
1478
+
1479
+ ***
1480
+
1481
+ ### borderRadius?
1482
+
1483
+ ```ts
1484
+ optional borderRadius:
1485
+ | ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>
1486
+ | (theme) => ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>;
1487
+ ```
1488
+
1489
+ ### Inherited from
1490
+
1491
+ ```ts
1492
+ FlexBoxProps.borderRadius
1493
+ ```
1494
+
1495
+ ***
1496
+
1497
+ ### display?
1498
+
1499
+ ```ts
1500
+ optional display:
1501
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
1502
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
1503
+ ```
1504
+
1505
+ ### Inherited from
1506
+
1507
+ ```ts
1508
+ FlexBoxProps.display
1509
+ ```
1510
+
1511
+ ***
1512
+
1513
+ ### displayPrint?
1514
+
1515
+ ```ts
1516
+ optional displayPrint:
1517
+ | ResponsiveStyleValue<readonly string[] | Display | undefined>
1518
+ | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
1519
+ ```
1520
+
1521
+ ### Inherited from
1522
+
1523
+ ```ts
1524
+ FlexBoxProps.displayPrint
1525
+ ```
1526
+
1527
+ ***
1528
+
1529
+ ### overflow?
1530
+
1531
+ ```ts
1532
+ optional overflow:
1533
+ | ResponsiveStyleValue<readonly string[] | Overflow | undefined>
1534
+ | (theme) => ResponsiveStyleValue<readonly string[] | Overflow | undefined>;
1535
+ ```
1536
+
1537
+ ### Inherited from
1538
+
1539
+ ```ts
1540
+ FlexBoxProps.overflow
1541
+ ```
1542
+
1543
+ ***
1544
+
1545
+ ### textOverflow?
1546
+
1547
+ ```ts
1548
+ optional textOverflow:
1549
+ | ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>
1550
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>;
1551
+ ```
1552
+
1553
+ ### Inherited from
1554
+
1555
+ ```ts
1556
+ FlexBoxProps.textOverflow
1557
+ ```
1558
+
1559
+ ***
1560
+
1561
+ ### visibility?
1562
+
1563
+ ```ts
1564
+ optional visibility:
1565
+ | ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>
1566
+ | (theme) => ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>;
1567
+ ```
1568
+
1569
+ ### Inherited from
1570
+
1571
+ ```ts
1572
+ FlexBoxProps.visibility
1573
+ ```
1574
+
1575
+ ***
1576
+
1577
+ ### whiteSpace?
1578
+
1579
+ ```ts
1580
+ optional whiteSpace:
1581
+ | ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>
1582
+ | (theme) => ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>;
1583
+ ```
1584
+
1585
+ ### Inherited from
1586
+
1587
+ ```ts
1588
+ FlexBoxProps.whiteSpace
1589
+ ```
1590
+
1591
+ ***
1592
+
1593
+ ### flexBasis?
1594
+
1595
+ ```ts
1596
+ optional flexBasis:
1597
+ | ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>
1598
+ | (theme) => ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>;
1599
+ ```
1600
+
1601
+ ### Inherited from
1602
+
1603
+ ```ts
1604
+ FlexBoxProps.flexBasis
1605
+ ```
1606
+
1607
+ ***
1608
+
1609
+ ### flexDirection?
1610
+
1611
+ ```ts
1612
+ optional flexDirection:
1613
+ | ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
1614
+ | (theme) => ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>;
1615
+ ```
1616
+
1617
+ ### Inherited from
1618
+
1619
+ ```ts
1620
+ FlexBoxProps.flexDirection
1621
+ ```
1622
+
1623
+ ***
1624
+
1625
+ ### flexWrap?
1626
+
1627
+ ```ts
1628
+ optional flexWrap:
1629
+ | ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
1630
+ | (theme) => ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>;
1631
+ ```
1632
+
1633
+ ### Inherited from
1634
+
1635
+ ```ts
1636
+ FlexBoxProps.flexWrap
1637
+ ```
1638
+
1639
+ ***
1640
+
1641
+ ### justifyContent?
1642
+
1643
+ ```ts
1644
+ optional justifyContent:
1645
+ | ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>
1646
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>;
1647
+ ```
1648
+
1649
+ ### Inherited from
1650
+
1651
+ ```ts
1652
+ FlexBoxProps.justifyContent
1653
+ ```
1654
+
1655
+ ***
1656
+
1657
+ ### alignItems?
1658
+
1659
+ ```ts
1660
+ optional alignItems:
1661
+ | ResponsiveStyleValue<readonly string[] | AlignItems | undefined>
1662
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignItems | undefined>;
1663
+ ```
1664
+
1665
+ ### Inherited from
1666
+
1667
+ ```ts
1668
+ FlexBoxProps.alignItems
1669
+ ```
1670
+
1671
+ ***
1672
+
1673
+ ### alignContent?
1674
+
1675
+ ```ts
1676
+ optional alignContent:
1677
+ | ResponsiveStyleValue<readonly string[] | AlignContent | undefined>
1678
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignContent | undefined>;
1679
+ ```
1680
+
1681
+ ### Inherited from
1682
+
1683
+ ```ts
1684
+ FlexBoxProps.alignContent
1685
+ ```
1686
+
1687
+ ***
1688
+
1689
+ ### order?
1690
+
1691
+ ```ts
1692
+ optional order:
1693
+ | ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>
1694
+ | (theme) => ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>;
1695
+ ```
1696
+
1697
+ ### Inherited from
1698
+
1699
+ ```ts
1700
+ FlexBoxProps.order
1701
+ ```
1702
+
1703
+ ***
1704
+
1705
+ ### flex?
1706
+
1707
+ ```ts
1708
+ optional flex:
1709
+ | ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>
1710
+ | (theme) => ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>;
1711
+ ```
1712
+
1713
+ ### Inherited from
1714
+
1715
+ ```ts
1716
+ FlexBoxProps.flex
1717
+ ```
1718
+
1719
+ ***
1720
+
1721
+ ### flexGrow?
1722
+
1723
+ ```ts
1724
+ optional flexGrow:
1725
+ | ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
1726
+ | (theme) => ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>;
1727
+ ```
1728
+
1729
+ ### Inherited from
1730
+
1731
+ ```ts
1732
+ FlexBoxProps.flexGrow
1733
+ ```
1734
+
1735
+ ***
1736
+
1737
+ ### flexShrink?
1738
+
1739
+ ```ts
1740
+ optional flexShrink:
1741
+ | ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
1742
+ | (theme) => ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>;
1743
+ ```
1744
+
1745
+ ### Inherited from
1746
+
1747
+ ```ts
1748
+ FlexBoxProps.flexShrink
1749
+ ```
1750
+
1751
+ ***
1752
+
1753
+ ### alignSelf?
1754
+
1755
+ ```ts
1756
+ optional alignSelf:
1757
+ | ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>
1758
+ | (theme) => ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>;
1759
+ ```
1760
+
1761
+ ### Inherited from
1762
+
1763
+ ```ts
1764
+ FlexBoxProps.alignSelf
1765
+ ```
1766
+
1767
+ ***
1768
+
1769
+ ### justifyItems?
1770
+
1771
+ ```ts
1772
+ optional justifyItems:
1773
+ | ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>
1774
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>;
1775
+ ```
1776
+
1777
+ ### Inherited from
1778
+
1779
+ ```ts
1780
+ FlexBoxProps.justifyItems
1781
+ ```
1782
+
1783
+ ***
1784
+
1785
+ ### justifySelf?
1786
+
1787
+ ```ts
1788
+ optional justifySelf:
1789
+ | ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>
1790
+ | (theme) => ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>;
1791
+ ```
1792
+
1793
+ ### Inherited from
1794
+
1795
+ ```ts
1796
+ FlexBoxProps.justifySelf
1797
+ ```
1798
+
1799
+ ***
1800
+
1801
+ ### gap?
1802
+
1803
+ ```ts
1804
+ optional gap:
1805
+ | ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>
1806
+ | (theme) => ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>;
1807
+ ```
1808
+
1809
+ ### Inherited from
1810
+
1811
+ ```ts
1812
+ FlexBoxProps.gap
1813
+ ```
1814
+
1815
+ ***
1816
+
1817
+ ### columnGap?
1818
+
1819
+ ```ts
1820
+ optional columnGap:
1821
+ | ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>
1822
+ | (theme) => ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>;
1823
+ ```
1824
+
1825
+ ### Inherited from
1826
+
1827
+ ```ts
1828
+ FlexBoxProps.columnGap
1829
+ ```
1830
+
1831
+ ***
1832
+
1833
+ ### rowGap?
1834
+
1835
+ ```ts
1836
+ optional rowGap:
1837
+ | ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>
1838
+ | (theme) => ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>;
1839
+ ```
1840
+
1841
+ ### Inherited from
1842
+
1843
+ ```ts
1844
+ FlexBoxProps.rowGap
1845
+ ```
1846
+
1847
+ ***
1848
+
1849
+ ### gridColumn?
1850
+
1851
+ ```ts
1852
+ optional gridColumn:
1853
+ | ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
1854
+ | (theme) => ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>;
1855
+ ```
1856
+
1857
+ ### Inherited from
1858
+
1859
+ ```ts
1860
+ FlexBoxProps.gridColumn
1861
+ ```
1862
+
1863
+ ***
1864
+
1865
+ ### gridRow?
1866
+
1867
+ ```ts
1868
+ optional gridRow:
1869
+ | ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
1870
+ | (theme) => ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>;
1871
+ ```
1872
+
1873
+ ### Inherited from
1874
+
1875
+ ```ts
1876
+ FlexBoxProps.gridRow
1877
+ ```
1878
+
1879
+ ***
1880
+
1881
+ ### gridAutoFlow?
1882
+
1883
+ ```ts
1884
+ optional gridAutoFlow:
1885
+ | ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>
1886
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>;
1887
+ ```
1888
+
1889
+ ### Inherited from
1890
+
1891
+ ```ts
1892
+ FlexBoxProps.gridAutoFlow
1893
+ ```
1894
+
1895
+ ***
1896
+
1897
+ ### gridAutoColumns?
1898
+
1899
+ ```ts
1900
+ optional gridAutoColumns:
1901
+ | ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>
1902
+ | (theme) => ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>;
1903
+ ```
1904
+
1905
+ ### Inherited from
1906
+
1907
+ ```ts
1908
+ FlexBoxProps.gridAutoColumns
1909
+ ```
1910
+
1911
+ ***
1912
+
1913
+ ### gridAutoRows?
1914
+
1915
+ ```ts
1916
+ optional gridAutoRows:
1917
+ | ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>
1918
+ | (theme) => ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>;
1919
+ ```
1920
+
1921
+ ### Inherited from
1922
+
1923
+ ```ts
1924
+ FlexBoxProps.gridAutoRows
1925
+ ```
1926
+
1927
+ ***
1928
+
1929
+ ### gridTemplateColumns?
1930
+
1931
+ ```ts
1932
+ optional gridTemplateColumns:
1933
+ | ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>
1934
+ | (theme) => ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>;
1935
+ ```
1936
+
1937
+ ### Inherited from
1938
+
1939
+ ```ts
1940
+ FlexBoxProps.gridTemplateColumns
1941
+ ```
1942
+
1943
+ ***
1944
+
1945
+ ### gridTemplateRows?
1946
+
1947
+ ```ts
1948
+ optional gridTemplateRows:
1949
+ | ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>
1950
+ | (theme) => ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>;
1951
+ ```
1952
+
1953
+ ### Inherited from
1954
+
1955
+ ```ts
1956
+ FlexBoxProps.gridTemplateRows
1957
+ ```
1958
+
1959
+ ***
1960
+
1961
+ ### gridTemplateAreas?
1962
+
1963
+ ```ts
1964
+ optional gridTemplateAreas:
1965
+ | ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>
1966
+ | (theme) => ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>;
1967
+ ```
1968
+
1969
+ ### Inherited from
1970
+
1971
+ ```ts
1972
+ FlexBoxProps.gridTemplateAreas
1973
+ ```
1974
+
1975
+ ***
1976
+
1977
+ ### gridArea?
1978
+
1979
+ ```ts
1980
+ optional gridArea:
1981
+ | ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
1982
+ | (theme) => ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>;
1983
+ ```
1984
+
1985
+ ### Inherited from
1986
+
1987
+ ```ts
1988
+ FlexBoxProps.gridArea
1989
+ ```
1990
+
1991
+ ***
1992
+
1993
+ ### bgcolor?
1994
+
1995
+ ```ts
1996
+ optional bgcolor:
1997
+ | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
1998
+ | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
1999
+ ```
2000
+
2001
+ ### Inherited from
2002
+
2003
+ ```ts
2004
+ FlexBoxProps.bgcolor
2005
+ ```
2006
+
2007
+ ***
2008
+
2009
+ ### color?
2010
+
2011
+ ```ts
2012
+ optional color:
2013
+ | ResponsiveStyleValue<readonly string[] | Color | undefined>
2014
+ | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
2015
+ ```
2016
+
2017
+ ### Inherited from
2018
+
2019
+ ```ts
2020
+ FlexBoxProps.color
2021
+ ```
2022
+
2023
+ ***
2024
+
2025
+ ### zIndex?
2026
+
2027
+ ```ts
2028
+ optional zIndex:
2029
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
2030
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
2031
+ ```
2032
+
2033
+ ### Inherited from
2034
+
2035
+ ```ts
2036
+ FlexBoxProps.zIndex
2037
+ ```
2038
+
2039
+ ***
2040
+
2041
+ ### position?
2042
+
2043
+ ```ts
2044
+ optional position:
2045
+ | ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>
2046
+ | (theme) => ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>;
2047
+ ```
2048
+
2049
+ ### Inherited from
2050
+
2051
+ ```ts
2052
+ FlexBoxProps.position
2053
+ ```
2054
+
2055
+ ***
2056
+
2057
+ ### top?
2058
+
2059
+ ```ts
2060
+ optional top:
2061
+ | ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>
2062
+ | (theme) => ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>;
2063
+ ```
2064
+
2065
+ ### Inherited from
2066
+
2067
+ ```ts
2068
+ FlexBoxProps.top
2069
+ ```
2070
+
2071
+ ***
2072
+
2073
+ ### right?
2074
+
2075
+ ```ts
2076
+ optional right:
2077
+ | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
2078
+ | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
2079
+ ```
2080
+
2081
+ ### Inherited from
2082
+
2083
+ ```ts
2084
+ FlexBoxProps.right
2085
+ ```
2086
+
2087
+ ***
2088
+
2089
+ ### bottom?
2090
+
2091
+ ```ts
2092
+ optional bottom:
2093
+ | ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>
2094
+ | (theme) => ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>;
2095
+ ```
2096
+
2097
+ ### Inherited from
2098
+
2099
+ ```ts
2100
+ FlexBoxProps.bottom
2101
+ ```
2102
+
2103
+ ***
2104
+
2105
+ ### left?
2106
+
2107
+ ```ts
2108
+ optional left:
2109
+ | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
2110
+ | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
2111
+ ```
2112
+
2113
+ ### Inherited from
2114
+
2115
+ ```ts
2116
+ FlexBoxProps.left
2117
+ ```
2118
+
2119
+ ***
2120
+
2121
+ ### boxShadow?
2122
+
2123
+ ```ts
2124
+ optional boxShadow:
2125
+ | ResponsiveStyleValue<number | BoxShadow | undefined>
2126
+ | (theme) => ResponsiveStyleValue<number | BoxShadow | undefined>;
2127
+ ```
2128
+
2129
+ ### Inherited from
2130
+
2131
+ ```ts
2132
+ FlexBoxProps.boxShadow
2133
+ ```
2134
+
2135
+ ***
2136
+
2137
+ ### width?
2138
+
2139
+ ```ts
2140
+ optional width:
2141
+ | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
2142
+ | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
2143
+ ```
2144
+
2145
+ ### Inherited from
2146
+
2147
+ ```ts
2148
+ FlexBoxProps.width
2149
+ ```
2150
+
2151
+ ***
2152
+
2153
+ ### maxWidth?
2154
+
2155
+ ```ts
2156
+ optional maxWidth:
2157
+ | ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>
2158
+ | (theme) => ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>;
2159
+ ```
2160
+
2161
+ ### Inherited from
2162
+
2163
+ ```ts
2164
+ FlexBoxProps.maxWidth
2165
+ ```
2166
+
2167
+ ***
2168
+
2169
+ ### minWidth?
2170
+
2171
+ ```ts
2172
+ optional minWidth:
2173
+ | ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>
2174
+ | (theme) => ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>;
2175
+ ```
2176
+
2177
+ ### Inherited from
2178
+
2179
+ ```ts
2180
+ FlexBoxProps.minWidth
2181
+ ```
2182
+
2183
+ ***
2184
+
2185
+ ### height?
2186
+
2187
+ ```ts
2188
+ optional height:
2189
+ | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
2190
+ | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
2191
+ ```
2192
+
2193
+ ### Inherited from
2194
+
2195
+ ```ts
2196
+ FlexBoxProps.height
2197
+ ```
2198
+
2199
+ ***
2200
+
2201
+ ### maxHeight?
2202
+
2203
+ ```ts
2204
+ optional maxHeight:
2205
+ | ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>
2206
+ | (theme) => ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>;
2207
+ ```
2208
+
2209
+ ### Inherited from
2210
+
2211
+ ```ts
2212
+ FlexBoxProps.maxHeight
2213
+ ```
2214
+
2215
+ ***
2216
+
2217
+ ### minHeight?
2218
+
2219
+ ```ts
2220
+ optional minHeight:
2221
+ | ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>
2222
+ | (theme) => ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>;
2223
+ ```
2224
+
2225
+ ### Inherited from
2226
+
2227
+ ```ts
2228
+ FlexBoxProps.minHeight
2229
+ ```
2230
+
2231
+ ***
2232
+
2233
+ ### boxSizing?
2234
+
2235
+ ```ts
2236
+ optional boxSizing:
2237
+ | ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
2238
+ | (theme) => ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>;
2239
+ ```
2240
+
2241
+ ### Inherited from
2242
+
2243
+ ```ts
2244
+ FlexBoxProps.boxSizing
2245
+ ```
2246
+
2247
+ ***
2248
+
2249
+ ### m?
2250
+
2251
+ ```ts
2252
+ optional m:
2253
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
2254
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
2255
+ ```
2256
+
2257
+ ### Inherited from
2258
+
2259
+ ```ts
2260
+ FlexBoxProps.m
2261
+ ```
2262
+
2263
+ ***
2264
+
2265
+ ### mt?
2266
+
2267
+ ```ts
2268
+ optional mt:
2269
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
2270
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
2271
+ ```
2272
+
2273
+ ### Inherited from
2274
+
2275
+ ```ts
2276
+ FlexBoxProps.mt
2277
+ ```
2278
+
2279
+ ***
2280
+
2281
+ ### mr?
2282
+
2283
+ ```ts
2284
+ optional mr:
2285
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
2286
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
2287
+ ```
2288
+
2289
+ ### Inherited from
2290
+
2291
+ ```ts
2292
+ FlexBoxProps.mr
2293
+ ```
2294
+
2295
+ ***
2296
+
2297
+ ### mb?
2298
+
2299
+ ```ts
2300
+ optional mb:
2301
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
2302
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
2303
+ ```
2304
+
2305
+ ### Inherited from
2306
+
2307
+ ```ts
2308
+ FlexBoxProps.mb
2309
+ ```
2310
+
2311
+ ***
2312
+
2313
+ ### ml?
2314
+
2315
+ ```ts
2316
+ optional ml:
2317
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
2318
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
2319
+ ```
2320
+
2321
+ ### Inherited from
2322
+
2323
+ ```ts
2324
+ FlexBoxProps.ml
2325
+ ```
2326
+
2327
+ ***
2328
+
2329
+ ### mx?
2330
+
2331
+ ```ts
2332
+ optional mx:
2333
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
2334
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
2335
+ ```
2336
+
2337
+ ### Inherited from
2338
+
2339
+ ```ts
2340
+ FlexBoxProps.mx
2341
+ ```
2342
+
2343
+ ***
2344
+
2345
+ ### my?
2346
+
2347
+ ```ts
2348
+ optional my:
2349
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
2350
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
2351
+ ```
2352
+
2353
+ ### Inherited from
2354
+
2355
+ ```ts
2356
+ FlexBoxProps.my
2357
+ ```
2358
+
2359
+ ***
2360
+
2361
+ ### p?
2362
+
2363
+ ```ts
2364
+ optional p:
2365
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
2366
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
2367
+ ```
2368
+
2369
+ ### Inherited from
2370
+
2371
+ ```ts
2372
+ FlexBoxProps.p
2373
+ ```
2374
+
2375
+ ***
2376
+
2377
+ ### pt?
2378
+
2379
+ ```ts
2380
+ optional pt:
2381
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
2382
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
2383
+ ```
2384
+
2385
+ ### Inherited from
2386
+
2387
+ ```ts
2388
+ FlexBoxProps.pt
2389
+ ```
2390
+
2391
+ ***
2392
+
2393
+ ### pr?
2394
+
2395
+ ```ts
2396
+ optional pr:
2397
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
2398
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
2399
+ ```
2400
+
2401
+ ### Inherited from
2402
+
2403
+ ```ts
2404
+ FlexBoxProps.pr
2405
+ ```
2406
+
2407
+ ***
2408
+
2409
+ ### pb?
2410
+
2411
+ ```ts
2412
+ optional pb:
2413
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
2414
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
2415
+ ```
2416
+
2417
+ ### Inherited from
2418
+
2419
+ ```ts
2420
+ FlexBoxProps.pb
2421
+ ```
2422
+
2423
+ ***
2424
+
2425
+ ### pl?
2426
+
2427
+ ```ts
2428
+ optional pl:
2429
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2430
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2431
+ ```
2432
+
2433
+ ### Inherited from
2434
+
2435
+ ```ts
2436
+ FlexBoxProps.pl
2437
+ ```
2438
+
2439
+ ***
2440
+
2441
+ ### px?
2442
+
2443
+ ```ts
2444
+ optional px:
2445
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2446
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2447
+ ```
2448
+
2449
+ ### Inherited from
2450
+
2451
+ ```ts
2452
+ FlexBoxProps.px
2453
+ ```
2454
+
2455
+ ***
2456
+
2457
+ ### py?
2458
+
2459
+ ```ts
2460
+ optional py:
2461
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
2462
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
2463
+ ```
2464
+
2465
+ ### Inherited from
2466
+
2467
+ ```ts
2468
+ FlexBoxProps.py
2469
+ ```
2470
+
2471
+ ***
2472
+
2473
+ ### margin?
2474
+
2475
+ ```ts
2476
+ optional margin:
2477
+ | ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
2478
+ | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
2479
+ ```
2480
+
2481
+ ### Inherited from
2482
+
2483
+ ```ts
2484
+ FlexBoxProps.margin
2485
+ ```
2486
+
2487
+ ***
2488
+
2489
+ ### marginTop?
2490
+
2491
+ ```ts
2492
+ optional marginTop:
2493
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
2494
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
2495
+ ```
2496
+
2497
+ ### Inherited from
2498
+
2499
+ ```ts
2500
+ FlexBoxProps.marginTop
2501
+ ```
2502
+
2503
+ ***
2504
+
2505
+ ### marginRight?
2506
+
2507
+ ```ts
2508
+ optional marginRight:
2509
+ | ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
2510
+ | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
2511
+ ```
2512
+
2513
+ ### Inherited from
2514
+
2515
+ ```ts
2516
+ FlexBoxProps.marginRight
2517
+ ```
2518
+
2519
+ ***
2520
+
2521
+ ### marginBottom?
2522
+
2523
+ ```ts
2524
+ optional marginBottom:
2525
+ | ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
2526
+ | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
2527
+ ```
2528
+
2529
+ ### Inherited from
2530
+
2531
+ ```ts
2532
+ FlexBoxProps.marginBottom
2533
+ ```
2534
+
2535
+ ***
2536
+
2537
+ ### marginLeft?
2538
+
2539
+ ```ts
2540
+ optional marginLeft:
2541
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
2542
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
2543
+ ```
2544
+
2545
+ ### Inherited from
2546
+
2547
+ ```ts
2548
+ FlexBoxProps.marginLeft
2549
+ ```
2550
+
2551
+ ***
2552
+
2553
+ ### marginX?
2554
+
2555
+ ```ts
2556
+ optional marginX:
2557
+ | ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
2558
+ | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
2559
+ ```
2560
+
2561
+ ### Inherited from
2562
+
2563
+ ```ts
2564
+ FlexBoxProps.marginX
2565
+ ```
2566
+
2567
+ ***
2568
+
2569
+ ### marginY?
2570
+
2571
+ ```ts
2572
+ optional marginY:
2573
+ | ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
2574
+ | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
2575
+ ```
2576
+
2577
+ ### Inherited from
2578
+
2579
+ ```ts
2580
+ FlexBoxProps.marginY
2581
+ ```
2582
+
2583
+ ***
2584
+
2585
+ ### marginInline?
2586
+
2587
+ ```ts
2588
+ optional marginInline:
2589
+ | ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>
2590
+ | (theme) => ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>;
2591
+ ```
2592
+
2593
+ ### Inherited from
2594
+
2595
+ ```ts
2596
+ FlexBoxProps.marginInline
2597
+ ```
2598
+
2599
+ ***
2600
+
2601
+ ### marginInlineStart?
2602
+
2603
+ ```ts
2604
+ optional marginInlineStart:
2605
+ | ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>
2606
+ | (theme) => ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>;
2607
+ ```
2608
+
2609
+ ### Inherited from
2610
+
2611
+ ```ts
2612
+ FlexBoxProps.marginInlineStart
2613
+ ```
2614
+
2615
+ ***
2616
+
2617
+ ### marginInlineEnd?
2618
+
2619
+ ```ts
2620
+ optional marginInlineEnd:
2621
+ | ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>
2622
+ | (theme) => ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>;
2623
+ ```
2624
+
2625
+ ### Inherited from
2626
+
2627
+ ```ts
2628
+ FlexBoxProps.marginInlineEnd
2629
+ ```
2630
+
2631
+ ***
2632
+
2633
+ ### marginBlock?
2634
+
2635
+ ```ts
2636
+ optional marginBlock:
2637
+ | ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>
2638
+ | (theme) => ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>;
2639
+ ```
2640
+
2641
+ ### Inherited from
2642
+
2643
+ ```ts
2644
+ FlexBoxProps.marginBlock
2645
+ ```
2646
+
2647
+ ***
2648
+
2649
+ ### marginBlockStart?
2650
+
2651
+ ```ts
2652
+ optional marginBlockStart:
2653
+ | ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>
2654
+ | (theme) => ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>;
2655
+ ```
2656
+
2657
+ ### Inherited from
2658
+
2659
+ ```ts
2660
+ FlexBoxProps.marginBlockStart
2661
+ ```
2662
+
2663
+ ***
2664
+
2665
+ ### marginBlockEnd?
2666
+
2667
+ ```ts
2668
+ optional marginBlockEnd:
2669
+ | ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>
2670
+ | (theme) => ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>;
2671
+ ```
2672
+
2673
+ ### Inherited from
2674
+
2675
+ ```ts
2676
+ FlexBoxProps.marginBlockEnd
2677
+ ```
2678
+
2679
+ ***
2680
+
2681
+ ### padding?
2682
+
2683
+ ```ts
2684
+ optional padding:
2685
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
2686
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
2687
+ ```
2688
+
2689
+ ### Inherited from
2690
+
2691
+ ```ts
2692
+ FlexBoxProps.padding
2693
+ ```
2694
+
2695
+ ***
2696
+
2697
+ ### paddingTop?
2698
+
2699
+ ```ts
2700
+ optional paddingTop:
2701
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
2702
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
2703
+ ```
2704
+
2705
+ ### Inherited from
2706
+
2707
+ ```ts
2708
+ FlexBoxProps.paddingTop
2709
+ ```
2710
+
2711
+ ***
2712
+
2713
+ ### paddingRight?
2714
+
2715
+ ```ts
2716
+ optional paddingRight:
2717
+ | ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
2718
+ | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
2719
+ ```
2720
+
2721
+ ### Inherited from
2722
+
2723
+ ```ts
2724
+ FlexBoxProps.paddingRight
2725
+ ```
2726
+
2727
+ ***
2728
+
2729
+ ### paddingBottom?
2730
+
2731
+ ```ts
2732
+ optional paddingBottom:
2733
+ | ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
2734
+ | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
2735
+ ```
2736
+
2737
+ ### Inherited from
2738
+
2739
+ ```ts
2740
+ FlexBoxProps.paddingBottom
2741
+ ```
2742
+
2743
+ ***
2744
+
2745
+ ### paddingLeft?
2746
+
2747
+ ```ts
2748
+ optional paddingLeft:
2749
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2750
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2751
+ ```
2752
+
2753
+ ### Inherited from
2754
+
2755
+ ```ts
2756
+ FlexBoxProps.paddingLeft
2757
+ ```
2758
+
2759
+ ***
2760
+
2761
+ ### paddingX?
2762
+
2763
+ ```ts
2764
+ optional paddingX:
2765
+ | ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
2766
+ | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
2767
+ ```
2768
+
2769
+ ### Inherited from
2770
+
2771
+ ```ts
2772
+ FlexBoxProps.paddingX
2773
+ ```
2774
+
2775
+ ***
2776
+
2777
+ ### paddingY?
2778
+
2779
+ ```ts
2780
+ optional paddingY:
2781
+ | ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
2782
+ | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
2783
+ ```
2784
+
2785
+ ### Inherited from
2786
+
2787
+ ```ts
2788
+ FlexBoxProps.paddingY
2789
+ ```
2790
+
2791
+ ***
2792
+
2793
+ ### paddingInline?
2794
+
2795
+ ```ts
2796
+ optional paddingInline:
2797
+ | ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>
2798
+ | (theme) => ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>;
2799
+ ```
2800
+
2801
+ ### Inherited from
2802
+
2803
+ ```ts
2804
+ FlexBoxProps.paddingInline
2805
+ ```
2806
+
2807
+ ***
2808
+
2809
+ ### paddingInlineStart?
2810
+
2811
+ ```ts
2812
+ optional paddingInlineStart:
2813
+ | ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>
2814
+ | (theme) => ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>;
2815
+ ```
2816
+
2817
+ ### Inherited from
2818
+
2819
+ ```ts
2820
+ FlexBoxProps.paddingInlineStart
2821
+ ```
2822
+
2823
+ ***
2824
+
2825
+ ### paddingInlineEnd?
2826
+
2827
+ ```ts
2828
+ optional paddingInlineEnd:
2829
+ | ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>
2830
+ | (theme) => ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>;
2831
+ ```
2832
+
2833
+ ### Inherited from
2834
+
2835
+ ```ts
2836
+ FlexBoxProps.paddingInlineEnd
2837
+ ```
2838
+
2839
+ ***
2840
+
2841
+ ### paddingBlock?
2842
+
2843
+ ```ts
2844
+ optional paddingBlock:
2845
+ | ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>
2846
+ | (theme) => ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>;
2847
+ ```
2848
+
2849
+ ### Inherited from
2850
+
2851
+ ```ts
2852
+ FlexBoxProps.paddingBlock
2853
+ ```
2854
+
2855
+ ***
2856
+
2857
+ ### paddingBlockStart?
2858
+
2859
+ ```ts
2860
+ optional paddingBlockStart:
2861
+ | ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>
2862
+ | (theme) => ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>;
2863
+ ```
2864
+
2865
+ ### Inherited from
2866
+
2867
+ ```ts
2868
+ FlexBoxProps.paddingBlockStart
2869
+ ```
2870
+
2871
+ ***
2872
+
2873
+ ### paddingBlockEnd?
2874
+
2875
+ ```ts
2876
+ optional paddingBlockEnd:
2877
+ | ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>
2878
+ | (theme) => ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>;
2879
+ ```
2880
+
2881
+ ### Inherited from
2882
+
2883
+ ```ts
2884
+ FlexBoxProps.paddingBlockEnd
2885
+ ```
2886
+
2887
+ ***
2888
+
2889
+ ### typography?
2890
+
2891
+ ```ts
2892
+ optional typography:
2893
+ | ResponsiveStyleValue<string | undefined>
2894
+ | (theme) => ResponsiveStyleValue<string | undefined>;
2895
+ ```
2896
+
2897
+ ### Inherited from
2898
+
2899
+ ```ts
2900
+ FlexBoxProps.typography
2901
+ ```
2902
+
2903
+ ***
2904
+
2905
+ ### fontFamily?
2906
+
2907
+ ```ts
2908
+ optional fontFamily:
2909
+ | ResponsiveStyleValue<readonly string[] | FontFamily | undefined>
2910
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontFamily | undefined>;
2911
+ ```
2912
+
2913
+ ### Inherited from
2914
+
2915
+ ```ts
2916
+ FlexBoxProps.fontFamily
2917
+ ```
2918
+
2919
+ ***
2920
+
2921
+ ### fontSize?
2922
+
2923
+ ```ts
2924
+ optional fontSize:
2925
+ | ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>
2926
+ | (theme) => ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>;
2927
+ ```
2928
+
2929
+ ### Inherited from
2930
+
2931
+ ```ts
2932
+ FlexBoxProps.fontSize
2933
+ ```
2934
+
2935
+ ***
2936
+
2937
+ ### fontStyle?
2938
+
2939
+ ```ts
2940
+ optional fontStyle:
2941
+ | ResponsiveStyleValue<readonly string[] | FontStyle | undefined>
2942
+ | (theme) => ResponsiveStyleValue<readonly string[] | FontStyle | undefined>;
2943
+ ```
2944
+
2945
+ ### Inherited from
2946
+
2947
+ ```ts
2948
+ FlexBoxProps.fontStyle
2949
+ ```
2950
+
2951
+ ***
2952
+
2953
+ ### fontWeight?
2954
+
2955
+ ```ts
2956
+ optional fontWeight:
2957
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
2958
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
2959
+ ```
2960
+
2961
+ ### Inherited from
2962
+
2963
+ ```ts
2964
+ FlexBoxProps.fontWeight
2965
+ ```
2966
+
2967
+ ***
2968
+
2969
+ ### letterSpacing?
2970
+
2971
+ ```ts
2972
+ optional letterSpacing:
2973
+ | ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>
2974
+ | (theme) => ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>;
2975
+ ```
2976
+
2977
+ ### Inherited from
2978
+
2979
+ ```ts
2980
+ FlexBoxProps.letterSpacing
2981
+ ```
2982
+
2983
+ ***
2984
+
2985
+ ### lineHeight?
2986
+
2987
+ ```ts
2988
+ optional lineHeight:
2989
+ | ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>
2990
+ | (theme) => ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>;
2991
+ ```
2992
+
2993
+ ### Inherited from
2994
+
2995
+ ```ts
2996
+ FlexBoxProps.lineHeight
2997
+ ```
2998
+
2999
+ ***
3000
+
3001
+ ### textAlign?
3002
+
3003
+ ```ts
3004
+ optional textAlign:
3005
+ | ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>
3006
+ | (theme) => ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>;
789
3007
  ```
790
3008
 
791
- ## Parameters
3009
+ ### Inherited from
792
3010
 
793
- ### initialHeadNumber?
3011
+ ```ts
3012
+ FlexBoxProps.textAlign
3013
+ ```
794
3014
 
795
- `number`
3015
+ ***
796
3016
 
797
- ### onAddBlock?
3017
+ ### textTransform?
798
3018
 
799
- (`block`) => `Promise`\<`void`\>
3019
+ ```ts
3020
+ optional textTransform:
3021
+ | ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
3022
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
3023
+ ```
800
3024
 
801
- ### liveHead?
3025
+ ### Inherited from
802
3026
 
803
- `HydratedBlock`
3027
+ ```ts
3028
+ FlexBoxProps.textTransform
3029
+ ```
804
3030
 
805
- ### pollingState?
3031
+ ***
806
3032
 
807
- [`PollingState`](#../type-aliases/PollingState)
3033
+ ### address?
808
3034
 
809
- ## Returns
3035
+ ```ts
3036
+ optional address: Address;
3037
+ ```
810
3038
 
811
- `HydratedBlock`[]
3039
+ ***
812
3040
 
813
- ### <a id="usePayloadCountsFromBlock"></a>usePayloadCountsFromBlock
3041
+ ### refresh?
814
3042
 
815
- [**@xyo-network/react-chain-blockchain**](#../README)
3043
+ ```ts
3044
+ optional refresh: number;
3045
+ ```
816
3046
 
817
3047
  ***
818
3048
 
3049
+ ### viewer?
3050
+
819
3051
  ```ts
820
- function usePayloadCountsFromBlock(block?): [undefined | number, undefined | number, undefined | Error];
3052
+ optional viewer: XyoViewer;
821
3053
  ```
822
3054
 
823
- ## Parameters
3055
+ ### <a id="AccountBalanceHistoryTableExProps"></a>AccountBalanceHistoryTableExProps
824
3056
 
825
- ### block?
3057
+ [**@xyo-network/react-chain-blockchain**](#../README)
826
3058
 
827
- `HydratedBlock`
3059
+ ***
828
3060
 
829
- ## Returns
3061
+ ## Extends
830
3062
 
831
- \[`undefined` \| `number`, `undefined` \| `number`, `undefined` \| `Error`\]
3063
+ - `TableExProps`
832
3064
 
833
- ### <a id="useStaticBlockComponents"></a>useStaticBlockComponents
3065
+ ## Properties
834
3066
 
835
- [**@xyo-network/react-chain-blockchain**](#../README)
3067
+ ### history?
3068
+
3069
+ ```ts
3070
+ optional history: AccountBalanceHistoryItemFormatted[];
3071
+ ```
836
3072
 
837
3073
  ***
838
3074
 
3075
+ ### linked?
3076
+
839
3077
  ```ts
840
- function useStaticBlockComponents(
841
- BlockComponent,
842
- params?,
843
- blocks?): object;
3078
+ optional linked: boolean;
844
3079
  ```
845
3080
 
846
- ## Parameters
3081
+ ### <a id="AddressTableCellProps"></a>AddressTableCellProps
847
3082
 
848
- ### BlockComponent
3083
+ [**@xyo-network/react-chain-blockchain**](#../README)
849
3084
 
850
- `ComponentType`\<`BlockComponentWithTxsProps`\>
3085
+ ***
851
3086
 
852
- ### params?
3087
+ ## Extends
853
3088
 
854
- `XyoChainIteratorParams`
3089
+ - `TableCellProps`
855
3090
 
856
- ### blocks?
3091
+ ## Properties
857
3092
 
858
- `HydratedBlock`[]
3093
+ ### address?
859
3094
 
860
- ## Returns
3095
+ ```ts
3096
+ optional address: string;
3097
+ ```
861
3098
 
862
- `object`
3099
+ ***
863
3100
 
864
- ### blockComponents
3101
+ ### linked?
865
3102
 
866
3103
  ```ts
867
- blockComponents: undefined | BlockChainRenderComponent[];
3104
+ optional linked: boolean;
868
3105
  ```
869
3106
 
870
- ### errors
3107
+ ***
3108
+
3109
+ ### toolTipTitle?
871
3110
 
872
3111
  ```ts
873
- errors: undefined | Error = blockComponentsError;
3112
+ optional toolTipTitle: string;
874
3113
  ```
875
3114
 
876
- ### <a id="useTxsFromBlock"></a>useTxsFromBlock
3115
+ ### <a id="BalanceHistoryTableRowProps"></a>BalanceHistoryTableRowProps
877
3116
 
878
3117
  [**@xyo-network/react-chain-blockchain**](#../README)
879
3118
 
880
3119
  ***
881
3120
 
882
- ```ts
883
- function useTxsFromBlock(block?): [
884
- | undefined
885
- | [WithStorageMeta<Signed<TransactionBoundWitness>>, Brand<Brand<Lowercase<string>, {
886
- }>, {
887
- }>][], undefined | Error, undefined | UsePromiseState];
888
- ```
3121
+ ## Extends
889
3122
 
890
- ## Parameters
3123
+ - `TableRowProps`
891
3124
 
892
- ### block?
3125
+ ## Properties
893
3126
 
894
- `HydratedBlock`
3127
+ ### linked?
895
3128
 
896
- ## Returns
3129
+ ```ts
3130
+ optional linked: boolean;
3131
+ ```
897
3132
 
898
- \[
899
- \| `undefined`
900
- \| \[`WithStorageMeta`\<`Signed`\<`TransactionBoundWitness`\>\>, `Brand`\<`Brand`\<`Lowercase`\<`string`\>, \{
901
- \}\>, \{
902
- \}\>\][], `undefined` \| `Error`, `undefined` \| `UsePromiseState`\]
3133
+ ***
903
3134
 
904
- ### interfaces
3135
+ ### row
3136
+
3137
+ ```ts
3138
+ row: AccountBalanceHistoryItemFormatted;
3139
+ ```
905
3140
 
906
3141
  ### <a id="BlockChainPaginationProps"></a>BlockChainPaginationProps
907
3142
 
@@ -1138,7 +3373,7 @@ BlockTableCellProps.linked
1138
3373
  ### block
1139
3374
 
1140
3375
  ```ts
1141
- block: Brand;
3376
+ block: Hash;
1142
3377
  ```
1143
3378
 
1144
3379
  ***
@@ -1263,6 +3498,86 @@ optional linked: boolean;
1263
3498
 
1264
3499
  ### Inherited from
1265
3500
 
3501
+ ```ts
3502
+ BlockTableCellProps.linked
3503
+ ```
3504
+
3505
+ ### <a id="BlockProducerTableCellInner"></a>BlockProducerTableCellInner
3506
+
3507
+ [**@xyo-network/react-chain-blockchain**](#../README)
3508
+
3509
+ ***
3510
+
3511
+ ## Extends
3512
+
3513
+ - `BlockTableCellProps`
3514
+
3515
+ ## Properties
3516
+
3517
+ ### address?
3518
+
3519
+ ```ts
3520
+ optional address: string;
3521
+ ```
3522
+
3523
+ ***
3524
+
3525
+ ### handleClick()?
3526
+
3527
+ ```ts
3528
+ optional handleClick: (event) => void;
3529
+ ```
3530
+
3531
+ ### Parameters
3532
+
3533
+ #### event
3534
+
3535
+ `MouseEvent`
3536
+
3537
+ ### Returns
3538
+
3539
+ `void`
3540
+
3541
+ ***
3542
+
3543
+ ### notAvailableDialog?
3544
+
3545
+ ```ts
3546
+ optional notAvailableDialog: boolean;
3547
+ ```
3548
+
3549
+ ***
3550
+
3551
+ ### producerChipProps?
3552
+
3553
+ ```ts
3554
+ optional producerChipProps: BlockProducerChipProps;
3555
+ ```
3556
+
3557
+ ***
3558
+
3559
+ ### block?
3560
+
3561
+ ```ts
3562
+ optional block: HydratedBlock;
3563
+ ```
3564
+
3565
+ ### Inherited from
3566
+
3567
+ ```ts
3568
+ BlockTableCellProps.block
3569
+ ```
3570
+
3571
+ ***
3572
+
3573
+ ### linked?
3574
+
3575
+ ```ts
3576
+ optional linked: boolean;
3577
+ ```
3578
+
3579
+ ### Inherited from
3580
+
1266
3581
  ```ts
1267
3582
  BlockTableCellProps.linked
1268
3583
  ```
@@ -1278,7 +3593,7 @@ BlockTableCellProps.linked
1278
3593
  ### block
1279
3594
 
1280
3595
  ```ts
1281
- block: Brand;
3596
+ block: Hash;
1282
3597
  ```
1283
3598
 
1284
3599
  ***
@@ -1457,217 +3772,132 @@ optional onSubmitTx: (chainTx) => Promise<void>;
1457
3772
 
1458
3773
  ## Properties
1459
3774
 
1460
- ### network?
1461
-
1462
- ```ts
1463
- optional network: URL;
1464
- ```
1465
-
1466
- ***
1467
-
1468
- ### onNetworkChange()?
1469
-
1470
- ```ts
1471
- optional onNetworkChange: (url) => void;
1472
- ```
1473
-
1474
- ### Parameters
1475
-
1476
- #### url
1477
-
1478
- `URL`
1479
-
1480
- ### Returns
1481
-
1482
- `void`
1483
-
1484
- ### <a id="PayloadBuilderComponentProps"></a>PayloadBuilderComponentProps
1485
-
1486
- [**@xyo-network/react-chain-blockchain**](#../README)
1487
-
1488
- ***
1489
-
1490
- ## Extended by
1491
-
1492
- - [`PayloadBuilderFlexboxProps`](#PayloadBuilderFlexboxProps)
1493
- - [`ProducerIntentBuilderFormProps`](#ProducerIntentBuilderFormProps)
1494
- - [`TransferBuilderFormProps`](#TransferBuilderFormProps)
1495
-
1496
- ## Properties
1497
-
1498
- ### onBuild()?
1499
-
1500
- ```ts
1501
- optional onBuild: (payload) => void;
1502
- ```
1503
-
1504
- ### Parameters
1505
-
1506
- #### payload
1507
-
1508
- `Payload`
1509
-
1510
- ### Returns
1511
-
1512
- `void`
1513
-
1514
- ### <a id="PayloadBuilderFlexboxProps"></a>PayloadBuilderFlexboxProps
1515
-
1516
- [**@xyo-network/react-chain-blockchain**](#../README)
1517
-
1518
- ***
1519
-
1520
- ## Extends
1521
-
1522
- - [`PayloadBuilderComponentProps`](#PayloadBuilderComponentProps).`FlexBoxProps`
1523
-
1524
- ## Properties
1525
-
1526
- ### height?
1527
-
1528
- ```ts
1529
- optional height:
1530
- | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
1531
- | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
1532
- ```
1533
-
1534
- ### Inherited from
3775
+ ### network?
1535
3776
 
1536
3777
  ```ts
1537
- FlexBoxProps.height
3778
+ optional network: URL;
1538
3779
  ```
1539
3780
 
1540
3781
  ***
1541
3782
 
1542
- ### width?
3783
+ ### onNetworkChange()?
1543
3784
 
1544
3785
  ```ts
1545
- optional width:
1546
- | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
1547
- | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
3786
+ optional onNetworkChange: (url) => void;
1548
3787
  ```
1549
3788
 
1550
- ### Inherited from
3789
+ ### Parameters
1551
3790
 
1552
- ```ts
1553
- FlexBoxProps.width
1554
- ```
3791
+ #### url
1555
3792
 
1556
- ***
3793
+ `URL`
1557
3794
 
1558
- ### p?
3795
+ ### Returns
1559
3796
 
1560
- ```ts
1561
- optional p:
1562
- | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
1563
- | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
1564
- ```
3797
+ `void`
1565
3798
 
1566
- ### Inherited from
3799
+ ### <a id="HashTableCellProps"></a>HashTableCellProps
1567
3800
 
1568
- ```ts
1569
- FlexBoxProps.p
1570
- ```
3801
+ [**@xyo-network/react-chain-blockchain**](#../README)
1571
3802
 
1572
3803
  ***
1573
3804
 
1574
- ### color?
3805
+ ## Extends
1575
3806
 
1576
- ```ts
1577
- optional color:
1578
- | ResponsiveStyleValue<readonly string[] | Color | undefined>
1579
- | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
1580
- ```
3807
+ - `TableCellProps`
1581
3808
 
1582
- ### Inherited from
3809
+ ## Properties
3810
+
3811
+ ### hash?
1583
3812
 
1584
3813
  ```ts
1585
- FlexBoxProps.color
3814
+ optional hash: Hash;
1586
3815
  ```
1587
3816
 
1588
3817
  ***
1589
3818
 
1590
- ### left?
1591
-
1592
- ```ts
1593
- optional left:
1594
- | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
1595
- | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
1596
- ```
1597
-
1598
- ### Inherited from
3819
+ ### linked?
1599
3820
 
1600
3821
  ```ts
1601
- FlexBoxProps.left
3822
+ optional linked: boolean;
1602
3823
  ```
1603
3824
 
1604
3825
  ***
1605
3826
 
1606
- ### right?
3827
+ ### toolTipTitle?
1607
3828
 
1608
3829
  ```ts
1609
- optional right:
1610
- | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
1611
- | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
3830
+ optional toolTipTitle: string;
1612
3831
  ```
1613
3832
 
1614
- ### Inherited from
3833
+ ### <a id="PayloadBuilderComponentProps"></a>PayloadBuilderComponentProps
1615
3834
 
1616
- ```ts
1617
- FlexBoxProps.right
1618
- ```
3835
+ [**@xyo-network/react-chain-blockchain**](#../README)
1619
3836
 
1620
3837
  ***
1621
3838
 
1622
- ### padding?
3839
+ ## Extended by
1623
3840
 
1624
- ```ts
1625
- optional padding:
1626
- | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
1627
- | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
1628
- ```
3841
+ - [`PayloadBuilderFlexboxProps`](#PayloadBuilderFlexboxProps)
3842
+ - [`ProducerIntentBuilderFormProps`](#ProducerIntentBuilderFormProps)
3843
+ - [`TransferBuilderFormProps`](#TransferBuilderFormProps)
1629
3844
 
1630
- ### Inherited from
3845
+ ## Properties
3846
+
3847
+ ### onBuild()?
1631
3848
 
1632
3849
  ```ts
1633
- FlexBoxProps.padding
3850
+ optional onBuild: (payload) => void;
1634
3851
  ```
1635
3852
 
1636
- ***
3853
+ ### Parameters
1637
3854
 
1638
- ### bgcolor?
3855
+ #### payload
1639
3856
 
1640
- ```ts
1641
- optional bgcolor:
1642
- | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
1643
- | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
1644
- ```
3857
+ `Payload`
1645
3858
 
1646
- ### Inherited from
3859
+ ### Returns
1647
3860
 
1648
- ```ts
1649
- FlexBoxProps.bgcolor
1650
- ```
3861
+ `void`
3862
+
3863
+ ### <a id="PayloadBuilderFlexboxProps"></a>PayloadBuilderFlexboxProps
3864
+
3865
+ [**@xyo-network/react-chain-blockchain**](#../README)
1651
3866
 
1652
3867
  ***
1653
3868
 
3869
+ ## Extends
3870
+
3871
+ - [`PayloadBuilderComponentProps`](#PayloadBuilderComponentProps).`FlexBoxProps`
3872
+
3873
+ ## Properties
3874
+
1654
3875
  ### border?
1655
3876
 
1656
3877
  ```ts
1657
3878
  optional border:
1658
3879
  | ResponsiveStyleValue<
1659
- | undefined
1660
3880
  | number
1661
- | "hidden"
1662
- | "none"
1663
3881
  | string & object
1664
- | "inherit"
1665
3882
  | "inset"
3883
+ | "hidden"
1666
3884
  | "-moz-initial"
3885
+ | "inherit"
1667
3886
  | "initial"
1668
3887
  | "revert"
1669
3888
  | "revert-layer"
1670
3889
  | "unset"
3890
+ | "medium"
3891
+ | "thick"
3892
+ | "thin"
3893
+ | "dashed"
3894
+ | "dotted"
3895
+ | "double"
3896
+ | "groove"
3897
+ | "none"
3898
+ | "outset"
3899
+ | "ridge"
3900
+ | "solid"
1671
3901
  | "aliceblue"
1672
3902
  | "antiquewhite"
1673
3903
  | "aqua"
@@ -1809,7 +4039,6 @@ optional border:
1809
4039
  | "teal"
1810
4040
  | "thistle"
1811
4041
  | "tomato"
1812
- | "transparent"
1813
4042
  | "turquoise"
1814
4043
  | "violet"
1815
4044
  | "wheat"
@@ -1817,18 +4046,33 @@ optional border:
1817
4046
  | "whitesmoke"
1818
4047
  | "yellow"
1819
4048
  | "yellowgreen"
4049
+ | "transparent"
4050
+ | "AccentColor"
4051
+ | "AccentColorText"
4052
+ | "ActiveText"
4053
+ | "ButtonBorder"
4054
+ | "ButtonFace"
4055
+ | "ButtonText"
4056
+ | "Canvas"
4057
+ | "CanvasText"
4058
+ | "Field"
4059
+ | "FieldText"
4060
+ | "GrayText"
4061
+ | "Highlight"
4062
+ | "HighlightText"
4063
+ | "LinkText"
4064
+ | "Mark"
4065
+ | "MarkText"
4066
+ | "SelectedItem"
4067
+ | "SelectedItemText"
4068
+ | "VisitedText"
1820
4069
  | "ActiveBorder"
1821
4070
  | "ActiveCaption"
1822
4071
  | "AppWorkspace"
1823
4072
  | "Background"
1824
- | "ButtonFace"
1825
4073
  | "ButtonHighlight"
1826
4074
  | "ButtonShadow"
1827
- | "ButtonText"
1828
4075
  | "CaptionText"
1829
- | "GrayText"
1830
- | "Highlight"
1831
- | "HighlightText"
1832
4076
  | "InactiveBorder"
1833
4077
  | "InactiveCaption"
1834
4078
  | "InactiveCaptionText"
@@ -1845,30 +4089,30 @@ optional border:
1845
4089
  | "Window"
1846
4090
  | "WindowFrame"
1847
4091
  | "WindowText"
1848
- | "currentcolor"
1849
- | "medium"
1850
- | "thick"
1851
- | "thin"
1852
- | "dashed"
1853
- | "dotted"
1854
- | "double"
1855
- | "groove"
1856
- | "outset"
1857
- | "ridge"
1858
- | "solid">
4092
+ | "currentColor"
4093
+ | undefined>
1859
4094
  | (theme) => ResponsiveStyleValue<
1860
- | undefined
1861
4095
  | number
1862
- | "hidden"
1863
- | "none"
1864
4096
  | string & object
1865
- | "inherit"
1866
4097
  | "inset"
4098
+ | "hidden"
1867
4099
  | "-moz-initial"
4100
+ | "inherit"
1868
4101
  | "initial"
1869
4102
  | "revert"
1870
4103
  | "revert-layer"
1871
4104
  | "unset"
4105
+ | "medium"
4106
+ | "thick"
4107
+ | "thin"
4108
+ | "dashed"
4109
+ | "dotted"
4110
+ | "double"
4111
+ | "groove"
4112
+ | "none"
4113
+ | "outset"
4114
+ | "ridge"
4115
+ | "solid"
1872
4116
  | "aliceblue"
1873
4117
  | "antiquewhite"
1874
4118
  | "aqua"
@@ -2010,7 +4254,6 @@ optional border:
2010
4254
  | "teal"
2011
4255
  | "thistle"
2012
4256
  | "tomato"
2013
- | "transparent"
2014
4257
  | "turquoise"
2015
4258
  | "violet"
2016
4259
  | "wheat"
@@ -2018,18 +4261,33 @@ optional border:
2018
4261
  | "whitesmoke"
2019
4262
  | "yellow"
2020
4263
  | "yellowgreen"
4264
+ | "transparent"
4265
+ | "AccentColor"
4266
+ | "AccentColorText"
4267
+ | "ActiveText"
4268
+ | "ButtonBorder"
4269
+ | "ButtonFace"
4270
+ | "ButtonText"
4271
+ | "Canvas"
4272
+ | "CanvasText"
4273
+ | "Field"
4274
+ | "FieldText"
4275
+ | "GrayText"
4276
+ | "Highlight"
4277
+ | "HighlightText"
4278
+ | "LinkText"
4279
+ | "Mark"
4280
+ | "MarkText"
4281
+ | "SelectedItem"
4282
+ | "SelectedItemText"
4283
+ | "VisitedText"
2021
4284
  | "ActiveBorder"
2022
4285
  | "ActiveCaption"
2023
4286
  | "AppWorkspace"
2024
4287
  | "Background"
2025
- | "ButtonFace"
2026
4288
  | "ButtonHighlight"
2027
4289
  | "ButtonShadow"
2028
- | "ButtonText"
2029
4290
  | "CaptionText"
2030
- | "GrayText"
2031
- | "Highlight"
2032
- | "HighlightText"
2033
4291
  | "InactiveBorder"
2034
4292
  | "InactiveCaption"
2035
4293
  | "InactiveCaptionText"
@@ -2046,17 +4304,8 @@ optional border:
2046
4304
  | "Window"
2047
4305
  | "WindowFrame"
2048
4306
  | "WindowText"
2049
- | "currentcolor"
2050
- | "medium"
2051
- | "thick"
2052
- | "thin"
2053
- | "dashed"
2054
- | "dotted"
2055
- | "double"
2056
- | "groove"
2057
- | "outset"
2058
- | "ridge"
2059
- | "solid">;
4307
+ | "currentColor"
4308
+ | undefined>;
2060
4309
  ```
2061
4310
 
2062
4311
  ### Inherited from
@@ -2135,8 +4384,8 @@ FlexBoxProps.borderLeft
2135
4384
 
2136
4385
  ```ts
2137
4386
  optional borderColor:
2138
- | ResponsiveStyleValue<readonly string[] | BorderColor | undefined>
2139
- | (theme) => ResponsiveStyleValue<readonly string[] | BorderColor | undefined>;
4387
+ | ResponsiveStyleValue<BorderColor | readonly string[] | undefined>
4388
+ | (theme) => ResponsiveStyleValue<BorderColor | readonly string[] | undefined>;
2140
4389
  ```
2141
4390
 
2142
4391
  ### Inherited from
@@ -2659,12 +4908,44 @@ FlexBoxProps.gridArea
2659
4908
 
2660
4909
  ***
2661
4910
 
4911
+ ### bgcolor?
4912
+
4913
+ ```ts
4914
+ optional bgcolor:
4915
+ | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
4916
+ | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
4917
+ ```
4918
+
4919
+ ### Inherited from
4920
+
4921
+ ```ts
4922
+ FlexBoxProps.bgcolor
4923
+ ```
4924
+
4925
+ ***
4926
+
4927
+ ### color?
4928
+
4929
+ ```ts
4930
+ optional color:
4931
+ | ResponsiveStyleValue<readonly string[] | Color | undefined>
4932
+ | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
4933
+ ```
4934
+
4935
+ ### Inherited from
4936
+
4937
+ ```ts
4938
+ FlexBoxProps.color
4939
+ ```
4940
+
4941
+ ***
4942
+
2662
4943
  ### zIndex?
2663
4944
 
2664
4945
  ```ts
2665
4946
  optional zIndex:
2666
- | ResponsiveStyleValue<undefined | string | string & object | number & object>
2667
- | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
4947
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
4948
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
2668
4949
  ```
2669
4950
 
2670
4951
  ### Inherited from
@@ -2707,6 +4988,22 @@ FlexBoxProps.top
2707
4988
 
2708
4989
  ***
2709
4990
 
4991
+ ### right?
4992
+
4993
+ ```ts
4994
+ optional right:
4995
+ | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
4996
+ | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
4997
+ ```
4998
+
4999
+ ### Inherited from
5000
+
5001
+ ```ts
5002
+ FlexBoxProps.right
5003
+ ```
5004
+
5005
+ ***
5006
+
2710
5007
  ### bottom?
2711
5008
 
2712
5009
  ```ts
@@ -2723,6 +5020,22 @@ FlexBoxProps.bottom
2723
5020
 
2724
5021
  ***
2725
5022
 
5023
+ ### left?
5024
+
5025
+ ```ts
5026
+ optional left:
5027
+ | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
5028
+ | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
5029
+ ```
5030
+
5031
+ ### Inherited from
5032
+
5033
+ ```ts
5034
+ FlexBoxProps.left
5035
+ ```
5036
+
5037
+ ***
5038
+
2726
5039
  ### boxShadow?
2727
5040
 
2728
5041
  ```ts
@@ -2739,6 +5052,22 @@ FlexBoxProps.boxShadow
2739
5052
 
2740
5053
  ***
2741
5054
 
5055
+ ### width?
5056
+
5057
+ ```ts
5058
+ optional width:
5059
+ | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
5060
+ | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
5061
+ ```
5062
+
5063
+ ### Inherited from
5064
+
5065
+ ```ts
5066
+ FlexBoxProps.width
5067
+ ```
5068
+
5069
+ ***
5070
+
2742
5071
  ### maxWidth?
2743
5072
 
2744
5073
  ```ts
@@ -2771,6 +5100,22 @@ FlexBoxProps.minWidth
2771
5100
 
2772
5101
  ***
2773
5102
 
5103
+ ### height?
5104
+
5105
+ ```ts
5106
+ optional height:
5107
+ | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
5108
+ | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
5109
+ ```
5110
+
5111
+ ### Inherited from
5112
+
5113
+ ```ts
5114
+ FlexBoxProps.height
5115
+ ```
5116
+
5117
+ ***
5118
+
2774
5119
  ### maxHeight?
2775
5120
 
2776
5121
  ```ts
@@ -2931,6 +5276,22 @@ FlexBoxProps.my
2931
5276
 
2932
5277
  ***
2933
5278
 
5279
+ ### p?
5280
+
5281
+ ```ts
5282
+ optional p:
5283
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
5284
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
5285
+ ```
5286
+
5287
+ ### Inherited from
5288
+
5289
+ ```ts
5290
+ FlexBoxProps.p
5291
+ ```
5292
+
5293
+ ***
5294
+
2934
5295
  ### pt?
2935
5296
 
2936
5297
  ```ts
@@ -3235,6 +5596,22 @@ FlexBoxProps.marginBlockEnd
3235
5596
 
3236
5597
  ***
3237
5598
 
5599
+ ### padding?
5600
+
5601
+ ```ts
5602
+ optional padding:
5603
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
5604
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
5605
+ ```
5606
+
5607
+ ### Inherited from
5608
+
5609
+ ```ts
5610
+ FlexBoxProps.padding
5611
+ ```
5612
+
5613
+ ***
5614
+
3238
5615
  ### paddingTop?
3239
5616
 
3240
5617
  ```ts
@@ -3431,8 +5808,8 @@ FlexBoxProps.paddingBlockEnd
3431
5808
 
3432
5809
  ```ts
3433
5810
  optional typography:
3434
- | ResponsiveStyleValue<undefined | string>
3435
- | (theme) => ResponsiveStyleValue<undefined | string>;
5811
+ | ResponsiveStyleValue<string | undefined>
5812
+ | (theme) => ResponsiveStyleValue<string | undefined>;
3436
5813
  ```
3437
5814
 
3438
5815
  ### Inherited from
@@ -3495,8 +5872,8 @@ FlexBoxProps.fontStyle
3495
5872
 
3496
5873
  ```ts
3497
5874
  optional fontWeight:
3498
- | ResponsiveStyleValue<undefined | string | string & object | number & object>
3499
- | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
5875
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
5876
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
3500
5877
  ```
3501
5878
 
3502
5879
  ### Inherited from
@@ -3559,8 +5936,8 @@ FlexBoxProps.textAlign
3559
5936
 
3560
5937
  ```ts
3561
5938
  optional textTransform:
3562
- | ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
3563
- | (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
5939
+ | ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
5940
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
3564
5941
  ```
3565
5942
 
3566
5943
  ### Inherited from
@@ -3611,151 +5988,32 @@ BuilderComponent: ComponentType<PayloadBuilderComponentProps>;
3611
5988
 
3612
5989
  ## Properties
3613
5990
 
3614
- ### height?
3615
-
3616
- ```ts
3617
- optional height:
3618
- | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
3619
- | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
3620
- ```
3621
-
3622
- ### Inherited from
3623
-
3624
- ```ts
3625
- FlexBoxProps.height
3626
- ```
3627
-
3628
- ***
3629
-
3630
- ### width?
3631
-
3632
- ```ts
3633
- optional width:
3634
- | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
3635
- | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
3636
- ```
3637
-
3638
- ### Inherited from
3639
-
3640
- ```ts
3641
- FlexBoxProps.width
3642
- ```
3643
-
3644
- ***
3645
-
3646
- ### p?
3647
-
3648
- ```ts
3649
- optional p:
3650
- | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
3651
- | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
3652
- ```
3653
-
3654
- ### Inherited from
3655
-
3656
- ```ts
3657
- FlexBoxProps.p
3658
- ```
3659
-
3660
- ***
3661
-
3662
- ### color?
3663
-
3664
- ```ts
3665
- optional color:
3666
- | ResponsiveStyleValue<readonly string[] | Color | undefined>
3667
- | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
3668
- ```
3669
-
3670
- ### Inherited from
3671
-
3672
- ```ts
3673
- FlexBoxProps.color
3674
- ```
3675
-
3676
- ***
3677
-
3678
- ### left?
3679
-
3680
- ```ts
3681
- optional left:
3682
- | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
3683
- | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
3684
- ```
3685
-
3686
- ### Inherited from
3687
-
3688
- ```ts
3689
- FlexBoxProps.left
3690
- ```
3691
-
3692
- ***
3693
-
3694
- ### right?
3695
-
3696
- ```ts
3697
- optional right:
3698
- | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
3699
- | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
3700
- ```
3701
-
3702
- ### Inherited from
3703
-
3704
- ```ts
3705
- FlexBoxProps.right
3706
- ```
3707
-
3708
- ***
3709
-
3710
- ### padding?
3711
-
3712
- ```ts
3713
- optional padding:
3714
- | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
3715
- | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
3716
- ```
3717
-
3718
- ### Inherited from
3719
-
3720
- ```ts
3721
- FlexBoxProps.padding
3722
- ```
3723
-
3724
- ***
3725
-
3726
- ### bgcolor?
3727
-
3728
- ```ts
3729
- optional bgcolor:
3730
- | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
3731
- | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
3732
- ```
3733
-
3734
- ### Inherited from
3735
-
3736
- ```ts
3737
- FlexBoxProps.bgcolor
3738
- ```
3739
-
3740
- ***
3741
-
3742
5991
  ### border?
3743
5992
 
3744
5993
  ```ts
3745
5994
  optional border:
3746
5995
  | ResponsiveStyleValue<
3747
- | undefined
3748
5996
  | number
3749
- | "hidden"
3750
- | "none"
3751
5997
  | string & object
3752
- | "inherit"
3753
5998
  | "inset"
5999
+ | "hidden"
3754
6000
  | "-moz-initial"
6001
+ | "inherit"
3755
6002
  | "initial"
3756
6003
  | "revert"
3757
6004
  | "revert-layer"
3758
6005
  | "unset"
6006
+ | "medium"
6007
+ | "thick"
6008
+ | "thin"
6009
+ | "dashed"
6010
+ | "dotted"
6011
+ | "double"
6012
+ | "groove"
6013
+ | "none"
6014
+ | "outset"
6015
+ | "ridge"
6016
+ | "solid"
3759
6017
  | "aliceblue"
3760
6018
  | "antiquewhite"
3761
6019
  | "aqua"
@@ -3897,7 +6155,6 @@ optional border:
3897
6155
  | "teal"
3898
6156
  | "thistle"
3899
6157
  | "tomato"
3900
- | "transparent"
3901
6158
  | "turquoise"
3902
6159
  | "violet"
3903
6160
  | "wheat"
@@ -3905,18 +6162,33 @@ optional border:
3905
6162
  | "whitesmoke"
3906
6163
  | "yellow"
3907
6164
  | "yellowgreen"
6165
+ | "transparent"
6166
+ | "AccentColor"
6167
+ | "AccentColorText"
6168
+ | "ActiveText"
6169
+ | "ButtonBorder"
6170
+ | "ButtonFace"
6171
+ | "ButtonText"
6172
+ | "Canvas"
6173
+ | "CanvasText"
6174
+ | "Field"
6175
+ | "FieldText"
6176
+ | "GrayText"
6177
+ | "Highlight"
6178
+ | "HighlightText"
6179
+ | "LinkText"
6180
+ | "Mark"
6181
+ | "MarkText"
6182
+ | "SelectedItem"
6183
+ | "SelectedItemText"
6184
+ | "VisitedText"
3908
6185
  | "ActiveBorder"
3909
6186
  | "ActiveCaption"
3910
6187
  | "AppWorkspace"
3911
6188
  | "Background"
3912
- | "ButtonFace"
3913
6189
  | "ButtonHighlight"
3914
6190
  | "ButtonShadow"
3915
- | "ButtonText"
3916
6191
  | "CaptionText"
3917
- | "GrayText"
3918
- | "Highlight"
3919
- | "HighlightText"
3920
6192
  | "InactiveBorder"
3921
6193
  | "InactiveCaption"
3922
6194
  | "InactiveCaptionText"
@@ -3933,30 +6205,30 @@ optional border:
3933
6205
  | "Window"
3934
6206
  | "WindowFrame"
3935
6207
  | "WindowText"
3936
- | "currentcolor"
3937
- | "medium"
3938
- | "thick"
3939
- | "thin"
3940
- | "dashed"
3941
- | "dotted"
3942
- | "double"
3943
- | "groove"
3944
- | "outset"
3945
- | "ridge"
3946
- | "solid">
6208
+ | "currentColor"
6209
+ | undefined>
3947
6210
  | (theme) => ResponsiveStyleValue<
3948
- | undefined
3949
6211
  | number
3950
- | "hidden"
3951
- | "none"
3952
6212
  | string & object
3953
- | "inherit"
3954
6213
  | "inset"
6214
+ | "hidden"
3955
6215
  | "-moz-initial"
6216
+ | "inherit"
3956
6217
  | "initial"
3957
6218
  | "revert"
3958
6219
  | "revert-layer"
3959
6220
  | "unset"
6221
+ | "medium"
6222
+ | "thick"
6223
+ | "thin"
6224
+ | "dashed"
6225
+ | "dotted"
6226
+ | "double"
6227
+ | "groove"
6228
+ | "none"
6229
+ | "outset"
6230
+ | "ridge"
6231
+ | "solid"
3960
6232
  | "aliceblue"
3961
6233
  | "antiquewhite"
3962
6234
  | "aqua"
@@ -4098,7 +6370,6 @@ optional border:
4098
6370
  | "teal"
4099
6371
  | "thistle"
4100
6372
  | "tomato"
4101
- | "transparent"
4102
6373
  | "turquoise"
4103
6374
  | "violet"
4104
6375
  | "wheat"
@@ -4106,18 +6377,33 @@ optional border:
4106
6377
  | "whitesmoke"
4107
6378
  | "yellow"
4108
6379
  | "yellowgreen"
6380
+ | "transparent"
6381
+ | "AccentColor"
6382
+ | "AccentColorText"
6383
+ | "ActiveText"
6384
+ | "ButtonBorder"
6385
+ | "ButtonFace"
6386
+ | "ButtonText"
6387
+ | "Canvas"
6388
+ | "CanvasText"
6389
+ | "Field"
6390
+ | "FieldText"
6391
+ | "GrayText"
6392
+ | "Highlight"
6393
+ | "HighlightText"
6394
+ | "LinkText"
6395
+ | "Mark"
6396
+ | "MarkText"
6397
+ | "SelectedItem"
6398
+ | "SelectedItemText"
6399
+ | "VisitedText"
4109
6400
  | "ActiveBorder"
4110
6401
  | "ActiveCaption"
4111
6402
  | "AppWorkspace"
4112
6403
  | "Background"
4113
- | "ButtonFace"
4114
6404
  | "ButtonHighlight"
4115
6405
  | "ButtonShadow"
4116
- | "ButtonText"
4117
6406
  | "CaptionText"
4118
- | "GrayText"
4119
- | "Highlight"
4120
- | "HighlightText"
4121
6407
  | "InactiveBorder"
4122
6408
  | "InactiveCaption"
4123
6409
  | "InactiveCaptionText"
@@ -4127,24 +6413,15 @@ optional border:
4127
6413
  | "MenuText"
4128
6414
  | "Scrollbar"
4129
6415
  | "ThreeDDarkShadow"
4130
- | "ThreeDFace"
4131
- | "ThreeDHighlight"
4132
- | "ThreeDLightShadow"
4133
- | "ThreeDShadow"
4134
- | "Window"
4135
- | "WindowFrame"
4136
- | "WindowText"
4137
- | "currentcolor"
4138
- | "medium"
4139
- | "thick"
4140
- | "thin"
4141
- | "dashed"
4142
- | "dotted"
4143
- | "double"
4144
- | "groove"
4145
- | "outset"
4146
- | "ridge"
4147
- | "solid">;
6416
+ | "ThreeDFace"
6417
+ | "ThreeDHighlight"
6418
+ | "ThreeDLightShadow"
6419
+ | "ThreeDShadow"
6420
+ | "Window"
6421
+ | "WindowFrame"
6422
+ | "WindowText"
6423
+ | "currentColor"
6424
+ | undefined>;
4148
6425
  ```
4149
6426
 
4150
6427
  ### Inherited from
@@ -4223,8 +6500,8 @@ FlexBoxProps.borderLeft
4223
6500
 
4224
6501
  ```ts
4225
6502
  optional borderColor:
4226
- | ResponsiveStyleValue<readonly string[] | BorderColor | undefined>
4227
- | (theme) => ResponsiveStyleValue<readonly string[] | BorderColor | undefined>;
6503
+ | ResponsiveStyleValue<BorderColor | readonly string[] | undefined>
6504
+ | (theme) => ResponsiveStyleValue<BorderColor | readonly string[] | undefined>;
4228
6505
  ```
4229
6506
 
4230
6507
  ### Inherited from
@@ -4747,12 +7024,44 @@ FlexBoxProps.gridArea
4747
7024
 
4748
7025
  ***
4749
7026
 
7027
+ ### bgcolor?
7028
+
7029
+ ```ts
7030
+ optional bgcolor:
7031
+ | ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
7032
+ | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
7033
+ ```
7034
+
7035
+ ### Inherited from
7036
+
7037
+ ```ts
7038
+ FlexBoxProps.bgcolor
7039
+ ```
7040
+
7041
+ ***
7042
+
7043
+ ### color?
7044
+
7045
+ ```ts
7046
+ optional color:
7047
+ | ResponsiveStyleValue<readonly string[] | Color | undefined>
7048
+ | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
7049
+ ```
7050
+
7051
+ ### Inherited from
7052
+
7053
+ ```ts
7054
+ FlexBoxProps.color
7055
+ ```
7056
+
7057
+ ***
7058
+
4750
7059
  ### zIndex?
4751
7060
 
4752
7061
  ```ts
4753
7062
  optional zIndex:
4754
- | ResponsiveStyleValue<undefined | string | string & object | number & object>
4755
- | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
7063
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
7064
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
4756
7065
  ```
4757
7066
 
4758
7067
  ### Inherited from
@@ -4795,6 +7104,22 @@ FlexBoxProps.top
4795
7104
 
4796
7105
  ***
4797
7106
 
7107
+ ### right?
7108
+
7109
+ ```ts
7110
+ optional right:
7111
+ | ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
7112
+ | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
7113
+ ```
7114
+
7115
+ ### Inherited from
7116
+
7117
+ ```ts
7118
+ FlexBoxProps.right
7119
+ ```
7120
+
7121
+ ***
7122
+
4798
7123
  ### bottom?
4799
7124
 
4800
7125
  ```ts
@@ -4811,6 +7136,22 @@ FlexBoxProps.bottom
4811
7136
 
4812
7137
  ***
4813
7138
 
7139
+ ### left?
7140
+
7141
+ ```ts
7142
+ optional left:
7143
+ | ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
7144
+ | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
7145
+ ```
7146
+
7147
+ ### Inherited from
7148
+
7149
+ ```ts
7150
+ FlexBoxProps.left
7151
+ ```
7152
+
7153
+ ***
7154
+
4814
7155
  ### boxShadow?
4815
7156
 
4816
7157
  ```ts
@@ -4827,6 +7168,22 @@ FlexBoxProps.boxShadow
4827
7168
 
4828
7169
  ***
4829
7170
 
7171
+ ### width?
7172
+
7173
+ ```ts
7174
+ optional width:
7175
+ | ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
7176
+ | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
7177
+ ```
7178
+
7179
+ ### Inherited from
7180
+
7181
+ ```ts
7182
+ FlexBoxProps.width
7183
+ ```
7184
+
7185
+ ***
7186
+
4830
7187
  ### maxWidth?
4831
7188
 
4832
7189
  ```ts
@@ -4859,6 +7216,22 @@ FlexBoxProps.minWidth
4859
7216
 
4860
7217
  ***
4861
7218
 
7219
+ ### height?
7220
+
7221
+ ```ts
7222
+ optional height:
7223
+ | ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
7224
+ | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
7225
+ ```
7226
+
7227
+ ### Inherited from
7228
+
7229
+ ```ts
7230
+ FlexBoxProps.height
7231
+ ```
7232
+
7233
+ ***
7234
+
4862
7235
  ### maxHeight?
4863
7236
 
4864
7237
  ```ts
@@ -5019,6 +7392,22 @@ FlexBoxProps.my
5019
7392
 
5020
7393
  ***
5021
7394
 
7395
+ ### p?
7396
+
7397
+ ```ts
7398
+ optional p:
7399
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
7400
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
7401
+ ```
7402
+
7403
+ ### Inherited from
7404
+
7405
+ ```ts
7406
+ FlexBoxProps.p
7407
+ ```
7408
+
7409
+ ***
7410
+
5022
7411
  ### pt?
5023
7412
 
5024
7413
  ```ts
@@ -5323,6 +7712,22 @@ FlexBoxProps.marginBlockEnd
5323
7712
 
5324
7713
  ***
5325
7714
 
7715
+ ### padding?
7716
+
7717
+ ```ts
7718
+ optional padding:
7719
+ | ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
7720
+ | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
7721
+ ```
7722
+
7723
+ ### Inherited from
7724
+
7725
+ ```ts
7726
+ FlexBoxProps.padding
7727
+ ```
7728
+
7729
+ ***
7730
+
5326
7731
  ### paddingTop?
5327
7732
 
5328
7733
  ```ts
@@ -5519,8 +7924,8 @@ FlexBoxProps.paddingBlockEnd
5519
7924
 
5520
7925
  ```ts
5521
7926
  optional typography:
5522
- | ResponsiveStyleValue<undefined | string>
5523
- | (theme) => ResponsiveStyleValue<undefined | string>;
7927
+ | ResponsiveStyleValue<string | undefined>
7928
+ | (theme) => ResponsiveStyleValue<string | undefined>;
5524
7929
  ```
5525
7930
 
5526
7931
  ### Inherited from
@@ -5583,8 +7988,8 @@ FlexBoxProps.fontStyle
5583
7988
 
5584
7989
  ```ts
5585
7990
  optional fontWeight:
5586
- | ResponsiveStyleValue<undefined | string | string & object | number & object>
5587
- | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
7991
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
7992
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
5588
7993
  ```
5589
7994
 
5590
7995
  ### Inherited from
@@ -5647,8 +8052,8 @@ FlexBoxProps.textAlign
5647
8052
 
5648
8053
  ```ts
5649
8054
  optional textTransform:
5650
- | ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
5651
- | (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
8055
+ | ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
8056
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
5652
8057
  ```
5653
8058
 
5654
8059
  ### Inherited from
@@ -5738,9 +8143,7 @@ optional onBuild: (payload) => void;
5738
8143
  ### transactions?
5739
8144
 
5740
8145
  ```ts
5741
- optional transactions: Brand<Brand<Lowercase<string>, {
5742
- }>, {
5743
- }>[];
8146
+ optional transactions: Hash[];
5744
8147
  ```
5745
8148
 
5746
8149
  ### <a id="TransactionsDialogProps"></a>TransactionsDialogProps
@@ -5805,6 +8208,16 @@ optional onBuild: (payload) => void;
5805
8208
 
5806
8209
  ### type-aliases
5807
8210
 
8211
+ ### <a id="BalanceHistoryEventNouns"></a>BalanceHistoryEventNouns
8212
+
8213
+ [**@xyo-network/react-chain-blockchain**](#../README)
8214
+
8215
+ ***
8216
+
8217
+ ```ts
8218
+ type BalanceHistoryEventNouns = ExtendEventNoun<"amount" | "blockNumber" | "tx-hash">;
8219
+ ```
8220
+
5808
8221
  ### <a id="BlockHeaderEventNouns"></a>BlockHeaderEventNouns
5809
8222
 
5810
8223
  [**@xyo-network/react-chain-blockchain**](#../README)
@@ -5883,10 +8296,87 @@ type Listener = (...args) => void;
5883
8296
 
5884
8297
  ```ts
5885
8298
  type PollingState = "paused" | "running";
8299
+ ```
8300
+
8301
+ ### <a id="TableHeadingLabels"></a>TableHeadingLabels
8302
+
8303
+ [**@xyo-network/react-chain-blockchain**](#../README)
8304
+
8305
+ ***
8306
+
8307
+ ```ts
8308
+ type TableHeadingLabels =
8309
+ | "Tx Hash"
8310
+ | "BlockNumber"
8311
+ | "Timestamp"
8312
+ | "From"
8313
+ | "To"
8314
+ | "Amount"
8315
+ | "Debug";
8316
+ ```
8317
+
8318
+ ### <a id="TableHeadings"></a>TableHeadings
8319
+
8320
+ [**@xyo-network/react-chain-blockchain**](#../README)
8321
+
8322
+ ***
8323
+
8324
+ ```ts
8325
+ type TableHeadings = { [key in keyof AccountBalanceHistoryItemFormatted]: TableHeadingLabels };
5886
8326
  ```
5887
8327
 
5888
8328
  ### variables
5889
8329
 
8330
+ ### <a id="AccountBalanceHistoryFlexBox"></a>AccountBalanceHistoryFlexBox
8331
+
8332
+ [**@xyo-network/react-chain-blockchain**](#../README)
8333
+
8334
+ ***
8335
+
8336
+ ```ts
8337
+ const AccountBalanceHistoryFlexBox: React.FC<AccountBalanceHistoryFlexBoxProps>;
8338
+ ```
8339
+
8340
+ ### <a id="AccountBalanceHistoryTableEx"></a>AccountBalanceHistoryTableEx
8341
+
8342
+ [**@xyo-network/react-chain-blockchain**](#../README)
8343
+
8344
+ ***
8345
+
8346
+ ```ts
8347
+ const AccountBalanceHistoryTableEx: React.FC<AccountBalanceHistoryTableExProps>;
8348
+ ```
8349
+
8350
+ ### <a id="AddressTableCell"></a>AddressTableCell
8351
+
8352
+ [**@xyo-network/react-chain-blockchain**](#../README)
8353
+
8354
+ ***
8355
+
8356
+ ```ts
8357
+ const AddressTableCell: React.FC<AddressTableCellProps>;
8358
+ ```
8359
+
8360
+ ### <a id="BalanceHistoryTableRow"></a>BalanceHistoryTableRow
8361
+
8362
+ [**@xyo-network/react-chain-blockchain**](#../README)
8363
+
8364
+ ***
8365
+
8366
+ ```ts
8367
+ const BalanceHistoryTableRow: React.FC<BalanceHistoryTableRowProps>;
8368
+ ```
8369
+
8370
+ ### <a id="BlockAddressChip"></a>BlockAddressChip
8371
+
8372
+ [**@xyo-network/react-chain-blockchain**](#../README)
8373
+
8374
+ ***
8375
+
8376
+ ```ts
8377
+ const BlockAddressChip: React.FC<BlockProducerChipProps & object>;
8378
+ ```
8379
+
5890
8380
  ### <a id="BlockChainPagination"></a>BlockChainPagination
5891
8381
 
5892
8382
  [**@xyo-network/react-chain-blockchain**](#../README)
@@ -5915,6 +8405,16 @@ const BlockChainTableRow: React.FC<BlockChainTableRowProps>;
5915
8405
 
5916
8406
  ```ts
5917
8407
  const BlockEpochTableCell: React.FC<BlockEpochTableCellProps>;
8408
+ ```
8409
+
8410
+ ### <a id="BlockEpochTableCellInner"></a>BlockEpochTableCellInner
8411
+
8412
+ [**@xyo-network/react-chain-blockchain**](#../README)
8413
+
8414
+ ***
8415
+
8416
+ ```ts
8417
+ const BlockEpochTableCellInner: React.FC<BlockEpochTableCellProps & object>;
5918
8418
  ```
5919
8419
 
5920
8420
  ### <a id="BlockHashTableCell"></a>BlockHashTableCell
@@ -5967,6 +8467,16 @@ const BlockListWrapperFlexBox: StyledComponent<Pick<BusyBoxProps, keyof BusyBoxP
5967
8467
 
5968
8468
  ```ts
5969
8469
  const BlockNumberTableCell: React.FC<BlockNumberTableCellProps>;
8470
+ ```
8471
+
8472
+ ### <a id="BlockNumberTableCellInner"></a>BlockNumberTableCellInner
8473
+
8474
+ [**@xyo-network/react-chain-blockchain**](#../README)
8475
+
8476
+ ***
8477
+
8478
+ ```ts
8479
+ const BlockNumberTableCellInner: React.FC<BlockNumberTableCellProps & object>;
5970
8480
  ```
5971
8481
 
5972
8482
  ### <a id="BlockNumberTextField"></a>BlockNumberTextField
@@ -6007,6 +8517,16 @@ const BlockProducerChip: React.FC<BlockProducerChipProps>;
6007
8517
 
6008
8518
  ```ts
6009
8519
  BlockProducerTableCell: FC<BlockProducerTableCell>;
8520
+ ```
8521
+
8522
+ ### <a id="BlockProducerTableCellInner"></a>BlockProducerTableCellInner
8523
+
8524
+ [**@xyo-network/react-chain-blockchain**](#../README)
8525
+
8526
+ ***
8527
+
8528
+ ```ts
8529
+ BlockProducerTableCellInner: FC<BlockProducerTableCell & BlockProducerTableCellInner>;
6010
8530
  ```
6011
8531
 
6012
8532
  ### <a id="BlockTransactionCountTableCell"></a>BlockTransactionCountTableCell
@@ -6119,44 +8639,24 @@ const ChainTransactionNetwork: React.FC<ChainTransactionNetworkProps>;
6119
8639
  const ChipSkeleton: React.FC<SkeletonProps>;
6120
8640
  ```
6121
8641
 
6122
- ### <a id="DynamicBlockchainRenderFlexbox"></a>DynamicBlockchainRenderFlexbox
8642
+ ### <a id="FeatureNotAvailable"></a>FeatureNotAvailable
6123
8643
 
6124
8644
  [**@xyo-network/react-chain-blockchain**](#../README)
6125
8645
 
6126
8646
  ***
6127
8647
 
6128
8648
  ```ts
6129
- const DynamicBlockchainRenderFlexbox: object;
6130
- ```
6131
-
6132
- ## Type Declaration
6133
-
6134
- ### Base
6135
-
6136
- ```ts
6137
- Base: FC<BlockChainRenderFlexboxProps> = DynamicListBase;
6138
- ```
6139
-
6140
- ### WithAnalysis
6141
-
6142
- ```ts
6143
- WithAnalysis: FC<BlockChainRenderFlexboxProps>;
6144
- ```
6145
-
6146
- ### WithRemote
6147
-
6148
- ```ts
6149
- WithRemote: FC<RemoteBlockChainRenderFlexboxProps>;
8649
+ const FeatureNotAvailable: FC<DialogProps & object>;
6150
8650
  ```
6151
8651
 
6152
- ### <a id="FeatureNotAvailable"></a>FeatureNotAvailable
8652
+ ### <a id="HashTableCell"></a>HashTableCell
6153
8653
 
6154
8654
  [**@xyo-network/react-chain-blockchain**](#../README)
6155
8655
 
6156
8656
  ***
6157
8657
 
6158
8658
  ```ts
6159
- const FeatureNotAvailable: FC<DialogProps & object>;
8659
+ const HashTableCell: React.FC<HashTableCellProps>;
6160
8660
  ```
6161
8661
 
6162
8662
  ### <a id="MemoizedPollingControlsFlexbox"></a>MemoizedPollingControlsFlexbox
@@ -6245,11 +8745,11 @@ const StyledPulseSvgIcon: StyledComponent<SvgIconOwnProps & CommonProps & Omit<S
6245
8745
  | "className"
6246
8746
  | "style"
6247
8747
  | "classes"
6248
- | "children"
6249
- | "sx"
6250
8748
  | "color"
6251
8749
  | "fontSize"
6252
8750
  | "shapeRendering"
8751
+ | "children"
8752
+ | "sx"
6253
8753
  | "htmlColor"
6254
8754
  | "inheritViewBox"
6255
8755
  | "titleAccess"
@@ -6266,6 +8766,16 @@ const StyledPulseSvgIcon: StyledComponent<SvgIconOwnProps & CommonProps & Omit<S
6266
8766
 
6267
8767
  ```ts
6268
8768
  const SubmitChainTransaction: React.FC;
8769
+ ```
8770
+
8771
+ ### <a id="TableHeadingLabels"></a>TableHeadingLabels
8772
+
8773
+ [**@xyo-network/react-chain-blockchain**](#../README)
8774
+
8775
+ ***
8776
+
8777
+ ```ts
8778
+ TableHeadingLabels: TableHeadingLabels[];
6269
8779
  ```
6270
8780
 
6271
8781
  ### <a id="TransactionCountChip"></a>TransactionCountChip