@almadar/std 8.2.0 → 8.4.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 +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  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 +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  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 +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -107,45 +107,45 @@
107
107
  "render-ui",
108
108
  "main",
109
109
  {
110
- "gap": "lg",
111
- "direction": "vertical",
112
110
  "type": "stack",
111
+ "direction": "vertical",
113
112
  "children": [
114
113
  {
114
+ "justify": "between",
115
+ "type": "stack",
116
+ "align": "center",
117
+ "gap": "md",
115
118
  "children": [
116
119
  {
117
- "align": "center",
120
+ "type": "stack",
118
121
  "direction": "horizontal",
119
122
  "gap": "md",
123
+ "align": "center",
120
124
  "children": [
121
125
  {
122
126
  "type": "icon",
123
127
  "name": "crosshair"
124
128
  },
125
129
  {
126
- "content": "CollidableBody Collision",
130
+ "variant": "h2",
127
131
  "type": "typography",
128
- "variant": "h2"
132
+ "content": "CollidableBody Collision"
129
133
  }
130
- ],
131
- "type": "stack"
134
+ ]
132
135
  },
133
136
  {
134
- "type": "status-dot",
135
137
  "status": "offline",
136
- "label": "Idle"
138
+ "label": "Idle",
139
+ "type": "status-dot"
137
140
  }
138
141
  ],
139
- "align": "center",
140
- "type": "stack",
141
- "direction": "horizontal",
142
- "justify": "between",
143
- "gap": "md"
142
+ "direction": "horizontal"
144
143
  },
145
144
  {
146
145
  "type": "divider"
147
146
  },
148
147
  {
148
+ "type": "simple-grid",
149
149
  "cols": 2.0,
150
150
  "children": [
151
151
  {
@@ -154,29 +154,29 @@
154
154
  "value": "@entity.x"
155
155
  },
156
156
  {
157
+ "label": "Y",
157
158
  "type": "stat-display",
158
- "value": "@entity.y",
159
- "label": "Y"
159
+ "value": "@entity.y"
160
160
  }
161
- ],
162
- "type": "simple-grid"
161
+ ]
163
162
  },
164
163
  {
165
- "justify": "center",
166
- "type": "stack",
167
164
  "direction": "horizontal",
168
165
  "gap": "sm",
169
166
  "children": [
170
167
  {
171
168
  "action": "CHECK",
169
+ "type": "button",
172
170
  "label": "Check",
173
- "variant": "primary",
174
171
  "icon": "scan",
175
- "type": "button"
172
+ "variant": "primary"
176
173
  }
177
- ]
174
+ ],
175
+ "type": "stack",
176
+ "justify": "center"
178
177
  }
179
- ]
178
+ ],
179
+ "gap": "lg"
180
180
  }
181
181
  ]
182
182
  ]
@@ -195,88 +195,88 @@
195
195
  "render-ui",
196
196
  "main",
197
197
  {
198
- "gap": "lg",
199
198
  "children": [
200
199
  {
201
- "gap": "md",
202
- "align": "center",
203
200
  "children": [
204
201
  {
205
202
  "direction": "horizontal",
206
- "gap": "md",
207
- "type": "stack",
208
203
  "children": [
209
204
  {
210
205
  "type": "icon",
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
  ],
219
- "align": "center"
214
+ "gap": "md",
215
+ "align": "center",
216
+ "type": "stack"
220
217
  },
221
218
  {
222
- "pulse": true,
223
- "label": "Detecting",
224
219
  "type": "status-dot",
225
- "status": "warning"
220
+ "status": "warning",
221
+ "pulse": true,
222
+ "label": "Detecting"
226
223
  }
227
224
  ],
228
- "justify": "between",
229
225
  "type": "stack",
230
- "direction": "horizontal"
226
+ "align": "center",
227
+ "direction": "horizontal",
228
+ "justify": "between",
229
+ "gap": "md"
231
230
  },
232
231
  {
233
232
  "type": "divider"
234
233
  },
235
234
  {
236
- "variant": "warning",
237
235
  "message": "Collision detection in progress...",
238
- "type": "alert"
236
+ "type": "alert",
237
+ "variant": "warning"
239
238
  },
240
239
  {
241
240
  "type": "simple-grid",
242
241
  "children": [
243
242
  {
243
+ "type": "stat-display",
244
244
  "value": "@entity.x",
245
- "label": "X",
246
- "type": "stat-display"
245
+ "label": "X"
247
246
  },
248
247
  {
249
- "value": "@entity.y",
250
248
  "type": "stat-display",
251
- "label": "Y"
249
+ "label": "Y",
250
+ "value": "@entity.y"
252
251
  }
253
252
  ],
254
253
  "cols": 2.0
255
254
  },
256
255
  {
257
- "content": "@entity.targetId",
258
- "type": "typography",
259
256
  "variant": "caption",
260
- "color": "muted"
257
+ "color": "muted",
258
+ "type": "typography",
259
+ "content": "@entity.targetId"
261
260
  },
262
261
  {
262
+ "direction": "horizontal",
263
263
  "type": "stack",
264
264
  "gap": "sm",
265
- "direction": "horizontal",
266
265
  "justify": "center",
267
266
  "children": [
268
267
  {
268
+ "variant": "ghost",
269
+ "label": "Clear",
269
270
  "icon": "x",
270
- "action": "CLEAR",
271
271
  "type": "button",
272
- "label": "Clear",
273
- "variant": "ghost"
272
+ "action": "CLEAR"
274
273
  }
275
274
  ]
276
275
  }
277
276
  ],
277
+ "type": "stack",
278
278
  "direction": "vertical",
279
- "type": "stack"
279
+ "gap": "lg"
280
280
  }
281
281
  ]
282
282
  ]
@@ -300,88 +300,88 @@
300
300
  "render-ui",
301
301
  "main",
302
302
  {
303
- "type": "stack",
304
303
  "children": [
305
304
  {
306
305
  "type": "stack",
307
306
  "gap": "md",
308
- "align": "center",
307
+ "justify": "between",
309
308
  "children": [
310
309
  {
311
310
  "direction": "horizontal",
312
- "type": "stack",
313
311
  "children": [
314
312
  {
315
- "name": "crosshair",
316
- "type": "icon"
313
+ "type": "icon",
314
+ "name": "crosshair"
317
315
  },
318
316
  {
319
- "type": "typography",
320
317
  "content": "CollidableBody Collision",
318
+ "type": "typography",
321
319
  "variant": "h2"
322
320
  }
323
321
  ],
324
- "align": "center",
325
- "gap": "md"
322
+ "type": "stack",
323
+ "gap": "md",
324
+ "align": "center"
326
325
  },
327
326
  {
328
- "label": "Detecting",
327
+ "pulse": true,
329
328
  "status": "warning",
330
- "type": "status-dot",
331
- "pulse": true
329
+ "label": "Detecting",
330
+ "type": "status-dot"
332
331
  }
333
332
  ],
334
- "justify": "between",
335
- "direction": "horizontal"
333
+ "direction": "horizontal",
334
+ "align": "center"
336
335
  },
337
336
  {
338
337
  "type": "divider"
339
338
  },
340
339
  {
341
- "variant": "warning",
342
340
  "type": "alert",
343
- "message": "Collision detection in progress..."
341
+ "message": "Collision detection in progress...",
342
+ "variant": "warning"
344
343
  },
345
344
  {
346
- "type": "simple-grid",
347
345
  "cols": 2.0,
348
346
  "children": [
349
347
  {
350
- "type": "stat-display",
351
348
  "label": "X",
352
- "value": "@entity.x"
349
+ "value": "@entity.x",
350
+ "type": "stat-display"
353
351
  },
354
352
  {
353
+ "value": "@entity.y",
355
354
  "type": "stat-display",
356
- "label": "Y",
357
- "value": "@entity.y"
355
+ "label": "Y"
358
356
  }
359
- ]
357
+ ],
358
+ "type": "simple-grid"
360
359
  },
361
360
  {
361
+ "type": "typography",
362
362
  "color": "muted",
363
363
  "variant": "caption",
364
- "type": "typography",
365
364
  "content": "@entity.targetId"
366
365
  },
367
366
  {
368
- "direction": "horizontal",
369
- "type": "stack",
370
- "justify": "center",
371
- "gap": "sm",
372
367
  "children": [
373
368
  {
374
- "variant": "ghost",
375
- "icon": "x",
376
- "type": "button",
377
369
  "label": "Clear",
378
- "action": "CLEAR"
370
+ "icon": "x",
371
+ "action": "CLEAR",
372
+ "variant": "ghost",
373
+ "type": "button"
379
374
  }
380
- ]
375
+ ],
376
+ "type": "stack",
377
+ "direction": "horizontal",
378
+ "gap": "sm",
379
+ "justify": "center"
381
380
  }
382
381
  ],
382
+ "gap": "lg",
383
383
  "direction": "vertical",
384
- "gap": "lg"
384
+ "type": "stack"
385
385
  }
386
386
  ]
387
387
  ]
@@ -406,12 +406,19 @@
406
406
  "main",
407
407
  {
408
408
  "direction": "vertical",
409
- "gap": "lg",
409
+ "type": "stack",
410
410
  "children": [
411
411
  {
412
412
  "justify": "between",
413
+ "gap": "md",
414
+ "direction": "horizontal",
415
+ "align": "center",
413
416
  "children": [
414
417
  {
418
+ "gap": "md",
419
+ "type": "stack",
420
+ "align": "center",
421
+ "direction": "horizontal",
415
422
  "children": [
416
423
  {
417
424
  "name": "crosshair",
@@ -422,28 +429,20 @@
422
429
  "content": "CollidableBody Collision",
423
430
  "variant": "h2"
424
431
  }
425
- ],
426
- "direction": "horizontal",
427
- "align": "center",
428
- "gap": "md",
429
- "type": "stack"
432
+ ]
430
433
  },
431
434
  {
432
- "label": "Idle",
433
435
  "type": "status-dot",
436
+ "label": "Idle",
434
437
  "status": "offline"
435
438
  }
436
439
  ],
437
- "gap": "md",
438
- "type": "stack",
439
- "align": "center",
440
- "direction": "horizontal"
440
+ "type": "stack"
441
441
  },
442
442
  {
443
443
  "type": "divider"
444
444
  },
445
445
  {
446
- "cols": 2.0,
447
446
  "children": [
448
447
  {
449
448
  "value": "@entity.x",
@@ -452,29 +451,30 @@
452
451
  },
453
452
  {
454
453
  "label": "Y",
455
- "value": "@entity.y",
456
- "type": "stat-display"
454
+ "type": "stat-display",
455
+ "value": "@entity.y"
457
456
  }
458
457
  ],
459
- "type": "simple-grid"
458
+ "type": "simple-grid",
459
+ "cols": 2.0
460
460
  },
461
461
  {
462
- "direction": "horizontal",
463
- "gap": "sm",
464
462
  "justify": "center",
465
463
  "type": "stack",
464
+ "direction": "horizontal",
465
+ "gap": "sm",
466
466
  "children": [
467
467
  {
468
+ "icon": "scan",
469
+ "type": "button",
468
470
  "variant": "primary",
469
471
  "label": "Check",
470
- "icon": "scan",
471
- "action": "CHECK",
472
- "type": "button"
472
+ "action": "CHECK"
473
473
  }
474
474
  ]
475
475
  }
476
476
  ],
477
- "type": "stack"
477
+ "gap": "lg"
478
478
  }
479
479
  ]
480
480
  ]
@@ -488,38 +488,40 @@
488
488
  "render-ui",
489
489
  "main",
490
490
  {
491
+ "direction": "vertical",
492
+ "gap": "lg",
491
493
  "children": [
492
494
  {
493
- "align": "center",
494
495
  "direction": "horizontal",
495
496
  "gap": "md",
497
+ "type": "stack",
496
498
  "justify": "between",
497
499
  "children": [
498
500
  {
499
501
  "align": "center",
500
502
  "direction": "horizontal",
503
+ "gap": "md",
504
+ "type": "stack",
501
505
  "children": [
502
506
  {
503
507
  "name": "crosshair",
504
508
  "type": "icon"
505
509
  },
506
510
  {
507
- "variant": "h2",
511
+ "content": "CollidableBody Collision",
508
512
  "type": "typography",
509
- "content": "CollidableBody Collision"
513
+ "variant": "h2"
510
514
  }
511
- ],
512
- "type": "stack",
513
- "gap": "md"
515
+ ]
514
516
  },
515
517
  {
516
- "status": "warning",
517
518
  "type": "status-dot",
519
+ "pulse": true,
518
520
  "label": "Detecting",
519
- "pulse": true
521
+ "status": "warning"
520
522
  }
521
523
  ],
522
- "type": "stack"
524
+ "align": "center"
523
525
  },
524
526
  {
525
527
  "type": "divider"
@@ -530,46 +532,44 @@
530
532
  "message": "Collision detection in progress..."
531
533
  },
532
534
  {
533
- "type": "simple-grid",
534
- "cols": 2.0,
535
535
  "children": [
536
536
  {
537
- "type": "stat-display",
538
537
  "label": "X",
539
- "value": "@entity.x"
538
+ "value": "@entity.x",
539
+ "type": "stat-display"
540
540
  },
541
541
  {
542
- "label": "Y",
542
+ "value": "@entity.y",
543
543
  "type": "stat-display",
544
- "value": "@entity.y"
544
+ "label": "Y"
545
545
  }
546
- ]
546
+ ],
547
+ "type": "simple-grid",
548
+ "cols": 2.0
547
549
  },
548
550
  {
549
- "color": "muted",
550
551
  "content": "@entity.targetId",
551
552
  "type": "typography",
552
- "variant": "caption"
553
+ "variant": "caption",
554
+ "color": "muted"
553
555
  },
554
556
  {
555
- "justify": "center",
556
557
  "children": [
557
558
  {
559
+ "label": "Clear",
558
560
  "type": "button",
559
- "icon": "x",
560
- "action": "CLEAR",
561
561
  "variant": "ghost",
562
- "label": "Clear"
562
+ "icon": "x",
563
+ "action": "CLEAR"
563
564
  }
564
565
  ],
566
+ "gap": "sm",
567
+ "justify": "center",
565
568
  "direction": "horizontal",
566
- "type": "stack",
567
- "gap": "sm"
569
+ "type": "stack"
568
570
  }
569
571
  ],
570
- "type": "stack",
571
- "direction": "vertical",
572
- "gap": "lg"
572
+ "type": "stack"
573
573
  }
574
574
  ]
575
575
  ]
@@ -592,4 +592,4 @@
592
592
  ]
593
593
  }
594
594
  ]
595
- }
595
+ }