@almadar/std 8.3.0 → 8.4.1

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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -234,36 +234,36 @@
234
234
  "main",
235
235
  {
236
236
  "type": "stack",
237
- "align": "center",
237
+ "direction": "vertical",
238
+ "gap": "lg",
238
239
  "children": [
239
240
  {
240
241
  "type": "game-hud",
241
- "position": "top",
242
242
  "stats": [
243
243
  {
244
244
  "label": "HP",
245
245
  "value": "@entity.hp"
246
246
  },
247
247
  {
248
- "label": "Attack",
249
- "value": "@entity.attack"
248
+ "value": "@entity.attack",
249
+ "label": "Attack"
250
250
  },
251
251
  {
252
252
  "label": "Defense",
253
253
  "value": "@entity.defense"
254
254
  }
255
- ]
255
+ ],
256
+ "position": "top"
256
257
  },
257
258
  {
258
- "label": "Attack",
259
259
  "action": "ATTACK",
260
260
  "variant": "primary",
261
- "icon": "swords",
262
- "type": "button"
261
+ "type": "button",
262
+ "label": "Attack",
263
+ "icon": "swords"
263
264
  }
264
265
  ],
265
- "direction": "vertical",
266
- "gap": "lg"
266
+ "align": "center"
267
267
  }
268
268
  ]
269
269
  ]
@@ -277,12 +277,13 @@
277
277
  "render-ui",
278
278
  "main",
279
279
  {
280
- "type": "stack",
281
280
  "align": "center",
282
281
  "direction": "vertical",
283
282
  "gap": "lg",
284
283
  "children": [
285
284
  {
285
+ "position": "top",
286
+ "type": "game-hud",
286
287
  "stats": [
287
288
  {
288
289
  "value": "@entity.hp",
@@ -296,18 +297,17 @@
296
297
  "label": "Defense",
297
298
  "value": "@entity.defense"
298
299
  }
299
- ],
300
- "position": "top",
301
- "type": "game-hud"
300
+ ]
302
301
  },
303
302
  {
304
- "variant": "secondary",
305
- "type": "button",
306
303
  "action": "HIT",
307
- "icon": "clock",
308
- "label": "Cooldown End"
304
+ "label": "Cooldown End",
305
+ "type": "button",
306
+ "variant": "secondary",
307
+ "icon": "clock"
309
308
  }
310
- ]
309
+ ],
310
+ "type": "stack"
311
311
  }
312
312
  ]
313
313
  ]
@@ -322,33 +322,33 @@
322
322
  "main",
323
323
  {
324
324
  "direction": "vertical",
325
- "gap": "lg",
326
325
  "align": "center",
327
326
  "type": "stack",
328
327
  "children": [
329
328
  {
329
+ "position": "top",
330
+ "type": "game-hud",
330
331
  "stats": [
331
332
  {
332
333
  "label": "HP",
333
334
  "value": "@entity.hp"
334
335
  },
335
336
  {
336
- "label": "Attack",
337
- "value": "@entity.attack"
337
+ "value": "@entity.attack",
338
+ "label": "Attack"
338
339
  },
339
340
  {
340
- "label": "Defense",
341
- "value": "@entity.defense"
341
+ "value": "@entity.defense",
342
+ "label": "Defense"
342
343
  }
343
- ],
344
- "position": "top",
345
- "type": "game-hud"
344
+ ]
346
345
  },
347
346
  {
348
- "type": "badge",
349
- "label": "Cooling down..."
347
+ "label": "Cooling down...",
348
+ "type": "badge"
350
349
  }
351
- ]
350
+ ],
351
+ "gap": "lg"
352
352
  }
353
353
  ]
354
354
  ]
@@ -362,24 +362,24 @@
362
362
  "render-ui",
363
363
  "main",
364
364
  {
365
- "direction": "vertical",
366
- "gap": "lg",
367
365
  "type": "stack",
368
- "align": "center",
369
366
  "children": [
370
367
  {
368
+ "title": "Defeated",
371
369
  "type": "game-over-screen",
372
- "variant": "defeat",
373
- "title": "Defeated"
370
+ "variant": "defeat"
374
371
  },
375
372
  {
376
- "type": "button",
377
373
  "icon": "rotate-ccw",
378
- "variant": "ghost",
379
374
  "label": "Reset",
380
- "action": "RESET"
375
+ "type": "button",
376
+ "action": "RESET",
377
+ "variant": "ghost"
381
378
  }
382
- ]
379
+ ],
380
+ "gap": "lg",
381
+ "direction": "vertical",
382
+ "align": "center"
383
383
  }
384
384
  ]
385
385
  ]
@@ -396,34 +396,34 @@
396
396
  "align": "center",
397
397
  "type": "stack",
398
398
  "gap": "lg",
399
- "direction": "vertical",
400
399
  "children": [
401
400
  {
402
- "position": "top",
401
+ "type": "game-hud",
403
402
  "stats": [
404
403
  {
405
- "label": "HP",
406
- "value": "@entity.hp"
404
+ "value": "@entity.hp",
405
+ "label": "HP"
407
406
  },
408
407
  {
409
408
  "value": "@entity.attack",
410
409
  "label": "Attack"
411
410
  },
412
411
  {
413
- "value": "@entity.defense",
414
- "label": "Defense"
412
+ "label": "Defense",
413
+ "value": "@entity.defense"
415
414
  }
416
415
  ],
417
- "type": "game-hud"
416
+ "position": "top"
418
417
  },
419
418
  {
420
- "label": "Attack",
421
- "variant": "primary",
422
419
  "type": "button",
420
+ "action": "ATTACK",
421
+ "variant": "primary",
423
422
  "icon": "swords",
424
- "action": "ATTACK"
423
+ "label": "Attack"
425
424
  }
426
- ]
425
+ ],
426
+ "direction": "vertical"
427
427
  }
428
428
  ]
429
429
  ]
@@ -437,24 +437,24 @@
437
437
  "render-ui",
438
438
  "main",
439
439
  {
440
+ "type": "stack",
441
+ "align": "center",
440
442
  "gap": "lg",
441
443
  "children": [
442
444
  {
445
+ "type": "game-over-screen",
443
446
  "variant": "defeat",
444
- "title": "Defeated",
445
- "type": "game-over-screen"
447
+ "title": "Defeated"
446
448
  },
447
449
  {
450
+ "label": "Reset",
451
+ "variant": "ghost",
448
452
  "icon": "rotate-ccw",
449
453
  "type": "button",
450
- "variant": "ghost",
451
- "label": "Reset",
452
454
  "action": "RESET"
453
455
  }
454
456
  ],
455
- "type": "stack",
456
- "direction": "vertical",
457
- "align": "center"
457
+ "direction": "vertical"
458
458
  }
459
459
  ]
460
460
  ]
@@ -468,35 +468,35 @@
468
468
  "render-ui",
469
469
  "main",
470
470
  {
471
- "gap": "lg",
472
471
  "type": "stack",
473
472
  "direction": "vertical",
473
+ "gap": "lg",
474
474
  "align": "center",
475
475
  "children": [
476
476
  {
477
- "type": "game-hud",
478
- "position": "top",
479
477
  "stats": [
480
478
  {
481
- "value": "@entity.hp",
482
- "label": "HP"
479
+ "label": "HP",
480
+ "value": "@entity.hp"
483
481
  },
484
482
  {
485
483
  "label": "Attack",
486
484
  "value": "@entity.attack"
487
485
  },
488
486
  {
489
- "value": "@entity.defense",
490
- "label": "Defense"
487
+ "label": "Defense",
488
+ "value": "@entity.defense"
491
489
  }
492
- ]
490
+ ],
491
+ "position": "top",
492
+ "type": "game-hud"
493
493
  },
494
494
  {
495
+ "type": "button",
495
496
  "icon": "swords",
496
- "variant": "primary",
497
+ "action": "ATTACK",
497
498
  "label": "Attack",
498
- "type": "button",
499
- "action": "ATTACK"
499
+ "variant": "primary"
500
500
  }
501
501
  ]
502
502
  }
@@ -213,13 +213,13 @@
213
213
  "render-ui",
214
214
  "main",
215
215
  {
216
- "position": "bottom",
216
+ "typewriterSpeed": 30.0,
217
217
  "type": "dialogue-box",
218
+ "position": "bottom",
218
219
  "dialogue": {
219
- "text": "@entity.text",
220
- "speaker": "@entity.speaker"
221
- },
222
- "typewriterSpeed": 30.0
220
+ "speaker": "@entity.speaker",
221
+ "text": "@entity.text"
222
+ }
223
223
  }
224
224
  ]
225
225
  ]
@@ -243,13 +243,13 @@
243
243
  "render-ui",
244
244
  "main",
245
245
  {
246
+ "type": "dialogue-box",
247
+ "typewriterSpeed": 30.0,
246
248
  "dialogue": {
247
- "text": "@entity.text",
248
- "speaker": "@entity.speaker"
249
+ "speaker": "@entity.speaker",
250
+ "text": "@entity.text"
249
251
  },
250
- "position": "bottom",
251
- "typewriterSpeed": 30.0,
252
- "type": "dialogue-box"
252
+ "position": "bottom"
253
253
  }
254
254
  ]
255
255
  ]
@@ -263,13 +263,13 @@
263
263
  "render-ui",
264
264
  "main",
265
265
  {
266
+ "position": "bottom",
266
267
  "typewriterSpeed": 30.0,
268
+ "type": "dialogue-box",
267
269
  "dialogue": {
268
270
  "speaker": "@entity.speaker",
269
271
  "text": "@entity.text"
270
- },
271
- "type": "dialogue-box",
272
- "position": "bottom"
272
+ }
273
273
  }
274
274
  ]
275
275
  ]
@@ -283,21 +283,21 @@
283
283
  "render-ui",
284
284
  "main",
285
285
  {
286
- "align": "center",
287
286
  "children": [
288
287
  {
289
- "type": "typography",
290
288
  "content": "Dialogue complete",
291
- "variant": "caption"
289
+ "variant": "caption",
290
+ "type": "typography"
292
291
  },
293
292
  {
293
+ "action": "START_DIALOGUE",
294
+ "variant": "primary",
294
295
  "icon": "message-circle",
295
296
  "label": "New Dialogue",
296
- "type": "button",
297
- "action": "START_DIALOGUE",
298
- "variant": "primary"
297
+ "type": "button"
299
298
  }
300
299
  ],
300
+ "align": "center",
301
301
  "type": "stack",
302
302
  "direction": "vertical",
303
303
  "gap": "md"
@@ -315,8 +315,8 @@
315
315
  "DialogueNode",
316
316
  {
317
317
  "emit": {
318
- "failure": "DialogueNodeLoadFailed",
319
- "success": "DialogueNodeLoaded"
318
+ "success": "DialogueNodeLoaded",
319
+ "failure": "DialogueNodeLoadFailed"
320
320
  }
321
321
  }
322
322
  ],
@@ -325,12 +325,12 @@
325
325
  "main",
326
326
  {
327
327
  "dialogue": {
328
- "speaker": "@entity.speaker",
329
- "text": "@entity.text"
328
+ "text": "@entity.text",
329
+ "speaker": "@entity.speaker"
330
330
  },
331
- "position": "bottom",
331
+ "typewriterSpeed": 30.0,
332
332
  "type": "dialogue-box",
333
- "typewriterSpeed": 30.0
333
+ "position": "bottom"
334
334
  }
335
335
  ]
336
336
  ]
@@ -166,45 +166,45 @@
166
166
  "render-ui",
167
167
  "main",
168
168
  {
169
- "type": "stack",
170
- "gap": "md",
171
169
  "direction": "vertical",
170
+ "gap": "md",
171
+ "type": "stack",
172
172
  "children": [
173
173
  {
174
- "direction": "horizontal",
174
+ "gap": "sm",
175
175
  "type": "stack",
176
+ "direction": "horizontal",
176
177
  "align": "center",
177
178
  "children": [
178
179
  {
179
- "type": "icon",
180
- "name": "monitor"
180
+ "name": "monitor",
181
+ "type": "icon"
181
182
  },
182
183
  {
183
- "type": "typography",
184
184
  "content": "GameCanvas2d Canvas",
185
- "variant": "h3"
185
+ "variant": "h3",
186
+ "type": "typography"
186
187
  }
187
- ],
188
- "gap": "sm"
188
+ ]
189
189
  },
190
190
  {
191
- "type": "typography",
192
191
  "content": "800x600 @ 60fps",
193
- "color": "muted",
194
- "variant": "caption"
192
+ "type": "typography",
193
+ "variant": "caption",
194
+ "color": "muted"
195
195
  },
196
196
  {
197
- "fps": 60.0,
198
- "type": "game-canvas-2d",
199
197
  "width": 800.0,
200
- "height": 600.0
198
+ "fps": 60.0,
199
+ "height": 600.0,
200
+ "type": "game-canvas-2d"
201
201
  },
202
202
  {
203
203
  "type": "button",
204
- "action": "START",
204
+ "label": "Start",
205
205
  "variant": "primary",
206
206
  "icon": "play",
207
- "label": "Start"
207
+ "action": "START"
208
208
  }
209
209
  ]
210
210
  }
@@ -222,39 +222,39 @@
222
222
  {
223
223
  "direction": "vertical",
224
224
  "gap": "md",
225
- "type": "stack",
226
225
  "children": [
227
226
  {
228
- "gap": "sm",
229
- "align": "center",
230
- "type": "stack",
231
227
  "children": [
232
228
  {
233
- "type": "icon",
234
- "name": "monitor"
229
+ "name": "monitor",
230
+ "type": "icon"
235
231
  },
236
232
  {
237
- "content": "GameCanvas2d Canvas",
238
233
  "variant": "h3",
234
+ "content": "GameCanvas2d Canvas",
239
235
  "type": "typography"
240
236
  }
241
237
  ],
242
- "direction": "horizontal"
238
+ "direction": "horizontal",
239
+ "gap": "sm",
240
+ "type": "stack",
241
+ "align": "center"
243
242
  },
244
243
  {
244
+ "type": "game-canvas-2d",
245
245
  "width": 800.0,
246
246
  "height": 600.0,
247
- "fps": 60.0,
248
- "type": "game-canvas-2d"
247
+ "fps": 60.0
249
248
  },
250
249
  {
251
- "variant": "ghost",
250
+ "label": "Stop",
252
251
  "type": "button",
253
252
  "action": "STOP",
254
- "icon": "square",
255
- "label": "Stop"
253
+ "variant": "ghost",
254
+ "icon": "square"
256
255
  }
257
- ]
256
+ ],
257
+ "type": "stack"
258
258
  }
259
259
  ]
260
260
  ]
@@ -273,47 +273,47 @@
273
273
  "render-ui",
274
274
  "main",
275
275
  {
276
- "direction": "vertical",
277
- "gap": "md",
278
276
  "children": [
279
277
  {
278
+ "align": "center",
279
+ "type": "stack",
280
+ "direction": "horizontal",
280
281
  "children": [
281
282
  {
282
283
  "type": "icon",
283
284
  "name": "monitor"
284
285
  },
285
286
  {
287
+ "variant": "h3",
286
288
  "type": "typography",
287
- "content": "GameCanvas2d Canvas",
288
- "variant": "h3"
289
+ "content": "GameCanvas2d Canvas"
289
290
  }
290
291
  ],
291
- "gap": "sm",
292
- "type": "stack",
293
- "align": "center",
294
- "direction": "horizontal"
292
+ "gap": "sm"
295
293
  },
296
294
  {
297
295
  "content": "800x600 @ 60fps",
298
296
  "type": "typography",
299
- "variant": "caption",
300
- "color": "muted"
297
+ "color": "muted",
298
+ "variant": "caption"
301
299
  },
302
300
  {
303
- "height": 600.0,
301
+ "type": "game-canvas-2d",
304
302
  "fps": 60.0,
305
303
  "width": 800.0,
306
- "type": "game-canvas-2d"
304
+ "height": 600.0
307
305
  },
308
306
  {
309
- "action": "START",
310
- "label": "Start",
311
- "type": "button",
312
307
  "variant": "primary",
313
- "icon": "play"
308
+ "type": "button",
309
+ "action": "START",
310
+ "icon": "play",
311
+ "label": "Start"
314
312
  }
315
313
  ],
316
- "type": "stack"
314
+ "gap": "md",
315
+ "type": "stack",
316
+ "direction": "vertical"
317
317
  }
318
318
  ]
319
319
  ]