@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,13 +49,13 @@
|
|
|
49
49
|
"render-ui",
|
|
50
50
|
"main",
|
|
51
51
|
{
|
|
52
|
-
"
|
|
52
|
+
"type": "book-cover-page",
|
|
53
|
+
"author": "@config.author",
|
|
53
54
|
"title": "@config.title",
|
|
54
55
|
"subtitle": "@config.subtitle",
|
|
55
56
|
"className": "@config.className",
|
|
56
57
|
"coverImageUrl": "@config.coverImageUrl",
|
|
57
|
-
"
|
|
58
|
-
"author": "@config.author"
|
|
58
|
+
"direction": "@config.direction"
|
|
59
59
|
}
|
|
60
60
|
]
|
|
61
61
|
]
|
|
@@ -63,12 +63,16 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"config": {
|
|
66
|
-
"
|
|
66
|
+
"direction": {
|
|
67
67
|
"type": "string",
|
|
68
|
-
"default": "",
|
|
69
|
-
"label": "
|
|
70
|
-
"description": "
|
|
71
|
-
"tier": "presentation"
|
|
68
|
+
"default": "rtl",
|
|
69
|
+
"label": "Direction",
|
|
70
|
+
"description": "direction prop",
|
|
71
|
+
"tier": "presentation",
|
|
72
|
+
"values": [
|
|
73
|
+
"rtl",
|
|
74
|
+
"ltr"
|
|
75
|
+
]
|
|
72
76
|
},
|
|
73
77
|
"subtitle": {
|
|
74
78
|
"type": "string",
|
|
@@ -77,13 +81,6 @@
|
|
|
77
81
|
"description": "subtitle prop",
|
|
78
82
|
"tier": "presentation"
|
|
79
83
|
},
|
|
80
|
-
"className": {
|
|
81
|
-
"type": "string",
|
|
82
|
-
"default": "",
|
|
83
|
-
"label": "Class Name",
|
|
84
|
-
"description": "Additional CSS classes",
|
|
85
|
-
"tier": "presentation"
|
|
86
|
-
},
|
|
87
84
|
"author": {
|
|
88
85
|
"type": "string",
|
|
89
86
|
"default": "",
|
|
@@ -91,23 +88,26 @@
|
|
|
91
88
|
"description": "author prop",
|
|
92
89
|
"tier": "presentation"
|
|
93
90
|
},
|
|
94
|
-
"direction": {
|
|
95
|
-
"type": "string",
|
|
96
|
-
"default": "rtl",
|
|
97
|
-
"label": "Direction",
|
|
98
|
-
"description": "direction prop",
|
|
99
|
-
"tier": "presentation",
|
|
100
|
-
"values": [
|
|
101
|
-
"rtl",
|
|
102
|
-
"ltr"
|
|
103
|
-
]
|
|
104
|
-
},
|
|
105
91
|
"title": {
|
|
106
92
|
"type": "string",
|
|
107
93
|
"default": "Title",
|
|
108
94
|
"label": "Title",
|
|
109
95
|
"description": "title prop",
|
|
110
96
|
"tier": "presentation"
|
|
97
|
+
},
|
|
98
|
+
"coverImageUrl": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"default": "",
|
|
101
|
+
"label": "Cover Image Url",
|
|
102
|
+
"description": "coverImageUrl prop",
|
|
103
|
+
"tier": "presentation"
|
|
104
|
+
},
|
|
105
|
+
"className": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"default": "",
|
|
108
|
+
"label": "Class Name",
|
|
109
|
+
"description": "Additional CSS classes",
|
|
110
|
+
"tier": "presentation"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"scope": "instance"
|
|
@@ -126,4 +126,4 @@
|
|
|
126
126
|
]
|
|
127
127
|
}
|
|
128
128
|
]
|
|
129
|
-
}
|
|
129
|
+
}
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"render-ui",
|
|
50
50
|
"main",
|
|
51
51
|
{
|
|
52
|
-
"
|
|
52
|
+
"className": "@config.className",
|
|
53
53
|
"currentPage": "@config.currentPage",
|
|
54
|
-
"totalPages": "@config.totalPages",
|
|
55
54
|
"chapterTitle": "@config.chapterTitle",
|
|
56
|
-
"
|
|
57
|
-
"direction": "@config.direction"
|
|
55
|
+
"totalPages": "@config.totalPages",
|
|
56
|
+
"direction": "@config.direction",
|
|
57
|
+
"type": "book-nav-bar"
|
|
58
58
|
}
|
|
59
59
|
]
|
|
60
60
|
]
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"config": {
|
|
65
|
+
"chapterTitle": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"default": "",
|
|
68
|
+
"label": "Chapter Title",
|
|
69
|
+
"description": "chapterTitle prop",
|
|
70
|
+
"tier": "presentation"
|
|
71
|
+
},
|
|
72
|
+
"currentPage": {
|
|
73
|
+
"type": "number",
|
|
74
|
+
"default": 0.0,
|
|
75
|
+
"label": "Current Page",
|
|
76
|
+
"description": "currentPage prop",
|
|
77
|
+
"tier": "presentation"
|
|
78
|
+
},
|
|
65
79
|
"direction": {
|
|
66
80
|
"type": "string",
|
|
67
81
|
"default": "rtl",
|
|
@@ -73,20 +87,6 @@
|
|
|
73
87
|
"ltr"
|
|
74
88
|
]
|
|
75
89
|
},
|
|
76
|
-
"totalPages": {
|
|
77
|
-
"type": "number",
|
|
78
|
-
"default": 0.0,
|
|
79
|
-
"label": "Total Pages",
|
|
80
|
-
"description": "totalPages prop",
|
|
81
|
-
"tier": "presentation"
|
|
82
|
-
},
|
|
83
|
-
"currentPage": {
|
|
84
|
-
"type": "number",
|
|
85
|
-
"default": 0.0,
|
|
86
|
-
"label": "Current Page",
|
|
87
|
-
"description": "currentPage prop",
|
|
88
|
-
"tier": "presentation"
|
|
89
|
-
},
|
|
90
90
|
"className": {
|
|
91
91
|
"type": "string",
|
|
92
92
|
"default": "",
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"description": "Additional CSS classes",
|
|
95
95
|
"tier": "presentation"
|
|
96
96
|
},
|
|
97
|
-
"
|
|
98
|
-
"type": "
|
|
99
|
-
"default":
|
|
100
|
-
"label": "
|
|
101
|
-
"description": "
|
|
97
|
+
"totalPages": {
|
|
98
|
+
"type": "number",
|
|
99
|
+
"default": 0.0,
|
|
100
|
+
"label": "Total Pages",
|
|
101
|
+
"description": "totalPages prop",
|
|
102
102
|
"tier": "presentation"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
@@ -118,4 +118,4 @@
|
|
|
118
118
|
]
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
|
-
}
|
|
121
|
+
}
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"render-ui",
|
|
50
50
|
"main",
|
|
51
51
|
{
|
|
52
|
-
"
|
|
52
|
+
"className": "@config.className",
|
|
53
53
|
"direction": "@config.direction",
|
|
54
|
-
"
|
|
54
|
+
"parts": "@config.parts",
|
|
55
55
|
"type": "book-table-of-contents",
|
|
56
|
-
"
|
|
56
|
+
"currentChapterId": "@config.currentChapterId"
|
|
57
57
|
}
|
|
58
58
|
]
|
|
59
59
|
]
|
|
@@ -61,20 +61,6 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"config": {
|
|
64
|
-
"className": {
|
|
65
|
-
"type": "string",
|
|
66
|
-
"default": "",
|
|
67
|
-
"label": "Class Name",
|
|
68
|
-
"description": "Additional CSS classes",
|
|
69
|
-
"tier": "presentation"
|
|
70
|
-
},
|
|
71
|
-
"currentChapterId": {
|
|
72
|
-
"type": "string",
|
|
73
|
-
"default": "",
|
|
74
|
-
"label": "Current Chapter Id",
|
|
75
|
-
"description": "currentChapterId prop",
|
|
76
|
-
"tier": "presentation"
|
|
77
|
-
},
|
|
78
64
|
"parts": {
|
|
79
65
|
"type": "[BookTableOfContentsPartsItem]",
|
|
80
66
|
"default": [],
|
|
@@ -84,6 +70,11 @@
|
|
|
84
70
|
"items": {
|
|
85
71
|
"type": "object",
|
|
86
72
|
"properties": {
|
|
73
|
+
"title": {
|
|
74
|
+
"name": "title",
|
|
75
|
+
"type": "string",
|
|
76
|
+
"required": true
|
|
77
|
+
},
|
|
87
78
|
"chapters": {
|
|
88
79
|
"name": "chapters",
|
|
89
80
|
"type": "array",
|
|
@@ -91,11 +82,6 @@
|
|
|
91
82
|
"items": {
|
|
92
83
|
"type": "object",
|
|
93
84
|
"properties": {
|
|
94
|
-
"content": {
|
|
95
|
-
"name": "content",
|
|
96
|
-
"type": "string",
|
|
97
|
-
"required": true
|
|
98
|
-
},
|
|
99
85
|
"id": {
|
|
100
86
|
"name": "id",
|
|
101
87
|
"type": "string",
|
|
@@ -106,6 +92,11 @@
|
|
|
106
92
|
"type": "string",
|
|
107
93
|
"required": true
|
|
108
94
|
},
|
|
95
|
+
"content": {
|
|
96
|
+
"name": "content",
|
|
97
|
+
"type": "string",
|
|
98
|
+
"required": true
|
|
99
|
+
},
|
|
109
100
|
"orbitalSchema": {
|
|
110
101
|
"name": "orbitalSchema",
|
|
111
102
|
"type": "string",
|
|
@@ -113,15 +104,17 @@
|
|
|
113
104
|
}
|
|
114
105
|
}
|
|
115
106
|
}
|
|
116
|
-
},
|
|
117
|
-
"title": {
|
|
118
|
-
"name": "title",
|
|
119
|
-
"type": "string",
|
|
120
|
-
"required": true
|
|
121
107
|
}
|
|
122
108
|
}
|
|
123
109
|
}
|
|
124
110
|
},
|
|
111
|
+
"currentChapterId": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"default": "",
|
|
114
|
+
"label": "Current Chapter Id",
|
|
115
|
+
"description": "currentChapterId prop",
|
|
116
|
+
"tier": "presentation"
|
|
117
|
+
},
|
|
125
118
|
"direction": {
|
|
126
119
|
"type": "string",
|
|
127
120
|
"default": "rtl",
|
|
@@ -132,6 +125,13 @@
|
|
|
132
125
|
"rtl",
|
|
133
126
|
"ltr"
|
|
134
127
|
]
|
|
128
|
+
},
|
|
129
|
+
"className": {
|
|
130
|
+
"type": "string",
|
|
131
|
+
"default": "",
|
|
132
|
+
"label": "Class Name",
|
|
133
|
+
"description": "Additional CSS classes",
|
|
134
|
+
"tier": "presentation"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"scope": "instance"
|
|
@@ -150,4 +150,4 @@
|
|
|
150
150
|
]
|
|
151
151
|
}
|
|
152
152
|
]
|
|
153
|
-
}
|
|
153
|
+
}
|
|
@@ -54,21 +54,21 @@
|
|
|
54
54
|
"render-ui",
|
|
55
55
|
"main",
|
|
56
56
|
{
|
|
57
|
-
"page": "@config.pageProp",
|
|
58
57
|
"initialPage": "@config.initialPage",
|
|
59
|
-
"entity": "@entity",
|
|
60
|
-
"error": "@config.error",
|
|
61
|
-
"searchValue": "@config.searchValue",
|
|
62
|
-
"type": "book-viewer",
|
|
63
58
|
"selectedIds": "@config.selectedIds",
|
|
64
59
|
"sortBy": "@config.sortBy",
|
|
60
|
+
"searchValue": "@config.searchValue",
|
|
61
|
+
"className": "@config.className",
|
|
62
|
+
"totalCount": "@config.totalCount",
|
|
65
63
|
"sortDirection": "@config.sortDirection",
|
|
64
|
+
"entity": "@entity",
|
|
65
|
+
"pageSize": "@config.pageSize",
|
|
66
|
+
"error": "@config.error",
|
|
66
67
|
"fieldMap": "@config.fieldMap",
|
|
67
|
-
"
|
|
68
|
+
"type": "book-viewer",
|
|
69
|
+
"isLoading": "@config.isLoading",
|
|
68
70
|
"activeFilters": "@config.activeFilters",
|
|
69
|
-
"
|
|
70
|
-
"pageSize": "@config.pageSize",
|
|
71
|
-
"isLoading": "@config.isLoading"
|
|
71
|
+
"page": "@config.pageProp"
|
|
72
72
|
}
|
|
73
73
|
]
|
|
74
74
|
]
|
|
@@ -76,10 +76,50 @@
|
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
78
|
"config": {
|
|
79
|
-
"
|
|
80
|
-
"type": "
|
|
81
|
-
"
|
|
82
|
-
"
|
|
79
|
+
"sortBy": {
|
|
80
|
+
"type": "string",
|
|
81
|
+
"default": "",
|
|
82
|
+
"label": "Sort By",
|
|
83
|
+
"description": "Current sort field",
|
|
84
|
+
"tier": "presentation"
|
|
85
|
+
},
|
|
86
|
+
"className": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"default": "",
|
|
89
|
+
"label": "Class Name",
|
|
90
|
+
"description": "Additional CSS classes",
|
|
91
|
+
"tier": "presentation"
|
|
92
|
+
},
|
|
93
|
+
"searchValue": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"default": "",
|
|
96
|
+
"label": "Search Value",
|
|
97
|
+
"description": "Current search query value",
|
|
98
|
+
"tier": "presentation"
|
|
99
|
+
},
|
|
100
|
+
"isLoading": {
|
|
101
|
+
"type": "boolean",
|
|
102
|
+
"default": false,
|
|
103
|
+
"label": "Is Loading",
|
|
104
|
+
"description": "Loading state indicator",
|
|
105
|
+
"tier": "presentation"
|
|
106
|
+
},
|
|
107
|
+
"sortDirection": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"default": "asc",
|
|
110
|
+
"label": "Sort Direction",
|
|
111
|
+
"description": "Current sort direction",
|
|
112
|
+
"tier": "presentation",
|
|
113
|
+
"values": [
|
|
114
|
+
"asc",
|
|
115
|
+
"desc"
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"totalCount": {
|
|
119
|
+
"type": "number",
|
|
120
|
+
"default": 0.0,
|
|
121
|
+
"label": "Total Count",
|
|
122
|
+
"description": "Total number of items",
|
|
83
123
|
"tier": "presentation"
|
|
84
124
|
},
|
|
85
125
|
"selectedIds": {
|
|
@@ -92,6 +132,48 @@
|
|
|
92
132
|
"type": "string"
|
|
93
133
|
}
|
|
94
134
|
},
|
|
135
|
+
"activeFilters": {
|
|
136
|
+
"type": "json",
|
|
137
|
+
"label": "Active Filters",
|
|
138
|
+
"description": "Active filters",
|
|
139
|
+
"tier": "presentation"
|
|
140
|
+
},
|
|
141
|
+
"error": {
|
|
142
|
+
"type": "BookViewerError",
|
|
143
|
+
"label": "Error",
|
|
144
|
+
"description": "Error state (UiError)",
|
|
145
|
+
"tier": "presentation",
|
|
146
|
+
"properties": {
|
|
147
|
+
"code": {
|
|
148
|
+
"name": "code",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"required": false
|
|
151
|
+
},
|
|
152
|
+
"name": {
|
|
153
|
+
"name": "name",
|
|
154
|
+
"type": "string",
|
|
155
|
+
"required": false
|
|
156
|
+
},
|
|
157
|
+
"message": {
|
|
158
|
+
"name": "message",
|
|
159
|
+
"type": "string",
|
|
160
|
+
"required": true
|
|
161
|
+
},
|
|
162
|
+
"stack": {
|
|
163
|
+
"name": "stack",
|
|
164
|
+
"type": "string",
|
|
165
|
+
"required": false
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"pageProp": {
|
|
170
|
+
"type": "number",
|
|
171
|
+
"default": 0.0,
|
|
172
|
+
"label": "Page",
|
|
173
|
+
"description": "Current page number",
|
|
174
|
+
"synonyms": "page",
|
|
175
|
+
"tier": "presentation"
|
|
176
|
+
},
|
|
95
177
|
"initialPage": {
|
|
96
178
|
"type": "number",
|
|
97
179
|
"default": 0.0,
|
|
@@ -99,13 +181,6 @@
|
|
|
99
181
|
"description": "Initial page index (default: 0 = cover)",
|
|
100
182
|
"tier": "presentation"
|
|
101
183
|
},
|
|
102
|
-
"sortBy": {
|
|
103
|
-
"type": "string",
|
|
104
|
-
"default": "",
|
|
105
|
-
"label": "Sort By",
|
|
106
|
-
"description": "Current sort field",
|
|
107
|
-
"tier": "presentation"
|
|
108
|
-
},
|
|
109
184
|
"pageSize": {
|
|
110
185
|
"type": "number",
|
|
111
186
|
"default": 0.0,
|
|
@@ -113,52 +188,34 @@
|
|
|
113
188
|
"description": "Number of items per page",
|
|
114
189
|
"tier": "presentation"
|
|
115
190
|
},
|
|
116
|
-
"pageProp": {
|
|
117
|
-
"type": "number",
|
|
118
|
-
"default": 0.0,
|
|
119
|
-
"label": "Page",
|
|
120
|
-
"description": "Current page number",
|
|
121
|
-
"synonyms": "page",
|
|
122
|
-
"tier": "presentation"
|
|
123
|
-
},
|
|
124
191
|
"fieldMap": {
|
|
125
192
|
"type": "BookViewerFieldMap",
|
|
126
193
|
"label": "Field Map",
|
|
127
194
|
"description": "Field name translation map — a BookFieldMap object or locale key ('ar')",
|
|
128
195
|
"tier": "presentation",
|
|
129
196
|
"properties": {
|
|
130
|
-
"
|
|
131
|
-
"name": "
|
|
132
|
-
"type": "string",
|
|
133
|
-
"required": true
|
|
134
|
-
},
|
|
135
|
-
"subtitle": {
|
|
136
|
-
"name": "subtitle",
|
|
137
|
-
"type": "string",
|
|
138
|
-
"required": true
|
|
139
|
-
},
|
|
140
|
-
"chapterContent": {
|
|
141
|
-
"name": "chapterContent",
|
|
197
|
+
"chapterId": {
|
|
198
|
+
"name": "chapterId",
|
|
142
199
|
"type": "string",
|
|
143
200
|
"required": true
|
|
144
201
|
},
|
|
145
|
-
"
|
|
146
|
-
"name": "
|
|
202
|
+
"title": {
|
|
203
|
+
"name": "title",
|
|
147
204
|
"type": "string",
|
|
148
205
|
"required": true
|
|
149
206
|
},
|
|
150
|
-
"
|
|
151
|
-
"name": "
|
|
207
|
+
"partTitle": {
|
|
208
|
+
"name": "partTitle",
|
|
152
209
|
"type": "string",
|
|
153
210
|
"required": true
|
|
154
211
|
},
|
|
155
|
-
"
|
|
156
|
-
"name": "
|
|
212
|
+
"chapterTitle": {
|
|
213
|
+
"name": "chapterTitle",
|
|
157
214
|
"type": "string",
|
|
158
215
|
"required": true
|
|
159
216
|
},
|
|
160
|
-
"
|
|
161
|
-
"name": "
|
|
217
|
+
"chapterContent": {
|
|
218
|
+
"name": "chapterContent",
|
|
162
219
|
"type": "string",
|
|
163
220
|
"required": true
|
|
164
221
|
},
|
|
@@ -167,94 +224,37 @@
|
|
|
167
224
|
"type": "string",
|
|
168
225
|
"required": true
|
|
169
226
|
},
|
|
170
|
-
"
|
|
171
|
-
"name": "
|
|
227
|
+
"chapterOrbitalSchema": {
|
|
228
|
+
"name": "chapterOrbitalSchema",
|
|
172
229
|
"type": "string",
|
|
173
230
|
"required": true
|
|
174
231
|
},
|
|
175
|
-
"
|
|
176
|
-
"name": "
|
|
232
|
+
"direction": {
|
|
233
|
+
"name": "direction",
|
|
177
234
|
"type": "string",
|
|
178
235
|
"required": true
|
|
179
236
|
},
|
|
180
|
-
"
|
|
181
|
-
"name": "
|
|
237
|
+
"chapters": {
|
|
238
|
+
"name": "chapters",
|
|
182
239
|
"type": "string",
|
|
183
240
|
"required": true
|
|
184
241
|
},
|
|
185
|
-
"
|
|
186
|
-
"name": "
|
|
242
|
+
"subtitle": {
|
|
243
|
+
"name": "subtitle",
|
|
187
244
|
"type": "string",
|
|
188
245
|
"required": true
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
"totalCount": {
|
|
193
|
-
"type": "number",
|
|
194
|
-
"default": 0.0,
|
|
195
|
-
"label": "Total Count",
|
|
196
|
-
"description": "Total number of items",
|
|
197
|
-
"tier": "presentation"
|
|
198
|
-
},
|
|
199
|
-
"isLoading": {
|
|
200
|
-
"type": "boolean",
|
|
201
|
-
"default": false,
|
|
202
|
-
"label": "Is Loading",
|
|
203
|
-
"description": "Loading state indicator",
|
|
204
|
-
"tier": "presentation"
|
|
205
|
-
},
|
|
206
|
-
"className": {
|
|
207
|
-
"type": "string",
|
|
208
|
-
"default": "",
|
|
209
|
-
"label": "Class Name",
|
|
210
|
-
"description": "Additional CSS classes",
|
|
211
|
-
"tier": "presentation"
|
|
212
|
-
},
|
|
213
|
-
"error": {
|
|
214
|
-
"type": "BookViewerError",
|
|
215
|
-
"label": "Error",
|
|
216
|
-
"description": "Error state (UiError)",
|
|
217
|
-
"tier": "presentation",
|
|
218
|
-
"properties": {
|
|
219
|
-
"code": {
|
|
220
|
-
"name": "code",
|
|
221
|
-
"type": "string",
|
|
222
|
-
"required": false
|
|
223
|
-
},
|
|
224
|
-
"stack": {
|
|
225
|
-
"name": "stack",
|
|
226
|
-
"type": "string",
|
|
227
|
-
"required": false
|
|
228
246
|
},
|
|
229
|
-
"
|
|
230
|
-
"name": "
|
|
247
|
+
"parts": {
|
|
248
|
+
"name": "parts",
|
|
231
249
|
"type": "string",
|
|
232
|
-
"required":
|
|
250
|
+
"required": true
|
|
233
251
|
},
|
|
234
|
-
"
|
|
235
|
-
"name": "
|
|
252
|
+
"author": {
|
|
253
|
+
"name": "author",
|
|
236
254
|
"type": "string",
|
|
237
255
|
"required": true
|
|
238
256
|
}
|
|
239
257
|
}
|
|
240
|
-
},
|
|
241
|
-
"searchValue": {
|
|
242
|
-
"type": "string",
|
|
243
|
-
"default": "",
|
|
244
|
-
"label": "Search Value",
|
|
245
|
-
"description": "Current search query value",
|
|
246
|
-
"tier": "presentation"
|
|
247
|
-
},
|
|
248
|
-
"sortDirection": {
|
|
249
|
-
"type": "string",
|
|
250
|
-
"default": "asc",
|
|
251
|
-
"label": "Sort Direction",
|
|
252
|
-
"description": "Current sort direction",
|
|
253
|
-
"tier": "presentation",
|
|
254
|
-
"values": [
|
|
255
|
-
"asc",
|
|
256
|
-
"desc"
|
|
257
|
-
]
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"scope": "instance"
|
|
@@ -273,4 +273,4 @@
|
|
|
273
273
|
]
|
|
274
274
|
}
|
|
275
275
|
]
|
|
276
|
-
}
|
|
276
|
+
}
|