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