@xyo-network/react-chain-shared 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 +105 -49
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -95,7 +95,6 @@ function buildRandomBlockChainBlocksOnly(blockCount): Promise<HydratedBlock[]>;
|
|
|
95
95
|
```ts
|
|
96
96
|
optional border:
|
|
97
97
|
| ResponsiveStyleValue<
|
|
98
|
-
| undefined
|
|
99
98
|
| number
|
|
100
99
|
| string & object
|
|
101
100
|
| "inset"
|
|
@@ -258,7 +257,6 @@ optional border:
|
|
|
258
257
|
| "teal"
|
|
259
258
|
| "thistle"
|
|
260
259
|
| "tomato"
|
|
261
|
-
| "transparent"
|
|
262
260
|
| "turquoise"
|
|
263
261
|
| "violet"
|
|
264
262
|
| "wheat"
|
|
@@ -266,18 +264,33 @@ optional border:
|
|
|
266
264
|
| "whitesmoke"
|
|
267
265
|
| "yellow"
|
|
268
266
|
| "yellowgreen"
|
|
267
|
+
| "transparent"
|
|
268
|
+
| "AccentColor"
|
|
269
|
+
| "AccentColorText"
|
|
270
|
+
| "ActiveText"
|
|
271
|
+
| "ButtonBorder"
|
|
272
|
+
| "ButtonFace"
|
|
273
|
+
| "ButtonText"
|
|
274
|
+
| "Canvas"
|
|
275
|
+
| "CanvasText"
|
|
276
|
+
| "Field"
|
|
277
|
+
| "FieldText"
|
|
278
|
+
| "GrayText"
|
|
279
|
+
| "Highlight"
|
|
280
|
+
| "HighlightText"
|
|
281
|
+
| "LinkText"
|
|
282
|
+
| "Mark"
|
|
283
|
+
| "MarkText"
|
|
284
|
+
| "SelectedItem"
|
|
285
|
+
| "SelectedItemText"
|
|
286
|
+
| "VisitedText"
|
|
269
287
|
| "ActiveBorder"
|
|
270
288
|
| "ActiveCaption"
|
|
271
289
|
| "AppWorkspace"
|
|
272
290
|
| "Background"
|
|
273
|
-
| "ButtonFace"
|
|
274
291
|
| "ButtonHighlight"
|
|
275
292
|
| "ButtonShadow"
|
|
276
|
-
| "ButtonText"
|
|
277
293
|
| "CaptionText"
|
|
278
|
-
| "GrayText"
|
|
279
|
-
| "Highlight"
|
|
280
|
-
| "HighlightText"
|
|
281
294
|
| "InactiveBorder"
|
|
282
295
|
| "InactiveCaption"
|
|
283
296
|
| "InactiveCaptionText"
|
|
@@ -294,9 +307,9 @@ optional border:
|
|
|
294
307
|
| "Window"
|
|
295
308
|
| "WindowFrame"
|
|
296
309
|
| "WindowText"
|
|
297
|
-
| "
|
|
310
|
+
| "currentColor"
|
|
311
|
+
| undefined>
|
|
298
312
|
| (theme) => ResponsiveStyleValue<
|
|
299
|
-
| undefined
|
|
300
313
|
| number
|
|
301
314
|
| string & object
|
|
302
315
|
| "inset"
|
|
@@ -459,7 +472,6 @@ optional border:
|
|
|
459
472
|
| "teal"
|
|
460
473
|
| "thistle"
|
|
461
474
|
| "tomato"
|
|
462
|
-
| "transparent"
|
|
463
475
|
| "turquoise"
|
|
464
476
|
| "violet"
|
|
465
477
|
| "wheat"
|
|
@@ -467,18 +479,33 @@ optional border:
|
|
|
467
479
|
| "whitesmoke"
|
|
468
480
|
| "yellow"
|
|
469
481
|
| "yellowgreen"
|
|
482
|
+
| "transparent"
|
|
483
|
+
| "AccentColor"
|
|
484
|
+
| "AccentColorText"
|
|
485
|
+
| "ActiveText"
|
|
486
|
+
| "ButtonBorder"
|
|
487
|
+
| "ButtonFace"
|
|
488
|
+
| "ButtonText"
|
|
489
|
+
| "Canvas"
|
|
490
|
+
| "CanvasText"
|
|
491
|
+
| "Field"
|
|
492
|
+
| "FieldText"
|
|
493
|
+
| "GrayText"
|
|
494
|
+
| "Highlight"
|
|
495
|
+
| "HighlightText"
|
|
496
|
+
| "LinkText"
|
|
497
|
+
| "Mark"
|
|
498
|
+
| "MarkText"
|
|
499
|
+
| "SelectedItem"
|
|
500
|
+
| "SelectedItemText"
|
|
501
|
+
| "VisitedText"
|
|
470
502
|
| "ActiveBorder"
|
|
471
503
|
| "ActiveCaption"
|
|
472
504
|
| "AppWorkspace"
|
|
473
505
|
| "Background"
|
|
474
|
-
| "ButtonFace"
|
|
475
506
|
| "ButtonHighlight"
|
|
476
507
|
| "ButtonShadow"
|
|
477
|
-
| "ButtonText"
|
|
478
508
|
| "CaptionText"
|
|
479
|
-
| "GrayText"
|
|
480
|
-
| "Highlight"
|
|
481
|
-
| "HighlightText"
|
|
482
509
|
| "InactiveBorder"
|
|
483
510
|
| "InactiveCaption"
|
|
484
511
|
| "InactiveCaptionText"
|
|
@@ -495,7 +522,8 @@ optional border:
|
|
|
495
522
|
| "Window"
|
|
496
523
|
| "WindowFrame"
|
|
497
524
|
| "WindowText"
|
|
498
|
-
| "
|
|
525
|
+
| "currentColor"
|
|
526
|
+
| undefined>;
|
|
499
527
|
```
|
|
500
528
|
|
|
501
529
|
### Inherited from
|
|
@@ -526,8 +554,8 @@ StackProps.boxShadow
|
|
|
526
554
|
|
|
527
555
|
```ts
|
|
528
556
|
optional fontWeight:
|
|
529
|
-
| ResponsiveStyleValue<
|
|
530
|
-
| (theme) => ResponsiveStyleValue<
|
|
557
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
558
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
531
559
|
```
|
|
532
560
|
|
|
533
561
|
### Inherited from
|
|
@@ -542,8 +570,8 @@ StackProps.fontWeight
|
|
|
542
570
|
|
|
543
571
|
```ts
|
|
544
572
|
optional zIndex:
|
|
545
|
-
| ResponsiveStyleValue<
|
|
546
|
-
| (theme) => ResponsiveStyleValue<
|
|
573
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
574
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
547
575
|
```
|
|
548
576
|
|
|
549
577
|
### Inherited from
|
|
@@ -1438,8 +1466,8 @@ StackProps.textOverflow
|
|
|
1438
1466
|
|
|
1439
1467
|
```ts
|
|
1440
1468
|
optional textTransform:
|
|
1441
|
-
| ResponsiveStyleValue<
|
|
1442
|
-
| (theme) => ResponsiveStyleValue<
|
|
1469
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
1470
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
1443
1471
|
```
|
|
1444
1472
|
|
|
1445
1473
|
### Inherited from
|
|
@@ -2110,8 +2138,8 @@ StackProps.paddingY
|
|
|
2110
2138
|
|
|
2111
2139
|
```ts
|
|
2112
2140
|
optional typography:
|
|
2113
|
-
| ResponsiveStyleValue<
|
|
2114
|
-
| (theme) => ResponsiveStyleValue<
|
|
2141
|
+
| ResponsiveStyleValue<string | undefined>
|
|
2142
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
2115
2143
|
```
|
|
2116
2144
|
|
|
2117
2145
|
### Inherited from
|
|
@@ -2177,7 +2205,6 @@ optional tooltipTitle: string;
|
|
|
2177
2205
|
```ts
|
|
2178
2206
|
optional border:
|
|
2179
2207
|
| ResponsiveStyleValue<
|
|
2180
|
-
| undefined
|
|
2181
2208
|
| number
|
|
2182
2209
|
| string & object
|
|
2183
2210
|
| "inset"
|
|
@@ -2340,7 +2367,6 @@ optional border:
|
|
|
2340
2367
|
| "teal"
|
|
2341
2368
|
| "thistle"
|
|
2342
2369
|
| "tomato"
|
|
2343
|
-
| "transparent"
|
|
2344
2370
|
| "turquoise"
|
|
2345
2371
|
| "violet"
|
|
2346
2372
|
| "wheat"
|
|
@@ -2348,18 +2374,33 @@ optional border:
|
|
|
2348
2374
|
| "whitesmoke"
|
|
2349
2375
|
| "yellow"
|
|
2350
2376
|
| "yellowgreen"
|
|
2377
|
+
| "transparent"
|
|
2378
|
+
| "AccentColor"
|
|
2379
|
+
| "AccentColorText"
|
|
2380
|
+
| "ActiveText"
|
|
2381
|
+
| "ButtonBorder"
|
|
2382
|
+
| "ButtonFace"
|
|
2383
|
+
| "ButtonText"
|
|
2384
|
+
| "Canvas"
|
|
2385
|
+
| "CanvasText"
|
|
2386
|
+
| "Field"
|
|
2387
|
+
| "FieldText"
|
|
2388
|
+
| "GrayText"
|
|
2389
|
+
| "Highlight"
|
|
2390
|
+
| "HighlightText"
|
|
2391
|
+
| "LinkText"
|
|
2392
|
+
| "Mark"
|
|
2393
|
+
| "MarkText"
|
|
2394
|
+
| "SelectedItem"
|
|
2395
|
+
| "SelectedItemText"
|
|
2396
|
+
| "VisitedText"
|
|
2351
2397
|
| "ActiveBorder"
|
|
2352
2398
|
| "ActiveCaption"
|
|
2353
2399
|
| "AppWorkspace"
|
|
2354
2400
|
| "Background"
|
|
2355
|
-
| "ButtonFace"
|
|
2356
2401
|
| "ButtonHighlight"
|
|
2357
2402
|
| "ButtonShadow"
|
|
2358
|
-
| "ButtonText"
|
|
2359
2403
|
| "CaptionText"
|
|
2360
|
-
| "GrayText"
|
|
2361
|
-
| "Highlight"
|
|
2362
|
-
| "HighlightText"
|
|
2363
2404
|
| "InactiveBorder"
|
|
2364
2405
|
| "InactiveCaption"
|
|
2365
2406
|
| "InactiveCaptionText"
|
|
@@ -2376,9 +2417,9 @@ optional border:
|
|
|
2376
2417
|
| "Window"
|
|
2377
2418
|
| "WindowFrame"
|
|
2378
2419
|
| "WindowText"
|
|
2379
|
-
| "
|
|
2420
|
+
| "currentColor"
|
|
2421
|
+
| undefined>
|
|
2380
2422
|
| (theme) => ResponsiveStyleValue<
|
|
2381
|
-
| undefined
|
|
2382
2423
|
| number
|
|
2383
2424
|
| string & object
|
|
2384
2425
|
| "inset"
|
|
@@ -2541,7 +2582,6 @@ optional border:
|
|
|
2541
2582
|
| "teal"
|
|
2542
2583
|
| "thistle"
|
|
2543
2584
|
| "tomato"
|
|
2544
|
-
| "transparent"
|
|
2545
2585
|
| "turquoise"
|
|
2546
2586
|
| "violet"
|
|
2547
2587
|
| "wheat"
|
|
@@ -2549,18 +2589,33 @@ optional border:
|
|
|
2549
2589
|
| "whitesmoke"
|
|
2550
2590
|
| "yellow"
|
|
2551
2591
|
| "yellowgreen"
|
|
2592
|
+
| "transparent"
|
|
2593
|
+
| "AccentColor"
|
|
2594
|
+
| "AccentColorText"
|
|
2595
|
+
| "ActiveText"
|
|
2596
|
+
| "ButtonBorder"
|
|
2597
|
+
| "ButtonFace"
|
|
2598
|
+
| "ButtonText"
|
|
2599
|
+
| "Canvas"
|
|
2600
|
+
| "CanvasText"
|
|
2601
|
+
| "Field"
|
|
2602
|
+
| "FieldText"
|
|
2603
|
+
| "GrayText"
|
|
2604
|
+
| "Highlight"
|
|
2605
|
+
| "HighlightText"
|
|
2606
|
+
| "LinkText"
|
|
2607
|
+
| "Mark"
|
|
2608
|
+
| "MarkText"
|
|
2609
|
+
| "SelectedItem"
|
|
2610
|
+
| "SelectedItemText"
|
|
2611
|
+
| "VisitedText"
|
|
2552
2612
|
| "ActiveBorder"
|
|
2553
2613
|
| "ActiveCaption"
|
|
2554
2614
|
| "AppWorkspace"
|
|
2555
2615
|
| "Background"
|
|
2556
|
-
| "ButtonFace"
|
|
2557
2616
|
| "ButtonHighlight"
|
|
2558
2617
|
| "ButtonShadow"
|
|
2559
|
-
| "ButtonText"
|
|
2560
2618
|
| "CaptionText"
|
|
2561
|
-
| "GrayText"
|
|
2562
|
-
| "Highlight"
|
|
2563
|
-
| "HighlightText"
|
|
2564
2619
|
| "InactiveBorder"
|
|
2565
2620
|
| "InactiveCaption"
|
|
2566
2621
|
| "InactiveCaptionText"
|
|
@@ -2577,7 +2632,8 @@ optional border:
|
|
|
2577
2632
|
| "Window"
|
|
2578
2633
|
| "WindowFrame"
|
|
2579
2634
|
| "WindowText"
|
|
2580
|
-
| "
|
|
2635
|
+
| "currentColor"
|
|
2636
|
+
| undefined>;
|
|
2581
2637
|
```
|
|
2582
2638
|
|
|
2583
2639
|
### Inherited from
|
|
@@ -2608,8 +2664,8 @@ StackProps.boxShadow
|
|
|
2608
2664
|
|
|
2609
2665
|
```ts
|
|
2610
2666
|
optional fontWeight:
|
|
2611
|
-
| ResponsiveStyleValue<
|
|
2612
|
-
| (theme) => ResponsiveStyleValue<
|
|
2667
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
2668
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
2613
2669
|
```
|
|
2614
2670
|
|
|
2615
2671
|
### Inherited from
|
|
@@ -2624,8 +2680,8 @@ StackProps.fontWeight
|
|
|
2624
2680
|
|
|
2625
2681
|
```ts
|
|
2626
2682
|
optional zIndex:
|
|
2627
|
-
| ResponsiveStyleValue<
|
|
2628
|
-
| (theme) => ResponsiveStyleValue<
|
|
2683
|
+
| ResponsiveStyleValue<string | string & object | number & object | undefined>
|
|
2684
|
+
| (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
|
|
2629
2685
|
```
|
|
2630
2686
|
|
|
2631
2687
|
### Inherited from
|
|
@@ -3520,8 +3576,8 @@ StackProps.textOverflow
|
|
|
3520
3576
|
|
|
3521
3577
|
```ts
|
|
3522
3578
|
optional textTransform:
|
|
3523
|
-
| ResponsiveStyleValue<
|
|
3524
|
-
| (theme) => ResponsiveStyleValue<
|
|
3579
|
+
| ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
|
|
3580
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
|
|
3525
3581
|
```
|
|
3526
3582
|
|
|
3527
3583
|
### Inherited from
|
|
@@ -4192,8 +4248,8 @@ StackProps.paddingY
|
|
|
4192
4248
|
|
|
4193
4249
|
```ts
|
|
4194
4250
|
optional typography:
|
|
4195
|
-
| ResponsiveStyleValue<
|
|
4196
|
-
| (theme) => ResponsiveStyleValue<
|
|
4251
|
+
| ResponsiveStyleValue<string | undefined>
|
|
4252
|
+
| (theme) => ResponsiveStyleValue<string | undefined>;
|
|
4197
4253
|
```
|
|
4198
4254
|
|
|
4199
4255
|
### Inherited from
|
|
@@ -4231,7 +4287,7 @@ labels: string[];
|
|
|
4231
4287
|
### values
|
|
4232
4288
|
|
|
4233
4289
|
```ts
|
|
4234
|
-
values: (
|
|
4290
|
+
values: (string | undefined)[];
|
|
4235
4291
|
```
|
|
4236
4292
|
|
|
4237
4293
|
### variables
|
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-shared",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.16",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@xylabs/sdk-js": "~5.0.34",
|
|
49
49
|
"@xyo-network/account": "~5.1.23",
|
|
50
|
-
"@xyo-network/chain-protocol": "~1.16.
|
|
50
|
+
"@xyo-network/chain-protocol": "~1.16.16",
|
|
51
51
|
"@xyo-network/xl1-protocol": "~1.13.11"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|