@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
|
@@ -182,6 +182,20 @@
|
|
|
182
182
|
"type": "number"
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
|
+
"effectRow": [
|
|
186
|
+
{
|
|
187
|
+
"kind": "emit",
|
|
188
|
+
"resource": "SPAWN"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"kind": "set",
|
|
192
|
+
"resource": "@entity.productionPoints"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"kind": "set",
|
|
196
|
+
"resource": "@entity.spawnCount"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
185
199
|
"emits": [
|
|
186
200
|
{
|
|
187
201
|
"description": "New-unit intent applied by the grid-tactics authority (the sole units writer)",
|
|
@@ -112,6 +112,16 @@
|
|
|
112
112
|
"type": "boolean"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
+
"effectRow": [
|
|
116
|
+
{
|
|
117
|
+
"kind": "emit",
|
|
118
|
+
"resource": "GAME_END"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"kind": "set",
|
|
122
|
+
"resource": "@entity.result"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
115
125
|
"emits": [
|
|
116
126
|
{
|
|
117
127
|
"description": "Called when the round resolves to a win or loss",
|
|
@@ -129,6 +129,16 @@
|
|
|
129
129
|
"type": "number"
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
|
+
"effectRow": [
|
|
133
|
+
{
|
|
134
|
+
"kind": "set",
|
|
135
|
+
"resource": "@entity.score"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"kind": "set",
|
|
139
|
+
"resource": "@entity.scoreBaseline"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
132
142
|
"entityContract": {
|
|
133
143
|
"provides": [
|
|
134
144
|
"score",
|
|
@@ -130,6 +130,16 @@
|
|
|
130
130
|
"type": "boolean"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
+
"effectRow": [
|
|
134
|
+
{
|
|
135
|
+
"kind": "emit",
|
|
136
|
+
"resource": "GAME_END"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"kind": "set",
|
|
140
|
+
"resource": "@entity.result"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
133
143
|
"emits": [
|
|
134
144
|
{
|
|
135
145
|
"description": "Emitted once the match resolves to won or lost",
|
|
@@ -124,6 +124,16 @@
|
|
|
124
124
|
"type": "Map<string,opaque>"
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
+
"effectRow": [
|
|
128
|
+
{
|
|
129
|
+
"kind": "emit",
|
|
130
|
+
"resource": "SVG_ASSET_SYNC"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"kind": "set",
|
|
134
|
+
"resource": "@entity.svgAssetArt"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
127
137
|
"emits": [
|
|
128
138
|
{
|
|
129
139
|
"description": "Asks mounted svg asset catalogs to (re)publish their states; also the collector's own seed re-apply hop",
|
|
@@ -206,6 +206,76 @@
|
|
|
206
206
|
"type": "[DemoScript]"
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
+
"effectRow": [
|
|
210
|
+
{
|
|
211
|
+
"kind": "emit",
|
|
212
|
+
"resource": "DEMO_JUMP",
|
|
213
|
+
"site": "tick"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"kind": "emit",
|
|
217
|
+
"resource": "DEMO_LEFT",
|
|
218
|
+
"site": "tick"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"kind": "emit",
|
|
222
|
+
"resource": "DEMO_RIGHT",
|
|
223
|
+
"site": "tick"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "emit",
|
|
227
|
+
"resource": "DEMO_STOP"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "emit",
|
|
231
|
+
"resource": "DEMO_STOP",
|
|
232
|
+
"site": "tick"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"kind": "render-ui",
|
|
236
|
+
"resource": "hud-top"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"kind": "render-ui",
|
|
240
|
+
"resource": "hud-top",
|
|
241
|
+
"site": "tick"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "set",
|
|
245
|
+
"resource": "@entity.cueIndex"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"kind": "set",
|
|
249
|
+
"resource": "@entity.cueIndex",
|
|
250
|
+
"site": "tick"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"kind": "set",
|
|
254
|
+
"resource": "@entity.elapsed"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"kind": "set",
|
|
258
|
+
"resource": "@entity.elapsed",
|
|
259
|
+
"site": "tick"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"kind": "set",
|
|
263
|
+
"resource": "@entity.playing"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "set",
|
|
267
|
+
"resource": "@entity.playing",
|
|
268
|
+
"site": "tick"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"kind": "set",
|
|
272
|
+
"resource": "@entity.scriptId"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"kind": "ticks",
|
|
276
|
+
"site": "tick"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
209
279
|
"emits": [
|
|
210
280
|
{
|
|
211
281
|
"description": "Scripted run-left cue; the host board maps this to its own steer-left.",
|
|
@@ -724,7 +794,53 @@
|
|
|
724
794
|
}
|
|
725
795
|
]
|
|
726
796
|
}
|
|
727
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"types": {
|
|
799
|
+
"DemoCue": [
|
|
800
|
+
{
|
|
801
|
+
"name": "at",
|
|
802
|
+
"required": true,
|
|
803
|
+
"type": "number"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "event",
|
|
807
|
+
"required": true,
|
|
808
|
+
"type": "string"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "arg",
|
|
812
|
+
"type": "number"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"DemoScript": [
|
|
816
|
+
{
|
|
817
|
+
"name": "id",
|
|
818
|
+
"required": true,
|
|
819
|
+
"type": "string"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "cues",
|
|
823
|
+
"properties": [
|
|
824
|
+
{
|
|
825
|
+
"name": "at",
|
|
826
|
+
"required": true,
|
|
827
|
+
"type": "number"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "event",
|
|
831
|
+
"required": true,
|
|
832
|
+
"type": "string"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "arg",
|
|
836
|
+
"type": "number"
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"required": true,
|
|
840
|
+
"type": "[object]"
|
|
841
|
+
}
|
|
842
|
+
]
|
|
843
|
+
}
|
|
728
844
|
}
|
|
729
845
|
],
|
|
730
846
|
"schemaVersion": 1,
|
|
@@ -179,6 +179,12 @@
|
|
|
179
179
|
"traits": [
|
|
180
180
|
{
|
|
181
181
|
"category": "interaction",
|
|
182
|
+
"effectRow": [
|
|
183
|
+
{
|
|
184
|
+
"kind": "render-ui",
|
|
185
|
+
"resource": "overlay"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
182
188
|
"entityRefIds": {
|
|
183
189
|
"TutorialState": "ent_01M0PEDYHYWBHKSA6ZVNM086R4"
|
|
184
190
|
},
|
|
@@ -269,6 +275,36 @@
|
|
|
269
275
|
"type": "[TutorialStep]"
|
|
270
276
|
}
|
|
271
277
|
},
|
|
278
|
+
"effectRow": [
|
|
279
|
+
{
|
|
280
|
+
"kind": "emit",
|
|
281
|
+
"resource": "TUTORIAL_DEMO_START"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"kind": "emit",
|
|
285
|
+
"resource": "TUTORIAL_DEMO_STOP"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"kind": "emit",
|
|
289
|
+
"resource": "TUTORIAL_DONE"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"kind": "emit",
|
|
293
|
+
"resource": "TUT_AUTO"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"kind": "render-ui",
|
|
297
|
+
"resource": "overlay"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"kind": "set",
|
|
301
|
+
"resource": "@entity.done"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"kind": "set",
|
|
305
|
+
"resource": "@entity.step"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
272
308
|
"emits": [
|
|
273
309
|
{
|
|
274
310
|
"description": "Self-emitted on INIT when autoShow is on — opens step one. (A config-valued INIT guard would be constant-folded at compose time and misfire; the self-event keeps the decision in an effect.)",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Headless velocity-gate mechanic: gates that open only when the player crosses them inside a speed band, optionally in a required direction, optionally sustained for a dwell. Listens BODY_MOVED and, per closed gate, tests the player's rect (padded by reachMargin), their speed against [minSpeed, maxSpeed], and their horizontal direction against dir (0 = either). Instant gates (dwellMs 0) open on the first passing cross; dwell gates (dwellMs > 0) accumulate ~33ms per passing move and open once held reaches dwellMs — a failing move resets the hold. The first newly opened gate emits VELOCITY_GATE_OPENED (the shared entity carries the rest). Entering a closed INSTANT gate while NOT passing emits VELOCITY_GATE_DENIED once per approach — re-arming only after the player steps out — so the board can answer with a PLACE back and a hint fx; dwell gates never deny (a hot entry is fine — coming to rest inside is the point), a failed hold simply resets. RESTART re-closes every gate. Renders nothing; boards draw the gate band/chest and read open/held from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, mechanics.",
|
|
2
|
+
"description": "Headless velocity-gate mechanic: gates that open only when the player crosses them inside a speed band, optionally in a required direction, optionally sustained for a dwell. Listens BODY_MOVED and, per closed gate, tests the player's rect (padded by reachMargin), their speed against [minSpeed, maxSpeed], and their horizontal direction against dir (0 = either). Instant gates (dwellMs 0) open on the first passing cross; dwell gates (dwellMs > 0) accumulate ~33ms per passing move and open once held reaches dwellMs — a failing move resets the hold. The first newly opened gate emits VELOCITY_GATE_OPENED (the shared entity carries the rest). Entering a closed INSTANT gate while NOT passing emits VELOCITY_GATE_DENIED once per approach — re-arming only after the player steps out — so the board can answer with a PLACE back and a hint fx; dwell gates never deny (a hot entry is fine — coming to rest inside is the point), a failed hold simply resets. RESTART re-closes every live gate (re-arming the live entity set, so SET_VGATES-injected gates survive respawns). SET_VGATES replaces the gate set at runtime for boards that import their gates. Renders nothing; boards draw the gate band/chest and read open/held from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, mechanics.",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01M11M409RW0H8NTF5AKJH3NTJ": {
|
|
@@ -55,6 +55,15 @@
|
|
|
55
55
|
"parent": "trt_01M11M409R4QHY3YC5E9VM5GQQ",
|
|
56
56
|
"renames": []
|
|
57
57
|
},
|
|
58
|
+
"evt_01M1PVY2526BJGTVGG5DPPMPVW": {
|
|
59
|
+
"bakedName": "SET_VGATES",
|
|
60
|
+
"curName": "SET_VGATES",
|
|
61
|
+
"id": "evt_01M1PVY2526BJGTVGG5DPPMPVW",
|
|
62
|
+
"kind": "event",
|
|
63
|
+
"owner": "workspace",
|
|
64
|
+
"parent": "trt_01M11M409R4QHY3YC5E9VM5GQQ",
|
|
65
|
+
"renames": []
|
|
66
|
+
},
|
|
58
67
|
"orb_01M11M409R7JMJ3WGC91RHVMWS": {
|
|
59
68
|
"bakedName": "VelocityGateOrbital",
|
|
60
69
|
"curName": "VelocityGateOrbital",
|
|
@@ -204,7 +213,7 @@
|
|
|
204
213
|
"config": {
|
|
205
214
|
"gates": {
|
|
206
215
|
"default": [],
|
|
207
|
-
"description": "One row per velocity gate: id, min-corner rect (x, y, width, height in world units), the speed band [minSpeed, maxSpeed] that opens it, the hold required (dwellMs 0 = instant), the horizontal direction required (dir -1/0/+1), and an optional hint shown when denied. open/touching/denied/held/reported are stamped at runtime.",
|
|
216
|
+
"description": "One row per velocity gate: id, min-corner rect (x, y, width, height in world units), the speed band [minSpeed, maxSpeed] that opens it, the hold required (dwellMs 0 = instant), the horizontal direction required (dir -1/0/+1), and an optional hint shown when denied. open/touching/denied/held/reported are stamped at runtime. Seeded onto the entity on INIT; the live set is entity.gates — SET_VGATES replaces it at runtime (boards that import gates), and RESTART re-arms the live set rather than re-reading config, so injected gates survive respawns.",
|
|
208
217
|
"items": {
|
|
209
218
|
"properties": {
|
|
210
219
|
"denied": {
|
|
@@ -304,6 +313,20 @@
|
|
|
304
313
|
"type": "boolean"
|
|
305
314
|
}
|
|
306
315
|
},
|
|
316
|
+
"effectRow": [
|
|
317
|
+
{
|
|
318
|
+
"kind": "emit",
|
|
319
|
+
"resource": "VELOCITY_GATE_DENIED"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"kind": "emit",
|
|
323
|
+
"resource": "VELOCITY_GATE_OPENED"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"kind": "set",
|
|
327
|
+
"resource": "@entity.gates"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
307
330
|
"emits": [
|
|
308
331
|
{
|
|
309
332
|
"description": "A gate's speed band was satisfied (instantly, or held for its dwell) and it flipped open; boards layer treasure fx and rewards. When several gates open on one move, the first reports and the shared entity carries the rest.",
|
|
@@ -423,6 +446,89 @@
|
|
|
423
446
|
}
|
|
424
447
|
]
|
|
425
448
|
},
|
|
449
|
+
{
|
|
450
|
+
"id": "evt_01M1PVY2526BJGTVGG5DPPMPVW",
|
|
451
|
+
"key": "SET_VGATES",
|
|
452
|
+
"name": "Set Vgates",
|
|
453
|
+
"payloadSchema": [
|
|
454
|
+
{
|
|
455
|
+
"name": "gates",
|
|
456
|
+
"properties": [
|
|
457
|
+
{
|
|
458
|
+
"name": "id",
|
|
459
|
+
"required": true,
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "x",
|
|
464
|
+
"required": true,
|
|
465
|
+
"type": "number"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "y",
|
|
469
|
+
"required": true,
|
|
470
|
+
"type": "number"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "width",
|
|
474
|
+
"required": true,
|
|
475
|
+
"type": "number"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "height",
|
|
479
|
+
"required": true,
|
|
480
|
+
"type": "number"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "minSpeed",
|
|
484
|
+
"required": true,
|
|
485
|
+
"type": "number"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "maxSpeed",
|
|
489
|
+
"required": true,
|
|
490
|
+
"type": "number"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "dwellMs",
|
|
494
|
+
"required": true,
|
|
495
|
+
"type": "number"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "dir",
|
|
499
|
+
"required": true,
|
|
500
|
+
"type": "number"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "hint",
|
|
504
|
+
"type": "string"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "open",
|
|
508
|
+
"type": "boolean"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "touching",
|
|
512
|
+
"type": "boolean"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "denied",
|
|
516
|
+
"type": "boolean"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "held",
|
|
520
|
+
"type": "number"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "reported",
|
|
524
|
+
"type": "boolean"
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"required": true,
|
|
528
|
+
"type": "[object]"
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
},
|
|
426
532
|
{
|
|
427
533
|
"id": "evt_01M11M409R7VCMCWJ41R37CCWH",
|
|
428
534
|
"key": "RESTART",
|
|
@@ -1005,7 +1111,38 @@
|
|
|
1005
1111
|
"@entity.gates",
|
|
1006
1112
|
[
|
|
1007
1113
|
"array/map",
|
|
1008
|
-
"@
|
|
1114
|
+
"@payload.gates",
|
|
1115
|
+
[
|
|
1116
|
+
"fn",
|
|
1117
|
+
"g",
|
|
1118
|
+
[
|
|
1119
|
+
"object/merge",
|
|
1120
|
+
"@g",
|
|
1121
|
+
{
|
|
1122
|
+
"denied": false,
|
|
1123
|
+
"held": 0.0,
|
|
1124
|
+
"open": false,
|
|
1125
|
+
"reported": false,
|
|
1126
|
+
"touching": false
|
|
1127
|
+
}
|
|
1128
|
+
]
|
|
1129
|
+
]
|
|
1130
|
+
]
|
|
1131
|
+
]
|
|
1132
|
+
],
|
|
1133
|
+
"event": "SET_VGATES",
|
|
1134
|
+
"eventId": "evt_01M1PVY2526BJGTVGG5DPPMPVW",
|
|
1135
|
+
"from": "active",
|
|
1136
|
+
"to": "active"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"effects": [
|
|
1140
|
+
[
|
|
1141
|
+
"set",
|
|
1142
|
+
"@entity.gates",
|
|
1143
|
+
[
|
|
1144
|
+
"array/map",
|
|
1145
|
+
"@entity.gates",
|
|
1009
1146
|
[
|
|
1010
1147
|
"fn",
|
|
1011
1148
|
"g",
|
|
@@ -176,6 +176,28 @@
|
|
|
176
176
|
"type": "number"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
|
+
"effectRow": [
|
|
180
|
+
{
|
|
181
|
+
"kind": "emit",
|
|
182
|
+
"resource": "HEAL"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"kind": "set",
|
|
186
|
+
"resource": "@entity.level"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"kind": "set",
|
|
190
|
+
"resource": "@entity.xp"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"kind": "set",
|
|
194
|
+
"resource": "@entity.xpBaseline"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"kind": "set",
|
|
198
|
+
"resource": "@entity.xpToNext"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
179
201
|
"emits": [
|
|
180
202
|
{
|
|
181
203
|
"description": "Level-up heal reward applied by the grid-tactics authority (the sole units writer)",
|
|
@@ -210,6 +210,28 @@
|
|
|
210
210
|
"type": "[ZoneCardZone]"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
|
+
"effectRow": [
|
|
214
|
+
{
|
|
215
|
+
"kind": "emit",
|
|
216
|
+
"resource": "ZONE_CHANGED"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"kind": "set",
|
|
220
|
+
"resource": "@entity.card"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "set",
|
|
224
|
+
"resource": "@entity.enteredAt"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "set",
|
|
228
|
+
"resource": "@entity.ticks"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"kind": "set",
|
|
232
|
+
"resource": "@entity.zoneId"
|
|
233
|
+
}
|
|
234
|
+
],
|
|
213
235
|
"emits": [
|
|
214
236
|
{
|
|
215
237
|
"description": "The player crossed into a different zone; carries the zone's card fields (name, concept, objective) so boards can swap banners/guides and hold the card up. Fires once per crossing.",
|
|
@@ -634,7 +656,54 @@
|
|
|
634
656
|
]
|
|
635
657
|
}
|
|
636
658
|
}
|
|
637
|
-
]
|
|
659
|
+
],
|
|
660
|
+
"types": {
|
|
661
|
+
"ZoneCard": [
|
|
662
|
+
{
|
|
663
|
+
"name": "name",
|
|
664
|
+
"required": true,
|
|
665
|
+
"type": "string"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "concept",
|
|
669
|
+
"type": "string"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "objective",
|
|
673
|
+
"type": "string"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"ZoneCardZone": [
|
|
677
|
+
{
|
|
678
|
+
"name": "id",
|
|
679
|
+
"required": true,
|
|
680
|
+
"type": "string"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "name",
|
|
684
|
+
"required": true,
|
|
685
|
+
"type": "string"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "concept",
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "objective",
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "x0",
|
|
697
|
+
"required": true,
|
|
698
|
+
"type": "number"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "x1",
|
|
702
|
+
"required": true,
|
|
703
|
+
"type": "number"
|
|
704
|
+
}
|
|
705
|
+
]
|
|
706
|
+
}
|
|
638
707
|
}
|
|
639
708
|
],
|
|
640
709
|
"schemaVersion": 1,
|