@almadar/std 16.28.3 → 16.28.4

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 (1262) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  24. package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
  25. package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
  26. package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
  27. package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
  28. package/behaviors/registry/core/atoms/std-board.orb +283 -283
  29. package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
  30. package/behaviors/registry/core/atoms/std-browse.orb +428 -305
  31. package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
  32. package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
  33. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
  34. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
  35. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  36. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  37. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
  38. package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
  39. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  40. package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
  41. package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
  42. package/behaviors/registry/core/atoms/std-export.orb +55 -55
  43. package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
  44. package/behaviors/registry/core/atoms/std-filter.orb +25 -25
  45. package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
  46. package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
  47. package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
  48. package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
  49. package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
  50. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
  51. package/behaviors/registry/core/atoms/std-modal.orb +38 -38
  52. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
  53. package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
  54. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  55. package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
  56. package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
  57. package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
  58. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  59. package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
  60. package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
  61. package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
  62. package/behaviors/registry/core/atoms/std-search.orb +12 -12
  63. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  64. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
  65. package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
  66. package/behaviors/registry/core/atoms/std-stats.orb +202 -202
  67. package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
  68. package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
  69. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  70. package/behaviors/registry/core/atoms/std-thread.orb +179 -173
  71. package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
  72. package/behaviors/registry/core/atoms/std-vote.orb +69 -63
  73. package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
  74. package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
  75. package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
  76. package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
  77. package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
  78. package/behaviors/registry/core/molecules/std-list.orb +196 -57
  79. package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
  80. package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
  81. package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  82. package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  83. package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  84. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  85. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  86. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  87. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  88. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  89. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  90. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  91. package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
  92. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  93. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  94. package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
  95. package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  96. package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  97. package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  98. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  99. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  100. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  101. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  102. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  103. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  104. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  105. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  106. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  107. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  108. package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
  109. package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
  110. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  111. package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
  112. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
  113. package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
  114. package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
  115. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
  116. package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  117. package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
  118. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  119. package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  120. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  121. package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
  122. package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
  123. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
  124. package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
  125. package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
  126. package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
  127. package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
  129. package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  130. package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  131. package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  132. package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  133. package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  134. package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
  135. package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  136. package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  137. package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
  138. package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  139. package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
  140. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  141. package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  142. package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
  143. package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  144. package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
  145. package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  146. package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
  147. package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  148. package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
  149. package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  150. package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  151. package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
  152. package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  153. package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
  154. package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  155. package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  156. package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
  157. package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
  158. package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
  159. package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
  160. package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  161. package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
  162. package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
  163. package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
  164. package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  165. package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  166. package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  167. package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  168. package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  169. package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  170. package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  171. package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  172. package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  173. package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  174. package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  175. package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  176. package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  177. package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  178. package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
  179. package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  180. package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
  181. package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
  182. package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  183. package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  184. package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  185. package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  186. package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  187. package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  188. package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  189. package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
  190. package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  191. package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  192. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
  193. package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  194. package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
  195. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  196. package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  197. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  198. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
  199. package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  200. package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
  201. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
  202. package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  203. package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  204. package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  205. package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
  206. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  207. package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  208. package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  209. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  210. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
  211. package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  212. package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  213. package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  214. package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  215. package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  216. package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  217. package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  218. package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  219. package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  220. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  221. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
  222. package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  223. package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  224. package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  225. package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  226. package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
  227. package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  228. package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  229. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  230. package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
  231. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  232. package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  233. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  234. package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
  235. package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  236. package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  237. package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  238. package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  239. package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  240. package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  241. package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  242. package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  243. package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
  244. package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
  245. package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  246. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
  247. package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  248. package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  249. package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  250. package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  251. package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  252. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  253. package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  254. package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  255. package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
  256. package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  257. package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  258. package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  259. package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
  260. package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
  261. package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
  262. package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
  263. package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
  264. package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  265. package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  266. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  267. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
  268. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
  269. package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  270. package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
  271. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  272. package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  273. package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  274. package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  275. package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  276. package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  277. package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  278. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  279. package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  280. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  281. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  282. package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  283. package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  284. package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  285. package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
  286. package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
  287. package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
  288. package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  289. package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  290. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  291. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  292. package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  293. package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  294. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  295. package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
  296. package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  297. package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  298. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  299. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  300. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
  301. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
  302. package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  303. package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  304. package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  305. package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  306. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  307. package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  308. package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  309. package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  310. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  311. package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  312. package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  313. package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  314. package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  315. package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
  316. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  317. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  318. package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  319. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  320. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  321. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  322. package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
  323. package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  324. package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  325. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
  326. package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
  327. package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  328. package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  329. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  330. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  331. package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  332. package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  333. package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  334. package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  335. package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  336. package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  337. package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  338. package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  339. package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  340. package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  341. package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  342. package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
  343. package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  344. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  345. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
  346. package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  347. package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  348. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  349. package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  350. package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  351. package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  352. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
  353. package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  354. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  355. package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  356. package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  357. package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  358. package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  359. package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  360. package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  361. package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  362. package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  363. package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  364. package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  365. package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  366. package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  367. package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  368. package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  369. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  370. package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  371. package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  372. package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  373. package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
  374. package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
  375. package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
  376. package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
  377. package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  378. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  379. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  380. package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  381. package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  382. package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  383. package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  384. package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  385. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  386. package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  387. package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  388. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  389. package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  390. package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  391. package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  392. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  393. package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  394. package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  395. package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  396. package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  397. package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  398. package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  399. package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  400. package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  401. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  402. package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  403. package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  404. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  405. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  406. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  407. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  408. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  409. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  410. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  411. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  412. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  413. package/dist/behaviors/behaviors-registry.json +7 -7
  414. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  415. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  416. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
  417. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
  418. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
  419. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
  420. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
  421. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
  422. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
  423. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
  424. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  425. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  426. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  427. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  428. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
  429. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
  430. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
  431. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  432. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  433. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  434. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  435. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  436. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  437. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
  438. package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
  439. package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
  440. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
  441. package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
  442. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
  443. package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
  444. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
  445. package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
  446. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
  447. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
  448. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  449. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  450. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
  451. package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
  452. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  453. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
  454. package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
  455. package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
  456. package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
  457. package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
  458. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
  459. package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
  460. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
  461. package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
  462. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
  463. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
  464. package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
  465. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
  466. package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
  467. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  468. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
  469. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
  470. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
  471. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  472. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
  473. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
  474. package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
  475. package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
  476. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  477. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
  478. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
  479. package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
  480. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
  481. package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
  482. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  483. package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
  484. package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
  485. package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
  486. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
  487. package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
  488. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
  489. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
  490. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
  491. package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
  492. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
  493. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
  494. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  495. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  496. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  497. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  498. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  499. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  500. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  501. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  502. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  503. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  504. package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
  505. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  506. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  507. package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
  508. package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  509. package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  510. package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  511. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  512. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  513. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  514. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  515. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  516. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  517. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  518. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  519. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  520. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  521. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
  522. package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
  523. package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  524. package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
  525. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
  526. package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
  527. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
  528. package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
  529. package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  530. package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
  531. package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  532. package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  533. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  534. package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
  535. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
  536. package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
  537. package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
  538. package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
  539. package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
  540. package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
  541. package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
  542. package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  543. package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  544. package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  545. package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  546. package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  547. package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
  548. package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  549. package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  550. package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
  551. package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  552. package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
  553. package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  554. package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  555. package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
  556. package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  557. package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
  558. package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  559. package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
  560. package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  561. package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
  562. package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  563. package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  564. package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
  565. package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  566. package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
  567. package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  568. package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  569. package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
  570. package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
  571. package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
  572. package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
  573. package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  574. package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
  575. package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
  576. package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
  577. package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  578. package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  579. package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  580. package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  581. package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  582. package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  583. package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  584. package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  585. package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  586. package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  587. package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  588. package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  589. package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  590. package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  591. package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
  592. package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  593. package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
  594. package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
  595. package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  596. package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  597. package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  598. package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  599. package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  600. package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  601. package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  602. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
  603. package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  604. package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  605. package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
  606. package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  607. package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
  608. package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  609. package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  610. package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  611. package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
  612. package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  613. package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
  614. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
  615. package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  616. package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  617. package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  618. package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
  619. package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  620. package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  621. package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  622. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  623. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
  624. package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  625. package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  626. package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  627. package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  628. package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  629. package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  630. package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  631. package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  632. package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  633. package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  634. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
  635. package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  636. package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  637. package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  638. package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  639. package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
  640. package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  641. package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  642. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  643. package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
  644. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  645. package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  646. package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  647. package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
  648. package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  649. package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  650. package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  651. package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  652. package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  653. package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  654. package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  655. package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  656. package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
  657. package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
  658. package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  659. package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
  660. package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  661. package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  662. package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  663. package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  664. package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  665. package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  666. package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  667. package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  668. package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
  669. package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  670. package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  671. package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  672. package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
  673. package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
  674. package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
  675. package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
  676. package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
  677. package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  678. package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  679. package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  680. package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
  681. package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
  682. package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  683. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
  684. package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  685. package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  686. package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  687. package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  688. package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  689. package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  690. package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  691. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  692. package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  693. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  694. package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  695. package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  696. package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  697. package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  698. package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
  699. package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
  700. package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
  701. package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  702. package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  703. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  704. package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  705. package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  706. package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  707. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  708. package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
  709. package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  710. package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  711. package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  712. package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  713. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
  714. package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
  715. package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  716. package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  717. package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  718. package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  719. package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  720. package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  721. package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  722. package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  723. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  724. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  725. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  726. package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  727. package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  728. package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
  729. package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  730. package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  731. package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  732. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  733. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  734. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  735. package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
  736. package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  737. package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  738. package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
  739. package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
  740. package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  741. package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  742. package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  743. package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  744. package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  745. package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  746. package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  747. package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  748. package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  749. package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  750. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  751. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  752. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  753. package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  754. package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  755. package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
  756. package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  757. package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  758. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
  759. package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  760. package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  761. package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  762. package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  763. package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  764. package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  765. package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
  766. package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  767. package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  768. package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  769. package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  770. package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  771. package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  772. package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  773. package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  774. package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  775. package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  776. package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  777. package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  778. package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  779. package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  780. package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  781. package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  782. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  783. package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  784. package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  785. package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  786. package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
  787. package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
  788. package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
  789. package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
  790. package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  791. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  792. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  793. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  794. package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  795. package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  796. package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  797. package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  798. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  799. package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  800. package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  801. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  802. package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  803. package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  804. package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  805. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  806. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  807. package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  808. package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  809. package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  810. package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  811. package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  812. package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  813. package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  814. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  815. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  816. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  817. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  818. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  819. package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  820. package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  821. package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  822. package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  823. package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  824. package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  825. package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  826. package/dist/behaviors-registry.json +7 -7
  827. package/dist/index.d.ts +2 -2
  828. package/dist/modules/agent.d.ts +1 -1
  829. package/dist/modules/array.d.ts +1 -1
  830. package/dist/modules/async.d.ts +1 -1
  831. package/dist/modules/composition.d.ts +1 -1
  832. package/dist/modules/contract.d.ts +1 -1
  833. package/dist/modules/core.d.ts +1 -1
  834. package/dist/modules/data.d.ts +1 -1
  835. package/dist/modules/format.d.ts +1 -1
  836. package/dist/modules/graph.d.ts +1 -1
  837. package/dist/modules/index.d.ts +1 -1
  838. package/dist/modules/math.d.ts +1 -1
  839. package/dist/modules/nn.d.ts +1 -1
  840. package/dist/modules/object.d.ts +1 -1
  841. package/dist/modules/os.d.ts +1 -1
  842. package/dist/modules/prob.d.ts +1 -1
  843. package/dist/modules/str.d.ts +1 -1
  844. package/dist/modules/tensor.d.ts +1 -1
  845. package/dist/modules/time.d.ts +1 -1
  846. package/dist/modules/train.d.ts +1 -1
  847. package/dist/modules/validate.d.ts +1 -1
  848. package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  849. package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  850. package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
  851. package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
  852. package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
  853. package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
  854. package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
  855. package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
  856. package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
  857. package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
  858. package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  859. package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  860. package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  861. package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  862. package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
  863. package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
  864. package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
  865. package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  866. package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  867. package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  868. package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  869. package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  870. package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  871. package/dist/registry/core/atoms/std-app-layout.orb +96 -84
  872. package/dist/registry/core/atoms/std-app-search.orb +66 -66
  873. package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
  874. package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
  875. package/dist/registry/core/atoms/std-board.orb +283 -283
  876. package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
  877. package/dist/registry/core/atoms/std-browse.orb +428 -305
  878. package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
  879. package/dist/registry/core/atoms/std-calendar.orb +67 -67
  880. package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
  881. package/dist/registry/core/atoms/std-confirmation.orb +34 -28
  882. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  883. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  884. package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
  885. package/dist/registry/core/atoms/std-date-range.orb +22 -22
  886. package/dist/registry/core/atoms/std-drawer.orb +11 -11
  887. package/dist/registry/core/atoms/std-esign-request.orb +36 -36
  888. package/dist/registry/core/atoms/std-event-log.orb +169 -169
  889. package/dist/registry/core/atoms/std-export.orb +55 -55
  890. package/dist/registry/core/atoms/std-file-store.orb +312 -300
  891. package/dist/registry/core/atoms/std-filter.orb +25 -25
  892. package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
  893. package/dist/registry/core/atoms/std-gallery.orb +60 -54
  894. package/dist/registry/core/atoms/std-geosearch.orb +28 -28
  895. package/dist/registry/core/atoms/std-graphs.orb +175 -175
  896. package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
  897. package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
  898. package/dist/registry/core/atoms/std-modal.orb +38 -38
  899. package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
  900. package/dist/registry/core/atoms/std-pagination.orb +18 -18
  901. package/dist/registry/core/atoms/std-push.orb +47 -47
  902. package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
  903. package/dist/registry/core/atoms/std-rating-review.orb +617 -617
  904. package/dist/registry/core/atoms/std-recurrence.orb +181 -181
  905. package/dist/registry/core/atoms/std-related.orb +31 -31
  906. package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
  907. package/dist/registry/core/atoms/std-saved-search.orb +115 -109
  908. package/dist/registry/core/atoms/std-scatter.orb +61 -61
  909. package/dist/registry/core/atoms/std-search.orb +12 -12
  910. package/dist/registry/core/atoms/std-selection.orb +91 -91
  911. package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
  912. package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
  913. package/dist/registry/core/atoms/std-stats.orb +202 -202
  914. package/dist/registry/core/atoms/std-step-flow.orb +288 -288
  915. package/dist/registry/core/atoms/std-tabs.orb +57 -57
  916. package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  917. package/dist/registry/core/atoms/std-thread.orb +179 -173
  918. package/dist/registry/core/atoms/std-version-history.orb +259 -247
  919. package/dist/registry/core/atoms/std-vote.orb +69 -63
  920. package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
  921. package/dist/registry/core/atoms/std-wizard.orb +218 -218
  922. package/dist/registry/core/molecules/std-dashboard.orb +44 -44
  923. package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
  924. package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
  925. package/dist/registry/core/molecules/std-list.orb +196 -57
  926. package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
  927. package/dist/registry/core/organisms/std-generic-app.orb +738 -558
  928. package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  929. package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  930. package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  931. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  932. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  933. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  934. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  935. package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  936. package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  937. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  938. package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
  939. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  940. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  941. package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
  942. package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  943. package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  944. package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  945. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  946. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  947. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  948. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  949. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  950. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  951. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  952. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  953. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  954. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  955. package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
  956. package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
  957. package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  958. package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
  959. package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
  960. package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
  961. package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
  962. package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
  963. package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  964. package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
  965. package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  966. package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  967. package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  968. package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
  969. package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
  970. package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
  971. package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
  972. package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
  973. package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
  974. package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
  975. package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
  976. package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  977. package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  978. package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  979. package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  980. package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  981. package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
  982. package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  983. package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  984. package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
  985. package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  986. package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
  987. package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  988. package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  989. package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
  990. package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  991. package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
  992. package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  993. package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
  994. package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  995. package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
  996. package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  997. package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  998. package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
  999. package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  1000. package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
  1001. package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  1002. package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  1003. package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
  1004. package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
  1005. package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
  1006. package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
  1007. package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  1008. package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
  1009. package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
  1010. package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
  1011. package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  1012. package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  1013. package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  1014. package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  1015. package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  1016. package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  1017. package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  1018. package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  1019. package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  1020. package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  1021. package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  1022. package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  1023. package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  1024. package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  1025. package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
  1026. package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  1027. package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
  1028. package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
  1029. package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  1030. package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  1031. package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  1032. package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  1033. package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  1034. package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  1035. package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  1036. package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
  1037. package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  1038. package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  1039. package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
  1040. package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  1041. package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
  1042. package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  1043. package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  1044. package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  1045. package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
  1046. package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  1047. package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
  1048. package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
  1049. package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  1050. package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  1051. package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  1052. package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
  1053. package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  1054. package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  1055. package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  1056. package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  1057. package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
  1058. package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  1059. package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  1060. package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  1061. package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  1062. package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  1063. package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  1064. package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  1065. package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  1066. package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  1067. package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  1068. package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
  1069. package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  1070. package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  1071. package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  1072. package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  1073. package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
  1074. package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  1075. package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  1076. package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  1077. package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
  1078. package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  1079. package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  1080. package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  1081. package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
  1082. package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  1083. package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  1084. package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  1085. package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  1086. package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  1087. package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  1088. package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  1089. package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  1090. package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
  1091. package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
  1092. package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  1093. package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
  1094. package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  1095. package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  1096. package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  1097. package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  1098. package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  1099. package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  1100. package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  1101. package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  1102. package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
  1103. package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  1104. package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  1105. package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  1106. package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
  1107. package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
  1108. package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
  1109. package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
  1110. package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
  1111. package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  1112. package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  1113. package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  1114. package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
  1115. package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
  1116. package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  1117. package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
  1118. package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  1119. package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  1120. package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  1121. package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  1122. package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  1123. package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  1124. package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  1125. package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  1126. package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  1127. package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  1128. package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  1129. package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  1130. package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  1131. package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  1132. package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
  1133. package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
  1134. package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
  1135. package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  1136. package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  1137. package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  1138. package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  1139. package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  1140. package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  1141. package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  1142. package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
  1143. package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  1144. package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  1145. package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  1146. package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  1147. package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
  1148. package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
  1149. package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  1150. package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  1151. package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  1152. package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  1153. package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  1154. package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  1155. package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  1156. package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  1157. package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  1158. package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  1159. package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  1160. package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  1161. package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  1162. package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
  1163. package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  1164. package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  1165. package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  1166. package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  1167. package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  1168. package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  1169. package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
  1170. package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  1171. package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  1172. package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
  1173. package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
  1174. package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  1175. package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  1176. package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  1177. package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  1178. package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  1179. package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  1180. package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  1181. package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  1182. package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  1183. package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  1184. package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  1185. package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  1186. package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  1187. package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  1188. package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  1189. package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
  1190. package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  1191. package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  1192. package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
  1193. package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  1194. package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  1195. package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  1196. package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  1197. package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  1198. package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  1199. package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
  1200. package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  1201. package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  1202. package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  1203. package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  1204. package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  1205. package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  1206. package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  1207. package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  1208. package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  1209. package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  1210. package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  1211. package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  1212. package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  1213. package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  1214. package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  1215. package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  1216. package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  1217. package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  1218. package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  1219. package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  1220. package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
  1221. package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
  1222. package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
  1223. package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
  1224. package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  1225. package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  1226. package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  1227. package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  1228. package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  1229. package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  1230. package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  1231. package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  1232. package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  1233. package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  1234. package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  1235. package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  1236. package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  1237. package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  1238. package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  1239. package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  1240. package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  1241. package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  1242. package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  1243. package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  1244. package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  1245. package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  1246. package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  1247. package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  1248. package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  1249. package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  1250. package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  1251. package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  1252. package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  1253. package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  1254. package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  1255. package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  1256. package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  1257. package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  1258. package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  1259. package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  1260. package/dist/registry.d.ts +1 -1
  1261. package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
  1262. package/package.json +9 -16
@@ -92,8 +92,8 @@
92
92
  "type": "string",
93
93
  "required": true
94
94
  },
95
- "id": {
96
- "name": "id",
95
+ "icon": {
96
+ "name": "icon",
97
97
  "type": "string",
98
98
  "required": false
99
99
  },
@@ -102,8 +102,8 @@
102
102
  "type": "string",
103
103
  "required": false
104
104
  },
105
- "icon": {
106
- "name": "icon",
105
+ "id": {
106
+ "name": "id",
107
107
  "type": "string",
108
108
  "required": false
109
109
  }
@@ -286,7 +286,13 @@
286
286
  },
287
287
  {
288
288
  "key": "ASSESSMENT_DONE",
289
- "name": "Assessment Done"
289
+ "name": "Assessment Done",
290
+ "payloadSchema": [
291
+ {
292
+ "name": "level",
293
+ "type": "string"
294
+ }
295
+ ]
290
296
  },
291
297
  {
292
298
  "key": "TutorSessionLoaded",
@@ -401,8 +407,8 @@
401
407
  "TutorSession",
402
408
  {
403
409
  "emit": {
404
- "success": "TutorSessionLoaded",
405
- "failure": "TutorSessionLoadFailed"
410
+ "failure": "TutorSessionLoadFailed",
411
+ "success": "TutorSessionLoaded"
406
412
  }
407
413
  }
408
414
  ],
@@ -410,80 +416,80 @@
410
416
  "render-ui",
411
417
  "main",
412
418
  {
413
- "navItems": [
414
- {
415
- "href": "/teach",
416
- "icon": "book-open",
417
- "label": "Teach"
418
- },
419
- {
420
- "label": "Quiz",
421
- "icon": "help-circle",
422
- "href": "/quiz"
423
- },
424
- {
425
- "href": "/concepts",
426
- "label": "Concepts",
427
- "icon": "brain"
428
- }
429
- ],
430
419
  "appName": "AI Tutor",
431
- "type": "dashboard-layout",
432
420
  "children": [
433
421
  {
434
- "type": "stack",
435
422
  "direction": "vertical",
436
423
  "gap": "lg",
437
424
  "children": [
438
425
  {
439
426
  "type": "stack",
440
- "direction": "horizontal",
441
427
  "children": [
442
428
  {
443
- "type": "icon",
444
- "name": "graduation-cap"
429
+ "name": "graduation-cap",
430
+ "type": "icon"
445
431
  },
446
432
  {
447
433
  "variant": "h2",
448
- "type": "typography",
449
- "content": "Tutor"
434
+ "content": "Tutor",
435
+ "type": "typography"
450
436
  }
451
437
  ],
452
- "align": "center",
453
- "gap": "sm"
438
+ "gap": "sm",
439
+ "direction": "horizontal",
440
+ "align": "center"
454
441
  },
455
442
  {
456
443
  "type": "divider"
457
444
  },
458
445
  {
459
- "type": "card",
460
446
  "children": [
461
447
  {
448
+ "type": "stack",
449
+ "gap": "md",
462
450
  "direction": "vertical",
463
451
  "children": [
464
452
  {
465
- "type": "typography",
466
453
  "content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
467
- "variant": "body"
454
+ "variant": "body",
455
+ "type": "typography"
468
456
  },
469
457
  {
470
- "mode": "edit",
471
458
  "fields": [
472
459
  "topic"
473
460
  ],
474
- "type": "form-section",
461
+ "mode": "edit",
475
462
  "entity": "@entity",
476
- "submitEvent": "START_SESSION"
463
+ "submitEvent": "START_SESSION",
464
+ "type": "form-section"
477
465
  }
478
- ],
479
- "type": "stack",
480
- "gap": "md"
466
+ ]
481
467
  }
482
- ]
468
+ ],
469
+ "type": "card"
483
470
  }
484
- ]
471
+ ],
472
+ "type": "stack"
485
473
  }
486
- ]
474
+ ],
475
+ "navItems": [
476
+ {
477
+ "href": "/teach",
478
+ "icon": "book-open",
479
+ "label": "Teach"
480
+ },
481
+ {
482
+ "label": "Quiz",
483
+ "href": "/quiz",
484
+ "icon": "help-circle"
485
+ },
486
+ {
487
+ "icon": "brain",
488
+ "href": "/concepts",
489
+ "label": "Concepts"
490
+ }
491
+ ],
492
+ "type": "dashboard-layout"
487
493
  }
488
494
  ]
489
495
  ]
@@ -516,51 +522,51 @@
516
522
  "main",
517
523
  {
518
524
  "type": "dashboard-layout",
519
- "appName": "AI Tutor",
520
- "navItems": [
521
- {
522
- "label": "Teach",
523
- "href": "/teach",
524
- "icon": "book-open"
525
- },
526
- {
527
- "label": "Quiz",
528
- "href": "/quiz",
529
- "icon": "help-circle"
530
- },
531
- {
532
- "icon": "brain",
533
- "label": "Concepts",
534
- "href": "/concepts"
535
- }
536
- ],
537
525
  "children": [
538
526
  {
539
- "direction": "vertical",
540
527
  "children": [
541
528
  {
542
529
  "name": "search",
543
530
  "type": "icon"
544
531
  },
545
532
  {
546
- "type": "typography",
533
+ "variant": "h3",
547
534
  "content": "Assessing your level...",
548
- "variant": "h3"
535
+ "type": "typography"
549
536
  },
550
537
  {
551
538
  "type": "spinner"
552
539
  },
553
540
  {
554
- "variant": "caption",
541
+ "content": "Recalling prior learning and classifying skill level",
555
542
  "type": "typography",
556
- "content": "Recalling prior learning and classifying skill level"
543
+ "variant": "caption"
557
544
  }
558
545
  ],
546
+ "direction": "vertical",
559
547
  "align": "center",
560
- "type": "stack",
561
- "gap": "lg"
548
+ "gap": "lg",
549
+ "type": "stack"
562
550
  }
563
- ]
551
+ ],
552
+ "navItems": [
553
+ {
554
+ "href": "/teach",
555
+ "label": "Teach",
556
+ "icon": "book-open"
557
+ },
558
+ {
559
+ "href": "/quiz",
560
+ "label": "Quiz",
561
+ "icon": "help-circle"
562
+ },
563
+ {
564
+ "href": "/concepts",
565
+ "icon": "brain",
566
+ "label": "Concepts"
567
+ }
568
+ ],
569
+ "appName": "AI Tutor"
564
570
  }
565
571
  ]
566
572
  ]
@@ -588,34 +594,13 @@
588
594
  "render-ui",
589
595
  "main",
590
596
  {
591
- "type": "dashboard-layout",
592
- "navItems": [
593
- {
594
- "label": "Teach",
595
- "icon": "book-open",
596
- "href": "/teach"
597
- },
598
- {
599
- "href": "/quiz",
600
- "icon": "help-circle",
601
- "label": "Quiz"
602
- },
603
- {
604
- "label": "Concepts",
605
- "icon": "brain",
606
- "href": "/concepts"
607
- }
608
- ],
609
- "appName": "AI Tutor",
610
597
  "children": [
611
598
  {
612
599
  "children": [
613
600
  {
614
- "type": "stack",
615
- "gap": "sm",
616
- "justify": "between",
617
601
  "children": [
618
602
  {
603
+ "align": "center",
619
604
  "gap": "sm",
620
605
  "type": "stack",
621
606
  "children": [
@@ -624,21 +609,23 @@
624
609
  "name": "book-open"
625
610
  },
626
611
  {
627
- "type": "typography",
612
+ "variant": "h2",
628
613
  "content": "Lesson: @entity.topic",
629
- "variant": "h2"
614
+ "type": "typography"
630
615
  }
631
616
  ],
632
- "align": "center",
633
617
  "direction": "horizontal"
634
618
  },
635
619
  {
636
- "label": "@entity.studentLevel",
637
- "type": "badge"
620
+ "type": "badge",
621
+ "label": "@entity.studentLevel"
638
622
  }
639
623
  ],
624
+ "justify": "between",
625
+ "direction": "horizontal",
626
+ "gap": "sm",
640
627
  "align": "center",
641
- "direction": "horizontal"
628
+ "type": "stack"
642
629
  },
643
630
  {
644
631
  "type": "divider"
@@ -647,68 +634,87 @@
647
634
  "type": "card",
648
635
  "children": [
649
636
  {
650
- "gap": "md",
651
- "direction": "vertical",
652
637
  "children": [
653
638
  {
654
- "type": "typography",
655
639
  "content": "@entity.explanation",
640
+ "type": "typography",
656
641
  "variant": "body"
657
642
  }
658
643
  ],
659
- "type": "stack"
644
+ "direction": "vertical",
645
+ "type": "stack",
646
+ "gap": "md"
660
647
  }
661
648
  ]
662
649
  },
663
650
  {
651
+ "direction": "horizontal",
652
+ "gap": "sm",
664
653
  "children": [
665
654
  {
666
655
  "type": "button",
656
+ "icon": "help-circle",
667
657
  "variant": "primary",
668
658
  "action": "START_QUIZ",
669
- "icon": "help-circle",
670
659
  "label": "Quiz Me"
671
660
  },
672
661
  {
662
+ "icon": "book-open",
673
663
  "variant": "secondary",
674
664
  "label": "Explain More",
675
- "type": "button",
676
- "icon": "book-open",
677
- "action": "EXPLAIN_MORE"
665
+ "action": "EXPLAIN_MORE",
666
+ "type": "button"
678
667
  },
679
668
  {
669
+ "icon": "rotate-ccw",
670
+ "label": "New Topic",
680
671
  "type": "button",
681
672
  "action": "RESET",
682
- "label": "New Topic",
683
- "variant": "ghost",
684
- "icon": "rotate-ccw"
673
+ "variant": "ghost"
685
674
  }
686
675
  ],
687
- "type": "stack",
688
- "direction": "horizontal",
689
- "gap": "sm"
676
+ "type": "stack"
690
677
  },
691
678
  {
679
+ "direction": "horizontal",
680
+ "type": "stack",
692
681
  "children": [
693
682
  {
694
683
  "label": "@entity.questionsAsked",
695
684
  "type": "badge"
696
685
  },
697
686
  {
698
- "type": "badge",
699
- "label": "@entity.correctAnswers"
687
+ "label": "@entity.correctAnswers",
688
+ "type": "badge"
700
689
  }
701
690
  ],
702
- "gap": "xs",
703
- "direction": "horizontal",
704
- "type": "stack"
691
+ "gap": "xs"
705
692
  }
706
693
  ],
707
- "direction": "vertical",
708
694
  "gap": "lg",
709
- "type": "stack"
695
+ "type": "stack",
696
+ "direction": "vertical"
710
697
  }
711
- ]
698
+ ],
699
+ "navItems": [
700
+ {
701
+ "label": "Teach",
702
+ "icon": "book-open",
703
+ "href": "/teach"
704
+ },
705
+ {
706
+ "icon": "help-circle",
707
+ "label": "Quiz",
708
+ "href": "/quiz"
709
+ },
710
+ {
711
+ "label": "Concepts",
712
+ "href": "/concepts",
713
+ "icon": "brain"
714
+ }
715
+ ],
716
+ "appName": "AI Tutor",
717
+ "type": "dashboard-layout"
712
718
  }
713
719
  ]
714
720
  ]
@@ -726,60 +732,38 @@
726
732
  "render-ui",
727
733
  "main",
728
734
  {
729
- "type": "dashboard-layout",
730
- "navItems": [
731
- {
732
- "label": "Teach",
733
- "icon": "book-open",
734
- "href": "/teach"
735
- },
736
- {
737
- "href": "/quiz",
738
- "icon": "help-circle",
739
- "label": "Quiz"
740
- },
741
- {
742
- "label": "Concepts",
743
- "href": "/concepts",
744
- "icon": "brain"
745
- }
746
- ],
747
- "appName": "AI Tutor",
748
735
  "children": [
749
736
  {
750
- "gap": "lg",
751
- "direction": "vertical",
752
- "type": "stack",
753
737
  "children": [
754
738
  {
755
- "direction": "horizontal",
756
739
  "children": [
757
740
  {
758
741
  "gap": "sm",
759
- "type": "stack",
760
- "align": "center",
761
742
  "children": [
762
743
  {
763
- "type": "icon",
764
- "name": "book-open"
744
+ "name": "book-open",
745
+ "type": "icon"
765
746
  },
766
747
  {
748
+ "variant": "h2",
767
749
  "type": "typography",
768
- "content": "Lesson: @entity.topic",
769
- "variant": "h2"
750
+ "content": "Lesson: @entity.topic"
770
751
  }
771
752
  ],
772
- "direction": "horizontal"
753
+ "align": "center",
754
+ "direction": "horizontal",
755
+ "type": "stack"
773
756
  },
774
757
  {
775
758
  "type": "badge",
776
759
  "label": "@entity.studentLevel"
777
760
  }
778
761
  ],
779
- "align": "center",
780
- "type": "stack",
762
+ "direction": "horizontal",
763
+ "gap": "sm",
781
764
  "justify": "between",
782
- "gap": "sm"
765
+ "align": "center",
766
+ "type": "stack"
783
767
  },
784
768
  {
785
769
  "type": "divider"
@@ -788,49 +772,48 @@
788
772
  "children": [
789
773
  {
790
774
  "direction": "vertical",
775
+ "type": "stack",
791
776
  "children": [
792
777
  {
793
778
  "type": "typography",
794
- "content": "@entity.explanation",
795
- "variant": "body"
779
+ "variant": "body",
780
+ "content": "@entity.explanation"
796
781
  }
797
782
  ],
798
- "type": "stack",
799
783
  "gap": "md"
800
784
  }
801
785
  ],
802
786
  "type": "card"
803
787
  },
804
788
  {
805
- "direction": "horizontal",
806
- "type": "stack",
807
789
  "gap": "sm",
808
790
  "children": [
809
791
  {
810
- "label": "Quiz Me",
792
+ "icon": "help-circle",
811
793
  "action": "START_QUIZ",
812
- "type": "button",
813
794
  "variant": "primary",
814
- "icon": "help-circle"
795
+ "type": "button",
796
+ "label": "Quiz Me"
815
797
  },
816
798
  {
817
- "type": "button",
818
- "icon": "book-open",
799
+ "label": "Explain More",
819
800
  "action": "EXPLAIN_MORE",
820
801
  "variant": "secondary",
821
- "label": "Explain More"
802
+ "type": "button",
803
+ "icon": "book-open"
822
804
  },
823
805
  {
824
- "action": "RESET",
825
- "type": "button",
826
806
  "variant": "ghost",
827
- "label": "New Topic",
828
- "icon": "rotate-ccw"
807
+ "icon": "rotate-ccw",
808
+ "type": "button",
809
+ "action": "RESET",
810
+ "label": "New Topic"
829
811
  }
830
- ]
812
+ ],
813
+ "direction": "horizontal",
814
+ "type": "stack"
831
815
  },
832
816
  {
833
- "type": "stack",
834
817
  "children": [
835
818
  {
836
819
  "label": "@entity.questionsAsked",
@@ -841,12 +824,35 @@
841
824
  "type": "badge"
842
825
  }
843
826
  ],
827
+ "direction": "horizontal",
844
828
  "gap": "xs",
845
- "direction": "horizontal"
829
+ "type": "stack"
846
830
  }
847
- ]
831
+ ],
832
+ "direction": "vertical",
833
+ "type": "stack",
834
+ "gap": "lg"
848
835
  }
849
- ]
836
+ ],
837
+ "navItems": [
838
+ {
839
+ "label": "Teach",
840
+ "href": "/teach",
841
+ "icon": "book-open"
842
+ },
843
+ {
844
+ "icon": "help-circle",
845
+ "href": "/quiz",
846
+ "label": "Quiz"
847
+ },
848
+ {
849
+ "icon": "brain",
850
+ "label": "Concepts",
851
+ "href": "/concepts"
852
+ }
853
+ ],
854
+ "appName": "AI Tutor",
855
+ "type": "dashboard-layout"
850
856
  }
851
857
  ]
852
858
  ]
@@ -866,75 +872,60 @@
866
872
  {
867
873
  "type": "dashboard-layout",
868
874
  "appName": "AI Tutor",
869
- "navItems": [
870
- {
871
- "href": "/teach",
872
- "icon": "book-open",
873
- "label": "Teach"
874
- },
875
- {
876
- "icon": "help-circle",
877
- "href": "/quiz",
878
- "label": "Quiz"
879
- },
880
- {
881
- "label": "Concepts",
882
- "icon": "brain",
883
- "href": "/concepts"
884
- }
885
- ],
886
875
  "children": [
887
876
  {
877
+ "gap": "lg",
878
+ "type": "stack",
888
879
  "children": [
889
880
  {
890
- "type": "stack",
891
881
  "align": "center",
882
+ "direction": "horizontal",
892
883
  "children": [
893
884
  {
894
- "direction": "horizontal",
885
+ "align": "center",
895
886
  "children": [
896
887
  {
897
- "type": "icon",
898
- "name": "book-open"
888
+ "name": "book-open",
889
+ "type": "icon"
899
890
  },
900
891
  {
892
+ "content": "Lesson: @entity.topic",
901
893
  "type": "typography",
902
- "variant": "h2",
903
- "content": "Lesson: @entity.topic"
894
+ "variant": "h2"
904
895
  }
905
896
  ],
906
897
  "type": "stack",
907
- "align": "center",
908
- "gap": "sm"
898
+ "gap": "sm",
899
+ "direction": "horizontal"
909
900
  },
910
901
  {
911
902
  "type": "badge",
912
903
  "label": "@entity.studentLevel"
913
904
  }
914
905
  ],
915
- "direction": "horizontal",
916
906
  "justify": "between",
907
+ "type": "stack",
917
908
  "gap": "sm"
918
909
  },
919
910
  {
920
911
  "type": "divider"
921
912
  },
922
913
  {
914
+ "type": "card",
923
915
  "children": [
924
916
  {
925
- "type": "stack",
926
917
  "children": [
927
918
  {
928
- "variant": "body",
929
919
  "content": "@entity.explanation",
930
- "type": "typography"
920
+ "type": "typography",
921
+ "variant": "body"
931
922
  }
932
923
  ],
933
924
  "direction": "vertical",
934
- "gap": "md"
925
+ "gap": "md",
926
+ "type": "stack"
935
927
  }
936
- ],
937
- "type": "card"
928
+ ]
938
929
  },
939
930
  {
940
931
  "gap": "sm",
@@ -942,34 +933,33 @@
942
933
  "children": [
943
934
  {
944
935
  "icon": "help-circle",
945
- "action": "START_QUIZ",
946
- "variant": "primary",
947
936
  "type": "button",
948
- "label": "Quiz Me"
937
+ "action": "START_QUIZ",
938
+ "label": "Quiz Me",
939
+ "variant": "primary"
949
940
  },
950
941
  {
942
+ "type": "button",
943
+ "icon": "book-open",
951
944
  "action": "EXPLAIN_MORE",
952
- "label": "Explain More",
953
945
  "variant": "secondary",
954
- "type": "button",
955
- "icon": "book-open"
946
+ "label": "Explain More"
956
947
  },
957
948
  {
949
+ "type": "button",
958
950
  "label": "New Topic",
951
+ "action": "RESET",
959
952
  "icon": "rotate-ccw",
960
- "type": "button",
961
- "variant": "ghost",
962
- "action": "RESET"
953
+ "variant": "ghost"
963
954
  }
964
955
  ],
965
956
  "direction": "horizontal"
966
957
  },
967
958
  {
968
- "type": "stack",
969
959
  "children": [
970
960
  {
971
- "type": "badge",
972
- "label": "@entity.questionsAsked"
961
+ "label": "@entity.questionsAsked",
962
+ "type": "badge"
973
963
  },
974
964
  {
975
965
  "type": "badge",
@@ -977,12 +967,28 @@
977
967
  }
978
968
  ],
979
969
  "direction": "horizontal",
980
- "gap": "xs"
970
+ "gap": "xs",
971
+ "type": "stack"
981
972
  }
982
973
  ],
983
- "direction": "vertical",
984
- "gap": "lg",
985
- "type": "stack"
974
+ "direction": "vertical"
975
+ }
976
+ ],
977
+ "navItems": [
978
+ {
979
+ "href": "/teach",
980
+ "icon": "book-open",
981
+ "label": "Teach"
982
+ },
983
+ {
984
+ "label": "Quiz",
985
+ "icon": "help-circle",
986
+ "href": "/quiz"
987
+ },
988
+ {
989
+ "href": "/concepts",
990
+ "icon": "brain",
991
+ "label": "Concepts"
986
992
  }
987
993
  ]
988
994
  }
@@ -1023,28 +1029,45 @@
1023
1029
  "render-ui",
1024
1030
  "main",
1025
1031
  {
1026
- "appName": "AI Tutor",
1032
+ "navItems": [
1033
+ {
1034
+ "href": "/teach",
1035
+ "icon": "book-open",
1036
+ "label": "Teach"
1037
+ },
1038
+ {
1039
+ "href": "/quiz",
1040
+ "label": "Quiz",
1041
+ "icon": "help-circle"
1042
+ },
1043
+ {
1044
+ "href": "/concepts",
1045
+ "label": "Concepts",
1046
+ "icon": "brain"
1047
+ }
1048
+ ],
1027
1049
  "children": [
1028
1050
  {
1029
- "direction": "vertical",
1030
1051
  "type": "stack",
1052
+ "direction": "vertical",
1053
+ "gap": "lg",
1031
1054
  "children": [
1032
1055
  {
1033
- "align": "center",
1034
- "type": "stack",
1035
1056
  "children": [
1036
1057
  {
1037
- "type": "icon",
1038
- "name": "graduation-cap"
1058
+ "name": "graduation-cap",
1059
+ "type": "icon"
1039
1060
  },
1040
1061
  {
1041
- "type": "typography",
1042
1062
  "variant": "h2",
1043
- "content": "Tutor"
1063
+ "content": "Tutor",
1064
+ "type": "typography"
1044
1065
  }
1045
1066
  ],
1046
- "direction": "horizontal",
1047
- "gap": "sm"
1067
+ "type": "stack",
1068
+ "align": "center",
1069
+ "gap": "sm",
1070
+ "direction": "horizontal"
1048
1071
  },
1049
1072
  {
1050
1073
  "type": "divider"
@@ -1060,43 +1083,26 @@
1060
1083
  "content": "What topic would you like to learn about? The tutor will assess your level and guide you through it."
1061
1084
  },
1062
1085
  {
1063
- "submitEvent": "START_SESSION",
1064
- "entity": "@entity",
1065
1086
  "mode": "edit",
1087
+ "submitEvent": "START_SESSION",
1066
1088
  "type": "form-section",
1089
+ "entity": "@entity",
1067
1090
  "fields": [
1068
1091
  "topic"
1069
1092
  ]
1070
1093
  }
1071
1094
  ],
1072
- "direction": "vertical",
1073
1095
  "type": "stack",
1074
- "gap": "md"
1096
+ "gap": "md",
1097
+ "direction": "vertical"
1075
1098
  }
1076
1099
  ]
1077
1100
  }
1078
- ],
1079
- "gap": "lg"
1101
+ ]
1080
1102
  }
1081
1103
  ],
1082
- "type": "dashboard-layout",
1083
- "navItems": [
1084
- {
1085
- "icon": "book-open",
1086
- "label": "Teach",
1087
- "href": "/teach"
1088
- },
1089
- {
1090
- "href": "/quiz",
1091
- "icon": "help-circle",
1092
- "label": "Quiz"
1093
- },
1094
- {
1095
- "label": "Concepts",
1096
- "icon": "brain",
1097
- "href": "/concepts"
1098
- }
1099
- ]
1104
+ "appName": "AI Tutor",
1105
+ "type": "dashboard-layout"
1100
1106
  }
1101
1107
  ]
1102
1108
  ]
@@ -1283,7 +1289,13 @@
1283
1289
  },
1284
1290
  {
1285
1291
  "key": "QUIZ_GRADED",
1286
- "name": "Quiz Graded"
1292
+ "name": "Quiz Graded",
1293
+ "payloadSchema": [
1294
+ {
1295
+ "name": "correct",
1296
+ "type": "boolean"
1297
+ }
1298
+ ]
1287
1299
  },
1288
1300
  {
1289
1301
  "key": "QuizQuestionLoaded",
@@ -1341,8 +1353,8 @@
1341
1353
  "QuizQuestion",
1342
1354
  {
1343
1355
  "emit": {
1344
- "success": "QuizQuestionLoaded",
1345
- "failure": "QuizQuestionLoadFailed"
1356
+ "failure": "QuizQuestionLoadFailed",
1357
+ "success": "QuizQuestionLoaded"
1346
1358
  }
1347
1359
  }
1348
1360
  ],
@@ -1350,31 +1362,14 @@
1350
1362
  "render-ui",
1351
1363
  "main",
1352
1364
  {
1353
- "navItems": [
1354
- {
1355
- "icon": "book-open",
1356
- "label": "Teach",
1357
- "href": "/teach"
1358
- },
1359
- {
1360
- "icon": "help-circle",
1361
- "label": "Quiz",
1362
- "href": "/quiz"
1363
- },
1364
- {
1365
- "href": "/concepts",
1366
- "icon": "brain",
1367
- "label": "Concepts"
1368
- }
1369
- ],
1370
1365
  "type": "dashboard-layout",
1371
1366
  "children": [
1372
1367
  {
1368
+ "direction": "vertical",
1369
+ "gap": "lg",
1370
+ "type": "stack",
1373
1371
  "children": [
1374
1372
  {
1375
- "gap": "sm",
1376
- "align": "center",
1377
- "direction": "horizontal",
1378
1373
  "children": [
1379
1374
  {
1380
1375
  "name": "help-circle",
@@ -1382,27 +1377,44 @@
1382
1377
  },
1383
1378
  {
1384
1379
  "variant": "h2",
1385
- "content": "Quiz",
1386
- "type": "typography"
1380
+ "type": "typography",
1381
+ "content": "Quiz"
1387
1382
  }
1388
1383
  ],
1389
- "type": "stack"
1384
+ "direction": "horizontal",
1385
+ "type": "stack",
1386
+ "gap": "sm",
1387
+ "align": "center"
1390
1388
  },
1391
1389
  {
1392
1390
  "type": "divider"
1393
1391
  },
1394
1392
  {
1395
- "type": "typography",
1396
1393
  "content": "Waiting for a quiz to start...",
1394
+ "type": "typography",
1397
1395
  "variant": "body"
1398
1396
  }
1399
- ],
1400
- "gap": "lg",
1401
- "type": "stack",
1402
- "direction": "vertical"
1397
+ ]
1403
1398
  }
1404
1399
  ],
1405
- "appName": "AI Tutor"
1400
+ "appName": "AI Tutor",
1401
+ "navItems": [
1402
+ {
1403
+ "label": "Teach",
1404
+ "icon": "book-open",
1405
+ "href": "/teach"
1406
+ },
1407
+ {
1408
+ "href": "/quiz",
1409
+ "icon": "help-circle",
1410
+ "label": "Quiz"
1411
+ },
1412
+ {
1413
+ "label": "Concepts",
1414
+ "href": "/concepts",
1415
+ "icon": "brain"
1416
+ }
1417
+ ]
1406
1418
  }
1407
1419
  ]
1408
1420
  ]
@@ -1425,83 +1437,83 @@
1425
1437
  "render-ui",
1426
1438
  "main",
1427
1439
  {
1428
- "appName": "AI Tutor",
1429
1440
  "navItems": [
1430
1441
  {
1431
- "label": "Teach",
1442
+ "icon": "book-open",
1432
1443
  "href": "/teach",
1433
- "icon": "book-open"
1444
+ "label": "Teach"
1434
1445
  },
1435
1446
  {
1436
- "label": "Quiz",
1447
+ "href": "/quiz",
1437
1448
  "icon": "help-circle",
1438
- "href": "/quiz"
1449
+ "label": "Quiz"
1439
1450
  },
1440
1451
  {
1452
+ "href": "/concepts",
1441
1453
  "icon": "brain",
1442
- "label": "Concepts",
1443
- "href": "/concepts"
1454
+ "label": "Concepts"
1444
1455
  }
1445
1456
  ],
1446
1457
  "type": "dashboard-layout",
1458
+ "appName": "AI Tutor",
1447
1459
  "children": [
1448
1460
  {
1449
- "gap": "lg",
1461
+ "type": "stack",
1450
1462
  "children": [
1451
1463
  {
1452
- "direction": "horizontal",
1453
1464
  "align": "center",
1465
+ "direction": "horizontal",
1466
+ "gap": "sm",
1467
+ "type": "stack",
1454
1468
  "children": [
1455
1469
  {
1456
- "name": "help-circle",
1457
- "type": "icon"
1470
+ "type": "icon",
1471
+ "name": "help-circle"
1458
1472
  },
1459
1473
  {
1460
1474
  "type": "typography",
1461
1475
  "variant": "h2",
1462
1476
  "content": "Quiz Question"
1463
1477
  }
1464
- ],
1465
- "gap": "sm",
1466
- "type": "stack"
1478
+ ]
1467
1479
  },
1468
1480
  {
1469
1481
  "type": "divider"
1470
1482
  },
1471
1483
  {
1472
- "type": "card",
1473
1484
  "children": [
1474
1485
  {
1475
1486
  "children": [
1476
1487
  {
1488
+ "variant": "h3",
1477
1489
  "content": "@entity.question",
1478
- "type": "typography",
1479
- "variant": "h3"
1490
+ "type": "typography"
1480
1491
  },
1481
1492
  {
1482
- "type": "typography",
1483
1493
  "content": "@entity.options",
1484
- "variant": "body"
1494
+ "variant": "body",
1495
+ "type": "typography"
1485
1496
  },
1486
1497
  {
1487
- "mode": "edit",
1488
- "submitEvent": "SUBMIT_ANSWER",
1489
1498
  "type": "form-section",
1490
1499
  "entity": "@entity",
1491
1500
  "fields": [
1492
1501
  "studentAnswer"
1493
- ]
1502
+ ],
1503
+ "submitEvent": "SUBMIT_ANSWER",
1504
+ "mode": "edit"
1494
1505
  }
1495
1506
  ],
1496
- "gap": "md",
1497
1507
  "direction": "vertical",
1508
+ "gap": "md",
1498
1509
  "type": "stack"
1499
1510
  }
1500
- ]
1511
+ ],
1512
+ "type": "card"
1501
1513
  }
1502
1514
  ],
1503
1515
  "direction": "vertical",
1504
- "type": "stack"
1516
+ "gap": "lg"
1505
1517
  }
1506
1518
  ]
1507
1519
  }
@@ -1525,25 +1537,25 @@
1525
1537
  "appName": "AI Tutor",
1526
1538
  "children": [
1527
1539
  {
1528
- "direction": "vertical",
1529
1540
  "type": "stack",
1541
+ "gap": "lg",
1530
1542
  "children": [
1531
1543
  {
1532
- "type": "stack",
1533
- "align": "center",
1534
- "gap": "sm",
1544
+ "direction": "horizontal",
1535
1545
  "children": [
1536
1546
  {
1537
- "type": "icon",
1538
- "name": "help-circle"
1547
+ "name": "help-circle",
1548
+ "type": "icon"
1539
1549
  },
1540
1550
  {
1541
- "content": "Quiz Question",
1551
+ "variant": "h2",
1542
1552
  "type": "typography",
1543
- "variant": "h2"
1553
+ "content": "Quiz Question"
1544
1554
  }
1545
1555
  ],
1546
- "direction": "horizontal"
1556
+ "align": "center",
1557
+ "type": "stack",
1558
+ "gap": "sm"
1547
1559
  },
1548
1560
  {
1549
1561
  "type": "divider"
@@ -1551,56 +1563,56 @@
1551
1563
  {
1552
1564
  "children": [
1553
1565
  {
1554
- "gap": "md",
1555
- "direction": "vertical",
1556
1566
  "children": [
1557
1567
  {
1558
1568
  "content": "@entity.question",
1559
- "variant": "h3",
1560
- "type": "typography"
1569
+ "type": "typography",
1570
+ "variant": "h3"
1561
1571
  },
1562
1572
  {
1563
- "type": "typography",
1564
1573
  "content": "@entity.options",
1574
+ "type": "typography",
1565
1575
  "variant": "body"
1566
1576
  },
1567
1577
  {
1568
1578
  "type": "form-section",
1569
- "submitEvent": "SUBMIT_ANSWER",
1570
- "mode": "edit",
1571
1579
  "entity": "@entity",
1580
+ "submitEvent": "SUBMIT_ANSWER",
1572
1581
  "fields": [
1573
1582
  "studentAnswer"
1574
- ]
1583
+ ],
1584
+ "mode": "edit"
1575
1585
  }
1576
1586
  ],
1577
- "type": "stack"
1587
+ "gap": "md",
1588
+ "type": "stack",
1589
+ "direction": "vertical"
1578
1590
  }
1579
1591
  ],
1580
1592
  "type": "card"
1581
1593
  }
1582
1594
  ],
1583
- "gap": "lg"
1595
+ "direction": "vertical"
1584
1596
  }
1585
1597
  ],
1586
- "type": "dashboard-layout",
1587
1598
  "navItems": [
1588
1599
  {
1589
- "label": "Teach",
1590
1600
  "icon": "book-open",
1601
+ "label": "Teach",
1591
1602
  "href": "/teach"
1592
1603
  },
1593
1604
  {
1594
- "icon": "help-circle",
1595
1605
  "href": "/quiz",
1596
- "label": "Quiz"
1606
+ "label": "Quiz",
1607
+ "icon": "help-circle"
1597
1608
  },
1598
1609
  {
1599
1610
  "label": "Concepts",
1600
- "icon": "brain",
1601
- "href": "/concepts"
1611
+ "href": "/concepts",
1612
+ "icon": "brain"
1602
1613
  }
1603
- ]
1614
+ ],
1615
+ "type": "dashboard-layout"
1604
1616
  }
1605
1617
  ]
1606
1618
  ]
@@ -1632,22 +1644,35 @@
1632
1644
  "render-ui",
1633
1645
  "main",
1634
1646
  {
1635
- "type": "dashboard-layout",
1647
+ "navItems": [
1648
+ {
1649
+ "label": "Teach",
1650
+ "href": "/teach",
1651
+ "icon": "book-open"
1652
+ },
1653
+ {
1654
+ "href": "/quiz",
1655
+ "label": "Quiz",
1656
+ "icon": "help-circle"
1657
+ },
1658
+ {
1659
+ "href": "/concepts",
1660
+ "icon": "brain",
1661
+ "label": "Concepts"
1662
+ }
1663
+ ],
1636
1664
  "appName": "AI Tutor",
1637
1665
  "children": [
1638
1666
  {
1639
- "direction": "vertical",
1640
- "gap": "lg",
1641
- "type": "stack",
1642
1667
  "children": [
1643
1668
  {
1644
- "direction": "horizontal",
1645
1669
  "gap": "sm",
1670
+ "type": "stack",
1646
1671
  "align": "center",
1647
1672
  "children": [
1648
1673
  {
1649
- "type": "icon",
1650
- "name": "check-circle"
1674
+ "name": "check-circle",
1675
+ "type": "icon"
1651
1676
  },
1652
1677
  {
1653
1678
  "variant": "h2",
@@ -1655,7 +1680,7 @@
1655
1680
  "content": "Answer Review"
1656
1681
  }
1657
1682
  ],
1658
- "type": "stack"
1683
+ "direction": "horizontal"
1659
1684
  },
1660
1685
  {
1661
1686
  "type": "divider"
@@ -1663,29 +1688,27 @@
1663
1688
  {
1664
1689
  "children": [
1665
1690
  {
1666
- "gap": "md",
1667
- "direction": "vertical",
1668
1691
  "children": [
1669
1692
  {
1670
- "type": "stack",
1693
+ "gap": "sm",
1694
+ "direction": "horizontal",
1671
1695
  "children": [
1672
1696
  {
1673
1697
  "type": "badge",
1674
1698
  "label": "@entity.feedback"
1675
1699
  }
1676
1700
  ],
1677
- "direction": "horizontal",
1678
- "gap": "sm"
1701
+ "type": "stack"
1679
1702
  },
1680
1703
  {
1681
- "content": "@entity.feedback",
1682
1704
  "variant": "body",
1683
- "type": "typography"
1705
+ "type": "typography",
1706
+ "content": "@entity.feedback"
1684
1707
  },
1685
1708
  {
1709
+ "type": "typography",
1686
1710
  "variant": "caption",
1687
- "content": "Correct answer",
1688
- "type": "typography"
1711
+ "content": "Correct answer"
1689
1712
  },
1690
1713
  {
1691
1714
  "content": "@entity.correctAnswer",
@@ -1693,6 +1716,8 @@
1693
1716
  "type": "typography"
1694
1717
  }
1695
1718
  ],
1719
+ "direction": "vertical",
1720
+ "gap": "md",
1696
1721
  "type": "stack"
1697
1722
  }
1698
1723
  ],
@@ -1701,44 +1726,31 @@
1701
1726
  {
1702
1727
  "type": "stack",
1703
1728
  "direction": "horizontal",
1704
- "gap": "sm",
1705
1729
  "children": [
1706
1730
  {
1731
+ "action": "NEXT_QUESTION",
1707
1732
  "label": "Next Question",
1708
- "icon": "arrow-right",
1709
1733
  "variant": "primary",
1710
- "action": "NEXT_QUESTION",
1734
+ "icon": "arrow-right",
1711
1735
  "type": "button"
1712
1736
  },
1713
1737
  {
1714
1738
  "type": "button",
1739
+ "label": "Back to Lesson",
1715
1740
  "action": "BACK_TO_LESSON",
1716
1741
  "variant": "ghost",
1717
- "label": "Back to Lesson",
1718
1742
  "icon": "book-open"
1719
1743
  }
1720
- ]
1744
+ ],
1745
+ "gap": "sm"
1721
1746
  }
1722
- ]
1747
+ ],
1748
+ "type": "stack",
1749
+ "direction": "vertical",
1750
+ "gap": "lg"
1723
1751
  }
1724
1752
  ],
1725
- "navItems": [
1726
- {
1727
- "icon": "book-open",
1728
- "href": "/teach",
1729
- "label": "Teach"
1730
- },
1731
- {
1732
- "label": "Quiz",
1733
- "href": "/quiz",
1734
- "icon": "help-circle"
1735
- },
1736
- {
1737
- "icon": "brain",
1738
- "href": "/concepts",
1739
- "label": "Concepts"
1740
- }
1741
- ]
1753
+ "type": "dashboard-layout"
1742
1754
  }
1743
1755
  ]
1744
1756
  ]
@@ -1771,36 +1783,29 @@
1771
1783
  "render-ui",
1772
1784
  "main",
1773
1785
  {
1774
- "type": "dashboard-layout",
1775
1786
  "navItems": [
1776
1787
  {
1788
+ "href": "/teach",
1777
1789
  "icon": "book-open",
1778
- "label": "Teach",
1779
- "href": "/teach"
1790
+ "label": "Teach"
1780
1791
  },
1781
1792
  {
1793
+ "label": "Quiz",
1782
1794
  "href": "/quiz",
1783
- "icon": "help-circle",
1784
- "label": "Quiz"
1795
+ "icon": "help-circle"
1785
1796
  },
1786
1797
  {
1787
1798
  "icon": "brain",
1788
- "label": "Concepts",
1789
- "href": "/concepts"
1799
+ "href": "/concepts",
1800
+ "label": "Concepts"
1790
1801
  }
1791
1802
  ],
1792
- "appName": "AI Tutor",
1793
1803
  "children": [
1794
1804
  {
1795
- "direction": "vertical",
1796
- "gap": "lg",
1797
- "type": "stack",
1798
1805
  "children": [
1799
1806
  {
1800
- "direction": "horizontal",
1801
- "gap": "sm",
1802
- "align": "center",
1803
1807
  "type": "stack",
1808
+ "align": "center",
1804
1809
  "children": [
1805
1810
  {
1806
1811
  "type": "icon",
@@ -1811,45 +1816,52 @@
1811
1816
  "content": "Quiz Question",
1812
1817
  "variant": "h2"
1813
1818
  }
1814
- ]
1819
+ ],
1820
+ "gap": "sm",
1821
+ "direction": "horizontal"
1815
1822
  },
1816
1823
  {
1817
1824
  "type": "divider"
1818
1825
  },
1819
1826
  {
1820
- "type": "card",
1821
1827
  "children": [
1822
1828
  {
1829
+ "gap": "md",
1823
1830
  "type": "stack",
1824
- "direction": "vertical",
1825
1831
  "children": [
1826
1832
  {
1827
- "type": "typography",
1828
1833
  "content": "@entity.question",
1834
+ "type": "typography",
1829
1835
  "variant": "h3"
1830
1836
  },
1831
1837
  {
1832
- "type": "typography",
1833
1838
  "content": "@entity.options",
1834
- "variant": "body"
1839
+ "variant": "body",
1840
+ "type": "typography"
1835
1841
  },
1836
1842
  {
1837
1843
  "type": "form-section",
1838
1844
  "mode": "edit",
1839
- "entity": "@entity",
1840
- "submitEvent": "SUBMIT_ANSWER",
1841
1845
  "fields": [
1842
1846
  "studentAnswer"
1843
- ]
1847
+ ],
1848
+ "submitEvent": "SUBMIT_ANSWER",
1849
+ "entity": "@entity"
1844
1850
  }
1845
1851
  ],
1846
- "gap": "md"
1852
+ "direction": "vertical"
1847
1853
  }
1848
- ]
1854
+ ],
1855
+ "type": "card"
1849
1856
  }
1850
- ]
1857
+ ],
1858
+ "direction": "vertical",
1859
+ "gap": "lg",
1860
+ "type": "stack"
1851
1861
  }
1852
- ]
1862
+ ],
1863
+ "appName": "AI Tutor",
1864
+ "type": "dashboard-layout"
1853
1865
  }
1854
1866
  ]
1855
1867
  ]
@@ -1868,11 +1880,10 @@
1868
1880
  "render-ui",
1869
1881
  "main",
1870
1882
  {
1871
- "type": "dashboard-layout",
1872
1883
  "navItems": [
1873
1884
  {
1874
- "href": "/teach",
1875
1885
  "label": "Teach",
1886
+ "href": "/teach",
1876
1887
  "icon": "book-open"
1877
1888
  },
1878
1889
  {
@@ -1881,46 +1892,47 @@
1881
1892
  "icon": "help-circle"
1882
1893
  },
1883
1894
  {
1884
- "href": "/concepts",
1895
+ "label": "Concepts",
1885
1896
  "icon": "brain",
1886
- "label": "Concepts"
1897
+ "href": "/concepts"
1887
1898
  }
1888
1899
  ],
1889
- "appName": "AI Tutor",
1890
1900
  "children": [
1891
1901
  {
1892
- "type": "stack",
1893
- "gap": "lg",
1894
1902
  "direction": "vertical",
1895
1903
  "children": [
1896
1904
  {
1905
+ "direction": "horizontal",
1906
+ "align": "center",
1907
+ "gap": "sm",
1908
+ "type": "stack",
1897
1909
  "children": [
1898
1910
  {
1899
- "type": "icon",
1900
- "name": "help-circle"
1911
+ "name": "help-circle",
1912
+ "type": "icon"
1901
1913
  },
1902
1914
  {
1903
- "type": "typography",
1904
1915
  "content": "Quiz",
1905
- "variant": "h2"
1916
+ "variant": "h2",
1917
+ "type": "typography"
1906
1918
  }
1907
- ],
1908
- "align": "center",
1909
- "type": "stack",
1910
- "gap": "sm",
1911
- "direction": "horizontal"
1919
+ ]
1912
1920
  },
1913
1921
  {
1914
1922
  "type": "divider"
1915
1923
  },
1916
1924
  {
1917
1925
  "content": "Waiting for a quiz to start...",
1918
- "variant": "body",
1919
- "type": "typography"
1926
+ "type": "typography",
1927
+ "variant": "body"
1920
1928
  }
1921
- ]
1929
+ ],
1930
+ "gap": "lg",
1931
+ "type": "stack"
1922
1932
  }
1923
- ]
1933
+ ],
1934
+ "appName": "AI Tutor",
1935
+ "type": "dashboard-layout"
1924
1936
  }
1925
1937
  ]
1926
1938
  ]
@@ -2142,7 +2154,13 @@
2142
2154
  },
2143
2155
  {
2144
2156
  "key": "SEND_MESSAGE",
2145
- "name": "Send Message"
2157
+ "name": "Send Message",
2158
+ "payloadSchema": [
2159
+ {
2160
+ "name": "content",
2161
+ "type": "string"
2162
+ }
2163
+ ]
2146
2164
  },
2147
2165
  {
2148
2166
  "key": "TutorChatDeleteFailed",
@@ -2180,8 +2198,8 @@
2180
2198
  "TutorChat",
2181
2199
  {
2182
2200
  "emit": {
2183
- "success": "TutorChatLoaded",
2184
- "failure": "TutorChatLoadFailed"
2201
+ "failure": "TutorChatLoadFailed",
2202
+ "success": "TutorChatLoaded"
2185
2203
  }
2186
2204
  }
2187
2205
  ],
@@ -2189,22 +2207,22 @@
2189
2207
  "render-ui",
2190
2208
  "main",
2191
2209
  {
2192
- "align": "center",
2193
- "className": "py-12",
2194
- "type": "stack",
2195
2210
  "gap": "md",
2211
+ "type": "stack",
2212
+ "direction": "vertical",
2213
+ "align": "center",
2196
2214
  "children": [
2197
2215
  {
2198
2216
  "type": "spinner"
2199
2217
  },
2200
2218
  {
2219
+ "type": "typography",
2201
2220
  "content": "Loading…",
2202
2221
  "variant": "caption",
2203
- "type": "typography",
2204
2222
  "color": "muted"
2205
2223
  }
2206
2224
  ],
2207
- "direction": "vertical"
2225
+ "className": "py-12"
2208
2226
  }
2209
2227
  ]
2210
2228
  ]
@@ -2218,62 +2236,58 @@
2218
2236
  "render-ui",
2219
2237
  "main",
2220
2238
  {
2221
- "appName": "AI Tutor",
2222
- "type": "dashboard-layout",
2223
2239
  "children": [
2224
2240
  {
2241
+ "gap": "lg",
2225
2242
  "type": "stack",
2243
+ "direction": "vertical",
2226
2244
  "children": [
2227
2245
  {
2246
+ "direction": "horizontal",
2247
+ "type": "stack",
2248
+ "justify": "between",
2228
2249
  "align": "center",
2250
+ "gap": "sm",
2229
2251
  "children": [
2230
2252
  {
2231
- "align": "center",
2232
- "type": "stack",
2233
- "gap": "sm",
2234
2253
  "direction": "horizontal",
2254
+ "gap": "sm",
2255
+ "type": "stack",
2256
+ "align": "center",
2235
2257
  "children": [
2236
2258
  {
2237
2259
  "type": "icon",
2238
2260
  "name": "message-circle"
2239
2261
  },
2240
2262
  {
2241
- "content": "TutorChat Thread",
2242
2263
  "variant": "h2",
2264
+ "content": "TutorChat Thread",
2243
2265
  "type": "typography"
2244
2266
  }
2245
2267
  ]
2246
2268
  },
2247
2269
  {
2270
+ "icon": "plus",
2248
2271
  "action": "COMPOSE",
2249
2272
  "label": "New Message",
2250
- "variant": "primary",
2251
2273
  "type": "button",
2252
- "icon": "plus"
2274
+ "variant": "primary"
2253
2275
  }
2254
- ],
2255
- "direction": "horizontal",
2256
- "type": "stack",
2257
- "gap": "sm",
2258
- "justify": "between"
2276
+ ]
2259
2277
  },
2260
2278
  {
2261
2279
  "type": "divider"
2262
2280
  },
2263
2281
  {
2264
- "type": "data-list",
2265
2282
  "entity": "@payload.data",
2283
+ "fields": [],
2266
2284
  "renderItem": [
2267
2285
  "fn",
2268
2286
  "item",
2269
2287
  {
2270
- "direction": "vertical",
2271
- "type": "stack",
2272
- "gap": "xs",
2273
2288
  "children": [
2274
- {
2275
- "direction": "horizontal",
2276
- "gap": "sm",
2289
+ {
2290
+ "type": "stack",
2277
2291
  "children": [
2278
2292
  {
2279
2293
  "label": "@item.role",
@@ -2285,30 +2299,33 @@
2285
2299
  "label": "@item.status"
2286
2300
  },
2287
2301
  {
2302
+ "color": "muted",
2288
2303
  "variant": "caption",
2289
- "content": "@item.timestamp",
2290
2304
  "type": "typography",
2291
- "color": "muted"
2305
+ "content": "@item.timestamp"
2292
2306
  }
2293
2307
  ],
2294
- "type": "stack",
2308
+ "gap": "sm",
2309
+ "direction": "horizontal",
2295
2310
  "align": "center"
2296
2311
  },
2297
2312
  {
2298
- "type": "typography",
2299
2313
  "variant": "body",
2300
- "content": "@item.content"
2314
+ "content": "@item.content",
2315
+ "type": "typography"
2301
2316
  }
2302
- ]
2317
+ ],
2318
+ "direction": "vertical",
2319
+ "gap": "xs",
2320
+ "type": "stack"
2303
2321
  }
2304
2322
  ],
2305
- "fields": []
2323
+ "type": "data-list"
2306
2324
  }
2307
- ],
2308
- "gap": "lg",
2309
- "direction": "vertical"
2325
+ ]
2310
2326
  }
2311
2327
  ],
2328
+ "type": "dashboard-layout",
2312
2329
  "navItems": [
2313
2330
  {
2314
2331
  "icon": "book-open",
@@ -2317,15 +2334,16 @@
2317
2334
  },
2318
2335
  {
2319
2336
  "label": "Quiz",
2320
- "icon": "help-circle",
2321
- "href": "/quiz"
2337
+ "href": "/quiz",
2338
+ "icon": "help-circle"
2322
2339
  },
2323
2340
  {
2324
- "label": "Concepts",
2341
+ "icon": "brain",
2325
2342
  "href": "/concepts",
2326
- "icon": "brain"
2343
+ "label": "Concepts"
2327
2344
  }
2328
- ]
2345
+ ],
2346
+ "appName": "AI Tutor"
2329
2347
  }
2330
2348
  ]
2331
2349
  ]
@@ -2339,7 +2357,9 @@
2339
2357
  "render-ui",
2340
2358
  "main",
2341
2359
  {
2342
- "gap": "md",
2360
+ "direction": "vertical",
2361
+ "className": "py-12",
2362
+ "type": "stack",
2343
2363
  "children": [
2344
2364
  {
2345
2365
  "type": "icon",
@@ -2352,23 +2372,21 @@
2352
2372
  "content": "Failed to load tutorchat"
2353
2373
  },
2354
2374
  {
2355
- "variant": "body",
2356
2375
  "color": "muted",
2357
- "content": "@payload.error",
2358
- "type": "typography"
2376
+ "variant": "body",
2377
+ "type": "typography",
2378
+ "content": "@payload.error"
2359
2379
  },
2360
2380
  {
2361
2381
  "label": "Retry",
2362
- "icon": "rotate-ccw",
2363
2382
  "type": "button",
2364
2383
  "variant": "primary",
2365
- "action": "INIT"
2384
+ "action": "INIT",
2385
+ "icon": "rotate-ccw"
2366
2386
  }
2367
2387
  ],
2368
- "type": "stack",
2369
- "direction": "vertical",
2370
- "className": "py-12",
2371
- "align": "center"
2388
+ "align": "center",
2389
+ "gap": "md"
2372
2390
  }
2373
2391
  ]
2374
2392
  ]
@@ -2382,40 +2400,40 @@
2382
2400
  "render-ui",
2383
2401
  "main",
2384
2402
  {
2385
- "gap": "lg",
2403
+ "direction": "vertical",
2404
+ "type": "stack",
2386
2405
  "children": [
2387
2406
  {
2388
- "gap": "sm",
2389
- "type": "stack",
2390
- "direction": "horizontal",
2391
- "align": "center",
2392
2407
  "children": [
2393
2408
  {
2394
- "type": "icon",
2395
- "name": "message-circle"
2409
+ "name": "message-circle",
2410
+ "type": "icon"
2396
2411
  },
2397
2412
  {
2398
2413
  "type": "typography",
2399
2414
  "content": "TutorChat Thread",
2400
2415
  "variant": "h2"
2401
2416
  }
2402
- ]
2417
+ ],
2418
+ "align": "center",
2419
+ "gap": "sm",
2420
+ "direction": "horizontal",
2421
+ "type": "stack"
2403
2422
  },
2404
2423
  {
2405
2424
  "type": "divider"
2406
2425
  },
2407
2426
  {
2408
- "mode": "create",
2409
- "cancelEvent": "CANCEL_COMPOSE",
2410
- "type": "form-section",
2411
2427
  "fields": [
2412
2428
  "content"
2413
2429
  ],
2414
- "submitEvent": "SEND"
2430
+ "cancelEvent": "CANCEL_COMPOSE",
2431
+ "submitEvent": "SEND",
2432
+ "type": "form-section",
2433
+ "mode": "create"
2415
2434
  }
2416
2435
  ],
2417
- "type": "stack",
2418
- "direction": "vertical"
2436
+ "gap": "lg"
2419
2437
  }
2420
2438
  ]
2421
2439
  ]
@@ -2431,8 +2449,8 @@
2431
2449
  "TutorChat",
2432
2450
  {
2433
2451
  "emit": {
2434
- "success": "TutorChatDeleted",
2435
- "failure": "TutorChatDeleteFailed"
2452
+ "failure": "TutorChatDeleteFailed",
2453
+ "success": "TutorChatDeleted"
2436
2454
  }
2437
2455
  }
2438
2456
  ],
@@ -2441,8 +2459,8 @@
2441
2459
  "TutorChat",
2442
2460
  {
2443
2461
  "emit": {
2444
- "success": "TutorChatLoaded",
2445
- "failure": "TutorChatLoadFailed"
2462
+ "failure": "TutorChatLoadFailed",
2463
+ "success": "TutorChatLoaded"
2446
2464
  }
2447
2465
  }
2448
2466
  ],
@@ -2465,10 +2483,10 @@
2465
2483
  "create",
2466
2484
  "TutorChat",
2467
2485
  {
2468
- "status": "sent",
2469
2486
  "role": "user",
2470
- "timestamp": "@now",
2471
- "content": "@payload.content"
2487
+ "status": "sent",
2488
+ "content": "@payload.content",
2489
+ "timestamp": "@now"
2472
2490
  },
2473
2491
  {
2474
2492
  "emit": {
@@ -2505,8 +2523,8 @@
2505
2523
  "TutorChat",
2506
2524
  {
2507
2525
  "emit": {
2508
- "failure": "TutorChatLoadFailed",
2509
- "success": "TutorChatLoaded"
2526
+ "success": "TutorChatLoaded",
2527
+ "failure": "TutorChatLoadFailed"
2510
2528
  }
2511
2529
  }
2512
2530
  ],
@@ -2642,7 +2660,13 @@
2642
2660
  },
2643
2661
  {
2644
2662
  "key": "TOKEN_UPDATE",
2645
- "name": "Token Update"
2663
+ "name": "Token Update",
2664
+ "payloadSchema": [
2665
+ {
2666
+ "name": "tokenCount",
2667
+ "type": "number"
2668
+ }
2669
+ ]
2646
2670
  },
2647
2671
  {
2648
2672
  "key": "TutorChatLoaded",
@@ -2680,8 +2704,8 @@
2680
2704
  "TutorChat",
2681
2705
  {
2682
2706
  "emit": {
2683
- "failure": "TutorChatLoadFailed",
2684
- "success": "TutorChatLoaded"
2707
+ "success": "TutorChatLoaded",
2708
+ "failure": "TutorChatLoadFailed"
2685
2709
  }
2686
2710
  }
2687
2711
  ],
@@ -2689,11 +2713,20 @@
2689
2713
  "render-ui",
2690
2714
  "main",
2691
2715
  {
2716
+ "children": [
2717
+ {
2718
+ "description": "Conversation is ready",
2719
+ "icon": "message-circle",
2720
+ "title": "Conversation",
2721
+ "type": "empty-state"
2722
+ }
2723
+ ],
2724
+ "appName": "AI Tutor",
2692
2725
  "navItems": [
2693
2726
  {
2694
2727
  "icon": "book-open",
2695
- "label": "Teach",
2696
- "href": "/teach"
2728
+ "href": "/teach",
2729
+ "label": "Teach"
2697
2730
  },
2698
2731
  {
2699
2732
  "icon": "help-circle",
@@ -2701,21 +2734,12 @@
2701
2734
  "label": "Quiz"
2702
2735
  },
2703
2736
  {
2737
+ "href": "/concepts",
2704
2738
  "icon": "brain",
2705
- "label": "Concepts",
2706
- "href": "/concepts"
2739
+ "label": "Concepts"
2707
2740
  }
2708
2741
  ],
2709
- "appName": "AI Tutor",
2710
- "type": "dashboard-layout",
2711
- "children": [
2712
- {
2713
- "type": "empty-state",
2714
- "description": "Conversation is ready",
2715
- "title": "Conversation",
2716
- "icon": "message-circle"
2717
- }
2718
- ]
2742
+ "type": "dashboard-layout"
2719
2743
  }
2720
2744
  ]
2721
2745
  ]
@@ -2937,37 +2961,43 @@
2937
2961
  "required": true
2938
2962
  },
2939
2963
  {
2940
- "name": "row.id",
2941
- "type": "string",
2942
- "required": true
2943
- },
2944
- {
2945
- "name": "row.content",
2946
- "type": "string"
2947
- },
2948
- {
2949
- "name": "row.category",
2950
- "type": "string"
2951
- },
2952
- {
2953
- "name": "row.strength",
2954
- "type": "number"
2955
- },
2956
- {
2957
- "name": "row.pinned",
2958
- "type": "boolean"
2959
- },
2960
- {
2961
- "name": "row.scope",
2962
- "type": "string"
2963
- },
2964
- {
2965
- "name": "row.lastAccessedAt",
2966
- "type": "string"
2967
- },
2968
- {
2969
- "name": "row.createdAt",
2970
- "type": "string"
2964
+ "name": "row",
2965
+ "type": "object",
2966
+ "properties": [
2967
+ {
2968
+ "name": "id",
2969
+ "type": "string",
2970
+ "required": true
2971
+ },
2972
+ {
2973
+ "name": "content",
2974
+ "type": "string"
2975
+ },
2976
+ {
2977
+ "name": "category",
2978
+ "type": "string"
2979
+ },
2980
+ {
2981
+ "name": "strength",
2982
+ "type": "number"
2983
+ },
2984
+ {
2985
+ "name": "pinned",
2986
+ "type": "boolean"
2987
+ },
2988
+ {
2989
+ "name": "scope",
2990
+ "type": "string"
2991
+ },
2992
+ {
2993
+ "name": "lastAccessedAt",
2994
+ "type": "string"
2995
+ },
2996
+ {
2997
+ "name": "createdAt",
2998
+ "type": "string"
2999
+ }
3000
+ ]
2971
3001
  }
2972
3002
  ]
2973
3003
  },
@@ -2980,37 +3010,43 @@
2980
3010
  "required": true
2981
3011
  },
2982
3012
  {
2983
- "name": "row.id",
2984
- "type": "string",
2985
- "required": true
2986
- },
2987
- {
2988
- "name": "row.content",
2989
- "type": "string"
2990
- },
2991
- {
2992
- "name": "row.category",
2993
- "type": "string"
2994
- },
2995
- {
2996
- "name": "row.strength",
2997
- "type": "number"
2998
- },
2999
- {
3000
- "name": "row.pinned",
3001
- "type": "boolean"
3002
- },
3003
- {
3004
- "name": "row.scope",
3005
- "type": "string"
3006
- },
3007
- {
3008
- "name": "row.lastAccessedAt",
3009
- "type": "string"
3010
- },
3011
- {
3012
- "name": "row.createdAt",
3013
- "type": "string"
3013
+ "name": "row",
3014
+ "type": "object",
3015
+ "properties": [
3016
+ {
3017
+ "name": "id",
3018
+ "type": "string",
3019
+ "required": true
3020
+ },
3021
+ {
3022
+ "name": "content",
3023
+ "type": "string"
3024
+ },
3025
+ {
3026
+ "name": "category",
3027
+ "type": "string"
3028
+ },
3029
+ {
3030
+ "name": "strength",
3031
+ "type": "number"
3032
+ },
3033
+ {
3034
+ "name": "pinned",
3035
+ "type": "boolean"
3036
+ },
3037
+ {
3038
+ "name": "scope",
3039
+ "type": "string"
3040
+ },
3041
+ {
3042
+ "name": "lastAccessedAt",
3043
+ "type": "string"
3044
+ },
3045
+ {
3046
+ "name": "createdAt",
3047
+ "type": "string"
3048
+ }
3049
+ ]
3014
3050
  }
3015
3051
  ]
3016
3052
  },
@@ -3023,37 +3059,43 @@
3023
3059
  "required": true
3024
3060
  },
3025
3061
  {
3026
- "name": "row.id",
3027
- "type": "string",
3028
- "required": true
3029
- },
3030
- {
3031
- "name": "row.content",
3032
- "type": "string"
3033
- },
3034
- {
3035
- "name": "row.category",
3036
- "type": "string"
3037
- },
3038
- {
3039
- "name": "row.strength",
3040
- "type": "number"
3041
- },
3042
- {
3043
- "name": "row.pinned",
3044
- "type": "boolean"
3045
- },
3046
- {
3047
- "name": "row.scope",
3048
- "type": "string"
3049
- },
3050
- {
3051
- "name": "row.lastAccessedAt",
3052
- "type": "string"
3053
- },
3054
- {
3055
- "name": "row.createdAt",
3056
- "type": "string"
3062
+ "name": "row",
3063
+ "type": "object",
3064
+ "properties": [
3065
+ {
3066
+ "name": "id",
3067
+ "type": "string",
3068
+ "required": true
3069
+ },
3070
+ {
3071
+ "name": "content",
3072
+ "type": "string"
3073
+ },
3074
+ {
3075
+ "name": "category",
3076
+ "type": "string"
3077
+ },
3078
+ {
3079
+ "name": "strength",
3080
+ "type": "number"
3081
+ },
3082
+ {
3083
+ "name": "pinned",
3084
+ "type": "boolean"
3085
+ },
3086
+ {
3087
+ "name": "scope",
3088
+ "type": "string"
3089
+ },
3090
+ {
3091
+ "name": "lastAccessedAt",
3092
+ "type": "string"
3093
+ },
3094
+ {
3095
+ "name": "createdAt",
3096
+ "type": "string"
3097
+ }
3098
+ ]
3057
3099
  }
3058
3100
  ]
3059
3101
  },
@@ -3176,15 +3218,153 @@
3176
3218
  },
3177
3219
  {
3178
3220
  "key": "PIN",
3179
- "name": "Pin"
3221
+ "name": "Pin",
3222
+ "payloadSchema": [
3223
+ {
3224
+ "name": "id",
3225
+ "type": "string",
3226
+ "required": true
3227
+ },
3228
+ {
3229
+ "name": "row",
3230
+ "type": "object",
3231
+ "properties": [
3232
+ {
3233
+ "name": "id",
3234
+ "type": "string",
3235
+ "required": true
3236
+ },
3237
+ {
3238
+ "name": "content",
3239
+ "type": "string"
3240
+ },
3241
+ {
3242
+ "name": "category",
3243
+ "type": "string"
3244
+ },
3245
+ {
3246
+ "name": "strength",
3247
+ "type": "number"
3248
+ },
3249
+ {
3250
+ "name": "pinned",
3251
+ "type": "boolean"
3252
+ },
3253
+ {
3254
+ "name": "scope",
3255
+ "type": "string"
3256
+ },
3257
+ {
3258
+ "name": "lastAccessedAt",
3259
+ "type": "string"
3260
+ },
3261
+ {
3262
+ "name": "createdAt",
3263
+ "type": "string"
3264
+ }
3265
+ ]
3266
+ }
3267
+ ]
3180
3268
  },
3181
3269
  {
3182
3270
  "key": "REINFORCE",
3183
- "name": "Reinforce"
3271
+ "name": "Reinforce",
3272
+ "payloadSchema": [
3273
+ {
3274
+ "name": "id",
3275
+ "type": "string",
3276
+ "required": true
3277
+ },
3278
+ {
3279
+ "name": "row",
3280
+ "type": "object",
3281
+ "properties": [
3282
+ {
3283
+ "name": "id",
3284
+ "type": "string",
3285
+ "required": true
3286
+ },
3287
+ {
3288
+ "name": "content",
3289
+ "type": "string"
3290
+ },
3291
+ {
3292
+ "name": "category",
3293
+ "type": "string"
3294
+ },
3295
+ {
3296
+ "name": "strength",
3297
+ "type": "number"
3298
+ },
3299
+ {
3300
+ "name": "pinned",
3301
+ "type": "boolean"
3302
+ },
3303
+ {
3304
+ "name": "scope",
3305
+ "type": "string"
3306
+ },
3307
+ {
3308
+ "name": "lastAccessedAt",
3309
+ "type": "string"
3310
+ },
3311
+ {
3312
+ "name": "createdAt",
3313
+ "type": "string"
3314
+ }
3315
+ ]
3316
+ }
3317
+ ]
3184
3318
  },
3185
3319
  {
3186
3320
  "key": "FORGET",
3187
- "name": "Forget"
3321
+ "name": "Forget",
3322
+ "payloadSchema": [
3323
+ {
3324
+ "name": "id",
3325
+ "type": "string",
3326
+ "required": true
3327
+ },
3328
+ {
3329
+ "name": "row",
3330
+ "type": "object",
3331
+ "properties": [
3332
+ {
3333
+ "name": "id",
3334
+ "type": "string",
3335
+ "required": true
3336
+ },
3337
+ {
3338
+ "name": "content",
3339
+ "type": "string"
3340
+ },
3341
+ {
3342
+ "name": "category",
3343
+ "type": "string"
3344
+ },
3345
+ {
3346
+ "name": "strength",
3347
+ "type": "number"
3348
+ },
3349
+ {
3350
+ "name": "pinned",
3351
+ "type": "boolean"
3352
+ },
3353
+ {
3354
+ "name": "scope",
3355
+ "type": "string"
3356
+ },
3357
+ {
3358
+ "name": "lastAccessedAt",
3359
+ "type": "string"
3360
+ },
3361
+ {
3362
+ "name": "createdAt",
3363
+ "type": "string"
3364
+ }
3365
+ ]
3366
+ }
3367
+ ]
3188
3368
  }
3189
3369
  ],
3190
3370
  "transitions": [
@@ -3198,8 +3378,8 @@
3198
3378
  "Concept",
3199
3379
  {
3200
3380
  "emit": {
3201
- "failure": "ConceptLoadFailed",
3202
- "success": "ConceptLoaded"
3381
+ "success": "ConceptLoaded",
3382
+ "failure": "ConceptLoadFailed"
3203
3383
  }
3204
3384
  }
3205
3385
  ],
@@ -3207,7 +3387,6 @@
3207
3387
  "render-ui",
3208
3388
  "main",
3209
3389
  {
3210
- "type": "stack",
3211
3390
  "align": "center",
3212
3391
  "className": "py-12",
3213
3392
  "children": [
@@ -3216,13 +3395,14 @@
3216
3395
  },
3217
3396
  {
3218
3397
  "type": "typography",
3219
- "color": "muted",
3220
3398
  "content": "Loading…",
3221
- "variant": "caption"
3399
+ "variant": "caption",
3400
+ "color": "muted"
3222
3401
  }
3223
3402
  ],
3224
3403
  "gap": "md",
3225
- "direction": "vertical"
3404
+ "direction": "vertical",
3405
+ "type": "stack"
3226
3406
  }
3227
3407
  ]
3228
3408
  ]
@@ -3236,144 +3416,144 @@
3236
3416
  "render-ui",
3237
3417
  "main",
3238
3418
  {
3419
+ "appName": "AI Tutor",
3239
3420
  "navItems": [
3240
3421
  {
3422
+ "icon": "book-open",
3241
3423
  "href": "/teach",
3242
- "label": "Teach",
3243
- "icon": "book-open"
3424
+ "label": "Teach"
3244
3425
  },
3245
3426
  {
3246
- "href": "/quiz",
3247
3427
  "icon": "help-circle",
3248
- "label": "Quiz"
3428
+ "label": "Quiz",
3429
+ "href": "/quiz"
3249
3430
  },
3250
3431
  {
3251
- "label": "Concepts",
3252
3432
  "href": "/concepts",
3253
- "icon": "brain"
3433
+ "icon": "brain",
3434
+ "label": "Concepts"
3254
3435
  }
3255
3436
  ],
3256
- "type": "dashboard-layout",
3257
3437
  "children": [
3258
3438
  {
3439
+ "gap": "lg",
3440
+ "className": "max-w-5xl mx-auto w-full",
3441
+ "direction": "vertical",
3259
3442
  "children": [
3260
3443
  {
3261
- "type": "stack",
3262
- "gap": "md",
3263
- "justify": "between",
3264
3444
  "direction": "horizontal",
3445
+ "gap": "md",
3265
3446
  "children": [
3266
3447
  {
3448
+ "type": "stack",
3267
3449
  "children": [
3268
3450
  {
3269
- "type": "icon",
3270
- "name": "brain"
3451
+ "name": "brain",
3452
+ "type": "icon"
3271
3453
  },
3272
3454
  {
3273
- "content": "Concept Manager",
3274
3455
  "variant": "h2",
3456
+ "content": "Concept Manager",
3275
3457
  "type": "typography"
3276
3458
  }
3277
3459
  ],
3278
- "type": "stack",
3279
- "gap": "sm",
3280
3460
  "align": "center",
3281
- "direction": "horizontal"
3461
+ "direction": "horizontal",
3462
+ "gap": "sm"
3282
3463
  },
3283
3464
  {
3465
+ "direction": "horizontal",
3466
+ "gap": "sm",
3284
3467
  "type": "stack",
3285
3468
  "children": [
3286
3469
  {
3287
3470
  "action": "MEMORIZE",
3288
3471
  "label": "Memorize",
3289
- "icon": "plus",
3472
+ "type": "button",
3290
3473
  "variant": "primary",
3291
- "type": "button"
3474
+ "icon": "plus"
3292
3475
  },
3293
3476
  {
3294
- "label": "Recall",
3295
- "action": "RECALL",
3477
+ "type": "button",
3296
3478
  "variant": "secondary",
3297
- "icon": "search",
3298
- "type": "button"
3479
+ "action": "RECALL",
3480
+ "label": "Recall",
3481
+ "icon": "search"
3299
3482
  },
3300
3483
  {
3301
- "type": "button",
3302
- "label": "Decay All",
3303
3484
  "variant": "ghost",
3304
3485
  "icon": "clock",
3486
+ "label": "Decay All",
3487
+ "type": "button",
3305
3488
  "action": "DECAY"
3306
3489
  }
3307
- ],
3308
- "direction": "horizontal",
3309
- "gap": "sm"
3490
+ ]
3310
3491
  }
3311
3492
  ],
3312
- "align": "center"
3493
+ "align": "center",
3494
+ "justify": "between",
3495
+ "type": "stack"
3313
3496
  },
3314
3497
  {
3315
3498
  "type": "divider"
3316
3499
  },
3317
3500
  {
3501
+ "entity": "@payload.data",
3318
3502
  "type": "data-grid",
3319
3503
  "fields": [
3320
3504
  {
3505
+ "label": "Content",
3321
3506
  "name": "content",
3322
- "icon": "brain",
3323
3507
  "variant": "h4",
3324
- "label": "Content"
3508
+ "icon": "brain"
3325
3509
  },
3326
3510
  {
3511
+ "label": "Category",
3327
3512
  "colorMap": {
3328
- "inactive": "neutral",
3329
- "active": "success",
3330
- "error": "destructive",
3331
- "completed": "success",
3332
- "done": "success",
3513
+ "scheduled": "warning",
3333
3514
  "draft": "warning",
3334
- "failed": "destructive",
3335
3515
  "archived": "neutral",
3336
3516
  "cancelled": "destructive",
3337
- "scheduled": "warning",
3338
- "pending": "warning"
3517
+ "completed": "success",
3518
+ "done": "success",
3519
+ "inactive": "neutral",
3520
+ "pending": "warning",
3521
+ "error": "destructive",
3522
+ "failed": "destructive",
3523
+ "active": "success"
3339
3524
  },
3340
3525
  "variant": "badge",
3341
- "label": "Category",
3342
3526
  "name": "category"
3343
3527
  },
3344
3528
  {
3345
- "variant": "caption",
3346
3529
  "name": "strength",
3347
- "label": "Strength"
3530
+ "label": "Strength",
3531
+ "variant": "caption"
3348
3532
  }
3349
3533
  ],
3350
- "entity": "@payload.data",
3351
3534
  "itemActions": [
3352
3535
  {
3536
+ "event": "PIN",
3353
3537
  "variant": "ghost",
3354
- "label": "Pin",
3355
- "event": "PIN"
3538
+ "label": "Pin"
3356
3539
  },
3357
3540
  {
3358
- "event": "REINFORCE",
3541
+ "label": "Reinforce",
3359
3542
  "variant": "ghost",
3360
- "label": "Reinforce"
3543
+ "event": "REINFORCE"
3361
3544
  },
3362
3545
  {
3363
- "variant": "danger",
3546
+ "event": "FORGET",
3364
3547
  "label": "Forget",
3365
- "event": "FORGET"
3548
+ "variant": "danger"
3366
3549
  }
3367
3550
  ]
3368
3551
  }
3369
3552
  ],
3370
- "gap": "lg",
3371
- "type": "stack",
3372
- "className": "max-w-5xl mx-auto w-full",
3373
- "direction": "vertical"
3553
+ "type": "stack"
3374
3554
  }
3375
3555
  ],
3376
- "appName": "AI Tutor"
3556
+ "type": "dashboard-layout"
3377
3557
  }
3378
3558
  ]
3379
3559
  ]
@@ -3388,35 +3568,35 @@
3388
3568
  "main",
3389
3569
  {
3390
3570
  "direction": "vertical",
3391
- "className": "py-12",
3392
3571
  "gap": "md",
3393
- "align": "center",
3572
+ "className": "py-12",
3394
3573
  "children": [
3395
3574
  {
3396
- "type": "icon",
3397
3575
  "color": "destructive",
3398
- "name": "alert-triangle"
3576
+ "name": "alert-triangle",
3577
+ "type": "icon"
3399
3578
  },
3400
3579
  {
3580
+ "content": "Failed to load concept",
3401
3581
  "variant": "h3",
3402
- "type": "typography",
3403
- "content": "Failed to load concept"
3582
+ "type": "typography"
3404
3583
  },
3405
3584
  {
3406
3585
  "content": "@payload.error",
3407
- "variant": "body",
3586
+ "type": "typography",
3408
3587
  "color": "muted",
3409
- "type": "typography"
3588
+ "variant": "body"
3410
3589
  },
3411
3590
  {
3412
- "type": "button",
3591
+ "label": "Retry",
3413
3592
  "action": "INIT",
3593
+ "type": "button",
3414
3594
  "icon": "rotate-ccw",
3415
- "label": "Retry",
3416
3595
  "variant": "primary"
3417
3596
  }
3418
3597
  ],
3419
- "type": "stack"
3598
+ "type": "stack",
3599
+ "align": "center"
3420
3600
  }
3421
3601
  ]
3422
3602
  ]
@@ -3609,14 +3789,14 @@
3609
3789
  {
3610
3790
  "type": "stack",
3611
3791
  "direction": "vertical",
3612
- "gap": "md",
3613
3792
  "children": [
3614
3793
  {
3794
+ "gap": "sm",
3615
3795
  "type": "stack",
3616
3796
  "children": [
3617
3797
  {
3618
- "type": "icon",
3619
- "name": "plus-circle"
3798
+ "name": "plus-circle",
3799
+ "type": "icon"
3620
3800
  },
3621
3801
  {
3622
3802
  "variant": "h3",
@@ -3624,7 +3804,6 @@
3624
3804
  "type": "typography"
3625
3805
  }
3626
3806
  ],
3627
- "gap": "sm",
3628
3807
  "direction": "horizontal"
3629
3808
  },
3630
3809
  {
@@ -3636,12 +3815,13 @@
3636
3815
  "category",
3637
3816
  "scope"
3638
3817
  ],
3639
- "mode": "create",
3640
3818
  "submitEvent": "SAVE",
3641
3819
  "type": "form-section",
3820
+ "mode": "create",
3642
3821
  "cancelEvent": "CLOSE"
3643
3822
  }
3644
- ]
3823
+ ],
3824
+ "gap": "md"
3645
3825
  }
3646
3826
  ]
3647
3827
  ]
@@ -3682,8 +3862,8 @@
3682
3862
  "@payload.data",
3683
3863
  {
3684
3864
  "emit": {
3685
- "success": "ConceptSaved",
3686
- "failure": "ConceptSaveFailed"
3865
+ "failure": "ConceptSaveFailed",
3866
+ "success": "ConceptSaved"
3687
3867
  }
3688
3868
  }
3689
3869
  ],
@@ -3931,19 +4111,43 @@
3931
4111
  },
3932
4112
  {
3933
4113
  "key": "FORGOT",
3934
- "name": "Forgot"
4114
+ "name": "Forgot",
4115
+ "payloadSchema": [
4116
+ {
4117
+ "name": "id",
4118
+ "type": "string"
4119
+ }
4120
+ ]
3935
4121
  },
3936
4122
  {
3937
4123
  "key": "REINFORCED",
3938
- "name": "Reinforced"
4124
+ "name": "Reinforced",
4125
+ "payloadSchema": [
4126
+ {
4127
+ "name": "id",
4128
+ "type": "string"
4129
+ }
4130
+ ]
3939
4131
  },
3940
4132
  {
3941
4133
  "key": "DECAYED",
3942
- "name": "Decayed"
4134
+ "name": "Decayed",
4135
+ "payloadSchema": [
4136
+ {
4137
+ "name": "id",
4138
+ "type": "string"
4139
+ }
4140
+ ]
3943
4141
  },
3944
4142
  {
3945
4143
  "key": "PINNED",
3946
- "name": "Pinned"
4144
+ "name": "Pinned",
4145
+ "payloadSchema": [
4146
+ {
4147
+ "name": "id",
4148
+ "type": "string"
4149
+ }
4150
+ ]
3947
4151
  },
3948
4152
  {
3949
4153
  "key": "ConceptLoadFailed",
@@ -4014,31 +4218,31 @@
4014
4218
  "render-ui",
4015
4219
  "main",
4016
4220
  {
4221
+ "children": [
4222
+ {
4223
+ "icon": "brain",
4224
+ "description": "Memory is ready",
4225
+ "title": "Memory",
4226
+ "type": "empty-state"
4227
+ }
4228
+ ],
4229
+ "type": "dashboard-layout",
4230
+ "appName": "AI Tutor",
4017
4231
  "navItems": [
4018
4232
  {
4019
4233
  "icon": "book-open",
4020
- "label": "Teach",
4021
- "href": "/teach"
4234
+ "href": "/teach",
4235
+ "label": "Teach"
4022
4236
  },
4023
4237
  {
4024
- "href": "/quiz",
4025
4238
  "label": "Quiz",
4026
- "icon": "help-circle"
4239
+ "icon": "help-circle",
4240
+ "href": "/quiz"
4027
4241
  },
4028
4242
  {
4029
4243
  "href": "/concepts",
4030
- "label": "Concepts",
4031
- "icon": "brain"
4032
- }
4033
- ],
4034
- "type": "dashboard-layout",
4035
- "appName": "AI Tutor",
4036
- "children": [
4037
- {
4038
- "description": "Memory is ready",
4039
- "type": "empty-state",
4040
4244
  "icon": "brain",
4041
- "title": "Memory"
4245
+ "label": "Concepts"
4042
4246
  }
4043
4247
  ]
4044
4248
  }
@@ -4093,8 +4297,8 @@
4093
4297
  "Concept",
4094
4298
  {
4095
4299
  "emit": {
4096
- "success": "ConceptLoaded",
4097
- "failure": "ConceptLoadFailed"
4300
+ "failure": "ConceptLoadFailed",
4301
+ "success": "ConceptLoaded"
4098
4302
  }
4099
4303
  }
4100
4304
  ]
@@ -4418,8 +4622,8 @@
4418
4622
  "StudentAssessment",
4419
4623
  {
4420
4624
  "emit": {
4421
- "success": "StudentAssessmentLoaded",
4422
- "failure": "StudentAssessmentLoadFailed"
4625
+ "failure": "StudentAssessmentLoadFailed",
4626
+ "success": "StudentAssessmentLoaded"
4423
4627
  }
4424
4628
  }
4425
4629
  ],
@@ -4428,56 +4632,56 @@
4428
4632
  "main",
4429
4633
  {
4430
4634
  "type": "dashboard-layout",
4635
+ "appName": "AI Tutor",
4431
4636
  "children": [
4432
4637
  {
4433
4638
  "type": "stack",
4639
+ "gap": "lg",
4434
4640
  "children": [
4435
4641
  {
4642
+ "justify": "between",
4436
4643
  "type": "stack",
4437
4644
  "children": [
4438
4645
  {
4439
- "type": "stack",
4440
- "direction": "horizontal",
4646
+ "gap": "md",
4441
4647
  "children": [
4442
4648
  {
4443
- "type": "icon",
4444
- "name": "tag"
4649
+ "name": "tag",
4650
+ "type": "icon"
4445
4651
  },
4446
4652
  {
4447
- "content": "StudentAssessment",
4448
4653
  "type": "typography",
4449
- "variant": "h2"
4654
+ "variant": "h2",
4655
+ "content": "StudentAssessment"
4450
4656
  }
4451
4657
  ],
4452
- "gap": "md"
4658
+ "type": "stack",
4659
+ "direction": "horizontal"
4453
4660
  },
4454
4661
  {
4455
- "variant": "primary",
4456
- "type": "button",
4457
4662
  "icon": "tag",
4458
4663
  "action": "CLASSIFY",
4459
- "label": "Open"
4664
+ "type": "button",
4665
+ "label": "Open",
4666
+ "variant": "primary"
4460
4667
  }
4461
4668
  ],
4462
4669
  "direction": "horizontal",
4463
- "gap": "md",
4464
- "justify": "between"
4670
+ "gap": "md"
4465
4671
  },
4466
4672
  {
4467
4673
  "type": "divider"
4468
4674
  },
4469
4675
  {
4470
- "icon": "tag",
4471
- "type": "empty-state",
4472
4676
  "description": "Click Open to view details in a modal overlay.",
4473
- "title": "Nothing open"
4677
+ "title": "Nothing open",
4678
+ "icon": "tag",
4679
+ "type": "empty-state"
4474
4680
  }
4475
4681
  ],
4476
- "direction": "vertical",
4477
- "gap": "lg"
4682
+ "direction": "vertical"
4478
4683
  }
4479
4684
  ],
4480
- "appName": "AI Tutor",
4481
4685
  "navItems": [
4482
4686
  {
4483
4687
  "href": "/teach",
@@ -4485,14 +4689,14 @@
4485
4689
  "label": "Teach"
4486
4690
  },
4487
4691
  {
4488
- "icon": "help-circle",
4692
+ "label": "Quiz",
4489
4693
  "href": "/quiz",
4490
- "label": "Quiz"
4694
+ "icon": "help-circle"
4491
4695
  },
4492
4696
  {
4493
4697
  "icon": "brain",
4494
- "label": "Concepts",
4495
- "href": "/concepts"
4698
+ "href": "/concepts",
4699
+ "label": "Concepts"
4496
4700
  }
4497
4701
  ]
4498
4702
  }
@@ -4509,69 +4713,69 @@
4509
4713
  "modal",
4510
4714
  {
4511
4715
  "type": "stack",
4512
- "direction": "vertical",
4513
4716
  "children": [
4514
4717
  {
4515
- "gap": "sm",
4516
4718
  "type": "stack",
4719
+ "direction": "horizontal",
4517
4720
  "children": [
4518
4721
  {
4519
- "type": "icon",
4520
- "name": "tag"
4722
+ "name": "tag",
4723
+ "type": "icon"
4521
4724
  },
4522
4725
  {
4523
- "type": "typography",
4726
+ "content": "StudentAssessment",
4524
4727
  "variant": "h3",
4525
- "content": "StudentAssessment"
4728
+ "type": "typography"
4526
4729
  }
4527
4730
  ],
4528
- "direction": "horizontal"
4731
+ "gap": "sm"
4529
4732
  },
4530
4733
  {
4531
4734
  "type": "divider"
4532
4735
  },
4533
4736
  {
4534
- "gap": "sm",
4535
4737
  "direction": "horizontal",
4536
- "type": "stack",
4537
4738
  "children": [
4538
4739
  {
4539
4740
  "content": "Categories:",
4540
- "variant": "caption",
4541
- "type": "typography"
4741
+ "type": "typography",
4742
+ "variant": "caption"
4542
4743
  },
4543
4744
  {
4745
+ "variant": "secondary",
4544
4746
  "type": "badge",
4545
- "label": "beginner",
4546
- "variant": "secondary"
4747
+ "label": "beginner"
4547
4748
  },
4548
4749
  {
4549
- "label": "intermediate",
4550
4750
  "variant": "secondary",
4551
- "type": "badge"
4751
+ "type": "badge",
4752
+ "label": "intermediate"
4552
4753
  },
4553
4754
  {
4554
- "label": "advanced",
4555
4755
  "variant": "secondary",
4556
- "type": "badge"
4756
+ "type": "badge",
4757
+ "label": "advanced"
4557
4758
  },
4558
4759
  {
4559
- "label": "expert",
4560
4760
  "variant": "secondary",
4561
- "type": "badge"
4761
+ "type": "badge",
4762
+ "label": "expert"
4562
4763
  }
4563
- ]
4764
+ ],
4765
+ "gap": "sm",
4766
+ "type": "stack"
4564
4767
  },
4565
4768
  {
4566
- "type": "form-section",
4567
- "submitEvent": "SAVE",
4769
+ "cancelEvent": "CLOSE",
4568
4770
  "fields": [
4569
4771
  "input"
4570
4772
  ],
4571
4773
  "mode": "create",
4572
- "cancelEvent": "CLOSE"
4774
+ "submitEvent": "SAVE",
4775
+ "type": "form-section"
4573
4776
  }
4574
4777
  ],
4778
+ "direction": "vertical",
4575
4779
  "gap": "md"
4576
4780
  }
4577
4781
  ]
@@ -4606,74 +4810,74 @@
4606
4810
  "render-ui",
4607
4811
  "main",
4608
4812
  {
4813
+ "type": "dashboard-layout",
4814
+ "appName": "AI Tutor",
4609
4815
  "navItems": [
4610
4816
  {
4817
+ "icon": "book-open",
4611
4818
  "href": "/teach",
4612
- "label": "Teach",
4613
- "icon": "book-open"
4819
+ "label": "Teach"
4614
4820
  },
4615
4821
  {
4616
- "label": "Quiz",
4617
4822
  "href": "/quiz",
4823
+ "label": "Quiz",
4618
4824
  "icon": "help-circle"
4619
4825
  },
4620
4826
  {
4621
- "icon": "brain",
4622
4827
  "label": "Concepts",
4623
- "href": "/concepts"
4828
+ "href": "/concepts",
4829
+ "icon": "brain"
4624
4830
  }
4625
4831
  ],
4626
4832
  "children": [
4627
4833
  {
4628
- "gap": "lg",
4629
- "direction": "vertical",
4630
4834
  "children": [
4631
4835
  {
4632
- "justify": "between",
4633
4836
  "gap": "md",
4634
- "type": "stack",
4837
+ "direction": "horizontal",
4635
4838
  "children": [
4636
4839
  {
4637
- "type": "stack",
4638
- "direction": "horizontal",
4639
- "gap": "md",
4640
4840
  "children": [
4641
4841
  {
4642
- "name": "tag",
4643
- "type": "icon"
4842
+ "type": "icon",
4843
+ "name": "tag"
4644
4844
  },
4645
4845
  {
4646
- "content": "StudentAssessment",
4647
4846
  "type": "typography",
4847
+ "content": "StudentAssessment",
4648
4848
  "variant": "h2"
4649
4849
  }
4650
- ]
4850
+ ],
4851
+ "gap": "md",
4852
+ "direction": "horizontal",
4853
+ "type": "stack"
4651
4854
  },
4652
4855
  {
4653
- "action": "CLASSIFY",
4654
4856
  "label": "Open",
4655
- "variant": "primary",
4857
+ "type": "button",
4656
4858
  "icon": "tag",
4657
- "type": "button"
4859
+ "variant": "primary",
4860
+ "action": "CLASSIFY"
4658
4861
  }
4659
4862
  ],
4660
- "direction": "horizontal"
4863
+ "justify": "between",
4864
+ "type": "stack"
4661
4865
  },
4662
4866
  {
4663
4867
  "type": "divider"
4664
4868
  },
4665
4869
  {
4870
+ "type": "empty-state",
4666
4871
  "description": "Click Open to view details in a modal overlay.",
4667
4872
  "icon": "tag",
4668
- "type": "empty-state",
4669
4873
  "title": "Nothing open"
4670
4874
  }
4671
4875
  ],
4672
- "type": "stack"
4876
+ "gap": "lg",
4877
+ "type": "stack",
4878
+ "direction": "vertical"
4673
4879
  }
4674
- ],
4675
- "type": "dashboard-layout",
4676
- "appName": "AI Tutor"
4880
+ ]
4677
4881
  }
4678
4882
  ]
4679
4883
  ]
@@ -4709,8 +4913,8 @@
4709
4913
  "StudentAssessment",
4710
4914
  {
4711
4915
  "emit": {
4712
- "success": "StudentAssessmentLoaded",
4713
- "failure": "StudentAssessmentLoadFailed"
4916
+ "failure": "StudentAssessmentLoadFailed",
4917
+ "success": "StudentAssessmentLoaded"
4714
4918
  }
4715
4919
  }
4716
4920
  ],
@@ -4718,72 +4922,72 @@
4718
4922
  "render-ui",
4719
4923
  "main",
4720
4924
  {
4925
+ "type": "dashboard-layout",
4721
4926
  "appName": "AI Tutor",
4927
+ "navItems": [
4928
+ {
4929
+ "label": "Teach",
4930
+ "icon": "book-open",
4931
+ "href": "/teach"
4932
+ },
4933
+ {
4934
+ "href": "/quiz",
4935
+ "icon": "help-circle",
4936
+ "label": "Quiz"
4937
+ },
4938
+ {
4939
+ "href": "/concepts",
4940
+ "label": "Concepts",
4941
+ "icon": "brain"
4942
+ }
4943
+ ],
4722
4944
  "children": [
4723
4945
  {
4724
- "type": "stack",
4725
- "gap": "lg",
4726
- "direction": "vertical",
4727
4946
  "children": [
4728
4947
  {
4729
- "gap": "md",
4730
4948
  "children": [
4731
4949
  {
4732
- "gap": "md",
4733
4950
  "type": "stack",
4734
- "direction": "horizontal",
4735
4951
  "children": [
4736
4952
  {
4737
4953
  "type": "icon",
4738
4954
  "name": "tag"
4739
4955
  },
4740
4956
  {
4741
- "variant": "h2",
4957
+ "type": "typography",
4742
4958
  "content": "StudentAssessment",
4743
- "type": "typography"
4959
+ "variant": "h2"
4744
4960
  }
4745
- ]
4961
+ ],
4962
+ "gap": "md",
4963
+ "direction": "horizontal"
4746
4964
  },
4747
4965
  {
4748
- "type": "button",
4749
- "icon": "tag",
4750
4966
  "action": "CLASSIFY",
4751
- "label": "Open",
4752
- "variant": "primary"
4967
+ "icon": "tag",
4968
+ "type": "button",
4969
+ "variant": "primary",
4970
+ "label": "Open"
4753
4971
  }
4754
4972
  ],
4755
4973
  "type": "stack",
4974
+ "justify": "between",
4756
4975
  "direction": "horizontal",
4757
- "justify": "between"
4976
+ "gap": "md"
4758
4977
  },
4759
4978
  {
4760
4979
  "type": "divider"
4761
4980
  },
4762
4981
  {
4763
- "description": "Click Open to view details in a modal overlay.",
4764
- "title": "Nothing open",
4765
4982
  "type": "empty-state",
4766
- "icon": "tag"
4983
+ "icon": "tag",
4984
+ "title": "Nothing open",
4985
+ "description": "Click Open to view details in a modal overlay."
4767
4986
  }
4768
- ]
4769
- }
4770
- ],
4771
- "type": "dashboard-layout",
4772
- "navItems": [
4773
- {
4774
- "href": "/teach",
4775
- "icon": "book-open",
4776
- "label": "Teach"
4777
- },
4778
- {
4779
- "href": "/quiz",
4780
- "icon": "help-circle",
4781
- "label": "Quiz"
4782
- },
4783
- {
4784
- "label": "Concepts",
4785
- "href": "/concepts",
4786
- "icon": "brain"
4987
+ ],
4988
+ "direction": "vertical",
4989
+ "type": "stack",
4990
+ "gap": "lg"
4787
4991
  }
4788
4992
  ]
4789
4993
  }
@@ -4895,8 +5099,8 @@
4895
5099
  "StudentAssessment",
4896
5100
  {
4897
5101
  "emit": {
4898
- "success": "StudentAssessmentLoaded",
4899
- "failure": "StudentAssessmentLoadFailed"
5102
+ "failure": "StudentAssessmentLoadFailed",
5103
+ "success": "StudentAssessmentLoaded"
4900
5104
  }
4901
5105
  }
4902
5106
  ]
@@ -4921,40 +5125,16 @@
4921
5125
  "render-ui",
4922
5126
  "main",
4923
5127
  {
4924
- "navItems": [
4925
- {
4926
- "label": "Teach",
4927
- "href": "/teach",
4928
- "icon": "book-open"
4929
- },
4930
- {
4931
- "href": "/quiz",
4932
- "icon": "help-circle",
4933
- "label": "Quiz"
4934
- },
4935
- {
4936
- "label": "Concepts",
4937
- "icon": "brain",
4938
- "href": "/concepts"
4939
- }
4940
- ],
4941
- "type": "dashboard-layout",
4942
- "appName": "AI Tutor",
4943
5128
  "children": [
4944
5129
  {
4945
- "type": "stack",
4946
5130
  "gap": "lg",
5131
+ "type": "stack",
5132
+ "direction": "vertical",
4947
5133
  "children": [
4948
5134
  {
4949
- "type": "stack",
4950
- "gap": "md",
4951
- "direction": "horizontal",
4952
- "align": "center",
4953
5135
  "justify": "between",
4954
5136
  "children": [
4955
5137
  {
4956
- "align": "center",
4957
- "gap": "md",
4958
5138
  "children": [
4959
5139
  {
4960
5140
  "type": "icon",
@@ -4962,21 +5142,27 @@
4962
5142
  },
4963
5143
  {
4964
5144
  "type": "typography",
4965
- "content": "StudentAssessment Result",
4966
- "variant": "h2"
5145
+ "variant": "h2",
5146
+ "content": "StudentAssessment Result"
4967
5147
  }
4968
5148
  ],
4969
5149
  "direction": "horizontal",
4970
- "type": "stack"
5150
+ "type": "stack",
5151
+ "gap": "md",
5152
+ "align": "center"
4971
5153
  },
4972
5154
  {
5155
+ "icon": "x",
5156
+ "label": "Dismiss",
4973
5157
  "action": "HIDE",
4974
5158
  "type": "button",
4975
- "label": "Dismiss",
4976
- "icon": "x",
4977
5159
  "variant": "ghost"
4978
5160
  }
4979
- ]
5161
+ ],
5162
+ "type": "stack",
5163
+ "align": "center",
5164
+ "gap": "md",
5165
+ "direction": "horizontal"
4980
5166
  },
4981
5167
  {
4982
5168
  "type": "divider"
@@ -4994,10 +5180,28 @@
4994
5180
  "message": "@entity.message",
4995
5181
  "variant": "warning"
4996
5182
  }
4997
- ],
4998
- "direction": "vertical"
5183
+ ]
4999
5184
  }
5000
- ]
5185
+ ],
5186
+ "type": "dashboard-layout",
5187
+ "navItems": [
5188
+ {
5189
+ "href": "/teach",
5190
+ "label": "Teach",
5191
+ "icon": "book-open"
5192
+ },
5193
+ {
5194
+ "href": "/quiz",
5195
+ "icon": "help-circle",
5196
+ "label": "Quiz"
5197
+ },
5198
+ {
5199
+ "href": "/concepts",
5200
+ "label": "Concepts",
5201
+ "icon": "brain"
5202
+ }
5203
+ ],
5204
+ "appName": "AI Tutor"
5001
5205
  }
5002
5206
  ]
5003
5207
  ]
@@ -5021,12 +5225,11 @@
5021
5225
  "render-ui",
5022
5226
  "main",
5023
5227
  {
5024
- "appName": "AI Tutor",
5025
5228
  "navItems": [
5026
5229
  {
5027
5230
  "href": "/teach",
5028
- "label": "Teach",
5029
- "icon": "book-open"
5231
+ "icon": "book-open",
5232
+ "label": "Teach"
5030
5233
  },
5031
5234
  {
5032
5235
  "icon": "help-circle",
@@ -5034,69 +5237,70 @@
5034
5237
  "href": "/quiz"
5035
5238
  },
5036
5239
  {
5037
- "label": "Concepts",
5240
+ "icon": "brain",
5038
5241
  "href": "/concepts",
5039
- "icon": "brain"
5242
+ "label": "Concepts"
5040
5243
  }
5041
5244
  ],
5042
5245
  "children": [
5043
5246
  {
5044
5247
  "direction": "vertical",
5045
- "type": "stack",
5046
5248
  "children": [
5047
5249
  {
5048
5250
  "type": "stack",
5251
+ "justify": "between",
5049
5252
  "align": "center",
5253
+ "direction": "horizontal",
5050
5254
  "children": [
5051
5255
  {
5052
- "align": "center",
5053
- "gap": "md",
5256
+ "type": "stack",
5257
+ "direction": "horizontal",
5054
5258
  "children": [
5055
5259
  {
5056
- "name": "tag",
5057
- "type": "icon"
5260
+ "type": "icon",
5261
+ "name": "tag"
5058
5262
  },
5059
5263
  {
5060
- "variant": "h2",
5061
5264
  "type": "typography",
5265
+ "variant": "h2",
5062
5266
  "content": "StudentAssessment Result"
5063
5267
  }
5064
5268
  ],
5065
- "type": "stack",
5066
- "direction": "horizontal"
5269
+ "gap": "md",
5270
+ "align": "center"
5067
5271
  },
5068
5272
  {
5069
- "label": "Dismiss",
5070
- "action": "HIDE",
5071
5273
  "variant": "ghost",
5072
- "type": "button",
5073
- "icon": "x"
5274
+ "action": "HIDE",
5275
+ "label": "Dismiss",
5276
+ "icon": "x",
5277
+ "type": "button"
5074
5278
  }
5075
5279
  ],
5076
- "gap": "md",
5077
- "justify": "between",
5078
- "direction": "horizontal"
5280
+ "gap": "md"
5079
5281
  },
5080
5282
  {
5081
5283
  "type": "divider"
5082
5284
  },
5083
5285
  {
5084
- "variant": "@entity.notificationType",
5085
5286
  "message": "@entity.message",
5086
- "type": "alert"
5287
+ "type": "alert",
5288
+ "variant": "@entity.notificationType"
5087
5289
  },
5088
5290
  {
5089
5291
  "type": "toast-slot"
5090
5292
  },
5091
5293
  {
5092
5294
  "variant": "warning",
5093
- "type": "alert",
5094
- "message": "@entity.message"
5295
+ "message": "@entity.message",
5296
+ "type": "alert"
5095
5297
  }
5096
5298
  ],
5299
+ "type": "stack",
5097
5300
  "gap": "lg"
5098
5301
  }
5099
5302
  ],
5303
+ "appName": "AI Tutor",
5100
5304
  "type": "dashboard-layout"
5101
5305
  }
5102
5306
  ]
@@ -5212,7 +5416,17 @@
5212
5416
  },
5213
5417
  {
5214
5418
  "key": "SHOW",
5215
- "name": "Show"
5419
+ "name": "Show",
5420
+ "payloadSchema": [
5421
+ {
5422
+ "name": "category",
5423
+ "type": "string"
5424
+ },
5425
+ {
5426
+ "name": "confidence",
5427
+ "type": "number"
5428
+ }
5429
+ ]
5216
5430
  },
5217
5431
  {
5218
5432
  "key": "StudentAssessmentLoaded",
@@ -5250,8 +5464,8 @@
5250
5464
  "StudentAssessment",
5251
5465
  {
5252
5466
  "emit": {
5253
- "success": "StudentAssessmentLoaded",
5254
- "failure": "StudentAssessmentLoadFailed"
5467
+ "failure": "StudentAssessmentLoadFailed",
5468
+ "success": "StudentAssessmentLoaded"
5255
5469
  }
5256
5470
  }
5257
5471
  ],
@@ -5260,30 +5474,30 @@
5260
5474
  "main",
5261
5475
  {
5262
5476
  "type": "dashboard-layout",
5477
+ "children": [
5478
+ {
5479
+ "type": "empty-state",
5480
+ "description": "Classifier is ready",
5481
+ "title": "Classifier",
5482
+ "icon": "tag"
5483
+ }
5484
+ ],
5263
5485
  "appName": "AI Tutor",
5264
5486
  "navItems": [
5265
5487
  {
5488
+ "icon": "book-open",
5266
5489
  "label": "Teach",
5267
- "href": "/teach",
5268
- "icon": "book-open"
5490
+ "href": "/teach"
5269
5491
  },
5270
5492
  {
5271
- "label": "Quiz",
5493
+ "href": "/quiz",
5272
5494
  "icon": "help-circle",
5273
- "href": "/quiz"
5495
+ "label": "Quiz"
5274
5496
  },
5275
5497
  {
5276
5498
  "href": "/concepts",
5277
- "label": "Concepts",
5278
- "icon": "brain"
5279
- }
5280
- ],
5281
- "children": [
5282
- {
5283
- "title": "Classifier",
5284
- "description": "Classifier is ready",
5285
- "icon": "tag",
5286
- "type": "empty-state"
5499
+ "icon": "brain",
5500
+ "label": "Concepts"
5287
5501
  }
5288
5502
  ]
5289
5503
  }