@almadar/std 16.201.0 → 16.203.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 (52) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +230 -0
  2. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +302 -0
  3. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +116 -0
  4. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +2 -1
  5. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  6. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  7. package/behaviors/lolo/ui/game/atoms/std-audio-cue.lolo +138 -0
  8. package/behaviors/lolo/ui/game/atoms/std-camera-rig.lolo +158 -0
  9. package/behaviors/lolo/ui/game/atoms/ui-canvas-2d.lolo +42 -0
  10. package/behaviors/lolo/ui/game/atoms/ui-canvas.lolo +42 -0
  11. package/behaviors/lolo/ui/game/atoms/ui-game-audio-cue.lolo +68 -0
  12. package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +13 -0
  13. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +2 -1
  14. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +2 -1
  15. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +2 -1
  16. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +2 -1
  17. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +8 -1
  18. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +10 -3
  19. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +2 -1
  20. package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
  21. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
  22. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +589 -0
  23. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +13 -2
  24. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
  25. package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +653 -0
  26. package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +813 -0
  27. package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +135 -0
  28. package/behaviors/registry/ui/game/atoms/ui-canvas.orb +134 -0
  29. package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +258 -0
  30. package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +48 -0
  31. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +10 -0
  32. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +14 -0
  33. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +14 -0
  34. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +14 -0
  35. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +22 -0
  36. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +24 -0
  37. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +14 -0
  38. package/dist/behaviors/exports-reader.js +3103 -2883
  39. package/dist/behaviors/functions/index.d.ts +563 -7
  40. package/dist/behaviors/functions/index.js +3089 -2884
  41. package/dist/behaviors/index.d.ts +1 -1
  42. package/dist/behaviors/index.js +3104 -2884
  43. package/dist/behaviors/query.js +3103 -2883
  44. package/dist/behaviors-embeddings.hash.json +3 -3
  45. package/dist/behaviors-embeddings.json +29 -9
  46. package/dist/behaviors-registry.json +4169 -687
  47. package/dist/index.d.ts +1 -1
  48. package/dist/index.js +3104 -2884
  49. package/dist/knob-embeddings.hash.json +3 -3
  50. package/dist/knob-embeddings.json +1 -1
  51. package/dist/registry/factory-signatures.json +1 -1
  52. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.201.0",
2
+ "version": "16.203.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
- "registryHash": "992b41c9054d8d07dcf4f6840e0018c697c443c54a7c026a58fe5c3bc8e44383",
6
- "signaturesHash": "7bad474652860dfb794b4772c39fbc5fcc33b4398fe7328a0bbdf3ca148cec73"
5
+ "registryHash": "7588ed208d3960a8745cf86c138a30469516c0676d61f9fa22abea874c35c4e9",
6
+ "signaturesHash": "ef2520e905f472f9a7b094cf5378b6b633ea8ece6aed639ba6a73fcf7fe27ae9"
7
7
  }