@almadar/std 16.84.0 → 16.85.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 (70) hide show
  1. package/behaviors/registry/ui/game/2d/organisms/ui-boardgame-board.orb +336 -0
  2. package/behaviors/registry/ui/game/2d/organisms/ui-city-builder-board.orb +588 -14
  3. package/behaviors/registry/ui/game/2d/organisms/ui-fishing-board.orb +240 -0
  4. package/behaviors/registry/ui/game/2d/organisms/ui-hex-strategy-board.orb +720 -0
  5. package/behaviors/registry/ui/game/2d/organisms/ui-holiday-runner-board.orb +240 -0
  6. package/behaviors/registry/ui/game/2d/organisms/ui-match-puzzle-board.orb +192 -0
  7. package/behaviors/registry/ui/game/2d/organisms/ui-minigolf-board.orb +288 -0
  8. package/behaviors/registry/ui/game/2d/organisms/ui-pinball-board.orb +432 -0
  9. package/behaviors/registry/ui/game/2d/organisms/ui-pirate-board.orb +624 -0
  10. package/behaviors/registry/ui/game/2d/organisms/ui-platformer-board.orb +392 -0
  11. package/behaviors/registry/ui/game/2d/organisms/ui-racing-board.orb +480 -0
  12. package/behaviors/registry/ui/game/2d/organisms/ui-roguelike-board.orb +480 -8
  13. package/behaviors/registry/ui/game/2d/organisms/ui-sokoban-board.orb +192 -0
  14. package/behaviors/registry/ui/game/2d/organisms/ui-space-shmup-board.orb +528 -0
  15. package/behaviors/registry/ui/game/2d/organisms/ui-space-station-board.orb +288 -0
  16. package/behaviors/registry/ui/game/2d/organisms/ui-sports-board.orb +420 -7
  17. package/behaviors/registry/ui/game/2d/organisms/ui-tanks-board.orb +720 -0
  18. package/behaviors/registry/ui/game/2d/organisms/ui-top-down-shooter-board.orb +540 -0
  19. package/behaviors/registry/ui/game/2d/organisms/ui-visual-novel-board.orb +178 -88
  20. package/behaviors/registry/ui/game/2d/organisms/ui-world-map-board.orb +660 -0
  21. package/behaviors/registry/ui/game/2d/templates/ui-city-builder-template.orb +420 -10
  22. package/behaviors/registry/ui/game/2d/templates/ui-platformer-template.orb +686 -0
  23. package/behaviors/registry/ui/game/2d/templates/ui-roguelike-template.orb +240 -4
  24. package/dist/behaviors/registry/ui/game/2d/organisms/ui-boardgame-board.orb +336 -0
  25. package/dist/behaviors/registry/ui/game/2d/organisms/ui-city-builder-board.orb +588 -14
  26. package/dist/behaviors/registry/ui/game/2d/organisms/ui-fishing-board.orb +240 -0
  27. package/dist/behaviors/registry/ui/game/2d/organisms/ui-hex-strategy-board.orb +720 -0
  28. package/dist/behaviors/registry/ui/game/2d/organisms/ui-holiday-runner-board.orb +240 -0
  29. package/dist/behaviors/registry/ui/game/2d/organisms/ui-match-puzzle-board.orb +192 -0
  30. package/dist/behaviors/registry/ui/game/2d/organisms/ui-minigolf-board.orb +288 -0
  31. package/dist/behaviors/registry/ui/game/2d/organisms/ui-pinball-board.orb +432 -0
  32. package/dist/behaviors/registry/ui/game/2d/organisms/ui-pirate-board.orb +624 -0
  33. package/dist/behaviors/registry/ui/game/2d/organisms/ui-platformer-board.orb +392 -0
  34. package/dist/behaviors/registry/ui/game/2d/organisms/ui-racing-board.orb +480 -0
  35. package/dist/behaviors/registry/ui/game/2d/organisms/ui-roguelike-board.orb +480 -8
  36. package/dist/behaviors/registry/ui/game/2d/organisms/ui-sokoban-board.orb +192 -0
  37. package/dist/behaviors/registry/ui/game/2d/organisms/ui-space-shmup-board.orb +528 -0
  38. package/dist/behaviors/registry/ui/game/2d/organisms/ui-space-station-board.orb +288 -0
  39. package/dist/behaviors/registry/ui/game/2d/organisms/ui-sports-board.orb +420 -7
  40. package/dist/behaviors/registry/ui/game/2d/organisms/ui-tanks-board.orb +720 -0
  41. package/dist/behaviors/registry/ui/game/2d/organisms/ui-top-down-shooter-board.orb +540 -0
  42. package/dist/behaviors/registry/ui/game/2d/organisms/ui-visual-novel-board.orb +178 -88
  43. package/dist/behaviors/registry/ui/game/2d/organisms/ui-world-map-board.orb +660 -0
  44. package/dist/behaviors/registry/ui/game/2d/templates/ui-city-builder-template.orb +420 -10
  45. package/dist/behaviors/registry/ui/game/2d/templates/ui-platformer-template.orb +686 -0
  46. package/dist/behaviors/registry/ui/game/2d/templates/ui-roguelike-template.orb +240 -4
  47. package/dist/registry/ui/game/2d/organisms/ui-boardgame-board.orb +336 -0
  48. package/dist/registry/ui/game/2d/organisms/ui-city-builder-board.orb +588 -14
  49. package/dist/registry/ui/game/2d/organisms/ui-fishing-board.orb +240 -0
  50. package/dist/registry/ui/game/2d/organisms/ui-hex-strategy-board.orb +720 -0
  51. package/dist/registry/ui/game/2d/organisms/ui-holiday-runner-board.orb +240 -0
  52. package/dist/registry/ui/game/2d/organisms/ui-match-puzzle-board.orb +192 -0
  53. package/dist/registry/ui/game/2d/organisms/ui-minigolf-board.orb +288 -0
  54. package/dist/registry/ui/game/2d/organisms/ui-pinball-board.orb +432 -0
  55. package/dist/registry/ui/game/2d/organisms/ui-pirate-board.orb +624 -0
  56. package/dist/registry/ui/game/2d/organisms/ui-platformer-board.orb +392 -0
  57. package/dist/registry/ui/game/2d/organisms/ui-racing-board.orb +480 -0
  58. package/dist/registry/ui/game/2d/organisms/ui-roguelike-board.orb +480 -8
  59. package/dist/registry/ui/game/2d/organisms/ui-sokoban-board.orb +192 -0
  60. package/dist/registry/ui/game/2d/organisms/ui-space-shmup-board.orb +528 -0
  61. package/dist/registry/ui/game/2d/organisms/ui-space-station-board.orb +288 -0
  62. package/dist/registry/ui/game/2d/organisms/ui-sports-board.orb +420 -7
  63. package/dist/registry/ui/game/2d/organisms/ui-tanks-board.orb +720 -0
  64. package/dist/registry/ui/game/2d/organisms/ui-top-down-shooter-board.orb +540 -0
  65. package/dist/registry/ui/game/2d/organisms/ui-visual-novel-board.orb +178 -88
  66. package/dist/registry/ui/game/2d/organisms/ui-world-map-board.orb +660 -0
  67. package/dist/registry/ui/game/2d/templates/ui-city-builder-template.orb +420 -10
  68. package/dist/registry/ui/game/2d/templates/ui-platformer-template.orb +686 -0
  69. package/dist/registry/ui/game/2d/templates/ui-roguelike-template.orb +240 -4
  70. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "VisualNovelBoard \u2014 game-shell composition: dialogue-bubble atom for speaker/text/portrait; LOLO drives CHOOSE/ADVANCE.",
2
+ "description": "VisualNovelBoard game-shell composition: dialogue-bubble atom for speaker/text/portrait; LOLO drives CHOOSE/ADVANCE.",
3
3
  "name": "ui-visual-novel-board",
4
4
  "orbitals": [
5
5
  {
@@ -119,23 +119,30 @@
119
119
  {
120
120
  "category": "interaction",
121
121
  "config": {
122
- "backgroundImage": {
122
+ "className": {
123
+ "default": "",
124
+ "description": "className prop",
125
+ "label": "Class Name",
126
+ "tier": "presentation",
127
+ "type": "string"
128
+ },
129
+ "coreBg": {
123
130
  "default": {
124
131
  "animations": [
125
132
  "static"
126
133
  ],
127
134
  "aspect": "16:9",
128
- "category": "corridor",
135
+ "category": "core",
129
136
  "dimension": "2d",
130
- "name": "corridor",
137
+ "name": "core",
131
138
  "role": "decoration",
132
- "style": "",
139
+ "style": "adventure",
133
140
  "thumbnailUrl": "",
134
- "url": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900'%3E%3Crect width='100%25' height='100%25' fill='%231a1a2e'/%3E%3Cline x1='0' y1='450' x2='1600' y2='450' stroke='%23333355' stroke-width='2'/%3E%3C/svg%3E",
141
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-visual-novel-board/default/backgrounds/core.png",
135
142
  "variant": ""
136
143
  },
137
- "description": "Full-frame scene background rendered behind the dialogue box.",
138
- "label": "Background Image",
144
+ "description": "Ancient core scene background (dark teal).",
145
+ "label": "Core Background",
139
146
  "properties": {
140
147
  "animations": {
141
148
  "items": {
@@ -194,12 +201,80 @@
194
201
  "tier": "presentation",
195
202
  "type": "Asset"
196
203
  },
197
- "className": {
198
- "default": "",
199
- "description": "className prop",
200
- "label": "Class Name",
204
+ "corridorBg": {
205
+ "default": {
206
+ "animations": [
207
+ "static"
208
+ ],
209
+ "aspect": "16:9",
210
+ "category": "corridor",
211
+ "dimension": "2d",
212
+ "name": "corridor",
213
+ "role": "decoration",
214
+ "style": "adventure",
215
+ "thumbnailUrl": "",
216
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-visual-novel-board/default/backgrounds/corridor.png",
217
+ "variant": ""
218
+ },
219
+ "description": "Stone corridor scene background (dark blue-grey).",
220
+ "label": "Corridor Background",
221
+ "properties": {
222
+ "animations": {
223
+ "items": {
224
+ "type": "string"
225
+ },
226
+ "name": "animations",
227
+ "required": false,
228
+ "type": "array"
229
+ },
230
+ "aspect": {
231
+ "name": "aspect",
232
+ "required": false,
233
+ "type": "string"
234
+ },
235
+ "category": {
236
+ "name": "category",
237
+ "required": false,
238
+ "type": "string"
239
+ },
240
+ "dimension": {
241
+ "name": "dimension",
242
+ "required": false,
243
+ "type": "string"
244
+ },
245
+ "name": {
246
+ "name": "name",
247
+ "required": false,
248
+ "type": "string"
249
+ },
250
+ "role": {
251
+ "name": "role",
252
+ "required": false,
253
+ "type": "string"
254
+ },
255
+ "style": {
256
+ "name": "style",
257
+ "required": false,
258
+ "type": "string"
259
+ },
260
+ "thumbnailUrl": {
261
+ "name": "thumbnailUrl",
262
+ "required": false,
263
+ "type": "string"
264
+ },
265
+ "url": {
266
+ "name": "url",
267
+ "required": false,
268
+ "type": "string"
269
+ },
270
+ "variant": {
271
+ "name": "variant",
272
+ "required": false,
273
+ "type": "string"
274
+ }
275
+ },
201
276
  "tier": "presentation",
202
- "type": "string"
277
+ "type": "Asset"
203
278
  },
204
279
  "error": {
205
280
  "description": "Error state (UiError)",
@@ -229,6 +304,81 @@
229
304
  "tier": "presentation",
230
305
  "type": "VisualNovelBoardError"
231
306
  },
307
+ "forgeBg": {
308
+ "default": {
309
+ "animations": [
310
+ "static"
311
+ ],
312
+ "aspect": "16:9",
313
+ "category": "forge",
314
+ "dimension": "2d",
315
+ "name": "forge",
316
+ "role": "decoration",
317
+ "style": "adventure",
318
+ "thumbnailUrl": "",
319
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-visual-novel-board/default/backgrounds/forge.png",
320
+ "variant": ""
321
+ },
322
+ "description": "Forge room scene background (dark orange-red).",
323
+ "label": "Forge Background",
324
+ "properties": {
325
+ "animations": {
326
+ "items": {
327
+ "type": "string"
328
+ },
329
+ "name": "animations",
330
+ "required": false,
331
+ "type": "array"
332
+ },
333
+ "aspect": {
334
+ "name": "aspect",
335
+ "required": false,
336
+ "type": "string"
337
+ },
338
+ "category": {
339
+ "name": "category",
340
+ "required": false,
341
+ "type": "string"
342
+ },
343
+ "dimension": {
344
+ "name": "dimension",
345
+ "required": false,
346
+ "type": "string"
347
+ },
348
+ "name": {
349
+ "name": "name",
350
+ "required": false,
351
+ "type": "string"
352
+ },
353
+ "role": {
354
+ "name": "role",
355
+ "required": false,
356
+ "type": "string"
357
+ },
358
+ "style": {
359
+ "name": "style",
360
+ "required": false,
361
+ "type": "string"
362
+ },
363
+ "thumbnailUrl": {
364
+ "name": "thumbnailUrl",
365
+ "required": false,
366
+ "type": "string"
367
+ },
368
+ "url": {
369
+ "name": "url",
370
+ "required": false,
371
+ "type": "string"
372
+ },
373
+ "variant": {
374
+ "name": "variant",
375
+ "required": false,
376
+ "type": "string"
377
+ }
378
+ },
379
+ "tier": "presentation",
380
+ "type": "Asset"
381
+ },
232
382
  "isLoading": {
233
383
  "default": false,
234
384
  "description": "Loading state indicator",
@@ -363,18 +513,18 @@
363
513
  },
364
514
  "portraitUrl": {
365
515
  "default": {
366
- "url": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='400'%3E%3Crect width='100%25' height='100%25' fill='%23334' rx='8'/%3E%3Ccircle cx='100' cy='100' r='60' fill='%23556'/%3E%3Crect x='40' y='170' width='120' height='180' rx='10' fill='%23445'/%3E%3C/svg%3E",
367
- "role": "npc",
368
- "category": "guide",
369
516
  "animations": [
370
517
  "static"
371
518
  ],
372
- "style": "",
373
- "variant": "",
374
- "dimension": "2d",
375
519
  "aspect": "1:2",
520
+ "category": "guide",
521
+ "dimension": "2d",
376
522
  "name": "guide",
377
- "thumbnailUrl": ""
523
+ "role": "npc",
524
+ "style": "adventure",
525
+ "thumbnailUrl": "",
526
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-visual-novel-board/default/portraits/guide.png",
527
+ "variant": ""
378
528
  },
379
529
  "description": "Large character portrait rendered standing over the scene.",
380
530
  "label": "Portrait Url",
@@ -449,66 +599,6 @@
449
599
  "label": "Typewriter Speed",
450
600
  "tier": "presentation",
451
601
  "type": "number"
452
- },
453
- "corridorBg": {
454
- "default": {
455
- "url": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900'%3E%3Crect width='100%25' height='100%25' fill='%231a1a2e'/%3E%3Cline x1='0' y1='450' x2='1600' y2='450' stroke='%23333355' stroke-width='2'/%3E%3C/svg%3E",
456
- "role": "decoration",
457
- "category": "corridor",
458
- "animations": [
459
- "static"
460
- ],
461
- "style": "",
462
- "variant": "",
463
- "dimension": "2d",
464
- "aspect": "16:9",
465
- "name": "corridor",
466
- "thumbnailUrl": ""
467
- },
468
- "description": "Stone corridor scene background.",
469
- "label": "Corridor Background",
470
- "tier": "presentation",
471
- "type": "Asset"
472
- },
473
- "forgeBg": {
474
- "default": {
475
- "url": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900'%3E%3Crect width='100%25' height='100%25' fill='%232e1a0a'/%3E%3Cline x1='0' y1='450' x2='1600' y2='450' stroke='%23553322' stroke-width='2'/%3E%3C/svg%3E",
476
- "role": "decoration",
477
- "category": "forge",
478
- "animations": [
479
- "static"
480
- ],
481
- "style": "",
482
- "variant": "",
483
- "dimension": "2d",
484
- "aspect": "16:9",
485
- "name": "forge",
486
- "thumbnailUrl": ""
487
- },
488
- "description": "Forge room scene background.",
489
- "label": "Forge Background",
490
- "tier": "presentation",
491
- "type": "Asset"
492
- },
493
- "coreBg": {
494
- "default": {
495
- "url": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900'%3E%3Crect width='100%25' height='100%25' fill='%230a1e2e'/%3E%3Cline x1='0' y1='450' x2='1600' y2='450' stroke='%23224455' stroke-width='2'/%3E%3C/svg%3E",
496
- "role": "decoration",
497
- "category": "core",
498
- "animations": [
499
- "static"
500
- ],
501
- "style": "",
502
- "variant": "",
503
- "dimension": "2d",
504
- "aspect": "16:9",
505
- "name": "core",
506
- "thumbnailUrl": ""
507
- },
508
- "description": "Ancient core scene background.",
509
- "label": "Core Background",
510
- "tier": "presentation",
511
- "type": "Asset"
512
602
  }
513
603
  },
514
604
  "emits": [
@@ -716,9 +806,9 @@
716
806
  "advanceEvent": "ADVANCE",
717
807
  "assetManifest": {
718
808
  "backgrounds": {
809
+ "core": "@config.coreBg",
719
810
  "corridor": "@config.corridorBg",
720
- "forge": "@config.forgeBg",
721
- "core": "@config.coreBg"
811
+ "forge": "@config.forgeBg"
722
812
  },
723
813
  "portraits": {
724
814
  "guide": "@config.portraitUrl",
@@ -825,9 +915,9 @@
825
915
  "advanceEvent": "ADVANCE",
826
916
  "assetManifest": {
827
917
  "backgrounds": {
918
+ "core": "@config.coreBg",
828
919
  "corridor": "@config.corridorBg",
829
- "forge": "@config.forgeBg",
830
- "core": "@config.coreBg"
920
+ "forge": "@config.forgeBg"
831
921
  },
832
922
  "portraits": {
833
923
  "guide": "@config.portraitUrl",
@@ -857,9 +947,9 @@
857
947
  "advanceEvent": "ADVANCE",
858
948
  "assetManifest": {
859
949
  "backgrounds": {
950
+ "core": "@config.coreBg",
860
951
  "corridor": "@config.corridorBg",
861
- "forge": "@config.forgeBg",
862
- "core": "@config.coreBg"
952
+ "forge": "@config.forgeBg"
863
953
  },
864
954
  "portraits": {
865
955
  "guide": "@config.portraitUrl",
@@ -966,9 +1056,9 @@
966
1056
  "advanceEvent": "ADVANCE",
967
1057
  "assetManifest": {
968
1058
  "backgrounds": {
1059
+ "core": "@config.coreBg",
969
1060
  "corridor": "@config.corridorBg",
970
- "forge": "@config.forgeBg",
971
- "core": "@config.coreBg"
1061
+ "forge": "@config.forgeBg"
972
1062
  },
973
1063
  "portraits": {
974
1064
  "guide": "@config.portraitUrl",