@almadar/std 16.154.0 → 16.155.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/ui/game/molecules/std-tactics-board-2d.lolo +35 -21
- package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +5 -0
- package/behaviors/lolo/ui/game/organisms/ui-battle-board.lolo +122 -74
- package/behaviors/lolo/ui/game/organisms/ui-hex-strategy-board.lolo +153 -9
- package/behaviors/lolo/ui/game/organisms/ui-tactics-demo-2d.lolo +130 -8
- package/behaviors/lolo/ui/game/organisms/ui-tanks-board.lolo +147 -7
- package/behaviors/lolo/ui/game/organisms/ui-topdown-rts-board.lolo +291 -19
- package/behaviors/registry/factory-signatures.json +1893 -2294
- package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +798 -189
- package/behaviors/registry/ui/game/molecules/ui-canvas.orb +7 -0
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +17 -1
- package/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +68 -1180
- package/behaviors/registry/ui/game/organisms/ui-tactics-demo-2d.orb +192 -322
- package/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +97 -85
- package/behaviors/registry/ui/game/organisms/ui-topdown-rts-board.orb +1477 -259
- package/dist/behaviors/behaviors-embeddings.json +244 -236
- package/dist/behaviors/behaviors-registry.json +143 -772
- package/dist/behaviors/exports-reader.js +1099 -2090
- package/dist/behaviors/functions/index.d.ts +33 -26
- package/dist/behaviors/functions/index.js +1099 -2091
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +1100 -2091
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +1099 -2090
- package/dist/behaviors/registry/factory-signatures.json +1893 -2294
- package/dist/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +798 -189
- package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +7 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +17 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +68 -1180
- package/dist/behaviors/registry/ui/game/organisms/ui-tactics-demo-2d.orb +192 -322
- package/dist/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +97 -85
- package/dist/behaviors/registry/ui/game/organisms/ui-topdown-rts-board.orb +1477 -259
- package/dist/behaviors-embeddings.json +244 -236
- package/dist/behaviors-registry.json +143 -772
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1100 -2091
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1893 -2294
- package/package.json +2 -2
|
@@ -144,6 +144,12 @@
|
|
|
144
144
|
"tier": "presentation",
|
|
145
145
|
"type": "json"
|
|
146
146
|
},
|
|
147
|
+
"children": {
|
|
148
|
+
"description": "Declarative JSX drawable children — semantic atom invocations (`<SvgPrimitive/>`, `<SvgShading/>`, …) composed in paint order. The canvas is a draw-host: these children are routed to the painter as drawable descriptors, not DOM-wrapped. Use this to author a high-fidelity asset as a readable, nested JSX tree an LLM can rasterize.",
|
|
149
|
+
"label": "Children (drawable composition)",
|
|
150
|
+
"tier": "presentation",
|
|
151
|
+
"type": "node"
|
|
152
|
+
},
|
|
147
153
|
"className": {
|
|
148
154
|
"description": "--- Shared view config ---",
|
|
149
155
|
"label": "Class Name",
|
|
@@ -529,6 +535,7 @@
|
|
|
529
535
|
"backgroundColor": "@config.backgroundColor",
|
|
530
536
|
"backgroundImage": "@config.backgroundImage",
|
|
531
537
|
"camera": "@config.camera",
|
|
538
|
+
"children": "@config.children",
|
|
532
539
|
"className": "@config.className",
|
|
533
540
|
"drawables": "@config.drawables",
|
|
534
541
|
"featureClickEvent": "@config.featureClickEvent",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "RPG-tactics battle: thin organism composing the std-tactics-board-2d frame + std-score + std-xp (kills grant xp; level-ups heal the party via a HEAL intent). Isometric
|
|
2
|
+
"description": "RPG-tactics battle: thin organism composing the std-tactics-board-2d frame + std-score + std-xp (kills grant xp; level-ups heal the party via a HEAL intent). Isometric hand-authored svg theme supplied via config.",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04WMHVNGSY5NNRWD1QVRH": {
|
|
@@ -2482,6 +2482,22 @@
|
|
|
2482
2482
|
"name": "attackTargets",
|
|
2483
2483
|
"type": "array"
|
|
2484
2484
|
},
|
|
2485
|
+
{
|
|
2486
|
+
"default": [],
|
|
2487
|
+
"items": {
|
|
2488
|
+
"type": "string"
|
|
2489
|
+
},
|
|
2490
|
+
"name": "movedIds",
|
|
2491
|
+
"type": "array"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"default": [],
|
|
2495
|
+
"items": {
|
|
2496
|
+
"type": "string"
|
|
2497
|
+
},
|
|
2498
|
+
"name": "actedIds",
|
|
2499
|
+
"type": "array"
|
|
2500
|
+
},
|
|
2485
2501
|
{
|
|
2486
2502
|
"default": "observation",
|
|
2487
2503
|
"name": "uiPhase",
|