@almadar/std 16.25.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 +76 -79
- 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 +6 -9
- 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 +76 -79
- 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 +6 -9
- 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 +76 -79
- 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 +6 -9
- 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
|
@@ -104,18 +104,18 @@
|
|
|
104
104
|
"render-ui",
|
|
105
105
|
"main",
|
|
106
106
|
{
|
|
107
|
-
"
|
|
108
|
-
"showProgress": "@config.showProgress",
|
|
109
|
-
"className": "@config.className",
|
|
107
|
+
"allowBack": "@config.allowBack",
|
|
110
108
|
"isLoading": "@config.isLoading",
|
|
109
|
+
"error": "@config.error",
|
|
110
|
+
"className": "@config.className",
|
|
111
111
|
"compact": "@config.compact",
|
|
112
|
+
"onStepChange": "STEP_CHANGE",
|
|
113
|
+
"entity": "WizardContainerItem",
|
|
112
114
|
"currentStep": "@config.currentStep",
|
|
113
115
|
"onComplete": "COMPLETE",
|
|
114
|
-
"
|
|
115
|
-
"error": "@config.error",
|
|
116
|
-
"entity": "WizardContainerItem",
|
|
116
|
+
"showProgress": "@config.showProgress",
|
|
117
117
|
"steps": "@config.steps",
|
|
118
|
-
"
|
|
118
|
+
"type": "wizard-container"
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
]
|
|
@@ -123,17 +123,46 @@
|
|
|
123
123
|
]
|
|
124
124
|
},
|
|
125
125
|
"config": {
|
|
126
|
+
"className": {
|
|
127
|
+
"type": "string",
|
|
128
|
+
"default": "",
|
|
129
|
+
"label": "Class Name",
|
|
130
|
+
"description": "Additional CSS classes",
|
|
131
|
+
"tier": "presentation"
|
|
132
|
+
},
|
|
133
|
+
"compact": {
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"default": false,
|
|
136
|
+
"label": "Compact",
|
|
137
|
+
"description": "Modal mode (compact header, no padding)",
|
|
138
|
+
"tier": "presentation"
|
|
139
|
+
},
|
|
140
|
+
"allowBack": {
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"default": true,
|
|
143
|
+
"label": "Allow Back",
|
|
144
|
+
"description": "Allow navigation to previous steps",
|
|
145
|
+
"tier": "presentation"
|
|
146
|
+
},
|
|
147
|
+
"currentStep": {
|
|
148
|
+
"type": "json",
|
|
149
|
+
"label": "Current Step",
|
|
150
|
+
"description": "Current step index (controlled) - accepts unknown for generated code compatibility",
|
|
151
|
+
"tier": "presentation"
|
|
152
|
+
},
|
|
153
|
+
"showProgress": {
|
|
154
|
+
"type": "boolean",
|
|
155
|
+
"default": true,
|
|
156
|
+
"label": "Show Progress",
|
|
157
|
+
"description": "Show progress indicator",
|
|
158
|
+
"tier": "presentation"
|
|
159
|
+
},
|
|
126
160
|
"error": {
|
|
127
161
|
"type": "WizardContainerError",
|
|
128
162
|
"label": "Error",
|
|
129
163
|
"description": "Error state",
|
|
130
164
|
"tier": "presentation",
|
|
131
165
|
"properties": {
|
|
132
|
-
"code": {
|
|
133
|
-
"name": "code",
|
|
134
|
-
"type": "string",
|
|
135
|
-
"required": false
|
|
136
|
-
},
|
|
137
166
|
"name": {
|
|
138
167
|
"name": "name",
|
|
139
168
|
"type": "string",
|
|
@@ -144,6 +173,11 @@
|
|
|
144
173
|
"type": "string",
|
|
145
174
|
"required": true
|
|
146
175
|
},
|
|
176
|
+
"code": {
|
|
177
|
+
"name": "code",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"required": false
|
|
180
|
+
},
|
|
147
181
|
"stack": {
|
|
148
182
|
"name": "stack",
|
|
149
183
|
"type": "string",
|
|
@@ -151,26 +185,6 @@
|
|
|
151
185
|
}
|
|
152
186
|
}
|
|
153
187
|
},
|
|
154
|
-
"allowBack": {
|
|
155
|
-
"type": "boolean",
|
|
156
|
-
"default": true,
|
|
157
|
-
"label": "Allow Back",
|
|
158
|
-
"description": "Allow navigation to previous steps",
|
|
159
|
-
"tier": "presentation"
|
|
160
|
-
},
|
|
161
|
-
"currentStep": {
|
|
162
|
-
"type": "json",
|
|
163
|
-
"label": "Current Step",
|
|
164
|
-
"description": "Current step index (controlled) - accepts unknown for generated code compatibility",
|
|
165
|
-
"tier": "presentation"
|
|
166
|
-
},
|
|
167
|
-
"showProgress": {
|
|
168
|
-
"type": "boolean",
|
|
169
|
-
"default": true,
|
|
170
|
-
"label": "Show Progress",
|
|
171
|
-
"description": "Show progress indicator",
|
|
172
|
-
"tier": "presentation"
|
|
173
|
-
},
|
|
174
188
|
"steps": {
|
|
175
189
|
"type": "[WizardContainerStepsItem]",
|
|
176
190
|
"default": [],
|
|
@@ -180,59 +194,33 @@
|
|
|
180
194
|
"items": {
|
|
181
195
|
"type": "object",
|
|
182
196
|
"properties": {
|
|
183
|
-
"
|
|
184
|
-
"name": "
|
|
185
|
-
"type": "
|
|
197
|
+
"optional": {
|
|
198
|
+
"name": "optional",
|
|
199
|
+
"type": "boolean",
|
|
186
200
|
"required": false
|
|
187
201
|
},
|
|
188
|
-
"
|
|
189
|
-
"name": "
|
|
202
|
+
"description": {
|
|
203
|
+
"name": "description",
|
|
190
204
|
"type": "string",
|
|
191
205
|
"required": false
|
|
192
206
|
},
|
|
193
|
-
"
|
|
194
|
-
"name": "
|
|
207
|
+
"localVariables": {
|
|
208
|
+
"name": "localVariables",
|
|
195
209
|
"type": "array",
|
|
196
210
|
"required": false,
|
|
197
211
|
"items": {
|
|
198
212
|
"type": "string"
|
|
199
213
|
}
|
|
200
214
|
},
|
|
201
|
-
"
|
|
202
|
-
"name": "
|
|
203
|
-
"type": "array",
|
|
204
|
-
"required": false,
|
|
205
|
-
"items": {
|
|
206
|
-
"type": "object",
|
|
207
|
-
"properties": {
|
|
208
|
-
"message": {
|
|
209
|
-
"name": "message",
|
|
210
|
-
"type": "string",
|
|
211
|
-
"required": true
|
|
212
|
-
},
|
|
213
|
-
"condition": {
|
|
214
|
-
"name": "condition",
|
|
215
|
-
"type": "array",
|
|
216
|
-
"required": true,
|
|
217
|
-
"items": {
|
|
218
|
-
"type": "string"
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"id": {
|
|
225
|
-
"name": "id",
|
|
215
|
+
"content": {
|
|
216
|
+
"name": "content",
|
|
226
217
|
"type": "string",
|
|
227
218
|
"required": false
|
|
228
219
|
},
|
|
229
|
-
"
|
|
230
|
-
"name": "
|
|
231
|
-
"type": "
|
|
232
|
-
"required": false
|
|
233
|
-
"items": {
|
|
234
|
-
"type": "string"
|
|
235
|
-
}
|
|
220
|
+
"tabId": {
|
|
221
|
+
"name": "tabId",
|
|
222
|
+
"type": "string",
|
|
223
|
+
"required": false
|
|
236
224
|
},
|
|
237
225
|
"sections": {
|
|
238
226
|
"name": "sections",
|
|
@@ -241,24 +229,6 @@
|
|
|
241
229
|
"items": {
|
|
242
230
|
"type": "object",
|
|
243
231
|
"properties": {
|
|
244
|
-
"condition": {
|
|
245
|
-
"name": "condition",
|
|
246
|
-
"type": "array",
|
|
247
|
-
"required": false,
|
|
248
|
-
"items": {
|
|
249
|
-
"type": "string"
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
"dataSource": {
|
|
253
|
-
"name": "dataSource",
|
|
254
|
-
"type": "string",
|
|
255
|
-
"required": false
|
|
256
|
-
},
|
|
257
|
-
"title": {
|
|
258
|
-
"name": "title",
|
|
259
|
-
"type": "string",
|
|
260
|
-
"required": false
|
|
261
|
-
},
|
|
262
232
|
"subsections": {
|
|
263
233
|
"name": "subsections",
|
|
264
234
|
"type": "array",
|
|
@@ -267,51 +237,21 @@
|
|
|
267
237
|
"type": "string"
|
|
268
238
|
}
|
|
269
239
|
},
|
|
270
|
-
"minItems": {
|
|
271
|
-
"name": "minItems",
|
|
272
|
-
"type": "number",
|
|
273
|
-
"required": false
|
|
274
|
-
},
|
|
275
240
|
"addButtonLabel": {
|
|
276
241
|
"name": "addButtonLabel",
|
|
277
242
|
"type": "string",
|
|
278
243
|
"required": false
|
|
279
244
|
},
|
|
280
|
-
"hiddenCalculations": {
|
|
281
|
-
"name": "hiddenCalculations",
|
|
282
|
-
"type": "array",
|
|
283
|
-
"required": false,
|
|
284
|
-
"items": {
|
|
285
|
-
"type": "object",
|
|
286
|
-
"properties": {
|
|
287
|
-
"expression": {
|
|
288
|
-
"name": "expression",
|
|
289
|
-
"type": "string",
|
|
290
|
-
"required": true
|
|
291
|
-
},
|
|
292
|
-
"scope": {
|
|
293
|
-
"name": "scope",
|
|
294
|
-
"type": "string",
|
|
295
|
-
"required": false
|
|
296
|
-
},
|
|
297
|
-
"variable": {
|
|
298
|
-
"name": "variable",
|
|
299
|
-
"type": "string",
|
|
300
|
-
"required": true
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
"description": {
|
|
306
|
-
"name": "description",
|
|
307
|
-
"type": "string",
|
|
308
|
-
"required": false
|
|
309
|
-
},
|
|
310
245
|
"readOnly": {
|
|
311
246
|
"name": "readOnly",
|
|
312
247
|
"type": "boolean",
|
|
313
248
|
"required": false
|
|
314
249
|
},
|
|
250
|
+
"id": {
|
|
251
|
+
"name": "id",
|
|
252
|
+
"type": "string",
|
|
253
|
+
"required": true
|
|
254
|
+
},
|
|
315
255
|
"fields": {
|
|
316
256
|
"name": "fields",
|
|
317
257
|
"type": "array",
|
|
@@ -319,41 +259,64 @@
|
|
|
319
259
|
"items": {
|
|
320
260
|
"type": "object",
|
|
321
261
|
"properties": {
|
|
322
|
-
"
|
|
323
|
-
"name": "
|
|
262
|
+
"defaultValue": {
|
|
263
|
+
"name": "defaultValue",
|
|
324
264
|
"type": "string",
|
|
325
265
|
"required": false
|
|
326
266
|
},
|
|
327
|
-
"
|
|
328
|
-
"name": "
|
|
329
|
-
"type": "
|
|
330
|
-
"required":
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
267
|
+
"type": {
|
|
268
|
+
"name": "type",
|
|
269
|
+
"type": "string",
|
|
270
|
+
"required": true
|
|
271
|
+
},
|
|
272
|
+
"id": {
|
|
273
|
+
"name": "id",
|
|
274
|
+
"type": "string",
|
|
275
|
+
"required": true
|
|
276
|
+
},
|
|
277
|
+
"placeholder": {
|
|
278
|
+
"name": "placeholder",
|
|
279
|
+
"type": "string",
|
|
280
|
+
"required": false
|
|
281
|
+
},
|
|
282
|
+
"entityField": {
|
|
283
|
+
"name": "entityField",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"required": false
|
|
286
|
+
},
|
|
287
|
+
"minLength": {
|
|
288
|
+
"name": "minLength",
|
|
289
|
+
"type": "number",
|
|
290
|
+
"required": false
|
|
291
|
+
},
|
|
292
|
+
"dataSource": {
|
|
293
|
+
"name": "dataSource",
|
|
294
|
+
"type": "string",
|
|
295
|
+
"required": false
|
|
296
|
+
},
|
|
297
|
+
"searchConfig": {
|
|
298
|
+
"name": "searchConfig",
|
|
299
|
+
"type": "string",
|
|
300
|
+
"required": false
|
|
351
301
|
},
|
|
352
302
|
"required": {
|
|
353
303
|
"name": "required",
|
|
354
304
|
"type": "boolean",
|
|
355
305
|
"required": false
|
|
356
306
|
},
|
|
307
|
+
"displayTemplate": {
|
|
308
|
+
"name": "displayTemplate",
|
|
309
|
+
"type": "string",
|
|
310
|
+
"required": false
|
|
311
|
+
},
|
|
312
|
+
"contextMenu": {
|
|
313
|
+
"name": "contextMenu",
|
|
314
|
+
"type": "array",
|
|
315
|
+
"required": false,
|
|
316
|
+
"items": {
|
|
317
|
+
"type": "string"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
357
320
|
"options": {
|
|
358
321
|
"name": "options",
|
|
359
322
|
"type": "array",
|
|
@@ -366,72 +329,70 @@
|
|
|
366
329
|
"type": "string",
|
|
367
330
|
"required": true
|
|
368
331
|
},
|
|
369
|
-
"label": {
|
|
370
|
-
"name": "label",
|
|
371
|
-
"type": "string",
|
|
372
|
-
"required": true
|
|
373
|
-
},
|
|
374
332
|
"isDefault": {
|
|
375
333
|
"name": "isDefault",
|
|
376
334
|
"type": "boolean",
|
|
377
335
|
"required": false
|
|
336
|
+
},
|
|
337
|
+
"label": {
|
|
338
|
+
"name": "label",
|
|
339
|
+
"type": "string",
|
|
340
|
+
"required": true
|
|
378
341
|
}
|
|
379
342
|
}
|
|
380
343
|
}
|
|
381
344
|
},
|
|
382
|
-
"
|
|
383
|
-
"name": "
|
|
384
|
-
"type": "
|
|
385
|
-
"required": false
|
|
345
|
+
"condition": {
|
|
346
|
+
"name": "condition",
|
|
347
|
+
"type": "array",
|
|
348
|
+
"required": false,
|
|
349
|
+
"items": {
|
|
350
|
+
"type": "string"
|
|
351
|
+
}
|
|
386
352
|
},
|
|
387
|
-
"
|
|
388
|
-
"name": "
|
|
353
|
+
"calculated": {
|
|
354
|
+
"name": "calculated",
|
|
389
355
|
"type": "string",
|
|
390
356
|
"required": false
|
|
391
357
|
},
|
|
392
|
-
"
|
|
393
|
-
"name": "
|
|
358
|
+
"label": {
|
|
359
|
+
"name": "label",
|
|
394
360
|
"type": "string",
|
|
395
361
|
"required": false
|
|
396
362
|
},
|
|
397
|
-
"
|
|
398
|
-
"name": "
|
|
363
|
+
"lawReference": {
|
|
364
|
+
"name": "lawReference",
|
|
399
365
|
"type": "string",
|
|
400
366
|
"required": false
|
|
401
367
|
},
|
|
402
|
-
"
|
|
403
|
-
"name": "
|
|
404
|
-
"type": "number",
|
|
405
|
-
"required": false
|
|
406
|
-
},
|
|
407
|
-
"hiddenCalculations": {
|
|
408
|
-
"name": "hiddenCalculations",
|
|
368
|
+
"stats": {
|
|
369
|
+
"name": "stats",
|
|
409
370
|
"type": "array",
|
|
410
371
|
"required": false,
|
|
411
372
|
"items": {
|
|
412
373
|
"type": "object",
|
|
413
|
-
"properties": {
|
|
414
|
-
"
|
|
415
|
-
"name": "
|
|
374
|
+
"properties": {
|
|
375
|
+
"value": {
|
|
376
|
+
"name": "value",
|
|
416
377
|
"type": "string",
|
|
417
|
-
"required":
|
|
378
|
+
"required": true
|
|
418
379
|
},
|
|
419
|
-
"
|
|
420
|
-
"name": "
|
|
380
|
+
"label": {
|
|
381
|
+
"name": "label",
|
|
421
382
|
"type": "string",
|
|
422
383
|
"required": true
|
|
423
384
|
},
|
|
424
|
-
"
|
|
425
|
-
"name": "
|
|
385
|
+
"icon": {
|
|
386
|
+
"name": "icon",
|
|
426
387
|
"type": "string",
|
|
427
|
-
"required":
|
|
388
|
+
"required": false
|
|
428
389
|
}
|
|
429
390
|
}
|
|
430
391
|
}
|
|
431
392
|
},
|
|
432
|
-
"
|
|
433
|
-
"name": "
|
|
434
|
-
"type": "
|
|
393
|
+
"maxLength": {
|
|
394
|
+
"name": "maxLength",
|
|
395
|
+
"type": "number",
|
|
435
396
|
"required": false
|
|
436
397
|
},
|
|
437
398
|
"items": {
|
|
@@ -441,11 +402,6 @@
|
|
|
441
402
|
"items": {
|
|
442
403
|
"type": "object",
|
|
443
404
|
"properties": {
|
|
444
|
-
"label": {
|
|
445
|
-
"name": "label",
|
|
446
|
-
"type": "string",
|
|
447
|
-
"required": true
|
|
448
|
-
},
|
|
449
405
|
"id": {
|
|
450
406
|
"name": "id",
|
|
451
407
|
"type": "string",
|
|
@@ -455,96 +411,128 @@
|
|
|
455
411
|
"name": "autoCheck",
|
|
456
412
|
"type": "string",
|
|
457
413
|
"required": false
|
|
414
|
+
},
|
|
415
|
+
"label": {
|
|
416
|
+
"name": "label",
|
|
417
|
+
"type": "string",
|
|
418
|
+
"required": true
|
|
458
419
|
}
|
|
459
420
|
}
|
|
460
421
|
}
|
|
461
422
|
},
|
|
462
|
-
"
|
|
463
|
-
"name": "
|
|
423
|
+
"hiddenCalculations": {
|
|
424
|
+
"name": "hiddenCalculations",
|
|
464
425
|
"type": "array",
|
|
465
426
|
"required": false,
|
|
466
427
|
"items": {
|
|
467
|
-
"type": "
|
|
428
|
+
"type": "object",
|
|
429
|
+
"properties": {
|
|
430
|
+
"scope": {
|
|
431
|
+
"name": "scope",
|
|
432
|
+
"type": "string",
|
|
433
|
+
"required": false
|
|
434
|
+
},
|
|
435
|
+
"expression": {
|
|
436
|
+
"name": "expression",
|
|
437
|
+
"type": "string",
|
|
438
|
+
"required": true
|
|
439
|
+
},
|
|
440
|
+
"variable": {
|
|
441
|
+
"name": "variable",
|
|
442
|
+
"type": "string",
|
|
443
|
+
"required": true
|
|
444
|
+
}
|
|
445
|
+
}
|
|
468
446
|
}
|
|
469
447
|
},
|
|
470
|
-
"
|
|
471
|
-
"name": "
|
|
472
|
-
"type": "number",
|
|
473
|
-
"required": false
|
|
474
|
-
},
|
|
475
|
-
"type": {
|
|
476
|
-
"name": "type",
|
|
477
|
-
"type": "string",
|
|
478
|
-
"required": true
|
|
479
|
-
},
|
|
480
|
-
"id": {
|
|
481
|
-
"name": "id",
|
|
482
|
-
"type": "string",
|
|
483
|
-
"required": true
|
|
484
|
-
},
|
|
485
|
-
"calculated": {
|
|
486
|
-
"name": "calculated",
|
|
448
|
+
"minDate": {
|
|
449
|
+
"name": "minDate",
|
|
487
450
|
"type": "string",
|
|
488
451
|
"required": false
|
|
489
452
|
},
|
|
490
|
-
"
|
|
491
|
-
"name": "
|
|
453
|
+
"repeatable": {
|
|
454
|
+
"name": "repeatable",
|
|
492
455
|
"type": "boolean",
|
|
493
456
|
"required": false
|
|
494
457
|
},
|
|
495
|
-
"
|
|
496
|
-
"name": "
|
|
497
|
-
"type": "array",
|
|
498
|
-
"required": false,
|
|
499
|
-
"items": {
|
|
500
|
-
"type": "string"
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
"contextMenu": {
|
|
504
|
-
"name": "contextMenu",
|
|
458
|
+
"displayFields": {
|
|
459
|
+
"name": "displayFields",
|
|
505
460
|
"type": "array",
|
|
506
461
|
"required": false,
|
|
507
462
|
"items": {
|
|
508
463
|
"type": "string"
|
|
509
464
|
}
|
|
510
465
|
},
|
|
511
|
-
"
|
|
512
|
-
"name": "
|
|
513
|
-
"type": "
|
|
466
|
+
"readOnly": {
|
|
467
|
+
"name": "readOnly",
|
|
468
|
+
"type": "boolean",
|
|
514
469
|
"required": false
|
|
515
470
|
},
|
|
516
|
-
"
|
|
517
|
-
"name": "
|
|
471
|
+
"signatureConfig": {
|
|
472
|
+
"name": "signatureConfig",
|
|
518
473
|
"type": "string",
|
|
519
474
|
"required": false
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"hiddenCalculations": {
|
|
480
|
+
"name": "hiddenCalculations",
|
|
481
|
+
"type": "array",
|
|
482
|
+
"required": false,
|
|
483
|
+
"items": {
|
|
484
|
+
"type": "object",
|
|
485
|
+
"properties": {
|
|
486
|
+
"scope": {
|
|
487
|
+
"name": "scope",
|
|
523
488
|
"type": "string",
|
|
524
489
|
"required": false
|
|
525
490
|
},
|
|
526
|
-
"
|
|
527
|
-
"name": "
|
|
491
|
+
"variable": {
|
|
492
|
+
"name": "variable",
|
|
528
493
|
"type": "string",
|
|
529
|
-
"required":
|
|
494
|
+
"required": true
|
|
530
495
|
},
|
|
531
|
-
"
|
|
532
|
-
"name": "
|
|
496
|
+
"expression": {
|
|
497
|
+
"name": "expression",
|
|
533
498
|
"type": "string",
|
|
534
|
-
"required":
|
|
499
|
+
"required": true
|
|
535
500
|
}
|
|
536
501
|
}
|
|
537
502
|
}
|
|
538
503
|
},
|
|
504
|
+
"dataSource": {
|
|
505
|
+
"name": "dataSource",
|
|
506
|
+
"type": "string",
|
|
507
|
+
"required": false
|
|
508
|
+
},
|
|
509
|
+
"condition": {
|
|
510
|
+
"name": "condition",
|
|
511
|
+
"type": "array",
|
|
512
|
+
"required": false,
|
|
513
|
+
"items": {
|
|
514
|
+
"type": "string"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"minItems": {
|
|
518
|
+
"name": "minItems",
|
|
519
|
+
"type": "number",
|
|
520
|
+
"required": false
|
|
521
|
+
},
|
|
522
|
+
"title": {
|
|
523
|
+
"name": "title",
|
|
524
|
+
"type": "string",
|
|
525
|
+
"required": false
|
|
526
|
+
},
|
|
539
527
|
"repeatable": {
|
|
540
528
|
"name": "repeatable",
|
|
541
529
|
"type": "boolean",
|
|
542
530
|
"required": false
|
|
543
531
|
},
|
|
544
|
-
"
|
|
545
|
-
"name": "
|
|
532
|
+
"description": {
|
|
533
|
+
"name": "description",
|
|
546
534
|
"type": "string",
|
|
547
|
-
"required":
|
|
535
|
+
"required": false
|
|
548
536
|
}
|
|
549
537
|
}
|
|
550
538
|
}
|
|
@@ -554,6 +542,16 @@
|
|
|
554
542
|
"type": "object",
|
|
555
543
|
"required": false,
|
|
556
544
|
"properties": {
|
|
545
|
+
"entity": {
|
|
546
|
+
"name": "entity",
|
|
547
|
+
"type": "string",
|
|
548
|
+
"required": true
|
|
549
|
+
},
|
|
550
|
+
"parentField": {
|
|
551
|
+
"name": "parentField",
|
|
552
|
+
"type": "string",
|
|
553
|
+
"required": false
|
|
554
|
+
},
|
|
557
555
|
"mode": {
|
|
558
556
|
"name": "mode",
|
|
559
557
|
"type": "string",
|
|
@@ -565,30 +563,17 @@
|
|
|
565
563
|
"update"
|
|
566
564
|
]
|
|
567
565
|
},
|
|
568
|
-
"entity": {
|
|
569
|
-
"name": "entity",
|
|
570
|
-
"type": "string",
|
|
571
|
-
"required": true
|
|
572
|
-
},
|
|
573
566
|
"idField": {
|
|
574
567
|
"name": "idField",
|
|
575
568
|
"type": "string",
|
|
576
569
|
"required": false
|
|
577
|
-
},
|
|
578
|
-
"parentField": {
|
|
579
|
-
"name": "parentField",
|
|
580
|
-
"type": "string",
|
|
581
|
-
"required": false
|
|
582
570
|
}
|
|
583
571
|
}
|
|
584
572
|
},
|
|
585
|
-
"
|
|
586
|
-
"name": "
|
|
587
|
-
"type": "
|
|
588
|
-
"required": false
|
|
589
|
-
"items": {
|
|
590
|
-
"type": "string"
|
|
591
|
-
}
|
|
573
|
+
"phase": {
|
|
574
|
+
"name": "phase",
|
|
575
|
+
"type": "string",
|
|
576
|
+
"required": false
|
|
592
577
|
},
|
|
593
578
|
"title": {
|
|
594
579
|
"name": "title",
|
|
@@ -603,16 +588,32 @@
|
|
|
603
588
|
"type": "string"
|
|
604
589
|
}
|
|
605
590
|
},
|
|
606
|
-
"
|
|
607
|
-
"name": "
|
|
591
|
+
"name": {
|
|
592
|
+
"name": "name",
|
|
608
593
|
"type": "string",
|
|
609
594
|
"required": false
|
|
610
595
|
},
|
|
611
|
-
"
|
|
612
|
-
"name": "
|
|
596
|
+
"id": {
|
|
597
|
+
"name": "id",
|
|
613
598
|
"type": "string",
|
|
614
599
|
"required": false
|
|
615
600
|
},
|
|
601
|
+
"globalVariablesRequired": {
|
|
602
|
+
"name": "globalVariablesRequired",
|
|
603
|
+
"type": "array",
|
|
604
|
+
"required": false,
|
|
605
|
+
"items": {
|
|
606
|
+
"type": "string"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"contextMenu": {
|
|
610
|
+
"name": "contextMenu",
|
|
611
|
+
"type": "array",
|
|
612
|
+
"required": false,
|
|
613
|
+
"items": {
|
|
614
|
+
"type": "string"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
616
617
|
"lawReferences": {
|
|
617
618
|
"name": "lawReferences",
|
|
618
619
|
"type": "array",
|
|
@@ -638,33 +639,32 @@
|
|
|
638
639
|
}
|
|
639
640
|
}
|
|
640
641
|
},
|
|
641
|
-
"
|
|
642
|
-
"name": "
|
|
643
|
-
"type": "
|
|
644
|
-
"required": false
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
642
|
+
"validationRules": {
|
|
643
|
+
"name": "validationRules",
|
|
644
|
+
"type": "array",
|
|
645
|
+
"required": false,
|
|
646
|
+
"items": {
|
|
647
|
+
"type": "object",
|
|
648
|
+
"properties": {
|
|
649
|
+
"message": {
|
|
650
|
+
"name": "message",
|
|
651
|
+
"type": "string",
|
|
652
|
+
"required": true
|
|
653
|
+
},
|
|
654
|
+
"condition": {
|
|
655
|
+
"name": "condition",
|
|
656
|
+
"type": "array",
|
|
657
|
+
"required": true,
|
|
658
|
+
"items": {
|
|
659
|
+
"type": "string"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
}
|
|
650
664
|
}
|
|
651
665
|
}
|
|
652
666
|
}
|
|
653
667
|
},
|
|
654
|
-
"className": {
|
|
655
|
-
"type": "string",
|
|
656
|
-
"default": "",
|
|
657
|
-
"label": "Class Name",
|
|
658
|
-
"description": "Additional CSS classes",
|
|
659
|
-
"tier": "presentation"
|
|
660
|
-
},
|
|
661
|
-
"compact": {
|
|
662
|
-
"type": "boolean",
|
|
663
|
-
"default": false,
|
|
664
|
-
"label": "Compact",
|
|
665
|
-
"description": "Modal mode (compact header, no padding)",
|
|
666
|
-
"tier": "presentation"
|
|
667
|
-
},
|
|
668
668
|
"isLoading": {
|
|
669
669
|
"type": "boolean",
|
|
670
670
|
"default": false,
|
|
@@ -689,4 +689,4 @@
|
|
|
689
689
|
]
|
|
690
690
|
}
|
|
691
691
|
]
|
|
692
|
-
}
|
|
692
|
+
}
|