@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
@@ -236,69 +236,65 @@
236
236
  "render-ui",
237
237
  "main",
238
238
  {
239
- "type": "dashboard-layout",
239
+ "appName": "CI/CD Pipeline",
240
240
  "navItems": [
241
241
  {
242
+ "icon": "hammer",
242
243
  "label": "Builds",
243
- "href": "/builds",
244
- "icon": "hammer"
244
+ "href": "/builds"
245
245
  },
246
246
  {
247
- "label": "Stages",
248
247
  "href": "/stages",
248
+ "label": "Stages",
249
249
  "icon": "layers"
250
250
  },
251
251
  {
252
- "href": "/deploy",
252
+ "icon": "rocket",
253
253
  "label": "Deploy",
254
- "icon": "rocket"
254
+ "href": "/deploy"
255
255
  }
256
256
  ],
257
- "appName": "CI/CD Pipeline",
257
+ "type": "dashboard-layout",
258
258
  "children": [
259
259
  {
260
- "type": "stack",
261
- "className": "max-w-5xl mx-auto w-full",
262
- "direction": "vertical",
263
- "gap": "lg",
264
260
  "children": [
265
261
  {
262
+ "direction": "horizontal",
263
+ "align": "center",
266
264
  "gap": "md",
267
- "type": "stack",
268
265
  "justify": "between",
269
- "align": "center",
270
- "direction": "horizontal",
266
+ "type": "stack",
271
267
  "children": [
272
268
  {
273
269
  "type": "stack",
274
270
  "direction": "horizontal",
271
+ "gap": "sm",
275
272
  "children": [
276
273
  {
277
- "type": "icon",
278
- "name": "package"
274
+ "name": "package",
275
+ "type": "icon"
279
276
  },
280
277
  {
281
278
  "content": "Builds",
282
- "type": "typography",
283
- "variant": "h2"
279
+ "variant": "h2",
280
+ "type": "typography"
284
281
  }
285
282
  ],
286
- "align": "center",
287
- "gap": "sm"
283
+ "align": "center"
288
284
  },
289
285
  {
290
286
  "direction": "horizontal",
291
- "type": "stack",
292
- "gap": "sm",
293
287
  "children": [
294
288
  {
289
+ "label": "Create Build",
295
290
  "type": "button",
296
- "action": "CREATE",
297
291
  "variant": "primary",
298
292
  "icon": "plus",
299
- "label": "Create Build"
293
+ "action": "CREATE"
300
294
  }
301
- ]
295
+ ],
296
+ "type": "stack",
297
+ "gap": "sm"
302
298
  }
303
299
  ]
304
300
  },
@@ -306,50 +302,54 @@
306
302
  "type": "divider"
307
303
  },
308
304
  {
309
- "variant": "card",
310
305
  "columns": [
311
306
  {
312
- "variant": "h3",
313
307
  "name": "branch",
308
+ "variant": "h3",
314
309
  "icon": "git-branch"
315
310
  },
316
311
  {
317
- "variant": "badge",
318
- "name": "status"
312
+ "name": "status",
313
+ "variant": "badge"
319
314
  },
320
315
  {
321
316
  "name": "commit",
322
317
  "variant": "body"
323
318
  },
324
319
  {
320
+ "label": "Triggered By",
325
321
  "variant": "caption",
326
- "name": "triggeredBy",
327
- "label": "Triggered By"
322
+ "name": "triggeredBy"
328
323
  }
329
324
  ],
330
- "fields": [],
331
325
  "type": "data-list",
326
+ "fields": [],
327
+ "entity": "Build",
328
+ "variant": "card",
332
329
  "itemActions": [
333
330
  {
334
- "label": "View",
335
331
  "variant": "ghost",
332
+ "label": "View",
336
333
  "event": "VIEW"
337
334
  },
338
335
  {
336
+ "label": "Edit",
339
337
  "event": "EDIT",
340
- "variant": "ghost",
341
- "label": "Edit"
338
+ "variant": "ghost"
342
339
  },
343
340
  {
344
- "event": "DELETE",
345
341
  "variant": "danger",
342
+ "event": "DELETE",
346
343
  "label": "Delete"
347
344
  }
348
345
  ],
349
- "gap": "sm",
350
- "entity": "Build"
346
+ "gap": "sm"
351
347
  }
352
- ]
348
+ ],
349
+ "gap": "lg",
350
+ "type": "stack",
351
+ "className": "max-w-5xl mx-auto w-full",
352
+ "direction": "vertical"
353
353
  }
354
354
  ]
355
355
  }
@@ -532,41 +532,41 @@
532
532
  "render-ui",
533
533
  "modal",
534
534
  {
535
- "gap": "md",
536
535
  "direction": "vertical",
536
+ "gap": "md",
537
537
  "type": "stack",
538
538
  "children": [
539
539
  {
540
540
  "type": "stack",
541
+ "direction": "horizontal",
541
542
  "children": [
542
543
  {
543
- "type": "icon",
544
- "name": "plus-circle"
544
+ "name": "plus-circle",
545
+ "type": "icon"
545
546
  },
546
547
  {
547
- "variant": "h3",
548
+ "content": "Create Build",
548
549
  "type": "typography",
549
- "content": "Create Build"
550
+ "variant": "h3"
550
551
  }
551
552
  ],
552
- "direction": "horizontal",
553
553
  "gap": "sm"
554
554
  },
555
555
  {
556
556
  "type": "divider"
557
557
  },
558
558
  {
559
- "cancelEvent": "CLOSE",
560
- "entity": "Build",
561
- "mode": "create",
562
- "type": "form-section",
563
- "submitEvent": "SAVE",
564
559
  "fields": [
565
560
  "branch",
566
561
  "status",
567
562
  "commit",
568
563
  "triggeredBy"
569
- ]
564
+ ],
565
+ "type": "form-section",
566
+ "entity": "Build",
567
+ "submitEvent": "SAVE",
568
+ "mode": "create",
569
+ "cancelEvent": "CLOSE"
570
570
  }
571
571
  ]
572
572
  }
@@ -810,42 +810,42 @@
810
810
  "render-ui",
811
811
  "modal",
812
812
  {
813
+ "gap": "md",
813
814
  "type": "stack",
814
815
  "direction": "vertical",
815
- "gap": "md",
816
816
  "children": [
817
817
  {
818
- "gap": "sm",
819
- "type": "stack",
820
- "direction": "horizontal",
821
818
  "children": [
822
819
  {
823
820
  "type": "icon",
824
821
  "name": "edit"
825
822
  },
826
823
  {
827
- "variant": "h3",
828
824
  "type": "typography",
829
- "content": "Edit Build"
825
+ "content": "Edit Build",
826
+ "variant": "h3"
830
827
  }
831
- ]
828
+ ],
829
+ "type": "stack",
830
+ "gap": "sm",
831
+ "direction": "horizontal"
832
832
  },
833
833
  {
834
834
  "type": "divider"
835
835
  },
836
836
  {
837
- "cancelEvent": "CLOSE",
838
837
  "fields": [
839
838
  "branch",
840
839
  "status",
841
840
  "commit",
842
841
  "triggeredBy"
843
842
  ],
843
+ "entityId": "@entity.id",
844
+ "cancelEvent": "CLOSE",
844
845
  "entity": "Build",
845
- "mode": "edit",
846
846
  "type": "form-section",
847
- "submitEvent": "SAVE",
848
- "entityId": "@entity.id"
847
+ "mode": "edit",
848
+ "submitEvent": "SAVE"
849
849
  }
850
850
  ]
851
851
  }
@@ -1064,24 +1064,24 @@
1064
1064
  "fetch",
1065
1065
  "Build",
1066
1066
  {
1067
- "id": "@payload.id",
1068
1067
  "emit": {
1069
- "failure": "BuildLoadFailed",
1070
- "success": "BuildLoaded"
1071
- }
1068
+ "success": "BuildLoaded",
1069
+ "failure": "BuildLoadFailed"
1070
+ },
1071
+ "id": "@payload.id"
1072
1072
  }
1073
1073
  ],
1074
1074
  [
1075
1075
  "render-ui",
1076
1076
  "modal",
1077
1077
  {
1078
- "direction": "vertical",
1079
- "type": "stack",
1080
1078
  "gap": "md",
1079
+ "type": "stack",
1081
1080
  "children": [
1082
1081
  {
1083
1082
  "align": "center",
1084
1083
  "type": "stack",
1084
+ "direction": "horizontal",
1085
1085
  "gap": "sm",
1086
1086
  "children": [
1087
1087
  {
@@ -1089,57 +1089,56 @@
1089
1089
  "type": "icon"
1090
1090
  },
1091
1091
  {
1092
- "content": "@entity.branch",
1093
1092
  "type": "typography",
1094
- "variant": "h3"
1093
+ "variant": "h3",
1094
+ "content": "@entity.branch"
1095
1095
  }
1096
- ],
1097
- "direction": "horizontal"
1096
+ ]
1098
1097
  },
1099
1098
  {
1100
1099
  "type": "divider"
1101
1100
  },
1102
1101
  {
1103
- "gap": "md",
1104
- "type": "stack",
1105
1102
  "children": [
1106
1103
  {
1104
+ "type": "typography",
1107
1105
  "variant": "caption",
1108
- "content": "Branch",
1109
- "type": "typography"
1106
+ "content": "Branch"
1110
1107
  },
1111
1108
  {
1112
- "type": "typography",
1113
1109
  "variant": "body",
1110
+ "type": "typography",
1114
1111
  "content": "@entity.branch"
1115
1112
  }
1116
1113
  ],
1114
+ "gap": "md",
1115
+ "type": "stack",
1117
1116
  "direction": "horizontal"
1118
1117
  },
1119
1118
  {
1120
- "type": "stack",
1121
1119
  "direction": "horizontal",
1120
+ "gap": "md",
1121
+ "type": "stack",
1122
1122
  "children": [
1123
1123
  {
1124
- "content": "Status",
1124
+ "type": "typography",
1125
1125
  "variant": "caption",
1126
- "type": "typography"
1126
+ "content": "Status"
1127
1127
  },
1128
1128
  {
1129
+ "content": "@entity.status",
1129
1130
  "type": "typography",
1130
- "variant": "body",
1131
- "content": "@entity.status"
1131
+ "variant": "body"
1132
1132
  }
1133
- ],
1134
- "gap": "md"
1133
+ ]
1135
1134
  },
1136
1135
  {
1137
1136
  "type": "stack",
1138
1137
  "children": [
1139
1138
  {
1140
1139
  "type": "typography",
1141
- "content": "Commit",
1142
- "variant": "caption"
1140
+ "variant": "caption",
1141
+ "content": "Commit"
1143
1142
  },
1144
1143
  {
1145
1144
  "variant": "body",
@@ -1147,16 +1146,17 @@
1147
1146
  "content": "@entity.commit"
1148
1147
  }
1149
1148
  ],
1150
- "gap": "md",
1151
- "direction": "horizontal"
1149
+ "direction": "horizontal",
1150
+ "gap": "md"
1152
1151
  },
1153
1152
  {
1154
- "gap": "md",
1155
1153
  "type": "stack",
1154
+ "direction": "horizontal",
1155
+ "gap": "md",
1156
1156
  "children": [
1157
1157
  {
1158
- "type": "typography",
1159
1158
  "variant": "caption",
1159
+ "type": "typography",
1160
1160
  "content": "Triggered By"
1161
1161
  },
1162
1162
  {
@@ -1164,34 +1164,34 @@
1164
1164
  "variant": "body",
1165
1165
  "type": "typography"
1166
1166
  }
1167
- ],
1168
- "direction": "horizontal"
1167
+ ]
1169
1168
  },
1170
1169
  {
1171
1170
  "type": "divider"
1172
1171
  },
1173
1172
  {
1174
- "justify": "end",
1175
1173
  "gap": "sm",
1174
+ "justify": "end",
1176
1175
  "direction": "horizontal",
1177
- "type": "stack",
1178
1176
  "children": [
1179
1177
  {
1180
1178
  "icon": "edit",
1181
- "type": "button",
1182
- "variant": "primary",
1183
1179
  "label": "Edit",
1180
+ "variant": "primary",
1181
+ "type": "button",
1184
1182
  "action": "EDIT"
1185
1183
  },
1186
1184
  {
1187
- "type": "button",
1185
+ "label": "Close",
1188
1186
  "action": "CLOSE",
1189
- "variant": "ghost",
1190
- "label": "Close"
1187
+ "type": "button",
1188
+ "variant": "ghost"
1191
1189
  }
1192
- ]
1190
+ ],
1191
+ "type": "stack"
1193
1192
  }
1194
- ]
1193
+ ],
1194
+ "direction": "vertical"
1195
1195
  }
1196
1196
  ]
1197
1197
  ]
@@ -1416,8 +1416,8 @@
1416
1416
  {
1417
1417
  "id": "@payload.id",
1418
1418
  "emit": {
1419
- "failure": "BuildLoadFailed",
1420
- "success": "BuildLoaded"
1419
+ "success": "BuildLoaded",
1420
+ "failure": "BuildLoadFailed"
1421
1421
  }
1422
1422
  }
1423
1423
  ],
@@ -1425,57 +1425,57 @@
1425
1425
  "render-ui",
1426
1426
  "modal",
1427
1427
  {
1428
+ "gap": "md",
1428
1429
  "direction": "vertical",
1429
1430
  "children": [
1430
1431
  {
1432
+ "gap": "sm",
1433
+ "direction": "horizontal",
1434
+ "type": "stack",
1435
+ "align": "center",
1431
1436
  "children": [
1432
1437
  {
1433
1438
  "type": "icon",
1434
1439
  "name": "alert-triangle"
1435
1440
  },
1436
1441
  {
1437
- "content": "Delete Build",
1442
+ "variant": "h3",
1438
1443
  "type": "typography",
1439
- "variant": "h3"
1444
+ "content": "Delete Build"
1440
1445
  }
1441
- ],
1442
- "type": "stack",
1443
- "direction": "horizontal",
1444
- "gap": "sm",
1445
- "align": "center"
1446
+ ]
1446
1447
  },
1447
1448
  {
1448
1449
  "type": "divider"
1449
1450
  },
1450
1451
  {
1451
1452
  "type": "alert",
1452
- "variant": "error",
1453
- "message": "This action cannot be undone."
1453
+ "message": "This action cannot be undone.",
1454
+ "variant": "error"
1454
1455
  },
1455
1456
  {
1457
+ "direction": "horizontal",
1458
+ "gap": "sm",
1459
+ "justify": "end",
1460
+ "type": "stack",
1456
1461
  "children": [
1457
1462
  {
1458
- "type": "button",
1459
1463
  "label": "Cancel",
1464
+ "type": "button",
1460
1465
  "variant": "ghost",
1461
1466
  "action": "CANCEL"
1462
1467
  },
1463
1468
  {
1464
- "icon": "check",
1469
+ "variant": "danger",
1470
+ "action": "CONFIRM_DELETE",
1465
1471
  "label": "Delete",
1466
1472
  "type": "button",
1467
- "action": "CONFIRM_DELETE",
1468
- "variant": "danger"
1473
+ "icon": "check"
1469
1474
  }
1470
- ],
1471
- "direction": "horizontal",
1472
- "gap": "sm",
1473
- "type": "stack",
1474
- "justify": "end"
1475
+ ]
1475
1476
  }
1476
1477
  ],
1477
- "type": "stack",
1478
- "gap": "md"
1478
+ "type": "stack"
1479
1479
  }
1480
1480
  ]
1481
1481
  ]
@@ -1760,32 +1760,12 @@
1760
1760
  "render-ui",
1761
1761
  "main",
1762
1762
  {
1763
- "navItems": [
1764
- {
1765
- "href": "/builds",
1766
- "label": "Builds",
1767
- "icon": "hammer"
1768
- },
1769
- {
1770
- "label": "Stages",
1771
- "href": "/stages",
1772
- "icon": "layers"
1773
- },
1774
- {
1775
- "href": "/deploy",
1776
- "icon": "rocket",
1777
- "label": "Deploy"
1778
- }
1779
- ],
1780
- "appName": "CI/CD Pipeline",
1781
1763
  "children": [
1782
1764
  {
1783
1765
  "type": "scaled-diagram",
1784
1766
  "children": [
1785
1767
  {
1786
- "type": "stack",
1787
1768
  "direction": "vertical",
1788
- "gap": "lg",
1789
1769
  "children": [
1790
1770
  {
1791
1771
  "items": [
@@ -1800,56 +1780,59 @@
1800
1780
  "type": "breadcrumb"
1801
1781
  },
1802
1782
  {
1803
- "justify": "between",
1783
+ "gap": "md",
1784
+ "type": "stack",
1804
1785
  "children": [
1805
1786
  {
1806
1787
  "gap": "md",
1788
+ "type": "stack",
1789
+ "direction": "horizontal",
1807
1790
  "children": [
1808
1791
  {
1809
1792
  "type": "icon",
1810
1793
  "name": "layers"
1811
1794
  },
1812
1795
  {
1813
- "type": "typography",
1814
1796
  "content": "Stages",
1815
- "variant": "h2"
1797
+ "variant": "h2",
1798
+ "type": "typography"
1816
1799
  }
1817
- ],
1818
- "type": "stack",
1819
- "direction": "horizontal"
1800
+ ]
1820
1801
  },
1821
1802
  {
1822
- "variant": "secondary",
1823
- "type": "button",
1824
- "action": "REFRESH",
1803
+ "icon": "refresh-cw",
1825
1804
  "label": "Refresh",
1826
- "icon": "refresh-cw"
1805
+ "type": "button",
1806
+ "variant": "secondary",
1807
+ "action": "REFRESH"
1827
1808
  }
1828
1809
  ],
1829
1810
  "direction": "horizontal",
1830
- "gap": "md",
1831
- "type": "stack"
1811
+ "justify": "between"
1832
1812
  },
1833
1813
  {
1834
1814
  "type": "divider"
1835
1815
  },
1836
1816
  {
1837
- "padding": "md",
1838
1817
  "type": "box",
1818
+ "padding": "md",
1839
1819
  "children": [
1840
1820
  {
1821
+ "cols": 3.0,
1841
1822
  "children": [
1842
1823
  {
1824
+ "type": "card",
1843
1825
  "children": [
1844
1826
  {
1827
+ "type": "stack",
1828
+ "direction": "vertical",
1845
1829
  "children": [
1846
1830
  {
1847
- "variant": "caption",
1848
1831
  "content": "Name",
1849
- "type": "typography"
1832
+ "type": "typography",
1833
+ "variant": "caption"
1850
1834
  },
1851
1835
  {
1852
- "variant": "h3",
1853
1836
  "content": [
1854
1837
  "object/get",
1855
1838
  [
@@ -1858,18 +1841,15 @@
1858
1841
  ],
1859
1842
  "name"
1860
1843
  ],
1861
- "type": "typography"
1844
+ "type": "typography",
1845
+ "variant": "h3"
1862
1846
  }
1863
1847
  ],
1864
- "type": "stack",
1865
- "gap": "sm",
1866
- "direction": "vertical"
1848
+ "gap": "sm"
1867
1849
  }
1868
- ],
1869
- "type": "card"
1850
+ ]
1870
1851
  },
1871
1852
  {
1872
- "type": "card",
1873
1853
  "children": [
1874
1854
  {
1875
1855
  "gap": "sm",
@@ -1882,8 +1862,6 @@
1882
1862
  "type": "typography"
1883
1863
  },
1884
1864
  {
1885
- "variant": "h3",
1886
- "type": "typography",
1887
1865
  "content": [
1888
1866
  "object/get",
1889
1867
  [
@@ -1891,23 +1869,29 @@
1891
1869
  "@entity"
1892
1870
  ],
1893
1871
  "status"
1894
- ]
1872
+ ],
1873
+ "variant": "h3",
1874
+ "type": "typography"
1895
1875
  }
1896
1876
  ]
1897
1877
  }
1898
- ]
1878
+ ],
1879
+ "type": "card"
1899
1880
  },
1900
1881
  {
1901
1882
  "type": "card",
1902
1883
  "children": [
1903
1884
  {
1885
+ "gap": "sm",
1886
+ "type": "stack",
1904
1887
  "children": [
1905
1888
  {
1906
- "content": "Duration",
1907
1889
  "type": "typography",
1890
+ "content": "Duration",
1908
1891
  "variant": "caption"
1909
1892
  },
1910
1893
  {
1894
+ "type": "typography",
1911
1895
  "content": [
1912
1896
  "object/get",
1913
1897
  [
@@ -1916,13 +1900,10 @@
1916
1900
  ],
1917
1901
  "duration"
1918
1902
  ],
1919
- "type": "typography",
1920
1903
  "variant": "h3"
1921
1904
  }
1922
1905
  ],
1923
- "gap": "sm",
1924
- "direction": "vertical",
1925
- "type": "stack"
1906
+ "direction": "vertical"
1926
1907
  }
1927
1908
  ]
1928
1909
  },
@@ -1930,15 +1911,14 @@
1930
1911
  "type": "card",
1931
1912
  "children": [
1932
1913
  {
1914
+ "type": "stack",
1933
1915
  "children": [
1934
1916
  {
1935
- "content": "Output",
1936
1917
  "variant": "caption",
1918
+ "content": "Output",
1937
1919
  "type": "typography"
1938
1920
  },
1939
1921
  {
1940
- "type": "typography",
1941
- "variant": "h3",
1942
1922
  "content": [
1943
1923
  "object/get",
1944
1924
  [
@@ -1946,18 +1926,18 @@
1946
1926
  "@entity"
1947
1927
  ],
1948
1928
  "output"
1949
- ]
1929
+ ],
1930
+ "type": "typography",
1931
+ "variant": "h3"
1950
1932
  }
1951
1933
  ],
1952
- "direction": "vertical",
1953
- "type": "stack",
1954
- "gap": "sm"
1934
+ "gap": "sm",
1935
+ "direction": "vertical"
1955
1936
  }
1956
1937
  ]
1957
1938
  }
1958
1939
  ],
1959
- "type": "simple-grid",
1960
- "cols": 3.0
1940
+ "type": "simple-grid"
1961
1941
  }
1962
1942
  ]
1963
1943
  },
@@ -1965,49 +1945,50 @@
1965
1945
  "type": "divider"
1966
1946
  },
1967
1947
  {
1948
+ "type": "grid",
1949
+ "gap": "md",
1950
+ "cols": 2.0,
1968
1951
  "children": [
1969
1952
  {
1970
- "type": "card",
1971
1953
  "children": [
1972
1954
  {
1973
- "content": "Chart View",
1974
1955
  "variant": "caption",
1956
+ "content": "Chart View",
1975
1957
  "type": "typography"
1976
1958
  }
1977
- ]
1959
+ ],
1960
+ "type": "card"
1978
1961
  },
1979
1962
  {
1963
+ "type": "card",
1980
1964
  "children": [
1981
1965
  {
1982
- "variant": "caption",
1966
+ "type": "typography",
1983
1967
  "content": "Graph View",
1984
- "type": "typography"
1968
+ "variant": "caption"
1985
1969
  }
1986
- ],
1987
- "type": "card"
1970
+ ]
1988
1971
  }
1989
- ],
1990
- "gap": "md",
1991
- "type": "grid",
1992
- "cols": 2.0
1972
+ ]
1993
1973
  },
1994
1974
  {
1975
+ "type": "line-chart",
1995
1976
  "data": [
1996
1977
  {
1997
1978
  "date": "Jan",
1998
1979
  "value": 12.0
1999
1980
  },
2000
1981
  {
2001
- "value": 19.0,
2002
- "date": "Feb"
1982
+ "date": "Feb",
1983
+ "value": 19.0
2003
1984
  },
2004
1985
  {
2005
1986
  "date": "Mar",
2006
1987
  "value": 15.0
2007
1988
  },
2008
1989
  {
2009
- "date": "Apr",
2010
- "value": 25.0
1990
+ "value": 25.0,
1991
+ "date": "Apr"
2011
1992
  },
2012
1993
  {
2013
1994
  "date": "May",
@@ -2017,63 +1998,82 @@
2017
1998
  "value": 30.0,
2018
1999
  "date": "Jun"
2019
2000
  }
2020
- ],
2021
- "type": "line-chart"
2001
+ ]
2022
2002
  },
2023
2003
  {
2024
2004
  "items": [
2025
2005
  {
2026
- "label": "Current",
2027
- "color": "primary"
2006
+ "color": "primary",
2007
+ "label": "Current"
2028
2008
  },
2029
2009
  {
2030
- "label": "Previous",
2031
- "color": "muted"
2010
+ "color": "muted",
2011
+ "label": "Previous"
2032
2012
  }
2033
2013
  ],
2034
2014
  "type": "chart-legend"
2035
2015
  },
2036
2016
  {
2037
2017
  "width": 400.0,
2018
+ "edges": [
2019
+ {
2020
+ "from": "a",
2021
+ "to": "b"
2022
+ },
2023
+ {
2024
+ "from": "b",
2025
+ "to": "c"
2026
+ }
2027
+ ],
2038
2028
  "height": 200.0,
2039
2029
  "type": "graph-view",
2040
2030
  "nodes": [
2041
2031
  {
2042
- "x": 50.0,
2043
- "label": "Start",
2044
2032
  "id": "a",
2045
- "y": 100.0
2033
+ "y": 100.0,
2034
+ "x": 50.0,
2035
+ "label": "Start"
2046
2036
  },
2047
2037
  {
2048
- "x": 200.0,
2049
- "label": "Process",
2038
+ "y": 50.0,
2050
2039
  "id": "b",
2051
- "y": 50.0
2040
+ "x": 200.0,
2041
+ "label": "Process"
2052
2042
  },
2053
2043
  {
2054
- "label": "End",
2055
- "y": 100.0,
2056
2044
  "id": "c",
2045
+ "y": 100.0,
2046
+ "label": "End",
2057
2047
  "x": 350.0
2058
2048
  }
2059
- ],
2060
- "edges": [
2061
- {
2062
- "from": "a",
2063
- "to": "b"
2064
- },
2065
- {
2066
- "from": "b",
2067
- "to": "c"
2068
- }
2069
2049
  ]
2070
2050
  }
2071
- ]
2051
+ ],
2052
+ "gap": "lg",
2053
+ "type": "stack"
2072
2054
  }
2073
2055
  ]
2074
2056
  }
2075
2057
  ],
2076
- "type": "dashboard-layout"
2058
+ "type": "dashboard-layout",
2059
+ "navItems": [
2060
+ {
2061
+ "href": "/builds",
2062
+ "icon": "hammer",
2063
+ "label": "Builds"
2064
+ },
2065
+ {
2066
+ "label": "Stages",
2067
+ "icon": "layers",
2068
+ "href": "/stages"
2069
+ },
2070
+ {
2071
+ "label": "Deploy",
2072
+ "icon": "rocket",
2073
+ "href": "/deploy"
2074
+ }
2075
+ ],
2076
+ "appName": "CI/CD Pipeline"
2077
2077
  }
2078
2078
  ]
2079
2079
  ]
@@ -2098,30 +2098,14 @@
2098
2098
  "main",
2099
2099
  {
2100
2100
  "type": "dashboard-layout",
2101
- "navItems": [
2102
- {
2103
- "label": "Builds",
2104
- "href": "/builds",
2105
- "icon": "hammer"
2106
- },
2107
- {
2108
- "href": "/stages",
2109
- "icon": "layers",
2110
- "label": "Stages"
2111
- },
2112
- {
2113
- "label": "Deploy",
2114
- "href": "/deploy",
2115
- "icon": "rocket"
2116
- }
2117
- ],
2118
2101
  "children": [
2119
2102
  {
2120
2103
  "children": [
2121
2104
  {
2122
- "gap": "lg",
2105
+ "type": "stack",
2123
2106
  "children": [
2124
2107
  {
2108
+ "type": "breadcrumb",
2125
2109
  "items": [
2126
2110
  {
2127
2111
  "label": "Home",
@@ -2130,14 +2114,18 @@
2130
2114
  {
2131
2115
  "label": "Stages"
2132
2116
  }
2133
- ],
2134
- "type": "breadcrumb"
2117
+ ]
2135
2118
  },
2136
2119
  {
2137
- "justify": "between",
2138
2120
  "type": "stack",
2121
+ "justify": "between",
2122
+ "direction": "horizontal",
2123
+ "gap": "md",
2139
2124
  "children": [
2140
2125
  {
2126
+ "type": "stack",
2127
+ "direction": "horizontal",
2128
+ "gap": "md",
2141
2129
  "children": [
2142
2130
  {
2143
2131
  "name": "layers",
@@ -2145,48 +2133,40 @@
2145
2133
  },
2146
2134
  {
2147
2135
  "content": "Stages",
2148
- "variant": "h2",
2149
- "type": "typography"
2136
+ "type": "typography",
2137
+ "variant": "h2"
2150
2138
  }
2151
- ],
2152
- "type": "stack",
2153
- "direction": "horizontal",
2154
- "gap": "md"
2139
+ ]
2155
2140
  },
2156
2141
  {
2157
2142
  "label": "Refresh",
2158
- "variant": "secondary",
2159
- "icon": "refresh-cw",
2160
2143
  "action": "REFRESH",
2144
+ "icon": "refresh-cw",
2145
+ "variant": "secondary",
2161
2146
  "type": "button"
2162
2147
  }
2163
- ],
2164
- "gap": "md",
2165
- "direction": "horizontal"
2148
+ ]
2166
2149
  },
2167
2150
  {
2168
2151
  "type": "divider"
2169
2152
  },
2170
2153
  {
2171
2154
  "padding": "md",
2172
- "type": "box",
2173
2155
  "children": [
2174
2156
  {
2157
+ "cols": 3.0,
2175
2158
  "type": "simple-grid",
2176
2159
  "children": [
2177
2160
  {
2178
- "type": "card",
2179
2161
  "children": [
2180
2162
  {
2181
- "type": "stack",
2182
2163
  "children": [
2183
2164
  {
2184
2165
  "content": "Name",
2185
- "type": "typography",
2186
- "variant": "caption"
2166
+ "variant": "caption",
2167
+ "type": "typography"
2187
2168
  },
2188
2169
  {
2189
- "type": "typography",
2190
2170
  "content": [
2191
2171
  "object/get",
2192
2172
  [
@@ -2195,24 +2175,30 @@
2195
2175
  ],
2196
2176
  "name"
2197
2177
  ],
2178
+ "type": "typography",
2198
2179
  "variant": "h3"
2199
2180
  }
2200
2181
  ],
2182
+ "type": "stack",
2201
2183
  "gap": "sm",
2202
2184
  "direction": "vertical"
2203
2185
  }
2204
- ]
2186
+ ],
2187
+ "type": "card"
2205
2188
  },
2206
2189
  {
2190
+ "type": "card",
2207
2191
  "children": [
2208
2192
  {
2209
2193
  "children": [
2210
2194
  {
2195
+ "variant": "caption",
2211
2196
  "content": "Status",
2212
- "type": "typography",
2213
- "variant": "caption"
2197
+ "type": "typography"
2214
2198
  },
2215
2199
  {
2200
+ "type": "typography",
2201
+ "variant": "h3",
2216
2202
  "content": [
2217
2203
  "object/get",
2218
2204
  [
@@ -2220,31 +2206,29 @@
2220
2206
  "@entity"
2221
2207
  ],
2222
2208
  "status"
2223
- ],
2224
- "type": "typography",
2225
- "variant": "h3"
2209
+ ]
2226
2210
  }
2227
2211
  ],
2228
- "type": "stack",
2229
2212
  "direction": "vertical",
2230
- "gap": "sm"
2213
+ "gap": "sm",
2214
+ "type": "stack"
2231
2215
  }
2232
- ],
2233
- "type": "card"
2216
+ ]
2234
2217
  },
2235
2218
  {
2236
2219
  "children": [
2237
2220
  {
2238
2221
  "direction": "vertical",
2222
+ "type": "stack",
2223
+ "gap": "sm",
2239
2224
  "children": [
2240
2225
  {
2241
- "content": "Duration",
2242
2226
  "type": "typography",
2243
- "variant": "caption"
2227
+ "variant": "caption",
2228
+ "content": "Duration"
2244
2229
  },
2245
2230
  {
2246
2231
  "variant": "h3",
2247
- "type": "typography",
2248
2232
  "content": [
2249
2233
  "object/get",
2250
2234
  [
@@ -2252,19 +2236,18 @@
2252
2236
  "@entity"
2253
2237
  ],
2254
2238
  "duration"
2255
- ]
2239
+ ],
2240
+ "type": "typography"
2256
2241
  }
2257
- ],
2258
- "gap": "sm",
2259
- "type": "stack"
2242
+ ]
2260
2243
  }
2261
2244
  ],
2262
2245
  "type": "card"
2263
2246
  },
2264
2247
  {
2265
- "type": "card",
2266
2248
  "children": [
2267
2249
  {
2250
+ "direction": "vertical",
2268
2251
  "children": [
2269
2252
  {
2270
2253
  "variant": "caption",
@@ -2285,22 +2268,21 @@
2285
2268
  }
2286
2269
  ],
2287
2270
  "type": "stack",
2288
- "direction": "vertical",
2289
2271
  "gap": "sm"
2290
2272
  }
2291
- ]
2273
+ ],
2274
+ "type": "card"
2292
2275
  }
2293
- ],
2294
- "cols": 3.0
2276
+ ]
2295
2277
  }
2296
- ]
2278
+ ],
2279
+ "type": "box"
2297
2280
  },
2298
2281
  {
2299
2282
  "type": "divider"
2300
2283
  },
2301
2284
  {
2302
2285
  "type": "grid",
2303
- "cols": 2.0,
2304
2286
  "gap": "md",
2305
2287
  "children": [
2306
2288
  {
@@ -2308,8 +2290,8 @@
2308
2290
  "children": [
2309
2291
  {
2310
2292
  "type": "typography",
2311
- "variant": "caption",
2312
- "content": "Chart View"
2293
+ "content": "Chart View",
2294
+ "variant": "caption"
2313
2295
  }
2314
2296
  ]
2315
2297
  },
@@ -2317,32 +2299,33 @@
2317
2299
  "children": [
2318
2300
  {
2319
2301
  "type": "typography",
2320
- "content": "Graph View",
2321
- "variant": "caption"
2302
+ "variant": "caption",
2303
+ "content": "Graph View"
2322
2304
  }
2323
2305
  ],
2324
2306
  "type": "card"
2325
2307
  }
2326
- ]
2308
+ ],
2309
+ "cols": 2.0
2327
2310
  },
2328
2311
  {
2329
2312
  "type": "line-chart",
2330
2313
  "data": [
2331
2314
  {
2332
- "value": 12.0,
2333
- "date": "Jan"
2315
+ "date": "Jan",
2316
+ "value": 12.0
2334
2317
  },
2335
2318
  {
2336
2319
  "date": "Feb",
2337
2320
  "value": 19.0
2338
2321
  },
2339
2322
  {
2340
- "date": "Mar",
2341
- "value": 15.0
2323
+ "value": 15.0,
2324
+ "date": "Mar"
2342
2325
  },
2343
2326
  {
2344
- "date": "Apr",
2345
- "value": 25.0
2327
+ "value": 25.0,
2328
+ "date": "Apr"
2346
2329
  },
2347
2330
  {
2348
2331
  "date": "May",
@@ -2355,62 +2338,79 @@
2355
2338
  ]
2356
2339
  },
2357
2340
  {
2341
+ "type": "chart-legend",
2358
2342
  "items": [
2359
2343
  {
2360
- "label": "Current",
2361
- "color": "primary"
2344
+ "color": "primary",
2345
+ "label": "Current"
2362
2346
  },
2363
2347
  {
2364
- "color": "muted",
2365
- "label": "Previous"
2348
+ "label": "Previous",
2349
+ "color": "muted"
2366
2350
  }
2367
- ],
2368
- "type": "chart-legend"
2351
+ ]
2369
2352
  },
2370
2353
  {
2371
- "type": "graph-view",
2372
- "height": 200.0,
2373
- "nodes": [
2354
+ "edges": [
2355
+ {
2356
+ "from": "a",
2357
+ "to": "b"
2358
+ },
2359
+ {
2360
+ "from": "b",
2361
+ "to": "c"
2362
+ }
2363
+ ],
2364
+ "type": "graph-view",
2365
+ "nodes": [
2374
2366
  {
2375
- "id": "a",
2376
2367
  "x": 50.0,
2377
2368
  "y": 100.0,
2369
+ "id": "a",
2378
2370
  "label": "Start"
2379
2371
  },
2380
2372
  {
2381
- "id": "b",
2382
- "x": 200.0,
2383
2373
  "y": 50.0,
2384
- "label": "Process"
2374
+ "label": "Process",
2375
+ "x": 200.0,
2376
+ "id": "b"
2385
2377
  },
2386
2378
  {
2387
- "id": "c",
2388
2379
  "x": 350.0,
2380
+ "label": "End",
2389
2381
  "y": 100.0,
2390
- "label": "End"
2382
+ "id": "c"
2391
2383
  }
2392
2384
  ],
2393
2385
  "width": 400.0,
2394
- "edges": [
2395
- {
2396
- "from": "a",
2397
- "to": "b"
2398
- },
2399
- {
2400
- "from": "b",
2401
- "to": "c"
2402
- }
2403
- ]
2386
+ "height": 200.0
2404
2387
  }
2405
2388
  ],
2406
- "type": "stack",
2389
+ "gap": "lg",
2407
2390
  "direction": "vertical"
2408
2391
  }
2409
2392
  ],
2410
2393
  "type": "scaled-diagram"
2411
2394
  }
2412
2395
  ],
2413
- "appName": "CI/CD Pipeline"
2396
+ "appName": "CI/CD Pipeline",
2397
+ "navItems": [
2398
+ {
2399
+ "href": "/builds",
2400
+ "icon": "hammer",
2401
+ "label": "Builds"
2402
+ },
2403
+ {
2404
+ "label": "Stages",
2405
+ "icon": "layers",
2406
+ "href": "/stages"
2407
+ },
2408
+ {
2409
+ "icon": "rocket",
2410
+ "label": "Deploy",
2411
+ "href": "/deploy"
2412
+ }
2413
+ ]
2414
2414
  }
2415
2415
  ]
2416
2416
  ]
@@ -2434,16 +2434,13 @@
2434
2434
  "render-ui",
2435
2435
  "main",
2436
2436
  {
2437
- "appName": "CI/CD Pipeline",
2438
- "type": "dashboard-layout",
2439
2437
  "children": [
2440
2438
  {
2441
2439
  "children": [
2442
2440
  {
2443
- "direction": "vertical",
2441
+ "gap": "lg",
2444
2442
  "children": [
2445
2443
  {
2446
- "type": "breadcrumb",
2447
2444
  "items": [
2448
2445
  {
2449
2446
  "label": "Home",
@@ -2452,11 +2449,14 @@
2452
2449
  {
2453
2450
  "label": "Stages"
2454
2451
  }
2455
- ]
2452
+ ],
2453
+ "type": "breadcrumb"
2456
2454
  },
2457
2455
  {
2456
+ "type": "stack",
2458
2457
  "children": [
2459
2458
  {
2459
+ "direction": "horizontal",
2460
2460
  "children": [
2461
2461
  {
2462
2462
  "type": "icon",
@@ -2468,19 +2468,17 @@
2468
2468
  "variant": "h2"
2469
2469
  }
2470
2470
  ],
2471
- "direction": "horizontal",
2472
- "type": "stack",
2473
- "gap": "md"
2471
+ "gap": "md",
2472
+ "type": "stack"
2474
2473
  },
2475
2474
  {
2476
2475
  "label": "Refresh",
2477
- "icon": "refresh-cw",
2476
+ "action": "REFRESH",
2478
2477
  "variant": "secondary",
2479
2478
  "type": "button",
2480
- "action": "REFRESH"
2479
+ "icon": "refresh-cw"
2481
2480
  }
2482
2481
  ],
2483
- "type": "stack",
2484
2482
  "direction": "horizontal",
2485
2483
  "justify": "between",
2486
2484
  "gap": "md"
@@ -2489,26 +2487,25 @@
2489
2487
  "type": "divider"
2490
2488
  },
2491
2489
  {
2490
+ "padding": "md",
2491
+ "type": "box",
2492
2492
  "children": [
2493
2493
  {
2494
- "cols": 3.0,
2495
- "type": "simple-grid",
2496
2494
  "children": [
2497
2495
  {
2498
- "type": "card",
2499
2496
  "children": [
2500
2497
  {
2501
2498
  "type": "stack",
2502
2499
  "direction": "vertical",
2503
2500
  "children": [
2504
2501
  {
2505
- "type": "typography",
2506
2502
  "variant": "caption",
2503
+ "type": "typography",
2507
2504
  "content": "Name"
2508
2505
  },
2509
2506
  {
2510
- "variant": "h3",
2511
2507
  "type": "typography",
2508
+ "variant": "h3",
2512
2509
  "content": [
2513
2510
  "object/get",
2514
2511
  [
@@ -2521,22 +2518,20 @@
2521
2518
  ],
2522
2519
  "gap": "sm"
2523
2520
  }
2524
- ]
2521
+ ],
2522
+ "type": "card"
2525
2523
  },
2526
2524
  {
2525
+ "type": "card",
2527
2526
  "children": [
2528
2527
  {
2529
- "type": "stack",
2530
- "gap": "sm",
2531
2528
  "children": [
2532
2529
  {
2533
- "type": "typography",
2530
+ "variant": "caption",
2534
2531
  "content": "Status",
2535
- "variant": "caption"
2532
+ "type": "typography"
2536
2533
  },
2537
2534
  {
2538
- "variant": "h3",
2539
- "type": "typography",
2540
2535
  "content": [
2541
2536
  "object/get",
2542
2537
  [
@@ -2544,18 +2539,23 @@
2544
2539
  "@entity"
2545
2540
  ],
2546
2541
  "status"
2547
- ]
2542
+ ],
2543
+ "type": "typography",
2544
+ "variant": "h3"
2548
2545
  }
2549
2546
  ],
2550
- "direction": "vertical"
2547
+ "direction": "vertical",
2548
+ "type": "stack",
2549
+ "gap": "sm"
2551
2550
  }
2552
- ],
2553
- "type": "card"
2551
+ ]
2554
2552
  },
2555
2553
  {
2556
- "type": "card",
2557
2554
  "children": [
2558
2555
  {
2556
+ "type": "stack",
2557
+ "direction": "vertical",
2558
+ "gap": "sm",
2559
2559
  "children": [
2560
2560
  {
2561
2561
  "type": "typography",
@@ -2563,6 +2563,8 @@
2563
2563
  "content": "Duration"
2564
2564
  },
2565
2565
  {
2566
+ "type": "typography",
2567
+ "variant": "h3",
2566
2568
  "content": [
2567
2569
  "object/get",
2568
2570
  [
@@ -2570,23 +2572,19 @@
2570
2572
  "@entity"
2571
2573
  ],
2572
2574
  "duration"
2573
- ],
2574
- "type": "typography",
2575
- "variant": "h3"
2575
+ ]
2576
2576
  }
2577
- ],
2578
- "type": "stack",
2579
- "direction": "vertical",
2580
- "gap": "sm"
2577
+ ]
2581
2578
  }
2582
- ]
2579
+ ],
2580
+ "type": "card"
2583
2581
  },
2584
2582
  {
2585
2583
  "type": "card",
2586
2584
  "children": [
2587
2585
  {
2588
2586
  "gap": "sm",
2589
- "type": "stack",
2587
+ "direction": "vertical",
2590
2588
  "children": [
2591
2589
  {
2592
2590
  "type": "typography",
@@ -2606,68 +2604,68 @@
2606
2604
  ]
2607
2605
  }
2608
2606
  ],
2609
- "direction": "vertical"
2607
+ "type": "stack"
2610
2608
  }
2611
2609
  ]
2612
2610
  }
2613
- ]
2611
+ ],
2612
+ "type": "simple-grid",
2613
+ "cols": 3.0
2614
2614
  }
2615
- ],
2616
- "padding": "md",
2617
- "type": "box"
2615
+ ]
2618
2616
  },
2619
2617
  {
2620
2618
  "type": "divider"
2621
2619
  },
2622
2620
  {
2621
+ "gap": "md",
2622
+ "cols": 2.0,
2623
+ "type": "grid",
2623
2624
  "children": [
2624
2625
  {
2625
2626
  "type": "card",
2626
2627
  "children": [
2627
2628
  {
2628
- "content": "Chart View",
2629
+ "type": "typography",
2629
2630
  "variant": "caption",
2630
- "type": "typography"
2631
+ "content": "Chart View"
2631
2632
  }
2632
2633
  ]
2633
2634
  },
2634
2635
  {
2635
2636
  "children": [
2636
2637
  {
2637
- "type": "typography",
2638
+ "variant": "caption",
2638
2639
  "content": "Graph View",
2639
- "variant": "caption"
2640
+ "type": "typography"
2640
2641
  }
2641
2642
  ],
2642
2643
  "type": "card"
2643
2644
  }
2644
- ],
2645
- "type": "grid",
2646
- "cols": 2.0,
2647
- "gap": "md"
2645
+ ]
2648
2646
  },
2649
2647
  {
2650
2648
  "type": "line-chart",
2651
2649
  "data": [
2652
2650
  {
2653
- "value": 12.0,
2654
- "date": "Jan"
2651
+ "date": "Jan",
2652
+ "value": 12.0
2655
2653
  },
2656
2654
  {
2657
- "date": "Feb",
2658
- "value": 19.0
2655
+ "value": 19.0,
2656
+ "date": "Feb"
2659
2657
  },
2660
2658
  {
2661
- "value": 15.0,
2662
- "date": "Mar"
2659
+ "date": "Mar",
2660
+ "value": 15.0
2663
2661
  },
2664
2662
  {
2665
2663
  "value": 25.0,
2666
2664
  "date": "Apr"
2667
2665
  },
2668
2666
  {
2669
- "value": 22.0,
2670
- "date": "May"
2667
+ "date": "May",
2668
+ "value": 22.0
2671
2669
  },
2672
2670
  {
2673
2671
  "date": "Jun",
@@ -2676,25 +2674,24 @@
2676
2674
  ]
2677
2675
  },
2678
2676
  {
2677
+ "type": "chart-legend",
2679
2678
  "items": [
2680
2679
  {
2681
- "color": "primary",
2682
- "label": "Current"
2680
+ "label": "Current",
2681
+ "color": "primary"
2683
2682
  },
2684
2683
  {
2685
2684
  "label": "Previous",
2686
2685
  "color": "muted"
2687
2686
  }
2688
- ],
2689
- "type": "chart-legend"
2687
+ ]
2690
2688
  },
2691
2689
  {
2692
- "type": "graph-view",
2693
2690
  "nodes": [
2694
2691
  {
2695
- "id": "a",
2696
2692
  "y": 100.0,
2697
2693
  "label": "Start",
2694
+ "id": "a",
2698
2695
  "x": 50.0
2699
2696
  },
2700
2697
  {
@@ -2704,12 +2701,13 @@
2704
2701
  "x": 200.0
2705
2702
  },
2706
2703
  {
2704
+ "x": 350.0,
2707
2705
  "id": "c",
2708
2706
  "label": "End",
2709
- "y": 100.0,
2710
- "x": 350.0
2707
+ "y": 100.0
2711
2708
  }
2712
2709
  ],
2710
+ "width": 400.0,
2713
2711
  "edges": [
2714
2712
  {
2715
2713
  "from": "a",
@@ -2720,17 +2718,19 @@
2720
2718
  "to": "c"
2721
2719
  }
2722
2720
  ],
2723
- "height": 200.0,
2724
- "width": 400.0
2721
+ "type": "graph-view",
2722
+ "height": 200.0
2725
2723
  }
2726
2724
  ],
2727
2725
  "type": "stack",
2728
- "gap": "lg"
2726
+ "direction": "vertical"
2729
2727
  }
2730
2728
  ],
2731
2729
  "type": "scaled-diagram"
2732
2730
  }
2733
2731
  ],
2732
+ "appName": "CI/CD Pipeline",
2733
+ "type": "dashboard-layout",
2734
2734
  "navItems": [
2735
2735
  {
2736
2736
  "label": "Builds",
@@ -2738,14 +2738,14 @@
2738
2738
  "icon": "hammer"
2739
2739
  },
2740
2740
  {
2741
- "icon": "layers",
2741
+ "label": "Stages",
2742
2742
  "href": "/stages",
2743
- "label": "Stages"
2743
+ "icon": "layers"
2744
2744
  },
2745
2745
  {
2746
2746
  "icon": "rocket",
2747
- "label": "Deploy",
2748
- "href": "/deploy"
2747
+ "href": "/deploy",
2748
+ "label": "Deploy"
2749
2749
  }
2750
2750
  ]
2751
2751
  }
@@ -2762,8 +2762,8 @@
2762
2762
  "Stage",
2763
2763
  {
2764
2764
  "emit": {
2765
- "failure": "StageLoadFailed",
2766
- "success": "StageLoaded"
2765
+ "success": "StageLoaded",
2766
+ "failure": "StageLoadFailed"
2767
2767
  }
2768
2768
  }
2769
2769
  ],
@@ -2771,8 +2771,8 @@
2771
2771
  "render-ui",
2772
2772
  "main",
2773
2773
  {
2774
- "appName": "CI/CD Pipeline",
2775
2774
  "type": "dashboard-layout",
2775
+ "appName": "CI/CD Pipeline",
2776
2776
  "navItems": [
2777
2777
  {
2778
2778
  "icon": "hammer",
@@ -2785,9 +2785,9 @@
2785
2785
  "icon": "layers"
2786
2786
  },
2787
2787
  {
2788
- "label": "Deploy",
2788
+ "icon": "rocket",
2789
2789
  "href": "/deploy",
2790
- "icon": "rocket"
2790
+ "label": "Deploy"
2791
2791
  }
2792
2792
  ],
2793
2793
  "children": [
@@ -2795,7 +2795,6 @@
2795
2795
  "type": "scaled-diagram",
2796
2796
  "children": [
2797
2797
  {
2798
- "direction": "vertical",
2799
2798
  "type": "stack",
2800
2799
  "gap": "lg",
2801
2800
  "children": [
@@ -2812,57 +2811,58 @@
2812
2811
  "type": "breadcrumb"
2813
2812
  },
2814
2813
  {
2815
- "justify": "between",
2816
- "type": "stack",
2817
- "direction": "horizontal",
2818
- "gap": "md",
2819
2814
  "children": [
2820
2815
  {
2816
+ "type": "stack",
2821
2817
  "direction": "horizontal",
2818
+ "gap": "md",
2822
2819
  "children": [
2823
2820
  {
2824
2821
  "name": "layers",
2825
2822
  "type": "icon"
2826
2823
  },
2827
2824
  {
2828
- "type": "typography",
2829
2825
  "content": "Stages",
2826
+ "type": "typography",
2830
2827
  "variant": "h2"
2831
2828
  }
2832
- ],
2833
- "gap": "md",
2834
- "type": "stack"
2829
+ ]
2835
2830
  },
2836
2831
  {
2837
2832
  "action": "REFRESH",
2838
2833
  "variant": "secondary",
2834
+ "type": "button",
2839
2835
  "icon": "refresh-cw",
2840
- "label": "Refresh",
2841
- "type": "button"
2836
+ "label": "Refresh"
2842
2837
  }
2843
- ]
2838
+ ],
2839
+ "type": "stack",
2840
+ "gap": "md",
2841
+ "direction": "horizontal",
2842
+ "justify": "between"
2844
2843
  },
2845
2844
  {
2846
2845
  "type": "divider"
2847
2846
  },
2848
2847
  {
2849
2848
  "type": "box",
2849
+ "padding": "md",
2850
2850
  "children": [
2851
2851
  {
2852
2852
  "type": "simple-grid",
2853
+ "cols": 3.0,
2853
2854
  "children": [
2854
2855
  {
2855
- "type": "card",
2856
2856
  "children": [
2857
2857
  {
2858
- "type": "stack",
2859
- "direction": "vertical",
2860
2858
  "gap": "sm",
2859
+ "direction": "vertical",
2860
+ "type": "stack",
2861
2861
  "children": [
2862
2862
  {
2863
2863
  "variant": "caption",
2864
- "type": "typography",
2865
- "content": "Name"
2864
+ "content": "Name",
2865
+ "type": "typography"
2866
2866
  },
2867
2867
  {
2868
2868
  "content": [
@@ -2878,21 +2878,24 @@
2878
2878
  }
2879
2879
  ]
2880
2880
  }
2881
- ]
2881
+ ],
2882
+ "type": "card"
2882
2883
  },
2883
2884
  {
2885
+ "type": "card",
2884
2886
  "children": [
2885
2887
  {
2886
2888
  "type": "stack",
2887
- "direction": "vertical",
2888
2889
  "gap": "sm",
2889
2890
  "children": [
2890
2891
  {
2892
+ "variant": "caption",
2891
2893
  "content": "Status",
2892
- "type": "typography",
2893
- "variant": "caption"
2894
+ "type": "typography"
2894
2895
  },
2895
2896
  {
2897
+ "type": "typography",
2898
+ "variant": "h3",
2896
2899
  "content": [
2897
2900
  "object/get",
2898
2901
  [
@@ -2900,22 +2903,18 @@
2900
2903
  "@entity"
2901
2904
  ],
2902
2905
  "status"
2903
- ],
2904
- "variant": "h3",
2905
- "type": "typography"
2906
+ ]
2906
2907
  }
2907
- ]
2908
+ ],
2909
+ "direction": "vertical"
2908
2910
  }
2909
- ],
2910
- "type": "card"
2911
+ ]
2911
2912
  },
2912
2913
  {
2913
2914
  "type": "card",
2914
2915
  "children": [
2915
2916
  {
2916
2917
  "gap": "sm",
2917
- "type": "stack",
2918
- "direction": "vertical",
2919
2918
  "children": [
2920
2919
  {
2921
2920
  "variant": "caption",
@@ -2923,6 +2922,8 @@
2923
2922
  "content": "Duration"
2924
2923
  },
2925
2924
  {
2925
+ "type": "typography",
2926
+ "variant": "h3",
2926
2927
  "content": [
2927
2928
  "object/get",
2928
2929
  [
@@ -2930,27 +2931,27 @@
2930
2931
  "@entity"
2931
2932
  ],
2932
2933
  "duration"
2933
- ],
2934
- "variant": "h3",
2935
- "type": "typography"
2934
+ ]
2936
2935
  }
2937
- ]
2936
+ ],
2937
+ "type": "stack",
2938
+ "direction": "vertical"
2938
2939
  }
2939
2940
  ]
2940
2941
  },
2941
2942
  {
2942
2943
  "children": [
2943
2944
  {
2945
+ "gap": "sm",
2946
+ "direction": "vertical",
2944
2947
  "type": "stack",
2945
2948
  "children": [
2946
2949
  {
2950
+ "type": "typography",
2947
2951
  "variant": "caption",
2948
- "content": "Output",
2949
- "type": "typography"
2952
+ "content": "Output"
2950
2953
  },
2951
2954
  {
2952
- "type": "typography",
2953
- "variant": "h3",
2954
2955
  "content": [
2955
2956
  "object/get",
2956
2957
  [
@@ -2958,50 +2959,48 @@
2958
2959
  "@entity"
2959
2960
  ],
2960
2961
  "output"
2961
- ]
2962
+ ],
2963
+ "type": "typography",
2964
+ "variant": "h3"
2962
2965
  }
2963
- ],
2964
- "direction": "vertical",
2965
- "gap": "sm"
2966
+ ]
2966
2967
  }
2967
2968
  ],
2968
2969
  "type": "card"
2969
2970
  }
2970
- ],
2971
- "cols": 3.0
2971
+ ]
2972
2972
  }
2973
- ],
2974
- "padding": "md"
2973
+ ]
2975
2974
  },
2976
2975
  {
2977
2976
  "type": "divider"
2978
2977
  },
2979
2978
  {
2979
+ "type": "grid",
2980
+ "cols": 2.0,
2981
+ "gap": "md",
2980
2982
  "children": [
2981
2983
  {
2982
- "type": "card",
2983
2984
  "children": [
2984
2985
  {
2986
+ "content": "Chart View",
2985
2987
  "type": "typography",
2986
- "variant": "caption",
2987
- "content": "Chart View"
2988
+ "variant": "caption"
2988
2989
  }
2989
- ]
2990
+ ],
2991
+ "type": "card"
2990
2992
  },
2991
2993
  {
2992
2994
  "children": [
2993
2995
  {
2994
- "variant": "caption",
2995
2996
  "content": "Graph View",
2996
- "type": "typography"
2997
+ "type": "typography",
2998
+ "variant": "caption"
2997
2999
  }
2998
3000
  ],
2999
3001
  "type": "card"
3000
3002
  }
3001
- ],
3002
- "type": "grid",
3003
- "gap": "md",
3004
- "cols": 2.0
3003
+ ]
3005
3004
  },
3006
3005
  {
3007
3006
  "type": "line-chart",
@@ -3011,8 +3010,8 @@
3011
3010
  "value": 12.0
3012
3011
  },
3013
3012
  {
3014
- "date": "Feb",
3015
- "value": 19.0
3013
+ "value": 19.0,
3014
+ "date": "Feb"
3016
3015
  },
3017
3016
  {
3018
3017
  "value": 15.0,
@@ -3033,40 +3032,42 @@
3033
3032
  ]
3034
3033
  },
3035
3034
  {
3036
- "type": "chart-legend",
3037
3035
  "items": [
3038
3036
  {
3039
3037
  "label": "Current",
3040
3038
  "color": "primary"
3041
3039
  },
3042
3040
  {
3043
- "label": "Previous",
3044
- "color": "muted"
3041
+ "color": "muted",
3042
+ "label": "Previous"
3045
3043
  }
3046
- ]
3044
+ ],
3045
+ "type": "chart-legend"
3047
3046
  },
3048
3047
  {
3049
- "type": "graph-view",
3050
3048
  "nodes": [
3051
3049
  {
3052
- "id": "a",
3053
- "x": 50.0,
3054
3050
  "y": 100.0,
3051
+ "x": 50.0,
3052
+ "id": "a",
3055
3053
  "label": "Start"
3056
3054
  },
3057
3055
  {
3058
- "x": 200.0,
3059
- "y": 50.0,
3056
+ "label": "Process",
3060
3057
  "id": "b",
3061
- "label": "Process"
3058
+ "x": 200.0,
3059
+ "y": 50.0
3062
3060
  },
3063
3061
  {
3064
- "y": 100.0,
3065
3062
  "label": "End",
3066
- "id": "c",
3067
- "x": 350.0
3063
+ "x": 350.0,
3064
+ "y": 100.0,
3065
+ "id": "c"
3068
3066
  }
3069
3067
  ],
3068
+ "width": 400.0,
3069
+ "height": 200.0,
3070
+ "type": "graph-view",
3070
3071
  "edges": [
3071
3072
  {
3072
3073
  "to": "b",
@@ -3076,11 +3077,10 @@
3076
3077
  "from": "b",
3077
3078
  "to": "c"
3078
3079
  }
3079
- ],
3080
- "height": 200.0,
3081
- "width": 400.0
3080
+ ]
3082
3081
  }
3083
- ]
3082
+ ],
3083
+ "direction": "vertical"
3084
3084
  }
3085
3085
  ]
3086
3086
  }
@@ -3108,13 +3108,11 @@
3108
3108
  "render-ui",
3109
3109
  "main",
3110
3110
  {
3111
- "appName": "CI/CD Pipeline",
3112
- "type": "dashboard-layout",
3113
3111
  "navItems": [
3114
3112
  {
3113
+ "label": "Builds",
3115
3114
  "href": "/builds",
3116
- "icon": "hammer",
3117
- "label": "Builds"
3115
+ "icon": "hammer"
3118
3116
  },
3119
3117
  {
3120
3118
  "href": "/stages",
@@ -3122,8 +3120,8 @@
3122
3120
  "label": "Stages"
3123
3121
  },
3124
3122
  {
3125
- "icon": "rocket",
3126
3123
  "label": "Deploy",
3124
+ "icon": "rocket",
3127
3125
  "href": "/deploy"
3128
3126
  }
3129
3127
  ],
@@ -3132,9 +3130,9 @@
3132
3130
  "type": "scaled-diagram",
3133
3131
  "children": [
3134
3132
  {
3133
+ "direction": "vertical",
3135
3134
  "children": [
3136
3135
  {
3137
- "type": "breadcrumb",
3138
3136
  "items": [
3139
3137
  {
3140
3138
  "label": "Home",
@@ -3143,43 +3141,45 @@
3143
3141
  {
3144
3142
  "label": "Stages"
3145
3143
  }
3146
- ]
3144
+ ],
3145
+ "type": "breadcrumb"
3147
3146
  },
3148
3147
  {
3149
- "direction": "horizontal",
3150
- "type": "stack",
3151
- "gap": "md",
3152
- "justify": "between",
3153
3148
  "children": [
3154
3149
  {
3155
3150
  "direction": "horizontal",
3151
+ "gap": "md",
3152
+ "type": "stack",
3156
3153
  "children": [
3157
3154
  {
3158
3155
  "type": "icon",
3159
3156
  "name": "layers"
3160
3157
  },
3161
3158
  {
3162
- "content": "Stages",
3159
+ "variant": "h2",
3163
3160
  "type": "typography",
3164
- "variant": "h2"
3161
+ "content": "Stages"
3165
3162
  }
3166
- ],
3167
- "gap": "md",
3168
- "type": "stack"
3163
+ ]
3169
3164
  },
3170
3165
  {
3171
- "icon": "refresh-cw",
3172
- "variant": "secondary",
3173
3166
  "type": "button",
3174
3167
  "label": "Refresh",
3175
- "action": "REFRESH"
3168
+ "icon": "refresh-cw",
3169
+ "action": "REFRESH",
3170
+ "variant": "secondary"
3176
3171
  }
3177
- ]
3172
+ ],
3173
+ "type": "stack",
3174
+ "direction": "horizontal",
3175
+ "gap": "md",
3176
+ "justify": "between"
3178
3177
  },
3179
3178
  {
3180
3179
  "type": "divider"
3181
3180
  },
3182
3181
  {
3182
+ "padding": "md",
3183
3183
  "type": "box",
3184
3184
  "children": [
3185
3185
  {
@@ -3188,16 +3188,16 @@
3188
3188
  "children": [
3189
3189
  {
3190
3190
  "type": "stack",
3191
- "gap": "sm",
3192
3191
  "direction": "vertical",
3192
+ "gap": "sm",
3193
3193
  "children": [
3194
3194
  {
3195
+ "type": "typography",
3195
3196
  "variant": "caption",
3196
- "content": "Name",
3197
- "type": "typography"
3197
+ "content": "Name"
3198
3198
  },
3199
3199
  {
3200
- "variant": "h3",
3200
+ "type": "typography",
3201
3201
  "content": [
3202
3202
  "object/get",
3203
3203
  [
@@ -3206,7 +3206,7 @@
3206
3206
  ],
3207
3207
  "name"
3208
3208
  ],
3209
- "type": "typography"
3209
+ "variant": "h3"
3210
3210
  }
3211
3211
  ]
3212
3212
  }
@@ -3216,14 +3216,17 @@
3216
3216
  {
3217
3217
  "children": [
3218
3218
  {
3219
+ "direction": "vertical",
3220
+ "gap": "sm",
3221
+ "type": "stack",
3219
3222
  "children": [
3220
3223
  {
3221
3224
  "variant": "caption",
3222
- "content": "Status",
3223
- "type": "typography"
3225
+ "type": "typography",
3226
+ "content": "Status"
3224
3227
  },
3225
3228
  {
3226
- "variant": "h3",
3229
+ "type": "typography",
3227
3230
  "content": [
3228
3231
  "object/get",
3229
3232
  [
@@ -3232,12 +3235,9 @@
3232
3235
  ],
3233
3236
  "status"
3234
3237
  ],
3235
- "type": "typography"
3238
+ "variant": "h3"
3236
3239
  }
3237
- ],
3238
- "direction": "vertical",
3239
- "gap": "sm",
3240
- "type": "stack"
3240
+ ]
3241
3241
  }
3242
3242
  ],
3243
3243
  "type": "card"
@@ -3245,6 +3245,7 @@
3245
3245
  {
3246
3246
  "children": [
3247
3247
  {
3248
+ "gap": "sm",
3248
3249
  "type": "stack",
3249
3250
  "direction": "vertical",
3250
3251
  "children": [
@@ -3254,8 +3255,6 @@
3254
3255
  "content": "Duration"
3255
3256
  },
3256
3257
  {
3257
- "type": "typography",
3258
- "variant": "h3",
3259
3258
  "content": [
3260
3259
  "object/get",
3261
3260
  [
@@ -3263,26 +3262,29 @@
3263
3262
  "@entity"
3264
3263
  ],
3265
3264
  "duration"
3266
- ]
3265
+ ],
3266
+ "type": "typography",
3267
+ "variant": "h3"
3267
3268
  }
3268
- ],
3269
- "gap": "sm"
3269
+ ]
3270
3270
  }
3271
3271
  ],
3272
3272
  "type": "card"
3273
3273
  },
3274
3274
  {
3275
- "type": "card",
3276
3275
  "children": [
3277
3276
  {
3278
- "direction": "vertical",
3277
+ "gap": "sm",
3278
+ "type": "stack",
3279
3279
  "children": [
3280
3280
  {
3281
- "type": "typography",
3282
3281
  "variant": "caption",
3283
- "content": "Output"
3282
+ "content": "Output",
3283
+ "type": "typography"
3284
3284
  },
3285
3285
  {
3286
+ "variant": "h3",
3287
+ "type": "typography",
3286
3288
  "content": [
3287
3289
  "object/get",
3288
3290
  [
@@ -3290,47 +3292,44 @@
3290
3292
  "@entity"
3291
3293
  ],
3292
3294
  "output"
3293
- ],
3294
- "variant": "h3",
3295
- "type": "typography"
3295
+ ]
3296
3296
  }
3297
3297
  ],
3298
- "gap": "sm",
3299
- "type": "stack"
3298
+ "direction": "vertical"
3300
3299
  }
3301
- ]
3300
+ ],
3301
+ "type": "card"
3302
3302
  }
3303
3303
  ],
3304
3304
  "type": "simple-grid",
3305
3305
  "cols": 3.0
3306
3306
  }
3307
- ],
3308
- "padding": "md"
3307
+ ]
3309
3308
  },
3310
3309
  {
3311
3310
  "type": "divider"
3312
3311
  },
3313
3312
  {
3314
- "cols": 2.0,
3315
3313
  "gap": "md",
3316
3314
  "type": "grid",
3315
+ "cols": 2.0,
3317
3316
  "children": [
3318
3317
  {
3319
- "type": "card",
3320
3318
  "children": [
3321
3319
  {
3322
- "content": "Chart View",
3323
3320
  "type": "typography",
3324
- "variant": "caption"
3321
+ "variant": "caption",
3322
+ "content": "Chart View"
3325
3323
  }
3326
- ]
3324
+ ],
3325
+ "type": "card"
3327
3326
  },
3328
3327
  {
3329
3328
  "type": "card",
3330
3329
  "children": [
3331
3330
  {
3332
- "content": "Graph View",
3333
3331
  "type": "typography",
3332
+ "content": "Graph View",
3334
3333
  "variant": "caption"
3335
3334
  }
3336
3335
  ]
@@ -3338,22 +3337,23 @@
3338
3337
  ]
3339
3338
  },
3340
3339
  {
3340
+ "type": "line-chart",
3341
3341
  "data": [
3342
3342
  {
3343
3343
  "date": "Jan",
3344
3344
  "value": 12.0
3345
3345
  },
3346
3346
  {
3347
- "date": "Feb",
3348
- "value": 19.0
3347
+ "value": 19.0,
3348
+ "date": "Feb"
3349
3349
  },
3350
3350
  {
3351
- "value": 15.0,
3352
- "date": "Mar"
3351
+ "date": "Mar",
3352
+ "value": 15.0
3353
3353
  },
3354
3354
  {
3355
- "date": "Apr",
3356
- "value": 25.0
3355
+ "value": 25.0,
3356
+ "date": "Apr"
3357
3357
  },
3358
3358
  {
3359
3359
  "date": "May",
@@ -3363,65 +3363,65 @@
3363
3363
  "date": "Jun",
3364
3364
  "value": 30.0
3365
3365
  }
3366
- ],
3367
- "type": "line-chart"
3366
+ ]
3368
3367
  },
3369
3368
  {
3370
- "type": "chart-legend",
3371
3369
  "items": [
3372
3370
  {
3373
3371
  "color": "primary",
3374
3372
  "label": "Current"
3375
3373
  },
3376
3374
  {
3377
- "label": "Previous",
3378
- "color": "muted"
3375
+ "color": "muted",
3376
+ "label": "Previous"
3379
3377
  }
3380
- ]
3378
+ ],
3379
+ "type": "chart-legend"
3381
3380
  },
3382
3381
  {
3382
+ "type": "graph-view",
3383
+ "width": 400.0,
3384
+ "height": 200.0,
3383
3385
  "nodes": [
3384
3386
  {
3385
- "y": 100.0,
3386
3387
  "id": "a",
3388
+ "x": 50.0,
3387
3389
  "label": "Start",
3388
- "x": 50.0
3390
+ "y": 100.0
3389
3391
  },
3390
3392
  {
3391
3393
  "id": "b",
3392
- "y": 50.0,
3393
3394
  "x": 200.0,
3394
- "label": "Process"
3395
+ "label": "Process",
3396
+ "y": 50.0
3395
3397
  },
3396
3398
  {
3399
+ "y": 100.0,
3397
3400
  "id": "c",
3398
3401
  "label": "End",
3399
- "x": 350.0,
3400
- "y": 100.0
3402
+ "x": 350.0
3401
3403
  }
3402
3404
  ],
3403
3405
  "edges": [
3404
3406
  {
3405
- "from": "a",
3406
- "to": "b"
3407
+ "to": "b",
3408
+ "from": "a"
3407
3409
  },
3408
3410
  {
3409
3411
  "from": "b",
3410
3412
  "to": "c"
3411
3413
  }
3412
- ],
3413
- "width": 400.0,
3414
- "type": "graph-view",
3415
- "height": 200.0
3414
+ ]
3416
3415
  }
3417
3416
  ],
3418
3417
  "type": "stack",
3419
- "gap": "lg",
3420
- "direction": "vertical"
3418
+ "gap": "lg"
3421
3419
  }
3422
3420
  ]
3423
3421
  }
3424
- ]
3422
+ ],
3423
+ "appName": "CI/CD Pipeline",
3424
+ "type": "dashboard-layout"
3425
3425
  }
3426
3426
  ]
3427
3427
  ]
@@ -3626,8 +3626,8 @@
3626
3626
  "Deployment",
3627
3627
  {
3628
3628
  "emit": {
3629
- "failure": "DeploymentLoadFailed",
3630
- "success": "DeploymentLoaded"
3629
+ "success": "DeploymentLoaded",
3630
+ "failure": "DeploymentLoadFailed"
3631
3631
  }
3632
3632
  }
3633
3633
  ],
@@ -3635,65 +3635,65 @@
3635
3635
  "render-ui",
3636
3636
  "main",
3637
3637
  {
3638
+ "type": "dashboard-layout",
3638
3639
  "navItems": [
3639
3640
  {
3640
- "label": "Builds",
3641
3641
  "href": "/builds",
3642
+ "label": "Builds",
3642
3643
  "icon": "hammer"
3643
3644
  },
3644
3645
  {
3646
+ "label": "Stages",
3645
3647
  "icon": "layers",
3646
- "href": "/stages",
3647
- "label": "Stages"
3648
+ "href": "/stages"
3648
3649
  },
3649
3650
  {
3651
+ "label": "Deploy",
3650
3652
  "href": "/deploy",
3651
- "icon": "rocket",
3652
- "label": "Deploy"
3653
+ "icon": "rocket"
3653
3654
  }
3654
3655
  ],
3655
- "type": "dashboard-layout",
3656
3656
  "children": [
3657
3657
  {
3658
3658
  "type": "stack",
3659
- "align": "center",
3659
+ "direction": "vertical",
3660
3660
  "gap": "lg",
3661
+ "align": "center",
3661
3662
  "children": [
3662
3663
  {
3664
+ "direction": "horizontal",
3665
+ "gap": "md",
3663
3666
  "type": "stack",
3667
+ "align": "center",
3664
3668
  "children": [
3665
3669
  {
3666
- "name": "upload-cloud",
3667
- "type": "icon"
3670
+ "type": "icon",
3671
+ "name": "upload-cloud"
3668
3672
  },
3669
3673
  {
3670
3674
  "variant": "h2",
3671
3675
  "type": "typography",
3672
3676
  "content": "Deployment"
3673
3677
  }
3674
- ],
3675
- "gap": "md",
3676
- "direction": "horizontal",
3677
- "align": "center"
3678
+ ]
3678
3679
  },
3679
3680
  {
3680
3681
  "type": "divider"
3681
3682
  },
3682
3683
  {
3683
3684
  "color": "muted",
3684
- "variant": "body",
3685
3685
  "content": "Ready to start deployment operation.",
3686
+ "variant": "body",
3686
3687
  "type": "typography"
3687
3688
  },
3688
3689
  {
3689
- "type": "button",
3690
- "action": "START",
3691
3690
  "icon": "play",
3691
+ "action": "START",
3692
+ "type": "button",
3692
3693
  "variant": "primary",
3693
3694
  "label": "Start"
3694
3695
  }
3695
- ],
3696
- "direction": "vertical"
3696
+ ]
3697
3697
  }
3698
3698
  ],
3699
3699
  "appName": "CI/CD Pipeline"
@@ -3710,44 +3710,44 @@
3710
3710
  "render-ui",
3711
3711
  "main",
3712
3712
  {
3713
- "children": [
3714
- {
3715
- "type": "stack",
3716
- "children": [
3717
- {
3718
- "type": "loading-state",
3719
- "title": "Deploying...",
3720
- "message": "Processing deployment..."
3721
- },
3722
- {
3723
- "type": "skeleton",
3724
- "variant": "text"
3725
- }
3726
- ],
3727
- "direction": "vertical",
3728
- "align": "center",
3729
- "gap": "lg"
3730
- }
3731
- ],
3732
- "type": "dashboard-layout",
3733
- "appName": "CI/CD Pipeline",
3734
3713
  "navItems": [
3735
3714
  {
3736
- "icon": "hammer",
3737
3715
  "label": "Builds",
3738
- "href": "/builds"
3716
+ "href": "/builds",
3717
+ "icon": "hammer"
3739
3718
  },
3740
3719
  {
3741
- "icon": "layers",
3720
+ "href": "/stages",
3742
3721
  "label": "Stages",
3743
- "href": "/stages"
3722
+ "icon": "layers"
3744
3723
  },
3745
3724
  {
3746
3725
  "href": "/deploy",
3747
3726
  "icon": "rocket",
3748
3727
  "label": "Deploy"
3749
3728
  }
3750
- ]
3729
+ ],
3730
+ "appName": "CI/CD Pipeline",
3731
+ "children": [
3732
+ {
3733
+ "gap": "lg",
3734
+ "align": "center",
3735
+ "children": [
3736
+ {
3737
+ "message": "Processing deployment...",
3738
+ "title": "Deploying...",
3739
+ "type": "loading-state"
3740
+ },
3741
+ {
3742
+ "variant": "text",
3743
+ "type": "skeleton"
3744
+ }
3745
+ ],
3746
+ "type": "stack",
3747
+ "direction": "vertical"
3748
+ }
3749
+ ],
3750
+ "type": "dashboard-layout"
3751
3751
  }
3752
3752
  ]
3753
3753
  ]
@@ -3767,10 +3767,11 @@
3767
3767
  "render-ui",
3768
3768
  "main",
3769
3769
  {
3770
+ "appName": "CI/CD Pipeline",
3770
3771
  "navItems": [
3771
3772
  {
3772
- "icon": "hammer",
3773
3773
  "href": "/builds",
3774
+ "icon": "hammer",
3774
3775
  "label": "Builds"
3775
3776
  },
3776
3777
  {
@@ -3785,39 +3786,38 @@
3785
3786
  }
3786
3787
  ],
3787
3788
  "type": "dashboard-layout",
3788
- "appName": "CI/CD Pipeline",
3789
3789
  "children": [
3790
3790
  {
3791
- "gap": "lg",
3792
- "type": "stack",
3793
- "direction": "vertical",
3794
- "align": "center",
3795
3791
  "children": [
3796
3792
  {
3797
- "name": "check-circle",
3798
- "type": "icon"
3793
+ "type": "icon",
3794
+ "name": "check-circle"
3799
3795
  },
3800
3796
  {
3801
3797
  "type": "alert",
3802
- "variant": "success",
3803
- "message": "Deployment successful."
3798
+ "message": "Deployment successful.",
3799
+ "variant": "success"
3804
3800
  },
3805
3801
  {
3806
- "justify": "center",
3807
- "gap": "sm",
3802
+ "direction": "horizontal",
3808
3803
  "children": [
3809
3804
  {
3810
- "icon": "rotate-ccw",
3811
- "type": "button",
3812
- "action": "RESET",
3813
3805
  "label": "Reset",
3814
- "variant": "ghost"
3806
+ "variant": "ghost",
3807
+ "action": "RESET",
3808
+ "icon": "rotate-ccw",
3809
+ "type": "button"
3815
3810
  }
3816
3811
  ],
3817
- "direction": "horizontal",
3818
- "type": "stack"
3812
+ "type": "stack",
3813
+ "justify": "center",
3814
+ "gap": "sm"
3819
3815
  }
3820
- ]
3816
+ ],
3817
+ "align": "center",
3818
+ "type": "stack",
3819
+ "gap": "lg",
3820
+ "direction": "vertical"
3821
3821
  }
3822
3822
  ]
3823
3823
  }
@@ -3833,63 +3833,63 @@
3833
3833
  "render-ui",
3834
3834
  "main",
3835
3835
  {
3836
- "type": "dashboard-layout",
3836
+ "navItems": [
3837
+ {
3838
+ "icon": "hammer",
3839
+ "href": "/builds",
3840
+ "label": "Builds"
3841
+ },
3842
+ {
3843
+ "href": "/stages",
3844
+ "icon": "layers",
3845
+ "label": "Stages"
3846
+ },
3847
+ {
3848
+ "label": "Deploy",
3849
+ "href": "/deploy",
3850
+ "icon": "rocket"
3851
+ }
3852
+ ],
3837
3853
  "appName": "CI/CD Pipeline",
3838
3854
  "children": [
3839
3855
  {
3840
- "type": "stack",
3841
- "direction": "vertical",
3842
- "gap": "lg",
3843
- "align": "center",
3844
3856
  "children": [
3845
3857
  {
3846
3858
  "type": "error-state",
3847
- "onRetry": "RETRY",
3848
3859
  "title": "Operation Failed",
3849
- "message": "Deployment failed."
3860
+ "message": "Deployment failed.",
3861
+ "onRetry": "RETRY"
3850
3862
  },
3851
3863
  {
3852
3864
  "direction": "horizontal",
3853
3865
  "children": [
3854
3866
  {
3855
- "icon": "refresh-cw",
3856
- "variant": "primary",
3857
3867
  "type": "button",
3868
+ "variant": "primary",
3869
+ "icon": "refresh-cw",
3858
3870
  "label": "Retry",
3859
3871
  "action": "RETRY"
3860
3872
  },
3861
3873
  {
3862
3874
  "label": "Reset",
3863
3875
  "action": "RESET",
3864
- "type": "button",
3865
3876
  "variant": "ghost",
3866
- "icon": "rotate-ccw"
3877
+ "icon": "rotate-ccw",
3878
+ "type": "button"
3867
3879
  }
3868
3880
  ],
3869
- "type": "stack",
3870
3881
  "justify": "center",
3871
- "gap": "sm"
3882
+ "gap": "sm",
3883
+ "type": "stack"
3872
3884
  }
3873
- ]
3885
+ ],
3886
+ "gap": "lg",
3887
+ "type": "stack",
3888
+ "align": "center",
3889
+ "direction": "vertical"
3874
3890
  }
3875
3891
  ],
3876
- "navItems": [
3877
- {
3878
- "href": "/builds",
3879
- "label": "Builds",
3880
- "icon": "hammer"
3881
- },
3882
- {
3883
- "icon": "layers",
3884
- "href": "/stages",
3885
- "label": "Stages"
3886
- },
3887
- {
3888
- "href": "/deploy",
3889
- "label": "Deploy",
3890
- "icon": "rocket"
3891
- }
3892
- ]
3892
+ "type": "dashboard-layout"
3893
3893
  }
3894
3894
  ]
3895
3895
  ]
@@ -3903,68 +3903,68 @@
3903
3903
  "render-ui",
3904
3904
  "main",
3905
3905
  {
3906
- "appName": "CI/CD Pipeline",
3906
+ "type": "dashboard-layout",
3907
+ "navItems": [
3908
+ {
3909
+ "label": "Builds",
3910
+ "icon": "hammer",
3911
+ "href": "/builds"
3912
+ },
3913
+ {
3914
+ "icon": "layers",
3915
+ "label": "Stages",
3916
+ "href": "/stages"
3917
+ },
3918
+ {
3919
+ "label": "Deploy",
3920
+ "icon": "rocket",
3921
+ "href": "/deploy"
3922
+ }
3923
+ ],
3907
3924
  "children": [
3908
3925
  {
3909
- "gap": "lg",
3926
+ "align": "center",
3927
+ "type": "stack",
3910
3928
  "direction": "vertical",
3911
3929
  "children": [
3912
3930
  {
3913
- "type": "stack",
3914
- "align": "center",
3915
3931
  "children": [
3916
3932
  {
3917
3933
  "type": "icon",
3918
3934
  "name": "upload-cloud"
3919
3935
  },
3920
3936
  {
3921
- "variant": "h2",
3922
3937
  "type": "typography",
3923
- "content": "Deployment"
3938
+ "content": "Deployment",
3939
+ "variant": "h2"
3924
3940
  }
3925
3941
  ],
3926
- "gap": "md",
3927
- "direction": "horizontal"
3942
+ "type": "stack",
3943
+ "direction": "horizontal",
3944
+ "align": "center",
3945
+ "gap": "md"
3928
3946
  },
3929
3947
  {
3930
3948
  "type": "divider"
3931
3949
  },
3932
3950
  {
3933
3951
  "variant": "body",
3934
- "type": "typography",
3935
3952
  "color": "muted",
3953
+ "type": "typography",
3936
3954
  "content": "Ready to start deployment operation."
3937
3955
  },
3938
3956
  {
3939
- "action": "START",
3940
- "variant": "primary",
3941
- "label": "Start",
3942
3957
  "type": "button",
3943
- "icon": "play"
3958
+ "label": "Start",
3959
+ "variant": "primary",
3960
+ "icon": "play",
3961
+ "action": "START"
3944
3962
  }
3945
3963
  ],
3946
- "align": "center",
3947
- "type": "stack"
3964
+ "gap": "lg"
3948
3965
  }
3949
3966
  ],
3950
- "type": "dashboard-layout",
3951
- "navItems": [
3952
- {
3953
- "label": "Builds",
3954
- "href": "/builds",
3955
- "icon": "hammer"
3956
- },
3957
- {
3958
- "href": "/stages",
3959
- "icon": "layers",
3960
- "label": "Stages"
3961
- },
3962
- {
3963
- "href": "/deploy",
3964
- "label": "Deploy",
3965
- "icon": "rocket"
3966
- }
3967
- ]
3967
+ "appName": "CI/CD Pipeline"
3968
3968
  }
3969
3969
  ]
3970
3970
  ]
@@ -3978,67 +3978,67 @@
3978
3978
  "render-ui",
3979
3979
  "main",
3980
3980
  {
3981
- "type": "dashboard-layout",
3982
- "navItems": [
3983
- {
3984
- "label": "Builds",
3985
- "icon": "hammer",
3986
- "href": "/builds"
3987
- },
3988
- {
3989
- "href": "/stages",
3990
- "label": "Stages",
3991
- "icon": "layers"
3992
- },
3993
- {
3994
- "href": "/deploy",
3995
- "icon": "rocket",
3996
- "label": "Deploy"
3997
- }
3998
- ],
3999
3981
  "children": [
4000
3982
  {
4001
- "type": "stack",
4002
- "direction": "vertical",
4003
3983
  "align": "center",
3984
+ "direction": "vertical",
4004
3985
  "children": [
4005
3986
  {
4006
3987
  "children": [
4007
3988
  {
4008
- "type": "icon",
4009
- "name": "upload-cloud"
3989
+ "name": "upload-cloud",
3990
+ "type": "icon"
4010
3991
  },
4011
3992
  {
4012
3993
  "content": "Deployment",
4013
- "variant": "h2",
4014
- "type": "typography"
3994
+ "type": "typography",
3995
+ "variant": "h2"
4015
3996
  }
4016
3997
  ],
4017
- "type": "stack",
4018
3998
  "align": "center",
4019
3999
  "direction": "horizontal",
4020
- "gap": "md"
4000
+ "gap": "md",
4001
+ "type": "stack"
4021
4002
  },
4022
4003
  {
4023
4004
  "type": "divider"
4024
4005
  },
4025
4006
  {
4026
4007
  "type": "typography",
4027
- "content": "Ready to start deployment operation.",
4028
4008
  "color": "muted",
4029
- "variant": "body"
4009
+ "variant": "body",
4010
+ "content": "Ready to start deployment operation."
4030
4011
  },
4031
4012
  {
4013
+ "action": "START",
4014
+ "label": "Start",
4032
4015
  "variant": "primary",
4033
4016
  "type": "button",
4034
- "icon": "play",
4035
- "action": "START",
4036
- "label": "Start"
4017
+ "icon": "play"
4037
4018
  }
4038
4019
  ],
4020
+ "type": "stack",
4039
4021
  "gap": "lg"
4040
4022
  }
4041
4023
  ],
4024
+ "navItems": [
4025
+ {
4026
+ "href": "/builds",
4027
+ "icon": "hammer",
4028
+ "label": "Builds"
4029
+ },
4030
+ {
4031
+ "label": "Stages",
4032
+ "href": "/stages",
4033
+ "icon": "layers"
4034
+ },
4035
+ {
4036
+ "label": "Deploy",
4037
+ "href": "/deploy",
4038
+ "icon": "rocket"
4039
+ }
4040
+ ],
4041
+ "type": "dashboard-layout",
4042
4042
  "appName": "CI/CD Pipeline"
4043
4043
  }
4044
4044
  ]
@@ -4053,13 +4053,31 @@
4053
4053
  "render-ui",
4054
4054
  "main",
4055
4055
  {
4056
- "appName": "CI/CD Pipeline",
4057
4056
  "type": "dashboard-layout",
4057
+ "children": [
4058
+ {
4059
+ "children": [
4060
+ {
4061
+ "type": "loading-state",
4062
+ "message": "Processing deployment...",
4063
+ "title": "Deploying..."
4064
+ },
4065
+ {
4066
+ "type": "skeleton",
4067
+ "variant": "text"
4068
+ }
4069
+ ],
4070
+ "type": "stack",
4071
+ "direction": "vertical",
4072
+ "gap": "lg",
4073
+ "align": "center"
4074
+ }
4075
+ ],
4058
4076
  "navItems": [
4059
4077
  {
4060
4078
  "href": "/builds",
4061
- "icon": "hammer",
4062
- "label": "Builds"
4079
+ "label": "Builds",
4080
+ "icon": "hammer"
4063
4081
  },
4064
4082
  {
4065
4083
  "href": "/stages",
@@ -4067,30 +4085,12 @@
4067
4085
  "label": "Stages"
4068
4086
  },
4069
4087
  {
4088
+ "href": "/deploy",
4070
4089
  "label": "Deploy",
4071
- "icon": "rocket",
4072
- "href": "/deploy"
4090
+ "icon": "rocket"
4073
4091
  }
4074
4092
  ],
4075
- "children": [
4076
- {
4077
- "type": "stack",
4078
- "children": [
4079
- {
4080
- "title": "Deploying...",
4081
- "message": "Processing deployment...",
4082
- "type": "loading-state"
4083
- },
4084
- {
4085
- "variant": "text",
4086
- "type": "skeleton"
4087
- }
4088
- ],
4089
- "direction": "vertical",
4090
- "align": "center",
4091
- "gap": "lg"
4092
- }
4093
- ]
4093
+ "appName": "CI/CD Pipeline"
4094
4094
  }
4095
4095
  ]
4096
4096
  ]