@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
@@ -107,29 +107,31 @@
107
107
  "render-ui",
108
108
  "main",
109
109
  {
110
+ "type": "stack",
111
+ "direction": "vertical",
110
112
  "children": [
111
113
  {
112
- "type": "stack",
113
114
  "justify": "between",
114
- "gap": "md",
115
+ "type": "stack",
115
116
  "align": "center",
117
+ "gap": "md",
116
118
  "children": [
117
119
  {
118
- "gap": "md",
119
120
  "type": "stack",
121
+ "direction": "horizontal",
122
+ "gap": "md",
120
123
  "align": "center",
121
124
  "children": [
122
125
  {
123
- "name": "crosshair",
124
- "type": "icon"
126
+ "type": "icon",
127
+ "name": "crosshair"
125
128
  },
126
129
  {
130
+ "variant": "h2",
127
131
  "type": "typography",
128
- "content": "CollidableBody Collision",
129
- "variant": "h2"
132
+ "content": "CollidableBody Collision"
130
133
  }
131
- ],
132
- "direction": "horizontal"
134
+ ]
133
135
  },
134
136
  {
135
137
  "status": "offline",
@@ -148,35 +150,33 @@
148
150
  "children": [
149
151
  {
150
152
  "label": "X",
151
- "value": "@entity.x",
152
- "type": "stat-display"
153
+ "type": "stat-display",
154
+ "value": "@entity.x"
153
155
  },
154
156
  {
155
- "value": "@entity.y",
157
+ "label": "Y",
156
158
  "type": "stat-display",
157
- "label": "Y"
159
+ "value": "@entity.y"
158
160
  }
159
161
  ]
160
162
  },
161
163
  {
162
- "type": "stack",
163
164
  "direction": "horizontal",
165
+ "gap": "sm",
164
166
  "children": [
165
167
  {
166
- "type": "button",
167
168
  "action": "CHECK",
168
- "variant": "primary",
169
+ "type": "button",
169
170
  "label": "Check",
170
- "icon": "scan"
171
+ "icon": "scan",
172
+ "variant": "primary"
171
173
  }
172
174
  ],
173
- "gap": "sm",
175
+ "type": "stack",
174
176
  "justify": "center"
175
177
  }
176
178
  ],
177
- "type": "stack",
178
- "gap": "lg",
179
- "direction": "vertical"
179
+ "gap": "lg"
180
180
  }
181
181
  ]
182
182
  ]
@@ -197,11 +197,6 @@
197
197
  {
198
198
  "children": [
199
199
  {
200
- "direction": "horizontal",
201
- "type": "stack",
202
- "align": "center",
203
- "gap": "md",
204
- "justify": "between",
205
200
  "children": [
206
201
  {
207
202
  "direction": "horizontal",
@@ -211,33 +206,38 @@
211
206
  "name": "crosshair"
212
207
  },
213
208
  {
214
- "variant": "h2",
209
+ "content": "CollidableBody Collision",
215
210
  "type": "typography",
216
- "content": "CollidableBody Collision"
211
+ "variant": "h2"
217
212
  }
218
213
  ],
214
+ "gap": "md",
219
215
  "align": "center",
220
- "type": "stack",
221
- "gap": "md"
216
+ "type": "stack"
222
217
  },
223
218
  {
224
- "pulse": true,
225
219
  "type": "status-dot",
226
220
  "status": "warning",
221
+ "pulse": true,
227
222
  "label": "Detecting"
228
223
  }
229
- ]
224
+ ],
225
+ "type": "stack",
226
+ "align": "center",
227
+ "direction": "horizontal",
228
+ "justify": "between",
229
+ "gap": "md"
230
230
  },
231
231
  {
232
232
  "type": "divider"
233
233
  },
234
234
  {
235
- "variant": "warning",
235
+ "message": "Collision detection in progress...",
236
236
  "type": "alert",
237
- "message": "Collision detection in progress..."
237
+ "variant": "warning"
238
238
  },
239
239
  {
240
- "cols": 2.0,
240
+ "type": "simple-grid",
241
241
  "children": [
242
242
  {
243
243
  "type": "stat-display",
@@ -250,26 +250,26 @@
250
250
  "value": "@entity.y"
251
251
  }
252
252
  ],
253
- "type": "simple-grid"
253
+ "cols": 2.0
254
254
  },
255
255
  {
256
- "content": "@entity.targetId",
257
- "color": "muted",
258
256
  "variant": "caption",
259
- "type": "typography"
257
+ "color": "muted",
258
+ "type": "typography",
259
+ "content": "@entity.targetId"
260
260
  },
261
261
  {
262
262
  "direction": "horizontal",
263
- "justify": "center",
264
- "gap": "sm",
265
263
  "type": "stack",
264
+ "gap": "sm",
265
+ "justify": "center",
266
266
  "children": [
267
267
  {
268
268
  "variant": "ghost",
269
- "action": "CLEAR",
270
- "icon": "x",
271
269
  "label": "Clear",
272
- "type": "button"
270
+ "icon": "x",
271
+ "type": "button",
272
+ "action": "CLEAR"
273
273
  }
274
274
  ]
275
275
  }
@@ -302,10 +302,9 @@
302
302
  {
303
303
  "children": [
304
304
  {
305
- "direction": "horizontal",
306
305
  "type": "stack",
306
+ "gap": "md",
307
307
  "justify": "between",
308
- "align": "center",
309
308
  "children": [
310
309
  {
311
310
  "direction": "horizontal",
@@ -315,73 +314,74 @@
315
314
  "name": "crosshair"
316
315
  },
317
316
  {
318
- "variant": "h2",
317
+ "content": "CollidableBody Collision",
319
318
  "type": "typography",
320
- "content": "CollidableBody Collision"
319
+ "variant": "h2"
321
320
  }
322
321
  ],
323
322
  "type": "stack",
324
- "align": "center",
325
- "gap": "md"
323
+ "gap": "md",
324
+ "align": "center"
326
325
  },
327
326
  {
328
327
  "pulse": true,
329
328
  "status": "warning",
330
- "type": "status-dot",
331
- "label": "Detecting"
329
+ "label": "Detecting",
330
+ "type": "status-dot"
332
331
  }
333
332
  ],
334
- "gap": "md"
333
+ "direction": "horizontal",
334
+ "align": "center"
335
335
  },
336
336
  {
337
337
  "type": "divider"
338
338
  },
339
339
  {
340
- "message": "Collision detection in progress...",
341
340
  "type": "alert",
341
+ "message": "Collision detection in progress...",
342
342
  "variant": "warning"
343
343
  },
344
344
  {
345
- "type": "simple-grid",
345
+ "cols": 2.0,
346
346
  "children": [
347
347
  {
348
348
  "label": "X",
349
- "type": "stat-display",
350
- "value": "@entity.x"
349
+ "value": "@entity.x",
350
+ "type": "stat-display"
351
351
  },
352
352
  {
353
- "label": "Y",
354
353
  "value": "@entity.y",
355
- "type": "stat-display"
354
+ "type": "stat-display",
355
+ "label": "Y"
356
356
  }
357
357
  ],
358
- "cols": 2.0
358
+ "type": "simple-grid"
359
359
  },
360
360
  {
361
- "variant": "caption",
362
- "color": "muted",
363
361
  "type": "typography",
362
+ "color": "muted",
363
+ "variant": "caption",
364
364
  "content": "@entity.targetId"
365
365
  },
366
366
  {
367
- "gap": "sm",
368
367
  "children": [
369
368
  {
370
- "icon": "x",
371
369
  "label": "Clear",
370
+ "icon": "x",
372
371
  "action": "CLEAR",
373
- "type": "button",
374
- "variant": "ghost"
372
+ "variant": "ghost",
373
+ "type": "button"
375
374
  }
376
375
  ],
377
376
  "type": "stack",
378
377
  "direction": "horizontal",
378
+ "gap": "sm",
379
379
  "justify": "center"
380
380
  }
381
381
  ],
382
- "type": "stack",
383
382
  "gap": "lg",
384
- "direction": "vertical"
383
+ "direction": "vertical",
384
+ "type": "stack"
385
385
  }
386
386
  ]
387
387
  ]
@@ -405,75 +405,75 @@
405
405
  "render-ui",
406
406
  "main",
407
407
  {
408
+ "direction": "vertical",
409
+ "type": "stack",
408
410
  "children": [
409
411
  {
410
- "direction": "horizontal",
411
- "gap": "md",
412
412
  "justify": "between",
413
- "type": "stack",
413
+ "gap": "md",
414
+ "direction": "horizontal",
414
415
  "align": "center",
415
416
  "children": [
416
417
  {
418
+ "gap": "md",
419
+ "type": "stack",
420
+ "align": "center",
421
+ "direction": "horizontal",
417
422
  "children": [
418
423
  {
419
- "type": "icon",
420
- "name": "crosshair"
424
+ "name": "crosshair",
425
+ "type": "icon"
421
426
  },
422
427
  {
428
+ "type": "typography",
423
429
  "content": "CollidableBody Collision",
424
- "variant": "h2",
425
- "type": "typography"
430
+ "variant": "h2"
426
431
  }
427
- ],
428
- "direction": "horizontal",
429
- "gap": "md",
430
- "align": "center",
431
- "type": "stack"
432
+ ]
432
433
  },
433
434
  {
434
435
  "type": "status-dot",
435
- "status": "offline",
436
- "label": "Idle"
436
+ "label": "Idle",
437
+ "status": "offline"
437
438
  }
438
- ]
439
+ ],
440
+ "type": "stack"
439
441
  },
440
442
  {
441
443
  "type": "divider"
442
444
  },
443
445
  {
444
- "cols": 2.0,
445
446
  "children": [
446
447
  {
447
448
  "value": "@entity.x",
448
- "type": "stat-display",
449
- "label": "X"
449
+ "label": "X",
450
+ "type": "stat-display"
450
451
  },
451
452
  {
452
- "type": "stat-display",
453
453
  "label": "Y",
454
+ "type": "stat-display",
454
455
  "value": "@entity.y"
455
456
  }
456
457
  ],
457
- "type": "simple-grid"
458
+ "type": "simple-grid",
459
+ "cols": 2.0
458
460
  },
459
461
  {
460
- "type": "stack",
461
462
  "justify": "center",
463
+ "type": "stack",
464
+ "direction": "horizontal",
465
+ "gap": "sm",
462
466
  "children": [
463
467
  {
464
468
  "icon": "scan",
465
- "variant": "primary",
466
469
  "type": "button",
470
+ "variant": "primary",
467
471
  "label": "Check",
468
472
  "action": "CHECK"
469
473
  }
470
- ],
471
- "direction": "horizontal",
472
- "gap": "sm"
474
+ ]
473
475
  }
474
476
  ],
475
- "type": "stack",
476
- "direction": "vertical",
477
477
  "gap": "lg"
478
478
  }
479
479
  ]
@@ -488,39 +488,40 @@
488
488
  "render-ui",
489
489
  "main",
490
490
  {
491
- "type": "stack",
491
+ "direction": "vertical",
492
+ "gap": "lg",
492
493
  "children": [
493
494
  {
494
- "type": "stack",
495
495
  "direction": "horizontal",
496
496
  "gap": "md",
497
+ "type": "stack",
497
498
  "justify": "between",
498
- "align": "center",
499
499
  "children": [
500
500
  {
501
- "gap": "md",
502
- "direction": "horizontal",
503
501
  "align": "center",
502
+ "direction": "horizontal",
503
+ "gap": "md",
504
504
  "type": "stack",
505
505
  "children": [
506
506
  {
507
- "type": "icon",
508
- "name": "crosshair"
507
+ "name": "crosshair",
508
+ "type": "icon"
509
509
  },
510
510
  {
511
511
  "content": "CollidableBody Collision",
512
- "variant": "h2",
513
- "type": "typography"
512
+ "type": "typography",
513
+ "variant": "h2"
514
514
  }
515
515
  ]
516
516
  },
517
517
  {
518
- "pulse": true,
519
518
  "type": "status-dot",
520
- "status": "warning",
521
- "label": "Detecting"
519
+ "pulse": true,
520
+ "label": "Detecting",
521
+ "status": "warning"
522
522
  }
523
- ]
523
+ ],
524
+ "align": "center"
524
525
  },
525
526
  {
526
527
  "type": "divider"
@@ -533,9 +534,9 @@
533
534
  {
534
535
  "children": [
535
536
  {
537
+ "label": "X",
536
538
  "value": "@entity.x",
537
- "type": "stat-display",
538
- "label": "X"
539
+ "type": "stat-display"
539
540
  },
540
541
  {
541
542
  "value": "@entity.y",
@@ -547,29 +548,28 @@
547
548
  "cols": 2.0
548
549
  },
549
550
  {
550
- "type": "typography",
551
551
  "content": "@entity.targetId",
552
- "color": "muted",
553
- "variant": "caption"
552
+ "type": "typography",
553
+ "variant": "caption",
554
+ "color": "muted"
554
555
  },
555
556
  {
556
- "type": "stack",
557
- "gap": "sm",
558
- "justify": "center",
559
- "direction": "horizontal",
560
557
  "children": [
561
558
  {
562
- "type": "button",
563
559
  "label": "Clear",
560
+ "type": "button",
564
561
  "variant": "ghost",
565
562
  "icon": "x",
566
563
  "action": "CLEAR"
567
564
  }
568
- ]
565
+ ],
566
+ "gap": "sm",
567
+ "justify": "center",
568
+ "direction": "horizontal",
569
+ "type": "stack"
569
570
  }
570
571
  ],
571
- "gap": "lg",
572
- "direction": "vertical"
572
+ "type": "stack"
573
573
  }
574
574
  ]
575
575
  ]