@almadar/std 3.2.1 → 3.2.3

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 (295) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +44 -44
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  6. package/behaviors/exports/atoms/std-collision.orb +278 -206
  7. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  8. package/behaviors/exports/atoms/std-combat.orb +6 -1
  9. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  10. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  11. package/behaviors/exports/atoms/std-display.orb +1186 -376
  12. package/behaviors/exports/atoms/std-drawer.orb +307 -101
  13. package/behaviors/exports/atoms/std-filter.orb +211 -18
  14. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  15. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  16. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  19. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  20. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  21. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  22. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  23. package/behaviors/exports/atoms/std-input.orb +142 -137
  24. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  25. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  26. package/behaviors/exports/atoms/std-loading.orb +149 -170
  27. package/behaviors/exports/atoms/std-modal.orb +159 -94
  28. package/behaviors/exports/atoms/std-movement.orb +401 -31
  29. package/behaviors/exports/atoms/std-notification.orb +117 -95
  30. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  31. package/behaviors/exports/atoms/std-pagination.orb +44 -115
  32. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  33. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  34. package/behaviors/exports/atoms/std-quest.orb +309 -34
  35. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  36. package/behaviors/exports/atoms/std-rating.orb +328 -0
  37. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  38. package/behaviors/exports/atoms/std-score.orb +252 -11
  39. package/behaviors/exports/atoms/std-search.orb +62 -47
  40. package/behaviors/exports/atoms/std-selection.orb +180 -149
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  42. package/behaviors/exports/atoms/std-sort.orb +192 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  44. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  45. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  46. package/behaviors/exports/atoms/std-theme.orb +573 -0
  47. package/behaviors/exports/atoms/std-timer.orb +483 -91
  48. package/behaviors/exports/atoms/std-undo.orb +211 -81
  49. package/behaviors/exports/atoms/std-upload.orb +535 -0
  50. package/behaviors/exports/atoms/std-wizard.orb +677 -240
  51. package/behaviors/exports/molecules/std-builder-game.orb +49 -4
  52. package/behaviors/exports/molecules/std-cart.orb +325 -102
  53. package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  54. package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  55. package/behaviors/exports/molecules/std-detail.orb +52 -48
  56. package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  57. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  58. package/behaviors/exports/molecules/std-geospatial.orb +70 -51
  59. package/behaviors/exports/molecules/std-inventory.orb +92 -53
  60. package/behaviors/exports/molecules/std-list.orb +416 -52
  61. package/behaviors/exports/molecules/std-messaging.orb +41 -49
  62. package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  63. package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  64. package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  65. package/behaviors/exports/molecules/std-quiz.orb +1045 -0
  66. package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  67. package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  68. package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  69. package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  70. package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  71. package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  72. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  73. package/behaviors/exports/organisms/std-cms.orb +1150 -277
  74. package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  75. package/behaviors/exports/organisms/std-crm.orb +2357 -821
  76. package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  77. package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  78. package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  79. package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  80. package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  81. package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  82. package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  83. package/behaviors/exports/organisms/std-lms.orb +2548 -1192
  84. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  85. package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  86. package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  87. package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  88. package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  89. package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  90. package/behaviors/exports/organisms/std-social-feed.orb +184 -168
  91. package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  92. package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  93. package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  94. package/behaviors/exports/validation-report.json +3 -750
  95. package/behaviors/exports/verify-results.json +13 -0
  96. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  97. package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
  98. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  99. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  100. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  101. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  102. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  105. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  106. package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
  107. package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
  108. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  109. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  110. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  111. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  112. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  113. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  114. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  117. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  118. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  119. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  120. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  121. package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
  122. package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
  123. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  124. package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
  125. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  126. package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
  127. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  128. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  129. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  130. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  131. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  132. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  133. package/dist/behaviors/exports/atoms/std-score.orb +252 -11
  134. package/dist/behaviors/exports/atoms/std-search.orb +62 -47
  135. package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
  136. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  137. package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
  138. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  139. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  140. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  141. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  142. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  143. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
  146. package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
  147. package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
  148. package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  149. package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  150. package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
  151. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  152. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  153. package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
  154. package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
  155. package/dist/behaviors/exports/molecules/std-list.orb +416 -52
  156. package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
  157. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  158. package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  159. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  160. package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
  161. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  162. package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  163. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  164. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  165. package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  166. package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  167. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  168. package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
  169. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  170. package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
  171. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  172. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  173. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  174. package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  175. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  176. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  177. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  178. package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
  179. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  180. package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  181. package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  182. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  183. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  184. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  185. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
  186. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  187. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  188. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  189. package/dist/behaviors/exports/validation-report.json +3 -750
  190. package/dist/behaviors/exports/verify-results.json +13 -0
  191. package/dist/behaviors/functions/index.d.ts +270 -1
  192. package/dist/behaviors/functions/index.js +3811 -1333
  193. package/dist/behaviors/functions/index.js.map +1 -1
  194. package/dist/behaviors/index.d.ts +1 -1
  195. package/dist/behaviors/index.js +3811 -1333
  196. package/dist/behaviors/index.js.map +1 -1
  197. package/dist/exports/atoms/std-async.orb +41 -24
  198. package/dist/exports/atoms/std-browse.orb +44 -44
  199. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  200. package/dist/exports/atoms/std-calendar.orb +770 -0
  201. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  202. package/dist/exports/atoms/std-collision.orb +278 -206
  203. package/dist/exports/atoms/std-combat-log.orb +6 -1
  204. package/dist/exports/atoms/std-combat.orb +6 -1
  205. package/dist/exports/atoms/std-confirmation.orb +212 -7
  206. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  207. package/dist/exports/atoms/std-display.orb +1186 -376
  208. package/dist/exports/atoms/std-drawer.orb +307 -101
  209. package/dist/exports/atoms/std-filter.orb +211 -18
  210. package/dist/exports/atoms/std-flip-card.orb +596 -0
  211. package/dist/exports/atoms/std-gallery.orb +382 -0
  212. package/dist/exports/atoms/std-game-audio.orb +6 -1
  213. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  214. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  215. package/dist/exports/atoms/std-game-hud.orb +6 -1
  216. package/dist/exports/atoms/std-game-menu.orb +6 -1
  217. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  218. package/dist/exports/atoms/std-gameflow.orb +100 -5
  219. package/dist/exports/atoms/std-input.orb +142 -137
  220. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  221. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  222. package/dist/exports/atoms/std-loading.orb +149 -170
  223. package/dist/exports/atoms/std-modal.orb +159 -94
  224. package/dist/exports/atoms/std-movement.orb +401 -31
  225. package/dist/exports/atoms/std-notification.orb +117 -95
  226. package/dist/exports/atoms/std-overworld.orb +44 -16
  227. package/dist/exports/atoms/std-pagination.orb +44 -115
  228. package/dist/exports/atoms/std-physics2d.orb +6 -1
  229. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  230. package/dist/exports/atoms/std-quest.orb +309 -34
  231. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  232. package/dist/exports/atoms/std-rating.orb +328 -0
  233. package/dist/exports/atoms/std-score-board.orb +6 -1
  234. package/dist/exports/atoms/std-score.orb +252 -11
  235. package/dist/exports/atoms/std-search.orb +62 -47
  236. package/dist/exports/atoms/std-selection.orb +180 -149
  237. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  238. package/dist/exports/atoms/std-sort.orb +192 -60
  239. package/dist/exports/atoms/std-sprite.orb +6 -1
  240. package/dist/exports/atoms/std-tabs.orb +25 -15
  241. package/dist/exports/atoms/std-text-effects.orb +658 -0
  242. package/dist/exports/atoms/std-theme.orb +573 -0
  243. package/dist/exports/atoms/std-timer.orb +483 -91
  244. package/dist/exports/atoms/std-undo.orb +211 -81
  245. package/dist/exports/atoms/std-upload.orb +535 -0
  246. package/dist/exports/atoms/std-wizard.orb +677 -240
  247. package/dist/exports/molecules/std-builder-game.orb +49 -4
  248. package/dist/exports/molecules/std-cart.orb +325 -102
  249. package/dist/exports/molecules/std-classifier-game.orb +49 -4
  250. package/dist/exports/molecules/std-debugger-game.orb +49 -4
  251. package/dist/exports/molecules/std-detail.orb +52 -48
  252. package/dist/exports/molecules/std-event-handler-game.orb +49 -4
  253. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  254. package/dist/exports/molecules/std-geospatial.orb +70 -51
  255. package/dist/exports/molecules/std-inventory.orb +92 -53
  256. package/dist/exports/molecules/std-list.orb +416 -52
  257. package/dist/exports/molecules/std-messaging.orb +41 -49
  258. package/dist/exports/molecules/std-negotiator-game.orb +49 -4
  259. package/dist/exports/molecules/std-platformer-game.orb +58 -3
  260. package/dist/exports/molecules/std-puzzle-game.orb +58 -7
  261. package/dist/exports/molecules/std-quiz.orb +1045 -0
  262. package/dist/exports/molecules/std-sequencer-game.orb +49 -4
  263. package/dist/exports/molecules/std-simulator-game.orb +49 -4
  264. package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
  265. package/dist/exports/organisms/std-api-gateway.orb +2615 -867
  266. package/dist/exports/organisms/std-arcade-game.orb +399 -197
  267. package/dist/exports/organisms/std-booking-system.orb +3154 -1305
  268. package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
  269. package/dist/exports/organisms/std-cms.orb +1150 -277
  270. package/dist/exports/organisms/std-coding-academy.orb +1222 -533
  271. package/dist/exports/organisms/std-crm.orb +2357 -821
  272. package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
  273. package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
  274. package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
  275. package/dist/exports/organisms/std-healthcare.orb +3593 -1478
  276. package/dist/exports/organisms/std-helpdesk.orb +1870 -738
  277. package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
  278. package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
  279. package/dist/exports/organisms/std-lms.orb +2548 -1192
  280. package/dist/exports/organisms/std-logic-training.orb +220 -66
  281. package/dist/exports/organisms/std-platformer-app.orb +373 -194
  282. package/dist/exports/organisms/std-project-manager.orb +2347 -806
  283. package/dist/exports/organisms/std-puzzle-app.orb +240 -95
  284. package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
  285. package/dist/exports/organisms/std-rpg-game.orb +1303 -740
  286. package/dist/exports/organisms/std-social-feed.orb +184 -168
  287. package/dist/exports/organisms/std-stem-lab.orb +1223 -512
  288. package/dist/exports/organisms/std-strategy-game.orb +1412 -731
  289. package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
  290. package/dist/exports/validation-report.json +3 -750
  291. package/dist/exports/verify-results.json +13 -0
  292. package/dist/index.d.ts +1 -1
  293. package/dist/index.js +3808 -1330
  294. package/dist/index.js.map +1 -1
  295. package/package.json +1 -1
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
@@ -41,6 +46,12 @@
41
46
  "name": "step1",
42
47
  "isInitial": true
43
48
  },
49
+ {
50
+ "name": "step2"
51
+ },
52
+ {
53
+ "name": "step3"
54
+ },
44
55
  {
45
56
  "name": "review"
46
57
  },
@@ -98,72 +109,282 @@
98
109
  "render-ui",
99
110
  "main",
100
111
  {
101
- "type": "stack",
102
- "direction": "vertical",
103
- "gap": "lg",
112
+ "type": "container",
113
+ "maxWidth": "lg",
114
+ "padding": "lg",
104
115
  "children": [
105
116
  {
106
117
  "type": "stack",
107
- "direction": "horizontal",
108
- "gap": "sm",
109
- "align": "center",
118
+ "direction": "vertical",
119
+ "gap": "lg",
110
120
  "children": [
111
121
  {
112
- "type": "icon",
113
- "name": "clipboard",
114
- "size": "lg"
122
+ "type": "stack",
123
+ "direction": "horizontal",
124
+ "gap": "sm",
125
+ "align": "center",
126
+ "children": [
127
+ {
128
+ "type": "icon",
129
+ "name": "clipboard",
130
+ "size": "lg"
131
+ },
132
+ {
133
+ "type": "typography",
134
+ "content": "Setup Wizard",
135
+ "variant": "h2"
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "type": "progress-dots",
141
+ "count": 3,
142
+ "currentIndex": 0
143
+ },
144
+ {
145
+ "type": "wizard-progress",
146
+ "steps": [
147
+ "Personal Info",
148
+ "Settings",
149
+ "Review"
150
+ ],
151
+ "currentStep": 0
152
+ },
153
+ {
154
+ "type": "divider"
115
155
  },
116
156
  {
117
157
  "type": "typography",
118
- "content": "Setup Wizard",
119
- "variant": "h2"
158
+ "content": "Personal Info",
159
+ "variant": "h3"
160
+ },
161
+ {
162
+ "type": "form-section",
163
+ "entity": "WizardEntry",
164
+ "mode": "create",
165
+ "submitEvent": "NEXT",
166
+ "cancelEvent": "INIT",
167
+ "fields": [
168
+ "name",
169
+ "description"
170
+ ]
171
+ },
172
+ {
173
+ "type": "stack",
174
+ "direction": "horizontal",
175
+ "gap": "sm",
176
+ "justify": "end",
177
+ "children": [
178
+ {
179
+ "type": "button",
180
+ "label": "Next",
181
+ "event": "NEXT",
182
+ "variant": "primary",
183
+ "icon": "arrow-right"
184
+ }
185
+ ]
120
186
  }
121
187
  ]
122
- },
123
- {
124
- "type": "badge",
125
- "label": "Step 1 of 1"
126
- },
127
- {
128
- "type": "wizard-progress",
129
- "steps": [
130
- "Details"
131
- ],
132
- "currentStep": 0
133
- },
134
- {
135
- "type": "divider"
136
- },
137
- {
138
- "type": "typography",
139
- "content": "Details",
140
- "variant": "h3"
141
- },
188
+ }
189
+ ]
190
+ }
191
+ ]
192
+ ]
193
+ },
194
+ {
195
+ "from": "step1",
196
+ "to": "step2",
197
+ "event": "NEXT",
198
+ "effects": [
199
+ [
200
+ "fetch",
201
+ "WizardEntry"
202
+ ],
203
+ [
204
+ "render-ui",
205
+ "main",
206
+ {
207
+ "type": "container",
208
+ "maxWidth": "lg",
209
+ "padding": "lg",
210
+ "children": [
142
211
  {
143
- "type": "form-section",
144
- "entity": "WizardEntry",
145
- "mode": "create",
146
- "submitEvent": "NEXT",
147
- "cancelEvent": "INIT",
148
- "fields": [
149
- "name",
150
- "description",
151
- "status",
152
- "createdAt"
212
+ "type": "stack",
213
+ "direction": "vertical",
214
+ "gap": "lg",
215
+ "children": [
216
+ {
217
+ "type": "stack",
218
+ "direction": "horizontal",
219
+ "gap": "sm",
220
+ "align": "center",
221
+ "children": [
222
+ {
223
+ "type": "icon",
224
+ "name": "clipboard",
225
+ "size": "lg"
226
+ },
227
+ {
228
+ "type": "typography",
229
+ "content": "Setup Wizard",
230
+ "variant": "h2"
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "type": "progress-dots",
236
+ "count": 3,
237
+ "currentIndex": 1
238
+ },
239
+ {
240
+ "type": "wizard-progress",
241
+ "steps": [
242
+ "Personal Info",
243
+ "Settings",
244
+ "Review"
245
+ ],
246
+ "currentStep": 1
247
+ },
248
+ {
249
+ "type": "divider"
250
+ },
251
+ {
252
+ "type": "typography",
253
+ "content": "Settings",
254
+ "variant": "h3"
255
+ },
256
+ {
257
+ "type": "form-section",
258
+ "entity": "WizardEntry",
259
+ "mode": "create",
260
+ "submitEvent": "NEXT",
261
+ "cancelEvent": "PREV",
262
+ "fields": [
263
+ "status"
264
+ ]
265
+ },
266
+ {
267
+ "type": "stack",
268
+ "direction": "horizontal",
269
+ "gap": "sm",
270
+ "justify": "end",
271
+ "children": [
272
+ {
273
+ "type": "button",
274
+ "label": "Back",
275
+ "event": "PREV",
276
+ "variant": "ghost",
277
+ "icon": "arrow-left"
278
+ },
279
+ {
280
+ "type": "button",
281
+ "label": "Next",
282
+ "event": "NEXT",
283
+ "variant": "primary",
284
+ "icon": "arrow-right"
285
+ }
286
+ ]
287
+ }
153
288
  ]
154
- },
289
+ }
290
+ ]
291
+ }
292
+ ]
293
+ ]
294
+ },
295
+ {
296
+ "from": "step2",
297
+ "to": "step3",
298
+ "event": "NEXT",
299
+ "effects": [
300
+ [
301
+ "fetch",
302
+ "WizardEntry"
303
+ ],
304
+ [
305
+ "render-ui",
306
+ "main",
307
+ {
308
+ "type": "container",
309
+ "maxWidth": "lg",
310
+ "padding": "lg",
311
+ "children": [
155
312
  {
156
313
  "type": "stack",
157
- "direction": "horizontal",
158
- "gap": "sm",
159
- "justify": "end",
314
+ "direction": "vertical",
315
+ "gap": "lg",
160
316
  "children": [
161
317
  {
162
- "type": "button",
163
- "label": "Next",
164
- "event": "NEXT",
165
- "variant": "primary",
166
- "icon": "arrow-right"
318
+ "type": "stack",
319
+ "direction": "horizontal",
320
+ "gap": "sm",
321
+ "align": "center",
322
+ "children": [
323
+ {
324
+ "type": "icon",
325
+ "name": "clipboard",
326
+ "size": "lg"
327
+ },
328
+ {
329
+ "type": "typography",
330
+ "content": "Setup Wizard",
331
+ "variant": "h2"
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "type": "progress-dots",
337
+ "count": 3,
338
+ "currentIndex": 2
339
+ },
340
+ {
341
+ "type": "wizard-progress",
342
+ "steps": [
343
+ "Personal Info",
344
+ "Settings",
345
+ "Review"
346
+ ],
347
+ "currentStep": 2
348
+ },
349
+ {
350
+ "type": "divider"
351
+ },
352
+ {
353
+ "type": "typography",
354
+ "content": "Review",
355
+ "variant": "h3"
356
+ },
357
+ {
358
+ "type": "form-section",
359
+ "entity": "WizardEntry",
360
+ "mode": "create",
361
+ "submitEvent": "NEXT",
362
+ "cancelEvent": "PREV",
363
+ "fields": [
364
+ "createdAt"
365
+ ]
366
+ },
367
+ {
368
+ "type": "stack",
369
+ "direction": "horizontal",
370
+ "gap": "sm",
371
+ "justify": "end",
372
+ "children": [
373
+ {
374
+ "type": "button",
375
+ "label": "Back",
376
+ "event": "PREV",
377
+ "variant": "ghost",
378
+ "icon": "arrow-left"
379
+ },
380
+ {
381
+ "type": "button",
382
+ "label": "Next",
383
+ "event": "NEXT",
384
+ "variant": "primary",
385
+ "icon": "arrow-right"
386
+ }
387
+ ]
167
388
  }
168
389
  ]
169
390
  }
@@ -173,7 +394,7 @@
173
394
  ]
174
395
  },
175
396
  {
176
- "from": "step1",
397
+ "from": "step3",
177
398
  "to": "review",
178
399
  "event": "NEXT",
179
400
  "effects": [
@@ -214,9 +435,11 @@
214
435
  {
215
436
  "type": "wizard-progress",
216
437
  "steps": [
217
- "Details"
438
+ "Personal Info",
439
+ "Settings",
440
+ "Review"
218
441
  ],
219
- "currentStep": 1
442
+ "currentStep": 3
220
443
  },
221
444
  {
222
445
  "type": "divider"
@@ -224,7 +447,9 @@
224
447
  {
225
448
  "type": "data-list",
226
449
  "entity": "WizardEntry",
227
- "children": [
450
+ "renderItem": [
451
+ "fn",
452
+ "item",
228
453
  {
229
454
  "type": "stack",
230
455
  "direction": "vertical",
@@ -244,7 +469,7 @@
244
469
  {
245
470
  "type": "typography",
246
471
  "variant": "body",
247
- "content": "@entity.name"
472
+ "content": "@item.name"
248
473
  }
249
474
  ]
250
475
  },
@@ -262,7 +487,7 @@
262
487
  {
263
488
  "type": "typography",
264
489
  "variant": "body",
265
- "content": "@entity.description"
490
+ "content": "@item.description"
266
491
  }
267
492
  ]
268
493
  },
@@ -280,7 +505,7 @@
280
505
  {
281
506
  "type": "typography",
282
507
  "variant": "body",
283
- "content": "@entity.status"
508
+ "content": "@item.status"
284
509
  }
285
510
  ]
286
511
  },
@@ -298,7 +523,7 @@
298
523
  {
299
524
  "type": "typography",
300
525
  "variant": "body",
301
- "content": "@entity.createdAt"
526
+ "content": "@item.createdAt"
302
527
  }
303
528
  ]
304
529
  }
@@ -306,25 +531,106 @@
306
531
  }
307
532
  ]
308
533
  },
534
+ {
535
+ "type": "wizard-navigation",
536
+ "currentStep": 3,
537
+ "totalSteps": 4,
538
+ "showBack": true,
539
+ "showComplete": true,
540
+ "showNext": false
541
+ }
542
+ ]
543
+ }
544
+ ]
545
+ ]
546
+ },
547
+ {
548
+ "from": "step2",
549
+ "to": "step1",
550
+ "event": "PREV",
551
+ "effects": [
552
+ [
553
+ "fetch",
554
+ "WizardEntry"
555
+ ],
556
+ [
557
+ "render-ui",
558
+ "main",
559
+ {
560
+ "type": "container",
561
+ "maxWidth": "lg",
562
+ "padding": "lg",
563
+ "children": [
309
564
  {
310
565
  "type": "stack",
311
- "direction": "horizontal",
312
- "gap": "sm",
313
- "justify": "end",
566
+ "direction": "vertical",
567
+ "gap": "lg",
314
568
  "children": [
315
569
  {
316
- "type": "button",
317
- "label": "Back",
318
- "event": "PREV",
319
- "variant": "ghost",
320
- "icon": "arrow-left"
570
+ "type": "stack",
571
+ "direction": "horizontal",
572
+ "gap": "sm",
573
+ "align": "center",
574
+ "children": [
575
+ {
576
+ "type": "icon",
577
+ "name": "clipboard",
578
+ "size": "lg"
579
+ },
580
+ {
581
+ "type": "typography",
582
+ "content": "Setup Wizard",
583
+ "variant": "h2"
584
+ }
585
+ ]
586
+ },
587
+ {
588
+ "type": "progress-dots",
589
+ "count": 3,
590
+ "currentIndex": 0
321
591
  },
322
592
  {
323
- "type": "button",
324
- "label": "Complete",
325
- "event": "COMPLETE",
326
- "variant": "primary",
327
- "icon": "check"
593
+ "type": "wizard-progress",
594
+ "steps": [
595
+ "Personal Info",
596
+ "Settings",
597
+ "Review"
598
+ ],
599
+ "currentStep": 0
600
+ },
601
+ {
602
+ "type": "divider"
603
+ },
604
+ {
605
+ "type": "typography",
606
+ "content": "Personal Info",
607
+ "variant": "h3"
608
+ },
609
+ {
610
+ "type": "form-section",
611
+ "entity": "WizardEntry",
612
+ "mode": "create",
613
+ "submitEvent": "NEXT",
614
+ "cancelEvent": "INIT",
615
+ "fields": [
616
+ "name",
617
+ "description"
618
+ ]
619
+ },
620
+ {
621
+ "type": "stack",
622
+ "direction": "horizontal",
623
+ "gap": "sm",
624
+ "justify": "end",
625
+ "children": [
626
+ {
627
+ "type": "button",
628
+ "label": "Next",
629
+ "event": "NEXT",
630
+ "variant": "primary",
631
+ "icon": "arrow-right"
632
+ }
633
+ ]
328
634
  }
329
635
  ]
330
636
  }
@@ -334,8 +640,8 @@
334
640
  ]
335
641
  },
336
642
  {
337
- "from": "review",
338
- "to": "step1",
643
+ "from": "step3",
644
+ "to": "step2",
339
645
  "event": "PREV",
340
646
  "effects": [
341
647
  [
@@ -346,72 +652,187 @@
346
652
  "render-ui",
347
653
  "main",
348
654
  {
349
- "type": "stack",
350
- "direction": "vertical",
351
- "gap": "lg",
655
+ "type": "container",
656
+ "maxWidth": "lg",
657
+ "padding": "lg",
352
658
  "children": [
353
659
  {
354
660
  "type": "stack",
355
- "direction": "horizontal",
356
- "gap": "sm",
357
- "align": "center",
661
+ "direction": "vertical",
662
+ "gap": "lg",
358
663
  "children": [
359
664
  {
360
- "type": "icon",
361
- "name": "clipboard",
362
- "size": "lg"
665
+ "type": "stack",
666
+ "direction": "horizontal",
667
+ "gap": "sm",
668
+ "align": "center",
669
+ "children": [
670
+ {
671
+ "type": "icon",
672
+ "name": "clipboard",
673
+ "size": "lg"
674
+ },
675
+ {
676
+ "type": "typography",
677
+ "content": "Setup Wizard",
678
+ "variant": "h2"
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "type": "progress-dots",
684
+ "count": 3,
685
+ "currentIndex": 1
686
+ },
687
+ {
688
+ "type": "wizard-progress",
689
+ "steps": [
690
+ "Personal Info",
691
+ "Settings",
692
+ "Review"
693
+ ],
694
+ "currentStep": 1
695
+ },
696
+ {
697
+ "type": "divider"
363
698
  },
364
699
  {
365
700
  "type": "typography",
366
- "content": "Setup Wizard",
367
- "variant": "h2"
701
+ "content": "Settings",
702
+ "variant": "h3"
703
+ },
704
+ {
705
+ "type": "form-section",
706
+ "entity": "WizardEntry",
707
+ "mode": "create",
708
+ "submitEvent": "NEXT",
709
+ "cancelEvent": "PREV",
710
+ "fields": [
711
+ "status"
712
+ ]
713
+ },
714
+ {
715
+ "type": "stack",
716
+ "direction": "horizontal",
717
+ "gap": "sm",
718
+ "justify": "end",
719
+ "children": [
720
+ {
721
+ "type": "button",
722
+ "label": "Back",
723
+ "event": "PREV",
724
+ "variant": "ghost",
725
+ "icon": "arrow-left"
726
+ },
727
+ {
728
+ "type": "button",
729
+ "label": "Next",
730
+ "event": "NEXT",
731
+ "variant": "primary",
732
+ "icon": "arrow-right"
733
+ }
734
+ ]
368
735
  }
369
736
  ]
370
- },
371
- {
372
- "type": "badge",
373
- "label": "Step 1 of 1"
374
- },
375
- {
376
- "type": "wizard-progress",
377
- "steps": [
378
- "Details"
379
- ],
380
- "currentStep": 0
381
- },
382
- {
383
- "type": "divider"
384
- },
385
- {
386
- "type": "typography",
387
- "content": "Details",
388
- "variant": "h3"
389
- },
390
- {
391
- "type": "form-section",
392
- "entity": "WizardEntry",
393
- "mode": "create",
394
- "submitEvent": "NEXT",
395
- "cancelEvent": "INIT",
396
- "fields": [
397
- "name",
398
- "description",
399
- "status",
400
- "createdAt"
401
- ]
402
- },
737
+ }
738
+ ]
739
+ }
740
+ ]
741
+ ]
742
+ },
743
+ {
744
+ "from": "review",
745
+ "to": "step3",
746
+ "event": "PREV",
747
+ "effects": [
748
+ [
749
+ "fetch",
750
+ "WizardEntry"
751
+ ],
752
+ [
753
+ "render-ui",
754
+ "main",
755
+ {
756
+ "type": "container",
757
+ "maxWidth": "lg",
758
+ "padding": "lg",
759
+ "children": [
403
760
  {
404
761
  "type": "stack",
405
- "direction": "horizontal",
406
- "gap": "sm",
407
- "justify": "end",
762
+ "direction": "vertical",
763
+ "gap": "lg",
408
764
  "children": [
409
765
  {
410
- "type": "button",
411
- "label": "Next",
412
- "event": "NEXT",
413
- "variant": "primary",
414
- "icon": "arrow-right"
766
+ "type": "stack",
767
+ "direction": "horizontal",
768
+ "gap": "sm",
769
+ "align": "center",
770
+ "children": [
771
+ {
772
+ "type": "icon",
773
+ "name": "clipboard",
774
+ "size": "lg"
775
+ },
776
+ {
777
+ "type": "typography",
778
+ "content": "Setup Wizard",
779
+ "variant": "h2"
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "type": "progress-dots",
785
+ "count": 3,
786
+ "currentIndex": 2
787
+ },
788
+ {
789
+ "type": "wizard-progress",
790
+ "steps": [
791
+ "Personal Info",
792
+ "Settings",
793
+ "Review"
794
+ ],
795
+ "currentStep": 2
796
+ },
797
+ {
798
+ "type": "divider"
799
+ },
800
+ {
801
+ "type": "typography",
802
+ "content": "Review",
803
+ "variant": "h3"
804
+ },
805
+ {
806
+ "type": "form-section",
807
+ "entity": "WizardEntry",
808
+ "mode": "create",
809
+ "submitEvent": "NEXT",
810
+ "cancelEvent": "PREV",
811
+ "fields": [
812
+ "createdAt"
813
+ ]
814
+ },
815
+ {
816
+ "type": "stack",
817
+ "direction": "horizontal",
818
+ "gap": "sm",
819
+ "justify": "end",
820
+ "children": [
821
+ {
822
+ "type": "button",
823
+ "label": "Back",
824
+ "event": "PREV",
825
+ "variant": "ghost",
826
+ "icon": "arrow-left"
827
+ },
828
+ {
829
+ "type": "button",
830
+ "label": "Next",
831
+ "event": "NEXT",
832
+ "variant": "primary",
833
+ "icon": "arrow-right"
834
+ }
835
+ ]
415
836
  }
416
837
  ]
417
838
  }
@@ -485,72 +906,80 @@
485
906
  "render-ui",
486
907
  "main",
487
908
  {
488
- "type": "stack",
489
- "direction": "vertical",
490
- "gap": "lg",
909
+ "type": "container",
910
+ "maxWidth": "lg",
911
+ "padding": "lg",
491
912
  "children": [
492
913
  {
493
914
  "type": "stack",
494
- "direction": "horizontal",
495
- "gap": "sm",
496
- "align": "center",
915
+ "direction": "vertical",
916
+ "gap": "lg",
497
917
  "children": [
498
918
  {
499
- "type": "icon",
500
- "name": "clipboard",
501
- "size": "lg"
919
+ "type": "stack",
920
+ "direction": "horizontal",
921
+ "gap": "sm",
922
+ "align": "center",
923
+ "children": [
924
+ {
925
+ "type": "icon",
926
+ "name": "clipboard",
927
+ "size": "lg"
928
+ },
929
+ {
930
+ "type": "typography",
931
+ "content": "Setup Wizard",
932
+ "variant": "h2"
933
+ }
934
+ ]
935
+ },
936
+ {
937
+ "type": "progress-dots",
938
+ "count": 3,
939
+ "currentIndex": 0
940
+ },
941
+ {
942
+ "type": "wizard-progress",
943
+ "steps": [
944
+ "Personal Info",
945
+ "Settings",
946
+ "Review"
947
+ ],
948
+ "currentStep": 0
949
+ },
950
+ {
951
+ "type": "divider"
502
952
  },
503
953
  {
504
954
  "type": "typography",
505
- "content": "Setup Wizard",
506
- "variant": "h2"
507
- }
508
- ]
509
- },
510
- {
511
- "type": "badge",
512
- "label": "Step 1 of 1"
513
- },
514
- {
515
- "type": "wizard-progress",
516
- "steps": [
517
- "Details"
518
- ],
519
- "currentStep": 0
520
- },
521
- {
522
- "type": "divider"
523
- },
524
- {
525
- "type": "typography",
526
- "content": "Details",
527
- "variant": "h3"
528
- },
529
- {
530
- "type": "form-section",
531
- "entity": "WizardEntry",
532
- "mode": "create",
533
- "submitEvent": "NEXT",
534
- "cancelEvent": "INIT",
535
- "fields": [
536
- "name",
537
- "description",
538
- "status",
539
- "createdAt"
540
- ]
541
- },
542
- {
543
- "type": "stack",
544
- "direction": "horizontal",
545
- "gap": "sm",
546
- "justify": "end",
547
- "children": [
955
+ "content": "Personal Info",
956
+ "variant": "h3"
957
+ },
548
958
  {
549
- "type": "button",
550
- "label": "Next",
551
- "event": "NEXT",
552
- "variant": "primary",
553
- "icon": "arrow-right"
959
+ "type": "form-section",
960
+ "entity": "WizardEntry",
961
+ "mode": "create",
962
+ "submitEvent": "NEXT",
963
+ "cancelEvent": "INIT",
964
+ "fields": [
965
+ "name",
966
+ "description"
967
+ ]
968
+ },
969
+ {
970
+ "type": "stack",
971
+ "direction": "horizontal",
972
+ "gap": "sm",
973
+ "justify": "end",
974
+ "children": [
975
+ {
976
+ "type": "button",
977
+ "label": "Next",
978
+ "event": "NEXT",
979
+ "variant": "primary",
980
+ "icon": "arrow-right"
981
+ }
982
+ ]
554
983
  }
555
984
  ]
556
985
  }
@@ -572,72 +1001,80 @@
572
1001
  "render-ui",
573
1002
  "main",
574
1003
  {
575
- "type": "stack",
576
- "direction": "vertical",
577
- "gap": "lg",
1004
+ "type": "container",
1005
+ "maxWidth": "lg",
1006
+ "padding": "lg",
578
1007
  "children": [
579
1008
  {
580
1009
  "type": "stack",
581
- "direction": "horizontal",
582
- "gap": "sm",
583
- "align": "center",
1010
+ "direction": "vertical",
1011
+ "gap": "lg",
584
1012
  "children": [
585
1013
  {
586
- "type": "icon",
587
- "name": "clipboard",
588
- "size": "lg"
1014
+ "type": "stack",
1015
+ "direction": "horizontal",
1016
+ "gap": "sm",
1017
+ "align": "center",
1018
+ "children": [
1019
+ {
1020
+ "type": "icon",
1021
+ "name": "clipboard",
1022
+ "size": "lg"
1023
+ },
1024
+ {
1025
+ "type": "typography",
1026
+ "content": "Setup Wizard",
1027
+ "variant": "h2"
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "type": "progress-dots",
1033
+ "count": 3,
1034
+ "currentIndex": 0
1035
+ },
1036
+ {
1037
+ "type": "wizard-progress",
1038
+ "steps": [
1039
+ "Personal Info",
1040
+ "Settings",
1041
+ "Review"
1042
+ ],
1043
+ "currentStep": 0
1044
+ },
1045
+ {
1046
+ "type": "divider"
589
1047
  },
590
1048
  {
591
1049
  "type": "typography",
592
- "content": "Setup Wizard",
593
- "variant": "h2"
594
- }
595
- ]
596
- },
597
- {
598
- "type": "badge",
599
- "label": "Step 1 of 1"
600
- },
601
- {
602
- "type": "wizard-progress",
603
- "steps": [
604
- "Details"
605
- ],
606
- "currentStep": 0
607
- },
608
- {
609
- "type": "divider"
610
- },
611
- {
612
- "type": "typography",
613
- "content": "Details",
614
- "variant": "h3"
615
- },
616
- {
617
- "type": "form-section",
618
- "entity": "WizardEntry",
619
- "mode": "create",
620
- "submitEvent": "NEXT",
621
- "cancelEvent": "INIT",
622
- "fields": [
623
- "name",
624
- "description",
625
- "status",
626
- "createdAt"
627
- ]
628
- },
629
- {
630
- "type": "stack",
631
- "direction": "horizontal",
632
- "gap": "sm",
633
- "justify": "end",
634
- "children": [
1050
+ "content": "Personal Info",
1051
+ "variant": "h3"
1052
+ },
1053
+ {
1054
+ "type": "form-section",
1055
+ "entity": "WizardEntry",
1056
+ "mode": "create",
1057
+ "submitEvent": "NEXT",
1058
+ "cancelEvent": "INIT",
1059
+ "fields": [
1060
+ "name",
1061
+ "description"
1062
+ ]
1063
+ },
635
1064
  {
636
- "type": "button",
637
- "label": "Next",
638
- "event": "NEXT",
639
- "variant": "primary",
640
- "icon": "arrow-right"
1065
+ "type": "stack",
1066
+ "direction": "horizontal",
1067
+ "gap": "sm",
1068
+ "justify": "end",
1069
+ "children": [
1070
+ {
1071
+ "type": "button",
1072
+ "label": "Next",
1073
+ "event": "NEXT",
1074
+ "variant": "primary",
1075
+ "icon": "arrow-right"
1076
+ }
1077
+ ]
641
1078
  }
642
1079
  ]
643
1080
  }