@almadar/std 14.25.0 → 14.27.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 (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  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 +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  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 +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  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 +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  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 +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -215,22 +215,10 @@
215
215
  }
216
216
  ]
217
217
  },
218
- {
219
- "key": "EDIT_BUSINESS",
220
- "name": "Edit Business"
221
- },
222
218
  {
223
219
  "key": "BACK_STEP",
224
220
  "name": "Back Step"
225
221
  },
226
- {
227
- "key": "EDIT_TAX",
228
- "name": "Edit Tax"
229
- },
230
- {
231
- "key": "EDIT_BANK",
232
- "name": "Edit Bank"
233
- },
234
222
  {
235
223
  "key": "UPLOAD_IDENTITY",
236
224
  "name": "Upload Identity",
@@ -265,8 +253,8 @@
265
253
  "Vendor",
266
254
  {
267
255
  "emit": {
268
- "failure": "VendorLoadFailed",
269
- "success": "VendorLoaded"
256
+ "success": "VendorLoaded",
257
+ "failure": "VendorLoadFailed"
270
258
  }
271
259
  }
272
260
  ],
@@ -274,22 +262,22 @@
274
262
  "render-ui",
275
263
  "main",
276
264
  {
265
+ "direction": "vertical",
266
+ "type": "stack",
267
+ "className": "py-12",
268
+ "gap": "md",
269
+ "align": "center",
277
270
  "children": [
278
271
  {
279
272
  "type": "spinner"
280
273
  },
281
274
  {
275
+ "variant": "caption",
282
276
  "color": "muted",
283
- "type": "typography",
284
277
  "content": "Loading vendor application…",
285
- "variant": "caption"
278
+ "type": "typography"
286
279
  }
287
- ],
288
- "gap": "md",
289
- "type": "stack",
290
- "align": "center",
291
- "direction": "vertical",
292
- "className": "py-12"
280
+ ]
293
281
  }
294
282
  ]
295
283
  ]
@@ -303,15 +291,30 @@
303
291
  "render-ui",
304
292
  "main",
305
293
  {
294
+ "gap": "md",
295
+ "className": "max-w-2xl mx-auto w-full",
306
296
  "type": "stack",
307
- "gap": "lg",
297
+ "direction": "vertical",
308
298
  "children": [
309
299
  {
310
- "type": "typography",
311
- "variant": "h2",
312
- "content": "Vendor Onboarding"
300
+ "direction": "horizontal",
301
+ "align": "center",
302
+ "gap": "sm",
303
+ "type": "stack",
304
+ "children": [
305
+ {
306
+ "type": "icon",
307
+ "name": "user"
308
+ },
309
+ {
310
+ "variant": "h3",
311
+ "type": "typography",
312
+ "content": "Vendor Onboarding"
313
+ }
314
+ ]
313
315
  },
314
316
  {
317
+ "type": "wizard-progress",
315
318
  "steps": [
316
319
  "Business",
317
320
  "Tax ID",
@@ -319,39 +322,31 @@
319
322
  "Identity",
320
323
  "Review"
321
324
  ],
322
- "type": "wizard-progress",
323
325
  "currentStep": 0.0
324
326
  },
325
327
  {
326
328
  "type": "divider"
327
329
  },
328
330
  {
329
- "variant": "h3",
330
- "type": "typography",
331
- "content": "Business Info"
332
- },
333
- {
334
- "cancelEvent": "INIT",
335
- "mode": "create",
336
- "submitEvent": "NEXT_STEP",
337
331
  "fields": [
338
332
  "businessName",
339
333
  "legalName"
340
334
  ],
341
- "type": "form-section"
335
+ "mode": "create",
336
+ "submitEvent": "NEXT_STEP",
337
+ "type": "form-section",
338
+ "cancelEvent": "INIT"
342
339
  },
343
340
  {
344
- "totalSteps": 5.0,
345
341
  "showBack": false,
346
342
  "onNext": "NEXT_STEP",
347
- "currentStep": 0.0,
348
- "showComplete": false,
343
+ "totalSteps": 5.0,
349
344
  "showNext": true,
350
- "type": "wizard-navigation"
345
+ "type": "wizard-navigation",
346
+ "currentStep": 0.0,
347
+ "showComplete": false
351
348
  }
352
- ],
353
- "direction": "vertical",
354
- "className": "max-w-2xl mx-auto w-full"
349
+ ]
355
350
  }
356
351
  ]
357
352
  ]
@@ -396,15 +391,26 @@
396
391
  "render-ui",
397
392
  "main",
398
393
  {
399
- "className": "max-w-2xl mx-auto w-full",
394
+ "direction": "vertical",
400
395
  "children": [
401
396
  {
402
- "content": "Vendor Onboarding",
403
- "variant": "h2",
404
- "type": "typography"
397
+ "gap": "sm",
398
+ "type": "stack",
399
+ "align": "center",
400
+ "children": [
401
+ {
402
+ "type": "icon",
403
+ "name": "credit-card"
404
+ },
405
+ {
406
+ "content": "Tax ID",
407
+ "variant": "h3",
408
+ "type": "typography"
409
+ }
410
+ ],
411
+ "direction": "horizontal"
405
412
  },
406
413
  {
407
- "type": "wizard-progress",
408
414
  "steps": [
409
415
  "Business",
410
416
  "Tax ID",
@@ -412,103 +418,36 @@
412
418
  "Identity",
413
419
  "Review"
414
420
  ],
421
+ "type": "wizard-progress",
415
422
  "currentStep": 1.0
416
423
  },
417
424
  {
418
425
  "type": "divider"
419
426
  },
420
427
  {
421
- "variant": "h3",
422
- "type": "typography",
423
- "content": "Tax ID"
424
- },
425
- {
426
- "submitEvent": "NEXT_STEP",
428
+ "entity": "@entity",
427
429
  "cancelEvent": "BACK_STEP",
430
+ "type": "form-section",
431
+ "submitEvent": "NEXT_STEP",
428
432
  "fields": [
429
433
  "ein"
430
434
  ],
431
- "mode": "edit",
432
- "type": "form-section",
433
- "entity": "@entity"
435
+ "mode": "edit"
434
436
  },
435
437
  {
436
- "type": "wizard-navigation",
437
- "showComplete": false,
438
+ "onNext": "NEXT_STEP",
438
439
  "onBack": "BACK_STEP",
439
- "showNext": true,
440
440
  "totalSteps": 5.0,
441
+ "type": "wizard-navigation",
442
+ "showComplete": false,
441
443
  "currentStep": 1.0,
442
- "onNext": "NEXT_STEP",
444
+ "showNext": true,
443
445
  "showBack": true
444
446
  }
445
447
  ],
446
- "direction": "vertical",
447
- "gap": "lg",
448
- "type": "stack"
449
- }
450
- ]
451
- ]
452
- },
453
- {
454
- "from": "business-info",
455
- "to": "business-info",
456
- "event": "EDIT_BUSINESS",
457
- "effects": [
458
- [
459
- "render-ui",
460
- "main",
461
- {
462
- "gap": "lg",
463
448
  "className": "max-w-2xl mx-auto w-full",
464
- "children": [
465
- {
466
- "variant": "h2",
467
- "content": "Vendor Onboarding",
468
- "type": "typography"
469
- },
470
- {
471
- "type": "wizard-progress",
472
- "steps": [
473
- "Business",
474
- "Tax ID",
475
- "Bank",
476
- "Identity",
477
- "Review"
478
- ],
479
- "currentStep": 0.0
480
- },
481
- {
482
- "type": "divider"
483
- },
484
- {
485
- "content": "Business Info",
486
- "type": "typography",
487
- "variant": "h3"
488
- },
489
- {
490
- "type": "form-section",
491
- "mode": "edit",
492
- "cancelEvent": "INIT",
493
- "fields": [
494
- "businessName",
495
- "legalName"
496
- ],
497
- "entity": "@entity",
498
- "submitEvent": "NEXT_STEP"
499
- },
500
- {
501
- "showNext": true,
502
- "type": "wizard-navigation",
503
- "showBack": false,
504
- "showComplete": false,
505
- "onNext": "NEXT_STEP",
506
- "totalSteps": 5.0,
507
- "currentStep": 0.0
508
- }
509
- ],
510
- "type": "stack",
511
- "direction": "vertical"
449
+ "gap": "md",
450
+ "type": "stack"
512
451
  }
513
452
  ]
514
453
  ]
@@ -532,57 +471,64 @@
532
471
  "render-ui",
533
472
  "main",
534
473
  {
474
+ "className": "max-w-2xl mx-auto w-full",
475
+ "gap": "md",
476
+ "direction": "vertical",
535
477
  "children": [
536
478
  {
537
- "content": "Vendor Onboarding",
538
- "type": "typography",
539
- "variant": "h2"
479
+ "type": "stack",
480
+ "direction": "horizontal",
481
+ "gap": "sm",
482
+ "align": "center",
483
+ "children": [
484
+ {
485
+ "type": "icon",
486
+ "name": "credit-card"
487
+ },
488
+ {
489
+ "content": "Bank Link",
490
+ "variant": "h3",
491
+ "type": "typography"
492
+ }
493
+ ]
540
494
  },
541
495
  {
496
+ "type": "wizard-progress",
497
+ "currentStep": 2.0,
542
498
  "steps": [
543
499
  "Business",
544
500
  "Tax ID",
545
501
  "Bank",
546
502
  "Identity",
547
503
  "Review"
548
- ],
549
- "currentStep": 2.0,
550
- "type": "wizard-progress"
504
+ ]
551
505
  },
552
506
  {
553
507
  "type": "divider"
554
508
  },
555
509
  {
556
- "variant": "h3",
557
- "type": "typography",
558
- "content": "Bank Link"
559
- },
560
- {
561
- "mode": "edit",
562
- "submitEvent": "NEXT_STEP",
563
- "type": "form-section",
564
- "entity": "@entity",
565
510
  "cancelEvent": "BACK_STEP",
511
+ "entity": "@entity",
512
+ "type": "form-section",
513
+ "submitEvent": "NEXT_STEP",
566
514
  "fields": [
567
515
  "bankRoutingMasked",
568
516
  "bankAcctMasked"
569
- ]
517
+ ],
518
+ "mode": "edit"
570
519
  },
571
520
  {
572
- "showComplete": false,
521
+ "showNext": true,
573
522
  "showBack": true,
574
523
  "onBack": "BACK_STEP",
524
+ "type": "wizard-navigation",
575
525
  "currentStep": 2.0,
526
+ "showComplete": false,
576
527
  "totalSteps": 5.0,
577
- "showNext": true,
578
- "onNext": "NEXT_STEP",
579
- "type": "wizard-navigation"
528
+ "onNext": "NEXT_STEP"
580
529
  }
581
530
  ],
582
- "gap": "lg",
583
- "type": "stack",
584
- "direction": "vertical",
585
- "className": "max-w-2xl mx-auto w-full"
531
+ "type": "stack"
586
532
  }
587
533
  ]
588
534
  ]
@@ -601,13 +547,23 @@
601
547
  "render-ui",
602
548
  "main",
603
549
  {
604
- "type": "stack",
605
- "gap": "lg",
606
550
  "children": [
607
551
  {
608
- "variant": "h2",
609
- "content": "Vendor Onboarding",
610
- "type": "typography"
552
+ "type": "stack",
553
+ "align": "center",
554
+ "direction": "horizontal",
555
+ "gap": "sm",
556
+ "children": [
557
+ {
558
+ "name": "user",
559
+ "type": "icon"
560
+ },
561
+ {
562
+ "content": "Business Info",
563
+ "variant": "h3",
564
+ "type": "typography"
565
+ }
566
+ ]
611
567
  },
612
568
  {
613
569
  "currentStep": 0.0,
@@ -624,96 +580,30 @@
624
580
  "type": "divider"
625
581
  },
626
582
  {
627
- "type": "typography",
628
- "content": "Business Info",
629
- "variant": "h3"
630
- },
631
- {
632
- "submitEvent": "NEXT_STEP",
633
- "mode": "edit",
634
583
  "fields": [
635
584
  "businessName",
636
585
  "legalName"
637
586
  ],
638
- "type": "form-section",
639
- "cancelEvent": "INIT",
640
- "entity": "@entity"
641
- },
642
- {
643
- "showBack": false,
644
- "showNext": true,
645
- "showComplete": false,
646
- "onNext": "NEXT_STEP",
647
- "type": "wizard-navigation",
648
- "totalSteps": 5.0,
649
- "currentStep": 0.0
650
- }
651
- ],
652
- "className": "max-w-2xl mx-auto w-full",
653
- "direction": "vertical"
654
- }
655
- ]
656
- ]
657
- },
658
- {
659
- "from": "tax-id",
660
- "to": "tax-id",
661
- "event": "EDIT_TAX",
662
- "effects": [
663
- [
664
- "render-ui",
665
- "main",
666
- {
667
- "gap": "lg",
668
- "type": "stack",
669
- "children": [
670
- {
671
- "type": "typography",
672
- "variant": "h2",
673
- "content": "Vendor Onboarding"
674
- },
675
- {
676
- "steps": [
677
- "Business",
678
- "Tax ID",
679
- "Bank",
680
- "Identity",
681
- "Review"
682
- ],
683
- "type": "wizard-progress",
684
- "currentStep": 1.0
685
- },
686
- {
687
- "type": "divider"
688
- },
689
- {
690
- "type": "typography",
691
- "variant": "h3",
692
- "content": "Tax ID"
693
- },
694
- {
695
587
  "type": "form-section",
696
588
  "mode": "edit",
697
- "cancelEvent": "BACK_STEP",
698
- "fields": [
699
- "ein"
700
- ],
589
+ "entity": "@entity",
701
590
  "submitEvent": "NEXT_STEP",
702
- "entity": "@entity"
591
+ "cancelEvent": "INIT"
703
592
  },
704
593
  {
705
- "onNext": "NEXT_STEP",
594
+ "showComplete": false,
706
595
  "type": "wizard-navigation",
707
- "showBack": true,
708
- "onBack": "BACK_STEP",
709
- "currentStep": 1.0,
596
+ "currentStep": 0.0,
710
597
  "showNext": true,
711
- "totalSteps": 5.0,
712
- "showComplete": false
598
+ "showBack": false,
599
+ "onNext": "NEXT_STEP",
600
+ "totalSteps": 5.0
713
601
  }
714
602
  ],
715
- "direction": "vertical",
716
- "className": "max-w-2xl mx-auto w-full"
603
+ "gap": "md",
604
+ "type": "stack",
605
+ "className": "max-w-2xl mx-auto w-full",
606
+ "direction": "vertical"
717
607
  }
718
608
  ]
719
609
  ]
@@ -742,62 +632,69 @@
742
632
  "render-ui",
743
633
  "main",
744
634
  {
635
+ "type": "stack",
636
+ "direction": "vertical",
637
+ "className": "max-w-2xl mx-auto w-full",
745
638
  "children": [
746
639
  {
747
- "variant": "h2",
748
- "type": "typography",
749
- "content": "Vendor Onboarding"
640
+ "gap": "sm",
641
+ "type": "stack",
642
+ "align": "center",
643
+ "direction": "horizontal",
644
+ "children": [
645
+ {
646
+ "type": "icon",
647
+ "name": "credit-card"
648
+ },
649
+ {
650
+ "content": "Identity Verification",
651
+ "variant": "h3",
652
+ "type": "typography"
653
+ }
654
+ ]
750
655
  },
751
656
  {
752
657
  "currentStep": 3.0,
753
- "type": "wizard-progress",
754
658
  "steps": [
755
659
  "Business",
756
660
  "Tax ID",
757
661
  "Bank",
758
662
  "Identity",
759
663
  "Review"
760
- ]
664
+ ],
665
+ "type": "wizard-progress"
761
666
  },
762
667
  {
763
668
  "type": "divider"
764
669
  },
765
670
  {
766
671
  "type": "typography",
767
- "content": "Identity Verification",
768
- "variant": "h3"
769
- },
770
- {
672
+ "variant": "body",
771
673
  "color": "muted",
772
- "type": "typography",
773
- "content": "Upload a government-issued ID to verify your identity.",
774
- "variant": "body"
674
+ "content": "Upload a government-issued ID to verify your identity."
775
675
  },
776
676
  {
777
677
  "action": "UPLOAD_IDENTITY",
778
- "accept": "image/*",
779
- "description": "or click to browse",
780
678
  "maxSize": 10485760.0,
781
- "icon": "credit-card",
782
- "type": "upload-drop-zone",
783
679
  "maxFiles": 2.0,
784
- "label": "Drop ID document here"
680
+ "accept": "image/*",
681
+ "type": "upload-drop-zone",
682
+ "description": "or click to browse",
683
+ "label": "Drop ID document here",
684
+ "icon": "credit-card"
785
685
  },
786
686
  {
787
- "showComplete": false,
788
- "currentStep": 3.0,
789
- "onBack": "BACK_STEP",
790
687
  "showNext": true,
688
+ "onBack": "BACK_STEP",
689
+ "showComplete": false,
791
690
  "totalSteps": 5.0,
691
+ "currentStep": 3.0,
792
692
  "onNext": "NEXT_STEP",
793
693
  "type": "wizard-navigation",
794
694
  "showBack": true
795
695
  }
796
696
  ],
797
- "direction": "vertical",
798
- "type": "stack",
799
- "gap": "lg",
800
- "className": "max-w-2xl mx-auto w-full"
697
+ "gap": "md"
801
698
  }
802
699
  ]
803
700
  ]
@@ -816,120 +713,63 @@
816
713
  "render-ui",
817
714
  "main",
818
715
  {
819
- "className": "max-w-2xl mx-auto w-full",
820
716
  "direction": "vertical",
717
+ "type": "stack",
718
+ "gap": "md",
719
+ "className": "max-w-2xl mx-auto w-full",
821
720
  "children": [
822
721
  {
823
- "type": "typography",
824
- "content": "Vendor Onboarding",
825
- "variant": "h2"
826
- },
827
- {
828
- "steps": [
829
- "Business",
830
- "Tax ID",
831
- "Bank",
832
- "Identity",
833
- "Review"
834
- ],
835
- "type": "wizard-progress",
836
- "currentStep": 1.0
837
- },
838
- {
839
- "type": "divider"
840
- },
841
- {
842
- "variant": "h3",
843
- "type": "typography",
844
- "content": "Tax ID"
845
- },
846
- {
847
- "entity": "@entity",
848
- "fields": [
849
- "ein"
722
+ "gap": "sm",
723
+ "align": "center",
724
+ "children": [
725
+ {
726
+ "type": "icon",
727
+ "name": "credit-card"
728
+ },
729
+ {
730
+ "type": "typography",
731
+ "variant": "h3",
732
+ "content": "Tax ID"
733
+ }
850
734
  ],
851
- "cancelEvent": "BACK_STEP",
852
- "type": "form-section",
853
- "mode": "edit",
854
- "submitEvent": "NEXT_STEP"
735
+ "type": "stack",
736
+ "direction": "horizontal"
855
737
  },
856
738
  {
857
- "showComplete": false,
858
739
  "currentStep": 1.0,
859
- "totalSteps": 5.0,
860
- "type": "wizard-navigation",
861
- "onNext": "NEXT_STEP",
862
- "onBack": "BACK_STEP",
863
- "showBack": true,
864
- "showNext": true
865
- }
866
- ],
867
- "gap": "lg",
868
- "type": "stack"
869
- }
870
- ]
871
- ]
872
- },
873
- {
874
- "from": "bank-link",
875
- "to": "bank-link",
876
- "event": "EDIT_BANK",
877
- "effects": [
878
- [
879
- "render-ui",
880
- "main",
881
- {
882
- "gap": "lg",
883
- "children": [
884
- {
885
- "content": "Vendor Onboarding",
886
- "type": "typography",
887
- "variant": "h2"
888
- },
889
- {
740
+ "type": "wizard-progress",
890
741
  "steps": [
891
742
  "Business",
892
743
  "Tax ID",
893
744
  "Bank",
894
745
  "Identity",
895
746
  "Review"
896
- ],
897
- "currentStep": 2.0,
898
- "type": "wizard-progress"
747
+ ]
899
748
  },
900
749
  {
901
750
  "type": "divider"
902
751
  },
903
752
  {
904
- "type": "typography",
905
- "variant": "h3",
906
- "content": "Bank Link"
907
- },
908
- {
909
- "submitEvent": "NEXT_STEP",
910
- "cancelEvent": "BACK_STEP",
911
- "entity": "@entity",
912
- "mode": "edit",
913
753
  "fields": [
914
- "bankRoutingMasked",
915
- "bankAcctMasked"
754
+ "ein"
916
755
  ],
917
- "type": "form-section"
756
+ "type": "form-section",
757
+ "entity": "@entity",
758
+ "mode": "edit",
759
+ "submitEvent": "NEXT_STEP",
760
+ "cancelEvent": "BACK_STEP"
918
761
  },
919
762
  {
920
- "showComplete": false,
921
- "totalSteps": 5.0,
922
763
  "type": "wizard-navigation",
923
- "onBack": "BACK_STEP",
924
- "currentStep": 2.0,
925
- "showBack": true,
764
+ "totalSteps": 5.0,
926
765
  "onNext": "NEXT_STEP",
927
- "showNext": true
766
+ "showComplete": false,
767
+ "showNext": true,
768
+ "onBack": "BACK_STEP",
769
+ "currentStep": 1.0,
770
+ "showBack": true
928
771
  }
929
- ],
930
- "type": "stack",
931
- "className": "max-w-2xl mx-auto w-full",
932
- "direction": "vertical"
772
+ ]
933
773
  }
934
774
  ]
935
775
  ]
@@ -948,17 +788,26 @@
948
788
  "render-ui",
949
789
  "main",
950
790
  {
951
- "direction": "vertical",
952
- "gap": "lg",
953
- "className": "max-w-2xl mx-auto w-full",
791
+ "type": "stack",
954
792
  "children": [
955
793
  {
956
- "type": "typography",
957
- "variant": "h2",
958
- "content": "Vendor Onboarding"
794
+ "type": "stack",
795
+ "children": [
796
+ {
797
+ "type": "icon",
798
+ "name": "credit-card"
799
+ },
800
+ {
801
+ "variant": "h3",
802
+ "type": "typography",
803
+ "content": "Identity Verification"
804
+ }
805
+ ],
806
+ "gap": "sm",
807
+ "direction": "horizontal",
808
+ "align": "center"
959
809
  },
960
810
  {
961
- "currentStep": 3.0,
962
811
  "type": "wizard-progress",
963
812
  "steps": [
964
813
  "Business",
@@ -966,33 +815,56 @@
966
815
  "Bank",
967
816
  "Identity",
968
817
  "Review"
969
- ]
818
+ ],
819
+ "currentStep": 3.0
970
820
  },
971
821
  {
972
822
  "type": "divider"
973
823
  },
974
- {
975
- "variant": "h3",
976
- "type": "typography",
977
- "content": "Identity Verification"
978
- },
979
824
  {
980
825
  "variant": "success",
981
826
  "type": "alert",
982
827
  "message": "Identity document uploaded."
983
828
  },
984
829
  {
985
- "onBack": "BACK_STEP",
830
+ "type": "stack",
831
+ "direction": "vertical",
832
+ "gap": "sm",
833
+ "children": [
834
+ {
835
+ "gap": "md",
836
+ "direction": "horizontal",
837
+ "children": [
838
+ {
839
+ "color": "muted",
840
+ "type": "typography",
841
+ "variant": "caption",
842
+ "content": "Document URL"
843
+ },
844
+ {
845
+ "content": "@entity.identityDocUrl",
846
+ "type": "typography",
847
+ "variant": "body"
848
+ }
849
+ ],
850
+ "type": "stack"
851
+ }
852
+ ]
853
+ },
854
+ {
986
855
  "onNext": "NEXT_STEP",
987
- "showNext": true,
988
- "currentStep": 3.0,
856
+ "showBack": true,
989
857
  "totalSteps": 5.0,
990
- "showComplete": false,
991
858
  "type": "wizard-navigation",
992
- "showBack": true
859
+ "currentStep": 3.0,
860
+ "showComplete": false,
861
+ "onBack": "BACK_STEP",
862
+ "showNext": true
993
863
  }
994
864
  ],
995
- "type": "stack"
865
+ "direction": "vertical",
866
+ "className": "max-w-2xl mx-auto w-full",
867
+ "gap": "md"
996
868
  }
997
869
  ]
998
870
  ]
@@ -1012,17 +884,28 @@
1012
884
  "main",
1013
885
  {
1014
886
  "type": "stack",
1015
- "gap": "lg",
1016
- "className": "max-w-2xl mx-auto w-full",
887
+ "gap": "md",
1017
888
  "children": [
1018
889
  {
1019
- "variant": "h2",
1020
- "content": "Vendor Onboarding",
1021
- "type": "typography"
890
+ "gap": "sm",
891
+ "children": [
892
+ {
893
+ "name": "check-circle",
894
+ "type": "icon"
895
+ },
896
+ {
897
+ "type": "typography",
898
+ "variant": "h3",
899
+ "content": "Review"
900
+ }
901
+ ],
902
+ "direction": "horizontal",
903
+ "type": "stack",
904
+ "align": "center"
1022
905
  },
1023
906
  {
1024
- "type": "wizard-progress",
1025
907
  "currentStep": 4.0,
908
+ "type": "wizard-progress",
1026
909
  "steps": [
1027
910
  "Business",
1028
911
  "Tax ID",
@@ -1035,63 +918,58 @@
1035
918
  "type": "divider"
1036
919
  },
1037
920
  {
1038
- "variant": "h3",
1039
- "content": "Review",
1040
- "type": "typography"
1041
- },
1042
- {
1043
- "direction": "vertical",
921
+ "gap": "sm",
1044
922
  "children": [
1045
923
  {
1046
924
  "direction": "horizontal",
925
+ "type": "stack",
1047
926
  "gap": "md",
1048
- "justify": "between",
1049
927
  "children": [
1050
928
  {
1051
929
  "variant": "caption",
930
+ "color": "muted",
1052
931
  "content": "Business Name",
1053
932
  "type": "typography"
1054
933
  },
1055
934
  {
1056
- "content": "@entity.businessName",
935
+ "variant": "body",
1057
936
  "type": "typography",
1058
- "variant": "body"
937
+ "content": "@entity.businessName"
1059
938
  }
1060
- ],
1061
- "type": "stack"
939
+ ]
1062
940
  },
1063
941
  {
1064
- "justify": "between",
1065
942
  "type": "stack",
1066
- "gap": "md",
1067
943
  "children": [
1068
944
  {
1069
- "type": "typography",
1070
945
  "variant": "caption",
1071
- "content": "Legal Name"
946
+ "content": "Legal Name",
947
+ "type": "typography",
948
+ "color": "muted"
1072
949
  },
1073
950
  {
1074
- "variant": "body",
1075
951
  "type": "typography",
952
+ "variant": "body",
1076
953
  "content": "@entity.legalName"
1077
954
  }
1078
955
  ],
956
+ "gap": "md",
1079
957
  "direction": "horizontal"
1080
958
  },
1081
959
  {
1082
- "gap": "md",
1083
- "direction": "horizontal",
1084
- "justify": "between",
1085
960
  "type": "stack",
961
+ "direction": "horizontal",
962
+ "gap": "md",
1086
963
  "children": [
1087
964
  {
1088
- "content": "EIN",
1089
965
  "variant": "caption",
1090
- "type": "typography"
966
+ "content": "EIN",
967
+ "type": "typography",
968
+ "color": "muted"
1091
969
  },
1092
970
  {
1093
- "content": "@entity.ein",
1094
971
  "type": "typography",
972
+ "content": "@entity.ein",
1095
973
  "variant": "body"
1096
974
  }
1097
975
  ]
@@ -1099,9 +977,10 @@
1099
977
  {
1100
978
  "children": [
1101
979
  {
1102
- "content": "Bank Routing",
1103
980
  "type": "typography",
1104
- "variant": "caption"
981
+ "variant": "caption",
982
+ "color": "muted",
983
+ "content": "Bank Routing"
1105
984
  },
1106
985
  {
1107
986
  "type": "typography",
@@ -1110,62 +989,83 @@
1110
989
  }
1111
990
  ],
1112
991
  "direction": "horizontal",
1113
- "type": "stack",
1114
992
  "gap": "md",
1115
- "justify": "between"
993
+ "type": "stack"
1116
994
  },
1117
995
  {
1118
- "justify": "between",
1119
- "direction": "horizontal",
1120
996
  "gap": "md",
1121
- "type": "stack",
997
+ "direction": "horizontal",
1122
998
  "children": [
1123
999
  {
1124
- "variant": "caption",
1125
1000
  "type": "typography",
1126
- "content": "Bank Account"
1001
+ "content": "Bank Account",
1002
+ "variant": "caption",
1003
+ "color": "muted"
1127
1004
  },
1128
1005
  {
1129
- "content": "@entity.bankAcctMasked",
1130
1006
  "variant": "body",
1007
+ "content": "@entity.bankAcctMasked",
1131
1008
  "type": "typography"
1132
1009
  }
1133
- ]
1010
+ ],
1011
+ "type": "stack"
1134
1012
  },
1135
1013
  {
1136
- "justify": "between",
1137
1014
  "direction": "horizontal",
1015
+ "type": "stack",
1138
1016
  "children": [
1139
1017
  {
1140
1018
  "variant": "caption",
1019
+ "color": "muted",
1141
1020
  "content": "Identity Doc",
1142
1021
  "type": "typography"
1143
1022
  },
1144
1023
  {
1145
- "content": "@entity.identityDocUrl",
1146
1024
  "type": "typography",
1147
- "variant": "body"
1025
+ "variant": "body",
1026
+ "content": "@entity.identityDocUrl"
1148
1027
  }
1149
1028
  ],
1150
- "type": "stack",
1151
1029
  "gap": "md"
1152
1030
  }
1153
1031
  ],
1154
1032
  "type": "stack",
1155
- "gap": "sm"
1033
+ "direction": "vertical"
1156
1034
  },
1157
1035
  {
1158
- "type": "wizard-navigation",
1159
- "showComplete": true,
1160
- "onBack": "BACK_STEP",
1161
- "showBack": true,
1036
+ "type": "divider"
1037
+ },
1038
+ {
1039
+ "type": "simple-grid",
1040
+ "cols": 2.0,
1041
+ "children": [
1042
+ {
1043
+ "type": "stat-display",
1044
+ "value": "@entity.businessName",
1045
+ "icon": "user",
1046
+ "label": "Business"
1047
+ },
1048
+ {
1049
+ "label": "EIN",
1050
+ "value": "@entity.ein",
1051
+ "type": "stat-display",
1052
+ "icon": "credit-card"
1053
+ }
1054
+ ]
1055
+ },
1056
+ {
1057
+ "showNext": false,
1162
1058
  "totalSteps": 5.0,
1059
+ "showComplete": true,
1060
+ "onComplete": "SUBMIT",
1163
1061
  "currentStep": 4.0,
1164
- "showNext": false,
1165
- "onComplete": "SUBMIT"
1062
+ "type": "wizard-navigation",
1063
+ "showBack": true,
1064
+ "onBack": "BACK_STEP"
1166
1065
  }
1167
1066
  ],
1168
- "direction": "vertical"
1067
+ "direction": "vertical",
1068
+ "className": "max-w-2xl mx-auto w-full"
1169
1069
  }
1170
1070
  ]
1171
1071
  ]
@@ -1185,56 +1085,63 @@
1185
1085
  "main",
1186
1086
  {
1187
1087
  "className": "max-w-2xl mx-auto w-full",
1188
- "type": "stack",
1088
+ "gap": "md",
1189
1089
  "direction": "vertical",
1190
- "gap": "lg",
1191
1090
  "children": [
1192
1091
  {
1193
- "variant": "h2",
1194
- "type": "typography",
1195
- "content": "Vendor Onboarding"
1092
+ "type": "stack",
1093
+ "direction": "horizontal",
1094
+ "gap": "sm",
1095
+ "align": "center",
1096
+ "children": [
1097
+ {
1098
+ "type": "icon",
1099
+ "name": "credit-card"
1100
+ },
1101
+ {
1102
+ "content": "Bank Link",
1103
+ "variant": "h3",
1104
+ "type": "typography"
1105
+ }
1106
+ ]
1196
1107
  },
1197
1108
  {
1198
- "currentStep": 2.0,
1199
- "type": "wizard-progress",
1200
1109
  "steps": [
1201
1110
  "Business",
1202
1111
  "Tax ID",
1203
1112
  "Bank",
1204
1113
  "Identity",
1205
1114
  "Review"
1206
- ]
1115
+ ],
1116
+ "type": "wizard-progress",
1117
+ "currentStep": 2.0
1207
1118
  },
1208
1119
  {
1209
1120
  "type": "divider"
1210
1121
  },
1211
1122
  {
1212
- "type": "typography",
1213
- "content": "Bank Link",
1214
- "variant": "h3"
1215
- },
1216
- {
1217
- "type": "form-section",
1218
- "entity": "@entity",
1219
1123
  "cancelEvent": "BACK_STEP",
1220
- "submitEvent": "NEXT_STEP",
1124
+ "entity": "@entity",
1221
1125
  "fields": [
1222
1126
  "bankRoutingMasked",
1223
1127
  "bankAcctMasked"
1224
1128
  ],
1129
+ "type": "form-section",
1130
+ "submitEvent": "NEXT_STEP",
1225
1131
  "mode": "edit"
1226
1132
  },
1227
1133
  {
1228
- "totalSteps": 5.0,
1229
- "showNext": true,
1230
1134
  "showComplete": false,
1135
+ "totalSteps": 5.0,
1136
+ "showBack": true,
1231
1137
  "type": "wizard-navigation",
1138
+ "currentStep": 2.0,
1139
+ "showNext": true,
1232
1140
  "onBack": "BACK_STEP",
1233
- "onNext": "NEXT_STEP",
1234
- "showBack": true,
1235
- "currentStep": 2.0
1141
+ "onNext": "NEXT_STEP"
1236
1142
  }
1237
- ]
1143
+ ],
1144
+ "type": "stack"
1238
1145
  }
1239
1146
  ]
1240
1147
  ]
@@ -1258,29 +1165,29 @@
1258
1165
  "render-ui",
1259
1166
  "main",
1260
1167
  {
1168
+ "direction": "vertical",
1169
+ "gap": "md",
1170
+ "align": "center",
1171
+ "type": "stack",
1172
+ "className": "max-w-2xl mx-auto w-full py-12",
1261
1173
  "children": [
1262
1174
  {
1175
+ "type": "icon",
1263
1176
  "name": "check-circle",
1264
- "color": "success",
1265
- "type": "icon"
1177
+ "color": "success"
1266
1178
  },
1267
1179
  {
1268
- "variant": "h2",
1269
1180
  "content": "Application Submitted",
1181
+ "variant": "h3",
1270
1182
  "type": "typography"
1271
1183
  },
1272
1184
  {
1273
- "color": "muted",
1185
+ "type": "typography",
1274
1186
  "variant": "body",
1275
- "content": "Thanks. We will review your vendor application and email you within 2 business days.",
1276
- "type": "typography"
1187
+ "color": "muted",
1188
+ "content": "Thanks. We will review your vendor application and email you within 2 business days."
1277
1189
  }
1278
- ],
1279
- "className": "max-w-2xl mx-auto w-full py-12",
1280
- "direction": "vertical",
1281
- "type": "stack",
1282
- "align": "center",
1283
- "gap": "lg"
1190
+ ]
1284
1191
  }
1285
1192
  ]
1286
1193
  ]
@@ -1299,18 +1206,28 @@
1299
1206
  "render-ui",
1300
1207
  "main",
1301
1208
  {
1302
- "gap": "lg",
1209
+ "gap": "md",
1303
1210
  "type": "stack",
1304
- "direction": "vertical",
1305
1211
  "className": "max-w-2xl mx-auto w-full",
1306
1212
  "children": [
1307
1213
  {
1308
- "content": "Vendor Onboarding",
1309
- "type": "typography",
1310
- "variant": "h2"
1214
+ "direction": "horizontal",
1215
+ "children": [
1216
+ {
1217
+ "name": "credit-card",
1218
+ "type": "icon"
1219
+ },
1220
+ {
1221
+ "content": "Identity Verification",
1222
+ "variant": "h3",
1223
+ "type": "typography"
1224
+ }
1225
+ ],
1226
+ "type": "stack",
1227
+ "gap": "sm",
1228
+ "align": "center"
1311
1229
  },
1312
1230
  {
1313
- "type": "wizard-progress",
1314
1231
  "steps": [
1315
1232
  "Business",
1316
1233
  "Tax ID",
@@ -1318,37 +1235,34 @@
1318
1235
  "Identity",
1319
1236
  "Review"
1320
1237
  ],
1321
- "currentStep": 3.0
1238
+ "currentStep": 3.0,
1239
+ "type": "wizard-progress"
1322
1240
  },
1323
1241
  {
1324
1242
  "type": "divider"
1325
1243
  },
1326
1244
  {
1327
- "variant": "h3",
1328
- "content": "Identity Verification",
1329
- "type": "typography"
1330
- },
1331
- {
1332
- "icon": "credit-card",
1333
- "maxFiles": 2.0,
1334
- "label": "Drop ID document here",
1245
+ "action": "UPLOAD_IDENTITY",
1335
1246
  "maxSize": 10485760.0,
1336
- "description": "or click to browse",
1337
1247
  "type": "upload-drop-zone",
1248
+ "maxFiles": 2.0,
1338
1249
  "accept": "image/*",
1339
- "action": "UPLOAD_IDENTITY"
1250
+ "label": "Drop ID document here",
1251
+ "icon": "credit-card",
1252
+ "description": "or click to browse"
1340
1253
  },
1341
1254
  {
1255
+ "showComplete": false,
1256
+ "type": "wizard-navigation",
1342
1257
  "totalSteps": 5.0,
1258
+ "showBack": true,
1343
1259
  "onBack": "BACK_STEP",
1344
- "type": "wizard-navigation",
1345
- "currentStep": 3.0,
1346
1260
  "onNext": "NEXT_STEP",
1347
- "showBack": true,
1348
- "showComplete": false,
1261
+ "currentStep": 3.0,
1349
1262
  "showNext": true
1350
1263
  }
1351
- ]
1264
+ ],
1265
+ "direction": "vertical"
1352
1266
  }
1353
1267
  ]
1354
1268
  ]
@@ -1387,8 +1301,8 @@
1387
1301
  "Vendor",
1388
1302
  {
1389
1303
  "emit": {
1390
- "success": "VendorLoaded",
1391
- "failure": "VendorLoadFailed"
1304
+ "failure": "VendorLoadFailed",
1305
+ "success": "VendorLoaded"
1392
1306
  }
1393
1307
  }
1394
1308
  ],
@@ -1580,8 +1494,8 @@
1580
1494
  "@payload.data",
1581
1495
  {
1582
1496
  "emit": {
1583
- "success": "VendorUpdated",
1584
- "failure": "VendorUpdateFailed"
1497
+ "failure": "VendorUpdateFailed",
1498
+ "success": "VendorUpdated"
1585
1499
  }
1586
1500
  }
1587
1501
  ]
@@ -1627,4 +1541,4 @@
1627
1541
  ]
1628
1542
  }
1629
1543
  ]
1630
- }
1544
+ }