@almadar/std 16.164.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 (139) 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/knob-embeddings.d.ts +1 -1
  131. package/dist/behaviors/query.js +12 -12
  132. package/dist/behaviors-embeddings.hash.json +7 -0
  133. package/dist/behaviors-embeddings.json +334 -330
  134. package/dist/behaviors-registry.json +213 -14
  135. package/dist/index.js +12 -12
  136. package/dist/knob-embeddings.hash.json +7 -0
  137. package/dist/knob-embeddings.json +1 -1
  138. package/dist/registry/factory-signatures.json +1 -1
  139. package/package.json +3 -3
@@ -1,13 +1,13 @@
1
1
  {
2
- "$generated": "2026-08-02T18:08:32.494Z",
2
+ "$generated": "2026-08-03T18:14:34.690Z",
3
3
  "$source": "tools/almadar-pattern-sync/behaviors",
4
4
  "$package": "@almadar/std",
5
- "totalBehaviors": 507,
5
+ "totalBehaviors": 508,
6
6
  "atoms": 246,
7
7
  "molecules": 161,
8
- "organisms": 100,
8
+ "organisms": 101,
9
9
  "layers": {
10
- "UI Patterns": 494,
10
+ "UI Patterns": 495,
11
11
  "ML": 13
12
12
  },
13
13
  "behaviors": {
@@ -66056,6 +66056,7 @@
66056
66056
  },
66057
66057
  "defaultIcons": [],
66058
66058
  "composableWith": [
66059
+ "learning-freeform",
66059
66060
  "std-app-layout",
66060
66061
  "std-app-search",
66061
66062
  "std-approval-chain",
@@ -105621,6 +105622,7 @@
105621
105622
  "learning-biology-lab",
105622
105623
  "learning-chemistry",
105623
105624
  "learning-chemistry-lab",
105625
+ "learning-freeform",
105624
105626
  "learning-math",
105625
105627
  "learning-math-lab",
105626
105628
  "learning-physics",
@@ -105789,6 +105791,7 @@
105789
105791
  "learning-biology-lab",
105790
105792
  "learning-chemistry",
105791
105793
  "learning-chemistry-lab",
105794
+ "learning-freeform",
105792
105795
  "learning-math",
105793
105796
  "learning-math-lab",
105794
105797
  "learning-physics",
@@ -105949,6 +105952,7 @@
105949
105952
  "learning-biology-lab",
105950
105953
  "learning-chemistry",
105951
105954
  "learning-chemistry-lab",
105955
+ "learning-freeform",
105952
105956
  "learning-math",
105953
105957
  "learning-math-lab",
105954
105958
  "learning-physics",
@@ -106113,6 +106117,7 @@
106113
106117
  "learning-biology-lab",
106114
106118
  "learning-chemistry",
106115
106119
  "learning-chemistry-lab",
106120
+ "learning-freeform",
106116
106121
  "learning-math",
106117
106122
  "learning-math-lab",
106118
106123
  "learning-physics",
@@ -106263,6 +106268,7 @@
106263
106268
  "learning-biology-lab",
106264
106269
  "learning-chemistry",
106265
106270
  "learning-chemistry-lab",
106271
+ "learning-freeform",
106266
106272
  "learning-math",
106267
106273
  "learning-math-lab",
106268
106274
  "learning-physics",
@@ -106423,6 +106429,7 @@
106423
106429
  "learning-biology-lab",
106424
106430
  "learning-chemistry",
106425
106431
  "learning-chemistry-lab",
106432
+ "learning-freeform",
106426
106433
  "learning-math",
106427
106434
  "learning-math-lab",
106428
106435
  "learning-physics",
@@ -106589,6 +106596,7 @@
106589
106596
  "learning-biology-lab",
106590
106597
  "learning-chemistry",
106591
106598
  "learning-chemistry-lab",
106599
+ "learning-freeform",
106592
106600
  "learning-math",
106593
106601
  "learning-math-lab",
106594
106602
  "learning-physics",
@@ -106750,6 +106758,7 @@
106750
106758
  "learning-biology-lab",
106751
106759
  "learning-chemistry",
106752
106760
  "learning-chemistry-lab",
106761
+ "learning-freeform",
106753
106762
  "learning-math",
106754
106763
  "learning-math-lab",
106755
106764
  "learning-physics",
@@ -106880,6 +106889,7 @@
106880
106889
  "learning-biology-lab",
106881
106890
  "learning-chemistry",
106882
106891
  "learning-chemistry-lab",
106892
+ "learning-freeform",
106883
106893
  "learning-math",
106884
106894
  "learning-math-lab",
106885
106895
  "learning-physics",
@@ -107036,6 +107046,7 @@
107036
107046
  "learning-biology-lab",
107037
107047
  "learning-chemistry",
107038
107048
  "learning-chemistry-lab",
107049
+ "learning-freeform",
107039
107050
  "learning-math",
107040
107051
  "learning-math-lab",
107041
107052
  "learning-physics",
@@ -107236,6 +107247,7 @@
107236
107247
  "learning-biology-lab",
107237
107248
  "learning-chemistry",
107238
107249
  "learning-chemistry-lab",
107250
+ "learning-freeform",
107239
107251
  "learning-math",
107240
107252
  "learning-math-lab",
107241
107253
  "learning-physics",
@@ -107386,6 +107398,7 @@
107386
107398
  "learning-biology-lab",
107387
107399
  "learning-chemistry",
107388
107400
  "learning-chemistry-lab",
107401
+ "learning-freeform",
107389
107402
  "learning-math",
107390
107403
  "learning-math-lab",
107391
107404
  "learning-physics",
@@ -107539,6 +107552,7 @@
107539
107552
  "learning-biology-lab",
107540
107553
  "learning-chemistry",
107541
107554
  "learning-chemistry-lab",
107555
+ "learning-freeform",
107542
107556
  "learning-math",
107543
107557
  "learning-math-lab",
107544
107558
  "learning-physics",
@@ -107763,6 +107777,7 @@
107763
107777
  "learning-biology-lab",
107764
107778
  "learning-chemistry",
107765
107779
  "learning-chemistry-lab",
107780
+ "learning-freeform",
107766
107781
  "learning-math",
107767
107782
  "learning-math-lab",
107768
107783
  "learning-physics",
@@ -107929,6 +107944,7 @@
107929
107944
  "learning-biology-lab",
107930
107945
  "learning-chemistry",
107931
107946
  "learning-chemistry-lab",
107947
+ "learning-freeform",
107932
107948
  "learning-math",
107933
107949
  "learning-math-lab",
107934
107950
  "learning-physics",
@@ -108133,6 +108149,7 @@
108133
108149
  "learning-biology-lab",
108134
108150
  "learning-chemistry",
108135
108151
  "learning-chemistry-lab",
108152
+ "learning-freeform",
108136
108153
  "learning-math",
108137
108154
  "learning-math-lab",
108138
108155
  "learning-physics",
@@ -108288,6 +108305,7 @@
108288
108305
  "learning-biology-lab",
108289
108306
  "learning-chemistry",
108290
108307
  "learning-chemistry-lab",
108308
+ "learning-freeform",
108291
108309
  "learning-math",
108292
108310
  "learning-math-lab",
108293
108311
  "learning-physics",
@@ -108452,6 +108470,7 @@
108452
108470
  "learning-biology-lab",
108453
108471
  "learning-chemistry",
108454
108472
  "learning-chemistry-lab",
108473
+ "learning-freeform",
108455
108474
  "learning-math",
108456
108475
  "learning-math-lab",
108457
108476
  "learning-physics",
@@ -108604,6 +108623,7 @@
108604
108623
  "learning-biology-lab",
108605
108624
  "learning-chemistry",
108606
108625
  "learning-chemistry-lab",
108626
+ "learning-freeform",
108607
108627
  "learning-math",
108608
108628
  "learning-math-lab",
108609
108629
  "learning-physics",
@@ -108763,6 +108783,7 @@
108763
108783
  "learning-biology-lab",
108764
108784
  "learning-chemistry",
108765
108785
  "learning-chemistry-lab",
108786
+ "learning-freeform",
108766
108787
  "learning-math",
108767
108788
  "learning-math-lab",
108768
108789
  "learning-physics",
@@ -108898,6 +108919,7 @@
108898
108919
  "learning-biology-lab",
108899
108920
  "learning-chemistry",
108900
108921
  "learning-chemistry-lab",
108922
+ "learning-freeform",
108901
108923
  "learning-math",
108902
108924
  "learning-math-lab",
108903
108925
  "learning-physics",
@@ -109033,6 +109055,7 @@
109033
109055
  "learning-biology-lab",
109034
109056
  "learning-chemistry",
109035
109057
  "learning-chemistry-lab",
109058
+ "learning-freeform",
109036
109059
  "learning-math",
109037
109060
  "learning-math-lab",
109038
109061
  "learning-physics",
@@ -109168,6 +109191,7 @@
109168
109191
  "learning-biology-lab",
109169
109192
  "learning-chemistry",
109170
109193
  "learning-chemistry-lab",
109194
+ "learning-freeform",
109171
109195
  "learning-math",
109172
109196
  "learning-math-lab",
109173
109197
  "learning-physics",
@@ -109303,6 +109327,7 @@
109303
109327
  "learning-biology-lab",
109304
109328
  "learning-chemistry",
109305
109329
  "learning-chemistry-lab",
109330
+ "learning-freeform",
109306
109331
  "learning-math",
109307
109332
  "learning-math-lab",
109308
109333
  "learning-physics",
@@ -109453,6 +109478,7 @@
109453
109478
  "learning-biology-lab",
109454
109479
  "learning-chemistry",
109455
109480
  "learning-chemistry-lab",
109481
+ "learning-freeform",
109456
109482
  "learning-math",
109457
109483
  "learning-math-lab",
109458
109484
  "learning-physics",
@@ -109664,6 +109690,7 @@
109664
109690
  "learning-biology-lab",
109665
109691
  "learning-chemistry",
109666
109692
  "learning-chemistry-lab",
109693
+ "learning-freeform",
109667
109694
  "learning-math",
109668
109695
  "learning-math-lab",
109669
109696
  "learning-physics",
@@ -109794,6 +109821,7 @@
109794
109821
  "learning-biology-lab",
109795
109822
  "learning-chemistry",
109796
109823
  "learning-chemistry-lab",
109824
+ "learning-freeform",
109797
109825
  "learning-math",
109798
109826
  "learning-math-lab",
109799
109827
  "learning-physics",
@@ -109929,6 +109957,7 @@
109929
109957
  "learning-biology-lab",
109930
109958
  "learning-chemistry",
109931
109959
  "learning-chemistry-lab",
109960
+ "learning-freeform",
109932
109961
  "learning-math",
109933
109962
  "learning-math-lab",
109934
109963
  "learning-physics",
@@ -110068,6 +110097,7 @@
110068
110097
  "learning-biology-lab",
110069
110098
  "learning-chemistry",
110070
110099
  "learning-chemistry-lab",
110100
+ "learning-freeform",
110071
110101
  "learning-math",
110072
110102
  "learning-math-lab",
110073
110103
  "learning-physics",
@@ -110207,6 +110237,7 @@
110207
110237
  "learning-biology-lab",
110208
110238
  "learning-chemistry",
110209
110239
  "learning-chemistry-lab",
110240
+ "learning-freeform",
110210
110241
  "learning-math",
110211
110242
  "learning-math-lab",
110212
110243
  "learning-physics",
@@ -110346,6 +110377,7 @@
110346
110377
  "learning-biology-lab",
110347
110378
  "learning-chemistry",
110348
110379
  "learning-chemistry-lab",
110380
+ "learning-freeform",
110349
110381
  "learning-math",
110350
110382
  "learning-math-lab",
110351
110383
  "learning-physics",
@@ -110481,6 +110513,7 @@
110481
110513
  "learning-biology-lab",
110482
110514
  "learning-chemistry",
110483
110515
  "learning-chemistry-lab",
110516
+ "learning-freeform",
110484
110517
  "learning-math",
110485
110518
  "learning-math-lab",
110486
110519
  "learning-physics",
@@ -110620,6 +110653,7 @@
110620
110653
  "learning-biology-lab",
110621
110654
  "learning-chemistry",
110622
110655
  "learning-chemistry-lab",
110656
+ "learning-freeform",
110623
110657
  "learning-math",
110624
110658
  "learning-math-lab",
110625
110659
  "learning-physics",
@@ -110755,6 +110789,7 @@
110755
110789
  "learning-biology-lab",
110756
110790
  "learning-chemistry",
110757
110791
  "learning-chemistry-lab",
110792
+ "learning-freeform",
110758
110793
  "learning-math",
110759
110794
  "learning-math-lab",
110760
110795
  "learning-physics",
@@ -110885,6 +110920,7 @@
110885
110920
  "learning-biology-lab",
110886
110921
  "learning-chemistry",
110887
110922
  "learning-chemistry-lab",
110923
+ "learning-freeform",
110888
110924
  "learning-math",
110889
110925
  "learning-math-lab",
110890
110926
  "learning-physics",
@@ -111015,6 +111051,7 @@
111015
111051
  "learning-biology-lab",
111016
111052
  "learning-chemistry",
111017
111053
  "learning-chemistry-lab",
111054
+ "learning-freeform",
111018
111055
  "learning-math",
111019
111056
  "learning-math-lab",
111020
111057
  "learning-physics",
@@ -111145,6 +111182,7 @@
111145
111182
  "learning-biology-lab",
111146
111183
  "learning-chemistry",
111147
111184
  "learning-chemistry-lab",
111185
+ "learning-freeform",
111148
111186
  "learning-math",
111149
111187
  "learning-math-lab",
111150
111188
  "learning-physics",
@@ -111275,6 +111313,7 @@
111275
111313
  "learning-biology-lab",
111276
111314
  "learning-chemistry",
111277
111315
  "learning-chemistry-lab",
111316
+ "learning-freeform",
111278
111317
  "learning-math",
111279
111318
  "learning-math-lab",
111280
111319
  "learning-physics",
@@ -111405,6 +111444,7 @@
111405
111444
  "learning-biology-lab",
111406
111445
  "learning-chemistry",
111407
111446
  "learning-chemistry-lab",
111447
+ "learning-freeform",
111408
111448
  "learning-math",
111409
111449
  "learning-math-lab",
111410
111450
  "learning-physics",
@@ -111535,6 +111575,7 @@
111535
111575
  "learning-biology-lab",
111536
111576
  "learning-chemistry",
111537
111577
  "learning-chemistry-lab",
111578
+ "learning-freeform",
111538
111579
  "learning-math",
111539
111580
  "learning-math-lab",
111540
111581
  "learning-physics",
@@ -111665,6 +111706,7 @@
111665
111706
  "learning-biology-lab",
111666
111707
  "learning-chemistry",
111667
111708
  "learning-chemistry-lab",
111709
+ "learning-freeform",
111668
111710
  "learning-math",
111669
111711
  "learning-math-lab",
111670
111712
  "learning-physics",
@@ -111795,6 +111837,7 @@
111795
111837
  "learning-biology-lab",
111796
111838
  "learning-chemistry",
111797
111839
  "learning-chemistry-lab",
111840
+ "learning-freeform",
111798
111841
  "learning-math",
111799
111842
  "learning-math-lab",
111800
111843
  "learning-physics",
@@ -111925,6 +111968,7 @@
111925
111968
  "learning-biology-lab",
111926
111969
  "learning-chemistry",
111927
111970
  "learning-chemistry-lab",
111971
+ "learning-freeform",
111928
111972
  "learning-math",
111929
111973
  "learning-math-lab",
111930
111974
  "learning-physics",
@@ -112055,6 +112099,7 @@
112055
112099
  "learning-biology-lab",
112056
112100
  "learning-chemistry",
112057
112101
  "learning-chemistry-lab",
112102
+ "learning-freeform",
112058
112103
  "learning-math",
112059
112104
  "learning-math-lab",
112060
112105
  "learning-physics",
@@ -112185,6 +112230,7 @@
112185
112230
  "learning-biology-lab",
112186
112231
  "learning-chemistry",
112187
112232
  "learning-chemistry-lab",
112233
+ "learning-freeform",
112188
112234
  "learning-math",
112189
112235
  "learning-math-lab",
112190
112236
  "learning-physics",
@@ -112315,6 +112361,7 @@
112315
112361
  "learning-biology-lab",
112316
112362
  "learning-chemistry",
112317
112363
  "learning-chemistry-lab",
112364
+ "learning-freeform",
112318
112365
  "learning-math",
112319
112366
  "learning-math-lab",
112320
112367
  "learning-physics",
@@ -112445,6 +112492,7 @@
112445
112492
  "learning-biology-lab",
112446
112493
  "learning-chemistry",
112447
112494
  "learning-chemistry-lab",
112495
+ "learning-freeform",
112448
112496
  "learning-math",
112449
112497
  "learning-math-lab",
112450
112498
  "learning-physics",
@@ -112575,6 +112623,7 @@
112575
112623
  "learning-biology-lab",
112576
112624
  "learning-chemistry",
112577
112625
  "learning-chemistry-lab",
112626
+ "learning-freeform",
112578
112627
  "learning-math",
112579
112628
  "learning-math-lab",
112580
112629
  "learning-physics",
@@ -112705,6 +112754,7 @@
112705
112754
  "learning-biology-lab",
112706
112755
  "learning-chemistry",
112707
112756
  "learning-chemistry-lab",
112757
+ "learning-freeform",
112708
112758
  "learning-math",
112709
112759
  "learning-math-lab",
112710
112760
  "learning-physics",
@@ -112835,6 +112885,7 @@
112835
112885
  "learning-biology-lab",
112836
112886
  "learning-chemistry",
112837
112887
  "learning-chemistry-lab",
112888
+ "learning-freeform",
112838
112889
  "learning-math",
112839
112890
  "learning-math-lab",
112840
112891
  "learning-physics",
@@ -112956,6 +113007,7 @@
112956
113007
  "learning-biology-lab",
112957
113008
  "learning-chemistry",
112958
113009
  "learning-chemistry-lab",
113010
+ "learning-freeform",
112959
113011
  "learning-math",
112960
113012
  "learning-math-lab",
112961
113013
  "learning-physics",
@@ -113083,6 +113135,7 @@
113083
113135
  "learning-biology-lab",
113084
113136
  "learning-chemistry",
113085
113137
  "learning-chemistry-lab",
113138
+ "learning-freeform",
113086
113139
  "learning-math",
113087
113140
  "learning-math-lab",
113088
113141
  "learning-physics",
@@ -113209,6 +113262,7 @@
113209
113262
  "learning-biology-lab",
113210
113263
  "learning-chemistry",
113211
113264
  "learning-chemistry-lab",
113265
+ "learning-freeform",
113212
113266
  "learning-math",
113213
113267
  "learning-math-lab",
113214
113268
  "learning-physics",
@@ -113335,6 +113389,7 @@
113335
113389
  "learning-biology-lab",
113336
113390
  "learning-chemistry",
113337
113391
  "learning-chemistry-lab",
113392
+ "learning-freeform",
113338
113393
  "learning-math",
113339
113394
  "learning-math-lab",
113340
113395
  "learning-physics",
@@ -113461,6 +113516,7 @@
113461
113516
  "learning-biology-lab",
113462
113517
  "learning-chemistry",
113463
113518
  "learning-chemistry-lab",
113519
+ "learning-freeform",
113464
113520
  "learning-math",
113465
113521
  "learning-math-lab",
113466
113522
  "learning-physics",
@@ -113587,6 +113643,7 @@
113587
113643
  "learning-biology-lab",
113588
113644
  "learning-chemistry",
113589
113645
  "learning-chemistry-lab",
113646
+ "learning-freeform",
113590
113647
  "learning-math",
113591
113648
  "learning-math-lab",
113592
113649
  "learning-physics",
@@ -113776,6 +113833,7 @@
113776
113833
  "learning-biology-lab",
113777
113834
  "learning-chemistry",
113778
113835
  "learning-chemistry-lab",
113836
+ "learning-freeform",
113779
113837
  "learning-math",
113780
113838
  "learning-math-lab",
113781
113839
  "learning-physics",
@@ -113913,6 +113971,7 @@
113913
113971
  "learning-biology",
113914
113972
  "learning-chemistry",
113915
113973
  "learning-chemistry-lab",
113974
+ "learning-freeform",
113916
113975
  "learning-math",
113917
113976
  "learning-math-lab",
113918
113977
  "learning-physics",
@@ -114046,6 +114105,7 @@
114046
114105
  "learning-biology-lab",
114047
114106
  "learning-chemistry",
114048
114107
  "learning-chemistry-lab",
114108
+ "learning-freeform",
114049
114109
  "learning-math",
114050
114110
  "learning-math-lab",
114051
114111
  "learning-physics",
@@ -114187,6 +114247,7 @@
114187
114247
  "learning-biology",
114188
114248
  "learning-biology-lab",
114189
114249
  "learning-chemistry",
114250
+ "learning-freeform",
114190
114251
  "learning-math",
114191
114252
  "learning-math-lab",
114192
114253
  "learning-physics",
@@ -114315,6 +114376,7 @@
114315
114376
  "learning-biology",
114316
114377
  "learning-biology-lab",
114317
114378
  "learning-chemistry-lab",
114379
+ "learning-freeform",
114318
114380
  "learning-math",
114319
114381
  "learning-math-lab",
114320
114382
  "learning-physics",
@@ -114400,6 +114462,147 @@
114400
114462
  "exposure": "palette",
114401
114463
  "provenance": "generated"
114402
114464
  },
114465
+ "learning-freeform": {
114466
+ "name": "learning-freeform",
114467
+ "level": "organism",
114468
+ "topic": "ui/learning",
114469
+ "family": "ui/learning",
114470
+ "layer": "UI Patterns",
114471
+ "description": "Freeform learning canvas — renders any diagram, flowchart, concept map, comparison panel, or step-through sequence with labeled shapes and arrows on a generic canvas.",
114472
+ "defaultOrbitalName": "FreeformOrbital",
114473
+ "statePattern": "idle",
114474
+ "complexity": {
114475
+ "states": 1,
114476
+ "events": 3,
114477
+ "transitions": 3
114478
+ },
114479
+ "defaultEntity": {
114480
+ "name": "FreeformItem",
114481
+ "persistence": "runtime",
114482
+ "fields": [
114483
+ {
114484
+ "name": "id",
114485
+ "type": "string",
114486
+ "required": true
114487
+ },
114488
+ {
114489
+ "name": "title",
114490
+ "type": "string"
114491
+ },
114492
+ {
114493
+ "name": "currentStep",
114494
+ "type": "number",
114495
+ "default": 0
114496
+ },
114497
+ {
114498
+ "name": "stepLabel",
114499
+ "type": "string"
114500
+ },
114501
+ {
114502
+ "name": "shapes",
114503
+ "type": "array"
114504
+ }
114505
+ ]
114506
+ },
114507
+ "defaultLabels": {
114508
+ "title": "FreeformItems",
114509
+ "entitySingular": "FreeformItem",
114510
+ "entityPlural": "FreeformItems"
114511
+ },
114512
+ "defaultIcons": [],
114513
+ "composableWith": [
114514
+ "learning-algorithms",
114515
+ "learning-biology",
114516
+ "learning-biology-lab",
114517
+ "learning-chemistry",
114518
+ "learning-chemistry-lab",
114519
+ "learning-math",
114520
+ "learning-math-lab",
114521
+ "learning-physics",
114522
+ "learning-physics-lab",
114523
+ "learning-probability",
114524
+ "learning-probability-lab",
114525
+ "std-algo-astargraph",
114526
+ "std-algo-astargrid",
114527
+ "std-algo-bfs",
114528
+ "std-algo-binarysearch",
114529
+ "std-algo-bubblesort",
114530
+ "std-algo-dfs",
114531
+ "std-algo-dijkstra",
114532
+ "std-algo-floodfill",
114533
+ "std-algo-gameoflife",
114534
+ "std-algo-gridbfs",
114535
+ "std-algo-heapsort",
114536
+ "std-algo-insertionsort",
114537
+ "std-algo-mazegen",
114538
+ "std-algo-mergesort",
114539
+ "std-algo-mst",
114540
+ "std-algo-quicksort",
114541
+ "std-algo-selectionsort",
114542
+ "std-algo-slidingwindow",
114543
+ "std-algo-toposort",
114544
+ "std-algo-twopointer",
114545
+ "std-bio-cell",
114546
+ "std-bio-foodweb",
114547
+ "std-bio-mitosis",
114548
+ "std-bio-population",
114549
+ "std-branching-logic",
114550
+ "std-chem-diffusion",
114551
+ "std-chem-osmosis",
114552
+ "std-chem-reaction",
114553
+ "std-math-linear",
114554
+ "std-math-numberline",
114555
+ "std-math-sequence",
114556
+ "std-math-sinewave",
114557
+ "std-math-unitcircle",
114558
+ "std-math-vectors",
114559
+ "std-physics-circular",
114560
+ "std-physics-collision",
114561
+ "std-physics-freefall",
114562
+ "std-physics-friction",
114563
+ "std-physics-gas",
114564
+ "std-physics-incline",
114565
+ "std-physics-magnetic",
114566
+ "std-physics-orbit",
114567
+ "std-physics-pendulum",
114568
+ "std-physics-projectile",
114569
+ "std-physics-reflection",
114570
+ "std-physics-spring",
114571
+ "std-physics-wave",
114572
+ "std-prob-galton",
114573
+ "std-prob-montecarlo",
114574
+ "std-prob-walk",
114575
+ "std-service-calendar-ical",
114576
+ "std-service-custom-bearer",
114577
+ "std-service-email",
114578
+ "std-service-github",
114579
+ "std-service-llm",
114580
+ "std-service-maps",
114581
+ "std-service-marketplace",
114582
+ "std-service-oauth",
114583
+ "std-service-print",
114584
+ "std-service-redis",
114585
+ "std-service-research-assistant",
114586
+ "std-service-storage",
114587
+ "std-service-stripe",
114588
+ "std-service-twilio",
114589
+ "std-service-youtube",
114590
+ "ui-algorithm-canvas",
114591
+ "ui-biology-canvas",
114592
+ "ui-chemistry-canvas",
114593
+ "ui-learning-canvas",
114594
+ "ui-math-canvas",
114595
+ "ui-physics-canvas",
114596
+ "ui-wizard-navigation"
114597
+ ],
114598
+ "connectableEvents": [
114599
+ "NEXT",
114600
+ "PREV"
114601
+ ],
114602
+ "eventPayloads": {},
114603
+ "exposure": "palette",
114604
+ "provenance": "generated"
114605
+ },
114403
114606
  "learning-math-lab": {
114404
114607
  "name": "learning-math-lab",
114405
114608
  "level": "organism",
@@ -114457,6 +114660,7 @@
114457
114660
  "learning-biology-lab",
114458
114661
  "learning-chemistry",
114459
114662
  "learning-chemistry-lab",
114663
+ "learning-freeform",
114460
114664
  "learning-math",
114461
114665
  "learning-physics",
114462
114666
  "learning-physics-lab",
@@ -114590,6 +114794,7 @@
114590
114794
  "learning-biology-lab",
114591
114795
  "learning-chemistry",
114592
114796
  "learning-chemistry-lab",
114797
+ "learning-freeform",
114593
114798
  "learning-math-lab",
114594
114799
  "learning-physics",
114595
114800
  "learning-physics-lab",
@@ -114732,6 +114937,7 @@
114732
114937
  "learning-biology-lab",
114733
114938
  "learning-chemistry",
114734
114939
  "learning-chemistry-lab",
114940
+ "learning-freeform",
114735
114941
  "learning-math",
114736
114942
  "learning-math-lab",
114737
114943
  "learning-physics",
@@ -114893,6 +115099,7 @@
114893
115099
  "learning-biology-lab",
114894
115100
  "learning-chemistry",
114895
115101
  "learning-chemistry-lab",
115102
+ "learning-freeform",
114896
115103
  "learning-math",
114897
115104
  "learning-math-lab",
114898
115105
  "learning-physics-lab",
@@ -115030,6 +115237,7 @@
115030
115237
  "learning-biology-lab",
115031
115238
  "learning-chemistry",
115032
115239
  "learning-chemistry-lab",
115240
+ "learning-freeform",
115033
115241
  "learning-math",
115034
115242
  "learning-math-lab",
115035
115243
  "learning-physics",
@@ -115158,6 +115366,7 @@
115158
115366
  "learning-biology-lab",
115159
115367
  "learning-chemistry",
115160
115368
  "learning-chemistry-lab",
115369
+ "learning-freeform",
115161
115370
  "learning-math",
115162
115371
  "learning-math-lab",
115163
115372
  "learning-physics",
@@ -121820,16 +122029,6 @@
121820
122029
  "eventPayloads": {},
121821
122030
  "exposure": "internal",
121822
122031
  "provenance": "generated"
121823
- },
121824
- "learning-freeform": {
121825
- "name": "learning-freeform",
121826
- "level": "organism",
121827
- "family": "learning",
121828
- "layer": "ui",
121829
- "description": "Freeform learning canvas — renders any diagram, flowchart, concept map, comparison panel, or step-through sequence with labeled shapes and arrows on a generic canvas.",
121830
- "defaultEntity": {
121831
- "name": "FreeformItem"
121832
- }
121833
122032
  }
121834
122033
  }
121835
122034
  }