@almadar/std 16.202.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 (36) 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-pagination.lolo +1 -1
  4. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  5. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +1 -1
  6. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +1 -1
  7. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +1 -1
  8. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +1 -1
  9. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +1 -1
  10. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +3 -3
  11. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +1 -1
  12. package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
  13. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
  14. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
  15. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +1 -0
  16. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +1 -0
  17. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +1 -0
  18. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +1 -0
  19. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +1 -0
  20. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +3 -0
  21. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1 -0
  22. package/dist/behaviors/exports-reader.js +2048 -2004
  23. package/dist/behaviors/functions/index.d.ts +157 -3
  24. package/dist/behaviors/functions/index.js +2046 -2005
  25. package/dist/behaviors/index.d.ts +1 -1
  26. package/dist/behaviors/index.js +2049 -2005
  27. package/dist/behaviors/query.js +2048 -2004
  28. package/dist/behaviors-embeddings.hash.json +3 -3
  29. package/dist/behaviors-embeddings.json +7 -3
  30. package/dist/behaviors-registry.json +1105 -12
  31. package/dist/index.d.ts +1 -1
  32. package/dist/index.js +2049 -2005
  33. package/dist/knob-embeddings.hash.json +3 -3
  34. package/dist/knob-embeddings.json +1 -1
  35. package/dist/registry/factory-signatures.json +1 -1
  36. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.202.0",
2
+ "version": "16.203.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
- "registryHash": "ef0e3d773d0144d988026577cc49f31b80d02e92b246dbcda242ab59b7f82b42",
6
- "signaturesHash": "891be4a9bcc8d7b3ebfeaa6869ce715fd03134e59ddea85dc9a702185f6a744e"
5
+ "registryHash": "7588ed208d3960a8745cf86c138a30469516c0676d61f9fa22abea874c35c4e9",
6
+ "signaturesHash": "ef2520e905f472f9a7b094cf5378b6b633ea8ece6aed639ba6a73fcf7fe27ae9"
7
7
  }