@saasquatch/mint-components 1.14.3-6 → 1.14.3

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 (75) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/mint-components.cjs.js +1 -1
  3. package/dist/cjs/{mockRewardData-272e22d6.js → mockRewardData-7815f10f.js} +1 -1
  4. package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +5 -158
  5. package/dist/cjs/{sqm-invoice-table-view-0f7fa309.js → sqm-invoice-table-view-16ac73d0.js} +0 -17
  6. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +3 -3
  7. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -2
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +895 -511
  9. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +1 -1
  10. package/dist/collection/components/sqm-referral-table/mockReferralData.js +1 -1
  11. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +2 -2
  12. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +1 -1
  13. package/dist/collection/components/sqm-rewards-table/mockRewardData.js +1 -1
  14. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +0 -12
  15. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -16
  16. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
  17. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -36
  18. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +3 -106
  19. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +0 -7
  20. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +0 -38
  21. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +1 -79
  22. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +0 -4
  23. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -205
  24. package/dist/esm/loader.js +1 -1
  25. package/dist/esm/mint-components.js +1 -1
  26. package/dist/esm/{mockRewardData-8bd1b356.js → mockRewardData-a3cdb832.js} +1 -1
  27. package/dist/esm/sqm-banking-info-form_17.entry.js +5 -158
  28. package/dist/esm/{sqm-invoice-table-view-7f376a75.js → sqm-invoice-table-view-2c726568.js} +0 -17
  29. package/dist/esm/sqm-referral-table_11.entry.js +3 -3
  30. package/dist/esm/sqm-rewards-table_9.entry.js +2 -2
  31. package/dist/esm/sqm-stencilbook.entry.js +2880 -2496
  32. package/dist/esm-es5/loader.js +1 -1
  33. package/dist/esm-es5/mint-components.js +1 -1
  34. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
  35. package/dist/esm-es5/sqm-invoice-table-view-2c726568.js +1 -0
  36. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  37. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  38. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  39. package/dist/mint-components/mint-components.esm.js +1 -1
  40. package/dist/mint-components/{p-693942df.entry.js → p-08090b99.entry.js} +2 -2
  41. package/dist/mint-components/p-0d68b3b1.entry.js +205 -0
  42. package/dist/mint-components/{p-c82859b2.system.entry.js → p-207da855.system.entry.js} +1 -1
  43. package/dist/mint-components/p-37996351.system.js +1 -1
  44. package/dist/mint-components/p-3f067fd5.js +1 -0
  45. package/dist/mint-components/{p-fe2e2f4a.entry.js → p-89104bc4.entry.js} +1 -1
  46. package/dist/mint-components/p-a6178052.system.entry.js +1 -0
  47. package/dist/mint-components/p-a7746488.system.js +1 -0
  48. package/dist/mint-components/{p-805446b1.entry.js → p-b06add5c.entry.js} +2 -2
  49. package/dist/mint-components/{p-de8e9981.system.entry.js → p-cc833efb.system.entry.js} +1 -1
  50. package/dist/mint-components/{p-5d7e308c.system.entry.js → p-fc7a2647.system.entry.js} +1 -1
  51. package/dist/mint-components/sqm-stencilbook.entry.js +18989 -0
  52. package/dist/mint-components/sqm-stencilbook.system.entry.js +1 -0
  53. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  54. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +0 -1
  55. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -1
  56. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -6
  57. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +0 -16
  58. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +0 -6
  59. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +0 -12
  60. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +0 -3
  61. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -35
  62. package/dist/types/components.d.ts +0 -126
  63. package/docs/docs.docx +0 -0
  64. package/docs/raisins.json +1 -1
  65. package/grapesjs/grapesjs.js +1 -1
  66. package/package.json +1 -1
  67. package/shoelace/assets/icons/twitter-x.svg +4 -0
  68. package/dist/esm-es5/sqm-invoice-table-view-7f376a75.js +0 -1
  69. package/dist/mint-components/p-7e07418c.system.entry.js +0 -1
  70. package/dist/mint-components/p-9a1843cb.system.js +0 -1
  71. package/dist/mint-components/p-b03ef82f.entry.js +0 -205
  72. package/dist/mint-components/p-ccd60c4b.js +0 -1
  73. /package/dist/esm-es5/{mockRewardData-8bd1b356.js → mockRewardData-a3cdb832.js} +0 -0
  74. /package/dist/mint-components/{p-726a9924.js → p-938f64d9.js} +0 -0
  75. /package/dist/mint-components/{p-8413ade9.system.js → p-ae1ea5ac.system.js} +0 -0
@@ -18,7 +18,7 @@ export declare class RewardTableStatusCell {
18
18
  payoutCancelled: string;
19
19
  rewardStatus(reward: Reward): string;
20
20
  getTaxPendingReasons(reward: Reward, taxConnection: ImpactConnection): string;
21
- getBadgeType(rewardStatus: string): "primary" | "warning" | "success" | "danger";
21
+ getBadgeType(rewardStatus: string): "warning" | "primary" | "success" | "danger";
22
22
  getPayoutStatusText(taxStatus: string): string;
23
23
  render(): any;
24
24
  }
@@ -25,4 +25,3 @@ 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,7 +38,6 @@ 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;
42
41
  export declare const StepFourDefault: () => any;
43
42
  export declare const StepFourIsPartner: () => any;
44
43
  export declare const StepFourDirectToBankChecked: () => any;
@@ -48,7 +48,6 @@ export interface BankingInfoFormViewProps {
48
48
  bankCountry?: string;
49
49
  countrySearch?: string;
50
50
  email?: string;
51
- showModal: boolean;
52
51
  };
53
52
  slots?: {
54
53
  verificationDialogSlot?: VNode;
@@ -69,8 +68,6 @@ export interface BankingInfoFormViewProps {
69
68
  setCurrency?: (currency: string) => void;
70
69
  setCountrySearch: (c: any) => void;
71
70
  onVerification: (token: string) => void;
72
- onModalOpen: () => void;
73
- onModalClose: () => void;
74
71
  };
75
72
  text: {
76
73
  formStep: string;
@@ -96,9 +93,6 @@ export interface BankingInfoFormViewProps {
96
93
  supportLink: string;
97
94
  verifyEmailHeaderText: string;
98
95
  verifyEmailDescriptionText: string;
99
- modalTitle: string;
100
- modalDescription: string;
101
- modalButtonText: string;
102
96
  error: {
103
97
  generalTitle: string;
104
98
  generalDescription: string;
@@ -81,10 +81,6 @@ 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;
88
84
  /**
89
85
  * @uiName Bank account type field label
90
86
  */
@@ -263,18 +259,6 @@ export declare class BankingInfoForm {
263
259
  * @uiWidget textArea
264
260
  */
265
261
  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;
278
262
  /**
279
263
  * @undocumented
280
264
  * @uiType object
@@ -11,7 +11,6 @@ export interface DocusignFormViewProps {
11
11
  participantTypeDisabled: boolean;
12
12
  loadingError?: boolean;
13
13
  showExitButton: boolean;
14
- showModal: boolean;
15
14
  formState: {
16
15
  taxFormExpired: boolean;
17
16
  participantType: "individualParticipant" | "businessEntity" | undefined;
@@ -30,8 +29,6 @@ export interface DocusignFormViewProps {
30
29
  callbacks: {
31
30
  onExit: () => void;
32
31
  setParticipantType: (p: ParticipantType) => void;
33
- onModalOpen: () => void;
34
- onModalClose: () => void;
35
32
  };
36
33
  text: {
37
34
  exitButton: string;
@@ -48,9 +45,6 @@ export interface DocusignFormViewProps {
48
45
  participantType: string;
49
46
  taxAndPayoutsDescription: string;
50
47
  supportLink: string;
51
- modalTitle: string;
52
- modalDescription: string;
53
- modalButtonText: string;
54
48
  error: {
55
49
  generalTitle: string;
56
50
  generalDescription: string;
@@ -113,18 +113,6 @@ 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;
128
116
  /**
129
117
  * @undocumented
130
118
  * @uiType object
@@ -22,7 +22,6 @@ export declare function useDocusignForm(props: DocusignForm): {
22
22
  documentType: import("../sqm-tax-and-cash/data").TaxDocumentType;
23
23
  documentTypeString: string;
24
24
  showExitButton: boolean;
25
- showModal: boolean;
26
25
  };
27
26
  data: {
28
27
  taxForm: import("../sqm-tax-and-cash/data").TaxDocumentType;
@@ -33,8 +32,6 @@ export declare function useDocusignForm(props: DocusignForm): {
33
32
  completeDocument: () => Promise<void>;
34
33
  onExit: () => void;
35
34
  setParticipantType: (value: "individualParticipant" | "businessEntity" | ((prev: "individualParticipant" | "businessEntity") => "individualParticipant" | "businessEntity")) => void;
36
- onModalClose: () => void;
37
- onModalOpen: () => void;
38
35
  };
39
36
  text: DocusignForm & {
40
37
  error: {
@@ -286,21 +286,6 @@ export declare class TaxAndCashMonolith {
286
286
  * @uiGroup Step 3 Properties
287
287
  */
288
288
  step3_exitButton: string;
289
- /**
290
- * @uiName Information modal title
291
- * @uiGroup Step 3 Properties
292
- */
293
- step3_modalTitle: string;
294
- /**
295
- * @uiName Information modal description text
296
- * @uiGroup Step 3 Properties
297
- */
298
- step3_modalDescription: string;
299
- /**
300
- * @uiName Information modal button text
301
- * @uiGroup Step 3 Properties
302
- */
303
- step3_modalButtonText: string;
304
289
  /**
305
290
  * @uiName Step 4 title
306
291
  * @uiGroup Step 4 Properties
@@ -381,11 +366,6 @@ export declare class TaxAndCashMonolith {
381
366
  * @uiGroup Step 4 Properties
382
367
  */
383
368
  step4_beneficiaryAccountNameLabel: string;
384
- /**
385
- * @uiName Beneficiary account field description
386
- * @uiGroup Step 4 Properties
387
- */
388
- step4_beneficiaryAccountNameDescription: string;
389
369
  /**
390
370
  * @uiName Bank account type field label
391
371
  * @uiGroup Step 4 Properties
@@ -527,21 +507,6 @@ export declare class TaxAndCashMonolith {
527
507
  * @uiGroup Step 4 Properties
528
508
  */
529
509
  step4_verifyEmailDescriptionText: string;
530
- /**
531
- * @uiName Information modal title
532
- * @uiGroup Step 4 Properties
533
- */
534
- step4_modalTitle: string;
535
- /**
536
- * @uiName Information modal description text
537
- * @uiGroup Step 4 Properties
538
- */
539
- step4_modalDescription: string;
540
- /**
541
- * @uiName Information modal button text
542
- * @uiGroup Step 4 Properties
543
- */
544
- step4_modalButtonText: string;
545
510
  /**
546
511
  * @uiName Active tax form badge label
547
512
  * @uiGroup Dashboard Properties
@@ -116,10 +116,6 @@ export namespace Components {
116
116
  * @uiName Bank province/state field label
117
117
  */
118
118
  "bankStateLabel": string;
119
- /**
120
- * @uiName Beneficiary account field description
121
- */
122
- "beneficiaryAccountNameDescription": string;
123
119
  /**
124
120
  * @uiName Beneficiary account field label
125
121
  */
@@ -236,18 +232,6 @@ export namespace Components {
236
232
  * @uiWidget textArea
237
233
  */
238
234
  "loadingErrorAlertHeader": string;
239
- /**
240
- * @uiName Information modal button text
241
- */
242
- "modalButtonText": string;
243
- /**
244
- * @uiName Information modal description text
245
- */
246
- "modalDescription": string;
247
- /**
248
- * @uiName Information modal title
249
- */
250
- "modalTitle": string;
251
235
  /**
252
236
  * @uiName Patronymic name field label
253
237
  */
@@ -685,18 +669,6 @@ export namespace Components {
685
669
  * @uiWidget textArea
686
670
  */
687
671
  "loadingErrorAlertHeader": string;
688
- /**
689
- * @uiName Information modal button text
690
- */
691
- "modalButtonText": string;
692
- /**
693
- * @uiName Information modal description text
694
- */
695
- "modalDescription": string;
696
- /**
697
- * @uiName Information modal title
698
- */
699
- "modalTitle": string;
700
672
  /**
701
673
  * @uiName Participant type field label
702
674
  */
@@ -5041,21 +5013,6 @@ export namespace Components {
5041
5013
  * @uiGroup Step 3 Properties
5042
5014
  */
5043
5015
  "step3_individualParticipant": string;
5044
- /**
5045
- * @uiName Information modal button text
5046
- * @uiGroup Step 3 Properties
5047
- */
5048
- "step3_modalButtonText": string;
5049
- /**
5050
- * @uiName Information modal description text
5051
- * @uiGroup Step 3 Properties
5052
- */
5053
- "step3_modalDescription": string;
5054
- /**
5055
- * @uiName Information modal title
5056
- * @uiGroup Step 3 Properties
5057
- */
5058
- "step3_modalTitle": string;
5059
5016
  /**
5060
5017
  * @uiName Participant type field label
5061
5018
  * @uiGroup Step 3 Properties
@@ -5143,11 +5100,6 @@ export namespace Components {
5143
5100
  * @uiGroup Step 4 Properties
5144
5101
  */
5145
5102
  "step4_bankStateLabel": string;
5146
- /**
5147
- * @uiName Beneficiary account field description
5148
- * @uiGroup Step 4 Properties
5149
- */
5150
- "step4_beneficiaryAccountNameDescription": string;
5151
5103
  /**
5152
5104
  * @uiName Beneficiary account field label
5153
5105
  * @uiGroup Step 4 Properties
@@ -5218,21 +5170,6 @@ export namespace Components {
5218
5170
  * @uiGroup Step 4 Properties
5219
5171
  */
5220
5172
  "step4_individualSelectItemLabel": string;
5221
- /**
5222
- * @uiName Information modal button text
5223
- * @uiGroup Step 4 Properties
5224
- */
5225
- "step4_modalButtonText": string;
5226
- /**
5227
- * @uiName Information modal description text
5228
- * @uiGroup Step 4 Properties
5229
- */
5230
- "step4_modalDescription": string;
5231
- /**
5232
- * @uiName Information modal title
5233
- * @uiGroup Step 4 Properties
5234
- */
5235
- "step4_modalTitle": string;
5236
5173
  /**
5237
5174
  * @uiName Patronymic name field label
5238
5175
  * @uiGroup Step 4 Properties
@@ -6923,10 +6860,6 @@ declare namespace LocalJSX {
6923
6860
  * @uiName Bank province/state field label
6924
6861
  */
6925
6862
  "bankStateLabel"?: string;
6926
- /**
6927
- * @uiName Beneficiary account field description
6928
- */
6929
- "beneficiaryAccountNameDescription"?: string;
6930
6863
  /**
6931
6864
  * @uiName Beneficiary account field label
6932
6865
  */
@@ -7043,18 +6976,6 @@ declare namespace LocalJSX {
7043
6976
  * @uiWidget textArea
7044
6977
  */
7045
6978
  "loadingErrorAlertHeader"?: string;
7046
- /**
7047
- * @uiName Information modal button text
7048
- */
7049
- "modalButtonText"?: string;
7050
- /**
7051
- * @uiName Information modal description text
7052
- */
7053
- "modalDescription"?: string;
7054
- /**
7055
- * @uiName Information modal title
7056
- */
7057
- "modalTitle"?: string;
7058
6979
  /**
7059
6980
  * @uiName Patronymic name field label
7060
6981
  */
@@ -7492,18 +7413,6 @@ declare namespace LocalJSX {
7492
7413
  * @uiWidget textArea
7493
7414
  */
7494
7415
  "loadingErrorAlertHeader"?: string;
7495
- /**
7496
- * @uiName Information modal button text
7497
- */
7498
- "modalButtonText"?: string;
7499
- /**
7500
- * @uiName Information modal description text
7501
- */
7502
- "modalDescription"?: string;
7503
- /**
7504
- * @uiName Information modal title
7505
- */
7506
- "modalTitle"?: string;
7507
7416
  /**
7508
7417
  * @uiName Participant type field label
7509
7418
  */
@@ -11819,21 +11728,6 @@ declare namespace LocalJSX {
11819
11728
  * @uiGroup Step 3 Properties
11820
11729
  */
11821
11730
  "step3_individualParticipant"?: string;
11822
- /**
11823
- * @uiName Information modal button text
11824
- * @uiGroup Step 3 Properties
11825
- */
11826
- "step3_modalButtonText"?: string;
11827
- /**
11828
- * @uiName Information modal description text
11829
- * @uiGroup Step 3 Properties
11830
- */
11831
- "step3_modalDescription"?: string;
11832
- /**
11833
- * @uiName Information modal title
11834
- * @uiGroup Step 3 Properties
11835
- */
11836
- "step3_modalTitle"?: string;
11837
11731
  /**
11838
11732
  * @uiName Participant type field label
11839
11733
  * @uiGroup Step 3 Properties
@@ -11921,11 +11815,6 @@ declare namespace LocalJSX {
11921
11815
  * @uiGroup Step 4 Properties
11922
11816
  */
11923
11817
  "step4_bankStateLabel"?: string;
11924
- /**
11925
- * @uiName Beneficiary account field description
11926
- * @uiGroup Step 4 Properties
11927
- */
11928
- "step4_beneficiaryAccountNameDescription"?: string;
11929
11818
  /**
11930
11819
  * @uiName Beneficiary account field label
11931
11820
  * @uiGroup Step 4 Properties
@@ -11996,21 +11885,6 @@ declare namespace LocalJSX {
11996
11885
  * @uiGroup Step 4 Properties
11997
11886
  */
11998
11887
  "step4_individualSelectItemLabel"?: string;
11999
- /**
12000
- * @uiName Information modal button text
12001
- * @uiGroup Step 4 Properties
12002
- */
12003
- "step4_modalButtonText"?: string;
12004
- /**
12005
- * @uiName Information modal description text
12006
- * @uiGroup Step 4 Properties
12007
- */
12008
- "step4_modalDescription"?: string;
12009
- /**
12010
- * @uiName Information modal title
12011
- * @uiGroup Step 4 Properties
12012
- */
12013
- "step4_modalTitle"?: string;
12014
11888
  /**
12015
11889
  * @uiName Patronymic name field label
12016
11890
  * @uiGroup Step 4 Properties
package/docs/docs.docx CHANGED
Binary file