@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
|
@@ -116,8 +116,6 @@
|
|
|
116
116
|
"traits": [
|
|
117
117
|
{
|
|
118
118
|
"name": "AgentContextWindowGauge",
|
|
119
|
-
"category": "interaction",
|
|
120
|
-
"linkedEntity": "AgentContextWindow",
|
|
121
119
|
"entityRebindable": true,
|
|
122
120
|
"entityContract": {
|
|
123
121
|
"requires": [],
|
|
@@ -127,6 +125,8 @@
|
|
|
127
125
|
"max"
|
|
128
126
|
]
|
|
129
127
|
},
|
|
128
|
+
"category": "interaction",
|
|
129
|
+
"linkedEntity": "AgentContextWindow",
|
|
130
130
|
"emits": [
|
|
131
131
|
{
|
|
132
132
|
"event": "COMPACT"
|
|
@@ -341,16 +341,15 @@
|
|
|
341
341
|
"render-ui",
|
|
342
342
|
"main",
|
|
343
343
|
{
|
|
344
|
-
"type": "stack",
|
|
345
344
|
"children": [
|
|
346
345
|
{
|
|
347
|
-
"type": "stack",
|
|
348
346
|
"align": "center",
|
|
347
|
+
"gap": "sm",
|
|
349
348
|
"direction": "horizontal",
|
|
350
349
|
"children": [
|
|
351
350
|
{
|
|
352
|
-
"
|
|
353
|
-
"
|
|
351
|
+
"type": "icon",
|
|
352
|
+
"name": "gauge"
|
|
354
353
|
},
|
|
355
354
|
{
|
|
356
355
|
"variant": "h2",
|
|
@@ -358,29 +357,26 @@
|
|
|
358
357
|
"type": "typography"
|
|
359
358
|
},
|
|
360
359
|
{
|
|
361
|
-
"label": "Normal",
|
|
362
360
|
"variant": "default",
|
|
363
|
-
"type": "badge"
|
|
361
|
+
"type": "badge",
|
|
362
|
+
"label": "Normal"
|
|
364
363
|
}
|
|
365
364
|
],
|
|
366
|
-
"
|
|
365
|
+
"type": "stack"
|
|
367
366
|
},
|
|
368
367
|
{
|
|
369
368
|
"type": "divider"
|
|
370
369
|
},
|
|
371
370
|
{
|
|
372
|
-
"
|
|
371
|
+
"max": "@entity.max",
|
|
373
372
|
"type": "progress-bar",
|
|
374
|
-
"
|
|
373
|
+
"value": "@entity.current"
|
|
375
374
|
},
|
|
376
375
|
{
|
|
377
|
-
"type": "stack",
|
|
378
|
-
"gap": "md",
|
|
379
|
-
"direction": "horizontal",
|
|
380
376
|
"children": [
|
|
381
377
|
{
|
|
382
|
-
"type": "stat-display",
|
|
383
378
|
"label": "Tokens Used",
|
|
379
|
+
"type": "stat-display",
|
|
384
380
|
"value": "@entity.current"
|
|
385
381
|
},
|
|
386
382
|
{
|
|
@@ -388,18 +384,22 @@
|
|
|
388
384
|
"label": "Max Tokens",
|
|
389
385
|
"value": "@entity.max"
|
|
390
386
|
}
|
|
391
|
-
]
|
|
387
|
+
],
|
|
388
|
+
"gap": "md",
|
|
389
|
+
"type": "stack",
|
|
390
|
+
"direction": "horizontal"
|
|
392
391
|
},
|
|
393
392
|
{
|
|
394
|
-
"action": "RESET",
|
|
395
|
-
"type": "button",
|
|
396
393
|
"icon": "rotate-ccw",
|
|
394
|
+
"label": "Reset",
|
|
395
|
+
"type": "button",
|
|
397
396
|
"variant": "ghost",
|
|
398
|
-
"
|
|
397
|
+
"action": "RESET"
|
|
399
398
|
}
|
|
400
399
|
],
|
|
401
|
-
"
|
|
402
|
-
"gap": "lg"
|
|
400
|
+
"type": "stack",
|
|
401
|
+
"gap": "lg",
|
|
402
|
+
"direction": "vertical"
|
|
403
403
|
}
|
|
404
404
|
]
|
|
405
405
|
]
|
|
@@ -428,62 +428,62 @@
|
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
430
|
"gap": "lg",
|
|
431
|
-
"direction": "vertical",
|
|
432
431
|
"type": "stack",
|
|
432
|
+
"direction": "vertical",
|
|
433
433
|
"children": [
|
|
434
434
|
{
|
|
435
|
-
"align": "center",
|
|
436
|
-
"gap": "sm",
|
|
437
|
-
"type": "stack",
|
|
438
|
-
"direction": "horizontal",
|
|
439
435
|
"children": [
|
|
440
436
|
{
|
|
441
|
-
"
|
|
442
|
-
"
|
|
437
|
+
"name": "gauge",
|
|
438
|
+
"type": "icon"
|
|
443
439
|
},
|
|
444
440
|
{
|
|
445
441
|
"type": "typography",
|
|
446
|
-
"
|
|
447
|
-
"
|
|
442
|
+
"variant": "h2",
|
|
443
|
+
"content": "Token Usage"
|
|
448
444
|
},
|
|
449
445
|
{
|
|
450
|
-
"
|
|
446
|
+
"label": "Normal",
|
|
451
447
|
"variant": "default",
|
|
452
|
-
"
|
|
448
|
+
"type": "badge"
|
|
453
449
|
}
|
|
454
|
-
]
|
|
450
|
+
],
|
|
451
|
+
"direction": "horizontal",
|
|
452
|
+
"gap": "sm",
|
|
453
|
+
"type": "stack",
|
|
454
|
+
"align": "center"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"type": "divider"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"
|
|
460
|
+
"type": "progress-bar",
|
|
461
461
|
"max": "@entity.max",
|
|
462
|
-
"
|
|
462
|
+
"value": "@entity.current"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
"children": [
|
|
466
466
|
{
|
|
467
467
|
"label": "Tokens Used",
|
|
468
|
-
"
|
|
469
|
-
"
|
|
468
|
+
"type": "stat-display",
|
|
469
|
+
"value": "@entity.current"
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
"
|
|
472
|
+
"label": "Max Tokens",
|
|
473
473
|
"value": "@entity.max",
|
|
474
|
-
"
|
|
474
|
+
"type": "stat-display"
|
|
475
475
|
}
|
|
476
476
|
],
|
|
477
|
-
"direction": "horizontal",
|
|
478
477
|
"gap": "md",
|
|
479
|
-
"type": "stack"
|
|
478
|
+
"type": "stack",
|
|
479
|
+
"direction": "horizontal"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
|
-
"
|
|
483
|
-
"variant": "ghost",
|
|
484
|
-
"icon": "rotate-ccw",
|
|
482
|
+
"label": "Reset",
|
|
485
483
|
"type": "button",
|
|
486
|
-
"
|
|
484
|
+
"variant": "ghost",
|
|
485
|
+
"action": "RESET",
|
|
486
|
+
"icon": "rotate-ccw"
|
|
487
487
|
}
|
|
488
488
|
]
|
|
489
489
|
}
|
|
@@ -525,29 +525,27 @@
|
|
|
525
525
|
"render-ui",
|
|
526
526
|
"main",
|
|
527
527
|
{
|
|
528
|
-
"direction": "vertical",
|
|
529
|
-
"gap": "lg",
|
|
530
528
|
"children": [
|
|
531
529
|
{
|
|
532
|
-
"type": "stack",
|
|
533
|
-
"direction": "horizontal",
|
|
534
530
|
"children": [
|
|
535
531
|
{
|
|
536
|
-
"
|
|
537
|
-
"
|
|
532
|
+
"type": "icon",
|
|
533
|
+
"name": "alert-triangle"
|
|
538
534
|
},
|
|
539
535
|
{
|
|
536
|
+
"content": "Token Usage",
|
|
540
537
|
"type": "typography",
|
|
541
|
-
"variant": "h2"
|
|
542
|
-
"content": "Token Usage"
|
|
538
|
+
"variant": "h2"
|
|
543
539
|
},
|
|
544
540
|
{
|
|
545
|
-
"variant": "warning",
|
|
546
541
|
"label": "Warning",
|
|
547
|
-
"type": "badge"
|
|
542
|
+
"type": "badge",
|
|
543
|
+
"variant": "warning"
|
|
548
544
|
}
|
|
549
545
|
],
|
|
546
|
+
"type": "stack",
|
|
550
547
|
"gap": "sm",
|
|
548
|
+
"direction": "horizontal",
|
|
551
549
|
"align": "center"
|
|
552
550
|
},
|
|
553
551
|
{
|
|
@@ -559,12 +557,14 @@
|
|
|
559
557
|
"message": "Token usage approaching limit. Consider compacting."
|
|
560
558
|
},
|
|
561
559
|
{
|
|
562
|
-
"max": "@entity.max",
|
|
563
560
|
"type": "progress-bar",
|
|
561
|
+
"max": "@entity.max",
|
|
564
562
|
"value": "@entity.current"
|
|
565
563
|
},
|
|
566
564
|
{
|
|
567
565
|
"type": "stack",
|
|
566
|
+
"direction": "horizontal",
|
|
567
|
+
"gap": "md",
|
|
568
568
|
"children": [
|
|
569
569
|
{
|
|
570
570
|
"value": "@entity.current",
|
|
@@ -573,35 +573,35 @@
|
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
575
|
"label": "Max Tokens",
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"type": "stat-display",
|
|
577
|
+
"value": "@entity.max"
|
|
578
578
|
}
|
|
579
|
-
]
|
|
580
|
-
"direction": "horizontal",
|
|
581
|
-
"gap": "md"
|
|
579
|
+
]
|
|
582
580
|
},
|
|
583
581
|
{
|
|
582
|
+
"direction": "horizontal",
|
|
584
583
|
"children": [
|
|
585
584
|
{
|
|
586
|
-
"
|
|
587
|
-
"variant": "primary",
|
|
588
|
-
"icon": "minimize-2",
|
|
585
|
+
"type": "button",
|
|
589
586
|
"label": "Compact",
|
|
590
|
-
"
|
|
587
|
+
"variant": "primary",
|
|
588
|
+
"action": "COMPACT",
|
|
589
|
+
"icon": "minimize-2"
|
|
591
590
|
},
|
|
592
591
|
{
|
|
593
592
|
"icon": "rotate-ccw",
|
|
594
|
-
"
|
|
595
|
-
"type": "button",
|
|
593
|
+
"variant": "ghost",
|
|
596
594
|
"label": "Reset",
|
|
597
|
-
"
|
|
595
|
+
"type": "button",
|
|
596
|
+
"action": "RESET"
|
|
598
597
|
}
|
|
599
598
|
],
|
|
600
599
|
"type": "stack",
|
|
601
|
-
"gap": "sm"
|
|
602
|
-
"direction": "horizontal"
|
|
600
|
+
"gap": "sm"
|
|
603
601
|
}
|
|
604
602
|
],
|
|
603
|
+
"direction": "vertical",
|
|
604
|
+
"gap": "lg",
|
|
605
605
|
"type": "stack"
|
|
606
606
|
}
|
|
607
607
|
]
|
|
@@ -630,37 +630,36 @@
|
|
|
630
630
|
"render-ui",
|
|
631
631
|
"main",
|
|
632
632
|
{
|
|
633
|
-
"type": "stack",
|
|
634
633
|
"children": [
|
|
635
634
|
{
|
|
635
|
+
"type": "stack",
|
|
636
636
|
"direction": "horizontal",
|
|
637
|
+
"align": "center",
|
|
638
|
+
"gap": "sm",
|
|
637
639
|
"children": [
|
|
638
640
|
{
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
+
"name": "alert-octagon",
|
|
642
|
+
"type": "icon"
|
|
641
643
|
},
|
|
642
644
|
{
|
|
643
|
-
"content": "Token Usage",
|
|
644
645
|
"type": "typography",
|
|
646
|
+
"content": "Token Usage",
|
|
645
647
|
"variant": "h2"
|
|
646
648
|
},
|
|
647
649
|
{
|
|
648
|
-
"type": "badge",
|
|
649
650
|
"label": "Critical",
|
|
651
|
+
"type": "badge",
|
|
650
652
|
"variant": "danger"
|
|
651
653
|
}
|
|
652
|
-
]
|
|
653
|
-
"align": "center",
|
|
654
|
-
"type": "stack",
|
|
655
|
-
"gap": "sm"
|
|
654
|
+
]
|
|
656
655
|
},
|
|
657
656
|
{
|
|
658
657
|
"type": "divider"
|
|
659
658
|
},
|
|
660
659
|
{
|
|
661
660
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
662
|
-
"
|
|
663
|
-
"
|
|
661
|
+
"type": "alert",
|
|
662
|
+
"variant": "error"
|
|
664
663
|
},
|
|
665
664
|
{
|
|
666
665
|
"max": "@entity.max",
|
|
@@ -669,45 +668,46 @@
|
|
|
669
668
|
},
|
|
670
669
|
{
|
|
671
670
|
"type": "stack",
|
|
672
|
-
"gap": "md",
|
|
673
|
-
"direction": "horizontal",
|
|
674
671
|
"children": [
|
|
675
672
|
{
|
|
676
|
-
"
|
|
673
|
+
"type": "stat-display",
|
|
677
674
|
"value": "@entity.current",
|
|
678
|
-
"
|
|
675
|
+
"label": "Tokens Used"
|
|
679
676
|
},
|
|
680
677
|
{
|
|
681
678
|
"type": "stat-display",
|
|
682
|
-
"
|
|
683
|
-
"
|
|
679
|
+
"value": "@entity.max",
|
|
680
|
+
"label": "Max Tokens"
|
|
684
681
|
}
|
|
685
|
-
]
|
|
682
|
+
],
|
|
683
|
+
"direction": "horizontal",
|
|
684
|
+
"gap": "md"
|
|
686
685
|
},
|
|
687
686
|
{
|
|
688
|
-
"direction": "horizontal",
|
|
689
687
|
"children": [
|
|
690
688
|
{
|
|
689
|
+
"type": "button",
|
|
690
|
+
"label": "Compact Now",
|
|
691
691
|
"action": "COMPACT",
|
|
692
692
|
"variant": "primary",
|
|
693
|
-
"
|
|
694
|
-
"icon": "minimize-2",
|
|
695
|
-
"type": "button"
|
|
693
|
+
"icon": "minimize-2"
|
|
696
694
|
},
|
|
697
695
|
{
|
|
696
|
+
"action": "RESET",
|
|
697
|
+
"icon": "rotate-ccw",
|
|
698
698
|
"type": "button",
|
|
699
699
|
"variant": "ghost",
|
|
700
|
-
"icon": "rotate-ccw",
|
|
701
|
-
"action": "RESET",
|
|
702
700
|
"label": "Reset"
|
|
703
701
|
}
|
|
704
702
|
],
|
|
703
|
+
"direction": "horizontal",
|
|
705
704
|
"gap": "sm",
|
|
706
705
|
"type": "stack"
|
|
707
706
|
}
|
|
708
707
|
],
|
|
708
|
+
"direction": "vertical",
|
|
709
709
|
"gap": "lg",
|
|
710
|
-
"
|
|
710
|
+
"type": "stack"
|
|
711
711
|
}
|
|
712
712
|
]
|
|
713
713
|
]
|
|
@@ -732,39 +732,42 @@
|
|
|
732
732
|
"render-ui",
|
|
733
733
|
"main",
|
|
734
734
|
{
|
|
735
|
+
"direction": "vertical",
|
|
735
736
|
"gap": "lg",
|
|
737
|
+
"type": "stack",
|
|
736
738
|
"children": [
|
|
737
739
|
{
|
|
738
|
-
"
|
|
739
|
-
"align": "center",
|
|
740
|
-
"type": "stack",
|
|
740
|
+
"gap": "sm",
|
|
741
741
|
"children": [
|
|
742
742
|
{
|
|
743
|
-
"
|
|
744
|
-
"
|
|
743
|
+
"type": "icon",
|
|
744
|
+
"name": "gauge"
|
|
745
745
|
},
|
|
746
746
|
{
|
|
747
|
-
"variant": "h2",
|
|
748
747
|
"content": "Token Usage",
|
|
749
|
-
"type": "typography"
|
|
748
|
+
"type": "typography",
|
|
749
|
+
"variant": "h2"
|
|
750
750
|
},
|
|
751
751
|
{
|
|
752
|
-
"type": "badge",
|
|
753
752
|
"label": "Normal",
|
|
754
|
-
"variant": "default"
|
|
753
|
+
"variant": "default",
|
|
754
|
+
"type": "badge"
|
|
755
755
|
}
|
|
756
756
|
],
|
|
757
|
-
"
|
|
757
|
+
"direction": "horizontal",
|
|
758
|
+
"type": "stack",
|
|
759
|
+
"align": "center"
|
|
758
760
|
},
|
|
759
761
|
{
|
|
760
762
|
"type": "divider"
|
|
761
763
|
},
|
|
762
764
|
{
|
|
765
|
+
"type": "progress-bar",
|
|
763
766
|
"value": "@entity.current",
|
|
764
|
-
"max": "@entity.max"
|
|
765
|
-
"type": "progress-bar"
|
|
767
|
+
"max": "@entity.max"
|
|
766
768
|
},
|
|
767
769
|
{
|
|
770
|
+
"type": "stack",
|
|
768
771
|
"children": [
|
|
769
772
|
{
|
|
770
773
|
"value": "@entity.current",
|
|
@@ -772,25 +775,22 @@
|
|
|
772
775
|
"label": "Tokens Used"
|
|
773
776
|
},
|
|
774
777
|
{
|
|
775
|
-
"value": "@entity.max",
|
|
776
778
|
"type": "stat-display",
|
|
779
|
+
"value": "@entity.max",
|
|
777
780
|
"label": "Max Tokens"
|
|
778
781
|
}
|
|
779
782
|
],
|
|
780
|
-
"direction": "horizontal",
|
|
781
783
|
"gap": "md",
|
|
782
|
-
"
|
|
784
|
+
"direction": "horizontal"
|
|
783
785
|
},
|
|
784
786
|
{
|
|
785
|
-
"label": "Reset",
|
|
786
787
|
"variant": "ghost",
|
|
787
788
|
"action": "RESET",
|
|
789
|
+
"label": "Reset",
|
|
788
790
|
"type": "button",
|
|
789
791
|
"icon": "rotate-ccw"
|
|
790
792
|
}
|
|
791
|
-
]
|
|
792
|
-
"type": "stack",
|
|
793
|
-
"direction": "vertical"
|
|
793
|
+
]
|
|
794
794
|
}
|
|
795
795
|
]
|
|
796
796
|
]
|
|
@@ -809,17 +809,14 @@
|
|
|
809
809
|
"render-ui",
|
|
810
810
|
"main",
|
|
811
811
|
{
|
|
812
|
-
"gap": "lg",
|
|
813
812
|
"children": [
|
|
814
813
|
{
|
|
815
|
-
"gap": "sm",
|
|
816
814
|
"type": "stack",
|
|
817
815
|
"direction": "horizontal",
|
|
818
|
-
"align": "center",
|
|
819
816
|
"children": [
|
|
820
817
|
{
|
|
821
|
-
"
|
|
822
|
-
"
|
|
818
|
+
"name": "gauge",
|
|
819
|
+
"type": "icon"
|
|
823
820
|
},
|
|
824
821
|
{
|
|
825
822
|
"content": "Token Usage",
|
|
@@ -827,11 +824,13 @@
|
|
|
827
824
|
"variant": "h2"
|
|
828
825
|
},
|
|
829
826
|
{
|
|
830
|
-
"type": "badge",
|
|
831
827
|
"label": "Normal",
|
|
828
|
+
"type": "badge",
|
|
832
829
|
"variant": "default"
|
|
833
830
|
}
|
|
834
|
-
]
|
|
831
|
+
],
|
|
832
|
+
"align": "center",
|
|
833
|
+
"gap": "sm"
|
|
835
834
|
},
|
|
836
835
|
{
|
|
837
836
|
"type": "divider"
|
|
@@ -842,31 +841,32 @@
|
|
|
842
841
|
"value": "@entity.current"
|
|
843
842
|
},
|
|
844
843
|
{
|
|
844
|
+
"gap": "md",
|
|
845
|
+
"type": "stack",
|
|
846
|
+
"direction": "horizontal",
|
|
845
847
|
"children": [
|
|
846
848
|
{
|
|
847
|
-
"value": "@entity.current",
|
|
848
849
|
"type": "stat-display",
|
|
850
|
+
"value": "@entity.current",
|
|
849
851
|
"label": "Tokens Used"
|
|
850
852
|
},
|
|
851
853
|
{
|
|
852
|
-
"
|
|
854
|
+
"type": "stat-display",
|
|
853
855
|
"value": "@entity.max",
|
|
854
|
-
"
|
|
856
|
+
"label": "Max Tokens"
|
|
855
857
|
}
|
|
856
|
-
]
|
|
857
|
-
"direction": "horizontal",
|
|
858
|
-
"gap": "md",
|
|
859
|
-
"type": "stack"
|
|
858
|
+
]
|
|
860
859
|
},
|
|
861
860
|
{
|
|
862
|
-
"label": "Reset",
|
|
863
861
|
"variant": "ghost",
|
|
864
|
-
"type": "button",
|
|
865
862
|
"action": "RESET",
|
|
863
|
+
"type": "button",
|
|
864
|
+
"label": "Reset",
|
|
866
865
|
"icon": "rotate-ccw"
|
|
867
866
|
}
|
|
868
867
|
],
|
|
869
868
|
"direction": "vertical",
|
|
869
|
+
"gap": "lg",
|
|
870
870
|
"type": "stack"
|
|
871
871
|
}
|
|
872
872
|
]
|
|
@@ -912,11 +912,11 @@
|
|
|
912
912
|
"children": [
|
|
913
913
|
{
|
|
914
914
|
"type": "stack",
|
|
915
|
-
"
|
|
915
|
+
"align": "center",
|
|
916
916
|
"children": [
|
|
917
917
|
{
|
|
918
|
-
"
|
|
919
|
-
"
|
|
918
|
+
"name": "alert-triangle",
|
|
919
|
+
"type": "icon"
|
|
920
920
|
},
|
|
921
921
|
{
|
|
922
922
|
"variant": "h2",
|
|
@@ -930,58 +930,58 @@
|
|
|
930
930
|
}
|
|
931
931
|
],
|
|
932
932
|
"direction": "horizontal",
|
|
933
|
-
"
|
|
933
|
+
"gap": "sm"
|
|
934
934
|
},
|
|
935
935
|
{
|
|
936
936
|
"type": "divider"
|
|
937
937
|
},
|
|
938
938
|
{
|
|
939
|
-
"variant": "warning",
|
|
940
939
|
"type": "alert",
|
|
940
|
+
"variant": "warning",
|
|
941
941
|
"message": "Token usage approaching limit. Consider compacting."
|
|
942
942
|
},
|
|
943
943
|
{
|
|
944
944
|
"max": "@entity.max",
|
|
945
|
-
"
|
|
946
|
-
"
|
|
945
|
+
"value": "@entity.current",
|
|
946
|
+
"type": "progress-bar"
|
|
947
947
|
},
|
|
948
948
|
{
|
|
949
|
-
"direction": "horizontal",
|
|
950
949
|
"gap": "md",
|
|
950
|
+
"type": "stack",
|
|
951
|
+
"direction": "horizontal",
|
|
951
952
|
"children": [
|
|
952
953
|
{
|
|
953
954
|
"label": "Tokens Used",
|
|
954
|
-
"
|
|
955
|
-
"
|
|
955
|
+
"value": "@entity.current",
|
|
956
|
+
"type": "stat-display"
|
|
956
957
|
},
|
|
957
958
|
{
|
|
958
|
-
"
|
|
959
|
+
"value": "@entity.max",
|
|
959
960
|
"label": "Max Tokens",
|
|
960
|
-
"
|
|
961
|
+
"type": "stat-display"
|
|
961
962
|
}
|
|
962
|
-
]
|
|
963
|
-
"type": "stack"
|
|
963
|
+
]
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
966
|
"type": "stack",
|
|
967
|
-
"gap": "sm",
|
|
968
967
|
"direction": "horizontal",
|
|
969
968
|
"children": [
|
|
970
969
|
{
|
|
970
|
+
"type": "button",
|
|
971
971
|
"variant": "primary",
|
|
972
|
-
"icon": "minimize-2",
|
|
973
972
|
"label": "Compact",
|
|
974
|
-
"
|
|
975
|
-
"
|
|
973
|
+
"icon": "minimize-2",
|
|
974
|
+
"action": "COMPACT"
|
|
976
975
|
},
|
|
977
976
|
{
|
|
978
|
-
"variant": "ghost",
|
|
979
977
|
"action": "RESET",
|
|
980
|
-
"
|
|
978
|
+
"variant": "ghost",
|
|
981
979
|
"icon": "rotate-ccw",
|
|
982
|
-
"type": "button"
|
|
980
|
+
"type": "button",
|
|
981
|
+
"label": "Reset"
|
|
983
982
|
}
|
|
984
|
-
]
|
|
983
|
+
],
|
|
984
|
+
"gap": "sm"
|
|
985
985
|
}
|
|
986
986
|
],
|
|
987
987
|
"type": "stack"
|
|
@@ -1013,30 +1013,29 @@
|
|
|
1013
1013
|
"main",
|
|
1014
1014
|
{
|
|
1015
1015
|
"direction": "vertical",
|
|
1016
|
-
"gap": "lg",
|
|
1017
1016
|
"type": "stack",
|
|
1018
1017
|
"children": [
|
|
1019
1018
|
{
|
|
1020
|
-
"direction": "horizontal",
|
|
1021
|
-
"gap": "sm",
|
|
1022
|
-
"type": "stack",
|
|
1023
|
-
"align": "center",
|
|
1024
1019
|
"children": [
|
|
1025
1020
|
{
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1021
|
+
"name": "alert-octagon",
|
|
1022
|
+
"type": "icon"
|
|
1028
1023
|
},
|
|
1029
1024
|
{
|
|
1030
|
-
"variant": "h2",
|
|
1031
1025
|
"type": "typography",
|
|
1032
|
-
"content": "Token Usage"
|
|
1026
|
+
"content": "Token Usage",
|
|
1027
|
+
"variant": "h2"
|
|
1033
1028
|
},
|
|
1034
1029
|
{
|
|
1035
1030
|
"variant": "danger",
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1031
|
+
"label": "Critical",
|
|
1032
|
+
"type": "badge"
|
|
1038
1033
|
}
|
|
1039
|
-
]
|
|
1034
|
+
],
|
|
1035
|
+
"type": "stack",
|
|
1036
|
+
"align": "center",
|
|
1037
|
+
"direction": "horizontal",
|
|
1038
|
+
"gap": "sm"
|
|
1040
1039
|
},
|
|
1041
1040
|
{
|
|
1042
1041
|
"type": "divider"
|
|
@@ -1047,49 +1046,50 @@
|
|
|
1047
1046
|
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1048
1047
|
},
|
|
1049
1048
|
{
|
|
1050
|
-
"
|
|
1049
|
+
"max": "@entity.max",
|
|
1051
1050
|
"value": "@entity.current",
|
|
1052
|
-
"
|
|
1051
|
+
"type": "progress-bar"
|
|
1053
1052
|
},
|
|
1054
1053
|
{
|
|
1055
|
-
"type": "stack",
|
|
1056
1054
|
"children": [
|
|
1057
1055
|
{
|
|
1058
1056
|
"type": "stat-display",
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
1057
|
+
"value": "@entity.current",
|
|
1058
|
+
"label": "Tokens Used"
|
|
1061
1059
|
},
|
|
1062
1060
|
{
|
|
1063
1061
|
"type": "stat-display",
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1062
|
+
"label": "Max Tokens",
|
|
1063
|
+
"value": "@entity.max"
|
|
1066
1064
|
}
|
|
1067
1065
|
],
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1066
|
+
"gap": "md",
|
|
1067
|
+
"type": "stack",
|
|
1068
|
+
"direction": "horizontal"
|
|
1070
1069
|
},
|
|
1071
1070
|
{
|
|
1072
1071
|
"children": [
|
|
1073
1072
|
{
|
|
1074
1073
|
"variant": "primary",
|
|
1075
|
-
"icon": "minimize-2",
|
|
1076
1074
|
"label": "Compact Now",
|
|
1075
|
+
"action": "COMPACT",
|
|
1077
1076
|
"type": "button",
|
|
1078
|
-
"
|
|
1077
|
+
"icon": "minimize-2"
|
|
1079
1078
|
},
|
|
1080
1079
|
{
|
|
1081
1080
|
"icon": "rotate-ccw",
|
|
1082
|
-
"
|
|
1083
|
-
"label": "Reset",
|
|
1081
|
+
"action": "RESET",
|
|
1084
1082
|
"variant": "ghost",
|
|
1085
|
-
"
|
|
1083
|
+
"label": "Reset",
|
|
1084
|
+
"type": "button"
|
|
1086
1085
|
}
|
|
1087
1086
|
],
|
|
1088
1087
|
"gap": "sm",
|
|
1089
1088
|
"direction": "horizontal",
|
|
1090
1089
|
"type": "stack"
|
|
1091
1090
|
}
|
|
1092
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"gap": "lg"
|
|
1093
1093
|
}
|
|
1094
1094
|
]
|
|
1095
1095
|
]
|
|
@@ -1117,65 +1117,65 @@
|
|
|
1117
1117
|
"render-ui",
|
|
1118
1118
|
"main",
|
|
1119
1119
|
{
|
|
1120
|
-
"
|
|
1120
|
+
"type": "stack",
|
|
1121
1121
|
"children": [
|
|
1122
1122
|
{
|
|
1123
|
+
"align": "center",
|
|
1123
1124
|
"children": [
|
|
1124
1125
|
{
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1126
|
+
"type": "icon",
|
|
1127
|
+
"name": "gauge"
|
|
1127
1128
|
},
|
|
1128
1129
|
{
|
|
1129
|
-
"type": "typography",
|
|
1130
1130
|
"content": "Token Usage",
|
|
1131
|
+
"type": "typography",
|
|
1131
1132
|
"variant": "h2"
|
|
1132
1133
|
},
|
|
1133
1134
|
{
|
|
1135
|
+
"label": "Normal",
|
|
1134
1136
|
"type": "badge",
|
|
1135
|
-
"variant": "default"
|
|
1136
|
-
"label": "Normal"
|
|
1137
|
+
"variant": "default"
|
|
1137
1138
|
}
|
|
1138
1139
|
],
|
|
1139
|
-
"
|
|
1140
|
+
"direction": "horizontal",
|
|
1140
1141
|
"gap": "sm",
|
|
1141
|
-
"
|
|
1142
|
-
"direction": "horizontal"
|
|
1142
|
+
"type": "stack"
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
1145
|
"type": "divider"
|
|
1146
1146
|
},
|
|
1147
1147
|
{
|
|
1148
|
+
"max": "@entity.max",
|
|
1148
1149
|
"type": "progress-bar",
|
|
1149
|
-
"value": "@entity.current"
|
|
1150
|
-
"max": "@entity.max"
|
|
1150
|
+
"value": "@entity.current"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"
|
|
1153
|
+
"type": "stack",
|
|
1154
1154
|
"children": [
|
|
1155
1155
|
{
|
|
1156
|
-
"type": "stat-display",
|
|
1157
1156
|
"label": "Tokens Used",
|
|
1157
|
+
"type": "stat-display",
|
|
1158
1158
|
"value": "@entity.current"
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
|
-
"
|
|
1161
|
+
"value": "@entity.max",
|
|
1162
1162
|
"label": "Max Tokens",
|
|
1163
|
-
"
|
|
1163
|
+
"type": "stat-display"
|
|
1164
1164
|
}
|
|
1165
1165
|
],
|
|
1166
1166
|
"direction": "horizontal",
|
|
1167
|
-
"
|
|
1167
|
+
"gap": "md"
|
|
1168
1168
|
},
|
|
1169
1169
|
{
|
|
1170
|
-
"type": "button",
|
|
1171
|
-
"label": "Reset",
|
|
1172
1170
|
"icon": "rotate-ccw",
|
|
1171
|
+
"action": "RESET",
|
|
1172
|
+
"type": "button",
|
|
1173
1173
|
"variant": "ghost",
|
|
1174
|
-
"
|
|
1174
|
+
"label": "Reset"
|
|
1175
1175
|
}
|
|
1176
1176
|
],
|
|
1177
1177
|
"direction": "vertical",
|
|
1178
|
-
"
|
|
1178
|
+
"gap": "lg"
|
|
1179
1179
|
}
|
|
1180
1180
|
]
|
|
1181
1181
|
]
|
|
@@ -1200,65 +1200,65 @@
|
|
|
1200
1200
|
"render-ui",
|
|
1201
1201
|
"main",
|
|
1202
1202
|
{
|
|
1203
|
+
"direction": "vertical",
|
|
1204
|
+
"gap": "lg",
|
|
1205
|
+
"type": "stack",
|
|
1203
1206
|
"children": [
|
|
1204
1207
|
{
|
|
1205
|
-
"gap": "sm",
|
|
1206
1208
|
"align": "center",
|
|
1209
|
+
"gap": "sm",
|
|
1207
1210
|
"direction": "horizontal",
|
|
1211
|
+
"type": "stack",
|
|
1208
1212
|
"children": [
|
|
1209
1213
|
{
|
|
1210
1214
|
"name": "gauge",
|
|
1211
1215
|
"type": "icon"
|
|
1212
1216
|
},
|
|
1213
1217
|
{
|
|
1214
|
-
"
|
|
1218
|
+
"content": "Token Usage",
|
|
1215
1219
|
"variant": "h2",
|
|
1216
|
-
"
|
|
1220
|
+
"type": "typography"
|
|
1217
1221
|
},
|
|
1218
1222
|
{
|
|
1219
|
-
"
|
|
1223
|
+
"type": "badge",
|
|
1220
1224
|
"variant": "default",
|
|
1221
|
-
"
|
|
1225
|
+
"label": "Normal"
|
|
1222
1226
|
}
|
|
1223
|
-
]
|
|
1224
|
-
"type": "stack"
|
|
1227
|
+
]
|
|
1225
1228
|
},
|
|
1226
1229
|
{
|
|
1227
1230
|
"type": "divider"
|
|
1228
1231
|
},
|
|
1229
1232
|
{
|
|
1230
1233
|
"max": "@entity.max",
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1234
|
+
"value": "@entity.current",
|
|
1235
|
+
"type": "progress-bar"
|
|
1233
1236
|
},
|
|
1234
1237
|
{
|
|
1235
|
-
"type": "stack",
|
|
1236
1238
|
"children": [
|
|
1237
1239
|
{
|
|
1240
|
+
"type": "stat-display",
|
|
1238
1241
|
"label": "Tokens Used",
|
|
1239
|
-
"value": "@entity.current"
|
|
1240
|
-
"type": "stat-display"
|
|
1242
|
+
"value": "@entity.current"
|
|
1241
1243
|
},
|
|
1242
1244
|
{
|
|
1245
|
+
"label": "Max Tokens",
|
|
1243
1246
|
"value": "@entity.max",
|
|
1244
|
-
"type": "stat-display"
|
|
1245
|
-
"label": "Max Tokens"
|
|
1247
|
+
"type": "stat-display"
|
|
1246
1248
|
}
|
|
1247
1249
|
],
|
|
1248
1250
|
"direction": "horizontal",
|
|
1251
|
+
"type": "stack",
|
|
1249
1252
|
"gap": "md"
|
|
1250
1253
|
},
|
|
1251
1254
|
{
|
|
1255
|
+
"type": "button",
|
|
1256
|
+
"icon": "rotate-ccw",
|
|
1252
1257
|
"variant": "ghost",
|
|
1253
1258
|
"action": "RESET",
|
|
1254
|
-
"label": "Reset"
|
|
1255
|
-
"type": "button",
|
|
1256
|
-
"icon": "rotate-ccw"
|
|
1259
|
+
"label": "Reset"
|
|
1257
1260
|
}
|
|
1258
|
-
]
|
|
1259
|
-
"type": "stack",
|
|
1260
|
-
"gap": "lg",
|
|
1261
|
-
"direction": "vertical"
|
|
1261
|
+
]
|
|
1262
1262
|
}
|
|
1263
1263
|
]
|
|
1264
1264
|
]
|
|
@@ -1277,64 +1277,64 @@
|
|
|
1277
1277
|
"render-ui",
|
|
1278
1278
|
"main",
|
|
1279
1279
|
{
|
|
1280
|
-
"gap": "lg",
|
|
1281
1280
|
"children": [
|
|
1282
1281
|
{
|
|
1283
|
-
"gap": "sm",
|
|
1284
|
-
"type": "stack",
|
|
1285
|
-
"direction": "horizontal",
|
|
1286
|
-
"align": "center",
|
|
1287
1282
|
"children": [
|
|
1288
1283
|
{
|
|
1289
1284
|
"type": "icon",
|
|
1290
1285
|
"name": "gauge"
|
|
1291
1286
|
},
|
|
1292
1287
|
{
|
|
1288
|
+
"content": "Token Usage",
|
|
1293
1289
|
"variant": "h2",
|
|
1294
|
-
"type": "typography"
|
|
1295
|
-
"content": "Token Usage"
|
|
1290
|
+
"type": "typography"
|
|
1296
1291
|
},
|
|
1297
1292
|
{
|
|
1293
|
+
"label": "Normal",
|
|
1298
1294
|
"variant": "default",
|
|
1299
|
-
"type": "badge"
|
|
1300
|
-
"label": "Normal"
|
|
1295
|
+
"type": "badge"
|
|
1301
1296
|
}
|
|
1302
|
-
]
|
|
1297
|
+
],
|
|
1298
|
+
"align": "center",
|
|
1299
|
+
"gap": "sm",
|
|
1300
|
+
"type": "stack",
|
|
1301
|
+
"direction": "horizontal"
|
|
1303
1302
|
},
|
|
1304
1303
|
{
|
|
1305
1304
|
"type": "divider"
|
|
1306
1305
|
},
|
|
1307
1306
|
{
|
|
1307
|
+
"max": "@entity.max",
|
|
1308
1308
|
"type": "progress-bar",
|
|
1309
|
-
"value": "@entity.current"
|
|
1310
|
-
"max": "@entity.max"
|
|
1309
|
+
"value": "@entity.current"
|
|
1311
1310
|
},
|
|
1312
1311
|
{
|
|
1313
1312
|
"gap": "md",
|
|
1314
|
-
"type": "stack",
|
|
1315
1313
|
"direction": "horizontal",
|
|
1316
1314
|
"children": [
|
|
1317
1315
|
{
|
|
1318
1316
|
"label": "Tokens Used",
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1317
|
+
"type": "stat-display",
|
|
1318
|
+
"value": "@entity.current"
|
|
1321
1319
|
},
|
|
1322
1320
|
{
|
|
1323
|
-
"value": "@entity.max",
|
|
1324
1321
|
"type": "stat-display",
|
|
1322
|
+
"value": "@entity.max",
|
|
1325
1323
|
"label": "Max Tokens"
|
|
1326
1324
|
}
|
|
1327
|
-
]
|
|
1325
|
+
],
|
|
1326
|
+
"type": "stack"
|
|
1328
1327
|
},
|
|
1329
1328
|
{
|
|
1330
|
-
"icon": "rotate-ccw",
|
|
1331
|
-
"label": "Reset",
|
|
1332
1329
|
"action": "RESET",
|
|
1330
|
+
"icon": "rotate-ccw",
|
|
1333
1331
|
"type": "button",
|
|
1332
|
+
"label": "Reset",
|
|
1334
1333
|
"variant": "ghost"
|
|
1335
1334
|
}
|
|
1336
1335
|
],
|
|
1337
1336
|
"direction": "vertical",
|
|
1337
|
+
"gap": "lg",
|
|
1338
1338
|
"type": "stack"
|
|
1339
1339
|
}
|
|
1340
1340
|
]
|
|
@@ -1363,36 +1363,38 @@
|
|
|
1363
1363
|
"render-ui",
|
|
1364
1364
|
"main",
|
|
1365
1365
|
{
|
|
1366
|
+
"gap": "lg",
|
|
1367
|
+
"type": "stack",
|
|
1366
1368
|
"children": [
|
|
1367
1369
|
{
|
|
1368
1370
|
"direction": "horizontal",
|
|
1369
|
-
"type": "stack",
|
|
1370
|
-
"gap": "sm",
|
|
1371
1371
|
"children": [
|
|
1372
1372
|
{
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1373
|
+
"type": "icon",
|
|
1374
|
+
"name": "alert-octagon"
|
|
1375
1375
|
},
|
|
1376
1376
|
{
|
|
1377
|
-
"variant": "h2",
|
|
1378
1377
|
"type": "typography",
|
|
1378
|
+
"variant": "h2",
|
|
1379
1379
|
"content": "Token Usage"
|
|
1380
1380
|
},
|
|
1381
1381
|
{
|
|
1382
|
-
"label": "Critical",
|
|
1383
1382
|
"type": "badge",
|
|
1384
|
-
"variant": "danger"
|
|
1383
|
+
"variant": "danger",
|
|
1384
|
+
"label": "Critical"
|
|
1385
1385
|
}
|
|
1386
1386
|
],
|
|
1387
|
+
"gap": "sm",
|
|
1388
|
+
"type": "stack",
|
|
1387
1389
|
"align": "center"
|
|
1388
1390
|
},
|
|
1389
1391
|
{
|
|
1390
1392
|
"type": "divider"
|
|
1391
1393
|
},
|
|
1392
1394
|
{
|
|
1393
|
-
"variant": "error",
|
|
1394
1395
|
"type": "alert",
|
|
1395
|
-
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1396
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
1397
|
+
"variant": "error"
|
|
1396
1398
|
},
|
|
1397
1399
|
{
|
|
1398
1400
|
"max": "@entity.max",
|
|
@@ -1400,47 +1402,45 @@
|
|
|
1400
1402
|
"value": "@entity.current"
|
|
1401
1403
|
},
|
|
1402
1404
|
{
|
|
1405
|
+
"direction": "horizontal",
|
|
1403
1406
|
"gap": "md",
|
|
1407
|
+
"type": "stack",
|
|
1404
1408
|
"children": [
|
|
1405
1409
|
{
|
|
1406
1410
|
"label": "Tokens Used",
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1411
|
+
"type": "stat-display",
|
|
1412
|
+
"value": "@entity.current"
|
|
1409
1413
|
},
|
|
1410
1414
|
{
|
|
1411
|
-
"
|
|
1415
|
+
"label": "Max Tokens",
|
|
1412
1416
|
"type": "stat-display",
|
|
1413
|
-
"
|
|
1417
|
+
"value": "@entity.max"
|
|
1414
1418
|
}
|
|
1415
|
-
]
|
|
1416
|
-
"direction": "horizontal",
|
|
1417
|
-
"type": "stack"
|
|
1419
|
+
]
|
|
1418
1420
|
},
|
|
1419
1421
|
{
|
|
1420
|
-
"
|
|
1422
|
+
"direction": "horizontal",
|
|
1421
1423
|
"children": [
|
|
1422
1424
|
{
|
|
1423
|
-
"label": "Compact Now",
|
|
1424
|
-
"action": "COMPACT",
|
|
1425
1425
|
"icon": "minimize-2",
|
|
1426
1426
|
"type": "button",
|
|
1427
|
-
"variant": "primary"
|
|
1427
|
+
"variant": "primary",
|
|
1428
|
+
"action": "COMPACT",
|
|
1429
|
+
"label": "Compact Now"
|
|
1428
1430
|
},
|
|
1429
1431
|
{
|
|
1430
1432
|
"variant": "ghost",
|
|
1433
|
+
"action": "RESET",
|
|
1431
1434
|
"icon": "rotate-ccw",
|
|
1432
|
-
"type": "button",
|
|
1433
1435
|
"label": "Reset",
|
|
1434
|
-
"
|
|
1436
|
+
"type": "button"
|
|
1435
1437
|
}
|
|
1436
1438
|
],
|
|
1437
1439
|
"type": "stack",
|
|
1438
|
-
"
|
|
1440
|
+
"gap": "sm"
|
|
1439
1441
|
}
|
|
1440
1442
|
],
|
|
1441
|
-
"direction": "vertical"
|
|
1442
|
-
"gap": "lg",
|
|
1443
|
-
"type": "stack"
|
|
1443
|
+
"direction": "vertical"
|
|
1444
1444
|
}
|
|
1445
1445
|
]
|
|
1446
1446
|
]
|
|
@@ -1480,84 +1480,84 @@
|
|
|
1480
1480
|
"render-ui",
|
|
1481
1481
|
"main",
|
|
1482
1482
|
{
|
|
1483
|
-
"type": "stack",
|
|
1484
|
-
"gap": "lg",
|
|
1485
|
-
"direction": "vertical",
|
|
1486
1483
|
"children": [
|
|
1487
1484
|
{
|
|
1488
|
-
"direction": "horizontal",
|
|
1489
1485
|
"gap": "sm",
|
|
1486
|
+
"direction": "horizontal",
|
|
1487
|
+
"align": "center",
|
|
1490
1488
|
"children": [
|
|
1491
1489
|
{
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1490
|
+
"name": "alert-triangle",
|
|
1491
|
+
"type": "icon"
|
|
1494
1492
|
},
|
|
1495
1493
|
{
|
|
1496
|
-
"variant": "h2",
|
|
1497
1494
|
"type": "typography",
|
|
1495
|
+
"variant": "h2",
|
|
1498
1496
|
"content": "Token Usage"
|
|
1499
1497
|
},
|
|
1500
1498
|
{
|
|
1499
|
+
"label": "Warning",
|
|
1501
1500
|
"variant": "warning",
|
|
1502
|
-
"type": "badge"
|
|
1503
|
-
"label": "Warning"
|
|
1501
|
+
"type": "badge"
|
|
1504
1502
|
}
|
|
1505
1503
|
],
|
|
1506
|
-
"align": "center",
|
|
1507
1504
|
"type": "stack"
|
|
1508
1505
|
},
|
|
1509
1506
|
{
|
|
1510
1507
|
"type": "divider"
|
|
1511
1508
|
},
|
|
1512
1509
|
{
|
|
1513
|
-
"
|
|
1510
|
+
"variant": "warning",
|
|
1514
1511
|
"message": "Token usage approaching limit. Consider compacting.",
|
|
1515
|
-
"
|
|
1512
|
+
"type": "alert"
|
|
1516
1513
|
},
|
|
1517
1514
|
{
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1515
|
+
"max": "@entity.max",
|
|
1516
|
+
"type": "progress-bar",
|
|
1517
|
+
"value": "@entity.current"
|
|
1521
1518
|
},
|
|
1522
1519
|
{
|
|
1520
|
+
"type": "stack",
|
|
1521
|
+
"gap": "md",
|
|
1522
|
+
"direction": "horizontal",
|
|
1523
1523
|
"children": [
|
|
1524
1524
|
{
|
|
1525
|
-
"
|
|
1525
|
+
"label": "Tokens Used",
|
|
1526
1526
|
"type": "stat-display",
|
|
1527
|
-
"
|
|
1527
|
+
"value": "@entity.current"
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|
|
1530
|
-
"
|
|
1530
|
+
"type": "stat-display",
|
|
1531
1531
|
"label": "Max Tokens",
|
|
1532
|
-
"
|
|
1532
|
+
"value": "@entity.max"
|
|
1533
1533
|
}
|
|
1534
|
-
]
|
|
1535
|
-
"type": "stack",
|
|
1536
|
-
"gap": "md",
|
|
1537
|
-
"direction": "horizontal"
|
|
1534
|
+
]
|
|
1538
1535
|
},
|
|
1539
1536
|
{
|
|
1540
|
-
"type": "stack",
|
|
1541
1537
|
"gap": "sm",
|
|
1542
|
-
"direction": "horizontal",
|
|
1543
1538
|
"children": [
|
|
1544
1539
|
{
|
|
1540
|
+
"variant": "primary",
|
|
1545
1541
|
"type": "button",
|
|
1546
1542
|
"label": "Compact",
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"icon": "minimize-2"
|
|
1543
|
+
"icon": "minimize-2",
|
|
1544
|
+
"action": "COMPACT"
|
|
1550
1545
|
},
|
|
1551
1546
|
{
|
|
1552
|
-
"label": "Reset",
|
|
1553
|
-
"type": "button",
|
|
1554
1547
|
"variant": "ghost",
|
|
1555
1548
|
"icon": "rotate-ccw",
|
|
1556
|
-
"action": "RESET"
|
|
1549
|
+
"action": "RESET",
|
|
1550
|
+
"label": "Reset",
|
|
1551
|
+
"type": "button"
|
|
1557
1552
|
}
|
|
1558
|
-
]
|
|
1553
|
+
],
|
|
1554
|
+
"direction": "horizontal",
|
|
1555
|
+
"type": "stack"
|
|
1559
1556
|
}
|
|
1560
|
-
]
|
|
1557
|
+
],
|
|
1558
|
+
"type": "stack",
|
|
1559
|
+
"gap": "lg",
|
|
1560
|
+
"direction": "vertical"
|
|
1561
1561
|
}
|
|
1562
1562
|
]
|
|
1563
1563
|
]
|
|
@@ -1585,7 +1585,6 @@
|
|
|
1585
1585
|
"render-ui",
|
|
1586
1586
|
"main",
|
|
1587
1587
|
{
|
|
1588
|
-
"gap": "lg",
|
|
1589
1588
|
"type": "stack",
|
|
1590
1589
|
"children": [
|
|
1591
1590
|
{
|
|
@@ -1595,14 +1594,14 @@
|
|
|
1595
1594
|
"name": "gauge"
|
|
1596
1595
|
},
|
|
1597
1596
|
{
|
|
1598
|
-
"
|
|
1597
|
+
"content": "Token Usage",
|
|
1599
1598
|
"type": "typography",
|
|
1600
|
-
"
|
|
1599
|
+
"variant": "h2"
|
|
1601
1600
|
},
|
|
1602
1601
|
{
|
|
1602
|
+
"type": "badge",
|
|
1603
1603
|
"label": "Normal",
|
|
1604
|
-
"variant": "default"
|
|
1605
|
-
"type": "badge"
|
|
1604
|
+
"variant": "default"
|
|
1606
1605
|
}
|
|
1607
1606
|
],
|
|
1608
1607
|
"type": "stack",
|
|
@@ -1615,35 +1614,36 @@
|
|
|
1615
1614
|
},
|
|
1616
1615
|
{
|
|
1617
1616
|
"max": "@entity.max",
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1617
|
+
"type": "progress-bar",
|
|
1618
|
+
"value": "@entity.current"
|
|
1620
1619
|
},
|
|
1621
1620
|
{
|
|
1622
1621
|
"children": [
|
|
1623
1622
|
{
|
|
1623
|
+
"type": "stat-display",
|
|
1624
1624
|
"label": "Tokens Used",
|
|
1625
|
-
"value": "@entity.current"
|
|
1626
|
-
"type": "stat-display"
|
|
1625
|
+
"value": "@entity.current"
|
|
1627
1626
|
},
|
|
1628
1627
|
{
|
|
1629
|
-
"
|
|
1628
|
+
"label": "Max Tokens",
|
|
1630
1629
|
"type": "stat-display",
|
|
1631
|
-
"
|
|
1630
|
+
"value": "@entity.max"
|
|
1632
1631
|
}
|
|
1633
1632
|
],
|
|
1633
|
+
"gap": "md",
|
|
1634
1634
|
"type": "stack",
|
|
1635
|
-
"direction": "horizontal"
|
|
1636
|
-
"gap": "md"
|
|
1635
|
+
"direction": "horizontal"
|
|
1637
1636
|
},
|
|
1638
1637
|
{
|
|
1639
|
-
"variant": "ghost",
|
|
1640
1638
|
"action": "RESET",
|
|
1641
|
-
"
|
|
1639
|
+
"label": "Reset",
|
|
1642
1640
|
"type": "button",
|
|
1643
|
-
"
|
|
1641
|
+
"variant": "ghost",
|
|
1642
|
+
"icon": "rotate-ccw"
|
|
1644
1643
|
}
|
|
1645
1644
|
],
|
|
1646
|
-
"direction": "vertical"
|
|
1645
|
+
"direction": "vertical",
|
|
1646
|
+
"gap": "lg"
|
|
1647
1647
|
}
|
|
1648
1648
|
]
|
|
1649
1649
|
]
|
|
@@ -1668,65 +1668,65 @@
|
|
|
1668
1668
|
"render-ui",
|
|
1669
1669
|
"main",
|
|
1670
1670
|
{
|
|
1671
|
-
"type": "stack",
|
|
1672
|
-
"direction": "vertical",
|
|
1673
|
-
"gap": "lg",
|
|
1674
1671
|
"children": [
|
|
1675
1672
|
{
|
|
1676
|
-
"direction": "horizontal",
|
|
1677
|
-
"type": "stack",
|
|
1678
|
-
"align": "center",
|
|
1679
|
-
"gap": "sm",
|
|
1680
1673
|
"children": [
|
|
1681
1674
|
{
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1675
|
+
"type": "icon",
|
|
1676
|
+
"name": "gauge"
|
|
1684
1677
|
},
|
|
1685
1678
|
{
|
|
1686
|
-
"
|
|
1679
|
+
"content": "Token Usage",
|
|
1687
1680
|
"variant": "h2",
|
|
1688
|
-
"
|
|
1681
|
+
"type": "typography"
|
|
1689
1682
|
},
|
|
1690
1683
|
{
|
|
1691
|
-
"type": "badge",
|
|
1692
1684
|
"label": "Normal",
|
|
1693
|
-
"variant": "default"
|
|
1685
|
+
"variant": "default",
|
|
1686
|
+
"type": "badge"
|
|
1694
1687
|
}
|
|
1695
|
-
]
|
|
1688
|
+
],
|
|
1689
|
+
"gap": "sm",
|
|
1690
|
+
"align": "center",
|
|
1691
|
+
"direction": "horizontal",
|
|
1692
|
+
"type": "stack"
|
|
1696
1693
|
},
|
|
1697
1694
|
{
|
|
1698
1695
|
"type": "divider"
|
|
1699
1696
|
},
|
|
1700
1697
|
{
|
|
1701
|
-
"
|
|
1698
|
+
"value": "@entity.current",
|
|
1702
1699
|
"max": "@entity.max",
|
|
1703
|
-
"
|
|
1700
|
+
"type": "progress-bar"
|
|
1704
1701
|
},
|
|
1705
1702
|
{
|
|
1706
1703
|
"direction": "horizontal",
|
|
1707
1704
|
"children": [
|
|
1708
1705
|
{
|
|
1709
|
-
"type": "stat-display",
|
|
1710
1706
|
"value": "@entity.current",
|
|
1711
|
-
"label": "Tokens Used"
|
|
1707
|
+
"label": "Tokens Used",
|
|
1708
|
+
"type": "stat-display"
|
|
1712
1709
|
},
|
|
1713
1710
|
{
|
|
1714
|
-
"
|
|
1711
|
+
"value": "@entity.max",
|
|
1715
1712
|
"label": "Max Tokens",
|
|
1716
|
-
"
|
|
1713
|
+
"type": "stat-display"
|
|
1717
1714
|
}
|
|
1718
1715
|
],
|
|
1719
1716
|
"gap": "md",
|
|
1720
1717
|
"type": "stack"
|
|
1721
1718
|
},
|
|
1722
1719
|
{
|
|
1723
|
-
"label": "Reset",
|
|
1724
|
-
"icon": "rotate-ccw",
|
|
1725
1720
|
"action": "RESET",
|
|
1721
|
+
"label": "Reset",
|
|
1726
1722
|
"type": "button",
|
|
1723
|
+
"icon": "rotate-ccw",
|
|
1727
1724
|
"variant": "ghost"
|
|
1728
1725
|
}
|
|
1729
|
-
]
|
|
1726
|
+
],
|
|
1727
|
+
"type": "stack",
|
|
1728
|
+
"gap": "lg",
|
|
1729
|
+
"direction": "vertical"
|
|
1730
1730
|
}
|
|
1731
1731
|
]
|
|
1732
1732
|
]
|
|
@@ -1745,41 +1745,42 @@
|
|
|
1745
1745
|
"render-ui",
|
|
1746
1746
|
"main",
|
|
1747
1747
|
{
|
|
1748
|
+
"direction": "vertical",
|
|
1748
1749
|
"children": [
|
|
1749
1750
|
{
|
|
1750
1751
|
"gap": "sm",
|
|
1751
|
-
"type": "stack",
|
|
1752
|
-
"align": "center",
|
|
1753
1752
|
"children": [
|
|
1754
1753
|
{
|
|
1755
1754
|
"type": "icon",
|
|
1756
1755
|
"name": "gauge"
|
|
1757
1756
|
},
|
|
1758
1757
|
{
|
|
1758
|
+
"type": "typography",
|
|
1759
1759
|
"content": "Token Usage",
|
|
1760
|
-
"variant": "h2"
|
|
1761
|
-
"type": "typography"
|
|
1760
|
+
"variant": "h2"
|
|
1762
1761
|
},
|
|
1763
1762
|
{
|
|
1764
1763
|
"variant": "default",
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1764
|
+
"type": "badge",
|
|
1765
|
+
"label": "Normal"
|
|
1767
1766
|
}
|
|
1768
1767
|
],
|
|
1769
|
-
"direction": "horizontal"
|
|
1768
|
+
"direction": "horizontal",
|
|
1769
|
+
"type": "stack",
|
|
1770
|
+
"align": "center"
|
|
1770
1771
|
},
|
|
1771
1772
|
{
|
|
1772
1773
|
"type": "divider"
|
|
1773
1774
|
},
|
|
1774
1775
|
{
|
|
1775
1776
|
"value": "@entity.current",
|
|
1776
|
-
"
|
|
1777
|
-
"
|
|
1777
|
+
"max": "@entity.max",
|
|
1778
|
+
"type": "progress-bar"
|
|
1778
1779
|
},
|
|
1779
1780
|
{
|
|
1780
1781
|
"gap": "md",
|
|
1781
|
-
"type": "stack",
|
|
1782
1782
|
"direction": "horizontal",
|
|
1783
|
+
"type": "stack",
|
|
1783
1784
|
"children": [
|
|
1784
1785
|
{
|
|
1785
1786
|
"label": "Tokens Used",
|
|
@@ -1787,23 +1788,22 @@
|
|
|
1787
1788
|
"value": "@entity.current"
|
|
1788
1789
|
},
|
|
1789
1790
|
{
|
|
1790
|
-
"label": "Max Tokens",
|
|
1791
1791
|
"value": "@entity.max",
|
|
1792
|
-
"type": "stat-display"
|
|
1792
|
+
"type": "stat-display",
|
|
1793
|
+
"label": "Max Tokens"
|
|
1793
1794
|
}
|
|
1794
1795
|
]
|
|
1795
1796
|
},
|
|
1796
1797
|
{
|
|
1797
|
-
"
|
|
1798
|
+
"type": "button",
|
|
1798
1799
|
"icon": "rotate-ccw",
|
|
1799
|
-
"action": "RESET",
|
|
1800
1800
|
"variant": "ghost",
|
|
1801
|
-
"
|
|
1801
|
+
"action": "RESET",
|
|
1802
|
+
"label": "Reset"
|
|
1802
1803
|
}
|
|
1803
1804
|
],
|
|
1804
|
-
"type": "stack",
|
|
1805
1805
|
"gap": "lg",
|
|
1806
|
-
"
|
|
1806
|
+
"type": "stack"
|
|
1807
1807
|
}
|
|
1808
1808
|
]
|
|
1809
1809
|
]
|
|
@@ -2036,60 +2036,60 @@
|
|
|
2036
2036
|
"render-ui",
|
|
2037
2037
|
"main",
|
|
2038
2038
|
{
|
|
2039
|
+
"gap": "lg",
|
|
2039
2040
|
"children": [
|
|
2040
2041
|
{
|
|
2041
|
-
"justify": "between",
|
|
2042
|
-
"gap": "md",
|
|
2043
|
-
"type": "stack",
|
|
2044
2042
|
"align": "center",
|
|
2045
2043
|
"children": [
|
|
2046
2044
|
{
|
|
2047
|
-
"type": "stack",
|
|
2048
|
-
"gap": "md",
|
|
2049
2045
|
"direction": "horizontal",
|
|
2050
2046
|
"align": "center",
|
|
2047
|
+
"gap": "md",
|
|
2048
|
+
"type": "stack",
|
|
2051
2049
|
"children": [
|
|
2052
2050
|
{
|
|
2053
|
-
"
|
|
2054
|
-
"
|
|
2051
|
+
"name": "layers",
|
|
2052
|
+
"type": "icon"
|
|
2055
2053
|
},
|
|
2056
2054
|
{
|
|
2057
|
-
"
|
|
2055
|
+
"type": "typography",
|
|
2058
2056
|
"content": "Context Window Alert",
|
|
2059
|
-
"
|
|
2057
|
+
"variant": "h2"
|
|
2060
2058
|
}
|
|
2061
2059
|
]
|
|
2062
2060
|
},
|
|
2063
2061
|
{
|
|
2064
|
-
"variant": "ghost",
|
|
2065
|
-
"type": "button",
|
|
2066
2062
|
"action": "HIDE",
|
|
2067
2063
|
"label": "Dismiss",
|
|
2068
|
-
"
|
|
2064
|
+
"variant": "ghost",
|
|
2065
|
+
"icon": "x",
|
|
2066
|
+
"type": "button"
|
|
2069
2067
|
}
|
|
2070
2068
|
],
|
|
2071
|
-
"direction": "horizontal"
|
|
2069
|
+
"direction": "horizontal",
|
|
2070
|
+
"gap": "md",
|
|
2071
|
+
"justify": "between",
|
|
2072
|
+
"type": "stack"
|
|
2072
2073
|
},
|
|
2073
2074
|
{
|
|
2074
2075
|
"type": "divider"
|
|
2075
2076
|
},
|
|
2076
2077
|
{
|
|
2078
|
+
"type": "alert",
|
|
2077
2079
|
"variant": "@entity.notificationType",
|
|
2078
|
-
"message": "@entity.message"
|
|
2079
|
-
"type": "alert"
|
|
2080
|
+
"message": "@entity.message"
|
|
2080
2081
|
},
|
|
2081
2082
|
{
|
|
2082
2083
|
"type": "toast-slot"
|
|
2083
2084
|
},
|
|
2084
2085
|
{
|
|
2085
|
-
"
|
|
2086
|
+
"message": "@entity.message",
|
|
2086
2087
|
"variant": "warning",
|
|
2087
|
-
"
|
|
2088
|
+
"type": "alert"
|
|
2088
2089
|
}
|
|
2089
2090
|
],
|
|
2090
|
-
"direction": "vertical",
|
|
2091
2091
|
"type": "stack",
|
|
2092
|
-
"
|
|
2092
|
+
"direction": "vertical"
|
|
2093
2093
|
}
|
|
2094
2094
|
]
|
|
2095
2095
|
]
|
|
@@ -2116,11 +2116,12 @@
|
|
|
2116
2116
|
"type": "stack",
|
|
2117
2117
|
"children": [
|
|
2118
2118
|
{
|
|
2119
|
+
"align": "center",
|
|
2120
|
+
"direction": "horizontal",
|
|
2119
2121
|
"gap": "md",
|
|
2120
2122
|
"children": [
|
|
2121
2123
|
{
|
|
2122
2124
|
"gap": "md",
|
|
2123
|
-
"type": "stack",
|
|
2124
2125
|
"direction": "horizontal",
|
|
2125
2126
|
"align": "center",
|
|
2126
2127
|
"children": [
|
|
@@ -2130,43 +2131,42 @@
|
|
|
2130
2131
|
},
|
|
2131
2132
|
{
|
|
2132
2133
|
"type": "typography",
|
|
2133
|
-
"
|
|
2134
|
-
"
|
|
2134
|
+
"variant": "h2",
|
|
2135
|
+
"content": "Context Window Alert"
|
|
2135
2136
|
}
|
|
2136
|
-
]
|
|
2137
|
+
],
|
|
2138
|
+
"type": "stack"
|
|
2137
2139
|
},
|
|
2138
2140
|
{
|
|
2139
|
-
"icon": "x",
|
|
2140
2141
|
"action": "HIDE",
|
|
2142
|
+
"variant": "ghost",
|
|
2143
|
+
"icon": "x",
|
|
2141
2144
|
"label": "Dismiss",
|
|
2142
|
-
"type": "button"
|
|
2143
|
-
"variant": "ghost"
|
|
2145
|
+
"type": "button"
|
|
2144
2146
|
}
|
|
2145
2147
|
],
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2148
|
-
"direction": "horizontal",
|
|
2149
|
-
"justify": "between"
|
|
2148
|
+
"justify": "between",
|
|
2149
|
+
"type": "stack"
|
|
2150
2150
|
},
|
|
2151
2151
|
{
|
|
2152
2152
|
"type": "divider"
|
|
2153
2153
|
},
|
|
2154
2154
|
{
|
|
2155
|
+
"variant": "@entity.notificationType",
|
|
2155
2156
|
"message": "@entity.message",
|
|
2156
|
-
"type": "alert"
|
|
2157
|
-
"variant": "@entity.notificationType"
|
|
2157
|
+
"type": "alert"
|
|
2158
2158
|
},
|
|
2159
2159
|
{
|
|
2160
2160
|
"type": "toast-slot"
|
|
2161
2161
|
},
|
|
2162
2162
|
{
|
|
2163
|
+
"variant": "warning",
|
|
2163
2164
|
"type": "alert",
|
|
2164
|
-
"message": "@entity.message"
|
|
2165
|
-
"variant": "warning"
|
|
2165
|
+
"message": "@entity.message"
|
|
2166
2166
|
}
|
|
2167
2167
|
],
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2168
|
+
"direction": "vertical",
|
|
2169
|
+
"gap": "lg"
|
|
2170
2170
|
}
|
|
2171
2171
|
]
|
|
2172
2172
|
]
|
|
@@ -2334,11 +2334,32 @@
|
|
|
2334
2334
|
},
|
|
2335
2335
|
{
|
|
2336
2336
|
"key": "SHOW",
|
|
2337
|
-
"name": "Show"
|
|
2337
|
+
"name": "Show",
|
|
2338
|
+
"payloadSchema": [
|
|
2339
|
+
{
|
|
2340
|
+
"name": "message",
|
|
2341
|
+
"type": "string",
|
|
2342
|
+
"required": true
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "notificationType",
|
|
2346
|
+
"type": "string"
|
|
2347
|
+
}
|
|
2348
|
+
]
|
|
2338
2349
|
},
|
|
2339
2350
|
{
|
|
2340
2351
|
"key": "UPDATE",
|
|
2341
|
-
"name": "Update"
|
|
2352
|
+
"name": "Update",
|
|
2353
|
+
"payloadSchema": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "current",
|
|
2356
|
+
"type": "number"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"name": "max",
|
|
2360
|
+
"type": "number"
|
|
2361
|
+
}
|
|
2362
|
+
]
|
|
2342
2363
|
},
|
|
2343
2364
|
{
|
|
2344
2365
|
"key": "AgentContextWindowLoaded",
|
|
@@ -2434,8 +2455,8 @@
|
|
|
2434
2455
|
"AgentContextWindow",
|
|
2435
2456
|
{
|
|
2436
2457
|
"emit": {
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2458
|
+
"failure": "AgentContextWindowLoadFailed",
|
|
2459
|
+
"success": "AgentContextWindowLoaded"
|
|
2439
2460
|
}
|
|
2440
2461
|
}
|
|
2441
2462
|
],
|
|
@@ -2449,10 +2470,10 @@
|
|
|
2449
2470
|
"render-ui",
|
|
2450
2471
|
"main",
|
|
2451
2472
|
{
|
|
2452
|
-
"type": "empty-state",
|
|
2453
|
-
"icon": "layers",
|
|
2454
2473
|
"title": "Context Window",
|
|
2455
|
-
"description": "Context Window is ready"
|
|
2474
|
+
"description": "Context Window is ready",
|
|
2475
|
+
"icon": "layers",
|
|
2476
|
+
"type": "empty-state"
|
|
2456
2477
|
}
|
|
2457
2478
|
]
|
|
2458
2479
|
]
|
|
@@ -2559,8 +2580,8 @@
|
|
|
2559
2580
|
"emit",
|
|
2560
2581
|
"UPDATE",
|
|
2561
2582
|
{
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2583
|
+
"current": "@entity.tokenCount",
|
|
2584
|
+
"max": "@entity.maxTokens"
|
|
2564
2585
|
}
|
|
2565
2586
|
],
|
|
2566
2587
|
[
|
|
@@ -2607,16 +2628,16 @@
|
|
|
2607
2628
|
"emit",
|
|
2608
2629
|
"UPDATE",
|
|
2609
2630
|
{
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
2631
|
+
"current": "@entity.tokenCount",
|
|
2632
|
+
"max": "@entity.maxTokens"
|
|
2612
2633
|
}
|
|
2613
2634
|
],
|
|
2614
2635
|
[
|
|
2615
2636
|
"emit",
|
|
2616
2637
|
"SHOW",
|
|
2617
2638
|
{
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2639
|
+
"notificationType": "error",
|
|
2640
|
+
"message": "Token usage at limit. Compact required."
|
|
2620
2641
|
}
|
|
2621
2642
|
]
|
|
2622
2643
|
]
|
|
@@ -2722,8 +2743,8 @@
|
|
|
2722
2743
|
"emit",
|
|
2723
2744
|
"UPDATE",
|
|
2724
2745
|
{
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
2746
|
+
"max": "@entity.maxTokens",
|
|
2747
|
+
"current": "@entity.tokenCount"
|
|
2727
2748
|
}
|
|
2728
2749
|
]
|
|
2729
2750
|
]
|