@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
@@ -200,8 +200,8 @@
200
200
  "QuestLog",
201
201
  {
202
202
  "emit": {
203
- "success": "QuestLogLoaded",
204
- "failure": "QuestLogLoadFailed"
203
+ "failure": "QuestLogLoadFailed",
204
+ "success": "QuestLogLoaded"
205
205
  }
206
206
  }
207
207
  ],
@@ -209,45 +209,40 @@
209
209
  "render-ui",
210
210
  "main",
211
211
  {
212
+ "direction": "vertical",
212
213
  "children": [
213
214
  {
214
- "direction": "horizontal",
215
215
  "gap": "md",
216
- "justify": "between",
217
- "type": "stack",
216
+ "direction": "horizontal",
218
217
  "children": [
219
218
  {
220
219
  "direction": "horizontal",
221
- "gap": "md",
222
220
  "type": "stack",
221
+ "gap": "md",
223
222
  "children": [
224
223
  {
225
224
  "type": "icon",
226
225
  "name": "flag"
227
226
  },
228
227
  {
229
- "content": "QuestLogs Board",
230
228
  "variant": "h2",
231
- "type": "typography"
229
+ "type": "typography",
230
+ "content": "QuestLogs Board"
232
231
  }
233
232
  ]
234
233
  }
235
- ]
234
+ ],
235
+ "type": "stack",
236
+ "justify": "between"
236
237
  },
237
238
  {
238
239
  "type": "divider"
239
240
  },
240
241
  {
241
- "entity": "QuestLog",
242
- "type": "data-list",
243
242
  "groupBy": "status",
243
+ "entity": "QuestLog",
244
244
  "fields": [],
245
- "itemActions": [
246
- {
247
- "label": "Accept",
248
- "event": "ACCEPT"
249
- }
250
- ],
245
+ "type": "data-list",
251
246
  "renderItem": [
252
247
  "fn",
253
248
  "item",
@@ -255,23 +250,24 @@
255
250
  "gap": "sm",
256
251
  "children": [
257
252
  {
253
+ "direction": "horizontal",
258
254
  "children": [
259
255
  {
260
- "align": "center",
261
256
  "children": [
262
257
  {
263
258
  "name": "flag",
264
259
  "type": "icon"
265
260
  },
266
261
  {
267
- "variant": "h4",
262
+ "type": "typography",
268
263
  "content": "@item.name",
269
- "type": "typography"
264
+ "variant": "h4"
270
265
  }
271
266
  ],
272
- "type": "stack",
273
267
  "direction": "horizontal",
274
- "gap": "sm"
268
+ "type": "stack",
269
+ "gap": "sm",
270
+ "align": "center"
275
271
  },
276
272
  {
277
273
  "label": "@item.description",
@@ -279,25 +275,29 @@
279
275
  }
280
276
  ],
281
277
  "justify": "between",
282
- "direction": "horizontal",
283
278
  "type": "stack",
284
279
  "align": "center"
285
280
  },
286
281
  {
287
- "content": "@item.status",
282
+ "type": "typography",
288
283
  "variant": "caption",
289
- "type": "typography"
284
+ "content": "@item.status"
290
285
  }
291
286
  ],
292
- "direction": "vertical",
293
- "type": "stack"
287
+ "type": "stack",
288
+ "direction": "vertical"
289
+ }
290
+ ],
291
+ "itemActions": [
292
+ {
293
+ "label": "Accept",
294
+ "event": "ACCEPT"
294
295
  }
295
296
  ]
296
297
  }
297
298
  ],
298
- "gap": "lg",
299
- "direction": "vertical",
300
- "type": "stack"
299
+ "type": "stack",
300
+ "gap": "lg"
301
301
  }
302
302
  ]
303
303
  ]
@@ -322,61 +322,65 @@
322
322
  "main",
323
323
  {
324
324
  "direction": "vertical",
325
- "type": "stack",
326
325
  "gap": "lg",
327
326
  "children": [
328
327
  {
328
+ "gap": "md",
329
329
  "direction": "horizontal",
330
+ "type": "stack",
330
331
  "justify": "between",
331
332
  "children": [
332
333
  {
334
+ "direction": "horizontal",
335
+ "type": "stack",
336
+ "gap": "md",
333
337
  "children": [
334
338
  {
335
339
  "type": "icon",
336
340
  "name": "flag"
337
341
  },
338
342
  {
343
+ "type": "typography",
339
344
  "content": "QuestLogs Board",
340
- "variant": "h2",
341
- "type": "typography"
345
+ "variant": "h2"
342
346
  }
343
- ],
344
- "gap": "md",
345
- "direction": "horizontal",
346
- "type": "stack"
347
+ ]
347
348
  },
348
349
  {
349
350
  "label": "Active",
350
351
  "type": "badge"
351
352
  }
352
- ],
353
- "type": "stack",
354
- "gap": "md"
353
+ ]
355
354
  },
356
355
  {
357
356
  "type": "divider"
358
357
  },
359
358
  {
359
+ "type": "progress-bar",
360
360
  "value": 50.0,
361
- "showPercentage": true,
362
- "type": "progress-bar"
361
+ "showPercentage": true
363
362
  },
364
363
  {
365
- "entity": "QuestLog",
364
+ "type": "data-grid",
366
365
  "fields": [],
366
+ "entity": "QuestLog",
367
367
  "renderItem": [
368
368
  "fn",
369
369
  "item",
370
370
  {
371
+ "gap": "sm",
371
372
  "type": "stack",
372
373
  "direction": "vertical",
373
- "gap": "sm",
374
374
  "children": [
375
375
  {
376
- "align": "center",
377
376
  "direction": "horizontal",
377
+ "align": "center",
378
+ "type": "stack",
379
+ "justify": "between",
378
380
  "children": [
379
381
  {
382
+ "align": "center",
383
+ "direction": "horizontal",
380
384
  "children": [
381
385
  {
382
386
  "type": "icon",
@@ -389,27 +393,22 @@
389
393
  }
390
394
  ],
391
395
  "type": "stack",
392
- "align": "center",
393
- "gap": "sm",
394
- "direction": "horizontal"
396
+ "gap": "sm"
395
397
  },
396
398
  {
397
- "type": "badge",
398
- "label": "@item.description"
399
+ "label": "@item.description",
400
+ "type": "badge"
399
401
  }
400
- ],
401
- "justify": "between",
402
- "type": "stack"
402
+ ]
403
403
  },
404
404
  {
405
- "content": "@item.status",
405
+ "type": "typography",
406
406
  "variant": "caption",
407
- "type": "typography"
407
+ "content": "@item.status"
408
408
  }
409
409
  ]
410
410
  }
411
411
  ],
412
- "type": "data-grid",
413
412
  "itemActions": [
414
413
  {
415
414
  "event": "PROGRESS",
@@ -420,13 +419,14 @@
420
419
  "event": "COMPLETE"
421
420
  },
422
421
  {
423
- "label": "Fail",
424
422
  "event": "FAIL",
423
+ "label": "Fail",
425
424
  "variant": "danger"
426
425
  }
427
426
  ]
428
427
  }
429
- ]
428
+ ],
429
+ "type": "stack"
430
430
  }
431
431
  ]
432
432
  ]
@@ -441,8 +441,8 @@
441
441
  "QuestLog",
442
442
  {
443
443
  "emit": {
444
- "failure": "QuestLogLoadFailed",
445
- "success": "QuestLogLoaded"
444
+ "success": "QuestLogLoaded",
445
+ "failure": "QuestLogLoadFailed"
446
446
  }
447
447
  }
448
448
  ],
@@ -450,36 +450,33 @@
450
450
  "render-ui",
451
451
  "main",
452
452
  {
453
- "gap": "lg",
454
- "type": "stack",
455
- "direction": "vertical",
456
453
  "children": [
457
454
  {
455
+ "direction": "horizontal",
456
+ "type": "stack",
457
+ "gap": "md",
458
458
  "children": [
459
459
  {
460
- "type": "stack",
460
+ "gap": "md",
461
461
  "children": [
462
462
  {
463
463
  "type": "icon",
464
464
  "name": "flag"
465
465
  },
466
466
  {
467
- "content": "QuestLogs Board",
467
+ "variant": "h2",
468
468
  "type": "typography",
469
- "variant": "h2"
469
+ "content": "QuestLogs Board"
470
470
  }
471
471
  ],
472
- "direction": "horizontal",
473
- "gap": "md"
472
+ "type": "stack",
473
+ "direction": "horizontal"
474
474
  },
475
475
  {
476
476
  "type": "badge",
477
477
  "label": "Active"
478
478
  }
479
479
  ],
480
- "type": "stack",
481
- "direction": "horizontal",
482
- "gap": "md",
483
480
  "justify": "between"
484
481
  },
485
482
  {
@@ -487,58 +484,56 @@
487
484
  },
488
485
  {
489
486
  "value": 50.0,
490
- "showPercentage": true,
491
- "type": "progress-bar"
487
+ "type": "progress-bar",
488
+ "showPercentage": true
492
489
  },
493
490
  {
491
+ "fields": [],
494
492
  "renderItem": [
495
493
  "fn",
496
494
  "item",
497
495
  {
496
+ "gap": "sm",
497
+ "type": "stack",
498
+ "direction": "vertical",
498
499
  "children": [
499
500
  {
500
- "type": "stack",
501
- "direction": "horizontal",
502
- "align": "center",
503
501
  "children": [
504
502
  {
503
+ "direction": "horizontal",
505
504
  "children": [
506
505
  {
507
506
  "type": "icon",
508
507
  "name": "flag"
509
508
  },
510
509
  {
511
- "content": "@item.name",
512
510
  "type": "typography",
511
+ "content": "@item.name",
513
512
  "variant": "h4"
514
513
  }
515
514
  ],
516
515
  "type": "stack",
517
516
  "gap": "sm",
518
- "align": "center",
519
- "direction": "horizontal"
517
+ "align": "center"
520
518
  },
521
519
  {
522
- "label": "@item.description",
523
- "type": "badge"
520
+ "type": "badge",
521
+ "label": "@item.description"
524
522
  }
525
523
  ],
526
- "justify": "between"
524
+ "type": "stack",
525
+ "justify": "between",
526
+ "direction": "horizontal",
527
+ "align": "center"
527
528
  },
528
529
  {
529
- "type": "typography",
530
+ "content": "@item.status",
530
531
  "variant": "caption",
531
- "content": "@item.status"
532
+ "type": "typography"
532
533
  }
533
- ],
534
- "type": "stack",
535
- "gap": "sm",
536
- "direction": "vertical"
534
+ ]
537
535
  }
538
536
  ],
539
- "fields": [],
540
- "type": "data-grid",
541
- "entity": "QuestLog",
542
537
  "itemActions": [
543
538
  {
544
539
  "event": "PROGRESS",
@@ -549,13 +544,18 @@
549
544
  "event": "COMPLETE"
550
545
  },
551
546
  {
552
- "label": "Fail",
553
547
  "variant": "danger",
554
- "event": "FAIL"
548
+ "event": "FAIL",
549
+ "label": "Fail"
555
550
  }
556
- ]
551
+ ],
552
+ "type": "data-grid",
553
+ "entity": "QuestLog"
557
554
  }
558
- ]
555
+ ],
556
+ "gap": "lg",
557
+ "direction": "vertical",
558
+ "type": "stack"
559
559
  }
560
560
  ]
561
561
  ]
@@ -569,10 +569,11 @@
569
569
  "render-ui",
570
570
  "modal",
571
571
  {
572
+ "gap": "md",
573
+ "direction": "vertical",
574
+ "type": "stack",
572
575
  "children": [
573
576
  {
574
- "type": "stack",
575
- "direction": "horizontal",
576
577
  "gap": "sm",
577
578
  "children": [
578
579
  {
@@ -580,21 +581,23 @@
580
581
  "name": "trending-up"
581
582
  },
582
583
  {
583
- "content": "Update Progress",
584
+ "variant": "h3",
584
585
  "type": "typography",
585
- "variant": "h3"
586
+ "content": "Update Progress"
586
587
  }
587
- ]
588
+ ],
589
+ "direction": "horizontal",
590
+ "type": "stack"
588
591
  },
589
592
  {
590
593
  "type": "divider"
591
594
  },
592
595
  {
593
- "cancelEvent": "CANCEL",
594
- "entity": "QuestLog",
595
596
  "mode": "edit",
596
- "type": "form-section",
597
597
  "submitEvent": "SAVE",
598
+ "entity": "QuestLog",
599
+ "type": "form-section",
600
+ "cancelEvent": "CANCEL",
598
601
  "fields": [
599
602
  "name",
600
603
  "description",
@@ -602,10 +605,7 @@
602
605
  "createdAt"
603
606
  ]
604
607
  }
605
- ],
606
- "direction": "vertical",
607
- "gap": "md",
608
- "type": "stack"
608
+ ]
609
609
  }
610
610
  ]
611
611
  ]
@@ -619,7 +619,10 @@
619
619
  "render-ui",
620
620
  "main",
621
621
  {
622
+ "gap": "lg",
623
+ "direction": "vertical",
622
624
  "align": "center",
625
+ "type": "stack",
623
626
  "children": [
624
627
  {
625
628
  "name": "check-circle",
@@ -627,25 +630,22 @@
627
630
  },
628
631
  {
629
632
  "type": "typography",
630
- "variant": "h2",
631
- "content": "Quest Complete"
633
+ "content": "Quest Complete",
634
+ "variant": "h2"
632
635
  },
633
636
  {
634
- "message": "Congratulations! The quest has been completed.",
635
637
  "variant": "success",
638
+ "message": "Congratulations! The quest has been completed.",
636
639
  "type": "alert"
637
640
  },
638
641
  {
639
- "variant": "primary",
640
- "icon": "arrow-left",
641
642
  "type": "button",
643
+ "action": "RESET",
642
644
  "label": "View Quests",
643
- "action": "RESET"
645
+ "icon": "arrow-left",
646
+ "variant": "primary"
644
647
  }
645
- ],
646
- "direction": "vertical",
647
- "type": "stack",
648
- "gap": "lg"
648
+ ]
649
649
  }
650
650
  ]
651
651
  ]
@@ -660,31 +660,31 @@
660
660
  "main",
661
661
  {
662
662
  "type": "stack",
663
- "gap": "lg",
664
- "direction": "vertical",
665
663
  "children": [
666
664
  {
667
- "name": "x-circle",
668
- "type": "icon"
665
+ "type": "icon",
666
+ "name": "x-circle"
669
667
  },
670
668
  {
671
- "type": "typography",
672
669
  "variant": "h2",
670
+ "type": "typography",
673
671
  "content": "Quest Failed"
674
672
  },
675
673
  {
674
+ "type": "alert",
676
675
  "variant": "error",
677
- "message": "The quest was not completed. You can try again.",
678
- "type": "alert"
676
+ "message": "The quest was not completed. You can try again."
679
677
  },
680
678
  {
681
679
  "variant": "primary",
682
- "label": "View Quests",
683
680
  "type": "button",
684
681
  "action": "RESET",
682
+ "label": "View Quests",
685
683
  "icon": "arrow-left"
686
684
  }
687
685
  ],
686
+ "gap": "lg",
687
+ "direction": "vertical",
688
688
  "align": "center"
689
689
  }
690
690
  ]
@@ -711,8 +711,8 @@
711
711
  "QuestLog",
712
712
  {
713
713
  "emit": {
714
- "success": "QuestLogLoaded",
715
- "failure": "QuestLogLoadFailed"
714
+ "failure": "QuestLogLoadFailed",
715
+ "success": "QuestLogLoaded"
716
716
  }
717
717
  }
718
718
  ],
@@ -720,59 +720,74 @@
720
720
  "render-ui",
721
721
  "main",
722
722
  {
723
- "gap": "lg",
724
- "direction": "vertical",
725
723
  "children": [
726
724
  {
727
725
  "direction": "horizontal",
728
726
  "gap": "md",
729
- "type": "stack",
730
727
  "justify": "between",
731
728
  "children": [
732
729
  {
730
+ "direction": "horizontal",
733
731
  "children": [
734
732
  {
735
733
  "name": "flag",
736
734
  "type": "icon"
737
735
  },
738
736
  {
739
- "content": "QuestLogs Board",
737
+ "variant": "h2",
740
738
  "type": "typography",
741
- "variant": "h2"
739
+ "content": "QuestLogs Board"
742
740
  }
743
741
  ],
744
- "type": "stack",
745
742
  "gap": "md",
746
- "direction": "horizontal"
743
+ "type": "stack"
747
744
  },
748
745
  {
749
746
  "label": "Active",
750
747
  "type": "badge"
751
748
  }
752
- ]
749
+ ],
750
+ "type": "stack"
753
751
  },
754
752
  {
755
753
  "type": "divider"
756
754
  },
757
755
  {
758
- "value": 50.0,
759
756
  "showPercentage": true,
760
- "type": "progress-bar"
757
+ "type": "progress-bar",
758
+ "value": 50.0
761
759
  },
762
760
  {
763
- "renderItem": [
764
- "fn",
765
- "item",
766
- {
761
+ "entity": "QuestLog",
762
+ "type": "data-grid",
763
+ "itemActions": [
764
+ {
765
+ "event": "PROGRESS",
766
+ "label": "Progress"
767
+ },
768
+ {
769
+ "event": "COMPLETE",
770
+ "label": "Complete"
771
+ },
772
+ {
773
+ "label": "Fail",
774
+ "variant": "danger",
775
+ "event": "FAIL"
776
+ }
777
+ ],
778
+ "renderItem": [
779
+ "fn",
780
+ "item",
781
+ {
782
+ "gap": "sm",
783
+ "direction": "vertical",
784
+ "type": "stack",
767
785
  "children": [
768
786
  {
769
- "align": "center",
770
- "direction": "horizontal",
771
- "type": "stack",
772
787
  "justify": "between",
773
788
  "children": [
774
789
  {
775
- "direction": "horizontal",
790
+ "align": "center",
776
791
  "children": [
777
792
  {
778
793
  "name": "flag",
@@ -780,52 +795,37 @@
780
795
  },
781
796
  {
782
797
  "type": "typography",
783
- "variant": "h4",
784
- "content": "@item.name"
798
+ "content": "@item.name",
799
+ "variant": "h4"
785
800
  }
786
801
  ],
787
- "align": "center",
788
- "gap": "sm",
789
- "type": "stack"
802
+ "type": "stack",
803
+ "direction": "horizontal",
804
+ "gap": "sm"
790
805
  },
791
806
  {
792
- "type": "badge",
793
- "label": "@item.description"
807
+ "label": "@item.description",
808
+ "type": "badge"
794
809
  }
795
- ]
810
+ ],
811
+ "direction": "horizontal",
812
+ "type": "stack",
813
+ "align": "center"
796
814
  },
797
815
  {
798
816
  "type": "typography",
799
817
  "variant": "caption",
800
818
  "content": "@item.status"
801
819
  }
802
- ],
803
- "gap": "sm",
804
- "direction": "vertical",
805
- "type": "stack"
806
- }
807
- ],
808
- "itemActions": [
809
- {
810
- "label": "Progress",
811
- "event": "PROGRESS"
812
- },
813
- {
814
- "label": "Complete",
815
- "event": "COMPLETE"
816
- },
817
- {
818
- "label": "Fail",
819
- "event": "FAIL",
820
- "variant": "danger"
820
+ ]
821
821
  }
822
822
  ],
823
- "entity": "QuestLog",
824
- "fields": [],
825
- "type": "data-grid"
823
+ "fields": []
826
824
  }
827
825
  ],
828
- "type": "stack"
826
+ "type": "stack",
827
+ "gap": "lg",
828
+ "direction": "vertical"
829
829
  }
830
830
  ]
831
831
  ]
@@ -854,35 +854,36 @@
854
854
  "render-ui",
855
855
  "main",
856
856
  {
857
+ "direction": "vertical",
857
858
  "type": "stack",
858
859
  "children": [
859
860
  {
860
861
  "type": "stack",
862
+ "gap": "md",
863
+ "direction": "horizontal",
864
+ "justify": "between",
861
865
  "children": [
862
866
  {
863
- "gap": "md",
864
867
  "children": [
865
868
  {
866
- "type": "icon",
867
- "name": "flag"
869
+ "name": "flag",
870
+ "type": "icon"
868
871
  },
869
872
  {
873
+ "variant": "h2",
870
874
  "type": "typography",
871
- "content": "QuestLogs Board",
872
- "variant": "h2"
875
+ "content": "QuestLogs Board"
873
876
  }
874
877
  ],
875
878
  "direction": "horizontal",
879
+ "gap": "md",
876
880
  "type": "stack"
877
881
  },
878
882
  {
879
883
  "label": "Active",
880
884
  "type": "badge"
881
885
  }
882
- ],
883
- "direction": "horizontal",
884
- "gap": "md",
885
- "justify": "between"
886
+ ]
886
887
  },
887
888
  {
888
889
  "type": "divider"
@@ -893,41 +894,56 @@
893
894
  "value": 50.0
894
895
  },
895
896
  {
896
- "entity": "QuestLog",
897
+ "fields": [],
898
+ "itemActions": [
899
+ {
900
+ "label": "Progress",
901
+ "event": "PROGRESS"
902
+ },
903
+ {
904
+ "event": "COMPLETE",
905
+ "label": "Complete"
906
+ },
907
+ {
908
+ "variant": "danger",
909
+ "label": "Fail",
910
+ "event": "FAIL"
911
+ }
912
+ ],
913
+ "type": "data-grid",
897
914
  "renderItem": [
898
915
  "fn",
899
916
  "item",
900
917
  {
901
- "direction": "vertical",
902
918
  "children": [
903
919
  {
920
+ "type": "stack",
921
+ "justify": "between",
904
922
  "align": "center",
923
+ "direction": "horizontal",
905
924
  "children": [
906
925
  {
907
- "align": "center",
908
- "type": "stack",
909
926
  "gap": "sm",
910
- "direction": "horizontal",
927
+ "type": "stack",
911
928
  "children": [
912
929
  {
913
- "type": "icon",
914
- "name": "flag"
930
+ "name": "flag",
931
+ "type": "icon"
915
932
  },
916
933
  {
917
- "content": "@item.name",
918
934
  "type": "typography",
919
- "variant": "h4"
935
+ "variant": "h4",
936
+ "content": "@item.name"
920
937
  }
921
- ]
938
+ ],
939
+ "align": "center",
940
+ "direction": "horizontal"
922
941
  },
923
942
  {
924
943
  "type": "badge",
925
944
  "label": "@item.description"
926
945
  }
927
- ],
928
- "direction": "horizontal",
929
- "type": "stack",
930
- "justify": "between"
946
+ ]
931
947
  },
932
948
  {
933
949
  "variant": "caption",
@@ -936,30 +952,14 @@
936
952
  }
937
953
  ],
938
954
  "type": "stack",
955
+ "direction": "vertical",
939
956
  "gap": "sm"
940
957
  }
941
958
  ],
942
- "type": "data-grid",
943
- "itemActions": [
944
- {
945
- "event": "PROGRESS",
946
- "label": "Progress"
947
- },
948
- {
949
- "event": "COMPLETE",
950
- "label": "Complete"
951
- },
952
- {
953
- "variant": "danger",
954
- "event": "FAIL",
955
- "label": "Fail"
956
- }
957
- ],
958
- "fields": []
959
+ "entity": "QuestLog"
959
960
  }
960
961
  ],
961
- "gap": "lg",
962
- "direction": "vertical"
962
+ "gap": "lg"
963
963
  }
964
964
  ]
965
965
  ]
@@ -988,35 +988,33 @@
988
988
  "render-ui",
989
989
  "main",
990
990
  {
991
- "gap": "lg",
992
991
  "type": "stack",
993
- "direction": "vertical",
994
992
  "children": [
995
993
  {
996
- "direction": "horizontal",
994
+ "gap": "md",
997
995
  "justify": "between",
998
996
  "type": "stack",
999
- "gap": "md",
997
+ "direction": "horizontal",
1000
998
  "children": [
1001
999
  {
1000
+ "direction": "horizontal",
1001
+ "type": "stack",
1002
+ "gap": "md",
1002
1003
  "children": [
1003
1004
  {
1004
- "type": "icon",
1005
- "name": "flag"
1005
+ "name": "flag",
1006
+ "type": "icon"
1006
1007
  },
1007
1008
  {
1008
- "type": "typography",
1009
+ "variant": "h2",
1009
1010
  "content": "QuestLogs Board",
1010
- "variant": "h2"
1011
+ "type": "typography"
1011
1012
  }
1012
- ],
1013
- "gap": "md",
1014
- "direction": "horizontal",
1015
- "type": "stack"
1013
+ ]
1016
1014
  },
1017
1015
  {
1018
- "label": "Active",
1019
- "type": "badge"
1016
+ "type": "badge",
1017
+ "label": "Active"
1020
1018
  }
1021
1019
  ]
1022
1020
  },
@@ -1024,12 +1022,11 @@
1024
1022
  "type": "divider"
1025
1023
  },
1026
1024
  {
1027
- "showPercentage": true,
1028
1025
  "value": 50.0,
1026
+ "showPercentage": true,
1029
1027
  "type": "progress-bar"
1030
1028
  },
1031
1029
  {
1032
- "type": "data-grid",
1033
1030
  "entity": "QuestLog",
1034
1031
  "fields": [],
1035
1032
  "itemActions": [
@@ -1051,37 +1048,36 @@
1051
1048
  "fn",
1052
1049
  "item",
1053
1050
  {
1054
- "direction": "vertical",
1055
1051
  "gap": "sm",
1056
1052
  "children": [
1057
1053
  {
1058
- "align": "center",
1054
+ "type": "stack",
1059
1055
  "children": [
1060
1056
  {
1061
- "type": "stack",
1062
- "direction": "horizontal",
1063
- "gap": "sm",
1064
- "align": "center",
1065
1057
  "children": [
1066
1058
  {
1067
1059
  "name": "flag",
1068
1060
  "type": "icon"
1069
1061
  },
1070
1062
  {
1063
+ "content": "@item.name",
1071
1064
  "type": "typography",
1072
- "variant": "h4",
1073
- "content": "@item.name"
1065
+ "variant": "h4"
1074
1066
  }
1075
- ]
1067
+ ],
1068
+ "direction": "horizontal",
1069
+ "align": "center",
1070
+ "gap": "sm",
1071
+ "type": "stack"
1076
1072
  },
1077
1073
  {
1078
- "label": "@item.description",
1079
- "type": "badge"
1074
+ "type": "badge",
1075
+ "label": "@item.description"
1080
1076
  }
1081
1077
  ],
1082
- "type": "stack",
1083
- "justify": "between",
1084
- "direction": "horizontal"
1078
+ "direction": "horizontal",
1079
+ "align": "center",
1080
+ "justify": "between"
1085
1081
  },
1086
1082
  {
1087
1083
  "type": "typography",
@@ -1089,11 +1085,15 @@
1089
1085
  "content": "@item.status"
1090
1086
  }
1091
1087
  ],
1092
- "type": "stack"
1088
+ "type": "stack",
1089
+ "direction": "vertical"
1093
1090
  }
1094
- ]
1091
+ ],
1092
+ "type": "data-grid"
1095
1093
  }
1096
- ]
1094
+ ],
1095
+ "direction": "vertical",
1096
+ "gap": "lg"
1097
1097
  }
1098
1098
  ]
1099
1099
  ]
@@ -1108,8 +1108,8 @@
1108
1108
  "QuestLog",
1109
1109
  {
1110
1110
  "emit": {
1111
- "success": "QuestLogLoaded",
1112
- "failure": "QuestLogLoadFailed"
1111
+ "failure": "QuestLogLoadFailed",
1112
+ "success": "QuestLogLoaded"
1113
1113
  }
1114
1114
  }
1115
1115
  ],
@@ -1118,94 +1118,94 @@
1118
1118
  "main",
1119
1119
  {
1120
1120
  "type": "stack",
1121
+ "direction": "vertical",
1122
+ "gap": "lg",
1121
1123
  "children": [
1122
1124
  {
1123
- "type": "stack",
1124
- "direction": "horizontal",
1125
- "gap": "md",
1125
+ "justify": "between",
1126
1126
  "children": [
1127
1127
  {
1128
+ "type": "stack",
1128
1129
  "direction": "horizontal",
1129
1130
  "children": [
1130
1131
  {
1131
- "type": "icon",
1132
- "name": "flag"
1132
+ "name": "flag",
1133
+ "type": "icon"
1133
1134
  },
1134
1135
  {
1135
- "type": "typography",
1136
+ "variant": "h2",
1136
1137
  "content": "QuestLogs Board",
1137
- "variant": "h2"
1138
+ "type": "typography"
1138
1139
  }
1139
1140
  ],
1140
- "type": "stack",
1141
1141
  "gap": "md"
1142
1142
  }
1143
1143
  ],
1144
- "justify": "between"
1144
+ "direction": "horizontal",
1145
+ "gap": "md",
1146
+ "type": "stack"
1145
1147
  },
1146
1148
  {
1147
1149
  "type": "divider"
1148
1150
  },
1149
1151
  {
1152
+ "fields": [],
1153
+ "entity": "QuestLog",
1154
+ "itemActions": [
1155
+ {
1156
+ "label": "Accept",
1157
+ "event": "ACCEPT"
1158
+ }
1159
+ ],
1150
1160
  "renderItem": [
1151
1161
  "fn",
1152
1162
  "item",
1153
1163
  {
1154
- "type": "stack",
1155
1164
  "direction": "vertical",
1165
+ "type": "stack",
1156
1166
  "children": [
1157
1167
  {
1168
+ "type": "stack",
1158
1169
  "align": "center",
1159
1170
  "direction": "horizontal",
1160
1171
  "children": [
1161
1172
  {
1173
+ "align": "center",
1162
1174
  "direction": "horizontal",
1163
- "gap": "sm",
1164
1175
  "children": [
1165
1176
  {
1166
- "type": "icon",
1167
- "name": "flag"
1177
+ "name": "flag",
1178
+ "type": "icon"
1168
1179
  },
1169
1180
  {
1170
- "type": "typography",
1171
1181
  "variant": "h4",
1172
- "content": "@item.name"
1182
+ "content": "@item.name",
1183
+ "type": "typography"
1173
1184
  }
1174
1185
  ],
1175
1186
  "type": "stack",
1176
- "align": "center"
1187
+ "gap": "sm"
1177
1188
  },
1178
1189
  {
1179
- "label": "@item.description",
1180
- "type": "badge"
1190
+ "type": "badge",
1191
+ "label": "@item.description"
1181
1192
  }
1182
1193
  ],
1183
- "type": "stack",
1184
1194
  "justify": "between"
1185
1195
  },
1186
1196
  {
1187
1197
  "type": "typography",
1188
- "content": "@item.status",
1189
- "variant": "caption"
1198
+ "variant": "caption",
1199
+ "content": "@item.status"
1190
1200
  }
1191
1201
  ],
1192
1202
  "gap": "sm"
1193
1203
  }
1194
1204
  ],
1195
1205
  "type": "data-list",
1196
- "entity": "QuestLog",
1197
- "itemActions": [
1198
- {
1199
- "event": "ACCEPT",
1200
- "label": "Accept"
1201
- }
1202
- ],
1203
- "groupBy": "status",
1204
- "fields": []
1206
+ "groupBy": "status"
1205
1207
  }
1206
- ],
1207
- "gap": "lg",
1208
- "direction": "vertical"
1208
+ ]
1209
1209
  }
1210
1210
  ]
1211
1211
  ]
@@ -1229,31 +1229,31 @@
1229
1229
  "render-ui",
1230
1230
  "main",
1231
1231
  {
1232
- "type": "stack",
1232
+ "direction": "vertical",
1233
1233
  "gap": "lg",
1234
1234
  "children": [
1235
1235
  {
1236
- "justify": "between",
1237
1236
  "type": "stack",
1237
+ "justify": "between",
1238
+ "direction": "horizontal",
1238
1239
  "children": [
1239
1240
  {
1240
- "type": "stack",
1241
- "direction": "horizontal",
1242
- "gap": "md",
1243
1241
  "children": [
1244
1242
  {
1245
1243
  "name": "flag",
1246
1244
  "type": "icon"
1247
1245
  },
1248
1246
  {
1249
- "type": "typography",
1250
1247
  "variant": "h2",
1248
+ "type": "typography",
1251
1249
  "content": "QuestLogs Board"
1252
1250
  }
1253
- ]
1251
+ ],
1252
+ "gap": "md",
1253
+ "direction": "horizontal",
1254
+ "type": "stack"
1254
1255
  }
1255
1256
  ],
1256
- "direction": "horizontal",
1257
1257
  "gap": "md"
1258
1258
  },
1259
1259
  {
@@ -1264,29 +1264,32 @@
1264
1264
  "fn",
1265
1265
  "item",
1266
1266
  {
1267
+ "type": "stack",
1268
+ "gap": "sm",
1269
+ "direction": "vertical",
1267
1270
  "children": [
1268
1271
  {
1269
1272
  "type": "stack",
1273
+ "align": "center",
1270
1274
  "justify": "between",
1271
1275
  "direction": "horizontal",
1272
- "align": "center",
1273
1276
  "children": [
1274
1277
  {
1278
+ "gap": "sm",
1279
+ "align": "center",
1275
1280
  "children": [
1276
1281
  {
1277
- "type": "icon",
1278
- "name": "flag"
1282
+ "name": "flag",
1283
+ "type": "icon"
1279
1284
  },
1280
1285
  {
1281
- "content": "@item.name",
1286
+ "variant": "h4",
1282
1287
  "type": "typography",
1283
- "variant": "h4"
1288
+ "content": "@item.name"
1284
1289
  }
1285
1290
  ],
1286
- "align": "center",
1287
1291
  "direction": "horizontal",
1288
- "type": "stack",
1289
- "gap": "sm"
1292
+ "type": "stack"
1290
1293
  },
1291
1294
  {
1292
1295
  "label": "@item.description",
@@ -1295,29 +1298,26 @@
1295
1298
  ]
1296
1299
  },
1297
1300
  {
1301
+ "content": "@item.status",
1298
1302
  "type": "typography",
1299
- "variant": "caption",
1300
- "content": "@item.status"
1303
+ "variant": "caption"
1301
1304
  }
1302
- ],
1303
- "type": "stack",
1304
- "gap": "sm",
1305
- "direction": "vertical"
1305
+ ]
1306
1306
  }
1307
1307
  ],
1308
+ "type": "data-list",
1309
+ "fields": [],
1310
+ "entity": "QuestLog",
1311
+ "groupBy": "status",
1308
1312
  "itemActions": [
1309
1313
  {
1310
1314
  "event": "ACCEPT",
1311
1315
  "label": "Accept"
1312
1316
  }
1313
- ],
1314
- "groupBy": "status",
1315
- "type": "data-list",
1316
- "fields": [],
1317
- "entity": "QuestLog"
1317
+ ]
1318
1318
  }
1319
1319
  ],
1320
- "direction": "vertical"
1320
+ "type": "stack"
1321
1321
  }
1322
1322
  ]
1323
1323
  ]