@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
@@ -19,7 +19,7 @@ export declare class RewardTableStatusCell {
19
19
  payoutCancelled: string;
20
20
  rewardStatus(reward: Reward): string;
21
21
  getTaxPendingReasons(reward: Reward, taxConnection: ImpactConnection): string;
22
- getBadgeType(rewardStatus: string): "warning" | "primary" | "success" | "danger";
22
+ getBadgeType(rewardStatus: string): "primary" | "warning" | "success" | "danger";
23
23
  getPayoutStatusText(taxStatus: string): string;
24
24
  render(): any;
25
25
  }
@@ -25,3 +25,4 @@ export declare const BankingInfoFormWithFixedDayPaymentSchedule: () => any;
25
25
  export declare const BankingInfoFormWithFixedDayPaymentScheduleWithError: () => any;
26
26
  export declare const BankingInfoFormWithFixedDayPaymentScheduleLoading: () => any;
27
27
  export declare const BankingInfoFormVerififyIdentityModal: () => any;
28
+ export declare const BankingInfoFormModalOpen: () => any;
@@ -38,6 +38,7 @@ export declare const StepThreeDocusignWithGeneralError: () => any;
38
38
  export declare const StepThreeDocusignWithLoadingError: () => any;
39
39
  export declare const StepThreeDocusignLoading: () => any;
40
40
  export declare const StepThreeDocusignDisabled: () => any;
41
+ export declare const StepThreeWithDocusignModalOpen: () => any;
41
42
  export declare const StepFourDefault: () => any;
42
43
  export declare const StepFourIsPartner: () => any;
43
44
  export declare const StepFourDirectToBankChecked: () => any;
@@ -48,6 +48,7 @@ export interface BankingInfoFormViewProps {
48
48
  bankCountry?: string;
49
49
  countrySearch?: string;
50
50
  email?: string;
51
+ showModal: boolean;
51
52
  };
52
53
  slots?: {
53
54
  verificationDialogSlot?: VNode;
@@ -68,6 +69,8 @@ export interface BankingInfoFormViewProps {
68
69
  setCurrency?: (currency: string) => void;
69
70
  setCountrySearch: (c: any) => void;
70
71
  onVerification: (token: string) => void;
72
+ onModalOpen: () => void;
73
+ onModalClose: () => void;
71
74
  };
72
75
  text: {
73
76
  formStep: string;
@@ -93,6 +96,9 @@ export interface BankingInfoFormViewProps {
93
96
  supportLink: string;
94
97
  verifyEmailHeaderText: string;
95
98
  verifyEmailDescriptionText: string;
99
+ modalTitle: string;
100
+ modalDescription: string;
101
+ modalButtonText: string;
96
102
  error: {
97
103
  generalTitle: string;
98
104
  generalDescription: string;
@@ -81,6 +81,10 @@ export declare class BankingInfoForm {
81
81
  * @uiName Beneficiary account field label
82
82
  */
83
83
  beneficiaryAccountNameLabel: string;
84
+ /**
85
+ * @uiName Beneficiary account field description
86
+ */
87
+ beneficiaryAccountNameDescription: string;
84
88
  /**
85
89
  * @uiName Bank account type field label
86
90
  */
@@ -259,6 +263,18 @@ export declare class BankingInfoForm {
259
263
  * @uiWidget textArea
260
264
  */
261
265
  loadingErrorAlertDescription: string;
266
+ /**
267
+ * @uiName Information modal title
268
+ */
269
+ modalTitle: string;
270
+ /**
271
+ * @uiName Information modal description text
272
+ */
273
+ modalDescription: string;
274
+ /**
275
+ * @uiName Information modal button text
276
+ */
277
+ modalButtonText: string;
262
278
  /**
263
279
  * @undocumented
264
280
  * @uiType object
@@ -11,6 +11,7 @@ export interface DocusignFormViewProps {
11
11
  participantTypeDisabled: boolean;
12
12
  loadingError?: boolean;
13
13
  showExitButton: boolean;
14
+ showModal: boolean;
14
15
  formState: {
15
16
  taxFormExpired: boolean;
16
17
  participantType: "individualParticipant" | "businessEntity" | undefined;
@@ -29,6 +30,8 @@ export interface DocusignFormViewProps {
29
30
  callbacks: {
30
31
  onExit: () => void;
31
32
  setParticipantType: (p: ParticipantType) => void;
33
+ onModalOpen: () => void;
34
+ onModalClose: () => void;
32
35
  };
33
36
  text: {
34
37
  exitButton: string;
@@ -45,6 +48,9 @@ export interface DocusignFormViewProps {
45
48
  participantType: string;
46
49
  taxAndPayoutsDescription: string;
47
50
  supportLink: string;
51
+ modalTitle: string;
52
+ modalDescription: string;
53
+ modalButtonText: string;
48
54
  error: {
49
55
  generalTitle: string;
50
56
  generalDescription: string;
@@ -113,6 +113,18 @@ export declare class DocusignForm {
113
113
  * @uiName Exit button text
114
114
  */
115
115
  exitButton: string;
116
+ /**
117
+ * @uiName Information modal title
118
+ */
119
+ modalTitle: string;
120
+ /**
121
+ * @uiName Information modal description text
122
+ */
123
+ modalDescription: string;
124
+ /**
125
+ * @uiName Information modal button text
126
+ */
127
+ modalButtonText: string;
116
128
  /**
117
129
  * @undocumented
118
130
  * @uiType object
@@ -22,6 +22,7 @@ export declare function useDocusignForm(props: DocusignForm): {
22
22
  documentType: import("../data").TaxDocumentType;
23
23
  documentTypeString: string;
24
24
  showExitButton: boolean;
25
+ showModal: boolean;
25
26
  };
26
27
  data: {
27
28
  taxForm: import("../data").TaxDocumentType;
@@ -32,6 +33,8 @@ export declare function useDocusignForm(props: DocusignForm): {
32
33
  completeDocument: () => Promise<void>;
33
34
  onExit: () => void;
34
35
  setParticipantType: (value: "individualParticipant" | "businessEntity" | ((prev: "individualParticipant" | "businessEntity") => "individualParticipant" | "businessEntity")) => void;
36
+ onModalClose: () => void;
37
+ onModalOpen: () => void;
35
38
  };
36
39
  text: DocusignForm & {
37
40
  error: {
@@ -285,6 +285,21 @@ export declare class TaxAndCashMonolith {
285
285
  * @uiGroup Step 3 Properties
286
286
  */
287
287
  step3_exitButton: string;
288
+ /**
289
+ * @uiName Information modal title
290
+ * @uiGroup Step 3 Properties
291
+ */
292
+ step3_modalTitle: string;
293
+ /**
294
+ * @uiName Information modal description text
295
+ * @uiGroup Step 3 Properties
296
+ */
297
+ step3_modalDescription: string;
298
+ /**
299
+ * @uiName Information modal button text
300
+ * @uiGroup Step 3 Properties
301
+ */
302
+ step3_modalButtonText: string;
288
303
  /**
289
304
  * @uiName Step 4 title
290
305
  * @uiGroup Step 4 Properties
@@ -365,6 +380,11 @@ export declare class TaxAndCashMonolith {
365
380
  * @uiGroup Step 4 Properties
366
381
  */
367
382
  step4_beneficiaryAccountNameLabel: string;
383
+ /**
384
+ * @uiName Beneficiary account field description
385
+ * @uiGroup Step 4 Properties
386
+ */
387
+ step4_beneficiaryAccountNameDescription: string;
368
388
  /**
369
389
  * @uiName Bank account type field label
370
390
  * @uiGroup Step 4 Properties
@@ -506,6 +526,21 @@ export declare class TaxAndCashMonolith {
506
526
  * @uiGroup Step 4 Properties
507
527
  */
508
528
  step4_verifyEmailDescriptionText: string;
529
+ /**
530
+ * @uiName Information modal title
531
+ * @uiGroup Step 4 Properties
532
+ */
533
+ step4_modalTitle: string;
534
+ /**
535
+ * @uiName Information modal description text
536
+ * @uiGroup Step 4 Properties
537
+ */
538
+ step4_modalDescription: string;
539
+ /**
540
+ * @uiName Information modal button text
541
+ * @uiGroup Step 4 Properties
542
+ */
543
+ step4_modalButtonText: string;
509
544
  /**
510
545
  * @uiName Active tax form badge label
511
546
  * @uiGroup Dashboard Properties
@@ -101,6 +101,10 @@ export namespace Components {
101
101
  * @uiName Bank province/state field label
102
102
  */
103
103
  "bankStateLabel": string;
104
+ /**
105
+ * @uiName Beneficiary account field description
106
+ */
107
+ "beneficiaryAccountNameDescription": string;
104
108
  /**
105
109
  * @uiName Beneficiary account field label
106
110
  */
@@ -217,6 +221,18 @@ export namespace Components {
217
221
  * @uiWidget textArea
218
222
  */
219
223
  "loadingErrorAlertHeader": string;
224
+ /**
225
+ * @uiName Information modal button text
226
+ */
227
+ "modalButtonText": string;
228
+ /**
229
+ * @uiName Information modal description text
230
+ */
231
+ "modalDescription": string;
232
+ /**
233
+ * @uiName Information modal title
234
+ */
235
+ "modalTitle": string;
220
236
  /**
221
237
  * @uiName Patronymic name field label
222
238
  */
@@ -751,6 +767,18 @@ export namespace Components {
751
767
  * @uiWidget textArea
752
768
  */
753
769
  "loadingErrorAlertHeader": string;
770
+ /**
771
+ * @uiName Information modal button text
772
+ */
773
+ "modalButtonText": string;
774
+ /**
775
+ * @uiName Information modal description text
776
+ */
777
+ "modalDescription": string;
778
+ /**
779
+ * @uiName Information modal title
780
+ */
781
+ "modalTitle": string;
754
782
  /**
755
783
  * @uiName Participant type field label
756
784
  */
@@ -5522,6 +5550,21 @@ export namespace Components {
5522
5550
  * @uiGroup Step 3 Properties
5523
5551
  */
5524
5552
  "step3_individualParticipant": string;
5553
+ /**
5554
+ * @uiName Information modal button text
5555
+ * @uiGroup Step 3 Properties
5556
+ */
5557
+ "step3_modalButtonText": string;
5558
+ /**
5559
+ * @uiName Information modal description text
5560
+ * @uiGroup Step 3 Properties
5561
+ */
5562
+ "step3_modalDescription": string;
5563
+ /**
5564
+ * @uiName Information modal title
5565
+ * @uiGroup Step 3 Properties
5566
+ */
5567
+ "step3_modalTitle": string;
5525
5568
  /**
5526
5569
  * @uiName Participant type field label
5527
5570
  * @uiGroup Step 3 Properties
@@ -5609,6 +5652,11 @@ export namespace Components {
5609
5652
  * @uiGroup Step 4 Properties
5610
5653
  */
5611
5654
  "step4_bankStateLabel": string;
5655
+ /**
5656
+ * @uiName Beneficiary account field description
5657
+ * @uiGroup Step 4 Properties
5658
+ */
5659
+ "step4_beneficiaryAccountNameDescription": string;
5612
5660
  /**
5613
5661
  * @uiName Beneficiary account field label
5614
5662
  * @uiGroup Step 4 Properties
@@ -5679,6 +5727,21 @@ export namespace Components {
5679
5727
  * @uiGroup Step 4 Properties
5680
5728
  */
5681
5729
  "step4_individualSelectItemLabel": string;
5730
+ /**
5731
+ * @uiName Information modal button text
5732
+ * @uiGroup Step 4 Properties
5733
+ */
5734
+ "step4_modalButtonText": string;
5735
+ /**
5736
+ * @uiName Information modal description text
5737
+ * @uiGroup Step 4 Properties
5738
+ */
5739
+ "step4_modalDescription": string;
5740
+ /**
5741
+ * @uiName Information modal title
5742
+ * @uiGroup Step 4 Properties
5743
+ */
5744
+ "step4_modalTitle": string;
5682
5745
  /**
5683
5746
  * @uiName Patronymic name field label
5684
5747
  * @uiGroup Step 4 Properties
@@ -7402,6 +7465,10 @@ declare namespace LocalJSX {
7402
7465
  * @uiName Bank province/state field label
7403
7466
  */
7404
7467
  "bankStateLabel"?: string;
7468
+ /**
7469
+ * @uiName Beneficiary account field description
7470
+ */
7471
+ "beneficiaryAccountNameDescription"?: string;
7405
7472
  /**
7406
7473
  * @uiName Beneficiary account field label
7407
7474
  */
@@ -7518,6 +7585,18 @@ declare namespace LocalJSX {
7518
7585
  * @uiWidget textArea
7519
7586
  */
7520
7587
  "loadingErrorAlertHeader"?: string;
7588
+ /**
7589
+ * @uiName Information modal button text
7590
+ */
7591
+ "modalButtonText"?: string;
7592
+ /**
7593
+ * @uiName Information modal description text
7594
+ */
7595
+ "modalDescription"?: string;
7596
+ /**
7597
+ * @uiName Information modal title
7598
+ */
7599
+ "modalTitle"?: string;
7521
7600
  /**
7522
7601
  * @uiName Patronymic name field label
7523
7602
  */
@@ -8052,6 +8131,18 @@ declare namespace LocalJSX {
8052
8131
  * @uiWidget textArea
8053
8132
  */
8054
8133
  "loadingErrorAlertHeader"?: string;
8134
+ /**
8135
+ * @uiName Information modal button text
8136
+ */
8137
+ "modalButtonText"?: string;
8138
+ /**
8139
+ * @uiName Information modal description text
8140
+ */
8141
+ "modalDescription"?: string;
8142
+ /**
8143
+ * @uiName Information modal title
8144
+ */
8145
+ "modalTitle"?: string;
8055
8146
  /**
8056
8147
  * @uiName Participant type field label
8057
8148
  */
@@ -12794,6 +12885,21 @@ declare namespace LocalJSX {
12794
12885
  * @uiGroup Step 3 Properties
12795
12886
  */
12796
12887
  "step3_individualParticipant"?: string;
12888
+ /**
12889
+ * @uiName Information modal button text
12890
+ * @uiGroup Step 3 Properties
12891
+ */
12892
+ "step3_modalButtonText"?: string;
12893
+ /**
12894
+ * @uiName Information modal description text
12895
+ * @uiGroup Step 3 Properties
12896
+ */
12897
+ "step3_modalDescription"?: string;
12898
+ /**
12899
+ * @uiName Information modal title
12900
+ * @uiGroup Step 3 Properties
12901
+ */
12902
+ "step3_modalTitle"?: string;
12797
12903
  /**
12798
12904
  * @uiName Participant type field label
12799
12905
  * @uiGroup Step 3 Properties
@@ -12881,6 +12987,11 @@ declare namespace LocalJSX {
12881
12987
  * @uiGroup Step 4 Properties
12882
12988
  */
12883
12989
  "step4_bankStateLabel"?: string;
12990
+ /**
12991
+ * @uiName Beneficiary account field description
12992
+ * @uiGroup Step 4 Properties
12993
+ */
12994
+ "step4_beneficiaryAccountNameDescription"?: string;
12884
12995
  /**
12885
12996
  * @uiName Beneficiary account field label
12886
12997
  * @uiGroup Step 4 Properties
@@ -12951,6 +13062,21 @@ declare namespace LocalJSX {
12951
13062
  * @uiGroup Step 4 Properties
12952
13063
  */
12953
13064
  "step4_individualSelectItemLabel"?: string;
13065
+ /**
13066
+ * @uiName Information modal button text
13067
+ * @uiGroup Step 4 Properties
13068
+ */
13069
+ "step4_modalButtonText"?: string;
13070
+ /**
13071
+ * @uiName Information modal description text
13072
+ * @uiGroup Step 4 Properties
13073
+ */
13074
+ "step4_modalDescription"?: string;
13075
+ /**
13076
+ * @uiName Information modal title
13077
+ * @uiGroup Step 4 Properties
13078
+ */
13079
+ "step4_modalTitle"?: string;
12954
13080
  /**
12955
13081
  * @uiName Patronymic name field label
12956
13082
  * @uiGroup Step 4 Properties
package/docs/docs.docx CHANGED
Binary file