@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.207.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
|
-
"registryHash": "
|
|
6
|
-
"signaturesHash": "
|
|
5
|
+
"registryHash": "533dfecdd18afd540a00493e69bf4324b025a14273186d84edcab8de5b80bcae",
|
|
6
|
+
"signaturesHash": "47d46c292b6e56dd6b17448ae4381e8220d7a51d4093ca44d73a5130789e253a"
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.205.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
5
|
"encoding": "int8-b64",
|
|
@@ -285,8 +285,8 @@
|
|
|
285
285
|
"d": "6//5DBUIDxL97gD15AweHBD+/QQJC/gJBvf9/NbwBhPv+/X1+ukF++TyDPb6BuX11/znBw0DBBkD3wTwCgUYFRTr7xbs6+4ABgMVAv0TEgsSCxkJG+rXAugvBPgVDQnuBvz97+DdAQHS/fz1DgfuE/8F4hQU/A0CJRgVIxUA9AP75Q0k9vf+8Pj9Cgr12vX9FwcABA8qBiL9+QIZBQv1Eh0O5QoFCeEIB+/07Arx9iEiBgcB4QXuBev7LBb9A9f0/f047OEKABQACPz36PcJAf4C9QUd9hYOAgAT7f8GB/r6PBTsEewMFRPW7PEB9wvsAxn+GiDzB/jn+RL3EuwG7vLyERvzAenpBM8GExYMCfv0BPv2FA/78fIHAOkG+xXi7PoYD+cNHBv6EOfp+fwI9wfsAwSB8gwACxsK+QHyAAfzCBMHFN70Df/sAAYN+PwI8egK/v//C/sQB/Hv//L++BoJ6/PhHf3lDP0N8gEg7vvz5fr+7vLy9RoM9An91/j6DOv8/u39AhgD5v7h9O4L7fH5CRX//QsMFPYh3gwa+u4G+wsA+Or5/yov9fzwDNr30PH8FwQQ/hD6+BX8BAD76xL0IhETAQ7+7Bne8A/04+Mj7gjj7+f4/vkT6wgI8PH89AjzBPQK+wILBgryE+AKD//s/QgTB+rmDQUZ/AAP7AIE5BEXDBPr7Ar+/gQg8gHkCwgIA/UNEQPx7iT7BgwK/fLxCyH59fX9AfsACvkh+xrx+Rjn//vZBfEQ5Pn0Cgz9CvkM6/rz8uoADw/35gcRBBP0BgL1BwYk6hbt/QQb/x7xGigJDAb28/4NDOsgE/EM+OsF/v/0ISP9Hwv4+R4oAgIi5uMJ8O4B/isCFfkT8voVEvwLAewL9PoM9/XzBBUB8/L3Cwv0Av/3A/j5GPXpDQb86d4G6gP7APnx/AL7+uwZCgoSEvPvCfYa/RXPCAoH4xP97xMZ+/cBAgkM+B4HB+sMBOT0++f67BgN5vQO5v3yA+727PYF/Qrp+eP/DPQM"
|
|
286
286
|
},
|
|
287
287
|
"std-modal-editor": {
|
|
288
|
-
"s": 0.
|
|
289
|
-
"d": "
|
|
288
|
+
"s": 0.253887,
|
|
289
|
+
"d": "4gEDABD/GSbt5uz/5AcSFBfz/wQHDA7+CwP+Au4ECgX95gny5esG6ufyGwQAEuIa7/XdDRUH+wse6Pf48gsND/oD7wfm2/0RGe4U7O4HEhEX/wMHBAfr5t8J5+wUDwn4BgUIDO7r/hDU3+T8Dgfv6P/77SQFBhL0GhwTJAH9/BDu3hUV//b8Cg3zBRID6fztCAX84PkkGRQXBBMJCAT5/AADCAn+GQwB+vTr/hXzCfgUFA755v3x+/v6IfYC7d/zDhQz9eklHiERHv7h9OsS8vUXA/4dAyv7A/4E4wv//ADsLxXz4hz9+gHpA/DxAvjvAR73BAv6HQDyDgAHC+cFAf/v/Bv1A+vj/tf8BgLyCvXm8A4FFwX9/O4H8Ofv7/rU7RD8+e4OAg8BBervAxwf6wH7EviB+/zoCB4B5e719A0MEf0LA9nzAQbxCfX39d0JAfL/6wILEf8Z/hL1/gYG8RAB9vLxKAHkCRUUBh4F/f3k6OzcGOXT/goY8Qv7xPr0/ekJ6/0O9wv+8xTT9N0D6+79D+wP+Q38H+/96wD+2PICC/749OgL/RsP+u/7CvcL9fz4AQgAARH6AxYECAT28/kLDvQO6g0T+xYL4vXqCPUJCAfk/fn1Bv8Q8RH47/4O6vb+9ukX/QwvBgYKIesK/RT8/Rbx+t7zDTkA9AwG9gwi+SIC/vv22+v+8PH66/f/+/0ICe8GFR0i9STsEBv998/++QkOFvAHA/v49wMhCADwCv7h9w3jBggLABME+vbrFQsV3hf4+/UBEiIE6RgN7fjwFfkABA4OABjs/AcbERb6HQcFBwLq7xAE9/EoF+4IF/cB9v7qEAkDJgEEAhMqIxoJ3fP2HesO9R0AEvAGBfb6ERv7BA8B3v0G+//3Byn88BoE/RLsCwz6+/4YAfcC/g3w6eLu7/4F/Av97gr14uoPDfcPFwvw+wEM9P7XCwsO1hoNCBYGFhAC/wsY+CoKAP0F7/z06eL4/CTx6wAP1hQB9vLx9vb07gALDOvt8h8K"
|
|
290
290
|
},
|
|
291
291
|
"std-modal": {
|
|
292
292
|
"s": 0.251589,
|
|
@@ -1173,8 +1173,8 @@
|
|
|
1173
1173
|
"d": "Bv4c+xwQ8iHw7ggI6wcOCQXyAf7qGAYd7+4UBOr/EQkU8/L39hP8/evx/ev+COj04v/hDRgJBwr+5wnkBwAIBv7xEBL41e35BO4V4wcXEBkR/hAUBOfsAPYo9/wKFuf9Egz+AvAGDfngDhfkBQXr7QT/5Q3+/PsJGv4aDvUIFAn53xUh/wMICgvuEQf96gD1Gv4E9ukTCwUT9/MGBP38LBYM/P4AARn+9PDs/CT59AQcDRcC5QcDFO7tEAgLAcjpGhAb8+kWFwwLBALo8PkD8OAI5AIT7xEJBfkG6P0F9QUBNwvv/QYBBAvo7gj98vkJBRv+CfYVBPXm7OX2E/PxA/D1CPH9/eXr4dYBIez+EwQCAgALCQn08vUD9+ch8Pz96wEKG+wOHRz/B/oAAwUI6/jU//eB/fT9Dw0VFwEC/Pj3FhYJBefw7eff9hgR//T/+v8B8un4+/0B8P0O8QL0Dxrq9SPzIvrl8/383u8EAQT/6fYI8O/+8xkb9wD3yegG/CPvFPft9wrxBgIB6wkZ9P0KDQUE+AX8LOL96gAW7vUFBQQA+/b3BSQS5fjuDPH55wr8GDX9FQXtFRT2+fvuBBX6FQYJ4gj8DPYV5gzd9/US1vTrGAMHAwcVBA77C+zVDAjzEP/tEgEC7vzqI/8UBQL07QYC/Oro+xMG7voG+uoo7AX9HBn68eoL++8K4vIYEAnsANr0/+v79RbuGxcW+fQLAfgBAPAQCv//2wgcBA7iAwnTBBftC/kA/f78Eg73E+kX3gMNBQb86v/w+RcT+y3m7fMHBBMTIhH8BRwT/xjzERQLIe3d+fcUAd4UA9nr9+TXDP70KhMnDQ8EDCglAQUd/+X++RAC9hb7Iv3tJBfnBhT9BOsJ0g0RAwcYBCLkAwP3CBIC/PUBART3DQj9Befs7ur+4wH59+Hy9w76/ekOAvgGHAf3+gwR7ALpKh0D4RXyDSAA9uQZFgP+9SQOBggW7ej56uDhCRkD5wT9EvL/9wIE6Ar68xf3Efbp7AD9"
|
|
1174
1174
|
},
|
|
1175
1175
|
"std-area-fill": {
|
|
1176
|
-
"s": 0.
|
|
1177
|
-
"d": "
|
|
1176
|
+
"s": 0.265342,
|
|
1177
|
+
"d": "BPkOEhMSCvvy5vLe4hAJDRX+/An/8vYDA+D4IPIL//P65wbt7PL47Oz3+fIG+PT66gzSEQQKBgwW+gbmCfsACQYQ9g3+4PT4A+sC4e4CFg8ICwkU9vn37uYh5uwTCgjzCQsGCfTxARzc8QD5/wXf5Av+6QgNFvwDDxYaFwYFCAX28gweFvwT+gEODfgF7xvrBOgDy/IrKx8Z5gEC8e0BAgwQC/sFAggC8g3yCRj37gYLGfcE4fr+DP3mIRIJ9+ALFw4l7+8FEBgRDQ7l7fkI+QEQ8ggE9A8CAPsa5/cR6wD7NAX1+fLtHQ/47OwO/g7/BBcGCf4CGvHZ+f4PC/8K9/fvEAT6+fX45s/5CgsDI///3wYEDPL79gwH6/YO8wbyAQoFAe0jGBH99wsB9QMG7ewE6wCBBPr49wcaEugO9gTzLRMOGOj6CN7vAQsQCOP97v307P//+vEF7BEI1/L3DxTq+gECEgvg7wH84vgL8fL98en4DOLf9xkKCf3vyOL1+/3t+PHqHQn6DQb89fwt5wX4CQUOBA3zIfEBAPL9+wYICP/++AEDAgUMAu/wAf4C9hL4Fw0BAAoJ/hj1/ej/AhcXEwoc/R3xAAQV7Av17+EJ7AbUFPr0AwkbBvj27/rk/QfgDvPyFwYHExD7EgELCwECBf7qC+vt9hISDf7/B/089R4DCw/x+PPz9/r83+/0DxD88vTrBeYK9Qj2BB77EeILBAQCB/QTEwzq6AAX/OD2/f3s8/L+EvkA6wwNABEAE/cJ7wz3A+gG9S/z8Scf9CT3/PL2+gwKBQP3/yEfFgb5IRb6DAD56g0UCub9CeTrCQwH+wr9FgUbDhQKDCgy+fsd9ukJEgztBBUGGfftE/oMFQoC/Pv56hEN7/gL9B77+/T4BPMDC/n9BBkOC/8BBO3d6Oj03hgH/u8BCAn3/94Q+QwNHPP/ARAb8/zYFh/64w798gz5+PME9/YO8hIG+AUN1Pvy7fTn+wz77QwH9/8GC9YF7/sA9RP5A+wUAgUR"
|
|
1178
1178
|
},
|
|
1179
1179
|
"std-audio-cue": {
|
|
1180
1180
|
"s": 0.260141,
|
|
@@ -1189,12 +1189,12 @@
|
|
|
1189
1189
|
"d": "6/ULCQ8EBQkB7/P79gEfExry+/7xBfwHAggcCPIIEg/59e375f4G6PgD/v71COj52ufvFgX+AwgD6fvmBeL2DQH8GAwA3usAAAH86vwMHA0hBvcG/fQNBdsg3vUiGfkXEAsQ6/rp/hrZ/xL8/frcAQ0K5Q8IBwoJEfIZHBoQ+AIC3/0f9/MH//EFDhX65B/vJf3x+AArBQwJ8QINBO8ADw8k+fwW9gb5BPnh+xkLDQMuCQ/75RMED+P6HA4D+dn5Dgwh4u/8ECQPDRn27/AD3fMP6AQR+x8UAvQg2gL39gUDJRHq/uYMIgz20/kX2gfs4BwTGPcCHfH04vP5Auf96fLxHQj+Aejj99wCDQH+EQIB4QwCEAz/8voS7wsO+Q3i/gsRBtkQCyT9DQLs9AX/5fTgAfuB+AwACwz6+/ftE/cK/hH+GefqCe/sBBETCuz87/z1APX/CesHDQf88foJDCjuA/j5GQLx5AUE5Qb95wPz9e4FDurl+AoKEvvo0PkKCwcIEdvlCxkABBMH3vYaAwXnFh7z+AUAG94N4AAN+d8TBv/4BwvuCRQg9wPNDdMH9AD0HBMC/xgIDyD89vXtAP4MKyIS9hTwGfsE5izg7fERBf7zCvcZ9wAfAOTuDePl9wj2Cv/29Abo/v/0FekXD/4J8vj9/eHm8wUK6wEQ+vgT4CEKGBv56un8/+kB6fz5GAIF+/vvA+UO+hnr+hX59P779wEIDAASCAD61AARAQ7cAQjS//X9/Ab88/zwBhj6DfQI3+kU/vb7/Q3m5B0AByb18v79CQMcDA0L8RQXACD0JyIDAwHv8w4N/ugPAuz4CO/9+P32IRMgHgYV9yAd+eEq7ur6/wH3Cf/0EOPxHwn8Dw4MAOMB3Aj9AfIO7B/kC/b4DwQM9fvq6RYLI/P59uT/798F5wT/C/b9DwIF8PsPGQ0kG/v4AgIODxTgDxvl6Sfp/BAF6ubxFfEX7hMR8gUY89wE2PbCEh8U5yAB9fgBA/sG/BsKChD6BvgF+fr+"
|
|
1190
1190
|
},
|
|
1191
1191
|
"std-choice-gate": {
|
|
1192
|
-
"s": 0.
|
|
1193
|
-
"d": "
|
|
1192
|
+
"s": 0.283052,
|
|
1193
|
+
"d": "5BED/AoJ9QT08Pnt5wgY/wTz9ff+DvIHFe8CB/cGCv/+8/P46fnq+/f4DPn4Bu8B7vHdBvwJDQMW7wbxD/sPCwzuBRL23Nz7FfES/AEZDRQRCgca8/Xu+u0YB+wbFw0BBgQF7PrvDO7p7/ztBwjVAxIN6xn6+wYGDwrjDhwA/gbj4PoZ+/nzBxL3CAbn6xIADPQX+fMmBwwa7AP+Evb/AhX8BvkH+RQGAAH27BH0/QYkCQD06fQCDOPsHQX59+MACBES9OUYFBMHB/b44wcb+PMR8gIC9CoF+P8Q9PsW/QIFLhDz5woRDRL1/fIN/wr2/RvmAwD6F+zl+v38GAsE+vvxCgwCBP/e5tD6Gv0ADPf/5OUF+wgE+wQS6/UZ+QzVBQ4LAugVIg4MDQAMGhQP8wH8EQSB9A/1/gQW/v4EFfgADQ8KFd3vCu3u/f8N+er37fz58+kBE/AZ7xYE4wAOACEF/fbyEw/87P/7/vr97vr39fcI9+rkDQsV+v4By/r+C+oB/+cEEAYFCAT08wQTAwn2CicB7AULGe7r9PcW8vwGEPMGA/8J+gIO++vqC/r68AnxHAzuBgruEw3x/gTt+QH9J/Uk9wQI+gcP3gflAu4TAQLhBu/7//8dAAT2+/vvAg7yFffvA+vv/w/wFOgCDwT6+A7yC+P56fkIBf77/fAk9hoNHhv67ejk6Oz77OoMDAcBBPMICfka+hH2/Qf49ecM8grxBPH78wgA+goZ/wfkBgjvBgD39voD7QcJ9SXpDPYF5BAL9en7CwkJ+hAL/xvk/vsC/AMJDwnw9QgQEQz4Hx4BCQz15gAQDtwSCfX5Bf4K//EIHP8UGg336xcVCRAg9un2CvoM9gzyFvP8KRLvGQ32AfL64QAE8wv+DBTo8xQFBAwDEP4L/QgCC/zzDO/d7/X74gH++/b1DAIE//EoBgESC/70+AoWAxHlDx8P4xnxBg0D9AMEA/gI8hEH8fkc9+D64/X89R0C5gQa/wD17/z1BwgLDhX8APD7CQEE"
|
|
1194
1194
|
},
|
|
1195
1195
|
"std-coef-pad": {
|
|
1196
|
-
"s": 0.
|
|
1197
|
-
"d": "
|
|
1196
|
+
"s": 0.268027,
|
|
1197
|
+
"d": "AfcNBSEL/PoG5gbv9w8ZEQT1//oP/QYS+PQQE/8UEv8G3gAS8gz67er5A/P5+uUA/O/bGQoYBxEQ+wvu9/v9CfTy7QP84/H5EPkQ6Q0VFxIZ+vUZA//0+N0S7usKCADxBgwP8gPzAALi7PT0Dffv7REC5Rz0CAUPDPMLGAYQBwnx9wsY9/gABv4PCBLr4x7fDvYC/fcPDw8c6gIWHfj8C/P6+woGAxH7+AUI8Rnz9f8gCPv34v0CE+3mIfYF+dzyEQEg9/n8CBsE8gfz5gb07+nr9fwI7gr//fwP3gwK4/rqKwz2+A3yChfv/v8P8hX3Aiv/AgUHH/jx8fYGDQgH9+7lDP8A9PYB89f2/PQPDPj5+e8EAfz46QcV5+r//AL2BQcSEOIPGBj/BhMKDg766u/uBPmB/fX2BwQI/+b0E/4ODRIKFNvwA/re9uoI/+P55O0K+PUFAeoY9QUO6AH++CH08QICHQL3BhQABw/1AO3w4fvlEuzd+Q4fBfoAy/IDAfAC/P/3+v4LCALe+foZ+fwBFhAA//rzIO//7vYI+/oFCvH47/YJ/A0OCer+BvUE5SL5AiH3Bf/3CBb9+QLw/RMPIvki+Bz0BhkZ6fzi+wMXEvvVEQT3AfsdBwLl8//y+PfhAevzDf7wBA77CPv+ABEKAgMD+9r27gjz9/T9HAcY/BUDDBED9ekAAO8b9OILIQoEBesKA+oi7Brt/QYQEN4U9vIB/O4D/hLw9P0O/AvoBxLv//0BAPIHBP4DCwjnEe767Rf++eoP+iH+9R0ABxv58+37BhUL/g8E9wQQEQ3tLx8PDv0C7gUDC+kNFe3tHQMBE/MGKf4j+g3/8TIf/BgkA+sHF/39+B3/LgADB+cVDhEP9gT94CP79goG/yPx9f71/hD9GAfj8vQRF/H9+eXq6+ABw/H+AvD36/oDDfEW/QAdG/gG9wof+QfaAhwU3Q/u+Q/g7AEDEQIOARgJ7f4Q3/ft5vTr+xH36/sHCAYKAN8C8QD9HSbwHPbqAvoY"
|
|
1198
1198
|
},
|
|
1199
1199
|
"std-curve-fog": {
|
|
1200
1200
|
"s": 0.270054,
|
|
@@ -1217,8 +1217,8 @@
|
|
|
1217
1217
|
"d": "EvwQARj3BRjs4gb2+AAMDSDx+AMK/fQR8/H3EucZAfT+7wII8gT++tjs7PTyAOMB6PbiDRIWGhIL7wP0DPMDDPbr/AoA8AH7/fwG9PsMDwgV8goL9//4Buok8OUHEO3fAAkK7v3rBg3w6+v4HvbW+wMJ7RL2+ATzHgYaCw0lEwP94wgO+P0GAQPv//sF7BbwEfvu+uoZBgkgz+v4++39ChUX/vcGBRT1AwfwCRQFDAYUEPn+6BMBDev2IAH+9tf9GPQS4vT6DCUH+hHj7wkM7PIK9P8FDQ8L+gj/6egO0v3jJwTnB/cKFQ3r6v8F8wr7DiH2Ef/vF/rh//gLDu/w+t//DAgBCfr87tD/DgUUCfn69Pf/DRT7/f0g8ewNAh4Z8goAEPAYEBTx8AQBFvQN7ur69fiBAvneCQYLBgMCF/0FDwD4EOb0Efrc/wwNBtwT//cD8+/kBOMP8Qb97vX97iYF6RX9Eg7v6vf05QYE+gMF9QP0CPnz9ST+CfnvxwUCAej0AwD8AwMKFPrz+O4j9/8AAxsNAwT1I+UL5fwC+QEBCvAO9vsLAgAM9PzvD9cS4Q/7DhcJChEKEBgB7PUC+QUJGBAfCw/r/P0n+Ory+OsM7v/i9vICCfUMEQP94PTg/QMKB+b8CwP6EBL5DO8TAwH1Bw3zAurw8BQT7vX+DQkV/wcUCRMB7Pj/8v8X5vYMGQ72DPMAD/sSBgj0CRsE/PL1BAn/B+z7AQ//4fUlCxXl/PvZ9f0AB/8J8+0ICRX3E/QH4woKDP8K+wvr/Cf9BQ3uFwTu+/QKBREH/gwV/RHwHhb5AQIC7R4c9+kKEfHxAPsACRMCGwIPEQcd9CAb/Pwa9vsKAwEC7xwGDfj9FP4PCQYRAPYK2hAK7wgE/iPv9u/5/gAL+//q/w34L/L1D+bX7OX61g/zCOj4Bhj/7+scBf8OBQ0E+Qkf7xjbHQsM5BTx8gLy8e4CDv4X+xEO9OsM9u373OPqBRf89gsbAPgCAu7/4gD5CBf6FvIUBf4J"
|
|
1218
1218
|
},
|
|
1219
1219
|
"std-gate-lock": {
|
|
1220
|
-
"s": 0.
|
|
1221
|
-
"d": "
|
|
1220
|
+
"s": 0.243202,
|
|
1221
|
+
"d": "8Q8SBhH+BfXz5eri5REICRz88gcC/vMMD+b37fH+CvYA4PPy8OwK/fD6COrmEPn82uvsDAMGCvsY6/vgFQD5BQb3CBf/4Nn1Ffge5QAKFA8TAPkV/u3Z5+8v6uYPEv4IAv0YFPjyAuXd9AT58vjT+vYC4RcJ/AAT/P37CRcC9wHf6Aol4/cM9f8C8xH09RYJBwf/8+8vGQ4a5AQI+vr/ARINEv8Q/hMS+/70+hXl+/0qCRsG5eb+GPT3GvsB7d0FJgQT6P4eCRQQBQLn5PoX6vT56xsZ7zQlCgUj7/EV+QriMA7o8P0QAQP75wEKAQL18BP/DhgFKenj6fAACAsi9ffrDxH9D/LW3cgFFfMECxLw7fYM+Q4O+P8b5/QK5v/b+xIU/eUlEQn3EQECBfcU+v3tJfeB+Br2Bh8dCvv2HgELHhAUGdz3D9/q/fgBANzx7A0C9tv5+fYTA/v89f4HHRvt/AHnFxfn4gIMBOn+Agv29PcK9Nnt9xAb8gf3wQULFPoE8vT+Ewr7Cv3u5PkPDQ7sBCz08gsBQe357f0P7/wG//UOAQgQ+hge++7lDAEN9Ab8GCL38wj1DyUEBenr/gn8KQcV8hH5GBz51hTSC/AbA//fCPr09/YXC/XzBOn2+wIHBPP1BO/xGArtDuoRCQH47/jrEeX64hUBBAbtA/U0/g//KyzyANf19tsD6f8LHvb+DfXxAu4C+RHpBwzkAgcV5g72BPwG/f8A+gkY+ATjCAbPCAID8gMJ+Qn6CPv2C/cL9xIR7/nmAhcB7BQCARzm7AL7+gALGgf45voHBxXrFBr4DQkE8P8NA+sdAOj1DOr1BvgDFQkaEAMB/yUi7gYb7fT58v7u9AbmE/DsJAADJRru7fELyxEI//kj8hsA+AH/AfIOCQcNDg0CFg8EBfnb4tYD4fcTDvD7Gfr9+NctDQwOEw/2DxwT/w/oERb33SP1DA36/+8TAvoZ9xcT3vcY9df34gL78BUJ5BUY/wP98fLxCAoKAxP/+/oGCOwA"
|
|
1222
1222
|
},
|
|
1223
1223
|
"std-gather": {
|
|
1224
1224
|
"s": 0.275999,
|
|
@@ -1241,8 +1241,8 @@
|
|
|
1241
1241
|
"d": "AA3/BAv5BQYM5wLw5AAKDA4K6gH//vwSB/8QD+wOB/v7CQX32PsG8uj24u34+wbz5fHkIvAMB/gk4ert9gICFgL4/P0C7OnmD/kB6vX9GAsT7fkL9vkC2OMZ8vARCggE/xT8/P3y8gTX7fX9Bv3gAP4Q5hgGChQCAwcPGBcZAf3p8Aso5/wN/PnyEQzy8iD7GwHr5/4lDwgY4goUJuv8EQIZDgQMBwP2CfPx/hjwCwQiD/b87P0ECeP5IPICANsPIA8V1/YbCAv0Gvzb3hr8++sI+BIVDBH0/wIc3gMBAAnrJBf+8fQAEvn97A0P7QUG+Rj/DgH9FfTiAu0BGAUR+ev4/gz6DOjo8c/jDf4MDAkD6wcSGhsAE/IQ8PYY8Anj9QYACe4dIQX8A/8KA/oN9v/3A/SB8QT8ChkIA/EWDPceDA8PEsrs8v7t7AEFC/MK7AkH7ezl+OIJ+fDX6fTv/B74+Q/7FA/6+Ajw5wjy6QLzBvb/EOvv9xb+8/foyfT39fUA/vXvC/r/BAgC9PgSA/75Bib97wUDIPD10vgS+/j5+/UYD/MO+xIXDPvvDPj26fcHCg4EARH2BRr3+v4ABPL8FBIRAQYGEQcJ5Qbx/PIW5fDb+fL+AP4nBubg8vXqAgjuBen7F/f3BRbuDN4ZA/fxAgD4Eev1/f4L9vn6FPEVAhMSERb57e/2++AA3eAJGQMMAu4IDfAqBQfxEgz9+PD38f/9Cvz5E+4N/+UaBAfyDgLL9/z+Cv8N8wAPAAr8CfUM7BoV7gkA/xD1+CQCBRrjEg/9Agn5DB0G+g8IAwvsHRYB9/sD+QUdBe8WFOju9fD//wDsFP8mCQX+/Dc8A/oY9/YUAAQJEAcNGfYBHgQY+RL88+EJ6g75AwsD7isR9fv//wwODvP3/AjvI/sMDPnY6cEG4AX9CvkN/fn2/P0nBwQhFAv6Bf0r8wriBScX3R7vCQ4B7/D8+fwQ/A4A4Pj/8+//5OjjDgr27AcQAQr7C+f5+hUDFSUBB/sHCPf5"
|
|
1242
1242
|
},
|
|
1243
1243
|
"std-loop-lock": {
|
|
1244
|
-
"s": 0.
|
|
1245
|
-
"d": "
|
|
1244
|
+
"s": 0.27354,
|
|
1245
|
+
"d": "+AUN+wH8D/7r8fXf3wMeDRfx4wUCAPcLDPcF9vMGDQsE9An07vwF9vztDPLxC+wQ6fbbBAkKBgUN+gvaBQD7CRL/CgkE3vD2Dv8I6/kOHhEiAAwUA/fy7PYk6fEeF+/2/QsY9//YDurZ+wQC//jeABMJ5BgBCQD/Cvv8DwwTAQnm2gwh6QP47gL5ByD48hX3CPoMAPUcHg8E6AAABP766wwO/AkcBBwLCPflAxUIAQQRAgr78PoCB/79Iw/7+tkCEhIR++4Y+xMJEgfp6vER5vDw9hIH5hseBfwW7/IA9/oEKhft4Av79/b34v8OAgTxBRv1Dh8LIPzi9/f5EgAd9/zxBRX2FQDd4+HwChH5BRcA8+39EAb6//4S6vkO+w/28wX39vQRCAkC/QD4BfoE4f/5GP6B9w7xCBsKAfr4FPgEDRcREuTxDOXk7frt+dv/4/n68e32De4EDxn75egNGCEBBPXtGwbe/QQK8+8K8RMI8+j2Auji/xIg/h74yvT+CPgD7uj7DRj3/PTa6AEVCvzuAQ3w5xUDKt4H+PgB5f4RFQYKFwAF9B8PAeXuEvsJ+PruHw4F7xH+ByAR+fD4CgwGIgYYBBX5BAXu4wvfFvwJDvzgGAYF/AMW7wYG/fLu/Q7yEQP3+On2FAH+DOoF+Pj99QPyBun15xT8D/8DGAcf/Ar6GB8E9QD5+vL+4OsJHwgCBfUB+PcX9An5+wjy9PkEAf0N//UBCv4A8gwU/wbw+gXg/Pr8/wcJ7vLyEQXnD/oSARr8+w/s/RHx6xIR7BH5+Pr/AwP/Egn7+PIgCg3sGBTzBAEA/Q4G8OsVBOL/DPryCvX8Dw0OGPIE7TAd/fka7AIFAPrtDAr8EfD0EhEFGxX0+OoG5A0SAPYH6hr+9/wVAv8ECRT49g3/DgP0AfDr9d/u2gUBAfgAAPj//+oYGhIMDgj/CRAP9QHiEhP64w/zAhTf+vv9B/IX9xMDA+cX9OTv9vPl8h4a7A4WAQoS8ukE9fjvHRsBEuz8+fgC"
|
|
1246
1246
|
},
|
|
1247
1247
|
"std-market-flow": {
|
|
1248
1248
|
"s": 0.249868,
|
|
@@ -1265,24 +1265,24 @@
|
|
|
1265
1265
|
"d": "9f8j6Qv5Ggbx8wXp3wcKBw/x7wvrDgcWCQQQB/0QCvwC2QL68gED7Pzt6QL2Bub28fnoEPkDFA//7/zo/PcAAgn18gv57+jx+PsD4gwQDRMX9PwE+PUABuIn/+cRBAwBCQgD+vzx/v/h+APu+AHdAQQP7R///wz+BggBFBoJ8gkC3wsOBP0JAiED7wjn9yfwEgcH9esbDQ8U6gATB/wBCxAPAfcQCRj67OsF/RsI/voZDxMF5QkB9/HmGQsAAuL4Cvga4+wQDhocBPrz8Qr97OQO8PIF/RAE+/4TAfcCBgz+FA/89vwWEv/48/0FBgv19woNDAsDHez66fT4B+4L/Of2FAsJCuzt8tb4EgIHCgYD7fIMCwLz6vgT/v8O9gj0BAQACuonDwn+GAMDBvYS6PTvDfqB9gT4A/8BBPQHBQwPDQz5DOH5E/DwAAMC/ewB6vcQ8vTvB+cX+xHt7/T2FRv8FPn+FAby5Pr58P7++hDzAff3+vH69f4CDQPx1Oj1BQX4DOH6Cg8LFRcB9vsIBBEFCwP+9gH1E+Xz+PUE4+sX9RDu+vYEAQop/wPnFvQG6PX3Fgb6ARX+ABTn9fYMC/AQCwoTAAb7/wgO6hnYD+kF6QHqAvkC6wER+u385+jZBAP1CP32/gIB/fz2FgEZAgUJ3QLyCOju+CP/8vf/9eM24wsGGw725en9CO735f8HFgP6A/LvCvkL+QLjAwsKA+wH8wsVCAvsAf8a9vwaBwnhABPb+gj+Cw4I6AcJChMD//wI8O8M8gkADgX57xcD/wzqAgYDDvIZDggG5SAQEhr4HQr3+wX7ABEI+esOBPD0/fwJFAL5IBQPFP/zACkjA/0Q++fx/v71+xMNBOH4HAjy+w4I+ub99AIFAA8Q8RrhCfD4CQoTAQf5CR0LD/4N9Qvy5Nfx7Pb+De7yAvgD9vQiDQIPEQ0J8hUb7QfzExz53Bj+Aw8G6ej/DPcO9A0L9v8S8vX/4/nZCCAD6AsDB/P2CwAG7CD7CxD5EesLC/gB"
|
|
1266
1266
|
},
|
|
1267
1267
|
"std-pad-lock": {
|
|
1268
|
-
"s": 0.
|
|
1269
|
-
"d": "/
|
|
1268
|
+
"s": 0.268644,
|
|
1269
|
+
"d": "/gEPChLu/AHo5Obt7AgLFwnl/gYE/vMRDPEODPoLDf4S8g4N/BYBAPX39vL9Dt4D9QbiEQgDFP8F/QjqEPjw/QL0BPsG8/bbBfwP7AX6FiUQ7Akh9wDr7/cl3/gaEgD6/wISBgT0Be/UBv78CPXi9g0A9C73+/8NFvABGQEBAQXv9Qgi9PwABfsBCxvv/hoBEPP+5+0UFQEb5+0GFfbw+PD99wQQEA4IE/z09Qfx8wcYEwsE7dz6HvjwFe398uMDKAkI6QMP/ywXCQLw7AX17vHm/wwS6x/3+f8Q7PYZ+/kCKgzj/Qj/6gf55/0L7xH1ARv++A/1G/f47vYAEwUR89/tBQ78BP3l4NX2C+0DEfzq8+oMCgkP7voT8vEA8wT1AwcJ/ughIBD+DP8I//AG+vHoEfiB/QL5FBkPAfIFGgIKDxMLDuzwE+vc/PsHB+D05PUH5d76B/IX+/YL8vD/DRj/6/wBFw7i9/gI/wHw9vLy9P/3BPbo7BMkBQL8xu0BDN//7/f2BAgVAvzo9P8hDAb2Iwj6ARLwGvP+7/AI7QUZ+fQI+fgc7xkQCO7mBP0A5gz2CRjvEAD0CRQE8vfoAwIBKfkl9hzz+h0P5A7kC/ULIAPV/wcB+wgHAgn0Bvns9RLxBuoA9PH+CPAOEvwG+gX5/e719+Tq6iD9+ALyA/0g+R0IBh4H7+/4+u4D5+8AEhERDOftDggQ5BT9Efr+D+v+8wsJAvP9Du/y/f4ZAQrkDBPhAf8DA/8I+/MEFwvvAvUA/hD5/Ov8ABzx8B4R/iDs+/X4B/0UGAr8AAEGFiLvJBP4FPP89Af/9eYgCuTwFv4BBvrtHA8X/wIA/icw+iIT+OkCAfP4DQoHG/L3CwcXFwYC+/8T3gz2BvsR9REN6QP++ggEDxT1C/oCJwjsCwHv6uL83Az9Bfbq/f/n+ekbBAEUEQv/8Awc9PrnIhEV3Q/qBQrwCvYJBQYaABQQ+f8N9Pn15/Ty4hYF7RoNBv4H9eHy7vzpCSn2FQLs+ecQ"
|
|
1270
1270
|
},
|
|
1271
1271
|
"std-patience": {
|
|
1272
1272
|
"s": 0.283113,
|
|
1273
1273
|
"d": "9vcTEhUWHAf3/wEA8A4KDRDv6fLp+fr28/r7CusIHgIB8gXtAQ79/fnkDvv4/u/66QHnDBwL/PsC5Pv2DPIG+AsBFQ4A7/DoCgj05fL7DiEHCgv43PUC7OAkAPASBvL+DgH+7+j/AO7j8Brs8wHeA/kK1wwD/wT3FfoJCvv8BwEC5vsm8vcHBPH+ChIR/w0ADAcR5+sGAgsN8wgK//7z/wQN9goh+AoCAe7vAQwFFB4hEgr46AoVA/f1EgkG/OX7Dwsh2+sVDxQCAfrx9Qj/9P0I5foaAxYR9/wN8fsH8gPwKhX39P0aDQ328/oK6wT/9g3yGRYP6v/h/Qb7FfEN+esFDhHyDeTf8tPxBwAHC/D8+AkHDgf05fwU9/Ia6PL09wL0FPoW/RcBE/kB/vwP6e/qB/SBC/3+FQkTFPwVCgwGGgkQF+/sE+7r+hP+Bu367OwM9Ovv9twDIf7s9e/7BREF8v/zHQ3Z8f4b8e0V8wX78Pj34+Pt8AgSAwn31vL2EQMMD/HtAfwXDwD74+kS/PwEC/0D/+bmCPIP8AD75O8ADQf/9PbzCQQdAQ3zCugJ8AzxHC358AkBBh77+PsBCQwCIwgZChP1FfkA4fvk/P0cEe/9+e7+5hEP/u0SAe3+CQYV/QD2HPX8BvIHHPcZ/AX77/j0/PHmCx8NAe0F8vEb5hr3GQT0//v55e3/9/b5EQIH/Qr1+gP7BSTlAhT+A/v/7f75APv8EAsN8vsSABHxBwDx/fr1AAAI/gUCHBwBD/oP9QEPDQf7DgIA4xT/Aw7h+f/tFvsQEgLz9A4PDw7zDxb4/BHm/AsG8uYRDvcA+fkBAv3wHxj9Gg8O9Bsw7QAUCfELEvzsCgoCFvv9ESL/EPgLBOkC5wcJBPD/6Arl/e0NAxQODRb5/hL3GP78EPje9uL45/QO9OYG/gXq9f0RAAICFgb//gYJ/wnwHQ4G6BziBBsI8+kABxQT+RcC/vkn7fP03Pfz7RIR9g0IBAn8/Of87AT5AxPtDfP3Bwf8"
|
|
1274
1274
|
},
|
|
1275
1275
|
"std-patrol-hazard": {
|
|
1276
|
-
"s": 0.
|
|
1277
|
-
"d": "+
|
|
1276
|
+
"s": 0.266343,
|
|
1277
|
+
"d": "+fcJBfbvAfr93QT57QkMDgv68PMBFAYL/AQZF/UNGPnz7voB4QL75OYJ9t/yCgkN7+7RHAIL//cS9PPm/PcJBBD+/RIS9fn2AP8L/gQRBxIq7f8K/AHz6Ngn9PIdHvoK9Q0M8vnyAhjW3gzw/wff7AAI5B0MABT5BPQHEhMRBQgE9f4j8gb+BPkM/iL88yXuHgID5e4UEQcg5wH5Ffv8BfYQBQgE+AMBF/7uABL3EQEdEPn65AIPCfQAIgH49NcIJw8X5PELDRUKEQTz2vH3+uAJBv4G+xkWAPUkzvsC8wHhKR766vIDFPn25gEP/P3u8hYEDwPzGvnz9PgJDPX57/PwFgEFBAnj8cvsCf8I/xID8f8FDAr6AAgZ+PkM8AzsDxr8B+8YEA39DgX3Cvn+9uPoAfeB+/zw+yMM+u7/Cf0UEB76D935//LsAPMFAesL+fcO6fbvA/EDBfz77wICBBX8//7+HA3rAvvc6AsH5vr9/PcLD+js8An/Cef1uwL9APf5BujvDhoDC/758O4e/Q8GChn/9wX5I/b53/sZ9voDAfP+DgcTBgsLDvvu/eQC/wD8EB4NBxkGEBr07gAHAgf3FB8a/BP4CP0B4v7s6OwP/wPbE+r96AMaAfnx9+/pAgzwD/bwAvABKRICDPIL+gb5/AL5Dens9AsD8/MHD/MP/R0WAAbz5u7y6foD7/QJCgj3A+0ICfkn7xfsEQcG+eoIAwjqEvsFGf4V7PAWBgX+Dv/nAfz1FPUL6PwGFQ/kAfgA6xIW+gT0CA/68SQR7Br6CfEBEQ8MDBDw+AIS+BLxHxz8CvYS8hIO9dwMD8n3BwcCA/joGv4jCv0DAywX+vEs4vD6//3/FA0SFAHwFfIMDRT9/vf04goG+f/r7SMC7foE/QYKAwXv//vxEf0EDOjv/Nj56P8S+wUKAv74/+guBw4TEfj0CAga9QvpCyIS4Rfk9A7w4NsG//4U+Av03AIO+Oft3fff/wYR+AwJB+37COoFAhb4ABL5Hv71HP0E"
|
|
1278
1278
|
},
|
|
1279
1279
|
"std-pickup": {
|
|
1280
|
-
"s": 0.
|
|
1281
|
-
"d": "
|
|
1280
|
+
"s": 0.275427,
|
|
1281
|
+
"d": "7PoO9Ars+QH96fzm3hAMDxT97gsI+wEKAPQKAff+Du0G5fzp7fTz6/Tw+ePvEuz/5vDrBvsKFgoE5/7jCPoBBBL17wwI5uTy/ecU7AkaFwsQ+PQUBuPP8t0k/dsaD/EG+PMY+/ju/PHd8Pj39/ji7usM9Q4F+A/9ExQACwcP8gnx4wsTAgP/9PMFCQbi/RH5CgAM4PExLAQJ5RD99/8MBAoOAPr6+QwK8fj7/BMB+AIWEggI6P0CDuv+Kwb67tv+CfgU8fwKCAgPAO/v6v4L8/0G+QUG+y0SCwYa6PIb+AzxLwX99wcLGQTl8wkR+gwF7hoBAhj5Dert7AkHAfkN//jpFQsL/fTx4dv6GAcVIxb35vr++g8B7vka9/wB8RLjBP0IDt0eFCADAw779PIT7v/o/vyB9gj0Axv/AwL9DwoMDh8THtD9A/TuD/7/C+wC8AcKAPT4CesX/P78/PXyEyj48fPwCQwB6//u7vgJ+Azs8Pz1A+nz9xAEB/n7xAb8AvoL/PsLCQj0Cxfz9wQW/g/2CBkC+QwIJujt8vIS9ewO//oAAPMe9w4RCPfrDfQI5/j7E/72/wn1/hoB+esB/Qj1DREX8xoEAvwJ3g7q+u4V+gTXAfj/7foMAPT69vDjBQPrBPTwIPj/EgD4DQQTEggJ7Ab+A+7v6hAG8P389u40/BcADBL26/n39vsL2+gCEAv3EPD2C+f7+RbsCA7zCPkE+wL+C/L7/P0G+vAb///zAwXl9A0B/wQS+QUG+xgJDQgO8f8K6PQA+xQM6RoKBBTlAAoIAPcRB/kB7hoMAhr2HxHvAhgOAwX+AfARFPfpEQMJDecEGQEbDxYEEiIiEBQf/+T5BPwI9xAFCPfnKPYB/RgC5fgC5AALBAcAAxwBAAEF/QEHAQv+DykKH/4RCgLm6uIJ7fsTCv3/EgP99OEQBwkQDvwD+w8lCBHYEREC1hLy+AkE2+39AAwP7SAV8PoN/Ovs7P/t8gP47gMN/voDAvAB9xL+AhjsA+gNBwQH"
|
|
1282
1282
|
},
|
|
1283
1283
|
"std-platformer-body": {
|
|
1284
|
-
"s": 0.
|
|
1285
|
-
"d": "
|
|
1284
|
+
"s": 0.245859,
|
|
1285
|
+
"d": "8gD0BRD1Bxb56Pbi8PMQCxny5wP7/QwJDPAHKvcYAPcD7A/v7wT/3/T49PXx+/YB4evhD/QFDhoL6vPrF/UMBAzz5vX76vfvCfQR3wsTKhYmAQAa9wHp9t0iBfoXCQoGCAEM4Pv09Qno5QL1C/Xb/f0G7CAH/vvtE/sRDwwKAQIL9QQZBgv/BP4FDgPy5RfnBfQO6+0uHhAX3ujtF/MCBgcG/fYJ+Q7++QX5/BH7BewPEgr/5wERDe/7NAPpAdf4CRIe2OX9EB8A8wrz7QsLEfMF9AYK8CMA+QcQ6uwJ7/T1Lgjs9vP/Hgj03PkK6hHz8C7y+wHkLfbS9PkKA/388Pjt+Qn4+wr/5dfiEgABIQz47gIQBgr67Psq5f8V9iHmCwUTCOYWGyP//QIMBwsG5Pr+AfiB+f8EEiT8+/UFCwARCyUBEdfpAPHy9QUMEN4L5AD99e3eHeYR9hQL5e3p/SDw7gr+HBTp3g395A8H+wr/A/3o/+3l/xIE++X3vOkK++8M++33Ag4H/QD1CvkfAQj4/h/53Ab6Gtru5QP+8PMNDQH1+PUS/fYSDwX2Du0B7AH7EAoB+gz9+g7+6fn99foILwYrAh8B7w8E6RTz8uENBPvn/+zv/AEc8/z03QDhDQDtDt36De77Ah76DfcTEQEJDRr+COz/6RIK/vb//w0t9CQWHgkA3u/h8QIW1doKEQ71EuvtAwMY/grnEvsG+uX8CfcF9P37AfwB9P4RDQn1FAnc5fgB/wYM4gkEDCr9G/X63QYS9AgD/wr/5igG9Rr2DgsE/fwMARDy7hIVHxrsNB33EPoN5yEV9uYFBOTtCv0CD/j+JvkbDg4HCDMgCvUr8+YHC/sMAg3xE/LzIPcP/wgMDfUE8Qvx8QX0Ahj5+QPzAxL5BfLvCw7/LfMD/fDl6eQB2w8WBvsNDhrx+/UeCAYjEQf1AQsp9B/cGiIQ2Rfq5QLt4/T9+/kR6xr28PYG5+f36fzzCSDt4BIi+vX/8+ET9QECCSXuG/gJAP4b"
|
|
1286
1286
|
},
|
|
1287
1287
|
"std-production": {
|
|
1288
1288
|
"s": 0.269281,
|
|
@@ -1313,8 +1313,8 @@
|
|
|
1313
1313
|
"d": "+PcFGwLuGRf68fT36wYVDhDx7g34BQD7+/8VFvALEPIG6vze9vYD+u7x//MBDPYB/vXhDg0N/RER7vfsAwwWEQj0/R3r3/P6EOYP+gL/FQoRARQJEA3q6+8d7egOEPv5EAAWAvTuBgPX+PD2/hP0+gMS3igCBAv2FRMYIhIKChn58QobAwUSDv7xFBfn7xbtDgMJ6+ouHAQY7PMRCez3AgcMAgMGCxYGBefv8RTxAQ4gBQz84v4JBgDsI/74+9LpGfwo8d0ZGRIPB/ro+PMP5e/69u4aACcI/gIS6QsH8/frLQTtDvv9CSDxB+8g/Anv9BjmEQD2HQ/mCAT7Efbv9vL2/g/6FvXy9NjrAf4IBQXm/f/+CAru+eYU5u7/7hTl5AYFHNsvIBP2B/L+//sO7fv4GQKB/AP0DfAM8PkD7grvFRUaA+b6Dffp/Qr6/dUPBgsY6/IFBAsO+QUB9QcH/xH9A+j9G/gGCAMC7QP/9Qzm6+D0EtbuBQgKAvjszhYH/OIU/fD+H/P6CBPl9e4W+fD3EBwH7hgFG+oA7wIP4/QOAegJ/AQE/Qf8AfXqAe/58AACFhcEBQv6+gH78v4G7hv4MfwN8RMP2fgL4Bfl/9sT9f/lBvb88/4S9/n27wX1+eXvBPvx9wQO/gb2FOwQA/8Q7P/z/vDgAhPyBPj27Qom8yD9E/b73uPb8/wC3fILCgj7F/j3BOgN/xH0Ax8E+dn4EwYBB/n6DwAC7gIqGgHnD/vU/BTtFAUV8AAM9Q78CfoM6xkN//sFBSn58xT+3gT9BhH+Dfr/EQwC/hERCAv6MBgaCvzw8hwb5+wKC9QDDPHx+f0JHvcKEAIB7B0pCgMe+uAUBgjxARr1FOv2CQv3FAsLCvYB0g4H9PD88xYG9x8ADxgB+vr5BfQCD/YKEN7l4ODp5v77Auvz/gT83NQcCP8QDPr05hAN7h/jIRwJ5Bb6CB/5C/sD9wcb+BQCBPcQ//jy/PD3/g4H9PcS8Rj3BeX0AQQYARL4FeX39AYH"
|
|
1314
1314
|
},
|
|
1315
1315
|
"std-velocity-gate": {
|
|
1316
|
-
"s": 0.
|
|
1317
|
-
"d": "
|
|
1316
|
+
"s": 0.248536,
|
|
1317
|
+
"d": "8BcUCgT6F/b+7hDr7gwq9RHsBPjuAAERG/P8+fwHDP704gX58/b8Cff5+fbuAPL84fTfBwEQDfAT7v3hEv8DAxX9CRwG3ukSDAUG2hYSHA8wAfoZ9fHn9v0o9+kWDAzx+wEZ+OTt/Pjs6+T5/wThAAgG1xMI+QcEA/f8/hIU8wb49vAeAxL1AhAL9AX95ib3CfcV4OceDxIn6fn9DP8J/BEPCvwNAhoD9fn0+BH9AAYYAQn85gAGEPf+HwL19N4LEf4Y3O8TEh4OCv3k3Qkb8fIC6R4M/TgcCP4c6woB/QfvKRrh3O8DDQXx5e8WEwTyBBIHDw30NOrr+QcAIPgN7fLwFBcMGQfU4cf6KQr/ABn83+YI+QQK+A0r4wH38APYBA8BAesXDxb9CvoOG/gP9vbxCPuBBhTt/g8VBdn5CwsFFxQAF9YBAN/p+vEK5ej+3gcC/PboDOsJ8hgD4vgRGhMF/RP0GwDp5w7/9wUB+g3y9+v8ANzTAAUU+v7ywxkHDvj8AvD9/QkIERHi7vYbABPm+xLnAAYBI931/wIKAQQQDP0GCgUEAQYJ9/LnFO8ECRP1Exn1/gj6Bhvt/vzw+f/2Lv0PAQIHDAcOywrd//EVD/bmAfTw+gEbC/356/b0/QDqHf3yC+fuGBMIDe0QCAUE+Pzj/fjw/R4CCvz2GPgk+gv7Hxz48uL06PH38wETEAvx/ugK9vwg8AvuDQv+CPcP3gDzC+kD/vzv6vsf+wPl+wHX+/8A7wrx8xv+CBPqBPQB3AEN8gPrFRXz6hoL6gz79ez0BhMHGAfu3QsN/AryHiXnGP7+7xMR++gU+vPrFgH8Cvf6GPQdCwMK9SMU/PUn+uXy/PMJFRr0F+n2JxD8Dxf2/PTZ2w4C/f/97h3mBQD7+PELDw0GAhAC/wfp//Dr9+MF3AUW/f0CEvD9/uU7CQYQDgT79wkI7AvqFRkD0Bf69BP3AOTy/foh9h0C8AAQ4eb54Ovo8RwS/A0Z+voWAuz1/A8cAR75E+T/CQAI"
|
|
1318
1318
|
},
|
|
1319
1319
|
"std-xp": {
|
|
1320
1320
|
"s": 0.264152,
|
|
@@ -1577,8 +1577,8 @@
|
|
|
1577
1577
|
"d": "BAz+FxX1DQr25iP15S4CEQzg8CDu/gAD//kBFv7+DfYD+wEJ3fL16vXt9ebvAvn24gLPCQMNAPb/3fvnCQj++ALoCxHr7+sE8gQQ4xYYGgoRARIRAgDQAesl+OwUB/37+u0PDezUDBvL7fPZ8gvf6QYH3g0IBAHvFhP0Ahkq8/rt8h8fBv/78AIGDhcE9xf4AAUT9AQdFP4m+BHuGP/7BQUL+gn0DRoc49r2+SEH/hEcCwby5P0XGgHwJw3r/Nj7JfUu+/YNERQPBQX66PwI7ej+8O8aBCAI/g3y+fsD9/DgJx/08PfmBQTd+/YHEv7v+hgQBg4P/u/L9AgKFPHp2QfvFB3+Fvvz48PuBBb+Jf39+vz9+AXp+/8b7wH79/XsB/r3AewbFSwBA+7uEBMCBAbc+fWB8/P1EQIH/PAPD/8SHhkBBc0JDw3l9/Hw/9sB4QAG4hPyC/cFAyrx+QL3/xoJ8gLvHfQA9/rZ4QQG7P73FeX2+ujh6+8Q8/vxxPgA8fMQAOv0CQsHAAD9DQMQBQsCCO3rDST8GNTj+gvu/9z9EPsA/AAT/xYaBAX8BfcF8AH8FQsE9RP0/QQF6QsW8wX8MAIeFwQPBOoE4g3jBPYT/fzwBwHy7wMm9/wC7wP5D/npFQf1HfcN/w/+CeQO/wAL7w30Cevo/hcI+QkAAPoT7PsLHwH37PTz4QAD7/AOCAvs6PgCDfodAxfxCxUQ//Yf/egED+8PFQoKBun+CvXx/Qnf/BL7A/kV2Q4FJzDpEvL/0g4IBPQNEyXo6h0O6RP8BAAIEgX98BXq/BAXCQ/0Khv5Gfn+CAQQ79sHB+bxE/z7IQj3GvQPKyDwCBgj8REs8OsD9/wG/SL8EvUGBxPsDxMJBfTy5BUGAwD6+y4D8PH99O8F8QrvBQ/rEfwREuXj8d334QYF9unyBhcB5NcbDvYAHhED3PUY+g7VEA8P2Aj1DQzsAwPvDxQX6S4G+gEOCOb5/tTf9hf39AQa/+8BAfTw7QsCCgvnFO8OAyQZ"
|
|
1578
1578
|
},
|
|
1579
1579
|
"std-learn-slope-probe": {
|
|
1580
|
-
"s": 0.
|
|
1581
|
-
"d": "
|
|
1580
|
+
"s": 0.263262,
|
|
1581
|
+
"d": "7vkBDAv/Cwf17x318BUgERkD7P8E5gEE/+UXHfoIBPgF6Qn55wz07+L/5/nwCusU+v7FEv8M+xIT4Q3iAg8D/hf18hMI8vX/DO0f7f0RE/0MDRMZ5v0B/ugf+uIQDQTqDwcW2vbi+h7n4gPrB/vn7+8A5hPrBu78CfkcAgoXABH/5f8gBBAB+/8LAxX/6ynW//MJ9OEWFgMJ+PYCE//59xULAAYIABAB9g/8BRcGBBIF9QIB6AsWA+bxN//y8dr5ERUf6/P9BxAJ9w8G4Q4R7fQH7PX5BBUN9w8F7fL89eftLhkA9fL1Dw7t8PoO7iL0/xz8Dg/tKwnv8/0LAfj0/gT3ERQM/fv8+dnaAgz7GwEEAvAEDQ/l9/Qm4fYD7QP7/gMACuwaEwkL+Q0MCAwS7vAGCf2BAvsECAQD+/kE/vAQGB8EDvP4B/v3AfwD+dUO3vwE+ursC9oN8AEC5vT/CCML8AABHgQB7Qb88wkE6fIF/+re+ePi7v0WCgD1xf/7BdkTDPX7/wUNHgHp+fMUBff1/AsJ8fnqF+n7+vbvAPcJBv36+wsPAvwEDOn1CO8P4hD0Ag4REhAABBsJ9f4NAgIMLQkkFgLx8PML8P/yCfMlAenmCgX3BfsZ8vEI8gfmCgXbB/P4Cev0Cg4DC/gGDwAOCQbmCe/u6wgB8+0OEu8m9Q4WDA8C1/Ho9+8F3+cTHBnz9QAA/PwnBA7wGwcJEdoE9fL9Ee7yAgj38fca9Pf7+QLl8Aj8Bu/89Bj5BBb6EOvz6w0F9QII+BT0+BYJ/Qz5AQzw+vwCCAEACA8UCfnyJRr+AAkC7i4E8/wGB/LtCw77EgEYJPMcCRT8+jcfAQYjB/EEA/YQ/BgJEf3/FQv38wX5/+X/7RYA5fXwCivn7QP3/e8GERLmAgD0EOkFF+/j7uIC1QMV9PYTAQ3y9vYcCAcDDQT9/gMc+xLb/xz86RDyBgb+4OrlEgQWBRz48vkF6Obv6g/tAhz85QIUGQQHCeHxA/YKDRXsCuX/BwUM"
|
|
1582
1582
|
},
|
|
1583
1583
|
"std-learn-speed-drill": {
|
|
1584
1584
|
"s": 0.226911,
|