@saasquatch/mint-components 2.2.0-7 → 2.2.0-8

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 (214) hide show
  1. package/dist/cjs/{ShadowViewAddon-1c054d52.js → ShadowViewAddon-3b477e58.js} +429 -27
  2. package/dist/cjs/{data-c03e282a.js → data-89ac73dd.js} +1 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/mint-components.cjs.js +1 -1
  5. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +48 -307
  6. package/dist/cjs/sqm-big-stat_46.cjs.entry.js +334 -36
  7. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-email-verification_2.cjs.entry.js +19 -12
  9. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  10. package/dist/cjs/{sqm-partner-info-modal-view-97770d03.js → sqm-partner-info-modal-view-f6faecf5.js} +1 -1
  11. package/dist/cjs/{sqm-portal-container-view-70a47420.js → sqm-portal-container-view-757f921b.js} +5 -6
  12. package/dist/cjs/{sqm-portal-email-verification-view-d51c2a06.js → sqm-portal-email-verification-view-abb773a7.js} +1 -1
  13. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-portal-forgot-password_6.cjs.entry.js +5 -5
  15. package/dist/cjs/{sqm-portal-profile-view-e6927959.js → sqm-portal-profile-view-3515e1e5.js} +1 -1
  16. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  17. package/dist/cjs/{sqm-portal-registration-form-view-fd48f1d3.js → sqm-portal-registration-form-view-a45f7a52.js} +1 -1
  18. package/dist/cjs/{sqm-portal-reset-password-view-d90d77f9.js → sqm-portal-reset-password-view-a767b044.js} +1 -1
  19. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -2
  20. package/dist/cjs/{sqm-portal-verify-email-view-6258dcae.js → sqm-portal-verify-email-view-717d0633.js} +1 -1
  21. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
  22. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
  23. package/dist/cjs/sqm-stencilbook.cjs.entry.js +176 -32
  24. package/dist/cjs/{sqm-text-span-view-8a32dd8c.js → sqm-text-span-view-b9e10f5d.js} +1 -1
  25. package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
  26. package/dist/cjs/{sqm-user-info-form-view-4d56b339.js → sqm-user-info-form-view-0e1ddbe4.js} +3 -388
  27. package/dist/cjs/{usePayoutStatus-0a98ee05.js → useIndirectTaxForm-c3c1ec56.js} +291 -0
  28. package/dist/cjs/utils-a3b3d05b.js +478 -0
  29. package/dist/collection/components/sqm-big-stat/useBigStat.js +5 -6
  30. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +1 -1
  31. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +2 -3
  32. package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal-view.js +1 -1
  33. package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +2 -2
  34. package/dist/collection/components/sqm-partner-info-modal/usePartnerInfoModal.js +15 -8
  35. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +6 -7
  36. package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +1 -1
  37. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +1 -1
  38. package/dist/collection/components/sqm-referral-iframe/ReferralIframe.stories.js +1 -0
  39. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe-view.js +1 -1
  40. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +27 -1
  41. package/dist/collection/components/sqm-share-code/sqm-share-code.js +0 -1
  42. package/dist/collection/components/sqm-share-link/ShareLink.stories.js +136 -11
  43. package/dist/collection/components/sqm-share-link/UseShareLink.stories.js +14 -5
  44. package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +192 -0
  45. package/dist/collection/components/sqm-share-link/sqm-share-link.js +935 -48
  46. package/dist/collection/components/sqm-share-link/useShareLink.js +227 -14
  47. package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +1 -1
  48. package/dist/collection/components/tax-and-cash/data.js +1 -0
  49. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +19 -1
  50. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +50 -0
  51. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +4 -4
  52. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +2 -2
  53. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +65 -7
  54. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +49 -3
  55. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +2 -2
  56. package/dist/esm/{ShadowViewAddon-4d554869.js → ShadowViewAddon-e115fa1c.js} +431 -30
  57. package/dist/esm/{data-017e5ef2.js → data-8698cbc6.js} +1 -0
  58. package/dist/esm/loader.js +1 -1
  59. package/dist/esm/mint-components.js +1 -1
  60. package/dist/esm/sqm-banking-info-form_10.entry.js +36 -295
  61. package/dist/esm/sqm-big-stat_46.entry.js +333 -35
  62. package/dist/esm/sqm-code-verification.entry.js +1 -1
  63. package/dist/esm/sqm-email-verification_2.entry.js +19 -12
  64. package/dist/esm/sqm-empty_4.entry.js +1 -1
  65. package/dist/esm/{sqm-partner-info-modal-view-5709904e.js → sqm-partner-info-modal-view-d6f3a215.js} +1 -1
  66. package/dist/esm/{sqm-portal-container-view-a8c708cd.js → sqm-portal-container-view-200c9df8.js} +6 -7
  67. package/dist/esm/{sqm-portal-email-verification-view-58bad294.js → sqm-portal-email-verification-view-fde1eb35.js} +1 -1
  68. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  69. package/dist/esm/sqm-portal-forgot-password_6.entry.js +5 -5
  70. package/dist/esm/{sqm-portal-profile-view-115bad4a.js → sqm-portal-profile-view-2018590a.js} +1 -1
  71. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  72. package/dist/esm/{sqm-portal-registration-form-view-9bf30b56.js → sqm-portal-registration-form-view-79265df5.js} +1 -1
  73. package/dist/esm/{sqm-portal-reset-password-view-f8d1689c.js → sqm-portal-reset-password-view-f84c04cf.js} +1 -1
  74. package/dist/esm/sqm-portal-reset-password.entry.js +2 -2
  75. package/dist/esm/{sqm-portal-verify-email-view-c053ead1.js → sqm-portal-verify-email-view-590f964b.js} +1 -1
  76. package/dist/esm/sqm-referral-table_11.entry.js +1 -1
  77. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  78. package/dist/esm/sqm-stencilbook.entry.js +174 -30
  79. package/dist/esm/{sqm-text-span-view-4db9e33f.js → sqm-text-span-view-72f43dff.js} +1 -1
  80. package/dist/esm/sqm-text-span.entry.js +1 -1
  81. package/dist/esm/{sqm-user-info-form-view-d13f9d3e.js → sqm-user-info-form-view-e1ba6009.js} +3 -385
  82. package/dist/esm/{usePayoutStatus-227ae365.js → useIndirectTaxForm-b2888ea5.js} +291 -3
  83. package/dist/esm/utils-4f5cd04c.js +467 -0
  84. package/dist/esm-es5/ShadowViewAddon-e115fa1c.js +1 -0
  85. package/dist/esm-es5/data-8698cbc6.js +1 -0
  86. package/dist/esm-es5/loader.js +1 -1
  87. package/dist/esm-es5/mint-components.js +1 -1
  88. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  89. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  90. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  91. package/dist/esm-es5/sqm-email-verification_2.entry.js +1 -1
  92. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  93. package/dist/esm-es5/{sqm-partner-info-modal-view-5709904e.js → sqm-partner-info-modal-view-d6f3a215.js} +1 -1
  94. package/dist/esm-es5/sqm-portal-container-view-200c9df8.js +1 -0
  95. package/dist/esm-es5/{sqm-portal-email-verification-view-58bad294.js → sqm-portal-email-verification-view-fde1eb35.js} +1 -1
  96. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  97. package/dist/esm-es5/sqm-portal-forgot-password_6.entry.js +1 -1
  98. package/dist/esm-es5/{sqm-portal-profile-view-115bad4a.js → sqm-portal-profile-view-2018590a.js} +1 -1
  99. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  100. package/dist/esm-es5/{sqm-portal-registration-form-view-9bf30b56.js → sqm-portal-registration-form-view-79265df5.js} +1 -1
  101. package/dist/esm-es5/{sqm-portal-reset-password-view-f8d1689c.js → sqm-portal-reset-password-view-f84c04cf.js} +1 -1
  102. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  103. package/dist/esm-es5/{sqm-portal-verify-email-view-c053ead1.js → sqm-portal-verify-email-view-590f964b.js} +1 -1
  104. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  105. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  106. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  107. package/dist/esm-es5/{sqm-text-span-view-4db9e33f.js → sqm-text-span-view-72f43dff.js} +1 -1
  108. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  109. package/dist/esm-es5/sqm-user-info-form-view-e1ba6009.js +1 -0
  110. package/dist/esm-es5/useIndirectTaxForm-b2888ea5.js +6 -0
  111. package/dist/esm-es5/utils-4f5cd04c.js +1 -0
  112. package/dist/mint-components/mint-components.esm.js +1 -1
  113. package/dist/mint-components/{p-4034f157.js → p-0afa6148.js} +1 -1
  114. package/dist/mint-components/p-0b1e90fe.system.js +1 -0
  115. package/dist/mint-components/{p-731c4d33.entry.js → p-13d1b10d.entry.js} +1 -1
  116. package/dist/mint-components/{p-b1b20d42.entry.js → p-1d398dbc.entry.js} +1 -1
  117. package/dist/mint-components/p-1e6a2945.js +1 -0
  118. package/dist/mint-components/p-1efb42e2.js +499 -0
  119. package/dist/mint-components/p-1f387c7b.system.js +1 -1
  120. package/dist/mint-components/{p-d6ccb6fc.entry.js → p-2ed13619.entry.js} +1 -1
  121. package/dist/mint-components/{p-b1765c78.system.js → p-31815fb6.system.js} +1 -1
  122. package/dist/mint-components/p-335a5736.entry.js +1 -0
  123. package/dist/mint-components/{p-dbc8afaa.system.entry.js → p-33ca28ba.system.entry.js} +1 -1
  124. package/dist/mint-components/{p-d1c1c2c9.entry.js → p-3596e241.entry.js} +2 -2
  125. package/dist/mint-components/{p-1faa6ddf.system.entry.js → p-37e24621.system.entry.js} +1 -1
  126. package/dist/mint-components/{p-dafe30c3.entry.js → p-4d73a616.entry.js} +1 -1
  127. package/dist/mint-components/{p-9ba8b28b.system.entry.js → p-51ae6716.system.entry.js} +1 -1
  128. package/dist/mint-components/p-58c24352.system.js +6 -0
  129. package/dist/mint-components/{p-00046ec1.js → p-5c52100b.js} +1 -0
  130. package/dist/mint-components/{p-f368f04a.system.js → p-686dd5eb.system.js} +1 -1
  131. package/dist/mint-components/{p-379cb9f1.system.js → p-7562cd98.system.js} +1 -1
  132. package/dist/mint-components/{p-bd972473.system.js → p-7628e56f.system.js} +1 -1
  133. package/dist/mint-components/{p-d71a8b38.entry.js → p-7cbdf341.entry.js} +2 -2
  134. package/dist/mint-components/p-7d2d9ef9.system.js +1 -0
  135. package/dist/mint-components/{p-8d073bdf.entry.js → p-84495fb8.entry.js} +1 -1
  136. package/dist/mint-components/{p-cfba6b4e.system.entry.js → p-86d20b47.system.entry.js} +1 -1
  137. package/dist/mint-components/{p-71561bb2.system.entry.js → p-8899ff38.system.entry.js} +1 -1
  138. package/dist/mint-components/p-9674856e.entry.js +9 -0
  139. package/dist/mint-components/p-9c1f5317.system.js +1 -0
  140. package/dist/mint-components/p-9f48640d.js +1 -0
  141. package/dist/mint-components/{p-df88dcaa.system.js → p-a4825ec2.system.js} +1 -1
  142. package/dist/mint-components/p-a88b8165.system.entry.js +1 -0
  143. package/dist/mint-components/p-abe9f5b1.js +99 -0
  144. package/dist/mint-components/{p-31edeff4.system.js → p-ae2f610e.system.js} +1 -1
  145. package/dist/mint-components/p-b222bace.system.entry.js +1 -0
  146. package/dist/mint-components/{p-45e2a83a.js → p-b3ad957c.js} +1 -1
  147. package/dist/mint-components/{p-2ab31786.js → p-b871d158.js} +1 -1
  148. package/dist/mint-components/p-b96ed8eb.js +1 -0
  149. package/dist/mint-components/p-bbd41807.entry.js +291 -0
  150. package/dist/mint-components/{p-9b15ee47.system.js → p-be6a0dee.system.js} +1 -1
  151. package/dist/mint-components/{p-a7f72a66.js → p-bee4af5d.js} +1 -1
  152. package/dist/mint-components/{p-0102ad17.system.entry.js → p-c0f8f977.system.entry.js} +1 -1
  153. package/dist/mint-components/{p-50d959bd.js → p-c813ec64.js} +1 -1
  154. package/dist/mint-components/p-cdabd9de.system.js +1 -0
  155. package/dist/mint-components/{p-7699d40a.system.entry.js → p-cfc35705.system.entry.js} +1 -1
  156. package/dist/mint-components/p-d2ede7cd.system.entry.js +1 -0
  157. package/dist/mint-components/{p-e1292288.system.entry.js → p-d3b1ab20.system.entry.js} +1 -1
  158. package/dist/mint-components/p-db6bf7cf.system.entry.js +1 -0
  159. package/dist/mint-components/p-e30abc44.js +1 -0
  160. package/dist/mint-components/{p-3218bb1d.entry.js → p-e506bf7f.entry.js} +1 -1
  161. package/dist/mint-components/{p-ae4994e1.js → p-e8e7af06.js} +1 -1
  162. package/dist/mint-components/p-ebc519bc.system.js +1 -0
  163. package/dist/mint-components/{p-eee0bcf4.entry.js → p-ef32fa8f.entry.js} +1 -1
  164. package/dist/mint-components/{p-ca5b9f4d.system.entry.js → p-fa85ea51.system.entry.js} +1 -1
  165. package/dist/mint-components/p-ffcebe78.entry.js +83 -0
  166. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
  167. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe-view.d.ts +1 -0
  168. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +5 -0
  169. package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +9 -0
  170. package/dist/types/components/sqm-share-link/UseShareLink.stories.d.ts +6 -0
  171. package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +41 -0
  172. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +195 -2
  173. package/dist/types/components/sqm-share-link/useShareLink.d.ts +33 -4
  174. package/dist/types/components/tax-and-cash/data.d.ts +2 -0
  175. package/dist/types/components/tax-and-cash/sqm-banking-info-form/formDefinitions.d.ts +6 -0
  176. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +8 -0
  177. package/dist/types/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.d.ts +2 -0
  178. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +10 -0
  179. package/dist/types/components.d.ts +397 -4
  180. package/docs/docs.docx +0 -0
  181. package/docs/raisins.json +1 -1
  182. package/grapesjs/grapesjs.js +1 -1
  183. package/package.json +1 -1
  184. package/readme.md +60 -1
  185. package/shoelace/assets/icons/twitter-x.svg +4 -0
  186. package/dist/cjs/utils-15ce04e3.js +0 -93
  187. package/dist/esm/utils-17daa419.js +0 -85
  188. package/dist/esm-es5/ShadowViewAddon-4d554869.js +0 -1
  189. package/dist/esm-es5/data-017e5ef2.js +0 -1
  190. package/dist/esm-es5/sqm-portal-container-view-a8c708cd.js +0 -1
  191. package/dist/esm-es5/sqm-user-info-form-view-d13f9d3e.js +0 -1
  192. package/dist/esm-es5/usePayoutStatus-227ae365.js +0 -6
  193. package/dist/esm-es5/utils-17daa419.js +0 -1
  194. package/dist/mint-components/p-00dd7f08.js +0 -1
  195. package/dist/mint-components/p-3254fbb4.entry.js +0 -291
  196. package/dist/mint-components/p-4a8ffa03.system.js +0 -1
  197. package/dist/mint-components/p-4e34bcb1.system.js +0 -1
  198. package/dist/mint-components/p-53d90eb5.js +0 -463
  199. package/dist/mint-components/p-5e300ec1.system.js +0 -6
  200. package/dist/mint-components/p-614723aa.js +0 -1
  201. package/dist/mint-components/p-6af71f23.entry.js +0 -9
  202. package/dist/mint-components/p-6c23abd8.entry.js +0 -1
  203. package/dist/mint-components/p-753d06ef.entry.js +0 -133
  204. package/dist/mint-components/p-7aace2b3.system.js +0 -1
  205. package/dist/mint-components/p-b0ab1065.system.entry.js +0 -1
  206. package/dist/mint-components/p-b52a7da9.system.entry.js +0 -1
  207. package/dist/mint-components/p-b699f76e.system.js +0 -1
  208. package/dist/mint-components/p-b6a1e2ac.js +0 -1
  209. package/dist/mint-components/p-b7370480.js +0 -1
  210. package/dist/mint-components/p-ce7d824b.js +0 -49
  211. package/dist/mint-components/p-e93cdcbd.system.js +0 -1
  212. package/dist/mint-components/p-eb285d38.system.entry.js +0 -1
  213. package/dist/mint-components/p-f782ff10.system.entry.js +0 -1
  214. package/docs/stats.json +0 -122783
@@ -55,6 +55,7 @@ import { ReferralIframeViewProps } from "./components/sqm-referral-iframe/sqm-re
55
55
  import { ReferralDates } from "./components/sqm-referral-table/useReferralTable";
56
56
  import { RewardExchangeViewProps } from "./components/sqm-reward-exchange-list/sqm-reward-exchange-list-view";
57
57
  import { ShareButtonViewProps } from "./components/sqm-share-button/sqm-share-button-view";
58
+ import { ShareLinkViewProps } from "./components/sqm-share-link/sqm-share-link-view";
58
59
  import { TaskCardViewProps } from "./components/sqm-task-card/sqm-task-card-view";
59
60
  import { UseTaxAndCashDashboardResult } from "./components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard";
60
61
  import { UseUserInfoFormResult } from "./components/tax-and-cash/sqm-user-info-form/useUserInfoForm";
@@ -184,6 +185,10 @@ export namespace Components {
184
185
  * @uiWidget textArea
185
186
  */
186
187
  "branchNameError": string;
188
+ /**
189
+ * @uiName Branch name field label
190
+ */
191
+ "branchNameLabel": string;
187
192
  /**
188
193
  * One of three options listed for the classification field
189
194
  * @uiName Business classification option
@@ -203,6 +208,10 @@ export namespace Components {
203
208
  * @uiWidget textArea
204
209
  */
205
210
  "classificationCodeError": string;
211
+ /**
212
+ * @uiName Classification code field label
213
+ */
214
+ "classificationCodeLabel": string;
206
215
  /**
207
216
  * @uiName Classification entity field label
208
217
  */
@@ -576,7 +585,7 @@ export namespace Components {
576
585
  */
577
586
  "checkboxLabelLink"?: string;
578
587
  /**
579
- * @uiName Checkbox label link lext
588
+ * @uiName Checkbox label link text
580
589
  */
581
590
  "checkboxLabelLinkText"?: string;
582
591
  /**
@@ -4104,6 +4113,11 @@ export namespace Components {
4104
4113
  "titleText"?: string;
4105
4114
  }
4106
4115
  interface SqmReferralIframe {
4116
+ /**
4117
+ * Override the default parameter name used in the iframe
4118
+ * @uiName Referral code parameter name
4119
+ */
4120
+ "codeParam": string;
4107
4121
  /**
4108
4122
  * @undocumented
4109
4123
  * @uiType object
@@ -5113,6 +5127,15 @@ export namespace Components {
5113
5127
  "tooltiptext": string;
5114
5128
  }
5115
5129
  interface SqmShareLink {
5130
+ /**
5131
+ * Let advocates customize their share links up to 5 times.
5132
+ * @uiName Allow customization
5133
+ * @uiType boolean
5134
+ * @uiGroup Customizable Vanity Link
5135
+ * @uiWidget CustomLinkSwitch
5136
+ * @requiredFlavor impact
5137
+ */
5138
+ "allowCustomization"?: boolean;
5116
5139
  /**
5117
5140
  * Background color of share link container
5118
5141
  * @uiName Background color
@@ -5154,21 +5177,177 @@ export namespace Components {
5154
5177
  * @uiGroup Style
5155
5178
  */
5156
5179
  "buttonType"?: "primary" | "secondary";
5180
+ /**
5181
+ * Text for the cancel button in editing mode
5182
+ * @uiName Cancel button label
5183
+ * @uiType string
5184
+ * @uiGroup Customizable Vanity Link
5185
+ * @requiredFlavor impact
5186
+ */
5187
+ "cancelLabelText"?: string;
5188
+ /**
5189
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
5190
+ * @uiName Characters remaining text
5191
+ * @uiType string
5192
+ * @uiGroup Customizable Vanity Link
5193
+ * @requiredFlavor impact
5194
+ */
5195
+ "charactersRemainingText"?: string;
5157
5196
  /**
5158
5197
  * @uiName Copy button label
5159
5198
  */
5160
5199
  "copyButtonLabel": string;
5200
+ /**
5201
+ * Tooltip text shown when link customization is disabled
5202
+ * @uiName Customize disabled tooltip
5203
+ * @uiType string
5204
+ * @uiGroup Customizable Vanity Link
5205
+ * @requiredFlavor impact
5206
+ */
5207
+ "customizeDisabledTooltip"?: string;
5208
+ /**
5209
+ * Displayed below the share link.
5210
+ * @uiName Customize link button label
5211
+ * @uiType string
5212
+ * @uiGroup Customizable Vanity Link
5213
+ * @requiredFlavor impact
5214
+ */
5215
+ "customizeLinkButtonLabel"?: string;
5161
5216
  /**
5162
5217
  * @undocumented
5163
5218
  * @uiType object
5164
5219
  */
5165
- "demoData"?: DemoData<CopyTextViewProps>;
5220
+ "demoData"?: DemoData<ShareLinkViewProps>;
5221
+ /**
5222
+ * Label shown above the link input while editing
5223
+ * @uiName Edit input label
5224
+ * @uiType string
5225
+ * @uiGroup Customizable Vanity Link
5226
+ * @requiredFlavor impact
5227
+ */
5228
+ "editLabelText"?: string;
5229
+ /**
5230
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
5231
+ * @uiName Edit limit reached text
5232
+ * @uiType string
5233
+ * @uiWidget textarea
5234
+ * @uiGroup Customizable Vanity Link
5235
+ * @requiredFlavor impact
5236
+ */
5237
+ "editLimitReachedText"?: string;
5238
+ /**
5239
+ * Subtext shown while the user is customizing their URL.
5240
+ * @uiName Edit limit text
5241
+ * @uiType string
5242
+ * @uiGroup Customizable Vanity Link
5243
+ * @requiredFlavor impact
5244
+ */
5245
+ "editLimitText"?: string;
5246
+ /**
5247
+ * Description text shown when the link contains invalid special characters.
5248
+ * @uiName Invalid characters error description
5249
+ * @uiType string
5250
+ * @uiWidget textarea
5251
+ * @uiGroup Customizable Vanity Link
5252
+ * @requiredFlavor impact
5253
+ */
5254
+ "invalidCharactersErrorDescription"?: string;
5255
+ /**
5256
+ * Title of the error message shown when the link contains invalid special characters.
5257
+ * @uiName Invalid characters error title
5258
+ * @uiType string
5259
+ * @uiGroup Customizable Vanity Link
5260
+ * @requiredFlavor impact
5261
+ */
5262
+ "invalidCharactersErrorTitle"?: string;
5263
+ /**
5264
+ * Description text shown when the link has already been taken
5265
+ * @uiName Link taken error message
5266
+ * @uiType string
5267
+ * @uiWidget textarea
5268
+ * @uiGroup Customizable Vanity Link
5269
+ * @requiredFlavor impact
5270
+ */
5271
+ "linkTakenErrorDescription"?: string;
5272
+ /**
5273
+ * Title of the error message shown when the link has already been taken
5274
+ * @uiName Link taken error title
5275
+ * @uiType string
5276
+ * @uiGroup Customizable Vanity Link
5277
+ * @requiredFlavor impact
5278
+ */
5279
+ "linkTakenErrorTitle"?: string;
5280
+ /**
5281
+ * @uiName Min characters text
5282
+ * @uiType string
5283
+ * @uiGroup Customizable Vanity Link
5284
+ * @requiredFlavor impact
5285
+ */
5286
+ "minCharactersText"?: string;
5166
5287
  /**
5167
5288
  * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
5168
5289
  * @uiName Program ID
5169
5290
  * @uiWidget programSelector
5170
5291
  */
5171
5292
  "programId"?: string;
5293
+ /**
5294
+ * Description text shown when the link contains profanity or brand names.
5295
+ * @uiName Restricted words error description
5296
+ * @uiType string
5297
+ * @uiWidget textarea
5298
+ * @uiGroup Customizable Vanity Link
5299
+ * @requiredFlavor impact
5300
+ */
5301
+ "restrictedWordsErrorDescription"?: string;
5302
+ /**
5303
+ * Title of the error message shown when the link contains profanity or brand names.
5304
+ * @uiName Restricted words error title
5305
+ * @uiType string
5306
+ * @uiGroup Customizable Vanity Link
5307
+ * @requiredFlavor impact
5308
+ */
5309
+ "restrictedWordsErrorTitle"?: string;
5310
+ /**
5311
+ * Description shown when saving fails with an unknown error
5312
+ * @uiName Save error description
5313
+ * @uiType string
5314
+ * @uiWidget textarea
5315
+ * @uiGroup Customizable Vanity Link
5316
+ * @requiredFlavor impact
5317
+ */
5318
+ "saveErrorDescription"?: string;
5319
+ /**
5320
+ * Title shown when saving fails with an unknown error
5321
+ * @uiName Save error title
5322
+ * @uiType string
5323
+ * @uiGroup Customizable Vanity Link
5324
+ * @requiredFlavor impact
5325
+ */
5326
+ "saveErrorTitle"?: string;
5327
+ /**
5328
+ * Text for the save button in editing mode
5329
+ * @uiName Save button label
5330
+ * @uiType string
5331
+ * @uiGroup Customizable Vanity Link
5332
+ * @requiredFlavor impact
5333
+ */
5334
+ "saveLabelText"?: string;
5335
+ /**
5336
+ * Text for the save button while saving is in progress
5337
+ * @uiName Saving button label
5338
+ * @uiType string
5339
+ * @uiGroup Customizable Vanity Link
5340
+ * @requiredFlavor impact
5341
+ */
5342
+ "savingLabelText"?: string;
5343
+ /**
5344
+ * Display text for the support link in the edit limit reached message
5345
+ * @uiName Support link text
5346
+ * @uiType string
5347
+ * @uiGroup Customizable Vanity Link
5348
+ * @requiredFlavor impact
5349
+ */
5350
+ "supportLinkText"?: string;
5172
5351
  /**
5173
5352
  * Change the text alignment
5174
5353
  * @uiName Share link alignment
@@ -5196,6 +5375,14 @@ export namespace Components {
5196
5375
  * @uiName Tooltip text
5197
5376
  */
5198
5377
  "tooltiptext": string;
5378
+ /**
5379
+ * Text shown while the link is being validated
5380
+ * @uiName Validating label
5381
+ * @uiType string
5382
+ * @uiGroup Customizable Vanity Link
5383
+ * @requiredFlavor impact
5384
+ */
5385
+ "validatingLabelText"?: string;
5199
5386
  }
5200
5387
  interface SqmSkeleton {
5201
5388
  /**
@@ -6325,6 +6512,11 @@ export namespace Components {
6325
6512
  * @uiGroup Step 4 Properties
6326
6513
  */
6327
6514
  "step4_branchCodeLabel": string;
6515
+ /**
6516
+ * @uiName Branch name field label
6517
+ * @uiGroup Step 4 Properties
6518
+ */
6519
+ "step4_branchNameLabel": string;
6328
6520
  /**
6329
6521
  * One of three options listed for the classification field
6330
6522
  * @uiName Business classification option
@@ -6341,6 +6533,11 @@ export namespace Components {
6341
6533
  * @uiGroup Step 4 Properties
6342
6534
  */
6343
6535
  "step4_classificationCPFLabel": string;
6536
+ /**
6537
+ * @uiName Classification code field label
6538
+ * @uiGroup Step 4 Properties
6539
+ */
6540
+ "step4_classificationCodeLabel": string;
6344
6541
  /**
6345
6542
  * @uiName Classification entity field label
6346
6543
  * @uiGroup Step 4 Properties
@@ -8396,6 +8593,10 @@ declare namespace LocalJSX {
8396
8593
  * @uiWidget textArea
8397
8594
  */
8398
8595
  "branchNameError"?: string;
8596
+ /**
8597
+ * @uiName Branch name field label
8598
+ */
8599
+ "branchNameLabel"?: string;
8399
8600
  /**
8400
8601
  * One of three options listed for the classification field
8401
8602
  * @uiName Business classification option
@@ -8415,6 +8616,10 @@ declare namespace LocalJSX {
8415
8616
  * @uiWidget textArea
8416
8617
  */
8417
8618
  "classificationCodeError"?: string;
8619
+ /**
8620
+ * @uiName Classification code field label
8621
+ */
8622
+ "classificationCodeLabel"?: string;
8418
8623
  /**
8419
8624
  * @uiName Classification entity field label
8420
8625
  */
@@ -8788,7 +8993,7 @@ declare namespace LocalJSX {
8788
8993
  */
8789
8994
  "checkboxLabelLink"?: string;
8790
8995
  /**
8791
- * @uiName Checkbox label link lext
8996
+ * @uiName Checkbox label link text
8792
8997
  */
8793
8998
  "checkboxLabelLinkText"?: string;
8794
8999
  /**
@@ -12311,6 +12516,11 @@ declare namespace LocalJSX {
12311
12516
  "titleText"?: string;
12312
12517
  }
12313
12518
  interface SqmReferralIframe {
12519
+ /**
12520
+ * Override the default parameter name used in the iframe
12521
+ * @uiName Referral code parameter name
12522
+ */
12523
+ "codeParam"?: string;
12314
12524
  /**
12315
12525
  * @undocumented
12316
12526
  * @uiType object
@@ -13296,6 +13506,15 @@ declare namespace LocalJSX {
13296
13506
  "tooltiptext"?: string;
13297
13507
  }
13298
13508
  interface SqmShareLink {
13509
+ /**
13510
+ * Let advocates customize their share links up to 5 times.
13511
+ * @uiName Allow customization
13512
+ * @uiType boolean
13513
+ * @uiGroup Customizable Vanity Link
13514
+ * @uiWidget CustomLinkSwitch
13515
+ * @requiredFlavor impact
13516
+ */
13517
+ "allowCustomization"?: boolean;
13299
13518
  /**
13300
13519
  * Background color of share link container
13301
13520
  * @uiName Background color
@@ -13337,21 +13556,177 @@ declare namespace LocalJSX {
13337
13556
  * @uiGroup Style
13338
13557
  */
13339
13558
  "buttonType"?: "primary" | "secondary";
13559
+ /**
13560
+ * Text for the cancel button in editing mode
13561
+ * @uiName Cancel button label
13562
+ * @uiType string
13563
+ * @uiGroup Customizable Vanity Link
13564
+ * @requiredFlavor impact
13565
+ */
13566
+ "cancelLabelText"?: string;
13567
+ /**
13568
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
13569
+ * @uiName Characters remaining text
13570
+ * @uiType string
13571
+ * @uiGroup Customizable Vanity Link
13572
+ * @requiredFlavor impact
13573
+ */
13574
+ "charactersRemainingText"?: string;
13340
13575
  /**
13341
13576
  * @uiName Copy button label
13342
13577
  */
13343
13578
  "copyButtonLabel"?: string;
13579
+ /**
13580
+ * Tooltip text shown when link customization is disabled
13581
+ * @uiName Customize disabled tooltip
13582
+ * @uiType string
13583
+ * @uiGroup Customizable Vanity Link
13584
+ * @requiredFlavor impact
13585
+ */
13586
+ "customizeDisabledTooltip"?: string;
13587
+ /**
13588
+ * Displayed below the share link.
13589
+ * @uiName Customize link button label
13590
+ * @uiType string
13591
+ * @uiGroup Customizable Vanity Link
13592
+ * @requiredFlavor impact
13593
+ */
13594
+ "customizeLinkButtonLabel"?: string;
13344
13595
  /**
13345
13596
  * @undocumented
13346
13597
  * @uiType object
13347
13598
  */
13348
- "demoData"?: DemoData<CopyTextViewProps>;
13599
+ "demoData"?: DemoData<ShareLinkViewProps>;
13600
+ /**
13601
+ * Label shown above the link input while editing
13602
+ * @uiName Edit input label
13603
+ * @uiType string
13604
+ * @uiGroup Customizable Vanity Link
13605
+ * @requiredFlavor impact
13606
+ */
13607
+ "editLabelText"?: string;
13608
+ /**
13609
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
13610
+ * @uiName Edit limit reached text
13611
+ * @uiType string
13612
+ * @uiWidget textarea
13613
+ * @uiGroup Customizable Vanity Link
13614
+ * @requiredFlavor impact
13615
+ */
13616
+ "editLimitReachedText"?: string;
13617
+ /**
13618
+ * Subtext shown while the user is customizing their URL.
13619
+ * @uiName Edit limit text
13620
+ * @uiType string
13621
+ * @uiGroup Customizable Vanity Link
13622
+ * @requiredFlavor impact
13623
+ */
13624
+ "editLimitText"?: string;
13625
+ /**
13626
+ * Description text shown when the link contains invalid special characters.
13627
+ * @uiName Invalid characters error description
13628
+ * @uiType string
13629
+ * @uiWidget textarea
13630
+ * @uiGroup Customizable Vanity Link
13631
+ * @requiredFlavor impact
13632
+ */
13633
+ "invalidCharactersErrorDescription"?: string;
13634
+ /**
13635
+ * Title of the error message shown when the link contains invalid special characters.
13636
+ * @uiName Invalid characters error title
13637
+ * @uiType string
13638
+ * @uiGroup Customizable Vanity Link
13639
+ * @requiredFlavor impact
13640
+ */
13641
+ "invalidCharactersErrorTitle"?: string;
13642
+ /**
13643
+ * Description text shown when the link has already been taken
13644
+ * @uiName Link taken error message
13645
+ * @uiType string
13646
+ * @uiWidget textarea
13647
+ * @uiGroup Customizable Vanity Link
13648
+ * @requiredFlavor impact
13649
+ */
13650
+ "linkTakenErrorDescription"?: string;
13651
+ /**
13652
+ * Title of the error message shown when the link has already been taken
13653
+ * @uiName Link taken error title
13654
+ * @uiType string
13655
+ * @uiGroup Customizable Vanity Link
13656
+ * @requiredFlavor impact
13657
+ */
13658
+ "linkTakenErrorTitle"?: string;
13659
+ /**
13660
+ * @uiName Min characters text
13661
+ * @uiType string
13662
+ * @uiGroup Customizable Vanity Link
13663
+ * @requiredFlavor impact
13664
+ */
13665
+ "minCharactersText"?: string;
13349
13666
  /**
13350
13667
  * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
13351
13668
  * @uiName Program ID
13352
13669
  * @uiWidget programSelector
13353
13670
  */
13354
13671
  "programId"?: string;
13672
+ /**
13673
+ * Description text shown when the link contains profanity or brand names.
13674
+ * @uiName Restricted words error description
13675
+ * @uiType string
13676
+ * @uiWidget textarea
13677
+ * @uiGroup Customizable Vanity Link
13678
+ * @requiredFlavor impact
13679
+ */
13680
+ "restrictedWordsErrorDescription"?: string;
13681
+ /**
13682
+ * Title of the error message shown when the link contains profanity or brand names.
13683
+ * @uiName Restricted words error title
13684
+ * @uiType string
13685
+ * @uiGroup Customizable Vanity Link
13686
+ * @requiredFlavor impact
13687
+ */
13688
+ "restrictedWordsErrorTitle"?: string;
13689
+ /**
13690
+ * Description shown when saving fails with an unknown error
13691
+ * @uiName Save error description
13692
+ * @uiType string
13693
+ * @uiWidget textarea
13694
+ * @uiGroup Customizable Vanity Link
13695
+ * @requiredFlavor impact
13696
+ */
13697
+ "saveErrorDescription"?: string;
13698
+ /**
13699
+ * Title shown when saving fails with an unknown error
13700
+ * @uiName Save error title
13701
+ * @uiType string
13702
+ * @uiGroup Customizable Vanity Link
13703
+ * @requiredFlavor impact
13704
+ */
13705
+ "saveErrorTitle"?: string;
13706
+ /**
13707
+ * Text for the save button in editing mode
13708
+ * @uiName Save button label
13709
+ * @uiType string
13710
+ * @uiGroup Customizable Vanity Link
13711
+ * @requiredFlavor impact
13712
+ */
13713
+ "saveLabelText"?: string;
13714
+ /**
13715
+ * Text for the save button while saving is in progress
13716
+ * @uiName Saving button label
13717
+ * @uiType string
13718
+ * @uiGroup Customizable Vanity Link
13719
+ * @requiredFlavor impact
13720
+ */
13721
+ "savingLabelText"?: string;
13722
+ /**
13723
+ * Display text for the support link in the edit limit reached message
13724
+ * @uiName Support link text
13725
+ * @uiType string
13726
+ * @uiGroup Customizable Vanity Link
13727
+ * @requiredFlavor impact
13728
+ */
13729
+ "supportLinkText"?: string;
13355
13730
  /**
13356
13731
  * Change the text alignment
13357
13732
  * @uiName Share link alignment
@@ -13379,6 +13754,14 @@ declare namespace LocalJSX {
13379
13754
  * @uiName Tooltip text
13380
13755
  */
13381
13756
  "tooltiptext"?: string;
13757
+ /**
13758
+ * Text shown while the link is being validated
13759
+ * @uiName Validating label
13760
+ * @uiType string
13761
+ * @uiGroup Customizable Vanity Link
13762
+ * @requiredFlavor impact
13763
+ */
13764
+ "validatingLabelText"?: string;
13382
13765
  }
13383
13766
  interface SqmSkeleton {
13384
13767
  /**
@@ -14508,6 +14891,11 @@ declare namespace LocalJSX {
14508
14891
  * @uiGroup Step 4 Properties
14509
14892
  */
14510
14893
  "step4_branchCodeLabel"?: string;
14894
+ /**
14895
+ * @uiName Branch name field label
14896
+ * @uiGroup Step 4 Properties
14897
+ */
14898
+ "step4_branchNameLabel"?: string;
14511
14899
  /**
14512
14900
  * One of three options listed for the classification field
14513
14901
  * @uiName Business classification option
@@ -14524,6 +14912,11 @@ declare namespace LocalJSX {
14524
14912
  * @uiGroup Step 4 Properties
14525
14913
  */
14526
14914
  "step4_classificationCPFLabel"?: string;
14915
+ /**
14916
+ * @uiName Classification code field label
14917
+ * @uiGroup Step 4 Properties
14918
+ */
14919
+ "step4_classificationCodeLabel"?: string;
14527
14920
  /**
14528
14921
  * @uiName Classification entity field label
14529
14922
  * @uiGroup Step 4 Properties
package/docs/docs.docx CHANGED
Binary file