@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.
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +27 -9
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +30 -9
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +470 -303
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -0
- package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +1 -0
- package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.js +209 -157
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +30 -10
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +1 -0
- package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.js +223 -148
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +30 -10
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -0
- package/dist/esm/sqm-referral-table_11.entry.js +27 -9
- package/dist/esm/sqm-rewards-table_9.entry.js +30 -9
- package/dist/esm/sqm-stencilbook.entry.js +470 -303
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-162da001.system.entry.js +1 -0
- package/dist/mint-components/p-1c413a06.system.js +1 -1
- package/dist/mint-components/p-1f76371b.entry.js +9 -0
- package/dist/mint-components/p-bdf858c3.entry.js +1 -0
- package/dist/mint-components/{p-9e43f1eb.entry.js → p-be5ecf62.entry.js} +3 -2
- package/dist/mint-components/p-d3ac8246.system.entry.js +1 -0
- package/dist/mint-components/{p-0b2a428f.system.entry.js → p-e83d08d7.system.entry.js} +1 -1
- package/dist/types/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.d.ts +16 -0
- package/dist/types/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.d.ts +18 -7
- package/dist/types/saasquatch.d.ts +1 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-55627a5c.entry.js +0 -1
- package/dist/mint-components/p-7a744cb2.entry.js +0 -9
- package/dist/mint-components/p-d01949f7.system.entry.js +0 -1
- package/dist/mint-components/p-e9e05970.system.entry.js +0 -1
package/dist/types/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.d.ts
CHANGED
|
@@ -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
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
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
|
|
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
|
|
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;
|
package/docs/docs.docx
CHANGED
|
Binary file
|