@almadar/std 16.165.0 → 16.167.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/infra/atoms/std-status-lifecycle.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
- package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
- package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +2 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
- package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
- package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
- package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
- package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
- package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
- package/dist/behaviors/exports-reader.js +12 -12
- package/dist/behaviors/functions/index.d.ts +2 -2
- package/dist/behaviors/functions/index.js +12 -12
- package/dist/behaviors/index.js +12 -12
- package/dist/behaviors/query.js +12 -12
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +329 -329
- package/dist/behaviors-registry.json +213 -14
- package/dist/index.js +12 -12
- 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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.