@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors/behaviors-registry.json +7 -7
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors-registry.json +7 -7
- package/dist/index.d.ts +2 -2
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/registry/core/atoms/std-board.orb +283 -283
- package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/registry/core/atoms/std-browse.orb +428 -305
- package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/registry/core/atoms/std-export.orb +55 -55
- package/dist/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/registry/core/atoms/std-filter.orb +25 -25
- package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/registry/core/atoms/std-modal.orb +38 -38
- package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/registry/core/atoms/std-push.orb +47 -47
- package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/registry/core/atoms/std-related.orb +31 -31
- package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/registry/core/atoms/std-search.orb +12 -12
- package/dist/registry/core/atoms/std-selection.orb +91 -91
- package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/registry/core/atoms/std-stats.orb +202 -202
- package/dist/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/registry/core/atoms/std-thread.orb +179 -173
- package/dist/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/registry/core/atoms/std-vote.orb +69 -63
- package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/registry/core/molecules/std-list.orb +196 -57
- package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/registry.d.ts +1 -1
- package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
- package/package.json +9 -16
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"type": "string",
|
|
93
93
|
"required": true
|
|
94
94
|
},
|
|
95
|
-
"
|
|
96
|
-
"name": "
|
|
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
|
-
"
|
|
106
|
-
"name": "
|
|
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
|
-
"
|
|
405
|
-
"
|
|
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
|
-
"
|
|
444
|
-
"
|
|
429
|
+
"name": "graduation-cap",
|
|
430
|
+
"type": "icon"
|
|
445
431
|
},
|
|
446
432
|
{
|
|
447
433
|
"variant": "h2",
|
|
448
|
-
"
|
|
449
|
-
"
|
|
434
|
+
"content": "Tutor",
|
|
435
|
+
"type": "typography"
|
|
450
436
|
}
|
|
451
437
|
],
|
|
452
|
-
"
|
|
453
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
533
|
+
"variant": "h3",
|
|
547
534
|
"content": "Assessing your level...",
|
|
548
|
-
"
|
|
535
|
+
"type": "typography"
|
|
549
536
|
},
|
|
550
537
|
{
|
|
551
538
|
"type": "spinner"
|
|
552
539
|
},
|
|
553
540
|
{
|
|
554
|
-
"
|
|
541
|
+
"content": "Recalling prior learning and classifying skill level",
|
|
555
542
|
"type": "typography",
|
|
556
|
-
"
|
|
543
|
+
"variant": "caption"
|
|
557
544
|
}
|
|
558
545
|
],
|
|
546
|
+
"direction": "vertical",
|
|
559
547
|
"align": "center",
|
|
560
|
-
"
|
|
561
|
-
"
|
|
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
|
-
"
|
|
612
|
+
"variant": "h2",
|
|
628
613
|
"content": "Lesson: @entity.topic",
|
|
629
|
-
"
|
|
614
|
+
"type": "typography"
|
|
630
615
|
}
|
|
631
616
|
],
|
|
632
|
-
"align": "center",
|
|
633
617
|
"direction": "horizontal"
|
|
634
618
|
},
|
|
635
619
|
{
|
|
636
|
-
"
|
|
637
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
676
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
699
|
-
"
|
|
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
|
-
"
|
|
764
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
780
|
-
"
|
|
762
|
+
"direction": "horizontal",
|
|
763
|
+
"gap": "sm",
|
|
781
764
|
"justify": "between",
|
|
782
|
-
"
|
|
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
|
-
"
|
|
795
|
-
"
|
|
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
|
-
"
|
|
792
|
+
"icon": "help-circle",
|
|
811
793
|
"action": "START_QUIZ",
|
|
812
|
-
"type": "button",
|
|
813
794
|
"variant": "primary",
|
|
814
|
-
"
|
|
795
|
+
"type": "button",
|
|
796
|
+
"label": "Quiz Me"
|
|
815
797
|
},
|
|
816
798
|
{
|
|
817
|
-
"
|
|
818
|
-
"icon": "book-open",
|
|
799
|
+
"label": "Explain More",
|
|
819
800
|
"action": "EXPLAIN_MORE",
|
|
820
801
|
"variant": "secondary",
|
|
821
|
-
"
|
|
802
|
+
"type": "button",
|
|
803
|
+
"icon": "book-open"
|
|
822
804
|
},
|
|
823
805
|
{
|
|
824
|
-
"action": "RESET",
|
|
825
|
-
"type": "button",
|
|
826
806
|
"variant": "ghost",
|
|
827
|
-
"
|
|
828
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
885
|
+
"align": "center",
|
|
895
886
|
"children": [
|
|
896
887
|
{
|
|
897
|
-
"
|
|
898
|
-
"
|
|
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
|
-
"
|
|
908
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
972
|
-
"
|
|
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
|
-
|
|
985
|
-
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1038
|
-
"
|
|
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
|
-
"
|
|
1047
|
-
"
|
|
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
|
-
"
|
|
1083
|
-
"
|
|
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
|
-
"
|
|
1345
|
-
"
|
|
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
|
-
"
|
|
1386
|
-
"
|
|
1380
|
+
"type": "typography",
|
|
1381
|
+
"content": "Quiz"
|
|
1387
1382
|
}
|
|
1388
1383
|
],
|
|
1389
|
-
"
|
|
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
|
-
"
|
|
1442
|
+
"icon": "book-open",
|
|
1432
1443
|
"href": "/teach",
|
|
1433
|
-
"
|
|
1444
|
+
"label": "Teach"
|
|
1434
1445
|
},
|
|
1435
1446
|
{
|
|
1436
|
-
"
|
|
1447
|
+
"href": "/quiz",
|
|
1437
1448
|
"icon": "help-circle",
|
|
1438
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1457
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1533
|
-
"align": "center",
|
|
1534
|
-
"gap": "sm",
|
|
1544
|
+
"direction": "horizontal",
|
|
1535
1545
|
"children": [
|
|
1536
1546
|
{
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1547
|
+
"name": "help-circle",
|
|
1548
|
+
"type": "icon"
|
|
1539
1549
|
},
|
|
1540
1550
|
{
|
|
1541
|
-
"
|
|
1551
|
+
"variant": "h2",
|
|
1542
1552
|
"type": "typography",
|
|
1543
|
-
"
|
|
1553
|
+
"content": "Quiz Question"
|
|
1544
1554
|
}
|
|
1545
1555
|
],
|
|
1546
|
-
"
|
|
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
|
-
"
|
|
1560
|
-
"
|
|
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
|
-
"
|
|
1587
|
+
"gap": "md",
|
|
1588
|
+
"type": "stack",
|
|
1589
|
+
"direction": "vertical"
|
|
1578
1590
|
}
|
|
1579
1591
|
],
|
|
1580
1592
|
"type": "card"
|
|
1581
1593
|
}
|
|
1582
1594
|
],
|
|
1583
|
-
"
|
|
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
|
-
"
|
|
1601
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1650
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1789
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1895
|
+
"label": "Concepts",
|
|
1885
1896
|
"icon": "brain",
|
|
1886
|
-
"
|
|
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
|
-
"
|
|
1900
|
-
"
|
|
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
|
-
"
|
|
1919
|
-
"
|
|
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
|
-
"
|
|
2184
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
2305
|
+
"content": "@item.timestamp"
|
|
2292
2306
|
}
|
|
2293
2307
|
],
|
|
2294
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
2321
|
-
"
|
|
2337
|
+
"href": "/quiz",
|
|
2338
|
+
"icon": "help-circle"
|
|
2322
2339
|
},
|
|
2323
2340
|
{
|
|
2324
|
-
"
|
|
2341
|
+
"icon": "brain",
|
|
2325
2342
|
"href": "/concepts",
|
|
2326
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
2369
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
2395
|
-
"
|
|
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
|
-
"
|
|
2430
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
2431
|
+
"submitEvent": "SEND",
|
|
2432
|
+
"type": "form-section",
|
|
2433
|
+
"mode": "create"
|
|
2415
2434
|
}
|
|
2416
2435
|
],
|
|
2417
|
-
"
|
|
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
|
-
"
|
|
2435
|
-
"
|
|
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
|
-
"
|
|
2445
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
2509
|
-
"
|
|
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
|
-
"
|
|
2684
|
-
"
|
|
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
|
-
"
|
|
2696
|
-
"
|
|
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
|
-
"
|
|
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
|
|
2941
|
-
"type": "
|
|
2942
|
-
"
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
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
|
|
2984
|
-
"type": "
|
|
2985
|
-
"
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
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
|
|
3027
|
-
"type": "
|
|
3028
|
-
"
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
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
|
-
"
|
|
3202
|
-
"
|
|
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
|
-
"
|
|
3270
|
-
"
|
|
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
|
-
"
|
|
3472
|
+
"type": "button",
|
|
3290
3473
|
"variant": "primary",
|
|
3291
|
-
"
|
|
3474
|
+
"icon": "plus"
|
|
3292
3475
|
},
|
|
3293
3476
|
{
|
|
3294
|
-
"
|
|
3295
|
-
"action": "RECALL",
|
|
3477
|
+
"type": "button",
|
|
3296
3478
|
"variant": "secondary",
|
|
3297
|
-
"
|
|
3298
|
-
"
|
|
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
|
-
"
|
|
3508
|
+
"icon": "brain"
|
|
3325
3509
|
},
|
|
3326
3510
|
{
|
|
3511
|
+
"label": "Category",
|
|
3327
3512
|
"colorMap": {
|
|
3328
|
-
"
|
|
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
|
-
"
|
|
3338
|
-
"
|
|
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
|
-
"
|
|
3541
|
+
"label": "Reinforce",
|
|
3359
3542
|
"variant": "ghost",
|
|
3360
|
-
"
|
|
3543
|
+
"event": "REINFORCE"
|
|
3361
3544
|
},
|
|
3362
3545
|
{
|
|
3363
|
-
"
|
|
3546
|
+
"event": "FORGET",
|
|
3364
3547
|
"label": "Forget",
|
|
3365
|
-
"
|
|
3548
|
+
"variant": "danger"
|
|
3366
3549
|
}
|
|
3367
3550
|
]
|
|
3368
3551
|
}
|
|
3369
3552
|
],
|
|
3370
|
-
"
|
|
3371
|
-
"type": "stack",
|
|
3372
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
3373
|
-
"direction": "vertical"
|
|
3553
|
+
"type": "stack"
|
|
3374
3554
|
}
|
|
3375
3555
|
],
|
|
3376
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
3586
|
+
"type": "typography",
|
|
3408
3587
|
"color": "muted",
|
|
3409
|
-
"
|
|
3588
|
+
"variant": "body"
|
|
3410
3589
|
},
|
|
3411
3590
|
{
|
|
3412
|
-
"
|
|
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
|
-
"
|
|
3619
|
-
"
|
|
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
|
-
"
|
|
3686
|
-
"
|
|
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
|
-
"
|
|
4021
|
-
"
|
|
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
|
-
"
|
|
4245
|
+
"label": "Concepts"
|
|
4042
4246
|
}
|
|
4043
4247
|
]
|
|
4044
4248
|
}
|
|
@@ -4093,8 +4297,8 @@
|
|
|
4093
4297
|
"Concept",
|
|
4094
4298
|
{
|
|
4095
4299
|
"emit": {
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
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
|
-
"
|
|
4422
|
-
"
|
|
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
|
-
"
|
|
4440
|
-
"direction": "horizontal",
|
|
4646
|
+
"gap": "md",
|
|
4441
4647
|
"children": [
|
|
4442
4648
|
{
|
|
4443
|
-
"
|
|
4444
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
4692
|
+
"label": "Quiz",
|
|
4489
4693
|
"href": "/quiz",
|
|
4490
|
-
"
|
|
4694
|
+
"icon": "help-circle"
|
|
4491
4695
|
},
|
|
4492
4696
|
{
|
|
4493
4697
|
"icon": "brain",
|
|
4494
|
-
"
|
|
4495
|
-
"
|
|
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
|
-
"
|
|
4520
|
-
"
|
|
4722
|
+
"name": "tag",
|
|
4723
|
+
"type": "icon"
|
|
4521
4724
|
},
|
|
4522
4725
|
{
|
|
4523
|
-
"
|
|
4726
|
+
"content": "StudentAssessment",
|
|
4524
4727
|
"variant": "h3",
|
|
4525
|
-
"
|
|
4728
|
+
"type": "typography"
|
|
4526
4729
|
}
|
|
4527
4730
|
],
|
|
4528
|
-
"
|
|
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
|
-
"
|
|
4541
|
-
"
|
|
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
|
-
"
|
|
4567
|
-
"submitEvent": "SAVE",
|
|
4769
|
+
"cancelEvent": "CLOSE",
|
|
4568
4770
|
"fields": [
|
|
4569
4771
|
"input"
|
|
4570
4772
|
],
|
|
4571
4773
|
"mode": "create",
|
|
4572
|
-
"
|
|
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
|
-
"
|
|
4837
|
+
"direction": "horizontal",
|
|
4635
4838
|
"children": [
|
|
4636
4839
|
{
|
|
4637
|
-
"type": "stack",
|
|
4638
|
-
"direction": "horizontal",
|
|
4639
|
-
"gap": "md",
|
|
4640
4840
|
"children": [
|
|
4641
4841
|
{
|
|
4642
|
-
"
|
|
4643
|
-
"
|
|
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
|
-
"
|
|
4857
|
+
"type": "button",
|
|
4656
4858
|
"icon": "tag",
|
|
4657
|
-
"
|
|
4859
|
+
"variant": "primary",
|
|
4860
|
+
"action": "CLASSIFY"
|
|
4658
4861
|
}
|
|
4659
4862
|
],
|
|
4660
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
4713
|
-
"
|
|
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
|
-
"
|
|
4957
|
+
"type": "typography",
|
|
4742
4958
|
"content": "StudentAssessment",
|
|
4743
|
-
"
|
|
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
|
-
"
|
|
4752
|
-
"
|
|
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
|
-
"
|
|
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
|
-
|
|
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
|
-
"
|
|
4899
|
-
"
|
|
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
|
-
"
|
|
4966
|
-
"
|
|
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
|
-
"
|
|
5029
|
-
"
|
|
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
|
-
"
|
|
5240
|
+
"icon": "brain",
|
|
5038
5241
|
"href": "/concepts",
|
|
5039
|
-
"
|
|
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
|
-
"
|
|
5053
|
-
"
|
|
5256
|
+
"type": "stack",
|
|
5257
|
+
"direction": "horizontal",
|
|
5054
5258
|
"children": [
|
|
5055
5259
|
{
|
|
5056
|
-
"
|
|
5057
|
-
"
|
|
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
|
-
"
|
|
5066
|
-
"
|
|
5269
|
+
"gap": "md",
|
|
5270
|
+
"align": "center"
|
|
5067
5271
|
},
|
|
5068
5272
|
{
|
|
5069
|
-
"label": "Dismiss",
|
|
5070
|
-
"action": "HIDE",
|
|
5071
5273
|
"variant": "ghost",
|
|
5072
|
-
"
|
|
5073
|
-
"
|
|
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
|
-
"
|
|
5094
|
-
"
|
|
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
|
-
"
|
|
5254
|
-
"
|
|
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
|
-
"
|
|
5493
|
+
"href": "/quiz",
|
|
5272
5494
|
"icon": "help-circle",
|
|
5273
|
-
"
|
|
5495
|
+
"label": "Quiz"
|
|
5274
5496
|
},
|
|
5275
5497
|
{
|
|
5276
5498
|
"href": "/concepts",
|
|
5277
|
-
"
|
|
5278
|
-
"
|
|
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
|
}
|