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