@xyo-network/react-card 2.64.0-rc.7 → 2.64.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (189) hide show
  1. package/dist/browser/components/CardContentEx.cjs +56 -0
  2. package/dist/{node/components/CardContentEx.mjs.map → browser/components/CardContentEx.cjs.map} +1 -1
  3. package/dist/browser/components/CardContentEx.d.cts +11 -0
  4. package/dist/browser/components/CardContentEx.d.cts.map +1 -0
  5. package/dist/browser/components/CardContentEx.js +5 -4
  6. package/dist/browser/components/CardContentEx.js.map +1 -1
  7. package/dist/browser/components/CardEx.cjs +48 -0
  8. package/dist/{node/components/CardEx.mjs.map → browser/components/CardEx.cjs.map} +1 -1
  9. package/dist/browser/components/CardEx.d.cts +8 -0
  10. package/dist/browser/components/CardEx.d.cts.map +1 -0
  11. package/dist/browser/components/CardEx.js +4 -3
  12. package/dist/browser/components/CardEx.js.map +1 -1
  13. package/dist/browser/components/FullWidthCard/FullWidthCard.cjs +93 -0
  14. package/dist/{node/components/FullWidthCard/FullWidthCard.mjs.map → browser/components/FullWidthCard/FullWidthCard.cjs.map} +1 -1
  15. package/dist/browser/components/FullWidthCard/FullWidthCard.d.cts +15 -0
  16. package/dist/browser/components/FullWidthCard/FullWidthCard.d.cts.map +1 -0
  17. package/dist/browser/components/FullWidthCard/FullWidthCard.js +3 -2
  18. package/dist/browser/components/FullWidthCard/FullWidthCard.js.map +1 -1
  19. package/dist/browser/components/FullWidthCard/index.cjs +95 -0
  20. package/dist/browser/components/FullWidthCard/index.cjs.map +1 -0
  21. package/dist/browser/components/FullWidthCard/index.d.cts +2 -0
  22. package/dist/browser/components/FullWidthCard/index.d.cts.map +1 -0
  23. package/dist/browser/components/FullWidthCard/index.js +71 -1
  24. package/dist/browser/components/FullWidthCard/index.js.map +1 -1
  25. package/dist/browser/components/PageCard.cjs +71 -0
  26. package/dist/browser/components/PageCard.cjs.map +1 -0
  27. package/dist/browser/components/PageCard.d.cts +10 -0
  28. package/dist/browser/components/PageCard.d.cts.map +1 -0
  29. package/dist/browser/components/PageCard.js +33 -8
  30. package/dist/browser/components/PageCard.js.map +1 -1
  31. package/dist/browser/components/SimpleCard/SimpleCard.cjs +120 -0
  32. package/dist/browser/components/SimpleCard/SimpleCard.cjs.map +1 -0
  33. package/dist/browser/components/SimpleCard/SimpleCard.d.cts +16 -0
  34. package/dist/browser/components/SimpleCard/SimpleCard.d.cts.map +1 -0
  35. package/dist/browser/components/SimpleCard/SimpleCard.js +36 -11
  36. package/dist/browser/components/SimpleCard/SimpleCard.js.map +1 -1
  37. package/dist/browser/components/SimpleCard/index.cjs +122 -0
  38. package/dist/browser/components/SimpleCard/index.cjs.map +1 -0
  39. package/dist/browser/components/SimpleCard/index.d.cts +2 -0
  40. package/dist/browser/components/SimpleCard/index.d.cts.map +1 -0
  41. package/dist/browser/components/SimpleCard/index.js +98 -1
  42. package/dist/browser/components/SimpleCard/index.js.map +1 -1
  43. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.cjs +129 -0
  44. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.cjs.map +1 -0
  45. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.d.cts +8 -0
  46. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.d.cts.map +1 -0
  47. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.js +102 -4
  48. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.js.map +1 -1
  49. package/dist/browser/components/SimpleCardGrid/index.cjs +131 -0
  50. package/dist/browser/components/SimpleCardGrid/index.cjs.map +1 -0
  51. package/dist/browser/components/SimpleCardGrid/index.d.cts +2 -0
  52. package/dist/browser/components/SimpleCardGrid/index.d.cts.map +1 -0
  53. package/dist/browser/components/SimpleCardGrid/index.js +107 -1
  54. package/dist/browser/components/SimpleCardGrid/index.js.map +1 -1
  55. package/dist/browser/components/index.cjs +248 -0
  56. package/dist/browser/components/index.cjs.map +1 -0
  57. package/dist/browser/components/index.d.cts +6 -0
  58. package/dist/browser/components/index.d.cts.map +1 -0
  59. package/dist/browser/components/index.js +224 -5
  60. package/dist/browser/components/index.js.map +1 -1
  61. package/dist/browser/index.cjs +248 -0
  62. package/dist/browser/index.cjs.map +1 -0
  63. package/dist/browser/index.d.cts +2 -0
  64. package/dist/browser/index.d.cts.map +1 -0
  65. package/dist/browser/index.js +224 -1
  66. package/dist/browser/index.js.map +1 -1
  67. package/dist/browser/types/images.d.cjs +2 -0
  68. package/dist/docs.json +1998 -0
  69. package/dist/node/components/CardContentEx.cjs +62 -0
  70. package/dist/node/components/CardContentEx.cjs.map +1 -0
  71. package/dist/node/components/CardContentEx.d.cts +11 -0
  72. package/dist/node/components/CardContentEx.d.cts.map +1 -0
  73. package/dist/node/components/CardContentEx.js +15 -38
  74. package/dist/node/components/CardContentEx.js.map +1 -1
  75. package/dist/node/components/CardEx.cjs +53 -0
  76. package/dist/node/components/CardEx.cjs.map +1 -0
  77. package/dist/node/components/CardEx.d.cts +8 -0
  78. package/dist/node/components/CardEx.d.cts.map +1 -0
  79. package/dist/node/components/CardEx.js +12 -36
  80. package/dist/node/components/CardEx.js.map +1 -1
  81. package/dist/node/components/FullWidthCard/FullWidthCard.cjs +97 -0
  82. package/dist/node/components/FullWidthCard/FullWidthCard.cjs.map +1 -0
  83. package/dist/node/components/FullWidthCard/FullWidthCard.d.cts +15 -0
  84. package/dist/node/components/FullWidthCard/FullWidthCard.d.cts.map +1 -0
  85. package/dist/node/components/FullWidthCard/FullWidthCard.js +28 -51
  86. package/dist/node/components/FullWidthCard/FullWidthCard.js.map +1 -1
  87. package/dist/node/components/FullWidthCard/index.cjs +99 -0
  88. package/dist/node/components/FullWidthCard/index.cjs.map +1 -0
  89. package/dist/node/components/FullWidthCard/index.d.cts +2 -0
  90. package/dist/node/components/FullWidthCard/index.d.cts.map +1 -0
  91. package/dist/node/components/FullWidthCard/index.js +70 -21
  92. package/dist/node/components/FullWidthCard/index.js.map +1 -1
  93. package/dist/node/components/PageCard.cjs +75 -0
  94. package/dist/node/components/PageCard.cjs.map +1 -0
  95. package/dist/node/components/PageCard.d.cts +10 -0
  96. package/dist/node/components/PageCard.d.cts.map +1 -0
  97. package/dist/node/components/PageCard.js +40 -39
  98. package/dist/node/components/PageCard.js.map +1 -1
  99. package/dist/node/components/SimpleCard/SimpleCard.cjs +124 -0
  100. package/dist/node/components/SimpleCard/SimpleCard.cjs.map +1 -0
  101. package/dist/node/components/SimpleCard/SimpleCard.d.cts +16 -0
  102. package/dist/node/components/SimpleCard/SimpleCard.d.cts.map +1 -0
  103. package/dist/node/components/SimpleCard/SimpleCard.js +51 -50
  104. package/dist/node/components/SimpleCard/SimpleCard.js.map +1 -1
  105. package/dist/node/components/SimpleCard/index.cjs +126 -0
  106. package/dist/node/components/SimpleCard/index.cjs.map +1 -0
  107. package/dist/node/components/SimpleCard/index.d.cts +2 -0
  108. package/dist/node/components/SimpleCard/index.d.cts.map +1 -0
  109. package/dist/node/components/SimpleCard/index.js +97 -21
  110. package/dist/node/components/SimpleCard/index.js.map +1 -1
  111. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.cjs +133 -0
  112. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.cjs.map +1 -0
  113. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.d.cts +8 -0
  114. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.d.cts.map +1 -0
  115. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.js +104 -30
  116. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.js.map +1 -1
  117. package/dist/node/components/SimpleCardGrid/index.cjs +135 -0
  118. package/dist/node/components/SimpleCardGrid/index.cjs.map +1 -0
  119. package/dist/node/components/SimpleCardGrid/index.d.cts +2 -0
  120. package/dist/node/components/SimpleCardGrid/index.d.cts.map +1 -0
  121. package/dist/node/components/SimpleCardGrid/index.js +106 -21
  122. package/dist/node/components/SimpleCardGrid/index.js.map +1 -1
  123. package/dist/node/components/index.cjs +259 -0
  124. package/dist/node/components/index.cjs.map +1 -0
  125. package/dist/node/components/index.d.cts +6 -0
  126. package/dist/node/components/index.d.cts.map +1 -0
  127. package/dist/node/components/index.js +222 -27
  128. package/dist/node/components/index.js.map +1 -1
  129. package/dist/node/index.cjs +259 -0
  130. package/dist/node/index.cjs.map +1 -0
  131. package/dist/node/index.d.cts +2 -0
  132. package/dist/node/index.d.cts.map +1 -0
  133. package/dist/node/index.js +222 -19
  134. package/dist/node/index.js.map +1 -1
  135. package/dist/node/types/images.d.cjs +2 -0
  136. package/dist/node/types/images.d.cjs.map +1 -0
  137. package/dist/node/types/images.d.js +0 -1
  138. package/package.json +16 -16
  139. package/dist/browser/components/CardContentEx.stories.js +0 -51
  140. package/dist/browser/components/CardContentEx.stories.js.map +0 -1
  141. package/dist/browser/components/FullWidthCard/FullWidthCard.stories.js +0 -27
  142. package/dist/browser/components/FullWidthCard/FullWidthCard.stories.js.map +0 -1
  143. package/dist/browser/components/PageCard.stories.js +0 -54
  144. package/dist/browser/components/PageCard.stories.js.map +0 -1
  145. package/dist/browser/components/SimpleCard/SimpleCard.stories.js +0 -76
  146. package/dist/browser/components/SimpleCard/SimpleCard.stories.js.map +0 -1
  147. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.stories.js +0 -68
  148. package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.stories.js.map +0 -1
  149. package/dist/node/components/CardContentEx.mjs +0 -34
  150. package/dist/node/components/CardContentEx.stories.js +0 -77
  151. package/dist/node/components/CardContentEx.stories.js.map +0 -1
  152. package/dist/node/components/CardContentEx.stories.mjs +0 -51
  153. package/dist/node/components/CardContentEx.stories.mjs.map +0 -1
  154. package/dist/node/components/CardEx.mjs +0 -26
  155. package/dist/node/components/FullWidthCard/FullWidthCard.mjs +0 -71
  156. package/dist/node/components/FullWidthCard/FullWidthCard.stories.js +0 -51
  157. package/dist/node/components/FullWidthCard/FullWidthCard.stories.js.map +0 -1
  158. package/dist/node/components/FullWidthCard/FullWidthCard.stories.mjs +0 -27
  159. package/dist/node/components/FullWidthCard/FullWidthCard.stories.mjs.map +0 -1
  160. package/dist/node/components/FullWidthCard/index.mjs +0 -2
  161. package/dist/node/components/FullWidthCard/index.mjs.map +0 -1
  162. package/dist/node/components/PageCard.mjs +0 -25
  163. package/dist/node/components/PageCard.mjs.map +0 -1
  164. package/dist/node/components/PageCard.stories.js +0 -80
  165. package/dist/node/components/PageCard.stories.js.map +0 -1
  166. package/dist/node/components/PageCard.stories.mjs +0 -54
  167. package/dist/node/components/PageCard.stories.mjs.map +0 -1
  168. package/dist/node/components/SimpleCard/SimpleCard.mjs +0 -74
  169. package/dist/node/components/SimpleCard/SimpleCard.mjs.map +0 -1
  170. package/dist/node/components/SimpleCard/SimpleCard.stories.js +0 -115
  171. package/dist/node/components/SimpleCard/SimpleCard.stories.js.map +0 -1
  172. package/dist/node/components/SimpleCard/SimpleCard.stories.mjs +0 -76
  173. package/dist/node/components/SimpleCard/SimpleCard.stories.mjs.map +0 -1
  174. package/dist/node/components/SimpleCard/index.mjs +0 -2
  175. package/dist/node/components/SimpleCard/index.mjs.map +0 -1
  176. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.mjs +0 -10
  177. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.mjs.map +0 -1
  178. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.js +0 -102
  179. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.js.map +0 -1
  180. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.mjs +0 -68
  181. package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.mjs.map +0 -1
  182. package/dist/node/components/SimpleCardGrid/index.mjs +0 -2
  183. package/dist/node/components/SimpleCardGrid/index.mjs.map +0 -1
  184. package/dist/node/components/index.mjs +0 -6
  185. package/dist/node/components/index.mjs.map +0 -1
  186. package/dist/node/index.mjs +0 -2
  187. package/dist/node/index.mjs.map +0 -1
  188. package/dist/node/types/images.d.mjs +0 -1
  189. /package/dist/{node/types/images.d.mjs.map → browser/types/images.d.cjs.map} +0 -0
package/dist/docs.json ADDED
@@ -0,0 +1,1998 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-card",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 24,
10
+ "name": "FullWidthCardProps",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 25,
17
+ "name": "cardIsButton",
18
+ "variant": "declaration",
19
+ "kind": 1024,
20
+ "flags": {
21
+ "isOptional": true
22
+ },
23
+ "sources": [
24
+ {
25
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
26
+ "line": 9,
27
+ "character": 2,
28
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L9"
29
+ }
30
+ ],
31
+ "type": {
32
+ "type": "intrinsic",
33
+ "name": "boolean"
34
+ }
35
+ },
36
+ {
37
+ "id": 26,
38
+ "name": "desc",
39
+ "variant": "declaration",
40
+ "kind": 1024,
41
+ "flags": {
42
+ "isOptional": true
43
+ },
44
+ "sources": [
45
+ {
46
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
47
+ "line": 10,
48
+ "character": 2,
49
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L10"
50
+ }
51
+ ],
52
+ "type": {
53
+ "type": "reference",
54
+ "target": {
55
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
56
+ "qualifiedName": "React.ReactNode"
57
+ },
58
+ "name": "ReactNode",
59
+ "package": "@types/react",
60
+ "qualifiedName": "React.ReactNode"
61
+ }
62
+ },
63
+ {
64
+ "id": 27,
65
+ "name": "href",
66
+ "variant": "declaration",
67
+ "kind": 1024,
68
+ "flags": {
69
+ "isOptional": true
70
+ },
71
+ "sources": [
72
+ {
73
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
74
+ "line": 11,
75
+ "character": 2,
76
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L11"
77
+ }
78
+ ],
79
+ "type": {
80
+ "type": "intrinsic",
81
+ "name": "string"
82
+ }
83
+ },
84
+ {
85
+ "id": 28,
86
+ "name": "linkText",
87
+ "variant": "declaration",
88
+ "kind": 1024,
89
+ "flags": {
90
+ "isOptional": true
91
+ },
92
+ "sources": [
93
+ {
94
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
95
+ "line": 12,
96
+ "character": 2,
97
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L12"
98
+ }
99
+ ],
100
+ "type": {
101
+ "type": "intrinsic",
102
+ "name": "string"
103
+ }
104
+ },
105
+ {
106
+ "id": 29,
107
+ "name": "media",
108
+ "variant": "declaration",
109
+ "kind": 1024,
110
+ "flags": {
111
+ "isOptional": true
112
+ },
113
+ "sources": [
114
+ {
115
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
116
+ "line": 13,
117
+ "character": 2,
118
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L13"
119
+ }
120
+ ],
121
+ "type": {
122
+ "type": "intrinsic",
123
+ "name": "string"
124
+ }
125
+ },
126
+ {
127
+ "id": 30,
128
+ "name": "name",
129
+ "variant": "declaration",
130
+ "kind": 1024,
131
+ "flags": {},
132
+ "sources": [
133
+ {
134
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
135
+ "line": 14,
136
+ "character": 2,
137
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L14"
138
+ }
139
+ ],
140
+ "type": {
141
+ "type": "reference",
142
+ "target": {
143
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
144
+ "qualifiedName": "React.ReactNode"
145
+ },
146
+ "name": "ReactNode",
147
+ "package": "@types/react",
148
+ "qualifiedName": "React.ReactNode"
149
+ }
150
+ },
151
+ {
152
+ "id": 31,
153
+ "name": "small",
154
+ "variant": "declaration",
155
+ "kind": 1024,
156
+ "flags": {
157
+ "isOptional": true
158
+ },
159
+ "sources": [
160
+ {
161
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
162
+ "line": 15,
163
+ "character": 2,
164
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L15"
165
+ }
166
+ ],
167
+ "type": {
168
+ "type": "intrinsic",
169
+ "name": "boolean"
170
+ }
171
+ },
172
+ {
173
+ "id": 32,
174
+ "name": "to",
175
+ "variant": "declaration",
176
+ "kind": 1024,
177
+ "flags": {
178
+ "isOptional": true
179
+ },
180
+ "sources": [
181
+ {
182
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
183
+ "line": 16,
184
+ "character": 2,
185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L16"
186
+ }
187
+ ],
188
+ "type": {
189
+ "type": "reference",
190
+ "target": {
191
+ "sourceFileName": "../../../../node_modules/@remix-run/router/dist/history.d.ts",
192
+ "qualifiedName": "To"
193
+ },
194
+ "name": "To",
195
+ "package": "@remix-run/router"
196
+ }
197
+ }
198
+ ],
199
+ "groups": [
200
+ {
201
+ "title": "Properties",
202
+ "children": [
203
+ 25,
204
+ 26,
205
+ 27,
206
+ 28,
207
+ 29,
208
+ 30,
209
+ 31,
210
+ 32
211
+ ]
212
+ }
213
+ ],
214
+ "sources": [
215
+ {
216
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
217
+ "line": 8,
218
+ "character": 17,
219
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L8"
220
+ }
221
+ ],
222
+ "extendedTypes": [
223
+ {
224
+ "type": "reference",
225
+ "target": {
226
+ "sourceFileName": "../../../../node_modules/@mui/material/Card/Card.d.ts",
227
+ "qualifiedName": "CardProps"
228
+ },
229
+ "name": "CardProps",
230
+ "package": "@mui/material"
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "id": 37,
236
+ "name": "PageCardProps",
237
+ "variant": "declaration",
238
+ "kind": 256,
239
+ "flags": {},
240
+ "children": [
241
+ {
242
+ "id": 38,
243
+ "name": "action",
244
+ "variant": "declaration",
245
+ "kind": 1024,
246
+ "flags": {
247
+ "isOptional": true
248
+ },
249
+ "sources": [
250
+ {
251
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
252
+ "line": 9,
253
+ "character": 2,
254
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L9"
255
+ }
256
+ ],
257
+ "type": {
258
+ "type": "reference",
259
+ "target": {
260
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
261
+ "qualifiedName": "React.ReactNode"
262
+ },
263
+ "name": "ReactNode",
264
+ "package": "@types/react",
265
+ "qualifiedName": "React.ReactNode"
266
+ }
267
+ },
268
+ {
269
+ "id": 43,
270
+ "name": "gradient",
271
+ "variant": "declaration",
272
+ "kind": 1024,
273
+ "flags": {
274
+ "isOptional": true
275
+ },
276
+ "sources": [
277
+ {
278
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
279
+ "line": 6,
280
+ "character": 2,
281
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
282
+ }
283
+ ],
284
+ "type": {
285
+ "type": "union",
286
+ "types": [
287
+ {
288
+ "type": "literal",
289
+ "value": "background"
290
+ },
291
+ {
292
+ "type": "literal",
293
+ "value": "border"
294
+ }
295
+ ]
296
+ },
297
+ "inheritedFrom": {
298
+ "type": "reference",
299
+ "target": -1,
300
+ "name": "CardExProps.gradient"
301
+ }
302
+ },
303
+ {
304
+ "id": 39,
305
+ "name": "onRefresh",
306
+ "variant": "declaration",
307
+ "kind": 1024,
308
+ "flags": {
309
+ "isOptional": true
310
+ },
311
+ "sources": [
312
+ {
313
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
314
+ "line": 10,
315
+ "character": 2,
316
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
317
+ }
318
+ ],
319
+ "type": {
320
+ "type": "reflection",
321
+ "declaration": {
322
+ "id": 40,
323
+ "name": "__type",
324
+ "variant": "declaration",
325
+ "kind": 65536,
326
+ "flags": {},
327
+ "sources": [
328
+ {
329
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
330
+ "line": 10,
331
+ "character": 14,
332
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
333
+ }
334
+ ],
335
+ "signatures": [
336
+ {
337
+ "id": 41,
338
+ "name": "__type",
339
+ "variant": "signature",
340
+ "kind": 4096,
341
+ "flags": {},
342
+ "sources": [
343
+ {
344
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
345
+ "line": 10,
346
+ "character": 14,
347
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
348
+ }
349
+ ],
350
+ "type": {
351
+ "type": "intrinsic",
352
+ "name": "void"
353
+ }
354
+ }
355
+ ]
356
+ }
357
+ }
358
+ },
359
+ {
360
+ "id": 42,
361
+ "name": "subheader",
362
+ "variant": "declaration",
363
+ "kind": 1024,
364
+ "flags": {
365
+ "isOptional": true
366
+ },
367
+ "sources": [
368
+ {
369
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
370
+ "line": 11,
371
+ "character": 2,
372
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L11"
373
+ }
374
+ ],
375
+ "type": {
376
+ "type": "reference",
377
+ "target": {
378
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
379
+ "qualifiedName": "React.ReactNode"
380
+ },
381
+ "name": "ReactNode",
382
+ "package": "@types/react",
383
+ "qualifiedName": "React.ReactNode"
384
+ }
385
+ }
386
+ ],
387
+ "groups": [
388
+ {
389
+ "title": "Properties",
390
+ "children": [
391
+ 38,
392
+ 43,
393
+ 39,
394
+ 42
395
+ ]
396
+ }
397
+ ],
398
+ "sources": [
399
+ {
400
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
401
+ "line": 8,
402
+ "character": 17,
403
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L8"
404
+ }
405
+ ],
406
+ "extendedTypes": [
407
+ {
408
+ "type": "reference",
409
+ "target": 13,
410
+ "name": "CardExProps",
411
+ "package": "@xyo-network/react-card"
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "id": 48,
417
+ "name": "SimpleCardProps",
418
+ "variant": "declaration",
419
+ "kind": 256,
420
+ "flags": {},
421
+ "children": [
422
+ {
423
+ "id": 49,
424
+ "name": "desc",
425
+ "variant": "declaration",
426
+ "kind": 1024,
427
+ "flags": {
428
+ "isOptional": true
429
+ },
430
+ "sources": [
431
+ {
432
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
433
+ "line": 11,
434
+ "character": 2,
435
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L11"
436
+ }
437
+ ],
438
+ "type": {
439
+ "type": "reference",
440
+ "target": {
441
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
442
+ "qualifiedName": "React.ReactNode"
443
+ },
444
+ "name": "ReactNode",
445
+ "package": "@types/react",
446
+ "qualifiedName": "React.ReactNode"
447
+ }
448
+ },
449
+ {
450
+ "id": 58,
451
+ "name": "gradient",
452
+ "variant": "declaration",
453
+ "kind": 1024,
454
+ "flags": {
455
+ "isOptional": true
456
+ },
457
+ "sources": [
458
+ {
459
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
460
+ "line": 6,
461
+ "character": 2,
462
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
463
+ }
464
+ ],
465
+ "type": {
466
+ "type": "union",
467
+ "types": [
468
+ {
469
+ "type": "literal",
470
+ "value": "background"
471
+ },
472
+ {
473
+ "type": "literal",
474
+ "value": "border"
475
+ }
476
+ ]
477
+ },
478
+ "inheritedFrom": {
479
+ "type": "reference",
480
+ "target": -1,
481
+ "name": "CardExProps.gradient"
482
+ }
483
+ },
484
+ {
485
+ "id": 50,
486
+ "name": "headline",
487
+ "variant": "declaration",
488
+ "kind": 1024,
489
+ "flags": {
490
+ "isOptional": true
491
+ },
492
+ "sources": [
493
+ {
494
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
495
+ "line": 12,
496
+ "character": 2,
497
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L12"
498
+ }
499
+ ],
500
+ "type": {
501
+ "type": "reference",
502
+ "target": {
503
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
504
+ "qualifiedName": "React.ReactNode"
505
+ },
506
+ "name": "ReactNode",
507
+ "package": "@types/react",
508
+ "qualifiedName": "React.ReactNode"
509
+ }
510
+ },
511
+ {
512
+ "id": 51,
513
+ "name": "href",
514
+ "variant": "declaration",
515
+ "kind": 1024,
516
+ "flags": {
517
+ "isOptional": true
518
+ },
519
+ "sources": [
520
+ {
521
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
522
+ "line": 13,
523
+ "character": 2,
524
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L13"
525
+ }
526
+ ],
527
+ "type": {
528
+ "type": "intrinsic",
529
+ "name": "string"
530
+ }
531
+ },
532
+ {
533
+ "id": 52,
534
+ "name": "iconImage",
535
+ "variant": "declaration",
536
+ "kind": 1024,
537
+ "flags": {
538
+ "isOptional": true
539
+ },
540
+ "sources": [
541
+ {
542
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
543
+ "line": 14,
544
+ "character": 2,
545
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L14"
546
+ }
547
+ ],
548
+ "type": {
549
+ "type": "intrinsic",
550
+ "name": "string"
551
+ }
552
+ },
553
+ {
554
+ "id": 53,
555
+ "name": "interactionVariant",
556
+ "variant": "declaration",
557
+ "kind": 1024,
558
+ "flags": {
559
+ "isOptional": true
560
+ },
561
+ "sources": [
562
+ {
563
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
564
+ "line": 15,
565
+ "character": 2,
566
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L15"
567
+ }
568
+ ],
569
+ "type": {
570
+ "type": "union",
571
+ "types": [
572
+ {
573
+ "type": "literal",
574
+ "value": "button"
575
+ },
576
+ {
577
+ "type": "literal",
578
+ "value": "card"
579
+ }
580
+ ]
581
+ }
582
+ },
583
+ {
584
+ "id": 54,
585
+ "name": "media",
586
+ "variant": "declaration",
587
+ "kind": 1024,
588
+ "flags": {
589
+ "isOptional": true
590
+ },
591
+ "sources": [
592
+ {
593
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
594
+ "line": 16,
595
+ "character": 2,
596
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L16"
597
+ }
598
+ ],
599
+ "type": {
600
+ "type": "intrinsic",
601
+ "name": "string"
602
+ }
603
+ },
604
+ {
605
+ "id": 55,
606
+ "name": "small",
607
+ "variant": "declaration",
608
+ "kind": 1024,
609
+ "flags": {
610
+ "isOptional": true
611
+ },
612
+ "sources": [
613
+ {
614
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
615
+ "line": 17,
616
+ "character": 2,
617
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L17"
618
+ }
619
+ ],
620
+ "type": {
621
+ "type": "intrinsic",
622
+ "name": "boolean"
623
+ }
624
+ },
625
+ {
626
+ "id": 56,
627
+ "name": "subtitle",
628
+ "variant": "declaration",
629
+ "kind": 1024,
630
+ "flags": {
631
+ "isOptional": true
632
+ },
633
+ "sources": [
634
+ {
635
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
636
+ "line": 18,
637
+ "character": 2,
638
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L18"
639
+ }
640
+ ],
641
+ "type": {
642
+ "type": "intrinsic",
643
+ "name": "string"
644
+ }
645
+ },
646
+ {
647
+ "id": 57,
648
+ "name": "to",
649
+ "variant": "declaration",
650
+ "kind": 1024,
651
+ "flags": {
652
+ "isOptional": true
653
+ },
654
+ "sources": [
655
+ {
656
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
657
+ "line": 19,
658
+ "character": 2,
659
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L19"
660
+ }
661
+ ],
662
+ "type": {
663
+ "type": "reference",
664
+ "target": {
665
+ "sourceFileName": "../../../../node_modules/@remix-run/router/dist/history.d.ts",
666
+ "qualifiedName": "To"
667
+ },
668
+ "name": "To",
669
+ "package": "@remix-run/router"
670
+ }
671
+ }
672
+ ],
673
+ "groups": [
674
+ {
675
+ "title": "Properties",
676
+ "children": [
677
+ 49,
678
+ 58,
679
+ 50,
680
+ 51,
681
+ 52,
682
+ 53,
683
+ 54,
684
+ 55,
685
+ 56,
686
+ 57
687
+ ]
688
+ }
689
+ ],
690
+ "sources": [
691
+ {
692
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
693
+ "line": 10,
694
+ "character": 17,
695
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L10"
696
+ }
697
+ ],
698
+ "extendedTypes": [
699
+ {
700
+ "type": "reference",
701
+ "target": 13,
702
+ "name": "CardExProps",
703
+ "package": "@xyo-network/react-card"
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "id": 1,
709
+ "name": "CardContentExProps",
710
+ "variant": "declaration",
711
+ "kind": 4194304,
712
+ "flags": {},
713
+ "sources": [
714
+ {
715
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
716
+ "line": 20,
717
+ "character": 12,
718
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
719
+ }
720
+ ],
721
+ "type": {
722
+ "type": "intersection",
723
+ "types": [
724
+ {
725
+ "type": "reference",
726
+ "target": {
727
+ "sourceFileName": "../../../../node_modules/@mui/material/CardContent/CardContent.d.ts",
728
+ "qualifiedName": "CardContentProps"
729
+ },
730
+ "name": "CardContentProps",
731
+ "package": "@mui/material"
732
+ },
733
+ {
734
+ "type": "reflection",
735
+ "declaration": {
736
+ "id": 2,
737
+ "name": "__type",
738
+ "variant": "declaration",
739
+ "kind": 65536,
740
+ "flags": {},
741
+ "children": [
742
+ {
743
+ "id": 3,
744
+ "name": "refreshRef",
745
+ "variant": "declaration",
746
+ "kind": 1024,
747
+ "flags": {
748
+ "isOptional": true
749
+ },
750
+ "sources": [
751
+ {
752
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
753
+ "line": 21,
754
+ "character": 2,
755
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L21"
756
+ }
757
+ ],
758
+ "type": {
759
+ "type": "intrinsic",
760
+ "name": "number"
761
+ }
762
+ },
763
+ {
764
+ "id": 4,
765
+ "name": "removePadding",
766
+ "variant": "declaration",
767
+ "kind": 1024,
768
+ "flags": {
769
+ "isOptional": true
770
+ },
771
+ "sources": [
772
+ {
773
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
774
+ "line": 22,
775
+ "character": 2,
776
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L22"
777
+ }
778
+ ],
779
+ "type": {
780
+ "type": "intrinsic",
781
+ "name": "boolean"
782
+ }
783
+ },
784
+ {
785
+ "id": 5,
786
+ "name": "scrollToTop",
787
+ "variant": "declaration",
788
+ "kind": 1024,
789
+ "flags": {
790
+ "isOptional": true
791
+ },
792
+ "sources": [
793
+ {
794
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
795
+ "line": 23,
796
+ "character": 2,
797
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L23"
798
+ }
799
+ ],
800
+ "type": {
801
+ "type": "intrinsic",
802
+ "name": "number"
803
+ }
804
+ },
805
+ {
806
+ "id": 6,
807
+ "name": "variant",
808
+ "variant": "declaration",
809
+ "kind": 1024,
810
+ "flags": {
811
+ "isOptional": true
812
+ },
813
+ "sources": [
814
+ {
815
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
816
+ "line": 24,
817
+ "character": 2,
818
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L24"
819
+ }
820
+ ],
821
+ "type": {
822
+ "type": "union",
823
+ "types": [
824
+ {
825
+ "type": "literal",
826
+ "value": "scrollable"
827
+ },
828
+ {
829
+ "type": "literal",
830
+ "value": "normal"
831
+ }
832
+ ]
833
+ }
834
+ }
835
+ ],
836
+ "groups": [
837
+ {
838
+ "title": "Properties",
839
+ "children": [
840
+ 3,
841
+ 4,
842
+ 5,
843
+ 6
844
+ ]
845
+ }
846
+ ],
847
+ "sources": [
848
+ {
849
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
850
+ "line": 20,
851
+ "character": 52,
852
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
853
+ }
854
+ ]
855
+ }
856
+ }
857
+ ]
858
+ }
859
+ },
860
+ {
861
+ "id": 13,
862
+ "name": "CardExProps",
863
+ "variant": "declaration",
864
+ "kind": 4194304,
865
+ "flags": {},
866
+ "sources": [
867
+ {
868
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
869
+ "line": 5,
870
+ "character": 12,
871
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
872
+ }
873
+ ],
874
+ "type": {
875
+ "type": "intersection",
876
+ "types": [
877
+ {
878
+ "type": "reference",
879
+ "target": {
880
+ "sourceFileName": "../../../../node_modules/@mui/material/Card/Card.d.ts",
881
+ "qualifiedName": "CardProps"
882
+ },
883
+ "name": "CardProps",
884
+ "package": "@mui/material"
885
+ },
886
+ {
887
+ "type": "reflection",
888
+ "declaration": {
889
+ "id": 14,
890
+ "name": "__type",
891
+ "variant": "declaration",
892
+ "kind": 65536,
893
+ "flags": {},
894
+ "children": [
895
+ {
896
+ "id": 15,
897
+ "name": "gradient",
898
+ "variant": "declaration",
899
+ "kind": 1024,
900
+ "flags": {
901
+ "isOptional": true
902
+ },
903
+ "sources": [
904
+ {
905
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
906
+ "line": 6,
907
+ "character": 2,
908
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
909
+ }
910
+ ],
911
+ "type": {
912
+ "type": "union",
913
+ "types": [
914
+ {
915
+ "type": "literal",
916
+ "value": "border"
917
+ },
918
+ {
919
+ "type": "literal",
920
+ "value": "background"
921
+ }
922
+ ]
923
+ }
924
+ }
925
+ ],
926
+ "groups": [
927
+ {
928
+ "title": "Properties",
929
+ "children": [
930
+ 15
931
+ ]
932
+ }
933
+ ],
934
+ "sources": [
935
+ {
936
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
937
+ "line": 5,
938
+ "character": 38,
939
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
940
+ }
941
+ ]
942
+ }
943
+ }
944
+ ]
945
+ },
946
+ "extendedBy": [
947
+ {
948
+ "type": "reference",
949
+ "target": 37,
950
+ "name": "PageCardProps"
951
+ },
952
+ {
953
+ "type": "reference",
954
+ "target": 48,
955
+ "name": "SimpleCardProps"
956
+ }
957
+ ]
958
+ },
959
+ {
960
+ "id": 10,
961
+ "name": "CardContentEx",
962
+ "variant": "declaration",
963
+ "kind": 64,
964
+ "flags": {},
965
+ "sources": [
966
+ {
967
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
968
+ "line": 41,
969
+ "character": 13,
970
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L41"
971
+ }
972
+ ],
973
+ "signatures": [
974
+ {
975
+ "id": 11,
976
+ "name": "CardContentEx",
977
+ "variant": "signature",
978
+ "kind": 4096,
979
+ "flags": {},
980
+ "comment": {
981
+ "summary": [
982
+ {
983
+ "kind": "text",
984
+ "text": "**NOTE**: Exotic components are not callable."
985
+ }
986
+ ]
987
+ },
988
+ "sources": [
989
+ {
990
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
991
+ "line": 397,
992
+ "character": 8
993
+ }
994
+ ],
995
+ "parameters": [
996
+ {
997
+ "id": 12,
998
+ "name": "props",
999
+ "variant": "param",
1000
+ "kind": 32768,
1001
+ "flags": {},
1002
+ "type": {
1003
+ "type": "intersection",
1004
+ "types": [
1005
+ {
1006
+ "type": "reference",
1007
+ "target": {
1008
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1009
+ "qualifiedName": "Omit"
1010
+ },
1011
+ "typeArguments": [
1012
+ {
1013
+ "type": "reference",
1014
+ "target": 1,
1015
+ "name": "CardContentExProps",
1016
+ "package": "@xyo-network/react-card"
1017
+ },
1018
+ {
1019
+ "type": "literal",
1020
+ "value": "ref"
1021
+ }
1022
+ ],
1023
+ "name": "Omit",
1024
+ "package": "typescript"
1025
+ },
1026
+ {
1027
+ "type": "reference",
1028
+ "target": {
1029
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1030
+ "qualifiedName": "React.RefAttributes"
1031
+ },
1032
+ "typeArguments": [
1033
+ {
1034
+ "type": "union",
1035
+ "types": [
1036
+ {
1037
+ "type": "literal",
1038
+ "value": null
1039
+ },
1040
+ {
1041
+ "type": "reference",
1042
+ "target": {
1043
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.dom.d.ts",
1044
+ "qualifiedName": "HTMLDivElement"
1045
+ },
1046
+ "name": "HTMLDivElement",
1047
+ "package": "typescript"
1048
+ }
1049
+ ]
1050
+ }
1051
+ ],
1052
+ "name": "RefAttributes",
1053
+ "package": "@types/react",
1054
+ "qualifiedName": "React.RefAttributes"
1055
+ }
1056
+ ]
1057
+ }
1058
+ }
1059
+ ],
1060
+ "type": {
1061
+ "type": "union",
1062
+ "types": [
1063
+ {
1064
+ "type": "literal",
1065
+ "value": null
1066
+ },
1067
+ {
1068
+ "type": "reference",
1069
+ "target": {
1070
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1071
+ "qualifiedName": "React.ReactElement"
1072
+ },
1073
+ "typeArguments": [
1074
+ {
1075
+ "type": "intrinsic",
1076
+ "name": "any"
1077
+ },
1078
+ {
1079
+ "type": "union",
1080
+ "types": [
1081
+ {
1082
+ "type": "intrinsic",
1083
+ "name": "string"
1084
+ },
1085
+ {
1086
+ "type": "reference",
1087
+ "target": {
1088
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1089
+ "qualifiedName": "React.JSXElementConstructor"
1090
+ },
1091
+ "typeArguments": [
1092
+ {
1093
+ "type": "intrinsic",
1094
+ "name": "any"
1095
+ }
1096
+ ],
1097
+ "name": "JSXElementConstructor",
1098
+ "package": "@types/react",
1099
+ "qualifiedName": "React.JSXElementConstructor"
1100
+ }
1101
+ ]
1102
+ }
1103
+ ],
1104
+ "name": "ReactElement",
1105
+ "package": "@types/react",
1106
+ "qualifiedName": "React.ReactElement"
1107
+ }
1108
+ ]
1109
+ }
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "id": 7,
1115
+ "name": "CardContentExWithRef",
1116
+ "variant": "declaration",
1117
+ "kind": 64,
1118
+ "flags": {},
1119
+ "sources": [
1120
+ {
1121
+ "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
1122
+ "line": 27,
1123
+ "character": 13,
1124
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardContentEx.tsx#L27"
1125
+ }
1126
+ ],
1127
+ "signatures": [
1128
+ {
1129
+ "id": 8,
1130
+ "name": "CardContentExWithRef",
1131
+ "variant": "signature",
1132
+ "kind": 4096,
1133
+ "flags": {},
1134
+ "comment": {
1135
+ "summary": [
1136
+ {
1137
+ "kind": "text",
1138
+ "text": "**NOTE**: Exotic components are not callable."
1139
+ }
1140
+ ]
1141
+ },
1142
+ "sources": [
1143
+ {
1144
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1145
+ "line": 397,
1146
+ "character": 8
1147
+ }
1148
+ ],
1149
+ "parameters": [
1150
+ {
1151
+ "id": 9,
1152
+ "name": "props",
1153
+ "variant": "param",
1154
+ "kind": 32768,
1155
+ "flags": {},
1156
+ "type": {
1157
+ "type": "intersection",
1158
+ "types": [
1159
+ {
1160
+ "type": "reference",
1161
+ "target": {
1162
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1163
+ "qualifiedName": "Omit"
1164
+ },
1165
+ "typeArguments": [
1166
+ {
1167
+ "type": "reference",
1168
+ "target": 1,
1169
+ "name": "CardContentExProps",
1170
+ "package": "@xyo-network/react-card"
1171
+ },
1172
+ {
1173
+ "type": "literal",
1174
+ "value": "ref"
1175
+ }
1176
+ ],
1177
+ "name": "Omit",
1178
+ "package": "typescript"
1179
+ },
1180
+ {
1181
+ "type": "reference",
1182
+ "target": {
1183
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1184
+ "qualifiedName": "React.RefAttributes"
1185
+ },
1186
+ "typeArguments": [
1187
+ {
1188
+ "type": "union",
1189
+ "types": [
1190
+ {
1191
+ "type": "literal",
1192
+ "value": null
1193
+ },
1194
+ {
1195
+ "type": "reference",
1196
+ "target": {
1197
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.dom.d.ts",
1198
+ "qualifiedName": "HTMLDivElement"
1199
+ },
1200
+ "name": "HTMLDivElement",
1201
+ "package": "typescript"
1202
+ }
1203
+ ]
1204
+ }
1205
+ ],
1206
+ "name": "RefAttributes",
1207
+ "package": "@types/react",
1208
+ "qualifiedName": "React.RefAttributes"
1209
+ }
1210
+ ]
1211
+ }
1212
+ }
1213
+ ],
1214
+ "type": {
1215
+ "type": "union",
1216
+ "types": [
1217
+ {
1218
+ "type": "literal",
1219
+ "value": null
1220
+ },
1221
+ {
1222
+ "type": "reference",
1223
+ "target": {
1224
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1225
+ "qualifiedName": "React.ReactElement"
1226
+ },
1227
+ "typeArguments": [
1228
+ {
1229
+ "type": "intrinsic",
1230
+ "name": "any"
1231
+ },
1232
+ {
1233
+ "type": "union",
1234
+ "types": [
1235
+ {
1236
+ "type": "intrinsic",
1237
+ "name": "string"
1238
+ },
1239
+ {
1240
+ "type": "reference",
1241
+ "target": {
1242
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1243
+ "qualifiedName": "React.JSXElementConstructor"
1244
+ },
1245
+ "typeArguments": [
1246
+ {
1247
+ "type": "intrinsic",
1248
+ "name": "any"
1249
+ }
1250
+ ],
1251
+ "name": "JSXElementConstructor",
1252
+ "package": "@types/react",
1253
+ "qualifiedName": "React.JSXElementConstructor"
1254
+ }
1255
+ ]
1256
+ }
1257
+ ],
1258
+ "name": "ReactElement",
1259
+ "package": "@types/react",
1260
+ "qualifiedName": "React.ReactElement"
1261
+ }
1262
+ ]
1263
+ }
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "id": 20,
1269
+ "name": "CardEx",
1270
+ "variant": "declaration",
1271
+ "kind": 64,
1272
+ "flags": {},
1273
+ "sources": [
1274
+ {
1275
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
1276
+ "line": 26,
1277
+ "character": 13,
1278
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L26"
1279
+ }
1280
+ ],
1281
+ "signatures": [
1282
+ {
1283
+ "id": 21,
1284
+ "name": "CardEx",
1285
+ "variant": "signature",
1286
+ "kind": 4096,
1287
+ "flags": {},
1288
+ "sources": [
1289
+ {
1290
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1291
+ "line": 569,
1292
+ "character": 8
1293
+ }
1294
+ ],
1295
+ "parameters": [
1296
+ {
1297
+ "id": 22,
1298
+ "name": "props",
1299
+ "variant": "param",
1300
+ "kind": 32768,
1301
+ "flags": {},
1302
+ "type": {
1303
+ "type": "reference",
1304
+ "target": 13,
1305
+ "name": "CardExProps",
1306
+ "package": "@xyo-network/react-card"
1307
+ }
1308
+ },
1309
+ {
1310
+ "id": 23,
1311
+ "name": "context",
1312
+ "variant": "param",
1313
+ "kind": 32768,
1314
+ "flags": {
1315
+ "isOptional": true
1316
+ },
1317
+ "type": {
1318
+ "type": "intrinsic",
1319
+ "name": "any"
1320
+ }
1321
+ }
1322
+ ],
1323
+ "type": {
1324
+ "type": "union",
1325
+ "types": [
1326
+ {
1327
+ "type": "literal",
1328
+ "value": null
1329
+ },
1330
+ {
1331
+ "type": "reference",
1332
+ "target": {
1333
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1334
+ "qualifiedName": "React.ReactElement"
1335
+ },
1336
+ "typeArguments": [
1337
+ {
1338
+ "type": "intrinsic",
1339
+ "name": "any"
1340
+ },
1341
+ {
1342
+ "type": "intrinsic",
1343
+ "name": "any"
1344
+ }
1345
+ ],
1346
+ "name": "ReactElement",
1347
+ "package": "@types/react",
1348
+ "qualifiedName": "React.ReactElement"
1349
+ }
1350
+ ]
1351
+ }
1352
+ }
1353
+ ]
1354
+ },
1355
+ {
1356
+ "id": 16,
1357
+ "name": "CardExWithRef",
1358
+ "variant": "declaration",
1359
+ "kind": 64,
1360
+ "flags": {},
1361
+ "sources": [
1362
+ {
1363
+ "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
1364
+ "line": 9,
1365
+ "character": 13,
1366
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/CardEx.tsx#L9"
1367
+ }
1368
+ ],
1369
+ "signatures": [
1370
+ {
1371
+ "id": 17,
1372
+ "name": "CardExWithRef",
1373
+ "variant": "signature",
1374
+ "kind": 4096,
1375
+ "flags": {},
1376
+ "sources": [
1377
+ {
1378
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1379
+ "line": 569,
1380
+ "character": 8
1381
+ }
1382
+ ],
1383
+ "parameters": [
1384
+ {
1385
+ "id": 18,
1386
+ "name": "props",
1387
+ "variant": "param",
1388
+ "kind": 32768,
1389
+ "flags": {},
1390
+ "type": {
1391
+ "type": "reference",
1392
+ "target": 13,
1393
+ "name": "CardExProps",
1394
+ "package": "@xyo-network/react-card"
1395
+ }
1396
+ },
1397
+ {
1398
+ "id": 19,
1399
+ "name": "context",
1400
+ "variant": "param",
1401
+ "kind": 32768,
1402
+ "flags": {
1403
+ "isOptional": true
1404
+ },
1405
+ "type": {
1406
+ "type": "intrinsic",
1407
+ "name": "any"
1408
+ }
1409
+ }
1410
+ ],
1411
+ "type": {
1412
+ "type": "union",
1413
+ "types": [
1414
+ {
1415
+ "type": "literal",
1416
+ "value": null
1417
+ },
1418
+ {
1419
+ "type": "reference",
1420
+ "target": {
1421
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1422
+ "qualifiedName": "React.ReactElement"
1423
+ },
1424
+ "typeArguments": [
1425
+ {
1426
+ "type": "intrinsic",
1427
+ "name": "any"
1428
+ },
1429
+ {
1430
+ "type": "intrinsic",
1431
+ "name": "any"
1432
+ }
1433
+ ],
1434
+ "name": "ReactElement",
1435
+ "package": "@types/react",
1436
+ "qualifiedName": "React.ReactElement"
1437
+ }
1438
+ ]
1439
+ }
1440
+ }
1441
+ ]
1442
+ },
1443
+ {
1444
+ "id": 33,
1445
+ "name": "FullWidthCard",
1446
+ "variant": "declaration",
1447
+ "kind": 64,
1448
+ "flags": {},
1449
+ "sources": [
1450
+ {
1451
+ "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
1452
+ "line": 19,
1453
+ "character": 13,
1454
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L19"
1455
+ }
1456
+ ],
1457
+ "signatures": [
1458
+ {
1459
+ "id": 34,
1460
+ "name": "FullWidthCard",
1461
+ "variant": "signature",
1462
+ "kind": 4096,
1463
+ "flags": {},
1464
+ "sources": [
1465
+ {
1466
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1467
+ "line": 569,
1468
+ "character": 8
1469
+ }
1470
+ ],
1471
+ "parameters": [
1472
+ {
1473
+ "id": 35,
1474
+ "name": "props",
1475
+ "variant": "param",
1476
+ "kind": 32768,
1477
+ "flags": {},
1478
+ "type": {
1479
+ "type": "reference",
1480
+ "target": 24,
1481
+ "name": "FullWidthCardProps",
1482
+ "package": "@xyo-network/react-card"
1483
+ }
1484
+ },
1485
+ {
1486
+ "id": 36,
1487
+ "name": "context",
1488
+ "variant": "param",
1489
+ "kind": 32768,
1490
+ "flags": {
1491
+ "isOptional": true
1492
+ },
1493
+ "type": {
1494
+ "type": "intrinsic",
1495
+ "name": "any"
1496
+ }
1497
+ }
1498
+ ],
1499
+ "type": {
1500
+ "type": "union",
1501
+ "types": [
1502
+ {
1503
+ "type": "literal",
1504
+ "value": null
1505
+ },
1506
+ {
1507
+ "type": "reference",
1508
+ "target": {
1509
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1510
+ "qualifiedName": "React.ReactElement"
1511
+ },
1512
+ "typeArguments": [
1513
+ {
1514
+ "type": "intrinsic",
1515
+ "name": "any"
1516
+ },
1517
+ {
1518
+ "type": "intrinsic",
1519
+ "name": "any"
1520
+ }
1521
+ ],
1522
+ "name": "ReactElement",
1523
+ "package": "@types/react",
1524
+ "qualifiedName": "React.ReactElement"
1525
+ }
1526
+ ]
1527
+ }
1528
+ }
1529
+ ]
1530
+ },
1531
+ {
1532
+ "id": 44,
1533
+ "name": "PageCard",
1534
+ "variant": "declaration",
1535
+ "kind": 64,
1536
+ "flags": {},
1537
+ "sources": [
1538
+ {
1539
+ "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
1540
+ "line": 45,
1541
+ "character": 13,
1542
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/PageCard.tsx#L45"
1543
+ }
1544
+ ],
1545
+ "signatures": [
1546
+ {
1547
+ "id": 45,
1548
+ "name": "PageCard",
1549
+ "variant": "signature",
1550
+ "kind": 4096,
1551
+ "flags": {},
1552
+ "sources": [
1553
+ {
1554
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1555
+ "line": 569,
1556
+ "character": 8
1557
+ }
1558
+ ],
1559
+ "parameters": [
1560
+ {
1561
+ "id": 46,
1562
+ "name": "props",
1563
+ "variant": "param",
1564
+ "kind": 32768,
1565
+ "flags": {},
1566
+ "type": {
1567
+ "type": "reference",
1568
+ "target": 37,
1569
+ "name": "PageCardProps",
1570
+ "package": "@xyo-network/react-card"
1571
+ }
1572
+ },
1573
+ {
1574
+ "id": 47,
1575
+ "name": "context",
1576
+ "variant": "param",
1577
+ "kind": 32768,
1578
+ "flags": {
1579
+ "isOptional": true
1580
+ },
1581
+ "type": {
1582
+ "type": "intrinsic",
1583
+ "name": "any"
1584
+ }
1585
+ }
1586
+ ],
1587
+ "type": {
1588
+ "type": "union",
1589
+ "types": [
1590
+ {
1591
+ "type": "literal",
1592
+ "value": null
1593
+ },
1594
+ {
1595
+ "type": "reference",
1596
+ "target": {
1597
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1598
+ "qualifiedName": "React.ReactElement"
1599
+ },
1600
+ "typeArguments": [
1601
+ {
1602
+ "type": "intrinsic",
1603
+ "name": "any"
1604
+ },
1605
+ {
1606
+ "type": "intrinsic",
1607
+ "name": "any"
1608
+ }
1609
+ ],
1610
+ "name": "ReactElement",
1611
+ "package": "@types/react",
1612
+ "qualifiedName": "React.ReactElement"
1613
+ }
1614
+ ]
1615
+ }
1616
+ }
1617
+ ]
1618
+ },
1619
+ {
1620
+ "id": 59,
1621
+ "name": "SimpleCard",
1622
+ "variant": "declaration",
1623
+ "kind": 64,
1624
+ "flags": {},
1625
+ "sources": [
1626
+ {
1627
+ "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
1628
+ "line": 22,
1629
+ "character": 13,
1630
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L22"
1631
+ }
1632
+ ],
1633
+ "signatures": [
1634
+ {
1635
+ "id": 60,
1636
+ "name": "SimpleCard",
1637
+ "variant": "signature",
1638
+ "kind": 4096,
1639
+ "flags": {},
1640
+ "sources": [
1641
+ {
1642
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1643
+ "line": 569,
1644
+ "character": 8
1645
+ }
1646
+ ],
1647
+ "parameters": [
1648
+ {
1649
+ "id": 61,
1650
+ "name": "props",
1651
+ "variant": "param",
1652
+ "kind": 32768,
1653
+ "flags": {},
1654
+ "type": {
1655
+ "type": "reference",
1656
+ "target": 48,
1657
+ "name": "SimpleCardProps",
1658
+ "package": "@xyo-network/react-card"
1659
+ }
1660
+ },
1661
+ {
1662
+ "id": 62,
1663
+ "name": "context",
1664
+ "variant": "param",
1665
+ "kind": 32768,
1666
+ "flags": {
1667
+ "isOptional": true
1668
+ },
1669
+ "type": {
1670
+ "type": "intrinsic",
1671
+ "name": "any"
1672
+ }
1673
+ }
1674
+ ],
1675
+ "type": {
1676
+ "type": "union",
1677
+ "types": [
1678
+ {
1679
+ "type": "literal",
1680
+ "value": null
1681
+ },
1682
+ {
1683
+ "type": "reference",
1684
+ "target": {
1685
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1686
+ "qualifiedName": "React.ReactElement"
1687
+ },
1688
+ "typeArguments": [
1689
+ {
1690
+ "type": "intrinsic",
1691
+ "name": "any"
1692
+ },
1693
+ {
1694
+ "type": "intrinsic",
1695
+ "name": "any"
1696
+ }
1697
+ ],
1698
+ "name": "ReactElement",
1699
+ "package": "@types/react",
1700
+ "qualifiedName": "React.ReactElement"
1701
+ }
1702
+ ]
1703
+ }
1704
+ }
1705
+ ]
1706
+ }
1707
+ ],
1708
+ "groups": [
1709
+ {
1710
+ "title": "Interfaces",
1711
+ "children": [
1712
+ 24,
1713
+ 37,
1714
+ 48
1715
+ ]
1716
+ },
1717
+ {
1718
+ "title": "Type Aliases",
1719
+ "children": [
1720
+ 1,
1721
+ 13
1722
+ ]
1723
+ },
1724
+ {
1725
+ "title": "Functions",
1726
+ "children": [
1727
+ 10,
1728
+ 7,
1729
+ 20,
1730
+ 16,
1731
+ 33,
1732
+ 44,
1733
+ 59
1734
+ ]
1735
+ }
1736
+ ],
1737
+ "packageName": "@xyo-network/react-card",
1738
+ "readme": [
1739
+ {
1740
+ "kind": "text",
1741
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1742
+ }
1743
+ ],
1744
+ "symbolIdMap": {
1745
+ "0": {
1746
+ "sourceFileName": "src/index.ts",
1747
+ "qualifiedName": ""
1748
+ },
1749
+ "1": {
1750
+ "sourceFileName": "src/components/CardContentEx.tsx",
1751
+ "qualifiedName": "CardContentExProps"
1752
+ },
1753
+ "2": {
1754
+ "sourceFileName": "src/components/CardContentEx.tsx",
1755
+ "qualifiedName": "__type"
1756
+ },
1757
+ "3": {
1758
+ "sourceFileName": "src/components/CardContentEx.tsx",
1759
+ "qualifiedName": "__type.refreshRef"
1760
+ },
1761
+ "4": {
1762
+ "sourceFileName": "src/components/CardContentEx.tsx",
1763
+ "qualifiedName": "__type.removePadding"
1764
+ },
1765
+ "5": {
1766
+ "sourceFileName": "src/components/CardContentEx.tsx",
1767
+ "qualifiedName": "__type.scrollToTop"
1768
+ },
1769
+ "6": {
1770
+ "sourceFileName": "src/components/CardContentEx.tsx",
1771
+ "qualifiedName": "__type.variant"
1772
+ },
1773
+ "7": {
1774
+ "sourceFileName": "src/components/CardContentEx.tsx",
1775
+ "qualifiedName": "CardContentExWithRef"
1776
+ },
1777
+ "8": {
1778
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1779
+ "qualifiedName": "CardContentExWithRef"
1780
+ },
1781
+ "9": {
1782
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1783
+ "qualifiedName": "props"
1784
+ },
1785
+ "10": {
1786
+ "sourceFileName": "src/components/CardContentEx.tsx",
1787
+ "qualifiedName": "CardContentEx"
1788
+ },
1789
+ "11": {
1790
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1791
+ "qualifiedName": "CardContentEx"
1792
+ },
1793
+ "12": {
1794
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1795
+ "qualifiedName": "props"
1796
+ },
1797
+ "13": {
1798
+ "sourceFileName": "src/components/CardEx.tsx",
1799
+ "qualifiedName": "CardExProps"
1800
+ },
1801
+ "14": {
1802
+ "sourceFileName": "src/components/CardEx.tsx",
1803
+ "qualifiedName": "__type"
1804
+ },
1805
+ "15": {
1806
+ "sourceFileName": "src/components/CardEx.tsx",
1807
+ "qualifiedName": "__type.gradient"
1808
+ },
1809
+ "16": {
1810
+ "sourceFileName": "src/components/CardEx.tsx",
1811
+ "qualifiedName": "CardExWithRef"
1812
+ },
1813
+ "17": {
1814
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1815
+ "qualifiedName": "CardExWithRef"
1816
+ },
1817
+ "18": {
1818
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1819
+ "qualifiedName": "props"
1820
+ },
1821
+ "19": {
1822
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1823
+ "qualifiedName": "context"
1824
+ },
1825
+ "20": {
1826
+ "sourceFileName": "src/components/CardEx.tsx",
1827
+ "qualifiedName": "CardEx"
1828
+ },
1829
+ "21": {
1830
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1831
+ "qualifiedName": "CardEx"
1832
+ },
1833
+ "22": {
1834
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1835
+ "qualifiedName": "props"
1836
+ },
1837
+ "23": {
1838
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1839
+ "qualifiedName": "context"
1840
+ },
1841
+ "24": {
1842
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1843
+ "qualifiedName": "FullWidthCardProps"
1844
+ },
1845
+ "25": {
1846
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1847
+ "qualifiedName": "FullWidthCardProps.cardIsButton"
1848
+ },
1849
+ "26": {
1850
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1851
+ "qualifiedName": "FullWidthCardProps.desc"
1852
+ },
1853
+ "27": {
1854
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1855
+ "qualifiedName": "FullWidthCardProps.href"
1856
+ },
1857
+ "28": {
1858
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1859
+ "qualifiedName": "FullWidthCardProps.linkText"
1860
+ },
1861
+ "29": {
1862
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1863
+ "qualifiedName": "FullWidthCardProps.media"
1864
+ },
1865
+ "30": {
1866
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1867
+ "qualifiedName": "FullWidthCardProps.name"
1868
+ },
1869
+ "31": {
1870
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1871
+ "qualifiedName": "FullWidthCardProps.small"
1872
+ },
1873
+ "32": {
1874
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1875
+ "qualifiedName": "FullWidthCardProps.to"
1876
+ },
1877
+ "33": {
1878
+ "sourceFileName": "src/components/FullWidthCard/FullWidthCard.tsx",
1879
+ "qualifiedName": "FullWidthCard"
1880
+ },
1881
+ "34": {
1882
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1883
+ "qualifiedName": "FullWidthCard"
1884
+ },
1885
+ "35": {
1886
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1887
+ "qualifiedName": "props"
1888
+ },
1889
+ "36": {
1890
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1891
+ "qualifiedName": "context"
1892
+ },
1893
+ "37": {
1894
+ "sourceFileName": "src/components/PageCard.tsx",
1895
+ "qualifiedName": "PageCardProps"
1896
+ },
1897
+ "38": {
1898
+ "sourceFileName": "src/components/PageCard.tsx",
1899
+ "qualifiedName": "PageCardProps.action"
1900
+ },
1901
+ "39": {
1902
+ "sourceFileName": "src/components/PageCard.tsx",
1903
+ "qualifiedName": "PageCardProps.onRefresh"
1904
+ },
1905
+ "40": {
1906
+ "sourceFileName": "src/components/PageCard.tsx",
1907
+ "qualifiedName": "__type"
1908
+ },
1909
+ "41": {
1910
+ "sourceFileName": "src/components/PageCard.tsx",
1911
+ "qualifiedName": "__type"
1912
+ },
1913
+ "42": {
1914
+ "sourceFileName": "src/components/PageCard.tsx",
1915
+ "qualifiedName": "PageCardProps.subheader"
1916
+ },
1917
+ "43": {
1918
+ "sourceFileName": "src/components/CardEx.tsx",
1919
+ "qualifiedName": "__type.gradient"
1920
+ },
1921
+ "44": {
1922
+ "sourceFileName": "src/components/PageCard.tsx",
1923
+ "qualifiedName": "PageCard"
1924
+ },
1925
+ "45": {
1926
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1927
+ "qualifiedName": "PageCard"
1928
+ },
1929
+ "46": {
1930
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1931
+ "qualifiedName": "props"
1932
+ },
1933
+ "47": {
1934
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1935
+ "qualifiedName": "context"
1936
+ },
1937
+ "48": {
1938
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1939
+ "qualifiedName": "SimpleCardProps"
1940
+ },
1941
+ "49": {
1942
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1943
+ "qualifiedName": "SimpleCardProps.desc"
1944
+ },
1945
+ "50": {
1946
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1947
+ "qualifiedName": "SimpleCardProps.headline"
1948
+ },
1949
+ "51": {
1950
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1951
+ "qualifiedName": "SimpleCardProps.href"
1952
+ },
1953
+ "52": {
1954
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1955
+ "qualifiedName": "SimpleCardProps.iconImage"
1956
+ },
1957
+ "53": {
1958
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1959
+ "qualifiedName": "SimpleCardProps.interactionVariant"
1960
+ },
1961
+ "54": {
1962
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1963
+ "qualifiedName": "SimpleCardProps.media"
1964
+ },
1965
+ "55": {
1966
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1967
+ "qualifiedName": "SimpleCardProps.small"
1968
+ },
1969
+ "56": {
1970
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1971
+ "qualifiedName": "SimpleCardProps.subtitle"
1972
+ },
1973
+ "57": {
1974
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1975
+ "qualifiedName": "SimpleCardProps.to"
1976
+ },
1977
+ "58": {
1978
+ "sourceFileName": "src/components/CardEx.tsx",
1979
+ "qualifiedName": "__type.gradient"
1980
+ },
1981
+ "59": {
1982
+ "sourceFileName": "src/components/SimpleCard/SimpleCard.tsx",
1983
+ "qualifiedName": "SimpleCard"
1984
+ },
1985
+ "60": {
1986
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1987
+ "qualifiedName": "SimpleCard"
1988
+ },
1989
+ "61": {
1990
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1991
+ "qualifiedName": "props"
1992
+ },
1993
+ "62": {
1994
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1995
+ "qualifiedName": "context"
1996
+ }
1997
+ }
1998
+ }