@xyo-network/react-embed 2.52.0 → 2.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +1593 -1593
  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 +5 -5
  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 +13 -13
  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 +5 -5
  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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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,35 +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/7dee71757/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": 52,
331
- "name": "RefreshPayloadProps",
347
+ "id": 19,
348
+ "name": "EmbedPluginCardProps",
332
349
  "kind": 256,
333
350
  "kindString": "Interface",
334
351
  "flags": {},
335
352
  "children": [
336
353
  {
337
- "id": 53,
338
- "name": "onRefresh",
354
+ "id": 32,
355
+ "name": "busy",
339
356
  "kind": 1024,
340
357
  "kindString": "Property",
341
358
  "flags": {
@@ -343,47 +360,25 @@
343
360
  },
344
361
  "sources": [
345
362
  {
346
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
347
- "line": 7,
363
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
364
+ "line": 13,
348
365
  "character": 2,
349
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
366
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L13"
350
367
  }
351
368
  ],
352
369
  "type": {
353
- "type": "reflection",
354
- "declaration": {
355
- "id": 54,
356
- "name": "__type",
357
- "kind": 65536,
358
- "kindString": "Type literal",
359
- "flags": {},
360
- "sources": [
361
- {
362
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
363
- "line": 7,
364
- "character": 14,
365
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
366
- }
367
- ],
368
- "signatures": [
369
- {
370
- "id": 55,
371
- "name": "__type",
372
- "kind": 4096,
373
- "kindString": "Call signature",
374
- "flags": {},
375
- "type": {
376
- "type": "intrinsic",
377
- "name": "void"
378
- }
379
- }
380
- ]
381
- }
370
+ "type": "intrinsic",
371
+ "name": "boolean"
372
+ },
373
+ "inheritedFrom": {
374
+ "type": "reference",
375
+ "id": 2,
376
+ "name": "BusyCardProps.busy"
382
377
  }
383
378
  },
384
379
  {
385
- "id": 56,
386
- "name": "refreshPayload",
380
+ "id": 33,
381
+ "name": "busyMinimum",
387
382
  "kind": 1024,
388
383
  "kindString": "Property",
389
384
  "flags": {
@@ -391,46 +386,25 @@
391
386
  },
392
387
  "sources": [
393
388
  {
394
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
395
- "line": 8,
389
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
390
+ "line": 14,
396
391
  "character": 2,
397
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L8"
392
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L14"
398
393
  }
399
394
  ],
400
395
  "type": {
401
396
  "type": "intrinsic",
402
- "name": "boolean"
397
+ "name": "number"
398
+ },
399
+ "inheritedFrom": {
400
+ "type": "reference",
401
+ "id": 3,
402
+ "name": "BusyCardProps.busyMinimum"
403
403
  }
404
- }
405
- ],
406
- "groups": [
407
- {
408
- "title": "Properties",
409
- "children": [
410
- 53,
411
- 56
412
- ]
413
- }
414
- ],
415
- "sources": [
416
- {
417
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
418
- "line": 6,
419
- "character": 17,
420
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L6"
421
- }
422
- ]
423
- },
424
- {
425
- "id": 61,
426
- "name": "RefreshPayloadState",
427
- "kind": 256,
428
- "kindString": "Interface",
429
- "flags": {},
430
- "children": [
404
+ },
431
405
  {
432
- "id": 62,
433
- "name": "onRefresh",
406
+ "id": 34,
407
+ "name": "busyVariant",
434
408
  "kind": 1024,
435
409
  "kindString": "Property",
436
410
  "flags": {
@@ -438,69 +412,27 @@
438
412
  },
439
413
  "sources": [
440
414
  {
441
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
442
- "line": 5,
415
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
416
+ "line": 15,
443
417
  "character": 2,
444
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L5"
445
- }
446
- ],
447
- "type": {
448
- "type": "reflection",
449
- "declaration": {
450
- "id": 63,
451
- "name": "__type",
452
- "kind": 65536,
453
- "kindString": "Type literal",
454
- "flags": {},
455
- "sources": [
456
- {
457
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
458
- "line": 5,
459
- "character": 14,
460
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L5"
461
- }
462
- ],
463
- "signatures": [
464
- {
465
- "id": 64,
466
- "name": "__type",
467
- "kind": 4096,
468
- "kindString": "Call signature",
469
- "flags": {},
470
- "type": {
471
- "type": "intrinsic",
472
- "name": "void"
473
- }
474
- }
475
- ]
476
- }
477
- }
478
- },
479
- {
480
- "id": 67,
481
- "name": "provided",
482
- "kind": 1024,
483
- "kindString": "Property",
484
- "flags": {},
485
- "sources": [
486
- {
487
- "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
488
- "line": 2,
489
- "character": 4
418
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L15"
490
419
  }
491
420
  ],
492
421
  "type": {
493
- "type": "intrinsic",
494
- "name": "boolean"
422
+ "type": "reference",
423
+ "name": "BusyVariant",
424
+ "qualifiedName": "BusyVariant",
425
+ "package": "@xylabs/react-shared"
495
426
  },
496
427
  "inheritedFrom": {
497
428
  "type": "reference",
498
- "name": "ContextExState.provided"
429
+ "id": 4,
430
+ "name": "BusyCardProps.busyVariant"
499
431
  }
500
432
  },
501
433
  {
502
- "id": 65,
503
- "name": "refreshPayload",
434
+ "id": 35,
435
+ "name": "busyVariantProps",
504
436
  "kind": 1024,
505
437
  "kindString": "Property",
506
438
  "flags": {
@@ -508,100 +440,73 @@
508
440
  },
509
441
  "sources": [
510
442
  {
511
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
512
- "line": 6,
443
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
444
+ "line": 16,
513
445
  "character": 2,
514
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L6"
446
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L16"
515
447
  }
516
448
  ],
517
449
  "type": {
518
- "type": "intrinsic",
519
- "name": "boolean"
520
- }
521
- },
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"
470
+ }
471
+ },
522
472
  {
523
- "id": 66,
524
- "name": "setRefreshPayload",
473
+ "id": 27,
474
+ "name": "embedPluginConfig",
525
475
  "kind": 1024,
526
476
  "kindString": "Property",
527
477
  "flags": {
528
478
  "isOptional": true
529
479
  },
480
+ "comment": {
481
+ "summary": [
482
+ {
483
+ "kind": "text",
484
+ "text": "EmbedPlugin component configuration"
485
+ }
486
+ ]
487
+ },
530
488
  "sources": [
531
489
  {
532
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
533
- "line": 7,
490
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
491
+ "line": 24,
534
492
  "character": 2,
535
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L7"
493
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L24"
536
494
  }
537
495
  ],
538
496
  "type": {
539
497
  "type": "reference",
540
- "typeArguments": [
541
- {
542
- "type": "reference",
543
- "typeArguments": [
544
- {
545
- "type": "union",
546
- "types": [
547
- {
548
- "type": "intrinsic",
549
- "name": "undefined"
550
- },
551
- {
552
- "type": "intrinsic",
553
- "name": "boolean"
554
- }
555
- ]
556
- }
557
- ],
558
- "name": "SetStateAction",
559
- "qualifiedName": "React.SetStateAction",
560
- "package": "@types/react"
561
- }
562
- ],
563
- "name": "Dispatch",
564
- "qualifiedName": "React.Dispatch",
565
- "package": "@types/react"
498
+ "id": 66,
499
+ "name": "PluginConfig"
500
+ },
501
+ "inheritedFrom": {
502
+ "type": "reference",
503
+ "id": 149,
504
+ "name": "EmbedPluginProps.embedPluginConfig"
566
505
  }
567
- }
568
- ],
569
- "groups": [
570
- {
571
- "title": "Properties",
572
- "children": [
573
- 62,
574
- 67,
575
- 65,
576
- 66
577
- ]
578
- }
579
- ],
580
- "sources": [
581
- {
582
- "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
583
- "line": 4,
584
- "character": 17,
585
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L4"
586
- }
587
- ],
588
- "extendedTypes": [
589
- {
590
- "type": "reference",
591
- "name": "ContextExState"
592
- }
593
- ]
594
- },
595
- {
596
- "id": 76,
597
- "name": "ResolvePayloadState",
598
- "kind": 256,
599
- "kindString": "Interface",
600
- "flags": {},
601
- "children": [
506
+ },
602
507
  {
603
- "id": 77,
604
- "name": "huri",
508
+ "id": 20,
509
+ "name": "hideElementsConfig",
605
510
  "kind": 1024,
606
511
  "kindString": "Property",
607
512
  "flags": {
@@ -609,70 +514,65 @@
609
514
  },
610
515
  "sources": [
611
516
  {
612
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
613
- "line": 7,
517
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
518
+ "line": 6,
614
519
  "character": 2,
615
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L7"
520
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L6"
616
521
  }
617
522
  ],
618
523
  "type": {
619
- "type": "intrinsic",
620
- "name": "string"
524
+ "type": "reference",
525
+ "id": 58,
526
+ "name": "EmbedPluginVisibilityConfig"
527
+ },
528
+ "inheritedFrom": {
529
+ "type": "reference",
530
+ "id": 142,
531
+ "name": "EmbedPluginProps.hideElementsConfig"
621
532
  }
622
533
  },
623
534
  {
624
- "id": 78,
625
- "name": "huriError",
535
+ "id": 28,
536
+ "name": "huri",
626
537
  "kind": 1024,
627
538
  "kindString": "Property",
628
539
  "flags": {
629
540
  "isOptional": true
630
541
  },
542
+ "comment": {
543
+ "summary": [],
544
+ "blockTags": [
545
+ {
546
+ "tag": "@deprecated",
547
+ "content": [
548
+ {
549
+ "kind": "text",
550
+ "text": "use huriPayload"
551
+ }
552
+ ]
553
+ }
554
+ ]
555
+ },
631
556
  "sources": [
632
557
  {
633
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
634
- "line": 8,
558
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
559
+ "line": 27,
635
560
  "character": 2,
636
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L8"
561
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L27"
637
562
  }
638
563
  ],
639
564
  "type": {
640
- "type": "intersection",
641
- "types": [
642
- {
643
- "type": "reference",
644
- "name": "SchemaFields",
645
- "qualifiedName": "SchemaFields",
646
- "package": "@xyo-network/payload-model"
647
- },
648
- {
649
- "type": "reference",
650
- "name": "PayloadFields",
651
- "qualifiedName": "PayloadFields",
652
- "package": "@xyo-network/payload-model"
653
- },
654
- {
655
- "type": "reflection",
656
- "declaration": {
657
- "id": 79,
658
- "name": "__type",
659
- "kind": 65536,
660
- "kindString": "Type literal",
661
- "flags": {},
662
- "sources": [
663
- {
664
- "fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
665
- "line": 5,
666
- "character": 34
667
- }
668
- ]
669
- }
670
- }
671
- ]
565
+ "type": "intrinsic",
566
+ "name": "string"
567
+ },
568
+ "inheritedFrom": {
569
+ "type": "reference",
570
+ "id": 150,
571
+ "name": "EmbedPluginProps.huri"
672
572
  }
673
573
  },
674
574
  {
675
- "id": 80,
575
+ "id": 21,
676
576
  "name": "huriPayload",
677
577
  "kind": 1024,
678
578
  "kindString": "Property",
@@ -681,10 +581,10 @@
681
581
  },
682
582
  "sources": [
683
583
  {
684
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
685
- "line": 9,
584
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
585
+ "line": 7,
686
586
  "character": 2,
687
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
688
588
  }
689
589
  ],
690
590
  "type": {
@@ -712,7 +612,7 @@
712
612
  {
713
613
  "type": "reflection",
714
614
  "declaration": {
715
- "id": 81,
615
+ "id": 22,
716
616
  "name": "__type",
717
617
  "kind": 65536,
718
618
  "kindString": "Type literal",
@@ -720,7 +620,7 @@
720
620
  "sources": [
721
621
  {
722
622
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
723
- "line": 20,
623
+ "line": 18,
724
624
  "character": 17
725
625
  }
726
626
  ]
@@ -729,11 +629,16 @@
729
629
  ]
730
630
  }
731
631
  ]
632
+ },
633
+ "inheritedFrom": {
634
+ "type": "reference",
635
+ "id": 143,
636
+ "name": "EmbedPluginProps.huriPayload"
732
637
  }
733
638
  },
734
639
  {
735
- "id": 82,
736
- "name": "notFound",
640
+ "id": 23,
641
+ "name": "onRefresh",
737
642
  "kind": 1024,
738
643
  "kindString": "Property",
739
644
  "flags": {
@@ -741,20 +646,60 @@
741
646
  },
742
647
  "sources": [
743
648
  {
744
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
745
- "line": 10,
649
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
650
+ "line": 9,
746
651
  "character": 2,
747
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L10"
652
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L9"
748
653
  }
749
654
  ],
750
655
  "type": {
751
- "type": "intrinsic",
752
- "name": "boolean"
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,
674
+ "name": "__type",
675
+ "kind": 4096,
676
+ "kindString": "Call signature",
677
+ "flags": {},
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
+ }
690
+ }
691
+ ]
692
+ }
693
+ },
694
+ "inheritedFrom": {
695
+ "type": "reference",
696
+ "id": 145,
697
+ "name": "EmbedPluginProps.onRefresh"
753
698
  }
754
699
  },
755
700
  {
756
- "id": 83,
757
- "name": "payload",
701
+ "id": 29,
702
+ "name": "plugins",
758
703
  "kind": 1024,
759
704
  "kindString": "Property",
760
705
  "flags": {
@@ -762,72 +707,54 @@
762
707
  },
763
708
  "sources": [
764
709
  {
765
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
766
- "line": 11,
710
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
711
+ "line": 28,
767
712
  "character": 2,
768
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L11"
713
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
769
714
  }
770
715
  ],
771
716
  "type": {
772
- "type": "intersection",
773
- "types": [
774
- {
775
- "type": "reference",
776
- "name": "SchemaFields",
777
- "qualifiedName": "SchemaFields",
778
- "package": "@xyo-network/payload-model"
779
- },
780
- {
781
- "type": "reference",
782
- "name": "PayloadFields",
783
- "qualifiedName": "PayloadFields",
784
- "package": "@xyo-network/payload-model"
785
- },
786
- {
787
- "type": "reflection",
788
- "declaration": {
789
- "id": 84,
790
- "name": "__type",
791
- "kind": 65536,
792
- "kindString": "Type literal",
793
- "flags": {},
794
- "sources": [
795
- {
796
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
797
- "line": 20,
798
- "character": 17
799
- }
800
- ]
801
- }
802
- }
803
- ]
717
+ "type": "array",
718
+ "elementType": {
719
+ "type": "reference",
720
+ "name": "PayloadRenderPlugin"
721
+ }
722
+ },
723
+ "inheritedFrom": {
724
+ "type": "reference",
725
+ "id": 151,
726
+ "name": "EmbedPluginProps.plugins"
804
727
  }
805
728
  },
806
729
  {
807
- "id": 90,
808
- "name": "provided",
730
+ "id": 30,
731
+ "name": "refreshTitle",
809
732
  "kind": 1024,
810
733
  "kindString": "Property",
811
- "flags": {},
734
+ "flags": {
735
+ "isOptional": true
736
+ },
812
737
  "sources": [
813
738
  {
814
- "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
815
- "line": 2,
816
- "character": 4
739
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
740
+ "line": 29,
741
+ "character": 2,
742
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
817
743
  }
818
744
  ],
819
745
  "type": {
820
746
  "type": "intrinsic",
821
- "name": "boolean"
747
+ "name": "string"
822
748
  },
823
749
  "inheritedFrom": {
824
750
  "type": "reference",
825
- "name": "ContextExState.provided"
751
+ "id": 152,
752
+ "name": "EmbedPluginProps.refreshTitle"
826
753
  }
827
754
  },
828
755
  {
829
- "id": 85,
830
- "name": "refreshHuri",
756
+ "id": 31,
757
+ "name": "timestampLabel",
831
758
  "kind": 1024,
832
759
  "kindString": "Property",
833
760
  "flags": {
@@ -835,47 +762,25 @@
835
762
  },
836
763
  "sources": [
837
764
  {
838
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
839
- "line": 12,
765
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
766
+ "line": 30,
840
767
  "character": 2,
841
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
768
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
842
769
  }
843
770
  ],
844
771
  "type": {
845
- "type": "reflection",
846
- "declaration": {
847
- "id": 86,
848
- "name": "__type",
849
- "kind": 65536,
850
- "kindString": "Type literal",
851
- "flags": {},
852
- "sources": [
853
- {
854
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
855
- "line": 12,
856
- "character": 16,
857
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
858
- }
859
- ],
860
- "signatures": [
861
- {
862
- "id": 87,
863
- "name": "__type",
864
- "kind": 4096,
865
- "kindString": "Call signature",
866
- "flags": {},
867
- "type": {
868
- "type": "intrinsic",
869
- "name": "void"
870
- }
871
- }
872
- ]
873
- }
772
+ "type": "intrinsic",
773
+ "name": "string"
774
+ },
775
+ "inheritedFrom": {
776
+ "type": "reference",
777
+ "id": 153,
778
+ "name": "EmbedPluginProps.timestampLabel"
874
779
  }
875
780
  },
876
781
  {
877
- "id": 88,
878
- "name": "setPayload",
782
+ "id": 26,
783
+ "name": "validateSchema",
879
784
  "kind": 1024,
880
785
  "kindString": "Property",
881
786
  "flags": {
@@ -883,70 +788,20 @@
883
788
  },
884
789
  "sources": [
885
790
  {
886
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
887
- "line": 13,
791
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
792
+ "line": 10,
888
793
  "character": 2,
889
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L13"
794
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L10"
890
795
  }
891
796
  ],
892
797
  "type": {
798
+ "type": "intrinsic",
799
+ "name": "boolean"
800
+ },
801
+ "inheritedFrom": {
893
802
  "type": "reference",
894
- "typeArguments": [
895
- {
896
- "type": "reference",
897
- "typeArguments": [
898
- {
899
- "type": "union",
900
- "types": [
901
- {
902
- "type": "intrinsic",
903
- "name": "undefined"
904
- },
905
- {
906
- "type": "intersection",
907
- "types": [
908
- {
909
- "type": "reference",
910
- "name": "SchemaFields",
911
- "qualifiedName": "SchemaFields",
912
- "package": "@xyo-network/payload-model"
913
- },
914
- {
915
- "type": "reference",
916
- "name": "PayloadFields",
917
- "qualifiedName": "PayloadFields",
918
- "package": "@xyo-network/payload-model"
919
- },
920
- {
921
- "type": "reflection",
922
- "declaration": {
923
- "id": 89,
924
- "name": "__type",
925
- "kind": 65536,
926
- "kindString": "Type literal",
927
- "flags": {},
928
- "sources": [
929
- {
930
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
931
- "line": 20,
932
- "character": 17
933
- }
934
- ]
935
- }
936
- }
937
- ]
938
- }
939
- ]
940
- }
941
- ],
942
- "name": "SetStateAction",
943
- "qualifiedName": "React.SetStateAction",
944
- "package": "@types/react"
945
- }
946
- ],
947
- "name": "Dispatch",
948
- "qualifiedName": "React.Dispatch",
949
- "package": "@types/react"
803
+ "id": 148,
804
+ "name": "EmbedPluginProps.validateSchema"
950
805
  }
951
806
  }
952
807
  ],
@@ -954,88 +809,94 @@
954
809
  {
955
810
  "title": "Properties",
956
811
  "children": [
957
- 77,
958
- 78,
959
- 80,
960
- 82,
961
- 83,
962
- 90,
963
- 85,
964
- 88
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
965
825
  ]
966
826
  }
967
827
  ],
968
828
  "sources": [
969
829
  {
970
- "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
971
- "line": 6,
830
+ "fileName": "packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx",
831
+ "line": 10,
972
832
  "character": 17,
973
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L6"
833
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/components/embed-card/EmbedPluginCard.tsx#L10"
974
834
  }
975
835
  ],
976
836
  "extendedTypes": [
977
837
  {
978
838
  "type": "reference",
979
- "name": "ContextExState"
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"
980
852
  }
981
853
  ]
982
854
  },
983
855
  {
984
- "id": 93,
985
- "name": "ValidatePayloadProviderProps",
856
+ "id": 141,
857
+ "name": "EmbedPluginProps",
986
858
  "kind": 256,
987
859
  "kindString": "Interface",
988
860
  "flags": {},
989
861
  "children": [
990
862
  {
991
- "id": 94,
992
- "name": "enabled",
863
+ "id": 149,
864
+ "name": "embedPluginConfig",
993
865
  "kind": 1024,
994
866
  "kindString": "Property",
995
867
  "flags": {
996
868
  "isOptional": true
997
869
  },
870
+ "comment": {
871
+ "summary": [
872
+ {
873
+ "kind": "text",
874
+ "text": "EmbedPlugin component configuration"
875
+ }
876
+ ]
877
+ },
998
878
  "sources": [
999
879
  {
1000
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
1001
- "line": 12,
880
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
881
+ "line": 24,
1002
882
  "character": 2,
1003
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L12"
883
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L24"
1004
884
  }
1005
885
  ],
1006
886
  "type": {
1007
- "type": "intrinsic",
1008
- "name": "boolean"
887
+ "type": "reference",
888
+ "id": 66,
889
+ "name": "PluginConfig"
890
+ },
891
+ "inheritedFrom": {
892
+ "type": "reference",
893
+ "id": 69,
894
+ "name": "EmbedPluginBase.embedPluginConfig"
1009
895
  }
1010
- }
1011
- ],
1012
- "groups": [
1013
- {
1014
- "title": "Properties",
1015
- "children": [
1016
- 94
1017
- ]
1018
- }
1019
- ],
1020
- "sources": [
1021
- {
1022
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
1023
- "line": 10,
1024
- "character": 17,
1025
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx#L10"
1026
- }
1027
- ]
1028
- },
1029
- {
1030
- "id": 99,
1031
- "name": "ValidatePayloadState",
1032
- "kind": 256,
1033
- "kindString": "Interface",
1034
- "flags": {},
1035
- "children": [
896
+ },
1036
897
  {
1037
- "id": 100,
1038
- "name": "enabled",
898
+ "id": 142,
899
+ "name": "hideElementsConfig",
1039
900
  "kind": 1024,
1040
901
  "kindString": "Property",
1041
902
  "flags": {
@@ -1043,42 +904,66 @@
1043
904
  },
1044
905
  "sources": [
1045
906
  {
1046
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1047
- "line": 4,
907
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
908
+ "line": 6,
1048
909
  "character": 2,
1049
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L4"
910
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L6"
1050
911
  }
1051
912
  ],
1052
913
  "type": {
1053
- "type": "intrinsic",
1054
- "name": "boolean"
914
+ "type": "reference",
915
+ "id": 58,
916
+ "name": "EmbedPluginVisibilityConfig"
917
+ },
918
+ "overwrites": {
919
+ "type": "reference",
920
+ "id": 70,
921
+ "name": "EmbedPluginBase.hideElementsConfig"
1055
922
  }
1056
923
  },
1057
924
  {
1058
- "id": 103,
1059
- "name": "provided",
925
+ "id": 150,
926
+ "name": "huri",
1060
927
  "kind": 1024,
1061
928
  "kindString": "Property",
1062
- "flags": {},
929
+ "flags": {
930
+ "isOptional": true
931
+ },
932
+ "comment": {
933
+ "summary": [],
934
+ "blockTags": [
935
+ {
936
+ "tag": "@deprecated",
937
+ "content": [
938
+ {
939
+ "kind": "text",
940
+ "text": "use huriPayload"
941
+ }
942
+ ]
943
+ }
944
+ ]
945
+ },
1063
946
  "sources": [
1064
947
  {
1065
- "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
1066
- "line": 2,
1067
- "character": 4
948
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
949
+ "line": 27,
950
+ "character": 2,
951
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L27"
1068
952
  }
1069
953
  ],
1070
954
  "type": {
1071
955
  "type": "intrinsic",
1072
- "name": "boolean"
956
+ "name": "string"
1073
957
  },
1074
958
  "inheritedFrom": {
1075
959
  "type": "reference",
1076
- "name": "ContextExState.provided"
960
+ "id": 71,
961
+ "name": "EmbedPluginBase.huri"
1077
962
  }
1078
963
  },
1079
964
  {
1080
- "id": 101,
1081
- "name": "schema",
965
+ "id": 143,
966
+ "name": "huriPayload",
1082
967
  "kind": 1024,
1083
968
  "kindString": "Property",
1084
969
  "flags": {
@@ -1086,20 +971,170 @@
1086
971
  },
1087
972
  "sources": [
1088
973
  {
1089
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1090
- "line": 5,
974
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
975
+ "line": 7,
976
+ "character": 2,
977
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L7"
978
+ }
979
+ ],
980
+ "type": {
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
+ ]
1022
+ }
1023
+ },
1024
+ {
1025
+ "id": 145,
1026
+ "name": "onRefresh",
1027
+ "kind": 1024,
1028
+ "kindString": "Property",
1029
+ "flags": {
1030
+ "isOptional": true
1031
+ },
1032
+ "sources": [
1033
+ {
1034
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1035
+ "line": 9,
1036
+ "character": 2,
1037
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L9"
1038
+ }
1039
+ ],
1040
+ "type": {
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
+ }
1078
+ }
1079
+ },
1080
+ {
1081
+ "id": 151,
1082
+ "name": "plugins",
1083
+ "kind": 1024,
1084
+ "kindString": "Property",
1085
+ "flags": {
1086
+ "isOptional": true
1087
+ },
1088
+ "sources": [
1089
+ {
1090
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1091
+ "line": 28,
1092
+ "character": 2,
1093
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
1094
+ }
1095
+ ],
1096
+ "type": {
1097
+ "type": "array",
1098
+ "elementType": {
1099
+ "type": "reference",
1100
+ "name": "PayloadRenderPlugin"
1101
+ }
1102
+ },
1103
+ "inheritedFrom": {
1104
+ "type": "reference",
1105
+ "id": 72,
1106
+ "name": "EmbedPluginBase.plugins"
1107
+ }
1108
+ },
1109
+ {
1110
+ "id": 152,
1111
+ "name": "refreshTitle",
1112
+ "kind": 1024,
1113
+ "kindString": "Property",
1114
+ "flags": {
1115
+ "isOptional": true
1116
+ },
1117
+ "sources": [
1118
+ {
1119
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1120
+ "line": 29,
1091
1121
  "character": 2,
1092
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L5"
1122
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
1093
1123
  }
1094
1124
  ],
1095
1125
  "type": {
1096
1126
  "type": "intrinsic",
1097
1127
  "name": "string"
1128
+ },
1129
+ "inheritedFrom": {
1130
+ "type": "reference",
1131
+ "id": 73,
1132
+ "name": "EmbedPluginBase.refreshTitle"
1098
1133
  }
1099
1134
  },
1100
1135
  {
1101
- "id": 102,
1102
- "name": "validPayload",
1136
+ "id": 153,
1137
+ "name": "timestampLabel",
1103
1138
  "kind": 1024,
1104
1139
  "kindString": "Property",
1105
1140
  "flags": {
@@ -1107,10 +1142,36 @@
1107
1142
  },
1108
1143
  "sources": [
1109
1144
  {
1110
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1111
- "line": 6,
1145
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1146
+ "line": 30,
1147
+ "character": 2,
1148
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
1149
+ }
1150
+ ],
1151
+ "type": {
1152
+ "type": "intrinsic",
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,
1112
1173
  "character": 2,
1113
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L6"
1174
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L10"
1114
1175
  }
1115
1176
  ],
1116
1177
  "type": {
@@ -1123,37 +1184,71 @@
1123
1184
  {
1124
1185
  "title": "Properties",
1125
1186
  "children": [
1126
- 100,
1127
- 103,
1128
- 101,
1129
- 102
1187
+ 149,
1188
+ 142,
1189
+ 150,
1190
+ 143,
1191
+ 145,
1192
+ 151,
1193
+ 152,
1194
+ 153,
1195
+ 148
1130
1196
  ]
1131
1197
  }
1132
1198
  ],
1133
1199
  "sources": [
1134
1200
  {
1135
- "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
1136
- "line": 3,
1201
+ "fileName": "packages/sdk/packages/embed/src/types/EmbedPluginProps.ts",
1202
+ "line": 5,
1137
1203
  "character": 17,
1138
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts#L3"
1204
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/types/EmbedPluginProps.ts#L5"
1139
1205
  }
1140
1206
  ],
1141
1207
  "extendedTypes": [
1142
1208
  {
1143
1209
  "type": "reference",
1144
- "name": "ContextExState"
1210
+ "id": 68,
1211
+ "name": "EmbedPluginBase"
1212
+ }
1213
+ ],
1214
+ "extendedBy": [
1215
+ {
1216
+ "type": "reference",
1217
+ "id": 19,
1218
+ "name": "EmbedPluginCardProps"
1145
1219
  }
1146
1220
  ]
1147
1221
  },
1148
1222
  {
1149
- "id": 122,
1150
- "name": "XyoEmbedPluginBase",
1223
+ "id": 75,
1224
+ "name": "EmbedPluginState",
1151
1225
  "kind": 256,
1152
1226
  "kindString": "Interface",
1153
1227
  "flags": {},
1154
1228
  "children": [
1155
1229
  {
1156
- "id": 123,
1230
+ "id": 76,
1231
+ "name": "activePlugin",
1232
+ "kind": 1024,
1233
+ "kindString": "Property",
1234
+ "flags": {
1235
+ "isOptional": true
1236
+ },
1237
+ "sources": [
1238
+ {
1239
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1240
+ "line": 34,
1241
+ "character": 2,
1242
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L34"
1243
+ }
1244
+ ],
1245
+ "type": {
1246
+ "type": "reference",
1247
+ "name": "PayloadRenderPlugin"
1248
+ }
1249
+ },
1250
+ {
1251
+ "id": 78,
1157
1252
  "name": "embedPluginConfig",
1158
1253
  "kind": 1024,
1159
1254
  "kindString": "Property",
@@ -1164,26 +1259,31 @@
1164
1259
  "summary": [
1165
1260
  {
1166
1261
  "kind": "text",
1167
- "text": "XyoEmbedPlugin component configuration"
1262
+ "text": "EmbedPlugin component configuration"
1168
1263
  }
1169
1264
  ]
1170
1265
  },
1171
1266
  "sources": [
1172
1267
  {
1173
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1268
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1174
1269
  "line": 24,
1175
1270
  "character": 2,
1176
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
1177
1272
  }
1178
1273
  ],
1179
1274
  "type": {
1180
1275
  "type": "reference",
1181
- "id": 120,
1182
- "name": "XyoPluginConfig"
1276
+ "id": 66,
1277
+ "name": "PluginConfig"
1278
+ },
1279
+ "inheritedFrom": {
1280
+ "type": "reference",
1281
+ "id": 69,
1282
+ "name": "EmbedPluginBase.embedPluginConfig"
1183
1283
  }
1184
1284
  },
1185
1285
  {
1186
- "id": 124,
1286
+ "id": 79,
1187
1287
  "name": "hideElementsConfig",
1188
1288
  "kind": 1024,
1189
1289
  "kindString": "Property",
@@ -1192,20 +1292,25 @@
1192
1292
  },
1193
1293
  "sources": [
1194
1294
  {
1195
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1295
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1196
1296
  "line": 25,
1197
1297
  "character": 2,
1198
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L25"
1298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L25"
1199
1299
  }
1200
1300
  ],
1201
1301
  "type": {
1202
1302
  "type": "reference",
1203
- "id": 112,
1303
+ "id": 58,
1204
1304
  "name": "EmbedPluginVisibilityConfig"
1305
+ },
1306
+ "inheritedFrom": {
1307
+ "type": "reference",
1308
+ "id": 70,
1309
+ "name": "EmbedPluginBase.hideElementsConfig"
1205
1310
  }
1206
1311
  },
1207
1312
  {
1208
- "id": 125,
1313
+ "id": 80,
1209
1314
  "name": "huri",
1210
1315
  "kind": 1024,
1211
1316
  "kindString": "Property",
@@ -1228,19 +1333,24 @@
1228
1333
  },
1229
1334
  "sources": [
1230
1335
  {
1231
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1336
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1232
1337
  "line": 27,
1233
1338
  "character": 2,
1234
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
1235
1340
  }
1236
1341
  ],
1237
1342
  "type": {
1238
1343
  "type": "intrinsic",
1239
1344
  "name": "string"
1345
+ },
1346
+ "inheritedFrom": {
1347
+ "type": "reference",
1348
+ "id": 71,
1349
+ "name": "EmbedPluginBase.huri"
1240
1350
  }
1241
1351
  },
1242
1352
  {
1243
- "id": 126,
1353
+ "id": 81,
1244
1354
  "name": "plugins",
1245
1355
  "kind": 1024,
1246
1356
  "kindString": "Property",
@@ -1249,10 +1359,10 @@
1249
1359
  },
1250
1360
  "sources": [
1251
1361
  {
1252
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1362
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1253
1363
  "line": 28,
1254
1364
  "character": 2,
1255
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
1365
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L28"
1256
1366
  }
1257
1367
  ],
1258
1368
  "type": {
@@ -1261,32 +1371,38 @@
1261
1371
  "type": "reference",
1262
1372
  "name": "PayloadRenderPlugin"
1263
1373
  }
1374
+ },
1375
+ "inheritedFrom": {
1376
+ "type": "reference",
1377
+ "id": 72,
1378
+ "name": "EmbedPluginBase.plugins"
1264
1379
  }
1265
1380
  },
1266
1381
  {
1267
- "id": 127,
1268
- "name": "refreshTitle",
1382
+ "id": 84,
1383
+ "name": "provided",
1269
1384
  "kind": 1024,
1270
1385
  "kindString": "Property",
1271
- "flags": {
1272
- "isOptional": true
1273
- },
1386
+ "flags": {},
1274
1387
  "sources": [
1275
1388
  {
1276
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1277
- "line": 29,
1278
- "character": 2,
1279
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
1389
+ "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
1390
+ "line": 2,
1391
+ "character": 4
1280
1392
  }
1281
1393
  ],
1282
1394
  "type": {
1283
1395
  "type": "intrinsic",
1284
- "name": "string"
1396
+ "name": "boolean"
1397
+ },
1398
+ "inheritedFrom": {
1399
+ "type": "reference",
1400
+ "name": "ContextExState.provided"
1285
1401
  }
1286
1402
  },
1287
1403
  {
1288
- "id": 128,
1289
- "name": "timestampLabel",
1404
+ "id": 82,
1405
+ "name": "refreshTitle",
1290
1406
  "kind": 1024,
1291
1407
  "kindString": "Property",
1292
1408
  "flags": {
@@ -1294,62 +1410,141 @@
1294
1410
  },
1295
1411
  "sources": [
1296
1412
  {
1297
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1298
- "line": 30,
1413
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1414
+ "line": 29,
1299
1415
  "character": 2,
1300
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
1416
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L29"
1301
1417
  }
1302
1418
  ],
1303
1419
  "type": {
1304
1420
  "type": "intrinsic",
1305
1421
  "name": "string"
1422
+ },
1423
+ "inheritedFrom": {
1424
+ "type": "reference",
1425
+ "id": 73,
1426
+ "name": "EmbedPluginBase.refreshTitle"
1306
1427
  }
1307
- }
1428
+ },
1429
+ {
1430
+ "id": 77,
1431
+ "name": "setActivePlugin",
1432
+ "kind": 1024,
1433
+ "kindString": "Property",
1434
+ "flags": {
1435
+ "isOptional": true
1436
+ },
1437
+ "sources": [
1438
+ {
1439
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1440
+ "line": 35,
1441
+ "character": 2,
1442
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L35"
1443
+ }
1444
+ ],
1445
+ "type": {
1446
+ "type": "reference",
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"
1473
+ }
1474
+ },
1475
+ {
1476
+ "id": 83,
1477
+ "name": "timestampLabel",
1478
+ "kind": 1024,
1479
+ "kindString": "Property",
1480
+ "flags": {
1481
+ "isOptional": true
1482
+ },
1483
+ "sources": [
1484
+ {
1485
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1486
+ "line": 30,
1487
+ "character": 2,
1488
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L30"
1489
+ }
1490
+ ],
1491
+ "type": {
1492
+ "type": "intrinsic",
1493
+ "name": "string"
1494
+ },
1495
+ "inheritedFrom": {
1496
+ "type": "reference",
1497
+ "id": 74,
1498
+ "name": "EmbedPluginBase.timestampLabel"
1499
+ }
1500
+ }
1308
1501
  ],
1309
1502
  "groups": [
1310
1503
  {
1311
1504
  "title": "Properties",
1312
1505
  "children": [
1313
- 123,
1314
- 124,
1315
- 125,
1316
- 126,
1317
- 127,
1318
- 128
1506
+ 76,
1507
+ 78,
1508
+ 79,
1509
+ 80,
1510
+ 81,
1511
+ 84,
1512
+ 82,
1513
+ 77,
1514
+ 83
1319
1515
  ]
1320
1516
  }
1321
1517
  ],
1322
1518
  "sources": [
1323
1519
  {
1324
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1325
- "line": 22,
1520
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1521
+ "line": 33,
1326
1522
  "character": 17,
1327
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L22"
1523
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L33"
1328
1524
  }
1329
1525
  ],
1330
- "extendedBy": [
1526
+ "extendedTypes": [
1331
1527
  {
1332
1528
  "type": "reference",
1333
- "id": 129,
1334
- "name": "XyoEmbedPluginState"
1529
+ "id": 68,
1530
+ "name": "EmbedPluginBase"
1335
1531
  },
1336
1532
  {
1337
1533
  "type": "reference",
1338
- "id": 141,
1339
- "name": "XyoEmbedPluginProps"
1534
+ "name": "ContextExState"
1340
1535
  }
1341
1536
  ]
1342
1537
  },
1343
1538
  {
1344
- "id": 19,
1345
- "name": "XyoEmbedPluginCardProps",
1539
+ "id": 58,
1540
+ "name": "EmbedPluginVisibilityConfig",
1346
1541
  "kind": 256,
1347
1542
  "kindString": "Interface",
1348
1543
  "flags": {},
1349
1544
  "children": [
1350
1545
  {
1351
- "id": 32,
1352
- "name": "busy",
1546
+ "id": 59,
1547
+ "name": "hideAvatar",
1353
1548
  "kind": 1024,
1354
1549
  "kindString": "Property",
1355
1550
  "flags": {
@@ -1357,25 +1552,20 @@
1357
1552
  },
1358
1553
  "sources": [
1359
1554
  {
1360
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1361
- "line": 13,
1555
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1556
+ "line": 6,
1362
1557
  "character": 2,
1363
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L13"
1558
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L6"
1364
1559
  }
1365
1560
  ],
1366
1561
  "type": {
1367
1562
  "type": "intrinsic",
1368
1563
  "name": "boolean"
1369
- },
1370
- "inheritedFrom": {
1371
- "type": "reference",
1372
- "id": 2,
1373
- "name": "BusyCardProps.busy"
1374
1564
  }
1375
1565
  },
1376
1566
  {
1377
- "id": 33,
1378
- "name": "busyMinimum",
1567
+ "id": 60,
1568
+ "name": "hideCardActions",
1379
1569
  "kind": 1024,
1380
1570
  "kindString": "Property",
1381
1571
  "flags": {
@@ -1383,25 +1573,20 @@
1383
1573
  },
1384
1574
  "sources": [
1385
1575
  {
1386
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1387
- "line": 14,
1576
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1577
+ "line": 7,
1388
1578
  "character": 2,
1389
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L14"
1579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L7"
1390
1580
  }
1391
1581
  ],
1392
1582
  "type": {
1393
1583
  "type": "intrinsic",
1394
- "name": "number"
1395
- },
1396
- "inheritedFrom": {
1397
- "type": "reference",
1398
- "id": 3,
1399
- "name": "BusyCardProps.busyMinimum"
1584
+ "name": "boolean"
1400
1585
  }
1401
1586
  },
1402
1587
  {
1403
- "id": 34,
1404
- "name": "busyVariant",
1588
+ "id": 61,
1589
+ "name": "hideCardHeader",
1405
1590
  "kind": 1024,
1406
1591
  "kindString": "Property",
1407
1592
  "flags": {
@@ -1409,27 +1594,20 @@
1409
1594
  },
1410
1595
  "sources": [
1411
1596
  {
1412
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1413
- "line": 15,
1597
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1598
+ "line": 8,
1414
1599
  "character": 2,
1415
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L15"
1600
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L8"
1416
1601
  }
1417
1602
  ],
1418
1603
  "type": {
1419
- "type": "reference",
1420
- "name": "BusyVariant",
1421
- "qualifiedName": "BusyVariant",
1422
- "package": "@xylabs/react-shared"
1423
- },
1424
- "inheritedFrom": {
1425
- "type": "reference",
1426
- "id": 4,
1427
- "name": "BusyCardProps.busyVariant"
1604
+ "type": "intrinsic",
1605
+ "name": "boolean"
1428
1606
  }
1429
1607
  },
1430
1608
  {
1431
- "id": 35,
1432
- "name": "busyVariantProps",
1609
+ "id": 62,
1610
+ "name": "hideErrorDetails",
1433
1611
  "kind": 1024,
1434
1612
  "kindString": "Property",
1435
1613
  "flags": {
@@ -1437,73 +1615,41 @@
1437
1615
  },
1438
1616
  "sources": [
1439
1617
  {
1440
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx",
1441
- "line": 16,
1618
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1619
+ "line": 9,
1442
1620
  "character": 2,
1443
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/components/embed-card/card/BusyCard.tsx#L16"
1621
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L9"
1444
1622
  }
1445
1623
  ],
1446
1624
  "type": {
1447
- "type": "union",
1448
- "types": [
1449
- {
1450
- "type": "reference",
1451
- "name": "BusyCircularProgressProps",
1452
- "qualifiedName": "BusyCircularProgressProps",
1453
- "package": "@xylabs/react-shared"
1454
- },
1455
- {
1456
- "type": "reference",
1457
- "name": "BusyLinearProgressProps",
1458
- "qualifiedName": "BusyLinearProgressProps",
1459
- "package": "@xylabs/react-shared"
1460
- }
1461
- ]
1462
- },
1463
- "inheritedFrom": {
1464
- "type": "reference",
1465
- "id": 5,
1466
- "name": "BusyCardProps.busyVariantProps"
1625
+ "type": "intrinsic",
1626
+ "name": "boolean"
1467
1627
  }
1468
1628
  },
1469
1629
  {
1470
- "id": 27,
1471
- "name": "embedPluginConfig",
1630
+ "id": 63,
1631
+ "name": "hideRefreshButton",
1472
1632
  "kind": 1024,
1473
1633
  "kindString": "Property",
1474
1634
  "flags": {
1475
1635
  "isOptional": true
1476
1636
  },
1477
- "comment": {
1478
- "summary": [
1479
- {
1480
- "kind": "text",
1481
- "text": "XyoEmbedPlugin component configuration"
1482
- }
1483
- ]
1484
- },
1485
1637
  "sources": [
1486
1638
  {
1487
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1488
- "line": 24,
1639
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1640
+ "line": 10,
1489
1641
  "character": 2,
1490
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
1642
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L10"
1491
1643
  }
1492
1644
  ],
1493
1645
  "type": {
1494
- "type": "reference",
1495
- "id": 120,
1496
- "name": "XyoPluginConfig"
1497
- },
1498
- "inheritedFrom": {
1499
- "type": "reference",
1500
- "id": 149,
1501
- "name": "XyoEmbedPluginProps.embedPluginConfig"
1646
+ "type": "intrinsic",
1647
+ "name": "boolean"
1502
1648
  }
1503
1649
  },
1504
1650
  {
1505
- "id": 20,
1506
- "name": "hideElementsConfig",
1651
+ "id": 64,
1652
+ "name": "hideTimestamp",
1507
1653
  "kind": 1024,
1508
1654
  "kindString": "Property",
1509
1655
  "flags": {
@@ -1511,66 +1657,80 @@
1511
1657
  },
1512
1658
  "sources": [
1513
1659
  {
1514
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1515
- "line": 6,
1660
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1661
+ "line": 11,
1516
1662
  "character": 2,
1517
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L6"
1663
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L11"
1518
1664
  }
1519
1665
  ],
1520
1666
  "type": {
1521
- "type": "reference",
1522
- "id": 112,
1523
- "name": "EmbedPluginVisibilityConfig"
1524
- },
1525
- "inheritedFrom": {
1526
- "type": "reference",
1527
- "id": 142,
1528
- "name": "XyoEmbedPluginProps.hideElementsConfig"
1667
+ "type": "intrinsic",
1668
+ "name": "boolean"
1529
1669
  }
1530
1670
  },
1531
1671
  {
1532
- "id": 28,
1533
- "name": "huri",
1672
+ "id": 65,
1673
+ "name": "hideTitle",
1534
1674
  "kind": 1024,
1535
1675
  "kindString": "Property",
1536
1676
  "flags": {
1537
1677
  "isOptional": true
1538
1678
  },
1539
- "comment": {
1540
- "summary": [],
1541
- "blockTags": [
1542
- {
1543
- "tag": "@deprecated",
1544
- "content": [
1545
- {
1546
- "kind": "text",
1547
- "text": "use huriPayload"
1548
- }
1549
- ]
1550
- }
1551
- ]
1552
- },
1553
1679
  "sources": [
1554
1680
  {
1555
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1556
- "line": 27,
1681
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1682
+ "line": 12,
1557
1683
  "character": 2,
1558
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L27"
1684
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L12"
1559
1685
  }
1560
1686
  ],
1561
1687
  "type": {
1562
1688
  "type": "intrinsic",
1563
- "name": "string"
1564
- },
1565
- "inheritedFrom": {
1566
- "type": "reference",
1567
- "id": 150,
1568
- "name": "XyoEmbedPluginProps.huri"
1689
+ "name": "boolean"
1569
1690
  }
1570
- },
1691
+ }
1692
+ ],
1693
+ "groups": [
1571
1694
  {
1572
- "id": 21,
1573
- "name": "huriPayload",
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",
1574
1734
  "kind": 1024,
1575
1735
  "kindString": "Property",
1576
1736
  "flags": {
@@ -1578,63 +1738,44 @@
1578
1738
  },
1579
1739
  "sources": [
1580
1740
  {
1581
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1582
- "line": 7,
1741
+ "fileName": "packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts",
1742
+ "line": 19,
1583
1743
  "character": 2,
1584
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L7"
1744
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/EmbedPluginContext/State.ts#L19"
1585
1745
  }
1586
1746
  ],
1587
1747
  "type": {
1588
- "type": "union",
1589
- "types": [
1590
- {
1591
- "type": "intrinsic",
1592
- "name": "string"
1593
- },
1594
- {
1595
- "type": "intersection",
1596
- "types": [
1597
- {
1598
- "type": "reference",
1599
- "name": "SchemaFields",
1600
- "qualifiedName": "SchemaFields",
1601
- "package": "@xyo-network/payload-model"
1602
- },
1603
- {
1604
- "type": "reference",
1605
- "name": "PayloadFields",
1606
- "qualifiedName": "PayloadFields",
1607
- "package": "@xyo-network/payload-model"
1608
- },
1609
- {
1610
- "type": "reflection",
1611
- "declaration": {
1612
- "id": 22,
1613
- "name": "__type",
1614
- "kind": 65536,
1615
- "kindString": "Type literal",
1616
- "flags": {},
1617
- "sources": [
1618
- {
1619
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1620
- "line": 20,
1621
- "character": 17
1622
- }
1623
- ]
1624
- }
1625
- }
1626
- ]
1627
- }
1628
- ]
1629
- },
1630
- "inheritedFrom": {
1631
1748
  "type": "reference",
1632
- "id": 143,
1633
- "name": "XyoEmbedPluginProps.huriPayload"
1749
+ "name": "ListMode"
1634
1750
  }
1635
- },
1751
+ }
1752
+ ],
1753
+ "groups": [
1636
1754
  {
1637
- "id": 23,
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,
1638
1779
  "name": "onRefresh",
1639
1780
  "kind": 1024,
1640
1781
  "kindString": "Property",
@@ -1643,43 +1784,35 @@
1643
1784
  },
1644
1785
  "sources": [
1645
1786
  {
1646
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1647
- "line": 9,
1787
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1788
+ "line": 7,
1648
1789
  "character": 2,
1649
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
1790
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
1650
1791
  }
1651
1792
  ],
1652
1793
  "type": {
1653
1794
  "type": "reflection",
1654
1795
  "declaration": {
1655
- "id": 24,
1796
+ "id": 89,
1656
1797
  "name": "__type",
1657
1798
  "kind": 65536,
1658
1799
  "kindString": "Type literal",
1659
1800
  "flags": {},
1660
1801
  "sources": [
1661
1802
  {
1662
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1663
- "line": 9,
1803
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1804
+ "line": 7,
1664
1805
  "character": 14,
1665
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
1806
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L7"
1666
1807
  }
1667
1808
  ],
1668
1809
  "signatures": [
1669
1810
  {
1670
- "id": 25,
1811
+ "id": 90,
1671
1812
  "name": "__type",
1672
1813
  "kind": 4096,
1673
1814
  "kindString": "Call signature",
1674
1815
  "flags": {},
1675
- "comment": {
1676
- "summary": [
1677
- {
1678
- "kind": "text",
1679
- "text": "string for huri to resolve and payload for bypassing huri resolution"
1680
- }
1681
- ]
1682
- },
1683
1816
  "type": {
1684
1817
  "type": "intrinsic",
1685
1818
  "name": "void"
@@ -1687,16 +1820,11 @@
1687
1820
  }
1688
1821
  ]
1689
1822
  }
1690
- },
1691
- "inheritedFrom": {
1692
- "type": "reference",
1693
- "id": 145,
1694
- "name": "XyoEmbedPluginProps.onRefresh"
1695
1823
  }
1696
1824
  },
1697
1825
  {
1698
- "id": 29,
1699
- "name": "plugins",
1826
+ "id": 91,
1827
+ "name": "refreshPayload",
1700
1828
  "kind": 1024,
1701
1829
  "kindString": "Property",
1702
1830
  "flags": {
@@ -1704,28 +1832,46 @@
1704
1832
  },
1705
1833
  "sources": [
1706
1834
  {
1707
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1708
- "line": 28,
1835
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1836
+ "line": 8,
1709
1837
  "character": 2,
1710
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
1838
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L8"
1711
1839
  }
1712
1840
  ],
1713
1841
  "type": {
1714
- "type": "array",
1715
- "elementType": {
1716
- "type": "reference",
1717
- "name": "PayloadRenderPlugin"
1718
- }
1719
- },
1720
- "inheritedFrom": {
1721
- "type": "reference",
1722
- "id": 151,
1723
- "name": "XyoEmbedPluginProps.plugins"
1842
+ "type": "intrinsic",
1843
+ "name": "boolean"
1724
1844
  }
1725
- },
1845
+ }
1846
+ ],
1847
+ "groups": [
1726
1848
  {
1727
- "id": 30,
1728
- "name": "refreshTitle",
1849
+ "title": "Properties",
1850
+ "children": [
1851
+ 88,
1852
+ 91
1853
+ ]
1854
+ }
1855
+ ],
1856
+ "sources": [
1857
+ {
1858
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx",
1859
+ "line": 6,
1860
+ "character": 17,
1861
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/Provider.tsx#L6"
1862
+ }
1863
+ ]
1864
+ },
1865
+ {
1866
+ "id": 96,
1867
+ "name": "RefreshPayloadState",
1868
+ "kind": 256,
1869
+ "kindString": "Interface",
1870
+ "flags": {},
1871
+ "children": [
1872
+ {
1873
+ "id": 97,
1874
+ "name": "onRefresh",
1729
1875
  "kind": 1024,
1730
1876
  "kindString": "Property",
1731
1877
  "flags": {
@@ -1733,25 +1879,69 @@
1733
1879
  },
1734
1880
  "sources": [
1735
1881
  {
1736
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1737
- "line": 29,
1882
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1883
+ "line": 5,
1738
1884
  "character": 2,
1739
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
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
1740
1931
  }
1741
1932
  ],
1742
1933
  "type": {
1743
1934
  "type": "intrinsic",
1744
- "name": "string"
1935
+ "name": "boolean"
1745
1936
  },
1746
1937
  "inheritedFrom": {
1747
1938
  "type": "reference",
1748
- "id": 152,
1749
- "name": "XyoEmbedPluginProps.refreshTitle"
1939
+ "name": "ContextExState.provided"
1750
1940
  }
1751
1941
  },
1752
1942
  {
1753
- "id": 31,
1754
- "name": "timestampLabel",
1943
+ "id": 100,
1944
+ "name": "refreshPayload",
1755
1945
  "kind": 1024,
1756
1946
  "kindString": "Property",
1757
1947
  "flags": {
@@ -1759,25 +1949,20 @@
1759
1949
  },
1760
1950
  "sources": [
1761
1951
  {
1762
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1763
- "line": 30,
1952
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1953
+ "line": 6,
1764
1954
  "character": 2,
1765
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
1955
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L6"
1766
1956
  }
1767
1957
  ],
1768
1958
  "type": {
1769
1959
  "type": "intrinsic",
1770
- "name": "string"
1771
- },
1772
- "inheritedFrom": {
1773
- "type": "reference",
1774
- "id": 153,
1775
- "name": "XyoEmbedPluginProps.timestampLabel"
1960
+ "name": "boolean"
1776
1961
  }
1777
1962
  },
1778
1963
  {
1779
- "id": 26,
1780
- "name": "validateSchema",
1964
+ "id": 101,
1965
+ "name": "setRefreshPayload",
1781
1966
  "kind": 1024,
1782
1967
  "kindString": "Property",
1783
1968
  "flags": {
@@ -1785,20 +1970,40 @@
1785
1970
  },
1786
1971
  "sources": [
1787
1972
  {
1788
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1789
- "line": 10,
1973
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
1974
+ "line": 7,
1790
1975
  "character": 2,
1791
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L10"
1976
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L7"
1792
1977
  }
1793
1978
  ],
1794
1979
  "type": {
1795
- "type": "intrinsic",
1796
- "name": "boolean"
1797
- },
1798
- "inheritedFrom": {
1799
1980
  "type": "reference",
1800
- "id": 148,
1801
- "name": "XyoEmbedPluginProps.validateSchema"
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"
1802
2007
  }
1803
2008
  }
1804
2009
  ],
@@ -1806,94 +2011,59 @@
1806
2011
  {
1807
2012
  "title": "Properties",
1808
2013
  "children": [
1809
- 32,
1810
- 33,
1811
- 34,
1812
- 35,
1813
- 27,
1814
- 20,
1815
- 28,
1816
- 21,
1817
- 23,
1818
- 29,
1819
- 30,
1820
- 31,
1821
- 26
2014
+ 97,
2015
+ 102,
2016
+ 100,
2017
+ 101
1822
2018
  ]
1823
2019
  }
1824
2020
  ],
1825
2021
  "sources": [
1826
2022
  {
1827
- "fileName": "packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx",
1828
- "line": 10,
2023
+ "fileName": "packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts",
2024
+ "line": 4,
1829
2025
  "character": 17,
1830
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/components/embed-card/XyoEmbedPluginCard.tsx#L10"
2026
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/RefreshPayloadContext/State.ts#L4"
1831
2027
  }
1832
2028
  ],
1833
2029
  "extendedTypes": [
1834
2030
  {
1835
2031
  "type": "reference",
1836
- "name": "WithChildren",
1837
- "qualifiedName": "WithChildren",
1838
- "package": "@xylabs/react-shared"
1839
- },
1840
- {
1841
- "type": "reference",
1842
- "id": 141,
1843
- "name": "XyoEmbedPluginProps"
1844
- },
1845
- {
1846
- "type": "reference",
1847
- "id": 1,
1848
- "name": "BusyCardProps"
2032
+ "name": "ContextExState"
1849
2033
  }
1850
2034
  ]
1851
2035
  },
1852
2036
  {
1853
- "id": 141,
1854
- "name": "XyoEmbedPluginProps",
2037
+ "id": 111,
2038
+ "name": "ResolvePayloadState",
1855
2039
  "kind": 256,
1856
2040
  "kindString": "Interface",
1857
2041
  "flags": {},
1858
2042
  "children": [
1859
2043
  {
1860
- "id": 149,
1861
- "name": "embedPluginConfig",
2044
+ "id": 112,
2045
+ "name": "huri",
1862
2046
  "kind": 1024,
1863
2047
  "kindString": "Property",
1864
2048
  "flags": {
1865
2049
  "isOptional": true
1866
2050
  },
1867
- "comment": {
1868
- "summary": [
1869
- {
1870
- "kind": "text",
1871
- "text": "XyoEmbedPlugin component configuration"
1872
- }
1873
- ]
1874
- },
1875
2051
  "sources": [
1876
2052
  {
1877
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1878
- "line": 24,
2053
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2054
+ "line": 7,
1879
2055
  "character": 2,
1880
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
2056
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L7"
1881
2057
  }
1882
2058
  ],
1883
2059
  "type": {
1884
- "type": "reference",
1885
- "id": 120,
1886
- "name": "XyoPluginConfig"
1887
- },
1888
- "inheritedFrom": {
1889
- "type": "reference",
1890
- "id": 123,
1891
- "name": "XyoEmbedPluginBase.embedPluginConfig"
2060
+ "type": "intrinsic",
2061
+ "name": "string"
1892
2062
  }
1893
2063
  },
1894
2064
  {
1895
- "id": 142,
1896
- "name": "hideElementsConfig",
2065
+ "id": 113,
2066
+ "name": "huriError",
1897
2067
  "kind": 1024,
1898
2068
  "kindString": "Property",
1899
2069
  "flags": {
@@ -1901,65 +2071,49 @@
1901
2071
  },
1902
2072
  "sources": [
1903
2073
  {
1904
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1905
- "line": 6,
2074
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2075
+ "line": 8,
1906
2076
  "character": 2,
1907
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L6"
2077
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L8"
1908
2078
  }
1909
2079
  ],
1910
2080
  "type": {
1911
- "type": "reference",
1912
- "id": 112,
1913
- "name": "EmbedPluginVisibilityConfig"
1914
- },
1915
- "overwrites": {
1916
- "type": "reference",
1917
- "id": 124,
1918
- "name": "XyoEmbedPluginBase.hideElementsConfig"
1919
- }
1920
- },
1921
- {
1922
- "id": 150,
1923
- "name": "huri",
1924
- "kind": 1024,
1925
- "kindString": "Property",
1926
- "flags": {
1927
- "isOptional": true
1928
- },
1929
- "comment": {
1930
- "summary": [],
1931
- "blockTags": [
2081
+ "type": "intersection",
2082
+ "types": [
1932
2083
  {
1933
- "tag": "@deprecated",
1934
- "content": [
1935
- {
1936
- "kind": "text",
1937
- "text": "use huriPayload"
1938
- }
1939
- ]
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
+ }
1940
2111
  }
1941
2112
  ]
1942
- },
1943
- "sources": [
1944
- {
1945
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
1946
- "line": 27,
1947
- "character": 2,
1948
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L27"
1949
- }
1950
- ],
1951
- "type": {
1952
- "type": "intrinsic",
1953
- "name": "string"
1954
- },
1955
- "inheritedFrom": {
1956
- "type": "reference",
1957
- "id": 125,
1958
- "name": "XyoEmbedPluginBase.huri"
1959
2113
  }
1960
2114
  },
1961
2115
  {
1962
- "id": 143,
2116
+ "id": 115,
1963
2117
  "name": "huriPayload",
1964
2118
  "kind": 1024,
1965
2119
  "kindString": "Property",
@@ -1968,10 +2122,10 @@
1968
2122
  },
1969
2123
  "sources": [
1970
2124
  {
1971
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
1972
- "line": 7,
2125
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2126
+ "line": 9,
1973
2127
  "character": 2,
1974
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L7"
2128
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L9"
1975
2129
  }
1976
2130
  ],
1977
2131
  "type": {
@@ -1999,7 +2153,7 @@
1999
2153
  {
2000
2154
  "type": "reflection",
2001
2155
  "declaration": {
2002
- "id": 144,
2156
+ "id": 116,
2003
2157
  "name": "__type",
2004
2158
  "kind": 65536,
2005
2159
  "kindString": "Type literal",
@@ -2007,7 +2161,7 @@
2007
2161
  "sources": [
2008
2162
  {
2009
2163
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
2010
- "line": 20,
2164
+ "line": 18,
2011
2165
  "character": 17
2012
2166
  }
2013
2167
  ]
@@ -2019,8 +2173,8 @@
2019
2173
  }
2020
2174
  },
2021
2175
  {
2022
- "id": 145,
2023
- "name": "onRefresh",
2176
+ "id": 117,
2177
+ "name": "notFound",
2024
2178
  "kind": 1024,
2025
2179
  "kindString": "Property",
2026
2180
  "flags": {
@@ -2028,55 +2182,20 @@
2028
2182
  },
2029
2183
  "sources": [
2030
2184
  {
2031
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2032
- "line": 9,
2185
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2186
+ "line": 10,
2033
2187
  "character": 2,
2034
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
2188
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L10"
2035
2189
  }
2036
2190
  ],
2037
2191
  "type": {
2038
- "type": "reflection",
2039
- "declaration": {
2040
- "id": 146,
2041
- "name": "__type",
2042
- "kind": 65536,
2043
- "kindString": "Type literal",
2044
- "flags": {},
2045
- "sources": [
2046
- {
2047
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2048
- "line": 9,
2049
- "character": 14,
2050
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L9"
2051
- }
2052
- ],
2053
- "signatures": [
2054
- {
2055
- "id": 147,
2056
- "name": "__type",
2057
- "kind": 4096,
2058
- "kindString": "Call signature",
2059
- "flags": {},
2060
- "comment": {
2061
- "summary": [
2062
- {
2063
- "kind": "text",
2064
- "text": "string for huri to resolve and payload for bypassing huri resolution"
2065
- }
2066
- ]
2067
- },
2068
- "type": {
2069
- "type": "intrinsic",
2070
- "name": "void"
2071
- }
2072
- }
2073
- ]
2074
- }
2192
+ "type": "intrinsic",
2193
+ "name": "boolean"
2075
2194
  }
2076
2195
  },
2077
2196
  {
2078
- "id": 151,
2079
- "name": "plugins",
2197
+ "id": 118,
2198
+ "name": "payload",
2080
2199
  "kind": 1024,
2081
2200
  "kindString": "Property",
2082
2201
  "flags": {
@@ -2084,54 +2203,72 @@
2084
2203
  },
2085
2204
  "sources": [
2086
2205
  {
2087
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2088
- "line": 28,
2206
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2207
+ "line": 11,
2089
2208
  "character": 2,
2090
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L28"
2209
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L11"
2091
2210
  }
2092
2211
  ],
2093
2212
  "type": {
2094
- "type": "array",
2095
- "elementType": {
2096
- "type": "reference",
2097
- "name": "PayloadRenderPlugin"
2098
- }
2099
- },
2100
- "inheritedFrom": {
2101
- "type": "reference",
2102
- "id": 126,
2103
- "name": "XyoEmbedPluginBase.plugins"
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
+ ]
2104
2245
  }
2105
2246
  },
2106
2247
  {
2107
- "id": 152,
2108
- "name": "refreshTitle",
2248
+ "id": 125,
2249
+ "name": "provided",
2109
2250
  "kind": 1024,
2110
2251
  "kindString": "Property",
2111
- "flags": {
2112
- "isOptional": true
2113
- },
2252
+ "flags": {},
2114
2253
  "sources": [
2115
2254
  {
2116
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2117
- "line": 29,
2118
- "character": 2,
2119
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L29"
2255
+ "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
2256
+ "line": 2,
2257
+ "character": 4
2120
2258
  }
2121
2259
  ],
2122
2260
  "type": {
2123
2261
  "type": "intrinsic",
2124
- "name": "string"
2262
+ "name": "boolean"
2125
2263
  },
2126
2264
  "inheritedFrom": {
2127
2265
  "type": "reference",
2128
- "id": 127,
2129
- "name": "XyoEmbedPluginBase.refreshTitle"
2266
+ "name": "ContextExState.provided"
2130
2267
  }
2131
2268
  },
2132
2269
  {
2133
- "id": 153,
2134
- "name": "timestampLabel",
2270
+ "id": 120,
2271
+ "name": "refreshHuri",
2135
2272
  "kind": 1024,
2136
2273
  "kindString": "Property",
2137
2274
  "flags": {
@@ -2139,25 +2276,47 @@
2139
2276
  },
2140
2277
  "sources": [
2141
2278
  {
2142
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2143
- "line": 30,
2279
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2280
+ "line": 12,
2144
2281
  "character": 2,
2145
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L30"
2282
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L12"
2146
2283
  }
2147
2284
  ],
2148
2285
  "type": {
2149
- "type": "intrinsic",
2150
- "name": "string"
2151
- },
2152
- "inheritedFrom": {
2153
- "type": "reference",
2154
- "id": 128,
2155
- "name": "XyoEmbedPluginBase.timestampLabel"
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
+ }
2156
2315
  }
2157
2316
  },
2158
2317
  {
2159
- "id": 148,
2160
- "name": "validateSchema",
2318
+ "id": 123,
2319
+ "name": "setPayload",
2161
2320
  "kind": 1024,
2162
2321
  "kindString": "Property",
2163
2322
  "flags": {
@@ -2165,15 +2324,70 @@
2165
2324
  },
2166
2325
  "sources": [
2167
2326
  {
2168
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2169
- "line": 10,
2327
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2328
+ "line": 13,
2170
2329
  "character": 2,
2171
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L10"
2330
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L13"
2172
2331
  }
2173
2332
  ],
2174
2333
  "type": {
2175
- "type": "intrinsic",
2176
- "name": "boolean"
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"
2177
2391
  }
2178
2392
  }
2179
2393
  ],
@@ -2181,174 +2395,88 @@
2181
2395
  {
2182
2396
  "title": "Properties",
2183
2397
  "children": [
2184
- 149,
2185
- 142,
2186
- 150,
2187
- 143,
2188
- 145,
2189
- 151,
2190
- 152,
2191
- 153,
2192
- 148
2398
+ 112,
2399
+ 113,
2400
+ 115,
2401
+ 117,
2402
+ 118,
2403
+ 125,
2404
+ 120,
2405
+ 123
2193
2406
  ]
2194
2407
  }
2195
2408
  ],
2196
2409
  "sources": [
2197
2410
  {
2198
- "fileName": "packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts",
2199
- "line": 5,
2411
+ "fileName": "packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts",
2412
+ "line": 6,
2200
2413
  "character": 17,
2201
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/types/XyoEmbedPluginProps.ts#L5"
2414
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/embed/src/contexts/ResolvePayloadContext/State.ts#L6"
2202
2415
  }
2203
2416
  ],
2204
2417
  "extendedTypes": [
2205
2418
  {
2206
2419
  "type": "reference",
2207
- "id": 122,
2208
- "name": "XyoEmbedPluginBase"
2209
- }
2210
- ],
2211
- "extendedBy": [
2212
- {
2213
- "type": "reference",
2214
- "id": 19,
2215
- "name": "XyoEmbedPluginCardProps"
2420
+ "name": "ContextExState"
2216
2421
  }
2217
2422
  ]
2218
2423
  },
2219
2424
  {
2220
- "id": 129,
2221
- "name": "XyoEmbedPluginState",
2425
+ "id": 128,
2426
+ "name": "ValidatePayloadProviderProps",
2222
2427
  "kind": 256,
2223
2428
  "kindString": "Interface",
2224
2429
  "flags": {},
2225
2430
  "children": [
2226
2431
  {
2227
- "id": 130,
2228
- "name": "activePlugin",
2229
- "kind": 1024,
2230
- "kindString": "Property",
2231
- "flags": {
2232
- "isOptional": true
2233
- },
2234
- "sources": [
2235
- {
2236
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2237
- "line": 34,
2238
- "character": 2,
2239
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L34"
2240
- }
2241
- ],
2242
- "type": {
2243
- "type": "reference",
2244
- "name": "PayloadRenderPlugin"
2245
- }
2246
- },
2247
- {
2248
- "id": 132,
2249
- "name": "embedPluginConfig",
2250
- "kind": 1024,
2251
- "kindString": "Property",
2252
- "flags": {
2253
- "isOptional": true
2254
- },
2255
- "comment": {
2256
- "summary": [
2257
- {
2258
- "kind": "text",
2259
- "text": "XyoEmbedPlugin component configuration"
2260
- }
2261
- ]
2262
- },
2263
- "sources": [
2264
- {
2265
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2266
- "line": 24,
2267
- "character": 2,
2268
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L24"
2269
- }
2270
- ],
2271
- "type": {
2272
- "type": "reference",
2273
- "id": 120,
2274
- "name": "XyoPluginConfig"
2275
- },
2276
- "inheritedFrom": {
2277
- "type": "reference",
2278
- "id": 123,
2279
- "name": "XyoEmbedPluginBase.embedPluginConfig"
2280
- }
2281
- },
2282
- {
2283
- "id": 133,
2284
- "name": "hideElementsConfig",
2285
- "kind": 1024,
2286
- "kindString": "Property",
2287
- "flags": {
2288
- "isOptional": true
2289
- },
2290
- "sources": [
2291
- {
2292
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2293
- "line": 25,
2294
- "character": 2,
2295
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L25"
2296
- }
2297
- ],
2298
- "type": {
2299
- "type": "reference",
2300
- "id": 112,
2301
- "name": "EmbedPluginVisibilityConfig"
2302
- },
2303
- "inheritedFrom": {
2304
- "type": "reference",
2305
- "id": 124,
2306
- "name": "XyoEmbedPluginBase.hideElementsConfig"
2307
- }
2308
- },
2309
- {
2310
- "id": 134,
2311
- "name": "huri",
2432
+ "id": 129,
2433
+ "name": "enabled",
2312
2434
  "kind": 1024,
2313
2435
  "kindString": "Property",
2314
2436
  "flags": {
2315
2437
  "isOptional": true
2316
2438
  },
2317
- "comment": {
2318
- "summary": [],
2319
- "blockTags": [
2320
- {
2321
- "tag": "@deprecated",
2322
- "content": [
2323
- {
2324
- "kind": "text",
2325
- "text": "use huriPayload"
2326
- }
2327
- ]
2328
- }
2329
- ]
2330
- },
2331
2439
  "sources": [
2332
2440
  {
2333
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2334
- "line": 27,
2441
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/Provider.tsx",
2442
+ "line": 12,
2335
2443
  "character": 2,
2336
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
2337
2445
  }
2338
2446
  ],
2339
2447
  "type": {
2340
2448
  "type": "intrinsic",
2341
- "name": "string"
2342
- },
2343
- "inheritedFrom": {
2344
- "type": "reference",
2345
- "id": 125,
2346
- "name": "XyoEmbedPluginBase.huri"
2449
+ "name": "boolean"
2347
2450
  }
2348
- },
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": [
2349
2477
  {
2350
2478
  "id": 135,
2351
- "name": "plugins",
2479
+ "name": "enabled",
2352
2480
  "kind": 1024,
2353
2481
  "kindString": "Property",
2354
2482
  "flags": {
@@ -2356,23 +2484,15 @@
2356
2484
  },
2357
2485
  "sources": [
2358
2486
  {
2359
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2360
- "line": 28,
2487
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2488
+ "line": 4,
2361
2489
  "character": 2,
2362
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
2363
2491
  }
2364
2492
  ],
2365
2493
  "type": {
2366
- "type": "array",
2367
- "elementType": {
2368
- "type": "reference",
2369
- "name": "PayloadRenderPlugin"
2370
- }
2371
- },
2372
- "inheritedFrom": {
2373
- "type": "reference",
2374
- "id": 126,
2375
- "name": "XyoEmbedPluginBase.plugins"
2494
+ "type": "intrinsic",
2495
+ "name": "boolean"
2376
2496
  }
2377
2497
  },
2378
2498
  {
@@ -2399,7 +2519,7 @@
2399
2519
  },
2400
2520
  {
2401
2521
  "id": 136,
2402
- "name": "refreshTitle",
2522
+ "name": "schema",
2403
2523
  "kind": 1024,
2404
2524
  "kindString": "Property",
2405
2525
  "flags": {
@@ -2407,71 +2527,20 @@
2407
2527
  },
2408
2528
  "sources": [
2409
2529
  {
2410
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2411
- "line": 29,
2530
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2531
+ "line": 5,
2412
2532
  "character": 2,
2413
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
2414
2534
  }
2415
2535
  ],
2416
2536
  "type": {
2417
2537
  "type": "intrinsic",
2418
2538
  "name": "string"
2419
- },
2420
- "inheritedFrom": {
2421
- "type": "reference",
2422
- "id": 127,
2423
- "name": "XyoEmbedPluginBase.refreshTitle"
2424
- }
2425
- },
2426
- {
2427
- "id": 131,
2428
- "name": "setActivePlugin",
2429
- "kind": 1024,
2430
- "kindString": "Property",
2431
- "flags": {
2432
- "isOptional": true
2433
- },
2434
- "sources": [
2435
- {
2436
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2437
- "line": 35,
2438
- "character": 2,
2439
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L35"
2440
- }
2441
- ],
2442
- "type": {
2443
- "type": "reference",
2444
- "typeArguments": [
2445
- {
2446
- "type": "reference",
2447
- "typeArguments": [
2448
- {
2449
- "type": "union",
2450
- "types": [
2451
- {
2452
- "type": "intrinsic",
2453
- "name": "undefined"
2454
- },
2455
- {
2456
- "type": "reference",
2457
- "name": "PayloadRenderPlugin"
2458
- }
2459
- ]
2460
- }
2461
- ],
2462
- "name": "SetStateAction",
2463
- "qualifiedName": "React.SetStateAction",
2464
- "package": "@types/react"
2465
- }
2466
- ],
2467
- "name": "Dispatch",
2468
- "qualifiedName": "React.Dispatch",
2469
- "package": "@types/react"
2470
2539
  }
2471
2540
  },
2472
2541
  {
2473
2542
  "id": 137,
2474
- "name": "timestampLabel",
2543
+ "name": "validPayload",
2475
2544
  "kind": 1024,
2476
2545
  "kindString": "Property",
2477
2546
  "flags": {
@@ -2479,20 +2548,15 @@
2479
2548
  },
2480
2549
  "sources": [
2481
2550
  {
2482
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2483
- "line": 30,
2551
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2552
+ "line": 6,
2484
2553
  "character": 2,
2485
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
2486
2555
  }
2487
2556
  ],
2488
2557
  "type": {
2489
2558
  "type": "intrinsic",
2490
- "name": "string"
2491
- },
2492
- "inheritedFrom": {
2493
- "type": "reference",
2494
- "id": 128,
2495
- "name": "XyoEmbedPluginBase.timestampLabel"
2559
+ "name": "boolean"
2496
2560
  }
2497
2561
  }
2498
2562
  ],
@@ -2500,32 +2564,22 @@
2500
2564
  {
2501
2565
  "title": "Properties",
2502
2566
  "children": [
2503
- 130,
2504
- 132,
2505
- 133,
2506
- 134,
2507
2567
  135,
2508
2568
  138,
2509
2569
  136,
2510
- 131,
2511
2570
  137
2512
2571
  ]
2513
2572
  }
2514
2573
  ],
2515
2574
  "sources": [
2516
2575
  {
2517
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2518
- "line": 33,
2576
+ "fileName": "packages/sdk/packages/embed/src/contexts/ValidatePayloadContext/State.ts",
2577
+ "line": 3,
2519
2578
  "character": 17,
2520
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/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"
2521
2580
  }
2522
2581
  ],
2523
2582
  "extendedTypes": [
2524
- {
2525
- "type": "reference",
2526
- "id": 122,
2527
- "name": "XyoEmbedPluginBase"
2528
- },
2529
2583
  {
2530
2584
  "type": "reference",
2531
2585
  "name": "ContextExState"
@@ -2533,61 +2587,27 @@
2533
2587
  ]
2534
2588
  },
2535
2589
  {
2536
- "id": 120,
2537
- "name": "XyoPluginConfig",
2538
- "kind": 256,
2539
- "kindString": "Interface",
2590
+ "id": 53,
2591
+ "name": "EmbedPluginProviderProps",
2592
+ "kind": 4194304,
2593
+ "kindString": "Type alias",
2540
2594
  "flags": {},
2541
- "comment": {
2542
- "summary": [
2543
- {
2544
- "kind": "text",
2545
- "text": "Extend for custom plugin configuration"
2546
- }
2547
- ]
2548
- },
2549
- "children": [
2550
- {
2551
- "id": 121,
2552
- "name": "listMode",
2553
- "kind": 1024,
2554
- "kindString": "Property",
2555
- "flags": {
2556
- "isOptional": true
2557
- },
2558
- "sources": [
2559
- {
2560
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2561
- "line": 19,
2562
- "character": 2,
2563
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L19"
2564
- }
2565
- ],
2566
- "type": {
2567
- "type": "reference",
2568
- "name": "ListMode"
2569
- }
2570
- }
2571
- ],
2572
- "groups": [
2573
- {
2574
- "title": "Properties",
2575
- "children": [
2576
- 121
2577
- ]
2578
- }
2579
- ],
2580
2595
  "sources": [
2581
2596
  {
2582
- "fileName": "packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts",
2583
- "line": 18,
2584
- "character": 17,
2585
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/embed/src/contexts/XyoEmbedPluginContext/State.ts#L18"
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"
2586
2601
  }
2587
- ]
2602
+ ],
2603
+ "type": {
2604
+ "type": "reference",
2605
+ "id": 68,
2606
+ "name": "EmbedPluginBase"
2607
+ }
2588
2608
  },
2589
2609
  {
2590
- "id": 71,
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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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/7dee71757/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
- 52,
3860
- 61,
3861
- 76,
3862
- 93,
3863
- 99,
3864
- 122,
3858
+ 68,
3865
3859
  19,
3866
3860
  141,
3867
- 129,
3868
- 120
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/7dee71757/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
  }