@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
|
@@ -247,56 +247,56 @@
|
|
|
247
247
|
"render-ui",
|
|
248
248
|
"main",
|
|
249
249
|
{
|
|
250
|
+
"gap": "lg",
|
|
250
251
|
"direction": "vertical",
|
|
251
252
|
"type": "stack",
|
|
252
|
-
"gap": "lg",
|
|
253
253
|
"children": [
|
|
254
254
|
{
|
|
255
|
-
"gap": "sm",
|
|
256
255
|
"type": "stack",
|
|
257
256
|
"children": [
|
|
258
257
|
{
|
|
259
|
-
"
|
|
260
|
-
"
|
|
258
|
+
"name": "gauge",
|
|
259
|
+
"type": "icon"
|
|
261
260
|
},
|
|
262
261
|
{
|
|
263
262
|
"type": "typography",
|
|
264
|
-
"
|
|
265
|
-
"
|
|
263
|
+
"variant": "h2",
|
|
264
|
+
"content": "Token Usage"
|
|
266
265
|
},
|
|
267
266
|
{
|
|
268
|
-
"variant": "default",
|
|
269
267
|
"label": "Normal",
|
|
268
|
+
"variant": "default",
|
|
270
269
|
"type": "badge"
|
|
271
270
|
}
|
|
272
271
|
],
|
|
273
272
|
"direction": "horizontal",
|
|
273
|
+
"gap": "sm",
|
|
274
274
|
"align": "center"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"type": "divider"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"max": "@entity.max",
|
|
281
280
|
"type": "progress-bar",
|
|
281
|
+
"max": "@entity.max",
|
|
282
282
|
"value": "@entity.current"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"direction": "horizontal",
|
|
286
285
|
"type": "stack",
|
|
287
|
-
"gap": "md",
|
|
288
286
|
"children": [
|
|
289
287
|
{
|
|
290
|
-
"type": "stat-display",
|
|
291
288
|
"label": "Tokens Used",
|
|
289
|
+
"type": "stat-display",
|
|
292
290
|
"value": "@entity.current"
|
|
293
291
|
},
|
|
294
292
|
{
|
|
295
293
|
"type": "stat-display",
|
|
296
|
-
"
|
|
297
|
-
"
|
|
294
|
+
"value": "@entity.max",
|
|
295
|
+
"label": "Max Tokens"
|
|
298
296
|
}
|
|
299
|
-
]
|
|
297
|
+
],
|
|
298
|
+
"gap": "md",
|
|
299
|
+
"direction": "horizontal"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"variant": "ghost",
|
|
@@ -333,31 +333,28 @@
|
|
|
333
333
|
"render-ui",
|
|
334
334
|
"main",
|
|
335
335
|
{
|
|
336
|
-
"type": "stack",
|
|
337
|
-
"direction": "vertical",
|
|
338
|
-
"gap": "lg",
|
|
339
336
|
"children": [
|
|
340
337
|
{
|
|
338
|
+
"gap": "sm",
|
|
341
339
|
"type": "stack",
|
|
342
|
-
"direction": "horizontal",
|
|
343
340
|
"children": [
|
|
344
341
|
{
|
|
345
342
|
"name": "gauge",
|
|
346
343
|
"type": "icon"
|
|
347
344
|
},
|
|
348
345
|
{
|
|
346
|
+
"content": "Token Usage",
|
|
349
347
|
"type": "typography",
|
|
350
|
-
"variant": "h2"
|
|
351
|
-
"content": "Token Usage"
|
|
348
|
+
"variant": "h2"
|
|
352
349
|
},
|
|
353
350
|
{
|
|
354
|
-
"variant": "default",
|
|
355
351
|
"type": "badge",
|
|
356
|
-
"label": "Normal"
|
|
352
|
+
"label": "Normal",
|
|
353
|
+
"variant": "default"
|
|
357
354
|
}
|
|
358
355
|
],
|
|
359
|
-
"
|
|
360
|
-
"
|
|
356
|
+
"direction": "horizontal",
|
|
357
|
+
"align": "center"
|
|
361
358
|
},
|
|
362
359
|
{
|
|
363
360
|
"type": "divider"
|
|
@@ -368,30 +365,33 @@
|
|
|
368
365
|
"type": "progress-bar"
|
|
369
366
|
},
|
|
370
367
|
{
|
|
368
|
+
"gap": "md",
|
|
371
369
|
"children": [
|
|
372
370
|
{
|
|
373
|
-
"
|
|
371
|
+
"type": "stat-display",
|
|
374
372
|
"value": "@entity.current",
|
|
375
|
-
"
|
|
373
|
+
"label": "Tokens Used"
|
|
376
374
|
},
|
|
377
375
|
{
|
|
378
|
-
"
|
|
376
|
+
"type": "stat-display",
|
|
379
377
|
"label": "Max Tokens",
|
|
380
|
-
"
|
|
378
|
+
"value": "@entity.max"
|
|
381
379
|
}
|
|
382
380
|
],
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"type": "stack"
|
|
381
|
+
"type": "stack",
|
|
382
|
+
"direction": "horizontal"
|
|
386
383
|
},
|
|
387
384
|
{
|
|
385
|
+
"label": "Reset",
|
|
386
|
+
"action": "RESET",
|
|
388
387
|
"variant": "ghost",
|
|
389
|
-
"icon": "rotate-ccw",
|
|
390
388
|
"type": "button",
|
|
391
|
-
"
|
|
392
|
-
"action": "RESET"
|
|
389
|
+
"icon": "rotate-ccw"
|
|
393
390
|
}
|
|
394
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"gap": "lg",
|
|
393
|
+
"type": "stack",
|
|
394
|
+
"direction": "vertical"
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
]
|
|
@@ -431,84 +431,84 @@
|
|
|
431
431
|
"render-ui",
|
|
432
432
|
"main",
|
|
433
433
|
{
|
|
434
|
+
"gap": "lg",
|
|
435
|
+
"type": "stack",
|
|
436
|
+
"direction": "vertical",
|
|
434
437
|
"children": [
|
|
435
438
|
{
|
|
436
|
-
"
|
|
439
|
+
"direction": "horizontal",
|
|
437
440
|
"children": [
|
|
438
441
|
{
|
|
439
|
-
"
|
|
440
|
-
"
|
|
442
|
+
"name": "alert-triangle",
|
|
443
|
+
"type": "icon"
|
|
441
444
|
},
|
|
442
445
|
{
|
|
443
446
|
"variant": "h2",
|
|
444
|
-
"
|
|
445
|
-
"
|
|
447
|
+
"content": "Token Usage",
|
|
448
|
+
"type": "typography"
|
|
446
449
|
},
|
|
447
450
|
{
|
|
448
|
-
"variant": "warning",
|
|
449
451
|
"type": "badge",
|
|
450
|
-
"label": "Warning"
|
|
452
|
+
"label": "Warning",
|
|
453
|
+
"variant": "warning"
|
|
451
454
|
}
|
|
452
455
|
],
|
|
456
|
+
"gap": "sm",
|
|
453
457
|
"align": "center",
|
|
454
|
-
"
|
|
455
|
-
"gap": "sm"
|
|
458
|
+
"type": "stack"
|
|
456
459
|
},
|
|
457
460
|
{
|
|
458
461
|
"type": "divider"
|
|
459
462
|
},
|
|
460
463
|
{
|
|
461
|
-
"message": "Token usage approaching limit. Consider compacting.",
|
|
462
464
|
"type": "alert",
|
|
465
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
463
466
|
"variant": "warning"
|
|
464
467
|
},
|
|
465
468
|
{
|
|
469
|
+
"type": "progress-bar",
|
|
466
470
|
"max": "@entity.max",
|
|
467
|
-
"value": "@entity.current"
|
|
468
|
-
"type": "progress-bar"
|
|
471
|
+
"value": "@entity.current"
|
|
469
472
|
},
|
|
470
473
|
{
|
|
471
|
-
"type": "stack",
|
|
472
|
-
"gap": "md",
|
|
473
|
-
"direction": "horizontal",
|
|
474
474
|
"children": [
|
|
475
475
|
{
|
|
476
|
+
"label": "Tokens Used",
|
|
476
477
|
"type": "stat-display",
|
|
477
|
-
"value": "@entity.current"
|
|
478
|
-
"label": "Tokens Used"
|
|
478
|
+
"value": "@entity.current"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"label": "Max Tokens",
|
|
482
|
-
"
|
|
483
|
-
"
|
|
482
|
+
"type": "stat-display",
|
|
483
|
+
"value": "@entity.max"
|
|
484
484
|
}
|
|
485
|
-
]
|
|
485
|
+
],
|
|
486
|
+
"direction": "horizontal",
|
|
487
|
+
"gap": "md",
|
|
488
|
+
"type": "stack"
|
|
486
489
|
},
|
|
487
490
|
{
|
|
491
|
+
"direction": "horizontal",
|
|
488
492
|
"children": [
|
|
489
493
|
{
|
|
490
|
-
"variant": "primary",
|
|
491
|
-
"type": "button",
|
|
492
|
-
"label": "Compact",
|
|
493
494
|
"action": "COMPACT",
|
|
495
|
+
"label": "Compact",
|
|
496
|
+
"type": "button",
|
|
497
|
+
"variant": "primary",
|
|
494
498
|
"icon": "minimize-2"
|
|
495
499
|
},
|
|
496
500
|
{
|
|
497
|
-
"variant": "ghost",
|
|
498
|
-
"type": "button",
|
|
499
501
|
"label": "Reset",
|
|
500
502
|
"icon": "rotate-ccw",
|
|
503
|
+
"type": "button",
|
|
504
|
+
"variant": "ghost",
|
|
501
505
|
"action": "RESET"
|
|
502
506
|
}
|
|
503
507
|
],
|
|
504
|
-
"
|
|
505
|
-
"type": "stack"
|
|
506
|
-
"gap": "sm"
|
|
508
|
+
"gap": "sm",
|
|
509
|
+
"type": "stack"
|
|
507
510
|
}
|
|
508
|
-
]
|
|
509
|
-
"type": "stack",
|
|
510
|
-
"gap": "lg",
|
|
511
|
-
"direction": "vertical"
|
|
511
|
+
]
|
|
512
512
|
}
|
|
513
513
|
]
|
|
514
514
|
]
|
|
@@ -536,84 +536,84 @@
|
|
|
536
536
|
"render-ui",
|
|
537
537
|
"main",
|
|
538
538
|
{
|
|
539
|
-
"gap": "lg",
|
|
540
|
-
"type": "stack",
|
|
541
|
-
"direction": "vertical",
|
|
542
539
|
"children": [
|
|
543
540
|
{
|
|
541
|
+
"direction": "horizontal",
|
|
544
542
|
"gap": "sm",
|
|
545
|
-
"type": "stack",
|
|
546
|
-
"align": "center",
|
|
547
543
|
"children": [
|
|
548
544
|
{
|
|
549
|
-
"
|
|
550
|
-
"
|
|
545
|
+
"name": "alert-octagon",
|
|
546
|
+
"type": "icon"
|
|
551
547
|
},
|
|
552
548
|
{
|
|
553
|
-
"type": "typography",
|
|
554
549
|
"content": "Token Usage",
|
|
555
|
-
"variant": "h2"
|
|
550
|
+
"variant": "h2",
|
|
551
|
+
"type": "typography"
|
|
556
552
|
},
|
|
557
553
|
{
|
|
558
|
-
"
|
|
554
|
+
"type": "badge",
|
|
559
555
|
"variant": "danger",
|
|
560
|
-
"
|
|
556
|
+
"label": "Critical"
|
|
561
557
|
}
|
|
562
558
|
],
|
|
563
|
-
"
|
|
559
|
+
"align": "center",
|
|
560
|
+
"type": "stack"
|
|
564
561
|
},
|
|
565
562
|
{
|
|
566
563
|
"type": "divider"
|
|
567
564
|
},
|
|
568
565
|
{
|
|
566
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
569
567
|
"type": "alert",
|
|
570
|
-
"variant": "error"
|
|
571
|
-
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
568
|
+
"variant": "error"
|
|
572
569
|
},
|
|
573
570
|
{
|
|
574
|
-
"max": "@entity.max",
|
|
575
571
|
"type": "progress-bar",
|
|
576
|
-
"value": "@entity.current"
|
|
572
|
+
"value": "@entity.current",
|
|
573
|
+
"max": "@entity.max"
|
|
577
574
|
},
|
|
578
575
|
{
|
|
579
|
-
"
|
|
576
|
+
"gap": "md",
|
|
577
|
+
"type": "stack",
|
|
580
578
|
"children": [
|
|
581
579
|
{
|
|
582
|
-
"
|
|
580
|
+
"type": "stat-display",
|
|
583
581
|
"label": "Tokens Used",
|
|
584
|
-
"
|
|
582
|
+
"value": "@entity.current"
|
|
585
583
|
},
|
|
586
584
|
{
|
|
587
585
|
"value": "@entity.max",
|
|
588
|
-
"
|
|
589
|
-
"
|
|
586
|
+
"label": "Max Tokens",
|
|
587
|
+
"type": "stat-display"
|
|
590
588
|
}
|
|
591
589
|
],
|
|
592
|
-
"
|
|
593
|
-
"gap": "md"
|
|
590
|
+
"direction": "horizontal"
|
|
594
591
|
},
|
|
595
592
|
{
|
|
596
|
-
"type": "stack",
|
|
597
593
|
"direction": "horizontal",
|
|
594
|
+
"gap": "sm",
|
|
595
|
+
"type": "stack",
|
|
598
596
|
"children": [
|
|
599
597
|
{
|
|
600
|
-
"type": "button",
|
|
601
|
-
"icon": "minimize-2",
|
|
602
598
|
"label": "Compact Now",
|
|
599
|
+
"variant": "primary",
|
|
603
600
|
"action": "COMPACT",
|
|
604
|
-
"
|
|
601
|
+
"type": "button",
|
|
602
|
+
"icon": "minimize-2"
|
|
605
603
|
},
|
|
606
604
|
{
|
|
605
|
+
"variant": "ghost",
|
|
607
606
|
"action": "RESET",
|
|
608
|
-
"type": "button",
|
|
609
607
|
"icon": "rotate-ccw",
|
|
610
|
-
"
|
|
611
|
-
"
|
|
608
|
+
"label": "Reset",
|
|
609
|
+
"type": "button"
|
|
612
610
|
}
|
|
613
|
-
]
|
|
614
|
-
"gap": "sm"
|
|
611
|
+
]
|
|
615
612
|
}
|
|
616
|
-
]
|
|
613
|
+
],
|
|
614
|
+
"gap": "lg",
|
|
615
|
+
"direction": "vertical",
|
|
616
|
+
"type": "stack"
|
|
617
617
|
}
|
|
618
618
|
]
|
|
619
619
|
]
|
|
@@ -638,46 +638,45 @@
|
|
|
638
638
|
"render-ui",
|
|
639
639
|
"main",
|
|
640
640
|
{
|
|
641
|
-
"direction": "vertical",
|
|
642
641
|
"type": "stack",
|
|
643
642
|
"gap": "lg",
|
|
644
643
|
"children": [
|
|
645
644
|
{
|
|
645
|
+
"type": "stack",
|
|
646
|
+
"gap": "sm",
|
|
647
|
+
"align": "center",
|
|
646
648
|
"children": [
|
|
647
649
|
{
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
+
"type": "icon",
|
|
651
|
+
"name": "gauge"
|
|
650
652
|
},
|
|
651
653
|
{
|
|
652
|
-
"variant": "h2",
|
|
653
654
|
"content": "Token Usage",
|
|
654
|
-
"type": "typography"
|
|
655
|
+
"type": "typography",
|
|
656
|
+
"variant": "h2"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"label": "Normal",
|
|
658
659
|
"variant": "default",
|
|
659
|
-
"type": "badge"
|
|
660
|
+
"type": "badge",
|
|
661
|
+
"label": "Normal"
|
|
660
662
|
}
|
|
661
663
|
],
|
|
662
|
-
"
|
|
663
|
-
"gap": "sm",
|
|
664
|
-
"direction": "horizontal",
|
|
665
|
-
"type": "stack"
|
|
664
|
+
"direction": "horizontal"
|
|
666
665
|
},
|
|
667
666
|
{
|
|
668
667
|
"type": "divider"
|
|
669
668
|
},
|
|
670
669
|
{
|
|
671
|
-
"type": "progress-bar",
|
|
672
670
|
"value": "@entity.current",
|
|
673
|
-
"max": "@entity.max"
|
|
671
|
+
"max": "@entity.max",
|
|
672
|
+
"type": "progress-bar"
|
|
674
673
|
},
|
|
675
674
|
{
|
|
676
|
-
"
|
|
675
|
+
"gap": "md",
|
|
677
676
|
"children": [
|
|
678
677
|
{
|
|
679
|
-
"value": "@entity.current",
|
|
680
678
|
"type": "stat-display",
|
|
679
|
+
"value": "@entity.current",
|
|
681
680
|
"label": "Tokens Used"
|
|
682
681
|
},
|
|
683
682
|
{
|
|
@@ -686,17 +685,18 @@
|
|
|
686
685
|
"type": "stat-display"
|
|
687
686
|
}
|
|
688
687
|
],
|
|
689
|
-
"
|
|
688
|
+
"type": "stack",
|
|
690
689
|
"direction": "horizontal"
|
|
691
690
|
},
|
|
692
691
|
{
|
|
693
|
-
"icon": "rotate-ccw",
|
|
694
692
|
"action": "RESET",
|
|
695
|
-
"
|
|
693
|
+
"icon": "rotate-ccw",
|
|
694
|
+
"type": "button",
|
|
696
695
|
"variant": "ghost",
|
|
697
|
-
"
|
|
696
|
+
"label": "Reset"
|
|
698
697
|
}
|
|
699
|
-
]
|
|
698
|
+
],
|
|
699
|
+
"direction": "vertical"
|
|
700
700
|
}
|
|
701
701
|
]
|
|
702
702
|
]
|
|
@@ -715,65 +715,65 @@
|
|
|
715
715
|
"render-ui",
|
|
716
716
|
"main",
|
|
717
717
|
{
|
|
718
|
+
"gap": "lg",
|
|
718
719
|
"children": [
|
|
719
720
|
{
|
|
721
|
+
"align": "center",
|
|
720
722
|
"direction": "horizontal",
|
|
721
723
|
"gap": "sm",
|
|
722
|
-
"type": "stack",
|
|
723
|
-
"align": "center",
|
|
724
724
|
"children": [
|
|
725
725
|
{
|
|
726
|
-
"
|
|
727
|
-
"
|
|
726
|
+
"type": "icon",
|
|
727
|
+
"name": "gauge"
|
|
728
728
|
},
|
|
729
729
|
{
|
|
730
|
-
"content": "Token Usage",
|
|
731
730
|
"type": "typography",
|
|
732
|
-
"variant": "h2"
|
|
731
|
+
"variant": "h2",
|
|
732
|
+
"content": "Token Usage"
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
|
-
"type": "badge",
|
|
736
735
|
"variant": "default",
|
|
737
|
-
"label": "Normal"
|
|
736
|
+
"label": "Normal",
|
|
737
|
+
"type": "badge"
|
|
738
738
|
}
|
|
739
|
-
]
|
|
739
|
+
],
|
|
740
|
+
"type": "stack"
|
|
740
741
|
},
|
|
741
742
|
{
|
|
742
743
|
"type": "divider"
|
|
743
744
|
},
|
|
744
745
|
{
|
|
745
746
|
"max": "@entity.max",
|
|
746
|
-
"
|
|
747
|
-
"
|
|
747
|
+
"type": "progress-bar",
|
|
748
|
+
"value": "@entity.current"
|
|
748
749
|
},
|
|
749
750
|
{
|
|
750
751
|
"gap": "md",
|
|
751
752
|
"direction": "horizontal",
|
|
753
|
+
"type": "stack",
|
|
752
754
|
"children": [
|
|
753
755
|
{
|
|
756
|
+
"value": "@entity.current",
|
|
754
757
|
"label": "Tokens Used",
|
|
755
|
-
"type": "stat-display"
|
|
756
|
-
"value": "@entity.current"
|
|
758
|
+
"type": "stat-display"
|
|
757
759
|
},
|
|
758
760
|
{
|
|
759
761
|
"type": "stat-display",
|
|
760
762
|
"label": "Max Tokens",
|
|
761
763
|
"value": "@entity.max"
|
|
762
764
|
}
|
|
763
|
-
]
|
|
764
|
-
"type": "stack"
|
|
765
|
+
]
|
|
765
766
|
},
|
|
766
767
|
{
|
|
767
|
-
"label": "Reset",
|
|
768
768
|
"action": "RESET",
|
|
769
|
-
"
|
|
769
|
+
"label": "Reset",
|
|
770
770
|
"type": "button",
|
|
771
|
-
"variant": "ghost"
|
|
771
|
+
"variant": "ghost",
|
|
772
|
+
"icon": "rotate-ccw"
|
|
772
773
|
}
|
|
773
774
|
],
|
|
774
775
|
"direction": "vertical",
|
|
775
|
-
"type": "stack"
|
|
776
|
-
"gap": "lg"
|
|
776
|
+
"type": "stack"
|
|
777
777
|
}
|
|
778
778
|
]
|
|
779
779
|
]
|
|
@@ -813,84 +813,84 @@
|
|
|
813
813
|
"render-ui",
|
|
814
814
|
"main",
|
|
815
815
|
{
|
|
816
|
-
"direction": "vertical",
|
|
817
|
-
"type": "stack",
|
|
818
|
-
"gap": "lg",
|
|
819
816
|
"children": [
|
|
820
817
|
{
|
|
821
|
-
"align": "center",
|
|
822
|
-
"direction": "horizontal",
|
|
823
|
-
"gap": "sm",
|
|
824
818
|
"children": [
|
|
825
819
|
{
|
|
826
820
|
"name": "alert-triangle",
|
|
827
821
|
"type": "icon"
|
|
828
822
|
},
|
|
829
823
|
{
|
|
830
|
-
"
|
|
824
|
+
"variant": "h2",
|
|
831
825
|
"content": "Token Usage",
|
|
832
|
-
"
|
|
826
|
+
"type": "typography"
|
|
833
827
|
},
|
|
834
828
|
{
|
|
835
|
-
"label": "Warning",
|
|
836
829
|
"variant": "warning",
|
|
830
|
+
"label": "Warning",
|
|
837
831
|
"type": "badge"
|
|
838
832
|
}
|
|
839
833
|
],
|
|
834
|
+
"align": "center",
|
|
835
|
+
"direction": "horizontal",
|
|
836
|
+
"gap": "sm",
|
|
840
837
|
"type": "stack"
|
|
841
838
|
},
|
|
842
839
|
{
|
|
843
840
|
"type": "divider"
|
|
844
841
|
},
|
|
845
842
|
{
|
|
846
|
-
"variant": "warning",
|
|
847
843
|
"type": "alert",
|
|
848
|
-
"message": "Token usage approaching limit. Consider compacting."
|
|
844
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
845
|
+
"variant": "warning"
|
|
849
846
|
},
|
|
850
847
|
{
|
|
851
848
|
"max": "@entity.max",
|
|
852
|
-
"
|
|
853
|
-
"
|
|
849
|
+
"value": "@entity.current",
|
|
850
|
+
"type": "progress-bar"
|
|
854
851
|
},
|
|
855
852
|
{
|
|
853
|
+
"type": "stack",
|
|
854
|
+
"direction": "horizontal",
|
|
855
|
+
"gap": "md",
|
|
856
856
|
"children": [
|
|
857
857
|
{
|
|
858
|
-
"value": "@entity.current",
|
|
859
858
|
"type": "stat-display",
|
|
860
|
-
"label": "Tokens Used"
|
|
859
|
+
"label": "Tokens Used",
|
|
860
|
+
"value": "@entity.current"
|
|
861
861
|
},
|
|
862
862
|
{
|
|
863
863
|
"type": "stat-display",
|
|
864
864
|
"label": "Max Tokens",
|
|
865
865
|
"value": "@entity.max"
|
|
866
866
|
}
|
|
867
|
-
]
|
|
868
|
-
"direction": "horizontal",
|
|
869
|
-
"gap": "md",
|
|
870
|
-
"type": "stack"
|
|
867
|
+
]
|
|
871
868
|
},
|
|
872
869
|
{
|
|
873
870
|
"type": "stack",
|
|
874
|
-
"
|
|
871
|
+
"gap": "sm",
|
|
875
872
|
"children": [
|
|
876
873
|
{
|
|
874
|
+
"action": "COMPACT",
|
|
877
875
|
"icon": "minimize-2",
|
|
878
876
|
"label": "Compact",
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
"type": "button"
|
|
877
|
+
"type": "button",
|
|
878
|
+
"variant": "primary"
|
|
882
879
|
},
|
|
883
880
|
{
|
|
884
|
-
"type": "button",
|
|
885
|
-
"variant": "ghost",
|
|
886
|
-
"icon": "rotate-ccw",
|
|
887
881
|
"action": "RESET",
|
|
882
|
+
"icon": "rotate-ccw",
|
|
883
|
+
"variant": "ghost",
|
|
884
|
+
"type": "button",
|
|
888
885
|
"label": "Reset"
|
|
889
886
|
}
|
|
890
887
|
],
|
|
891
|
-
"
|
|
888
|
+
"direction": "horizontal"
|
|
892
889
|
}
|
|
893
|
-
]
|
|
890
|
+
],
|
|
891
|
+
"direction": "vertical",
|
|
892
|
+
"gap": "lg",
|
|
893
|
+
"type": "stack"
|
|
894
894
|
}
|
|
895
895
|
]
|
|
896
896
|
]
|
|
@@ -919,14 +919,15 @@
|
|
|
919
919
|
"main",
|
|
920
920
|
{
|
|
921
921
|
"type": "stack",
|
|
922
|
+
"gap": "lg",
|
|
923
|
+
"direction": "vertical",
|
|
922
924
|
"children": [
|
|
923
925
|
{
|
|
924
|
-
"
|
|
925
|
-
"type": "stack",
|
|
926
|
+
"align": "center",
|
|
926
927
|
"children": [
|
|
927
928
|
{
|
|
928
|
-
"
|
|
929
|
-
"
|
|
929
|
+
"name": "alert-octagon",
|
|
930
|
+
"type": "icon"
|
|
930
931
|
},
|
|
931
932
|
{
|
|
932
933
|
"variant": "h2",
|
|
@@ -934,68 +935,67 @@
|
|
|
934
935
|
"content": "Token Usage"
|
|
935
936
|
},
|
|
936
937
|
{
|
|
937
|
-
"type": "badge",
|
|
938
938
|
"variant": "danger",
|
|
939
|
+
"type": "badge",
|
|
939
940
|
"label": "Critical"
|
|
940
941
|
}
|
|
941
942
|
],
|
|
942
|
-
"
|
|
943
|
-
"gap": "sm"
|
|
943
|
+
"direction": "horizontal",
|
|
944
|
+
"gap": "sm",
|
|
945
|
+
"type": "stack"
|
|
944
946
|
},
|
|
945
947
|
{
|
|
946
948
|
"type": "divider"
|
|
947
949
|
},
|
|
948
950
|
{
|
|
949
|
-
"
|
|
951
|
+
"type": "alert",
|
|
950
952
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
951
|
-
"
|
|
953
|
+
"variant": "error"
|
|
952
954
|
},
|
|
953
955
|
{
|
|
954
|
-
"max": "@entity.max",
|
|
955
956
|
"type": "progress-bar",
|
|
956
|
-
"value": "@entity.current"
|
|
957
|
+
"value": "@entity.current",
|
|
958
|
+
"max": "@entity.max"
|
|
957
959
|
},
|
|
958
960
|
{
|
|
959
|
-
"type": "stack",
|
|
960
|
-
"direction": "horizontal",
|
|
961
|
-
"gap": "md",
|
|
962
961
|
"children": [
|
|
963
962
|
{
|
|
964
963
|
"type": "stat-display",
|
|
965
|
-
"
|
|
966
|
-
"
|
|
964
|
+
"label": "Tokens Used",
|
|
965
|
+
"value": "@entity.current"
|
|
967
966
|
},
|
|
968
967
|
{
|
|
969
968
|
"label": "Max Tokens",
|
|
970
969
|
"type": "stat-display",
|
|
971
970
|
"value": "@entity.max"
|
|
972
971
|
}
|
|
973
|
-
]
|
|
972
|
+
],
|
|
973
|
+
"gap": "md",
|
|
974
|
+
"type": "stack",
|
|
975
|
+
"direction": "horizontal"
|
|
974
976
|
},
|
|
975
977
|
{
|
|
976
|
-
"type": "stack",
|
|
977
|
-
"direction": "horizontal",
|
|
978
|
-
"gap": "sm",
|
|
979
978
|
"children": [
|
|
980
979
|
{
|
|
981
980
|
"type": "button",
|
|
981
|
+
"label": "Compact Now",
|
|
982
982
|
"variant": "primary",
|
|
983
983
|
"action": "COMPACT",
|
|
984
|
-
"icon": "minimize-2"
|
|
985
|
-
"label": "Compact Now"
|
|
984
|
+
"icon": "minimize-2"
|
|
986
985
|
},
|
|
987
986
|
{
|
|
988
|
-
"type": "button",
|
|
989
|
-
"variant": "ghost",
|
|
990
987
|
"icon": "rotate-ccw",
|
|
988
|
+
"variant": "ghost",
|
|
991
989
|
"action": "RESET",
|
|
990
|
+
"type": "button",
|
|
992
991
|
"label": "Reset"
|
|
993
992
|
}
|
|
994
|
-
]
|
|
993
|
+
],
|
|
994
|
+
"type": "stack",
|
|
995
|
+
"gap": "sm",
|
|
996
|
+
"direction": "horizontal"
|
|
995
997
|
}
|
|
996
|
-
]
|
|
997
|
-
"gap": "lg",
|
|
998
|
-
"direction": "vertical"
|
|
998
|
+
]
|
|
999
999
|
}
|
|
1000
1000
|
]
|
|
1001
1001
|
]
|
|
@@ -1024,17 +1024,21 @@
|
|
|
1024
1024
|
"main",
|
|
1025
1025
|
{
|
|
1026
1026
|
"gap": "lg",
|
|
1027
|
+
"direction": "vertical",
|
|
1027
1028
|
"children": [
|
|
1028
1029
|
{
|
|
1029
1030
|
"type": "stack",
|
|
1031
|
+
"align": "center",
|
|
1032
|
+
"direction": "horizontal",
|
|
1033
|
+
"gap": "sm",
|
|
1030
1034
|
"children": [
|
|
1031
1035
|
{
|
|
1032
1036
|
"name": "gauge",
|
|
1033
1037
|
"type": "icon"
|
|
1034
1038
|
},
|
|
1035
1039
|
{
|
|
1036
|
-
"type": "typography",
|
|
1037
1040
|
"content": "Token Usage",
|
|
1041
|
+
"type": "typography",
|
|
1038
1042
|
"variant": "h2"
|
|
1039
1043
|
},
|
|
1040
1044
|
{
|
|
@@ -1042,46 +1046,42 @@
|
|
|
1042
1046
|
"variant": "default",
|
|
1043
1047
|
"label": "Normal"
|
|
1044
1048
|
}
|
|
1045
|
-
]
|
|
1046
|
-
"direction": "horizontal",
|
|
1047
|
-
"align": "center",
|
|
1048
|
-
"gap": "sm"
|
|
1049
|
+
]
|
|
1049
1050
|
},
|
|
1050
1051
|
{
|
|
1051
1052
|
"type": "divider"
|
|
1052
1053
|
},
|
|
1053
1054
|
{
|
|
1054
|
-
"max": "@entity.max",
|
|
1055
1055
|
"type": "progress-bar",
|
|
1056
|
-
"value": "@entity.current"
|
|
1056
|
+
"value": "@entity.current",
|
|
1057
|
+
"max": "@entity.max"
|
|
1057
1058
|
},
|
|
1058
1059
|
{
|
|
1059
1060
|
"children": [
|
|
1060
1061
|
{
|
|
1061
|
-
"type": "stat-display",
|
|
1062
1062
|
"label": "Tokens Used",
|
|
1063
|
-
"value": "@entity.current"
|
|
1063
|
+
"value": "@entity.current",
|
|
1064
|
+
"type": "stat-display"
|
|
1064
1065
|
},
|
|
1065
1066
|
{
|
|
1066
1067
|
"value": "@entity.max",
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1068
|
+
"type": "stat-display",
|
|
1069
|
+
"label": "Max Tokens"
|
|
1069
1070
|
}
|
|
1070
1071
|
],
|
|
1071
|
-
"gap": "md",
|
|
1072
1072
|
"direction": "horizontal",
|
|
1073
|
+
"gap": "md",
|
|
1073
1074
|
"type": "stack"
|
|
1074
1075
|
},
|
|
1075
1076
|
{
|
|
1076
|
-
"icon": "rotate-ccw",
|
|
1077
|
-
"action": "RESET",
|
|
1078
1077
|
"label": "Reset",
|
|
1078
|
+
"type": "button",
|
|
1079
1079
|
"variant": "ghost",
|
|
1080
|
-
"
|
|
1080
|
+
"icon": "rotate-ccw",
|
|
1081
|
+
"action": "RESET"
|
|
1081
1082
|
}
|
|
1082
1083
|
],
|
|
1083
|
-
"type": "stack"
|
|
1084
|
-
"direction": "vertical"
|
|
1084
|
+
"type": "stack"
|
|
1085
1085
|
}
|
|
1086
1086
|
]
|
|
1087
1087
|
]
|
|
@@ -1106,31 +1106,31 @@
|
|
|
1106
1106
|
"render-ui",
|
|
1107
1107
|
"main",
|
|
1108
1108
|
{
|
|
1109
|
+
"gap": "lg",
|
|
1109
1110
|
"direction": "vertical",
|
|
1110
1111
|
"type": "stack",
|
|
1111
|
-
"gap": "lg",
|
|
1112
1112
|
"children": [
|
|
1113
1113
|
{
|
|
1114
|
-
"direction": "horizontal",
|
|
1115
|
-
"gap": "sm",
|
|
1116
1114
|
"align": "center",
|
|
1117
|
-
"type": "stack",
|
|
1118
1115
|
"children": [
|
|
1119
1116
|
{
|
|
1120
|
-
"
|
|
1121
|
-
"
|
|
1117
|
+
"name": "gauge",
|
|
1118
|
+
"type": "icon"
|
|
1122
1119
|
},
|
|
1123
1120
|
{
|
|
1124
|
-
"content": "Token Usage",
|
|
1125
1121
|
"variant": "h2",
|
|
1122
|
+
"content": "Token Usage",
|
|
1126
1123
|
"type": "typography"
|
|
1127
1124
|
},
|
|
1128
1125
|
{
|
|
1129
|
-
"
|
|
1126
|
+
"label": "Normal",
|
|
1130
1127
|
"variant": "default",
|
|
1131
|
-
"
|
|
1128
|
+
"type": "badge"
|
|
1132
1129
|
}
|
|
1133
|
-
]
|
|
1130
|
+
],
|
|
1131
|
+
"direction": "horizontal",
|
|
1132
|
+
"gap": "sm",
|
|
1133
|
+
"type": "stack"
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|
|
1136
1136
|
"type": "divider"
|
|
@@ -1141,28 +1141,28 @@
|
|
|
1141
1141
|
"type": "progress-bar"
|
|
1142
1142
|
},
|
|
1143
1143
|
{
|
|
1144
|
-
"type": "stack",
|
|
1145
1144
|
"children": [
|
|
1146
1145
|
{
|
|
1147
|
-
"
|
|
1146
|
+
"label": "Tokens Used",
|
|
1148
1147
|
"value": "@entity.current",
|
|
1149
|
-
"
|
|
1148
|
+
"type": "stat-display"
|
|
1150
1149
|
},
|
|
1151
1150
|
{
|
|
1152
|
-
"
|
|
1151
|
+
"value": "@entity.max",
|
|
1153
1152
|
"type": "stat-display",
|
|
1154
|
-
"
|
|
1153
|
+
"label": "Max Tokens"
|
|
1155
1154
|
}
|
|
1156
1155
|
],
|
|
1156
|
+
"type": "stack",
|
|
1157
1157
|
"gap": "md",
|
|
1158
1158
|
"direction": "horizontal"
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
|
+
"action": "RESET",
|
|
1161
1162
|
"type": "button",
|
|
1162
|
-
"
|
|
1163
|
+
"variant": "ghost",
|
|
1163
1164
|
"label": "Reset",
|
|
1164
|
-
"
|
|
1165
|
-
"variant": "ghost"
|
|
1165
|
+
"icon": "rotate-ccw"
|
|
1166
1166
|
}
|
|
1167
1167
|
]
|
|
1168
1168
|
}
|
|
@@ -1183,43 +1183,46 @@
|
|
|
1183
1183
|
"render-ui",
|
|
1184
1184
|
"main",
|
|
1185
1185
|
{
|
|
1186
|
+
"gap": "lg",
|
|
1186
1187
|
"children": [
|
|
1187
1188
|
{
|
|
1188
|
-
"gap": "sm",
|
|
1189
|
-
"align": "center",
|
|
1190
|
-
"direction": "horizontal",
|
|
1191
|
-
"type": "stack",
|
|
1192
1189
|
"children": [
|
|
1193
1190
|
{
|
|
1194
1191
|
"name": "gauge",
|
|
1195
1192
|
"type": "icon"
|
|
1196
1193
|
},
|
|
1197
1194
|
{
|
|
1198
|
-
"type": "typography",
|
|
1199
1195
|
"content": "Token Usage",
|
|
1200
|
-
"variant": "h2"
|
|
1196
|
+
"variant": "h2",
|
|
1197
|
+
"type": "typography"
|
|
1201
1198
|
},
|
|
1202
1199
|
{
|
|
1203
|
-
"
|
|
1200
|
+
"type": "badge",
|
|
1204
1201
|
"variant": "default",
|
|
1205
|
-
"
|
|
1202
|
+
"label": "Normal"
|
|
1206
1203
|
}
|
|
1207
|
-
]
|
|
1204
|
+
],
|
|
1205
|
+
"align": "center",
|
|
1206
|
+
"gap": "sm",
|
|
1207
|
+
"type": "stack",
|
|
1208
|
+
"direction": "horizontal"
|
|
1208
1209
|
},
|
|
1209
1210
|
{
|
|
1210
1211
|
"type": "divider"
|
|
1211
1212
|
},
|
|
1212
1213
|
{
|
|
1213
|
-
"type": "progress-bar",
|
|
1214
1214
|
"value": "@entity.current",
|
|
1215
|
-
"max": "@entity.max"
|
|
1215
|
+
"max": "@entity.max",
|
|
1216
|
+
"type": "progress-bar"
|
|
1216
1217
|
},
|
|
1217
1218
|
{
|
|
1218
1219
|
"direction": "horizontal",
|
|
1220
|
+
"type": "stack",
|
|
1221
|
+
"gap": "md",
|
|
1219
1222
|
"children": [
|
|
1220
1223
|
{
|
|
1221
|
-
"type": "stat-display",
|
|
1222
1224
|
"label": "Tokens Used",
|
|
1225
|
+
"type": "stat-display",
|
|
1223
1226
|
"value": "@entity.current"
|
|
1224
1227
|
},
|
|
1225
1228
|
{
|
|
@@ -1227,21 +1230,18 @@
|
|
|
1227
1230
|
"label": "Max Tokens",
|
|
1228
1231
|
"type": "stat-display"
|
|
1229
1232
|
}
|
|
1230
|
-
]
|
|
1231
|
-
"type": "stack",
|
|
1232
|
-
"gap": "md"
|
|
1233
|
+
]
|
|
1233
1234
|
},
|
|
1234
1235
|
{
|
|
1235
1236
|
"variant": "ghost",
|
|
1236
1237
|
"label": "Reset",
|
|
1238
|
+
"type": "button",
|
|
1237
1239
|
"icon": "rotate-ccw",
|
|
1238
|
-
"action": "RESET"
|
|
1239
|
-
"type": "button"
|
|
1240
|
+
"action": "RESET"
|
|
1240
1241
|
}
|
|
1241
1242
|
],
|
|
1242
1243
|
"type": "stack",
|
|
1243
|
-
"direction": "vertical"
|
|
1244
|
-
"gap": "lg"
|
|
1244
|
+
"direction": "vertical"
|
|
1245
1245
|
}
|
|
1246
1246
|
]
|
|
1247
1247
|
]
|
|
@@ -1269,9 +1269,13 @@
|
|
|
1269
1269
|
"render-ui",
|
|
1270
1270
|
"main",
|
|
1271
1271
|
{
|
|
1272
|
+
"gap": "lg",
|
|
1273
|
+
"type": "stack",
|
|
1274
|
+
"direction": "vertical",
|
|
1272
1275
|
"children": [
|
|
1273
1276
|
{
|
|
1274
|
-
"
|
|
1277
|
+
"gap": "sm",
|
|
1278
|
+
"direction": "horizontal",
|
|
1275
1279
|
"children": [
|
|
1276
1280
|
{
|
|
1277
1281
|
"type": "icon",
|
|
@@ -1283,13 +1287,12 @@
|
|
|
1283
1287
|
"content": "Token Usage"
|
|
1284
1288
|
},
|
|
1285
1289
|
{
|
|
1286
|
-
"
|
|
1290
|
+
"variant": "danger",
|
|
1287
1291
|
"type": "badge",
|
|
1288
|
-
"
|
|
1292
|
+
"label": "Critical"
|
|
1289
1293
|
}
|
|
1290
1294
|
],
|
|
1291
|
-
"
|
|
1292
|
-
"direction": "horizontal",
|
|
1295
|
+
"type": "stack",
|
|
1293
1296
|
"align": "center"
|
|
1294
1297
|
},
|
|
1295
1298
|
{
|
|
@@ -1306,21 +1309,21 @@
|
|
|
1306
1309
|
"value": "@entity.current"
|
|
1307
1310
|
},
|
|
1308
1311
|
{
|
|
1309
|
-
"direction": "horizontal",
|
|
1310
1312
|
"gap": "md",
|
|
1311
|
-
"
|
|
1313
|
+
"direction": "horizontal",
|
|
1312
1314
|
"children": [
|
|
1313
1315
|
{
|
|
1316
|
+
"value": "@entity.current",
|
|
1314
1317
|
"label": "Tokens Used",
|
|
1315
|
-
"type": "stat-display"
|
|
1316
|
-
"value": "@entity.current"
|
|
1318
|
+
"type": "stat-display"
|
|
1317
1319
|
},
|
|
1318
1320
|
{
|
|
1319
|
-
"
|
|
1321
|
+
"type": "stat-display",
|
|
1320
1322
|
"value": "@entity.max",
|
|
1321
|
-
"
|
|
1323
|
+
"label": "Max Tokens"
|
|
1322
1324
|
}
|
|
1323
|
-
]
|
|
1325
|
+
],
|
|
1326
|
+
"type": "stack"
|
|
1324
1327
|
},
|
|
1325
1328
|
{
|
|
1326
1329
|
"gap": "sm",
|
|
@@ -1328,25 +1331,22 @@
|
|
|
1328
1331
|
"type": "stack",
|
|
1329
1332
|
"children": [
|
|
1330
1333
|
{
|
|
1334
|
+
"label": "Compact Now",
|
|
1331
1335
|
"variant": "primary",
|
|
1332
|
-
"type": "button",
|
|
1333
1336
|
"action": "COMPACT",
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1337
|
+
"type": "button",
|
|
1338
|
+
"icon": "minimize-2"
|
|
1336
1339
|
},
|
|
1337
1340
|
{
|
|
1338
|
-
"icon": "rotate-ccw",
|
|
1339
|
-
"action": "RESET",
|
|
1340
|
-
"type": "button",
|
|
1341
1341
|
"variant": "ghost",
|
|
1342
|
-
"
|
|
1342
|
+
"type": "button",
|
|
1343
|
+
"label": "Reset",
|
|
1344
|
+
"action": "RESET",
|
|
1345
|
+
"icon": "rotate-ccw"
|
|
1343
1346
|
}
|
|
1344
1347
|
]
|
|
1345
1348
|
}
|
|
1346
|
-
]
|
|
1347
|
-
"type": "stack",
|
|
1348
|
-
"direction": "vertical",
|
|
1349
|
-
"gap": "lg"
|
|
1349
|
+
]
|
|
1350
1350
|
}
|
|
1351
1351
|
]
|
|
1352
1352
|
]
|
|
@@ -1386,12 +1386,13 @@
|
|
|
1386
1386
|
"render-ui",
|
|
1387
1387
|
"main",
|
|
1388
1388
|
{
|
|
1389
|
+
"direction": "vertical",
|
|
1389
1390
|
"gap": "lg",
|
|
1390
1391
|
"type": "stack",
|
|
1391
|
-
"direction": "vertical",
|
|
1392
1392
|
"children": [
|
|
1393
1393
|
{
|
|
1394
|
-
"
|
|
1394
|
+
"align": "center",
|
|
1395
|
+
"direction": "horizontal",
|
|
1395
1396
|
"children": [
|
|
1396
1397
|
{
|
|
1397
1398
|
"name": "alert-triangle",
|
|
@@ -1399,69 +1400,68 @@
|
|
|
1399
1400
|
},
|
|
1400
1401
|
{
|
|
1401
1402
|
"content": "Token Usage",
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1403
|
+
"type": "typography",
|
|
1404
|
+
"variant": "h2"
|
|
1404
1405
|
},
|
|
1405
1406
|
{
|
|
1407
|
+
"variant": "warning",
|
|
1406
1408
|
"label": "Warning",
|
|
1407
|
-
"type": "badge"
|
|
1408
|
-
"variant": "warning"
|
|
1409
|
+
"type": "badge"
|
|
1409
1410
|
}
|
|
1410
1411
|
],
|
|
1411
1412
|
"gap": "sm",
|
|
1412
|
-
"
|
|
1413
|
-
"align": "center"
|
|
1413
|
+
"type": "stack"
|
|
1414
1414
|
},
|
|
1415
1415
|
{
|
|
1416
1416
|
"type": "divider"
|
|
1417
1417
|
},
|
|
1418
1418
|
{
|
|
1419
|
-
"message": "Token usage approaching limit. Consider compacting.",
|
|
1420
1419
|
"type": "alert",
|
|
1420
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
1421
1421
|
"variant": "warning"
|
|
1422
1422
|
},
|
|
1423
1423
|
{
|
|
1424
|
-
"type": "progress-bar",
|
|
1425
1424
|
"value": "@entity.current",
|
|
1426
|
-
"max": "@entity.max"
|
|
1425
|
+
"max": "@entity.max",
|
|
1426
|
+
"type": "progress-bar"
|
|
1427
1427
|
},
|
|
1428
1428
|
{
|
|
1429
|
-
"
|
|
1429
|
+
"direction": "horizontal",
|
|
1430
1430
|
"children": [
|
|
1431
1431
|
{
|
|
1432
|
-
"type": "stat-display",
|
|
1433
1432
|
"value": "@entity.current",
|
|
1433
|
+
"type": "stat-display",
|
|
1434
1434
|
"label": "Tokens Used"
|
|
1435
1435
|
},
|
|
1436
1436
|
{
|
|
1437
|
-
"
|
|
1437
|
+
"label": "Max Tokens",
|
|
1438
1438
|
"value": "@entity.max",
|
|
1439
|
-
"
|
|
1439
|
+
"type": "stat-display"
|
|
1440
1440
|
}
|
|
1441
1441
|
],
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1442
|
+
"gap": "md",
|
|
1443
|
+
"type": "stack"
|
|
1444
1444
|
},
|
|
1445
1445
|
{
|
|
1446
|
-
"type": "stack",
|
|
1447
1446
|
"children": [
|
|
1448
1447
|
{
|
|
1449
|
-
"action": "COMPACT",
|
|
1450
1448
|
"icon": "minimize-2",
|
|
1449
|
+
"variant": "primary",
|
|
1451
1450
|
"type": "button",
|
|
1452
1451
|
"label": "Compact",
|
|
1453
|
-
"
|
|
1452
|
+
"action": "COMPACT"
|
|
1454
1453
|
},
|
|
1455
1454
|
{
|
|
1455
|
+
"label": "Reset",
|
|
1456
1456
|
"icon": "rotate-ccw",
|
|
1457
1457
|
"action": "RESET",
|
|
1458
|
-
"label": "Reset",
|
|
1459
1458
|
"variant": "ghost",
|
|
1460
1459
|
"type": "button"
|
|
1461
1460
|
}
|
|
1462
1461
|
],
|
|
1463
|
-
"
|
|
1464
|
-
"gap": "sm"
|
|
1462
|
+
"type": "stack",
|
|
1463
|
+
"gap": "sm",
|
|
1464
|
+
"direction": "horizontal"
|
|
1465
1465
|
}
|
|
1466
1466
|
]
|
|
1467
1467
|
}
|
|
@@ -1494,23 +1494,23 @@
|
|
|
1494
1494
|
"gap": "lg",
|
|
1495
1495
|
"children": [
|
|
1496
1496
|
{
|
|
1497
|
+
"direction": "horizontal",
|
|
1497
1498
|
"children": [
|
|
1498
1499
|
{
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1500
|
+
"name": "gauge",
|
|
1501
|
+
"type": "icon"
|
|
1501
1502
|
},
|
|
1502
1503
|
{
|
|
1503
|
-
"
|
|
1504
|
+
"type": "typography",
|
|
1504
1505
|
"content": "Token Usage",
|
|
1505
|
-
"
|
|
1506
|
+
"variant": "h2"
|
|
1506
1507
|
},
|
|
1507
1508
|
{
|
|
1508
|
-
"label": "Normal",
|
|
1509
1509
|
"type": "badge",
|
|
1510
|
+
"label": "Normal",
|
|
1510
1511
|
"variant": "default"
|
|
1511
1512
|
}
|
|
1512
1513
|
],
|
|
1513
|
-
"direction": "horizontal",
|
|
1514
1514
|
"align": "center",
|
|
1515
1515
|
"type": "stack",
|
|
1516
1516
|
"gap": "sm"
|
|
@@ -1519,33 +1519,33 @@
|
|
|
1519
1519
|
"type": "divider"
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
|
-
"type": "progress-bar",
|
|
1523
1522
|
"value": "@entity.current",
|
|
1524
|
-
"max": "@entity.max"
|
|
1523
|
+
"max": "@entity.max",
|
|
1524
|
+
"type": "progress-bar"
|
|
1525
1525
|
},
|
|
1526
1526
|
{
|
|
1527
|
-
"direction": "horizontal",
|
|
1528
1527
|
"type": "stack",
|
|
1529
1528
|
"gap": "md",
|
|
1530
1529
|
"children": [
|
|
1531
1530
|
{
|
|
1531
|
+
"type": "stat-display",
|
|
1532
1532
|
"label": "Tokens Used",
|
|
1533
|
-
"value": "@entity.current"
|
|
1534
|
-
"type": "stat-display"
|
|
1533
|
+
"value": "@entity.current"
|
|
1535
1534
|
},
|
|
1536
1535
|
{
|
|
1537
|
-
"type": "stat-display",
|
|
1538
1536
|
"label": "Max Tokens",
|
|
1539
|
-
"value": "@entity.max"
|
|
1537
|
+
"value": "@entity.max",
|
|
1538
|
+
"type": "stat-display"
|
|
1540
1539
|
}
|
|
1541
|
-
]
|
|
1540
|
+
],
|
|
1541
|
+
"direction": "horizontal"
|
|
1542
1542
|
},
|
|
1543
1543
|
{
|
|
1544
|
-
"type": "button",
|
|
1545
1544
|
"action": "RESET",
|
|
1546
1545
|
"variant": "ghost",
|
|
1547
1546
|
"icon": "rotate-ccw",
|
|
1548
|
-
"label": "Reset"
|
|
1547
|
+
"label": "Reset",
|
|
1548
|
+
"type": "button"
|
|
1549
1549
|
}
|
|
1550
1550
|
],
|
|
1551
1551
|
"direction": "vertical",
|
|
@@ -1574,18 +1574,19 @@
|
|
|
1574
1574
|
"render-ui",
|
|
1575
1575
|
"main",
|
|
1576
1576
|
{
|
|
1577
|
-
"
|
|
1577
|
+
"type": "stack",
|
|
1578
|
+
"direction": "vertical",
|
|
1578
1579
|
"children": [
|
|
1579
1580
|
{
|
|
1580
1581
|
"children": [
|
|
1581
1582
|
{
|
|
1582
|
-
"
|
|
1583
|
-
"
|
|
1583
|
+
"name": "gauge",
|
|
1584
|
+
"type": "icon"
|
|
1584
1585
|
},
|
|
1585
1586
|
{
|
|
1586
1587
|
"type": "typography",
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1588
|
+
"variant": "h2",
|
|
1589
|
+
"content": "Token Usage"
|
|
1589
1590
|
},
|
|
1590
1591
|
{
|
|
1591
1592
|
"type": "badge",
|
|
@@ -1594,45 +1595,44 @@
|
|
|
1594
1595
|
}
|
|
1595
1596
|
],
|
|
1596
1597
|
"gap": "sm",
|
|
1597
|
-
"
|
|
1598
|
+
"type": "stack",
|
|
1598
1599
|
"align": "center",
|
|
1599
|
-
"
|
|
1600
|
+
"direction": "horizontal"
|
|
1600
1601
|
},
|
|
1601
1602
|
{
|
|
1602
1603
|
"type": "divider"
|
|
1603
1604
|
},
|
|
1604
1605
|
{
|
|
1605
|
-
"type": "progress-bar",
|
|
1606
1606
|
"value": "@entity.current",
|
|
1607
|
+
"type": "progress-bar",
|
|
1607
1608
|
"max": "@entity.max"
|
|
1608
1609
|
},
|
|
1609
1610
|
{
|
|
1611
|
+
"direction": "horizontal",
|
|
1612
|
+
"gap": "md",
|
|
1613
|
+
"type": "stack",
|
|
1610
1614
|
"children": [
|
|
1611
1615
|
{
|
|
1612
|
-
"label": "Tokens Used",
|
|
1613
1616
|
"value": "@entity.current",
|
|
1617
|
+
"label": "Tokens Used",
|
|
1614
1618
|
"type": "stat-display"
|
|
1615
1619
|
},
|
|
1616
1620
|
{
|
|
1617
|
-
"
|
|
1621
|
+
"label": "Max Tokens",
|
|
1618
1622
|
"type": "stat-display",
|
|
1619
|
-
"
|
|
1623
|
+
"value": "@entity.max"
|
|
1620
1624
|
}
|
|
1621
|
-
]
|
|
1622
|
-
"type": "stack",
|
|
1623
|
-
"gap": "md",
|
|
1624
|
-
"direction": "horizontal"
|
|
1625
|
+
]
|
|
1625
1626
|
},
|
|
1626
1627
|
{
|
|
1627
1628
|
"label": "Reset",
|
|
1628
|
-
"variant": "ghost",
|
|
1629
1629
|
"type": "button",
|
|
1630
|
+
"variant": "ghost",
|
|
1630
1631
|
"action": "RESET",
|
|
1631
1632
|
"icon": "rotate-ccw"
|
|
1632
1633
|
}
|
|
1633
1634
|
],
|
|
1634
|
-
"
|
|
1635
|
-
"direction": "vertical"
|
|
1635
|
+
"gap": "lg"
|
|
1636
1636
|
}
|
|
1637
1637
|
]
|
|
1638
1638
|
]
|
|
@@ -1653,6 +1653,8 @@
|
|
|
1653
1653
|
{
|
|
1654
1654
|
"children": [
|
|
1655
1655
|
{
|
|
1656
|
+
"gap": "sm",
|
|
1657
|
+
"align": "center",
|
|
1656
1658
|
"children": [
|
|
1657
1659
|
{
|
|
1658
1660
|
"type": "icon",
|
|
@@ -1660,56 +1662,54 @@
|
|
|
1660
1662
|
},
|
|
1661
1663
|
{
|
|
1662
1664
|
"variant": "h2",
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
+
"content": "Token Usage",
|
|
1666
|
+
"type": "typography"
|
|
1665
1667
|
},
|
|
1666
1668
|
{
|
|
1667
1669
|
"type": "badge",
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1670
|
+
"variant": "default",
|
|
1671
|
+
"label": "Normal"
|
|
1670
1672
|
}
|
|
1671
1673
|
],
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1674
|
-
"align": "center",
|
|
1675
|
-
"type": "stack"
|
|
1674
|
+
"type": "stack",
|
|
1675
|
+
"direction": "horizontal"
|
|
1676
1676
|
},
|
|
1677
1677
|
{
|
|
1678
1678
|
"type": "divider"
|
|
1679
1679
|
},
|
|
1680
1680
|
{
|
|
1681
|
-
"type": "progress-bar",
|
|
1682
1681
|
"value": "@entity.current",
|
|
1683
|
-
"max": "@entity.max"
|
|
1682
|
+
"max": "@entity.max",
|
|
1683
|
+
"type": "progress-bar"
|
|
1684
1684
|
},
|
|
1685
1685
|
{
|
|
1686
1686
|
"children": [
|
|
1687
1687
|
{
|
|
1688
1688
|
"label": "Tokens Used",
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1689
|
+
"type": "stat-display",
|
|
1690
|
+
"value": "@entity.current"
|
|
1691
1691
|
},
|
|
1692
1692
|
{
|
|
1693
|
-
"value": "@entity.max",
|
|
1694
1693
|
"label": "Max Tokens",
|
|
1694
|
+
"value": "@entity.max",
|
|
1695
1695
|
"type": "stat-display"
|
|
1696
1696
|
}
|
|
1697
1697
|
],
|
|
1698
|
-
"
|
|
1698
|
+
"gap": "md",
|
|
1699
1699
|
"direction": "horizontal",
|
|
1700
|
-
"
|
|
1700
|
+
"type": "stack"
|
|
1701
1701
|
},
|
|
1702
1702
|
{
|
|
1703
|
-
"action": "RESET",
|
|
1704
1703
|
"variant": "ghost",
|
|
1705
|
-
"label": "Reset",
|
|
1706
1704
|
"icon": "rotate-ccw",
|
|
1707
|
-
"type": "button"
|
|
1705
|
+
"type": "button",
|
|
1706
|
+
"action": "RESET",
|
|
1707
|
+
"label": "Reset"
|
|
1708
1708
|
}
|
|
1709
1709
|
],
|
|
1710
|
+
"type": "stack",
|
|
1710
1711
|
"gap": "lg",
|
|
1711
|
-
"direction": "vertical"
|
|
1712
|
-
"type": "stack"
|
|
1712
|
+
"direction": "vertical"
|
|
1713
1713
|
}
|
|
1714
1714
|
]
|
|
1715
1715
|
]
|