@saasquatch/mint-components 1.15.0-99 → 1.16.0-1
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/ErrorView-b2fcf954.js +35 -0
- package/dist/cjs/{GenericTableView-a9845e80.js → GenericTableView-a9f4ba75.js} +8 -8
- package/dist/cjs/{ShadowViewAddon-c06b2910.js → ShadowViewAddon-28865623.js} +1531 -1495
- package/dist/cjs/copy-text-view-c85acaaa.js +96 -0
- package/dist/cjs/{email-registration-view-ace50780.js → email-registration-view-55b378dc.js} +3 -5
- package/dist/cjs/{global-4cd8623e.js → global-e31dc4f5.js} +10494 -10772
- package/dist/cjs/{index-a43a63b4.js → index-a29c60ef.js} +0 -4
- package/dist/cjs/{index.module-4f54e412.js → index.module-ee84433d.js} +191 -191
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{luxon-949beaf2.js → luxon-2926d85f.js} +2 -2
- package/dist/cjs/mint-components.cjs.js +5 -5
- package/dist/cjs/{mixins-4761d472.js → mixins-f7e0377a.js} +6 -6
- package/dist/cjs/{mockRewardData-df37c8a3.js → mockRewardData-7815f10f.js} +1 -1
- package/dist/cjs/raisins-plop-target.cjs.entry.js +1 -1
- package/dist/cjs/{re-render-d516138a.js → re-render-b324deab.js} +4 -4
- package/dist/cjs/sqm-asset-card-view-21ddf04f.js +51 -0
- package/dist/cjs/sqm-asset-card.cjs.entry.js +45 -0
- package/dist/cjs/{sqm-banking-info-form_10.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +2519 -712
- package/dist/cjs/{sqm-base-registration-form-view-8847804c.js → sqm-base-registration-form-view-8a2c8763.js} +3 -3
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +788 -1274
- package/dist/cjs/{sqm-close-button-view-5e85ac51.js → sqm-close-button-view-ea3fa23b.js} +2 -2
- package/dist/cjs/sqm-close-button.cjs.entry.js +6 -6
- package/dist/cjs/sqm-context-router.cjs.entry.js +11 -11
- package/dist/cjs/sqm-email-verification.cjs.entry.js +28 -152
- package/dist/cjs/sqm-empty_4.cjs.entry.js +63 -58
- package/dist/cjs/sqm-form-message.cjs.entry.js +8 -8
- package/dist/cjs/sqm-google-sign-in.cjs.entry.js +14 -14
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +6 -6
- package/dist/cjs/sqm-header-logo.cjs.entry.js +3 -3
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +9 -9
- package/dist/cjs/sqm-invoice-table-view-5c74607f.js +2074 -0
- package/dist/cjs/sqm-lead-checkbox-field-view-34d94919.js +83 -0
- package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +81 -0
- package/dist/cjs/sqm-lead-input-field-view-89308aab.js +51 -0
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +88 -0
- package/dist/cjs/sqm-leaderboard-rank-view-d39a55d8.js +10 -0
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +7 -7
- package/dist/cjs/{sqm-logout-current-user-view-b61c8bdf.js → sqm-logout-current-user-view-11d57c12.js} +1 -1
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +6 -6
- package/dist/cjs/sqm-navigation-sidebar-item-view-6f35d2ee.js +45 -0
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +8 -31
- package/dist/cjs/{sqm-navigation-sidebar-view-de90ef03.js → sqm-navigation-sidebar-view-17111896.js} +8 -18
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +9 -25
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +70 -97
- package/dist/cjs/sqm-password-field.cjs.entry.js +11 -11
- package/dist/cjs/sqm-popup-container.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-portal-container-view-07e4343f.js → sqm-portal-container-view-4f15143a.js} +2 -2
- package/dist/cjs/{sqm-portal-email-verification-view-5a22b152.js → sqm-portal-email-verification-view-7ebb426a.js} +4 -4
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +15 -15
- package/dist/cjs/{sqm-portal-forgot-password-view-0a8d3243.js → sqm-portal-forgot-password-view-78f19ef9.js} +16 -24
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +10 -39
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +9 -9
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +13 -13
- package/dist/cjs/{sqm-portal-login-view-bb50304c.js → sqm-portal-login-view-761a4d8e.js} +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-profile-view-4dbfeaeb.js → sqm-portal-profile-view-33164798.js} +4 -4
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +15 -15
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-portal-registration-form-view-5a96c2f5.js → sqm-portal-registration-form-view-637a4bf4.js} +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +9 -9
- package/dist/cjs/{sqm-portal-reset-password-view-25eb2099.js → sqm-portal-reset-password-view-fe602822.js} +3 -3
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +11 -11
- package/dist/cjs/{sqm-portal-verify-email-view-1c4e781f.js → sqm-portal-verify-email-view-7b678f34.js} +3 -3
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +12 -12
- package/dist/cjs/{sqm-qr-code-view-0c3b2f48.js → sqm-qr-code-view-15dfc0b6.js} +10 -10
- package/dist/cjs/sqm-qr-code.cjs.entry.js +13 -12
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +47 -132
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +178 -0
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +5 -5
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +37 -84
- package/dist/cjs/sqm-route.cjs.entry.js +1 -1
- package/dist/cjs/sqm-scroll.cjs.entry.js +3 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +14117 -15117
- package/dist/cjs/sqm-tab.cjs.entry.js +5 -5
- package/dist/cjs/sqm-tabs.cjs.entry.js +13 -27
- package/dist/cjs/sqm-text-span-view-0aa82125.js +62 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +7 -7
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +11 -19
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +13 -25
- package/dist/cjs/{dom-context-hooks.module-7fa676ae.js → stencil-hooks.module-3a336b0f.js} +18 -18
- package/dist/cjs/{useChildElements-966c9041.js → useChildElements-1b35d945.js} +5 -5
- package/dist/cjs/{useInstantAccessRegistration-08bcb487.js → useInstantAccessRegistration-0537e28e.js} +4 -4
- package/dist/cjs/useLeadFormState-c83d2034.js +72 -0
- package/dist/cjs/{usePayoutStatus-3b34dab1.js → usePayoutStatus-c84a7d98.js} +13 -10
- package/dist/cjs/{usePortalLogin-6aa864ef.js → usePortalLogin-63d896d1.js} +4 -4
- package/dist/cjs/{usePortalRegistrationForm-75b647fe.js → usePortalRegistrationForm-f25d89e7.js} +6 -6
- package/dist/cjs/{useReferralCodes-11cdf43b.js → useReferralCodes-82e8797b.js} +3 -3
- package/dist/cjs/{useReferralTable-90d4d6e9.js → useReferralTable-7c3f9600.js} +10 -10
- package/dist/cjs/{useRegistrationFormState-bbee6e7b.js → useRegistrationFormState-7b820f0c.js} +6 -6
- package/dist/cjs/{useVerificationEmail-9dd3997a.js → useVerificationEmail-95a82767.js} +6 -6
- package/dist/cjs/{utilities-9a0c5e91.js → utilities-78f5e169.js} +4 -4
- package/dist/cjs/{utils-7cbd60cc.js → utils-6847bc06.js} +0 -5
- package/dist/collection/collection-manifest.json +5 -1
- package/dist/collection/components/sqm-asset-card/AssetCard.stories.js +29 -0
- package/dist/collection/components/sqm-asset-card/sqm-asset-card-view.js +46 -0
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +107 -0
- package/dist/collection/components/sqm-asset-card/useAssetCard.js +9 -0
- package/dist/collection/components/sqm-big-stat/BigStat.stories.js +0 -13
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +8 -15
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +4 -171
- package/dist/collection/components/sqm-big-stat/useBigStat.js +8 -127
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +5 -14
- package/dist/collection/components/sqm-brand/sqm-brand.js +4 -12
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +0 -2
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +11 -4
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +0 -1
- package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +0 -4
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code-view.js +13 -13
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +48 -145
- package/dist/collection/components/sqm-coupon-code/useCouponCode.js +65 -3
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +6 -14
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +3 -62
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
- package/dist/collection/components/sqm-empty/sqm-empty-view.js +1 -1
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +16 -8
- package/dist/collection/components/sqm-form-message/sqm-form-message.css +11 -50
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +4 -4
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +0 -1
- package/dist/collection/components/sqm-hero/Hero.stories.js +0 -11
- package/dist/collection/components/sqm-hero/sqm-hero-view.js +6 -13
- package/dist/collection/components/sqm-hero/sqm-hero.js +4 -30
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +4 -4
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +0 -80
- package/dist/collection/components/sqm-image/sqm-image.js +0 -1
- package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +3 -4
- package/dist/collection/components/sqm-invoice-table/cells/sqm-invoice-table-download-cell.js +2 -2
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.js +1 -2
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.js +1 -2
- 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-view.js +1 -1
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +3 -6
- package/dist/collection/components/sqm-lead-form/LeadCheckboxField.stories.js +44 -0
- package/dist/collection/components/sqm-lead-form/LeadForm.stories.js +93 -0
- package/dist/collection/components/sqm-lead-form/LeadFormDropdownField.stories.js +62 -0
- package/dist/collection/components/sqm-lead-form/LeadInputField.stories.js +49 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-checkbox-field-view.js +79 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-checkbox-field.js +234 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field-view.js +65 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field.js +251 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-form-view.js +123 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +495 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field-view.js +47 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field.js +251 -0
- package/dist/collection/components/sqm-lead-form/useCheckboxField.js +10 -0
- package/dist/collection/components/sqm-lead-form/useLeadDropdownField.js +10 -0
- package/dist/collection/components/sqm-lead-form/useLeadForm.js +155 -0
- package/dist/collection/components/sqm-lead-form/useLeadFormState.js +10 -0
- package/dist/collection/components/sqm-lead-form/useLeadInputField.js +10 -0
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +0 -37
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +54 -60
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +36 -202
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank-view.js +2 -2
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.css +2 -2
- package/dist/collection/components/sqm-link-button/sqm-link-button.js +0 -1
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -2
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +3 -28
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +0 -1
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +0 -1
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.js +7 -17
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +5 -85
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.js +7 -18
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -233
- package/dist/collection/components/sqm-navigation-sidebar-item/useNavigationSidebarItem.js +1 -9
- package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +3 -3
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +2 -43
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +1 -1
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +4 -8
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -2
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +8 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +6 -6
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +0 -1
- package/dist/collection/components/sqm-portal-forgot-password/PortalForgotPassword.stories.js +4 -4
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +13 -21
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +3 -103
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +36 -41
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +2 -102
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +1 -4
- package/dist/collection/components/sqm-portal-login/PortalLogin.stories.js +5 -10
- package/dist/collection/components/sqm-portal-login/sqm-portal-login-view.js +1 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +1 -2
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +0 -1
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +1 -1
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +0 -1
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +0 -1
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +3 -1
- package/dist/collection/components/sqm-portal-registration-form/PortalRegistrationForm.stories.js +0 -1
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +1 -0
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +0 -2
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +4 -12
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +2 -77
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +0 -1
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +7 -2
- package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +0 -1
- package/dist/collection/components/sqm-radio-card/sqm-radio-card-view.js +2 -2
- package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +31 -34
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +10 -81
- package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +0 -3
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +1 -170
- package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +0 -6
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +46 -46
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +1 -29
- 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 +20 -53
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +7 -62
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +2 -4
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +3 -6
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +3 -6
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +2 -4
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +1 -4
- package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +10 -3
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +19 -19
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +5 -31
- package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +10 -10
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +42 -39
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +7 -50
- 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 +5 -6
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +4 -5
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +9 -58
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +2 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +2 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +2 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +2 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +3 -5
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +2 -4
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -1
- package/dist/collection/components/sqm-route/sqm-route.js +0 -1
- package/dist/collection/components/sqm-router/sqm-router.js +0 -2
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +0 -1
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +1 -3
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +22 -23
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +10 -57
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +1 -170
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +1 -13
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +3 -172
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +9 -21
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -112
- package/dist/collection/components/sqm-stencilbook/Themes.js +33 -325
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +107 -81
- package/dist/collection/components/sqm-table-row/sqm-table-row.js +2 -2
- package/dist/collection/components/sqm-tabs/Tabs.stories.js +0 -7
- package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +2 -16
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +2 -30
- package/dist/collection/components/sqm-task-card/DetailsView.js +2 -8
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +2 -3
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +157 -139
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +4 -147
- package/dist/collection/components/sqm-task-card/useTaskCard.js +0 -10
- package/dist/collection/components/sqm-text/sqm-text.js +48 -101
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +43 -44
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +2 -52
- package/dist/collection/components/sqm-timeline/Timeline.stories.js +1 -8
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry-view.js +45 -45
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +0 -52
- package/dist/collection/components/sqm-timeline/sqm-timeline.js +1 -3
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +0 -2
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +2 -12
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +14 -138
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +7 -39
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +8 -45
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +26 -13
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +69 -19
- 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/docusign-iframe/DocusignIframe.js +3 -3
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +76 -21
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +3 -3
- 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 +71 -54
- 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-view.js +27 -24
- 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/PayoutStatusAlert.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +62 -19
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +103 -4
- 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/ErrorView.js +27 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +192 -59
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +8 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +122 -108
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +134 -80
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +3 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/small-views/DocusignExpiredView.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/small-views/IndirectTaxDetailsView.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +54 -167
- 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/components/views/copy-text-view.js +38 -69
- package/dist/collection/components/views/email-registration-view.js +1 -3
- package/dist/collection/global/global.js +12 -27
- package/dist/collection/global/mixins.js +8 -8
- package/dist/collection/global/styles.js +99 -330
- package/dist/collection/global/styles.ts +100 -419
- package/dist/collection/stories/PortalTemplates.stories.js +30 -22
- package/dist/collection/tables/GenericTableView.js +6 -6
- package/dist/collection/utils/utils.js +0 -4
- package/dist/esm/ErrorView-48e2b969.js +33 -0
- package/dist/esm/{GenericTableView-e43d310f.js → GenericTableView-7b9087af.js} +8 -8
- package/dist/esm/{ShadowViewAddon-cf7c03a0.js → ShadowViewAddon-f2176779.js} +1525 -1492
- package/dist/esm/copy-text-view-782137ba.js +94 -0
- package/dist/esm/{email-registration-view-1f587f8b.js → email-registration-view-a7818cf2.js} +3 -5
- package/dist/esm/{global-f97ae778.js → global-be1f9992.js} +8276 -8553
- package/dist/esm/{index-b3a06de8.js → index-91e7729f.js} +0 -4
- package/dist/esm/{index.module-38dad6c9.js → index.module-89a79f66.js} +153 -153
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{luxon-bbf75a9d.js → luxon-8d51c92b.js} +1 -1
- package/dist/esm/mint-components.js +5 -5
- package/dist/esm/{mixins-f750863a.js → mixins-83f90fa1.js} +6 -6
- package/dist/esm/{mockRewardData-96a2d26d.js → mockRewardData-a3cdb832.js} +1 -1
- package/dist/esm/raisins-plop-target.entry.js +1 -1
- package/dist/esm/{re-render-9c90767d.js → re-render-cc945f38.js} +2 -2
- package/dist/esm/sqm-asset-card-view-fe5db3c0.js +49 -0
- package/dist/esm/sqm-asset-card.entry.js +41 -0
- package/dist/esm/{sqm-banking-info-form_10.entry.js → sqm-banking-info-form_17.entry.js} +2357 -557
- package/dist/esm/{sqm-base-registration-form-view-193f1721.js → sqm-base-registration-form-view-593d4ac3.js} +3 -3
- package/dist/esm/sqm-big-stat_43.entry.js +696 -1182
- package/dist/esm/{sqm-close-button-view-2fa57229.js → sqm-close-button-view-f9819751.js} +2 -2
- package/dist/esm/sqm-close-button.entry.js +5 -5
- package/dist/esm/sqm-context-router.entry.js +4 -4
- package/dist/esm/sqm-email-verification.entry.js +21 -145
- package/dist/esm/sqm-empty_4.entry.js +60 -55
- package/dist/esm/sqm-form-message.entry.js +7 -7
- package/dist/esm/sqm-google-sign-in.entry.js +3 -3
- package/dist/esm/sqm-graphql-client-provider.entry.js +3 -3
- package/dist/esm/sqm-header-logo.entry.js +2 -2
- package/dist/esm/sqm-instant-access-registration.entry.js +8 -8
- package/dist/esm/sqm-invoice-table-view-3491dd80.js +2058 -0
- package/dist/esm/sqm-lead-checkbox-field-view-a8c1c78e.js +81 -0
- package/dist/esm/sqm-lead-checkbox-field.entry.js +77 -0
- package/dist/esm/sqm-lead-input-field-view-4ede5d7f.js +49 -0
- package/dist/esm/sqm-lead-input-field.entry.js +84 -0
- package/dist/esm/sqm-leaderboard-rank-view-753c8d4a.js +8 -0
- package/dist/esm/sqm-leaderboard-rank.entry.js +6 -6
- package/dist/esm/{sqm-logout-current-user-view-f21e54e3.js → sqm-logout-current-user-view-8ef8180f.js} +1 -1
- package/dist/esm/sqm-logout-current-user.entry.js +5 -5
- package/dist/esm/sqm-navigation-sidebar-item-view-8f1c72bc.js +43 -0
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +7 -30
- package/dist/esm/{sqm-navigation-sidebar-view-0a2ec560.js → sqm-navigation-sidebar-view-9d802b78.js} +8 -18
- package/dist/esm/sqm-navigation-sidebar.entry.js +6 -22
- package/dist/esm/sqm-pagination_3.entry.js +64 -91
- package/dist/esm/sqm-password-field.entry.js +6 -6
- package/dist/esm/sqm-popup-container.entry.js +4 -4
- package/dist/esm/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-1683ae32.js} +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-98fc3374.js → sqm-portal-email-verification-view-35b4353b.js} +4 -4
- package/dist/esm/sqm-portal-email-verification.entry.js +7 -7
- package/dist/esm/{sqm-portal-forgot-password-view-0e795cdd.js → sqm-portal-forgot-password-view-3d3182f1.js} +16 -24
- package/dist/esm/sqm-portal-forgot-password.entry.js +7 -36
- package/dist/esm/sqm-portal-google-login.entry.js +8 -8
- package/dist/esm/sqm-portal-google-registration-form.entry.js +9 -9
- package/dist/esm/{sqm-portal-login-view-7670cd86.js → sqm-portal-login-view-7e49609a.js} +4 -4
- package/dist/esm/sqm-portal-logout.entry.js +3 -3
- package/dist/esm/{sqm-portal-profile-view-25b3250a.js → sqm-portal-profile-view-93003974.js} +4 -4
- package/dist/esm/sqm-portal-profile.entry.js +8 -8
- package/dist/esm/sqm-portal-protected-route.entry.js +3 -3
- package/dist/esm/{sqm-portal-registration-form-view-8bdc3804.js → sqm-portal-registration-form-view-3c1f6000.js} +3 -3
- package/dist/esm/sqm-portal-registration-form.entry.js +8 -8
- package/dist/esm/{sqm-portal-reset-password-view-abef7286.js → sqm-portal-reset-password-view-54a8651f.js} +3 -3
- package/dist/esm/sqm-portal-reset-password.entry.js +7 -7
- package/dist/esm/{sqm-portal-verify-email-view-33805220.js → sqm-portal-verify-email-view-b12cb894.js} +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +7 -7
- package/dist/esm/{sqm-qr-code-view-97124a66.js → sqm-qr-code-view-f1d0763b.js} +9 -9
- package/dist/esm/sqm-qr-code.entry.js +7 -6
- package/dist/esm/sqm-referral-table_11.entry.js +36 -121
- package/dist/esm/sqm-referred-registration.entry.js +174 -0
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +3 -3
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
- package/dist/esm/sqm-rewards-table_9.entry.js +25 -72
- package/dist/esm/sqm-route.entry.js +1 -1
- package/dist/esm/sqm-scroll.entry.js +2 -2
- package/dist/esm/sqm-stencilbook.entry.js +14111 -15111
- package/dist/esm/sqm-tab.entry.js +4 -4
- package/dist/esm/sqm-tabs.entry.js +10 -24
- package/dist/esm/sqm-text-span-view-ca32495e.js +60 -0
- package/dist/esm/sqm-text-span.entry.js +6 -6
- package/dist/esm/sqm-widget-verification-controller.entry.js +6 -14
- package/dist/esm/sqm-widget-verification.entry.js +10 -22
- package/dist/esm/{dom-context-hooks.module-63370afd.js → stencil-hooks.module-4bc38af4.js} +13 -13
- package/dist/esm/{useChildElements-4e70ac0e.js → useChildElements-7945ae56.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-0f04459e.js → useInstantAccessRegistration-dc4ad9f2.js} +3 -3
- package/dist/esm/useLeadFormState-9016d812.js +68 -0
- package/dist/esm/{usePayoutStatus-7eeec61b.js → usePayoutStatus-f07bcf90.js} +10 -7
- package/dist/esm/{usePortalLogin-d0720c81.js → usePortalLogin-ef647a50.js} +3 -3
- package/dist/esm/{usePortalRegistrationForm-afc0171e.js → usePortalRegistrationForm-4b35a357.js} +3 -3
- package/dist/esm/{useReferralCodes-311e6d72.js → useReferralCodes-8f75921a.js} +2 -2
- package/dist/esm/{useReferralTable-65a01a6a.js → useReferralTable-b3876ed6.js} +5 -5
- package/dist/esm/{useRegistrationFormState-18c2cea7.js → useRegistrationFormState-d6f33135.js} +2 -2
- package/dist/esm/{useVerificationEmail-f9413de9.js → useVerificationEmail-edc318cb.js} +2 -2
- package/dist/esm/{utilities-ad9c2893.js → utilities-5b0ca040.js} +2 -2
- package/dist/esm/{utils-03188de2.js → utils-334c1e34.js} +1 -5
- package/dist/esm-es5/ErrorView-48e2b969.js +1 -0
- package/dist/esm-es5/GenericTableView-7b9087af.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-f2176779.js +1 -0
- package/dist/esm-es5/copy-text-view-782137ba.js +1 -0
- package/dist/esm-es5/email-registration-view-a7818cf2.js +1 -0
- package/dist/esm-es5/{global-f97ae778.js → global-be1f9992.js} +5 -5
- package/dist/esm-es5/{index-b3a06de8.js → index-91e7729f.js} +1 -1
- package/dist/esm-es5/index.module-89a79f66.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/luxon-8d51c92b.js +1 -0
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/mixins-83f90fa1.js +1 -0
- package/dist/esm-es5/{mockRewardData-96a2d26d.js → mockRewardData-a3cdb832.js} +1 -1
- package/dist/esm-es5/raisins-plop-target.entry.js +1 -1
- package/dist/esm-es5/re-render-cc945f38.js +1 -0
- package/dist/esm-es5/sqm-asset-card-view-fe5db3c0.js +1 -0
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -0
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
- package/dist/esm-es5/{sqm-base-registration-form-view-193f1721.js → sqm-base-registration-form-view-593d4ac3.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/{sqm-close-button-view-2fa57229.js → sqm-close-button-view-f9819751.js} +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.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-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-3491dd80.js +1 -0
- package/dist/esm-es5/sqm-lead-checkbox-field-view-a8c1c78e.js +1 -0
- package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -0
- package/dist/esm-es5/sqm-lead-input-field-view-4ede5d7f.js +1 -0
- package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank-view-753c8d4a.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/{sqm-logout-current-user-view-f21e54e3.js → sqm-logout-current-user-view-8ef8180f.js} +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-8f1c72bc.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-9d802b78.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-1683ae32.js} +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-98fc3374.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-3d3182f1.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +1 -0
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-25b3250a.js → sqm-portal-profile-view-93003974.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-8bdc3804.js → sqm-portal-registration-form-view-3c1f6000.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-abef7286.js → sqm-portal-reset-password-view-54a8651f.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-33805220.js → sqm-portal-verify-email-view-b12cb894.js} +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-qr-code-view-f1d0763b.js +1 -0
- 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-referred-registration.entry.js +1 -0
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-route.entry.js +1 -1
- package/dist/esm-es5/sqm-scroll.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span-view-ca32495e.js +1 -0
- package/dist/esm-es5/sqm-text-span.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/stencil-hooks.module-4bc38af4.js +53 -0
- package/dist/esm-es5/useChildElements-7945ae56.js +1 -0
- package/dist/esm-es5/useInstantAccessRegistration-dc4ad9f2.js +1 -0
- package/dist/esm-es5/useLeadFormState-9016d812.js +1 -0
- package/dist/esm-es5/{usePayoutStatus-7eeec61b.js → usePayoutStatus-f07bcf90.js} +2 -2
- package/dist/esm-es5/usePortalLogin-ef647a50.js +1 -0
- package/dist/esm-es5/usePortalRegistrationForm-4b35a357.js +1 -0
- package/dist/esm-es5/useReferralCodes-8f75921a.js +1 -0
- package/dist/esm-es5/useReferralTable-b3876ed6.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-d6f33135.js +1 -0
- package/dist/esm-es5/useVerificationEmail-edc318cb.js +1 -0
- package/dist/esm-es5/utilities-5b0ca040.js +1 -0
- package/dist/esm-es5/utils-334c1e34.js +1 -0
- package/dist/mint-components/global/styles.ts +100 -419
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-00df0cac.js +1 -0
- package/dist/mint-components/p-00ed4c2e.entry.js +1 -0
- package/dist/mint-components/p-01dd541f.system.js +1 -0
- package/dist/mint-components/p-04a6e457.entry.js +1 -0
- package/dist/mint-components/{p-f307b716.js → p-05f29f64.js} +1 -1
- package/dist/mint-components/p-0b4cac9f.system.entry.js +1 -0
- package/dist/mint-components/p-0c78815e.system.entry.js +1 -0
- package/dist/mint-components/{p-fa6fba34.system.js → p-0c9debc1.system.js} +2 -2
- package/dist/mint-components/{p-bb12b845.system.js → p-0d182dc1.system.js} +1 -1
- package/dist/mint-components/{p-8dc1cd0f.entry.js → p-0d2d0b6d.entry.js} +1 -1
- package/dist/mint-components/p-0d939b73.system.js +1 -0
- package/dist/mint-components/p-0e864c3c.system.entry.js +1 -0
- package/dist/mint-components/p-0ebab63e.system.js +1 -0
- package/dist/mint-components/{p-e0f9a395.entry.js → p-10d17989.entry.js} +1 -1
- package/dist/mint-components/{p-a6f4fb03.system.js → p-127e66c2.system.js} +1 -1
- package/dist/mint-components/p-12bba567.entry.js +1 -0
- package/dist/mint-components/p-1354b74b.system.entry.js +1 -0
- package/dist/mint-components/{p-3dc34570.system.js → p-13ed8586.system.js} +1 -1
- package/dist/mint-components/p-141bf5c1.system.entry.js +1 -0
- package/dist/mint-components/p-14a65f29.system.js +1 -0
- package/dist/mint-components/p-1513309d.entry.js +1 -0
- package/dist/mint-components/{p-0cba75e6.system.entry.js → p-164a9103.system.entry.js} +1 -1
- package/dist/mint-components/{p-910f56ca.system.entry.js → p-18425f38.system.entry.js} +1 -1
- package/dist/mint-components/{p-fb2976fc.system.entry.js → p-19bc3406.system.entry.js} +1 -1
- package/dist/mint-components/p-19ccb4ce.js +1 -0
- package/dist/mint-components/{p-b9bccc55.entry.js → p-1a6b7d2a.entry.js} +1 -1
- package/dist/mint-components/p-1b3ab15a.system.entry.js +1 -0
- package/dist/mint-components/p-1d704c40.system.js +1 -0
- package/dist/mint-components/p-1fa9ed0d.system.entry.js +1 -0
- package/dist/mint-components/p-21620f81.system.entry.js +1 -0
- package/dist/mint-components/p-229f797b.js +1 -0
- package/dist/mint-components/p-22a4a611.entry.js +273 -0
- package/dist/mint-components/p-24db5c70.js +1 -0
- package/dist/mint-components/{p-00791abc.js → p-266a8b4d.js} +1 -1
- package/dist/mint-components/p-275b4767.entry.js +1 -0
- package/dist/mint-components/{p-0b0f49ad.entry.js → p-284e4ed5.entry.js} +1 -1
- package/dist/mint-components/{p-711bc624.entry.js → p-2ae0e06a.entry.js} +1 -1
- package/dist/mint-components/p-2bbff88f.entry.js +1 -0
- package/dist/mint-components/{p-91014439.system.js → p-2d52e2d7.system.js} +1 -1
- package/dist/mint-components/p-2da21ba4.entry.js +1 -0
- package/dist/mint-components/p-2dca9e1a.system.js +1 -0
- package/dist/mint-components/{p-d5f1df29.entry.js → p-2f101bae.entry.js} +1 -1
- package/dist/mint-components/{p-485e2d9f.system.entry.js → p-301ddcaa.system.entry.js} +1 -1
- package/dist/mint-components/p-31015791.js +1 -0
- package/dist/mint-components/p-33c96e14.entry.js +16 -0
- package/dist/mint-components/{p-a45680fe.js → p-35b475bf.js} +1 -1
- package/dist/mint-components/{p-0d22c0e5.system.entry.js → p-36ffebd8.system.entry.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -0
- package/dist/mint-components/p-380bfde1.entry.js +1 -0
- package/dist/mint-components/p-38e5c429.system.js +1 -0
- package/dist/mint-components/p-38fc919b.entry.js +1 -0
- package/dist/mint-components/p-3a62a7e2.system.js +1 -0
- package/dist/mint-components/p-3b90e01b.system.js +1 -0
- package/dist/mint-components/p-3db34d68.js +1 -0
- package/dist/mint-components/p-3f6e0197.system.entry.js +1 -0
- package/dist/mint-components/{p-862845d7.js → p-3f7b81b8.js} +2 -2
- package/dist/mint-components/p-420554af.system.entry.js +1 -0
- package/dist/mint-components/p-42187319.system.entry.js +1 -0
- package/dist/mint-components/p-43b4bb99.entry.js +1 -0
- package/dist/mint-components/p-4428294b.entry.js +1 -0
- package/dist/mint-components/{p-c3884e55.entry.js → p-44891949.entry.js} +1 -1
- package/dist/mint-components/p-4794641c.system.js +1 -0
- package/dist/mint-components/p-47bd2d7a.entry.js +205 -0
- package/dist/mint-components/p-48135f99.system.js +53 -0
- package/dist/mint-components/p-48c69c2d.entry.js +1 -0
- package/dist/mint-components/p-492b70db.system.js +1 -0
- package/dist/mint-components/p-49932f12.system.js +1 -0
- package/dist/mint-components/{p-4204a6e3.entry.js → p-4b6dc0e5.entry.js} +1 -1
- package/dist/mint-components/{p-fb5be0c5.js → p-4e451f75.js} +1 -1
- package/dist/mint-components/{p-5ed49bf2.js → p-4e526a94.js} +1 -1
- package/dist/mint-components/p-4e5af50c.js +1 -0
- package/dist/mint-components/{p-3d05ebb1.system.entry.js → p-50c902ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-82505f6e.system.js → p-527216de.system.js} +1 -1
- package/dist/mint-components/{p-bb627d95.entry.js → p-53730ffe.entry.js} +3 -3
- package/dist/mint-components/{p-9fb8b33a.system.js → p-5488fdd9.system.js} +1 -1
- package/dist/mint-components/{p-578a27c8.system.js → p-59274a91.system.js} +1 -1
- package/dist/mint-components/{p-08700497.js → p-5bedb58c.js} +1 -1
- package/dist/mint-components/{p-ebb487d0.system.entry.js → p-5c28406d.system.entry.js} +1 -1
- package/dist/mint-components/p-5cb7f9fc.system.entry.js +1 -0
- package/dist/mint-components/p-6055eb4c.system.js +1 -0
- package/dist/mint-components/p-626e9e84.js +1 -0
- package/dist/mint-components/p-6333265f.system.js +1 -0
- package/dist/mint-components/p-635d5ef2.system.js +1 -0
- package/dist/mint-components/{p-750e7b01.js → p-63a75798.js} +1 -1
- package/dist/mint-components/p-6427e963.entry.js +1 -0
- package/dist/mint-components/p-65069b66.js +1248 -0
- package/dist/mint-components/p-653f963f.entry.js +13 -0
- package/dist/mint-components/p-65ba9e94.entry.js +1 -0
- package/dist/mint-components/{p-42b62299.system.entry.js → p-6a8d9def.system.entry.js} +1 -1
- package/dist/mint-components/p-6b7a595f.system.js +1 -0
- package/dist/mint-components/p-6ba44ca9.js +1 -0
- package/dist/mint-components/{p-0e59a91e.js → p-6bb25c02.js} +3 -3
- package/dist/mint-components/p-6cd4f2b1.system.js +1 -0
- package/dist/mint-components/{p-4d19270b.js → p-6d2f5a1d.js} +2 -2
- package/dist/mint-components/{p-7159c51c.system.js → p-6d9e52c7.system.js} +1 -1
- package/dist/mint-components/p-6eaf9c57.entry.js +1 -0
- package/dist/mint-components/p-6f65f9e1.system.entry.js +1 -0
- package/dist/mint-components/p-775f3ded.entry.js +1 -0
- package/dist/mint-components/{p-3285a6b3.system.entry.js → p-776733b5.system.entry.js} +1 -1
- package/dist/mint-components/p-7846937e.entry.js +13 -0
- package/dist/mint-components/{p-3eba9036.js → p-7a9290ba.js} +1 -1
- package/dist/mint-components/p-7ab21e4d.entry.js +1 -0
- package/dist/mint-components/{p-15012f59.system.js → p-7c2b9fe4.system.js} +1 -1
- package/dist/mint-components/{p-eea87fdc.system.entry.js → p-7dabdca6.system.entry.js} +1 -1
- package/dist/mint-components/{p-94f9fbf7.entry.js → p-7f80a9d7.entry.js} +1 -1
- package/dist/mint-components/{p-a148663a.system.js → p-8175e85f.system.js} +1 -1
- package/dist/mint-components/{p-ac2fdad8.system.entry.js → p-8362cb4c.system.entry.js} +1 -1
- package/dist/mint-components/p-837a0fdd.js +1 -0
- package/dist/mint-components/p-85671c3d.system.entry.js +1 -0
- package/dist/mint-components/p-8abfeff8.entry.js +1 -0
- package/dist/mint-components/p-8c0b7881.system.entry.js +1 -0
- package/dist/mint-components/p-8c23d1b8.js +1 -0
- package/dist/mint-components/p-8d9d04b7.system.entry.js +1 -0
- package/dist/mint-components/{p-258f4e5e.system.entry.js → p-90fc6774.system.entry.js} +1 -1
- package/dist/mint-components/p-91521e9d.js +1 -0
- package/dist/mint-components/{p-ddf3c05e.js → p-91959fbe.js} +1 -1
- package/dist/mint-components/{p-68043f30.js → p-91ab3da1.js} +1 -1
- package/dist/mint-components/p-92816d1f.js +1 -0
- package/dist/mint-components/{p-da6fe95f.system.entry.js → p-9386ad84.system.entry.js} +1 -1
- package/dist/mint-components/{p-460155de.js → p-938f64d9.js} +1 -1
- package/dist/mint-components/p-94a876b9.js +1 -0
- package/dist/mint-components/p-95b88eb6.system.js +1 -0
- package/dist/mint-components/{p-c3dce602.system.entry.js → p-96431b4f.system.entry.js} +1 -1
- package/dist/mint-components/p-97d4d651.system.js +1 -0
- package/dist/mint-components/p-98698131.js +1 -0
- package/dist/mint-components/{p-64997b59.system.js → p-99ad7d56.system.js} +1 -1
- package/dist/mint-components/p-9acb5038.js +1 -0
- package/dist/mint-components/{p-002e6205.system.entry.js → p-9b6a0152.system.entry.js} +1 -1
- package/dist/mint-components/{p-b3da317b.system.entry.js → p-9bfd9bed.system.entry.js} +1 -1
- package/dist/mint-components/p-9cf80e85.system.entry.js +1 -0
- package/dist/mint-components/{p-6951663b.js → p-9ec99ced.js} +1 -1
- package/dist/mint-components/{p-22c11f0e.entry.js → p-a2fde301.entry.js} +1 -1
- package/dist/mint-components/{p-d399162b.system.js → p-a71b9154.system.js} +1 -1
- package/dist/mint-components/{p-9580aac3.js → p-a9f4ddb1.js} +1 -1
- package/dist/mint-components/p-aad32fb6.system.js +1 -0
- package/dist/mint-components/{p-8e28333b.system.js → p-ae1ea5ac.system.js} +1 -1
- package/dist/mint-components/p-b207beeb.entry.js +1 -0
- package/dist/mint-components/{p-e55f3eb6.system.entry.js → p-b287833c.system.entry.js} +1 -1
- package/dist/mint-components/{p-6578ea31.system.js → p-b75bb6e3.system.js} +1 -1
- package/dist/mint-components/{p-7059ee40.system.entry.js → p-b7d1469d.system.entry.js} +1 -1
- package/dist/mint-components/p-b82e1935.system.entry.js +1 -0
- package/dist/mint-components/{p-6ef73224.js → p-bbcd824a.js} +1 -1
- package/dist/mint-components/{p-f1f20fdf.system.js → p-bdb7d451.system.js} +22 -22
- package/dist/mint-components/p-bfc7cfc0.system.js +1 -0
- package/dist/mint-components/p-c060f770.system.entry.js +1 -0
- package/dist/mint-components/{p-3787a4d6.js → p-c0f19490.js} +1 -1
- package/dist/mint-components/p-c1b074b6.js +394 -0
- package/dist/mint-components/{p-dbe29e53.system.entry.js → p-c2fdd608.system.entry.js} +1 -1
- package/dist/mint-components/p-c36506f6.system.entry.js +1 -0
- package/dist/mint-components/p-c46a0007.entry.js +9 -0
- package/dist/mint-components/p-c9f1dde7.js +1 -0
- package/dist/mint-components/p-cb7bdbe4.entry.js +1 -0
- package/dist/mint-components/p-cbbfac66.entry.js +25 -0
- package/dist/mint-components/p-cd1d497f.system.js +1 -0
- package/dist/mint-components/{p-a392912a.system.js → p-cd569259.system.js} +1 -1
- package/dist/mint-components/p-cd651f81.js +42 -0
- package/dist/mint-components/{p-9aadc253.entry.js → p-d07f3090.entry.js} +1 -1
- package/dist/mint-components/{p-b22b7891.js → p-d6831af5.js} +1 -1
- package/dist/mint-components/{p-e27ff213.entry.js → p-da7708a7.entry.js} +1 -1
- package/dist/mint-components/{p-1c1f4ce7.system.js → p-dbc0e4f8.system.js} +1 -1
- package/dist/mint-components/p-dbcb5359.js +1 -0
- package/dist/mint-components/p-dcc81e90.entry.js +1 -0
- package/dist/mint-components/p-e07bc6c4.system.js +1 -0
- package/dist/mint-components/p-e5a5ae7f.system.entry.js +1 -0
- package/dist/mint-components/{p-b6911812.system.js → p-e5d0375e.system.js} +1 -1
- package/dist/mint-components/p-e6f50ffd.entry.js +1 -0
- package/dist/mint-components/p-e8e48982.js +1 -0
- package/dist/mint-components/{p-5e0af707.entry.js → p-e8ffcc68.entry.js} +2 -2
- package/dist/mint-components/p-ef75f3a9.system.entry.js +1 -0
- package/dist/mint-components/p-eff2e68b.entry.js +144 -0
- package/dist/mint-components/{p-a2533860.system.entry.js → p-f0772618.system.entry.js} +1 -1
- package/dist/mint-components/p-f26aedcd.system.js +1 -0
- package/dist/mint-components/p-f2d8d3d3.system.entry.js +1 -0
- package/dist/mint-components/{p-4271f436.system.entry.js → p-f4a72903.system.entry.js} +1 -1
- package/dist/mint-components/{p-22d20816.system.entry.js → p-f4a8ee29.system.entry.js} +1 -1
- package/dist/mint-components/p-f56bedd5.js +1 -0
- package/dist/mint-components/p-f708da7b.js +1 -0
- package/dist/mint-components/p-f7c99803.system.js +1 -0
- package/dist/mint-components/{p-07dc6d68.js → p-f940190a.js} +1 -1
- package/dist/mint-components/p-f98a4354.js +1 -0
- package/dist/mint-components/{p-7af4fba0.system.entry.js → p-fa37513e.system.entry.js} +1 -1
- package/dist/mint-components/{p-a7ee19dc.entry.js → p-faba3198.entry.js} +1 -1
- package/dist/mint-components/p-ff8b8067.entry.js +33 -0
- package/dist/types/components/sqm-asset-card/AssetCard.stories.d.ts +7 -0
- package/dist/types/components/sqm-asset-card/sqm-asset-card-view.d.ts +8 -0
- package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +24 -0
- package/dist/types/components/sqm-asset-card/useAssetCard.d.ts +7 -0
- package/dist/types/components/sqm-big-stat/BigStat.stories.d.ts +0 -2
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +0 -5
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +1 -47
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +0 -2
- 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 +0 -2
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +16 -43
- package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +3 -2
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout-view.d.ts +1 -4
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +0 -15
- package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +1 -0
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +0 -1
- package/dist/types/components/sqm-hero/Hero.stories.d.ts +0 -1
- package/dist/types/components/sqm-hero/sqm-hero-view.d.ts +0 -1
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +1 -6
- package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +0 -1
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +0 -20
- package/dist/types/components/sqm-image/sqm-image.d.ts +0 -1
- package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +1 -2
- 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 +0 -1
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.d.ts +0 -1
- 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 +0 -3
- package/dist/types/components/sqm-lead-form/LeadCheckboxField.stories.d.ts +28 -0
- package/dist/types/components/sqm-lead-form/LeadForm.stories.d.ts +10 -0
- package/dist/types/components/sqm-lead-form/LeadFormDropdownField.stories.d.ts +10 -0
- package/dist/types/components/sqm-lead-form/LeadInputField.stories.d.ts +8 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-checkbox-field-view.d.ts +15 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-checkbox-field.d.ts +46 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-dropdown-field-view.d.ts +17 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-dropdown-field.d.ts +49 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-form-view.d.ts +36 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-form.d.ts +93 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-input-field-view.d.ts +15 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-input-field.d.ts +51 -0
- package/dist/types/components/sqm-lead-form/useCheckboxField.d.ts +6 -0
- package/dist/types/components/sqm-lead-form/useLeadDropdownField.d.ts +6 -0
- package/dist/types/components/sqm-lead-form/useLeadForm.d.ts +28 -0
- package/dist/types/components/sqm-lead-form/useLeadFormState.d.ts +19 -0
- package/dist/types/components/sqm-lead-form/useLeadInputField.d.ts +6 -0
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +0 -1
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +0 -6
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +11 -53
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +0 -6
- package/dist/types/components/sqm-link-button/sqm-link-button.d.ts +0 -1
- package/dist/types/components/sqm-logout-current-user/sqm-logout-current-user.d.ts +0 -1
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +0 -1
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.d.ts +0 -1
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +0 -16
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts +0 -8
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +0 -57
- package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +0 -1
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +2 -9
- package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +2 -2
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +0 -2
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +0 -1
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +0 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +1 -5
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +0 -15
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +0 -3
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +0 -19
- package/dist/types/components/sqm-portal-frame/usePortalFrame.d.ts +1 -2
- package/dist/types/components/sqm-portal-login/PortalLogin.stories.d.ts +0 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +0 -1
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +0 -1
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +0 -1
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +0 -1
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +1 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +1 -0
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +0 -2
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step-view.d.ts +0 -3
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +2 -20
- package/dist/types/components/sqm-program-menu/sqm-program-menu.d.ts +0 -1
- package/dist/types/components/sqm-qr-code/sqm-qr-code.d.ts +0 -1
- package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +2 -5
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +2 -25
- package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +0 -1
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +0 -43
- package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +0 -1
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +0 -1
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +0 -7
- 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 +0 -1
- 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 +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +0 -3
- package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +1 -2
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +437 -457
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +1 -10
- package/dist/types/components/sqm-reward-exchange-list/useRewardExchangeList.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -2
- 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 +1 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +1 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +1 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +1 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +1 -2
- 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 +0 -2
- package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +1 -1
- package/dist/types/components/sqm-route/sqm-route.d.ts +0 -1
- package/dist/types/components/sqm-router/sqm-router.d.ts +0 -2
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +0 -1
- package/dist/types/components/sqm-share-button/ShareButton.stories.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +1 -2
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +6 -19
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +0 -43
- package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +0 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +1 -44
- package/dist/types/components/sqm-stat-container/sqm-stat-container-view.d.ts +0 -3
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +0 -25
- package/dist/types/components/sqm-stencilbook/Themes.d.ts +6 -6
- package/dist/types/components/sqm-tabs/Tabs.stories.d.ts +0 -1
- package/dist/types/components/sqm-tabs/sqm-tabs-view.d.ts +0 -1
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +0 -10
- package/dist/types/components/sqm-task-card/DetailsView.d.ts +0 -6
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +0 -5
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +4 -33
- package/dist/types/components/sqm-task-card/useTaskCard.d.ts +0 -9
- package/dist/types/components/sqm-text/sqm-text.d.ts +0 -13
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +2 -4
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -14
- package/dist/types/components/sqm-timeline/Timeline.stories.d.ts +0 -1
- package/dist/types/components/sqm-timeline/sqm-timeline-entry-view.d.ts +0 -2
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +0 -14
- package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +1 -3
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +0 -2
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +2 -5
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +2 -6
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +2 -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/PayoutStatusAlert.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +16 -1
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +2 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +38 -9
- 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 +6 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +24 -12
- 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 +0 -5
- package/dist/types/components.d.ts +651 -1221
- package/dist/types/global/global.d.ts +2 -2
- package/dist/types/global/mixins.d.ts +12 -12
- package/dist/types/global/styles.d.ts +2 -10
- package/dist/types/saasquatch.d.ts +7 -143
- package/dist/types/utils/utils.d.ts +0 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -3
- package/dist/cjs/IndirectTaxDetailsView-282c1fda.js +0 -646
- package/dist/cjs/copy-text-view-97ae8a48.js +0 -127
- package/dist/cjs/data-d4339c2e.js +0 -137
- package/dist/cjs/parseStates-d1effc19.js +0 -16
- package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -352
- package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +0 -84
- package/dist/cjs/sqm-leaderboard-rank-view-6a1e63de.js +0 -10
- package/dist/cjs/sqm-navigation-sidebar-item-view-ec7a5c53.js +0 -56
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +0 -1254
- package/dist/cjs/sqm-text-span-view-7a61ae4c.js +0 -63
- package/dist/cjs/utils-aacb4233.js +0 -105
- package/dist/collection/components/sqm-stencilbook/BrandSelector.js +0 -198
- package/dist/collection/components/sqm-text/Text.stories.js +0 -12
- package/dist/collection/insertfont.js +0 -18
- package/dist/collection/utils/parseStates.js +0 -12
- package/dist/esm/IndirectTaxDetailsView-5e60d91f.js +0 -639
- package/dist/esm/copy-text-view-ab2fda20.js +0 -125
- package/dist/esm/data-ee3ae298.js +0 -121
- package/dist/esm/parseStates-ed75e224.js +0 -14
- package/dist/esm/sqm-code-verification.entry.js +0 -348
- package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +0 -76
- package/dist/esm/sqm-leaderboard-rank-view-18baae5b.js +0 -8
- package/dist/esm/sqm-navigation-sidebar-item-view-797601b0.js +0 -54
- package/dist/esm/sqm-tax-and-cash.entry.js +0 -1250
- package/dist/esm/sqm-text-span-view-4c17b8c9.js +0 -61
- package/dist/esm/utils-e1cdc479.js +0 -97
- package/dist/esm-es5/GenericTableView-e43d310f.js +0 -1
- package/dist/esm-es5/IndirectTaxDetailsView-5e60d91f.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-cf7c03a0.js +0 -1
- package/dist/esm-es5/copy-text-view-ab2fda20.js +0 -1
- package/dist/esm-es5/data-ee3ae298.js +0 -1
- package/dist/esm-es5/dom-context-hooks.module-63370afd.js +0 -53
- package/dist/esm-es5/email-registration-view-1f587f8b.js +0 -1
- package/dist/esm-es5/index.module-38dad6c9.js +0 -1
- package/dist/esm-es5/luxon-bbf75a9d.js +0 -1
- package/dist/esm-es5/mixins-f750863a.js +0 -1
- package/dist/esm-es5/parseStates-ed75e224.js +0 -1
- package/dist/esm-es5/re-render-9c90767d.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-leaderboard-rank-view-18baae5b.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-797601b0.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-0a2ec560.js +0 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-0e795cdd.js +0 -1
- package/dist/esm-es5/sqm-portal-login-view-7670cd86.js +0 -1
- package/dist/esm-es5/sqm-qr-code-view-97124a66.js +0 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-4c17b8c9.js +0 -1
- package/dist/esm-es5/useChildElements-4e70ac0e.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-0f04459e.js +0 -1
- package/dist/esm-es5/usePortalLogin-d0720c81.js +0 -1
- package/dist/esm-es5/usePortalRegistrationForm-afc0171e.js +0 -1
- package/dist/esm-es5/useReferralCodes-311e6d72.js +0 -1
- package/dist/esm-es5/useReferralTable-65a01a6a.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-18c2cea7.js +0 -1
- package/dist/esm-es5/useVerificationEmail-f9413de9.js +0 -1
- package/dist/esm-es5/utilities-ad9c2893.js +0 -1
- package/dist/esm-es5/utils-03188de2.js +0 -1
- package/dist/esm-es5/utils-e1cdc479.js +0 -1
- package/dist/mint-components/p-000c91b1.js +0 -1
- package/dist/mint-components/p-0935f9b7.system.js +0 -1
- package/dist/mint-components/p-0bb21f5b.system.entry.js +0 -1
- package/dist/mint-components/p-0e532b53.entry.js +0 -1
- package/dist/mint-components/p-0ea61502.system.js +0 -1
- package/dist/mint-components/p-100c878b.system.entry.js +0 -1
- package/dist/mint-components/p-11500698.entry.js +0 -25
- package/dist/mint-components/p-115dfc03.system.js +0 -1
- package/dist/mint-components/p-1337f47c.entry.js +0 -1
- package/dist/mint-components/p-1363c4ab.system.js +0 -1
- package/dist/mint-components/p-13f3a647.js +0 -1
- package/dist/mint-components/p-14128c84.system.entry.js +0 -1
- package/dist/mint-components/p-14959d73.system.entry.js +0 -1
- package/dist/mint-components/p-15bfd7e2.system.js +0 -1
- package/dist/mint-components/p-1a278658.entry.js +0 -1
- package/dist/mint-components/p-1c727332.entry.js +0 -1
- package/dist/mint-components/p-1cd0e1e9.system.js +0 -1
- package/dist/mint-components/p-1ee5070b.system.entry.js +0 -1
- package/dist/mint-components/p-204861a6.js +0 -1
- package/dist/mint-components/p-209ea185.js +0 -1
- package/dist/mint-components/p-21e3cac4.js +0 -1
- package/dist/mint-components/p-2403c6e1.system.js +0 -1
- package/dist/mint-components/p-240bec23.js +0 -1
- package/dist/mint-components/p-274ea2c4.entry.js +0 -9
- package/dist/mint-components/p-2f2bff39.entry.js +0 -1
- package/dist/mint-components/p-3836d1e2.entry.js +0 -1
- package/dist/mint-components/p-38a03a10.system.js +0 -1
- package/dist/mint-components/p-3cb249c3.js +0 -1
- package/dist/mint-components/p-3d1b91a1.system.entry.js +0 -1
- package/dist/mint-components/p-3d99fa43.entry.js +0 -1
- package/dist/mint-components/p-3ea3f5e3.system.entry.js +0 -1
- package/dist/mint-components/p-40c01a5a.system.js +0 -1
- package/dist/mint-components/p-42da8239.system.js +0 -1
- package/dist/mint-components/p-49b20dae.js +0 -1
- package/dist/mint-components/p-4f5329a2.system.js +0 -53
- package/dist/mint-components/p-51b8979d.js +0 -448
- package/dist/mint-components/p-57970440.js +0 -1233
- package/dist/mint-components/p-587115cb.system.entry.js +0 -1
- package/dist/mint-components/p-59b028db.system.js +0 -1
- package/dist/mint-components/p-5aca73f7.entry.js +0 -13
- package/dist/mint-components/p-5ff2da11.js +0 -1
- package/dist/mint-components/p-63e29387.js +0 -42
- package/dist/mint-components/p-66c14cb2.system.entry.js +0 -1
- package/dist/mint-components/p-672d144e.entry.js +0 -1
- package/dist/mint-components/p-67ad2252.system.js +0 -1
- package/dist/mint-components/p-6906ef5d.system.entry.js +0 -1
- package/dist/mint-components/p-692bacf3.js +0 -1
- package/dist/mint-components/p-6ad674c2.js +0 -103
- package/dist/mint-components/p-6b076bae.system.entry.js +0 -1
- package/dist/mint-components/p-6d290019.js +0 -1
- package/dist/mint-components/p-6e069052.entry.js +0 -1
- package/dist/mint-components/p-71271fbd.system.js +0 -1
- package/dist/mint-components/p-75584f9e.entry.js +0 -11
- package/dist/mint-components/p-77d2244b.system.js +0 -1
- package/dist/mint-components/p-7970e73a.js +0 -1
- package/dist/mint-components/p-797fd8d9.system.js +0 -1
- package/dist/mint-components/p-7b8d29bb.entry.js +0 -1
- package/dist/mint-components/p-7c17e06f.system.entry.js +0 -1
- package/dist/mint-components/p-7e13424d.system.js +0 -1
- package/dist/mint-components/p-88b63a7c.entry.js +0 -93
- package/dist/mint-components/p-8a6494c7.system.js +0 -1
- package/dist/mint-components/p-8caef004.js +0 -1
- package/dist/mint-components/p-8e2bead4.js +0 -1
- package/dist/mint-components/p-901cb538.system.entry.js +0 -1
- package/dist/mint-components/p-9049b387.entry.js +0 -1
- package/dist/mint-components/p-916100a9.js +0 -1
- package/dist/mint-components/p-926f17f9.system.js +0 -1
- package/dist/mint-components/p-9374b5bb.system.entry.js +0 -1
- package/dist/mint-components/p-9e297104.entry.js +0 -1
- package/dist/mint-components/p-9f3e7e48.entry.js +0 -13
- package/dist/mint-components/p-9f82e69d.entry.js +0 -1
- package/dist/mint-components/p-a5c9ce6c.entry.js +0 -1
- package/dist/mint-components/p-abd33116.system.entry.js +0 -1
- package/dist/mint-components/p-b065215a.entry.js +0 -1
- package/dist/mint-components/p-b1a2a83b.entry.js +0 -144
- package/dist/mint-components/p-ba4a5fed.entry.js +0 -258
- package/dist/mint-components/p-bab57520.system.entry.js +0 -1
- package/dist/mint-components/p-bad50dc1.entry.js +0 -1
- package/dist/mint-components/p-be88596c.system.js +0 -1
- package/dist/mint-components/p-c0d48b64.system.entry.js +0 -1
- package/dist/mint-components/p-c4886223.entry.js +0 -1
- package/dist/mint-components/p-c726f778.system.entry.js +0 -1
- package/dist/mint-components/p-c7965639.entry.js +0 -1
- package/dist/mint-components/p-c79bb1c6.entry.js +0 -16
- package/dist/mint-components/p-c7c11325.js +0 -1
- package/dist/mint-components/p-cab1f502.js +0 -1
- package/dist/mint-components/p-d785a297.system.entry.js +0 -1
- package/dist/mint-components/p-d821418e.system.js +0 -1
- package/dist/mint-components/p-d8c5b80a.system.js +0 -1
- package/dist/mint-components/p-da3ffd4e.system.entry.js +0 -1
- package/dist/mint-components/p-e539fed3.entry.js +0 -1
- package/dist/mint-components/p-e57d61af.system.js +0 -1
- package/dist/mint-components/p-eaeddfe2.system.js +0 -1
- package/dist/mint-components/p-ecc5faba.entry.js +0 -33
- package/dist/mint-components/p-f0e0d0b9.system.entry.js +0 -1
- package/dist/mint-components/p-f0ebccea.system.entry.js +0 -1
- package/dist/mint-components/p-f1dc581f.js +0 -1
- package/dist/mint-components/p-f6baa0c9.system.js +0 -1
- package/dist/mint-components/p-f9c7248e.js +0 -1
- package/dist/mint-components/p-fb77f662.entry.js +0 -1
- package/dist/types/components/sqm-stencilbook/BrandSelector.d.ts +0 -9
- package/dist/types/components/sqm-text/Text.stories.d.ts +0 -6
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/insertfont.d.ts +0 -1
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
- package/dist/types/utils/parseStates.d.ts +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
- /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
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { DemoData } from "./global/demo";
|
|
9
|
+
import { AssetCardViewProps } from "./components/sqm-asset-card/sqm-asset-card-view";
|
|
9
10
|
import { BankingInfoFormViewProps } from "./components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view";
|
|
10
11
|
import { BigStatViewProps } from "./components/sqm-big-stat/sqm-big-stat-view";
|
|
11
12
|
import { CheckboxFieldViewProps } from "./components/sqm-checkbox-field/sqm-checkbox-field-view";
|
|
@@ -21,13 +22,15 @@ import { UseIndirectTaxFormResult } from "./components/tax-and-cash/sqm-indirect
|
|
|
21
22
|
import { InputFieldViewProps } from "./components/sqm-input-field/sqm-input-field-view";
|
|
22
23
|
import { EmailRegistrationViewProps } from "./components/views/email-registration-view";
|
|
23
24
|
import { GenericTableViewProps } from "./tables/GenericTableView";
|
|
24
|
-
import {
|
|
25
|
+
import { LeadCheckboxFieldViewProps } from "./components/sqm-lead-form/sqm-lead-checkbox-field-view";
|
|
26
|
+
import { DropdownFieldViewProps as DropdownFieldViewProps1 } from "./components/sqm-lead-form/sqm-lead-dropdown-field-view";
|
|
27
|
+
import { LeadFormViewProps } from "./components/sqm-lead-form/sqm-lead-form-view";
|
|
28
|
+
import { LeadInputFieldViewProps } from "./components/sqm-lead-form/sqm-lead-input-field-view";
|
|
25
29
|
import { LeaderboardViewProps } from "./components/sqm-leaderboard/sqm-leaderboard-view";
|
|
26
30
|
import { LeaderboardRankViewProps } from "./components/sqm-leaderboard-rank/sqm-leaderboard-rank-view";
|
|
27
31
|
import { CopyTextViewProps } from "./components/views/copy-text-view";
|
|
28
32
|
import { NameFieldsViewProps } from "./components/sqm-name-fields/sqm-name-fields-view";
|
|
29
33
|
import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-navigation-menu-view";
|
|
30
|
-
import { NavigationSidebarViewProps } from "./components/sqm-navigation-sidebar/sqm-navigation-sidebar-view";
|
|
31
34
|
import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
|
|
32
35
|
import { UsePagination } from "./components/sqm-pagination/usePagination";
|
|
33
36
|
import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/sqm-password-field";
|
|
@@ -51,6 +54,7 @@ import { ReferralDates } from "./components/sqm-referral-table/useReferralTable"
|
|
|
51
54
|
import { RewardExchangeViewProps } from "./components/sqm-reward-exchange-list/sqm-reward-exchange-list-view";
|
|
52
55
|
import { ShareButtonViewProps } from "./components/sqm-share-button/sqm-share-button-view";
|
|
53
56
|
import { TaskCardViewProps } from "./components/sqm-task-card/sqm-task-card-view";
|
|
57
|
+
import { UseTaxAndCashResultType } from "./components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash";
|
|
54
58
|
import { UseTaxAndCashDashboardResult } from "./components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard";
|
|
55
59
|
import { UseUserInfoFormResult } from "./components/tax-and-cash/sqm-user-info-form/useUserInfoForm";
|
|
56
60
|
import { UserNameViewProps } from "./components/sqm-user-name/sqm-user-name-view";
|
|
@@ -59,6 +63,21 @@ export namespace Components {
|
|
|
59
63
|
"renderCell": () => Promise<any>;
|
|
60
64
|
"renderLabel": (idx: any) => Promise<any>;
|
|
61
65
|
}
|
|
66
|
+
interface SqmAssetCard {
|
|
67
|
+
/**
|
|
68
|
+
* @undocumented
|
|
69
|
+
* @uiType object
|
|
70
|
+
*/
|
|
71
|
+
"demoData"?: DemoData<AssetCardViewProps>;
|
|
72
|
+
/**
|
|
73
|
+
* @uiName Banner image
|
|
74
|
+
*/
|
|
75
|
+
"imgUrl": string;
|
|
76
|
+
/**
|
|
77
|
+
* @uiName Banner title
|
|
78
|
+
*/
|
|
79
|
+
"titleText": string;
|
|
80
|
+
}
|
|
62
81
|
interface SqmBankingInfoForm {
|
|
63
82
|
/**
|
|
64
83
|
* @uiName Agency code field label
|
|
@@ -341,7 +360,6 @@ export namespace Components {
|
|
|
341
360
|
* @uiType string
|
|
342
361
|
* @uiEnum ["left", "right", "center"]
|
|
343
362
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
344
|
-
* @uiGroup Additional Settings
|
|
345
363
|
*/
|
|
346
364
|
"alignment"?: "left" | "right" | "center";
|
|
347
365
|
/**
|
|
@@ -349,59 +367,18 @@ export namespace Components {
|
|
|
349
367
|
* @uiType object
|
|
350
368
|
*/
|
|
351
369
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
352
|
-
/**
|
|
353
|
-
* Font size of the description text in pixels
|
|
354
|
-
* @uiName Description font size
|
|
355
|
-
* @uiGroup Additional Settings
|
|
356
|
-
*/
|
|
357
|
-
"descriptionFontSize"?: number;
|
|
358
|
-
/**
|
|
359
|
-
* Color of the description text
|
|
360
|
-
* @uiName Description text color
|
|
361
|
-
* @uiWidget color
|
|
362
|
-
* @uiType string
|
|
363
|
-
* @format color
|
|
364
|
-
* @uiGroup Additional Settings
|
|
365
|
-
*/
|
|
366
|
-
"descriptionTextColor"?: string;
|
|
367
370
|
/**
|
|
368
371
|
* Controls the order of the stat value & description column
|
|
369
372
|
* @uiName Flex reverse
|
|
370
|
-
* @default
|
|
371
|
-
* @uiGroup Additional Settings
|
|
373
|
+
* @default
|
|
372
374
|
*/
|
|
373
375
|
"flexReverse"?: boolean;
|
|
374
376
|
/**
|
|
375
377
|
* The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
|
|
376
378
|
* @uiName Program ID
|
|
377
379
|
* @uiWidget programSelector
|
|
378
|
-
* @uiGroup Additional Settings
|
|
379
380
|
*/
|
|
380
381
|
"programId"?: string;
|
|
381
|
-
/**
|
|
382
|
-
* Font size of the stat text in pixels
|
|
383
|
-
* @uiName Stat font size
|
|
384
|
-
* @uiType string
|
|
385
|
-
* @uiGroup Additional Settings
|
|
386
|
-
*/
|
|
387
|
-
"statFontSize"?: number;
|
|
388
|
-
/**
|
|
389
|
-
* Font weight of the stat text
|
|
390
|
-
* @uiName Stat font weight
|
|
391
|
-
* @uiGroup Additional Settings
|
|
392
|
-
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
393
|
-
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
394
|
-
*/
|
|
395
|
-
"statFontWeight"?: number;
|
|
396
|
-
/**
|
|
397
|
-
* Color of the stat text
|
|
398
|
-
* @uiName Stat text color
|
|
399
|
-
* @uiWidget color
|
|
400
|
-
* @uiType string
|
|
401
|
-
* @format color
|
|
402
|
-
* @uiGroup Additional Settings
|
|
403
|
-
*/
|
|
404
|
-
"statTextColor"?: string;
|
|
405
382
|
/**
|
|
406
383
|
* Select what type of stat to display. Manual paths are also supported.
|
|
407
384
|
* @uiWidget statTypeSelectWidget
|
|
@@ -426,8 +403,6 @@ export namespace Components {
|
|
|
426
403
|
*/
|
|
427
404
|
"brandFont": string;
|
|
428
405
|
}
|
|
429
|
-
interface SqmBrandSelector {
|
|
430
|
-
}
|
|
431
406
|
interface SqmCardFeed {
|
|
432
407
|
/**
|
|
433
408
|
* @uiName Column gap
|
|
@@ -534,47 +509,14 @@ export namespace Components {
|
|
|
534
509
|
"contextName": string;
|
|
535
510
|
}
|
|
536
511
|
interface SqmCouponCode {
|
|
537
|
-
/**
|
|
538
|
-
* Background color of share link container
|
|
539
|
-
* @uiName Background color
|
|
540
|
-
* @uiWidget color
|
|
541
|
-
* @format color
|
|
542
|
-
* @uiGroup Style
|
|
543
|
-
*/
|
|
544
|
-
"backgroundColor"?: string;
|
|
545
|
-
/**
|
|
546
|
-
* Border color of share link container
|
|
547
|
-
* @uiName Border color
|
|
548
|
-
* @uiWidget color
|
|
549
|
-
* @format color
|
|
550
|
-
* @uiGroup Style
|
|
551
|
-
*/
|
|
552
|
-
"borderColor"?: string;
|
|
553
|
-
/**
|
|
554
|
-
* The border radius on the share link container (in pixels)
|
|
555
|
-
* @uiName Border Radius
|
|
556
|
-
* @uiType number
|
|
557
|
-
* @uiGroup Style
|
|
558
|
-
*/
|
|
559
|
-
"borderRadius"?: string;
|
|
560
512
|
/**
|
|
561
513
|
* Set the copy button style and placement.
|
|
562
514
|
* @uiName Style
|
|
563
515
|
* @uiType string
|
|
564
516
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
565
517
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
566
|
-
* @uiGroup Style
|
|
567
518
|
*/
|
|
568
519
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
569
|
-
/**
|
|
570
|
-
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
571
|
-
* @uiName Button Type
|
|
572
|
-
* @uiType string
|
|
573
|
-
* @uiEnum ["primary", "secondary"]
|
|
574
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
575
|
-
* @uiGroup Style
|
|
576
|
-
*/
|
|
577
|
-
"buttonType"?: "primary" | "secondary";
|
|
578
520
|
/**
|
|
579
521
|
* Display this message when the coupon code has been cancelled.
|
|
580
522
|
* @uiWidget textArea
|
|
@@ -582,6 +524,20 @@ export namespace Components {
|
|
|
582
524
|
* @uiGroup Coupon code error
|
|
583
525
|
*/
|
|
584
526
|
"cancelledErrorText": string;
|
|
527
|
+
/**
|
|
528
|
+
* Display this message when the code fails to load before retrying.
|
|
529
|
+
* @uiWidget textArea
|
|
530
|
+
* @uiName Code sync error retry message
|
|
531
|
+
* @uiGroup Coupon code error
|
|
532
|
+
*/
|
|
533
|
+
"codeSyncErrorRetryText": string;
|
|
534
|
+
/**
|
|
535
|
+
* Display this message when the code fails to load after retrying.
|
|
536
|
+
* @uiWidget textArea
|
|
537
|
+
* @uiName Code sync error message
|
|
538
|
+
* @uiGroup Coupon code error
|
|
539
|
+
*/
|
|
540
|
+
"codeSyncErrorText": string;
|
|
585
541
|
/**
|
|
586
542
|
* @uiName Copy button label
|
|
587
543
|
*/
|
|
@@ -647,17 +603,8 @@ export namespace Components {
|
|
|
647
603
|
* @uiType string
|
|
648
604
|
* @uiEnum ["left", "center", "right"]
|
|
649
605
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
650
|
-
* @uiGroup Style
|
|
651
606
|
*/
|
|
652
607
|
"textAlign"?: "left" | "center" | "right";
|
|
653
|
-
/**
|
|
654
|
-
* Color of the text and copy icon
|
|
655
|
-
* @uiName Text color
|
|
656
|
-
* @uiWidget color
|
|
657
|
-
* @format color
|
|
658
|
-
* @uiGroup Style
|
|
659
|
-
*/
|
|
660
|
-
"textColor"?: string;
|
|
661
608
|
/**
|
|
662
609
|
* The number of milliseconds that the tooltip appears for
|
|
663
610
|
* @uiName Tooltip lifespan
|
|
@@ -670,18 +617,6 @@ export namespace Components {
|
|
|
670
617
|
"tooltiptext": string;
|
|
671
618
|
}
|
|
672
619
|
interface SqmDividedLayout {
|
|
673
|
-
/**
|
|
674
|
-
* Background color of the divider
|
|
675
|
-
* @uiName Divider Background Color
|
|
676
|
-
* @uiWidget color
|
|
677
|
-
*/
|
|
678
|
-
"backgroundColor"?: string;
|
|
679
|
-
/**
|
|
680
|
-
* Color of the divider (defaults to default text color if none is set)
|
|
681
|
-
* @uiName Divider Background Color
|
|
682
|
-
* @uiWidget color
|
|
683
|
-
*/
|
|
684
|
-
"borderColor"?: string;
|
|
685
620
|
/**
|
|
686
621
|
* Overrides max-width of content area
|
|
687
622
|
* @uiName Content Area Width
|
|
@@ -696,7 +631,7 @@ export namespace Components {
|
|
|
696
631
|
*/
|
|
697
632
|
"direction": "row" | "column";
|
|
698
633
|
/**
|
|
699
|
-
*
|
|
634
|
+
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
700
635
|
* @uiName Border style
|
|
701
636
|
*/
|
|
702
637
|
"dividerStyle": string;
|
|
@@ -1006,15 +941,11 @@ export namespace Components {
|
|
|
1006
941
|
}
|
|
1007
942
|
interface SqmHero {
|
|
1008
943
|
/**
|
|
1009
|
-
*
|
|
944
|
+
* Can be an image url, colour or Shoelace variable.
|
|
1010
945
|
* @uiName Background
|
|
1011
946
|
* @uiWidget Background
|
|
1012
947
|
*/
|
|
1013
948
|
"background"?: string;
|
|
1014
|
-
/**
|
|
1015
|
-
* @uiName Hide the column in mobile view (can only be used when two columns are present)
|
|
1016
|
-
*/
|
|
1017
|
-
"columnToHideInMobile"?: "primary" | "secondary" | null;
|
|
1018
949
|
/**
|
|
1019
950
|
* @uiName Columns
|
|
1020
951
|
* @uiEnum [1, 2]
|
|
@@ -1051,7 +982,6 @@ export namespace Components {
|
|
|
1051
982
|
* @uiName Background color
|
|
1052
983
|
* @uiWidget color
|
|
1053
984
|
* @format color
|
|
1054
|
-
* @uiGroup Style
|
|
1055
985
|
*/
|
|
1056
986
|
"backgroundColor"?: string;
|
|
1057
987
|
/**
|
|
@@ -1067,15 +997,6 @@ export namespace Components {
|
|
|
1067
997
|
* @uiName Button text
|
|
1068
998
|
*/
|
|
1069
999
|
"buttonText"?: string;
|
|
1070
|
-
/**
|
|
1071
|
-
* The type of the button that is used (primary or secondary).
|
|
1072
|
-
* @uiName Button Type
|
|
1073
|
-
* @uiType string
|
|
1074
|
-
* @uiEnum ["primary", "secondary"]
|
|
1075
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
1076
|
-
* @uiGroup Style
|
|
1077
|
-
*/
|
|
1078
|
-
"buttonType"?: "primary" | "secondary";
|
|
1079
1000
|
/**
|
|
1080
1001
|
* @uiName Description
|
|
1081
1002
|
* @uiWidget textArea
|
|
@@ -1090,13 +1011,11 @@ export namespace Components {
|
|
|
1090
1011
|
* @uiType string
|
|
1091
1012
|
* @uiEnum ["top", "bottom"]
|
|
1092
1013
|
* @uiEnumNames ["Top", "Bottom"]
|
|
1093
|
-
* @uiGroup Style
|
|
1094
1014
|
*/
|
|
1095
1015
|
"imageMobilePos": "top" | "bottom";
|
|
1096
1016
|
/**
|
|
1097
1017
|
* @uiName Image percentage
|
|
1098
1018
|
* @uiType number
|
|
1099
|
-
* @uiGroup Style
|
|
1100
1019
|
*/
|
|
1101
1020
|
"imagePercentage": number;
|
|
1102
1021
|
/**
|
|
@@ -1104,7 +1023,6 @@ export namespace Components {
|
|
|
1104
1023
|
* @uiType string
|
|
1105
1024
|
* @uiEnum ["left", "center", "right"]
|
|
1106
1025
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
1107
|
-
* @uiGroup Style
|
|
1108
1026
|
*/
|
|
1109
1027
|
"imagePos": "left" | "center" | "right";
|
|
1110
1028
|
/**
|
|
@@ -1118,19 +1036,16 @@ export namespace Components {
|
|
|
1118
1036
|
* @uiType string
|
|
1119
1037
|
* @uiEnum ["overlay", "columns"]
|
|
1120
1038
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
1121
|
-
* @uiGroup Style
|
|
1122
1039
|
*/
|
|
1123
1040
|
"layout": "overlay" | "columns";
|
|
1124
1041
|
/**
|
|
1125
1042
|
* @uiName Overlay color
|
|
1126
1043
|
* @uiWidget color
|
|
1127
1044
|
* @format color
|
|
1128
|
-
* @uiGroup Style
|
|
1129
1045
|
*/
|
|
1130
1046
|
"overlayColor"?: string;
|
|
1131
1047
|
/**
|
|
1132
1048
|
* @uiName Overlay opacity
|
|
1133
|
-
* @uiGroup Style
|
|
1134
1049
|
*/
|
|
1135
1050
|
"overlayOpacity": string;
|
|
1136
1051
|
/**
|
|
@@ -1138,7 +1053,6 @@ export namespace Components {
|
|
|
1138
1053
|
* @uiType string
|
|
1139
1054
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1140
1055
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1141
|
-
* @uiGroup Style
|
|
1142
1056
|
*/
|
|
1143
1057
|
"paddingImage": Spacing;
|
|
1144
1058
|
/**
|
|
@@ -1146,14 +1060,12 @@ export namespace Components {
|
|
|
1146
1060
|
* @uiType string
|
|
1147
1061
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1148
1062
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1149
|
-
* @uiGroup Style
|
|
1150
1063
|
*/
|
|
1151
1064
|
"paddingText": Spacing;
|
|
1152
1065
|
/**
|
|
1153
1066
|
* @uiName Text color
|
|
1154
1067
|
* @uiWidget color
|
|
1155
1068
|
* @format color
|
|
1156
|
-
* @uiGroup Style
|
|
1157
1069
|
*/
|
|
1158
1070
|
"textColor"?: string;
|
|
1159
1071
|
}
|
|
@@ -1569,32 +1481,202 @@ export namespace Components {
|
|
|
1569
1481
|
"renderCell": (data: Invoice) => Promise<any>;
|
|
1570
1482
|
"renderLabel": () => Promise<any>;
|
|
1571
1483
|
}
|
|
1572
|
-
interface
|
|
1484
|
+
interface SqmLeadCheckboxField {
|
|
1573
1485
|
/**
|
|
1574
|
-
*
|
|
1575
|
-
* @
|
|
1486
|
+
* @uiName Checkbox label
|
|
1487
|
+
* @uiWidget textArea
|
|
1576
1488
|
*/
|
|
1577
|
-
"
|
|
1489
|
+
"checkboxLabel": string;
|
|
1578
1490
|
/**
|
|
1579
|
-
*
|
|
1580
|
-
* @uiName
|
|
1581
|
-
* @uiWidget color
|
|
1582
|
-
* @uiGroup Style
|
|
1491
|
+
* Used with link text if the checkbox label contains {labelLink}
|
|
1492
|
+
* @uiName Checkbox label link
|
|
1583
1493
|
*/
|
|
1584
|
-
"
|
|
1494
|
+
"checkboxLabelLink"?: string;
|
|
1585
1495
|
/**
|
|
1586
|
-
*
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1496
|
+
* @uiName Checkbox label link lext
|
|
1497
|
+
*/
|
|
1498
|
+
"checkboxLabelLinkText"?: string;
|
|
1499
|
+
/**
|
|
1500
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
1501
|
+
* @uiName Checkbox name attribute
|
|
1502
|
+
* @required
|
|
1503
|
+
*/
|
|
1504
|
+
"checkboxName": string;
|
|
1505
|
+
/**
|
|
1506
|
+
* @uiName Optional
|
|
1507
|
+
*/
|
|
1508
|
+
"checkboxOptional"?: boolean;
|
|
1509
|
+
/**
|
|
1510
|
+
* @undocumented
|
|
1511
|
+
* @uiType object
|
|
1512
|
+
*/
|
|
1513
|
+
"demoData"?: DemoData<LeadCheckboxFieldViewProps>;
|
|
1514
|
+
/**
|
|
1515
|
+
* @uiName Unchecked error message
|
|
1516
|
+
*/
|
|
1517
|
+
"errorMessage"?: string;
|
|
1518
|
+
}
|
|
1519
|
+
interface SqmLeadDropdownField {
|
|
1520
|
+
/**
|
|
1521
|
+
* @undocumented
|
|
1522
|
+
* @uiType object
|
|
1523
|
+
*/
|
|
1524
|
+
"demoData"?: DemoData<DropdownFieldViewProps>;
|
|
1525
|
+
/**
|
|
1526
|
+
* @uiName Dropdown label
|
|
1527
|
+
*/
|
|
1528
|
+
"dropdownLabel": string;
|
|
1529
|
+
/**
|
|
1530
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
1531
|
+
* @uiName Dropdown name attribute
|
|
1532
|
+
* @required
|
|
1533
|
+
*/
|
|
1534
|
+
"dropdownName": string;
|
|
1535
|
+
/**
|
|
1536
|
+
* @uiName Optional
|
|
1537
|
+
* @default
|
|
1538
|
+
*/
|
|
1539
|
+
"dropdownOptional": boolean;
|
|
1540
|
+
/**
|
|
1541
|
+
* @uiName Multiple selection
|
|
1542
|
+
* @default
|
|
1543
|
+
*/
|
|
1544
|
+
"multiple": boolean;
|
|
1545
|
+
/**
|
|
1546
|
+
* @uiName Optional label
|
|
1590
1547
|
*/
|
|
1591
|
-
"
|
|
1548
|
+
"optionalLabel": string;
|
|
1592
1549
|
/**
|
|
1593
|
-
*
|
|
1594
|
-
* @uiName
|
|
1595
|
-
* @
|
|
1550
|
+
* The message to be displayed when a required field is not filled.
|
|
1551
|
+
* @uiName Required field message
|
|
1552
|
+
* @uiWidget textArea
|
|
1553
|
+
*/
|
|
1554
|
+
"requiredFieldErrorMessage": string;
|
|
1555
|
+
}
|
|
1556
|
+
interface SqmLeadForm {
|
|
1557
|
+
/**
|
|
1558
|
+
* @undocumented
|
|
1559
|
+
* @uiType object
|
|
1560
|
+
*/
|
|
1561
|
+
"demoData"?: DemoData<LeadFormViewProps>;
|
|
1562
|
+
/**
|
|
1563
|
+
* @uiName Email field label
|
|
1564
|
+
*/
|
|
1565
|
+
"emailLabel": string;
|
|
1566
|
+
/**
|
|
1567
|
+
* @uiName First Name field label
|
|
1568
|
+
*/
|
|
1569
|
+
"firstNameLabel": string;
|
|
1570
|
+
/**
|
|
1571
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1572
|
+
* @uiName Form key
|
|
1573
|
+
*/
|
|
1574
|
+
"formKey": string;
|
|
1575
|
+
/**
|
|
1576
|
+
* The message to be displayed if the email used is invalid.
|
|
1577
|
+
* @uiName Invalid email message
|
|
1578
|
+
* @uiWidget textArea
|
|
1579
|
+
*/
|
|
1580
|
+
"invalidEmailErrorMessage": string;
|
|
1581
|
+
/**
|
|
1582
|
+
* @uiName Last Name field label
|
|
1583
|
+
*/
|
|
1584
|
+
"lastNameLabel": string;
|
|
1585
|
+
/**
|
|
1586
|
+
* The message to be displayed if a the form submission fails unexpectedly.
|
|
1587
|
+
* @uiName Network error message
|
|
1588
|
+
* @uiWidget textArea
|
|
1589
|
+
*/
|
|
1590
|
+
"networkErrorMessage": string;
|
|
1591
|
+
/**
|
|
1592
|
+
* @uiName Header text
|
|
1593
|
+
*/
|
|
1594
|
+
"pageLabel": string;
|
|
1595
|
+
/**
|
|
1596
|
+
* The message to be displayed if a required field is not filled.
|
|
1597
|
+
* @uiName Required field message
|
|
1598
|
+
* @uiWidget textArea
|
|
1599
|
+
*/
|
|
1600
|
+
"requiredFieldErrorMessage": string;
|
|
1601
|
+
/**
|
|
1602
|
+
* @uiName Submit another form button label
|
|
1603
|
+
*/
|
|
1604
|
+
"resubmitFormLabel": string;
|
|
1605
|
+
/**
|
|
1606
|
+
* Description text shown if an error occurs.
|
|
1607
|
+
* @uiName Submit error description
|
|
1608
|
+
*/
|
|
1609
|
+
"submitErrorDescription": string;
|
|
1610
|
+
/**
|
|
1611
|
+
* Header text shown if an error occurs.
|
|
1612
|
+
* @uiName Submit error header
|
|
1613
|
+
*/
|
|
1614
|
+
"submitErrorHeader": string;
|
|
1615
|
+
/**
|
|
1616
|
+
* @uiName Submit button text
|
|
1617
|
+
*/
|
|
1618
|
+
"submitLabel": string;
|
|
1619
|
+
/**
|
|
1620
|
+
* Description text shown on successful lead submission.
|
|
1621
|
+
* @uiName Submit success description
|
|
1622
|
+
*/
|
|
1623
|
+
"submitSuccessDescription": string;
|
|
1624
|
+
/**
|
|
1625
|
+
* Header text shown on successful lead submission.
|
|
1626
|
+
* @uiName Submit success header
|
|
1627
|
+
*/
|
|
1628
|
+
"submitSuccessHeader": string;
|
|
1629
|
+
/**
|
|
1630
|
+
* Optional support link text for error messages.
|
|
1631
|
+
* @uiName Support link text
|
|
1632
|
+
*/
|
|
1633
|
+
"supportLinkText": string;
|
|
1634
|
+
}
|
|
1635
|
+
interface SqmLeadInputField {
|
|
1636
|
+
/**
|
|
1637
|
+
* @undocumented
|
|
1638
|
+
* @uiType object
|
|
1596
1639
|
*/
|
|
1597
|
-
"
|
|
1640
|
+
"demoData"?: DemoData<LeadInputFieldViewProps>;
|
|
1641
|
+
/**
|
|
1642
|
+
* @uiName Input label
|
|
1643
|
+
*/
|
|
1644
|
+
"fieldLabel": string;
|
|
1645
|
+
/**
|
|
1646
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
1647
|
+
* @uiName Input name attribute
|
|
1648
|
+
* @required
|
|
1649
|
+
*/
|
|
1650
|
+
"fieldName": string;
|
|
1651
|
+
/**
|
|
1652
|
+
* @uiName Optional
|
|
1653
|
+
* @default
|
|
1654
|
+
*/
|
|
1655
|
+
"fieldOptional"?: boolean;
|
|
1656
|
+
/**
|
|
1657
|
+
* @uiName Input type
|
|
1658
|
+
* @uiType string
|
|
1659
|
+
* @uiEnum ["text", "date", "tel"]
|
|
1660
|
+
* @uiEnumNames ["Text", "Date", "Phone Number"]
|
|
1661
|
+
*/
|
|
1662
|
+
"fieldType": "text" | "date" | "tel";
|
|
1663
|
+
/**
|
|
1664
|
+
* @uiName Optional label
|
|
1665
|
+
*/
|
|
1666
|
+
"optionalLabel": string;
|
|
1667
|
+
/**
|
|
1668
|
+
* The message to be displayed when a required field is not filled.
|
|
1669
|
+
* @uiName Required field message
|
|
1670
|
+
* @uiWidget textArea
|
|
1671
|
+
*/
|
|
1672
|
+
"requiredFieldErrorMessage": string;
|
|
1673
|
+
}
|
|
1674
|
+
interface SqmLeaderboard {
|
|
1675
|
+
/**
|
|
1676
|
+
* Title displayed for users without names
|
|
1677
|
+
* @uiName Unknown user text
|
|
1678
|
+
*/
|
|
1679
|
+
"anonymousUser": string;
|
|
1598
1680
|
/**
|
|
1599
1681
|
* @undocumented
|
|
1600
1682
|
* @uiType object
|
|
@@ -1663,31 +1745,10 @@ export namespace Components {
|
|
|
1663
1745
|
* @uiName Stats column heading
|
|
1664
1746
|
*/
|
|
1665
1747
|
"statsheading": string;
|
|
1666
|
-
/**
|
|
1667
|
-
* Text color of the leaderboard.
|
|
1668
|
-
* @uiName Text Color
|
|
1669
|
-
* @uiWidget color
|
|
1670
|
-
* @uiGroup Style
|
|
1671
|
-
*/
|
|
1672
|
-
"textColor"?: string;
|
|
1673
1748
|
/**
|
|
1674
1749
|
* @uiName User column heading
|
|
1675
1750
|
*/
|
|
1676
1751
|
"usersheading": string;
|
|
1677
|
-
/**
|
|
1678
|
-
* Changes the background color of the viewing user row in the leaderboard.
|
|
1679
|
-
* @uiName Viewing User Highlight Color
|
|
1680
|
-
* @uiWidget color
|
|
1681
|
-
* @uiGroup Style
|
|
1682
|
-
*/
|
|
1683
|
-
"viewingUserHighlightColor"?: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* Changes the text color of the viewing user row in the leaderboard.
|
|
1686
|
-
* @uiName Viewing User Text Color
|
|
1687
|
-
* @uiWidget color
|
|
1688
|
-
* @uiGroup Style
|
|
1689
|
-
*/
|
|
1690
|
-
"viewingUserHighlightTextColor"?: string;
|
|
1691
1752
|
/**
|
|
1692
1753
|
* @uiName Viewing user text
|
|
1693
1754
|
*/
|
|
@@ -1830,106 +1891,29 @@ export namespace Components {
|
|
|
1830
1891
|
"menuLabel": string;
|
|
1831
1892
|
}
|
|
1832
1893
|
interface SqmNavigationSidebar {
|
|
1894
|
+
}
|
|
1895
|
+
interface SqmNavigationSidebarItem {
|
|
1833
1896
|
/**
|
|
1834
1897
|
* @undocumented
|
|
1835
1898
|
* @uiType object
|
|
1836
1899
|
*/
|
|
1837
|
-
"demoData"?: DemoData<
|
|
1900
|
+
"demoData"?: DemoData<NavigationSidebarItemViewProps>;
|
|
1838
1901
|
/**
|
|
1839
|
-
*
|
|
1840
|
-
* @
|
|
1841
|
-
* @format color
|
|
1842
|
-
* @uiGroup Style
|
|
1902
|
+
* Options available at https://shoelace.style/components/icon
|
|
1903
|
+
* @uiName Icon
|
|
1843
1904
|
*/
|
|
1844
|
-
"
|
|
1845
|
-
}
|
|
1846
|
-
interface SqmNavigationSidebarItem {
|
|
1905
|
+
"icon": string;
|
|
1847
1906
|
/**
|
|
1848
|
-
*
|
|
1849
|
-
* @uiName Background Color
|
|
1850
|
-
* @uiWidget color
|
|
1851
|
-
* @uiGroup Style
|
|
1907
|
+
* @uiName Label
|
|
1852
1908
|
*/
|
|
1853
|
-
"
|
|
1854
|
-
/**
|
|
1855
|
-
* Background color of the nav item when focused
|
|
1856
|
-
* @uiName Background Focused Color
|
|
1857
|
-
* @uiWidget color
|
|
1858
|
-
* @uiGroup Style
|
|
1859
|
-
*/
|
|
1860
|
-
"backgroundFocusedColor"?: string;
|
|
1861
|
-
/**
|
|
1862
|
-
* Background color of the nav item when hovered
|
|
1863
|
-
* @uiName Background Hover Color
|
|
1864
|
-
* @uiWidget color
|
|
1865
|
-
* @uiGroup Style
|
|
1866
|
-
*/
|
|
1867
|
-
"backgroundHoverColor"?: string;
|
|
1868
|
-
/**
|
|
1869
|
-
* Border radius (in number of pixels)
|
|
1870
|
-
* @uiName Border Radius
|
|
1871
|
-
* @uiGroup Style
|
|
1872
|
-
*/
|
|
1873
|
-
"borderRadius"?: number;
|
|
1874
|
-
/**
|
|
1875
|
-
* @undocumented
|
|
1876
|
-
* @uiType object
|
|
1877
|
-
*/
|
|
1878
|
-
"demoData"?: DemoData<NavigationSidebarItemViewProps>;
|
|
1879
|
-
/**
|
|
1880
|
-
* Options available at https://shoelace.style/components/icon
|
|
1881
|
-
* @uiName Icon
|
|
1882
|
-
* @uiGroup Style
|
|
1883
|
-
*/
|
|
1884
|
-
"icon": string;
|
|
1885
|
-
/**
|
|
1886
|
-
* @uiName Label
|
|
1887
|
-
*/
|
|
1888
|
-
"label": string;
|
|
1889
|
-
/**
|
|
1890
|
-
* @uiName Padding
|
|
1891
|
-
* @uiType string
|
|
1892
|
-
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1893
|
-
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1894
|
-
*/
|
|
1895
|
-
"padding"?: Spacing;
|
|
1909
|
+
"label": string;
|
|
1896
1910
|
/**
|
|
1897
1911
|
* @uiName Navigation path
|
|
1898
1912
|
* @uiWidget pageSelect
|
|
1899
1913
|
*/
|
|
1900
1914
|
"path": string;
|
|
1901
|
-
/**
|
|
1902
|
-
* Text color of the nav item
|
|
1903
|
-
* @uiName Text Color
|
|
1904
|
-
* @uiWidget color
|
|
1905
|
-
* @uiGroup Style
|
|
1906
|
-
*/
|
|
1907
|
-
"textColor"?: string;
|
|
1908
|
-
/**
|
|
1909
|
-
* Text color of the nav item when items is focused
|
|
1910
|
-
* @uiName Text Focused Color
|
|
1911
|
-
* @uiWidget color
|
|
1912
|
-
* @uiGroup Style
|
|
1913
|
-
*/
|
|
1914
|
-
"textFocusedColor"?: string;
|
|
1915
|
-
/**
|
|
1916
|
-
* Text color of the nav item when hovered
|
|
1917
|
-
* @uiName Text Hover Color
|
|
1918
|
-
* @uiWidget color
|
|
1919
|
-
* @uiGroup Style
|
|
1920
|
-
*/
|
|
1921
|
-
"textHoverColor"?: string;
|
|
1922
1915
|
}
|
|
1923
1916
|
interface SqmPagination {
|
|
1924
|
-
/**
|
|
1925
|
-
* The type of the button that is used (primary or secondary).
|
|
1926
|
-
* @uiName Button Type
|
|
1927
|
-
* @uiType string
|
|
1928
|
-
* @uiEnum ["primary", "secondary"]
|
|
1929
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
1930
|
-
* @uiGroup Style
|
|
1931
|
-
*/
|
|
1932
|
-
"buttonType"?: "primary" | "secondary";
|
|
1933
1917
|
/**
|
|
1934
1918
|
* @undocumented
|
|
1935
1919
|
* @uiType object
|
|
@@ -2012,10 +1996,6 @@ export namespace Components {
|
|
|
2012
1996
|
* @uiName Payout missing information subtext
|
|
2013
1997
|
*/
|
|
2014
1998
|
"payoutMissingInformationText": string;
|
|
2015
|
-
/**
|
|
2016
|
-
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
2017
|
-
*/
|
|
2018
|
-
"stateController"?: string;
|
|
2019
1999
|
/**
|
|
2020
2000
|
* Badge text indicating payout status
|
|
2021
2001
|
* @uiName Payout badge status text
|
|
@@ -2069,6 +2049,10 @@ export namespace Components {
|
|
|
2069
2049
|
* @uiName Support link text
|
|
2070
2050
|
*/
|
|
2071
2051
|
"supportLink": string;
|
|
2052
|
+
/**
|
|
2053
|
+
* @uiName Terms and Conditions text
|
|
2054
|
+
*/
|
|
2055
|
+
"termsAndConditions": string;
|
|
2072
2056
|
/**
|
|
2073
2057
|
* @uiName Verification failed internal alert description
|
|
2074
2058
|
*/
|
|
@@ -2105,6 +2089,18 @@ export namespace Components {
|
|
|
2105
2089
|
* @uiName Verification review internal alert header
|
|
2106
2090
|
*/
|
|
2107
2091
|
"verificationReviewInternalHeader": string;
|
|
2092
|
+
/**
|
|
2093
|
+
* @uiName W9 payment threshold alert button text
|
|
2094
|
+
*/
|
|
2095
|
+
"w9RequiredButtonText": string;
|
|
2096
|
+
/**
|
|
2097
|
+
* @uiName W9 payment threshold alert description
|
|
2098
|
+
*/
|
|
2099
|
+
"w9RequiredDescription": string;
|
|
2100
|
+
/**
|
|
2101
|
+
* @uiName W9 payment threshold alert header
|
|
2102
|
+
*/
|
|
2103
|
+
"w9RequiredHeader": string;
|
|
2108
2104
|
}
|
|
2109
2105
|
interface SqmPopupContainer {
|
|
2110
2106
|
/**
|
|
@@ -2436,21 +2432,6 @@ export namespace Components {
|
|
|
2436
2432
|
"termsText"?: string;
|
|
2437
2433
|
}
|
|
2438
2434
|
interface SqmPortalForgotPassword {
|
|
2439
|
-
/**
|
|
2440
|
-
* @uiName Background color
|
|
2441
|
-
* @uiWidget color
|
|
2442
|
-
*/
|
|
2443
|
-
"backgroundColor": string;
|
|
2444
|
-
/**
|
|
2445
|
-
* @uiName Border style
|
|
2446
|
-
* @uiWidget textArea
|
|
2447
|
-
*/
|
|
2448
|
-
"border": string;
|
|
2449
|
-
/**
|
|
2450
|
-
* @uiName Border radius
|
|
2451
|
-
* @uiWidget number
|
|
2452
|
-
*/
|
|
2453
|
-
"borderRadius": string;
|
|
2454
2435
|
/**
|
|
2455
2436
|
* @undocumented
|
|
2456
2437
|
* @uiType object
|
|
@@ -2495,30 +2476,11 @@ export namespace Components {
|
|
|
2495
2476
|
"successAlertText": string;
|
|
2496
2477
|
}
|
|
2497
2478
|
interface SqmPortalFrame {
|
|
2498
|
-
/**
|
|
2499
|
-
* @uiName Background color
|
|
2500
|
-
* @uiWidget color
|
|
2501
|
-
* @uiType string
|
|
2502
|
-
*/
|
|
2503
|
-
"backgroundColor": string;
|
|
2504
|
-
/**
|
|
2505
|
-
* Borders placed to seperate the header and footer from the body content.
|
|
2506
|
-
* @uiName Border
|
|
2507
|
-
* @uiType string
|
|
2508
|
-
*/
|
|
2509
|
-
"border": string;
|
|
2510
2479
|
/**
|
|
2511
2480
|
* @undocumented
|
|
2512
2481
|
* @uiType object
|
|
2513
2482
|
*/
|
|
2514
2483
|
"demoData"?: DemoData<PortalFrameViewProps>;
|
|
2515
|
-
/**
|
|
2516
|
-
* Background color for the header and footer.
|
|
2517
|
-
* @uiName Header and Footer Background Color
|
|
2518
|
-
* @uiWidget color
|
|
2519
|
-
* @uiType string
|
|
2520
|
-
*/
|
|
2521
|
-
"headerAndFooterBackgroundColor": string;
|
|
2522
2484
|
/**
|
|
2523
2485
|
* @undocumented
|
|
2524
2486
|
*/
|
|
@@ -3251,13 +3213,7 @@ export namespace Components {
|
|
|
3251
3213
|
* @uiWidget color
|
|
3252
3214
|
* @format color
|
|
3253
3215
|
*/
|
|
3254
|
-
"backgroundColor"
|
|
3255
|
-
/**
|
|
3256
|
-
* Amount in pixels
|
|
3257
|
-
* @uiName Border radius
|
|
3258
|
-
* @type number
|
|
3259
|
-
*/
|
|
3260
|
-
"borderRadius"?: number;
|
|
3216
|
+
"backgroundColor": string;
|
|
3261
3217
|
/**
|
|
3262
3218
|
* @uiName Description
|
|
3263
3219
|
* @uiWidget textArea
|
|
@@ -3272,18 +3228,6 @@ export namespace Components {
|
|
|
3272
3228
|
* @uiName Icon
|
|
3273
3229
|
*/
|
|
3274
3230
|
"icon"?: string;
|
|
3275
|
-
/**
|
|
3276
|
-
* @uiName Icon Background color
|
|
3277
|
-
* @uiWidget color
|
|
3278
|
-
* @format color
|
|
3279
|
-
*/
|
|
3280
|
-
"iconBackgroundColor"?: string;
|
|
3281
|
-
/**
|
|
3282
|
-
* @uiName Icon color
|
|
3283
|
-
* @uiWidget color
|
|
3284
|
-
* @format color
|
|
3285
|
-
*/
|
|
3286
|
-
"iconColor"?: string;
|
|
3287
3231
|
/**
|
|
3288
3232
|
* Displayed in place of an icon
|
|
3289
3233
|
* @uiName Image URL
|
|
@@ -3296,7 +3240,7 @@ export namespace Components {
|
|
|
3296
3240
|
* @uiWidget color
|
|
3297
3241
|
* @format color
|
|
3298
3242
|
*/
|
|
3299
|
-
"textColor"
|
|
3243
|
+
"textColor": string;
|
|
3300
3244
|
}
|
|
3301
3245
|
interface SqmProgramMenu {
|
|
3302
3246
|
}
|
|
@@ -3348,20 +3292,7 @@ export namespace Components {
|
|
|
3348
3292
|
* @uiWidget color
|
|
3349
3293
|
* @uiType string
|
|
3350
3294
|
*/
|
|
3351
|
-
"backgroundColor"
|
|
3352
|
-
/**
|
|
3353
|
-
* Border color of container
|
|
3354
|
-
* @uiName Border color
|
|
3355
|
-
* @uiWidget color
|
|
3356
|
-
* @format color
|
|
3357
|
-
*/
|
|
3358
|
-
"borderColor"?: string;
|
|
3359
|
-
/**
|
|
3360
|
-
* The border radius (in pixels)
|
|
3361
|
-
* @uiName Border Radius
|
|
3362
|
-
* @uiType number
|
|
3363
|
-
*/
|
|
3364
|
-
"borderRadius"?: number;
|
|
3295
|
+
"backgroundColor": string;
|
|
3365
3296
|
/**
|
|
3366
3297
|
* @uiName Hide border
|
|
3367
3298
|
* @uiType boolean
|
|
@@ -3400,13 +3331,6 @@ export namespace Components {
|
|
|
3400
3331
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
3401
3332
|
*/
|
|
3402
3333
|
"paddingTop": string;
|
|
3403
|
-
/**
|
|
3404
|
-
* Color of the text and copy icon
|
|
3405
|
-
* @uiName Text color
|
|
3406
|
-
* @uiWidget color
|
|
3407
|
-
* @format color
|
|
3408
|
-
*/
|
|
3409
|
-
"textColor"?: string;
|
|
3410
3334
|
/**
|
|
3411
3335
|
* @uiName Vertical alignment
|
|
3412
3336
|
* @uiType string
|
|
@@ -3416,47 +3340,14 @@ export namespace Components {
|
|
|
3416
3340
|
"verticalAlignment": "start" | "center" | "end";
|
|
3417
3341
|
}
|
|
3418
3342
|
interface SqmReferralCode {
|
|
3419
|
-
/**
|
|
3420
|
-
* Background color of share link container
|
|
3421
|
-
* @uiName Background color
|
|
3422
|
-
* @uiWidget color
|
|
3423
|
-
* @format color
|
|
3424
|
-
* @uiGroup Style
|
|
3425
|
-
*/
|
|
3426
|
-
"backgroundColor"?: string;
|
|
3427
|
-
/**
|
|
3428
|
-
* Border color of share link container (default is set to 1px solid transparent)
|
|
3429
|
-
* @uiName Border color
|
|
3430
|
-
* @uiWidget color
|
|
3431
|
-
* @format color
|
|
3432
|
-
* @uiGroup Style
|
|
3433
|
-
*/
|
|
3434
|
-
"borderColor"?: string;
|
|
3435
|
-
/**
|
|
3436
|
-
* The border radius on the share link container (in pixels)
|
|
3437
|
-
* @uiName Border Radius
|
|
3438
|
-
* @uiType number
|
|
3439
|
-
* @uiGroup Style
|
|
3440
|
-
*/
|
|
3441
|
-
"borderRadius"?: string;
|
|
3442
3343
|
/**
|
|
3443
3344
|
* Set the copy button style and placement
|
|
3444
3345
|
* @uiName Style
|
|
3445
3346
|
* @uiType string
|
|
3446
3347
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
3447
3348
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
3448
|
-
* @uiGroup Style
|
|
3449
3349
|
*/
|
|
3450
3350
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
3451
|
-
/**
|
|
3452
|
-
* The type of the button that is used (primary or secondary).
|
|
3453
|
-
* @uiName Button Type
|
|
3454
|
-
* @uiType string
|
|
3455
|
-
* @uiEnum ["primary", "secondary"]
|
|
3456
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
3457
|
-
* @uiGroup Style
|
|
3458
|
-
*/
|
|
3459
|
-
"buttonType"?: "primary" | "secondary";
|
|
3460
3351
|
/**
|
|
3461
3352
|
* @uiName Copy button label
|
|
3462
3353
|
*/
|
|
@@ -3488,17 +3379,8 @@ export namespace Components {
|
|
|
3488
3379
|
* @uiType string
|
|
3489
3380
|
* @uiEnum ["left", "center", "right"]
|
|
3490
3381
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
3491
|
-
* @uiGroup Style
|
|
3492
3382
|
*/
|
|
3493
3383
|
"textAlign": "left" | "center" | "right";
|
|
3494
|
-
/**
|
|
3495
|
-
* Color of the text and copy icon
|
|
3496
|
-
* @uiName Text color
|
|
3497
|
-
* @uiWidget color
|
|
3498
|
-
* @format color
|
|
3499
|
-
* @uiGroup Style
|
|
3500
|
-
*/
|
|
3501
|
-
"textColor"?: string;
|
|
3502
3384
|
/**
|
|
3503
3385
|
* The number of milliseconds that the tooltip appears for
|
|
3504
3386
|
* @uiName Tooltip lifespan
|
|
@@ -3533,12 +3415,6 @@ export namespace Components {
|
|
|
3533
3415
|
* @uiWidget programSelector
|
|
3534
3416
|
*/
|
|
3535
3417
|
"programId"?: string;
|
|
3536
|
-
/**
|
|
3537
|
-
* @uiName Text Color
|
|
3538
|
-
* @uiType string
|
|
3539
|
-
* @uiWidget color
|
|
3540
|
-
*/
|
|
3541
|
-
"textColor"?: string;
|
|
3542
3418
|
/**
|
|
3543
3419
|
* @uiName Title Text
|
|
3544
3420
|
*/
|
|
@@ -4002,13 +3878,6 @@ export namespace Components {
|
|
|
4002
3878
|
* @uiWidget textArea
|
|
4003
3879
|
*/
|
|
4004
3880
|
"sourceAmountMessage": string;
|
|
4005
|
-
/**
|
|
4006
|
-
* @componentState { "title": "Choose reward", "props": { "redeemStage": "chooseReward" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
4007
|
-
* @componentState { "title": "Reward details", "props": { "redeemStage": "chooseAmount" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
4008
|
-
* @componentState { "title": "Confirm exchange", "props": { "redeemStage": "confirmation" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
4009
|
-
* @componentState { "title": "Exchange successful", "props": { "redeemStage": "success" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
4010
|
-
*/
|
|
4011
|
-
"stateController": string;
|
|
4012
3881
|
/**
|
|
4013
3882
|
* Shown when a user copies a fuel tank code
|
|
4014
3883
|
* @uiName Tooltip text
|
|
@@ -4347,18 +4216,11 @@ export namespace Components {
|
|
|
4347
4216
|
* @uiName Button background color
|
|
4348
4217
|
* @uiWidget color
|
|
4349
4218
|
* @format color
|
|
4350
|
-
* @uiGroup Style
|
|
4351
4219
|
*/
|
|
4352
4220
|
"backgroundcolor"?: string;
|
|
4353
|
-
/**
|
|
4354
|
-
* @uiName Border
|
|
4355
|
-
* @uiGroup Style
|
|
4356
|
-
*/
|
|
4357
|
-
"border"?: string;
|
|
4358
4221
|
/**
|
|
4359
4222
|
* Configure border radius with pixel amount
|
|
4360
4223
|
* @uiName Border radius
|
|
4361
|
-
* @uiGroup Style
|
|
4362
4224
|
*/
|
|
4363
4225
|
"borderradius"?: number;
|
|
4364
4226
|
/**
|
|
@@ -4372,13 +4234,11 @@ export namespace Components {
|
|
|
4372
4234
|
"disabled"?: boolean;
|
|
4373
4235
|
/**
|
|
4374
4236
|
* @uiName Hide icon
|
|
4375
|
-
* @uiGroup Style
|
|
4376
4237
|
* @default
|
|
4377
4238
|
*/
|
|
4378
4239
|
"hideicon"?: boolean;
|
|
4379
4240
|
/**
|
|
4380
4241
|
* @uiName Hide text
|
|
4381
|
-
* @uiGroup Style
|
|
4382
4242
|
* @default
|
|
4383
4243
|
*/
|
|
4384
4244
|
"hidetext"?: boolean;
|
|
@@ -4416,7 +4276,6 @@ export namespace Components {
|
|
|
4416
4276
|
| "unknown";
|
|
4417
4277
|
/**
|
|
4418
4278
|
* @uiName Display pill
|
|
4419
|
-
* @uiGroup Style
|
|
4420
4279
|
*/
|
|
4421
4280
|
"pill"?: boolean;
|
|
4422
4281
|
/**
|
|
@@ -4440,24 +4299,21 @@ export namespace Components {
|
|
|
4440
4299
|
* @uiType string
|
|
4441
4300
|
* @uiEnum ["small", "medium", "large" ]
|
|
4442
4301
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
4443
|
-
* @uiGroup Style
|
|
4444
4302
|
*/
|
|
4445
4303
|
"size"?: "small" | "medium" | "large";
|
|
4446
4304
|
/**
|
|
4447
4305
|
* @uiName Button text color
|
|
4448
4306
|
* @uiWidget color
|
|
4449
4307
|
* @format color
|
|
4450
|
-
* @uiGroup Style
|
|
4451
4308
|
*/
|
|
4452
4309
|
"textcolor"?: string;
|
|
4453
4310
|
/**
|
|
4454
4311
|
* @uiType string
|
|
4455
4312
|
* @uiName Button style
|
|
4456
|
-
* @uiEnum ["primary"
|
|
4457
|
-
* @uiEnumNames ["Primary", "
|
|
4313
|
+
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
4314
|
+
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4458
4315
|
*/
|
|
4459
4316
|
"type"?: | "primary"
|
|
4460
|
-
| "secondary"
|
|
4461
4317
|
| "success"
|
|
4462
4318
|
| "info"
|
|
4463
4319
|
| "warning"
|
|
@@ -4476,47 +4332,14 @@ export namespace Components {
|
|
|
4476
4332
|
"unsupportedPlatformText"?: string;
|
|
4477
4333
|
}
|
|
4478
4334
|
interface SqmShareCode {
|
|
4479
|
-
/**
|
|
4480
|
-
* Background color of share link container
|
|
4481
|
-
* @uiName Background color
|
|
4482
|
-
* @uiWidget color
|
|
4483
|
-
* @format color
|
|
4484
|
-
* @uiGroup Style
|
|
4485
|
-
*/
|
|
4486
|
-
"backgroundColor"?: string;
|
|
4487
|
-
/**
|
|
4488
|
-
* Border color of share link container
|
|
4489
|
-
* @uiName Border color
|
|
4490
|
-
* @uiWidget color
|
|
4491
|
-
* @format color
|
|
4492
|
-
* @uiGroup Style
|
|
4493
|
-
*/
|
|
4494
|
-
"borderColor"?: string;
|
|
4495
|
-
/**
|
|
4496
|
-
* The border radius on the share link container (in pixels)
|
|
4497
|
-
* @uiName Border Radius
|
|
4498
|
-
* @uiType number
|
|
4499
|
-
* @uiGroup Style
|
|
4500
|
-
*/
|
|
4501
|
-
"borderRadius"?: string;
|
|
4502
4335
|
/**
|
|
4503
4336
|
* Set the copy button style and placement
|
|
4504
4337
|
* @uiName Style
|
|
4505
4338
|
* @uiType string
|
|
4506
4339
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4507
4340
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4508
|
-
* @uiGroup Style
|
|
4509
4341
|
*/
|
|
4510
4342
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4511
|
-
/**
|
|
4512
|
-
* The type of the button that is used (primary or secondary).
|
|
4513
|
-
* @uiName Button Type
|
|
4514
|
-
* @uiType string
|
|
4515
|
-
* @uiEnum ["primary", "secondary"]
|
|
4516
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
4517
|
-
* @uiGroup Style
|
|
4518
|
-
*/
|
|
4519
|
-
"buttonType"?: "primary" | "secondary";
|
|
4520
4343
|
/**
|
|
4521
4344
|
* @uiName Copy button label
|
|
4522
4345
|
*/
|
|
@@ -4538,17 +4361,8 @@ export namespace Components {
|
|
|
4538
4361
|
* @uiType string
|
|
4539
4362
|
* @uiEnum ["left", "center", "right"]
|
|
4540
4363
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4541
|
-
* @uiGroup Style
|
|
4542
4364
|
*/
|
|
4543
4365
|
"textAlign": "left" | "center" | "right";
|
|
4544
|
-
/**
|
|
4545
|
-
* Color of the text and copy icon
|
|
4546
|
-
* @uiName Text color
|
|
4547
|
-
* @uiWidget color
|
|
4548
|
-
* @format color
|
|
4549
|
-
* @uiGroup Style
|
|
4550
|
-
*/
|
|
4551
|
-
"textColor"?: string;
|
|
4552
4366
|
/**
|
|
4553
4367
|
* The number of milliseconds that the tooltip appears for
|
|
4554
4368
|
* @uiName Tooltip lifespan
|
|
@@ -4561,47 +4375,14 @@ export namespace Components {
|
|
|
4561
4375
|
"tooltiptext": string;
|
|
4562
4376
|
}
|
|
4563
4377
|
interface SqmShareLink {
|
|
4564
|
-
/**
|
|
4565
|
-
* Background color of share link container
|
|
4566
|
-
* @uiName Background color
|
|
4567
|
-
* @uiWidget color
|
|
4568
|
-
* @format color
|
|
4569
|
-
* @uiGroup Style
|
|
4570
|
-
*/
|
|
4571
|
-
"backgroundColor"?: string;
|
|
4572
|
-
/**
|
|
4573
|
-
* Border color of share link container
|
|
4574
|
-
* @uiName Border color
|
|
4575
|
-
* @uiWidget color
|
|
4576
|
-
* @format color
|
|
4577
|
-
* @uiGroup Style
|
|
4578
|
-
*/
|
|
4579
|
-
"borderColor"?: string;
|
|
4580
|
-
/**
|
|
4581
|
-
* The border radius on the share link container (in pixels)
|
|
4582
|
-
* @uiName Border Radius
|
|
4583
|
-
* @uiType number
|
|
4584
|
-
* @uiGroup Style
|
|
4585
|
-
*/
|
|
4586
|
-
"borderRadius"?: string;
|
|
4587
4378
|
/**
|
|
4588
4379
|
* Set the copy button style and placement
|
|
4589
|
-
* @uiName
|
|
4380
|
+
* @uiName Style
|
|
4590
4381
|
* @uiType string
|
|
4591
4382
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4592
4383
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4593
|
-
* @uiGroup Style
|
|
4594
4384
|
*/
|
|
4595
4385
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4596
|
-
/**
|
|
4597
|
-
* The type of the button that is used (primary or secondary).
|
|
4598
|
-
* @uiName Button Type
|
|
4599
|
-
* @uiType string
|
|
4600
|
-
* @uiEnum ["primary", "secondary"]
|
|
4601
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
4602
|
-
* @uiGroup Style
|
|
4603
|
-
*/
|
|
4604
|
-
"buttonType"?: "primary" | "secondary";
|
|
4605
4386
|
/**
|
|
4606
4387
|
* @uiName Copy button label
|
|
4607
4388
|
*/
|
|
@@ -4623,17 +4404,8 @@ export namespace Components {
|
|
|
4623
4404
|
* @uiType string
|
|
4624
4405
|
* @uiEnum ["left", "center", "right"]
|
|
4625
4406
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4626
|
-
* @uiGroup Style
|
|
4627
4407
|
*/
|
|
4628
4408
|
"textAlign"?: "left" | "center" | "right";
|
|
4629
|
-
/**
|
|
4630
|
-
* Color of the text and copy icon
|
|
4631
|
-
* @uiName Text color
|
|
4632
|
-
* @uiWidget color
|
|
4633
|
-
* @format color
|
|
4634
|
-
* @uiGroup Style
|
|
4635
|
-
*/
|
|
4636
|
-
"textColor"?: string;
|
|
4637
4409
|
/**
|
|
4638
4410
|
* The number of milliseconds that the tooltip appears for
|
|
4639
4411
|
* @uiName Tooltip lifespan
|
|
@@ -4647,34 +4419,12 @@ export namespace Components {
|
|
|
4647
4419
|
}
|
|
4648
4420
|
interface SqmStatContainer {
|
|
4649
4421
|
/**
|
|
4650
|
-
* Controls the alignment of the flexbox
|
|
4651
|
-
* @uiName Alignment
|
|
4652
|
-
* @uiType string
|
|
4653
|
-
* @uiEnum ["left", "right", "center"]
|
|
4654
|
-
* @uiEnumNames ["Left", "Right", "Center"]
|
|
4655
|
-
*/
|
|
4656
|
-
"alignment"?: "left" | "right" | "center";
|
|
4657
|
-
/**
|
|
4658
|
-
* @undocumented
|
|
4659
4422
|
* @uiName Display
|
|
4660
4423
|
* @uiType string
|
|
4661
4424
|
* @uiEnum ["grid", "flex"]
|
|
4662
4425
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4663
4426
|
*/
|
|
4664
4427
|
"display": "grid" | "flex";
|
|
4665
|
-
/**
|
|
4666
|
-
* @uiName Gap
|
|
4667
|
-
* @uiType string
|
|
4668
|
-
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4669
|
-
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
4670
|
-
*/
|
|
4671
|
-
"gap": Spacing;
|
|
4672
|
-
/**
|
|
4673
|
-
* Hide the seperating border between stats
|
|
4674
|
-
* @uiName Hide border
|
|
4675
|
-
* @uiType boolean
|
|
4676
|
-
*/
|
|
4677
|
-
"hideBorder"?: boolean;
|
|
4678
4428
|
/**
|
|
4679
4429
|
* @uiName Space between stats
|
|
4680
4430
|
* @uiType string
|
|
@@ -4716,33 +4466,8 @@ export namespace Components {
|
|
|
4716
4466
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
4717
4467
|
*/
|
|
4718
4468
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
4719
|
-
/**
|
|
4720
|
-
* Tab text color
|
|
4721
|
-
* @uiName Text color
|
|
4722
|
-
* @uiType string
|
|
4723
|
-
* @uiWidget color
|
|
4724
|
-
*/
|
|
4725
|
-
"textColor"?: string;
|
|
4726
4469
|
}
|
|
4727
4470
|
interface SqmTaskCard {
|
|
4728
|
-
/**
|
|
4729
|
-
* @uiName Card Background color
|
|
4730
|
-
* @uiWidget color
|
|
4731
|
-
* @uiGroup Style
|
|
4732
|
-
*/
|
|
4733
|
-
"backgroundColor"?: string;
|
|
4734
|
-
/**
|
|
4735
|
-
* @uiName Border color
|
|
4736
|
-
* @uiWidget color
|
|
4737
|
-
* @uiGroup Style
|
|
4738
|
-
*/
|
|
4739
|
-
"borderColor"?: string;
|
|
4740
|
-
/**
|
|
4741
|
-
* @uiName Border radius
|
|
4742
|
-
* @uiType number
|
|
4743
|
-
* @uiGroup Style
|
|
4744
|
-
*/
|
|
4745
|
-
"borderRadius"?: number;
|
|
4746
4471
|
/**
|
|
4747
4472
|
* @uiName Button link
|
|
4748
4473
|
* @uiGroup Button
|
|
@@ -4753,14 +4478,6 @@ export namespace Components {
|
|
|
4753
4478
|
* @uiGroup Button
|
|
4754
4479
|
*/
|
|
4755
4480
|
"buttonText": string;
|
|
4756
|
-
/**
|
|
4757
|
-
* @uiName Button Style
|
|
4758
|
-
* @uiType string
|
|
4759
|
-
* @uiEnum ["primary", "secondary"]
|
|
4760
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
4761
|
-
* @uiGroup Style
|
|
4762
|
-
*/
|
|
4763
|
-
"buttonType"?: "primary" | "secondary";
|
|
4764
4481
|
/**
|
|
4765
4482
|
* @uiName Title
|
|
4766
4483
|
* @uiGroup Task
|
|
@@ -4898,12 +4615,6 @@ export namespace Components {
|
|
|
4898
4615
|
* @default
|
|
4899
4616
|
*/
|
|
4900
4617
|
"steps": boolean;
|
|
4901
|
-
/**
|
|
4902
|
-
* @uiName Text color
|
|
4903
|
-
* @uiWidget color
|
|
4904
|
-
* @uiGroup Style
|
|
4905
|
-
*/
|
|
4906
|
-
"textColor"?: string;
|
|
4907
4618
|
}
|
|
4908
4619
|
interface SqmTaxAndCash {
|
|
4909
4620
|
/**
|
|
@@ -5119,6 +4830,11 @@ export namespace Components {
|
|
|
5119
4830
|
* @uiGroup Dashboard Properties
|
|
5120
4831
|
*/
|
|
5121
4832
|
"dashboard_replaceTaxFormModalHeader": string;
|
|
4833
|
+
/**
|
|
4834
|
+
* Additional text displayed next to the tax form's status badge
|
|
4835
|
+
* @uiName Required tax form description
|
|
4836
|
+
*/
|
|
4837
|
+
"dashboard_requiredTaxForm"?: string;
|
|
5122
4838
|
/**
|
|
5123
4839
|
* @uiName Payout status badge
|
|
5124
4840
|
* @uiGroup Dashboard Properties
|
|
@@ -5140,6 +4856,11 @@ export namespace Components {
|
|
|
5140
4856
|
* @uiGroup Dashboard Properties
|
|
5141
4857
|
*/
|
|
5142
4858
|
"dashboard_statusTextNotVerified"?: string;
|
|
4859
|
+
/**
|
|
4860
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
4861
|
+
* @uiName Required tax form badge label
|
|
4862
|
+
*/
|
|
4863
|
+
"dashboard_statusTextRequired"?: string;
|
|
5143
4864
|
/**
|
|
5144
4865
|
* @uiName Spain sub-region indirect tax number
|
|
5145
4866
|
* @uiGroup Dashboard Properties
|
|
@@ -5247,9 +4968,28 @@ export namespace Components {
|
|
|
5247
4968
|
*/
|
|
5248
4969
|
"dashboard_verificationReviewInternalHeader": string;
|
|
5249
4970
|
/**
|
|
5250
|
-
* @
|
|
4971
|
+
* @uiName W9 payment threshold alert button text
|
|
4972
|
+
* @uiGroup Dashboard Properties
|
|
4973
|
+
* @uiWidget textArea
|
|
4974
|
+
*/
|
|
4975
|
+
"dashboard_w9RequiredButtonText": string;
|
|
4976
|
+
/**
|
|
4977
|
+
* @uiName W9 payment threshold alert description
|
|
4978
|
+
* @uiGroup Dashboard Properties
|
|
4979
|
+
* @uiWidget textArea
|
|
4980
|
+
*/
|
|
4981
|
+
"dashboard_w9RequiredDescription": string;
|
|
4982
|
+
/**
|
|
4983
|
+
* @uiName W9 payment threshold alert header
|
|
4984
|
+
* @uiGroup Dashboard Properties
|
|
4985
|
+
* @uiWidget textArea
|
|
4986
|
+
*/
|
|
4987
|
+
"dashboard_w9RequiredHeader": string;
|
|
4988
|
+
/**
|
|
4989
|
+
* @undocumented
|
|
4990
|
+
* @uiType object
|
|
5251
4991
|
*/
|
|
5252
|
-
"demoData"?: DemoData<
|
|
4992
|
+
"demoData"?: DemoData<UseTaxAndCashResultType>;
|
|
5253
4993
|
/**
|
|
5254
4994
|
* Displayed under a field when it has an invalid entry.
|
|
5255
4995
|
* @uiName Form field error message
|
|
@@ -5321,15 +5061,6 @@ export namespace Components {
|
|
|
5321
5061
|
* @uiGroup General Form Properties
|
|
5322
5062
|
*/
|
|
5323
5063
|
"searchForCountryText": string;
|
|
5324
|
-
/**
|
|
5325
|
-
* @undocumented
|
|
5326
|
-
* @componentState { "title": "Step 1: Personal information", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
5327
|
-
* @componentState { "title": "Step 2: Indirect tax", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"], "uiGroup": "Step 2 Properties" }
|
|
5328
|
-
* @componentState { "title": "Step 3: Tax form", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"], "uiGroup": "Step 3 Properties" }
|
|
5329
|
-
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
5330
|
-
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
|
|
5331
|
-
*/
|
|
5332
|
-
"stateController": string;
|
|
5333
5064
|
/**
|
|
5334
5065
|
* @uiName Address field label
|
|
5335
5066
|
* @uiGroup Step 1 Properties
|
|
@@ -5872,6 +5603,12 @@ export namespace Components {
|
|
|
5872
5603
|
* @uiGroup General Form Properties
|
|
5873
5604
|
*/
|
|
5874
5605
|
"taxAndPayoutsDescription": string;
|
|
5606
|
+
/**
|
|
5607
|
+
* Link text for Terms and Conditions
|
|
5608
|
+
* @uiName Terms and Conditions text
|
|
5609
|
+
* @uiGroup General Form Properties
|
|
5610
|
+
*/
|
|
5611
|
+
"termsAndConditions": string;
|
|
5875
5612
|
}
|
|
5876
5613
|
interface SqmTaxAndCashDashboard {
|
|
5877
5614
|
/**
|
|
@@ -6023,12 +5760,6 @@ export namespace Components {
|
|
|
6023
5760
|
* @uiName Submit new tax form button label
|
|
6024
5761
|
*/
|
|
6025
5762
|
"newFormButton": string;
|
|
6026
|
-
/**
|
|
6027
|
-
* No other statuses or badges will be displayed in the tax form section in this case.
|
|
6028
|
-
* @uiName Tax form not required text
|
|
6029
|
-
* @uiWidget textArea
|
|
6030
|
-
*/
|
|
6031
|
-
"noFormNeededSubtext": string;
|
|
6032
5763
|
/**
|
|
6033
5764
|
* @uiName Not registered for indirect tax text
|
|
6034
5765
|
* @uiWidget textArea
|
|
@@ -6071,10 +5802,10 @@ export namespace Components {
|
|
|
6071
5802
|
*/
|
|
6072
5803
|
"replaceTaxFormModalHeader": string;
|
|
6073
5804
|
/**
|
|
6074
|
-
*
|
|
6075
|
-
* @
|
|
5805
|
+
* Additional text displayed next to the tax form's status badge
|
|
5806
|
+
* @uiName Required tax form description
|
|
6076
5807
|
*/
|
|
6077
|
-
"
|
|
5808
|
+
"requiredTaxForm"?: string;
|
|
6078
5809
|
/**
|
|
6079
5810
|
* @uiName Payout status badge
|
|
6080
5811
|
*/
|
|
@@ -6092,6 +5823,11 @@ export namespace Components {
|
|
|
6092
5823
|
* @uiName Not verified tax form badge label
|
|
6093
5824
|
*/
|
|
6094
5825
|
"statusTextNotVerified"?: string;
|
|
5826
|
+
/**
|
|
5827
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
5828
|
+
* @uiName Required tax form badge label
|
|
5829
|
+
*/
|
|
5830
|
+
"statusTextRequired"?: string;
|
|
6095
5831
|
/**
|
|
6096
5832
|
* @uiName Spain sub-region indirect tax number
|
|
6097
5833
|
*/
|
|
@@ -6183,38 +5919,26 @@ export namespace Components {
|
|
|
6183
5919
|
* @uiName Verification review internal alert header
|
|
6184
5920
|
*/
|
|
6185
5921
|
"verificationReviewInternalHeader": string;
|
|
6186
|
-
}
|
|
6187
|
-
interface SqmText {
|
|
6188
5922
|
/**
|
|
6189
|
-
*
|
|
6190
|
-
* @uiName Font Size
|
|
6191
|
-
* @uiType number
|
|
5923
|
+
* @uiName W9 payment threshold alert button text
|
|
6192
5924
|
*/
|
|
6193
|
-
"
|
|
5925
|
+
"w9RequiredButtonText": string;
|
|
6194
5926
|
/**
|
|
6195
|
-
* @uiName
|
|
6196
|
-
* @uiWidget color
|
|
6197
|
-
* @format color
|
|
5927
|
+
* @uiName W9 payment threshold alert description
|
|
6198
5928
|
*/
|
|
6199
|
-
"
|
|
6200
|
-
}
|
|
6201
|
-
interface SqmTextSpan {
|
|
5929
|
+
"w9RequiredDescription": string;
|
|
6202
5930
|
/**
|
|
6203
|
-
*
|
|
6204
|
-
* @uiName Font Size
|
|
6205
|
-
* @uiType number
|
|
5931
|
+
* @uiName W9 payment threshold alert header
|
|
6206
5932
|
*/
|
|
6207
|
-
"
|
|
5933
|
+
"w9RequiredHeader": string;
|
|
5934
|
+
}
|
|
5935
|
+
interface SqmText {
|
|
5936
|
+
}
|
|
5937
|
+
interface SqmTextSpan {
|
|
6208
5938
|
/**
|
|
6209
5939
|
* @uiName Text
|
|
6210
5940
|
*/
|
|
6211
5941
|
"text": string;
|
|
6212
|
-
/**
|
|
6213
|
-
* @uiName Text Color
|
|
6214
|
-
* @uiWidget color
|
|
6215
|
-
* @format color
|
|
6216
|
-
*/
|
|
6217
|
-
"textColor"?: string;
|
|
6218
5942
|
/**
|
|
6219
5943
|
* @uiName Type
|
|
6220
5944
|
* @uiType string
|
|
@@ -6244,25 +5968,11 @@ export namespace Components {
|
|
|
6244
5968
|
* @uiEnumNames ["Gift", "Circle"]
|
|
6245
5969
|
*/
|
|
6246
5970
|
"icon": "gift" | "circle";
|
|
6247
|
-
/**
|
|
6248
|
-
* Color of timeline
|
|
6249
|
-
* @uiName Line color
|
|
6250
|
-
* @uiWidget color
|
|
6251
|
-
* @format color
|
|
6252
|
-
*/
|
|
6253
|
-
"lineColor"?: string;
|
|
6254
5971
|
/**
|
|
6255
5972
|
* @uiName Reward amount
|
|
6256
5973
|
*/
|
|
6257
5974
|
"reward": string;
|
|
6258
5975
|
"setIcon": (value: "gift" | "circle") => Promise<void>;
|
|
6259
|
-
/**
|
|
6260
|
-
* Color of the text and copy icon
|
|
6261
|
-
* @uiName Text color
|
|
6262
|
-
* @uiWidget color
|
|
6263
|
-
* @format color
|
|
6264
|
-
*/
|
|
6265
|
-
"textColor"?: string;
|
|
6266
5976
|
/**
|
|
6267
5977
|
* @uiName Reward unit
|
|
6268
5978
|
*/
|
|
@@ -6558,19 +6268,8 @@ export namespace Components {
|
|
|
6558
6268
|
* @uiGroup General Text
|
|
6559
6269
|
*/
|
|
6560
6270
|
"general_verifyEmailHeader": string;
|
|
6561
|
-
/**
|
|
6562
|
-
* @undocumented
|
|
6563
|
-
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
6564
|
-
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
6565
|
-
*/
|
|
6566
|
-
"stateController": string;
|
|
6567
6271
|
}
|
|
6568
6272
|
interface SqmWidgetVerificationController {
|
|
6569
|
-
/**
|
|
6570
|
-
* @componentState { "title": "Not Verified", "slot": "not-verified", "props": { "isAuth": false } }
|
|
6571
|
-
* @componentState { "title": "Verified", "slot": "verified", "props": { "isAuth": true } }
|
|
6572
|
-
*/
|
|
6573
|
-
"stateController": string;
|
|
6574
6273
|
}
|
|
6575
6274
|
}
|
|
6576
6275
|
declare global {
|
|
@@ -6580,6 +6279,12 @@ declare global {
|
|
|
6580
6279
|
prototype: HTMLRaisinsPlopTargetElement;
|
|
6581
6280
|
new (): HTMLRaisinsPlopTargetElement;
|
|
6582
6281
|
};
|
|
6282
|
+
interface HTMLSqmAssetCardElement extends Components.SqmAssetCard, HTMLStencilElement {
|
|
6283
|
+
}
|
|
6284
|
+
var HTMLSqmAssetCardElement: {
|
|
6285
|
+
prototype: HTMLSqmAssetCardElement;
|
|
6286
|
+
new (): HTMLSqmAssetCardElement;
|
|
6287
|
+
};
|
|
6583
6288
|
interface HTMLSqmBankingInfoFormElement extends Components.SqmBankingInfoForm, HTMLStencilElement {
|
|
6584
6289
|
}
|
|
6585
6290
|
var HTMLSqmBankingInfoFormElement: {
|
|
@@ -6598,12 +6303,6 @@ declare global {
|
|
|
6598
6303
|
prototype: HTMLSqmBrandElement;
|
|
6599
6304
|
new (): HTMLSqmBrandElement;
|
|
6600
6305
|
};
|
|
6601
|
-
interface HTMLSqmBrandSelectorElement extends Components.SqmBrandSelector, HTMLStencilElement {
|
|
6602
|
-
}
|
|
6603
|
-
var HTMLSqmBrandSelectorElement: {
|
|
6604
|
-
prototype: HTMLSqmBrandSelectorElement;
|
|
6605
|
-
new (): HTMLSqmBrandSelectorElement;
|
|
6606
|
-
};
|
|
6607
6306
|
interface HTMLSqmCardFeedElement extends Components.SqmCardFeed, HTMLStencilElement {
|
|
6608
6307
|
}
|
|
6609
6308
|
var HTMLSqmCardFeedElement: {
|
|
@@ -6784,6 +6483,30 @@ declare global {
|
|
|
6784
6483
|
prototype: HTMLSqmInvoiceTableDownloadColumnElement;
|
|
6785
6484
|
new (): HTMLSqmInvoiceTableDownloadColumnElement;
|
|
6786
6485
|
};
|
|
6486
|
+
interface HTMLSqmLeadCheckboxFieldElement extends Components.SqmLeadCheckboxField, HTMLStencilElement {
|
|
6487
|
+
}
|
|
6488
|
+
var HTMLSqmLeadCheckboxFieldElement: {
|
|
6489
|
+
prototype: HTMLSqmLeadCheckboxFieldElement;
|
|
6490
|
+
new (): HTMLSqmLeadCheckboxFieldElement;
|
|
6491
|
+
};
|
|
6492
|
+
interface HTMLSqmLeadDropdownFieldElement extends Components.SqmLeadDropdownField, HTMLStencilElement {
|
|
6493
|
+
}
|
|
6494
|
+
var HTMLSqmLeadDropdownFieldElement: {
|
|
6495
|
+
prototype: HTMLSqmLeadDropdownFieldElement;
|
|
6496
|
+
new (): HTMLSqmLeadDropdownFieldElement;
|
|
6497
|
+
};
|
|
6498
|
+
interface HTMLSqmLeadFormElement extends Components.SqmLeadForm, HTMLStencilElement {
|
|
6499
|
+
}
|
|
6500
|
+
var HTMLSqmLeadFormElement: {
|
|
6501
|
+
prototype: HTMLSqmLeadFormElement;
|
|
6502
|
+
new (): HTMLSqmLeadFormElement;
|
|
6503
|
+
};
|
|
6504
|
+
interface HTMLSqmLeadInputFieldElement extends Components.SqmLeadInputField, HTMLStencilElement {
|
|
6505
|
+
}
|
|
6506
|
+
var HTMLSqmLeadInputFieldElement: {
|
|
6507
|
+
prototype: HTMLSqmLeadInputFieldElement;
|
|
6508
|
+
new (): HTMLSqmLeadInputFieldElement;
|
|
6509
|
+
};
|
|
6787
6510
|
interface HTMLSqmLeaderboardElement extends Components.SqmLeaderboard, HTMLStencilElement {
|
|
6788
6511
|
}
|
|
6789
6512
|
var HTMLSqmLeaderboardElement: {
|
|
@@ -7314,10 +7037,10 @@ declare global {
|
|
|
7314
7037
|
};
|
|
7315
7038
|
interface HTMLElementTagNameMap {
|
|
7316
7039
|
"raisins-plop-target": HTMLRaisinsPlopTargetElement;
|
|
7040
|
+
"sqm-asset-card": HTMLSqmAssetCardElement;
|
|
7317
7041
|
"sqm-banking-info-form": HTMLSqmBankingInfoFormElement;
|
|
7318
7042
|
"sqm-big-stat": HTMLSqmBigStatElement;
|
|
7319
7043
|
"sqm-brand": HTMLSqmBrandElement;
|
|
7320
|
-
"sqm-brand-selector": HTMLSqmBrandSelectorElement;
|
|
7321
7044
|
"sqm-card-feed": HTMLSqmCardFeedElement;
|
|
7322
7045
|
"sqm-checkbox-field": HTMLSqmCheckboxFieldElement;
|
|
7323
7046
|
"sqm-close-button": HTMLSqmCloseButtonElement;
|
|
@@ -7348,6 +7071,10 @@ declare global {
|
|
|
7348
7071
|
"sqm-invoice-table-date-column": HTMLSqmInvoiceTableDateColumnElement;
|
|
7349
7072
|
"sqm-invoice-table-download-cell": HTMLSqmInvoiceTableDownloadCellElement;
|
|
7350
7073
|
"sqm-invoice-table-download-column": HTMLSqmInvoiceTableDownloadColumnElement;
|
|
7074
|
+
"sqm-lead-checkbox-field": HTMLSqmLeadCheckboxFieldElement;
|
|
7075
|
+
"sqm-lead-dropdown-field": HTMLSqmLeadDropdownFieldElement;
|
|
7076
|
+
"sqm-lead-form": HTMLSqmLeadFormElement;
|
|
7077
|
+
"sqm-lead-input-field": HTMLSqmLeadInputFieldElement;
|
|
7351
7078
|
"sqm-leaderboard": HTMLSqmLeaderboardElement;
|
|
7352
7079
|
"sqm-leaderboard-rank": HTMLSqmLeaderboardRankElement;
|
|
7353
7080
|
"sqm-link-button": HTMLSqmLinkButtonElement;
|
|
@@ -7441,6 +7168,21 @@ declare global {
|
|
|
7441
7168
|
declare namespace LocalJSX {
|
|
7442
7169
|
interface RaisinsPlopTarget {
|
|
7443
7170
|
}
|
|
7171
|
+
interface SqmAssetCard {
|
|
7172
|
+
/**
|
|
7173
|
+
* @undocumented
|
|
7174
|
+
* @uiType object
|
|
7175
|
+
*/
|
|
7176
|
+
"demoData"?: DemoData<AssetCardViewProps>;
|
|
7177
|
+
/**
|
|
7178
|
+
* @uiName Banner image
|
|
7179
|
+
*/
|
|
7180
|
+
"imgUrl"?: string;
|
|
7181
|
+
/**
|
|
7182
|
+
* @uiName Banner title
|
|
7183
|
+
*/
|
|
7184
|
+
"titleText"?: string;
|
|
7185
|
+
}
|
|
7444
7186
|
interface SqmBankingInfoForm {
|
|
7445
7187
|
/**
|
|
7446
7188
|
* @uiName Agency code field label
|
|
@@ -7723,7 +7465,6 @@ declare namespace LocalJSX {
|
|
|
7723
7465
|
* @uiType string
|
|
7724
7466
|
* @uiEnum ["left", "right", "center"]
|
|
7725
7467
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
7726
|
-
* @uiGroup Additional Settings
|
|
7727
7468
|
*/
|
|
7728
7469
|
"alignment"?: "left" | "right" | "center";
|
|
7729
7470
|
/**
|
|
@@ -7731,59 +7472,18 @@ declare namespace LocalJSX {
|
|
|
7731
7472
|
* @uiType object
|
|
7732
7473
|
*/
|
|
7733
7474
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
7734
|
-
/**
|
|
7735
|
-
* Font size of the description text in pixels
|
|
7736
|
-
* @uiName Description font size
|
|
7737
|
-
* @uiGroup Additional Settings
|
|
7738
|
-
*/
|
|
7739
|
-
"descriptionFontSize"?: number;
|
|
7740
|
-
/**
|
|
7741
|
-
* Color of the description text
|
|
7742
|
-
* @uiName Description text color
|
|
7743
|
-
* @uiWidget color
|
|
7744
|
-
* @uiType string
|
|
7745
|
-
* @format color
|
|
7746
|
-
* @uiGroup Additional Settings
|
|
7747
|
-
*/
|
|
7748
|
-
"descriptionTextColor"?: string;
|
|
7749
7475
|
/**
|
|
7750
7476
|
* Controls the order of the stat value & description column
|
|
7751
7477
|
* @uiName Flex reverse
|
|
7752
|
-
* @default
|
|
7753
|
-
* @uiGroup Additional Settings
|
|
7478
|
+
* @default
|
|
7754
7479
|
*/
|
|
7755
7480
|
"flexReverse"?: boolean;
|
|
7756
7481
|
/**
|
|
7757
7482
|
* The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
|
|
7758
7483
|
* @uiName Program ID
|
|
7759
7484
|
* @uiWidget programSelector
|
|
7760
|
-
* @uiGroup Additional Settings
|
|
7761
7485
|
*/
|
|
7762
7486
|
"programId"?: string;
|
|
7763
|
-
/**
|
|
7764
|
-
* Font size of the stat text in pixels
|
|
7765
|
-
* @uiName Stat font size
|
|
7766
|
-
* @uiType string
|
|
7767
|
-
* @uiGroup Additional Settings
|
|
7768
|
-
*/
|
|
7769
|
-
"statFontSize"?: number;
|
|
7770
|
-
/**
|
|
7771
|
-
* Font weight of the stat text
|
|
7772
|
-
* @uiName Stat font weight
|
|
7773
|
-
* @uiGroup Additional Settings
|
|
7774
|
-
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
7775
|
-
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
7776
|
-
*/
|
|
7777
|
-
"statFontWeight"?: number;
|
|
7778
|
-
/**
|
|
7779
|
-
* Color of the stat text
|
|
7780
|
-
* @uiName Stat text color
|
|
7781
|
-
* @uiWidget color
|
|
7782
|
-
* @uiType string
|
|
7783
|
-
* @format color
|
|
7784
|
-
* @uiGroup Additional Settings
|
|
7785
|
-
*/
|
|
7786
|
-
"statTextColor"?: string;
|
|
7787
7487
|
/**
|
|
7788
7488
|
* Select what type of stat to display. Manual paths are also supported.
|
|
7789
7489
|
* @uiWidget statTypeSelectWidget
|
|
@@ -7808,8 +7508,6 @@ declare namespace LocalJSX {
|
|
|
7808
7508
|
*/
|
|
7809
7509
|
"brandFont"?: string;
|
|
7810
7510
|
}
|
|
7811
|
-
interface SqmBrandSelector {
|
|
7812
|
-
}
|
|
7813
7511
|
interface SqmCardFeed {
|
|
7814
7512
|
/**
|
|
7815
7513
|
* @uiName Column gap
|
|
@@ -7916,47 +7614,14 @@ declare namespace LocalJSX {
|
|
|
7916
7614
|
"contextName"?: string;
|
|
7917
7615
|
}
|
|
7918
7616
|
interface SqmCouponCode {
|
|
7919
|
-
/**
|
|
7920
|
-
* Background color of share link container
|
|
7921
|
-
* @uiName Background color
|
|
7922
|
-
* @uiWidget color
|
|
7923
|
-
* @format color
|
|
7924
|
-
* @uiGroup Style
|
|
7925
|
-
*/
|
|
7926
|
-
"backgroundColor"?: string;
|
|
7927
|
-
/**
|
|
7928
|
-
* Border color of share link container
|
|
7929
|
-
* @uiName Border color
|
|
7930
|
-
* @uiWidget color
|
|
7931
|
-
* @format color
|
|
7932
|
-
* @uiGroup Style
|
|
7933
|
-
*/
|
|
7934
|
-
"borderColor"?: string;
|
|
7935
|
-
/**
|
|
7936
|
-
* The border radius on the share link container (in pixels)
|
|
7937
|
-
* @uiName Border Radius
|
|
7938
|
-
* @uiType number
|
|
7939
|
-
* @uiGroup Style
|
|
7940
|
-
*/
|
|
7941
|
-
"borderRadius"?: string;
|
|
7942
7617
|
/**
|
|
7943
7618
|
* Set the copy button style and placement.
|
|
7944
7619
|
* @uiName Style
|
|
7945
7620
|
* @uiType string
|
|
7946
7621
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
7947
7622
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
7948
|
-
* @uiGroup Style
|
|
7949
7623
|
*/
|
|
7950
7624
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
7951
|
-
/**
|
|
7952
|
-
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
7953
|
-
* @uiName Button Type
|
|
7954
|
-
* @uiType string
|
|
7955
|
-
* @uiEnum ["primary", "secondary"]
|
|
7956
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
7957
|
-
* @uiGroup Style
|
|
7958
|
-
*/
|
|
7959
|
-
"buttonType"?: "primary" | "secondary";
|
|
7960
7625
|
/**
|
|
7961
7626
|
* Display this message when the coupon code has been cancelled.
|
|
7962
7627
|
* @uiWidget textArea
|
|
@@ -7964,6 +7629,20 @@ declare namespace LocalJSX {
|
|
|
7964
7629
|
* @uiGroup Coupon code error
|
|
7965
7630
|
*/
|
|
7966
7631
|
"cancelledErrorText"?: string;
|
|
7632
|
+
/**
|
|
7633
|
+
* Display this message when the code fails to load before retrying.
|
|
7634
|
+
* @uiWidget textArea
|
|
7635
|
+
* @uiName Code sync error retry message
|
|
7636
|
+
* @uiGroup Coupon code error
|
|
7637
|
+
*/
|
|
7638
|
+
"codeSyncErrorRetryText"?: string;
|
|
7639
|
+
/**
|
|
7640
|
+
* Display this message when the code fails to load after retrying.
|
|
7641
|
+
* @uiWidget textArea
|
|
7642
|
+
* @uiName Code sync error message
|
|
7643
|
+
* @uiGroup Coupon code error
|
|
7644
|
+
*/
|
|
7645
|
+
"codeSyncErrorText"?: string;
|
|
7967
7646
|
/**
|
|
7968
7647
|
* @uiName Copy button label
|
|
7969
7648
|
*/
|
|
@@ -8029,17 +7708,8 @@ declare namespace LocalJSX {
|
|
|
8029
7708
|
* @uiType string
|
|
8030
7709
|
* @uiEnum ["left", "center", "right"]
|
|
8031
7710
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8032
|
-
* @uiGroup Style
|
|
8033
7711
|
*/
|
|
8034
7712
|
"textAlign"?: "left" | "center" | "right";
|
|
8035
|
-
/**
|
|
8036
|
-
* Color of the text and copy icon
|
|
8037
|
-
* @uiName Text color
|
|
8038
|
-
* @uiWidget color
|
|
8039
|
-
* @format color
|
|
8040
|
-
* @uiGroup Style
|
|
8041
|
-
*/
|
|
8042
|
-
"textColor"?: string;
|
|
8043
7713
|
/**
|
|
8044
7714
|
* The number of milliseconds that the tooltip appears for
|
|
8045
7715
|
* @uiName Tooltip lifespan
|
|
@@ -8052,18 +7722,6 @@ declare namespace LocalJSX {
|
|
|
8052
7722
|
"tooltiptext"?: string;
|
|
8053
7723
|
}
|
|
8054
7724
|
interface SqmDividedLayout {
|
|
8055
|
-
/**
|
|
8056
|
-
* Background color of the divider
|
|
8057
|
-
* @uiName Divider Background Color
|
|
8058
|
-
* @uiWidget color
|
|
8059
|
-
*/
|
|
8060
|
-
"backgroundColor"?: string;
|
|
8061
|
-
/**
|
|
8062
|
-
* Color of the divider (defaults to default text color if none is set)
|
|
8063
|
-
* @uiName Divider Background Color
|
|
8064
|
-
* @uiWidget color
|
|
8065
|
-
*/
|
|
8066
|
-
"borderColor"?: string;
|
|
8067
7725
|
/**
|
|
8068
7726
|
* Overrides max-width of content area
|
|
8069
7727
|
* @uiName Content Area Width
|
|
@@ -8078,7 +7736,7 @@ declare namespace LocalJSX {
|
|
|
8078
7736
|
*/
|
|
8079
7737
|
"direction"?: "row" | "column";
|
|
8080
7738
|
/**
|
|
8081
|
-
*
|
|
7739
|
+
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
8082
7740
|
* @uiName Border style
|
|
8083
7741
|
*/
|
|
8084
7742
|
"dividerStyle"?: string;
|
|
@@ -8389,15 +8047,11 @@ declare namespace LocalJSX {
|
|
|
8389
8047
|
}
|
|
8390
8048
|
interface SqmHero {
|
|
8391
8049
|
/**
|
|
8392
|
-
*
|
|
8050
|
+
* Can be an image url, colour or Shoelace variable.
|
|
8393
8051
|
* @uiName Background
|
|
8394
8052
|
* @uiWidget Background
|
|
8395
8053
|
*/
|
|
8396
8054
|
"background"?: string;
|
|
8397
|
-
/**
|
|
8398
|
-
* @uiName Hide the column in mobile view (can only be used when two columns are present)
|
|
8399
|
-
*/
|
|
8400
|
-
"columnToHideInMobile"?: "primary" | "secondary" | null;
|
|
8401
8055
|
/**
|
|
8402
8056
|
* @uiName Columns
|
|
8403
8057
|
* @uiEnum [1, 2]
|
|
@@ -8434,7 +8088,6 @@ declare namespace LocalJSX {
|
|
|
8434
8088
|
* @uiName Background color
|
|
8435
8089
|
* @uiWidget color
|
|
8436
8090
|
* @format color
|
|
8437
|
-
* @uiGroup Style
|
|
8438
8091
|
*/
|
|
8439
8092
|
"backgroundColor"?: string;
|
|
8440
8093
|
/**
|
|
@@ -8450,15 +8103,6 @@ declare namespace LocalJSX {
|
|
|
8450
8103
|
* @uiName Button text
|
|
8451
8104
|
*/
|
|
8452
8105
|
"buttonText"?: string;
|
|
8453
|
-
/**
|
|
8454
|
-
* The type of the button that is used (primary or secondary).
|
|
8455
|
-
* @uiName Button Type
|
|
8456
|
-
* @uiType string
|
|
8457
|
-
* @uiEnum ["primary", "secondary"]
|
|
8458
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
8459
|
-
* @uiGroup Style
|
|
8460
|
-
*/
|
|
8461
|
-
"buttonType"?: "primary" | "secondary";
|
|
8462
8106
|
/**
|
|
8463
8107
|
* @uiName Description
|
|
8464
8108
|
* @uiWidget textArea
|
|
@@ -8473,13 +8117,11 @@ declare namespace LocalJSX {
|
|
|
8473
8117
|
* @uiType string
|
|
8474
8118
|
* @uiEnum ["top", "bottom"]
|
|
8475
8119
|
* @uiEnumNames ["Top", "Bottom"]
|
|
8476
|
-
* @uiGroup Style
|
|
8477
8120
|
*/
|
|
8478
8121
|
"imageMobilePos"?: "top" | "bottom";
|
|
8479
8122
|
/**
|
|
8480
8123
|
* @uiName Image percentage
|
|
8481
8124
|
* @uiType number
|
|
8482
|
-
* @uiGroup Style
|
|
8483
8125
|
*/
|
|
8484
8126
|
"imagePercentage"?: number;
|
|
8485
8127
|
/**
|
|
@@ -8487,7 +8129,6 @@ declare namespace LocalJSX {
|
|
|
8487
8129
|
* @uiType string
|
|
8488
8130
|
* @uiEnum ["left", "center", "right"]
|
|
8489
8131
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8490
|
-
* @uiGroup Style
|
|
8491
8132
|
*/
|
|
8492
8133
|
"imagePos"?: "left" | "center" | "right";
|
|
8493
8134
|
/**
|
|
@@ -8501,19 +8142,16 @@ declare namespace LocalJSX {
|
|
|
8501
8142
|
* @uiType string
|
|
8502
8143
|
* @uiEnum ["overlay", "columns"]
|
|
8503
8144
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
8504
|
-
* @uiGroup Style
|
|
8505
8145
|
*/
|
|
8506
8146
|
"layout"?: "overlay" | "columns";
|
|
8507
8147
|
/**
|
|
8508
8148
|
* @uiName Overlay color
|
|
8509
8149
|
* @uiWidget color
|
|
8510
8150
|
* @format color
|
|
8511
|
-
* @uiGroup Style
|
|
8512
8151
|
*/
|
|
8513
8152
|
"overlayColor"?: string;
|
|
8514
8153
|
/**
|
|
8515
8154
|
* @uiName Overlay opacity
|
|
8516
|
-
* @uiGroup Style
|
|
8517
8155
|
*/
|
|
8518
8156
|
"overlayOpacity"?: string;
|
|
8519
8157
|
/**
|
|
@@ -8521,7 +8159,6 @@ declare namespace LocalJSX {
|
|
|
8521
8159
|
* @uiType string
|
|
8522
8160
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
8523
8161
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8524
|
-
* @uiGroup Style
|
|
8525
8162
|
*/
|
|
8526
8163
|
"paddingImage"?: Spacing;
|
|
8527
8164
|
/**
|
|
@@ -8529,14 +8166,12 @@ declare namespace LocalJSX {
|
|
|
8529
8166
|
* @uiType string
|
|
8530
8167
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
8531
8168
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8532
|
-
* @uiGroup Style
|
|
8533
8169
|
*/
|
|
8534
8170
|
"paddingText"?: Spacing;
|
|
8535
8171
|
/**
|
|
8536
8172
|
* @uiName Text color
|
|
8537
8173
|
* @uiWidget color
|
|
8538
8174
|
* @format color
|
|
8539
|
-
* @uiGroup Style
|
|
8540
8175
|
*/
|
|
8541
8176
|
"textColor"?: string;
|
|
8542
8177
|
}
|
|
@@ -8946,32 +8581,202 @@ declare namespace LocalJSX {
|
|
|
8946
8581
|
}
|
|
8947
8582
|
interface SqmInvoiceTableDownloadColumn {
|
|
8948
8583
|
}
|
|
8949
|
-
interface
|
|
8584
|
+
interface SqmLeadCheckboxField {
|
|
8950
8585
|
/**
|
|
8951
|
-
*
|
|
8952
|
-
* @
|
|
8586
|
+
* @uiName Checkbox label
|
|
8587
|
+
* @uiWidget textArea
|
|
8953
8588
|
*/
|
|
8954
|
-
"
|
|
8589
|
+
"checkboxLabel"?: string;
|
|
8955
8590
|
/**
|
|
8956
|
-
*
|
|
8957
|
-
* @uiName
|
|
8958
|
-
* @uiWidget color
|
|
8959
|
-
* @uiGroup Style
|
|
8591
|
+
* Used with link text if the checkbox label contains {labelLink}
|
|
8592
|
+
* @uiName Checkbox label link
|
|
8960
8593
|
*/
|
|
8961
|
-
"
|
|
8594
|
+
"checkboxLabelLink"?: string;
|
|
8962
8595
|
/**
|
|
8963
|
-
*
|
|
8964
|
-
|
|
8965
|
-
|
|
8966
|
-
|
|
8596
|
+
* @uiName Checkbox label link lext
|
|
8597
|
+
*/
|
|
8598
|
+
"checkboxLabelLinkText"?: string;
|
|
8599
|
+
/**
|
|
8600
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
8601
|
+
* @uiName Checkbox name attribute
|
|
8602
|
+
* @required
|
|
8603
|
+
*/
|
|
8604
|
+
"checkboxName"?: string;
|
|
8605
|
+
/**
|
|
8606
|
+
* @uiName Optional
|
|
8607
|
+
*/
|
|
8608
|
+
"checkboxOptional"?: boolean;
|
|
8609
|
+
/**
|
|
8610
|
+
* @undocumented
|
|
8611
|
+
* @uiType object
|
|
8612
|
+
*/
|
|
8613
|
+
"demoData"?: DemoData<LeadCheckboxFieldViewProps>;
|
|
8614
|
+
/**
|
|
8615
|
+
* @uiName Unchecked error message
|
|
8616
|
+
*/
|
|
8617
|
+
"errorMessage"?: string;
|
|
8618
|
+
}
|
|
8619
|
+
interface SqmLeadDropdownField {
|
|
8620
|
+
/**
|
|
8621
|
+
* @undocumented
|
|
8622
|
+
* @uiType object
|
|
8623
|
+
*/
|
|
8624
|
+
"demoData"?: DemoData<DropdownFieldViewProps>;
|
|
8625
|
+
/**
|
|
8626
|
+
* @uiName Dropdown label
|
|
8967
8627
|
*/
|
|
8968
|
-
"
|
|
8628
|
+
"dropdownLabel"?: string;
|
|
8629
|
+
/**
|
|
8630
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
8631
|
+
* @uiName Dropdown name attribute
|
|
8632
|
+
* @required
|
|
8633
|
+
*/
|
|
8634
|
+
"dropdownName"?: string;
|
|
8635
|
+
/**
|
|
8636
|
+
* @uiName Optional
|
|
8637
|
+
* @default
|
|
8638
|
+
*/
|
|
8639
|
+
"dropdownOptional"?: boolean;
|
|
8640
|
+
/**
|
|
8641
|
+
* @uiName Multiple selection
|
|
8642
|
+
* @default
|
|
8643
|
+
*/
|
|
8644
|
+
"multiple"?: boolean;
|
|
8645
|
+
/**
|
|
8646
|
+
* @uiName Optional label
|
|
8647
|
+
*/
|
|
8648
|
+
"optionalLabel"?: string;
|
|
8649
|
+
/**
|
|
8650
|
+
* The message to be displayed when a required field is not filled.
|
|
8651
|
+
* @uiName Required field message
|
|
8652
|
+
* @uiWidget textArea
|
|
8653
|
+
*/
|
|
8654
|
+
"requiredFieldErrorMessage"?: string;
|
|
8655
|
+
}
|
|
8656
|
+
interface SqmLeadForm {
|
|
8657
|
+
/**
|
|
8658
|
+
* @undocumented
|
|
8659
|
+
* @uiType object
|
|
8660
|
+
*/
|
|
8661
|
+
"demoData"?: DemoData<LeadFormViewProps>;
|
|
8662
|
+
/**
|
|
8663
|
+
* @uiName Email field label
|
|
8664
|
+
*/
|
|
8665
|
+
"emailLabel"?: string;
|
|
8666
|
+
/**
|
|
8667
|
+
* @uiName First Name field label
|
|
8668
|
+
*/
|
|
8669
|
+
"firstNameLabel"?: string;
|
|
8670
|
+
/**
|
|
8671
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
8672
|
+
* @uiName Form key
|
|
8673
|
+
*/
|
|
8674
|
+
"formKey"?: string;
|
|
8675
|
+
/**
|
|
8676
|
+
* The message to be displayed if the email used is invalid.
|
|
8677
|
+
* @uiName Invalid email message
|
|
8678
|
+
* @uiWidget textArea
|
|
8679
|
+
*/
|
|
8680
|
+
"invalidEmailErrorMessage"?: string;
|
|
8681
|
+
/**
|
|
8682
|
+
* @uiName Last Name field label
|
|
8683
|
+
*/
|
|
8684
|
+
"lastNameLabel"?: string;
|
|
8685
|
+
/**
|
|
8686
|
+
* The message to be displayed if a the form submission fails unexpectedly.
|
|
8687
|
+
* @uiName Network error message
|
|
8688
|
+
* @uiWidget textArea
|
|
8689
|
+
*/
|
|
8690
|
+
"networkErrorMessage"?: string;
|
|
8691
|
+
/**
|
|
8692
|
+
* @uiName Header text
|
|
8693
|
+
*/
|
|
8694
|
+
"pageLabel"?: string;
|
|
8695
|
+
/**
|
|
8696
|
+
* The message to be displayed if a required field is not filled.
|
|
8697
|
+
* @uiName Required field message
|
|
8698
|
+
* @uiWidget textArea
|
|
8699
|
+
*/
|
|
8700
|
+
"requiredFieldErrorMessage"?: string;
|
|
8701
|
+
/**
|
|
8702
|
+
* @uiName Submit another form button label
|
|
8703
|
+
*/
|
|
8704
|
+
"resubmitFormLabel"?: string;
|
|
8705
|
+
/**
|
|
8706
|
+
* Description text shown if an error occurs.
|
|
8707
|
+
* @uiName Submit error description
|
|
8708
|
+
*/
|
|
8709
|
+
"submitErrorDescription"?: string;
|
|
8710
|
+
/**
|
|
8711
|
+
* Header text shown if an error occurs.
|
|
8712
|
+
* @uiName Submit error header
|
|
8713
|
+
*/
|
|
8714
|
+
"submitErrorHeader"?: string;
|
|
8715
|
+
/**
|
|
8716
|
+
* @uiName Submit button text
|
|
8717
|
+
*/
|
|
8718
|
+
"submitLabel"?: string;
|
|
8719
|
+
/**
|
|
8720
|
+
* Description text shown on successful lead submission.
|
|
8721
|
+
* @uiName Submit success description
|
|
8722
|
+
*/
|
|
8723
|
+
"submitSuccessDescription"?: string;
|
|
8724
|
+
/**
|
|
8725
|
+
* Header text shown on successful lead submission.
|
|
8726
|
+
* @uiName Submit success header
|
|
8727
|
+
*/
|
|
8728
|
+
"submitSuccessHeader"?: string;
|
|
8729
|
+
/**
|
|
8730
|
+
* Optional support link text for error messages.
|
|
8731
|
+
* @uiName Support link text
|
|
8732
|
+
*/
|
|
8733
|
+
"supportLinkText"?: string;
|
|
8734
|
+
}
|
|
8735
|
+
interface SqmLeadInputField {
|
|
8736
|
+
/**
|
|
8737
|
+
* @undocumented
|
|
8738
|
+
* @uiType object
|
|
8739
|
+
*/
|
|
8740
|
+
"demoData"?: DemoData<LeadInputFieldViewProps>;
|
|
8741
|
+
/**
|
|
8742
|
+
* @uiName Input label
|
|
8743
|
+
*/
|
|
8744
|
+
"fieldLabel"?: string;
|
|
8745
|
+
/**
|
|
8746
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
8747
|
+
* @uiName Input name attribute
|
|
8748
|
+
* @required
|
|
8749
|
+
*/
|
|
8750
|
+
"fieldName"?: string;
|
|
8751
|
+
/**
|
|
8752
|
+
* @uiName Optional
|
|
8753
|
+
* @default
|
|
8754
|
+
*/
|
|
8755
|
+
"fieldOptional"?: boolean;
|
|
8969
8756
|
/**
|
|
8970
|
-
*
|
|
8971
|
-
* @
|
|
8972
|
-
* @
|
|
8757
|
+
* @uiName Input type
|
|
8758
|
+
* @uiType string
|
|
8759
|
+
* @uiEnum ["text", "date", "tel"]
|
|
8760
|
+
* @uiEnumNames ["Text", "Date", "Phone Number"]
|
|
8973
8761
|
*/
|
|
8974
|
-
"
|
|
8762
|
+
"fieldType"?: "text" | "date" | "tel";
|
|
8763
|
+
/**
|
|
8764
|
+
* @uiName Optional label
|
|
8765
|
+
*/
|
|
8766
|
+
"optionalLabel"?: string;
|
|
8767
|
+
/**
|
|
8768
|
+
* The message to be displayed when a required field is not filled.
|
|
8769
|
+
* @uiName Required field message
|
|
8770
|
+
* @uiWidget textArea
|
|
8771
|
+
*/
|
|
8772
|
+
"requiredFieldErrorMessage"?: string;
|
|
8773
|
+
}
|
|
8774
|
+
interface SqmLeaderboard {
|
|
8775
|
+
/**
|
|
8776
|
+
* Title displayed for users without names
|
|
8777
|
+
* @uiName Unknown user text
|
|
8778
|
+
*/
|
|
8779
|
+
"anonymousUser"?: string;
|
|
8975
8780
|
/**
|
|
8976
8781
|
* @undocumented
|
|
8977
8782
|
* @uiType object
|
|
@@ -9040,31 +8845,10 @@ declare namespace LocalJSX {
|
|
|
9040
8845
|
* @uiName Stats column heading
|
|
9041
8846
|
*/
|
|
9042
8847
|
"statsheading"?: string;
|
|
9043
|
-
/**
|
|
9044
|
-
* Text color of the leaderboard.
|
|
9045
|
-
* @uiName Text Color
|
|
9046
|
-
* @uiWidget color
|
|
9047
|
-
* @uiGroup Style
|
|
9048
|
-
*/
|
|
9049
|
-
"textColor"?: string;
|
|
9050
8848
|
/**
|
|
9051
8849
|
* @uiName User column heading
|
|
9052
8850
|
*/
|
|
9053
8851
|
"usersheading"?: string;
|
|
9054
|
-
/**
|
|
9055
|
-
* Changes the background color of the viewing user row in the leaderboard.
|
|
9056
|
-
* @uiName Viewing User Highlight Color
|
|
9057
|
-
* @uiWidget color
|
|
9058
|
-
* @uiGroup Style
|
|
9059
|
-
*/
|
|
9060
|
-
"viewingUserHighlightColor"?: string;
|
|
9061
|
-
/**
|
|
9062
|
-
* Changes the text color of the viewing user row in the leaderboard.
|
|
9063
|
-
* @uiName Viewing User Text Color
|
|
9064
|
-
* @uiWidget color
|
|
9065
|
-
* @uiGroup Style
|
|
9066
|
-
*/
|
|
9067
|
-
"viewingUserHighlightTextColor"?: string;
|
|
9068
8852
|
/**
|
|
9069
8853
|
* @uiName Viewing user text
|
|
9070
8854
|
*/
|
|
@@ -9207,47 +8991,8 @@ declare namespace LocalJSX {
|
|
|
9207
8991
|
"menuLabel"?: string;
|
|
9208
8992
|
}
|
|
9209
8993
|
interface SqmNavigationSidebar {
|
|
9210
|
-
/**
|
|
9211
|
-
* @undocumented
|
|
9212
|
-
* @uiType object
|
|
9213
|
-
*/
|
|
9214
|
-
"demoData"?: DemoData<NavigationSidebarViewProps>;
|
|
9215
|
-
/**
|
|
9216
|
-
* @uiName Text color
|
|
9217
|
-
* @uiWidget color
|
|
9218
|
-
* @format color
|
|
9219
|
-
* @uiGroup Style
|
|
9220
|
-
*/
|
|
9221
|
-
"mobileMenuColor"?: string;
|
|
9222
8994
|
}
|
|
9223
8995
|
interface SqmNavigationSidebarItem {
|
|
9224
|
-
/**
|
|
9225
|
-
* Background color of the nav item
|
|
9226
|
-
* @uiName Background Color
|
|
9227
|
-
* @uiWidget color
|
|
9228
|
-
* @uiGroup Style
|
|
9229
|
-
*/
|
|
9230
|
-
"backgroundColor"?: string;
|
|
9231
|
-
/**
|
|
9232
|
-
* Background color of the nav item when focused
|
|
9233
|
-
* @uiName Background Focused Color
|
|
9234
|
-
* @uiWidget color
|
|
9235
|
-
* @uiGroup Style
|
|
9236
|
-
*/
|
|
9237
|
-
"backgroundFocusedColor"?: string;
|
|
9238
|
-
/**
|
|
9239
|
-
* Background color of the nav item when hovered
|
|
9240
|
-
* @uiName Background Hover Color
|
|
9241
|
-
* @uiWidget color
|
|
9242
|
-
* @uiGroup Style
|
|
9243
|
-
*/
|
|
9244
|
-
"backgroundHoverColor"?: string;
|
|
9245
|
-
/**
|
|
9246
|
-
* Border radius (in number of pixels)
|
|
9247
|
-
* @uiName Border Radius
|
|
9248
|
-
* @uiGroup Style
|
|
9249
|
-
*/
|
|
9250
|
-
"borderRadius"?: number;
|
|
9251
8996
|
/**
|
|
9252
8997
|
* @undocumented
|
|
9253
8998
|
* @uiType object
|
|
@@ -9256,57 +9001,19 @@ declare namespace LocalJSX {
|
|
|
9256
9001
|
/**
|
|
9257
9002
|
* Options available at https://shoelace.style/components/icon
|
|
9258
9003
|
* @uiName Icon
|
|
9259
|
-
* @uiGroup Style
|
|
9260
9004
|
*/
|
|
9261
9005
|
"icon"?: string;
|
|
9262
9006
|
/**
|
|
9263
9007
|
* @uiName Label
|
|
9264
9008
|
*/
|
|
9265
9009
|
"label"?: string;
|
|
9266
|
-
/**
|
|
9267
|
-
* @uiName Padding
|
|
9268
|
-
* @uiType string
|
|
9269
|
-
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
9270
|
-
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9271
|
-
*/
|
|
9272
|
-
"padding"?: Spacing;
|
|
9273
9010
|
/**
|
|
9274
9011
|
* @uiName Navigation path
|
|
9275
9012
|
* @uiWidget pageSelect
|
|
9276
9013
|
*/
|
|
9277
9014
|
"path"?: string;
|
|
9278
|
-
/**
|
|
9279
|
-
* Text color of the nav item
|
|
9280
|
-
* @uiName Text Color
|
|
9281
|
-
* @uiWidget color
|
|
9282
|
-
* @uiGroup Style
|
|
9283
|
-
*/
|
|
9284
|
-
"textColor"?: string;
|
|
9285
|
-
/**
|
|
9286
|
-
* Text color of the nav item when items is focused
|
|
9287
|
-
* @uiName Text Focused Color
|
|
9288
|
-
* @uiWidget color
|
|
9289
|
-
* @uiGroup Style
|
|
9290
|
-
*/
|
|
9291
|
-
"textFocusedColor"?: string;
|
|
9292
|
-
/**
|
|
9293
|
-
* Text color of the nav item when hovered
|
|
9294
|
-
* @uiName Text Hover Color
|
|
9295
|
-
* @uiWidget color
|
|
9296
|
-
* @uiGroup Style
|
|
9297
|
-
*/
|
|
9298
|
-
"textHoverColor"?: string;
|
|
9299
9015
|
}
|
|
9300
|
-
interface SqmPagination {
|
|
9301
|
-
/**
|
|
9302
|
-
* The type of the button that is used (primary or secondary).
|
|
9303
|
-
* @uiName Button Type
|
|
9304
|
-
* @uiType string
|
|
9305
|
-
* @uiEnum ["primary", "secondary"]
|
|
9306
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
9307
|
-
* @uiGroup Style
|
|
9308
|
-
*/
|
|
9309
|
-
"buttonType"?: "primary" | "secondary";
|
|
9016
|
+
interface SqmPagination {
|
|
9310
9017
|
/**
|
|
9311
9018
|
* @undocumented
|
|
9312
9019
|
* @uiType object
|
|
@@ -9389,10 +9096,6 @@ declare namespace LocalJSX {
|
|
|
9389
9096
|
* @uiName Payout missing information subtext
|
|
9390
9097
|
*/
|
|
9391
9098
|
"payoutMissingInformationText"?: string;
|
|
9392
|
-
/**
|
|
9393
|
-
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
9394
|
-
*/
|
|
9395
|
-
"stateController"?: string;
|
|
9396
9099
|
/**
|
|
9397
9100
|
* Badge text indicating payout status
|
|
9398
9101
|
* @uiName Payout badge status text
|
|
@@ -9446,6 +9149,10 @@ declare namespace LocalJSX {
|
|
|
9446
9149
|
* @uiName Support link text
|
|
9447
9150
|
*/
|
|
9448
9151
|
"supportLink"?: string;
|
|
9152
|
+
/**
|
|
9153
|
+
* @uiName Terms and Conditions text
|
|
9154
|
+
*/
|
|
9155
|
+
"termsAndConditions"?: string;
|
|
9449
9156
|
/**
|
|
9450
9157
|
* @uiName Verification failed internal alert description
|
|
9451
9158
|
*/
|
|
@@ -9482,6 +9189,18 @@ declare namespace LocalJSX {
|
|
|
9482
9189
|
* @uiName Verification review internal alert header
|
|
9483
9190
|
*/
|
|
9484
9191
|
"verificationReviewInternalHeader"?: string;
|
|
9192
|
+
/**
|
|
9193
|
+
* @uiName W9 payment threshold alert button text
|
|
9194
|
+
*/
|
|
9195
|
+
"w9RequiredButtonText"?: string;
|
|
9196
|
+
/**
|
|
9197
|
+
* @uiName W9 payment threshold alert description
|
|
9198
|
+
*/
|
|
9199
|
+
"w9RequiredDescription"?: string;
|
|
9200
|
+
/**
|
|
9201
|
+
* @uiName W9 payment threshold alert header
|
|
9202
|
+
*/
|
|
9203
|
+
"w9RequiredHeader"?: string;
|
|
9485
9204
|
}
|
|
9486
9205
|
interface SqmPopupContainer {
|
|
9487
9206
|
/**
|
|
@@ -9813,21 +9532,6 @@ declare namespace LocalJSX {
|
|
|
9813
9532
|
"termsText"?: string;
|
|
9814
9533
|
}
|
|
9815
9534
|
interface SqmPortalForgotPassword {
|
|
9816
|
-
/**
|
|
9817
|
-
* @uiName Background color
|
|
9818
|
-
* @uiWidget color
|
|
9819
|
-
*/
|
|
9820
|
-
"backgroundColor"?: string;
|
|
9821
|
-
/**
|
|
9822
|
-
* @uiName Border style
|
|
9823
|
-
* @uiWidget textArea
|
|
9824
|
-
*/
|
|
9825
|
-
"border"?: string;
|
|
9826
|
-
/**
|
|
9827
|
-
* @uiName Border radius
|
|
9828
|
-
* @uiWidget number
|
|
9829
|
-
*/
|
|
9830
|
-
"borderRadius"?: string;
|
|
9831
9535
|
/**
|
|
9832
9536
|
* @undocumented
|
|
9833
9537
|
* @uiType object
|
|
@@ -9872,30 +9576,11 @@ declare namespace LocalJSX {
|
|
|
9872
9576
|
"successAlertText"?: string;
|
|
9873
9577
|
}
|
|
9874
9578
|
interface SqmPortalFrame {
|
|
9875
|
-
/**
|
|
9876
|
-
* @uiName Background color
|
|
9877
|
-
* @uiWidget color
|
|
9878
|
-
* @uiType string
|
|
9879
|
-
*/
|
|
9880
|
-
"backgroundColor"?: string;
|
|
9881
|
-
/**
|
|
9882
|
-
* Borders placed to seperate the header and footer from the body content.
|
|
9883
|
-
* @uiName Border
|
|
9884
|
-
* @uiType string
|
|
9885
|
-
*/
|
|
9886
|
-
"border"?: string;
|
|
9887
9579
|
/**
|
|
9888
9580
|
* @undocumented
|
|
9889
9581
|
* @uiType object
|
|
9890
9582
|
*/
|
|
9891
9583
|
"demoData"?: DemoData<PortalFrameViewProps>;
|
|
9892
|
-
/**
|
|
9893
|
-
* Background color for the header and footer.
|
|
9894
|
-
* @uiName Header and Footer Background Color
|
|
9895
|
-
* @uiWidget color
|
|
9896
|
-
* @uiType string
|
|
9897
|
-
*/
|
|
9898
|
-
"headerAndFooterBackgroundColor"?: string;
|
|
9899
9584
|
/**
|
|
9900
9585
|
* @undocumented
|
|
9901
9586
|
*/
|
|
@@ -10629,12 +10314,6 @@ declare namespace LocalJSX {
|
|
|
10629
10314
|
* @format color
|
|
10630
10315
|
*/
|
|
10631
10316
|
"backgroundColor"?: string;
|
|
10632
|
-
/**
|
|
10633
|
-
* Amount in pixels
|
|
10634
|
-
* @uiName Border radius
|
|
10635
|
-
* @type number
|
|
10636
|
-
*/
|
|
10637
|
-
"borderRadius"?: number;
|
|
10638
10317
|
/**
|
|
10639
10318
|
* @uiName Description
|
|
10640
10319
|
* @uiWidget textArea
|
|
@@ -10649,18 +10328,6 @@ declare namespace LocalJSX {
|
|
|
10649
10328
|
* @uiName Icon
|
|
10650
10329
|
*/
|
|
10651
10330
|
"icon"?: string;
|
|
10652
|
-
/**
|
|
10653
|
-
* @uiName Icon Background color
|
|
10654
|
-
* @uiWidget color
|
|
10655
|
-
* @format color
|
|
10656
|
-
*/
|
|
10657
|
-
"iconBackgroundColor"?: string;
|
|
10658
|
-
/**
|
|
10659
|
-
* @uiName Icon color
|
|
10660
|
-
* @uiWidget color
|
|
10661
|
-
* @format color
|
|
10662
|
-
*/
|
|
10663
|
-
"iconColor"?: string;
|
|
10664
10331
|
/**
|
|
10665
10332
|
* Displayed in place of an icon
|
|
10666
10333
|
* @uiName Image URL
|
|
@@ -10726,19 +10393,6 @@ declare namespace LocalJSX {
|
|
|
10726
10393
|
* @uiType string
|
|
10727
10394
|
*/
|
|
10728
10395
|
"backgroundColor"?: string;
|
|
10729
|
-
/**
|
|
10730
|
-
* Border color of container
|
|
10731
|
-
* @uiName Border color
|
|
10732
|
-
* @uiWidget color
|
|
10733
|
-
* @format color
|
|
10734
|
-
*/
|
|
10735
|
-
"borderColor"?: string;
|
|
10736
|
-
/**
|
|
10737
|
-
* The border radius (in pixels)
|
|
10738
|
-
* @uiName Border Radius
|
|
10739
|
-
* @uiType number
|
|
10740
|
-
*/
|
|
10741
|
-
"borderRadius"?: number;
|
|
10742
10396
|
/**
|
|
10743
10397
|
* @uiName Hide border
|
|
10744
10398
|
* @uiType boolean
|
|
@@ -10777,13 +10431,6 @@ declare namespace LocalJSX {
|
|
|
10777
10431
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
10778
10432
|
*/
|
|
10779
10433
|
"paddingTop"?: string;
|
|
10780
|
-
/**
|
|
10781
|
-
* Color of the text and copy icon
|
|
10782
|
-
* @uiName Text color
|
|
10783
|
-
* @uiWidget color
|
|
10784
|
-
* @format color
|
|
10785
|
-
*/
|
|
10786
|
-
"textColor"?: string;
|
|
10787
10434
|
/**
|
|
10788
10435
|
* @uiName Vertical alignment
|
|
10789
10436
|
* @uiType string
|
|
@@ -10793,47 +10440,14 @@ declare namespace LocalJSX {
|
|
|
10793
10440
|
"verticalAlignment"?: "start" | "center" | "end";
|
|
10794
10441
|
}
|
|
10795
10442
|
interface SqmReferralCode {
|
|
10796
|
-
/**
|
|
10797
|
-
* Background color of share link container
|
|
10798
|
-
* @uiName Background color
|
|
10799
|
-
* @uiWidget color
|
|
10800
|
-
* @format color
|
|
10801
|
-
* @uiGroup Style
|
|
10802
|
-
*/
|
|
10803
|
-
"backgroundColor"?: string;
|
|
10804
|
-
/**
|
|
10805
|
-
* Border color of share link container (default is set to 1px solid transparent)
|
|
10806
|
-
* @uiName Border color
|
|
10807
|
-
* @uiWidget color
|
|
10808
|
-
* @format color
|
|
10809
|
-
* @uiGroup Style
|
|
10810
|
-
*/
|
|
10811
|
-
"borderColor"?: string;
|
|
10812
|
-
/**
|
|
10813
|
-
* The border radius on the share link container (in pixels)
|
|
10814
|
-
* @uiName Border Radius
|
|
10815
|
-
* @uiType number
|
|
10816
|
-
* @uiGroup Style
|
|
10817
|
-
*/
|
|
10818
|
-
"borderRadius"?: string;
|
|
10819
10443
|
/**
|
|
10820
10444
|
* Set the copy button style and placement
|
|
10821
10445
|
* @uiName Style
|
|
10822
10446
|
* @uiType string
|
|
10823
10447
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10824
10448
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
10825
|
-
* @uiGroup Style
|
|
10826
10449
|
*/
|
|
10827
10450
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
10828
|
-
/**
|
|
10829
|
-
* The type of the button that is used (primary or secondary).
|
|
10830
|
-
* @uiName Button Type
|
|
10831
|
-
* @uiType string
|
|
10832
|
-
* @uiEnum ["primary", "secondary"]
|
|
10833
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
10834
|
-
* @uiGroup Style
|
|
10835
|
-
*/
|
|
10836
|
-
"buttonType"?: "primary" | "secondary";
|
|
10837
10451
|
/**
|
|
10838
10452
|
* @uiName Copy button label
|
|
10839
10453
|
*/
|
|
@@ -10865,17 +10479,8 @@ declare namespace LocalJSX {
|
|
|
10865
10479
|
* @uiType string
|
|
10866
10480
|
* @uiEnum ["left", "center", "right"]
|
|
10867
10481
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
10868
|
-
* @uiGroup Style
|
|
10869
10482
|
*/
|
|
10870
10483
|
"textAlign"?: "left" | "center" | "right";
|
|
10871
|
-
/**
|
|
10872
|
-
* Color of the text and copy icon
|
|
10873
|
-
* @uiName Text color
|
|
10874
|
-
* @uiWidget color
|
|
10875
|
-
* @format color
|
|
10876
|
-
* @uiGroup Style
|
|
10877
|
-
*/
|
|
10878
|
-
"textColor"?: string;
|
|
10879
10484
|
/**
|
|
10880
10485
|
* The number of milliseconds that the tooltip appears for
|
|
10881
10486
|
* @uiName Tooltip lifespan
|
|
@@ -10910,12 +10515,6 @@ declare namespace LocalJSX {
|
|
|
10910
10515
|
* @uiWidget programSelector
|
|
10911
10516
|
*/
|
|
10912
10517
|
"programId"?: string;
|
|
10913
|
-
/**
|
|
10914
|
-
* @uiName Text Color
|
|
10915
|
-
* @uiType string
|
|
10916
|
-
* @uiWidget color
|
|
10917
|
-
*/
|
|
10918
|
-
"textColor"?: string;
|
|
10919
10518
|
/**
|
|
10920
10519
|
* @uiName Title Text
|
|
10921
10520
|
*/
|
|
@@ -11365,13 +10964,6 @@ declare namespace LocalJSX {
|
|
|
11365
10964
|
* @uiWidget textArea
|
|
11366
10965
|
*/
|
|
11367
10966
|
"sourceAmountMessage"?: string;
|
|
11368
|
-
/**
|
|
11369
|
-
* @componentState { "title": "Choose reward", "props": { "redeemStage": "chooseReward" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
11370
|
-
* @componentState { "title": "Reward details", "props": { "redeemStage": "chooseAmount" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
11371
|
-
* @componentState { "title": "Confirm exchange", "props": { "redeemStage": "confirmation" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
11372
|
-
* @componentState { "title": "Exchange successful", "props": { "redeemStage": "success" }, "dependencies": ["sqm-reward-exchange-list"] }
|
|
11373
|
-
*/
|
|
11374
|
-
"stateController"?: string;
|
|
11375
10967
|
/**
|
|
11376
10968
|
* Shown when a user copies a fuel tank code
|
|
11377
10969
|
* @uiName Tooltip text
|
|
@@ -11700,18 +11292,11 @@ declare namespace LocalJSX {
|
|
|
11700
11292
|
* @uiName Button background color
|
|
11701
11293
|
* @uiWidget color
|
|
11702
11294
|
* @format color
|
|
11703
|
-
* @uiGroup Style
|
|
11704
11295
|
*/
|
|
11705
11296
|
"backgroundcolor"?: string;
|
|
11706
|
-
/**
|
|
11707
|
-
* @uiName Border
|
|
11708
|
-
* @uiGroup Style
|
|
11709
|
-
*/
|
|
11710
|
-
"border"?: string;
|
|
11711
11297
|
/**
|
|
11712
11298
|
* Configure border radius with pixel amount
|
|
11713
11299
|
* @uiName Border radius
|
|
11714
|
-
* @uiGroup Style
|
|
11715
11300
|
*/
|
|
11716
11301
|
"borderradius"?: number;
|
|
11717
11302
|
/**
|
|
@@ -11725,13 +11310,11 @@ declare namespace LocalJSX {
|
|
|
11725
11310
|
"disabled"?: boolean;
|
|
11726
11311
|
/**
|
|
11727
11312
|
* @uiName Hide icon
|
|
11728
|
-
* @uiGroup Style
|
|
11729
11313
|
* @default
|
|
11730
11314
|
*/
|
|
11731
11315
|
"hideicon"?: boolean;
|
|
11732
11316
|
/**
|
|
11733
11317
|
* @uiName Hide text
|
|
11734
|
-
* @uiGroup Style
|
|
11735
11318
|
* @default
|
|
11736
11319
|
*/
|
|
11737
11320
|
"hidetext"?: boolean;
|
|
@@ -11769,7 +11352,6 @@ declare namespace LocalJSX {
|
|
|
11769
11352
|
| "unknown";
|
|
11770
11353
|
/**
|
|
11771
11354
|
* @uiName Display pill
|
|
11772
|
-
* @uiGroup Style
|
|
11773
11355
|
*/
|
|
11774
11356
|
"pill"?: boolean;
|
|
11775
11357
|
/**
|
|
@@ -11793,24 +11375,21 @@ declare namespace LocalJSX {
|
|
|
11793
11375
|
* @uiType string
|
|
11794
11376
|
* @uiEnum ["small", "medium", "large" ]
|
|
11795
11377
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
11796
|
-
* @uiGroup Style
|
|
11797
11378
|
*/
|
|
11798
11379
|
"size"?: "small" | "medium" | "large";
|
|
11799
11380
|
/**
|
|
11800
11381
|
* @uiName Button text color
|
|
11801
11382
|
* @uiWidget color
|
|
11802
11383
|
* @format color
|
|
11803
|
-
* @uiGroup Style
|
|
11804
11384
|
*/
|
|
11805
11385
|
"textcolor"?: string;
|
|
11806
11386
|
/**
|
|
11807
11387
|
* @uiType string
|
|
11808
11388
|
* @uiName Button style
|
|
11809
|
-
* @uiEnum ["primary"
|
|
11810
|
-
* @uiEnumNames ["Primary", "
|
|
11389
|
+
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
11390
|
+
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
11811
11391
|
*/
|
|
11812
11392
|
"type"?: | "primary"
|
|
11813
|
-
| "secondary"
|
|
11814
11393
|
| "success"
|
|
11815
11394
|
| "info"
|
|
11816
11395
|
| "warning"
|
|
@@ -11829,47 +11408,14 @@ declare namespace LocalJSX {
|
|
|
11829
11408
|
"unsupportedPlatformText"?: string;
|
|
11830
11409
|
}
|
|
11831
11410
|
interface SqmShareCode {
|
|
11832
|
-
/**
|
|
11833
|
-
* Background color of share link container
|
|
11834
|
-
* @uiName Background color
|
|
11835
|
-
* @uiWidget color
|
|
11836
|
-
* @format color
|
|
11837
|
-
* @uiGroup Style
|
|
11838
|
-
*/
|
|
11839
|
-
"backgroundColor"?: string;
|
|
11840
|
-
/**
|
|
11841
|
-
* Border color of share link container
|
|
11842
|
-
* @uiName Border color
|
|
11843
|
-
* @uiWidget color
|
|
11844
|
-
* @format color
|
|
11845
|
-
* @uiGroup Style
|
|
11846
|
-
*/
|
|
11847
|
-
"borderColor"?: string;
|
|
11848
|
-
/**
|
|
11849
|
-
* The border radius on the share link container (in pixels)
|
|
11850
|
-
* @uiName Border Radius
|
|
11851
|
-
* @uiType number
|
|
11852
|
-
* @uiGroup Style
|
|
11853
|
-
*/
|
|
11854
|
-
"borderRadius"?: string;
|
|
11855
11411
|
/**
|
|
11856
11412
|
* Set the copy button style and placement
|
|
11857
11413
|
* @uiName Style
|
|
11858
11414
|
* @uiType string
|
|
11859
11415
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
11860
11416
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11861
|
-
* @uiGroup Style
|
|
11862
11417
|
*/
|
|
11863
11418
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11864
|
-
/**
|
|
11865
|
-
* The type of the button that is used (primary or secondary).
|
|
11866
|
-
* @uiName Button Type
|
|
11867
|
-
* @uiType string
|
|
11868
|
-
* @uiEnum ["primary", "secondary"]
|
|
11869
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
11870
|
-
* @uiGroup Style
|
|
11871
|
-
*/
|
|
11872
|
-
"buttonType"?: "primary" | "secondary";
|
|
11873
11419
|
/**
|
|
11874
11420
|
* @uiName Copy button label
|
|
11875
11421
|
*/
|
|
@@ -11891,17 +11437,8 @@ declare namespace LocalJSX {
|
|
|
11891
11437
|
* @uiType string
|
|
11892
11438
|
* @uiEnum ["left", "center", "right"]
|
|
11893
11439
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11894
|
-
* @uiGroup Style
|
|
11895
11440
|
*/
|
|
11896
11441
|
"textAlign"?: "left" | "center" | "right";
|
|
11897
|
-
/**
|
|
11898
|
-
* Color of the text and copy icon
|
|
11899
|
-
* @uiName Text color
|
|
11900
|
-
* @uiWidget color
|
|
11901
|
-
* @format color
|
|
11902
|
-
* @uiGroup Style
|
|
11903
|
-
*/
|
|
11904
|
-
"textColor"?: string;
|
|
11905
11442
|
/**
|
|
11906
11443
|
* The number of milliseconds that the tooltip appears for
|
|
11907
11444
|
* @uiName Tooltip lifespan
|
|
@@ -11914,47 +11451,14 @@ declare namespace LocalJSX {
|
|
|
11914
11451
|
"tooltiptext"?: string;
|
|
11915
11452
|
}
|
|
11916
11453
|
interface SqmShareLink {
|
|
11917
|
-
/**
|
|
11918
|
-
* Background color of share link container
|
|
11919
|
-
* @uiName Background color
|
|
11920
|
-
* @uiWidget color
|
|
11921
|
-
* @format color
|
|
11922
|
-
* @uiGroup Style
|
|
11923
|
-
*/
|
|
11924
|
-
"backgroundColor"?: string;
|
|
11925
|
-
/**
|
|
11926
|
-
* Border color of share link container
|
|
11927
|
-
* @uiName Border color
|
|
11928
|
-
* @uiWidget color
|
|
11929
|
-
* @format color
|
|
11930
|
-
* @uiGroup Style
|
|
11931
|
-
*/
|
|
11932
|
-
"borderColor"?: string;
|
|
11933
|
-
/**
|
|
11934
|
-
* The border radius on the share link container (in pixels)
|
|
11935
|
-
* @uiName Border Radius
|
|
11936
|
-
* @uiType number
|
|
11937
|
-
* @uiGroup Style
|
|
11938
|
-
*/
|
|
11939
|
-
"borderRadius"?: string;
|
|
11940
11454
|
/**
|
|
11941
11455
|
* Set the copy button style and placement
|
|
11942
|
-
* @uiName
|
|
11456
|
+
* @uiName Style
|
|
11943
11457
|
* @uiType string
|
|
11944
11458
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
11945
11459
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11946
|
-
* @uiGroup Style
|
|
11947
11460
|
*/
|
|
11948
11461
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11949
|
-
/**
|
|
11950
|
-
* The type of the button that is used (primary or secondary).
|
|
11951
|
-
* @uiName Button Type
|
|
11952
|
-
* @uiType string
|
|
11953
|
-
* @uiEnum ["primary", "secondary"]
|
|
11954
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
11955
|
-
* @uiGroup Style
|
|
11956
|
-
*/
|
|
11957
|
-
"buttonType"?: "primary" | "secondary";
|
|
11958
11462
|
/**
|
|
11959
11463
|
* @uiName Copy button label
|
|
11960
11464
|
*/
|
|
@@ -11976,17 +11480,8 @@ declare namespace LocalJSX {
|
|
|
11976
11480
|
* @uiType string
|
|
11977
11481
|
* @uiEnum ["left", "center", "right"]
|
|
11978
11482
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11979
|
-
* @uiGroup Style
|
|
11980
11483
|
*/
|
|
11981
11484
|
"textAlign"?: "left" | "center" | "right";
|
|
11982
|
-
/**
|
|
11983
|
-
* Color of the text and copy icon
|
|
11984
|
-
* @uiName Text color
|
|
11985
|
-
* @uiWidget color
|
|
11986
|
-
* @format color
|
|
11987
|
-
* @uiGroup Style
|
|
11988
|
-
*/
|
|
11989
|
-
"textColor"?: string;
|
|
11990
11485
|
/**
|
|
11991
11486
|
* The number of milliseconds that the tooltip appears for
|
|
11992
11487
|
* @uiName Tooltip lifespan
|
|
@@ -12000,34 +11495,12 @@ declare namespace LocalJSX {
|
|
|
12000
11495
|
}
|
|
12001
11496
|
interface SqmStatContainer {
|
|
12002
11497
|
/**
|
|
12003
|
-
* Controls the alignment of the flexbox
|
|
12004
|
-
* @uiName Alignment
|
|
12005
|
-
* @uiType string
|
|
12006
|
-
* @uiEnum ["left", "right", "center"]
|
|
12007
|
-
* @uiEnumNames ["Left", "Right", "Center"]
|
|
12008
|
-
*/
|
|
12009
|
-
"alignment"?: "left" | "right" | "center";
|
|
12010
|
-
/**
|
|
12011
|
-
* @undocumented
|
|
12012
11498
|
* @uiName Display
|
|
12013
11499
|
* @uiType string
|
|
12014
11500
|
* @uiEnum ["grid", "flex"]
|
|
12015
11501
|
* @uiEnumNames ["Grid", "Flex"]
|
|
12016
11502
|
*/
|
|
12017
11503
|
"display"?: "grid" | "flex";
|
|
12018
|
-
/**
|
|
12019
|
-
* @uiName Gap
|
|
12020
|
-
* @uiType string
|
|
12021
|
-
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
12022
|
-
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
12023
|
-
*/
|
|
12024
|
-
"gap"?: Spacing;
|
|
12025
|
-
/**
|
|
12026
|
-
* Hide the seperating border between stats
|
|
12027
|
-
* @uiName Hide border
|
|
12028
|
-
* @uiType boolean
|
|
12029
|
-
*/
|
|
12030
|
-
"hideBorder"?: boolean;
|
|
12031
11504
|
/**
|
|
12032
11505
|
* @uiName Space between stats
|
|
12033
11506
|
* @uiType string
|
|
@@ -12069,33 +11542,8 @@ declare namespace LocalJSX {
|
|
|
12069
11542
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
12070
11543
|
*/
|
|
12071
11544
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
12072
|
-
/**
|
|
12073
|
-
* Tab text color
|
|
12074
|
-
* @uiName Text color
|
|
12075
|
-
* @uiType string
|
|
12076
|
-
* @uiWidget color
|
|
12077
|
-
*/
|
|
12078
|
-
"textColor"?: string;
|
|
12079
11545
|
}
|
|
12080
11546
|
interface SqmTaskCard {
|
|
12081
|
-
/**
|
|
12082
|
-
* @uiName Card Background color
|
|
12083
|
-
* @uiWidget color
|
|
12084
|
-
* @uiGroup Style
|
|
12085
|
-
*/
|
|
12086
|
-
"backgroundColor"?: string;
|
|
12087
|
-
/**
|
|
12088
|
-
* @uiName Border color
|
|
12089
|
-
* @uiWidget color
|
|
12090
|
-
* @uiGroup Style
|
|
12091
|
-
*/
|
|
12092
|
-
"borderColor"?: string;
|
|
12093
|
-
/**
|
|
12094
|
-
* @uiName Border radius
|
|
12095
|
-
* @uiType number
|
|
12096
|
-
* @uiGroup Style
|
|
12097
|
-
*/
|
|
12098
|
-
"borderRadius"?: number;
|
|
12099
11547
|
/**
|
|
12100
11548
|
* @uiName Button link
|
|
12101
11549
|
* @uiGroup Button
|
|
@@ -12106,14 +11554,6 @@ declare namespace LocalJSX {
|
|
|
12106
11554
|
* @uiGroup Button
|
|
12107
11555
|
*/
|
|
12108
11556
|
"buttonText"?: string;
|
|
12109
|
-
/**
|
|
12110
|
-
* @uiName Button Style
|
|
12111
|
-
* @uiType string
|
|
12112
|
-
* @uiEnum ["primary", "secondary"]
|
|
12113
|
-
* @uiEnumNames ["Primary", "Secondary"]
|
|
12114
|
-
* @uiGroup Style
|
|
12115
|
-
*/
|
|
12116
|
-
"buttonType"?: "primary" | "secondary";
|
|
12117
11557
|
/**
|
|
12118
11558
|
* @uiName Title
|
|
12119
11559
|
* @uiGroup Task
|
|
@@ -12251,12 +11691,6 @@ declare namespace LocalJSX {
|
|
|
12251
11691
|
* @default
|
|
12252
11692
|
*/
|
|
12253
11693
|
"steps"?: boolean;
|
|
12254
|
-
/**
|
|
12255
|
-
* @uiName Text color
|
|
12256
|
-
* @uiWidget color
|
|
12257
|
-
* @uiGroup Style
|
|
12258
|
-
*/
|
|
12259
|
-
"textColor"?: string;
|
|
12260
11694
|
}
|
|
12261
11695
|
interface SqmTaxAndCash {
|
|
12262
11696
|
/**
|
|
@@ -12472,6 +11906,11 @@ declare namespace LocalJSX {
|
|
|
12472
11906
|
* @uiGroup Dashboard Properties
|
|
12473
11907
|
*/
|
|
12474
11908
|
"dashboard_replaceTaxFormModalHeader"?: string;
|
|
11909
|
+
/**
|
|
11910
|
+
* Additional text displayed next to the tax form's status badge
|
|
11911
|
+
* @uiName Required tax form description
|
|
11912
|
+
*/
|
|
11913
|
+
"dashboard_requiredTaxForm"?: string;
|
|
12475
11914
|
/**
|
|
12476
11915
|
* @uiName Payout status badge
|
|
12477
11916
|
* @uiGroup Dashboard Properties
|
|
@@ -12493,6 +11932,11 @@ declare namespace LocalJSX {
|
|
|
12493
11932
|
* @uiGroup Dashboard Properties
|
|
12494
11933
|
*/
|
|
12495
11934
|
"dashboard_statusTextNotVerified"?: string;
|
|
11935
|
+
/**
|
|
11936
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
11937
|
+
* @uiName Required tax form badge label
|
|
11938
|
+
*/
|
|
11939
|
+
"dashboard_statusTextRequired"?: string;
|
|
12496
11940
|
/**
|
|
12497
11941
|
* @uiName Spain sub-region indirect tax number
|
|
12498
11942
|
* @uiGroup Dashboard Properties
|
|
@@ -12600,9 +12044,28 @@ declare namespace LocalJSX {
|
|
|
12600
12044
|
*/
|
|
12601
12045
|
"dashboard_verificationReviewInternalHeader"?: string;
|
|
12602
12046
|
/**
|
|
12603
|
-
* @
|
|
12047
|
+
* @uiName W9 payment threshold alert button text
|
|
12048
|
+
* @uiGroup Dashboard Properties
|
|
12049
|
+
* @uiWidget textArea
|
|
12050
|
+
*/
|
|
12051
|
+
"dashboard_w9RequiredButtonText"?: string;
|
|
12052
|
+
/**
|
|
12053
|
+
* @uiName W9 payment threshold alert description
|
|
12054
|
+
* @uiGroup Dashboard Properties
|
|
12055
|
+
* @uiWidget textArea
|
|
12056
|
+
*/
|
|
12057
|
+
"dashboard_w9RequiredDescription"?: string;
|
|
12058
|
+
/**
|
|
12059
|
+
* @uiName W9 payment threshold alert header
|
|
12060
|
+
* @uiGroup Dashboard Properties
|
|
12061
|
+
* @uiWidget textArea
|
|
12062
|
+
*/
|
|
12063
|
+
"dashboard_w9RequiredHeader"?: string;
|
|
12064
|
+
/**
|
|
12065
|
+
* @undocumented
|
|
12066
|
+
* @uiType object
|
|
12604
12067
|
*/
|
|
12605
|
-
"demoData"?: DemoData<
|
|
12068
|
+
"demoData"?: DemoData<UseTaxAndCashResultType>;
|
|
12606
12069
|
/**
|
|
12607
12070
|
* Displayed under a field when it has an invalid entry.
|
|
12608
12071
|
* @uiName Form field error message
|
|
@@ -12674,15 +12137,6 @@ declare namespace LocalJSX {
|
|
|
12674
12137
|
* @uiGroup General Form Properties
|
|
12675
12138
|
*/
|
|
12676
12139
|
"searchForCountryText"?: string;
|
|
12677
|
-
/**
|
|
12678
|
-
* @undocumented
|
|
12679
|
-
* @componentState { "title": "Step 1: Personal information", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
12680
|
-
* @componentState { "title": "Step 2: Indirect tax", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"], "uiGroup": "Step 2 Properties" }
|
|
12681
|
-
* @componentState { "title": "Step 3: Tax form", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"], "uiGroup": "Step 3 Properties" }
|
|
12682
|
-
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
12683
|
-
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
|
|
12684
|
-
*/
|
|
12685
|
-
"stateController"?: string;
|
|
12686
12140
|
/**
|
|
12687
12141
|
* @uiName Address field label
|
|
12688
12142
|
* @uiGroup Step 1 Properties
|
|
@@ -13225,6 +12679,12 @@ declare namespace LocalJSX {
|
|
|
13225
12679
|
* @uiGroup General Form Properties
|
|
13226
12680
|
*/
|
|
13227
12681
|
"taxAndPayoutsDescription"?: string;
|
|
12682
|
+
/**
|
|
12683
|
+
* Link text for Terms and Conditions
|
|
12684
|
+
* @uiName Terms and Conditions text
|
|
12685
|
+
* @uiGroup General Form Properties
|
|
12686
|
+
*/
|
|
12687
|
+
"termsAndConditions"?: string;
|
|
13228
12688
|
}
|
|
13229
12689
|
interface SqmTaxAndCashDashboard {
|
|
13230
12690
|
/**
|
|
@@ -13376,12 +12836,6 @@ declare namespace LocalJSX {
|
|
|
13376
12836
|
* @uiName Submit new tax form button label
|
|
13377
12837
|
*/
|
|
13378
12838
|
"newFormButton"?: string;
|
|
13379
|
-
/**
|
|
13380
|
-
* No other statuses or badges will be displayed in the tax form section in this case.
|
|
13381
|
-
* @uiName Tax form not required text
|
|
13382
|
-
* @uiWidget textArea
|
|
13383
|
-
*/
|
|
13384
|
-
"noFormNeededSubtext"?: string;
|
|
13385
12839
|
/**
|
|
13386
12840
|
* @uiName Not registered for indirect tax text
|
|
13387
12841
|
* @uiWidget textArea
|
|
@@ -13424,10 +12878,10 @@ declare namespace LocalJSX {
|
|
|
13424
12878
|
*/
|
|
13425
12879
|
"replaceTaxFormModalHeader"?: string;
|
|
13426
12880
|
/**
|
|
13427
|
-
*
|
|
13428
|
-
* @
|
|
12881
|
+
* Additional text displayed next to the tax form's status badge
|
|
12882
|
+
* @uiName Required tax form description
|
|
13429
12883
|
*/
|
|
13430
|
-
"
|
|
12884
|
+
"requiredTaxForm"?: string;
|
|
13431
12885
|
/**
|
|
13432
12886
|
* @uiName Payout status badge
|
|
13433
12887
|
*/
|
|
@@ -13445,6 +12899,11 @@ declare namespace LocalJSX {
|
|
|
13445
12899
|
* @uiName Not verified tax form badge label
|
|
13446
12900
|
*/
|
|
13447
12901
|
"statusTextNotVerified"?: string;
|
|
12902
|
+
/**
|
|
12903
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
12904
|
+
* @uiName Required tax form badge label
|
|
12905
|
+
*/
|
|
12906
|
+
"statusTextRequired"?: string;
|
|
13448
12907
|
/**
|
|
13449
12908
|
* @uiName Spain sub-region indirect tax number
|
|
13450
12909
|
*/
|
|
@@ -13536,38 +12995,26 @@ declare namespace LocalJSX {
|
|
|
13536
12995
|
* @uiName Verification review internal alert header
|
|
13537
12996
|
*/
|
|
13538
12997
|
"verificationReviewInternalHeader"?: string;
|
|
13539
|
-
}
|
|
13540
|
-
interface SqmText {
|
|
13541
12998
|
/**
|
|
13542
|
-
*
|
|
13543
|
-
* @uiName Font Size
|
|
13544
|
-
* @uiType number
|
|
12999
|
+
* @uiName W9 payment threshold alert button text
|
|
13545
13000
|
*/
|
|
13546
|
-
"
|
|
13001
|
+
"w9RequiredButtonText"?: string;
|
|
13547
13002
|
/**
|
|
13548
|
-
* @uiName
|
|
13549
|
-
* @uiWidget color
|
|
13550
|
-
* @format color
|
|
13003
|
+
* @uiName W9 payment threshold alert description
|
|
13551
13004
|
*/
|
|
13552
|
-
"
|
|
13553
|
-
}
|
|
13554
|
-
interface SqmTextSpan {
|
|
13005
|
+
"w9RequiredDescription"?: string;
|
|
13555
13006
|
/**
|
|
13556
|
-
*
|
|
13557
|
-
* @uiName Font Size
|
|
13558
|
-
* @uiType number
|
|
13007
|
+
* @uiName W9 payment threshold alert header
|
|
13559
13008
|
*/
|
|
13560
|
-
"
|
|
13009
|
+
"w9RequiredHeader"?: string;
|
|
13010
|
+
}
|
|
13011
|
+
interface SqmText {
|
|
13012
|
+
}
|
|
13013
|
+
interface SqmTextSpan {
|
|
13561
13014
|
/**
|
|
13562
13015
|
* @uiName Text
|
|
13563
13016
|
*/
|
|
13564
13017
|
"text"?: string;
|
|
13565
|
-
/**
|
|
13566
|
-
* @uiName Text Color
|
|
13567
|
-
* @uiWidget color
|
|
13568
|
-
* @format color
|
|
13569
|
-
*/
|
|
13570
|
-
"textColor"?: string;
|
|
13571
13018
|
/**
|
|
13572
13019
|
* @uiName Type
|
|
13573
13020
|
* @uiType string
|
|
@@ -13597,24 +13044,10 @@ declare namespace LocalJSX {
|
|
|
13597
13044
|
* @uiEnumNames ["Gift", "Circle"]
|
|
13598
13045
|
*/
|
|
13599
13046
|
"icon"?: "gift" | "circle";
|
|
13600
|
-
/**
|
|
13601
|
-
* Color of timeline
|
|
13602
|
-
* @uiName Line color
|
|
13603
|
-
* @uiWidget color
|
|
13604
|
-
* @format color
|
|
13605
|
-
*/
|
|
13606
|
-
"lineColor"?: string;
|
|
13607
13047
|
/**
|
|
13608
13048
|
* @uiName Reward amount
|
|
13609
13049
|
*/
|
|
13610
13050
|
"reward"?: string;
|
|
13611
|
-
/**
|
|
13612
|
-
* Color of the text and copy icon
|
|
13613
|
-
* @uiName Text color
|
|
13614
|
-
* @uiWidget color
|
|
13615
|
-
* @format color
|
|
13616
|
-
*/
|
|
13617
|
-
"textColor"?: string;
|
|
13618
13051
|
/**
|
|
13619
13052
|
* @uiName Reward unit
|
|
13620
13053
|
*/
|
|
@@ -13910,26 +13343,15 @@ declare namespace LocalJSX {
|
|
|
13910
13343
|
* @uiGroup General Text
|
|
13911
13344
|
*/
|
|
13912
13345
|
"general_verifyEmailHeader"?: string;
|
|
13913
|
-
/**
|
|
13914
|
-
* @undocumented
|
|
13915
|
-
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
13916
|
-
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
13917
|
-
*/
|
|
13918
|
-
"stateController"?: string;
|
|
13919
13346
|
}
|
|
13920
13347
|
interface SqmWidgetVerificationController {
|
|
13921
|
-
/**
|
|
13922
|
-
* @componentState { "title": "Not Verified", "slot": "not-verified", "props": { "isAuth": false } }
|
|
13923
|
-
* @componentState { "title": "Verified", "slot": "verified", "props": { "isAuth": true } }
|
|
13924
|
-
*/
|
|
13925
|
-
"stateController"?: string;
|
|
13926
13348
|
}
|
|
13927
13349
|
interface IntrinsicElements {
|
|
13928
13350
|
"raisins-plop-target": RaisinsPlopTarget;
|
|
13351
|
+
"sqm-asset-card": SqmAssetCard;
|
|
13929
13352
|
"sqm-banking-info-form": SqmBankingInfoForm;
|
|
13930
13353
|
"sqm-big-stat": SqmBigStat;
|
|
13931
13354
|
"sqm-brand": SqmBrand;
|
|
13932
|
-
"sqm-brand-selector": SqmBrandSelector;
|
|
13933
13355
|
"sqm-card-feed": SqmCardFeed;
|
|
13934
13356
|
"sqm-checkbox-field": SqmCheckboxField;
|
|
13935
13357
|
"sqm-close-button": SqmCloseButton;
|
|
@@ -13960,6 +13382,10 @@ declare namespace LocalJSX {
|
|
|
13960
13382
|
"sqm-invoice-table-date-column": SqmInvoiceTableDateColumn;
|
|
13961
13383
|
"sqm-invoice-table-download-cell": SqmInvoiceTableDownloadCell;
|
|
13962
13384
|
"sqm-invoice-table-download-column": SqmInvoiceTableDownloadColumn;
|
|
13385
|
+
"sqm-lead-checkbox-field": SqmLeadCheckboxField;
|
|
13386
|
+
"sqm-lead-dropdown-field": SqmLeadDropdownField;
|
|
13387
|
+
"sqm-lead-form": SqmLeadForm;
|
|
13388
|
+
"sqm-lead-input-field": SqmLeadInputField;
|
|
13963
13389
|
"sqm-leaderboard": SqmLeaderboard;
|
|
13964
13390
|
"sqm-leaderboard-rank": SqmLeaderboardRank;
|
|
13965
13391
|
"sqm-link-button": SqmLinkButton;
|
|
@@ -14055,10 +13481,10 @@ declare module "@stencil/core" {
|
|
|
14055
13481
|
export namespace JSX {
|
|
14056
13482
|
interface IntrinsicElements {
|
|
14057
13483
|
"raisins-plop-target": LocalJSX.RaisinsPlopTarget & JSXBase.HTMLAttributes<HTMLRaisinsPlopTargetElement>;
|
|
13484
|
+
"sqm-asset-card": LocalJSX.SqmAssetCard & JSXBase.HTMLAttributes<HTMLSqmAssetCardElement>;
|
|
14058
13485
|
"sqm-banking-info-form": LocalJSX.SqmBankingInfoForm & JSXBase.HTMLAttributes<HTMLSqmBankingInfoFormElement>;
|
|
14059
13486
|
"sqm-big-stat": LocalJSX.SqmBigStat & JSXBase.HTMLAttributes<HTMLSqmBigStatElement>;
|
|
14060
13487
|
"sqm-brand": LocalJSX.SqmBrand & JSXBase.HTMLAttributes<HTMLSqmBrandElement>;
|
|
14061
|
-
"sqm-brand-selector": LocalJSX.SqmBrandSelector & JSXBase.HTMLAttributes<HTMLSqmBrandSelectorElement>;
|
|
14062
13488
|
"sqm-card-feed": LocalJSX.SqmCardFeed & JSXBase.HTMLAttributes<HTMLSqmCardFeedElement>;
|
|
14063
13489
|
"sqm-checkbox-field": LocalJSX.SqmCheckboxField & JSXBase.HTMLAttributes<HTMLSqmCheckboxFieldElement>;
|
|
14064
13490
|
"sqm-close-button": LocalJSX.SqmCloseButton & JSXBase.HTMLAttributes<HTMLSqmCloseButtonElement>;
|
|
@@ -14089,6 +13515,10 @@ declare module "@stencil/core" {
|
|
|
14089
13515
|
"sqm-invoice-table-date-column": LocalJSX.SqmInvoiceTableDateColumn & JSXBase.HTMLAttributes<HTMLSqmInvoiceTableDateColumnElement>;
|
|
14090
13516
|
"sqm-invoice-table-download-cell": LocalJSX.SqmInvoiceTableDownloadCell & JSXBase.HTMLAttributes<HTMLSqmInvoiceTableDownloadCellElement>;
|
|
14091
13517
|
"sqm-invoice-table-download-column": LocalJSX.SqmInvoiceTableDownloadColumn & JSXBase.HTMLAttributes<HTMLSqmInvoiceTableDownloadColumnElement>;
|
|
13518
|
+
"sqm-lead-checkbox-field": LocalJSX.SqmLeadCheckboxField & JSXBase.HTMLAttributes<HTMLSqmLeadCheckboxFieldElement>;
|
|
13519
|
+
"sqm-lead-dropdown-field": LocalJSX.SqmLeadDropdownField & JSXBase.HTMLAttributes<HTMLSqmLeadDropdownFieldElement>;
|
|
13520
|
+
"sqm-lead-form": LocalJSX.SqmLeadForm & JSXBase.HTMLAttributes<HTMLSqmLeadFormElement>;
|
|
13521
|
+
"sqm-lead-input-field": LocalJSX.SqmLeadInputField & JSXBase.HTMLAttributes<HTMLSqmLeadInputFieldElement>;
|
|
14092
13522
|
"sqm-leaderboard": LocalJSX.SqmLeaderboard & JSXBase.HTMLAttributes<HTMLSqmLeaderboardElement>;
|
|
14093
13523
|
"sqm-leaderboard-rank": LocalJSX.SqmLeaderboardRank & JSXBase.HTMLAttributes<HTMLSqmLeaderboardRankElement>;
|
|
14094
13524
|
"sqm-link-button": LocalJSX.SqmLinkButton & JSXBase.HTMLAttributes<HTMLSqmLinkButtonElement>;
|