@almadar/std 16.204.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/game/organisms/std-platformer-puzzle.lolo +302 -0
- 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 +2075 -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 +7542 -2555
- package/dist/behaviors/functions/index.d.ts +161 -106
- package/dist/behaviors/functions/index.js +7539 -2553
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +7543 -2556
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +7542 -2555
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +29 -29
- package/dist/behaviors-registry.json +11423 -827
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7543 -2556
- 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
- package/behaviors/lolo/ui/game/atoms/std-game-design-sheet.lolo +0 -69
- package/behaviors/registry/ui/game/atoms/std-game-design-sheet.orb +0 -527
|
@@ -944,8 +944,7 @@
|
|
|
944
944
|
"linkedEntity": "GameState",
|
|
945
945
|
"linkedEntityId": "ent_01M055GPZ35080PS7F2G7ESD3E",
|
|
946
946
|
"name": "TacticsAuthority",
|
|
947
|
-
"ref": "Tactics.traits.GridTactics"
|
|
948
|
-
"refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
|
|
947
|
+
"ref": "Tactics.traits.GridTactics"
|
|
949
948
|
},
|
|
950
949
|
{
|
|
951
950
|
"config": {
|
|
@@ -958,8 +957,7 @@
|
|
|
958
957
|
"linkedEntity": "GameState",
|
|
959
958
|
"linkedEntityId": "ent_01M055GPZ35080PS7F2G7ESD3E",
|
|
960
959
|
"name": "FxDecay",
|
|
961
|
-
"ref": "Particles.traits.FxParticles"
|
|
962
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
960
|
+
"ref": "Particles.traits.FxParticles"
|
|
963
961
|
},
|
|
964
962
|
{
|
|
965
963
|
"config": {
|
|
@@ -972,16 +970,14 @@
|
|
|
972
970
|
"linkedEntity": "GameState",
|
|
973
971
|
"linkedEntityId": "ent_01M055GPZ35080PS7F2G7ESD3E",
|
|
974
972
|
"name": "RoundLogic",
|
|
975
|
-
"ref": "Round.traits.RoundFlow"
|
|
976
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
973
|
+
"ref": "Round.traits.RoundFlow"
|
|
977
974
|
},
|
|
978
975
|
{
|
|
979
976
|
"id": "trt_01M055GPZ34XZHVEGS8RP5RAN7",
|
|
980
977
|
"linkedEntity": "GameState",
|
|
981
978
|
"linkedEntityId": "ent_01M055GPZ35080PS7F2G7ESD3E",
|
|
982
979
|
"name": "VolumetricArt",
|
|
983
|
-
"ref": "MeshArt.traits.MeshAssetArtCollector"
|
|
984
|
-
"refId": "trt_01KYW6V1CFWJSN9W5G2GEK78QS"
|
|
980
|
+
"ref": "MeshArt.traits.MeshAssetArtCollector"
|
|
985
981
|
},
|
|
986
982
|
{
|
|
987
983
|
"category": "interaction",
|
|
@@ -1720,6 +1716,53 @@
|
|
|
1720
1716
|
"type": "number"
|
|
1721
1717
|
}
|
|
1722
1718
|
},
|
|
1719
|
+
"effectRow": [
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "emit",
|
|
1722
|
+
"resource": "AI_TURN"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"kind": "emit",
|
|
1726
|
+
"resource": "ATTACK"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "emit",
|
|
1730
|
+
"resource": "MOVE"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "render-ui",
|
|
1734
|
+
"resource": "main"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"kind": "render-ui",
|
|
1738
|
+
"resource": "main",
|
|
1739
|
+
"site": "tick"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "set",
|
|
1743
|
+
"resource": "@entity.attackTargets"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"kind": "set",
|
|
1747
|
+
"resource": "@entity.selectedUnitId"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "set",
|
|
1751
|
+
"resource": "@entity.turn"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"kind": "set",
|
|
1755
|
+
"resource": "@entity.uiPhase"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "set",
|
|
1759
|
+
"resource": "@entity.validMoves"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "ticks",
|
|
1763
|
+
"site": "tick"
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1723
1766
|
"emits": [
|
|
1724
1767
|
{
|
|
1725
1768
|
"description": "Player move intent applied by the grid-tactics authority",
|
|
@@ -4121,6 +4164,662 @@
|
|
|
4121
4164
|
]
|
|
4122
4165
|
}
|
|
4123
4166
|
],
|
|
4167
|
+
"types": {
|
|
4168
|
+
"Asset": [
|
|
4169
|
+
{
|
|
4170
|
+
"name": "url",
|
|
4171
|
+
"type": "asset"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "atlas",
|
|
4175
|
+
"type": "asset"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "sprite",
|
|
4179
|
+
"type": "string"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "role",
|
|
4183
|
+
"type": "string"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "category",
|
|
4187
|
+
"type": "string"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"name": "animations",
|
|
4191
|
+
"type": "[string]"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "style",
|
|
4195
|
+
"type": "string"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"name": "dimension",
|
|
4199
|
+
"type": "string"
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "aspect",
|
|
4203
|
+
"type": "string"
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "name",
|
|
4207
|
+
"type": "string"
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"name": "thumbnailUrl",
|
|
4211
|
+
"type": "string"
|
|
4212
|
+
}
|
|
4213
|
+
],
|
|
4214
|
+
"AssetManifest": [
|
|
4215
|
+
{
|
|
4216
|
+
"name": "terrains",
|
|
4217
|
+
"type": "Map<string,Asset>"
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "units",
|
|
4221
|
+
"type": "Map<string,Asset>"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "features",
|
|
4225
|
+
"type": "Map<string,Asset>"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "effects",
|
|
4229
|
+
"type": "Map<string,Asset>"
|
|
4230
|
+
}
|
|
4231
|
+
],
|
|
4232
|
+
"Feature": [
|
|
4233
|
+
{
|
|
4234
|
+
"name": "id",
|
|
4235
|
+
"type": "string"
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "x",
|
|
4239
|
+
"required": true,
|
|
4240
|
+
"type": "number"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"name": "y",
|
|
4244
|
+
"required": true,
|
|
4245
|
+
"type": "number"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "z",
|
|
4249
|
+
"type": "number"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "type",
|
|
4253
|
+
"type": "string"
|
|
4254
|
+
},
|
|
4255
|
+
{
|
|
4256
|
+
"name": "assetUrl",
|
|
4257
|
+
"properties": [
|
|
4258
|
+
{
|
|
4259
|
+
"name": "url",
|
|
4260
|
+
"type": "asset"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "atlas",
|
|
4264
|
+
"type": "asset"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "sprite",
|
|
4268
|
+
"type": "string"
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"name": "role",
|
|
4272
|
+
"type": "string"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "category",
|
|
4276
|
+
"type": "string"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "animations",
|
|
4280
|
+
"type": "[string]"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "style",
|
|
4284
|
+
"type": "string"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "dimension",
|
|
4288
|
+
"type": "string"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"name": "aspect",
|
|
4292
|
+
"type": "string"
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"name": "name",
|
|
4296
|
+
"type": "string"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "thumbnailUrl",
|
|
4300
|
+
"type": "string"
|
|
4301
|
+
}
|
|
4302
|
+
],
|
|
4303
|
+
"type": "object"
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
"name": "color",
|
|
4307
|
+
"type": "string"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "elevation",
|
|
4311
|
+
"type": "number"
|
|
4312
|
+
}
|
|
4313
|
+
],
|
|
4314
|
+
"Fx": [
|
|
4315
|
+
{
|
|
4316
|
+
"name": "id",
|
|
4317
|
+
"required": true,
|
|
4318
|
+
"type": "string"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"name": "type",
|
|
4322
|
+
"required": true,
|
|
4323
|
+
"type": "string"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "x",
|
|
4327
|
+
"required": true,
|
|
4328
|
+
"type": "number"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"name": "z",
|
|
4332
|
+
"type": "number"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "y",
|
|
4336
|
+
"type": "number"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "message",
|
|
4340
|
+
"type": "string"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "ttl",
|
|
4344
|
+
"required": true,
|
|
4345
|
+
"type": "number"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "maxTtl",
|
|
4349
|
+
"type": "number"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "bornAt",
|
|
4353
|
+
"type": "number"
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "space",
|
|
4357
|
+
"type": "string"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "effect",
|
|
4361
|
+
"type": "string"
|
|
4362
|
+
},
|
|
4363
|
+
{
|
|
4364
|
+
"name": "color",
|
|
4365
|
+
"type": "string"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"name": "size",
|
|
4369
|
+
"type": "number"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "vx",
|
|
4373
|
+
"type": "number"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "vy",
|
|
4377
|
+
"type": "number"
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "vz",
|
|
4381
|
+
"type": "number"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"name": "particleCount",
|
|
4385
|
+
"type": "number"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"FxPreset": [
|
|
4389
|
+
{
|
|
4390
|
+
"name": "type",
|
|
4391
|
+
"required": true,
|
|
4392
|
+
"type": "string"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"name": "color",
|
|
4396
|
+
"type": "string"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "color2",
|
|
4400
|
+
"type": "string"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "size",
|
|
4404
|
+
"type": "number"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "shape",
|
|
4408
|
+
"type": "string"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "count",
|
|
4412
|
+
"type": "number"
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"name": "glow",
|
|
4416
|
+
"type": "number"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "gravity",
|
|
4420
|
+
"type": "number"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "vx",
|
|
4424
|
+
"type": "number"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "vy",
|
|
4428
|
+
"type": "number"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "vz",
|
|
4432
|
+
"type": "number"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"name": "space",
|
|
4436
|
+
"type": "string"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "effect",
|
|
4440
|
+
"type": "string"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "particleCount",
|
|
4444
|
+
"type": "number"
|
|
4445
|
+
}
|
|
4446
|
+
],
|
|
4447
|
+
"Lighting3D": [
|
|
4448
|
+
{
|
|
4449
|
+
"name": "ambient",
|
|
4450
|
+
"properties": [
|
|
4451
|
+
{
|
|
4452
|
+
"name": "intensity",
|
|
4453
|
+
"type": "number"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"name": "color",
|
|
4457
|
+
"type": "string"
|
|
4458
|
+
},
|
|
4459
|
+
{
|
|
4460
|
+
"name": "position",
|
|
4461
|
+
"type": "[number]"
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"type": "object"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"name": "directional",
|
|
4468
|
+
"properties": [
|
|
4469
|
+
{
|
|
4470
|
+
"name": "intensity",
|
|
4471
|
+
"type": "number"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "color",
|
|
4475
|
+
"type": "string"
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"name": "position",
|
|
4479
|
+
"type": "[number]"
|
|
4480
|
+
}
|
|
4481
|
+
],
|
|
4482
|
+
"type": "object"
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"name": "hemisphere",
|
|
4486
|
+
"properties": [
|
|
4487
|
+
{
|
|
4488
|
+
"name": "intensity",
|
|
4489
|
+
"type": "number"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "color",
|
|
4493
|
+
"type": "string"
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "groundColor",
|
|
4497
|
+
"type": "string"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4500
|
+
"type": "object"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"name": "points",
|
|
4504
|
+
"properties": [
|
|
4505
|
+
{
|
|
4506
|
+
"name": "intensity",
|
|
4507
|
+
"type": "number"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "color",
|
|
4511
|
+
"type": "string"
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"name": "position",
|
|
4515
|
+
"required": true,
|
|
4516
|
+
"type": "[number]"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "distance",
|
|
4520
|
+
"type": "number"
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"name": "decay",
|
|
4524
|
+
"type": "number"
|
|
4525
|
+
}
|
|
4526
|
+
],
|
|
4527
|
+
"type": "[object]"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"name": "environment",
|
|
4531
|
+
"type": "string"
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "toneMapping",
|
|
4535
|
+
"type": "string"
|
|
4536
|
+
}
|
|
4537
|
+
],
|
|
4538
|
+
"Post3D": [
|
|
4539
|
+
{
|
|
4540
|
+
"name": "bloom",
|
|
4541
|
+
"properties": [
|
|
4542
|
+
{
|
|
4543
|
+
"name": "intensity",
|
|
4544
|
+
"type": "number"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"name": "threshold",
|
|
4548
|
+
"type": "number"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"name": "smoothing",
|
|
4552
|
+
"type": "number"
|
|
4553
|
+
}
|
|
4554
|
+
],
|
|
4555
|
+
"type": "object"
|
|
4556
|
+
},
|
|
4557
|
+
{
|
|
4558
|
+
"name": "vignette",
|
|
4559
|
+
"properties": [
|
|
4560
|
+
{
|
|
4561
|
+
"name": "offset",
|
|
4562
|
+
"type": "number"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"name": "darkness",
|
|
4566
|
+
"type": "number"
|
|
4567
|
+
}
|
|
4568
|
+
],
|
|
4569
|
+
"type": "object"
|
|
4570
|
+
}
|
|
4571
|
+
],
|
|
4572
|
+
"SceneHemiLight": [
|
|
4573
|
+
{
|
|
4574
|
+
"name": "intensity",
|
|
4575
|
+
"type": "number"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"name": "color",
|
|
4579
|
+
"type": "string"
|
|
4580
|
+
},
|
|
4581
|
+
{
|
|
4582
|
+
"name": "groundColor",
|
|
4583
|
+
"type": "string"
|
|
4584
|
+
}
|
|
4585
|
+
],
|
|
4586
|
+
"SceneLight": [
|
|
4587
|
+
{
|
|
4588
|
+
"name": "intensity",
|
|
4589
|
+
"type": "number"
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"name": "color",
|
|
4593
|
+
"type": "string"
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"name": "position",
|
|
4597
|
+
"type": "[number]"
|
|
4598
|
+
}
|
|
4599
|
+
],
|
|
4600
|
+
"ScenePointLight": [
|
|
4601
|
+
{
|
|
4602
|
+
"name": "intensity",
|
|
4603
|
+
"type": "number"
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
"name": "color",
|
|
4607
|
+
"type": "string"
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"name": "position",
|
|
4611
|
+
"required": true,
|
|
4612
|
+
"type": "[number]"
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "distance",
|
|
4616
|
+
"type": "number"
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "decay",
|
|
4620
|
+
"type": "number"
|
|
4621
|
+
}
|
|
4622
|
+
],
|
|
4623
|
+
"Tile": [
|
|
4624
|
+
{
|
|
4625
|
+
"name": "id",
|
|
4626
|
+
"type": "string"
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "x",
|
|
4630
|
+
"required": true,
|
|
4631
|
+
"type": "number"
|
|
4632
|
+
},
|
|
4633
|
+
{
|
|
4634
|
+
"name": "y",
|
|
4635
|
+
"required": true,
|
|
4636
|
+
"type": "number"
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"name": "z",
|
|
4640
|
+
"type": "number"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"name": "terrain",
|
|
4644
|
+
"type": "string"
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"name": "passable",
|
|
4648
|
+
"type": "boolean"
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "modelUrl",
|
|
4652
|
+
"properties": [
|
|
4653
|
+
{
|
|
4654
|
+
"name": "url",
|
|
4655
|
+
"type": "asset"
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "atlas",
|
|
4659
|
+
"type": "asset"
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "sprite",
|
|
4663
|
+
"type": "string"
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"name": "role",
|
|
4667
|
+
"type": "string"
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
"name": "category",
|
|
4671
|
+
"type": "string"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "animations",
|
|
4675
|
+
"type": "[string]"
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"name": "style",
|
|
4679
|
+
"type": "string"
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"name": "dimension",
|
|
4683
|
+
"type": "string"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"name": "aspect",
|
|
4687
|
+
"type": "string"
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"name": "name",
|
|
4691
|
+
"type": "string"
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "thumbnailUrl",
|
|
4695
|
+
"type": "string"
|
|
4696
|
+
}
|
|
4697
|
+
],
|
|
4698
|
+
"type": "object"
|
|
4699
|
+
}
|
|
4700
|
+
],
|
|
4701
|
+
"Unit": [
|
|
4702
|
+
{
|
|
4703
|
+
"name": "id",
|
|
4704
|
+
"required": true,
|
|
4705
|
+
"type": "string"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "position",
|
|
4709
|
+
"properties": [
|
|
4710
|
+
{
|
|
4711
|
+
"name": "x",
|
|
4712
|
+
"required": true,
|
|
4713
|
+
"type": "number"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"name": "y",
|
|
4717
|
+
"required": true,
|
|
4718
|
+
"type": "number"
|
|
4719
|
+
}
|
|
4720
|
+
],
|
|
4721
|
+
"type": "object"
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"name": "x",
|
|
4725
|
+
"type": "number"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "y",
|
|
4729
|
+
"type": "number"
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
"name": "z",
|
|
4733
|
+
"type": "number"
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "team",
|
|
4737
|
+
"type": "string"
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"name": "health",
|
|
4741
|
+
"type": "number"
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"name": "maxHealth",
|
|
4745
|
+
"type": "number"
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
"name": "unitType",
|
|
4749
|
+
"type": "string"
|
|
4750
|
+
},
|
|
4751
|
+
{
|
|
4752
|
+
"name": "name",
|
|
4753
|
+
"type": "string"
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"name": "modelUrl",
|
|
4757
|
+
"properties": [
|
|
4758
|
+
{
|
|
4759
|
+
"name": "url",
|
|
4760
|
+
"type": "asset"
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"name": "atlas",
|
|
4764
|
+
"type": "asset"
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"name": "sprite",
|
|
4768
|
+
"type": "string"
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "role",
|
|
4772
|
+
"type": "string"
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "category",
|
|
4776
|
+
"type": "string"
|
|
4777
|
+
},
|
|
4778
|
+
{
|
|
4779
|
+
"name": "animations",
|
|
4780
|
+
"type": "[string]"
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"name": "style",
|
|
4784
|
+
"type": "string"
|
|
4785
|
+
},
|
|
4786
|
+
{
|
|
4787
|
+
"name": "dimension",
|
|
4788
|
+
"type": "string"
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"name": "aspect",
|
|
4792
|
+
"type": "string"
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"name": "name",
|
|
4796
|
+
"type": "string"
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"name": "thumbnailUrl",
|
|
4800
|
+
"type": "string"
|
|
4801
|
+
}
|
|
4802
|
+
],
|
|
4803
|
+
"type": "object"
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"name": "yaw",
|
|
4807
|
+
"type": "number"
|
|
4808
|
+
}
|
|
4809
|
+
],
|
|
4810
|
+
"ValidMove": [
|
|
4811
|
+
{
|
|
4812
|
+
"name": "x",
|
|
4813
|
+
"required": true,
|
|
4814
|
+
"type": "number"
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"name": "z",
|
|
4818
|
+
"required": true,
|
|
4819
|
+
"type": "number"
|
|
4820
|
+
}
|
|
4821
|
+
]
|
|
4822
|
+
},
|
|
4124
4823
|
"uses": [
|
|
4125
4824
|
{
|
|
4126
4825
|
"as": "Tactics",
|