@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
@@ -236,13 +236,10 @@
236
236
  "render-ui",
237
237
  "main",
238
238
  {
239
- "showTopBar": true,
240
239
  "type": "game-shell",
241
240
  "appName": "Puzzle App",
242
241
  "children": [
243
242
  {
244
- "type": "game-menu",
245
- "title": "Puzzle Challenge",
246
243
  "menuItems": [
247
244
  {
248
245
  "label": "Start Puzzle",
@@ -250,9 +247,12 @@
250
247
  "variant": "primary"
251
248
  }
252
249
  ],
253
- "subtitle": "Puzzle Challenge"
250
+ "title": "Puzzle Challenge",
251
+ "subtitle": "Puzzle Challenge",
252
+ "type": "game-menu"
254
253
  }
255
- ]
254
+ ],
255
+ "showTopBar": true
256
256
  }
257
257
  ]
258
258
  ]
@@ -266,17 +266,17 @@
266
266
  "render-ui",
267
267
  "main",
268
268
  {
269
- "type": "game-shell",
270
- "showTopBar": true,
271
269
  "children": [
272
270
  {
273
- "type": "game-canvas-2d",
271
+ "width": 800.0,
274
272
  "height": 600.0,
275
273
  "fps": 60.0,
276
- "width": 800.0
274
+ "type": "game-canvas-2d"
277
275
  }
278
276
  ],
279
- "appName": "Puzzle App"
277
+ "type": "game-shell",
278
+ "appName": "Puzzle App",
279
+ "showTopBar": true
280
280
  }
281
281
  ]
282
282
  ]
@@ -304,15 +304,15 @@
304
304
  "render-ui",
305
305
  "main",
306
306
  {
307
- "appName": "Puzzle App",
308
- "type": "game-shell",
309
307
  "showTopBar": true,
308
+ "type": "game-shell",
309
+ "appName": "Puzzle App",
310
310
  "children": [
311
311
  {
312
312
  "type": "game-canvas-2d",
313
313
  "height": 600.0,
314
- "width": 800.0,
315
- "fps": 60.0
314
+ "fps": 60.0,
315
+ "width": 800.0
316
316
  }
317
317
  ]
318
318
  }
@@ -333,10 +333,11 @@
333
333
  "render-ui",
334
334
  "modal",
335
335
  {
336
+ "title": "Paused",
336
337
  "menuItems": [
337
338
  {
338
- "event": "RESUME",
339
339
  "label": "Resume",
340
+ "event": "RESUME",
340
341
  "variant": "primary"
341
342
  },
342
343
  {
@@ -345,7 +346,6 @@
345
346
  "event": "RESTART"
346
347
  }
347
348
  ],
348
- "title": "Paused",
349
349
  "type": "game-menu"
350
350
  }
351
351
  ]
@@ -360,37 +360,37 @@
360
360
  "render-ui",
361
361
  "main",
362
362
  {
363
- "showTopBar": true,
364
363
  "type": "game-shell",
364
+ "showTopBar": true,
365
+ "appName": "Puzzle App",
365
366
  "children": [
366
367
  {
367
- "stats": [
368
+ "menuItems": [
368
369
  {
369
- "label": "Score",
370
- "value": "@entity.score"
370
+ "label": "Play Again",
371
+ "event": "RESTART",
372
+ "variant": "primary"
371
373
  },
372
374
  {
373
- "value": "@entity.moves",
374
- "label": "Moves"
375
+ "variant": "secondary",
376
+ "event": "RESTART",
377
+ "label": "Main Menu"
375
378
  }
376
379
  ],
377
380
  "type": "game-over-screen",
378
381
  "title": "Puzzle Complete",
379
- "menuItems": [
382
+ "stats": [
380
383
  {
381
- "variant": "primary",
382
- "label": "Play Again",
383
- "event": "RESTART"
384
+ "label": "Score",
385
+ "value": "@entity.score"
384
386
  },
385
387
  {
386
- "event": "RESTART",
387
- "label": "Main Menu",
388
- "variant": "secondary"
388
+ "value": "@entity.moves",
389
+ "label": "Moves"
389
390
  }
390
391
  ]
391
392
  }
392
- ],
393
- "appName": "Puzzle App"
393
+ ]
394
394
  }
395
395
  ]
396
396
  ]
@@ -414,17 +414,17 @@
414
414
  "render-ui",
415
415
  "main",
416
416
  {
417
- "appName": "Puzzle App",
418
- "showTopBar": true,
419
417
  "children": [
420
418
  {
421
- "fps": 60.0,
419
+ "width": 800.0,
422
420
  "height": 600.0,
423
421
  "type": "game-canvas-2d",
424
- "width": 800.0
422
+ "fps": 60.0
425
423
  }
426
424
  ],
427
- "type": "game-shell"
425
+ "type": "game-shell",
426
+ "appName": "Puzzle App",
427
+ "showTopBar": true
428
428
  }
429
429
  ]
430
430
  ]
@@ -444,16 +444,16 @@
444
444
  "main",
445
445
  {
446
446
  "appName": "Puzzle App",
447
+ "type": "game-shell",
447
448
  "children": [
448
449
  {
449
450
  "type": "game-canvas-2d",
450
451
  "width": 800.0,
451
- "height": 600.0,
452
- "fps": 60.0
452
+ "fps": 60.0,
453
+ "height": 600.0
453
454
  }
454
455
  ],
455
- "showTopBar": true,
456
- "type": "game-shell"
456
+ "showTopBar": true
457
457
  }
458
458
  ]
459
459
  ]
@@ -474,7 +474,6 @@
474
474
  {
475
475
  "children": [
476
476
  {
477
- "subtitle": "Puzzle Challenge",
478
477
  "menuItems": [
479
478
  {
480
479
  "event": "START",
@@ -483,6 +482,7 @@
483
482
  }
484
483
  ],
485
484
  "title": "Puzzle Challenge",
485
+ "subtitle": "Puzzle Challenge",
486
486
  "type": "game-menu"
487
487
  }
488
488
  ],
@@ -503,20 +503,20 @@
503
503
  "main",
504
504
  {
505
505
  "type": "game-shell",
506
- "appName": "Puzzle App",
507
506
  "showTopBar": true,
507
+ "appName": "Puzzle App",
508
508
  "children": [
509
509
  {
510
+ "subtitle": "Puzzle Challenge",
511
+ "type": "game-menu",
510
512
  "menuItems": [
511
513
  {
512
- "label": "Start Puzzle",
513
514
  "variant": "primary",
514
- "event": "START"
515
+ "event": "START",
516
+ "label": "Start Puzzle"
515
517
  }
516
518
  ],
517
- "type": "game-menu",
518
- "title": "Puzzle Challenge",
519
- "subtitle": "Puzzle Challenge"
519
+ "title": "Puzzle Challenge"
520
520
  }
521
521
  ]
522
522
  }
@@ -683,8 +683,8 @@
683
683
  "PuzzleLevel",
684
684
  {
685
685
  "emit": {
686
- "failure": "PuzzleLevelLoadFailed",
687
- "success": "PuzzleLevelLoaded"
686
+ "success": "PuzzleLevelLoaded",
687
+ "failure": "PuzzleLevelLoadFailed"
688
688
  }
689
689
  }
690
690
  ]
@@ -717,19 +717,19 @@
717
717
  "render-ui",
718
718
  "main",
719
719
  {
720
- "appName": "Puzzle App",
721
720
  "type": "game-shell",
721
+ "appName": "Puzzle App",
722
+ "showTopBar": true,
722
723
  "children": [
723
724
  {
724
- "combo": "@entity.combo",
725
725
  "highScore": "@entity.highScore",
726
- "level": "@entity.level",
727
726
  "score": "@entity.score",
727
+ "combo": "@entity.combo",
728
+ "multiplier": "@entity.multiplier",
728
729
  "type": "score-board",
729
- "multiplier": "@entity.multiplier"
730
+ "level": "@entity.level"
730
731
  }
731
- ],
732
- "showTopBar": true
732
+ ]
733
733
  }
734
734
  ]
735
735
  ]
@@ -748,19 +748,19 @@
748
748
  "render-ui",
749
749
  "main",
750
750
  {
751
- "appName": "Puzzle App",
752
- "showTopBar": true,
751
+ "type": "game-shell",
753
752
  "children": [
754
753
  {
755
- "highScore": "@entity.highScore",
756
754
  "type": "score-board",
757
- "multiplier": "@entity.multiplier",
758
- "level": "@entity.level",
759
755
  "score": "@entity.score",
756
+ "highScore": "@entity.highScore",
757
+ "level": "@entity.level",
758
+ "multiplier": "@entity.multiplier",
760
759
  "combo": "@entity.combo"
761
760
  }
762
761
  ],
763
- "type": "game-shell"
762
+ "appName": "Puzzle App",
763
+ "showTopBar": true
764
764
  }
765
765
  ]
766
766
  ]
@@ -790,17 +790,17 @@
790
790
  "main",
791
791
  {
792
792
  "showTopBar": true,
793
+ "appName": "Puzzle App",
793
794
  "children": [
794
795
  {
795
- "level": "@entity.level",
796
796
  "type": "score-board",
797
+ "level": "@entity.level",
797
798
  "multiplier": "@entity.multiplier",
798
799
  "combo": "@entity.combo",
799
- "score": "@entity.score",
800
- "highScore": "@entity.highScore"
800
+ "highScore": "@entity.highScore",
801
+ "score": "@entity.score"
801
802
  }
802
803
  ],
803
- "appName": "Puzzle App",
804
804
  "type": "game-shell"
805
805
  }
806
806
  ]
@@ -1043,19 +1043,19 @@
1043
1043
  "render-ui",
1044
1044
  "main",
1045
1045
  {
1046
+ "type": "game-shell",
1046
1047
  "appName": "Puzzle App",
1047
1048
  "showTopBar": true,
1048
1049
  "children": [
1049
1050
  {
1051
+ "highScore": "@entity.highScore",
1052
+ "multiplier": "@entity.multiplier",
1050
1053
  "level": "@entity.level",
1051
1054
  "type": "score-board",
1052
- "multiplier": "@entity.multiplier",
1053
1055
  "score": "@entity.score",
1054
- "combo": "@entity.combo",
1055
- "highScore": "@entity.highScore"
1056
+ "combo": "@entity.combo"
1056
1057
  }
1057
- ],
1058
- "type": "game-shell"
1058
+ ]
1059
1059
  }
1060
1060
  ]
1061
1061
  ]
@@ -1087,19 +1087,19 @@
1087
1087
  "render-ui",
1088
1088
  "main",
1089
1089
  {
1090
- "showTopBar": true,
1091
1090
  "type": "game-shell",
1092
- "appName": "Puzzle App",
1091
+ "showTopBar": true,
1093
1092
  "children": [
1094
1093
  {
1095
- "type": "score-board",
1096
1094
  "multiplier": "@entity.multiplier",
1095
+ "type": "score-board",
1097
1096
  "score": "@entity.score",
1097
+ "level": "@entity.level",
1098
1098
  "highScore": "@entity.highScore",
1099
- "combo": "@entity.combo",
1100
- "level": "@entity.level"
1099
+ "combo": "@entity.combo"
1101
1100
  }
1102
- ]
1101
+ ],
1102
+ "appName": "Puzzle App"
1103
1103
  }
1104
1104
  ]
1105
1105
  ]
@@ -1118,19 +1118,19 @@
1118
1118
  "render-ui",
1119
1119
  "main",
1120
1120
  {
1121
- "appName": "Puzzle App",
1122
- "showTopBar": true,
1123
1121
  "children": [
1124
1122
  {
1125
- "combo": "@entity.combo",
1126
- "type": "score-board",
1127
1123
  "score": "@entity.score",
1128
- "level": "@entity.level",
1124
+ "highScore": "@entity.highScore",
1125
+ "type": "score-board",
1126
+ "combo": "@entity.combo",
1129
1127
  "multiplier": "@entity.multiplier",
1130
- "highScore": "@entity.highScore"
1128
+ "level": "@entity.level"
1131
1129
  }
1132
1130
  ],
1133
- "type": "game-shell"
1131
+ "type": "game-shell",
1132
+ "showTopBar": true,
1133
+ "appName": "Puzzle App"
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
  "type": "game-shell",
1163
+ "showTopBar": true,
1165
1164
  "children": [
1166
1165
  {
1167
- "type": "score-board",
1168
- "multiplier": "@entity.multiplier",
1169
- "level": "@entity.level",
1170
- "highScore": "@entity.highScore",
1171
1166
  "combo": "@entity.combo",
1167
+ "highScore": "@entity.highScore",
1168
+ "level": "@entity.level",
1169
+ "multiplier": "@entity.multiplier",
1170
+ "type": "score-board",
1172
1171
  "score": "@entity.score"
1173
1172
  }
1174
- ]
1173
+ ],
1174
+ "appName": "Puzzle App"
1175
1175
  }
1176
1176
  ]
1177
1177
  ]