@almadar/std 8.3.0 → 8.4.1

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