@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
@@ -284,8 +284,8 @@
284
284
  "QuizItem",
285
285
  {
286
286
  "emit": {
287
- "failure": "QuizItemLoadFailed",
288
- "success": "QuizItemLoaded"
287
+ "success": "QuizItemLoaded",
288
+ "failure": "QuizItemLoadFailed"
289
289
  }
290
290
  }
291
291
  ],
@@ -293,25 +293,25 @@
293
293
  "render-ui",
294
294
  "main",
295
295
  {
296
+ "direction": "vertical",
296
297
  "gap": "lg",
297
- "type": "stack",
298
298
  "children": [
299
299
  {
300
- "align": "center",
301
- "direction": "horizontal",
302
- "type": "stack",
303
300
  "gap": "sm",
301
+ "type": "stack",
302
+ "align": "center",
304
303
  "children": [
305
304
  {
306
- "type": "icon",
307
- "name": "help-circle"
305
+ "name": "help-circle",
306
+ "type": "icon"
308
307
  },
309
308
  {
309
+ "content": "Quiz",
310
310
  "variant": "h2",
311
- "type": "typography",
312
- "content": "Quiz"
311
+ "type": "typography"
313
312
  }
314
- ]
313
+ ],
314
+ "direction": "horizontal"
315
315
  },
316
316
  {
317
317
  "type": "divider"
@@ -320,18 +320,17 @@
320
320
  "type": "card",
321
321
  "children": [
322
322
  {
323
- "direction": "vertical",
324
- "type": "stack",
325
- "gap": "md",
326
323
  "align": "center",
324
+ "gap": "md",
325
+ "type": "stack",
326
+ "direction": "vertical",
327
327
  "children": [
328
328
  {
329
- "name": "help-circle",
330
- "type": "icon"
329
+ "type": "icon",
330
+ "name": "help-circle"
331
331
  },
332
332
  {
333
333
  "type": "typography",
334
- "variant": "h3",
335
334
  "content": [
336
335
  "object/get",
337
336
  [
@@ -339,18 +338,17 @@
339
338
  "@entity"
340
339
  ],
341
340
  "name"
342
- ]
341
+ ],
342
+ "variant": "h3"
343
343
  }
344
344
  ]
345
345
  }
346
346
  ]
347
347
  },
348
348
  {
349
- "type": "simple-grid",
350
349
  "cols": 2.0,
351
350
  "children": [
352
351
  {
353
- "type": "button",
354
352
  "label": [
355
353
  "object/get",
356
354
  [
@@ -359,17 +357,16 @@
359
357
  ],
360
358
  "optionA"
361
359
  ],
360
+ "type": "button",
361
+ "action": "ANSWER",
362
+ "variant": "secondary",
362
363
  "actionPayload": {
363
364
  "answer": "A"
364
- },
365
- "variant": "secondary",
366
- "action": "ANSWER"
365
+ }
367
366
  },
368
367
  {
369
- "actionPayload": {
370
- "answer": "B"
371
- },
372
368
  "type": "button",
369
+ "action": "ANSWER",
373
370
  "label": [
374
371
  "object/get",
375
372
  [
@@ -378,7 +375,9 @@
378
375
  ],
379
376
  "optionB"
380
377
  ],
381
- "action": "ANSWER",
378
+ "actionPayload": {
379
+ "answer": "B"
380
+ },
382
381
  "variant": "secondary"
383
382
  },
384
383
  {
@@ -394,13 +393,10 @@
394
393
  "actionPayload": {
395
394
  "answer": "C"
396
395
  },
397
- "action": "ANSWER",
398
- "variant": "secondary"
396
+ "variant": "secondary",
397
+ "action": "ANSWER"
399
398
  },
400
399
  {
401
- "type": "button",
402
- "action": "ANSWER",
403
- "variant": "secondary",
404
400
  "actionPayload": {
405
401
  "answer": "D"
406
402
  },
@@ -411,25 +407,32 @@
411
407
  "@entity"
412
408
  ],
413
409
  "optionD"
414
- ]
410
+ ],
411
+ "type": "button",
412
+ "action": "ANSWER",
413
+ "variant": "secondary"
415
414
  }
416
- ]
415
+ ],
416
+ "type": "simple-grid"
417
417
  },
418
418
  {
419
+ "type": "stack",
419
420
  "children": [
420
421
  {
422
+ "align": "center",
421
423
  "children": [
422
424
  {
423
- "name": "signal",
424
- "type": "icon"
425
+ "type": "icon",
426
+ "name": "signal"
425
427
  },
426
428
  {
427
429
  "content": "Difficulty:",
428
- "type": "typography",
430
+ "variant": "caption",
429
431
  "color": "muted",
430
- "variant": "caption"
432
+ "type": "typography"
431
433
  },
432
434
  {
435
+ "type": "badge",
433
436
  "label": [
434
437
  "object/get",
435
438
  [
@@ -437,25 +440,24 @@
437
440
  "@entity"
438
441
  ],
439
442
  "difficulty"
440
- ],
441
- "type": "badge"
443
+ ]
442
444
  }
443
445
  ],
444
- "direction": "horizontal",
445
446
  "type": "stack",
446
- "align": "center",
447
+ "direction": "horizontal",
447
448
  "gap": "sm"
448
449
  },
449
450
  {
450
451
  "direction": "horizontal",
451
- "align": "center",
452
+ "gap": "xs",
452
453
  "type": "stack",
454
+ "align": "center",
453
455
  "children": [
454
456
  {
455
- "variant": "caption",
456
- "content": "Question",
457
+ "type": "typography",
457
458
  "color": "muted",
458
- "type": "typography"
459
+ "content": "Question",
460
+ "variant": "caption"
459
461
  },
460
462
  {
461
463
  "content": [
@@ -474,13 +476,13 @@
474
476
  ],
475
477
  1.0
476
478
  ],
477
- "type": "typography",
478
- "variant": "caption"
479
+ "variant": "caption",
480
+ "type": "typography"
479
481
  },
480
482
  {
481
483
  "variant": "caption",
482
- "content": "of",
483
484
  "color": "muted",
485
+ "content": "of",
484
486
  "type": "typography"
485
487
  },
486
488
  {
@@ -499,18 +501,16 @@
499
501
  ],
500
502
  "variant": "caption"
501
503
  }
502
- ],
503
- "gap": "xs"
504
+ ]
504
505
  }
505
506
  ],
507
+ "direction": "horizontal",
506
508
  "justify": "between",
507
509
  "gap": "md",
508
- "type": "stack",
509
- "align": "center",
510
- "direction": "horizontal"
510
+ "align": "center"
511
511
  }
512
512
  ],
513
- "direction": "vertical"
513
+ "type": "stack"
514
514
  }
515
515
  ]
516
516
  ]
@@ -527,6 +527,8 @@
527
527
  "type": "stack",
528
528
  "children": [
529
529
  {
530
+ "align": "center",
531
+ "gap": "sm",
530
532
  "type": "stack",
531
533
  "children": [
532
534
  {
@@ -534,14 +536,12 @@
534
536
  "name": "help-circle"
535
537
  },
536
538
  {
537
- "content": "Answer Revealed",
538
539
  "type": "typography",
540
+ "content": "Answer Revealed",
539
541
  "variant": "h2"
540
542
  }
541
543
  ],
542
- "gap": "sm",
543
- "direction": "horizontal",
544
- "align": "center"
544
+ "direction": "horizontal"
545
545
  },
546
546
  {
547
547
  "type": "divider"
@@ -551,13 +551,12 @@
551
551
  "children": [
552
552
  {
553
553
  "direction": "vertical",
554
- "gap": "md",
555
554
  "children": [
556
555
  {
557
556
  "variant": "caption",
558
557
  "type": "typography",
559
- "content": "Question",
560
- "color": "muted"
558
+ "color": "muted",
559
+ "content": "Question"
561
560
  },
562
561
  {
563
562
  "content": [
@@ -568,15 +567,15 @@
568
567
  ],
569
568
  "name"
570
569
  ],
571
- "variant": "body",
572
- "type": "typography"
570
+ "type": "typography",
571
+ "variant": "body"
573
572
  },
574
573
  {
575
574
  "type": "divider"
576
575
  },
577
576
  {
578
- "content": "Answer",
579
577
  "variant": "caption",
578
+ "content": "Answer",
580
579
  "color": "muted",
581
580
  "type": "typography"
582
581
  },
@@ -593,6 +592,7 @@
593
592
  "variant": "h3"
594
593
  }
595
594
  ],
595
+ "gap": "md",
596
596
  "type": "stack"
597
597
  }
598
598
  ]
@@ -603,23 +603,23 @@
603
603
  "type": "alert"
604
604
  },
605
605
  {
606
+ "direction": "horizontal",
606
607
  "gap": "sm",
607
- "type": "stack",
608
608
  "justify": "center",
609
+ "type": "stack",
609
610
  "children": [
610
611
  {
612
+ "icon": "arrow-right",
611
613
  "label": "Next Question",
612
- "type": "button",
613
614
  "action": "NEXT",
614
- "variant": "primary",
615
- "icon": "arrow-right"
615
+ "type": "button",
616
+ "variant": "primary"
616
617
  }
617
- ],
618
- "direction": "horizontal"
618
+ ]
619
619
  }
620
620
  ],
621
- "direction": "vertical",
622
- "gap": "lg"
621
+ "gap": "lg",
622
+ "direction": "vertical"
623
623
  }
624
624
  ]
625
625
  ]
@@ -652,21 +652,23 @@
652
652
  "render-ui",
653
653
  "main",
654
654
  {
655
+ "gap": "lg",
656
+ "type": "stack",
655
657
  "children": [
656
658
  {
657
- "gap": "sm",
659
+ "align": "center",
658
660
  "type": "stack",
659
661
  "direction": "horizontal",
660
- "align": "center",
662
+ "gap": "sm",
661
663
  "children": [
662
664
  {
663
- "name": "help-circle",
664
- "type": "icon"
665
+ "type": "icon",
666
+ "name": "help-circle"
665
667
  },
666
668
  {
669
+ "type": "typography",
667
670
  "variant": "h2",
668
- "content": "Quiz",
669
- "type": "typography"
671
+ "content": "Quiz"
670
672
  }
671
673
  ]
672
674
  },
@@ -677,10 +679,9 @@
677
679
  "type": "card",
678
680
  "children": [
679
681
  {
680
- "type": "stack",
681
- "align": "center",
682
682
  "direction": "vertical",
683
- "gap": "md",
683
+ "align": "center",
684
+ "type": "stack",
684
685
  "children": [
685
686
  {
686
687
  "type": "icon",
@@ -688,6 +689,7 @@
688
689
  },
689
690
  {
690
691
  "type": "typography",
692
+ "variant": "h3",
691
693
  "content": [
692
694
  "object/get",
693
695
  [
@@ -695,18 +697,24 @@
695
697
  "@entity"
696
698
  ],
697
699
  "name"
698
- ],
699
- "variant": "h3"
700
+ ]
700
701
  }
701
- ]
702
+ ],
703
+ "gap": "md"
702
704
  }
703
705
  ]
704
706
  },
705
707
  {
706
- "cols": 2.0,
707
708
  "type": "simple-grid",
709
+ "cols": 2.0,
708
710
  "children": [
709
711
  {
712
+ "variant": "secondary",
713
+ "actionPayload": {
714
+ "answer": "A"
715
+ },
716
+ "type": "button",
717
+ "action": "ANSWER",
710
718
  "label": [
711
719
  "object/get",
712
720
  [
@@ -714,13 +722,7 @@
714
722
  "@entity"
715
723
  ],
716
724
  "optionA"
717
- ],
718
- "action": "ANSWER",
719
- "type": "button",
720
- "actionPayload": {
721
- "answer": "A"
722
- },
723
- "variant": "secondary"
725
+ ]
724
726
  },
725
727
  {
726
728
  "label": [
@@ -731,15 +733,19 @@
731
733
  ],
732
734
  "optionB"
733
735
  ],
734
- "type": "button",
735
736
  "actionPayload": {
736
737
  "answer": "B"
737
738
  },
738
- "variant": "secondary",
739
- "action": "ANSWER"
739
+ "type": "button",
740
+ "action": "ANSWER",
741
+ "variant": "secondary"
740
742
  },
741
743
  {
742
744
  "action": "ANSWER",
745
+ "actionPayload": {
746
+ "answer": "C"
747
+ },
748
+ "type": "button",
743
749
  "label": [
744
750
  "object/get",
745
751
  [
@@ -748,14 +754,14 @@
748
754
  ],
749
755
  "optionC"
750
756
  ],
751
- "actionPayload": {
752
- "answer": "C"
753
- },
754
- "variant": "secondary",
755
- "type": "button"
757
+ "variant": "secondary"
756
758
  },
757
759
  {
758
760
  "variant": "secondary",
761
+ "type": "button",
762
+ "actionPayload": {
763
+ "answer": "D"
764
+ },
759
765
  "action": "ANSWER",
760
766
  "label": [
761
767
  "object/get",
@@ -764,29 +770,25 @@
764
770
  "@entity"
765
771
  ],
766
772
  "optionD"
767
- ],
768
- "actionPayload": {
769
- "answer": "D"
770
- },
771
- "type": "button"
773
+ ]
772
774
  }
773
775
  ]
774
776
  },
775
777
  {
776
778
  "children": [
777
779
  {
778
- "direction": "horizontal",
780
+ "type": "stack",
779
781
  "gap": "sm",
780
782
  "children": [
781
783
  {
782
- "type": "icon",
783
- "name": "signal"
784
+ "name": "signal",
785
+ "type": "icon"
784
786
  },
785
787
  {
786
788
  "type": "typography",
789
+ "content": "Difficulty:",
787
790
  "color": "muted",
788
- "variant": "caption",
789
- "content": "Difficulty:"
791
+ "variant": "caption"
790
792
  },
791
793
  {
792
794
  "type": "badge",
@@ -800,20 +802,20 @@
800
802
  ]
801
803
  }
802
804
  ],
803
- "type": "stack",
804
- "align": "center"
805
+ "align": "center",
806
+ "direction": "horizontal"
805
807
  },
806
808
  {
807
- "gap": "xs",
808
- "direction": "horizontal",
809
809
  "children": [
810
810
  {
811
- "color": "muted",
812
811
  "variant": "caption",
812
+ "color": "muted",
813
813
  "type": "typography",
814
814
  "content": "Question"
815
815
  },
816
816
  {
817
+ "variant": "caption",
818
+ "type": "typography",
817
819
  "content": [
818
820
  "+",
819
821
  [
@@ -829,17 +831,16 @@
829
831
  0.0
830
832
  ],
831
833
  1.0
832
- ],
833
- "variant": "caption",
834
- "type": "typography"
834
+ ]
835
835
  },
836
836
  {
837
- "color": "muted",
838
- "content": "of",
837
+ "type": "typography",
839
838
  "variant": "caption",
840
- "type": "typography"
839
+ "content": "of",
840
+ "color": "muted"
841
841
  },
842
842
  {
843
+ "variant": "caption",
843
844
  "content": [
844
845
  "or",
845
846
  [
@@ -852,24 +853,23 @@
852
853
  ],
853
854
  0.0
854
855
  ],
855
- "type": "typography",
856
- "variant": "caption"
856
+ "type": "typography"
857
857
  }
858
858
  ],
859
- "align": "center",
860
- "type": "stack"
859
+ "type": "stack",
860
+ "gap": "xs",
861
+ "direction": "horizontal",
862
+ "align": "center"
861
863
  }
862
864
  ],
865
+ "type": "stack",
866
+ "align": "center",
863
867
  "direction": "horizontal",
864
868
  "justify": "between",
865
- "type": "stack",
866
- "gap": "md",
867
- "align": "center"
869
+ "gap": "md"
868
870
  }
869
871
  ],
870
- "gap": "lg",
871
- "direction": "vertical",
872
- "type": "stack"
872
+ "direction": "vertical"
873
873
  }
874
874
  ]
875
875
  ]
@@ -883,33 +883,33 @@
883
883
  "render-ui",
884
884
  "main",
885
885
  {
886
+ "align": "center",
887
+ "gap": "lg",
886
888
  "type": "stack",
889
+ "direction": "vertical",
887
890
  "children": [
888
891
  {
889
- "type": "icon",
890
- "name": "check-circle"
892
+ "name": "check-circle",
893
+ "type": "icon"
891
894
  },
892
895
  {
893
- "type": "typography",
894
896
  "content": "Quiz Complete!",
895
- "variant": "h2"
897
+ "variant": "h2",
898
+ "type": "typography"
896
899
  },
897
900
  {
898
- "variant": "success",
899
901
  "type": "alert",
900
- "message": "You have completed all questions."
902
+ "message": "You have completed all questions.",
903
+ "variant": "success"
901
904
  },
902
905
  {
906
+ "variant": "primary",
907
+ "type": "button",
903
908
  "label": "Restart",
904
- "icon": "rotate-ccw",
905
909
  "action": "RESTART",
906
- "variant": "primary",
907
- "type": "button"
910
+ "icon": "rotate-ccw"
908
911
  }
909
- ],
910
- "align": "center",
911
- "direction": "vertical",
912
- "gap": "lg"
912
+ ]
913
913
  }
914
914
  ]
915
915
  ]
@@ -933,13 +933,16 @@
933
933
  "render-ui",
934
934
  "main",
935
935
  {
936
+ "type": "stack",
937
+ "gap": "lg",
936
938
  "direction": "vertical",
937
939
  "children": [
938
940
  {
941
+ "align": "center",
939
942
  "children": [
940
943
  {
941
- "type": "icon",
942
- "name": "help-circle"
944
+ "name": "help-circle",
945
+ "type": "icon"
943
946
  },
944
947
  {
945
948
  "type": "typography",
@@ -947,10 +950,9 @@
947
950
  "variant": "h2"
948
951
  }
949
952
  ],
950
- "gap": "sm",
951
- "type": "stack",
952
953
  "direction": "horizontal",
953
- "align": "center"
954
+ "gap": "sm",
955
+ "type": "stack"
954
956
  },
955
957
  {
956
958
  "type": "divider"
@@ -958,12 +960,17 @@
958
960
  {
959
961
  "children": [
960
962
  {
963
+ "gap": "md",
964
+ "type": "stack",
965
+ "direction": "vertical",
966
+ "align": "center",
961
967
  "children": [
962
968
  {
963
- "name": "help-circle",
964
- "type": "icon"
969
+ "type": "icon",
970
+ "name": "help-circle"
965
971
  },
966
972
  {
973
+ "type": "typography",
967
974
  "content": [
968
975
  "object/get",
969
976
  [
@@ -972,27 +979,17 @@
972
979
  ],
973
980
  "name"
974
981
  ],
975
- "variant": "h3",
976
- "type": "typography"
982
+ "variant": "h3"
977
983
  }
978
- ],
979
- "gap": "md",
980
- "direction": "vertical",
981
- "type": "stack",
982
- "align": "center"
984
+ ]
983
985
  }
984
986
  ],
985
987
  "type": "card"
986
988
  },
987
989
  {
988
990
  "type": "simple-grid",
989
- "cols": 2.0,
990
991
  "children": [
991
992
  {
992
- "actionPayload": {
993
- "answer": "A"
994
- },
995
- "type": "button",
996
993
  "label": [
997
994
  "object/get",
998
995
  [
@@ -1001,15 +998,14 @@
1001
998
  ],
1002
999
  "optionA"
1003
1000
  ],
1004
- "action": "ANSWER",
1005
- "variant": "secondary"
1006
- },
1007
- {
1008
- "type": "button",
1009
1001
  "variant": "secondary",
1010
1002
  "actionPayload": {
1011
- "answer": "B"
1003
+ "answer": "A"
1012
1004
  },
1005
+ "type": "button",
1006
+ "action": "ANSWER"
1007
+ },
1008
+ {
1013
1009
  "label": [
1014
1010
  "object/get",
1015
1011
  [
@@ -1018,9 +1014,16 @@
1018
1014
  ],
1019
1015
  "optionB"
1020
1016
  ],
1021
- "action": "ANSWER"
1017
+ "action": "ANSWER",
1018
+ "actionPayload": {
1019
+ "answer": "B"
1020
+ },
1021
+ "type": "button",
1022
+ "variant": "secondary"
1022
1023
  },
1023
1024
  {
1025
+ "action": "ANSWER",
1026
+ "variant": "secondary",
1024
1027
  "actionPayload": {
1025
1028
  "answer": "C"
1026
1029
  },
@@ -1032,12 +1035,10 @@
1032
1035
  ],
1033
1036
  "optionC"
1034
1037
  ],
1035
- "action": "ANSWER",
1036
- "variant": "secondary",
1037
1038
  "type": "button"
1038
1039
  },
1039
1040
  {
1040
- "type": "button",
1041
+ "variant": "secondary",
1041
1042
  "label": [
1042
1043
  "object/get",
1043
1044
  [
@@ -1046,36 +1047,32 @@
1046
1047
  ],
1047
1048
  "optionD"
1048
1049
  ],
1050
+ "type": "button",
1049
1051
  "action": "ANSWER",
1050
- "variant": "secondary",
1051
1052
  "actionPayload": {
1052
1053
  "answer": "D"
1053
1054
  }
1054
1055
  }
1055
- ]
1056
+ ],
1057
+ "cols": 2.0
1056
1058
  },
1057
1059
  {
1058
- "justify": "between",
1059
- "type": "stack",
1060
- "direction": "horizontal",
1061
- "gap": "md",
1062
1060
  "children": [
1063
1061
  {
1064
- "type": "stack",
1065
- "direction": "horizontal",
1066
- "gap": "sm",
1062
+ "align": "center",
1067
1063
  "children": [
1068
1064
  {
1069
1065
  "type": "icon",
1070
1066
  "name": "signal"
1071
1067
  },
1072
1068
  {
1073
- "content": "Difficulty:",
1074
- "type": "typography",
1075
1069
  "variant": "caption",
1076
- "color": "muted"
1070
+ "type": "typography",
1071
+ "color": "muted",
1072
+ "content": "Difficulty:"
1077
1073
  },
1078
1074
  {
1075
+ "type": "badge",
1079
1076
  "label": [
1080
1077
  "object/get",
1081
1078
  [
@@ -1083,25 +1080,25 @@
1083
1080
  "@entity"
1084
1081
  ],
1085
1082
  "difficulty"
1086
- ],
1087
- "type": "badge"
1083
+ ]
1088
1084
  }
1089
1085
  ],
1090
- "align": "center"
1086
+ "type": "stack",
1087
+ "gap": "sm",
1088
+ "direction": "horizontal"
1091
1089
  },
1092
1090
  {
1093
1091
  "direction": "horizontal",
1094
1092
  "gap": "xs",
1095
1093
  "children": [
1096
1094
  {
1097
- "variant": "caption",
1098
1095
  "color": "muted",
1099
- "content": "Question",
1100
- "type": "typography"
1096
+ "type": "typography",
1097
+ "variant": "caption",
1098
+ "content": "Question"
1101
1099
  },
1102
1100
  {
1103
1101
  "type": "typography",
1104
- "variant": "caption",
1105
1102
  "content": [
1106
1103
  "+",
1107
1104
  [
@@ -1117,13 +1114,14 @@
1117
1114
  0.0
1118
1115
  ],
1119
1116
  1.0
1120
- ]
1117
+ ],
1118
+ "variant": "caption"
1121
1119
  },
1122
1120
  {
1123
- "type": "typography",
1124
1121
  "color": "muted",
1125
- "content": "of",
1126
- "variant": "caption"
1122
+ "variant": "caption",
1123
+ "type": "typography",
1124
+ "content": "of"
1127
1125
  },
1128
1126
  {
1129
1127
  "content": [
@@ -1138,19 +1136,21 @@
1138
1136
  ],
1139
1137
  0.0
1140
1138
  ],
1141
- "type": "typography",
1142
- "variant": "caption"
1139
+ "variant": "caption",
1140
+ "type": "typography"
1143
1141
  }
1144
1142
  ],
1145
- "align": "center",
1146
- "type": "stack"
1143
+ "type": "stack",
1144
+ "align": "center"
1147
1145
  }
1148
1146
  ],
1147
+ "direction": "horizontal",
1148
+ "gap": "md",
1149
+ "type": "stack",
1150
+ "justify": "between",
1149
1151
  "align": "center"
1150
1152
  }
1151
- ],
1152
- "gap": "lg",
1153
- "type": "stack"
1153
+ ]
1154
1154
  }
1155
1155
  ]
1156
1156
  ]