@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -217,8 +217,8 @@
217
217
  "MovableEntity",
218
218
  {
219
219
  "emit": {
220
- "failure": "MovableEntityLoadFailed",
221
- "success": "MovableEntityLoaded"
220
+ "success": "MovableEntityLoaded",
221
+ "failure": "MovableEntityLoadFailed"
222
222
  }
223
223
  }
224
224
  ],
@@ -230,36 +230,37 @@
230
230
  {
231
231
  "type": "stack",
232
232
  "gap": "md",
233
+ "justify": "between",
234
+ "direction": "horizontal",
233
235
  "children": [
234
236
  {
235
- "gap": "md",
237
+ "type": "stack",
236
238
  "direction": "horizontal",
239
+ "gap": "md",
237
240
  "children": [
238
241
  {
239
- "type": "icon",
240
- "name": "move"
242
+ "name": "move",
243
+ "type": "icon"
241
244
  },
242
245
  {
246
+ "content": "MovableEntitys Movement",
243
247
  "type": "typography",
244
- "variant": "h2",
245
- "content": "MovableEntitys Movement"
248
+ "variant": "h2"
246
249
  }
247
- ],
248
- "type": "stack"
250
+ ]
249
251
  },
250
252
  {
251
253
  "status": "offline",
252
- "type": "status-dot",
253
- "label": "Idle"
254
+ "label": "Idle",
255
+ "type": "status-dot"
254
256
  }
255
- ],
256
- "direction": "horizontal",
257
- "justify": "between"
257
+ ]
258
258
  },
259
259
  {
260
260
  "type": "divider"
261
261
  },
262
262
  {
263
+ "type": "simple-grid",
263
264
  "cols": 2.0,
264
265
  "children": [
265
266
  {
@@ -271,11 +272,10 @@
271
272
  ],
272
273
  "x"
273
274
  ],
274
- "label": "X",
275
- "type": "stat-display"
275
+ "type": "stat-display",
276
+ "label": "X"
276
277
  },
277
278
  {
278
- "type": "stat-display",
279
279
  "label": "Y",
280
280
  "value": [
281
281
  "object/get",
@@ -284,18 +284,20 @@
284
284
  "@entity"
285
285
  ],
286
286
  "y"
287
- ]
287
+ ],
288
+ "type": "stat-display"
288
289
  }
289
- ],
290
- "type": "simple-grid"
290
+ ]
291
291
  },
292
292
  {
293
293
  "gap": "md",
294
+ "direction": "horizontal",
295
+ "type": "stack",
294
296
  "children": [
295
297
  {
296
- "content": "Name",
297
298
  "type": "typography",
298
- "variant": "caption"
299
+ "variant": "caption",
300
+ "content": "Name"
299
301
  },
300
302
  {
301
303
  "variant": "body",
@@ -309,22 +311,18 @@
309
311
  "name"
310
312
  ]
311
313
  }
312
- ],
313
- "direction": "horizontal",
314
- "type": "stack"
314
+ ]
315
315
  },
316
316
  {
317
- "gap": "md",
318
317
  "direction": "horizontal",
318
+ "type": "stack",
319
319
  "children": [
320
320
  {
321
- "content": "Description",
322
321
  "type": "typography",
323
- "variant": "caption"
322
+ "variant": "caption",
323
+ "content": "Description"
324
324
  },
325
325
  {
326
- "type": "typography",
327
- "variant": "body",
328
326
  "content": [
329
327
  "object/get",
330
328
  [
@@ -332,22 +330,23 @@
332
330
  "@entity"
333
331
  ],
334
332
  "description"
335
- ]
333
+ ],
334
+ "type": "typography",
335
+ "variant": "body"
336
336
  }
337
337
  ],
338
- "type": "stack"
338
+ "gap": "md"
339
339
  },
340
340
  {
341
341
  "type": "stack",
342
+ "gap": "md",
342
343
  "children": [
343
344
  {
344
- "type": "typography",
345
345
  "variant": "caption",
346
- "content": "Status"
346
+ "content": "Status",
347
+ "type": "typography"
347
348
  },
348
349
  {
349
- "type": "typography",
350
- "variant": "body",
351
350
  "content": [
352
351
  "object/get",
353
352
  [
@@ -355,21 +354,25 @@
355
354
  "@entity"
356
355
  ],
357
356
  "status"
358
- ]
357
+ ],
358
+ "variant": "body",
359
+ "type": "typography"
359
360
  }
360
361
  ],
361
- "direction": "horizontal",
362
- "gap": "md"
362
+ "direction": "horizontal"
363
363
  },
364
364
  {
365
+ "direction": "horizontal",
366
+ "gap": "md",
365
367
  "children": [
366
368
  {
367
- "variant": "caption",
368
369
  "type": "typography",
370
+ "variant": "caption",
369
371
  "content": "CreatedAt"
370
372
  },
371
373
  {
372
374
  "variant": "body",
375
+ "type": "typography",
373
376
  "content": [
374
377
  "object/get",
375
378
  [
@@ -377,36 +380,33 @@
377
380
  "@entity"
378
381
  ],
379
382
  "createdAt"
380
- ],
381
- "type": "typography"
383
+ ]
382
384
  }
383
385
  ],
384
- "type": "stack",
385
- "direction": "horizontal",
386
- "gap": "md"
386
+ "type": "stack"
387
387
  },
388
388
  {
389
389
  "type": "divider"
390
390
  },
391
391
  {
392
- "type": "stack",
393
392
  "justify": "end",
393
+ "direction": "horizontal",
394
394
  "children": [
395
395
  {
396
396
  "type": "button",
397
- "label": "Move",
398
397
  "action": "MOVE",
398
+ "label": "Move",
399
399
  "variant": "primary",
400
400
  "icon": "navigation"
401
401
  }
402
402
  ],
403
- "direction": "horizontal",
403
+ "type": "stack",
404
404
  "gap": "sm"
405
405
  }
406
406
  ],
407
407
  "direction": "vertical",
408
- "gap": "lg",
409
- "type": "stack"
408
+ "type": "stack",
409
+ "gap": "lg"
410
410
  }
411
411
  ]
412
412
  ]
@@ -430,46 +430,47 @@
430
430
  "render-ui",
431
431
  "main",
432
432
  {
433
+ "type": "stack",
433
434
  "gap": "lg",
434
435
  "children": [
435
436
  {
436
437
  "direction": "horizontal",
437
438
  "justify": "between",
439
+ "type": "stack",
440
+ "gap": "md",
438
441
  "children": [
439
442
  {
440
443
  "type": "stack",
444
+ "direction": "horizontal",
445
+ "gap": "md",
441
446
  "children": [
442
447
  {
443
448
  "name": "move",
444
449
  "type": "icon"
445
450
  },
446
451
  {
447
- "content": "MovableEntitys Movement",
448
452
  "variant": "h2",
449
- "type": "typography"
453
+ "type": "typography",
454
+ "content": "MovableEntitys Movement"
450
455
  }
451
- ],
452
- "direction": "horizontal",
453
- "gap": "md"
456
+ ]
454
457
  },
455
458
  {
456
- "status": "online",
457
459
  "type": "status-dot",
458
- "label": "Moving",
459
- "pulse": true
460
+ "status": "online",
461
+ "pulse": true,
462
+ "label": "Moving"
460
463
  }
461
- ],
462
- "type": "stack",
463
- "gap": "md"
464
+ ]
464
465
  },
465
466
  {
466
467
  "type": "divider"
467
468
  },
468
469
  {
470
+ "type": "simple-grid",
471
+ "cols": 2.0,
469
472
  "children": [
470
473
  {
471
- "label": "X",
472
- "type": "stat-display",
473
474
  "value": [
474
475
  "object/get",
475
476
  [
@@ -477,7 +478,9 @@
477
478
  "@entity"
478
479
  ],
479
480
  "x"
480
- ]
481
+ ],
482
+ "label": "X",
483
+ "type": "stat-display"
481
484
  },
482
485
  {
483
486
  "value": [
@@ -491,18 +494,21 @@
491
494
  "type": "stat-display",
492
495
  "label": "Y"
493
496
  }
494
- ],
495
- "cols": 2.0,
496
- "type": "simple-grid"
497
+ ]
497
498
  },
498
499
  {
500
+ "type": "stack",
501
+ "direction": "horizontal",
502
+ "gap": "md",
499
503
  "children": [
500
504
  {
501
505
  "type": "typography",
502
- "content": "Name",
503
- "variant": "caption"
506
+ "variant": "caption",
507
+ "content": "Name"
504
508
  },
505
509
  {
510
+ "variant": "body",
511
+ "type": "typography",
506
512
  "content": [
507
513
  "object/get",
508
514
  [
@@ -510,17 +516,14 @@
510
516
  "@entity"
511
517
  ],
512
518
  "name"
513
- ],
514
- "type": "typography",
515
- "variant": "body"
519
+ ]
516
520
  }
517
- ],
518
- "direction": "horizontal",
519
- "gap": "md",
520
- "type": "stack"
521
+ ]
521
522
  },
522
523
  {
523
524
  "direction": "horizontal",
525
+ "gap": "md",
526
+ "type": "stack",
524
527
  "children": [
525
528
  {
526
529
  "variant": "caption",
@@ -528,6 +531,7 @@
528
531
  "type": "typography"
529
532
  },
530
533
  {
534
+ "type": "typography",
531
535
  "variant": "body",
532
536
  "content": [
533
537
  "object/get",
@@ -536,21 +540,17 @@
536
540
  "@entity"
537
541
  ],
538
542
  "description"
539
- ],
540
- "type": "typography"
543
+ ]
541
544
  }
542
- ],
543
- "gap": "md",
544
- "type": "stack"
545
+ ]
545
546
  },
546
547
  {
547
548
  "direction": "horizontal",
548
- "type": "stack",
549
549
  "children": [
550
550
  {
551
- "content": "Status",
552
551
  "type": "typography",
553
- "variant": "caption"
552
+ "variant": "caption",
553
+ "content": "Status"
554
554
  },
555
555
  {
556
556
  "variant": "body",
@@ -565,12 +565,13 @@
565
565
  ]
566
566
  }
567
567
  ],
568
- "gap": "md"
568
+ "gap": "md",
569
+ "type": "stack"
569
570
  },
570
571
  {
571
- "gap": "md",
572
572
  "type": "stack",
573
573
  "direction": "horizontal",
574
+ "gap": "md",
574
575
  "children": [
575
576
  {
576
577
  "type": "typography",
@@ -578,6 +579,7 @@
578
579
  "content": "CreatedAt"
579
580
  },
580
581
  {
582
+ "type": "typography",
581
583
  "content": [
582
584
  "object/get",
583
585
  [
@@ -586,7 +588,6 @@
586
588
  ],
587
589
  "createdAt"
588
590
  ],
589
- "type": "typography",
590
591
  "variant": "body"
591
592
  }
592
593
  ]
@@ -595,23 +596,22 @@
595
596
  "type": "divider"
596
597
  },
597
598
  {
599
+ "type": "stack",
598
600
  "direction": "horizontal",
601
+ "gap": "sm",
602
+ "justify": "end",
599
603
  "children": [
600
604
  {
601
- "action": "STOP",
602
- "label": "Stop",
603
605
  "icon": "square",
604
606
  "type": "button",
607
+ "action": "STOP",
608
+ "label": "Stop",
605
609
  "variant": "danger"
606
610
  }
607
- ],
608
- "gap": "sm",
609
- "justify": "end",
610
- "type": "stack"
611
+ ]
611
612
  }
612
613
  ],
613
- "direction": "vertical",
614
- "type": "stack"
614
+ "direction": "vertical"
615
615
  }
616
616
  ]
617
617
  ]
@@ -626,8 +626,8 @@
626
626
  "MovableEntity",
627
627
  {
628
628
  "emit": {
629
- "failure": "MovableEntityLoadFailed",
630
- "success": "MovableEntityLoaded"
629
+ "success": "MovableEntityLoaded",
630
+ "failure": "MovableEntityLoadFailed"
631
631
  }
632
632
  }
633
633
  ],
@@ -635,34 +635,32 @@
635
635
  "render-ui",
636
636
  "main",
637
637
  {
638
- "direction": "vertical",
639
- "type": "stack",
640
638
  "children": [
641
639
  {
642
- "direction": "horizontal",
643
- "justify": "between",
644
640
  "type": "stack",
645
641
  "gap": "md",
642
+ "direction": "horizontal",
643
+ "justify": "between",
646
644
  "children": [
647
645
  {
646
+ "type": "stack",
648
647
  "children": [
649
648
  {
650
- "name": "move",
651
- "type": "icon"
649
+ "type": "icon",
650
+ "name": "move"
652
651
  },
653
652
  {
654
- "variant": "h2",
655
653
  "content": "MovableEntitys Movement",
654
+ "variant": "h2",
656
655
  "type": "typography"
657
656
  }
658
657
  ],
659
- "gap": "md",
660
- "type": "stack",
661
- "direction": "horizontal"
658
+ "direction": "horizontal",
659
+ "gap": "md"
662
660
  },
663
661
  {
664
- "type": "status-dot",
665
662
  "status": "offline",
663
+ "type": "status-dot",
666
664
  "label": "Idle"
667
665
  }
668
666
  ]
@@ -671,10 +669,9 @@
671
669
  "type": "divider"
672
670
  },
673
671
  {
674
- "type": "simple-grid",
675
- "cols": 2.0,
676
672
  "children": [
677
673
  {
674
+ "type": "stat-display",
678
675
  "value": [
679
676
  "object/get",
680
677
  [
@@ -683,11 +680,9 @@
683
680
  ],
684
681
  "x"
685
682
  ],
686
- "label": "X",
687
- "type": "stat-display"
683
+ "label": "X"
688
684
  },
689
685
  {
690
- "label": "Y",
691
686
  "value": [
692
687
  "object/get",
693
688
  [
@@ -696,22 +691,25 @@
696
691
  ],
697
692
  "y"
698
693
  ],
694
+ "label": "Y",
699
695
  "type": "stat-display"
700
696
  }
701
- ]
697
+ ],
698
+ "type": "simple-grid",
699
+ "cols": 2.0
702
700
  },
703
701
  {
704
- "direction": "horizontal",
702
+ "gap": "md",
705
703
  "type": "stack",
704
+ "direction": "horizontal",
706
705
  "children": [
707
706
  {
708
- "content": "Name",
709
707
  "variant": "caption",
710
- "type": "typography"
708
+ "type": "typography",
709
+ "content": "Name"
711
710
  },
712
711
  {
713
712
  "variant": "body",
714
- "type": "typography",
715
713
  "content": [
716
714
  "object/get",
717
715
  [
@@ -719,22 +717,20 @@
719
717
  "@entity"
720
718
  ],
721
719
  "name"
722
- ]
720
+ ],
721
+ "type": "typography"
723
722
  }
724
- ],
725
- "gap": "md"
723
+ ]
726
724
  },
727
725
  {
728
- "type": "stack",
729
- "direction": "horizontal",
730
- "gap": "md",
731
726
  "children": [
732
727
  {
733
- "type": "typography",
734
728
  "content": "Description",
729
+ "type": "typography",
735
730
  "variant": "caption"
736
731
  },
737
732
  {
733
+ "type": "typography",
738
734
  "content": [
739
735
  "object/get",
740
736
  [
@@ -743,19 +739,23 @@
743
739
  ],
744
740
  "description"
745
741
  ],
746
- "variant": "body",
747
- "type": "typography"
742
+ "variant": "body"
748
743
  }
749
- ]
744
+ ],
745
+ "type": "stack",
746
+ "gap": "md",
747
+ "direction": "horizontal"
750
748
  },
751
749
  {
752
750
  "children": [
753
751
  {
754
- "variant": "caption",
755
752
  "content": "Status",
756
- "type": "typography"
753
+ "type": "typography",
754
+ "variant": "caption"
757
755
  },
758
756
  {
757
+ "type": "typography",
758
+ "variant": "body",
759
759
  "content": [
760
760
  "object/get",
761
761
  [
@@ -763,27 +763,24 @@
763
763
  "@entity"
764
764
  ],
765
765
  "status"
766
- ],
767
- "type": "typography",
768
- "variant": "body"
766
+ ]
769
767
  }
770
768
  ],
771
- "direction": "horizontal",
772
769
  "gap": "md",
773
- "type": "stack"
770
+ "type": "stack",
771
+ "direction": "horizontal"
774
772
  },
775
773
  {
776
774
  "type": "stack",
777
- "gap": "md",
778
775
  "direction": "horizontal",
776
+ "gap": "md",
779
777
  "children": [
780
778
  {
781
779
  "variant": "caption",
782
- "content": "CreatedAt",
783
- "type": "typography"
780
+ "type": "typography",
781
+ "content": "CreatedAt"
784
782
  },
785
783
  {
786
- "variant": "body",
787
784
  "type": "typography",
788
785
  "content": [
789
786
  "object/get",
@@ -792,7 +789,8 @@
792
789
  "@entity"
793
790
  ],
794
791
  "createdAt"
795
- ]
792
+ ],
793
+ "variant": "body"
796
794
  }
797
795
  ]
798
796
  },
@@ -801,21 +799,23 @@
801
799
  },
802
800
  {
803
801
  "direction": "horizontal",
802
+ "justify": "end",
804
803
  "type": "stack",
804
+ "gap": "sm",
805
805
  "children": [
806
806
  {
807
- "type": "button",
808
807
  "variant": "primary",
809
808
  "icon": "navigation",
809
+ "label": "Move",
810
810
  "action": "MOVE",
811
- "label": "Move"
811
+ "type": "button"
812
812
  }
813
- ],
814
- "justify": "end",
815
- "gap": "sm"
813
+ ]
816
814
  }
817
815
  ],
818
- "gap": "lg"
816
+ "direction": "vertical",
817
+ "gap": "lg",
818
+ "type": "stack"
819
819
  }
820
820
  ]
821
821
  ]
@@ -829,8 +829,7 @@
829
829
  "render-ui",
830
830
  "modal",
831
831
  {
832
- "gap": "md",
833
- "direction": "vertical",
832
+ "type": "stack",
834
833
  "children": [
835
834
  {
836
835
  "type": "stack",
@@ -840,13 +839,13 @@
840
839
  "name": "alert-triangle"
841
840
  },
842
841
  {
842
+ "variant": "h3",
843
843
  "type": "typography",
844
- "content": "Collision Detected",
845
- "variant": "h3"
844
+ "content": "Collision Detected"
846
845
  }
847
846
  ],
848
- "direction": "horizontal",
849
- "gap": "sm"
847
+ "gap": "sm",
848
+ "direction": "horizontal"
850
849
  },
851
850
  {
852
851
  "type": "divider"
@@ -858,27 +857,28 @@
858
857
  },
859
858
  {
860
859
  "type": "stack",
860
+ "justify": "end",
861
861
  "direction": "horizontal",
862
862
  "gap": "sm",
863
863
  "children": [
864
864
  {
865
- "action": "CANCEL",
866
- "variant": "ghost",
867
865
  "label": "Cancel",
868
- "type": "button"
866
+ "action": "CANCEL",
867
+ "type": "button",
868
+ "variant": "ghost"
869
869
  },
870
870
  {
871
- "action": "RESOLVE",
871
+ "variant": "primary",
872
+ "icon": "check",
872
873
  "type": "button",
873
874
  "label": "Resolve",
874
- "icon": "check",
875
- "variant": "primary"
875
+ "action": "RESOLVE"
876
876
  }
877
- ],
878
- "justify": "end"
877
+ ]
879
878
  }
880
879
  ],
881
- "type": "stack"
880
+ "direction": "vertical",
881
+ "gap": "md"
882
882
  }
883
883
  ]
884
884
  ]
@@ -907,15 +907,14 @@
907
907
  "render-ui",
908
908
  "main",
909
909
  {
910
+ "direction": "vertical",
910
911
  "gap": "lg",
911
- "type": "stack",
912
912
  "children": [
913
913
  {
914
- "type": "stack",
915
914
  "justify": "between",
916
- "direction": "horizontal",
917
915
  "children": [
918
916
  {
917
+ "type": "stack",
919
918
  "direction": "horizontal",
920
919
  "children": [
921
920
  {
@@ -923,30 +922,32 @@
923
922
  "name": "move"
924
923
  },
925
924
  {
926
- "type": "typography",
927
925
  "content": "MovableEntitys Movement",
928
- "variant": "h2"
926
+ "variant": "h2",
927
+ "type": "typography"
929
928
  }
930
929
  ],
931
- "type": "stack",
932
930
  "gap": "md"
933
931
  },
934
932
  {
935
- "label": "Idle",
936
933
  "type": "status-dot",
937
- "status": "offline"
934
+ "status": "offline",
935
+ "label": "Idle"
938
936
  }
939
937
  ],
940
- "gap": "md"
938
+ "direction": "horizontal",
939
+ "gap": "md",
940
+ "type": "stack"
941
941
  },
942
942
  {
943
943
  "type": "divider"
944
944
  },
945
945
  {
946
+ "type": "simple-grid",
946
947
  "cols": 2.0,
947
948
  "children": [
948
949
  {
949
- "label": "X",
950
+ "type": "stat-display",
950
951
  "value": [
951
952
  "object/get",
952
953
  [
@@ -955,7 +956,7 @@
955
956
  ],
956
957
  "x"
957
958
  ],
958
- "type": "stat-display"
959
+ "label": "X"
959
960
  },
960
961
  {
961
962
  "label": "Y",
@@ -969,21 +970,17 @@
969
970
  ],
970
971
  "type": "stat-display"
971
972
  }
972
- ],
973
- "type": "simple-grid"
973
+ ]
974
974
  },
975
975
  {
976
- "direction": "horizontal",
977
- "type": "stack",
978
976
  "gap": "md",
979
977
  "children": [
980
978
  {
979
+ "variant": "caption",
981
980
  "content": "Name",
982
- "type": "typography",
983
- "variant": "caption"
981
+ "type": "typography"
984
982
  },
985
983
  {
986
- "type": "typography",
987
984
  "content": [
988
985
  "object/get",
989
986
  [
@@ -992,19 +989,22 @@
992
989
  ],
993
990
  "name"
994
991
  ],
992
+ "type": "typography",
995
993
  "variant": "body"
996
994
  }
997
- ]
995
+ ],
996
+ "type": "stack",
997
+ "direction": "horizontal"
998
998
  },
999
999
  {
1000
- "direction": "horizontal",
1001
1000
  "children": [
1002
1001
  {
1003
1002
  "content": "Description",
1004
- "variant": "caption",
1005
- "type": "typography"
1003
+ "type": "typography",
1004
+ "variant": "caption"
1006
1005
  },
1007
1006
  {
1007
+ "variant": "body",
1008
1008
  "content": [
1009
1009
  "object/get",
1010
1010
  [
@@ -1013,12 +1013,12 @@
1013
1013
  ],
1014
1014
  "description"
1015
1015
  ],
1016
- "variant": "body",
1017
1016
  "type": "typography"
1018
1017
  }
1019
1018
  ],
1019
+ "type": "stack",
1020
1020
  "gap": "md",
1021
- "type": "stack"
1021
+ "direction": "horizontal"
1022
1022
  },
1023
1023
  {
1024
1024
  "gap": "md",
@@ -1027,11 +1027,10 @@
1027
1027
  "children": [
1028
1028
  {
1029
1029
  "variant": "caption",
1030
- "content": "Status",
1031
- "type": "typography"
1030
+ "type": "typography",
1031
+ "content": "Status"
1032
1032
  },
1033
1033
  {
1034
- "variant": "body",
1035
1034
  "content": [
1036
1035
  "object/get",
1037
1036
  [
@@ -1040,7 +1039,8 @@
1040
1039
  ],
1041
1040
  "status"
1042
1041
  ],
1043
- "type": "typography"
1042
+ "type": "typography",
1043
+ "variant": "body"
1044
1044
  }
1045
1045
  ]
1046
1046
  },
@@ -1053,6 +1053,8 @@
1053
1053
  "content": "CreatedAt"
1054
1054
  },
1055
1055
  {
1056
+ "type": "typography",
1057
+ "variant": "body",
1056
1058
  "content": [
1057
1059
  "object/get",
1058
1060
  [
@@ -1060,9 +1062,7 @@
1060
1062
  "@entity"
1061
1063
  ],
1062
1064
  "createdAt"
1063
- ],
1064
- "variant": "body",
1065
- "type": "typography"
1065
+ ]
1066
1066
  }
1067
1067
  ],
1068
1068
  "direction": "horizontal",
@@ -1078,16 +1078,16 @@
1078
1078
  "children": [
1079
1079
  {
1080
1080
  "icon": "navigation",
1081
- "type": "button",
1082
1081
  "action": "MOVE",
1083
- "label": "Move",
1084
- "variant": "primary"
1082
+ "type": "button",
1083
+ "variant": "primary",
1084
+ "label": "Move"
1085
1085
  }
1086
1086
  ],
1087
1087
  "type": "stack"
1088
1088
  }
1089
1089
  ],
1090
- "direction": "vertical"
1090
+ "type": "stack"
1091
1091
  }
1092
1092
  ]
1093
1093
  ]
@@ -1107,8 +1107,8 @@
1107
1107
  "MovableEntity",
1108
1108
  {
1109
1109
  "emit": {
1110
- "success": "MovableEntityLoaded",
1111
- "failure": "MovableEntityLoadFailed"
1110
+ "failure": "MovableEntityLoadFailed",
1111
+ "success": "MovableEntityLoaded"
1112
1112
  }
1113
1113
  }
1114
1114
  ],
@@ -1116,13 +1116,8 @@
1116
1116
  "render-ui",
1117
1117
  "main",
1118
1118
  {
1119
- "gap": "lg",
1120
- "type": "stack",
1121
- "direction": "vertical",
1122
1119
  "children": [
1123
1120
  {
1124
- "gap": "md",
1125
- "type": "stack",
1126
1121
  "justify": "between",
1127
1122
  "direction": "horizontal",
1128
1123
  "children": [
@@ -1134,9 +1129,9 @@
1134
1129
  "name": "move"
1135
1130
  },
1136
1131
  {
1137
- "type": "typography",
1132
+ "content": "MovableEntitys Movement",
1138
1133
  "variant": "h2",
1139
- "content": "MovableEntitys Movement"
1134
+ "type": "typography"
1140
1135
  }
1141
1136
  ],
1142
1137
  "type": "stack",
@@ -1144,20 +1139,22 @@
1144
1139
  },
1145
1140
  {
1146
1141
  "type": "status-dot",
1147
- "status": "offline",
1148
- "label": "Idle"
1142
+ "label": "Idle",
1143
+ "status": "offline"
1149
1144
  }
1150
- ]
1145
+ ],
1146
+ "type": "stack",
1147
+ "gap": "md"
1151
1148
  },
1152
1149
  {
1153
1150
  "type": "divider"
1154
1151
  },
1155
1152
  {
1156
- "cols": 2.0,
1153
+ "type": "simple-grid",
1157
1154
  "children": [
1158
1155
  {
1159
- "type": "stat-display",
1160
1156
  "label": "X",
1157
+ "type": "stat-display",
1161
1158
  "value": [
1162
1159
  "object/get",
1163
1160
  [
@@ -1176,20 +1173,20 @@
1176
1173
  ],
1177
1174
  "y"
1178
1175
  ],
1179
- "type": "stat-display",
1180
- "label": "Y"
1176
+ "label": "Y",
1177
+ "type": "stat-display"
1181
1178
  }
1182
1179
  ],
1183
- "type": "simple-grid"
1180
+ "cols": 2.0
1184
1181
  },
1185
1182
  {
1186
- "gap": "md",
1187
1183
  "direction": "horizontal",
1184
+ "gap": "md",
1188
1185
  "children": [
1189
1186
  {
1190
- "type": "typography",
1187
+ "content": "Name",
1191
1188
  "variant": "caption",
1192
- "content": "Name"
1189
+ "type": "typography"
1193
1190
  },
1194
1191
  {
1195
1192
  "content": [
@@ -1200,23 +1197,24 @@
1200
1197
  ],
1201
1198
  "name"
1202
1199
  ],
1203
- "variant": "body",
1204
- "type": "typography"
1200
+ "type": "typography",
1201
+ "variant": "body"
1205
1202
  }
1206
1203
  ],
1207
1204
  "type": "stack"
1208
1205
  },
1209
1206
  {
1210
- "direction": "horizontal",
1211
1207
  "gap": "md",
1208
+ "type": "stack",
1212
1209
  "children": [
1213
1210
  {
1214
- "type": "typography",
1211
+ "content": "Description",
1215
1212
  "variant": "caption",
1216
- "content": "Description"
1213
+ "type": "typography"
1217
1214
  },
1218
1215
  {
1219
1216
  "type": "typography",
1217
+ "variant": "body",
1220
1218
  "content": [
1221
1219
  "object/get",
1222
1220
  [
@@ -1224,23 +1222,22 @@
1224
1222
  "@entity"
1225
1223
  ],
1226
1224
  "description"
1227
- ],
1228
- "variant": "body"
1225
+ ]
1229
1226
  }
1230
1227
  ],
1231
- "type": "stack"
1228
+ "direction": "horizontal"
1232
1229
  },
1233
1230
  {
1231
+ "type": "stack",
1232
+ "gap": "md",
1234
1233
  "direction": "horizontal",
1235
1234
  "children": [
1236
1235
  {
1237
- "variant": "caption",
1238
1236
  "content": "Status",
1239
- "type": "typography"
1237
+ "type": "typography",
1238
+ "variant": "caption"
1240
1239
  },
1241
1240
  {
1242
- "variant": "body",
1243
- "type": "typography",
1244
1241
  "content": [
1245
1242
  "object/get",
1246
1243
  [
@@ -1248,14 +1245,16 @@
1248
1245
  "@entity"
1249
1246
  ],
1250
1247
  "status"
1251
- ]
1248
+ ],
1249
+ "type": "typography",
1250
+ "variant": "body"
1252
1251
  }
1253
- ],
1254
- "gap": "md",
1255
- "type": "stack"
1252
+ ]
1256
1253
  },
1257
1254
  {
1255
+ "type": "stack",
1258
1256
  "direction": "horizontal",
1257
+ "gap": "md",
1259
1258
  "children": [
1260
1259
  {
1261
1260
  "type": "typography",
@@ -1263,7 +1262,6 @@
1263
1262
  "variant": "caption"
1264
1263
  },
1265
1264
  {
1266
- "type": "typography",
1267
1265
  "variant": "body",
1268
1266
  "content": [
1269
1267
  "object/get",
@@ -1272,31 +1270,33 @@
1272
1270
  "@entity"
1273
1271
  ],
1274
1272
  "createdAt"
1275
- ]
1273
+ ],
1274
+ "type": "typography"
1276
1275
  }
1277
- ],
1278
- "gap": "md",
1279
- "type": "stack"
1276
+ ]
1280
1277
  },
1281
1278
  {
1282
1279
  "type": "divider"
1283
1280
  },
1284
1281
  {
1285
- "gap": "sm",
1286
- "type": "stack",
1282
+ "direction": "horizontal",
1287
1283
  "children": [
1288
1284
  {
1285
+ "action": "MOVE",
1289
1286
  "icon": "navigation",
1290
1287
  "type": "button",
1291
- "action": "MOVE",
1292
1288
  "label": "Move",
1293
1289
  "variant": "primary"
1294
1290
  }
1295
1291
  ],
1296
- "direction": "horizontal",
1292
+ "gap": "sm",
1293
+ "type": "stack",
1297
1294
  "justify": "end"
1298
1295
  }
1299
- ]
1296
+ ],
1297
+ "gap": "lg",
1298
+ "type": "stack",
1299
+ "direction": "vertical"
1300
1300
  }
1301
1301
  ]
1302
1302
  ]
@@ -1325,21 +1325,20 @@
1325
1325
  "render-ui",
1326
1326
  "main",
1327
1327
  {
1328
+ "direction": "vertical",
1328
1329
  "type": "stack",
1330
+ "gap": "lg",
1329
1331
  "children": [
1330
1332
  {
1331
- "direction": "horizontal",
1332
1333
  "justify": "between",
1333
- "gap": "md",
1334
1334
  "type": "stack",
1335
+ "direction": "horizontal",
1335
1336
  "children": [
1336
1337
  {
1337
- "direction": "horizontal",
1338
- "gap": "md",
1339
1338
  "children": [
1340
1339
  {
1341
- "type": "icon",
1342
- "name": "move"
1340
+ "name": "move",
1341
+ "type": "icon"
1343
1342
  },
1344
1343
  {
1345
1344
  "type": "typography",
@@ -1347,14 +1346,17 @@
1347
1346
  "variant": "h2"
1348
1347
  }
1349
1348
  ],
1349
+ "direction": "horizontal",
1350
+ "gap": "md",
1350
1351
  "type": "stack"
1351
1352
  },
1352
1353
  {
1353
- "label": "Idle",
1354
1354
  "type": "status-dot",
1355
- "status": "offline"
1355
+ "status": "offline",
1356
+ "label": "Idle"
1356
1357
  }
1357
- ]
1358
+ ],
1359
+ "gap": "md"
1358
1360
  },
1359
1361
  {
1360
1362
  "type": "divider"
@@ -1363,8 +1365,8 @@
1363
1365
  "cols": 2.0,
1364
1366
  "children": [
1365
1367
  {
1366
- "type": "stat-display",
1367
1368
  "label": "X",
1369
+ "type": "stat-display",
1368
1370
  "value": [
1369
1371
  "object/get",
1370
1372
  [
@@ -1375,7 +1377,6 @@
1375
1377
  ]
1376
1378
  },
1377
1379
  {
1378
- "label": "Y",
1379
1380
  "value": [
1380
1381
  "object/get",
1381
1382
  [
@@ -1384,19 +1385,19 @@
1384
1385
  ],
1385
1386
  "y"
1386
1387
  ],
1387
- "type": "stat-display"
1388
+ "type": "stat-display",
1389
+ "label": "Y"
1388
1390
  }
1389
1391
  ],
1390
1392
  "type": "simple-grid"
1391
1393
  },
1392
1394
  {
1393
- "direction": "horizontal",
1394
1395
  "gap": "md",
1395
1396
  "type": "stack",
1396
1397
  "children": [
1397
1398
  {
1398
- "content": "Name",
1399
1399
  "type": "typography",
1400
+ "content": "Name",
1400
1401
  "variant": "caption"
1401
1402
  },
1402
1403
  {
@@ -1411,15 +1412,15 @@
1411
1412
  "type": "typography",
1412
1413
  "variant": "body"
1413
1414
  }
1414
- ]
1415
+ ],
1416
+ "direction": "horizontal"
1415
1417
  },
1416
1418
  {
1417
- "gap": "md",
1418
1419
  "children": [
1419
1420
  {
1420
- "variant": "caption",
1421
1421
  "type": "typography",
1422
- "content": "Description"
1422
+ "content": "Description",
1423
+ "variant": "caption"
1423
1424
  },
1424
1425
  {
1425
1426
  "type": "typography",
@@ -1434,19 +1435,22 @@
1434
1435
  ]
1435
1436
  }
1436
1437
  ],
1438
+ "type": "stack",
1437
1439
  "direction": "horizontal",
1438
- "type": "stack"
1440
+ "gap": "md"
1439
1441
  },
1440
1442
  {
1441
1443
  "direction": "horizontal",
1444
+ "gap": "md",
1442
1445
  "type": "stack",
1443
1446
  "children": [
1444
1447
  {
1445
- "type": "typography",
1446
1448
  "variant": "caption",
1447
- "content": "Status"
1449
+ "content": "Status",
1450
+ "type": "typography"
1448
1451
  },
1449
1452
  {
1453
+ "variant": "body",
1450
1454
  "content": [
1451
1455
  "object/get",
1452
1456
  [
@@ -1455,21 +1459,23 @@
1455
1459
  ],
1456
1460
  "status"
1457
1461
  ],
1458
- "type": "typography",
1459
- "variant": "body"
1462
+ "type": "typography"
1460
1463
  }
1461
- ],
1462
- "gap": "md"
1464
+ ]
1463
1465
  },
1464
1466
  {
1465
1467
  "gap": "md",
1468
+ "type": "stack",
1469
+ "direction": "horizontal",
1466
1470
  "children": [
1467
1471
  {
1468
- "type": "typography",
1469
1472
  "variant": "caption",
1470
- "content": "CreatedAt"
1473
+ "content": "CreatedAt",
1474
+ "type": "typography"
1471
1475
  },
1472
1476
  {
1477
+ "type": "typography",
1478
+ "variant": "body",
1473
1479
  "content": [
1474
1480
  "object/get",
1475
1481
  [
@@ -1477,35 +1483,29 @@
1477
1483
  "@entity"
1478
1484
  ],
1479
1485
  "createdAt"
1480
- ],
1481
- "variant": "body",
1482
- "type": "typography"
1486
+ ]
1483
1487
  }
1484
- ],
1485
- "type": "stack",
1486
- "direction": "horizontal"
1488
+ ]
1487
1489
  },
1488
1490
  {
1489
1491
  "type": "divider"
1490
1492
  },
1491
1493
  {
1492
- "type": "stack",
1493
- "direction": "horizontal",
1494
- "gap": "sm",
1495
- "justify": "end",
1496
1494
  "children": [
1497
1495
  {
1498
- "label": "Move",
1499
1496
  "action": "MOVE",
1500
1497
  "type": "button",
1498
+ "icon": "navigation",
1501
1499
  "variant": "primary",
1502
- "icon": "navigation"
1500
+ "label": "Move"
1503
1501
  }
1504
- ]
1502
+ ],
1503
+ "direction": "horizontal",
1504
+ "gap": "sm",
1505
+ "justify": "end",
1506
+ "type": "stack"
1505
1507
  }
1506
- ],
1507
- "direction": "vertical",
1508
- "gap": "lg"
1508
+ ]
1509
1509
  }
1510
1510
  ]
1511
1511
  ]