@saasquatch/mint-components 1.15.0-45 → 1.15.0-46
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/{ShadowViewAddon-bebbd4d0.js → ShadowViewAddon-85d2eed4.js} +1056 -1056
- package/dist/cjs/{extractProps-e9c55ba8.js → extractProps-fd93ba62.js} +0 -14
- package/dist/cjs/{global-242743b1.js → global-2298fc8b.js} +58 -73
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{sqm-banking-info-form_10.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1902 -213
- package/dist/cjs/sqm-big-stat_42.cjs.entry.js +3 -3
- package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-invoice-table-view-90b2433f.js +2038 -0
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-38bfdda4.js → sqm-portal-email-verification-view-0a93a148.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-036d355e.js → sqm-portal-profile-view-44a83439.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +5 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +13992 -15287
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +3 -11
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +7 -17
- package/dist/cjs/{usePayoutStatus-3cca69e5.js → usePayoutStatus-f26f0467.js} +5 -8
- package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +1 -1
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.js +1 -1
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.js +2 -3
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.js +1 -2
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +1 -1
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +3 -3
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +2 -2
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +4 -6
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +1 -2
- package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +1 -1
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +1 -1
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +3 -5
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +3 -5
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +9 -11
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +3 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +3 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +3 -3
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +78 -78
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +5 -39
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +7 -42
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +8 -12
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +1 -26
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/usePayoutDetailsCard.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +5 -8
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +28 -77
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +4 -19
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +3 -3
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +5 -6
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +10 -10
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +3 -3
- package/dist/collection/global/styles.js +58 -73
- package/dist/collection/global/styles.ts +40 -48
- package/dist/esm/{ShadowViewAddon-b439f9c5.js → ShadowViewAddon-d59ef625.js} +1059 -1059
- package/dist/esm/{extractProps-54064fb0.js → extractProps-ae1afbb3.js} +1 -14
- package/dist/esm/{global-f33bb903.js → global-2da1dcec.js} +58 -73
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{sqm-banking-info-form_10.entry.js → sqm-banking-info-form_17.entry.js} +1819 -137
- package/dist/esm/sqm-big-stat_42.entry.js +3 -3
- package/dist/esm/sqm-email-verification.entry.js +1 -1
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-invoice-table-view-df370e4a.js +2022 -0
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-e8661ca9.js → sqm-portal-email-verification-view-e38ec8cc.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-70e1a345.js → sqm-portal-profile-view-e594d1ee.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +5 -3
- package/dist/esm/sqm-stencilbook.entry.js +14017 -15312
- package/dist/esm/sqm-widget-verification-controller.entry.js +4 -12
- package/dist/esm/sqm-widget-verification.entry.js +7 -17
- package/dist/esm/{usePayoutStatus-e92a6e43.js → usePayoutStatus-3768c8c3.js} +5 -8
- package/dist/esm-es5/ShadowViewAddon-d59ef625.js +1 -0
- package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
- package/dist/esm-es5/{global-f33bb903.js → global-2da1dcec.js} +4 -4
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
- package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-df370e4a.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-e8661ca9.js → sqm-portal-email-verification-view-e38ec8cc.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-70e1a345.js → sqm-portal-profile-view-e594d1ee.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- 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/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/{usePayoutStatus-e92a6e43.js → usePayoutStatus-3768c8c3.js} +2 -2
- package/dist/mint-components/global/styles.ts +40 -48
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-b55e454d.entry.js → p-0019d57c.entry.js} +1 -1
- package/dist/mint-components/p-04cc08e7.system.entry.js +1 -0
- package/dist/mint-components/p-097a255f.js +1 -0
- package/dist/mint-components/p-15ad1e97.entry.js +16 -0
- package/dist/mint-components/p-16c55bb4.entry.js +205 -0
- package/dist/mint-components/{p-95ff58b2.system.entry.js → p-232996b5.system.entry.js} +1 -1
- package/dist/mint-components/p-26468242.js +1 -0
- package/dist/mint-components/{p-283848df.system.entry.js → p-28aed7f7.system.entry.js} +1 -1
- package/dist/mint-components/p-31b8f0ca.system.js +1 -0
- package/dist/mint-components/{p-a341ce23.js → p-3466bfaa.js} +2 -2
- package/dist/mint-components/{p-227aa136.entry.js → p-4ce7e3b1.entry.js} +1 -1
- package/dist/mint-components/{p-2d730bef.system.entry.js → p-5125ec72.system.entry.js} +1 -1
- package/dist/mint-components/{p-a44b7a52.system.js → p-5efed40f.system.js} +2 -2
- package/dist/mint-components/p-62d924e6.system.entry.js +1 -0
- package/dist/mint-components/p-6bcac9ed.system.entry.js +1 -0
- package/dist/mint-components/{p-44435060.entry.js → p-73069eba.entry.js} +1 -1
- package/dist/mint-components/{p-1f8d3b1a.entry.js → p-761ee9ea.entry.js} +2 -2
- package/dist/mint-components/{p-7cbbca72.entry.js → p-7953c3da.entry.js} +1 -1
- package/dist/mint-components/{p-9d48280a.js → p-7aba33e1.js} +1 -1
- package/dist/mint-components/{p-5a48bf9d.system.js → p-7ae3ec51.system.js} +1 -1
- package/dist/mint-components/p-7b97c0f4.system.entry.js +1 -0
- package/dist/mint-components/{p-c7878ec7.system.js → p-7daa731c.system.js} +1 -1
- package/dist/mint-components/{p-28e4b275.system.entry.js → p-7dac5a58.system.entry.js} +1 -1
- package/dist/mint-components/{p-e8422f7b.entry.js → p-836d3ec7.entry.js} +2 -2
- package/dist/mint-components/{p-5dd09973.system.entry.js → p-9fcc7901.system.entry.js} +1 -1
- package/dist/mint-components/{p-059ad130.system.entry.js → p-a121e5a1.system.entry.js} +1 -1
- package/dist/mint-components/p-a8645c1b.system.js +1 -0
- package/dist/mint-components/{p-a348f9b9.js → p-b090bbd2.js} +1 -1
- package/dist/mint-components/p-bfe08ca4.system.js +1 -0
- package/dist/mint-components/p-c53bd5bd.entry.js +9 -0
- package/dist/mint-components/{p-3bdccbc9.system.entry.js → p-cc5f9775.system.entry.js} +1 -1
- package/dist/mint-components/{p-10849094.system.js → p-d49373b7.system.js} +1 -1
- package/dist/mint-components/{p-6d23f01a.entry.js → p-d4e49019.entry.js} +2 -2
- package/dist/mint-components/{p-7aef9c53.entry.js → p-e1e96de9.entry.js} +1 -1
- package/dist/mint-components/p-e53c3c6e.system.js +1 -0
- package/dist/mint-components/{p-538fe844.system.entry.js → p-e70d8201.system.entry.js} +1 -1
- package/dist/mint-components/{p-c2e3f0f0.entry.js → p-f2c48bc8.entry.js} +1 -1
- package/dist/mint-components/p-f3558ef0.js +394 -0
- package/dist/mint-components/{p-24d6cfcd.js → p-f3a52eb6.js} +1 -1
- package/dist/mint-components/p-f66ccd51.entry.js +1 -0
- package/dist/mint-components/{p-4cfd562e.system.entry.js → p-fad1752b.system.entry.js} +1 -1
- package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +1 -1
- package/dist/types/components/sqm-invoice-table/columns/InvoiceTableColumn.d.ts +0 -1
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.d.ts +20 -0
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.d.ts +1 -2
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.d.ts +0 -1
- package/dist/types/components/sqm-invoice-table/mockInvoiceData.d.ts +0 -1
- package/dist/types/components/sqm-invoice-table/sqm-invoice-table.d.ts +60 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +3 -3
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-status-cell.d.ts +7 -0
- package/dist/types/components/sqm-referral-table/columns/ReferralTableColumn.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +16 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +43 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +71 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +43 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +31 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +0 -1
- package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +1 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +8 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.d.ts +11 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +24 -0
- package/dist/types/components/sqm-rewards-table/columns/RewardTableColumn.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +31 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +20 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +32 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +50 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +104 -0
- package/dist/types/components/sqm-rewards-table/mockRewardData.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/mockTaxData.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +48 -0
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +3 -3
- package/dist/types/components/sqm-stencilbook/Themes.d.ts +16 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +0 -5
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +1 -6
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +2 -2
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +0 -4
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +4 -10
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/small-views/IndirectTaxDetailsView.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -1
- package/dist/types/components/tax-and-cash/utils.d.ts +1 -1
- package/dist/types/components.d.ts +22 -66
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/global/styles.d.ts +1 -2
- package/dist/types/saasquatch.d.ts +50 -106
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -2
- package/shoelace/assets/icons/twitter-x.svg +4 -0
- package/dist/cjs/IndirectTaxDetailsView-81f1ce92.js +0 -646
- package/dist/cjs/data-68a42a7b.js +0 -137
- package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -342
- package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +0 -84
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +0 -1220
- package/dist/cjs/utils-a6957c85.js +0 -105
- package/dist/collection/utils/parseStates.js +0 -12
- package/dist/esm/IndirectTaxDetailsView-89731480.js +0 -639
- package/dist/esm/data-ce8ed0ae.js +0 -121
- package/dist/esm/sqm-code-verification.entry.js +0 -338
- package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +0 -76
- package/dist/esm/sqm-tax-and-cash.entry.js +0 -1216
- package/dist/esm/utils-79d81bca.js +0 -97
- package/dist/esm-es5/IndirectTaxDetailsView-89731480.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-b439f9c5.js +0 -1
- package/dist/esm-es5/data-ce8ed0ae.js +0 -1
- package/dist/esm-es5/extractProps-54064fb0.js +0 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +0 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +0 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +0 -1
- package/dist/esm-es5/utils-79d81bca.js +0 -1
- package/dist/mint-components/p-0768fe1d.system.js +0 -1
- package/dist/mint-components/p-0797a946.js +0 -1
- package/dist/mint-components/p-169c8564.system.js +0 -1
- package/dist/mint-components/p-1e79befd.entry.js +0 -1
- package/dist/mint-components/p-2378a0dd.entry.js +0 -16
- package/dist/mint-components/p-3206d0a4.js +0 -103
- package/dist/mint-components/p-6a4582eb.system.entry.js +0 -1
- package/dist/mint-components/p-6f323a9f.entry.js +0 -11
- package/dist/mint-components/p-7274fe6e.js +0 -1
- package/dist/mint-components/p-7813a75a.js +0 -1
- package/dist/mint-components/p-7dc10820.system.js +0 -1
- package/dist/mint-components/p-8c126ccb.system.entry.js +0 -1
- package/dist/mint-components/p-901358ee.system.entry.js +0 -1
- package/dist/mint-components/p-9481740a.system.entry.js +0 -1
- package/dist/mint-components/p-a39c3535.system.entry.js +0 -1
- package/dist/mint-components/p-a86635aa.system.entry.js +0 -1
- package/dist/mint-components/p-ae0636bb.system.js +0 -1
- package/dist/mint-components/p-c25b0ff4.js +0 -394
- package/dist/mint-components/p-e228b351.system.js +0 -1
- package/dist/mint-components/p-e524056f.entry.js +0 -1
- package/dist/mint-components/p-e55aafe9.system.js +0 -1
- package/dist/mint-components/p-ee17ee0b.entry.js +0 -1
- package/dist/mint-components/p-f2ebbbe3.system.entry.js +0 -1
- package/dist/mint-components/p-fba00613.entry.js +0 -93
- package/dist/mint-components/p-fd2ee10c.entry.js +0 -9
- package/dist/types/utils/parseStates.d.ts +0 -1
- /package/dist/collection/components/tax-and-cash/{data.js → sqm-tax-and-cash/data.js} +0 -0
- /package/dist/types/components/tax-and-cash/{data.d.ts → sqm-tax-and-cash/data.d.ts} +0 -0
|
@@ -21,7 +21,6 @@ import { UseIndirectTaxFormResult } from "./components/tax-and-cash/sqm-indirect
|
|
|
21
21
|
import { InputFieldViewProps } from "./components/sqm-input-field/sqm-input-field-view";
|
|
22
22
|
import { EmailRegistrationViewProps } from "./components/views/email-registration-view";
|
|
23
23
|
import { GenericTableViewProps } from "./tables/GenericTableView";
|
|
24
|
-
import { ImpactConnection, Invoice, Referral, Reward } from "./saasquatch";
|
|
25
24
|
import { LeaderboardViewProps } from "./components/sqm-leaderboard/sqm-leaderboard-view";
|
|
26
25
|
import { LeaderboardRankViewProps } from "./components/sqm-leaderboard-rank/sqm-leaderboard-rank-view";
|
|
27
26
|
import { CopyTextViewProps } from "./components/views/copy-text-view";
|
|
@@ -51,6 +50,7 @@ import { ReferralDates } from "./components/sqm-referral-table/useReferralTable"
|
|
|
51
50
|
import { RewardExchangeViewProps } from "./components/sqm-reward-exchange-list/sqm-reward-exchange-list-view";
|
|
52
51
|
import { ShareButtonViewProps } from "./components/sqm-share-button/sqm-share-button-view";
|
|
53
52
|
import { TaskCardViewProps } from "./components/sqm-task-card/sqm-task-card-view";
|
|
53
|
+
import { UseTaxAndCashResultType } from "./components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash";
|
|
54
54
|
import { UseTaxAndCashDashboardResult } from "./components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard";
|
|
55
55
|
import { UseUserInfoFormResult } from "./components/tax-and-cash/sqm-user-info-form/useUserInfoForm";
|
|
56
56
|
import { UserNameViewProps } from "./components/sqm-user-name/sqm-user-name-view";
|
|
@@ -1514,7 +1514,7 @@ export namespace Components {
|
|
|
1514
1514
|
* @uiName Property name
|
|
1515
1515
|
*/
|
|
1516
1516
|
"property": string;
|
|
1517
|
-
"renderCell": (data:
|
|
1517
|
+
"renderCell": (data: Invoice) => Promise<any>;
|
|
1518
1518
|
"renderLabel": () => Promise<string>;
|
|
1519
1519
|
}
|
|
1520
1520
|
interface SqmInvoiceTableDateCell {
|
|
@@ -1979,10 +1979,6 @@ export namespace Components {
|
|
|
1979
1979
|
* @uiName Payout missing information subtext
|
|
1980
1980
|
*/
|
|
1981
1981
|
"payoutMissingInformationText": string;
|
|
1982
|
-
/**
|
|
1983
|
-
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
1984
|
-
*/
|
|
1985
|
-
"stateController"?: string;
|
|
1986
1982
|
/**
|
|
1987
1983
|
* Badge text indicating payout status
|
|
1988
1984
|
* @uiName Payout badge status text
|
|
@@ -3593,7 +3589,7 @@ export namespace Components {
|
|
|
3593
3589
|
* @uiName Column title
|
|
3594
3590
|
*/
|
|
3595
3591
|
"columnTitle": string;
|
|
3596
|
-
"renderCell": (_:
|
|
3592
|
+
"renderCell": (_: Referral) => Promise<any>;
|
|
3597
3593
|
"renderLabel": () => Promise<string>;
|
|
3598
3594
|
}
|
|
3599
3595
|
interface SqmReferralTableDateCell {
|
|
@@ -3612,9 +3608,9 @@ export namespace Components {
|
|
|
3612
3608
|
* @uiEnumNames ["Date Converted", "Date Referral Started", "Date Fraud Checks Completed", "Date Moderated", "Date Modified", "Date Referral Ended", "Date Referral Paid", "Date User Modified"]
|
|
3613
3609
|
*/
|
|
3614
3610
|
"dateShown": ReferralDates;
|
|
3615
|
-
"renderCell": (data:
|
|
3611
|
+
"renderCell": (data: Referral, options?: { locale: string; }) => Promise<any>;
|
|
3616
3612
|
"renderLabel": () => Promise<string>;
|
|
3617
|
-
"renderReferrerCell": (data:
|
|
3613
|
+
"renderReferrerCell": (data: Referrer) => Promise<any>;
|
|
3618
3614
|
}
|
|
3619
3615
|
interface SqmReferralTableRewardsCell {
|
|
3620
3616
|
"deniedHelpText": string;
|
|
@@ -3659,9 +3655,9 @@ export namespace Components {
|
|
|
3659
3655
|
* @uiName Reward pending text
|
|
3660
3656
|
*/
|
|
3661
3657
|
"pendingForText": string;
|
|
3662
|
-
"renderCell": (data:
|
|
3658
|
+
"renderCell": (data: Referral, options?: { locale: string; taxConnection: ImpactConnection; }) => Promise<any>;
|
|
3663
3659
|
"renderLabel": () => Promise<string>;
|
|
3664
|
-
"renderReferrerCell": (data:
|
|
3660
|
+
"renderReferrerCell": (data: Referrer) => Promise<any>;
|
|
3665
3661
|
/**
|
|
3666
3662
|
* Shown in the dropdown details when a reward has been received.’
|
|
3667
3663
|
* @uiName Reward received text
|
|
@@ -3715,9 +3711,9 @@ export namespace Components {
|
|
|
3715
3711
|
* @uiName Pending review status text
|
|
3716
3712
|
*/
|
|
3717
3713
|
"pendingReviewStatusText": string;
|
|
3718
|
-
"renderCell": (data:
|
|
3714
|
+
"renderCell": (data: Referral) => Promise<any>;
|
|
3719
3715
|
"renderLabel": () => Promise<string>;
|
|
3720
|
-
"renderReferrerCell": (data:
|
|
3716
|
+
"renderReferrerCell": (data: Referrer) => Promise<any>;
|
|
3721
3717
|
}
|
|
3722
3718
|
interface SqmReferralTableUserCell {
|
|
3723
3719
|
"name": string;
|
|
@@ -3737,9 +3733,9 @@ export namespace Components {
|
|
|
3737
3733
|
* @uiName Deleted user text
|
|
3738
3734
|
*/
|
|
3739
3735
|
"deletedUser": string;
|
|
3740
|
-
"renderCell": (data:
|
|
3736
|
+
"renderCell": (data: Referral) => Promise<any>;
|
|
3741
3737
|
"renderLabel": () => Promise<string>;
|
|
3742
|
-
"renderReferrerCell": (data:
|
|
3738
|
+
"renderReferrerCell": (data: Referrer) => Promise<any>;
|
|
3743
3739
|
}
|
|
3744
3740
|
interface SqmReferredRegistration {
|
|
3745
3741
|
/**
|
|
@@ -4028,7 +4024,7 @@ export namespace Components {
|
|
|
4028
4024
|
* @uiName Column title
|
|
4029
4025
|
*/
|
|
4030
4026
|
"columnTitle": string;
|
|
4031
|
-
"renderCell": (data:
|
|
4027
|
+
"renderCell": (data: Reward, options?: { locale: string; }) => Promise<any>;
|
|
4032
4028
|
"renderLabel": () => Promise<string>;
|
|
4033
4029
|
}
|
|
4034
4030
|
interface SqmRewardsTableDateCell {
|
|
@@ -4047,7 +4043,7 @@ export namespace Components {
|
|
|
4047
4043
|
* @uiEnumNames ["Date Given", "Date Expires", "Date Cancelled", "Date Redeemed", "Date Scheduled For"]
|
|
4048
4044
|
*/
|
|
4049
4045
|
"dateShown": string;
|
|
4050
|
-
"renderCell": (data:
|
|
4046
|
+
"renderCell": (data: Reward, options?: { locale: string; }) => Promise<any>;
|
|
4051
4047
|
"renderLabel": () => Promise<string>;
|
|
4052
4048
|
}
|
|
4053
4049
|
interface SqmRewardsTableRewardCell {
|
|
@@ -4074,7 +4070,7 @@ export namespace Components {
|
|
|
4074
4070
|
* @uiName Redeemed amount text
|
|
4075
4071
|
*/
|
|
4076
4072
|
"redeemedText": string;
|
|
4077
|
-
"renderCell": (data:
|
|
4073
|
+
"renderCell": (data: Reward, options?: { locale: string; }) => Promise<any>;
|
|
4078
4074
|
"renderLabel": () => Promise<string>;
|
|
4079
4075
|
}
|
|
4080
4076
|
interface SqmRewardsTableSourceCell {
|
|
@@ -4108,7 +4104,7 @@ export namespace Components {
|
|
|
4108
4104
|
* @uiWidget textArea
|
|
4109
4105
|
*/
|
|
4110
4106
|
"referralText": string;
|
|
4111
|
-
"renderCell": (data:
|
|
4107
|
+
"renderCell": (data: Reward, options?: { locale: string; }) => Promise<any>;
|
|
4112
4108
|
"renderLabel": () => Promise<string>;
|
|
4113
4109
|
/**
|
|
4114
4110
|
* @uiName Reward exchange label
|
|
@@ -4210,7 +4206,7 @@ export namespace Components {
|
|
|
4210
4206
|
* @uiName W9 pending text
|
|
4211
4207
|
*/
|
|
4212
4208
|
"pendingUsTax": string;
|
|
4213
|
-
"renderCell": (data:
|
|
4209
|
+
"renderCell": (data: Reward, options?: { locale: string; taxConnection: ImpactConnection; }) => Promise<any>;
|
|
4214
4210
|
"renderLabel": () => Promise<string>;
|
|
4215
4211
|
/**
|
|
4216
4212
|
* @uiName Reward status text
|
|
@@ -5207,9 +5203,10 @@ export namespace Components {
|
|
|
5207
5203
|
*/
|
|
5208
5204
|
"dashboard_verificationReviewInternalHeader": string;
|
|
5209
5205
|
/**
|
|
5210
|
-
* @undocumented
|
|
5206
|
+
* @undocumented
|
|
5207
|
+
* @uiType object
|
|
5211
5208
|
*/
|
|
5212
|
-
"demoData"?: DemoData<
|
|
5209
|
+
"demoData"?: DemoData<UseTaxAndCashResultType>;
|
|
5213
5210
|
/**
|
|
5214
5211
|
* Displayed under a field when it has an invalid entry.
|
|
5215
5212
|
* @uiName Form field error message
|
|
@@ -5281,15 +5278,6 @@ export namespace Components {
|
|
|
5281
5278
|
* @uiGroup General Form Properties
|
|
5282
5279
|
*/
|
|
5283
5280
|
"searchForCountryText": string;
|
|
5284
|
-
/**
|
|
5285
|
-
* @uiName Monolith States
|
|
5286
|
-
* @componentState { "title": "Step 1", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"] }
|
|
5287
|
-
* @componentState { "title": "Step 2", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"] }
|
|
5288
|
-
* @componentState { "title": "Step 3", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"] }
|
|
5289
|
-
* @componentState { "title": "Step 4", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"] }
|
|
5290
|
-
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"] }
|
|
5291
|
-
*/
|
|
5292
|
-
"stateController": string;
|
|
5293
5281
|
/**
|
|
5294
5282
|
* @uiName Address field label
|
|
5295
5283
|
* @uiGroup Step 1 Properties
|
|
@@ -6478,18 +6466,8 @@ export namespace Components {
|
|
|
6478
6466
|
* @uiGroup General Text
|
|
6479
6467
|
*/
|
|
6480
6468
|
"general_verifyEmailHeader": string;
|
|
6481
|
-
/**
|
|
6482
|
-
* @componentState { "title": "Email Step", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"] }
|
|
6483
|
-
* @componentState { "title": "Code Step", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"] }
|
|
6484
|
-
*/
|
|
6485
|
-
"stateController": string;
|
|
6486
6469
|
}
|
|
6487
6470
|
interface SqmWidgetVerificationController {
|
|
6488
|
-
/**
|
|
6489
|
-
* @componentState { "title": "Not Verified", "slot": "not-verified", "props": { "isAuth": false } }
|
|
6490
|
-
* @componentState { "title": "Verified", "slot": "verified", "props": { "isAuth": true } }
|
|
6491
|
-
*/
|
|
6492
|
-
"stateController": string;
|
|
6493
6471
|
}
|
|
6494
6472
|
}
|
|
6495
6473
|
declare global {
|
|
@@ -9275,10 +9253,6 @@ declare namespace LocalJSX {
|
|
|
9275
9253
|
* @uiName Payout missing information subtext
|
|
9276
9254
|
*/
|
|
9277
9255
|
"payoutMissingInformationText"?: string;
|
|
9278
|
-
/**
|
|
9279
|
-
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
9280
|
-
*/
|
|
9281
|
-
"stateController"?: string;
|
|
9282
9256
|
/**
|
|
9283
9257
|
* Badge text indicating payout status
|
|
9284
9258
|
* @uiName Payout badge status text
|
|
@@ -12479,9 +12453,10 @@ declare namespace LocalJSX {
|
|
|
12479
12453
|
*/
|
|
12480
12454
|
"dashboard_verificationReviewInternalHeader"?: string;
|
|
12481
12455
|
/**
|
|
12482
|
-
* @undocumented
|
|
12456
|
+
* @undocumented
|
|
12457
|
+
* @uiType object
|
|
12483
12458
|
*/
|
|
12484
|
-
"demoData"?: DemoData<
|
|
12459
|
+
"demoData"?: DemoData<UseTaxAndCashResultType>;
|
|
12485
12460
|
/**
|
|
12486
12461
|
* Displayed under a field when it has an invalid entry.
|
|
12487
12462
|
* @uiName Form field error message
|
|
@@ -12553,15 +12528,6 @@ declare namespace LocalJSX {
|
|
|
12553
12528
|
* @uiGroup General Form Properties
|
|
12554
12529
|
*/
|
|
12555
12530
|
"searchForCountryText"?: string;
|
|
12556
|
-
/**
|
|
12557
|
-
* @uiName Monolith States
|
|
12558
|
-
* @componentState { "title": "Step 1", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"] }
|
|
12559
|
-
* @componentState { "title": "Step 2", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"] }
|
|
12560
|
-
* @componentState { "title": "Step 3", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"] }
|
|
12561
|
-
* @componentState { "title": "Step 4", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"] }
|
|
12562
|
-
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"] }
|
|
12563
|
-
*/
|
|
12564
|
-
"stateController"?: string;
|
|
12565
12531
|
/**
|
|
12566
12532
|
* @uiName Address field label
|
|
12567
12533
|
* @uiGroup Step 1 Properties
|
|
@@ -13749,18 +13715,8 @@ declare namespace LocalJSX {
|
|
|
13749
13715
|
* @uiGroup General Text
|
|
13750
13716
|
*/
|
|
13751
13717
|
"general_verifyEmailHeader"?: string;
|
|
13752
|
-
/**
|
|
13753
|
-
* @componentState { "title": "Email Step", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"] }
|
|
13754
|
-
* @componentState { "title": "Code Step", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"] }
|
|
13755
|
-
*/
|
|
13756
|
-
"stateController"?: string;
|
|
13757
13718
|
}
|
|
13758
13719
|
interface SqmWidgetVerificationController {
|
|
13759
|
-
/**
|
|
13760
|
-
* @componentState { "title": "Not Verified", "slot": "not-verified", "props": { "isAuth": false } }
|
|
13761
|
-
* @componentState { "title": "Verified", "slot": "verified", "props": { "isAuth": true } }
|
|
13762
|
-
*/
|
|
13763
|
-
"stateController"?: string;
|
|
13764
13720
|
}
|
|
13765
13721
|
interface IntrinsicElements {
|
|
13766
13722
|
"raisins-plop-target": RaisinsPlopTarget;
|
|
@@ -200,119 +200,63 @@ interface WidgetSizeConfig {
|
|
|
200
200
|
maxWidth?: WidgetSizeDimension;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* Defines all branding related styles.
|
|
206
|
-
*/
|
|
207
|
-
main?: {
|
|
208
|
-
brandColor?: string;
|
|
209
|
-
brandFont?: string;
|
|
210
|
-
};
|
|
203
|
+
interface BrandingConfig {
|
|
211
204
|
color?: {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
text?: string;
|
|
231
|
-
iconAndBadge?: string;
|
|
232
|
-
border?: string;
|
|
233
|
-
background?: string;
|
|
234
|
-
};
|
|
235
|
-
critical?: {
|
|
236
|
-
text?: string;
|
|
237
|
-
iconAndBadge?: string;
|
|
238
|
-
border?: string;
|
|
239
|
-
background?: string;
|
|
240
|
-
};
|
|
241
|
-
informative?: {
|
|
242
|
-
text?: string;
|
|
243
|
-
iconAndBadge?: string;
|
|
244
|
-
border?: string;
|
|
245
|
-
background?: string;
|
|
246
|
-
};
|
|
247
|
-
neutral?: {
|
|
248
|
-
text?: string;
|
|
249
|
-
iconAndBadge?: string;
|
|
250
|
-
border?: string;
|
|
251
|
-
background?: string;
|
|
252
|
-
[k: string]: unknown;
|
|
253
|
-
};
|
|
205
|
+
primaryColor?: string;
|
|
206
|
+
background?: string;
|
|
207
|
+
accentColorShades?: ColorShadeConfig;
|
|
208
|
+
success?: ColorShadeConfig;
|
|
209
|
+
warning?: ColorShadeConfig;
|
|
210
|
+
critical?: ColorShadeConfig;
|
|
211
|
+
informative?: ColorShadeConfig;
|
|
212
|
+
neutral?: ColorShadeConfig;
|
|
213
|
+
};
|
|
214
|
+
border?: {
|
|
215
|
+
color?: string;
|
|
216
|
+
radius?: string;
|
|
217
|
+
thickness?: string;
|
|
218
|
+
};
|
|
219
|
+
font?: {
|
|
220
|
+
font?: string;
|
|
221
|
+
textColor?: string;
|
|
222
|
+
secondaryTextColor?: string;
|
|
254
223
|
};
|
|
255
224
|
primaryButton?: {
|
|
256
|
-
buttonColor?:
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
background?: string;
|
|
263
|
-
label?: string;
|
|
264
|
-
border?: string;
|
|
265
|
-
};
|
|
266
|
-
borderRadius?: number;
|
|
225
|
+
buttonColor?: string;
|
|
226
|
+
buttonTextColor?: string;
|
|
227
|
+
borderRadius?: string;
|
|
228
|
+
buttonBorderColor?: string;
|
|
229
|
+
hoverColor?: string;
|
|
230
|
+
hoverTextColor?: string;
|
|
267
231
|
};
|
|
268
232
|
secondaryButton?: {
|
|
269
|
-
buttonColor?:
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
background?: string;
|
|
276
|
-
label?: string;
|
|
277
|
-
border?: string;
|
|
278
|
-
};
|
|
279
|
-
borderRadius?: number;
|
|
233
|
+
buttonColor?: string;
|
|
234
|
+
buttonTextColor?: string;
|
|
235
|
+
buttonBorderColor?: string;
|
|
236
|
+
borderRadius?: string;
|
|
237
|
+
hoverColor?: string;
|
|
238
|
+
hoverTextColor?: string;
|
|
280
239
|
};
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
240
|
+
tertiaryButton?: {
|
|
241
|
+
buttonColor?: string;
|
|
242
|
+
buttonTextColor?: string;
|
|
243
|
+
borderRadius?: string;
|
|
244
|
+
};
|
|
245
|
+
inputs?: {
|
|
246
|
+
background?: string;
|
|
247
|
+
borderColor?: string;
|
|
248
|
+
borderRadius?: string;
|
|
249
|
+
textColor?: string;
|
|
250
|
+
labelColor?: string;
|
|
251
|
+
borderThickness?: string;
|
|
252
|
+
disabledBackground?: string;
|
|
253
|
+
disabledTextColor?: string;
|
|
254
|
+
labelFontSize?: string;
|
|
255
|
+
focusBorderColor?: string;
|
|
256
|
+
hoverBorderColor?: string;
|
|
292
257
|
};
|
|
293
|
-
/**
|
|
294
|
-
* Defines widget dimensions.
|
|
295
|
-
*/
|
|
296
258
|
widgetSize?: {
|
|
297
|
-
embeddedWidgets?:
|
|
298
|
-
|
|
299
|
-
value: number;
|
|
300
|
-
unit: "px" | "%";
|
|
301
|
-
};
|
|
302
|
-
maxWidth?: {
|
|
303
|
-
value: number;
|
|
304
|
-
unit: "px" | "%";
|
|
305
|
-
};
|
|
306
|
-
};
|
|
307
|
-
popupWidgets?: {
|
|
308
|
-
minWidth?: {
|
|
309
|
-
value: number;
|
|
310
|
-
unit: "px" | "%";
|
|
311
|
-
};
|
|
312
|
-
maxWidth?: {
|
|
313
|
-
value: number;
|
|
314
|
-
unit: "px" | "%";
|
|
315
|
-
};
|
|
316
|
-
};
|
|
259
|
+
embeddedWidgets?: WidgetSizeConfig;
|
|
260
|
+
popupWidgets?: WidgetSizeConfig;
|
|
317
261
|
};
|
|
318
262
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|