@almadar/std 16.152.0 → 16.153.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 (124) hide show
  1. package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +5 -1
  2. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -0
  3. package/behaviors/lolo/ui/core/molecules/ui-emoji-picker.lolo +56 -0
  4. package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +39 -0
  5. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +11 -0
  6. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +2 -2
  7. package/behaviors/lolo/ui/game/molecules/ui-canvas-2d.lolo +11 -1
  8. package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +10 -0
  9. package/behaviors/lolo/ui/game/organisms/ui-fishing-board.lolo +8 -8
  10. package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +5 -5
  11. package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +5 -5
  12. package/behaviors/lolo/ui/game/organisms/ui-sokoban-board.lolo +5 -5
  13. package/behaviors/lolo/ui/game/organisms/ui-state-architect-board.lolo +4 -4
  14. package/behaviors/lolo/ui/game/organisms/ui-winter-ski-board.lolo +7 -7
  15. package/behaviors/registry/factory-signatures.json +6211 -2181
  16. package/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  17. package/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  18. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  19. package/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  20. package/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  21. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  22. package/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  23. package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  24. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  25. package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  26. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  27. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  28. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  29. package/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  30. package/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  31. package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  32. package/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  33. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  34. package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  35. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  36. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  37. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  38. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  39. package/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  40. package/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  41. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  42. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  43. package/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  44. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  45. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  46. package/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  47. package/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  48. package/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  49. package/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  50. package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  51. package/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  52. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  53. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
  54. package/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  55. package/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  56. package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  57. package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  58. package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  59. package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  60. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  61. package/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  62. package/dist/behaviors/behaviors-embeddings.json +384 -380
  63. package/dist/behaviors/behaviors-registry.json +535 -8
  64. package/dist/behaviors/exports-reader.js +3409 -3101
  65. package/dist/behaviors/functions/index.d.ts +596 -5
  66. package/dist/behaviors/functions/index.js +3389 -3102
  67. package/dist/behaviors/index.d.ts +1 -1
  68. package/dist/behaviors/index.js +3410 -3102
  69. package/dist/behaviors/knob-embeddings.json +1 -1
  70. package/dist/behaviors/query.js +3409 -3101
  71. package/dist/behaviors/registry/factory-signatures.json +6211 -2181
  72. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  73. package/dist/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  74. package/dist/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  75. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  76. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  77. package/dist/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  78. package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  79. package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  80. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  81. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  82. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  83. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  84. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  85. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  86. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  87. package/dist/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  88. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  89. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  90. package/dist/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  91. package/dist/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  92. package/dist/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  93. package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  94. package/dist/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  95. package/dist/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  96. package/dist/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  97. package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  98. package/dist/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  99. package/dist/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  100. package/dist/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  101. package/dist/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  102. package/dist/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  103. package/dist/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  104. package/dist/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  105. package/dist/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  106. package/dist/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  107. package/dist/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  108. package/dist/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  109. package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
  110. package/dist/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  111. package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  112. package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  113. package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  114. package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  115. package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  116. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  117. package/dist/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  118. package/dist/behaviors-embeddings.json +384 -380
  119. package/dist/behaviors-registry.json +535 -8
  120. package/dist/index.d.ts +1 -1
  121. package/dist/index.js +3410 -3102
  122. package/dist/knob-embeddings.json +1 -1
  123. package/dist/registry/factory-signatures.json +6211 -2181
  124. package/package.json +2 -2
@@ -4920,7 +4920,7 @@
4920
4920
  "@t",
4921
4921
  "terrainSprite"
4922
4922
  ],
4923
- "height": 0.5,
4923
+ "height": 1.0,
4924
4924
  "position": {
4925
4925
  "x": [
4926
4926
  "object/get",
@@ -4934,7 +4934,7 @@
4934
4934
  ]
4935
4935
  },
4936
4936
  "type": "draw-sprite",
4937
- "width": 0.5
4937
+ "width": 1.0
4938
4938
  }
4939
4939
  ]
4940
4940
  ],
@@ -5547,7 +5547,7 @@
5547
5547
  "@t",
5548
5548
  "terrainSprite"
5549
5549
  ],
5550
- "height": 0.5,
5550
+ "height": 1.0,
5551
5551
  "position": {
5552
5552
  "x": [
5553
5553
  "object/get",
@@ -5561,7 +5561,7 @@
5561
5561
  ]
5562
5562
  },
5563
5563
  "type": "draw-sprite",
5564
- "width": 0.5
5564
+ "width": 1.0
5565
5565
  }
5566
5566
  ]
5567
5567
  ],
@@ -6192,7 +6192,7 @@
6192
6192
  "@t",
6193
6193
  "terrainSprite"
6194
6194
  ],
6195
- "height": 0.5,
6195
+ "height": 1.0,
6196
6196
  "position": {
6197
6197
  "x": [
6198
6198
  "object/get",
@@ -6206,7 +6206,7 @@
6206
6206
  ]
6207
6207
  },
6208
6208
  "type": "draw-sprite",
6209
- "width": 0.5
6209
+ "width": 1.0
6210
6210
  }
6211
6211
  ]
6212
6212
  ],
@@ -6687,7 +6687,7 @@
6687
6687
  "@t",
6688
6688
  "terrainSprite"
6689
6689
  ],
6690
- "height": 0.5,
6690
+ "height": 1.0,
6691
6691
  "position": {
6692
6692
  "x": [
6693
6693
  "object/get",
@@ -6701,7 +6701,7 @@
6701
6701
  ]
6702
6702
  },
6703
6703
  "type": "draw-sprite",
6704
- "width": 0.5
6704
+ "width": 1.0
6705
6705
  }
6706
6706
  ]
6707
6707
  ],
@@ -7192,7 +7192,7 @@
7192
7192
  "@t",
7193
7193
  "terrainSprite"
7194
7194
  ],
7195
- "height": 0.5,
7195
+ "height": 1.0,
7196
7196
  "position": {
7197
7197
  "x": [
7198
7198
  "object/get",
@@ -7206,7 +7206,7 @@
7206
7206
  ]
7207
7207
  },
7208
7208
  "type": "draw-sprite",
7209
- "width": 0.5
7209
+ "width": 1.0
7210
7210
  }
7211
7211
  ]
7212
7212
  ],
@@ -8019,7 +8019,7 @@
8019
8019
  "@t",
8020
8020
  "terrainSprite"
8021
8021
  ],
8022
- "height": 0.5,
8022
+ "height": 1.0,
8023
8023
  "position": {
8024
8024
  "x": [
8025
8025
  "object/get",
@@ -8033,7 +8033,7 @@
8033
8033
  ]
8034
8034
  },
8035
8035
  "type": "draw-sprite",
8036
- "width": 0.5
8036
+ "width": 1.0
8037
8037
  }
8038
8038
  ]
8039
8039
  ],
@@ -8513,7 +8513,7 @@
8513
8513
  "@t",
8514
8514
  "terrainSprite"
8515
8515
  ],
8516
- "height": 0.5,
8516
+ "height": 1.0,
8517
8517
  "position": {
8518
8518
  "x": [
8519
8519
  "object/get",
@@ -8527,7 +8527,7 @@
8527
8527
  ]
8528
8528
  },
8529
8529
  "type": "draw-sprite",
8530
- "width": 0.5
8530
+ "width": 1.0
8531
8531
  }
8532
8532
  ]
8533
8533
  ],