@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
|
@@ -70,7 +70,8 @@
|
|
|
70
70
|
--teal-6: #0b6270;
|
|
71
71
|
--teal-7: #004551;
|
|
72
72
|
} */
|
|
73
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88;
|
|
73
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88, _89, _90;
|
|
74
|
+
console.log("The input hover color is ", (_a = window.SquatchBrandingConfig.inputs) === null || _a === void 0 ? void 0 : _a.hoverBorderColor);
|
|
74
75
|
const style = `
|
|
75
76
|
/* vietnamese */
|
|
76
77
|
@font-face {
|
|
@@ -570,34 +571,31 @@ html {
|
|
|
570
571
|
--sqm-color-text-error: #e63717;
|
|
571
572
|
--sqm-content-max-width: 700px;
|
|
572
573
|
--sqm-content-background: var(--sl-color-white);
|
|
573
|
-
--sqm-portal-background: ${((
|
|
574
|
+
--sqm-portal-background: ${((_c = (_b = window.SquatchBrandingConfig) === null || _b === void 0 ? void 0 : _b.color) === null || _c === void 0 ? void 0 : _c.background) || "#121212"};
|
|
574
575
|
--widget-background-color: var(--sl-color-white);
|
|
575
576
|
--sqm-portal-main-width: 900px;
|
|
576
577
|
--sqm-max-width: 100%;
|
|
577
578
|
--sqm-skeleton-background: #eee;
|
|
578
|
-
--sqm-text: ${((
|
|
579
|
-
--sqm-text-subdued: ${((
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
--sqm-primary-
|
|
583
|
-
--sqm-primary-button-background
|
|
584
|
-
--sqm-primary-button-
|
|
585
|
-
|
|
586
|
-
--sqm-primary-button-color: ${((_t = (_s = (_r = window.SquatchBrandingConfig) === null || _r === void 0 ? void 0 : _r.primaryButton) === null || _s === void 0 ? void 0 : _s.buttonColor) === null || _t === void 0 ? void 0 : _t.label) || "#FFFFFF"};
|
|
587
|
-
--sqm-primary-button-color-border: ${((_w = (_v = (_u = window.SquatchBrandingConfig) === null || _u === void 0 ? void 0 : _u.primaryButton) === null || _v === void 0 ? void 0 : _v.buttonColor) === null || _w === void 0 ? void 0 : _w.border) ||
|
|
579
|
+
--sqm-text: ${((_d = window.SquatchBrandingConfig) === null || _d === void 0 ? void 0 : _d.font.textColor) || "white"};
|
|
580
|
+
--sqm-text-subdued: ${((_e = window.SquatchBrandingConfig) === null || _e === void 0 ? void 0 : _e.font.secondaryTextColor) || "#b3b3b3"};
|
|
581
|
+
|
|
582
|
+
--sqm-primary-color: ${((_g = (_f = window.SquatchBrandingConfig) === null || _f === void 0 ? void 0 : _f.color) === null || _g === void 0 ? void 0 : _g.primaryColor) || "#1ed760"};
|
|
583
|
+
--sqm-primary-button-background:${((_j = (_h = window.SquatchBrandingConfig) === null || _h === void 0 ? void 0 : _h.primaryButton) === null || _j === void 0 ? void 0 : _j.buttonColor) || "#1ed760"};
|
|
584
|
+
--sqm-primary-button-background-hover: ${((_l = (_k = window.SquatchBrandingConfig) === null || _k === void 0 ? void 0 : _k.primaryButton) === null || _l === void 0 ? void 0 : _l.hoverColor) || "#1ed760"};
|
|
585
|
+
--sqm-primary-button-color: ${((_o = (_m = window.SquatchBrandingConfig) === null || _m === void 0 ? void 0 : _m.primaryButton) === null || _o === void 0 ? void 0 : _o.buttonTextColor) || "#FFFFFF"};
|
|
586
|
+
--sqm-primary-button-color-border: ${((_q = (_p = window.SquatchBrandingConfig) === null || _p === void 0 ? void 0 : _p.primaryButton) === null || _q === void 0 ? void 0 : _q.buttonBorderColor) ||
|
|
588
587
|
"transparent"};
|
|
589
|
-
--sqm-primary-button-radius: ${((
|
|
588
|
+
--sqm-primary-button-radius: ${((_s = (_r = window.SquatchBrandingConfig) === null || _r === void 0 ? void 0 : _r.primaryButton) === null || _s === void 0 ? void 0 : _s.borderRadius) || "4px"};
|
|
590
589
|
|
|
591
590
|
|
|
592
|
-
--sqm-secondary-button-background: ${((
|
|
593
|
-
--sqm-secondary-button-background-hover: ${((
|
|
591
|
+
--sqm-secondary-button-background: ${((_u = (_t = window.SquatchBrandingConfig) === null || _t === void 0 ? void 0 : _t.secondaryButton) === null || _u === void 0 ? void 0 : _u.buttonColor) || "#191414"};
|
|
592
|
+
--sqm-secondary-button-background-hover: ${((_w = (_v = window.SquatchBrandingConfig) === null || _v === void 0 ? void 0 : _v.secondaryButton) === null || _w === void 0 ? void 0 : _w.hoverColor) || "#282828"};
|
|
594
593
|
|
|
595
594
|
|
|
596
|
-
--sqm-secondary-button-color: ${((
|
|
597
|
-
|
|
598
|
-
--sqm-secondary-button-color-border: ${((_9 = (_8 = (_7 = window.SquatchBrandingConfig) === null || _7 === void 0 ? void 0 : _7.secondaryButton) === null || _8 === void 0 ? void 0 : _8.buttonHoverColor) === null || _9 === void 0 ? void 0 : _9.border) ||
|
|
595
|
+
--sqm-secondary-button-color: ${((_y = (_x = window.SquatchBrandingConfig) === null || _x === void 0 ? void 0 : _x.secondaryButton) === null || _y === void 0 ? void 0 : _y.buttonTextColor) || "#FFFFFF"};
|
|
596
|
+
--sqm-secondary-button-color-border: ${((_0 = (_z = window.SquatchBrandingConfig) === null || _z === void 0 ? void 0 : _z.secondaryButton) === null || _0 === void 0 ? void 0 : _0.buttonBorderColor) ||
|
|
599
597
|
"#FFFFFF"};
|
|
600
|
-
--sqm-secondary-button-radius: ${((
|
|
598
|
+
--sqm-secondary-button-radius: ${((_2 = (_1 = window.SquatchBrandingConfig) === null || _1 === void 0 ? void 0 : _1.secondaryButton) === null || _2 === void 0 ? void 0 : _2.borderRadius) || "30px"};
|
|
601
599
|
|
|
602
600
|
--sqm-tertiary-button-background: transparent;
|
|
603
601
|
--sqm-tertiary-button-background-hover: var(--sqm-primary-color);
|
|
@@ -605,78 +603,65 @@ html {
|
|
|
605
603
|
--sqm-tertiary-button-color-border: transparent;
|
|
606
604
|
--sqm-tertiary-button-radius: 30px;
|
|
607
605
|
|
|
608
|
-
--sqm-border-radius-normal: ${
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
--sqm-border-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
--sqm-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
--sqm-accent-color-icon: ${((_14 = (_13 = (_12 = window.SquatchBrandingConfig) === null || _12 === void 0 ? void 0 : _12.color) === null || _13 === void 0 ? void 0 : _13.accentColorShades) === null || _14 === void 0 ? void 0 : _14.icon) || "#1ed760"};
|
|
620
|
-
--sqm-accent-color-text: ${((_17 = (_16 = (_15 = window.SquatchBrandingConfig) === null || _15 === void 0 ? void 0 : _15.color) === null || _16 === void 0 ? void 0 : _16.accentColorShades) === null || _17 === void 0 ? void 0 : _17.text) || "#fff"};
|
|
621
|
-
--sqm-accent-color-border: ${((_20 = (_19 = (_18 = window.SquatchBrandingConfig) === null || _18 === void 0 ? void 0 : _18.color) === null || _19 === void 0 ? void 0 : _19.accentColorShades) === null || _20 === void 0 ? void 0 : _20.border) || "#1ed760"};
|
|
622
|
-
--sqm-accent-color-background: ${((_23 = (_22 = (_21 = window.SquatchBrandingConfig) === null || _21 === void 0 ? void 0 : _21.color) === null || _22 === void 0 ? void 0 : _22.accentColorShades) === null || _23 === void 0 ? void 0 : _23.background) ||
|
|
606
|
+
--sqm-border-radius-normal: ${((_4 = (_3 = window.SquatchBrandingConfig) === null || _3 === void 0 ? void 0 : _3.border) === null || _4 === void 0 ? void 0 : _4.radius) || "18px"};
|
|
607
|
+
--sqm-border-color: ${((_6 = (_5 = window.SquatchBrandingConfig) === null || _5 === void 0 ? void 0 : _5.border) === null || _6 === void 0 ? void 0 : _6.color) || "white"};
|
|
608
|
+
|
|
609
|
+
--sqm-border-thickness: ${((_8 = (_7 = window.SquatchBrandingConfig) === null || _7 === void 0 ? void 0 : _7.border) === null || _8 === void 0 ? void 0 : _8.thickness) || "1px"};
|
|
610
|
+
|
|
611
|
+
--sqm-accent-color-icon: ${((_11 = (_10 = (_9 = window.SquatchBrandingConfig) === null || _9 === void 0 ? void 0 : _9.color) === null || _10 === void 0 ? void 0 : _10.accentColorShades) === null || _11 === void 0 ? void 0 : _11.iconAndBadge) ||
|
|
612
|
+
"#1ed760"};
|
|
613
|
+
--sqm-accent-color-text: ${((_14 = (_13 = (_12 = window.SquatchBrandingConfig) === null || _12 === void 0 ? void 0 : _12.color) === null || _13 === void 0 ? void 0 : _13.accentColorShades) === null || _14 === void 0 ? void 0 : _14.text) || "#fff"};
|
|
614
|
+
--sqm-accent-color-border: ${((_17 = (_16 = (_15 = window.SquatchBrandingConfig) === null || _15 === void 0 ? void 0 : _15.color) === null || _16 === void 0 ? void 0 : _16.accentColorShades) === null || _17 === void 0 ? void 0 : _17.border) || "#1ed760"};
|
|
615
|
+
--sqm-accent-color-background: ${((_20 = (_19 = (_18 = window.SquatchBrandingConfig) === null || _18 === void 0 ? void 0 : _18.color) === null || _19 === void 0 ? void 0 : _19.accentColorShades) === null || _20 === void 0 ? void 0 : _20.background) ||
|
|
623
616
|
"#0d4a27"};
|
|
624
617
|
|
|
625
|
-
--sqm-success-color-icon: ${((
|
|
618
|
+
--sqm-success-color-icon: ${((_23 = (_22 = (_21 = window.SquatchBrandingConfig) === null || _21 === void 0 ? void 0 : _21.color) === null || _22 === void 0 ? void 0 : _22.success) === null || _23 === void 0 ? void 0 : _23.iconAndBadge) ||
|
|
626
619
|
"var(--sl-color-success-600)"};
|
|
627
|
-
--sqm-success-color-text: ${((
|
|
620
|
+
--sqm-success-color-text: ${((_26 = (_25 = (_24 = window.SquatchBrandingConfig) === null || _24 === void 0 ? void 0 : _24.color) === null || _25 === void 0 ? void 0 : _25.success) === null || _26 === void 0 ? void 0 : _26.text) ||
|
|
628
621
|
"var(--sl-color-success-950)"};
|
|
629
|
-
--sqm-success-color-border: ${((
|
|
622
|
+
--sqm-success-color-border: ${((_29 = (_28 = (_27 = window.SquatchBrandingConfig) === null || _27 === void 0 ? void 0 : _27.color) === null || _28 === void 0 ? void 0 : _28.success) === null || _29 === void 0 ? void 0 : _29.border) ||
|
|
630
623
|
"var(--sl-color-success-400)"};
|
|
631
|
-
--sqm-success-color-background: ${((
|
|
624
|
+
--sqm-success-color-background: ${((_32 = (_31 = (_30 = window.SquatchBrandingConfig) === null || _30 === void 0 ? void 0 : _30.color) === null || _31 === void 0 ? void 0 : _31.success) === null || _32 === void 0 ? void 0 : _32.background) ||
|
|
632
625
|
"var(--sl-color-success-300)"};
|
|
633
626
|
|
|
634
|
-
--sqm-warning-color-icon: ${((
|
|
627
|
+
--sqm-warning-color-icon: ${((_35 = (_34 = (_33 = window.SquatchBrandingConfig) === null || _33 === void 0 ? void 0 : _33.color) === null || _34 === void 0 ? void 0 : _34.warning) === null || _35 === void 0 ? void 0 : _35.iconAndBadge) ||
|
|
635
628
|
"var(--sl-color-warning-600)"};
|
|
636
|
-
--sqm-warning-color-text: ${((
|
|
629
|
+
--sqm-warning-color-text: ${((_38 = (_37 = (_36 = window.SquatchBrandingConfig) === null || _36 === void 0 ? void 0 : _36.color) === null || _37 === void 0 ? void 0 : _37.warning) === null || _38 === void 0 ? void 0 : _38.text) ||
|
|
637
630
|
"var(--sl-color-warning-950)"};
|
|
638
|
-
--sqm-warning-color-border: ${((
|
|
631
|
+
--sqm-warning-color-border: ${((_41 = (_40 = (_39 = window.SquatchBrandingConfig) === null || _39 === void 0 ? void 0 : _39.color) === null || _40 === void 0 ? void 0 : _40.warning) === null || _41 === void 0 ? void 0 : _41.border) ||
|
|
639
632
|
"var(--sl-color-warning-400)"};
|
|
640
|
-
--sqm-warning-color-background: ${((
|
|
633
|
+
--sqm-warning-color-background: ${((_44 = (_43 = (_42 = window.SquatchBrandingConfig) === null || _42 === void 0 ? void 0 : _42.color) === null || _43 === void 0 ? void 0 : _43.warning) === null || _44 === void 0 ? void 0 : _44.background) ||
|
|
641
634
|
"var(--sl-color-warning-300)"};
|
|
642
635
|
|
|
643
|
-
--sqm-danger-color-icon: ${((
|
|
636
|
+
--sqm-danger-color-icon: ${((_47 = (_46 = (_45 = window.SquatchBrandingConfig) === null || _45 === void 0 ? void 0 : _45.color) === null || _46 === void 0 ? void 0 : _46.critical) === null || _47 === void 0 ? void 0 : _47.iconAndBadge) ||
|
|
644
637
|
"var(--sl-color-danger-600)"};
|
|
645
|
-
--sqm-danger-color-text: ${((
|
|
638
|
+
--sqm-danger-color-text: ${((_50 = (_49 = (_48 = window.SquatchBrandingConfig) === null || _48 === void 0 ? void 0 : _48.color) === null || _49 === void 0 ? void 0 : _49.critical) === null || _50 === void 0 ? void 0 : _50.text) ||
|
|
646
639
|
"var(--sl-color-danger-950)"};
|
|
647
|
-
--sqm-danger-color-border: ${((
|
|
640
|
+
--sqm-danger-color-border: ${((_53 = (_52 = (_51 = window.SquatchBrandingConfig) === null || _51 === void 0 ? void 0 : _51.color) === null || _52 === void 0 ? void 0 : _52.critical) === null || _53 === void 0 ? void 0 : _53.border) ||
|
|
648
641
|
"var(--sl-color-danger-400)"};
|
|
649
|
-
--sqm-danger-color-background: ${((
|
|
642
|
+
--sqm-danger-color-background: ${((_56 = (_55 = (_54 = window.SquatchBrandingConfig) === null || _54 === void 0 ? void 0 : _54.color) === null || _55 === void 0 ? void 0 : _55.critical) === null || _56 === void 0 ? void 0 : _56.background) ||
|
|
650
643
|
"var(--sl-color-danger-300)"};
|
|
651
644
|
|
|
652
|
-
--sqm-informative-color-icon: ${((
|
|
645
|
+
--sqm-informative-color-icon: ${((_59 = (_58 = (_57 = window.SquatchBrandingConfig) === null || _57 === void 0 ? void 0 : _57.color) === null || _58 === void 0 ? void 0 : _58.informative) === null || _59 === void 0 ? void 0 : _59.iconAndBadge) ||
|
|
653
646
|
"var(--sl-color-sky-600)"};
|
|
654
|
-
--sqm-informative-color-text: ${((
|
|
647
|
+
--sqm-informative-color-text: ${((_62 = (_61 = (_60 = window.SquatchBrandingConfig) === null || _60 === void 0 ? void 0 : _60.color) === null || _61 === void 0 ? void 0 : _61.informative) === null || _62 === void 0 ? void 0 : _62.text) ||
|
|
655
648
|
"var(--sl-color-sky-950)"};
|
|
656
|
-
--sqm-informative-color-border: ${((
|
|
649
|
+
--sqm-informative-color-border: ${((_65 = (_64 = (_63 = window.SquatchBrandingConfig) === null || _63 === void 0 ? void 0 : _63.color) === null || _64 === void 0 ? void 0 : _64.informative) === null || _65 === void 0 ? void 0 : _65.border) ||
|
|
657
650
|
"var(--sl-color-sky-400)"};
|
|
658
|
-
--sqm-informative-color-background: ${((
|
|
651
|
+
--sqm-informative-color-background: ${((_68 = (_67 = (_66 = window.SquatchBrandingConfig) === null || _66 === void 0 ? void 0 : _66.color) === null || _67 === void 0 ? void 0 : _67.informative) === null || _68 === void 0 ? void 0 : _68.background) ||
|
|
659
652
|
"var(--sl-color-sky-300)"};
|
|
660
653
|
|
|
661
|
-
--sqm-input-background: ${((
|
|
662
|
-
"#
|
|
663
|
-
--sqm-input-border-
|
|
664
|
-
"#
|
|
665
|
-
--sqm-input-
|
|
666
|
-
|
|
667
|
-
"
|
|
668
|
-
--sqm-input-color: ${((
|
|
669
|
-
"
|
|
670
|
-
--sqm-input-
|
|
671
|
-
--sqm-input-
|
|
672
|
-
--sqm-input-border-color-hover: ${((_87 = (_86 = window.SquatchBrandingConfig) === null || _86 === void 0 ? void 0 : _86.formFields) === null || _87 === void 0 ? void 0 : _87.hoverStateColor) || "#ccc"};
|
|
673
|
-
--sqm-input-label-font-size: inherit;
|
|
674
|
-
--sqm-input-disabled-color: ${
|
|
675
|
-
// window.SquatchBrandingConfig?.inputs?.labelFontSize || "#fff"
|
|
676
|
-
"#fff"};
|
|
677
|
-
--sqm-input-disabled-background: ${
|
|
678
|
-
// window.SquatchBrandingConfig?.inputs?.disabledBackground || "#fff"
|
|
679
|
-
"#fff"};
|
|
654
|
+
--sqm-input-background: ${((_70 = (_69 = window.SquatchBrandingConfig) === null || _69 === void 0 ? void 0 : _69.inputs) === null || _70 === void 0 ? void 0 : _70.background) || "#fff"};
|
|
655
|
+
--sqm-input-border-color: ${((_72 = (_71 = window.SquatchBrandingConfig) === null || _71 === void 0 ? void 0 : _71.inputs) === null || _72 === void 0 ? void 0 : _72.borderColor) || "#eaeaea"};
|
|
656
|
+
--sqm-input-border-radius: ${((_74 = (_73 = window.SquatchBrandingConfig) === null || _73 === void 0 ? void 0 : _73.inputs) === null || _74 === void 0 ? void 0 : _74.borderRadius) || "4px"};
|
|
657
|
+
--sqm-input-color: ${((_76 = (_75 = window.SquatchBrandingConfig) === null || _75 === void 0 ? void 0 : _75.inputs) === null || _76 === void 0 ? void 0 : _76.textColor) || "#000"};
|
|
658
|
+
--sqm-input-label-color: ${((_78 = (_77 = window.SquatchBrandingConfig) === null || _77 === void 0 ? void 0 : _77.inputs) === null || _78 === void 0 ? void 0 : _78.labelColor) || "#000"};
|
|
659
|
+
--sqm-border-width: ${((_80 = (_79 = window.SquatchBrandingConfig) === null || _79 === void 0 ? void 0 : _79.inputs) === null || _80 === void 0 ? void 0 : _80.borderThickness) || "1px"};
|
|
660
|
+
--sqm-input-border-color-focus: ${((_82 = (_81 = window.SquatchBrandingConfig) === null || _81 === void 0 ? void 0 : _81.inputs) === null || _82 === void 0 ? void 0 : _82.focusBorderColor) || "#eaeaea"};
|
|
661
|
+
--sqm-input-border-color-hover: ${((_84 = (_83 = window.SquatchBrandingConfig) === null || _83 === void 0 ? void 0 : _83.inputs) === null || _84 === void 0 ? void 0 : _84.hoverBorderColor) || "#ccc"};
|
|
662
|
+
--sqm-input-label-font-size: ${((_86 = (_85 = window.SquatchBrandingConfig) === null || _85 === void 0 ? void 0 : _85.inputs) === null || _86 === void 0 ? void 0 : _86.labelFontSize) || "18px"};
|
|
663
|
+
--sqm-input-disabled-color: ${((_88 = (_87 = window.SquatchBrandingConfig) === null || _87 === void 0 ? void 0 : _87.inputs) === null || _88 === void 0 ? void 0 : _88.labelFontSize) || "#fff"};
|
|
664
|
+
--sqm-input-disabled-background: ${((_90 = (_89 = window.SquatchBrandingConfig) === null || _89 === void 0 ? void 0 : _89.inputs) === null || _90 === void 0 ? void 0 : _90.disabledBackground) || "#fff"};
|
|
680
665
|
|
|
681
666
|
--sl-color-primary-100: var(--sqm-primary-color);
|
|
682
667
|
--sl-color-primary-200: var(--sqm-primary-color);
|
|
@@ -698,7 +683,7 @@ html {
|
|
|
698
683
|
--sl-input-color: var(--sqm-input-color, var(--sqm-text), #333);
|
|
699
684
|
--sl-input-placeholder-color: var(--sqm-text-subdued, var(--sl-color-neutral-500));
|
|
700
685
|
--sl-input-background-color-hover: var(--sqm-input-background, #ffffff);
|
|
701
|
-
--sl-input-border-width: var(--sqm-border-
|
|
686
|
+
--sl-input-border-width: var(--sqm-border-width, 1px);
|
|
702
687
|
--sl-input-border-style: solid;
|
|
703
688
|
|
|
704
689
|
|
|
@@ -725,7 +710,7 @@ html {
|
|
|
725
710
|
}
|
|
726
711
|
|
|
727
712
|
body {
|
|
728
|
-
font-family: ${
|
|
713
|
+
font-family: ${window.SquatchBrandingConfig.font.font || "var(--sl-font-sans)"};
|
|
729
714
|
font-size: var(--sl-font-size-medium);
|
|
730
715
|
font-weight: var(--sl-font-weight-normal);
|
|
731
716
|
letter-spacing: var(--sl-letter-spacing-small);
|
|
@@ -902,7 +887,7 @@ sl-button[type="secondary"]::part(base):hover {
|
|
|
902
887
|
background-color: var(--sqm-input-background, #fff);
|
|
903
888
|
border-radius: var(--sqm-input-border-radius, var(--sl-input-border-radius-large), 0.25rem);
|
|
904
889
|
color: var(--sqm-input-color, white);
|
|
905
|
-
border-width: var(--sqm-border-
|
|
890
|
+
border-width: var(--sqm-border-width, 1px);
|
|
906
891
|
}
|
|
907
892
|
|
|
908
893
|
*::part(input-base):hover, *::part(select-base):hover, *::part(textarea-base):hover{
|
|
@@ -917,7 +902,7 @@ sqm-name-fields::part(input-base) {
|
|
|
917
902
|
background-color: var(--sqm-input-background, #fff);
|
|
918
903
|
border-radius: var(--sqm-input-border-radius, var(--sl-input-border-radius-large), 0.25rem);
|
|
919
904
|
color: var(--sqm-input-color, white);
|
|
920
|
-
border-width: var(--sqm-border-
|
|
905
|
+
border-width: var(--sqm-border-width, 1px);
|
|
921
906
|
}
|
|
922
907
|
|
|
923
908
|
sl-input::part(base):focus,
|
|
@@ -71,14 +71,17 @@
|
|
|
71
71
|
--teal-7: #004551;
|
|
72
72
|
} */
|
|
73
73
|
|
|
74
|
-
import { BrandingConfiguration } from "../saasquatch";
|
|
75
|
-
|
|
76
74
|
declare global {
|
|
77
75
|
interface Window {
|
|
78
|
-
SquatchBrandingConfig:
|
|
76
|
+
SquatchBrandingConfig: BrandingConfig | null;
|
|
79
77
|
}
|
|
80
78
|
}
|
|
81
79
|
|
|
80
|
+
console.log(
|
|
81
|
+
"The input hover color is ",
|
|
82
|
+
window.SquatchBrandingConfig.inputs?.hoverBorderColor
|
|
83
|
+
);
|
|
84
|
+
|
|
82
85
|
const style = `
|
|
83
86
|
/* vietnamese */
|
|
84
87
|
@font-face {
|
|
@@ -579,35 +582,31 @@ html {
|
|
|
579
582
|
--sqm-content-max-width: 700px;
|
|
580
583
|
--sqm-content-background: var(--sl-color-white);
|
|
581
584
|
--sqm-portal-background: ${
|
|
582
|
-
window.SquatchBrandingConfig?.color?.
|
|
585
|
+
window.SquatchBrandingConfig?.color?.background || "#121212"
|
|
583
586
|
};
|
|
584
587
|
--widget-background-color: var(--sl-color-white);
|
|
585
588
|
--sqm-portal-main-width: 900px;
|
|
586
589
|
--sqm-max-width: 100%;
|
|
587
590
|
--sqm-skeleton-background: #eee;
|
|
588
|
-
--sqm-text: ${
|
|
589
|
-
window.SquatchBrandingConfig?.color?.textColorShades?.mainText || "white"
|
|
590
|
-
};
|
|
591
|
+
--sqm-text: ${window.SquatchBrandingConfig?.font.textColor || "white"};
|
|
591
592
|
--sqm-text-subdued: ${
|
|
592
|
-
window.SquatchBrandingConfig?.
|
|
593
|
-
"#b3b3b3"
|
|
593
|
+
window.SquatchBrandingConfig?.font.secondaryTextColor || "#b3b3b3"
|
|
594
594
|
};
|
|
595
595
|
|
|
596
596
|
--sqm-primary-color: ${
|
|
597
|
-
window.SquatchBrandingConfig?.
|
|
597
|
+
window.SquatchBrandingConfig?.color?.primaryColor || "#1ed760"
|
|
598
598
|
};
|
|
599
599
|
--sqm-primary-button-background:${
|
|
600
600
|
window.SquatchBrandingConfig?.primaryButton?.buttonColor || "#1ed760"
|
|
601
601
|
};
|
|
602
602
|
--sqm-primary-button-background-hover: ${
|
|
603
|
-
window.SquatchBrandingConfig?.primaryButton?.
|
|
604
|
-
"#1ed760"
|
|
603
|
+
window.SquatchBrandingConfig?.primaryButton?.hoverColor || "#1ed760"
|
|
605
604
|
};
|
|
606
605
|
--sqm-primary-button-color: ${
|
|
607
|
-
window.SquatchBrandingConfig?.primaryButton?.
|
|
606
|
+
window.SquatchBrandingConfig?.primaryButton?.buttonTextColor || "#FFFFFF"
|
|
608
607
|
};
|
|
609
608
|
--sqm-primary-button-color-border: ${
|
|
610
|
-
window.SquatchBrandingConfig?.primaryButton?.
|
|
609
|
+
window.SquatchBrandingConfig?.primaryButton?.buttonBorderColor ||
|
|
611
610
|
"transparent"
|
|
612
611
|
};
|
|
613
612
|
--sqm-primary-button-radius: ${
|
|
@@ -619,17 +618,15 @@ html {
|
|
|
619
618
|
window.SquatchBrandingConfig?.secondaryButton?.buttonColor || "#191414"
|
|
620
619
|
};
|
|
621
620
|
--sqm-secondary-button-background-hover: ${
|
|
622
|
-
window.SquatchBrandingConfig?.secondaryButton?.
|
|
623
|
-
?.background || "#282828"
|
|
621
|
+
window.SquatchBrandingConfig?.secondaryButton?.hoverColor || "#282828"
|
|
624
622
|
};
|
|
625
623
|
|
|
626
624
|
|
|
627
625
|
--sqm-secondary-button-color: ${
|
|
628
|
-
window.SquatchBrandingConfig?.secondaryButton?.
|
|
629
|
-
"#FFFFFF"
|
|
626
|
+
window.SquatchBrandingConfig?.secondaryButton?.buttonTextColor || "#FFFFFF"
|
|
630
627
|
};
|
|
631
628
|
--sqm-secondary-button-color-border: ${
|
|
632
|
-
window.SquatchBrandingConfig?.secondaryButton?.
|
|
629
|
+
window.SquatchBrandingConfig?.secondaryButton?.buttonBorderColor ||
|
|
633
630
|
"#FFFFFF"
|
|
634
631
|
};
|
|
635
632
|
--sqm-secondary-button-radius: ${
|
|
@@ -643,21 +640,17 @@ html {
|
|
|
643
640
|
--sqm-tertiary-button-radius: 30px;
|
|
644
641
|
|
|
645
642
|
--sqm-border-radius-normal: ${
|
|
646
|
-
|
|
647
|
-
"18px"
|
|
643
|
+
window.SquatchBrandingConfig?.border?.radius || "18px"
|
|
648
644
|
};
|
|
649
|
-
--sqm-border-color: ${
|
|
650
|
-
// window.SquatchBrandingConfig?.border?.color || "white"
|
|
651
|
-
"white"
|
|
652
|
-
};
|
|
645
|
+
--sqm-border-color: ${window.SquatchBrandingConfig?.border?.color || "white"};
|
|
653
646
|
|
|
654
647
|
--sqm-border-thickness: ${
|
|
655
|
-
|
|
656
|
-
"1px"
|
|
648
|
+
window.SquatchBrandingConfig?.border?.thickness || "1px"
|
|
657
649
|
};
|
|
658
650
|
|
|
659
651
|
--sqm-accent-color-icon: ${
|
|
660
|
-
window.SquatchBrandingConfig?.color?.accentColorShades?.
|
|
652
|
+
window.SquatchBrandingConfig?.color?.accentColorShades?.iconAndBadge ||
|
|
653
|
+
"#1ed760"
|
|
661
654
|
};
|
|
662
655
|
--sqm-accent-color-text: ${
|
|
663
656
|
window.SquatchBrandingConfig?.color?.accentColorShades?.text || "#fff"
|
|
@@ -739,38 +732,37 @@ html {
|
|
|
739
732
|
};
|
|
740
733
|
|
|
741
734
|
--sqm-input-background: ${
|
|
742
|
-
window.SquatchBrandingConfig?.
|
|
743
|
-
"#fff"
|
|
735
|
+
window.SquatchBrandingConfig?.inputs?.background || "#fff"
|
|
744
736
|
};
|
|
745
737
|
--sqm-input-border-color: ${
|
|
746
|
-
window.SquatchBrandingConfig?.
|
|
747
|
-
"#eaeaea"
|
|
738
|
+
window.SquatchBrandingConfig?.inputs?.borderColor || "#eaeaea"
|
|
748
739
|
};
|
|
749
740
|
--sqm-input-border-radius: ${
|
|
750
|
-
|
|
751
|
-
"4px"
|
|
741
|
+
window.SquatchBrandingConfig?.inputs?.borderRadius || "4px"
|
|
752
742
|
};
|
|
753
743
|
--sqm-input-color: ${
|
|
754
|
-
window.SquatchBrandingConfig?.
|
|
755
|
-
"#000"
|
|
744
|
+
window.SquatchBrandingConfig?.inputs?.textColor || "#000"
|
|
756
745
|
};
|
|
757
746
|
--sqm-input-label-color: ${
|
|
758
|
-
window.SquatchBrandingConfig?.
|
|
747
|
+
window.SquatchBrandingConfig?.inputs?.labelColor || "#000"
|
|
748
|
+
};
|
|
749
|
+
--sqm-border-width: ${
|
|
750
|
+
window.SquatchBrandingConfig?.inputs?.borderThickness || "1px"
|
|
759
751
|
};
|
|
760
752
|
--sqm-input-border-color-focus: ${
|
|
761
|
-
window.SquatchBrandingConfig?.
|
|
753
|
+
window.SquatchBrandingConfig?.inputs?.focusBorderColor || "#eaeaea"
|
|
762
754
|
};
|
|
763
755
|
--sqm-input-border-color-hover: ${
|
|
764
|
-
window.SquatchBrandingConfig?.
|
|
756
|
+
window.SquatchBrandingConfig?.inputs?.hoverBorderColor || "#ccc"
|
|
757
|
+
};
|
|
758
|
+
--sqm-input-label-font-size: ${
|
|
759
|
+
window.SquatchBrandingConfig?.inputs?.labelFontSize || "18px"
|
|
765
760
|
};
|
|
766
|
-
--sqm-input-label-font-size: inherit;
|
|
767
761
|
--sqm-input-disabled-color: ${
|
|
768
|
-
|
|
769
|
-
"#fff"
|
|
762
|
+
window.SquatchBrandingConfig?.inputs?.labelFontSize || "#fff"
|
|
770
763
|
};
|
|
771
764
|
--sqm-input-disabled-background: ${
|
|
772
|
-
|
|
773
|
-
"#fff"
|
|
765
|
+
window.SquatchBrandingConfig?.inputs?.disabledBackground || "#fff"
|
|
774
766
|
};
|
|
775
767
|
|
|
776
768
|
--sl-color-primary-100: var(--sqm-primary-color);
|
|
@@ -793,7 +785,7 @@ html {
|
|
|
793
785
|
--sl-input-color: var(--sqm-input-color, var(--sqm-text), #333);
|
|
794
786
|
--sl-input-placeholder-color: var(--sqm-text-subdued, var(--sl-color-neutral-500));
|
|
795
787
|
--sl-input-background-color-hover: var(--sqm-input-background, #ffffff);
|
|
796
|
-
--sl-input-border-width: var(--sqm-border-
|
|
788
|
+
--sl-input-border-width: var(--sqm-border-width, 1px);
|
|
797
789
|
--sl-input-border-style: solid;
|
|
798
790
|
|
|
799
791
|
|
|
@@ -821,7 +813,7 @@ html {
|
|
|
821
813
|
|
|
822
814
|
body {
|
|
823
815
|
font-family: ${
|
|
824
|
-
window.SquatchBrandingConfig.
|
|
816
|
+
window.SquatchBrandingConfig.font.font || "var(--sl-font-sans)"
|
|
825
817
|
};
|
|
826
818
|
font-size: var(--sl-font-size-medium);
|
|
827
819
|
font-weight: var(--sl-font-weight-normal);
|
|
@@ -999,7 +991,7 @@ sl-button[type="secondary"]::part(base):hover {
|
|
|
999
991
|
background-color: var(--sqm-input-background, #fff);
|
|
1000
992
|
border-radius: var(--sqm-input-border-radius, var(--sl-input-border-radius-large), 0.25rem);
|
|
1001
993
|
color: var(--sqm-input-color, white);
|
|
1002
|
-
border-width: var(--sqm-border-
|
|
994
|
+
border-width: var(--sqm-border-width, 1px);
|
|
1003
995
|
}
|
|
1004
996
|
|
|
1005
997
|
*::part(input-base):hover, *::part(select-base):hover, *::part(textarea-base):hover{
|
|
@@ -1014,7 +1006,7 @@ sqm-name-fields::part(input-base) {
|
|
|
1014
1006
|
background-color: var(--sqm-input-background, #fff);
|
|
1015
1007
|
border-radius: var(--sqm-input-border-radius, var(--sl-input-border-radius-large), 0.25rem);
|
|
1016
1008
|
color: var(--sqm-input-color, white);
|
|
1017
|
-
border-width: var(--sqm-border-
|
|
1009
|
+
border-width: var(--sqm-border-width, 1px);
|
|
1018
1010
|
}
|
|
1019
1011
|
|
|
1020
1012
|
sl-input::part(base):focus,
|