@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
|
@@ -103,43 +103,49 @@
|
|
|
103
103
|
"required": true
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
"name": "row
|
|
107
|
-
"type": "
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
106
|
+
"name": "row",
|
|
107
|
+
"type": "object",
|
|
108
|
+
"properties": [
|
|
109
|
+
{
|
|
110
|
+
"name": "id",
|
|
111
|
+
"type": "string",
|
|
112
|
+
"required": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "targetId",
|
|
116
|
+
"type": "string",
|
|
117
|
+
"required": true
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "targetType",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"required": true
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "reason",
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "flagCount",
|
|
130
|
+
"type": "number"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "status",
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "reviewedBy",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "reviewedAt",
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "notes",
|
|
146
|
+
"type": "string"
|
|
147
|
+
}
|
|
148
|
+
]
|
|
143
149
|
}
|
|
144
150
|
]
|
|
145
151
|
},
|
|
@@ -155,43 +161,49 @@
|
|
|
155
161
|
"required": true
|
|
156
162
|
},
|
|
157
163
|
{
|
|
158
|
-
"name": "row
|
|
159
|
-
"type": "
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
164
|
+
"name": "row",
|
|
165
|
+
"type": "object",
|
|
166
|
+
"properties": [
|
|
167
|
+
{
|
|
168
|
+
"name": "id",
|
|
169
|
+
"type": "string",
|
|
170
|
+
"required": true
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "targetId",
|
|
174
|
+
"type": "string",
|
|
175
|
+
"required": true
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "targetType",
|
|
179
|
+
"type": "string",
|
|
180
|
+
"required": true
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "reason",
|
|
184
|
+
"type": "string"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "flagCount",
|
|
188
|
+
"type": "number"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "status",
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "reviewedBy",
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "reviewedAt",
|
|
200
|
+
"type": "string"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "notes",
|
|
204
|
+
"type": "string"
|
|
205
|
+
}
|
|
206
|
+
]
|
|
195
207
|
}
|
|
196
208
|
]
|
|
197
209
|
},
|
|
@@ -207,43 +219,49 @@
|
|
|
207
219
|
"required": true
|
|
208
220
|
},
|
|
209
221
|
{
|
|
210
|
-
"name": "row
|
|
211
|
-
"type": "
|
|
212
|
-
"
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
222
|
+
"name": "row",
|
|
223
|
+
"type": "object",
|
|
224
|
+
"properties": [
|
|
225
|
+
{
|
|
226
|
+
"name": "id",
|
|
227
|
+
"type": "string",
|
|
228
|
+
"required": true
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "targetId",
|
|
232
|
+
"type": "string",
|
|
233
|
+
"required": true
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "targetType",
|
|
237
|
+
"type": "string",
|
|
238
|
+
"required": true
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "reason",
|
|
242
|
+
"type": "string"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "flagCount",
|
|
246
|
+
"type": "number"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "status",
|
|
250
|
+
"type": "string"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "reviewedBy",
|
|
254
|
+
"type": "string"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "reviewedAt",
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "notes",
|
|
262
|
+
"type": "string"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
247
265
|
}
|
|
248
266
|
]
|
|
249
267
|
},
|
|
@@ -288,43 +306,49 @@
|
|
|
288
306
|
"tier": "essential",
|
|
289
307
|
"payloadSchema": [
|
|
290
308
|
{
|
|
291
|
-
"name": "row
|
|
292
|
-
"type": "
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
309
|
+
"name": "row",
|
|
310
|
+
"type": "object",
|
|
311
|
+
"properties": [
|
|
312
|
+
{
|
|
313
|
+
"name": "id",
|
|
314
|
+
"type": "string",
|
|
315
|
+
"required": true
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "targetId",
|
|
319
|
+
"type": "string",
|
|
320
|
+
"required": true
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "targetType",
|
|
324
|
+
"type": "string",
|
|
325
|
+
"required": true
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "reason",
|
|
329
|
+
"type": "string"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "flagCount",
|
|
333
|
+
"type": "number"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "status",
|
|
337
|
+
"type": "string"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "reviewedBy",
|
|
341
|
+
"type": "string"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "reviewedAt",
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "notes",
|
|
349
|
+
"type": "string"
|
|
350
|
+
}
|
|
351
|
+
]
|
|
328
352
|
}
|
|
329
353
|
]
|
|
330
354
|
},
|
|
@@ -506,8 +530,8 @@
|
|
|
506
530
|
"ModQueueItem",
|
|
507
531
|
{
|
|
508
532
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
533
|
+
"success": "ModQueueItemLoaded",
|
|
534
|
+
"failure": "ModQueueItemLoadFailed"
|
|
511
535
|
}
|
|
512
536
|
}
|
|
513
537
|
]
|
|
@@ -534,8 +558,8 @@
|
|
|
534
558
|
"ModQueueItem",
|
|
535
559
|
{
|
|
536
560
|
"emit": {
|
|
537
|
-
"
|
|
538
|
-
"
|
|
561
|
+
"success": "ModQueueItemLoaded",
|
|
562
|
+
"failure": "ModQueueItemLoadFailed"
|
|
539
563
|
}
|
|
540
564
|
}
|
|
541
565
|
],
|
|
@@ -543,22 +567,22 @@
|
|
|
543
567
|
"render-ui",
|
|
544
568
|
"@config.reviewSlot",
|
|
545
569
|
{
|
|
546
|
-
"gap": "md",
|
|
547
570
|
"type": "stack",
|
|
548
|
-
"direction": "vertical",
|
|
549
|
-
"align": "center",
|
|
550
|
-
"className": "py-12",
|
|
551
571
|
"children": [
|
|
552
572
|
{
|
|
553
573
|
"type": "spinner"
|
|
554
574
|
},
|
|
555
575
|
{
|
|
556
|
-
"
|
|
557
|
-
"variant": "caption",
|
|
576
|
+
"color": "muted",
|
|
558
577
|
"content": "Loading moderation queue…",
|
|
559
|
-
"
|
|
578
|
+
"type": "typography",
|
|
579
|
+
"variant": "caption"
|
|
560
580
|
}
|
|
561
|
-
]
|
|
581
|
+
],
|
|
582
|
+
"direction": "vertical",
|
|
583
|
+
"gap": "md",
|
|
584
|
+
"className": "py-12",
|
|
585
|
+
"align": "center"
|
|
562
586
|
}
|
|
563
587
|
]
|
|
564
588
|
]
|
|
@@ -572,62 +596,85 @@
|
|
|
572
596
|
"render-ui",
|
|
573
597
|
"@config.reviewSlot",
|
|
574
598
|
{
|
|
599
|
+
"direction": "vertical",
|
|
600
|
+
"type": "stack",
|
|
575
601
|
"children": [
|
|
576
602
|
{
|
|
577
|
-
"type": "stack",
|
|
578
|
-
"align": "center",
|
|
579
603
|
"justify": "between",
|
|
580
|
-
"
|
|
604
|
+
"align": "center",
|
|
581
605
|
"gap": "sm",
|
|
582
606
|
"children": [
|
|
583
607
|
{
|
|
608
|
+
"direction": "horizontal",
|
|
609
|
+
"type": "stack",
|
|
584
610
|
"children": [
|
|
585
611
|
{
|
|
586
|
-
"
|
|
587
|
-
"
|
|
612
|
+
"type": "icon",
|
|
613
|
+
"name": "shield-alert"
|
|
588
614
|
},
|
|
589
615
|
{
|
|
616
|
+
"content": "@config.title",
|
|
590
617
|
"type": "typography",
|
|
591
|
-
"variant": "h3"
|
|
592
|
-
"content": "@config.title"
|
|
618
|
+
"variant": "h3"
|
|
593
619
|
}
|
|
594
620
|
],
|
|
595
|
-
"type": "stack",
|
|
596
621
|
"gap": "sm",
|
|
597
|
-
"direction": "horizontal",
|
|
598
622
|
"align": "center"
|
|
599
623
|
},
|
|
600
624
|
{
|
|
601
|
-
"label": "Close",
|
|
602
625
|
"variant": "ghost",
|
|
603
626
|
"icon": "x",
|
|
604
|
-
"
|
|
605
|
-
"
|
|
627
|
+
"type": "button",
|
|
628
|
+
"label": "Close",
|
|
629
|
+
"action": "CLOSE"
|
|
606
630
|
}
|
|
607
|
-
]
|
|
631
|
+
],
|
|
632
|
+
"type": "stack",
|
|
633
|
+
"direction": "horizontal"
|
|
608
634
|
},
|
|
609
635
|
{
|
|
610
636
|
"type": "divider"
|
|
611
637
|
},
|
|
612
638
|
{
|
|
639
|
+
"itemActions": [
|
|
640
|
+
{
|
|
641
|
+
"variant": "primary",
|
|
642
|
+
"event": "APPROVE",
|
|
643
|
+
"label": "Approve",
|
|
644
|
+
"icon": "check"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"label": "Reject",
|
|
648
|
+
"event": "REJECT",
|
|
649
|
+
"variant": "danger",
|
|
650
|
+
"icon": "x"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"icon": "alert-triangle",
|
|
654
|
+
"label": "Escalate",
|
|
655
|
+
"event": "ESCALATE",
|
|
656
|
+
"variant": "secondary"
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"entity": "@payload.data",
|
|
613
660
|
"type": "data-grid",
|
|
661
|
+
"cols": 1.0,
|
|
614
662
|
"look": "@config.tableLook",
|
|
615
|
-
"gap": "sm",
|
|
616
663
|
"fields": [
|
|
617
664
|
{
|
|
618
665
|
"variant": "badge",
|
|
619
|
-
"
|
|
620
|
-
"
|
|
666
|
+
"label": "Type",
|
|
667
|
+
"name": "targetType"
|
|
621
668
|
},
|
|
622
669
|
{
|
|
623
670
|
"variant": "caption",
|
|
624
|
-
"
|
|
625
|
-
"
|
|
671
|
+
"label": "Reason",
|
|
672
|
+
"name": "reason"
|
|
626
673
|
},
|
|
627
674
|
{
|
|
628
675
|
"label": "Flags",
|
|
629
|
-
"
|
|
630
|
-
"
|
|
676
|
+
"name": "flagCount",
|
|
677
|
+
"variant": "caption"
|
|
631
678
|
},
|
|
632
679
|
{
|
|
633
680
|
"label": "Status",
|
|
@@ -635,32 +682,9 @@
|
|
|
635
682
|
"name": "status"
|
|
636
683
|
}
|
|
637
684
|
],
|
|
638
|
-
"
|
|
639
|
-
{
|
|
640
|
-
"label": "Approve",
|
|
641
|
-
"event": "APPROVE",
|
|
642
|
-
"variant": "primary",
|
|
643
|
-
"icon": "check"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"event": "REJECT",
|
|
647
|
-
"icon": "x",
|
|
648
|
-
"label": "Reject",
|
|
649
|
-
"variant": "danger"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"event": "ESCALATE",
|
|
653
|
-
"icon": "alert-triangle",
|
|
654
|
-
"variant": "secondary",
|
|
655
|
-
"label": "Escalate"
|
|
656
|
-
}
|
|
657
|
-
],
|
|
658
|
-
"entity": "@payload.data",
|
|
659
|
-
"cols": 1.0
|
|
685
|
+
"gap": "sm"
|
|
660
686
|
}
|
|
661
687
|
],
|
|
662
|
-
"type": "stack",
|
|
663
|
-
"direction": "vertical",
|
|
664
688
|
"gap": "md"
|
|
665
689
|
}
|
|
666
690
|
]
|
|
@@ -675,9 +699,9 @@
|
|
|
675
699
|
"render-ui",
|
|
676
700
|
"@config.reviewSlot",
|
|
677
701
|
{
|
|
702
|
+
"message": "@payload.error",
|
|
678
703
|
"type": "alert",
|
|
679
|
-
"variant": "error"
|
|
680
|
-
"message": "@payload.error"
|
|
704
|
+
"variant": "error"
|
|
681
705
|
}
|
|
682
706
|
]
|
|
683
707
|
]
|
|
@@ -704,13 +728,13 @@
|
|
|
704
728
|
"update",
|
|
705
729
|
"ModQueueItem",
|
|
706
730
|
{
|
|
707
|
-
"
|
|
708
|
-
"
|
|
731
|
+
"id": "@payload.row.id",
|
|
732
|
+
"status": "approved"
|
|
709
733
|
},
|
|
710
734
|
{
|
|
711
735
|
"emit": {
|
|
712
|
-
"
|
|
713
|
-
"
|
|
736
|
+
"failure": "ModQueueItemReviewFailed",
|
|
737
|
+
"success": "ModQueueItemReviewed"
|
|
714
738
|
}
|
|
715
739
|
}
|
|
716
740
|
]
|
|
@@ -731,8 +755,8 @@
|
|
|
731
755
|
},
|
|
732
756
|
{
|
|
733
757
|
"emit": {
|
|
734
|
-
"
|
|
735
|
-
"
|
|
758
|
+
"failure": "ModQueueItemReviewFailed",
|
|
759
|
+
"success": "ModQueueItemReviewed"
|
|
736
760
|
}
|
|
737
761
|
}
|
|
738
762
|
]
|
|
@@ -753,8 +777,8 @@
|
|
|
753
777
|
},
|
|
754
778
|
{
|
|
755
779
|
"emit": {
|
|
756
|
-
"
|
|
757
|
-
"
|
|
780
|
+
"success": "ModQueueItemReviewed",
|
|
781
|
+
"failure": "ModQueueItemReviewFailed"
|
|
758
782
|
}
|
|
759
783
|
}
|
|
760
784
|
]
|
|
@@ -770,8 +794,8 @@
|
|
|
770
794
|
"ModQueueItem",
|
|
771
795
|
{
|
|
772
796
|
"emit": {
|
|
773
|
-
"
|
|
774
|
-
"
|
|
797
|
+
"failure": "ModQueueItemLoadFailed",
|
|
798
|
+
"success": "ModQueueItemLoaded"
|
|
775
799
|
}
|
|
776
800
|
}
|
|
777
801
|
]
|
|
@@ -824,8 +848,8 @@
|
|
|
824
848
|
"render-ui",
|
|
825
849
|
"@config.reviewSlot",
|
|
826
850
|
{
|
|
827
|
-
"
|
|
828
|
-
"
|
|
851
|
+
"size": "sm",
|
|
852
|
+
"type": "spinner"
|
|
829
853
|
}
|
|
830
854
|
]
|
|
831
855
|
]
|
|
@@ -845,6 +869,13 @@
|
|
|
845
869
|
]
|
|
846
870
|
},
|
|
847
871
|
"config": {
|
|
872
|
+
"autoEscalateThreshold": {
|
|
873
|
+
"type": "number",
|
|
874
|
+
"default": 5.0,
|
|
875
|
+
"label": "Auto-escalate at",
|
|
876
|
+
"description": "Flag count after which an item is auto-escalated to senior review",
|
|
877
|
+
"tier": "policy"
|
|
878
|
+
},
|
|
848
879
|
"enabled": {
|
|
849
880
|
"type": "boolean",
|
|
850
881
|
"default": false,
|
|
@@ -853,13 +884,6 @@
|
|
|
853
884
|
"synonyms": "enable, turn on, enforce, require, activate, apply, switch on, moderation, moderation queue, content review queue, flag for review, content moderation, review flagged content, abuse review, spam queue, report queue",
|
|
854
885
|
"tier": "policy"
|
|
855
886
|
},
|
|
856
|
-
"autoEscalateThreshold": {
|
|
857
|
-
"type": "number",
|
|
858
|
-
"default": 5.0,
|
|
859
|
-
"label": "Auto-escalate at",
|
|
860
|
-
"description": "Flag count after which an item is auto-escalated to senior review",
|
|
861
|
-
"tier": "policy"
|
|
862
|
-
},
|
|
863
887
|
"title": {
|
|
864
888
|
"type": "string",
|
|
865
889
|
"default": "Moderation Queue",
|
|
@@ -905,4 +929,4 @@
|
|
|
905
929
|
]
|
|
906
930
|
}
|
|
907
931
|
]
|
|
908
|
-
}
|
|
932
|
+
}
|