@almadar/std 16.201.0 → 16.203.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 (52) 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-command-palette.lolo +116 -0
  4. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +2 -1
  5. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  6. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  7. package/behaviors/lolo/ui/game/atoms/std-audio-cue.lolo +138 -0
  8. package/behaviors/lolo/ui/game/atoms/std-camera-rig.lolo +158 -0
  9. package/behaviors/lolo/ui/game/atoms/ui-canvas-2d.lolo +42 -0
  10. package/behaviors/lolo/ui/game/atoms/ui-canvas.lolo +42 -0
  11. package/behaviors/lolo/ui/game/atoms/ui-game-audio-cue.lolo +68 -0
  12. package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +13 -0
  13. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +2 -1
  14. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +2 -1
  15. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +2 -1
  16. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +2 -1
  17. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +8 -1
  18. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +10 -3
  19. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +2 -1
  20. package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
  21. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
  22. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +589 -0
  23. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +13 -2
  24. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
  25. package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +653 -0
  26. package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +813 -0
  27. package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +135 -0
  28. package/behaviors/registry/ui/game/atoms/ui-canvas.orb +134 -0
  29. package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +258 -0
  30. package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +48 -0
  31. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +10 -0
  32. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +14 -0
  33. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +14 -0
  34. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +14 -0
  35. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +22 -0
  36. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +24 -0
  37. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +14 -0
  38. package/dist/behaviors/exports-reader.js +3103 -2883
  39. package/dist/behaviors/functions/index.d.ts +563 -7
  40. package/dist/behaviors/functions/index.js +3089 -2884
  41. package/dist/behaviors/index.d.ts +1 -1
  42. package/dist/behaviors/index.js +3104 -2884
  43. package/dist/behaviors/query.js +3103 -2883
  44. package/dist/behaviors-embeddings.hash.json +3 -3
  45. package/dist/behaviors-embeddings.json +29 -9
  46. package/dist/behaviors-registry.json +4169 -687
  47. package/dist/index.d.ts +1 -1
  48. package/dist/index.js +3104 -2884
  49. package/dist/knob-embeddings.hash.json +3 -3
  50. package/dist/knob-embeddings.json +1 -1
  51. package/dist/registry/factory-signatures.json +1 -1
  52. package/package.json +2 -2
@@ -19,6 +19,15 @@
19
19
  "parent": "trt_01KXG04V0MA4JSNNM3Q62KJSD9",
20
20
  "renames": []
21
21
  },
22
+ "evt_01M1M6SDZB7KSZHMVGHKYN2GKZ": {
23
+ "bakedName": "@config.toggleEvent",
24
+ "curName": "@config.toggleEvent",
25
+ "id": "evt_01M1M6SDZB7KSZHMVGHKYN2GKZ",
26
+ "kind": "event",
27
+ "owner": "workspace",
28
+ "parent": "trt_01KXG04V0MA4JSNNM3Q62KJSD9",
29
+ "renames": []
30
+ },
22
31
  "orb_01KXG04V0MFKPFF4JATTZWY52G": {
23
32
  "bakedName": "GameAudioToggleOrbital",
24
33
  "curName": "GameAudioToggleOrbital",
@@ -307,8 +316,32 @@
307
316
  "md",
308
317
  "lg"
309
318
  ]
319
+ },
320
+ "toggleEvent": {
321
+ "default": "TOGGLE",
322
+ "description": "Event dispatched via event bus on toggle, carrying the new muted state.",
323
+ "label": "Toggle Event",
324
+ "tier": "presentation",
325
+ "type": "event"
310
326
  }
311
327
  },
328
+ "emits": [
329
+ {
330
+ "definerKnob": "toggleEvent",
331
+ "description": "Event dispatched via event bus on toggle, carrying the new muted state.",
332
+ "event": "@config.toggleEvent",
333
+ "eventId": "evt_01M1M6SDZB7KSZHMVGHKYN2GKZ",
334
+ "payloadSchema": [
335
+ {
336
+ "name": "muted",
337
+ "required": true,
338
+ "type": "boolean"
339
+ }
340
+ ],
341
+ "scope": "external",
342
+ "tier": "essential"
343
+ }
344
+ ],
312
345
  "entityContract": {
313
346
  "provides": [],
314
347
  "requires": []
@@ -328,6 +361,20 @@
328
361
  "id": "evt_01KXG04V0MCG8VV4QQQH3VB2H6",
329
362
  "key": "INIT",
330
363
  "name": "Initialize"
364
+ },
365
+ {
366
+ "description": "Event dispatched via event bus on toggle, carrying the new muted state.",
367
+ "id": "evt_01M1M6SDZB7KSZHMVGHKYN2GKZ",
368
+ "key": "@config.toggleEvent",
369
+ "name": "@config.toggle event",
370
+ "payloadSchema": [
371
+ {
372
+ "name": "muted",
373
+ "required": true,
374
+ "type": "boolean"
375
+ }
376
+ ],
377
+ "tier": "essential"
331
378
  }
332
379
  ],
333
380
  "states": [
@@ -349,6 +396,7 @@
349
396
  "offAsset": "@config.offAsset",
350
397
  "onAsset": "@config.onAsset",
351
398
  "size": "@config.size",
399
+ "toggleEvent": "@config.toggleEvent",
352
400
  "type": "game-audio-toggle"
353
401
  }
354
402
  ]
@@ -358,6 +358,7 @@
358
358
  "required": false,
359
359
  "type": "string",
360
360
  "values": [
361
+ "solid",
361
362
  "dashed",
362
363
  "dotted"
363
364
  ]
@@ -372,6 +373,11 @@
372
373
  "required": false,
373
374
  "type": "string"
374
375
  },
376
+ "fontFamily": {
377
+ "name": "fontFamily",
378
+ "required": false,
379
+ "type": "string"
380
+ },
375
381
  "fontSize": {
376
382
  "name": "fontSize",
377
383
  "required": false,
@@ -946,6 +952,10 @@
946
952
  "name": "fontSize",
947
953
  "type": "number"
948
954
  },
955
+ {
956
+ "name": "fontFamily",
957
+ "type": "string"
958
+ },
949
959
  {
950
960
  "name": "align",
951
961
  "type": "string"
@@ -530,6 +530,7 @@
530
530
  "required": false,
531
531
  "type": "string",
532
532
  "values": [
533
+ "solid",
533
534
  "dashed",
534
535
  "dotted"
535
536
  ]
@@ -544,6 +545,11 @@
544
545
  "required": false,
545
546
  "type": "string"
546
547
  },
548
+ "fontFamily": {
549
+ "name": "fontFamily",
550
+ "required": false,
551
+ "type": "string"
552
+ },
547
553
  "fontSize": {
548
554
  "name": "fontSize",
549
555
  "required": false,
@@ -1146,6 +1152,10 @@
1146
1152
  "name": "fontSize",
1147
1153
  "type": "number"
1148
1154
  },
1155
+ {
1156
+ "name": "fontFamily",
1157
+ "type": "string"
1158
+ },
1149
1159
  {
1150
1160
  "name": "align",
1151
1161
  "type": "string"
@@ -1662,6 +1672,10 @@
1662
1672
  "name": "fontSize",
1663
1673
  "type": "number"
1664
1674
  },
1675
+ {
1676
+ "name": "fontFamily",
1677
+ "type": "string"
1678
+ },
1665
1679
  {
1666
1680
  "name": "align",
1667
1681
  "type": "string"
@@ -915,6 +915,7 @@
915
915
  "required": false,
916
916
  "type": "string",
917
917
  "values": [
918
+ "solid",
918
919
  "dashed",
919
920
  "dotted"
920
921
  ]
@@ -929,6 +930,11 @@
929
930
  "required": false,
930
931
  "type": "string"
931
932
  },
933
+ "fontFamily": {
934
+ "name": "fontFamily",
935
+ "required": false,
936
+ "type": "string"
937
+ },
932
938
  "fontSize": {
933
939
  "name": "fontSize",
934
940
  "required": false,
@@ -1547,6 +1553,10 @@
1547
1553
  "name": "fontSize",
1548
1554
  "type": "number"
1549
1555
  },
1556
+ {
1557
+ "name": "fontFamily",
1558
+ "type": "string"
1559
+ },
1550
1560
  {
1551
1561
  "name": "align",
1552
1562
  "type": "string"
@@ -2558,6 +2568,10 @@
2558
2568
  "name": "fontSize",
2559
2569
  "type": "number"
2560
2570
  },
2571
+ {
2572
+ "name": "fontFamily",
2573
+ "type": "string"
2574
+ },
2561
2575
  {
2562
2576
  "name": "align",
2563
2577
  "type": "string"
@@ -935,6 +935,7 @@
935
935
  "required": false,
936
936
  "type": "string",
937
937
  "values": [
938
+ "solid",
938
939
  "dashed",
939
940
  "dotted"
940
941
  ]
@@ -949,6 +950,11 @@
949
950
  "required": false,
950
951
  "type": "string"
951
952
  },
953
+ "fontFamily": {
954
+ "name": "fontFamily",
955
+ "required": false,
956
+ "type": "string"
957
+ },
952
958
  "fontSize": {
953
959
  "name": "fontSize",
954
960
  "required": false,
@@ -1534,6 +1540,10 @@
1534
1540
  "name": "fontSize",
1535
1541
  "type": "number"
1536
1542
  },
1543
+ {
1544
+ "name": "fontFamily",
1545
+ "type": "string"
1546
+ },
1537
1547
  {
1538
1548
  "name": "align",
1539
1549
  "type": "string"
@@ -2605,6 +2615,10 @@
2605
2615
  "name": "fontSize",
2606
2616
  "type": "number"
2607
2617
  },
2618
+ {
2619
+ "name": "fontFamily",
2620
+ "type": "string"
2621
+ },
2608
2622
  {
2609
2623
  "name": "align",
2610
2624
  "type": "string"
@@ -164,6 +164,12 @@
164
164
  "tier": "presentation",
165
165
  "type": "LearningCanvasError"
166
166
  },
167
+ "fontFamily": {
168
+ "description": "Canvas text font family. Falls back to the theme's --font-family-body.",
169
+ "label": "Font Family",
170
+ "tier": "presentation",
171
+ "type": "string"
172
+ },
167
173
  "height": {
168
174
  "default": 400.0,
169
175
  "description": "Canvas height in CSS pixels.",
@@ -293,6 +299,7 @@
293
299
  "required": false,
294
300
  "type": "string",
295
301
  "values": [
302
+ "solid",
296
303
  "dashed",
297
304
  "dotted"
298
305
  ]
@@ -307,6 +314,11 @@
307
314
  "required": false,
308
315
  "type": "string"
309
316
  },
317
+ "fontFamily": {
318
+ "name": "fontFamily",
319
+ "required": false,
320
+ "type": "string"
321
+ },
310
322
  "fontSize": {
311
323
  "name": "fontSize",
312
324
  "required": false,
@@ -740,6 +752,10 @@
740
752
  "name": "fontSize",
741
753
  "type": "number"
742
754
  },
755
+ {
756
+ "name": "fontFamily",
757
+ "type": "string"
758
+ },
743
759
  {
744
760
  "name": "align",
745
761
  "type": "string"
@@ -976,6 +992,7 @@
976
992
  "className": "@config.className",
977
993
  "drawables": "@config.drawables",
978
994
  "error": "@config.error",
995
+ "fontFamily": "@config.fontFamily",
979
996
  "height": "@config.height",
980
997
  "interactive": "@config.interactive",
981
998
  "isLoading": "@config.isLoading",
@@ -1006,6 +1023,7 @@
1006
1023
  "className": "@config.className",
1007
1024
  "drawables": "@payload.drawables",
1008
1025
  "error": "@config.error",
1026
+ "fontFamily": "@config.fontFamily",
1009
1027
  "height": "@config.height",
1010
1028
  "interactive": "@config.interactive",
1011
1029
  "isLoading": "@config.isLoading",
@@ -1200,6 +1218,10 @@
1200
1218
  "name": "fontSize",
1201
1219
  "type": "number"
1202
1220
  },
1221
+ {
1222
+ "name": "fontFamily",
1223
+ "type": "string"
1224
+ },
1203
1225
  {
1204
1226
  "name": "align",
1205
1227
  "type": "string"
@@ -228,6 +228,7 @@
228
228
  "required": false,
229
229
  "type": "string",
230
230
  "values": [
231
+ "solid",
231
232
  "dashed",
232
233
  "dotted"
233
234
  ]
@@ -302,6 +303,12 @@
302
303
  "tier": "presentation",
303
304
  "type": "MathCanvasError"
304
305
  },
306
+ "fontFamily": {
307
+ "description": "Canvas text font family. Accepts a known game-font key (e.g. 'future-narrow') or a CSS font-family string.",
308
+ "label": "Font Family",
309
+ "tier": "presentation",
310
+ "type": "string"
311
+ },
305
312
  "gridColor": {
306
313
  "default": "var(--color-border, #9ca3af)",
307
314
  "description": "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
@@ -336,6 +343,7 @@
336
343
  "required": false,
337
344
  "type": "string",
338
345
  "values": [
346
+ "solid",
339
347
  "dashed",
340
348
  "dotted"
341
349
  ]
@@ -630,6 +638,7 @@
630
638
  "required": false,
631
639
  "type": "string",
632
640
  "values": [
641
+ "solid",
633
642
  "dashed",
634
643
  "dotted"
635
644
  ]
@@ -644,6 +653,11 @@
644
653
  "required": false,
645
654
  "type": "string"
646
655
  },
656
+ "fontFamily": {
657
+ "name": "fontFamily",
658
+ "required": false,
659
+ "type": "string"
660
+ },
647
661
  "fontSize": {
648
662
  "name": "fontSize",
649
663
  "required": false,
@@ -1437,6 +1451,10 @@
1437
1451
  "name": "fontSize",
1438
1452
  "type": "number"
1439
1453
  },
1454
+ {
1455
+ "name": "fontFamily",
1456
+ "type": "string"
1457
+ },
1440
1458
  {
1441
1459
  "name": "align",
1442
1460
  "type": "string"
@@ -1649,6 +1667,7 @@
1649
1667
  "curves": "@config.curves",
1650
1668
  "drawables": "@config.drawables",
1651
1669
  "error": "@config.error",
1670
+ "fontFamily": "@config.fontFamily",
1652
1671
  "gridColor": "@config.gridColor",
1653
1672
  "gridStep": "@config.gridStep",
1654
1673
  "guides": "@config.guides",
@@ -1701,6 +1720,7 @@
1701
1720
  "curves": "@payload.curves",
1702
1721
  "drawables": "@payload.drawables",
1703
1722
  "error": "@config.error",
1723
+ "fontFamily": "@config.fontFamily",
1704
1724
  "gridColor": "@config.gridColor",
1705
1725
  "gridStep": "@config.gridStep",
1706
1726
  "guides": "@payload.guides",
@@ -2124,6 +2144,10 @@
2124
2144
  "name": "fontSize",
2125
2145
  "type": "number"
2126
2146
  },
2147
+ {
2148
+ "name": "fontFamily",
2149
+ "type": "string"
2150
+ },
2127
2151
  {
2128
2152
  "name": "align",
2129
2153
  "type": "string"
@@ -854,6 +854,7 @@
854
854
  "required": false,
855
855
  "type": "string",
856
856
  "values": [
857
+ "solid",
857
858
  "dashed",
858
859
  "dotted"
859
860
  ]
@@ -868,6 +869,11 @@
868
869
  "required": false,
869
870
  "type": "string"
870
871
  },
872
+ "fontFamily": {
873
+ "name": "fontFamily",
874
+ "required": false,
875
+ "type": "string"
876
+ },
871
877
  "fontSize": {
872
878
  "name": "fontSize",
873
879
  "required": false,
@@ -1914,6 +1920,10 @@
1914
1920
  "name": "fontSize",
1915
1921
  "type": "number"
1916
1922
  },
1923
+ {
1924
+ "name": "fontFamily",
1925
+ "type": "string"
1926
+ },
1917
1927
  {
1918
1928
  "name": "align",
1919
1929
  "type": "string"
@@ -2866,6 +2876,10 @@
2866
2876
  "name": "fontSize",
2867
2877
  "type": "number"
2868
2878
  },
2879
+ {
2880
+ "name": "fontFamily",
2881
+ "type": "string"
2882
+ },
2869
2883
  {
2870
2884
  "name": "align",
2871
2885
  "type": "string"