@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
@@ -205,7 +205,7 @@ orbital PhysicsCanvasOrbital {
205
205
  opacity : number
206
206
  startAngle : number
207
207
  endAngle : number
208
- dash : "dashed" | "dotted"
208
+ dash : "solid" | "dashed" | "dotted"
209
209
  inside : [string]
210
210
  outside : [string]
211
211
  }