@saasquatch/mint-components 1.15.0-49 → 1.15.0-50

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 (167) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-e379406f.js → IndirectTaxDetailsView-6e117dd3.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-3558387a.js → ShadowViewAddon-e1bcffe2.js} +81 -58
  3. package/dist/cjs/{global-4a3008b4.js → global-6d0d196d.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/mint-components.cjs.js +2 -2
  6. package/dist/cjs/{mockRewardData-6e4a90f9.js → mockRewardData-baa02051.js} +1 -1
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +124 -6
  8. package/dist/cjs/sqm-big-stat_42.cjs.entry.js +9 -6
  9. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -8
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
  14. package/dist/cjs/{sqm-portal-container-view-70eaf785.js → sqm-portal-container-view-07e4343f.js} +1 -1
  15. package/dist/cjs/{sqm-portal-email-verification-view-9ba1a75d.js → sqm-portal-email-verification-view-14ea3a91.js} +1 -1
  16. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  17. package/dist/cjs/{sqm-portal-profile-view-c4c80164.js → sqm-portal-profile-view-570d2ae3.js} +1 -1
  18. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  19. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +4 -4
  20. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-stencilbook.cjs.entry.js +62 -32
  22. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +38 -3
  23. package/dist/cjs/{utils-1b04e1c8.js → utils-0b09e2cb.js} +1 -1
  24. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +1 -1
  25. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  26. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +1 -8
  27. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +1 -1
  28. package/dist/collection/components/sqm-referral-table/mockReferralData.js +1 -1
  29. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +19 -19
  30. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +31 -5
  31. package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +10 -10
  32. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +38 -41
  33. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -2
  34. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +2 -2
  35. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +1 -1
  36. package/dist/collection/components/sqm-rewards-table/mockRewardData.js +1 -1
  37. package/dist/collection/components/sqm-stencilbook/Themes.js +4 -0
  38. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +12 -0
  39. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +16 -0
  40. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
  41. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +36 -1
  42. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +106 -3
  43. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
  44. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +38 -0
  45. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +79 -1
  46. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +4 -0
  47. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +206 -3
  48. package/dist/collection/components/tax-and-cash/sqm-user-info-form/small-views/DocusignExpiredView.js +1 -1
  49. package/dist/collection/global/styles.js +1 -1
  50. package/dist/collection/global/styles.ts +1 -1
  51. package/dist/esm/{IndirectTaxDetailsView-1600022e.js → IndirectTaxDetailsView-2eff2cc8.js} +2 -2
  52. package/dist/esm/{ShadowViewAddon-8af65b53.js → ShadowViewAddon-dc890af9.js} +81 -58
  53. package/dist/esm/{global-9c1112d1.js → global-64286824.js} +1 -1
  54. package/dist/esm/loader.js +2 -2
  55. package/dist/esm/mint-components.js +2 -2
  56. package/dist/esm/{mockRewardData-bdc54f2e.js → mockRewardData-3d8fe7b0.js} +1 -1
  57. package/dist/esm/sqm-banking-info-form_10.entry.js +124 -6
  58. package/dist/esm/sqm-big-stat_42.entry.js +9 -6
  59. package/dist/esm/sqm-code-verification.entry.js +1 -1
  60. package/dist/esm/sqm-email-verification.entry.js +1 -1
  61. package/dist/esm/sqm-empty_4.entry.js +2 -8
  62. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  63. package/dist/esm/sqm-pagination_3.entry.js +1 -1
  64. package/dist/esm/{sqm-portal-container-view-f0b1ccfc.js → sqm-portal-container-view-176e92e3.js} +1 -1
  65. package/dist/esm/{sqm-portal-email-verification-view-10d41c81.js → sqm-portal-email-verification-view-86d50913.js} +1 -1
  66. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  67. package/dist/esm/{sqm-portal-profile-view-7709257a.js → sqm-portal-profile-view-c2b82f77.js} +1 -1
  68. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  69. package/dist/esm/sqm-referral-table_11.entry.js +4 -4
  70. package/dist/esm/sqm-rewards-table_9.entry.js +3 -3
  71. package/dist/esm/sqm-stencilbook.entry.js +62 -32
  72. package/dist/esm/sqm-tax-and-cash.entry.js +38 -3
  73. package/dist/esm/{utils-1d251439.js → utils-517e9b20.js} +1 -1
  74. package/dist/esm-es5/{IndirectTaxDetailsView-1600022e.js → IndirectTaxDetailsView-2eff2cc8.js} +1 -1
  75. package/dist/esm-es5/{ShadowViewAddon-8af65b53.js → ShadowViewAddon-dc890af9.js} +1 -1
  76. package/dist/esm-es5/{global-9c1112d1.js → global-64286824.js} +1 -1
  77. package/dist/esm-es5/loader.js +1 -1
  78. package/dist/esm-es5/mint-components.js +1 -1
  79. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  80. package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
  81. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  82. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  83. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  84. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  85. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  86. package/dist/esm-es5/{sqm-portal-container-view-f0b1ccfc.js → sqm-portal-container-view-176e92e3.js} +1 -1
  87. package/dist/esm-es5/{sqm-portal-email-verification-view-10d41c81.js → sqm-portal-email-verification-view-86d50913.js} +1 -1
  88. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  89. package/dist/esm-es5/{sqm-portal-profile-view-7709257a.js → sqm-portal-profile-view-c2b82f77.js} +1 -1
  90. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  91. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  92. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  93. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  94. package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
  95. package/dist/esm-es5/{utils-1d251439.js → utils-517e9b20.js} +1 -1
  96. package/dist/mint-components/global/styles.ts +1 -1
  97. package/dist/mint-components/mint-components.esm.js +1 -1
  98. package/dist/mint-components/mint-components.js +1 -1
  99. package/dist/mint-components/{p-01082bad.js → p-01c508cc.js} +1 -1
  100. package/dist/mint-components/{p-a5177c16.system.entry.js → p-08cf4237.system.entry.js} +1 -1
  101. package/dist/mint-components/{p-1c8e7298.entry.js → p-106e808d.entry.js} +1 -1
  102. package/dist/mint-components/{p-76bfc42f.entry.js → p-191c1dbf.entry.js} +1 -1
  103. package/dist/mint-components/{p-ec6ec018.entry.js → p-1fb297f9.entry.js} +5 -5
  104. package/dist/mint-components/{p-9c954c08.entry.js → p-305cbc9b.entry.js} +1 -1
  105. package/dist/mint-components/{p-2f46db5e.system.entry.js → p-3ca0adb2.system.entry.js} +1 -1
  106. package/dist/mint-components/{p-314ad8e8.entry.js → p-3f35ded4.entry.js} +1 -1
  107. package/dist/mint-components/p-4904d54f.system.js +1 -0
  108. package/dist/mint-components/{p-68e6e362.js → p-50ee4d5e.js} +1 -1
  109. package/dist/mint-components/p-51810653.system.entry.js +1 -0
  110. package/dist/mint-components/{p-53c69c51.system.js → p-5856f946.system.js} +1 -1
  111. package/dist/mint-components/{p-e94a37bc.system.entry.js → p-59270c5f.system.entry.js} +1 -1
  112. package/dist/mint-components/{p-cf616a3d.system.entry.js → p-5a44e1d2.system.entry.js} +1 -1
  113. package/dist/mint-components/{p-aea6d974.system.js → p-5c362093.system.js} +1 -1
  114. package/dist/mint-components/p-620e625b.system.entry.js +1 -0
  115. package/dist/mint-components/{p-26fe5b91.entry.js → p-6491939b.entry.js} +11 -11
  116. package/dist/mint-components/{p-b34966f6.system.js → p-71bc7f52.system.js} +1 -1
  117. package/dist/mint-components/{p-5737a72e.system.entry.js → p-73a761b4.system.entry.js} +1 -1
  118. package/dist/mint-components/p-79a50a65.entry.js +1 -0
  119. package/dist/mint-components/p-7e0c12e3.entry.js +1 -0
  120. package/dist/mint-components/p-9199ab6d.system.entry.js +1 -0
  121. package/dist/mint-components/{p-572ec8d4.js → p-9580aac3.js} +1 -1
  122. package/dist/mint-components/{p-afe1ea2d.system.entry.js → p-9697bb3f.system.entry.js} +1 -1
  123. package/dist/mint-components/p-9b52645f.entry.js +9 -0
  124. package/dist/mint-components/{p-07bcefdc.js → p-9b7745db.js} +4 -4
  125. package/dist/mint-components/{p-f063930a.entry.js → p-9c73e84d.entry.js} +2 -2
  126. package/dist/mint-components/{p-07ad62e8.system.entry.js → p-a2e377aa.system.entry.js} +1 -1
  127. package/dist/mint-components/p-a6f4fb03.system.js +1 -0
  128. package/dist/mint-components/{p-880bbd84.system.js → p-aadb1a8a.system.js} +1 -1
  129. package/dist/mint-components/{p-11d52524.js → p-b12bd1e1.js} +1 -1
  130. package/dist/mint-components/{p-6964a69b.system.js → p-b3f6377c.system.js} +1 -1
  131. package/dist/mint-components/{p-9c298d88.entry.js → p-bcee8002.entry.js} +1 -1
  132. package/dist/mint-components/{p-16034601.entry.js → p-c2b880ef.entry.js} +1 -1
  133. package/dist/mint-components/p-cbc93735.system.entry.js +1 -0
  134. package/dist/mint-components/p-d5b01068.system.entry.js +1 -0
  135. package/dist/mint-components/{p-208b3b3d.js → p-dbf52a1f.js} +1 -1
  136. package/dist/mint-components/{p-8314626a.js → p-e078e746.js} +1 -1
  137. package/dist/mint-components/{p-9aa2c2fe.entry.js → p-e59eba75.entry.js} +1 -1
  138. package/dist/mint-components/{p-4e2e901f.system.entry.js → p-edfa670f.system.entry.js} +1 -1
  139. package/dist/mint-components/{p-972b9791.system.js → p-f03bd6ad.system.js} +1 -1
  140. package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +457 -437
  141. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  142. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
  143. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  144. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +6 -0
  145. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +16 -0
  146. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +6 -0
  147. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +12 -0
  148. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +3 -0
  149. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +35 -0
  150. package/dist/types/components.d.ts +126 -0
  151. package/docs/docs.docx +0 -0
  152. package/docs/raisins.json +1 -1
  153. package/grapesjs/grapesjs.js +1 -1
  154. package/package.json +1 -1
  155. package/dist/mint-components/p-0592dc0b.system.js +0 -1
  156. package/dist/mint-components/p-114fcd0e.entry.js +0 -1
  157. package/dist/mint-components/p-1f7a26e2.entry.js +0 -9
  158. package/dist/mint-components/p-5b1ae2f4.system.entry.js +0 -1
  159. package/dist/mint-components/p-67d1a31e.entry.js +0 -1
  160. package/dist/mint-components/p-802762ab.system.js +0 -1
  161. package/dist/mint-components/p-8f33e814.system.entry.js +0 -1
  162. package/dist/mint-components/p-ba2c9746.system.entry.js +0 -1
  163. package/dist/mint-components/p-d2df58a5.system.entry.js +0 -1
  164. package/dist/mint-components/p-e3a9496d.system.entry.js +0 -1
  165. /package/dist/esm-es5/{mockRewardData-bdc54f2e.js → mockRewardData-3d8fe7b0.js} +0 -0
  166. /package/dist/mint-components/{p-6cff599f.system.js → p-9841c478.system.js} +0 -0
  167. /package/dist/mint-components/{p-4254a9b6.js → p-a11426b2.js} +0 -0
@@ -305,6 +305,21 @@ export class TaxAndCashMonolith {
305
305
  * @uiGroup Step 3 Properties
306
306
  */
307
307
  this.step3_exitButton = "Exit";
308
+ /**
309
+ * @uiName Information modal title
310
+ * @uiGroup Step 3 Properties
311
+ */
312
+ this.step3_modalTitle = "Important Note";
313
+ /**
314
+ * @uiName Information modal description text
315
+ * @uiGroup Step 3 Properties
316
+ */
317
+ this.step3_modalDescription = "Remember the name you enter in your tax form. It must exactly match the bank account holder name configured in the next step. {br}{br}Otherwise you will have to resubmit your form again and there will be delays receiving your payout.";
318
+ /**
319
+ * @uiName Information modal button text
320
+ * @uiGroup Step 3 Properties
321
+ */
322
+ this.step3_modalButtonText = "I understand";
308
323
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
309
324
  STEP 4 PROPS:
310
325
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -387,7 +402,12 @@ export class TaxAndCashMonolith {
387
402
  * @uiName Beneficiary account field label
388
403
  * @uiGroup Step 4 Properties
389
404
  */
390
- this.step4_beneficiaryAccountNameLabel = "Beneficiary account name";
405
+ this.step4_beneficiaryAccountNameLabel = "Account holder name";
406
+ /**
407
+ * @uiName Beneficiary account field description
408
+ * @uiGroup Step 4 Properties
409
+ */
410
+ this.step4_beneficiaryAccountNameDescription = "The beneficiary name of your bank account. Ensure this matches the name on your tax form.";
391
411
  /**
392
412
  * @uiName Bank account type field label
393
413
  * @uiGroup Step 4 Properties
@@ -529,6 +549,21 @@ export class TaxAndCashMonolith {
529
549
  * @uiGroup Step 4 Properties
530
550
  */
531
551
  this.step4_verifyEmailDescriptionText = "Verify your email to update your payment settings. Enter the code sent to {email} from our referral provider, impact.com.";
552
+ /**
553
+ * @uiName Information modal title
554
+ * @uiGroup Step 4 Properties
555
+ */
556
+ this.step4_modalTitle = "Important Note";
557
+ /**
558
+ * @uiName Information modal description text
559
+ * @uiGroup Step 4 Properties
560
+ */
561
+ this.step4_modalDescription = "Updating payment information places your account and payouts on hold for up to 48 hours while we verify your change. Payments scheduled during the hold period are skipped.";
562
+ /**
563
+ * @uiName Information modal button text
564
+ * @uiGroup Step 4 Properties
565
+ */
566
+ this.step4_modalButtonText = "I understand, update my information";
532
567
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
533
568
  DASHBOARD PROPS:
534
569
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -2236,6 +2271,78 @@ export class TaxAndCashMonolith {
2236
2271
  "reflect": false,
2237
2272
  "defaultValue": "\"Exit\""
2238
2273
  },
2274
+ "step3_modalTitle": {
2275
+ "type": "string",
2276
+ "mutable": false,
2277
+ "complexType": {
2278
+ "original": "string",
2279
+ "resolved": "string",
2280
+ "references": {}
2281
+ },
2282
+ "required": false,
2283
+ "optional": false,
2284
+ "docs": {
2285
+ "tags": [{
2286
+ "text": "Information modal title",
2287
+ "name": "uiName"
2288
+ }, {
2289
+ "text": "Step 3 Properties",
2290
+ "name": "uiGroup"
2291
+ }],
2292
+ "text": ""
2293
+ },
2294
+ "attribute": "step-3_modal-title",
2295
+ "reflect": false,
2296
+ "defaultValue": "\"Important Note\""
2297
+ },
2298
+ "step3_modalDescription": {
2299
+ "type": "string",
2300
+ "mutable": false,
2301
+ "complexType": {
2302
+ "original": "string",
2303
+ "resolved": "string",
2304
+ "references": {}
2305
+ },
2306
+ "required": false,
2307
+ "optional": false,
2308
+ "docs": {
2309
+ "tags": [{
2310
+ "text": "Information modal description text",
2311
+ "name": "uiName"
2312
+ }, {
2313
+ "text": "Step 3 Properties",
2314
+ "name": "uiGroup"
2315
+ }],
2316
+ "text": ""
2317
+ },
2318
+ "attribute": "step-3_modal-description",
2319
+ "reflect": false,
2320
+ "defaultValue": "\"Remember the name you enter in your tax form. It must exactly match the bank account holder name configured in the next step. {br}{br}Otherwise you will have to resubmit your form again and there will be delays receiving your payout.\""
2321
+ },
2322
+ "step3_modalButtonText": {
2323
+ "type": "string",
2324
+ "mutable": false,
2325
+ "complexType": {
2326
+ "original": "string",
2327
+ "resolved": "string",
2328
+ "references": {}
2329
+ },
2330
+ "required": false,
2331
+ "optional": false,
2332
+ "docs": {
2333
+ "tags": [{
2334
+ "text": "Information modal button text",
2335
+ "name": "uiName"
2336
+ }, {
2337
+ "text": "Step 3 Properties",
2338
+ "name": "uiGroup"
2339
+ }],
2340
+ "text": ""
2341
+ },
2342
+ "attribute": "step-3_modal-button-text",
2343
+ "reflect": false,
2344
+ "defaultValue": "\"I understand\""
2345
+ },
2239
2346
  "step4_taxAndPayouts": {
2240
2347
  "type": "string",
2241
2348
  "mutable": false,
@@ -2594,7 +2701,31 @@ export class TaxAndCashMonolith {
2594
2701
  },
2595
2702
  "attribute": "step-4_beneficiary-account-name-label",
2596
2703
  "reflect": false,
2597
- "defaultValue": "\"Beneficiary account name\""
2704
+ "defaultValue": "\"Account holder name\""
2705
+ },
2706
+ "step4_beneficiaryAccountNameDescription": {
2707
+ "type": "string",
2708
+ "mutable": false,
2709
+ "complexType": {
2710
+ "original": "string",
2711
+ "resolved": "string",
2712
+ "references": {}
2713
+ },
2714
+ "required": false,
2715
+ "optional": false,
2716
+ "docs": {
2717
+ "tags": [{
2718
+ "text": "Beneficiary account field description",
2719
+ "name": "uiName"
2720
+ }, {
2721
+ "text": "Step 4 Properties",
2722
+ "name": "uiGroup"
2723
+ }],
2724
+ "text": ""
2725
+ },
2726
+ "attribute": "step-4_beneficiary-account-name-description",
2727
+ "reflect": false,
2728
+ "defaultValue": "\"The beneficiary name of your bank account. Ensure this matches the name on your tax form.\""
2598
2729
  },
2599
2730
  "step4_bankAccountTypeLabel": {
2600
2731
  "type": "string",
@@ -3244,6 +3375,78 @@ export class TaxAndCashMonolith {
3244
3375
  "reflect": false,
3245
3376
  "defaultValue": "\"Verify your email to update your payment settings. Enter the code sent to {email} from our referral provider, impact.com.\""
3246
3377
  },
3378
+ "step4_modalTitle": {
3379
+ "type": "string",
3380
+ "mutable": false,
3381
+ "complexType": {
3382
+ "original": "string",
3383
+ "resolved": "string",
3384
+ "references": {}
3385
+ },
3386
+ "required": false,
3387
+ "optional": false,
3388
+ "docs": {
3389
+ "tags": [{
3390
+ "text": "Information modal title",
3391
+ "name": "uiName"
3392
+ }, {
3393
+ "text": "Step 4 Properties",
3394
+ "name": "uiGroup"
3395
+ }],
3396
+ "text": ""
3397
+ },
3398
+ "attribute": "step-4_modal-title",
3399
+ "reflect": false,
3400
+ "defaultValue": "\"Important Note\""
3401
+ },
3402
+ "step4_modalDescription": {
3403
+ "type": "string",
3404
+ "mutable": false,
3405
+ "complexType": {
3406
+ "original": "string",
3407
+ "resolved": "string",
3408
+ "references": {}
3409
+ },
3410
+ "required": false,
3411
+ "optional": false,
3412
+ "docs": {
3413
+ "tags": [{
3414
+ "text": "Information modal description text",
3415
+ "name": "uiName"
3416
+ }, {
3417
+ "text": "Step 4 Properties",
3418
+ "name": "uiGroup"
3419
+ }],
3420
+ "text": ""
3421
+ },
3422
+ "attribute": "step-4_modal-description",
3423
+ "reflect": false,
3424
+ "defaultValue": "\"Updating payment information places your account and payouts on hold for up to 48 hours while we verify your change. Payments scheduled during the hold period are skipped.\""
3425
+ },
3426
+ "step4_modalButtonText": {
3427
+ "type": "string",
3428
+ "mutable": false,
3429
+ "complexType": {
3430
+ "original": "string",
3431
+ "resolved": "string",
3432
+ "references": {}
3433
+ },
3434
+ "required": false,
3435
+ "optional": false,
3436
+ "docs": {
3437
+ "tags": [{
3438
+ "text": "Information modal button text",
3439
+ "name": "uiName"
3440
+ }, {
3441
+ "text": "Step 4 Properties",
3442
+ "name": "uiGroup"
3443
+ }],
3444
+ "text": ""
3445
+ },
3446
+ "attribute": "step-4_modal-button-text",
3447
+ "reflect": false,
3448
+ "defaultValue": "\"I understand, update my information\""
3449
+ },
3247
3450
  "dashboard_statusTextActive": {
3248
3451
  "type": "string",
3249
3452
  "mutable": false,
@@ -5067,7 +5270,7 @@ export class TaxAndCashMonolith {
5067
5270
  "mutable": false,
5068
5271
  "complexType": {
5069
5272
  "original": "DemoData<TaxAndCashMonolith>",
5070
- "resolved": "{ step1_firstName?: string; step1_lastName?: string; step1_email?: string; step1_country?: string; step1_phoneNumber?: string; step1_address?: string; step1_city?: string; step1_state?: string; step1_province?: string; step1_region?: string; step1_postalCode?: string; step1_currency?: string; step1_currencyHelpText?: string; step1_allowBankingCollection?: string; step1_personalInformation?: string; step1_termsAndConditionsLabel?: string; step1_termsAndConditionsLink?: string; step1_searchForCurrencyText?: string; step2_indirectTax?: string; step2_indirectTaxDescription?: string; step2_indirectTaxDetails?: string; step2_otherRegion?: string; step2_otherRegionSubtext?: string; step2_notRegistered?: string; step2_notRegisteredSubtext?: string; step2_selectedRegion?: string; step2_indirectTaxNumber?: string; step2_province?: string; step2_indirectTaxNumberError?: string; step2_qstNumber?: string; step2_isRegisteredQST?: string; step2_isRegisteredSubRegionIncomeTax?: string; step2_subRegion?: string; step2_subRegionTaxNumberLabel?: string; step2_cannotChangeInfoAlert?: string; step3_taxForm?: string; step3_taxFormLabel?: string; step3_participantType?: string; step3_businessEntity?: string; step3_individualParticipant?: string; step3_taxFormDescription?: string; step3_taxFormDescriptionIndividualParticipant?: string; step3_taxFormDescriptionBusinessEntity?: string; step3_docusignExpired?: string; step3_docusignSessionWarning?: string; step3_docusignError?: string; step3_refreshButton?: string; step3_exitButton?: string; step4_taxAndPayouts?: string; step4_directlyToBankAccount?: string; step4_toPayPalAccount?: string; step4_paymentScheduleBalanceThreshold?: string; step4_paymentScheduleFixedDay?: string; step4_paymentDaySelectLabel?: string; step4_paymentThresholdSelectLabel?: string; step4_paymentDayFirstOfMonthLabelText?: string; step4_paymentDayFifteenthOfMonthLabelText?: string; step4_paymentMethod?: string; step4_paymentSchedule?: string; step4_paymentMethodSubtext?: string; step4_payPalInputLabel?: string; step4_bankLocationLabel?: string; step4_beneficiaryAccountNameLabel?: string; step4_bankAccountTypeLabel?: string; step4_checkingSelectItemLabel?: string; step4_savingsSelectItemLabel?: string; step4_bankAccountNumberLabel?: string; step4_ibanLabel?: string; step4_swiftCodeLabel?: string; step4_routingCodeLabel?: string; step4_bankNameLabel?: string; step4_classificationEntityLabel?: string; step4_businessSelectItemLabel?: string; step4_individualSelectItemLabel?: string; step4_foreignSelectItemLabel?: string; step4_classificationCPFLabel?: string; step4_patronymicNameLabel?: string; step4_voCodeLabel?: string; step4_agencyCodeLabel?: string; step4_branchCodeLabel?: string; step4_classificationLabel?: string; step4_taxPayerIdLabel?: string; step4_bankAddressLabel?: string; step4_bankCityLabel?: string; step4_bankStateLabel?: string; step4_bankPostalCodeLabel?: string; step4_eftWithdrawalLabel?: string; step4_fxWireProcessingFeeLabel?: string; step4_verifyEmailHeaderText?: string; step4_verifyEmailDescriptionText?: string; dashboard_statusTextActive?: string; dashboard_statusTextNotActive?: string; dashboard_statusTextNotVerified?: string; dashboard_badgeTextSubmittedOn?: string; dashboard_badgeTextSubmittedOnW8?: string; dashboard_badgeTextAwaitingReview?: string; dashboard_taxAlertHeaderNotActiveW9?: string; dashboard_taxAlertHeaderNotActiveW8?: string; dashboard_taxAlertNotActiveMessageW9?: string; dashboard_taxAlertNotActiveMessageW8?: string; dashboard_invalidForm?: string; dashboard_bankingInformationSectionHeader?: string; dashboard_taxDocumentSectionHeader?: string; dashboard_taxDocumentSectionSubHeader?: string; dashboard_noFormNeededSubtext?: string; dashboard_indirectTaxInfoSectionHeader?: string; dashboard_indirectTaxInfoCanada?: string; dashboard_indirectTaxInfoOtherCountry?: string; dashboard_indirectTaxInfoSpain?: string; dashboard_indirectTaxTooltipSupport?: string; dashboard_indirectTaxDetails?: string; dashboard_newFormButton?: string; dashboard_editPaymentInformationButton?: string; dashboard_notRegisteredForTax?: string; dashboard_qstNumber?: string; dashboard_subRegionTaxNumber?: string; dashboard_statusBadgeText?: string; dashboard_thresholdPayoutText?: string; dashboard_accountText?: string; dashboard_invoiceColumnTitle?: string; dashboard_dateColumnTitle?: string; dashboard_earningsColumnTitle?: string; dashboard_indirectTaxColumnTitle?: string; dashboard_payoutFromImpact?: string; dashboard_earningsAfterTaxColumnTitle?: string; dashboard_payoutHoldAlertHeader?: string; dashboard_payoutHoldAlertDescription?: string; dashboard_payoutMissingInformationText?: string; dashboard_invoiceDescription?: string; dashboard_invoicePrevLabel?: string; dashboard_invoiceMoreLabel?: string; dashboard_invoiceHeader?: string; dashboard_invoiceEmptyStateHeader?: string; dashboard_invoiceEmptyStateText?: string; dashboard_replaceTaxFormModalHeader?: string; dashboard_replaceTaxFormModalBodyText?: string; dashboard_verificationRequiredHeader?: string; dashboard_verificationRequiredDescription?: string; dashboard_verificationRequiredInternalHeader?: string; dashboard_verificationRequiredInternalDescription?: string; dashboard_verificationReviewInternalHeader?: string; dashboard_verificationReviewInternalDescription?: string; dashboard_verificationFailedInternalHeader?: string; dashboard_verificationFailedInternalDescription?: string; dashboard_verificationRequiredButtonText?: string; formStep?: string; generalErrorTitle?: string; generalErrorDescription?: string; fieldRequiredError?: string; invalidCharacterError?: string; fieldInvalidError?: string; continueButton?: string; backButton?: string; cancelButton?: string; isPartnerAlertHeader?: string; isPartnerAlertDescription?: string; searchForCountryText?: string; loadingErrorAlertHeader?: string; loadingErrorAlertDescription?: string; taxAndPayoutsDescription?: string; supportLink?: string; stateController?: string; demoData?: Partial<Pick<TaxAndCashMonolith, \"step1_firstName\" | \"step1_lastName\" | \"step1_email\" | \"step1_country\" | \"step1_phoneNumber\" | \"step1_address\" | \"step1_city\" | \"step1_state\" | \"step1_province\" | \"step1_region\" | \"step1_postalCode\" | \"step1_currency\" | \"step1_currencyHelpText\" | \"step1_allowBankingCollection\" | \"step1_personalInformation\" | \"step1_termsAndConditionsLabel\" | \"step1_termsAndConditionsLink\" | \"step1_searchForCurrencyText\" | \"step2_indirectTax\" | \"step2_indirectTaxDescription\" | \"step2_indirectTaxDetails\" | \"step2_otherRegion\" | \"step2_otherRegionSubtext\" | \"step2_notRegistered\" | \"step2_notRegisteredSubtext\" | \"step2_selectedRegion\" | \"step2_indirectTaxNumber\" | \"step2_province\" | \"step2_indirectTaxNumberError\" | \"step2_qstNumber\" | \"step2_isRegisteredQST\" | \"step2_isRegisteredSubRegionIncomeTax\" | \"step2_subRegion\" | \"step2_subRegionTaxNumberLabel\" | \"step2_cannotChangeInfoAlert\" | \"step3_taxForm\" | \"step3_taxFormLabel\" | \"step3_participantType\" | \"step3_businessEntity\" | \"step3_individualParticipant\" | \"step3_taxFormDescription\" | \"step3_taxFormDescriptionIndividualParticipant\" | \"step3_taxFormDescriptionBusinessEntity\" | \"step3_docusignExpired\" | \"step3_docusignSessionWarning\" | \"step3_docusignError\" | \"step3_refreshButton\" | \"step3_exitButton\" | \"step4_taxAndPayouts\" | \"step4_directlyToBankAccount\" | \"step4_toPayPalAccount\" | \"step4_paymentScheduleBalanceThreshold\" | \"step4_paymentScheduleFixedDay\" | \"step4_paymentDaySelectLabel\" | \"step4_paymentThresholdSelectLabel\" | \"step4_paymentDayFirstOfMonthLabelText\" | \"step4_paymentDayFifteenthOfMonthLabelText\" | \"step4_paymentMethod\" | \"step4_paymentSchedule\" | \"step4_paymentMethodSubtext\" | \"step4_payPalInputLabel\" | \"step4_bankLocationLabel\" | \"step4_beneficiaryAccountNameLabel\" | \"step4_bankAccountTypeLabel\" | \"step4_checkingSelectItemLabel\" | \"step4_savingsSelectItemLabel\" | \"step4_bankAccountNumberLabel\" | \"step4_ibanLabel\" | \"step4_swiftCodeLabel\" | \"step4_routingCodeLabel\" | \"step4_bankNameLabel\" | \"step4_classificationEntityLabel\" | \"step4_businessSelectItemLabel\" | \"step4_individualSelectItemLabel\" | \"step4_foreignSelectItemLabel\" | \"step4_classificationCPFLabel\" | \"step4_patronymicNameLabel\" | \"step4_voCodeLabel\" | \"step4_agencyCodeLabel\" | \"step4_branchCodeLabel\" | \"step4_classificationLabel\" | \"step4_taxPayerIdLabel\" | \"step4_bankAddressLabel\" | \"step4_bankCityLabel\" | \"step4_bankStateLabel\" | \"step4_bankPostalCodeLabel\" | \"step4_eftWithdrawalLabel\" | \"step4_fxWireProcessingFeeLabel\" | \"step4_verifyEmailHeaderText\" | \"step4_verifyEmailDescriptionText\" | \"dashboard_statusTextActive\" | \"dashboard_statusTextNotActive\" | \"dashboard_statusTextNotVerified\" | \"dashboard_badgeTextSubmittedOn\" | \"dashboard_badgeTextSubmittedOnW8\" | \"dashboard_badgeTextAwaitingReview\" | \"dashboard_taxAlertHeaderNotActiveW9\" | \"dashboard_taxAlertHeaderNotActiveW8\" | \"dashboard_taxAlertNotActiveMessageW9\" | \"dashboard_taxAlertNotActiveMessageW8\" | \"dashboard_invalidForm\" | \"dashboard_bankingInformationSectionHeader\" | \"dashboard_taxDocumentSectionHeader\" | \"dashboard_taxDocumentSectionSubHeader\" | \"dashboard_noFormNeededSubtext\" | \"dashboard_indirectTaxInfoSectionHeader\" | \"dashboard_indirectTaxInfoCanada\" | \"dashboard_indirectTaxInfoOtherCountry\" | \"dashboard_indirectTaxInfoSpain\" | \"dashboard_indirectTaxTooltipSupport\" | \"dashboard_indirectTaxDetails\" | \"dashboard_newFormButton\" | \"dashboard_editPaymentInformationButton\" | \"dashboard_notRegisteredForTax\" | \"dashboard_qstNumber\" | \"dashboard_subRegionTaxNumber\" | \"dashboard_statusBadgeText\" | \"dashboard_thresholdPayoutText\" | \"dashboard_accountText\" | \"dashboard_invoiceColumnTitle\" | \"dashboard_dateColumnTitle\" | \"dashboard_earningsColumnTitle\" | \"dashboard_indirectTaxColumnTitle\" | \"dashboard_payoutFromImpact\" | \"dashboard_earningsAfterTaxColumnTitle\" | \"dashboard_payoutHoldAlertHeader\" | \"dashboard_payoutHoldAlertDescription\" | \"dashboard_payoutMissingInformationText\" | \"dashboard_invoiceDescription\" | \"dashboard_invoicePrevLabel\" | \"dashboard_invoiceMoreLabel\" | \"dashboard_invoiceHeader\" | \"dashboard_invoiceEmptyStateHeader\" | \"dashboard_invoiceEmptyStateText\" | \"dashboard_replaceTaxFormModalHeader\" | \"dashboard_replaceTaxFormModalBodyText\" | \"dashboard_verificationRequiredHeader\" | \"dashboard_verificationRequiredDescription\" | \"dashboard_verificationRequiredInternalHeader\" | \"dashboard_verificationRequiredInternalDescription\" | \"dashboard_verificationReviewInternalHeader\" | \"dashboard_verificationReviewInternalDescription\" | \"dashboard_verificationFailedInternalHeader\" | \"dashboard_verificationFailedInternalDescription\" | \"dashboard_verificationRequiredButtonText\" | \"formStep\" | \"generalErrorTitle\" | \"generalErrorDescription\" | \"fieldRequiredError\" | \"invalidCharacterError\" | \"fieldInvalidError\" | \"continueButton\" | \"backButton\" | \"cancelButton\" | \"isPartnerAlertHeader\" | \"isPartnerAlertDescription\" | \"searchForCountryText\" | \"loadingErrorAlertHeader\" | \"loadingErrorAlertDescription\" | \"taxAndPayoutsDescription\" | \"supportLink\" | \"stateController\" | \"demoData\" | \"disconnectedCallback\" | \"getGeneralStepTextProps\" | \"render\">>; disconnectedCallback?: () => void; getGeneralStepTextProps?: (prefix: string) => PickPrefix<TaxAndCashMonolith, string> & { generalErrorTitle: string; generalErrorDescription: string; fieldRequiredError: string; invalidCharacterError: string; fieldInvalidError: string; continueButton: string; backButton: string; cancelButton: string; isPartnerAlertHeader: string; isPartnerAlertDescription: string; loadingErrorAlertHeader: string; loadingErrorAlertDescription: string; taxAndPayoutsDescription: string; searchForCountryText: string; formStep: string; supportLink: string; }; render?: () => any; }",
5273
+ "resolved": "{ step1_firstName?: string; step1_lastName?: string; step1_email?: string; step1_country?: string; step1_phoneNumber?: string; step1_address?: string; step1_city?: string; step1_state?: string; step1_province?: string; step1_region?: string; step1_postalCode?: string; step1_currency?: string; step1_currencyHelpText?: string; step1_allowBankingCollection?: string; step1_personalInformation?: string; step1_termsAndConditionsLabel?: string; step1_termsAndConditionsLink?: string; step1_searchForCurrencyText?: string; step2_indirectTax?: string; step2_indirectTaxDescription?: string; step2_indirectTaxDetails?: string; step2_otherRegion?: string; step2_otherRegionSubtext?: string; step2_notRegistered?: string; step2_notRegisteredSubtext?: string; step2_selectedRegion?: string; step2_indirectTaxNumber?: string; step2_province?: string; step2_indirectTaxNumberError?: string; step2_qstNumber?: string; step2_isRegisteredQST?: string; step2_isRegisteredSubRegionIncomeTax?: string; step2_subRegion?: string; step2_subRegionTaxNumberLabel?: string; step2_cannotChangeInfoAlert?: string; step3_taxForm?: string; step3_taxFormLabel?: string; step3_participantType?: string; step3_businessEntity?: string; step3_individualParticipant?: string; step3_taxFormDescription?: string; step3_taxFormDescriptionIndividualParticipant?: string; step3_taxFormDescriptionBusinessEntity?: string; step3_docusignExpired?: string; step3_docusignSessionWarning?: string; step3_docusignError?: string; step3_refreshButton?: string; step3_exitButton?: string; step3_modalTitle?: string; step3_modalDescription?: string; step3_modalButtonText?: string; step4_taxAndPayouts?: string; step4_directlyToBankAccount?: string; step4_toPayPalAccount?: string; step4_paymentScheduleBalanceThreshold?: string; step4_paymentScheduleFixedDay?: string; step4_paymentDaySelectLabel?: string; step4_paymentThresholdSelectLabel?: string; step4_paymentDayFirstOfMonthLabelText?: string; step4_paymentDayFifteenthOfMonthLabelText?: string; step4_paymentMethod?: string; step4_paymentSchedule?: string; step4_paymentMethodSubtext?: string; step4_payPalInputLabel?: string; step4_bankLocationLabel?: string; step4_beneficiaryAccountNameLabel?: string; step4_beneficiaryAccountNameDescription?: string; step4_bankAccountTypeLabel?: string; step4_checkingSelectItemLabel?: string; step4_savingsSelectItemLabel?: string; step4_bankAccountNumberLabel?: string; step4_ibanLabel?: string; step4_swiftCodeLabel?: string; step4_routingCodeLabel?: string; step4_bankNameLabel?: string; step4_classificationEntityLabel?: string; step4_businessSelectItemLabel?: string; step4_individualSelectItemLabel?: string; step4_foreignSelectItemLabel?: string; step4_classificationCPFLabel?: string; step4_patronymicNameLabel?: string; step4_voCodeLabel?: string; step4_agencyCodeLabel?: string; step4_branchCodeLabel?: string; step4_classificationLabel?: string; step4_taxPayerIdLabel?: string; step4_bankAddressLabel?: string; step4_bankCityLabel?: string; step4_bankStateLabel?: string; step4_bankPostalCodeLabel?: string; step4_eftWithdrawalLabel?: string; step4_fxWireProcessingFeeLabel?: string; step4_verifyEmailHeaderText?: string; step4_verifyEmailDescriptionText?: string; step4_modalTitle?: string; step4_modalDescription?: string; step4_modalButtonText?: string; dashboard_statusTextActive?: string; dashboard_statusTextNotActive?: string; dashboard_statusTextNotVerified?: string; dashboard_badgeTextSubmittedOn?: string; dashboard_badgeTextSubmittedOnW8?: string; dashboard_badgeTextAwaitingReview?: string; dashboard_taxAlertHeaderNotActiveW9?: string; dashboard_taxAlertHeaderNotActiveW8?: string; dashboard_taxAlertNotActiveMessageW9?: string; dashboard_taxAlertNotActiveMessageW8?: string; dashboard_invalidForm?: string; dashboard_bankingInformationSectionHeader?: string; dashboard_taxDocumentSectionHeader?: string; dashboard_taxDocumentSectionSubHeader?: string; dashboard_noFormNeededSubtext?: string; dashboard_indirectTaxInfoSectionHeader?: string; dashboard_indirectTaxInfoCanada?: string; dashboard_indirectTaxInfoOtherCountry?: string; dashboard_indirectTaxInfoSpain?: string; dashboard_indirectTaxTooltipSupport?: string; dashboard_indirectTaxDetails?: string; dashboard_newFormButton?: string; dashboard_editPaymentInformationButton?: string; dashboard_notRegisteredForTax?: string; dashboard_qstNumber?: string; dashboard_subRegionTaxNumber?: string; dashboard_statusBadgeText?: string; dashboard_thresholdPayoutText?: string; dashboard_accountText?: string; dashboard_invoiceColumnTitle?: string; dashboard_dateColumnTitle?: string; dashboard_earningsColumnTitle?: string; dashboard_indirectTaxColumnTitle?: string; dashboard_payoutFromImpact?: string; dashboard_earningsAfterTaxColumnTitle?: string; dashboard_payoutHoldAlertHeader?: string; dashboard_payoutHoldAlertDescription?: string; dashboard_payoutMissingInformationText?: string; dashboard_invoiceDescription?: string; dashboard_invoicePrevLabel?: string; dashboard_invoiceMoreLabel?: string; dashboard_invoiceHeader?: string; dashboard_invoiceEmptyStateHeader?: string; dashboard_invoiceEmptyStateText?: string; dashboard_replaceTaxFormModalHeader?: string; dashboard_replaceTaxFormModalBodyText?: string; dashboard_verificationRequiredHeader?: string; dashboard_verificationRequiredDescription?: string; dashboard_verificationRequiredInternalHeader?: string; dashboard_verificationRequiredInternalDescription?: string; dashboard_verificationReviewInternalHeader?: string; dashboard_verificationReviewInternalDescription?: string; dashboard_verificationFailedInternalHeader?: string; dashboard_verificationFailedInternalDescription?: string; dashboard_verificationRequiredButtonText?: string; formStep?: string; generalErrorTitle?: string; generalErrorDescription?: string; fieldRequiredError?: string; invalidCharacterError?: string; fieldInvalidError?: string; continueButton?: string; backButton?: string; cancelButton?: string; isPartnerAlertHeader?: string; isPartnerAlertDescription?: string; searchForCountryText?: string; loadingErrorAlertHeader?: string; loadingErrorAlertDescription?: string; taxAndPayoutsDescription?: string; supportLink?: string; stateController?: string; demoData?: Partial<Pick<TaxAndCashMonolith, \"step1_firstName\" | \"step1_lastName\" | \"step1_email\" | \"step1_country\" | \"step1_phoneNumber\" | \"step1_address\" | \"step1_city\" | \"step1_state\" | \"step1_province\" | \"step1_region\" | \"step1_postalCode\" | \"step1_currency\" | \"step1_currencyHelpText\" | \"step1_allowBankingCollection\" | \"step1_personalInformation\" | \"step1_termsAndConditionsLabel\" | \"step1_termsAndConditionsLink\" | \"step1_searchForCurrencyText\" | \"step2_indirectTax\" | \"step2_indirectTaxDescription\" | \"step2_indirectTaxDetails\" | \"step2_otherRegion\" | \"step2_otherRegionSubtext\" | \"step2_notRegistered\" | \"step2_notRegisteredSubtext\" | \"step2_selectedRegion\" | \"step2_indirectTaxNumber\" | \"step2_province\" | \"step2_indirectTaxNumberError\" | \"step2_qstNumber\" | \"step2_isRegisteredQST\" | \"step2_isRegisteredSubRegionIncomeTax\" | \"step2_subRegion\" | \"step2_subRegionTaxNumberLabel\" | \"step2_cannotChangeInfoAlert\" | \"step3_taxForm\" | \"step3_taxFormLabel\" | \"step3_participantType\" | \"step3_businessEntity\" | \"step3_individualParticipant\" | \"step3_taxFormDescription\" | \"step3_taxFormDescriptionIndividualParticipant\" | \"step3_taxFormDescriptionBusinessEntity\" | \"step3_docusignExpired\" | \"step3_docusignSessionWarning\" | \"step3_docusignError\" | \"step3_refreshButton\" | \"step3_exitButton\" | \"step3_modalTitle\" | \"step3_modalDescription\" | \"step3_modalButtonText\" | \"step4_taxAndPayouts\" | \"step4_directlyToBankAccount\" | \"step4_toPayPalAccount\" | \"step4_paymentScheduleBalanceThreshold\" | \"step4_paymentScheduleFixedDay\" | \"step4_paymentDaySelectLabel\" | \"step4_paymentThresholdSelectLabel\" | \"step4_paymentDayFirstOfMonthLabelText\" | \"step4_paymentDayFifteenthOfMonthLabelText\" | \"step4_paymentMethod\" | \"step4_paymentSchedule\" | \"step4_paymentMethodSubtext\" | \"step4_payPalInputLabel\" | \"step4_bankLocationLabel\" | \"step4_beneficiaryAccountNameLabel\" | \"step4_beneficiaryAccountNameDescription\" | \"step4_bankAccountTypeLabel\" | \"step4_checkingSelectItemLabel\" | \"step4_savingsSelectItemLabel\" | \"step4_bankAccountNumberLabel\" | \"step4_ibanLabel\" | \"step4_swiftCodeLabel\" | \"step4_routingCodeLabel\" | \"step4_bankNameLabel\" | \"step4_classificationEntityLabel\" | \"step4_businessSelectItemLabel\" | \"step4_individualSelectItemLabel\" | \"step4_foreignSelectItemLabel\" | \"step4_classificationCPFLabel\" | \"step4_patronymicNameLabel\" | \"step4_voCodeLabel\" | \"step4_agencyCodeLabel\" | \"step4_branchCodeLabel\" | \"step4_classificationLabel\" | \"step4_taxPayerIdLabel\" | \"step4_bankAddressLabel\" | \"step4_bankCityLabel\" | \"step4_bankStateLabel\" | \"step4_bankPostalCodeLabel\" | \"step4_eftWithdrawalLabel\" | \"step4_fxWireProcessingFeeLabel\" | \"step4_verifyEmailHeaderText\" | \"step4_verifyEmailDescriptionText\" | \"step4_modalTitle\" | \"step4_modalDescription\" | \"step4_modalButtonText\" | \"dashboard_statusTextActive\" | \"dashboard_statusTextNotActive\" | \"dashboard_statusTextNotVerified\" | \"dashboard_badgeTextSubmittedOn\" | \"dashboard_badgeTextSubmittedOnW8\" | \"dashboard_badgeTextAwaitingReview\" | \"dashboard_taxAlertHeaderNotActiveW9\" | \"dashboard_taxAlertHeaderNotActiveW8\" | \"dashboard_taxAlertNotActiveMessageW9\" | \"dashboard_taxAlertNotActiveMessageW8\" | \"dashboard_invalidForm\" | \"dashboard_bankingInformationSectionHeader\" | \"dashboard_taxDocumentSectionHeader\" | \"dashboard_taxDocumentSectionSubHeader\" | \"dashboard_noFormNeededSubtext\" | \"dashboard_indirectTaxInfoSectionHeader\" | \"dashboard_indirectTaxInfoCanada\" | \"dashboard_indirectTaxInfoOtherCountry\" | \"dashboard_indirectTaxInfoSpain\" | \"dashboard_indirectTaxTooltipSupport\" | \"dashboard_indirectTaxDetails\" | \"dashboard_newFormButton\" | \"dashboard_editPaymentInformationButton\" | \"dashboard_notRegisteredForTax\" | \"dashboard_qstNumber\" | \"dashboard_subRegionTaxNumber\" | \"dashboard_statusBadgeText\" | \"dashboard_thresholdPayoutText\" | \"dashboard_accountText\" | \"dashboard_invoiceColumnTitle\" | \"dashboard_dateColumnTitle\" | \"dashboard_earningsColumnTitle\" | \"dashboard_indirectTaxColumnTitle\" | \"dashboard_payoutFromImpact\" | \"dashboard_earningsAfterTaxColumnTitle\" | \"dashboard_payoutHoldAlertHeader\" | \"dashboard_payoutHoldAlertDescription\" | \"dashboard_payoutMissingInformationText\" | \"dashboard_invoiceDescription\" | \"dashboard_invoicePrevLabel\" | \"dashboard_invoiceMoreLabel\" | \"dashboard_invoiceHeader\" | \"dashboard_invoiceEmptyStateHeader\" | \"dashboard_invoiceEmptyStateText\" | \"dashboard_replaceTaxFormModalHeader\" | \"dashboard_replaceTaxFormModalBodyText\" | \"dashboard_verificationRequiredHeader\" | \"dashboard_verificationRequiredDescription\" | \"dashboard_verificationRequiredInternalHeader\" | \"dashboard_verificationRequiredInternalDescription\" | \"dashboard_verificationReviewInternalHeader\" | \"dashboard_verificationReviewInternalDescription\" | \"dashboard_verificationFailedInternalHeader\" | \"dashboard_verificationFailedInternalDescription\" | \"dashboard_verificationRequiredButtonText\" | \"formStep\" | \"generalErrorTitle\" | \"generalErrorDescription\" | \"fieldRequiredError\" | \"invalidCharacterError\" | \"fieldInvalidError\" | \"continueButton\" | \"backButton\" | \"cancelButton\" | \"isPartnerAlertHeader\" | \"isPartnerAlertDescription\" | \"searchForCountryText\" | \"loadingErrorAlertHeader\" | \"loadingErrorAlertDescription\" | \"taxAndPayoutsDescription\" | \"supportLink\" | \"stateController\" | \"demoData\" | \"disconnectedCallback\" | \"getGeneralStepTextProps\" | \"render\">>; disconnectedCallback?: () => void; getGeneralStepTextProps?: (prefix: string) => PickPrefix<TaxAndCashMonolith, string> & { generalErrorTitle: string; generalErrorDescription: string; fieldRequiredError: string; invalidCharacterError: string; fieldInvalidError: string; continueButton: string; backButton: string; cancelButton: string; isPartnerAlertHeader: string; isPartnerAlertDescription: string; loadingErrorAlertHeader: string; loadingErrorAlertDescription: string; taxAndPayoutsDescription: string; searchForCountryText: string; formStep: string; supportLink: string; }; render?: () => any; }",
5071
5274
  "references": {
5072
5275
  "DemoData": {
5073
5276
  "location": "import",
@@ -10,7 +10,7 @@ const style = {
10
10
  gap: "10px",
11
11
  margin: "auto",
12
12
  textAlign: "center",
13
- border: "1px solid var(--sl-color-gray-200)",
13
+ border: "var(--sqm-border-thickness) solid var(--sqm-border-color)",
14
14
  },
15
15
  };
16
16
  const sheet = createStyleSheet(style);
@@ -839,7 +839,7 @@ sl-button[type="primary"]::part(base) {
839
839
  *::part(primarybutton-base):hover,
840
840
  sl-button[type="primary"]::part(base):hover{
841
841
  background-color: var(--sqm-primary-button-background-hover);
842
- border-color: var(--sqm-primary-button-color-border-hover);
842
+ border-color: var(--sqm-primary-button-border-color-hover);
843
843
  color: var(--sqm-primary-button-color-hover);
844
844
  }
845
845
 
@@ -945,7 +945,7 @@ sl-button[type="primary"]::part(base) {
945
945
  *::part(primarybutton-base):hover,
946
946
  sl-button[type="primary"]::part(base):hover{
947
947
  background-color: var(--sqm-primary-button-background-hover);
948
- border-color: var(--sqm-primary-button-color-border-hover);
948
+ border-color: var(--sqm-primary-button-border-color-hover);
949
949
  color: var(--sqm-primary-button-color-hover);
950
950
  }
951
951
 
@@ -1,7 +1,7 @@
1
1
  import { h } from './index-b3a06de8.js';
2
- import { i as intl } from './global-9c1112d1.js';
2
+ import { i as intl } from './global-64286824.js';
3
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
- import { f as formatErrorMessage } from './utils-1d251439.js';
4
+ import { f as formatErrorMessage } from './utils-517e9b20.js';
5
5
 
6
6
  const style = {
7
7
  Description: {