@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
@@ -137,8 +137,8 @@
137
137
  "DrawerContent",
138
138
  {
139
139
  "emit": {
140
- "success": "DrawerContentLoaded",
141
- "failure": "DrawerContentLoadFailed"
140
+ "failure": "DrawerContentLoadFailed",
141
+ "success": "DrawerContentLoaded"
142
142
  }
143
143
  }
144
144
  ],
@@ -146,21 +146,21 @@
146
146
  "render-ui",
147
147
  "main",
148
148
  {
149
- "direction": "vertical",
150
- "gap": "md",
151
- "align": "center",
152
149
  "className": "py-12",
150
+ "align": "center",
151
+ "direction": "vertical",
153
152
  "children": [
154
153
  {
155
154
  "type": "spinner"
156
155
  },
157
156
  {
158
- "color": "muted",
159
- "content": "Loading…",
160
157
  "type": "typography",
158
+ "content": "Loading…",
159
+ "color": "muted",
161
160
  "variant": "caption"
162
161
  }
163
162
  ],
163
+ "gap": "md",
164
164
  "type": "stack"
165
165
  }
166
166
  ]
@@ -175,67 +175,67 @@
175
175
  "render-ui",
176
176
  "main",
177
177
  {
178
- "type": "stack",
179
- "direction": "vertical",
180
178
  "children": [
181
179
  {
180
+ "type": "stack",
182
181
  "direction": "horizontal",
183
182
  "gap": "md",
184
- "type": "stack",
183
+ "justify": "between",
185
184
  "align": "center",
186
185
  "children": [
187
186
  {
188
- "direction": "horizontal",
189
187
  "gap": "md",
188
+ "direction": "horizontal",
190
189
  "align": "center",
190
+ "type": "stack",
191
191
  "children": [
192
192
  {
193
193
  "name": "panel-right",
194
194
  "type": "icon"
195
195
  },
196
196
  {
197
- "type": "typography",
198
197
  "content": "Details",
199
- "variant": "h2"
198
+ "variant": "h2",
199
+ "type": "typography"
200
200
  }
201
- ],
202
- "type": "stack"
201
+ ]
203
202
  },
204
203
  {
204
+ "action": "OPEN",
205
205
  "type": "button",
206
206
  "label": "Open",
207
- "variant": "primary",
208
207
  "icon": "panel-right",
209
- "action": "OPEN"
208
+ "variant": "primary"
210
209
  }
211
- ],
212
- "justify": "between"
210
+ ]
213
211
  },
214
212
  {
215
213
  "type": "divider"
216
214
  },
217
215
  {
216
+ "entity": "@payload.data",
218
217
  "renderItem": [
219
218
  "fn",
220
219
  "item",
221
220
  {
222
- "type": "stack",
221
+ "gap": "sm",
222
+ "direction": "vertical",
223
223
  "children": [
224
224
  {
225
- "content": "@item.name",
226
225
  "variant": "h4",
226
+ "content": "@item.name",
227
227
  "type": "typography"
228
228
  }
229
229
  ],
230
- "direction": "vertical",
231
- "gap": "sm"
230
+ "type": "stack"
232
231
  }
233
232
  ],
234
- "entity": "@payload.data",
235
- "fields": [],
236
- "type": "data-grid"
233
+ "type": "data-grid",
234
+ "fields": []
237
235
  }
238
236
  ],
237
+ "type": "stack",
238
+ "direction": "vertical",
239
239
  "gap": "lg"
240
240
  }
241
241
  ]
@@ -250,36 +250,36 @@
250
250
  "render-ui",
251
251
  "main",
252
252
  {
253
- "type": "stack",
254
- "gap": "md",
255
- "direction": "vertical",
256
- "align": "center",
257
- "className": "py-12",
258
253
  "children": [
259
254
  {
260
- "type": "icon",
261
255
  "name": "alert-triangle",
262
- "color": "destructive"
256
+ "color": "destructive",
257
+ "type": "icon"
263
258
  },
264
259
  {
265
260
  "type": "typography",
266
- "content": "Failed to load",
267
- "variant": "h3"
261
+ "variant": "h3",
262
+ "content": "Failed to load"
268
263
  },
269
264
  {
270
- "variant": "body",
271
265
  "color": "muted",
272
266
  "type": "typography",
273
- "content": "@payload.error"
267
+ "content": "@payload.error",
268
+ "variant": "body"
274
269
  },
275
270
  {
276
- "type": "button",
277
- "action": "INIT",
271
+ "icon": "rotate-ccw",
278
272
  "label": "Retry",
279
- "variant": "primary",
280
- "icon": "rotate-ccw"
273
+ "action": "INIT",
274
+ "type": "button",
275
+ "variant": "primary"
281
276
  }
282
- ]
277
+ ],
278
+ "gap": "md",
279
+ "direction": "vertical",
280
+ "type": "stack",
281
+ "className": "py-12",
282
+ "align": "center"
283
283
  }
284
284
  ]
285
285
  ]
@@ -293,39 +293,39 @@
293
293
  "render-ui",
294
294
  "drawer",
295
295
  {
296
- "title": "Details",
297
- "onClose": "CLOSE",
298
296
  "isOpen": true,
299
- "position": "right",
300
297
  "children": [
301
298
  {
299
+ "gap": "md",
302
300
  "type": "stack",
303
301
  "direction": "vertical",
304
302
  "children": [
305
303
  {
306
- "variant": "body",
307
304
  "content": "Drawer content",
308
- "type": "typography"
305
+ "type": "typography",
306
+ "variant": "body"
309
307
  },
310
308
  {
309
+ "type": "stack",
311
310
  "gap": "sm",
312
- "direction": "horizontal",
313
- "justify": "end",
314
311
  "children": [
315
312
  {
316
- "label": "Close",
313
+ "action": "CLOSE",
317
314
  "type": "button",
318
- "variant": "ghost",
319
- "action": "CLOSE"
315
+ "label": "Close",
316
+ "variant": "ghost"
320
317
  }
321
318
  ],
322
- "type": "stack"
319
+ "justify": "end",
320
+ "direction": "horizontal"
323
321
  }
324
- ],
325
- "gap": "md"
322
+ ]
326
323
  }
327
324
  ],
328
- "type": "side-panel"
325
+ "position": "right",
326
+ "type": "side-panel",
327
+ "onClose": "CLOSE",
328
+ "title": "Details"
329
329
  }
330
330
  ]
331
331
  ]
@@ -156,21 +156,21 @@
156
156
  "main",
157
157
  {
158
158
  "align": "center",
159
- "className": "py-12",
160
- "type": "stack",
161
159
  "direction": "vertical",
162
- "gap": "md",
160
+ "type": "stack",
161
+ "className": "py-12",
163
162
  "children": [
164
163
  {
165
164
  "type": "spinner"
166
165
  },
167
166
  {
167
+ "variant": "caption",
168
168
  "color": "muted",
169
169
  "type": "typography",
170
- "variant": "caption",
171
170
  "content": "Loading…"
172
171
  }
173
- ]
172
+ ],
173
+ "gap": "md"
174
174
  }
175
175
  ]
176
176
  ]
@@ -184,26 +184,26 @@
184
184
  "render-ui",
185
185
  "main",
186
186
  {
187
+ "type": "stack",
187
188
  "children": [
188
189
  {
189
- "gap": "md",
190
190
  "children": [
191
191
  {
192
+ "type": "stack",
193
+ "gap": "md",
194
+ "align": "center",
195
+ "direction": "horizontal",
192
196
  "children": [
193
197
  {
194
- "name": "filter",
195
- "type": "icon"
198
+ "type": "icon",
199
+ "name": "filter"
196
200
  },
197
201
  {
198
202
  "type": "typography",
199
- "variant": "h2",
200
- "content": "FilterTargets"
203
+ "content": "FilterTargets",
204
+ "variant": "h2"
201
205
  }
202
- ],
203
- "direction": "horizontal",
204
- "align": "center",
205
- "type": "stack",
206
- "gap": "md"
206
+ ]
207
207
  },
208
208
  {
209
209
  "label": "All",
@@ -212,8 +212,9 @@
212
212
  ],
213
213
  "direction": "horizontal",
214
214
  "type": "stack",
215
- "align": "center",
216
- "justify": "between"
215
+ "gap": "md",
216
+ "justify": "between",
217
+ "align": "center"
217
218
  },
218
219
  {
219
220
  "type": "divider"
@@ -222,13 +223,13 @@
222
223
  "entity": "FilterTarget",
223
224
  "filters": [
224
225
  {
225
- "field": "status",
226
226
  "options": [
227
227
  "active",
228
228
  "inactive",
229
229
  "pending"
230
230
  ],
231
231
  "filterType": "select",
232
+ "field": "status",
232
233
  "label": "Status"
233
234
  }
234
235
  ],
@@ -238,36 +239,35 @@
238
239
  "type": "divider"
239
240
  },
240
241
  {
241
- "type": "data-grid",
242
- "fields": [],
243
242
  "renderItem": [
244
243
  "fn",
245
244
  "item",
246
245
  {
247
- "gap": "sm",
248
- "direction": "vertical",
249
246
  "children": [
250
247
  {
251
248
  "variant": "h4",
252
- "content": "@item.name",
253
- "type": "typography"
249
+ "type": "typography",
250
+ "content": "@item.name"
254
251
  },
255
252
  {
256
- "content": "@item.status",
257
253
  "type": "typography",
258
- "variant": "caption",
259
- "color": "muted"
254
+ "content": "@item.status",
255
+ "color": "muted",
256
+ "variant": "caption"
260
257
  }
261
258
  ],
262
- "type": "stack"
259
+ "type": "stack",
260
+ "direction": "vertical",
261
+ "gap": "sm"
263
262
  }
264
263
  ],
265
- "entity": "@payload.data"
264
+ "entity": "@payload.data",
265
+ "type": "data-grid",
266
+ "fields": []
266
267
  }
267
268
  ],
268
- "direction": "vertical",
269
- "type": "stack",
270
- "gap": "lg"
269
+ "gap": "lg",
270
+ "direction": "vertical"
271
271
  }
272
272
  ]
273
273
  ]
@@ -281,12 +281,11 @@
281
281
  "render-ui",
282
282
  "main",
283
283
  {
284
- "className": "py-12",
285
284
  "children": [
286
285
  {
287
- "color": "destructive",
288
286
  "type": "icon",
289
- "name": "alert-triangle"
287
+ "name": "alert-triangle",
288
+ "color": "destructive"
290
289
  },
291
290
  {
292
291
  "content": "Failed to load",
@@ -294,23 +293,24 @@
294
293
  "variant": "h3"
295
294
  },
296
295
  {
297
- "content": "@payload.error",
298
- "color": "muted",
296
+ "type": "typography",
299
297
  "variant": "body",
300
- "type": "typography"
298
+ "content": "@payload.error",
299
+ "color": "muted"
301
300
  },
302
301
  {
303
302
  "icon": "rotate-ccw",
304
- "type": "button",
303
+ "action": "INIT",
305
304
  "variant": "primary",
306
305
  "label": "Retry",
307
- "action": "INIT"
306
+ "type": "button"
308
307
  }
309
308
  ],
310
309
  "type": "stack",
311
- "gap": "md",
312
310
  "align": "center",
313
- "direction": "vertical"
311
+ "className": "py-12",
312
+ "direction": "vertical",
313
+ "gap": "md"
314
314
  }
315
315
  ]
316
316
  ]
@@ -149,8 +149,8 @@
149
149
  "GalleryItem",
150
150
  {
151
151
  "emit": {
152
- "failure": "GalleryItemLoadFailed",
153
- "success": "GalleryItemLoaded"
152
+ "success": "GalleryItemLoaded",
153
+ "failure": "GalleryItemLoadFailed"
154
154
  }
155
155
  }
156
156
  ],
@@ -158,22 +158,22 @@
158
158
  "render-ui",
159
159
  "main",
160
160
  {
161
- "className": "py-12",
162
- "gap": "md",
163
161
  "type": "stack",
164
- "direction": "vertical",
162
+ "gap": "md",
165
163
  "children": [
166
164
  {
167
165
  "type": "spinner"
168
166
  },
169
167
  {
170
- "variant": "caption",
171
- "color": "muted",
172
168
  "content": "Loading…",
173
- "type": "typography"
169
+ "color": "muted",
170
+ "type": "typography",
171
+ "variant": "caption"
174
172
  }
175
173
  ],
176
- "align": "center"
174
+ "align": "center",
175
+ "className": "py-12",
176
+ "direction": "vertical"
177
177
  }
178
178
  ]
179
179
  ]
@@ -189,70 +189,70 @@
189
189
  {
190
190
  "direction": "vertical",
191
191
  "gap": "lg",
192
- "type": "stack",
193
192
  "children": [
194
193
  {
194
+ "direction": "horizontal",
195
195
  "justify": "between",
196
+ "type": "stack",
197
+ "gap": "md",
198
+ "align": "center",
196
199
  "children": [
197
200
  {
201
+ "gap": "sm",
202
+ "align": "center",
203
+ "type": "stack",
204
+ "direction": "horizontal",
198
205
  "children": [
199
206
  {
200
- "type": "icon",
201
- "name": "image"
207
+ "name": "image",
208
+ "type": "icon"
202
209
  },
203
210
  {
204
- "variant": "h2",
205
211
  "type": "typography",
212
+ "variant": "h2",
206
213
  "content": "GalleryItems Gallery"
207
214
  }
208
- ],
209
- "type": "stack",
210
- "align": "center",
211
- "direction": "horizontal",
212
- "gap": "sm"
215
+ ]
213
216
  },
214
217
  {
218
+ "color": "muted",
215
219
  "variant": "caption",
216
220
  "content": "Click any image to view full size",
217
- "color": "muted",
218
221
  "type": "typography"
219
222
  }
220
- ],
221
- "direction": "horizontal",
222
- "gap": "md",
223
- "align": "center",
224
- "type": "stack"
223
+ ]
225
224
  },
226
225
  {
227
226
  "type": "divider"
228
227
  },
229
228
  {
230
- "gap": "md",
231
- "type": "data-grid",
232
229
  "cols": 3.0,
233
230
  "entity": "@payload.data",
231
+ "type": "data-grid",
234
232
  "imageField": "imageUrl",
235
233
  "itemActions": [
236
234
  {
235
+ "icon": "maximize",
237
236
  "label": "View",
238
- "event": "VIEW",
239
- "icon": "maximize"
237
+ "event": "VIEW"
240
238
  }
241
239
  ],
240
+ "gap": "md",
242
241
  "fields": [
243
242
  {
243
+ "variant": "h4",
244
244
  "name": "name",
245
- "label": "Title",
246
- "variant": "h4"
245
+ "label": "Title"
247
246
  },
248
247
  {
249
- "name": "status",
248
+ "label": "Status",
250
249
  "variant": "badge",
251
- "label": "Status"
250
+ "name": "status"
252
251
  }
253
252
  ]
254
253
  }
255
- ]
254
+ ],
255
+ "type": "stack"
256
256
  }
257
257
  ]
258
258
  ]
@@ -266,36 +266,36 @@
266
266
  "render-ui",
267
267
  "main",
268
268
  {
269
- "type": "stack",
270
- "className": "py-12",
269
+ "align": "center",
271
270
  "children": [
272
271
  {
272
+ "type": "icon",
273
273
  "name": "alert-triangle",
274
- "color": "destructive",
275
- "type": "icon"
274
+ "color": "destructive"
276
275
  },
277
276
  {
277
+ "type": "typography",
278
278
  "variant": "h3",
279
- "content": "Failed to load",
280
- "type": "typography"
279
+ "content": "Failed to load"
281
280
  },
282
281
  {
283
- "variant": "body",
284
- "type": "typography",
285
282
  "content": "@payload.error",
286
- "color": "muted"
283
+ "color": "muted",
284
+ "type": "typography",
285
+ "variant": "body"
287
286
  },
288
287
  {
289
288
  "type": "button",
290
- "action": "INIT",
291
- "variant": "primary",
292
289
  "icon": "rotate-ccw",
293
- "label": "Retry"
290
+ "action": "INIT",
291
+ "label": "Retry",
292
+ "variant": "primary"
294
293
  }
295
294
  ],
295
+ "type": "stack",
296
+ "direction": "vertical",
296
297
  "gap": "md",
297
- "align": "center",
298
- "direction": "vertical"
298
+ "className": "py-12"
299
299
  }
300
300
  ]
301
301
  ]
@@ -309,18 +309,18 @@
309
309
  "render-ui",
310
310
  "modal",
311
311
  {
312
- "currentIndex": 0.0,
313
- "type": "lightbox",
314
312
  "closeAction": "CLOSE",
315
- "isOpen": true,
316
- "showCounter": true,
313
+ "type": "lightbox",
317
314
  "images": [
318
315
  {
319
316
  "alt": "Image",
320
317
  "caption": "Image",
321
318
  "src": "https://picsum.photos/seed/gallery1/800/600"
322
319
  }
323
- ]
320
+ ],
321
+ "currentIndex": 0.0,
322
+ "showCounter": true,
323
+ "isOpen": true
324
324
  }
325
325
  ]
326
326
  ]
@@ -364,8 +364,8 @@
364
364
  "GalleryItem",
365
365
  {
366
366
  "emit": {
367
- "failure": "GalleryItemLoadFailed",
368
- "success": "GalleryItemLoaded"
367
+ "success": "GalleryItemLoaded",
368
+ "failure": "GalleryItemLoadFailed"
369
369
  }
370
370
  }
371
371
  ],