@xylabs/sdk-react 2.11.10 → 2.11.13
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/BoxlikeComponentProps.d.ts +2 -3
- package/dist/BusyProps.d.ts +3 -4
- package/dist/Margin.d.ts +1 -2
- package/dist/Padding.d.ts +1 -2
- package/dist/cjs5/BoxlikeComponentProps.d.ts +2 -3
- package/dist/cjs5/BusyProps.d.ts +3 -4
- package/dist/cjs5/Margin.d.ts +1 -2
- package/dist/cjs5/Padding.d.ts +1 -2
- package/dist/cjs5/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/cjs5/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/cjs5/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/cjs5/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/cjs5/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/cjs5/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/cjs5/components/CookieConsent/index.d.ts +3 -3
- package/dist/cjs5/components/CoverProgress.d.ts +2 -3
- package/dist/cjs5/components/Experiments/Experiment.d.ts +1 -2
- package/dist/cjs5/components/Experiments/index.d.ts +4 -4
- package/dist/cjs5/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/cjs5/components/HoverScale.d.ts +2 -3
- package/dist/cjs5/components/Identicon.d.ts +2 -3
- package/dist/{esm2017/components/LinkEx/LinkToEx.d.ts → cjs5/components/LinkEx/LinkEx.d.ts} +3 -4
- package/dist/cjs5/components/LinkEx/index.d.ts +1 -1
- package/dist/cjs5/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/cjs5/components/NumberStatus/index.d.ts +2 -2
- package/dist/cjs5/components/RedirectWithQuery.d.ts +2 -3
- package/dist/cjs5/components/RichResult/RichResult.d.ts +2 -3
- package/dist/cjs5/components/RichResult/index.d.ts +1 -2
- package/dist/cjs5/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/cjs5/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/cjs5/components/ScrollToTopButton.d.ts +2 -3
- package/dist/cjs5/components/dialogs/index.d.ts +2 -3
- package/dist/cjs5/components/index.d.ts +6 -7
- package/dist/cjs5/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/cjs5/hooks/useWindowSize.d.ts +3 -4
- package/dist/cjs5/index.d.ts +4 -0
- package/dist/cjs5/index.js +321 -317
- package/dist/cjs5/index.js.map +1 -1
- package/dist/cjs5/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/cjs5/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/cjs5/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/cjs5/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/cjs5/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/cjs5/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/cjs5/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/cjs5/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/cjs5/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/cjs5/lib/Tracking/index.d.ts +2 -3
- package/dist/cjs5/lib/index.d.ts +4 -6
- package/dist/cjs5/lib/profile.d.ts +1 -2
- package/dist/cjs5/lib/useAsyncEffect.d.ts +4 -5
- package/dist/components/BasePage/BasePage.js.map +1 -1
- package/dist/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/components/Breadcrumbs/BreadcrumbsEx.js +2 -3
- package/dist/components/Breadcrumbs/BreadcrumbsEx.js.map +1 -1
- package/dist/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/components/Breadcrumbs/index.js +1 -2
- package/dist/components/Breadcrumbs/index.js.map +1 -1
- package/dist/components/ButtonEx/ButtonExBase.js +1 -1
- package/dist/components/ButtonEx/ButtonExBase.js.map +1 -1
- package/dist/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/components/CookieConsent/CookieConsent.js +2 -3
- package/dist/components/CookieConsent/CookieConsent.js.map +1 -1
- package/dist/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/components/CookieConsent/CookieConsentBody.js +1 -2
- package/dist/components/CookieConsent/CookieConsentBody.js.map +1 -1
- package/dist/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/components/CookieConsent/CookieConsentProps.js.map +1 -1
- package/dist/components/CookieConsent/index.d.ts +3 -3
- package/dist/components/CookieConsent/index.js +3 -3
- package/dist/components/CookieConsent/index.js.map +1 -1
- package/dist/components/CoverProgress.d.ts +2 -3
- package/dist/components/CoverProgress.js +2 -3
- package/dist/components/CoverProgress.js.map +1 -1
- package/dist/components/EthAccount/EthAccount.js.map +1 -1
- package/dist/components/Experiments/Experiment.d.ts +1 -2
- package/dist/components/Experiments/Experiment.js +1 -2
- package/dist/components/Experiments/Experiment.js.map +1 -1
- package/dist/components/Experiments/Experiments.js +1 -5
- package/dist/components/Experiments/Experiments.js.map +1 -1
- package/dist/components/Experiments/ExperimentsDebugger.js +1 -1
- package/dist/components/Experiments/ExperimentsDebugger.js.map +1 -1
- package/dist/components/Experiments/index.d.ts +4 -4
- package/dist/components/Experiments/index.js +4 -4
- package/dist/components/Experiments/index.js.map +1 -1
- package/dist/components/FlexBox/BusyBox.js +1 -1
- package/dist/components/FlexBox/BusyBox.js.map +1 -1
- package/dist/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/components/FlexBox/FlexRow.stories.js +1 -1
- package/dist/components/FlexBox/FlexRow.stories.js.map +1 -1
- package/dist/components/HoverScale.d.ts +2 -3
- package/dist/components/HoverScale.js +1 -2
- package/dist/components/HoverScale.js.map +1 -1
- package/dist/components/Identicon.d.ts +2 -3
- package/dist/components/Identicon.js +1 -2
- package/dist/components/Identicon.js.map +1 -1
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.js.map +1 -1
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.stories.js +1 -1
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.stories.js.map +1 -1
- package/dist/{cjs5/components/LinkEx/LinkToEx.d.ts → components/LinkEx/LinkEx.d.ts} +3 -4
- package/dist/components/LinkEx/{LinkToEx.js → LinkEx.js} +3 -5
- package/dist/components/LinkEx/LinkEx.js.map +1 -0
- package/dist/components/LinkEx/index.d.ts +1 -1
- package/dist/components/LinkEx/index.js +1 -1
- package/dist/components/LinkEx/index.js.map +1 -1
- package/dist/components/NumberStatus/NumberStatus.js.map +1 -1
- package/dist/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/components/NumberStatus/NumberStatus.stories.js +1 -1
- package/dist/components/NumberStatus/NumberStatus.stories.js.map +1 -1
- package/dist/components/NumberStatus/index.d.ts +2 -2
- package/dist/components/NumberStatus/index.js +2 -2
- package/dist/components/NumberStatus/index.js.map +1 -1
- package/dist/components/Pixel/PixelDebugger.js +1 -1
- package/dist/components/Pixel/PixelDebugger.js.map +1 -1
- package/dist/components/Pixel/PixelDebuggerProvider.js +1 -1
- package/dist/components/Pixel/PixelDebuggerProvider.js.map +1 -1
- package/dist/components/QuickTipButton/QuickTipButton.js.map +1 -1
- package/dist/components/RedirectWithQuery.d.ts +2 -3
- package/dist/components/RedirectWithQuery.js +1 -2
- package/dist/components/RedirectWithQuery.js.map +1 -1
- package/dist/components/RichResult/RichResult.d.ts +2 -3
- package/dist/components/RichResult/RichResult.js +1 -2
- package/dist/components/RichResult/RichResult.js.map +1 -1
- package/dist/components/RichResult/index.d.ts +1 -2
- package/dist/components/RichResult/index.js +1 -2
- package/dist/components/RichResult/index.js.map +1 -1
- package/dist/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/components/RichResult/jsonld/index.js +47 -5
- package/dist/components/RichResult/jsonld/index.js.map +1 -1
- package/dist/components/ScrollToTopButton.d.ts +2 -3
- package/dist/components/ScrollToTopButton.js +1 -2
- package/dist/components/ScrollToTopButton.js.map +1 -1
- package/dist/components/SelectEx.js +1 -3
- package/dist/components/SelectEx.js.map +1 -1
- package/dist/components/TokenAmount/TokenAmount.js.map +1 -1
- package/dist/components/dialogs/ErrorDialog.js.map +1 -1
- package/dist/components/dialogs/index.d.ts +2 -3
- package/dist/components/dialogs/index.js +2 -3
- package/dist/components/dialogs/index.js.map +1 -1
- package/dist/components/index.d.ts +6 -7
- package/dist/components/index.js +6 -8
- package/dist/components/index.js.map +1 -1
- package/dist/contexts/CookieConsent/Loader.js.map +1 -1
- package/dist/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/contexts/UserEvents/Context.js +2 -3
- package/dist/contexts/UserEvents/Context.js.map +1 -1
- package/dist/contexts/UserEvents/Provider.js +2 -2
- package/dist/contexts/UserEvents/Provider.js.map +1 -1
- package/dist/docs.json +370440 -0
- package/dist/esm2015/BoxlikeComponentProps.d.ts +2 -3
- package/dist/esm2015/BusyProps.d.ts +3 -4
- package/dist/esm2015/Margin.d.ts +1 -2
- package/dist/esm2015/Padding.d.ts +1 -2
- package/dist/esm2015/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/esm2015/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/esm2015/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/esm2015/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/esm2015/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/esm2015/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/esm2015/components/CookieConsent/index.d.ts +3 -3
- package/dist/esm2015/components/CoverProgress.d.ts +2 -3
- package/dist/esm2015/components/Experiments/Experiment.d.ts +1 -2
- package/dist/esm2015/components/Experiments/index.d.ts +4 -4
- package/dist/esm2015/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/esm2015/components/HoverScale.d.ts +2 -3
- package/dist/esm2015/components/Identicon.d.ts +2 -3
- package/dist/esm2015/components/LinkEx/{LinkToEx.d.ts → LinkEx.d.ts} +3 -4
- package/dist/esm2015/components/LinkEx/index.d.ts +1 -1
- package/dist/esm2015/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/esm2015/components/NumberStatus/index.d.ts +2 -2
- package/dist/esm2015/components/RedirectWithQuery.d.ts +2 -3
- package/dist/esm2015/components/RichResult/RichResult.d.ts +2 -3
- package/dist/esm2015/components/RichResult/index.d.ts +1 -2
- package/dist/esm2015/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/esm2015/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/esm2015/components/ScrollToTopButton.d.ts +2 -3
- package/dist/esm2015/components/dialogs/index.d.ts +2 -3
- package/dist/esm2015/components/index.d.ts +6 -7
- package/dist/esm2015/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/esm2015/hooks/useWindowSize.d.ts +3 -4
- package/dist/esm2015/index.d.ts +4 -0
- package/dist/esm2015/index.js +309 -315
- package/dist/esm2015/index.js.map +1 -1
- package/dist/esm2015/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/esm2015/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/esm2015/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/esm2015/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/esm2015/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/esm2015/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/esm2015/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/esm2015/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/esm2015/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/esm2015/lib/Tracking/index.d.ts +2 -3
- package/dist/esm2015/lib/index.d.ts +4 -6
- package/dist/esm2015/lib/profile.d.ts +1 -2
- package/dist/esm2015/lib/useAsyncEffect.d.ts +4 -5
- package/dist/esm2017/BoxlikeComponentProps.d.ts +2 -3
- package/dist/esm2017/BusyProps.d.ts +3 -4
- package/dist/esm2017/Margin.d.ts +1 -2
- package/dist/esm2017/Padding.d.ts +1 -2
- package/dist/esm2017/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/esm2017/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/esm2017/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/esm2017/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/esm2017/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/esm2017/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/esm2017/components/CookieConsent/index.d.ts +3 -3
- package/dist/esm2017/components/CoverProgress.d.ts +2 -3
- package/dist/esm2017/components/Experiments/Experiment.d.ts +1 -2
- package/dist/esm2017/components/Experiments/index.d.ts +4 -4
- package/dist/esm2017/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/esm2017/components/HoverScale.d.ts +2 -3
- package/dist/esm2017/components/Identicon.d.ts +2 -3
- package/dist/{components/LinkEx/LinkToEx.d.ts → esm2017/components/LinkEx/LinkEx.d.ts} +3 -4
- package/dist/esm2017/components/LinkEx/index.d.ts +1 -1
- package/dist/esm2017/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/esm2017/components/NumberStatus/index.d.ts +2 -2
- package/dist/esm2017/components/RedirectWithQuery.d.ts +2 -3
- package/dist/esm2017/components/RichResult/RichResult.d.ts +2 -3
- package/dist/esm2017/components/RichResult/index.d.ts +1 -2
- package/dist/esm2017/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/esm2017/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/esm2017/components/ScrollToTopButton.d.ts +2 -3
- package/dist/esm2017/components/dialogs/index.d.ts +2 -3
- package/dist/esm2017/components/index.d.ts +6 -7
- package/dist/esm2017/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/esm2017/hooks/useWindowSize.d.ts +3 -4
- package/dist/esm2017/index.d.ts +4 -0
- package/dist/esm2017/index.js +309 -315
- package/dist/esm2017/index.js.map +1 -1
- package/dist/esm2017/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/esm2017/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/esm2017/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/esm2017/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/esm2017/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/esm2017/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/esm2017/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/esm2017/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/esm2017/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/esm2017/lib/Tracking/index.d.ts +2 -3
- package/dist/esm2017/lib/index.d.ts +4 -6
- package/dist/esm2017/lib/profile.d.ts +1 -2
- package/dist/esm2017/lib/useAsyncEffect.d.ts +4 -5
- package/dist/esm5/BoxlikeComponentProps.d.ts +2 -3
- package/dist/esm5/BusyProps.d.ts +3 -4
- package/dist/esm5/Margin.d.ts +1 -2
- package/dist/esm5/Padding.d.ts +1 -2
- package/dist/esm5/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/esm5/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/esm5/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/esm5/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/esm5/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/esm5/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/esm5/components/CookieConsent/index.d.ts +3 -3
- package/dist/esm5/components/CoverProgress.d.ts +2 -3
- package/dist/esm5/components/Experiments/Experiment.d.ts +1 -2
- package/dist/esm5/components/Experiments/index.d.ts +4 -4
- package/dist/esm5/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/esm5/components/HoverScale.d.ts +2 -3
- package/dist/esm5/components/Identicon.d.ts +2 -3
- package/dist/esm5/components/LinkEx/LinkEx.d.ts +9 -0
- package/dist/esm5/components/LinkEx/index.d.ts +1 -1
- package/dist/esm5/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/esm5/components/NumberStatus/index.d.ts +2 -2
- package/dist/esm5/components/RedirectWithQuery.d.ts +2 -3
- package/dist/esm5/components/RichResult/RichResult.d.ts +2 -3
- package/dist/esm5/components/RichResult/index.d.ts +1 -2
- package/dist/esm5/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/esm5/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/esm5/components/ScrollToTopButton.d.ts +2 -3
- package/dist/esm5/components/dialogs/index.d.ts +2 -3
- package/dist/esm5/components/index.d.ts +6 -7
- package/dist/esm5/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/esm5/hooks/useWindowSize.d.ts +3 -4
- package/dist/esm5/index.d.ts +4 -0
- package/dist/esm5/index.js +309 -315
- package/dist/esm5/index.js.map +1 -1
- package/dist/esm5/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/esm5/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/esm5/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/esm5/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/esm5/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/esm5/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/esm5/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/esm5/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/esm5/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/esm5/lib/Tracking/index.d.ts +2 -3
- package/dist/esm5/lib/index.d.ts +4 -6
- package/dist/esm5/lib/profile.d.ts +1 -2
- package/dist/esm5/lib/useAsyncEffect.d.ts +4 -5
- package/dist/hooks/useNavigateToEthAddress.js.map +1 -1
- package/dist/hooks/useWindowSize.d.ts +3 -4
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/lib/Tracking/Drip/BaseEvent.js +1 -2
- package/dist/lib/Tracking/Drip/BaseEvent.js.map +1 -1
- package/dist/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/lib/Tracking/Drip/Data/index.js +2 -1
- package/dist/lib/Tracking/Drip/Data/index.js.map +1 -1
- package/dist/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/lib/Tracking/Drip/index.js +4 -3
- package/dist/lib/Tracking/Drip/index.js.map +1 -1
- package/dist/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/lib/Tracking/Facebook/index.js +4 -3
- package/dist/lib/Tracking/Facebook/index.js.map +1 -1
- package/dist/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/lib/Tracking/Google/BaseEvent.js +1 -2
- package/dist/lib/Tracking/Google/BaseEvent.js.map +1 -1
- package/dist/lib/Tracking/Google/Gtag.js.map +1 -1
- package/dist/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/lib/Tracking/Google/StandardEvent.js +1 -2
- package/dist/lib/Tracking/Google/StandardEvent.js.map +1 -1
- package/dist/lib/Tracking/Google/StandardEvents.js.map +1 -1
- package/dist/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/lib/Tracking/Google/index.js +6 -6
- package/dist/lib/Tracking/Google/index.js.map +1 -1
- package/dist/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/lib/Tracking/Reddit/index.js +5 -4
- package/dist/lib/Tracking/Reddit/index.js.map +1 -1
- package/dist/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/lib/Tracking/Referrer.js +1 -2
- package/dist/lib/Tracking/Referrer.js.map +1 -1
- package/dist/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/lib/Tracking/Snapchat/StandardEvent.js +1 -2
- package/dist/lib/Tracking/Snapchat/StandardEvent.js.map +1 -1
- package/dist/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/lib/Tracking/Snapchat/index.js +5 -2
- package/dist/lib/Tracking/Snapchat/index.js.map +1 -1
- package/dist/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/lib/Tracking/Tiktok/BaseEvent.js +1 -2
- package/dist/lib/Tracking/Tiktok/BaseEvent.js.map +1 -1
- package/dist/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/lib/Tracking/Tiktok/StandardEvent.js +1 -2
- package/dist/lib/Tracking/Tiktok/StandardEvent.js.map +1 -1
- package/dist/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/lib/Tracking/Tiktok/index.js +5 -3
- package/dist/lib/Tracking/Tiktok/index.js.map +1 -1
- package/dist/lib/Tracking/XyoUserEventHandler.js +1 -1
- package/dist/lib/Tracking/XyoUserEventHandler.js.map +1 -1
- package/dist/lib/Tracking/index.d.ts +2 -3
- package/dist/lib/Tracking/index.js +2 -3
- package/dist/lib/Tracking/index.js.map +1 -1
- package/dist/lib/index.d.ts +4 -6
- package/dist/lib/index.js +4 -4
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/profile.d.ts +1 -2
- package/dist/lib/useAsyncEffect.d.ts +4 -5
- package/dist/lib/useAsyncEffect.js +1 -2
- package/dist/lib/useAsyncEffect.js.map +1 -1
- package/dist/mergeBoxlikeStyles.js.map +1 -1
- package/dist/node/BoxlikeComponentProps.d.ts +2 -3
- package/dist/node/BusyProps.d.ts +3 -4
- package/dist/node/Margin.d.ts +1 -2
- package/dist/node/Padding.d.ts +1 -2
- package/dist/node/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/node/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/node/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/node/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/node/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/node/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/node/components/CookieConsent/index.d.ts +3 -3
- package/dist/node/components/CoverProgress.d.ts +2 -3
- package/dist/node/components/Experiments/Experiment.d.ts +1 -2
- package/dist/node/components/Experiments/index.d.ts +4 -4
- package/dist/node/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/node/components/HoverScale.d.ts +2 -3
- package/dist/node/components/Identicon.d.ts +2 -3
- package/dist/node/components/LinkEx/LinkEx.d.ts +9 -0
- package/dist/node/components/LinkEx/index.d.ts +1 -1
- package/dist/node/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/node/components/NumberStatus/index.d.ts +2 -2
- package/dist/node/components/RedirectWithQuery.d.ts +2 -3
- package/dist/node/components/RichResult/RichResult.d.ts +2 -3
- package/dist/node/components/RichResult/index.d.ts +1 -2
- package/dist/node/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/node/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/node/components/ScrollToTopButton.d.ts +2 -3
- package/dist/node/components/dialogs/index.d.ts +2 -3
- package/dist/node/components/index.d.ts +6 -7
- package/dist/node/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/node/hooks/useWindowSize.d.ts +3 -4
- package/dist/node/index.d.ts +4 -0
- package/dist/node/index.js +321 -317
- package/dist/node/index.js.map +1 -1
- package/dist/node/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/node/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/node/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/node/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/node/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/node/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/node/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/node/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/node/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/node/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/node/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/node/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/node/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/node/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/node/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/node/lib/Tracking/index.d.ts +2 -3
- package/dist/node/lib/index.d.ts +4 -6
- package/dist/node/lib/profile.d.ts +1 -2
- package/dist/node/lib/useAsyncEffect.d.ts +4 -5
- package/dist/node-esm/BoxlikeComponentProps.d.ts +2 -3
- package/dist/node-esm/BusyProps.d.ts +3 -4
- package/dist/node-esm/Margin.d.ts +1 -2
- package/dist/node-esm/Padding.d.ts +1 -2
- package/dist/node-esm/components/Breadcrumbs/BreadcrumbsEx.d.ts +8 -4
- package/dist/node-esm/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +3 -3
- package/dist/node-esm/components/Breadcrumbs/index.d.ts +1 -2
- package/dist/node-esm/components/CookieConsent/CookieConsent.d.ts +1 -2
- package/dist/node-esm/components/CookieConsent/CookieConsentBody.d.ts +1 -2
- package/dist/node-esm/components/CookieConsent/CookieConsentProps.d.ts +1 -2
- package/dist/node-esm/components/CookieConsent/index.d.ts +3 -3
- package/dist/node-esm/components/CoverProgress.d.ts +2 -3
- package/dist/node-esm/components/Experiments/Experiment.d.ts +1 -2
- package/dist/node-esm/components/Experiments/index.d.ts +4 -4
- package/dist/node-esm/components/FlexBox/FlexRow.stories.d.ts +1 -1
- package/dist/node-esm/components/HoverScale.d.ts +2 -3
- package/dist/node-esm/components/Identicon.d.ts +2 -3
- package/dist/node-esm/components/LinkEx/LinkEx.d.ts +9 -0
- package/dist/node-esm/components/LinkEx/index.d.ts +1 -1
- package/dist/node-esm/components/NumberStatus/NumberStatus.stories.d.ts +1 -1
- package/dist/node-esm/components/NumberStatus/index.d.ts +2 -2
- package/dist/node-esm/components/RedirectWithQuery.d.ts +2 -3
- package/dist/node-esm/components/RichResult/RichResult.d.ts +2 -3
- package/dist/node-esm/components/RichResult/index.d.ts +1 -2
- package/dist/node-esm/components/RichResult/jsonld/Brand.d.ts +1 -2
- package/dist/node-esm/components/RichResult/jsonld/index.d.ts +47 -48
- package/dist/node-esm/components/ScrollToTopButton.d.ts +2 -3
- package/dist/node-esm/components/dialogs/index.d.ts +2 -3
- package/dist/node-esm/components/index.d.ts +6 -7
- package/dist/node-esm/contexts/UserEvents/Context.d.ts +4 -5
- package/dist/node-esm/hooks/useWindowSize.d.ts +3 -4
- package/dist/node-esm/index.d.ts +4 -0
- package/dist/node-esm/index.js +309 -315
- package/dist/node-esm/index.js.map +1 -1
- package/dist/node-esm/lib/Tracking/Drip/BaseEvent.d.ts +2 -3
- package/dist/node-esm/lib/Tracking/Drip/Data/Result.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Drip/Data/index.d.ts +2 -2
- package/dist/node-esm/lib/Tracking/Drip/index.d.ts +4 -5
- package/dist/node-esm/lib/Tracking/Facebook/index.d.ts +4 -3
- package/dist/node-esm/lib/Tracking/Google/BaseEvent.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Google/StandardEvent.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Google/index.d.ts +6 -6
- package/dist/node-esm/lib/Tracking/Reddit/index.d.ts +5 -4
- package/dist/node-esm/lib/Tracking/Referrer.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Snapchat/StandardEvent.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Snapchat/index.d.ts +5 -5
- package/dist/node-esm/lib/Tracking/Tiktok/BaseEvent.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Tiktok/StandardEvent.d.ts +1 -2
- package/dist/node-esm/lib/Tracking/Tiktok/index.d.ts +5 -3
- package/dist/node-esm/lib/Tracking/index.d.ts +2 -3
- package/dist/node-esm/lib/index.d.ts +4 -6
- package/dist/node-esm/lib/profile.d.ts +1 -2
- package/dist/node-esm/lib/useAsyncEffect.d.ts +4 -5
- package/package.json +13 -6
- package/src/BoxlikeComponentProps.ts +2 -4
- package/src/BusyProps.ts +3 -5
- package/src/Margin.ts +1 -3
- package/src/Padding.ts +1 -3
- package/src/components/BasePage/BasePage.tsx +4 -26
- package/src/components/Breadcrumbs/BreadcrumbsEx.tsx +12 -28
- package/src/components/Breadcrumbs/index.ts +1 -3
- package/src/components/ButtonEx/ButtonExBase.tsx +2 -11
- package/src/components/CookieConsent/CookieConsent.tsx +2 -15
- package/src/components/CookieConsent/CookieConsentBody.tsx +1 -3
- package/src/components/CookieConsent/{CookieConsentProps.ts → CookieConsentProps.tsx} +1 -3
- package/src/components/CookieConsent/index.ts +3 -4
- package/src/components/CoverProgress.tsx +4 -18
- package/src/components/EthAccount/EthAccount.tsx +1 -6
- package/src/components/Experiments/Experiment.tsx +1 -3
- package/src/components/Experiments/Experiments.tsx +1 -5
- package/src/components/Experiments/ExperimentsDebugger.tsx +2 -9
- package/src/components/Experiments/index.tsx +4 -5
- package/src/components/FlexBox/BusyBox.tsx +2 -6
- package/src/components/FlexBox/FlexRow.stories.tsx +1 -7
- package/src/components/HoverScale.tsx +2 -4
- package/src/components/Identicon.tsx +2 -14
- package/src/components/InvertableThemeProvider/InvertableThemeProvider.stories.tsx +1 -3
- package/src/components/InvertableThemeProvider/InvertableThemeProvider.tsx +1 -3
- package/src/components/LinkEx/{LinkToEx.tsx → LinkEx.tsx} +3 -6
- package/src/components/LinkEx/index.ts +1 -1
- package/src/components/NumberStatus/NumberStatus.stories.tsx +1 -11
- package/src/components/NumberStatus/NumberStatus.tsx +1 -6
- package/src/components/NumberStatus/index.ts +2 -3
- package/src/components/Pixel/PixelDebugger.tsx +2 -12
- package/src/components/Pixel/PixelDebuggerProvider.tsx +1 -5
- package/src/components/QuickTipButton/QuickTipButton.tsx +1 -7
- package/src/components/RedirectWithQuery.tsx +2 -4
- package/src/components/RichResult/RichResult.tsx +2 -4
- package/src/components/RichResult/index.ts +1 -3
- package/src/components/RichResult/jsonld/Brand.ts +1 -3
- package/src/components/RichResult/jsonld/index.ts +47 -92
- package/src/components/ScrollToTopButton.tsx +3 -12
- package/src/components/SelectEx.tsx +2 -9
- package/src/components/TokenAmount/TokenAmount.tsx +2 -14
- package/src/components/dialogs/ErrorDialog.tsx +2 -9
- package/src/components/dialogs/index.ts +2 -4
- package/src/components/index.ts +6 -10
- package/src/contexts/CookieConsent/Loader.tsx +1 -3
- package/src/contexts/UserEvents/Context.ts +4 -6
- package/src/contexts/UserEvents/Provider.tsx +2 -9
- package/src/hooks/useNavigateToEthAddress.ts +1 -8
- package/src/hooks/useWindowSize.ts +3 -3
- package/src/index.ts +4 -0
- package/src/lib/Tracking/Drip/BaseEvent.ts +2 -4
- package/src/lib/Tracking/Drip/Data/Result.ts +1 -3
- package/src/lib/Tracking/Drip/Data/index.ts +2 -3
- package/src/lib/Tracking/Drip/index.ts +4 -6
- package/src/lib/Tracking/Facebook/index.ts +4 -4
- package/src/lib/Tracking/Google/BaseEvent.ts +1 -3
- package/src/lib/Tracking/Google/Gtag.ts +1 -4
- package/src/lib/Tracking/Google/StandardEvent.ts +1 -3
- package/src/lib/Tracking/Google/StandardEvents.ts +5 -15
- package/src/lib/Tracking/Google/index.ts +6 -8
- package/src/lib/Tracking/Reddit/index.ts +5 -5
- package/src/lib/Tracking/Referrer.ts +1 -3
- package/src/lib/Tracking/Snapchat/StandardEvent.ts +1 -3
- package/src/lib/Tracking/Snapchat/index.ts +5 -6
- package/src/lib/Tracking/Tiktok/BaseEvent.ts +1 -3
- package/src/lib/Tracking/Tiktok/StandardEvent.ts +1 -3
- package/src/lib/Tracking/Tiktok/index.ts +5 -4
- package/src/lib/Tracking/XyoUserEventHandler.ts +1 -7
- package/src/lib/Tracking/index.ts +2 -5
- package/src/lib/index.ts +4 -8
- package/src/lib/profile.ts +1 -1
- package/src/lib/useAsyncEffect.tsx +4 -6
- package/src/mergeBoxlikeStyles.ts +1 -5
- package/dist/cjs5/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/components/Breadcrumbs/BreadcrumbsExProps.js +0 -2
- package/dist/components/Breadcrumbs/BreadcrumbsExProps.js.map +0 -1
- package/dist/components/LinkEx/LinkToEx.js.map +0 -1
- package/dist/esm2015/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/esm2017/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/esm5/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/esm5/components/LinkEx/LinkToEx.d.ts +0 -10
- package/dist/node/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/node/components/LinkEx/LinkToEx.d.ts +0 -10
- package/dist/node-esm/components/Breadcrumbs/BreadcrumbsExProps.d.ts +0 -8
- package/dist/node-esm/components/LinkEx/LinkToEx.d.ts +0 -10
- package/src/components/Breadcrumbs/BreadcrumbsExProps.tsx +0 -10
package/dist/esm2017/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
-
import { useTheme, Box, alpha, CircularProgress, LinearProgress, Paper,
|
|
2
|
+
import { useTheme, Box, alpha, CircularProgress, LinearProgress, Paper, AppBar, Container, Toolbar, Button, Typography, Link, responsiveFontSizes, ScopedCssBaseline, ThemeProvider, useScrollTrigger, Zoom, Fab, Breadcrumbs, IconButton, Dialog, DialogTitle, DialogContent, DialogActions, useMediaQuery, Slider, Menu, Badge, Card, Divider, FormControl, FormLabel, Switch, Select } from '@mui/material';
|
|
3
3
|
export { useMediaQuery } from '@mui/material';
|
|
4
|
-
import { AiOutlineReload, AiOutlineQuestionCircle } from 'react-icons/ai';
|
|
5
|
-
import { makeStyles, createStyles } from '@mui/styles';
|
|
6
|
-
import md5 from 'md5';
|
|
7
|
-
import { useRef, useEffect, createContext, useState, useContext } from 'react';
|
|
8
|
-
import { useNavigate, useLocation, Link as Link$1 } from 'react-router-dom';
|
|
9
4
|
import { KeyboardArrowUp } from '@mui/icons-material';
|
|
10
5
|
import { Helmet } from 'react-helmet';
|
|
6
|
+
import { createContext, useState, useContext, useEffect, useRef } from 'react';
|
|
11
7
|
import { InfuraProvider, Web3Provider } from '@ethersproject/providers';
|
|
12
|
-
import { getApiStage as getApiStage$1,
|
|
13
|
-
import { UserEventHandler, XyPixel } from '@xylabs/pixel';
|
|
8
|
+
import { getApiStage as getApiStage$1, delay, assertEx, EthAddress, forget, BigNumber } from '@xylabs/sdk-js';
|
|
14
9
|
import { parse, stringify } from 'query-string';
|
|
10
|
+
import { XyPixel, UserEventHandler } from '@xylabs/pixel';
|
|
11
|
+
import { useNavigate, useLocation, Link as Link$1 } from 'react-router-dom';
|
|
15
12
|
import { createTheme } from '@mui/material/styles';
|
|
16
13
|
import cloneDeep from 'lodash/cloneDeep';
|
|
17
14
|
import merge from 'lodash/merge';
|
|
15
|
+
import { AiOutlineReload, AiOutlineQuestionCircle } from 'react-icons/ai';
|
|
16
|
+
import md5 from 'md5';
|
|
17
|
+
import { makeStyles, createStyles } from '@mui/styles';
|
|
18
18
|
import numeral from 'numeral';
|
|
19
19
|
import { createPortal } from 'react-dom';
|
|
20
20
|
|
|
@@ -71,7 +71,7 @@ const BusyBox = (_a) => {
|
|
|
71
71
|
var { background, children, component, busyVariant = 'circular', busySize, busyOpacity = 0.85, busyColor, busy, busyCircularProps, busyLinearProps, paper, style } = _a, props = __rest(_a, ["background", "children", "component", "busyVariant", "busySize", "busyOpacity", "busyColor", "busy", "busyCircularProps", "busyLinearProps", "paper", "style"]);
|
|
72
72
|
const theme = useTheme();
|
|
73
73
|
return (jsxs(Box, Object.assign({ component: paper ? Paper : component, position: "relative", style: background
|
|
74
|
-
? Object.assign({ backgroundColor: theme.palette.background.default, color: theme.palette.text.primary }, style) : style }, props, { children: [children, busy && busyVariant === 'linear' ?
|
|
74
|
+
? Object.assign({ backgroundColor: theme.palette.background.default, color: theme.palette.text.primary }, style) : style }, props, { children: [children, busy && busyVariant === 'linear' ? jsx(BusyLinearProgress, Object.assign({ color: busyColor, opacity: busyOpacity }, busyLinearProps)) : null, busy && busyVariant === 'circular' ? jsx(BusyCircularProgress, Object.assign({ color: busyColor, opacity: busyOpacity, size: busySize }, busyCircularProps)) : null] })));
|
|
75
75
|
};
|
|
76
76
|
|
|
77
77
|
const FlexCol = (props) => {
|
|
@@ -88,143 +88,6 @@ const FlexGrowRow = (props) => {
|
|
|
88
88
|
return jsx(FlexRow, Object.assign({ flexGrow: 1 }, props));
|
|
89
89
|
};
|
|
90
90
|
|
|
91
|
-
/**
|
|
92
|
-
* @deprecated The functionality of Background is now part of FlexBox. Use the 'background' property to enable the background.
|
|
93
|
-
*/
|
|
94
|
-
const Background = (props) => {
|
|
95
|
-
return jsx(FlexRow, Object.assign({}, props));
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
const ErrorViewer = (props) => {
|
|
99
|
-
const { error } = props, boxProps = __rest(props, ["error"]);
|
|
100
|
-
const theme = useTheme();
|
|
101
|
-
return (jsxs(FlexCol, Object.assign({ color: theme.palette.error.main }, boxProps, { children: [jsx(Typography, Object.assign({ align: "center", variant: "subtitle1" }, { children: error === null || error === void 0 ? void 0 : error.name })), jsx(Typography, Object.assign({ align: "center", variant: "body2" }, { children: error === null || error === void 0 ? void 0 : error.message }))] })));
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
const ErrorsViewer = (props) => {
|
|
105
|
-
const { onRetry, errors } = props, boxProps = __rest(props, ["onRetry", "errors"]);
|
|
106
|
-
return (jsxs(FlexGrowCol, Object.assign({ padding: 1 }, boxProps, { children: [errors === null || errors === void 0 ? void 0 : errors.map((error, index) => {
|
|
107
|
-
return jsx(ErrorViewer, { error: error }, index);
|
|
108
|
-
}), onRetry ? (jsx(IconButton, Object.assign({ onClick: onRetry }, { children: jsx(AiOutlineReload, {}) }))) : null] })));
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
const CoverProgress = (props) => {
|
|
112
|
-
var _a;
|
|
113
|
-
const { paper = true, open, opacity = 0.25, errors, onRetry } = props;
|
|
114
|
-
const theme = useTheme();
|
|
115
|
-
if (open) {
|
|
116
|
-
return (jsx(FlexGrowRow, Object.assign({ position: "absolute", margin: -1, top: 0, bottom: 0, right: 0, left: 0, bgcolor: paper ? theme.palette.background.paper : theme.palette.background.default }, { children: ((_a = errors === null || errors === void 0 ? void 0 : errors.length) !== null && _a !== void 0 ? _a : 0) === 0 ? (jsx(CircularProgress, { style: { opacity } })) : (jsx(ErrorsViewer, { margin: 1, errors: errors, onRetry: onRetry })) })));
|
|
117
|
-
}
|
|
118
|
-
return null;
|
|
119
|
-
};
|
|
120
|
-
|
|
121
|
-
const HoverScale = (props) => {
|
|
122
|
-
const { children, scale = 1.1 } = props;
|
|
123
|
-
const useStyles = makeStyles(() => createStyles({
|
|
124
|
-
zoomdiv: {
|
|
125
|
-
'&:hover': {
|
|
126
|
-
transform: `scale(${scale})`,
|
|
127
|
-
transitionDuration: '0.2s',
|
|
128
|
-
transitionTimingFunction: 'ease',
|
|
129
|
-
},
|
|
130
|
-
},
|
|
131
|
-
}));
|
|
132
|
-
const classes = useStyles();
|
|
133
|
-
return (jsx(FlexRow, { children: jsx(Box, Object.assign({ className: classes.zoomdiv }, { children: children })) }));
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
const range = (n, in_min, in_max, out_min, out_max) => {
|
|
137
|
-
return ((n - in_min) * (out_max - out_min)) / (in_max - in_min) + out_min;
|
|
138
|
-
};
|
|
139
|
-
const updateCanvas = (canvas, props) => {
|
|
140
|
-
const { value = '', size = 400, bg = 'transparent', count = 5, palette, iconPadding = 0 } = props;
|
|
141
|
-
let { fg } = props;
|
|
142
|
-
const hash = md5(value);
|
|
143
|
-
const block = Math.floor(size / count);
|
|
144
|
-
const hashcolor = hash.slice(0, 6);
|
|
145
|
-
const current = canvas.current;
|
|
146
|
-
if (!current) {
|
|
147
|
-
return;
|
|
148
|
-
}
|
|
149
|
-
if (palette && palette.length) {
|
|
150
|
-
const index = Math.floor(range(parseInt(hash.slice(-3), 16), 0, 4095, 0, palette.length));
|
|
151
|
-
fg = palette[index];
|
|
152
|
-
}
|
|
153
|
-
current.width = block * count + iconPadding;
|
|
154
|
-
current.height = block * count + iconPadding;
|
|
155
|
-
const arr = hash.split('').map((el) => {
|
|
156
|
-
const parsedEl = parseInt(el, 16);
|
|
157
|
-
if (parsedEl < 8) {
|
|
158
|
-
return 0;
|
|
159
|
-
}
|
|
160
|
-
else {
|
|
161
|
-
return 1;
|
|
162
|
-
}
|
|
163
|
-
});
|
|
164
|
-
const map = [];
|
|
165
|
-
map[0] = map[4] = arr.slice(0, 5);
|
|
166
|
-
map[1] = map[3] = arr.slice(5, 10);
|
|
167
|
-
map[2] = arr.slice(10, 15);
|
|
168
|
-
const ctx = current.getContext('2d');
|
|
169
|
-
if (ctx) {
|
|
170
|
-
ctx.imageSmoothingEnabled = false;
|
|
171
|
-
ctx.clearRect(0, 0, current.width, current.height);
|
|
172
|
-
map.forEach((row, i) => {
|
|
173
|
-
row.forEach((el, j) => {
|
|
174
|
-
if (el) {
|
|
175
|
-
ctx.fillStyle = fg ? fg : '#' + hashcolor;
|
|
176
|
-
ctx.fillRect(block * i + iconPadding, block * j + iconPadding, block - iconPadding, block - iconPadding);
|
|
177
|
-
}
|
|
178
|
-
else {
|
|
179
|
-
ctx.fillStyle = bg;
|
|
180
|
-
ctx.fillRect(block * i + iconPadding, block * j + iconPadding, block - iconPadding, block - iconPadding);
|
|
181
|
-
}
|
|
182
|
-
});
|
|
183
|
-
});
|
|
184
|
-
}
|
|
185
|
-
};
|
|
186
|
-
const Identicon = (_a) => {
|
|
187
|
-
var { size = 400, className = 'identicon', bg, count, fg, iconPadding, palette, value } = _a, props = __rest(_a, ["size", "className", "bg", "count", "fg", "iconPadding", "palette", "value"]);
|
|
188
|
-
const canvas = useRef(null);
|
|
189
|
-
useEffect(() => {
|
|
190
|
-
updateCanvas(canvas, { bg, className, count, fg, iconPadding, palette, size, value });
|
|
191
|
-
});
|
|
192
|
-
return (jsx(FlexRow, Object.assign({}, props, { children: jsx("canvas", { className: className, ref: canvas, style: { height: size, width: size } }) })));
|
|
193
|
-
};
|
|
194
|
-
|
|
195
|
-
const RedirectWithQuery = ({ href, to, toOptions }) => {
|
|
196
|
-
const newPath = `${to}${document.location.search}`;
|
|
197
|
-
const navigate = useNavigate();
|
|
198
|
-
const { pathname } = useLocation();
|
|
199
|
-
useEffect(() => {
|
|
200
|
-
if (href) {
|
|
201
|
-
window.location.href = href;
|
|
202
|
-
}
|
|
203
|
-
else {
|
|
204
|
-
if (newPath !== pathname) {
|
|
205
|
-
navigate(newPath, Object.assign({ replace: true }, toOptions));
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
});
|
|
209
|
-
return jsx("div", {});
|
|
210
|
-
};
|
|
211
|
-
|
|
212
|
-
const ScrollToTopButton = (_a) => {
|
|
213
|
-
var { children, anchorId } = _a, props = __rest(_a, ["children", "anchorId"]);
|
|
214
|
-
const trigger = useScrollTrigger({
|
|
215
|
-
disableHysteresis: true,
|
|
216
|
-
threshold: 100,
|
|
217
|
-
});
|
|
218
|
-
const handleClick = (event) => {
|
|
219
|
-
const anchor = (event.target.ownerDocument || document).querySelector(`#${anchorId}`);
|
|
220
|
-
if (anchor) {
|
|
221
|
-
anchor.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
|
222
|
-
}
|
|
223
|
-
};
|
|
224
|
-
const theme = useTheme();
|
|
225
|
-
return (jsx(Zoom, Object.assign({ in: trigger }, props, { children: jsx(Box, Object.assign({ zIndex: 10, position: "fixed", right: theme.spacing(2), bottom: theme.spacing(2), onClick: handleClick, role: "presentation" }, { children: children })) })));
|
|
226
|
-
};
|
|
227
|
-
|
|
228
91
|
const AppBarEx = (props) => {
|
|
229
92
|
const { contextToolbar, systemToolbar, container, style } = props, appbarProps = __rest(props, ["contextToolbar", "systemToolbar", "container", "style"]);
|
|
230
93
|
const theme = useTheme();
|
|
@@ -234,6 +97,13 @@ const AppBarEx = (props) => {
|
|
|
234
97
|
return (jsx(AppBar, Object.assign({ position: "static", style: Object.assign({ backgroundColor: theme.palette.background.paper, color: theme.palette.text.primary, display: 'flex' }, style) }, appbarProps, { children: container ? (jsx(Container, Object.assign({ maxWidth: container }, { children: jsx(AppBarExInner, {}) }))) : (jsx(AppBarExInner, {})) })));
|
|
235
98
|
};
|
|
236
99
|
|
|
100
|
+
/**
|
|
101
|
+
* @deprecated The functionality of Background is now part of FlexBox. Use the 'background' property to enable the background.
|
|
102
|
+
*/
|
|
103
|
+
const Background = (props) => {
|
|
104
|
+
return jsx(FlexRow, Object.assign({}, props));
|
|
105
|
+
};
|
|
106
|
+
|
|
237
107
|
const CookieConsentContext = createContext({});
|
|
238
108
|
|
|
239
109
|
const CookiesAcceptedLocalStorageName = 'CookiesAccepted';
|
|
@@ -286,28 +156,6 @@ const isLocalhost = () => !!(window.location.hostname === 'localhost' ||
|
|
|
286
156
|
// 127.0.0.0/8 are considered localhost for IPv4.
|
|
287
157
|
window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/));
|
|
288
158
|
|
|
289
|
-
/* eslint-disable react-hooks/exhaustive-deps */
|
|
290
|
-
function useAsyncEffect(effect, inputs) {
|
|
291
|
-
useEffect(function () {
|
|
292
|
-
let mounted = true;
|
|
293
|
-
const promise = effect(() => {
|
|
294
|
-
return mounted;
|
|
295
|
-
});
|
|
296
|
-
Promise.resolve(promise)
|
|
297
|
-
.then((callback) => {
|
|
298
|
-
if (callback) {
|
|
299
|
-
callback === null || callback === void 0 ? void 0 : callback();
|
|
300
|
-
}
|
|
301
|
-
})
|
|
302
|
-
.catch((reason) => {
|
|
303
|
-
console.log(`useAsyncEffect Excepted: ${reason}`);
|
|
304
|
-
});
|
|
305
|
-
return function () {
|
|
306
|
-
mounted = false;
|
|
307
|
-
};
|
|
308
|
-
}, inputs !== null && inputs !== void 0 ? inputs : []);
|
|
309
|
-
}
|
|
310
|
-
|
|
311
159
|
let logProfiling = false;
|
|
312
160
|
const enableProfileLogging = (enabled) => {
|
|
313
161
|
logProfiling = enabled;
|
|
@@ -363,36 +211,50 @@ const setSessionStorageObject = (key, value, log) => {
|
|
|
363
211
|
}
|
|
364
212
|
};
|
|
365
213
|
|
|
366
|
-
class
|
|
367
|
-
constructor() {
|
|
368
|
-
|
|
369
|
-
this.
|
|
370
|
-
|
|
371
|
-
this.
|
|
372
|
-
localStorage.setItem(Referrer.storageId, this.local);
|
|
214
|
+
class DripBaseEvent {
|
|
215
|
+
constructor(name, param) {
|
|
216
|
+
this.name = name;
|
|
217
|
+
this.param = param;
|
|
218
|
+
this.dcq = this.getDcq();
|
|
219
|
+
this.dcs = this.getDcs();
|
|
373
220
|
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
221
|
+
send(data) {
|
|
222
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
223
|
+
const payload = [this.name];
|
|
224
|
+
if (this.param) {
|
|
225
|
+
payload.push(this.param);
|
|
226
|
+
}
|
|
227
|
+
payload.push(data);
|
|
228
|
+
this.dcq.push(payload);
|
|
229
|
+
yield delay(0);
|
|
230
|
+
});
|
|
379
231
|
}
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
232
|
+
getDcq() {
|
|
233
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
234
|
+
const global = window;
|
|
235
|
+
if (!global._dcq) {
|
|
236
|
+
throw Error('DCQ not found');
|
|
384
237
|
}
|
|
238
|
+
return global._dcq;
|
|
385
239
|
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
};
|
|
240
|
+
getDcs() {
|
|
241
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
242
|
+
const global = window;
|
|
243
|
+
if (!global._dcs) {
|
|
244
|
+
throw Error('DCS not found');
|
|
392
245
|
}
|
|
246
|
+
return global._dcs;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
class DripCustomEvent extends DripBaseEvent {
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
class DripStandardEvents {
|
|
254
|
+
identify() {
|
|
255
|
+
return new DripBaseEvent('identify');
|
|
393
256
|
}
|
|
394
257
|
}
|
|
395
|
-
Referrer.storageId = '_coin_referrer';
|
|
396
258
|
|
|
397
259
|
class Fbq {
|
|
398
260
|
constructor(pixelId) {
|
|
@@ -685,33 +547,6 @@ class GoogleBaseEvent {
|
|
|
685
547
|
class GoogleCustomEvent extends GoogleBaseEvent {
|
|
686
548
|
}
|
|
687
549
|
|
|
688
|
-
class GoogleUserEventHandler {
|
|
689
|
-
testStarted(data) {
|
|
690
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
691
|
-
const event = new GoogleCustomEvent('TestStarted');
|
|
692
|
-
return yield event.send(data);
|
|
693
|
-
});
|
|
694
|
-
}
|
|
695
|
-
funnelStarted(data) {
|
|
696
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
697
|
-
const event = new GoogleCustomEvent('FunnelStarted');
|
|
698
|
-
return yield event.send(data);
|
|
699
|
-
});
|
|
700
|
-
}
|
|
701
|
-
viewContent(data) {
|
|
702
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
703
|
-
const event = new GoogleCustomEvent('ViewContent');
|
|
704
|
-
return yield event.send(data);
|
|
705
|
-
});
|
|
706
|
-
}
|
|
707
|
-
userClick(data) {
|
|
708
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
709
|
-
const event = new GoogleCustomEvent('UserClick');
|
|
710
|
-
return yield event.send(data);
|
|
711
|
-
});
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
|
|
715
550
|
class GoogleStandardEvent extends GoogleBaseEvent {
|
|
716
551
|
}
|
|
717
552
|
|
|
@@ -808,80 +643,30 @@ class GoogleStandardEvents {
|
|
|
808
643
|
}
|
|
809
644
|
}
|
|
810
645
|
|
|
811
|
-
class
|
|
812
|
-
constructor(handlers = []) {
|
|
813
|
-
super();
|
|
814
|
-
this.handlers = handlers !== null && handlers !== void 0 ? handlers : [new FacebookUserEventHandler(), new GoogleUserEventHandler()];
|
|
815
|
-
}
|
|
646
|
+
class GoogleUserEventHandler {
|
|
816
647
|
testStarted(data) {
|
|
817
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
818
|
-
|
|
649
|
+
const event = new GoogleCustomEvent('TestStarted');
|
|
650
|
+
return yield event.send(data);
|
|
819
651
|
});
|
|
820
652
|
}
|
|
821
653
|
funnelStarted(data) {
|
|
822
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
823
|
-
|
|
655
|
+
const event = new GoogleCustomEvent('FunnelStarted');
|
|
656
|
+
return yield event.send(data);
|
|
824
657
|
});
|
|
825
658
|
}
|
|
826
659
|
viewContent(data) {
|
|
827
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
var _a;
|
|
838
|
-
this.instance = (_a = this.instance) !== null && _a !== void 0 ? _a : new XyoUserEventHandler();
|
|
839
|
-
return this.instance;
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
class DripBaseEvent {
|
|
844
|
-
constructor(name, param) {
|
|
845
|
-
this.name = name;
|
|
846
|
-
this.param = param;
|
|
847
|
-
this.dcq = this.getDcq();
|
|
848
|
-
this.dcs = this.getDcs();
|
|
849
|
-
}
|
|
850
|
-
send(data) {
|
|
851
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
852
|
-
const payload = [this.name];
|
|
853
|
-
if (this.param) {
|
|
854
|
-
payload.push(this.param);
|
|
855
|
-
}
|
|
856
|
-
payload.push(data);
|
|
857
|
-
this.dcq.push(payload);
|
|
858
|
-
yield delay(0);
|
|
859
|
-
});
|
|
860
|
-
}
|
|
861
|
-
getDcq() {
|
|
862
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
863
|
-
const global = window;
|
|
864
|
-
if (!global._dcq) {
|
|
865
|
-
throw Error('DCQ not found');
|
|
866
|
-
}
|
|
867
|
-
return global._dcq;
|
|
868
|
-
}
|
|
869
|
-
getDcs() {
|
|
870
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
871
|
-
const global = window;
|
|
872
|
-
if (!global._dcs) {
|
|
873
|
-
throw Error('DCS not found');
|
|
874
|
-
}
|
|
875
|
-
return global._dcs;
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
class DripCustomEvent extends DripBaseEvent {
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
class DripStandardEvents {
|
|
883
|
-
identify() {
|
|
884
|
-
return new DripBaseEvent('identify');
|
|
660
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
661
|
+
const event = new GoogleCustomEvent('ViewContent');
|
|
662
|
+
return yield event.send(data);
|
|
663
|
+
});
|
|
664
|
+
}
|
|
665
|
+
userClick(data) {
|
|
666
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
667
|
+
const event = new GoogleCustomEvent('UserClick');
|
|
668
|
+
return yield event.send(data);
|
|
669
|
+
});
|
|
885
670
|
}
|
|
886
671
|
}
|
|
887
672
|
|
|
@@ -979,6 +764,48 @@ class RedditStandardEvents {
|
|
|
979
764
|
}
|
|
980
765
|
}
|
|
981
766
|
|
|
767
|
+
class Referrer {
|
|
768
|
+
constructor() {
|
|
769
|
+
var _a, _b;
|
|
770
|
+
this.session = (_a = this.getFromSession()) !== null && _a !== void 0 ? _a : document.referrer;
|
|
771
|
+
sessionStorage.setItem(Referrer.storageId, this.session);
|
|
772
|
+
this.local = (_b = this.getFromLocal()) !== null && _b !== void 0 ? _b : document.referrer;
|
|
773
|
+
localStorage.setItem(Referrer.storageId, this.local);
|
|
774
|
+
}
|
|
775
|
+
getFromLocal() {
|
|
776
|
+
const value = localStorage.getItem(Referrer.storageId);
|
|
777
|
+
if (value && value.length > 0) {
|
|
778
|
+
return value;
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
getFromSession() {
|
|
782
|
+
const value = sessionStorage.getItem(Referrer.storageId);
|
|
783
|
+
if (value && value.length > 0) {
|
|
784
|
+
return value;
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
toJson() {
|
|
788
|
+
if ((this.local && this.local.length > 0) || (this.session && this.session.length > 0)) {
|
|
789
|
+
return {
|
|
790
|
+
local: this.local,
|
|
791
|
+
session: this.session,
|
|
792
|
+
};
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
Referrer.storageId = '_coin_referrer';
|
|
797
|
+
|
|
798
|
+
class SnapchatBaseEvent {
|
|
799
|
+
constructor(name) {
|
|
800
|
+
this.name = name;
|
|
801
|
+
}
|
|
802
|
+
send(_data) {
|
|
803
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
804
|
+
yield delay(0); //force async to increase reporting odds
|
|
805
|
+
});
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
|
|
982
809
|
class SnapTr {
|
|
983
810
|
static getSnapTr() {
|
|
984
811
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -996,17 +823,6 @@ class SnapTr {
|
|
|
996
823
|
}
|
|
997
824
|
}
|
|
998
825
|
|
|
999
|
-
class SnapchatBaseEvent {
|
|
1000
|
-
constructor(name) {
|
|
1001
|
-
this.name = name;
|
|
1002
|
-
}
|
|
1003
|
-
send(_data) {
|
|
1004
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1005
|
-
yield delay(0); //force async to increase reporting odds
|
|
1006
|
-
});
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
826
|
class SnapchatStandardEvent extends SnapchatBaseEvent {
|
|
1011
827
|
send(data) {
|
|
1012
828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1329,6 +1145,60 @@ class XyUserEventHandler {
|
|
|
1329
1145
|
}
|
|
1330
1146
|
}
|
|
1331
1147
|
|
|
1148
|
+
class XyoUserEventHandler extends UserEventHandler {
|
|
1149
|
+
constructor(handlers = []) {
|
|
1150
|
+
super();
|
|
1151
|
+
this.handlers = handlers !== null && handlers !== void 0 ? handlers : [new FacebookUserEventHandler(), new GoogleUserEventHandler()];
|
|
1152
|
+
}
|
|
1153
|
+
testStarted(data) {
|
|
1154
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1155
|
+
yield Promise.allSettled(this.handlers.map((handler) => handler.testStarted(data)));
|
|
1156
|
+
});
|
|
1157
|
+
}
|
|
1158
|
+
funnelStarted(data) {
|
|
1159
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1160
|
+
yield Promise.allSettled(this.handlers.map((handler) => handler.funnelStarted(data)));
|
|
1161
|
+
});
|
|
1162
|
+
}
|
|
1163
|
+
viewContent(data) {
|
|
1164
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1165
|
+
yield Promise.allSettled(this.handlers.map((handler) => handler.viewContent(data)));
|
|
1166
|
+
});
|
|
1167
|
+
}
|
|
1168
|
+
userClick(data) {
|
|
1169
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1170
|
+
yield Promise.allSettled(this.handlers.map((handler) => handler.userClick(data)));
|
|
1171
|
+
});
|
|
1172
|
+
}
|
|
1173
|
+
static get() {
|
|
1174
|
+
var _a;
|
|
1175
|
+
this.instance = (_a = this.instance) !== null && _a !== void 0 ? _a : new XyoUserEventHandler();
|
|
1176
|
+
return this.instance;
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
/* eslint-disable react-hooks/exhaustive-deps */
|
|
1181
|
+
function useAsyncEffect(effect, inputs) {
|
|
1182
|
+
useEffect(function () {
|
|
1183
|
+
let mounted = true;
|
|
1184
|
+
const promise = effect(() => {
|
|
1185
|
+
return mounted;
|
|
1186
|
+
});
|
|
1187
|
+
Promise.resolve(promise)
|
|
1188
|
+
.then((callback) => {
|
|
1189
|
+
if (callback) {
|
|
1190
|
+
callback === null || callback === void 0 ? void 0 : callback();
|
|
1191
|
+
}
|
|
1192
|
+
})
|
|
1193
|
+
.catch((reason) => {
|
|
1194
|
+
console.log(`useAsyncEffect Excepted: ${reason}`);
|
|
1195
|
+
});
|
|
1196
|
+
return function () {
|
|
1197
|
+
mounted = false;
|
|
1198
|
+
};
|
|
1199
|
+
}, inputs !== null && inputs !== void 0 ? inputs : []);
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1332
1202
|
const MetaMaskEthersLoader = (props) => {
|
|
1333
1203
|
const { children, enabled = true } = props;
|
|
1334
1204
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -1662,8 +1532,8 @@ const DebugUserEventsContext = createContext({
|
|
|
1662
1532
|
},
|
|
1663
1533
|
});
|
|
1664
1534
|
|
|
1665
|
-
const UserEventsProvider = ({ userEvents, children
|
|
1666
|
-
return
|
|
1535
|
+
const UserEventsProvider = ({ userEvents, children }) => {
|
|
1536
|
+
return jsx(UserEventsContext.Provider, Object.assign({ value: { userEvents: userEvents !== null && userEvents !== void 0 ? userEvents : XyoUserEventHandler.get() } }, { children: children }));
|
|
1667
1537
|
};
|
|
1668
1538
|
|
|
1669
1539
|
const calcSpacing = (theme, values) => {
|
|
@@ -1708,7 +1578,7 @@ const ButtonExBase = (props) => {
|
|
|
1708
1578
|
onClick === null || onClick === void 0 ? void 0 : onClick(event);
|
|
1709
1579
|
}
|
|
1710
1580
|
};
|
|
1711
|
-
return (jsxs(Button, Object.assign({ onClick: localOnClick }, rootProps, { children: [busy && busyVariant === 'linear' ? jsx(BusyLinearProgress, { rounded: true, opacity: busyOpacity !== null && busyOpacity !== void 0 ? busyOpacity : 0 }) : null, busy && busyVariant === 'circular' ?
|
|
1581
|
+
return (jsxs(Button, Object.assign({ onClick: localOnClick }, rootProps, { children: [busy && busyVariant === 'linear' ? jsx(BusyLinearProgress, { rounded: true, opacity: busyOpacity !== null && busyOpacity !== void 0 ? busyOpacity : 0 }) : null, busy && busyVariant === 'circular' ? jsx(BusyCircularProgress, { rounded: true, size: 24, opacity: busyOpacity !== null && busyOpacity !== void 0 ? busyOpacity : 0.5 }) : null, children] })));
|
|
1712
1582
|
};
|
|
1713
1583
|
|
|
1714
1584
|
const ButtonExTo = (_a) => {
|
|
@@ -1774,7 +1644,7 @@ const CookieConsent = (props) => {
|
|
|
1774
1644
|
const { storageName } = useCookieConsent();
|
|
1775
1645
|
const Inner = () => {
|
|
1776
1646
|
const { accepted } = useCookieConsent();
|
|
1777
|
-
return accepted ? null :
|
|
1647
|
+
return accepted ? null : jsx(CookieConsentBody, Object.assign({ background: true, paper: true, position: "fixed", bottom: 0, maxWidth: "100vw", width: "100%", zIndex: 1000 }, props));
|
|
1778
1648
|
};
|
|
1779
1649
|
//if not inside a context, make a context
|
|
1780
1650
|
if (!storageName) {
|
|
@@ -1835,6 +1705,22 @@ const ScrollToTop = () => {
|
|
|
1835
1705
|
return null;
|
|
1836
1706
|
};
|
|
1837
1707
|
|
|
1708
|
+
const ScrollToTopButton = (_a) => {
|
|
1709
|
+
var { children, anchorId } = _a, props = __rest(_a, ["children", "anchorId"]);
|
|
1710
|
+
const trigger = useScrollTrigger({
|
|
1711
|
+
disableHysteresis: true,
|
|
1712
|
+
threshold: 100,
|
|
1713
|
+
});
|
|
1714
|
+
const handleClick = (event) => {
|
|
1715
|
+
const anchor = (event.target.ownerDocument || document).querySelector(`#${anchorId}`);
|
|
1716
|
+
if (anchor) {
|
|
1717
|
+
anchor.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
|
1718
|
+
}
|
|
1719
|
+
};
|
|
1720
|
+
const theme = useTheme();
|
|
1721
|
+
return (jsx(Zoom, Object.assign({ in: trigger }, props, { children: jsx(Box, Object.assign({ zIndex: 10, position: "fixed", right: theme.spacing(2), bottom: theme.spacing(2), onClick: handleClick, role: "presentation" }, { children: children })) })));
|
|
1722
|
+
};
|
|
1723
|
+
|
|
1838
1724
|
const BasePage = (_a) => {
|
|
1839
1725
|
var { disableGutters, children, beta, container, hideFooter, appFooter, appBar, cookieConsent, hideAppBar, noindex = false, scrollToTopButton = false, title } = _a, props = __rest(_a, ["disableGutters", "children", "beta", "container", "hideFooter", "appFooter", "appBar", "cookieConsent", "hideAppBar", "noindex", "scrollToTopButton", "title"]);
|
|
1840
1726
|
const theme = useTheme();
|
|
@@ -1860,10 +1746,33 @@ const BreadcrumbsEx = (_a) => {
|
|
|
1860
1746
|
assertEx(pathParts.length - 1 === (titles === null || titles === void 0 ? void 0 : titles.length), `Path/Title length mismatch: ${JSON.stringify(titles)} with ${JSON.stringify(pathParts)}`);
|
|
1861
1747
|
return (jsxs(Breadcrumbs, Object.assign({ separator: separator }, props, { children: [pathParts.map((_pathPart, index) => {
|
|
1862
1748
|
const path = getPartialPath(pathParts, index);
|
|
1863
|
-
return (jsx(Link, Object.assign({ title: index > 0 ? titles === null || titles === void 0 ? void 0 : titles[index - 1] : 'COIN', color: index === pathParts.length - 1 ? 'textPrimary' : 'inherit', component: Link$1, to: path }, { children: index > 0 ?
|
|
1749
|
+
return (jsx(Link, Object.assign({ title: index > 0 ? titles === null || titles === void 0 ? void 0 : titles[index - 1] : 'COIN', color: index === pathParts.length - 1 ? 'textPrimary' : 'inherit', component: Link$1, to: path }, { children: index > 0 ? titles === null || titles === void 0 ? void 0 : titles[index - 1] : jsx(FlexRow, { children: typeof logo === 'string' ? jsx("img", { src: logo }) : logo }) }), path));
|
|
1864
1750
|
}), children] })));
|
|
1865
1751
|
};
|
|
1866
1752
|
|
|
1753
|
+
const ErrorViewer = (props) => {
|
|
1754
|
+
const { error } = props, boxProps = __rest(props, ["error"]);
|
|
1755
|
+
const theme = useTheme();
|
|
1756
|
+
return (jsxs(FlexCol, Object.assign({ color: theme.palette.error.main }, boxProps, { children: [jsx(Typography, Object.assign({ align: "center", variant: "subtitle1" }, { children: error === null || error === void 0 ? void 0 : error.name })), jsx(Typography, Object.assign({ align: "center", variant: "body2" }, { children: error === null || error === void 0 ? void 0 : error.message }))] })));
|
|
1757
|
+
};
|
|
1758
|
+
|
|
1759
|
+
const ErrorsViewer = (props) => {
|
|
1760
|
+
const { onRetry, errors } = props, boxProps = __rest(props, ["onRetry", "errors"]);
|
|
1761
|
+
return (jsxs(FlexGrowCol, Object.assign({ padding: 1 }, boxProps, { children: [errors === null || errors === void 0 ? void 0 : errors.map((error, index) => {
|
|
1762
|
+
return jsx(ErrorViewer, { error: error }, index);
|
|
1763
|
+
}), onRetry ? (jsx(IconButton, Object.assign({ onClick: onRetry }, { children: jsx(AiOutlineReload, {}) }))) : null] })));
|
|
1764
|
+
};
|
|
1765
|
+
|
|
1766
|
+
const CoverProgress = (props) => {
|
|
1767
|
+
var _a;
|
|
1768
|
+
const { paper = true, open, opacity = 0.25, errors, onRetry } = props;
|
|
1769
|
+
const theme = useTheme();
|
|
1770
|
+
if (open) {
|
|
1771
|
+
return (jsx(FlexGrowRow, Object.assign({ position: "absolute", margin: -1, top: 0, bottom: 0, right: 0, left: 0, bgcolor: paper ? theme.palette.background.paper : theme.palette.background.default }, { children: ((_a = errors === null || errors === void 0 ? void 0 : errors.length) !== null && _a !== void 0 ? _a : 0) === 0 ? jsx(CircularProgress, { style: { opacity } }) : jsx(ErrorsViewer, { margin: 1, errors: errors, onRetry: onRetry }) })));
|
|
1772
|
+
}
|
|
1773
|
+
return null;
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1867
1776
|
const toAxiosError = (error) => {
|
|
1868
1777
|
return error.isAxiosError ? error : undefined;
|
|
1869
1778
|
};
|
|
@@ -2072,6 +1981,65 @@ function useWindowSize() {
|
|
|
2072
1981
|
return windowSize;
|
|
2073
1982
|
}
|
|
2074
1983
|
|
|
1984
|
+
const range = (n, in_min, in_max, out_min, out_max) => {
|
|
1985
|
+
return ((n - in_min) * (out_max - out_min)) / (in_max - in_min) + out_min;
|
|
1986
|
+
};
|
|
1987
|
+
const updateCanvas = (canvas, props) => {
|
|
1988
|
+
const { value = '', size = 400, bg = 'transparent', count = 5, palette, iconPadding = 0 } = props;
|
|
1989
|
+
let { fg } = props;
|
|
1990
|
+
const hash = md5(value);
|
|
1991
|
+
const block = Math.floor(size / count);
|
|
1992
|
+
const hashcolor = hash.slice(0, 6);
|
|
1993
|
+
const current = canvas.current;
|
|
1994
|
+
if (!current) {
|
|
1995
|
+
return;
|
|
1996
|
+
}
|
|
1997
|
+
if (palette && palette.length) {
|
|
1998
|
+
const index = Math.floor(range(parseInt(hash.slice(-3), 16), 0, 4095, 0, palette.length));
|
|
1999
|
+
fg = palette[index];
|
|
2000
|
+
}
|
|
2001
|
+
current.width = block * count + iconPadding;
|
|
2002
|
+
current.height = block * count + iconPadding;
|
|
2003
|
+
const arr = hash.split('').map((el) => {
|
|
2004
|
+
const parsedEl = parseInt(el, 16);
|
|
2005
|
+
if (parsedEl < 8) {
|
|
2006
|
+
return 0;
|
|
2007
|
+
}
|
|
2008
|
+
else {
|
|
2009
|
+
return 1;
|
|
2010
|
+
}
|
|
2011
|
+
});
|
|
2012
|
+
const map = [];
|
|
2013
|
+
map[0] = map[4] = arr.slice(0, 5);
|
|
2014
|
+
map[1] = map[3] = arr.slice(5, 10);
|
|
2015
|
+
map[2] = arr.slice(10, 15);
|
|
2016
|
+
const ctx = current.getContext('2d');
|
|
2017
|
+
if (ctx) {
|
|
2018
|
+
ctx.imageSmoothingEnabled = false;
|
|
2019
|
+
ctx.clearRect(0, 0, current.width, current.height);
|
|
2020
|
+
map.forEach((row, i) => {
|
|
2021
|
+
row.forEach((el, j) => {
|
|
2022
|
+
if (el) {
|
|
2023
|
+
ctx.fillStyle = fg ? fg : '#' + hashcolor;
|
|
2024
|
+
ctx.fillRect(block * i + iconPadding, block * j + iconPadding, block - iconPadding, block - iconPadding);
|
|
2025
|
+
}
|
|
2026
|
+
else {
|
|
2027
|
+
ctx.fillStyle = bg;
|
|
2028
|
+
ctx.fillRect(block * i + iconPadding, block * j + iconPadding, block - iconPadding, block - iconPadding);
|
|
2029
|
+
}
|
|
2030
|
+
});
|
|
2031
|
+
});
|
|
2032
|
+
}
|
|
2033
|
+
};
|
|
2034
|
+
const Identicon = (_a) => {
|
|
2035
|
+
var { size = 400, className = 'identicon', bg, count, fg, iconPadding, palette, value } = _a, props = __rest(_a, ["size", "className", "bg", "count", "fg", "iconPadding", "palette", "value"]);
|
|
2036
|
+
const canvas = useRef(null);
|
|
2037
|
+
useEffect(() => {
|
|
2038
|
+
updateCanvas(canvas, { bg, className, count, fg, iconPadding, palette, size, value });
|
|
2039
|
+
});
|
|
2040
|
+
return (jsx(FlexRow, Object.assign({}, props, { children: jsx("canvas", { className: className, ref: canvas, style: { height: size, width: size } }) })));
|
|
2041
|
+
};
|
|
2042
|
+
|
|
2075
2043
|
const EthAccount = (_a) => {
|
|
2076
2044
|
var { address, icon = false, iconSize = 16, iconOnly = false, shortenedLength, addressLength = 'auto', fontFamily = '"Source Code Pro",monospace', toEtherScan, onButtonClick } = _a, props = __rest(_a, ["address", "icon", "iconSize", "iconOnly", "shortenedLength", "addressLength", "fontFamily", "toEtherScan", "onButtonClick"]);
|
|
2077
2045
|
const { localAddress } = useContext(EthersContext);
|
|
@@ -2131,11 +2099,7 @@ const makeChildrenArray = (children) => {
|
|
|
2131
2099
|
}
|
|
2132
2100
|
};
|
|
2133
2101
|
const buildLocalStorageKey = (localStorageProp) => {
|
|
2134
|
-
return localStorageProp === true
|
|
2135
|
-
? defaultLocalStorageKey
|
|
2136
|
-
: typeof localStorageProp === 'string'
|
|
2137
|
-
? localStorageProp !== null && localStorageProp !== void 0 ? localStorageProp : defaultLocalStorageKey
|
|
2138
|
-
: '';
|
|
2102
|
+
return localStorageProp === true ? defaultLocalStorageKey : typeof localStorageProp === 'string' ? localStorageProp !== null && localStorageProp !== void 0 ? localStorageProp : defaultLocalStorageKey : '';
|
|
2139
2103
|
};
|
|
2140
2104
|
const calcTotalWeight = (childList) => {
|
|
2141
2105
|
let totalWeight = 0;
|
|
@@ -2220,6 +2184,21 @@ const ExperimentsDebugger = (_a) => {
|
|
|
2220
2184
|
}) })));
|
|
2221
2185
|
};
|
|
2222
2186
|
|
|
2187
|
+
const HoverScale = (props) => {
|
|
2188
|
+
const { children, scale = 1.1 } = props;
|
|
2189
|
+
const useStyles = makeStyles(() => createStyles({
|
|
2190
|
+
zoomdiv: {
|
|
2191
|
+
'&:hover': {
|
|
2192
|
+
transform: `scale(${scale})`,
|
|
2193
|
+
transitionDuration: '0.2s',
|
|
2194
|
+
transitionTimingFunction: 'ease',
|
|
2195
|
+
},
|
|
2196
|
+
},
|
|
2197
|
+
}));
|
|
2198
|
+
const classes = useStyles();
|
|
2199
|
+
return (jsx(FlexRow, { children: jsx(Box, Object.assign({ className: classes.zoomdiv }, { children: children })) }));
|
|
2200
|
+
};
|
|
2201
|
+
|
|
2223
2202
|
const LinkEx = (_a) => {
|
|
2224
2203
|
var { to } = _a, props = __rest(_a, ["to"]);
|
|
2225
2204
|
if (to) {
|
|
@@ -2310,14 +2289,14 @@ const PixelDebugger = () => {
|
|
|
2310
2289
|
width: '100%',
|
|
2311
2290
|
}, color: theme.palette.primary.main }, { children: jsxs(FlexCol, Object.assign({ alignItems: "stretch", sx: { flexFlow: 'column', maxHeight: 400 } }, { children: [jsx(FlexCol, Object.assign({ alignItems: "stretch", sx: { flex: '0 1 auto' } }, { children: jsx(ButtonEx, Object.assign({ variant: "text", onClick: () => setDisplayEvents(!displayEvents) }, { children: "XY Pixel Debugger" })) })), displayEvents && !!events.length && (jsx(FlexCol, Object.assign({ alignItems: "stretch", alignContent: "start", padding: 2, sx: { cursor: 'pointer', flex: '1 1 auto', overflowY: 'auto', userSelect: 'none' } }, { children: events.map((e, index) => (jsx(PixelEventDetails, Object.assign({ events: events, index: index }, e), `${e.event}-${index}`))) }))), displayEvents && !events.length && jsx(Typography, Object.assign({ variant: "subtitle2" }, { children: "No Events" }))] })) })) })) })) }));
|
|
2312
2291
|
};
|
|
2313
|
-
const PixelEventDetails = ({ event, fields, index, events
|
|
2292
|
+
const PixelEventDetails = ({ event, fields, index, events }) => {
|
|
2314
2293
|
const [isOpen, setIsOpen] = useState(false);
|
|
2315
2294
|
return (jsxs(FlexCol, Object.assign({ alignItems: "stretch", marginBottom: 0.5, onClick: () => setIsOpen(!isOpen) }, { children: [jsx(Typography, Object.assign({ variant: "subtitle2" }, { children: event })), isOpen && (jsx(Typography, Object.assign({ marginBottom: 0.5, variant: "caption" }, { children: JSON.stringify(fields, null, 2) }))), events[index + 1] && jsx(Divider, {})] })));
|
|
2316
2295
|
};
|
|
2317
2296
|
|
|
2318
2297
|
const PixelDebuggerProvider = ({ children }) => {
|
|
2319
2298
|
const [isDebugging, setIsDebugging] = useLocalStorage('isDebuggingPixel', false);
|
|
2320
|
-
return
|
|
2299
|
+
return jsx(DebugUserEventsContext.Provider, Object.assign({ value: { isDebugging, setIsDebugging } }, { children: children }));
|
|
2321
2300
|
};
|
|
2322
2301
|
|
|
2323
2302
|
const PixelDebuggerToggle = (_a) => {
|
|
@@ -2332,11 +2311,21 @@ const QuickTipButton = (_a) => {
|
|
|
2332
2311
|
return (jsxs(Fragment, { children: [jsx(IconButton, Object.assign({ onClick: () => setMessageOpen(true), size: "small" }, props, { children: jsx(AiOutlineQuestionCircle, { size: 16 }) })), jsx(MessageDialog, Object.assign({ onOk: () => setMessageOpen(false), onCancel: () => setMessageOpen(false), onClose: () => setMessageOpen(false), open: messageOpen, title: title !== null && title !== void 0 ? title : '' }, { children: children }))] }));
|
|
2333
2312
|
};
|
|
2334
2313
|
|
|
2335
|
-
const
|
|
2336
|
-
const
|
|
2337
|
-
const
|
|
2338
|
-
|
|
2339
|
-
|
|
2314
|
+
const RedirectWithQuery = ({ href, to, toOptions }) => {
|
|
2315
|
+
const newPath = `${to}${document.location.search}`;
|
|
2316
|
+
const navigate = useNavigate();
|
|
2317
|
+
const { pathname } = useLocation();
|
|
2318
|
+
useEffect(() => {
|
|
2319
|
+
if (href) {
|
|
2320
|
+
window.location.href = href;
|
|
2321
|
+
}
|
|
2322
|
+
else {
|
|
2323
|
+
if (newPath !== pathname) {
|
|
2324
|
+
navigate(newPath, Object.assign({ replace: true }, toOptions));
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
});
|
|
2328
|
+
return jsx("div", {});
|
|
2340
2329
|
};
|
|
2341
2330
|
|
|
2342
2331
|
var ActionStatusType;
|
|
@@ -2383,12 +2372,17 @@ var MapCategoryType;
|
|
|
2383
2372
|
MapCategoryType["VenueMap"] = "VenueMap";
|
|
2384
2373
|
})(MapCategoryType || (MapCategoryType = {}));
|
|
2385
2374
|
|
|
2375
|
+
const RichResult = (props) => {
|
|
2376
|
+
const { thing } = props;
|
|
2377
|
+
const thingWithContext = thing;
|
|
2378
|
+
thingWithContext['@context'] = 'https://schema.org';
|
|
2379
|
+
return jsx("script", Object.assign({ type: "application/ld+json" }, { children: JSON.stringify(thingWithContext) }));
|
|
2380
|
+
};
|
|
2381
|
+
|
|
2386
2382
|
const SelectEx = (_a) => {
|
|
2387
2383
|
var { MenuProps, mode = 'light', colorize } = _a, props = __rest(_a, ["MenuProps", "mode", "colorize"]);
|
|
2388
2384
|
const theme = useTheme();
|
|
2389
|
-
const colorizeMenuProps = colorize
|
|
2390
|
-
? { MenuListProps: { sx: { backgroundColor: theme.palette[colorize][mode] } } }
|
|
2391
|
-
: {};
|
|
2385
|
+
const colorizeMenuProps = colorize ? { MenuListProps: { sx: { backgroundColor: theme.palette[colorize][mode] } } } : {};
|
|
2392
2386
|
return jsx(Select, Object.assign({ MenuProps: merge(MenuProps, colorizeMenuProps) }, props));
|
|
2393
2387
|
};
|
|
2394
2388
|
|
|
@@ -2410,5 +2404,5 @@ const TokenAmount = (_a) => {
|
|
|
2410
2404
|
return (jsx(ButtonEx, Object.assign({ style: Object.assign({ backgroundColor: statusColor }, style), variant: "outlined", onClick: onButtonClick }, props, { children: jsxs(FlexRow, Object.assign({ justifyContent: "space-between", width: "100%", busy: amount === undefined, busySize: 16 }, { children: [jsxs(FlexRow, { children: [logo ? jsx("img", { src: img, height: 24 }) : null, label ? (jsx(Typography, Object.assign({ marginRight: 1, marginLeft: logo ? 1 : 0, noWrap: true, fontFamily: textFontFamily, variant: "caption" }, { children: label }))) : null] }), jsx(Typography, Object.assign({ color: textColor, noWrap: true, fontFamily: textFontFamily, variant: "body1", style: { textTransform: 'none' } }, { children: amountString }))] })) })));
|
|
2411
2405
|
};
|
|
2412
2406
|
|
|
2413
|
-
export { ActionStatusType, AppBarEx, Background, BasePage, BreadcrumbsEx, BusyBox, ButtonEx, ContactPointOption, CookieConsent, CookieConsentBody, CookieConsentContext, CookieConsentLoader, CoverProgress, DebugUserEventsContext, DripCustomEvent, DripStandardEvents, EF, ErrorDialog, EthAccount, EthersContext, EthersLoader, Experiment, Experiments, ExperimentsDebugger, FacebookCustomEvent, FacebookStandardEvents, FacebookUserEventHandler, Fbq, FlexCol, FlexGrowCol, FlexGrowRow, FlexRow, GoogleBaseEvent, GoogleCustomEvent, GoogleStandardEvents, GoogleUserEventHandler, Gtag, Gtm, HoverScale, Identicon, InvertableThemeProvider, ItemAvailability, LinkEx, LinkToEx, MapCategoryType, MenuEx, MessageDialog, NetworkSettingsContext, NetworkSettingsLoader, NumberStatus, PixelDebugger, PixelDebuggerProvider, PixelDebuggerToggle, Portal, QuickTipButton, Rdt, RedditCustomEvent, RedditStandardEvents, RedirectWithQuery, Referrer, RichResult, ScrollToTop, ScrollToTopButton, SelectEx, SnapTr, SnapchatStandardEvents, TapjoyStandardEvent, TapjoyStandardEvents, TiktokCustomEvent, TiktokStandardEvents, TokenAmount, Ttq, UserEventsContext, UserEventsProvider, XyBaseEvent, XyCustomEvent, XyUserEventHandler, XyoUserEventHandler, enableProfileLogging, getApiStage, getLocalStorageObject, getSessionStorageObject, isLocalhost, profileBlock, profileResults, resolveThemeColors, setLocalStorageObject, setSessionStorageObject, useAsyncEffect, useBreakpoint, useCookieConsent, useInterval, useLocalStorage, useMounted, useNavigateToEthAddress, useSpacing, useTimeout, useUserEvents, useWebP, useWindowSize };
|
|
2407
|
+
export { ActionStatusType, AppBarEx, Background, BasePage, BreadcrumbsEx, BusyBox, ButtonEx, ContactPointOption, CookieConsent, CookieConsentBody, CookieConsentContext, CookieConsentLoader, CoverProgress, DebugUserEventsContext, DripBaseEvent, DripCustomEvent, DripStandardEvents, EF, ErrorDialog, EthAccount, EthersContext, EthersLoader, Experiment, Experiments, ExperimentsDebugger, FacebookBaseEvent, FacebookCustomEvent, FacebookStandardEvent, FacebookStandardEvents, FacebookUserEventHandler, Fbq, FlexCol, FlexGrowCol, FlexGrowRow, FlexRow, GoogleBaseEvent, GoogleCustomEvent, GoogleStandardEvent, GoogleStandardEvents, GoogleUserEventHandler, Gtag, Gtm, HoverScale, Identicon, InvertableThemeProvider, ItemAvailability, LinkEx, LinkToEx, MapCategoryType, MenuEx, MessageDialog, NetworkSettingsContext, NetworkSettingsLoader, NumberStatus, PixelDebugger, PixelDebuggerProvider, PixelDebuggerToggle, Portal, QuickTipButton, Rdt, RedditBaseEvent, RedditCustomEvent, RedditStandardEvent, RedditStandardEvents, RedirectWithQuery, Referrer, RichResult, ScrollToTop, ScrollToTopButton, SelectEx, SnapTr, SnapchatBaseEvent, SnapchatStandardEvent, SnapchatStandardEvents, TapjoyStandardEvent, TapjoyStandardEvents, TiktokBaseEvent, TiktokCustomEvent, TiktokStandardEvent, TiktokStandardEvents, TokenAmount, Ttq, UserEventsContext, UserEventsProvider, XyBaseEvent, XyCustomEvent, XyUserEventHandler, XyoUserEventHandler, enableProfileLogging, getApiStage, getLocalStorageObject, getSessionStorageObject, isLocalhost, profileBlock, profileResults, resolveThemeColors, setLocalStorageObject, setSessionStorageObject, useAsyncEffect, useBreakpoint, useCookieConsent, useInterval, useLocalStorage, useMounted, useNavigateToEthAddress, useSpacing, useTimeout, useUserEvents, useWebP, useWindowSize };
|
|
2414
2408
|
//# sourceMappingURL=index.js.map
|