@almadar/std 16.205.0 → 16.206.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/lolo/ml/organisms/std-escalating-decision.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +265 -13
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +5 -5
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/std-area-fill.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-coef-pad.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +10 -3
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +9 -3
- package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +29 -5
- package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +36 -14
- package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +7 -3
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +12 -6
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +27 -0
- package/behaviors/registry/agent/atoms/std-agent-context.orb +47 -0
- package/behaviors/registry/agent/atoms/std-agent-fix-loop.orb +57 -1
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +88 -1
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +58 -1
- package/behaviors/registry/agent/atoms/std-agent-session.orb +95 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +74 -1
- package/behaviors/registry/agent/atoms/std-agent-trace.orb +38 -0
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +70 -1
- package/behaviors/registry/agent/organisms/std-agent-rabit.orb +239 -2
- package/behaviors/registry/infra/atoms/std-anim-tick.orb +24 -0
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +73 -20
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +38 -0
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +45 -62
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +113 -1
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +32 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +38 -32
- package/behaviors/registry/infra/atoms/std-cooldown.orb +28 -0
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +55 -1
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -16
- package/behaviors/registry/infra/atoms/std-game-clock.orb +20 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +165 -1
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +23 -16
- package/behaviors/registry/infra/atoms/std-notification-center.orb +119 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +162 -1
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +32 -28
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +30 -0
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +58 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +34 -1
- package/behaviors/registry/infra/organisms/std-status-lifecycle-control.orb +33 -2
- package/behaviors/registry/ml/atoms/std-data-collector.orb +18 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +41 -1
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +67 -1
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +125 -1
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +34 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +42 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +82 -1
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +30 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +60 -1
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +122 -13
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +51 -4
- package/behaviors/registry/ui/avl/atoms/ui-behavior-view.orb +6 -0
- package/behaviors/registry/ui/avl/atoms/ui-module-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +110 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +119 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +180 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +143 -6
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +59 -1
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +13 -2
- package/behaviors/registry/ui/core/atoms/std-date-range.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-detail-layout.orb +13 -0
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +39 -4
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +20 -6
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +146 -1
- package/behaviors/registry/ui/core/atoms/std-export.orb +35 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-filter.orb +57 -1
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +66 -1
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +44 -18
- package/behaviors/registry/ui/core/atoms/std-geosearch.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-graphs.orb +71 -1
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +67 -1
- package/behaviors/registry/ui/core/atoms/std-import.orb +69 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +36 -6
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1865 -169
- package/behaviors/registry/ui/core/atoms/std-modal.orb +44 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +201 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +24 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +159 -1
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +144 -1
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +103 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-scatter.orb +51 -1
- package/behaviors/registry/ui/core/atoms/std-search.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-selection.orb +28 -1
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-stats.orb +153 -1
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +154 -1
- package/behaviors/registry/ui/core/atoms/std-tabs.orb +41 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +34 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +48 -1
- package/behaviors/registry/ui/core/atoms/std-thread.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-tree.orb +36 -1
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +54 -0
- package/behaviors/registry/ui/core/atoms/std-vote.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +130 -1
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-box.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-button.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-center.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-hstack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-input.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-label.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-presence.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-select.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-vstack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/std-stat-rows.orb +24 -1
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-activation-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-bloom-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +38 -4
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-connection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +10 -1
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-fx-overlay.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +21 -0
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-transition.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reflection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-split.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-code-runner-panel.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-dock-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +6 -0
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +89 -1
- package/behaviors/registry/ui/game/atoms/std-area-fill.orb +219 -4
- package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +30 -0
- package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +63 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +133 -1
- package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +122 -3
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +159 -3
- package/behaviors/registry/ui/game/atoms/std-curve-fog.orb +26 -1
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +150 -1
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +18 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +15 -0
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +120 -3
- package/behaviors/registry/ui/game/atoms/std-gather.orb +180 -1
- package/behaviors/registry/ui/game/atoms/std-gold.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +130 -1
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +92 -1
- package/behaviors/registry/ui/game/atoms/std-lives.orb +38 -0
- package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +117 -3
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-motion-body.orb +68 -1
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +184 -1
- package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +118 -3
- package/behaviors/registry/ui/game/atoms/std-patience.orb +215 -1
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +161 -3
- package/behaviors/registry/ui/game/atoms/std-pickup.orb +387 -24
- package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +505 -17
- package/behaviors/registry/ui/game/atoms/std-production.orb +14 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-autodemo.orb +117 -1
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +36 -0
- package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +140 -3
- package/behaviors/registry/ui/game/atoms/std-xp.orb +22 -0
- package/behaviors/registry/ui/game/atoms/std-zone-card.orb +70 -1
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-graph.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-json-view.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-timer-display.orb +84 -1
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +10 -0
- package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +567 -8
- package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +545 -6
- package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +804 -10
- package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +597 -8
- package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +565 -8
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +561 -6
- package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +12 -0
- package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +551 -8
- package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +667 -12
- package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +707 -8
- package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +506 -6
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +115 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-arrangement.orb +201 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +325 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +108 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +147 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +190 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-diagram.orb +111 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +164 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +169 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +128 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +123 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +178 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-live-sim.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +145 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-param-explorer.orb +100 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +133 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +247 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sample-accumulator.orb +180 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sandbox.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +206 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +129 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +53 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +168 -8
- package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-stepper.orb +254 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +315 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-trace-player.orb +131 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +57 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +214 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-cta.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-features.orb +37 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +52 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-hero.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-nav.orb +25 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-pricing.orb +59 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-showcase.orb +62 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +15 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +28 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +33 -2
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-article-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-case-study-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-community-links.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-cta-banner.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-feature-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-geometric-pattern.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-hero-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-install-box.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-footer.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pull-quote.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-service-catalog.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-showcase-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-split-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-stats-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-step-flow.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-tag-cloud.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-team-card.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +6 -0
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +10 -0
- package/dist/behaviors/exports-reader.js +3799 -3
- package/dist/behaviors/functions/index.d.ts +59 -31
- package/dist/behaviors/functions/index.js +3799 -3
- package/dist/behaviors/index.js +3799 -3
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +3799 -3
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +25 -25
- package/dist/behaviors-registry.json +9320 -88
- package/dist/index.js +3799 -3
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -836,8 +836,7 @@
|
|
|
836
836
|
"linkedEntity": "GameState",
|
|
837
837
|
"linkedEntityId": "ent_01M055GPMKGAH9E4TGTCT7ZSJJ",
|
|
838
838
|
"name": "CrewAuthority",
|
|
839
|
-
"ref": "Nav.traits.HeroNav"
|
|
840
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
839
|
+
"ref": "Nav.traits.HeroNav"
|
|
841
840
|
},
|
|
842
841
|
{
|
|
843
842
|
"config": {
|
|
@@ -850,8 +849,7 @@
|
|
|
850
849
|
"linkedEntity": "GameState",
|
|
851
850
|
"linkedEntityId": "ent_01M055GPMKGAH9E4TGTCT7ZSJJ",
|
|
852
851
|
"name": "FxDecay",
|
|
853
|
-
"ref": "Particles.traits.FxParticles"
|
|
854
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
852
|
+
"ref": "Particles.traits.FxParticles"
|
|
855
853
|
},
|
|
856
854
|
{
|
|
857
855
|
"config": {
|
|
@@ -864,8 +862,7 @@
|
|
|
864
862
|
"linkedEntity": "GameState",
|
|
865
863
|
"linkedEntityId": "ent_01M055GPMKGAH9E4TGTCT7ZSJJ",
|
|
866
864
|
"name": "AnimClock",
|
|
867
|
-
"ref": "AnimTick.traits.AnimTick"
|
|
868
|
-
"refId": "trt_01KXG04EVEQNTAB0NYX7ZC392F"
|
|
865
|
+
"ref": "AnimTick.traits.AnimTick"
|
|
869
866
|
},
|
|
870
867
|
{
|
|
871
868
|
"category": "interaction",
|
|
@@ -1742,6 +1739,72 @@
|
|
|
1742
1739
|
"type": "boolean"
|
|
1743
1740
|
}
|
|
1744
1741
|
},
|
|
1742
|
+
"effectRow": [
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "emit",
|
|
1745
|
+
"resource": "MOVE"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "render-ui",
|
|
1749
|
+
"resource": "main"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "render-ui",
|
|
1753
|
+
"resource": "main",
|
|
1754
|
+
"site": "tick"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "set",
|
|
1758
|
+
"resource": "@entity.animState"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "set",
|
|
1762
|
+
"resource": "@entity.animState",
|
|
1763
|
+
"site": "tick"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "set",
|
|
1767
|
+
"resource": "@entity.animTicksLeft"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "set",
|
|
1771
|
+
"resource": "@entity.animTicksLeft",
|
|
1772
|
+
"site": "tick"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "set",
|
|
1776
|
+
"resource": "@entity.animUnitId"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "set",
|
|
1780
|
+
"resource": "@entity.animUnitId",
|
|
1781
|
+
"site": "tick"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"kind": "set",
|
|
1785
|
+
"resource": "@entity.crewCount"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"kind": "set",
|
|
1789
|
+
"resource": "@entity.oxygen"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "set",
|
|
1793
|
+
"resource": "@entity.phase"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"kind": "set",
|
|
1797
|
+
"resource": "@entity.selectedUnitId"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "set",
|
|
1801
|
+
"resource": "@entity.validMoves"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "ticks",
|
|
1805
|
+
"site": "tick"
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1745
1808
|
"emits": [
|
|
1746
1809
|
{
|
|
1747
1810
|
"description": "Crew move intent applied by the hero-nav authority",
|
|
@@ -4045,6 +4108,482 @@
|
|
|
4045
4108
|
]
|
|
4046
4109
|
}
|
|
4047
4110
|
],
|
|
4111
|
+
"types": {
|
|
4112
|
+
"Asset": [
|
|
4113
|
+
{
|
|
4114
|
+
"name": "url",
|
|
4115
|
+
"type": "asset"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"name": "atlas",
|
|
4119
|
+
"type": "asset"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "sprite",
|
|
4123
|
+
"type": "string"
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"name": "role",
|
|
4127
|
+
"type": "string"
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"name": "category",
|
|
4131
|
+
"type": "string"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"name": "animations",
|
|
4135
|
+
"type": "[string]"
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "style",
|
|
4139
|
+
"type": "string"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"name": "dimension",
|
|
4143
|
+
"type": "string"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "aspect",
|
|
4147
|
+
"type": "string"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"name": "name",
|
|
4151
|
+
"type": "string"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "thumbnailUrl",
|
|
4155
|
+
"type": "string"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"AssetManifest": [
|
|
4159
|
+
{
|
|
4160
|
+
"name": "terrains",
|
|
4161
|
+
"type": "Map<string,Asset>"
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"name": "units",
|
|
4165
|
+
"type": "Map<string,Asset>"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "features",
|
|
4169
|
+
"type": "Map<string,Asset>"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"name": "effects",
|
|
4173
|
+
"type": "Map<string,Asset>"
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"Feature": [
|
|
4177
|
+
{
|
|
4178
|
+
"name": "id",
|
|
4179
|
+
"type": "string"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "x",
|
|
4183
|
+
"required": true,
|
|
4184
|
+
"type": "number"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "y",
|
|
4188
|
+
"required": true,
|
|
4189
|
+
"type": "number"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "z",
|
|
4193
|
+
"type": "number"
|
|
4194
|
+
},
|
|
4195
|
+
{
|
|
4196
|
+
"name": "type",
|
|
4197
|
+
"type": "string"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"name": "assetUrl",
|
|
4201
|
+
"properties": [
|
|
4202
|
+
{
|
|
4203
|
+
"name": "url",
|
|
4204
|
+
"type": "asset"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "atlas",
|
|
4208
|
+
"type": "asset"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "sprite",
|
|
4212
|
+
"type": "string"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "role",
|
|
4216
|
+
"type": "string"
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "category",
|
|
4220
|
+
"type": "string"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "animations",
|
|
4224
|
+
"type": "[string]"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "style",
|
|
4228
|
+
"type": "string"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "dimension",
|
|
4232
|
+
"type": "string"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"name": "aspect",
|
|
4236
|
+
"type": "string"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "name",
|
|
4240
|
+
"type": "string"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"name": "thumbnailUrl",
|
|
4244
|
+
"type": "string"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4247
|
+
"type": "object"
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "color",
|
|
4251
|
+
"type": "string"
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "elevation",
|
|
4255
|
+
"type": "number"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"Fx": [
|
|
4259
|
+
{
|
|
4260
|
+
"name": "id",
|
|
4261
|
+
"required": true,
|
|
4262
|
+
"type": "string"
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "type",
|
|
4266
|
+
"required": true,
|
|
4267
|
+
"type": "string"
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "x",
|
|
4271
|
+
"required": true,
|
|
4272
|
+
"type": "number"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "z",
|
|
4276
|
+
"type": "number"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "y",
|
|
4280
|
+
"type": "number"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "message",
|
|
4284
|
+
"type": "string"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "ttl",
|
|
4288
|
+
"required": true,
|
|
4289
|
+
"type": "number"
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"name": "maxTtl",
|
|
4293
|
+
"type": "number"
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"name": "bornAt",
|
|
4297
|
+
"type": "number"
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"name": "space",
|
|
4301
|
+
"type": "string"
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
"name": "effect",
|
|
4305
|
+
"type": "string"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "color",
|
|
4309
|
+
"type": "string"
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"name": "size",
|
|
4313
|
+
"type": "number"
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"name": "vx",
|
|
4317
|
+
"type": "number"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "vy",
|
|
4321
|
+
"type": "number"
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"name": "vz",
|
|
4325
|
+
"type": "number"
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
"name": "particleCount",
|
|
4329
|
+
"type": "number"
|
|
4330
|
+
}
|
|
4331
|
+
],
|
|
4332
|
+
"FxPreset": [
|
|
4333
|
+
{
|
|
4334
|
+
"name": "type",
|
|
4335
|
+
"required": true,
|
|
4336
|
+
"type": "string"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "color",
|
|
4340
|
+
"type": "string"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "color2",
|
|
4344
|
+
"type": "string"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "size",
|
|
4348
|
+
"type": "number"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "shape",
|
|
4352
|
+
"type": "string"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "count",
|
|
4356
|
+
"type": "number"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "glow",
|
|
4360
|
+
"type": "number"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "gravity",
|
|
4364
|
+
"type": "number"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "vx",
|
|
4368
|
+
"type": "number"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "vy",
|
|
4372
|
+
"type": "number"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"name": "vz",
|
|
4376
|
+
"type": "number"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"name": "space",
|
|
4380
|
+
"type": "string"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "effect",
|
|
4384
|
+
"type": "string"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"name": "particleCount",
|
|
4388
|
+
"type": "number"
|
|
4389
|
+
}
|
|
4390
|
+
],
|
|
4391
|
+
"Tile": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "id",
|
|
4394
|
+
"type": "string"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"name": "x",
|
|
4398
|
+
"required": true,
|
|
4399
|
+
"type": "number"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "y",
|
|
4403
|
+
"required": true,
|
|
4404
|
+
"type": "number"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "z",
|
|
4408
|
+
"type": "number"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "terrain",
|
|
4412
|
+
"type": "string"
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"name": "passable",
|
|
4416
|
+
"type": "boolean"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "terrainSprite",
|
|
4420
|
+
"properties": [
|
|
4421
|
+
{
|
|
4422
|
+
"name": "url",
|
|
4423
|
+
"type": "asset"
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"name": "atlas",
|
|
4427
|
+
"type": "asset"
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "sprite",
|
|
4431
|
+
"type": "string"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "role",
|
|
4435
|
+
"type": "string"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "category",
|
|
4439
|
+
"type": "string"
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"name": "animations",
|
|
4443
|
+
"type": "[string]"
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "style",
|
|
4447
|
+
"type": "string"
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
"name": "dimension",
|
|
4451
|
+
"type": "string"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "aspect",
|
|
4455
|
+
"type": "string"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"name": "name",
|
|
4459
|
+
"type": "string"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "thumbnailUrl",
|
|
4463
|
+
"type": "string"
|
|
4464
|
+
}
|
|
4465
|
+
],
|
|
4466
|
+
"type": "object"
|
|
4467
|
+
}
|
|
4468
|
+
],
|
|
4469
|
+
"Unit": [
|
|
4470
|
+
{
|
|
4471
|
+
"name": "id",
|
|
4472
|
+
"required": true,
|
|
4473
|
+
"type": "string"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "position",
|
|
4477
|
+
"properties": [
|
|
4478
|
+
{
|
|
4479
|
+
"name": "x",
|
|
4480
|
+
"required": true,
|
|
4481
|
+
"type": "number"
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"name": "y",
|
|
4485
|
+
"required": true,
|
|
4486
|
+
"type": "number"
|
|
4487
|
+
}
|
|
4488
|
+
],
|
|
4489
|
+
"type": "object"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "x",
|
|
4493
|
+
"type": "number"
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "y",
|
|
4497
|
+
"type": "number"
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"name": "z",
|
|
4501
|
+
"type": "number"
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"name": "team",
|
|
4505
|
+
"type": "string"
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"name": "health",
|
|
4509
|
+
"type": "number"
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"name": "maxHealth",
|
|
4513
|
+
"type": "number"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"name": "unitType",
|
|
4517
|
+
"type": "string"
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"name": "name",
|
|
4521
|
+
"type": "string"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "modelUrl",
|
|
4525
|
+
"properties": [
|
|
4526
|
+
{
|
|
4527
|
+
"name": "url",
|
|
4528
|
+
"type": "asset"
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "atlas",
|
|
4532
|
+
"type": "asset"
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "sprite",
|
|
4536
|
+
"type": "string"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"name": "role",
|
|
4540
|
+
"type": "string"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "category",
|
|
4544
|
+
"type": "string"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"name": "animations",
|
|
4548
|
+
"type": "[string]"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"name": "style",
|
|
4552
|
+
"type": "string"
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"name": "dimension",
|
|
4556
|
+
"type": "string"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"name": "aspect",
|
|
4560
|
+
"type": "string"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"name": "name",
|
|
4564
|
+
"type": "string"
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "thumbnailUrl",
|
|
4568
|
+
"type": "string"
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"type": "object"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"ValidMove": [
|
|
4575
|
+
{
|
|
4576
|
+
"name": "x",
|
|
4577
|
+
"required": true,
|
|
4578
|
+
"type": "number"
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "z",
|
|
4582
|
+
"required": true,
|
|
4583
|
+
"type": "number"
|
|
4584
|
+
}
|
|
4585
|
+
]
|
|
4586
|
+
},
|
|
4048
4587
|
"uses": [
|
|
4049
4588
|
{
|
|
4050
4589
|
"as": "Nav",
|