@xyo-network/react-address-render 2.47.2 → 2.47.4

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 (45) hide show
  1. package/dist/cjs/components/RenderRowBox.js +3 -2
  2. package/dist/cjs/components/RenderRowBox.js.map +1 -1
  3. package/dist/cjs/components/favorite/FavoriteIconButton.js +20 -12
  4. package/dist/cjs/components/favorite/FavoriteIconButton.js.map +1 -1
  5. package/dist/cjs/components/favorite/Popper.js +21 -0
  6. package/dist/cjs/components/favorite/Popper.js.map +1 -0
  7. package/dist/cjs/components/favorite/PopperButtonGroup.js +20 -0
  8. package/dist/cjs/components/favorite/PopperButtonGroup.js.map +1 -0
  9. package/dist/cjs/components/favorite/lib/PopperId.js +5 -0
  10. package/dist/cjs/components/favorite/lib/PopperId.js.map +1 -0
  11. package/dist/cjs/components/favorite/lib/index.js +5 -0
  12. package/dist/cjs/components/favorite/lib/index.js.map +1 -0
  13. package/dist/docs.json +736 -594
  14. package/dist/esm/components/RenderRowBox.js +2 -2
  15. package/dist/esm/components/RenderRowBox.js.map +1 -1
  16. package/dist/esm/components/favorite/FavoriteIconButton.js +21 -13
  17. package/dist/esm/components/favorite/FavoriteIconButton.js.map +1 -1
  18. package/dist/esm/components/favorite/Popper.js +16 -0
  19. package/dist/esm/components/favorite/Popper.js.map +1 -0
  20. package/dist/esm/components/favorite/PopperButtonGroup.js +14 -0
  21. package/dist/esm/components/favorite/PopperButtonGroup.js.map +1 -0
  22. package/dist/esm/components/favorite/lib/PopperId.js +2 -0
  23. package/dist/esm/components/favorite/lib/PopperId.js.map +1 -0
  24. package/dist/esm/components/favorite/lib/index.js +2 -0
  25. package/dist/esm/components/favorite/lib/index.js.map +1 -0
  26. package/dist/types/components/RenderRowBox.d.ts +2 -0
  27. package/dist/types/components/RenderRowBox.d.ts.map +1 -1
  28. package/dist/types/components/favorite/FavoriteIconButton.d.ts +2 -0
  29. package/dist/types/components/favorite/FavoriteIconButton.d.ts.map +1 -1
  30. package/dist/types/components/favorite/Popper.d.ts +11 -0
  31. package/dist/types/components/favorite/Popper.d.ts.map +1 -0
  32. package/dist/types/components/favorite/PopperButtonGroup.d.ts +9 -0
  33. package/dist/types/components/favorite/PopperButtonGroup.d.ts.map +1 -0
  34. package/dist/types/components/favorite/lib/PopperId.d.ts +2 -0
  35. package/dist/types/components/favorite/lib/PopperId.d.ts.map +1 -0
  36. package/dist/types/components/favorite/lib/index.d.ts +2 -0
  37. package/dist/types/components/favorite/lib/index.d.ts.map +1 -0
  38. package/package.json +3 -3
  39. package/src/components/RenderRowBox.stories.tsx +23 -3
  40. package/src/components/RenderRowBox.tsx +5 -3
  41. package/src/components/favorite/FavoriteIconButton.tsx +35 -12
  42. package/src/components/favorite/Popper.tsx +59 -0
  43. package/src/components/favorite/PopperButtonGroup.tsx +36 -0
  44. package/src/components/favorite/lib/PopperId.ts +1 -0
  45. package/src/components/favorite/lib/index.ts +1 -0
package/dist/docs.json CHANGED
@@ -7,14 +7,14 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 17,
10
+ "id": 21,
11
11
  "name": "AddressRenderRowBoxProps",
12
12
  "kind": 256,
13
13
  "kindString": "Interface",
14
14
  "flags": {},
15
15
  "children": [
16
16
  {
17
- "id": 18,
17
+ "id": 22,
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/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
30
30
  }
31
31
  ],
32
32
  "type": {
@@ -44,12 +44,38 @@
44
44
  },
45
45
  "inheritedFrom": {
46
46
  "type": "reference",
47
- "id": 11,
47
+ "id": 13,
48
48
  "name": "AddressRenderRowBoxPropsBase.address"
49
49
  }
50
50
  },
51
51
  {
52
- "id": 58,
52
+ "id": 23,
53
+ "name": "alias",
54
+ "kind": 1024,
55
+ "kindString": "Property",
56
+ "flags": {
57
+ "isOptional": true
58
+ },
59
+ "sources": [
60
+ {
61
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
62
+ "line": 13,
63
+ "character": 2,
64
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
65
+ }
66
+ ],
67
+ "type": {
68
+ "type": "intrinsic",
69
+ "name": "string"
70
+ },
71
+ "inheritedFrom": {
72
+ "type": "reference",
73
+ "id": 14,
74
+ "name": "AddressRenderRowBoxPropsBase.alias"
75
+ }
76
+ },
77
+ {
78
+ "id": 108,
53
79
  "name": "alignContent",
54
80
  "kind": 1024,
55
81
  "kindString": "Property",
@@ -90,7 +116,7 @@
90
116
  {
91
117
  "type": "reflection",
92
118
  "declaration": {
93
- "id": 59,
119
+ "id": 109,
94
120
  "name": "__type",
95
121
  "kind": 65536,
96
122
  "kindString": "Type literal",
@@ -104,14 +130,14 @@
104
130
  ],
105
131
  "signatures": [
106
132
  {
107
- "id": 60,
133
+ "id": 110,
108
134
  "name": "__type",
109
135
  "kind": 4096,
110
136
  "kindString": "Call signature",
111
137
  "flags": {},
112
138
  "parameters": [
113
139
  {
114
- "id": 61,
140
+ "id": 111,
115
141
  "name": "theme",
116
142
  "kind": 32768,
117
143
  "kindString": "Parameter",
@@ -166,7 +192,7 @@
166
192
  }
167
193
  },
168
194
  {
169
- "id": 62,
195
+ "id": 112,
170
196
  "name": "alignItems",
171
197
  "kind": 1024,
172
198
  "kindString": "Property",
@@ -207,7 +233,7 @@
207
233
  {
208
234
  "type": "reflection",
209
235
  "declaration": {
210
- "id": 63,
236
+ "id": 113,
211
237
  "name": "__type",
212
238
  "kind": 65536,
213
239
  "kindString": "Type literal",
@@ -221,14 +247,14 @@
221
247
  ],
222
248
  "signatures": [
223
249
  {
224
- "id": 64,
250
+ "id": 114,
225
251
  "name": "__type",
226
252
  "kind": 4096,
227
253
  "kindString": "Call signature",
228
254
  "flags": {},
229
255
  "parameters": [
230
256
  {
231
- "id": 65,
257
+ "id": 115,
232
258
  "name": "theme",
233
259
  "kind": 32768,
234
260
  "kindString": "Parameter",
@@ -283,7 +309,7 @@
283
309
  }
284
310
  },
285
311
  {
286
- "id": 66,
312
+ "id": 116,
287
313
  "name": "alignSelf",
288
314
  "kind": 1024,
289
315
  "kindString": "Property",
@@ -324,7 +350,7 @@
324
350
  {
325
351
  "type": "reflection",
326
352
  "declaration": {
327
- "id": 67,
353
+ "id": 117,
328
354
  "name": "__type",
329
355
  "kind": 65536,
330
356
  "kindString": "Type literal",
@@ -338,14 +364,14 @@
338
364
  ],
339
365
  "signatures": [
340
366
  {
341
- "id": 68,
367
+ "id": 118,
342
368
  "name": "__type",
343
369
  "kind": 4096,
344
370
  "kindString": "Call signature",
345
371
  "flags": {},
346
372
  "parameters": [
347
373
  {
348
- "id": 69,
374
+ "id": 119,
349
375
  "name": "theme",
350
376
  "kind": 32768,
351
377
  "kindString": "Parameter",
@@ -400,7 +426,7 @@
400
426
  }
401
427
  },
402
428
  {
403
- "id": 318,
429
+ "id": 86,
404
430
  "name": "bgcolor",
405
431
  "kind": 1024,
406
432
  "kindString": "Property",
@@ -441,7 +467,7 @@
441
467
  {
442
468
  "type": "reflection",
443
469
  "declaration": {
444
- "id": 319,
470
+ "id": 87,
445
471
  "name": "__type",
446
472
  "kind": 65536,
447
473
  "kindString": "Type literal",
@@ -455,14 +481,14 @@
455
481
  ],
456
482
  "signatures": [
457
483
  {
458
- "id": 320,
484
+ "id": 88,
459
485
  "name": "__type",
460
486
  "kind": 4096,
461
487
  "kindString": "Call signature",
462
488
  "flags": {},
463
489
  "parameters": [
464
490
  {
465
- "id": 321,
491
+ "id": 89,
466
492
  "name": "theme",
467
493
  "kind": 32768,
468
494
  "kindString": "Parameter",
@@ -517,7 +543,7 @@
517
543
  }
518
544
  },
519
545
  {
520
- "id": 32,
546
+ "id": 90,
521
547
  "name": "border",
522
548
  "kind": 1024,
523
549
  "kindString": "Property",
@@ -543,6 +569,14 @@
543
569
  "type": "literal",
544
570
  "value": "hidden"
545
571
  },
572
+ {
573
+ "type": "literal",
574
+ "value": "inherit"
575
+ },
576
+ {
577
+ "type": "literal",
578
+ "value": "medium"
579
+ },
546
580
  {
547
581
  "type": "intersection",
548
582
  "types": [
@@ -553,7 +587,7 @@
553
587
  {
554
588
  "type": "reflection",
555
589
  "declaration": {
556
- "id": 33,
590
+ "id": 91,
557
591
  "name": "__type",
558
592
  "kind": 65536,
559
593
  "kindString": "Type literal",
@@ -566,14 +600,6 @@
566
600
  "type": "literal",
567
601
  "value": "inset"
568
602
  },
569
- {
570
- "type": "literal",
571
- "value": "inherit"
572
- },
573
- {
574
- "type": "literal",
575
- "value": "medium"
576
- },
577
603
  {
578
604
  "type": "literal",
579
605
  "value": "-moz-initial"
@@ -594,10 +620,6 @@
594
620
  "type": "literal",
595
621
  "value": "unset"
596
622
  },
597
- {
598
- "type": "literal",
599
- "value": "none"
600
- },
601
623
  {
602
624
  "type": "literal",
603
625
  "value": "aliceblue"
@@ -1310,6 +1332,10 @@
1310
1332
  "type": "literal",
1311
1333
  "value": "currentcolor"
1312
1334
  },
1335
+ {
1336
+ "type": "literal",
1337
+ "value": "none"
1338
+ },
1313
1339
  {
1314
1340
  "type": "literal",
1315
1341
  "value": "dashed"
@@ -1324,19 +1350,19 @@
1324
1350
  },
1325
1351
  {
1326
1352
  "type": "literal",
1327
- "value": "groove"
1353
+ "value": "solid"
1328
1354
  },
1329
1355
  {
1330
1356
  "type": "literal",
1331
- "value": "outset"
1357
+ "value": "groove"
1332
1358
  },
1333
1359
  {
1334
1360
  "type": "literal",
1335
- "value": "ridge"
1361
+ "value": "outset"
1336
1362
  },
1337
1363
  {
1338
1364
  "type": "literal",
1339
- "value": "solid"
1365
+ "value": "ridge"
1340
1366
  },
1341
1367
  {
1342
1368
  "type": "literal",
@@ -1356,7 +1382,7 @@
1356
1382
  {
1357
1383
  "type": "reflection",
1358
1384
  "declaration": {
1359
- "id": 34,
1385
+ "id": 92,
1360
1386
  "name": "__type",
1361
1387
  "kind": 65536,
1362
1388
  "kindString": "Type literal",
@@ -1370,14 +1396,14 @@
1370
1396
  ],
1371
1397
  "signatures": [
1372
1398
  {
1373
- "id": 35,
1399
+ "id": 93,
1374
1400
  "name": "__type",
1375
1401
  "kind": 4096,
1376
1402
  "kindString": "Call signature",
1377
1403
  "flags": {},
1378
1404
  "parameters": [
1379
1405
  {
1380
- "id": 36,
1406
+ "id": 94,
1381
1407
  "name": "theme",
1382
1408
  "kind": 32768,
1383
1409
  "kindString": "Parameter",
@@ -1408,6 +1434,14 @@
1408
1434
  "type": "literal",
1409
1435
  "value": "hidden"
1410
1436
  },
1437
+ {
1438
+ "type": "literal",
1439
+ "value": "inherit"
1440
+ },
1441
+ {
1442
+ "type": "literal",
1443
+ "value": "medium"
1444
+ },
1411
1445
  {
1412
1446
  "type": "intersection",
1413
1447
  "types": [
@@ -1418,7 +1452,7 @@
1418
1452
  {
1419
1453
  "type": "reflection",
1420
1454
  "declaration": {
1421
- "id": 37,
1455
+ "id": 95,
1422
1456
  "name": "__type",
1423
1457
  "kind": 65536,
1424
1458
  "kindString": "Type literal",
@@ -1431,14 +1465,6 @@
1431
1465
  "type": "literal",
1432
1466
  "value": "inset"
1433
1467
  },
1434
- {
1435
- "type": "literal",
1436
- "value": "inherit"
1437
- },
1438
- {
1439
- "type": "literal",
1440
- "value": "medium"
1441
- },
1442
1468
  {
1443
1469
  "type": "literal",
1444
1470
  "value": "-moz-initial"
@@ -1459,10 +1485,6 @@
1459
1485
  "type": "literal",
1460
1486
  "value": "unset"
1461
1487
  },
1462
- {
1463
- "type": "literal",
1464
- "value": "none"
1465
- },
1466
1488
  {
1467
1489
  "type": "literal",
1468
1490
  "value": "aliceblue"
@@ -2175,6 +2197,10 @@
2175
2197
  "type": "literal",
2176
2198
  "value": "currentcolor"
2177
2199
  },
2200
+ {
2201
+ "type": "literal",
2202
+ "value": "none"
2203
+ },
2178
2204
  {
2179
2205
  "type": "literal",
2180
2206
  "value": "dashed"
@@ -2189,19 +2215,19 @@
2189
2215
  },
2190
2216
  {
2191
2217
  "type": "literal",
2192
- "value": "groove"
2218
+ "value": "solid"
2193
2219
  },
2194
2220
  {
2195
2221
  "type": "literal",
2196
- "value": "outset"
2222
+ "value": "groove"
2197
2223
  },
2198
2224
  {
2199
2225
  "type": "literal",
2200
- "value": "ridge"
2226
+ "value": "outset"
2201
2227
  },
2202
2228
  {
2203
2229
  "type": "literal",
2204
- "value": "solid"
2230
+ "value": "ridge"
2205
2231
  },
2206
2232
  {
2207
2233
  "type": "literal",
@@ -2230,7 +2256,7 @@
2230
2256
  }
2231
2257
  },
2232
2258
  {
2233
- "id": 262,
2259
+ "id": 276,
2234
2260
  "name": "borderBottom",
2235
2261
  "kind": 1024,
2236
2262
  "kindString": "Property",
@@ -2320,7 +2346,7 @@
2320
2346
  {
2321
2347
  "type": "reflection",
2322
2348
  "declaration": {
2323
- "id": 263,
2349
+ "id": 277,
2324
2350
  "name": "__type",
2325
2351
  "kind": 65536,
2326
2352
  "kindString": "Type literal",
@@ -2334,14 +2360,14 @@
2334
2360
  ],
2335
2361
  "signatures": [
2336
2362
  {
2337
- "id": 264,
2363
+ "id": 278,
2338
2364
  "name": "__type",
2339
2365
  "kind": 4096,
2340
2366
  "kindString": "Call signature",
2341
2367
  "flags": {},
2342
2368
  "parameters": [
2343
2369
  {
2344
- "id": 265,
2370
+ "id": 279,
2345
2371
  "name": "theme",
2346
2372
  "kind": 32768,
2347
2373
  "kindString": "Parameter",
@@ -2445,7 +2471,7 @@
2445
2471
  }
2446
2472
  },
2447
2473
  {
2448
- "id": 266,
2474
+ "id": 280,
2449
2475
  "name": "borderColor",
2450
2476
  "kind": 1024,
2451
2477
  "kindString": "Property",
@@ -2486,7 +2512,7 @@
2486
2512
  {
2487
2513
  "type": "reflection",
2488
2514
  "declaration": {
2489
- "id": 267,
2515
+ "id": 281,
2490
2516
  "name": "__type",
2491
2517
  "kind": 65536,
2492
2518
  "kindString": "Type literal",
@@ -2500,14 +2526,14 @@
2500
2526
  ],
2501
2527
  "signatures": [
2502
2528
  {
2503
- "id": 268,
2529
+ "id": 282,
2504
2530
  "name": "__type",
2505
2531
  "kind": 4096,
2506
2532
  "kindString": "Call signature",
2507
2533
  "flags": {},
2508
2534
  "parameters": [
2509
2535
  {
2510
- "id": 269,
2536
+ "id": 283,
2511
2537
  "name": "theme",
2512
2538
  "kind": 32768,
2513
2539
  "kindString": "Parameter",
@@ -2562,7 +2588,7 @@
2562
2588
  }
2563
2589
  },
2564
2590
  {
2565
- "id": 270,
2591
+ "id": 284,
2566
2592
  "name": "borderLeft",
2567
2593
  "kind": 1024,
2568
2594
  "kindString": "Property",
@@ -2652,7 +2678,7 @@
2652
2678
  {
2653
2679
  "type": "reflection",
2654
2680
  "declaration": {
2655
- "id": 271,
2681
+ "id": 285,
2656
2682
  "name": "__type",
2657
2683
  "kind": 65536,
2658
2684
  "kindString": "Type literal",
@@ -2666,14 +2692,14 @@
2666
2692
  ],
2667
2693
  "signatures": [
2668
2694
  {
2669
- "id": 272,
2695
+ "id": 286,
2670
2696
  "name": "__type",
2671
2697
  "kind": 4096,
2672
2698
  "kindString": "Call signature",
2673
2699
  "flags": {},
2674
2700
  "parameters": [
2675
2701
  {
2676
- "id": 273,
2702
+ "id": 287,
2677
2703
  "name": "theme",
2678
2704
  "kind": 32768,
2679
2705
  "kindString": "Parameter",
@@ -2777,7 +2803,7 @@
2777
2803
  }
2778
2804
  },
2779
2805
  {
2780
- "id": 274,
2806
+ "id": 288,
2781
2807
  "name": "borderRadius",
2782
2808
  "kind": 1024,
2783
2809
  "kindString": "Property",
@@ -2867,7 +2893,7 @@
2867
2893
  {
2868
2894
  "type": "reflection",
2869
2895
  "declaration": {
2870
- "id": 275,
2896
+ "id": 289,
2871
2897
  "name": "__type",
2872
2898
  "kind": 65536,
2873
2899
  "kindString": "Type literal",
@@ -2881,14 +2907,14 @@
2881
2907
  ],
2882
2908
  "signatures": [
2883
2909
  {
2884
- "id": 276,
2910
+ "id": 290,
2885
2911
  "name": "__type",
2886
2912
  "kind": 4096,
2887
2913
  "kindString": "Call signature",
2888
2914
  "flags": {},
2889
2915
  "parameters": [
2890
2916
  {
2891
- "id": 277,
2917
+ "id": 291,
2892
2918
  "name": "theme",
2893
2919
  "kind": 32768,
2894
2920
  "kindString": "Parameter",
@@ -2992,7 +3018,7 @@
2992
3018
  }
2993
3019
  },
2994
3020
  {
2995
- "id": 278,
3021
+ "id": 292,
2996
3022
  "name": "borderRight",
2997
3023
  "kind": 1024,
2998
3024
  "kindString": "Property",
@@ -3082,7 +3108,7 @@
3082
3108
  {
3083
3109
  "type": "reflection",
3084
3110
  "declaration": {
3085
- "id": 279,
3111
+ "id": 293,
3086
3112
  "name": "__type",
3087
3113
  "kind": 65536,
3088
3114
  "kindString": "Type literal",
@@ -3096,14 +3122,14 @@
3096
3122
  ],
3097
3123
  "signatures": [
3098
3124
  {
3099
- "id": 280,
3125
+ "id": 294,
3100
3126
  "name": "__type",
3101
3127
  "kind": 4096,
3102
3128
  "kindString": "Call signature",
3103
3129
  "flags": {},
3104
3130
  "parameters": [
3105
3131
  {
3106
- "id": 281,
3132
+ "id": 295,
3107
3133
  "name": "theme",
3108
3134
  "kind": 32768,
3109
3135
  "kindString": "Parameter",
@@ -3207,7 +3233,7 @@
3207
3233
  }
3208
3234
  },
3209
3235
  {
3210
- "id": 282,
3236
+ "id": 296,
3211
3237
  "name": "borderTop",
3212
3238
  "kind": 1024,
3213
3239
  "kindString": "Property",
@@ -3297,7 +3323,7 @@
3297
3323
  {
3298
3324
  "type": "reflection",
3299
3325
  "declaration": {
3300
- "id": 283,
3326
+ "id": 297,
3301
3327
  "name": "__type",
3302
3328
  "kind": 65536,
3303
3329
  "kindString": "Type literal",
@@ -3311,14 +3337,14 @@
3311
3337
  ],
3312
3338
  "signatures": [
3313
3339
  {
3314
- "id": 284,
3340
+ "id": 298,
3315
3341
  "name": "__type",
3316
3342
  "kind": 4096,
3317
3343
  "kindString": "Call signature",
3318
3344
  "flags": {},
3319
3345
  "parameters": [
3320
3346
  {
3321
- "id": 285,
3347
+ "id": 299,
3322
3348
  "name": "theme",
3323
3349
  "kind": 32768,
3324
3350
  "kindString": "Parameter",
@@ -3422,7 +3448,7 @@
3422
3448
  }
3423
3449
  },
3424
3450
  {
3425
- "id": 70,
3451
+ "id": 120,
3426
3452
  "name": "bottom",
3427
3453
  "kind": 1024,
3428
3454
  "kindString": "Property",
@@ -3512,7 +3538,7 @@
3512
3538
  {
3513
3539
  "type": "reflection",
3514
3540
  "declaration": {
3515
- "id": 71,
3541
+ "id": 121,
3516
3542
  "name": "__type",
3517
3543
  "kind": 65536,
3518
3544
  "kindString": "Type literal",
@@ -3526,14 +3552,14 @@
3526
3552
  ],
3527
3553
  "signatures": [
3528
3554
  {
3529
- "id": 72,
3555
+ "id": 122,
3530
3556
  "name": "__type",
3531
3557
  "kind": 4096,
3532
3558
  "kindString": "Call signature",
3533
3559
  "flags": {},
3534
3560
  "parameters": [
3535
3561
  {
3536
- "id": 73,
3562
+ "id": 123,
3537
3563
  "name": "theme",
3538
3564
  "kind": 32768,
3539
3565
  "kindString": "Parameter",
@@ -3637,7 +3663,7 @@
3637
3663
  }
3638
3664
  },
3639
3665
  {
3640
- "id": 38,
3666
+ "id": 96,
3641
3667
  "name": "boxShadow",
3642
3668
  "kind": 1024,
3643
3669
  "kindString": "Property",
@@ -3675,7 +3701,7 @@
3675
3701
  {
3676
3702
  "type": "reflection",
3677
3703
  "declaration": {
3678
- "id": 39,
3704
+ "id": 97,
3679
3705
  "name": "__type",
3680
3706
  "kind": 65536,
3681
3707
  "kindString": "Type literal",
@@ -3689,14 +3715,14 @@
3689
3715
  ],
3690
3716
  "signatures": [
3691
3717
  {
3692
- "id": 40,
3718
+ "id": 98,
3693
3719
  "name": "__type",
3694
3720
  "kind": 4096,
3695
3721
  "kindString": "Call signature",
3696
3722
  "flags": {},
3697
3723
  "parameters": [
3698
3724
  {
3699
- "id": 41,
3725
+ "id": 99,
3700
3726
  "name": "theme",
3701
3727
  "kind": 32768,
3702
3728
  "kindString": "Parameter",
@@ -3748,7 +3774,7 @@
3748
3774
  }
3749
3775
  },
3750
3776
  {
3751
- "id": 74,
3777
+ "id": 124,
3752
3778
  "name": "boxSizing",
3753
3779
  "kind": 1024,
3754
3780
  "kindString": "Property",
@@ -3808,7 +3834,7 @@
3808
3834
  {
3809
3835
  "type": "reflection",
3810
3836
  "declaration": {
3811
- "id": 75,
3837
+ "id": 125,
3812
3838
  "name": "__type",
3813
3839
  "kind": 65536,
3814
3840
  "kindString": "Type literal",
@@ -3822,14 +3848,14 @@
3822
3848
  ],
3823
3849
  "signatures": [
3824
3850
  {
3825
- "id": 76,
3851
+ "id": 126,
3826
3852
  "name": "__type",
3827
3853
  "kind": 4096,
3828
3854
  "kindString": "Call signature",
3829
3855
  "flags": {},
3830
3856
  "parameters": [
3831
3857
  {
3832
- "id": 77,
3858
+ "id": 127,
3833
3859
  "name": "theme",
3834
3860
  "kind": 32768,
3835
3861
  "kindString": "Parameter",
@@ -3903,7 +3929,7 @@
3903
3929
  }
3904
3930
  },
3905
3931
  {
3906
- "id": 28,
3932
+ "id": 30,
3907
3933
  "name": "color",
3908
3934
  "kind": 1024,
3909
3935
  "kindString": "Property",
@@ -3921,18 +3947,18 @@
3921
3947
  "type": "intrinsic",
3922
3948
  "name": "undefined"
3923
3949
  },
3950
+ {
3951
+ "type": "reference",
3952
+ "name": "Color",
3953
+ "qualifiedName": "Property.Color",
3954
+ "package": "csstype"
3955
+ },
3924
3956
  {
3925
3957
  "type": "array",
3926
3958
  "elementType": {
3927
3959
  "type": "intrinsic",
3928
3960
  "name": "string"
3929
3961
  }
3930
- },
3931
- {
3932
- "type": "reference",
3933
- "name": "Color",
3934
- "qualifiedName": "Property.Color",
3935
- "package": "csstype"
3936
3962
  }
3937
3963
  ]
3938
3964
  }
@@ -3944,7 +3970,7 @@
3944
3970
  {
3945
3971
  "type": "reflection",
3946
3972
  "declaration": {
3947
- "id": 29,
3973
+ "id": 31,
3948
3974
  "name": "__type",
3949
3975
  "kind": 65536,
3950
3976
  "kindString": "Type literal",
@@ -3958,14 +3984,14 @@
3958
3984
  ],
3959
3985
  "signatures": [
3960
3986
  {
3961
- "id": 30,
3987
+ "id": 32,
3962
3988
  "name": "__type",
3963
3989
  "kind": 4096,
3964
3990
  "kindString": "Call signature",
3965
3991
  "flags": {},
3966
3992
  "parameters": [
3967
3993
  {
3968
- "id": 31,
3994
+ "id": 33,
3969
3995
  "name": "theme",
3970
3996
  "kind": 32768,
3971
3997
  "kindString": "Parameter",
@@ -3988,18 +4014,18 @@
3988
4014
  "type": "intrinsic",
3989
4015
  "name": "undefined"
3990
4016
  },
4017
+ {
4018
+ "type": "reference",
4019
+ "name": "Color",
4020
+ "qualifiedName": "Property.Color",
4021
+ "package": "csstype"
4022
+ },
3991
4023
  {
3992
4024
  "type": "array",
3993
4025
  "elementType": {
3994
4026
  "type": "intrinsic",
3995
4027
  "name": "string"
3996
4028
  }
3997
- },
3998
- {
3999
- "type": "reference",
4000
- "name": "Color",
4001
- "qualifiedName": "Property.Color",
4002
- "package": "csstype"
4003
4029
  }
4004
4030
  ]
4005
4031
  }
@@ -4020,7 +4046,7 @@
4020
4046
  }
4021
4047
  },
4022
4048
  {
4023
- "id": 78,
4049
+ "id": 128,
4024
4050
  "name": "columnGap",
4025
4051
  "kind": 1024,
4026
4052
  "kindString": "Property",
@@ -4110,7 +4136,7 @@
4110
4136
  {
4111
4137
  "type": "reflection",
4112
4138
  "declaration": {
4113
- "id": 79,
4139
+ "id": 129,
4114
4140
  "name": "__type",
4115
4141
  "kind": 65536,
4116
4142
  "kindString": "Type literal",
@@ -4124,14 +4150,14 @@
4124
4150
  ],
4125
4151
  "signatures": [
4126
4152
  {
4127
- "id": 80,
4153
+ "id": 130,
4128
4154
  "name": "__type",
4129
4155
  "kind": 4096,
4130
4156
  "kindString": "Call signature",
4131
4157
  "flags": {},
4132
4158
  "parameters": [
4133
4159
  {
4134
- "id": 81,
4160
+ "id": 131,
4135
4161
  "name": "theme",
4136
4162
  "kind": 32768,
4137
4163
  "kindString": "Parameter",
@@ -4235,7 +4261,7 @@
4235
4261
  }
4236
4262
  },
4237
4263
  {
4238
- "id": 82,
4264
+ "id": 46,
4239
4265
  "name": "display",
4240
4266
  "kind": 1024,
4241
4267
  "kindString": "Property",
@@ -4276,7 +4302,7 @@
4276
4302
  {
4277
4303
  "type": "reflection",
4278
4304
  "declaration": {
4279
- "id": 83,
4305
+ "id": 47,
4280
4306
  "name": "__type",
4281
4307
  "kind": 65536,
4282
4308
  "kindString": "Type literal",
@@ -4290,14 +4316,14 @@
4290
4316
  ],
4291
4317
  "signatures": [
4292
4318
  {
4293
- "id": 84,
4319
+ "id": 48,
4294
4320
  "name": "__type",
4295
4321
  "kind": 4096,
4296
4322
  "kindString": "Call signature",
4297
4323
  "flags": {},
4298
4324
  "parameters": [
4299
4325
  {
4300
- "id": 85,
4326
+ "id": 49,
4301
4327
  "name": "theme",
4302
4328
  "kind": 32768,
4303
4329
  "kindString": "Parameter",
@@ -4352,7 +4378,7 @@
4352
4378
  }
4353
4379
  },
4354
4380
  {
4355
- "id": 394,
4381
+ "id": 400,
4356
4382
  "name": "displayPrint",
4357
4383
  "kind": 1024,
4358
4384
  "kindString": "Property",
@@ -4393,7 +4419,7 @@
4393
4419
  {
4394
4420
  "type": "reflection",
4395
4421
  "declaration": {
4396
- "id": 395,
4422
+ "id": 401,
4397
4423
  "name": "__type",
4398
4424
  "kind": 65536,
4399
4425
  "kindString": "Type literal",
@@ -4407,14 +4433,14 @@
4407
4433
  ],
4408
4434
  "signatures": [
4409
4435
  {
4410
- "id": 396,
4436
+ "id": 402,
4411
4437
  "name": "__type",
4412
4438
  "kind": 4096,
4413
4439
  "kindString": "Call signature",
4414
4440
  "flags": {},
4415
4441
  "parameters": [
4416
4442
  {
4417
- "id": 397,
4443
+ "id": 403,
4418
4444
  "name": "theme",
4419
4445
  "kind": 32768,
4420
4446
  "kindString": "Parameter",
@@ -4469,7 +4495,7 @@
4469
4495
  }
4470
4496
  },
4471
4497
  {
4472
- "id": 19,
4498
+ "id": 24,
4473
4499
  "name": "favorite",
4474
4500
  "kind": 1024,
4475
4501
  "kindString": "Property",
@@ -4479,9 +4505,9 @@
4479
4505
  "sources": [
4480
4506
  {
4481
4507
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
4482
- "line": 13,
4508
+ "line": 14,
4483
4509
  "character": 2,
4484
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
4510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
4485
4511
  }
4486
4512
  ],
4487
4513
  "type": {
@@ -4490,12 +4516,12 @@
4490
4516
  },
4491
4517
  "inheritedFrom": {
4492
4518
  "type": "reference",
4493
- "id": 12,
4519
+ "id": 15,
4494
4520
  "name": "AddressRenderRowBoxPropsBase.favorite"
4495
4521
  }
4496
4522
  },
4497
4523
  {
4498
- "id": 286,
4524
+ "id": 300,
4499
4525
  "name": "flex",
4500
4526
  "kind": 1024,
4501
4527
  "kindString": "Property",
@@ -4585,7 +4611,7 @@
4585
4611
  {
4586
4612
  "type": "reflection",
4587
4613
  "declaration": {
4588
- "id": 287,
4614
+ "id": 301,
4589
4615
  "name": "__type",
4590
4616
  "kind": 65536,
4591
4617
  "kindString": "Type literal",
@@ -4599,14 +4625,14 @@
4599
4625
  ],
4600
4626
  "signatures": [
4601
4627
  {
4602
- "id": 288,
4628
+ "id": 302,
4603
4629
  "name": "__type",
4604
4630
  "kind": 4096,
4605
4631
  "kindString": "Call signature",
4606
4632
  "flags": {},
4607
4633
  "parameters": [
4608
4634
  {
4609
- "id": 289,
4635
+ "id": 303,
4610
4636
  "name": "theme",
4611
4637
  "kind": 32768,
4612
4638
  "kindString": "Parameter",
@@ -4710,7 +4736,7 @@
4710
4736
  }
4711
4737
  },
4712
4738
  {
4713
- "id": 86,
4739
+ "id": 132,
4714
4740
  "name": "flexBasis",
4715
4741
  "kind": 1024,
4716
4742
  "kindString": "Property",
@@ -4800,7 +4826,7 @@
4800
4826
  {
4801
4827
  "type": "reflection",
4802
4828
  "declaration": {
4803
- "id": 87,
4829
+ "id": 133,
4804
4830
  "name": "__type",
4805
4831
  "kind": 65536,
4806
4832
  "kindString": "Type literal",
@@ -4814,14 +4840,14 @@
4814
4840
  ],
4815
4841
  "signatures": [
4816
4842
  {
4817
- "id": 88,
4843
+ "id": 134,
4818
4844
  "name": "__type",
4819
4845
  "kind": 4096,
4820
4846
  "kindString": "Call signature",
4821
4847
  "flags": {},
4822
4848
  "parameters": [
4823
4849
  {
4824
- "id": 89,
4850
+ "id": 135,
4825
4851
  "name": "theme",
4826
4852
  "kind": 32768,
4827
4853
  "kindString": "Parameter",
@@ -4925,7 +4951,7 @@
4925
4951
  }
4926
4952
  },
4927
4953
  {
4928
- "id": 90,
4954
+ "id": 136,
4929
4955
  "name": "flexDirection",
4930
4956
  "kind": 1024,
4931
4957
  "kindString": "Property",
@@ -4985,7 +5011,7 @@
4985
5011
  {
4986
5012
  "type": "reflection",
4987
5013
  "declaration": {
4988
- "id": 91,
5014
+ "id": 137,
4989
5015
  "name": "__type",
4990
5016
  "kind": 65536,
4991
5017
  "kindString": "Type literal",
@@ -4999,14 +5025,14 @@
4999
5025
  ],
5000
5026
  "signatures": [
5001
5027
  {
5002
- "id": 92,
5028
+ "id": 138,
5003
5029
  "name": "__type",
5004
5030
  "kind": 4096,
5005
5031
  "kindString": "Call signature",
5006
5032
  "flags": {},
5007
5033
  "parameters": [
5008
5034
  {
5009
- "id": 93,
5035
+ "id": 139,
5010
5036
  "name": "theme",
5011
5037
  "kind": 32768,
5012
5038
  "kindString": "Parameter",
@@ -5080,7 +5106,7 @@
5080
5106
  }
5081
5107
  },
5082
5108
  {
5083
- "id": 94,
5109
+ "id": 140,
5084
5110
  "name": "flexGrow",
5085
5111
  "kind": 1024,
5086
5112
  "kindString": "Property",
@@ -5140,7 +5166,7 @@
5140
5166
  {
5141
5167
  "type": "reflection",
5142
5168
  "declaration": {
5143
- "id": 95,
5169
+ "id": 141,
5144
5170
  "name": "__type",
5145
5171
  "kind": 65536,
5146
5172
  "kindString": "Type literal",
@@ -5154,14 +5180,14 @@
5154
5180
  ],
5155
5181
  "signatures": [
5156
5182
  {
5157
- "id": 96,
5183
+ "id": 142,
5158
5184
  "name": "__type",
5159
5185
  "kind": 4096,
5160
5186
  "kindString": "Call signature",
5161
5187
  "flags": {},
5162
5188
  "parameters": [
5163
5189
  {
5164
- "id": 97,
5190
+ "id": 143,
5165
5191
  "name": "theme",
5166
5192
  "kind": 32768,
5167
5193
  "kindString": "Parameter",
@@ -5235,7 +5261,7 @@
5235
5261
  }
5236
5262
  },
5237
5263
  {
5238
- "id": 98,
5264
+ "id": 144,
5239
5265
  "name": "flexShrink",
5240
5266
  "kind": 1024,
5241
5267
  "kindString": "Property",
@@ -5295,7 +5321,7 @@
5295
5321
  {
5296
5322
  "type": "reflection",
5297
5323
  "declaration": {
5298
- "id": 99,
5324
+ "id": 145,
5299
5325
  "name": "__type",
5300
5326
  "kind": 65536,
5301
5327
  "kindString": "Type literal",
@@ -5309,14 +5335,14 @@
5309
5335
  ],
5310
5336
  "signatures": [
5311
5337
  {
5312
- "id": 100,
5338
+ "id": 146,
5313
5339
  "name": "__type",
5314
5340
  "kind": 4096,
5315
5341
  "kindString": "Call signature",
5316
5342
  "flags": {},
5317
5343
  "parameters": [
5318
5344
  {
5319
- "id": 101,
5345
+ "id": 147,
5320
5346
  "name": "theme",
5321
5347
  "kind": 32768,
5322
5348
  "kindString": "Parameter",
@@ -5390,7 +5416,7 @@
5390
5416
  }
5391
5417
  },
5392
5418
  {
5393
- "id": 102,
5419
+ "id": 148,
5394
5420
  "name": "flexWrap",
5395
5421
  "kind": 1024,
5396
5422
  "kindString": "Property",
@@ -5450,7 +5476,7 @@
5450
5476
  {
5451
5477
  "type": "reflection",
5452
5478
  "declaration": {
5453
- "id": 103,
5479
+ "id": 149,
5454
5480
  "name": "__type",
5455
5481
  "kind": 65536,
5456
5482
  "kindString": "Type literal",
@@ -5464,14 +5490,14 @@
5464
5490
  ],
5465
5491
  "signatures": [
5466
5492
  {
5467
- "id": 104,
5493
+ "id": 150,
5468
5494
  "name": "__type",
5469
5495
  "kind": 4096,
5470
5496
  "kindString": "Call signature",
5471
5497
  "flags": {},
5472
5498
  "parameters": [
5473
5499
  {
5474
- "id": 105,
5500
+ "id": 151,
5475
5501
  "name": "theme",
5476
5502
  "kind": 32768,
5477
5503
  "kindString": "Parameter",
@@ -5545,7 +5571,7 @@
5545
5571
  }
5546
5572
  },
5547
5573
  {
5548
- "id": 106,
5574
+ "id": 50,
5549
5575
  "name": "fontFamily",
5550
5576
  "kind": 1024,
5551
5577
  "kindString": "Property",
@@ -5586,7 +5612,7 @@
5586
5612
  {
5587
5613
  "type": "reflection",
5588
5614
  "declaration": {
5589
- "id": 107,
5615
+ "id": 51,
5590
5616
  "name": "__type",
5591
5617
  "kind": 65536,
5592
5618
  "kindString": "Type literal",
@@ -5600,14 +5626,14 @@
5600
5626
  ],
5601
5627
  "signatures": [
5602
5628
  {
5603
- "id": 108,
5629
+ "id": 52,
5604
5630
  "name": "__type",
5605
5631
  "kind": 4096,
5606
5632
  "kindString": "Call signature",
5607
5633
  "flags": {},
5608
5634
  "parameters": [
5609
5635
  {
5610
- "id": 109,
5636
+ "id": 53,
5611
5637
  "name": "theme",
5612
5638
  "kind": 32768,
5613
5639
  "kindString": "Parameter",
@@ -5662,7 +5688,7 @@
5662
5688
  }
5663
5689
  },
5664
5690
  {
5665
- "id": 110,
5691
+ "id": 54,
5666
5692
  "name": "fontSize",
5667
5693
  "kind": 1024,
5668
5694
  "kindString": "Property",
@@ -5752,7 +5778,7 @@
5752
5778
  {
5753
5779
  "type": "reflection",
5754
5780
  "declaration": {
5755
- "id": 111,
5781
+ "id": 55,
5756
5782
  "name": "__type",
5757
5783
  "kind": 65536,
5758
5784
  "kindString": "Type literal",
@@ -5766,14 +5792,14 @@
5766
5792
  ],
5767
5793
  "signatures": [
5768
5794
  {
5769
- "id": 112,
5795
+ "id": 56,
5770
5796
  "name": "__type",
5771
5797
  "kind": 4096,
5772
5798
  "kindString": "Call signature",
5773
5799
  "flags": {},
5774
5800
  "parameters": [
5775
5801
  {
5776
- "id": 113,
5802
+ "id": 57,
5777
5803
  "name": "theme",
5778
5804
  "kind": 32768,
5779
5805
  "kindString": "Parameter",
@@ -5877,7 +5903,7 @@
5877
5903
  }
5878
5904
  },
5879
5905
  {
5880
- "id": 114,
5906
+ "id": 58,
5881
5907
  "name": "fontStyle",
5882
5908
  "kind": 1024,
5883
5909
  "kindString": "Property",
@@ -5918,7 +5944,7 @@
5918
5944
  {
5919
5945
  "type": "reflection",
5920
5946
  "declaration": {
5921
- "id": 115,
5947
+ "id": 59,
5922
5948
  "name": "__type",
5923
5949
  "kind": 65536,
5924
5950
  "kindString": "Type literal",
@@ -5932,14 +5958,14 @@
5932
5958
  ],
5933
5959
  "signatures": [
5934
5960
  {
5935
- "id": 116,
5961
+ "id": 60,
5936
5962
  "name": "__type",
5937
5963
  "kind": 4096,
5938
5964
  "kindString": "Call signature",
5939
5965
  "flags": {},
5940
5966
  "parameters": [
5941
5967
  {
5942
- "id": 117,
5968
+ "id": 61,
5943
5969
  "name": "theme",
5944
5970
  "kind": 32768,
5945
5971
  "kindString": "Parameter",
@@ -5994,7 +6020,7 @@
5994
6020
  }
5995
6021
  },
5996
6022
  {
5997
- "id": 42,
6023
+ "id": 62,
5998
6024
  "name": "fontWeight",
5999
6025
  "kind": 1024,
6000
6026
  "kindString": "Property",
@@ -6026,7 +6052,7 @@
6026
6052
  {
6027
6053
  "type": "reflection",
6028
6054
  "declaration": {
6029
- "id": 43,
6055
+ "id": 63,
6030
6056
  "name": "__type",
6031
6057
  "kind": 65536,
6032
6058
  "kindString": "Type literal",
@@ -6045,7 +6071,7 @@
6045
6071
  {
6046
6072
  "type": "reflection",
6047
6073
  "declaration": {
6048
- "id": 44,
6074
+ "id": 64,
6049
6075
  "name": "__type",
6050
6076
  "kind": 65536,
6051
6077
  "kindString": "Type literal",
@@ -6064,7 +6090,7 @@
6064
6090
  {
6065
6091
  "type": "reflection",
6066
6092
  "declaration": {
6067
- "id": 45,
6093
+ "id": 65,
6068
6094
  "name": "__type",
6069
6095
  "kind": 65536,
6070
6096
  "kindString": "Type literal",
@@ -6078,14 +6104,14 @@
6078
6104
  ],
6079
6105
  "signatures": [
6080
6106
  {
6081
- "id": 46,
6107
+ "id": 66,
6082
6108
  "name": "__type",
6083
6109
  "kind": 4096,
6084
6110
  "kindString": "Call signature",
6085
6111
  "flags": {},
6086
6112
  "parameters": [
6087
6113
  {
6088
- "id": 47,
6114
+ "id": 67,
6089
6115
  "name": "theme",
6090
6116
  "kind": 32768,
6091
6117
  "kindString": "Parameter",
@@ -6122,7 +6148,7 @@
6122
6148
  {
6123
6149
  "type": "reflection",
6124
6150
  "declaration": {
6125
- "id": 48,
6151
+ "id": 68,
6126
6152
  "name": "__type",
6127
6153
  "kind": 65536,
6128
6154
  "kindString": "Type literal",
@@ -6141,7 +6167,7 @@
6141
6167
  {
6142
6168
  "type": "reflection",
6143
6169
  "declaration": {
6144
- "id": 49,
6170
+ "id": 69,
6145
6171
  "name": "__type",
6146
6172
  "kind": 65536,
6147
6173
  "kindString": "Type literal",
@@ -6169,7 +6195,7 @@
6169
6195
  }
6170
6196
  },
6171
6197
  {
6172
- "id": 290,
6198
+ "id": 304,
6173
6199
  "name": "gap",
6174
6200
  "kind": 1024,
6175
6201
  "kindString": "Property",
@@ -6259,7 +6285,7 @@
6259
6285
  {
6260
6286
  "type": "reflection",
6261
6287
  "declaration": {
6262
- "id": 291,
6288
+ "id": 305,
6263
6289
  "name": "__type",
6264
6290
  "kind": 65536,
6265
6291
  "kindString": "Type literal",
@@ -6273,14 +6299,14 @@
6273
6299
  ],
6274
6300
  "signatures": [
6275
6301
  {
6276
- "id": 292,
6302
+ "id": 306,
6277
6303
  "name": "__type",
6278
6304
  "kind": 4096,
6279
6305
  "kindString": "Call signature",
6280
6306
  "flags": {},
6281
6307
  "parameters": [
6282
6308
  {
6283
- "id": 293,
6309
+ "id": 307,
6284
6310
  "name": "theme",
6285
6311
  "kind": 32768,
6286
6312
  "kindString": "Parameter",
@@ -6384,7 +6410,7 @@
6384
6410
  }
6385
6411
  },
6386
6412
  {
6387
- "id": 294,
6413
+ "id": 308,
6388
6414
  "name": "gridArea",
6389
6415
  "kind": 1024,
6390
6416
  "kindString": "Property",
@@ -6444,7 +6470,7 @@
6444
6470
  {
6445
6471
  "type": "reflection",
6446
6472
  "declaration": {
6447
- "id": 295,
6473
+ "id": 309,
6448
6474
  "name": "__type",
6449
6475
  "kind": 65536,
6450
6476
  "kindString": "Type literal",
@@ -6458,14 +6484,14 @@
6458
6484
  ],
6459
6485
  "signatures": [
6460
6486
  {
6461
- "id": 296,
6487
+ "id": 310,
6462
6488
  "name": "__type",
6463
6489
  "kind": 4096,
6464
6490
  "kindString": "Call signature",
6465
6491
  "flags": {},
6466
6492
  "parameters": [
6467
6493
  {
6468
- "id": 297,
6494
+ "id": 311,
6469
6495
  "name": "theme",
6470
6496
  "kind": 32768,
6471
6497
  "kindString": "Parameter",
@@ -6539,7 +6565,7 @@
6539
6565
  }
6540
6566
  },
6541
6567
  {
6542
- "id": 118,
6568
+ "id": 152,
6543
6569
  "name": "gridAutoColumns",
6544
6570
  "kind": 1024,
6545
6571
  "kindString": "Property",
@@ -6629,7 +6655,7 @@
6629
6655
  {
6630
6656
  "type": "reflection",
6631
6657
  "declaration": {
6632
- "id": 119,
6658
+ "id": 153,
6633
6659
  "name": "__type",
6634
6660
  "kind": 65536,
6635
6661
  "kindString": "Type literal",
@@ -6643,14 +6669,14 @@
6643
6669
  ],
6644
6670
  "signatures": [
6645
6671
  {
6646
- "id": 120,
6672
+ "id": 154,
6647
6673
  "name": "__type",
6648
6674
  "kind": 4096,
6649
6675
  "kindString": "Call signature",
6650
6676
  "flags": {},
6651
6677
  "parameters": [
6652
6678
  {
6653
- "id": 121,
6679
+ "id": 155,
6654
6680
  "name": "theme",
6655
6681
  "kind": 32768,
6656
6682
  "kindString": "Parameter",
@@ -6754,7 +6780,7 @@
6754
6780
  }
6755
6781
  },
6756
6782
  {
6757
- "id": 122,
6783
+ "id": 156,
6758
6784
  "name": "gridAutoFlow",
6759
6785
  "kind": 1024,
6760
6786
  "kindString": "Property",
@@ -6795,7 +6821,7 @@
6795
6821
  {
6796
6822
  "type": "reflection",
6797
6823
  "declaration": {
6798
- "id": 123,
6824
+ "id": 157,
6799
6825
  "name": "__type",
6800
6826
  "kind": 65536,
6801
6827
  "kindString": "Type literal",
@@ -6809,14 +6835,14 @@
6809
6835
  ],
6810
6836
  "signatures": [
6811
6837
  {
6812
- "id": 124,
6838
+ "id": 158,
6813
6839
  "name": "__type",
6814
6840
  "kind": 4096,
6815
6841
  "kindString": "Call signature",
6816
6842
  "flags": {},
6817
6843
  "parameters": [
6818
6844
  {
6819
- "id": 125,
6845
+ "id": 159,
6820
6846
  "name": "theme",
6821
6847
  "kind": 32768,
6822
6848
  "kindString": "Parameter",
@@ -6871,7 +6897,7 @@
6871
6897
  }
6872
6898
  },
6873
6899
  {
6874
- "id": 126,
6900
+ "id": 160,
6875
6901
  "name": "gridAutoRows",
6876
6902
  "kind": 1024,
6877
6903
  "kindString": "Property",
@@ -6961,7 +6987,7 @@
6961
6987
  {
6962
6988
  "type": "reflection",
6963
6989
  "declaration": {
6964
- "id": 127,
6990
+ "id": 161,
6965
6991
  "name": "__type",
6966
6992
  "kind": 65536,
6967
6993
  "kindString": "Type literal",
@@ -6975,14 +7001,14 @@
6975
7001
  ],
6976
7002
  "signatures": [
6977
7003
  {
6978
- "id": 128,
7004
+ "id": 162,
6979
7005
  "name": "__type",
6980
7006
  "kind": 4096,
6981
7007
  "kindString": "Call signature",
6982
7008
  "flags": {},
6983
7009
  "parameters": [
6984
7010
  {
6985
- "id": 129,
7011
+ "id": 163,
6986
7012
  "name": "theme",
6987
7013
  "kind": 32768,
6988
7014
  "kindString": "Parameter",
@@ -7086,7 +7112,7 @@
7086
7112
  }
7087
7113
  },
7088
7114
  {
7089
- "id": 298,
7115
+ "id": 312,
7090
7116
  "name": "gridColumn",
7091
7117
  "kind": 1024,
7092
7118
  "kindString": "Property",
@@ -7146,7 +7172,7 @@
7146
7172
  {
7147
7173
  "type": "reflection",
7148
7174
  "declaration": {
7149
- "id": 299,
7175
+ "id": 313,
7150
7176
  "name": "__type",
7151
7177
  "kind": 65536,
7152
7178
  "kindString": "Type literal",
@@ -7160,14 +7186,14 @@
7160
7186
  ],
7161
7187
  "signatures": [
7162
7188
  {
7163
- "id": 300,
7189
+ "id": 314,
7164
7190
  "name": "__type",
7165
7191
  "kind": 4096,
7166
7192
  "kindString": "Call signature",
7167
7193
  "flags": {},
7168
7194
  "parameters": [
7169
7195
  {
7170
- "id": 301,
7196
+ "id": 315,
7171
7197
  "name": "theme",
7172
7198
  "kind": 32768,
7173
7199
  "kindString": "Parameter",
@@ -7241,7 +7267,7 @@
7241
7267
  }
7242
7268
  },
7243
7269
  {
7244
- "id": 302,
7270
+ "id": 316,
7245
7271
  "name": "gridRow",
7246
7272
  "kind": 1024,
7247
7273
  "kindString": "Property",
@@ -7301,7 +7327,7 @@
7301
7327
  {
7302
7328
  "type": "reflection",
7303
7329
  "declaration": {
7304
- "id": 303,
7330
+ "id": 317,
7305
7331
  "name": "__type",
7306
7332
  "kind": 65536,
7307
7333
  "kindString": "Type literal",
@@ -7315,14 +7341,14 @@
7315
7341
  ],
7316
7342
  "signatures": [
7317
7343
  {
7318
- "id": 304,
7344
+ "id": 318,
7319
7345
  "name": "__type",
7320
7346
  "kind": 4096,
7321
7347
  "kindString": "Call signature",
7322
7348
  "flags": {},
7323
7349
  "parameters": [
7324
7350
  {
7325
- "id": 305,
7351
+ "id": 319,
7326
7352
  "name": "theme",
7327
7353
  "kind": 32768,
7328
7354
  "kindString": "Parameter",
@@ -7396,7 +7422,7 @@
7396
7422
  }
7397
7423
  },
7398
7424
  {
7399
- "id": 130,
7425
+ "id": 164,
7400
7426
  "name": "gridTemplateAreas",
7401
7427
  "kind": 1024,
7402
7428
  "kindString": "Property",
@@ -7437,7 +7463,7 @@
7437
7463
  {
7438
7464
  "type": "reflection",
7439
7465
  "declaration": {
7440
- "id": 131,
7466
+ "id": 165,
7441
7467
  "name": "__type",
7442
7468
  "kind": 65536,
7443
7469
  "kindString": "Type literal",
@@ -7451,14 +7477,14 @@
7451
7477
  ],
7452
7478
  "signatures": [
7453
7479
  {
7454
- "id": 132,
7480
+ "id": 166,
7455
7481
  "name": "__type",
7456
7482
  "kind": 4096,
7457
7483
  "kindString": "Call signature",
7458
7484
  "flags": {},
7459
7485
  "parameters": [
7460
7486
  {
7461
- "id": 133,
7487
+ "id": 167,
7462
7488
  "name": "theme",
7463
7489
  "kind": 32768,
7464
7490
  "kindString": "Parameter",
@@ -7513,7 +7539,7 @@
7513
7539
  }
7514
7540
  },
7515
7541
  {
7516
- "id": 134,
7542
+ "id": 168,
7517
7543
  "name": "gridTemplateColumns",
7518
7544
  "kind": 1024,
7519
7545
  "kindString": "Property",
@@ -7603,7 +7629,7 @@
7603
7629
  {
7604
7630
  "type": "reflection",
7605
7631
  "declaration": {
7606
- "id": 135,
7632
+ "id": 169,
7607
7633
  "name": "__type",
7608
7634
  "kind": 65536,
7609
7635
  "kindString": "Type literal",
@@ -7617,14 +7643,14 @@
7617
7643
  ],
7618
7644
  "signatures": [
7619
7645
  {
7620
- "id": 136,
7646
+ "id": 170,
7621
7647
  "name": "__type",
7622
7648
  "kind": 4096,
7623
7649
  "kindString": "Call signature",
7624
7650
  "flags": {},
7625
7651
  "parameters": [
7626
7652
  {
7627
- "id": 137,
7653
+ "id": 171,
7628
7654
  "name": "theme",
7629
7655
  "kind": 32768,
7630
7656
  "kindString": "Parameter",
@@ -7728,7 +7754,7 @@
7728
7754
  }
7729
7755
  },
7730
7756
  {
7731
- "id": 138,
7757
+ "id": 172,
7732
7758
  "name": "gridTemplateRows",
7733
7759
  "kind": 1024,
7734
7760
  "kindString": "Property",
@@ -7818,7 +7844,7 @@
7818
7844
  {
7819
7845
  "type": "reflection",
7820
7846
  "declaration": {
7821
- "id": 139,
7847
+ "id": 173,
7822
7848
  "name": "__type",
7823
7849
  "kind": 65536,
7824
7850
  "kindString": "Type literal",
@@ -7832,14 +7858,14 @@
7832
7858
  ],
7833
7859
  "signatures": [
7834
7860
  {
7835
- "id": 140,
7861
+ "id": 174,
7836
7862
  "name": "__type",
7837
7863
  "kind": 4096,
7838
7864
  "kindString": "Call signature",
7839
7865
  "flags": {},
7840
7866
  "parameters": [
7841
7867
  {
7842
- "id": 141,
7868
+ "id": 175,
7843
7869
  "name": "theme",
7844
7870
  "kind": 32768,
7845
7871
  "kindString": "Parameter",
@@ -7943,7 +7969,7 @@
7943
7969
  }
7944
7970
  },
7945
7971
  {
7946
- "id": 142,
7972
+ "id": 38,
7947
7973
  "name": "height",
7948
7974
  "kind": 1024,
7949
7975
  "kindString": "Property",
@@ -8033,7 +8059,7 @@
8033
8059
  {
8034
8060
  "type": "reflection",
8035
8061
  "declaration": {
8036
- "id": 143,
8062
+ "id": 39,
8037
8063
  "name": "__type",
8038
8064
  "kind": 65536,
8039
8065
  "kindString": "Type literal",
@@ -8047,14 +8073,14 @@
8047
8073
  ],
8048
8074
  "signatures": [
8049
8075
  {
8050
- "id": 144,
8076
+ "id": 40,
8051
8077
  "name": "__type",
8052
8078
  "kind": 4096,
8053
8079
  "kindString": "Call signature",
8054
8080
  "flags": {},
8055
8081
  "parameters": [
8056
8082
  {
8057
- "id": 145,
8083
+ "id": 41,
8058
8084
  "name": "theme",
8059
8085
  "kind": 32768,
8060
8086
  "kindString": "Parameter",
@@ -8158,7 +8184,7 @@
8158
8184
  }
8159
8185
  },
8160
8186
  {
8161
- "id": 20,
8187
+ "id": 25,
8162
8188
  "name": "iconOnly",
8163
8189
  "kind": 1024,
8164
8190
  "kindString": "Property",
@@ -8168,9 +8194,9 @@
8168
8194
  "sources": [
8169
8195
  {
8170
8196
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
8171
- "line": 14,
8197
+ "line": 15,
8172
8198
  "character": 2,
8173
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
8199
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
8174
8200
  }
8175
8201
  ],
8176
8202
  "type": {
@@ -8179,12 +8205,12 @@
8179
8205
  },
8180
8206
  "inheritedFrom": {
8181
8207
  "type": "reference",
8182
- "id": 13,
8208
+ "id": 16,
8183
8209
  "name": "AddressRenderRowBoxPropsBase.iconOnly"
8184
8210
  }
8185
8211
  },
8186
8212
  {
8187
- "id": 21,
8213
+ "id": 26,
8188
8214
  "name": "iconSize",
8189
8215
  "kind": 1024,
8190
8216
  "kindString": "Property",
@@ -8194,9 +8220,9 @@
8194
8220
  "sources": [
8195
8221
  {
8196
8222
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
8197
- "line": 15,
8223
+ "line": 16,
8198
8224
  "character": 2,
8199
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
8225
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
8200
8226
  }
8201
8227
  ],
8202
8228
  "type": {
@@ -8205,12 +8231,12 @@
8205
8231
  },
8206
8232
  "inheritedFrom": {
8207
8233
  "type": "reference",
8208
- "id": 14,
8234
+ "id": 17,
8209
8235
  "name": "AddressRenderRowBoxPropsBase.iconSize"
8210
8236
  }
8211
8237
  },
8212
8238
  {
8213
- "id": 22,
8239
+ "id": 27,
8214
8240
  "name": "icons",
8215
8241
  "kind": 1024,
8216
8242
  "kindString": "Property",
@@ -8220,9 +8246,9 @@
8220
8246
  "sources": [
8221
8247
  {
8222
8248
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
8223
- "line": 16,
8249
+ "line": 17,
8224
8250
  "character": 2,
8225
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
8251
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
8226
8252
  }
8227
8253
  ],
8228
8254
  "type": {
@@ -8231,12 +8257,12 @@
8231
8257
  },
8232
8258
  "inheritedFrom": {
8233
8259
  "type": "reference",
8234
- "id": 15,
8260
+ "id": 18,
8235
8261
  "name": "AddressRenderRowBoxPropsBase.icons"
8236
8262
  }
8237
8263
  },
8238
8264
  {
8239
- "id": 146,
8265
+ "id": 176,
8240
8266
  "name": "justifyContent",
8241
8267
  "kind": 1024,
8242
8268
  "kindString": "Property",
@@ -8277,7 +8303,7 @@
8277
8303
  {
8278
8304
  "type": "reflection",
8279
8305
  "declaration": {
8280
- "id": 147,
8306
+ "id": 177,
8281
8307
  "name": "__type",
8282
8308
  "kind": 65536,
8283
8309
  "kindString": "Type literal",
@@ -8291,14 +8317,14 @@
8291
8317
  ],
8292
8318
  "signatures": [
8293
8319
  {
8294
- "id": 148,
8320
+ "id": 178,
8295
8321
  "name": "__type",
8296
8322
  "kind": 4096,
8297
8323
  "kindString": "Call signature",
8298
8324
  "flags": {},
8299
8325
  "parameters": [
8300
8326
  {
8301
- "id": 149,
8327
+ "id": 179,
8302
8328
  "name": "theme",
8303
8329
  "kind": 32768,
8304
8330
  "kindString": "Parameter",
@@ -8353,7 +8379,7 @@
8353
8379
  }
8354
8380
  },
8355
8381
  {
8356
- "id": 150,
8382
+ "id": 180,
8357
8383
  "name": "justifyItems",
8358
8384
  "kind": 1024,
8359
8385
  "kindString": "Property",
@@ -8394,7 +8420,7 @@
8394
8420
  {
8395
8421
  "type": "reflection",
8396
8422
  "declaration": {
8397
- "id": 151,
8423
+ "id": 181,
8398
8424
  "name": "__type",
8399
8425
  "kind": 65536,
8400
8426
  "kindString": "Type literal",
@@ -8408,14 +8434,14 @@
8408
8434
  ],
8409
8435
  "signatures": [
8410
8436
  {
8411
- "id": 152,
8437
+ "id": 182,
8412
8438
  "name": "__type",
8413
8439
  "kind": 4096,
8414
8440
  "kindString": "Call signature",
8415
8441
  "flags": {},
8416
8442
  "parameters": [
8417
8443
  {
8418
- "id": 153,
8444
+ "id": 183,
8419
8445
  "name": "theme",
8420
8446
  "kind": 32768,
8421
8447
  "kindString": "Parameter",
@@ -8470,7 +8496,7 @@
8470
8496
  }
8471
8497
  },
8472
8498
  {
8473
- "id": 154,
8499
+ "id": 184,
8474
8500
  "name": "justifySelf",
8475
8501
  "kind": 1024,
8476
8502
  "kindString": "Property",
@@ -8511,7 +8537,7 @@
8511
8537
  {
8512
8538
  "type": "reflection",
8513
8539
  "declaration": {
8514
- "id": 155,
8540
+ "id": 185,
8515
8541
  "name": "__type",
8516
8542
  "kind": 65536,
8517
8543
  "kindString": "Type literal",
@@ -8525,14 +8551,14 @@
8525
8551
  ],
8526
8552
  "signatures": [
8527
8553
  {
8528
- "id": 156,
8554
+ "id": 186,
8529
8555
  "name": "__type",
8530
8556
  "kind": 4096,
8531
8557
  "kindString": "Call signature",
8532
8558
  "flags": {},
8533
8559
  "parameters": [
8534
8560
  {
8535
- "id": 157,
8561
+ "id": 187,
8536
8562
  "name": "theme",
8537
8563
  "kind": 32768,
8538
8564
  "kindString": "Parameter",
@@ -8587,7 +8613,7 @@
8587
8613
  }
8588
8614
  },
8589
8615
  {
8590
- "id": 158,
8616
+ "id": 188,
8591
8617
  "name": "left",
8592
8618
  "kind": 1024,
8593
8619
  "kindString": "Property",
@@ -8677,7 +8703,7 @@
8677
8703
  {
8678
8704
  "type": "reflection",
8679
8705
  "declaration": {
8680
- "id": 159,
8706
+ "id": 189,
8681
8707
  "name": "__type",
8682
8708
  "kind": 65536,
8683
8709
  "kindString": "Type literal",
@@ -8691,14 +8717,14 @@
8691
8717
  ],
8692
8718
  "signatures": [
8693
8719
  {
8694
- "id": 160,
8720
+ "id": 190,
8695
8721
  "name": "__type",
8696
8722
  "kind": 4096,
8697
8723
  "kindString": "Call signature",
8698
8724
  "flags": {},
8699
8725
  "parameters": [
8700
8726
  {
8701
- "id": 161,
8727
+ "id": 191,
8702
8728
  "name": "theme",
8703
8729
  "kind": 32768,
8704
8730
  "kindString": "Parameter",
@@ -8802,7 +8828,7 @@
8802
8828
  }
8803
8829
  },
8804
8830
  {
8805
- "id": 162,
8831
+ "id": 70,
8806
8832
  "name": "letterSpacing",
8807
8833
  "kind": 1024,
8808
8834
  "kindString": "Property",
@@ -8892,7 +8918,7 @@
8892
8918
  {
8893
8919
  "type": "reflection",
8894
8920
  "declaration": {
8895
- "id": 163,
8921
+ "id": 71,
8896
8922
  "name": "__type",
8897
8923
  "kind": 65536,
8898
8924
  "kindString": "Type literal",
@@ -8906,14 +8932,14 @@
8906
8932
  ],
8907
8933
  "signatures": [
8908
8934
  {
8909
- "id": 164,
8935
+ "id": 72,
8910
8936
  "name": "__type",
8911
8937
  "kind": 4096,
8912
8938
  "kindString": "Call signature",
8913
8939
  "flags": {},
8914
8940
  "parameters": [
8915
8941
  {
8916
- "id": 165,
8942
+ "id": 73,
8917
8943
  "name": "theme",
8918
8944
  "kind": 32768,
8919
8945
  "kindString": "Parameter",
@@ -9017,7 +9043,7 @@
9017
9043
  }
9018
9044
  },
9019
9045
  {
9020
- "id": 166,
9046
+ "id": 192,
9021
9047
  "name": "lineHeight",
9022
9048
  "kind": 1024,
9023
9049
  "kindString": "Property",
@@ -9107,7 +9133,7 @@
9107
9133
  {
9108
9134
  "type": "reflection",
9109
9135
  "declaration": {
9110
- "id": 167,
9136
+ "id": 193,
9111
9137
  "name": "__type",
9112
9138
  "kind": 65536,
9113
9139
  "kindString": "Type literal",
@@ -9121,14 +9147,14 @@
9121
9147
  ],
9122
9148
  "signatures": [
9123
9149
  {
9124
- "id": 168,
9150
+ "id": 194,
9125
9151
  "name": "__type",
9126
9152
  "kind": 4096,
9127
9153
  "kindString": "Call signature",
9128
9154
  "flags": {},
9129
9155
  "parameters": [
9130
9156
  {
9131
- "id": 169,
9157
+ "id": 195,
9132
9158
  "name": "theme",
9133
9159
  "kind": 32768,
9134
9160
  "kindString": "Parameter",
@@ -9232,7 +9258,7 @@
9232
9258
  }
9233
9259
  },
9234
9260
  {
9235
- "id": 322,
9261
+ "id": 328,
9236
9262
  "name": "m",
9237
9263
  "kind": 1024,
9238
9264
  "kindString": "Property",
@@ -9322,7 +9348,7 @@
9322
9348
  {
9323
9349
  "type": "reflection",
9324
9350
  "declaration": {
9325
- "id": 323,
9351
+ "id": 329,
9326
9352
  "name": "__type",
9327
9353
  "kind": 65536,
9328
9354
  "kindString": "Type literal",
@@ -9336,14 +9362,14 @@
9336
9362
  ],
9337
9363
  "signatures": [
9338
9364
  {
9339
- "id": 324,
9365
+ "id": 330,
9340
9366
  "name": "__type",
9341
9367
  "kind": 4096,
9342
9368
  "kindString": "Call signature",
9343
9369
  "flags": {},
9344
9370
  "parameters": [
9345
9371
  {
9346
- "id": 325,
9372
+ "id": 331,
9347
9373
  "name": "theme",
9348
9374
  "kind": 32768,
9349
9375
  "kindString": "Parameter",
@@ -9447,7 +9473,7 @@
9447
9473
  }
9448
9474
  },
9449
9475
  {
9450
- "id": 306,
9476
+ "id": 320,
9451
9477
  "name": "margin",
9452
9478
  "kind": 1024,
9453
9479
  "kindString": "Property",
@@ -9537,7 +9563,7 @@
9537
9563
  {
9538
9564
  "type": "reflection",
9539
9565
  "declaration": {
9540
- "id": 307,
9566
+ "id": 321,
9541
9567
  "name": "__type",
9542
9568
  "kind": 65536,
9543
9569
  "kindString": "Type literal",
@@ -9551,14 +9577,14 @@
9551
9577
  ],
9552
9578
  "signatures": [
9553
9579
  {
9554
- "id": 308,
9580
+ "id": 322,
9555
9581
  "name": "__type",
9556
9582
  "kind": 4096,
9557
9583
  "kindString": "Call signature",
9558
9584
  "flags": {},
9559
9585
  "parameters": [
9560
9586
  {
9561
- "id": 309,
9587
+ "id": 323,
9562
9588
  "name": "theme",
9563
9589
  "kind": 32768,
9564
9590
  "kindString": "Parameter",
@@ -9662,7 +9688,7 @@
9662
9688
  }
9663
9689
  },
9664
9690
  {
9665
- "id": 170,
9691
+ "id": 196,
9666
9692
  "name": "marginBottom",
9667
9693
  "kind": 1024,
9668
9694
  "kindString": "Property",
@@ -9752,7 +9778,7 @@
9752
9778
  {
9753
9779
  "type": "reflection",
9754
9780
  "declaration": {
9755
- "id": 171,
9781
+ "id": 197,
9756
9782
  "name": "__type",
9757
9783
  "kind": 65536,
9758
9784
  "kindString": "Type literal",
@@ -9766,14 +9792,14 @@
9766
9792
  ],
9767
9793
  "signatures": [
9768
9794
  {
9769
- "id": 172,
9795
+ "id": 198,
9770
9796
  "name": "__type",
9771
9797
  "kind": 4096,
9772
9798
  "kindString": "Call signature",
9773
9799
  "flags": {},
9774
9800
  "parameters": [
9775
9801
  {
9776
- "id": 173,
9802
+ "id": 199,
9777
9803
  "name": "theme",
9778
9804
  "kind": 32768,
9779
9805
  "kindString": "Parameter",
@@ -9877,7 +9903,7 @@
9877
9903
  }
9878
9904
  },
9879
9905
  {
9880
- "id": 174,
9906
+ "id": 200,
9881
9907
  "name": "marginLeft",
9882
9908
  "kind": 1024,
9883
9909
  "kindString": "Property",
@@ -9967,7 +9993,7 @@
9967
9993
  {
9968
9994
  "type": "reflection",
9969
9995
  "declaration": {
9970
- "id": 175,
9996
+ "id": 201,
9971
9997
  "name": "__type",
9972
9998
  "kind": 65536,
9973
9999
  "kindString": "Type literal",
@@ -9981,14 +10007,14 @@
9981
10007
  ],
9982
10008
  "signatures": [
9983
10009
  {
9984
- "id": 176,
10010
+ "id": 202,
9985
10011
  "name": "__type",
9986
10012
  "kind": 4096,
9987
10013
  "kindString": "Call signature",
9988
10014
  "flags": {},
9989
10015
  "parameters": [
9990
10016
  {
9991
- "id": 177,
10017
+ "id": 203,
9992
10018
  "name": "theme",
9993
10019
  "kind": 32768,
9994
10020
  "kindString": "Parameter",
@@ -10092,7 +10118,7 @@
10092
10118
  }
10093
10119
  },
10094
10120
  {
10095
- "id": 178,
10121
+ "id": 204,
10096
10122
  "name": "marginRight",
10097
10123
  "kind": 1024,
10098
10124
  "kindString": "Property",
@@ -10182,7 +10208,7 @@
10182
10208
  {
10183
10209
  "type": "reflection",
10184
10210
  "declaration": {
10185
- "id": 179,
10211
+ "id": 205,
10186
10212
  "name": "__type",
10187
10213
  "kind": 65536,
10188
10214
  "kindString": "Type literal",
@@ -10196,14 +10222,14 @@
10196
10222
  ],
10197
10223
  "signatures": [
10198
10224
  {
10199
- "id": 180,
10225
+ "id": 206,
10200
10226
  "name": "__type",
10201
10227
  "kind": 4096,
10202
10228
  "kindString": "Call signature",
10203
10229
  "flags": {},
10204
10230
  "parameters": [
10205
10231
  {
10206
- "id": 181,
10232
+ "id": 207,
10207
10233
  "name": "theme",
10208
10234
  "kind": 32768,
10209
10235
  "kindString": "Parameter",
@@ -10307,7 +10333,7 @@
10307
10333
  }
10308
10334
  },
10309
10335
  {
10310
- "id": 182,
10336
+ "id": 208,
10311
10337
  "name": "marginTop",
10312
10338
  "kind": 1024,
10313
10339
  "kindString": "Property",
@@ -10397,7 +10423,7 @@
10397
10423
  {
10398
10424
  "type": "reflection",
10399
10425
  "declaration": {
10400
- "id": 183,
10426
+ "id": 209,
10401
10427
  "name": "__type",
10402
10428
  "kind": 65536,
10403
10429
  "kindString": "Type literal",
@@ -10411,14 +10437,14 @@
10411
10437
  ],
10412
10438
  "signatures": [
10413
10439
  {
10414
- "id": 184,
10440
+ "id": 210,
10415
10441
  "name": "__type",
10416
10442
  "kind": 4096,
10417
10443
  "kindString": "Call signature",
10418
10444
  "flags": {},
10419
10445
  "parameters": [
10420
10446
  {
10421
- "id": 185,
10447
+ "id": 211,
10422
10448
  "name": "theme",
10423
10449
  "kind": 32768,
10424
10450
  "kindString": "Parameter",
@@ -10522,7 +10548,7 @@
10522
10548
  }
10523
10549
  },
10524
10550
  {
10525
- "id": 346,
10551
+ "id": 352,
10526
10552
  "name": "marginX",
10527
10553
  "kind": 1024,
10528
10554
  "kindString": "Property",
@@ -10612,7 +10638,7 @@
10612
10638
  {
10613
10639
  "type": "reflection",
10614
10640
  "declaration": {
10615
- "id": 347,
10641
+ "id": 353,
10616
10642
  "name": "__type",
10617
10643
  "kind": 65536,
10618
10644
  "kindString": "Type literal",
@@ -10626,14 +10652,14 @@
10626
10652
  ],
10627
10653
  "signatures": [
10628
10654
  {
10629
- "id": 348,
10655
+ "id": 354,
10630
10656
  "name": "__type",
10631
10657
  "kind": 4096,
10632
10658
  "kindString": "Call signature",
10633
10659
  "flags": {},
10634
10660
  "parameters": [
10635
10661
  {
10636
- "id": 349,
10662
+ "id": 355,
10637
10663
  "name": "theme",
10638
10664
  "kind": 32768,
10639
10665
  "kindString": "Parameter",
@@ -10737,7 +10763,7 @@
10737
10763
  }
10738
10764
  },
10739
10765
  {
10740
- "id": 354,
10766
+ "id": 360,
10741
10767
  "name": "marginY",
10742
10768
  "kind": 1024,
10743
10769
  "kindString": "Property",
@@ -10827,7 +10853,7 @@
10827
10853
  {
10828
10854
  "type": "reflection",
10829
10855
  "declaration": {
10830
- "id": 355,
10856
+ "id": 361,
10831
10857
  "name": "__type",
10832
10858
  "kind": 65536,
10833
10859
  "kindString": "Type literal",
@@ -10841,14 +10867,14 @@
10841
10867
  ],
10842
10868
  "signatures": [
10843
10869
  {
10844
- "id": 356,
10870
+ "id": 362,
10845
10871
  "name": "__type",
10846
10872
  "kind": 4096,
10847
10873
  "kindString": "Call signature",
10848
10874
  "flags": {},
10849
10875
  "parameters": [
10850
10876
  {
10851
- "id": 357,
10877
+ "id": 363,
10852
10878
  "name": "theme",
10853
10879
  "kind": 32768,
10854
10880
  "kindString": "Parameter",
@@ -10952,7 +10978,7 @@
10952
10978
  }
10953
10979
  },
10954
10980
  {
10955
- "id": 186,
10981
+ "id": 212,
10956
10982
  "name": "maxHeight",
10957
10983
  "kind": 1024,
10958
10984
  "kindString": "Property",
@@ -11042,7 +11068,7 @@
11042
11068
  {
11043
11069
  "type": "reflection",
11044
11070
  "declaration": {
11045
- "id": 187,
11071
+ "id": 213,
11046
11072
  "name": "__type",
11047
11073
  "kind": 65536,
11048
11074
  "kindString": "Type literal",
@@ -11056,14 +11082,14 @@
11056
11082
  ],
11057
11083
  "signatures": [
11058
11084
  {
11059
- "id": 188,
11085
+ "id": 214,
11060
11086
  "name": "__type",
11061
11087
  "kind": 4096,
11062
11088
  "kindString": "Call signature",
11063
11089
  "flags": {},
11064
11090
  "parameters": [
11065
11091
  {
11066
- "id": 189,
11092
+ "id": 215,
11067
11093
  "name": "theme",
11068
11094
  "kind": 32768,
11069
11095
  "kindString": "Parameter",
@@ -11167,7 +11193,7 @@
11167
11193
  }
11168
11194
  },
11169
11195
  {
11170
- "id": 190,
11196
+ "id": 216,
11171
11197
  "name": "maxWidth",
11172
11198
  "kind": 1024,
11173
11199
  "kindString": "Property",
@@ -11257,7 +11283,7 @@
11257
11283
  {
11258
11284
  "type": "reflection",
11259
11285
  "declaration": {
11260
- "id": 191,
11286
+ "id": 217,
11261
11287
  "name": "__type",
11262
11288
  "kind": 65536,
11263
11289
  "kindString": "Type literal",
@@ -11271,14 +11297,14 @@
11271
11297
  ],
11272
11298
  "signatures": [
11273
11299
  {
11274
- "id": 192,
11300
+ "id": 218,
11275
11301
  "name": "__type",
11276
11302
  "kind": 4096,
11277
11303
  "kindString": "Call signature",
11278
11304
  "flags": {},
11279
11305
  "parameters": [
11280
11306
  {
11281
- "id": 193,
11307
+ "id": 219,
11282
11308
  "name": "theme",
11283
11309
  "kind": 32768,
11284
11310
  "kindString": "Parameter",
@@ -11382,7 +11408,7 @@
11382
11408
  }
11383
11409
  },
11384
11410
  {
11385
- "id": 334,
11411
+ "id": 340,
11386
11412
  "name": "mb",
11387
11413
  "kind": 1024,
11388
11414
  "kindString": "Property",
@@ -11472,7 +11498,7 @@
11472
11498
  {
11473
11499
  "type": "reflection",
11474
11500
  "declaration": {
11475
- "id": 335,
11501
+ "id": 341,
11476
11502
  "name": "__type",
11477
11503
  "kind": 65536,
11478
11504
  "kindString": "Type literal",
@@ -11486,14 +11512,14 @@
11486
11512
  ],
11487
11513
  "signatures": [
11488
11514
  {
11489
- "id": 336,
11515
+ "id": 342,
11490
11516
  "name": "__type",
11491
11517
  "kind": 4096,
11492
11518
  "kindString": "Call signature",
11493
11519
  "flags": {},
11494
11520
  "parameters": [
11495
11521
  {
11496
- "id": 337,
11522
+ "id": 343,
11497
11523
  "name": "theme",
11498
11524
  "kind": 32768,
11499
11525
  "kindString": "Parameter",
@@ -11597,7 +11623,7 @@
11597
11623
  }
11598
11624
  },
11599
11625
  {
11600
- "id": 194,
11626
+ "id": 220,
11601
11627
  "name": "minHeight",
11602
11628
  "kind": 1024,
11603
11629
  "kindString": "Property",
@@ -11687,7 +11713,7 @@
11687
11713
  {
11688
11714
  "type": "reflection",
11689
11715
  "declaration": {
11690
- "id": 195,
11716
+ "id": 221,
11691
11717
  "name": "__type",
11692
11718
  "kind": 65536,
11693
11719
  "kindString": "Type literal",
@@ -11701,14 +11727,14 @@
11701
11727
  ],
11702
11728
  "signatures": [
11703
11729
  {
11704
- "id": 196,
11730
+ "id": 222,
11705
11731
  "name": "__type",
11706
11732
  "kind": 4096,
11707
11733
  "kindString": "Call signature",
11708
11734
  "flags": {},
11709
11735
  "parameters": [
11710
11736
  {
11711
- "id": 197,
11737
+ "id": 223,
11712
11738
  "name": "theme",
11713
11739
  "kind": 32768,
11714
11740
  "kindString": "Parameter",
@@ -11812,7 +11838,7 @@
11812
11838
  }
11813
11839
  },
11814
11840
  {
11815
- "id": 198,
11841
+ "id": 224,
11816
11842
  "name": "minWidth",
11817
11843
  "kind": 1024,
11818
11844
  "kindString": "Property",
@@ -11902,7 +11928,7 @@
11902
11928
  {
11903
11929
  "type": "reflection",
11904
11930
  "declaration": {
11905
- "id": 199,
11931
+ "id": 225,
11906
11932
  "name": "__type",
11907
11933
  "kind": 65536,
11908
11934
  "kindString": "Type literal",
@@ -11916,14 +11942,14 @@
11916
11942
  ],
11917
11943
  "signatures": [
11918
11944
  {
11919
- "id": 200,
11945
+ "id": 226,
11920
11946
  "name": "__type",
11921
11947
  "kind": 4096,
11922
11948
  "kindString": "Call signature",
11923
11949
  "flags": {},
11924
11950
  "parameters": [
11925
11951
  {
11926
- "id": 201,
11952
+ "id": 227,
11927
11953
  "name": "theme",
11928
11954
  "kind": 32768,
11929
11955
  "kindString": "Parameter",
@@ -12027,7 +12053,7 @@
12027
12053
  }
12028
12054
  },
12029
12055
  {
12030
- "id": 338,
12056
+ "id": 344,
12031
12057
  "name": "ml",
12032
12058
  "kind": 1024,
12033
12059
  "kindString": "Property",
@@ -12117,7 +12143,7 @@
12117
12143
  {
12118
12144
  "type": "reflection",
12119
12145
  "declaration": {
12120
- "id": 339,
12146
+ "id": 345,
12121
12147
  "name": "__type",
12122
12148
  "kind": 65536,
12123
12149
  "kindString": "Type literal",
@@ -12131,14 +12157,14 @@
12131
12157
  ],
12132
12158
  "signatures": [
12133
12159
  {
12134
- "id": 340,
12160
+ "id": 346,
12135
12161
  "name": "__type",
12136
12162
  "kind": 4096,
12137
12163
  "kindString": "Call signature",
12138
12164
  "flags": {},
12139
12165
  "parameters": [
12140
12166
  {
12141
- "id": 341,
12167
+ "id": 347,
12142
12168
  "name": "theme",
12143
12169
  "kind": 32768,
12144
12170
  "kindString": "Parameter",
@@ -12242,7 +12268,7 @@
12242
12268
  }
12243
12269
  },
12244
12270
  {
12245
- "id": 330,
12271
+ "id": 336,
12246
12272
  "name": "mr",
12247
12273
  "kind": 1024,
12248
12274
  "kindString": "Property",
@@ -12332,7 +12358,7 @@
12332
12358
  {
12333
12359
  "type": "reflection",
12334
12360
  "declaration": {
12335
- "id": 331,
12361
+ "id": 337,
12336
12362
  "name": "__type",
12337
12363
  "kind": 65536,
12338
12364
  "kindString": "Type literal",
@@ -12346,14 +12372,14 @@
12346
12372
  ],
12347
12373
  "signatures": [
12348
12374
  {
12349
- "id": 332,
12375
+ "id": 338,
12350
12376
  "name": "__type",
12351
12377
  "kind": 4096,
12352
12378
  "kindString": "Call signature",
12353
12379
  "flags": {},
12354
12380
  "parameters": [
12355
12381
  {
12356
- "id": 333,
12382
+ "id": 339,
12357
12383
  "name": "theme",
12358
12384
  "kind": 32768,
12359
12385
  "kindString": "Parameter",
@@ -12457,7 +12483,7 @@
12457
12483
  }
12458
12484
  },
12459
12485
  {
12460
- "id": 326,
12486
+ "id": 332,
12461
12487
  "name": "mt",
12462
12488
  "kind": 1024,
12463
12489
  "kindString": "Property",
@@ -12547,7 +12573,7 @@
12547
12573
  {
12548
12574
  "type": "reflection",
12549
12575
  "declaration": {
12550
- "id": 327,
12576
+ "id": 333,
12551
12577
  "name": "__type",
12552
12578
  "kind": 65536,
12553
12579
  "kindString": "Type literal",
@@ -12561,14 +12587,14 @@
12561
12587
  ],
12562
12588
  "signatures": [
12563
12589
  {
12564
- "id": 328,
12590
+ "id": 334,
12565
12591
  "name": "__type",
12566
12592
  "kind": 4096,
12567
12593
  "kindString": "Call signature",
12568
12594
  "flags": {},
12569
12595
  "parameters": [
12570
12596
  {
12571
- "id": 329,
12597
+ "id": 335,
12572
12598
  "name": "theme",
12573
12599
  "kind": 32768,
12574
12600
  "kindString": "Parameter",
@@ -12672,7 +12698,7 @@
12672
12698
  }
12673
12699
  },
12674
12700
  {
12675
- "id": 342,
12701
+ "id": 348,
12676
12702
  "name": "mx",
12677
12703
  "kind": 1024,
12678
12704
  "kindString": "Property",
@@ -12762,7 +12788,7 @@
12762
12788
  {
12763
12789
  "type": "reflection",
12764
12790
  "declaration": {
12765
- "id": 343,
12791
+ "id": 349,
12766
12792
  "name": "__type",
12767
12793
  "kind": 65536,
12768
12794
  "kindString": "Type literal",
@@ -12776,14 +12802,14 @@
12776
12802
  ],
12777
12803
  "signatures": [
12778
12804
  {
12779
- "id": 344,
12805
+ "id": 350,
12780
12806
  "name": "__type",
12781
12807
  "kind": 4096,
12782
12808
  "kindString": "Call signature",
12783
12809
  "flags": {},
12784
12810
  "parameters": [
12785
12811
  {
12786
- "id": 345,
12812
+ "id": 351,
12787
12813
  "name": "theme",
12788
12814
  "kind": 32768,
12789
12815
  "kindString": "Parameter",
@@ -12887,7 +12913,7 @@
12887
12913
  }
12888
12914
  },
12889
12915
  {
12890
- "id": 350,
12916
+ "id": 356,
12891
12917
  "name": "my",
12892
12918
  "kind": 1024,
12893
12919
  "kindString": "Property",
@@ -12977,7 +13003,7 @@
12977
13003
  {
12978
13004
  "type": "reflection",
12979
13005
  "declaration": {
12980
- "id": 351,
13006
+ "id": 357,
12981
13007
  "name": "__type",
12982
13008
  "kind": 65536,
12983
13009
  "kindString": "Type literal",
@@ -12991,14 +13017,14 @@
12991
13017
  ],
12992
13018
  "signatures": [
12993
13019
  {
12994
- "id": 352,
13020
+ "id": 358,
12995
13021
  "name": "__type",
12996
13022
  "kind": 4096,
12997
13023
  "kindString": "Call signature",
12998
13024
  "flags": {},
12999
13025
  "parameters": [
13000
13026
  {
13001
- "id": 353,
13027
+ "id": 359,
13002
13028
  "name": "theme",
13003
13029
  "kind": 32768,
13004
13030
  "kindString": "Parameter",
@@ -13102,7 +13128,33 @@
13102
13128
  }
13103
13129
  },
13104
13130
  {
13105
- "id": 202,
13131
+ "id": 28,
13132
+ "name": "name",
13133
+ "kind": 1024,
13134
+ "kindString": "Property",
13135
+ "flags": {
13136
+ "isOptional": true
13137
+ },
13138
+ "sources": [
13139
+ {
13140
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
13141
+ "line": 18,
13142
+ "character": 2,
13143
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
13144
+ }
13145
+ ],
13146
+ "type": {
13147
+ "type": "intrinsic",
13148
+ "name": "string"
13149
+ },
13150
+ "inheritedFrom": {
13151
+ "type": "reference",
13152
+ "id": 19,
13153
+ "name": "AddressRenderRowBoxPropsBase.name"
13154
+ }
13155
+ },
13156
+ {
13157
+ "id": 74,
13106
13158
  "name": "order",
13107
13159
  "kind": 1024,
13108
13160
  "kindString": "Property",
@@ -13162,7 +13214,7 @@
13162
13214
  {
13163
13215
  "type": "reflection",
13164
13216
  "declaration": {
13165
- "id": 203,
13217
+ "id": 75,
13166
13218
  "name": "__type",
13167
13219
  "kind": 65536,
13168
13220
  "kindString": "Type literal",
@@ -13176,14 +13228,14 @@
13176
13228
  ],
13177
13229
  "signatures": [
13178
13230
  {
13179
- "id": 204,
13231
+ "id": 76,
13180
13232
  "name": "__type",
13181
13233
  "kind": 4096,
13182
13234
  "kindString": "Call signature",
13183
13235
  "flags": {},
13184
13236
  "parameters": [
13185
13237
  {
13186
- "id": 205,
13238
+ "id": 77,
13187
13239
  "name": "theme",
13188
13240
  "kind": 32768,
13189
13241
  "kindString": "Parameter",
@@ -13257,7 +13309,7 @@
13257
13309
  }
13258
13310
  },
13259
13311
  {
13260
- "id": 310,
13312
+ "id": 78,
13261
13313
  "name": "overflow",
13262
13314
  "kind": 1024,
13263
13315
  "kindString": "Property",
@@ -13298,7 +13350,7 @@
13298
13350
  {
13299
13351
  "type": "reflection",
13300
13352
  "declaration": {
13301
- "id": 311,
13353
+ "id": 79,
13302
13354
  "name": "__type",
13303
13355
  "kind": 65536,
13304
13356
  "kindString": "Type literal",
@@ -13312,14 +13364,14 @@
13312
13364
  ],
13313
13365
  "signatures": [
13314
13366
  {
13315
- "id": 312,
13367
+ "id": 80,
13316
13368
  "name": "__type",
13317
13369
  "kind": 4096,
13318
13370
  "kindString": "Call signature",
13319
13371
  "flags": {},
13320
13372
  "parameters": [
13321
13373
  {
13322
- "id": 313,
13374
+ "id": 81,
13323
13375
  "name": "theme",
13324
13376
  "kind": 32768,
13325
13377
  "kindString": "Parameter",
@@ -13374,7 +13426,7 @@
13374
13426
  }
13375
13427
  },
13376
13428
  {
13377
- "id": 24,
13429
+ "id": 34,
13378
13430
  "name": "p",
13379
13431
  "kind": 1024,
13380
13432
  "kindString": "Property",
@@ -13464,7 +13516,7 @@
13464
13516
  {
13465
13517
  "type": "reflection",
13466
13518
  "declaration": {
13467
- "id": 25,
13519
+ "id": 35,
13468
13520
  "name": "__type",
13469
13521
  "kind": 65536,
13470
13522
  "kindString": "Type literal",
@@ -13478,14 +13530,14 @@
13478
13530
  ],
13479
13531
  "signatures": [
13480
13532
  {
13481
- "id": 26,
13533
+ "id": 36,
13482
13534
  "name": "__type",
13483
13535
  "kind": 4096,
13484
13536
  "kindString": "Call signature",
13485
13537
  "flags": {},
13486
13538
  "parameters": [
13487
13539
  {
13488
- "id": 27,
13540
+ "id": 37,
13489
13541
  "name": "theme",
13490
13542
  "kind": 32768,
13491
13543
  "kindString": "Parameter",
@@ -13589,7 +13641,7 @@
13589
13641
  }
13590
13642
  },
13591
13643
  {
13592
- "id": 314,
13644
+ "id": 324,
13593
13645
  "name": "padding",
13594
13646
  "kind": 1024,
13595
13647
  "kindString": "Property",
@@ -13679,7 +13731,7 @@
13679
13731
  {
13680
13732
  "type": "reflection",
13681
13733
  "declaration": {
13682
- "id": 315,
13734
+ "id": 325,
13683
13735
  "name": "__type",
13684
13736
  "kind": 65536,
13685
13737
  "kindString": "Type literal",
@@ -13693,14 +13745,14 @@
13693
13745
  ],
13694
13746
  "signatures": [
13695
13747
  {
13696
- "id": 316,
13748
+ "id": 326,
13697
13749
  "name": "__type",
13698
13750
  "kind": 4096,
13699
13751
  "kindString": "Call signature",
13700
13752
  "flags": {},
13701
13753
  "parameters": [
13702
13754
  {
13703
- "id": 317,
13755
+ "id": 327,
13704
13756
  "name": "theme",
13705
13757
  "kind": 32768,
13706
13758
  "kindString": "Parameter",
@@ -13804,7 +13856,7 @@
13804
13856
  }
13805
13857
  },
13806
13858
  {
13807
- "id": 206,
13859
+ "id": 228,
13808
13860
  "name": "paddingBottom",
13809
13861
  "kind": 1024,
13810
13862
  "kindString": "Property",
@@ -13894,7 +13946,7 @@
13894
13946
  {
13895
13947
  "type": "reflection",
13896
13948
  "declaration": {
13897
- "id": 207,
13949
+ "id": 229,
13898
13950
  "name": "__type",
13899
13951
  "kind": 65536,
13900
13952
  "kindString": "Type literal",
@@ -13908,14 +13960,14 @@
13908
13960
  ],
13909
13961
  "signatures": [
13910
13962
  {
13911
- "id": 208,
13963
+ "id": 230,
13912
13964
  "name": "__type",
13913
13965
  "kind": 4096,
13914
13966
  "kindString": "Call signature",
13915
13967
  "flags": {},
13916
13968
  "parameters": [
13917
13969
  {
13918
- "id": 209,
13970
+ "id": 231,
13919
13971
  "name": "theme",
13920
13972
  "kind": 32768,
13921
13973
  "kindString": "Parameter",
@@ -14019,7 +14071,7 @@
14019
14071
  }
14020
14072
  },
14021
14073
  {
14022
- "id": 210,
14074
+ "id": 232,
14023
14075
  "name": "paddingLeft",
14024
14076
  "kind": 1024,
14025
14077
  "kindString": "Property",
@@ -14109,7 +14161,7 @@
14109
14161
  {
14110
14162
  "type": "reflection",
14111
14163
  "declaration": {
14112
- "id": 211,
14164
+ "id": 233,
14113
14165
  "name": "__type",
14114
14166
  "kind": 65536,
14115
14167
  "kindString": "Type literal",
@@ -14123,14 +14175,14 @@
14123
14175
  ],
14124
14176
  "signatures": [
14125
14177
  {
14126
- "id": 212,
14178
+ "id": 234,
14127
14179
  "name": "__type",
14128
14180
  "kind": 4096,
14129
14181
  "kindString": "Call signature",
14130
14182
  "flags": {},
14131
14183
  "parameters": [
14132
14184
  {
14133
- "id": 213,
14185
+ "id": 235,
14134
14186
  "name": "theme",
14135
14187
  "kind": 32768,
14136
14188
  "kindString": "Parameter",
@@ -14234,7 +14286,7 @@
14234
14286
  }
14235
14287
  },
14236
14288
  {
14237
- "id": 214,
14289
+ "id": 236,
14238
14290
  "name": "paddingRight",
14239
14291
  "kind": 1024,
14240
14292
  "kindString": "Property",
@@ -14324,7 +14376,7 @@
14324
14376
  {
14325
14377
  "type": "reflection",
14326
14378
  "declaration": {
14327
- "id": 215,
14379
+ "id": 237,
14328
14380
  "name": "__type",
14329
14381
  "kind": 65536,
14330
14382
  "kindString": "Type literal",
@@ -14338,14 +14390,14 @@
14338
14390
  ],
14339
14391
  "signatures": [
14340
14392
  {
14341
- "id": 216,
14393
+ "id": 238,
14342
14394
  "name": "__type",
14343
14395
  "kind": 4096,
14344
14396
  "kindString": "Call signature",
14345
14397
  "flags": {},
14346
14398
  "parameters": [
14347
14399
  {
14348
- "id": 217,
14400
+ "id": 239,
14349
14401
  "name": "theme",
14350
14402
  "kind": 32768,
14351
14403
  "kindString": "Parameter",
@@ -14449,7 +14501,7 @@
14449
14501
  }
14450
14502
  },
14451
14503
  {
14452
- "id": 218,
14504
+ "id": 240,
14453
14505
  "name": "paddingTop",
14454
14506
  "kind": 1024,
14455
14507
  "kindString": "Property",
@@ -14539,7 +14591,7 @@
14539
14591
  {
14540
14592
  "type": "reflection",
14541
14593
  "declaration": {
14542
- "id": 219,
14594
+ "id": 241,
14543
14595
  "name": "__type",
14544
14596
  "kind": 65536,
14545
14597
  "kindString": "Type literal",
@@ -14553,14 +14605,14 @@
14553
14605
  ],
14554
14606
  "signatures": [
14555
14607
  {
14556
- "id": 220,
14608
+ "id": 242,
14557
14609
  "name": "__type",
14558
14610
  "kind": 4096,
14559
14611
  "kindString": "Call signature",
14560
14612
  "flags": {},
14561
14613
  "parameters": [
14562
14614
  {
14563
- "id": 221,
14615
+ "id": 243,
14564
14616
  "name": "theme",
14565
14617
  "kind": 32768,
14566
14618
  "kindString": "Parameter",
@@ -14664,7 +14716,7 @@
14664
14716
  }
14665
14717
  },
14666
14718
  {
14667
- "id": 378,
14719
+ "id": 384,
14668
14720
  "name": "paddingX",
14669
14721
  "kind": 1024,
14670
14722
  "kindString": "Property",
@@ -14754,7 +14806,7 @@
14754
14806
  {
14755
14807
  "type": "reflection",
14756
14808
  "declaration": {
14757
- "id": 379,
14809
+ "id": 385,
14758
14810
  "name": "__type",
14759
14811
  "kind": 65536,
14760
14812
  "kindString": "Type literal",
@@ -14768,14 +14820,14 @@
14768
14820
  ],
14769
14821
  "signatures": [
14770
14822
  {
14771
- "id": 380,
14823
+ "id": 386,
14772
14824
  "name": "__type",
14773
14825
  "kind": 4096,
14774
14826
  "kindString": "Call signature",
14775
14827
  "flags": {},
14776
14828
  "parameters": [
14777
14829
  {
14778
- "id": 381,
14830
+ "id": 387,
14779
14831
  "name": "theme",
14780
14832
  "kind": 32768,
14781
14833
  "kindString": "Parameter",
@@ -14879,7 +14931,7 @@
14879
14931
  }
14880
14932
  },
14881
14933
  {
14882
- "id": 386,
14934
+ "id": 392,
14883
14935
  "name": "paddingY",
14884
14936
  "kind": 1024,
14885
14937
  "kindString": "Property",
@@ -14969,7 +15021,7 @@
14969
15021
  {
14970
15022
  "type": "reflection",
14971
15023
  "declaration": {
14972
- "id": 387,
15024
+ "id": 393,
14973
15025
  "name": "__type",
14974
15026
  "kind": 65536,
14975
15027
  "kindString": "Type literal",
@@ -14983,14 +15035,14 @@
14983
15035
  ],
14984
15036
  "signatures": [
14985
15037
  {
14986
- "id": 388,
15038
+ "id": 394,
14987
15039
  "name": "__type",
14988
15040
  "kind": 4096,
14989
15041
  "kindString": "Call signature",
14990
15042
  "flags": {},
14991
15043
  "parameters": [
14992
15044
  {
14993
- "id": 389,
15045
+ "id": 395,
14994
15046
  "name": "theme",
14995
15047
  "kind": 32768,
14996
15048
  "kindString": "Parameter",
@@ -15094,7 +15146,7 @@
15094
15146
  }
15095
15147
  },
15096
15148
  {
15097
- "id": 366,
15149
+ "id": 372,
15098
15150
  "name": "pb",
15099
15151
  "kind": 1024,
15100
15152
  "kindString": "Property",
@@ -15184,7 +15236,7 @@
15184
15236
  {
15185
15237
  "type": "reflection",
15186
15238
  "declaration": {
15187
- "id": 367,
15239
+ "id": 373,
15188
15240
  "name": "__type",
15189
15241
  "kind": 65536,
15190
15242
  "kindString": "Type literal",
@@ -15198,14 +15250,14 @@
15198
15250
  ],
15199
15251
  "signatures": [
15200
15252
  {
15201
- "id": 368,
15253
+ "id": 374,
15202
15254
  "name": "__type",
15203
15255
  "kind": 4096,
15204
15256
  "kindString": "Call signature",
15205
15257
  "flags": {},
15206
15258
  "parameters": [
15207
15259
  {
15208
- "id": 369,
15260
+ "id": 375,
15209
15261
  "name": "theme",
15210
15262
  "kind": 32768,
15211
15263
  "kindString": "Parameter",
@@ -15309,7 +15361,7 @@
15309
15361
  }
15310
15362
  },
15311
15363
  {
15312
- "id": 370,
15364
+ "id": 376,
15313
15365
  "name": "pl",
15314
15366
  "kind": 1024,
15315
15367
  "kindString": "Property",
@@ -15399,7 +15451,7 @@
15399
15451
  {
15400
15452
  "type": "reflection",
15401
15453
  "declaration": {
15402
- "id": 371,
15454
+ "id": 377,
15403
15455
  "name": "__type",
15404
15456
  "kind": 65536,
15405
15457
  "kindString": "Type literal",
@@ -15413,14 +15465,14 @@
15413
15465
  ],
15414
15466
  "signatures": [
15415
15467
  {
15416
- "id": 372,
15468
+ "id": 378,
15417
15469
  "name": "__type",
15418
15470
  "kind": 4096,
15419
15471
  "kindString": "Call signature",
15420
15472
  "flags": {},
15421
15473
  "parameters": [
15422
15474
  {
15423
- "id": 373,
15475
+ "id": 379,
15424
15476
  "name": "theme",
15425
15477
  "kind": 32768,
15426
15478
  "kindString": "Parameter",
@@ -15524,7 +15576,7 @@
15524
15576
  }
15525
15577
  },
15526
15578
  {
15527
- "id": 222,
15579
+ "id": 244,
15528
15580
  "name": "position",
15529
15581
  "kind": 1024,
15530
15582
  "kindString": "Property",
@@ -15584,7 +15636,7 @@
15584
15636
  {
15585
15637
  "type": "reflection",
15586
15638
  "declaration": {
15587
- "id": 223,
15639
+ "id": 245,
15588
15640
  "name": "__type",
15589
15641
  "kind": 65536,
15590
15642
  "kindString": "Type literal",
@@ -15598,14 +15650,14 @@
15598
15650
  ],
15599
15651
  "signatures": [
15600
15652
  {
15601
- "id": 224,
15653
+ "id": 246,
15602
15654
  "name": "__type",
15603
15655
  "kind": 4096,
15604
15656
  "kindString": "Call signature",
15605
15657
  "flags": {},
15606
15658
  "parameters": [
15607
15659
  {
15608
- "id": 225,
15660
+ "id": 247,
15609
15661
  "name": "theme",
15610
15662
  "kind": 32768,
15611
15663
  "kindString": "Parameter",
@@ -15679,7 +15731,7 @@
15679
15731
  }
15680
15732
  },
15681
15733
  {
15682
- "id": 362,
15734
+ "id": 368,
15683
15735
  "name": "pr",
15684
15736
  "kind": 1024,
15685
15737
  "kindString": "Property",
@@ -15769,7 +15821,7 @@
15769
15821
  {
15770
15822
  "type": "reflection",
15771
15823
  "declaration": {
15772
- "id": 363,
15824
+ "id": 369,
15773
15825
  "name": "__type",
15774
15826
  "kind": 65536,
15775
15827
  "kindString": "Type literal",
@@ -15783,14 +15835,14 @@
15783
15835
  ],
15784
15836
  "signatures": [
15785
15837
  {
15786
- "id": 364,
15838
+ "id": 370,
15787
15839
  "name": "__type",
15788
15840
  "kind": 4096,
15789
15841
  "kindString": "Call signature",
15790
15842
  "flags": {},
15791
15843
  "parameters": [
15792
15844
  {
15793
- "id": 365,
15845
+ "id": 371,
15794
15846
  "name": "theme",
15795
15847
  "kind": 32768,
15796
15848
  "kindString": "Parameter",
@@ -15894,7 +15946,7 @@
15894
15946
  }
15895
15947
  },
15896
15948
  {
15897
- "id": 358,
15949
+ "id": 364,
15898
15950
  "name": "pt",
15899
15951
  "kind": 1024,
15900
15952
  "kindString": "Property",
@@ -15984,7 +16036,7 @@
15984
16036
  {
15985
16037
  "type": "reflection",
15986
16038
  "declaration": {
15987
- "id": 359,
16039
+ "id": 365,
15988
16040
  "name": "__type",
15989
16041
  "kind": 65536,
15990
16042
  "kindString": "Type literal",
@@ -15998,14 +16050,14 @@
15998
16050
  ],
15999
16051
  "signatures": [
16000
16052
  {
16001
- "id": 360,
16053
+ "id": 366,
16002
16054
  "name": "__type",
16003
16055
  "kind": 4096,
16004
16056
  "kindString": "Call signature",
16005
16057
  "flags": {},
16006
16058
  "parameters": [
16007
16059
  {
16008
- "id": 361,
16060
+ "id": 367,
16009
16061
  "name": "theme",
16010
16062
  "kind": 32768,
16011
16063
  "kindString": "Parameter",
@@ -16109,7 +16161,7 @@
16109
16161
  }
16110
16162
  },
16111
16163
  {
16112
- "id": 374,
16164
+ "id": 380,
16113
16165
  "name": "px",
16114
16166
  "kind": 1024,
16115
16167
  "kindString": "Property",
@@ -16199,7 +16251,7 @@
16199
16251
  {
16200
16252
  "type": "reflection",
16201
16253
  "declaration": {
16202
- "id": 375,
16254
+ "id": 381,
16203
16255
  "name": "__type",
16204
16256
  "kind": 65536,
16205
16257
  "kindString": "Type literal",
@@ -16213,14 +16265,14 @@
16213
16265
  ],
16214
16266
  "signatures": [
16215
16267
  {
16216
- "id": 376,
16268
+ "id": 382,
16217
16269
  "name": "__type",
16218
16270
  "kind": 4096,
16219
16271
  "kindString": "Call signature",
16220
16272
  "flags": {},
16221
16273
  "parameters": [
16222
16274
  {
16223
- "id": 377,
16275
+ "id": 383,
16224
16276
  "name": "theme",
16225
16277
  "kind": 32768,
16226
16278
  "kindString": "Parameter",
@@ -16324,7 +16376,7 @@
16324
16376
  }
16325
16377
  },
16326
16378
  {
16327
- "id": 382,
16379
+ "id": 388,
16328
16380
  "name": "py",
16329
16381
  "kind": 1024,
16330
16382
  "kindString": "Property",
@@ -16414,7 +16466,7 @@
16414
16466
  {
16415
16467
  "type": "reflection",
16416
16468
  "declaration": {
16417
- "id": 383,
16469
+ "id": 389,
16418
16470
  "name": "__type",
16419
16471
  "kind": 65536,
16420
16472
  "kindString": "Type literal",
@@ -16428,14 +16480,14 @@
16428
16480
  ],
16429
16481
  "signatures": [
16430
16482
  {
16431
- "id": 384,
16483
+ "id": 390,
16432
16484
  "name": "__type",
16433
16485
  "kind": 4096,
16434
16486
  "kindString": "Call signature",
16435
16487
  "flags": {},
16436
16488
  "parameters": [
16437
16489
  {
16438
- "id": 385,
16490
+ "id": 391,
16439
16491
  "name": "theme",
16440
16492
  "kind": 32768,
16441
16493
  "kindString": "Parameter",
@@ -16539,7 +16591,7 @@
16539
16591
  }
16540
16592
  },
16541
16593
  {
16542
- "id": 226,
16594
+ "id": 248,
16543
16595
  "name": "right",
16544
16596
  "kind": 1024,
16545
16597
  "kindString": "Property",
@@ -16629,7 +16681,7 @@
16629
16681
  {
16630
16682
  "type": "reflection",
16631
16683
  "declaration": {
16632
- "id": 227,
16684
+ "id": 249,
16633
16685
  "name": "__type",
16634
16686
  "kind": 65536,
16635
16687
  "kindString": "Type literal",
@@ -16643,14 +16695,14 @@
16643
16695
  ],
16644
16696
  "signatures": [
16645
16697
  {
16646
- "id": 228,
16698
+ "id": 250,
16647
16699
  "name": "__type",
16648
16700
  "kind": 4096,
16649
16701
  "kindString": "Call signature",
16650
16702
  "flags": {},
16651
16703
  "parameters": [
16652
16704
  {
16653
- "id": 229,
16705
+ "id": 251,
16654
16706
  "name": "theme",
16655
16707
  "kind": 32768,
16656
16708
  "kindString": "Parameter",
@@ -16754,7 +16806,7 @@
16754
16806
  }
16755
16807
  },
16756
16808
  {
16757
- "id": 230,
16809
+ "id": 252,
16758
16810
  "name": "rowGap",
16759
16811
  "kind": 1024,
16760
16812
  "kindString": "Property",
@@ -16844,7 +16896,7 @@
16844
16896
  {
16845
16897
  "type": "reflection",
16846
16898
  "declaration": {
16847
- "id": 231,
16899
+ "id": 253,
16848
16900
  "name": "__type",
16849
16901
  "kind": 65536,
16850
16902
  "kindString": "Type literal",
@@ -16858,14 +16910,14 @@
16858
16910
  ],
16859
16911
  "signatures": [
16860
16912
  {
16861
- "id": 232,
16913
+ "id": 254,
16862
16914
  "name": "__type",
16863
16915
  "kind": 4096,
16864
16916
  "kindString": "Call signature",
16865
16917
  "flags": {},
16866
16918
  "parameters": [
16867
16919
  {
16868
- "id": 233,
16920
+ "id": 255,
16869
16921
  "name": "theme",
16870
16922
  "kind": 32768,
16871
16923
  "kindString": "Parameter",
@@ -16969,7 +17021,7 @@
16969
17021
  }
16970
17022
  },
16971
17023
  {
16972
- "id": 23,
17024
+ "id": 29,
16973
17025
  "name": "showFavorite",
16974
17026
  "kind": 1024,
16975
17027
  "kindString": "Property",
@@ -16979,9 +17031,9 @@
16979
17031
  "sources": [
16980
17032
  {
16981
17033
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
16982
- "line": 17,
17034
+ "line": 19,
16983
17035
  "character": 2,
16984
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
17036
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L19"
16985
17037
  }
16986
17038
  ],
16987
17039
  "type": {
@@ -16990,12 +17042,12 @@
16990
17042
  },
16991
17043
  "inheritedFrom": {
16992
17044
  "type": "reference",
16993
- "id": 16,
17045
+ "id": 20,
16994
17046
  "name": "AddressRenderRowBoxPropsBase.showFavorite"
16995
17047
  }
16996
17048
  },
16997
17049
  {
16998
- "id": 234,
17050
+ "id": 256,
16999
17051
  "name": "textAlign",
17000
17052
  "kind": 1024,
17001
17053
  "kindString": "Property",
@@ -17055,7 +17107,7 @@
17055
17107
  {
17056
17108
  "type": "reflection",
17057
17109
  "declaration": {
17058
- "id": 235,
17110
+ "id": 257,
17059
17111
  "name": "__type",
17060
17112
  "kind": 65536,
17061
17113
  "kindString": "Type literal",
@@ -17069,14 +17121,14 @@
17069
17121
  ],
17070
17122
  "signatures": [
17071
17123
  {
17072
- "id": 236,
17124
+ "id": 258,
17073
17125
  "name": "__type",
17074
17126
  "kind": 4096,
17075
17127
  "kindString": "Call signature",
17076
17128
  "flags": {},
17077
17129
  "parameters": [
17078
17130
  {
17079
- "id": 237,
17131
+ "id": 259,
17080
17132
  "name": "theme",
17081
17133
  "kind": 32768,
17082
17134
  "kindString": "Parameter",
@@ -17150,7 +17202,7 @@
17150
17202
  }
17151
17203
  },
17152
17204
  {
17153
- "id": 238,
17205
+ "id": 260,
17154
17206
  "name": "textOverflow",
17155
17207
  "kind": 1024,
17156
17208
  "kindString": "Property",
@@ -17191,7 +17243,7 @@
17191
17243
  {
17192
17244
  "type": "reflection",
17193
17245
  "declaration": {
17194
- "id": 239,
17246
+ "id": 261,
17195
17247
  "name": "__type",
17196
17248
  "kind": 65536,
17197
17249
  "kindString": "Type literal",
@@ -17205,14 +17257,14 @@
17205
17257
  ],
17206
17258
  "signatures": [
17207
17259
  {
17208
- "id": 240,
17260
+ "id": 262,
17209
17261
  "name": "__type",
17210
17262
  "kind": 4096,
17211
17263
  "kindString": "Call signature",
17212
17264
  "flags": {},
17213
17265
  "parameters": [
17214
17266
  {
17215
- "id": 241,
17267
+ "id": 263,
17216
17268
  "name": "theme",
17217
17269
  "kind": 32768,
17218
17270
  "kindString": "Parameter",
@@ -17267,7 +17319,7 @@
17267
17319
  }
17268
17320
  },
17269
17321
  {
17270
- "id": 242,
17322
+ "id": 264,
17271
17323
  "name": "textTransform",
17272
17324
  "kind": 1024,
17273
17325
  "kindString": "Property",
@@ -17327,7 +17379,7 @@
17327
17379
  {
17328
17380
  "type": "reflection",
17329
17381
  "declaration": {
17330
- "id": 243,
17382
+ "id": 265,
17331
17383
  "name": "__type",
17332
17384
  "kind": 65536,
17333
17385
  "kindString": "Type literal",
@@ -17341,14 +17393,14 @@
17341
17393
  ],
17342
17394
  "signatures": [
17343
17395
  {
17344
- "id": 244,
17396
+ "id": 266,
17345
17397
  "name": "__type",
17346
17398
  "kind": 4096,
17347
17399
  "kindString": "Call signature",
17348
17400
  "flags": {},
17349
17401
  "parameters": [
17350
17402
  {
17351
- "id": 245,
17403
+ "id": 267,
17352
17404
  "name": "theme",
17353
17405
  "kind": 32768,
17354
17406
  "kindString": "Parameter",
@@ -17422,7 +17474,7 @@
17422
17474
  }
17423
17475
  },
17424
17476
  {
17425
- "id": 246,
17477
+ "id": 268,
17426
17478
  "name": "top",
17427
17479
  "kind": 1024,
17428
17480
  "kindString": "Property",
@@ -17512,7 +17564,7 @@
17512
17564
  {
17513
17565
  "type": "reflection",
17514
17566
  "declaration": {
17515
- "id": 247,
17567
+ "id": 269,
17516
17568
  "name": "__type",
17517
17569
  "kind": 65536,
17518
17570
  "kindString": "Type literal",
@@ -17526,14 +17578,14 @@
17526
17578
  ],
17527
17579
  "signatures": [
17528
17580
  {
17529
- "id": 248,
17581
+ "id": 270,
17530
17582
  "name": "__type",
17531
17583
  "kind": 4096,
17532
17584
  "kindString": "Call signature",
17533
17585
  "flags": {},
17534
17586
  "parameters": [
17535
17587
  {
17536
- "id": 249,
17588
+ "id": 271,
17537
17589
  "name": "theme",
17538
17590
  "kind": 32768,
17539
17591
  "kindString": "Parameter",
@@ -17637,7 +17689,7 @@
17637
17689
  }
17638
17690
  },
17639
17691
  {
17640
- "id": 390,
17692
+ "id": 396,
17641
17693
  "name": "typography",
17642
17694
  "kind": 1024,
17643
17695
  "kindString": "Property",
@@ -17669,7 +17721,7 @@
17669
17721
  {
17670
17722
  "type": "reflection",
17671
17723
  "declaration": {
17672
- "id": 391,
17724
+ "id": 397,
17673
17725
  "name": "__type",
17674
17726
  "kind": 65536,
17675
17727
  "kindString": "Type literal",
@@ -17683,14 +17735,14 @@
17683
17735
  ],
17684
17736
  "signatures": [
17685
17737
  {
17686
- "id": 392,
17738
+ "id": 398,
17687
17739
  "name": "__type",
17688
17740
  "kind": 4096,
17689
17741
  "kindString": "Call signature",
17690
17742
  "flags": {},
17691
17743
  "parameters": [
17692
17744
  {
17693
- "id": 393,
17745
+ "id": 399,
17694
17746
  "name": "theme",
17695
17747
  "kind": 32768,
17696
17748
  "kindString": "Parameter",
@@ -17736,7 +17788,7 @@
17736
17788
  }
17737
17789
  },
17738
17790
  {
17739
- "id": 250,
17791
+ "id": 82,
17740
17792
  "name": "visibility",
17741
17793
  "kind": 1024,
17742
17794
  "kindString": "Property",
@@ -17796,7 +17848,7 @@
17796
17848
  {
17797
17849
  "type": "reflection",
17798
17850
  "declaration": {
17799
- "id": 251,
17851
+ "id": 83,
17800
17852
  "name": "__type",
17801
17853
  "kind": 65536,
17802
17854
  "kindString": "Type literal",
@@ -17810,14 +17862,14 @@
17810
17862
  ],
17811
17863
  "signatures": [
17812
17864
  {
17813
- "id": 252,
17865
+ "id": 84,
17814
17866
  "name": "__type",
17815
17867
  "kind": 4096,
17816
17868
  "kindString": "Call signature",
17817
17869
  "flags": {},
17818
17870
  "parameters": [
17819
17871
  {
17820
- "id": 253,
17872
+ "id": 85,
17821
17873
  "name": "theme",
17822
17874
  "kind": 32768,
17823
17875
  "kindString": "Parameter",
@@ -17891,7 +17943,7 @@
17891
17943
  }
17892
17944
  },
17893
17945
  {
17894
- "id": 254,
17946
+ "id": 272,
17895
17947
  "name": "whiteSpace",
17896
17948
  "kind": 1024,
17897
17949
  "kindString": "Property",
@@ -17951,7 +18003,7 @@
17951
18003
  {
17952
18004
  "type": "reflection",
17953
18005
  "declaration": {
17954
- "id": 255,
18006
+ "id": 273,
17955
18007
  "name": "__type",
17956
18008
  "kind": 65536,
17957
18009
  "kindString": "Type literal",
@@ -17965,14 +18017,14 @@
17965
18017
  ],
17966
18018
  "signatures": [
17967
18019
  {
17968
- "id": 256,
18020
+ "id": 274,
17969
18021
  "name": "__type",
17970
18022
  "kind": 4096,
17971
18023
  "kindString": "Call signature",
17972
18024
  "flags": {},
17973
18025
  "parameters": [
17974
18026
  {
17975
- "id": 257,
18027
+ "id": 275,
17976
18028
  "name": "theme",
17977
18029
  "kind": 32768,
17978
18030
  "kindString": "Parameter",
@@ -18046,7 +18098,7 @@
18046
18098
  }
18047
18099
  },
18048
18100
  {
18049
- "id": 258,
18101
+ "id": 42,
18050
18102
  "name": "width",
18051
18103
  "kind": 1024,
18052
18104
  "kindString": "Property",
@@ -18136,7 +18188,7 @@
18136
18188
  {
18137
18189
  "type": "reflection",
18138
18190
  "declaration": {
18139
- "id": 259,
18191
+ "id": 43,
18140
18192
  "name": "__type",
18141
18193
  "kind": 65536,
18142
18194
  "kindString": "Type literal",
@@ -18150,14 +18202,14 @@
18150
18202
  ],
18151
18203
  "signatures": [
18152
18204
  {
18153
- "id": 260,
18205
+ "id": 44,
18154
18206
  "name": "__type",
18155
18207
  "kind": 4096,
18156
18208
  "kindString": "Call signature",
18157
18209
  "flags": {},
18158
18210
  "parameters": [
18159
18211
  {
18160
- "id": 261,
18212
+ "id": 45,
18161
18213
  "name": "theme",
18162
18214
  "kind": 32768,
18163
18215
  "kindString": "Parameter",
@@ -18261,7 +18313,7 @@
18261
18313
  }
18262
18314
  },
18263
18315
  {
18264
- "id": 50,
18316
+ "id": 100,
18265
18317
  "name": "zIndex",
18266
18318
  "kind": 1024,
18267
18319
  "kindString": "Property",
@@ -18293,7 +18345,7 @@
18293
18345
  {
18294
18346
  "type": "reflection",
18295
18347
  "declaration": {
18296
- "id": 51,
18348
+ "id": 101,
18297
18349
  "name": "__type",
18298
18350
  "kind": 65536,
18299
18351
  "kindString": "Type literal",
@@ -18312,7 +18364,7 @@
18312
18364
  {
18313
18365
  "type": "reflection",
18314
18366
  "declaration": {
18315
- "id": 52,
18367
+ "id": 102,
18316
18368
  "name": "__type",
18317
18369
  "kind": 65536,
18318
18370
  "kindString": "Type literal",
@@ -18331,7 +18383,7 @@
18331
18383
  {
18332
18384
  "type": "reflection",
18333
18385
  "declaration": {
18334
- "id": 53,
18386
+ "id": 103,
18335
18387
  "name": "__type",
18336
18388
  "kind": 65536,
18337
18389
  "kindString": "Type literal",
@@ -18345,14 +18397,14 @@
18345
18397
  ],
18346
18398
  "signatures": [
18347
18399
  {
18348
- "id": 54,
18400
+ "id": 104,
18349
18401
  "name": "__type",
18350
18402
  "kind": 4096,
18351
18403
  "kindString": "Call signature",
18352
18404
  "flags": {},
18353
18405
  "parameters": [
18354
18406
  {
18355
- "id": 55,
18407
+ "id": 105,
18356
18408
  "name": "theme",
18357
18409
  "kind": 32768,
18358
18410
  "kindString": "Parameter",
@@ -18389,7 +18441,7 @@
18389
18441
  {
18390
18442
  "type": "reflection",
18391
18443
  "declaration": {
18392
- "id": 56,
18444
+ "id": 106,
18393
18445
  "name": "__type",
18394
18446
  "kind": 65536,
18395
18447
  "kindString": "Type literal",
@@ -18408,7 +18460,7 @@
18408
18460
  {
18409
18461
  "type": "reflection",
18410
18462
  "declaration": {
18411
- "id": 57,
18463
+ "id": 107,
18412
18464
  "name": "__type",
18413
18465
  "kind": 65536,
18414
18466
  "kindString": "Type literal",
@@ -18440,112 +18492,114 @@
18440
18492
  {
18441
18493
  "title": "Properties",
18442
18494
  "children": [
18443
- 18,
18495
+ 22,
18496
+ 23,
18497
+ 108,
18498
+ 112,
18499
+ 116,
18500
+ 86,
18501
+ 90,
18502
+ 276,
18503
+ 280,
18504
+ 284,
18505
+ 288,
18506
+ 292,
18507
+ 296,
18508
+ 120,
18509
+ 96,
18510
+ 124,
18511
+ 30,
18512
+ 128,
18513
+ 46,
18514
+ 400,
18515
+ 24,
18516
+ 300,
18517
+ 132,
18518
+ 136,
18519
+ 140,
18520
+ 144,
18521
+ 148,
18522
+ 50,
18523
+ 54,
18444
18524
  58,
18445
18525
  62,
18446
- 66,
18447
- 318,
18448
- 32,
18449
- 262,
18450
- 266,
18451
- 270,
18452
- 274,
18453
- 278,
18454
- 282,
18455
- 70,
18526
+ 304,
18527
+ 308,
18528
+ 152,
18529
+ 156,
18530
+ 160,
18531
+ 312,
18532
+ 316,
18533
+ 164,
18534
+ 168,
18535
+ 172,
18456
18536
  38,
18457
- 74,
18537
+ 25,
18538
+ 26,
18539
+ 27,
18540
+ 176,
18541
+ 180,
18542
+ 184,
18543
+ 188,
18544
+ 70,
18545
+ 192,
18546
+ 328,
18547
+ 320,
18548
+ 196,
18549
+ 200,
18550
+ 204,
18551
+ 208,
18552
+ 352,
18553
+ 360,
18554
+ 212,
18555
+ 216,
18556
+ 340,
18557
+ 220,
18558
+ 224,
18559
+ 344,
18560
+ 336,
18561
+ 332,
18562
+ 348,
18563
+ 356,
18458
18564
  28,
18565
+ 74,
18459
18566
  78,
18567
+ 34,
18568
+ 324,
18569
+ 228,
18570
+ 232,
18571
+ 236,
18572
+ 240,
18573
+ 384,
18574
+ 392,
18575
+ 372,
18576
+ 376,
18577
+ 244,
18578
+ 368,
18579
+ 364,
18580
+ 380,
18581
+ 388,
18582
+ 248,
18583
+ 252,
18584
+ 29,
18585
+ 256,
18586
+ 260,
18587
+ 264,
18588
+ 268,
18589
+ 396,
18460
18590
  82,
18461
- 394,
18462
- 19,
18463
- 286,
18464
- 86,
18465
- 90,
18466
- 94,
18467
- 98,
18468
- 102,
18469
- 106,
18470
- 110,
18471
- 114,
18591
+ 272,
18472
18592
  42,
18473
- 290,
18474
- 294,
18475
- 118,
18476
- 122,
18477
- 126,
18478
- 298,
18479
- 302,
18480
- 130,
18481
- 134,
18482
- 138,
18483
- 142,
18484
- 20,
18485
- 21,
18486
- 22,
18487
- 146,
18488
- 150,
18489
- 154,
18490
- 158,
18491
- 162,
18492
- 166,
18493
- 322,
18494
- 306,
18495
- 170,
18496
- 174,
18497
- 178,
18498
- 182,
18499
- 346,
18500
- 354,
18501
- 186,
18502
- 190,
18503
- 334,
18504
- 194,
18505
- 198,
18506
- 338,
18507
- 330,
18508
- 326,
18509
- 342,
18510
- 350,
18511
- 202,
18512
- 310,
18513
- 24,
18514
- 314,
18515
- 206,
18516
- 210,
18517
- 214,
18518
- 218,
18519
- 378,
18520
- 386,
18521
- 366,
18522
- 370,
18523
- 222,
18524
- 362,
18525
- 358,
18526
- 374,
18527
- 382,
18528
- 226,
18529
- 230,
18530
- 23,
18531
- 234,
18532
- 238,
18533
- 242,
18534
- 246,
18535
- 390,
18536
- 250,
18537
- 254,
18538
- 258,
18539
- 50
18593
+ 100
18540
18594
  ]
18541
18595
  }
18542
18596
  ],
18543
18597
  "sources": [
18544
18598
  {
18545
18599
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18546
- "line": 20,
18600
+ "line": 22,
18547
18601
  "character": 17,
18548
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L20"
18602
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L22"
18549
18603
  }
18550
18604
  ],
18551
18605
  "extendedTypes": [
@@ -18557,7 +18611,7 @@
18557
18611
  },
18558
18612
  {
18559
18613
  "type": "reference",
18560
- "id": 10,
18614
+ "id": 12,
18561
18615
  "name": "AddressRenderRowBoxPropsBase"
18562
18616
  },
18563
18617
  {
@@ -18569,14 +18623,14 @@
18569
18623
  ]
18570
18624
  },
18571
18625
  {
18572
- "id": 10,
18626
+ "id": 12,
18573
18627
  "name": "AddressRenderRowBoxPropsBase",
18574
18628
  "kind": 256,
18575
18629
  "kindString": "Interface",
18576
18630
  "flags": {},
18577
18631
  "children": [
18578
18632
  {
18579
- "id": 11,
18633
+ "id": 13,
18580
18634
  "name": "address",
18581
18635
  "kind": 1024,
18582
18636
  "kindString": "Property",
@@ -18588,7 +18642,7 @@
18588
18642
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18589
18643
  "line": 12,
18590
18644
  "character": 2,
18591
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
18645
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
18592
18646
  }
18593
18647
  ],
18594
18648
  "type": {
@@ -18606,8 +18660,8 @@
18606
18660
  }
18607
18661
  },
18608
18662
  {
18609
- "id": 12,
18610
- "name": "favorite",
18663
+ "id": 14,
18664
+ "name": "alias",
18611
18665
  "kind": 1024,
18612
18666
  "kindString": "Property",
18613
18667
  "flags": {
@@ -18618,7 +18672,28 @@
18618
18672
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18619
18673
  "line": 13,
18620
18674
  "character": 2,
18621
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
18675
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
18676
+ }
18677
+ ],
18678
+ "type": {
18679
+ "type": "intrinsic",
18680
+ "name": "string"
18681
+ }
18682
+ },
18683
+ {
18684
+ "id": 15,
18685
+ "name": "favorite",
18686
+ "kind": 1024,
18687
+ "kindString": "Property",
18688
+ "flags": {
18689
+ "isOptional": true
18690
+ },
18691
+ "sources": [
18692
+ {
18693
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18694
+ "line": 14,
18695
+ "character": 2,
18696
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
18622
18697
  }
18623
18698
  ],
18624
18699
  "type": {
@@ -18627,7 +18702,7 @@
18627
18702
  }
18628
18703
  },
18629
18704
  {
18630
- "id": 13,
18705
+ "id": 16,
18631
18706
  "name": "iconOnly",
18632
18707
  "kind": 1024,
18633
18708
  "kindString": "Property",
@@ -18637,9 +18712,9 @@
18637
18712
  "sources": [
18638
18713
  {
18639
18714
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18640
- "line": 14,
18715
+ "line": 15,
18641
18716
  "character": 2,
18642
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
18717
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
18643
18718
  }
18644
18719
  ],
18645
18720
  "type": {
@@ -18648,7 +18723,7 @@
18648
18723
  }
18649
18724
  },
18650
18725
  {
18651
- "id": 14,
18726
+ "id": 17,
18652
18727
  "name": "iconSize",
18653
18728
  "kind": 1024,
18654
18729
  "kindString": "Property",
@@ -18658,9 +18733,9 @@
18658
18733
  "sources": [
18659
18734
  {
18660
18735
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18661
- "line": 15,
18736
+ "line": 16,
18662
18737
  "character": 2,
18663
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
18738
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
18664
18739
  }
18665
18740
  ],
18666
18741
  "type": {
@@ -18669,7 +18744,7 @@
18669
18744
  }
18670
18745
  },
18671
18746
  {
18672
- "id": 15,
18747
+ "id": 18,
18673
18748
  "name": "icons",
18674
18749
  "kind": 1024,
18675
18750
  "kindString": "Property",
@@ -18679,9 +18754,9 @@
18679
18754
  "sources": [
18680
18755
  {
18681
18756
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18682
- "line": 16,
18757
+ "line": 17,
18683
18758
  "character": 2,
18684
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
18759
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
18685
18760
  }
18686
18761
  ],
18687
18762
  "type": {
@@ -18690,7 +18765,28 @@
18690
18765
  }
18691
18766
  },
18692
18767
  {
18693
- "id": 16,
18768
+ "id": 19,
18769
+ "name": "name",
18770
+ "kind": 1024,
18771
+ "kindString": "Property",
18772
+ "flags": {
18773
+ "isOptional": true
18774
+ },
18775
+ "sources": [
18776
+ {
18777
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18778
+ "line": 18,
18779
+ "character": 2,
18780
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
18781
+ }
18782
+ ],
18783
+ "type": {
18784
+ "type": "intrinsic",
18785
+ "name": "string"
18786
+ }
18787
+ },
18788
+ {
18789
+ "id": 20,
18694
18790
  "name": "showFavorite",
18695
18791
  "kind": 1024,
18696
18792
  "kindString": "Property",
@@ -18700,9 +18796,9 @@
18700
18796
  "sources": [
18701
18797
  {
18702
18798
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18703
- "line": 17,
18799
+ "line": 19,
18704
18800
  "character": 2,
18705
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
18801
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L19"
18706
18802
  }
18707
18803
  ],
18708
18804
  "type": {
@@ -18715,12 +18811,14 @@
18715
18811
  {
18716
18812
  "title": "Properties",
18717
18813
  "children": [
18718
- 11,
18719
- 12,
18720
18814
  13,
18721
18815
  14,
18722
18816
  15,
18723
- 16
18817
+ 16,
18818
+ 17,
18819
+ 18,
18820
+ 19,
18821
+ 20
18724
18822
  ]
18725
18823
  }
18726
18824
  ],
@@ -18729,13 +18827,13 @@
18729
18827
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18730
18828
  "line": 11,
18731
18829
  "character": 17,
18732
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L11"
18830
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L11"
18733
18831
  }
18734
18832
  ],
18735
18833
  "extendedBy": [
18736
18834
  {
18737
18835
  "type": "reference",
18738
- "id": 17,
18836
+ "id": 21,
18739
18837
  "name": "AddressRenderRowBoxProps"
18740
18838
  }
18741
18839
  ]
@@ -18758,9 +18856,9 @@
18758
18856
  "sources": [
18759
18857
  {
18760
18858
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18761
- "line": 10,
18859
+ "line": 13,
18762
18860
  "character": 2,
18763
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L10"
18861
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L13"
18764
18862
  }
18765
18863
  ],
18766
18864
  "type": {
@@ -18770,6 +18868,27 @@
18770
18868
  },
18771
18869
  {
18772
18870
  "id": 3,
18871
+ "name": "alias",
18872
+ "kind": 1024,
18873
+ "kindString": "Property",
18874
+ "flags": {
18875
+ "isOptional": true
18876
+ },
18877
+ "sources": [
18878
+ {
18879
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18880
+ "line": 14,
18881
+ "character": 2,
18882
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L14"
18883
+ }
18884
+ ],
18885
+ "type": {
18886
+ "type": "intrinsic",
18887
+ "name": "string"
18888
+ }
18889
+ },
18890
+ {
18891
+ "id": 4,
18773
18892
  "name": "favorite",
18774
18893
  "kind": 1024,
18775
18894
  "kindString": "Property",
@@ -18777,9 +18896,9 @@
18777
18896
  "sources": [
18778
18897
  {
18779
18898
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18780
- "line": 11,
18899
+ "line": 15,
18781
18900
  "character": 2,
18782
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L11"
18901
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L15"
18783
18902
  }
18784
18903
  ],
18785
18904
  "type": {
@@ -18793,28 +18912,29 @@
18793
18912
  "title": "Properties",
18794
18913
  "children": [
18795
18914
  2,
18796
- 3
18915
+ 3,
18916
+ 4
18797
18917
  ]
18798
18918
  }
18799
18919
  ],
18800
18920
  "sources": [
18801
18921
  {
18802
18922
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18803
- "line": 9,
18923
+ "line": 12,
18804
18924
  "character": 17,
18805
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L9"
18925
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L12"
18806
18926
  }
18807
18927
  ]
18808
18928
  },
18809
18929
  {
18810
- "id": 4,
18930
+ "id": 5,
18811
18931
  "name": "FavoriteIconButtonProps",
18812
18932
  "kind": 256,
18813
18933
  "kindString": "Interface",
18814
18934
  "flags": {},
18815
18935
  "children": [
18816
18936
  {
18817
- "id": 5,
18937
+ "id": 6,
18818
18938
  "name": "address",
18819
18939
  "kind": 1024,
18820
18940
  "kindString": "Property",
@@ -18824,9 +18944,9 @@
18824
18944
  "sources": [
18825
18945
  {
18826
18946
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18827
- "line": 15,
18947
+ "line": 20,
18828
18948
  "character": 2,
18829
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L15"
18949
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L20"
18830
18950
  }
18831
18951
  ],
18832
18952
  "type": {
@@ -18835,7 +18955,28 @@
18835
18955
  }
18836
18956
  },
18837
18957
  {
18838
- "id": 6,
18958
+ "id": 7,
18959
+ "name": "alias",
18960
+ "kind": 1024,
18961
+ "kindString": "Property",
18962
+ "flags": {
18963
+ "isOptional": true
18964
+ },
18965
+ "sources": [
18966
+ {
18967
+ "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18968
+ "line": 21,
18969
+ "character": 2,
18970
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L21"
18971
+ }
18972
+ ],
18973
+ "type": {
18974
+ "type": "intrinsic",
18975
+ "name": "string"
18976
+ }
18977
+ },
18978
+ {
18979
+ "id": 8,
18839
18980
  "name": "favorite",
18840
18981
  "kind": 1024,
18841
18982
  "kindString": "Property",
@@ -18845,9 +18986,9 @@
18845
18986
  "sources": [
18846
18987
  {
18847
18988
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18848
- "line": 16,
18989
+ "line": 22,
18849
18990
  "character": 2,
18850
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L16"
18991
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L22"
18851
18992
  }
18852
18993
  ],
18853
18994
  "type": {
@@ -18860,17 +19001,18 @@
18860
19001
  {
18861
19002
  "title": "Properties",
18862
19003
  "children": [
18863
- 5,
18864
- 6
19004
+ 6,
19005
+ 7,
19006
+ 8
18865
19007
  ]
18866
19008
  }
18867
19009
  ],
18868
19010
  "sources": [
18869
19011
  {
18870
19012
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
18871
- "line": 14,
19013
+ "line": 18,
18872
19014
  "character": 17,
18873
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L14"
19015
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L18"
18874
19016
  }
18875
19017
  ],
18876
19018
  "extendedTypes": [
@@ -18889,7 +19031,7 @@
18889
19031
  ]
18890
19032
  },
18891
19033
  {
18892
- "id": 398,
19034
+ "id": 404,
18893
19035
  "name": "AddressRenderRowBox",
18894
19036
  "kind": 64,
18895
19037
  "kindString": "Function",
@@ -18897,14 +19039,14 @@
18897
19039
  "sources": [
18898
19040
  {
18899
19041
  "fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
18900
- "line": 22,
19042
+ "line": 24,
18901
19043
  "character": 13,
18902
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L22"
19044
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L24"
18903
19045
  }
18904
19046
  ],
18905
19047
  "signatures": [
18906
19048
  {
18907
- "id": 399,
19049
+ "id": 405,
18908
19050
  "name": "AddressRenderRowBox",
18909
19051
  "kind": 4096,
18910
19052
  "kindString": "Call signature",
@@ -18919,7 +19061,7 @@
18919
19061
  },
18920
19062
  "parameters": [
18921
19063
  {
18922
- "id": 400,
19064
+ "id": 406,
18923
19065
  "name": "props",
18924
19066
  "kind": 32768,
18925
19067
  "kindString": "Parameter",
@@ -18929,7 +19071,7 @@
18929
19071
  "types": [
18930
19072
  {
18931
19073
  "type": "reference",
18932
- "id": 17,
19074
+ "id": 21,
18933
19075
  "name": "AddressRenderRowBoxProps"
18934
19076
  },
18935
19077
  {
@@ -18996,7 +19138,7 @@
18996
19138
  ]
18997
19139
  },
18998
19140
  {
18999
- "id": 7,
19141
+ "id": 9,
19000
19142
  "name": "FavoriteIconButton",
19001
19143
  "kind": 64,
19002
19144
  "kindString": "Function",
@@ -19004,14 +19146,14 @@
19004
19146
  "sources": [
19005
19147
  {
19006
19148
  "fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
19007
- "line": 19,
19149
+ "line": 25,
19008
19150
  "character": 13,
19009
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L19"
19151
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L25"
19010
19152
  }
19011
19153
  ],
19012
19154
  "signatures": [
19013
19155
  {
19014
- "id": 8,
19156
+ "id": 10,
19015
19157
  "name": "FavoriteIconButton",
19016
19158
  "kind": 4096,
19017
19159
  "kindString": "Call signature",
@@ -19026,7 +19168,7 @@
19026
19168
  },
19027
19169
  "parameters": [
19028
19170
  {
19029
- "id": 9,
19171
+ "id": 11,
19030
19172
  "name": "props",
19031
19173
  "kind": 32768,
19032
19174
  "kindString": "Parameter",
@@ -19039,7 +19181,7 @@
19039
19181
  "typeArguments": [
19040
19182
  {
19041
19183
  "type": "reference",
19042
- "id": 4,
19184
+ "id": 5,
19043
19185
  "name": "FavoriteIconButtonProps"
19044
19186
  },
19045
19187
  {
@@ -19119,17 +19261,17 @@
19119
19261
  {
19120
19262
  "title": "Interfaces",
19121
19263
  "children": [
19122
- 17,
19123
- 10,
19264
+ 21,
19265
+ 12,
19124
19266
  1,
19125
- 4
19267
+ 5
19126
19268
  ]
19127
19269
  },
19128
19270
  {
19129
19271
  "title": "Functions",
19130
19272
  "children": [
19131
- 398,
19132
- 7
19273
+ 404,
19274
+ 9
19133
19275
  ]
19134
19276
  }
19135
19277
  ],
@@ -19138,7 +19280,7 @@
19138
19280
  "fileName": "packages/sdk/packages/address/packages/render/src/index.ts",
19139
19281
  "line": 1,
19140
19282
  "character": 0,
19141
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5cc7e2220/packages/sdk/packages/address/packages/render/src/index.ts#L1"
19283
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5eba71ebf/packages/sdk/packages/address/packages/render/src/index.ts#L1"
19142
19284
  }
19143
19285
  ]
19144
19286
  }