@almadar/std 14.24.0 → 14.26.0

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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -102,32 +102,32 @@
102
102
  "ref": "AppShell.traits.AppLayout",
103
103
  "name": "BuildAppLayout",
104
104
  "config": {
105
- "contentTrait": "@trait.BuildCatalog",
106
- "notificationClickEvent": "BUILD_NOTIFICATIONS_OPEN",
107
105
  "searchEvent": "BUILD_SEARCH",
106
+ "notifications": [],
107
+ "notificationClickEvent": "BUILD_NOTIFICATIONS_OPEN",
108
+ "contentTrait": "@trait.BuildCatalog",
108
109
  "appName": "CI/CD Pipeline",
109
110
  "navItems": [
110
111
  {
112
+ "href": "/builds",
111
113
  "icon": "hammer",
112
- "label": "Builds",
113
- "href": "/builds"
114
+ "label": "Builds"
114
115
  },
115
116
  {
116
117
  "href": "/stages",
117
- "icon": "layers",
118
- "label": "Stages"
118
+ "label": "Stages",
119
+ "icon": "layers"
119
120
  },
120
121
  {
121
- "href": "/deploy",
122
122
  "icon": "rocket",
123
- "label": "Deploy"
123
+ "label": "Deploy",
124
+ "href": "/deploy"
124
125
  }
125
- ],
126
- "notifications": []
126
+ ]
127
127
  },
128
128
  "events": {
129
- "SEARCH": "BUILD_SEARCH",
130
- "NOTIFY_CLICK": "BUILD_NOTIFICATIONS_OPEN"
129
+ "NOTIFY_CLICK": "BUILD_NOTIFICATIONS_OPEN",
130
+ "SEARCH": "BUILD_SEARCH"
131
131
  }
132
132
  },
133
133
  {
@@ -210,59 +210,61 @@
210
210
  "render-ui",
211
211
  "main",
212
212
  {
213
+ "gap": "lg",
214
+ "type": "stack",
213
215
  "children": [
214
216
  {
215
- "justify": "between",
216
- "align": "center",
217
217
  "type": "stack",
218
218
  "children": [
219
219
  {
220
- "gap": "sm",
221
- "type": "stack",
222
- "direction": "horizontal",
223
- "align": "center",
224
220
  "children": [
225
221
  {
226
- "name": "hammer",
227
- "type": "icon"
222
+ "type": "icon",
223
+ "name": "hammer"
228
224
  },
229
225
  {
230
- "content": "Builds",
231
226
  "variant": "h2",
232
- "type": "typography"
227
+ "type": "typography",
228
+ "content": "Builds"
233
229
  }
234
- ]
230
+ ],
231
+ "type": "stack",
232
+ "gap": "sm",
233
+ "align": "center",
234
+ "direction": "horizontal"
235
235
  },
236
236
  {
237
- "gap": "sm",
238
- "type": "stack",
239
237
  "direction": "horizontal",
238
+ "type": "stack",
239
+ "gap": "sm",
240
240
  "children": [
241
241
  {
242
- "action": "CREATE",
243
242
  "label": "Create Build",
243
+ "type": "button",
244
+ "action": "CREATE",
244
245
  "variant": "primary",
245
- "icon": "plus",
246
- "type": "button"
246
+ "icon": "plus"
247
247
  }
248
248
  ]
249
249
  }
250
250
  ],
251
251
  "direction": "horizontal",
252
- "gap": "md"
252
+ "gap": "md",
253
+ "justify": "between",
254
+ "align": "center"
253
255
  },
254
256
  {
255
257
  "type": "divider"
256
258
  },
257
259
  {
260
+ "gap": "md",
261
+ "direction": "horizontal",
262
+ "align": "center",
258
263
  "children": [
259
264
  "@trait.BuildSearch",
260
265
  "@trait.BuildFilter"
261
266
  ],
262
- "align": "center",
263
- "type": "stack",
264
- "direction": "horizontal",
265
- "gap": "md"
267
+ "type": "stack"
266
268
  },
267
269
  "@trait.BuildStats",
268
270
  "@trait.BuildGraphs",
@@ -271,9 +273,7 @@
271
273
  },
272
274
  "@trait.BuildBrowseList"
273
275
  ],
274
- "gap": "lg",
275
- "direction": "vertical",
276
- "type": "stack"
276
+ "direction": "vertical"
277
277
  }
278
278
  ]
279
279
  ]
@@ -292,34 +292,34 @@
292
292
  "render-ui",
293
293
  "main",
294
294
  {
295
- "direction": "vertical",
296
- "align": "center",
295
+ "type": "stack",
296
+ "gap": "md",
297
+ "className": "py-8",
297
298
  "children": [
298
299
  {
299
- "name": "bell",
300
- "type": "icon"
300
+ "type": "icon",
301
+ "name": "bell"
301
302
  },
302
303
  {
303
- "content": "No notifications",
304
+ "variant": "h3",
304
305
  "type": "typography",
305
- "variant": "h3"
306
+ "content": "No notifications"
306
307
  },
307
308
  {
308
- "color": "muted",
309
- "type": "typography",
310
309
  "variant": "caption",
311
- "content": "You're all caught up."
310
+ "content": "You're all caught up.",
311
+ "color": "muted",
312
+ "type": "typography"
312
313
  },
313
314
  {
314
- "variant": "ghost",
315
+ "action": "INIT",
315
316
  "label": "Back to builds",
316
- "type": "button",
317
- "action": "INIT"
317
+ "variant": "ghost",
318
+ "type": "button"
318
319
  }
319
320
  ],
320
- "className": "py-8",
321
- "type": "stack",
322
- "gap": "md"
321
+ "align": "center",
322
+ "direction": "vertical"
323
323
  }
324
324
  ]
325
325
  ]
@@ -342,14 +342,14 @@
342
342
  "config": {
343
343
  "filters": [
344
344
  {
345
- "label": "Status",
346
345
  "field": "status",
347
346
  "filterType": "select",
348
347
  "options": [
349
348
  "running",
350
349
  "success",
351
350
  "failed"
352
- ]
351
+ ],
352
+ "label": "Status"
353
353
  },
354
354
  {
355
355
  "field": "branch",
@@ -364,17 +364,17 @@
364
364
  "ref": "Stats.traits.StatsItemStats",
365
365
  "name": "BuildStats",
366
366
  "config": {
367
+ "title": "Build Health",
367
368
  "metrics": [
368
369
  {
369
- "aggregation": "count",
370
- "label": "Total Today",
371
370
  "variant": "primary",
372
- "format": "number",
373
- "icon": "hammer"
371
+ "label": "Total Today",
372
+ "aggregation": "count",
373
+ "icon": "hammer",
374
+ "format": "number"
374
375
  },
375
376
  {
376
- "aggregation": "count",
377
- "format": "number",
377
+ "variant": "success",
378
378
  "filter": [
379
379
  "fn",
380
380
  "row",
@@ -384,12 +384,15 @@
384
384
  "success"
385
385
  ]
386
386
  ],
387
- "variant": "success",
388
- "label": "Success",
389
- "icon": "check-circle"
387
+ "icon": "check-circle",
388
+ "aggregation": "count",
389
+ "format": "number",
390
+ "label": "Success"
390
391
  },
391
392
  {
392
- "aggregation": "count",
393
+ "icon": "x-circle",
394
+ "label": "Failed",
395
+ "variant": "danger",
393
396
  "filter": [
394
397
  "fn",
395
398
  "row",
@@ -399,21 +402,18 @@
399
402
  "failed"
400
403
  ]
401
404
  ],
402
- "label": "Failed",
403
- "icon": "x-circle",
404
- "variant": "danger",
405
- "format": "number"
405
+ "format": "number",
406
+ "aggregation": "count"
406
407
  },
407
408
  {
408
- "icon": "clock",
409
+ "format": "number",
409
410
  "field": "duration",
411
+ "icon": "clock",
410
412
  "aggregation": "avg",
411
413
  "label": "Avg Duration",
412
- "variant": "default",
413
- "format": "number"
414
+ "variant": "default"
414
415
  }
415
- ],
416
- "title": "Build Health"
416
+ ]
417
417
  },
418
418
  "listens": [
419
419
  {
@@ -431,12 +431,12 @@
431
431
  "name": "BuildGraphs",
432
432
  "config": {
433
433
  "aggregation": "count",
434
- "chartType": "bar",
435
434
  "title": "Builds per day",
436
- "height": 240.0,
437
- "categoryField": "day",
438
435
  "showLegend": false,
439
- "subtitle": "Volume across the past period"
436
+ "categoryField": "day",
437
+ "height": 240.0,
438
+ "subtitle": "Volume across the past period",
439
+ "chartType": "bar"
440
440
  },
441
441
  "listens": [
442
442
  {
@@ -454,23 +454,24 @@
454
454
  "name": "BuildBrowseList",
455
455
  "linkedEntity": "Build",
456
456
  "config": {
457
+ "gap": "sm",
457
458
  "fields": [
458
459
  {
459
- "name": "id",
460
- "variant": "caption"
460
+ "variant": "caption",
461
+ "name": "id"
461
462
  },
462
463
  {
463
- "icon": "git-branch",
464
464
  "name": "branch",
465
- "variant": "h4"
465
+ "variant": "h4",
466
+ "icon": "git-branch"
466
467
  },
467
468
  {
468
469
  "variant": "body",
469
470
  "name": "commit"
470
471
  },
471
472
  {
472
- "variant": "badge",
473
- "name": "status"
473
+ "name": "status",
474
+ "variant": "badge"
474
475
  },
475
476
  {
476
477
  "name": "duration",
@@ -478,23 +479,22 @@
478
479
  },
479
480
  {
480
481
  "name": "startedAt",
481
- "variant": "caption",
482
482
  "label": "Started",
483
+ "variant": "caption",
483
484
  "format": "date"
484
485
  }
485
486
  ],
486
487
  "cols": 1.0,
487
- "gap": "sm",
488
488
  "itemActions": [
489
489
  {
490
- "event": "VIEW",
491
490
  "variant": "ghost",
492
- "label": "View"
491
+ "label": "View",
492
+ "event": "VIEW"
493
493
  },
494
494
  {
495
- "event": "EDIT",
495
+ "label": "Edit",
496
496
  "variant": "ghost",
497
- "label": "Edit"
497
+ "event": "EDIT"
498
498
  },
499
499
  {
500
500
  "variant": "danger",
@@ -551,16 +551,16 @@
551
551
  "name": "BuildCreate",
552
552
  "linkedEntity": "Build",
553
553
  "config": {
554
- "title": "Create Build",
554
+ "icon": "plus-circle",
555
555
  "mode": "create",
556
+ "title": "Create Build",
556
557
  "fields": [
557
558
  "branch",
558
559
  "commit",
559
560
  "status",
560
561
  "duration",
561
562
  "triggeredBy"
562
- ],
563
- "icon": "plus-circle"
563
+ ]
564
564
  },
565
565
  "events": {
566
566
  "OPEN": "CREATE"
@@ -611,6 +611,8 @@
611
611
  "name": "BuildView",
612
612
  "linkedEntity": "Build",
613
613
  "config": {
614
+ "title": "View Build",
615
+ "mode": "edit",
614
616
  "icon": "eye",
615
617
  "fields": [
616
618
  "branch",
@@ -618,9 +620,7 @@
618
620
  "status",
619
621
  "duration",
620
622
  "triggeredBy"
621
- ],
622
- "mode": "edit",
623
- "title": "View Build"
623
+ ]
624
624
  },
625
625
  "events": {
626
626
  "OPEN": "VIEW"
@@ -966,30 +966,30 @@
966
966
  "config": {
967
967
  "navItems": [
968
968
  {
969
- "label": "Builds",
970
969
  "icon": "hammer",
971
- "href": "/builds"
970
+ "href": "/builds",
971
+ "label": "Builds"
972
972
  },
973
973
  {
974
- "label": "Stages",
975
974
  "href": "/stages",
976
- "icon": "layers"
975
+ "icon": "layers",
976
+ "label": "Stages"
977
977
  },
978
978
  {
979
+ "icon": "rocket",
979
980
  "label": "Deploy",
980
- "href": "/deploy",
981
- "icon": "rocket"
981
+ "href": "/deploy"
982
982
  }
983
983
  ],
984
+ "appName": "CI/CD Pipeline",
985
+ "contentTrait": "@trait.StageCatalog",
984
986
  "searchEvent": "STAGE_SEARCH",
985
- "notificationClickEvent": "STAGE_NOTIFICATIONS_OPEN",
986
987
  "notifications": [],
987
- "appName": "CI/CD Pipeline",
988
- "contentTrait": "@trait.StageCatalog"
988
+ "notificationClickEvent": "STAGE_NOTIFICATIONS_OPEN"
989
989
  },
990
990
  "events": {
991
- "SEARCH": "STAGE_SEARCH",
992
- "NOTIFY_CLICK": "STAGE_NOTIFICATIONS_OPEN"
991
+ "NOTIFY_CLICK": "STAGE_NOTIFICATIONS_OPEN",
992
+ "SEARCH": "STAGE_SEARCH"
993
993
  }
994
994
  },
995
995
  {
@@ -1072,39 +1072,36 @@
1072
1072
  "render-ui",
1073
1073
  "main",
1074
1074
  {
1075
- "direction": "vertical",
1076
1075
  "gap": "lg",
1077
- "type": "stack",
1078
1076
  "children": [
1079
1077
  {
1080
- "direction": "horizontal",
1081
1078
  "align": "center",
1082
1079
  "children": [
1083
1080
  {
1084
1081
  "align": "center",
1085
- "type": "stack",
1086
- "direction": "horizontal",
1087
1082
  "gap": "sm",
1083
+ "type": "stack",
1088
1084
  "children": [
1089
1085
  {
1090
- "name": "layers",
1091
- "type": "icon"
1086
+ "type": "icon",
1087
+ "name": "layers"
1092
1088
  },
1093
1089
  {
1094
- "content": "Stages",
1095
1090
  "variant": "h2",
1096
- "type": "typography"
1091
+ "type": "typography",
1092
+ "content": "Stages"
1097
1093
  }
1098
- ]
1094
+ ],
1095
+ "direction": "horizontal"
1099
1096
  },
1100
1097
  {
1101
1098
  "children": [
1102
1099
  {
1103
- "action": "CREATE",
1100
+ "label": "Create Stage",
1104
1101
  "variant": "primary",
1105
1102
  "icon": "plus",
1106
- "type": "button",
1107
- "label": "Create Stage"
1103
+ "action": "CREATE",
1104
+ "type": "button"
1108
1105
  }
1109
1106
  ],
1110
1107
  "direction": "horizontal",
@@ -1112,15 +1109,18 @@
1112
1109
  "type": "stack"
1113
1110
  }
1114
1111
  ],
1115
- "type": "stack",
1116
1112
  "gap": "md",
1117
- "justify": "between"
1113
+ "direction": "horizontal",
1114
+ "justify": "between",
1115
+ "type": "stack"
1118
1116
  },
1119
1117
  {
1120
1118
  "type": "divider"
1121
1119
  },
1122
1120
  "@trait.StageBrowseList"
1123
- ]
1121
+ ],
1122
+ "type": "stack",
1123
+ "direction": "vertical"
1124
1124
  }
1125
1125
  ]
1126
1126
  ]
@@ -1139,11 +1139,6 @@
1139
1139
  "render-ui",
1140
1140
  "main",
1141
1141
  {
1142
- "direction": "vertical",
1143
- "align": "center",
1144
- "className": "py-8",
1145
- "gap": "md",
1146
- "type": "stack",
1147
1142
  "children": [
1148
1143
  {
1149
1144
  "name": "bell",
@@ -1155,18 +1150,23 @@
1155
1150
  "content": "No notifications"
1156
1151
  },
1157
1152
  {
1158
- "variant": "caption",
1159
1153
  "color": "muted",
1160
1154
  "content": "You're all caught up.",
1161
- "type": "typography"
1155
+ "type": "typography",
1156
+ "variant": "caption"
1162
1157
  },
1163
1158
  {
1164
1159
  "action": "INIT",
1160
+ "type": "button",
1165
1161
  "variant": "ghost",
1166
- "label": "Back to stages",
1167
- "type": "button"
1162
+ "label": "Back to stages"
1168
1163
  }
1169
- ]
1164
+ ],
1165
+ "gap": "md",
1166
+ "type": "stack",
1167
+ "className": "py-8",
1168
+ "align": "center",
1169
+ "direction": "vertical"
1170
1170
  }
1171
1171
  ]
1172
1172
  ]
@@ -1180,35 +1180,17 @@
1180
1180
  "name": "StageBrowseList",
1181
1181
  "linkedEntity": "Stage",
1182
1182
  "config": {
1183
- "cols": 1.0,
1184
- "itemActions": [
1185
- {
1186
- "variant": "ghost",
1187
- "event": "VIEW",
1188
- "label": "View"
1189
- },
1190
- {
1191
- "variant": "ghost",
1192
- "label": "Edit",
1193
- "event": "EDIT"
1194
- },
1195
- {
1196
- "variant": "danger",
1197
- "label": "Delete",
1198
- "event": "DELETE"
1199
- }
1200
- ],
1201
1183
  "gap": "sm",
1202
1184
  "fields": [
1203
1185
  {
1204
- "name": "name",
1205
1186
  "variant": "h4",
1206
- "icon": "layers"
1187
+ "icon": "layers",
1188
+ "name": "name"
1207
1189
  },
1208
1190
  {
1209
- "name": "buildId",
1210
1191
  "variant": "caption",
1211
- "label": "Build"
1192
+ "label": "Build",
1193
+ "name": "buildId"
1212
1194
  },
1213
1195
  {
1214
1196
  "name": "status",
@@ -1222,7 +1204,25 @@
1222
1204
  "name": "output",
1223
1205
  "variant": "body"
1224
1206
  }
1225
- ]
1207
+ ],
1208
+ "itemActions": [
1209
+ {
1210
+ "event": "VIEW",
1211
+ "variant": "ghost",
1212
+ "label": "View"
1213
+ },
1214
+ {
1215
+ "variant": "ghost",
1216
+ "label": "Edit",
1217
+ "event": "EDIT"
1218
+ },
1219
+ {
1220
+ "variant": "danger",
1221
+ "event": "DELETE",
1222
+ "label": "Delete"
1223
+ }
1224
+ ],
1225
+ "cols": 1.0
1226
1226
  },
1227
1227
  "listens": [
1228
1228
  {
@@ -1256,6 +1256,8 @@
1256
1256
  "name": "StageCreate",
1257
1257
  "linkedEntity": "Stage",
1258
1258
  "config": {
1259
+ "mode": "create",
1260
+ "icon": "plus-circle",
1259
1261
  "title": "Create Stage",
1260
1262
  "fields": [
1261
1263
  "name",
@@ -1263,9 +1265,7 @@
1263
1265
  "status",
1264
1266
  "duration",
1265
1267
  "output"
1266
- ],
1267
- "icon": "plus-circle",
1268
- "mode": "create"
1268
+ ]
1269
1269
  },
1270
1270
  "events": {
1271
1271
  "OPEN": "CREATE"
@@ -1286,7 +1286,6 @@
1286
1286
  "name": "StageEdit",
1287
1287
  "linkedEntity": "Stage",
1288
1288
  "config": {
1289
- "icon": "edit",
1290
1289
  "fields": [
1291
1290
  "name",
1292
1291
  "buildId",
@@ -1294,6 +1293,7 @@
1294
1293
  "duration",
1295
1294
  "output"
1296
1295
  ],
1296
+ "icon": "edit",
1297
1297
  "mode": "edit",
1298
1298
  "title": "Edit Stage"
1299
1299
  },
@@ -1316,7 +1316,6 @@
1316
1316
  "name": "StageView",
1317
1317
  "linkedEntity": "Stage",
1318
1318
  "config": {
1319
- "title": "View Stage",
1320
1319
  "fields": [
1321
1320
  "name",
1322
1321
  "buildId",
@@ -1325,6 +1324,7 @@
1325
1324
  "output"
1326
1325
  ],
1327
1326
  "mode": "edit",
1327
+ "title": "View Stage",
1328
1328
  "icon": "eye"
1329
1329
  },
1330
1330
  "events": {
@@ -1346,14 +1346,14 @@
1346
1346
  "name": "StageDelete",
1347
1347
  "linkedEntity": "Stage",
1348
1348
  "config": {
1349
- "title": "Delete Stage",
1350
1349
  "alertMessage": "This action cannot be undone.",
1350
+ "title": "Delete Stage",
1351
1351
  "icon": "alert-triangle",
1352
1352
  "confirmLabel": "Delete"
1353
1353
  },
1354
1354
  "events": {
1355
- "REQUEST": "DELETE",
1356
- "CONFIRM": "CONFIRM_DELETE"
1355
+ "CONFIRM": "CONFIRM_DELETE",
1356
+ "REQUEST": "DELETE"
1357
1357
  },
1358
1358
  "listens": [
1359
1359
  {
@@ -1643,11 +1643,7 @@
1643
1643
  "name": "DeploymentAppLayout",
1644
1644
  "linkedEntity": "Deployment",
1645
1645
  "config": {
1646
- "appName": "CI/CD Pipeline",
1647
- "notifications": [],
1648
- "notificationClickEvent": "DEPLOYMENT_NOTIFICATIONS_OPEN",
1649
1646
  "contentTrait": "@trait.DeploymentDisplay",
1650
- "searchEvent": "DEPLOYMENT_SEARCH",
1651
1647
  "navItems": [
1652
1648
  {
1653
1649
  "href": "/builds",
@@ -1660,11 +1656,15 @@
1660
1656
  "icon": "layers"
1661
1657
  },
1662
1658
  {
1663
- "icon": "rocket",
1664
1659
  "href": "/deploy",
1660
+ "icon": "rocket",
1665
1661
  "label": "Deploy"
1666
1662
  }
1667
- ]
1663
+ ],
1664
+ "notifications": [],
1665
+ "appName": "CI/CD Pipeline",
1666
+ "notificationClickEvent": "DEPLOYMENT_NOTIFICATIONS_OPEN",
1667
+ "searchEvent": "DEPLOYMENT_SEARCH"
1668
1668
  },
1669
1669
  "events": {
1670
1670
  "NOTIFY_CLICK": "DEPLOYMENT_NOTIFICATIONS_OPEN",
@@ -1679,26 +1679,26 @@
1679
1679
  "fields": [
1680
1680
  {
1681
1681
  "icon": "rocket",
1682
- "variant": "h4",
1683
- "name": "environment"
1682
+ "name": "environment",
1683
+ "variant": "h4"
1684
1684
  },
1685
1685
  {
1686
- "variant": "badge",
1687
- "name": "version"
1686
+ "name": "version",
1687
+ "variant": "badge"
1688
1688
  },
1689
1689
  {
1690
- "name": "status",
1691
- "variant": "badge"
1690
+ "variant": "badge",
1691
+ "name": "status"
1692
1692
  },
1693
1693
  {
1694
+ "label": "Deployed",
1694
1695
  "variant": "caption",
1695
- "format": "date",
1696
1696
  "name": "deployedAt",
1697
- "label": "Deployed"
1697
+ "format": "date"
1698
1698
  }
1699
1699
  ],
1700
- "gap": "sm",
1701
- "cols": 1.0
1700
+ "cols": 1.0,
1701
+ "gap": "sm"
1702
1702
  }
1703
1703
  },
1704
1704
  {
@@ -1767,23 +1767,22 @@
1767
1767
  {
1768
1768
  "type": "stack",
1769
1769
  "direction": "vertical",
1770
- "gap": "lg",
1771
1770
  "children": [
1772
1771
  {
1773
- "direction": "horizontal",
1774
- "gap": "sm",
1775
- "type": "stack",
1776
1772
  "children": [
1777
1773
  {
1778
- "type": "icon",
1779
- "name": "rocket"
1774
+ "name": "rocket",
1775
+ "type": "icon"
1780
1776
  },
1781
1777
  {
1782
- "variant": "h2",
1783
1778
  "type": "typography",
1779
+ "variant": "h2",
1784
1780
  "content": "Deployments"
1785
1781
  }
1786
1782
  ],
1783
+ "type": "stack",
1784
+ "direction": "horizontal",
1785
+ "gap": "sm",
1787
1786
  "align": "center"
1788
1787
  },
1789
1788
  {
@@ -1795,11 +1794,12 @@
1795
1794
  },
1796
1795
  {
1797
1796
  "variant": "h3",
1798
- "content": "Recent Commits",
1799
- "type": "typography"
1797
+ "type": "typography",
1798
+ "content": "Recent Commits"
1800
1799
  },
1801
1800
  "@trait.DeploymentGitHub"
1802
- ]
1801
+ ],
1802
+ "gap": "lg"
1803
1803
  }
1804
1804
  ]
1805
1805
  ]
@@ -1818,34 +1818,34 @@
1818
1818
  "render-ui",
1819
1819
  "main",
1820
1820
  {
1821
- "gap": "md",
1822
1821
  "align": "center",
1823
1822
  "direction": "vertical",
1824
1823
  "children": [
1825
1824
  {
1826
- "name": "bell",
1827
- "type": "icon"
1825
+ "type": "icon",
1826
+ "name": "bell"
1828
1827
  },
1829
1828
  {
1830
- "type": "typography",
1831
1829
  "content": "No notifications",
1832
- "variant": "h3"
1830
+ "variant": "h3",
1831
+ "type": "typography"
1833
1832
  },
1834
1833
  {
1835
- "type": "typography",
1836
- "color": "muted",
1834
+ "variant": "caption",
1837
1835
  "content": "You're all caught up.",
1838
- "variant": "caption"
1836
+ "type": "typography",
1837
+ "color": "muted"
1839
1838
  },
1840
1839
  {
1841
- "variant": "ghost",
1842
1840
  "type": "button",
1841
+ "action": "INIT",
1843
1842
  "label": "Back to deploy",
1844
- "action": "INIT"
1843
+ "variant": "ghost"
1845
1844
  }
1846
1845
  ],
1846
+ "className": "py-8",
1847
1847
  "type": "stack",
1848
- "className": "py-8"
1848
+ "gap": "md"
1849
1849
  }
1850
1850
  ]
1851
1851
  ]
@@ -1881,14 +1881,14 @@
1881
1881
  "main",
1882
1882
  {
1883
1883
  "direction": "vertical",
1884
+ "type": "stack",
1884
1885
  "children": [
1885
1886
  {
1887
+ "message": "Loading recent commits from GitHub…",
1886
1888
  "variant": "info",
1887
- "type": "alert",
1888
- "message": "Loading recent commits from GitHub…"
1889
+ "type": "alert"
1889
1890
  }
1890
1891
  ],
1891
- "type": "stack",
1892
1892
  "gap": "md"
1893
1893
  }
1894
1894
  ]
@@ -1902,12 +1902,12 @@
1902
1902
  "ref": "GitHub.traits.ServiceGithubGithub",
1903
1903
  "name": "DeploymentGitHub",
1904
1904
  "config": {
1905
- "path": "",
1906
1905
  "uiTrait": "@trait.DeploymentCommitsPanel",
1906
+ "repo": "repo-placeholder",
1907
1907
  "owner": "owner-placeholder",
1908
- "op": "listCommits",
1908
+ "path": "",
1909
1909
  "ref": "main",
1910
- "repo": "repo-placeholder"
1910
+ "op": "listCommits"
1911
1911
  }
1912
1912
  },
1913
1913
  {
@@ -2082,13 +2082,11 @@
2082
2082
  "render-ui",
2083
2083
  "main",
2084
2084
  {
2085
- "align": "center",
2086
2085
  "type": "stack",
2087
- "gap": "lg",
2088
- "direction": "vertical",
2086
+ "align": "center",
2089
2087
  "children": [
2090
2088
  {
2091
- "gap": "md",
2089
+ "direction": "horizontal",
2092
2090
  "children": [
2093
2091
  {
2094
2092
  "name": "upload-cloud",
@@ -2101,26 +2099,28 @@
2101
2099
  }
2102
2100
  ],
2103
2101
  "type": "stack",
2104
- "direction": "horizontal",
2102
+ "gap": "md",
2105
2103
  "align": "center"
2106
2104
  },
2107
2105
  {
2108
2106
  "type": "divider"
2109
2107
  },
2110
2108
  {
2111
- "color": "muted",
2112
2109
  "type": "typography",
2113
2110
  "variant": "body",
2114
- "content": "Ready to start deployment operation."
2111
+ "content": "Ready to start deployment operation.",
2112
+ "color": "muted"
2115
2113
  },
2116
2114
  {
2117
2115
  "type": "button",
2118
- "label": "Start",
2119
- "icon": "play",
2120
2116
  "variant": "primary",
2121
- "action": "START"
2117
+ "action": "START",
2118
+ "icon": "play",
2119
+ "label": "Start"
2122
2120
  }
2123
- ]
2121
+ ],
2122
+ "gap": "lg",
2123
+ "direction": "vertical"
2124
2124
  }
2125
2125
  ]
2126
2126
  ]
@@ -2134,21 +2134,21 @@
2134
2134
  "render-ui",
2135
2135
  "main",
2136
2136
  {
2137
- "direction": "vertical",
2138
2137
  "align": "center",
2139
- "gap": "lg",
2138
+ "type": "stack",
2139
+ "direction": "vertical",
2140
2140
  "children": [
2141
2141
  {
2142
2142
  "message": "Processing deployment...",
2143
- "type": "loading-state",
2144
- "title": "Deploying..."
2143
+ "title": "Deploying...",
2144
+ "type": "loading-state"
2145
2145
  },
2146
2146
  {
2147
- "type": "skeleton",
2148
- "variant": "text"
2147
+ "variant": "text",
2148
+ "type": "skeleton"
2149
2149
  }
2150
2150
  ],
2151
- "type": "stack"
2151
+ "gap": "lg"
2152
2152
  }
2153
2153
  ]
2154
2154
  ]
@@ -2165,8 +2165,8 @@
2165
2165
  "@payload.data",
2166
2166
  {
2167
2167
  "emit": {
2168
- "success": "DeploymentSaved",
2169
- "failure": "DeploymentSaveFailed"
2168
+ "failure": "DeploymentSaveFailed",
2169
+ "success": "DeploymentSaved"
2170
2170
  }
2171
2171
  }
2172
2172
  ],
@@ -2174,7 +2174,8 @@
2174
2174
  "render-ui",
2175
2175
  "main",
2176
2176
  {
2177
- "gap": "lg",
2177
+ "align": "center",
2178
+ "type": "stack",
2178
2179
  "children": [
2179
2180
  {
2180
2181
  "name": "check-circle",
@@ -2186,24 +2187,23 @@
2186
2187
  "message": "Deployment successful."
2187
2188
  },
2188
2189
  {
2190
+ "type": "stack",
2189
2191
  "gap": "sm",
2190
- "justify": "center",
2191
2192
  "direction": "horizontal",
2192
- "type": "stack",
2193
+ "justify": "center",
2193
2194
  "children": [
2194
2195
  {
2196
+ "variant": "ghost",
2195
2197
  "icon": "rotate-ccw",
2196
- "label": "Reset",
2197
2198
  "type": "button",
2198
- "variant": "ghost",
2199
- "action": "RESET"
2199
+ "action": "RESET",
2200
+ "label": "Reset"
2200
2201
  }
2201
2202
  ]
2202
2203
  }
2203
2204
  ],
2204
- "direction": "vertical",
2205
- "type": "stack",
2206
- "align": "center"
2205
+ "gap": "lg",
2206
+ "direction": "vertical"
2207
2207
  }
2208
2208
  ]
2209
2209
  ]
@@ -2217,40 +2217,40 @@
2217
2217
  "render-ui",
2218
2218
  "main",
2219
2219
  {
2220
- "direction": "vertical",
2220
+ "align": "center",
2221
+ "type": "stack",
2221
2222
  "children": [
2222
2223
  {
2223
2224
  "message": "Deployment failed.",
2224
- "type": "error-state",
2225
2225
  "title": "Operation Failed",
2226
+ "type": "error-state",
2226
2227
  "onRetry": "RETRY"
2227
2228
  },
2228
2229
  {
2229
- "type": "stack",
2230
- "direction": "horizontal",
2231
2230
  "children": [
2232
2231
  {
2233
2232
  "variant": "primary",
2234
- "type": "button",
2235
- "icon": "refresh-cw",
2236
2233
  "label": "Retry",
2237
- "action": "RETRY"
2234
+ "action": "RETRY",
2235
+ "type": "button",
2236
+ "icon": "refresh-cw"
2238
2237
  },
2239
2238
  {
2240
2239
  "label": "Reset",
2241
2240
  "action": "RESET",
2242
- "variant": "ghost",
2243
2241
  "type": "button",
2242
+ "variant": "ghost",
2244
2243
  "icon": "rotate-ccw"
2245
2244
  }
2246
2245
  ],
2247
- "justify": "center",
2248
- "gap": "sm"
2246
+ "direction": "horizontal",
2247
+ "type": "stack",
2248
+ "gap": "sm",
2249
+ "justify": "center"
2249
2250
  }
2250
2251
  ],
2251
2252
  "gap": "lg",
2252
- "type": "stack",
2253
- "align": "center"
2253
+ "direction": "vertical"
2254
2254
  }
2255
2255
  ]
2256
2256
  ]
@@ -2264,24 +2264,24 @@
2264
2264
  "render-ui",
2265
2265
  "main",
2266
2266
  {
2267
- "align": "center",
2268
2267
  "type": "stack",
2269
2268
  "direction": "vertical",
2270
2269
  "gap": "lg",
2270
+ "align": "center",
2271
2271
  "children": [
2272
2272
  {
2273
2273
  "direction": "horizontal",
2274
- "align": "center",
2275
2274
  "gap": "md",
2275
+ "align": "center",
2276
2276
  "children": [
2277
2277
  {
2278
- "type": "icon",
2279
- "name": "upload-cloud"
2278
+ "name": "upload-cloud",
2279
+ "type": "icon"
2280
2280
  },
2281
2281
  {
2282
2282
  "content": "Deployment",
2283
- "variant": "h2",
2284
- "type": "typography"
2283
+ "type": "typography",
2284
+ "variant": "h2"
2285
2285
  }
2286
2286
  ],
2287
2287
  "type": "stack"
@@ -2291,16 +2291,16 @@
2291
2291
  },
2292
2292
  {
2293
2293
  "variant": "body",
2294
- "type": "typography",
2294
+ "content": "Ready to start deployment operation.",
2295
2295
  "color": "muted",
2296
- "content": "Ready to start deployment operation."
2296
+ "type": "typography"
2297
2297
  },
2298
2298
  {
2299
- "type": "button",
2300
- "action": "START",
2299
+ "variant": "primary",
2301
2300
  "icon": "play",
2302
2301
  "label": "Start",
2303
- "variant": "primary"
2302
+ "type": "button",
2303
+ "action": "START"
2304
2304
  }
2305
2305
  ]
2306
2306
  }
@@ -2316,26 +2316,23 @@
2316
2316
  "render-ui",
2317
2317
  "main",
2318
2318
  {
2319
- "align": "center",
2320
- "gap": "lg",
2321
- "type": "stack",
2322
2319
  "children": [
2323
2320
  {
2324
- "align": "center",
2325
- "gap": "md",
2321
+ "direction": "horizontal",
2326
2322
  "children": [
2327
2323
  {
2328
- "name": "upload-cloud",
2329
- "type": "icon"
2324
+ "type": "icon",
2325
+ "name": "upload-cloud"
2330
2326
  },
2331
2327
  {
2328
+ "variant": "h2",
2332
2329
  "type": "typography",
2333
- "content": "Deployment",
2334
- "variant": "h2"
2330
+ "content": "Deployment"
2335
2331
  }
2336
2332
  ],
2337
- "type": "stack",
2338
- "direction": "horizontal"
2333
+ "align": "center",
2334
+ "gap": "md",
2335
+ "type": "stack"
2339
2336
  },
2340
2337
  {
2341
2338
  "type": "divider"
@@ -2343,18 +2340,21 @@
2343
2340
  {
2344
2341
  "type": "typography",
2345
2342
  "variant": "body",
2346
- "content": "Ready to start deployment operation.",
2347
- "color": "muted"
2343
+ "color": "muted",
2344
+ "content": "Ready to start deployment operation."
2348
2345
  },
2349
2346
  {
2350
- "icon": "play",
2351
2347
  "label": "Start",
2352
- "action": "START",
2353
2348
  "type": "button",
2349
+ "action": "START",
2350
+ "icon": "play",
2354
2351
  "variant": "primary"
2355
2352
  }
2356
2353
  ],
2357
- "direction": "vertical"
2354
+ "direction": "vertical",
2355
+ "align": "center",
2356
+ "type": "stack",
2357
+ "gap": "lg"
2358
2358
  }
2359
2359
  ]
2360
2360
  ]
@@ -2370,8 +2370,8 @@
2370
2370
  {
2371
2371
  "children": [
2372
2372
  {
2373
- "type": "loading-state",
2374
2373
  "message": "Processing deployment...",
2374
+ "type": "loading-state",
2375
2375
  "title": "Deploying..."
2376
2376
  },
2377
2377
  {
@@ -2381,8 +2381,8 @@
2381
2381
  ],
2382
2382
  "type": "stack",
2383
2383
  "align": "center",
2384
- "direction": "vertical",
2385
- "gap": "lg"
2384
+ "gap": "lg",
2385
+ "direction": "vertical"
2386
2386
  }
2387
2387
  ]
2388
2388
  ]