@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
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"render-ui",
|
|
76
76
|
"main",
|
|
77
77
|
{
|
|
78
|
-
"onTabChange": "TAB_CHANGE",
|
|
79
|
-
"position": "@config.position",
|
|
80
78
|
"defaultTab": "@config.defaultTab",
|
|
81
79
|
"className": "@config.className",
|
|
80
|
+
"type": "tabbed-container",
|
|
82
81
|
"activeTab": "@config.activeTab",
|
|
82
|
+
"onTabChange": "TAB_CHANGE",
|
|
83
83
|
"tabs": "@config.tabs",
|
|
84
|
-
"
|
|
84
|
+
"position": "@config.position"
|
|
85
85
|
}
|
|
86
86
|
]
|
|
87
87
|
]
|
|
@@ -89,26 +89,26 @@
|
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
91
|
"config": {
|
|
92
|
-
"
|
|
92
|
+
"className": {
|
|
93
93
|
"type": "string",
|
|
94
94
|
"default": "",
|
|
95
|
-
"label": "
|
|
96
|
-
"description": "
|
|
95
|
+
"label": "Class Name",
|
|
96
|
+
"description": "Additional CSS classes",
|
|
97
97
|
"tier": "presentation"
|
|
98
98
|
},
|
|
99
|
-
"
|
|
99
|
+
"defaultTab": {
|
|
100
100
|
"type": "string",
|
|
101
101
|
"default": "",
|
|
102
|
-
"label": "
|
|
103
|
-
"description": "
|
|
102
|
+
"label": "Default Tab",
|
|
103
|
+
"description": "Default active tab ID",
|
|
104
104
|
"tier": "presentation"
|
|
105
105
|
},
|
|
106
106
|
"tabs": {
|
|
107
107
|
"type": "[TabbedContainerTabsItem]",
|
|
108
108
|
"default": [
|
|
109
109
|
{
|
|
110
|
-
"
|
|
111
|
-
"
|
|
110
|
+
"label": "Label",
|
|
111
|
+
"id": "Id"
|
|
112
112
|
}
|
|
113
113
|
],
|
|
114
114
|
"label": "Tabs",
|
|
@@ -117,11 +117,6 @@
|
|
|
117
117
|
"items": {
|
|
118
118
|
"type": "object",
|
|
119
119
|
"properties": {
|
|
120
|
-
"content": {
|
|
121
|
-
"name": "content",
|
|
122
|
-
"type": "string",
|
|
123
|
-
"required": false
|
|
124
|
-
},
|
|
125
120
|
"id": {
|
|
126
121
|
"name": "id",
|
|
127
122
|
"type": "string",
|
|
@@ -132,8 +127,8 @@
|
|
|
132
127
|
"type": "string",
|
|
133
128
|
"required": true
|
|
134
129
|
},
|
|
135
|
-
"
|
|
136
|
-
"name": "
|
|
130
|
+
"content": {
|
|
131
|
+
"name": "content",
|
|
137
132
|
"type": "string",
|
|
138
133
|
"required": false
|
|
139
134
|
},
|
|
@@ -146,6 +141,11 @@
|
|
|
146
141
|
"name": "disabled",
|
|
147
142
|
"type": "boolean",
|
|
148
143
|
"required": false
|
|
144
|
+
},
|
|
145
|
+
"sectionId": {
|
|
146
|
+
"name": "sectionId",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"required": false
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
}
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
"left"
|
|
162
162
|
]
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"activeTab": {
|
|
165
165
|
"type": "string",
|
|
166
166
|
"default": "",
|
|
167
|
-
"label": "
|
|
168
|
-
"description": "
|
|
167
|
+
"label": "Active Tab",
|
|
168
|
+
"description": "Controlled active tab",
|
|
169
169
|
"tier": "presentation"
|
|
170
170
|
}
|
|
171
171
|
},
|
|
@@ -185,4 +185,4 @@
|
|
|
185
185
|
]
|
|
186
186
|
}
|
|
187
187
|
]
|
|
188
|
-
}
|
|
188
|
+
}
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"render-ui",
|
|
55
55
|
"main",
|
|
56
56
|
{
|
|
57
|
-
"error": "@config.error",
|
|
58
|
-
"title": "@config.title",
|
|
59
57
|
"fields": "@config.fields",
|
|
60
|
-
"itemActions": "@config.itemActions",
|
|
61
|
-
"className": "@config.className",
|
|
62
|
-
"isLoading": "@config.isLoading",
|
|
63
|
-
"type": "timeline",
|
|
64
58
|
"look": "@config.look",
|
|
65
59
|
"items": "@config.items",
|
|
60
|
+
"isLoading": "@config.isLoading",
|
|
61
|
+
"type": "timeline",
|
|
62
|
+
"className": "@config.className",
|
|
63
|
+
"title": "@config.title",
|
|
64
|
+
"itemActions": "@config.itemActions",
|
|
65
|
+
"error": "@config.error",
|
|
66
66
|
"entity": "@entity"
|
|
67
67
|
}
|
|
68
68
|
]
|
|
@@ -71,26 +71,6 @@
|
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
"config": {
|
|
74
|
-
"className": {
|
|
75
|
-
"type": "string",
|
|
76
|
-
"default": "",
|
|
77
|
-
"label": "Class Name",
|
|
78
|
-
"description": "Additional CSS classes",
|
|
79
|
-
"tier": "presentation"
|
|
80
|
-
},
|
|
81
|
-
"look": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"default": "vertical-spacious",
|
|
84
|
-
"label": "Look",
|
|
85
|
-
"description": "Layer 2 visual treatment.",
|
|
86
|
-
"tier": "presentation",
|
|
87
|
-
"values": [
|
|
88
|
-
"vertical-compact",
|
|
89
|
-
"vertical-spacious",
|
|
90
|
-
"horizontal",
|
|
91
|
-
"swimlane"
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
74
|
"itemActions": {
|
|
95
75
|
"type": "[TimelineItemActionsItem]",
|
|
96
76
|
"default": [],
|
|
@@ -100,6 +80,11 @@
|
|
|
100
80
|
"items": {
|
|
101
81
|
"type": "object",
|
|
102
82
|
"properties": {
|
|
83
|
+
"label": {
|
|
84
|
+
"name": "label",
|
|
85
|
+
"type": "string",
|
|
86
|
+
"required": true
|
|
87
|
+
},
|
|
103
88
|
"variant": {
|
|
104
89
|
"name": "variant",
|
|
105
90
|
"type": "string",
|
|
@@ -110,11 +95,6 @@
|
|
|
110
95
|
"ghost"
|
|
111
96
|
]
|
|
112
97
|
},
|
|
113
|
-
"label": {
|
|
114
|
-
"name": "label",
|
|
115
|
-
"type": "string",
|
|
116
|
-
"required": true
|
|
117
|
-
},
|
|
118
98
|
"event": {
|
|
119
99
|
"name": "event",
|
|
120
100
|
"type": "string",
|
|
@@ -128,34 +108,25 @@
|
|
|
128
108
|
}
|
|
129
109
|
}
|
|
130
110
|
},
|
|
131
|
-
"
|
|
132
|
-
"type": "
|
|
133
|
-
"
|
|
134
|
-
|
|
111
|
+
"fields": {
|
|
112
|
+
"type": "[string]",
|
|
113
|
+
"default": [
|
|
114
|
+
"Item"
|
|
115
|
+
],
|
|
116
|
+
"label": "Fields",
|
|
117
|
+
"description": "Fields to display",
|
|
135
118
|
"tier": "presentation",
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"name": "message",
|
|
139
|
-
"type": "string",
|
|
140
|
-
"required": true
|
|
141
|
-
},
|
|
142
|
-
"name": {
|
|
143
|
-
"name": "name",
|
|
144
|
-
"type": "string",
|
|
145
|
-
"required": false
|
|
146
|
-
},
|
|
147
|
-
"stack": {
|
|
148
|
-
"name": "stack",
|
|
149
|
-
"type": "string",
|
|
150
|
-
"required": false
|
|
151
|
-
},
|
|
152
|
-
"code": {
|
|
153
|
-
"name": "code",
|
|
154
|
-
"type": "string",
|
|
155
|
-
"required": false
|
|
156
|
-
}
|
|
119
|
+
"items": {
|
|
120
|
+
"type": "string"
|
|
157
121
|
}
|
|
158
122
|
},
|
|
123
|
+
"className": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"default": "",
|
|
126
|
+
"label": "Class Name",
|
|
127
|
+
"description": "Additional CSS classes",
|
|
128
|
+
"tier": "presentation"
|
|
129
|
+
},
|
|
159
130
|
"title": {
|
|
160
131
|
"type": "string",
|
|
161
132
|
"default": "",
|
|
@@ -182,16 +153,6 @@
|
|
|
182
153
|
"type": "string",
|
|
183
154
|
"required": false
|
|
184
155
|
},
|
|
185
|
-
"icon": {
|
|
186
|
-
"name": "icon",
|
|
187
|
-
"type": "string",
|
|
188
|
-
"required": false
|
|
189
|
-
},
|
|
190
|
-
"description": {
|
|
191
|
-
"name": "description",
|
|
192
|
-
"type": "string",
|
|
193
|
-
"required": false
|
|
194
|
-
},
|
|
195
156
|
"status": {
|
|
196
157
|
"name": "status",
|
|
197
158
|
"type": "string",
|
|
@@ -203,6 +164,11 @@
|
|
|
203
164
|
"error"
|
|
204
165
|
]
|
|
205
166
|
},
|
|
167
|
+
"description": {
|
|
168
|
+
"name": "description",
|
|
169
|
+
"type": "string",
|
|
170
|
+
"required": false
|
|
171
|
+
},
|
|
206
172
|
"tags": {
|
|
207
173
|
"name": "tags",
|
|
208
174
|
"type": "array",
|
|
@@ -211,6 +177,11 @@
|
|
|
211
177
|
"type": "string"
|
|
212
178
|
}
|
|
213
179
|
},
|
|
180
|
+
"icon": {
|
|
181
|
+
"name": "icon",
|
|
182
|
+
"type": "string",
|
|
183
|
+
"required": false
|
|
184
|
+
},
|
|
214
185
|
"id": {
|
|
215
186
|
"name": "id",
|
|
216
187
|
"type": "string",
|
|
@@ -219,24 +190,53 @@
|
|
|
219
190
|
}
|
|
220
191
|
}
|
|
221
192
|
},
|
|
222
|
-
"fields": {
|
|
223
|
-
"type": "[string]",
|
|
224
|
-
"default": [
|
|
225
|
-
"Item"
|
|
226
|
-
],
|
|
227
|
-
"label": "Fields",
|
|
228
|
-
"description": "Fields to display",
|
|
229
|
-
"tier": "presentation",
|
|
230
|
-
"items": {
|
|
231
|
-
"type": "string"
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
193
|
"isLoading": {
|
|
235
194
|
"type": "boolean",
|
|
236
195
|
"default": false,
|
|
237
196
|
"label": "Is Loading",
|
|
238
197
|
"description": "Loading state indicator",
|
|
239
198
|
"tier": "presentation"
|
|
199
|
+
},
|
|
200
|
+
"error": {
|
|
201
|
+
"type": "TimelineError",
|
|
202
|
+
"label": "Error",
|
|
203
|
+
"description": "Error state",
|
|
204
|
+
"tier": "presentation",
|
|
205
|
+
"properties": {
|
|
206
|
+
"message": {
|
|
207
|
+
"name": "message",
|
|
208
|
+
"type": "string",
|
|
209
|
+
"required": true
|
|
210
|
+
},
|
|
211
|
+
"stack": {
|
|
212
|
+
"name": "stack",
|
|
213
|
+
"type": "string",
|
|
214
|
+
"required": false
|
|
215
|
+
},
|
|
216
|
+
"code": {
|
|
217
|
+
"name": "code",
|
|
218
|
+
"type": "string",
|
|
219
|
+
"required": false
|
|
220
|
+
},
|
|
221
|
+
"name": {
|
|
222
|
+
"name": "name",
|
|
223
|
+
"type": "string",
|
|
224
|
+
"required": false
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"look": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"default": "vertical-spacious",
|
|
231
|
+
"label": "Look",
|
|
232
|
+
"description": "Layer 2 visual treatment.",
|
|
233
|
+
"tier": "presentation",
|
|
234
|
+
"values": [
|
|
235
|
+
"vertical-compact",
|
|
236
|
+
"vertical-spacious",
|
|
237
|
+
"horizontal",
|
|
238
|
+
"swimlane"
|
|
239
|
+
]
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
"scope": "instance"
|
|
@@ -255,4 +255,4 @@
|
|
|
255
255
|
]
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
|
-
}
|
|
258
|
+
}
|
|
@@ -54,15 +54,20 @@
|
|
|
54
54
|
"render-ui",
|
|
55
55
|
"main",
|
|
56
56
|
{
|
|
57
|
-
"
|
|
57
|
+
"className": "@config.className",
|
|
58
58
|
"variant": "@config.variant",
|
|
59
59
|
"entity": "ToastSlotItem",
|
|
60
|
-
"
|
|
61
|
-
"className": "@config.className",
|
|
62
|
-
"duration": "@config.duration",
|
|
60
|
+
"error": "@config.error",
|
|
63
61
|
"title": "@config.title",
|
|
62
|
+
"type": "toast-slot",
|
|
64
63
|
"isLoading": "@config.isLoading",
|
|
65
|
-
"
|
|
64
|
+
"children": [
|
|
65
|
+
{
|
|
66
|
+
"type": "text",
|
|
67
|
+
"content": "Sample content"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"duration": "@config.duration"
|
|
66
71
|
}
|
|
67
72
|
]
|
|
68
73
|
]
|
|
@@ -70,33 +75,6 @@
|
|
|
70
75
|
]
|
|
71
76
|
},
|
|
72
77
|
"config": {
|
|
73
|
-
"duration": {
|
|
74
|
-
"type": "number",
|
|
75
|
-
"default": 5000.0,
|
|
76
|
-
"label": "Duration",
|
|
77
|
-
"description": "Auto-dismiss duration in ms (0 = no auto-dismiss)",
|
|
78
|
-
"tier": "presentation"
|
|
79
|
-
},
|
|
80
|
-
"className": {
|
|
81
|
-
"type": "string",
|
|
82
|
-
"default": "",
|
|
83
|
-
"label": "Class Name",
|
|
84
|
-
"description": "Custom class name",
|
|
85
|
-
"tier": "presentation"
|
|
86
|
-
},
|
|
87
|
-
"isLoading": {
|
|
88
|
-
"type": "boolean",
|
|
89
|
-
"default": false,
|
|
90
|
-
"label": "Is Loading",
|
|
91
|
-
"description": "Loading state indicator",
|
|
92
|
-
"tier": "presentation"
|
|
93
|
-
},
|
|
94
|
-
"children": {
|
|
95
|
-
"type": "node",
|
|
96
|
-
"label": "Children",
|
|
97
|
-
"description": "Content to display in the toast (message or ReactNode)",
|
|
98
|
-
"tier": "presentation"
|
|
99
|
-
},
|
|
100
78
|
"variant": {
|
|
101
79
|
"type": "string",
|
|
102
80
|
"default": "success",
|
|
@@ -110,24 +88,26 @@
|
|
|
110
88
|
"warning"
|
|
111
89
|
]
|
|
112
90
|
},
|
|
91
|
+
"isLoading": {
|
|
92
|
+
"type": "boolean",
|
|
93
|
+
"default": false,
|
|
94
|
+
"label": "Is Loading",
|
|
95
|
+
"description": "Loading state indicator",
|
|
96
|
+
"tier": "presentation"
|
|
97
|
+
},
|
|
113
98
|
"error": {
|
|
114
99
|
"type": "ToastSlotError",
|
|
115
100
|
"label": "Error",
|
|
116
101
|
"description": "Error state",
|
|
117
102
|
"tier": "presentation",
|
|
118
103
|
"properties": {
|
|
119
|
-
"stack": {
|
|
120
|
-
"name": "stack",
|
|
121
|
-
"type": "string",
|
|
122
|
-
"required": false
|
|
123
|
-
},
|
|
124
104
|
"message": {
|
|
125
105
|
"name": "message",
|
|
126
106
|
"type": "string",
|
|
127
107
|
"required": true
|
|
128
108
|
},
|
|
129
|
-
"
|
|
130
|
-
"name": "
|
|
109
|
+
"stack": {
|
|
110
|
+
"name": "stack",
|
|
131
111
|
"type": "string",
|
|
132
112
|
"required": false
|
|
133
113
|
},
|
|
@@ -135,15 +115,34 @@
|
|
|
135
115
|
"name": "name",
|
|
136
116
|
"type": "string",
|
|
137
117
|
"required": false
|
|
118
|
+
},
|
|
119
|
+
"code": {
|
|
120
|
+
"name": "code",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"required": false
|
|
138
123
|
}
|
|
139
124
|
}
|
|
140
125
|
},
|
|
126
|
+
"duration": {
|
|
127
|
+
"type": "number",
|
|
128
|
+
"default": 5000.0,
|
|
129
|
+
"label": "Duration",
|
|
130
|
+
"description": "Auto-dismiss duration in ms (0 = no auto-dismiss)",
|
|
131
|
+
"tier": "presentation"
|
|
132
|
+
},
|
|
141
133
|
"title": {
|
|
142
134
|
"type": "string",
|
|
143
135
|
"default": "",
|
|
144
136
|
"label": "Title",
|
|
145
137
|
"description": "Toast title",
|
|
146
138
|
"tier": "presentation"
|
|
139
|
+
},
|
|
140
|
+
"className": {
|
|
141
|
+
"type": "string",
|
|
142
|
+
"default": "",
|
|
143
|
+
"label": "Class Name",
|
|
144
|
+
"description": "Custom class name",
|
|
145
|
+
"tier": "presentation"
|
|
147
146
|
}
|
|
148
147
|
},
|
|
149
148
|
"scope": "instance"
|
|
@@ -162,4 +161,4 @@
|
|
|
162
161
|
]
|
|
163
162
|
}
|
|
164
163
|
]
|
|
165
|
-
}
|
|
164
|
+
}
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"render-ui",
|
|
76
76
|
"main",
|
|
77
77
|
{
|
|
78
|
+
"onClick": "CLICK",
|
|
78
79
|
"eventLabel": "@config.eventLabel",
|
|
79
|
-
"guardHint": "@config.guardHint",
|
|
80
|
-
"isActive": "@config.isActive",
|
|
81
|
-
"to": "@config.toProp",
|
|
82
|
-
"from": "@config.fromProp",
|
|
83
80
|
"type": "transition-arrow",
|
|
84
81
|
"className": "@config.className",
|
|
85
|
-
"
|
|
82
|
+
"isActive": "@config.isActive",
|
|
83
|
+
"from": "@config.fromProp",
|
|
84
|
+
"to": "@config.toProp",
|
|
85
|
+
"guardHint": "@config.guardHint"
|
|
86
86
|
}
|
|
87
87
|
]
|
|
88
88
|
]
|
|
@@ -90,15 +90,22 @@
|
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
"config": {
|
|
93
|
-
"
|
|
94
|
-
"type": "
|
|
93
|
+
"guardHint": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"default": "",
|
|
96
|
+
"label": "Guard Hint",
|
|
97
|
+
"description": "Guard hint shown below event",
|
|
98
|
+
"tier": "presentation"
|
|
99
|
+
},
|
|
100
|
+
"fromProp": {
|
|
101
|
+
"type": "TransitionArrowFrom",
|
|
95
102
|
"default": {
|
|
96
103
|
"x": 0.0,
|
|
97
104
|
"y": 0.0
|
|
98
105
|
},
|
|
99
|
-
"label": "
|
|
100
|
-
"description": "
|
|
101
|
-
"synonyms": "
|
|
106
|
+
"label": "From",
|
|
107
|
+
"description": "Start position (center of from-node)",
|
|
108
|
+
"synonyms": "from",
|
|
102
109
|
"tier": "presentation",
|
|
103
110
|
"properties": {
|
|
104
111
|
"x": {
|
|
@@ -113,43 +120,15 @@
|
|
|
113
120
|
}
|
|
114
121
|
}
|
|
115
122
|
},
|
|
116
|
-
"
|
|
117
|
-
"type": "
|
|
118
|
-
"default": "",
|
|
119
|
-
"label": "Guard Hint",
|
|
120
|
-
"description": "Guard hint shown below event",
|
|
121
|
-
"tier": "presentation"
|
|
122
|
-
},
|
|
123
|
-
"className": {
|
|
124
|
-
"type": "string",
|
|
125
|
-
"default": "",
|
|
126
|
-
"label": "Class Name",
|
|
127
|
-
"description": "Additional CSS classes for the SVG group",
|
|
128
|
-
"tier": "presentation"
|
|
129
|
-
},
|
|
130
|
-
"eventLabel": {
|
|
131
|
-
"type": "string",
|
|
132
|
-
"default": "Event Label",
|
|
133
|
-
"label": "Event Label",
|
|
134
|
-
"description": "Event label shown on the arrow",
|
|
135
|
-
"tier": "presentation"
|
|
136
|
-
},
|
|
137
|
-
"isActive": {
|
|
138
|
-
"type": "boolean",
|
|
139
|
-
"default": false,
|
|
140
|
-
"label": "Is Active",
|
|
141
|
-
"description": "Whether this transition is currently active",
|
|
142
|
-
"tier": "presentation"
|
|
143
|
-
},
|
|
144
|
-
"fromProp": {
|
|
145
|
-
"type": "TransitionArrowFrom",
|
|
123
|
+
"toProp": {
|
|
124
|
+
"type": "TransitionArrowTo",
|
|
146
125
|
"default": {
|
|
147
126
|
"x": 0.0,
|
|
148
127
|
"y": 0.0
|
|
149
128
|
},
|
|
150
|
-
"label": "
|
|
151
|
-
"description": "
|
|
152
|
-
"synonyms": "
|
|
129
|
+
"label": "To",
|
|
130
|
+
"description": "End position (center of to-node)",
|
|
131
|
+
"synonyms": "to",
|
|
153
132
|
"tier": "presentation",
|
|
154
133
|
"properties": {
|
|
155
134
|
"y": {
|
|
@@ -163,6 +142,27 @@
|
|
|
163
142
|
"required": true
|
|
164
143
|
}
|
|
165
144
|
}
|
|
145
|
+
},
|
|
146
|
+
"isActive": {
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"default": false,
|
|
149
|
+
"label": "Is Active",
|
|
150
|
+
"description": "Whether this transition is currently active",
|
|
151
|
+
"tier": "presentation"
|
|
152
|
+
},
|
|
153
|
+
"className": {
|
|
154
|
+
"type": "string",
|
|
155
|
+
"default": "",
|
|
156
|
+
"label": "Class Name",
|
|
157
|
+
"description": "Additional CSS classes for the SVG group",
|
|
158
|
+
"tier": "presentation"
|
|
159
|
+
},
|
|
160
|
+
"eventLabel": {
|
|
161
|
+
"type": "string",
|
|
162
|
+
"default": "Event Label",
|
|
163
|
+
"label": "Event Label",
|
|
164
|
+
"description": "Event label shown on the arrow",
|
|
165
|
+
"tier": "presentation"
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
"scope": "instance"
|
|
@@ -181,4 +181,4 @@
|
|
|
181
181
|
]
|
|
182
182
|
}
|
|
183
183
|
]
|
|
184
|
-
}
|
|
184
|
+
}
|