@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/dist/index.js CHANGED
@@ -32823,7 +32823,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
32823
32823
  "type": "object"
32824
32824
  },
32825
32825
  "label": "Edges",
32826
- "tier": "domain",
32826
+ "tier": "presentation",
32827
32827
  "type": "[BiologyLabEdge]"
32828
32828
  },
32829
32829
  "height": {
@@ -32931,7 +32931,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
32931
32931
  "type": "object"
32932
32932
  },
32933
32933
  "label": "Nodes",
32934
- "tier": "domain",
32934
+ "tier": "presentation",
32935
32935
  "type": "[BiologyLabNode]"
32936
32936
  },
32937
32937
  "shapes": {
@@ -33103,7 +33103,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
33103
33103
  "type": "object"
33104
33104
  },
33105
33105
  "label": "Shapes",
33106
- "tier": "domain",
33106
+ "tier": "presentation",
33107
33107
  "type": "[BiologyLabShape]"
33108
33108
  },
33109
33109
  "title": {
@@ -34907,7 +34907,7 @@ function stdLearningChemistryLabChemistryLabOrbital(params = {}) {
34907
34907
  "type": "object"
34908
34908
  },
34909
34909
  "label": "Shapes",
34910
- "tier": "domain",
34910
+ "tier": "presentation",
34911
34911
  "type": "[ChemistryLabShape]"
34912
34912
  },
34913
34913
  "title": {
@@ -37994,7 +37994,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
37994
37994
  "type": "object"
37995
37995
  },
37996
37996
  "label": "Points",
37997
- "tier": "domain",
37997
+ "tier": "presentation",
37998
37998
  "type": "[MathLabPoint]"
37999
37999
  },
38000
38000
  "shapes": {
@@ -38166,7 +38166,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
38166
38166
  "type": "object"
38167
38167
  },
38168
38168
  "label": "Shapes",
38169
- "tier": "domain",
38169
+ "tier": "presentation",
38170
38170
  "type": "[MathLabShape]"
38171
38171
  },
38172
38172
  "showAxes": {
@@ -42221,7 +42221,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
42221
42221
  "type": "object"
42222
42222
  },
42223
42223
  "label": "Bodies",
42224
- "tier": "domain",
42224
+ "tier": "presentation",
42225
42225
  "type": "[PhysicsLabBody]"
42226
42226
  },
42227
42227
  "constraints": {
@@ -42476,7 +42476,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
42476
42476
  "type": "object"
42477
42477
  },
42478
42478
  "label": "Shapes",
42479
- "tier": "domain",
42479
+ "tier": "presentation",
42480
42480
  "type": "[PhysicsLabShape]"
42481
42481
  },
42482
42482
  "showForces": {
@@ -44253,7 +44253,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
44253
44253
  "type": "object"
44254
44254
  },
44255
44255
  "label": "Points",
44256
- "tier": "domain",
44256
+ "tier": "presentation",
44257
44257
  "type": "[ProbabilityLabPoint]"
44258
44258
  },
44259
44259
  "shapes": {
@@ -44425,7 +44425,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
44425
44425
  "type": "object"
44426
44426
  },
44427
44427
  "label": "Shapes",
44428
- "tier": "domain",
44428
+ "tier": "presentation",
44429
44429
  "type": "[ProbabilityLabShape]"
44430
44430
  },
44431
44431
  "showAxes": {
@@ -50881,14 +50881,14 @@ function stdUiArenaBoardArenaBoardOrbital(params = {}) {
50881
50881
  "default": 8,
50882
50882
  "description": "Grid row count (matches TacticsAuthority.gridHeight).",
50883
50883
  "label": "Grid Height",
50884
- "tier": "domain",
50884
+ "tier": "presentation",
50885
50885
  "type": "number"
50886
50886
  },
50887
50887
  "gridWidth": {
50888
50888
  "default": 8,
50889
50889
  "description": "Grid column count (matches TacticsAuthority.gridWidth).",
50890
50890
  "label": "Grid Width",
50891
- "tier": "domain",
50891
+ "tier": "presentation",
50892
50892
  "type": "number"
50893
50893
  },
50894
50894
  "hudBackgroundAsset": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.165.0",
2
+ "version": "16.167.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
- "registryHash": "01f586189b2fa2b0cd95ea7e21a138f7ac3d81e215df7aefa9aa7e0e0a689b0e",
6
- "signaturesHash": "344ba965ec29cacb3f0b8f3bde25cc4c0ceb9004436bc729af0c01b650a1d839"
5
+ "registryHash": "8384cce1bb88a46368426d3044d7f4ef1213bd4dbc9af216b150863dd647f0d8",
6
+ "signaturesHash": "5c8ef16947789924201e16867747b3ae93f6cc84cb449a6cda273afa084924fb"
7
7
  }