@almadar/std 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -151,8 +151,8 @@
151
151
  "WorldRegion",
152
152
  {
153
153
  "emit": {
154
- "failure": "WorldRegionLoadFailed",
155
- "success": "WorldRegionLoaded"
154
+ "success": "WorldRegionLoaded",
155
+ "failure": "WorldRegionLoadFailed"
156
156
  }
157
157
  }
158
158
  ],
@@ -160,22 +160,22 @@
160
160
  "render-ui",
161
161
  "main",
162
162
  {
163
+ "type": "stack",
164
+ "direction": "vertical",
163
165
  "align": "center",
166
+ "gap": "md",
167
+ "className": "py-12",
164
168
  "children": [
165
169
  {
166
170
  "type": "spinner"
167
171
  },
168
172
  {
169
173
  "content": "Loading map…",
170
- "variant": "caption",
171
174
  "type": "typography",
175
+ "variant": "caption",
172
176
  "color": "muted"
173
177
  }
174
- ],
175
- "type": "stack",
176
- "direction": "vertical",
177
- "gap": "md",
178
- "className": "py-12"
178
+ ]
179
179
  }
180
180
  ]
181
181
  ]
@@ -189,72 +189,61 @@
189
189
  "render-ui",
190
190
  "main",
191
191
  {
192
- "direction": "vertical",
192
+ "gap": "lg",
193
193
  "type": "stack",
194
+ "direction": "vertical",
194
195
  "children": [
195
196
  {
197
+ "type": "stack",
196
198
  "direction": "horizontal",
197
- "justify": "between",
199
+ "gap": "md",
198
200
  "children": [
199
201
  {
202
+ "direction": "horizontal",
203
+ "type": "stack",
200
204
  "gap": "md",
201
205
  "children": [
202
206
  {
203
- "type": "icon",
204
- "name": "map"
207
+ "name": "map",
208
+ "type": "icon"
205
209
  },
206
210
  {
207
211
  "type": "typography",
208
- "variant": "h2",
209
- "content": "World Map"
212
+ "content": "World Map",
213
+ "variant": "h2"
210
214
  }
211
- ],
212
- "direction": "horizontal",
213
- "type": "stack"
215
+ ]
214
216
  },
215
217
  {
216
218
  "type": "status-dot",
217
- "pulse": false,
218
219
  "status": "online",
219
- "label": "Exploring"
220
+ "label": "Exploring",
221
+ "pulse": false
220
222
  }
221
223
  ],
222
- "gap": "md",
223
- "type": "stack"
224
+ "justify": "between"
224
225
  },
225
226
  {
226
227
  "type": "divider"
227
228
  },
228
229
  {
230
+ "type": "map-view",
229
231
  "zoom": 10.0,
230
232
  "markers": [],
231
- "height": "200px",
232
- "type": "map-view"
233
+ "height": "200px"
233
234
  },
234
235
  {
235
- "entity": "@payload.data",
236
- "type": "data-grid",
237
- "fields": [],
238
- "itemActions": [
239
- {
240
- "label": "Travel",
241
- "event": "TRAVEL"
242
- }
243
- ],
244
236
  "renderItem": [
245
237
  "fn",
246
238
  "item",
247
239
  {
248
240
  "gap": "sm",
249
- "type": "stack",
250
- "direction": "vertical",
251
241
  "children": [
252
242
  {
243
+ "justify": "between",
253
244
  "type": "stack",
254
245
  "children": [
255
246
  {
256
- "type": "stack",
257
- "align": "center",
258
247
  "direction": "horizontal",
259
248
  "children": [
260
249
  {
@@ -262,33 +251,44 @@
262
251
  "name": "map-pin"
263
252
  },
264
253
  {
265
- "variant": "h4",
266
254
  "type": "typography",
255
+ "variant": "h4",
267
256
  "content": "@item.name"
268
257
  }
269
258
  ],
270
- "gap": "sm"
259
+ "type": "stack",
260
+ "gap": "sm",
261
+ "align": "center"
271
262
  },
272
263
  {
273
264
  "label": "@item.description",
274
265
  "type": "badge"
275
266
  }
276
267
  ],
277
- "direction": "horizontal",
278
- "justify": "between",
279
- "align": "center"
268
+ "align": "center",
269
+ "direction": "horizontal"
280
270
  },
281
271
  {
282
- "content": "@item.status",
283
272
  "type": "typography",
284
- "variant": "caption"
273
+ "variant": "caption",
274
+ "content": "@item.status"
285
275
  }
286
- ]
276
+ ],
277
+ "type": "stack",
278
+ "direction": "vertical"
287
279
  }
288
- ]
280
+ ],
281
+ "entity": "@payload.data",
282
+ "fields": [],
283
+ "itemActions": [
284
+ {
285
+ "label": "Travel",
286
+ "event": "TRAVEL"
287
+ }
288
+ ],
289
+ "type": "data-grid"
289
290
  }
290
- ],
291
- "gap": "lg"
291
+ ]
292
292
  }
293
293
  ]
294
294
  ]
@@ -302,35 +302,35 @@
302
302
  "render-ui",
303
303
  "main",
304
304
  {
305
- "type": "stack",
306
305
  "gap": "md",
307
- "align": "center",
308
- "direction": "vertical",
306
+ "type": "stack",
309
307
  "children": [
310
308
  {
311
309
  "name": "alert-triangle",
312
- "color": "destructive",
313
- "type": "icon"
310
+ "type": "icon",
311
+ "color": "destructive"
314
312
  },
315
313
  {
316
- "type": "typography",
317
314
  "variant": "h3",
318
- "content": "Failed to load map"
315
+ "content": "Failed to load map",
316
+ "type": "typography"
319
317
  },
320
318
  {
319
+ "type": "typography",
321
320
  "color": "muted",
322
321
  "variant": "body",
323
- "content": "@payload.error",
324
- "type": "typography"
322
+ "content": "@payload.error"
325
323
  },
326
324
  {
327
325
  "label": "Retry",
326
+ "icon": "rotate-ccw",
328
327
  "type": "button",
329
328
  "action": "INIT",
330
- "variant": "primary",
331
- "icon": "rotate-ccw"
329
+ "variant": "primary"
332
330
  }
333
331
  ],
332
+ "direction": "vertical",
333
+ "align": "center",
334
334
  "className": "py-12"
335
335
  }
336
336
  ]
@@ -347,24 +347,23 @@
347
347
  {
348
348
  "direction": "vertical",
349
349
  "type": "stack",
350
- "gap": "lg",
351
350
  "align": "center",
352
351
  "children": [
353
352
  {
353
+ "gap": "md",
354
+ "type": "stack",
354
355
  "children": [
355
356
  {
356
- "name": "loader",
357
- "type": "icon"
357
+ "type": "icon",
358
+ "name": "loader"
358
359
  },
359
360
  {
360
- "variant": "h2",
361
361
  "content": "Traveling...",
362
- "type": "typography"
362
+ "type": "typography",
363
+ "variant": "h2"
363
364
  }
364
365
  ],
365
- "gap": "md",
366
- "direction": "horizontal",
367
- "type": "stack"
366
+ "direction": "horizontal"
368
367
  },
369
368
  {
370
369
  "type": "divider"
@@ -374,7 +373,8 @@
374
373
  "type": "typography",
375
374
  "variant": "body"
376
375
  }
377
- ]
376
+ ],
377
+ "gap": "lg"
378
378
  }
379
379
  ]
380
380
  ]
@@ -389,8 +389,8 @@
389
389
  "WorldRegion",
390
390
  {
391
391
  "emit": {
392
- "success": "WorldRegionLoaded",
393
- "failure": "WorldRegionLoadFailed"
392
+ "failure": "WorldRegionLoadFailed",
393
+ "success": "WorldRegionLoaded"
394
394
  }
395
395
  }
396
396
  ],
@@ -131,27 +131,27 @@
131
131
  "render-ui",
132
132
  "main",
133
133
  {
134
- "gap": "lg",
134
+ "type": "stack",
135
+ "direction": "vertical",
135
136
  "align": "center",
137
+ "gap": "lg",
136
138
  "children": [
137
139
  {
138
- "type": "simulation-canvas",
139
- "running": false,
140
140
  "preset": "spring",
141
+ "height": 400.0,
141
142
  "speed": 1.0,
142
143
  "width": 800.0,
143
- "height": 400.0
144
+ "running": false,
145
+ "type": "simulation-canvas"
144
146
  },
145
147
  {
146
- "label": "Start",
148
+ "type": "button",
147
149
  "action": "START",
148
150
  "variant": "primary",
149
151
  "icon": "play",
150
- "type": "button"
152
+ "label": "Start"
151
153
  }
152
- ],
153
- "direction": "vertical",
154
- "type": "stack"
154
+ ]
155
155
  }
156
156
  ]
157
157
  ]
@@ -170,42 +170,42 @@
170
170
  "render-ui",
171
171
  "main",
172
172
  {
173
+ "direction": "vertical",
173
174
  "gap": "lg",
174
175
  "align": "center",
175
- "type": "stack",
176
176
  "children": [
177
177
  {
178
+ "preset": "spring",
179
+ "width": 800.0,
180
+ "running": true,
178
181
  "type": "simulation-canvas",
179
- "height": 400.0,
180
182
  "speed": 1.0,
181
- "running": true,
182
- "preset": "spring",
183
- "width": 800.0
183
+ "height": 400.0
184
184
  },
185
185
  {
186
+ "type": "stack",
186
187
  "direction": "horizontal",
187
- "gap": "sm",
188
188
  "children": [
189
189
  {
190
- "variant": "secondary",
191
190
  "icon": "move",
192
- "type": "button",
191
+ "label": "Apply Force",
193
192
  "action": "APPLY_FORCE",
194
- "label": "Apply Force"
193
+ "variant": "secondary",
194
+ "type": "button"
195
195
  },
196
196
  {
197
- "icon": "square",
198
- "action": "STOP",
199
197
  "type": "button",
198
+ "action": "STOP",
200
199
  "variant": "ghost",
200
+ "icon": "square",
201
201
  "label": "Stop"
202
202
  }
203
203
  ],
204
- "type": "stack",
205
- "justify": "center"
204
+ "justify": "center",
205
+ "gap": "sm"
206
206
  }
207
207
  ],
208
- "direction": "vertical"
208
+ "type": "stack"
209
209
  }
210
210
  ]
211
211
  ]
@@ -219,42 +219,42 @@
219
219
  "render-ui",
220
220
  "main",
221
221
  {
222
- "gap": "lg",
222
+ "align": "center",
223
223
  "type": "stack",
224
+ "direction": "vertical",
225
+ "gap": "lg",
224
226
  "children": [
225
227
  {
226
228
  "running": true,
227
- "type": "simulation-canvas",
228
- "height": 400.0,
229
229
  "speed": 1.0,
230
230
  "width": 800.0,
231
- "preset": "spring"
231
+ "type": "simulation-canvas",
232
+ "preset": "spring",
233
+ "height": 400.0
232
234
  },
233
235
  {
234
- "direction": "horizontal",
235
- "justify": "center",
236
236
  "children": [
237
237
  {
238
- "variant": "secondary",
239
- "type": "button",
240
- "action": "APPLY_FORCE",
241
238
  "icon": "move",
242
- "label": "Apply Force"
239
+ "action": "APPLY_FORCE",
240
+ "type": "button",
241
+ "label": "Apply Force",
242
+ "variant": "secondary"
243
243
  },
244
244
  {
245
- "label": "Stop",
246
245
  "action": "STOP",
247
- "type": "button",
248
246
  "variant": "ghost",
247
+ "type": "button",
248
+ "label": "Stop",
249
249
  "icon": "square"
250
250
  }
251
251
  ],
252
+ "gap": "sm",
253
+ "justify": "center",
252
254
  "type": "stack",
253
- "gap": "sm"
255
+ "direction": "horizontal"
254
256
  }
255
- ],
256
- "direction": "vertical",
257
- "align": "center"
257
+ ]
258
258
  }
259
259
  ]
260
260
  ]
@@ -278,41 +278,41 @@
278
278
  "render-ui",
279
279
  "main",
280
280
  {
281
+ "gap": "lg",
282
+ "direction": "vertical",
281
283
  "children": [
282
284
  {
283
- "preset": "spring",
284
- "type": "simulation-canvas",
285
285
  "running": true,
286
+ "speed": 1.0,
287
+ "type": "simulation-canvas",
286
288
  "height": 400.0,
287
289
  "width": 800.0,
288
- "speed": 1.0
290
+ "preset": "spring"
289
291
  },
290
292
  {
291
293
  "gap": "sm",
292
- "direction": "horizontal",
293
294
  "justify": "center",
295
+ "direction": "horizontal",
294
296
  "type": "stack",
295
297
  "children": [
296
298
  {
297
- "label": "Apply Force",
298
- "action": "APPLY_FORCE",
299
299
  "type": "button",
300
300
  "variant": "secondary",
301
- "icon": "move"
301
+ "action": "APPLY_FORCE",
302
+ "icon": "move",
303
+ "label": "Apply Force"
302
304
  },
303
305
  {
304
306
  "variant": "ghost",
305
- "icon": "square",
306
- "label": "Stop",
307
+ "action": "STOP",
307
308
  "type": "button",
308
- "action": "STOP"
309
+ "icon": "square",
310
+ "label": "Stop"
309
311
  }
310
312
  ]
311
313
  }
312
314
  ],
313
315
  "align": "center",
314
- "gap": "lg",
315
- "direction": "vertical",
316
316
  "type": "stack"
317
317
  }
318
318
  ]
@@ -334,25 +334,25 @@
334
334
  {
335
335
  "gap": "lg",
336
336
  "align": "center",
337
+ "type": "stack",
338
+ "direction": "vertical",
337
339
  "children": [
338
340
  {
339
- "preset": "spring",
340
341
  "height": 400.0,
341
- "width": 800.0,
342
342
  "running": false,
343
+ "type": "simulation-canvas",
343
344
  "speed": 1.0,
344
- "type": "simulation-canvas"
345
+ "width": 800.0,
346
+ "preset": "spring"
345
347
  },
346
348
  {
347
- "icon": "play",
348
- "action": "START",
349
- "label": "Start",
350
349
  "type": "button",
351
- "variant": "primary"
350
+ "label": "Start",
351
+ "variant": "primary",
352
+ "icon": "play",
353
+ "action": "START"
352
354
  }
353
- ],
354
- "type": "stack",
355
- "direction": "vertical"
355
+ ]
356
356
  }
357
357
  ]
358
358
  ]
@@ -366,41 +366,41 @@
366
366
  "render-ui",
367
367
  "main",
368
368
  {
369
- "gap": "lg",
370
- "type": "stack",
371
369
  "align": "center",
372
370
  "children": [
373
371
  {
372
+ "running": true,
374
373
  "speed": 1.0,
375
374
  "width": 800.0,
376
- "height": 400.0,
377
- "running": true,
375
+ "preset": "spring",
378
376
  "type": "simulation-canvas",
379
- "preset": "spring"
377
+ "height": 400.0
380
378
  },
381
379
  {
380
+ "direction": "horizontal",
381
+ "justify": "center",
382
+ "type": "stack",
383
+ "gap": "sm",
382
384
  "children": [
383
385
  {
384
- "action": "APPLY_FORCE",
385
386
  "icon": "move",
386
- "variant": "secondary",
387
+ "label": "Apply Force",
387
388
  "type": "button",
388
- "label": "Apply Force"
389
+ "action": "APPLY_FORCE",
390
+ "variant": "secondary"
389
391
  },
390
392
  {
391
- "label": "Stop",
392
393
  "type": "button",
393
- "variant": "ghost",
394
394
  "action": "STOP",
395
- "icon": "square"
395
+ "variant": "ghost",
396
+ "icon": "square",
397
+ "label": "Stop"
396
398
  }
397
- ],
398
- "justify": "center",
399
- "type": "stack",
400
- "gap": "sm",
401
- "direction": "horizontal"
399
+ ]
402
400
  }
403
401
  ],
402
+ "type": "stack",
403
+ "gap": "lg",
404
404
  "direction": "vertical"
405
405
  }
406
406
  ]