@almadar/std 16.203.0 → 16.205.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.
Files changed (43) hide show
  1. package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +1 -1
  2. package/behaviors/lolo/ui/game/atoms/std-fx-narrative.lolo +1 -1
  3. package/behaviors/lolo/ui/game/atoms/std-fx-particles.lolo +1 -1
  4. package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +1 -1
  5. package/behaviors/lolo/ui/game/atoms/std-lives.lolo +1 -1
  6. package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +1 -1
  7. package/behaviors/lolo/ui/game/atoms/std-objective-flow.lolo +1 -1
  8. package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +1 -1
  9. package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +1 -1
  10. package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +1 -1
  11. package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +1 -1
  12. package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +1 -1
  13. package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +1 -1
  14. package/behaviors/lolo/ui/game/organisms/std-platformer-puzzle.lolo +302 -0
  15. package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +82 -2
  16. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +1 -1
  17. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +82 -2
  18. package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +48 -2
  19. package/behaviors/registry/ui/game/atoms/std-lives.orb +26 -2
  20. package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +56 -2
  21. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -1
  22. package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +30 -2
  23. package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +63 -2
  24. package/behaviors/registry/ui/game/atoms/std-pickup.orb +1 -1
  25. package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +1 -1
  26. package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +24 -2
  27. package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +75 -2
  28. package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +2063 -0
  29. package/dist/behaviors/exports-reader.js +1235 -0
  30. package/dist/behaviors/functions/index.d.ts +115 -14
  31. package/dist/behaviors/functions/index.js +1232 -1
  32. package/dist/behaviors/index.d.ts +1 -1
  33. package/dist/behaviors/index.js +1236 -1
  34. package/dist/behaviors/query.js +1235 -0
  35. package/dist/behaviors-embeddings.hash.json +3 -3
  36. package/dist/behaviors-embeddings.json +29 -25
  37. package/dist/behaviors-registry.json +1805 -17
  38. package/dist/index.d.ts +1 -1
  39. package/dist/index.js +1236 -1
  40. package/dist/knob-embeddings.hash.json +3 -3
  41. package/dist/knob-embeddings.json +1 -1
  42. package/dist/registry/factory-signatures.json +1 -1
  43. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.203.0",
2
+ "version": "16.205.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
- "registryHash": "7588ed208d3960a8745cf86c138a30469516c0676d61f9fa22abea874c35c4e9",
6
- "signaturesHash": "ef2520e905f472f9a7b094cf5378b6b633ea8ece6aed639ba6a73fcf7fe27ae9"
5
+ "registryHash": "72dc5d65a285a612e0aacb5ae824a1861e1b274eda38ab4d0433f0715288a9fe",
6
+ "signaturesHash": "b1c9e8acb238d1106343d73bdc55efab3674661241ef0f4dce8331ddf4323496"
7
7
  }