@xyo-network/react-address-render 2.47.8 → 2.47.10

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 (33) hide show
  1. package/dist/cjs/components/favorite/FavoriteIconButton.js +8 -15
  2. package/dist/cjs/components/favorite/FavoriteIconButton.js.map +1 -1
  3. package/dist/cjs/components/favorite/FavoriteToggleSVG.js +10 -0
  4. package/dist/cjs/components/favorite/FavoriteToggleSVG.js.map +1 -0
  5. package/dist/cjs/components/favorite/Popper.js +1 -1
  6. package/dist/cjs/components/favorite/Popper.js.map +1 -1
  7. package/dist/cjs/components/favorite/PopperButtonGroup.js +2 -2
  8. package/dist/cjs/components/favorite/PopperButtonGroup.js.map +1 -1
  9. package/dist/cjs/components/lib/FavoriteItemEvent.js +8 -0
  10. package/dist/cjs/components/lib/FavoriteItemEvent.js.map +1 -1
  11. package/dist/docs.json +681 -582
  12. package/dist/esm/components/favorite/FavoriteIconButton.js +6 -13
  13. package/dist/esm/components/favorite/FavoriteIconButton.js.map +1 -1
  14. package/dist/esm/components/favorite/FavoriteToggleSVG.js +5 -0
  15. package/dist/esm/components/favorite/FavoriteToggleSVG.js.map +1 -0
  16. package/dist/esm/components/favorite/Popper.js +1 -1
  17. package/dist/esm/components/favorite/Popper.js.map +1 -1
  18. package/dist/esm/components/favorite/PopperButtonGroup.js +2 -2
  19. package/dist/esm/components/favorite/PopperButtonGroup.js.map +1 -1
  20. package/dist/esm/components/lib/FavoriteItemEvent.js +6 -1
  21. package/dist/esm/components/lib/FavoriteItemEvent.js.map +1 -1
  22. package/dist/types/components/favorite/FavoriteIconButton.d.ts.map +1 -1
  23. package/dist/types/components/favorite/FavoriteToggleSVG.d.ts +5 -0
  24. package/dist/types/components/favorite/FavoriteToggleSVG.d.ts.map +1 -0
  25. package/dist/types/components/favorite/PopperButtonGroup.d.ts.map +1 -1
  26. package/dist/types/components/lib/FavoriteItemEvent.d.ts +3 -1
  27. package/dist/types/components/lib/FavoriteItemEvent.d.ts.map +1 -1
  28. package/package.json +3 -3
  29. package/src/components/favorite/FavoriteIconButton.tsx +7 -14
  30. package/src/components/favorite/FavoriteToggleSVG.tsx +6 -0
  31. package/src/components/favorite/Popper.tsx +1 -1
  32. package/src/components/favorite/PopperButtonGroup.tsx +2 -0
  33. package/src/components/lib/FavoriteItemEvent.ts +15 -1
package/dist/docs.json CHANGED
@@ -7,14 +7,14 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 23,
10
+ "id": 30,
11
11
  "name": "AddressRenderRowBoxProps",
12
12
  "kind": 256,
13
13
  "kindString": "Interface",
14
14
  "flags": {},
15
15
  "children": [
16
16
  {
17
- "id": 24,
17
+ "id": 31,
18
18
  "name": "address",
19
19
  "kind": 1024,
20
20
  "kindString": "Property",
@@ -26,7 +26,7 @@
26
26
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
27
27
  "line": 12,
28
28
  "character": 2,
29
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
30
30
  }
31
31
  ],
32
32
  "type": {
@@ -44,12 +44,12 @@
44
44
  },
45
45
  "inheritedFrom": {
46
46
  "type": "reference",
47
- "id": 15,
47
+ "id": 22,
48
48
  "name": "AddressRenderRowBoxPropsBase.address"
49
49
  }
50
50
  },
51
51
  {
52
- "id": 25,
52
+ "id": 32,
53
53
  "name": "alias",
54
54
  "kind": 1024,
55
55
  "kindString": "Property",
@@ -61,7 +61,7 @@
61
61
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
62
62
  "line": 13,
63
63
  "character": 2,
64
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
64
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
65
65
  }
66
66
  ],
67
67
  "type": {
@@ -70,12 +70,12 @@
70
70
  },
71
71
  "inheritedFrom": {
72
72
  "type": "reference",
73
- "id": 16,
73
+ "id": 23,
74
74
  "name": "AddressRenderRowBoxPropsBase.alias"
75
75
  }
76
76
  },
77
77
  {
78
- "id": 110,
78
+ "id": 117,
79
79
  "name": "alignContent",
80
80
  "kind": 1024,
81
81
  "kindString": "Property",
@@ -116,7 +116,7 @@
116
116
  {
117
117
  "type": "reflection",
118
118
  "declaration": {
119
- "id": 111,
119
+ "id": 118,
120
120
  "name": "__type",
121
121
  "kind": 65536,
122
122
  "kindString": "Type literal",
@@ -130,14 +130,14 @@
130
130
  ],
131
131
  "signatures": [
132
132
  {
133
- "id": 112,
133
+ "id": 119,
134
134
  "name": "__type",
135
135
  "kind": 4096,
136
136
  "kindString": "Call signature",
137
137
  "flags": {},
138
138
  "parameters": [
139
139
  {
140
- "id": 113,
140
+ "id": 120,
141
141
  "name": "theme",
142
142
  "kind": 32768,
143
143
  "kindString": "Parameter",
@@ -192,7 +192,7 @@
192
192
  }
193
193
  },
194
194
  {
195
- "id": 114,
195
+ "id": 121,
196
196
  "name": "alignItems",
197
197
  "kind": 1024,
198
198
  "kindString": "Property",
@@ -233,7 +233,7 @@
233
233
  {
234
234
  "type": "reflection",
235
235
  "declaration": {
236
- "id": 115,
236
+ "id": 122,
237
237
  "name": "__type",
238
238
  "kind": 65536,
239
239
  "kindString": "Type literal",
@@ -247,14 +247,14 @@
247
247
  ],
248
248
  "signatures": [
249
249
  {
250
- "id": 116,
250
+ "id": 123,
251
251
  "name": "__type",
252
252
  "kind": 4096,
253
253
  "kindString": "Call signature",
254
254
  "flags": {},
255
255
  "parameters": [
256
256
  {
257
- "id": 117,
257
+ "id": 124,
258
258
  "name": "theme",
259
259
  "kind": 32768,
260
260
  "kindString": "Parameter",
@@ -309,7 +309,7 @@
309
309
  }
310
310
  },
311
311
  {
312
- "id": 118,
312
+ "id": 125,
313
313
  "name": "alignSelf",
314
314
  "kind": 1024,
315
315
  "kindString": "Property",
@@ -350,7 +350,7 @@
350
350
  {
351
351
  "type": "reflection",
352
352
  "declaration": {
353
- "id": 119,
353
+ "id": 126,
354
354
  "name": "__type",
355
355
  "kind": 65536,
356
356
  "kindString": "Type literal",
@@ -364,14 +364,14 @@
364
364
  ],
365
365
  "signatures": [
366
366
  {
367
- "id": 120,
367
+ "id": 127,
368
368
  "name": "__type",
369
369
  "kind": 4096,
370
370
  "kindString": "Call signature",
371
371
  "flags": {},
372
372
  "parameters": [
373
373
  {
374
- "id": 121,
374
+ "id": 128,
375
375
  "name": "theme",
376
376
  "kind": 32768,
377
377
  "kindString": "Parameter",
@@ -426,7 +426,7 @@
426
426
  }
427
427
  },
428
428
  {
429
- "id": 88,
429
+ "id": 95,
430
430
  "name": "bgcolor",
431
431
  "kind": 1024,
432
432
  "kindString": "Property",
@@ -467,7 +467,7 @@
467
467
  {
468
468
  "type": "reflection",
469
469
  "declaration": {
470
- "id": 89,
470
+ "id": 96,
471
471
  "name": "__type",
472
472
  "kind": 65536,
473
473
  "kindString": "Type literal",
@@ -481,14 +481,14 @@
481
481
  ],
482
482
  "signatures": [
483
483
  {
484
- "id": 90,
484
+ "id": 97,
485
485
  "name": "__type",
486
486
  "kind": 4096,
487
487
  "kindString": "Call signature",
488
488
  "flags": {},
489
489
  "parameters": [
490
490
  {
491
- "id": 91,
491
+ "id": 98,
492
492
  "name": "theme",
493
493
  "kind": 32768,
494
494
  "kindString": "Parameter",
@@ -543,7 +543,7 @@
543
543
  }
544
544
  },
545
545
  {
546
- "id": 92,
546
+ "id": 99,
547
547
  "name": "border",
548
548
  "kind": 1024,
549
549
  "kindString": "Property",
@@ -587,7 +587,7 @@
587
587
  {
588
588
  "type": "reflection",
589
589
  "declaration": {
590
- "id": 93,
590
+ "id": 100,
591
591
  "name": "__type",
592
592
  "kind": 65536,
593
593
  "kindString": "Type literal",
@@ -1382,7 +1382,7 @@
1382
1382
  {
1383
1383
  "type": "reflection",
1384
1384
  "declaration": {
1385
- "id": 94,
1385
+ "id": 101,
1386
1386
  "name": "__type",
1387
1387
  "kind": 65536,
1388
1388
  "kindString": "Type literal",
@@ -1396,14 +1396,14 @@
1396
1396
  ],
1397
1397
  "signatures": [
1398
1398
  {
1399
- "id": 95,
1399
+ "id": 102,
1400
1400
  "name": "__type",
1401
1401
  "kind": 4096,
1402
1402
  "kindString": "Call signature",
1403
1403
  "flags": {},
1404
1404
  "parameters": [
1405
1405
  {
1406
- "id": 96,
1406
+ "id": 103,
1407
1407
  "name": "theme",
1408
1408
  "kind": 32768,
1409
1409
  "kindString": "Parameter",
@@ -1452,7 +1452,7 @@
1452
1452
  {
1453
1453
  "type": "reflection",
1454
1454
  "declaration": {
1455
- "id": 97,
1455
+ "id": 104,
1456
1456
  "name": "__type",
1457
1457
  "kind": 65536,
1458
1458
  "kindString": "Type literal",
@@ -2256,7 +2256,7 @@
2256
2256
  }
2257
2257
  },
2258
2258
  {
2259
- "id": 278,
2259
+ "id": 285,
2260
2260
  "name": "borderBottom",
2261
2261
  "kind": 1024,
2262
2262
  "kindString": "Property",
@@ -2346,7 +2346,7 @@
2346
2346
  {
2347
2347
  "type": "reflection",
2348
2348
  "declaration": {
2349
- "id": 279,
2349
+ "id": 286,
2350
2350
  "name": "__type",
2351
2351
  "kind": 65536,
2352
2352
  "kindString": "Type literal",
@@ -2360,14 +2360,14 @@
2360
2360
  ],
2361
2361
  "signatures": [
2362
2362
  {
2363
- "id": 280,
2363
+ "id": 287,
2364
2364
  "name": "__type",
2365
2365
  "kind": 4096,
2366
2366
  "kindString": "Call signature",
2367
2367
  "flags": {},
2368
2368
  "parameters": [
2369
2369
  {
2370
- "id": 281,
2370
+ "id": 288,
2371
2371
  "name": "theme",
2372
2372
  "kind": 32768,
2373
2373
  "kindString": "Parameter",
@@ -2471,7 +2471,7 @@
2471
2471
  }
2472
2472
  },
2473
2473
  {
2474
- "id": 282,
2474
+ "id": 289,
2475
2475
  "name": "borderColor",
2476
2476
  "kind": 1024,
2477
2477
  "kindString": "Property",
@@ -2512,7 +2512,7 @@
2512
2512
  {
2513
2513
  "type": "reflection",
2514
2514
  "declaration": {
2515
- "id": 283,
2515
+ "id": 290,
2516
2516
  "name": "__type",
2517
2517
  "kind": 65536,
2518
2518
  "kindString": "Type literal",
@@ -2526,14 +2526,14 @@
2526
2526
  ],
2527
2527
  "signatures": [
2528
2528
  {
2529
- "id": 284,
2529
+ "id": 291,
2530
2530
  "name": "__type",
2531
2531
  "kind": 4096,
2532
2532
  "kindString": "Call signature",
2533
2533
  "flags": {},
2534
2534
  "parameters": [
2535
2535
  {
2536
- "id": 285,
2536
+ "id": 292,
2537
2537
  "name": "theme",
2538
2538
  "kind": 32768,
2539
2539
  "kindString": "Parameter",
@@ -2588,7 +2588,7 @@
2588
2588
  }
2589
2589
  },
2590
2590
  {
2591
- "id": 286,
2591
+ "id": 293,
2592
2592
  "name": "borderLeft",
2593
2593
  "kind": 1024,
2594
2594
  "kindString": "Property",
@@ -2678,7 +2678,7 @@
2678
2678
  {
2679
2679
  "type": "reflection",
2680
2680
  "declaration": {
2681
- "id": 287,
2681
+ "id": 294,
2682
2682
  "name": "__type",
2683
2683
  "kind": 65536,
2684
2684
  "kindString": "Type literal",
@@ -2692,14 +2692,14 @@
2692
2692
  ],
2693
2693
  "signatures": [
2694
2694
  {
2695
- "id": 288,
2695
+ "id": 295,
2696
2696
  "name": "__type",
2697
2697
  "kind": 4096,
2698
2698
  "kindString": "Call signature",
2699
2699
  "flags": {},
2700
2700
  "parameters": [
2701
2701
  {
2702
- "id": 289,
2702
+ "id": 296,
2703
2703
  "name": "theme",
2704
2704
  "kind": 32768,
2705
2705
  "kindString": "Parameter",
@@ -2803,7 +2803,7 @@
2803
2803
  }
2804
2804
  },
2805
2805
  {
2806
- "id": 290,
2806
+ "id": 297,
2807
2807
  "name": "borderRadius",
2808
2808
  "kind": 1024,
2809
2809
  "kindString": "Property",
@@ -2893,7 +2893,7 @@
2893
2893
  {
2894
2894
  "type": "reflection",
2895
2895
  "declaration": {
2896
- "id": 291,
2896
+ "id": 298,
2897
2897
  "name": "__type",
2898
2898
  "kind": 65536,
2899
2899
  "kindString": "Type literal",
@@ -2907,14 +2907,14 @@
2907
2907
  ],
2908
2908
  "signatures": [
2909
2909
  {
2910
- "id": 292,
2910
+ "id": 299,
2911
2911
  "name": "__type",
2912
2912
  "kind": 4096,
2913
2913
  "kindString": "Call signature",
2914
2914
  "flags": {},
2915
2915
  "parameters": [
2916
2916
  {
2917
- "id": 293,
2917
+ "id": 300,
2918
2918
  "name": "theme",
2919
2919
  "kind": 32768,
2920
2920
  "kindString": "Parameter",
@@ -3018,7 +3018,7 @@
3018
3018
  }
3019
3019
  },
3020
3020
  {
3021
- "id": 294,
3021
+ "id": 301,
3022
3022
  "name": "borderRight",
3023
3023
  "kind": 1024,
3024
3024
  "kindString": "Property",
@@ -3108,7 +3108,7 @@
3108
3108
  {
3109
3109
  "type": "reflection",
3110
3110
  "declaration": {
3111
- "id": 295,
3111
+ "id": 302,
3112
3112
  "name": "__type",
3113
3113
  "kind": 65536,
3114
3114
  "kindString": "Type literal",
@@ -3122,14 +3122,14 @@
3122
3122
  ],
3123
3123
  "signatures": [
3124
3124
  {
3125
- "id": 296,
3125
+ "id": 303,
3126
3126
  "name": "__type",
3127
3127
  "kind": 4096,
3128
3128
  "kindString": "Call signature",
3129
3129
  "flags": {},
3130
3130
  "parameters": [
3131
3131
  {
3132
- "id": 297,
3132
+ "id": 304,
3133
3133
  "name": "theme",
3134
3134
  "kind": 32768,
3135
3135
  "kindString": "Parameter",
@@ -3233,7 +3233,7 @@
3233
3233
  }
3234
3234
  },
3235
3235
  {
3236
- "id": 298,
3236
+ "id": 305,
3237
3237
  "name": "borderTop",
3238
3238
  "kind": 1024,
3239
3239
  "kindString": "Property",
@@ -3323,7 +3323,7 @@
3323
3323
  {
3324
3324
  "type": "reflection",
3325
3325
  "declaration": {
3326
- "id": 299,
3326
+ "id": 306,
3327
3327
  "name": "__type",
3328
3328
  "kind": 65536,
3329
3329
  "kindString": "Type literal",
@@ -3337,14 +3337,14 @@
3337
3337
  ],
3338
3338
  "signatures": [
3339
3339
  {
3340
- "id": 300,
3340
+ "id": 307,
3341
3341
  "name": "__type",
3342
3342
  "kind": 4096,
3343
3343
  "kindString": "Call signature",
3344
3344
  "flags": {},
3345
3345
  "parameters": [
3346
3346
  {
3347
- "id": 301,
3347
+ "id": 308,
3348
3348
  "name": "theme",
3349
3349
  "kind": 32768,
3350
3350
  "kindString": "Parameter",
@@ -3448,7 +3448,7 @@
3448
3448
  }
3449
3449
  },
3450
3450
  {
3451
- "id": 122,
3451
+ "id": 129,
3452
3452
  "name": "bottom",
3453
3453
  "kind": 1024,
3454
3454
  "kindString": "Property",
@@ -3538,7 +3538,7 @@
3538
3538
  {
3539
3539
  "type": "reflection",
3540
3540
  "declaration": {
3541
- "id": 123,
3541
+ "id": 130,
3542
3542
  "name": "__type",
3543
3543
  "kind": 65536,
3544
3544
  "kindString": "Type literal",
@@ -3552,14 +3552,14 @@
3552
3552
  ],
3553
3553
  "signatures": [
3554
3554
  {
3555
- "id": 124,
3555
+ "id": 131,
3556
3556
  "name": "__type",
3557
3557
  "kind": 4096,
3558
3558
  "kindString": "Call signature",
3559
3559
  "flags": {},
3560
3560
  "parameters": [
3561
3561
  {
3562
- "id": 125,
3562
+ "id": 132,
3563
3563
  "name": "theme",
3564
3564
  "kind": 32768,
3565
3565
  "kindString": "Parameter",
@@ -3663,7 +3663,7 @@
3663
3663
  }
3664
3664
  },
3665
3665
  {
3666
- "id": 98,
3666
+ "id": 105,
3667
3667
  "name": "boxShadow",
3668
3668
  "kind": 1024,
3669
3669
  "kindString": "Property",
@@ -3701,7 +3701,7 @@
3701
3701
  {
3702
3702
  "type": "reflection",
3703
3703
  "declaration": {
3704
- "id": 99,
3704
+ "id": 106,
3705
3705
  "name": "__type",
3706
3706
  "kind": 65536,
3707
3707
  "kindString": "Type literal",
@@ -3715,14 +3715,14 @@
3715
3715
  ],
3716
3716
  "signatures": [
3717
3717
  {
3718
- "id": 100,
3718
+ "id": 107,
3719
3719
  "name": "__type",
3720
3720
  "kind": 4096,
3721
3721
  "kindString": "Call signature",
3722
3722
  "flags": {},
3723
3723
  "parameters": [
3724
3724
  {
3725
- "id": 101,
3725
+ "id": 108,
3726
3726
  "name": "theme",
3727
3727
  "kind": 32768,
3728
3728
  "kindString": "Parameter",
@@ -3774,7 +3774,7 @@
3774
3774
  }
3775
3775
  },
3776
3776
  {
3777
- "id": 126,
3777
+ "id": 133,
3778
3778
  "name": "boxSizing",
3779
3779
  "kind": 1024,
3780
3780
  "kindString": "Property",
@@ -3834,7 +3834,7 @@
3834
3834
  {
3835
3835
  "type": "reflection",
3836
3836
  "declaration": {
3837
- "id": 127,
3837
+ "id": 134,
3838
3838
  "name": "__type",
3839
3839
  "kind": 65536,
3840
3840
  "kindString": "Type literal",
@@ -3848,14 +3848,14 @@
3848
3848
  ],
3849
3849
  "signatures": [
3850
3850
  {
3851
- "id": 128,
3851
+ "id": 135,
3852
3852
  "name": "__type",
3853
3853
  "kind": 4096,
3854
3854
  "kindString": "Call signature",
3855
3855
  "flags": {},
3856
3856
  "parameters": [
3857
3857
  {
3858
- "id": 129,
3858
+ "id": 136,
3859
3859
  "name": "theme",
3860
3860
  "kind": 32768,
3861
3861
  "kindString": "Parameter",
@@ -3929,7 +3929,7 @@
3929
3929
  }
3930
3930
  },
3931
3931
  {
3932
- "id": 32,
3932
+ "id": 39,
3933
3933
  "name": "color",
3934
3934
  "kind": 1024,
3935
3935
  "kindString": "Property",
@@ -3970,7 +3970,7 @@
3970
3970
  {
3971
3971
  "type": "reflection",
3972
3972
  "declaration": {
3973
- "id": 33,
3973
+ "id": 40,
3974
3974
  "name": "__type",
3975
3975
  "kind": 65536,
3976
3976
  "kindString": "Type literal",
@@ -3984,14 +3984,14 @@
3984
3984
  ],
3985
3985
  "signatures": [
3986
3986
  {
3987
- "id": 34,
3987
+ "id": 41,
3988
3988
  "name": "__type",
3989
3989
  "kind": 4096,
3990
3990
  "kindString": "Call signature",
3991
3991
  "flags": {},
3992
3992
  "parameters": [
3993
3993
  {
3994
- "id": 35,
3994
+ "id": 42,
3995
3995
  "name": "theme",
3996
3996
  "kind": 32768,
3997
3997
  "kindString": "Parameter",
@@ -4046,7 +4046,7 @@
4046
4046
  }
4047
4047
  },
4048
4048
  {
4049
- "id": 130,
4049
+ "id": 137,
4050
4050
  "name": "columnGap",
4051
4051
  "kind": 1024,
4052
4052
  "kindString": "Property",
@@ -4136,7 +4136,7 @@
4136
4136
  {
4137
4137
  "type": "reflection",
4138
4138
  "declaration": {
4139
- "id": 131,
4139
+ "id": 138,
4140
4140
  "name": "__type",
4141
4141
  "kind": 65536,
4142
4142
  "kindString": "Type literal",
@@ -4150,14 +4150,14 @@
4150
4150
  ],
4151
4151
  "signatures": [
4152
4152
  {
4153
- "id": 132,
4153
+ "id": 139,
4154
4154
  "name": "__type",
4155
4155
  "kind": 4096,
4156
4156
  "kindString": "Call signature",
4157
4157
  "flags": {},
4158
4158
  "parameters": [
4159
4159
  {
4160
- "id": 133,
4160
+ "id": 140,
4161
4161
  "name": "theme",
4162
4162
  "kind": 32768,
4163
4163
  "kindString": "Parameter",
@@ -4261,7 +4261,7 @@
4261
4261
  }
4262
4262
  },
4263
4263
  {
4264
- "id": 48,
4264
+ "id": 59,
4265
4265
  "name": "display",
4266
4266
  "kind": 1024,
4267
4267
  "kindString": "Property",
@@ -4302,7 +4302,7 @@
4302
4302
  {
4303
4303
  "type": "reflection",
4304
4304
  "declaration": {
4305
- "id": 49,
4305
+ "id": 60,
4306
4306
  "name": "__type",
4307
4307
  "kind": 65536,
4308
4308
  "kindString": "Type literal",
@@ -4316,14 +4316,14 @@
4316
4316
  ],
4317
4317
  "signatures": [
4318
4318
  {
4319
- "id": 50,
4319
+ "id": 61,
4320
4320
  "name": "__type",
4321
4321
  "kind": 4096,
4322
4322
  "kindString": "Call signature",
4323
4323
  "flags": {},
4324
4324
  "parameters": [
4325
4325
  {
4326
- "id": 51,
4326
+ "id": 62,
4327
4327
  "name": "theme",
4328
4328
  "kind": 32768,
4329
4329
  "kindString": "Parameter",
@@ -4378,7 +4378,7 @@
4378
4378
  }
4379
4379
  },
4380
4380
  {
4381
- "id": 402,
4381
+ "id": 409,
4382
4382
  "name": "displayPrint",
4383
4383
  "kind": 1024,
4384
4384
  "kindString": "Property",
@@ -4419,7 +4419,7 @@
4419
4419
  {
4420
4420
  "type": "reflection",
4421
4421
  "declaration": {
4422
- "id": 403,
4422
+ "id": 410,
4423
4423
  "name": "__type",
4424
4424
  "kind": 65536,
4425
4425
  "kindString": "Type literal",
@@ -4433,14 +4433,14 @@
4433
4433
  ],
4434
4434
  "signatures": [
4435
4435
  {
4436
- "id": 404,
4436
+ "id": 411,
4437
4437
  "name": "__type",
4438
4438
  "kind": 4096,
4439
4439
  "kindString": "Call signature",
4440
4440
  "flags": {},
4441
4441
  "parameters": [
4442
4442
  {
4443
- "id": 405,
4443
+ "id": 412,
4444
4444
  "name": "theme",
4445
4445
  "kind": 32768,
4446
4446
  "kindString": "Parameter",
@@ -4495,7 +4495,7 @@
4495
4495
  }
4496
4496
  },
4497
4497
  {
4498
- "id": 26,
4498
+ "id": 33,
4499
4499
  "name": "favorite",
4500
4500
  "kind": 1024,
4501
4501
  "kindString": "Property",
@@ -4507,7 +4507,7 @@
4507
4507
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
4508
4508
  "line": 14,
4509
4509
  "character": 2,
4510
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
4510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
4511
4511
  }
4512
4512
  ],
4513
4513
  "type": {
@@ -4516,12 +4516,12 @@
4516
4516
  },
4517
4517
  "inheritedFrom": {
4518
4518
  "type": "reference",
4519
- "id": 17,
4519
+ "id": 24,
4520
4520
  "name": "AddressRenderRowBoxPropsBase.favorite"
4521
4521
  }
4522
4522
  },
4523
4523
  {
4524
- "id": 302,
4524
+ "id": 309,
4525
4525
  "name": "flex",
4526
4526
  "kind": 1024,
4527
4527
  "kindString": "Property",
@@ -4611,7 +4611,7 @@
4611
4611
  {
4612
4612
  "type": "reflection",
4613
4613
  "declaration": {
4614
- "id": 303,
4614
+ "id": 310,
4615
4615
  "name": "__type",
4616
4616
  "kind": 65536,
4617
4617
  "kindString": "Type literal",
@@ -4625,14 +4625,14 @@
4625
4625
  ],
4626
4626
  "signatures": [
4627
4627
  {
4628
- "id": 304,
4628
+ "id": 311,
4629
4629
  "name": "__type",
4630
4630
  "kind": 4096,
4631
4631
  "kindString": "Call signature",
4632
4632
  "flags": {},
4633
4633
  "parameters": [
4634
4634
  {
4635
- "id": 305,
4635
+ "id": 312,
4636
4636
  "name": "theme",
4637
4637
  "kind": 32768,
4638
4638
  "kindString": "Parameter",
@@ -4736,7 +4736,7 @@
4736
4736
  }
4737
4737
  },
4738
4738
  {
4739
- "id": 134,
4739
+ "id": 141,
4740
4740
  "name": "flexBasis",
4741
4741
  "kind": 1024,
4742
4742
  "kindString": "Property",
@@ -4826,7 +4826,7 @@
4826
4826
  {
4827
4827
  "type": "reflection",
4828
4828
  "declaration": {
4829
- "id": 135,
4829
+ "id": 142,
4830
4830
  "name": "__type",
4831
4831
  "kind": 65536,
4832
4832
  "kindString": "Type literal",
@@ -4840,14 +4840,14 @@
4840
4840
  ],
4841
4841
  "signatures": [
4842
4842
  {
4843
- "id": 136,
4843
+ "id": 143,
4844
4844
  "name": "__type",
4845
4845
  "kind": 4096,
4846
4846
  "kindString": "Call signature",
4847
4847
  "flags": {},
4848
4848
  "parameters": [
4849
4849
  {
4850
- "id": 137,
4850
+ "id": 144,
4851
4851
  "name": "theme",
4852
4852
  "kind": 32768,
4853
4853
  "kindString": "Parameter",
@@ -4951,7 +4951,7 @@
4951
4951
  }
4952
4952
  },
4953
4953
  {
4954
- "id": 138,
4954
+ "id": 145,
4955
4955
  "name": "flexDirection",
4956
4956
  "kind": 1024,
4957
4957
  "kindString": "Property",
@@ -5011,7 +5011,7 @@
5011
5011
  {
5012
5012
  "type": "reflection",
5013
5013
  "declaration": {
5014
- "id": 139,
5014
+ "id": 146,
5015
5015
  "name": "__type",
5016
5016
  "kind": 65536,
5017
5017
  "kindString": "Type literal",
@@ -5025,14 +5025,14 @@
5025
5025
  ],
5026
5026
  "signatures": [
5027
5027
  {
5028
- "id": 140,
5028
+ "id": 147,
5029
5029
  "name": "__type",
5030
5030
  "kind": 4096,
5031
5031
  "kindString": "Call signature",
5032
5032
  "flags": {},
5033
5033
  "parameters": [
5034
5034
  {
5035
- "id": 141,
5035
+ "id": 148,
5036
5036
  "name": "theme",
5037
5037
  "kind": 32768,
5038
5038
  "kindString": "Parameter",
@@ -5106,7 +5106,7 @@
5106
5106
  }
5107
5107
  },
5108
5108
  {
5109
- "id": 142,
5109
+ "id": 149,
5110
5110
  "name": "flexGrow",
5111
5111
  "kind": 1024,
5112
5112
  "kindString": "Property",
@@ -5166,7 +5166,7 @@
5166
5166
  {
5167
5167
  "type": "reflection",
5168
5168
  "declaration": {
5169
- "id": 143,
5169
+ "id": 150,
5170
5170
  "name": "__type",
5171
5171
  "kind": 65536,
5172
5172
  "kindString": "Type literal",
@@ -5180,14 +5180,14 @@
5180
5180
  ],
5181
5181
  "signatures": [
5182
5182
  {
5183
- "id": 144,
5183
+ "id": 151,
5184
5184
  "name": "__type",
5185
5185
  "kind": 4096,
5186
5186
  "kindString": "Call signature",
5187
5187
  "flags": {},
5188
5188
  "parameters": [
5189
5189
  {
5190
- "id": 145,
5190
+ "id": 152,
5191
5191
  "name": "theme",
5192
5192
  "kind": 32768,
5193
5193
  "kindString": "Parameter",
@@ -5261,7 +5261,7 @@
5261
5261
  }
5262
5262
  },
5263
5263
  {
5264
- "id": 146,
5264
+ "id": 153,
5265
5265
  "name": "flexShrink",
5266
5266
  "kind": 1024,
5267
5267
  "kindString": "Property",
@@ -5321,7 +5321,7 @@
5321
5321
  {
5322
5322
  "type": "reflection",
5323
5323
  "declaration": {
5324
- "id": 147,
5324
+ "id": 154,
5325
5325
  "name": "__type",
5326
5326
  "kind": 65536,
5327
5327
  "kindString": "Type literal",
@@ -5335,14 +5335,14 @@
5335
5335
  ],
5336
5336
  "signatures": [
5337
5337
  {
5338
- "id": 148,
5338
+ "id": 155,
5339
5339
  "name": "__type",
5340
5340
  "kind": 4096,
5341
5341
  "kindString": "Call signature",
5342
5342
  "flags": {},
5343
5343
  "parameters": [
5344
5344
  {
5345
- "id": 149,
5345
+ "id": 156,
5346
5346
  "name": "theme",
5347
5347
  "kind": 32768,
5348
5348
  "kindString": "Parameter",
@@ -5416,7 +5416,7 @@
5416
5416
  }
5417
5417
  },
5418
5418
  {
5419
- "id": 150,
5419
+ "id": 157,
5420
5420
  "name": "flexWrap",
5421
5421
  "kind": 1024,
5422
5422
  "kindString": "Property",
@@ -5476,7 +5476,7 @@
5476
5476
  {
5477
5477
  "type": "reflection",
5478
5478
  "declaration": {
5479
- "id": 151,
5479
+ "id": 158,
5480
5480
  "name": "__type",
5481
5481
  "kind": 65536,
5482
5482
  "kindString": "Type literal",
@@ -5490,14 +5490,14 @@
5490
5490
  ],
5491
5491
  "signatures": [
5492
5492
  {
5493
- "id": 152,
5493
+ "id": 159,
5494
5494
  "name": "__type",
5495
5495
  "kind": 4096,
5496
5496
  "kindString": "Call signature",
5497
5497
  "flags": {},
5498
5498
  "parameters": [
5499
5499
  {
5500
- "id": 153,
5500
+ "id": 160,
5501
5501
  "name": "theme",
5502
5502
  "kind": 32768,
5503
5503
  "kindString": "Parameter",
@@ -5571,7 +5571,7 @@
5571
5571
  }
5572
5572
  },
5573
5573
  {
5574
- "id": 52,
5574
+ "id": 63,
5575
5575
  "name": "fontFamily",
5576
5576
  "kind": 1024,
5577
5577
  "kindString": "Property",
@@ -5612,7 +5612,7 @@
5612
5612
  {
5613
5613
  "type": "reflection",
5614
5614
  "declaration": {
5615
- "id": 53,
5615
+ "id": 64,
5616
5616
  "name": "__type",
5617
5617
  "kind": 65536,
5618
5618
  "kindString": "Type literal",
@@ -5626,14 +5626,14 @@
5626
5626
  ],
5627
5627
  "signatures": [
5628
5628
  {
5629
- "id": 54,
5629
+ "id": 65,
5630
5630
  "name": "__type",
5631
5631
  "kind": 4096,
5632
5632
  "kindString": "Call signature",
5633
5633
  "flags": {},
5634
5634
  "parameters": [
5635
5635
  {
5636
- "id": 55,
5636
+ "id": 66,
5637
5637
  "name": "theme",
5638
5638
  "kind": 32768,
5639
5639
  "kindString": "Parameter",
@@ -5688,7 +5688,7 @@
5688
5688
  }
5689
5689
  },
5690
5690
  {
5691
- "id": 56,
5691
+ "id": 43,
5692
5692
  "name": "fontSize",
5693
5693
  "kind": 1024,
5694
5694
  "kindString": "Property",
@@ -5778,7 +5778,7 @@
5778
5778
  {
5779
5779
  "type": "reflection",
5780
5780
  "declaration": {
5781
- "id": 57,
5781
+ "id": 44,
5782
5782
  "name": "__type",
5783
5783
  "kind": 65536,
5784
5784
  "kindString": "Type literal",
@@ -5792,14 +5792,14 @@
5792
5792
  ],
5793
5793
  "signatures": [
5794
5794
  {
5795
- "id": 58,
5795
+ "id": 45,
5796
5796
  "name": "__type",
5797
5797
  "kind": 4096,
5798
5798
  "kindString": "Call signature",
5799
5799
  "flags": {},
5800
5800
  "parameters": [
5801
5801
  {
5802
- "id": 59,
5802
+ "id": 46,
5803
5803
  "name": "theme",
5804
5804
  "kind": 32768,
5805
5805
  "kindString": "Parameter",
@@ -5903,7 +5903,7 @@
5903
5903
  }
5904
5904
  },
5905
5905
  {
5906
- "id": 60,
5906
+ "id": 67,
5907
5907
  "name": "fontStyle",
5908
5908
  "kind": 1024,
5909
5909
  "kindString": "Property",
@@ -5944,7 +5944,7 @@
5944
5944
  {
5945
5945
  "type": "reflection",
5946
5946
  "declaration": {
5947
- "id": 61,
5947
+ "id": 68,
5948
5948
  "name": "__type",
5949
5949
  "kind": 65536,
5950
5950
  "kindString": "Type literal",
@@ -5958,14 +5958,14 @@
5958
5958
  ],
5959
5959
  "signatures": [
5960
5960
  {
5961
- "id": 62,
5961
+ "id": 69,
5962
5962
  "name": "__type",
5963
5963
  "kind": 4096,
5964
5964
  "kindString": "Call signature",
5965
5965
  "flags": {},
5966
5966
  "parameters": [
5967
5967
  {
5968
- "id": 63,
5968
+ "id": 70,
5969
5969
  "name": "theme",
5970
5970
  "kind": 32768,
5971
5971
  "kindString": "Parameter",
@@ -6020,7 +6020,7 @@
6020
6020
  }
6021
6021
  },
6022
6022
  {
6023
- "id": 64,
6023
+ "id": 71,
6024
6024
  "name": "fontWeight",
6025
6025
  "kind": 1024,
6026
6026
  "kindString": "Property",
@@ -6052,7 +6052,7 @@
6052
6052
  {
6053
6053
  "type": "reflection",
6054
6054
  "declaration": {
6055
- "id": 65,
6055
+ "id": 72,
6056
6056
  "name": "__type",
6057
6057
  "kind": 65536,
6058
6058
  "kindString": "Type literal",
@@ -6071,7 +6071,7 @@
6071
6071
  {
6072
6072
  "type": "reflection",
6073
6073
  "declaration": {
6074
- "id": 66,
6074
+ "id": 73,
6075
6075
  "name": "__type",
6076
6076
  "kind": 65536,
6077
6077
  "kindString": "Type literal",
@@ -6090,7 +6090,7 @@
6090
6090
  {
6091
6091
  "type": "reflection",
6092
6092
  "declaration": {
6093
- "id": 67,
6093
+ "id": 74,
6094
6094
  "name": "__type",
6095
6095
  "kind": 65536,
6096
6096
  "kindString": "Type literal",
@@ -6104,14 +6104,14 @@
6104
6104
  ],
6105
6105
  "signatures": [
6106
6106
  {
6107
- "id": 68,
6107
+ "id": 75,
6108
6108
  "name": "__type",
6109
6109
  "kind": 4096,
6110
6110
  "kindString": "Call signature",
6111
6111
  "flags": {},
6112
6112
  "parameters": [
6113
6113
  {
6114
- "id": 69,
6114
+ "id": 76,
6115
6115
  "name": "theme",
6116
6116
  "kind": 32768,
6117
6117
  "kindString": "Parameter",
@@ -6148,7 +6148,7 @@
6148
6148
  {
6149
6149
  "type": "reflection",
6150
6150
  "declaration": {
6151
- "id": 70,
6151
+ "id": 77,
6152
6152
  "name": "__type",
6153
6153
  "kind": 65536,
6154
6154
  "kindString": "Type literal",
@@ -6167,7 +6167,7 @@
6167
6167
  {
6168
6168
  "type": "reflection",
6169
6169
  "declaration": {
6170
- "id": 71,
6170
+ "id": 78,
6171
6171
  "name": "__type",
6172
6172
  "kind": 65536,
6173
6173
  "kindString": "Type literal",
@@ -6195,7 +6195,7 @@
6195
6195
  }
6196
6196
  },
6197
6197
  {
6198
- "id": 306,
6198
+ "id": 313,
6199
6199
  "name": "gap",
6200
6200
  "kind": 1024,
6201
6201
  "kindString": "Property",
@@ -6285,7 +6285,7 @@
6285
6285
  {
6286
6286
  "type": "reflection",
6287
6287
  "declaration": {
6288
- "id": 307,
6288
+ "id": 314,
6289
6289
  "name": "__type",
6290
6290
  "kind": 65536,
6291
6291
  "kindString": "Type literal",
@@ -6299,14 +6299,14 @@
6299
6299
  ],
6300
6300
  "signatures": [
6301
6301
  {
6302
- "id": 308,
6302
+ "id": 315,
6303
6303
  "name": "__type",
6304
6304
  "kind": 4096,
6305
6305
  "kindString": "Call signature",
6306
6306
  "flags": {},
6307
6307
  "parameters": [
6308
6308
  {
6309
- "id": 309,
6309
+ "id": 316,
6310
6310
  "name": "theme",
6311
6311
  "kind": 32768,
6312
6312
  "kindString": "Parameter",
@@ -6410,7 +6410,7 @@
6410
6410
  }
6411
6411
  },
6412
6412
  {
6413
- "id": 310,
6413
+ "id": 317,
6414
6414
  "name": "gridArea",
6415
6415
  "kind": 1024,
6416
6416
  "kindString": "Property",
@@ -6470,7 +6470,7 @@
6470
6470
  {
6471
6471
  "type": "reflection",
6472
6472
  "declaration": {
6473
- "id": 311,
6473
+ "id": 318,
6474
6474
  "name": "__type",
6475
6475
  "kind": 65536,
6476
6476
  "kindString": "Type literal",
@@ -6484,14 +6484,14 @@
6484
6484
  ],
6485
6485
  "signatures": [
6486
6486
  {
6487
- "id": 312,
6487
+ "id": 319,
6488
6488
  "name": "__type",
6489
6489
  "kind": 4096,
6490
6490
  "kindString": "Call signature",
6491
6491
  "flags": {},
6492
6492
  "parameters": [
6493
6493
  {
6494
- "id": 313,
6494
+ "id": 320,
6495
6495
  "name": "theme",
6496
6496
  "kind": 32768,
6497
6497
  "kindString": "Parameter",
@@ -6565,7 +6565,7 @@
6565
6565
  }
6566
6566
  },
6567
6567
  {
6568
- "id": 154,
6568
+ "id": 161,
6569
6569
  "name": "gridAutoColumns",
6570
6570
  "kind": 1024,
6571
6571
  "kindString": "Property",
@@ -6655,7 +6655,7 @@
6655
6655
  {
6656
6656
  "type": "reflection",
6657
6657
  "declaration": {
6658
- "id": 155,
6658
+ "id": 162,
6659
6659
  "name": "__type",
6660
6660
  "kind": 65536,
6661
6661
  "kindString": "Type literal",
@@ -6669,14 +6669,14 @@
6669
6669
  ],
6670
6670
  "signatures": [
6671
6671
  {
6672
- "id": 156,
6672
+ "id": 163,
6673
6673
  "name": "__type",
6674
6674
  "kind": 4096,
6675
6675
  "kindString": "Call signature",
6676
6676
  "flags": {},
6677
6677
  "parameters": [
6678
6678
  {
6679
- "id": 157,
6679
+ "id": 164,
6680
6680
  "name": "theme",
6681
6681
  "kind": 32768,
6682
6682
  "kindString": "Parameter",
@@ -6780,7 +6780,7 @@
6780
6780
  }
6781
6781
  },
6782
6782
  {
6783
- "id": 158,
6783
+ "id": 165,
6784
6784
  "name": "gridAutoFlow",
6785
6785
  "kind": 1024,
6786
6786
  "kindString": "Property",
@@ -6821,7 +6821,7 @@
6821
6821
  {
6822
6822
  "type": "reflection",
6823
6823
  "declaration": {
6824
- "id": 159,
6824
+ "id": 166,
6825
6825
  "name": "__type",
6826
6826
  "kind": 65536,
6827
6827
  "kindString": "Type literal",
@@ -6835,14 +6835,14 @@
6835
6835
  ],
6836
6836
  "signatures": [
6837
6837
  {
6838
- "id": 160,
6838
+ "id": 167,
6839
6839
  "name": "__type",
6840
6840
  "kind": 4096,
6841
6841
  "kindString": "Call signature",
6842
6842
  "flags": {},
6843
6843
  "parameters": [
6844
6844
  {
6845
- "id": 161,
6845
+ "id": 168,
6846
6846
  "name": "theme",
6847
6847
  "kind": 32768,
6848
6848
  "kindString": "Parameter",
@@ -6897,7 +6897,7 @@
6897
6897
  }
6898
6898
  },
6899
6899
  {
6900
- "id": 162,
6900
+ "id": 169,
6901
6901
  "name": "gridAutoRows",
6902
6902
  "kind": 1024,
6903
6903
  "kindString": "Property",
@@ -6987,7 +6987,7 @@
6987
6987
  {
6988
6988
  "type": "reflection",
6989
6989
  "declaration": {
6990
- "id": 163,
6990
+ "id": 170,
6991
6991
  "name": "__type",
6992
6992
  "kind": 65536,
6993
6993
  "kindString": "Type literal",
@@ -7001,14 +7001,14 @@
7001
7001
  ],
7002
7002
  "signatures": [
7003
7003
  {
7004
- "id": 164,
7004
+ "id": 171,
7005
7005
  "name": "__type",
7006
7006
  "kind": 4096,
7007
7007
  "kindString": "Call signature",
7008
7008
  "flags": {},
7009
7009
  "parameters": [
7010
7010
  {
7011
- "id": 165,
7011
+ "id": 172,
7012
7012
  "name": "theme",
7013
7013
  "kind": 32768,
7014
7014
  "kindString": "Parameter",
@@ -7112,7 +7112,7 @@
7112
7112
  }
7113
7113
  },
7114
7114
  {
7115
- "id": 314,
7115
+ "id": 321,
7116
7116
  "name": "gridColumn",
7117
7117
  "kind": 1024,
7118
7118
  "kindString": "Property",
@@ -7172,7 +7172,7 @@
7172
7172
  {
7173
7173
  "type": "reflection",
7174
7174
  "declaration": {
7175
- "id": 315,
7175
+ "id": 322,
7176
7176
  "name": "__type",
7177
7177
  "kind": 65536,
7178
7178
  "kindString": "Type literal",
@@ -7186,14 +7186,14 @@
7186
7186
  ],
7187
7187
  "signatures": [
7188
7188
  {
7189
- "id": 316,
7189
+ "id": 323,
7190
7190
  "name": "__type",
7191
7191
  "kind": 4096,
7192
7192
  "kindString": "Call signature",
7193
7193
  "flags": {},
7194
7194
  "parameters": [
7195
7195
  {
7196
- "id": 317,
7196
+ "id": 324,
7197
7197
  "name": "theme",
7198
7198
  "kind": 32768,
7199
7199
  "kindString": "Parameter",
@@ -7267,7 +7267,7 @@
7267
7267
  }
7268
7268
  },
7269
7269
  {
7270
- "id": 318,
7270
+ "id": 325,
7271
7271
  "name": "gridRow",
7272
7272
  "kind": 1024,
7273
7273
  "kindString": "Property",
@@ -7327,7 +7327,7 @@
7327
7327
  {
7328
7328
  "type": "reflection",
7329
7329
  "declaration": {
7330
- "id": 319,
7330
+ "id": 326,
7331
7331
  "name": "__type",
7332
7332
  "kind": 65536,
7333
7333
  "kindString": "Type literal",
@@ -7341,14 +7341,14 @@
7341
7341
  ],
7342
7342
  "signatures": [
7343
7343
  {
7344
- "id": 320,
7344
+ "id": 327,
7345
7345
  "name": "__type",
7346
7346
  "kind": 4096,
7347
7347
  "kindString": "Call signature",
7348
7348
  "flags": {},
7349
7349
  "parameters": [
7350
7350
  {
7351
- "id": 321,
7351
+ "id": 328,
7352
7352
  "name": "theme",
7353
7353
  "kind": 32768,
7354
7354
  "kindString": "Parameter",
@@ -7422,7 +7422,7 @@
7422
7422
  }
7423
7423
  },
7424
7424
  {
7425
- "id": 166,
7425
+ "id": 173,
7426
7426
  "name": "gridTemplateAreas",
7427
7427
  "kind": 1024,
7428
7428
  "kindString": "Property",
@@ -7463,7 +7463,7 @@
7463
7463
  {
7464
7464
  "type": "reflection",
7465
7465
  "declaration": {
7466
- "id": 167,
7466
+ "id": 174,
7467
7467
  "name": "__type",
7468
7468
  "kind": 65536,
7469
7469
  "kindString": "Type literal",
@@ -7477,14 +7477,14 @@
7477
7477
  ],
7478
7478
  "signatures": [
7479
7479
  {
7480
- "id": 168,
7480
+ "id": 175,
7481
7481
  "name": "__type",
7482
7482
  "kind": 4096,
7483
7483
  "kindString": "Call signature",
7484
7484
  "flags": {},
7485
7485
  "parameters": [
7486
7486
  {
7487
- "id": 169,
7487
+ "id": 176,
7488
7488
  "name": "theme",
7489
7489
  "kind": 32768,
7490
7490
  "kindString": "Parameter",
@@ -7539,7 +7539,7 @@
7539
7539
  }
7540
7540
  },
7541
7541
  {
7542
- "id": 170,
7542
+ "id": 177,
7543
7543
  "name": "gridTemplateColumns",
7544
7544
  "kind": 1024,
7545
7545
  "kindString": "Property",
@@ -7629,7 +7629,7 @@
7629
7629
  {
7630
7630
  "type": "reflection",
7631
7631
  "declaration": {
7632
- "id": 171,
7632
+ "id": 178,
7633
7633
  "name": "__type",
7634
7634
  "kind": 65536,
7635
7635
  "kindString": "Type literal",
@@ -7643,14 +7643,14 @@
7643
7643
  ],
7644
7644
  "signatures": [
7645
7645
  {
7646
- "id": 172,
7646
+ "id": 179,
7647
7647
  "name": "__type",
7648
7648
  "kind": 4096,
7649
7649
  "kindString": "Call signature",
7650
7650
  "flags": {},
7651
7651
  "parameters": [
7652
7652
  {
7653
- "id": 173,
7653
+ "id": 180,
7654
7654
  "name": "theme",
7655
7655
  "kind": 32768,
7656
7656
  "kindString": "Parameter",
@@ -7754,7 +7754,7 @@
7754
7754
  }
7755
7755
  },
7756
7756
  {
7757
- "id": 174,
7757
+ "id": 181,
7758
7758
  "name": "gridTemplateRows",
7759
7759
  "kind": 1024,
7760
7760
  "kindString": "Property",
@@ -7844,7 +7844,7 @@
7844
7844
  {
7845
7845
  "type": "reflection",
7846
7846
  "declaration": {
7847
- "id": 175,
7847
+ "id": 182,
7848
7848
  "name": "__type",
7849
7849
  "kind": 65536,
7850
7850
  "kindString": "Type literal",
@@ -7858,14 +7858,14 @@
7858
7858
  ],
7859
7859
  "signatures": [
7860
7860
  {
7861
- "id": 176,
7861
+ "id": 183,
7862
7862
  "name": "__type",
7863
7863
  "kind": 4096,
7864
7864
  "kindString": "Call signature",
7865
7865
  "flags": {},
7866
7866
  "parameters": [
7867
7867
  {
7868
- "id": 177,
7868
+ "id": 184,
7869
7869
  "name": "theme",
7870
7870
  "kind": 32768,
7871
7871
  "kindString": "Parameter",
@@ -7969,7 +7969,7 @@
7969
7969
  }
7970
7970
  },
7971
7971
  {
7972
- "id": 40,
7972
+ "id": 51,
7973
7973
  "name": "height",
7974
7974
  "kind": 1024,
7975
7975
  "kindString": "Property",
@@ -8059,7 +8059,7 @@
8059
8059
  {
8060
8060
  "type": "reflection",
8061
8061
  "declaration": {
8062
- "id": 41,
8062
+ "id": 52,
8063
8063
  "name": "__type",
8064
8064
  "kind": 65536,
8065
8065
  "kindString": "Type literal",
@@ -8073,14 +8073,14 @@
8073
8073
  ],
8074
8074
  "signatures": [
8075
8075
  {
8076
- "id": 42,
8076
+ "id": 53,
8077
8077
  "name": "__type",
8078
8078
  "kind": 4096,
8079
8079
  "kindString": "Call signature",
8080
8080
  "flags": {},
8081
8081
  "parameters": [
8082
8082
  {
8083
- "id": 43,
8083
+ "id": 54,
8084
8084
  "name": "theme",
8085
8085
  "kind": 32768,
8086
8086
  "kindString": "Parameter",
@@ -8184,7 +8184,7 @@
8184
8184
  }
8185
8185
  },
8186
8186
  {
8187
- "id": 27,
8187
+ "id": 34,
8188
8188
  "name": "iconOnly",
8189
8189
  "kind": 1024,
8190
8190
  "kindString": "Property",
@@ -8196,7 +8196,7 @@
8196
8196
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
8197
8197
  "line": 15,
8198
8198
  "character": 2,
8199
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
8199
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
8200
8200
  }
8201
8201
  ],
8202
8202
  "type": {
@@ -8205,12 +8205,12 @@
8205
8205
  },
8206
8206
  "inheritedFrom": {
8207
8207
  "type": "reference",
8208
- "id": 18,
8208
+ "id": 25,
8209
8209
  "name": "AddressRenderRowBoxPropsBase.iconOnly"
8210
8210
  }
8211
8211
  },
8212
8212
  {
8213
- "id": 28,
8213
+ "id": 35,
8214
8214
  "name": "iconSize",
8215
8215
  "kind": 1024,
8216
8216
  "kindString": "Property",
@@ -8222,7 +8222,7 @@
8222
8222
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
8223
8223
  "line": 16,
8224
8224
  "character": 2,
8225
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
8225
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
8226
8226
  }
8227
8227
  ],
8228
8228
  "type": {
@@ -8231,12 +8231,12 @@
8231
8231
  },
8232
8232
  "inheritedFrom": {
8233
8233
  "type": "reference",
8234
- "id": 19,
8234
+ "id": 26,
8235
8235
  "name": "AddressRenderRowBoxPropsBase.iconSize"
8236
8236
  }
8237
8237
  },
8238
8238
  {
8239
- "id": 29,
8239
+ "id": 36,
8240
8240
  "name": "icons",
8241
8241
  "kind": 1024,
8242
8242
  "kindString": "Property",
@@ -8248,7 +8248,7 @@
8248
8248
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
8249
8249
  "line": 17,
8250
8250
  "character": 2,
8251
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
8251
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
8252
8252
  }
8253
8253
  ],
8254
8254
  "type": {
@@ -8257,12 +8257,12 @@
8257
8257
  },
8258
8258
  "inheritedFrom": {
8259
8259
  "type": "reference",
8260
- "id": 20,
8260
+ "id": 27,
8261
8261
  "name": "AddressRenderRowBoxPropsBase.icons"
8262
8262
  }
8263
8263
  },
8264
8264
  {
8265
- "id": 178,
8265
+ "id": 185,
8266
8266
  "name": "justifyContent",
8267
8267
  "kind": 1024,
8268
8268
  "kindString": "Property",
@@ -8303,7 +8303,7 @@
8303
8303
  {
8304
8304
  "type": "reflection",
8305
8305
  "declaration": {
8306
- "id": 179,
8306
+ "id": 186,
8307
8307
  "name": "__type",
8308
8308
  "kind": 65536,
8309
8309
  "kindString": "Type literal",
@@ -8317,14 +8317,14 @@
8317
8317
  ],
8318
8318
  "signatures": [
8319
8319
  {
8320
- "id": 180,
8320
+ "id": 187,
8321
8321
  "name": "__type",
8322
8322
  "kind": 4096,
8323
8323
  "kindString": "Call signature",
8324
8324
  "flags": {},
8325
8325
  "parameters": [
8326
8326
  {
8327
- "id": 181,
8327
+ "id": 188,
8328
8328
  "name": "theme",
8329
8329
  "kind": 32768,
8330
8330
  "kindString": "Parameter",
@@ -8379,7 +8379,7 @@
8379
8379
  }
8380
8380
  },
8381
8381
  {
8382
- "id": 182,
8382
+ "id": 189,
8383
8383
  "name": "justifyItems",
8384
8384
  "kind": 1024,
8385
8385
  "kindString": "Property",
@@ -8420,7 +8420,7 @@
8420
8420
  {
8421
8421
  "type": "reflection",
8422
8422
  "declaration": {
8423
- "id": 183,
8423
+ "id": 190,
8424
8424
  "name": "__type",
8425
8425
  "kind": 65536,
8426
8426
  "kindString": "Type literal",
@@ -8434,14 +8434,14 @@
8434
8434
  ],
8435
8435
  "signatures": [
8436
8436
  {
8437
- "id": 184,
8437
+ "id": 191,
8438
8438
  "name": "__type",
8439
8439
  "kind": 4096,
8440
8440
  "kindString": "Call signature",
8441
8441
  "flags": {},
8442
8442
  "parameters": [
8443
8443
  {
8444
- "id": 185,
8444
+ "id": 192,
8445
8445
  "name": "theme",
8446
8446
  "kind": 32768,
8447
8447
  "kindString": "Parameter",
@@ -8496,7 +8496,7 @@
8496
8496
  }
8497
8497
  },
8498
8498
  {
8499
- "id": 186,
8499
+ "id": 193,
8500
8500
  "name": "justifySelf",
8501
8501
  "kind": 1024,
8502
8502
  "kindString": "Property",
@@ -8537,7 +8537,7 @@
8537
8537
  {
8538
8538
  "type": "reflection",
8539
8539
  "declaration": {
8540
- "id": 187,
8540
+ "id": 194,
8541
8541
  "name": "__type",
8542
8542
  "kind": 65536,
8543
8543
  "kindString": "Type literal",
@@ -8551,14 +8551,14 @@
8551
8551
  ],
8552
8552
  "signatures": [
8553
8553
  {
8554
- "id": 188,
8554
+ "id": 195,
8555
8555
  "name": "__type",
8556
8556
  "kind": 4096,
8557
8557
  "kindString": "Call signature",
8558
8558
  "flags": {},
8559
8559
  "parameters": [
8560
8560
  {
8561
- "id": 189,
8561
+ "id": 196,
8562
8562
  "name": "theme",
8563
8563
  "kind": 32768,
8564
8564
  "kindString": "Parameter",
@@ -8613,7 +8613,7 @@
8613
8613
  }
8614
8614
  },
8615
8615
  {
8616
- "id": 190,
8616
+ "id": 197,
8617
8617
  "name": "left",
8618
8618
  "kind": 1024,
8619
8619
  "kindString": "Property",
@@ -8703,7 +8703,7 @@
8703
8703
  {
8704
8704
  "type": "reflection",
8705
8705
  "declaration": {
8706
- "id": 191,
8706
+ "id": 198,
8707
8707
  "name": "__type",
8708
8708
  "kind": 65536,
8709
8709
  "kindString": "Type literal",
@@ -8717,14 +8717,14 @@
8717
8717
  ],
8718
8718
  "signatures": [
8719
8719
  {
8720
- "id": 192,
8720
+ "id": 199,
8721
8721
  "name": "__type",
8722
8722
  "kind": 4096,
8723
8723
  "kindString": "Call signature",
8724
8724
  "flags": {},
8725
8725
  "parameters": [
8726
8726
  {
8727
- "id": 193,
8727
+ "id": 200,
8728
8728
  "name": "theme",
8729
8729
  "kind": 32768,
8730
8730
  "kindString": "Parameter",
@@ -8828,7 +8828,7 @@
8828
8828
  }
8829
8829
  },
8830
8830
  {
8831
- "id": 72,
8831
+ "id": 79,
8832
8832
  "name": "letterSpacing",
8833
8833
  "kind": 1024,
8834
8834
  "kindString": "Property",
@@ -8918,7 +8918,7 @@
8918
8918
  {
8919
8919
  "type": "reflection",
8920
8920
  "declaration": {
8921
- "id": 73,
8921
+ "id": 80,
8922
8922
  "name": "__type",
8923
8923
  "kind": 65536,
8924
8924
  "kindString": "Type literal",
@@ -8932,14 +8932,14 @@
8932
8932
  ],
8933
8933
  "signatures": [
8934
8934
  {
8935
- "id": 74,
8935
+ "id": 81,
8936
8936
  "name": "__type",
8937
8937
  "kind": 4096,
8938
8938
  "kindString": "Call signature",
8939
8939
  "flags": {},
8940
8940
  "parameters": [
8941
8941
  {
8942
- "id": 75,
8942
+ "id": 82,
8943
8943
  "name": "theme",
8944
8944
  "kind": 32768,
8945
8945
  "kindString": "Parameter",
@@ -9043,7 +9043,7 @@
9043
9043
  }
9044
9044
  },
9045
9045
  {
9046
- "id": 194,
9046
+ "id": 201,
9047
9047
  "name": "lineHeight",
9048
9048
  "kind": 1024,
9049
9049
  "kindString": "Property",
@@ -9133,7 +9133,7 @@
9133
9133
  {
9134
9134
  "type": "reflection",
9135
9135
  "declaration": {
9136
- "id": 195,
9136
+ "id": 202,
9137
9137
  "name": "__type",
9138
9138
  "kind": 65536,
9139
9139
  "kindString": "Type literal",
@@ -9147,14 +9147,14 @@
9147
9147
  ],
9148
9148
  "signatures": [
9149
9149
  {
9150
- "id": 196,
9150
+ "id": 203,
9151
9151
  "name": "__type",
9152
9152
  "kind": 4096,
9153
9153
  "kindString": "Call signature",
9154
9154
  "flags": {},
9155
9155
  "parameters": [
9156
9156
  {
9157
- "id": 197,
9157
+ "id": 204,
9158
9158
  "name": "theme",
9159
9159
  "kind": 32768,
9160
9160
  "kindString": "Parameter",
@@ -9258,7 +9258,7 @@
9258
9258
  }
9259
9259
  },
9260
9260
  {
9261
- "id": 330,
9261
+ "id": 337,
9262
9262
  "name": "m",
9263
9263
  "kind": 1024,
9264
9264
  "kindString": "Property",
@@ -9348,7 +9348,7 @@
9348
9348
  {
9349
9349
  "type": "reflection",
9350
9350
  "declaration": {
9351
- "id": 331,
9351
+ "id": 338,
9352
9352
  "name": "__type",
9353
9353
  "kind": 65536,
9354
9354
  "kindString": "Type literal",
@@ -9362,14 +9362,14 @@
9362
9362
  ],
9363
9363
  "signatures": [
9364
9364
  {
9365
- "id": 332,
9365
+ "id": 339,
9366
9366
  "name": "__type",
9367
9367
  "kind": 4096,
9368
9368
  "kindString": "Call signature",
9369
9369
  "flags": {},
9370
9370
  "parameters": [
9371
9371
  {
9372
- "id": 333,
9372
+ "id": 340,
9373
9373
  "name": "theme",
9374
9374
  "kind": 32768,
9375
9375
  "kindString": "Parameter",
@@ -9473,7 +9473,7 @@
9473
9473
  }
9474
9474
  },
9475
9475
  {
9476
- "id": 322,
9476
+ "id": 329,
9477
9477
  "name": "margin",
9478
9478
  "kind": 1024,
9479
9479
  "kindString": "Property",
@@ -9563,7 +9563,7 @@
9563
9563
  {
9564
9564
  "type": "reflection",
9565
9565
  "declaration": {
9566
- "id": 323,
9566
+ "id": 330,
9567
9567
  "name": "__type",
9568
9568
  "kind": 65536,
9569
9569
  "kindString": "Type literal",
@@ -9577,14 +9577,14 @@
9577
9577
  ],
9578
9578
  "signatures": [
9579
9579
  {
9580
- "id": 324,
9580
+ "id": 331,
9581
9581
  "name": "__type",
9582
9582
  "kind": 4096,
9583
9583
  "kindString": "Call signature",
9584
9584
  "flags": {},
9585
9585
  "parameters": [
9586
9586
  {
9587
- "id": 325,
9587
+ "id": 332,
9588
9588
  "name": "theme",
9589
9589
  "kind": 32768,
9590
9590
  "kindString": "Parameter",
@@ -9688,7 +9688,7 @@
9688
9688
  }
9689
9689
  },
9690
9690
  {
9691
- "id": 198,
9691
+ "id": 205,
9692
9692
  "name": "marginBottom",
9693
9693
  "kind": 1024,
9694
9694
  "kindString": "Property",
@@ -9778,7 +9778,7 @@
9778
9778
  {
9779
9779
  "type": "reflection",
9780
9780
  "declaration": {
9781
- "id": 199,
9781
+ "id": 206,
9782
9782
  "name": "__type",
9783
9783
  "kind": 65536,
9784
9784
  "kindString": "Type literal",
@@ -9792,14 +9792,14 @@
9792
9792
  ],
9793
9793
  "signatures": [
9794
9794
  {
9795
- "id": 200,
9795
+ "id": 207,
9796
9796
  "name": "__type",
9797
9797
  "kind": 4096,
9798
9798
  "kindString": "Call signature",
9799
9799
  "flags": {},
9800
9800
  "parameters": [
9801
9801
  {
9802
- "id": 201,
9802
+ "id": 208,
9803
9803
  "name": "theme",
9804
9804
  "kind": 32768,
9805
9805
  "kindString": "Parameter",
@@ -9903,7 +9903,7 @@
9903
9903
  }
9904
9904
  },
9905
9905
  {
9906
- "id": 202,
9906
+ "id": 209,
9907
9907
  "name": "marginLeft",
9908
9908
  "kind": 1024,
9909
9909
  "kindString": "Property",
@@ -9993,7 +9993,7 @@
9993
9993
  {
9994
9994
  "type": "reflection",
9995
9995
  "declaration": {
9996
- "id": 203,
9996
+ "id": 210,
9997
9997
  "name": "__type",
9998
9998
  "kind": 65536,
9999
9999
  "kindString": "Type literal",
@@ -10007,14 +10007,14 @@
10007
10007
  ],
10008
10008
  "signatures": [
10009
10009
  {
10010
- "id": 204,
10010
+ "id": 211,
10011
10011
  "name": "__type",
10012
10012
  "kind": 4096,
10013
10013
  "kindString": "Call signature",
10014
10014
  "flags": {},
10015
10015
  "parameters": [
10016
10016
  {
10017
- "id": 205,
10017
+ "id": 212,
10018
10018
  "name": "theme",
10019
10019
  "kind": 32768,
10020
10020
  "kindString": "Parameter",
@@ -10118,7 +10118,7 @@
10118
10118
  }
10119
10119
  },
10120
10120
  {
10121
- "id": 206,
10121
+ "id": 213,
10122
10122
  "name": "marginRight",
10123
10123
  "kind": 1024,
10124
10124
  "kindString": "Property",
@@ -10208,7 +10208,7 @@
10208
10208
  {
10209
10209
  "type": "reflection",
10210
10210
  "declaration": {
10211
- "id": 207,
10211
+ "id": 214,
10212
10212
  "name": "__type",
10213
10213
  "kind": 65536,
10214
10214
  "kindString": "Type literal",
@@ -10222,14 +10222,14 @@
10222
10222
  ],
10223
10223
  "signatures": [
10224
10224
  {
10225
- "id": 208,
10225
+ "id": 215,
10226
10226
  "name": "__type",
10227
10227
  "kind": 4096,
10228
10228
  "kindString": "Call signature",
10229
10229
  "flags": {},
10230
10230
  "parameters": [
10231
10231
  {
10232
- "id": 209,
10232
+ "id": 216,
10233
10233
  "name": "theme",
10234
10234
  "kind": 32768,
10235
10235
  "kindString": "Parameter",
@@ -10333,7 +10333,7 @@
10333
10333
  }
10334
10334
  },
10335
10335
  {
10336
- "id": 210,
10336
+ "id": 217,
10337
10337
  "name": "marginTop",
10338
10338
  "kind": 1024,
10339
10339
  "kindString": "Property",
@@ -10423,7 +10423,7 @@
10423
10423
  {
10424
10424
  "type": "reflection",
10425
10425
  "declaration": {
10426
- "id": 211,
10426
+ "id": 218,
10427
10427
  "name": "__type",
10428
10428
  "kind": 65536,
10429
10429
  "kindString": "Type literal",
@@ -10437,14 +10437,14 @@
10437
10437
  ],
10438
10438
  "signatures": [
10439
10439
  {
10440
- "id": 212,
10440
+ "id": 219,
10441
10441
  "name": "__type",
10442
10442
  "kind": 4096,
10443
10443
  "kindString": "Call signature",
10444
10444
  "flags": {},
10445
10445
  "parameters": [
10446
10446
  {
10447
- "id": 213,
10447
+ "id": 220,
10448
10448
  "name": "theme",
10449
10449
  "kind": 32768,
10450
10450
  "kindString": "Parameter",
@@ -10548,7 +10548,7 @@
10548
10548
  }
10549
10549
  },
10550
10550
  {
10551
- "id": 354,
10551
+ "id": 361,
10552
10552
  "name": "marginX",
10553
10553
  "kind": 1024,
10554
10554
  "kindString": "Property",
@@ -10638,7 +10638,7 @@
10638
10638
  {
10639
10639
  "type": "reflection",
10640
10640
  "declaration": {
10641
- "id": 355,
10641
+ "id": 362,
10642
10642
  "name": "__type",
10643
10643
  "kind": 65536,
10644
10644
  "kindString": "Type literal",
@@ -10652,14 +10652,14 @@
10652
10652
  ],
10653
10653
  "signatures": [
10654
10654
  {
10655
- "id": 356,
10655
+ "id": 363,
10656
10656
  "name": "__type",
10657
10657
  "kind": 4096,
10658
10658
  "kindString": "Call signature",
10659
10659
  "flags": {},
10660
10660
  "parameters": [
10661
10661
  {
10662
- "id": 357,
10662
+ "id": 364,
10663
10663
  "name": "theme",
10664
10664
  "kind": 32768,
10665
10665
  "kindString": "Parameter",
@@ -10763,7 +10763,7 @@
10763
10763
  }
10764
10764
  },
10765
10765
  {
10766
- "id": 362,
10766
+ "id": 369,
10767
10767
  "name": "marginY",
10768
10768
  "kind": 1024,
10769
10769
  "kindString": "Property",
@@ -10853,7 +10853,7 @@
10853
10853
  {
10854
10854
  "type": "reflection",
10855
10855
  "declaration": {
10856
- "id": 363,
10856
+ "id": 370,
10857
10857
  "name": "__type",
10858
10858
  "kind": 65536,
10859
10859
  "kindString": "Type literal",
@@ -10867,14 +10867,14 @@
10867
10867
  ],
10868
10868
  "signatures": [
10869
10869
  {
10870
- "id": 364,
10870
+ "id": 371,
10871
10871
  "name": "__type",
10872
10872
  "kind": 4096,
10873
10873
  "kindString": "Call signature",
10874
10874
  "flags": {},
10875
10875
  "parameters": [
10876
10876
  {
10877
- "id": 365,
10877
+ "id": 372,
10878
10878
  "name": "theme",
10879
10879
  "kind": 32768,
10880
10880
  "kindString": "Parameter",
@@ -10978,7 +10978,7 @@
10978
10978
  }
10979
10979
  },
10980
10980
  {
10981
- "id": 214,
10981
+ "id": 221,
10982
10982
  "name": "maxHeight",
10983
10983
  "kind": 1024,
10984
10984
  "kindString": "Property",
@@ -11068,7 +11068,7 @@
11068
11068
  {
11069
11069
  "type": "reflection",
11070
11070
  "declaration": {
11071
- "id": 215,
11071
+ "id": 222,
11072
11072
  "name": "__type",
11073
11073
  "kind": 65536,
11074
11074
  "kindString": "Type literal",
@@ -11082,14 +11082,14 @@
11082
11082
  ],
11083
11083
  "signatures": [
11084
11084
  {
11085
- "id": 216,
11085
+ "id": 223,
11086
11086
  "name": "__type",
11087
11087
  "kind": 4096,
11088
11088
  "kindString": "Call signature",
11089
11089
  "flags": {},
11090
11090
  "parameters": [
11091
11091
  {
11092
- "id": 217,
11092
+ "id": 224,
11093
11093
  "name": "theme",
11094
11094
  "kind": 32768,
11095
11095
  "kindString": "Parameter",
@@ -11193,7 +11193,7 @@
11193
11193
  }
11194
11194
  },
11195
11195
  {
11196
- "id": 218,
11196
+ "id": 225,
11197
11197
  "name": "maxWidth",
11198
11198
  "kind": 1024,
11199
11199
  "kindString": "Property",
@@ -11283,7 +11283,7 @@
11283
11283
  {
11284
11284
  "type": "reflection",
11285
11285
  "declaration": {
11286
- "id": 219,
11286
+ "id": 226,
11287
11287
  "name": "__type",
11288
11288
  "kind": 65536,
11289
11289
  "kindString": "Type literal",
@@ -11297,14 +11297,14 @@
11297
11297
  ],
11298
11298
  "signatures": [
11299
11299
  {
11300
- "id": 220,
11300
+ "id": 227,
11301
11301
  "name": "__type",
11302
11302
  "kind": 4096,
11303
11303
  "kindString": "Call signature",
11304
11304
  "flags": {},
11305
11305
  "parameters": [
11306
11306
  {
11307
- "id": 221,
11307
+ "id": 228,
11308
11308
  "name": "theme",
11309
11309
  "kind": 32768,
11310
11310
  "kindString": "Parameter",
@@ -11408,7 +11408,7 @@
11408
11408
  }
11409
11409
  },
11410
11410
  {
11411
- "id": 342,
11411
+ "id": 349,
11412
11412
  "name": "mb",
11413
11413
  "kind": 1024,
11414
11414
  "kindString": "Property",
@@ -11498,7 +11498,7 @@
11498
11498
  {
11499
11499
  "type": "reflection",
11500
11500
  "declaration": {
11501
- "id": 343,
11501
+ "id": 350,
11502
11502
  "name": "__type",
11503
11503
  "kind": 65536,
11504
11504
  "kindString": "Type literal",
@@ -11512,14 +11512,14 @@
11512
11512
  ],
11513
11513
  "signatures": [
11514
11514
  {
11515
- "id": 344,
11515
+ "id": 351,
11516
11516
  "name": "__type",
11517
11517
  "kind": 4096,
11518
11518
  "kindString": "Call signature",
11519
11519
  "flags": {},
11520
11520
  "parameters": [
11521
11521
  {
11522
- "id": 345,
11522
+ "id": 352,
11523
11523
  "name": "theme",
11524
11524
  "kind": 32768,
11525
11525
  "kindString": "Parameter",
@@ -11623,7 +11623,7 @@
11623
11623
  }
11624
11624
  },
11625
11625
  {
11626
- "id": 222,
11626
+ "id": 229,
11627
11627
  "name": "minHeight",
11628
11628
  "kind": 1024,
11629
11629
  "kindString": "Property",
@@ -11713,7 +11713,7 @@
11713
11713
  {
11714
11714
  "type": "reflection",
11715
11715
  "declaration": {
11716
- "id": 223,
11716
+ "id": 230,
11717
11717
  "name": "__type",
11718
11718
  "kind": 65536,
11719
11719
  "kindString": "Type literal",
@@ -11727,14 +11727,14 @@
11727
11727
  ],
11728
11728
  "signatures": [
11729
11729
  {
11730
- "id": 224,
11730
+ "id": 231,
11731
11731
  "name": "__type",
11732
11732
  "kind": 4096,
11733
11733
  "kindString": "Call signature",
11734
11734
  "flags": {},
11735
11735
  "parameters": [
11736
11736
  {
11737
- "id": 225,
11737
+ "id": 232,
11738
11738
  "name": "theme",
11739
11739
  "kind": 32768,
11740
11740
  "kindString": "Parameter",
@@ -11838,7 +11838,7 @@
11838
11838
  }
11839
11839
  },
11840
11840
  {
11841
- "id": 226,
11841
+ "id": 233,
11842
11842
  "name": "minWidth",
11843
11843
  "kind": 1024,
11844
11844
  "kindString": "Property",
@@ -11928,7 +11928,7 @@
11928
11928
  {
11929
11929
  "type": "reflection",
11930
11930
  "declaration": {
11931
- "id": 227,
11931
+ "id": 234,
11932
11932
  "name": "__type",
11933
11933
  "kind": 65536,
11934
11934
  "kindString": "Type literal",
@@ -11942,14 +11942,14 @@
11942
11942
  ],
11943
11943
  "signatures": [
11944
11944
  {
11945
- "id": 228,
11945
+ "id": 235,
11946
11946
  "name": "__type",
11947
11947
  "kind": 4096,
11948
11948
  "kindString": "Call signature",
11949
11949
  "flags": {},
11950
11950
  "parameters": [
11951
11951
  {
11952
- "id": 229,
11952
+ "id": 236,
11953
11953
  "name": "theme",
11954
11954
  "kind": 32768,
11955
11955
  "kindString": "Parameter",
@@ -12053,7 +12053,7 @@
12053
12053
  }
12054
12054
  },
12055
12055
  {
12056
- "id": 346,
12056
+ "id": 353,
12057
12057
  "name": "ml",
12058
12058
  "kind": 1024,
12059
12059
  "kindString": "Property",
@@ -12143,7 +12143,7 @@
12143
12143
  {
12144
12144
  "type": "reflection",
12145
12145
  "declaration": {
12146
- "id": 347,
12146
+ "id": 354,
12147
12147
  "name": "__type",
12148
12148
  "kind": 65536,
12149
12149
  "kindString": "Type literal",
@@ -12157,14 +12157,14 @@
12157
12157
  ],
12158
12158
  "signatures": [
12159
12159
  {
12160
- "id": 348,
12160
+ "id": 355,
12161
12161
  "name": "__type",
12162
12162
  "kind": 4096,
12163
12163
  "kindString": "Call signature",
12164
12164
  "flags": {},
12165
12165
  "parameters": [
12166
12166
  {
12167
- "id": 349,
12167
+ "id": 356,
12168
12168
  "name": "theme",
12169
12169
  "kind": 32768,
12170
12170
  "kindString": "Parameter",
@@ -12268,7 +12268,7 @@
12268
12268
  }
12269
12269
  },
12270
12270
  {
12271
- "id": 338,
12271
+ "id": 345,
12272
12272
  "name": "mr",
12273
12273
  "kind": 1024,
12274
12274
  "kindString": "Property",
@@ -12358,7 +12358,7 @@
12358
12358
  {
12359
12359
  "type": "reflection",
12360
12360
  "declaration": {
12361
- "id": 339,
12361
+ "id": 346,
12362
12362
  "name": "__type",
12363
12363
  "kind": 65536,
12364
12364
  "kindString": "Type literal",
@@ -12372,14 +12372,14 @@
12372
12372
  ],
12373
12373
  "signatures": [
12374
12374
  {
12375
- "id": 340,
12375
+ "id": 347,
12376
12376
  "name": "__type",
12377
12377
  "kind": 4096,
12378
12378
  "kindString": "Call signature",
12379
12379
  "flags": {},
12380
12380
  "parameters": [
12381
12381
  {
12382
- "id": 341,
12382
+ "id": 348,
12383
12383
  "name": "theme",
12384
12384
  "kind": 32768,
12385
12385
  "kindString": "Parameter",
@@ -12483,7 +12483,7 @@
12483
12483
  }
12484
12484
  },
12485
12485
  {
12486
- "id": 334,
12486
+ "id": 341,
12487
12487
  "name": "mt",
12488
12488
  "kind": 1024,
12489
12489
  "kindString": "Property",
@@ -12573,7 +12573,7 @@
12573
12573
  {
12574
12574
  "type": "reflection",
12575
12575
  "declaration": {
12576
- "id": 335,
12576
+ "id": 342,
12577
12577
  "name": "__type",
12578
12578
  "kind": 65536,
12579
12579
  "kindString": "Type literal",
@@ -12587,14 +12587,14 @@
12587
12587
  ],
12588
12588
  "signatures": [
12589
12589
  {
12590
- "id": 336,
12590
+ "id": 343,
12591
12591
  "name": "__type",
12592
12592
  "kind": 4096,
12593
12593
  "kindString": "Call signature",
12594
12594
  "flags": {},
12595
12595
  "parameters": [
12596
12596
  {
12597
- "id": 337,
12597
+ "id": 344,
12598
12598
  "name": "theme",
12599
12599
  "kind": 32768,
12600
12600
  "kindString": "Parameter",
@@ -12698,7 +12698,7 @@
12698
12698
  }
12699
12699
  },
12700
12700
  {
12701
- "id": 350,
12701
+ "id": 357,
12702
12702
  "name": "mx",
12703
12703
  "kind": 1024,
12704
12704
  "kindString": "Property",
@@ -12788,7 +12788,7 @@
12788
12788
  {
12789
12789
  "type": "reflection",
12790
12790
  "declaration": {
12791
- "id": 351,
12791
+ "id": 358,
12792
12792
  "name": "__type",
12793
12793
  "kind": 65536,
12794
12794
  "kindString": "Type literal",
@@ -12802,14 +12802,14 @@
12802
12802
  ],
12803
12803
  "signatures": [
12804
12804
  {
12805
- "id": 352,
12805
+ "id": 359,
12806
12806
  "name": "__type",
12807
12807
  "kind": 4096,
12808
12808
  "kindString": "Call signature",
12809
12809
  "flags": {},
12810
12810
  "parameters": [
12811
12811
  {
12812
- "id": 353,
12812
+ "id": 360,
12813
12813
  "name": "theme",
12814
12814
  "kind": 32768,
12815
12815
  "kindString": "Parameter",
@@ -12913,7 +12913,7 @@
12913
12913
  }
12914
12914
  },
12915
12915
  {
12916
- "id": 358,
12916
+ "id": 365,
12917
12917
  "name": "my",
12918
12918
  "kind": 1024,
12919
12919
  "kindString": "Property",
@@ -13003,7 +13003,7 @@
13003
13003
  {
13004
13004
  "type": "reflection",
13005
13005
  "declaration": {
13006
- "id": 359,
13006
+ "id": 366,
13007
13007
  "name": "__type",
13008
13008
  "kind": 65536,
13009
13009
  "kindString": "Type literal",
@@ -13017,14 +13017,14 @@
13017
13017
  ],
13018
13018
  "signatures": [
13019
13019
  {
13020
- "id": 360,
13020
+ "id": 367,
13021
13021
  "name": "__type",
13022
13022
  "kind": 4096,
13023
13023
  "kindString": "Call signature",
13024
13024
  "flags": {},
13025
13025
  "parameters": [
13026
13026
  {
13027
- "id": 361,
13027
+ "id": 368,
13028
13028
  "name": "theme",
13029
13029
  "kind": 32768,
13030
13030
  "kindString": "Parameter",
@@ -13128,7 +13128,7 @@
13128
13128
  }
13129
13129
  },
13130
13130
  {
13131
- "id": 30,
13131
+ "id": 37,
13132
13132
  "name": "name",
13133
13133
  "kind": 1024,
13134
13134
  "kindString": "Property",
@@ -13140,7 +13140,7 @@
13140
13140
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
13141
13141
  "line": 18,
13142
13142
  "character": 2,
13143
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
13143
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
13144
13144
  }
13145
13145
  ],
13146
13146
  "type": {
@@ -13149,12 +13149,12 @@
13149
13149
  },
13150
13150
  "inheritedFrom": {
13151
13151
  "type": "reference",
13152
- "id": 21,
13152
+ "id": 28,
13153
13153
  "name": "AddressRenderRowBoxPropsBase.name"
13154
13154
  }
13155
13155
  },
13156
13156
  {
13157
- "id": 76,
13157
+ "id": 83,
13158
13158
  "name": "order",
13159
13159
  "kind": 1024,
13160
13160
  "kindString": "Property",
@@ -13214,7 +13214,7 @@
13214
13214
  {
13215
13215
  "type": "reflection",
13216
13216
  "declaration": {
13217
- "id": 77,
13217
+ "id": 84,
13218
13218
  "name": "__type",
13219
13219
  "kind": 65536,
13220
13220
  "kindString": "Type literal",
@@ -13228,14 +13228,14 @@
13228
13228
  ],
13229
13229
  "signatures": [
13230
13230
  {
13231
- "id": 78,
13231
+ "id": 85,
13232
13232
  "name": "__type",
13233
13233
  "kind": 4096,
13234
13234
  "kindString": "Call signature",
13235
13235
  "flags": {},
13236
13236
  "parameters": [
13237
13237
  {
13238
- "id": 79,
13238
+ "id": 86,
13239
13239
  "name": "theme",
13240
13240
  "kind": 32768,
13241
13241
  "kindString": "Parameter",
@@ -13309,7 +13309,7 @@
13309
13309
  }
13310
13310
  },
13311
13311
  {
13312
- "id": 80,
13312
+ "id": 87,
13313
13313
  "name": "overflow",
13314
13314
  "kind": 1024,
13315
13315
  "kindString": "Property",
@@ -13350,7 +13350,7 @@
13350
13350
  {
13351
13351
  "type": "reflection",
13352
13352
  "declaration": {
13353
- "id": 81,
13353
+ "id": 88,
13354
13354
  "name": "__type",
13355
13355
  "kind": 65536,
13356
13356
  "kindString": "Type literal",
@@ -13364,14 +13364,14 @@
13364
13364
  ],
13365
13365
  "signatures": [
13366
13366
  {
13367
- "id": 82,
13367
+ "id": 89,
13368
13368
  "name": "__type",
13369
13369
  "kind": 4096,
13370
13370
  "kindString": "Call signature",
13371
13371
  "flags": {},
13372
13372
  "parameters": [
13373
13373
  {
13374
- "id": 83,
13374
+ "id": 90,
13375
13375
  "name": "theme",
13376
13376
  "kind": 32768,
13377
13377
  "kindString": "Parameter",
@@ -13426,7 +13426,7 @@
13426
13426
  }
13427
13427
  },
13428
13428
  {
13429
- "id": 36,
13429
+ "id": 47,
13430
13430
  "name": "p",
13431
13431
  "kind": 1024,
13432
13432
  "kindString": "Property",
@@ -13516,7 +13516,7 @@
13516
13516
  {
13517
13517
  "type": "reflection",
13518
13518
  "declaration": {
13519
- "id": 37,
13519
+ "id": 48,
13520
13520
  "name": "__type",
13521
13521
  "kind": 65536,
13522
13522
  "kindString": "Type literal",
@@ -13530,14 +13530,14 @@
13530
13530
  ],
13531
13531
  "signatures": [
13532
13532
  {
13533
- "id": 38,
13533
+ "id": 49,
13534
13534
  "name": "__type",
13535
13535
  "kind": 4096,
13536
13536
  "kindString": "Call signature",
13537
13537
  "flags": {},
13538
13538
  "parameters": [
13539
13539
  {
13540
- "id": 39,
13540
+ "id": 50,
13541
13541
  "name": "theme",
13542
13542
  "kind": 32768,
13543
13543
  "kindString": "Parameter",
@@ -13641,7 +13641,7 @@
13641
13641
  }
13642
13642
  },
13643
13643
  {
13644
- "id": 326,
13644
+ "id": 333,
13645
13645
  "name": "padding",
13646
13646
  "kind": 1024,
13647
13647
  "kindString": "Property",
@@ -13731,7 +13731,7 @@
13731
13731
  {
13732
13732
  "type": "reflection",
13733
13733
  "declaration": {
13734
- "id": 327,
13734
+ "id": 334,
13735
13735
  "name": "__type",
13736
13736
  "kind": 65536,
13737
13737
  "kindString": "Type literal",
@@ -13745,14 +13745,14 @@
13745
13745
  ],
13746
13746
  "signatures": [
13747
13747
  {
13748
- "id": 328,
13748
+ "id": 335,
13749
13749
  "name": "__type",
13750
13750
  "kind": 4096,
13751
13751
  "kindString": "Call signature",
13752
13752
  "flags": {},
13753
13753
  "parameters": [
13754
13754
  {
13755
- "id": 329,
13755
+ "id": 336,
13756
13756
  "name": "theme",
13757
13757
  "kind": 32768,
13758
13758
  "kindString": "Parameter",
@@ -13856,7 +13856,7 @@
13856
13856
  }
13857
13857
  },
13858
13858
  {
13859
- "id": 230,
13859
+ "id": 237,
13860
13860
  "name": "paddingBottom",
13861
13861
  "kind": 1024,
13862
13862
  "kindString": "Property",
@@ -13946,7 +13946,7 @@
13946
13946
  {
13947
13947
  "type": "reflection",
13948
13948
  "declaration": {
13949
- "id": 231,
13949
+ "id": 238,
13950
13950
  "name": "__type",
13951
13951
  "kind": 65536,
13952
13952
  "kindString": "Type literal",
@@ -13960,14 +13960,14 @@
13960
13960
  ],
13961
13961
  "signatures": [
13962
13962
  {
13963
- "id": 232,
13963
+ "id": 239,
13964
13964
  "name": "__type",
13965
13965
  "kind": 4096,
13966
13966
  "kindString": "Call signature",
13967
13967
  "flags": {},
13968
13968
  "parameters": [
13969
13969
  {
13970
- "id": 233,
13970
+ "id": 240,
13971
13971
  "name": "theme",
13972
13972
  "kind": 32768,
13973
13973
  "kindString": "Parameter",
@@ -14071,7 +14071,7 @@
14071
14071
  }
14072
14072
  },
14073
14073
  {
14074
- "id": 234,
14074
+ "id": 241,
14075
14075
  "name": "paddingLeft",
14076
14076
  "kind": 1024,
14077
14077
  "kindString": "Property",
@@ -14161,7 +14161,7 @@
14161
14161
  {
14162
14162
  "type": "reflection",
14163
14163
  "declaration": {
14164
- "id": 235,
14164
+ "id": 242,
14165
14165
  "name": "__type",
14166
14166
  "kind": 65536,
14167
14167
  "kindString": "Type literal",
@@ -14175,14 +14175,14 @@
14175
14175
  ],
14176
14176
  "signatures": [
14177
14177
  {
14178
- "id": 236,
14178
+ "id": 243,
14179
14179
  "name": "__type",
14180
14180
  "kind": 4096,
14181
14181
  "kindString": "Call signature",
14182
14182
  "flags": {},
14183
14183
  "parameters": [
14184
14184
  {
14185
- "id": 237,
14185
+ "id": 244,
14186
14186
  "name": "theme",
14187
14187
  "kind": 32768,
14188
14188
  "kindString": "Parameter",
@@ -14286,7 +14286,7 @@
14286
14286
  }
14287
14287
  },
14288
14288
  {
14289
- "id": 238,
14289
+ "id": 245,
14290
14290
  "name": "paddingRight",
14291
14291
  "kind": 1024,
14292
14292
  "kindString": "Property",
@@ -14376,7 +14376,7 @@
14376
14376
  {
14377
14377
  "type": "reflection",
14378
14378
  "declaration": {
14379
- "id": 239,
14379
+ "id": 246,
14380
14380
  "name": "__type",
14381
14381
  "kind": 65536,
14382
14382
  "kindString": "Type literal",
@@ -14390,14 +14390,14 @@
14390
14390
  ],
14391
14391
  "signatures": [
14392
14392
  {
14393
- "id": 240,
14393
+ "id": 247,
14394
14394
  "name": "__type",
14395
14395
  "kind": 4096,
14396
14396
  "kindString": "Call signature",
14397
14397
  "flags": {},
14398
14398
  "parameters": [
14399
14399
  {
14400
- "id": 241,
14400
+ "id": 248,
14401
14401
  "name": "theme",
14402
14402
  "kind": 32768,
14403
14403
  "kindString": "Parameter",
@@ -14501,7 +14501,7 @@
14501
14501
  }
14502
14502
  },
14503
14503
  {
14504
- "id": 242,
14504
+ "id": 249,
14505
14505
  "name": "paddingTop",
14506
14506
  "kind": 1024,
14507
14507
  "kindString": "Property",
@@ -14591,7 +14591,7 @@
14591
14591
  {
14592
14592
  "type": "reflection",
14593
14593
  "declaration": {
14594
- "id": 243,
14594
+ "id": 250,
14595
14595
  "name": "__type",
14596
14596
  "kind": 65536,
14597
14597
  "kindString": "Type literal",
@@ -14605,14 +14605,14 @@
14605
14605
  ],
14606
14606
  "signatures": [
14607
14607
  {
14608
- "id": 244,
14608
+ "id": 251,
14609
14609
  "name": "__type",
14610
14610
  "kind": 4096,
14611
14611
  "kindString": "Call signature",
14612
14612
  "flags": {},
14613
14613
  "parameters": [
14614
14614
  {
14615
- "id": 245,
14615
+ "id": 252,
14616
14616
  "name": "theme",
14617
14617
  "kind": 32768,
14618
14618
  "kindString": "Parameter",
@@ -14716,7 +14716,7 @@
14716
14716
  }
14717
14717
  },
14718
14718
  {
14719
- "id": 386,
14719
+ "id": 393,
14720
14720
  "name": "paddingX",
14721
14721
  "kind": 1024,
14722
14722
  "kindString": "Property",
@@ -14806,7 +14806,7 @@
14806
14806
  {
14807
14807
  "type": "reflection",
14808
14808
  "declaration": {
14809
- "id": 387,
14809
+ "id": 394,
14810
14810
  "name": "__type",
14811
14811
  "kind": 65536,
14812
14812
  "kindString": "Type literal",
@@ -14820,14 +14820,14 @@
14820
14820
  ],
14821
14821
  "signatures": [
14822
14822
  {
14823
- "id": 388,
14823
+ "id": 395,
14824
14824
  "name": "__type",
14825
14825
  "kind": 4096,
14826
14826
  "kindString": "Call signature",
14827
14827
  "flags": {},
14828
14828
  "parameters": [
14829
14829
  {
14830
- "id": 389,
14830
+ "id": 396,
14831
14831
  "name": "theme",
14832
14832
  "kind": 32768,
14833
14833
  "kindString": "Parameter",
@@ -14931,7 +14931,7 @@
14931
14931
  }
14932
14932
  },
14933
14933
  {
14934
- "id": 394,
14934
+ "id": 401,
14935
14935
  "name": "paddingY",
14936
14936
  "kind": 1024,
14937
14937
  "kindString": "Property",
@@ -15021,7 +15021,7 @@
15021
15021
  {
15022
15022
  "type": "reflection",
15023
15023
  "declaration": {
15024
- "id": 395,
15024
+ "id": 402,
15025
15025
  "name": "__type",
15026
15026
  "kind": 65536,
15027
15027
  "kindString": "Type literal",
@@ -15035,14 +15035,14 @@
15035
15035
  ],
15036
15036
  "signatures": [
15037
15037
  {
15038
- "id": 396,
15038
+ "id": 403,
15039
15039
  "name": "__type",
15040
15040
  "kind": 4096,
15041
15041
  "kindString": "Call signature",
15042
15042
  "flags": {},
15043
15043
  "parameters": [
15044
15044
  {
15045
- "id": 397,
15045
+ "id": 404,
15046
15046
  "name": "theme",
15047
15047
  "kind": 32768,
15048
15048
  "kindString": "Parameter",
@@ -15146,7 +15146,7 @@
15146
15146
  }
15147
15147
  },
15148
15148
  {
15149
- "id": 374,
15149
+ "id": 381,
15150
15150
  "name": "pb",
15151
15151
  "kind": 1024,
15152
15152
  "kindString": "Property",
@@ -15236,7 +15236,7 @@
15236
15236
  {
15237
15237
  "type": "reflection",
15238
15238
  "declaration": {
15239
- "id": 375,
15239
+ "id": 382,
15240
15240
  "name": "__type",
15241
15241
  "kind": 65536,
15242
15242
  "kindString": "Type literal",
@@ -15250,14 +15250,14 @@
15250
15250
  ],
15251
15251
  "signatures": [
15252
15252
  {
15253
- "id": 376,
15253
+ "id": 383,
15254
15254
  "name": "__type",
15255
15255
  "kind": 4096,
15256
15256
  "kindString": "Call signature",
15257
15257
  "flags": {},
15258
15258
  "parameters": [
15259
15259
  {
15260
- "id": 377,
15260
+ "id": 384,
15261
15261
  "name": "theme",
15262
15262
  "kind": 32768,
15263
15263
  "kindString": "Parameter",
@@ -15361,7 +15361,7 @@
15361
15361
  }
15362
15362
  },
15363
15363
  {
15364
- "id": 378,
15364
+ "id": 385,
15365
15365
  "name": "pl",
15366
15366
  "kind": 1024,
15367
15367
  "kindString": "Property",
@@ -15451,7 +15451,7 @@
15451
15451
  {
15452
15452
  "type": "reflection",
15453
15453
  "declaration": {
15454
- "id": 379,
15454
+ "id": 386,
15455
15455
  "name": "__type",
15456
15456
  "kind": 65536,
15457
15457
  "kindString": "Type literal",
@@ -15465,14 +15465,14 @@
15465
15465
  ],
15466
15466
  "signatures": [
15467
15467
  {
15468
- "id": 380,
15468
+ "id": 387,
15469
15469
  "name": "__type",
15470
15470
  "kind": 4096,
15471
15471
  "kindString": "Call signature",
15472
15472
  "flags": {},
15473
15473
  "parameters": [
15474
15474
  {
15475
- "id": 381,
15475
+ "id": 388,
15476
15476
  "name": "theme",
15477
15477
  "kind": 32768,
15478
15478
  "kindString": "Parameter",
@@ -15576,7 +15576,7 @@
15576
15576
  }
15577
15577
  },
15578
15578
  {
15579
- "id": 246,
15579
+ "id": 253,
15580
15580
  "name": "position",
15581
15581
  "kind": 1024,
15582
15582
  "kindString": "Property",
@@ -15636,7 +15636,7 @@
15636
15636
  {
15637
15637
  "type": "reflection",
15638
15638
  "declaration": {
15639
- "id": 247,
15639
+ "id": 254,
15640
15640
  "name": "__type",
15641
15641
  "kind": 65536,
15642
15642
  "kindString": "Type literal",
@@ -15650,14 +15650,14 @@
15650
15650
  ],
15651
15651
  "signatures": [
15652
15652
  {
15653
- "id": 248,
15653
+ "id": 255,
15654
15654
  "name": "__type",
15655
15655
  "kind": 4096,
15656
15656
  "kindString": "Call signature",
15657
15657
  "flags": {},
15658
15658
  "parameters": [
15659
15659
  {
15660
- "id": 249,
15660
+ "id": 256,
15661
15661
  "name": "theme",
15662
15662
  "kind": 32768,
15663
15663
  "kindString": "Parameter",
@@ -15731,7 +15731,7 @@
15731
15731
  }
15732
15732
  },
15733
15733
  {
15734
- "id": 370,
15734
+ "id": 377,
15735
15735
  "name": "pr",
15736
15736
  "kind": 1024,
15737
15737
  "kindString": "Property",
@@ -15821,7 +15821,7 @@
15821
15821
  {
15822
15822
  "type": "reflection",
15823
15823
  "declaration": {
15824
- "id": 371,
15824
+ "id": 378,
15825
15825
  "name": "__type",
15826
15826
  "kind": 65536,
15827
15827
  "kindString": "Type literal",
@@ -15835,14 +15835,14 @@
15835
15835
  ],
15836
15836
  "signatures": [
15837
15837
  {
15838
- "id": 372,
15838
+ "id": 379,
15839
15839
  "name": "__type",
15840
15840
  "kind": 4096,
15841
15841
  "kindString": "Call signature",
15842
15842
  "flags": {},
15843
15843
  "parameters": [
15844
15844
  {
15845
- "id": 373,
15845
+ "id": 380,
15846
15846
  "name": "theme",
15847
15847
  "kind": 32768,
15848
15848
  "kindString": "Parameter",
@@ -15946,7 +15946,7 @@
15946
15946
  }
15947
15947
  },
15948
15948
  {
15949
- "id": 366,
15949
+ "id": 373,
15950
15950
  "name": "pt",
15951
15951
  "kind": 1024,
15952
15952
  "kindString": "Property",
@@ -16036,7 +16036,7 @@
16036
16036
  {
16037
16037
  "type": "reflection",
16038
16038
  "declaration": {
16039
- "id": 367,
16039
+ "id": 374,
16040
16040
  "name": "__type",
16041
16041
  "kind": 65536,
16042
16042
  "kindString": "Type literal",
@@ -16050,14 +16050,14 @@
16050
16050
  ],
16051
16051
  "signatures": [
16052
16052
  {
16053
- "id": 368,
16053
+ "id": 375,
16054
16054
  "name": "__type",
16055
16055
  "kind": 4096,
16056
16056
  "kindString": "Call signature",
16057
16057
  "flags": {},
16058
16058
  "parameters": [
16059
16059
  {
16060
- "id": 369,
16060
+ "id": 376,
16061
16061
  "name": "theme",
16062
16062
  "kind": 32768,
16063
16063
  "kindString": "Parameter",
@@ -16161,7 +16161,7 @@
16161
16161
  }
16162
16162
  },
16163
16163
  {
16164
- "id": 382,
16164
+ "id": 389,
16165
16165
  "name": "px",
16166
16166
  "kind": 1024,
16167
16167
  "kindString": "Property",
@@ -16251,7 +16251,7 @@
16251
16251
  {
16252
16252
  "type": "reflection",
16253
16253
  "declaration": {
16254
- "id": 383,
16254
+ "id": 390,
16255
16255
  "name": "__type",
16256
16256
  "kind": 65536,
16257
16257
  "kindString": "Type literal",
@@ -16265,14 +16265,14 @@
16265
16265
  ],
16266
16266
  "signatures": [
16267
16267
  {
16268
- "id": 384,
16268
+ "id": 391,
16269
16269
  "name": "__type",
16270
16270
  "kind": 4096,
16271
16271
  "kindString": "Call signature",
16272
16272
  "flags": {},
16273
16273
  "parameters": [
16274
16274
  {
16275
- "id": 385,
16275
+ "id": 392,
16276
16276
  "name": "theme",
16277
16277
  "kind": 32768,
16278
16278
  "kindString": "Parameter",
@@ -16376,7 +16376,7 @@
16376
16376
  }
16377
16377
  },
16378
16378
  {
16379
- "id": 390,
16379
+ "id": 397,
16380
16380
  "name": "py",
16381
16381
  "kind": 1024,
16382
16382
  "kindString": "Property",
@@ -16466,7 +16466,7 @@
16466
16466
  {
16467
16467
  "type": "reflection",
16468
16468
  "declaration": {
16469
- "id": 391,
16469
+ "id": 398,
16470
16470
  "name": "__type",
16471
16471
  "kind": 65536,
16472
16472
  "kindString": "Type literal",
@@ -16480,14 +16480,14 @@
16480
16480
  ],
16481
16481
  "signatures": [
16482
16482
  {
16483
- "id": 392,
16483
+ "id": 399,
16484
16484
  "name": "__type",
16485
16485
  "kind": 4096,
16486
16486
  "kindString": "Call signature",
16487
16487
  "flags": {},
16488
16488
  "parameters": [
16489
16489
  {
16490
- "id": 393,
16490
+ "id": 400,
16491
16491
  "name": "theme",
16492
16492
  "kind": 32768,
16493
16493
  "kindString": "Parameter",
@@ -16591,7 +16591,7 @@
16591
16591
  }
16592
16592
  },
16593
16593
  {
16594
- "id": 250,
16594
+ "id": 257,
16595
16595
  "name": "right",
16596
16596
  "kind": 1024,
16597
16597
  "kindString": "Property",
@@ -16681,7 +16681,7 @@
16681
16681
  {
16682
16682
  "type": "reflection",
16683
16683
  "declaration": {
16684
- "id": 251,
16684
+ "id": 258,
16685
16685
  "name": "__type",
16686
16686
  "kind": 65536,
16687
16687
  "kindString": "Type literal",
@@ -16695,14 +16695,14 @@
16695
16695
  ],
16696
16696
  "signatures": [
16697
16697
  {
16698
- "id": 252,
16698
+ "id": 259,
16699
16699
  "name": "__type",
16700
16700
  "kind": 4096,
16701
16701
  "kindString": "Call signature",
16702
16702
  "flags": {},
16703
16703
  "parameters": [
16704
16704
  {
16705
- "id": 253,
16705
+ "id": 260,
16706
16706
  "name": "theme",
16707
16707
  "kind": 32768,
16708
16708
  "kindString": "Parameter",
@@ -16806,7 +16806,7 @@
16806
16806
  }
16807
16807
  },
16808
16808
  {
16809
- "id": 254,
16809
+ "id": 261,
16810
16810
  "name": "rowGap",
16811
16811
  "kind": 1024,
16812
16812
  "kindString": "Property",
@@ -16896,7 +16896,7 @@
16896
16896
  {
16897
16897
  "type": "reflection",
16898
16898
  "declaration": {
16899
- "id": 255,
16899
+ "id": 262,
16900
16900
  "name": "__type",
16901
16901
  "kind": 65536,
16902
16902
  "kindString": "Type literal",
@@ -16910,14 +16910,14 @@
16910
16910
  ],
16911
16911
  "signatures": [
16912
16912
  {
16913
- "id": 256,
16913
+ "id": 263,
16914
16914
  "name": "__type",
16915
16915
  "kind": 4096,
16916
16916
  "kindString": "Call signature",
16917
16917
  "flags": {},
16918
16918
  "parameters": [
16919
16919
  {
16920
- "id": 257,
16920
+ "id": 264,
16921
16921
  "name": "theme",
16922
16922
  "kind": 32768,
16923
16923
  "kindString": "Parameter",
@@ -17021,7 +17021,7 @@
17021
17021
  }
17022
17022
  },
17023
17023
  {
17024
- "id": 31,
17024
+ "id": 38,
17025
17025
  "name": "showFavorite",
17026
17026
  "kind": 1024,
17027
17027
  "kindString": "Property",
@@ -17033,7 +17033,7 @@
17033
17033
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
17034
17034
  "line": 19,
17035
17035
  "character": 2,
17036
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L19"
17036
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L19"
17037
17037
  }
17038
17038
  ],
17039
17039
  "type": {
@@ -17042,12 +17042,12 @@
17042
17042
  },
17043
17043
  "inheritedFrom": {
17044
17044
  "type": "reference",
17045
- "id": 22,
17045
+ "id": 29,
17046
17046
  "name": "AddressRenderRowBoxPropsBase.showFavorite"
17047
17047
  }
17048
17048
  },
17049
17049
  {
17050
- "id": 258,
17050
+ "id": 265,
17051
17051
  "name": "textAlign",
17052
17052
  "kind": 1024,
17053
17053
  "kindString": "Property",
@@ -17107,7 +17107,7 @@
17107
17107
  {
17108
17108
  "type": "reflection",
17109
17109
  "declaration": {
17110
- "id": 259,
17110
+ "id": 266,
17111
17111
  "name": "__type",
17112
17112
  "kind": 65536,
17113
17113
  "kindString": "Type literal",
@@ -17121,14 +17121,14 @@
17121
17121
  ],
17122
17122
  "signatures": [
17123
17123
  {
17124
- "id": 260,
17124
+ "id": 267,
17125
17125
  "name": "__type",
17126
17126
  "kind": 4096,
17127
17127
  "kindString": "Call signature",
17128
17128
  "flags": {},
17129
17129
  "parameters": [
17130
17130
  {
17131
- "id": 261,
17131
+ "id": 268,
17132
17132
  "name": "theme",
17133
17133
  "kind": 32768,
17134
17134
  "kindString": "Parameter",
@@ -17202,7 +17202,7 @@
17202
17202
  }
17203
17203
  },
17204
17204
  {
17205
- "id": 262,
17205
+ "id": 269,
17206
17206
  "name": "textOverflow",
17207
17207
  "kind": 1024,
17208
17208
  "kindString": "Property",
@@ -17243,7 +17243,7 @@
17243
17243
  {
17244
17244
  "type": "reflection",
17245
17245
  "declaration": {
17246
- "id": 263,
17246
+ "id": 270,
17247
17247
  "name": "__type",
17248
17248
  "kind": 65536,
17249
17249
  "kindString": "Type literal",
@@ -17257,14 +17257,14 @@
17257
17257
  ],
17258
17258
  "signatures": [
17259
17259
  {
17260
- "id": 264,
17260
+ "id": 271,
17261
17261
  "name": "__type",
17262
17262
  "kind": 4096,
17263
17263
  "kindString": "Call signature",
17264
17264
  "flags": {},
17265
17265
  "parameters": [
17266
17266
  {
17267
- "id": 265,
17267
+ "id": 272,
17268
17268
  "name": "theme",
17269
17269
  "kind": 32768,
17270
17270
  "kindString": "Parameter",
@@ -17319,7 +17319,7 @@
17319
17319
  }
17320
17320
  },
17321
17321
  {
17322
- "id": 266,
17322
+ "id": 273,
17323
17323
  "name": "textTransform",
17324
17324
  "kind": 1024,
17325
17325
  "kindString": "Property",
@@ -17379,7 +17379,7 @@
17379
17379
  {
17380
17380
  "type": "reflection",
17381
17381
  "declaration": {
17382
- "id": 267,
17382
+ "id": 274,
17383
17383
  "name": "__type",
17384
17384
  "kind": 65536,
17385
17385
  "kindString": "Type literal",
@@ -17393,14 +17393,14 @@
17393
17393
  ],
17394
17394
  "signatures": [
17395
17395
  {
17396
- "id": 268,
17396
+ "id": 275,
17397
17397
  "name": "__type",
17398
17398
  "kind": 4096,
17399
17399
  "kindString": "Call signature",
17400
17400
  "flags": {},
17401
17401
  "parameters": [
17402
17402
  {
17403
- "id": 269,
17403
+ "id": 276,
17404
17404
  "name": "theme",
17405
17405
  "kind": 32768,
17406
17406
  "kindString": "Parameter",
@@ -17474,7 +17474,7 @@
17474
17474
  }
17475
17475
  },
17476
17476
  {
17477
- "id": 270,
17477
+ "id": 277,
17478
17478
  "name": "top",
17479
17479
  "kind": 1024,
17480
17480
  "kindString": "Property",
@@ -17564,7 +17564,7 @@
17564
17564
  {
17565
17565
  "type": "reflection",
17566
17566
  "declaration": {
17567
- "id": 271,
17567
+ "id": 278,
17568
17568
  "name": "__type",
17569
17569
  "kind": 65536,
17570
17570
  "kindString": "Type literal",
@@ -17578,14 +17578,14 @@
17578
17578
  ],
17579
17579
  "signatures": [
17580
17580
  {
17581
- "id": 272,
17581
+ "id": 279,
17582
17582
  "name": "__type",
17583
17583
  "kind": 4096,
17584
17584
  "kindString": "Call signature",
17585
17585
  "flags": {},
17586
17586
  "parameters": [
17587
17587
  {
17588
- "id": 273,
17588
+ "id": 280,
17589
17589
  "name": "theme",
17590
17590
  "kind": 32768,
17591
17591
  "kindString": "Parameter",
@@ -17689,7 +17689,7 @@
17689
17689
  }
17690
17690
  },
17691
17691
  {
17692
- "id": 398,
17692
+ "id": 405,
17693
17693
  "name": "typography",
17694
17694
  "kind": 1024,
17695
17695
  "kindString": "Property",
@@ -17721,7 +17721,7 @@
17721
17721
  {
17722
17722
  "type": "reflection",
17723
17723
  "declaration": {
17724
- "id": 399,
17724
+ "id": 406,
17725
17725
  "name": "__type",
17726
17726
  "kind": 65536,
17727
17727
  "kindString": "Type literal",
@@ -17735,14 +17735,14 @@
17735
17735
  ],
17736
17736
  "signatures": [
17737
17737
  {
17738
- "id": 400,
17738
+ "id": 407,
17739
17739
  "name": "__type",
17740
17740
  "kind": 4096,
17741
17741
  "kindString": "Call signature",
17742
17742
  "flags": {},
17743
17743
  "parameters": [
17744
17744
  {
17745
- "id": 401,
17745
+ "id": 408,
17746
17746
  "name": "theme",
17747
17747
  "kind": 32768,
17748
17748
  "kindString": "Parameter",
@@ -17788,7 +17788,7 @@
17788
17788
  }
17789
17789
  },
17790
17790
  {
17791
- "id": 84,
17791
+ "id": 91,
17792
17792
  "name": "visibility",
17793
17793
  "kind": 1024,
17794
17794
  "kindString": "Property",
@@ -17848,7 +17848,7 @@
17848
17848
  {
17849
17849
  "type": "reflection",
17850
17850
  "declaration": {
17851
- "id": 85,
17851
+ "id": 92,
17852
17852
  "name": "__type",
17853
17853
  "kind": 65536,
17854
17854
  "kindString": "Type literal",
@@ -17862,14 +17862,14 @@
17862
17862
  ],
17863
17863
  "signatures": [
17864
17864
  {
17865
- "id": 86,
17865
+ "id": 93,
17866
17866
  "name": "__type",
17867
17867
  "kind": 4096,
17868
17868
  "kindString": "Call signature",
17869
17869
  "flags": {},
17870
17870
  "parameters": [
17871
17871
  {
17872
- "id": 87,
17872
+ "id": 94,
17873
17873
  "name": "theme",
17874
17874
  "kind": 32768,
17875
17875
  "kindString": "Parameter",
@@ -17943,7 +17943,7 @@
17943
17943
  }
17944
17944
  },
17945
17945
  {
17946
- "id": 274,
17946
+ "id": 281,
17947
17947
  "name": "whiteSpace",
17948
17948
  "kind": 1024,
17949
17949
  "kindString": "Property",
@@ -18003,7 +18003,7 @@
18003
18003
  {
18004
18004
  "type": "reflection",
18005
18005
  "declaration": {
18006
- "id": 275,
18006
+ "id": 282,
18007
18007
  "name": "__type",
18008
18008
  "kind": 65536,
18009
18009
  "kindString": "Type literal",
@@ -18017,14 +18017,14 @@
18017
18017
  ],
18018
18018
  "signatures": [
18019
18019
  {
18020
- "id": 276,
18020
+ "id": 283,
18021
18021
  "name": "__type",
18022
18022
  "kind": 4096,
18023
18023
  "kindString": "Call signature",
18024
18024
  "flags": {},
18025
18025
  "parameters": [
18026
18026
  {
18027
- "id": 277,
18027
+ "id": 284,
18028
18028
  "name": "theme",
18029
18029
  "kind": 32768,
18030
18030
  "kindString": "Parameter",
@@ -18098,7 +18098,7 @@
18098
18098
  }
18099
18099
  },
18100
18100
  {
18101
- "id": 44,
18101
+ "id": 55,
18102
18102
  "name": "width",
18103
18103
  "kind": 1024,
18104
18104
  "kindString": "Property",
@@ -18188,7 +18188,7 @@
18188
18188
  {
18189
18189
  "type": "reflection",
18190
18190
  "declaration": {
18191
- "id": 45,
18191
+ "id": 56,
18192
18192
  "name": "__type",
18193
18193
  "kind": 65536,
18194
18194
  "kindString": "Type literal",
@@ -18202,14 +18202,14 @@
18202
18202
  ],
18203
18203
  "signatures": [
18204
18204
  {
18205
- "id": 46,
18205
+ "id": 57,
18206
18206
  "name": "__type",
18207
18207
  "kind": 4096,
18208
18208
  "kindString": "Call signature",
18209
18209
  "flags": {},
18210
18210
  "parameters": [
18211
18211
  {
18212
- "id": 47,
18212
+ "id": 58,
18213
18213
  "name": "theme",
18214
18214
  "kind": 32768,
18215
18215
  "kindString": "Parameter",
@@ -18313,7 +18313,7 @@
18313
18313
  }
18314
18314
  },
18315
18315
  {
18316
- "id": 102,
18316
+ "id": 109,
18317
18317
  "name": "zIndex",
18318
18318
  "kind": 1024,
18319
18319
  "kindString": "Property",
@@ -18345,7 +18345,7 @@
18345
18345
  {
18346
18346
  "type": "reflection",
18347
18347
  "declaration": {
18348
- "id": 103,
18348
+ "id": 110,
18349
18349
  "name": "__type",
18350
18350
  "kind": 65536,
18351
18351
  "kindString": "Type literal",
@@ -18364,7 +18364,7 @@
18364
18364
  {
18365
18365
  "type": "reflection",
18366
18366
  "declaration": {
18367
- "id": 104,
18367
+ "id": 111,
18368
18368
  "name": "__type",
18369
18369
  "kind": 65536,
18370
18370
  "kindString": "Type literal",
@@ -18383,7 +18383,7 @@
18383
18383
  {
18384
18384
  "type": "reflection",
18385
18385
  "declaration": {
18386
- "id": 105,
18386
+ "id": 112,
18387
18387
  "name": "__type",
18388
18388
  "kind": 65536,
18389
18389
  "kindString": "Type literal",
@@ -18397,14 +18397,14 @@
18397
18397
  ],
18398
18398
  "signatures": [
18399
18399
  {
18400
- "id": 106,
18400
+ "id": 113,
18401
18401
  "name": "__type",
18402
18402
  "kind": 4096,
18403
18403
  "kindString": "Call signature",
18404
18404
  "flags": {},
18405
18405
  "parameters": [
18406
18406
  {
18407
- "id": 107,
18407
+ "id": 114,
18408
18408
  "name": "theme",
18409
18409
  "kind": 32768,
18410
18410
  "kindString": "Parameter",
@@ -18441,7 +18441,7 @@
18441
18441
  {
18442
18442
  "type": "reflection",
18443
18443
  "declaration": {
18444
- "id": 108,
18444
+ "id": 115,
18445
18445
  "name": "__type",
18446
18446
  "kind": 65536,
18447
18447
  "kindString": "Type literal",
@@ -18460,7 +18460,7 @@
18460
18460
  {
18461
18461
  "type": "reflection",
18462
18462
  "declaration": {
18463
- "id": 109,
18463
+ "id": 116,
18464
18464
  "name": "__type",
18465
18465
  "kind": 65536,
18466
18466
  "kindString": "Type literal",
@@ -18492,105 +18492,105 @@
18492
18492
  {
18493
18493
  "title": "Properties",
18494
18494
  "children": [
18495
- 24,
18496
- 25,
18497
- 110,
18498
- 114,
18499
- 118,
18500
- 88,
18501
- 92,
18502
- 278,
18503
- 282,
18504
- 286,
18505
- 290,
18506
- 294,
18507
- 298,
18508
- 122,
18509
- 98,
18510
- 126,
18495
+ 31,
18511
18496
  32,
18512
- 130,
18513
- 48,
18514
- 402,
18515
- 26,
18516
- 302,
18517
- 134,
18518
- 138,
18519
- 142,
18520
- 146,
18521
- 150,
18522
- 52,
18523
- 56,
18524
- 60,
18525
- 64,
18526
- 306,
18527
- 310,
18528
- 154,
18529
- 158,
18530
- 162,
18531
- 314,
18532
- 318,
18533
- 166,
18534
- 170,
18535
- 174,
18536
- 40,
18537
- 27,
18538
- 28,
18539
- 29,
18540
- 178,
18541
- 182,
18542
- 186,
18543
- 190,
18544
- 72,
18545
- 194,
18546
- 330,
18547
- 322,
18548
- 198,
18549
- 202,
18550
- 206,
18551
- 210,
18552
- 354,
18553
- 362,
18554
- 214,
18555
- 218,
18556
- 342,
18557
- 222,
18558
- 226,
18559
- 346,
18560
- 338,
18561
- 334,
18562
- 350,
18563
- 358,
18564
- 30,
18565
- 76,
18566
- 80,
18497
+ 117,
18498
+ 121,
18499
+ 125,
18500
+ 95,
18501
+ 99,
18502
+ 285,
18503
+ 289,
18504
+ 293,
18505
+ 297,
18506
+ 301,
18507
+ 305,
18508
+ 129,
18509
+ 105,
18510
+ 133,
18511
+ 39,
18512
+ 137,
18513
+ 59,
18514
+ 409,
18515
+ 33,
18516
+ 309,
18517
+ 141,
18518
+ 145,
18519
+ 149,
18520
+ 153,
18521
+ 157,
18522
+ 63,
18523
+ 43,
18524
+ 67,
18525
+ 71,
18526
+ 313,
18527
+ 317,
18528
+ 161,
18529
+ 165,
18530
+ 169,
18531
+ 321,
18532
+ 325,
18533
+ 173,
18534
+ 177,
18535
+ 181,
18536
+ 51,
18537
+ 34,
18538
+ 35,
18567
18539
  36,
18568
- 326,
18569
- 230,
18570
- 234,
18571
- 238,
18572
- 242,
18573
- 386,
18574
- 394,
18575
- 374,
18576
- 378,
18577
- 246,
18578
- 370,
18579
- 366,
18580
- 382,
18581
- 390,
18582
- 250,
18583
- 254,
18584
- 31,
18585
- 258,
18586
- 262,
18587
- 266,
18588
- 270,
18589
- 398,
18590
- 84,
18591
- 274,
18592
- 44,
18593
- 102
18540
+ 185,
18541
+ 189,
18542
+ 193,
18543
+ 197,
18544
+ 79,
18545
+ 201,
18546
+ 337,
18547
+ 329,
18548
+ 205,
18549
+ 209,
18550
+ 213,
18551
+ 217,
18552
+ 361,
18553
+ 369,
18554
+ 221,
18555
+ 225,
18556
+ 349,
18557
+ 229,
18558
+ 233,
18559
+ 353,
18560
+ 345,
18561
+ 341,
18562
+ 357,
18563
+ 365,
18564
+ 37,
18565
+ 83,
18566
+ 87,
18567
+ 47,
18568
+ 333,
18569
+ 237,
18570
+ 241,
18571
+ 245,
18572
+ 249,
18573
+ 393,
18574
+ 401,
18575
+ 381,
18576
+ 385,
18577
+ 253,
18578
+ 377,
18579
+ 373,
18580
+ 389,
18581
+ 397,
18582
+ 257,
18583
+ 261,
18584
+ 38,
18585
+ 265,
18586
+ 269,
18587
+ 273,
18588
+ 277,
18589
+ 405,
18590
+ 91,
18591
+ 281,
18592
+ 55,
18593
+ 109
18594
18594
  ]
18595
18595
  }
18596
18596
  ],
@@ -18599,7 +18599,7 @@
18599
18599
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18600
18600
  "line": 22,
18601
18601
  "character": 17,
18602
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L22"
18602
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L22"
18603
18603
  }
18604
18604
  ],
18605
18605
  "extendedTypes": [
@@ -18611,7 +18611,7 @@
18611
18611
  },
18612
18612
  {
18613
18613
  "type": "reference",
18614
- "id": 14,
18614
+ "id": 21,
18615
18615
  "name": "AddressRenderRowBoxPropsBase"
18616
18616
  },
18617
18617
  {
@@ -18623,14 +18623,14 @@
18623
18623
  ]
18624
18624
  },
18625
18625
  {
18626
- "id": 14,
18626
+ "id": 21,
18627
18627
  "name": "AddressRenderRowBoxPropsBase",
18628
18628
  "kind": 256,
18629
18629
  "kindString": "Interface",
18630
18630
  "flags": {},
18631
18631
  "children": [
18632
18632
  {
18633
- "id": 15,
18633
+ "id": 22,
18634
18634
  "name": "address",
18635
18635
  "kind": 1024,
18636
18636
  "kindString": "Property",
@@ -18642,7 +18642,7 @@
18642
18642
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18643
18643
  "line": 12,
18644
18644
  "character": 2,
18645
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
18645
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
18646
18646
  }
18647
18647
  ],
18648
18648
  "type": {
@@ -18660,7 +18660,7 @@
18660
18660
  }
18661
18661
  },
18662
18662
  {
18663
- "id": 16,
18663
+ "id": 23,
18664
18664
  "name": "alias",
18665
18665
  "kind": 1024,
18666
18666
  "kindString": "Property",
@@ -18672,7 +18672,7 @@
18672
18672
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18673
18673
  "line": 13,
18674
18674
  "character": 2,
18675
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
18675
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
18676
18676
  }
18677
18677
  ],
18678
18678
  "type": {
@@ -18681,7 +18681,7 @@
18681
18681
  }
18682
18682
  },
18683
18683
  {
18684
- "id": 17,
18684
+ "id": 24,
18685
18685
  "name": "favorite",
18686
18686
  "kind": 1024,
18687
18687
  "kindString": "Property",
@@ -18693,7 +18693,7 @@
18693
18693
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18694
18694
  "line": 14,
18695
18695
  "character": 2,
18696
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
18696
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
18697
18697
  }
18698
18698
  ],
18699
18699
  "type": {
@@ -18702,7 +18702,7 @@
18702
18702
  }
18703
18703
  },
18704
18704
  {
18705
- "id": 18,
18705
+ "id": 25,
18706
18706
  "name": "iconOnly",
18707
18707
  "kind": 1024,
18708
18708
  "kindString": "Property",
@@ -18714,7 +18714,7 @@
18714
18714
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18715
18715
  "line": 15,
18716
18716
  "character": 2,
18717
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
18717
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
18718
18718
  }
18719
18719
  ],
18720
18720
  "type": {
@@ -18723,7 +18723,7 @@
18723
18723
  }
18724
18724
  },
18725
18725
  {
18726
- "id": 19,
18726
+ "id": 26,
18727
18727
  "name": "iconSize",
18728
18728
  "kind": 1024,
18729
18729
  "kindString": "Property",
@@ -18735,7 +18735,7 @@
18735
18735
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18736
18736
  "line": 16,
18737
18737
  "character": 2,
18738
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
18738
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
18739
18739
  }
18740
18740
  ],
18741
18741
  "type": {
@@ -18744,7 +18744,7 @@
18744
18744
  }
18745
18745
  },
18746
18746
  {
18747
- "id": 20,
18747
+ "id": 27,
18748
18748
  "name": "icons",
18749
18749
  "kind": 1024,
18750
18750
  "kindString": "Property",
@@ -18756,7 +18756,7 @@
18756
18756
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18757
18757
  "line": 17,
18758
18758
  "character": 2,
18759
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
18759
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
18760
18760
  }
18761
18761
  ],
18762
18762
  "type": {
@@ -18765,7 +18765,7 @@
18765
18765
  }
18766
18766
  },
18767
18767
  {
18768
- "id": 21,
18768
+ "id": 28,
18769
18769
  "name": "name",
18770
18770
  "kind": 1024,
18771
18771
  "kindString": "Property",
@@ -18777,7 +18777,7 @@
18777
18777
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18778
18778
  "line": 18,
18779
18779
  "character": 2,
18780
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
18780
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
18781
18781
  }
18782
18782
  ],
18783
18783
  "type": {
@@ -18786,7 +18786,7 @@
18786
18786
  }
18787
18787
  },
18788
18788
  {
18789
- "id": 22,
18789
+ "id": 29,
18790
18790
  "name": "showFavorite",
18791
18791
  "kind": 1024,
18792
18792
  "kindString": "Property",
@@ -18798,7 +18798,7 @@
18798
18798
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18799
18799
  "line": 19,
18800
18800
  "character": 2,
18801
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L19"
18801
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L19"
18802
18802
  }
18803
18803
  ],
18804
18804
  "type": {
@@ -18811,14 +18811,14 @@
18811
18811
  {
18812
18812
  "title": "Properties",
18813
18813
  "children": [
18814
- 15,
18815
- 16,
18816
- 17,
18817
- 18,
18818
- 19,
18819
- 20,
18820
- 21,
18821
- 22
18814
+ 22,
18815
+ 23,
18816
+ 24,
18817
+ 25,
18818
+ 26,
18819
+ 27,
18820
+ 28,
18821
+ 29
18822
18822
  ]
18823
18823
  }
18824
18824
  ],
@@ -18827,13 +18827,13 @@
18827
18827
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18828
18828
  "line": 11,
18829
18829
  "character": 17,
18830
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L11"
18830
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L11"
18831
18831
  }
18832
18832
  ],
18833
18833
  "extendedBy": [
18834
18834
  {
18835
18835
  "type": "reference",
18836
- "id": 23,
18836
+ "id": 30,
18837
18837
  "name": "AddressRenderRowBoxProps"
18838
18838
  }
18839
18839
  ]
@@ -18856,9 +18856,9 @@
18856
18856
  "sources": [
18857
18857
  {
18858
18858
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18859
- "line": 14,
18859
+ "line": 13,
18860
18860
  "character": 2,
18861
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L14"
18861
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L13"
18862
18862
  }
18863
18863
  ],
18864
18864
  "type": {
@@ -18877,9 +18877,9 @@
18877
18877
  "sources": [
18878
18878
  {
18879
18879
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18880
- "line": 15,
18880
+ "line": 14,
18881
18881
  "character": 2,
18882
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L15"
18882
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L14"
18883
18883
  }
18884
18884
  ],
18885
18885
  "type": {
@@ -18898,9 +18898,9 @@
18898
18898
  "sources": [
18899
18899
  {
18900
18900
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18901
- "line": 16,
18901
+ "line": 15,
18902
18902
  "character": 2,
18903
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L16"
18903
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L15"
18904
18904
  }
18905
18905
  ],
18906
18906
  "type": {
@@ -18923,27 +18923,15 @@
18923
18923
  "sources": [
18924
18924
  {
18925
18925
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18926
- "line": 17,
18926
+ "line": 16,
18927
18927
  "character": 2,
18928
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L17"
18928
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L16"
18929
18929
  }
18930
18930
  ],
18931
18931
  "type": {
18932
- "type": "union",
18933
- "types": [
18934
- {
18935
- "type": "literal",
18936
- "value": "address"
18937
- },
18938
- {
18939
- "type": "literal",
18940
- "value": "schema"
18941
- },
18942
- {
18943
- "type": "literal",
18944
- "value": "hash"
18945
- }
18946
- ]
18932
+ "type": "reference",
18933
+ "id": 14,
18934
+ "name": "FavoriteType"
18947
18935
  }
18948
18936
  }
18949
18937
  ],
@@ -18961,9 +18949,9 @@
18961
18949
  "sources": [
18962
18950
  {
18963
18951
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18964
- "line": 13,
18952
+ "line": 12,
18965
18953
  "character": 17,
18966
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L13"
18954
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L12"
18967
18955
  }
18968
18956
  ],
18969
18957
  "extendedTypes": [
@@ -19001,7 +18989,7 @@
19001
18989
  "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19002
18990
  "line": 2,
19003
18991
  "character": 2,
19004
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L2"
18992
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L2"
19005
18993
  }
19006
18994
  ],
19007
18995
  "type": {
@@ -19022,7 +19010,7 @@
19022
19010
  "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19023
19011
  "line": 3,
19024
19012
  "character": 2,
19025
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L3"
19013
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L3"
19026
19014
  }
19027
19015
  ],
19028
19016
  "type": {
@@ -19043,25 +19031,13 @@
19043
19031
  "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19044
19032
  "line": 4,
19045
19033
  "character": 2,
19046
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L4"
19034
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L4"
19047
19035
  }
19048
19036
  ],
19049
19037
  "type": {
19050
- "type": "union",
19051
- "types": [
19052
- {
19053
- "type": "literal",
19054
- "value": "address"
19055
- },
19056
- {
19057
- "type": "literal",
19058
- "value": "schema"
19059
- },
19060
- {
19061
- "type": "literal",
19062
- "value": "hash"
19063
- }
19064
- ]
19038
+ "type": "reference",
19039
+ "id": 14,
19040
+ "name": "FavoriteType"
19065
19041
  }
19066
19042
  },
19067
19043
  {
@@ -19077,7 +19053,7 @@
19077
19053
  "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19078
19054
  "line": 5,
19079
19055
  "character": 2,
19080
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L5"
19056
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L5"
19081
19057
  }
19082
19058
  ],
19083
19059
  "type": {
@@ -19102,12 +19078,44 @@
19102
19078
  "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19103
19079
  "line": 1,
19104
19080
  "character": 17,
19105
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L1"
19081
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L1"
19106
19082
  }
19107
19083
  ]
19108
19084
  },
19109
19085
  {
19110
- "id": 406,
19086
+ "id": 14,
19087
+ "name": "FavoriteType",
19088
+ "kind": 4194304,
19089
+ "kindString": "Type alias",
19090
+ "flags": {},
19091
+ "sources": [
19092
+ {
19093
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19094
+ "line": 8,
19095
+ "character": 12,
19096
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L8"
19097
+ }
19098
+ ],
19099
+ "type": {
19100
+ "type": "union",
19101
+ "types": [
19102
+ {
19103
+ "type": "literal",
19104
+ "value": "address"
19105
+ },
19106
+ {
19107
+ "type": "literal",
19108
+ "value": "schema"
19109
+ },
19110
+ {
19111
+ "type": "literal",
19112
+ "value": "hash"
19113
+ }
19114
+ ]
19115
+ }
19116
+ },
19117
+ {
19118
+ "id": 413,
19111
19119
  "name": "AddressRenderRowBox",
19112
19120
  "kind": 64,
19113
19121
  "kindString": "Function",
@@ -19117,12 +19125,12 @@
19117
19125
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
19118
19126
  "line": 24,
19119
19127
  "character": 13,
19120
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L24"
19128
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L24"
19121
19129
  }
19122
19130
  ],
19123
19131
  "signatures": [
19124
19132
  {
19125
- "id": 407,
19133
+ "id": 414,
19126
19134
  "name": "AddressRenderRowBox",
19127
19135
  "kind": 4096,
19128
19136
  "kindString": "Call signature",
@@ -19137,7 +19145,7 @@
19137
19145
  },
19138
19146
  "parameters": [
19139
19147
  {
19140
- "id": 408,
19148
+ "id": 415,
19141
19149
  "name": "props",
19142
19150
  "kind": 32768,
19143
19151
  "kindString": "Parameter",
@@ -19147,7 +19155,7 @@
19147
19155
  "types": [
19148
19156
  {
19149
19157
  "type": "reference",
19150
- "id": 23,
19158
+ "id": 30,
19151
19159
  "name": "AddressRenderRowBoxProps"
19152
19160
  },
19153
19161
  {
@@ -19222,9 +19230,9 @@
19222
19230
  "sources": [
19223
19231
  {
19224
19232
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
19225
- "line": 20,
19233
+ "line": 19,
19226
19234
  "character": 13,
19227
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L20"
19235
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L19"
19228
19236
  }
19229
19237
  ],
19230
19238
  "signatures": [
@@ -19331,23 +19339,114 @@
19331
19339
  }
19332
19340
  }
19333
19341
  ]
19342
+ },
19343
+ {
19344
+ "id": 15,
19345
+ "name": "generateFavoriteEvent",
19346
+ "kind": 64,
19347
+ "kindString": "Function",
19348
+ "flags": {},
19349
+ "sources": [
19350
+ {
19351
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
19352
+ "line": 10,
19353
+ "character": 13,
19354
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L10"
19355
+ }
19356
+ ],
19357
+ "signatures": [
19358
+ {
19359
+ "id": 16,
19360
+ "name": "generateFavoriteEvent",
19361
+ "kind": 4096,
19362
+ "kindString": "Call signature",
19363
+ "flags": {},
19364
+ "parameters": [
19365
+ {
19366
+ "id": 17,
19367
+ "name": "alias",
19368
+ "kind": 32768,
19369
+ "kindString": "Parameter",
19370
+ "flags": {
19371
+ "isOptional": true
19372
+ },
19373
+ "type": {
19374
+ "type": "intrinsic",
19375
+ "name": "string"
19376
+ }
19377
+ },
19378
+ {
19379
+ "id": 18,
19380
+ "name": "favorite",
19381
+ "kind": 32768,
19382
+ "kindString": "Parameter",
19383
+ "flags": {
19384
+ "isOptional": true
19385
+ },
19386
+ "type": {
19387
+ "type": "intrinsic",
19388
+ "name": "boolean"
19389
+ }
19390
+ },
19391
+ {
19392
+ "id": 19,
19393
+ "name": "favoriteType",
19394
+ "kind": 32768,
19395
+ "kindString": "Parameter",
19396
+ "flags": {
19397
+ "isOptional": true
19398
+ },
19399
+ "type": {
19400
+ "type": "reference",
19401
+ "id": 14,
19402
+ "name": "FavoriteType"
19403
+ }
19404
+ },
19405
+ {
19406
+ "id": 20,
19407
+ "name": "favoriteValue",
19408
+ "kind": 32768,
19409
+ "kindString": "Parameter",
19410
+ "flags": {
19411
+ "isOptional": true
19412
+ },
19413
+ "type": {
19414
+ "type": "intrinsic",
19415
+ "name": "string"
19416
+ }
19417
+ }
19418
+ ],
19419
+ "type": {
19420
+ "type": "reference",
19421
+ "id": 9,
19422
+ "name": "FavoriteItemEvent"
19423
+ }
19424
+ }
19425
+ ]
19334
19426
  }
19335
19427
  ],
19336
19428
  "groups": [
19337
19429
  {
19338
19430
  "title": "Interfaces",
19339
19431
  "children": [
19340
- 23,
19341
- 14,
19432
+ 30,
19433
+ 21,
19342
19434
  1,
19343
19435
  9
19344
19436
  ]
19345
19437
  },
19438
+ {
19439
+ "title": "Type Aliases",
19440
+ "children": [
19441
+ 14
19442
+ ]
19443
+ },
19346
19444
  {
19347
19445
  "title": "Functions",
19348
19446
  "children": [
19349
- 406,
19350
- 6
19447
+ 413,
19448
+ 6,
19449
+ 15
19351
19450
  ]
19352
19451
  }
19353
19452
  ],
@@ -19356,7 +19455,7 @@
19356
19455
  "fileName": "packages/sdk/packages/address/packages/render/src/index.ts",
19357
19456
  "line": 1,
19358
19457
  "character": 0,
19359
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fc9f1e981/packages/sdk/packages/address/packages/render/src/index.ts#L1"
19458
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/379d83f2f/packages/sdk/packages/address/packages/render/src/index.ts#L1"
19360
19459
  }
19361
19460
  ]
19362
19461
  }