@almadar/std 15.15.0 → 15.15.1

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 (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-vendor-onboarding",
3
- "version": "1.0.0",
4
- "description": "std-vendor-onboarding — marketplace vendor multi-step KYC + bank-link wizard with identity-doc upload",
3
+ "version": "1.1.0",
4
+ "description": "std-vendor-onboarding — marketplace vendor multi-step KYC + bank-link wizard. Exposes HR knobs (backgroundCheckRequired, eVerifyRequired, anonymizeOnRejection, …).",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "VendorOnboardingOrbital",
@@ -301,8 +301,8 @@
301
301
  "Vendor",
302
302
  {
303
303
  "emit": {
304
- "success": "VendorLoaded",
305
- "failure": "VendorLoadFailed"
304
+ "failure": "VendorLoadFailed",
305
+ "success": "VendorLoaded"
306
306
  }
307
307
  }
308
308
  ],
@@ -310,9 +310,6 @@
310
310
  "render-ui",
311
311
  "main",
312
312
  {
313
- "align": "center",
314
- "gap": "md",
315
- "className": "py-12",
316
313
  "direction": "vertical",
317
314
  "children": [
318
315
  {
@@ -320,12 +317,15 @@
320
317
  },
321
318
  {
322
319
  "color": "muted",
323
- "type": "typography",
324
320
  "variant": "caption",
321
+ "type": "typography",
325
322
  "content": "Loading vendor application…"
326
323
  }
327
324
  ],
328
- "type": "stack"
325
+ "type": "stack",
326
+ "gap": "md",
327
+ "align": "center",
328
+ "className": "py-12"
329
329
  }
330
330
  ]
331
331
  ]
@@ -339,26 +339,26 @@
339
339
  "render-ui",
340
340
  "main",
341
341
  {
342
- "gap": "md",
343
342
  "children": [
344
343
  {
345
- "direction": "horizontal",
346
344
  "gap": "sm",
347
345
  "align": "center",
346
+ "direction": "horizontal",
348
347
  "children": [
349
348
  {
350
- "type": "icon",
351
- "name": "user"
349
+ "name": "user",
350
+ "type": "icon"
352
351
  },
353
352
  {
354
- "type": "typography",
355
353
  "variant": "h3",
354
+ "type": "typography",
356
355
  "content": "Vendor Onboarding"
357
356
  }
358
357
  ],
359
358
  "type": "stack"
360
359
  },
361
360
  {
361
+ "type": "wizard-progress",
362
362
  "steps": [
363
363
  "Business",
364
364
  "Tax ID",
@@ -366,35 +366,35 @@
366
366
  "Identity",
367
367
  "Review"
368
368
  ],
369
- "type": "wizard-progress",
370
369
  "currentStep": 0.0
371
370
  },
372
371
  {
373
372
  "type": "divider"
374
373
  },
375
374
  {
375
+ "submitEvent": "NEXT_STEP",
376
+ "type": "form-section",
377
+ "cancelEvent": "INIT",
376
378
  "fields": [
377
379
  "businessName",
378
380
  "legalName"
379
381
  ],
380
- "type": "form-section",
381
- "cancelEvent": "INIT",
382
- "mode": "create",
383
- "submitEvent": "NEXT_STEP"
382
+ "mode": "create"
384
383
  },
385
384
  {
386
- "currentStep": 0.0,
387
385
  "showNext": true,
388
386
  "type": "wizard-navigation",
387
+ "showComplete": false,
389
388
  "showBack": false,
389
+ "onNext": "NEXT_STEP",
390
390
  "totalSteps": 5.0,
391
- "showComplete": false,
392
- "onNext": "NEXT_STEP"
391
+ "currentStep": 0.0
393
392
  }
394
393
  ],
395
- "className": "max-w-2xl mx-auto w-full",
396
394
  "type": "stack",
397
- "direction": "vertical"
395
+ "gap": "md",
396
+ "direction": "vertical",
397
+ "className": "max-w-2xl mx-auto w-full"
398
398
  }
399
399
  ]
400
400
  ]
@@ -441,27 +441,27 @@
441
441
  {
442
442
  "type": "stack",
443
443
  "direction": "vertical",
444
- "className": "max-w-2xl mx-auto w-full",
444
+ "gap": "md",
445
445
  "children": [
446
446
  {
447
- "align": "center",
448
- "direction": "horizontal",
449
- "gap": "sm",
447
+ "type": "stack",
450
448
  "children": [
451
449
  {
452
450
  "type": "icon",
453
451
  "name": "credit-card"
454
452
  },
455
453
  {
456
- "type": "typography",
457
454
  "variant": "h3",
455
+ "type": "typography",
458
456
  "content": "Tax ID"
459
457
  }
460
458
  ],
461
- "type": "stack"
459
+ "gap": "sm",
460
+ "direction": "horizontal",
461
+ "align": "center"
462
462
  },
463
463
  {
464
- "currentStep": 1.0,
464
+ "type": "wizard-progress",
465
465
  "steps": [
466
466
  "Business",
467
467
  "Tax ID",
@@ -469,33 +469,33 @@
469
469
  "Identity",
470
470
  "Review"
471
471
  ],
472
- "type": "wizard-progress"
472
+ "currentStep": 1.0
473
473
  },
474
474
  {
475
475
  "type": "divider"
476
476
  },
477
477
  {
478
478
  "entity": "@entity",
479
+ "type": "form-section",
479
480
  "submitEvent": "NEXT_STEP",
480
481
  "cancelEvent": "BACK_STEP",
481
482
  "fields": [
482
483
  "ein"
483
484
  ],
484
- "mode": "edit",
485
- "type": "form-section"
485
+ "mode": "edit"
486
486
  },
487
487
  {
488
488
  "onBack": "BACK_STEP",
489
- "showNext": true,
490
489
  "onNext": "NEXT_STEP",
491
- "showComplete": false,
492
- "totalSteps": 5.0,
490
+ "type": "wizard-navigation",
493
491
  "showBack": true,
492
+ "showNext": true,
493
+ "totalSteps": 5.0,
494
494
  "currentStep": 1.0,
495
- "type": "wizard-navigation"
495
+ "showComplete": false
496
496
  }
497
497
  ],
498
- "gap": "md"
498
+ "className": "max-w-2xl mx-auto w-full"
499
499
  }
500
500
  ]
501
501
  ]
@@ -519,15 +519,12 @@
519
519
  "render-ui",
520
520
  "main",
521
521
  {
522
- "direction": "vertical",
523
522
  "type": "stack",
524
523
  "gap": "md",
524
+ "direction": "vertical",
525
525
  "className": "max-w-2xl mx-auto w-full",
526
526
  "children": [
527
527
  {
528
- "align": "center",
529
- "gap": "sm",
530
- "type": "stack",
531
528
  "children": [
532
529
  {
533
530
  "type": "icon",
@@ -539,9 +536,13 @@
539
536
  "variant": "h3"
540
537
  }
541
538
  ],
542
- "direction": "horizontal"
539
+ "direction": "horizontal",
540
+ "gap": "sm",
541
+ "align": "center",
542
+ "type": "stack"
543
543
  },
544
544
  {
545
+ "currentStep": 2.0,
545
546
  "steps": [
546
547
  "Business",
547
548
  "Tax ID",
@@ -549,7 +550,6 @@
549
550
  "Identity",
550
551
  "Review"
551
552
  ],
552
- "currentStep": 2.0,
553
553
  "type": "wizard-progress"
554
554
  },
555
555
  {
@@ -557,24 +557,24 @@
557
557
  },
558
558
  {
559
559
  "mode": "edit",
560
+ "entity": "@entity",
561
+ "submitEvent": "NEXT_STEP",
562
+ "type": "form-section",
563
+ "cancelEvent": "BACK_STEP",
560
564
  "fields": [
561
565
  "bankRoutingMasked",
562
566
  "bankAcctMasked"
563
- ],
564
- "cancelEvent": "BACK_STEP",
565
- "type": "form-section",
566
- "submitEvent": "NEXT_STEP",
567
- "entity": "@entity"
567
+ ]
568
568
  },
569
569
  {
570
- "currentStep": 2.0,
571
570
  "showBack": true,
572
- "onBack": "BACK_STEP",
571
+ "totalSteps": 5.0,
572
+ "showComplete": false,
573
573
  "type": "wizard-navigation",
574
- "onNext": "NEXT_STEP",
575
574
  "showNext": true,
576
- "totalSteps": 5.0,
577
- "showComplete": false
575
+ "currentStep": 2.0,
576
+ "onBack": "BACK_STEP",
577
+ "onNext": "NEXT_STEP"
578
578
  }
579
579
  ]
580
580
  }
@@ -595,24 +595,24 @@
595
595
  "render-ui",
596
596
  "main",
597
597
  {
598
- "gap": "md",
598
+ "direction": "vertical",
599
599
  "children": [
600
600
  {
601
- "align": "center",
602
- "type": "stack",
603
601
  "children": [
604
602
  {
605
603
  "name": "user",
606
604
  "type": "icon"
607
605
  },
608
606
  {
607
+ "variant": "h3",
609
608
  "type": "typography",
610
- "content": "Business Info",
611
- "variant": "h3"
609
+ "content": "Business Info"
612
610
  }
613
611
  ],
614
612
  "direction": "horizontal",
615
- "gap": "sm"
613
+ "gap": "sm",
614
+ "type": "stack",
615
+ "align": "center"
616
616
  },
617
617
  {
618
618
  "currentStep": 0.0,
@@ -629,29 +629,29 @@
629
629
  "type": "divider"
630
630
  },
631
631
  {
632
+ "submitEvent": "NEXT_STEP",
632
633
  "entity": "@entity",
633
634
  "mode": "edit",
634
- "submitEvent": "NEXT_STEP",
635
- "type": "form-section",
636
635
  "cancelEvent": "INIT",
637
636
  "fields": [
638
637
  "businessName",
639
638
  "legalName"
640
- ]
639
+ ],
640
+ "type": "form-section"
641
641
  },
642
642
  {
643
- "showBack": false,
644
- "showNext": true,
645
- "type": "wizard-navigation",
646
- "showComplete": false,
647
643
  "onNext": "NEXT_STEP",
644
+ "showNext": true,
648
645
  "totalSteps": 5.0,
649
- "currentStep": 0.0
646
+ "currentStep": 0.0,
647
+ "type": "wizard-navigation",
648
+ "showBack": false,
649
+ "showComplete": false
650
650
  }
651
651
  ],
652
- "direction": "vertical",
653
- "type": "stack",
654
- "className": "max-w-2xl mx-auto w-full"
652
+ "gap": "md",
653
+ "className": "max-w-2xl mx-auto w-full",
654
+ "type": "stack"
655
655
  }
656
656
  ]
657
657
  ]
@@ -680,29 +680,27 @@
680
680
  "render-ui",
681
681
  "main",
682
682
  {
683
- "gap": "md",
684
- "type": "stack",
685
- "direction": "vertical",
686
683
  "className": "max-w-2xl mx-auto w-full",
687
684
  "children": [
688
685
  {
689
- "type": "stack",
690
- "gap": "sm",
691
686
  "children": [
692
687
  {
693
- "name": "credit-card",
694
- "type": "icon"
688
+ "type": "icon",
689
+ "name": "credit-card"
695
690
  },
696
691
  {
697
- "variant": "h3",
698
692
  "type": "typography",
693
+ "variant": "h3",
699
694
  "content": "Identity Verification"
700
695
  }
701
696
  ],
702
- "direction": "horizontal",
703
- "align": "center"
697
+ "gap": "sm",
698
+ "type": "stack",
699
+ "align": "center",
700
+ "direction": "horizontal"
704
701
  },
705
702
  {
703
+ "type": "wizard-progress",
706
704
  "steps": [
707
705
  "Business",
708
706
  "Tax ID",
@@ -710,8 +708,7 @@
710
708
  "Identity",
711
709
  "Review"
712
710
  ],
713
- "currentStep": 3.0,
714
- "type": "wizard-progress"
711
+ "currentStep": 3.0
715
712
  },
716
713
  {
717
714
  "type": "divider"
@@ -723,26 +720,29 @@
723
720
  "color": "muted"
724
721
  },
725
722
  {
723
+ "accept": "image/*",
726
724
  "maxFiles": 2.0,
727
- "type": "upload-drop-zone",
728
- "label": "Drop ID document here",
729
725
  "icon": "credit-card",
730
- "accept": "image/*",
731
726
  "description": "or click to browse",
732
- "action": "UPLOAD_IDENTITY",
733
- "maxSize": 10485760.0
727
+ "type": "upload-drop-zone",
728
+ "label": "Drop ID document here",
729
+ "maxSize": 10485760.0,
730
+ "action": "UPLOAD_IDENTITY"
734
731
  },
735
732
  {
733
+ "type": "wizard-navigation",
736
734
  "currentStep": 3.0,
735
+ "showComplete": false,
737
736
  "onNext": "NEXT_STEP",
738
- "showBack": true,
739
- "type": "wizard-navigation",
737
+ "onBack": "BACK_STEP",
740
738
  "totalSteps": 5.0,
741
739
  "showNext": true,
742
- "showComplete": false,
743
- "onBack": "BACK_STEP"
740
+ "showBack": true
744
741
  }
745
- ]
742
+ ],
743
+ "type": "stack",
744
+ "direction": "vertical",
745
+ "gap": "md"
746
746
  }
747
747
  ]
748
748
  ]
@@ -762,26 +762,26 @@
762
762
  "main",
763
763
  {
764
764
  "className": "max-w-2xl mx-auto w-full",
765
+ "direction": "vertical",
765
766
  "children": [
766
767
  {
767
- "type": "stack",
768
768
  "align": "center",
769
769
  "gap": "sm",
770
770
  "direction": "horizontal",
771
+ "type": "stack",
771
772
  "children": [
772
773
  {
773
774
  "name": "credit-card",
774
775
  "type": "icon"
775
776
  },
776
777
  {
777
- "content": "Tax ID",
778
778
  "type": "typography",
779
+ "content": "Tax ID",
779
780
  "variant": "h3"
780
781
  }
781
782
  ]
782
783
  },
783
784
  {
784
- "type": "wizard-progress",
785
785
  "steps": [
786
786
  "Business",
787
787
  "Tax ID",
@@ -789,35 +789,35 @@
789
789
  "Identity",
790
790
  "Review"
791
791
  ],
792
+ "type": "wizard-progress",
792
793
  "currentStep": 1.0
793
794
  },
794
795
  {
795
796
  "type": "divider"
796
797
  },
797
798
  {
799
+ "entity": "@entity",
798
800
  "type": "form-section",
799
801
  "submitEvent": "NEXT_STEP",
800
- "mode": "edit",
801
802
  "cancelEvent": "BACK_STEP",
802
- "entity": "@entity",
803
803
  "fields": [
804
804
  "ein"
805
- ]
805
+ ],
806
+ "mode": "edit"
806
807
  },
807
808
  {
808
- "showBack": true,
809
809
  "type": "wizard-navigation",
810
- "showComplete": false,
811
- "currentStep": 1.0,
810
+ "showNext": true,
812
811
  "onNext": "NEXT_STEP",
813
812
  "totalSteps": 5.0,
813
+ "showBack": true,
814
814
  "onBack": "BACK_STEP",
815
- "showNext": true
815
+ "showComplete": false,
816
+ "currentStep": 1.0
816
817
  }
817
818
  ],
818
- "direction": "vertical",
819
- "type": "stack",
820
- "gap": "md"
819
+ "gap": "md",
820
+ "type": "stack"
821
821
  }
822
822
  ]
823
823
  ]
@@ -836,12 +836,12 @@
836
836
  "render-ui",
837
837
  "main",
838
838
  {
839
- "gap": "md",
840
- "type": "stack",
841
839
  "className": "max-w-2xl mx-auto w-full",
842
- "direction": "vertical",
840
+ "gap": "md",
843
841
  "children": [
844
842
  {
843
+ "align": "center",
844
+ "gap": "sm",
845
845
  "type": "stack",
846
846
  "direction": "horizontal",
847
847
  "children": [
@@ -850,16 +850,13 @@
850
850
  "type": "icon"
851
851
  },
852
852
  {
853
+ "type": "typography",
853
854
  "content": "Identity Verification",
854
- "variant": "h3",
855
- "type": "typography"
855
+ "variant": "h3"
856
856
  }
857
- ],
858
- "gap": "sm",
859
- "align": "center"
857
+ ]
860
858
  },
861
859
  {
862
- "currentStep": 3.0,
863
860
  "type": "wizard-progress",
864
861
  "steps": [
865
862
  "Business",
@@ -867,52 +864,55 @@
867
864
  "Bank",
868
865
  "Identity",
869
866
  "Review"
870
- ]
867
+ ],
868
+ "currentStep": 3.0
871
869
  },
872
870
  {
873
871
  "type": "divider"
874
872
  },
875
873
  {
874
+ "type": "alert",
876
875
  "message": "Identity document uploaded.",
877
- "variant": "success",
878
- "type": "alert"
876
+ "variant": "success"
879
877
  },
880
878
  {
881
- "type": "stack",
882
879
  "children": [
883
880
  {
884
- "type": "stack",
885
881
  "direction": "horizontal",
886
882
  "gap": "md",
887
883
  "children": [
888
884
  {
889
885
  "type": "typography",
890
886
  "variant": "caption",
891
- "content": "Document URL",
892
- "color": "muted"
887
+ "color": "muted",
888
+ "content": "Document URL"
893
889
  },
894
890
  {
895
- "variant": "body",
891
+ "content": "@entity.identityDocUrl",
896
892
  "type": "typography",
897
- "content": "@entity.identityDocUrl"
893
+ "variant": "body"
898
894
  }
899
- ]
895
+ ],
896
+ "type": "stack"
900
897
  }
901
898
  ],
902
899
  "direction": "vertical",
900
+ "type": "stack",
903
901
  "gap": "sm"
904
902
  },
905
903
  {
906
- "showBack": true,
907
- "showNext": true,
908
- "currentStep": 3.0,
909
- "onBack": "BACK_STEP",
904
+ "onNext": "NEXT_STEP",
910
905
  "showComplete": false,
906
+ "currentStep": 3.0,
911
907
  "totalSteps": 5.0,
912
- "type": "wizard-navigation",
913
- "onNext": "NEXT_STEP"
908
+ "showNext": true,
909
+ "onBack": "BACK_STEP",
910
+ "showBack": true,
911
+ "type": "wizard-navigation"
914
912
  }
915
- ]
913
+ ],
914
+ "direction": "vertical",
915
+ "type": "stack"
916
916
  }
917
917
  ]
918
918
  ]
@@ -931,26 +931,27 @@
931
931
  "render-ui",
932
932
  "main",
933
933
  {
934
- "direction": "vertical",
934
+ "className": "max-w-2xl mx-auto w-full",
935
935
  "children": [
936
936
  {
937
937
  "align": "center",
938
- "gap": "sm",
939
- "type": "stack",
940
938
  "children": [
941
939
  {
942
940
  "type": "icon",
943
941
  "name": "check-circle"
944
942
  },
945
943
  {
946
- "variant": "h3",
947
944
  "type": "typography",
948
- "content": "Review"
945
+ "content": "Review",
946
+ "variant": "h3"
949
947
  }
950
948
  ],
949
+ "gap": "sm",
950
+ "type": "stack",
951
951
  "direction": "horizontal"
952
952
  },
953
953
  {
954
+ "type": "wizard-progress",
954
955
  "steps": [
955
956
  "Business",
956
957
  "Tax ID",
@@ -958,104 +959,103 @@
958
959
  "Identity",
959
960
  "Review"
960
961
  ],
961
- "type": "wizard-progress",
962
962
  "currentStep": 4.0
963
963
  },
964
964
  {
965
965
  "type": "divider"
966
966
  },
967
967
  {
968
- "type": "stack",
968
+ "gap": "sm",
969
969
  "children": [
970
970
  {
971
- "direction": "horizontal",
972
971
  "type": "stack",
972
+ "direction": "horizontal",
973
+ "gap": "md",
973
974
  "children": [
974
975
  {
975
- "content": "Business Name",
976
976
  "variant": "caption",
977
+ "content": "Business Name",
977
978
  "type": "typography",
978
979
  "color": "muted"
979
980
  },
980
981
  {
981
982
  "variant": "body",
982
- "content": "@entity.businessName",
983
- "type": "typography"
983
+ "type": "typography",
984
+ "content": "@entity.businessName"
984
985
  }
985
- ],
986
- "gap": "md"
986
+ ]
987
987
  },
988
988
  {
989
+ "type": "stack",
989
990
  "children": [
990
991
  {
991
- "content": "Legal Name",
992
- "color": "muted",
993
992
  "variant": "caption",
994
- "type": "typography"
993
+ "type": "typography",
994
+ "content": "Legal Name",
995
+ "color": "muted"
995
996
  },
996
997
  {
997
- "content": "@entity.legalName",
998
+ "variant": "body",
998
999
  "type": "typography",
999
- "variant": "body"
1000
+ "content": "@entity.legalName"
1000
1001
  }
1001
1002
  ],
1002
- "type": "stack",
1003
- "gap": "md",
1004
- "direction": "horizontal"
1003
+ "direction": "horizontal",
1004
+ "gap": "md"
1005
1005
  },
1006
1006
  {
1007
- "direction": "horizontal",
1008
1007
  "type": "stack",
1009
1008
  "gap": "md",
1009
+ "direction": "horizontal",
1010
1010
  "children": [
1011
1011
  {
1012
- "color": "muted",
1013
1012
  "type": "typography",
1014
- "content": "EIN",
1015
- "variant": "caption"
1013
+ "color": "muted",
1014
+ "variant": "caption",
1015
+ "content": "EIN"
1016
1016
  },
1017
1017
  {
1018
- "content": "@entity.ein",
1019
1018
  "type": "typography",
1020
- "variant": "body"
1019
+ "variant": "body",
1020
+ "content": "@entity.ein"
1021
1021
  }
1022
1022
  ]
1023
1023
  },
1024
1024
  {
1025
1025
  "gap": "md",
1026
- "type": "stack",
1026
+ "direction": "horizontal",
1027
1027
  "children": [
1028
1028
  {
1029
- "color": "muted",
1030
- "variant": "caption",
1031
1029
  "content": "Bank Routing",
1032
- "type": "typography"
1030
+ "color": "muted",
1031
+ "type": "typography",
1032
+ "variant": "caption"
1033
1033
  },
1034
1034
  {
1035
- "content": "@entity.bankRoutingMasked",
1036
1035
  "type": "typography",
1037
- "variant": "body"
1036
+ "variant": "body",
1037
+ "content": "@entity.bankRoutingMasked"
1038
1038
  }
1039
1039
  ],
1040
- "direction": "horizontal"
1040
+ "type": "stack"
1041
1041
  },
1042
1042
  {
1043
- "gap": "md",
1044
1043
  "children": [
1045
1044
  {
1046
1045
  "type": "typography",
1047
- "variant": "caption",
1048
1046
  "content": "Bank Account",
1049
- "color": "muted"
1047
+ "color": "muted",
1048
+ "variant": "caption"
1050
1049
  },
1051
1050
  {
1051
+ "variant": "body",
1052
1052
  "content": "@entity.bankAcctMasked",
1053
- "type": "typography",
1054
- "variant": "body"
1053
+ "type": "typography"
1055
1054
  }
1056
1055
  ],
1057
1056
  "type": "stack",
1058
- "direction": "horizontal"
1057
+ "direction": "horizontal",
1058
+ "gap": "md"
1059
1059
  },
1060
1060
  {
1061
1061
  "type": "stack",
@@ -1064,56 +1064,56 @@
1064
1064
  "children": [
1065
1065
  {
1066
1066
  "variant": "caption",
1067
- "color": "muted",
1068
1067
  "content": "Identity Doc",
1068
+ "color": "muted",
1069
1069
  "type": "typography"
1070
1070
  },
1071
1071
  {
1072
- "variant": "body",
1072
+ "content": "@entity.identityDocUrl",
1073
1073
  "type": "typography",
1074
- "content": "@entity.identityDocUrl"
1074
+ "variant": "body"
1075
1075
  }
1076
1076
  ]
1077
1077
  }
1078
1078
  ],
1079
- "direction": "vertical",
1080
- "gap": "sm"
1079
+ "type": "stack",
1080
+ "direction": "vertical"
1081
1081
  },
1082
1082
  {
1083
1083
  "type": "divider"
1084
1084
  },
1085
1085
  {
1086
+ "type": "simple-grid",
1086
1087
  "children": [
1087
1088
  {
1088
- "label": "Business",
1089
1089
  "type": "stat-display",
1090
1090
  "value": "@entity.businessName",
1091
- "icon": "user"
1091
+ "icon": "user",
1092
+ "label": "Business"
1092
1093
  },
1093
1094
  {
1094
- "icon": "credit-card",
1095
1095
  "type": "stat-display",
1096
1096
  "value": "@entity.ein",
1097
+ "icon": "credit-card",
1097
1098
  "label": "EIN"
1098
1099
  }
1099
1100
  ],
1100
- "type": "simple-grid",
1101
1101
  "cols": 2.0
1102
1102
  },
1103
1103
  {
1104
- "showBack": true,
1105
- "type": "wizard-navigation",
1106
- "showNext": false,
1107
1104
  "onComplete": "SUBMIT",
1108
- "totalSteps": 5.0,
1109
1105
  "showComplete": true,
1106
+ "type": "wizard-navigation",
1107
+ "totalSteps": 5.0,
1108
+ "showBack": true,
1109
+ "onBack": "BACK_STEP",
1110
1110
  "currentStep": 4.0,
1111
- "onBack": "BACK_STEP"
1111
+ "showNext": false
1112
1112
  }
1113
1113
  ],
1114
- "type": "stack",
1115
1114
  "gap": "md",
1116
- "className": "max-w-2xl mx-auto w-full"
1115
+ "type": "stack",
1116
+ "direction": "vertical"
1117
1117
  }
1118
1118
  ]
1119
1119
  ]
@@ -1132,28 +1132,26 @@
1132
1132
  "render-ui",
1133
1133
  "main",
1134
1134
  {
1135
- "direction": "vertical",
1136
- "className": "max-w-2xl mx-auto w-full",
1137
- "type": "stack",
1138
1135
  "children": [
1139
1136
  {
1137
+ "direction": "horizontal",
1138
+ "type": "stack",
1140
1139
  "gap": "sm",
1140
+ "align": "center",
1141
1141
  "children": [
1142
1142
  {
1143
- "type": "icon",
1144
- "name": "credit-card"
1143
+ "name": "credit-card",
1144
+ "type": "icon"
1145
1145
  },
1146
1146
  {
1147
1147
  "type": "typography",
1148
1148
  "content": "Bank Link",
1149
1149
  "variant": "h3"
1150
1150
  }
1151
- ],
1152
- "direction": "horizontal",
1153
- "type": "stack",
1154
- "align": "center"
1151
+ ]
1155
1152
  },
1156
1153
  {
1154
+ "type": "wizard-progress",
1157
1155
  "steps": [
1158
1156
  "Business",
1159
1157
  "Tax ID",
@@ -1161,34 +1159,36 @@
1161
1159
  "Identity",
1162
1160
  "Review"
1163
1161
  ],
1164
- "currentStep": 2.0,
1165
- "type": "wizard-progress"
1162
+ "currentStep": 2.0
1166
1163
  },
1167
1164
  {
1168
1165
  "type": "divider"
1169
1166
  },
1170
1167
  {
1168
+ "cancelEvent": "BACK_STEP",
1169
+ "mode": "edit",
1170
+ "entity": "@entity",
1171
+ "type": "form-section",
1171
1172
  "submitEvent": "NEXT_STEP",
1172
1173
  "fields": [
1173
1174
  "bankRoutingMasked",
1174
1175
  "bankAcctMasked"
1175
- ],
1176
- "mode": "edit",
1177
- "entity": "@entity",
1178
- "type": "form-section",
1179
- "cancelEvent": "BACK_STEP"
1176
+ ]
1180
1177
  },
1181
1178
  {
1182
- "currentStep": 2.0,
1183
- "type": "wizard-navigation",
1184
- "onBack": "BACK_STEP",
1185
- "showNext": true,
1186
1179
  "showBack": true,
1187
- "showComplete": false,
1188
1180
  "onNext": "NEXT_STEP",
1189
- "totalSteps": 5.0
1181
+ "showNext": true,
1182
+ "showComplete": false,
1183
+ "totalSteps": 5.0,
1184
+ "onBack": "BACK_STEP",
1185
+ "type": "wizard-navigation",
1186
+ "currentStep": 2.0
1190
1187
  }
1191
1188
  ],
1189
+ "direction": "vertical",
1190
+ "type": "stack",
1191
+ "className": "max-w-2xl mx-auto w-full",
1192
1192
  "gap": "md"
1193
1193
  }
1194
1194
  ]
@@ -1214,11 +1214,14 @@
1214
1214
  "main",
1215
1215
  {
1216
1216
  "align": "center",
1217
+ "gap": "md",
1218
+ "type": "stack",
1219
+ "className": "max-w-2xl mx-auto w-full py-12",
1217
1220
  "children": [
1218
1221
  {
1219
- "name": "check-circle",
1222
+ "type": "icon",
1220
1223
  "color": "success",
1221
- "type": "icon"
1224
+ "name": "check-circle"
1222
1225
  },
1223
1226
  {
1224
1227
  "content": "Application Submitted",
@@ -1227,15 +1230,12 @@
1227
1230
  },
1228
1231
  {
1229
1232
  "type": "typography",
1230
- "color": "muted",
1231
1233
  "content": "Thanks. We will review your vendor application and email you within 2 business days.",
1232
- "variant": "body"
1234
+ "variant": "body",
1235
+ "color": "muted"
1233
1236
  }
1234
1237
  ],
1235
- "type": "stack",
1236
- "className": "max-w-2xl mx-auto w-full py-12",
1237
- "direction": "vertical",
1238
- "gap": "md"
1238
+ "direction": "vertical"
1239
1239
  }
1240
1240
  ]
1241
1241
  ]
@@ -1254,6 +1254,9 @@
1254
1254
  "render-ui",
1255
1255
  "main",
1256
1256
  {
1257
+ "type": "stack",
1258
+ "className": "max-w-2xl mx-auto w-full",
1259
+ "direction": "vertical",
1257
1260
  "children": [
1258
1261
  {
1259
1262
  "children": [
@@ -1262,18 +1265,18 @@
1262
1265
  "type": "icon"
1263
1266
  },
1264
1267
  {
1265
- "variant": "h3",
1266
1268
  "content": "Identity Verification",
1267
- "type": "typography"
1269
+ "type": "typography",
1270
+ "variant": "h3"
1268
1271
  }
1269
1272
  ],
1270
- "gap": "sm",
1271
- "align": "center",
1272
1273
  "direction": "horizontal",
1273
- "type": "stack"
1274
+ "type": "stack",
1275
+ "align": "center",
1276
+ "gap": "sm"
1274
1277
  },
1275
1278
  {
1276
- "currentStep": 3.0,
1279
+ "type": "wizard-progress",
1277
1280
  "steps": [
1278
1281
  "Business",
1279
1282
  "Tax ID",
@@ -1281,36 +1284,33 @@
1281
1284
  "Identity",
1282
1285
  "Review"
1283
1286
  ],
1284
- "type": "wizard-progress"
1287
+ "currentStep": 3.0
1285
1288
  },
1286
1289
  {
1287
1290
  "type": "divider"
1288
1291
  },
1289
1292
  {
1293
+ "action": "UPLOAD_IDENTITY",
1294
+ "type": "upload-drop-zone",
1295
+ "description": "or click to browse",
1296
+ "accept": "image/*",
1290
1297
  "maxSize": 10485760.0,
1291
1298
  "icon": "credit-card",
1292
- "label": "Drop ID document here",
1293
- "type": "upload-drop-zone",
1294
- "action": "UPLOAD_IDENTITY",
1295
1299
  "maxFiles": 2.0,
1296
- "description": "or click to browse",
1297
- "accept": "image/*"
1300
+ "label": "Drop ID document here"
1298
1301
  },
1299
1302
  {
1300
- "currentStep": 3.0,
1303
+ "showBack": true,
1301
1304
  "onBack": "BACK_STEP",
1302
- "type": "wizard-navigation",
1303
1305
  "totalSteps": 5.0,
1304
- "showComplete": false,
1305
- "showBack": true,
1306
+ "type": "wizard-navigation",
1307
+ "currentStep": 3.0,
1306
1308
  "showNext": true,
1309
+ "showComplete": false,
1307
1310
  "onNext": "NEXT_STEP"
1308
1311
  }
1309
1312
  ],
1310
- "direction": "vertical",
1311
- "type": "stack",
1312
- "gap": "md",
1313
- "className": "max-w-2xl mx-auto w-full"
1313
+ "gap": "md"
1314
1314
  }
1315
1315
  ]
1316
1316
  ]
@@ -1325,8 +1325,8 @@
1325
1325
  "Vendor",
1326
1326
  {
1327
1327
  "emit": {
1328
- "failure": "VendorLoadFailed",
1329
- "success": "VendorLoaded"
1328
+ "success": "VendorLoaded",
1329
+ "failure": "VendorLoadFailed"
1330
1330
  }
1331
1331
  }
1332
1332
  ],
@@ -1365,6 +1365,50 @@
1365
1365
  }
1366
1366
  ]
1367
1367
  },
1368
+ "config": {
1369
+ "eVerifyRequired": {
1370
+ "type": "boolean",
1371
+ "default": false,
1372
+ "label": "E-Verify required",
1373
+ "description": "US E-Verify gate. Block SUBMIT until verification passes.",
1374
+ "tier": "customization"
1375
+ },
1376
+ "i9DocumentsRequired": {
1377
+ "type": "boolean",
1378
+ "default": false,
1379
+ "label": "I-9 documents required",
1380
+ "description": "Require I-9 supporting documents (relevant for sole-proprietor vendors).",
1381
+ "tier": "customization"
1382
+ },
1383
+ "equalOpportunityTrackingEnabled": {
1384
+ "type": "boolean",
1385
+ "default": false,
1386
+ "label": "Equal opportunity tracking",
1387
+ "description": "Capture supplier diversity / EEO data separately (sibling collection).",
1388
+ "tier": "advanced"
1389
+ },
1390
+ "anonymizeOnRejection": {
1391
+ "type": "boolean",
1392
+ "default": false,
1393
+ "label": "Anonymize on rejection",
1394
+ "description": "When true, scrub vendor PII on rejected applications. Pair with std-data-erasure.",
1395
+ "tier": "customization"
1396
+ },
1397
+ "backgroundCheckRequired": {
1398
+ "type": "boolean",
1399
+ "default": true,
1400
+ "label": "Background check required",
1401
+ "description": "Block SUBMIT until a background check on the vendor is on file.",
1402
+ "tier": "customization"
1403
+ },
1404
+ "retentionAfterRejectionDays": {
1405
+ "type": "number",
1406
+ "default": 1825.0,
1407
+ "label": "Retention after rejection (days)",
1408
+ "description": "Days to keep rejected vendor onboarding records. Default 1825 (5 years) typical KYC retention.",
1409
+ "tier": "advanced"
1410
+ }
1411
+ },
1368
1412
  "scope": "instance"
1369
1413
  },
1370
1414
  {
@@ -1542,8 +1586,8 @@
1542
1586
  "@payload.data",
1543
1587
  {
1544
1588
  "emit": {
1545
- "success": "VendorUpdated",
1546
- "failure": "VendorUpdateFailed"
1589
+ "failure": "VendorUpdateFailed",
1590
+ "success": "VendorUpdated"
1547
1591
  }
1548
1592
  }
1549
1593
  ]
@@ -1561,8 +1605,8 @@
1561
1605
  "@payload.data",
1562
1606
  {
1563
1607
  "emit": {
1564
- "failure": "VendorSubmitFailed",
1565
- "success": "VendorSubmitted"
1608
+ "success": "VendorSubmitted",
1609
+ "failure": "VendorSubmitFailed"
1566
1610
  }
1567
1611
  }
1568
1612
  ]