@almadar/std 16.165.0 → 16.166.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 (138) hide show
  1. package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
  3. package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
  4. package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
  5. package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
  6. package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
  7. package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
  8. package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
  9. package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
  10. package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
  11. package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
  12. package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
  13. package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
  14. package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
  15. package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
  16. package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
  17. package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
  18. package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
  19. package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
  20. package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
  21. package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
  22. package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
  23. package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
  24. package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
  25. package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
  26. package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
  27. package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
  28. package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
  29. package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
  30. package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
  31. package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
  32. package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
  33. package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
  34. package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
  35. package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
  36. package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
  37. package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
  38. package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
  39. package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
  40. package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
  41. package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
  42. package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
  43. package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
  44. package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
  45. package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
  46. package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
  47. package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
  48. package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
  49. package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
  50. package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
  51. package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
  52. package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
  54. package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
  55. package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
  56. package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
  57. package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
  58. package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
  59. package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
  60. package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
  61. package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
  62. package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
  63. package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
  64. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
  65. package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
  66. package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
  67. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
  68. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
  69. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
  70. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
  71. package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
  72. package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
  73. package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
  74. package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
  75. package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
  76. package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
  77. package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
  78. package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
  79. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
  80. package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
  81. package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
  82. package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
  83. package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
  84. package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
  85. package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
  86. package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
  87. package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
  88. package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
  89. package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
  90. package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
  91. package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
  92. package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
  93. package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
  94. package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
  95. package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
  96. package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
  97. package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
  98. package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
  99. package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
  100. package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
  101. package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
  102. package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
  103. package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
  104. package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
  105. package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
  106. package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
  107. package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
  108. package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
  109. package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
  110. package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
  111. package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
  112. package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
  113. package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
  114. package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
  115. package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
  116. package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
  117. package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
  118. package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
  119. package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
  120. package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
  121. package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
  122. package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
  123. package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
  124. package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
  125. package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
  126. package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
  127. package/dist/behaviors/exports-reader.js +12 -12
  128. package/dist/behaviors/functions/index.js +12 -12
  129. package/dist/behaviors/index.js +12 -12
  130. package/dist/behaviors/query.js +12 -12
  131. package/dist/behaviors-embeddings.hash.json +3 -3
  132. package/dist/behaviors-embeddings.json +224 -224
  133. package/dist/behaviors-registry.json +213 -14
  134. package/dist/index.js +12 -12
  135. package/dist/knob-embeddings.hash.json +3 -3
  136. package/dist/knob-embeddings.json +1 -1
  137. package/dist/registry/factory-signatures.json +1 -1
  138. package/package.json +2 -2
@@ -411,7 +411,7 @@
411
411
  "type": "object"
412
412
  },
413
413
  "label": "Points",
414
- "tier": "domain",
414
+ "tier": "presentation",
415
415
  "type": "[MathPoint]"
416
416
  },
417
417
  "running": {
@@ -376,7 +376,7 @@
376
376
  "type": "object"
377
377
  },
378
378
  "label": "Points",
379
- "tier": "domain",
379
+ "tier": "presentation",
380
380
  "type": "[MathPoint]"
381
381
  },
382
382
  "running": {
@@ -462,7 +462,7 @@
462
462
  "type": "object"
463
463
  },
464
464
  "label": "Points",
465
- "tier": "domain",
465
+ "tier": "presentation",
466
466
  "type": "[MathPoint]"
467
467
  },
468
468
  "running": {
@@ -610,7 +610,7 @@
610
610
  "type": "object"
611
611
  },
612
612
  "label": "Points",
613
- "tier": "domain",
613
+ "tier": "presentation",
614
614
  "type": "[MathPoint]"
615
615
  },
616
616
  "running": {
@@ -244,7 +244,7 @@
244
244
  "type": "object"
245
245
  },
246
246
  "label": "Bodies",
247
- "tier": "domain",
247
+ "tier": "presentation",
248
248
  "type": "[CircularBody]"
249
249
  },
250
250
  "centerK": {
@@ -268,7 +268,7 @@
268
268
  "type": "object"
269
269
  },
270
270
  "label": "Bodies",
271
- "tier": "domain",
271
+ "tier": "presentation",
272
272
  "type": "[CollisionBody]"
273
273
  },
274
274
  "height": {
@@ -256,7 +256,7 @@
256
256
  "type": "object"
257
257
  },
258
258
  "label": "Bodies",
259
- "tier": "domain",
259
+ "tier": "presentation",
260
260
  "type": "[FreeFallBody]"
261
261
  },
262
262
  "damping": {
@@ -256,7 +256,7 @@
256
256
  "type": "object"
257
257
  },
258
258
  "label": "Bodies",
259
- "tier": "domain",
259
+ "tier": "presentation",
260
260
  "type": "[FrictionBody]"
261
261
  },
262
262
  "friction": {
@@ -412,7 +412,7 @@
412
412
  "type": "object"
413
413
  },
414
414
  "label": "Bodies",
415
- "tier": "domain",
415
+ "tier": "presentation",
416
416
  "type": "[GasBody]"
417
417
  },
418
418
  "height": {
@@ -232,7 +232,7 @@
232
232
  "type": "object"
233
233
  },
234
234
  "label": "Bodies",
235
- "tier": "domain",
235
+ "tier": "presentation",
236
236
  "type": "[InclineBody]"
237
237
  },
238
238
  "damping": {
@@ -345,7 +345,7 @@
345
345
  "type": "object"
346
346
  },
347
347
  "label": "Shapes",
348
- "tier": "domain",
348
+ "tier": "presentation",
349
349
  "type": "[InclineShape]"
350
350
  },
351
351
  "showVelocity": {
@@ -256,7 +256,7 @@
256
256
  "type": "object"
257
257
  },
258
258
  "label": "Bodies",
259
- "tier": "domain",
259
+ "tier": "presentation",
260
260
  "type": "[MagneticBody]"
261
261
  },
262
262
  "height": {
@@ -256,7 +256,7 @@
256
256
  "type": "object"
257
257
  },
258
258
  "label": "Bodies",
259
- "tier": "domain",
259
+ "tier": "presentation",
260
260
  "type": "[OrbitBody]"
261
261
  },
262
262
  "centerX": {
@@ -244,7 +244,7 @@
244
244
  "type": "object"
245
245
  },
246
246
  "label": "Bodies",
247
- "tier": "domain",
247
+ "tier": "presentation",
248
248
  "type": "[PendulumBody]"
249
249
  },
250
250
  "constraints": {
@@ -244,7 +244,7 @@
244
244
  "type": "object"
245
245
  },
246
246
  "label": "Bodies",
247
- "tier": "domain",
247
+ "tier": "presentation",
248
248
  "type": "[ProjectileBody]"
249
249
  },
250
250
  "damping": {
@@ -244,7 +244,7 @@
244
244
  "type": "object"
245
245
  },
246
246
  "label": "Bodies",
247
- "tier": "domain",
247
+ "tier": "presentation",
248
248
  "type": "[ReflectionBody]"
249
249
  },
250
250
  "height": {
@@ -315,7 +315,7 @@
315
315
  "type": "object"
316
316
  },
317
317
  "label": "Shapes",
318
- "tier": "domain",
318
+ "tier": "presentation",
319
319
  "type": "[ReflectionShape]"
320
320
  },
321
321
  "showVelocity": {
@@ -263,7 +263,7 @@
263
263
  "type": "object"
264
264
  },
265
265
  "label": "Bodies",
266
- "tier": "domain",
266
+ "tier": "presentation",
267
267
  "type": "[SpringBody]"
268
268
  },
269
269
  "damping": {
@@ -472,7 +472,7 @@
472
472
  "type": "object"
473
473
  },
474
474
  "label": "Bodies",
475
- "tier": "domain",
475
+ "tier": "presentation",
476
476
  "type": "[WaveBody]"
477
477
  },
478
478
  "damping": {
@@ -412,7 +412,7 @@
412
412
  "type": "object"
413
413
  },
414
414
  "label": "Bodies",
415
- "tier": "domain",
415
+ "tier": "presentation",
416
416
  "type": "[GaltonBody]"
417
417
  },
418
418
  "floor": {
@@ -610,7 +610,7 @@
610
610
  "type": "object"
611
611
  },
612
612
  "label": "Shapes",
613
- "tier": "domain",
613
+ "tier": "presentation",
614
614
  "type": "[GaltonPeg]"
615
615
  },
616
616
  "width": {
@@ -1920,7 +1920,7 @@
1920
1920
  "type": "object"
1921
1921
  },
1922
1922
  "label": "Points",
1923
- "tier": "domain",
1923
+ "tier": "presentation",
1924
1924
  "type": "[MCPoint]"
1925
1925
  },
1926
1926
  "running": {
@@ -338,7 +338,7 @@
338
338
  "type": "object"
339
339
  },
340
340
  "label": "Points",
341
- "tier": "domain",
341
+ "tier": "presentation",
342
342
  "type": "[WalkPoint]"
343
343
  },
344
344
  "running": {
@@ -374,7 +374,7 @@
374
374
  "type": "object"
375
375
  },
376
376
  "label": "Edges",
377
- "tier": "domain",
377
+ "tier": "presentation",
378
378
  "type": "[BiologyLabEdge]"
379
379
  },
380
380
  "height": {
@@ -482,7 +482,7 @@
482
482
  "type": "object"
483
483
  },
484
484
  "label": "Nodes",
485
- "tier": "domain",
485
+ "tier": "presentation",
486
486
  "type": "[BiologyLabNode]"
487
487
  },
488
488
  "shapes": {
@@ -654,7 +654,7 @@
654
654
  "type": "object"
655
655
  },
656
656
  "label": "Shapes",
657
- "tier": "domain",
657
+ "tier": "presentation",
658
658
  "type": "[BiologyLabShape]"
659
659
  },
660
660
  "title": {
@@ -760,7 +760,7 @@
760
760
  "type": "object"
761
761
  },
762
762
  "label": "Shapes",
763
- "tier": "domain",
763
+ "tier": "presentation",
764
764
  "type": "[ChemistryLabShape]"
765
765
  },
766
766
  "title": {
@@ -565,7 +565,7 @@
565
565
  "type": "object"
566
566
  },
567
567
  "label": "Points",
568
- "tier": "domain",
568
+ "tier": "presentation",
569
569
  "type": "[MathLabPoint]"
570
570
  },
571
571
  "shapes": {
@@ -737,7 +737,7 @@
737
737
  "type": "object"
738
738
  },
739
739
  "label": "Shapes",
740
- "tier": "domain",
740
+ "tier": "presentation",
741
741
  "type": "[MathLabShape]"
742
742
  },
743
743
  "showAxes": {
@@ -477,7 +477,7 @@
477
477
  "type": "object"
478
478
  },
479
479
  "label": "Bodies",
480
- "tier": "domain",
480
+ "tier": "presentation",
481
481
  "type": "[PhysicsLabBody]"
482
482
  },
483
483
  "constraints": {
@@ -732,7 +732,7 @@
732
732
  "type": "object"
733
733
  },
734
734
  "label": "Shapes",
735
- "tier": "domain",
735
+ "tier": "presentation",
736
736
  "type": "[PhysicsLabShape]"
737
737
  },
738
738
  "showForces": {
@@ -524,7 +524,7 @@
524
524
  "type": "object"
525
525
  },
526
526
  "label": "Points",
527
- "tier": "domain",
527
+ "tier": "presentation",
528
528
  "type": "[ProbabilityLabPoint]"
529
529
  },
530
530
  "shapes": {
@@ -696,7 +696,7 @@
696
696
  "type": "object"
697
697
  },
698
698
  "label": "Shapes",
699
- "tier": "domain",
699
+ "tier": "presentation",
700
700
  "type": "[ProbabilityLabShape]"
701
701
  },
702
702
  "showAxes": {
@@ -26147,7 +26147,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26147
26147
  "type": "object"
26148
26148
  },
26149
26149
  "label": "Edges",
26150
- "tier": "domain",
26150
+ "tier": "presentation",
26151
26151
  "type": "[BiologyLabEdge]"
26152
26152
  },
26153
26153
  "height": {
@@ -26255,7 +26255,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26255
26255
  "type": "object"
26256
26256
  },
26257
26257
  "label": "Nodes",
26258
- "tier": "domain",
26258
+ "tier": "presentation",
26259
26259
  "type": "[BiologyLabNode]"
26260
26260
  },
26261
26261
  "shapes": {
@@ -26427,7 +26427,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26427
26427
  "type": "object"
26428
26428
  },
26429
26429
  "label": "Shapes",
26430
- "tier": "domain",
26430
+ "tier": "presentation",
26431
26431
  "type": "[BiologyLabShape]"
26432
26432
  },
26433
26433
  "title": {
@@ -28231,7 +28231,7 @@ function stdLearningChemistryLabChemistryLabOrbital(params = {}) {
28231
28231
  "type": "object"
28232
28232
  },
28233
28233
  "label": "Shapes",
28234
- "tier": "domain",
28234
+ "tier": "presentation",
28235
28235
  "type": "[ChemistryLabShape]"
28236
28236
  },
28237
28237
  "title": {
@@ -31318,7 +31318,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
31318
31318
  "type": "object"
31319
31319
  },
31320
31320
  "label": "Points",
31321
- "tier": "domain",
31321
+ "tier": "presentation",
31322
31322
  "type": "[MathLabPoint]"
31323
31323
  },
31324
31324
  "shapes": {
@@ -31490,7 +31490,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
31490
31490
  "type": "object"
31491
31491
  },
31492
31492
  "label": "Shapes",
31493
- "tier": "domain",
31493
+ "tier": "presentation",
31494
31494
  "type": "[MathLabShape]"
31495
31495
  },
31496
31496
  "showAxes": {
@@ -35545,7 +35545,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
35545
35545
  "type": "object"
35546
35546
  },
35547
35547
  "label": "Bodies",
35548
- "tier": "domain",
35548
+ "tier": "presentation",
35549
35549
  "type": "[PhysicsLabBody]"
35550
35550
  },
35551
35551
  "constraints": {
@@ -35800,7 +35800,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
35800
35800
  "type": "object"
35801
35801
  },
35802
35802
  "label": "Shapes",
35803
- "tier": "domain",
35803
+ "tier": "presentation",
35804
35804
  "type": "[PhysicsLabShape]"
35805
35805
  },
35806
35806
  "showForces": {
@@ -37577,7 +37577,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
37577
37577
  "type": "object"
37578
37578
  },
37579
37579
  "label": "Points",
37580
- "tier": "domain",
37580
+ "tier": "presentation",
37581
37581
  "type": "[ProbabilityLabPoint]"
37582
37582
  },
37583
37583
  "shapes": {
@@ -37749,7 +37749,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
37749
37749
  "type": "object"
37750
37750
  },
37751
37751
  "label": "Shapes",
37752
- "tier": "domain",
37752
+ "tier": "presentation",
37753
37753
  "type": "[ProbabilityLabShape]"
37754
37754
  },
37755
37755
  "showAxes": {
@@ -44205,14 +44205,14 @@ function stdUiArenaBoardArenaBoardOrbital(params = {}) {
44205
44205
  "default": 8,
44206
44206
  "description": "Grid row count (matches TacticsAuthority.gridHeight).",
44207
44207
  "label": "Grid Height",
44208
- "tier": "domain",
44208
+ "tier": "presentation",
44209
44209
  "type": "number"
44210
44210
  },
44211
44211
  "gridWidth": {
44212
44212
  "default": 8,
44213
44213
  "description": "Grid column count (matches TacticsAuthority.gridWidth).",
44214
44214
  "label": "Grid Width",
44215
- "tier": "domain",
44215
+ "tier": "presentation",
44216
44216
  "type": "number"
44217
44217
  },
44218
44218
  "hudBackgroundAsset": {
@@ -24220,7 +24220,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
24220
24220
  "type": "object"
24221
24221
  },
24222
24222
  "label": "Edges",
24223
- "tier": "domain",
24223
+ "tier": "presentation",
24224
24224
  "type": "[BiologyLabEdge]"
24225
24225
  },
24226
24226
  "height": {
@@ -24328,7 +24328,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
24328
24328
  "type": "object"
24329
24329
  },
24330
24330
  "label": "Nodes",
24331
- "tier": "domain",
24331
+ "tier": "presentation",
24332
24332
  "type": "[BiologyLabNode]"
24333
24333
  },
24334
24334
  "shapes": {
@@ -24500,7 +24500,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
24500
24500
  "type": "object"
24501
24501
  },
24502
24502
  "label": "Shapes",
24503
- "tier": "domain",
24503
+ "tier": "presentation",
24504
24504
  "type": "[BiologyLabShape]"
24505
24505
  },
24506
24506
  "title": {
@@ -26304,7 +26304,7 @@ function stdLearningChemistryLabChemistryLabOrbital(params = {}) {
26304
26304
  "type": "object"
26305
26305
  },
26306
26306
  "label": "Shapes",
26307
- "tier": "domain",
26307
+ "tier": "presentation",
26308
26308
  "type": "[ChemistryLabShape]"
26309
26309
  },
26310
26310
  "title": {
@@ -29391,7 +29391,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
29391
29391
  "type": "object"
29392
29392
  },
29393
29393
  "label": "Points",
29394
- "tier": "domain",
29394
+ "tier": "presentation",
29395
29395
  "type": "[MathLabPoint]"
29396
29396
  },
29397
29397
  "shapes": {
@@ -29563,7 +29563,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
29563
29563
  "type": "object"
29564
29564
  },
29565
29565
  "label": "Shapes",
29566
- "tier": "domain",
29566
+ "tier": "presentation",
29567
29567
  "type": "[MathLabShape]"
29568
29568
  },
29569
29569
  "showAxes": {
@@ -33618,7 +33618,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
33618
33618
  "type": "object"
33619
33619
  },
33620
33620
  "label": "Bodies",
33621
- "tier": "domain",
33621
+ "tier": "presentation",
33622
33622
  "type": "[PhysicsLabBody]"
33623
33623
  },
33624
33624
  "constraints": {
@@ -33873,7 +33873,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
33873
33873
  "type": "object"
33874
33874
  },
33875
33875
  "label": "Shapes",
33876
- "tier": "domain",
33876
+ "tier": "presentation",
33877
33877
  "type": "[PhysicsLabShape]"
33878
33878
  },
33879
33879
  "showForces": {
@@ -35650,7 +35650,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
35650
35650
  "type": "object"
35651
35651
  },
35652
35652
  "label": "Points",
35653
- "tier": "domain",
35653
+ "tier": "presentation",
35654
35654
  "type": "[ProbabilityLabPoint]"
35655
35655
  },
35656
35656
  "shapes": {
@@ -35822,7 +35822,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
35822
35822
  "type": "object"
35823
35823
  },
35824
35824
  "label": "Shapes",
35825
- "tier": "domain",
35825
+ "tier": "presentation",
35826
35826
  "type": "[ProbabilityLabShape]"
35827
35827
  },
35828
35828
  "showAxes": {
@@ -42278,14 +42278,14 @@ function stdUiArenaBoardArenaBoardOrbital(params = {}) {
42278
42278
  "default": 8,
42279
42279
  "description": "Grid row count (matches TacticsAuthority.gridHeight).",
42280
42280
  "label": "Grid Height",
42281
- "tier": "domain",
42281
+ "tier": "presentation",
42282
42282
  "type": "number"
42283
42283
  },
42284
42284
  "gridWidth": {
42285
42285
  "default": 8,
42286
42286
  "description": "Grid column count (matches TacticsAuthority.gridWidth).",
42287
42287
  "label": "Grid Width",
42288
- "tier": "domain",
42288
+ "tier": "presentation",
42289
42289
  "type": "number"
42290
42290
  },
42291
42291
  "hudBackgroundAsset": {
@@ -26219,7 +26219,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26219
26219
  "type": "object"
26220
26220
  },
26221
26221
  "label": "Edges",
26222
- "tier": "domain",
26222
+ "tier": "presentation",
26223
26223
  "type": "[BiologyLabEdge]"
26224
26224
  },
26225
26225
  "height": {
@@ -26327,7 +26327,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26327
26327
  "type": "object"
26328
26328
  },
26329
26329
  "label": "Nodes",
26330
- "tier": "domain",
26330
+ "tier": "presentation",
26331
26331
  "type": "[BiologyLabNode]"
26332
26332
  },
26333
26333
  "shapes": {
@@ -26499,7 +26499,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26499
26499
  "type": "object"
26500
26500
  },
26501
26501
  "label": "Shapes",
26502
- "tier": "domain",
26502
+ "tier": "presentation",
26503
26503
  "type": "[BiologyLabShape]"
26504
26504
  },
26505
26505
  "title": {
@@ -28303,7 +28303,7 @@ function stdLearningChemistryLabChemistryLabOrbital(params = {}) {
28303
28303
  "type": "object"
28304
28304
  },
28305
28305
  "label": "Shapes",
28306
- "tier": "domain",
28306
+ "tier": "presentation",
28307
28307
  "type": "[ChemistryLabShape]"
28308
28308
  },
28309
28309
  "title": {
@@ -31390,7 +31390,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
31390
31390
  "type": "object"
31391
31391
  },
31392
31392
  "label": "Points",
31393
- "tier": "domain",
31393
+ "tier": "presentation",
31394
31394
  "type": "[MathLabPoint]"
31395
31395
  },
31396
31396
  "shapes": {
@@ -31562,7 +31562,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
31562
31562
  "type": "object"
31563
31563
  },
31564
31564
  "label": "Shapes",
31565
- "tier": "domain",
31565
+ "tier": "presentation",
31566
31566
  "type": "[MathLabShape]"
31567
31567
  },
31568
31568
  "showAxes": {
@@ -35617,7 +35617,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
35617
35617
  "type": "object"
35618
35618
  },
35619
35619
  "label": "Bodies",
35620
- "tier": "domain",
35620
+ "tier": "presentation",
35621
35621
  "type": "[PhysicsLabBody]"
35622
35622
  },
35623
35623
  "constraints": {
@@ -35872,7 +35872,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
35872
35872
  "type": "object"
35873
35873
  },
35874
35874
  "label": "Shapes",
35875
- "tier": "domain",
35875
+ "tier": "presentation",
35876
35876
  "type": "[PhysicsLabShape]"
35877
35877
  },
35878
35878
  "showForces": {
@@ -37649,7 +37649,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
37649
37649
  "type": "object"
37650
37650
  },
37651
37651
  "label": "Points",
37652
- "tier": "domain",
37652
+ "tier": "presentation",
37653
37653
  "type": "[ProbabilityLabPoint]"
37654
37654
  },
37655
37655
  "shapes": {
@@ -37821,7 +37821,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
37821
37821
  "type": "object"
37822
37822
  },
37823
37823
  "label": "Shapes",
37824
- "tier": "domain",
37824
+ "tier": "presentation",
37825
37825
  "type": "[ProbabilityLabShape]"
37826
37826
  },
37827
37827
  "showAxes": {
@@ -44277,14 +44277,14 @@ function stdUiArenaBoardArenaBoardOrbital(params = {}) {
44277
44277
  "default": 8,
44278
44278
  "description": "Grid row count (matches TacticsAuthority.gridHeight).",
44279
44279
  "label": "Grid Height",
44280
- "tier": "domain",
44280
+ "tier": "presentation",
44281
44281
  "type": "number"
44282
44282
  },
44283
44283
  "gridWidth": {
44284
44284
  "default": 8,
44285
44285
  "description": "Grid column count (matches TacticsAuthority.gridWidth).",
44286
44286
  "label": "Grid Width",
44287
- "tier": "domain",
44287
+ "tier": "presentation",
44288
44288
  "type": "number"
44289
44289
  },
44290
44290
  "hudBackgroundAsset": {