@saasquatch/mint-components 1.15.0-99 → 1.16.0-0
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} +2504 -706
- 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 +783 -1273
- 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 +36 -83
- 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 +7 -56
- 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 +76 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +8 -5
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/ErrorView.js +27 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +180 -77
- 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 +111 -98
- 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 +1 -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} +2342 -551
- 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 +691 -1181
- 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 +24 -71
- 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-00658daa.entry.js +205 -0
- 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-08090b99.entry.js +144 -0
- 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-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-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-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-4465b8e0.system.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-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-775f3ded.entry.js +1 -0
- 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-8e478d2c.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-b94ffed3.entry.js +273 -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-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-e2f1dd8e.entry.js +9 -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-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-fc7a2647.system.entry.js +1 -0
- package/dist/mint-components/p-fe7af690.system.entry.js +1 -0
- 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 +3 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +12 -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 +34 -11
- 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 +633 -1223
- 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-3285a6b3.system.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
|
|
@@ -2105,6 +2085,18 @@ export namespace Components {
|
|
|
2105
2085
|
* @uiName Verification review internal alert header
|
|
2106
2086
|
*/
|
|
2107
2087
|
"verificationReviewInternalHeader": string;
|
|
2088
|
+
/**
|
|
2089
|
+
* @uiName W9 payment threshold alert button text
|
|
2090
|
+
*/
|
|
2091
|
+
"w9RequiredButtonText": string;
|
|
2092
|
+
/**
|
|
2093
|
+
* @uiName W9 payment threshold alert description
|
|
2094
|
+
*/
|
|
2095
|
+
"w9RequiredDescription": string;
|
|
2096
|
+
/**
|
|
2097
|
+
* @uiName W9 payment threshold alert header
|
|
2098
|
+
*/
|
|
2099
|
+
"w9RequiredHeader": string;
|
|
2108
2100
|
}
|
|
2109
2101
|
interface SqmPopupContainer {
|
|
2110
2102
|
/**
|
|
@@ -2436,21 +2428,6 @@ export namespace Components {
|
|
|
2436
2428
|
"termsText"?: string;
|
|
2437
2429
|
}
|
|
2438
2430
|
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
2431
|
/**
|
|
2455
2432
|
* @undocumented
|
|
2456
2433
|
* @uiType object
|
|
@@ -2495,30 +2472,11 @@ export namespace Components {
|
|
|
2495
2472
|
"successAlertText": string;
|
|
2496
2473
|
}
|
|
2497
2474
|
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
2475
|
/**
|
|
2511
2476
|
* @undocumented
|
|
2512
2477
|
* @uiType object
|
|
2513
2478
|
*/
|
|
2514
2479
|
"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
2480
|
/**
|
|
2523
2481
|
* @undocumented
|
|
2524
2482
|
*/
|
|
@@ -3251,13 +3209,7 @@ export namespace Components {
|
|
|
3251
3209
|
* @uiWidget color
|
|
3252
3210
|
* @format color
|
|
3253
3211
|
*/
|
|
3254
|
-
"backgroundColor"
|
|
3255
|
-
/**
|
|
3256
|
-
* Amount in pixels
|
|
3257
|
-
* @uiName Border radius
|
|
3258
|
-
* @type number
|
|
3259
|
-
*/
|
|
3260
|
-
"borderRadius"?: number;
|
|
3212
|
+
"backgroundColor": string;
|
|
3261
3213
|
/**
|
|
3262
3214
|
* @uiName Description
|
|
3263
3215
|
* @uiWidget textArea
|
|
@@ -3272,18 +3224,6 @@ export namespace Components {
|
|
|
3272
3224
|
* @uiName Icon
|
|
3273
3225
|
*/
|
|
3274
3226
|
"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
3227
|
/**
|
|
3288
3228
|
* Displayed in place of an icon
|
|
3289
3229
|
* @uiName Image URL
|
|
@@ -3296,7 +3236,7 @@ export namespace Components {
|
|
|
3296
3236
|
* @uiWidget color
|
|
3297
3237
|
* @format color
|
|
3298
3238
|
*/
|
|
3299
|
-
"textColor"
|
|
3239
|
+
"textColor": string;
|
|
3300
3240
|
}
|
|
3301
3241
|
interface SqmProgramMenu {
|
|
3302
3242
|
}
|
|
@@ -3348,20 +3288,7 @@ export namespace Components {
|
|
|
3348
3288
|
* @uiWidget color
|
|
3349
3289
|
* @uiType string
|
|
3350
3290
|
*/
|
|
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;
|
|
3291
|
+
"backgroundColor": string;
|
|
3365
3292
|
/**
|
|
3366
3293
|
* @uiName Hide border
|
|
3367
3294
|
* @uiType boolean
|
|
@@ -3400,13 +3327,6 @@ export namespace Components {
|
|
|
3400
3327
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
3401
3328
|
*/
|
|
3402
3329
|
"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
3330
|
/**
|
|
3411
3331
|
* @uiName Vertical alignment
|
|
3412
3332
|
* @uiType string
|
|
@@ -3416,47 +3336,14 @@ export namespace Components {
|
|
|
3416
3336
|
"verticalAlignment": "start" | "center" | "end";
|
|
3417
3337
|
}
|
|
3418
3338
|
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
3339
|
/**
|
|
3443
3340
|
* Set the copy button style and placement
|
|
3444
3341
|
* @uiName Style
|
|
3445
3342
|
* @uiType string
|
|
3446
3343
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
3447
3344
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
3448
|
-
* @uiGroup Style
|
|
3449
3345
|
*/
|
|
3450
3346
|
"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
3347
|
/**
|
|
3461
3348
|
* @uiName Copy button label
|
|
3462
3349
|
*/
|
|
@@ -3488,17 +3375,8 @@ export namespace Components {
|
|
|
3488
3375
|
* @uiType string
|
|
3489
3376
|
* @uiEnum ["left", "center", "right"]
|
|
3490
3377
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
3491
|
-
* @uiGroup Style
|
|
3492
3378
|
*/
|
|
3493
3379
|
"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
3380
|
/**
|
|
3503
3381
|
* The number of milliseconds that the tooltip appears for
|
|
3504
3382
|
* @uiName Tooltip lifespan
|
|
@@ -3533,12 +3411,6 @@ export namespace Components {
|
|
|
3533
3411
|
* @uiWidget programSelector
|
|
3534
3412
|
*/
|
|
3535
3413
|
"programId"?: string;
|
|
3536
|
-
/**
|
|
3537
|
-
* @uiName Text Color
|
|
3538
|
-
* @uiType string
|
|
3539
|
-
* @uiWidget color
|
|
3540
|
-
*/
|
|
3541
|
-
"textColor"?: string;
|
|
3542
3414
|
/**
|
|
3543
3415
|
* @uiName Title Text
|
|
3544
3416
|
*/
|
|
@@ -4002,13 +3874,6 @@ export namespace Components {
|
|
|
4002
3874
|
* @uiWidget textArea
|
|
4003
3875
|
*/
|
|
4004
3876
|
"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
3877
|
/**
|
|
4013
3878
|
* Shown when a user copies a fuel tank code
|
|
4014
3879
|
* @uiName Tooltip text
|
|
@@ -4347,18 +4212,11 @@ export namespace Components {
|
|
|
4347
4212
|
* @uiName Button background color
|
|
4348
4213
|
* @uiWidget color
|
|
4349
4214
|
* @format color
|
|
4350
|
-
* @uiGroup Style
|
|
4351
4215
|
*/
|
|
4352
4216
|
"backgroundcolor"?: string;
|
|
4353
|
-
/**
|
|
4354
|
-
* @uiName Border
|
|
4355
|
-
* @uiGroup Style
|
|
4356
|
-
*/
|
|
4357
|
-
"border"?: string;
|
|
4358
4217
|
/**
|
|
4359
4218
|
* Configure border radius with pixel amount
|
|
4360
4219
|
* @uiName Border radius
|
|
4361
|
-
* @uiGroup Style
|
|
4362
4220
|
*/
|
|
4363
4221
|
"borderradius"?: number;
|
|
4364
4222
|
/**
|
|
@@ -4372,13 +4230,11 @@ export namespace Components {
|
|
|
4372
4230
|
"disabled"?: boolean;
|
|
4373
4231
|
/**
|
|
4374
4232
|
* @uiName Hide icon
|
|
4375
|
-
* @uiGroup Style
|
|
4376
4233
|
* @default
|
|
4377
4234
|
*/
|
|
4378
4235
|
"hideicon"?: boolean;
|
|
4379
4236
|
/**
|
|
4380
4237
|
* @uiName Hide text
|
|
4381
|
-
* @uiGroup Style
|
|
4382
4238
|
* @default
|
|
4383
4239
|
*/
|
|
4384
4240
|
"hidetext"?: boolean;
|
|
@@ -4416,7 +4272,6 @@ export namespace Components {
|
|
|
4416
4272
|
| "unknown";
|
|
4417
4273
|
/**
|
|
4418
4274
|
* @uiName Display pill
|
|
4419
|
-
* @uiGroup Style
|
|
4420
4275
|
*/
|
|
4421
4276
|
"pill"?: boolean;
|
|
4422
4277
|
/**
|
|
@@ -4440,24 +4295,21 @@ export namespace Components {
|
|
|
4440
4295
|
* @uiType string
|
|
4441
4296
|
* @uiEnum ["small", "medium", "large" ]
|
|
4442
4297
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
4443
|
-
* @uiGroup Style
|
|
4444
4298
|
*/
|
|
4445
4299
|
"size"?: "small" | "medium" | "large";
|
|
4446
4300
|
/**
|
|
4447
4301
|
* @uiName Button text color
|
|
4448
4302
|
* @uiWidget color
|
|
4449
4303
|
* @format color
|
|
4450
|
-
* @uiGroup Style
|
|
4451
4304
|
*/
|
|
4452
4305
|
"textcolor"?: string;
|
|
4453
4306
|
/**
|
|
4454
4307
|
* @uiType string
|
|
4455
4308
|
* @uiName Button style
|
|
4456
|
-
* @uiEnum ["primary"
|
|
4457
|
-
* @uiEnumNames ["Primary", "
|
|
4309
|
+
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
4310
|
+
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4458
4311
|
*/
|
|
4459
4312
|
"type"?: | "primary"
|
|
4460
|
-
| "secondary"
|
|
4461
4313
|
| "success"
|
|
4462
4314
|
| "info"
|
|
4463
4315
|
| "warning"
|
|
@@ -4476,47 +4328,14 @@ export namespace Components {
|
|
|
4476
4328
|
"unsupportedPlatformText"?: string;
|
|
4477
4329
|
}
|
|
4478
4330
|
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
4331
|
/**
|
|
4503
4332
|
* Set the copy button style and placement
|
|
4504
4333
|
* @uiName Style
|
|
4505
4334
|
* @uiType string
|
|
4506
4335
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4507
4336
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4508
|
-
* @uiGroup Style
|
|
4509
4337
|
*/
|
|
4510
4338
|
"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
4339
|
/**
|
|
4521
4340
|
* @uiName Copy button label
|
|
4522
4341
|
*/
|
|
@@ -4538,17 +4357,8 @@ export namespace Components {
|
|
|
4538
4357
|
* @uiType string
|
|
4539
4358
|
* @uiEnum ["left", "center", "right"]
|
|
4540
4359
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4541
|
-
* @uiGroup Style
|
|
4542
4360
|
*/
|
|
4543
4361
|
"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
4362
|
/**
|
|
4553
4363
|
* The number of milliseconds that the tooltip appears for
|
|
4554
4364
|
* @uiName Tooltip lifespan
|
|
@@ -4561,47 +4371,14 @@ export namespace Components {
|
|
|
4561
4371
|
"tooltiptext": string;
|
|
4562
4372
|
}
|
|
4563
4373
|
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
4374
|
/**
|
|
4588
4375
|
* Set the copy button style and placement
|
|
4589
|
-
* @uiName
|
|
4376
|
+
* @uiName Style
|
|
4590
4377
|
* @uiType string
|
|
4591
4378
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4592
4379
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4593
|
-
* @uiGroup Style
|
|
4594
4380
|
*/
|
|
4595
4381
|
"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
4382
|
/**
|
|
4606
4383
|
* @uiName Copy button label
|
|
4607
4384
|
*/
|
|
@@ -4623,17 +4400,8 @@ export namespace Components {
|
|
|
4623
4400
|
* @uiType string
|
|
4624
4401
|
* @uiEnum ["left", "center", "right"]
|
|
4625
4402
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4626
|
-
* @uiGroup Style
|
|
4627
4403
|
*/
|
|
4628
4404
|
"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
4405
|
/**
|
|
4638
4406
|
* The number of milliseconds that the tooltip appears for
|
|
4639
4407
|
* @uiName Tooltip lifespan
|
|
@@ -4647,34 +4415,12 @@ export namespace Components {
|
|
|
4647
4415
|
}
|
|
4648
4416
|
interface SqmStatContainer {
|
|
4649
4417
|
/**
|
|
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
4418
|
* @uiName Display
|
|
4660
4419
|
* @uiType string
|
|
4661
4420
|
* @uiEnum ["grid", "flex"]
|
|
4662
4421
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4663
4422
|
*/
|
|
4664
4423
|
"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
4424
|
/**
|
|
4679
4425
|
* @uiName Space between stats
|
|
4680
4426
|
* @uiType string
|
|
@@ -4716,33 +4462,8 @@ export namespace Components {
|
|
|
4716
4462
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
4717
4463
|
*/
|
|
4718
4464
|
"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
4465
|
}
|
|
4727
4466
|
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
4467
|
/**
|
|
4747
4468
|
* @uiName Button link
|
|
4748
4469
|
* @uiGroup Button
|
|
@@ -4753,14 +4474,6 @@ export namespace Components {
|
|
|
4753
4474
|
* @uiGroup Button
|
|
4754
4475
|
*/
|
|
4755
4476
|
"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
4477
|
/**
|
|
4765
4478
|
* @uiName Title
|
|
4766
4479
|
* @uiGroup Task
|
|
@@ -4898,12 +4611,6 @@ export namespace Components {
|
|
|
4898
4611
|
* @default
|
|
4899
4612
|
*/
|
|
4900
4613
|
"steps": boolean;
|
|
4901
|
-
/**
|
|
4902
|
-
* @uiName Text color
|
|
4903
|
-
* @uiWidget color
|
|
4904
|
-
* @uiGroup Style
|
|
4905
|
-
*/
|
|
4906
|
-
"textColor"?: string;
|
|
4907
4614
|
}
|
|
4908
4615
|
interface SqmTaxAndCash {
|
|
4909
4616
|
/**
|
|
@@ -5119,6 +4826,11 @@ export namespace Components {
|
|
|
5119
4826
|
* @uiGroup Dashboard Properties
|
|
5120
4827
|
*/
|
|
5121
4828
|
"dashboard_replaceTaxFormModalHeader": string;
|
|
4829
|
+
/**
|
|
4830
|
+
* Additional text displayed next to the tax form's status badge
|
|
4831
|
+
* @uiName Required tax form description
|
|
4832
|
+
*/
|
|
4833
|
+
"dashboard_requiredTaxForm"?: string;
|
|
5122
4834
|
/**
|
|
5123
4835
|
* @uiName Payout status badge
|
|
5124
4836
|
* @uiGroup Dashboard Properties
|
|
@@ -5140,6 +4852,11 @@ export namespace Components {
|
|
|
5140
4852
|
* @uiGroup Dashboard Properties
|
|
5141
4853
|
*/
|
|
5142
4854
|
"dashboard_statusTextNotVerified"?: string;
|
|
4855
|
+
/**
|
|
4856
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
4857
|
+
* @uiName Required tax form badge label
|
|
4858
|
+
*/
|
|
4859
|
+
"dashboard_statusTextRequired"?: string;
|
|
5143
4860
|
/**
|
|
5144
4861
|
* @uiName Spain sub-region indirect tax number
|
|
5145
4862
|
* @uiGroup Dashboard Properties
|
|
@@ -5247,9 +4964,28 @@ export namespace Components {
|
|
|
5247
4964
|
*/
|
|
5248
4965
|
"dashboard_verificationReviewInternalHeader": string;
|
|
5249
4966
|
/**
|
|
5250
|
-
* @
|
|
4967
|
+
* @uiName W9 payment threshold alert button text
|
|
4968
|
+
* @uiGroup Dashboard Properties
|
|
4969
|
+
* @uiWidget textArea
|
|
4970
|
+
*/
|
|
4971
|
+
"dashboard_w9RequiredButtonText": string;
|
|
4972
|
+
/**
|
|
4973
|
+
* @uiName W9 payment threshold alert description
|
|
4974
|
+
* @uiGroup Dashboard Properties
|
|
4975
|
+
* @uiWidget textArea
|
|
4976
|
+
*/
|
|
4977
|
+
"dashboard_w9RequiredDescription": string;
|
|
4978
|
+
/**
|
|
4979
|
+
* @uiName W9 payment threshold alert header
|
|
4980
|
+
* @uiGroup Dashboard Properties
|
|
4981
|
+
* @uiWidget textArea
|
|
4982
|
+
*/
|
|
4983
|
+
"dashboard_w9RequiredHeader": string;
|
|
4984
|
+
/**
|
|
4985
|
+
* @undocumented
|
|
4986
|
+
* @uiType object
|
|
5251
4987
|
*/
|
|
5252
|
-
"demoData"?: DemoData<
|
|
4988
|
+
"demoData"?: DemoData<UseTaxAndCashResultType>;
|
|
5253
4989
|
/**
|
|
5254
4990
|
* Displayed under a field when it has an invalid entry.
|
|
5255
4991
|
* @uiName Form field error message
|
|
@@ -5321,15 +5057,6 @@ export namespace Components {
|
|
|
5321
5057
|
* @uiGroup General Form Properties
|
|
5322
5058
|
*/
|
|
5323
5059
|
"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
5060
|
/**
|
|
5334
5061
|
* @uiName Address field label
|
|
5335
5062
|
* @uiGroup Step 1 Properties
|
|
@@ -6023,12 +5750,6 @@ export namespace Components {
|
|
|
6023
5750
|
* @uiName Submit new tax form button label
|
|
6024
5751
|
*/
|
|
6025
5752
|
"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
5753
|
/**
|
|
6033
5754
|
* @uiName Not registered for indirect tax text
|
|
6034
5755
|
* @uiWidget textArea
|
|
@@ -6071,10 +5792,10 @@ export namespace Components {
|
|
|
6071
5792
|
*/
|
|
6072
5793
|
"replaceTaxFormModalHeader": string;
|
|
6073
5794
|
/**
|
|
6074
|
-
*
|
|
6075
|
-
* @
|
|
5795
|
+
* Additional text displayed next to the tax form's status badge
|
|
5796
|
+
* @uiName Required tax form description
|
|
6076
5797
|
*/
|
|
6077
|
-
"
|
|
5798
|
+
"requiredTaxForm"?: string;
|
|
6078
5799
|
/**
|
|
6079
5800
|
* @uiName Payout status badge
|
|
6080
5801
|
*/
|
|
@@ -6092,6 +5813,11 @@ export namespace Components {
|
|
|
6092
5813
|
* @uiName Not verified tax form badge label
|
|
6093
5814
|
*/
|
|
6094
5815
|
"statusTextNotVerified"?: string;
|
|
5816
|
+
/**
|
|
5817
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
5818
|
+
* @uiName Required tax form badge label
|
|
5819
|
+
*/
|
|
5820
|
+
"statusTextRequired"?: string;
|
|
6095
5821
|
/**
|
|
6096
5822
|
* @uiName Spain sub-region indirect tax number
|
|
6097
5823
|
*/
|
|
@@ -6183,38 +5909,26 @@ export namespace Components {
|
|
|
6183
5909
|
* @uiName Verification review internal alert header
|
|
6184
5910
|
*/
|
|
6185
5911
|
"verificationReviewInternalHeader": string;
|
|
6186
|
-
}
|
|
6187
|
-
interface SqmText {
|
|
6188
5912
|
/**
|
|
6189
|
-
*
|
|
6190
|
-
* @uiName Font Size
|
|
6191
|
-
* @uiType number
|
|
5913
|
+
* @uiName W9 payment threshold alert button text
|
|
6192
5914
|
*/
|
|
6193
|
-
"
|
|
5915
|
+
"w9RequiredButtonText": string;
|
|
6194
5916
|
/**
|
|
6195
|
-
* @uiName
|
|
6196
|
-
* @uiWidget color
|
|
6197
|
-
* @format color
|
|
5917
|
+
* @uiName W9 payment threshold alert description
|
|
6198
5918
|
*/
|
|
6199
|
-
"
|
|
6200
|
-
}
|
|
6201
|
-
interface SqmTextSpan {
|
|
5919
|
+
"w9RequiredDescription": string;
|
|
6202
5920
|
/**
|
|
6203
|
-
*
|
|
6204
|
-
* @uiName Font Size
|
|
6205
|
-
* @uiType number
|
|
5921
|
+
* @uiName W9 payment threshold alert header
|
|
6206
5922
|
*/
|
|
6207
|
-
"
|
|
5923
|
+
"w9RequiredHeader": string;
|
|
5924
|
+
}
|
|
5925
|
+
interface SqmText {
|
|
5926
|
+
}
|
|
5927
|
+
interface SqmTextSpan {
|
|
6208
5928
|
/**
|
|
6209
5929
|
* @uiName Text
|
|
6210
5930
|
*/
|
|
6211
5931
|
"text": string;
|
|
6212
|
-
/**
|
|
6213
|
-
* @uiName Text Color
|
|
6214
|
-
* @uiWidget color
|
|
6215
|
-
* @format color
|
|
6216
|
-
*/
|
|
6217
|
-
"textColor"?: string;
|
|
6218
5932
|
/**
|
|
6219
5933
|
* @uiName Type
|
|
6220
5934
|
* @uiType string
|
|
@@ -6244,25 +5958,11 @@ export namespace Components {
|
|
|
6244
5958
|
* @uiEnumNames ["Gift", "Circle"]
|
|
6245
5959
|
*/
|
|
6246
5960
|
"icon": "gift" | "circle";
|
|
6247
|
-
/**
|
|
6248
|
-
* Color of timeline
|
|
6249
|
-
* @uiName Line color
|
|
6250
|
-
* @uiWidget color
|
|
6251
|
-
* @format color
|
|
6252
|
-
*/
|
|
6253
|
-
"lineColor"?: string;
|
|
6254
5961
|
/**
|
|
6255
5962
|
* @uiName Reward amount
|
|
6256
5963
|
*/
|
|
6257
5964
|
"reward": string;
|
|
6258
5965
|
"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
5966
|
/**
|
|
6267
5967
|
* @uiName Reward unit
|
|
6268
5968
|
*/
|
|
@@ -6558,19 +6258,8 @@ export namespace Components {
|
|
|
6558
6258
|
* @uiGroup General Text
|
|
6559
6259
|
*/
|
|
6560
6260
|
"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
6261
|
}
|
|
6568
6262
|
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
6263
|
}
|
|
6575
6264
|
}
|
|
6576
6265
|
declare global {
|
|
@@ -6580,6 +6269,12 @@ declare global {
|
|
|
6580
6269
|
prototype: HTMLRaisinsPlopTargetElement;
|
|
6581
6270
|
new (): HTMLRaisinsPlopTargetElement;
|
|
6582
6271
|
};
|
|
6272
|
+
interface HTMLSqmAssetCardElement extends Components.SqmAssetCard, HTMLStencilElement {
|
|
6273
|
+
}
|
|
6274
|
+
var HTMLSqmAssetCardElement: {
|
|
6275
|
+
prototype: HTMLSqmAssetCardElement;
|
|
6276
|
+
new (): HTMLSqmAssetCardElement;
|
|
6277
|
+
};
|
|
6583
6278
|
interface HTMLSqmBankingInfoFormElement extends Components.SqmBankingInfoForm, HTMLStencilElement {
|
|
6584
6279
|
}
|
|
6585
6280
|
var HTMLSqmBankingInfoFormElement: {
|
|
@@ -6598,12 +6293,6 @@ declare global {
|
|
|
6598
6293
|
prototype: HTMLSqmBrandElement;
|
|
6599
6294
|
new (): HTMLSqmBrandElement;
|
|
6600
6295
|
};
|
|
6601
|
-
interface HTMLSqmBrandSelectorElement extends Components.SqmBrandSelector, HTMLStencilElement {
|
|
6602
|
-
}
|
|
6603
|
-
var HTMLSqmBrandSelectorElement: {
|
|
6604
|
-
prototype: HTMLSqmBrandSelectorElement;
|
|
6605
|
-
new (): HTMLSqmBrandSelectorElement;
|
|
6606
|
-
};
|
|
6607
6296
|
interface HTMLSqmCardFeedElement extends Components.SqmCardFeed, HTMLStencilElement {
|
|
6608
6297
|
}
|
|
6609
6298
|
var HTMLSqmCardFeedElement: {
|
|
@@ -6784,6 +6473,30 @@ declare global {
|
|
|
6784
6473
|
prototype: HTMLSqmInvoiceTableDownloadColumnElement;
|
|
6785
6474
|
new (): HTMLSqmInvoiceTableDownloadColumnElement;
|
|
6786
6475
|
};
|
|
6476
|
+
interface HTMLSqmLeadCheckboxFieldElement extends Components.SqmLeadCheckboxField, HTMLStencilElement {
|
|
6477
|
+
}
|
|
6478
|
+
var HTMLSqmLeadCheckboxFieldElement: {
|
|
6479
|
+
prototype: HTMLSqmLeadCheckboxFieldElement;
|
|
6480
|
+
new (): HTMLSqmLeadCheckboxFieldElement;
|
|
6481
|
+
};
|
|
6482
|
+
interface HTMLSqmLeadDropdownFieldElement extends Components.SqmLeadDropdownField, HTMLStencilElement {
|
|
6483
|
+
}
|
|
6484
|
+
var HTMLSqmLeadDropdownFieldElement: {
|
|
6485
|
+
prototype: HTMLSqmLeadDropdownFieldElement;
|
|
6486
|
+
new (): HTMLSqmLeadDropdownFieldElement;
|
|
6487
|
+
};
|
|
6488
|
+
interface HTMLSqmLeadFormElement extends Components.SqmLeadForm, HTMLStencilElement {
|
|
6489
|
+
}
|
|
6490
|
+
var HTMLSqmLeadFormElement: {
|
|
6491
|
+
prototype: HTMLSqmLeadFormElement;
|
|
6492
|
+
new (): HTMLSqmLeadFormElement;
|
|
6493
|
+
};
|
|
6494
|
+
interface HTMLSqmLeadInputFieldElement extends Components.SqmLeadInputField, HTMLStencilElement {
|
|
6495
|
+
}
|
|
6496
|
+
var HTMLSqmLeadInputFieldElement: {
|
|
6497
|
+
prototype: HTMLSqmLeadInputFieldElement;
|
|
6498
|
+
new (): HTMLSqmLeadInputFieldElement;
|
|
6499
|
+
};
|
|
6787
6500
|
interface HTMLSqmLeaderboardElement extends Components.SqmLeaderboard, HTMLStencilElement {
|
|
6788
6501
|
}
|
|
6789
6502
|
var HTMLSqmLeaderboardElement: {
|
|
@@ -7314,10 +7027,10 @@ declare global {
|
|
|
7314
7027
|
};
|
|
7315
7028
|
interface HTMLElementTagNameMap {
|
|
7316
7029
|
"raisins-plop-target": HTMLRaisinsPlopTargetElement;
|
|
7030
|
+
"sqm-asset-card": HTMLSqmAssetCardElement;
|
|
7317
7031
|
"sqm-banking-info-form": HTMLSqmBankingInfoFormElement;
|
|
7318
7032
|
"sqm-big-stat": HTMLSqmBigStatElement;
|
|
7319
7033
|
"sqm-brand": HTMLSqmBrandElement;
|
|
7320
|
-
"sqm-brand-selector": HTMLSqmBrandSelectorElement;
|
|
7321
7034
|
"sqm-card-feed": HTMLSqmCardFeedElement;
|
|
7322
7035
|
"sqm-checkbox-field": HTMLSqmCheckboxFieldElement;
|
|
7323
7036
|
"sqm-close-button": HTMLSqmCloseButtonElement;
|
|
@@ -7348,6 +7061,10 @@ declare global {
|
|
|
7348
7061
|
"sqm-invoice-table-date-column": HTMLSqmInvoiceTableDateColumnElement;
|
|
7349
7062
|
"sqm-invoice-table-download-cell": HTMLSqmInvoiceTableDownloadCellElement;
|
|
7350
7063
|
"sqm-invoice-table-download-column": HTMLSqmInvoiceTableDownloadColumnElement;
|
|
7064
|
+
"sqm-lead-checkbox-field": HTMLSqmLeadCheckboxFieldElement;
|
|
7065
|
+
"sqm-lead-dropdown-field": HTMLSqmLeadDropdownFieldElement;
|
|
7066
|
+
"sqm-lead-form": HTMLSqmLeadFormElement;
|
|
7067
|
+
"sqm-lead-input-field": HTMLSqmLeadInputFieldElement;
|
|
7351
7068
|
"sqm-leaderboard": HTMLSqmLeaderboardElement;
|
|
7352
7069
|
"sqm-leaderboard-rank": HTMLSqmLeaderboardRankElement;
|
|
7353
7070
|
"sqm-link-button": HTMLSqmLinkButtonElement;
|
|
@@ -7441,6 +7158,21 @@ declare global {
|
|
|
7441
7158
|
declare namespace LocalJSX {
|
|
7442
7159
|
interface RaisinsPlopTarget {
|
|
7443
7160
|
}
|
|
7161
|
+
interface SqmAssetCard {
|
|
7162
|
+
/**
|
|
7163
|
+
* @undocumented
|
|
7164
|
+
* @uiType object
|
|
7165
|
+
*/
|
|
7166
|
+
"demoData"?: DemoData<AssetCardViewProps>;
|
|
7167
|
+
/**
|
|
7168
|
+
* @uiName Banner image
|
|
7169
|
+
*/
|
|
7170
|
+
"imgUrl"?: string;
|
|
7171
|
+
/**
|
|
7172
|
+
* @uiName Banner title
|
|
7173
|
+
*/
|
|
7174
|
+
"titleText"?: string;
|
|
7175
|
+
}
|
|
7444
7176
|
interface SqmBankingInfoForm {
|
|
7445
7177
|
/**
|
|
7446
7178
|
* @uiName Agency code field label
|
|
@@ -7723,7 +7455,6 @@ declare namespace LocalJSX {
|
|
|
7723
7455
|
* @uiType string
|
|
7724
7456
|
* @uiEnum ["left", "right", "center"]
|
|
7725
7457
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
7726
|
-
* @uiGroup Additional Settings
|
|
7727
7458
|
*/
|
|
7728
7459
|
"alignment"?: "left" | "right" | "center";
|
|
7729
7460
|
/**
|
|
@@ -7731,59 +7462,18 @@ declare namespace LocalJSX {
|
|
|
7731
7462
|
* @uiType object
|
|
7732
7463
|
*/
|
|
7733
7464
|
"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
7465
|
/**
|
|
7750
7466
|
* Controls the order of the stat value & description column
|
|
7751
7467
|
* @uiName Flex reverse
|
|
7752
|
-
* @default
|
|
7753
|
-
* @uiGroup Additional Settings
|
|
7468
|
+
* @default
|
|
7754
7469
|
*/
|
|
7755
7470
|
"flexReverse"?: boolean;
|
|
7756
7471
|
/**
|
|
7757
7472
|
* The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
|
|
7758
7473
|
* @uiName Program ID
|
|
7759
7474
|
* @uiWidget programSelector
|
|
7760
|
-
* @uiGroup Additional Settings
|
|
7761
7475
|
*/
|
|
7762
7476
|
"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
7477
|
/**
|
|
7788
7478
|
* Select what type of stat to display. Manual paths are also supported.
|
|
7789
7479
|
* @uiWidget statTypeSelectWidget
|
|
@@ -7808,8 +7498,6 @@ declare namespace LocalJSX {
|
|
|
7808
7498
|
*/
|
|
7809
7499
|
"brandFont"?: string;
|
|
7810
7500
|
}
|
|
7811
|
-
interface SqmBrandSelector {
|
|
7812
|
-
}
|
|
7813
7501
|
interface SqmCardFeed {
|
|
7814
7502
|
/**
|
|
7815
7503
|
* @uiName Column gap
|
|
@@ -7916,47 +7604,14 @@ declare namespace LocalJSX {
|
|
|
7916
7604
|
"contextName"?: string;
|
|
7917
7605
|
}
|
|
7918
7606
|
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
7607
|
/**
|
|
7943
7608
|
* Set the copy button style and placement.
|
|
7944
7609
|
* @uiName Style
|
|
7945
7610
|
* @uiType string
|
|
7946
7611
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
7947
7612
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
7948
|
-
* @uiGroup Style
|
|
7949
7613
|
*/
|
|
7950
7614
|
"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
7615
|
/**
|
|
7961
7616
|
* Display this message when the coupon code has been cancelled.
|
|
7962
7617
|
* @uiWidget textArea
|
|
@@ -7964,6 +7619,20 @@ declare namespace LocalJSX {
|
|
|
7964
7619
|
* @uiGroup Coupon code error
|
|
7965
7620
|
*/
|
|
7966
7621
|
"cancelledErrorText"?: string;
|
|
7622
|
+
/**
|
|
7623
|
+
* Display this message when the code fails to load before retrying.
|
|
7624
|
+
* @uiWidget textArea
|
|
7625
|
+
* @uiName Code sync error retry message
|
|
7626
|
+
* @uiGroup Coupon code error
|
|
7627
|
+
*/
|
|
7628
|
+
"codeSyncErrorRetryText"?: string;
|
|
7629
|
+
/**
|
|
7630
|
+
* Display this message when the code fails to load after retrying.
|
|
7631
|
+
* @uiWidget textArea
|
|
7632
|
+
* @uiName Code sync error message
|
|
7633
|
+
* @uiGroup Coupon code error
|
|
7634
|
+
*/
|
|
7635
|
+
"codeSyncErrorText"?: string;
|
|
7967
7636
|
/**
|
|
7968
7637
|
* @uiName Copy button label
|
|
7969
7638
|
*/
|
|
@@ -8029,17 +7698,8 @@ declare namespace LocalJSX {
|
|
|
8029
7698
|
* @uiType string
|
|
8030
7699
|
* @uiEnum ["left", "center", "right"]
|
|
8031
7700
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8032
|
-
* @uiGroup Style
|
|
8033
7701
|
*/
|
|
8034
7702
|
"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
7703
|
/**
|
|
8044
7704
|
* The number of milliseconds that the tooltip appears for
|
|
8045
7705
|
* @uiName Tooltip lifespan
|
|
@@ -8052,18 +7712,6 @@ declare namespace LocalJSX {
|
|
|
8052
7712
|
"tooltiptext"?: string;
|
|
8053
7713
|
}
|
|
8054
7714
|
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
7715
|
/**
|
|
8068
7716
|
* Overrides max-width of content area
|
|
8069
7717
|
* @uiName Content Area Width
|
|
@@ -8078,7 +7726,7 @@ declare namespace LocalJSX {
|
|
|
8078
7726
|
*/
|
|
8079
7727
|
"direction"?: "row" | "column";
|
|
8080
7728
|
/**
|
|
8081
|
-
*
|
|
7729
|
+
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
8082
7730
|
* @uiName Border style
|
|
8083
7731
|
*/
|
|
8084
7732
|
"dividerStyle"?: string;
|
|
@@ -8389,15 +8037,11 @@ declare namespace LocalJSX {
|
|
|
8389
8037
|
}
|
|
8390
8038
|
interface SqmHero {
|
|
8391
8039
|
/**
|
|
8392
|
-
*
|
|
8040
|
+
* Can be an image url, colour or Shoelace variable.
|
|
8393
8041
|
* @uiName Background
|
|
8394
8042
|
* @uiWidget Background
|
|
8395
8043
|
*/
|
|
8396
8044
|
"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
8045
|
/**
|
|
8402
8046
|
* @uiName Columns
|
|
8403
8047
|
* @uiEnum [1, 2]
|
|
@@ -8434,7 +8078,6 @@ declare namespace LocalJSX {
|
|
|
8434
8078
|
* @uiName Background color
|
|
8435
8079
|
* @uiWidget color
|
|
8436
8080
|
* @format color
|
|
8437
|
-
* @uiGroup Style
|
|
8438
8081
|
*/
|
|
8439
8082
|
"backgroundColor"?: string;
|
|
8440
8083
|
/**
|
|
@@ -8450,15 +8093,6 @@ declare namespace LocalJSX {
|
|
|
8450
8093
|
* @uiName Button text
|
|
8451
8094
|
*/
|
|
8452
8095
|
"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
8096
|
/**
|
|
8463
8097
|
* @uiName Description
|
|
8464
8098
|
* @uiWidget textArea
|
|
@@ -8473,13 +8107,11 @@ declare namespace LocalJSX {
|
|
|
8473
8107
|
* @uiType string
|
|
8474
8108
|
* @uiEnum ["top", "bottom"]
|
|
8475
8109
|
* @uiEnumNames ["Top", "Bottom"]
|
|
8476
|
-
* @uiGroup Style
|
|
8477
8110
|
*/
|
|
8478
8111
|
"imageMobilePos"?: "top" | "bottom";
|
|
8479
8112
|
/**
|
|
8480
8113
|
* @uiName Image percentage
|
|
8481
8114
|
* @uiType number
|
|
8482
|
-
* @uiGroup Style
|
|
8483
8115
|
*/
|
|
8484
8116
|
"imagePercentage"?: number;
|
|
8485
8117
|
/**
|
|
@@ -8487,7 +8119,6 @@ declare namespace LocalJSX {
|
|
|
8487
8119
|
* @uiType string
|
|
8488
8120
|
* @uiEnum ["left", "center", "right"]
|
|
8489
8121
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8490
|
-
* @uiGroup Style
|
|
8491
8122
|
*/
|
|
8492
8123
|
"imagePos"?: "left" | "center" | "right";
|
|
8493
8124
|
/**
|
|
@@ -8501,19 +8132,16 @@ declare namespace LocalJSX {
|
|
|
8501
8132
|
* @uiType string
|
|
8502
8133
|
* @uiEnum ["overlay", "columns"]
|
|
8503
8134
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
8504
|
-
* @uiGroup Style
|
|
8505
8135
|
*/
|
|
8506
8136
|
"layout"?: "overlay" | "columns";
|
|
8507
8137
|
/**
|
|
8508
8138
|
* @uiName Overlay color
|
|
8509
8139
|
* @uiWidget color
|
|
8510
8140
|
* @format color
|
|
8511
|
-
* @uiGroup Style
|
|
8512
8141
|
*/
|
|
8513
8142
|
"overlayColor"?: string;
|
|
8514
8143
|
/**
|
|
8515
8144
|
* @uiName Overlay opacity
|
|
8516
|
-
* @uiGroup Style
|
|
8517
8145
|
*/
|
|
8518
8146
|
"overlayOpacity"?: string;
|
|
8519
8147
|
/**
|
|
@@ -8521,7 +8149,6 @@ declare namespace LocalJSX {
|
|
|
8521
8149
|
* @uiType string
|
|
8522
8150
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
8523
8151
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8524
|
-
* @uiGroup Style
|
|
8525
8152
|
*/
|
|
8526
8153
|
"paddingImage"?: Spacing;
|
|
8527
8154
|
/**
|
|
@@ -8529,14 +8156,12 @@ declare namespace LocalJSX {
|
|
|
8529
8156
|
* @uiType string
|
|
8530
8157
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
8531
8158
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8532
|
-
* @uiGroup Style
|
|
8533
8159
|
*/
|
|
8534
8160
|
"paddingText"?: Spacing;
|
|
8535
8161
|
/**
|
|
8536
8162
|
* @uiName Text color
|
|
8537
8163
|
* @uiWidget color
|
|
8538
8164
|
* @format color
|
|
8539
|
-
* @uiGroup Style
|
|
8540
8165
|
*/
|
|
8541
8166
|
"textColor"?: string;
|
|
8542
8167
|
}
|
|
@@ -8946,32 +8571,202 @@ declare namespace LocalJSX {
|
|
|
8946
8571
|
}
|
|
8947
8572
|
interface SqmInvoiceTableDownloadColumn {
|
|
8948
8573
|
}
|
|
8949
|
-
interface
|
|
8574
|
+
interface SqmLeadCheckboxField {
|
|
8950
8575
|
/**
|
|
8951
|
-
*
|
|
8952
|
-
* @
|
|
8576
|
+
* @uiName Checkbox label
|
|
8577
|
+
* @uiWidget textArea
|
|
8953
8578
|
*/
|
|
8954
|
-
"
|
|
8579
|
+
"checkboxLabel"?: string;
|
|
8955
8580
|
/**
|
|
8956
|
-
*
|
|
8957
|
-
* @uiName
|
|
8958
|
-
* @uiWidget color
|
|
8959
|
-
* @uiGroup Style
|
|
8581
|
+
* Used with link text if the checkbox label contains {labelLink}
|
|
8582
|
+
* @uiName Checkbox label link
|
|
8960
8583
|
*/
|
|
8961
|
-
"
|
|
8584
|
+
"checkboxLabelLink"?: string;
|
|
8962
8585
|
/**
|
|
8963
|
-
*
|
|
8964
|
-
|
|
8965
|
-
|
|
8966
|
-
|
|
8586
|
+
* @uiName Checkbox label link lext
|
|
8587
|
+
*/
|
|
8588
|
+
"checkboxLabelLinkText"?: string;
|
|
8589
|
+
/**
|
|
8590
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
8591
|
+
* @uiName Checkbox name attribute
|
|
8592
|
+
* @required
|
|
8593
|
+
*/
|
|
8594
|
+
"checkboxName"?: string;
|
|
8595
|
+
/**
|
|
8596
|
+
* @uiName Optional
|
|
8597
|
+
*/
|
|
8598
|
+
"checkboxOptional"?: boolean;
|
|
8599
|
+
/**
|
|
8600
|
+
* @undocumented
|
|
8601
|
+
* @uiType object
|
|
8602
|
+
*/
|
|
8603
|
+
"demoData"?: DemoData<LeadCheckboxFieldViewProps>;
|
|
8604
|
+
/**
|
|
8605
|
+
* @uiName Unchecked error message
|
|
8606
|
+
*/
|
|
8607
|
+
"errorMessage"?: string;
|
|
8608
|
+
}
|
|
8609
|
+
interface SqmLeadDropdownField {
|
|
8610
|
+
/**
|
|
8611
|
+
* @undocumented
|
|
8612
|
+
* @uiType object
|
|
8613
|
+
*/
|
|
8614
|
+
"demoData"?: DemoData<DropdownFieldViewProps>;
|
|
8615
|
+
/**
|
|
8616
|
+
* @uiName Dropdown label
|
|
8617
|
+
*/
|
|
8618
|
+
"dropdownLabel"?: string;
|
|
8619
|
+
/**
|
|
8620
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
8621
|
+
* @uiName Dropdown name attribute
|
|
8622
|
+
* @required
|
|
8623
|
+
*/
|
|
8624
|
+
"dropdownName"?: string;
|
|
8625
|
+
/**
|
|
8626
|
+
* @uiName Optional
|
|
8627
|
+
* @default
|
|
8628
|
+
*/
|
|
8629
|
+
"dropdownOptional"?: boolean;
|
|
8630
|
+
/**
|
|
8631
|
+
* @uiName Multiple selection
|
|
8632
|
+
* @default
|
|
8633
|
+
*/
|
|
8634
|
+
"multiple"?: boolean;
|
|
8635
|
+
/**
|
|
8636
|
+
* @uiName Optional label
|
|
8637
|
+
*/
|
|
8638
|
+
"optionalLabel"?: string;
|
|
8639
|
+
/**
|
|
8640
|
+
* The message to be displayed when a required field is not filled.
|
|
8641
|
+
* @uiName Required field message
|
|
8642
|
+
* @uiWidget textArea
|
|
8643
|
+
*/
|
|
8644
|
+
"requiredFieldErrorMessage"?: string;
|
|
8645
|
+
}
|
|
8646
|
+
interface SqmLeadForm {
|
|
8647
|
+
/**
|
|
8648
|
+
* @undocumented
|
|
8649
|
+
* @uiType object
|
|
8650
|
+
*/
|
|
8651
|
+
"demoData"?: DemoData<LeadFormViewProps>;
|
|
8652
|
+
/**
|
|
8653
|
+
* @uiName Email field label
|
|
8654
|
+
*/
|
|
8655
|
+
"emailLabel"?: string;
|
|
8656
|
+
/**
|
|
8657
|
+
* @uiName First Name field label
|
|
8658
|
+
*/
|
|
8659
|
+
"firstNameLabel"?: string;
|
|
8660
|
+
/**
|
|
8661
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
8662
|
+
* @uiName Form key
|
|
8663
|
+
*/
|
|
8664
|
+
"formKey"?: string;
|
|
8665
|
+
/**
|
|
8666
|
+
* The message to be displayed if the email used is invalid.
|
|
8667
|
+
* @uiName Invalid email message
|
|
8668
|
+
* @uiWidget textArea
|
|
8669
|
+
*/
|
|
8670
|
+
"invalidEmailErrorMessage"?: string;
|
|
8671
|
+
/**
|
|
8672
|
+
* @uiName Last Name field label
|
|
8673
|
+
*/
|
|
8674
|
+
"lastNameLabel"?: string;
|
|
8675
|
+
/**
|
|
8676
|
+
* The message to be displayed if a the form submission fails unexpectedly.
|
|
8677
|
+
* @uiName Network error message
|
|
8678
|
+
* @uiWidget textArea
|
|
8679
|
+
*/
|
|
8680
|
+
"networkErrorMessage"?: string;
|
|
8681
|
+
/**
|
|
8682
|
+
* @uiName Header text
|
|
8683
|
+
*/
|
|
8684
|
+
"pageLabel"?: string;
|
|
8685
|
+
/**
|
|
8686
|
+
* The message to be displayed if a required field is not filled.
|
|
8687
|
+
* @uiName Required field message
|
|
8688
|
+
* @uiWidget textArea
|
|
8689
|
+
*/
|
|
8690
|
+
"requiredFieldErrorMessage"?: string;
|
|
8691
|
+
/**
|
|
8692
|
+
* @uiName Submit another form button label
|
|
8693
|
+
*/
|
|
8694
|
+
"resubmitFormLabel"?: string;
|
|
8695
|
+
/**
|
|
8696
|
+
* Description text shown if an error occurs.
|
|
8697
|
+
* @uiName Submit error description
|
|
8967
8698
|
*/
|
|
8968
|
-
"
|
|
8699
|
+
"submitErrorDescription"?: string;
|
|
8969
8700
|
/**
|
|
8970
|
-
*
|
|
8971
|
-
* @uiName
|
|
8972
|
-
* @uiGroup Style
|
|
8701
|
+
* Header text shown if an error occurs.
|
|
8702
|
+
* @uiName Submit error header
|
|
8973
8703
|
*/
|
|
8974
|
-
"
|
|
8704
|
+
"submitErrorHeader"?: string;
|
|
8705
|
+
/**
|
|
8706
|
+
* @uiName Submit button text
|
|
8707
|
+
*/
|
|
8708
|
+
"submitLabel"?: string;
|
|
8709
|
+
/**
|
|
8710
|
+
* Description text shown on successful lead submission.
|
|
8711
|
+
* @uiName Submit success description
|
|
8712
|
+
*/
|
|
8713
|
+
"submitSuccessDescription"?: string;
|
|
8714
|
+
/**
|
|
8715
|
+
* Header text shown on successful lead submission.
|
|
8716
|
+
* @uiName Submit success header
|
|
8717
|
+
*/
|
|
8718
|
+
"submitSuccessHeader"?: string;
|
|
8719
|
+
/**
|
|
8720
|
+
* Optional support link text for error messages.
|
|
8721
|
+
* @uiName Support link text
|
|
8722
|
+
*/
|
|
8723
|
+
"supportLinkText"?: string;
|
|
8724
|
+
}
|
|
8725
|
+
interface SqmLeadInputField {
|
|
8726
|
+
/**
|
|
8727
|
+
* @undocumented
|
|
8728
|
+
* @uiType object
|
|
8729
|
+
*/
|
|
8730
|
+
"demoData"?: DemoData<LeadInputFieldViewProps>;
|
|
8731
|
+
/**
|
|
8732
|
+
* @uiName Input label
|
|
8733
|
+
*/
|
|
8734
|
+
"fieldLabel"?: string;
|
|
8735
|
+
/**
|
|
8736
|
+
* This name is used as the key for this form field on submission. The name must be unique within this specific form.
|
|
8737
|
+
* @uiName Input name attribute
|
|
8738
|
+
* @required
|
|
8739
|
+
*/
|
|
8740
|
+
"fieldName"?: string;
|
|
8741
|
+
/**
|
|
8742
|
+
* @uiName Optional
|
|
8743
|
+
* @default
|
|
8744
|
+
*/
|
|
8745
|
+
"fieldOptional"?: boolean;
|
|
8746
|
+
/**
|
|
8747
|
+
* @uiName Input type
|
|
8748
|
+
* @uiType string
|
|
8749
|
+
* @uiEnum ["text", "date", "tel"]
|
|
8750
|
+
* @uiEnumNames ["Text", "Date", "Phone Number"]
|
|
8751
|
+
*/
|
|
8752
|
+
"fieldType"?: "text" | "date" | "tel";
|
|
8753
|
+
/**
|
|
8754
|
+
* @uiName Optional label
|
|
8755
|
+
*/
|
|
8756
|
+
"optionalLabel"?: string;
|
|
8757
|
+
/**
|
|
8758
|
+
* The message to be displayed when a required field is not filled.
|
|
8759
|
+
* @uiName Required field message
|
|
8760
|
+
* @uiWidget textArea
|
|
8761
|
+
*/
|
|
8762
|
+
"requiredFieldErrorMessage"?: string;
|
|
8763
|
+
}
|
|
8764
|
+
interface SqmLeaderboard {
|
|
8765
|
+
/**
|
|
8766
|
+
* Title displayed for users without names
|
|
8767
|
+
* @uiName Unknown user text
|
|
8768
|
+
*/
|
|
8769
|
+
"anonymousUser"?: string;
|
|
8975
8770
|
/**
|
|
8976
8771
|
* @undocumented
|
|
8977
8772
|
* @uiType object
|
|
@@ -9040,31 +8835,10 @@ declare namespace LocalJSX {
|
|
|
9040
8835
|
* @uiName Stats column heading
|
|
9041
8836
|
*/
|
|
9042
8837
|
"statsheading"?: string;
|
|
9043
|
-
/**
|
|
9044
|
-
* Text color of the leaderboard.
|
|
9045
|
-
* @uiName Text Color
|
|
9046
|
-
* @uiWidget color
|
|
9047
|
-
* @uiGroup Style
|
|
9048
|
-
*/
|
|
9049
|
-
"textColor"?: string;
|
|
9050
8838
|
/**
|
|
9051
8839
|
* @uiName User column heading
|
|
9052
8840
|
*/
|
|
9053
8841
|
"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
8842
|
/**
|
|
9069
8843
|
* @uiName Viewing user text
|
|
9070
8844
|
*/
|
|
@@ -9207,47 +8981,8 @@ declare namespace LocalJSX {
|
|
|
9207
8981
|
"menuLabel"?: string;
|
|
9208
8982
|
}
|
|
9209
8983
|
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
8984
|
}
|
|
9223
8985
|
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
8986
|
/**
|
|
9252
8987
|
* @undocumented
|
|
9253
8988
|
* @uiType object
|
|
@@ -9256,7 +8991,6 @@ declare namespace LocalJSX {
|
|
|
9256
8991
|
/**
|
|
9257
8992
|
* Options available at https://shoelace.style/components/icon
|
|
9258
8993
|
* @uiName Icon
|
|
9259
|
-
* @uiGroup Style
|
|
9260
8994
|
*/
|
|
9261
8995
|
"icon"?: string;
|
|
9262
8996
|
/**
|
|
@@ -9264,49 +8998,12 @@ declare namespace LocalJSX {
|
|
|
9264
8998
|
*/
|
|
9265
8999
|
"label"?: string;
|
|
9266
9000
|
/**
|
|
9267
|
-
* @uiName
|
|
9268
|
-
* @
|
|
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
|
-
/**
|
|
9274
|
-
* @uiName Navigation path
|
|
9275
|
-
* @uiWidget pageSelect
|
|
9276
|
-
*/
|
|
9277
|
-
"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
|
|
9001
|
+
* @uiName Navigation path
|
|
9002
|
+
* @uiWidget pageSelect
|
|
9297
9003
|
*/
|
|
9298
|
-
"
|
|
9004
|
+
"path"?: string;
|
|
9299
9005
|
}
|
|
9300
9006
|
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";
|
|
9310
9007
|
/**
|
|
9311
9008
|
* @undocumented
|
|
9312
9009
|
* @uiType object
|
|
@@ -9389,10 +9086,6 @@ declare namespace LocalJSX {
|
|
|
9389
9086
|
* @uiName Payout missing information subtext
|
|
9390
9087
|
*/
|
|
9391
9088
|
"payoutMissingInformationText"?: string;
|
|
9392
|
-
/**
|
|
9393
|
-
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
9394
|
-
*/
|
|
9395
|
-
"stateController"?: string;
|
|
9396
9089
|
/**
|
|
9397
9090
|
* Badge text indicating payout status
|
|
9398
9091
|
* @uiName Payout badge status text
|
|
@@ -9482,6 +9175,18 @@ declare namespace LocalJSX {
|
|
|
9482
9175
|
* @uiName Verification review internal alert header
|
|
9483
9176
|
*/
|
|
9484
9177
|
"verificationReviewInternalHeader"?: string;
|
|
9178
|
+
/**
|
|
9179
|
+
* @uiName W9 payment threshold alert button text
|
|
9180
|
+
*/
|
|
9181
|
+
"w9RequiredButtonText"?: string;
|
|
9182
|
+
/**
|
|
9183
|
+
* @uiName W9 payment threshold alert description
|
|
9184
|
+
*/
|
|
9185
|
+
"w9RequiredDescription"?: string;
|
|
9186
|
+
/**
|
|
9187
|
+
* @uiName W9 payment threshold alert header
|
|
9188
|
+
*/
|
|
9189
|
+
"w9RequiredHeader"?: string;
|
|
9485
9190
|
}
|
|
9486
9191
|
interface SqmPopupContainer {
|
|
9487
9192
|
/**
|
|
@@ -9813,21 +9518,6 @@ declare namespace LocalJSX {
|
|
|
9813
9518
|
"termsText"?: string;
|
|
9814
9519
|
}
|
|
9815
9520
|
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
9521
|
/**
|
|
9832
9522
|
* @undocumented
|
|
9833
9523
|
* @uiType object
|
|
@@ -9872,30 +9562,11 @@ declare namespace LocalJSX {
|
|
|
9872
9562
|
"successAlertText"?: string;
|
|
9873
9563
|
}
|
|
9874
9564
|
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
9565
|
/**
|
|
9888
9566
|
* @undocumented
|
|
9889
9567
|
* @uiType object
|
|
9890
9568
|
*/
|
|
9891
9569
|
"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
9570
|
/**
|
|
9900
9571
|
* @undocumented
|
|
9901
9572
|
*/
|
|
@@ -10629,12 +10300,6 @@ declare namespace LocalJSX {
|
|
|
10629
10300
|
* @format color
|
|
10630
10301
|
*/
|
|
10631
10302
|
"backgroundColor"?: string;
|
|
10632
|
-
/**
|
|
10633
|
-
* Amount in pixels
|
|
10634
|
-
* @uiName Border radius
|
|
10635
|
-
* @type number
|
|
10636
|
-
*/
|
|
10637
|
-
"borderRadius"?: number;
|
|
10638
10303
|
/**
|
|
10639
10304
|
* @uiName Description
|
|
10640
10305
|
* @uiWidget textArea
|
|
@@ -10649,18 +10314,6 @@ declare namespace LocalJSX {
|
|
|
10649
10314
|
* @uiName Icon
|
|
10650
10315
|
*/
|
|
10651
10316
|
"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
10317
|
/**
|
|
10665
10318
|
* Displayed in place of an icon
|
|
10666
10319
|
* @uiName Image URL
|
|
@@ -10726,19 +10379,6 @@ declare namespace LocalJSX {
|
|
|
10726
10379
|
* @uiType string
|
|
10727
10380
|
*/
|
|
10728
10381
|
"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
10382
|
/**
|
|
10743
10383
|
* @uiName Hide border
|
|
10744
10384
|
* @uiType boolean
|
|
@@ -10777,13 +10417,6 @@ declare namespace LocalJSX {
|
|
|
10777
10417
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
10778
10418
|
*/
|
|
10779
10419
|
"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
10420
|
/**
|
|
10788
10421
|
* @uiName Vertical alignment
|
|
10789
10422
|
* @uiType string
|
|
@@ -10793,47 +10426,14 @@ declare namespace LocalJSX {
|
|
|
10793
10426
|
"verticalAlignment"?: "start" | "center" | "end";
|
|
10794
10427
|
}
|
|
10795
10428
|
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
10429
|
/**
|
|
10820
10430
|
* Set the copy button style and placement
|
|
10821
10431
|
* @uiName Style
|
|
10822
10432
|
* @uiType string
|
|
10823
10433
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10824
10434
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
10825
|
-
* @uiGroup Style
|
|
10826
10435
|
*/
|
|
10827
10436
|
"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
10437
|
/**
|
|
10838
10438
|
* @uiName Copy button label
|
|
10839
10439
|
*/
|
|
@@ -10865,17 +10465,8 @@ declare namespace LocalJSX {
|
|
|
10865
10465
|
* @uiType string
|
|
10866
10466
|
* @uiEnum ["left", "center", "right"]
|
|
10867
10467
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
10868
|
-
* @uiGroup Style
|
|
10869
10468
|
*/
|
|
10870
10469
|
"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
10470
|
/**
|
|
10880
10471
|
* The number of milliseconds that the tooltip appears for
|
|
10881
10472
|
* @uiName Tooltip lifespan
|
|
@@ -10910,12 +10501,6 @@ declare namespace LocalJSX {
|
|
|
10910
10501
|
* @uiWidget programSelector
|
|
10911
10502
|
*/
|
|
10912
10503
|
"programId"?: string;
|
|
10913
|
-
/**
|
|
10914
|
-
* @uiName Text Color
|
|
10915
|
-
* @uiType string
|
|
10916
|
-
* @uiWidget color
|
|
10917
|
-
*/
|
|
10918
|
-
"textColor"?: string;
|
|
10919
10504
|
/**
|
|
10920
10505
|
* @uiName Title Text
|
|
10921
10506
|
*/
|
|
@@ -11365,13 +10950,6 @@ declare namespace LocalJSX {
|
|
|
11365
10950
|
* @uiWidget textArea
|
|
11366
10951
|
*/
|
|
11367
10952
|
"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
10953
|
/**
|
|
11376
10954
|
* Shown when a user copies a fuel tank code
|
|
11377
10955
|
* @uiName Tooltip text
|
|
@@ -11700,18 +11278,11 @@ declare namespace LocalJSX {
|
|
|
11700
11278
|
* @uiName Button background color
|
|
11701
11279
|
* @uiWidget color
|
|
11702
11280
|
* @format color
|
|
11703
|
-
* @uiGroup Style
|
|
11704
11281
|
*/
|
|
11705
11282
|
"backgroundcolor"?: string;
|
|
11706
|
-
/**
|
|
11707
|
-
* @uiName Border
|
|
11708
|
-
* @uiGroup Style
|
|
11709
|
-
*/
|
|
11710
|
-
"border"?: string;
|
|
11711
11283
|
/**
|
|
11712
11284
|
* Configure border radius with pixel amount
|
|
11713
11285
|
* @uiName Border radius
|
|
11714
|
-
* @uiGroup Style
|
|
11715
11286
|
*/
|
|
11716
11287
|
"borderradius"?: number;
|
|
11717
11288
|
/**
|
|
@@ -11725,13 +11296,11 @@ declare namespace LocalJSX {
|
|
|
11725
11296
|
"disabled"?: boolean;
|
|
11726
11297
|
/**
|
|
11727
11298
|
* @uiName Hide icon
|
|
11728
|
-
* @uiGroup Style
|
|
11729
11299
|
* @default
|
|
11730
11300
|
*/
|
|
11731
11301
|
"hideicon"?: boolean;
|
|
11732
11302
|
/**
|
|
11733
11303
|
* @uiName Hide text
|
|
11734
|
-
* @uiGroup Style
|
|
11735
11304
|
* @default
|
|
11736
11305
|
*/
|
|
11737
11306
|
"hidetext"?: boolean;
|
|
@@ -11769,7 +11338,6 @@ declare namespace LocalJSX {
|
|
|
11769
11338
|
| "unknown";
|
|
11770
11339
|
/**
|
|
11771
11340
|
* @uiName Display pill
|
|
11772
|
-
* @uiGroup Style
|
|
11773
11341
|
*/
|
|
11774
11342
|
"pill"?: boolean;
|
|
11775
11343
|
/**
|
|
@@ -11793,24 +11361,21 @@ declare namespace LocalJSX {
|
|
|
11793
11361
|
* @uiType string
|
|
11794
11362
|
* @uiEnum ["small", "medium", "large" ]
|
|
11795
11363
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
11796
|
-
* @uiGroup Style
|
|
11797
11364
|
*/
|
|
11798
11365
|
"size"?: "small" | "medium" | "large";
|
|
11799
11366
|
/**
|
|
11800
11367
|
* @uiName Button text color
|
|
11801
11368
|
* @uiWidget color
|
|
11802
11369
|
* @format color
|
|
11803
|
-
* @uiGroup Style
|
|
11804
11370
|
*/
|
|
11805
11371
|
"textcolor"?: string;
|
|
11806
11372
|
/**
|
|
11807
11373
|
* @uiType string
|
|
11808
11374
|
* @uiName Button style
|
|
11809
|
-
* @uiEnum ["primary"
|
|
11810
|
-
* @uiEnumNames ["Primary", "
|
|
11375
|
+
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
11376
|
+
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
11811
11377
|
*/
|
|
11812
11378
|
"type"?: | "primary"
|
|
11813
|
-
| "secondary"
|
|
11814
11379
|
| "success"
|
|
11815
11380
|
| "info"
|
|
11816
11381
|
| "warning"
|
|
@@ -11829,47 +11394,14 @@ declare namespace LocalJSX {
|
|
|
11829
11394
|
"unsupportedPlatformText"?: string;
|
|
11830
11395
|
}
|
|
11831
11396
|
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
11397
|
/**
|
|
11856
11398
|
* Set the copy button style and placement
|
|
11857
11399
|
* @uiName Style
|
|
11858
11400
|
* @uiType string
|
|
11859
11401
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
11860
11402
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11861
|
-
* @uiGroup Style
|
|
11862
11403
|
*/
|
|
11863
11404
|
"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
11405
|
/**
|
|
11874
11406
|
* @uiName Copy button label
|
|
11875
11407
|
*/
|
|
@@ -11891,17 +11423,8 @@ declare namespace LocalJSX {
|
|
|
11891
11423
|
* @uiType string
|
|
11892
11424
|
* @uiEnum ["left", "center", "right"]
|
|
11893
11425
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11894
|
-
* @uiGroup Style
|
|
11895
11426
|
*/
|
|
11896
11427
|
"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
11428
|
/**
|
|
11906
11429
|
* The number of milliseconds that the tooltip appears for
|
|
11907
11430
|
* @uiName Tooltip lifespan
|
|
@@ -11914,47 +11437,14 @@ declare namespace LocalJSX {
|
|
|
11914
11437
|
"tooltiptext"?: string;
|
|
11915
11438
|
}
|
|
11916
11439
|
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
11440
|
/**
|
|
11941
11441
|
* Set the copy button style and placement
|
|
11942
|
-
* @uiName
|
|
11442
|
+
* @uiName Style
|
|
11943
11443
|
* @uiType string
|
|
11944
11444
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
11945
11445
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11946
|
-
* @uiGroup Style
|
|
11947
11446
|
*/
|
|
11948
11447
|
"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
11448
|
/**
|
|
11959
11449
|
* @uiName Copy button label
|
|
11960
11450
|
*/
|
|
@@ -11976,17 +11466,8 @@ declare namespace LocalJSX {
|
|
|
11976
11466
|
* @uiType string
|
|
11977
11467
|
* @uiEnum ["left", "center", "right"]
|
|
11978
11468
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11979
|
-
* @uiGroup Style
|
|
11980
11469
|
*/
|
|
11981
11470
|
"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
11471
|
/**
|
|
11991
11472
|
* The number of milliseconds that the tooltip appears for
|
|
11992
11473
|
* @uiName Tooltip lifespan
|
|
@@ -12000,34 +11481,12 @@ declare namespace LocalJSX {
|
|
|
12000
11481
|
}
|
|
12001
11482
|
interface SqmStatContainer {
|
|
12002
11483
|
/**
|
|
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
11484
|
* @uiName Display
|
|
12013
11485
|
* @uiType string
|
|
12014
11486
|
* @uiEnum ["grid", "flex"]
|
|
12015
11487
|
* @uiEnumNames ["Grid", "Flex"]
|
|
12016
11488
|
*/
|
|
12017
11489
|
"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
11490
|
/**
|
|
12032
11491
|
* @uiName Space between stats
|
|
12033
11492
|
* @uiType string
|
|
@@ -12069,33 +11528,8 @@ declare namespace LocalJSX {
|
|
|
12069
11528
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
12070
11529
|
*/
|
|
12071
11530
|
"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
11531
|
}
|
|
12080
11532
|
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
11533
|
/**
|
|
12100
11534
|
* @uiName Button link
|
|
12101
11535
|
* @uiGroup Button
|
|
@@ -12106,14 +11540,6 @@ declare namespace LocalJSX {
|
|
|
12106
11540
|
* @uiGroup Button
|
|
12107
11541
|
*/
|
|
12108
11542
|
"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
11543
|
/**
|
|
12118
11544
|
* @uiName Title
|
|
12119
11545
|
* @uiGroup Task
|
|
@@ -12251,12 +11677,6 @@ declare namespace LocalJSX {
|
|
|
12251
11677
|
* @default
|
|
12252
11678
|
*/
|
|
12253
11679
|
"steps"?: boolean;
|
|
12254
|
-
/**
|
|
12255
|
-
* @uiName Text color
|
|
12256
|
-
* @uiWidget color
|
|
12257
|
-
* @uiGroup Style
|
|
12258
|
-
*/
|
|
12259
|
-
"textColor"?: string;
|
|
12260
11680
|
}
|
|
12261
11681
|
interface SqmTaxAndCash {
|
|
12262
11682
|
/**
|
|
@@ -12472,6 +11892,11 @@ declare namespace LocalJSX {
|
|
|
12472
11892
|
* @uiGroup Dashboard Properties
|
|
12473
11893
|
*/
|
|
12474
11894
|
"dashboard_replaceTaxFormModalHeader"?: string;
|
|
11895
|
+
/**
|
|
11896
|
+
* Additional text displayed next to the tax form's status badge
|
|
11897
|
+
* @uiName Required tax form description
|
|
11898
|
+
*/
|
|
11899
|
+
"dashboard_requiredTaxForm"?: string;
|
|
12475
11900
|
/**
|
|
12476
11901
|
* @uiName Payout status badge
|
|
12477
11902
|
* @uiGroup Dashboard Properties
|
|
@@ -12493,6 +11918,11 @@ declare namespace LocalJSX {
|
|
|
12493
11918
|
* @uiGroup Dashboard Properties
|
|
12494
11919
|
*/
|
|
12495
11920
|
"dashboard_statusTextNotVerified"?: string;
|
|
11921
|
+
/**
|
|
11922
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
11923
|
+
* @uiName Required tax form badge label
|
|
11924
|
+
*/
|
|
11925
|
+
"dashboard_statusTextRequired"?: string;
|
|
12496
11926
|
/**
|
|
12497
11927
|
* @uiName Spain sub-region indirect tax number
|
|
12498
11928
|
* @uiGroup Dashboard Properties
|
|
@@ -12600,9 +12030,28 @@ declare namespace LocalJSX {
|
|
|
12600
12030
|
*/
|
|
12601
12031
|
"dashboard_verificationReviewInternalHeader"?: string;
|
|
12602
12032
|
/**
|
|
12603
|
-
* @
|
|
12033
|
+
* @uiName W9 payment threshold alert button text
|
|
12034
|
+
* @uiGroup Dashboard Properties
|
|
12035
|
+
* @uiWidget textArea
|
|
12036
|
+
*/
|
|
12037
|
+
"dashboard_w9RequiredButtonText"?: string;
|
|
12038
|
+
/**
|
|
12039
|
+
* @uiName W9 payment threshold alert description
|
|
12040
|
+
* @uiGroup Dashboard Properties
|
|
12041
|
+
* @uiWidget textArea
|
|
12042
|
+
*/
|
|
12043
|
+
"dashboard_w9RequiredDescription"?: string;
|
|
12044
|
+
/**
|
|
12045
|
+
* @uiName W9 payment threshold alert header
|
|
12046
|
+
* @uiGroup Dashboard Properties
|
|
12047
|
+
* @uiWidget textArea
|
|
12048
|
+
*/
|
|
12049
|
+
"dashboard_w9RequiredHeader"?: string;
|
|
12050
|
+
/**
|
|
12051
|
+
* @undocumented
|
|
12052
|
+
* @uiType object
|
|
12604
12053
|
*/
|
|
12605
|
-
"demoData"?: DemoData<
|
|
12054
|
+
"demoData"?: DemoData<UseTaxAndCashResultType>;
|
|
12606
12055
|
/**
|
|
12607
12056
|
* Displayed under a field when it has an invalid entry.
|
|
12608
12057
|
* @uiName Form field error message
|
|
@@ -12674,15 +12123,6 @@ declare namespace LocalJSX {
|
|
|
12674
12123
|
* @uiGroup General Form Properties
|
|
12675
12124
|
*/
|
|
12676
12125
|
"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
12126
|
/**
|
|
12687
12127
|
* @uiName Address field label
|
|
12688
12128
|
* @uiGroup Step 1 Properties
|
|
@@ -13376,12 +12816,6 @@ declare namespace LocalJSX {
|
|
|
13376
12816
|
* @uiName Submit new tax form button label
|
|
13377
12817
|
*/
|
|
13378
12818
|
"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
12819
|
/**
|
|
13386
12820
|
* @uiName Not registered for indirect tax text
|
|
13387
12821
|
* @uiWidget textArea
|
|
@@ -13424,10 +12858,10 @@ declare namespace LocalJSX {
|
|
|
13424
12858
|
*/
|
|
13425
12859
|
"replaceTaxFormModalHeader"?: string;
|
|
13426
12860
|
/**
|
|
13427
|
-
*
|
|
13428
|
-
* @
|
|
12861
|
+
* Additional text displayed next to the tax form's status badge
|
|
12862
|
+
* @uiName Required tax form description
|
|
13429
12863
|
*/
|
|
13430
|
-
"
|
|
12864
|
+
"requiredTaxForm"?: string;
|
|
13431
12865
|
/**
|
|
13432
12866
|
* @uiName Payout status badge
|
|
13433
12867
|
*/
|
|
@@ -13445,6 +12879,11 @@ declare namespace LocalJSX {
|
|
|
13445
12879
|
* @uiName Not verified tax form badge label
|
|
13446
12880
|
*/
|
|
13447
12881
|
"statusTextNotVerified"?: string;
|
|
12882
|
+
/**
|
|
12883
|
+
* Displayed when the participant has not submitted their required tax form.
|
|
12884
|
+
* @uiName Required tax form badge label
|
|
12885
|
+
*/
|
|
12886
|
+
"statusTextRequired"?: string;
|
|
13448
12887
|
/**
|
|
13449
12888
|
* @uiName Spain sub-region indirect tax number
|
|
13450
12889
|
*/
|
|
@@ -13536,38 +12975,26 @@ declare namespace LocalJSX {
|
|
|
13536
12975
|
* @uiName Verification review internal alert header
|
|
13537
12976
|
*/
|
|
13538
12977
|
"verificationReviewInternalHeader"?: string;
|
|
13539
|
-
}
|
|
13540
|
-
interface SqmText {
|
|
13541
12978
|
/**
|
|
13542
|
-
*
|
|
13543
|
-
* @uiName Font Size
|
|
13544
|
-
* @uiType number
|
|
12979
|
+
* @uiName W9 payment threshold alert button text
|
|
13545
12980
|
*/
|
|
13546
|
-
"
|
|
12981
|
+
"w9RequiredButtonText"?: string;
|
|
13547
12982
|
/**
|
|
13548
|
-
* @uiName
|
|
13549
|
-
* @uiWidget color
|
|
13550
|
-
* @format color
|
|
12983
|
+
* @uiName W9 payment threshold alert description
|
|
13551
12984
|
*/
|
|
13552
|
-
"
|
|
13553
|
-
}
|
|
13554
|
-
interface SqmTextSpan {
|
|
12985
|
+
"w9RequiredDescription"?: string;
|
|
13555
12986
|
/**
|
|
13556
|
-
*
|
|
13557
|
-
* @uiName Font Size
|
|
13558
|
-
* @uiType number
|
|
12987
|
+
* @uiName W9 payment threshold alert header
|
|
13559
12988
|
*/
|
|
13560
|
-
"
|
|
12989
|
+
"w9RequiredHeader"?: string;
|
|
12990
|
+
}
|
|
12991
|
+
interface SqmText {
|
|
12992
|
+
}
|
|
12993
|
+
interface SqmTextSpan {
|
|
13561
12994
|
/**
|
|
13562
12995
|
* @uiName Text
|
|
13563
12996
|
*/
|
|
13564
12997
|
"text"?: string;
|
|
13565
|
-
/**
|
|
13566
|
-
* @uiName Text Color
|
|
13567
|
-
* @uiWidget color
|
|
13568
|
-
* @format color
|
|
13569
|
-
*/
|
|
13570
|
-
"textColor"?: string;
|
|
13571
12998
|
/**
|
|
13572
12999
|
* @uiName Type
|
|
13573
13000
|
* @uiType string
|
|
@@ -13597,24 +13024,10 @@ declare namespace LocalJSX {
|
|
|
13597
13024
|
* @uiEnumNames ["Gift", "Circle"]
|
|
13598
13025
|
*/
|
|
13599
13026
|
"icon"?: "gift" | "circle";
|
|
13600
|
-
/**
|
|
13601
|
-
* Color of timeline
|
|
13602
|
-
* @uiName Line color
|
|
13603
|
-
* @uiWidget color
|
|
13604
|
-
* @format color
|
|
13605
|
-
*/
|
|
13606
|
-
"lineColor"?: string;
|
|
13607
13027
|
/**
|
|
13608
13028
|
* @uiName Reward amount
|
|
13609
13029
|
*/
|
|
13610
13030
|
"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
13031
|
/**
|
|
13619
13032
|
* @uiName Reward unit
|
|
13620
13033
|
*/
|
|
@@ -13910,26 +13323,15 @@ declare namespace LocalJSX {
|
|
|
13910
13323
|
* @uiGroup General Text
|
|
13911
13324
|
*/
|
|
13912
13325
|
"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
13326
|
}
|
|
13920
13327
|
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
13328
|
}
|
|
13927
13329
|
interface IntrinsicElements {
|
|
13928
13330
|
"raisins-plop-target": RaisinsPlopTarget;
|
|
13331
|
+
"sqm-asset-card": SqmAssetCard;
|
|
13929
13332
|
"sqm-banking-info-form": SqmBankingInfoForm;
|
|
13930
13333
|
"sqm-big-stat": SqmBigStat;
|
|
13931
13334
|
"sqm-brand": SqmBrand;
|
|
13932
|
-
"sqm-brand-selector": SqmBrandSelector;
|
|
13933
13335
|
"sqm-card-feed": SqmCardFeed;
|
|
13934
13336
|
"sqm-checkbox-field": SqmCheckboxField;
|
|
13935
13337
|
"sqm-close-button": SqmCloseButton;
|
|
@@ -13960,6 +13362,10 @@ declare namespace LocalJSX {
|
|
|
13960
13362
|
"sqm-invoice-table-date-column": SqmInvoiceTableDateColumn;
|
|
13961
13363
|
"sqm-invoice-table-download-cell": SqmInvoiceTableDownloadCell;
|
|
13962
13364
|
"sqm-invoice-table-download-column": SqmInvoiceTableDownloadColumn;
|
|
13365
|
+
"sqm-lead-checkbox-field": SqmLeadCheckboxField;
|
|
13366
|
+
"sqm-lead-dropdown-field": SqmLeadDropdownField;
|
|
13367
|
+
"sqm-lead-form": SqmLeadForm;
|
|
13368
|
+
"sqm-lead-input-field": SqmLeadInputField;
|
|
13963
13369
|
"sqm-leaderboard": SqmLeaderboard;
|
|
13964
13370
|
"sqm-leaderboard-rank": SqmLeaderboardRank;
|
|
13965
13371
|
"sqm-link-button": SqmLinkButton;
|
|
@@ -14055,10 +13461,10 @@ declare module "@stencil/core" {
|
|
|
14055
13461
|
export namespace JSX {
|
|
14056
13462
|
interface IntrinsicElements {
|
|
14057
13463
|
"raisins-plop-target": LocalJSX.RaisinsPlopTarget & JSXBase.HTMLAttributes<HTMLRaisinsPlopTargetElement>;
|
|
13464
|
+
"sqm-asset-card": LocalJSX.SqmAssetCard & JSXBase.HTMLAttributes<HTMLSqmAssetCardElement>;
|
|
14058
13465
|
"sqm-banking-info-form": LocalJSX.SqmBankingInfoForm & JSXBase.HTMLAttributes<HTMLSqmBankingInfoFormElement>;
|
|
14059
13466
|
"sqm-big-stat": LocalJSX.SqmBigStat & JSXBase.HTMLAttributes<HTMLSqmBigStatElement>;
|
|
14060
13467
|
"sqm-brand": LocalJSX.SqmBrand & JSXBase.HTMLAttributes<HTMLSqmBrandElement>;
|
|
14061
|
-
"sqm-brand-selector": LocalJSX.SqmBrandSelector & JSXBase.HTMLAttributes<HTMLSqmBrandSelectorElement>;
|
|
14062
13468
|
"sqm-card-feed": LocalJSX.SqmCardFeed & JSXBase.HTMLAttributes<HTMLSqmCardFeedElement>;
|
|
14063
13469
|
"sqm-checkbox-field": LocalJSX.SqmCheckboxField & JSXBase.HTMLAttributes<HTMLSqmCheckboxFieldElement>;
|
|
14064
13470
|
"sqm-close-button": LocalJSX.SqmCloseButton & JSXBase.HTMLAttributes<HTMLSqmCloseButtonElement>;
|
|
@@ -14089,6 +13495,10 @@ declare module "@stencil/core" {
|
|
|
14089
13495
|
"sqm-invoice-table-date-column": LocalJSX.SqmInvoiceTableDateColumn & JSXBase.HTMLAttributes<HTMLSqmInvoiceTableDateColumnElement>;
|
|
14090
13496
|
"sqm-invoice-table-download-cell": LocalJSX.SqmInvoiceTableDownloadCell & JSXBase.HTMLAttributes<HTMLSqmInvoiceTableDownloadCellElement>;
|
|
14091
13497
|
"sqm-invoice-table-download-column": LocalJSX.SqmInvoiceTableDownloadColumn & JSXBase.HTMLAttributes<HTMLSqmInvoiceTableDownloadColumnElement>;
|
|
13498
|
+
"sqm-lead-checkbox-field": LocalJSX.SqmLeadCheckboxField & JSXBase.HTMLAttributes<HTMLSqmLeadCheckboxFieldElement>;
|
|
13499
|
+
"sqm-lead-dropdown-field": LocalJSX.SqmLeadDropdownField & JSXBase.HTMLAttributes<HTMLSqmLeadDropdownFieldElement>;
|
|
13500
|
+
"sqm-lead-form": LocalJSX.SqmLeadForm & JSXBase.HTMLAttributes<HTMLSqmLeadFormElement>;
|
|
13501
|
+
"sqm-lead-input-field": LocalJSX.SqmLeadInputField & JSXBase.HTMLAttributes<HTMLSqmLeadInputFieldElement>;
|
|
14092
13502
|
"sqm-leaderboard": LocalJSX.SqmLeaderboard & JSXBase.HTMLAttributes<HTMLSqmLeaderboardElement>;
|
|
14093
13503
|
"sqm-leaderboard-rank": LocalJSX.SqmLeaderboardRank & JSXBase.HTMLAttributes<HTMLSqmLeaderboardRankElement>;
|
|
14094
13504
|
"sqm-link-button": LocalJSX.SqmLinkButton & JSXBase.HTMLAttributes<HTMLSqmLinkButtonElement>;
|