@xyo-network/react-appbar 2.35.9 → 2.35.11

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 (31) hide show
  1. package/dist/cjs/components/SiteMenu/hooks/index.d.ts +2 -0
  2. package/dist/cjs/components/SiteMenu/hooks/index.d.ts.map +1 -0
  3. package/dist/cjs/components/SiteMenu/hooks/index.js +5 -0
  4. package/dist/cjs/components/SiteMenu/hooks/index.js.map +1 -0
  5. package/dist/cjs/components/SiteMenu/hooks/useMenuItemsShared.d.ts +8 -0
  6. package/dist/cjs/components/SiteMenu/hooks/useMenuItemsShared.d.ts.map +1 -0
  7. package/dist/cjs/components/SiteMenu/hooks/useMenuItemsShared.js +23 -0
  8. package/dist/cjs/components/SiteMenu/hooks/useMenuItemsShared.js.map +1 -0
  9. package/dist/cjs/components/SiteMenu/index.d.ts +1 -0
  10. package/dist/cjs/components/SiteMenu/index.d.ts.map +1 -1
  11. package/dist/cjs/components/SiteMenu/index.js +1 -0
  12. package/dist/cjs/components/SiteMenu/index.js.map +1 -1
  13. package/dist/docs.json +728 -594
  14. package/dist/esm/components/SiteMenu/hooks/index.d.ts +2 -0
  15. package/dist/esm/components/SiteMenu/hooks/index.d.ts.map +1 -0
  16. package/dist/esm/components/SiteMenu/hooks/index.js +2 -0
  17. package/dist/esm/components/SiteMenu/hooks/index.js.map +1 -0
  18. package/dist/esm/components/SiteMenu/hooks/useMenuItemsShared.d.ts +8 -0
  19. package/dist/esm/components/SiteMenu/hooks/useMenuItemsShared.d.ts.map +1 -0
  20. package/dist/esm/components/SiteMenu/hooks/useMenuItemsShared.js +19 -0
  21. package/dist/esm/components/SiteMenu/hooks/useMenuItemsShared.js.map +1 -0
  22. package/dist/esm/components/SiteMenu/index.d.ts +1 -0
  23. package/dist/esm/components/SiteMenu/index.d.ts.map +1 -1
  24. package/dist/esm/components/SiteMenu/index.js +1 -0
  25. package/dist/esm/components/SiteMenu/index.js.map +1 -1
  26. package/package.json +6 -6
  27. package/src/components/CollapsibleDrawer/CollapseDrawer.stories.tsx +64 -0
  28. package/src/components/SiteMenu/MenuItem.stories.tsx +2 -35
  29. package/src/components/SiteMenu/hooks/index.ts +1 -0
  30. package/src/components/SiteMenu/hooks/useMenuItemsShared.tsx +29 -0
  31. package/src/components/SiteMenu/index.ts +1 -0
package/dist/docs.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts",
25
25
  "line": 2,
26
26
  "character": 2,
27
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L2"
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L2"
28
28
  }
29
29
  ],
30
30
  "type": {
@@ -43,7 +43,7 @@
43
43
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts",
44
44
  "line": 3,
45
45
  "character": 2,
46
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L3"
46
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L3"
47
47
  }
48
48
  ],
49
49
  "type": {
@@ -62,7 +62,7 @@
62
62
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts",
63
63
  "line": 4,
64
64
  "character": 2,
65
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L4"
65
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L4"
66
66
  }
67
67
  ],
68
68
  "type": {
@@ -86,7 +86,7 @@
86
86
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts",
87
87
  "line": 1,
88
88
  "character": 12,
89
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L1"
89
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsType.ts#L1"
90
90
  }
91
91
  ]
92
92
  },
@@ -110,7 +110,7 @@
110
110
  "fileName": "packages/sdk/packages/appbar/src/components/AppBar/Application.tsx",
111
111
  "line": 8,
112
112
  "character": 2,
113
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L8"
113
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L8"
114
114
  }
115
115
  ],
116
116
  "type": {
@@ -182,7 +182,7 @@
182
182
  "fileName": "packages/sdk/packages/appbar/src/components/AppBar/Application.tsx",
183
183
  "line": 10,
184
184
  "character": 2,
185
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L10"
185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L10"
186
186
  }
187
187
  ],
188
188
  "type": {
@@ -207,7 +207,7 @@
207
207
  "fileName": "packages/sdk/packages/appbar/src/components/AppBar/Application.tsx",
208
208
  "line": 9,
209
209
  "character": 2,
210
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L9"
210
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L9"
211
211
  }
212
212
  ],
213
213
  "type": {
@@ -282,7 +282,7 @@
282
282
  "fileName": "packages/sdk/packages/appbar/src/components/AppBar/Application.tsx",
283
283
  "line": 7,
284
284
  "character": 17,
285
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L7"
285
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L7"
286
286
  }
287
287
  ],
288
288
  "extendedTypes": [
@@ -295,14 +295,14 @@
295
295
  ]
296
296
  },
297
297
  {
298
- "id": 1212,
298
+ "id": 1220,
299
299
  "name": "CollapsibleProviderProps",
300
300
  "kind": 256,
301
301
  "kindString": "Interface",
302
302
  "flags": {},
303
303
  "children": [
304
304
  {
305
- "id": 1213,
305
+ "id": 1221,
306
306
  "name": "defaultCollapse",
307
307
  "kind": 1024,
308
308
  "kindString": "Property",
@@ -314,7 +314,7 @@
314
314
  "fileName": "packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx",
315
315
  "line": 7,
316
316
  "character": 2,
317
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L7"
317
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L7"
318
318
  }
319
319
  ],
320
320
  "type": {
@@ -323,7 +323,7 @@
323
323
  }
324
324
  },
325
325
  {
326
- "id": 1214,
326
+ "id": 1222,
327
327
  "name": "defaultCollapseEnd",
328
328
  "kind": 1024,
329
329
  "kindString": "Property",
@@ -335,7 +335,7 @@
335
335
  "fileName": "packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx",
336
336
  "line": 8,
337
337
  "character": 2,
338
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L8"
338
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L8"
339
339
  }
340
340
  ],
341
341
  "type": {
@@ -348,8 +348,8 @@
348
348
  {
349
349
  "title": "Properties",
350
350
  "children": [
351
- 1213,
352
- 1214
351
+ 1221,
352
+ 1222
353
353
  ]
354
354
  }
355
355
  ],
@@ -358,7 +358,7 @@
358
358
  "fileName": "packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx",
359
359
  "line": 6,
360
360
  "character": 17,
361
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L6"
361
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L6"
362
362
  }
363
363
  ],
364
364
  "extendedTypes": [
@@ -371,14 +371,14 @@
371
371
  ]
372
372
  },
373
373
  {
374
- "id": 1187,
374
+ "id": 1195,
375
375
  "name": "ContextToolbarProps",
376
376
  "kind": 256,
377
377
  "kindString": "Interface",
378
378
  "flags": {},
379
379
  "children": [
380
380
  {
381
- "id": 1188,
381
+ "id": 1196,
382
382
  "name": "logoTo",
383
383
  "kind": 1024,
384
384
  "kindString": "Property",
@@ -390,7 +390,7 @@
390
390
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx",
391
391
  "line": 7,
392
392
  "character": 2,
393
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L7"
393
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L7"
394
394
  }
395
395
  ],
396
396
  "type": {
@@ -401,7 +401,7 @@
401
401
  }
402
402
  },
403
403
  {
404
- "id": 1189,
404
+ "id": 1197,
405
405
  "name": "version",
406
406
  "kind": 1024,
407
407
  "kindString": "Property",
@@ -413,7 +413,7 @@
413
413
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx",
414
414
  "line": 8,
415
415
  "character": 2,
416
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L8"
416
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L8"
417
417
  }
418
418
  ],
419
419
  "type": {
@@ -426,8 +426,8 @@
426
426
  {
427
427
  "title": "Properties",
428
428
  "children": [
429
- 1188,
430
- 1189
429
+ 1196,
430
+ 1197
431
431
  ]
432
432
  }
433
433
  ],
@@ -436,7 +436,7 @@
436
436
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx",
437
437
  "line": 6,
438
438
  "character": 17,
439
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L6"
439
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L6"
440
440
  }
441
441
  ],
442
442
  "extendedTypes": [
@@ -13417,7 +13417,7 @@
13417
13417
  "fileName": "packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx",
13418
13418
  "line": 8,
13419
13419
  "character": 2,
13420
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L8"
13420
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L8"
13421
13421
  }
13422
13422
  ],
13423
13423
  "type": {
@@ -13433,7 +13433,7 @@
13433
13433
  "fileName": "packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx",
13434
13434
  "line": 8,
13435
13435
  "character": 13,
13436
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L8"
13436
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L8"
13437
13437
  }
13438
13438
  ],
13439
13439
  "signatures": [
@@ -18880,7 +18880,7 @@
18880
18880
  "fileName": "packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx",
18881
18881
  "line": 7,
18882
18882
  "character": 17,
18883
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L7"
18883
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L7"
18884
18884
  }
18885
18885
  ],
18886
18886
  "extendedTypes": [
@@ -18893,14 +18893,14 @@
18893
18893
  ]
18894
18894
  },
18895
18895
  {
18896
- "id": 1176,
18896
+ "id": 1184,
18897
18897
  "name": "SiteMenuListItemProps",
18898
18898
  "kind": 256,
18899
18899
  "kindString": "Interface",
18900
18900
  "flags": {},
18901
18901
  "children": [
18902
18902
  {
18903
- "id": 1182,
18903
+ "id": 1190,
18904
18904
  "name": "collapseEnd",
18905
18905
  "kind": 1024,
18906
18906
  "kindString": "Property",
@@ -18912,7 +18912,7 @@
18912
18912
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/lib/SiteMenuListItemBase.tsx",
18913
18913
  "line": 3,
18914
18914
  "character": 2,
18915
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/lib/SiteMenuListItemBase.tsx#L3"
18915
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/lib/SiteMenuListItemBase.tsx#L3"
18916
18916
  }
18917
18917
  ],
18918
18918
  "type": {
@@ -18925,7 +18925,7 @@
18925
18925
  }
18926
18926
  },
18927
18927
  {
18928
- "id": 1179,
18928
+ "id": 1187,
18929
18929
  "name": "icon",
18930
18930
  "kind": 1024,
18931
18931
  "kindString": "Property",
@@ -18937,7 +18937,7 @@
18937
18937
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx",
18938
18938
  "line": 15,
18939
18939
  "character": 2,
18940
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L15"
18940
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L15"
18941
18941
  }
18942
18942
  ],
18943
18943
  "type": {
@@ -18948,7 +18948,7 @@
18948
18948
  }
18949
18949
  },
18950
18950
  {
18951
- "id": 1181,
18951
+ "id": 1189,
18952
18952
  "name": "iconOnly",
18953
18953
  "kind": 1024,
18954
18954
  "kindString": "Property",
@@ -18960,7 +18960,7 @@
18960
18960
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/lib/SiteMenuListItemBase.tsx",
18961
18961
  "line": 2,
18962
18962
  "character": 2,
18963
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/lib/SiteMenuListItemBase.tsx#L2"
18963
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/lib/SiteMenuListItemBase.tsx#L2"
18964
18964
  }
18965
18965
  ],
18966
18966
  "type": {
@@ -18973,7 +18973,7 @@
18973
18973
  }
18974
18974
  },
18975
18975
  {
18976
- "id": 1180,
18976
+ "id": 1188,
18977
18977
  "name": "onButtonClick",
18978
18978
  "kind": 1024,
18979
18979
  "kindString": "Property",
@@ -18985,7 +18985,7 @@
18985
18985
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx",
18986
18986
  "line": 16,
18987
18987
  "character": 2,
18988
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L16"
18988
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L16"
18989
18989
  }
18990
18990
  ],
18991
18991
  "type": {
@@ -19004,7 +19004,7 @@
19004
19004
  }
19005
19005
  },
19006
19006
  {
19007
- "id": 1177,
19007
+ "id": 1185,
19008
19008
  "name": "primary",
19009
19009
  "kind": 1024,
19010
19010
  "kindString": "Property",
@@ -19014,7 +19014,7 @@
19014
19014
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx",
19015
19015
  "line": 13,
19016
19016
  "character": 2,
19017
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L13"
19017
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L13"
19018
19018
  }
19019
19019
  ],
19020
19020
  "type": {
@@ -19025,7 +19025,7 @@
19025
19025
  }
19026
19026
  },
19027
19027
  {
19028
- "id": 1178,
19028
+ "id": 1186,
19029
19029
  "name": "to",
19030
19030
  "kind": 1024,
19031
19031
  "kindString": "Property",
@@ -19037,7 +19037,7 @@
19037
19037
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx",
19038
19038
  "line": 14,
19039
19039
  "character": 2,
19040
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L14"
19040
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L14"
19041
19041
  }
19042
19042
  ],
19043
19043
  "type": {
@@ -19052,12 +19052,12 @@
19052
19052
  {
19053
19053
  "title": "Properties",
19054
19054
  "children": [
19055
- 1182,
19056
- 1179,
19057
- 1181,
19058
- 1180,
19059
- 1177,
19060
- 1178
19055
+ 1190,
19056
+ 1187,
19057
+ 1189,
19058
+ 1188,
19059
+ 1185,
19060
+ 1186
19061
19061
  ]
19062
19062
  }
19063
19063
  ],
@@ -19066,7 +19066,7 @@
19066
19066
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx",
19067
19067
  "line": 12,
19068
19068
  "character": 17,
19069
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L12"
19069
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L12"
19070
19070
  }
19071
19071
  ],
19072
19072
  "extendedTypes": [
@@ -19083,14 +19083,14 @@
19083
19083
  ]
19084
19084
  },
19085
19085
  {
19086
- "id": 791,
19086
+ "id": 799,
19087
19087
  "name": "SiteMenuProps",
19088
19088
  "kind": 256,
19089
19089
  "kindString": "Interface",
19090
19090
  "flags": {},
19091
19091
  "children": [
19092
19092
  {
19093
- "id": 888,
19093
+ "id": 896,
19094
19094
  "name": "alignContent",
19095
19095
  "kind": 1024,
19096
19096
  "kindString": "Property",
@@ -19131,7 +19131,7 @@
19131
19131
  {
19132
19132
  "type": "reflection",
19133
19133
  "declaration": {
19134
- "id": 889,
19134
+ "id": 897,
19135
19135
  "name": "__type",
19136
19136
  "kind": 65536,
19137
19137
  "kindString": "Type literal",
@@ -19145,14 +19145,14 @@
19145
19145
  ],
19146
19146
  "signatures": [
19147
19147
  {
19148
- "id": 890,
19148
+ "id": 898,
19149
19149
  "name": "__type",
19150
19150
  "kind": 4096,
19151
19151
  "kindString": "Call signature",
19152
19152
  "flags": {},
19153
19153
  "parameters": [
19154
19154
  {
19155
- "id": 891,
19155
+ "id": 899,
19156
19156
  "name": "theme",
19157
19157
  "kind": 32768,
19158
19158
  "kindString": "Parameter",
@@ -19207,7 +19207,7 @@
19207
19207
  }
19208
19208
  },
19209
19209
  {
19210
- "id": 884,
19210
+ "id": 892,
19211
19211
  "name": "alignItems",
19212
19212
  "kind": 1024,
19213
19213
  "kindString": "Property",
@@ -19248,7 +19248,7 @@
19248
19248
  {
19249
19249
  "type": "reflection",
19250
19250
  "declaration": {
19251
- "id": 885,
19251
+ "id": 893,
19252
19252
  "name": "__type",
19253
19253
  "kind": 65536,
19254
19254
  "kindString": "Type literal",
@@ -19262,14 +19262,14 @@
19262
19262
  ],
19263
19263
  "signatures": [
19264
19264
  {
19265
- "id": 886,
19265
+ "id": 894,
19266
19266
  "name": "__type",
19267
19267
  "kind": 4096,
19268
19268
  "kindString": "Call signature",
19269
19269
  "flags": {},
19270
19270
  "parameters": [
19271
19271
  {
19272
- "id": 887,
19272
+ "id": 895,
19273
19273
  "name": "theme",
19274
19274
  "kind": 32768,
19275
19275
  "kindString": "Parameter",
@@ -19324,7 +19324,7 @@
19324
19324
  }
19325
19325
  },
19326
19326
  {
19327
- "id": 908,
19327
+ "id": 916,
19328
19328
  "name": "alignSelf",
19329
19329
  "kind": 1024,
19330
19330
  "kindString": "Property",
@@ -19365,7 +19365,7 @@
19365
19365
  {
19366
19366
  "type": "reflection",
19367
19367
  "declaration": {
19368
- "id": 909,
19368
+ "id": 917,
19369
19369
  "name": "__type",
19370
19370
  "kind": 65536,
19371
19371
  "kindString": "Type literal",
@@ -19379,14 +19379,14 @@
19379
19379
  ],
19380
19380
  "signatures": [
19381
19381
  {
19382
- "id": 910,
19382
+ "id": 918,
19383
19383
  "name": "__type",
19384
19384
  "kind": 4096,
19385
19385
  "kindString": "Call signature",
19386
19386
  "flags": {},
19387
19387
  "parameters": [
19388
19388
  {
19389
- "id": 911,
19389
+ "id": 919,
19390
19390
  "name": "theme",
19391
19391
  "kind": 32768,
19392
19392
  "kindString": "Parameter",
@@ -19441,7 +19441,7 @@
19441
19441
  }
19442
19442
  },
19443
19443
  {
19444
- "id": 968,
19444
+ "id": 976,
19445
19445
  "name": "bgcolor",
19446
19446
  "kind": 1024,
19447
19447
  "kindString": "Property",
@@ -19482,7 +19482,7 @@
19482
19482
  {
19483
19483
  "type": "reflection",
19484
19484
  "declaration": {
19485
- "id": 969,
19485
+ "id": 977,
19486
19486
  "name": "__type",
19487
19487
  "kind": 65536,
19488
19488
  "kindString": "Type literal",
@@ -19496,14 +19496,14 @@
19496
19496
  ],
19497
19497
  "signatures": [
19498
19498
  {
19499
- "id": 970,
19499
+ "id": 978,
19500
19500
  "name": "__type",
19501
19501
  "kind": 4096,
19502
19502
  "kindString": "Call signature",
19503
19503
  "flags": {},
19504
19504
  "parameters": [
19505
19505
  {
19506
- "id": 971,
19506
+ "id": 979,
19507
19507
  "name": "theme",
19508
19508
  "kind": 32768,
19509
19509
  "kindString": "Parameter",
@@ -19558,7 +19558,7 @@
19558
19558
  }
19559
19559
  },
19560
19560
  {
19561
- "id": 814,
19561
+ "id": 822,
19562
19562
  "name": "border",
19563
19563
  "kind": 1024,
19564
19564
  "kindString": "Property",
@@ -19598,7 +19598,7 @@
19598
19598
  {
19599
19599
  "type": "reflection",
19600
19600
  "declaration": {
19601
- "id": 815,
19601
+ "id": 823,
19602
19602
  "name": "__type",
19603
19603
  "kind": 65536,
19604
19604
  "kindString": "Type literal",
@@ -20397,7 +20397,7 @@
20397
20397
  {
20398
20398
  "type": "reflection",
20399
20399
  "declaration": {
20400
- "id": 816,
20400
+ "id": 824,
20401
20401
  "name": "__type",
20402
20402
  "kind": 65536,
20403
20403
  "kindString": "Type literal",
@@ -20411,14 +20411,14 @@
20411
20411
  ],
20412
20412
  "signatures": [
20413
20413
  {
20414
- "id": 817,
20414
+ "id": 825,
20415
20415
  "name": "__type",
20416
20416
  "kind": 4096,
20417
20417
  "kindString": "Call signature",
20418
20418
  "flags": {},
20419
20419
  "parameters": [
20420
20420
  {
20421
- "id": 818,
20421
+ "id": 826,
20422
20422
  "name": "theme",
20423
20423
  "kind": 32768,
20424
20424
  "kindString": "Parameter",
@@ -20463,7 +20463,7 @@
20463
20463
  {
20464
20464
  "type": "reflection",
20465
20465
  "declaration": {
20466
- "id": 819,
20466
+ "id": 827,
20467
20467
  "name": "__type",
20468
20468
  "kind": 65536,
20469
20469
  "kindString": "Type literal",
@@ -21271,7 +21271,7 @@
21271
21271
  }
21272
21272
  },
21273
21273
  {
21274
- "id": 828,
21274
+ "id": 836,
21275
21275
  "name": "borderBottom",
21276
21276
  "kind": 1024,
21277
21277
  "kindString": "Property",
@@ -21361,7 +21361,7 @@
21361
21361
  {
21362
21362
  "type": "reflection",
21363
21363
  "declaration": {
21364
- "id": 829,
21364
+ "id": 837,
21365
21365
  "name": "__type",
21366
21366
  "kind": 65536,
21367
21367
  "kindString": "Type literal",
@@ -21375,14 +21375,14 @@
21375
21375
  ],
21376
21376
  "signatures": [
21377
21377
  {
21378
- "id": 830,
21378
+ "id": 838,
21379
21379
  "name": "__type",
21380
21380
  "kind": 4096,
21381
21381
  "kindString": "Call signature",
21382
21382
  "flags": {},
21383
21383
  "parameters": [
21384
21384
  {
21385
- "id": 831,
21385
+ "id": 839,
21386
21386
  "name": "theme",
21387
21387
  "kind": 32768,
21388
21388
  "kindString": "Parameter",
@@ -21486,7 +21486,7 @@
21486
21486
  }
21487
21487
  },
21488
21488
  {
21489
- "id": 836,
21489
+ "id": 844,
21490
21490
  "name": "borderColor",
21491
21491
  "kind": 1024,
21492
21492
  "kindString": "Property",
@@ -21527,7 +21527,7 @@
21527
21527
  {
21528
21528
  "type": "reflection",
21529
21529
  "declaration": {
21530
- "id": 837,
21530
+ "id": 845,
21531
21531
  "name": "__type",
21532
21532
  "kind": 65536,
21533
21533
  "kindString": "Type literal",
@@ -21541,14 +21541,14 @@
21541
21541
  ],
21542
21542
  "signatures": [
21543
21543
  {
21544
- "id": 838,
21544
+ "id": 846,
21545
21545
  "name": "__type",
21546
21546
  "kind": 4096,
21547
21547
  "kindString": "Call signature",
21548
21548
  "flags": {},
21549
21549
  "parameters": [
21550
21550
  {
21551
- "id": 839,
21551
+ "id": 847,
21552
21552
  "name": "theme",
21553
21553
  "kind": 32768,
21554
21554
  "kindString": "Parameter",
@@ -21603,7 +21603,7 @@
21603
21603
  }
21604
21604
  },
21605
21605
  {
21606
- "id": 832,
21606
+ "id": 840,
21607
21607
  "name": "borderLeft",
21608
21608
  "kind": 1024,
21609
21609
  "kindString": "Property",
@@ -21693,7 +21693,7 @@
21693
21693
  {
21694
21694
  "type": "reflection",
21695
21695
  "declaration": {
21696
- "id": 833,
21696
+ "id": 841,
21697
21697
  "name": "__type",
21698
21698
  "kind": 65536,
21699
21699
  "kindString": "Type literal",
@@ -21707,14 +21707,14 @@
21707
21707
  ],
21708
21708
  "signatures": [
21709
21709
  {
21710
- "id": 834,
21710
+ "id": 842,
21711
21711
  "name": "__type",
21712
21712
  "kind": 4096,
21713
21713
  "kindString": "Call signature",
21714
21714
  "flags": {},
21715
21715
  "parameters": [
21716
21716
  {
21717
- "id": 835,
21717
+ "id": 843,
21718
21718
  "name": "theme",
21719
21719
  "kind": 32768,
21720
21720
  "kindString": "Parameter",
@@ -21818,7 +21818,7 @@
21818
21818
  }
21819
21819
  },
21820
21820
  {
21821
- "id": 840,
21821
+ "id": 848,
21822
21822
  "name": "borderRadius",
21823
21823
  "kind": 1024,
21824
21824
  "kindString": "Property",
@@ -21908,7 +21908,7 @@
21908
21908
  {
21909
21909
  "type": "reflection",
21910
21910
  "declaration": {
21911
- "id": 841,
21911
+ "id": 849,
21912
21912
  "name": "__type",
21913
21913
  "kind": 65536,
21914
21914
  "kindString": "Type literal",
@@ -21922,14 +21922,14 @@
21922
21922
  ],
21923
21923
  "signatures": [
21924
21924
  {
21925
- "id": 842,
21925
+ "id": 850,
21926
21926
  "name": "__type",
21927
21927
  "kind": 4096,
21928
21928
  "kindString": "Call signature",
21929
21929
  "flags": {},
21930
21930
  "parameters": [
21931
21931
  {
21932
- "id": 843,
21932
+ "id": 851,
21933
21933
  "name": "theme",
21934
21934
  "kind": 32768,
21935
21935
  "kindString": "Parameter",
@@ -22033,7 +22033,7 @@
22033
22033
  }
22034
22034
  },
22035
22035
  {
22036
- "id": 824,
22036
+ "id": 832,
22037
22037
  "name": "borderRight",
22038
22038
  "kind": 1024,
22039
22039
  "kindString": "Property",
@@ -22123,7 +22123,7 @@
22123
22123
  {
22124
22124
  "type": "reflection",
22125
22125
  "declaration": {
22126
- "id": 825,
22126
+ "id": 833,
22127
22127
  "name": "__type",
22128
22128
  "kind": 65536,
22129
22129
  "kindString": "Type literal",
@@ -22137,14 +22137,14 @@
22137
22137
  ],
22138
22138
  "signatures": [
22139
22139
  {
22140
- "id": 826,
22140
+ "id": 834,
22141
22141
  "name": "__type",
22142
22142
  "kind": 4096,
22143
22143
  "kindString": "Call signature",
22144
22144
  "flags": {},
22145
22145
  "parameters": [
22146
22146
  {
22147
- "id": 827,
22147
+ "id": 835,
22148
22148
  "name": "theme",
22149
22149
  "kind": 32768,
22150
22150
  "kindString": "Parameter",
@@ -22248,7 +22248,7 @@
22248
22248
  }
22249
22249
  },
22250
22250
  {
22251
- "id": 820,
22251
+ "id": 828,
22252
22252
  "name": "borderTop",
22253
22253
  "kind": 1024,
22254
22254
  "kindString": "Property",
@@ -22338,7 +22338,7 @@
22338
22338
  {
22339
22339
  "type": "reflection",
22340
22340
  "declaration": {
22341
- "id": 821,
22341
+ "id": 829,
22342
22342
  "name": "__type",
22343
22343
  "kind": 65536,
22344
22344
  "kindString": "Type literal",
@@ -22352,14 +22352,14 @@
22352
22352
  ],
22353
22353
  "signatures": [
22354
22354
  {
22355
- "id": 822,
22355
+ "id": 830,
22356
22356
  "name": "__type",
22357
22357
  "kind": 4096,
22358
22358
  "kindString": "Call signature",
22359
22359
  "flags": {},
22360
22360
  "parameters": [
22361
22361
  {
22362
- "id": 823,
22362
+ "id": 831,
22363
22363
  "name": "theme",
22364
22364
  "kind": 32768,
22365
22365
  "kindString": "Parameter",
@@ -22463,7 +22463,7 @@
22463
22463
  }
22464
22464
  },
22465
22465
  {
22466
- "id": 992,
22466
+ "id": 1000,
22467
22467
  "name": "bottom",
22468
22468
  "kind": 1024,
22469
22469
  "kindString": "Property",
@@ -22553,7 +22553,7 @@
22553
22553
  {
22554
22554
  "type": "reflection",
22555
22555
  "declaration": {
22556
- "id": 993,
22556
+ "id": 1001,
22557
22557
  "name": "__type",
22558
22558
  "kind": 65536,
22559
22559
  "kindString": "Type literal",
@@ -22567,14 +22567,14 @@
22567
22567
  ],
22568
22568
  "signatures": [
22569
22569
  {
22570
- "id": 994,
22570
+ "id": 1002,
22571
22571
  "name": "__type",
22572
22572
  "kind": 4096,
22573
22573
  "kindString": "Call signature",
22574
22574
  "flags": {},
22575
22575
  "parameters": [
22576
22576
  {
22577
- "id": 995,
22577
+ "id": 1003,
22578
22578
  "name": "theme",
22579
22579
  "kind": 32768,
22580
22580
  "kindString": "Parameter",
@@ -22678,7 +22678,7 @@
22678
22678
  }
22679
22679
  },
22680
22680
  {
22681
- "id": 1000,
22681
+ "id": 1008,
22682
22682
  "name": "boxShadow",
22683
22683
  "kind": 1024,
22684
22684
  "kindString": "Property",
@@ -22716,7 +22716,7 @@
22716
22716
  {
22717
22717
  "type": "reflection",
22718
22718
  "declaration": {
22719
- "id": 1001,
22719
+ "id": 1009,
22720
22720
  "name": "__type",
22721
22721
  "kind": 65536,
22722
22722
  "kindString": "Type literal",
@@ -22730,14 +22730,14 @@
22730
22730
  ],
22731
22731
  "signatures": [
22732
22732
  {
22733
- "id": 1002,
22733
+ "id": 1010,
22734
22734
  "name": "__type",
22735
22735
  "kind": 4096,
22736
22736
  "kindString": "Call signature",
22737
22737
  "flags": {},
22738
22738
  "parameters": [
22739
22739
  {
22740
- "id": 1003,
22740
+ "id": 1011,
22741
22741
  "name": "theme",
22742
22742
  "kind": 32768,
22743
22743
  "kindString": "Parameter",
@@ -22789,7 +22789,7 @@
22789
22789
  }
22790
22790
  },
22791
22791
  {
22792
- "id": 1020,
22792
+ "id": 1028,
22793
22793
  "name": "boxSizing",
22794
22794
  "kind": 1024,
22795
22795
  "kindString": "Property",
@@ -22849,7 +22849,7 @@
22849
22849
  {
22850
22850
  "type": "reflection",
22851
22851
  "declaration": {
22852
- "id": 1021,
22852
+ "id": 1029,
22853
22853
  "name": "__type",
22854
22854
  "kind": 65536,
22855
22855
  "kindString": "Type literal",
@@ -22863,14 +22863,14 @@
22863
22863
  ],
22864
22864
  "signatures": [
22865
22865
  {
22866
- "id": 1022,
22866
+ "id": 1030,
22867
22867
  "name": "__type",
22868
22868
  "kind": 4096,
22869
22869
  "kindString": "Call signature",
22870
22870
  "flags": {},
22871
22871
  "parameters": [
22872
22872
  {
22873
- "id": 1023,
22873
+ "id": 1031,
22874
22874
  "name": "theme",
22875
22875
  "kind": 32768,
22876
22876
  "kindString": "Parameter",
@@ -22944,7 +22944,7 @@
22944
22944
  }
22945
22945
  },
22946
22946
  {
22947
- "id": 810,
22947
+ "id": 818,
22948
22948
  "name": "color",
22949
22949
  "kind": 1024,
22950
22950
  "kindString": "Property",
@@ -22985,7 +22985,7 @@
22985
22985
  {
22986
22986
  "type": "reflection",
22987
22987
  "declaration": {
22988
- "id": 811,
22988
+ "id": 819,
22989
22989
  "name": "__type",
22990
22990
  "kind": 65536,
22991
22991
  "kindString": "Type literal",
@@ -22999,14 +22999,14 @@
22999
22999
  ],
23000
23000
  "signatures": [
23001
23001
  {
23002
- "id": 812,
23002
+ "id": 820,
23003
23003
  "name": "__type",
23004
23004
  "kind": 4096,
23005
23005
  "kindString": "Call signature",
23006
23006
  "flags": {},
23007
23007
  "parameters": [
23008
23008
  {
23009
- "id": 813,
23009
+ "id": 821,
23010
23010
  "name": "theme",
23011
23011
  "kind": 32768,
23012
23012
  "kindString": "Parameter",
@@ -23061,7 +23061,7 @@
23061
23061
  }
23062
23062
  },
23063
23063
  {
23064
- "id": 924,
23064
+ "id": 932,
23065
23065
  "name": "columnGap",
23066
23066
  "kind": 1024,
23067
23067
  "kindString": "Property",
@@ -23151,7 +23151,7 @@
23151
23151
  {
23152
23152
  "type": "reflection",
23153
23153
  "declaration": {
23154
- "id": 925,
23154
+ "id": 933,
23155
23155
  "name": "__type",
23156
23156
  "kind": 65536,
23157
23157
  "kindString": "Type literal",
@@ -23165,14 +23165,14 @@
23165
23165
  ],
23166
23166
  "signatures": [
23167
23167
  {
23168
- "id": 926,
23168
+ "id": 934,
23169
23169
  "name": "__type",
23170
23170
  "kind": 4096,
23171
23171
  "kindString": "Call signature",
23172
23172
  "flags": {},
23173
23173
  "parameters": [
23174
23174
  {
23175
- "id": 927,
23175
+ "id": 935,
23176
23176
  "name": "theme",
23177
23177
  "kind": 32768,
23178
23178
  "kindString": "Parameter",
@@ -23276,7 +23276,7 @@
23276
23276
  }
23277
23277
  },
23278
23278
  {
23279
- "id": 844,
23279
+ "id": 852,
23280
23280
  "name": "display",
23281
23281
  "kind": 1024,
23282
23282
  "kindString": "Property",
@@ -23317,7 +23317,7 @@
23317
23317
  {
23318
23318
  "type": "reflection",
23319
23319
  "declaration": {
23320
- "id": 845,
23320
+ "id": 853,
23321
23321
  "name": "__type",
23322
23322
  "kind": 65536,
23323
23323
  "kindString": "Type literal",
@@ -23331,14 +23331,14 @@
23331
23331
  ],
23332
23332
  "signatures": [
23333
23333
  {
23334
- "id": 846,
23334
+ "id": 854,
23335
23335
  "name": "__type",
23336
23336
  "kind": 4096,
23337
23337
  "kindString": "Call signature",
23338
23338
  "flags": {},
23339
23339
  "parameters": [
23340
23340
  {
23341
- "id": 847,
23341
+ "id": 855,
23342
23342
  "name": "theme",
23343
23343
  "kind": 32768,
23344
23344
  "kindString": "Parameter",
@@ -23393,7 +23393,7 @@
23393
23393
  }
23394
23394
  },
23395
23395
  {
23396
- "id": 848,
23396
+ "id": 856,
23397
23397
  "name": "displayPrint",
23398
23398
  "kind": 1024,
23399
23399
  "kindString": "Property",
@@ -23434,7 +23434,7 @@
23434
23434
  {
23435
23435
  "type": "reflection",
23436
23436
  "declaration": {
23437
- "id": 849,
23437
+ "id": 857,
23438
23438
  "name": "__type",
23439
23439
  "kind": 65536,
23440
23440
  "kindString": "Type literal",
@@ -23448,14 +23448,14 @@
23448
23448
  ],
23449
23449
  "signatures": [
23450
23450
  {
23451
- "id": 850,
23451
+ "id": 858,
23452
23452
  "name": "__type",
23453
23453
  "kind": 4096,
23454
23454
  "kindString": "Call signature",
23455
23455
  "flags": {},
23456
23456
  "parameters": [
23457
23457
  {
23458
- "id": 851,
23458
+ "id": 859,
23459
23459
  "name": "theme",
23460
23460
  "kind": 32768,
23461
23461
  "kindString": "Parameter",
@@ -23510,7 +23510,7 @@
23510
23510
  }
23511
23511
  },
23512
23512
  {
23513
- "id": 896,
23513
+ "id": 904,
23514
23514
  "name": "flex",
23515
23515
  "kind": 1024,
23516
23516
  "kindString": "Property",
@@ -23600,7 +23600,7 @@
23600
23600
  {
23601
23601
  "type": "reflection",
23602
23602
  "declaration": {
23603
- "id": 897,
23603
+ "id": 905,
23604
23604
  "name": "__type",
23605
23605
  "kind": 65536,
23606
23606
  "kindString": "Type literal",
@@ -23614,14 +23614,14 @@
23614
23614
  ],
23615
23615
  "signatures": [
23616
23616
  {
23617
- "id": 898,
23617
+ "id": 906,
23618
23618
  "name": "__type",
23619
23619
  "kind": 4096,
23620
23620
  "kindString": "Call signature",
23621
23621
  "flags": {},
23622
23622
  "parameters": [
23623
23623
  {
23624
- "id": 899,
23624
+ "id": 907,
23625
23625
  "name": "theme",
23626
23626
  "kind": 32768,
23627
23627
  "kindString": "Parameter",
@@ -23725,7 +23725,7 @@
23725
23725
  }
23726
23726
  },
23727
23727
  {
23728
- "id": 868,
23728
+ "id": 876,
23729
23729
  "name": "flexBasis",
23730
23730
  "kind": 1024,
23731
23731
  "kindString": "Property",
@@ -23815,7 +23815,7 @@
23815
23815
  {
23816
23816
  "type": "reflection",
23817
23817
  "declaration": {
23818
- "id": 869,
23818
+ "id": 877,
23819
23819
  "name": "__type",
23820
23820
  "kind": 65536,
23821
23821
  "kindString": "Type literal",
@@ -23829,14 +23829,14 @@
23829
23829
  ],
23830
23830
  "signatures": [
23831
23831
  {
23832
- "id": 870,
23832
+ "id": 878,
23833
23833
  "name": "__type",
23834
23834
  "kind": 4096,
23835
23835
  "kindString": "Call signature",
23836
23836
  "flags": {},
23837
23837
  "parameters": [
23838
23838
  {
23839
- "id": 871,
23839
+ "id": 879,
23840
23840
  "name": "theme",
23841
23841
  "kind": 32768,
23842
23842
  "kindString": "Parameter",
@@ -23940,7 +23940,7 @@
23940
23940
  }
23941
23941
  },
23942
23942
  {
23943
- "id": 872,
23943
+ "id": 880,
23944
23944
  "name": "flexDirection",
23945
23945
  "kind": 1024,
23946
23946
  "kindString": "Property",
@@ -24000,7 +24000,7 @@
24000
24000
  {
24001
24001
  "type": "reflection",
24002
24002
  "declaration": {
24003
- "id": 873,
24003
+ "id": 881,
24004
24004
  "name": "__type",
24005
24005
  "kind": 65536,
24006
24006
  "kindString": "Type literal",
@@ -24014,14 +24014,14 @@
24014
24014
  ],
24015
24015
  "signatures": [
24016
24016
  {
24017
- "id": 874,
24017
+ "id": 882,
24018
24018
  "name": "__type",
24019
24019
  "kind": 4096,
24020
24020
  "kindString": "Call signature",
24021
24021
  "flags": {},
24022
24022
  "parameters": [
24023
24023
  {
24024
- "id": 875,
24024
+ "id": 883,
24025
24025
  "name": "theme",
24026
24026
  "kind": 32768,
24027
24027
  "kindString": "Parameter",
@@ -24095,7 +24095,7 @@
24095
24095
  }
24096
24096
  },
24097
24097
  {
24098
- "id": 900,
24098
+ "id": 908,
24099
24099
  "name": "flexGrow",
24100
24100
  "kind": 1024,
24101
24101
  "kindString": "Property",
@@ -24155,7 +24155,7 @@
24155
24155
  {
24156
24156
  "type": "reflection",
24157
24157
  "declaration": {
24158
- "id": 901,
24158
+ "id": 909,
24159
24159
  "name": "__type",
24160
24160
  "kind": 65536,
24161
24161
  "kindString": "Type literal",
@@ -24169,14 +24169,14 @@
24169
24169
  ],
24170
24170
  "signatures": [
24171
24171
  {
24172
- "id": 902,
24172
+ "id": 910,
24173
24173
  "name": "__type",
24174
24174
  "kind": 4096,
24175
24175
  "kindString": "Call signature",
24176
24176
  "flags": {},
24177
24177
  "parameters": [
24178
24178
  {
24179
- "id": 903,
24179
+ "id": 911,
24180
24180
  "name": "theme",
24181
24181
  "kind": 32768,
24182
24182
  "kindString": "Parameter",
@@ -24250,7 +24250,7 @@
24250
24250
  }
24251
24251
  },
24252
24252
  {
24253
- "id": 904,
24253
+ "id": 912,
24254
24254
  "name": "flexShrink",
24255
24255
  "kind": 1024,
24256
24256
  "kindString": "Property",
@@ -24310,7 +24310,7 @@
24310
24310
  {
24311
24311
  "type": "reflection",
24312
24312
  "declaration": {
24313
- "id": 905,
24313
+ "id": 913,
24314
24314
  "name": "__type",
24315
24315
  "kind": 65536,
24316
24316
  "kindString": "Type literal",
@@ -24324,14 +24324,14 @@
24324
24324
  ],
24325
24325
  "signatures": [
24326
24326
  {
24327
- "id": 906,
24327
+ "id": 914,
24328
24328
  "name": "__type",
24329
24329
  "kind": 4096,
24330
24330
  "kindString": "Call signature",
24331
24331
  "flags": {},
24332
24332
  "parameters": [
24333
24333
  {
24334
- "id": 907,
24334
+ "id": 915,
24335
24335
  "name": "theme",
24336
24336
  "kind": 32768,
24337
24337
  "kindString": "Parameter",
@@ -24405,7 +24405,7 @@
24405
24405
  }
24406
24406
  },
24407
24407
  {
24408
- "id": 876,
24408
+ "id": 884,
24409
24409
  "name": "flexWrap",
24410
24410
  "kind": 1024,
24411
24411
  "kindString": "Property",
@@ -24465,7 +24465,7 @@
24465
24465
  {
24466
24466
  "type": "reflection",
24467
24467
  "declaration": {
24468
- "id": 877,
24468
+ "id": 885,
24469
24469
  "name": "__type",
24470
24470
  "kind": 65536,
24471
24471
  "kindString": "Type literal",
@@ -24479,14 +24479,14 @@
24479
24479
  ],
24480
24480
  "signatures": [
24481
24481
  {
24482
- "id": 878,
24482
+ "id": 886,
24483
24483
  "name": "__type",
24484
24484
  "kind": 4096,
24485
24485
  "kindString": "Call signature",
24486
24486
  "flags": {},
24487
24487
  "parameters": [
24488
24488
  {
24489
- "id": 879,
24489
+ "id": 887,
24490
24490
  "name": "theme",
24491
24491
  "kind": 32768,
24492
24492
  "kindString": "Parameter",
@@ -24560,7 +24560,7 @@
24560
24560
  }
24561
24561
  },
24562
24562
  {
24563
- "id": 1136,
24563
+ "id": 1144,
24564
24564
  "name": "fontFamily",
24565
24565
  "kind": 1024,
24566
24566
  "kindString": "Property",
@@ -24601,7 +24601,7 @@
24601
24601
  {
24602
24602
  "type": "reflection",
24603
24603
  "declaration": {
24604
- "id": 1137,
24604
+ "id": 1145,
24605
24605
  "name": "__type",
24606
24606
  "kind": 65536,
24607
24607
  "kindString": "Type literal",
@@ -24615,14 +24615,14 @@
24615
24615
  ],
24616
24616
  "signatures": [
24617
24617
  {
24618
- "id": 1138,
24618
+ "id": 1146,
24619
24619
  "name": "__type",
24620
24620
  "kind": 4096,
24621
24621
  "kindString": "Call signature",
24622
24622
  "flags": {},
24623
24623
  "parameters": [
24624
24624
  {
24625
- "id": 1139,
24625
+ "id": 1147,
24626
24626
  "name": "theme",
24627
24627
  "kind": 32768,
24628
24628
  "kindString": "Parameter",
@@ -24677,7 +24677,7 @@
24677
24677
  }
24678
24678
  },
24679
24679
  {
24680
- "id": 1140,
24680
+ "id": 1148,
24681
24681
  "name": "fontSize",
24682
24682
  "kind": 1024,
24683
24683
  "kindString": "Property",
@@ -24767,7 +24767,7 @@
24767
24767
  {
24768
24768
  "type": "reflection",
24769
24769
  "declaration": {
24770
- "id": 1141,
24770
+ "id": 1149,
24771
24771
  "name": "__type",
24772
24772
  "kind": 65536,
24773
24773
  "kindString": "Type literal",
@@ -24781,14 +24781,14 @@
24781
24781
  ],
24782
24782
  "signatures": [
24783
24783
  {
24784
- "id": 1142,
24784
+ "id": 1150,
24785
24785
  "name": "__type",
24786
24786
  "kind": 4096,
24787
24787
  "kindString": "Call signature",
24788
24788
  "flags": {},
24789
24789
  "parameters": [
24790
24790
  {
24791
- "id": 1143,
24791
+ "id": 1151,
24792
24792
  "name": "theme",
24793
24793
  "kind": 32768,
24794
24794
  "kindString": "Parameter",
@@ -24892,7 +24892,7 @@
24892
24892
  }
24893
24893
  },
24894
24894
  {
24895
- "id": 1144,
24895
+ "id": 1152,
24896
24896
  "name": "fontStyle",
24897
24897
  "kind": 1024,
24898
24898
  "kindString": "Property",
@@ -24933,7 +24933,7 @@
24933
24933
  {
24934
24934
  "type": "reflection",
24935
24935
  "declaration": {
24936
- "id": 1145,
24936
+ "id": 1153,
24937
24937
  "name": "__type",
24938
24938
  "kind": 65536,
24939
24939
  "kindString": "Type literal",
@@ -24947,14 +24947,14 @@
24947
24947
  ],
24948
24948
  "signatures": [
24949
24949
  {
24950
- "id": 1146,
24950
+ "id": 1154,
24951
24951
  "name": "__type",
24952
24952
  "kind": 4096,
24953
24953
  "kindString": "Call signature",
24954
24954
  "flags": {},
24955
24955
  "parameters": [
24956
24956
  {
24957
- "id": 1147,
24957
+ "id": 1155,
24958
24958
  "name": "theme",
24959
24959
  "kind": 32768,
24960
24960
  "kindString": "Parameter",
@@ -25009,7 +25009,7 @@
25009
25009
  }
25010
25010
  },
25011
25011
  {
25012
- "id": 1148,
25012
+ "id": 1156,
25013
25013
  "name": "fontWeight",
25014
25014
  "kind": 1024,
25015
25015
  "kindString": "Property",
@@ -25041,7 +25041,7 @@
25041
25041
  {
25042
25042
  "type": "reflection",
25043
25043
  "declaration": {
25044
- "id": 1149,
25044
+ "id": 1157,
25045
25045
  "name": "__type",
25046
25046
  "kind": 65536,
25047
25047
  "kindString": "Type literal",
@@ -25060,7 +25060,7 @@
25060
25060
  {
25061
25061
  "type": "reflection",
25062
25062
  "declaration": {
25063
- "id": 1150,
25063
+ "id": 1158,
25064
25064
  "name": "__type",
25065
25065
  "kind": 65536,
25066
25066
  "kindString": "Type literal",
@@ -25079,7 +25079,7 @@
25079
25079
  {
25080
25080
  "type": "reflection",
25081
25081
  "declaration": {
25082
- "id": 1151,
25082
+ "id": 1159,
25083
25083
  "name": "__type",
25084
25084
  "kind": 65536,
25085
25085
  "kindString": "Type literal",
@@ -25093,14 +25093,14 @@
25093
25093
  ],
25094
25094
  "signatures": [
25095
25095
  {
25096
- "id": 1152,
25096
+ "id": 1160,
25097
25097
  "name": "__type",
25098
25098
  "kind": 4096,
25099
25099
  "kindString": "Call signature",
25100
25100
  "flags": {},
25101
25101
  "parameters": [
25102
25102
  {
25103
- "id": 1153,
25103
+ "id": 1161,
25104
25104
  "name": "theme",
25105
25105
  "kind": 32768,
25106
25106
  "kindString": "Parameter",
@@ -25137,7 +25137,7 @@
25137
25137
  {
25138
25138
  "type": "reflection",
25139
25139
  "declaration": {
25140
- "id": 1154,
25140
+ "id": 1162,
25141
25141
  "name": "__type",
25142
25142
  "kind": 65536,
25143
25143
  "kindString": "Type literal",
@@ -25156,7 +25156,7 @@
25156
25156
  {
25157
25157
  "type": "reflection",
25158
25158
  "declaration": {
25159
- "id": 1155,
25159
+ "id": 1163,
25160
25160
  "name": "__type",
25161
25161
  "kind": 65536,
25162
25162
  "kindString": "Type literal",
@@ -25184,7 +25184,7 @@
25184
25184
  }
25185
25185
  },
25186
25186
  {
25187
- "id": 920,
25187
+ "id": 928,
25188
25188
  "name": "gap",
25189
25189
  "kind": 1024,
25190
25190
  "kindString": "Property",
@@ -25274,7 +25274,7 @@
25274
25274
  {
25275
25275
  "type": "reflection",
25276
25276
  "declaration": {
25277
- "id": 921,
25277
+ "id": 929,
25278
25278
  "name": "__type",
25279
25279
  "kind": 65536,
25280
25280
  "kindString": "Type literal",
@@ -25288,14 +25288,14 @@
25288
25288
  ],
25289
25289
  "signatures": [
25290
25290
  {
25291
- "id": 922,
25291
+ "id": 930,
25292
25292
  "name": "__type",
25293
25293
  "kind": 4096,
25294
25294
  "kindString": "Call signature",
25295
25295
  "flags": {},
25296
25296
  "parameters": [
25297
25297
  {
25298
- "id": 923,
25298
+ "id": 931,
25299
25299
  "name": "theme",
25300
25300
  "kind": 32768,
25301
25301
  "kindString": "Parameter",
@@ -25399,7 +25399,7 @@
25399
25399
  }
25400
25400
  },
25401
25401
  {
25402
- "id": 964,
25402
+ "id": 972,
25403
25403
  "name": "gridArea",
25404
25404
  "kind": 1024,
25405
25405
  "kindString": "Property",
@@ -25459,7 +25459,7 @@
25459
25459
  {
25460
25460
  "type": "reflection",
25461
25461
  "declaration": {
25462
- "id": 965,
25462
+ "id": 973,
25463
25463
  "name": "__type",
25464
25464
  "kind": 65536,
25465
25465
  "kindString": "Type literal",
@@ -25473,14 +25473,14 @@
25473
25473
  ],
25474
25474
  "signatures": [
25475
25475
  {
25476
- "id": 966,
25476
+ "id": 974,
25477
25477
  "name": "__type",
25478
25478
  "kind": 4096,
25479
25479
  "kindString": "Call signature",
25480
25480
  "flags": {},
25481
25481
  "parameters": [
25482
25482
  {
25483
- "id": 967,
25483
+ "id": 975,
25484
25484
  "name": "theme",
25485
25485
  "kind": 32768,
25486
25486
  "kindString": "Parameter",
@@ -25554,7 +25554,7 @@
25554
25554
  }
25555
25555
  },
25556
25556
  {
25557
- "id": 944,
25557
+ "id": 952,
25558
25558
  "name": "gridAutoColumns",
25559
25559
  "kind": 1024,
25560
25560
  "kindString": "Property",
@@ -25644,7 +25644,7 @@
25644
25644
  {
25645
25645
  "type": "reflection",
25646
25646
  "declaration": {
25647
- "id": 945,
25647
+ "id": 953,
25648
25648
  "name": "__type",
25649
25649
  "kind": 65536,
25650
25650
  "kindString": "Type literal",
@@ -25658,14 +25658,14 @@
25658
25658
  ],
25659
25659
  "signatures": [
25660
25660
  {
25661
- "id": 946,
25661
+ "id": 954,
25662
25662
  "name": "__type",
25663
25663
  "kind": 4096,
25664
25664
  "kindString": "Call signature",
25665
25665
  "flags": {},
25666
25666
  "parameters": [
25667
25667
  {
25668
- "id": 947,
25668
+ "id": 955,
25669
25669
  "name": "theme",
25670
25670
  "kind": 32768,
25671
25671
  "kindString": "Parameter",
@@ -25769,7 +25769,7 @@
25769
25769
  }
25770
25770
  },
25771
25771
  {
25772
- "id": 940,
25772
+ "id": 948,
25773
25773
  "name": "gridAutoFlow",
25774
25774
  "kind": 1024,
25775
25775
  "kindString": "Property",
@@ -25810,7 +25810,7 @@
25810
25810
  {
25811
25811
  "type": "reflection",
25812
25812
  "declaration": {
25813
- "id": 941,
25813
+ "id": 949,
25814
25814
  "name": "__type",
25815
25815
  "kind": 65536,
25816
25816
  "kindString": "Type literal",
@@ -25824,14 +25824,14 @@
25824
25824
  ],
25825
25825
  "signatures": [
25826
25826
  {
25827
- "id": 942,
25827
+ "id": 950,
25828
25828
  "name": "__type",
25829
25829
  "kind": 4096,
25830
25830
  "kindString": "Call signature",
25831
25831
  "flags": {},
25832
25832
  "parameters": [
25833
25833
  {
25834
- "id": 943,
25834
+ "id": 951,
25835
25835
  "name": "theme",
25836
25836
  "kind": 32768,
25837
25837
  "kindString": "Parameter",
@@ -25886,7 +25886,7 @@
25886
25886
  }
25887
25887
  },
25888
25888
  {
25889
- "id": 948,
25889
+ "id": 956,
25890
25890
  "name": "gridAutoRows",
25891
25891
  "kind": 1024,
25892
25892
  "kindString": "Property",
@@ -25976,7 +25976,7 @@
25976
25976
  {
25977
25977
  "type": "reflection",
25978
25978
  "declaration": {
25979
- "id": 949,
25979
+ "id": 957,
25980
25980
  "name": "__type",
25981
25981
  "kind": 65536,
25982
25982
  "kindString": "Type literal",
@@ -25990,14 +25990,14 @@
25990
25990
  ],
25991
25991
  "signatures": [
25992
25992
  {
25993
- "id": 950,
25993
+ "id": 958,
25994
25994
  "name": "__type",
25995
25995
  "kind": 4096,
25996
25996
  "kindString": "Call signature",
25997
25997
  "flags": {},
25998
25998
  "parameters": [
25999
25999
  {
26000
- "id": 951,
26000
+ "id": 959,
26001
26001
  "name": "theme",
26002
26002
  "kind": 32768,
26003
26003
  "kindString": "Parameter",
@@ -26101,7 +26101,7 @@
26101
26101
  }
26102
26102
  },
26103
26103
  {
26104
- "id": 932,
26104
+ "id": 940,
26105
26105
  "name": "gridColumn",
26106
26106
  "kind": 1024,
26107
26107
  "kindString": "Property",
@@ -26161,7 +26161,7 @@
26161
26161
  {
26162
26162
  "type": "reflection",
26163
26163
  "declaration": {
26164
- "id": 933,
26164
+ "id": 941,
26165
26165
  "name": "__type",
26166
26166
  "kind": 65536,
26167
26167
  "kindString": "Type literal",
@@ -26175,14 +26175,14 @@
26175
26175
  ],
26176
26176
  "signatures": [
26177
26177
  {
26178
- "id": 934,
26178
+ "id": 942,
26179
26179
  "name": "__type",
26180
26180
  "kind": 4096,
26181
26181
  "kindString": "Call signature",
26182
26182
  "flags": {},
26183
26183
  "parameters": [
26184
26184
  {
26185
- "id": 935,
26185
+ "id": 943,
26186
26186
  "name": "theme",
26187
26187
  "kind": 32768,
26188
26188
  "kindString": "Parameter",
@@ -26256,7 +26256,7 @@
26256
26256
  }
26257
26257
  },
26258
26258
  {
26259
- "id": 936,
26259
+ "id": 944,
26260
26260
  "name": "gridRow",
26261
26261
  "kind": 1024,
26262
26262
  "kindString": "Property",
@@ -26316,7 +26316,7 @@
26316
26316
  {
26317
26317
  "type": "reflection",
26318
26318
  "declaration": {
26319
- "id": 937,
26319
+ "id": 945,
26320
26320
  "name": "__type",
26321
26321
  "kind": 65536,
26322
26322
  "kindString": "Type literal",
@@ -26330,14 +26330,14 @@
26330
26330
  ],
26331
26331
  "signatures": [
26332
26332
  {
26333
- "id": 938,
26333
+ "id": 946,
26334
26334
  "name": "__type",
26335
26335
  "kind": 4096,
26336
26336
  "kindString": "Call signature",
26337
26337
  "flags": {},
26338
26338
  "parameters": [
26339
26339
  {
26340
- "id": 939,
26340
+ "id": 947,
26341
26341
  "name": "theme",
26342
26342
  "kind": 32768,
26343
26343
  "kindString": "Parameter",
@@ -26411,7 +26411,7 @@
26411
26411
  }
26412
26412
  },
26413
26413
  {
26414
- "id": 960,
26414
+ "id": 968,
26415
26415
  "name": "gridTemplateAreas",
26416
26416
  "kind": 1024,
26417
26417
  "kindString": "Property",
@@ -26452,7 +26452,7 @@
26452
26452
  {
26453
26453
  "type": "reflection",
26454
26454
  "declaration": {
26455
- "id": 961,
26455
+ "id": 969,
26456
26456
  "name": "__type",
26457
26457
  "kind": 65536,
26458
26458
  "kindString": "Type literal",
@@ -26466,14 +26466,14 @@
26466
26466
  ],
26467
26467
  "signatures": [
26468
26468
  {
26469
- "id": 962,
26469
+ "id": 970,
26470
26470
  "name": "__type",
26471
26471
  "kind": 4096,
26472
26472
  "kindString": "Call signature",
26473
26473
  "flags": {},
26474
26474
  "parameters": [
26475
26475
  {
26476
- "id": 963,
26476
+ "id": 971,
26477
26477
  "name": "theme",
26478
26478
  "kind": 32768,
26479
26479
  "kindString": "Parameter",
@@ -26528,7 +26528,7 @@
26528
26528
  }
26529
26529
  },
26530
26530
  {
26531
- "id": 952,
26531
+ "id": 960,
26532
26532
  "name": "gridTemplateColumns",
26533
26533
  "kind": 1024,
26534
26534
  "kindString": "Property",
@@ -26618,7 +26618,7 @@
26618
26618
  {
26619
26619
  "type": "reflection",
26620
26620
  "declaration": {
26621
- "id": 953,
26621
+ "id": 961,
26622
26622
  "name": "__type",
26623
26623
  "kind": 65536,
26624
26624
  "kindString": "Type literal",
@@ -26632,14 +26632,14 @@
26632
26632
  ],
26633
26633
  "signatures": [
26634
26634
  {
26635
- "id": 954,
26635
+ "id": 962,
26636
26636
  "name": "__type",
26637
26637
  "kind": 4096,
26638
26638
  "kindString": "Call signature",
26639
26639
  "flags": {},
26640
26640
  "parameters": [
26641
26641
  {
26642
- "id": 955,
26642
+ "id": 963,
26643
26643
  "name": "theme",
26644
26644
  "kind": 32768,
26645
26645
  "kindString": "Parameter",
@@ -26743,7 +26743,7 @@
26743
26743
  }
26744
26744
  },
26745
26745
  {
26746
- "id": 956,
26746
+ "id": 964,
26747
26747
  "name": "gridTemplateRows",
26748
26748
  "kind": 1024,
26749
26749
  "kindString": "Property",
@@ -26833,7 +26833,7 @@
26833
26833
  {
26834
26834
  "type": "reflection",
26835
26835
  "declaration": {
26836
- "id": 957,
26836
+ "id": 965,
26837
26837
  "name": "__type",
26838
26838
  "kind": 65536,
26839
26839
  "kindString": "Type literal",
@@ -26847,14 +26847,14 @@
26847
26847
  ],
26848
26848
  "signatures": [
26849
26849
  {
26850
- "id": 958,
26850
+ "id": 966,
26851
26851
  "name": "__type",
26852
26852
  "kind": 4096,
26853
26853
  "kindString": "Call signature",
26854
26854
  "flags": {},
26855
26855
  "parameters": [
26856
26856
  {
26857
- "id": 959,
26857
+ "id": 967,
26858
26858
  "name": "theme",
26859
26859
  "kind": 32768,
26860
26860
  "kindString": "Parameter",
@@ -26958,7 +26958,7 @@
26958
26958
  }
26959
26959
  },
26960
26960
  {
26961
- "id": 798,
26961
+ "id": 806,
26962
26962
  "name": "height",
26963
26963
  "kind": 1024,
26964
26964
  "kindString": "Property",
@@ -27048,7 +27048,7 @@
27048
27048
  {
27049
27049
  "type": "reflection",
27050
27050
  "declaration": {
27051
- "id": 799,
27051
+ "id": 807,
27052
27052
  "name": "__type",
27053
27053
  "kind": 65536,
27054
27054
  "kindString": "Type literal",
@@ -27062,14 +27062,14 @@
27062
27062
  ],
27063
27063
  "signatures": [
27064
27064
  {
27065
- "id": 800,
27065
+ "id": 808,
27066
27066
  "name": "__type",
27067
27067
  "kind": 4096,
27068
27068
  "kindString": "Call signature",
27069
27069
  "flags": {},
27070
27070
  "parameters": [
27071
27071
  {
27072
- "id": 801,
27072
+ "id": 809,
27073
27073
  "name": "theme",
27074
27074
  "kind": 32768,
27075
27075
  "kindString": "Parameter",
@@ -27173,7 +27173,7 @@
27173
27173
  }
27174
27174
  },
27175
27175
  {
27176
- "id": 792,
27176
+ "id": 800,
27177
27177
  "name": "hideSettingsMenuItem",
27178
27178
  "kind": 1024,
27179
27179
  "kindString": "Property",
@@ -27185,7 +27185,7 @@
27185
27185
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
27186
27186
  "line": 10,
27187
27187
  "character": 2,
27188
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L10"
27188
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L10"
27189
27189
  }
27190
27190
  ],
27191
27191
  "type": {
@@ -27194,7 +27194,7 @@
27194
27194
  }
27195
27195
  },
27196
27196
  {
27197
- "id": 880,
27197
+ "id": 888,
27198
27198
  "name": "justifyContent",
27199
27199
  "kind": 1024,
27200
27200
  "kindString": "Property",
@@ -27235,7 +27235,7 @@
27235
27235
  {
27236
27236
  "type": "reflection",
27237
27237
  "declaration": {
27238
- "id": 881,
27238
+ "id": 889,
27239
27239
  "name": "__type",
27240
27240
  "kind": 65536,
27241
27241
  "kindString": "Type literal",
@@ -27249,14 +27249,14 @@
27249
27249
  ],
27250
27250
  "signatures": [
27251
27251
  {
27252
- "id": 882,
27252
+ "id": 890,
27253
27253
  "name": "__type",
27254
27254
  "kind": 4096,
27255
27255
  "kindString": "Call signature",
27256
27256
  "flags": {},
27257
27257
  "parameters": [
27258
27258
  {
27259
- "id": 883,
27259
+ "id": 891,
27260
27260
  "name": "theme",
27261
27261
  "kind": 32768,
27262
27262
  "kindString": "Parameter",
@@ -27311,7 +27311,7 @@
27311
27311
  }
27312
27312
  },
27313
27313
  {
27314
- "id": 912,
27314
+ "id": 920,
27315
27315
  "name": "justifyItems",
27316
27316
  "kind": 1024,
27317
27317
  "kindString": "Property",
@@ -27352,7 +27352,7 @@
27352
27352
  {
27353
27353
  "type": "reflection",
27354
27354
  "declaration": {
27355
- "id": 913,
27355
+ "id": 921,
27356
27356
  "name": "__type",
27357
27357
  "kind": 65536,
27358
27358
  "kindString": "Type literal",
@@ -27366,14 +27366,14 @@
27366
27366
  ],
27367
27367
  "signatures": [
27368
27368
  {
27369
- "id": 914,
27369
+ "id": 922,
27370
27370
  "name": "__type",
27371
27371
  "kind": 4096,
27372
27372
  "kindString": "Call signature",
27373
27373
  "flags": {},
27374
27374
  "parameters": [
27375
27375
  {
27376
- "id": 915,
27376
+ "id": 923,
27377
27377
  "name": "theme",
27378
27378
  "kind": 32768,
27379
27379
  "kindString": "Parameter",
@@ -27428,7 +27428,7 @@
27428
27428
  }
27429
27429
  },
27430
27430
  {
27431
- "id": 916,
27431
+ "id": 924,
27432
27432
  "name": "justifySelf",
27433
27433
  "kind": 1024,
27434
27434
  "kindString": "Property",
@@ -27469,7 +27469,7 @@
27469
27469
  {
27470
27470
  "type": "reflection",
27471
27471
  "declaration": {
27472
- "id": 917,
27472
+ "id": 925,
27473
27473
  "name": "__type",
27474
27474
  "kind": 65536,
27475
27475
  "kindString": "Type literal",
@@ -27483,14 +27483,14 @@
27483
27483
  ],
27484
27484
  "signatures": [
27485
27485
  {
27486
- "id": 918,
27486
+ "id": 926,
27487
27487
  "name": "__type",
27488
27488
  "kind": 4096,
27489
27489
  "kindString": "Call signature",
27490
27490
  "flags": {},
27491
27491
  "parameters": [
27492
27492
  {
27493
- "id": 919,
27493
+ "id": 927,
27494
27494
  "name": "theme",
27495
27495
  "kind": 32768,
27496
27496
  "kindString": "Parameter",
@@ -27545,7 +27545,7 @@
27545
27545
  }
27546
27546
  },
27547
27547
  {
27548
- "id": 996,
27548
+ "id": 1004,
27549
27549
  "name": "left",
27550
27550
  "kind": 1024,
27551
27551
  "kindString": "Property",
@@ -27635,7 +27635,7 @@
27635
27635
  {
27636
27636
  "type": "reflection",
27637
27637
  "declaration": {
27638
- "id": 997,
27638
+ "id": 1005,
27639
27639
  "name": "__type",
27640
27640
  "kind": 65536,
27641
27641
  "kindString": "Type literal",
@@ -27649,14 +27649,14 @@
27649
27649
  ],
27650
27650
  "signatures": [
27651
27651
  {
27652
- "id": 998,
27652
+ "id": 1006,
27653
27653
  "name": "__type",
27654
27654
  "kind": 4096,
27655
27655
  "kindString": "Call signature",
27656
27656
  "flags": {},
27657
27657
  "parameters": [
27658
27658
  {
27659
- "id": 999,
27659
+ "id": 1007,
27660
27660
  "name": "theme",
27661
27661
  "kind": 32768,
27662
27662
  "kindString": "Parameter",
@@ -27760,7 +27760,7 @@
27760
27760
  }
27761
27761
  },
27762
27762
  {
27763
- "id": 1156,
27763
+ "id": 1164,
27764
27764
  "name": "letterSpacing",
27765
27765
  "kind": 1024,
27766
27766
  "kindString": "Property",
@@ -27850,7 +27850,7 @@
27850
27850
  {
27851
27851
  "type": "reflection",
27852
27852
  "declaration": {
27853
- "id": 1157,
27853
+ "id": 1165,
27854
27854
  "name": "__type",
27855
27855
  "kind": 65536,
27856
27856
  "kindString": "Type literal",
@@ -27864,14 +27864,14 @@
27864
27864
  ],
27865
27865
  "signatures": [
27866
27866
  {
27867
- "id": 1158,
27867
+ "id": 1166,
27868
27868
  "name": "__type",
27869
27869
  "kind": 4096,
27870
27870
  "kindString": "Call signature",
27871
27871
  "flags": {},
27872
27872
  "parameters": [
27873
27873
  {
27874
- "id": 1159,
27874
+ "id": 1167,
27875
27875
  "name": "theme",
27876
27876
  "kind": 32768,
27877
27877
  "kindString": "Parameter",
@@ -27975,7 +27975,7 @@
27975
27975
  }
27976
27976
  },
27977
27977
  {
27978
- "id": 1160,
27978
+ "id": 1168,
27979
27979
  "name": "lineHeight",
27980
27980
  "kind": 1024,
27981
27981
  "kindString": "Property",
@@ -28065,7 +28065,7 @@
28065
28065
  {
28066
28066
  "type": "reflection",
28067
28067
  "declaration": {
28068
- "id": 1161,
28068
+ "id": 1169,
28069
28069
  "name": "__type",
28070
28070
  "kind": 65536,
28071
28071
  "kindString": "Type literal",
@@ -28079,14 +28079,14 @@
28079
28079
  ],
28080
28080
  "signatures": [
28081
28081
  {
28082
- "id": 1162,
28082
+ "id": 1170,
28083
28083
  "name": "__type",
28084
28084
  "kind": 4096,
28085
28085
  "kindString": "Call signature",
28086
28086
  "flags": {},
28087
28087
  "parameters": [
28088
28088
  {
28089
- "id": 1163,
28089
+ "id": 1171,
28090
28090
  "name": "theme",
28091
28091
  "kind": 32768,
28092
28092
  "kindString": "Parameter",
@@ -28190,7 +28190,7 @@
28190
28190
  }
28191
28191
  },
28192
28192
  {
28193
- "id": 1024,
28193
+ "id": 1032,
28194
28194
  "name": "m",
28195
28195
  "kind": 1024,
28196
28196
  "kindString": "Property",
@@ -28280,7 +28280,7 @@
28280
28280
  {
28281
28281
  "type": "reflection",
28282
28282
  "declaration": {
28283
- "id": 1025,
28283
+ "id": 1033,
28284
28284
  "name": "__type",
28285
28285
  "kind": 65536,
28286
28286
  "kindString": "Type literal",
@@ -28294,14 +28294,14 @@
28294
28294
  ],
28295
28295
  "signatures": [
28296
28296
  {
28297
- "id": 1026,
28297
+ "id": 1034,
28298
28298
  "name": "__type",
28299
28299
  "kind": 4096,
28300
28300
  "kindString": "Call signature",
28301
28301
  "flags": {},
28302
28302
  "parameters": [
28303
28303
  {
28304
- "id": 1027,
28304
+ "id": 1035,
28305
28305
  "name": "theme",
28306
28306
  "kind": 32768,
28307
28307
  "kindString": "Parameter",
@@ -28405,7 +28405,7 @@
28405
28405
  }
28406
28406
  },
28407
28407
  {
28408
- "id": 1076,
28408
+ "id": 1084,
28409
28409
  "name": "margin",
28410
28410
  "kind": 1024,
28411
28411
  "kindString": "Property",
@@ -28495,7 +28495,7 @@
28495
28495
  {
28496
28496
  "type": "reflection",
28497
28497
  "declaration": {
28498
- "id": 1077,
28498
+ "id": 1085,
28499
28499
  "name": "__type",
28500
28500
  "kind": 65536,
28501
28501
  "kindString": "Type literal",
@@ -28509,14 +28509,14 @@
28509
28509
  ],
28510
28510
  "signatures": [
28511
28511
  {
28512
- "id": 1078,
28512
+ "id": 1086,
28513
28513
  "name": "__type",
28514
28514
  "kind": 4096,
28515
28515
  "kindString": "Call signature",
28516
28516
  "flags": {},
28517
28517
  "parameters": [
28518
28518
  {
28519
- "id": 1079,
28519
+ "id": 1087,
28520
28520
  "name": "theme",
28521
28521
  "kind": 32768,
28522
28522
  "kindString": "Parameter",
@@ -28620,7 +28620,7 @@
28620
28620
  }
28621
28621
  },
28622
28622
  {
28623
- "id": 1088,
28623
+ "id": 1096,
28624
28624
  "name": "marginBottom",
28625
28625
  "kind": 1024,
28626
28626
  "kindString": "Property",
@@ -28710,7 +28710,7 @@
28710
28710
  {
28711
28711
  "type": "reflection",
28712
28712
  "declaration": {
28713
- "id": 1089,
28713
+ "id": 1097,
28714
28714
  "name": "__type",
28715
28715
  "kind": 65536,
28716
28716
  "kindString": "Type literal",
@@ -28724,14 +28724,14 @@
28724
28724
  ],
28725
28725
  "signatures": [
28726
28726
  {
28727
- "id": 1090,
28727
+ "id": 1098,
28728
28728
  "name": "__type",
28729
28729
  "kind": 4096,
28730
28730
  "kindString": "Call signature",
28731
28731
  "flags": {},
28732
28732
  "parameters": [
28733
28733
  {
28734
- "id": 1091,
28734
+ "id": 1099,
28735
28735
  "name": "theme",
28736
28736
  "kind": 32768,
28737
28737
  "kindString": "Parameter",
@@ -28835,7 +28835,7 @@
28835
28835
  }
28836
28836
  },
28837
28837
  {
28838
- "id": 1092,
28838
+ "id": 1100,
28839
28839
  "name": "marginLeft",
28840
28840
  "kind": 1024,
28841
28841
  "kindString": "Property",
@@ -28925,7 +28925,7 @@
28925
28925
  {
28926
28926
  "type": "reflection",
28927
28927
  "declaration": {
28928
- "id": 1093,
28928
+ "id": 1101,
28929
28929
  "name": "__type",
28930
28930
  "kind": 65536,
28931
28931
  "kindString": "Type literal",
@@ -28939,14 +28939,14 @@
28939
28939
  ],
28940
28940
  "signatures": [
28941
28941
  {
28942
- "id": 1094,
28942
+ "id": 1102,
28943
28943
  "name": "__type",
28944
28944
  "kind": 4096,
28945
28945
  "kindString": "Call signature",
28946
28946
  "flags": {},
28947
28947
  "parameters": [
28948
28948
  {
28949
- "id": 1095,
28949
+ "id": 1103,
28950
28950
  "name": "theme",
28951
28951
  "kind": 32768,
28952
28952
  "kindString": "Parameter",
@@ -29050,7 +29050,7 @@
29050
29050
  }
29051
29051
  },
29052
29052
  {
29053
- "id": 1084,
29053
+ "id": 1092,
29054
29054
  "name": "marginRight",
29055
29055
  "kind": 1024,
29056
29056
  "kindString": "Property",
@@ -29140,7 +29140,7 @@
29140
29140
  {
29141
29141
  "type": "reflection",
29142
29142
  "declaration": {
29143
- "id": 1085,
29143
+ "id": 1093,
29144
29144
  "name": "__type",
29145
29145
  "kind": 65536,
29146
29146
  "kindString": "Type literal",
@@ -29154,14 +29154,14 @@
29154
29154
  ],
29155
29155
  "signatures": [
29156
29156
  {
29157
- "id": 1086,
29157
+ "id": 1094,
29158
29158
  "name": "__type",
29159
29159
  "kind": 4096,
29160
29160
  "kindString": "Call signature",
29161
29161
  "flags": {},
29162
29162
  "parameters": [
29163
29163
  {
29164
- "id": 1087,
29164
+ "id": 1095,
29165
29165
  "name": "theme",
29166
29166
  "kind": 32768,
29167
29167
  "kindString": "Parameter",
@@ -29265,7 +29265,7 @@
29265
29265
  }
29266
29266
  },
29267
29267
  {
29268
- "id": 1080,
29268
+ "id": 1088,
29269
29269
  "name": "marginTop",
29270
29270
  "kind": 1024,
29271
29271
  "kindString": "Property",
@@ -29355,7 +29355,7 @@
29355
29355
  {
29356
29356
  "type": "reflection",
29357
29357
  "declaration": {
29358
- "id": 1081,
29358
+ "id": 1089,
29359
29359
  "name": "__type",
29360
29360
  "kind": 65536,
29361
29361
  "kindString": "Type literal",
@@ -29369,14 +29369,14 @@
29369
29369
  ],
29370
29370
  "signatures": [
29371
29371
  {
29372
- "id": 1082,
29372
+ "id": 1090,
29373
29373
  "name": "__type",
29374
29374
  "kind": 4096,
29375
29375
  "kindString": "Call signature",
29376
29376
  "flags": {},
29377
29377
  "parameters": [
29378
29378
  {
29379
- "id": 1083,
29379
+ "id": 1091,
29380
29380
  "name": "theme",
29381
29381
  "kind": 32768,
29382
29382
  "kindString": "Parameter",
@@ -29480,7 +29480,7 @@
29480
29480
  }
29481
29481
  },
29482
29482
  {
29483
- "id": 1096,
29483
+ "id": 1104,
29484
29484
  "name": "marginX",
29485
29485
  "kind": 1024,
29486
29486
  "kindString": "Property",
@@ -29570,7 +29570,7 @@
29570
29570
  {
29571
29571
  "type": "reflection",
29572
29572
  "declaration": {
29573
- "id": 1097,
29573
+ "id": 1105,
29574
29574
  "name": "__type",
29575
29575
  "kind": 65536,
29576
29576
  "kindString": "Type literal",
@@ -29584,14 +29584,14 @@
29584
29584
  ],
29585
29585
  "signatures": [
29586
29586
  {
29587
- "id": 1098,
29587
+ "id": 1106,
29588
29588
  "name": "__type",
29589
29589
  "kind": 4096,
29590
29590
  "kindString": "Call signature",
29591
29591
  "flags": {},
29592
29592
  "parameters": [
29593
29593
  {
29594
- "id": 1099,
29594
+ "id": 1107,
29595
29595
  "name": "theme",
29596
29596
  "kind": 32768,
29597
29597
  "kindString": "Parameter",
@@ -29695,7 +29695,7 @@
29695
29695
  }
29696
29696
  },
29697
29697
  {
29698
- "id": 1100,
29698
+ "id": 1108,
29699
29699
  "name": "marginY",
29700
29700
  "kind": 1024,
29701
29701
  "kindString": "Property",
@@ -29785,7 +29785,7 @@
29785
29785
  {
29786
29786
  "type": "reflection",
29787
29787
  "declaration": {
29788
- "id": 1101,
29788
+ "id": 1109,
29789
29789
  "name": "__type",
29790
29790
  "kind": 65536,
29791
29791
  "kindString": "Type literal",
@@ -29799,14 +29799,14 @@
29799
29799
  ],
29800
29800
  "signatures": [
29801
29801
  {
29802
- "id": 1102,
29802
+ "id": 1110,
29803
29803
  "name": "__type",
29804
29804
  "kind": 4096,
29805
29805
  "kindString": "Call signature",
29806
29806
  "flags": {},
29807
29807
  "parameters": [
29808
29808
  {
29809
- "id": 1103,
29809
+ "id": 1111,
29810
29810
  "name": "theme",
29811
29811
  "kind": 32768,
29812
29812
  "kindString": "Parameter",
@@ -29910,7 +29910,7 @@
29910
29910
  }
29911
29911
  },
29912
29912
  {
29913
- "id": 1012,
29913
+ "id": 1020,
29914
29914
  "name": "maxHeight",
29915
29915
  "kind": 1024,
29916
29916
  "kindString": "Property",
@@ -30000,7 +30000,7 @@
30000
30000
  {
30001
30001
  "type": "reflection",
30002
30002
  "declaration": {
30003
- "id": 1013,
30003
+ "id": 1021,
30004
30004
  "name": "__type",
30005
30005
  "kind": 65536,
30006
30006
  "kindString": "Type literal",
@@ -30014,14 +30014,14 @@
30014
30014
  ],
30015
30015
  "signatures": [
30016
30016
  {
30017
- "id": 1014,
30017
+ "id": 1022,
30018
30018
  "name": "__type",
30019
30019
  "kind": 4096,
30020
30020
  "kindString": "Call signature",
30021
30021
  "flags": {},
30022
30022
  "parameters": [
30023
30023
  {
30024
- "id": 1015,
30024
+ "id": 1023,
30025
30025
  "name": "theme",
30026
30026
  "kind": 32768,
30027
30027
  "kindString": "Parameter",
@@ -30125,7 +30125,7 @@
30125
30125
  }
30126
30126
  },
30127
30127
  {
30128
- "id": 1004,
30128
+ "id": 1012,
30129
30129
  "name": "maxWidth",
30130
30130
  "kind": 1024,
30131
30131
  "kindString": "Property",
@@ -30215,7 +30215,7 @@
30215
30215
  {
30216
30216
  "type": "reflection",
30217
30217
  "declaration": {
30218
- "id": 1005,
30218
+ "id": 1013,
30219
30219
  "name": "__type",
30220
30220
  "kind": 65536,
30221
30221
  "kindString": "Type literal",
@@ -30229,14 +30229,14 @@
30229
30229
  ],
30230
30230
  "signatures": [
30231
30231
  {
30232
- "id": 1006,
30232
+ "id": 1014,
30233
30233
  "name": "__type",
30234
30234
  "kind": 4096,
30235
30235
  "kindString": "Call signature",
30236
30236
  "flags": {},
30237
30237
  "parameters": [
30238
30238
  {
30239
- "id": 1007,
30239
+ "id": 1015,
30240
30240
  "name": "theme",
30241
30241
  "kind": 32768,
30242
30242
  "kindString": "Parameter",
@@ -30340,7 +30340,7 @@
30340
30340
  }
30341
30341
  },
30342
30342
  {
30343
- "id": 1036,
30343
+ "id": 1044,
30344
30344
  "name": "mb",
30345
30345
  "kind": 1024,
30346
30346
  "kindString": "Property",
@@ -30430,7 +30430,7 @@
30430
30430
  {
30431
30431
  "type": "reflection",
30432
30432
  "declaration": {
30433
- "id": 1037,
30433
+ "id": 1045,
30434
30434
  "name": "__type",
30435
30435
  "kind": 65536,
30436
30436
  "kindString": "Type literal",
@@ -30444,14 +30444,14 @@
30444
30444
  ],
30445
30445
  "signatures": [
30446
30446
  {
30447
- "id": 1038,
30447
+ "id": 1046,
30448
30448
  "name": "__type",
30449
30449
  "kind": 4096,
30450
30450
  "kindString": "Call signature",
30451
30451
  "flags": {},
30452
30452
  "parameters": [
30453
30453
  {
30454
- "id": 1039,
30454
+ "id": 1047,
30455
30455
  "name": "theme",
30456
30456
  "kind": 32768,
30457
30457
  "kindString": "Parameter",
@@ -30555,7 +30555,7 @@
30555
30555
  }
30556
30556
  },
30557
30557
  {
30558
- "id": 1016,
30558
+ "id": 1024,
30559
30559
  "name": "minHeight",
30560
30560
  "kind": 1024,
30561
30561
  "kindString": "Property",
@@ -30645,7 +30645,7 @@
30645
30645
  {
30646
30646
  "type": "reflection",
30647
30647
  "declaration": {
30648
- "id": 1017,
30648
+ "id": 1025,
30649
30649
  "name": "__type",
30650
30650
  "kind": 65536,
30651
30651
  "kindString": "Type literal",
@@ -30659,14 +30659,14 @@
30659
30659
  ],
30660
30660
  "signatures": [
30661
30661
  {
30662
- "id": 1018,
30662
+ "id": 1026,
30663
30663
  "name": "__type",
30664
30664
  "kind": 4096,
30665
30665
  "kindString": "Call signature",
30666
30666
  "flags": {},
30667
30667
  "parameters": [
30668
30668
  {
30669
- "id": 1019,
30669
+ "id": 1027,
30670
30670
  "name": "theme",
30671
30671
  "kind": 32768,
30672
30672
  "kindString": "Parameter",
@@ -30770,7 +30770,7 @@
30770
30770
  }
30771
30771
  },
30772
30772
  {
30773
- "id": 1008,
30773
+ "id": 1016,
30774
30774
  "name": "minWidth",
30775
30775
  "kind": 1024,
30776
30776
  "kindString": "Property",
@@ -30860,7 +30860,7 @@
30860
30860
  {
30861
30861
  "type": "reflection",
30862
30862
  "declaration": {
30863
- "id": 1009,
30863
+ "id": 1017,
30864
30864
  "name": "__type",
30865
30865
  "kind": 65536,
30866
30866
  "kindString": "Type literal",
@@ -30874,14 +30874,14 @@
30874
30874
  ],
30875
30875
  "signatures": [
30876
30876
  {
30877
- "id": 1010,
30877
+ "id": 1018,
30878
30878
  "name": "__type",
30879
30879
  "kind": 4096,
30880
30880
  "kindString": "Call signature",
30881
30881
  "flags": {},
30882
30882
  "parameters": [
30883
30883
  {
30884
- "id": 1011,
30884
+ "id": 1019,
30885
30885
  "name": "theme",
30886
30886
  "kind": 32768,
30887
30887
  "kindString": "Parameter",
@@ -30985,7 +30985,7 @@
30985
30985
  }
30986
30986
  },
30987
30987
  {
30988
- "id": 1040,
30988
+ "id": 1048,
30989
30989
  "name": "ml",
30990
30990
  "kind": 1024,
30991
30991
  "kindString": "Property",
@@ -31075,7 +31075,7 @@
31075
31075
  {
31076
31076
  "type": "reflection",
31077
31077
  "declaration": {
31078
- "id": 1041,
31078
+ "id": 1049,
31079
31079
  "name": "__type",
31080
31080
  "kind": 65536,
31081
31081
  "kindString": "Type literal",
@@ -31089,14 +31089,14 @@
31089
31089
  ],
31090
31090
  "signatures": [
31091
31091
  {
31092
- "id": 1042,
31092
+ "id": 1050,
31093
31093
  "name": "__type",
31094
31094
  "kind": 4096,
31095
31095
  "kindString": "Call signature",
31096
31096
  "flags": {},
31097
31097
  "parameters": [
31098
31098
  {
31099
- "id": 1043,
31099
+ "id": 1051,
31100
31100
  "name": "theme",
31101
31101
  "kind": 32768,
31102
31102
  "kindString": "Parameter",
@@ -31200,7 +31200,7 @@
31200
31200
  }
31201
31201
  },
31202
31202
  {
31203
- "id": 1032,
31203
+ "id": 1040,
31204
31204
  "name": "mr",
31205
31205
  "kind": 1024,
31206
31206
  "kindString": "Property",
@@ -31290,7 +31290,7 @@
31290
31290
  {
31291
31291
  "type": "reflection",
31292
31292
  "declaration": {
31293
- "id": 1033,
31293
+ "id": 1041,
31294
31294
  "name": "__type",
31295
31295
  "kind": 65536,
31296
31296
  "kindString": "Type literal",
@@ -31304,14 +31304,14 @@
31304
31304
  ],
31305
31305
  "signatures": [
31306
31306
  {
31307
- "id": 1034,
31307
+ "id": 1042,
31308
31308
  "name": "__type",
31309
31309
  "kind": 4096,
31310
31310
  "kindString": "Call signature",
31311
31311
  "flags": {},
31312
31312
  "parameters": [
31313
31313
  {
31314
- "id": 1035,
31314
+ "id": 1043,
31315
31315
  "name": "theme",
31316
31316
  "kind": 32768,
31317
31317
  "kindString": "Parameter",
@@ -31415,7 +31415,7 @@
31415
31415
  }
31416
31416
  },
31417
31417
  {
31418
- "id": 1028,
31418
+ "id": 1036,
31419
31419
  "name": "mt",
31420
31420
  "kind": 1024,
31421
31421
  "kindString": "Property",
@@ -31505,7 +31505,7 @@
31505
31505
  {
31506
31506
  "type": "reflection",
31507
31507
  "declaration": {
31508
- "id": 1029,
31508
+ "id": 1037,
31509
31509
  "name": "__type",
31510
31510
  "kind": 65536,
31511
31511
  "kindString": "Type literal",
@@ -31519,14 +31519,14 @@
31519
31519
  ],
31520
31520
  "signatures": [
31521
31521
  {
31522
- "id": 1030,
31522
+ "id": 1038,
31523
31523
  "name": "__type",
31524
31524
  "kind": 4096,
31525
31525
  "kindString": "Call signature",
31526
31526
  "flags": {},
31527
31527
  "parameters": [
31528
31528
  {
31529
- "id": 1031,
31529
+ "id": 1039,
31530
31530
  "name": "theme",
31531
31531
  "kind": 32768,
31532
31532
  "kindString": "Parameter",
@@ -31630,7 +31630,7 @@
31630
31630
  }
31631
31631
  },
31632
31632
  {
31633
- "id": 1044,
31633
+ "id": 1052,
31634
31634
  "name": "mx",
31635
31635
  "kind": 1024,
31636
31636
  "kindString": "Property",
@@ -31720,7 +31720,7 @@
31720
31720
  {
31721
31721
  "type": "reflection",
31722
31722
  "declaration": {
31723
- "id": 1045,
31723
+ "id": 1053,
31724
31724
  "name": "__type",
31725
31725
  "kind": 65536,
31726
31726
  "kindString": "Type literal",
@@ -31734,14 +31734,14 @@
31734
31734
  ],
31735
31735
  "signatures": [
31736
31736
  {
31737
- "id": 1046,
31737
+ "id": 1054,
31738
31738
  "name": "__type",
31739
31739
  "kind": 4096,
31740
31740
  "kindString": "Call signature",
31741
31741
  "flags": {},
31742
31742
  "parameters": [
31743
31743
  {
31744
- "id": 1047,
31744
+ "id": 1055,
31745
31745
  "name": "theme",
31746
31746
  "kind": 32768,
31747
31747
  "kindString": "Parameter",
@@ -31845,7 +31845,7 @@
31845
31845
  }
31846
31846
  },
31847
31847
  {
31848
- "id": 1048,
31848
+ "id": 1056,
31849
31849
  "name": "my",
31850
31850
  "kind": 1024,
31851
31851
  "kindString": "Property",
@@ -31935,7 +31935,7 @@
31935
31935
  {
31936
31936
  "type": "reflection",
31937
31937
  "declaration": {
31938
- "id": 1049,
31938
+ "id": 1057,
31939
31939
  "name": "__type",
31940
31940
  "kind": 65536,
31941
31941
  "kindString": "Type literal",
@@ -31949,14 +31949,14 @@
31949
31949
  ],
31950
31950
  "signatures": [
31951
31951
  {
31952
- "id": 1050,
31952
+ "id": 1058,
31953
31953
  "name": "__type",
31954
31954
  "kind": 4096,
31955
31955
  "kindString": "Call signature",
31956
31956
  "flags": {},
31957
31957
  "parameters": [
31958
31958
  {
31959
- "id": 1051,
31959
+ "id": 1059,
31960
31960
  "name": "theme",
31961
31961
  "kind": 32768,
31962
31962
  "kindString": "Parameter",
@@ -32060,7 +32060,7 @@
32060
32060
  }
32061
32061
  },
32062
32062
  {
32063
- "id": 794,
32063
+ "id": 802,
32064
32064
  "name": "onMenuToggle",
32065
32065
  "kind": 1024,
32066
32066
  "kindString": "Property",
@@ -32072,13 +32072,13 @@
32072
32072
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
32073
32073
  "line": 12,
32074
32074
  "character": 2,
32075
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L12"
32075
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L12"
32076
32076
  }
32077
32077
  ],
32078
32078
  "type": {
32079
32079
  "type": "reflection",
32080
32080
  "declaration": {
32081
- "id": 795,
32081
+ "id": 803,
32082
32082
  "name": "__type",
32083
32083
  "kind": 65536,
32084
32084
  "kindString": "Type literal",
@@ -32088,19 +32088,19 @@
32088
32088
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
32089
32089
  "line": 12,
32090
32090
  "character": 17,
32091
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L12"
32091
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L12"
32092
32092
  }
32093
32093
  ],
32094
32094
  "signatures": [
32095
32095
  {
32096
- "id": 796,
32096
+ "id": 804,
32097
32097
  "name": "__type",
32098
32098
  "kind": 4096,
32099
32099
  "kindString": "Call signature",
32100
32100
  "flags": {},
32101
32101
  "parameters": [
32102
32102
  {
32103
- "id": 797,
32103
+ "id": 805,
32104
32104
  "name": "state",
32105
32105
  "kind": 32768,
32106
32106
  "kindString": "Parameter",
@@ -32123,7 +32123,7 @@
32123
32123
  }
32124
32124
  },
32125
32125
  {
32126
- "id": 892,
32126
+ "id": 900,
32127
32127
  "name": "order",
32128
32128
  "kind": 1024,
32129
32129
  "kindString": "Property",
@@ -32183,7 +32183,7 @@
32183
32183
  {
32184
32184
  "type": "reflection",
32185
32185
  "declaration": {
32186
- "id": 893,
32186
+ "id": 901,
32187
32187
  "name": "__type",
32188
32188
  "kind": 65536,
32189
32189
  "kindString": "Type literal",
@@ -32197,14 +32197,14 @@
32197
32197
  ],
32198
32198
  "signatures": [
32199
32199
  {
32200
- "id": 894,
32200
+ "id": 902,
32201
32201
  "name": "__type",
32202
32202
  "kind": 4096,
32203
32203
  "kindString": "Call signature",
32204
32204
  "flags": {},
32205
32205
  "parameters": [
32206
32206
  {
32207
- "id": 895,
32207
+ "id": 903,
32208
32208
  "name": "theme",
32209
32209
  "kind": 32768,
32210
32210
  "kindString": "Parameter",
@@ -32278,7 +32278,7 @@
32278
32278
  }
32279
32279
  },
32280
32280
  {
32281
- "id": 852,
32281
+ "id": 860,
32282
32282
  "name": "overflow",
32283
32283
  "kind": 1024,
32284
32284
  "kindString": "Property",
@@ -32319,7 +32319,7 @@
32319
32319
  {
32320
32320
  "type": "reflection",
32321
32321
  "declaration": {
32322
- "id": 853,
32322
+ "id": 861,
32323
32323
  "name": "__type",
32324
32324
  "kind": 65536,
32325
32325
  "kindString": "Type literal",
@@ -32333,14 +32333,14 @@
32333
32333
  ],
32334
32334
  "signatures": [
32335
32335
  {
32336
- "id": 854,
32336
+ "id": 862,
32337
32337
  "name": "__type",
32338
32338
  "kind": 4096,
32339
32339
  "kindString": "Call signature",
32340
32340
  "flags": {},
32341
32341
  "parameters": [
32342
32342
  {
32343
- "id": 855,
32343
+ "id": 863,
32344
32344
  "name": "theme",
32345
32345
  "kind": 32768,
32346
32346
  "kindString": "Parameter",
@@ -32395,7 +32395,7 @@
32395
32395
  }
32396
32396
  },
32397
32397
  {
32398
- "id": 806,
32398
+ "id": 814,
32399
32399
  "name": "p",
32400
32400
  "kind": 1024,
32401
32401
  "kindString": "Property",
@@ -32485,7 +32485,7 @@
32485
32485
  {
32486
32486
  "type": "reflection",
32487
32487
  "declaration": {
32488
- "id": 807,
32488
+ "id": 815,
32489
32489
  "name": "__type",
32490
32490
  "kind": 65536,
32491
32491
  "kindString": "Type literal",
@@ -32499,14 +32499,14 @@
32499
32499
  ],
32500
32500
  "signatures": [
32501
32501
  {
32502
- "id": 808,
32502
+ "id": 816,
32503
32503
  "name": "__type",
32504
32504
  "kind": 4096,
32505
32505
  "kindString": "Call signature",
32506
32506
  "flags": {},
32507
32507
  "parameters": [
32508
32508
  {
32509
- "id": 809,
32509
+ "id": 817,
32510
32510
  "name": "theme",
32511
32511
  "kind": 32768,
32512
32512
  "kindString": "Parameter",
@@ -32610,7 +32610,7 @@
32610
32610
  }
32611
32611
  },
32612
32612
  {
32613
- "id": 1104,
32613
+ "id": 1112,
32614
32614
  "name": "padding",
32615
32615
  "kind": 1024,
32616
32616
  "kindString": "Property",
@@ -32700,7 +32700,7 @@
32700
32700
  {
32701
32701
  "type": "reflection",
32702
32702
  "declaration": {
32703
- "id": 1105,
32703
+ "id": 1113,
32704
32704
  "name": "__type",
32705
32705
  "kind": 65536,
32706
32706
  "kindString": "Type literal",
@@ -32714,14 +32714,14 @@
32714
32714
  ],
32715
32715
  "signatures": [
32716
32716
  {
32717
- "id": 1106,
32717
+ "id": 1114,
32718
32718
  "name": "__type",
32719
32719
  "kind": 4096,
32720
32720
  "kindString": "Call signature",
32721
32721
  "flags": {},
32722
32722
  "parameters": [
32723
32723
  {
32724
- "id": 1107,
32724
+ "id": 1115,
32725
32725
  "name": "theme",
32726
32726
  "kind": 32768,
32727
32727
  "kindString": "Parameter",
@@ -32825,7 +32825,7 @@
32825
32825
  }
32826
32826
  },
32827
32827
  {
32828
- "id": 1116,
32828
+ "id": 1124,
32829
32829
  "name": "paddingBottom",
32830
32830
  "kind": 1024,
32831
32831
  "kindString": "Property",
@@ -32915,7 +32915,7 @@
32915
32915
  {
32916
32916
  "type": "reflection",
32917
32917
  "declaration": {
32918
- "id": 1117,
32918
+ "id": 1125,
32919
32919
  "name": "__type",
32920
32920
  "kind": 65536,
32921
32921
  "kindString": "Type literal",
@@ -32929,14 +32929,14 @@
32929
32929
  ],
32930
32930
  "signatures": [
32931
32931
  {
32932
- "id": 1118,
32932
+ "id": 1126,
32933
32933
  "name": "__type",
32934
32934
  "kind": 4096,
32935
32935
  "kindString": "Call signature",
32936
32936
  "flags": {},
32937
32937
  "parameters": [
32938
32938
  {
32939
- "id": 1119,
32939
+ "id": 1127,
32940
32940
  "name": "theme",
32941
32941
  "kind": 32768,
32942
32942
  "kindString": "Parameter",
@@ -33040,7 +33040,7 @@
33040
33040
  }
33041
33041
  },
33042
33042
  {
33043
- "id": 1120,
33043
+ "id": 1128,
33044
33044
  "name": "paddingLeft",
33045
33045
  "kind": 1024,
33046
33046
  "kindString": "Property",
@@ -33130,7 +33130,7 @@
33130
33130
  {
33131
33131
  "type": "reflection",
33132
33132
  "declaration": {
33133
- "id": 1121,
33133
+ "id": 1129,
33134
33134
  "name": "__type",
33135
33135
  "kind": 65536,
33136
33136
  "kindString": "Type literal",
@@ -33144,14 +33144,14 @@
33144
33144
  ],
33145
33145
  "signatures": [
33146
33146
  {
33147
- "id": 1122,
33147
+ "id": 1130,
33148
33148
  "name": "__type",
33149
33149
  "kind": 4096,
33150
33150
  "kindString": "Call signature",
33151
33151
  "flags": {},
33152
33152
  "parameters": [
33153
33153
  {
33154
- "id": 1123,
33154
+ "id": 1131,
33155
33155
  "name": "theme",
33156
33156
  "kind": 32768,
33157
33157
  "kindString": "Parameter",
@@ -33255,7 +33255,7 @@
33255
33255
  }
33256
33256
  },
33257
33257
  {
33258
- "id": 1112,
33258
+ "id": 1120,
33259
33259
  "name": "paddingRight",
33260
33260
  "kind": 1024,
33261
33261
  "kindString": "Property",
@@ -33345,7 +33345,7 @@
33345
33345
  {
33346
33346
  "type": "reflection",
33347
33347
  "declaration": {
33348
- "id": 1113,
33348
+ "id": 1121,
33349
33349
  "name": "__type",
33350
33350
  "kind": 65536,
33351
33351
  "kindString": "Type literal",
@@ -33359,14 +33359,14 @@
33359
33359
  ],
33360
33360
  "signatures": [
33361
33361
  {
33362
- "id": 1114,
33362
+ "id": 1122,
33363
33363
  "name": "__type",
33364
33364
  "kind": 4096,
33365
33365
  "kindString": "Call signature",
33366
33366
  "flags": {},
33367
33367
  "parameters": [
33368
33368
  {
33369
- "id": 1115,
33369
+ "id": 1123,
33370
33370
  "name": "theme",
33371
33371
  "kind": 32768,
33372
33372
  "kindString": "Parameter",
@@ -33470,7 +33470,7 @@
33470
33470
  }
33471
33471
  },
33472
33472
  {
33473
- "id": 1108,
33473
+ "id": 1116,
33474
33474
  "name": "paddingTop",
33475
33475
  "kind": 1024,
33476
33476
  "kindString": "Property",
@@ -33560,7 +33560,7 @@
33560
33560
  {
33561
33561
  "type": "reflection",
33562
33562
  "declaration": {
33563
- "id": 1109,
33563
+ "id": 1117,
33564
33564
  "name": "__type",
33565
33565
  "kind": 65536,
33566
33566
  "kindString": "Type literal",
@@ -33574,14 +33574,14 @@
33574
33574
  ],
33575
33575
  "signatures": [
33576
33576
  {
33577
- "id": 1110,
33577
+ "id": 1118,
33578
33578
  "name": "__type",
33579
33579
  "kind": 4096,
33580
33580
  "kindString": "Call signature",
33581
33581
  "flags": {},
33582
33582
  "parameters": [
33583
33583
  {
33584
- "id": 1111,
33584
+ "id": 1119,
33585
33585
  "name": "theme",
33586
33586
  "kind": 32768,
33587
33587
  "kindString": "Parameter",
@@ -33685,7 +33685,7 @@
33685
33685
  }
33686
33686
  },
33687
33687
  {
33688
- "id": 1124,
33688
+ "id": 1132,
33689
33689
  "name": "paddingX",
33690
33690
  "kind": 1024,
33691
33691
  "kindString": "Property",
@@ -33775,7 +33775,7 @@
33775
33775
  {
33776
33776
  "type": "reflection",
33777
33777
  "declaration": {
33778
- "id": 1125,
33778
+ "id": 1133,
33779
33779
  "name": "__type",
33780
33780
  "kind": 65536,
33781
33781
  "kindString": "Type literal",
@@ -33789,14 +33789,14 @@
33789
33789
  ],
33790
33790
  "signatures": [
33791
33791
  {
33792
- "id": 1126,
33792
+ "id": 1134,
33793
33793
  "name": "__type",
33794
33794
  "kind": 4096,
33795
33795
  "kindString": "Call signature",
33796
33796
  "flags": {},
33797
33797
  "parameters": [
33798
33798
  {
33799
- "id": 1127,
33799
+ "id": 1135,
33800
33800
  "name": "theme",
33801
33801
  "kind": 32768,
33802
33802
  "kindString": "Parameter",
@@ -33900,7 +33900,7 @@
33900
33900
  }
33901
33901
  },
33902
33902
  {
33903
- "id": 1128,
33903
+ "id": 1136,
33904
33904
  "name": "paddingY",
33905
33905
  "kind": 1024,
33906
33906
  "kindString": "Property",
@@ -33990,7 +33990,7 @@
33990
33990
  {
33991
33991
  "type": "reflection",
33992
33992
  "declaration": {
33993
- "id": 1129,
33993
+ "id": 1137,
33994
33994
  "name": "__type",
33995
33995
  "kind": 65536,
33996
33996
  "kindString": "Type literal",
@@ -34004,14 +34004,14 @@
34004
34004
  ],
34005
34005
  "signatures": [
34006
34006
  {
34007
- "id": 1130,
34007
+ "id": 1138,
34008
34008
  "name": "__type",
34009
34009
  "kind": 4096,
34010
34010
  "kindString": "Call signature",
34011
34011
  "flags": {},
34012
34012
  "parameters": [
34013
34013
  {
34014
- "id": 1131,
34014
+ "id": 1139,
34015
34015
  "name": "theme",
34016
34016
  "kind": 32768,
34017
34017
  "kindString": "Parameter",
@@ -34115,7 +34115,7 @@
34115
34115
  }
34116
34116
  },
34117
34117
  {
34118
- "id": 1060,
34118
+ "id": 1068,
34119
34119
  "name": "pb",
34120
34120
  "kind": 1024,
34121
34121
  "kindString": "Property",
@@ -34205,7 +34205,7 @@
34205
34205
  {
34206
34206
  "type": "reflection",
34207
34207
  "declaration": {
34208
- "id": 1061,
34208
+ "id": 1069,
34209
34209
  "name": "__type",
34210
34210
  "kind": 65536,
34211
34211
  "kindString": "Type literal",
@@ -34219,14 +34219,14 @@
34219
34219
  ],
34220
34220
  "signatures": [
34221
34221
  {
34222
- "id": 1062,
34222
+ "id": 1070,
34223
34223
  "name": "__type",
34224
34224
  "kind": 4096,
34225
34225
  "kindString": "Call signature",
34226
34226
  "flags": {},
34227
34227
  "parameters": [
34228
34228
  {
34229
- "id": 1063,
34229
+ "id": 1071,
34230
34230
  "name": "theme",
34231
34231
  "kind": 32768,
34232
34232
  "kindString": "Parameter",
@@ -34330,7 +34330,7 @@
34330
34330
  }
34331
34331
  },
34332
34332
  {
34333
- "id": 1064,
34333
+ "id": 1072,
34334
34334
  "name": "pl",
34335
34335
  "kind": 1024,
34336
34336
  "kindString": "Property",
@@ -34420,7 +34420,7 @@
34420
34420
  {
34421
34421
  "type": "reflection",
34422
34422
  "declaration": {
34423
- "id": 1065,
34423
+ "id": 1073,
34424
34424
  "name": "__type",
34425
34425
  "kind": 65536,
34426
34426
  "kindString": "Type literal",
@@ -34434,14 +34434,14 @@
34434
34434
  ],
34435
34435
  "signatures": [
34436
34436
  {
34437
- "id": 1066,
34437
+ "id": 1074,
34438
34438
  "name": "__type",
34439
34439
  "kind": 4096,
34440
34440
  "kindString": "Call signature",
34441
34441
  "flags": {},
34442
34442
  "parameters": [
34443
34443
  {
34444
- "id": 1067,
34444
+ "id": 1075,
34445
34445
  "name": "theme",
34446
34446
  "kind": 32768,
34447
34447
  "kindString": "Parameter",
@@ -34545,7 +34545,7 @@
34545
34545
  }
34546
34546
  },
34547
34547
  {
34548
- "id": 980,
34548
+ "id": 988,
34549
34549
  "name": "position",
34550
34550
  "kind": 1024,
34551
34551
  "kindString": "Property",
@@ -34605,7 +34605,7 @@
34605
34605
  {
34606
34606
  "type": "reflection",
34607
34607
  "declaration": {
34608
- "id": 981,
34608
+ "id": 989,
34609
34609
  "name": "__type",
34610
34610
  "kind": 65536,
34611
34611
  "kindString": "Type literal",
@@ -34619,14 +34619,14 @@
34619
34619
  ],
34620
34620
  "signatures": [
34621
34621
  {
34622
- "id": 982,
34622
+ "id": 990,
34623
34623
  "name": "__type",
34624
34624
  "kind": 4096,
34625
34625
  "kindString": "Call signature",
34626
34626
  "flags": {},
34627
34627
  "parameters": [
34628
34628
  {
34629
- "id": 983,
34629
+ "id": 991,
34630
34630
  "name": "theme",
34631
34631
  "kind": 32768,
34632
34632
  "kindString": "Parameter",
@@ -34700,7 +34700,7 @@
34700
34700
  }
34701
34701
  },
34702
34702
  {
34703
- "id": 1056,
34703
+ "id": 1064,
34704
34704
  "name": "pr",
34705
34705
  "kind": 1024,
34706
34706
  "kindString": "Property",
@@ -34790,7 +34790,7 @@
34790
34790
  {
34791
34791
  "type": "reflection",
34792
34792
  "declaration": {
34793
- "id": 1057,
34793
+ "id": 1065,
34794
34794
  "name": "__type",
34795
34795
  "kind": 65536,
34796
34796
  "kindString": "Type literal",
@@ -34804,14 +34804,14 @@
34804
34804
  ],
34805
34805
  "signatures": [
34806
34806
  {
34807
- "id": 1058,
34807
+ "id": 1066,
34808
34808
  "name": "__type",
34809
34809
  "kind": 4096,
34810
34810
  "kindString": "Call signature",
34811
34811
  "flags": {},
34812
34812
  "parameters": [
34813
34813
  {
34814
- "id": 1059,
34814
+ "id": 1067,
34815
34815
  "name": "theme",
34816
34816
  "kind": 32768,
34817
34817
  "kindString": "Parameter",
@@ -34915,7 +34915,7 @@
34915
34915
  }
34916
34916
  },
34917
34917
  {
34918
- "id": 1052,
34918
+ "id": 1060,
34919
34919
  "name": "pt",
34920
34920
  "kind": 1024,
34921
34921
  "kindString": "Property",
@@ -35005,7 +35005,7 @@
35005
35005
  {
35006
35006
  "type": "reflection",
35007
35007
  "declaration": {
35008
- "id": 1053,
35008
+ "id": 1061,
35009
35009
  "name": "__type",
35010
35010
  "kind": 65536,
35011
35011
  "kindString": "Type literal",
@@ -35019,14 +35019,14 @@
35019
35019
  ],
35020
35020
  "signatures": [
35021
35021
  {
35022
- "id": 1054,
35022
+ "id": 1062,
35023
35023
  "name": "__type",
35024
35024
  "kind": 4096,
35025
35025
  "kindString": "Call signature",
35026
35026
  "flags": {},
35027
35027
  "parameters": [
35028
35028
  {
35029
- "id": 1055,
35029
+ "id": 1063,
35030
35030
  "name": "theme",
35031
35031
  "kind": 32768,
35032
35032
  "kindString": "Parameter",
@@ -35130,7 +35130,7 @@
35130
35130
  }
35131
35131
  },
35132
35132
  {
35133
- "id": 1068,
35133
+ "id": 1076,
35134
35134
  "name": "px",
35135
35135
  "kind": 1024,
35136
35136
  "kindString": "Property",
@@ -35220,7 +35220,7 @@
35220
35220
  {
35221
35221
  "type": "reflection",
35222
35222
  "declaration": {
35223
- "id": 1069,
35223
+ "id": 1077,
35224
35224
  "name": "__type",
35225
35225
  "kind": 65536,
35226
35226
  "kindString": "Type literal",
@@ -35234,14 +35234,14 @@
35234
35234
  ],
35235
35235
  "signatures": [
35236
35236
  {
35237
- "id": 1070,
35237
+ "id": 1078,
35238
35238
  "name": "__type",
35239
35239
  "kind": 4096,
35240
35240
  "kindString": "Call signature",
35241
35241
  "flags": {},
35242
35242
  "parameters": [
35243
35243
  {
35244
- "id": 1071,
35244
+ "id": 1079,
35245
35245
  "name": "theme",
35246
35246
  "kind": 32768,
35247
35247
  "kindString": "Parameter",
@@ -35345,7 +35345,7 @@
35345
35345
  }
35346
35346
  },
35347
35347
  {
35348
- "id": 1072,
35348
+ "id": 1080,
35349
35349
  "name": "py",
35350
35350
  "kind": 1024,
35351
35351
  "kindString": "Property",
@@ -35435,7 +35435,7 @@
35435
35435
  {
35436
35436
  "type": "reflection",
35437
35437
  "declaration": {
35438
- "id": 1073,
35438
+ "id": 1081,
35439
35439
  "name": "__type",
35440
35440
  "kind": 65536,
35441
35441
  "kindString": "Type literal",
@@ -35449,14 +35449,14 @@
35449
35449
  ],
35450
35450
  "signatures": [
35451
35451
  {
35452
- "id": 1074,
35452
+ "id": 1082,
35453
35453
  "name": "__type",
35454
35454
  "kind": 4096,
35455
35455
  "kindString": "Call signature",
35456
35456
  "flags": {},
35457
35457
  "parameters": [
35458
35458
  {
35459
- "id": 1075,
35459
+ "id": 1083,
35460
35460
  "name": "theme",
35461
35461
  "kind": 32768,
35462
35462
  "kindString": "Parameter",
@@ -35560,7 +35560,7 @@
35560
35560
  }
35561
35561
  },
35562
35562
  {
35563
- "id": 988,
35563
+ "id": 996,
35564
35564
  "name": "right",
35565
35565
  "kind": 1024,
35566
35566
  "kindString": "Property",
@@ -35650,7 +35650,7 @@
35650
35650
  {
35651
35651
  "type": "reflection",
35652
35652
  "declaration": {
35653
- "id": 989,
35653
+ "id": 997,
35654
35654
  "name": "__type",
35655
35655
  "kind": 65536,
35656
35656
  "kindString": "Type literal",
@@ -35664,14 +35664,14 @@
35664
35664
  ],
35665
35665
  "signatures": [
35666
35666
  {
35667
- "id": 990,
35667
+ "id": 998,
35668
35668
  "name": "__type",
35669
35669
  "kind": 4096,
35670
35670
  "kindString": "Call signature",
35671
35671
  "flags": {},
35672
35672
  "parameters": [
35673
35673
  {
35674
- "id": 991,
35674
+ "id": 999,
35675
35675
  "name": "theme",
35676
35676
  "kind": 32768,
35677
35677
  "kindString": "Parameter",
@@ -35775,7 +35775,7 @@
35775
35775
  }
35776
35776
  },
35777
35777
  {
35778
- "id": 928,
35778
+ "id": 936,
35779
35779
  "name": "rowGap",
35780
35780
  "kind": 1024,
35781
35781
  "kindString": "Property",
@@ -35865,7 +35865,7 @@
35865
35865
  {
35866
35866
  "type": "reflection",
35867
35867
  "declaration": {
35868
- "id": 929,
35868
+ "id": 937,
35869
35869
  "name": "__type",
35870
35870
  "kind": 65536,
35871
35871
  "kindString": "Type literal",
@@ -35879,14 +35879,14 @@
35879
35879
  ],
35880
35880
  "signatures": [
35881
35881
  {
35882
- "id": 930,
35882
+ "id": 938,
35883
35883
  "name": "__type",
35884
35884
  "kind": 4096,
35885
35885
  "kindString": "Call signature",
35886
35886
  "flags": {},
35887
35887
  "parameters": [
35888
35888
  {
35889
- "id": 931,
35889
+ "id": 939,
35890
35890
  "name": "theme",
35891
35891
  "kind": 32768,
35892
35892
  "kindString": "Parameter",
@@ -35990,7 +35990,7 @@
35990
35990
  }
35991
35991
  },
35992
35992
  {
35993
- "id": 793,
35993
+ "id": 801,
35994
35994
  "name": "side",
35995
35995
  "kind": 1024,
35996
35996
  "kindString": "Property",
@@ -36002,7 +36002,7 @@
36002
36002
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
36003
36003
  "line": 11,
36004
36004
  "character": 2,
36005
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L11"
36005
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L11"
36006
36006
  }
36007
36007
  ],
36008
36008
  "type": {
@@ -36028,7 +36028,7 @@
36028
36028
  }
36029
36029
  },
36030
36030
  {
36031
- "id": 1164,
36031
+ "id": 1172,
36032
36032
  "name": "textAlign",
36033
36033
  "kind": 1024,
36034
36034
  "kindString": "Property",
@@ -36088,7 +36088,7 @@
36088
36088
  {
36089
36089
  "type": "reflection",
36090
36090
  "declaration": {
36091
- "id": 1165,
36091
+ "id": 1173,
36092
36092
  "name": "__type",
36093
36093
  "kind": 65536,
36094
36094
  "kindString": "Type literal",
@@ -36102,14 +36102,14 @@
36102
36102
  ],
36103
36103
  "signatures": [
36104
36104
  {
36105
- "id": 1166,
36105
+ "id": 1174,
36106
36106
  "name": "__type",
36107
36107
  "kind": 4096,
36108
36108
  "kindString": "Call signature",
36109
36109
  "flags": {},
36110
36110
  "parameters": [
36111
36111
  {
36112
- "id": 1167,
36112
+ "id": 1175,
36113
36113
  "name": "theme",
36114
36114
  "kind": 32768,
36115
36115
  "kindString": "Parameter",
@@ -36183,7 +36183,7 @@
36183
36183
  }
36184
36184
  },
36185
36185
  {
36186
- "id": 856,
36186
+ "id": 864,
36187
36187
  "name": "textOverflow",
36188
36188
  "kind": 1024,
36189
36189
  "kindString": "Property",
@@ -36224,7 +36224,7 @@
36224
36224
  {
36225
36225
  "type": "reflection",
36226
36226
  "declaration": {
36227
- "id": 857,
36227
+ "id": 865,
36228
36228
  "name": "__type",
36229
36229
  "kind": 65536,
36230
36230
  "kindString": "Type literal",
@@ -36238,14 +36238,14 @@
36238
36238
  ],
36239
36239
  "signatures": [
36240
36240
  {
36241
- "id": 858,
36241
+ "id": 866,
36242
36242
  "name": "__type",
36243
36243
  "kind": 4096,
36244
36244
  "kindString": "Call signature",
36245
36245
  "flags": {},
36246
36246
  "parameters": [
36247
36247
  {
36248
- "id": 859,
36248
+ "id": 867,
36249
36249
  "name": "theme",
36250
36250
  "kind": 32768,
36251
36251
  "kindString": "Parameter",
@@ -36300,7 +36300,7 @@
36300
36300
  }
36301
36301
  },
36302
36302
  {
36303
- "id": 1168,
36303
+ "id": 1176,
36304
36304
  "name": "textTransform",
36305
36305
  "kind": 1024,
36306
36306
  "kindString": "Property",
@@ -36360,7 +36360,7 @@
36360
36360
  {
36361
36361
  "type": "reflection",
36362
36362
  "declaration": {
36363
- "id": 1169,
36363
+ "id": 1177,
36364
36364
  "name": "__type",
36365
36365
  "kind": 65536,
36366
36366
  "kindString": "Type literal",
@@ -36374,14 +36374,14 @@
36374
36374
  ],
36375
36375
  "signatures": [
36376
36376
  {
36377
- "id": 1170,
36377
+ "id": 1178,
36378
36378
  "name": "__type",
36379
36379
  "kind": 4096,
36380
36380
  "kindString": "Call signature",
36381
36381
  "flags": {},
36382
36382
  "parameters": [
36383
36383
  {
36384
- "id": 1171,
36384
+ "id": 1179,
36385
36385
  "name": "theme",
36386
36386
  "kind": 32768,
36387
36387
  "kindString": "Parameter",
@@ -36455,7 +36455,7 @@
36455
36455
  }
36456
36456
  },
36457
36457
  {
36458
- "id": 984,
36458
+ "id": 992,
36459
36459
  "name": "top",
36460
36460
  "kind": 1024,
36461
36461
  "kindString": "Property",
@@ -36545,7 +36545,7 @@
36545
36545
  {
36546
36546
  "type": "reflection",
36547
36547
  "declaration": {
36548
- "id": 985,
36548
+ "id": 993,
36549
36549
  "name": "__type",
36550
36550
  "kind": 65536,
36551
36551
  "kindString": "Type literal",
@@ -36559,14 +36559,14 @@
36559
36559
  ],
36560
36560
  "signatures": [
36561
36561
  {
36562
- "id": 986,
36562
+ "id": 994,
36563
36563
  "name": "__type",
36564
36564
  "kind": 4096,
36565
36565
  "kindString": "Call signature",
36566
36566
  "flags": {},
36567
36567
  "parameters": [
36568
36568
  {
36569
- "id": 987,
36569
+ "id": 995,
36570
36570
  "name": "theme",
36571
36571
  "kind": 32768,
36572
36572
  "kindString": "Parameter",
@@ -36670,7 +36670,7 @@
36670
36670
  }
36671
36671
  },
36672
36672
  {
36673
- "id": 1132,
36673
+ "id": 1140,
36674
36674
  "name": "typography",
36675
36675
  "kind": 1024,
36676
36676
  "kindString": "Property",
@@ -36702,7 +36702,7 @@
36702
36702
  {
36703
36703
  "type": "reflection",
36704
36704
  "declaration": {
36705
- "id": 1133,
36705
+ "id": 1141,
36706
36706
  "name": "__type",
36707
36707
  "kind": 65536,
36708
36708
  "kindString": "Type literal",
@@ -36716,14 +36716,14 @@
36716
36716
  ],
36717
36717
  "signatures": [
36718
36718
  {
36719
- "id": 1134,
36719
+ "id": 1142,
36720
36720
  "name": "__type",
36721
36721
  "kind": 4096,
36722
36722
  "kindString": "Call signature",
36723
36723
  "flags": {},
36724
36724
  "parameters": [
36725
36725
  {
36726
- "id": 1135,
36726
+ "id": 1143,
36727
36727
  "name": "theme",
36728
36728
  "kind": 32768,
36729
36729
  "kindString": "Parameter",
@@ -36769,7 +36769,7 @@
36769
36769
  }
36770
36770
  },
36771
36771
  {
36772
- "id": 860,
36772
+ "id": 868,
36773
36773
  "name": "visibility",
36774
36774
  "kind": 1024,
36775
36775
  "kindString": "Property",
@@ -36829,7 +36829,7 @@
36829
36829
  {
36830
36830
  "type": "reflection",
36831
36831
  "declaration": {
36832
- "id": 861,
36832
+ "id": 869,
36833
36833
  "name": "__type",
36834
36834
  "kind": 65536,
36835
36835
  "kindString": "Type literal",
@@ -36843,14 +36843,14 @@
36843
36843
  ],
36844
36844
  "signatures": [
36845
36845
  {
36846
- "id": 862,
36846
+ "id": 870,
36847
36847
  "name": "__type",
36848
36848
  "kind": 4096,
36849
36849
  "kindString": "Call signature",
36850
36850
  "flags": {},
36851
36851
  "parameters": [
36852
36852
  {
36853
- "id": 863,
36853
+ "id": 871,
36854
36854
  "name": "theme",
36855
36855
  "kind": 32768,
36856
36856
  "kindString": "Parameter",
@@ -36924,7 +36924,7 @@
36924
36924
  }
36925
36925
  },
36926
36926
  {
36927
- "id": 864,
36927
+ "id": 872,
36928
36928
  "name": "whiteSpace",
36929
36929
  "kind": 1024,
36930
36930
  "kindString": "Property",
@@ -36984,7 +36984,7 @@
36984
36984
  {
36985
36985
  "type": "reflection",
36986
36986
  "declaration": {
36987
- "id": 865,
36987
+ "id": 873,
36988
36988
  "name": "__type",
36989
36989
  "kind": 65536,
36990
36990
  "kindString": "Type literal",
@@ -36998,14 +36998,14 @@
36998
36998
  ],
36999
36999
  "signatures": [
37000
37000
  {
37001
- "id": 866,
37001
+ "id": 874,
37002
37002
  "name": "__type",
37003
37003
  "kind": 4096,
37004
37004
  "kindString": "Call signature",
37005
37005
  "flags": {},
37006
37006
  "parameters": [
37007
37007
  {
37008
- "id": 867,
37008
+ "id": 875,
37009
37009
  "name": "theme",
37010
37010
  "kind": 32768,
37011
37011
  "kindString": "Parameter",
@@ -37079,7 +37079,7 @@
37079
37079
  }
37080
37080
  },
37081
37081
  {
37082
- "id": 802,
37082
+ "id": 810,
37083
37083
  "name": "width",
37084
37084
  "kind": 1024,
37085
37085
  "kindString": "Property",
@@ -37169,7 +37169,7 @@
37169
37169
  {
37170
37170
  "type": "reflection",
37171
37171
  "declaration": {
37172
- "id": 803,
37172
+ "id": 811,
37173
37173
  "name": "__type",
37174
37174
  "kind": 65536,
37175
37175
  "kindString": "Type literal",
@@ -37183,14 +37183,14 @@
37183
37183
  ],
37184
37184
  "signatures": [
37185
37185
  {
37186
- "id": 804,
37186
+ "id": 812,
37187
37187
  "name": "__type",
37188
37188
  "kind": 4096,
37189
37189
  "kindString": "Call signature",
37190
37190
  "flags": {},
37191
37191
  "parameters": [
37192
37192
  {
37193
- "id": 805,
37193
+ "id": 813,
37194
37194
  "name": "theme",
37195
37195
  "kind": 32768,
37196
37196
  "kindString": "Parameter",
@@ -37294,7 +37294,7 @@
37294
37294
  }
37295
37295
  },
37296
37296
  {
37297
- "id": 972,
37297
+ "id": 980,
37298
37298
  "name": "zIndex",
37299
37299
  "kind": 1024,
37300
37300
  "kindString": "Property",
@@ -37326,7 +37326,7 @@
37326
37326
  {
37327
37327
  "type": "reflection",
37328
37328
  "declaration": {
37329
- "id": 973,
37329
+ "id": 981,
37330
37330
  "name": "__type",
37331
37331
  "kind": 65536,
37332
37332
  "kindString": "Type literal",
@@ -37345,7 +37345,7 @@
37345
37345
  {
37346
37346
  "type": "reflection",
37347
37347
  "declaration": {
37348
- "id": 974,
37348
+ "id": 982,
37349
37349
  "name": "__type",
37350
37350
  "kind": 65536,
37351
37351
  "kindString": "Type literal",
@@ -37364,7 +37364,7 @@
37364
37364
  {
37365
37365
  "type": "reflection",
37366
37366
  "declaration": {
37367
- "id": 975,
37367
+ "id": 983,
37368
37368
  "name": "__type",
37369
37369
  "kind": 65536,
37370
37370
  "kindString": "Type literal",
@@ -37378,14 +37378,14 @@
37378
37378
  ],
37379
37379
  "signatures": [
37380
37380
  {
37381
- "id": 976,
37381
+ "id": 984,
37382
37382
  "name": "__type",
37383
37383
  "kind": 4096,
37384
37384
  "kindString": "Call signature",
37385
37385
  "flags": {},
37386
37386
  "parameters": [
37387
37387
  {
37388
- "id": 977,
37388
+ "id": 985,
37389
37389
  "name": "theme",
37390
37390
  "kind": 32768,
37391
37391
  "kindString": "Parameter",
@@ -37422,7 +37422,7 @@
37422
37422
  {
37423
37423
  "type": "reflection",
37424
37424
  "declaration": {
37425
- "id": 978,
37425
+ "id": 986,
37426
37426
  "name": "__type",
37427
37427
  "kind": 65536,
37428
37428
  "kindString": "Type literal",
@@ -37441,7 +37441,7 @@
37441
37441
  {
37442
37442
  "type": "reflection",
37443
37443
  "declaration": {
37444
- "id": 979,
37444
+ "id": 987,
37445
37445
  "name": "__type",
37446
37446
  "kind": 65536,
37447
37447
  "kindString": "Type literal",
@@ -37473,100 +37473,100 @@
37473
37473
  {
37474
37474
  "title": "Properties",
37475
37475
  "children": [
37476
- 888,
37477
- 884,
37478
- 908,
37479
- 968,
37480
- 814,
37481
- 828,
37476
+ 896,
37477
+ 892,
37478
+ 916,
37479
+ 976,
37480
+ 822,
37482
37481
  836,
37483
- 832,
37484
- 840,
37485
- 824,
37486
- 820,
37487
- 992,
37488
- 1000,
37489
- 1020,
37490
- 810,
37491
- 924,
37492
37482
  844,
37483
+ 840,
37493
37484
  848,
37494
- 896,
37495
- 868,
37496
- 872,
37497
- 900,
37485
+ 832,
37486
+ 828,
37487
+ 1000,
37488
+ 1008,
37489
+ 1028,
37490
+ 818,
37491
+ 932,
37492
+ 852,
37493
+ 856,
37498
37494
  904,
37499
37495
  876,
37500
- 1136,
37501
- 1140,
37496
+ 880,
37497
+ 908,
37498
+ 912,
37499
+ 884,
37502
37500
  1144,
37503
37501
  1148,
37504
- 920,
37505
- 964,
37506
- 944,
37507
- 940,
37508
- 948,
37509
- 932,
37510
- 936,
37511
- 960,
37502
+ 1152,
37503
+ 1156,
37504
+ 928,
37505
+ 972,
37512
37506
  952,
37507
+ 948,
37513
37508
  956,
37514
- 798,
37515
- 792,
37516
- 880,
37517
- 912,
37518
- 916,
37519
- 996,
37520
- 1156,
37521
- 1160,
37522
- 1024,
37523
- 1076,
37524
- 1088,
37525
- 1092,
37509
+ 940,
37510
+ 944,
37511
+ 968,
37512
+ 960,
37513
+ 964,
37514
+ 806,
37515
+ 800,
37516
+ 888,
37517
+ 920,
37518
+ 924,
37519
+ 1004,
37520
+ 1164,
37521
+ 1168,
37522
+ 1032,
37526
37523
  1084,
37527
- 1080,
37528
37524
  1096,
37529
37525
  1100,
37526
+ 1092,
37527
+ 1088,
37528
+ 1104,
37529
+ 1108,
37530
+ 1020,
37530
37531
  1012,
37531
- 1004,
37532
- 1036,
37533
- 1016,
37534
- 1008,
37535
- 1040,
37536
- 1032,
37537
- 1028,
37538
37532
  1044,
37533
+ 1024,
37534
+ 1016,
37539
37535
  1048,
37540
- 794,
37541
- 892,
37542
- 852,
37543
- 806,
37544
- 1104,
37545
- 1116,
37546
- 1120,
37536
+ 1040,
37537
+ 1036,
37538
+ 1052,
37539
+ 1056,
37540
+ 802,
37541
+ 900,
37542
+ 860,
37543
+ 814,
37547
37544
  1112,
37548
- 1108,
37549
37545
  1124,
37550
37546
  1128,
37551
- 1060,
37552
- 1064,
37553
- 980,
37554
- 1056,
37555
- 1052,
37547
+ 1120,
37548
+ 1116,
37549
+ 1132,
37550
+ 1136,
37556
37551
  1068,
37557
37552
  1072,
37558
37553
  988,
37559
- 928,
37560
- 793,
37561
- 1164,
37562
- 856,
37563
- 1168,
37564
- 984,
37565
- 1132,
37566
- 860,
37554
+ 1064,
37555
+ 1060,
37556
+ 1076,
37557
+ 1080,
37558
+ 996,
37559
+ 936,
37560
+ 801,
37561
+ 1172,
37567
37562
  864,
37568
- 802,
37569
- 972
37563
+ 1176,
37564
+ 992,
37565
+ 1140,
37566
+ 868,
37567
+ 872,
37568
+ 810,
37569
+ 980
37570
37570
  ]
37571
37571
  }
37572
37572
  ],
@@ -37575,7 +37575,7 @@
37575
37575
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
37576
37576
  "line": 9,
37577
37577
  "character": 17,
37578
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L9"
37578
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L9"
37579
37579
  }
37580
37580
  ],
37581
37581
  "extendedTypes": [
@@ -54423,7 +54423,7 @@
54423
54423
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx",
54424
54424
  "line": 11,
54425
54425
  "character": 2,
54426
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L11"
54426
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L11"
54427
54427
  }
54428
54428
  ],
54429
54429
  "type": {
@@ -55341,7 +55341,7 @@
55341
55341
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx",
55342
55342
  "line": 10,
55343
55343
  "character": 2,
55344
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L10"
55344
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L10"
55345
55345
  }
55346
55346
  ],
55347
55347
  "type": {
@@ -56000,7 +56000,7 @@
56000
56000
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx",
56001
56001
  "line": 9,
56002
56002
  "character": 10,
56003
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L9"
56003
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L9"
56004
56004
  }
56005
56005
  ],
56006
56006
  "extendedTypes": [
@@ -56013,14 +56013,14 @@
56013
56013
  ]
56014
56014
  },
56015
56015
  {
56016
- "id": 1194,
56016
+ "id": 1202,
56017
56017
  "name": "SystemToolbarProps",
56018
56018
  "kind": 256,
56019
56019
  "kindString": "Interface",
56020
56020
  "flags": {},
56021
56021
  "children": [
56022
56022
  {
56023
- "id": 1196,
56023
+ "id": 1204,
56024
56024
  "name": "archiveSelectProps",
56025
56025
  "kind": 1024,
56026
56026
  "kindString": "Property",
@@ -56032,7 +56032,7 @@
56032
56032
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56033
56033
  "line": 14,
56034
56034
  "character": 2,
56035
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L14"
56035
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L14"
56036
56036
  }
56037
56037
  ],
56038
56038
  "type": {
@@ -56049,7 +56049,7 @@
56049
56049
  }
56050
56050
  },
56051
56051
  {
56052
- "id": 1200,
56052
+ "id": 1208,
56053
56053
  "name": "authButton",
56054
56054
  "kind": 1024,
56055
56055
  "kindString": "Property",
@@ -56061,7 +56061,7 @@
56061
56061
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56062
56062
  "line": 18,
56063
56063
  "character": 2,
56064
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L18"
56064
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L18"
56065
56065
  }
56066
56066
  ],
56067
56067
  "type": {
@@ -56070,7 +56070,7 @@
56070
56070
  }
56071
56071
  },
56072
56072
  {
56073
- "id": 1199,
56073
+ "id": 1207,
56074
56074
  "name": "darkModeButton",
56075
56075
  "kind": 1024,
56076
56076
  "kindString": "Property",
@@ -56082,7 +56082,7 @@
56082
56082
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56083
56083
  "line": 17,
56084
56084
  "character": 2,
56085
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L17"
56085
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L17"
56086
56086
  }
56087
56087
  ],
56088
56088
  "type": {
@@ -56091,7 +56091,7 @@
56091
56091
  }
56092
56092
  },
56093
56093
  {
56094
- "id": 1203,
56094
+ "id": 1211,
56095
56095
  "name": "developerMode",
56096
56096
  "kind": 1024,
56097
56097
  "kindString": "Property",
@@ -56103,7 +56103,7 @@
56103
56103
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56104
56104
  "line": 21,
56105
56105
  "character": 2,
56106
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L21"
56106
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L21"
56107
56107
  }
56108
56108
  ],
56109
56109
  "type": {
@@ -56112,7 +56112,7 @@
56112
56112
  }
56113
56113
  },
56114
56114
  {
56115
- "id": 1198,
56115
+ "id": 1206,
56116
56116
  "name": "hideArchiveSelect",
56117
56117
  "kind": 1024,
56118
56118
  "kindString": "Property",
@@ -56124,7 +56124,7 @@
56124
56124
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56125
56125
  "line": 16,
56126
56126
  "character": 2,
56127
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L16"
56127
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L16"
56128
56128
  }
56129
56129
  ],
56130
56130
  "type": {
@@ -56133,7 +56133,7 @@
56133
56133
  }
56134
56134
  },
56135
56135
  {
56136
- "id": 1197,
56136
+ "id": 1205,
56137
56137
  "name": "hideNetworkSelect",
56138
56138
  "kind": 1024,
56139
56139
  "kindString": "Property",
@@ -56145,7 +56145,7 @@
56145
56145
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56146
56146
  "line": 15,
56147
56147
  "character": 2,
56148
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L15"
56148
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L15"
56149
56149
  }
56150
56150
  ],
56151
56151
  "type": {
@@ -56154,7 +56154,7 @@
56154
56154
  }
56155
56155
  },
56156
56156
  {
56157
- "id": 1201,
56157
+ "id": 1209,
56158
56158
  "name": "menuItems",
56159
56159
  "kind": 1024,
56160
56160
  "kindString": "Property",
@@ -56166,7 +56166,7 @@
56166
56166
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56167
56167
  "line": 19,
56168
56168
  "character": 2,
56169
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L19"
56169
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L19"
56170
56170
  }
56171
56171
  ],
56172
56172
  "type": {
@@ -56177,7 +56177,7 @@
56177
56177
  }
56178
56178
  },
56179
56179
  {
56180
- "id": 1195,
56180
+ "id": 1203,
56181
56181
  "name": "networkSelectProps",
56182
56182
  "kind": 1024,
56183
56183
  "kindString": "Property",
@@ -56189,7 +56189,7 @@
56189
56189
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56190
56190
  "line": 13,
56191
56191
  "character": 2,
56192
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L13"
56192
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L13"
56193
56193
  }
56194
56194
  ],
56195
56195
  "type": {
@@ -56198,7 +56198,7 @@
56198
56198
  }
56199
56199
  },
56200
56200
  {
56201
- "id": 1204,
56201
+ "id": 1212,
56202
56202
  "name": "onMenuToggle",
56203
56203
  "kind": 1024,
56204
56204
  "kindString": "Property",
@@ -56210,13 +56210,13 @@
56210
56210
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56211
56211
  "line": 22,
56212
56212
  "character": 2,
56213
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L22"
56213
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L22"
56214
56214
  }
56215
56215
  ],
56216
56216
  "type": {
56217
56217
  "type": "reflection",
56218
56218
  "declaration": {
56219
- "id": 1205,
56219
+ "id": 1213,
56220
56220
  "name": "__type",
56221
56221
  "kind": 65536,
56222
56222
  "kindString": "Type literal",
@@ -56226,19 +56226,19 @@
56226
56226
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
56227
56227
  "line": 12,
56228
56228
  "character": 17,
56229
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L12"
56229
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L12"
56230
56230
  }
56231
56231
  ],
56232
56232
  "signatures": [
56233
56233
  {
56234
- "id": 1206,
56234
+ "id": 1214,
56235
56235
  "name": "__type",
56236
56236
  "kind": 4096,
56237
56237
  "kindString": "Call signature",
56238
56238
  "flags": {},
56239
56239
  "parameters": [
56240
56240
  {
56241
- "id": 1207,
56241
+ "id": 1215,
56242
56242
  "name": "state",
56243
56243
  "kind": 32768,
56244
56244
  "kindString": "Parameter",
@@ -56261,7 +56261,7 @@
56261
56261
  }
56262
56262
  },
56263
56263
  {
56264
- "id": 1202,
56264
+ "id": 1210,
56265
56265
  "name": "precedingChildren",
56266
56266
  "kind": 1024,
56267
56267
  "kindString": "Property",
@@ -56273,7 +56273,7 @@
56273
56273
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56274
56274
  "line": 20,
56275
56275
  "character": 2,
56276
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L20"
56276
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L20"
56277
56277
  }
56278
56278
  ],
56279
56279
  "type": {
@@ -56288,16 +56288,16 @@
56288
56288
  {
56289
56289
  "title": "Properties",
56290
56290
  "children": [
56291
- 1196,
56292
- 1200,
56293
- 1199,
56294
- 1203,
56295
- 1198,
56296
- 1197,
56297
- 1201,
56298
- 1195,
56299
56291
  1204,
56300
- 1202
56292
+ 1208,
56293
+ 1207,
56294
+ 1211,
56295
+ 1206,
56296
+ 1205,
56297
+ 1209,
56298
+ 1203,
56299
+ 1212,
56300
+ 1210
56301
56301
  ]
56302
56302
  }
56303
56303
  ],
@@ -56306,7 +56306,7 @@
56306
56306
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
56307
56307
  "line": 12,
56308
56308
  "character": 17,
56309
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L12"
56309
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L12"
56310
56310
  }
56311
56311
  ],
56312
56312
  "extendedTypes": [
@@ -56329,7 +56329,7 @@
56329
56329
  "fileName": "packages/sdk/packages/appbar/src/components/AppBar/Application.tsx",
56330
56330
  "line": 13,
56331
56331
  "character": 13,
56332
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L13"
56332
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/AppBar/Application.tsx#L13"
56333
56333
  }
56334
56334
  ],
56335
56335
  "signatures": [
@@ -56405,7 +56405,7 @@
56405
56405
  "fileName": "packages/sdk/packages/appbar/src/components/CollapsibleDrawer/CollapseToggle.tsx",
56406
56406
  "line": 8,
56407
56407
  "character": 13,
56408
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/CollapsibleDrawer/CollapseToggle.tsx#L8"
56408
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/CollapsibleDrawer/CollapseToggle.tsx#L8"
56409
56409
  }
56410
56410
  ],
56411
56411
  "signatures": [
@@ -56482,7 +56482,7 @@
56482
56482
  "fileName": "packages/sdk/packages/appbar/src/components/CollapsibleDrawer/CollapsibleDrawer.tsx",
56483
56483
  "line": 6,
56484
56484
  "character": 13,
56485
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/CollapsibleDrawer/CollapsibleDrawer.tsx#L6"
56485
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/CollapsibleDrawer/CollapsibleDrawer.tsx#L6"
56486
56486
  }
56487
56487
  ],
56488
56488
  "signatures": [
@@ -56557,7 +56557,7 @@
56557
56557
  ]
56558
56558
  },
56559
56559
  {
56560
- "id": 1215,
56560
+ "id": 1223,
56561
56561
  "name": "CollapsibleProvider",
56562
56562
  "kind": 64,
56563
56563
  "kindString": "Function",
@@ -56567,31 +56567,31 @@
56567
56567
  "fileName": "packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx",
56568
56568
  "line": 11,
56569
56569
  "character": 13,
56570
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L11"
56570
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/contexts/Collapsible/provider.tsx#L11"
56571
56571
  }
56572
56572
  ],
56573
56573
  "signatures": [
56574
56574
  {
56575
- "id": 1216,
56575
+ "id": 1224,
56576
56576
  "name": "CollapsibleProvider",
56577
56577
  "kind": 4096,
56578
56578
  "kindString": "Call signature",
56579
56579
  "flags": {},
56580
56580
  "parameters": [
56581
56581
  {
56582
- "id": 1217,
56582
+ "id": 1225,
56583
56583
  "name": "props",
56584
56584
  "kind": 32768,
56585
56585
  "kindString": "Parameter",
56586
56586
  "flags": {},
56587
56587
  "type": {
56588
56588
  "type": "reference",
56589
- "id": 1212,
56589
+ "id": 1220,
56590
56590
  "name": "CollapsibleProviderProps"
56591
56591
  }
56592
56592
  },
56593
56593
  {
56594
- "id": 1218,
56594
+ "id": 1226,
56595
56595
  "name": "context",
56596
56596
  "kind": 32768,
56597
56597
  "kindString": "Parameter",
@@ -56633,7 +56633,7 @@
56633
56633
  ]
56634
56634
  },
56635
56635
  {
56636
- "id": 1190,
56636
+ "id": 1198,
56637
56637
  "name": "ContextToolbar",
56638
56638
  "kind": 64,
56639
56639
  "kindString": "Function",
@@ -56643,31 +56643,31 @@
56643
56643
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx",
56644
56644
  "line": 11,
56645
56645
  "character": 13,
56646
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L11"
56646
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/Context/ContextToolbar.tsx#L11"
56647
56647
  }
56648
56648
  ],
56649
56649
  "signatures": [
56650
56650
  {
56651
- "id": 1191,
56651
+ "id": 1199,
56652
56652
  "name": "ContextToolbar",
56653
56653
  "kind": 4096,
56654
56654
  "kindString": "Call signature",
56655
56655
  "flags": {},
56656
56656
  "parameters": [
56657
56657
  {
56658
- "id": 1192,
56658
+ "id": 1200,
56659
56659
  "name": "props",
56660
56660
  "kind": 32768,
56661
56661
  "kindString": "Parameter",
56662
56662
  "flags": {},
56663
56663
  "type": {
56664
56664
  "type": "reference",
56665
- "id": 1187,
56665
+ "id": 1195,
56666
56666
  "name": "ContextToolbarProps"
56667
56667
  }
56668
56668
  },
56669
56669
  {
56670
- "id": 1193,
56670
+ "id": 1201,
56671
56671
  "name": "context",
56672
56672
  "kind": 32768,
56673
56673
  "kindString": "Parameter",
@@ -56719,7 +56719,7 @@
56719
56719
  "fileName": "packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx",
56720
56720
  "line": 11,
56721
56721
  "character": 13,
56722
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L11"
56722
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SearchBar/SearchBar.tsx#L11"
56723
56723
  }
56724
56724
  ],
56725
56725
  "signatures": [
@@ -56785,7 +56785,7 @@
56785
56785
  ]
56786
56786
  },
56787
56787
  {
56788
- "id": 1172,
56788
+ "id": 1180,
56789
56789
  "name": "SiteMenu",
56790
56790
  "kind": 64,
56791
56791
  "kindString": "Function",
@@ -56795,31 +56795,31 @@
56795
56795
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx",
56796
56796
  "line": 15,
56797
56797
  "character": 13,
56798
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L15"
56798
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/Menu.tsx#L15"
56799
56799
  }
56800
56800
  ],
56801
56801
  "signatures": [
56802
56802
  {
56803
- "id": 1173,
56803
+ "id": 1181,
56804
56804
  "name": "SiteMenu",
56805
56805
  "kind": 4096,
56806
56806
  "kindString": "Call signature",
56807
56807
  "flags": {},
56808
56808
  "parameters": [
56809
56809
  {
56810
- "id": 1174,
56810
+ "id": 1182,
56811
56811
  "name": "props",
56812
56812
  "kind": 32768,
56813
56813
  "kindString": "Parameter",
56814
56814
  "flags": {},
56815
56815
  "type": {
56816
56816
  "type": "reference",
56817
- "id": 791,
56817
+ "id": 799,
56818
56818
  "name": "SiteMenuProps"
56819
56819
  }
56820
56820
  },
56821
56821
  {
56822
- "id": 1175,
56822
+ "id": 1183,
56823
56823
  "name": "context",
56824
56824
  "kind": 32768,
56825
56825
  "kindString": "Parameter",
@@ -56861,7 +56861,7 @@
56861
56861
  ]
56862
56862
  },
56863
56863
  {
56864
- "id": 1183,
56864
+ "id": 1191,
56865
56865
  "name": "SiteMenuListItem",
56866
56866
  "kind": 64,
56867
56867
  "kindString": "Function",
@@ -56871,31 +56871,31 @@
56871
56871
  "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx",
56872
56872
  "line": 19,
56873
56873
  "character": 13,
56874
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L19"
56874
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/MenuItems.tsx#L19"
56875
56875
  }
56876
56876
  ],
56877
56877
  "signatures": [
56878
56878
  {
56879
- "id": 1184,
56879
+ "id": 1192,
56880
56880
  "name": "SiteMenuListItem",
56881
56881
  "kind": 4096,
56882
56882
  "kindString": "Call signature",
56883
56883
  "flags": {},
56884
56884
  "parameters": [
56885
56885
  {
56886
- "id": 1185,
56886
+ "id": 1193,
56887
56887
  "name": "props",
56888
56888
  "kind": 32768,
56889
56889
  "kindString": "Parameter",
56890
56890
  "flags": {},
56891
56891
  "type": {
56892
56892
  "type": "reference",
56893
- "id": 1176,
56893
+ "id": 1184,
56894
56894
  "name": "SiteMenuListItemProps"
56895
56895
  }
56896
56896
  },
56897
56897
  {
56898
- "id": 1186,
56898
+ "id": 1194,
56899
56899
  "name": "context",
56900
56900
  "kind": 32768,
56901
56901
  "kindString": "Parameter",
@@ -56947,7 +56947,7 @@
56947
56947
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControls.tsx",
56948
56948
  "line": 6,
56949
56949
  "character": 6,
56950
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControls.tsx#L6"
56950
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControls.tsx#L6"
56951
56951
  }
56952
56952
  ],
56953
56953
  "signatures": [
@@ -57023,7 +57023,7 @@
57023
57023
  "fileName": "packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx",
57024
57024
  "line": 14,
57025
57025
  "character": 6,
57026
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L14"
57026
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/MobileSystemControls/SystemControlsUnstyled.tsx#L14"
57027
57027
  }
57028
57028
  ],
57029
57029
  "signatures": [
@@ -57089,7 +57089,7 @@
57089
57089
  ]
57090
57090
  },
57091
57091
  {
57092
- "id": 1208,
57092
+ "id": 1216,
57093
57093
  "name": "SystemToolbar",
57094
57094
  "kind": 64,
57095
57095
  "kindString": "Function",
@@ -57099,31 +57099,31 @@
57099
57099
  "fileName": "packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx",
57100
57100
  "line": 25,
57101
57101
  "character": 13,
57102
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L25"
57102
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/Toolbar/System/SystemToolbar.tsx#L25"
57103
57103
  }
57104
57104
  ],
57105
57105
  "signatures": [
57106
57106
  {
57107
- "id": 1209,
57107
+ "id": 1217,
57108
57108
  "name": "SystemToolbar",
57109
57109
  "kind": 4096,
57110
57110
  "kindString": "Call signature",
57111
57111
  "flags": {},
57112
57112
  "parameters": [
57113
57113
  {
57114
- "id": 1210,
57114
+ "id": 1218,
57115
57115
  "name": "props",
57116
57116
  "kind": 32768,
57117
57117
  "kindString": "Parameter",
57118
57118
  "flags": {},
57119
57119
  "type": {
57120
57120
  "type": "reference",
57121
- "id": 1194,
57121
+ "id": 1202,
57122
57122
  "name": "SystemToolbarProps"
57123
57123
  }
57124
57124
  },
57125
57125
  {
57126
- "id": 1211,
57126
+ "id": 1219,
57127
57127
  "name": "context",
57128
57128
  "kind": 32768,
57129
57129
  "kindString": "Parameter",
@@ -57165,7 +57165,7 @@
57165
57165
  ]
57166
57166
  },
57167
57167
  {
57168
- "id": 1219,
57168
+ "id": 1227,
57169
57169
  "name": "useCollapsible",
57170
57170
  "kind": 64,
57171
57171
  "kindString": "Function",
@@ -57175,12 +57175,12 @@
57175
57175
  "fileName": "packages/sdk/packages/appbar/src/contexts/Collapsible/use.tsx",
57176
57176
  "line": 5,
57177
57177
  "character": 13,
57178
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/contexts/Collapsible/use.tsx#L5"
57178
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/contexts/Collapsible/use.tsx#L5"
57179
57179
  }
57180
57180
  ],
57181
57181
  "signatures": [
57182
57182
  {
57183
- "id": 1220,
57183
+ "id": 1228,
57184
57184
  "name": "useCollapsible",
57185
57185
  "kind": 4096,
57186
57186
  "kindString": "Call signature",
@@ -57212,6 +57212,139 @@
57212
57212
  }
57213
57213
  }
57214
57214
  ]
57215
+ },
57216
+ {
57217
+ "id": 791,
57218
+ "name": "useMenuItemsShared",
57219
+ "kind": 64,
57220
+ "kindString": "Function",
57221
+ "flags": {},
57222
+ "sources": [
57223
+ {
57224
+ "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx",
57225
+ "line": 8,
57226
+ "character": 13,
57227
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx#L8"
57228
+ }
57229
+ ],
57230
+ "signatures": [
57231
+ {
57232
+ "id": 792,
57233
+ "name": "useMenuItemsShared",
57234
+ "kind": 4096,
57235
+ "kindString": "Call signature",
57236
+ "flags": {},
57237
+ "type": {
57238
+ "type": "reflection",
57239
+ "declaration": {
57240
+ "id": 793,
57241
+ "name": "__type",
57242
+ "kind": 65536,
57243
+ "kindString": "Type literal",
57244
+ "flags": {},
57245
+ "children": [
57246
+ {
57247
+ "id": 794,
57248
+ "name": "defaultSiteMenuListItemProps",
57249
+ "kind": 1024,
57250
+ "kindString": "Property",
57251
+ "flags": {},
57252
+ "sources": [
57253
+ {
57254
+ "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx",
57255
+ "line": 28,
57256
+ "character": 11,
57257
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx#L28"
57258
+ }
57259
+ ],
57260
+ "type": {
57261
+ "type": "reference",
57262
+ "name": "DefaultSiteMenuListItemProps"
57263
+ }
57264
+ },
57265
+ {
57266
+ "id": 795,
57267
+ "name": "onMenuItemToggle",
57268
+ "kind": 1024,
57269
+ "kindString": "Property",
57270
+ "flags": {},
57271
+ "sources": [
57272
+ {
57273
+ "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx",
57274
+ "line": 28,
57275
+ "character": 41,
57276
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx#L28"
57277
+ }
57278
+ ],
57279
+ "type": {
57280
+ "type": "reflection",
57281
+ "declaration": {
57282
+ "id": 796,
57283
+ "name": "__type",
57284
+ "kind": 65536,
57285
+ "kindString": "Type literal",
57286
+ "flags": {},
57287
+ "sources": [
57288
+ {
57289
+ "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx",
57290
+ "line": 11,
57291
+ "character": 27,
57292
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx#L11"
57293
+ }
57294
+ ],
57295
+ "signatures": [
57296
+ {
57297
+ "id": 797,
57298
+ "name": "__type",
57299
+ "kind": 4096,
57300
+ "kindString": "Call signature",
57301
+ "flags": {},
57302
+ "parameters": [
57303
+ {
57304
+ "id": 798,
57305
+ "name": "open",
57306
+ "kind": 32768,
57307
+ "kindString": "Parameter",
57308
+ "flags": {
57309
+ "isOptional": true
57310
+ },
57311
+ "type": {
57312
+ "type": "intrinsic",
57313
+ "name": "boolean"
57314
+ }
57315
+ }
57316
+ ],
57317
+ "type": {
57318
+ "type": "intrinsic",
57319
+ "name": "void"
57320
+ }
57321
+ }
57322
+ ]
57323
+ }
57324
+ }
57325
+ }
57326
+ ],
57327
+ "groups": [
57328
+ {
57329
+ "title": "Properties",
57330
+ "children": [
57331
+ 794,
57332
+ 795
57333
+ ]
57334
+ }
57335
+ ],
57336
+ "sources": [
57337
+ {
57338
+ "fileName": "packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx",
57339
+ "line": 28,
57340
+ "character": 9,
57341
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/components/SiteMenu/hooks/useMenuItemsShared.tsx#L28"
57342
+ }
57343
+ ]
57344
+ }
57345
+ }
57346
+ }
57347
+ ]
57215
57348
  }
57216
57349
  ],
57217
57350
  "groups": [
@@ -57225,13 +57358,13 @@
57225
57358
  "title": "Interfaces",
57226
57359
  "children": [
57227
57360
  1,
57228
- 1212,
57229
- 1187,
57361
+ 1220,
57362
+ 1195,
57230
57363
  408,
57231
- 1176,
57232
- 791,
57364
+ 1184,
57365
+ 799,
57233
57366
  27,
57234
- 1194
57367
+ 1202
57235
57368
  ]
57236
57369
  },
57237
57370
  {
@@ -57240,15 +57373,16 @@
57240
57373
  7,
57241
57374
  11,
57242
57375
  15,
57243
- 1215,
57244
- 1190,
57376
+ 1223,
57377
+ 1198,
57245
57378
  787,
57246
- 1172,
57247
- 1183,
57379
+ 1180,
57380
+ 1191,
57248
57381
  19,
57249
57382
  404,
57250
- 1208,
57251
- 1219
57383
+ 1216,
57384
+ 1227,
57385
+ 791
57252
57386
  ]
57253
57387
  }
57254
57388
  ],
@@ -57257,7 +57391,7 @@
57257
57391
  "fileName": "packages/sdk/packages/appbar/src/index.ts",
57258
57392
  "line": 1,
57259
57393
  "character": 0,
57260
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1850b20e/packages/sdk/packages/appbar/src/index.ts#L1"
57394
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f41ed250/packages/sdk/packages/appbar/src/index.ts#L1"
57261
57395
  }
57262
57396
  ]
57263
57397
  }