@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
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
"render-ui",
|
|
81
81
|
"main",
|
|
82
82
|
{
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"animated": "@config.animated",
|
|
83
|
+
"onClick": "CLICK",
|
|
84
|
+
"complexity": "@config.complexity",
|
|
85
|
+
"className": "@config.className",
|
|
87
86
|
"schema": "@config.schema",
|
|
88
|
-
"type": "orbital-visualization",
|
|
89
87
|
"size": "@config.size",
|
|
90
|
-
"
|
|
88
|
+
"type": "orbital-visualization",
|
|
89
|
+
"animated": "@config.animated",
|
|
90
|
+
"isLoading": "@config.isLoading",
|
|
91
|
+
"error": "@config.error",
|
|
91
92
|
"showLabel": "@config.showLabel",
|
|
92
|
-
"
|
|
93
|
-
"className": "@config.className"
|
|
93
|
+
"entity": "OrbitalVisualizationItem"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
]
|
|
@@ -98,20 +98,61 @@
|
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"config": {
|
|
101
|
+
"className": {
|
|
102
|
+
"type": "string",
|
|
103
|
+
"default": "",
|
|
104
|
+
"label": "Class Name",
|
|
105
|
+
"description": "Additional CSS classes",
|
|
106
|
+
"tier": "presentation"
|
|
107
|
+
},
|
|
108
|
+
"error": {
|
|
109
|
+
"type": "OrbitalVisualizationError",
|
|
110
|
+
"label": "Error",
|
|
111
|
+
"description": "Error state",
|
|
112
|
+
"tier": "presentation",
|
|
113
|
+
"properties": {
|
|
114
|
+
"code": {
|
|
115
|
+
"name": "code",
|
|
116
|
+
"type": "string",
|
|
117
|
+
"required": false
|
|
118
|
+
},
|
|
119
|
+
"stack": {
|
|
120
|
+
"name": "stack",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"required": false
|
|
123
|
+
},
|
|
124
|
+
"message": {
|
|
125
|
+
"name": "message",
|
|
126
|
+
"type": "string",
|
|
127
|
+
"required": true
|
|
128
|
+
},
|
|
129
|
+
"name": {
|
|
130
|
+
"name": "name",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"required": false
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"showLabel": {
|
|
137
|
+
"type": "boolean",
|
|
138
|
+
"default": true,
|
|
139
|
+
"label": "Show Label",
|
|
140
|
+
"description": "Show complexity label",
|
|
141
|
+
"tier": "presentation"
|
|
142
|
+
},
|
|
143
|
+
"animated": {
|
|
144
|
+
"type": "boolean",
|
|
145
|
+
"default": true,
|
|
146
|
+
"label": "Animated",
|
|
147
|
+
"description": "Animation enabled",
|
|
148
|
+
"tier": "presentation"
|
|
149
|
+
},
|
|
101
150
|
"schema": {
|
|
102
151
|
"type": "OrbitalVisualizationSchema",
|
|
103
152
|
"label": "Schema",
|
|
104
153
|
"description": "Full KFlow schema object",
|
|
105
154
|
"tier": "presentation",
|
|
106
155
|
"properties": {
|
|
107
|
-
"traits": {
|
|
108
|
-
"name": "traits",
|
|
109
|
-
"type": "array",
|
|
110
|
-
"required": false,
|
|
111
|
-
"items": {
|
|
112
|
-
"type": "string"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
156
|
"dataEntities": {
|
|
116
157
|
"name": "dataEntities",
|
|
117
158
|
"type": "array",
|
|
@@ -144,37 +185,24 @@
|
|
|
144
185
|
}
|
|
145
186
|
}
|
|
146
187
|
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"error": {
|
|
151
|
-
"type": "OrbitalVisualizationError",
|
|
152
|
-
"label": "Error",
|
|
153
|
-
"description": "Error state",
|
|
154
|
-
"tier": "presentation",
|
|
155
|
-
"properties": {
|
|
156
|
-
"stack": {
|
|
157
|
-
"name": "stack",
|
|
158
|
-
"type": "string",
|
|
159
|
-
"required": false
|
|
160
|
-
},
|
|
161
|
-
"message": {
|
|
162
|
-
"name": "message",
|
|
163
|
-
"type": "string",
|
|
164
|
-
"required": true
|
|
165
188
|
},
|
|
166
|
-
"
|
|
167
|
-
"name": "
|
|
168
|
-
"type": "
|
|
169
|
-
"required": false
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"type": "string",
|
|
174
|
-
"required": false
|
|
189
|
+
"traits": {
|
|
190
|
+
"name": "traits",
|
|
191
|
+
"type": "array",
|
|
192
|
+
"required": false,
|
|
193
|
+
"items": {
|
|
194
|
+
"type": "string"
|
|
195
|
+
}
|
|
175
196
|
}
|
|
176
197
|
}
|
|
177
198
|
},
|
|
199
|
+
"isLoading": {
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"default": false,
|
|
202
|
+
"label": "Is Loading",
|
|
203
|
+
"description": "Loading state indicator",
|
|
204
|
+
"tier": "presentation"
|
|
205
|
+
},
|
|
178
206
|
"complexity": {
|
|
179
207
|
"type": "number",
|
|
180
208
|
"default": 0.0,
|
|
@@ -182,13 +210,6 @@
|
|
|
182
210
|
"description": "Direct complexity override (1-100+)",
|
|
183
211
|
"tier": "presentation"
|
|
184
212
|
},
|
|
185
|
-
"showLabel": {
|
|
186
|
-
"type": "boolean",
|
|
187
|
-
"default": true,
|
|
188
|
-
"label": "Show Label",
|
|
189
|
-
"description": "Show complexity label",
|
|
190
|
-
"tier": "presentation"
|
|
191
|
-
},
|
|
192
213
|
"size": {
|
|
193
214
|
"type": "string",
|
|
194
215
|
"default": "md",
|
|
@@ -201,27 +222,6 @@
|
|
|
201
222
|
"lg",
|
|
202
223
|
"xl"
|
|
203
224
|
]
|
|
204
|
-
},
|
|
205
|
-
"className": {
|
|
206
|
-
"type": "string",
|
|
207
|
-
"default": "",
|
|
208
|
-
"label": "Class Name",
|
|
209
|
-
"description": "Additional CSS classes",
|
|
210
|
-
"tier": "presentation"
|
|
211
|
-
},
|
|
212
|
-
"isLoading": {
|
|
213
|
-
"type": "boolean",
|
|
214
|
-
"default": false,
|
|
215
|
-
"label": "Is Loading",
|
|
216
|
-
"description": "Loading state indicator",
|
|
217
|
-
"tier": "presentation"
|
|
218
|
-
},
|
|
219
|
-
"animated": {
|
|
220
|
-
"type": "boolean",
|
|
221
|
-
"default": true,
|
|
222
|
-
"label": "Animated",
|
|
223
|
-
"description": "Animation enabled",
|
|
224
|
-
"tier": "presentation"
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
"scope": "instance"
|
|
@@ -240,4 +240,4 @@
|
|
|
240
240
|
]
|
|
241
241
|
}
|
|
242
242
|
]
|
|
243
|
-
}
|
|
243
|
+
}
|
|
@@ -104,22 +104,27 @@
|
|
|
104
104
|
"render-ui",
|
|
105
105
|
"main",
|
|
106
106
|
{
|
|
107
|
+
"status": "@config.status",
|
|
108
|
+
"actions": "@config.actions",
|
|
107
109
|
"isLoading": "@config.isLoading",
|
|
108
|
-
"onTabChange": "TAB_CHANGE",
|
|
109
|
-
"backEvent": "BACK",
|
|
110
110
|
"type": "page-header",
|
|
111
|
-
"
|
|
112
|
-
"activeTab": "@config.activeTab",
|
|
113
|
-
"className": "@config.className",
|
|
114
|
-
"error": "@config.error",
|
|
115
|
-
"actions": "@config.actions",
|
|
116
|
-
"status": "@config.status",
|
|
111
|
+
"backEvent": "BACK",
|
|
117
112
|
"tabs": "@config.tabs",
|
|
118
|
-
"children": "@config.children",
|
|
119
113
|
"title": "@config.title",
|
|
120
|
-
"
|
|
114
|
+
"onTabChange": "TAB_CHANGE",
|
|
115
|
+
"className": "@config.className",
|
|
116
|
+
"showBack": "@config.showBack",
|
|
117
|
+
"subtitle": "@config.subtitle",
|
|
121
118
|
"breadcrumbs": "@config.breadcrumbs",
|
|
122
|
-
"
|
|
119
|
+
"children": [
|
|
120
|
+
{
|
|
121
|
+
"type": "text",
|
|
122
|
+
"content": "Sample content"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"activeTab": "@config.activeTab",
|
|
126
|
+
"entity": "PageHeaderItem",
|
|
127
|
+
"error": "@config.error"
|
|
123
128
|
}
|
|
124
129
|
]
|
|
125
130
|
]
|
|
@@ -127,13 +132,48 @@
|
|
|
127
132
|
]
|
|
128
133
|
},
|
|
129
134
|
"config": {
|
|
130
|
-
"
|
|
131
|
-
"type": "
|
|
132
|
-
"default":
|
|
133
|
-
"label": "
|
|
134
|
-
"description": "
|
|
135
|
+
"isLoading": {
|
|
136
|
+
"type": "boolean",
|
|
137
|
+
"default": false,
|
|
138
|
+
"label": "Is Loading",
|
|
139
|
+
"description": "Loading state indicator",
|
|
135
140
|
"tier": "presentation"
|
|
136
141
|
},
|
|
142
|
+
"showBack": {
|
|
143
|
+
"type": "boolean",
|
|
144
|
+
"default": false,
|
|
145
|
+
"label": "Show Back",
|
|
146
|
+
"description": "Show back button",
|
|
147
|
+
"tier": "presentation"
|
|
148
|
+
},
|
|
149
|
+
"error": {
|
|
150
|
+
"type": "PageHeaderError",
|
|
151
|
+
"label": "Error",
|
|
152
|
+
"description": "Error state",
|
|
153
|
+
"tier": "presentation",
|
|
154
|
+
"properties": {
|
|
155
|
+
"code": {
|
|
156
|
+
"name": "code",
|
|
157
|
+
"type": "string",
|
|
158
|
+
"required": false
|
|
159
|
+
},
|
|
160
|
+
"name": {
|
|
161
|
+
"name": "name",
|
|
162
|
+
"type": "string",
|
|
163
|
+
"required": false
|
|
164
|
+
},
|
|
165
|
+
"message": {
|
|
166
|
+
"name": "message",
|
|
167
|
+
"type": "string",
|
|
168
|
+
"required": true
|
|
169
|
+
},
|
|
170
|
+
"stack": {
|
|
171
|
+
"name": "stack",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"required": false
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
137
177
|
"tabs": {
|
|
138
178
|
"type": "[PageHeaderTabsItem]",
|
|
139
179
|
"default": [],
|
|
@@ -148,19 +188,32 @@
|
|
|
148
188
|
"type": "string",
|
|
149
189
|
"required": true
|
|
150
190
|
},
|
|
151
|
-
"count": {
|
|
152
|
-
"name": "count",
|
|
153
|
-
"type": "number",
|
|
154
|
-
"required": false
|
|
155
|
-
},
|
|
156
191
|
"value": {
|
|
157
192
|
"name": "value",
|
|
158
193
|
"type": "string",
|
|
159
194
|
"required": true
|
|
195
|
+
},
|
|
196
|
+
"count": {
|
|
197
|
+
"name": "count",
|
|
198
|
+
"type": "number",
|
|
199
|
+
"required": false
|
|
160
200
|
}
|
|
161
201
|
}
|
|
162
202
|
}
|
|
163
203
|
},
|
|
204
|
+
"title": {
|
|
205
|
+
"type": "json",
|
|
206
|
+
"label": "Title",
|
|
207
|
+
"description": "Page title - accepts unknown to handle generated code accessing dynamic entity data",
|
|
208
|
+
"tier": "presentation"
|
|
209
|
+
},
|
|
210
|
+
"className": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"default": "",
|
|
213
|
+
"label": "Class Name",
|
|
214
|
+
"description": "className prop",
|
|
215
|
+
"tier": "presentation"
|
|
216
|
+
},
|
|
164
217
|
"breadcrumbs": {
|
|
165
218
|
"type": "[PageHeaderBreadcrumbsItem]",
|
|
166
219
|
"default": [],
|
|
@@ -183,13 +236,37 @@
|
|
|
183
236
|
}
|
|
184
237
|
}
|
|
185
238
|
},
|
|
186
|
-
"
|
|
187
|
-
"type": "
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"description": "Loading state indicator",
|
|
239
|
+
"subtitle": {
|
|
240
|
+
"type": "json",
|
|
241
|
+
"label": "Subtitle",
|
|
242
|
+
"description": "Optional subtitle/description",
|
|
191
243
|
"tier": "presentation"
|
|
192
244
|
},
|
|
245
|
+
"status": {
|
|
246
|
+
"type": "PageHeaderStatus",
|
|
247
|
+
"label": "Status",
|
|
248
|
+
"description": "Status badge",
|
|
249
|
+
"tier": "presentation",
|
|
250
|
+
"properties": {
|
|
251
|
+
"label": {
|
|
252
|
+
"name": "label",
|
|
253
|
+
"type": "string",
|
|
254
|
+
"required": true
|
|
255
|
+
},
|
|
256
|
+
"variant": {
|
|
257
|
+
"name": "variant",
|
|
258
|
+
"type": "string",
|
|
259
|
+
"required": false,
|
|
260
|
+
"values": [
|
|
261
|
+
"default",
|
|
262
|
+
"success",
|
|
263
|
+
"warning",
|
|
264
|
+
"danger",
|
|
265
|
+
"info"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
193
270
|
"actions": {
|
|
194
271
|
"type": "[PageHeaderActionsItem]",
|
|
195
272
|
"default": [],
|
|
@@ -199,14 +276,9 @@
|
|
|
199
276
|
"items": {
|
|
200
277
|
"type": "object",
|
|
201
278
|
"properties": {
|
|
202
|
-
"
|
|
203
|
-
"name": "
|
|
204
|
-
"type": "
|
|
205
|
-
"required": false
|
|
206
|
-
},
|
|
207
|
-
"disabled": {
|
|
208
|
-
"name": "disabled",
|
|
209
|
-
"type": "boolean",
|
|
279
|
+
"navigatesTo": {
|
|
280
|
+
"name": "navigatesTo",
|
|
281
|
+
"type": "string",
|
|
210
282
|
"required": false
|
|
211
283
|
},
|
|
212
284
|
"event": {
|
|
@@ -214,11 +286,26 @@
|
|
|
214
286
|
"type": "string",
|
|
215
287
|
"required": false
|
|
216
288
|
},
|
|
289
|
+
"icon": {
|
|
290
|
+
"name": "icon",
|
|
291
|
+
"type": "string",
|
|
292
|
+
"required": false
|
|
293
|
+
},
|
|
217
294
|
"label": {
|
|
218
295
|
"name": "label",
|
|
219
296
|
"type": "string",
|
|
220
297
|
"required": true
|
|
221
298
|
},
|
|
299
|
+
"loading": {
|
|
300
|
+
"name": "loading",
|
|
301
|
+
"type": "boolean",
|
|
302
|
+
"required": false
|
|
303
|
+
},
|
|
304
|
+
"disabled": {
|
|
305
|
+
"name": "disabled",
|
|
306
|
+
"type": "boolean",
|
|
307
|
+
"required": false
|
|
308
|
+
},
|
|
222
309
|
"variant": {
|
|
223
310
|
"name": "variant",
|
|
224
311
|
"type": "string",
|
|
@@ -229,104 +316,16 @@
|
|
|
229
316
|
"ghost",
|
|
230
317
|
"danger"
|
|
231
318
|
]
|
|
232
|
-
},
|
|
233
|
-
"navigatesTo": {
|
|
234
|
-
"name": "navigatesTo",
|
|
235
|
-
"type": "string",
|
|
236
|
-
"required": false
|
|
237
|
-
},
|
|
238
|
-
"icon": {
|
|
239
|
-
"name": "icon",
|
|
240
|
-
"type": "string",
|
|
241
|
-
"required": false
|
|
242
319
|
}
|
|
243
320
|
}
|
|
244
321
|
}
|
|
245
322
|
},
|
|
246
|
-
"subtitle": {
|
|
247
|
-
"type": "json",
|
|
248
|
-
"label": "Subtitle",
|
|
249
|
-
"description": "Optional subtitle/description",
|
|
250
|
-
"tier": "presentation"
|
|
251
|
-
},
|
|
252
323
|
"activeTab": {
|
|
253
324
|
"type": "string",
|
|
254
325
|
"default": "",
|
|
255
326
|
"label": "Active Tab",
|
|
256
327
|
"description": "activeTab prop",
|
|
257
328
|
"tier": "presentation"
|
|
258
|
-
},
|
|
259
|
-
"title": {
|
|
260
|
-
"type": "json",
|
|
261
|
-
"label": "Title",
|
|
262
|
-
"description": "Page title - accepts unknown to handle generated code accessing dynamic entity data",
|
|
263
|
-
"tier": "presentation"
|
|
264
|
-
},
|
|
265
|
-
"error": {
|
|
266
|
-
"type": "PageHeaderError",
|
|
267
|
-
"label": "Error",
|
|
268
|
-
"description": "Error state",
|
|
269
|
-
"tier": "presentation",
|
|
270
|
-
"properties": {
|
|
271
|
-
"message": {
|
|
272
|
-
"name": "message",
|
|
273
|
-
"type": "string",
|
|
274
|
-
"required": true
|
|
275
|
-
},
|
|
276
|
-
"name": {
|
|
277
|
-
"name": "name",
|
|
278
|
-
"type": "string",
|
|
279
|
-
"required": false
|
|
280
|
-
},
|
|
281
|
-
"code": {
|
|
282
|
-
"name": "code",
|
|
283
|
-
"type": "string",
|
|
284
|
-
"required": false
|
|
285
|
-
},
|
|
286
|
-
"stack": {
|
|
287
|
-
"name": "stack",
|
|
288
|
-
"type": "string",
|
|
289
|
-
"required": false
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
"status": {
|
|
294
|
-
"type": "PageHeaderStatus",
|
|
295
|
-
"label": "Status",
|
|
296
|
-
"description": "Status badge",
|
|
297
|
-
"tier": "presentation",
|
|
298
|
-
"properties": {
|
|
299
|
-
"variant": {
|
|
300
|
-
"name": "variant",
|
|
301
|
-
"type": "string",
|
|
302
|
-
"required": false,
|
|
303
|
-
"values": [
|
|
304
|
-
"default",
|
|
305
|
-
"success",
|
|
306
|
-
"warning",
|
|
307
|
-
"danger",
|
|
308
|
-
"info"
|
|
309
|
-
]
|
|
310
|
-
},
|
|
311
|
-
"label": {
|
|
312
|
-
"name": "label",
|
|
313
|
-
"type": "string",
|
|
314
|
-
"required": true
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"showBack": {
|
|
319
|
-
"type": "boolean",
|
|
320
|
-
"default": false,
|
|
321
|
-
"label": "Show Back",
|
|
322
|
-
"description": "Show back button",
|
|
323
|
-
"tier": "presentation"
|
|
324
|
-
},
|
|
325
|
-
"children": {
|
|
326
|
-
"type": "node",
|
|
327
|
-
"label": "Children",
|
|
328
|
-
"description": "Custom content in the header",
|
|
329
|
-
"tier": "presentation"
|
|
330
329
|
}
|
|
331
330
|
},
|
|
332
331
|
"scope": "instance"
|
|
@@ -345,4 +344,4 @@
|
|
|
345
344
|
]
|
|
346
345
|
}
|
|
347
346
|
]
|
|
348
|
-
}
|
|
347
|
+
}
|