@saasquatch/mint-components 2.2.0-1 → 2.2.0-2

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 (35) hide show
  1. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +27 -9
  2. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +30 -9
  3. package/dist/cjs/sqm-stencilbook.cjs.entry.js +470 -303
  4. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -0
  5. package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +1 -0
  6. package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.js +209 -157
  7. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +30 -10
  8. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +1 -0
  9. package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.js +223 -148
  10. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +30 -10
  11. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -0
  12. package/dist/esm/sqm-referral-table_11.entry.js +27 -9
  13. package/dist/esm/sqm-rewards-table_9.entry.js +30 -9
  14. package/dist/esm/sqm-stencilbook.entry.js +470 -303
  15. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  16. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  17. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  18. package/dist/mint-components/mint-components.esm.js +1 -1
  19. package/dist/mint-components/p-162da001.system.entry.js +1 -0
  20. package/dist/mint-components/p-1c413a06.system.js +1 -1
  21. package/dist/mint-components/p-1f76371b.entry.js +9 -0
  22. package/dist/mint-components/p-bdf858c3.entry.js +1 -0
  23. package/dist/mint-components/{p-9e43f1eb.entry.js → p-be5ecf62.entry.js} +3 -2
  24. package/dist/mint-components/p-d3ac8246.system.entry.js +1 -0
  25. package/dist/mint-components/{p-0b2a428f.system.entry.js → p-e83d08d7.system.entry.js} +1 -1
  26. package/dist/types/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.d.ts +16 -0
  27. package/dist/types/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.d.ts +18 -7
  28. package/dist/types/saasquatch.d.ts +1 -0
  29. package/docs/docs.docx +0 -0
  30. package/docs/raisins.json +1 -1
  31. package/package.json +1 -1
  32. package/dist/mint-components/p-55627a5c.entry.js +0 -1
  33. package/dist/mint-components/p-7a744cb2.entry.js +0 -9
  34. package/dist/mint-components/p-d01949f7.system.entry.js +0 -1
  35. package/dist/mint-components/p-e9e05970.system.entry.js +0 -1
@@ -2,6 +2,22 @@ declare const _default: {
2
2
  title: string;
3
3
  };
4
4
  export default _default;
5
+ export declare const RewardsCellFraudDenied: () => any;
6
+ export declare const RewardsCellFraudPendingReview: () => any;
7
+ export declare const RewardsCellPartnerNotCreatedSetupNotStarted: () => any;
8
+ export declare const RewardsCellPartnerCreatedSetupStartedButIncomplete: () => any;
9
+ export declare const RewardsCellPayoutCancelled: () => any;
10
+ export declare const RewardsCellPayoutFailed: () => any;
11
+ export declare const RewardsCellPayoutProcessing: () => any;
12
+ export declare const RewardsCellPayoutApproved: () => any;
13
+ export declare const RewardsCellPendingW9Required: () => any;
14
+ export declare const RewardsCellUsTaxPartnerNotConnected: () => any;
15
+ export declare const RewardsCellPendingTaxSubmission: () => any;
16
+ export declare const RewardsCellPendingNewTaxForm: () => any;
17
+ export declare const RewardsCellPendingTaxReview: () => any;
18
+ export declare const RewardsCellExistingTaxFormNoWithdrawalSettings: () => any;
19
+ export declare const RewardsCellMissingPayoutConfiguration: () => any;
20
+ export declare const RewardsCellNoMatchingRule: () => any;
5
21
  export declare const CashReward: () => any;
6
22
  export declare const PayoutApproved: () => any;
7
23
  export declare const PayoutProcessing: () => any;
@@ -3,13 +3,24 @@ declare const _default: {
3
3
  };
4
4
  export default _default;
5
5
  export declare const CashReward: () => any;
6
- export declare const StatusCellPendingTaxReview: () => any;
7
- export declare const StatusCellPendingNewTaxForm: () => any;
8
- export declare const StatusCellPendingTaxSubmission: () => any;
6
+ export declare const StatusCellFraudDenied: () => any;
7
+ export declare const StatusCellFraudPendingReview: () => any;
8
+ export declare const StatusCellPayoutCancelled: () => any;
9
+ export declare const StatusCellPayoutFailed: () => any;
9
10
  export declare const StatusCellPartnerCreatedSetupStartedButIncomplete: () => any;
10
11
  export declare const StatusCellPartnerNotCreatedSetupNotStarted: () => any;
11
- export declare const StatusCellPendingW9: () => any;
12
- export declare const StatusCellPayoutSent: () => any;
13
- export declare const StatusCellPayoutFailed: () => any;
12
+ export declare const StatusCellMissingPayoutConfiguration: () => any;
14
13
  export declare const StatusCellPayoutProcessing: () => any;
15
- export declare const StatusCellPayoutCancelled: () => any;
14
+ export declare const StatusCellPayoutApproved: () => any;
15
+ export declare const StatusCellRewardCancelled: () => any;
16
+ export declare const StatusCellRewardExpired: () => any;
17
+ export declare const StatusCellPendingScheduled: () => any;
18
+ export declare const StatusCellNoMatchingRule: () => any;
19
+ export declare const StatusCellPendingW9Required: () => any;
20
+ export declare const StatusCellPendingTaxSubmission: () => any;
21
+ export declare const StatusCellPendingNewTaxForm: () => any;
22
+ export declare const StatusCellPendingTaxReview: () => any;
23
+ export declare const StatusCellExistingTaxFormNoWithdrawalSettings: () => any;
24
+ export declare const StatusCellConnectedNoTaxRequiredNoWithdrawalSettings: () => any;
25
+ export declare const StatusCellPayoutSent: () => any;
26
+ export declare const StatusCellPendingW9: () => any;
@@ -146,6 +146,7 @@ interface Reward {
146
146
  }
147
147
  ];
148
148
  };
149
+ rewardedCash?: boolean;
149
150
  }
150
151
 
151
152
  interface ReferralVariables {
package/docs/docs.docx CHANGED
Binary file