@almadar/std 14.26.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 (151) hide show
  1. package/behaviors/registry/app/atoms/std-applicant.orb +496 -42
  2. package/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
  3. package/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
  4. package/behaviors/registry/app/atoms/std-change-order.orb +565 -307
  5. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
  6. package/behaviors/registry/app/atoms/std-checkin.orb +434 -270
  7. package/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
  8. package/behaviors/registry/app/atoms/std-class-session.orb +485 -104
  9. package/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
  10. package/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
  11. package/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
  12. package/behaviors/registry/app/atoms/std-donor.orb +445 -135
  13. package/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
  14. package/behaviors/registry/app/atoms/std-driver.orb +465 -480
  15. package/behaviors/registry/app/atoms/std-dunning.orb +450 -512
  16. package/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
  17. package/behaviors/registry/app/atoms/std-event.orb +465 -667
  18. package/behaviors/registry/app/atoms/std-health-score.orb +368 -371
  19. package/behaviors/registry/app/atoms/std-help-article.orb +373 -506
  20. package/behaviors/registry/app/atoms/std-help-category.orb +344 -359
  21. package/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
  22. package/behaviors/registry/app/atoms/std-invoice.orb +494 -291
  23. package/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
  24. package/behaviors/registry/app/atoms/std-lease.orb +506 -190
  25. package/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
  26. package/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
  27. package/behaviors/registry/app/atoms/std-matter.orb +486 -318
  28. package/behaviors/registry/app/atoms/std-membership.orb +512 -102
  29. package/behaviors/registry/app/atoms/std-menu.orb +775 -183
  30. package/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
  31. package/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
  32. package/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
  33. package/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
  34. package/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
  35. package/behaviors/registry/app/atoms/std-receipt.orb +553 -44
  36. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
  37. package/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
  38. package/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
  39. package/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
  40. package/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
  41. package/behaviors/registry/app/atoms/std-rfi.orb +502 -461
  42. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  43. package/behaviors/registry/app/atoms/std-segment.orb +360 -98
  44. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  45. package/behaviors/registry/app/atoms/std-submittal.orb +538 -526
  46. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  47. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
  48. package/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
  49. package/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
  50. package/behaviors/registry/app/atoms/std-tenant.orb +525 -66
  51. package/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
  52. package/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
  53. package/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
  54. package/behaviors/registry/app/atoms/std-trial.orb +410 -317
  55. package/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
  56. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  57. package/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
  58. package/behaviors/registry/app/atoms/std-work-order.orb +628 -240
  59. package/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
  60. package/behaviors/registry/app/molecules/std-application.orb +178 -263
  61. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
  62. package/behaviors/registry/app/molecules/std-cart.orb +78 -72
  63. package/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
  64. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
  65. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
  66. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
  67. package/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
  68. package/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
  69. package/behaviors/registry/core/atoms/std-file-store.orb +534 -164
  70. package/behaviors/registry/core/atoms/std-gallery.orb +118 -101
  71. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
  72. package/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
  73. package/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
  74. package/behaviors/registry/core/atoms/std-version-history.orb +454 -430
  75. package/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
  76. package/dist/behaviors/registry/app/atoms/std-applicant.orb +496 -42
  77. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
  78. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
  79. package/dist/behaviors/registry/app/atoms/std-change-order.orb +565 -307
  80. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
  81. package/dist/behaviors/registry/app/atoms/std-checkin.orb +434 -270
  82. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
  83. package/dist/behaviors/registry/app/atoms/std-class-session.orb +485 -104
  84. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
  85. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
  86. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
  87. package/dist/behaviors/registry/app/atoms/std-donor.orb +445 -135
  88. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
  89. package/dist/behaviors/registry/app/atoms/std-driver.orb +465 -480
  90. package/dist/behaviors/registry/app/atoms/std-dunning.orb +450 -512
  91. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
  92. package/dist/behaviors/registry/app/atoms/std-event.orb +465 -667
  93. package/dist/behaviors/registry/app/atoms/std-health-score.orb +368 -371
  94. package/dist/behaviors/registry/app/atoms/std-help-article.orb +373 -506
  95. package/dist/behaviors/registry/app/atoms/std-help-category.orb +344 -359
  96. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
  97. package/dist/behaviors/registry/app/atoms/std-invoice.orb +494 -291
  98. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
  99. package/dist/behaviors/registry/app/atoms/std-lease.orb +506 -190
  100. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
  101. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
  102. package/dist/behaviors/registry/app/atoms/std-matter.orb +486 -318
  103. package/dist/behaviors/registry/app/atoms/std-membership.orb +512 -102
  104. package/dist/behaviors/registry/app/atoms/std-menu.orb +775 -183
  105. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
  106. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
  107. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
  108. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
  109. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
  110. package/dist/behaviors/registry/app/atoms/std-receipt.orb +553 -44
  111. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
  112. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
  113. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
  114. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
  115. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
  116. package/dist/behaviors/registry/app/atoms/std-rfi.orb +502 -461
  117. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  118. package/dist/behaviors/registry/app/atoms/std-segment.orb +360 -98
  119. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  120. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -526
  121. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  122. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
  123. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
  124. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
  125. package/dist/behaviors/registry/app/atoms/std-tenant.orb +525 -66
  126. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
  127. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
  128. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
  129. package/dist/behaviors/registry/app/atoms/std-trial.orb +410 -317
  130. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
  131. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  132. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
  133. package/dist/behaviors/registry/app/atoms/std-work-order.orb +628 -240
  134. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
  135. package/dist/behaviors/registry/app/molecules/std-application.orb +178 -263
  136. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
  137. package/dist/behaviors/registry/app/molecules/std-cart.orb +78 -72
  138. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
  139. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
  140. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
  141. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
  142. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
  143. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
  144. package/dist/behaviors/registry/core/atoms/std-file-store.orb +534 -164
  145. package/dist/behaviors/registry/core/atoms/std-gallery.orb +118 -101
  146. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
  147. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
  148. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
  149. package/dist/behaviors/registry/core/atoms/std-version-history.orb +454 -430
  150. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
  151. 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",
@@ -274,22 +262,22 @@
274
262
  "render-ui",
275
263
  "main",
276
264
  {
277
- "gap": "md",
278
- "type": "stack",
279
265
  "direction": "vertical",
266
+ "type": "stack",
280
267
  "className": "py-12",
268
+ "gap": "md",
269
+ "align": "center",
281
270
  "children": [
282
271
  {
283
272
  "type": "spinner"
284
273
  },
285
274
  {
286
- "type": "typography",
287
275
  "variant": "caption",
288
276
  "color": "muted",
289
- "content": "Loading vendor application…"
277
+ "content": "Loading vendor application…",
278
+ "type": "typography"
290
279
  }
291
- ],
292
- "align": "center"
280
+ ]
293
281
  }
294
282
  ]
295
283
  ]
@@ -303,14 +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",
297
+ "direction": "vertical",
307
298
  "children": [
308
299
  {
309
- "content": "Vendor Onboarding",
310
- "type": "typography",
311
- "variant": "h2"
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
+ ]
312
315
  },
313
316
  {
317
+ "type": "wizard-progress",
314
318
  "steps": [
315
319
  "Business",
316
320
  "Tax ID",
@@ -318,40 +322,31 @@
318
322
  "Identity",
319
323
  "Review"
320
324
  ],
321
- "type": "wizard-progress",
322
325
  "currentStep": 0.0
323
326
  },
324
327
  {
325
328
  "type": "divider"
326
329
  },
327
330
  {
328
- "variant": "h3",
329
- "type": "typography",
330
- "content": "Business Info"
331
- },
332
- {
333
- "cancelEvent": "INIT",
334
- "type": "form-section",
335
- "mode": "create",
336
331
  "fields": [
337
332
  "businessName",
338
333
  "legalName"
339
334
  ],
340
- "submitEvent": "NEXT_STEP"
335
+ "mode": "create",
336
+ "submitEvent": "NEXT_STEP",
337
+ "type": "form-section",
338
+ "cancelEvent": "INIT"
341
339
  },
342
340
  {
343
- "currentStep": 0.0,
344
- "showNext": true,
345
- "showComplete": false,
346
- "type": "wizard-navigation",
341
+ "showBack": false,
347
342
  "onNext": "NEXT_STEP",
348
343
  "totalSteps": 5.0,
349
- "showBack": false
344
+ "showNext": true,
345
+ "type": "wizard-navigation",
346
+ "currentStep": 0.0,
347
+ "showComplete": false
350
348
  }
351
- ],
352
- "direction": "vertical",
353
- "className": "max-w-2xl mx-auto w-full",
354
- "gap": "lg"
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
- "content": "Tax ID",
423
- "type": "typography"
424
- },
425
- {
426
- "type": "form-section",
427
- "mode": "edit",
428
+ "entity": "@entity",
428
429
  "cancelEvent": "BACK_STEP",
430
+ "type": "form-section",
429
431
  "submitEvent": "NEXT_STEP",
430
432
  "fields": [
431
433
  "ein"
432
434
  ],
433
- "entity": "@entity"
435
+ "mode": "edit"
434
436
  },
435
437
  {
436
- "totalSteps": 5.0,
437
- "showBack": true,
438
+ "onNext": "NEXT_STEP",
438
439
  "onBack": "BACK_STEP",
439
- "showNext": true,
440
+ "totalSteps": 5.0,
440
441
  "type": "wizard-navigation",
441
442
  "showComplete": false,
442
443
  "currentStep": 1.0,
443
- "onNext": "NEXT_STEP"
444
+ "showNext": true,
445
+ "showBack": true
444
446
  }
445
447
  ],
446
- "gap": "lg",
447
- "type": "stack",
448
- "direction": "vertical"
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
- "direction": "vertical",
463
- "gap": "lg",
464
448
  "className": "max-w-2xl mx-auto w-full",
465
- "type": "stack",
466
- "children": [
467
- {
468
- "variant": "h2",
469
- "type": "typography",
470
- "content": "Vendor Onboarding"
471
- },
472
- {
473
- "type": "wizard-progress",
474
- "steps": [
475
- "Business",
476
- "Tax ID",
477
- "Bank",
478
- "Identity",
479
- "Review"
480
- ],
481
- "currentStep": 0.0
482
- },
483
- {
484
- "type": "divider"
485
- },
486
- {
487
- "type": "typography",
488
- "content": "Business Info",
489
- "variant": "h3"
490
- },
491
- {
492
- "cancelEvent": "INIT",
493
- "fields": [
494
- "businessName",
495
- "legalName"
496
- ],
497
- "entity": "@entity",
498
- "type": "form-section",
499
- "mode": "edit",
500
- "submitEvent": "NEXT_STEP"
501
- },
502
- {
503
- "onNext": "NEXT_STEP",
504
- "showNext": true,
505
- "totalSteps": 5.0,
506
- "type": "wizard-navigation",
507
- "showBack": false,
508
- "currentStep": 0.0,
509
- "showComplete": false
510
- }
511
- ]
449
+ "gap": "md",
450
+ "type": "stack"
512
451
  }
513
452
  ]
514
453
  ]
@@ -532,16 +471,29 @@
532
471
  "render-ui",
533
472
  "main",
534
473
  {
535
- "gap": "lg",
536
- "type": "stack",
537
474
  "className": "max-w-2xl mx-auto w-full",
475
+ "gap": "md",
476
+ "direction": "vertical",
538
477
  "children": [
539
478
  {
540
- "type": "typography",
541
- "variant": "h2",
542
- "content": "Vendor Onboarding"
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
+ ]
543
494
  },
544
495
  {
496
+ "type": "wizard-progress",
545
497
  "currentStep": 2.0,
546
498
  "steps": [
547
499
  "Business",
@@ -549,40 +501,34 @@
549
501
  "Bank",
550
502
  "Identity",
551
503
  "Review"
552
- ],
553
- "type": "wizard-progress"
504
+ ]
554
505
  },
555
506
  {
556
507
  "type": "divider"
557
508
  },
558
509
  {
559
- "variant": "h3",
560
- "content": "Bank Link",
561
- "type": "typography"
562
- },
563
- {
510
+ "cancelEvent": "BACK_STEP",
564
511
  "entity": "@entity",
565
512
  "type": "form-section",
566
513
  "submitEvent": "NEXT_STEP",
567
- "mode": "edit",
568
- "cancelEvent": "BACK_STEP",
569
514
  "fields": [
570
515
  "bankRoutingMasked",
571
516
  "bankAcctMasked"
572
- ]
517
+ ],
518
+ "mode": "edit"
573
519
  },
574
520
  {
521
+ "showNext": true,
522
+ "showBack": true,
575
523
  "onBack": "BACK_STEP",
576
524
  "type": "wizard-navigation",
577
- "showBack": true,
578
- "showComplete": false,
579
525
  "currentStep": 2.0,
580
- "showNext": true,
526
+ "showComplete": false,
581
527
  "totalSteps": 5.0,
582
528
  "onNext": "NEXT_STEP"
583
529
  }
584
530
  ],
585
- "direction": "vertical"
531
+ "type": "stack"
586
532
  }
587
533
  ]
588
534
  ]
@@ -601,119 +547,63 @@
601
547
  "render-ui",
602
548
  "main",
603
549
  {
604
- "direction": "vertical",
605
- "type": "stack",
606
- "gap": "lg",
607
- "className": "max-w-2xl mx-auto w-full",
608
550
  "children": [
609
551
  {
610
- "content": "Vendor Onboarding",
611
- "type": "typography",
612
- "variant": "h2"
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
+ ]
613
567
  },
614
568
  {
569
+ "currentStep": 0.0,
570
+ "type": "wizard-progress",
615
571
  "steps": [
616
572
  "Business",
617
573
  "Tax ID",
618
574
  "Bank",
619
575
  "Identity",
620
576
  "Review"
621
- ],
622
- "currentStep": 0.0,
623
- "type": "wizard-progress"
577
+ ]
624
578
  },
625
579
  {
626
580
  "type": "divider"
627
581
  },
628
582
  {
629
- "type": "typography",
630
- "variant": "h3",
631
- "content": "Business Info"
632
- },
633
- {
634
- "submitEvent": "NEXT_STEP",
635
- "entity": "@entity",
636
- "mode": "edit",
637
- "cancelEvent": "INIT",
638
583
  "fields": [
639
584
  "businessName",
640
585
  "legalName"
641
586
  ],
642
- "type": "form-section"
643
- },
644
- {
645
- "totalSteps": 5.0,
646
- "type": "wizard-navigation",
647
- "showComplete": false,
648
- "currentStep": 0.0,
649
- "showBack": false,
650
- "showNext": true,
651
- "onNext": "NEXT_STEP"
652
- }
653
- ]
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
- "type": "stack",
668
- "gap": "lg",
669
- "className": "max-w-2xl mx-auto w-full",
670
- "direction": "vertical",
671
- "children": [
672
- {
673
- "content": "Vendor Onboarding",
674
- "variant": "h2",
675
- "type": "typography"
676
- },
677
- {
678
- "steps": [
679
- "Business",
680
- "Tax ID",
681
- "Bank",
682
- "Identity",
683
- "Review"
684
- ],
685
- "type": "wizard-progress",
686
- "currentStep": 1.0
687
- },
688
- {
689
- "type": "divider"
690
- },
691
- {
692
- "content": "Tax ID",
693
- "variant": "h3",
694
- "type": "typography"
695
- },
696
- {
697
587
  "type": "form-section",
698
- "entity": "@entity",
699
588
  "mode": "edit",
589
+ "entity": "@entity",
700
590
  "submitEvent": "NEXT_STEP",
701
- "fields": [
702
- "ein"
703
- ],
704
- "cancelEvent": "BACK_STEP"
591
+ "cancelEvent": "INIT"
705
592
  },
706
593
  {
707
- "totalSteps": 5.0,
594
+ "showComplete": false,
595
+ "type": "wizard-navigation",
596
+ "currentStep": 0.0,
708
597
  "showNext": true,
709
- "onBack": "BACK_STEP",
598
+ "showBack": false,
710
599
  "onNext": "NEXT_STEP",
711
- "showComplete": false,
712
- "currentStep": 1.0,
713
- "showBack": true,
714
- "type": "wizard-navigation"
600
+ "totalSteps": 5.0
715
601
  }
716
- ]
602
+ ],
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",
745
636
  "direction": "vertical",
746
- "gap": "lg",
747
637
  "className": "max-w-2xl mx-auto w-full",
748
- "type": "stack",
749
638
  "children": [
750
639
  {
751
- "content": "Vendor Onboarding",
752
- "type": "typography",
753
- "variant": "h2"
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
+ ]
754
655
  },
755
656
  {
756
657
  "currentStep": 3.0,
757
- "type": "wizard-progress",
758
658
  "steps": [
759
659
  "Business",
760
660
  "Tax ID",
761
661
  "Bank",
762
662
  "Identity",
763
663
  "Review"
764
- ]
664
+ ],
665
+ "type": "wizard-progress"
765
666
  },
766
667
  {
767
668
  "type": "divider"
768
669
  },
769
670
  {
770
- "content": "Identity Verification",
771
- "variant": "h3",
772
- "type": "typography"
773
- },
774
- {
775
- "content": "Upload a government-issued ID to verify your identity.",
776
671
  "type": "typography",
777
672
  "variant": "body",
778
- "color": "muted"
673
+ "color": "muted",
674
+ "content": "Upload a government-issued ID to verify your identity."
779
675
  },
780
676
  {
781
- "type": "upload-drop-zone",
782
677
  "action": "UPLOAD_IDENTITY",
783
- "accept": "image/*",
784
- "icon": "credit-card",
785
678
  "maxSize": 10485760.0,
786
679
  "maxFiles": 2.0,
680
+ "accept": "image/*",
681
+ "type": "upload-drop-zone",
682
+ "description": "or click to browse",
787
683
  "label": "Drop ID document here",
788
- "description": "or click to browse"
684
+ "icon": "credit-card"
789
685
  },
790
686
  {
791
- "showBack": true,
792
687
  "showNext": true,
793
- "currentStep": 3.0,
688
+ "onBack": "BACK_STEP",
794
689
  "showComplete": false,
795
- "type": "wizard-navigation",
796
690
  "totalSteps": 5.0,
691
+ "currentStep": 3.0,
797
692
  "onNext": "NEXT_STEP",
798
- "onBack": "BACK_STEP"
693
+ "type": "wizard-navigation",
694
+ "showBack": true
799
695
  }
800
- ]
696
+ ],
697
+ "gap": "md"
801
698
  }
802
699
  ]
803
700
  ]
@@ -816,14 +713,27 @@
816
713
  "render-ui",
817
714
  "main",
818
715
  {
819
- "gap": "lg",
820
- "className": "max-w-2xl mx-auto w-full",
821
716
  "direction": "vertical",
717
+ "type": "stack",
718
+ "gap": "md",
719
+ "className": "max-w-2xl mx-auto w-full",
822
720
  "children": [
823
721
  {
824
- "variant": "h2",
825
- "type": "typography",
826
- "content": "Vendor Onboarding"
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
+ }
734
+ ],
735
+ "type": "stack",
736
+ "direction": "horizontal"
827
737
  },
828
738
  {
829
739
  "currentStep": 1.0,
@@ -839,97 +749,27 @@
839
749
  {
840
750
  "type": "divider"
841
751
  },
842
- {
843
- "content": "Tax ID",
844
- "type": "typography",
845
- "variant": "h3"
846
- },
847
752
  {
848
753
  "fields": [
849
754
  "ein"
850
755
  ],
851
- "mode": "edit",
852
- "type": "form-section",
853
- "entity": "@entity",
854
- "submitEvent": "NEXT_STEP",
855
- "cancelEvent": "BACK_STEP"
856
- },
857
- {
858
- "currentStep": 1.0,
859
- "showComplete": false,
860
- "onBack": "BACK_STEP",
861
- "onNext": "NEXT_STEP",
862
- "showNext": true,
863
- "showBack": true,
864
- "totalSteps": 5.0,
865
- "type": "wizard-navigation"
866
- }
867
- ],
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
- "direction": "vertical",
884
- "children": [
885
- {
886
- "variant": "h2",
887
- "content": "Vendor Onboarding",
888
- "type": "typography"
889
- },
890
- {
891
- "type": "wizard-progress",
892
- "steps": [
893
- "Business",
894
- "Tax ID",
895
- "Bank",
896
- "Identity",
897
- "Review"
898
- ],
899
- "currentStep": 2.0
900
- },
901
- {
902
- "type": "divider"
903
- },
904
- {
905
- "content": "Bank Link",
906
- "type": "typography",
907
- "variant": "h3"
908
- },
909
- {
910
- "entity": "@entity",
911
756
  "type": "form-section",
757
+ "entity": "@entity",
758
+ "mode": "edit",
912
759
  "submitEvent": "NEXT_STEP",
913
- "fields": [
914
- "bankRoutingMasked",
915
- "bankAcctMasked"
916
- ],
917
- "cancelEvent": "BACK_STEP",
918
- "mode": "edit"
760
+ "cancelEvent": "BACK_STEP"
919
761
  },
920
762
  {
921
763
  "type": "wizard-navigation",
922
764
  "totalSteps": 5.0,
923
- "currentStep": 2.0,
924
- "showNext": true,
925
- "showBack": true,
926
765
  "onNext": "NEXT_STEP",
927
766
  "showComplete": false,
928
- "onBack": "BACK_STEP"
767
+ "showNext": true,
768
+ "onBack": "BACK_STEP",
769
+ "currentStep": 1.0,
770
+ "showBack": true
929
771
  }
930
- ],
931
- "type": "stack",
932
- "className": "max-w-2xl mx-auto w-full"
772
+ ]
933
773
  }
934
774
  ]
935
775
  ]
@@ -949,12 +789,23 @@
949
789
  "main",
950
790
  {
951
791
  "type": "stack",
952
- "className": "max-w-2xl mx-auto w-full",
953
792
  "children": [
954
793
  {
955
- "content": "Vendor Onboarding",
956
- "variant": "h2",
957
- "type": "typography"
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"
958
809
  },
959
810
  {
960
811
  "type": "wizard-progress",
@@ -971,28 +822,49 @@
971
822
  "type": "divider"
972
823
  },
973
824
  {
974
- "type": "typography",
975
- "content": "Identity Verification",
976
- "variant": "h3"
825
+ "variant": "success",
826
+ "type": "alert",
827
+ "message": "Identity document uploaded."
977
828
  },
978
829
  {
979
- "variant": "success",
980
- "message": "Identity document uploaded.",
981
- "type": "alert"
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
+ ]
982
853
  },
983
854
  {
984
- "type": "wizard-navigation",
985
- "onBack": "BACK_STEP",
986
- "currentStep": 3.0,
987
- "showNext": true,
988
855
  "onNext": "NEXT_STEP",
856
+ "showBack": true,
989
857
  "totalSteps": 5.0,
858
+ "type": "wizard-navigation",
859
+ "currentStep": 3.0,
990
860
  "showComplete": false,
991
- "showBack": true
861
+ "onBack": "BACK_STEP",
862
+ "showNext": true
992
863
  }
993
864
  ],
994
865
  "direction": "vertical",
995
- "gap": "lg"
866
+ "className": "max-w-2xl mx-auto w-full",
867
+ "gap": "md"
996
868
  }
997
869
  ]
998
870
  ]
@@ -1012,14 +884,24 @@
1012
884
  "main",
1013
885
  {
1014
886
  "type": "stack",
1015
- "className": "max-w-2xl mx-auto w-full",
1016
- "gap": "lg",
1017
- "direction": "vertical",
887
+ "gap": "md",
1018
888
  "children": [
1019
889
  {
1020
- "variant": "h2",
1021
- "content": "Vendor Onboarding",
1022
- "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"
1023
905
  },
1024
906
  {
1025
907
  "currentStep": 4.0,
@@ -1036,42 +918,34 @@
1036
918
  "type": "divider"
1037
919
  },
1038
920
  {
1039
- "variant": "h3",
1040
- "content": "Review",
1041
- "type": "typography"
1042
- },
1043
- {
1044
- "type": "stack",
1045
921
  "gap": "sm",
1046
- "direction": "vertical",
1047
922
  "children": [
1048
923
  {
924
+ "direction": "horizontal",
925
+ "type": "stack",
926
+ "gap": "md",
1049
927
  "children": [
1050
928
  {
929
+ "variant": "caption",
930
+ "color": "muted",
1051
931
  "content": "Business Name",
1052
- "type": "typography",
1053
- "variant": "caption"
932
+ "type": "typography"
1054
933
  },
1055
934
  {
1056
- "content": "@entity.businessName",
1057
935
  "variant": "body",
1058
- "type": "typography"
936
+ "type": "typography",
937
+ "content": "@entity.businessName"
1059
938
  }
1060
- ],
1061
- "justify": "between",
1062
- "type": "stack",
1063
- "direction": "horizontal",
1064
- "gap": "md"
939
+ ]
1065
940
  },
1066
941
  {
1067
- "gap": "md",
1068
- "direction": "horizontal",
1069
- "justify": "between",
942
+ "type": "stack",
1070
943
  "children": [
1071
944
  {
1072
- "type": "typography",
1073
945
  "variant": "caption",
1074
- "content": "Legal Name"
946
+ "content": "Legal Name",
947
+ "type": "typography",
948
+ "color": "muted"
1075
949
  },
1076
950
  {
1077
951
  "type": "typography",
@@ -1079,93 +953,119 @@
1079
953
  "content": "@entity.legalName"
1080
954
  }
1081
955
  ],
1082
- "type": "stack"
956
+ "gap": "md",
957
+ "direction": "horizontal"
1083
958
  },
1084
959
  {
1085
- "justify": "between",
960
+ "type": "stack",
961
+ "direction": "horizontal",
1086
962
  "gap": "md",
1087
963
  "children": [
1088
964
  {
1089
965
  "variant": "caption",
1090
966
  "content": "EIN",
1091
- "type": "typography"
967
+ "type": "typography",
968
+ "color": "muted"
1092
969
  },
1093
970
  {
1094
971
  "type": "typography",
1095
972
  "content": "@entity.ein",
1096
973
  "variant": "body"
1097
974
  }
1098
- ],
1099
- "type": "stack",
1100
- "direction": "horizontal"
975
+ ]
1101
976
  },
1102
977
  {
1103
- "type": "stack",
1104
- "direction": "horizontal",
1105
- "gap": "md",
1106
- "justify": "between",
1107
978
  "children": [
1108
979
  {
1109
980
  "type": "typography",
1110
- "content": "Bank Routing",
1111
- "variant": "caption"
981
+ "variant": "caption",
982
+ "color": "muted",
983
+ "content": "Bank Routing"
1112
984
  },
1113
985
  {
1114
- "content": "@entity.bankRoutingMasked",
1115
986
  "type": "typography",
1116
- "variant": "body"
987
+ "variant": "body",
988
+ "content": "@entity.bankRoutingMasked"
1117
989
  }
1118
- ]
990
+ ],
991
+ "direction": "horizontal",
992
+ "gap": "md",
993
+ "type": "stack"
1119
994
  },
1120
995
  {
996
+ "gap": "md",
1121
997
  "direction": "horizontal",
1122
- "justify": "between",
1123
- "type": "stack",
1124
998
  "children": [
1125
999
  {
1126
1000
  "type": "typography",
1001
+ "content": "Bank Account",
1127
1002
  "variant": "caption",
1128
- "content": "Bank Account"
1003
+ "color": "muted"
1129
1004
  },
1130
1005
  {
1131
- "type": "typography",
1132
1006
  "variant": "body",
1133
- "content": "@entity.bankAcctMasked"
1007
+ "content": "@entity.bankAcctMasked",
1008
+ "type": "typography"
1134
1009
  }
1135
1010
  ],
1136
- "gap": "md"
1011
+ "type": "stack"
1137
1012
  },
1138
1013
  {
1139
- "type": "stack",
1140
1014
  "direction": "horizontal",
1141
- "gap": "md",
1142
- "justify": "between",
1015
+ "type": "stack",
1143
1016
  "children": [
1144
1017
  {
1145
1018
  "variant": "caption",
1146
- "type": "typography",
1147
- "content": "Identity Doc"
1019
+ "color": "muted",
1020
+ "content": "Identity Doc",
1021
+ "type": "typography"
1148
1022
  },
1149
1023
  {
1150
- "content": "@entity.identityDocUrl",
1151
1024
  "type": "typography",
1152
- "variant": "body"
1025
+ "variant": "body",
1026
+ "content": "@entity.identityDocUrl"
1153
1027
  }
1154
- ]
1028
+ ],
1029
+ "gap": "md"
1030
+ }
1031
+ ],
1032
+ "type": "stack",
1033
+ "direction": "vertical"
1034
+ },
1035
+ {
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"
1155
1053
  }
1156
1054
  ]
1157
1055
  },
1158
1056
  {
1159
- "currentStep": 4.0,
1057
+ "showNext": false,
1160
1058
  "totalSteps": 5.0,
1161
1059
  "showComplete": true,
1162
1060
  "onComplete": "SUBMIT",
1163
- "showBack": true,
1061
+ "currentStep": 4.0,
1164
1062
  "type": "wizard-navigation",
1165
- "showNext": false,
1063
+ "showBack": true,
1166
1064
  "onBack": "BACK_STEP"
1167
1065
  }
1168
- ]
1066
+ ],
1067
+ "direction": "vertical",
1068
+ "className": "max-w-2xl mx-auto w-full"
1169
1069
  }
1170
1070
  ]
1171
1071
  ]
@@ -1184,12 +1084,26 @@
1184
1084
  "render-ui",
1185
1085
  "main",
1186
1086
  {
1087
+ "className": "max-w-2xl mx-auto w-full",
1088
+ "gap": "md",
1187
1089
  "direction": "vertical",
1188
1090
  "children": [
1189
1091
  {
1190
- "content": "Vendor Onboarding",
1191
- "variant": "h2",
1192
- "type": "typography"
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
+ ]
1193
1107
  },
1194
1108
  {
1195
1109
  "steps": [
@@ -1199,42 +1113,35 @@
1199
1113
  "Identity",
1200
1114
  "Review"
1201
1115
  ],
1202
- "currentStep": 2.0,
1203
- "type": "wizard-progress"
1116
+ "type": "wizard-progress",
1117
+ "currentStep": 2.0
1204
1118
  },
1205
1119
  {
1206
1120
  "type": "divider"
1207
1121
  },
1208
1122
  {
1209
- "content": "Bank Link",
1210
- "type": "typography",
1211
- "variant": "h3"
1212
- },
1213
- {
1214
- "submitEvent": "NEXT_STEP",
1215
- "mode": "edit",
1216
1123
  "cancelEvent": "BACK_STEP",
1217
- "type": "form-section",
1218
1124
  "entity": "@entity",
1219
1125
  "fields": [
1220
1126
  "bankRoutingMasked",
1221
1127
  "bankAcctMasked"
1222
- ]
1128
+ ],
1129
+ "type": "form-section",
1130
+ "submitEvent": "NEXT_STEP",
1131
+ "mode": "edit"
1223
1132
  },
1224
1133
  {
1134
+ "showComplete": false,
1225
1135
  "totalSteps": 5.0,
1226
- "onNext": "NEXT_STEP",
1227
- "type": "wizard-navigation",
1228
1136
  "showBack": true,
1137
+ "type": "wizard-navigation",
1229
1138
  "currentStep": 2.0,
1139
+ "showNext": true,
1230
1140
  "onBack": "BACK_STEP",
1231
- "showComplete": false,
1232
- "showNext": true
1141
+ "onNext": "NEXT_STEP"
1233
1142
  }
1234
1143
  ],
1235
- "type": "stack",
1236
- "className": "max-w-2xl mx-auto w-full",
1237
- "gap": "lg"
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
  {
1263
- "name": "check-circle",
1264
1175
  "type": "icon",
1176
+ "name": "check-circle",
1265
1177
  "color": "success"
1266
1178
  },
1267
1179
  {
1268
1180
  "content": "Application Submitted",
1269
- "type": "typography",
1270
- "variant": "h2"
1181
+ "variant": "h3",
1182
+ "type": "typography"
1271
1183
  },
1272
1184
  {
1273
1185
  "type": "typography",
1274
- "content": "Thanks. We will review your vendor application and email you within 2 business days.",
1186
+ "variant": "body",
1275
1187
  "color": "muted",
1276
- "variant": "body"
1188
+ "content": "Thanks. We will review your vendor application and email you within 2 business days."
1277
1189
  }
1278
- ],
1279
- "gap": "lg",
1280
- "direction": "vertical",
1281
- "align": "center",
1282
- "type": "stack",
1283
- "className": "max-w-2xl mx-auto w-full py-12"
1190
+ ]
1284
1191
  }
1285
1192
  ]
1286
1193
  ]
@@ -1299,11 +1206,26 @@
1299
1206
  "render-ui",
1300
1207
  "main",
1301
1208
  {
1209
+ "gap": "md",
1210
+ "type": "stack",
1211
+ "className": "max-w-2xl mx-auto w-full",
1302
1212
  "children": [
1303
1213
  {
1304
- "type": "typography",
1305
- "variant": "h2",
1306
- "content": "Vendor Onboarding"
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"
1307
1229
  },
1308
1230
  {
1309
1231
  "steps": [
@@ -1313,41 +1235,33 @@
1313
1235
  "Identity",
1314
1236
  "Review"
1315
1237
  ],
1316
- "type": "wizard-progress",
1317
- "currentStep": 3.0
1238
+ "currentStep": 3.0,
1239
+ "type": "wizard-progress"
1318
1240
  },
1319
1241
  {
1320
1242
  "type": "divider"
1321
1243
  },
1322
1244
  {
1323
- "content": "Identity Verification",
1324
- "type": "typography",
1325
- "variant": "h3"
1326
- },
1327
- {
1328
- "accept": "image/*",
1245
+ "action": "UPLOAD_IDENTITY",
1246
+ "maxSize": 10485760.0,
1329
1247
  "type": "upload-drop-zone",
1330
1248
  "maxFiles": 2.0,
1331
- "icon": "credit-card",
1332
- "maxSize": 10485760.0,
1333
- "action": "UPLOAD_IDENTITY",
1249
+ "accept": "image/*",
1334
1250
  "label": "Drop ID document here",
1251
+ "icon": "credit-card",
1335
1252
  "description": "or click to browse"
1336
1253
  },
1337
1254
  {
1255
+ "showComplete": false,
1256
+ "type": "wizard-navigation",
1257
+ "totalSteps": 5.0,
1338
1258
  "showBack": true,
1259
+ "onBack": "BACK_STEP",
1339
1260
  "onNext": "NEXT_STEP",
1340
- "totalSteps": 5.0,
1341
- "showComplete": false,
1342
- "showNext": true,
1343
1261
  "currentStep": 3.0,
1344
- "type": "wizard-navigation",
1345
- "onBack": "BACK_STEP"
1262
+ "showNext": true
1346
1263
  }
1347
1264
  ],
1348
- "gap": "lg",
1349
- "className": "max-w-2xl mx-auto w-full",
1350
- "type": "stack",
1351
1265
  "direction": "vertical"
1352
1266
  }
1353
1267
  ]
@@ -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
  ]
@@ -1599,8 +1513,8 @@
1599
1513
  "@payload.data",
1600
1514
  {
1601
1515
  "emit": {
1602
- "success": "VendorSubmitted",
1603
- "failure": "VendorSubmitFailed"
1516
+ "failure": "VendorSubmitFailed",
1517
+ "success": "VendorSubmitted"
1604
1518
  }
1605
1519
  }
1606
1520
  ]