@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.
- package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +5 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -0
- package/behaviors/lolo/ui/core/molecules/ui-emoji-picker.lolo +56 -0
- package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +39 -0
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +11 -0
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/ui-canvas-2d.lolo +11 -1
- package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +10 -0
- package/behaviors/lolo/ui/game/organisms/ui-fishing-board.lolo +8 -8
- package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-sokoban-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-state-architect-board.lolo +4 -4
- package/behaviors/lolo/ui/game/organisms/ui-winter-ski-board.lolo +7 -7
- package/behaviors/registry/factory-signatures.json +6211 -2181
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
- package/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
- package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
- package/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
- package/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
- package/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
- package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
- package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
- package/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
- package/dist/behaviors/behaviors-embeddings.json +384 -380
- package/dist/behaviors/behaviors-registry.json +535 -8
- package/dist/behaviors/exports-reader.js +3409 -3101
- package/dist/behaviors/functions/index.d.ts +596 -5
- package/dist/behaviors/functions/index.js +3389 -3102
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3410 -3102
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +3409 -3101
- package/dist/behaviors/registry/factory-signatures.json +6211 -2181
- package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
- package/dist/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
- package/dist/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
- package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
- package/dist/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
- package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
- package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
- package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
- package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
- package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
- package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
- package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
- package/dist/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
- package/dist/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
- package/dist/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
- package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
- package/dist/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
- package/dist/behaviors-embeddings.json +384 -380
- package/dist/behaviors-registry.json +535 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3410 -3102
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +6211 -2181
- package/package.json +2 -2
|
@@ -4920,7 +4920,7 @@
|
|
|
4920
4920
|
"@t",
|
|
4921
4921
|
"terrainSprite"
|
|
4922
4922
|
],
|
|
4923
|
-
"height": 0
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
8530
|
+
"width": 1.0
|
|
8531
8531
|
}
|
|
8532
8532
|
]
|
|
8533
8533
|
],
|