@almadar/std 8.5.1 → 10.0.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +68 -72
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -49,7 +49,7 @@
49
49
  "event": "SelectableItemLoaded",
50
50
  "description": "Fired when SelectableItem finishes loading; payload.data holds the list",
51
51
  "scope": "internal",
52
- "payload": [
52
+ "payloadSchema": [
53
53
  {
54
54
  "name": "data",
55
55
  "type": "[SelectableItem]"
@@ -60,7 +60,7 @@
60
60
  "event": "SelectableItemLoadFailed",
61
61
  "description": "Fired when SelectableItem fails to load",
62
62
  "scope": "internal",
63
- "payload": [
63
+ "payloadSchema": [
64
64
  {
65
65
  "name": "error",
66
66
  "type": "string"
@@ -99,7 +99,7 @@
99
99
  {
100
100
  "key": "SelectableItemLoaded",
101
101
  "name": "SelectableItem loaded",
102
- "payload": [
102
+ "payloadSchema": [
103
103
  {
104
104
  "name": "data",
105
105
  "type": "[SelectableItem]"
@@ -109,7 +109,7 @@
109
109
  {
110
110
  "key": "SelectableItemLoadFailed",
111
111
  "name": "SelectableItem load failed",
112
- "payload": [
112
+ "payloadSchema": [
113
113
  {
114
114
  "name": "error",
115
115
  "type": "string"
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "key": "SELECT",
125
125
  "name": "Select",
126
- "payload": [
126
+ "payloadSchema": [
127
127
  {
128
128
  "name": "id",
129
129
  "type": "string",
@@ -134,7 +134,7 @@
134
134
  {
135
135
  "key": "CONFIRM_SELECTION",
136
136
  "name": "Confirm Selection",
137
- "payload": [
137
+ "payloadSchema": [
138
138
  {
139
139
  "name": "id",
140
140
  "type": "string",
@@ -158,8 +158,8 @@
158
158
  "SelectableItem",
159
159
  {
160
160
  "emit": {
161
- "failure": "SelectableItemLoadFailed",
162
- "success": "SelectableItemLoaded"
161
+ "success": "SelectableItemLoaded",
162
+ "failure": "SelectableItemLoadFailed"
163
163
  }
164
164
  }
165
165
  ],
@@ -167,22 +167,22 @@
167
167
  "render-ui",
168
168
  "main",
169
169
  {
170
- "align": "center",
171
- "gap": "md",
172
- "type": "stack",
173
- "className": "py-12",
174
170
  "children": [
175
171
  {
176
172
  "type": "spinner"
177
173
  },
178
174
  {
179
- "type": "typography",
180
- "color": "muted",
175
+ "content": "Loading…",
181
176
  "variant": "caption",
182
- "content": "Loading…"
177
+ "type": "typography",
178
+ "color": "muted"
183
179
  }
184
180
  ],
185
- "direction": "vertical"
181
+ "direction": "vertical",
182
+ "gap": "md",
183
+ "type": "stack",
184
+ "align": "center",
185
+ "className": "py-12"
186
186
  }
187
187
  ]
188
188
  ]
@@ -196,65 +196,65 @@
196
196
  "render-ui",
197
197
  "main",
198
198
  {
199
+ "gap": "lg",
199
200
  "children": [
200
201
  {
202
+ "direction": "horizontal",
203
+ "type": "stack",
204
+ "align": "center",
205
+ "gap": "sm",
201
206
  "children": [
202
207
  {
203
- "name": "check-square",
204
- "type": "icon"
208
+ "type": "icon",
209
+ "name": "check-square"
205
210
  },
206
211
  {
207
- "type": "typography",
208
212
  "content": "SelectableItems",
209
- "variant": "h2"
213
+ "variant": "h2",
214
+ "type": "typography"
210
215
  }
211
- ],
212
- "align": "center",
213
- "gap": "sm",
214
- "direction": "horizontal",
215
- "type": "stack"
216
+ ]
216
217
  },
217
218
  {
218
219
  "type": "divider"
219
220
  },
220
221
  {
221
222
  "type": "typography",
223
+ "color": "muted",
222
224
  "variant": "caption",
223
- "content": "Choose a selectableitem to continue.",
224
- "color": "muted"
225
+ "content": "Choose a selectableitem to continue."
225
226
  },
226
227
  {
227
- "type": "data-grid",
228
- "className": "transition-shadow hover:shadow-md cursor-pointer",
229
- "fields": [],
228
+ "entity": "@payload.data",
230
229
  "itemActions": [
231
230
  {
232
231
  "event": "SELECT",
233
- "icon": "check",
234
- "label": "Select"
232
+ "label": "Select",
233
+ "icon": "check"
235
234
  }
236
235
  ],
237
236
  "renderItem": [
238
237
  "fn",
239
238
  "item",
240
239
  {
241
- "type": "stack",
242
240
  "align": "center",
243
- "direction": "horizontal",
244
241
  "children": [
245
242
  {
246
243
  "type": "checkbox",
247
244
  "label": "@item.name"
248
245
  }
249
246
  ],
250
- "gap": "sm"
247
+ "gap": "sm",
248
+ "direction": "horizontal",
249
+ "type": "stack"
251
250
  }
252
251
  ],
253
- "entity": "@payload.data"
252
+ "fields": [],
253
+ "type": "data-grid",
254
+ "className": "transition-shadow hover:shadow-md cursor-pointer"
254
255
  }
255
256
  ],
256
257
  "type": "stack",
257
- "gap": "lg",
258
258
  "direction": "vertical"
259
259
  }
260
260
  ]
@@ -269,35 +269,35 @@
269
269
  "render-ui",
270
270
  "main",
271
271
  {
272
+ "gap": "md",
273
+ "align": "center",
272
274
  "className": "py-12",
273
275
  "children": [
274
276
  {
275
- "type": "icon",
276
277
  "name": "alert-triangle",
277
- "color": "destructive"
278
+ "color": "destructive",
279
+ "type": "icon"
278
280
  },
279
281
  {
280
- "variant": "h3",
282
+ "content": "Failed to load",
281
283
  "type": "typography",
282
- "content": "Failed to load"
284
+ "variant": "h3"
283
285
  },
284
286
  {
285
287
  "type": "typography",
286
288
  "variant": "body",
287
- "content": "@payload.error",
288
- "color": "muted"
289
+ "color": "muted",
290
+ "content": "@payload.error"
289
291
  },
290
292
  {
291
- "action": "INIT",
292
- "icon": "rotate-ccw",
293
- "variant": "primary",
294
293
  "type": "button",
295
- "label": "Retry"
294
+ "label": "Retry",
295
+ "variant": "primary",
296
+ "icon": "rotate-ccw",
297
+ "action": "INIT"
296
298
  }
297
299
  ],
298
300
  "type": "stack",
299
- "align": "center",
300
- "gap": "md",
301
301
  "direction": "vertical"
302
302
  }
303
303
  ]
@@ -312,81 +312,81 @@
312
312
  "render-ui",
313
313
  "main",
314
314
  {
315
+ "gap": "lg",
316
+ "type": "stack",
315
317
  "direction": "vertical",
316
318
  "children": [
317
319
  {
318
- "align": "center",
320
+ "direction": "horizontal",
321
+ "gap": "md",
319
322
  "children": [
320
323
  {
321
- "gap": "md",
322
324
  "align": "center",
323
325
  "children": [
324
326
  {
325
- "type": "icon",
326
- "name": "check-square"
327
+ "name": "check-square",
328
+ "type": "icon"
327
329
  },
328
330
  {
329
- "variant": "h2",
330
331
  "type": "typography",
331
- "content": "SelectableItems"
332
+ "content": "SelectableItems",
333
+ "variant": "h2"
332
334
  }
333
335
  ],
334
- "direction": "horizontal",
335
- "type": "stack"
336
+ "type": "stack",
337
+ "gap": "md",
338
+ "direction": "horizontal"
336
339
  },
337
340
  {
341
+ "type": "stack",
338
342
  "direction": "horizontal",
343
+ "gap": "sm",
344
+ "align": "center",
339
345
  "children": [
340
346
  {
341
347
  "type": "badge",
342
348
  "label": "Selecting"
343
349
  },
344
350
  {
351
+ "icon": "x",
345
352
  "type": "button",
346
353
  "label": "Clear",
347
354
  "action": "CLEAR",
348
- "icon": "x",
349
355
  "variant": "ghost"
350
356
  }
351
- ],
352
- "type": "stack",
353
- "gap": "sm",
354
- "align": "center"
357
+ ]
355
358
  }
356
359
  ],
357
- "gap": "md",
358
- "justify": "between",
359
360
  "type": "stack",
360
- "direction": "horizontal"
361
+ "align": "center",
362
+ "justify": "between"
361
363
  },
362
364
  {
363
365
  "type": "divider"
364
366
  },
365
367
  {
366
- "type": "alert",
368
+ "variant": "info",
367
369
  "message": "@payload.id",
368
- "variant": "info"
370
+ "type": "alert"
369
371
  },
370
372
  {
373
+ "gap": "sm",
374
+ "type": "stack",
371
375
  "direction": "horizontal",
372
376
  "children": [
373
377
  {
378
+ "variant": "primary",
379
+ "icon": "check",
380
+ "action": "CONFIRM_SELECTION",
374
381
  "actionPayload": {
375
382
  "id": "@payload.id"
376
383
  },
377
- "icon": "check",
378
384
  "type": "button",
379
- "label": "Confirm",
380
- "action": "CONFIRM_SELECTION",
381
- "variant": "primary"
385
+ "label": "Confirm"
382
386
  }
383
- ],
384
- "type": "stack",
385
- "gap": "sm"
387
+ ]
386
388
  }
387
- ],
388
- "gap": "lg",
389
- "type": "stack"
389
+ ]
390
390
  }
391
391
  ]
392
392
  ]
@@ -401,73 +401,73 @@
401
401
  "main",
402
402
  {
403
403
  "gap": "lg",
404
- "direction": "vertical",
405
404
  "children": [
406
405
  {
407
- "justify": "between",
408
- "align": "center",
406
+ "type": "stack",
407
+ "direction": "horizontal",
409
408
  "children": [
410
409
  {
411
- "align": "center",
412
410
  "children": [
413
411
  {
414
- "name": "check-circle",
415
- "type": "icon"
412
+ "type": "icon",
413
+ "name": "check-circle"
416
414
  },
417
415
  {
418
- "variant": "h2",
416
+ "type": "typography",
419
417
  "content": "Selection Confirmed",
420
- "type": "typography"
418
+ "variant": "h2"
421
419
  }
422
420
  ],
423
421
  "direction": "horizontal",
422
+ "gap": "md",
424
423
  "type": "stack",
425
- "gap": "md"
424
+ "align": "center"
426
425
  },
427
426
  {
428
- "type": "badge",
429
- "label": "Confirmed"
427
+ "label": "Confirmed",
428
+ "type": "badge"
430
429
  }
431
430
  ],
432
- "direction": "horizontal",
433
- "type": "stack",
434
- "gap": "md"
431
+ "gap": "md",
432
+ "align": "center",
433
+ "justify": "between"
435
434
  },
436
435
  {
437
436
  "type": "divider"
438
437
  },
439
438
  {
440
- "type": "alert",
441
439
  "variant": "success",
442
- "message": "Selection confirmed successfully."
440
+ "message": "Selection confirmed successfully.",
441
+ "type": "alert"
443
442
  },
444
443
  {
444
+ "direction": "horizontal",
445
+ "gap": "md",
446
+ "align": "center",
447
+ "type": "stack",
445
448
  "children": [
446
449
  {
447
450
  "content": "Selected ID:",
448
- "type": "typography",
449
- "variant": "caption"
451
+ "variant": "caption",
452
+ "type": "typography"
450
453
  },
451
454
  {
452
455
  "type": "typography",
453
456
  "content": "@payload.id",
454
457
  "variant": "body"
455
458
  }
456
- ],
457
- "align": "center",
458
- "gap": "md",
459
- "direction": "horizontal",
460
- "type": "stack"
459
+ ]
461
460
  },
462
461
  {
463
- "variant": "ghost",
464
- "action": "CLEAR",
465
- "type": "button",
466
462
  "label": "Clear Selection",
467
- "icon": "rotate-ccw"
463
+ "type": "button",
464
+ "variant": "ghost",
465
+ "icon": "rotate-ccw",
466
+ "action": "CLEAR"
468
467
  }
469
468
  ],
470
- "type": "stack"
469
+ "type": "stack",
470
+ "direction": "vertical"
471
471
  }
472
472
  ]
473
473
  ]
@@ -482,8 +482,8 @@
482
482
  "SelectableItem",
483
483
  {
484
484
  "emit": {
485
- "success": "SelectableItemLoaded",
486
- "failure": "SelectableItemLoadFailed"
485
+ "failure": "SelectableItemLoadFailed",
486
+ "success": "SelectableItemLoaded"
487
487
  }
488
488
  }
489
489
  ],
@@ -530,8 +530,8 @@
530
530
  "SelectableItem",
531
531
  {
532
532
  "emit": {
533
- "success": "SelectableItemLoaded",
534
- "failure": "SelectableItemLoadFailed"
533
+ "failure": "SelectableItemLoadFailed",
534
+ "success": "SelectableItemLoaded"
535
535
  }
536
536
  }
537
537
  ],
@@ -562,4 +562,4 @@
562
562
  ]
563
563
  }
564
564
  ]
565
- }
565
+ }