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