@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
|
@@ -46,11 +46,13 @@
|
|
|
46
46
|
{
|
|
47
47
|
"name": "status",
|
|
48
48
|
"type": "string",
|
|
49
|
-
"default": "
|
|
49
|
+
"default": "idle",
|
|
50
50
|
"values": [
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
51
|
+
"idle",
|
|
52
|
+
"retrieving",
|
|
53
|
+
"generating",
|
|
54
|
+
"completed",
|
|
55
|
+
"error"
|
|
54
56
|
],
|
|
55
57
|
"description": "Indicates the current operational state of the component.",
|
|
56
58
|
"synonyms": "state, condition, operational_status"
|
|
@@ -192,13 +194,13 @@
|
|
|
192
194
|
"items": {
|
|
193
195
|
"type": "object",
|
|
194
196
|
"properties": {
|
|
195
|
-
"
|
|
196
|
-
"name": "
|
|
197
|
+
"value": {
|
|
198
|
+
"name": "value",
|
|
197
199
|
"type": "string",
|
|
198
200
|
"required": false
|
|
199
201
|
},
|
|
200
|
-
"
|
|
201
|
-
"name": "
|
|
202
|
+
"id": {
|
|
203
|
+
"name": "id",
|
|
202
204
|
"type": "string",
|
|
203
205
|
"required": false
|
|
204
206
|
},
|
|
@@ -312,57 +314,57 @@
|
|
|
312
314
|
"render-ui",
|
|
313
315
|
"main",
|
|
314
316
|
{
|
|
317
|
+
"direction": "vertical",
|
|
318
|
+
"gap": "lg",
|
|
319
|
+
"type": "stack",
|
|
315
320
|
"children": [
|
|
316
321
|
{
|
|
317
|
-
"gap": "sm",
|
|
318
|
-
"direction": "horizontal",
|
|
319
|
-
"align": "center",
|
|
320
322
|
"children": [
|
|
321
323
|
{
|
|
322
324
|
"type": "icon",
|
|
323
325
|
"name": "brain"
|
|
324
326
|
},
|
|
325
327
|
{
|
|
326
|
-
"type": "typography",
|
|
327
328
|
"variant": "h2",
|
|
328
|
-
"content": "RAG Pipeline"
|
|
329
|
+
"content": "RAG Pipeline",
|
|
330
|
+
"type": "typography"
|
|
329
331
|
}
|
|
330
332
|
],
|
|
331
|
-
"
|
|
333
|
+
"gap": "sm",
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"align": "center",
|
|
336
|
+
"direction": "horizontal"
|
|
332
337
|
},
|
|
333
338
|
{
|
|
334
339
|
"type": "divider"
|
|
335
340
|
},
|
|
336
341
|
{
|
|
342
|
+
"type": "card",
|
|
337
343
|
"children": [
|
|
338
344
|
{
|
|
345
|
+
"direction": "vertical",
|
|
339
346
|
"type": "stack",
|
|
340
347
|
"gap": "md",
|
|
341
348
|
"children": [
|
|
342
349
|
{
|
|
343
350
|
"content": "Enter a query to retrieve context and generate a response",
|
|
344
|
-
"
|
|
345
|
-
"
|
|
351
|
+
"variant": "body",
|
|
352
|
+
"type": "typography"
|
|
346
353
|
},
|
|
347
354
|
{
|
|
348
|
-
"
|
|
355
|
+
"entity": "@entity",
|
|
349
356
|
"submitEvent": "GENERATE",
|
|
350
357
|
"fields": [
|
|
351
358
|
"query"
|
|
352
359
|
],
|
|
353
360
|
"type": "form-section",
|
|
354
|
-
"
|
|
361
|
+
"mode": "edit"
|
|
355
362
|
}
|
|
356
|
-
]
|
|
357
|
-
"direction": "vertical"
|
|
363
|
+
]
|
|
358
364
|
}
|
|
359
|
-
]
|
|
360
|
-
"type": "card"
|
|
365
|
+
]
|
|
361
366
|
}
|
|
362
|
-
]
|
|
363
|
-
"type": "stack",
|
|
364
|
-
"gap": "lg",
|
|
365
|
-
"direction": "vertical"
|
|
367
|
+
]
|
|
366
368
|
}
|
|
367
369
|
]
|
|
368
370
|
]
|
|
@@ -390,40 +392,40 @@
|
|
|
390
392
|
"render-ui",
|
|
391
393
|
"main",
|
|
392
394
|
{
|
|
393
|
-
"align": "center",
|
|
394
|
-
"type": "stack",
|
|
395
|
-
"gap": "lg",
|
|
396
395
|
"children": [
|
|
397
396
|
{
|
|
398
397
|
"type": "icon",
|
|
399
398
|
"name": "search"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
402
|
-
"
|
|
401
|
+
"type": "typography",
|
|
403
402
|
"variant": "h3",
|
|
404
|
-
"
|
|
403
|
+
"content": "Retrieving context..."
|
|
405
404
|
},
|
|
406
405
|
{
|
|
407
406
|
"type": "spinner"
|
|
408
407
|
},
|
|
409
408
|
{
|
|
410
|
-
"direction": "horizontal",
|
|
411
409
|
"children": [
|
|
412
410
|
{
|
|
413
411
|
"type": "badge",
|
|
414
412
|
"label": "Recalling memories"
|
|
415
413
|
},
|
|
416
414
|
{
|
|
417
|
-
"
|
|
418
|
-
"
|
|
415
|
+
"type": "badge",
|
|
416
|
+
"label": "Searching code"
|
|
419
417
|
}
|
|
420
418
|
],
|
|
421
|
-
"justify": "center",
|
|
422
419
|
"gap": "md",
|
|
420
|
+
"direction": "horizontal",
|
|
421
|
+
"justify": "center",
|
|
423
422
|
"type": "stack"
|
|
424
423
|
}
|
|
425
424
|
],
|
|
426
|
-
"
|
|
425
|
+
"gap": "lg",
|
|
426
|
+
"align": "center",
|
|
427
|
+
"direction": "vertical",
|
|
428
|
+
"type": "stack"
|
|
427
429
|
}
|
|
428
430
|
]
|
|
429
431
|
]
|
|
@@ -468,10 +470,6 @@
|
|
|
468
470
|
"render-ui",
|
|
469
471
|
"main",
|
|
470
472
|
{
|
|
471
|
-
"align": "center",
|
|
472
|
-
"direction": "vertical",
|
|
473
|
-
"type": "stack",
|
|
474
|
-
"gap": "lg",
|
|
475
473
|
"children": [
|
|
476
474
|
{
|
|
477
475
|
"type": "icon",
|
|
@@ -486,22 +484,26 @@
|
|
|
486
484
|
"type": "spinner"
|
|
487
485
|
},
|
|
488
486
|
{
|
|
489
|
-
"
|
|
490
|
-
"direction": "horizontal",
|
|
491
|
-
"gap": "md",
|
|
487
|
+
"type": "stack",
|
|
492
488
|
"children": [
|
|
493
489
|
{
|
|
494
|
-
"
|
|
495
|
-
"
|
|
490
|
+
"type": "badge",
|
|
491
|
+
"label": "@entity.memoryHits"
|
|
496
492
|
},
|
|
497
493
|
{
|
|
498
494
|
"type": "badge",
|
|
499
495
|
"label": "@entity.searchHits"
|
|
500
496
|
}
|
|
501
497
|
],
|
|
502
|
-
"
|
|
498
|
+
"gap": "md",
|
|
499
|
+
"justify": "center",
|
|
500
|
+
"direction": "horizontal"
|
|
503
501
|
}
|
|
504
|
-
]
|
|
502
|
+
],
|
|
503
|
+
"gap": "lg",
|
|
504
|
+
"type": "stack",
|
|
505
|
+
"align": "center",
|
|
506
|
+
"direction": "vertical"
|
|
505
507
|
}
|
|
506
508
|
]
|
|
507
509
|
]
|
|
@@ -526,11 +528,10 @@
|
|
|
526
528
|
"main",
|
|
527
529
|
{
|
|
528
530
|
"align": "center",
|
|
529
|
-
"type": "stack",
|
|
530
531
|
"children": [
|
|
531
532
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
533
|
+
"name": "alert-triangle",
|
|
534
|
+
"type": "icon"
|
|
534
535
|
},
|
|
535
536
|
{
|
|
536
537
|
"type": "typography",
|
|
@@ -538,20 +539,21 @@
|
|
|
538
539
|
"content": "RAG Pipeline Error"
|
|
539
540
|
},
|
|
540
541
|
{
|
|
541
|
-
"type": "alert",
|
|
542
542
|
"variant": "error",
|
|
543
|
-
"message": "@entity.error"
|
|
543
|
+
"message": "@entity.error",
|
|
544
|
+
"type": "alert"
|
|
544
545
|
},
|
|
545
546
|
{
|
|
546
|
-
"variant": "primary",
|
|
547
547
|
"type": "button",
|
|
548
|
-
"
|
|
548
|
+
"icon": "rotate-ccw",
|
|
549
549
|
"action": "RESET",
|
|
550
|
-
"
|
|
550
|
+
"label": "Try Again",
|
|
551
|
+
"variant": "primary"
|
|
551
552
|
}
|
|
552
553
|
],
|
|
553
|
-
"
|
|
554
|
-
"
|
|
554
|
+
"direction": "vertical",
|
|
555
|
+
"type": "stack",
|
|
556
|
+
"gap": "lg"
|
|
555
557
|
}
|
|
556
558
|
]
|
|
557
559
|
]
|
|
@@ -584,59 +586,61 @@
|
|
|
584
586
|
"render-ui",
|
|
585
587
|
"main",
|
|
586
588
|
{
|
|
589
|
+
"direction": "vertical",
|
|
590
|
+
"type": "stack",
|
|
587
591
|
"children": [
|
|
588
592
|
{
|
|
589
593
|
"gap": "sm",
|
|
590
|
-
"type": "stack",
|
|
591
594
|
"align": "center",
|
|
592
|
-
"
|
|
595
|
+
"justify": "between",
|
|
593
596
|
"children": [
|
|
594
597
|
{
|
|
595
|
-
"
|
|
598
|
+
"align": "center",
|
|
599
|
+
"gap": "sm",
|
|
596
600
|
"children": [
|
|
597
601
|
{
|
|
598
602
|
"type": "icon",
|
|
599
603
|
"name": "check-circle"
|
|
600
604
|
},
|
|
601
605
|
{
|
|
602
|
-
"content": "RAG Complete",
|
|
603
606
|
"variant": "h2",
|
|
604
|
-
"type": "typography"
|
|
607
|
+
"type": "typography",
|
|
608
|
+
"content": "RAG Complete"
|
|
605
609
|
}
|
|
606
610
|
],
|
|
607
611
|
"direction": "horizontal",
|
|
608
|
-
"
|
|
609
|
-
"align": "center"
|
|
612
|
+
"type": "stack"
|
|
610
613
|
},
|
|
611
614
|
{
|
|
612
|
-
"
|
|
615
|
+
"type": "button",
|
|
613
616
|
"icon": "rotate-ccw",
|
|
614
617
|
"action": "RESET",
|
|
615
|
-
"
|
|
616
|
-
"
|
|
618
|
+
"label": "New Query",
|
|
619
|
+
"variant": "ghost"
|
|
617
620
|
}
|
|
618
621
|
],
|
|
619
|
-
"
|
|
622
|
+
"direction": "horizontal",
|
|
623
|
+
"type": "stack"
|
|
620
624
|
},
|
|
621
625
|
{
|
|
622
626
|
"type": "divider"
|
|
623
627
|
},
|
|
624
628
|
{
|
|
629
|
+
"type": "simple-grid",
|
|
625
630
|
"children": [
|
|
626
631
|
{
|
|
632
|
+
"type": "stat-display",
|
|
627
633
|
"icon": "brain",
|
|
628
634
|
"label": "Memory Hits",
|
|
629
|
-
"value": "@entity.memoryHits"
|
|
630
|
-
"type": "stat-display"
|
|
635
|
+
"value": "@entity.memoryHits"
|
|
631
636
|
},
|
|
632
637
|
{
|
|
633
|
-
"value": "@entity.searchHits",
|
|
634
638
|
"label": "Code Hits",
|
|
635
639
|
"icon": "code",
|
|
636
|
-
"type": "stat-display"
|
|
640
|
+
"type": "stat-display",
|
|
641
|
+
"value": "@entity.searchHits"
|
|
637
642
|
}
|
|
638
643
|
],
|
|
639
|
-
"type": "simple-grid",
|
|
640
644
|
"cols": 2.0
|
|
641
645
|
},
|
|
642
646
|
{
|
|
@@ -645,18 +649,16 @@
|
|
|
645
649
|
{
|
|
646
650
|
"children": [
|
|
647
651
|
{
|
|
648
|
-
"type": "stack",
|
|
649
|
-
"direction": "vertical",
|
|
650
652
|
"children": [
|
|
651
653
|
{
|
|
652
|
-
"type": "typography",
|
|
653
654
|
"content": "Query",
|
|
655
|
+
"type": "typography",
|
|
654
656
|
"variant": "caption"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"content": "@entity.query",
|
|
658
659
|
"variant": "body",
|
|
659
|
-
"type": "typography"
|
|
660
|
+
"type": "typography",
|
|
661
|
+
"content": "@entity.query"
|
|
660
662
|
},
|
|
661
663
|
{
|
|
662
664
|
"type": "divider"
|
|
@@ -667,12 +669,14 @@
|
|
|
667
669
|
"variant": "caption"
|
|
668
670
|
},
|
|
669
671
|
{
|
|
672
|
+
"type": "typography",
|
|
670
673
|
"content": "@entity.response",
|
|
671
|
-
"variant": "body"
|
|
672
|
-
"type": "typography"
|
|
674
|
+
"variant": "body"
|
|
673
675
|
}
|
|
674
676
|
],
|
|
675
|
-
"
|
|
677
|
+
"direction": "vertical",
|
|
678
|
+
"gap": "md",
|
|
679
|
+
"type": "stack"
|
|
676
680
|
}
|
|
677
681
|
],
|
|
678
682
|
"type": "card"
|
|
@@ -681,27 +685,25 @@
|
|
|
681
685
|
"type": "card",
|
|
682
686
|
"children": [
|
|
683
687
|
{
|
|
684
|
-
"gap": "sm",
|
|
685
688
|
"children": [
|
|
686
689
|
{
|
|
690
|
+
"variant": "caption",
|
|
687
691
|
"type": "typography",
|
|
688
|
-
"content": "Retrieved Context"
|
|
689
|
-
"variant": "caption"
|
|
692
|
+
"content": "Retrieved Context"
|
|
690
693
|
},
|
|
691
694
|
{
|
|
692
|
-
"type": "typography",
|
|
693
695
|
"variant": "body",
|
|
696
|
+
"type": "typography",
|
|
694
697
|
"content": "@entity.context"
|
|
695
698
|
}
|
|
696
699
|
],
|
|
697
700
|
"type": "stack",
|
|
701
|
+
"gap": "sm",
|
|
698
702
|
"direction": "vertical"
|
|
699
703
|
}
|
|
700
704
|
]
|
|
701
705
|
}
|
|
702
706
|
],
|
|
703
|
-
"type": "stack",
|
|
704
|
-
"direction": "vertical",
|
|
705
707
|
"gap": "lg"
|
|
706
708
|
}
|
|
707
709
|
]
|
|
@@ -726,32 +728,32 @@
|
|
|
726
728
|
"render-ui",
|
|
727
729
|
"main",
|
|
728
730
|
{
|
|
731
|
+
"direction": "vertical",
|
|
729
732
|
"type": "stack",
|
|
733
|
+
"align": "center",
|
|
730
734
|
"children": [
|
|
731
735
|
{
|
|
732
|
-
"
|
|
733
|
-
"
|
|
736
|
+
"type": "icon",
|
|
737
|
+
"name": "alert-triangle"
|
|
734
738
|
},
|
|
735
739
|
{
|
|
736
|
-
"
|
|
740
|
+
"type": "typography",
|
|
737
741
|
"variant": "h2",
|
|
738
|
-
"
|
|
742
|
+
"content": "RAG Pipeline Error"
|
|
739
743
|
},
|
|
740
744
|
{
|
|
741
|
-
"message": "@entity.error",
|
|
742
745
|
"type": "alert",
|
|
746
|
+
"message": "@entity.error",
|
|
743
747
|
"variant": "error"
|
|
744
748
|
},
|
|
745
749
|
{
|
|
746
|
-
"
|
|
750
|
+
"icon": "rotate-ccw",
|
|
751
|
+
"type": "button",
|
|
747
752
|
"action": "RESET",
|
|
748
753
|
"variant": "primary",
|
|
749
|
-
"
|
|
750
|
-
"type": "button"
|
|
754
|
+
"label": "Try Again"
|
|
751
755
|
}
|
|
752
756
|
],
|
|
753
|
-
"align": "center",
|
|
754
|
-
"direction": "vertical",
|
|
755
757
|
"gap": "lg"
|
|
756
758
|
}
|
|
757
759
|
]
|
|
@@ -796,24 +798,25 @@
|
|
|
796
798
|
"render-ui",
|
|
797
799
|
"main",
|
|
798
800
|
{
|
|
801
|
+
"gap": "lg",
|
|
799
802
|
"type": "stack",
|
|
800
803
|
"children": [
|
|
801
804
|
{
|
|
802
|
-
"direction": "horizontal",
|
|
803
805
|
"gap": "sm",
|
|
804
806
|
"align": "center",
|
|
805
807
|
"type": "stack",
|
|
806
808
|
"children": [
|
|
807
809
|
{
|
|
808
|
-
"
|
|
809
|
-
"
|
|
810
|
+
"type": "icon",
|
|
811
|
+
"name": "brain"
|
|
810
812
|
},
|
|
811
813
|
{
|
|
814
|
+
"variant": "h2",
|
|
812
815
|
"content": "RAG Pipeline",
|
|
813
|
-
"type": "typography"
|
|
814
|
-
"variant": "h2"
|
|
816
|
+
"type": "typography"
|
|
815
817
|
}
|
|
816
|
-
]
|
|
818
|
+
],
|
|
819
|
+
"direction": "horizontal"
|
|
817
820
|
},
|
|
818
821
|
{
|
|
819
822
|
"type": "divider"
|
|
@@ -823,30 +826,29 @@
|
|
|
823
826
|
{
|
|
824
827
|
"children": [
|
|
825
828
|
{
|
|
826
|
-
"type": "typography",
|
|
827
829
|
"content": "Enter a query to retrieve context and generate a response",
|
|
828
|
-
"variant": "body"
|
|
830
|
+
"variant": "body",
|
|
831
|
+
"type": "typography"
|
|
829
832
|
},
|
|
830
833
|
{
|
|
831
|
-
"
|
|
832
|
-
"mode": "edit",
|
|
834
|
+
"entity": "@entity",
|
|
833
835
|
"fields": [
|
|
834
836
|
"query"
|
|
835
837
|
],
|
|
836
838
|
"submitEvent": "GENERATE",
|
|
837
|
-
"
|
|
839
|
+
"mode": "edit",
|
|
840
|
+
"type": "form-section"
|
|
838
841
|
}
|
|
839
842
|
],
|
|
840
843
|
"direction": "vertical",
|
|
841
|
-
"
|
|
842
|
-
"
|
|
844
|
+
"type": "stack",
|
|
845
|
+
"gap": "md"
|
|
843
846
|
}
|
|
844
847
|
],
|
|
845
848
|
"type": "card"
|
|
846
849
|
}
|
|
847
850
|
],
|
|
848
|
-
"direction": "vertical"
|
|
849
|
-
"gap": "lg"
|
|
851
|
+
"direction": "vertical"
|
|
850
852
|
}
|
|
851
853
|
]
|
|
852
854
|
]
|