@almadar/std 16.26.0 → 16.27.0
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/ui/avl/molecules/ui-behavior-view.orb +164 -164
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +108 -108
- package/behaviors/registry/ui/core/atoms/ui-action-button.orb +41 -41
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +9 -10
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +54 -54
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-box.orb +125 -126
- package/behaviors/registry/ui/core/atoms/ui-button.orb +50 -50
- package/behaviors/registry/ui/core/atoms/ui-card.orb +38 -39
- package/behaviors/registry/ui/core/atoms/ui-center.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +21 -21
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +28 -28
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +13 -13
- package/behaviors/registry/ui/core/atoms/ui-control-button.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +7 -8
- package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +55 -55
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +5 -5
- package/behaviors/registry/ui/core/atoms/ui-heading.orb +86 -87
- package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +37 -37
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-input.orb +59 -59
- package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +43 -43
- package/behaviors/registry/ui/core/atoms/ui-label.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +30 -30
- package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +54 -54
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +9 -9
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +50 -50
- package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-score-display.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-select.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +27 -27
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-sprite.orb +61 -61
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +75 -76
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +43 -43
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +47 -47
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +22 -22
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +27 -27
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +27 -27
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +44 -44
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +16 -16
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-text.orb +72 -73
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +23 -19
- package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +86 -87
- package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +18 -18
- package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +46 -46
- package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +37 -38
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +52 -52
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +34 -16
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +11 -11
- package/{dist/behaviors/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-chart.orb +174 -174
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +42 -42
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-code-viewer.orb +131 -131
- package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +44 -44
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-confirm-dialog.orb +127 -63
- package/behaviors/registry/ui/core/molecules/ui-container.orb +29 -30
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-content-renderer.orb +85 -85
- package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +43 -43
- package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +210 -210
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +237 -237
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +20 -20
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +4 -4
- package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +57 -57
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +16 -16
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +22 -22
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +25 -25
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-document-viewer.orb +104 -104
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +115 -52
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +49 -49
- package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +61 -61
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +67 -67
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +58 -58
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +68 -69
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +63 -63
- package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +81 -81
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +9 -9
- package/{dist/behaviors/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-graph-canvas.orb +111 -111
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +64 -64
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +51 -51
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-header.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +38 -38
- package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +362 -362
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-jazari-state-machine.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +89 -25
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +49 -49
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +89 -89
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +114 -114
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +126 -63
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-navigation.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +44 -44
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-orbital-visualization.orb +72 -72
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-page-header.orb +122 -123
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +73 -21
- package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +4 -4
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +77 -77
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +66 -66
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +68 -20
- package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +36 -36
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-score-board.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +32 -32
- package/{dist/behaviors/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-section.orb +72 -72
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +90 -26
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-sidebar.orb +94 -94
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-signature-pad.orb +50 -50
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +16 -16
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +14 -14
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-split.orb +75 -75
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +106 -106
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +49 -49
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +247 -247
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +83 -83
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +32 -32
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-wizard-container.orb +283 -283
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +89 -89
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +25 -25
- package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +72 -72
- package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +102 -72
- package/behaviors/registry/ui/core/organisms/ui-code-view.orb +17 -17
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +108 -108
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +214 -214
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +41 -42
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +200 -201
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +132 -133
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +252 -252
- package/behaviors/registry/ui/core/organisms/ui-event-log.orb +33 -33
- package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +92 -67
- package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +46 -46
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +426 -427
- package/behaviors/registry/ui/core/organisms/ui-form.orb +462 -463
- package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +176 -64
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +27 -27
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +66 -66
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +132 -132
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +34 -35
- package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +75 -75
- package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +57 -57
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +18 -18
- package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +86 -86
- package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +119 -78
- package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +106 -106
- package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +24 -24
- package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +50 -50
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +45 -45
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +20 -20
- package/behaviors/registry/ui/core/organisms/ui-state-node.orb +31 -31
- package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +116 -96
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +22 -22
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +79 -79
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +39 -40
- package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +44 -44
- package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +49 -49
- package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +76 -76
- package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +12 -12
- package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +19 -19
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +26 -26
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +118 -119
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +20 -20
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +26 -26
- package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +61 -61
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +258 -258
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +63 -63
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +168 -168
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +207 -207
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +64 -64
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +39 -39
- package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +89 -89
- package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +50 -50
- package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +68 -68
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +120 -120
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +75 -75
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +98 -98
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +151 -151
- package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +111 -111
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +193 -193
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +14 -14
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +4 -4
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +20 -21
- package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +23 -23
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +12 -12
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +55 -55
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +42 -42
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +13 -13
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +25 -25
- package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +15 -15
- package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +18 -18
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +28 -28
- package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +35 -35
- package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +42 -42
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +40 -40
- package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +33 -34
- package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +87 -88
- package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +43 -43
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +32 -32
- package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +16 -16
- package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +19 -19
- package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +54 -55
- package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +19 -19
- package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +15 -15
- package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +26 -26
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +20 -20
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +27 -27
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +24 -24
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +28 -28
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +119 -119
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +114 -71
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +71 -61
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +80 -55
- 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 +11 -11
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +164 -164
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +108 -108
- package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +41 -41
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +9 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +54 -54
- package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +125 -126
- package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +50 -50
- package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +38 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +21 -21
- package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +28 -28
- package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +13 -13
- package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +7 -8
- package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +55 -55
- package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +5 -5
- package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +86 -87
- package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +37 -37
- package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +59 -59
- package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +43 -43
- package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +30 -30
- package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +54 -54
- package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +9 -9
- package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +50 -50
- package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +27 -27
- package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +61 -61
- package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +75 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +43 -43
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +47 -47
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +22 -22
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +27 -27
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +27 -27
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +44 -44
- package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +16 -16
- package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +72 -73
- package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +23 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +86 -87
- package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +18 -18
- package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +46 -46
- package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +37 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +52 -52
- package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +34 -16
- package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +11 -11
- package/{behaviors/registry/ui/core/organisms → dist/behaviors/registry/ui/core/molecules}/ui-chart.orb +174 -174
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +42 -42
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-code-viewer.orb +131 -131
- package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +44 -44
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-confirm-dialog.orb +127 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +29 -30
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-content-renderer.orb +85 -85
- package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +43 -43
- package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +210 -210
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +237 -237
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +20 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +4 -4
- package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +57 -57
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +16 -16
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +22 -22
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +25 -25
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-document-viewer.orb +104 -104
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +115 -52
- package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +49 -49
- package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +61 -61
- package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +67 -67
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +58 -58
- package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +68 -69
- package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +63 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +81 -81
- package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +9 -9
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-graph-canvas.orb +111 -111
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +64 -64
- package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +51 -51
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-header.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +38 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +362 -362
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-jazari-state-machine.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +89 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +49 -49
- package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +89 -89
- package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +114 -114
- package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +126 -63
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-navigation.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +44 -44
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-orbital-visualization.orb +72 -72
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-page-header.orb +122 -123
- package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +73 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +4 -4
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +77 -77
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +66 -66
- package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +68 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +36 -36
- package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +32 -32
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-section.orb +72 -72
- package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +90 -26
- package/{behaviors/registry/ui/core/organisms → dist/behaviors/registry/ui/core/molecules}/ui-sidebar.orb +94 -94
- package/{behaviors/registry/ui/core/organisms → dist/behaviors/registry/ui/core/molecules}/ui-signature-pad.orb +50 -50
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +16 -16
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +14 -14
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-split.orb +75 -75
- package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +106 -106
- package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +49 -49
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +247 -247
- package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +83 -83
- package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +32 -32
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-wizard-container.orb +283 -283
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +89 -89
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +25 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +72 -72
- package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +102 -72
- package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +17 -17
- package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +108 -108
- package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +214 -214
- package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +41 -42
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +200 -201
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +132 -133
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +252 -252
- package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +33 -33
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +92 -67
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +46 -46
- package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +426 -427
- package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +462 -463
- package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +176 -64
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +27 -27
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +66 -66
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +132 -132
- package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +34 -35
- package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +75 -75
- package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +57 -57
- package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +18 -18
- package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +86 -86
- package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +119 -78
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +106 -106
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +24 -24
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +50 -50
- package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +45 -45
- package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +20 -20
- package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +31 -31
- package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +116 -96
- package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +22 -22
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +79 -79
- package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +39 -40
- package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +44 -44
- package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +49 -49
- package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +76 -76
- package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +12 -12
- package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +19 -19
- package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +26 -26
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +118 -119
- package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +20 -20
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +26 -26
- package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +61 -61
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +258 -258
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +63 -63
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +168 -168
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +207 -207
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +64 -64
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +39 -39
- package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +89 -89
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +50 -50
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +68 -68
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +120 -120
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +75 -75
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +98 -98
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +151 -151
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +111 -111
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +193 -193
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +14 -14
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +4 -4
- package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +20 -21
- 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 +23 -23
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +55 -55
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +42 -42
- package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +13 -13
- package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +25 -25
- package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +15 -15
- package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +18 -18
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +28 -28
- package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +35 -35
- package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +42 -42
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +40 -40
- package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +33 -34
- package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +87 -88
- package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +43 -43
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +32 -32
- package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +16 -16
- package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +54 -55
- package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +15 -15
- package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +26 -26
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +20 -20
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +27 -27
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +24 -24
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +28 -28
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +119 -119
- package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +114 -71
- package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +71 -61
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +80 -55
- 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 +11 -11
- package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +164 -164
- package/dist/registry/ui/avl/molecules/ui-module-card.orb +108 -108
- package/dist/registry/ui/core/atoms/ui-action-button.orb +41 -41
- package/dist/registry/ui/core/atoms/ui-aside.orb +9 -10
- package/dist/registry/ui/core/atoms/ui-avatar.orb +54 -54
- package/dist/registry/ui/core/atoms/ui-badge.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-box.orb +125 -126
- package/dist/registry/ui/core/atoms/ui-button.orb +50 -50
- package/dist/registry/ui/core/atoms/ui-card.orb +38 -39
- package/dist/registry/ui/core/atoms/ui-center.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-checkbox.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-choice-button.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-combo-counter.orb +21 -21
- package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +28 -28
- package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +13 -13
- package/dist/registry/ui/core/atoms/ui-control-button.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-day-cell.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-dialog.orb +7 -8
- package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-divider.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-filter-pill.orb +55 -55
- package/dist/registry/ui/core/atoms/ui-flip-container.orb +5 -5
- package/dist/registry/ui/core/atoms/ui-heading.orb +86 -87
- package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-icon.orb +37 -37
- package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-input.orb +59 -59
- package/dist/registry/ui/core/atoms/ui-item-slot.orb +43 -43
- package/dist/registry/ui/core/atoms/ui-label.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +30 -30
- package/dist/registry/ui/core/atoms/ui-mini-map.orb +54 -54
- package/dist/registry/ui/core/atoms/ui-overlay.orb +9 -9
- package/dist/registry/ui/core/atoms/ui-progress-bar.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-radio.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-range-slider.orb +50 -50
- package/dist/registry/ui/core/atoms/ui-resource-counter.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-score-display.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-section-header.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-select.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-spacer.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-sparkline.orb +27 -27
- package/dist/registry/ui/core/atoms/ui-spinner.orb +1 -1
- package/dist/registry/ui/core/atoms/ui-sprite.orb +61 -61
- package/dist/registry/ui/core/atoms/ui-stack.orb +75 -76
- package/dist/registry/ui/core/atoms/ui-status-dot.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-status-effect.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-svg-connection.orb +43 -43
- package/dist/registry/ui/core/atoms/ui-svg-flow.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-svg-grid.orb +47 -47
- package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +22 -22
- package/dist/registry/ui/core/atoms/ui-svg-morph.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-node.orb +27 -27
- package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-svg-ring.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-svg-shield.orb +27 -27
- package/dist/registry/ui/core/atoms/ui-svg-stack.orb +44 -44
- package/dist/registry/ui/core/atoms/ui-switch.orb +16 -16
- package/dist/registry/ui/core/atoms/ui-text-highlight.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-text.orb +72 -73
- package/dist/registry/ui/core/atoms/ui-textarea.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +23 -19
- package/dist/registry/ui/core/atoms/ui-timer-display.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-trait-frame.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-typography.orb +86 -87
- package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +18 -18
- package/dist/registry/ui/core/atoms/ui-xp-bar.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-accordion.orb +46 -46
- package/dist/registry/ui/core/molecules/ui-action-buttons.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-alert.orb +37 -38
- package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +52 -52
- package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +34 -16
- package/dist/registry/ui/core/molecules/ui-carousel.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-chart-legend.orb +11 -11
- package/dist/registry/ui/core/{organisms → molecules}/ui-chart.orb +174 -174
- package/dist/registry/ui/core/molecules/ui-code-block.orb +42 -42
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-code-viewer.orb +131 -131
- package/dist/registry/ui/core/molecules/ui-combat-log.orb +44 -44
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-confirm-dialog.orb +127 -63
- package/dist/registry/ui/core/molecules/ui-container.orb +29 -30
- package/dist/registry/ui/core/{organisms → molecules}/ui-content-renderer.orb +85 -85
- package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +43 -43
- package/dist/registry/ui/core/molecules/ui-d-pad.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-data-grid.orb +210 -210
- package/dist/registry/ui/core/molecules/ui-data-list.orb +237 -237
- package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +20 -20
- package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +4 -4
- package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +57 -57
- package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +16 -16
- package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +22 -22
- package/dist/registry/ui/core/molecules/ui-doc-toc.orb +25 -25
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-document-viewer.orb +104 -104
- package/dist/registry/ui/core/molecules/ui-drawer.orb +115 -52
- package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-empty-state.orb +49 -49
- package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-error-boundary.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-error-state.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-feature-grid.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-file-tree.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-filter-group.orb +61 -61
- package/dist/registry/ui/core/molecules/ui-flex.orb +67 -67
- package/dist/registry/ui/core/molecules/ui-flip-card.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +58 -58
- package/dist/registry/ui/core/molecules/ui-form-actions.orb +68 -69
- package/dist/registry/ui/core/molecules/ui-form-field.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-form-section-header.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-game-hud.orb +63 -63
- package/dist/registry/ui/core/molecules/ui-game-menu.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +81 -81
- package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +9 -9
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-graph-canvas.orb +111 -111
- package/dist/registry/ui/core/molecules/ui-graph-view.orb +64 -64
- package/dist/registry/ui/core/molecules/ui-grid.orb +51 -51
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-header.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-health-panel.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-input-group.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +38 -38
- package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +362 -362
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-jazari-state-machine.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +89 -25
- package/dist/registry/ui/core/molecules/ui-likert-scale.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-line-chart.orb +49 -49
- package/dist/registry/ui/core/molecules/ui-loading-state.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-map-view.orb +89 -89
- package/dist/registry/ui/core/molecules/ui-markdown-content.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-matrix-question.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-menu.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-meter.orb +114 -114
- package/dist/registry/ui/core/molecules/ui-modal.orb +126 -63
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-navigation.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-notification.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-number-stepper.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +44 -44
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-orbital-visualization.orb +72 -72
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-page-header.orb +122 -123
- package/dist/registry/ui/core/molecules/ui-pagination.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-popover.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +73 -21
- package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-progress-dots.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-pull-quote.orb +4 -4
- package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-quiz-block.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-relation-select.orb +77 -77
- package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +66 -66
- package/dist/registry/ui/core/molecules/ui-reply-tree.orb +68 -20
- package/dist/registry/ui/core/molecules/ui-resource-bar.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +36 -36
- package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-score-board.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-search-input.orb +32 -32
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-section.orb +72 -72
- package/dist/registry/ui/core/molecules/ui-side-panel.orb +90 -26
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-sidebar.orb +94 -94
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-signature-pad.orb +50 -50
- package/dist/registry/ui/core/molecules/ui-simple-grid.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-skeleton.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-social-proof.orb +16 -16
- package/dist/registry/ui/core/molecules/ui-sortable-list.orb +14 -14
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-split.orb +75 -75
- package/dist/registry/ui/core/molecules/ui-star-rating.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-stat-badge.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-stat-display.orb +106 -106
- package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +49 -49
- package/dist/registry/ui/core/molecules/ui-table-view.orb +247 -247
- package/dist/registry/ui/core/molecules/ui-tabs.orb +83 -83
- package/dist/registry/ui/core/molecules/ui-tag-input.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-tooltip.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-turn-panel.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-version-diff.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-violation-alert.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-vote-stack.orb +32 -32
- package/dist/registry/ui/core/{organisms → molecules}/ui-wizard-container.orb +283 -283
- package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +89 -89
- package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +25 -25
- package/dist/registry/ui/core/organisms/ui-action-palette.orb +72 -72
- package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +102 -72
- package/dist/registry/ui/core/organisms/ui-code-view.orb +17 -17
- package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +108 -108
- package/dist/registry/ui/core/organisms/ui-detail-panel.orb +214 -214
- package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +41 -42
- package/dist/registry/ui/core/organisms/ui-entity-cards.orb +200 -201
- package/dist/registry/ui/core/organisms/ui-entity-list.orb +132 -133
- package/dist/registry/ui/core/organisms/ui-entity-table.orb +252 -252
- package/dist/registry/ui/core/organisms/ui-event-log.orb +33 -33
- package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +92 -67
- package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +46 -46
- package/dist/registry/ui/core/organisms/ui-form-section.orb +426 -427
- package/dist/registry/ui/core/organisms/ui-form.orb +462 -463
- package/dist/registry/ui/core/organisms/ui-hero-organism.orb +176 -64
- package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +27 -27
- package/dist/registry/ui/core/organisms/ui-master-detail.orb +66 -66
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +132 -132
- package/dist/registry/ui/core/organisms/ui-modal-slot.orb +34 -35
- package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +75 -75
- package/dist/registry/ui/core/organisms/ui-rule-editor.orb +57 -57
- package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +18 -18
- package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +86 -86
- package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +119 -78
- package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +106 -106
- package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +24 -24
- package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +50 -50
- package/dist/registry/ui/core/organisms/ui-split-pane.orb +45 -45
- package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +20 -20
- package/dist/registry/ui/core/organisms/ui-state-node.orb +31 -31
- package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +116 -96
- package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +22 -22
- package/dist/registry/ui/core/organisms/ui-timeline.orb +79 -79
- package/dist/registry/ui/core/organisms/ui-toast-slot.orb +39 -40
- package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +44 -44
- package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +49 -49
- package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +76 -76
- package/dist/registry/ui/core/organisms/ui-variable-panel.orb +12 -12
- package/dist/registry/ui/core/templates/ui-auth-layout.orb +19 -19
- package/dist/registry/ui/core/templates/ui-counter-template.orb +26 -26
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +118 -119
- package/dist/registry/ui/core/templates/ui-generic-app-template.orb +20 -20
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +26 -26
- package/dist/registry/ui/game/organisms/ui-action-tile.orb +61 -61
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +258 -258
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +63 -63
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +168 -168
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +207 -207
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +64 -64
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +39 -39
- package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +89 -89
- package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +50 -50
- package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +10 -10
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +68 -68
- package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +120 -120
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +75 -75
- package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +98 -98
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +151 -151
- package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +111 -111
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +193 -193
- package/dist/registry/ui/game/templates/ui-battle-template.orb +14 -14
- package/dist/registry/ui/game/templates/ui-castle-template.orb +4 -4
- package/dist/registry/ui/game/templates/ui-game-shell.orb +20 -21
- package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +23 -23
- package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +12 -12
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +55 -55
- package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +42 -42
- package/dist/registry/ui/marketing/atoms/ui-content-section.orb +13 -13
- package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +25 -25
- package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +15 -15
- package/dist/registry/ui/marketing/molecules/ui-article-section.orb +18 -18
- package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +28 -28
- package/dist/registry/ui/marketing/molecules/ui-community-links.orb +35 -35
- package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +42 -42
- package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +40 -40
- package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +33 -34
- package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +87 -88
- package/dist/registry/ui/marketing/molecules/ui-install-box.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +43 -43
- package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +32 -32
- package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +16 -16
- package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +19 -19
- package/dist/registry/ui/marketing/molecules/ui-split-section.orb +54 -55
- package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +19 -19
- package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +15 -15
- package/dist/registry/ui/marketing/molecules/ui-team-card.orb +26 -26
- package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +20 -20
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +27 -27
- package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +24 -24
- package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +28 -28
- package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +119 -119
- package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +114 -71
- package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +71 -61
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +80 -55
- 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 +11 -11
- package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/package.json +1 -1
- package/behaviors/registry/ui/core/molecules/ui-code-example.orb +0 -125
- package/behaviors/registry/ui/core/organisms/ui-table.orb +0 -312
- package/dist/behaviors/registry/ui/core/molecules/ui-code-example.orb +0 -125
- package/dist/behaviors/registry/ui/core/organisms/ui-table.orb +0 -312
- package/dist/registry/ui/core/molecules/ui-code-example.orb +0 -125
- package/dist/registry/ui/core/organisms/ui-table.orb +0 -312
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"render-ui",
|
|
50
50
|
"main",
|
|
51
51
|
{
|
|
52
|
+
"type": "game-hud",
|
|
53
|
+
"size": "@config.size",
|
|
54
|
+
"className": "@config.className",
|
|
52
55
|
"position": "@config.position",
|
|
53
56
|
"transparent": "@config.transparent",
|
|
54
|
-
"className": "@config.className",
|
|
55
|
-
"size": "@config.size",
|
|
56
|
-
"type": "game-hud",
|
|
57
|
-
"items": "@config.items",
|
|
58
57
|
"elements": "@config.elements",
|
|
59
|
-
"stats": "@config.stats"
|
|
58
|
+
"stats": "@config.stats",
|
|
59
|
+
"items": "@config.items"
|
|
60
60
|
}
|
|
61
61
|
]
|
|
62
62
|
]
|
|
@@ -64,11 +64,30 @@
|
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"config": {
|
|
67
|
-
"
|
|
68
|
-
"type": "
|
|
67
|
+
"transparent": {
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"default": true,
|
|
70
|
+
"label": "Transparent",
|
|
71
|
+
"description": "Whether to use a semi-transparent background",
|
|
72
|
+
"tier": "presentation"
|
|
73
|
+
},
|
|
74
|
+
"position": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"default": "top",
|
|
77
|
+
"label": "Position",
|
|
78
|
+
"description": "Position of the HUD",
|
|
79
|
+
"tier": "presentation",
|
|
80
|
+
"values": [
|
|
81
|
+
"top",
|
|
82
|
+
"bottom",
|
|
83
|
+
"corners"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"items": {
|
|
87
|
+
"type": "[GameHudItemsItem]",
|
|
69
88
|
"default": [],
|
|
70
|
-
"label": "
|
|
71
|
-
"description": "
|
|
89
|
+
"label": "Items",
|
|
90
|
+
"description": "Alias for stats (schema compatibility)",
|
|
72
91
|
"tier": "presentation",
|
|
73
92
|
"items": {
|
|
74
93
|
"type": "object",
|
|
@@ -86,25 +105,6 @@
|
|
|
86
105
|
}
|
|
87
106
|
}
|
|
88
107
|
},
|
|
89
|
-
"size": {
|
|
90
|
-
"type": "string",
|
|
91
|
-
"default": "md",
|
|
92
|
-
"label": "Size",
|
|
93
|
-
"description": "Size variant",
|
|
94
|
-
"tier": "presentation",
|
|
95
|
-
"values": [
|
|
96
|
-
"sm",
|
|
97
|
-
"md",
|
|
98
|
-
"lg"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
|
-
"className": {
|
|
102
|
-
"type": "string",
|
|
103
|
-
"default": "",
|
|
104
|
-
"label": "Class Name",
|
|
105
|
-
"description": "Additional CSS classes",
|
|
106
|
-
"tier": "presentation"
|
|
107
|
-
},
|
|
108
108
|
"elements": {
|
|
109
109
|
"type": "[GameHudElementsItem]",
|
|
110
110
|
"default": [],
|
|
@@ -114,13 +114,8 @@
|
|
|
114
114
|
"items": {
|
|
115
115
|
"type": "object",
|
|
116
116
|
"properties": {
|
|
117
|
-
"
|
|
118
|
-
"name": "
|
|
119
|
-
"type": "string",
|
|
120
|
-
"required": false
|
|
121
|
-
},
|
|
122
|
-
"label": {
|
|
123
|
-
"name": "label",
|
|
117
|
+
"format": {
|
|
118
|
+
"name": "format",
|
|
124
119
|
"type": "string",
|
|
125
120
|
"required": false
|
|
126
121
|
},
|
|
@@ -129,13 +124,13 @@
|
|
|
129
124
|
"type": "string",
|
|
130
125
|
"required": false
|
|
131
126
|
},
|
|
132
|
-
"
|
|
133
|
-
"name": "
|
|
134
|
-
"type": "
|
|
127
|
+
"label": {
|
|
128
|
+
"name": "label",
|
|
129
|
+
"type": "string",
|
|
135
130
|
"required": false
|
|
136
131
|
},
|
|
137
|
-
"
|
|
138
|
-
"name": "
|
|
132
|
+
"bind": {
|
|
133
|
+
"name": "bind",
|
|
139
134
|
"type": "string",
|
|
140
135
|
"required": false
|
|
141
136
|
},
|
|
@@ -144,43 +139,41 @@
|
|
|
144
139
|
"type": "string",
|
|
145
140
|
"required": false
|
|
146
141
|
},
|
|
147
|
-
"
|
|
148
|
-
"name": "
|
|
142
|
+
"value": {
|
|
143
|
+
"name": "value",
|
|
149
144
|
"type": "string",
|
|
150
145
|
"required": false
|
|
151
146
|
},
|
|
152
|
-
"
|
|
153
|
-
"name": "
|
|
147
|
+
"max": {
|
|
148
|
+
"name": "max",
|
|
149
|
+
"type": "number",
|
|
150
|
+
"required": false
|
|
151
|
+
},
|
|
152
|
+
"position": {
|
|
153
|
+
"name": "position",
|
|
154
154
|
"type": "string",
|
|
155
155
|
"required": false
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
-
"
|
|
161
|
-
"type": "boolean",
|
|
162
|
-
"default": true,
|
|
163
|
-
"label": "Transparent",
|
|
164
|
-
"description": "Whether to use a semi-transparent background",
|
|
165
|
-
"tier": "presentation"
|
|
166
|
-
},
|
|
167
|
-
"position": {
|
|
160
|
+
"size": {
|
|
168
161
|
"type": "string",
|
|
169
|
-
"default": "
|
|
170
|
-
"label": "
|
|
171
|
-
"description": "
|
|
162
|
+
"default": "md",
|
|
163
|
+
"label": "Size",
|
|
164
|
+
"description": "Size variant",
|
|
172
165
|
"tier": "presentation",
|
|
173
166
|
"values": [
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
167
|
+
"sm",
|
|
168
|
+
"md",
|
|
169
|
+
"lg"
|
|
177
170
|
]
|
|
178
171
|
},
|
|
179
|
-
"
|
|
180
|
-
"type": "[
|
|
172
|
+
"stats": {
|
|
173
|
+
"type": "[GameHudStatsItem]",
|
|
181
174
|
"default": [],
|
|
182
|
-
"label": "
|
|
183
|
-
"description": "
|
|
175
|
+
"label": "Stats",
|
|
176
|
+
"description": "Stats to display - accepts readonly for compatibility with generated const arrays",
|
|
184
177
|
"tier": "presentation",
|
|
185
178
|
"items": {
|
|
186
179
|
"type": "object",
|
|
@@ -197,6 +190,13 @@
|
|
|
197
190
|
}
|
|
198
191
|
}
|
|
199
192
|
}
|
|
193
|
+
},
|
|
194
|
+
"className": {
|
|
195
|
+
"type": "string",
|
|
196
|
+
"default": "",
|
|
197
|
+
"label": "Class Name",
|
|
198
|
+
"description": "Additional CSS classes",
|
|
199
|
+
"tier": "presentation"
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"scope": "instance"
|
|
@@ -215,4 +215,4 @@
|
|
|
215
215
|
]
|
|
216
216
|
}
|
|
217
217
|
]
|
|
218
|
-
}
|
|
218
|
+
}
|
|
@@ -145,15 +145,15 @@
|
|
|
145
145
|
"render-ui",
|
|
146
146
|
"main",
|
|
147
147
|
{
|
|
148
|
-
"title": "@config.title",
|
|
149
|
-
"subtitle": "@config.subtitle",
|
|
150
|
-
"className": "@config.className",
|
|
151
148
|
"menuItems": "@config.menuItems",
|
|
152
|
-
"
|
|
149
|
+
"options": "@config.options",
|
|
150
|
+
"onSelect": "SELECT",
|
|
153
151
|
"type": "game-menu",
|
|
152
|
+
"subtitle": "@config.subtitle",
|
|
153
|
+
"logo": "@config.logo",
|
|
154
154
|
"background": "@config.background",
|
|
155
|
-
"
|
|
156
|
-
"
|
|
155
|
+
"className": "@config.className",
|
|
156
|
+
"title": "@config.title"
|
|
157
157
|
}
|
|
158
158
|
]
|
|
159
159
|
]
|
|
@@ -175,6 +175,13 @@
|
|
|
175
175
|
"description": "Optional subtitle or version",
|
|
176
176
|
"tier": "presentation"
|
|
177
177
|
},
|
|
178
|
+
"background": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"default": "",
|
|
181
|
+
"label": "Background",
|
|
182
|
+
"description": "Background image or gradient",
|
|
183
|
+
"tier": "presentation"
|
|
184
|
+
},
|
|
178
185
|
"logo": {
|
|
179
186
|
"type": "string",
|
|
180
187
|
"default": "",
|
|
@@ -182,30 +189,20 @@
|
|
|
182
189
|
"description": "Logo image URL",
|
|
183
190
|
"tier": "presentation"
|
|
184
191
|
},
|
|
185
|
-
"
|
|
186
|
-
"type": "[
|
|
192
|
+
"options": {
|
|
193
|
+
"type": "[GameMenuOptionsItem]",
|
|
187
194
|
"default": [],
|
|
188
|
-
"label": "
|
|
189
|
-
"description": "
|
|
195
|
+
"label": "Options",
|
|
196
|
+
"description": "Menu options - accepts readonly for compatibility with generated const arrays",
|
|
190
197
|
"tier": "presentation",
|
|
191
198
|
"items": {
|
|
192
199
|
"type": "object",
|
|
193
200
|
"properties": {
|
|
194
|
-
"action": {
|
|
195
|
-
"name": "action",
|
|
196
|
-
"type": "string",
|
|
197
|
-
"required": false
|
|
198
|
-
},
|
|
199
201
|
"label": {
|
|
200
202
|
"name": "label",
|
|
201
203
|
"type": "string",
|
|
202
204
|
"required": true
|
|
203
205
|
},
|
|
204
|
-
"disabled": {
|
|
205
|
-
"name": "disabled",
|
|
206
|
-
"type": "boolean",
|
|
207
|
-
"required": false
|
|
208
|
-
},
|
|
209
206
|
"event": {
|
|
210
207
|
"name": "event",
|
|
211
208
|
"type": "string",
|
|
@@ -221,6 +218,11 @@
|
|
|
221
218
|
"type": "string",
|
|
222
219
|
"required": false
|
|
223
220
|
},
|
|
221
|
+
"navigatesTo": {
|
|
222
|
+
"name": "navigatesTo",
|
|
223
|
+
"type": "string",
|
|
224
|
+
"required": false
|
|
225
|
+
},
|
|
224
226
|
"variant": {
|
|
225
227
|
"name": "variant",
|
|
226
228
|
"type": "string",
|
|
@@ -231,26 +233,41 @@
|
|
|
231
233
|
"ghost"
|
|
232
234
|
]
|
|
233
235
|
},
|
|
234
|
-
"
|
|
235
|
-
"name": "
|
|
236
|
+
"disabled": {
|
|
237
|
+
"name": "disabled",
|
|
238
|
+
"type": "boolean",
|
|
239
|
+
"required": false
|
|
240
|
+
},
|
|
241
|
+
"action": {
|
|
242
|
+
"name": "action",
|
|
236
243
|
"type": "string",
|
|
237
244
|
"required": false
|
|
238
245
|
}
|
|
239
246
|
}
|
|
240
247
|
}
|
|
241
248
|
},
|
|
242
|
-
"
|
|
243
|
-
"type": "[
|
|
249
|
+
"menuItems": {
|
|
250
|
+
"type": "[GameMenuMenuItemsItem]",
|
|
244
251
|
"default": [],
|
|
245
|
-
"label": "
|
|
246
|
-
"description": "
|
|
252
|
+
"label": "Menu Items",
|
|
253
|
+
"description": "Alias for options (schema compatibility)",
|
|
247
254
|
"tier": "presentation",
|
|
248
255
|
"items": {
|
|
249
256
|
"type": "object",
|
|
250
257
|
"properties": {
|
|
251
|
-
"
|
|
252
|
-
"name": "
|
|
258
|
+
"variant": {
|
|
259
|
+
"name": "variant",
|
|
253
260
|
"type": "string",
|
|
261
|
+
"required": false,
|
|
262
|
+
"values": [
|
|
263
|
+
"primary",
|
|
264
|
+
"secondary",
|
|
265
|
+
"ghost"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"disabled": {
|
|
269
|
+
"name": "disabled",
|
|
270
|
+
"type": "boolean",
|
|
254
271
|
"required": false
|
|
255
272
|
},
|
|
256
273
|
"id": {
|
|
@@ -258,19 +275,19 @@
|
|
|
258
275
|
"type": "string",
|
|
259
276
|
"required": false
|
|
260
277
|
},
|
|
261
|
-
"
|
|
262
|
-
"name": "
|
|
278
|
+
"subLabel": {
|
|
279
|
+
"name": "subLabel",
|
|
263
280
|
"type": "string",
|
|
264
281
|
"required": false
|
|
265
282
|
},
|
|
266
|
-
"
|
|
267
|
-
"name": "
|
|
283
|
+
"action": {
|
|
284
|
+
"name": "action",
|
|
268
285
|
"type": "string",
|
|
269
286
|
"required": false
|
|
270
287
|
},
|
|
271
|
-
"
|
|
272
|
-
"name": "
|
|
273
|
-
"type": "
|
|
288
|
+
"event": {
|
|
289
|
+
"name": "event",
|
|
290
|
+
"type": "string",
|
|
274
291
|
"required": false
|
|
275
292
|
},
|
|
276
293
|
"label": {
|
|
@@ -278,31 +295,14 @@
|
|
|
278
295
|
"type": "string",
|
|
279
296
|
"required": true
|
|
280
297
|
},
|
|
281
|
-
"
|
|
282
|
-
"name": "
|
|
283
|
-
"type": "string",
|
|
284
|
-
"required": false,
|
|
285
|
-
"values": [
|
|
286
|
-
"primary",
|
|
287
|
-
"secondary",
|
|
288
|
-
"ghost"
|
|
289
|
-
]
|
|
290
|
-
},
|
|
291
|
-
"action": {
|
|
292
|
-
"name": "action",
|
|
298
|
+
"navigatesTo": {
|
|
299
|
+
"name": "navigatesTo",
|
|
293
300
|
"type": "string",
|
|
294
301
|
"required": false
|
|
295
302
|
}
|
|
296
303
|
}
|
|
297
304
|
}
|
|
298
305
|
},
|
|
299
|
-
"background": {
|
|
300
|
-
"type": "string",
|
|
301
|
-
"default": "",
|
|
302
|
-
"label": "Background",
|
|
303
|
-
"description": "Background image or gradient",
|
|
304
|
-
"tier": "presentation"
|
|
305
|
-
},
|
|
306
306
|
"className": {
|
|
307
307
|
"type": "string",
|
|
308
308
|
"default": "",
|
|
@@ -327,4 +327,4 @@
|
|
|
327
327
|
]
|
|
328
328
|
}
|
|
329
329
|
]
|
|
330
|
-
}
|
|
330
|
+
}
|
|
@@ -113,17 +113,17 @@
|
|
|
113
113
|
"render-ui",
|
|
114
114
|
"main",
|
|
115
115
|
{
|
|
116
|
-
"
|
|
116
|
+
"menuItems": "@config.menuItems",
|
|
117
|
+
"currentScore": "@config.currentScore",
|
|
117
118
|
"stats": "@config.stats",
|
|
119
|
+
"onAction": "ACTION",
|
|
118
120
|
"variant": "@config.variant",
|
|
119
|
-
"menuItems": "@config.menuItems",
|
|
120
121
|
"type": "game-over-screen",
|
|
121
|
-
"currentScore": "@config.currentScore",
|
|
122
|
-
"actions": "@config.actions",
|
|
123
|
-
"title": "@config.title",
|
|
124
122
|
"message": "@config.message",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
123
|
+
"highScore": "@config.highScore",
|
|
124
|
+
"title": "@config.title",
|
|
125
|
+
"actions": "@config.actions",
|
|
126
|
+
"className": "@config.className"
|
|
127
127
|
}
|
|
128
128
|
]
|
|
129
129
|
]
|
|
@@ -131,11 +131,11 @@
|
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"config": {
|
|
134
|
-
"
|
|
135
|
-
"type": "[
|
|
134
|
+
"actions": {
|
|
135
|
+
"type": "[GameOverScreenActionsItem]",
|
|
136
136
|
"default": [],
|
|
137
|
-
"label": "
|
|
138
|
-
"description": "
|
|
137
|
+
"label": "Actions",
|
|
138
|
+
"description": "Action buttons",
|
|
139
139
|
"tier": "presentation",
|
|
140
140
|
"items": {
|
|
141
141
|
"type": "object",
|
|
@@ -145,34 +145,43 @@
|
|
|
145
145
|
"type": "string",
|
|
146
146
|
"required": true
|
|
147
147
|
},
|
|
148
|
-
"
|
|
149
|
-
"name": "
|
|
148
|
+
"navigatesTo": {
|
|
149
|
+
"name": "navigatesTo",
|
|
150
150
|
"type": "string",
|
|
151
151
|
"required": false
|
|
152
152
|
},
|
|
153
|
-
"
|
|
154
|
-
"name": "
|
|
155
|
-
"type": "string",
|
|
156
|
-
"required": false,
|
|
157
|
-
"values": [
|
|
158
|
-
"number",
|
|
159
|
-
"time",
|
|
160
|
-
"text"
|
|
161
|
-
]
|
|
162
|
-
},
|
|
163
|
-
"bind": {
|
|
164
|
-
"name": "bind",
|
|
153
|
+
"event": {
|
|
154
|
+
"name": "event",
|
|
165
155
|
"type": "string",
|
|
166
156
|
"required": false
|
|
167
157
|
},
|
|
168
|
-
"
|
|
169
|
-
"name": "
|
|
158
|
+
"variant": {
|
|
159
|
+
"name": "variant",
|
|
170
160
|
"type": "string",
|
|
171
|
-
"required": false
|
|
161
|
+
"required": false,
|
|
162
|
+
"values": [
|
|
163
|
+
"primary",
|
|
164
|
+
"secondary",
|
|
165
|
+
"ghost"
|
|
166
|
+
]
|
|
172
167
|
}
|
|
173
168
|
}
|
|
174
169
|
}
|
|
175
170
|
},
|
|
171
|
+
"className": {
|
|
172
|
+
"type": "string",
|
|
173
|
+
"default": "",
|
|
174
|
+
"label": "Class Name",
|
|
175
|
+
"description": "Additional CSS classes",
|
|
176
|
+
"tier": "presentation"
|
|
177
|
+
},
|
|
178
|
+
"currentScore": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"default": "",
|
|
181
|
+
"label": "Current Score",
|
|
182
|
+
"description": "Current score for high score comparison (accepts string for schema bindings)",
|
|
183
|
+
"tier": "presentation"
|
|
184
|
+
},
|
|
176
185
|
"title": {
|
|
177
186
|
"type": "string",
|
|
178
187
|
"default": "Title",
|
|
@@ -187,28 +196,30 @@
|
|
|
187
196
|
"description": "High score (optional, shows 'NEW HIGH SCORE!' if exceeded)",
|
|
188
197
|
"tier": "presentation"
|
|
189
198
|
},
|
|
190
|
-
"
|
|
191
|
-
"type": "
|
|
199
|
+
"message": {
|
|
200
|
+
"type": "string",
|
|
201
|
+
"default": "",
|
|
202
|
+
"label": "Message",
|
|
203
|
+
"description": "Optional message",
|
|
204
|
+
"tier": "presentation"
|
|
205
|
+
},
|
|
206
|
+
"stats": {
|
|
207
|
+
"type": "[GameOverScreenStatsItem]",
|
|
192
208
|
"default": [],
|
|
193
|
-
"label": "
|
|
194
|
-
"description": "
|
|
209
|
+
"label": "Stats",
|
|
210
|
+
"description": "Stats to display",
|
|
195
211
|
"tier": "presentation",
|
|
196
212
|
"items": {
|
|
197
213
|
"type": "object",
|
|
198
214
|
"properties": {
|
|
199
|
-
"
|
|
200
|
-
"name": "
|
|
201
|
-
"type": "string",
|
|
202
|
-
"required": false
|
|
203
|
-
},
|
|
204
|
-
"variant": {
|
|
205
|
-
"name": "variant",
|
|
215
|
+
"format": {
|
|
216
|
+
"name": "format",
|
|
206
217
|
"type": "string",
|
|
207
218
|
"required": false,
|
|
208
219
|
"values": [
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
220
|
+
"number",
|
|
221
|
+
"time",
|
|
222
|
+
"text"
|
|
212
223
|
]
|
|
213
224
|
},
|
|
214
225
|
"label": {
|
|
@@ -216,40 +227,24 @@
|
|
|
216
227
|
"type": "string",
|
|
217
228
|
"required": true
|
|
218
229
|
},
|
|
219
|
-
"
|
|
220
|
-
"name": "
|
|
230
|
+
"icon": {
|
|
231
|
+
"name": "icon",
|
|
232
|
+
"type": "string",
|
|
233
|
+
"required": false
|
|
234
|
+
},
|
|
235
|
+
"bind": {
|
|
236
|
+
"name": "bind",
|
|
237
|
+
"type": "string",
|
|
238
|
+
"required": false
|
|
239
|
+
},
|
|
240
|
+
"value": {
|
|
241
|
+
"name": "value",
|
|
221
242
|
"type": "string",
|
|
222
243
|
"required": false
|
|
223
244
|
}
|
|
224
245
|
}
|
|
225
246
|
}
|
|
226
247
|
},
|
|
227
|
-
"variant": {
|
|
228
|
-
"type": "string",
|
|
229
|
-
"default": "neutral",
|
|
230
|
-
"label": "Variant",
|
|
231
|
-
"description": "Victory or defeat variant",
|
|
232
|
-
"tier": "presentation",
|
|
233
|
-
"values": [
|
|
234
|
-
"victory",
|
|
235
|
-
"defeat",
|
|
236
|
-
"neutral"
|
|
237
|
-
]
|
|
238
|
-
},
|
|
239
|
-
"message": {
|
|
240
|
-
"type": "string",
|
|
241
|
-
"default": "",
|
|
242
|
-
"label": "Message",
|
|
243
|
-
"description": "Optional message",
|
|
244
|
-
"tier": "presentation"
|
|
245
|
-
},
|
|
246
|
-
"currentScore": {
|
|
247
|
-
"type": "string",
|
|
248
|
-
"default": "",
|
|
249
|
-
"label": "Current Score",
|
|
250
|
-
"description": "Current score for high score comparison (accepts string for schema bindings)",
|
|
251
|
-
"tier": "presentation"
|
|
252
|
-
},
|
|
253
248
|
"menuItems": {
|
|
254
249
|
"type": "[GameOverScreenMenuItemsItem]",
|
|
255
250
|
"default": [],
|
|
@@ -264,6 +259,11 @@
|
|
|
264
259
|
"type": "string",
|
|
265
260
|
"required": false
|
|
266
261
|
},
|
|
262
|
+
"navigatesTo": {
|
|
263
|
+
"name": "navigatesTo",
|
|
264
|
+
"type": "string",
|
|
265
|
+
"required": false
|
|
266
|
+
},
|
|
267
267
|
"label": {
|
|
268
268
|
"name": "label",
|
|
269
269
|
"type": "string",
|
|
@@ -278,21 +278,21 @@
|
|
|
278
278
|
"secondary",
|
|
279
279
|
"ghost"
|
|
280
280
|
]
|
|
281
|
-
},
|
|
282
|
-
"navigatesTo": {
|
|
283
|
-
"name": "navigatesTo",
|
|
284
|
-
"type": "string",
|
|
285
|
-
"required": false
|
|
286
281
|
}
|
|
287
282
|
}
|
|
288
283
|
}
|
|
289
284
|
},
|
|
290
|
-
"
|
|
285
|
+
"variant": {
|
|
291
286
|
"type": "string",
|
|
292
|
-
"default": "",
|
|
293
|
-
"label": "
|
|
294
|
-
"description": "
|
|
295
|
-
"tier": "presentation"
|
|
287
|
+
"default": "neutral",
|
|
288
|
+
"label": "Variant",
|
|
289
|
+
"description": "Victory or defeat variant",
|
|
290
|
+
"tier": "presentation",
|
|
291
|
+
"values": [
|
|
292
|
+
"victory",
|
|
293
|
+
"defeat",
|
|
294
|
+
"neutral"
|
|
295
|
+
]
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
298
|
"scope": "instance"
|
|
@@ -311,4 +311,4 @@
|
|
|
311
311
|
]
|
|
312
312
|
}
|
|
313
313
|
]
|
|
314
|
-
}
|
|
314
|
+
}
|