@almadar/std 14.24.0 → 14.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -224,15 +224,15 @@
224
224
  {
225
225
  "children": [
226
226
  {
227
+ "type": "game-menu",
228
+ "title": "Sequencer Challenge",
227
229
  "menuItems": [
228
230
  {
229
231
  "label": "Start",
230
- "event": "START",
231
- "variant": "primary"
232
+ "variant": "primary",
233
+ "event": "START"
232
234
  }
233
- ],
234
- "title": "Sequencer Challenge",
235
- "type": "game-menu"
235
+ ]
236
236
  }
237
237
  ],
238
238
  "type": "game-shell",
@@ -251,33 +251,33 @@
251
251
  "render-ui",
252
252
  "main",
253
253
  {
254
- "showTopBar": true,
255
254
  "appName": "Coding Academy",
256
255
  "type": "game-shell",
256
+ "showTopBar": true,
257
257
  "children": [
258
258
  {
259
+ "type": "stack",
260
+ "direction": "vertical",
261
+ "gap": "md",
259
262
  "children": [
260
263
  {
264
+ "type": "game-hud",
261
265
  "stats": [
262
266
  {
263
- "label": "Score",
264
- "value": "@entity.score"
267
+ "value": "@entity.score",
268
+ "label": "Score"
265
269
  },
266
270
  {
267
271
  "label": "Level",
268
272
  "value": "@entity.level"
269
273
  }
270
- ],
271
- "type": "game-hud"
274
+ ]
272
275
  },
273
276
  "@trait.SeqLessonVideo",
274
277
  {
278
+ "type": "card",
275
279
  "children": [
276
280
  {
277
- "align": "center",
278
- "type": "stack",
279
- "gap": "md",
280
- "direction": "vertical",
281
281
  "children": [
282
282
  {
283
283
  "content": "Sequencer Challenge",
@@ -285,27 +285,27 @@
285
285
  "variant": "h3"
286
286
  },
287
287
  {
288
- "color": "muted",
288
+ "variant": "body",
289
289
  "content": "Arrange the action blocks in the correct order.",
290
290
  "type": "typography",
291
- "variant": "body"
291
+ "color": "muted"
292
292
  },
293
293
  {
294
- "label": "Complete",
295
294
  "type": "button",
295
+ "variant": "primary",
296
296
  "action": "COMPLETE",
297
- "icon": "check",
298
- "variant": "primary"
297
+ "label": "Complete",
298
+ "icon": "check"
299
299
  }
300
- ]
300
+ ],
301
+ "direction": "vertical",
302
+ "align": "center",
303
+ "type": "stack",
304
+ "gap": "md"
301
305
  }
302
- ],
303
- "type": "card"
306
+ ]
304
307
  }
305
- ],
306
- "gap": "md",
307
- "direction": "vertical",
308
- "type": "stack"
308
+ ]
309
309
  }
310
310
  ]
311
311
  }
@@ -327,21 +327,21 @@
327
327
  "main",
328
328
  {
329
329
  "showTopBar": true,
330
+ "appName": "Coding Academy",
331
+ "type": "game-shell",
330
332
  "children": [
331
333
  {
332
334
  "menuItems": [
333
335
  {
334
336
  "event": "RESTART",
335
- "label": "Play Again",
336
- "variant": "primary"
337
+ "variant": "primary",
338
+ "label": "Play Again"
337
339
  }
338
340
  ],
339
- "title": "Well Done!",
340
- "type": "game-over-screen"
341
+ "type": "game-over-screen",
342
+ "title": "Well Done!"
341
343
  }
342
- ],
343
- "type": "game-shell",
344
- "appName": "Coding Academy"
344
+ ]
345
345
  }
346
346
  ]
347
347
  ]
@@ -355,22 +355,22 @@
355
355
  "render-ui",
356
356
  "main",
357
357
  {
358
+ "type": "game-shell",
359
+ "appName": "Coding Academy",
360
+ "showTopBar": true,
358
361
  "children": [
359
362
  {
360
363
  "type": "game-menu",
364
+ "title": "Sequencer Challenge",
361
365
  "menuItems": [
362
366
  {
363
367
  "label": "Start",
364
368
  "event": "START",
365
369
  "variant": "primary"
366
370
  }
367
- ],
368
- "title": "Sequencer Challenge"
371
+ ]
369
372
  }
370
- ],
371
- "showTopBar": true,
372
- "type": "game-shell",
373
- "appName": "Coding Academy"
373
+ ]
374
374
  }
375
375
  ]
376
376
  ]
@@ -383,10 +383,10 @@
383
383
  "ref": "YouTube.traits.ServiceYoutubeYoutube",
384
384
  "name": "SeqLessonVideo",
385
385
  "config": {
386
- "controls": true,
387
- "autoplay": false,
388
386
  "videoId": "@entity.videoId",
389
- "uiTrait": "@trait.SeqLessonPlayer"
387
+ "controls": true,
388
+ "uiTrait": "@trait.SeqLessonPlayer",
389
+ "autoplay": false
390
390
  }
391
391
  },
392
392
  {
@@ -419,24 +419,24 @@
419
419
  "children": [
420
420
  {
421
421
  "type": "stack",
422
+ "gap": "sm",
422
423
  "direction": "vertical",
423
424
  "align": "center",
424
- "gap": "sm",
425
425
  "children": [
426
426
  {
427
- "type": "icon",
428
- "name": "video"
427
+ "name": "video",
428
+ "type": "icon"
429
429
  },
430
430
  {
431
+ "color": "muted",
431
432
  "variant": "caption",
432
433
  "type": "typography",
433
- "content": "Lesson video",
434
- "color": "muted"
434
+ "content": "Lesson video"
435
435
  },
436
436
  {
437
437
  "type": "typography",
438
- "content": "@config.videoId",
439
- "variant": "body"
438
+ "variant": "body",
439
+ "content": "@config.videoId"
440
440
  }
441
441
  ]
442
442
  }
@@ -459,13 +459,13 @@
459
459
  "ref": "Storage.traits.ServiceStorageStorage",
460
460
  "name": "SeqProgressStorage",
461
461
  "config": {
462
- "bucket": "coding-academy-progress",
462
+ "acl": "private",
463
+ "uiTrait": "@trait.SeqProgressForm",
463
464
  "allowedMimeTypes": [
464
465
  "application/json"
465
466
  ],
466
- "uiTrait": "@trait.SeqProgressForm",
467
467
  "maxSize": 102400.0,
468
- "acl": "private"
468
+ "bucket": "coding-academy-progress"
469
469
  },
470
470
  "listens": [
471
471
  {
@@ -524,23 +524,23 @@
524
524
  "render-ui",
525
525
  "main",
526
526
  {
527
+ "align": "center",
528
+ "type": "stack",
529
+ "gap": "sm",
530
+ "direction": "horizontal",
527
531
  "children": [
528
532
  {
529
533
  "name": "save",
530
534
  "type": "icon"
531
535
  },
532
536
  {
537
+ "action": "UPLOAD",
533
538
  "type": "button",
539
+ "variant": "ghost",
534
540
  "icon": "save",
535
- "label": "Save Progress",
536
- "action": "UPLOAD",
537
- "variant": "ghost"
541
+ "label": "Save Progress"
538
542
  }
539
- ],
540
- "align": "center",
541
- "type": "stack",
542
- "gap": "sm",
543
- "direction": "horizontal"
543
+ ]
544
544
  }
545
545
  ]
546
546
  ]
@@ -761,8 +761,8 @@
761
761
  "BuildChallenge",
762
762
  {
763
763
  "emit": {
764
- "success": "BuildChallengeLoaded",
765
- "failure": "BuildChallengeLoadFailed"
764
+ "failure": "BuildChallengeLoadFailed",
765
+ "success": "BuildChallengeLoaded"
766
766
  }
767
767
  }
768
768
  ],
@@ -770,8 +770,9 @@
770
770
  "render-ui",
771
771
  "main",
772
772
  {
773
- "appName": "Coding Academy",
773
+ "showTopBar": true,
774
774
  "type": "game-shell",
775
+ "appName": "Coding Academy",
775
776
  "children": [
776
777
  {
777
778
  "menuItems": [
@@ -781,11 +782,10 @@
781
782
  "event": "START"
782
783
  }
783
784
  ],
784
- "type": "game-menu",
785
- "title": "Builder Challenge"
785
+ "title": "Builder Challenge",
786
+ "type": "game-menu"
786
787
  }
787
- ],
788
- "showTopBar": true
788
+ ]
789
789
  }
790
790
  ]
791
791
  ]
@@ -799,10 +799,13 @@
799
799
  "render-ui",
800
800
  "main",
801
801
  {
802
- "showTopBar": true,
803
802
  "type": "game-shell",
803
+ "showTopBar": true,
804
+ "appName": "Coding Academy",
804
805
  "children": [
805
806
  {
807
+ "gap": "md",
808
+ "direction": "vertical",
806
809
  "children": [
807
810
  {
808
811
  "type": "game-hud",
@@ -821,7 +824,8 @@
821
824
  "type": "card",
822
825
  "children": [
823
826
  {
824
- "direction": "vertical",
827
+ "type": "stack",
828
+ "gap": "md",
825
829
  "children": [
826
830
  {
827
831
  "variant": "h3",
@@ -829,32 +833,28 @@
829
833
  "type": "typography"
830
834
  },
831
835
  {
832
- "variant": "body",
833
- "color": "muted",
834
836
  "type": "typography",
835
- "content": "Drag components into the slots to build the solution."
837
+ "variant": "body",
838
+ "content": "Drag components into the slots to build the solution.",
839
+ "color": "muted"
836
840
  },
837
841
  {
838
- "label": "Complete",
839
- "action": "COMPLETE",
840
842
  "type": "button",
841
843
  "variant": "primary",
842
- "icon": "check"
844
+ "label": "Complete",
845
+ "icon": "check",
846
+ "action": "COMPLETE"
843
847
  }
844
848
  ],
845
849
  "align": "center",
846
- "gap": "md",
847
- "type": "stack"
850
+ "direction": "vertical"
848
851
  }
849
852
  ]
850
853
  }
851
854
  ],
852
- "type": "stack",
853
- "direction": "vertical",
854
- "gap": "md"
855
+ "type": "stack"
855
856
  }
856
- ],
857
- "appName": "Coding Academy"
857
+ ]
858
858
  }
859
859
  ]
860
860
  ]
@@ -880,9 +880,9 @@
880
880
  {
881
881
  "menuItems": [
882
882
  {
883
- "label": "Play Again",
883
+ "variant": "primary",
884
884
  "event": "RESTART",
885
- "variant": "primary"
885
+ "label": "Play Again"
886
886
  }
887
887
  ],
888
888
  "type": "game-over-screen",
@@ -909,9 +909,9 @@
909
909
  "title": "Builder Challenge",
910
910
  "menuItems": [
911
911
  {
912
- "event": "START",
912
+ "label": "Start",
913
913
  "variant": "primary",
914
- "label": "Start"
914
+ "event": "START"
915
915
  }
916
916
  ]
917
917
  }
@@ -1126,8 +1126,8 @@
1126
1126
  "EventChallenge",
1127
1127
  {
1128
1128
  "emit": {
1129
- "success": "EventChallengeLoaded",
1130
- "failure": "EventChallengeLoadFailed"
1129
+ "failure": "EventChallengeLoadFailed",
1130
+ "success": "EventChallengeLoaded"
1131
1131
  }
1132
1132
  }
1133
1133
  ],
@@ -1135,22 +1135,22 @@
1135
1135
  "render-ui",
1136
1136
  "main",
1137
1137
  {
1138
+ "showTopBar": true,
1138
1139
  "type": "game-shell",
1139
- "appName": "Coding Academy",
1140
1140
  "children": [
1141
1141
  {
1142
- "title": "Event Handler Challenge",
1143
1142
  "type": "game-menu",
1144
1143
  "menuItems": [
1145
1144
  {
1146
- "label": "Start",
1145
+ "event": "START",
1147
1146
  "variant": "primary",
1148
- "event": "START"
1147
+ "label": "Start"
1149
1148
  }
1150
- ]
1149
+ ],
1150
+ "title": "Event Handler Challenge"
1151
1151
  }
1152
1152
  ],
1153
- "showTopBar": true
1153
+ "appName": "Coding Academy"
1154
1154
  }
1155
1155
  ]
1156
1156
  ]
@@ -1164,30 +1164,31 @@
1164
1164
  "render-ui",
1165
1165
  "main",
1166
1166
  {
1167
- "type": "game-shell",
1168
1167
  "appName": "Coding Academy",
1169
1168
  "children": [
1170
1169
  {
1170
+ "direction": "vertical",
1171
1171
  "children": [
1172
1172
  {
1173
- "type": "game-hud",
1174
1173
  "stats": [
1175
1174
  {
1176
- "value": "@entity.score",
1177
- "label": "Score"
1175
+ "label": "Score",
1176
+ "value": "@entity.score"
1178
1177
  },
1179
1178
  {
1180
1179
  "label": "Level",
1181
1180
  "value": "@entity.level"
1182
1181
  }
1183
- ]
1182
+ ],
1183
+ "type": "game-hud"
1184
1184
  },
1185
1185
  {
1186
- "type": "card",
1187
1186
  "children": [
1188
1187
  {
1189
1188
  "align": "center",
1190
1189
  "gap": "md",
1190
+ "direction": "vertical",
1191
+ "type": "stack",
1191
1192
  "children": [
1192
1193
  {
1193
1194
  "type": "typography",
@@ -1195,30 +1196,29 @@
1195
1196
  "variant": "h3"
1196
1197
  },
1197
1198
  {
1198
- "variant": "body",
1199
1199
  "type": "typography",
1200
- "content": "Wire the event handlers to fire on the right triggers.",
1201
- "color": "muted"
1200
+ "color": "muted",
1201
+ "variant": "body",
1202
+ "content": "Wire the event handlers to fire on the right triggers."
1202
1203
  },
1203
1204
  {
1205
+ "type": "button",
1204
1206
  "icon": "check",
1205
- "label": "Complete",
1206
1207
  "action": "COMPLETE",
1207
- "variant": "primary",
1208
- "type": "button"
1208
+ "label": "Complete",
1209
+ "variant": "primary"
1209
1210
  }
1210
- ],
1211
- "direction": "vertical",
1212
- "type": "stack"
1211
+ ]
1213
1212
  }
1214
- ]
1213
+ ],
1214
+ "type": "card"
1215
1215
  }
1216
1216
  ],
1217
- "gap": "md",
1218
- "direction": "vertical",
1219
- "type": "stack"
1217
+ "type": "stack",
1218
+ "gap": "md"
1220
1219
  }
1221
1220
  ],
1221
+ "type": "game-shell",
1222
1222
  "showTopBar": true
1223
1223
  }
1224
1224
  ]
@@ -1238,22 +1238,22 @@
1238
1238
  "render-ui",
1239
1239
  "main",
1240
1240
  {
1241
- "type": "game-shell",
1242
1241
  "showTopBar": true,
1243
1242
  "children": [
1244
1243
  {
1244
+ "title": "Well Done!",
1245
+ "type": "game-over-screen",
1245
1246
  "menuItems": [
1246
1247
  {
1247
1248
  "event": "RESTART",
1248
1249
  "label": "Play Again",
1249
1250
  "variant": "primary"
1250
1251
  }
1251
- ],
1252
- "title": "Well Done!",
1253
- "type": "game-over-screen"
1252
+ ]
1254
1253
  }
1255
1254
  ],
1256
- "appName": "Coding Academy"
1255
+ "appName": "Coding Academy",
1256
+ "type": "game-shell"
1257
1257
  }
1258
1258
  ]
1259
1259
  ]
@@ -1267,22 +1267,22 @@
1267
1267
  "render-ui",
1268
1268
  "main",
1269
1269
  {
1270
- "appName": "Coding Academy",
1271
- "type": "game-shell",
1272
1270
  "children": [
1273
1271
  {
1272
+ "type": "game-menu",
1273
+ "title": "Event Handler Challenge",
1274
1274
  "menuItems": [
1275
1275
  {
1276
1276
  "label": "Start",
1277
1277
  "variant": "primary",
1278
1278
  "event": "START"
1279
1279
  }
1280
- ],
1281
- "type": "game-menu",
1282
- "title": "Event Handler Challenge"
1280
+ ]
1283
1281
  }
1284
1282
  ],
1285
- "showTopBar": true
1283
+ "showTopBar": true,
1284
+ "type": "game-shell",
1285
+ "appName": "Coding Academy"
1286
1286
  }
1287
1287
  ]
1288
1288
  ]
@@ -1390,6 +1390,10 @@
1390
1390
  "name": "StudentProgressAppLayout",
1391
1391
  "config": {
1392
1392
  "notificationClickEvent": "STUDENT_PROGRESS_NOTIFICATIONS_OPEN",
1393
+ "notifications": [],
1394
+ "contentTrait": "@trait.StudentProgressCatalog",
1395
+ "searchEvent": "STUDENT_PROGRESS_SEARCH",
1396
+ "appName": "Coding Academy",
1393
1397
  "navItems": [
1394
1398
  {
1395
1399
  "label": "Sequencer",
@@ -1397,8 +1401,8 @@
1397
1401
  "icon": "list-ordered"
1398
1402
  },
1399
1403
  {
1400
- "label": "Builder",
1401
1404
  "icon": "wrench",
1405
+ "label": "Builder",
1402
1406
  "href": "/builder"
1403
1407
  },
1404
1408
  {
@@ -1407,15 +1411,11 @@
1407
1411
  "icon": "zap"
1408
1412
  },
1409
1413
  {
1414
+ "icon": "trending-up",
1410
1415
  "label": "Progress",
1411
- "href": "/progress",
1412
- "icon": "trending-up"
1416
+ "href": "/progress"
1413
1417
  }
1414
- ],
1415
- "appName": "Coding Academy",
1416
- "contentTrait": "@trait.StudentProgressCatalog",
1417
- "searchEvent": "STUDENT_PROGRESS_SEARCH",
1418
- "notifications": []
1418
+ ]
1419
1419
  },
1420
1420
  "events": {
1421
1421
  "SEARCH": "STUDENT_PROGRESS_SEARCH",
@@ -1486,32 +1486,35 @@
1486
1486
  "render-ui",
1487
1487
  "main",
1488
1488
  {
1489
+ "gap": "lg",
1490
+ "direction": "vertical",
1491
+ "type": "stack",
1489
1492
  "children": [
1490
1493
  {
1494
+ "direction": "horizontal",
1491
1495
  "gap": "md",
1492
1496
  "align": "center",
1497
+ "type": "stack",
1498
+ "justify": "between",
1493
1499
  "children": [
1494
1500
  {
1501
+ "direction": "horizontal",
1495
1502
  "children": [
1496
1503
  {
1497
1504
  "name": "trending-up",
1498
1505
  "type": "icon"
1499
1506
  },
1500
1507
  {
1501
- "content": "Progress",
1502
1508
  "variant": "h2",
1503
- "type": "typography"
1509
+ "type": "typography",
1510
+ "content": "Progress"
1504
1511
  }
1505
1512
  ],
1506
- "align": "center",
1507
- "type": "stack",
1508
1513
  "gap": "sm",
1509
- "direction": "horizontal"
1514
+ "align": "center",
1515
+ "type": "stack"
1510
1516
  }
1511
- ],
1512
- "type": "stack",
1513
- "justify": "between",
1514
- "direction": "horizontal"
1517
+ ]
1515
1518
  },
1516
1519
  {
1517
1520
  "type": "divider"
@@ -1522,10 +1525,7 @@
1522
1525
  "type": "divider"
1523
1526
  },
1524
1527
  "@trait.StudentProgressBrowseList"
1525
- ],
1526
- "type": "stack",
1527
- "gap": "lg",
1528
- "direction": "vertical"
1528
+ ]
1529
1529
  }
1530
1530
  ]
1531
1531
  ]
@@ -1545,33 +1545,33 @@
1545
1545
  "main",
1546
1546
  {
1547
1547
  "align": "center",
1548
+ "gap": "md",
1549
+ "className": "py-8",
1548
1550
  "children": [
1549
1551
  {
1550
1552
  "type": "icon",
1551
1553
  "name": "bell"
1552
1554
  },
1553
1555
  {
1554
- "type": "typography",
1555
1556
  "variant": "h3",
1557
+ "type": "typography",
1556
1558
  "content": "No notifications"
1557
1559
  },
1558
1560
  {
1561
+ "color": "muted",
1559
1562
  "content": "You're all caught up.",
1560
1563
  "type": "typography",
1561
- "variant": "caption",
1562
- "color": "muted"
1564
+ "variant": "caption"
1563
1565
  },
1564
1566
  {
1565
- "type": "button",
1566
1567
  "label": "Back to progress",
1567
- "action": "INIT",
1568
- "variant": "ghost"
1568
+ "type": "button",
1569
+ "variant": "ghost",
1570
+ "action": "INIT"
1569
1571
  }
1570
1572
  ],
1571
1573
  "type": "stack",
1572
- "className": "py-8",
1573
- "direction": "vertical",
1574
- "gap": "md"
1574
+ "direction": "vertical"
1575
1575
  }
1576
1576
  ]
1577
1577
  ]
@@ -1584,43 +1584,43 @@
1584
1584
  "ref": "Stats.traits.StatsItemStats",
1585
1585
  "name": "StudentProgressStats",
1586
1586
  "config": {
1587
+ "title": "Student Progress",
1587
1588
  "metrics": [
1588
1589
  {
1589
- "icon": "check-circle",
1590
1590
  "variant": "success",
1591
- "aggregation": "sum",
1592
1591
  "format": "number",
1593
1592
  "field": "lessonsCompleted",
1594
- "label": "Lessons Completed"
1593
+ "aggregation": "sum",
1594
+ "label": "Lessons Completed",
1595
+ "icon": "check-circle"
1595
1596
  },
1596
1597
  {
1597
- "aggregation": "avg",
1598
- "icon": "star",
1599
1598
  "label": "Average Score",
1599
+ "aggregation": "avg",
1600
1600
  "variant": "primary",
1601
+ "field": "avgScore",
1601
1602
  "format": "number",
1602
- "field": "avgScore"
1603
+ "icon": "star"
1603
1604
  },
1604
1605
  {
1606
+ "suffix": "d",
1605
1607
  "field": "streak",
1606
- "variant": "warning",
1607
- "icon": "flame",
1608
- "format": "number",
1609
1608
  "aggregation": "max",
1610
- "suffix": "d",
1611
- "label": "Streak"
1609
+ "label": "Streak",
1610
+ "format": "number",
1611
+ "variant": "warning",
1612
+ "icon": "flame"
1612
1613
  },
1613
1614
  {
1614
- "label": "Total Time",
1615
1615
  "aggregation": "sum",
1616
- "field": "totalTimeMinutes",
1616
+ "format": "number",
1617
1617
  "icon": "clock",
1618
+ "label": "Total Time",
1619
+ "field": "totalTimeMinutes",
1618
1620
  "variant": "info",
1619
- "format": "number",
1620
1621
  "suffix": "m"
1621
1622
  }
1622
- ],
1623
- "title": "Student Progress"
1623
+ ]
1624
1624
  },
1625
1625
  "listens": [
1626
1626
  {
@@ -1637,13 +1637,13 @@
1637
1637
  "ref": "Graphs.traits.GraphItemGraph",
1638
1638
  "name": "StudentProgressGraphs",
1639
1639
  "config": {
1640
- "valueField": "progressPct",
1640
+ "title": "Progress over time",
1641
+ "dateField": "day",
1641
1642
  "height": 280.0,
1642
- "subtitle": "Daily progress %",
1643
+ "valueField": "progressPct",
1643
1644
  "showLegend": true,
1644
- "dateField": "day",
1645
- "chartType": "line",
1646
- "title": "Progress over time"
1645
+ "subtitle": "Daily progress %",
1646
+ "chartType": "line"
1647
1647
  },
1648
1648
  "listens": [
1649
1649
  {
@@ -1663,14 +1663,14 @@
1663
1663
  "config": {
1664
1664
  "itemActions": [
1665
1665
  {
1666
+ "label": "View",
1666
1667
  "event": "VIEW",
1667
- "variant": "ghost",
1668
- "label": "View"
1668
+ "variant": "ghost"
1669
1669
  },
1670
1670
  {
1671
- "event": "EDIT",
1672
1671
  "variant": "ghost",
1673
- "label": "Edit"
1672
+ "label": "Edit",
1673
+ "event": "EDIT"
1674
1674
  },
1675
1675
  {
1676
1676
  "variant": "danger",
@@ -1678,14 +1678,12 @@
1678
1678
  "label": "Delete"
1679
1679
  }
1680
1680
  ],
1681
- "gap": "sm",
1682
- "cols": 1.0,
1683
1681
  "fields": [
1684
1682
  {
1685
- "variant": "h4",
1683
+ "label": "Student",
1686
1684
  "icon": "user",
1687
1685
  "name": "student",
1688
- "label": "Student"
1686
+ "variant": "h4"
1689
1687
  },
1690
1688
  {
1691
1689
  "label": "Lessons Completed",
@@ -1693,22 +1691,24 @@
1693
1691
  "name": "lessonsCompleted"
1694
1692
  },
1695
1693
  {
1694
+ "label": "Avg Score",
1696
1695
  "name": "avgScore",
1697
- "variant": "badge",
1698
- "label": "Avg Score"
1696
+ "variant": "badge"
1699
1697
  },
1700
1698
  {
1701
- "variant": "body",
1702
1699
  "label": "Streak",
1700
+ "variant": "body",
1703
1701
  "name": "streak"
1704
1702
  },
1705
1703
  {
1706
1704
  "name": "lastActiveAt",
1705
+ "label": "Last Active",
1707
1706
  "variant": "caption",
1708
- "format": "date",
1709
- "label": "Last Active"
1707
+ "format": "date"
1710
1708
  }
1711
- ]
1709
+ ],
1710
+ "cols": 1.0,
1711
+ "gap": "sm"
1712
1712
  },
1713
1713
  "listens": [
1714
1714
  {
@@ -1734,6 +1734,9 @@
1734
1734
  "name": "StudentProgressView",
1735
1735
  "linkedEntity": "StudentProgress",
1736
1736
  "config": {
1737
+ "icon": "eye",
1738
+ "title": "View Progress",
1739
+ "mode": "edit",
1737
1740
  "fields": [
1738
1741
  "student",
1739
1742
  "lessonsCompleted",
@@ -1742,10 +1745,7 @@
1742
1745
  "totalTimeMinutes",
1743
1746
  "progressPct",
1744
1747
  "lastActiveAt"
1745
- ],
1746
- "title": "View Progress",
1747
- "icon": "eye",
1748
- "mode": "edit"
1748
+ ]
1749
1749
  },
1750
1750
  "events": {
1751
1751
  "OPEN": "VIEW"
@@ -1766,8 +1766,8 @@
1766
1766
  "name": "StudentProgressEdit",
1767
1767
  "linkedEntity": "StudentProgress",
1768
1768
  "config": {
1769
- "mode": "edit",
1770
1769
  "title": "Edit Progress",
1770
+ "mode": "edit",
1771
1771
  "icon": "edit",
1772
1772
  "fields": [
1773
1773
  "student",
@@ -1798,10 +1798,10 @@
1798
1798
  "name": "StudentProgressDelete",
1799
1799
  "linkedEntity": "StudentProgress",
1800
1800
  "config": {
1801
- "confirmLabel": "Delete",
1802
1801
  "icon": "alert-triangle",
1803
1802
  "title": "Delete Progress",
1804
- "alertMessage": "This action cannot be undone."
1803
+ "alertMessage": "This action cannot be undone.",
1804
+ "confirmLabel": "Delete"
1805
1805
  },
1806
1806
  "events": {
1807
1807
  "CONFIRM": "CONFIRM_DELETE",