@almadar/std 10.0.0 → 11.2.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 +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +20 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -10
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  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 +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +72 -76
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +20 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -10
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  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 +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +72 -76
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -227,8 +227,8 @@
227
227
  "PuzzleLevel",
228
228
  {
229
229
  "emit": {
230
- "failure": "PuzzleLevelLoadFailed",
231
- "success": "PuzzleLevelLoaded"
230
+ "success": "PuzzleLevelLoaded",
231
+ "failure": "PuzzleLevelLoadFailed"
232
232
  }
233
233
  }
234
234
  ],
@@ -238,20 +238,20 @@
238
238
  {
239
239
  "children": [
240
240
  {
241
+ "subtitle": "Puzzle Challenge",
241
242
  "menuItems": [
242
243
  {
243
- "label": "Start Puzzle",
244
244
  "event": "START",
245
- "variant": "primary"
245
+ "variant": "primary",
246
+ "label": "Start Puzzle"
246
247
  }
247
248
  ],
248
249
  "type": "game-menu",
249
- "subtitle": "Puzzle Challenge",
250
250
  "title": "Puzzle Challenge"
251
251
  }
252
252
  ],
253
- "showTopBar": true,
254
253
  "appName": "Puzzle App",
254
+ "showTopBar": true,
255
255
  "type": "game-shell"
256
256
  }
257
257
  ]
@@ -268,14 +268,14 @@
268
268
  {
269
269
  "children": [
270
270
  {
271
- "type": "game-canvas-2d",
272
- "width": 800.0,
273
271
  "height": 600.0,
274
- "fps": 60.0
272
+ "fps": 60.0,
273
+ "width": 800.0,
274
+ "type": "game-canvas-2d"
275
275
  }
276
276
  ],
277
- "type": "game-shell",
278
277
  "appName": "Puzzle App",
278
+ "type": "game-shell",
279
279
  "showTopBar": true
280
280
  }
281
281
  ]
@@ -304,17 +304,17 @@
304
304
  "render-ui",
305
305
  "main",
306
306
  {
307
+ "showTopBar": true,
308
+ "type": "game-shell",
307
309
  "appName": "Puzzle App",
308
310
  "children": [
309
311
  {
310
312
  "height": 600.0,
311
- "width": 800.0,
312
313
  "type": "game-canvas-2d",
313
- "fps": 60.0
314
+ "fps": 60.0,
315
+ "width": 800.0
314
316
  }
315
- ],
316
- "showTopBar": true,
317
- "type": "game-shell"
317
+ ]
318
318
  }
319
319
  ]
320
320
  ]
@@ -333,7 +333,7 @@
333
333
  "render-ui",
334
334
  "modal",
335
335
  {
336
- "type": "game-menu",
336
+ "title": "Paused",
337
337
  "menuItems": [
338
338
  {
339
339
  "variant": "primary",
@@ -342,11 +342,11 @@
342
342
  },
343
343
  {
344
344
  "label": "Quit",
345
- "event": "RESTART",
346
- "variant": "ghost"
345
+ "variant": "ghost",
346
+ "event": "RESTART"
347
347
  }
348
348
  ],
349
- "title": "Paused"
349
+ "type": "game-menu"
350
350
  }
351
351
  ]
352
352
  ]
@@ -360,37 +360,37 @@
360
360
  "render-ui",
361
361
  "main",
362
362
  {
363
- "appName": "Puzzle App",
364
363
  "type": "game-shell",
365
- "showTopBar": true,
366
364
  "children": [
367
365
  {
368
- "stats": [
366
+ "menuItems": [
369
367
  {
370
- "label": "Score",
371
- "value": "@entity.score"
368
+ "label": "Play Again",
369
+ "variant": "primary",
370
+ "event": "RESTART"
372
371
  },
373
372
  {
374
- "label": "Moves",
375
- "value": "@entity.moves"
373
+ "label": "Main Menu",
374
+ "event": "RESTART",
375
+ "variant": "secondary"
376
376
  }
377
377
  ],
378
378
  "title": "Puzzle Complete",
379
379
  "type": "game-over-screen",
380
- "menuItems": [
380
+ "stats": [
381
381
  {
382
- "variant": "primary",
383
- "event": "RESTART",
384
- "label": "Play Again"
382
+ "label": "Score",
383
+ "value": "@entity.score"
385
384
  },
386
385
  {
387
- "variant": "secondary",
388
- "label": "Main Menu",
389
- "event": "RESTART"
386
+ "value": "@entity.moves",
387
+ "label": "Moves"
390
388
  }
391
389
  ]
392
390
  }
393
- ]
391
+ ],
392
+ "appName": "Puzzle App",
393
+ "showTopBar": true
394
394
  }
395
395
  ]
396
396
  ]
@@ -415,16 +415,16 @@
415
415
  "main",
416
416
  {
417
417
  "appName": "Puzzle App",
418
+ "showTopBar": true,
418
419
  "type": "game-shell",
419
420
  "children": [
420
421
  {
421
- "height": 600.0,
422
422
  "type": "game-canvas-2d",
423
+ "fps": 60.0,
423
424
  "width": 800.0,
424
- "fps": 60.0
425
+ "height": 600.0
425
426
  }
426
- ],
427
- "showTopBar": true
427
+ ]
428
428
  }
429
429
  ]
430
430
  ]
@@ -443,15 +443,15 @@
443
443
  "render-ui",
444
444
  "main",
445
445
  {
446
+ "appName": "Puzzle App",
446
447
  "children": [
447
448
  {
448
- "height": 600.0,
449
449
  "fps": 60.0,
450
+ "width": 800.0,
450
451
  "type": "game-canvas-2d",
451
- "width": 800.0
452
+ "height": 600.0
452
453
  }
453
454
  ],
454
- "appName": "Puzzle App",
455
455
  "type": "game-shell",
456
456
  "showTopBar": true
457
457
  }
@@ -472,23 +472,23 @@
472
472
  "render-ui",
473
473
  "main",
474
474
  {
475
- "appName": "Puzzle App",
475
+ "showTopBar": true,
476
+ "type": "game-shell",
476
477
  "children": [
477
478
  {
478
- "type": "game-menu",
479
+ "subtitle": "Puzzle Challenge",
479
480
  "title": "Puzzle Challenge",
481
+ "type": "game-menu",
480
482
  "menuItems": [
481
483
  {
482
484
  "label": "Start Puzzle",
483
485
  "event": "START",
484
486
  "variant": "primary"
485
487
  }
486
- ],
487
- "subtitle": "Puzzle Challenge"
488
+ ]
488
489
  }
489
490
  ],
490
- "type": "game-shell",
491
- "showTopBar": true
491
+ "appName": "Puzzle App"
492
492
  }
493
493
  ]
494
494
  ]
@@ -502,23 +502,23 @@
502
502
  "render-ui",
503
503
  "main",
504
504
  {
505
+ "showTopBar": true,
505
506
  "children": [
506
507
  {
507
- "subtitle": "Puzzle Challenge",
508
- "type": "game-menu",
509
- "title": "Puzzle Challenge",
510
508
  "menuItems": [
511
509
  {
512
510
  "label": "Start Puzzle",
513
- "event": "START",
514
- "variant": "primary"
511
+ "variant": "primary",
512
+ "event": "START"
515
513
  }
516
- ]
514
+ ],
515
+ "subtitle": "Puzzle Challenge",
516
+ "type": "game-menu",
517
+ "title": "Puzzle Challenge"
517
518
  }
518
519
  ],
519
520
  "appName": "Puzzle App",
520
- "type": "game-shell",
521
- "showTopBar": true
521
+ "type": "game-shell"
522
522
  }
523
523
  ]
524
524
  ]
@@ -718,18 +718,18 @@
718
718
  "main",
719
719
  {
720
720
  "type": "game-shell",
721
- "appName": "Puzzle App",
722
- "showTopBar": true,
723
721
  "children": [
724
722
  {
725
- "type": "score-board",
726
723
  "score": "@entity.score",
727
724
  "highScore": "@entity.highScore",
728
- "combo": "@entity.combo",
725
+ "level": "@entity.level",
729
726
  "multiplier": "@entity.multiplier",
730
- "level": "@entity.level"
727
+ "type": "score-board",
728
+ "combo": "@entity.combo"
731
729
  }
732
- ]
730
+ ],
731
+ "appName": "Puzzle App",
732
+ "showTopBar": true
733
733
  }
734
734
  ]
735
735
  ]
@@ -748,17 +748,17 @@
748
748
  "render-ui",
749
749
  "main",
750
750
  {
751
- "appName": "Puzzle App",
752
751
  "showTopBar": true,
753
752
  "type": "game-shell",
753
+ "appName": "Puzzle App",
754
754
  "children": [
755
755
  {
756
- "level": "@entity.level",
757
- "type": "score-board",
758
- "combo": "@entity.combo",
756
+ "multiplier": "@entity.multiplier",
759
757
  "score": "@entity.score",
758
+ "level": "@entity.level",
760
759
  "highScore": "@entity.highScore",
761
- "multiplier": "@entity.multiplier"
760
+ "combo": "@entity.combo",
761
+ "type": "score-board"
762
762
  }
763
763
  ]
764
764
  }
@@ -790,18 +790,18 @@
790
790
  "main",
791
791
  {
792
792
  "appName": "Puzzle App",
793
- "showTopBar": true,
794
- "type": "game-shell",
795
793
  "children": [
796
794
  {
797
- "highScore": "@entity.highScore",
795
+ "type": "score-board",
798
796
  "multiplier": "@entity.multiplier",
799
- "level": "@entity.level",
800
- "combo": "@entity.combo",
797
+ "highScore": "@entity.highScore",
801
798
  "score": "@entity.score",
802
- "type": "score-board"
799
+ "combo": "@entity.combo",
800
+ "level": "@entity.level"
803
801
  }
804
- ]
802
+ ],
803
+ "type": "game-shell",
804
+ "showTopBar": true
805
805
  }
806
806
  ]
807
807
  ]
@@ -1034,8 +1034,8 @@
1034
1034
  "PuzzleScore",
1035
1035
  {
1036
1036
  "emit": {
1037
- "failure": "PuzzleScoreLoadFailed",
1038
- "success": "PuzzleScoreLoaded"
1037
+ "success": "PuzzleScoreLoaded",
1038
+ "failure": "PuzzleScoreLoadFailed"
1039
1039
  }
1040
1040
  }
1041
1041
  ],
@@ -1043,19 +1043,19 @@
1043
1043
  "render-ui",
1044
1044
  "main",
1045
1045
  {
1046
- "type": "game-shell",
1047
- "appName": "Puzzle App",
1048
1046
  "children": [
1049
1047
  {
1050
1048
  "combo": "@entity.combo",
1049
+ "multiplier": "@entity.multiplier",
1051
1050
  "level": "@entity.level",
1052
- "score": "@entity.score",
1053
1051
  "type": "score-board",
1054
- "multiplier": "@entity.multiplier",
1055
- "highScore": "@entity.highScore"
1052
+ "highScore": "@entity.highScore",
1053
+ "score": "@entity.score"
1056
1054
  }
1057
1055
  ],
1058
- "showTopBar": true
1056
+ "showTopBar": true,
1057
+ "type": "game-shell",
1058
+ "appName": "Puzzle App"
1059
1059
  }
1060
1060
  ]
1061
1061
  ]
@@ -1087,19 +1087,19 @@
1087
1087
  "render-ui",
1088
1088
  "main",
1089
1089
  {
1090
- "showTopBar": true,
1090
+ "appName": "Puzzle App",
1091
1091
  "type": "game-shell",
1092
+ "showTopBar": true,
1092
1093
  "children": [
1093
1094
  {
1094
1095
  "score": "@entity.score",
1095
- "highScore": "@entity.highScore",
1096
1096
  "multiplier": "@entity.multiplier",
1097
- "combo": "@entity.combo",
1098
1097
  "level": "@entity.level",
1099
- "type": "score-board"
1098
+ "type": "score-board",
1099
+ "highScore": "@entity.highScore",
1100
+ "combo": "@entity.combo"
1100
1101
  }
1101
- ],
1102
- "appName": "Puzzle App"
1102
+ ]
1103
1103
  }
1104
1104
  ]
1105
1105
  ]
@@ -1118,19 +1118,19 @@
1118
1118
  "render-ui",
1119
1119
  "main",
1120
1120
  {
1121
+ "appName": "Puzzle App",
1121
1122
  "type": "game-shell",
1123
+ "showTopBar": true,
1122
1124
  "children": [
1123
1125
  {
1124
- "type": "score-board",
1125
- "score": "@entity.score",
1126
+ "multiplier": "@entity.multiplier",
1126
1127
  "highScore": "@entity.highScore",
1128
+ "type": "score-board",
1127
1129
  "combo": "@entity.combo",
1128
- "multiplier": "@entity.multiplier",
1130
+ "score": "@entity.score",
1129
1131
  "level": "@entity.level"
1130
1132
  }
1131
- ],
1132
- "showTopBar": true,
1133
- "appName": "Puzzle App"
1133
+ ]
1134
1134
  }
1135
1135
  ]
1136
1136
  ]
@@ -1159,19 +1159,19 @@
1159
1159
  "render-ui",
1160
1160
  "main",
1161
1161
  {
1162
- "showTopBar": true,
1163
- "appName": "Puzzle App",
1164
1162
  "children": [
1165
1163
  {
1166
1164
  "type": "score-board",
1167
1165
  "highScore": "@entity.highScore",
1166
+ "combo": "@entity.combo",
1168
1167
  "multiplier": "@entity.multiplier",
1169
1168
  "level": "@entity.level",
1170
- "score": "@entity.score",
1171
- "combo": "@entity.combo"
1169
+ "score": "@entity.score"
1172
1170
  }
1173
1171
  ],
1174
- "type": "game-shell"
1172
+ "appName": "Puzzle App",
1173
+ "type": "game-shell",
1174
+ "showTopBar": true
1175
1175
  }
1176
1176
  ]
1177
1177
  ]