@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
@@ -160,22 +160,22 @@
160
160
  "render-ui",
161
161
  "main",
162
162
  {
163
- "type": "stack",
163
+ "align": "center",
164
164
  "className": "py-12",
165
- "gap": "md",
166
165
  "children": [
167
166
  {
168
167
  "type": "spinner"
169
168
  },
170
169
  {
171
- "type": "typography",
172
- "content": "Loading map…",
173
170
  "variant": "caption",
174
- "color": "muted"
171
+ "type": "typography",
172
+ "color": "muted",
173
+ "content": "Loading map…"
175
174
  }
176
175
  ],
176
+ "type": "stack",
177
177
  "direction": "vertical",
178
- "align": "center"
178
+ "gap": "md"
179
179
  }
180
180
  ]
181
181
  ]
@@ -189,57 +189,47 @@
189
189
  "render-ui",
190
190
  "main",
191
191
  {
192
- "type": "stack",
193
- "direction": "vertical",
194
- "gap": "lg",
195
192
  "children": [
196
193
  {
197
194
  "children": [
198
195
  {
196
+ "direction": "horizontal",
199
197
  "gap": "md",
200
- "type": "stack",
201
198
  "children": [
202
199
  {
203
200
  "type": "icon",
204
201
  "name": "map"
205
202
  },
206
203
  {
207
- "content": "World Map",
208
204
  "variant": "h2",
205
+ "content": "World Map",
209
206
  "type": "typography"
210
207
  }
211
208
  ],
212
- "direction": "horizontal"
209
+ "type": "stack"
213
210
  },
214
211
  {
215
212
  "type": "status-dot",
216
- "status": "online",
217
213
  "pulse": false,
214
+ "status": "online",
218
215
  "label": "Exploring"
219
216
  }
220
217
  ],
221
- "justify": "between",
222
- "type": "stack",
223
218
  "gap": "md",
224
- "direction": "horizontal"
219
+ "direction": "horizontal",
220
+ "type": "stack",
221
+ "justify": "between"
225
222
  },
226
223
  {
227
224
  "type": "divider"
228
225
  },
229
226
  {
230
- "type": "map-view",
231
- "height": "200px",
232
227
  "markers": [],
233
- "zoom": 10.0
228
+ "zoom": 10.0,
229
+ "type": "map-view",
230
+ "height": "200px"
234
231
  },
235
232
  {
236
- "fields": [],
237
- "itemActions": [
238
- {
239
- "label": "Travel",
240
- "event": "TRAVEL"
241
- }
242
- ],
243
233
  "renderItem": [
244
234
  "fn",
245
235
  "item",
@@ -248,47 +238,57 @@
248
238
  {
249
239
  "children": [
250
240
  {
241
+ "type": "stack",
242
+ "direction": "horizontal",
251
243
  "children": [
252
244
  {
253
- "type": "icon",
254
- "name": "map-pin"
245
+ "name": "map-pin",
246
+ "type": "icon"
255
247
  },
256
248
  {
249
+ "type": "typography",
257
250
  "variant": "h4",
258
- "content": "@item.name",
259
- "type": "typography"
251
+ "content": "@item.name"
260
252
  }
261
253
  ],
262
- "direction": "horizontal",
263
- "align": "center",
264
- "type": "stack",
265
- "gap": "sm"
254
+ "gap": "sm",
255
+ "align": "center"
266
256
  },
267
257
  {
268
- "label": "@item.description",
269
- "type": "badge"
258
+ "type": "badge",
259
+ "label": "@item.description"
270
260
  }
271
261
  ],
272
- "justify": "between",
273
262
  "direction": "horizontal",
263
+ "align": "center",
274
264
  "type": "stack",
275
- "align": "center"
265
+ "justify": "between"
276
266
  },
277
267
  {
278
- "type": "typography",
268
+ "content": "@item.status",
279
269
  "variant": "caption",
280
- "content": "@item.status"
270
+ "type": "typography"
281
271
  }
282
272
  ],
283
- "type": "stack",
284
273
  "gap": "sm",
274
+ "type": "stack",
285
275
  "direction": "vertical"
286
276
  }
287
277
  ],
278
+ "fields": [],
288
279
  "entity": "@payload.data",
280
+ "itemActions": [
281
+ {
282
+ "event": "TRAVEL",
283
+ "label": "Travel"
284
+ }
285
+ ],
289
286
  "type": "data-grid"
290
287
  }
291
- ]
288
+ ],
289
+ "direction": "vertical",
290
+ "type": "stack",
291
+ "gap": "lg"
292
292
  }
293
293
  ]
294
294
  ]
@@ -302,7 +302,8 @@
302
302
  "render-ui",
303
303
  "main",
304
304
  {
305
- "className": "py-12",
305
+ "gap": "md",
306
+ "type": "stack",
306
307
  "children": [
307
308
  {
308
309
  "color": "destructive",
@@ -321,17 +322,16 @@
321
322
  "type": "typography"
322
323
  },
323
324
  {
325
+ "type": "button",
324
326
  "variant": "primary",
325
- "icon": "rotate-ccw",
326
327
  "label": "Retry",
327
- "type": "button",
328
+ "icon": "rotate-ccw",
328
329
  "action": "INIT"
329
330
  }
330
331
  ],
331
- "gap": "md",
332
- "direction": "vertical",
332
+ "className": "py-12",
333
333
  "align": "center",
334
- "type": "stack"
334
+ "direction": "vertical"
335
335
  }
336
336
  ]
337
337
  ]
@@ -345,36 +345,36 @@
345
345
  "render-ui",
346
346
  "main",
347
347
  {
348
+ "gap": "lg",
348
349
  "direction": "vertical",
349
350
  "align": "center",
350
351
  "type": "stack",
351
352
  "children": [
352
353
  {
353
- "gap": "md",
354
- "type": "stack",
355
- "direction": "horizontal",
356
354
  "children": [
357
355
  {
358
356
  "type": "icon",
359
357
  "name": "loader"
360
358
  },
361
359
  {
360
+ "type": "typography",
362
361
  "variant": "h2",
363
- "content": "Traveling...",
364
- "type": "typography"
362
+ "content": "Traveling..."
365
363
  }
366
- ]
364
+ ],
365
+ "gap": "md",
366
+ "direction": "horizontal",
367
+ "type": "stack"
367
368
  },
368
369
  {
369
370
  "type": "divider"
370
371
  },
371
372
  {
372
373
  "type": "typography",
373
- "content": "Traveling to the destination region.",
374
- "variant": "body"
374
+ "variant": "body",
375
+ "content": "Traveling to the destination region."
375
376
  }
376
- ],
377
- "gap": "lg"
377
+ ]
378
378
  }
379
379
  ]
380
380
  ]
@@ -389,8 +389,8 @@
389
389
  "WorldRegion",
390
390
  {
391
391
  "emit": {
392
- "failure": "WorldRegionLoadFailed",
393
- "success": "WorldRegionLoaded"
392
+ "success": "WorldRegionLoaded",
393
+ "failure": "WorldRegionLoadFailed"
394
394
  }
395
395
  }
396
396
  ],
@@ -413,8 +413,8 @@
413
413
  "WorldRegion",
414
414
  {
415
415
  "emit": {
416
- "failure": "WorldRegionLoadFailed",
417
- "success": "WorldRegionLoaded"
416
+ "success": "WorldRegionLoaded",
417
+ "failure": "WorldRegionLoadFailed"
418
418
  }
419
419
  }
420
420
  ],
@@ -445,4 +445,4 @@
445
445
  ]
446
446
  }
447
447
  ]
448
- }
448
+ }
@@ -131,27 +131,27 @@
131
131
  "render-ui",
132
132
  "main",
133
133
  {
134
- "type": "stack",
134
+ "direction": "vertical",
135
+ "gap": "lg",
136
+ "align": "center",
135
137
  "children": [
136
138
  {
137
- "speed": 1.0,
138
- "preset": "spring",
139
139
  "height": 400.0,
140
- "width": 800.0,
140
+ "preset": "spring",
141
+ "speed": 1.0,
141
142
  "type": "simulation-canvas",
142
- "running": false
143
+ "running": false,
144
+ "width": 800.0
143
145
  },
144
146
  {
145
- "icon": "play",
146
147
  "type": "button",
147
- "label": "Start",
148
+ "variant": "primary",
149
+ "icon": "play",
148
150
  "action": "START",
149
- "variant": "primary"
151
+ "label": "Start"
150
152
  }
151
153
  ],
152
- "gap": "lg",
153
- "direction": "vertical",
154
- "align": "center"
154
+ "type": "stack"
155
155
  }
156
156
  ]
157
157
  ]
@@ -170,42 +170,42 @@
170
170
  "render-ui",
171
171
  "main",
172
172
  {
173
- "type": "stack",
174
- "gap": "lg",
173
+ "direction": "vertical",
175
174
  "align": "center",
175
+ "type": "stack",
176
176
  "children": [
177
177
  {
178
- "width": 800.0,
179
178
  "running": true,
180
- "type": "simulation-canvas",
181
- "height": 400.0,
179
+ "preset": "spring",
180
+ "width": 800.0,
182
181
  "speed": 1.0,
183
- "preset": "spring"
182
+ "type": "simulation-canvas",
183
+ "height": 400.0
184
184
  },
185
185
  {
186
+ "gap": "sm",
187
+ "justify": "center",
186
188
  "type": "stack",
187
189
  "direction": "horizontal",
188
- "justify": "center",
189
- "gap": "sm",
190
190
  "children": [
191
191
  {
192
+ "action": "APPLY_FORCE",
192
193
  "type": "button",
193
- "label": "Apply Force",
194
194
  "variant": "secondary",
195
195
  "icon": "move",
196
- "action": "APPLY_FORCE"
196
+ "label": "Apply Force"
197
197
  },
198
198
  {
199
199
  "type": "button",
200
+ "icon": "square",
200
201
  "variant": "ghost",
201
202
  "label": "Stop",
202
- "icon": "square",
203
203
  "action": "STOP"
204
204
  }
205
205
  ]
206
206
  }
207
207
  ],
208
- "direction": "vertical"
208
+ "gap": "lg"
209
209
  }
210
210
  ]
211
211
  ]
@@ -219,40 +219,40 @@
219
219
  "render-ui",
220
220
  "main",
221
221
  {
222
- "type": "stack",
223
222
  "gap": "lg",
224
- "align": "center",
225
223
  "direction": "vertical",
224
+ "type": "stack",
225
+ "align": "center",
226
226
  "children": [
227
227
  {
228
+ "preset": "spring",
228
229
  "width": 800.0,
229
- "type": "simulation-canvas",
230
- "running": true,
231
- "speed": 1.0,
232
230
  "height": 400.0,
233
- "preset": "spring"
231
+ "running": true,
232
+ "type": "simulation-canvas",
233
+ "speed": 1.0
234
234
  },
235
235
  {
236
+ "gap": "sm",
237
+ "type": "stack",
238
+ "direction": "horizontal",
239
+ "justify": "center",
236
240
  "children": [
237
241
  {
238
242
  "action": "APPLY_FORCE",
239
- "variant": "secondary",
240
- "label": "Apply Force",
241
243
  "icon": "move",
242
- "type": "button"
244
+ "type": "button",
245
+ "variant": "secondary",
246
+ "label": "Apply Force"
243
247
  },
244
248
  {
245
- "icon": "square",
246
- "action": "STOP",
249
+ "type": "button",
247
250
  "label": "Stop",
248
- "variant": "ghost",
249
- "type": "button"
251
+ "action": "STOP",
252
+ "icon": "square",
253
+ "variant": "ghost"
250
254
  }
251
- ],
252
- "justify": "center",
253
- "direction": "horizontal",
254
- "gap": "sm",
255
- "type": "stack"
255
+ ]
256
256
  }
257
257
  ]
258
258
  }
@@ -278,39 +278,39 @@
278
278
  "render-ui",
279
279
  "main",
280
280
  {
281
- "align": "center",
282
- "direction": "vertical",
283
281
  "type": "stack",
282
+ "direction": "vertical",
283
+ "align": "center",
284
284
  "gap": "lg",
285
285
  "children": [
286
286
  {
287
287
  "type": "simulation-canvas",
288
- "speed": 1.0,
289
288
  "width": 800.0,
290
- "running": true,
289
+ "height": 400.0,
291
290
  "preset": "spring",
292
- "height": 400.0
291
+ "running": true,
292
+ "speed": 1.0
293
293
  },
294
294
  {
295
- "direction": "horizontal",
295
+ "type": "stack",
296
+ "justify": "center",
296
297
  "children": [
297
298
  {
299
+ "action": "APPLY_FORCE",
298
300
  "icon": "move",
299
301
  "type": "button",
300
302
  "label": "Apply Force",
301
- "action": "APPLY_FORCE",
302
303
  "variant": "secondary"
303
304
  },
304
305
  {
305
- "type": "button",
306
306
  "action": "STOP",
307
307
  "label": "Stop",
308
+ "icon": "square",
308
309
  "variant": "ghost",
309
- "icon": "square"
310
+ "type": "button"
310
311
  }
311
312
  ],
312
- "justify": "center",
313
- "type": "stack",
313
+ "direction": "horizontal",
314
314
  "gap": "sm"
315
315
  }
316
316
  ]
@@ -334,24 +334,24 @@
334
334
  {
335
335
  "children": [
336
336
  {
337
- "width": 800.0,
338
337
  "running": false,
339
- "preset": "spring",
340
- "speed": 1.0,
338
+ "width": 800.0,
341
339
  "height": 400.0,
342
- "type": "simulation-canvas"
340
+ "speed": 1.0,
341
+ "type": "simulation-canvas",
342
+ "preset": "spring"
343
343
  },
344
344
  {
345
- "label": "Start",
345
+ "type": "button",
346
346
  "variant": "primary",
347
347
  "icon": "play",
348
- "type": "button",
348
+ "label": "Start",
349
349
  "action": "START"
350
350
  }
351
351
  ],
352
352
  "gap": "lg",
353
- "type": "stack",
354
353
  "direction": "vertical",
354
+ "type": "stack",
355
355
  "align": "center"
356
356
  }
357
357
  ]
@@ -367,41 +367,41 @@
367
367
  "main",
368
368
  {
369
369
  "align": "center",
370
- "type": "stack",
371
370
  "gap": "lg",
371
+ "type": "stack",
372
+ "direction": "vertical",
372
373
  "children": [
373
374
  {
374
- "preset": "spring",
375
- "width": 800.0,
376
- "running": true,
377
- "speed": 1.0,
378
375
  "height": 400.0,
379
- "type": "simulation-canvas"
376
+ "speed": 1.0,
377
+ "type": "simulation-canvas",
378
+ "width": 800.0,
379
+ "preset": "spring",
380
+ "running": true
380
381
  },
381
382
  {
382
- "direction": "horizontal",
383
+ "justify": "center",
384
+ "gap": "sm",
385
+ "type": "stack",
383
386
  "children": [
384
387
  {
385
388
  "variant": "secondary",
389
+ "type": "button",
386
390
  "label": "Apply Force",
387
391
  "action": "APPLY_FORCE",
388
- "icon": "move",
389
- "type": "button"
392
+ "icon": "move"
390
393
  },
391
394
  {
392
- "type": "button",
393
- "variant": "ghost",
394
395
  "icon": "square",
396
+ "variant": "ghost",
397
+ "type": "button",
395
398
  "label": "Stop",
396
399
  "action": "STOP"
397
400
  }
398
401
  ],
399
- "gap": "sm",
400
- "type": "stack",
401
- "justify": "center"
402
+ "direction": "horizontal"
402
403
  }
403
- ],
404
- "direction": "vertical"
404
+ ]
405
405
  }
406
406
  ]
407
407
  ]
@@ -424,4 +424,4 @@
424
424
  ]
425
425
  }
426
426
  ]
427
- }
427
+ }