@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
@@ -317,36 +317,35 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
+ "type": "stack",
320
321
  "children": [
321
322
  {
323
+ "align": "center",
322
324
  "type": "stack",
323
325
  "direction": "horizontal",
324
- "gap": "sm",
325
- "align": "center",
326
326
  "children": [
327
327
  {
328
- "name": "graduation-cap",
329
- "type": "icon"
328
+ "type": "icon",
329
+ "name": "graduation-cap"
330
330
  },
331
331
  {
332
332
  "variant": "h2",
333
333
  "type": "typography",
334
334
  "content": "Outcome Learner"
335
335
  }
336
- ]
336
+ ],
337
+ "gap": "sm"
337
338
  },
338
339
  {
339
340
  "type": "divider"
340
341
  },
341
342
  {
342
- "type": "simple-grid",
343
- "cols": 3.0,
344
343
  "children": [
345
344
  {
346
- "type": "stat-display",
347
345
  "icon": "check-circle",
346
+ "label": "Successes",
348
347
  "value": "@entity.totalSuccesses",
349
- "label": "Successes"
348
+ "type": "stat-display"
350
349
  },
351
350
  {
352
351
  "label": "Failures",
@@ -355,43 +354,44 @@
355
354
  "icon": "x-circle"
356
355
  },
357
356
  {
358
- "type": "stat-display",
359
357
  "label": "Current Provider",
360
358
  "icon": "cpu",
359
+ "type": "stat-display",
361
360
  "value": "@entity.provider"
362
361
  }
363
- ]
362
+ ],
363
+ "type": "simple-grid",
364
+ "cols": 3.0
364
365
  },
365
366
  {
366
367
  "type": "divider"
367
368
  },
368
369
  {
370
+ "type": "card",
369
371
  "children": [
370
372
  {
373
+ "gap": "md",
374
+ "type": "stack",
375
+ "direction": "vertical",
371
376
  "children": [
372
377
  {
373
- "type": "typography",
374
378
  "content": "Listening for task outcomes...",
375
- "variant": "body"
379
+ "variant": "body",
380
+ "type": "typography"
376
381
  },
377
382
  {
378
383
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
379
384
  "variant": "caption",
380
385
  "type": "typography"
381
386
  }
382
- ],
383
- "direction": "vertical",
384
- "gap": "md",
385
- "type": "stack"
387
+ ]
386
388
  }
387
- ],
388
- "type": "card"
389
+ ]
389
390
  },
390
391
  {
391
392
  "type": "card",
392
393
  "children": [
393
394
  {
394
- "direction": "vertical",
395
395
  "children": [
396
396
  {
397
397
  "variant": "caption",
@@ -399,28 +399,28 @@
399
399
  "content": "Last Outcome"
400
400
  },
401
401
  {
402
- "content": "@entity.outcome",
403
402
  "variant": "body",
404
- "type": "typography"
403
+ "type": "typography",
404
+ "content": "@entity.outcome"
405
405
  },
406
406
  {
407
407
  "content": "Impact Analysis",
408
- "type": "typography",
409
- "variant": "caption"
408
+ "variant": "caption",
409
+ "type": "typography"
410
410
  },
411
411
  {
412
- "content": "@entity.impact",
413
412
  "variant": "body",
414
- "type": "typography"
413
+ "type": "typography",
414
+ "content": "@entity.impact"
415
415
  }
416
416
  ],
417
+ "type": "stack",
417
418
  "gap": "sm",
418
- "type": "stack"
419
+ "direction": "vertical"
419
420
  }
420
421
  ]
421
422
  }
422
423
  ],
423
- "type": "stack",
424
424
  "direction": "vertical",
425
425
  "gap": "lg"
426
426
  }
@@ -490,15 +490,15 @@
490
490
  },
491
491
  {
492
492
  "variant": "h3",
493
- "type": "typography",
494
- "content": "Recording outcome..."
493
+ "content": "Recording outcome...",
494
+ "type": "typography"
495
495
  },
496
496
  {
497
497
  "type": "spinner"
498
498
  },
499
499
  {
500
- "label": "@entity.outcome",
501
- "type": "badge"
500
+ "type": "badge",
501
+ "label": "@entity.outcome"
502
502
  }
503
503
  ]
504
504
  }
@@ -562,27 +562,27 @@
562
562
  "main",
563
563
  {
564
564
  "type": "stack",
565
- "direction": "vertical",
566
- "align": "center",
565
+ "gap": "lg",
567
566
  "children": [
568
567
  {
569
568
  "name": "save",
570
569
  "type": "icon"
571
570
  },
572
571
  {
573
- "content": "Recording outcome...",
574
572
  "variant": "h3",
575
- "type": "typography"
573
+ "type": "typography",
574
+ "content": "Recording outcome..."
576
575
  },
577
576
  {
578
577
  "type": "spinner"
579
578
  },
580
579
  {
581
- "label": "@entity.outcome",
582
- "type": "badge"
580
+ "type": "badge",
581
+ "label": "@entity.outcome"
583
582
  }
584
583
  ],
585
- "gap": "lg"
584
+ "align": "center",
585
+ "direction": "vertical"
586
586
  }
587
587
  ]
588
588
  ]
@@ -604,62 +604,67 @@
604
604
  "main",
605
605
  {
606
606
  "direction": "vertical",
607
+ "type": "stack",
608
+ "gap": "lg",
607
609
  "children": [
608
610
  {
609
- "direction": "horizontal",
610
611
  "gap": "sm",
611
- "align": "center",
612
612
  "type": "stack",
613
+ "align": "center",
613
614
  "children": [
614
615
  {
615
- "type": "icon",
616
- "name": "graduation-cap"
616
+ "name": "graduation-cap",
617
+ "type": "icon"
617
618
  },
618
619
  {
619
- "type": "typography",
620
620
  "variant": "h2",
621
- "content": "Outcome Learner"
621
+ "content": "Outcome Learner",
622
+ "type": "typography"
622
623
  }
623
- ]
624
+ ],
625
+ "direction": "horizontal"
624
626
  },
625
627
  {
626
628
  "type": "divider"
627
629
  },
628
630
  {
631
+ "cols": 3.0,
629
632
  "children": [
630
633
  {
634
+ "icon": "check-circle",
631
635
  "value": "@entity.totalSuccesses",
632
- "label": "Successes",
633
636
  "type": "stat-display",
634
- "icon": "check-circle"
637
+ "label": "Successes"
635
638
  },
636
639
  {
637
- "icon": "x-circle",
638
- "label": "Failures",
639
640
  "type": "stat-display",
640
- "value": "@entity.totalFailures"
641
+ "label": "Failures",
642
+ "value": "@entity.totalFailures",
643
+ "icon": "x-circle"
641
644
  },
642
645
  {
643
- "icon": "cpu",
644
646
  "value": "@entity.provider",
645
- "type": "stat-display",
646
- "label": "Current Provider"
647
+ "label": "Current Provider",
648
+ "icon": "cpu",
649
+ "type": "stat-display"
647
650
  }
648
651
  ],
649
- "type": "simple-grid",
650
- "cols": 3.0
652
+ "type": "simple-grid"
651
653
  },
652
654
  {
653
655
  "type": "divider"
654
656
  },
655
657
  {
658
+ "type": "card",
656
659
  "children": [
657
660
  {
661
+ "type": "stack",
662
+ "gap": "md",
658
663
  "children": [
659
664
  {
660
- "variant": "body",
665
+ "content": "Listening for task outcomes...",
661
666
  "type": "typography",
662
- "content": "Listening for task outcomes..."
667
+ "variant": "body"
663
668
  },
664
669
  {
665
670
  "type": "typography",
@@ -667,21 +672,20 @@
667
672
  "variant": "caption"
668
673
  }
669
674
  ],
670
- "gap": "md",
671
- "direction": "vertical",
672
- "type": "stack"
675
+ "direction": "vertical"
673
676
  }
674
- ],
675
- "type": "card"
677
+ ]
676
678
  },
677
679
  {
678
680
  "children": [
679
681
  {
682
+ "type": "stack",
683
+ "direction": "vertical",
680
684
  "children": [
681
685
  {
686
+ "variant": "caption",
682
687
  "type": "typography",
683
- "content": "Last Outcome",
684
- "variant": "caption"
688
+ "content": "Last Outcome"
685
689
  },
686
690
  {
687
691
  "content": "@entity.outcome",
@@ -689,9 +693,9 @@
689
693
  "type": "typography"
690
694
  },
691
695
  {
692
- "variant": "caption",
693
696
  "type": "typography",
694
- "content": "Impact Analysis"
697
+ "content": "Impact Analysis",
698
+ "variant": "caption"
695
699
  },
696
700
  {
697
701
  "type": "typography",
@@ -699,16 +703,12 @@
699
703
  "variant": "body"
700
704
  }
701
705
  ],
702
- "type": "stack",
703
- "gap": "sm",
704
- "direction": "vertical"
706
+ "gap": "sm"
705
707
  }
706
708
  ],
707
709
  "type": "card"
708
710
  }
709
- ],
710
- "type": "stack",
711
- "gap": "lg"
711
+ ]
712
712
  }
713
713
  ]
714
714
  ]
@@ -786,20 +786,28 @@
786
786
  "render-ui",
787
787
  "main",
788
788
  {
789
+ "gap": "lg",
790
+ "type": "stack",
791
+ "align": "center",
792
+ "direction": "vertical",
789
793
  "children": [
790
794
  {
791
- "type": "icon",
792
- "name": "cpu"
795
+ "name": "cpu",
796
+ "type": "icon"
793
797
  },
794
798
  {
795
- "type": "typography",
796
799
  "variant": "h3",
800
+ "type": "typography",
797
801
  "content": "Analyzing impact..."
798
802
  },
799
803
  {
800
804
  "type": "spinner"
801
805
  },
802
806
  {
807
+ "type": "stack",
808
+ "gap": "md",
809
+ "direction": "horizontal",
810
+ "justify": "center",
803
811
  "children": [
804
812
  {
805
813
  "label": [
@@ -818,17 +826,9 @@
818
826
  ],
819
827
  "type": "badge"
820
828
  }
821
- ],
822
- "type": "stack",
823
- "justify": "center",
824
- "direction": "horizontal",
825
- "gap": "md"
829
+ ]
826
830
  }
827
- ],
828
- "align": "center",
829
- "gap": "lg",
830
- "direction": "vertical",
831
- "type": "stack"
831
+ ]
832
832
  }
833
833
  ]
834
834
  ]
@@ -852,11 +852,14 @@
852
852
  "render-ui",
853
853
  "main",
854
854
  {
855
- "gap": "lg",
856
- "direction": "vertical",
857
855
  "type": "stack",
856
+ "gap": "lg",
858
857
  "children": [
859
858
  {
859
+ "type": "stack",
860
+ "direction": "horizontal",
861
+ "gap": "sm",
862
+ "align": "center",
860
863
  "children": [
861
864
  {
862
865
  "type": "icon",
@@ -867,11 +870,7 @@
867
870
  "type": "typography",
868
871
  "content": "Outcome Learner"
869
872
  }
870
- ],
871
- "type": "stack",
872
- "direction": "horizontal",
873
- "gap": "sm",
874
- "align": "center"
873
+ ]
875
874
  },
876
875
  {
877
876
  "type": "divider"
@@ -882,21 +881,21 @@
882
881
  "children": [
883
882
  {
884
883
  "type": "stat-display",
884
+ "value": "@entity.totalSuccesses",
885
885
  "icon": "check-circle",
886
- "label": "Successes",
887
- "value": "@entity.totalSuccesses"
886
+ "label": "Successes"
888
887
  },
889
888
  {
890
889
  "type": "stat-display",
891
- "value": "@entity.totalFailures",
892
890
  "label": "Failures",
893
- "icon": "x-circle"
891
+ "icon": "x-circle",
892
+ "value": "@entity.totalFailures"
894
893
  },
895
894
  {
896
- "icon": "cpu",
897
- "type": "stat-display",
898
895
  "value": "@entity.provider",
899
- "label": "Current Provider"
896
+ "label": "Current Provider",
897
+ "icon": "cpu",
898
+ "type": "stat-display"
900
899
  }
901
900
  ]
902
901
  },
@@ -907,57 +906,58 @@
907
906
  "type": "card",
908
907
  "children": [
909
908
  {
910
- "direction": "vertical",
911
909
  "children": [
912
910
  {
913
- "content": "Listening for task outcomes...",
914
911
  "variant": "body",
915
- "type": "typography"
912
+ "type": "typography",
913
+ "content": "Listening for task outcomes..."
916
914
  },
917
915
  {
918
- "type": "typography",
919
916
  "variant": "caption",
917
+ "type": "typography",
920
918
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
921
919
  }
922
920
  ],
923
921
  "type": "stack",
922
+ "direction": "vertical",
924
923
  "gap": "md"
925
924
  }
926
925
  ]
927
926
  },
928
927
  {
929
- "type": "card",
930
928
  "children": [
931
929
  {
930
+ "gap": "sm",
932
931
  "direction": "vertical",
933
932
  "type": "stack",
934
933
  "children": [
935
934
  {
936
- "content": "Last Outcome",
935
+ "type": "typography",
937
936
  "variant": "caption",
938
- "type": "typography"
937
+ "content": "Last Outcome"
939
938
  },
940
939
  {
941
940
  "type": "typography",
942
- "content": "@entity.outcome",
943
- "variant": "body"
941
+ "variant": "body",
942
+ "content": "@entity.outcome"
944
943
  },
945
944
  {
945
+ "variant": "caption",
946
946
  "content": "Impact Analysis",
947
- "type": "typography",
948
- "variant": "caption"
947
+ "type": "typography"
949
948
  },
950
949
  {
951
- "variant": "body",
950
+ "type": "typography",
952
951
  "content": "@entity.impact",
953
- "type": "typography"
952
+ "variant": "body"
954
953
  }
955
- ],
956
- "gap": "sm"
954
+ ]
957
955
  }
958
- ]
956
+ ],
957
+ "type": "card"
959
958
  }
960
- ]
959
+ ],
960
+ "direction": "vertical"
961
961
  }
962
962
  ]
963
963
  ]
@@ -988,32 +988,32 @@
988
988
  "render-ui",
989
989
  "main",
990
990
  {
991
- "gap": "lg",
992
- "direction": "vertical",
993
991
  "type": "stack",
992
+ "direction": "vertical",
993
+ "gap": "lg",
994
994
  "children": [
995
995
  {
996
+ "direction": "horizontal",
997
+ "type": "stack",
998
+ "gap": "sm",
999
+ "align": "center",
996
1000
  "children": [
997
1001
  {
998
- "type": "icon",
999
- "name": "graduation-cap"
1002
+ "name": "graduation-cap",
1003
+ "type": "icon"
1000
1004
  },
1001
1005
  {
1002
- "type": "typography",
1003
1006
  "variant": "h2",
1007
+ "type": "typography",
1004
1008
  "content": "Outcome Learner"
1005
1009
  }
1006
- ],
1007
- "gap": "sm",
1008
- "align": "center",
1009
- "type": "stack",
1010
- "direction": "horizontal"
1010
+ ]
1011
1011
  },
1012
1012
  {
1013
1013
  "type": "divider"
1014
1014
  },
1015
1015
  {
1016
- "type": "simple-grid",
1016
+ "cols": 3.0,
1017
1017
  "children": [
1018
1018
  {
1019
1019
  "label": "Successes",
@@ -1022,49 +1022,51 @@
1022
1022
  "type": "stat-display"
1023
1023
  },
1024
1024
  {
1025
- "label": "Failures",
1026
1025
  "type": "stat-display",
1027
- "value": "@entity.totalFailures",
1028
- "icon": "x-circle"
1026
+ "label": "Failures",
1027
+ "icon": "x-circle",
1028
+ "value": "@entity.totalFailures"
1029
1029
  },
1030
1030
  {
1031
- "value": "@entity.provider",
1032
1031
  "type": "stat-display",
1033
- "icon": "cpu",
1034
- "label": "Current Provider"
1032
+ "value": "@entity.provider",
1033
+ "label": "Current Provider",
1034
+ "icon": "cpu"
1035
1035
  }
1036
1036
  ],
1037
- "cols": 3.0
1037
+ "type": "simple-grid"
1038
1038
  },
1039
1039
  {
1040
1040
  "type": "divider"
1041
1041
  },
1042
1042
  {
1043
- "type": "card",
1044
1043
  "children": [
1045
1044
  {
1046
- "type": "stack",
1047
- "gap": "md",
1048
- "direction": "vertical",
1049
1045
  "children": [
1050
1046
  {
1051
- "variant": "body",
1052
1047
  "type": "typography",
1053
- "content": "Listening for task outcomes..."
1048
+ "content": "Listening for task outcomes...",
1049
+ "variant": "body"
1054
1050
  },
1055
1051
  {
1052
+ "type": "typography",
1056
1053
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1057
- "variant": "caption",
1058
- "type": "typography"
1054
+ "variant": "caption"
1059
1055
  }
1060
- ]
1056
+ ],
1057
+ "direction": "vertical",
1058
+ "type": "stack",
1059
+ "gap": "md"
1061
1060
  }
1062
- ]
1061
+ ],
1062
+ "type": "card"
1063
1063
  },
1064
1064
  {
1065
+ "type": "card",
1065
1066
  "children": [
1066
1067
  {
1067
- "gap": "sm",
1068
+ "direction": "vertical",
1069
+ "type": "stack",
1068
1070
  "children": [
1069
1071
  {
1070
1072
  "variant": "caption",
@@ -1072,26 +1074,24 @@
1072
1074
  "type": "typography"
1073
1075
  },
1074
1076
  {
1075
- "content": "@entity.outcome",
1077
+ "variant": "body",
1076
1078
  "type": "typography",
1077
- "variant": "body"
1079
+ "content": "@entity.outcome"
1078
1080
  },
1079
1081
  {
1080
- "content": "Impact Analysis",
1081
1082
  "variant": "caption",
1082
- "type": "typography"
1083
+ "type": "typography",
1084
+ "content": "Impact Analysis"
1083
1085
  },
1084
1086
  {
1085
- "type": "typography",
1086
1087
  "content": "@entity.impact",
1087
- "variant": "body"
1088
+ "variant": "body",
1089
+ "type": "typography"
1088
1090
  }
1089
1091
  ],
1090
- "direction": "vertical",
1091
- "type": "stack"
1092
+ "gap": "sm"
1092
1093
  }
1093
- ],
1094
- "type": "card"
1094
+ ]
1095
1095
  }
1096
1096
  ]
1097
1097
  }
@@ -1117,11 +1117,13 @@
1117
1117
  "render-ui",
1118
1118
  "main",
1119
1119
  {
1120
+ "type": "stack",
1121
+ "direction": "vertical",
1122
+ "gap": "lg",
1120
1123
  "children": [
1121
1124
  {
1122
- "type": "stack",
1123
1125
  "gap": "sm",
1124
- "direction": "horizontal",
1126
+ "type": "stack",
1125
1127
  "align": "center",
1126
1128
  "children": [
1127
1129
  {
@@ -1133,34 +1135,35 @@
1133
1135
  "type": "typography",
1134
1136
  "content": "Outcome Learner"
1135
1137
  }
1136
- ]
1138
+ ],
1139
+ "direction": "horizontal"
1137
1140
  },
1138
1141
  {
1139
1142
  "type": "divider"
1140
1143
  },
1141
1144
  {
1142
1145
  "cols": 3.0,
1146
+ "type": "simple-grid",
1143
1147
  "children": [
1144
1148
  {
1149
+ "icon": "check-circle",
1145
1150
  "type": "stat-display",
1146
1151
  "label": "Successes",
1147
- "value": "@entity.totalSuccesses",
1148
- "icon": "check-circle"
1152
+ "value": "@entity.totalSuccesses"
1149
1153
  },
1150
1154
  {
1151
- "icon": "x-circle",
1152
1155
  "type": "stat-display",
1156
+ "icon": "x-circle",
1153
1157
  "label": "Failures",
1154
1158
  "value": "@entity.totalFailures"
1155
1159
  },
1156
1160
  {
1157
- "icon": "cpu",
1161
+ "value": "@entity.provider",
1158
1162
  "type": "stat-display",
1159
- "label": "Current Provider",
1160
- "value": "@entity.provider"
1163
+ "icon": "cpu",
1164
+ "label": "Current Provider"
1161
1165
  }
1162
- ],
1163
- "type": "simple-grid"
1166
+ ]
1164
1167
  },
1165
1168
  {
1166
1169
  "type": "divider"
@@ -1169,7 +1172,9 @@
1169
1172
  "type": "card",
1170
1173
  "children": [
1171
1174
  {
1175
+ "gap": "md",
1172
1176
  "type": "stack",
1177
+ "direction": "vertical",
1173
1178
  "children": [
1174
1179
  {
1175
1180
  "content": "Listening for task outcomes...",
@@ -1181,9 +1186,7 @@
1181
1186
  "variant": "caption",
1182
1187
  "type": "typography"
1183
1188
  }
1184
- ],
1185
- "gap": "md",
1186
- "direction": "vertical"
1189
+ ]
1187
1190
  }
1188
1191
  ]
1189
1192
  },
@@ -1192,12 +1195,12 @@
1192
1195
  "children": [
1193
1196
  {
1194
1197
  "direction": "vertical",
1195
- "gap": "sm",
1198
+ "type": "stack",
1196
1199
  "children": [
1197
1200
  {
1198
- "content": "Last Outcome",
1199
1201
  "variant": "caption",
1200
- "type": "typography"
1202
+ "type": "typography",
1203
+ "content": "Last Outcome"
1201
1204
  },
1202
1205
  {
1203
1206
  "type": "typography",
@@ -1206,8 +1209,8 @@
1206
1209
  },
1207
1210
  {
1208
1211
  "type": "typography",
1209
- "content": "Impact Analysis",
1210
- "variant": "caption"
1212
+ "variant": "caption",
1213
+ "content": "Impact Analysis"
1211
1214
  },
1212
1215
  {
1213
1216
  "content": "@entity.impact",
@@ -1215,14 +1218,11 @@
1215
1218
  "variant": "body"
1216
1219
  }
1217
1220
  ],
1218
- "type": "stack"
1221
+ "gap": "sm"
1219
1222
  }
1220
1223
  ]
1221
1224
  }
1222
- ],
1223
- "type": "stack",
1224
- "direction": "vertical",
1225
- "gap": "lg"
1225
+ ]
1226
1226
  }
1227
1227
  ]
1228
1228
  ]