@almadar/std 16.202.0 → 16.204.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 (64) 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/game/atoms/std-choice-gate.lolo +1 -1
  6. package/behaviors/lolo/ui/game/atoms/std-fx-narrative.lolo +1 -1
  7. package/behaviors/lolo/ui/game/atoms/std-fx-particles.lolo +1 -1
  8. package/behaviors/lolo/ui/game/atoms/std-game-design-sheet.lolo +69 -0
  9. package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +1 -1
  10. package/behaviors/lolo/ui/game/atoms/std-lives.lolo +1 -1
  11. package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +1 -1
  12. package/behaviors/lolo/ui/game/atoms/std-objective-flow.lolo +1 -1
  13. package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +1 -1
  14. package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +1 -1
  15. package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +1 -1
  16. package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +1 -1
  17. package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +1 -1
  18. package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +1 -1
  19. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +1 -1
  20. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +1 -1
  21. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +1 -1
  22. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +1 -1
  23. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +1 -1
  24. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +3 -3
  25. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +1 -1
  26. package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
  27. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
  28. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
  29. package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +82 -2
  30. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +1 -1
  31. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +82 -2
  32. package/behaviors/registry/ui/game/atoms/std-game-design-sheet.orb +527 -0
  33. package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +48 -2
  34. package/behaviors/registry/ui/game/atoms/std-lives.orb +26 -2
  35. package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +56 -2
  36. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -1
  37. package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +30 -2
  38. package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +63 -2
  39. package/behaviors/registry/ui/game/atoms/std-pickup.orb +1 -1
  40. package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +1 -1
  41. package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +24 -2
  42. package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +75 -2
  43. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +1 -0
  44. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +1 -0
  45. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +1 -0
  46. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +1 -0
  47. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +1 -0
  48. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +3 -0
  49. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1 -0
  50. package/dist/behaviors/exports-reader.js +2589 -2501
  51. package/dist/behaviors/functions/index.d.ts +244 -16
  52. package/dist/behaviors/functions/index.js +2584 -2502
  53. package/dist/behaviors/index.d.ts +1 -1
  54. package/dist/behaviors/index.js +2590 -2502
  55. package/dist/behaviors/query.js +2589 -2501
  56. package/dist/behaviors-embeddings.hash.json +3 -3
  57. package/dist/behaviors-embeddings.json +35 -27
  58. package/dist/behaviors-registry.json +1729 -212
  59. package/dist/index.d.ts +1 -1
  60. package/dist/index.js +2590 -2502
  61. package/dist/knob-embeddings.hash.json +3 -3
  62. package/dist/knob-embeddings.json +1 -1
  63. package/dist/registry/factory-signatures.json +1 -1
  64. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.202.0",
3
+ "version": "16.204.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -59,7 +59,7 @@
59
59
  "access": "public"
60
60
  },
61
61
  "dependencies": {
62
- "@almadar/core": "^10.82.0"
62
+ "@almadar/core": "^10.83.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@almadar/eslint-plugin": "^2.17.0",