@saasquatch/mint-components 1.15.0-46 → 1.15.0-48
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/IndirectTaxDetailsView-e379406f.js +646 -0
- package/dist/cjs/{ShadowViewAddon-85d2eed4.js → ShadowViewAddon-6816329b.js} +1019 -1019
- package/dist/cjs/data-68a42a7b.js +137 -0
- package/dist/cjs/{extractProps-fd93ba62.js → extractProps-e9c55ba8.js} +14 -0
- package/dist/cjs/{global-2298fc8b.js → global-4a3008b4.js} +67 -80
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{sqm-banking-info-form_17.cjs.entry.js → sqm-banking-info-form_10.cjs.entry.js} +294 -1991
- package/dist/cjs/sqm-big-stat_42.cjs.entry.js +184 -175
- package/dist/cjs/sqm-code-verification.cjs.entry.js +342 -0
- 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-data-cell_5.cjs.entry.js +84 -0
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +7 -7
- package/dist/cjs/{sqm-portal-email-verification-view-0a93a148.js → sqm-portal-email-verification-view-9ba1a75d.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-44a83439.js → sqm-portal-profile-view-c4c80164.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-qr-code-view-b18b42a8.js → sqm-qr-code-view-2cca145e.js} +1 -1
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +4 -5
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +12887 -11612
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +1220 -0
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +11 -3
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +17 -7
- package/dist/cjs/{usePayoutStatus-f26f0467.js → usePayoutStatus-3cca69e5.js} +8 -5
- package/dist/cjs/utils-1b04e1c8.js +105 -0
- package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +0 -3
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +3 -3
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +8 -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 +2 -1
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.js +3 -2
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.js +2 -1
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +4 -3
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +3 -3
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +2 -2
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +8 -8
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +1 -1
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +9 -9
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +2 -2
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +6 -4
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +2 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +2 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +4 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +6 -3
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +6 -3
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +4 -2
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +2 -1
- 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 +2 -1
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +2 -1
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +6 -5
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +3 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +4 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +3 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +4 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +5 -3
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +3 -2
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +3 -3
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +9 -9
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +9 -9
- package/dist/collection/components/sqm-stencilbook/BrandSelector.js +1 -1
- package/dist/collection/components/sqm-stencilbook/Themes.js +170 -161
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +78 -78
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +5 -5
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +6 -6
- 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 +39 -5
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +42 -7
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +12 -8
- 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 +9 -9
- 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 +26 -1
- 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 +8 -5
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +77 -28
- 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 +19 -4
- 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 +14 -21
- 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 +67 -80
- package/dist/collection/global/styles.ts +58 -69
- package/dist/collection/stories/PortalTemplates.stories.js +22 -30
- package/dist/collection/utils/parseStates.js +12 -0
- package/dist/esm/IndirectTaxDetailsView-1600022e.js +639 -0
- package/dist/esm/{ShadowViewAddon-d59ef625.js → ShadowViewAddon-b6b4ded9.js} +1022 -1022
- package/dist/esm/data-ce8ed0ae.js +121 -0
- package/dist/esm/{extractProps-ae1afbb3.js → extractProps-54064fb0.js} +14 -1
- package/dist/esm/{global-2da1dcec.js → global-9c1112d1.js} +67 -80
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{sqm-banking-info-form_17.entry.js → sqm-banking-info-form_10.entry.js} +218 -1908
- package/dist/esm/sqm-big-stat_42.entry.js +184 -175
- package/dist/esm/sqm-code-verification.entry.js +338 -0
- 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-data-cell_5.entry.js +76 -0
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +7 -7
- package/dist/esm/{sqm-portal-email-verification-view-e38ec8cc.js → sqm-portal-email-verification-view-10d41c81.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-e594d1ee.js → sqm-portal-profile-view-7709257a.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/{sqm-qr-code-view-358607d1.js → sqm-qr-code-view-11121d3c.js} +1 -1
- package/dist/esm/sqm-qr-code.entry.js +1 -1
- package/dist/esm/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +4 -5
- package/dist/esm/sqm-stencilbook.entry.js +12688 -11413
- package/dist/esm/sqm-tax-and-cash.entry.js +1216 -0
- package/dist/esm/sqm-widget-verification-controller.entry.js +12 -4
- package/dist/esm/sqm-widget-verification.entry.js +17 -7
- package/dist/esm/{usePayoutStatus-3768c8c3.js → usePayoutStatus-e92a6e43.js} +8 -5
- package/dist/esm/utils-1d251439.js +97 -0
- package/dist/esm-es5/IndirectTaxDetailsView-1600022e.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-b6b4ded9.js +1 -0
- package/dist/esm-es5/data-ce8ed0ae.js +1 -0
- package/dist/esm-es5/extractProps-54064fb0.js +1 -0
- package/dist/esm-es5/{global-2da1dcec.js → global-9c1112d1.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_10.entry.js +1 -0
- package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +1 -0
- 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-data-cell_5.entry.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-e38ec8cc.js → sqm-portal-email-verification-view-10d41c81.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-e594d1ee.js → sqm-portal-profile-view-7709257a.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-qr-code-view-358607d1.js → sqm-qr-code-view-11121d3c.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.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-tax-and-cash.entry.js +1 -0
- 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-3768c8c3.js → usePayoutStatus-e92a6e43.js} +2 -2
- package/dist/esm-es5/utils-1d251439.js +1 -0
- package/dist/mint-components/global/styles.ts +58 -69
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-01082bad.js +1 -0
- package/dist/mint-components/p-0797a946.js +1 -0
- package/dist/mint-components/{p-9fcc7901.system.entry.js → p-07ad62e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-f2c48bc8.entry.js → p-114fcd0e.entry.js} +1 -1
- package/dist/mint-components/{p-f3a52eb6.js → p-11d52524.js} +1 -1
- package/dist/mint-components/{p-d4e49019.entry.js → p-16034601.entry.js} +1 -1
- package/dist/mint-components/p-1c8e7298.entry.js +11 -0
- package/dist/mint-components/p-1e79befd.entry.js +1 -0
- package/dist/mint-components/p-208b3b3d.js +1 -0
- package/dist/mint-components/p-2378a0dd.entry.js +16 -0
- package/dist/mint-components/p-27345611.system.entry.js +1 -0
- package/dist/mint-components/{p-7dac5a58.system.entry.js → p-2f46db5e.system.entry.js} +1 -1
- package/dist/mint-components/{p-73069eba.entry.js → p-314ad8e8.entry.js} +1 -1
- package/dist/mint-components/p-3206d0a4.js +103 -0
- package/dist/mint-components/{p-5500bd38.js → p-3cb1d066.js} +1 -1
- package/dist/mint-components/{p-0e73c48c.system.js → p-4196d37a.system.js} +1 -1
- package/dist/mint-components/{p-fad1752b.system.entry.js → p-4e2e901f.system.entry.js} +1 -1
- package/dist/mint-components/p-53c69c51.system.js +1 -0
- package/dist/mint-components/{p-28aed7f7.system.entry.js → p-5737a72e.system.entry.js} +1 -1
- package/dist/mint-components/p-5c1daa3a.system.js +1 -0
- package/dist/mint-components/p-67d1a31e.entry.js +1 -0
- package/dist/mint-components/{p-7aba33e1.js → p-68e6e362.js} +1 -1
- package/dist/mint-components/{p-7daa731c.system.js → p-6964a69b.system.js} +1 -1
- package/dist/mint-components/{p-7953c3da.entry.js → p-76bfc42f.entry.js} +2 -2
- package/dist/mint-components/p-7dc10820.system.js +1 -0
- package/dist/mint-components/p-802762ab.system.js +1 -0
- package/dist/mint-components/{p-b090bbd2.js → p-8314626a.js} +32 -32
- package/dist/mint-components/{p-d49373b7.system.js → p-880bbd84.system.js} +1 -1
- package/dist/mint-components/p-8c126ccb.system.entry.js +1 -0
- package/dist/mint-components/{p-232996b5.system.entry.js → p-8f33e814.system.entry.js} +1 -1
- package/dist/mint-components/p-95216d0e.system.entry.js +1 -0
- package/dist/mint-components/{p-64e3e87a.entry.js → p-992ff197.entry.js} +1 -1
- package/dist/mint-components/{p-761ee9ea.entry.js → p-9aa2c2fe.entry.js} +2 -2
- package/dist/mint-components/{p-0019d57c.entry.js → p-9c298d88.entry.js} +1 -1
- package/dist/mint-components/{p-4ce7e3b1.entry.js → p-9c954c08.entry.js} +1 -1
- package/dist/mint-components/{p-3466bfaa.js → p-a341ce23.js} +2 -2
- package/dist/mint-components/p-a39c3535.system.entry.js +1 -0
- package/dist/mint-components/{p-5efed40f.system.js → p-a44b7a52.system.js} +2 -2
- package/dist/mint-components/p-a5177c16.system.entry.js +1 -0
- package/dist/mint-components/p-aea6d974.system.js +1 -0
- package/dist/mint-components/{p-cc5f9775.system.entry.js → p-afe1ea2d.system.entry.js} +1 -1
- package/dist/mint-components/{p-7ae3ec51.system.js → p-b34966f6.system.js} +1 -1
- package/dist/mint-components/p-ba2c9746.system.entry.js +1 -0
- package/dist/mint-components/{p-e70d8201.system.entry.js → p-cf616a3d.system.entry.js} +1 -1
- package/dist/mint-components/{p-e1e96de9.entry.js → p-d8f692ed.entry.js} +19 -19
- package/dist/mint-components/{p-5cd3030b.system.entry.js → p-deca5ec3.system.entry.js} +1 -1
- package/dist/mint-components/p-e3a9496d.system.entry.js +1 -0
- package/dist/mint-components/p-e524056f.entry.js +1 -0
- package/dist/mint-components/p-e55aafe9.system.js +1 -0
- package/dist/mint-components/{p-5125ec72.system.entry.js → p-e94a37bc.system.entry.js} +1 -1
- package/dist/mint-components/p-eb3d0880.entry.js +9 -0
- package/dist/mint-components/p-ec6ec018.entry.js +93 -0
- package/dist/mint-components/{p-836d3ec7.entry.js → p-f063930a.entry.js} +2 -2
- package/dist/mint-components/p-f2ebbbe3.system.entry.js +1 -0
- package/dist/mint-components/p-f54c5857.js +394 -0
- package/dist/types/components/sqm-coupon-code/CouponCode.stories.d.ts +0 -1
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code-view.d.ts +1 -1
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +1 -1
- package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +1 -1
- package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +1 -1
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +4 -4
- 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 +1 -0
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.d.ts +1 -0
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.d.ts +2 -1
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.d.ts +1 -0
- package/dist/types/components/sqm-invoice-table/mockInvoiceData.d.ts +1 -0
- package/dist/types/components/sqm-invoice-table/sqm-invoice-table.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +3 -3
- package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +1 -1
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +4 -4
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +4 -4
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-status-cell.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/ReferralTableColumn.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +1 -0
- 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 +1 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/columns/RewardTableColumn.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +2 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +3 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +2 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +3 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +2 -1
- package/dist/types/components/sqm-rewards-table/mockRewardData.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/mockTaxData.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +3 -3
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +4 -4
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +4 -4
- package/dist/types/components/sqm-stencilbook/Themes.d.ts +5 -4
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +1 -1
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +3 -3
- package/dist/types/components/sqm-task-card/useTaskCard.d.ts +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +5 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +6 -1
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -1
- 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 +4 -0
- 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 +10 -4
- 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/views/copy-text-view.d.ts +1 -1
- package/dist/types/components.d.ts +99 -55
- package/dist/types/global/styles.d.ts +2 -1
- package/dist/types/saasquatch.d.ts +111 -48
- package/dist/types/utils/parseStates.d.ts +1 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -1
- package/dist/cjs/sqm-invoice-table-view-90b2433f.js +0 -2038
- package/dist/esm/sqm-invoice-table-view-df370e4a.js +0 -2022
- package/dist/esm-es5/ShadowViewAddon-d59ef625.js +0 -1
- package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-df370e4a.js +0 -1
- package/dist/mint-components/p-04cc08e7.system.entry.js +0 -1
- package/dist/mint-components/p-097a255f.js +0 -1
- package/dist/mint-components/p-15ad1e97.entry.js +0 -16
- package/dist/mint-components/p-16c55bb4.entry.js +0 -205
- package/dist/mint-components/p-26468242.js +0 -1
- package/dist/mint-components/p-31b8f0ca.system.js +0 -1
- package/dist/mint-components/p-62d924e6.system.entry.js +0 -1
- package/dist/mint-components/p-6bcac9ed.system.entry.js +0 -1
- package/dist/mint-components/p-7b97c0f4.system.entry.js +0 -1
- package/dist/mint-components/p-a121e5a1.system.entry.js +0 -1
- package/dist/mint-components/p-a8645c1b.system.js +0 -1
- package/dist/mint-components/p-bfe08ca4.system.js +0 -1
- package/dist/mint-components/p-c53bd5bd.entry.js +0 -9
- package/dist/mint-components/p-e53c3c6e.system.js +0 -1
- package/dist/mint-components/p-f3558ef0.js +0 -394
- package/dist/mint-components/p-f66ccd51.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
- /package/dist/collection/components/tax-and-cash/{sqm-tax-and-cash/data.js → data.js} +0 -0
- /package/dist/types/components/tax-and-cash/{sqm-tax-and-cash/data.d.ts → data.d.ts} +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DemoData } from "../../../global/demo";
|
|
2
|
-
import { UseTaxAndCashResultType } from "./useTaxAndCash";
|
|
3
2
|
/**
|
|
4
3
|
* @uiName Tax and Cash
|
|
5
4
|
* @exampleGroup Tax and Cash
|
|
@@ -947,11 +946,18 @@ export declare class TaxAndCashMonolith {
|
|
|
947
946
|
*/
|
|
948
947
|
supportLink: string;
|
|
949
948
|
/**
|
|
950
|
-
*
|
|
949
|
+
* @uiName Monolith States
|
|
950
|
+
* @componentState { "title": "Step 1", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"] }
|
|
951
|
+
* @componentState { "title": "Step 2", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"] }
|
|
952
|
+
* @componentState { "title": "Step 3", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"] }
|
|
953
|
+
* @componentState { "title": "Step 4", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"] }
|
|
954
|
+
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"] }
|
|
955
|
+
*/
|
|
956
|
+
stateController: string;
|
|
957
|
+
/**
|
|
951
958
|
* @undocumented
|
|
952
|
-
* @uiType object
|
|
953
959
|
*/
|
|
954
|
-
demoData?: DemoData<
|
|
960
|
+
demoData?: DemoData<TaxAndCashMonolith>;
|
|
955
961
|
constructor();
|
|
956
962
|
disconnectedCallback(): void;
|
|
957
963
|
getGeneralStepTextProps(prefix: string): { [K in keyof this as K extends `${string}${infer Suffix}` ? `${Suffix}` : never]: this[K]; } & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from "../../../stencil-public-runtime";
|
|
2
|
-
import { TaxDocumentType } from "../
|
|
2
|
+
import { TaxDocumentType } from "../data";
|
|
3
3
|
import { PayoutStatus } from "../sqm-payout-status-alert/usePayoutStatus";
|
|
4
4
|
export interface TaxAndCashDashboardProps {
|
|
5
5
|
states: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TaxDocumentType } from "./
|
|
1
|
+
import { TaxDocumentType } from "./data";
|
|
2
2
|
export declare function validTaxDocument(requiredType: TaxDocumentType | undefined): boolean;
|
|
3
3
|
export declare const objectIsFull: (obj: Record<string, unknown>) => boolean;
|
|
4
4
|
export declare const taxTypeToName: (taxType: TaxDocumentType) => "" | "W-9" | "W-8";
|
|
@@ -17,7 +17,7 @@ export interface CopyTextViewProps {
|
|
|
17
17
|
backgroundColor?: string;
|
|
18
18
|
textColor?: string;
|
|
19
19
|
borderRadius?: string;
|
|
20
|
-
buttonType?: "primary" | "secondary"
|
|
20
|
+
buttonType?: "primary" | "secondary";
|
|
21
21
|
borderColor?: string;
|
|
22
22
|
onClick?: () => void;
|
|
23
23
|
}
|
|
@@ -21,6 +21,7 @@ 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 { FraudStatus, ImpactConnection, Invoice, Referral, Referrer, Reward } from "./saasquatch";
|
|
24
25
|
import { LeaderboardViewProps } from "./components/sqm-leaderboard/sqm-leaderboard-view";
|
|
25
26
|
import { LeaderboardRankViewProps } from "./components/sqm-leaderboard-rank/sqm-leaderboard-rank-view";
|
|
26
27
|
import { CopyTextViewProps } from "./components/views/copy-text-view";
|
|
@@ -50,7 +51,6 @@ import { ReferralDates } from "./components/sqm-referral-table/useReferralTable"
|
|
|
50
51
|
import { RewardExchangeViewProps } from "./components/sqm-reward-exchange-list/sqm-reward-exchange-list-view";
|
|
51
52
|
import { ShareButtonViewProps } from "./components/sqm-share-button/sqm-share-button-view";
|
|
52
53
|
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";
|
|
@@ -557,7 +557,7 @@ export namespace Components {
|
|
|
557
557
|
* @uiEnumNames ["Primary", "Secondary"]
|
|
558
558
|
* @uiGroup Style
|
|
559
559
|
*/
|
|
560
|
-
"buttonType"?: "primary" | "secondary"
|
|
560
|
+
"buttonType"?: "primary" | "secondary";
|
|
561
561
|
/**
|
|
562
562
|
* Display this message when the coupon code has been cancelled.
|
|
563
563
|
* @uiWidget textArea
|
|
@@ -1035,14 +1035,14 @@ export namespace Components {
|
|
|
1035
1035
|
*/
|
|
1036
1036
|
"buttonText"?: string;
|
|
1037
1037
|
/**
|
|
1038
|
-
* The type of the button that is used (primary
|
|
1038
|
+
* The type of the button that is used (primary or secondary).
|
|
1039
1039
|
* @uiName Button Type
|
|
1040
1040
|
* @uiType string
|
|
1041
|
-
* @uiEnum ["primary", "secondary"
|
|
1042
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
1041
|
+
* @uiEnum ["primary", "secondary"]
|
|
1042
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1043
1043
|
* @uiGroup Style
|
|
1044
1044
|
*/
|
|
1045
|
-
"buttonType"?: "primary" | "secondary"
|
|
1045
|
+
"buttonType"?: "primary" | "secondary";
|
|
1046
1046
|
/**
|
|
1047
1047
|
* @uiName Description
|
|
1048
1048
|
* @uiWidget textArea
|
|
@@ -1889,14 +1889,14 @@ export namespace Components {
|
|
|
1889
1889
|
}
|
|
1890
1890
|
interface SqmPagination {
|
|
1891
1891
|
/**
|
|
1892
|
-
* The type of the button that is used (primary
|
|
1892
|
+
* The type of the button that is used (primary or secondary).
|
|
1893
1893
|
* @uiName Button Type
|
|
1894
1894
|
* @uiType string
|
|
1895
|
-
* @uiEnum ["primary", "secondary"
|
|
1896
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
1895
|
+
* @uiEnum ["primary", "secondary"]
|
|
1896
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1897
1897
|
* @uiGroup Style
|
|
1898
1898
|
*/
|
|
1899
|
-
"buttonType"?: "primary" | "secondary"
|
|
1899
|
+
"buttonType"?: "primary" | "secondary";
|
|
1900
1900
|
/**
|
|
1901
1901
|
* @undocumented
|
|
1902
1902
|
* @uiType object
|
|
@@ -1979,6 +1979,10 @@ 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;
|
|
1982
1986
|
/**
|
|
1983
1987
|
* Badge text indicating payout status
|
|
1984
1988
|
* @uiName Payout badge status text
|
|
@@ -3412,14 +3416,14 @@ export namespace Components {
|
|
|
3412
3416
|
*/
|
|
3413
3417
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
3414
3418
|
/**
|
|
3415
|
-
* The type of the button that is used (primary
|
|
3419
|
+
* The type of the button that is used (primary or secondary).
|
|
3416
3420
|
* @uiName Button Type
|
|
3417
3421
|
* @uiType string
|
|
3418
|
-
* @uiEnum ["primary", "secondary"
|
|
3419
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
3422
|
+
* @uiEnum ["primary", "secondary"]
|
|
3423
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
3420
3424
|
* @uiGroup Style
|
|
3421
3425
|
*/
|
|
3422
|
-
"buttonType"?: "primary" | "secondary"
|
|
3426
|
+
"buttonType"?: "primary" | "secondary";
|
|
3423
3427
|
/**
|
|
3424
3428
|
* @uiName Copy button label
|
|
3425
3429
|
*/
|
|
@@ -4465,14 +4469,14 @@ export namespace Components {
|
|
|
4465
4469
|
*/
|
|
4466
4470
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4467
4471
|
/**
|
|
4468
|
-
* The type of the button that is used (primary
|
|
4472
|
+
* The type of the button that is used (primary or secondary).
|
|
4469
4473
|
* @uiName Button Type
|
|
4470
4474
|
* @uiType string
|
|
4471
|
-
* @uiEnum ["primary", "secondary"
|
|
4472
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
4475
|
+
* @uiEnum ["primary", "secondary"]
|
|
4476
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4473
4477
|
* @uiGroup Style
|
|
4474
4478
|
*/
|
|
4475
|
-
"buttonType"?: "primary" | "secondary"
|
|
4479
|
+
"buttonType"?: "primary" | "secondary";
|
|
4476
4480
|
/**
|
|
4477
4481
|
* @uiName Copy button label
|
|
4478
4482
|
*/
|
|
@@ -4550,14 +4554,14 @@ export namespace Components {
|
|
|
4550
4554
|
*/
|
|
4551
4555
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4552
4556
|
/**
|
|
4553
|
-
* The type of the button that is used (primary
|
|
4557
|
+
* The type of the button that is used (primary or secondary).
|
|
4554
4558
|
* @uiName Button Type
|
|
4555
4559
|
* @uiType string
|
|
4556
|
-
* @uiEnum ["primary", "secondary"
|
|
4557
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
4560
|
+
* @uiEnum ["primary", "secondary"]
|
|
4561
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4558
4562
|
* @uiGroup Style
|
|
4559
4563
|
*/
|
|
4560
|
-
"buttonType"?: "primary" | "secondary"
|
|
4564
|
+
"buttonType"?: "primary" | "secondary";
|
|
4561
4565
|
/**
|
|
4562
4566
|
* @uiName Copy button label
|
|
4563
4567
|
*/
|
|
@@ -4712,11 +4716,11 @@ export namespace Components {
|
|
|
4712
4716
|
/**
|
|
4713
4717
|
* @uiName Button Style
|
|
4714
4718
|
* @uiType string
|
|
4715
|
-
* @uiEnum ["primary", "secondary"
|
|
4716
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
4719
|
+
* @uiEnum ["primary", "secondary"]
|
|
4720
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4717
4721
|
* @uiGroup Style
|
|
4718
4722
|
*/
|
|
4719
|
-
"buttonType"?: "primary" | "secondary"
|
|
4723
|
+
"buttonType"?: "primary" | "secondary";
|
|
4720
4724
|
/**
|
|
4721
4725
|
* @uiName Title
|
|
4722
4726
|
* @uiGroup Task
|
|
@@ -5203,10 +5207,9 @@ export namespace Components {
|
|
|
5203
5207
|
*/
|
|
5204
5208
|
"dashboard_verificationReviewInternalHeader": string;
|
|
5205
5209
|
/**
|
|
5206
|
-
* @undocumented
|
|
5207
|
-
* @uiType object
|
|
5210
|
+
* @undocumented
|
|
5208
5211
|
*/
|
|
5209
|
-
"demoData"?: DemoData<
|
|
5212
|
+
"demoData"?: DemoData<TaxAndCashMonolith>;
|
|
5210
5213
|
/**
|
|
5211
5214
|
* Displayed under a field when it has an invalid entry.
|
|
5212
5215
|
* @uiName Form field error message
|
|
@@ -5278,6 +5281,15 @@ export namespace Components {
|
|
|
5278
5281
|
* @uiGroup General Form Properties
|
|
5279
5282
|
*/
|
|
5280
5283
|
"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;
|
|
5281
5293
|
/**
|
|
5282
5294
|
* @uiName Address field label
|
|
5283
5295
|
* @uiGroup Step 1 Properties
|
|
@@ -6466,8 +6478,18 @@ export namespace Components {
|
|
|
6466
6478
|
* @uiGroup General Text
|
|
6467
6479
|
*/
|
|
6468
6480
|
"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;
|
|
6469
6486
|
}
|
|
6470
6487
|
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;
|
|
6471
6493
|
}
|
|
6472
6494
|
}
|
|
6473
6495
|
declare global {
|
|
@@ -7836,7 +7858,7 @@ declare namespace LocalJSX {
|
|
|
7836
7858
|
* @uiEnumNames ["Primary", "Secondary"]
|
|
7837
7859
|
* @uiGroup Style
|
|
7838
7860
|
*/
|
|
7839
|
-
"buttonType"?: "primary" | "secondary"
|
|
7861
|
+
"buttonType"?: "primary" | "secondary";
|
|
7840
7862
|
/**
|
|
7841
7863
|
* Display this message when the coupon code has been cancelled.
|
|
7842
7864
|
* @uiWidget textArea
|
|
@@ -8315,14 +8337,14 @@ declare namespace LocalJSX {
|
|
|
8315
8337
|
*/
|
|
8316
8338
|
"buttonText"?: string;
|
|
8317
8339
|
/**
|
|
8318
|
-
* The type of the button that is used (primary
|
|
8340
|
+
* The type of the button that is used (primary or secondary).
|
|
8319
8341
|
* @uiName Button Type
|
|
8320
8342
|
* @uiType string
|
|
8321
|
-
* @uiEnum ["primary", "secondary"
|
|
8322
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
8343
|
+
* @uiEnum ["primary", "secondary"]
|
|
8344
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
8323
8345
|
* @uiGroup Style
|
|
8324
8346
|
*/
|
|
8325
|
-
"buttonType"?: "primary" | "secondary"
|
|
8347
|
+
"buttonType"?: "primary" | "secondary";
|
|
8326
8348
|
/**
|
|
8327
8349
|
* @uiName Description
|
|
8328
8350
|
* @uiWidget textArea
|
|
@@ -9163,14 +9185,14 @@ declare namespace LocalJSX {
|
|
|
9163
9185
|
}
|
|
9164
9186
|
interface SqmPagination {
|
|
9165
9187
|
/**
|
|
9166
|
-
* The type of the button that is used (primary
|
|
9188
|
+
* The type of the button that is used (primary or secondary).
|
|
9167
9189
|
* @uiName Button Type
|
|
9168
9190
|
* @uiType string
|
|
9169
|
-
* @uiEnum ["primary", "secondary"
|
|
9170
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
9191
|
+
* @uiEnum ["primary", "secondary"]
|
|
9192
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
9171
9193
|
* @uiGroup Style
|
|
9172
9194
|
*/
|
|
9173
|
-
"buttonType"?: "primary" | "secondary"
|
|
9195
|
+
"buttonType"?: "primary" | "secondary";
|
|
9174
9196
|
/**
|
|
9175
9197
|
* @undocumented
|
|
9176
9198
|
* @uiType object
|
|
@@ -9253,6 +9275,10 @@ declare namespace LocalJSX {
|
|
|
9253
9275
|
* @uiName Payout missing information subtext
|
|
9254
9276
|
*/
|
|
9255
9277
|
"payoutMissingInformationText"?: string;
|
|
9278
|
+
/**
|
|
9279
|
+
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
9280
|
+
*/
|
|
9281
|
+
"stateController"?: string;
|
|
9256
9282
|
/**
|
|
9257
9283
|
* Badge text indicating payout status
|
|
9258
9284
|
* @uiName Payout badge status text
|
|
@@ -10686,14 +10712,14 @@ declare namespace LocalJSX {
|
|
|
10686
10712
|
*/
|
|
10687
10713
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
10688
10714
|
/**
|
|
10689
|
-
* The type of the button that is used (primary
|
|
10715
|
+
* The type of the button that is used (primary or secondary).
|
|
10690
10716
|
* @uiName Button Type
|
|
10691
10717
|
* @uiType string
|
|
10692
|
-
* @uiEnum ["primary", "secondary"
|
|
10693
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
10718
|
+
* @uiEnum ["primary", "secondary"]
|
|
10719
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
10694
10720
|
* @uiGroup Style
|
|
10695
10721
|
*/
|
|
10696
|
-
"buttonType"?: "primary" | "secondary"
|
|
10722
|
+
"buttonType"?: "primary" | "secondary";
|
|
10697
10723
|
/**
|
|
10698
10724
|
* @uiName Copy button label
|
|
10699
10725
|
*/
|
|
@@ -11715,14 +11741,14 @@ declare namespace LocalJSX {
|
|
|
11715
11741
|
*/
|
|
11716
11742
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11717
11743
|
/**
|
|
11718
|
-
* The type of the button that is used (primary
|
|
11744
|
+
* The type of the button that is used (primary or secondary).
|
|
11719
11745
|
* @uiName Button Type
|
|
11720
11746
|
* @uiType string
|
|
11721
|
-
* @uiEnum ["primary", "secondary"
|
|
11722
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
11747
|
+
* @uiEnum ["primary", "secondary"]
|
|
11748
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11723
11749
|
* @uiGroup Style
|
|
11724
11750
|
*/
|
|
11725
|
-
"buttonType"?: "primary" | "secondary"
|
|
11751
|
+
"buttonType"?: "primary" | "secondary";
|
|
11726
11752
|
/**
|
|
11727
11753
|
* @uiName Copy button label
|
|
11728
11754
|
*/
|
|
@@ -11800,14 +11826,14 @@ declare namespace LocalJSX {
|
|
|
11800
11826
|
*/
|
|
11801
11827
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11802
11828
|
/**
|
|
11803
|
-
* The type of the button that is used (primary
|
|
11829
|
+
* The type of the button that is used (primary or secondary).
|
|
11804
11830
|
* @uiName Button Type
|
|
11805
11831
|
* @uiType string
|
|
11806
|
-
* @uiEnum ["primary", "secondary"
|
|
11807
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
11832
|
+
* @uiEnum ["primary", "secondary"]
|
|
11833
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11808
11834
|
* @uiGroup Style
|
|
11809
11835
|
*/
|
|
11810
|
-
"buttonType"?: "primary" | "secondary"
|
|
11836
|
+
"buttonType"?: "primary" | "secondary";
|
|
11811
11837
|
/**
|
|
11812
11838
|
* @uiName Copy button label
|
|
11813
11839
|
*/
|
|
@@ -11962,11 +11988,11 @@ declare namespace LocalJSX {
|
|
|
11962
11988
|
/**
|
|
11963
11989
|
* @uiName Button Style
|
|
11964
11990
|
* @uiType string
|
|
11965
|
-
* @uiEnum ["primary", "secondary"
|
|
11966
|
-
* @uiEnumNames ["Primary", "Secondary"
|
|
11991
|
+
* @uiEnum ["primary", "secondary"]
|
|
11992
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11967
11993
|
* @uiGroup Style
|
|
11968
11994
|
*/
|
|
11969
|
-
"buttonType"?: "primary" | "secondary"
|
|
11995
|
+
"buttonType"?: "primary" | "secondary";
|
|
11970
11996
|
/**
|
|
11971
11997
|
* @uiName Title
|
|
11972
11998
|
* @uiGroup Task
|
|
@@ -12453,10 +12479,9 @@ declare namespace LocalJSX {
|
|
|
12453
12479
|
*/
|
|
12454
12480
|
"dashboard_verificationReviewInternalHeader"?: string;
|
|
12455
12481
|
/**
|
|
12456
|
-
* @undocumented
|
|
12457
|
-
* @uiType object
|
|
12482
|
+
* @undocumented
|
|
12458
12483
|
*/
|
|
12459
|
-
"demoData"?: DemoData<
|
|
12484
|
+
"demoData"?: DemoData<TaxAndCashMonolith>;
|
|
12460
12485
|
/**
|
|
12461
12486
|
* Displayed under a field when it has an invalid entry.
|
|
12462
12487
|
* @uiName Form field error message
|
|
@@ -12528,6 +12553,15 @@ declare namespace LocalJSX {
|
|
|
12528
12553
|
* @uiGroup General Form Properties
|
|
12529
12554
|
*/
|
|
12530
12555
|
"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;
|
|
12531
12565
|
/**
|
|
12532
12566
|
* @uiName Address field label
|
|
12533
12567
|
* @uiGroup Step 1 Properties
|
|
@@ -13715,8 +13749,18 @@ declare namespace LocalJSX {
|
|
|
13715
13749
|
* @uiGroup General Text
|
|
13716
13750
|
*/
|
|
13717
13751
|
"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;
|
|
13718
13757
|
}
|
|
13719
13758
|
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;
|
|
13720
13764
|
}
|
|
13721
13765
|
interface IntrinsicElements {
|
|
13722
13766
|
"raisins-plop-target": RaisinsPlopTarget;
|
|
@@ -200,63 +200,126 @@ interface WidgetSizeConfig {
|
|
|
200
200
|
maxWidth?: WidgetSizeDimension;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
interface
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
critical?: ColorShadeConfig;
|
|
211
|
-
informative?: ColorShadeConfig;
|
|
212
|
-
neutral?: ColorShadeConfig;
|
|
213
|
-
};
|
|
214
|
-
border?: {
|
|
215
|
-
color?: string;
|
|
216
|
-
radius?: string;
|
|
217
|
-
thickness?: string;
|
|
203
|
+
export interface BrandingConfiguration {
|
|
204
|
+
/**
|
|
205
|
+
* Defines all branding related styles.
|
|
206
|
+
*/
|
|
207
|
+
main?: {
|
|
208
|
+
brandColor?: string;
|
|
209
|
+
brandFont?: string;
|
|
218
210
|
};
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
211
|
+
color?: {
|
|
212
|
+
backgroundColor?: string;
|
|
213
|
+
textColorShades?: {
|
|
214
|
+
mainText: string;
|
|
215
|
+
subduedText: string;
|
|
216
|
+
};
|
|
217
|
+
accentColorShades?: {
|
|
218
|
+
icon?: string;
|
|
219
|
+
text?: string;
|
|
220
|
+
border?: string;
|
|
221
|
+
background?: string;
|
|
222
|
+
};
|
|
223
|
+
success?: {
|
|
224
|
+
text?: string;
|
|
225
|
+
iconAndBadge?: string;
|
|
226
|
+
border?: string;
|
|
227
|
+
background?: string;
|
|
228
|
+
};
|
|
229
|
+
warning?: {
|
|
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
|
+
};
|
|
223
254
|
};
|
|
224
255
|
primaryButton?: {
|
|
225
|
-
buttonColor?:
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
256
|
+
buttonColor?: {
|
|
257
|
+
background?: string;
|
|
258
|
+
label?: string;
|
|
259
|
+
border?: string;
|
|
260
|
+
};
|
|
261
|
+
buttonHoverColor?: {
|
|
262
|
+
background?: string;
|
|
263
|
+
label?: string;
|
|
264
|
+
border?: string;
|
|
265
|
+
};
|
|
266
|
+
borderRadius?: number;
|
|
231
267
|
};
|
|
232
268
|
secondaryButton?: {
|
|
233
|
-
buttonColor?:
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
269
|
+
buttonColor?: {
|
|
270
|
+
background?: string;
|
|
271
|
+
label?: string;
|
|
272
|
+
border?: string;
|
|
273
|
+
};
|
|
274
|
+
buttonHoverColor?: {
|
|
275
|
+
background?: string;
|
|
276
|
+
label?: string;
|
|
277
|
+
border?: string;
|
|
278
|
+
};
|
|
279
|
+
borderRadius?: number;
|
|
239
280
|
};
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
281
|
+
/**
|
|
282
|
+
* Defines form field colors.
|
|
283
|
+
*/
|
|
284
|
+
formFields?: {
|
|
285
|
+
formFieldColor?: {
|
|
286
|
+
background?: string;
|
|
287
|
+
inputText?: string;
|
|
288
|
+
border?: string;
|
|
289
|
+
};
|
|
290
|
+
borderRadius?: number;
|
|
291
|
+
disabledBackgroundColor?: string;
|
|
292
|
+
selectedStateColor?: string;
|
|
293
|
+
hoverStateColor?: string;
|
|
244
294
|
};
|
|
245
|
-
|
|
246
|
-
|
|
295
|
+
border?: {
|
|
296
|
+
borderRadius?: number;
|
|
297
|
+
borderThickness?: number;
|
|
247
298
|
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;
|
|
257
299
|
};
|
|
300
|
+
/**
|
|
301
|
+
* Defines widget dimensions.
|
|
302
|
+
*/
|
|
258
303
|
widgetSize?: {
|
|
259
|
-
embeddedWidgets?:
|
|
260
|
-
|
|
304
|
+
embeddedWidgets?: {
|
|
305
|
+
minWidth?: {
|
|
306
|
+
value: number;
|
|
307
|
+
unit: "px" | "%";
|
|
308
|
+
};
|
|
309
|
+
maxWidth?: {
|
|
310
|
+
value: number;
|
|
311
|
+
unit: "px" | "%";
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
popupWidgets?: {
|
|
315
|
+
minWidth?: {
|
|
316
|
+
value: number;
|
|
317
|
+
unit: "px" | "%";
|
|
318
|
+
};
|
|
319
|
+
maxWidth?: {
|
|
320
|
+
value: number;
|
|
321
|
+
unit: "px" | "%";
|
|
322
|
+
};
|
|
323
|
+
};
|
|
261
324
|
};
|
|
262
325
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function parseStates(states: any): any;
|
package/docs/docs.docx
CHANGED
|
Binary file
|