@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
@@ -109,35 +109,33 @@
109
109
  "main",
110
110
  {
111
111
  "direction": "vertical",
112
+ "type": "stack",
113
+ "gap": "lg",
112
114
  "align": "center",
113
115
  "children": [
114
116
  {
115
- "direction": "vertical",
116
- "align": "center",
117
- "gap": "md",
118
117
  "children": [
119
118
  {
120
- "direction": "horizontal",
119
+ "align": "center",
121
120
  "children": [
122
121
  {
123
122
  "type": "icon",
124
123
  "name": "clock"
125
124
  },
126
125
  {
126
+ "content": "Timer",
127
127
  "variant": "h2",
128
- "type": "typography",
129
- "content": "Timer"
128
+ "type": "typography"
130
129
  }
131
130
  ],
132
- "gap": "sm",
133
131
  "type": "stack",
134
- "align": "center"
132
+ "gap": "sm",
133
+ "direction": "horizontal"
135
134
  },
136
135
  {
137
136
  "type": "divider"
138
137
  },
139
138
  {
140
- "type": "animated-counter",
141
139
  "value": [
142
140
  "object/get",
143
141
  [
@@ -147,11 +145,12 @@
147
145
  "remaining"
148
146
  ],
149
147
  "duration": 500.0,
150
- "label": ""
148
+ "label": "",
149
+ "type": "animated-counter"
151
150
  },
152
151
  {
153
- "max": 60.0,
154
152
  "type": "stat-display",
153
+ "max": 60.0,
155
154
  "label": "Time Remaining",
156
155
  "value": [
157
156
  "object/get",
@@ -163,6 +162,7 @@
163
162
  ]
164
163
  },
165
164
  {
165
+ "type": "meter",
166
166
  "value": [
167
167
  "object/get",
168
168
  [
@@ -172,12 +172,11 @@
172
172
  "remaining"
173
173
  ],
174
174
  "max": 60.0,
175
- "min": 0.0,
176
- "type": "meter"
175
+ "min": 0.0
177
176
  },
178
177
  {
179
- "max": 60.0,
180
178
  "type": "progress-bar",
179
+ "max": 60.0,
181
180
  "value": [
182
181
  "object/get",
183
182
  [
@@ -190,7 +189,6 @@
190
189
  "showPercentage": true
191
190
  },
192
191
  {
193
- "type": "badge",
194
192
  "label": [
195
193
  "object/get",
196
194
  [
@@ -198,43 +196,45 @@
198
196
  "@entity"
199
197
  ],
200
198
  "status"
201
- ]
199
+ ],
200
+ "type": "badge"
202
201
  }
203
202
  ],
204
- "type": "stack"
203
+ "gap": "md",
204
+ "align": "center",
205
+ "type": "stack",
206
+ "direction": "vertical"
205
207
  },
206
208
  {
209
+ "direction": "horizontal",
210
+ "type": "stack",
211
+ "gap": "sm",
212
+ "justify": "center",
207
213
  "children": [
208
214
  {
209
- "icon": "play",
210
215
  "type": "button",
211
216
  "label": "Start",
212
- "action": "START",
213
- "variant": "primary"
217
+ "icon": "play",
218
+ "variant": "primary",
219
+ "action": "START"
214
220
  },
215
221
  {
216
222
  "type": "button",
217
223
  "action": "PAUSE",
218
- "label": "Pause",
219
224
  "variant": "ghost",
225
+ "label": "Pause",
220
226
  "icon": "pause"
221
227
  },
222
228
  {
223
- "icon": "rotate-ccw",
224
- "action": "RESET",
225
- "type": "button",
229
+ "variant": "ghost",
226
230
  "label": "Reset",
227
- "variant": "ghost"
231
+ "type": "button",
232
+ "icon": "rotate-ccw",
233
+ "action": "RESET"
228
234
  }
229
- ],
230
- "direction": "horizontal",
231
- "justify": "center",
232
- "gap": "sm",
233
- "type": "stack"
235
+ ]
234
236
  }
235
- ],
236
- "type": "stack",
237
- "gap": "lg"
237
+ ]
238
238
  }
239
239
  ]
240
240
  ]
@@ -258,27 +258,25 @@
258
258
  "render-ui",
259
259
  "main",
260
260
  {
261
- "align": "center",
262
- "gap": "lg",
261
+ "direction": "vertical",
263
262
  "type": "stack",
264
263
  "children": [
265
264
  {
266
- "type": "stack",
267
- "align": "center",
265
+ "direction": "vertical",
268
266
  "children": [
269
267
  {
270
- "gap": "sm",
271
268
  "type": "stack",
272
- "align": "center",
273
269
  "direction": "horizontal",
270
+ "gap": "sm",
271
+ "align": "center",
274
272
  "children": [
275
273
  {
276
274
  "name": "clock",
277
275
  "type": "icon"
278
276
  },
279
277
  {
280
- "variant": "h2",
281
278
  "content": "Timer",
279
+ "variant": "h2",
282
280
  "type": "typography"
283
281
  }
284
282
  ]
@@ -287,8 +285,8 @@
287
285
  "type": "divider"
288
286
  },
289
287
  {
290
- "label": "",
291
288
  "type": "animated-counter",
289
+ "label": "",
292
290
  "value": [
293
291
  "object/get",
294
292
  [
@@ -300,8 +298,7 @@
300
298
  "duration": 500.0
301
299
  },
302
300
  {
303
- "label": "Time Remaining",
304
- "max": 60.0,
301
+ "type": "stat-display",
305
302
  "value": [
306
303
  "object/get",
307
304
  [
@@ -310,10 +307,10 @@
310
307
  ],
311
308
  "remaining"
312
309
  ],
313
- "type": "stat-display"
310
+ "label": "Time Remaining",
311
+ "max": 60.0
314
312
  },
315
313
  {
316
- "min": 0.0,
317
314
  "max": 60.0,
318
315
  "type": "meter",
319
316
  "value": [
@@ -323,9 +320,13 @@
323
320
  "@entity"
324
321
  ],
325
322
  "remaining"
326
- ]
323
+ ],
324
+ "min": 0.0
327
325
  },
328
326
  {
327
+ "showPercentage": true,
328
+ "color": "primary",
329
+ "type": "progress-bar",
329
330
  "value": [
330
331
  "object/get",
331
332
  [
@@ -334,12 +335,10 @@
334
335
  ],
335
336
  "remaining"
336
337
  ],
337
- "type": "progress-bar",
338
- "max": 60.0,
339
- "color": "primary",
340
- "showPercentage": true
338
+ "max": 60.0
341
339
  },
342
340
  {
341
+ "type": "badge",
343
342
  "label": [
344
343
  "object/get",
345
344
  [
@@ -347,37 +346,38 @@
347
346
  "@entity"
348
347
  ],
349
348
  "status"
350
- ],
351
- "type": "badge"
349
+ ]
352
350
  }
353
351
  ],
352
+ "type": "stack",
354
353
  "gap": "md",
355
- "direction": "vertical"
354
+ "align": "center"
356
355
  },
357
356
  {
358
- "gap": "sm",
359
- "direction": "horizontal",
360
- "justify": "center",
361
357
  "type": "stack",
358
+ "justify": "center",
362
359
  "children": [
363
360
  {
364
- "type": "button",
361
+ "action": "PAUSE",
365
362
  "icon": "pause",
363
+ "type": "button",
366
364
  "variant": "secondary",
367
- "label": "Pause",
368
- "action": "PAUSE"
365
+ "label": "Pause"
369
366
  },
370
367
  {
368
+ "type": "button",
369
+ "label": "Reset",
371
370
  "action": "RESET",
372
371
  "variant": "ghost",
373
- "label": "Reset",
374
- "icon": "rotate-ccw",
375
- "type": "button"
372
+ "icon": "rotate-ccw"
376
373
  }
377
- ]
374
+ ],
375
+ "gap": "sm",
376
+ "direction": "horizontal"
378
377
  }
379
378
  ],
380
- "direction": "vertical"
379
+ "align": "center",
380
+ "gap": "lg"
381
381
  }
382
382
  ]
383
383
  ]
@@ -391,27 +391,23 @@
391
391
  "render-ui",
392
392
  "main",
393
393
  {
394
- "type": "stack",
395
394
  "children": [
396
395
  {
397
- "gap": "md",
398
- "direction": "vertical",
399
- "align": "center",
400
396
  "children": [
401
397
  {
402
398
  "type": "stack",
403
- "align": "center",
404
399
  "children": [
405
400
  {
406
- "name": "clock",
407
- "type": "icon"
401
+ "type": "icon",
402
+ "name": "clock"
408
403
  },
409
404
  {
410
- "type": "typography",
411
405
  "variant": "h2",
406
+ "type": "typography",
412
407
  "content": "Timer"
413
408
  }
414
409
  ],
410
+ "align": "center",
415
411
  "direction": "horizontal",
416
412
  "gap": "sm"
417
413
  },
@@ -419,6 +415,7 @@
419
415
  "type": "divider"
420
416
  },
421
417
  {
418
+ "type": "animated-counter",
422
419
  "value": [
423
420
  "object/get",
424
421
  [
@@ -427,12 +424,12 @@
427
424
  ],
428
425
  "remaining"
429
426
  ],
430
- "label": "",
431
427
  "duration": 500.0,
432
- "type": "animated-counter"
428
+ "label": ""
433
429
  },
434
430
  {
435
431
  "type": "stat-display",
432
+ "label": "Time Remaining",
436
433
  "max": 60.0,
437
434
  "value": [
438
435
  "object/get",
@@ -441,10 +438,11 @@
441
438
  "@entity"
442
439
  ],
443
440
  "remaining"
444
- ],
445
- "label": "Time Remaining"
441
+ ]
446
442
  },
447
443
  {
444
+ "type": "meter",
445
+ "max": 60.0,
448
446
  "value": [
449
447
  "object/get",
450
448
  [
@@ -453,15 +451,12 @@
453
451
  ],
454
452
  "remaining"
455
453
  ],
456
- "type": "meter",
457
- "max": 60.0,
458
454
  "min": 0.0
459
455
  },
460
456
  {
461
- "max": 60.0,
462
- "type": "progress-bar",
463
- "color": "primary",
464
457
  "showPercentage": true,
458
+ "type": "progress-bar",
459
+ "max": 60.0,
465
460
  "value": [
466
461
  "object/get",
467
462
  [
@@ -469,7 +464,8 @@
469
464
  "@entity"
470
465
  ],
471
466
  "remaining"
472
- ]
467
+ ],
468
+ "color": "primary"
473
469
  },
474
470
  {
475
471
  "type": "badge",
@@ -483,34 +479,38 @@
483
479
  ]
484
480
  }
485
481
  ],
486
- "type": "stack"
482
+ "gap": "md",
483
+ "direction": "vertical",
484
+ "type": "stack",
485
+ "align": "center"
487
486
  },
488
487
  {
489
488
  "direction": "horizontal",
490
- "justify": "center",
491
489
  "type": "stack",
492
- "gap": "sm",
490
+ "justify": "center",
493
491
  "children": [
494
492
  {
493
+ "action": "PAUSE",
495
494
  "type": "button",
496
495
  "icon": "pause",
497
496
  "label": "Pause",
498
- "action": "PAUSE",
499
497
  "variant": "secondary"
500
498
  },
501
499
  {
500
+ "type": "button",
502
501
  "variant": "ghost",
502
+ "action": "RESET",
503
503
  "label": "Reset",
504
- "type": "button",
505
- "icon": "rotate-ccw",
506
- "action": "RESET"
504
+ "icon": "rotate-ccw"
507
505
  }
508
- ]
506
+ ],
507
+ "gap": "sm"
509
508
  }
510
509
  ],
511
510
  "direction": "vertical",
512
- "align": "center",
513
- "gap": "lg"
511
+ "type": "stack",
512
+ "gap": "lg",
513
+ "align": "center"
514
514
  }
515
515
  ]
516
516
  ]
@@ -530,16 +530,16 @@
530
530
  "main",
531
531
  {
532
532
  "gap": "lg",
533
+ "direction": "vertical",
534
+ "type": "stack",
535
+ "align": "center",
533
536
  "children": [
534
537
  {
535
- "gap": "md",
536
538
  "direction": "vertical",
539
+ "type": "stack",
537
540
  "align": "center",
538
541
  "children": [
539
542
  {
540
- "direction": "horizontal",
541
- "gap": "sm",
542
- "align": "center",
543
543
  "type": "stack",
544
544
  "children": [
545
545
  {
@@ -551,12 +551,18 @@
551
551
  "content": "Timer",
552
552
  "type": "typography"
553
553
  }
554
- ]
554
+ ],
555
+ "gap": "sm",
556
+ "align": "center",
557
+ "direction": "horizontal"
555
558
  },
556
559
  {
557
560
  "type": "divider"
558
561
  },
559
562
  {
563
+ "duration": 500.0,
564
+ "type": "animated-counter",
565
+ "label": "",
560
566
  "value": [
561
567
  "object/get",
562
568
  [
@@ -564,12 +570,12 @@
564
570
  "@entity"
565
571
  ],
566
572
  "remaining"
567
- ],
568
- "duration": 500.0,
569
- "type": "animated-counter",
570
- "label": ""
573
+ ]
571
574
  },
572
575
  {
576
+ "type": "stat-display",
577
+ "label": "Time Remaining",
578
+ "max": 60.0,
573
579
  "value": [
574
580
  "object/get",
575
581
  [
@@ -577,15 +583,9 @@
577
583
  "@entity"
578
584
  ],
579
585
  "remaining"
580
- ],
581
- "type": "stat-display",
582
- "label": "Time Remaining",
583
- "max": 60.0
586
+ ]
584
587
  },
585
588
  {
586
- "min": 0.0,
587
- "type": "meter",
588
- "max": 60.0,
589
589
  "value": [
590
590
  "object/get",
591
591
  [
@@ -593,12 +593,12 @@
593
593
  "@entity"
594
594
  ],
595
595
  "remaining"
596
- ]
596
+ ],
597
+ "type": "meter",
598
+ "max": 60.0,
599
+ "min": 0.0
597
600
  },
598
601
  {
599
- "color": "primary",
600
- "type": "progress-bar",
601
- "max": 60.0,
602
602
  "value": [
603
603
  "object/get",
604
604
  [
@@ -607,6 +607,9 @@
607
607
  ],
608
608
  "remaining"
609
609
  ],
610
+ "type": "progress-bar",
611
+ "max": 60.0,
612
+ "color": "primary",
610
613
  "showPercentage": true
611
614
  },
612
615
  {
@@ -621,34 +624,31 @@
621
624
  ]
622
625
  }
623
626
  ],
624
- "type": "stack"
627
+ "gap": "md"
625
628
  },
626
629
  {
627
- "gap": "sm",
630
+ "type": "stack",
631
+ "direction": "horizontal",
632
+ "justify": "center",
628
633
  "children": [
629
634
  {
635
+ "icon": "play",
630
636
  "label": "Resume",
631
637
  "action": "RESUME",
632
- "variant": "primary",
633
638
  "type": "button",
634
- "icon": "play"
639
+ "variant": "primary"
635
640
  },
636
641
  {
642
+ "type": "button",
643
+ "label": "Reset",
637
644
  "variant": "ghost",
638
- "action": "RESET",
639
645
  "icon": "rotate-ccw",
640
- "label": "Reset",
641
- "type": "button"
646
+ "action": "RESET"
642
647
  }
643
648
  ],
644
- "justify": "center",
645
- "type": "stack",
646
- "direction": "horizontal"
649
+ "gap": "sm"
647
650
  }
648
- ],
649
- "type": "stack",
650
- "direction": "vertical",
651
- "align": "center"
651
+ ]
652
652
  }
653
653
  ]
654
654
  ]
@@ -667,38 +667,36 @@
667
667
  "render-ui",
668
668
  "main",
669
669
  {
670
- "gap": "lg",
671
- "align": "center",
670
+ "type": "stack",
672
671
  "direction": "vertical",
672
+ "align": "center",
673
673
  "children": [
674
674
  {
675
+ "direction": "vertical",
676
+ "gap": "md",
675
677
  "type": "stack",
676
- "align": "center",
677
678
  "children": [
678
679
  {
679
- "gap": "sm",
680
- "type": "stack",
681
- "align": "center",
682
680
  "children": [
683
681
  {
684
682
  "type": "icon",
685
683
  "name": "clock"
686
684
  },
687
685
  {
688
- "type": "typography",
686
+ "variant": "h2",
689
687
  "content": "Timer",
690
- "variant": "h2"
688
+ "type": "typography"
691
689
  }
692
690
  ],
693
- "direction": "horizontal"
691
+ "gap": "sm",
692
+ "direction": "horizontal",
693
+ "type": "stack",
694
+ "align": "center"
694
695
  },
695
696
  {
696
697
  "type": "divider"
697
698
  },
698
699
  {
699
- "type": "animated-counter",
700
- "label": "",
701
- "duration": 500.0,
702
700
  "value": [
703
701
  "object/get",
704
702
  [
@@ -706,12 +704,12 @@
706
704
  "@entity"
707
705
  ],
708
706
  "remaining"
709
- ]
707
+ ],
708
+ "type": "animated-counter",
709
+ "label": "",
710
+ "duration": 500.0
710
711
  },
711
712
  {
712
- "label": "Time Remaining",
713
- "type": "stat-display",
714
- "max": 60.0,
715
713
  "value": [
716
714
  "object/get",
717
715
  [
@@ -719,11 +717,14 @@
719
717
  "@entity"
720
718
  ],
721
719
  "remaining"
722
- ]
720
+ ],
721
+ "type": "stat-display",
722
+ "max": 60.0,
723
+ "label": "Time Remaining"
723
724
  },
724
725
  {
726
+ "max": 60.0,
725
727
  "min": 0.0,
726
- "type": "meter",
727
728
  "value": [
728
729
  "object/get",
729
730
  [
@@ -732,11 +733,9 @@
732
733
  ],
733
734
  "remaining"
734
735
  ],
735
- "max": 60.0
736
+ "type": "meter"
736
737
  },
737
738
  {
738
- "showPercentage": true,
739
- "type": "progress-bar",
740
739
  "value": [
741
740
  "object/get",
742
741
  [
@@ -745,10 +744,13 @@
745
744
  ],
746
745
  "remaining"
747
746
  ],
747
+ "color": "primary",
748
+ "type": "progress-bar",
748
749
  "max": 60.0,
749
- "color": "primary"
750
+ "showPercentage": true
750
751
  },
751
752
  {
753
+ "type": "badge",
752
754
  "label": [
753
755
  "object/get",
754
756
  [
@@ -756,35 +758,33 @@
756
758
  "@entity"
757
759
  ],
758
760
  "status"
759
- ],
760
- "type": "badge"
761
+ ]
761
762
  }
762
763
  ],
763
- "gap": "md",
764
- "direction": "vertical"
764
+ "align": "center"
765
765
  },
766
766
  {
767
- "content": "Time is up!",
767
+ "variant": "h3",
768
768
  "type": "typography",
769
- "variant": "h3"
769
+ "content": "Time is up!"
770
770
  },
771
771
  {
772
- "direction": "horizontal",
773
- "gap": "sm",
774
- "justify": "center",
775
772
  "children": [
776
773
  {
777
774
  "label": "Reset",
775
+ "variant": "primary",
778
776
  "icon": "rotate-ccw",
779
777
  "action": "RESET",
780
- "type": "button",
781
- "variant": "primary"
778
+ "type": "button"
782
779
  }
783
780
  ],
781
+ "direction": "horizontal",
782
+ "justify": "center",
783
+ "gap": "sm",
784
784
  "type": "stack"
785
785
  }
786
786
  ],
787
- "type": "stack"
787
+ "gap": "lg"
788
788
  }
789
789
  ]
790
790
  ]
@@ -803,20 +803,17 @@
803
803
  "render-ui",
804
804
  "main",
805
805
  {
806
+ "align": "center",
806
807
  "direction": "vertical",
807
- "gap": "lg",
808
808
  "type": "stack",
809
- "align": "center",
809
+ "gap": "lg",
810
810
  "children": [
811
811
  {
812
- "gap": "md",
813
- "type": "stack",
814
- "align": "center",
815
812
  "children": [
816
813
  {
817
- "gap": "sm",
818
814
  "direction": "horizontal",
819
815
  "align": "center",
816
+ "gap": "sm",
820
817
  "type": "stack",
821
818
  "children": [
822
819
  {
@@ -824,9 +821,9 @@
824
821
  "name": "clock"
825
822
  },
826
823
  {
827
- "type": "typography",
824
+ "variant": "h2",
828
825
  "content": "Timer",
829
- "variant": "h2"
826
+ "type": "typography"
830
827
  }
831
828
  ]
832
829
  },
@@ -834,7 +831,7 @@
834
831
  "type": "divider"
835
832
  },
836
833
  {
837
- "type": "animated-counter",
834
+ "duration": 500.0,
838
835
  "value": [
839
836
  "object/get",
840
837
  [
@@ -843,10 +840,13 @@
843
840
  ],
844
841
  "remaining"
845
842
  ],
846
- "label": "",
847
- "duration": 500.0
843
+ "type": "animated-counter",
844
+ "label": ""
848
845
  },
849
846
  {
847
+ "label": "Time Remaining",
848
+ "type": "stat-display",
849
+ "max": 60.0,
850
850
  "value": [
851
851
  "object/get",
852
852
  [
@@ -854,13 +854,9 @@
854
854
  "@entity"
855
855
  ],
856
856
  "remaining"
857
- ],
858
- "label": "Time Remaining",
859
- "max": 60.0,
860
- "type": "stat-display"
857
+ ]
861
858
  },
862
859
  {
863
- "max": 60.0,
864
860
  "min": 0.0,
865
861
  "value": [
866
862
  "object/get",
@@ -870,9 +866,14 @@
870
866
  ],
871
867
  "remaining"
872
868
  ],
873
- "type": "meter"
869
+ "type": "meter",
870
+ "max": 60.0
874
871
  },
875
872
  {
873
+ "max": 60.0,
874
+ "type": "progress-bar",
875
+ "color": "primary",
876
+ "showPercentage": true,
876
877
  "value": [
877
878
  "object/get",
878
879
  [
@@ -880,13 +881,10 @@
880
881
  "@entity"
881
882
  ],
882
883
  "remaining"
883
- ],
884
- "max": 60.0,
885
- "color": "primary",
886
- "type": "progress-bar",
887
- "showPercentage": true
884
+ ]
888
885
  },
889
886
  {
887
+ "type": "badge",
890
888
  "label": [
891
889
  "object/get",
892
890
  [
@@ -894,40 +892,42 @@
894
892
  "@entity"
895
893
  ],
896
894
  "status"
897
- ],
898
- "type": "badge"
895
+ ]
899
896
  }
900
897
  ],
898
+ "align": "center",
899
+ "gap": "md",
900
+ "type": "stack",
901
901
  "direction": "vertical"
902
902
  },
903
903
  {
904
- "gap": "sm",
905
- "justify": "center",
906
- "type": "stack",
907
- "direction": "horizontal",
908
904
  "children": [
909
905
  {
910
- "icon": "play",
911
906
  "label": "Start",
912
- "action": "START",
913
907
  "variant": "primary",
914
- "type": "button"
908
+ "type": "button",
909
+ "icon": "play",
910
+ "action": "START"
915
911
  },
916
912
  {
917
- "action": "PAUSE",
913
+ "type": "button",
918
914
  "variant": "ghost",
919
915
  "icon": "pause",
920
- "type": "button",
921
- "label": "Pause"
916
+ "label": "Pause",
917
+ "action": "PAUSE"
922
918
  },
923
919
  {
924
- "variant": "ghost",
925
920
  "action": "RESET",
926
- "icon": "rotate-ccw",
921
+ "variant": "ghost",
927
922
  "label": "Reset",
928
- "type": "button"
923
+ "type": "button",
924
+ "icon": "rotate-ccw"
929
925
  }
930
- ]
926
+ ],
927
+ "direction": "horizontal",
928
+ "type": "stack",
929
+ "gap": "sm",
930
+ "justify": "center"
931
931
  }
932
932
  ]
933
933
  }
@@ -948,35 +948,33 @@
948
948
  "render-ui",
949
949
  "main",
950
950
  {
951
+ "direction": "vertical",
952
+ "align": "center",
953
+ "gap": "lg",
951
954
  "children": [
952
955
  {
953
- "gap": "md",
954
- "direction": "vertical",
955
956
  "children": [
956
957
  {
958
+ "gap": "sm",
959
+ "direction": "horizontal",
960
+ "type": "stack",
961
+ "align": "center",
957
962
  "children": [
958
963
  {
959
- "type": "icon",
960
- "name": "clock"
964
+ "name": "clock",
965
+ "type": "icon"
961
966
  },
962
967
  {
963
968
  "content": "Timer",
964
- "variant": "h2",
965
- "type": "typography"
969
+ "type": "typography",
970
+ "variant": "h2"
966
971
  }
967
- ],
968
- "direction": "horizontal",
969
- "align": "center",
970
- "gap": "sm",
971
- "type": "stack"
972
+ ]
972
973
  },
973
974
  {
974
975
  "type": "divider"
975
976
  },
976
977
  {
977
- "type": "animated-counter",
978
- "duration": 500.0,
979
- "label": "",
980
978
  "value": [
981
979
  "object/get",
982
980
  [
@@ -984,11 +982,14 @@
984
982
  "@entity"
985
983
  ],
986
984
  "remaining"
987
- ]
985
+ ],
986
+ "duration": 500.0,
987
+ "type": "animated-counter",
988
+ "label": ""
988
989
  },
989
990
  {
990
- "max": 60.0,
991
991
  "label": "Time Remaining",
992
+ "max": 60.0,
992
993
  "type": "stat-display",
993
994
  "value": [
994
995
  "object/get",
@@ -1000,6 +1001,8 @@
1000
1001
  ]
1001
1002
  },
1002
1003
  {
1004
+ "type": "meter",
1005
+ "max": 60.0,
1003
1006
  "value": [
1004
1007
  "object/get",
1005
1008
  [
@@ -1008,12 +1011,13 @@
1008
1011
  ],
1009
1012
  "remaining"
1010
1013
  ],
1011
- "max": 60.0,
1012
- "type": "meter",
1013
1014
  "min": 0.0
1014
1015
  },
1015
1016
  {
1017
+ "color": "primary",
1018
+ "max": 60.0,
1016
1019
  "type": "progress-bar",
1020
+ "showPercentage": true,
1017
1021
  "value": [
1018
1022
  "object/get",
1019
1023
  [
@@ -1021,10 +1025,7 @@
1021
1025
  "@entity"
1022
1026
  ],
1023
1027
  "remaining"
1024
- ],
1025
- "showPercentage": true,
1026
- "max": 60.0,
1027
- "color": "primary"
1028
+ ]
1028
1029
  },
1029
1030
  {
1030
1031
  "type": "badge",
@@ -1039,34 +1040,33 @@
1039
1040
  }
1040
1041
  ],
1041
1042
  "type": "stack",
1043
+ "direction": "vertical",
1044
+ "gap": "md",
1042
1045
  "align": "center"
1043
1046
  },
1044
1047
  {
1045
- "direction": "horizontal",
1046
1048
  "gap": "sm",
1047
- "type": "stack",
1048
- "justify": "center",
1049
1049
  "children": [
1050
1050
  {
1051
- "label": "Pause",
1052
1051
  "icon": "pause",
1053
- "variant": "secondary",
1052
+ "label": "Pause",
1054
1053
  "action": "PAUSE",
1055
- "type": "button"
1054
+ "type": "button",
1055
+ "variant": "secondary"
1056
1056
  },
1057
1057
  {
1058
- "variant": "ghost",
1059
- "type": "button",
1060
1058
  "label": "Reset",
1059
+ "type": "button",
1060
+ "variant": "ghost",
1061
1061
  "icon": "rotate-ccw",
1062
1062
  "action": "RESET"
1063
1063
  }
1064
- ]
1064
+ ],
1065
+ "justify": "center",
1066
+ "type": "stack",
1067
+ "direction": "horizontal"
1065
1068
  }
1066
1069
  ],
1067
- "direction": "vertical",
1068
- "gap": "lg",
1069
- "align": "center",
1070
1070
  "type": "stack"
1071
1071
  }
1072
1072
  ]
@@ -1086,18 +1086,16 @@
1086
1086
  "render-ui",
1087
1087
  "main",
1088
1088
  {
1089
- "type": "stack",
1090
- "direction": "vertical",
1091
- "align": "center",
1092
- "gap": "lg",
1093
1089
  "children": [
1094
1090
  {
1095
- "direction": "vertical",
1096
1091
  "type": "stack",
1092
+ "direction": "vertical",
1093
+ "gap": "md",
1097
1094
  "align": "center",
1098
1095
  "children": [
1099
1096
  {
1100
1097
  "align": "center",
1098
+ "type": "stack",
1101
1099
  "direction": "horizontal",
1102
1100
  "children": [
1103
1101
  {
@@ -1105,12 +1103,11 @@
1105
1103
  "type": "icon"
1106
1104
  },
1107
1105
  {
1108
- "type": "typography",
1106
+ "variant": "h2",
1109
1107
  "content": "Timer",
1110
- "variant": "h2"
1108
+ "type": "typography"
1111
1109
  }
1112
1110
  ],
1113
- "type": "stack",
1114
1111
  "gap": "sm"
1115
1112
  },
1116
1113
  {
@@ -1125,14 +1122,11 @@
1125
1122
  ],
1126
1123
  "remaining"
1127
1124
  ],
1128
- "label": "",
1129
1125
  "type": "animated-counter",
1126
+ "label": "",
1130
1127
  "duration": 500.0
1131
1128
  },
1132
1129
  {
1133
- "label": "Time Remaining",
1134
- "max": 60.0,
1135
- "type": "stat-display",
1136
1130
  "value": [
1137
1131
  "object/get",
1138
1132
  [
@@ -1140,12 +1134,13 @@
1140
1134
  "@entity"
1141
1135
  ],
1142
1136
  "remaining"
1143
- ]
1137
+ ],
1138
+ "label": "Time Remaining",
1139
+ "type": "stat-display",
1140
+ "max": 60.0
1144
1141
  },
1145
1142
  {
1146
- "min": 0.0,
1147
1143
  "type": "meter",
1148
- "max": 60.0,
1149
1144
  "value": [
1150
1145
  "object/get",
1151
1146
  [
@@ -1153,13 +1148,13 @@
1153
1148
  "@entity"
1154
1149
  ],
1155
1150
  "remaining"
1156
- ]
1151
+ ],
1152
+ "min": 0.0,
1153
+ "max": 60.0
1157
1154
  },
1158
1155
  {
1159
- "max": 60.0,
1160
- "type": "progress-bar",
1161
- "showPercentage": true,
1162
1156
  "color": "primary",
1157
+ "showPercentage": true,
1163
1158
  "value": [
1164
1159
  "object/get",
1165
1160
  [
@@ -1167,9 +1162,12 @@
1167
1162
  "@entity"
1168
1163
  ],
1169
1164
  "remaining"
1170
- ]
1165
+ ],
1166
+ "type": "progress-bar",
1167
+ "max": 60.0
1171
1168
  },
1172
1169
  {
1170
+ "type": "badge",
1173
1171
  "label": [
1174
1172
  "object/get",
1175
1173
  [
@@ -1177,42 +1175,44 @@
1177
1175
  "@entity"
1178
1176
  ],
1179
1177
  "status"
1180
- ],
1181
- "type": "badge"
1178
+ ]
1182
1179
  }
1183
- ],
1184
- "gap": "md"
1180
+ ]
1185
1181
  },
1186
1182
  {
1187
- "gap": "sm",
1188
- "direction": "horizontal",
1183
+ "justify": "center",
1189
1184
  "children": [
1190
1185
  {
1186
+ "type": "button",
1187
+ "action": "START",
1191
1188
  "label": "Start",
1192
1189
  "variant": "primary",
1193
- "action": "START",
1194
- "icon": "play",
1195
- "type": "button"
1190
+ "icon": "play"
1196
1191
  },
1197
1192
  {
1198
1193
  "type": "button",
1199
- "label": "Pause",
1200
1194
  "icon": "pause",
1195
+ "action": "PAUSE",
1201
1196
  "variant": "ghost",
1202
- "action": "PAUSE"
1197
+ "label": "Pause"
1203
1198
  },
1204
1199
  {
1205
1200
  "type": "button",
1206
- "action": "RESET",
1207
1201
  "variant": "ghost",
1202
+ "action": "RESET",
1208
1203
  "icon": "rotate-ccw",
1209
1204
  "label": "Reset"
1210
1205
  }
1211
1206
  ],
1212
1207
  "type": "stack",
1213
- "justify": "center"
1208
+ "direction": "horizontal",
1209
+ "gap": "sm"
1214
1210
  }
1215
- ]
1211
+ ],
1212
+ "direction": "vertical",
1213
+ "type": "stack",
1214
+ "gap": "lg",
1215
+ "align": "center"
1216
1216
  }
1217
1217
  ]
1218
1218
  ]
@@ -1231,32 +1231,37 @@
1231
1231
  "render-ui",
1232
1232
  "main",
1233
1233
  {
1234
- "direction": "vertical",
1235
1234
  "gap": "lg",
1235
+ "type": "stack",
1236
+ "align": "center",
1237
+ "direction": "vertical",
1236
1238
  "children": [
1237
1239
  {
1240
+ "gap": "md",
1241
+ "direction": "vertical",
1238
1242
  "children": [
1239
1243
  {
1240
- "align": "center",
1241
1244
  "type": "stack",
1242
- "gap": "sm",
1245
+ "align": "center",
1246
+ "direction": "horizontal",
1243
1247
  "children": [
1244
1248
  {
1245
- "name": "clock",
1246
- "type": "icon"
1249
+ "type": "icon",
1250
+ "name": "clock"
1247
1251
  },
1248
1252
  {
1249
- "type": "typography",
1250
1253
  "content": "Timer",
1251
- "variant": "h2"
1254
+ "variant": "h2",
1255
+ "type": "typography"
1252
1256
  }
1253
1257
  ],
1254
- "direction": "horizontal"
1258
+ "gap": "sm"
1255
1259
  },
1256
1260
  {
1257
1261
  "type": "divider"
1258
1262
  },
1259
1263
  {
1264
+ "label": "",
1260
1265
  "type": "animated-counter",
1261
1266
  "value": [
1262
1267
  "object/get",
@@ -1266,7 +1271,6 @@
1266
1271
  ],
1267
1272
  "remaining"
1268
1273
  ],
1269
- "label": "",
1270
1274
  "duration": 500.0
1271
1275
  },
1272
1276
  {
@@ -1283,8 +1287,6 @@
1283
1287
  "max": 60.0
1284
1288
  },
1285
1289
  {
1286
- "type": "meter",
1287
- "max": 60.0,
1288
1290
  "value": [
1289
1291
  "object/get",
1290
1292
  [
@@ -1293,12 +1295,14 @@
1293
1295
  ],
1294
1296
  "remaining"
1295
1297
  ],
1296
- "min": 0.0
1298
+ "type": "meter",
1299
+ "min": 0.0,
1300
+ "max": 60.0
1297
1301
  },
1298
1302
  {
1303
+ "max": 60.0,
1299
1304
  "type": "progress-bar",
1300
1305
  "color": "primary",
1301
- "showPercentage": true,
1302
1306
  "value": [
1303
1307
  "object/get",
1304
1308
  [
@@ -1307,7 +1311,7 @@
1307
1311
  ],
1308
1312
  "remaining"
1309
1313
  ],
1310
- "max": 60.0
1314
+ "showPercentage": true
1311
1315
  },
1312
1316
  {
1313
1317
  "type": "badge",
@@ -1322,42 +1326,38 @@
1322
1326
  }
1323
1327
  ],
1324
1328
  "type": "stack",
1325
- "direction": "vertical",
1326
- "gap": "md",
1327
1329
  "align": "center"
1328
1330
  },
1329
1331
  {
1332
+ "gap": "sm",
1333
+ "direction": "horizontal",
1334
+ "type": "stack",
1330
1335
  "justify": "center",
1331
1336
  "children": [
1332
1337
  {
1333
- "type": "button",
1334
1338
  "label": "Start",
1339
+ "action": "START",
1335
1340
  "variant": "primary",
1336
- "icon": "play",
1337
- "action": "START"
1341
+ "type": "button",
1342
+ "icon": "play"
1338
1343
  },
1339
1344
  {
1340
- "variant": "ghost",
1341
- "action": "PAUSE",
1342
- "type": "button",
1343
1345
  "icon": "pause",
1344
- "label": "Pause"
1346
+ "type": "button",
1347
+ "label": "Pause",
1348
+ "variant": "ghost",
1349
+ "action": "PAUSE"
1345
1350
  },
1346
1351
  {
1347
- "variant": "ghost",
1348
1352
  "label": "Reset",
1349
1353
  "icon": "rotate-ccw",
1350
1354
  "action": "RESET",
1351
- "type": "button"
1355
+ "type": "button",
1356
+ "variant": "ghost"
1352
1357
  }
1353
- ],
1354
- "gap": "sm",
1355
- "direction": "horizontal",
1356
- "type": "stack"
1358
+ ]
1357
1359
  }
1358
- ],
1359
- "type": "stack",
1360
- "align": "center"
1360
+ ]
1361
1361
  }
1362
1362
  ]
1363
1363
  ]