@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -337,13 +337,12 @@
337
337
  "render-ui",
338
338
  "main",
339
339
  {
340
- "gap": "lg",
341
340
  "type": "stack",
342
341
  "direction": "vertical",
342
+ "align": "center",
343
+ "gap": "lg",
343
344
  "children": [
344
345
  {
345
- "align": "center",
346
- "direction": "horizontal",
347
346
  "children": [
348
347
  {
349
348
  "type": "icon",
@@ -355,19 +354,20 @@
355
354
  "type": "typography"
356
355
  }
357
356
  ],
358
- "gap": "md",
359
- "type": "stack"
357
+ "type": "stack",
358
+ "direction": "horizontal",
359
+ "align": "center",
360
+ "gap": "md"
360
361
  },
361
362
  {
362
363
  "type": "divider"
363
364
  },
364
365
  {
365
- "type": "stack",
366
366
  "children": [
367
367
  {
368
368
  "type": "input",
369
- "placeholder": "0.00",
370
- "inputType": "number"
369
+ "inputType": "number",
370
+ "placeholder": "0.00"
371
371
  },
372
372
  {
373
373
  "type": "select",
@@ -381,24 +381,24 @@
381
381
  "label": "EUR"
382
382
  },
383
383
  {
384
- "value": "gbp",
385
- "label": "GBP"
384
+ "label": "GBP",
385
+ "value": "gbp"
386
386
  }
387
387
  ]
388
388
  }
389
389
  ],
390
- "gap": "md",
391
- "direction": "vertical"
390
+ "direction": "vertical",
391
+ "type": "stack",
392
+ "gap": "md"
392
393
  },
393
394
  {
395
+ "icon": "credit-card",
394
396
  "type": "button",
395
- "label": "Pay",
397
+ "action": "CREATE_PAYMENT",
396
398
  "variant": "primary",
397
- "icon": "credit-card",
398
- "action": "CREATE_PAYMENT"
399
+ "label": "Pay"
399
400
  }
400
- ],
401
- "align": "center"
401
+ ]
402
402
  }
403
403
  ]
404
404
  ]
@@ -412,9 +412,9 @@
412
412
  "render-ui",
413
413
  "main",
414
414
  {
415
- "type": "loading-state",
415
+ "message": "Setting up your payment intent.",
416
416
  "title": "Creating payment...",
417
- "message": "Setting up your payment intent."
417
+ "type": "loading-state"
418
418
  }
419
419
  ],
420
420
  [
@@ -447,8 +447,8 @@
447
447
  "render-ui",
448
448
  "main",
449
449
  {
450
- "type": "loading-state",
451
450
  "message": "Processing your payment.",
451
+ "type": "loading-state",
452
452
  "title": "Confirming payment..."
453
453
  }
454
454
  ],
@@ -476,9 +476,9 @@
476
476
  "render-ui",
477
477
  "main",
478
478
  {
479
+ "type": "error-state",
479
480
  "onRetry": "RETRY",
480
481
  "title": "Payment Failed",
481
- "type": "error-state",
482
482
  "message": "@entity.error"
483
483
  }
484
484
  ]
@@ -502,6 +502,7 @@
502
502
  "render-ui",
503
503
  "main",
504
504
  {
505
+ "gap": "lg",
505
506
  "type": "stack",
506
507
  "direction": "vertical",
507
508
  "align": "center",
@@ -511,25 +512,24 @@
511
512
  "name": "check-circle"
512
513
  },
513
514
  {
515
+ "message": "Payment successful! Sending receipt...",
514
516
  "type": "alert",
515
- "variant": "success",
516
- "message": "Payment successful! Sending receipt..."
517
+ "variant": "success"
517
518
  },
518
519
  {
519
520
  "type": "typography",
520
521
  "color": "muted",
521
- "variant": "body",
522
- "content": "@entity.paymentIntentId"
522
+ "content": "@entity.paymentIntentId",
523
+ "variant": "body"
523
524
  },
524
525
  {
525
- "type": "button",
526
- "action": "RESET",
527
- "variant": "ghost",
528
526
  "label": "New Payment",
527
+ "variant": "ghost",
528
+ "action": "RESET",
529
+ "type": "button",
529
530
  "icon": "rotate-ccw"
530
531
  }
531
- ],
532
- "gap": "lg"
532
+ ]
533
533
  }
534
534
  ]
535
535
  ]
@@ -548,9 +548,9 @@
548
548
  "render-ui",
549
549
  "main",
550
550
  {
551
+ "title": "Payment Failed",
551
552
  "onRetry": "RETRY",
552
553
  "type": "error-state",
553
- "title": "Payment Failed",
554
554
  "message": "@entity.error"
555
555
  }
556
556
  ]
@@ -565,67 +565,67 @@
565
565
  "render-ui",
566
566
  "main",
567
567
  {
568
+ "align": "center",
568
569
  "children": [
569
570
  {
570
- "gap": "md",
571
- "type": "stack",
572
- "direction": "horizontal",
573
- "align": "center",
574
571
  "children": [
575
572
  {
576
- "type": "icon",
577
- "name": "credit-card"
573
+ "name": "credit-card",
574
+ "type": "icon"
578
575
  },
579
576
  {
577
+ "variant": "h2",
580
578
  "type": "typography",
581
- "content": "Payment",
582
- "variant": "h2"
579
+ "content": "Payment"
583
580
  }
584
- ]
581
+ ],
582
+ "type": "stack",
583
+ "direction": "horizontal",
584
+ "gap": "md",
585
+ "align": "center"
585
586
  },
586
587
  {
587
588
  "type": "divider"
588
589
  },
589
590
  {
590
- "direction": "vertical",
591
591
  "gap": "md",
592
592
  "children": [
593
593
  {
594
+ "type": "input",
594
595
  "inputType": "number",
595
- "placeholder": "0.00",
596
- "type": "input"
596
+ "placeholder": "0.00"
597
597
  },
598
598
  {
599
+ "type": "select",
599
600
  "options": [
600
601
  {
601
- "value": "usd",
602
- "label": "USD"
602
+ "label": "USD",
603
+ "value": "usd"
603
604
  },
604
605
  {
605
606
  "value": "eur",
606
607
  "label": "EUR"
607
608
  },
608
609
  {
609
- "value": "gbp",
610
- "label": "GBP"
610
+ "label": "GBP",
611
+ "value": "gbp"
611
612
  }
612
- ],
613
- "type": "select"
613
+ ]
614
614
  }
615
615
  ],
616
- "type": "stack"
616
+ "type": "stack",
617
+ "direction": "vertical"
617
618
  },
618
619
  {
620
+ "label": "Pay",
619
621
  "icon": "credit-card",
620
- "action": "CREATE_PAYMENT",
621
622
  "type": "button",
622
- "variant": "primary",
623
- "label": "Pay"
623
+ "action": "CREATE_PAYMENT",
624
+ "variant": "primary"
624
625
  }
625
626
  ],
626
- "direction": "vertical",
627
- "align": "center",
628
627
  "gap": "lg",
628
+ "direction": "vertical",
629
629
  "type": "stack"
630
630
  }
631
631
  ]
@@ -640,47 +640,45 @@
640
640
  "render-ui",
641
641
  "main",
642
642
  {
643
- "gap": "lg",
644
- "type": "stack",
645
643
  "align": "center",
646
644
  "direction": "vertical",
645
+ "gap": "lg",
646
+ "type": "stack",
647
647
  "children": [
648
648
  {
649
- "gap": "md",
650
- "align": "center",
651
- "direction": "horizontal",
649
+ "type": "stack",
652
650
  "children": [
653
651
  {
654
652
  "type": "icon",
655
653
  "name": "credit-card"
656
654
  },
657
655
  {
658
- "type": "typography",
659
656
  "content": "Payment",
660
- "variant": "h2"
657
+ "variant": "h2",
658
+ "type": "typography"
661
659
  }
662
660
  ],
663
- "type": "stack"
661
+ "direction": "horizontal",
662
+ "align": "center",
663
+ "gap": "md"
664
664
  },
665
665
  {
666
666
  "type": "divider"
667
667
  },
668
668
  {
669
- "type": "stack",
670
669
  "gap": "md",
671
- "direction": "vertical",
672
670
  "children": [
673
671
  {
672
+ "type": "input",
674
673
  "inputType": "number",
675
- "placeholder": "0.00",
676
- "type": "input"
674
+ "placeholder": "0.00"
677
675
  },
678
676
  {
679
677
  "type": "select",
680
678
  "options": [
681
679
  {
682
- "label": "USD",
683
- "value": "usd"
680
+ "value": "usd",
681
+ "label": "USD"
684
682
  },
685
683
  {
686
684
  "label": "EUR",
@@ -692,14 +690,16 @@
692
690
  }
693
691
  ]
694
692
  }
695
- ]
693
+ ],
694
+ "direction": "vertical",
695
+ "type": "stack"
696
696
  },
697
697
  {
698
- "variant": "primary",
699
698
  "type": "button",
700
- "label": "Pay",
701
699
  "action": "CREATE_PAYMENT",
702
- "icon": "credit-card"
700
+ "icon": "credit-card",
701
+ "label": "Pay",
702
+ "variant": "primary"
703
703
  }
704
704
  ]
705
705
  }
@@ -715,30 +715,30 @@
715
715
  "render-ui",
716
716
  "main",
717
717
  {
718
- "type": "stack",
718
+ "align": "center",
719
+ "direction": "vertical",
719
720
  "children": [
720
721
  {
722
+ "align": "center",
721
723
  "children": [
722
724
  {
723
- "type": "icon",
724
- "name": "credit-card"
725
+ "name": "credit-card",
726
+ "type": "icon"
725
727
  },
726
728
  {
727
- "content": "Payment",
728
729
  "variant": "h2",
730
+ "content": "Payment",
729
731
  "type": "typography"
730
732
  }
731
733
  ],
732
- "type": "stack",
733
734
  "direction": "horizontal",
734
- "gap": "md",
735
- "align": "center"
735
+ "type": "stack",
736
+ "gap": "md"
736
737
  },
737
738
  {
738
739
  "type": "divider"
739
740
  },
740
741
  {
741
- "type": "stack",
742
742
  "children": [
743
743
  {
744
744
  "inputType": "number",
@@ -764,19 +764,19 @@
764
764
  }
765
765
  ],
766
766
  "gap": "md",
767
+ "type": "stack",
767
768
  "direction": "vertical"
768
769
  },
769
770
  {
770
771
  "type": "button",
772
+ "icon": "credit-card",
771
773
  "action": "CREATE_PAYMENT",
772
774
  "variant": "primary",
773
- "icon": "credit-card",
774
775
  "label": "Pay"
775
776
  }
776
777
  ],
777
- "align": "center",
778
- "gap": "lg",
779
- "direction": "vertical"
778
+ "type": "stack",
779
+ "gap": "lg"
780
780
  }
781
781
  ]
782
782
  ]
@@ -854,22 +854,22 @@
854
854
  "render-ui",
855
855
  "main",
856
856
  {
857
- "type": "stack",
858
- "gap": "md",
859
- "align": "center",
860
857
  "direction": "vertical",
861
858
  "children": [
862
859
  {
863
- "name": "mail",
864
- "type": "icon"
860
+ "type": "icon",
861
+ "name": "mail"
865
862
  },
866
863
  {
867
864
  "color": "muted",
868
- "variant": "body",
869
865
  "type": "typography",
866
+ "variant": "body",
870
867
  "content": "Receipt will be sent after payment."
871
868
  }
872
- ]
869
+ ],
870
+ "align": "center",
871
+ "type": "stack",
872
+ "gap": "md"
873
873
  }
874
874
  ]
875
875
  ]
@@ -883,9 +883,9 @@
883
883
  "render-ui",
884
884
  "main",
885
885
  {
886
- "title": "Sending receipt...",
887
886
  "type": "loading-state",
888
- "message": "Delivering your payment receipt."
887
+ "message": "Delivering your payment receipt.",
888
+ "title": "Sending receipt..."
889
889
  }
890
890
  ],
891
891
  [
@@ -893,8 +893,8 @@
893
893
  "email",
894
894
  "send",
895
895
  {
896
- "to": "@entity.to",
897
896
  "subject": "@entity.subject",
897
+ "to": "@entity.to",
898
898
  "body": "@entity.body"
899
899
  }
900
900
  ]
@@ -915,8 +915,7 @@
915
915
  "main",
916
916
  {
917
917
  "direction": "vertical",
918
- "type": "stack",
919
- "align": "center",
918
+ "gap": "md",
920
919
  "children": [
921
920
  {
922
921
  "name": "check-circle",
@@ -924,11 +923,12 @@
924
923
  },
925
924
  {
926
925
  "variant": "success",
927
- "message": "Receipt sent successfully",
928
- "type": "alert"
926
+ "type": "alert",
927
+ "message": "Receipt sent successfully"
929
928
  }
930
929
  ],
931
- "gap": "md"
930
+ "align": "center",
931
+ "type": "stack"
932
932
  }
933
933
  ]
934
934
  ]
@@ -948,23 +948,23 @@
948
948
  "main",
949
949
  {
950
950
  "direction": "vertical",
951
- "gap": "md",
952
951
  "align": "center",
953
952
  "children": [
954
953
  {
954
+ "onRetry": "RETRY_RECEIPT",
955
955
  "type": "error-state",
956
956
  "title": "Receipt Failed",
957
- "message": "Could not send receipt email.",
958
- "onRetry": "RETRY_RECEIPT"
957
+ "message": "Could not send receipt email."
959
958
  },
960
959
  {
961
- "label": "Retry",
962
- "icon": "refresh-cw",
963
960
  "action": "RETRY_RECEIPT",
961
+ "icon": "refresh-cw",
962
+ "label": "Retry",
964
963
  "type": "button",
965
964
  "variant": "primary"
966
965
  }
967
966
  ],
967
+ "gap": "md",
968
968
  "type": "stack"
969
969
  }
970
970
  ]
@@ -979,8 +979,8 @@
979
979
  "render-ui",
980
980
  "main",
981
981
  {
982
- "title": "Resending receipt...",
983
- "type": "loading-state"
982
+ "type": "loading-state",
983
+ "title": "Resending receipt..."
984
984
  }
985
985
  ],
986
986
  [
@@ -988,8 +988,8 @@
988
988
  "email",
989
989
  "send",
990
990
  {
991
- "subject": "@entity.subject",
992
991
  "body": "@entity.body",
992
+ "subject": "@entity.subject",
993
993
  "to": "@entity.to"
994
994
  }
995
995
  ]
@@ -1004,8 +1004,8 @@
1004
1004
  "render-ui",
1005
1005
  "main",
1006
1006
  {
1007
- "type": "loading-state",
1008
1007
  "message": "Delivering your payment receipt.",
1008
+ "type": "loading-state",
1009
1009
  "title": "Sending receipt..."
1010
1010
  }
1011
1011
  ],
@@ -1014,9 +1014,9 @@
1014
1014
  "email",
1015
1015
  "send",
1016
1016
  {
1017
+ "body": "@entity.body",
1017
1018
  "to": "@entity.to",
1018
- "subject": "@entity.subject",
1019
- "body": "@entity.body"
1019
+ "subject": "@entity.subject"
1020
1020
  }
1021
1021
  ]
1022
1022
  ]
@@ -190,8 +190,8 @@
190
190
  "SimulatorGame",
191
191
  {
192
192
  "emit": {
193
- "success": "SimulatorGameLoaded",
194
- "failure": "SimulatorGameLoadFailed"
193
+ "failure": "SimulatorGameLoadFailed",
194
+ "success": "SimulatorGameLoaded"
195
195
  }
196
196
  }
197
197
  ],
@@ -199,15 +199,15 @@
199
199
  "render-ui",
200
200
  "main",
201
201
  {
202
- "title": "Simulator",
203
202
  "menuItems": [
204
203
  {
204
+ "variant": "primary",
205
205
  "label": "Start",
206
- "event": "START",
207
- "variant": "primary"
206
+ "event": "START"
208
207
  }
209
208
  ],
210
- "type": "game-menu"
209
+ "type": "game-menu",
210
+ "title": "Simulator"
211
211
  }
212
212
  ]
213
213
  ]
@@ -222,9 +222,9 @@
222
222
  "main",
223
223
  {
224
224
  "gap": "md",
225
- "type": "stack",
226
225
  "children": [
227
226
  {
227
+ "type": "game-hud",
228
228
  "stats": [
229
229
  {
230
230
  "value": "@entity.score",
@@ -234,16 +234,16 @@
234
234
  "label": "Level",
235
235
  "value": "@entity.level"
236
236
  }
237
- ],
238
- "type": "game-hud"
237
+ ]
239
238
  },
240
239
  {
241
- "type": "simulator-board",
240
+ "entity": "SimulatorGame",
242
241
  "completeEvent": "COMPLETE",
243
- "entity": "SimulatorGame"
242
+ "type": "simulator-board"
244
243
  }
245
244
  ],
246
- "direction": "vertical"
245
+ "direction": "vertical",
246
+ "type": "stack"
247
247
  }
248
248
  ]
249
249
  ]
@@ -262,7 +262,6 @@
262
262
  "render-ui",
263
263
  "main",
264
264
  {
265
- "type": "game-over-screen",
266
265
  "menuItems": [
267
266
  {
268
267
  "label": "Play Again",
@@ -270,7 +269,8 @@
270
269
  "variant": "primary"
271
270
  }
272
271
  ],
273
- "title": "Well Done!"
272
+ "title": "Well Done!",
273
+ "type": "game-over-screen"
274
274
  }
275
275
  ]
276
276
  ]
@@ -285,14 +285,14 @@
285
285
  "main",
286
286
  {
287
287
  "type": "game-menu",
288
+ "title": "Simulator",
288
289
  "menuItems": [
289
290
  {
290
- "label": "Start",
291
291
  "variant": "primary",
292
- "event": "START"
292
+ "event": "START",
293
+ "label": "Start"
293
294
  }
294
- ],
295
- "title": "Simulator"
295
+ ]
296
296
  }
297
297
  ]
298
298
  ]