@xyo-network/react-webapp 2.32.0-rc.1 → 2.32.0-rc.13

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 (47) hide show
  1. package/dist/cjs/components/NotFoundPage/Page.d.ts.map +1 -1
  2. package/dist/cjs/components/NotFoundPage/Page.js +2 -2
  3. package/dist/cjs/components/NotFoundPage/Page.js.map +1 -1
  4. package/dist/cjs/components/NotFoundPage/index.d.ts +0 -1
  5. package/dist/cjs/components/NotFoundPage/index.d.ts.map +1 -1
  6. package/dist/cjs/components/NotFoundPage/index.js +0 -1
  7. package/dist/cjs/components/NotFoundPage/index.js.map +1 -1
  8. package/dist/cjs/components/index.d.ts +0 -1
  9. package/dist/cjs/components/index.d.ts.map +1 -1
  10. package/dist/cjs/components/index.js +0 -1
  11. package/dist/cjs/components/index.js.map +1 -1
  12. package/dist/docs.json +494 -772
  13. package/dist/esm/components/NotFoundPage/Page.d.ts.map +1 -1
  14. package/dist/esm/components/NotFoundPage/Page.js +1 -1
  15. package/dist/esm/components/NotFoundPage/Page.js.map +1 -1
  16. package/dist/esm/components/NotFoundPage/index.d.ts +0 -1
  17. package/dist/esm/components/NotFoundPage/index.d.ts.map +1 -1
  18. package/dist/esm/components/NotFoundPage/index.js +0 -1
  19. package/dist/esm/components/NotFoundPage/index.js.map +1 -1
  20. package/dist/esm/components/index.d.ts +0 -1
  21. package/dist/esm/components/index.d.ts.map +1 -1
  22. package/dist/esm/components/index.js +0 -1
  23. package/dist/esm/components/index.js.map +1 -1
  24. package/package.json +20 -19
  25. package/src/components/NotFoundPage/Page.stories.tsx +1 -2
  26. package/src/components/NotFoundPage/Page.tsx +2 -1
  27. package/src/components/NotFoundPage/index.ts +0 -1
  28. package/src/components/index.ts +0 -1
  29. package/dist/cjs/components/NotFoundPage/NotFound.d.ts +0 -5
  30. package/dist/cjs/components/NotFoundPage/NotFound.d.ts.map +0 -1
  31. package/dist/cjs/components/NotFoundPage/NotFound.js +0 -11
  32. package/dist/cjs/components/NotFoundPage/NotFound.js.map +0 -1
  33. package/dist/cjs/components/ResultLoader.d.ts +0 -9
  34. package/dist/cjs/components/ResultLoader.d.ts.map +0 -1
  35. package/dist/cjs/components/ResultLoader.js +0 -24
  36. package/dist/cjs/components/ResultLoader.js.map +0 -1
  37. package/dist/esm/components/NotFoundPage/NotFound.d.ts +0 -5
  38. package/dist/esm/components/NotFoundPage/NotFound.d.ts.map +0 -1
  39. package/dist/esm/components/NotFoundPage/NotFound.js +0 -8
  40. package/dist/esm/components/NotFoundPage/NotFound.js.map +0 -1
  41. package/dist/esm/components/ResultLoader.d.ts +0 -9
  42. package/dist/esm/components/ResultLoader.d.ts.map +0 -1
  43. package/dist/esm/components/ResultLoader.js +0 -20
  44. package/dist/esm/components/ResultLoader.js.map +0 -1
  45. package/src/components/NotFoundPage/NotFound.tsx +0 -15
  46. package/src/components/ResultLoader.stories.tsx +0 -37
  47. package/src/components/ResultLoader.tsx +0 -27
package/dist/docs.json CHANGED
@@ -6,136 +6,6 @@
6
6
  "flags": {},
7
7
  "originalName": "",
8
8
  "children": [
9
- {
10
- "id": 799,
11
- "name": "HandleItemDetailLoadingProps",
12
- "kind": 256,
13
- "kindString": "Interface",
14
- "flags": {},
15
- "children": [
16
- {
17
- "id": 800,
18
- "name": "apiError",
19
- "kind": 1024,
20
- "kindString": "Property",
21
- "flags": {},
22
- "sources": [
23
- {
24
- "fileName": "packages/sdk/packages/webapp/src/components/ResultLoader.tsx",
25
- "line": 8,
26
- "character": 2,
27
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ResultLoader.tsx#L8"
28
- }
29
- ],
30
- "type": {
31
- "type": "union",
32
- "types": [
33
- {
34
- "type": "intrinsic",
35
- "name": "undefined"
36
- },
37
- {
38
- "type": "reference",
39
- "name": "Error",
40
- "qualifiedName": "Error",
41
- "package": "typescript"
42
- },
43
- {
44
- "type": "reference",
45
- "typeArguments": [
46
- {
47
- "type": "intrinsic",
48
- "name": "any"
49
- },
50
- {
51
- "type": "intrinsic",
52
- "name": "any"
53
- }
54
- ],
55
- "name": "XyoApiError",
56
- "qualifiedName": "XyoApiError",
57
- "package": "@xyo-network/api"
58
- }
59
- ]
60
- }
61
- },
62
- {
63
- "id": 801,
64
- "name": "notFound",
65
- "kind": 1024,
66
- "kindString": "Property",
67
- "flags": {},
68
- "sources": [
69
- {
70
- "fileName": "packages/sdk/packages/webapp/src/components/ResultLoader.tsx",
71
- "line": 9,
72
- "character": 2,
73
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ResultLoader.tsx#L9"
74
- }
75
- ],
76
- "type": {
77
- "type": "intrinsic",
78
- "name": "boolean"
79
- }
80
- },
81
- {
82
- "id": 802,
83
- "name": "searchResult",
84
- "kind": 1024,
85
- "kindString": "Property",
86
- "flags": {},
87
- "sources": [
88
- {
89
- "fileName": "packages/sdk/packages/webapp/src/components/ResultLoader.tsx",
90
- "line": 10,
91
- "character": 2,
92
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ResultLoader.tsx#L10"
93
- }
94
- ],
95
- "type": {
96
- "type": "union",
97
- "types": [
98
- {
99
- "type": "intrinsic",
100
- "name": "undefined"
101
- },
102
- {
103
- "type": "reference",
104
- "id": 803,
105
- "name": "T"
106
- }
107
- ]
108
- }
109
- }
110
- ],
111
- "groups": [
112
- {
113
- "title": "Properties",
114
- "children": [
115
- 800,
116
- 801,
117
- 802
118
- ]
119
- }
120
- ],
121
- "sources": [
122
- {
123
- "fileName": "packages/sdk/packages/webapp/src/components/ResultLoader.tsx",
124
- "line": 7,
125
- "character": 17,
126
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ResultLoader.tsx#L7"
127
- }
128
- ],
129
- "typeParameters": [
130
- {
131
- "id": 803,
132
- "name": "T",
133
- "kind": 131072,
134
- "kindString": "Type parameter",
135
- "flags": {}
136
- }
137
- ]
138
- },
139
9
  {
140
10
  "id": 1,
141
11
  "name": "WebAppChromeProps",
@@ -505,7 +375,7 @@
505
375
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
506
376
  "line": 13,
507
377
  "character": 2,
508
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L13"
378
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L13"
509
379
  }
510
380
  ],
511
381
  "type": {
@@ -526,7 +396,7 @@
526
396
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
527
397
  "line": 15,
528
398
  "character": 2,
529
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L15"
399
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L15"
530
400
  }
531
401
  ],
532
402
  "type": {
@@ -4618,7 +4488,7 @@
4618
4488
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
4619
4489
  "line": 16,
4620
4490
  "character": 2,
4621
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L16"
4491
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L16"
4622
4492
  }
4623
4493
  ],
4624
4494
  "type": {
@@ -6315,7 +6185,7 @@
6315
6185
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
6316
6186
  "line": 14,
6317
6187
  "character": 2,
6318
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L14"
6188
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L14"
6319
6189
  }
6320
6190
  ],
6321
6191
  "type": {
@@ -6338,7 +6208,7 @@
6338
6208
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
6339
6209
  "line": 17,
6340
6210
  "character": 2,
6341
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L17"
6211
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L17"
6342
6212
  }
6343
6213
  ],
6344
6214
  "type": {
@@ -11709,7 +11579,7 @@
11709
11579
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
11710
11580
  "line": 19,
11711
11581
  "character": 2,
11712
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L19"
11582
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L19"
11713
11583
  }
11714
11584
  ],
11715
11585
  "type": {
@@ -13237,7 +13107,7 @@
13237
13107
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
13238
13108
  "line": 18,
13239
13109
  "character": 2,
13240
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L18"
13110
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L18"
13241
13111
  }
13242
13112
  ],
13243
13113
  "type": {
@@ -18664,7 +18534,7 @@
18664
18534
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
18665
18535
  "line": 12,
18666
18536
  "character": 17,
18667
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L12"
18537
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L12"
18668
18538
  }
18669
18539
  ],
18670
18540
  "extendedTypes": [
@@ -18677,14 +18547,14 @@
18677
18547
  ]
18678
18548
  },
18679
18549
  {
18680
- "id": 407,
18550
+ "id": 403,
18681
18551
  "name": "WebAppPageProps",
18682
18552
  "kind": 256,
18683
18553
  "kindString": "Interface",
18684
18554
  "flags": {},
18685
18555
  "children": [
18686
18556
  {
18687
- "id": 487,
18557
+ "id": 483,
18688
18558
  "name": "alignContent",
18689
18559
  "kind": 1024,
18690
18560
  "kindString": "Property",
@@ -18725,7 +18595,7 @@
18725
18595
  {
18726
18596
  "type": "reflection",
18727
18597
  "declaration": {
18728
- "id": 488,
18598
+ "id": 484,
18729
18599
  "name": "__type",
18730
18600
  "kind": 65536,
18731
18601
  "kindString": "Type literal",
@@ -18739,14 +18609,14 @@
18739
18609
  ],
18740
18610
  "signatures": [
18741
18611
  {
18742
- "id": 489,
18612
+ "id": 485,
18743
18613
  "name": "__type",
18744
18614
  "kind": 4096,
18745
18615
  "kindString": "Call signature",
18746
18616
  "flags": {},
18747
18617
  "parameters": [
18748
18618
  {
18749
- "id": 490,
18619
+ "id": 486,
18750
18620
  "name": "theme",
18751
18621
  "kind": 32768,
18752
18622
  "kindString": "Parameter",
@@ -18801,7 +18671,7 @@
18801
18671
  }
18802
18672
  },
18803
18673
  {
18804
- "id": 483,
18674
+ "id": 479,
18805
18675
  "name": "alignItems",
18806
18676
  "kind": 1024,
18807
18677
  "kindString": "Property",
@@ -18842,7 +18712,7 @@
18842
18712
  {
18843
18713
  "type": "reflection",
18844
18714
  "declaration": {
18845
- "id": 484,
18715
+ "id": 480,
18846
18716
  "name": "__type",
18847
18717
  "kind": 65536,
18848
18718
  "kindString": "Type literal",
@@ -18856,14 +18726,14 @@
18856
18726
  ],
18857
18727
  "signatures": [
18858
18728
  {
18859
- "id": 485,
18729
+ "id": 481,
18860
18730
  "name": "__type",
18861
18731
  "kind": 4096,
18862
18732
  "kindString": "Call signature",
18863
18733
  "flags": {},
18864
18734
  "parameters": [
18865
18735
  {
18866
- "id": 486,
18736
+ "id": 482,
18867
18737
  "name": "theme",
18868
18738
  "kind": 32768,
18869
18739
  "kindString": "Parameter",
@@ -18918,7 +18788,7 @@
18918
18788
  }
18919
18789
  },
18920
18790
  {
18921
- "id": 507,
18791
+ "id": 503,
18922
18792
  "name": "alignSelf",
18923
18793
  "kind": 1024,
18924
18794
  "kindString": "Property",
@@ -18959,7 +18829,7 @@
18959
18829
  {
18960
18830
  "type": "reflection",
18961
18831
  "declaration": {
18962
- "id": 508,
18832
+ "id": 504,
18963
18833
  "name": "__type",
18964
18834
  "kind": 65536,
18965
18835
  "kindString": "Type literal",
@@ -18973,14 +18843,14 @@
18973
18843
  ],
18974
18844
  "signatures": [
18975
18845
  {
18976
- "id": 509,
18846
+ "id": 505,
18977
18847
  "name": "__type",
18978
18848
  "kind": 4096,
18979
18849
  "kindString": "Call signature",
18980
18850
  "flags": {},
18981
18851
  "parameters": [
18982
18852
  {
18983
- "id": 510,
18853
+ "id": 506,
18984
18854
  "name": "theme",
18985
18855
  "kind": 32768,
18986
18856
  "kindString": "Parameter",
@@ -19035,7 +18905,7 @@
19035
18905
  }
19036
18906
  },
19037
18907
  {
19038
- "id": 567,
18908
+ "id": 563,
19039
18909
  "name": "bgcolor",
19040
18910
  "kind": 1024,
19041
18911
  "kindString": "Property",
@@ -19076,7 +18946,7 @@
19076
18946
  {
19077
18947
  "type": "reflection",
19078
18948
  "declaration": {
19079
- "id": 568,
18949
+ "id": 564,
19080
18950
  "name": "__type",
19081
18951
  "kind": 65536,
19082
18952
  "kindString": "Type literal",
@@ -19090,14 +18960,14 @@
19090
18960
  ],
19091
18961
  "signatures": [
19092
18962
  {
19093
- "id": 569,
18963
+ "id": 565,
19094
18964
  "name": "__type",
19095
18965
  "kind": 4096,
19096
18966
  "kindString": "Call signature",
19097
18967
  "flags": {},
19098
18968
  "parameters": [
19099
18969
  {
19100
- "id": 570,
18970
+ "id": 566,
19101
18971
  "name": "theme",
19102
18972
  "kind": 32768,
19103
18973
  "kindString": "Parameter",
@@ -19152,7 +19022,7 @@
19152
19022
  }
19153
19023
  },
19154
19024
  {
19155
- "id": 413,
19025
+ "id": 409,
19156
19026
  "name": "border",
19157
19027
  "kind": 1024,
19158
19028
  "kindString": "Property",
@@ -19184,7 +19054,7 @@
19184
19054
  {
19185
19055
  "type": "reflection",
19186
19056
  "declaration": {
19187
- "id": 414,
19057
+ "id": 410,
19188
19058
  "name": "__type",
19189
19059
  "kind": 65536,
19190
19060
  "kindString": "Type literal",
@@ -19991,7 +19861,7 @@
19991
19861
  {
19992
19862
  "type": "reflection",
19993
19863
  "declaration": {
19994
- "id": 415,
19864
+ "id": 411,
19995
19865
  "name": "__type",
19996
19866
  "kind": 65536,
19997
19867
  "kindString": "Type literal",
@@ -20005,14 +19875,14 @@
20005
19875
  ],
20006
19876
  "signatures": [
20007
19877
  {
20008
- "id": 416,
19878
+ "id": 412,
20009
19879
  "name": "__type",
20010
19880
  "kind": 4096,
20011
19881
  "kindString": "Call signature",
20012
19882
  "flags": {},
20013
19883
  "parameters": [
20014
19884
  {
20015
- "id": 417,
19885
+ "id": 413,
20016
19886
  "name": "theme",
20017
19887
  "kind": 32768,
20018
19888
  "kindString": "Parameter",
@@ -20049,7 +19919,7 @@
20049
19919
  {
20050
19920
  "type": "reflection",
20051
19921
  "declaration": {
20052
- "id": 418,
19922
+ "id": 414,
20053
19923
  "name": "__type",
20054
19924
  "kind": 65536,
20055
19925
  "kindString": "Type literal",
@@ -20865,7 +20735,7 @@
20865
20735
  }
20866
20736
  },
20867
20737
  {
20868
- "id": 427,
20738
+ "id": 423,
20869
20739
  "name": "borderBottom",
20870
20740
  "kind": 1024,
20871
20741
  "kindString": "Property",
@@ -20955,7 +20825,7 @@
20955
20825
  {
20956
20826
  "type": "reflection",
20957
20827
  "declaration": {
20958
- "id": 428,
20828
+ "id": 424,
20959
20829
  "name": "__type",
20960
20830
  "kind": 65536,
20961
20831
  "kindString": "Type literal",
@@ -20969,14 +20839,14 @@
20969
20839
  ],
20970
20840
  "signatures": [
20971
20841
  {
20972
- "id": 429,
20842
+ "id": 425,
20973
20843
  "name": "__type",
20974
20844
  "kind": 4096,
20975
20845
  "kindString": "Call signature",
20976
20846
  "flags": {},
20977
20847
  "parameters": [
20978
20848
  {
20979
- "id": 430,
20849
+ "id": 426,
20980
20850
  "name": "theme",
20981
20851
  "kind": 32768,
20982
20852
  "kindString": "Parameter",
@@ -21080,7 +20950,7 @@
21080
20950
  }
21081
20951
  },
21082
20952
  {
21083
- "id": 435,
20953
+ "id": 431,
21084
20954
  "name": "borderColor",
21085
20955
  "kind": 1024,
21086
20956
  "kindString": "Property",
@@ -21121,7 +20991,7 @@
21121
20991
  {
21122
20992
  "type": "reflection",
21123
20993
  "declaration": {
21124
- "id": 436,
20994
+ "id": 432,
21125
20995
  "name": "__type",
21126
20996
  "kind": 65536,
21127
20997
  "kindString": "Type literal",
@@ -21135,14 +21005,14 @@
21135
21005
  ],
21136
21006
  "signatures": [
21137
21007
  {
21138
- "id": 437,
21008
+ "id": 433,
21139
21009
  "name": "__type",
21140
21010
  "kind": 4096,
21141
21011
  "kindString": "Call signature",
21142
21012
  "flags": {},
21143
21013
  "parameters": [
21144
21014
  {
21145
- "id": 438,
21015
+ "id": 434,
21146
21016
  "name": "theme",
21147
21017
  "kind": 32768,
21148
21018
  "kindString": "Parameter",
@@ -21197,7 +21067,7 @@
21197
21067
  }
21198
21068
  },
21199
21069
  {
21200
- "id": 431,
21070
+ "id": 427,
21201
21071
  "name": "borderLeft",
21202
21072
  "kind": 1024,
21203
21073
  "kindString": "Property",
@@ -21287,7 +21157,7 @@
21287
21157
  {
21288
21158
  "type": "reflection",
21289
21159
  "declaration": {
21290
- "id": 432,
21160
+ "id": 428,
21291
21161
  "name": "__type",
21292
21162
  "kind": 65536,
21293
21163
  "kindString": "Type literal",
@@ -21301,14 +21171,14 @@
21301
21171
  ],
21302
21172
  "signatures": [
21303
21173
  {
21304
- "id": 433,
21174
+ "id": 429,
21305
21175
  "name": "__type",
21306
21176
  "kind": 4096,
21307
21177
  "kindString": "Call signature",
21308
21178
  "flags": {},
21309
21179
  "parameters": [
21310
21180
  {
21311
- "id": 434,
21181
+ "id": 430,
21312
21182
  "name": "theme",
21313
21183
  "kind": 32768,
21314
21184
  "kindString": "Parameter",
@@ -21412,7 +21282,7 @@
21412
21282
  }
21413
21283
  },
21414
21284
  {
21415
- "id": 439,
21285
+ "id": 435,
21416
21286
  "name": "borderRadius",
21417
21287
  "kind": 1024,
21418
21288
  "kindString": "Property",
@@ -21502,7 +21372,7 @@
21502
21372
  {
21503
21373
  "type": "reflection",
21504
21374
  "declaration": {
21505
- "id": 440,
21375
+ "id": 436,
21506
21376
  "name": "__type",
21507
21377
  "kind": 65536,
21508
21378
  "kindString": "Type literal",
@@ -21516,14 +21386,14 @@
21516
21386
  ],
21517
21387
  "signatures": [
21518
21388
  {
21519
- "id": 441,
21389
+ "id": 437,
21520
21390
  "name": "__type",
21521
21391
  "kind": 4096,
21522
21392
  "kindString": "Call signature",
21523
21393
  "flags": {},
21524
21394
  "parameters": [
21525
21395
  {
21526
- "id": 442,
21396
+ "id": 438,
21527
21397
  "name": "theme",
21528
21398
  "kind": 32768,
21529
21399
  "kindString": "Parameter",
@@ -21627,7 +21497,7 @@
21627
21497
  }
21628
21498
  },
21629
21499
  {
21630
- "id": 423,
21500
+ "id": 419,
21631
21501
  "name": "borderRight",
21632
21502
  "kind": 1024,
21633
21503
  "kindString": "Property",
@@ -21717,7 +21587,7 @@
21717
21587
  {
21718
21588
  "type": "reflection",
21719
21589
  "declaration": {
21720
- "id": 424,
21590
+ "id": 420,
21721
21591
  "name": "__type",
21722
21592
  "kind": 65536,
21723
21593
  "kindString": "Type literal",
@@ -21731,14 +21601,14 @@
21731
21601
  ],
21732
21602
  "signatures": [
21733
21603
  {
21734
- "id": 425,
21604
+ "id": 421,
21735
21605
  "name": "__type",
21736
21606
  "kind": 4096,
21737
21607
  "kindString": "Call signature",
21738
21608
  "flags": {},
21739
21609
  "parameters": [
21740
21610
  {
21741
- "id": 426,
21611
+ "id": 422,
21742
21612
  "name": "theme",
21743
21613
  "kind": 32768,
21744
21614
  "kindString": "Parameter",
@@ -21842,7 +21712,7 @@
21842
21712
  }
21843
21713
  },
21844
21714
  {
21845
- "id": 419,
21715
+ "id": 415,
21846
21716
  "name": "borderTop",
21847
21717
  "kind": 1024,
21848
21718
  "kindString": "Property",
@@ -21932,7 +21802,7 @@
21932
21802
  {
21933
21803
  "type": "reflection",
21934
21804
  "declaration": {
21935
- "id": 420,
21805
+ "id": 416,
21936
21806
  "name": "__type",
21937
21807
  "kind": 65536,
21938
21808
  "kindString": "Type literal",
@@ -21946,14 +21816,14 @@
21946
21816
  ],
21947
21817
  "signatures": [
21948
21818
  {
21949
- "id": 421,
21819
+ "id": 417,
21950
21820
  "name": "__type",
21951
21821
  "kind": 4096,
21952
21822
  "kindString": "Call signature",
21953
21823
  "flags": {},
21954
21824
  "parameters": [
21955
21825
  {
21956
- "id": 422,
21826
+ "id": 418,
21957
21827
  "name": "theme",
21958
21828
  "kind": 32768,
21959
21829
  "kindString": "Parameter",
@@ -22057,7 +21927,7 @@
22057
21927
  }
22058
21928
  },
22059
21929
  {
22060
- "id": 595,
21930
+ "id": 591,
22061
21931
  "name": "bottom",
22062
21932
  "kind": 1024,
22063
21933
  "kindString": "Property",
@@ -22147,7 +22017,7 @@
22147
22017
  {
22148
22018
  "type": "reflection",
22149
22019
  "declaration": {
22150
- "id": 596,
22020
+ "id": 592,
22151
22021
  "name": "__type",
22152
22022
  "kind": 65536,
22153
22023
  "kindString": "Type literal",
@@ -22161,14 +22031,14 @@
22161
22031
  ],
22162
22032
  "signatures": [
22163
22033
  {
22164
- "id": 597,
22034
+ "id": 593,
22165
22035
  "name": "__type",
22166
22036
  "kind": 4096,
22167
22037
  "kindString": "Call signature",
22168
22038
  "flags": {},
22169
22039
  "parameters": [
22170
22040
  {
22171
- "id": 598,
22041
+ "id": 594,
22172
22042
  "name": "theme",
22173
22043
  "kind": 32768,
22174
22044
  "kindString": "Parameter",
@@ -22272,7 +22142,7 @@
22272
22142
  }
22273
22143
  },
22274
22144
  {
22275
- "id": 603,
22145
+ "id": 599,
22276
22146
  "name": "boxShadow",
22277
22147
  "kind": 1024,
22278
22148
  "kindString": "Property",
@@ -22310,7 +22180,7 @@
22310
22180
  {
22311
22181
  "type": "reflection",
22312
22182
  "declaration": {
22313
- "id": 604,
22183
+ "id": 600,
22314
22184
  "name": "__type",
22315
22185
  "kind": 65536,
22316
22186
  "kindString": "Type literal",
@@ -22324,14 +22194,14 @@
22324
22194
  ],
22325
22195
  "signatures": [
22326
22196
  {
22327
- "id": 605,
22197
+ "id": 601,
22328
22198
  "name": "__type",
22329
22199
  "kind": 4096,
22330
22200
  "kindString": "Call signature",
22331
22201
  "flags": {},
22332
22202
  "parameters": [
22333
22203
  {
22334
- "id": 606,
22204
+ "id": 602,
22335
22205
  "name": "theme",
22336
22206
  "kind": 32768,
22337
22207
  "kindString": "Parameter",
@@ -22383,7 +22253,7 @@
22383
22253
  }
22384
22254
  },
22385
22255
  {
22386
- "id": 631,
22256
+ "id": 627,
22387
22257
  "name": "boxSizing",
22388
22258
  "kind": 1024,
22389
22259
  "kindString": "Property",
@@ -22443,7 +22313,7 @@
22443
22313
  {
22444
22314
  "type": "reflection",
22445
22315
  "declaration": {
22446
- "id": 632,
22316
+ "id": 628,
22447
22317
  "name": "__type",
22448
22318
  "kind": 65536,
22449
22319
  "kindString": "Type literal",
@@ -22457,14 +22327,14 @@
22457
22327
  ],
22458
22328
  "signatures": [
22459
22329
  {
22460
- "id": 633,
22330
+ "id": 629,
22461
22331
  "name": "__type",
22462
22332
  "kind": 4096,
22463
22333
  "kindString": "Call signature",
22464
22334
  "flags": {},
22465
22335
  "parameters": [
22466
22336
  {
22467
- "id": 634,
22337
+ "id": 630,
22468
22338
  "name": "theme",
22469
22339
  "kind": 32768,
22470
22340
  "kindString": "Parameter",
@@ -22538,7 +22408,7 @@
22538
22408
  }
22539
22409
  },
22540
22410
  {
22541
- "id": 410,
22411
+ "id": 406,
22542
22412
  "name": "breadcrumbs",
22543
22413
  "kind": 1024,
22544
22414
  "kindString": "Property",
@@ -22550,7 +22420,7 @@
22550
22420
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
22551
22421
  "line": 11,
22552
22422
  "character": 2,
22553
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L11"
22423
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L11"
22554
22424
  }
22555
22425
  ],
22556
22426
  "type": {
@@ -22561,7 +22431,7 @@
22561
22431
  }
22562
22432
  },
22563
22433
  {
22564
- "id": 571,
22434
+ "id": 567,
22565
22435
  "name": "color",
22566
22436
  "kind": 1024,
22567
22437
  "kindString": "Property",
@@ -22602,7 +22472,7 @@
22602
22472
  {
22603
22473
  "type": "reflection",
22604
22474
  "declaration": {
22605
- "id": 572,
22475
+ "id": 568,
22606
22476
  "name": "__type",
22607
22477
  "kind": 65536,
22608
22478
  "kindString": "Type literal",
@@ -22616,14 +22486,14 @@
22616
22486
  ],
22617
22487
  "signatures": [
22618
22488
  {
22619
- "id": 573,
22489
+ "id": 569,
22620
22490
  "name": "__type",
22621
22491
  "kind": 4096,
22622
22492
  "kindString": "Call signature",
22623
22493
  "flags": {},
22624
22494
  "parameters": [
22625
22495
  {
22626
- "id": 574,
22496
+ "id": 570,
22627
22497
  "name": "theme",
22628
22498
  "kind": 32768,
22629
22499
  "kindString": "Parameter",
@@ -22678,7 +22548,7 @@
22678
22548
  }
22679
22549
  },
22680
22550
  {
22681
- "id": 523,
22551
+ "id": 519,
22682
22552
  "name": "columnGap",
22683
22553
  "kind": 1024,
22684
22554
  "kindString": "Property",
@@ -22768,7 +22638,7 @@
22768
22638
  {
22769
22639
  "type": "reflection",
22770
22640
  "declaration": {
22771
- "id": 524,
22641
+ "id": 520,
22772
22642
  "name": "__type",
22773
22643
  "kind": 65536,
22774
22644
  "kindString": "Type literal",
@@ -22782,14 +22652,14 @@
22782
22652
  ],
22783
22653
  "signatures": [
22784
22654
  {
22785
- "id": 525,
22655
+ "id": 521,
22786
22656
  "name": "__type",
22787
22657
  "kind": 4096,
22788
22658
  "kindString": "Call signature",
22789
22659
  "flags": {},
22790
22660
  "parameters": [
22791
22661
  {
22792
- "id": 526,
22662
+ "id": 522,
22793
22663
  "name": "theme",
22794
22664
  "kind": 32768,
22795
22665
  "kindString": "Parameter",
@@ -22893,7 +22763,7 @@
22893
22763
  }
22894
22764
  },
22895
22765
  {
22896
- "id": 408,
22766
+ "id": 404,
22897
22767
  "name": "container",
22898
22768
  "kind": 1024,
22899
22769
  "kindString": "Property",
@@ -22905,7 +22775,7 @@
22905
22775
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
22906
22776
  "line": 9,
22907
22777
  "character": 2,
22908
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L9"
22778
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L9"
22909
22779
  }
22910
22780
  ],
22911
22781
  "type": {
@@ -22929,7 +22799,7 @@
22929
22799
  }
22930
22800
  },
22931
22801
  {
22932
- "id": 411,
22802
+ "id": 407,
22933
22803
  "name": "disableBreadcrumbGutter",
22934
22804
  "kind": 1024,
22935
22805
  "kindString": "Property",
@@ -22941,7 +22811,7 @@
22941
22811
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
22942
22812
  "line": 12,
22943
22813
  "character": 2,
22944
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L12"
22814
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L12"
22945
22815
  }
22946
22816
  ],
22947
22817
  "type": {
@@ -22950,7 +22820,7 @@
22950
22820
  }
22951
22821
  },
22952
22822
  {
22953
- "id": 409,
22823
+ "id": 405,
22954
22824
  "name": "disableGutters",
22955
22825
  "kind": 1024,
22956
22826
  "kindString": "Property",
@@ -22962,7 +22832,7 @@
22962
22832
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
22963
22833
  "line": 10,
22964
22834
  "character": 2,
22965
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L10"
22835
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L10"
22966
22836
  }
22967
22837
  ],
22968
22838
  "type": {
@@ -22971,7 +22841,7 @@
22971
22841
  }
22972
22842
  },
22973
22843
  {
22974
- "id": 443,
22844
+ "id": 439,
22975
22845
  "name": "display",
22976
22846
  "kind": 1024,
22977
22847
  "kindString": "Property",
@@ -23012,7 +22882,7 @@
23012
22882
  {
23013
22883
  "type": "reflection",
23014
22884
  "declaration": {
23015
- "id": 444,
22885
+ "id": 440,
23016
22886
  "name": "__type",
23017
22887
  "kind": 65536,
23018
22888
  "kindString": "Type literal",
@@ -23026,14 +22896,14 @@
23026
22896
  ],
23027
22897
  "signatures": [
23028
22898
  {
23029
- "id": 445,
22899
+ "id": 441,
23030
22900
  "name": "__type",
23031
22901
  "kind": 4096,
23032
22902
  "kindString": "Call signature",
23033
22903
  "flags": {},
23034
22904
  "parameters": [
23035
22905
  {
23036
- "id": 446,
22906
+ "id": 442,
23037
22907
  "name": "theme",
23038
22908
  "kind": 32768,
23039
22909
  "kindString": "Parameter",
@@ -23088,7 +22958,7 @@
23088
22958
  }
23089
22959
  },
23090
22960
  {
23091
- "id": 447,
22961
+ "id": 443,
23092
22962
  "name": "displayPrint",
23093
22963
  "kind": 1024,
23094
22964
  "kindString": "Property",
@@ -23129,7 +22999,7 @@
23129
22999
  {
23130
23000
  "type": "reflection",
23131
23001
  "declaration": {
23132
- "id": 448,
23002
+ "id": 444,
23133
23003
  "name": "__type",
23134
23004
  "kind": 65536,
23135
23005
  "kindString": "Type literal",
@@ -23143,14 +23013,14 @@
23143
23013
  ],
23144
23014
  "signatures": [
23145
23015
  {
23146
- "id": 449,
23016
+ "id": 445,
23147
23017
  "name": "__type",
23148
23018
  "kind": 4096,
23149
23019
  "kindString": "Call signature",
23150
23020
  "flags": {},
23151
23021
  "parameters": [
23152
23022
  {
23153
- "id": 450,
23023
+ "id": 446,
23154
23024
  "name": "theme",
23155
23025
  "kind": 32768,
23156
23026
  "kindString": "Parameter",
@@ -23205,7 +23075,7 @@
23205
23075
  }
23206
23076
  },
23207
23077
  {
23208
- "id": 495,
23078
+ "id": 491,
23209
23079
  "name": "flex",
23210
23080
  "kind": 1024,
23211
23081
  "kindString": "Property",
@@ -23295,7 +23165,7 @@
23295
23165
  {
23296
23166
  "type": "reflection",
23297
23167
  "declaration": {
23298
- "id": 496,
23168
+ "id": 492,
23299
23169
  "name": "__type",
23300
23170
  "kind": 65536,
23301
23171
  "kindString": "Type literal",
@@ -23309,14 +23179,14 @@
23309
23179
  ],
23310
23180
  "signatures": [
23311
23181
  {
23312
- "id": 497,
23182
+ "id": 493,
23313
23183
  "name": "__type",
23314
23184
  "kind": 4096,
23315
23185
  "kindString": "Call signature",
23316
23186
  "flags": {},
23317
23187
  "parameters": [
23318
23188
  {
23319
- "id": 498,
23189
+ "id": 494,
23320
23190
  "name": "theme",
23321
23191
  "kind": 32768,
23322
23192
  "kindString": "Parameter",
@@ -23420,7 +23290,7 @@
23420
23290
  }
23421
23291
  },
23422
23292
  {
23423
- "id": 467,
23293
+ "id": 463,
23424
23294
  "name": "flexBasis",
23425
23295
  "kind": 1024,
23426
23296
  "kindString": "Property",
@@ -23510,7 +23380,7 @@
23510
23380
  {
23511
23381
  "type": "reflection",
23512
23382
  "declaration": {
23513
- "id": 468,
23383
+ "id": 464,
23514
23384
  "name": "__type",
23515
23385
  "kind": 65536,
23516
23386
  "kindString": "Type literal",
@@ -23524,14 +23394,14 @@
23524
23394
  ],
23525
23395
  "signatures": [
23526
23396
  {
23527
- "id": 469,
23397
+ "id": 465,
23528
23398
  "name": "__type",
23529
23399
  "kind": 4096,
23530
23400
  "kindString": "Call signature",
23531
23401
  "flags": {},
23532
23402
  "parameters": [
23533
23403
  {
23534
- "id": 470,
23404
+ "id": 466,
23535
23405
  "name": "theme",
23536
23406
  "kind": 32768,
23537
23407
  "kindString": "Parameter",
@@ -23635,7 +23505,7 @@
23635
23505
  }
23636
23506
  },
23637
23507
  {
23638
- "id": 471,
23508
+ "id": 467,
23639
23509
  "name": "flexDirection",
23640
23510
  "kind": 1024,
23641
23511
  "kindString": "Property",
@@ -23695,7 +23565,7 @@
23695
23565
  {
23696
23566
  "type": "reflection",
23697
23567
  "declaration": {
23698
- "id": 472,
23568
+ "id": 468,
23699
23569
  "name": "__type",
23700
23570
  "kind": 65536,
23701
23571
  "kindString": "Type literal",
@@ -23709,14 +23579,14 @@
23709
23579
  ],
23710
23580
  "signatures": [
23711
23581
  {
23712
- "id": 473,
23582
+ "id": 469,
23713
23583
  "name": "__type",
23714
23584
  "kind": 4096,
23715
23585
  "kindString": "Call signature",
23716
23586
  "flags": {},
23717
23587
  "parameters": [
23718
23588
  {
23719
- "id": 474,
23589
+ "id": 470,
23720
23590
  "name": "theme",
23721
23591
  "kind": 32768,
23722
23592
  "kindString": "Parameter",
@@ -23790,7 +23660,7 @@
23790
23660
  }
23791
23661
  },
23792
23662
  {
23793
- "id": 499,
23663
+ "id": 495,
23794
23664
  "name": "flexGrow",
23795
23665
  "kind": 1024,
23796
23666
  "kindString": "Property",
@@ -23850,7 +23720,7 @@
23850
23720
  {
23851
23721
  "type": "reflection",
23852
23722
  "declaration": {
23853
- "id": 500,
23723
+ "id": 496,
23854
23724
  "name": "__type",
23855
23725
  "kind": 65536,
23856
23726
  "kindString": "Type literal",
@@ -23864,14 +23734,14 @@
23864
23734
  ],
23865
23735
  "signatures": [
23866
23736
  {
23867
- "id": 501,
23737
+ "id": 497,
23868
23738
  "name": "__type",
23869
23739
  "kind": 4096,
23870
23740
  "kindString": "Call signature",
23871
23741
  "flags": {},
23872
23742
  "parameters": [
23873
23743
  {
23874
- "id": 502,
23744
+ "id": 498,
23875
23745
  "name": "theme",
23876
23746
  "kind": 32768,
23877
23747
  "kindString": "Parameter",
@@ -23945,7 +23815,7 @@
23945
23815
  }
23946
23816
  },
23947
23817
  {
23948
- "id": 503,
23818
+ "id": 499,
23949
23819
  "name": "flexShrink",
23950
23820
  "kind": 1024,
23951
23821
  "kindString": "Property",
@@ -24005,7 +23875,7 @@
24005
23875
  {
24006
23876
  "type": "reflection",
24007
23877
  "declaration": {
24008
- "id": 504,
23878
+ "id": 500,
24009
23879
  "name": "__type",
24010
23880
  "kind": 65536,
24011
23881
  "kindString": "Type literal",
@@ -24019,14 +23889,14 @@
24019
23889
  ],
24020
23890
  "signatures": [
24021
23891
  {
24022
- "id": 505,
23892
+ "id": 501,
24023
23893
  "name": "__type",
24024
23894
  "kind": 4096,
24025
23895
  "kindString": "Call signature",
24026
23896
  "flags": {},
24027
23897
  "parameters": [
24028
23898
  {
24029
- "id": 506,
23899
+ "id": 502,
24030
23900
  "name": "theme",
24031
23901
  "kind": 32768,
24032
23902
  "kindString": "Parameter",
@@ -24100,7 +23970,7 @@
24100
23970
  }
24101
23971
  },
24102
23972
  {
24103
- "id": 475,
23973
+ "id": 471,
24104
23974
  "name": "flexWrap",
24105
23975
  "kind": 1024,
24106
23976
  "kindString": "Property",
@@ -24160,7 +24030,7 @@
24160
24030
  {
24161
24031
  "type": "reflection",
24162
24032
  "declaration": {
24163
- "id": 476,
24033
+ "id": 472,
24164
24034
  "name": "__type",
24165
24035
  "kind": 65536,
24166
24036
  "kindString": "Type literal",
@@ -24174,14 +24044,14 @@
24174
24044
  ],
24175
24045
  "signatures": [
24176
24046
  {
24177
- "id": 477,
24047
+ "id": 473,
24178
24048
  "name": "__type",
24179
24049
  "kind": 4096,
24180
24050
  "kindString": "Call signature",
24181
24051
  "flags": {},
24182
24052
  "parameters": [
24183
24053
  {
24184
- "id": 478,
24054
+ "id": 474,
24185
24055
  "name": "theme",
24186
24056
  "kind": 32768,
24187
24057
  "kindString": "Parameter",
@@ -24255,7 +24125,7 @@
24255
24125
  }
24256
24126
  },
24257
24127
  {
24258
- "id": 751,
24128
+ "id": 747,
24259
24129
  "name": "fontFamily",
24260
24130
  "kind": 1024,
24261
24131
  "kindString": "Property",
@@ -24296,7 +24166,7 @@
24296
24166
  {
24297
24167
  "type": "reflection",
24298
24168
  "declaration": {
24299
- "id": 752,
24169
+ "id": 748,
24300
24170
  "name": "__type",
24301
24171
  "kind": 65536,
24302
24172
  "kindString": "Type literal",
@@ -24310,14 +24180,14 @@
24310
24180
  ],
24311
24181
  "signatures": [
24312
24182
  {
24313
- "id": 753,
24183
+ "id": 749,
24314
24184
  "name": "__type",
24315
24185
  "kind": 4096,
24316
24186
  "kindString": "Call signature",
24317
24187
  "flags": {},
24318
24188
  "parameters": [
24319
24189
  {
24320
- "id": 754,
24190
+ "id": 750,
24321
24191
  "name": "theme",
24322
24192
  "kind": 32768,
24323
24193
  "kindString": "Parameter",
@@ -24372,7 +24242,7 @@
24372
24242
  }
24373
24243
  },
24374
24244
  {
24375
- "id": 755,
24245
+ "id": 751,
24376
24246
  "name": "fontSize",
24377
24247
  "kind": 1024,
24378
24248
  "kindString": "Property",
@@ -24462,7 +24332,7 @@
24462
24332
  {
24463
24333
  "type": "reflection",
24464
24334
  "declaration": {
24465
- "id": 756,
24335
+ "id": 752,
24466
24336
  "name": "__type",
24467
24337
  "kind": 65536,
24468
24338
  "kindString": "Type literal",
@@ -24476,14 +24346,14 @@
24476
24346
  ],
24477
24347
  "signatures": [
24478
24348
  {
24479
- "id": 757,
24349
+ "id": 753,
24480
24350
  "name": "__type",
24481
24351
  "kind": 4096,
24482
24352
  "kindString": "Call signature",
24483
24353
  "flags": {},
24484
24354
  "parameters": [
24485
24355
  {
24486
- "id": 758,
24356
+ "id": 754,
24487
24357
  "name": "theme",
24488
24358
  "kind": 32768,
24489
24359
  "kindString": "Parameter",
@@ -24587,7 +24457,7 @@
24587
24457
  }
24588
24458
  },
24589
24459
  {
24590
- "id": 759,
24460
+ "id": 755,
24591
24461
  "name": "fontStyle",
24592
24462
  "kind": 1024,
24593
24463
  "kindString": "Property",
@@ -24628,7 +24498,7 @@
24628
24498
  {
24629
24499
  "type": "reflection",
24630
24500
  "declaration": {
24631
- "id": 760,
24501
+ "id": 756,
24632
24502
  "name": "__type",
24633
24503
  "kind": 65536,
24634
24504
  "kindString": "Type literal",
@@ -24642,14 +24512,14 @@
24642
24512
  ],
24643
24513
  "signatures": [
24644
24514
  {
24645
- "id": 761,
24515
+ "id": 757,
24646
24516
  "name": "__type",
24647
24517
  "kind": 4096,
24648
24518
  "kindString": "Call signature",
24649
24519
  "flags": {},
24650
24520
  "parameters": [
24651
24521
  {
24652
- "id": 762,
24522
+ "id": 758,
24653
24523
  "name": "theme",
24654
24524
  "kind": 32768,
24655
24525
  "kindString": "Parameter",
@@ -24704,7 +24574,7 @@
24704
24574
  }
24705
24575
  },
24706
24576
  {
24707
- "id": 763,
24577
+ "id": 759,
24708
24578
  "name": "fontWeight",
24709
24579
  "kind": 1024,
24710
24580
  "kindString": "Property",
@@ -24736,7 +24606,7 @@
24736
24606
  {
24737
24607
  "type": "reflection",
24738
24608
  "declaration": {
24739
- "id": 764,
24609
+ "id": 760,
24740
24610
  "name": "__type",
24741
24611
  "kind": 65536,
24742
24612
  "kindString": "Type literal",
@@ -24755,7 +24625,7 @@
24755
24625
  {
24756
24626
  "type": "reflection",
24757
24627
  "declaration": {
24758
- "id": 765,
24628
+ "id": 761,
24759
24629
  "name": "__type",
24760
24630
  "kind": 65536,
24761
24631
  "kindString": "Type literal",
@@ -24774,7 +24644,7 @@
24774
24644
  {
24775
24645
  "type": "reflection",
24776
24646
  "declaration": {
24777
- "id": 766,
24647
+ "id": 762,
24778
24648
  "name": "__type",
24779
24649
  "kind": 65536,
24780
24650
  "kindString": "Type literal",
@@ -24788,14 +24658,14 @@
24788
24658
  ],
24789
24659
  "signatures": [
24790
24660
  {
24791
- "id": 767,
24661
+ "id": 763,
24792
24662
  "name": "__type",
24793
24663
  "kind": 4096,
24794
24664
  "kindString": "Call signature",
24795
24665
  "flags": {},
24796
24666
  "parameters": [
24797
24667
  {
24798
- "id": 768,
24668
+ "id": 764,
24799
24669
  "name": "theme",
24800
24670
  "kind": 32768,
24801
24671
  "kindString": "Parameter",
@@ -24832,7 +24702,7 @@
24832
24702
  {
24833
24703
  "type": "reflection",
24834
24704
  "declaration": {
24835
- "id": 769,
24705
+ "id": 765,
24836
24706
  "name": "__type",
24837
24707
  "kind": 65536,
24838
24708
  "kindString": "Type literal",
@@ -24851,7 +24721,7 @@
24851
24721
  {
24852
24722
  "type": "reflection",
24853
24723
  "declaration": {
24854
- "id": 770,
24724
+ "id": 766,
24855
24725
  "name": "__type",
24856
24726
  "kind": 65536,
24857
24727
  "kindString": "Type literal",
@@ -24879,7 +24749,7 @@
24879
24749
  }
24880
24750
  },
24881
24751
  {
24882
- "id": 519,
24752
+ "id": 515,
24883
24753
  "name": "gap",
24884
24754
  "kind": 1024,
24885
24755
  "kindString": "Property",
@@ -24969,7 +24839,7 @@
24969
24839
  {
24970
24840
  "type": "reflection",
24971
24841
  "declaration": {
24972
- "id": 520,
24842
+ "id": 516,
24973
24843
  "name": "__type",
24974
24844
  "kind": 65536,
24975
24845
  "kindString": "Type literal",
@@ -24983,14 +24853,14 @@
24983
24853
  ],
24984
24854
  "signatures": [
24985
24855
  {
24986
- "id": 521,
24856
+ "id": 517,
24987
24857
  "name": "__type",
24988
24858
  "kind": 4096,
24989
24859
  "kindString": "Call signature",
24990
24860
  "flags": {},
24991
24861
  "parameters": [
24992
24862
  {
24993
- "id": 522,
24863
+ "id": 518,
24994
24864
  "name": "theme",
24995
24865
  "kind": 32768,
24996
24866
  "kindString": "Parameter",
@@ -25094,7 +24964,7 @@
25094
24964
  }
25095
24965
  },
25096
24966
  {
25097
- "id": 563,
24967
+ "id": 559,
25098
24968
  "name": "gridArea",
25099
24969
  "kind": 1024,
25100
24970
  "kindString": "Property",
@@ -25154,7 +25024,7 @@
25154
25024
  {
25155
25025
  "type": "reflection",
25156
25026
  "declaration": {
25157
- "id": 564,
25027
+ "id": 560,
25158
25028
  "name": "__type",
25159
25029
  "kind": 65536,
25160
25030
  "kindString": "Type literal",
@@ -25168,14 +25038,14 @@
25168
25038
  ],
25169
25039
  "signatures": [
25170
25040
  {
25171
- "id": 565,
25041
+ "id": 561,
25172
25042
  "name": "__type",
25173
25043
  "kind": 4096,
25174
25044
  "kindString": "Call signature",
25175
25045
  "flags": {},
25176
25046
  "parameters": [
25177
25047
  {
25178
- "id": 566,
25048
+ "id": 562,
25179
25049
  "name": "theme",
25180
25050
  "kind": 32768,
25181
25051
  "kindString": "Parameter",
@@ -25249,7 +25119,7 @@
25249
25119
  }
25250
25120
  },
25251
25121
  {
25252
- "id": 543,
25122
+ "id": 539,
25253
25123
  "name": "gridAutoColumns",
25254
25124
  "kind": 1024,
25255
25125
  "kindString": "Property",
@@ -25339,7 +25209,7 @@
25339
25209
  {
25340
25210
  "type": "reflection",
25341
25211
  "declaration": {
25342
- "id": 544,
25212
+ "id": 540,
25343
25213
  "name": "__type",
25344
25214
  "kind": 65536,
25345
25215
  "kindString": "Type literal",
@@ -25353,14 +25223,14 @@
25353
25223
  ],
25354
25224
  "signatures": [
25355
25225
  {
25356
- "id": 545,
25226
+ "id": 541,
25357
25227
  "name": "__type",
25358
25228
  "kind": 4096,
25359
25229
  "kindString": "Call signature",
25360
25230
  "flags": {},
25361
25231
  "parameters": [
25362
25232
  {
25363
- "id": 546,
25233
+ "id": 542,
25364
25234
  "name": "theme",
25365
25235
  "kind": 32768,
25366
25236
  "kindString": "Parameter",
@@ -25464,7 +25334,7 @@
25464
25334
  }
25465
25335
  },
25466
25336
  {
25467
- "id": 539,
25337
+ "id": 535,
25468
25338
  "name": "gridAutoFlow",
25469
25339
  "kind": 1024,
25470
25340
  "kindString": "Property",
@@ -25505,7 +25375,7 @@
25505
25375
  {
25506
25376
  "type": "reflection",
25507
25377
  "declaration": {
25508
- "id": 540,
25378
+ "id": 536,
25509
25379
  "name": "__type",
25510
25380
  "kind": 65536,
25511
25381
  "kindString": "Type literal",
@@ -25519,14 +25389,14 @@
25519
25389
  ],
25520
25390
  "signatures": [
25521
25391
  {
25522
- "id": 541,
25392
+ "id": 537,
25523
25393
  "name": "__type",
25524
25394
  "kind": 4096,
25525
25395
  "kindString": "Call signature",
25526
25396
  "flags": {},
25527
25397
  "parameters": [
25528
25398
  {
25529
- "id": 542,
25399
+ "id": 538,
25530
25400
  "name": "theme",
25531
25401
  "kind": 32768,
25532
25402
  "kindString": "Parameter",
@@ -25581,7 +25451,7 @@
25581
25451
  }
25582
25452
  },
25583
25453
  {
25584
- "id": 547,
25454
+ "id": 543,
25585
25455
  "name": "gridAutoRows",
25586
25456
  "kind": 1024,
25587
25457
  "kindString": "Property",
@@ -25671,7 +25541,7 @@
25671
25541
  {
25672
25542
  "type": "reflection",
25673
25543
  "declaration": {
25674
- "id": 548,
25544
+ "id": 544,
25675
25545
  "name": "__type",
25676
25546
  "kind": 65536,
25677
25547
  "kindString": "Type literal",
@@ -25685,14 +25555,14 @@
25685
25555
  ],
25686
25556
  "signatures": [
25687
25557
  {
25688
- "id": 549,
25558
+ "id": 545,
25689
25559
  "name": "__type",
25690
25560
  "kind": 4096,
25691
25561
  "kindString": "Call signature",
25692
25562
  "flags": {},
25693
25563
  "parameters": [
25694
25564
  {
25695
- "id": 550,
25565
+ "id": 546,
25696
25566
  "name": "theme",
25697
25567
  "kind": 32768,
25698
25568
  "kindString": "Parameter",
@@ -25796,7 +25666,7 @@
25796
25666
  }
25797
25667
  },
25798
25668
  {
25799
- "id": 531,
25669
+ "id": 527,
25800
25670
  "name": "gridColumn",
25801
25671
  "kind": 1024,
25802
25672
  "kindString": "Property",
@@ -25856,7 +25726,7 @@
25856
25726
  {
25857
25727
  "type": "reflection",
25858
25728
  "declaration": {
25859
- "id": 532,
25729
+ "id": 528,
25860
25730
  "name": "__type",
25861
25731
  "kind": 65536,
25862
25732
  "kindString": "Type literal",
@@ -25870,14 +25740,14 @@
25870
25740
  ],
25871
25741
  "signatures": [
25872
25742
  {
25873
- "id": 533,
25743
+ "id": 529,
25874
25744
  "name": "__type",
25875
25745
  "kind": 4096,
25876
25746
  "kindString": "Call signature",
25877
25747
  "flags": {},
25878
25748
  "parameters": [
25879
25749
  {
25880
- "id": 534,
25750
+ "id": 530,
25881
25751
  "name": "theme",
25882
25752
  "kind": 32768,
25883
25753
  "kindString": "Parameter",
@@ -25951,7 +25821,7 @@
25951
25821
  }
25952
25822
  },
25953
25823
  {
25954
- "id": 535,
25824
+ "id": 531,
25955
25825
  "name": "gridRow",
25956
25826
  "kind": 1024,
25957
25827
  "kindString": "Property",
@@ -26011,7 +25881,7 @@
26011
25881
  {
26012
25882
  "type": "reflection",
26013
25883
  "declaration": {
26014
- "id": 536,
25884
+ "id": 532,
26015
25885
  "name": "__type",
26016
25886
  "kind": 65536,
26017
25887
  "kindString": "Type literal",
@@ -26025,14 +25895,14 @@
26025
25895
  ],
26026
25896
  "signatures": [
26027
25897
  {
26028
- "id": 537,
25898
+ "id": 533,
26029
25899
  "name": "__type",
26030
25900
  "kind": 4096,
26031
25901
  "kindString": "Call signature",
26032
25902
  "flags": {},
26033
25903
  "parameters": [
26034
25904
  {
26035
- "id": 538,
25905
+ "id": 534,
26036
25906
  "name": "theme",
26037
25907
  "kind": 32768,
26038
25908
  "kindString": "Parameter",
@@ -26106,7 +25976,7 @@
26106
25976
  }
26107
25977
  },
26108
25978
  {
26109
- "id": 559,
25979
+ "id": 555,
26110
25980
  "name": "gridTemplateAreas",
26111
25981
  "kind": 1024,
26112
25982
  "kindString": "Property",
@@ -26147,7 +26017,7 @@
26147
26017
  {
26148
26018
  "type": "reflection",
26149
26019
  "declaration": {
26150
- "id": 560,
26020
+ "id": 556,
26151
26021
  "name": "__type",
26152
26022
  "kind": 65536,
26153
26023
  "kindString": "Type literal",
@@ -26161,14 +26031,14 @@
26161
26031
  ],
26162
26032
  "signatures": [
26163
26033
  {
26164
- "id": 561,
26034
+ "id": 557,
26165
26035
  "name": "__type",
26166
26036
  "kind": 4096,
26167
26037
  "kindString": "Call signature",
26168
26038
  "flags": {},
26169
26039
  "parameters": [
26170
26040
  {
26171
- "id": 562,
26041
+ "id": 558,
26172
26042
  "name": "theme",
26173
26043
  "kind": 32768,
26174
26044
  "kindString": "Parameter",
@@ -26223,7 +26093,7 @@
26223
26093
  }
26224
26094
  },
26225
26095
  {
26226
- "id": 551,
26096
+ "id": 547,
26227
26097
  "name": "gridTemplateColumns",
26228
26098
  "kind": 1024,
26229
26099
  "kindString": "Property",
@@ -26313,7 +26183,7 @@
26313
26183
  {
26314
26184
  "type": "reflection",
26315
26185
  "declaration": {
26316
- "id": 552,
26186
+ "id": 548,
26317
26187
  "name": "__type",
26318
26188
  "kind": 65536,
26319
26189
  "kindString": "Type literal",
@@ -26327,14 +26197,14 @@
26327
26197
  ],
26328
26198
  "signatures": [
26329
26199
  {
26330
- "id": 553,
26200
+ "id": 549,
26331
26201
  "name": "__type",
26332
26202
  "kind": 4096,
26333
26203
  "kindString": "Call signature",
26334
26204
  "flags": {},
26335
26205
  "parameters": [
26336
26206
  {
26337
- "id": 554,
26207
+ "id": 550,
26338
26208
  "name": "theme",
26339
26209
  "kind": 32768,
26340
26210
  "kindString": "Parameter",
@@ -26438,7 +26308,7 @@
26438
26308
  }
26439
26309
  },
26440
26310
  {
26441
- "id": 555,
26311
+ "id": 551,
26442
26312
  "name": "gridTemplateRows",
26443
26313
  "kind": 1024,
26444
26314
  "kindString": "Property",
@@ -26528,7 +26398,7 @@
26528
26398
  {
26529
26399
  "type": "reflection",
26530
26400
  "declaration": {
26531
- "id": 556,
26401
+ "id": 552,
26532
26402
  "name": "__type",
26533
26403
  "kind": 65536,
26534
26404
  "kindString": "Type literal",
@@ -26542,14 +26412,14 @@
26542
26412
  ],
26543
26413
  "signatures": [
26544
26414
  {
26545
- "id": 557,
26415
+ "id": 553,
26546
26416
  "name": "__type",
26547
26417
  "kind": 4096,
26548
26418
  "kindString": "Call signature",
26549
26419
  "flags": {},
26550
26420
  "parameters": [
26551
26421
  {
26552
- "id": 558,
26422
+ "id": 554,
26553
26423
  "name": "theme",
26554
26424
  "kind": 32768,
26555
26425
  "kindString": "Parameter",
@@ -26653,7 +26523,7 @@
26653
26523
  }
26654
26524
  },
26655
26525
  {
26656
- "id": 619,
26526
+ "id": 615,
26657
26527
  "name": "height",
26658
26528
  "kind": 1024,
26659
26529
  "kindString": "Property",
@@ -26743,7 +26613,7 @@
26743
26613
  {
26744
26614
  "type": "reflection",
26745
26615
  "declaration": {
26746
- "id": 620,
26616
+ "id": 616,
26747
26617
  "name": "__type",
26748
26618
  "kind": 65536,
26749
26619
  "kindString": "Type literal",
@@ -26757,14 +26627,14 @@
26757
26627
  ],
26758
26628
  "signatures": [
26759
26629
  {
26760
- "id": 621,
26630
+ "id": 617,
26761
26631
  "name": "__type",
26762
26632
  "kind": 4096,
26763
26633
  "kindString": "Call signature",
26764
26634
  "flags": {},
26765
26635
  "parameters": [
26766
26636
  {
26767
- "id": 622,
26637
+ "id": 618,
26768
26638
  "name": "theme",
26769
26639
  "kind": 32768,
26770
26640
  "kindString": "Parameter",
@@ -26868,7 +26738,7 @@
26868
26738
  }
26869
26739
  },
26870
26740
  {
26871
- "id": 479,
26741
+ "id": 475,
26872
26742
  "name": "justifyContent",
26873
26743
  "kind": 1024,
26874
26744
  "kindString": "Property",
@@ -26909,7 +26779,7 @@
26909
26779
  {
26910
26780
  "type": "reflection",
26911
26781
  "declaration": {
26912
- "id": 480,
26782
+ "id": 476,
26913
26783
  "name": "__type",
26914
26784
  "kind": 65536,
26915
26785
  "kindString": "Type literal",
@@ -26923,14 +26793,14 @@
26923
26793
  ],
26924
26794
  "signatures": [
26925
26795
  {
26926
- "id": 481,
26796
+ "id": 477,
26927
26797
  "name": "__type",
26928
26798
  "kind": 4096,
26929
26799
  "kindString": "Call signature",
26930
26800
  "flags": {},
26931
26801
  "parameters": [
26932
26802
  {
26933
- "id": 482,
26803
+ "id": 478,
26934
26804
  "name": "theme",
26935
26805
  "kind": 32768,
26936
26806
  "kindString": "Parameter",
@@ -26985,7 +26855,7 @@
26985
26855
  }
26986
26856
  },
26987
26857
  {
26988
- "id": 511,
26858
+ "id": 507,
26989
26859
  "name": "justifyItems",
26990
26860
  "kind": 1024,
26991
26861
  "kindString": "Property",
@@ -27026,7 +26896,7 @@
27026
26896
  {
27027
26897
  "type": "reflection",
27028
26898
  "declaration": {
27029
- "id": 512,
26899
+ "id": 508,
27030
26900
  "name": "__type",
27031
26901
  "kind": 65536,
27032
26902
  "kindString": "Type literal",
@@ -27040,14 +26910,14 @@
27040
26910
  ],
27041
26911
  "signatures": [
27042
26912
  {
27043
- "id": 513,
26913
+ "id": 509,
27044
26914
  "name": "__type",
27045
26915
  "kind": 4096,
27046
26916
  "kindString": "Call signature",
27047
26917
  "flags": {},
27048
26918
  "parameters": [
27049
26919
  {
27050
- "id": 514,
26920
+ "id": 510,
27051
26921
  "name": "theme",
27052
26922
  "kind": 32768,
27053
26923
  "kindString": "Parameter",
@@ -27102,7 +26972,7 @@
27102
26972
  }
27103
26973
  },
27104
26974
  {
27105
- "id": 515,
26975
+ "id": 511,
27106
26976
  "name": "justifySelf",
27107
26977
  "kind": 1024,
27108
26978
  "kindString": "Property",
@@ -27143,7 +27013,7 @@
27143
27013
  {
27144
27014
  "type": "reflection",
27145
27015
  "declaration": {
27146
- "id": 516,
27016
+ "id": 512,
27147
27017
  "name": "__type",
27148
27018
  "kind": 65536,
27149
27019
  "kindString": "Type literal",
@@ -27157,14 +27027,14 @@
27157
27027
  ],
27158
27028
  "signatures": [
27159
27029
  {
27160
- "id": 517,
27030
+ "id": 513,
27161
27031
  "name": "__type",
27162
27032
  "kind": 4096,
27163
27033
  "kindString": "Call signature",
27164
27034
  "flags": {},
27165
27035
  "parameters": [
27166
27036
  {
27167
- "id": 518,
27037
+ "id": 514,
27168
27038
  "name": "theme",
27169
27039
  "kind": 32768,
27170
27040
  "kindString": "Parameter",
@@ -27219,7 +27089,7 @@
27219
27089
  }
27220
27090
  },
27221
27091
  {
27222
- "id": 599,
27092
+ "id": 595,
27223
27093
  "name": "left",
27224
27094
  "kind": 1024,
27225
27095
  "kindString": "Property",
@@ -27309,7 +27179,7 @@
27309
27179
  {
27310
27180
  "type": "reflection",
27311
27181
  "declaration": {
27312
- "id": 600,
27182
+ "id": 596,
27313
27183
  "name": "__type",
27314
27184
  "kind": 65536,
27315
27185
  "kindString": "Type literal",
@@ -27323,14 +27193,14 @@
27323
27193
  ],
27324
27194
  "signatures": [
27325
27195
  {
27326
- "id": 601,
27196
+ "id": 597,
27327
27197
  "name": "__type",
27328
27198
  "kind": 4096,
27329
27199
  "kindString": "Call signature",
27330
27200
  "flags": {},
27331
27201
  "parameters": [
27332
27202
  {
27333
- "id": 602,
27203
+ "id": 598,
27334
27204
  "name": "theme",
27335
27205
  "kind": 32768,
27336
27206
  "kindString": "Parameter",
@@ -27434,7 +27304,7 @@
27434
27304
  }
27435
27305
  },
27436
27306
  {
27437
- "id": 771,
27307
+ "id": 767,
27438
27308
  "name": "letterSpacing",
27439
27309
  "kind": 1024,
27440
27310
  "kindString": "Property",
@@ -27524,7 +27394,7 @@
27524
27394
  {
27525
27395
  "type": "reflection",
27526
27396
  "declaration": {
27527
- "id": 772,
27397
+ "id": 768,
27528
27398
  "name": "__type",
27529
27399
  "kind": 65536,
27530
27400
  "kindString": "Type literal",
@@ -27538,14 +27408,14 @@
27538
27408
  ],
27539
27409
  "signatures": [
27540
27410
  {
27541
- "id": 773,
27411
+ "id": 769,
27542
27412
  "name": "__type",
27543
27413
  "kind": 4096,
27544
27414
  "kindString": "Call signature",
27545
27415
  "flags": {},
27546
27416
  "parameters": [
27547
27417
  {
27548
- "id": 774,
27418
+ "id": 770,
27549
27419
  "name": "theme",
27550
27420
  "kind": 32768,
27551
27421
  "kindString": "Parameter",
@@ -27649,7 +27519,7 @@
27649
27519
  }
27650
27520
  },
27651
27521
  {
27652
- "id": 775,
27522
+ "id": 771,
27653
27523
  "name": "lineHeight",
27654
27524
  "kind": 1024,
27655
27525
  "kindString": "Property",
@@ -27739,7 +27609,7 @@
27739
27609
  {
27740
27610
  "type": "reflection",
27741
27611
  "declaration": {
27742
- "id": 776,
27612
+ "id": 772,
27743
27613
  "name": "__type",
27744
27614
  "kind": 65536,
27745
27615
  "kindString": "Type literal",
@@ -27753,14 +27623,14 @@
27753
27623
  ],
27754
27624
  "signatures": [
27755
27625
  {
27756
- "id": 777,
27626
+ "id": 773,
27757
27627
  "name": "__type",
27758
27628
  "kind": 4096,
27759
27629
  "kindString": "Call signature",
27760
27630
  "flags": {},
27761
27631
  "parameters": [
27762
27632
  {
27763
- "id": 778,
27633
+ "id": 774,
27764
27634
  "name": "theme",
27765
27635
  "kind": 32768,
27766
27636
  "kindString": "Parameter",
@@ -27864,7 +27734,7 @@
27864
27734
  }
27865
27735
  },
27866
27736
  {
27867
- "id": 635,
27737
+ "id": 631,
27868
27738
  "name": "m",
27869
27739
  "kind": 1024,
27870
27740
  "kindString": "Property",
@@ -27954,7 +27824,7 @@
27954
27824
  {
27955
27825
  "type": "reflection",
27956
27826
  "declaration": {
27957
- "id": 636,
27827
+ "id": 632,
27958
27828
  "name": "__type",
27959
27829
  "kind": 65536,
27960
27830
  "kindString": "Type literal",
@@ -27968,14 +27838,14 @@
27968
27838
  ],
27969
27839
  "signatures": [
27970
27840
  {
27971
- "id": 637,
27841
+ "id": 633,
27972
27842
  "name": "__type",
27973
27843
  "kind": 4096,
27974
27844
  "kindString": "Call signature",
27975
27845
  "flags": {},
27976
27846
  "parameters": [
27977
27847
  {
27978
- "id": 638,
27848
+ "id": 634,
27979
27849
  "name": "theme",
27980
27850
  "kind": 32768,
27981
27851
  "kindString": "Parameter",
@@ -28079,7 +27949,7 @@
28079
27949
  }
28080
27950
  },
28081
27951
  {
28082
- "id": 691,
27952
+ "id": 687,
28083
27953
  "name": "margin",
28084
27954
  "kind": 1024,
28085
27955
  "kindString": "Property",
@@ -28169,7 +28039,7 @@
28169
28039
  {
28170
28040
  "type": "reflection",
28171
28041
  "declaration": {
28172
- "id": 692,
28042
+ "id": 688,
28173
28043
  "name": "__type",
28174
28044
  "kind": 65536,
28175
28045
  "kindString": "Type literal",
@@ -28183,14 +28053,14 @@
28183
28053
  ],
28184
28054
  "signatures": [
28185
28055
  {
28186
- "id": 693,
28056
+ "id": 689,
28187
28057
  "name": "__type",
28188
28058
  "kind": 4096,
28189
28059
  "kindString": "Call signature",
28190
28060
  "flags": {},
28191
28061
  "parameters": [
28192
28062
  {
28193
- "id": 694,
28063
+ "id": 690,
28194
28064
  "name": "theme",
28195
28065
  "kind": 32768,
28196
28066
  "kindString": "Parameter",
@@ -28294,7 +28164,7 @@
28294
28164
  }
28295
28165
  },
28296
28166
  {
28297
- "id": 703,
28167
+ "id": 699,
28298
28168
  "name": "marginBottom",
28299
28169
  "kind": 1024,
28300
28170
  "kindString": "Property",
@@ -28384,7 +28254,7 @@
28384
28254
  {
28385
28255
  "type": "reflection",
28386
28256
  "declaration": {
28387
- "id": 704,
28257
+ "id": 700,
28388
28258
  "name": "__type",
28389
28259
  "kind": 65536,
28390
28260
  "kindString": "Type literal",
@@ -28398,14 +28268,14 @@
28398
28268
  ],
28399
28269
  "signatures": [
28400
28270
  {
28401
- "id": 705,
28271
+ "id": 701,
28402
28272
  "name": "__type",
28403
28273
  "kind": 4096,
28404
28274
  "kindString": "Call signature",
28405
28275
  "flags": {},
28406
28276
  "parameters": [
28407
28277
  {
28408
- "id": 706,
28278
+ "id": 702,
28409
28279
  "name": "theme",
28410
28280
  "kind": 32768,
28411
28281
  "kindString": "Parameter",
@@ -28509,7 +28379,7 @@
28509
28379
  }
28510
28380
  },
28511
28381
  {
28512
- "id": 707,
28382
+ "id": 703,
28513
28383
  "name": "marginLeft",
28514
28384
  "kind": 1024,
28515
28385
  "kindString": "Property",
@@ -28599,7 +28469,7 @@
28599
28469
  {
28600
28470
  "type": "reflection",
28601
28471
  "declaration": {
28602
- "id": 708,
28472
+ "id": 704,
28603
28473
  "name": "__type",
28604
28474
  "kind": 65536,
28605
28475
  "kindString": "Type literal",
@@ -28613,14 +28483,14 @@
28613
28483
  ],
28614
28484
  "signatures": [
28615
28485
  {
28616
- "id": 709,
28486
+ "id": 705,
28617
28487
  "name": "__type",
28618
28488
  "kind": 4096,
28619
28489
  "kindString": "Call signature",
28620
28490
  "flags": {},
28621
28491
  "parameters": [
28622
28492
  {
28623
- "id": 710,
28493
+ "id": 706,
28624
28494
  "name": "theme",
28625
28495
  "kind": 32768,
28626
28496
  "kindString": "Parameter",
@@ -28724,7 +28594,7 @@
28724
28594
  }
28725
28595
  },
28726
28596
  {
28727
- "id": 699,
28597
+ "id": 695,
28728
28598
  "name": "marginRight",
28729
28599
  "kind": 1024,
28730
28600
  "kindString": "Property",
@@ -28814,7 +28684,7 @@
28814
28684
  {
28815
28685
  "type": "reflection",
28816
28686
  "declaration": {
28817
- "id": 700,
28687
+ "id": 696,
28818
28688
  "name": "__type",
28819
28689
  "kind": 65536,
28820
28690
  "kindString": "Type literal",
@@ -28828,14 +28698,14 @@
28828
28698
  ],
28829
28699
  "signatures": [
28830
28700
  {
28831
- "id": 701,
28701
+ "id": 697,
28832
28702
  "name": "__type",
28833
28703
  "kind": 4096,
28834
28704
  "kindString": "Call signature",
28835
28705
  "flags": {},
28836
28706
  "parameters": [
28837
28707
  {
28838
- "id": 702,
28708
+ "id": 698,
28839
28709
  "name": "theme",
28840
28710
  "kind": 32768,
28841
28711
  "kindString": "Parameter",
@@ -28939,7 +28809,7 @@
28939
28809
  }
28940
28810
  },
28941
28811
  {
28942
- "id": 695,
28812
+ "id": 691,
28943
28813
  "name": "marginTop",
28944
28814
  "kind": 1024,
28945
28815
  "kindString": "Property",
@@ -29029,7 +28899,7 @@
29029
28899
  {
29030
28900
  "type": "reflection",
29031
28901
  "declaration": {
29032
- "id": 696,
28902
+ "id": 692,
29033
28903
  "name": "__type",
29034
28904
  "kind": 65536,
29035
28905
  "kindString": "Type literal",
@@ -29043,14 +28913,14 @@
29043
28913
  ],
29044
28914
  "signatures": [
29045
28915
  {
29046
- "id": 697,
28916
+ "id": 693,
29047
28917
  "name": "__type",
29048
28918
  "kind": 4096,
29049
28919
  "kindString": "Call signature",
29050
28920
  "flags": {},
29051
28921
  "parameters": [
29052
28922
  {
29053
- "id": 698,
28923
+ "id": 694,
29054
28924
  "name": "theme",
29055
28925
  "kind": 32768,
29056
28926
  "kindString": "Parameter",
@@ -29154,7 +29024,7 @@
29154
29024
  }
29155
29025
  },
29156
29026
  {
29157
- "id": 711,
29027
+ "id": 707,
29158
29028
  "name": "marginX",
29159
29029
  "kind": 1024,
29160
29030
  "kindString": "Property",
@@ -29244,7 +29114,7 @@
29244
29114
  {
29245
29115
  "type": "reflection",
29246
29116
  "declaration": {
29247
- "id": 712,
29117
+ "id": 708,
29248
29118
  "name": "__type",
29249
29119
  "kind": 65536,
29250
29120
  "kindString": "Type literal",
@@ -29258,14 +29128,14 @@
29258
29128
  ],
29259
29129
  "signatures": [
29260
29130
  {
29261
- "id": 713,
29131
+ "id": 709,
29262
29132
  "name": "__type",
29263
29133
  "kind": 4096,
29264
29134
  "kindString": "Call signature",
29265
29135
  "flags": {},
29266
29136
  "parameters": [
29267
29137
  {
29268
- "id": 714,
29138
+ "id": 710,
29269
29139
  "name": "theme",
29270
29140
  "kind": 32768,
29271
29141
  "kindString": "Parameter",
@@ -29369,7 +29239,7 @@
29369
29239
  }
29370
29240
  },
29371
29241
  {
29372
- "id": 715,
29242
+ "id": 711,
29373
29243
  "name": "marginY",
29374
29244
  "kind": 1024,
29375
29245
  "kindString": "Property",
@@ -29459,7 +29329,7 @@
29459
29329
  {
29460
29330
  "type": "reflection",
29461
29331
  "declaration": {
29462
- "id": 716,
29332
+ "id": 712,
29463
29333
  "name": "__type",
29464
29334
  "kind": 65536,
29465
29335
  "kindString": "Type literal",
@@ -29473,14 +29343,14 @@
29473
29343
  ],
29474
29344
  "signatures": [
29475
29345
  {
29476
- "id": 717,
29346
+ "id": 713,
29477
29347
  "name": "__type",
29478
29348
  "kind": 4096,
29479
29349
  "kindString": "Call signature",
29480
29350
  "flags": {},
29481
29351
  "parameters": [
29482
29352
  {
29483
- "id": 718,
29353
+ "id": 714,
29484
29354
  "name": "theme",
29485
29355
  "kind": 32768,
29486
29356
  "kindString": "Parameter",
@@ -29584,7 +29454,7 @@
29584
29454
  }
29585
29455
  },
29586
29456
  {
29587
- "id": 623,
29457
+ "id": 619,
29588
29458
  "name": "maxHeight",
29589
29459
  "kind": 1024,
29590
29460
  "kindString": "Property",
@@ -29674,7 +29544,7 @@
29674
29544
  {
29675
29545
  "type": "reflection",
29676
29546
  "declaration": {
29677
- "id": 624,
29547
+ "id": 620,
29678
29548
  "name": "__type",
29679
29549
  "kind": 65536,
29680
29550
  "kindString": "Type literal",
@@ -29688,14 +29558,14 @@
29688
29558
  ],
29689
29559
  "signatures": [
29690
29560
  {
29691
- "id": 625,
29561
+ "id": 621,
29692
29562
  "name": "__type",
29693
29563
  "kind": 4096,
29694
29564
  "kindString": "Call signature",
29695
29565
  "flags": {},
29696
29566
  "parameters": [
29697
29567
  {
29698
- "id": 626,
29568
+ "id": 622,
29699
29569
  "name": "theme",
29700
29570
  "kind": 32768,
29701
29571
  "kindString": "Parameter",
@@ -29799,7 +29669,7 @@
29799
29669
  }
29800
29670
  },
29801
29671
  {
29802
- "id": 611,
29672
+ "id": 607,
29803
29673
  "name": "maxWidth",
29804
29674
  "kind": 1024,
29805
29675
  "kindString": "Property",
@@ -29889,7 +29759,7 @@
29889
29759
  {
29890
29760
  "type": "reflection",
29891
29761
  "declaration": {
29892
- "id": 612,
29762
+ "id": 608,
29893
29763
  "name": "__type",
29894
29764
  "kind": 65536,
29895
29765
  "kindString": "Type literal",
@@ -29903,14 +29773,14 @@
29903
29773
  ],
29904
29774
  "signatures": [
29905
29775
  {
29906
- "id": 613,
29776
+ "id": 609,
29907
29777
  "name": "__type",
29908
29778
  "kind": 4096,
29909
29779
  "kindString": "Call signature",
29910
29780
  "flags": {},
29911
29781
  "parameters": [
29912
29782
  {
29913
- "id": 614,
29783
+ "id": 610,
29914
29784
  "name": "theme",
29915
29785
  "kind": 32768,
29916
29786
  "kindString": "Parameter",
@@ -30014,7 +29884,7 @@
30014
29884
  }
30015
29885
  },
30016
29886
  {
30017
- "id": 647,
29887
+ "id": 643,
30018
29888
  "name": "mb",
30019
29889
  "kind": 1024,
30020
29890
  "kindString": "Property",
@@ -30104,7 +29974,7 @@
30104
29974
  {
30105
29975
  "type": "reflection",
30106
29976
  "declaration": {
30107
- "id": 648,
29977
+ "id": 644,
30108
29978
  "name": "__type",
30109
29979
  "kind": 65536,
30110
29980
  "kindString": "Type literal",
@@ -30118,14 +29988,14 @@
30118
29988
  ],
30119
29989
  "signatures": [
30120
29990
  {
30121
- "id": 649,
29991
+ "id": 645,
30122
29992
  "name": "__type",
30123
29993
  "kind": 4096,
30124
29994
  "kindString": "Call signature",
30125
29995
  "flags": {},
30126
29996
  "parameters": [
30127
29997
  {
30128
- "id": 650,
29998
+ "id": 646,
30129
29999
  "name": "theme",
30130
30000
  "kind": 32768,
30131
30001
  "kindString": "Parameter",
@@ -30229,7 +30099,7 @@
30229
30099
  }
30230
30100
  },
30231
30101
  {
30232
- "id": 627,
30102
+ "id": 623,
30233
30103
  "name": "minHeight",
30234
30104
  "kind": 1024,
30235
30105
  "kindString": "Property",
@@ -30319,7 +30189,7 @@
30319
30189
  {
30320
30190
  "type": "reflection",
30321
30191
  "declaration": {
30322
- "id": 628,
30192
+ "id": 624,
30323
30193
  "name": "__type",
30324
30194
  "kind": 65536,
30325
30195
  "kindString": "Type literal",
@@ -30333,14 +30203,14 @@
30333
30203
  ],
30334
30204
  "signatures": [
30335
30205
  {
30336
- "id": 629,
30206
+ "id": 625,
30337
30207
  "name": "__type",
30338
30208
  "kind": 4096,
30339
30209
  "kindString": "Call signature",
30340
30210
  "flags": {},
30341
30211
  "parameters": [
30342
30212
  {
30343
- "id": 630,
30213
+ "id": 626,
30344
30214
  "name": "theme",
30345
30215
  "kind": 32768,
30346
30216
  "kindString": "Parameter",
@@ -30444,7 +30314,7 @@
30444
30314
  }
30445
30315
  },
30446
30316
  {
30447
- "id": 615,
30317
+ "id": 611,
30448
30318
  "name": "minWidth",
30449
30319
  "kind": 1024,
30450
30320
  "kindString": "Property",
@@ -30534,7 +30404,7 @@
30534
30404
  {
30535
30405
  "type": "reflection",
30536
30406
  "declaration": {
30537
- "id": 616,
30407
+ "id": 612,
30538
30408
  "name": "__type",
30539
30409
  "kind": 65536,
30540
30410
  "kindString": "Type literal",
@@ -30548,14 +30418,14 @@
30548
30418
  ],
30549
30419
  "signatures": [
30550
30420
  {
30551
- "id": 617,
30421
+ "id": 613,
30552
30422
  "name": "__type",
30553
30423
  "kind": 4096,
30554
30424
  "kindString": "Call signature",
30555
30425
  "flags": {},
30556
30426
  "parameters": [
30557
30427
  {
30558
- "id": 618,
30428
+ "id": 614,
30559
30429
  "name": "theme",
30560
30430
  "kind": 32768,
30561
30431
  "kindString": "Parameter",
@@ -30659,7 +30529,7 @@
30659
30529
  }
30660
30530
  },
30661
30531
  {
30662
- "id": 651,
30532
+ "id": 647,
30663
30533
  "name": "ml",
30664
30534
  "kind": 1024,
30665
30535
  "kindString": "Property",
@@ -30749,7 +30619,7 @@
30749
30619
  {
30750
30620
  "type": "reflection",
30751
30621
  "declaration": {
30752
- "id": 652,
30622
+ "id": 648,
30753
30623
  "name": "__type",
30754
30624
  "kind": 65536,
30755
30625
  "kindString": "Type literal",
@@ -30763,14 +30633,14 @@
30763
30633
  ],
30764
30634
  "signatures": [
30765
30635
  {
30766
- "id": 653,
30636
+ "id": 649,
30767
30637
  "name": "__type",
30768
30638
  "kind": 4096,
30769
30639
  "kindString": "Call signature",
30770
30640
  "flags": {},
30771
30641
  "parameters": [
30772
30642
  {
30773
- "id": 654,
30643
+ "id": 650,
30774
30644
  "name": "theme",
30775
30645
  "kind": 32768,
30776
30646
  "kindString": "Parameter",
@@ -30874,7 +30744,7 @@
30874
30744
  }
30875
30745
  },
30876
30746
  {
30877
- "id": 643,
30747
+ "id": 639,
30878
30748
  "name": "mr",
30879
30749
  "kind": 1024,
30880
30750
  "kindString": "Property",
@@ -30964,7 +30834,7 @@
30964
30834
  {
30965
30835
  "type": "reflection",
30966
30836
  "declaration": {
30967
- "id": 644,
30837
+ "id": 640,
30968
30838
  "name": "__type",
30969
30839
  "kind": 65536,
30970
30840
  "kindString": "Type literal",
@@ -30978,14 +30848,14 @@
30978
30848
  ],
30979
30849
  "signatures": [
30980
30850
  {
30981
- "id": 645,
30851
+ "id": 641,
30982
30852
  "name": "__type",
30983
30853
  "kind": 4096,
30984
30854
  "kindString": "Call signature",
30985
30855
  "flags": {},
30986
30856
  "parameters": [
30987
30857
  {
30988
- "id": 646,
30858
+ "id": 642,
30989
30859
  "name": "theme",
30990
30860
  "kind": 32768,
30991
30861
  "kindString": "Parameter",
@@ -31089,7 +30959,7 @@
31089
30959
  }
31090
30960
  },
31091
30961
  {
31092
- "id": 639,
30962
+ "id": 635,
31093
30963
  "name": "mt",
31094
30964
  "kind": 1024,
31095
30965
  "kindString": "Property",
@@ -31179,7 +31049,7 @@
31179
31049
  {
31180
31050
  "type": "reflection",
31181
31051
  "declaration": {
31182
- "id": 640,
31052
+ "id": 636,
31183
31053
  "name": "__type",
31184
31054
  "kind": 65536,
31185
31055
  "kindString": "Type literal",
@@ -31193,14 +31063,14 @@
31193
31063
  ],
31194
31064
  "signatures": [
31195
31065
  {
31196
- "id": 641,
31066
+ "id": 637,
31197
31067
  "name": "__type",
31198
31068
  "kind": 4096,
31199
31069
  "kindString": "Call signature",
31200
31070
  "flags": {},
31201
31071
  "parameters": [
31202
31072
  {
31203
- "id": 642,
31073
+ "id": 638,
31204
31074
  "name": "theme",
31205
31075
  "kind": 32768,
31206
31076
  "kindString": "Parameter",
@@ -31304,7 +31174,7 @@
31304
31174
  }
31305
31175
  },
31306
31176
  {
31307
- "id": 655,
31177
+ "id": 651,
31308
31178
  "name": "mx",
31309
31179
  "kind": 1024,
31310
31180
  "kindString": "Property",
@@ -31394,7 +31264,7 @@
31394
31264
  {
31395
31265
  "type": "reflection",
31396
31266
  "declaration": {
31397
- "id": 656,
31267
+ "id": 652,
31398
31268
  "name": "__type",
31399
31269
  "kind": 65536,
31400
31270
  "kindString": "Type literal",
@@ -31408,14 +31278,14 @@
31408
31278
  ],
31409
31279
  "signatures": [
31410
31280
  {
31411
- "id": 657,
31281
+ "id": 653,
31412
31282
  "name": "__type",
31413
31283
  "kind": 4096,
31414
31284
  "kindString": "Call signature",
31415
31285
  "flags": {},
31416
31286
  "parameters": [
31417
31287
  {
31418
- "id": 658,
31288
+ "id": 654,
31419
31289
  "name": "theme",
31420
31290
  "kind": 32768,
31421
31291
  "kindString": "Parameter",
@@ -31519,7 +31389,7 @@
31519
31389
  }
31520
31390
  },
31521
31391
  {
31522
- "id": 659,
31392
+ "id": 655,
31523
31393
  "name": "my",
31524
31394
  "kind": 1024,
31525
31395
  "kindString": "Property",
@@ -31609,7 +31479,7 @@
31609
31479
  {
31610
31480
  "type": "reflection",
31611
31481
  "declaration": {
31612
- "id": 660,
31482
+ "id": 656,
31613
31483
  "name": "__type",
31614
31484
  "kind": 65536,
31615
31485
  "kindString": "Type literal",
@@ -31623,14 +31493,14 @@
31623
31493
  ],
31624
31494
  "signatures": [
31625
31495
  {
31626
- "id": 661,
31496
+ "id": 657,
31627
31497
  "name": "__type",
31628
31498
  "kind": 4096,
31629
31499
  "kindString": "Call signature",
31630
31500
  "flags": {},
31631
31501
  "parameters": [
31632
31502
  {
31633
- "id": 662,
31503
+ "id": 658,
31634
31504
  "name": "theme",
31635
31505
  "kind": 32768,
31636
31506
  "kindString": "Parameter",
@@ -31734,7 +31604,7 @@
31734
31604
  }
31735
31605
  },
31736
31606
  {
31737
- "id": 491,
31607
+ "id": 487,
31738
31608
  "name": "order",
31739
31609
  "kind": 1024,
31740
31610
  "kindString": "Property",
@@ -31794,7 +31664,7 @@
31794
31664
  {
31795
31665
  "type": "reflection",
31796
31666
  "declaration": {
31797
- "id": 492,
31667
+ "id": 488,
31798
31668
  "name": "__type",
31799
31669
  "kind": 65536,
31800
31670
  "kindString": "Type literal",
@@ -31808,14 +31678,14 @@
31808
31678
  ],
31809
31679
  "signatures": [
31810
31680
  {
31811
- "id": 493,
31681
+ "id": 489,
31812
31682
  "name": "__type",
31813
31683
  "kind": 4096,
31814
31684
  "kindString": "Call signature",
31815
31685
  "flags": {},
31816
31686
  "parameters": [
31817
31687
  {
31818
- "id": 494,
31688
+ "id": 490,
31819
31689
  "name": "theme",
31820
31690
  "kind": 32768,
31821
31691
  "kindString": "Parameter",
@@ -31889,7 +31759,7 @@
31889
31759
  }
31890
31760
  },
31891
31761
  {
31892
- "id": 451,
31762
+ "id": 447,
31893
31763
  "name": "overflow",
31894
31764
  "kind": 1024,
31895
31765
  "kindString": "Property",
@@ -31930,7 +31800,7 @@
31930
31800
  {
31931
31801
  "type": "reflection",
31932
31802
  "declaration": {
31933
- "id": 452,
31803
+ "id": 448,
31934
31804
  "name": "__type",
31935
31805
  "kind": 65536,
31936
31806
  "kindString": "Type literal",
@@ -31944,14 +31814,14 @@
31944
31814
  ],
31945
31815
  "signatures": [
31946
31816
  {
31947
- "id": 453,
31817
+ "id": 449,
31948
31818
  "name": "__type",
31949
31819
  "kind": 4096,
31950
31820
  "kindString": "Call signature",
31951
31821
  "flags": {},
31952
31822
  "parameters": [
31953
31823
  {
31954
- "id": 454,
31824
+ "id": 450,
31955
31825
  "name": "theme",
31956
31826
  "kind": 32768,
31957
31827
  "kindString": "Parameter",
@@ -32006,7 +31876,7 @@
32006
31876
  }
32007
31877
  },
32008
31878
  {
32009
- "id": 663,
31879
+ "id": 659,
32010
31880
  "name": "p",
32011
31881
  "kind": 1024,
32012
31882
  "kindString": "Property",
@@ -32096,7 +31966,7 @@
32096
31966
  {
32097
31967
  "type": "reflection",
32098
31968
  "declaration": {
32099
- "id": 664,
31969
+ "id": 660,
32100
31970
  "name": "__type",
32101
31971
  "kind": 65536,
32102
31972
  "kindString": "Type literal",
@@ -32110,14 +31980,14 @@
32110
31980
  ],
32111
31981
  "signatures": [
32112
31982
  {
32113
- "id": 665,
31983
+ "id": 661,
32114
31984
  "name": "__type",
32115
31985
  "kind": 4096,
32116
31986
  "kindString": "Call signature",
32117
31987
  "flags": {},
32118
31988
  "parameters": [
32119
31989
  {
32120
- "id": 666,
31990
+ "id": 662,
32121
31991
  "name": "theme",
32122
31992
  "kind": 32768,
32123
31993
  "kindString": "Parameter",
@@ -32221,7 +32091,7 @@
32221
32091
  }
32222
32092
  },
32223
32093
  {
32224
- "id": 719,
32094
+ "id": 715,
32225
32095
  "name": "padding",
32226
32096
  "kind": 1024,
32227
32097
  "kindString": "Property",
@@ -32311,7 +32181,7 @@
32311
32181
  {
32312
32182
  "type": "reflection",
32313
32183
  "declaration": {
32314
- "id": 720,
32184
+ "id": 716,
32315
32185
  "name": "__type",
32316
32186
  "kind": 65536,
32317
32187
  "kindString": "Type literal",
@@ -32325,14 +32195,14 @@
32325
32195
  ],
32326
32196
  "signatures": [
32327
32197
  {
32328
- "id": 721,
32198
+ "id": 717,
32329
32199
  "name": "__type",
32330
32200
  "kind": 4096,
32331
32201
  "kindString": "Call signature",
32332
32202
  "flags": {},
32333
32203
  "parameters": [
32334
32204
  {
32335
- "id": 722,
32205
+ "id": 718,
32336
32206
  "name": "theme",
32337
32207
  "kind": 32768,
32338
32208
  "kindString": "Parameter",
@@ -32436,7 +32306,7 @@
32436
32306
  }
32437
32307
  },
32438
32308
  {
32439
- "id": 731,
32309
+ "id": 727,
32440
32310
  "name": "paddingBottom",
32441
32311
  "kind": 1024,
32442
32312
  "kindString": "Property",
@@ -32526,7 +32396,7 @@
32526
32396
  {
32527
32397
  "type": "reflection",
32528
32398
  "declaration": {
32529
- "id": 732,
32399
+ "id": 728,
32530
32400
  "name": "__type",
32531
32401
  "kind": 65536,
32532
32402
  "kindString": "Type literal",
@@ -32540,14 +32410,14 @@
32540
32410
  ],
32541
32411
  "signatures": [
32542
32412
  {
32543
- "id": 733,
32413
+ "id": 729,
32544
32414
  "name": "__type",
32545
32415
  "kind": 4096,
32546
32416
  "kindString": "Call signature",
32547
32417
  "flags": {},
32548
32418
  "parameters": [
32549
32419
  {
32550
- "id": 734,
32420
+ "id": 730,
32551
32421
  "name": "theme",
32552
32422
  "kind": 32768,
32553
32423
  "kindString": "Parameter",
@@ -32651,7 +32521,7 @@
32651
32521
  }
32652
32522
  },
32653
32523
  {
32654
- "id": 735,
32524
+ "id": 731,
32655
32525
  "name": "paddingLeft",
32656
32526
  "kind": 1024,
32657
32527
  "kindString": "Property",
@@ -32741,7 +32611,7 @@
32741
32611
  {
32742
32612
  "type": "reflection",
32743
32613
  "declaration": {
32744
- "id": 736,
32614
+ "id": 732,
32745
32615
  "name": "__type",
32746
32616
  "kind": 65536,
32747
32617
  "kindString": "Type literal",
@@ -32755,14 +32625,14 @@
32755
32625
  ],
32756
32626
  "signatures": [
32757
32627
  {
32758
- "id": 737,
32628
+ "id": 733,
32759
32629
  "name": "__type",
32760
32630
  "kind": 4096,
32761
32631
  "kindString": "Call signature",
32762
32632
  "flags": {},
32763
32633
  "parameters": [
32764
32634
  {
32765
- "id": 738,
32635
+ "id": 734,
32766
32636
  "name": "theme",
32767
32637
  "kind": 32768,
32768
32638
  "kindString": "Parameter",
@@ -32866,7 +32736,7 @@
32866
32736
  }
32867
32737
  },
32868
32738
  {
32869
- "id": 727,
32739
+ "id": 723,
32870
32740
  "name": "paddingRight",
32871
32741
  "kind": 1024,
32872
32742
  "kindString": "Property",
@@ -32956,7 +32826,7 @@
32956
32826
  {
32957
32827
  "type": "reflection",
32958
32828
  "declaration": {
32959
- "id": 728,
32829
+ "id": 724,
32960
32830
  "name": "__type",
32961
32831
  "kind": 65536,
32962
32832
  "kindString": "Type literal",
@@ -32970,14 +32840,14 @@
32970
32840
  ],
32971
32841
  "signatures": [
32972
32842
  {
32973
- "id": 729,
32843
+ "id": 725,
32974
32844
  "name": "__type",
32975
32845
  "kind": 4096,
32976
32846
  "kindString": "Call signature",
32977
32847
  "flags": {},
32978
32848
  "parameters": [
32979
32849
  {
32980
- "id": 730,
32850
+ "id": 726,
32981
32851
  "name": "theme",
32982
32852
  "kind": 32768,
32983
32853
  "kindString": "Parameter",
@@ -33081,7 +32951,7 @@
33081
32951
  }
33082
32952
  },
33083
32953
  {
33084
- "id": 723,
32954
+ "id": 719,
33085
32955
  "name": "paddingTop",
33086
32956
  "kind": 1024,
33087
32957
  "kindString": "Property",
@@ -33171,7 +33041,7 @@
33171
33041
  {
33172
33042
  "type": "reflection",
33173
33043
  "declaration": {
33174
- "id": 724,
33044
+ "id": 720,
33175
33045
  "name": "__type",
33176
33046
  "kind": 65536,
33177
33047
  "kindString": "Type literal",
@@ -33185,14 +33055,14 @@
33185
33055
  ],
33186
33056
  "signatures": [
33187
33057
  {
33188
- "id": 725,
33058
+ "id": 721,
33189
33059
  "name": "__type",
33190
33060
  "kind": 4096,
33191
33061
  "kindString": "Call signature",
33192
33062
  "flags": {},
33193
33063
  "parameters": [
33194
33064
  {
33195
- "id": 726,
33065
+ "id": 722,
33196
33066
  "name": "theme",
33197
33067
  "kind": 32768,
33198
33068
  "kindString": "Parameter",
@@ -33296,7 +33166,7 @@
33296
33166
  }
33297
33167
  },
33298
33168
  {
33299
- "id": 739,
33169
+ "id": 735,
33300
33170
  "name": "paddingX",
33301
33171
  "kind": 1024,
33302
33172
  "kindString": "Property",
@@ -33386,7 +33256,7 @@
33386
33256
  {
33387
33257
  "type": "reflection",
33388
33258
  "declaration": {
33389
- "id": 740,
33259
+ "id": 736,
33390
33260
  "name": "__type",
33391
33261
  "kind": 65536,
33392
33262
  "kindString": "Type literal",
@@ -33400,14 +33270,14 @@
33400
33270
  ],
33401
33271
  "signatures": [
33402
33272
  {
33403
- "id": 741,
33273
+ "id": 737,
33404
33274
  "name": "__type",
33405
33275
  "kind": 4096,
33406
33276
  "kindString": "Call signature",
33407
33277
  "flags": {},
33408
33278
  "parameters": [
33409
33279
  {
33410
- "id": 742,
33280
+ "id": 738,
33411
33281
  "name": "theme",
33412
33282
  "kind": 32768,
33413
33283
  "kindString": "Parameter",
@@ -33511,7 +33381,7 @@
33511
33381
  }
33512
33382
  },
33513
33383
  {
33514
- "id": 743,
33384
+ "id": 739,
33515
33385
  "name": "paddingY",
33516
33386
  "kind": 1024,
33517
33387
  "kindString": "Property",
@@ -33601,7 +33471,7 @@
33601
33471
  {
33602
33472
  "type": "reflection",
33603
33473
  "declaration": {
33604
- "id": 744,
33474
+ "id": 740,
33605
33475
  "name": "__type",
33606
33476
  "kind": 65536,
33607
33477
  "kindString": "Type literal",
@@ -33615,14 +33485,14 @@
33615
33485
  ],
33616
33486
  "signatures": [
33617
33487
  {
33618
- "id": 745,
33488
+ "id": 741,
33619
33489
  "name": "__type",
33620
33490
  "kind": 4096,
33621
33491
  "kindString": "Call signature",
33622
33492
  "flags": {},
33623
33493
  "parameters": [
33624
33494
  {
33625
- "id": 746,
33495
+ "id": 742,
33626
33496
  "name": "theme",
33627
33497
  "kind": 32768,
33628
33498
  "kindString": "Parameter",
@@ -33726,7 +33596,7 @@
33726
33596
  }
33727
33597
  },
33728
33598
  {
33729
- "id": 675,
33599
+ "id": 671,
33730
33600
  "name": "pb",
33731
33601
  "kind": 1024,
33732
33602
  "kindString": "Property",
@@ -33816,7 +33686,7 @@
33816
33686
  {
33817
33687
  "type": "reflection",
33818
33688
  "declaration": {
33819
- "id": 676,
33689
+ "id": 672,
33820
33690
  "name": "__type",
33821
33691
  "kind": 65536,
33822
33692
  "kindString": "Type literal",
@@ -33830,14 +33700,14 @@
33830
33700
  ],
33831
33701
  "signatures": [
33832
33702
  {
33833
- "id": 677,
33703
+ "id": 673,
33834
33704
  "name": "__type",
33835
33705
  "kind": 4096,
33836
33706
  "kindString": "Call signature",
33837
33707
  "flags": {},
33838
33708
  "parameters": [
33839
33709
  {
33840
- "id": 678,
33710
+ "id": 674,
33841
33711
  "name": "theme",
33842
33712
  "kind": 32768,
33843
33713
  "kindString": "Parameter",
@@ -33941,7 +33811,7 @@
33941
33811
  }
33942
33812
  },
33943
33813
  {
33944
- "id": 679,
33814
+ "id": 675,
33945
33815
  "name": "pl",
33946
33816
  "kind": 1024,
33947
33817
  "kindString": "Property",
@@ -34031,7 +33901,7 @@
34031
33901
  {
34032
33902
  "type": "reflection",
34033
33903
  "declaration": {
34034
- "id": 680,
33904
+ "id": 676,
34035
33905
  "name": "__type",
34036
33906
  "kind": 65536,
34037
33907
  "kindString": "Type literal",
@@ -34045,14 +33915,14 @@
34045
33915
  ],
34046
33916
  "signatures": [
34047
33917
  {
34048
- "id": 681,
33918
+ "id": 677,
34049
33919
  "name": "__type",
34050
33920
  "kind": 4096,
34051
33921
  "kindString": "Call signature",
34052
33922
  "flags": {},
34053
33923
  "parameters": [
34054
33924
  {
34055
- "id": 682,
33925
+ "id": 678,
34056
33926
  "name": "theme",
34057
33927
  "kind": 32768,
34058
33928
  "kindString": "Parameter",
@@ -34156,7 +34026,7 @@
34156
34026
  }
34157
34027
  },
34158
34028
  {
34159
- "id": 583,
34029
+ "id": 579,
34160
34030
  "name": "position",
34161
34031
  "kind": 1024,
34162
34032
  "kindString": "Property",
@@ -34216,7 +34086,7 @@
34216
34086
  {
34217
34087
  "type": "reflection",
34218
34088
  "declaration": {
34219
- "id": 584,
34089
+ "id": 580,
34220
34090
  "name": "__type",
34221
34091
  "kind": 65536,
34222
34092
  "kindString": "Type literal",
@@ -34230,14 +34100,14 @@
34230
34100
  ],
34231
34101
  "signatures": [
34232
34102
  {
34233
- "id": 585,
34103
+ "id": 581,
34234
34104
  "name": "__type",
34235
34105
  "kind": 4096,
34236
34106
  "kindString": "Call signature",
34237
34107
  "flags": {},
34238
34108
  "parameters": [
34239
34109
  {
34240
- "id": 586,
34110
+ "id": 582,
34241
34111
  "name": "theme",
34242
34112
  "kind": 32768,
34243
34113
  "kindString": "Parameter",
@@ -34311,7 +34181,7 @@
34311
34181
  }
34312
34182
  },
34313
34183
  {
34314
- "id": 671,
34184
+ "id": 667,
34315
34185
  "name": "pr",
34316
34186
  "kind": 1024,
34317
34187
  "kindString": "Property",
@@ -34401,7 +34271,7 @@
34401
34271
  {
34402
34272
  "type": "reflection",
34403
34273
  "declaration": {
34404
- "id": 672,
34274
+ "id": 668,
34405
34275
  "name": "__type",
34406
34276
  "kind": 65536,
34407
34277
  "kindString": "Type literal",
@@ -34415,14 +34285,14 @@
34415
34285
  ],
34416
34286
  "signatures": [
34417
34287
  {
34418
- "id": 673,
34288
+ "id": 669,
34419
34289
  "name": "__type",
34420
34290
  "kind": 4096,
34421
34291
  "kindString": "Call signature",
34422
34292
  "flags": {},
34423
34293
  "parameters": [
34424
34294
  {
34425
- "id": 674,
34295
+ "id": 670,
34426
34296
  "name": "theme",
34427
34297
  "kind": 32768,
34428
34298
  "kindString": "Parameter",
@@ -34526,7 +34396,7 @@
34526
34396
  }
34527
34397
  },
34528
34398
  {
34529
- "id": 667,
34399
+ "id": 663,
34530
34400
  "name": "pt",
34531
34401
  "kind": 1024,
34532
34402
  "kindString": "Property",
@@ -34616,7 +34486,7 @@
34616
34486
  {
34617
34487
  "type": "reflection",
34618
34488
  "declaration": {
34619
- "id": 668,
34489
+ "id": 664,
34620
34490
  "name": "__type",
34621
34491
  "kind": 65536,
34622
34492
  "kindString": "Type literal",
@@ -34630,14 +34500,14 @@
34630
34500
  ],
34631
34501
  "signatures": [
34632
34502
  {
34633
- "id": 669,
34503
+ "id": 665,
34634
34504
  "name": "__type",
34635
34505
  "kind": 4096,
34636
34506
  "kindString": "Call signature",
34637
34507
  "flags": {},
34638
34508
  "parameters": [
34639
34509
  {
34640
- "id": 670,
34510
+ "id": 666,
34641
34511
  "name": "theme",
34642
34512
  "kind": 32768,
34643
34513
  "kindString": "Parameter",
@@ -34741,7 +34611,7 @@
34741
34611
  }
34742
34612
  },
34743
34613
  {
34744
- "id": 683,
34614
+ "id": 679,
34745
34615
  "name": "px",
34746
34616
  "kind": 1024,
34747
34617
  "kindString": "Property",
@@ -34831,7 +34701,7 @@
34831
34701
  {
34832
34702
  "type": "reflection",
34833
34703
  "declaration": {
34834
- "id": 684,
34704
+ "id": 680,
34835
34705
  "name": "__type",
34836
34706
  "kind": 65536,
34837
34707
  "kindString": "Type literal",
@@ -34845,14 +34715,14 @@
34845
34715
  ],
34846
34716
  "signatures": [
34847
34717
  {
34848
- "id": 685,
34718
+ "id": 681,
34849
34719
  "name": "__type",
34850
34720
  "kind": 4096,
34851
34721
  "kindString": "Call signature",
34852
34722
  "flags": {},
34853
34723
  "parameters": [
34854
34724
  {
34855
- "id": 686,
34725
+ "id": 682,
34856
34726
  "name": "theme",
34857
34727
  "kind": 32768,
34858
34728
  "kindString": "Parameter",
@@ -34956,7 +34826,7 @@
34956
34826
  }
34957
34827
  },
34958
34828
  {
34959
- "id": 687,
34829
+ "id": 683,
34960
34830
  "name": "py",
34961
34831
  "kind": 1024,
34962
34832
  "kindString": "Property",
@@ -35046,7 +34916,7 @@
35046
34916
  {
35047
34917
  "type": "reflection",
35048
34918
  "declaration": {
35049
- "id": 688,
34919
+ "id": 684,
35050
34920
  "name": "__type",
35051
34921
  "kind": 65536,
35052
34922
  "kindString": "Type literal",
@@ -35060,14 +34930,14 @@
35060
34930
  ],
35061
34931
  "signatures": [
35062
34932
  {
35063
- "id": 689,
34933
+ "id": 685,
35064
34934
  "name": "__type",
35065
34935
  "kind": 4096,
35066
34936
  "kindString": "Call signature",
35067
34937
  "flags": {},
35068
34938
  "parameters": [
35069
34939
  {
35070
- "id": 690,
34940
+ "id": 686,
35071
34941
  "name": "theme",
35072
34942
  "kind": 32768,
35073
34943
  "kindString": "Parameter",
@@ -35171,7 +35041,7 @@
35171
35041
  }
35172
35042
  },
35173
35043
  {
35174
- "id": 591,
35044
+ "id": 587,
35175
35045
  "name": "right",
35176
35046
  "kind": 1024,
35177
35047
  "kindString": "Property",
@@ -35261,7 +35131,7 @@
35261
35131
  {
35262
35132
  "type": "reflection",
35263
35133
  "declaration": {
35264
- "id": 592,
35134
+ "id": 588,
35265
35135
  "name": "__type",
35266
35136
  "kind": 65536,
35267
35137
  "kindString": "Type literal",
@@ -35275,14 +35145,14 @@
35275
35145
  ],
35276
35146
  "signatures": [
35277
35147
  {
35278
- "id": 593,
35148
+ "id": 589,
35279
35149
  "name": "__type",
35280
35150
  "kind": 4096,
35281
35151
  "kindString": "Call signature",
35282
35152
  "flags": {},
35283
35153
  "parameters": [
35284
35154
  {
35285
- "id": 594,
35155
+ "id": 590,
35286
35156
  "name": "theme",
35287
35157
  "kind": 32768,
35288
35158
  "kindString": "Parameter",
@@ -35386,7 +35256,7 @@
35386
35256
  }
35387
35257
  },
35388
35258
  {
35389
- "id": 527,
35259
+ "id": 523,
35390
35260
  "name": "rowGap",
35391
35261
  "kind": 1024,
35392
35262
  "kindString": "Property",
@@ -35476,7 +35346,7 @@
35476
35346
  {
35477
35347
  "type": "reflection",
35478
35348
  "declaration": {
35479
- "id": 528,
35349
+ "id": 524,
35480
35350
  "name": "__type",
35481
35351
  "kind": 65536,
35482
35352
  "kindString": "Type literal",
@@ -35490,14 +35360,14 @@
35490
35360
  ],
35491
35361
  "signatures": [
35492
35362
  {
35493
- "id": 529,
35363
+ "id": 525,
35494
35364
  "name": "__type",
35495
35365
  "kind": 4096,
35496
35366
  "kindString": "Call signature",
35497
35367
  "flags": {},
35498
35368
  "parameters": [
35499
35369
  {
35500
- "id": 530,
35370
+ "id": 526,
35501
35371
  "name": "theme",
35502
35372
  "kind": 32768,
35503
35373
  "kindString": "Parameter",
@@ -35601,7 +35471,7 @@
35601
35471
  }
35602
35472
  },
35603
35473
  {
35604
- "id": 412,
35474
+ "id": 408,
35605
35475
  "name": "spacing",
35606
35476
  "kind": 1024,
35607
35477
  "kindString": "Property",
@@ -35613,7 +35483,7 @@
35613
35483
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
35614
35484
  "line": 13,
35615
35485
  "character": 2,
35616
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L13"
35486
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L13"
35617
35487
  }
35618
35488
  ],
35619
35489
  "type": {
@@ -35631,7 +35501,7 @@
35631
35501
  }
35632
35502
  },
35633
35503
  {
35634
- "id": 779,
35504
+ "id": 775,
35635
35505
  "name": "textAlign",
35636
35506
  "kind": 1024,
35637
35507
  "kindString": "Property",
@@ -35691,7 +35561,7 @@
35691
35561
  {
35692
35562
  "type": "reflection",
35693
35563
  "declaration": {
35694
- "id": 780,
35564
+ "id": 776,
35695
35565
  "name": "__type",
35696
35566
  "kind": 65536,
35697
35567
  "kindString": "Type literal",
@@ -35705,14 +35575,14 @@
35705
35575
  ],
35706
35576
  "signatures": [
35707
35577
  {
35708
- "id": 781,
35578
+ "id": 777,
35709
35579
  "name": "__type",
35710
35580
  "kind": 4096,
35711
35581
  "kindString": "Call signature",
35712
35582
  "flags": {},
35713
35583
  "parameters": [
35714
35584
  {
35715
- "id": 782,
35585
+ "id": 778,
35716
35586
  "name": "theme",
35717
35587
  "kind": 32768,
35718
35588
  "kindString": "Parameter",
@@ -35786,7 +35656,7 @@
35786
35656
  }
35787
35657
  },
35788
35658
  {
35789
- "id": 455,
35659
+ "id": 451,
35790
35660
  "name": "textOverflow",
35791
35661
  "kind": 1024,
35792
35662
  "kindString": "Property",
@@ -35827,7 +35697,7 @@
35827
35697
  {
35828
35698
  "type": "reflection",
35829
35699
  "declaration": {
35830
- "id": 456,
35700
+ "id": 452,
35831
35701
  "name": "__type",
35832
35702
  "kind": 65536,
35833
35703
  "kindString": "Type literal",
@@ -35841,14 +35711,14 @@
35841
35711
  ],
35842
35712
  "signatures": [
35843
35713
  {
35844
- "id": 457,
35714
+ "id": 453,
35845
35715
  "name": "__type",
35846
35716
  "kind": 4096,
35847
35717
  "kindString": "Call signature",
35848
35718
  "flags": {},
35849
35719
  "parameters": [
35850
35720
  {
35851
- "id": 458,
35721
+ "id": 454,
35852
35722
  "name": "theme",
35853
35723
  "kind": 32768,
35854
35724
  "kindString": "Parameter",
@@ -35903,7 +35773,7 @@
35903
35773
  }
35904
35774
  },
35905
35775
  {
35906
- "id": 783,
35776
+ "id": 779,
35907
35777
  "name": "textTransform",
35908
35778
  "kind": 1024,
35909
35779
  "kindString": "Property",
@@ -35963,7 +35833,7 @@
35963
35833
  {
35964
35834
  "type": "reflection",
35965
35835
  "declaration": {
35966
- "id": 784,
35836
+ "id": 780,
35967
35837
  "name": "__type",
35968
35838
  "kind": 65536,
35969
35839
  "kindString": "Type literal",
@@ -35977,14 +35847,14 @@
35977
35847
  ],
35978
35848
  "signatures": [
35979
35849
  {
35980
- "id": 785,
35850
+ "id": 781,
35981
35851
  "name": "__type",
35982
35852
  "kind": 4096,
35983
35853
  "kindString": "Call signature",
35984
35854
  "flags": {},
35985
35855
  "parameters": [
35986
35856
  {
35987
- "id": 786,
35857
+ "id": 782,
35988
35858
  "name": "theme",
35989
35859
  "kind": 32768,
35990
35860
  "kindString": "Parameter",
@@ -36058,7 +35928,7 @@
36058
35928
  }
36059
35929
  },
36060
35930
  {
36061
- "id": 587,
35931
+ "id": 583,
36062
35932
  "name": "top",
36063
35933
  "kind": 1024,
36064
35934
  "kindString": "Property",
@@ -36148,7 +36018,7 @@
36148
36018
  {
36149
36019
  "type": "reflection",
36150
36020
  "declaration": {
36151
- "id": 588,
36021
+ "id": 584,
36152
36022
  "name": "__type",
36153
36023
  "kind": 65536,
36154
36024
  "kindString": "Type literal",
@@ -36162,14 +36032,14 @@
36162
36032
  ],
36163
36033
  "signatures": [
36164
36034
  {
36165
- "id": 589,
36035
+ "id": 585,
36166
36036
  "name": "__type",
36167
36037
  "kind": 4096,
36168
36038
  "kindString": "Call signature",
36169
36039
  "flags": {},
36170
36040
  "parameters": [
36171
36041
  {
36172
- "id": 590,
36042
+ "id": 586,
36173
36043
  "name": "theme",
36174
36044
  "kind": 32768,
36175
36045
  "kindString": "Parameter",
@@ -36273,7 +36143,7 @@
36273
36143
  }
36274
36144
  },
36275
36145
  {
36276
- "id": 747,
36146
+ "id": 743,
36277
36147
  "name": "typography",
36278
36148
  "kind": 1024,
36279
36149
  "kindString": "Property",
@@ -36305,7 +36175,7 @@
36305
36175
  {
36306
36176
  "type": "reflection",
36307
36177
  "declaration": {
36308
- "id": 748,
36178
+ "id": 744,
36309
36179
  "name": "__type",
36310
36180
  "kind": 65536,
36311
36181
  "kindString": "Type literal",
@@ -36319,14 +36189,14 @@
36319
36189
  ],
36320
36190
  "signatures": [
36321
36191
  {
36322
- "id": 749,
36192
+ "id": 745,
36323
36193
  "name": "__type",
36324
36194
  "kind": 4096,
36325
36195
  "kindString": "Call signature",
36326
36196
  "flags": {},
36327
36197
  "parameters": [
36328
36198
  {
36329
- "id": 750,
36199
+ "id": 746,
36330
36200
  "name": "theme",
36331
36201
  "kind": 32768,
36332
36202
  "kindString": "Parameter",
@@ -36372,7 +36242,7 @@
36372
36242
  }
36373
36243
  },
36374
36244
  {
36375
- "id": 459,
36245
+ "id": 455,
36376
36246
  "name": "visibility",
36377
36247
  "kind": 1024,
36378
36248
  "kindString": "Property",
@@ -36432,7 +36302,7 @@
36432
36302
  {
36433
36303
  "type": "reflection",
36434
36304
  "declaration": {
36435
- "id": 460,
36305
+ "id": 456,
36436
36306
  "name": "__type",
36437
36307
  "kind": 65536,
36438
36308
  "kindString": "Type literal",
@@ -36446,14 +36316,14 @@
36446
36316
  ],
36447
36317
  "signatures": [
36448
36318
  {
36449
- "id": 461,
36319
+ "id": 457,
36450
36320
  "name": "__type",
36451
36321
  "kind": 4096,
36452
36322
  "kindString": "Call signature",
36453
36323
  "flags": {},
36454
36324
  "parameters": [
36455
36325
  {
36456
- "id": 462,
36326
+ "id": 458,
36457
36327
  "name": "theme",
36458
36328
  "kind": 32768,
36459
36329
  "kindString": "Parameter",
@@ -36527,7 +36397,7 @@
36527
36397
  }
36528
36398
  },
36529
36399
  {
36530
- "id": 463,
36400
+ "id": 459,
36531
36401
  "name": "whiteSpace",
36532
36402
  "kind": 1024,
36533
36403
  "kindString": "Property",
@@ -36587,7 +36457,7 @@
36587
36457
  {
36588
36458
  "type": "reflection",
36589
36459
  "declaration": {
36590
- "id": 464,
36460
+ "id": 460,
36591
36461
  "name": "__type",
36592
36462
  "kind": 65536,
36593
36463
  "kindString": "Type literal",
@@ -36601,14 +36471,14 @@
36601
36471
  ],
36602
36472
  "signatures": [
36603
36473
  {
36604
- "id": 465,
36474
+ "id": 461,
36605
36475
  "name": "__type",
36606
36476
  "kind": 4096,
36607
36477
  "kindString": "Call signature",
36608
36478
  "flags": {},
36609
36479
  "parameters": [
36610
36480
  {
36611
- "id": 466,
36481
+ "id": 462,
36612
36482
  "name": "theme",
36613
36483
  "kind": 32768,
36614
36484
  "kindString": "Parameter",
@@ -36682,7 +36552,7 @@
36682
36552
  }
36683
36553
  },
36684
36554
  {
36685
- "id": 607,
36555
+ "id": 603,
36686
36556
  "name": "width",
36687
36557
  "kind": 1024,
36688
36558
  "kindString": "Property",
@@ -36772,7 +36642,7 @@
36772
36642
  {
36773
36643
  "type": "reflection",
36774
36644
  "declaration": {
36775
- "id": 608,
36645
+ "id": 604,
36776
36646
  "name": "__type",
36777
36647
  "kind": 65536,
36778
36648
  "kindString": "Type literal",
@@ -36786,14 +36656,14 @@
36786
36656
  ],
36787
36657
  "signatures": [
36788
36658
  {
36789
- "id": 609,
36659
+ "id": 605,
36790
36660
  "name": "__type",
36791
36661
  "kind": 4096,
36792
36662
  "kindString": "Call signature",
36793
36663
  "flags": {},
36794
36664
  "parameters": [
36795
36665
  {
36796
- "id": 610,
36666
+ "id": 606,
36797
36667
  "name": "theme",
36798
36668
  "kind": 32768,
36799
36669
  "kindString": "Parameter",
@@ -36897,7 +36767,7 @@
36897
36767
  }
36898
36768
  },
36899
36769
  {
36900
- "id": 575,
36770
+ "id": 571,
36901
36771
  "name": "zIndex",
36902
36772
  "kind": 1024,
36903
36773
  "kindString": "Property",
@@ -36929,7 +36799,7 @@
36929
36799
  {
36930
36800
  "type": "reflection",
36931
36801
  "declaration": {
36932
- "id": 576,
36802
+ "id": 572,
36933
36803
  "name": "__type",
36934
36804
  "kind": 65536,
36935
36805
  "kindString": "Type literal",
@@ -36948,7 +36818,7 @@
36948
36818
  {
36949
36819
  "type": "reflection",
36950
36820
  "declaration": {
36951
- "id": 577,
36821
+ "id": 573,
36952
36822
  "name": "__type",
36953
36823
  "kind": 65536,
36954
36824
  "kindString": "Type literal",
@@ -36967,7 +36837,7 @@
36967
36837
  {
36968
36838
  "type": "reflection",
36969
36839
  "declaration": {
36970
- "id": 578,
36840
+ "id": 574,
36971
36841
  "name": "__type",
36972
36842
  "kind": 65536,
36973
36843
  "kindString": "Type literal",
@@ -36981,14 +36851,14 @@
36981
36851
  ],
36982
36852
  "signatures": [
36983
36853
  {
36984
- "id": 579,
36854
+ "id": 575,
36985
36855
  "name": "__type",
36986
36856
  "kind": 4096,
36987
36857
  "kindString": "Call signature",
36988
36858
  "flags": {},
36989
36859
  "parameters": [
36990
36860
  {
36991
- "id": 580,
36861
+ "id": 576,
36992
36862
  "name": "theme",
36993
36863
  "kind": 32768,
36994
36864
  "kindString": "Parameter",
@@ -37025,7 +36895,7 @@
37025
36895
  {
37026
36896
  "type": "reflection",
37027
36897
  "declaration": {
37028
- "id": 581,
36898
+ "id": 577,
37029
36899
  "name": "__type",
37030
36900
  "kind": 65536,
37031
36901
  "kindString": "Type literal",
@@ -37044,7 +36914,7 @@
37044
36914
  {
37045
36915
  "type": "reflection",
37046
36916
  "declaration": {
37047
- "id": 582,
36917
+ "id": 578,
37048
36918
  "name": "__type",
37049
36919
  "kind": 65536,
37050
36920
  "kindString": "Type literal",
@@ -37076,102 +36946,102 @@
37076
36946
  {
37077
36947
  "title": "Properties",
37078
36948
  "children": [
37079
- 487,
37080
36949
  483,
37081
- 507,
37082
- 567,
37083
- 413,
36950
+ 479,
36951
+ 503,
36952
+ 563,
36953
+ 409,
36954
+ 423,
36955
+ 431,
37084
36956
  427,
37085
36957
  435,
37086
- 431,
37087
- 439,
37088
- 423,
37089
36958
  419,
37090
- 595,
37091
- 603,
37092
- 631,
37093
- 410,
37094
- 571,
37095
- 523,
37096
- 408,
37097
- 411,
37098
- 409,
36959
+ 415,
36960
+ 591,
36961
+ 599,
36962
+ 627,
36963
+ 406,
36964
+ 567,
36965
+ 519,
36966
+ 404,
36967
+ 407,
36968
+ 405,
36969
+ 439,
37099
36970
  443,
37100
- 447,
37101
- 495,
36971
+ 491,
36972
+ 463,
37102
36973
  467,
37103
- 471,
36974
+ 495,
37104
36975
  499,
37105
- 503,
37106
- 475,
36976
+ 471,
36977
+ 747,
37107
36978
  751,
37108
36979
  755,
37109
36980
  759,
37110
- 763,
37111
- 519,
37112
- 563,
37113
- 543,
36981
+ 515,
36982
+ 559,
37114
36983
  539,
37115
- 547,
37116
- 531,
37117
36984
  535,
37118
- 559,
37119
- 551,
36985
+ 543,
36986
+ 527,
36987
+ 531,
37120
36988
  555,
37121
- 619,
37122
- 479,
36989
+ 547,
36990
+ 551,
36991
+ 615,
36992
+ 475,
36993
+ 507,
37123
36994
  511,
37124
- 515,
37125
- 599,
36995
+ 595,
36996
+ 767,
37126
36997
  771,
37127
- 775,
37128
- 635,
37129
- 691,
37130
- 703,
37131
- 707,
36998
+ 631,
36999
+ 687,
37132
37000
  699,
37001
+ 703,
37133
37002
  695,
37003
+ 691,
37004
+ 707,
37134
37005
  711,
37135
- 715,
37006
+ 619,
37007
+ 607,
37008
+ 643,
37136
37009
  623,
37137
37010
  611,
37138
37011
  647,
37139
- 627,
37140
- 615,
37141
- 651,
37142
- 643,
37143
37012
  639,
37013
+ 635,
37014
+ 651,
37144
37015
  655,
37016
+ 487,
37017
+ 447,
37145
37018
  659,
37146
- 491,
37147
- 451,
37148
- 663,
37149
- 719,
37150
- 731,
37151
- 735,
37019
+ 715,
37152
37020
  727,
37021
+ 731,
37153
37022
  723,
37023
+ 719,
37024
+ 735,
37154
37025
  739,
37155
- 743,
37156
- 675,
37157
- 679,
37158
- 583,
37159
37026
  671,
37027
+ 675,
37028
+ 579,
37160
37029
  667,
37030
+ 663,
37031
+ 679,
37161
37032
  683,
37162
- 687,
37163
- 591,
37164
- 527,
37165
- 412,
37033
+ 587,
37034
+ 523,
37035
+ 408,
37036
+ 775,
37037
+ 451,
37166
37038
  779,
37039
+ 583,
37040
+ 743,
37167
37041
  455,
37168
- 783,
37169
- 587,
37170
- 747,
37171
37042
  459,
37172
- 463,
37173
- 607,
37174
- 575
37043
+ 603,
37044
+ 571
37175
37045
  ]
37176
37046
  }
37177
37047
  ],
@@ -37180,7 +37050,7 @@
37180
37050
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
37181
37051
  "line": 8,
37182
37052
  "character": 17,
37183
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L8"
37053
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L8"
37184
37054
  }
37185
37055
  ],
37186
37056
  "extendedTypes": [
@@ -37203,7 +37073,7 @@
37203
37073
  "fileName": "packages/sdk/packages/webapp/src/components/ErrorPage.tsx",
37204
37074
  "line": 15,
37205
37075
  "character": 13,
37206
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ErrorPage.tsx#L15"
37076
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/ErrorPage.tsx#L15"
37207
37077
  }
37208
37078
  ],
37209
37079
  "signatures": [
@@ -37236,7 +37106,7 @@
37236
37106
  "flags": {},
37237
37107
  "type": {
37238
37108
  "type": "reference",
37239
- "id": 407,
37109
+ "id": 403,
37240
37110
  "name": "WebAppPageProps"
37241
37111
  }
37242
37112
  },
@@ -37283,7 +37153,7 @@
37283
37153
  ]
37284
37154
  },
37285
37155
  {
37286
- "id": 791,
37156
+ "id": 787,
37287
37157
  "name": "FlexPage",
37288
37158
  "kind": 64,
37289
37159
  "kindString": "Function",
@@ -37293,12 +37163,12 @@
37293
37163
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
37294
37164
  "line": 65,
37295
37165
  "character": 13,
37296
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L65"
37166
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L65"
37297
37167
  }
37298
37168
  ],
37299
37169
  "signatures": [
37300
37170
  {
37301
- "id": 792,
37171
+ "id": 788,
37302
37172
  "name": "FlexPage",
37303
37173
  "kind": 4096,
37304
37174
  "kindString": "Call signature",
@@ -37319,96 +37189,19 @@
37319
37189
  },
37320
37190
  "parameters": [
37321
37191
  {
37322
- "id": 793,
37192
+ "id": 789,
37323
37193
  "name": "props",
37324
37194
  "kind": 32768,
37325
37195
  "kindString": "Parameter",
37326
37196
  "flags": {},
37327
37197
  "type": {
37328
37198
  "type": "reference",
37329
- "id": 407,
37199
+ "id": 403,
37330
37200
  "name": "WebAppPageProps"
37331
37201
  }
37332
37202
  },
37333
37203
  {
37334
- "id": 794,
37335
- "name": "context",
37336
- "kind": 32768,
37337
- "kindString": "Parameter",
37338
- "flags": {
37339
- "isOptional": true
37340
- },
37341
- "type": {
37342
- "type": "intrinsic",
37343
- "name": "any"
37344
- }
37345
- }
37346
- ],
37347
- "type": {
37348
- "type": "union",
37349
- "types": [
37350
- {
37351
- "type": "literal",
37352
- "value": null
37353
- },
37354
- {
37355
- "type": "reference",
37356
- "typeArguments": [
37357
- {
37358
- "type": "intrinsic",
37359
- "name": "any"
37360
- },
37361
- {
37362
- "type": "intrinsic",
37363
- "name": "any"
37364
- }
37365
- ],
37366
- "name": "ReactElement",
37367
- "qualifiedName": "React.ReactElement",
37368
- "package": "@types/react"
37369
- }
37370
- ]
37371
- }
37372
- }
37373
- ]
37374
- },
37375
- {
37376
- "id": 395,
37377
- "name": "NotFound",
37378
- "kind": 64,
37379
- "kindString": "Function",
37380
- "flags": {},
37381
- "sources": [
37382
- {
37383
- "fileName": "packages/sdk/packages/webapp/src/components/NotFoundPage/NotFound.tsx",
37384
- "line": 4,
37385
- "character": 6,
37386
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/NotFoundPage/NotFound.tsx#L4"
37387
- }
37388
- ],
37389
- "signatures": [
37390
- {
37391
- "id": 396,
37392
- "name": "NotFound",
37393
- "kind": 4096,
37394
- "kindString": "Call signature",
37395
- "flags": {},
37396
- "parameters": [
37397
- {
37398
- "id": 397,
37399
- "name": "props",
37400
- "kind": 32768,
37401
- "kindString": "Parameter",
37402
- "flags": {},
37403
- "type": {
37404
- "type": "reference",
37405
- "name": "BusyBoxProps",
37406
- "qualifiedName": "BusyBoxProps",
37407
- "package": "@xylabs/react-flexbox"
37408
- }
37409
- },
37410
- {
37411
- "id": 398,
37204
+ "id": 790,
37412
37205
  "name": "context",
37413
37206
  "kind": 32768,
37414
37207
  "kindString": "Parameter",
@@ -37450,7 +37243,7 @@
37450
37243
  ]
37451
37244
  },
37452
37245
  {
37453
- "id": 403,
37246
+ "id": 399,
37454
37247
  "name": "NotFoundPage",
37455
37248
  "kind": 64,
37456
37249
  "kindString": "Function",
@@ -37458,14 +37251,14 @@
37458
37251
  "sources": [
37459
37252
  {
37460
37253
  "fileName": "packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx",
37461
- "line": 11,
37254
+ "line": 12,
37462
37255
  "character": 13,
37463
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx#L11"
37256
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx#L12"
37464
37257
  }
37465
37258
  ],
37466
37259
  "signatures": [
37467
37260
  {
37468
- "id": 404,
37261
+ "id": 400,
37469
37262
  "name": "NotFoundPage",
37470
37263
  "kind": 4096,
37471
37264
  "kindString": "Call signature",
@@ -37486,19 +37279,19 @@
37486
37279
  },
37487
37280
  "parameters": [
37488
37281
  {
37489
- "id": 405,
37282
+ "id": 401,
37490
37283
  "name": "props",
37491
37284
  "kind": 32768,
37492
37285
  "kindString": "Parameter",
37493
37286
  "flags": {},
37494
37287
  "type": {
37495
37288
  "type": "reference",
37496
- "id": 407,
37289
+ "id": 403,
37497
37290
  "name": "WebAppPageProps"
37498
37291
  }
37499
37292
  },
37500
37293
  {
37501
- "id": 406,
37294
+ "id": 402,
37502
37295
  "name": "context",
37503
37296
  "kind": 32768,
37504
37297
  "kindString": "Parameter",
@@ -37539,74 +37332,6 @@
37539
37332
  }
37540
37333
  ]
37541
37334
  },
37542
- {
37543
- "id": 795,
37544
- "name": "ResultLoader",
37545
- "kind": 64,
37546
- "kindString": "Function",
37547
- "flags": {},
37548
- "sources": [
37549
- {
37550
- "fileName": "packages/sdk/packages/webapp/src/components/ResultLoader.tsx",
37551
- "line": 13,
37552
- "character": 16,
37553
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ResultLoader.tsx#L13"
37554
- }
37555
- ],
37556
- "signatures": [
37557
- {
37558
- "id": 796,
37559
- "name": "ResultLoader",
37560
- "kind": 4096,
37561
- "kindString": "Call signature",
37562
- "flags": {},
37563
- "typeParameter": [
37564
- {
37565
- "id": 797,
37566
- "name": "T",
37567
- "kind": 131072,
37568
- "kindString": "Type parameter",
37569
- "flags": {}
37570
- }
37571
- ],
37572
- "parameters": [
37573
- {
37574
- "id": 798,
37575
- "name": "props",
37576
- "kind": 32768,
37577
- "kindString": "Parameter",
37578
- "flags": {},
37579
- "type": {
37580
- "type": "reference",
37581
- "typeArguments": [
37582
- {
37583
- "type": "reference",
37584
- "id": 799,
37585
- "typeArguments": [
37586
- {
37587
- "type": "reference",
37588
- "id": 797,
37589
- "name": "T"
37590
- }
37591
- ],
37592
- "name": "HandleItemDetailLoadingProps"
37593
- }
37594
- ],
37595
- "name": "PropsWithChildren",
37596
- "qualifiedName": "React.PropsWithChildren",
37597
- "package": "@types/react"
37598
- }
37599
- }
37600
- ],
37601
- "type": {
37602
- "type": "reference",
37603
- "name": "Element",
37604
- "qualifiedName": "global.JSX.Element",
37605
- "package": "@types/react"
37606
- }
37607
- }
37608
- ]
37609
- },
37610
37335
  {
37611
37336
  "id": 383,
37612
37337
  "name": "WebAppChrome",
@@ -37618,7 +37343,7 @@
37618
37343
  "fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
37619
37344
  "line": 22,
37620
37345
  "character": 13,
37621
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Chrome.tsx#L22"
37346
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Chrome.tsx#L22"
37622
37347
  }
37623
37348
  ],
37624
37349
  "signatures": [
@@ -37694,7 +37419,7 @@
37694
37419
  "fileName": "packages/sdk/packages/webapp/src/components/ErrorPage.tsx",
37695
37420
  "line": 5,
37696
37421
  "character": 13,
37697
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/ErrorPage.tsx#L5"
37422
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/ErrorPage.tsx#L5"
37698
37423
  }
37699
37424
  ],
37700
37425
  "signatures": [
@@ -37713,7 +37438,7 @@
37713
37438
  "flags": {},
37714
37439
  "type": {
37715
37440
  "type": "reference",
37716
- "id": 407,
37441
+ "id": 403,
37717
37442
  "name": "WebAppPageProps"
37718
37443
  }
37719
37444
  },
@@ -37760,7 +37485,7 @@
37760
37485
  ]
37761
37486
  },
37762
37487
  {
37763
- "id": 399,
37488
+ "id": 395,
37764
37489
  "name": "WebAppNotFoundPage",
37765
37490
  "kind": 64,
37766
37491
  "kindString": "Function",
@@ -37768,33 +37493,33 @@
37768
37493
  "sources": [
37769
37494
  {
37770
37495
  "fileName": "packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx",
37771
- "line": 4,
37496
+ "line": 5,
37772
37497
  "character": 13,
37773
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx#L4"
37498
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx#L5"
37774
37499
  }
37775
37500
  ],
37776
37501
  "signatures": [
37777
37502
  {
37778
- "id": 400,
37503
+ "id": 396,
37779
37504
  "name": "WebAppNotFoundPage",
37780
37505
  "kind": 4096,
37781
37506
  "kindString": "Call signature",
37782
37507
  "flags": {},
37783
37508
  "parameters": [
37784
37509
  {
37785
- "id": 401,
37510
+ "id": 397,
37786
37511
  "name": "props",
37787
37512
  "kind": 32768,
37788
37513
  "kindString": "Parameter",
37789
37514
  "flags": {},
37790
37515
  "type": {
37791
37516
  "type": "reference",
37792
- "id": 407,
37517
+ "id": 403,
37793
37518
  "name": "WebAppPageProps"
37794
37519
  }
37795
37520
  },
37796
37521
  {
37797
- "id": 402,
37522
+ "id": 398,
37798
37523
  "name": "context",
37799
37524
  "kind": 32768,
37800
37525
  "kindString": "Parameter",
@@ -37836,7 +37561,7 @@
37836
37561
  ]
37837
37562
  },
37838
37563
  {
37839
- "id": 787,
37564
+ "id": 783,
37840
37565
  "name": "WebAppPage",
37841
37566
  "kind": 64,
37842
37567
  "kindString": "Function",
@@ -37846,31 +37571,31 @@
37846
37571
  "fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
37847
37572
  "line": 16,
37848
37573
  "character": 13,
37849
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/components/Page.tsx#L16"
37574
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/components/Page.tsx#L16"
37850
37575
  }
37851
37576
  ],
37852
37577
  "signatures": [
37853
37578
  {
37854
- "id": 788,
37579
+ "id": 784,
37855
37580
  "name": "WebAppPage",
37856
37581
  "kind": 4096,
37857
37582
  "kindString": "Call signature",
37858
37583
  "flags": {},
37859
37584
  "parameters": [
37860
37585
  {
37861
- "id": 789,
37586
+ "id": 785,
37862
37587
  "name": "props",
37863
37588
  "kind": 32768,
37864
37589
  "kindString": "Parameter",
37865
37590
  "flags": {},
37866
37591
  "type": {
37867
37592
  "type": "reference",
37868
- "id": 407,
37593
+ "id": 403,
37869
37594
  "name": "WebAppPageProps"
37870
37595
  }
37871
37596
  },
37872
37597
  {
37873
- "id": 790,
37598
+ "id": 786,
37874
37599
  "name": "context",
37875
37600
  "kind": 32768,
37876
37601
  "kindString": "Parameter",
@@ -37916,23 +37641,20 @@
37916
37641
  {
37917
37642
  "title": "Interfaces",
37918
37643
  "children": [
37919
- 799,
37920
37644
  1,
37921
- 407
37645
+ 403
37922
37646
  ]
37923
37647
  },
37924
37648
  {
37925
37649
  "title": "Functions",
37926
37650
  "children": [
37927
37651
  391,
37928
- 791,
37929
- 395,
37930
- 403,
37931
- 795,
37652
+ 787,
37653
+ 399,
37932
37654
  383,
37933
37655
  387,
37934
- 399,
37935
- 787
37656
+ 395,
37657
+ 783
37936
37658
  ]
37937
37659
  }
37938
37660
  ],
@@ -37941,7 +37663,7 @@
37941
37663
  "fileName": "packages/sdk/packages/webapp/src/index.ts",
37942
37664
  "line": 1,
37943
37665
  "character": 0,
37944
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4e390ef8/packages/sdk/packages/webapp/src/index.ts#L1"
37666
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14627370/packages/sdk/packages/webapp/src/index.ts#L1"
37945
37667
  }
37946
37668
  ]
37947
37669
  }