@almadar/std 16.205.0 → 16.207.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
|
@@ -465,6 +465,84 @@
|
|
|
465
465
|
"type": "number"
|
|
466
466
|
}
|
|
467
467
|
},
|
|
468
|
+
"effectRow": [
|
|
469
|
+
{
|
|
470
|
+
"kind": "emit",
|
|
471
|
+
"resource": "LEARN_ROUND_COMPLETE"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"kind": "emit",
|
|
475
|
+
"resource": "PROMPT_ADVANCED"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"kind": "emit",
|
|
479
|
+
"resource": "ROUND_RESTARTED"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "emit",
|
|
483
|
+
"resource": "TAP_JUDGED"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"kind": "render-ui",
|
|
487
|
+
"resource": "main"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"kind": "set",
|
|
491
|
+
"resource": "@entity.active"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"kind": "set",
|
|
495
|
+
"resource": "@entity.canvasShapes"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"kind": "set",
|
|
499
|
+
"resource": "@entity.done"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "set",
|
|
503
|
+
"resource": "@entity.explanation"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"kind": "set",
|
|
507
|
+
"resource": "@entity.feedback"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "set",
|
|
511
|
+
"resource": "@entity.found"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "set",
|
|
515
|
+
"resource": "@entity.promptIndex"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"kind": "set",
|
|
519
|
+
"resource": "@entity.promptText"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "set",
|
|
523
|
+
"resource": "@entity.score"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "set",
|
|
527
|
+
"resource": "@entity.targetId"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "set",
|
|
531
|
+
"resource": "@entity.title"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"kind": "set",
|
|
535
|
+
"resource": "@entity.totalPrompts"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"kind": "set",
|
|
539
|
+
"resource": "@entity.tries"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"kind": "set",
|
|
543
|
+
"resource": "@entity.view"
|
|
544
|
+
}
|
|
545
|
+
],
|
|
468
546
|
"emits": [
|
|
469
547
|
{
|
|
470
548
|
"description": "The verdict of a canvas tap: whether the right part was hit, which prompt it was, and how many misses preceded it — a composed listener (coach, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -2710,7 +2788,106 @@
|
|
|
2710
2788
|
]
|
|
2711
2789
|
}
|
|
2712
2790
|
}
|
|
2713
|
-
]
|
|
2791
|
+
],
|
|
2792
|
+
"types": {
|
|
2793
|
+
"HotspotCanvasShape": [
|
|
2794
|
+
{
|
|
2795
|
+
"name": "type",
|
|
2796
|
+
"required": true,
|
|
2797
|
+
"type": "string"
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"name": "id",
|
|
2801
|
+
"required": true,
|
|
2802
|
+
"type": "string"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "x",
|
|
2806
|
+
"required": true,
|
|
2807
|
+
"type": "number"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "y",
|
|
2811
|
+
"required": true,
|
|
2812
|
+
"type": "number"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "radius",
|
|
2816
|
+
"type": "number"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "color",
|
|
2820
|
+
"required": true,
|
|
2821
|
+
"type": "string"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "fill",
|
|
2825
|
+
"type": "string"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "text",
|
|
2829
|
+
"type": "string"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "fontSize",
|
|
2833
|
+
"type": "number"
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "align",
|
|
2837
|
+
"type": "string"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "lineWidth",
|
|
2841
|
+
"type": "number"
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"HotspotPrompt": [
|
|
2845
|
+
{
|
|
2846
|
+
"name": "prompt",
|
|
2847
|
+
"required": true,
|
|
2848
|
+
"type": "string"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"name": "targetId",
|
|
2852
|
+
"required": true,
|
|
2853
|
+
"type": "string"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "explanation",
|
|
2857
|
+
"type": "string"
|
|
2858
|
+
}
|
|
2859
|
+
],
|
|
2860
|
+
"HotspotShape": [
|
|
2861
|
+
{
|
|
2862
|
+
"name": "id",
|
|
2863
|
+
"required": true,
|
|
2864
|
+
"type": "string"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "label",
|
|
2868
|
+
"required": true,
|
|
2869
|
+
"type": "string"
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"name": "x",
|
|
2873
|
+
"required": true,
|
|
2874
|
+
"type": "number"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "y",
|
|
2878
|
+
"required": true,
|
|
2879
|
+
"type": "number"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "radius",
|
|
2883
|
+
"type": "number"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"name": "color",
|
|
2887
|
+
"type": "string"
|
|
2888
|
+
}
|
|
2889
|
+
]
|
|
2890
|
+
}
|
|
2714
2891
|
}
|
|
2715
2892
|
],
|
|
2716
2893
|
"schemaVersion": 1,
|
|
@@ -382,6 +382,76 @@
|
|
|
382
382
|
"type": "number"
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
+
"effectRow": [
|
|
386
|
+
{
|
|
387
|
+
"kind": "emit",
|
|
388
|
+
"resource": "RUN_TOGGLED"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"kind": "emit",
|
|
392
|
+
"resource": "SIM_RESET"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"kind": "render-ui",
|
|
396
|
+
"resource": "main"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"kind": "render-ui",
|
|
400
|
+
"resource": "main",
|
|
401
|
+
"site": "tick"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"kind": "set",
|
|
405
|
+
"resource": "@entity.active"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"kind": "set",
|
|
409
|
+
"resource": "@entity.bodies"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "set",
|
|
413
|
+
"resource": "@entity.bodies",
|
|
414
|
+
"site": "tick"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"kind": "set",
|
|
418
|
+
"resource": "@entity.damping"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "set",
|
|
422
|
+
"resource": "@entity.gravity"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"kind": "set",
|
|
426
|
+
"resource": "@entity.running"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"kind": "set",
|
|
430
|
+
"resource": "@entity.sampleSpeed"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"kind": "set",
|
|
434
|
+
"resource": "@entity.sampleSpeed",
|
|
435
|
+
"site": "tick"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"kind": "set",
|
|
439
|
+
"resource": "@entity.tickCount"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"kind": "set",
|
|
443
|
+
"resource": "@entity.tickCount",
|
|
444
|
+
"site": "tick"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "set",
|
|
448
|
+
"resource": "@entity.title"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"kind": "ticks",
|
|
452
|
+
"site": "tick"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
385
455
|
"emits": [
|
|
386
456
|
{
|
|
387
457
|
"description": "The simulation was started or paused — a composed listener (readout, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -2210,7 +2280,41 @@
|
|
|
2210
2280
|
}
|
|
2211
2281
|
]
|
|
2212
2282
|
}
|
|
2213
|
-
]
|
|
2283
|
+
],
|
|
2284
|
+
"types": {
|
|
2285
|
+
"LiveSimBody": [
|
|
2286
|
+
{
|
|
2287
|
+
"name": "id",
|
|
2288
|
+
"type": "string"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"name": "x",
|
|
2292
|
+
"required": true,
|
|
2293
|
+
"type": "number"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"name": "y",
|
|
2297
|
+
"required": true,
|
|
2298
|
+
"type": "number"
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"name": "radius",
|
|
2302
|
+
"type": "number"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "color",
|
|
2306
|
+
"type": "string"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "vx",
|
|
2310
|
+
"type": "number"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "vy",
|
|
2314
|
+
"type": "number"
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
}
|
|
2214
2318
|
}
|
|
2215
2319
|
],
|
|
2216
2320
|
"schemaVersion": 1,
|
|
@@ -376,6 +376,93 @@
|
|
|
376
376
|
"type": "number"
|
|
377
377
|
}
|
|
378
378
|
},
|
|
379
|
+
"effectRow": [
|
|
380
|
+
{
|
|
381
|
+
"kind": "emit",
|
|
382
|
+
"resource": "MEASURE_RESET"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"kind": "emit",
|
|
386
|
+
"resource": "PROBE_RECORDED"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"kind": "emit",
|
|
390
|
+
"resource": "RUN_TOGGLED"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"kind": "render-ui",
|
|
394
|
+
"resource": "main"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"kind": "set",
|
|
398
|
+
"resource": "@entity.active"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"kind": "set",
|
|
402
|
+
"resource": "@entity.meanValue"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"kind": "set",
|
|
406
|
+
"resource": "@entity.points"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"kind": "set",
|
|
410
|
+
"resource": "@entity.running"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"kind": "set",
|
|
414
|
+
"resource": "@entity.running",
|
|
415
|
+
"site": "tick"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"kind": "set",
|
|
419
|
+
"resource": "@entity.sampleCount"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"kind": "set",
|
|
423
|
+
"resource": "@entity.t"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"kind": "set",
|
|
427
|
+
"resource": "@entity.t",
|
|
428
|
+
"site": "tick"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"kind": "set",
|
|
432
|
+
"resource": "@entity.title"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"kind": "set",
|
|
436
|
+
"resource": "@entity.traceCurves"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"kind": "set",
|
|
440
|
+
"resource": "@entity.traceCurves",
|
|
441
|
+
"site": "tick"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"kind": "set",
|
|
445
|
+
"resource": "@entity.traceSamples"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "set",
|
|
449
|
+
"resource": "@entity.traceSamples",
|
|
450
|
+
"site": "tick"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"kind": "set",
|
|
454
|
+
"resource": "@entity.value"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "set",
|
|
458
|
+
"resource": "@entity.value",
|
|
459
|
+
"site": "tick"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"kind": "ticks",
|
|
463
|
+
"site": "tick"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
379
466
|
"emits": [
|
|
380
467
|
{
|
|
381
468
|
"description": "The experiment was started or paused — a composed listener (readout, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -1971,7 +2058,64 @@
|
|
|
1971
2058
|
}
|
|
1972
2059
|
]
|
|
1973
2060
|
}
|
|
1974
|
-
]
|
|
2061
|
+
],
|
|
2062
|
+
"types": {
|
|
2063
|
+
"MeasureCurve": [
|
|
2064
|
+
{
|
|
2065
|
+
"name": "label",
|
|
2066
|
+
"type": "string"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "color",
|
|
2070
|
+
"type": "string"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "samples",
|
|
2074
|
+
"properties": [
|
|
2075
|
+
{
|
|
2076
|
+
"name": "x",
|
|
2077
|
+
"required": true,
|
|
2078
|
+
"type": "number"
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"name": "y",
|
|
2082
|
+
"required": true,
|
|
2083
|
+
"type": "number"
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"required": true,
|
|
2087
|
+
"type": "[object]"
|
|
2088
|
+
}
|
|
2089
|
+
],
|
|
2090
|
+
"MeasurePoint": [
|
|
2091
|
+
{
|
|
2092
|
+
"name": "x",
|
|
2093
|
+
"required": true,
|
|
2094
|
+
"type": "number"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "y",
|
|
2098
|
+
"required": true,
|
|
2099
|
+
"type": "number"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "color",
|
|
2103
|
+
"type": "string"
|
|
2104
|
+
}
|
|
2105
|
+
],
|
|
2106
|
+
"MeasureSample": [
|
|
2107
|
+
{
|
|
2108
|
+
"name": "x",
|
|
2109
|
+
"required": true,
|
|
2110
|
+
"type": "number"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"name": "y",
|
|
2114
|
+
"required": true,
|
|
2115
|
+
"type": "number"
|
|
2116
|
+
}
|
|
2117
|
+
]
|
|
2118
|
+
}
|
|
1975
2119
|
}
|
|
1976
2120
|
],
|
|
1977
2121
|
"schemaVersion": 1,
|
|
@@ -355,6 +355,64 @@
|
|
|
355
355
|
"type": "number"
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
|
+
"effectRow": [
|
|
359
|
+
{
|
|
360
|
+
"kind": "emit",
|
|
361
|
+
"resource": "PARAMS_CHANGED"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"kind": "render-ui",
|
|
365
|
+
"resource": "main"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"kind": "set",
|
|
369
|
+
"resource": "@entity.active"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"kind": "set",
|
|
373
|
+
"resource": "@entity.curveKind"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "set",
|
|
377
|
+
"resource": "@entity.curves"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "set",
|
|
381
|
+
"resource": "@entity.paramA"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"kind": "set",
|
|
385
|
+
"resource": "@entity.paramALabel"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"kind": "set",
|
|
389
|
+
"resource": "@entity.paramB"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"kind": "set",
|
|
393
|
+
"resource": "@entity.paramBLabel"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "set",
|
|
397
|
+
"resource": "@entity.title"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"kind": "set",
|
|
401
|
+
"resource": "@entity.xMid"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"kind": "set",
|
|
405
|
+
"resource": "@entity.yMax"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"kind": "set",
|
|
409
|
+
"resource": "@entity.yMid"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "set",
|
|
413
|
+
"resource": "@entity.yMin"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
358
416
|
"emits": [
|
|
359
417
|
{
|
|
360
418
|
"description": "The two parameter values after a slider change — a composed listener (readout, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -2336,7 +2394,48 @@
|
|
|
2336
2394
|
]
|
|
2337
2395
|
}
|
|
2338
2396
|
}
|
|
2339
|
-
]
|
|
2397
|
+
],
|
|
2398
|
+
"types": {
|
|
2399
|
+
"ParamExplorerCurve": [
|
|
2400
|
+
{
|
|
2401
|
+
"name": "label",
|
|
2402
|
+
"type": "string"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"name": "color",
|
|
2406
|
+
"type": "string"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "samples",
|
|
2410
|
+
"properties": [
|
|
2411
|
+
{
|
|
2412
|
+
"name": "x",
|
|
2413
|
+
"required": true,
|
|
2414
|
+
"type": "number"
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"name": "y",
|
|
2418
|
+
"required": true,
|
|
2419
|
+
"type": "number"
|
|
2420
|
+
}
|
|
2421
|
+
],
|
|
2422
|
+
"required": true,
|
|
2423
|
+
"type": "[object]"
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
2426
|
+
"ParamExplorerCurveSample": [
|
|
2427
|
+
{
|
|
2428
|
+
"name": "x",
|
|
2429
|
+
"required": true,
|
|
2430
|
+
"type": "number"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"name": "y",
|
|
2434
|
+
"required": true,
|
|
2435
|
+
"type": "number"
|
|
2436
|
+
}
|
|
2437
|
+
]
|
|
2438
|
+
}
|
|
2340
2439
|
}
|
|
2341
2440
|
],
|
|
2342
2441
|
"schemaVersion": 1,
|