@almadar/std 16.204.0 → 16.206.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +265 -13
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +5 -5
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/std-area-fill.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-coef-pad.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +10 -3
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +9 -3
- package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +29 -5
- package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +36 -14
- package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/organisms/std-platformer-puzzle.lolo +302 -0
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +12 -6
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +27 -0
- package/behaviors/registry/agent/atoms/std-agent-context.orb +47 -0
- package/behaviors/registry/agent/atoms/std-agent-fix-loop.orb +57 -1
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +88 -1
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +58 -1
- package/behaviors/registry/agent/atoms/std-agent-session.orb +95 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +74 -1
- package/behaviors/registry/agent/atoms/std-agent-trace.orb +38 -0
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +70 -1
- package/behaviors/registry/agent/organisms/std-agent-rabit.orb +239 -2
- package/behaviors/registry/infra/atoms/std-anim-tick.orb +24 -0
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +73 -20
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +38 -0
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +45 -62
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +113 -1
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +32 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +38 -32
- package/behaviors/registry/infra/atoms/std-cooldown.orb +28 -0
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +55 -1
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -16
- package/behaviors/registry/infra/atoms/std-game-clock.orb +20 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +165 -1
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +23 -16
- package/behaviors/registry/infra/atoms/std-notification-center.orb +119 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +162 -1
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +32 -28
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +30 -0
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +58 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +34 -1
- package/behaviors/registry/infra/organisms/std-status-lifecycle-control.orb +33 -2
- package/behaviors/registry/ml/atoms/std-data-collector.orb +18 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +41 -1
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +67 -1
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +125 -1
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +34 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +42 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +82 -1
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +30 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +60 -1
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +122 -13
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +51 -4
- package/behaviors/registry/ui/avl/atoms/ui-behavior-view.orb +6 -0
- package/behaviors/registry/ui/avl/atoms/ui-module-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +110 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +119 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +180 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +143 -6
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +59 -1
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +13 -2
- package/behaviors/registry/ui/core/atoms/std-date-range.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-detail-layout.orb +13 -0
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +39 -4
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +20 -6
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +146 -1
- package/behaviors/registry/ui/core/atoms/std-export.orb +35 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-filter.orb +57 -1
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +66 -1
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +44 -18
- package/behaviors/registry/ui/core/atoms/std-geosearch.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-graphs.orb +71 -1
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +67 -1
- package/behaviors/registry/ui/core/atoms/std-import.orb +69 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +36 -6
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1865 -169
- package/behaviors/registry/ui/core/atoms/std-modal.orb +44 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +201 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +24 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +159 -1
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +144 -1
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +103 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-scatter.orb +51 -1
- package/behaviors/registry/ui/core/atoms/std-search.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-selection.orb +28 -1
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-stats.orb +153 -1
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +154 -1
- package/behaviors/registry/ui/core/atoms/std-tabs.orb +41 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +34 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +48 -1
- package/behaviors/registry/ui/core/atoms/std-thread.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-tree.orb +36 -1
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +54 -0
- package/behaviors/registry/ui/core/atoms/std-vote.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +130 -1
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-box.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-button.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-center.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-hstack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-input.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-label.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-presence.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-select.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-vstack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/std-stat-rows.orb +24 -1
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-activation-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-bloom-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +38 -4
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-connection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +10 -1
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-fx-overlay.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +21 -0
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-transition.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reflection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-split.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-code-runner-panel.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-dock-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +6 -0
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +89 -1
- package/behaviors/registry/ui/game/atoms/std-area-fill.orb +219 -4
- package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +30 -0
- package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +63 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +133 -1
- package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +122 -3
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +159 -3
- package/behaviors/registry/ui/game/atoms/std-curve-fog.orb +26 -1
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +150 -1
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +18 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +15 -0
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +120 -3
- package/behaviors/registry/ui/game/atoms/std-gather.orb +180 -1
- package/behaviors/registry/ui/game/atoms/std-gold.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +130 -1
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +92 -1
- package/behaviors/registry/ui/game/atoms/std-lives.orb +38 -0
- package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +117 -3
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-motion-body.orb +68 -1
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +184 -1
- package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +118 -3
- package/behaviors/registry/ui/game/atoms/std-patience.orb +215 -1
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +161 -3
- package/behaviors/registry/ui/game/atoms/std-pickup.orb +387 -24
- package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +505 -17
- package/behaviors/registry/ui/game/atoms/std-production.orb +14 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-autodemo.orb +117 -1
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +36 -0
- package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +140 -3
- package/behaviors/registry/ui/game/atoms/std-xp.orb +22 -0
- package/behaviors/registry/ui/game/atoms/std-zone-card.orb +70 -1
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-graph.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-json-view.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-timer-display.orb +84 -1
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +10 -0
- package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +567 -8
- package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +545 -6
- package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +804 -10
- package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +597 -8
- package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +565 -8
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +561 -6
- package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +2075 -0
- package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +551 -8
- package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +667 -12
- package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +707 -8
- package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +506 -6
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +115 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-arrangement.orb +201 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +325 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +108 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +147 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +190 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-diagram.orb +111 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +164 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +169 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +128 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +123 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +178 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-live-sim.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +145 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-param-explorer.orb +100 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +133 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +247 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sample-accumulator.orb +180 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sandbox.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +206 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +129 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +53 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +168 -8
- package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-stepper.orb +254 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +315 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-trace-player.orb +131 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +57 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +214 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-cta.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-features.orb +37 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +52 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-hero.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-nav.orb +25 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-pricing.orb +59 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-showcase.orb +62 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +15 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +28 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +33 -2
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-article-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-case-study-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-community-links.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-cta-banner.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-feature-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-geometric-pattern.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-hero-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-install-box.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-footer.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pull-quote.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-service-catalog.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-showcase-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-split-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-stats-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-step-flow.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-tag-cloud.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-team-card.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +6 -0
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +10 -0
- package/dist/behaviors/exports-reader.js +7542 -2555
- package/dist/behaviors/functions/index.d.ts +161 -106
- package/dist/behaviors/functions/index.js +7539 -2553
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +7543 -2556
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +7542 -2555
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +29 -29
- package/dist/behaviors-registry.json +11423 -827
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7543 -2556
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
- package/behaviors/lolo/ui/game/atoms/std-game-design-sheet.lolo +0 -69
- package/behaviors/registry/ui/game/atoms/std-game-design-sheet.orb +0 -527
|
@@ -46,6 +46,15 @@
|
|
|
46
46
|
"parent": "trt_01M0PCKHE1M92GK1XB3S6AJ740",
|
|
47
47
|
"renames": []
|
|
48
48
|
},
|
|
49
|
+
"evt_01M1PXK9E513AHXV8CJ047X7PK": {
|
|
50
|
+
"bakedName": "SET_CURVE",
|
|
51
|
+
"curName": "SET_CURVE",
|
|
52
|
+
"id": "evt_01M1PXK9E513AHXV8CJ047X7PK",
|
|
53
|
+
"kind": "event",
|
|
54
|
+
"owner": "workspace",
|
|
55
|
+
"parent": "trt_01M0PCKHE1M92GK1XB3S6AJ740",
|
|
56
|
+
"renames": []
|
|
57
|
+
},
|
|
49
58
|
"orb_01M0PCKHE1NHAQJX69K4B0BDYN": {
|
|
50
59
|
"bakedName": "LearnSlopeProbeOrbital",
|
|
51
60
|
"curName": "LearnSlopeProbeOrbital",
|
|
@@ -153,6 +162,26 @@
|
|
|
153
162
|
"name": "triCy",
|
|
154
163
|
"type": "number"
|
|
155
164
|
},
|
|
165
|
+
{
|
|
166
|
+
"default": [],
|
|
167
|
+
"items": {
|
|
168
|
+
"properties": {
|
|
169
|
+
"x": {
|
|
170
|
+
"name": "x",
|
|
171
|
+
"required": true,
|
|
172
|
+
"type": "number"
|
|
173
|
+
},
|
|
174
|
+
"y": {
|
|
175
|
+
"name": "y",
|
|
176
|
+
"required": true,
|
|
177
|
+
"type": "number"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"type": "object"
|
|
181
|
+
},
|
|
182
|
+
"name": "curve",
|
|
183
|
+
"type": "array"
|
|
184
|
+
},
|
|
156
185
|
{
|
|
157
186
|
"default": [],
|
|
158
187
|
"items": {
|
|
@@ -205,7 +234,7 @@
|
|
|
205
234
|
"config": {
|
|
206
235
|
"curve": {
|
|
207
236
|
"default": [],
|
|
208
|
-
"description": "Surface samples (x strictly increasing) of the graph being ridden — the same table the body skates and the canvas draws, so the readout matches what is underfoot.",
|
|
237
|
+
"description": "Surface samples (x strictly increasing) of the graph being ridden — the same table the body skates and the canvas draws, so the readout matches what is underfoot. Seeded onto the entity on INIT; the live curve is entity.curve — SET_CURVE replaces it at runtime (stitched mega-curves) and RESTART does not reseed it.",
|
|
209
238
|
"items": {
|
|
210
239
|
"properties": {
|
|
211
240
|
"x": {
|
|
@@ -247,6 +276,80 @@
|
|
|
247
276
|
"type": "number"
|
|
248
277
|
}
|
|
249
278
|
},
|
|
279
|
+
"effectRow": [
|
|
280
|
+
{
|
|
281
|
+
"kind": "emit",
|
|
282
|
+
"resource": "SLOPE_CHANGED"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"kind": "set",
|
|
286
|
+
"resource": "@entity.bucket"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "set",
|
|
290
|
+
"resource": "@entity.curve"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"kind": "set",
|
|
294
|
+
"resource": "@entity.probing"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"kind": "set",
|
|
298
|
+
"resource": "@entity.segment"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "set",
|
|
302
|
+
"resource": "@entity.slope"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"kind": "set",
|
|
306
|
+
"resource": "@entity.tax"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"kind": "set",
|
|
310
|
+
"resource": "@entity.tay"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"kind": "set",
|
|
314
|
+
"resource": "@entity.tbx"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"kind": "set",
|
|
318
|
+
"resource": "@entity.tby"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"kind": "set",
|
|
322
|
+
"resource": "@entity.triAx"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"kind": "set",
|
|
326
|
+
"resource": "@entity.triAy"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"kind": "set",
|
|
330
|
+
"resource": "@entity.triBx"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"kind": "set",
|
|
334
|
+
"resource": "@entity.triBy"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"kind": "set",
|
|
338
|
+
"resource": "@entity.triCx"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"kind": "set",
|
|
342
|
+
"resource": "@entity.triCy"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "set",
|
|
346
|
+
"resource": "@entity.x"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"kind": "set",
|
|
350
|
+
"resource": "@entity.y"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
250
353
|
"emits": [
|
|
251
354
|
{
|
|
252
355
|
"description": "The local dy/dx crossed a 0.5 bucket boundary while the probe was active; slope is exact, bucket is the rounded step — fx/HUD scale with steepness without paying per-tick events.",
|
|
@@ -271,6 +374,7 @@
|
|
|
271
374
|
"entityContract": {
|
|
272
375
|
"provides": [
|
|
273
376
|
"bucket",
|
|
377
|
+
"curve",
|
|
274
378
|
"probing",
|
|
275
379
|
"segment",
|
|
276
380
|
"slope",
|
|
@@ -305,6 +409,30 @@
|
|
|
305
409
|
"key": "INIT",
|
|
306
410
|
"name": "Initialize"
|
|
307
411
|
},
|
|
412
|
+
{
|
|
413
|
+
"id": "evt_01M1PXK9E513AHXV8CJ047X7PK",
|
|
414
|
+
"key": "SET_CURVE",
|
|
415
|
+
"name": "Set Curve",
|
|
416
|
+
"payloadSchema": [
|
|
417
|
+
{
|
|
418
|
+
"name": "curve",
|
|
419
|
+
"properties": [
|
|
420
|
+
{
|
|
421
|
+
"name": "x",
|
|
422
|
+
"required": true,
|
|
423
|
+
"type": "number"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "y",
|
|
427
|
+
"required": true,
|
|
428
|
+
"type": "number"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"required": true,
|
|
432
|
+
"type": "[object]"
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
},
|
|
308
436
|
{
|
|
309
437
|
"id": "evt_01M0PCKHE13WYBS0FD96E41N8P",
|
|
310
438
|
"key": "BODY_MOVED",
|
|
@@ -392,6 +520,11 @@
|
|
|
392
520
|
"@entity.probing",
|
|
393
521
|
false
|
|
394
522
|
],
|
|
523
|
+
[
|
|
524
|
+
"set",
|
|
525
|
+
"@entity.curve",
|
|
526
|
+
"@config.curve"
|
|
527
|
+
],
|
|
395
528
|
[
|
|
396
529
|
"set",
|
|
397
530
|
"@entity.segment",
|
|
@@ -408,6 +541,19 @@
|
|
|
408
541
|
"from": "idle",
|
|
409
542
|
"to": "idle"
|
|
410
543
|
},
|
|
544
|
+
{
|
|
545
|
+
"effects": [
|
|
546
|
+
[
|
|
547
|
+
"set",
|
|
548
|
+
"@entity.curve",
|
|
549
|
+
"@payload.curve"
|
|
550
|
+
]
|
|
551
|
+
],
|
|
552
|
+
"event": "SET_CURVE",
|
|
553
|
+
"eventId": "evt_01M1PXK9E513AHXV8CJ047X7PK",
|
|
554
|
+
"from": "idle",
|
|
555
|
+
"to": "idle"
|
|
556
|
+
},
|
|
411
557
|
{
|
|
412
558
|
"effects": [
|
|
413
559
|
[
|
|
@@ -422,7 +568,7 @@
|
|
|
422
568
|
">",
|
|
423
569
|
[
|
|
424
570
|
"array/len",
|
|
425
|
-
"@
|
|
571
|
+
"@entity.curve"
|
|
426
572
|
],
|
|
427
573
|
1.0
|
|
428
574
|
]
|
|
@@ -446,7 +592,7 @@
|
|
|
446
592
|
"object/get",
|
|
447
593
|
[
|
|
448
594
|
"array/first",
|
|
449
|
-
"@
|
|
595
|
+
"@entity.curve"
|
|
450
596
|
],
|
|
451
597
|
"x"
|
|
452
598
|
]
|
|
@@ -458,7 +604,7 @@
|
|
|
458
604
|
"object/get",
|
|
459
605
|
[
|
|
460
606
|
"array/last",
|
|
461
|
-
"@
|
|
607
|
+
"@entity.curve"
|
|
462
608
|
],
|
|
463
609
|
"x"
|
|
464
610
|
]
|
|
@@ -479,7 +625,7 @@
|
|
|
479
625
|
"array/last",
|
|
480
626
|
[
|
|
481
627
|
"array/filter",
|
|
482
|
-
"@
|
|
628
|
+
"@entity.curve",
|
|
483
629
|
[
|
|
484
630
|
"fn",
|
|
485
631
|
"s",
|
|
@@ -502,7 +648,7 @@
|
|
|
502
648
|
"array/first",
|
|
503
649
|
[
|
|
504
650
|
"array/filter",
|
|
505
|
-
"@
|
|
651
|
+
"@entity.curve",
|
|
506
652
|
[
|
|
507
653
|
"fn",
|
|
508
654
|
"s",
|
|
@@ -778,7 +924,7 @@
|
|
|
778
924
|
"@entity.segment",
|
|
779
925
|
[
|
|
780
926
|
"array/filter",
|
|
781
|
-
"@
|
|
927
|
+
"@entity.curve",
|
|
782
928
|
[
|
|
783
929
|
"fn",
|
|
784
930
|
"s",
|
|
@@ -900,7 +1046,21 @@
|
|
|
900
1046
|
]
|
|
901
1047
|
}
|
|
902
1048
|
}
|
|
903
|
-
]
|
|
1049
|
+
],
|
|
1050
|
+
"types": {
|
|
1051
|
+
"ProbeSample": [
|
|
1052
|
+
{
|
|
1053
|
+
"name": "x",
|
|
1054
|
+
"required": true,
|
|
1055
|
+
"type": "number"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "y",
|
|
1059
|
+
"required": true,
|
|
1060
|
+
"type": "number"
|
|
1061
|
+
}
|
|
1062
|
+
]
|
|
1063
|
+
}
|
|
904
1064
|
}
|
|
905
1065
|
],
|
|
906
1066
|
"schemaVersion": 1,
|
|
@@ -341,6 +341,121 @@
|
|
|
341
341
|
"type": "string"
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
|
+
"effectRow": [
|
|
345
|
+
{
|
|
346
|
+
"kind": "emit",
|
|
347
|
+
"resource": "ANSWER_JUDGED"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"kind": "emit",
|
|
351
|
+
"resource": "LEARN_ROUND_COMPLETE"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "emit",
|
|
355
|
+
"resource": "PROMPT_ADVANCED"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"kind": "emit",
|
|
359
|
+
"resource": "ROUND_RESTARTED"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"kind": "render-ui",
|
|
363
|
+
"resource": "main"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"kind": "set",
|
|
367
|
+
"resource": "@entity.active"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"kind": "set",
|
|
371
|
+
"resource": "@entity.bestStreak"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "set",
|
|
375
|
+
"resource": "@entity.correctIndex"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "set",
|
|
379
|
+
"resource": "@entity.done"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"kind": "set",
|
|
383
|
+
"resource": "@entity.feedback"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "set",
|
|
387
|
+
"resource": "@entity.feedback",
|
|
388
|
+
"site": "tick"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"kind": "set",
|
|
392
|
+
"resource": "@entity.itemIndex"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"kind": "set",
|
|
396
|
+
"resource": "@entity.options"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"kind": "set",
|
|
400
|
+
"resource": "@entity.promptText"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"kind": "set",
|
|
404
|
+
"resource": "@entity.remaining"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"kind": "set",
|
|
408
|
+
"resource": "@entity.remaining",
|
|
409
|
+
"site": "tick"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "set",
|
|
413
|
+
"resource": "@entity.running"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"kind": "set",
|
|
417
|
+
"resource": "@entity.running",
|
|
418
|
+
"site": "tick"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "set",
|
|
422
|
+
"resource": "@entity.score"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"kind": "set",
|
|
426
|
+
"resource": "@entity.streak"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"kind": "set",
|
|
430
|
+
"resource": "@entity.streak",
|
|
431
|
+
"site": "tick"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"kind": "set",
|
|
435
|
+
"resource": "@entity.title"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"kind": "set",
|
|
439
|
+
"resource": "@entity.totalItems"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"kind": "set",
|
|
443
|
+
"resource": "@entity.verdict"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"kind": "set",
|
|
447
|
+
"resource": "@entity.verdict",
|
|
448
|
+
"site": "tick"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"kind": "set",
|
|
452
|
+
"resource": "@entity.view"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"kind": "ticks",
|
|
456
|
+
"site": "tick"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
344
459
|
"emits": [
|
|
345
460
|
{
|
|
346
461
|
"description": "The verdict of a speeded answer: correctness, tenths of a second left on the clock, and the running score and streak — a composed listener (coach, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -2371,7 +2486,26 @@
|
|
|
2371
2486
|
}
|
|
2372
2487
|
]
|
|
2373
2488
|
}
|
|
2374
|
-
]
|
|
2489
|
+
],
|
|
2490
|
+
"types": {
|
|
2491
|
+
"SpeedDrillItem": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "prompt",
|
|
2494
|
+
"required": true,
|
|
2495
|
+
"type": "string"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "options",
|
|
2499
|
+
"required": true,
|
|
2500
|
+
"type": "[string]"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "correctIndex",
|
|
2504
|
+
"required": true,
|
|
2505
|
+
"type": "number"
|
|
2506
|
+
}
|
|
2507
|
+
]
|
|
2508
|
+
}
|
|
2375
2509
|
}
|
|
2376
2510
|
],
|
|
2377
2511
|
"schemaVersion": 1,
|
|
@@ -627,6 +627,64 @@
|
|
|
627
627
|
"type": "number"
|
|
628
628
|
}
|
|
629
629
|
},
|
|
630
|
+
"effectRow": [
|
|
631
|
+
{
|
|
632
|
+
"kind": "emit",
|
|
633
|
+
"resource": "STEPPER_ADVANCED"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"kind": "render-ui",
|
|
637
|
+
"resource": "main"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"kind": "set",
|
|
641
|
+
"resource": "@entity.active"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"kind": "set",
|
|
645
|
+
"resource": "@entity.activeFilter"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"kind": "set",
|
|
649
|
+
"resource": "@entity.categoryTally"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"kind": "set",
|
|
653
|
+
"resource": "@entity.currentStageDescription"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"kind": "set",
|
|
657
|
+
"resource": "@entity.currentStageLabel"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"kind": "set",
|
|
661
|
+
"resource": "@entity.cursorIndex"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "set",
|
|
665
|
+
"resource": "@entity.filterButtons"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"kind": "set",
|
|
669
|
+
"resource": "@entity.narration"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"kind": "set",
|
|
673
|
+
"resource": "@entity.shapes"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"kind": "set",
|
|
677
|
+
"resource": "@entity.tallyItems"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"kind": "set",
|
|
681
|
+
"resource": "@entity.title"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "set",
|
|
685
|
+
"resource": "@entity.visibleThreadNote"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
630
688
|
"emits": [
|
|
631
689
|
{
|
|
632
690
|
"description": "The cursor/filter state after each learner action — a composed listener (readout, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -6294,7 +6352,202 @@
|
|
|
6294
6352
|
]
|
|
6295
6353
|
}
|
|
6296
6354
|
}
|
|
6297
|
-
]
|
|
6355
|
+
],
|
|
6356
|
+
"types": {
|
|
6357
|
+
"LearnStepperCategory": [
|
|
6358
|
+
{
|
|
6359
|
+
"name": "category",
|
|
6360
|
+
"required": true,
|
|
6361
|
+
"type": "string"
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "color",
|
|
6365
|
+
"required": true,
|
|
6366
|
+
"type": "string"
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"name": "label",
|
|
6370
|
+
"type": "string"
|
|
6371
|
+
}
|
|
6372
|
+
],
|
|
6373
|
+
"LearnStepperCategorySummary": [
|
|
6374
|
+
{
|
|
6375
|
+
"name": "category",
|
|
6376
|
+
"required": true,
|
|
6377
|
+
"type": "string"
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"name": "summary",
|
|
6381
|
+
"required": true,
|
|
6382
|
+
"type": "string"
|
|
6383
|
+
}
|
|
6384
|
+
],
|
|
6385
|
+
"LearnStepperShape": [
|
|
6386
|
+
{
|
|
6387
|
+
"name": "type",
|
|
6388
|
+
"required": true,
|
|
6389
|
+
"type": "string"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"name": "id",
|
|
6393
|
+
"type": "string"
|
|
6394
|
+
},
|
|
6395
|
+
{
|
|
6396
|
+
"name": "x",
|
|
6397
|
+
"type": "number"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"name": "y",
|
|
6401
|
+
"type": "number"
|
|
6402
|
+
},
|
|
6403
|
+
{
|
|
6404
|
+
"name": "x1",
|
|
6405
|
+
"type": "number"
|
|
6406
|
+
},
|
|
6407
|
+
{
|
|
6408
|
+
"name": "y1",
|
|
6409
|
+
"type": "number"
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"name": "x2",
|
|
6413
|
+
"type": "number"
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
"name": "y2",
|
|
6417
|
+
"type": "number"
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"name": "radius",
|
|
6421
|
+
"type": "number"
|
|
6422
|
+
},
|
|
6423
|
+
{
|
|
6424
|
+
"name": "width",
|
|
6425
|
+
"type": "number"
|
|
6426
|
+
},
|
|
6427
|
+
{
|
|
6428
|
+
"name": "height",
|
|
6429
|
+
"type": "number"
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"name": "points",
|
|
6433
|
+
"properties": [
|
|
6434
|
+
{
|
|
6435
|
+
"name": "x",
|
|
6436
|
+
"required": true,
|
|
6437
|
+
"type": "number"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"name": "y",
|
|
6441
|
+
"required": true,
|
|
6442
|
+
"type": "number"
|
|
6443
|
+
}
|
|
6444
|
+
],
|
|
6445
|
+
"type": "[object]"
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"name": "path",
|
|
6449
|
+
"type": "string"
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"name": "text",
|
|
6453
|
+
"type": "string"
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
"name": "label",
|
|
6457
|
+
"type": "string"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "fontSize",
|
|
6461
|
+
"type": "number"
|
|
6462
|
+
},
|
|
6463
|
+
{
|
|
6464
|
+
"name": "align",
|
|
6465
|
+
"type": "string"
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
"name": "axis",
|
|
6469
|
+
"type": "string"
|
|
6470
|
+
},
|
|
6471
|
+
{
|
|
6472
|
+
"name": "min",
|
|
6473
|
+
"type": "number"
|
|
6474
|
+
},
|
|
6475
|
+
{
|
|
6476
|
+
"name": "max",
|
|
6477
|
+
"type": "number"
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"name": "step",
|
|
6481
|
+
"type": "number"
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
"name": "color",
|
|
6485
|
+
"type": "string"
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"name": "fill",
|
|
6489
|
+
"type": "string"
|
|
6490
|
+
},
|
|
6491
|
+
{
|
|
6492
|
+
"name": "lineWidth",
|
|
6493
|
+
"type": "number"
|
|
6494
|
+
},
|
|
6495
|
+
{
|
|
6496
|
+
"name": "opacity",
|
|
6497
|
+
"type": "number"
|
|
6498
|
+
}
|
|
6499
|
+
],
|
|
6500
|
+
"LearnStepperShapePoint": [
|
|
6501
|
+
{
|
|
6502
|
+
"name": "x",
|
|
6503
|
+
"required": true,
|
|
6504
|
+
"type": "number"
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"name": "y",
|
|
6508
|
+
"required": true,
|
|
6509
|
+
"type": "number"
|
|
6510
|
+
}
|
|
6511
|
+
],
|
|
6512
|
+
"LearnStepperStage": [
|
|
6513
|
+
{
|
|
6514
|
+
"name": "id",
|
|
6515
|
+
"required": true,
|
|
6516
|
+
"type": "string"
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "position",
|
|
6520
|
+
"required": true,
|
|
6521
|
+
"type": "number"
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "label",
|
|
6525
|
+
"required": true,
|
|
6526
|
+
"type": "string"
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
"name": "category",
|
|
6530
|
+
"required": true,
|
|
6531
|
+
"type": "string"
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"name": "description",
|
|
6535
|
+
"type": "string"
|
|
6536
|
+
}
|
|
6537
|
+
],
|
|
6538
|
+
"LearnStepperTallyItem": [
|
|
6539
|
+
{
|
|
6540
|
+
"name": "label",
|
|
6541
|
+
"required": true,
|
|
6542
|
+
"type": "string"
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"name": "count",
|
|
6546
|
+
"required": true,
|
|
6547
|
+
"type": "number"
|
|
6548
|
+
}
|
|
6549
|
+
]
|
|
6550
|
+
}
|
|
6298
6551
|
}
|
|
6299
6552
|
],
|
|
6300
6553
|
"schemaVersion": 1,
|