@xyo-network/react-embed 2.53.0 → 2.54.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. package/dist/cjs/components/{XyoEmbedPlugin.js → EmbedPlugin.js} +5 -5
  2. package/dist/cjs/components/EmbedPlugin.js.map +1 -0
  3. package/dist/cjs/components/controls/RenderSelect.js +1 -1
  4. package/dist/cjs/components/controls/RenderSelect.js.map +1 -1
  5. package/dist/cjs/components/embed-card/{XyoEmbedPluginCard.js → EmbedPluginCard.js} +11 -11
  6. package/dist/cjs/components/embed-card/EmbedPluginCard.js.map +1 -0
  7. package/dist/cjs/components/embed-card/card/EmbedCardHeader.js +1 -1
  8. package/dist/cjs/components/embed-card/card/EmbedCardHeader.js.map +1 -1
  9. package/dist/cjs/components/embed-card/card/EmbedPluginCard.js +1 -1
  10. package/dist/cjs/components/embed-card/card/EmbedPluginCard.js.map +1 -1
  11. package/dist/cjs/components/embed-card/error-handling/EmbedCardApiErrorRenderer.js +2 -2
  12. package/dist/cjs/components/embed-card/error-handling/EmbedCardApiErrorRenderer.js.map +1 -1
  13. package/dist/cjs/components/embed-card/index.js +1 -1
  14. package/dist/cjs/components/embed-card/index.js.map +1 -1
  15. package/dist/cjs/components/embed-plugin-stories/storyShared.js +2 -2
  16. package/dist/cjs/components/index.js +1 -1
  17. package/dist/cjs/components/index.js.map +1 -1
  18. package/dist/cjs/components/validation-alerts/ValidatePlugins.js +1 -1
  19. package/dist/cjs/components/validation-alerts/ValidatePlugins.js.map +1 -1
  20. package/dist/cjs/contexts/EmbedPluginContext/Context.js +6 -0
  21. package/dist/cjs/contexts/EmbedPluginContext/Context.js.map +1 -0
  22. package/dist/cjs/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/Provider.js +4 -4
  23. package/dist/cjs/contexts/EmbedPluginContext/Provider.js.map +1 -0
  24. package/dist/cjs/contexts/EmbedPluginContext/State.js.map +1 -0
  25. package/dist/cjs/contexts/EmbedPluginContext/index.js.map +1 -0
  26. package/dist/cjs/contexts/EmbedPluginContext/use.js +8 -0
  27. package/dist/cjs/contexts/EmbedPluginContext/use.js.map +1 -0
  28. package/dist/cjs/contexts/index.js +1 -1
  29. package/dist/cjs/contexts/index.js.map +1 -1
  30. package/dist/cjs/types/{XyoEmbedPluginProps.js → EmbedPluginProps.js} +1 -1
  31. package/dist/cjs/types/EmbedPluginProps.js.map +1 -0
  32. package/dist/cjs/types/index.js +1 -1
  33. package/dist/cjs/types/index.js.map +1 -1
  34. package/dist/docs.json +1695 -1695
  35. package/dist/esm/components/EmbedPlugin.js +15 -0
  36. package/dist/esm/components/EmbedPlugin.js.map +1 -0
  37. package/dist/esm/components/controls/RenderSelect.js +2 -2
  38. package/dist/esm/components/controls/RenderSelect.js.map +1 -1
  39. package/dist/esm/components/embed-card/{XyoEmbedPluginCard.js → EmbedPluginCard.js} +8 -8
  40. package/dist/esm/components/embed-card/EmbedPluginCard.js.map +1 -0
  41. package/dist/esm/components/embed-card/card/EmbedCardHeader.js +2 -2
  42. package/dist/esm/components/embed-card/card/EmbedCardHeader.js.map +1 -1
  43. package/dist/esm/components/embed-card/card/EmbedPluginCard.js +2 -2
  44. package/dist/esm/components/embed-card/card/EmbedPluginCard.js.map +1 -1
  45. package/dist/esm/components/embed-card/error-handling/EmbedCardApiErrorRenderer.js +3 -3
  46. package/dist/esm/components/embed-card/error-handling/EmbedCardApiErrorRenderer.js.map +1 -1
  47. package/dist/esm/components/embed-card/index.js +1 -1
  48. package/dist/esm/components/embed-card/index.js.map +1 -1
  49. package/dist/esm/components/embed-plugin-stories/storyShared.js +3 -3
  50. package/dist/esm/components/index.js +1 -1
  51. package/dist/esm/components/index.js.map +1 -1
  52. package/dist/esm/components/validation-alerts/ValidatePlugins.js +2 -2
  53. package/dist/esm/components/validation-alerts/ValidatePlugins.js.map +1 -1
  54. package/dist/esm/contexts/EmbedPluginContext/Context.js +3 -0
  55. package/dist/esm/contexts/EmbedPluginContext/Context.js.map +1 -0
  56. package/dist/esm/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/Provider.js +3 -3
  57. package/dist/esm/contexts/EmbedPluginContext/Provider.js.map +1 -0
  58. package/dist/esm/contexts/EmbedPluginContext/State.js.map +1 -0
  59. package/dist/esm/contexts/EmbedPluginContext/index.js.map +1 -0
  60. package/dist/esm/contexts/EmbedPluginContext/use.js +4 -0
  61. package/dist/esm/contexts/EmbedPluginContext/use.js.map +1 -0
  62. package/dist/esm/contexts/index.js +1 -1
  63. package/dist/esm/contexts/index.js.map +1 -1
  64. package/dist/esm/types/EmbedPluginProps.js +2 -0
  65. package/dist/esm/types/EmbedPluginProps.js.map +1 -0
  66. package/dist/esm/types/index.js +1 -1
  67. package/dist/esm/types/index.js.map +1 -1
  68. package/dist/types/components/EmbedPlugin.d.ts +5 -0
  69. package/dist/types/components/EmbedPlugin.d.ts.map +1 -0
  70. package/dist/types/components/embed-card/EmbedPluginCard.d.ts +11 -0
  71. package/dist/types/components/embed-card/EmbedPluginCard.d.ts.map +1 -0
  72. package/dist/types/components/embed-card/index.d.ts +1 -1
  73. package/dist/types/components/embed-card/index.d.ts.map +1 -1
  74. package/dist/types/components/embed-plugin-stories/storyShared.d.ts +2 -2
  75. package/dist/types/components/index.d.ts +1 -1
  76. package/dist/types/components/index.d.ts.map +1 -1
  77. package/dist/types/contexts/EmbedPluginContext/Context.d.ts +4 -0
  78. package/dist/types/contexts/EmbedPluginContext/Context.d.ts.map +1 -0
  79. package/dist/types/contexts/EmbedPluginContext/Provider.d.ts +7 -0
  80. package/dist/types/contexts/EmbedPluginContext/Provider.d.ts.map +1 -0
  81. package/dist/types/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/State.d.ts +3 -3
  82. package/dist/types/contexts/EmbedPluginContext/State.d.ts.map +1 -0
  83. package/dist/types/contexts/EmbedPluginContext/index.d.ts.map +1 -0
  84. package/dist/types/contexts/EmbedPluginContext/use.d.ts +2 -0
  85. package/dist/types/contexts/EmbedPluginContext/use.d.ts.map +1 -0
  86. package/dist/types/contexts/index.d.ts +1 -1
  87. package/dist/types/contexts/index.d.ts.map +1 -1
  88. package/dist/types/types/{XyoEmbedPluginProps.d.ts → EmbedPluginProps.d.ts} +3 -3
  89. package/dist/types/types/EmbedPluginProps.d.ts.map +1 -0
  90. package/dist/types/types/index.d.ts +1 -1
  91. package/dist/types/types/index.d.ts.map +1 -1
  92. package/package.json +6 -6
  93. package/src/components/{XyoEmbedPlugin.tsx → EmbedPlugin.tsx} +6 -6
  94. package/src/components/controls/RenderSelect.tsx +2 -2
  95. package/src/components/embed-card/{XyoEmbedPluginCard.tsx → EmbedPluginCard.tsx} +10 -10
  96. package/src/components/embed-card/card/EmbedCardHeader.tsx +2 -2
  97. package/src/components/embed-card/card/EmbedPluginCard.tsx +2 -2
  98. package/src/components/embed-card/error-handling/EmbedCardApiErrorRenderer.tsx +4 -4
  99. package/src/components/embed-card/index.ts +1 -1
  100. package/src/components/embed-plugin-stories/XyoEmbedPlugin.examples.stories.tsx +1 -1
  101. package/src/components/embed-plugin-stories/XyoEmbedPlugin.states.stories.tsx +1 -1
  102. package/src/components/embed-plugin-stories/storyShared.tsx +4 -4
  103. package/src/components/index.ts +1 -1
  104. package/src/components/validation-alerts/ValidatePlugins.tsx +2 -2
  105. package/src/contexts/EmbedPluginContext/Context.tsx +5 -0
  106. package/src/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/Provider.tsx +6 -6
  107. package/src/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/State.ts +3 -3
  108. package/src/contexts/EmbedPluginContext/use.tsx +5 -0
  109. package/src/contexts/ValidatePayloadContext/Provider.stories.tsx +4 -4
  110. package/src/contexts/index.ts +1 -1
  111. package/src/types/{XyoEmbedPluginProps.ts → EmbedPluginProps.ts} +2 -2
  112. package/src/types/index.ts +1 -1
  113. package/dist/cjs/components/XyoEmbedPlugin.js.map +0 -1
  114. package/dist/cjs/components/embed-card/XyoEmbedPluginCard.js.map +0 -1
  115. package/dist/cjs/contexts/XyoEmbedPluginContext/Context.js +0 -6
  116. package/dist/cjs/contexts/XyoEmbedPluginContext/Context.js.map +0 -1
  117. package/dist/cjs/contexts/XyoEmbedPluginContext/Provider.js.map +0 -1
  118. package/dist/cjs/contexts/XyoEmbedPluginContext/State.js.map +0 -1
  119. package/dist/cjs/contexts/XyoEmbedPluginContext/index.js.map +0 -1
  120. package/dist/cjs/contexts/XyoEmbedPluginContext/use.js +0 -8
  121. package/dist/cjs/contexts/XyoEmbedPluginContext/use.js.map +0 -1
  122. package/dist/cjs/types/XyoEmbedPluginProps.js.map +0 -1
  123. package/dist/esm/components/XyoEmbedPlugin.js +0 -15
  124. package/dist/esm/components/XyoEmbedPlugin.js.map +0 -1
  125. package/dist/esm/components/embed-card/XyoEmbedPluginCard.js.map +0 -1
  126. package/dist/esm/contexts/XyoEmbedPluginContext/Context.js +0 -3
  127. package/dist/esm/contexts/XyoEmbedPluginContext/Context.js.map +0 -1
  128. package/dist/esm/contexts/XyoEmbedPluginContext/Provider.js.map +0 -1
  129. package/dist/esm/contexts/XyoEmbedPluginContext/State.js.map +0 -1
  130. package/dist/esm/contexts/XyoEmbedPluginContext/index.js.map +0 -1
  131. package/dist/esm/contexts/XyoEmbedPluginContext/use.js +0 -4
  132. package/dist/esm/contexts/XyoEmbedPluginContext/use.js.map +0 -1
  133. package/dist/esm/types/XyoEmbedPluginProps.js +0 -2
  134. package/dist/esm/types/XyoEmbedPluginProps.js.map +0 -1
  135. package/dist/types/components/XyoEmbedPlugin.d.ts +0 -5
  136. package/dist/types/components/XyoEmbedPlugin.d.ts.map +0 -1
  137. package/dist/types/components/embed-card/XyoEmbedPluginCard.d.ts +0 -11
  138. package/dist/types/components/embed-card/XyoEmbedPluginCard.d.ts.map +0 -1
  139. package/dist/types/contexts/XyoEmbedPluginContext/Context.d.ts +0 -4
  140. package/dist/types/contexts/XyoEmbedPluginContext/Context.d.ts.map +0 -1
  141. package/dist/types/contexts/XyoEmbedPluginContext/Provider.d.ts +0 -7
  142. package/dist/types/contexts/XyoEmbedPluginContext/Provider.d.ts.map +0 -1
  143. package/dist/types/contexts/XyoEmbedPluginContext/State.d.ts.map +0 -1
  144. package/dist/types/contexts/XyoEmbedPluginContext/index.d.ts.map +0 -1
  145. package/dist/types/contexts/XyoEmbedPluginContext/use.d.ts +0 -2
  146. package/dist/types/contexts/XyoEmbedPluginContext/use.d.ts.map +0 -1
  147. package/dist/types/types/XyoEmbedPluginProps.d.ts.map +0 -1
  148. package/src/contexts/XyoEmbedPluginContext/Context.tsx +0 -5
  149. package/src/contexts/XyoEmbedPluginContext/use.tsx +0 -5
  150. /package/dist/cjs/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/State.js +0 -0
  151. /package/dist/cjs/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/index.js +0 -0
  152. /package/dist/esm/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/State.js +0 -0
  153. /package/dist/esm/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/index.js +0 -0
  154. /package/dist/types/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/index.d.ts +0 -0
  155. /package/src/contexts/{XyoEmbedPluginContext → EmbedPluginContext}/index.ts +0 -0
package/dist/docs.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
27
27
  "line": 13,
28
28
  "character": 2,
29
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L13"
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L13"
30
30
  }
31
31
  ],
32
32
  "type": {
@@ -47,7 +47,7 @@
47
47
  "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
48
48
  "line": 14,
49
49
  "character": 2,
50
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L14"
50
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L14"
51
51
  }
52
52
  ],
53
53
  "type": {
@@ -68,7 +68,7 @@
68
68
  "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
69
69
  "line": 15,
70
70
  "character": 2,
71
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L15"
71
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L15"
72
72
  }
73
73
  ],
74
74
  "type": {
@@ -91,7 +91,7 @@
91
91
  "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
92
92
  "line": 16,
93
93
  "character": 2,
94
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L16"
94
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L16"
95
95
  }
96
96
  ],
97
97
  "type": {
@@ -129,7 +129,7 @@
129
129
  "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
130
130
  "line": 12,
131
131
  "character": 17,
132
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L12"
132
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L12"
133
133
  }
134
134
  ],
135
135
  "extendedTypes": [
@@ -144,62 +144,50 @@
144
144
  {
145
145
  "type": "reference",
146
146
  "id": 19,
147
- "name": "XyoEmbedPluginCardProps"
147
+ "name": "EmbedPluginCardProps"
148
148
  }
149
149
  ]
150
150
  },
151
151
  {
152
- "id": 112,
153
- "name": "EmbedPluginVisibilityConfig",
152
+ "id": 68,
153
+ "name": "EmbedPluginBase",
154
154
  "kind": 256,
155
155
  "kindString": "Interface",
156
156
  "flags": {},
157
157
  "children": [
158
158
  {
159
- "id": 113,
160
- "name": "hideAvatar",
159
+ "id": 69,
160
+ "name": "embedPluginConfig",
161
161
  "kind": 1024,
162
162
  "kindString": "Property",
163
163
  "flags": {
164
164
  "isOptional": true
165
165
  },
166
- "sources": [
167
- {
168
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
169
- "line": 6,
170
- "character": 2,
171
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L6"
172
- }
173
- ],
174
- "type": {
175
- "type": "intrinsic",
176
- "name": "boolean"
177
- }
178
- },
179
- {
180
- "id": 114,
181
- "name": "hideCardActions",
182
- "kind": 1024,
183
- "kindString": "Property",
184
- "flags": {
185
- "isOptional": true
166
+ "comment": {
167
+ "summary": [
168
+ {
169
+ "kind": "text",
170
+ "text": "EmbedPlugin component configuration"
171
+ }
172
+ ]
186
173
  },
187
174
  "sources": [
188
175
  {
189
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
190
- "line": 7,
176
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
177
+ "line": 24,
191
178
  "character": 2,
192
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L7"
179
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L24"
193
180
  }
194
181
  ],
195
182
  "type": {
196
- "type": "intrinsic",
197
- "name": "boolean"
183
+ "type": "reference",
184
+ "id": 66,
185
+ "name": "PluginConfig"
198
186
  }
199
187
  },
200
188
  {
201
- "id": 115,
202
- "name": "hideCardHeader",
189
+ "id": 70,
190
+ "name": "hideElementsConfig",
203
191
  "kind": 1024,
204
192
  "kindString": "Property",
205
193
  "flags": {
@@ -207,41 +195,56 @@
207
195
  },
208
196
  "sources": [
209
197
  {
210
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
211
- "line": 8,
198
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
199
+ "line": 25,
212
200
  "character": 2,
213
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L8"
201
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L25"
214
202
  }
215
203
  ],
216
204
  "type": {
217
- "type": "intrinsic",
218
- "name": "boolean"
205
+ "type": "reference",
206
+ "id": 58,
207
+ "name": "EmbedPluginVisibilityConfig"
219
208
  }
220
209
  },
221
210
  {
222
- "id": 116,
223
- "name": "hideErrorDetails",
211
+ "id": 71,
212
+ "name": "huri",
224
213
  "kind": 1024,
225
214
  "kindString": "Property",
226
215
  "flags": {
227
216
  "isOptional": true
228
217
  },
218
+ "comment": {
219
+ "summary": [],
220
+ "blockTags": [
221
+ {
222
+ "tag": "@deprecated",
223
+ "content": [
224
+ {
225
+ "kind": "text",
226
+ "text": "use huriPayload"
227
+ }
228
+ ]
229
+ }
230
+ ]
231
+ },
229
232
  "sources": [
230
233
  {
231
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
232
- "line": 9,
234
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
235
+ "line": 27,
233
236
  "character": 2,
234
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L9"
237
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L27"
235
238
  }
236
239
  ],
237
240
  "type": {
238
241
  "type": "intrinsic",
239
- "name": "boolean"
242
+ "name": "string"
240
243
  }
241
244
  },
242
245
  {
243
- "id": 117,
244
- "name": "hideRefreshButton",
246
+ "id": 72,
247
+ "name": "plugins",
245
248
  "kind": 1024,
246
249
  "kindString": "Property",
247
250
  "flags": {
@@ -249,20 +252,23 @@
249
252
  },
250
253
  "sources": [
251
254
  {
252
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
253
- "line": 10,
255
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
256
+ "line": 28,
254
257
  "character": 2,
255
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L10"
258
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
256
259
  }
257
260
  ],
258
261
  "type": {
259
- "type": "intrinsic",
260
- "name": "boolean"
262
+ "type": "array",
263
+ "elementType": {
264
+ "type": "reference",
265
+ "name": "PayloadRenderPlugin"
266
+ }
261
267
  }
262
268
  },
263
269
  {
264
- "id": 118,
265
- "name": "hideTimestamp",
270
+ "id": 73,
271
+ "name": "refreshTitle",
266
272
  "kind": 1024,
267
273
  "kindString": "Property",
268
274
  "flags": {
@@ -270,20 +276,20 @@
270
276
  },
271
277
  "sources": [
272
278
  {
273
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
274
- "line": 11,
279
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
280
+ "line": 29,
275
281
  "character": 2,
276
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L11"
282
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
277
283
  }
278
284
  ],
279
285
  "type": {
280
286
  "type": "intrinsic",
281
- "name": "boolean"
287
+ "name": "string"
282
288
  }
283
289
  },
284
290
  {
285
- "id": 119,
286
- "name": "hideTitle",
291
+ "id": 74,
292
+ "name": "timestampLabel",
287
293
  "kind": 1024,
288
294
  "kindString": "Property",
289
295
  "flags": {
@@ -291,15 +297,15 @@
291
297
  },
292
298
  "sources": [
293
299
  {
294
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
295
- "line": 12,
300
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
301
+ "line": 30,
296
302
  "character": 2,
297
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L12"
303
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
298
304
  }
299
305
  ],
300
306
  "type": {
301
307
  "type": "intrinsic",
302
- "name": "boolean"
308
+ "name": "string"
303
309
  }
304
310
  }
305
311
  ],
@@ -307,43 +313,46 @@
307
313
  {
308
314
  "title": "Properties",
309
315
  "children": [
310
- 113,
311
- 114,
312
- 115,
313
- 116,
314
- 117,
315
- 118,
316
- 119
316
+ 69,
317
+ 70,
318
+ 71,
319
+ 72,
320
+ 73,
321
+ 74
317
322
  ]
318
323
  }
319
324
  ],
320
325
  "sources": [
321
326
  {
322
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
323
- "line": 5,
327
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
328
+ "line": 22,
324
329
  "character": 17,
325
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L5"
330
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L22"
331
+ }
332
+ ],
333
+ "extendedBy": [
334
+ {
335
+ "type": "reference",
336
+ "id": 75,
337
+ "name": "EmbedPluginState"
338
+ },
339
+ {
340
+ "type": "reference",
341
+ "id": 141,
342
+ "name": "EmbedPluginProps"
326
343
  }
327
344
  ]
328
345
  },
329
346
  {
330
- "id": 120,
331
- "name": "PluginConfig",
347
+ "id": 19,
348
+ "name": "EmbedPluginCardProps",
332
349
  "kind": 256,
333
350
  "kindString": "Interface",
334
351
  "flags": {},
335
- "comment": {
336
- "summary": [
337
- {
338
- "kind": "text",
339
- "text": "Extend for custom plugin configuration"
340
- }
341
- ]
342
- },
343
352
  "children": [
344
353
  {
345
- "id": 121,
346
- "name": "listMode",
354
+ "id": 32,
355
+ "name": "busy",
347
356
  "kind": 1024,
348
357
  "kindString": "Property",
349
358
  "flags": {
@@ -351,45 +360,25 @@
351
360
  },
352
361
  "sources": [
353
362
  {
354
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
355
- "line": 19,
363
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
364
+ "line": 13,
356
365
  "character": 2,
357
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L19"
366
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L13"
358
367
  }
359
368
  ],
360
369
  "type": {
370
+ "type": "intrinsic",
371
+ "name": "boolean"
372
+ },
373
+ "inheritedFrom": {
361
374
  "type": "reference",
362
- "name": "ListMode"
375
+ "id": 2,
376
+ "name": "BusyCardProps.busy"
363
377
  }
364
- }
365
- ],
366
- "groups": [
367
- {
368
- "title": "Properties",
369
- "children": [
370
- 121
371
- ]
372
- }
373
- ],
374
- "sources": [
375
- {
376
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
377
- "line": 18,
378
- "character": 17,
379
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L18"
380
- }
381
- ]
382
- },
383
- {
384
- "id": 52,
385
- "name": "RefreshPayloadProps",
386
- "kind": 256,
387
- "kindString": "Interface",
388
- "flags": {},
389
- "children": [
378
+ },
390
379
  {
391
- "id": 53,
392
- "name": "onRefresh",
380
+ "id": 33,
381
+ "name": "busyMinimum",
393
382
  "kind": 1024,
394
383
  "kindString": "Property",
395
384
  "flags": {
@@ -397,47 +386,25 @@
397
386
  },
398
387
  "sources": [
399
388
  {
400
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
401
- "line": 7,
389
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
390
+ "line": 14,
402
391
  "character": 2,
403
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
392
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L14"
404
393
  }
405
394
  ],
406
395
  "type": {
407
- "type": "reflection",
408
- "declaration": {
409
- "id": 54,
410
- "name": "__type",
411
- "kind": 65536,
412
- "kindString": "Type literal",
413
- "flags": {},
414
- "sources": [
415
- {
416
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
417
- "line": 7,
418
- "character": 14,
419
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
420
- }
421
- ],
422
- "signatures": [
423
- {
424
- "id": 55,
425
- "name": "__type",
426
- "kind": 4096,
427
- "kindString": "Call signature",
428
- "flags": {},
429
- "type": {
430
- "type": "intrinsic",
431
- "name": "void"
432
- }
433
- }
434
- ]
435
- }
396
+ "type": "intrinsic",
397
+ "name": "number"
398
+ },
399
+ "inheritedFrom": {
400
+ "type": "reference",
401
+ "id": 3,
402
+ "name": "BusyCardProps.busyMinimum"
436
403
  }
437
404
  },
438
405
  {
439
- "id": 56,
440
- "name": "refreshPayload",
406
+ "id": 34,
407
+ "name": "busyVariant",
441
408
  "kind": 1024,
442
409
  "kindString": "Property",
443
410
  "flags": {
@@ -445,46 +412,27 @@
445
412
  },
446
413
  "sources": [
447
414
  {
448
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
449
- "line": 8,
415
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
416
+ "line": 15,
450
417
  "character": 2,
451
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L8"
418
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L15"
452
419
  }
453
420
  ],
454
421
  "type": {
455
- "type": "intrinsic",
456
- "name": "boolean"
422
+ "type": "reference",
423
+ "name": "BusyVariant",
424
+ "qualifiedName": "BusyVariant",
425
+ "package": "@xylabs/react-shared"
426
+ },
427
+ "inheritedFrom": {
428
+ "type": "reference",
429
+ "id": 4,
430
+ "name": "BusyCardProps.busyVariant"
457
431
  }
458
- }
459
- ],
460
- "groups": [
461
- {
462
- "title": "Properties",
463
- "children": [
464
- 53,
465
- 56
466
- ]
467
- }
468
- ],
469
- "sources": [
470
- {
471
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
472
- "line": 6,
473
- "character": 17,
474
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L6"
475
- }
476
- ]
477
- },
478
- {
479
- "id": 61,
480
- "name": "RefreshPayloadState",
481
- "kind": 256,
482
- "kindString": "Interface",
483
- "flags": {},
484
- "children": [
432
+ },
485
433
  {
486
- "id": 62,
487
- "name": "onRefresh",
434
+ "id": 35,
435
+ "name": "busyVariantProps",
488
436
  "kind": 1024,
489
437
  "kindString": "Property",
490
438
  "flags": {
@@ -492,69 +440,73 @@
492
440
  },
493
441
  "sources": [
494
442
  {
495
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
496
- "line": 5,
443
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
444
+ "line": 16,
497
445
  "character": 2,
498
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L5"
446
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L16"
499
447
  }
500
448
  ],
501
449
  "type": {
502
- "type": "reflection",
503
- "declaration": {
504
- "id": 63,
505
- "name": "__type",
506
- "kind": 65536,
507
- "kindString": "Type literal",
508
- "flags": {},
509
- "sources": [
510
- {
511
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
512
- "line": 5,
513
- "character": 14,
514
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L5"
515
- }
516
- ],
517
- "signatures": [
518
- {
519
- "id": 64,
520
- "name": "__type",
521
- "kind": 4096,
522
- "kindString": "Call signature",
523
- "flags": {},
524
- "type": {
525
- "type": "intrinsic",
526
- "name": "void"
527
- }
528
- }
529
- ]
530
- }
450
+ "type": "union",
451
+ "types": [
452
+ {
453
+ "type": "reference",
454
+ "name": "BusyCircularProgressProps",
455
+ "qualifiedName": "BusyCircularProgressProps",
456
+ "package": "@xylabs/react-shared"
457
+ },
458
+ {
459
+ "type": "reference",
460
+ "name": "BusyLinearProgressProps",
461
+ "qualifiedName": "BusyLinearProgressProps",
462
+ "package": "@xylabs/react-shared"
463
+ }
464
+ ]
465
+ },
466
+ "inheritedFrom": {
467
+ "type": "reference",
468
+ "id": 5,
469
+ "name": "BusyCardProps.busyVariantProps"
531
470
  }
532
471
  },
533
472
  {
534
- "id": 67,
535
- "name": "provided",
473
+ "id": 27,
474
+ "name": "embedPluginConfig",
536
475
  "kind": 1024,
537
476
  "kindString": "Property",
538
- "flags": {},
477
+ "flags": {
478
+ "isOptional": true
479
+ },
480
+ "comment": {
481
+ "summary": [
482
+ {
483
+ "kind": "text",
484
+ "text": "EmbedPlugin component configuration"
485
+ }
486
+ ]
487
+ },
539
488
  "sources": [
540
489
  {
541
- "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
542
- "line": 2,
543
- "character": 4
490
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
491
+ "line": 24,
492
+ "character": 2,
493
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L24"
544
494
  }
545
495
  ],
546
496
  "type": {
547
- "type": "intrinsic",
548
- "name": "boolean"
497
+ "type": "reference",
498
+ "id": 66,
499
+ "name": "PluginConfig"
549
500
  },
550
501
  "inheritedFrom": {
551
502
  "type": "reference",
552
- "name": "ContextExState.provided"
503
+ "id": 149,
504
+ "name": "EmbedPluginProps.embedPluginConfig"
553
505
  }
554
506
  },
555
507
  {
556
- "id": 65,
557
- "name": "refreshPayload",
508
+ "id": 20,
509
+ "name": "hideElementsConfig",
558
510
  "kind": 1024,
559
511
  "kindString": "Property",
560
512
  "flags": {
@@ -562,171 +514,65 @@
562
514
  },
563
515
  "sources": [
564
516
  {
565
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
517
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
566
518
  "line": 6,
567
519
  "character": 2,
568
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L6"
520
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L6"
569
521
  }
570
522
  ],
571
523
  "type": {
572
- "type": "intrinsic",
573
- "name": "boolean"
524
+ "type": "reference",
525
+ "id": 58,
526
+ "name": "EmbedPluginVisibilityConfig"
527
+ },
528
+ "inheritedFrom": {
529
+ "type": "reference",
530
+ "id": 142,
531
+ "name": "EmbedPluginProps.hideElementsConfig"
574
532
  }
575
533
  },
576
534
  {
577
- "id": 66,
578
- "name": "setRefreshPayload",
535
+ "id": 28,
536
+ "name": "huri",
579
537
  "kind": 1024,
580
538
  "kindString": "Property",
581
539
  "flags": {
582
540
  "isOptional": true
583
541
  },
584
- "sources": [
585
- {
586
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
587
- "line": 7,
588
- "character": 2,
589
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L7"
590
- }
591
- ],
592
- "type": {
593
- "type": "reference",
594
- "typeArguments": [
542
+ "comment": {
543
+ "summary": [],
544
+ "blockTags": [
595
545
  {
596
- "type": "reference",
597
- "typeArguments": [
546
+ "tag": "@deprecated",
547
+ "content": [
598
548
  {
599
- "type": "union",
600
- "types": [
601
- {
602
- "type": "intrinsic",
603
- "name": "undefined"
604
- },
605
- {
606
- "type": "intrinsic",
607
- "name": "boolean"
608
- }
609
- ]
549
+ "kind": "text",
550
+ "text": "use huriPayload"
610
551
  }
611
- ],
612
- "name": "SetStateAction",
613
- "qualifiedName": "React.SetStateAction",
614
- "package": "@types/react"
552
+ ]
615
553
  }
616
- ],
617
- "name": "Dispatch",
618
- "qualifiedName": "React.Dispatch",
619
- "package": "@types/react"
620
- }
621
- }
622
- ],
623
- "groups": [
624
- {
625
- "title": "Properties",
626
- "children": [
627
- 62,
628
- 67,
629
- 65,
630
- 66
631
- ]
632
- }
633
- ],
634
- "sources": [
635
- {
636
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
637
- "line": 4,
638
- "character": 17,
639
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L4"
640
- }
641
- ],
642
- "extendedTypes": [
643
- {
644
- "type": "reference",
645
- "name": "ContextExState"
646
- }
647
- ]
648
- },
649
- {
650
- "id": 76,
651
- "name": "ResolvePayloadState",
652
- "kind": 256,
653
- "kindString": "Interface",
654
- "flags": {},
655
- "children": [
656
- {
657
- "id": 77,
658
- "name": "huri",
659
- "kind": 1024,
660
- "kindString": "Property",
661
- "flags": {
662
- "isOptional": true
554
+ ]
663
555
  },
664
556
  "sources": [
665
557
  {
666
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
667
- "line": 7,
558
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
559
+ "line": 27,
668
560
  "character": 2,
669
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L7"
561
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L27"
670
562
  }
671
563
  ],
672
564
  "type": {
673
565
  "type": "intrinsic",
674
566
  "name": "string"
675
- }
676
- },
677
- {
678
- "id": 78,
679
- "name": "huriError",
680
- "kind": 1024,
681
- "kindString": "Property",
682
- "flags": {
683
- "isOptional": true
684
567
  },
685
- "sources": [
686
- {
687
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
688
- "line": 8,
689
- "character": 2,
690
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L8"
691
- }
692
- ],
693
- "type": {
694
- "type": "intersection",
695
- "types": [
696
- {
697
- "type": "reference",
698
- "name": "SchemaFields",
699
- "qualifiedName": "SchemaFields",
700
- "package": "@xyo-network/payload-model"
701
- },
702
- {
703
- "type": "reference",
704
- "name": "PayloadFields",
705
- "qualifiedName": "PayloadFields",
706
- "package": "@xyo-network/payload-model"
707
- },
708
- {
709
- "type": "reflection",
710
- "declaration": {
711
- "id": 79,
712
- "name": "__type",
713
- "kind": 65536,
714
- "kindString": "Type literal",
715
- "flags": {},
716
- "sources": [
717
- {
718
- "fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
719
- "line": 5,
720
- "character": 34
721
- }
722
- ]
723
- }
724
- }
725
- ]
568
+ "inheritedFrom": {
569
+ "type": "reference",
570
+ "id": 150,
571
+ "name": "EmbedPluginProps.huri"
726
572
  }
727
573
  },
728
574
  {
729
- "id": 80,
575
+ "id": 21,
730
576
  "name": "huriPayload",
731
577
  "kind": 1024,
732
578
  "kindString": "Property",
@@ -735,10 +581,10 @@
735
581
  },
736
582
  "sources": [
737
583
  {
738
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
739
- "line": 9,
584
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
585
+ "line": 7,
740
586
  "character": 2,
741
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L9"
587
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L7"
742
588
  }
743
589
  ],
744
590
  "type": {
@@ -766,7 +612,7 @@
766
612
  {
767
613
  "type": "reflection",
768
614
  "declaration": {
769
- "id": 81,
615
+ "id": 22,
770
616
  "name": "__type",
771
617
  "kind": 65536,
772
618
  "kindString": "Type literal",
@@ -783,32 +629,16 @@
783
629
  ]
784
630
  }
785
631
  ]
786
- }
787
- },
788
- {
789
- "id": 82,
790
- "name": "notFound",
791
- "kind": 1024,
792
- "kindString": "Property",
793
- "flags": {
794
- "isOptional": true
795
632
  },
796
- "sources": [
797
- {
798
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
799
- "line": 10,
800
- "character": 2,
801
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L10"
802
- }
803
- ],
804
- "type": {
805
- "type": "intrinsic",
806
- "name": "boolean"
633
+ "inheritedFrom": {
634
+ "type": "reference",
635
+ "id": 143,
636
+ "name": "EmbedPluginProps.huriPayload"
807
637
  }
808
638
  },
809
639
  {
810
- "id": 83,
811
- "name": "payload",
640
+ "id": 23,
641
+ "name": "onRefresh",
812
642
  "kind": 1024,
813
643
  "kindString": "Property",
814
644
  "flags": {
@@ -816,72 +646,89 @@
816
646
  },
817
647
  "sources": [
818
648
  {
819
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
820
- "line": 11,
649
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
650
+ "line": 9,
821
651
  "character": 2,
822
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L11"
652
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L9"
823
653
  }
824
654
  ],
825
655
  "type": {
826
- "type": "intersection",
827
- "types": [
828
- {
829
- "type": "reference",
830
- "name": "SchemaFields",
831
- "qualifiedName": "SchemaFields",
832
- "package": "@xyo-network/payload-model"
833
- },
834
- {
835
- "type": "reference",
836
- "name": "PayloadFields",
837
- "qualifiedName": "PayloadFields",
838
- "package": "@xyo-network/payload-model"
839
- },
840
- {
841
- "type": "reflection",
842
- "declaration": {
843
- "id": 84,
656
+ "type": "reflection",
657
+ "declaration": {
658
+ "id": 24,
659
+ "name": "__type",
660
+ "kind": 65536,
661
+ "kindString": "Type literal",
662
+ "flags": {},
663
+ "sources": [
664
+ {
665
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
666
+ "line": 9,
667
+ "character": 14,
668
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L9"
669
+ }
670
+ ],
671
+ "signatures": [
672
+ {
673
+ "id": 25,
844
674
  "name": "__type",
845
- "kind": 65536,
846
- "kindString": "Type literal",
675
+ "kind": 4096,
676
+ "kindString": "Call signature",
847
677
  "flags": {},
848
- "sources": [
849
- {
850
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
851
- "line": 18,
852
- "character": 17
853
- }
854
- ]
678
+ "comment": {
679
+ "summary": [
680
+ {
681
+ "kind": "text",
682
+ "text": "string for huri to resolve and payload for bypassing huri resolution"
683
+ }
684
+ ]
685
+ },
686
+ "type": {
687
+ "type": "intrinsic",
688
+ "name": "void"
689
+ }
855
690
  }
856
- }
857
- ]
691
+ ]
692
+ }
693
+ },
694
+ "inheritedFrom": {
695
+ "type": "reference",
696
+ "id": 145,
697
+ "name": "EmbedPluginProps.onRefresh"
858
698
  }
859
699
  },
860
700
  {
861
- "id": 90,
862
- "name": "provided",
701
+ "id": 29,
702
+ "name": "plugins",
863
703
  "kind": 1024,
864
704
  "kindString": "Property",
865
- "flags": {},
705
+ "flags": {
706
+ "isOptional": true
707
+ },
866
708
  "sources": [
867
709
  {
868
- "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
869
- "line": 2,
870
- "character": 4
710
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
711
+ "line": 28,
712
+ "character": 2,
713
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
871
714
  }
872
715
  ],
873
716
  "type": {
874
- "type": "intrinsic",
875
- "name": "boolean"
717
+ "type": "array",
718
+ "elementType": {
719
+ "type": "reference",
720
+ "name": "PayloadRenderPlugin"
721
+ }
876
722
  },
877
723
  "inheritedFrom": {
878
724
  "type": "reference",
879
- "name": "ContextExState.provided"
725
+ "id": 151,
726
+ "name": "EmbedPluginProps.plugins"
880
727
  }
881
728
  },
882
729
  {
883
- "id": 85,
884
- "name": "refreshHuri",
730
+ "id": 30,
731
+ "name": "refreshTitle",
885
732
  "kind": 1024,
886
733
  "kindString": "Property",
887
734
  "flags": {
@@ -889,47 +736,25 @@
889
736
  },
890
737
  "sources": [
891
738
  {
892
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
893
- "line": 12,
739
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
740
+ "line": 29,
894
741
  "character": 2,
895
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
742
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
896
743
  }
897
744
  ],
898
745
  "type": {
899
- "type": "reflection",
900
- "declaration": {
901
- "id": 86,
902
- "name": "__type",
903
- "kind": 65536,
904
- "kindString": "Type literal",
905
- "flags": {},
906
- "sources": [
907
- {
908
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
909
- "line": 12,
910
- "character": 16,
911
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
912
- }
913
- ],
914
- "signatures": [
915
- {
916
- "id": 87,
917
- "name": "__type",
918
- "kind": 4096,
919
- "kindString": "Call signature",
920
- "flags": {},
921
- "type": {
922
- "type": "intrinsic",
923
- "name": "void"
924
- }
925
- }
926
- ]
927
- }
746
+ "type": "intrinsic",
747
+ "name": "string"
748
+ },
749
+ "inheritedFrom": {
750
+ "type": "reference",
751
+ "id": 152,
752
+ "name": "EmbedPluginProps.refreshTitle"
928
753
  }
929
754
  },
930
755
  {
931
- "id": 88,
932
- "name": "setPayload",
756
+ "id": 31,
757
+ "name": "timestampLabel",
933
758
  "kind": 1024,
934
759
  "kindString": "Property",
935
760
  "flags": {
@@ -937,113 +762,25 @@
937
762
  },
938
763
  "sources": [
939
764
  {
940
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
941
- "line": 13,
765
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
766
+ "line": 30,
942
767
  "character": 2,
943
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L13"
768
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
944
769
  }
945
770
  ],
946
771
  "type": {
772
+ "type": "intrinsic",
773
+ "name": "string"
774
+ },
775
+ "inheritedFrom": {
947
776
  "type": "reference",
948
- "typeArguments": [
949
- {
950
- "type": "reference",
951
- "typeArguments": [
952
- {
953
- "type": "union",
954
- "types": [
955
- {
956
- "type": "intrinsic",
957
- "name": "undefined"
958
- },
959
- {
960
- "type": "intersection",
961
- "types": [
962
- {
963
- "type": "reference",
964
- "name": "SchemaFields",
965
- "qualifiedName": "SchemaFields",
966
- "package": "@xyo-network/payload-model"
967
- },
968
- {
969
- "type": "reference",
970
- "name": "PayloadFields",
971
- "qualifiedName": "PayloadFields",
972
- "package": "@xyo-network/payload-model"
973
- },
974
- {
975
- "type": "reflection",
976
- "declaration": {
977
- "id": 89,
978
- "name": "__type",
979
- "kind": 65536,
980
- "kindString": "Type literal",
981
- "flags": {},
982
- "sources": [
983
- {
984
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
985
- "line": 18,
986
- "character": 17
987
- }
988
- ]
989
- }
990
- }
991
- ]
992
- }
993
- ]
994
- }
995
- ],
996
- "name": "SetStateAction",
997
- "qualifiedName": "React.SetStateAction",
998
- "package": "@types/react"
999
- }
1000
- ],
1001
- "name": "Dispatch",
1002
- "qualifiedName": "React.Dispatch",
1003
- "package": "@types/react"
777
+ "id": 153,
778
+ "name": "EmbedPluginProps.timestampLabel"
1004
779
  }
1005
- }
1006
- ],
1007
- "groups": [
1008
- {
1009
- "title": "Properties",
1010
- "children": [
1011
- 77,
1012
- 78,
1013
- 80,
1014
- 82,
1015
- 83,
1016
- 90,
1017
- 85,
1018
- 88
1019
- ]
1020
- }
1021
- ],
1022
- "sources": [
1023
- {
1024
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
1025
- "line": 6,
1026
- "character": 17,
1027
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L6"
1028
- }
1029
- ],
1030
- "extendedTypes": [
1031
- {
1032
- "type": "reference",
1033
- "name": "ContextExState"
1034
- }
1035
- ]
1036
- },
1037
- {
1038
- "id": 93,
1039
- "name": "ValidatePayloadProviderProps",
1040
- "kind": 256,
1041
- "kindString": "Interface",
1042
- "flags": {},
1043
- "children": [
780
+ },
1044
781
  {
1045
- "id": 94,
1046
- "name": "enabled",
782
+ "id": 26,
783
+ "name": "validateSchema",
1047
784
  "kind": 1024,
1048
785
  "kindString": "Property",
1049
786
  "flags": {
@@ -1051,15 +788,20 @@
1051
788
  },
1052
789
  "sources": [
1053
790
  {
1054
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
1055
- "line": 12,
791
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
792
+ "line": 10,
1056
793
  "character": 2,
1057
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L12"
794
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L10"
1058
795
  }
1059
796
  ],
1060
797
  "type": {
1061
798
  "type": "intrinsic",
1062
799
  "name": "boolean"
800
+ },
801
+ "inheritedFrom": {
802
+ "type": "reference",
803
+ "id": 148,
804
+ "name": "EmbedPluginProps.validateSchema"
1063
805
  }
1064
806
  }
1065
807
  ],
@@ -1067,93 +809,94 @@
1067
809
  {
1068
810
  "title": "Properties",
1069
811
  "children": [
1070
- 94
812
+ 32,
813
+ 33,
814
+ 34,
815
+ 35,
816
+ 27,
817
+ 20,
818
+ 28,
819
+ 21,
820
+ 23,
821
+ 29,
822
+ 30,
823
+ 31,
824
+ 26
1071
825
  ]
1072
826
  }
1073
827
  ],
1074
828
  "sources": [
1075
829
  {
1076
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
830
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx",
1077
831
  "line": 10,
1078
832
  "character": 17,
1079
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L10"
833
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx#L10"
834
+ }
835
+ ],
836
+ "extendedTypes": [
837
+ {
838
+ "type": "reference",
839
+ "name": "WithChildren",
840
+ "qualifiedName": "WithChildren",
841
+ "package": "@xylabs/react-shared"
842
+ },
843
+ {
844
+ "type": "reference",
845
+ "id": 141,
846
+ "name": "EmbedPluginProps"
847
+ },
848
+ {
849
+ "type": "reference",
850
+ "id": 1,
851
+ "name": "BusyCardProps"
1080
852
  }
1081
853
  ]
1082
854
  },
1083
855
  {
1084
- "id": 99,
1085
- "name": "ValidatePayloadState",
856
+ "id": 141,
857
+ "name": "EmbedPluginProps",
1086
858
  "kind": 256,
1087
859
  "kindString": "Interface",
1088
860
  "flags": {},
1089
861
  "children": [
1090
862
  {
1091
- "id": 100,
1092
- "name": "enabled",
863
+ "id": 149,
864
+ "name": "embedPluginConfig",
1093
865
  "kind": 1024,
1094
866
  "kindString": "Property",
1095
867
  "flags": {
1096
868
  "isOptional": true
1097
869
  },
870
+ "comment": {
871
+ "summary": [
872
+ {
873
+ "kind": "text",
874
+ "text": "EmbedPlugin component configuration"
875
+ }
876
+ ]
877
+ },
1098
878
  "sources": [
1099
879
  {
1100
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1101
- "line": 4,
880
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
881
+ "line": 24,
1102
882
  "character": 2,
1103
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L4"
1104
- }
1105
- ],
1106
- "type": {
1107
- "type": "intrinsic",
1108
- "name": "boolean"
1109
- }
1110
- },
1111
- {
1112
- "id": 103,
1113
- "name": "provided",
1114
- "kind": 1024,
1115
- "kindString": "Property",
1116
- "flags": {},
1117
- "sources": [
1118
- {
1119
- "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
1120
- "line": 2,
1121
- "character": 4
883
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L24"
1122
884
  }
1123
885
  ],
1124
886
  "type": {
1125
- "type": "intrinsic",
1126
- "name": "boolean"
887
+ "type": "reference",
888
+ "id": 66,
889
+ "name": "PluginConfig"
1127
890
  },
1128
891
  "inheritedFrom": {
1129
892
  "type": "reference",
1130
- "name": "ContextExState.provided"
893
+ "id": 69,
894
+ "name": "EmbedPluginBase.embedPluginConfig"
1131
895
  }
1132
896
  },
1133
897
  {
1134
- "id": 101,
1135
- "name": "schema",
1136
- "kind": 1024,
1137
- "kindString": "Property",
1138
- "flags": {
1139
- "isOptional": true
1140
- },
1141
- "sources": [
1142
- {
1143
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1144
- "line": 5,
1145
- "character": 2,
1146
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L5"
1147
- }
1148
- ],
1149
- "type": {
1150
- "type": "intrinsic",
1151
- "name": "string"
1152
- }
1153
- },
1154
- {
1155
- "id": 102,
1156
- "name": "validPayload",
898
+ "id": 142,
899
+ "name": "hideElementsConfig",
1157
900
  "kind": 1024,
1158
901
  "kindString": "Property",
1159
902
  "flags": {
@@ -1161,84 +904,66 @@
1161
904
  },
1162
905
  "sources": [
1163
906
  {
1164
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
907
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1165
908
  "line": 6,
1166
909
  "character": 2,
1167
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L6"
910
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L6"
1168
911
  }
1169
912
  ],
1170
913
  "type": {
1171
- "type": "intrinsic",
1172
- "name": "boolean"
914
+ "type": "reference",
915
+ "id": 58,
916
+ "name": "EmbedPluginVisibilityConfig"
917
+ },
918
+ "overwrites": {
919
+ "type": "reference",
920
+ "id": 70,
921
+ "name": "EmbedPluginBase.hideElementsConfig"
1173
922
  }
1174
- }
1175
- ],
1176
- "groups": [
1177
- {
1178
- "title": "Properties",
1179
- "children": [
1180
- 100,
1181
- 103,
1182
- 101,
1183
- 102
1184
- ]
1185
- }
1186
- ],
1187
- "sources": [
1188
- {
1189
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1190
- "line": 3,
1191
- "character": 17,
1192
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L3"
1193
- }
1194
- ],
1195
- "extendedTypes": [
1196
- {
1197
- "type": "reference",
1198
- "name": "ContextExState"
1199
- }
1200
- ]
1201
- },
1202
- {
1203
- "id": 122,
1204
- "name": "XyoEmbedPluginBase",
1205
- "kind": 256,
1206
- "kindString": "Interface",
1207
- "flags": {},
1208
- "children": [
923
+ },
1209
924
  {
1210
- "id": 123,
1211
- "name": "embedPluginConfig",
925
+ "id": 150,
926
+ "name": "huri",
1212
927
  "kind": 1024,
1213
928
  "kindString": "Property",
1214
929
  "flags": {
1215
930
  "isOptional": true
1216
931
  },
1217
932
  "comment": {
1218
- "summary": [
933
+ "summary": [],
934
+ "blockTags": [
1219
935
  {
1220
- "kind": "text",
1221
- "text": "XyoEmbedPlugin component configuration"
936
+ "tag": "@deprecated",
937
+ "content": [
938
+ {
939
+ "kind": "text",
940
+ "text": "use huriPayload"
941
+ }
942
+ ]
1222
943
  }
1223
944
  ]
1224
945
  },
1225
946
  "sources": [
1226
947
  {
1227
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1228
- "line": 24,
948
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
949
+ "line": 27,
1229
950
  "character": 2,
1230
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
951
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L27"
1231
952
  }
1232
953
  ],
1233
954
  "type": {
955
+ "type": "intrinsic",
956
+ "name": "string"
957
+ },
958
+ "inheritedFrom": {
1234
959
  "type": "reference",
1235
- "id": 120,
1236
- "name": "PluginConfig"
960
+ "id": 71,
961
+ "name": "EmbedPluginBase.huri"
1237
962
  }
1238
963
  },
1239
964
  {
1240
- "id": 124,
1241
- "name": "hideElementsConfig",
965
+ "id": 143,
966
+ "name": "huriPayload",
1242
967
  "kind": 1024,
1243
968
  "kindString": "Property",
1244
969
  "flags": {
@@ -1246,55 +971,114 @@
1246
971
  },
1247
972
  "sources": [
1248
973
  {
1249
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1250
- "line": 25,
974
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
975
+ "line": 7,
1251
976
  "character": 2,
1252
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L25"
977
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L7"
1253
978
  }
1254
979
  ],
1255
980
  "type": {
1256
- "type": "reference",
1257
- "id": 112,
1258
- "name": "EmbedPluginVisibilityConfig"
981
+ "type": "union",
982
+ "types": [
983
+ {
984
+ "type": "intrinsic",
985
+ "name": "string"
986
+ },
987
+ {
988
+ "type": "intersection",
989
+ "types": [
990
+ {
991
+ "type": "reference",
992
+ "name": "SchemaFields",
993
+ "qualifiedName": "SchemaFields",
994
+ "package": "@xyo-network/payload-model"
995
+ },
996
+ {
997
+ "type": "reference",
998
+ "name": "PayloadFields",
999
+ "qualifiedName": "PayloadFields",
1000
+ "package": "@xyo-network/payload-model"
1001
+ },
1002
+ {
1003
+ "type": "reflection",
1004
+ "declaration": {
1005
+ "id": 144,
1006
+ "name": "__type",
1007
+ "kind": 65536,
1008
+ "kindString": "Type literal",
1009
+ "flags": {},
1010
+ "sources": [
1011
+ {
1012
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1013
+ "line": 18,
1014
+ "character": 17
1015
+ }
1016
+ ]
1017
+ }
1018
+ }
1019
+ ]
1020
+ }
1021
+ ]
1259
1022
  }
1260
1023
  },
1261
1024
  {
1262
- "id": 125,
1263
- "name": "huri",
1025
+ "id": 145,
1026
+ "name": "onRefresh",
1264
1027
  "kind": 1024,
1265
1028
  "kindString": "Property",
1266
1029
  "flags": {
1267
1030
  "isOptional": true
1268
1031
  },
1269
- "comment": {
1270
- "summary": [],
1271
- "blockTags": [
1272
- {
1273
- "tag": "@deprecated",
1274
- "content": [
1275
- {
1276
- "kind": "text",
1277
- "text": "use huriPayload"
1278
- }
1279
- ]
1280
- }
1281
- ]
1282
- },
1283
1032
  "sources": [
1284
1033
  {
1285
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1286
- "line": 27,
1034
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1035
+ "line": 9,
1287
1036
  "character": 2,
1288
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L27"
1037
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L9"
1289
1038
  }
1290
1039
  ],
1291
1040
  "type": {
1292
- "type": "intrinsic",
1293
- "name": "string"
1041
+ "type": "reflection",
1042
+ "declaration": {
1043
+ "id": 146,
1044
+ "name": "__type",
1045
+ "kind": 65536,
1046
+ "kindString": "Type literal",
1047
+ "flags": {},
1048
+ "sources": [
1049
+ {
1050
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1051
+ "line": 9,
1052
+ "character": 14,
1053
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L9"
1054
+ }
1055
+ ],
1056
+ "signatures": [
1057
+ {
1058
+ "id": 147,
1059
+ "name": "__type",
1060
+ "kind": 4096,
1061
+ "kindString": "Call signature",
1062
+ "flags": {},
1063
+ "comment": {
1064
+ "summary": [
1065
+ {
1066
+ "kind": "text",
1067
+ "text": "string for huri to resolve and payload for bypassing huri resolution"
1068
+ }
1069
+ ]
1070
+ },
1071
+ "type": {
1072
+ "type": "intrinsic",
1073
+ "name": "void"
1074
+ }
1075
+ }
1076
+ ]
1077
+ }
1294
1078
  }
1295
1079
  },
1296
1080
  {
1297
- "id": 126,
1081
+ "id": 151,
1298
1082
  "name": "plugins",
1299
1083
  "kind": 1024,
1300
1084
  "kindString": "Property",
@@ -1303,10 +1087,10 @@
1303
1087
  },
1304
1088
  "sources": [
1305
1089
  {
1306
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1090
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1307
1091
  "line": 28,
1308
1092
  "character": 2,
1309
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
1093
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
1310
1094
  }
1311
1095
  ],
1312
1096
  "type": {
@@ -1315,10 +1099,15 @@
1315
1099
  "type": "reference",
1316
1100
  "name": "PayloadRenderPlugin"
1317
1101
  }
1102
+ },
1103
+ "inheritedFrom": {
1104
+ "type": "reference",
1105
+ "id": 72,
1106
+ "name": "EmbedPluginBase.plugins"
1318
1107
  }
1319
1108
  },
1320
1109
  {
1321
- "id": 127,
1110
+ "id": 152,
1322
1111
  "name": "refreshTitle",
1323
1112
  "kind": 1024,
1324
1113
  "kindString": "Property",
@@ -1327,19 +1116,24 @@
1327
1116
  },
1328
1117
  "sources": [
1329
1118
  {
1330
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1119
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1331
1120
  "line": 29,
1332
1121
  "character": 2,
1333
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
1122
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
1334
1123
  }
1335
1124
  ],
1336
1125
  "type": {
1337
1126
  "type": "intrinsic",
1338
1127
  "name": "string"
1128
+ },
1129
+ "inheritedFrom": {
1130
+ "type": "reference",
1131
+ "id": 73,
1132
+ "name": "EmbedPluginBase.refreshTitle"
1339
1133
  }
1340
1134
  },
1341
1135
  {
1342
- "id": 128,
1136
+ "id": 153,
1343
1137
  "name": "timestampLabel",
1344
1138
  "kind": 1024,
1345
1139
  "kindString": "Property",
@@ -1348,15 +1142,41 @@
1348
1142
  },
1349
1143
  "sources": [
1350
1144
  {
1351
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1145
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1352
1146
  "line": 30,
1353
1147
  "character": 2,
1354
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
1148
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
1355
1149
  }
1356
1150
  ],
1357
1151
  "type": {
1358
1152
  "type": "intrinsic",
1359
1153
  "name": "string"
1154
+ },
1155
+ "inheritedFrom": {
1156
+ "type": "reference",
1157
+ "id": 74,
1158
+ "name": "EmbedPluginBase.timestampLabel"
1159
+ }
1160
+ },
1161
+ {
1162
+ "id": 148,
1163
+ "name": "validateSchema",
1164
+ "kind": 1024,
1165
+ "kindString": "Property",
1166
+ "flags": {
1167
+ "isOptional": true
1168
+ },
1169
+ "sources": [
1170
+ {
1171
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1172
+ "line": 10,
1173
+ "character": 2,
1174
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L10"
1175
+ }
1176
+ ],
1177
+ "type": {
1178
+ "type": "intrinsic",
1179
+ "name": "boolean"
1360
1180
  }
1361
1181
  }
1362
1182
  ],
@@ -1364,126 +1184,51 @@
1364
1184
  {
1365
1185
  "title": "Properties",
1366
1186
  "children": [
1367
- 123,
1368
- 124,
1369
- 125,
1370
- 126,
1371
- 127,
1372
- 128
1373
- ]
1374
- }
1187
+ 149,
1188
+ 142,
1189
+ 150,
1190
+ 143,
1191
+ 145,
1192
+ 151,
1193
+ 152,
1194
+ 153,
1195
+ 148
1196
+ ]
1197
+ }
1375
1198
  ],
1376
1199
  "sources": [
1377
1200
  {
1378
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1379
- "line": 22,
1201
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1202
+ "line": 5,
1380
1203
  "character": 17,
1381
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L22"
1204
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L5"
1382
1205
  }
1383
1206
  ],
1384
- "extendedBy": [
1207
+ "extendedTypes": [
1385
1208
  {
1386
1209
  "type": "reference",
1387
- "id": 129,
1388
- "name": "XyoEmbedPluginState"
1389
- },
1210
+ "id": 68,
1211
+ "name": "EmbedPluginBase"
1212
+ }
1213
+ ],
1214
+ "extendedBy": [
1390
1215
  {
1391
1216
  "type": "reference",
1392
- "id": 141,
1393
- "name": "XyoEmbedPluginProps"
1217
+ "id": 19,
1218
+ "name": "EmbedPluginCardProps"
1394
1219
  }
1395
1220
  ]
1396
1221
  },
1397
1222
  {
1398
- "id": 19,
1399
- "name": "XyoEmbedPluginCardProps",
1223
+ "id": 75,
1224
+ "name": "EmbedPluginState",
1400
1225
  "kind": 256,
1401
1226
  "kindString": "Interface",
1402
1227
  "flags": {},
1403
1228
  "children": [
1404
1229
  {
1405
- "id": 32,
1406
- "name": "busy",
1407
- "kind": 1024,
1408
- "kindString": "Property",
1409
- "flags": {
1410
- "isOptional": true
1411
- },
1412
- "sources": [
1413
- {
1414
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1415
- "line": 13,
1416
- "character": 2,
1417
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L13"
1418
- }
1419
- ],
1420
- "type": {
1421
- "type": "intrinsic",
1422
- "name": "boolean"
1423
- },
1424
- "inheritedFrom": {
1425
- "type": "reference",
1426
- "id": 2,
1427
- "name": "BusyCardProps.busy"
1428
- }
1429
- },
1430
- {
1431
- "id": 33,
1432
- "name": "busyMinimum",
1433
- "kind": 1024,
1434
- "kindString": "Property",
1435
- "flags": {
1436
- "isOptional": true
1437
- },
1438
- "sources": [
1439
- {
1440
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1441
- "line": 14,
1442
- "character": 2,
1443
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L14"
1444
- }
1445
- ],
1446
- "type": {
1447
- "type": "intrinsic",
1448
- "name": "number"
1449
- },
1450
- "inheritedFrom": {
1451
- "type": "reference",
1452
- "id": 3,
1453
- "name": "BusyCardProps.busyMinimum"
1454
- }
1455
- },
1456
- {
1457
- "id": 34,
1458
- "name": "busyVariant",
1459
- "kind": 1024,
1460
- "kindString": "Property",
1461
- "flags": {
1462
- "isOptional": true
1463
- },
1464
- "sources": [
1465
- {
1466
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1467
- "line": 15,
1468
- "character": 2,
1469
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L15"
1470
- }
1471
- ],
1472
- "type": {
1473
- "type": "reference",
1474
- "name": "BusyVariant",
1475
- "qualifiedName": "BusyVariant",
1476
- "package": "@xylabs/react-shared"
1477
- },
1478
- "inheritedFrom": {
1479
- "type": "reference",
1480
- "id": 4,
1481
- "name": "BusyCardProps.busyVariant"
1482
- }
1483
- },
1484
- {
1485
- "id": 35,
1486
- "name": "busyVariantProps",
1230
+ "id": 76,
1231
+ "name": "activePlugin",
1487
1232
  "kind": 1024,
1488
1233
  "kindString": "Property",
1489
1234
  "flags": {
@@ -1491,37 +1236,19 @@
1491
1236
  },
1492
1237
  "sources": [
1493
1238
  {
1494
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1495
- "line": 16,
1239
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1240
+ "line": 34,
1496
1241
  "character": 2,
1497
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L16"
1242
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L34"
1498
1243
  }
1499
1244
  ],
1500
1245
  "type": {
1501
- "type": "union",
1502
- "types": [
1503
- {
1504
- "type": "reference",
1505
- "name": "BusyCircularProgressProps",
1506
- "qualifiedName": "BusyCircularProgressProps",
1507
- "package": "@xylabs/react-shared"
1508
- },
1509
- {
1510
- "type": "reference",
1511
- "name": "BusyLinearProgressProps",
1512
- "qualifiedName": "BusyLinearProgressProps",
1513
- "package": "@xylabs/react-shared"
1514
- }
1515
- ]
1516
- },
1517
- "inheritedFrom": {
1518
1246
  "type": "reference",
1519
- "id": 5,
1520
- "name": "BusyCardProps.busyVariantProps"
1247
+ "name": "PayloadRenderPlugin"
1521
1248
  }
1522
1249
  },
1523
1250
  {
1524
- "id": 27,
1251
+ "id": 78,
1525
1252
  "name": "embedPluginConfig",
1526
1253
  "kind": 1024,
1527
1254
  "kindString": "Property",
@@ -1532,31 +1259,31 @@
1532
1259
  "summary": [
1533
1260
  {
1534
1261
  "kind": "text",
1535
- "text": "XyoEmbedPlugin component configuration"
1262
+ "text": "EmbedPlugin component configuration"
1536
1263
  }
1537
1264
  ]
1538
1265
  },
1539
1266
  "sources": [
1540
1267
  {
1541
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1268
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1542
1269
  "line": 24,
1543
1270
  "character": 2,
1544
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
1271
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L24"
1545
1272
  }
1546
1273
  ],
1547
1274
  "type": {
1548
1275
  "type": "reference",
1549
- "id": 120,
1276
+ "id": 66,
1550
1277
  "name": "PluginConfig"
1551
1278
  },
1552
1279
  "inheritedFrom": {
1553
1280
  "type": "reference",
1554
- "id": 149,
1555
- "name": "XyoEmbedPluginProps.embedPluginConfig"
1281
+ "id": 69,
1282
+ "name": "EmbedPluginBase.embedPluginConfig"
1556
1283
  }
1557
1284
  },
1558
1285
  {
1559
- "id": 20,
1286
+ "id": 79,
1560
1287
  "name": "hideElementsConfig",
1561
1288
  "kind": 1024,
1562
1289
  "kindString": "Property",
@@ -1565,25 +1292,25 @@
1565
1292
  },
1566
1293
  "sources": [
1567
1294
  {
1568
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1569
- "line": 6,
1295
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1296
+ "line": 25,
1570
1297
  "character": 2,
1571
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L6"
1298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L25"
1572
1299
  }
1573
1300
  ],
1574
1301
  "type": {
1575
1302
  "type": "reference",
1576
- "id": 112,
1303
+ "id": 58,
1577
1304
  "name": "EmbedPluginVisibilityConfig"
1578
1305
  },
1579
1306
  "inheritedFrom": {
1580
1307
  "type": "reference",
1581
- "id": 142,
1582
- "name": "XyoEmbedPluginProps.hideElementsConfig"
1308
+ "id": 70,
1309
+ "name": "EmbedPluginBase.hideElementsConfig"
1583
1310
  }
1584
1311
  },
1585
1312
  {
1586
- "id": 28,
1313
+ "id": 80,
1587
1314
  "name": "huri",
1588
1315
  "kind": 1024,
1589
1316
  "kindString": "Property",
@@ -1606,10 +1333,10 @@
1606
1333
  },
1607
1334
  "sources": [
1608
1335
  {
1609
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1336
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1610
1337
  "line": 27,
1611
1338
  "character": 2,
1612
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L27"
1339
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L27"
1613
1340
  }
1614
1341
  ],
1615
1342
  "type": {
@@ -1618,13 +1345,13 @@
1618
1345
  },
1619
1346
  "inheritedFrom": {
1620
1347
  "type": "reference",
1621
- "id": 150,
1622
- "name": "XyoEmbedPluginProps.huri"
1348
+ "id": 71,
1349
+ "name": "EmbedPluginBase.huri"
1623
1350
  }
1624
1351
  },
1625
1352
  {
1626
- "id": 21,
1627
- "name": "huriPayload",
1353
+ "id": 81,
1354
+ "name": "plugins",
1628
1355
  "kind": 1024,
1629
1356
  "kindString": "Property",
1630
1357
  "flags": {
@@ -1632,125 +1359,50 @@
1632
1359
  },
1633
1360
  "sources": [
1634
1361
  {
1635
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1636
- "line": 7,
1362
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1363
+ "line": 28,
1637
1364
  "character": 2,
1638
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L7"
1365
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
1639
1366
  }
1640
1367
  ],
1641
1368
  "type": {
1642
- "type": "union",
1643
- "types": [
1644
- {
1645
- "type": "intrinsic",
1646
- "name": "string"
1647
- },
1648
- {
1649
- "type": "intersection",
1650
- "types": [
1651
- {
1652
- "type": "reference",
1653
- "name": "SchemaFields",
1654
- "qualifiedName": "SchemaFields",
1655
- "package": "@xyo-network/payload-model"
1656
- },
1657
- {
1658
- "type": "reference",
1659
- "name": "PayloadFields",
1660
- "qualifiedName": "PayloadFields",
1661
- "package": "@xyo-network/payload-model"
1662
- },
1663
- {
1664
- "type": "reflection",
1665
- "declaration": {
1666
- "id": 22,
1667
- "name": "__type",
1668
- "kind": 65536,
1669
- "kindString": "Type literal",
1670
- "flags": {},
1671
- "sources": [
1672
- {
1673
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1674
- "line": 18,
1675
- "character": 17
1676
- }
1677
- ]
1678
- }
1679
- }
1680
- ]
1681
- }
1682
- ]
1369
+ "type": "array",
1370
+ "elementType": {
1371
+ "type": "reference",
1372
+ "name": "PayloadRenderPlugin"
1373
+ }
1683
1374
  },
1684
1375
  "inheritedFrom": {
1685
1376
  "type": "reference",
1686
- "id": 143,
1687
- "name": "XyoEmbedPluginProps.huriPayload"
1377
+ "id": 72,
1378
+ "name": "EmbedPluginBase.plugins"
1688
1379
  }
1689
1380
  },
1690
1381
  {
1691
- "id": 23,
1692
- "name": "onRefresh",
1382
+ "id": 84,
1383
+ "name": "provided",
1693
1384
  "kind": 1024,
1694
1385
  "kindString": "Property",
1695
- "flags": {
1696
- "isOptional": true
1697
- },
1386
+ "flags": {},
1698
1387
  "sources": [
1699
1388
  {
1700
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1701
- "line": 9,
1702
- "character": 2,
1703
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
1389
+ "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
1390
+ "line": 2,
1391
+ "character": 4
1704
1392
  }
1705
1393
  ],
1706
1394
  "type": {
1707
- "type": "reflection",
1708
- "declaration": {
1709
- "id": 24,
1710
- "name": "__type",
1711
- "kind": 65536,
1712
- "kindString": "Type literal",
1713
- "flags": {},
1714
- "sources": [
1715
- {
1716
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1717
- "line": 9,
1718
- "character": 14,
1719
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
1720
- }
1721
- ],
1722
- "signatures": [
1723
- {
1724
- "id": 25,
1725
- "name": "__type",
1726
- "kind": 4096,
1727
- "kindString": "Call signature",
1728
- "flags": {},
1729
- "comment": {
1730
- "summary": [
1731
- {
1732
- "kind": "text",
1733
- "text": "string for huri to resolve and payload for bypassing huri resolution"
1734
- }
1735
- ]
1736
- },
1737
- "type": {
1738
- "type": "intrinsic",
1739
- "name": "void"
1740
- }
1741
- }
1742
- ]
1743
- }
1395
+ "type": "intrinsic",
1396
+ "name": "boolean"
1744
1397
  },
1745
1398
  "inheritedFrom": {
1746
1399
  "type": "reference",
1747
- "id": 145,
1748
- "name": "XyoEmbedPluginProps.onRefresh"
1400
+ "name": "ContextExState.provided"
1749
1401
  }
1750
1402
  },
1751
1403
  {
1752
- "id": 29,
1753
- "name": "plugins",
1404
+ "id": 82,
1405
+ "name": "refreshTitle",
1754
1406
  "kind": 1024,
1755
1407
  "kindString": "Property",
1756
1408
  "flags": {
@@ -1758,53 +1410,70 @@
1758
1410
  },
1759
1411
  "sources": [
1760
1412
  {
1761
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1762
- "line": 28,
1413
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1414
+ "line": 29,
1763
1415
  "character": 2,
1764
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
1416
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
1765
1417
  }
1766
1418
  ],
1767
1419
  "type": {
1768
- "type": "array",
1769
- "elementType": {
1770
- "type": "reference",
1771
- "name": "PayloadRenderPlugin"
1772
- }
1420
+ "type": "intrinsic",
1421
+ "name": "string"
1773
1422
  },
1774
1423
  "inheritedFrom": {
1775
1424
  "type": "reference",
1776
- "id": 151,
1777
- "name": "XyoEmbedPluginProps.plugins"
1425
+ "id": 73,
1426
+ "name": "EmbedPluginBase.refreshTitle"
1778
1427
  }
1779
1428
  },
1780
1429
  {
1781
- "id": 30,
1782
- "name": "refreshTitle",
1783
- "kind": 1024,
1430
+ "id": 77,
1431
+ "name": "setActivePlugin",
1432
+ "kind": 1024,
1784
1433
  "kindString": "Property",
1785
1434
  "flags": {
1786
1435
  "isOptional": true
1787
1436
  },
1788
1437
  "sources": [
1789
1438
  {
1790
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1791
- "line": 29,
1439
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1440
+ "line": 35,
1792
1441
  "character": 2,
1793
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
1442
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L35"
1794
1443
  }
1795
1444
  ],
1796
1445
  "type": {
1797
- "type": "intrinsic",
1798
- "name": "string"
1799
- },
1800
- "inheritedFrom": {
1801
1446
  "type": "reference",
1802
- "id": 152,
1803
- "name": "XyoEmbedPluginProps.refreshTitle"
1447
+ "typeArguments": [
1448
+ {
1449
+ "type": "reference",
1450
+ "typeArguments": [
1451
+ {
1452
+ "type": "union",
1453
+ "types": [
1454
+ {
1455
+ "type": "intrinsic",
1456
+ "name": "undefined"
1457
+ },
1458
+ {
1459
+ "type": "reference",
1460
+ "name": "PayloadRenderPlugin"
1461
+ }
1462
+ ]
1463
+ }
1464
+ ],
1465
+ "name": "SetStateAction",
1466
+ "qualifiedName": "React.SetStateAction",
1467
+ "package": "@types/react"
1468
+ }
1469
+ ],
1470
+ "name": "Dispatch",
1471
+ "qualifiedName": "React.Dispatch",
1472
+ "package": "@types/react"
1804
1473
  }
1805
1474
  },
1806
1475
  {
1807
- "id": 31,
1476
+ "id": 83,
1808
1477
  "name": "timestampLabel",
1809
1478
  "kind": 1024,
1810
1479
  "kindString": "Property",
@@ -1813,10 +1482,10 @@
1813
1482
  },
1814
1483
  "sources": [
1815
1484
  {
1816
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1485
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1817
1486
  "line": 30,
1818
1487
  "character": 2,
1819
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
1488
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
1820
1489
  }
1821
1490
  ],
1822
1491
  "type": {
@@ -1825,34 +1494,8 @@
1825
1494
  },
1826
1495
  "inheritedFrom": {
1827
1496
  "type": "reference",
1828
- "id": 153,
1829
- "name": "XyoEmbedPluginProps.timestampLabel"
1830
- }
1831
- },
1832
- {
1833
- "id": 26,
1834
- "name": "validateSchema",
1835
- "kind": 1024,
1836
- "kindString": "Property",
1837
- "flags": {
1838
- "isOptional": true
1839
- },
1840
- "sources": [
1841
- {
1842
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1843
- "line": 10,
1844
- "character": 2,
1845
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L10"
1846
- }
1847
- ],
1848
- "type": {
1849
- "type": "intrinsic",
1850
- "name": "boolean"
1851
- },
1852
- "inheritedFrom": {
1853
- "type": "reference",
1854
- "id": 148,
1855
- "name": "XyoEmbedPluginProps.validateSchema"
1497
+ "id": 74,
1498
+ "name": "EmbedPluginBase.timestampLabel"
1856
1499
  }
1857
1500
  }
1858
1501
  ],
@@ -1860,94 +1503,69 @@
1860
1503
  {
1861
1504
  "title": "Properties",
1862
1505
  "children": [
1863
- 32,
1864
- 33,
1865
- 34,
1866
- 35,
1867
- 27,
1868
- 20,
1869
- 28,
1870
- 21,
1871
- 23,
1872
- 29,
1873
- 30,
1874
- 31,
1875
- 26
1506
+ 76,
1507
+ 78,
1508
+ 79,
1509
+ 80,
1510
+ 81,
1511
+ 84,
1512
+ 82,
1513
+ 77,
1514
+ 83
1876
1515
  ]
1877
1516
  }
1878
1517
  ],
1879
1518
  "sources": [
1880
1519
  {
1881
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx",
1882
- "line": 10,
1520
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1521
+ "line": 33,
1883
1522
  "character": 17,
1884
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx#L10"
1523
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L33"
1885
1524
  }
1886
1525
  ],
1887
1526
  "extendedTypes": [
1888
1527
  {
1889
1528
  "type": "reference",
1890
- "name": "WithChildren",
1891
- "qualifiedName": "WithChildren",
1892
- "package": "@xylabs/react-shared"
1893
- },
1894
- {
1895
- "type": "reference",
1896
- "id": 141,
1897
- "name": "XyoEmbedPluginProps"
1529
+ "id": 68,
1530
+ "name": "EmbedPluginBase"
1898
1531
  },
1899
1532
  {
1900
1533
  "type": "reference",
1901
- "id": 1,
1902
- "name": "BusyCardProps"
1534
+ "name": "ContextExState"
1903
1535
  }
1904
1536
  ]
1905
1537
  },
1906
1538
  {
1907
- "id": 141,
1908
- "name": "XyoEmbedPluginProps",
1539
+ "id": 58,
1540
+ "name": "EmbedPluginVisibilityConfig",
1909
1541
  "kind": 256,
1910
1542
  "kindString": "Interface",
1911
1543
  "flags": {},
1912
1544
  "children": [
1913
1545
  {
1914
- "id": 149,
1915
- "name": "embedPluginConfig",
1546
+ "id": 59,
1547
+ "name": "hideAvatar",
1916
1548
  "kind": 1024,
1917
1549
  "kindString": "Property",
1918
1550
  "flags": {
1919
1551
  "isOptional": true
1920
1552
  },
1921
- "comment": {
1922
- "summary": [
1923
- {
1924
- "kind": "text",
1925
- "text": "XyoEmbedPlugin component configuration"
1926
- }
1927
- ]
1928
- },
1929
1553
  "sources": [
1930
1554
  {
1931
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1932
- "line": 24,
1555
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1556
+ "line": 6,
1933
1557
  "character": 2,
1934
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
1558
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L6"
1935
1559
  }
1936
1560
  ],
1937
1561
  "type": {
1938
- "type": "reference",
1939
- "id": 120,
1940
- "name": "PluginConfig"
1941
- },
1942
- "inheritedFrom": {
1943
- "type": "reference",
1944
- "id": 123,
1945
- "name": "XyoEmbedPluginBase.embedPluginConfig"
1562
+ "type": "intrinsic",
1563
+ "name": "boolean"
1946
1564
  }
1947
1565
  },
1948
1566
  {
1949
- "id": 142,
1950
- "name": "hideElementsConfig",
1567
+ "id": 60,
1568
+ "name": "hideCardActions",
1951
1569
  "kind": 1024,
1952
1570
  "kindString": "Property",
1953
1571
  "flags": {
@@ -1955,66 +1573,41 @@
1955
1573
  },
1956
1574
  "sources": [
1957
1575
  {
1958
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1959
- "line": 6,
1576
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1577
+ "line": 7,
1960
1578
  "character": 2,
1961
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L6"
1579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L7"
1962
1580
  }
1963
1581
  ],
1964
1582
  "type": {
1965
- "type": "reference",
1966
- "id": 112,
1967
- "name": "EmbedPluginVisibilityConfig"
1968
- },
1969
- "overwrites": {
1970
- "type": "reference",
1971
- "id": 124,
1972
- "name": "XyoEmbedPluginBase.hideElementsConfig"
1583
+ "type": "intrinsic",
1584
+ "name": "boolean"
1973
1585
  }
1974
1586
  },
1975
1587
  {
1976
- "id": 150,
1977
- "name": "huri",
1588
+ "id": 61,
1589
+ "name": "hideCardHeader",
1978
1590
  "kind": 1024,
1979
1591
  "kindString": "Property",
1980
1592
  "flags": {
1981
1593
  "isOptional": true
1982
1594
  },
1983
- "comment": {
1984
- "summary": [],
1985
- "blockTags": [
1986
- {
1987
- "tag": "@deprecated",
1988
- "content": [
1989
- {
1990
- "kind": "text",
1991
- "text": "use huriPayload"
1992
- }
1993
- ]
1994
- }
1995
- ]
1996
- },
1997
1595
  "sources": [
1998
1596
  {
1999
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2000
- "line": 27,
1597
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1598
+ "line": 8,
2001
1599
  "character": 2,
2002
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L27"
1600
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L8"
2003
1601
  }
2004
1602
  ],
2005
1603
  "type": {
2006
1604
  "type": "intrinsic",
2007
- "name": "string"
2008
- },
2009
- "inheritedFrom": {
2010
- "type": "reference",
2011
- "id": 125,
2012
- "name": "XyoEmbedPluginBase.huri"
1605
+ "name": "boolean"
2013
1606
  }
2014
1607
  },
2015
1608
  {
2016
- "id": 143,
2017
- "name": "huriPayload",
1609
+ "id": 62,
1610
+ "name": "hideErrorDetails",
2018
1611
  "kind": 1024,
2019
1612
  "kindString": "Property",
2020
1613
  "flags": {
@@ -2022,59 +1615,20 @@
2022
1615
  },
2023
1616
  "sources": [
2024
1617
  {
2025
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2026
- "line": 7,
1618
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1619
+ "line": 9,
2027
1620
  "character": 2,
2028
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L7"
1621
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L9"
2029
1622
  }
2030
1623
  ],
2031
1624
  "type": {
2032
- "type": "union",
2033
- "types": [
2034
- {
2035
- "type": "intrinsic",
2036
- "name": "string"
2037
- },
2038
- {
2039
- "type": "intersection",
2040
- "types": [
2041
- {
2042
- "type": "reference",
2043
- "name": "SchemaFields",
2044
- "qualifiedName": "SchemaFields",
2045
- "package": "@xyo-network/payload-model"
2046
- },
2047
- {
2048
- "type": "reference",
2049
- "name": "PayloadFields",
2050
- "qualifiedName": "PayloadFields",
2051
- "package": "@xyo-network/payload-model"
2052
- },
2053
- {
2054
- "type": "reflection",
2055
- "declaration": {
2056
- "id": 144,
2057
- "name": "__type",
2058
- "kind": 65536,
2059
- "kindString": "Type literal",
2060
- "flags": {},
2061
- "sources": [
2062
- {
2063
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
2064
- "line": 18,
2065
- "character": 17
2066
- }
2067
- ]
2068
- }
2069
- }
2070
- ]
2071
- }
2072
- ]
1625
+ "type": "intrinsic",
1626
+ "name": "boolean"
2073
1627
  }
2074
1628
  },
2075
1629
  {
2076
- "id": 145,
2077
- "name": "onRefresh",
1630
+ "id": 63,
1631
+ "name": "hideRefreshButton",
2078
1632
  "kind": 1024,
2079
1633
  "kindString": "Property",
2080
1634
  "flags": {
@@ -2082,55 +1636,20 @@
2082
1636
  },
2083
1637
  "sources": [
2084
1638
  {
2085
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2086
- "line": 9,
1639
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1640
+ "line": 10,
2087
1641
  "character": 2,
2088
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
1642
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L10"
2089
1643
  }
2090
1644
  ],
2091
1645
  "type": {
2092
- "type": "reflection",
2093
- "declaration": {
2094
- "id": 146,
2095
- "name": "__type",
2096
- "kind": 65536,
2097
- "kindString": "Type literal",
2098
- "flags": {},
2099
- "sources": [
2100
- {
2101
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2102
- "line": 9,
2103
- "character": 14,
2104
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
2105
- }
2106
- ],
2107
- "signatures": [
2108
- {
2109
- "id": 147,
2110
- "name": "__type",
2111
- "kind": 4096,
2112
- "kindString": "Call signature",
2113
- "flags": {},
2114
- "comment": {
2115
- "summary": [
2116
- {
2117
- "kind": "text",
2118
- "text": "string for huri to resolve and payload for bypassing huri resolution"
2119
- }
2120
- ]
2121
- },
2122
- "type": {
2123
- "type": "intrinsic",
2124
- "name": "void"
2125
- }
2126
- }
2127
- ]
2128
- }
1646
+ "type": "intrinsic",
1647
+ "name": "boolean"
2129
1648
  }
2130
1649
  },
2131
1650
  {
2132
- "id": 151,
2133
- "name": "plugins",
1651
+ "id": 64,
1652
+ "name": "hideTimestamp",
2134
1653
  "kind": 1024,
2135
1654
  "kindString": "Property",
2136
1655
  "flags": {
@@ -2138,28 +1657,20 @@
2138
1657
  },
2139
1658
  "sources": [
2140
1659
  {
2141
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2142
- "line": 28,
1660
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1661
+ "line": 11,
2143
1662
  "character": 2,
2144
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
1663
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L11"
2145
1664
  }
2146
1665
  ],
2147
1666
  "type": {
2148
- "type": "array",
2149
- "elementType": {
2150
- "type": "reference",
2151
- "name": "PayloadRenderPlugin"
2152
- }
2153
- },
2154
- "inheritedFrom": {
2155
- "type": "reference",
2156
- "id": 126,
2157
- "name": "XyoEmbedPluginBase.plugins"
1667
+ "type": "intrinsic",
1668
+ "name": "boolean"
2158
1669
  }
2159
1670
  },
2160
1671
  {
2161
- "id": 152,
2162
- "name": "refreshTitle",
1672
+ "id": 65,
1673
+ "name": "hideTitle",
2163
1674
  "kind": 1024,
2164
1675
  "kindString": "Property",
2165
1676
  "flags": {
@@ -2167,25 +1678,105 @@
2167
1678
  },
2168
1679
  "sources": [
2169
1680
  {
2170
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2171
- "line": 29,
1681
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1682
+ "line": 12,
2172
1683
  "character": 2,
2173
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
1684
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L12"
2174
1685
  }
2175
1686
  ],
2176
1687
  "type": {
2177
1688
  "type": "intrinsic",
2178
- "name": "string"
1689
+ "name": "boolean"
1690
+ }
1691
+ }
1692
+ ],
1693
+ "groups": [
1694
+ {
1695
+ "title": "Properties",
1696
+ "children": [
1697
+ 59,
1698
+ 60,
1699
+ 61,
1700
+ 62,
1701
+ 63,
1702
+ 64,
1703
+ 65
1704
+ ]
1705
+ }
1706
+ ],
1707
+ "sources": [
1708
+ {
1709
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1710
+ "line": 5,
1711
+ "character": 17,
1712
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L5"
1713
+ }
1714
+ ]
1715
+ },
1716
+ {
1717
+ "id": 66,
1718
+ "name": "PluginConfig",
1719
+ "kind": 256,
1720
+ "kindString": "Interface",
1721
+ "flags": {},
1722
+ "comment": {
1723
+ "summary": [
1724
+ {
1725
+ "kind": "text",
1726
+ "text": "Extend for custom plugin configuration"
1727
+ }
1728
+ ]
1729
+ },
1730
+ "children": [
1731
+ {
1732
+ "id": 67,
1733
+ "name": "listMode",
1734
+ "kind": 1024,
1735
+ "kindString": "Property",
1736
+ "flags": {
1737
+ "isOptional": true
2179
1738
  },
2180
- "inheritedFrom": {
1739
+ "sources": [
1740
+ {
1741
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1742
+ "line": 19,
1743
+ "character": 2,
1744
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L19"
1745
+ }
1746
+ ],
1747
+ "type": {
2181
1748
  "type": "reference",
2182
- "id": 127,
2183
- "name": "XyoEmbedPluginBase.refreshTitle"
1749
+ "name": "ListMode"
2184
1750
  }
2185
- },
1751
+ }
1752
+ ],
1753
+ "groups": [
2186
1754
  {
2187
- "id": 153,
2188
- "name": "timestampLabel",
1755
+ "title": "Properties",
1756
+ "children": [
1757
+ 67
1758
+ ]
1759
+ }
1760
+ ],
1761
+ "sources": [
1762
+ {
1763
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1764
+ "line": 18,
1765
+ "character": 17,
1766
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L18"
1767
+ }
1768
+ ]
1769
+ },
1770
+ {
1771
+ "id": 87,
1772
+ "name": "RefreshPayloadProps",
1773
+ "kind": 256,
1774
+ "kindString": "Interface",
1775
+ "flags": {},
1776
+ "children": [
1777
+ {
1778
+ "id": 88,
1779
+ "name": "onRefresh",
2189
1780
  "kind": 1024,
2190
1781
  "kindString": "Property",
2191
1782
  "flags": {
@@ -2193,25 +1784,47 @@
2193
1784
  },
2194
1785
  "sources": [
2195
1786
  {
2196
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2197
- "line": 30,
1787
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1788
+ "line": 7,
2198
1789
  "character": 2,
2199
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
1790
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
2200
1791
  }
2201
1792
  ],
2202
1793
  "type": {
2203
- "type": "intrinsic",
2204
- "name": "string"
2205
- },
2206
- "inheritedFrom": {
2207
- "type": "reference",
2208
- "id": 128,
2209
- "name": "XyoEmbedPluginBase.timestampLabel"
1794
+ "type": "reflection",
1795
+ "declaration": {
1796
+ "id": 89,
1797
+ "name": "__type",
1798
+ "kind": 65536,
1799
+ "kindString": "Type literal",
1800
+ "flags": {},
1801
+ "sources": [
1802
+ {
1803
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1804
+ "line": 7,
1805
+ "character": 14,
1806
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
1807
+ }
1808
+ ],
1809
+ "signatures": [
1810
+ {
1811
+ "id": 90,
1812
+ "name": "__type",
1813
+ "kind": 4096,
1814
+ "kindString": "Call signature",
1815
+ "flags": {},
1816
+ "type": {
1817
+ "type": "intrinsic",
1818
+ "name": "void"
1819
+ }
1820
+ }
1821
+ ]
1822
+ }
2210
1823
  }
2211
1824
  },
2212
1825
  {
2213
- "id": 148,
2214
- "name": "validateSchema",
1826
+ "id": 91,
1827
+ "name": "refreshPayload",
2215
1828
  "kind": 1024,
2216
1829
  "kindString": "Property",
2217
1830
  "flags": {
@@ -2219,10 +1832,10 @@
2219
1832
  },
2220
1833
  "sources": [
2221
1834
  {
2222
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2223
- "line": 10,
1835
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1836
+ "line": 8,
2224
1837
  "character": 2,
2225
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L10"
1838
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L8"
2226
1839
  }
2227
1840
  ],
2228
1841
  "type": {
@@ -2235,51 +1848,30 @@
2235
1848
  {
2236
1849
  "title": "Properties",
2237
1850
  "children": [
2238
- 149,
2239
- 142,
2240
- 150,
2241
- 143,
2242
- 145,
2243
- 151,
2244
- 152,
2245
- 153,
2246
- 148
1851
+ 88,
1852
+ 91
2247
1853
  ]
2248
1854
  }
2249
1855
  ],
2250
1856
  "sources": [
2251
1857
  {
2252
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2253
- "line": 5,
1858
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1859
+ "line": 6,
2254
1860
  "character": 17,
2255
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L5"
2256
- }
2257
- ],
2258
- "extendedTypes": [
2259
- {
2260
- "type": "reference",
2261
- "id": 122,
2262
- "name": "XyoEmbedPluginBase"
2263
- }
2264
- ],
2265
- "extendedBy": [
2266
- {
2267
- "type": "reference",
2268
- "id": 19,
2269
- "name": "XyoEmbedPluginCardProps"
1861
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L6"
2270
1862
  }
2271
1863
  ]
2272
1864
  },
2273
1865
  {
2274
- "id": 129,
2275
- "name": "XyoEmbedPluginState",
1866
+ "id": 96,
1867
+ "name": "RefreshPayloadState",
2276
1868
  "kind": 256,
2277
1869
  "kindString": "Interface",
2278
1870
  "flags": {},
2279
1871
  "children": [
2280
1872
  {
2281
- "id": 130,
2282
- "name": "activePlugin",
1873
+ "id": 97,
1874
+ "name": "onRefresh",
2283
1875
  "kind": 1024,
2284
1876
  "kindString": "Property",
2285
1877
  "flags": {
@@ -2287,55 +1879,90 @@
2287
1879
  },
2288
1880
  "sources": [
2289
1881
  {
2290
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2291
- "line": 34,
1882
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1883
+ "line": 5,
2292
1884
  "character": 2,
2293
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L34"
1885
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L5"
1886
+ }
1887
+ ],
1888
+ "type": {
1889
+ "type": "reflection",
1890
+ "declaration": {
1891
+ "id": 98,
1892
+ "name": "__type",
1893
+ "kind": 65536,
1894
+ "kindString": "Type literal",
1895
+ "flags": {},
1896
+ "sources": [
1897
+ {
1898
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1899
+ "line": 5,
1900
+ "character": 14,
1901
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L5"
1902
+ }
1903
+ ],
1904
+ "signatures": [
1905
+ {
1906
+ "id": 99,
1907
+ "name": "__type",
1908
+ "kind": 4096,
1909
+ "kindString": "Call signature",
1910
+ "flags": {},
1911
+ "type": {
1912
+ "type": "intrinsic",
1913
+ "name": "void"
1914
+ }
1915
+ }
1916
+ ]
1917
+ }
1918
+ }
1919
+ },
1920
+ {
1921
+ "id": 102,
1922
+ "name": "provided",
1923
+ "kind": 1024,
1924
+ "kindString": "Property",
1925
+ "flags": {},
1926
+ "sources": [
1927
+ {
1928
+ "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
1929
+ "line": 2,
1930
+ "character": 4
2294
1931
  }
2295
1932
  ],
2296
1933
  "type": {
1934
+ "type": "intrinsic",
1935
+ "name": "boolean"
1936
+ },
1937
+ "inheritedFrom": {
2297
1938
  "type": "reference",
2298
- "name": "PayloadRenderPlugin"
1939
+ "name": "ContextExState.provided"
2299
1940
  }
2300
1941
  },
2301
1942
  {
2302
- "id": 132,
2303
- "name": "embedPluginConfig",
1943
+ "id": 100,
1944
+ "name": "refreshPayload",
2304
1945
  "kind": 1024,
2305
1946
  "kindString": "Property",
2306
1947
  "flags": {
2307
1948
  "isOptional": true
2308
1949
  },
2309
- "comment": {
2310
- "summary": [
2311
- {
2312
- "kind": "text",
2313
- "text": "XyoEmbedPlugin component configuration"
2314
- }
2315
- ]
2316
- },
2317
1950
  "sources": [
2318
1951
  {
2319
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2320
- "line": 24,
1952
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1953
+ "line": 6,
2321
1954
  "character": 2,
2322
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
1955
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L6"
2323
1956
  }
2324
1957
  ],
2325
1958
  "type": {
2326
- "type": "reference",
2327
- "id": 120,
2328
- "name": "PluginConfig"
2329
- },
2330
- "inheritedFrom": {
2331
- "type": "reference",
2332
- "id": 123,
2333
- "name": "XyoEmbedPluginBase.embedPluginConfig"
1959
+ "type": "intrinsic",
1960
+ "name": "boolean"
2334
1961
  }
2335
1962
  },
2336
1963
  {
2337
- "id": 133,
2338
- "name": "hideElementsConfig",
1964
+ "id": 101,
1965
+ "name": "setRefreshPayload",
2339
1966
  "kind": 1024,
2340
1967
  "kindString": "Property",
2341
1968
  "flags": {
@@ -2343,66 +1970,513 @@
2343
1970
  },
2344
1971
  "sources": [
2345
1972
  {
2346
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2347
- "line": 25,
1973
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1974
+ "line": 7,
2348
1975
  "character": 2,
2349
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L25"
1976
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L7"
2350
1977
  }
2351
1978
  ],
2352
1979
  "type": {
2353
1980
  "type": "reference",
2354
- "id": 112,
2355
- "name": "EmbedPluginVisibilityConfig"
2356
- },
2357
- "inheritedFrom": {
2358
- "type": "reference",
2359
- "id": 124,
2360
- "name": "XyoEmbedPluginBase.hideElementsConfig"
1981
+ "typeArguments": [
1982
+ {
1983
+ "type": "reference",
1984
+ "typeArguments": [
1985
+ {
1986
+ "type": "union",
1987
+ "types": [
1988
+ {
1989
+ "type": "intrinsic",
1990
+ "name": "undefined"
1991
+ },
1992
+ {
1993
+ "type": "intrinsic",
1994
+ "name": "boolean"
1995
+ }
1996
+ ]
1997
+ }
1998
+ ],
1999
+ "name": "SetStateAction",
2000
+ "qualifiedName": "React.SetStateAction",
2001
+ "package": "@types/react"
2002
+ }
2003
+ ],
2004
+ "name": "Dispatch",
2005
+ "qualifiedName": "React.Dispatch",
2006
+ "package": "@types/react"
2361
2007
  }
2362
- },
2008
+ }
2009
+ ],
2010
+ "groups": [
2011
+ {
2012
+ "title": "Properties",
2013
+ "children": [
2014
+ 97,
2015
+ 102,
2016
+ 100,
2017
+ 101
2018
+ ]
2019
+ }
2020
+ ],
2021
+ "sources": [
2022
+ {
2023
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
2024
+ "line": 4,
2025
+ "character": 17,
2026
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L4"
2027
+ }
2028
+ ],
2029
+ "extendedTypes": [
2030
+ {
2031
+ "type": "reference",
2032
+ "name": "ContextExState"
2033
+ }
2034
+ ]
2035
+ },
2036
+ {
2037
+ "id": 111,
2038
+ "name": "ResolvePayloadState",
2039
+ "kind": 256,
2040
+ "kindString": "Interface",
2041
+ "flags": {},
2042
+ "children": [
2043
+ {
2044
+ "id": 112,
2045
+ "name": "huri",
2046
+ "kind": 1024,
2047
+ "kindString": "Property",
2048
+ "flags": {
2049
+ "isOptional": true
2050
+ },
2051
+ "sources": [
2052
+ {
2053
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2054
+ "line": 7,
2055
+ "character": 2,
2056
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L7"
2057
+ }
2058
+ ],
2059
+ "type": {
2060
+ "type": "intrinsic",
2061
+ "name": "string"
2062
+ }
2063
+ },
2064
+ {
2065
+ "id": 113,
2066
+ "name": "huriError",
2067
+ "kind": 1024,
2068
+ "kindString": "Property",
2069
+ "flags": {
2070
+ "isOptional": true
2071
+ },
2072
+ "sources": [
2073
+ {
2074
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2075
+ "line": 8,
2076
+ "character": 2,
2077
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L8"
2078
+ }
2079
+ ],
2080
+ "type": {
2081
+ "type": "intersection",
2082
+ "types": [
2083
+ {
2084
+ "type": "reference",
2085
+ "name": "SchemaFields",
2086
+ "qualifiedName": "SchemaFields",
2087
+ "package": "@xyo-network/payload-model"
2088
+ },
2089
+ {
2090
+ "type": "reference",
2091
+ "name": "PayloadFields",
2092
+ "qualifiedName": "PayloadFields",
2093
+ "package": "@xyo-network/payload-model"
2094
+ },
2095
+ {
2096
+ "type": "reflection",
2097
+ "declaration": {
2098
+ "id": 114,
2099
+ "name": "__type",
2100
+ "kind": 65536,
2101
+ "kindString": "Type literal",
2102
+ "flags": {},
2103
+ "sources": [
2104
+ {
2105
+ "fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
2106
+ "line": 5,
2107
+ "character": 34
2108
+ }
2109
+ ]
2110
+ }
2111
+ }
2112
+ ]
2113
+ }
2114
+ },
2115
+ {
2116
+ "id": 115,
2117
+ "name": "huriPayload",
2118
+ "kind": 1024,
2119
+ "kindString": "Property",
2120
+ "flags": {
2121
+ "isOptional": true
2122
+ },
2123
+ "sources": [
2124
+ {
2125
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2126
+ "line": 9,
2127
+ "character": 2,
2128
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L9"
2129
+ }
2130
+ ],
2131
+ "type": {
2132
+ "type": "union",
2133
+ "types": [
2134
+ {
2135
+ "type": "intrinsic",
2136
+ "name": "string"
2137
+ },
2138
+ {
2139
+ "type": "intersection",
2140
+ "types": [
2141
+ {
2142
+ "type": "reference",
2143
+ "name": "SchemaFields",
2144
+ "qualifiedName": "SchemaFields",
2145
+ "package": "@xyo-network/payload-model"
2146
+ },
2147
+ {
2148
+ "type": "reference",
2149
+ "name": "PayloadFields",
2150
+ "qualifiedName": "PayloadFields",
2151
+ "package": "@xyo-network/payload-model"
2152
+ },
2153
+ {
2154
+ "type": "reflection",
2155
+ "declaration": {
2156
+ "id": 116,
2157
+ "name": "__type",
2158
+ "kind": 65536,
2159
+ "kindString": "Type literal",
2160
+ "flags": {},
2161
+ "sources": [
2162
+ {
2163
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
2164
+ "line": 18,
2165
+ "character": 17
2166
+ }
2167
+ ]
2168
+ }
2169
+ }
2170
+ ]
2171
+ }
2172
+ ]
2173
+ }
2174
+ },
2175
+ {
2176
+ "id": 117,
2177
+ "name": "notFound",
2178
+ "kind": 1024,
2179
+ "kindString": "Property",
2180
+ "flags": {
2181
+ "isOptional": true
2182
+ },
2183
+ "sources": [
2184
+ {
2185
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2186
+ "line": 10,
2187
+ "character": 2,
2188
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L10"
2189
+ }
2190
+ ],
2191
+ "type": {
2192
+ "type": "intrinsic",
2193
+ "name": "boolean"
2194
+ }
2195
+ },
2196
+ {
2197
+ "id": 118,
2198
+ "name": "payload",
2199
+ "kind": 1024,
2200
+ "kindString": "Property",
2201
+ "flags": {
2202
+ "isOptional": true
2203
+ },
2204
+ "sources": [
2205
+ {
2206
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2207
+ "line": 11,
2208
+ "character": 2,
2209
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L11"
2210
+ }
2211
+ ],
2212
+ "type": {
2213
+ "type": "intersection",
2214
+ "types": [
2215
+ {
2216
+ "type": "reference",
2217
+ "name": "SchemaFields",
2218
+ "qualifiedName": "SchemaFields",
2219
+ "package": "@xyo-network/payload-model"
2220
+ },
2221
+ {
2222
+ "type": "reference",
2223
+ "name": "PayloadFields",
2224
+ "qualifiedName": "PayloadFields",
2225
+ "package": "@xyo-network/payload-model"
2226
+ },
2227
+ {
2228
+ "type": "reflection",
2229
+ "declaration": {
2230
+ "id": 119,
2231
+ "name": "__type",
2232
+ "kind": 65536,
2233
+ "kindString": "Type literal",
2234
+ "flags": {},
2235
+ "sources": [
2236
+ {
2237
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
2238
+ "line": 18,
2239
+ "character": 17
2240
+ }
2241
+ ]
2242
+ }
2243
+ }
2244
+ ]
2245
+ }
2246
+ },
2247
+ {
2248
+ "id": 125,
2249
+ "name": "provided",
2250
+ "kind": 1024,
2251
+ "kindString": "Property",
2252
+ "flags": {},
2253
+ "sources": [
2254
+ {
2255
+ "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
2256
+ "line": 2,
2257
+ "character": 4
2258
+ }
2259
+ ],
2260
+ "type": {
2261
+ "type": "intrinsic",
2262
+ "name": "boolean"
2263
+ },
2264
+ "inheritedFrom": {
2265
+ "type": "reference",
2266
+ "name": "ContextExState.provided"
2267
+ }
2268
+ },
2269
+ {
2270
+ "id": 120,
2271
+ "name": "refreshHuri",
2272
+ "kind": 1024,
2273
+ "kindString": "Property",
2274
+ "flags": {
2275
+ "isOptional": true
2276
+ },
2277
+ "sources": [
2278
+ {
2279
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2280
+ "line": 12,
2281
+ "character": 2,
2282
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
2283
+ }
2284
+ ],
2285
+ "type": {
2286
+ "type": "reflection",
2287
+ "declaration": {
2288
+ "id": 121,
2289
+ "name": "__type",
2290
+ "kind": 65536,
2291
+ "kindString": "Type literal",
2292
+ "flags": {},
2293
+ "sources": [
2294
+ {
2295
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2296
+ "line": 12,
2297
+ "character": 16,
2298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
2299
+ }
2300
+ ],
2301
+ "signatures": [
2302
+ {
2303
+ "id": 122,
2304
+ "name": "__type",
2305
+ "kind": 4096,
2306
+ "kindString": "Call signature",
2307
+ "flags": {},
2308
+ "type": {
2309
+ "type": "intrinsic",
2310
+ "name": "void"
2311
+ }
2312
+ }
2313
+ ]
2314
+ }
2315
+ }
2316
+ },
2317
+ {
2318
+ "id": 123,
2319
+ "name": "setPayload",
2320
+ "kind": 1024,
2321
+ "kindString": "Property",
2322
+ "flags": {
2323
+ "isOptional": true
2324
+ },
2325
+ "sources": [
2326
+ {
2327
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2328
+ "line": 13,
2329
+ "character": 2,
2330
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L13"
2331
+ }
2332
+ ],
2333
+ "type": {
2334
+ "type": "reference",
2335
+ "typeArguments": [
2336
+ {
2337
+ "type": "reference",
2338
+ "typeArguments": [
2339
+ {
2340
+ "type": "union",
2341
+ "types": [
2342
+ {
2343
+ "type": "intrinsic",
2344
+ "name": "undefined"
2345
+ },
2346
+ {
2347
+ "type": "intersection",
2348
+ "types": [
2349
+ {
2350
+ "type": "reference",
2351
+ "name": "SchemaFields",
2352
+ "qualifiedName": "SchemaFields",
2353
+ "package": "@xyo-network/payload-model"
2354
+ },
2355
+ {
2356
+ "type": "reference",
2357
+ "name": "PayloadFields",
2358
+ "qualifiedName": "PayloadFields",
2359
+ "package": "@xyo-network/payload-model"
2360
+ },
2361
+ {
2362
+ "type": "reflection",
2363
+ "declaration": {
2364
+ "id": 124,
2365
+ "name": "__type",
2366
+ "kind": 65536,
2367
+ "kindString": "Type literal",
2368
+ "flags": {},
2369
+ "sources": [
2370
+ {
2371
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
2372
+ "line": 18,
2373
+ "character": 17
2374
+ }
2375
+ ]
2376
+ }
2377
+ }
2378
+ ]
2379
+ }
2380
+ ]
2381
+ }
2382
+ ],
2383
+ "name": "SetStateAction",
2384
+ "qualifiedName": "React.SetStateAction",
2385
+ "package": "@types/react"
2386
+ }
2387
+ ],
2388
+ "name": "Dispatch",
2389
+ "qualifiedName": "React.Dispatch",
2390
+ "package": "@types/react"
2391
+ }
2392
+ }
2393
+ ],
2394
+ "groups": [
2395
+ {
2396
+ "title": "Properties",
2397
+ "children": [
2398
+ 112,
2399
+ 113,
2400
+ 115,
2401
+ 117,
2402
+ 118,
2403
+ 125,
2404
+ 120,
2405
+ 123
2406
+ ]
2407
+ }
2408
+ ],
2409
+ "sources": [
2410
+ {
2411
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2412
+ "line": 6,
2413
+ "character": 17,
2414
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L6"
2415
+ }
2416
+ ],
2417
+ "extendedTypes": [
2418
+ {
2419
+ "type": "reference",
2420
+ "name": "ContextExState"
2421
+ }
2422
+ ]
2423
+ },
2424
+ {
2425
+ "id": 128,
2426
+ "name": "ValidatePayloadProviderProps",
2427
+ "kind": 256,
2428
+ "kindString": "Interface",
2429
+ "flags": {},
2430
+ "children": [
2363
2431
  {
2364
- "id": 134,
2365
- "name": "huri",
2432
+ "id": 129,
2433
+ "name": "enabled",
2366
2434
  "kind": 1024,
2367
2435
  "kindString": "Property",
2368
2436
  "flags": {
2369
2437
  "isOptional": true
2370
2438
  },
2371
- "comment": {
2372
- "summary": [],
2373
- "blockTags": [
2374
- {
2375
- "tag": "@deprecated",
2376
- "content": [
2377
- {
2378
- "kind": "text",
2379
- "text": "use huriPayload"
2380
- }
2381
- ]
2382
- }
2383
- ]
2384
- },
2385
2439
  "sources": [
2386
2440
  {
2387
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2388
- "line": 27,
2441
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
2442
+ "line": 12,
2389
2443
  "character": 2,
2390
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L27"
2444
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L12"
2391
2445
  }
2392
2446
  ],
2393
2447
  "type": {
2394
2448
  "type": "intrinsic",
2395
- "name": "string"
2396
- },
2397
- "inheritedFrom": {
2398
- "type": "reference",
2399
- "id": 125,
2400
- "name": "XyoEmbedPluginBase.huri"
2449
+ "name": "boolean"
2401
2450
  }
2402
- },
2451
+ }
2452
+ ],
2453
+ "groups": [
2454
+ {
2455
+ "title": "Properties",
2456
+ "children": [
2457
+ 129
2458
+ ]
2459
+ }
2460
+ ],
2461
+ "sources": [
2462
+ {
2463
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
2464
+ "line": 10,
2465
+ "character": 17,
2466
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L10"
2467
+ }
2468
+ ]
2469
+ },
2470
+ {
2471
+ "id": 134,
2472
+ "name": "ValidatePayloadState",
2473
+ "kind": 256,
2474
+ "kindString": "Interface",
2475
+ "flags": {},
2476
+ "children": [
2403
2477
  {
2404
2478
  "id": 135,
2405
- "name": "plugins",
2479
+ "name": "enabled",
2406
2480
  "kind": 1024,
2407
2481
  "kindString": "Property",
2408
2482
  "flags": {
@@ -2410,23 +2484,15 @@
2410
2484
  },
2411
2485
  "sources": [
2412
2486
  {
2413
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2414
- "line": 28,
2487
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2488
+ "line": 4,
2415
2489
  "character": 2,
2416
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
2490
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L4"
2417
2491
  }
2418
2492
  ],
2419
2493
  "type": {
2420
- "type": "array",
2421
- "elementType": {
2422
- "type": "reference",
2423
- "name": "PayloadRenderPlugin"
2424
- }
2425
- },
2426
- "inheritedFrom": {
2427
- "type": "reference",
2428
- "id": 126,
2429
- "name": "XyoEmbedPluginBase.plugins"
2494
+ "type": "intrinsic",
2495
+ "name": "boolean"
2430
2496
  }
2431
2497
  },
2432
2498
  {
@@ -2453,7 +2519,7 @@
2453
2519
  },
2454
2520
  {
2455
2521
  "id": 136,
2456
- "name": "refreshTitle",
2522
+ "name": "schema",
2457
2523
  "kind": 1024,
2458
2524
  "kindString": "Property",
2459
2525
  "flags": {
@@ -2461,71 +2527,20 @@
2461
2527
  },
2462
2528
  "sources": [
2463
2529
  {
2464
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2465
- "line": 29,
2530
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2531
+ "line": 5,
2466
2532
  "character": 2,
2467
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
2533
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L5"
2468
2534
  }
2469
2535
  ],
2470
2536
  "type": {
2471
2537
  "type": "intrinsic",
2472
2538
  "name": "string"
2473
- },
2474
- "inheritedFrom": {
2475
- "type": "reference",
2476
- "id": 127,
2477
- "name": "XyoEmbedPluginBase.refreshTitle"
2478
- }
2479
- },
2480
- {
2481
- "id": 131,
2482
- "name": "setActivePlugin",
2483
- "kind": 1024,
2484
- "kindString": "Property",
2485
- "flags": {
2486
- "isOptional": true
2487
- },
2488
- "sources": [
2489
- {
2490
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2491
- "line": 35,
2492
- "character": 2,
2493
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L35"
2494
- }
2495
- ],
2496
- "type": {
2497
- "type": "reference",
2498
- "typeArguments": [
2499
- {
2500
- "type": "reference",
2501
- "typeArguments": [
2502
- {
2503
- "type": "union",
2504
- "types": [
2505
- {
2506
- "type": "intrinsic",
2507
- "name": "undefined"
2508
- },
2509
- {
2510
- "type": "reference",
2511
- "name": "PayloadRenderPlugin"
2512
- }
2513
- ]
2514
- }
2515
- ],
2516
- "name": "SetStateAction",
2517
- "qualifiedName": "React.SetStateAction",
2518
- "package": "@types/react"
2519
- }
2520
- ],
2521
- "name": "Dispatch",
2522
- "qualifiedName": "React.Dispatch",
2523
- "package": "@types/react"
2524
2539
  }
2525
2540
  },
2526
2541
  {
2527
2542
  "id": 137,
2528
- "name": "timestampLabel",
2543
+ "name": "validPayload",
2529
2544
  "kind": 1024,
2530
2545
  "kindString": "Property",
2531
2546
  "flags": {
@@ -2533,20 +2548,15 @@
2533
2548
  },
2534
2549
  "sources": [
2535
2550
  {
2536
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2537
- "line": 30,
2551
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2552
+ "line": 6,
2538
2553
  "character": 2,
2539
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
2554
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L6"
2540
2555
  }
2541
2556
  ],
2542
2557
  "type": {
2543
2558
  "type": "intrinsic",
2544
- "name": "string"
2545
- },
2546
- "inheritedFrom": {
2547
- "type": "reference",
2548
- "id": 128,
2549
- "name": "XyoEmbedPluginBase.timestampLabel"
2559
+ "name": "boolean"
2550
2560
  }
2551
2561
  }
2552
2562
  ],
@@ -2554,32 +2564,22 @@
2554
2564
  {
2555
2565
  "title": "Properties",
2556
2566
  "children": [
2557
- 130,
2558
- 132,
2559
- 133,
2560
- 134,
2561
2567
  135,
2562
2568
  138,
2563
2569
  136,
2564
- 131,
2565
2570
  137
2566
2571
  ]
2567
2572
  }
2568
2573
  ],
2569
2574
  "sources": [
2570
2575
  {
2571
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2572
- "line": 33,
2576
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2577
+ "line": 3,
2573
2578
  "character": 17,
2574
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L33"
2579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L3"
2575
2580
  }
2576
2581
  ],
2577
2582
  "extendedTypes": [
2578
- {
2579
- "type": "reference",
2580
- "id": 122,
2581
- "name": "XyoEmbedPluginBase"
2582
- },
2583
2583
  {
2584
2584
  "type": "reference",
2585
2585
  "name": "ContextExState"
@@ -2587,7 +2587,27 @@
2587
2587
  ]
2588
2588
  },
2589
2589
  {
2590
- "id": 71,
2590
+ "id": 53,
2591
+ "name": "EmbedPluginProviderProps",
2592
+ "kind": 4194304,
2593
+ "kindString": "Type alias",
2594
+ "flags": {},
2595
+ "sources": [
2596
+ {
2597
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/Provider.tsx",
2598
+ "line": 8,
2599
+ "character": 12,
2600
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/Provider.tsx#L8"
2601
+ }
2602
+ ],
2603
+ "type": {
2604
+ "type": "reference",
2605
+ "id": 68,
2606
+ "name": "EmbedPluginBase"
2607
+ }
2608
+ },
2609
+ {
2610
+ "id": 106,
2591
2611
  "name": "ResolvePayloadProviderProps",
2592
2612
  "kind": 4194304,
2593
2613
  "kindString": "Type alias",
@@ -2597,7 +2617,7 @@
2597
2617
  "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx",
2598
2618
  "line": 13,
2599
2619
  "character": 12,
2600
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx#L13"
2620
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx#L13"
2601
2621
  }
2602
2622
  ],
2603
2623
  "type": {
@@ -2605,7 +2625,7 @@
2605
2625
  "typeArguments": [
2606
2626
  {
2607
2627
  "type": "reference",
2608
- "id": 76,
2628
+ "id": 111,
2609
2629
  "name": "ResolvePayloadState"
2610
2630
  },
2611
2631
  {
@@ -2619,28 +2639,8 @@
2619
2639
  }
2620
2640
  },
2621
2641
  {
2622
- "id": 107,
2623
- "name": "XyoEmbedPluginProviderProps",
2624
- "kind": 4194304,
2625
- "kindString": "Type alias",
2626
- "flags": {},
2627
- "sources": [
2628
- {
2629
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/Provider.tsx",
2630
- "line": 8,
2631
- "character": 12,
2632
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/Provider.tsx#L8"
2633
- }
2634
- ],
2635
- "type": {
2636
- "type": "reference",
2637
- "id": 122,
2638
- "name": "XyoEmbedPluginBase"
2639
- }
2640
- },
2641
- {
2642
- "id": 70,
2643
- "name": "ResolvePayloadContext",
2642
+ "id": 52,
2643
+ "name": "EmbedPluginContext",
2644
2644
  "kind": 32,
2645
2645
  "kindString": "Variable",
2646
2646
  "flags": {
@@ -2648,10 +2648,10 @@
2648
2648
  },
2649
2649
  "sources": [
2650
2650
  {
2651
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Context.ts",
2651
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/Context.tsx",
2652
2652
  "line": 5,
2653
2653
  "character": 13,
2654
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Context.ts#L5"
2654
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/Context.tsx#L5"
2655
2655
  }
2656
2656
  ],
2657
2657
  "type": {
@@ -2662,8 +2662,8 @@
2662
2662
  "types": [
2663
2663
  {
2664
2664
  "type": "reference",
2665
- "id": 76,
2666
- "name": "ResolvePayloadState"
2665
+ "id": 75,
2666
+ "name": "EmbedPluginState"
2667
2667
  },
2668
2668
  {
2669
2669
  "type": "reference",
@@ -2679,8 +2679,8 @@
2679
2679
  "defaultValue": "..."
2680
2680
  },
2681
2681
  {
2682
- "id": 106,
2683
- "name": "XyoEmbedPluginContext",
2682
+ "id": 105,
2683
+ "name": "ResolvePayloadContext",
2684
2684
  "kind": 32,
2685
2685
  "kindString": "Variable",
2686
2686
  "flags": {
@@ -2688,10 +2688,10 @@
2688
2688
  },
2689
2689
  "sources": [
2690
2690
  {
2691
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/Context.tsx",
2691
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Context.ts",
2692
2692
  "line": 5,
2693
2693
  "character": 13,
2694
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/Context.tsx#L5"
2694
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Context.ts#L5"
2695
2695
  }
2696
2696
  ],
2697
2697
  "type": {
@@ -2702,8 +2702,8 @@
2702
2702
  "types": [
2703
2703
  {
2704
2704
  "type": "reference",
2705
- "id": 129,
2706
- "name": "XyoEmbedPluginState"
2705
+ "id": 111,
2706
+ "name": "ResolvePayloadState"
2707
2707
  },
2708
2708
  {
2709
2709
  "type": "reference",
@@ -2719,49 +2719,41 @@
2719
2719
  "defaultValue": "..."
2720
2720
  },
2721
2721
  {
2722
- "id": 6,
2723
- "name": "BusyCard",
2722
+ "id": 36,
2723
+ "name": "ApiEmbedPluginCard",
2724
2724
  "kind": 64,
2725
2725
  "kindString": "Function",
2726
2726
  "flags": {},
2727
2727
  "sources": [
2728
2728
  {
2729
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
2730
- "line": 19,
2729
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx",
2730
+ "line": 12,
2731
2731
  "character": 13,
2732
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L19"
2732
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx#L12"
2733
2733
  }
2734
2734
  ],
2735
2735
  "signatures": [
2736
2736
  {
2737
- "id": 7,
2738
- "name": "BusyCard",
2737
+ "id": 37,
2738
+ "name": "ApiEmbedPluginCard",
2739
2739
  "kind": 4096,
2740
2740
  "kindString": "Call signature",
2741
2741
  "flags": {},
2742
2742
  "parameters": [
2743
2743
  {
2744
- "id": 8,
2744
+ "id": 38,
2745
2745
  "name": "props",
2746
2746
  "kind": 32768,
2747
2747
  "kindString": "Parameter",
2748
2748
  "flags": {},
2749
2749
  "type": {
2750
2750
  "type": "reference",
2751
- "typeArguments": [
2752
- {
2753
- "type": "reference",
2754
- "id": 1,
2755
- "name": "BusyCardProps"
2756
- }
2757
- ],
2758
- "name": "WithChildren",
2759
- "qualifiedName": "WithChildren",
2760
- "package": "@xylabs/react-shared"
2751
+ "id": 19,
2752
+ "name": "EmbedPluginCardProps"
2761
2753
  }
2762
2754
  },
2763
2755
  {
2764
- "id": 9,
2756
+ "id": 39,
2765
2757
  "name": "context",
2766
2758
  "kind": 32768,
2767
2759
  "kindString": "Parameter",
@@ -2803,29 +2795,29 @@
2803
2795
  ]
2804
2796
  },
2805
2797
  {
2806
- "id": 10,
2807
- "name": "EmbedCardHeader",
2798
+ "id": 6,
2799
+ "name": "BusyCard",
2808
2800
  "kind": 64,
2809
2801
  "kindString": "Function",
2810
2802
  "flags": {},
2811
2803
  "sources": [
2812
2804
  {
2813
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/EmbedCardHeader.tsx",
2814
- "line": 8,
2805
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
2806
+ "line": 19,
2815
2807
  "character": 13,
2816
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/EmbedCardHeader.tsx#L8"
2808
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L19"
2817
2809
  }
2818
2810
  ],
2819
2811
  "signatures": [
2820
2812
  {
2821
- "id": 11,
2822
- "name": "EmbedCardHeader",
2813
+ "id": 7,
2814
+ "name": "BusyCard",
2823
2815
  "kind": 4096,
2824
2816
  "kindString": "Call signature",
2825
2817
  "flags": {},
2826
2818
  "parameters": [
2827
2819
  {
2828
- "id": 12,
2820
+ "id": 8,
2829
2821
  "name": "props",
2830
2822
  "kind": 32768,
2831
2823
  "kindString": "Parameter",
@@ -2834,35 +2826,18 @@
2834
2826
  "type": "reference",
2835
2827
  "typeArguments": [
2836
2828
  {
2837
- "type": "literal",
2838
- "value": "div"
2839
- },
2840
- {
2841
- "type": "reflection",
2842
- "declaration": {
2843
- "id": 13,
2844
- "name": "__type",
2845
- "kind": 65536,
2846
- "kindString": "Type literal",
2847
- "flags": {}
2848
- }
2849
- },
2850
- {
2851
- "type": "literal",
2852
- "value": "span"
2853
- },
2854
- {
2855
- "type": "literal",
2856
- "value": "span"
2829
+ "type": "reference",
2830
+ "id": 1,
2831
+ "name": "BusyCardProps"
2857
2832
  }
2858
2833
  ],
2859
- "name": "CardHeaderProps",
2860
- "qualifiedName": "CardHeaderProps",
2861
- "package": "@mui/material"
2834
+ "name": "WithChildren",
2835
+ "qualifiedName": "WithChildren",
2836
+ "package": "@xylabs/react-shared"
2862
2837
  }
2863
2838
  },
2864
2839
  {
2865
- "id": 14,
2840
+ "id": 9,
2866
2841
  "name": "context",
2867
2842
  "kind": 32768,
2868
2843
  "kindString": "Parameter",
@@ -2904,41 +2879,66 @@
2904
2879
  ]
2905
2880
  },
2906
2881
  {
2907
- "id": 15,
2908
- "name": "EmbedPluginCard",
2882
+ "id": 10,
2883
+ "name": "EmbedCardHeader",
2909
2884
  "kind": 64,
2910
2885
  "kindString": "Function",
2911
2886
  "flags": {},
2912
2887
  "sources": [
2913
2888
  {
2914
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/EmbedPluginCard.tsx",
2915
- "line": 10,
2889
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/EmbedCardHeader.tsx",
2890
+ "line": 8,
2916
2891
  "character": 13,
2917
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/card/EmbedPluginCard.tsx#L10"
2892
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/EmbedCardHeader.tsx#L8"
2918
2893
  }
2919
2894
  ],
2920
2895
  "signatures": [
2921
- {
2922
- "id": 16,
2923
- "name": "EmbedPluginCard",
2896
+ {
2897
+ "id": 11,
2898
+ "name": "EmbedCardHeader",
2924
2899
  "kind": 4096,
2925
2900
  "kindString": "Call signature",
2926
2901
  "flags": {},
2927
2902
  "parameters": [
2928
2903
  {
2929
- "id": 17,
2904
+ "id": 12,
2930
2905
  "name": "props",
2931
2906
  "kind": 32768,
2932
2907
  "kindString": "Parameter",
2933
2908
  "flags": {},
2934
2909
  "type": {
2935
2910
  "type": "reference",
2936
- "id": 1,
2937
- "name": "BusyCardProps"
2911
+ "typeArguments": [
2912
+ {
2913
+ "type": "literal",
2914
+ "value": "div"
2915
+ },
2916
+ {
2917
+ "type": "reflection",
2918
+ "declaration": {
2919
+ "id": 13,
2920
+ "name": "__type",
2921
+ "kind": 65536,
2922
+ "kindString": "Type literal",
2923
+ "flags": {}
2924
+ }
2925
+ },
2926
+ {
2927
+ "type": "literal",
2928
+ "value": "span"
2929
+ },
2930
+ {
2931
+ "type": "literal",
2932
+ "value": "span"
2933
+ }
2934
+ ],
2935
+ "name": "CardHeaderProps",
2936
+ "qualifiedName": "CardHeaderProps",
2937
+ "package": "@mui/material"
2938
2938
  }
2939
2939
  },
2940
2940
  {
2941
- "id": 18,
2941
+ "id": 14,
2942
2942
  "name": "context",
2943
2943
  "kind": 32768,
2944
2944
  "kindString": "Parameter",
@@ -2980,49 +2980,55 @@
2980
2980
  ]
2981
2981
  },
2982
2982
  {
2983
- "id": 57,
2984
- "name": "RefreshPayloadProvider",
2983
+ "id": 44,
2984
+ "name": "EmbedPlugin",
2985
2985
  "kind": 64,
2986
2986
  "kindString": "Function",
2987
2987
  "flags": {},
2988
2988
  "sources": [
2989
2989
  {
2990
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
2991
- "line": 11,
2990
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx",
2991
+ "line": 64,
2992
2992
  "character": 13,
2993
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L11"
2993
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx#L64"
2994
2994
  }
2995
2995
  ],
2996
2996
  "signatures": [
2997
2997
  {
2998
- "id": 58,
2999
- "name": "RefreshPayloadProvider",
2998
+ "id": 45,
2999
+ "name": "EmbedPlugin",
3000
3000
  "kind": 4096,
3001
3001
  "kindString": "Call signature",
3002
3002
  "flags": {},
3003
+ "comment": {
3004
+ "summary": [],
3005
+ "blockTags": [
3006
+ {
3007
+ "tag": "@deprecated",
3008
+ "content": [
3009
+ {
3010
+ "kind": "text",
3011
+ "text": "- use EmbedPluginCard and use CardProps instead of FlexBoxProps"
3012
+ }
3013
+ ]
3014
+ }
3015
+ ]
3016
+ },
3003
3017
  "parameters": [
3004
3018
  {
3005
- "id": 59,
3019
+ "id": 46,
3006
3020
  "name": "props",
3007
3021
  "kind": 32768,
3008
3022
  "kindString": "Parameter",
3009
3023
  "flags": {},
3010
3024
  "type": {
3011
3025
  "type": "reference",
3012
- "typeArguments": [
3013
- {
3014
- "type": "reference",
3015
- "id": 52,
3016
- "name": "RefreshPayloadProps"
3017
- }
3018
- ],
3019
- "name": "WithChildren",
3020
- "qualifiedName": "WithChildren",
3021
- "package": "@xylabs/react-shared"
3026
+ "id": 1,
3027
+ "name": "BusyCardProps"
3022
3028
  }
3023
3029
  },
3024
3030
  {
3025
- "id": 60,
3031
+ "id": 47,
3026
3032
  "name": "context",
3027
3033
  "kind": 32768,
3028
3034
  "kindString": "Parameter",
@@ -3064,49 +3070,41 @@
3064
3070
  ]
3065
3071
  },
3066
3072
  {
3067
- "id": 72,
3068
- "name": "ResolvePayloadProvider",
3073
+ "id": 15,
3074
+ "name": "EmbedPluginCard",
3069
3075
  "kind": 64,
3070
3076
  "kindString": "Function",
3071
3077
  "flags": {},
3072
3078
  "sources": [
3073
3079
  {
3074
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx",
3075
- "line": 15,
3080
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/EmbedPluginCard.tsx",
3081
+ "line": 10,
3076
3082
  "character": 13,
3077
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx#L15"
3083
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/EmbedPluginCard.tsx#L10"
3078
3084
  }
3079
3085
  ],
3080
3086
  "signatures": [
3081
3087
  {
3082
- "id": 73,
3083
- "name": "ResolvePayloadProvider",
3088
+ "id": 16,
3089
+ "name": "EmbedPluginCard",
3084
3090
  "kind": 4096,
3085
3091
  "kindString": "Call signature",
3086
3092
  "flags": {},
3087
3093
  "parameters": [
3088
3094
  {
3089
- "id": 74,
3095
+ "id": 17,
3090
3096
  "name": "props",
3091
3097
  "kind": 32768,
3092
3098
  "kindString": "Parameter",
3093
3099
  "flags": {},
3094
3100
  "type": {
3095
3101
  "type": "reference",
3096
- "typeArguments": [
3097
- {
3098
- "type": "reference",
3099
- "id": 71,
3100
- "name": "ResolvePayloadProviderProps"
3101
- }
3102
- ],
3103
- "name": "WithChildren",
3104
- "qualifiedName": "WithChildren",
3105
- "package": "@xylabs/react-shared"
3102
+ "id": 1,
3103
+ "name": "BusyCardProps"
3106
3104
  }
3107
3105
  },
3108
3106
  {
3109
- "id": 75,
3107
+ "id": 18,
3110
3108
  "name": "context",
3111
3109
  "kind": 32768,
3112
3110
  "kindString": "Parameter",
@@ -3148,49 +3146,41 @@
3148
3146
  ]
3149
3147
  },
3150
3148
  {
3151
- "id": 95,
3152
- "name": "ValidatePayloadProvider",
3149
+ "id": 40,
3150
+ "name": "EmbedPluginCardInner",
3153
3151
  "kind": 64,
3154
3152
  "kindString": "Function",
3155
3153
  "flags": {},
3156
3154
  "sources": [
3157
3155
  {
3158
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
3159
- "line": 15,
3156
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx",
3157
+ "line": 44,
3160
3158
  "character": 13,
3161
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L15"
3159
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx#L44"
3162
3160
  }
3163
3161
  ],
3164
3162
  "signatures": [
3165
3163
  {
3166
- "id": 96,
3167
- "name": "ValidatePayloadProvider",
3164
+ "id": 41,
3165
+ "name": "EmbedPluginCardInner",
3168
3166
  "kind": 4096,
3169
3167
  "kindString": "Call signature",
3170
3168
  "flags": {},
3171
3169
  "parameters": [
3172
3170
  {
3173
- "id": 97,
3171
+ "id": 42,
3174
3172
  "name": "props",
3175
3173
  "kind": 32768,
3176
3174
  "kindString": "Parameter",
3177
3175
  "flags": {},
3178
3176
  "type": {
3179
3177
  "type": "reference",
3180
- "typeArguments": [
3181
- {
3182
- "type": "reference",
3183
- "id": 93,
3184
- "name": "ValidatePayloadProviderProps"
3185
- }
3186
- ],
3187
- "name": "WithChildren",
3188
- "qualifiedName": "WithChildren",
3189
- "package": "@xylabs/react-shared"
3178
+ "id": 1,
3179
+ "name": "BusyCardProps"
3190
3180
  }
3191
3181
  },
3192
3182
  {
3193
- "id": 98,
3183
+ "id": 43,
3194
3184
  "name": "context",
3195
3185
  "kind": 32768,
3196
3186
  "kindString": "Parameter",
@@ -3232,55 +3222,49 @@
3232
3222
  ]
3233
3223
  },
3234
3224
  {
3235
- "id": 44,
3236
- "name": "XyoEmbedPlugin",
3225
+ "id": 48,
3226
+ "name": "EmbedPluginInner",
3237
3227
  "kind": 64,
3238
3228
  "kindString": "Function",
3239
3229
  "flags": {},
3240
3230
  "sources": [
3241
3231
  {
3242
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx",
3243
- "line": 64,
3232
+ "fileName": "packages/sdk/packages/embed/src/components/EmbedPlugin.tsx",
3233
+ "line": 10,
3244
3234
  "character": 13,
3245
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx#L64"
3235
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/EmbedPlugin.tsx#L10"
3246
3236
  }
3247
3237
  ],
3248
3238
  "signatures": [
3249
3239
  {
3250
- "id": 45,
3251
- "name": "XyoEmbedPlugin",
3240
+ "id": 49,
3241
+ "name": "EmbedPluginInner",
3252
3242
  "kind": 4096,
3253
3243
  "kindString": "Call signature",
3254
3244
  "flags": {},
3255
- "comment": {
3256
- "summary": [],
3257
- "blockTags": [
3258
- {
3259
- "tag": "@deprecated",
3260
- "content": [
3261
- {
3262
- "kind": "text",
3263
- "text": "- use XyoEmbedPluginCard and use CardProps instead of FlexBoxProps"
3264
- }
3265
- ]
3266
- }
3267
- ]
3268
- },
3269
3245
  "parameters": [
3270
3246
  {
3271
- "id": 46,
3247
+ "id": 50,
3272
3248
  "name": "props",
3273
3249
  "kind": 32768,
3274
3250
  "kindString": "Parameter",
3275
3251
  "flags": {},
3276
3252
  "type": {
3277
3253
  "type": "reference",
3278
- "id": 19,
3279
- "name": "XyoEmbedPluginCardProps"
3254
+ "typeArguments": [
3255
+ {
3256
+ "type": "reference",
3257
+ "id": 141,
3258
+ "name": "EmbedPluginProps"
3259
+ }
3260
+ ],
3261
+ "name": "WithChildren",
3262
+ "qualifiedName": "WithChildren",
3263
+ "package": "@xylabs/react-shared"
3280
3264
  }
3281
3265
  },
3282
3266
  {
3283
- "id": 47,
3267
+ "id": 51,
3284
3268
  "name": "context",
3285
3269
  "kind": 32768,
3286
3270
  "kindString": "Parameter",
@@ -3322,41 +3306,57 @@
3322
3306
  ]
3323
3307
  },
3324
3308
  {
3325
- "id": 36,
3326
- "name": "XyoEmbedPluginCard",
3309
+ "id": 54,
3310
+ "name": "EmbedPluginProvider",
3327
3311
  "kind": 64,
3328
3312
  "kindString": "Function",
3329
3313
  "flags": {},
3330
3314
  "sources": [
3331
3315
  {
3332
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx",
3333
- "line": 12,
3316
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/Provider.tsx",
3317
+ "line": 11,
3334
3318
  "character": 13,
3335
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx#L12"
3319
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/Provider.tsx#L11"
3336
3320
  }
3337
3321
  ],
3338
3322
  "signatures": [
3339
3323
  {
3340
- "id": 37,
3341
- "name": "XyoEmbedPluginCard",
3324
+ "id": 55,
3325
+ "name": "EmbedPluginProvider",
3342
3326
  "kind": 4096,
3343
3327
  "kindString": "Call signature",
3344
3328
  "flags": {},
3329
+ "comment": {
3330
+ "summary": [
3331
+ {
3332
+ "kind": "text",
3333
+ "text": "Expose passed embed plugin props via context"
3334
+ }
3335
+ ]
3336
+ },
3345
3337
  "parameters": [
3346
3338
  {
3347
- "id": 38,
3339
+ "id": 56,
3348
3340
  "name": "props",
3349
3341
  "kind": 32768,
3350
3342
  "kindString": "Parameter",
3351
3343
  "flags": {},
3352
3344
  "type": {
3353
3345
  "type": "reference",
3354
- "id": 19,
3355
- "name": "XyoEmbedPluginCardProps"
3346
+ "typeArguments": [
3347
+ {
3348
+ "type": "reference",
3349
+ "id": 68,
3350
+ "name": "EmbedPluginBase"
3351
+ }
3352
+ ],
3353
+ "name": "WithChildren",
3354
+ "qualifiedName": "WithChildren",
3355
+ "package": "@xylabs/react-shared"
3356
3356
  }
3357
3357
  },
3358
3358
  {
3359
- "id": 39,
3359
+ "id": 57,
3360
3360
  "name": "context",
3361
3361
  "kind": 32768,
3362
3362
  "kindString": "Parameter",
@@ -3398,41 +3398,49 @@
3398
3398
  ]
3399
3399
  },
3400
3400
  {
3401
- "id": 40,
3402
- "name": "XyoEmbedPluginCardInner",
3401
+ "id": 92,
3402
+ "name": "RefreshPayloadProvider",
3403
3403
  "kind": 64,
3404
3404
  "kindString": "Function",
3405
3405
  "flags": {},
3406
3406
  "sources": [
3407
3407
  {
3408
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx",
3409
- "line": 44,
3408
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
3409
+ "line": 11,
3410
3410
  "character": 13,
3411
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx#L44"
3411
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L11"
3412
3412
  }
3413
3413
  ],
3414
3414
  "signatures": [
3415
3415
  {
3416
- "id": 41,
3417
- "name": "XyoEmbedPluginCardInner",
3416
+ "id": 93,
3417
+ "name": "RefreshPayloadProvider",
3418
3418
  "kind": 4096,
3419
3419
  "kindString": "Call signature",
3420
3420
  "flags": {},
3421
3421
  "parameters": [
3422
3422
  {
3423
- "id": 42,
3423
+ "id": 94,
3424
3424
  "name": "props",
3425
3425
  "kind": 32768,
3426
3426
  "kindString": "Parameter",
3427
3427
  "flags": {},
3428
3428
  "type": {
3429
3429
  "type": "reference",
3430
- "id": 1,
3431
- "name": "BusyCardProps"
3430
+ "typeArguments": [
3431
+ {
3432
+ "type": "reference",
3433
+ "id": 87,
3434
+ "name": "RefreshPayloadProps"
3435
+ }
3436
+ ],
3437
+ "name": "WithChildren",
3438
+ "qualifiedName": "WithChildren",
3439
+ "package": "@xylabs/react-shared"
3432
3440
  }
3433
3441
  },
3434
3442
  {
3435
- "id": 43,
3443
+ "id": 95,
3436
3444
  "name": "context",
3437
3445
  "kind": 32768,
3438
3446
  "kindString": "Parameter",
@@ -3474,29 +3482,29 @@
3474
3482
  ]
3475
3483
  },
3476
3484
  {
3477
- "id": 48,
3478
- "name": "XyoEmbedPluginInner",
3485
+ "id": 107,
3486
+ "name": "ResolvePayloadProvider",
3479
3487
  "kind": 64,
3480
3488
  "kindString": "Function",
3481
3489
  "flags": {},
3482
3490
  "sources": [
3483
3491
  {
3484
- "fileName": "packages/sdk/packages/embed/src/components/XyoEmbedPlugin.tsx",
3485
- "line": 10,
3492
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx",
3493
+ "line": 15,
3486
3494
  "character": 13,
3487
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/components/XyoEmbedPlugin.tsx#L10"
3495
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/Provider.tsx#L15"
3488
3496
  }
3489
3497
  ],
3490
3498
  "signatures": [
3491
3499
  {
3492
- "id": 49,
3493
- "name": "XyoEmbedPluginInner",
3500
+ "id": 108,
3501
+ "name": "ResolvePayloadProvider",
3494
3502
  "kind": 4096,
3495
3503
  "kindString": "Call signature",
3496
3504
  "flags": {},
3497
3505
  "parameters": [
3498
3506
  {
3499
- "id": 50,
3507
+ "id": 109,
3500
3508
  "name": "props",
3501
3509
  "kind": 32768,
3502
3510
  "kindString": "Parameter",
@@ -3506,8 +3514,8 @@
3506
3514
  "typeArguments": [
3507
3515
  {
3508
3516
  "type": "reference",
3509
- "id": 141,
3510
- "name": "XyoEmbedPluginProps"
3517
+ "id": 106,
3518
+ "name": "ResolvePayloadProviderProps"
3511
3519
  }
3512
3520
  ],
3513
3521
  "name": "WithChildren",
@@ -3516,7 +3524,7 @@
3516
3524
  }
3517
3525
  },
3518
3526
  {
3519
- "id": 51,
3527
+ "id": 110,
3520
3528
  "name": "context",
3521
3529
  "kind": 32768,
3522
3530
  "kindString": "Parameter",
@@ -3558,37 +3566,29 @@
3558
3566
  ]
3559
3567
  },
3560
3568
  {
3561
- "id": 108,
3562
- "name": "XyoEmbedPluginProvider",
3569
+ "id": 130,
3570
+ "name": "ValidatePayloadProvider",
3563
3571
  "kind": 64,
3564
3572
  "kindString": "Function",
3565
3573
  "flags": {},
3566
3574
  "sources": [
3567
3575
  {
3568
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/Provider.tsx",
3569
- "line": 11,
3576
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
3577
+ "line": 15,
3570
3578
  "character": 13,
3571
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/Provider.tsx#L11"
3579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L15"
3572
3580
  }
3573
3581
  ],
3574
3582
  "signatures": [
3575
3583
  {
3576
- "id": 109,
3577
- "name": "XyoEmbedPluginProvider",
3584
+ "id": 131,
3585
+ "name": "ValidatePayloadProvider",
3578
3586
  "kind": 4096,
3579
3587
  "kindString": "Call signature",
3580
3588
  "flags": {},
3581
- "comment": {
3582
- "summary": [
3583
- {
3584
- "kind": "text",
3585
- "text": "Expose passed embed plugin props via context"
3586
- }
3587
- ]
3588
- },
3589
3589
  "parameters": [
3590
3590
  {
3591
- "id": 110,
3591
+ "id": 132,
3592
3592
  "name": "props",
3593
3593
  "kind": 32768,
3594
3594
  "kindString": "Parameter",
@@ -3598,8 +3598,8 @@
3598
3598
  "typeArguments": [
3599
3599
  {
3600
3600
  "type": "reference",
3601
- "id": 122,
3602
- "name": "XyoEmbedPluginBase"
3601
+ "id": 128,
3602
+ "name": "ValidatePayloadProviderProps"
3603
3603
  }
3604
3604
  ],
3605
3605
  "name": "WithChildren",
@@ -3608,7 +3608,7 @@
3608
3608
  }
3609
3609
  },
3610
3610
  {
3611
- "id": 111,
3611
+ "id": 133,
3612
3612
  "name": "context",
3613
3613
  "kind": 32768,
3614
3614
  "kindString": "Parameter",
@@ -3650,23 +3650,23 @@
3650
3650
  ]
3651
3651
  },
3652
3652
  {
3653
- "id": 68,
3654
- "name": "useRefreshPayload",
3653
+ "id": 85,
3654
+ "name": "useEmbedPluginState",
3655
3655
  "kind": 64,
3656
3656
  "kindString": "Function",
3657
3657
  "flags": {},
3658
3658
  "sources": [
3659
3659
  {
3660
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/use.tsx",
3660
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/use.tsx",
3661
3661
  "line": 5,
3662
3662
  "character": 13,
3663
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/use.tsx#L5"
3663
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/use.tsx#L5"
3664
3664
  }
3665
3665
  ],
3666
3666
  "signatures": [
3667
3667
  {
3668
- "id": 69,
3669
- "name": "useRefreshPayload",
3668
+ "id": 86,
3669
+ "name": "useEmbedPluginState",
3670
3670
  "kind": 4096,
3671
3671
  "kindString": "Call signature",
3672
3672
  "flags": {},
@@ -3678,8 +3678,8 @@
3678
3678
  "types": [
3679
3679
  {
3680
3680
  "type": "reference",
3681
- "id": 61,
3682
- "name": "RefreshPayloadState"
3681
+ "id": 75,
3682
+ "name": "EmbedPluginState"
3683
3683
  },
3684
3684
  {
3685
3685
  "type": "reference",
@@ -3700,23 +3700,23 @@
3700
3700
  ]
3701
3701
  },
3702
3702
  {
3703
- "id": 91,
3704
- "name": "useResolvePayload",
3703
+ "id": 103,
3704
+ "name": "useRefreshPayload",
3705
3705
  "kind": 64,
3706
3706
  "kindString": "Function",
3707
3707
  "flags": {},
3708
3708
  "sources": [
3709
3709
  {
3710
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/use.tsx",
3710
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/use.tsx",
3711
3711
  "line": 5,
3712
3712
  "character": 13,
3713
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/use.tsx#L5"
3713
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/use.tsx#L5"
3714
3714
  }
3715
3715
  ],
3716
3716
  "signatures": [
3717
3717
  {
3718
- "id": 92,
3719
- "name": "useResolvePayload",
3718
+ "id": 104,
3719
+ "name": "useRefreshPayload",
3720
3720
  "kind": 4096,
3721
3721
  "kindString": "Call signature",
3722
3722
  "flags": {},
@@ -3728,8 +3728,8 @@
3728
3728
  "types": [
3729
3729
  {
3730
3730
  "type": "reference",
3731
- "id": 76,
3732
- "name": "ResolvePayloadState"
3731
+ "id": 96,
3732
+ "name": "RefreshPayloadState"
3733
3733
  },
3734
3734
  {
3735
3735
  "type": "reference",
@@ -3750,23 +3750,23 @@
3750
3750
  ]
3751
3751
  },
3752
3752
  {
3753
- "id": 104,
3754
- "name": "useValidatePayload",
3753
+ "id": 126,
3754
+ "name": "useResolvePayload",
3755
3755
  "kind": 64,
3756
3756
  "kindString": "Function",
3757
3757
  "flags": {},
3758
3758
  "sources": [
3759
3759
  {
3760
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/use.tsx",
3760
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/use.tsx",
3761
3761
  "line": 5,
3762
3762
  "character": 13,
3763
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/use.tsx#L5"
3763
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/use.tsx#L5"
3764
3764
  }
3765
3765
  ],
3766
3766
  "signatures": [
3767
3767
  {
3768
- "id": 105,
3769
- "name": "useValidatePayload",
3768
+ "id": 127,
3769
+ "name": "useResolvePayload",
3770
3770
  "kind": 4096,
3771
3771
  "kindString": "Call signature",
3772
3772
  "flags": {},
@@ -3778,8 +3778,8 @@
3778
3778
  "types": [
3779
3779
  {
3780
3780
  "type": "reference",
3781
- "id": 99,
3782
- "name": "ValidatePayloadState"
3781
+ "id": 111,
3782
+ "name": "ResolvePayloadState"
3783
3783
  },
3784
3784
  {
3785
3785
  "type": "reference",
@@ -3801,22 +3801,22 @@
3801
3801
  },
3802
3802
  {
3803
3803
  "id": 139,
3804
- "name": "useXyoEmbedPluginState",
3804
+ "name": "useValidatePayload",
3805
3805
  "kind": 64,
3806
3806
  "kindString": "Function",
3807
3807
  "flags": {},
3808
3808
  "sources": [
3809
3809
  {
3810
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/use.tsx",
3810
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/use.tsx",
3811
3811
  "line": 5,
3812
3812
  "character": 13,
3813
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/use.tsx#L5"
3813
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/use.tsx#L5"
3814
3814
  }
3815
3815
  ],
3816
3816
  "signatures": [
3817
3817
  {
3818
3818
  "id": 140,
3819
- "name": "useXyoEmbedPluginState",
3819
+ "name": "useValidatePayload",
3820
3820
  "kind": 4096,
3821
3821
  "kindString": "Call signature",
3822
3822
  "flags": {},
@@ -3828,8 +3828,8 @@
3828
3828
  "types": [
3829
3829
  {
3830
3830
  "type": "reference",
3831
- "id": 129,
3832
- "name": "XyoEmbedPluginState"
3831
+ "id": 134,
3832
+ "name": "ValidatePayloadState"
3833
3833
  },
3834
3834
  {
3835
3835
  "type": "reference",
@@ -3855,50 +3855,50 @@
3855
3855
  "title": "Interfaces",
3856
3856
  "children": [
3857
3857
  1,
3858
- 112,
3859
- 120,
3860
- 52,
3861
- 61,
3862
- 76,
3863
- 93,
3864
- 99,
3865
- 122,
3858
+ 68,
3866
3859
  19,
3867
3860
  141,
3868
- 129
3861
+ 75,
3862
+ 58,
3863
+ 66,
3864
+ 87,
3865
+ 96,
3866
+ 111,
3867
+ 128,
3868
+ 134
3869
3869
  ]
3870
3870
  },
3871
3871
  {
3872
3872
  "title": "Type Aliases",
3873
3873
  "children": [
3874
- 71,
3875
- 107
3874
+ 53,
3875
+ 106
3876
3876
  ]
3877
3877
  },
3878
3878
  {
3879
3879
  "title": "Variables",
3880
3880
  "children": [
3881
- 70,
3882
- 106
3881
+ 52,
3882
+ 105
3883
3883
  ]
3884
3884
  },
3885
3885
  {
3886
3886
  "title": "Functions",
3887
3887
  "children": [
3888
+ 36,
3888
3889
  6,
3889
3890
  10,
3890
- 15,
3891
- 57,
3892
- 72,
3893
- 95,
3894
3891
  44,
3895
- 36,
3892
+ 15,
3896
3893
  40,
3897
3894
  48,
3898
- 108,
3899
- 68,
3900
- 91,
3901
- 104,
3895
+ 54,
3896
+ 92,
3897
+ 107,
3898
+ 130,
3899
+ 85,
3900
+ 103,
3901
+ 126,
3902
3902
  139
3903
3903
  ]
3904
3904
  }
@@ -3908,7 +3908,7 @@
3908
3908
  "fileName": "packages/sdk/packages/embed/src/index.ts",
3909
3909
  "line": 1,
3910
3910
  "character": 0,
3911
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b78ade33d/packages/sdk/packages/embed/src/index.ts#L1"
3911
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/index.ts#L1"
3912
3912
  }
3913
3913
  ]
3914
3914
  }