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