@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
@@ -193,26 +193,29 @@
193
193
  "render-ui",
194
194
  "main",
195
195
  {
196
+ "padding": "lg",
196
197
  "children": [
197
198
  {
199
+ "direction": "vertical",
200
+ "gap": "lg",
198
201
  "type": "stack",
199
202
  "children": [
200
203
  {
201
- "type": "stack",
202
- "direction": "horizontal",
203
204
  "children": [
204
205
  {
205
206
  "name": "clipboard",
206
207
  "type": "icon"
207
208
  },
208
209
  {
209
- "content": "Setup Wizard",
210
210
  "variant": "h2",
211
- "type": "typography"
211
+ "type": "typography",
212
+ "content": "Setup Wizard"
212
213
  }
213
214
  ],
214
- "gap": "sm",
215
- "align": "center"
215
+ "type": "stack",
216
+ "direction": "horizontal",
217
+ "align": "center",
218
+ "gap": "sm"
216
219
  },
217
220
  {
218
221
  "count": 3.0,
@@ -220,54 +223,51 @@
220
223
  "type": "progress-dots"
221
224
  },
222
225
  {
226
+ "currentStep": 0.0,
227
+ "type": "wizard-progress",
223
228
  "steps": [
224
229
  "Personal Info",
225
230
  "Settings",
226
231
  "Review"
227
- ],
228
- "currentStep": 0.0,
229
- "type": "wizard-progress"
232
+ ]
230
233
  },
231
234
  {
232
235
  "type": "divider"
233
236
  },
234
237
  {
235
238
  "type": "typography",
236
- "variant": "h3",
237
- "content": "Personal Info"
239
+ "content": "Personal Info",
240
+ "variant": "h3"
238
241
  },
239
242
  {
240
- "cancelEvent": "INIT",
241
243
  "fields": [
242
244
  "name",
243
245
  "description"
244
246
  ],
247
+ "cancelEvent": "INIT",
248
+ "submitEvent": "NEXT",
245
249
  "type": "form-section",
246
- "mode": "create",
247
- "submitEvent": "NEXT"
250
+ "mode": "create"
248
251
  },
249
252
  {
250
253
  "direction": "horizontal",
251
- "gap": "sm",
252
254
  "justify": "end",
255
+ "type": "stack",
256
+ "gap": "sm",
253
257
  "children": [
254
258
  {
255
- "type": "button",
256
- "icon": "arrow-right",
257
259
  "label": "Next",
260
+ "action": "NEXT",
258
261
  "variant": "primary",
259
- "action": "NEXT"
262
+ "icon": "arrow-right",
263
+ "type": "button"
260
264
  }
261
- ],
262
- "type": "stack"
265
+ ]
263
266
  }
264
- ],
265
- "gap": "lg",
266
- "direction": "vertical"
267
+ ]
267
268
  }
268
269
  ],
269
270
  "type": "container",
270
- "padding": "lg",
271
271
  "maxWidth": "lg"
272
272
  }
273
273
  ]
@@ -292,88 +292,88 @@
292
292
  "render-ui",
293
293
  "main",
294
294
  {
295
+ "maxWidth": "lg",
295
296
  "padding": "lg",
296
297
  "type": "container",
297
298
  "children": [
298
299
  {
299
- "type": "stack",
300
+ "direction": "vertical",
301
+ "gap": "lg",
300
302
  "children": [
301
303
  {
304
+ "direction": "horizontal",
305
+ "align": "center",
302
306
  "children": [
303
307
  {
304
- "type": "icon",
305
- "name": "clipboard"
308
+ "name": "clipboard",
309
+ "type": "icon"
306
310
  },
307
311
  {
308
- "content": "Setup Wizard",
309
312
  "type": "typography",
313
+ "content": "Setup Wizard",
310
314
  "variant": "h2"
311
315
  }
312
316
  ],
313
- "align": "center",
314
- "type": "stack",
315
- "direction": "horizontal",
316
- "gap": "sm"
317
+ "gap": "sm",
318
+ "type": "stack"
317
319
  },
318
320
  {
319
- "type": "progress-dots",
320
321
  "count": 3.0,
322
+ "type": "progress-dots",
321
323
  "currentIndex": 1.0
322
324
  },
323
325
  {
324
- "currentStep": 1.0,
325
- "type": "wizard-progress",
326
326
  "steps": [
327
327
  "Personal Info",
328
328
  "Settings",
329
329
  "Review"
330
- ]
330
+ ],
331
+ "currentStep": 1.0,
332
+ "type": "wizard-progress"
331
333
  },
332
334
  {
333
335
  "type": "divider"
334
336
  },
335
337
  {
336
- "type": "typography",
337
338
  "variant": "h3",
338
- "content": "Settings"
339
+ "content": "Settings",
340
+ "type": "typography"
339
341
  },
340
342
  {
343
+ "cancelEvent": "PREV",
341
344
  "submitEvent": "NEXT",
345
+ "mode": "create",
346
+ "type": "form-section",
342
347
  "fields": [
343
348
  "status"
344
- ],
345
- "type": "form-section",
346
- "cancelEvent": "PREV",
347
- "mode": "create"
349
+ ]
348
350
  },
349
351
  {
350
- "type": "stack",
351
- "justify": "end",
352
- "direction": "horizontal",
353
352
  "gap": "sm",
353
+ "justify": "end",
354
354
  "children": [
355
355
  {
356
+ "label": "Back",
357
+ "icon": "arrow-left",
356
358
  "type": "button",
357
359
  "action": "PREV",
358
- "label": "Back",
359
- "variant": "ghost",
360
- "icon": "arrow-left"
360
+ "variant": "ghost"
361
361
  },
362
362
  {
363
363
  "type": "button",
364
- "label": "Next",
364
+ "variant": "primary",
365
365
  "action": "NEXT",
366
366
  "icon": "arrow-right",
367
- "variant": "primary"
367
+ "label": "Next"
368
368
  }
369
- ]
369
+ ],
370
+ "direction": "horizontal",
371
+ "type": "stack"
370
372
  }
371
373
  ],
372
- "direction": "vertical",
373
- "gap": "lg"
374
+ "type": "stack"
374
375
  }
375
- ],
376
- "maxWidth": "lg"
376
+ ]
377
377
  }
378
378
  ]
379
379
  ]
@@ -397,85 +397,85 @@
397
397
  "render-ui",
398
398
  "main",
399
399
  {
400
+ "padding": "lg",
400
401
  "maxWidth": "lg",
401
402
  "type": "container",
402
- "padding": "lg",
403
403
  "children": [
404
404
  {
405
- "type": "stack",
405
+ "gap": "lg",
406
406
  "children": [
407
407
  {
408
408
  "type": "stack",
409
- "align": "center",
410
- "gap": "sm",
411
409
  "direction": "horizontal",
410
+ "gap": "sm",
412
411
  "children": [
413
412
  {
414
413
  "type": "icon",
415
414
  "name": "clipboard"
416
415
  },
417
416
  {
418
- "content": "Setup Wizard",
419
417
  "type": "typography",
420
- "variant": "h2"
418
+ "variant": "h2",
419
+ "content": "Setup Wizard"
421
420
  }
422
- ]
421
+ ],
422
+ "align": "center"
423
423
  },
424
424
  {
425
- "type": "progress-dots",
426
425
  "currentIndex": 2.0,
427
- "count": 3.0
426
+ "count": 3.0,
427
+ "type": "progress-dots"
428
428
  },
429
429
  {
430
- "currentStep": 2.0,
431
430
  "type": "wizard-progress",
432
431
  "steps": [
433
432
  "Personal Info",
434
433
  "Settings",
435
434
  "Review"
436
- ]
435
+ ],
436
+ "currentStep": 2.0
437
437
  },
438
438
  {
439
439
  "type": "divider"
440
440
  },
441
441
  {
442
442
  "type": "typography",
443
- "content": "Review",
444
- "variant": "h3"
443
+ "variant": "h3",
444
+ "content": "Review"
445
445
  },
446
446
  {
447
447
  "fields": [
448
448
  "createdAt"
449
449
  ],
450
- "mode": "create",
451
- "type": "form-section",
450
+ "submitEvent": "NEXT",
452
451
  "cancelEvent": "PREV",
453
- "submitEvent": "NEXT"
452
+ "mode": "create",
453
+ "type": "form-section"
454
454
  },
455
455
  {
456
+ "justify": "end",
457
+ "type": "stack",
458
+ "gap": "sm",
459
+ "direction": "horizontal",
456
460
  "children": [
457
461
  {
458
- "action": "PREV",
462
+ "label": "Back",
459
463
  "type": "button",
464
+ "action": "PREV",
460
465
  "variant": "ghost",
461
- "icon": "arrow-left",
462
- "label": "Back"
466
+ "icon": "arrow-left"
463
467
  },
464
468
  {
465
- "label": "Next",
469
+ "icon": "arrow-right",
466
470
  "action": "NEXT",
467
471
  "type": "button",
468
472
  "variant": "primary",
469
- "icon": "arrow-right"
473
+ "label": "Next"
470
474
  }
471
- ],
472
- "gap": "sm",
473
- "type": "stack",
474
- "direction": "horizontal",
475
- "justify": "end"
475
+ ]
476
476
  }
477
477
  ],
478
- "gap": "lg",
478
+ "type": "stack",
479
479
  "direction": "vertical"
480
480
  }
481
481
  ]
@@ -502,18 +502,18 @@
502
502
  "render-ui",
503
503
  "main",
504
504
  {
505
- "type": "container",
506
505
  "maxWidth": "lg",
506
+ "type": "container",
507
507
  "padding": "lg",
508
508
  "children": [
509
509
  {
510
+ "type": "stack",
510
511
  "gap": "lg",
511
- "direction": "vertical",
512
512
  "children": [
513
513
  {
514
- "gap": "sm",
515
- "align": "center",
516
514
  "type": "stack",
515
+ "align": "center",
516
+ "gap": "sm",
517
517
  "direction": "horizontal",
518
518
  "children": [
519
519
  {
@@ -522,8 +522,8 @@
522
522
  },
523
523
  {
524
524
  "variant": "h2",
525
- "content": "Setup Wizard",
526
- "type": "typography"
525
+ "type": "typography",
526
+ "content": "Setup Wizard"
527
527
  }
528
528
  ]
529
529
  },
@@ -534,20 +534,20 @@
534
534
  },
535
535
  {
536
536
  "currentStep": 0.0,
537
+ "type": "wizard-progress",
537
538
  "steps": [
538
539
  "Personal Info",
539
540
  "Settings",
540
541
  "Review"
541
- ],
542
- "type": "wizard-progress"
542
+ ]
543
543
  },
544
544
  {
545
545
  "type": "divider"
546
546
  },
547
547
  {
548
- "variant": "h3",
548
+ "type": "typography",
549
549
  "content": "Personal Info",
550
- "type": "typography"
550
+ "variant": "h3"
551
551
  },
552
552
  {
553
553
  "fields": [
@@ -555,27 +555,27 @@
555
555
  "description"
556
556
  ],
557
557
  "mode": "create",
558
- "type": "form-section",
559
558
  "cancelEvent": "INIT",
559
+ "type": "form-section",
560
560
  "submitEvent": "NEXT"
561
561
  },
562
562
  {
563
- "justify": "end",
564
563
  "direction": "horizontal",
564
+ "gap": "sm",
565
+ "type": "stack",
566
+ "justify": "end",
565
567
  "children": [
566
568
  {
567
569
  "variant": "primary",
568
- "icon": "arrow-right",
569
570
  "type": "button",
570
571
  "label": "Next",
571
- "action": "NEXT"
572
+ "action": "NEXT",
573
+ "icon": "arrow-right"
572
574
  }
573
- ],
574
- "type": "stack",
575
- "gap": "sm"
575
+ ]
576
576
  }
577
577
  ],
578
- "type": "stack"
578
+ "direction": "vertical"
579
579
  }
580
580
  ]
581
581
  }
@@ -592,8 +592,8 @@
592
592
  "WizardEntry",
593
593
  {
594
594
  "emit": {
595
- "success": "WizardEntryLoaded",
596
- "failure": "WizardEntryLoadFailed"
595
+ "failure": "WizardEntryLoadFailed",
596
+ "success": "WizardEntryLoaded"
597
597
  }
598
598
  }
599
599
  ],
@@ -601,26 +601,24 @@
601
601
  "render-ui",
602
602
  "main",
603
603
  {
604
- "type": "stack",
605
- "gap": "lg",
606
604
  "direction": "vertical",
607
605
  "children": [
608
606
  {
609
- "type": "stack",
607
+ "align": "center",
610
608
  "gap": "sm",
611
609
  "children": [
612
610
  {
613
- "name": "clipboard",
614
- "type": "icon"
611
+ "type": "icon",
612
+ "name": "clipboard"
615
613
  },
616
614
  {
617
- "content": "Setup Wizard",
618
615
  "type": "typography",
616
+ "content": "Setup Wizard",
619
617
  "variant": "h2"
620
618
  }
621
619
  ],
622
- "direction": "horizontal",
623
- "align": "center"
620
+ "type": "stack",
621
+ "direction": "horizontal"
624
622
  },
625
623
  {
626
624
  "type": "badge",
@@ -632,100 +630,102 @@
632
630
  "Settings",
633
631
  "Review"
634
632
  ],
635
- "type": "wizard-progress",
636
- "currentStep": 3.0
633
+ "currentStep": 3.0,
634
+ "type": "wizard-progress"
637
635
  },
638
636
  {
639
637
  "type": "divider"
640
638
  },
641
639
  {
640
+ "type": "stack",
642
641
  "direction": "vertical",
643
- "gap": "sm",
644
642
  "children": [
645
643
  {
646
- "direction": "horizontal",
647
- "type": "stack",
648
644
  "justify": "between",
645
+ "direction": "horizontal",
649
646
  "children": [
650
647
  {
651
- "content": "Name",
652
648
  "variant": "caption",
649
+ "content": "Name",
653
650
  "type": "typography"
654
651
  },
655
652
  {
656
- "content": "@entity.name",
653
+ "type": "typography",
657
654
  "variant": "body",
658
- "type": "typography"
655
+ "content": "@entity.name"
659
656
  }
660
657
  ],
658
+ "type": "stack",
661
659
  "gap": "md"
662
660
  },
663
661
  {
664
- "type": "stack",
665
- "direction": "horizontal",
666
662
  "justify": "between",
667
663
  "children": [
668
664
  {
669
665
  "type": "typography",
670
- "content": "Description",
671
- "variant": "caption"
666
+ "variant": "caption",
667
+ "content": "Description"
672
668
  },
673
669
  {
674
- "content": "@entity.description",
675
670
  "variant": "body",
671
+ "content": "@entity.description",
676
672
  "type": "typography"
677
673
  }
678
674
  ],
675
+ "direction": "horizontal",
676
+ "type": "stack",
679
677
  "gap": "md"
680
678
  },
681
679
  {
682
680
  "type": "stack",
683
681
  "justify": "between",
684
- "gap": "md",
685
682
  "direction": "horizontal",
686
683
  "children": [
687
684
  {
688
685
  "type": "typography",
689
- "variant": "caption",
690
- "content": "Status"
686
+ "content": "Status",
687
+ "variant": "caption"
691
688
  },
692
689
  {
693
- "content": "@entity.status",
690
+ "variant": "body",
694
691
  "type": "typography",
695
- "variant": "body"
692
+ "content": "@entity.status"
696
693
  }
697
- ]
694
+ ],
695
+ "gap": "md"
698
696
  },
699
697
  {
700
- "gap": "md",
701
698
  "justify": "between",
699
+ "type": "stack",
700
+ "gap": "md",
701
+ "direction": "horizontal",
702
702
  "children": [
703
703
  {
704
- "type": "typography",
704
+ "variant": "caption",
705
705
  "content": "Created At",
706
- "variant": "caption"
706
+ "type": "typography"
707
707
  },
708
708
  {
709
- "content": "@entity.createdAt",
709
+ "variant": "body",
710
710
  "type": "typography",
711
- "variant": "body"
711
+ "content": "@entity.createdAt"
712
712
  }
713
- ],
714
- "type": "stack",
715
- "direction": "horizontal"
713
+ ]
716
714
  }
717
715
  ],
718
- "type": "stack"
716
+ "gap": "sm"
719
717
  },
720
718
  {
721
- "type": "wizard-navigation",
722
719
  "currentStep": 3.0,
723
720
  "totalSteps": 4.0,
724
721
  "showBack": true,
725
- "showNext": false,
726
- "showComplete": true
722
+ "type": "wizard-navigation",
723
+ "showComplete": true,
724
+ "showNext": false
727
725
  }
728
- ]
726
+ ],
727
+ "type": "stack",
728
+ "gap": "lg"
729
729
  }
730
730
  ]
731
731
  ]
@@ -750,28 +750,27 @@
750
750
  "main",
751
751
  {
752
752
  "maxWidth": "lg",
753
- "type": "container",
754
753
  "children": [
755
754
  {
756
755
  "gap": "lg",
757
756
  "type": "stack",
758
757
  "children": [
759
758
  {
760
- "direction": "horizontal",
761
759
  "align": "center",
762
- "gap": "sm",
763
- "type": "stack",
764
760
  "children": [
765
761
  {
766
762
  "type": "icon",
767
763
  "name": "clipboard"
768
764
  },
769
765
  {
770
- "content": "Setup Wizard",
771
766
  "variant": "h2",
767
+ "content": "Setup Wizard",
772
768
  "type": "typography"
773
769
  }
774
- ]
770
+ ],
771
+ "type": "stack",
772
+ "direction": "horizontal",
773
+ "gap": "sm"
775
774
  },
776
775
  {
777
776
  "count": 3.0,
@@ -779,12 +778,12 @@
779
778
  "type": "progress-dots"
780
779
  },
781
780
  {
781
+ "type": "wizard-progress",
782
782
  "steps": [
783
783
  "Personal Info",
784
784
  "Settings",
785
785
  "Review"
786
786
  ],
787
- "type": "wizard-progress",
788
787
  "currentStep": 1.0
789
788
  },
790
789
  {
@@ -792,44 +791,45 @@
792
791
  },
793
792
  {
794
793
  "type": "typography",
795
- "content": "Settings",
796
- "variant": "h3"
794
+ "variant": "h3",
795
+ "content": "Settings"
797
796
  },
798
797
  {
798
+ "type": "form-section",
799
+ "cancelEvent": "PREV",
800
+ "submitEvent": "NEXT",
799
801
  "fields": [
800
802
  "status"
801
803
  ],
802
- "mode": "create",
803
- "type": "form-section",
804
- "submitEvent": "NEXT",
805
- "cancelEvent": "PREV"
804
+ "mode": "create"
806
805
  },
807
806
  {
808
- "type": "stack",
809
807
  "direction": "horizontal",
808
+ "type": "stack",
809
+ "justify": "end",
810
810
  "children": [
811
811
  {
812
+ "type": "button",
812
813
  "icon": "arrow-left",
814
+ "variant": "ghost",
813
815
  "label": "Back",
814
- "type": "button",
815
- "action": "PREV",
816
- "variant": "ghost"
816
+ "action": "PREV"
817
817
  },
818
818
  {
819
819
  "variant": "primary",
820
- "label": "Next",
821
- "icon": "arrow-right",
822
820
  "type": "button",
823
- "action": "NEXT"
821
+ "label": "Next",
822
+ "action": "NEXT",
823
+ "icon": "arrow-right"
824
824
  }
825
825
  ],
826
- "justify": "end",
827
826
  "gap": "sm"
828
827
  }
829
828
  ],
830
829
  "direction": "vertical"
831
830
  }
832
831
  ],
832
+ "type": "container",
833
833
  "padding": "lg"
834
834
  }
835
835
  ]
@@ -845,8 +845,8 @@
845
845
  "WizardEntry",
846
846
  {
847
847
  "emit": {
848
- "failure": "WizardEntryLoadFailed",
849
- "success": "WizardEntryLoaded"
848
+ "success": "WizardEntryLoaded",
849
+ "failure": "WizardEntryLoadFailed"
850
850
  }
851
851
  }
852
852
  ],
@@ -854,88 +854,88 @@
854
854
  "render-ui",
855
855
  "main",
856
856
  {
857
- "type": "container",
858
857
  "children": [
859
858
  {
860
- "direction": "vertical",
861
859
  "children": [
862
860
  {
861
+ "direction": "horizontal",
862
+ "type": "stack",
863
+ "gap": "sm",
864
+ "align": "center",
863
865
  "children": [
864
866
  {
865
- "name": "clipboard",
866
- "type": "icon"
867
+ "type": "icon",
868
+ "name": "clipboard"
867
869
  },
868
870
  {
869
871
  "variant": "h2",
870
- "content": "Setup Wizard",
871
- "type": "typography"
872
+ "type": "typography",
873
+ "content": "Setup Wizard"
872
874
  }
873
- ],
874
- "type": "stack",
875
- "direction": "horizontal",
876
- "align": "center",
877
- "gap": "sm"
875
+ ]
878
876
  },
879
877
  {
880
878
  "currentIndex": 2.0,
881
- "type": "progress-dots",
882
- "count": 3.0
879
+ "count": 3.0,
880
+ "type": "progress-dots"
883
881
  },
884
882
  {
885
883
  "type": "wizard-progress",
886
- "currentStep": 2.0,
887
884
  "steps": [
888
885
  "Personal Info",
889
886
  "Settings",
890
887
  "Review"
891
- ]
888
+ ],
889
+ "currentStep": 2.0
892
890
  },
893
891
  {
894
892
  "type": "divider"
895
893
  },
896
894
  {
897
- "content": "Review",
895
+ "type": "typography",
898
896
  "variant": "h3",
899
- "type": "typography"
897
+ "content": "Review"
900
898
  },
901
899
  {
902
- "mode": "create",
903
- "cancelEvent": "PREV",
904
900
  "fields": [
905
901
  "createdAt"
906
902
  ],
903
+ "mode": "create",
904
+ "type": "form-section",
907
905
  "submitEvent": "NEXT",
908
- "type": "form-section"
906
+ "cancelEvent": "PREV"
909
907
  },
910
908
  {
911
- "type": "stack",
912
909
  "justify": "end",
910
+ "gap": "sm",
911
+ "type": "stack",
912
+ "direction": "horizontal",
913
913
  "children": [
914
914
  {
915
+ "action": "PREV",
915
916
  "label": "Back",
916
917
  "variant": "ghost",
917
- "type": "button",
918
- "action": "PREV",
919
- "icon": "arrow-left"
918
+ "icon": "arrow-left",
919
+ "type": "button"
920
920
  },
921
921
  {
922
- "icon": "arrow-right",
923
922
  "action": "NEXT",
924
- "label": "Next",
925
923
  "type": "button",
926
- "variant": "primary"
924
+ "variant": "primary",
925
+ "icon": "arrow-right",
926
+ "label": "Next"
927
927
  }
928
- ],
929
- "gap": "sm",
930
- "direction": "horizontal"
928
+ ]
931
929
  }
932
930
  ],
933
931
  "type": "stack",
934
- "gap": "lg"
932
+ "gap": "lg",
933
+ "direction": "vertical"
935
934
  }
936
935
  ],
937
936
  "maxWidth": "lg",
938
- "padding": "lg"
937
+ "padding": "lg",
938
+ "type": "container"
939
939
  }
940
940
  ]
941
941
  ]
@@ -961,32 +961,32 @@
961
961
  "main",
962
962
  {
963
963
  "type": "stack",
964
+ "direction": "vertical",
964
965
  "gap": "lg",
965
- "align": "center",
966
966
  "children": [
967
967
  {
968
- "type": "icon",
969
- "name": "check-circle"
968
+ "name": "check-circle",
969
+ "type": "icon"
970
970
  },
971
971
  {
972
+ "type": "typography",
972
973
  "content": "Complete!",
973
- "variant": "h2",
974
- "type": "typography"
974
+ "variant": "h2"
975
975
  },
976
976
  {
977
+ "type": "typography",
977
978
  "content": "Your wizardentry has been created successfully.",
978
- "variant": "body",
979
- "type": "typography"
979
+ "variant": "body"
980
980
  },
981
981
  {
982
982
  "label": "Start New",
983
+ "type": "button",
983
984
  "action": "RESTART",
984
- "variant": "primary",
985
985
  "icon": "refresh-cw",
986
- "type": "button"
986
+ "variant": "primary"
987
987
  }
988
988
  ],
989
- "direction": "vertical"
989
+ "align": "center"
990
990
  }
991
991
  ]
992
992
  ]
@@ -1001,8 +1001,8 @@
1001
1001
  "WizardEntry",
1002
1002
  {
1003
1003
  "emit": {
1004
- "failure": "WizardEntryLoadFailed",
1005
- "success": "WizardEntryLoaded"
1004
+ "success": "WizardEntryLoaded",
1005
+ "failure": "WizardEntryLoadFailed"
1006
1006
  }
1007
1007
  }
1008
1008
  ],
@@ -1010,82 +1010,82 @@
1010
1010
  "render-ui",
1011
1011
  "main",
1012
1012
  {
1013
+ "maxWidth": "lg",
1013
1014
  "padding": "lg",
1015
+ "type": "container",
1014
1016
  "children": [
1015
1017
  {
1016
- "gap": "lg",
1017
1018
  "type": "stack",
1018
1019
  "direction": "vertical",
1020
+ "gap": "lg",
1019
1021
  "children": [
1020
1022
  {
1021
- "direction": "horizontal",
1022
- "type": "stack",
1023
1023
  "align": "center",
1024
- "gap": "sm",
1025
1024
  "children": [
1026
1025
  {
1027
- "name": "clipboard",
1028
- "type": "icon"
1026
+ "type": "icon",
1027
+ "name": "clipboard"
1029
1028
  },
1030
1029
  {
1031
1030
  "type": "typography",
1032
- "content": "Setup Wizard",
1033
- "variant": "h2"
1031
+ "variant": "h2",
1032
+ "content": "Setup Wizard"
1034
1033
  }
1035
- ]
1034
+ ],
1035
+ "type": "stack",
1036
+ "direction": "horizontal",
1037
+ "gap": "sm"
1036
1038
  },
1037
1039
  {
1038
- "type": "progress-dots",
1039
1040
  "currentIndex": 0.0,
1040
- "count": 3.0
1041
+ "count": 3.0,
1042
+ "type": "progress-dots"
1041
1043
  },
1042
1044
  {
1043
- "currentStep": 0.0,
1044
1045
  "type": "wizard-progress",
1045
1046
  "steps": [
1046
1047
  "Personal Info",
1047
1048
  "Settings",
1048
1049
  "Review"
1049
- ]
1050
+ ],
1051
+ "currentStep": 0.0
1050
1052
  },
1051
1053
  {
1052
1054
  "type": "divider"
1053
1055
  },
1054
1056
  {
1055
- "content": "Personal Info",
1056
1057
  "type": "typography",
1058
+ "content": "Personal Info",
1057
1059
  "variant": "h3"
1058
1060
  },
1059
1061
  {
1060
- "mode": "create",
1061
- "type": "form-section",
1062
+ "submitEvent": "NEXT",
1062
1063
  "fields": [
1063
1064
  "name",
1064
1065
  "description"
1065
1066
  ],
1066
- "submitEvent": "NEXT",
1067
- "cancelEvent": "INIT"
1067
+ "cancelEvent": "INIT",
1068
+ "type": "form-section",
1069
+ "mode": "create"
1068
1070
  },
1069
1071
  {
1072
+ "direction": "horizontal",
1070
1073
  "gap": "sm",
1071
1074
  "type": "stack",
1072
- "justify": "end",
1073
- "direction": "horizontal",
1074
1075
  "children": [
1075
1076
  {
1076
1077
  "type": "button",
1077
1078
  "variant": "primary",
1078
1079
  "label": "Next",
1079
- "action": "NEXT",
1080
- "icon": "arrow-right"
1080
+ "icon": "arrow-right",
1081
+ "action": "NEXT"
1081
1082
  }
1082
- ]
1083
+ ],
1084
+ "justify": "end"
1083
1085
  }
1084
1086
  ]
1085
1087
  }
1086
- ],
1087
- "type": "container",
1088
- "maxWidth": "lg"
1088
+ ]
1089
1089
  }
1090
1090
  ]
1091
1091
  ]
@@ -1100,8 +1100,8 @@
1100
1100
  "WizardEntry",
1101
1101
  {
1102
1102
  "emit": {
1103
- "failure": "WizardEntryLoadFailed",
1104
- "success": "WizardEntryLoaded"
1103
+ "success": "WizardEntryLoaded",
1104
+ "failure": "WizardEntryLoadFailed"
1105
1105
  }
1106
1106
  }
1107
1107
  ],
@@ -1109,33 +1109,36 @@
1109
1109
  "render-ui",
1110
1110
  "main",
1111
1111
  {
1112
- "maxWidth": "lg",
1112
+ "padding": "lg",
1113
1113
  "type": "container",
1114
+ "maxWidth": "lg",
1114
1115
  "children": [
1115
1116
  {
1117
+ "type": "stack",
1116
1118
  "direction": "vertical",
1119
+ "gap": "lg",
1117
1120
  "children": [
1118
1121
  {
1122
+ "type": "stack",
1119
1123
  "align": "center",
1124
+ "direction": "horizontal",
1125
+ "gap": "sm",
1120
1126
  "children": [
1121
1127
  {
1122
- "name": "clipboard",
1123
- "type": "icon"
1128
+ "type": "icon",
1129
+ "name": "clipboard"
1124
1130
  },
1125
1131
  {
1126
1132
  "type": "typography",
1127
1133
  "variant": "h2",
1128
1134
  "content": "Setup Wizard"
1129
1135
  }
1130
- ],
1131
- "type": "stack",
1132
- "direction": "horizontal",
1133
- "gap": "sm"
1136
+ ]
1134
1137
  },
1135
1138
  {
1136
1139
  "type": "progress-dots",
1137
- "currentIndex": 0.0,
1138
- "count": 3.0
1140
+ "count": 3.0,
1141
+ "currentIndex": 0.0
1139
1142
  },
1140
1143
  {
1141
1144
  "steps": [
@@ -1143,8 +1146,8 @@
1143
1146
  "Settings",
1144
1147
  "Review"
1145
1148
  ],
1146
- "currentStep": 0.0,
1147
- "type": "wizard-progress"
1149
+ "type": "wizard-progress",
1150
+ "currentStep": 0.0
1148
1151
  },
1149
1152
  {
1150
1153
  "type": "divider"
@@ -1155,36 +1158,33 @@
1155
1158
  "variant": "h3"
1156
1159
  },
1157
1160
  {
1161
+ "cancelEvent": "INIT",
1158
1162
  "type": "form-section",
1159
1163
  "mode": "create",
1160
- "cancelEvent": "INIT",
1161
- "submitEvent": "NEXT",
1162
1164
  "fields": [
1163
1165
  "name",
1164
1166
  "description"
1165
- ]
1167
+ ],
1168
+ "submitEvent": "NEXT"
1166
1169
  },
1167
1170
  {
1171
+ "justify": "end",
1168
1172
  "gap": "sm",
1169
- "type": "stack",
1170
1173
  "direction": "horizontal",
1171
- "justify": "end",
1174
+ "type": "stack",
1172
1175
  "children": [
1173
1176
  {
1174
- "variant": "primary",
1175
1177
  "type": "button",
1178
+ "icon": "arrow-right",
1176
1179
  "action": "NEXT",
1177
- "label": "Next",
1178
- "icon": "arrow-right"
1180
+ "variant": "primary",
1181
+ "label": "Next"
1179
1182
  }
1180
1183
  ]
1181
1184
  }
1182
- ],
1183
- "gap": "lg",
1184
- "type": "stack"
1185
+ ]
1185
1186
  }
1186
- ],
1187
- "padding": "lg"
1187
+ ]
1188
1188
  }
1189
1189
  ]
1190
1190
  ]