@almadar/std 16.165.0 → 16.167.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 (141) hide show
  1. package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +2 -2
  3. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
  4. package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
  5. package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
  6. package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
  7. package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
  8. package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
  9. package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
  10. package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
  11. package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
  12. package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
  13. package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
  14. package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
  15. package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
  16. package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
  17. package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
  18. package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
  19. package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
  20. package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
  21. package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
  22. package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
  23. package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
  24. package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
  25. package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
  26. package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
  27. package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
  28. package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
  29. package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
  30. package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
  31. package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
  32. package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
  33. package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
  34. package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
  35. package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
  36. package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
  37. package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
  38. package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
  39. package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
  40. package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
  41. package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
  42. package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
  43. package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
  44. package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
  45. package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
  46. package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
  47. package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
  48. package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
  49. package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
  50. package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
  51. package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
  52. package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
  54. package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
  55. package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
  56. package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
  57. package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
  58. package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
  59. package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
  60. package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
  61. package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
  62. package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
  63. package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
  64. package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
  65. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
  66. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +2 -2
  67. package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
  68. package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
  69. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
  70. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
  71. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
  72. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
  73. package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
  74. package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
  75. package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
  76. package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
  77. package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
  78. package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
  79. package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
  80. package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
  81. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
  82. package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
  83. package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
  84. package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
  85. package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
  86. package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
  87. package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
  88. package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
  89. package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
  90. package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
  91. package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
  92. package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
  93. package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
  94. package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
  95. package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
  96. package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
  97. package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
  98. package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
  99. package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
  100. package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
  101. package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
  102. package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
  103. package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
  104. package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
  105. package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
  106. package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
  107. package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
  108. package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
  109. package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
  110. package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
  111. package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
  112. package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
  113. package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
  114. package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
  115. package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
  116. package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
  117. package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
  118. package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
  119. package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
  120. package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
  121. package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
  122. package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
  123. package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
  124. package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
  125. package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
  126. package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
  127. package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
  128. package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
  129. package/dist/behaviors/exports-reader.js +12 -12
  130. package/dist/behaviors/functions/index.d.ts +2 -2
  131. package/dist/behaviors/functions/index.js +12 -12
  132. package/dist/behaviors/index.js +12 -12
  133. package/dist/behaviors/query.js +12 -12
  134. package/dist/behaviors-embeddings.hash.json +3 -3
  135. package/dist/behaviors-embeddings.json +329 -329
  136. package/dist/behaviors-registry.json +213 -14
  137. package/dist/index.js +12 -12
  138. package/dist/knob-embeddings.hash.json +3 -3
  139. package/dist/knob-embeddings.json +1 -1
  140. package/dist/registry/factory-signatures.json +1 -1
  141. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.165.0",
3
+ "version": "16.167.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.52.0"
62
+ "@almadar/core": "^10.54.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@almadar/eslint-plugin": "^2.15.0",