@almadar/std 8.5.1 → 9.0.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -46,7 +46,7 @@
46
46
  "event": "ArcadeStateLoaded",
47
47
  "description": "Fired when ArcadeState finishes loading",
48
48
  "scope": "internal",
49
- "payload": [
49
+ "payloadSchema": [
50
50
  {
51
51
  "name": "id",
52
52
  "type": "string",
@@ -74,7 +74,7 @@
74
74
  "event": "ArcadeStateLoadFailed",
75
75
  "description": "Fired when ArcadeState fails to load",
76
76
  "scope": "internal",
77
- "payload": [
77
+ "payloadSchema": [
78
78
  {
79
79
  "name": "message",
80
80
  "type": "string"
@@ -134,7 +134,7 @@
134
134
  {
135
135
  "key": "ArcadeStateLoaded",
136
136
  "name": "ArcadeState loaded",
137
- "payload": [
137
+ "payloadSchema": [
138
138
  {
139
139
  "name": "id",
140
140
  "type": "string",
@@ -161,7 +161,7 @@
161
161
  {
162
162
  "key": "ArcadeStateLoadFailed",
163
163
  "name": "ArcadeState load failed",
164
- "payload": [
164
+ "payloadSchema": [
165
165
  {
166
166
  "name": "message",
167
167
  "type": "string"
@@ -180,8 +180,8 @@
180
180
  "ArcadeState",
181
181
  {
182
182
  "emit": {
183
- "failure": "ArcadeStateLoadFailed",
184
- "success": "ArcadeStateLoaded"
183
+ "success": "ArcadeStateLoaded",
184
+ "failure": "ArcadeStateLoadFailed"
185
185
  }
186
186
  }
187
187
  ],
@@ -189,23 +189,23 @@
189
189
  "render-ui",
190
190
  "main",
191
191
  {
192
- "type": "game-shell",
193
- "showTopBar": true,
194
192
  "appName": "Arcade Game",
193
+ "showTopBar": true,
195
194
  "children": [
196
195
  {
197
196
  "type": "game-menu",
198
- "subtitle": "Main Menu",
199
- "title": "Arcade",
200
197
  "menuItems": [
201
198
  {
202
- "event": "START",
199
+ "variant": "primary",
203
200
  "label": "Start Game",
204
- "variant": "primary"
201
+ "event": "START"
205
202
  }
206
- ]
203
+ ],
204
+ "title": "Arcade",
205
+ "subtitle": "Main Menu"
207
206
  }
208
- ]
207
+ ],
208
+ "type": "game-shell"
209
209
  }
210
210
  ]
211
211
  ]
@@ -221,21 +221,21 @@
221
221
  {
222
222
  "children": [
223
223
  {
224
- "type": "game-hud",
225
224
  "stats": [
226
225
  {
227
- "value": "@entity.score",
228
- "label": "Score"
226
+ "label": "Score",
227
+ "value": "@entity.score"
229
228
  },
230
229
  {
231
230
  "label": "Level",
232
231
  "value": "@entity.level"
233
232
  }
234
- ]
233
+ ],
234
+ "type": "game-hud"
235
235
  }
236
236
  ],
237
- "appName": "Arcade Game",
238
237
  "showTopBar": true,
238
+ "appName": "Arcade Game",
239
239
  "type": "game-shell"
240
240
  }
241
241
  ]
@@ -255,8 +255,8 @@
255
255
  "render-ui",
256
256
  "modal",
257
257
  {
258
- "title": "Paused",
259
258
  "type": "game-menu",
259
+ "title": "Paused",
260
260
  "menuItems": [
261
261
  {
262
262
  "variant": "primary",
@@ -264,8 +264,8 @@
264
264
  "event": "RESUME"
265
265
  },
266
266
  {
267
- "event": "RESTART",
268
267
  "label": "Quit",
268
+ "event": "RESTART",
269
269
  "variant": "ghost"
270
270
  }
271
271
  ]
@@ -282,24 +282,17 @@
282
282
  "render-ui",
283
283
  "main",
284
284
  {
285
+ "appName": "Arcade Game",
286
+ "type": "game-shell",
287
+ "showTopBar": true,
285
288
  "children": [
286
289
  {
287
- "type": "game-over-screen",
288
290
  "title": "Game Over",
289
- "stats": [
290
- {
291
- "value": "@entity.score",
292
- "label": "Score"
293
- },
294
- {
295
- "value": "@entity.level",
296
- "label": "Level"
297
- }
298
- ],
291
+ "type": "game-over-screen",
299
292
  "menuItems": [
300
293
  {
301
- "variant": "primary",
302
294
  "label": "Play Again",
295
+ "variant": "primary",
303
296
  "event": "RESTART"
304
297
  },
305
298
  {
@@ -307,12 +300,19 @@
307
300
  "label": "Main Menu",
308
301
  "event": "RESTART"
309
302
  }
303
+ ],
304
+ "stats": [
305
+ {
306
+ "label": "Score",
307
+ "value": "@entity.score"
308
+ },
309
+ {
310
+ "label": "Level",
311
+ "value": "@entity.level"
312
+ }
310
313
  ]
311
314
  }
312
- ],
313
- "type": "game-shell",
314
- "appName": "Arcade Game",
315
- "showTopBar": true
315
+ ]
316
316
  }
317
317
  ]
318
318
  ]
@@ -336,9 +336,8 @@
336
336
  "render-ui",
337
337
  "main",
338
338
  {
339
- "type": "game-shell",
340
- "appName": "Arcade Game",
341
339
  "showTopBar": true,
340
+ "type": "game-shell",
342
341
  "children": [
343
342
  {
344
343
  "type": "game-hud",
@@ -353,7 +352,8 @@
353
352
  }
354
353
  ]
355
354
  }
356
- ]
355
+ ],
356
+ "appName": "Arcade Game"
357
357
  }
358
358
  ]
359
359
  ]
@@ -372,7 +372,6 @@
372
372
  "render-ui",
373
373
  "main",
374
374
  {
375
- "type": "game-shell",
376
375
  "appName": "Arcade Game",
377
376
  "children": [
378
377
  {
@@ -389,7 +388,8 @@
389
388
  "type": "game-hud"
390
389
  }
391
390
  ],
392
- "showTopBar": true
391
+ "showTopBar": true,
392
+ "type": "game-shell"
393
393
  }
394
394
  ]
395
395
  ]
@@ -408,23 +408,23 @@
408
408
  "render-ui",
409
409
  "main",
410
410
  {
411
- "appName": "Arcade Game",
412
- "showTopBar": true,
411
+ "type": "game-shell",
413
412
  "children": [
414
413
  {
414
+ "subtitle": "Main Menu",
415
+ "title": "Arcade",
416
+ "type": "game-menu",
415
417
  "menuItems": [
416
418
  {
419
+ "variant": "primary",
417
420
  "event": "START",
418
- "label": "Start Game",
419
- "variant": "primary"
421
+ "label": "Start Game"
420
422
  }
421
- ],
422
- "type": "game-menu",
423
- "subtitle": "Main Menu",
424
- "title": "Arcade"
423
+ ]
425
424
  }
426
425
  ],
427
- "type": "game-shell"
426
+ "appName": "Arcade Game",
427
+ "showTopBar": true
428
428
  }
429
429
  ]
430
430
  ]
@@ -438,10 +438,10 @@
438
438
  "render-ui",
439
439
  "main",
440
440
  {
441
+ "appName": "Arcade Game",
442
+ "showTopBar": true,
441
443
  "children": [
442
444
  {
443
- "title": "Arcade",
444
- "subtitle": "Main Menu",
445
445
  "type": "game-menu",
446
446
  "menuItems": [
447
447
  {
@@ -449,12 +449,12 @@
449
449
  "label": "Start Game",
450
450
  "event": "START"
451
451
  }
452
- ]
452
+ ],
453
+ "subtitle": "Main Menu",
454
+ "title": "Arcade"
453
455
  }
454
456
  ],
455
- "type": "game-shell",
456
- "showTopBar": true,
457
- "appName": "Arcade Game"
457
+ "type": "game-shell"
458
458
  }
459
459
  ]
460
460
  ]
@@ -515,7 +515,7 @@
515
515
  "event": "ArcadeCanvasLoaded",
516
516
  "description": "Fired when ArcadeCanvas finishes loading",
517
517
  "scope": "internal",
518
- "payload": [
518
+ "payloadSchema": [
519
519
  {
520
520
  "name": "id",
521
521
  "type": "string",
@@ -543,7 +543,7 @@
543
543
  "event": "ArcadeCanvasLoadFailed",
544
544
  "description": "Fired when ArcadeCanvas fails to load",
545
545
  "scope": "internal",
546
- "payload": [
546
+ "payloadSchema": [
547
547
  {
548
548
  "name": "message",
549
549
  "type": "string"
@@ -581,7 +581,7 @@
581
581
  {
582
582
  "key": "ArcadeCanvasLoaded",
583
583
  "name": "ArcadeCanvas loaded",
584
- "payload": [
584
+ "payloadSchema": [
585
585
  {
586
586
  "name": "id",
587
587
  "type": "string",
@@ -608,7 +608,7 @@
608
608
  {
609
609
  "key": "ArcadeCanvasLoadFailed",
610
610
  "name": "ArcadeCanvas load failed",
611
- "payload": [
611
+ "payloadSchema": [
612
612
  {
613
613
  "name": "message",
614
614
  "type": "string"
@@ -637,18 +637,19 @@
637
637
  "main",
638
638
  {
639
639
  "type": "game-shell",
640
+ "appName": "Arcade Game",
641
+ "showTopBar": true,
640
642
  "children": [
641
643
  {
642
- "type": "stack",
643
- "gap": "md",
644
- "direction": "vertical",
645
644
  "children": [
646
645
  {
647
- "gap": "sm",
646
+ "direction": "horizontal",
647
+ "align": "center",
648
+ "type": "stack",
648
649
  "children": [
649
650
  {
650
- "type": "icon",
651
- "name": "monitor"
651
+ "name": "monitor",
652
+ "type": "icon"
652
653
  },
653
654
  {
654
655
  "type": "typography",
@@ -656,34 +657,33 @@
656
657
  "variant": "h3"
657
658
  }
658
659
  ],
659
- "direction": "horizontal",
660
- "type": "stack",
661
- "align": "center"
660
+ "gap": "sm"
662
661
  },
663
662
  {
664
- "variant": "caption",
665
663
  "color": "muted",
666
664
  "type": "typography",
667
- "content": "800x600 @ 60fps"
665
+ "content": "800x600 @ 60fps",
666
+ "variant": "caption"
668
667
  },
669
668
  {
670
- "type": "game-canvas-2d",
671
669
  "fps": 60.0,
670
+ "type": "game-canvas-2d",
672
671
  "width": 800.0,
673
672
  "height": 600.0
674
673
  },
675
674
  {
676
- "type": "button",
677
- "action": "START",
678
- "label": "Start",
679
675
  "icon": "play",
680
- "variant": "primary"
676
+ "action": "START",
677
+ "type": "button",
678
+ "variant": "primary",
679
+ "label": "Start"
681
680
  }
682
- ]
681
+ ],
682
+ "direction": "vertical",
683
+ "type": "stack",
684
+ "gap": "md"
683
685
  }
684
- ],
685
- "showTopBar": true,
686
- "appName": "Arcade Game"
686
+ ]
687
687
  }
688
688
  ]
689
689
  ]
@@ -697,15 +697,13 @@
697
697
  "render-ui",
698
698
  "main",
699
699
  {
700
- "type": "game-shell",
700
+ "showTopBar": true,
701
701
  "children": [
702
702
  {
703
703
  "type": "stack",
704
704
  "direction": "vertical",
705
- "gap": "md",
706
705
  "children": [
707
706
  {
708
- "direction": "horizontal",
709
707
  "type": "stack",
710
708
  "children": [
711
709
  {
@@ -718,27 +716,29 @@
718
716
  "variant": "h3"
719
717
  }
720
718
  ],
719
+ "direction": "horizontal",
721
720
  "gap": "sm",
722
721
  "align": "center"
723
722
  },
724
723
  {
725
- "fps": 60.0,
726
724
  "height": 600.0,
725
+ "fps": 60.0,
727
726
  "width": 800.0,
728
727
  "type": "game-canvas-2d"
729
728
  },
730
729
  {
730
+ "action": "STOP",
731
+ "icon": "square",
731
732
  "type": "button",
732
733
  "label": "Stop",
733
- "variant": "ghost",
734
- "icon": "square",
735
- "action": "STOP"
734
+ "variant": "ghost"
736
735
  }
737
- ]
736
+ ],
737
+ "gap": "md"
738
738
  }
739
739
  ],
740
- "appName": "Arcade Game",
741
- "showTopBar": true
740
+ "type": "game-shell",
741
+ "appName": "Arcade Game"
742
742
  }
743
743
  ]
744
744
  ]
@@ -759,52 +759,52 @@
759
759
  {
760
760
  "children": [
761
761
  {
762
- "gap": "md",
763
- "direction": "vertical",
764
- "type": "stack",
765
762
  "children": [
766
763
  {
767
- "gap": "sm",
768
- "direction": "horizontal",
769
- "type": "stack",
770
- "align": "center",
771
764
  "children": [
772
765
  {
773
766
  "name": "monitor",
774
767
  "type": "icon"
775
768
  },
776
769
  {
777
- "content": "ArcadeCanvas Canvas",
778
770
  "variant": "h3",
779
- "type": "typography"
771
+ "type": "typography",
772
+ "content": "ArcadeCanvas Canvas"
780
773
  }
781
- ]
774
+ ],
775
+ "type": "stack",
776
+ "direction": "horizontal",
777
+ "align": "center",
778
+ "gap": "sm"
782
779
  },
783
780
  {
781
+ "color": "muted",
784
782
  "content": "800x600 @ 60fps",
785
783
  "variant": "caption",
786
- "type": "typography",
787
- "color": "muted"
784
+ "type": "typography"
788
785
  },
789
786
  {
790
787
  "type": "game-canvas-2d",
791
- "height": 600.0,
792
788
  "fps": 60.0,
793
- "width": 800.0
789
+ "width": 800.0,
790
+ "height": 600.0
794
791
  },
795
792
  {
796
793
  "label": "Start",
797
- "variant": "primary",
794
+ "action": "START",
798
795
  "type": "button",
799
- "icon": "play",
800
- "action": "START"
796
+ "variant": "primary",
797
+ "icon": "play"
801
798
  }
802
- ]
799
+ ],
800
+ "direction": "vertical",
801
+ "type": "stack",
802
+ "gap": "md"
803
803
  }
804
804
  ],
805
- "showTopBar": true,
806
805
  "type": "game-shell",
807
- "appName": "Arcade Game"
806
+ "appName": "Arcade Game",
807
+ "showTopBar": true
808
808
  }
809
809
  ]
810
810
  ]
@@ -882,7 +882,7 @@
882
882
  "event": "ArcadeScoreLoaded",
883
883
  "description": "Fired when ArcadeScore finishes loading",
884
884
  "scope": "internal",
885
- "payload": [
885
+ "payloadSchema": [
886
886
  {
887
887
  "name": "id",
888
888
  "type": "string",
@@ -924,7 +924,7 @@
924
924
  "event": "ArcadeScoreLoadFailed",
925
925
  "description": "Fired when ArcadeScore fails to load",
926
926
  "scope": "internal",
927
- "payload": [
927
+ "payloadSchema": [
928
928
  {
929
929
  "name": "message",
930
930
  "type": "string"
@@ -947,7 +947,7 @@
947
947
  {
948
948
  "key": "ADD_SCORE",
949
949
  "name": "Add Score",
950
- "payload": [
950
+ "payloadSchema": [
951
951
  {
952
952
  "name": "points",
953
953
  "type": "string"
@@ -957,7 +957,7 @@
957
957
  {
958
958
  "key": "COMBO",
959
959
  "name": "Combo",
960
- "payload": [
960
+ "payloadSchema": [
961
961
  {
962
962
  "name": "multiplier",
963
963
  "type": "string"
@@ -971,7 +971,7 @@
971
971
  {
972
972
  "key": "ArcadeScoreLoaded",
973
973
  "name": "ArcadeScore loaded",
974
- "payload": [
974
+ "payloadSchema": [
975
975
  {
976
976
  "name": "id",
977
977
  "type": "string",
@@ -1012,7 +1012,7 @@
1012
1012
  {
1013
1013
  "key": "ArcadeScoreLoadFailed",
1014
1014
  "name": "ArcadeScore load failed",
1015
- "payload": [
1015
+ "payloadSchema": [
1016
1016
  {
1017
1017
  "name": "message",
1018
1018
  "type": "string"
@@ -1040,19 +1040,19 @@
1040
1040
  "render-ui",
1041
1041
  "main",
1042
1042
  {
1043
+ "appName": "Arcade Game",
1044
+ "type": "game-shell",
1043
1045
  "children": [
1044
1046
  {
1045
- "type": "score-board",
1046
1047
  "combo": "@entity.combo",
1047
1048
  "multiplier": "@entity.multiplier",
1048
1049
  "level": "@entity.level",
1049
- "score": "@entity.score",
1050
- "highScore": "@entity.highScore"
1050
+ "highScore": "@entity.highScore",
1051
+ "type": "score-board",
1052
+ "score": "@entity.score"
1051
1053
  }
1052
1054
  ],
1053
- "type": "game-shell",
1054
- "showTopBar": true,
1055
- "appName": "Arcade Game"
1055
+ "showTopBar": true
1056
1056
  }
1057
1057
  ]
1058
1058
  ]
@@ -1085,18 +1085,18 @@
1085
1085
  "main",
1086
1086
  {
1087
1087
  "showTopBar": true,
1088
+ "type": "game-shell",
1088
1089
  "appName": "Arcade Game",
1089
1090
  "children": [
1090
1091
  {
1091
- "score": "@entity.score",
1092
- "combo": "@entity.combo",
1093
- "highScore": "@entity.highScore",
1094
1092
  "multiplier": "@entity.multiplier",
1093
+ "level": "@entity.level",
1094
+ "highScore": "@entity.highScore",
1095
+ "combo": "@entity.combo",
1095
1096
  "type": "score-board",
1096
- "level": "@entity.level"
1097
+ "score": "@entity.score"
1097
1098
  }
1098
- ],
1099
- "type": "game-shell"
1099
+ ]
1100
1100
  }
1101
1101
  ]
1102
1102
  ]
@@ -1115,19 +1115,19 @@
1115
1115
  "render-ui",
1116
1116
  "main",
1117
1117
  {
1118
- "showTopBar": true,
1119
- "appName": "Arcade Game",
1120
1118
  "children": [
1121
1119
  {
1122
- "combo": "@entity.combo",
1123
1120
  "type": "score-board",
1124
- "level": "@entity.level",
1125
1121
  "score": "@entity.score",
1122
+ "highScore": "@entity.highScore",
1126
1123
  "multiplier": "@entity.multiplier",
1127
- "highScore": "@entity.highScore"
1124
+ "level": "@entity.level",
1125
+ "combo": "@entity.combo"
1128
1126
  }
1129
1127
  ],
1130
- "type": "game-shell"
1128
+ "type": "game-shell",
1129
+ "appName": "Arcade Game",
1130
+ "showTopBar": true
1131
1131
  }
1132
1132
  ]
1133
1133
  ]
@@ -1158,17 +1158,17 @@
1158
1158
  {
1159
1159
  "appName": "Arcade Game",
1160
1160
  "type": "game-shell",
1161
+ "showTopBar": true,
1161
1162
  "children": [
1162
1163
  {
1163
- "highScore": "@entity.highScore",
1164
- "multiplier": "@entity.multiplier",
1165
- "type": "score-board",
1166
1164
  "score": "@entity.score",
1167
1165
  "combo": "@entity.combo",
1168
- "level": "@entity.level"
1166
+ "multiplier": "@entity.multiplier",
1167
+ "level": "@entity.level",
1168
+ "type": "score-board",
1169
+ "highScore": "@entity.highScore"
1169
1170
  }
1170
- ],
1171
- "showTopBar": true
1171
+ ]
1172
1172
  }
1173
1173
  ]
1174
1174
  ]
@@ -1232,7 +1232,7 @@
1232
1232
  "event": "ArcadeHudLoaded",
1233
1233
  "description": "Fired when ArcadeHud finishes loading",
1234
1234
  "scope": "internal",
1235
- "payload": [
1235
+ "payloadSchema": [
1236
1236
  {
1237
1237
  "name": "id",
1238
1238
  "type": "string",
@@ -1260,7 +1260,7 @@
1260
1260
  "event": "ArcadeHudLoadFailed",
1261
1261
  "description": "Fired when ArcadeHud fails to load",
1262
1262
  "scope": "internal",
1263
- "payload": [
1263
+ "payloadSchema": [
1264
1264
  {
1265
1265
  "name": "message",
1266
1266
  "type": "string"
@@ -1287,7 +1287,7 @@
1287
1287
  {
1288
1288
  "key": "ArcadeHudLoaded",
1289
1289
  "name": "ArcadeHud loaded",
1290
- "payload": [
1290
+ "payloadSchema": [
1291
1291
  {
1292
1292
  "name": "id",
1293
1293
  "type": "string",
@@ -1314,7 +1314,7 @@
1314
1314
  {
1315
1315
  "key": "ArcadeHudLoadFailed",
1316
1316
  "name": "ArcadeHud load failed",
1317
- "payload": [
1317
+ "payloadSchema": [
1318
1318
  {
1319
1319
  "name": "message",
1320
1320
  "type": "string"
@@ -1342,34 +1342,34 @@
1342
1342
  "render-ui",
1343
1343
  "main",
1344
1344
  {
1345
- "type": "game-shell",
1346
1345
  "children": [
1347
1346
  {
1347
+ "type": "game-hud",
1348
+ "position": "top-left",
1349
+ "transparent": false,
1348
1350
  "stats": [
1349
1351
  {
1350
- "value": "@entity.score",
1351
- "label": "Score"
1352
+ "label": "Score",
1353
+ "value": "@entity.score"
1352
1354
  },
1353
1355
  {
1354
- "label": "Lives",
1355
- "value": "@entity.lives"
1356
+ "value": "@entity.lives",
1357
+ "label": "Lives"
1356
1358
  },
1357
1359
  {
1358
- "value": "@entity.level",
1359
- "label": "Level"
1360
+ "label": "Level",
1361
+ "value": "@entity.level"
1360
1362
  },
1361
1363
  {
1362
- "value": "@entity.timer",
1363
- "label": "Timer"
1364
+ "label": "Timer",
1365
+ "value": "@entity.timer"
1364
1366
  }
1365
- ],
1366
- "position": "top-left",
1367
- "type": "game-hud",
1368
- "transparent": false
1367
+ ]
1369
1368
  }
1370
1369
  ],
1371
- "showTopBar": true,
1372
- "appName": "Arcade Game"
1370
+ "type": "game-shell",
1371
+ "appName": "Arcade Game",
1372
+ "showTopBar": true
1373
1373
  }
1374
1374
  ]
1375
1375
  ]
@@ -1384,8 +1384,8 @@
1384
1384
  "ArcadeHud",
1385
1385
  {
1386
1386
  "emit": {
1387
- "failure": "ArcadeHudLoadFailed",
1388
- "success": "ArcadeHudLoaded"
1387
+ "success": "ArcadeHudLoaded",
1388
+ "failure": "ArcadeHudLoadFailed"
1389
1389
  }
1390
1390
  }
1391
1391
  ],
@@ -1393,20 +1393,19 @@
1393
1393
  "render-ui",
1394
1394
  "main",
1395
1395
  {
1396
- "showTopBar": true,
1397
1396
  "type": "game-shell",
1398
- "appName": "Arcade Game",
1399
1397
  "children": [
1400
1398
  {
1399
+ "transparent": false,
1401
1400
  "type": "game-hud",
1402
1401
  "stats": [
1403
1402
  {
1404
- "label": "Score",
1405
- "value": "@entity.score"
1403
+ "value": "@entity.score",
1404
+ "label": "Score"
1406
1405
  },
1407
1406
  {
1408
- "value": "@entity.lives",
1409
- "label": "Lives"
1407
+ "label": "Lives",
1408
+ "value": "@entity.lives"
1410
1409
  },
1411
1410
  {
1412
1411
  "label": "Level",
@@ -1417,10 +1416,11 @@
1417
1416
  "label": "Timer"
1418
1417
  }
1419
1418
  ],
1420
- "position": "top-left",
1421
- "transparent": false
1419
+ "position": "top-left"
1422
1420
  }
1423
- ]
1421
+ ],
1422
+ "showTopBar": true,
1423
+ "appName": "Arcade Game"
1424
1424
  }
1425
1425
  ]
1426
1426
  ]
@@ -1443,4 +1443,4 @@
1443
1443
  ]
1444
1444
  }
1445
1445
  ]
1446
- }
1446
+ }