@almadar/std 9.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 +55 -59
  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 +55 -59
  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
@@ -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,22 +146,22 @@
146
146
  "render-ui",
147
147
  "main",
148
148
  {
149
- "align": "center",
150
149
  "className": "py-12",
151
- "gap": "md",
152
- "type": "stack",
150
+ "align": "center",
153
151
  "children": [
154
152
  {
155
153
  "type": "spinner"
156
154
  },
157
155
  {
158
156
  "variant": "caption",
157
+ "color": "muted",
159
158
  "content": "Loading…",
160
- "type": "typography",
161
- "color": "muted"
159
+ "type": "typography"
162
160
  }
163
161
  ],
164
- "direction": "vertical"
162
+ "type": "stack",
163
+ "direction": "vertical",
164
+ "gap": "md"
165
165
  }
166
166
  ]
167
167
  ]
@@ -175,68 +175,68 @@
175
175
  "render-ui",
176
176
  "main",
177
177
  {
178
- "type": "stack",
178
+ "direction": "vertical",
179
+ "gap": "lg",
179
180
  "children": [
180
181
  {
181
- "direction": "horizontal",
182
- "justify": "between",
183
182
  "gap": "md",
184
- "align": "center",
185
183
  "type": "stack",
184
+ "justify": "between",
185
+ "align": "center",
186
186
  "children": [
187
187
  {
188
+ "align": "center",
188
189
  "children": [
189
190
  {
190
191
  "type": "icon",
191
192
  "name": "panel-right"
192
193
  },
193
194
  {
194
- "variant": "h2",
195
+ "content": "Details",
195
196
  "type": "typography",
196
- "content": "Details"
197
+ "variant": "h2"
197
198
  }
198
199
  ],
199
- "align": "center",
200
- "type": "stack",
201
200
  "direction": "horizontal",
201
+ "type": "stack",
202
202
  "gap": "md"
203
203
  },
204
204
  {
205
+ "label": "Open",
205
206
  "variant": "primary",
206
207
  "icon": "panel-right",
207
- "type": "button",
208
- "label": "Open",
209
- "action": "OPEN"
208
+ "action": "OPEN",
209
+ "type": "button"
210
210
  }
211
- ]
211
+ ],
212
+ "direction": "horizontal"
212
213
  },
213
214
  {
214
215
  "type": "divider"
215
216
  },
216
217
  {
218
+ "fields": [],
219
+ "type": "data-grid",
220
+ "entity": "@payload.data",
217
221
  "renderItem": [
218
222
  "fn",
219
223
  "item",
220
224
  {
221
225
  "type": "stack",
226
+ "gap": "sm",
222
227
  "children": [
223
228
  {
224
- "type": "typography",
225
229
  "content": "@item.name",
230
+ "type": "typography",
226
231
  "variant": "h4"
227
232
  }
228
233
  ],
229
- "gap": "sm",
230
234
  "direction": "vertical"
231
235
  }
232
- ],
233
- "type": "data-grid",
234
- "entity": "@payload.data",
235
- "fields": []
236
+ ]
236
237
  }
237
238
  ],
238
- "direction": "vertical",
239
- "gap": "lg"
239
+ "type": "stack"
240
240
  }
241
241
  ]
242
242
  ]
@@ -250,36 +250,36 @@
250
250
  "render-ui",
251
251
  "main",
252
252
  {
253
+ "className": "py-12",
254
+ "type": "stack",
255
+ "gap": "md",
256
+ "direction": "vertical",
253
257
  "children": [
254
258
  {
255
- "type": "icon",
256
259
  "name": "alert-triangle",
260
+ "type": "icon",
257
261
  "color": "destructive"
258
262
  },
259
263
  {
264
+ "content": "Failed to load",
260
265
  "type": "typography",
261
- "variant": "h3",
262
- "content": "Failed to load"
266
+ "variant": "h3"
263
267
  },
264
268
  {
265
269
  "type": "typography",
266
- "variant": "body",
267
270
  "color": "muted",
271
+ "variant": "body",
268
272
  "content": "@payload.error"
269
273
  },
270
274
  {
271
- "label": "Retry",
272
275
  "type": "button",
276
+ "label": "Retry",
277
+ "action": "INIT",
273
278
  "icon": "rotate-ccw",
274
- "variant": "primary",
275
- "action": "INIT"
279
+ "variant": "primary"
276
280
  }
277
281
  ],
278
- "direction": "vertical",
279
- "gap": "md",
280
- "align": "center",
281
- "className": "py-12",
282
- "type": "stack"
282
+ "align": "center"
283
283
  }
284
284
  ]
285
285
  ]
@@ -294,38 +294,38 @@
294
294
  "drawer",
295
295
  {
296
296
  "type": "side-panel",
297
+ "isOpen": true,
298
+ "position": "right",
297
299
  "children": [
298
300
  {
299
- "direction": "vertical",
300
301
  "gap": "md",
301
302
  "type": "stack",
303
+ "direction": "vertical",
302
304
  "children": [
303
305
  {
304
- "variant": "body",
305
306
  "content": "Drawer content",
306
- "type": "typography"
307
+ "type": "typography",
308
+ "variant": "body"
307
309
  },
308
310
  {
309
- "gap": "sm",
310
- "justify": "end",
311
- "direction": "horizontal",
312
311
  "type": "stack",
313
312
  "children": [
314
313
  {
315
314
  "label": "Close",
316
315
  "type": "button",
317
- "action": "CLOSE",
318
- "variant": "ghost"
316
+ "variant": "ghost",
317
+ "action": "CLOSE"
319
318
  }
320
- ]
319
+ ],
320
+ "direction": "horizontal",
321
+ "gap": "sm",
322
+ "justify": "end"
321
323
  }
322
324
  ]
323
325
  }
324
326
  ],
325
327
  "title": "Details",
326
- "isOpen": true,
327
- "onClose": "CLOSE",
328
- "position": "right"
328
+ "onClose": "CLOSE"
329
329
  }
330
330
  ]
331
331
  ]
@@ -345,8 +345,8 @@
345
345
  "DrawerContent",
346
346
  {
347
347
  "emit": {
348
- "failure": "DrawerContentLoadFailed",
349
- "success": "DrawerContentLoaded"
348
+ "success": "DrawerContentLoaded",
349
+ "failure": "DrawerContentLoadFailed"
350
350
  }
351
351
  }
352
352
  ],
@@ -155,22 +155,22 @@
155
155
  "render-ui",
156
156
  "main",
157
157
  {
158
+ "className": "py-12",
159
+ "direction": "vertical",
160
+ "type": "stack",
161
+ "gap": "md",
162
+ "align": "center",
158
163
  "children": [
159
164
  {
160
165
  "type": "spinner"
161
166
  },
162
167
  {
163
168
  "type": "typography",
169
+ "color": "muted",
164
170
  "variant": "caption",
165
- "content": "Loading…",
166
- "color": "muted"
171
+ "content": "Loading…"
167
172
  }
168
- ],
169
- "type": "stack",
170
- "gap": "md",
171
- "className": "py-12",
172
- "direction": "vertical",
173
- "align": "center"
173
+ ]
174
174
  }
175
175
  ]
176
176
  ]
@@ -184,13 +184,15 @@
184
184
  "render-ui",
185
185
  "main",
186
186
  {
187
- "gap": "lg",
188
- "type": "stack",
189
187
  "children": [
190
188
  {
189
+ "direction": "horizontal",
191
190
  "align": "center",
192
191
  "children": [
193
192
  {
193
+ "type": "stack",
194
+ "align": "center",
195
+ "gap": "md",
194
196
  "direction": "horizontal",
195
197
  "children": [
196
198
  {
@@ -198,56 +200,51 @@
198
200
  "type": "icon"
199
201
  },
200
202
  {
203
+ "content": "FilterTargets",
201
204
  "variant": "h2",
202
- "type": "typography",
203
- "content": "FilterTargets"
205
+ "type": "typography"
204
206
  }
205
- ],
206
- "type": "stack",
207
- "gap": "md",
208
- "align": "center"
207
+ ]
209
208
  },
210
209
  {
211
210
  "type": "badge",
212
211
  "label": "All"
213
212
  }
214
213
  ],
215
- "type": "stack",
216
- "gap": "md",
217
214
  "justify": "between",
218
- "direction": "horizontal"
215
+ "type": "stack",
216
+ "gap": "md"
219
217
  },
220
218
  {
221
219
  "type": "divider"
222
220
  },
223
221
  {
224
- "type": "filter-group",
225
- "entity": "FilterTarget",
226
222
  "filters": [
227
223
  {
228
224
  "field": "status",
225
+ "filterType": "select",
229
226
  "label": "Status",
230
227
  "options": [
231
228
  "active",
232
229
  "inactive",
233
230
  "pending"
234
- ],
235
- "filterType": "select"
231
+ ]
236
232
  }
237
- ]
233
+ ],
234
+ "type": "filter-group",
235
+ "entity": "FilterTarget"
238
236
  },
239
237
  {
240
238
  "type": "divider"
241
239
  },
242
240
  {
243
- "fields": [],
244
241
  "renderItem": [
245
242
  "fn",
246
243
  "item",
247
244
  {
245
+ "gap": "sm",
248
246
  "type": "stack",
249
247
  "direction": "vertical",
250
- "gap": "sm",
251
248
  "children": [
252
249
  {
253
250
  "type": "typography",
@@ -255,18 +252,21 @@
255
252
  "content": "@item.name"
256
253
  },
257
254
  {
258
- "color": "muted",
259
- "type": "typography",
260
255
  "content": "@item.status",
261
- "variant": "caption"
256
+ "variant": "caption",
257
+ "type": "typography",
258
+ "color": "muted"
262
259
  }
263
260
  ]
264
261
  }
265
262
  ],
263
+ "fields": [],
266
264
  "type": "data-grid",
267
265
  "entity": "@payload.data"
268
266
  }
269
267
  ],
268
+ "gap": "lg",
269
+ "type": "stack",
270
270
  "direction": "vertical"
271
271
  }
272
272
  ]
@@ -281,34 +281,34 @@
281
281
  "render-ui",
282
282
  "main",
283
283
  {
284
- "className": "py-12",
285
284
  "type": "stack",
286
- "align": "center",
287
- "direction": "vertical",
288
285
  "gap": "md",
286
+ "direction": "vertical",
287
+ "align": "center",
288
+ "className": "py-12",
289
289
  "children": [
290
290
  {
291
291
  "name": "alert-triangle",
292
- "type": "icon",
293
- "color": "destructive"
292
+ "color": "destructive",
293
+ "type": "icon"
294
294
  },
295
295
  {
296
+ "type": "typography",
296
297
  "variant": "h3",
297
- "content": "Failed to load",
298
- "type": "typography"
298
+ "content": "Failed to load"
299
299
  },
300
300
  {
301
- "content": "@payload.error",
301
+ "color": "muted",
302
302
  "type": "typography",
303
303
  "variant": "body",
304
- "color": "muted"
304
+ "content": "@payload.error"
305
305
  },
306
306
  {
307
307
  "label": "Retry",
308
- "variant": "primary",
309
- "type": "button",
310
308
  "action": "INIT",
311
- "icon": "rotate-ccw"
309
+ "type": "button",
310
+ "icon": "rotate-ccw",
311
+ "variant": "primary"
312
312
  }
313
313
  ]
314
314
  }
@@ -334,8 +334,8 @@
334
334
  "@payload.value"
335
335
  ],
336
336
  "emit": {
337
- "failure": "FilterTargetLoadFailed",
338
- "success": "FilterTargetLoaded"
337
+ "success": "FilterTargetLoaded",
338
+ "failure": "FilterTargetLoadFailed"
339
339
  }
340
340
  }
341
341
  ],
@@ -358,8 +358,8 @@
358
358
  "FilterTarget",
359
359
  {
360
360
  "emit": {
361
- "failure": "FilterTargetLoadFailed",
362
- "success": "FilterTargetLoaded"
361
+ "success": "FilterTargetLoaded",
362
+ "failure": "FilterTargetLoadFailed"
363
363
  }
364
364
  }
365
365
  ],
@@ -382,8 +382,8 @@
382
382
  "FilterTarget",
383
383
  {
384
384
  "emit": {
385
- "failure": "FilterTargetLoadFailed",
386
- "success": "FilterTargetLoaded"
385
+ "success": "FilterTargetLoaded",
386
+ "failure": "FilterTargetLoadFailed"
387
387
  }
388
388
  }
389
389
  ],