@xyo-network/react-chain-boundwitness 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.
- package/README.md +272 -126
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -122,7 +122,6 @@ function PayloadTableFlexbox<TNoun>(__namedParameters): Element;
|
|
|
122
122
|
```ts
|
|
123
123
|
optional border:
|
|
124
124
|
| ResponsiveStyleValue<
|
|
125
|
-
| undefined
|
|
126
125
|
| number
|
|
127
126
|
| string & object
|
|
128
127
|
| "inset"
|
|
@@ -285,7 +284,6 @@ optional border:
|
|
|
285
284
|
| "teal"
|
|
286
285
|
| "thistle"
|
|
287
286
|
| "tomato"
|
|
288
|
-
| "transparent"
|
|
289
287
|
| "turquoise"
|
|
290
288
|
| "violet"
|
|
291
289
|
| "wheat"
|
|
@@ -293,18 +291,33 @@ optional border:
|
|
|
293
291
|
| "whitesmoke"
|
|
294
292
|
| "yellow"
|
|
295
293
|
| "yellowgreen"
|
|
294
|
+
| "transparent"
|
|
295
|
+
| "AccentColor"
|
|
296
|
+
| "AccentColorText"
|
|
297
|
+
| "ActiveText"
|
|
298
|
+
| "ButtonBorder"
|
|
299
|
+
| "ButtonFace"
|
|
300
|
+
| "ButtonText"
|
|
301
|
+
| "Canvas"
|
|
302
|
+
| "CanvasText"
|
|
303
|
+
| "Field"
|
|
304
|
+
| "FieldText"
|
|
305
|
+
| "GrayText"
|
|
306
|
+
| "Highlight"
|
|
307
|
+
| "HighlightText"
|
|
308
|
+
| "LinkText"
|
|
309
|
+
| "Mark"
|
|
310
|
+
| "MarkText"
|
|
311
|
+
| "SelectedItem"
|
|
312
|
+
| "SelectedItemText"
|
|
313
|
+
| "VisitedText"
|
|
296
314
|
| "ActiveBorder"
|
|
297
315
|
| "ActiveCaption"
|
|
298
316
|
| "AppWorkspace"
|
|
299
317
|
| "Background"
|
|
300
|
-
| "ButtonFace"
|
|
301
318
|
| "ButtonHighlight"
|
|
302
319
|
| "ButtonShadow"
|
|
303
|
-
| "ButtonText"
|
|
304
320
|
| "CaptionText"
|
|
305
|
-
| "GrayText"
|
|
306
|
-
| "Highlight"
|
|
307
|
-
| "HighlightText"
|
|
308
321
|
| "InactiveBorder"
|
|
309
322
|
| "InactiveCaption"
|
|
310
323
|
| "InactiveCaptionText"
|
|
@@ -321,9 +334,9 @@ optional border:
|
|
|
321
334
|
| "Window"
|
|
322
335
|
| "WindowFrame"
|
|
323
336
|
| "WindowText"
|
|
324
|
-
| "
|
|
337
|
+
| "currentColor"
|
|
338
|
+
| undefined>
|
|
325
339
|
| (theme) => ResponsiveStyleValue<
|
|
326
|
-
| undefined
|
|
327
340
|
| number
|
|
328
341
|
| string & object
|
|
329
342
|
| "inset"
|
|
@@ -486,7 +499,6 @@ optional border:
|
|
|
486
499
|
| "teal"
|
|
487
500
|
| "thistle"
|
|
488
501
|
| "tomato"
|
|
489
|
-
| "transparent"
|
|
490
502
|
| "turquoise"
|
|
491
503
|
| "violet"
|
|
492
504
|
| "wheat"
|
|
@@ -494,18 +506,33 @@ optional border:
|
|
|
494
506
|
| "whitesmoke"
|
|
495
507
|
| "yellow"
|
|
496
508
|
| "yellowgreen"
|
|
509
|
+
| "transparent"
|
|
510
|
+
| "AccentColor"
|
|
511
|
+
| "AccentColorText"
|
|
512
|
+
| "ActiveText"
|
|
513
|
+
| "ButtonBorder"
|
|
514
|
+
| "ButtonFace"
|
|
515
|
+
| "ButtonText"
|
|
516
|
+
| "Canvas"
|
|
517
|
+
| "CanvasText"
|
|
518
|
+
| "Field"
|
|
519
|
+
| "FieldText"
|
|
520
|
+
| "GrayText"
|
|
521
|
+
| "Highlight"
|
|
522
|
+
| "HighlightText"
|
|
523
|
+
| "LinkText"
|
|
524
|
+
| "Mark"
|
|
525
|
+
| "MarkText"
|
|
526
|
+
| "SelectedItem"
|
|
527
|
+
| "SelectedItemText"
|
|
528
|
+
| "VisitedText"
|
|
497
529
|
| "ActiveBorder"
|
|
498
530
|
| "ActiveCaption"
|
|
499
531
|
| "AppWorkspace"
|
|
500
532
|
| "Background"
|
|
501
|
-
| "ButtonFace"
|
|
502
533
|
| "ButtonHighlight"
|
|
503
534
|
| "ButtonShadow"
|
|
504
|
-
| "ButtonText"
|
|
505
535
|
| "CaptionText"
|
|
506
|
-
| "GrayText"
|
|
507
|
-
| "Highlight"
|
|
508
|
-
| "HighlightText"
|
|
509
536
|
| "InactiveBorder"
|
|
510
537
|
| "InactiveCaption"
|
|
511
538
|
| "InactiveCaptionText"
|
|
@@ -522,7 +549,8 @@ optional border:
|
|
|
522
549
|
| "Window"
|
|
523
550
|
| "WindowFrame"
|
|
524
551
|
| "WindowText"
|
|
525
|
-
| "
|
|
552
|
+
| "currentColor"
|
|
553
|
+
| undefined>;
|
|
526
554
|
```
|
|
527
555
|
|
|
528
556
|
### Inherited from
|
|
@@ -1161,8 +1189,8 @@ FlexBoxProps.color
|
|
|
1161
1189
|
|
|
1162
1190
|
```ts
|
|
1163
1191
|
optional zIndex:
|
|
1164
|
-
| ResponsiveStyleValue<
|
|
1165
|
-
| (theme) => ResponsiveStyleValue<
|
|
1192
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
1193
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
1166
1194
|
```
|
|
1167
1195
|
|
|
1168
1196
|
### Inherited from
|
|
@@ -2025,8 +2053,8 @@ FlexBoxProps.paddingBlockEnd
|
|
|
2025
2053
|
|
|
2026
2054
|
```ts
|
|
2027
2055
|
optional typography:
|
|
2028
|
-
| ResponsiveStyleValue<
|
|
2029
|
-
| (theme) => ResponsiveStyleValue<
|
|
2056
|
+
| ResponsiveStyleValue<string | undefined>
|
|
2057
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
2030
2058
|
```
|
|
2031
2059
|
|
|
2032
2060
|
### Inherited from
|
|
@@ -2089,8 +2117,8 @@ FlexBoxProps.fontStyle
|
|
|
2089
2117
|
|
|
2090
2118
|
```ts
|
|
2091
2119
|
optional fontWeight:
|
|
2092
|
-
| ResponsiveStyleValue<
|
|
2093
|
-
| (theme) => ResponsiveStyleValue<
|
|
2120
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
2121
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
2094
2122
|
```
|
|
2095
2123
|
|
|
2096
2124
|
### Inherited from
|
|
@@ -2153,8 +2181,8 @@ FlexBoxProps.textAlign
|
|
|
2153
2181
|
|
|
2154
2182
|
```ts
|
|
2155
2183
|
optional textTransform:
|
|
2156
|
-
| ResponsiveStyleValue<
|
|
2157
|
-
| (theme) => ResponsiveStyleValue<
|
|
2184
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
2185
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
2158
2186
|
```
|
|
2159
2187
|
|
|
2160
2188
|
### Inherited from
|
|
@@ -2192,9 +2220,7 @@ optional eventNoun: TNoun;
|
|
|
2192
2220
|
### hashes?
|
|
2193
2221
|
|
|
2194
2222
|
```ts
|
|
2195
|
-
optional hashes:
|
|
2196
|
-
}>, {
|
|
2197
|
-
}>[];
|
|
2223
|
+
optional hashes: Hash[];
|
|
2198
2224
|
```
|
|
2199
2225
|
|
|
2200
2226
|
***
|
|
@@ -2264,7 +2290,6 @@ optional iconColors: boolean;
|
|
|
2264
2290
|
```ts
|
|
2265
2291
|
optional border:
|
|
2266
2292
|
| ResponsiveStyleValue<
|
|
2267
|
-
| undefined
|
|
2268
2293
|
| number
|
|
2269
2294
|
| string & object
|
|
2270
2295
|
| "inset"
|
|
@@ -2427,7 +2452,6 @@ optional border:
|
|
|
2427
2452
|
| "teal"
|
|
2428
2453
|
| "thistle"
|
|
2429
2454
|
| "tomato"
|
|
2430
|
-
| "transparent"
|
|
2431
2455
|
| "turquoise"
|
|
2432
2456
|
| "violet"
|
|
2433
2457
|
| "wheat"
|
|
@@ -2435,18 +2459,33 @@ optional border:
|
|
|
2435
2459
|
| "whitesmoke"
|
|
2436
2460
|
| "yellow"
|
|
2437
2461
|
| "yellowgreen"
|
|
2462
|
+
| "transparent"
|
|
2463
|
+
| "AccentColor"
|
|
2464
|
+
| "AccentColorText"
|
|
2465
|
+
| "ActiveText"
|
|
2466
|
+
| "ButtonBorder"
|
|
2467
|
+
| "ButtonFace"
|
|
2468
|
+
| "ButtonText"
|
|
2469
|
+
| "Canvas"
|
|
2470
|
+
| "CanvasText"
|
|
2471
|
+
| "Field"
|
|
2472
|
+
| "FieldText"
|
|
2473
|
+
| "GrayText"
|
|
2474
|
+
| "Highlight"
|
|
2475
|
+
| "HighlightText"
|
|
2476
|
+
| "LinkText"
|
|
2477
|
+
| "Mark"
|
|
2478
|
+
| "MarkText"
|
|
2479
|
+
| "SelectedItem"
|
|
2480
|
+
| "SelectedItemText"
|
|
2481
|
+
| "VisitedText"
|
|
2438
2482
|
| "ActiveBorder"
|
|
2439
2483
|
| "ActiveCaption"
|
|
2440
2484
|
| "AppWorkspace"
|
|
2441
2485
|
| "Background"
|
|
2442
|
-
| "ButtonFace"
|
|
2443
2486
|
| "ButtonHighlight"
|
|
2444
2487
|
| "ButtonShadow"
|
|
2445
|
-
| "ButtonText"
|
|
2446
2488
|
| "CaptionText"
|
|
2447
|
-
| "GrayText"
|
|
2448
|
-
| "Highlight"
|
|
2449
|
-
| "HighlightText"
|
|
2450
2489
|
| "InactiveBorder"
|
|
2451
2490
|
| "InactiveCaption"
|
|
2452
2491
|
| "InactiveCaptionText"
|
|
@@ -2463,9 +2502,9 @@ optional border:
|
|
|
2463
2502
|
| "Window"
|
|
2464
2503
|
| "WindowFrame"
|
|
2465
2504
|
| "WindowText"
|
|
2466
|
-
| "
|
|
2505
|
+
| "currentColor"
|
|
2506
|
+
| undefined>
|
|
2467
2507
|
| (theme) => ResponsiveStyleValue<
|
|
2468
|
-
| undefined
|
|
2469
2508
|
| number
|
|
2470
2509
|
| string & object
|
|
2471
2510
|
| "inset"
|
|
@@ -2628,7 +2667,6 @@ optional border:
|
|
|
2628
2667
|
| "teal"
|
|
2629
2668
|
| "thistle"
|
|
2630
2669
|
| "tomato"
|
|
2631
|
-
| "transparent"
|
|
2632
2670
|
| "turquoise"
|
|
2633
2671
|
| "violet"
|
|
2634
2672
|
| "wheat"
|
|
@@ -2636,18 +2674,33 @@ optional border:
|
|
|
2636
2674
|
| "whitesmoke"
|
|
2637
2675
|
| "yellow"
|
|
2638
2676
|
| "yellowgreen"
|
|
2677
|
+
| "transparent"
|
|
2678
|
+
| "AccentColor"
|
|
2679
|
+
| "AccentColorText"
|
|
2680
|
+
| "ActiveText"
|
|
2681
|
+
| "ButtonBorder"
|
|
2682
|
+
| "ButtonFace"
|
|
2683
|
+
| "ButtonText"
|
|
2684
|
+
| "Canvas"
|
|
2685
|
+
| "CanvasText"
|
|
2686
|
+
| "Field"
|
|
2687
|
+
| "FieldText"
|
|
2688
|
+
| "GrayText"
|
|
2689
|
+
| "Highlight"
|
|
2690
|
+
| "HighlightText"
|
|
2691
|
+
| "LinkText"
|
|
2692
|
+
| "Mark"
|
|
2693
|
+
| "MarkText"
|
|
2694
|
+
| "SelectedItem"
|
|
2695
|
+
| "SelectedItemText"
|
|
2696
|
+
| "VisitedText"
|
|
2639
2697
|
| "ActiveBorder"
|
|
2640
2698
|
| "ActiveCaption"
|
|
2641
2699
|
| "AppWorkspace"
|
|
2642
2700
|
| "Background"
|
|
2643
|
-
| "ButtonFace"
|
|
2644
2701
|
| "ButtonHighlight"
|
|
2645
2702
|
| "ButtonShadow"
|
|
2646
|
-
| "ButtonText"
|
|
2647
2703
|
| "CaptionText"
|
|
2648
|
-
| "GrayText"
|
|
2649
|
-
| "Highlight"
|
|
2650
|
-
| "HighlightText"
|
|
2651
2704
|
| "InactiveBorder"
|
|
2652
2705
|
| "InactiveCaption"
|
|
2653
2706
|
| "InactiveCaptionText"
|
|
@@ -2664,7 +2717,8 @@ optional border:
|
|
|
2664
2717
|
| "Window"
|
|
2665
2718
|
| "WindowFrame"
|
|
2666
2719
|
| "WindowText"
|
|
2667
|
-
| "
|
|
2720
|
+
| "currentColor"
|
|
2721
|
+
| undefined>;
|
|
2668
2722
|
```
|
|
2669
2723
|
|
|
2670
2724
|
### Inherited from
|
|
@@ -3303,8 +3357,8 @@ FlexBoxProps.color
|
|
|
3303
3357
|
|
|
3304
3358
|
```ts
|
|
3305
3359
|
optional zIndex:
|
|
3306
|
-
| ResponsiveStyleValue<
|
|
3307
|
-
| (theme) => ResponsiveStyleValue<
|
|
3360
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
3361
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
3308
3362
|
```
|
|
3309
3363
|
|
|
3310
3364
|
### Inherited from
|
|
@@ -4167,8 +4221,8 @@ FlexBoxProps.paddingBlockEnd
|
|
|
4167
4221
|
|
|
4168
4222
|
```ts
|
|
4169
4223
|
optional typography:
|
|
4170
|
-
| ResponsiveStyleValue<
|
|
4171
|
-
| (theme) => ResponsiveStyleValue<
|
|
4224
|
+
| ResponsiveStyleValue<string | undefined>
|
|
4225
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
4172
4226
|
```
|
|
4173
4227
|
|
|
4174
4228
|
### Inherited from
|
|
@@ -4231,8 +4285,8 @@ FlexBoxProps.fontStyle
|
|
|
4231
4285
|
|
|
4232
4286
|
```ts
|
|
4233
4287
|
optional fontWeight:
|
|
4234
|
-
| ResponsiveStyleValue<
|
|
4235
|
-
| (theme) => ResponsiveStyleValue<
|
|
4288
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
4289
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
4236
4290
|
```
|
|
4237
4291
|
|
|
4238
4292
|
### Inherited from
|
|
@@ -4295,8 +4349,8 @@ FlexBoxProps.textAlign
|
|
|
4295
4349
|
|
|
4296
4350
|
```ts
|
|
4297
4351
|
optional textTransform:
|
|
4298
|
-
| ResponsiveStyleValue<
|
|
4299
|
-
| (theme) => ResponsiveStyleValue<
|
|
4352
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
4353
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
4300
4354
|
```
|
|
4301
4355
|
|
|
4302
4356
|
### Inherited from
|
|
@@ -4372,7 +4426,6 @@ optional wrapper: HydratedBlockInstance<HydratedBlock>;
|
|
|
4372
4426
|
```ts
|
|
4373
4427
|
optional border:
|
|
4374
4428
|
| ResponsiveStyleValue<
|
|
4375
|
-
| undefined
|
|
4376
4429
|
| number
|
|
4377
4430
|
| string & object
|
|
4378
4431
|
| "inset"
|
|
@@ -4535,7 +4588,6 @@ optional border:
|
|
|
4535
4588
|
| "teal"
|
|
4536
4589
|
| "thistle"
|
|
4537
4590
|
| "tomato"
|
|
4538
|
-
| "transparent"
|
|
4539
4591
|
| "turquoise"
|
|
4540
4592
|
| "violet"
|
|
4541
4593
|
| "wheat"
|
|
@@ -4543,18 +4595,33 @@ optional border:
|
|
|
4543
4595
|
| "whitesmoke"
|
|
4544
4596
|
| "yellow"
|
|
4545
4597
|
| "yellowgreen"
|
|
4598
|
+
| "transparent"
|
|
4599
|
+
| "AccentColor"
|
|
4600
|
+
| "AccentColorText"
|
|
4601
|
+
| "ActiveText"
|
|
4602
|
+
| "ButtonBorder"
|
|
4603
|
+
| "ButtonFace"
|
|
4604
|
+
| "ButtonText"
|
|
4605
|
+
| "Canvas"
|
|
4606
|
+
| "CanvasText"
|
|
4607
|
+
| "Field"
|
|
4608
|
+
| "FieldText"
|
|
4609
|
+
| "GrayText"
|
|
4610
|
+
| "Highlight"
|
|
4611
|
+
| "HighlightText"
|
|
4612
|
+
| "LinkText"
|
|
4613
|
+
| "Mark"
|
|
4614
|
+
| "MarkText"
|
|
4615
|
+
| "SelectedItem"
|
|
4616
|
+
| "SelectedItemText"
|
|
4617
|
+
| "VisitedText"
|
|
4546
4618
|
| "ActiveBorder"
|
|
4547
4619
|
| "ActiveCaption"
|
|
4548
4620
|
| "AppWorkspace"
|
|
4549
4621
|
| "Background"
|
|
4550
|
-
| "ButtonFace"
|
|
4551
4622
|
| "ButtonHighlight"
|
|
4552
4623
|
| "ButtonShadow"
|
|
4553
|
-
| "ButtonText"
|
|
4554
4624
|
| "CaptionText"
|
|
4555
|
-
| "GrayText"
|
|
4556
|
-
| "Highlight"
|
|
4557
|
-
| "HighlightText"
|
|
4558
4625
|
| "InactiveBorder"
|
|
4559
4626
|
| "InactiveCaption"
|
|
4560
4627
|
| "InactiveCaptionText"
|
|
@@ -4571,9 +4638,9 @@ optional border:
|
|
|
4571
4638
|
| "Window"
|
|
4572
4639
|
| "WindowFrame"
|
|
4573
4640
|
| "WindowText"
|
|
4574
|
-
| "
|
|
4641
|
+
| "currentColor"
|
|
4642
|
+
| undefined>
|
|
4575
4643
|
| (theme) => ResponsiveStyleValue<
|
|
4576
|
-
| undefined
|
|
4577
4644
|
| number
|
|
4578
4645
|
| string & object
|
|
4579
4646
|
| "inset"
|
|
@@ -4736,7 +4803,6 @@ optional border:
|
|
|
4736
4803
|
| "teal"
|
|
4737
4804
|
| "thistle"
|
|
4738
4805
|
| "tomato"
|
|
4739
|
-
| "transparent"
|
|
4740
4806
|
| "turquoise"
|
|
4741
4807
|
| "violet"
|
|
4742
4808
|
| "wheat"
|
|
@@ -4744,18 +4810,33 @@ optional border:
|
|
|
4744
4810
|
| "whitesmoke"
|
|
4745
4811
|
| "yellow"
|
|
4746
4812
|
| "yellowgreen"
|
|
4813
|
+
| "transparent"
|
|
4814
|
+
| "AccentColor"
|
|
4815
|
+
| "AccentColorText"
|
|
4816
|
+
| "ActiveText"
|
|
4817
|
+
| "ButtonBorder"
|
|
4818
|
+
| "ButtonFace"
|
|
4819
|
+
| "ButtonText"
|
|
4820
|
+
| "Canvas"
|
|
4821
|
+
| "CanvasText"
|
|
4822
|
+
| "Field"
|
|
4823
|
+
| "FieldText"
|
|
4824
|
+
| "GrayText"
|
|
4825
|
+
| "Highlight"
|
|
4826
|
+
| "HighlightText"
|
|
4827
|
+
| "LinkText"
|
|
4828
|
+
| "Mark"
|
|
4829
|
+
| "MarkText"
|
|
4830
|
+
| "SelectedItem"
|
|
4831
|
+
| "SelectedItemText"
|
|
4832
|
+
| "VisitedText"
|
|
4747
4833
|
| "ActiveBorder"
|
|
4748
4834
|
| "ActiveCaption"
|
|
4749
4835
|
| "AppWorkspace"
|
|
4750
4836
|
| "Background"
|
|
4751
|
-
| "ButtonFace"
|
|
4752
4837
|
| "ButtonHighlight"
|
|
4753
4838
|
| "ButtonShadow"
|
|
4754
|
-
| "ButtonText"
|
|
4755
4839
|
| "CaptionText"
|
|
4756
|
-
| "GrayText"
|
|
4757
|
-
| "Highlight"
|
|
4758
|
-
| "HighlightText"
|
|
4759
4840
|
| "InactiveBorder"
|
|
4760
4841
|
| "InactiveCaption"
|
|
4761
4842
|
| "InactiveCaptionText"
|
|
@@ -4772,7 +4853,8 @@ optional border:
|
|
|
4772
4853
|
| "Window"
|
|
4773
4854
|
| "WindowFrame"
|
|
4774
4855
|
| "WindowText"
|
|
4775
|
-
| "
|
|
4856
|
+
| "currentColor"
|
|
4857
|
+
| undefined>;
|
|
4776
4858
|
```
|
|
4777
4859
|
|
|
4778
4860
|
### Inherited from
|
|
@@ -5411,8 +5493,8 @@ FlexBoxProps.color
|
|
|
5411
5493
|
|
|
5412
5494
|
```ts
|
|
5413
5495
|
optional zIndex:
|
|
5414
|
-
| ResponsiveStyleValue<
|
|
5415
|
-
| (theme) => ResponsiveStyleValue<
|
|
5496
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
5497
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
5416
5498
|
```
|
|
5417
5499
|
|
|
5418
5500
|
### Inherited from
|
|
@@ -6275,8 +6357,8 @@ FlexBoxProps.paddingBlockEnd
|
|
|
6275
6357
|
|
|
6276
6358
|
```ts
|
|
6277
6359
|
optional typography:
|
|
6278
|
-
| ResponsiveStyleValue<
|
|
6279
|
-
| (theme) => ResponsiveStyleValue<
|
|
6360
|
+
| ResponsiveStyleValue<string | undefined>
|
|
6361
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
6280
6362
|
```
|
|
6281
6363
|
|
|
6282
6364
|
### Inherited from
|
|
@@ -6339,8 +6421,8 @@ FlexBoxProps.fontStyle
|
|
|
6339
6421
|
|
|
6340
6422
|
```ts
|
|
6341
6423
|
optional fontWeight:
|
|
6342
|
-
| ResponsiveStyleValue<
|
|
6343
|
-
| (theme) => ResponsiveStyleValue<
|
|
6424
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
6425
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
6344
6426
|
```
|
|
6345
6427
|
|
|
6346
6428
|
### Inherited from
|
|
@@ -6403,8 +6485,8 @@ FlexBoxProps.textAlign
|
|
|
6403
6485
|
|
|
6404
6486
|
```ts
|
|
6405
6487
|
optional textTransform:
|
|
6406
|
-
| ResponsiveStyleValue<
|
|
6407
|
-
| (theme) => ResponsiveStyleValue<
|
|
6488
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
6489
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
6408
6490
|
```
|
|
6409
6491
|
|
|
6410
6492
|
### Inherited from
|
|
@@ -6446,7 +6528,6 @@ optional viewer: XyoViewer;
|
|
|
6446
6528
|
```ts
|
|
6447
6529
|
optional border:
|
|
6448
6530
|
| ResponsiveStyleValue<
|
|
6449
|
-
| undefined
|
|
6450
6531
|
| number
|
|
6451
6532
|
| string & object
|
|
6452
6533
|
| "inset"
|
|
@@ -6609,7 +6690,6 @@ optional border:
|
|
|
6609
6690
|
| "teal"
|
|
6610
6691
|
| "thistle"
|
|
6611
6692
|
| "tomato"
|
|
6612
|
-
| "transparent"
|
|
6613
6693
|
| "turquoise"
|
|
6614
6694
|
| "violet"
|
|
6615
6695
|
| "wheat"
|
|
@@ -6617,18 +6697,33 @@ optional border:
|
|
|
6617
6697
|
| "whitesmoke"
|
|
6618
6698
|
| "yellow"
|
|
6619
6699
|
| "yellowgreen"
|
|
6700
|
+
| "transparent"
|
|
6701
|
+
| "AccentColor"
|
|
6702
|
+
| "AccentColorText"
|
|
6703
|
+
| "ActiveText"
|
|
6704
|
+
| "ButtonBorder"
|
|
6705
|
+
| "ButtonFace"
|
|
6706
|
+
| "ButtonText"
|
|
6707
|
+
| "Canvas"
|
|
6708
|
+
| "CanvasText"
|
|
6709
|
+
| "Field"
|
|
6710
|
+
| "FieldText"
|
|
6711
|
+
| "GrayText"
|
|
6712
|
+
| "Highlight"
|
|
6713
|
+
| "HighlightText"
|
|
6714
|
+
| "LinkText"
|
|
6715
|
+
| "Mark"
|
|
6716
|
+
| "MarkText"
|
|
6717
|
+
| "SelectedItem"
|
|
6718
|
+
| "SelectedItemText"
|
|
6719
|
+
| "VisitedText"
|
|
6620
6720
|
| "ActiveBorder"
|
|
6621
6721
|
| "ActiveCaption"
|
|
6622
6722
|
| "AppWorkspace"
|
|
6623
6723
|
| "Background"
|
|
6624
|
-
| "ButtonFace"
|
|
6625
6724
|
| "ButtonHighlight"
|
|
6626
6725
|
| "ButtonShadow"
|
|
6627
|
-
| "ButtonText"
|
|
6628
6726
|
| "CaptionText"
|
|
6629
|
-
| "GrayText"
|
|
6630
|
-
| "Highlight"
|
|
6631
|
-
| "HighlightText"
|
|
6632
6727
|
| "InactiveBorder"
|
|
6633
6728
|
| "InactiveCaption"
|
|
6634
6729
|
| "InactiveCaptionText"
|
|
@@ -6645,9 +6740,9 @@ optional border:
|
|
|
6645
6740
|
| "Window"
|
|
6646
6741
|
| "WindowFrame"
|
|
6647
6742
|
| "WindowText"
|
|
6648
|
-
| "
|
|
6743
|
+
| "currentColor"
|
|
6744
|
+
| undefined>
|
|
6649
6745
|
| (theme) => ResponsiveStyleValue<
|
|
6650
|
-
| undefined
|
|
6651
6746
|
| number
|
|
6652
6747
|
| string & object
|
|
6653
6748
|
| "inset"
|
|
@@ -6810,7 +6905,6 @@ optional border:
|
|
|
6810
6905
|
| "teal"
|
|
6811
6906
|
| "thistle"
|
|
6812
6907
|
| "tomato"
|
|
6813
|
-
| "transparent"
|
|
6814
6908
|
| "turquoise"
|
|
6815
6909
|
| "violet"
|
|
6816
6910
|
| "wheat"
|
|
@@ -6818,18 +6912,33 @@ optional border:
|
|
|
6818
6912
|
| "whitesmoke"
|
|
6819
6913
|
| "yellow"
|
|
6820
6914
|
| "yellowgreen"
|
|
6915
|
+
| "transparent"
|
|
6916
|
+
| "AccentColor"
|
|
6917
|
+
| "AccentColorText"
|
|
6918
|
+
| "ActiveText"
|
|
6919
|
+
| "ButtonBorder"
|
|
6920
|
+
| "ButtonFace"
|
|
6921
|
+
| "ButtonText"
|
|
6922
|
+
| "Canvas"
|
|
6923
|
+
| "CanvasText"
|
|
6924
|
+
| "Field"
|
|
6925
|
+
| "FieldText"
|
|
6926
|
+
| "GrayText"
|
|
6927
|
+
| "Highlight"
|
|
6928
|
+
| "HighlightText"
|
|
6929
|
+
| "LinkText"
|
|
6930
|
+
| "Mark"
|
|
6931
|
+
| "MarkText"
|
|
6932
|
+
| "SelectedItem"
|
|
6933
|
+
| "SelectedItemText"
|
|
6934
|
+
| "VisitedText"
|
|
6821
6935
|
| "ActiveBorder"
|
|
6822
6936
|
| "ActiveCaption"
|
|
6823
6937
|
| "AppWorkspace"
|
|
6824
6938
|
| "Background"
|
|
6825
|
-
| "ButtonFace"
|
|
6826
6939
|
| "ButtonHighlight"
|
|
6827
6940
|
| "ButtonShadow"
|
|
6828
|
-
| "ButtonText"
|
|
6829
6941
|
| "CaptionText"
|
|
6830
|
-
| "GrayText"
|
|
6831
|
-
| "Highlight"
|
|
6832
|
-
| "HighlightText"
|
|
6833
6942
|
| "InactiveBorder"
|
|
6834
6943
|
| "InactiveCaption"
|
|
6835
6944
|
| "InactiveCaptionText"
|
|
@@ -6846,7 +6955,8 @@ optional border:
|
|
|
6846
6955
|
| "Window"
|
|
6847
6956
|
| "WindowFrame"
|
|
6848
6957
|
| "WindowText"
|
|
6849
|
-
| "
|
|
6958
|
+
| "currentColor"
|
|
6959
|
+
| undefined>;
|
|
6850
6960
|
```
|
|
6851
6961
|
|
|
6852
6962
|
### Inherited from
|
|
@@ -7485,8 +7595,8 @@ FlexBoxProps.color
|
|
|
7485
7595
|
|
|
7486
7596
|
```ts
|
|
7487
7597
|
optional zIndex:
|
|
7488
|
-
| ResponsiveStyleValue<
|
|
7489
|
-
| (theme) => ResponsiveStyleValue<
|
|
7598
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
7599
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
7490
7600
|
```
|
|
7491
7601
|
|
|
7492
7602
|
### Inherited from
|
|
@@ -8349,8 +8459,8 @@ FlexBoxProps.paddingBlockEnd
|
|
|
8349
8459
|
|
|
8350
8460
|
```ts
|
|
8351
8461
|
optional typography:
|
|
8352
|
-
| ResponsiveStyleValue<
|
|
8353
|
-
| (theme) => ResponsiveStyleValue<
|
|
8462
|
+
| ResponsiveStyleValue<string | undefined>
|
|
8463
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
8354
8464
|
```
|
|
8355
8465
|
|
|
8356
8466
|
### Inherited from
|
|
@@ -8413,8 +8523,8 @@ FlexBoxProps.fontStyle
|
|
|
8413
8523
|
|
|
8414
8524
|
```ts
|
|
8415
8525
|
optional fontWeight:
|
|
8416
|
-
| ResponsiveStyleValue<
|
|
8417
|
-
| (theme) => ResponsiveStyleValue<
|
|
8526
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
8527
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
8418
8528
|
```
|
|
8419
8529
|
|
|
8420
8530
|
### Inherited from
|
|
@@ -8477,8 +8587,8 @@ FlexBoxProps.textAlign
|
|
|
8477
8587
|
|
|
8478
8588
|
```ts
|
|
8479
8589
|
optional textTransform:
|
|
8480
|
-
| ResponsiveStyleValue<
|
|
8481
|
-
| (theme) => ResponsiveStyleValue<
|
|
8590
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
8591
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
8482
8592
|
```
|
|
8483
8593
|
|
|
8484
8594
|
### Inherited from
|
|
@@ -8492,7 +8602,7 @@ FlexBoxProps.textTransform
|
|
|
8492
8602
|
### transaction?
|
|
8493
8603
|
|
|
8494
8604
|
```ts
|
|
8495
|
-
optional transaction:
|
|
8605
|
+
optional transaction: SignedHydratedTransactionWithStorageMeta | null;
|
|
8496
8606
|
```
|
|
8497
8607
|
|
|
8498
8608
|
***
|
|
@@ -8546,7 +8656,6 @@ optional wrapper: HydratedTransactionInstance<HydratedTransactionWithStorageMeta
|
|
|
8546
8656
|
```ts
|
|
8547
8657
|
optional border:
|
|
8548
8658
|
| ResponsiveStyleValue<
|
|
8549
|
-
| undefined
|
|
8550
8659
|
| number
|
|
8551
8660
|
| string & object
|
|
8552
8661
|
| "inset"
|
|
@@ -8709,7 +8818,6 @@ optional border:
|
|
|
8709
8818
|
| "teal"
|
|
8710
8819
|
| "thistle"
|
|
8711
8820
|
| "tomato"
|
|
8712
|
-
| "transparent"
|
|
8713
8821
|
| "turquoise"
|
|
8714
8822
|
| "violet"
|
|
8715
8823
|
| "wheat"
|
|
@@ -8717,18 +8825,33 @@ optional border:
|
|
|
8717
8825
|
| "whitesmoke"
|
|
8718
8826
|
| "yellow"
|
|
8719
8827
|
| "yellowgreen"
|
|
8828
|
+
| "transparent"
|
|
8829
|
+
| "AccentColor"
|
|
8830
|
+
| "AccentColorText"
|
|
8831
|
+
| "ActiveText"
|
|
8832
|
+
| "ButtonBorder"
|
|
8833
|
+
| "ButtonFace"
|
|
8834
|
+
| "ButtonText"
|
|
8835
|
+
| "Canvas"
|
|
8836
|
+
| "CanvasText"
|
|
8837
|
+
| "Field"
|
|
8838
|
+
| "FieldText"
|
|
8839
|
+
| "GrayText"
|
|
8840
|
+
| "Highlight"
|
|
8841
|
+
| "HighlightText"
|
|
8842
|
+
| "LinkText"
|
|
8843
|
+
| "Mark"
|
|
8844
|
+
| "MarkText"
|
|
8845
|
+
| "SelectedItem"
|
|
8846
|
+
| "SelectedItemText"
|
|
8847
|
+
| "VisitedText"
|
|
8720
8848
|
| "ActiveBorder"
|
|
8721
8849
|
| "ActiveCaption"
|
|
8722
8850
|
| "AppWorkspace"
|
|
8723
8851
|
| "Background"
|
|
8724
|
-
| "ButtonFace"
|
|
8725
8852
|
| "ButtonHighlight"
|
|
8726
8853
|
| "ButtonShadow"
|
|
8727
|
-
| "ButtonText"
|
|
8728
8854
|
| "CaptionText"
|
|
8729
|
-
| "GrayText"
|
|
8730
|
-
| "Highlight"
|
|
8731
|
-
| "HighlightText"
|
|
8732
8855
|
| "InactiveBorder"
|
|
8733
8856
|
| "InactiveCaption"
|
|
8734
8857
|
| "InactiveCaptionText"
|
|
@@ -8745,9 +8868,9 @@ optional border:
|
|
|
8745
8868
|
| "Window"
|
|
8746
8869
|
| "WindowFrame"
|
|
8747
8870
|
| "WindowText"
|
|
8748
|
-
| "
|
|
8871
|
+
| "currentColor"
|
|
8872
|
+
| undefined>
|
|
8749
8873
|
| (theme) => ResponsiveStyleValue<
|
|
8750
|
-
| undefined
|
|
8751
8874
|
| number
|
|
8752
8875
|
| string & object
|
|
8753
8876
|
| "inset"
|
|
@@ -8910,7 +9033,6 @@ optional border:
|
|
|
8910
9033
|
| "teal"
|
|
8911
9034
|
| "thistle"
|
|
8912
9035
|
| "tomato"
|
|
8913
|
-
| "transparent"
|
|
8914
9036
|
| "turquoise"
|
|
8915
9037
|
| "violet"
|
|
8916
9038
|
| "wheat"
|
|
@@ -8918,18 +9040,33 @@ optional border:
|
|
|
8918
9040
|
| "whitesmoke"
|
|
8919
9041
|
| "yellow"
|
|
8920
9042
|
| "yellowgreen"
|
|
9043
|
+
| "transparent"
|
|
9044
|
+
| "AccentColor"
|
|
9045
|
+
| "AccentColorText"
|
|
9046
|
+
| "ActiveText"
|
|
9047
|
+
| "ButtonBorder"
|
|
9048
|
+
| "ButtonFace"
|
|
9049
|
+
| "ButtonText"
|
|
9050
|
+
| "Canvas"
|
|
9051
|
+
| "CanvasText"
|
|
9052
|
+
| "Field"
|
|
9053
|
+
| "FieldText"
|
|
9054
|
+
| "GrayText"
|
|
9055
|
+
| "Highlight"
|
|
9056
|
+
| "HighlightText"
|
|
9057
|
+
| "LinkText"
|
|
9058
|
+
| "Mark"
|
|
9059
|
+
| "MarkText"
|
|
9060
|
+
| "SelectedItem"
|
|
9061
|
+
| "SelectedItemText"
|
|
9062
|
+
| "VisitedText"
|
|
8921
9063
|
| "ActiveBorder"
|
|
8922
9064
|
| "ActiveCaption"
|
|
8923
9065
|
| "AppWorkspace"
|
|
8924
9066
|
| "Background"
|
|
8925
|
-
| "ButtonFace"
|
|
8926
9067
|
| "ButtonHighlight"
|
|
8927
9068
|
| "ButtonShadow"
|
|
8928
|
-
| "ButtonText"
|
|
8929
9069
|
| "CaptionText"
|
|
8930
|
-
| "GrayText"
|
|
8931
|
-
| "Highlight"
|
|
8932
|
-
| "HighlightText"
|
|
8933
9070
|
| "InactiveBorder"
|
|
8934
9071
|
| "InactiveCaption"
|
|
8935
9072
|
| "InactiveCaptionText"
|
|
@@ -8946,7 +9083,8 @@ optional border:
|
|
|
8946
9083
|
| "Window"
|
|
8947
9084
|
| "WindowFrame"
|
|
8948
9085
|
| "WindowText"
|
|
8949
|
-
| "
|
|
9086
|
+
| "currentColor"
|
|
9087
|
+
| undefined>;
|
|
8950
9088
|
```
|
|
8951
9089
|
|
|
8952
9090
|
### Inherited from
|
|
@@ -9585,8 +9723,8 @@ FlexBoxProps.color
|
|
|
9585
9723
|
|
|
9586
9724
|
```ts
|
|
9587
9725
|
optional zIndex:
|
|
9588
|
-
| ResponsiveStyleValue<
|
|
9589
|
-
| (theme) => ResponsiveStyleValue<
|
|
9726
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
9727
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
9590
9728
|
```
|
|
9591
9729
|
|
|
9592
9730
|
### Inherited from
|
|
@@ -10449,8 +10587,8 @@ FlexBoxProps.paddingBlockEnd
|
|
|
10449
10587
|
|
|
10450
10588
|
```ts
|
|
10451
10589
|
optional typography:
|
|
10452
|
-
| ResponsiveStyleValue<
|
|
10453
|
-
| (theme) => ResponsiveStyleValue<
|
|
10590
|
+
| ResponsiveStyleValue<string | undefined>
|
|
10591
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
10454
10592
|
```
|
|
10455
10593
|
|
|
10456
10594
|
### Inherited from
|
|
@@ -10513,8 +10651,8 @@ FlexBoxProps.fontStyle
|
|
|
10513
10651
|
|
|
10514
10652
|
```ts
|
|
10515
10653
|
optional fontWeight:
|
|
10516
|
-
| ResponsiveStyleValue<
|
|
10517
|
-
| (theme) => ResponsiveStyleValue<
|
|
10654
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
10655
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
10518
10656
|
```
|
|
10519
10657
|
|
|
10520
10658
|
### Inherited from
|
|
@@ -10577,8 +10715,8 @@ FlexBoxProps.textAlign
|
|
|
10577
10715
|
|
|
10578
10716
|
```ts
|
|
10579
10717
|
optional textTransform:
|
|
10580
|
-
| ResponsiveStyleValue<
|
|
10581
|
-
| (theme) => ResponsiveStyleValue<
|
|
10718
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
10719
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
10582
10720
|
```
|
|
10583
10721
|
|
|
10584
10722
|
### Inherited from
|
|
@@ -10589,10 +10727,18 @@ FlexBoxProps.textTransform
|
|
|
10589
10727
|
|
|
10590
10728
|
***
|
|
10591
10729
|
|
|
10730
|
+
### linkedProducerAddress?
|
|
10731
|
+
|
|
10732
|
+
```ts
|
|
10733
|
+
optional linkedProducerAddress: boolean;
|
|
10734
|
+
```
|
|
10735
|
+
|
|
10736
|
+
***
|
|
10737
|
+
|
|
10592
10738
|
### transaction?
|
|
10593
10739
|
|
|
10594
10740
|
```ts
|
|
10595
|
-
optional transaction:
|
|
10741
|
+
optional transaction: SignedHydratedTransactionWithStorageMeta | null;
|
|
10596
10742
|
```
|
|
10597
10743
|
|
|
10598
10744
|
### <a id="TxVerification"></a>TxVerification
|
|
@@ -10618,7 +10764,7 @@ optional iconColors: boolean;
|
|
|
10618
10764
|
### transaction?
|
|
10619
10765
|
|
|
10620
10766
|
```ts
|
|
10621
|
-
optional transaction:
|
|
10767
|
+
optional transaction: SignedHydratedTransactionWithStorageMeta | null;
|
|
10622
10768
|
```
|
|
10623
10769
|
|
|
10624
10770
|
### type-aliases
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-boundwitness",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.16",
|
|
5
5
|
"description": "XYO Layer One React SDK BoundWitness",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -47,22 +47,22 @@
|
|
|
47
47
|
"@xylabs/react-quick-tip-button": "~7.1.8",
|
|
48
48
|
"@xylabs/sdk-js": "~5.0.34",
|
|
49
49
|
"@xyo-network/boundwitness-model": "~5.1.23",
|
|
50
|
-
"@xyo-network/chain-utils": "~1.16.
|
|
51
|
-
"@xyo-network/chain-validation": "~1.16.
|
|
52
|
-
"@xyo-network/chain-wrappers": "~1.16.
|
|
50
|
+
"@xyo-network/chain-utils": "~1.16.16",
|
|
51
|
+
"@xyo-network/chain-validation": "~1.16.16",
|
|
52
|
+
"@xyo-network/chain-wrappers": "~1.16.16",
|
|
53
53
|
"@xyo-network/payload-builder": "~5.1.23",
|
|
54
54
|
"@xyo-network/payload-model": "~5.1.23",
|
|
55
55
|
"@xyo-network/react-boundwitness-plugin": "~7.3.10",
|
|
56
|
-
"@xyo-network/react-chain-blockchain": "~1.16.
|
|
57
|
-
"@xyo-network/react-chain-blockies": "~1.16.
|
|
58
|
-
"@xyo-network/react-chain-shared": "~1.16.
|
|
56
|
+
"@xyo-network/react-chain-blockchain": "~1.16.16",
|
|
57
|
+
"@xyo-network/react-chain-blockies": "~1.16.16",
|
|
58
|
+
"@xyo-network/react-chain-shared": "~1.16.16",
|
|
59
59
|
"@xyo-network/react-event": "~7.3.10",
|
|
60
60
|
"@xyo-network/react-shared": "~7.3.10",
|
|
61
61
|
"@xyo-network/react-table": "~7.3.10",
|
|
62
62
|
"@xyo-network/xl1-protocol": "~1.13.11",
|
|
63
|
-
"@xyo-network/xl1-protocol-sdk": "~1.16.
|
|
64
|
-
"@xyo-network/xl1-validation": "~1.16.
|
|
65
|
-
"@xyo-network/xl1-wrappers": "~1.16.
|
|
63
|
+
"@xyo-network/xl1-protocol-sdk": "~1.16.16",
|
|
64
|
+
"@xyo-network/xl1-validation": "~1.16.16",
|
|
65
|
+
"@xyo-network/xl1-wrappers": "~1.16.16",
|
|
66
66
|
"react-icons": "~5.5.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
77
77
|
"@xylabs/tsconfig-react": "~7.2.8",
|
|
78
78
|
"@xyo-network/account": "~5.1.23",
|
|
79
|
-
"@xyo-network/react-chain-network": "~1.16.
|
|
80
|
-
"@xyo-network/react-chain-provider": "~1.16.
|
|
81
|
-
"@xyo-network/xl1-network-model": "~1.16.
|
|
79
|
+
"@xyo-network/react-chain-network": "~1.16.16",
|
|
80
|
+
"@xyo-network/react-chain-provider": "~1.16.16",
|
|
81
|
+
"@xyo-network/xl1-network-model": "~1.16.16",
|
|
82
82
|
"eslint": "^9.39.1",
|
|
83
83
|
"react": "~19.2.0",
|
|
84
84
|
"react-dom": "~19.2.0",
|