@xylabs/sdk-react 2.9.2 → 2.9.3
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 +41 -0
- package/dist/BoxlikeComponentProps.js +2 -0
- package/dist/BoxlikeComponentProps.js.map +1 -0
- package/dist/BusyProps.d.ts +13 -0
- package/dist/BusyProps.js +2 -0
- package/dist/BusyProps.js.map +1 -0
- package/dist/Margin.d.ts +2 -0
- package/dist/Margin.js +2 -0
- package/dist/Margin.js.map +1 -0
- package/dist/Padding.d.ts +2 -0
- package/dist/Padding.js +2 -0
- package/dist/Padding.js.map +1 -0
- package/dist/calcSpacing.d.ts +4 -0
- package/dist/calcSpacing.js +15 -0
- package/dist/calcSpacing.js.map +1 -0
- package/dist/components/AppBarEx/AppBarEx.d.ts +4 -0
- package/dist/components/AppBarEx/AppBarEx.js +14 -0
- package/dist/components/AppBarEx/AppBarEx.js.map +1 -0
- package/dist/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
- package/dist/components/AppBarEx/AppBarEx.stories.js +22 -0
- package/dist/components/AppBarEx/AppBarEx.stories.js.map +1 -0
- package/dist/components/AppBarEx/AppBarExProps.d.ts +8 -0
- package/dist/components/AppBarEx/AppBarExProps.js +2 -0
- package/dist/components/AppBarEx/AppBarExProps.js.map +1 -0
- package/dist/components/AppBarEx/index.d.ts +4 -0
- package/dist/components/AppBarEx/index.js +3 -0
- package/dist/components/AppBarEx/index.js.map +1 -0
- package/dist/components/Background.d.ts +7 -0
- package/dist/components/Background.js +11 -0
- package/dist/components/Background.js.map +1 -0
- package/dist/components/BasePage/BasePage.d.ts +4 -0
- package/dist/components/BasePage/BasePage.js +17 -0
- package/dist/components/BasePage/BasePage.js.map +1 -0
- package/dist/components/BasePage/BasePage.stories.d.ts +6 -0
- package/dist/components/BasePage/BasePage.stories.js +26 -0
- package/dist/components/BasePage/BasePage.stories.js.map +1 -0
- package/dist/components/BasePage/BasePageProps.d.ts +19 -0
- package/dist/components/BasePage/BasePageProps.js +2 -0
- package/dist/components/BasePage/BasePageProps.js.map +1 -0
- package/dist/components/BasePage/index.d.ts +4 -0
- package/dist/components/BasePage/index.js +3 -0
- package/dist/components/BasePage/index.js.map +1 -0
- package/dist/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
- package/dist/components/Breadcrumbs/BreadcrumbsEx.js +29 -0
- package/dist/components/Breadcrumbs/BreadcrumbsEx.js.map +1 -0
- package/dist/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
- package/dist/components/Breadcrumbs/BreadcrumbsEx.stories.js +31 -0
- package/dist/components/Breadcrumbs/BreadcrumbsEx.stories.js.map +1 -0
- package/dist/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
- package/dist/components/Breadcrumbs/BreadcrumbsExProps.js +2 -0
- package/dist/components/Breadcrumbs/BreadcrumbsExProps.js.map +1 -0
- package/dist/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/components/Breadcrumbs/index.js +3 -0
- package/dist/components/Breadcrumbs/index.js.map +1 -0
- package/dist/components/BusyCircularProgress.d.ts +10 -0
- package/dist/components/BusyCircularProgress.js +10 -0
- package/dist/components/BusyCircularProgress.js.map +1 -0
- package/dist/components/BusyLinearProgress.d.ts +9 -0
- package/dist/components/BusyLinearProgress.js +10 -0
- package/dist/components/BusyLinearProgress.js.map +1 -0
- package/dist/components/ButtonEx/ButtonEx.d.ts +4 -0
- package/dist/components/ButtonEx/ButtonEx.js +15 -0
- package/dist/components/ButtonEx/ButtonEx.js.map +1 -0
- package/dist/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
- package/dist/components/ButtonEx/ButtonEx.stories.js +25 -0
- package/dist/components/ButtonEx/ButtonEx.stories.js.map +1 -0
- package/dist/components/ButtonEx/ButtonExBase.d.ts +4 -0
- package/dist/components/ButtonEx/ButtonExBase.js +18 -0
- package/dist/components/ButtonEx/ButtonExBase.js.map +1 -0
- package/dist/components/ButtonEx/ButtonExProps.d.ts +10 -0
- package/dist/components/ButtonEx/ButtonExProps.js +2 -0
- package/dist/components/ButtonEx/ButtonExProps.js.map +1 -0
- package/dist/components/ButtonEx/ButtonExTo.d.ts +4 -0
- package/dist/components/ButtonEx/ButtonExTo.js +17 -0
- package/dist/components/ButtonEx/ButtonExTo.js.map +1 -0
- package/dist/components/ButtonEx/index.d.ts +2 -0
- package/dist/components/ButtonEx/index.js +3 -0
- package/dist/components/ButtonEx/index.js.map +1 -0
- package/dist/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/dist/components/CookieConsent/CookieConsent.js +18 -0
- package/dist/components/CookieConsent/CookieConsent.js.map +1 -0
- package/dist/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
- package/dist/components/CookieConsent/CookieConsent.stories.js +40 -0
- package/dist/components/CookieConsent/CookieConsent.stories.js.map +1 -0
- package/dist/components/CookieConsent/CookieConsentBody.d.ts +4 -0
- package/dist/components/CookieConsent/CookieConsentBody.js +45 -0
- package/dist/components/CookieConsent/CookieConsentBody.js.map +1 -0
- package/dist/components/CookieConsent/CookieConsentProps.d.ts +7 -0
- package/dist/components/CookieConsent/CookieConsentProps.js +2 -0
- package/dist/components/CookieConsent/CookieConsentProps.js.map +1 -0
- package/dist/components/CookieConsent/index.d.ts +3 -0
- package/dist/components/CookieConsent/index.js +4 -0
- package/dist/components/CookieConsent/index.js.map +1 -0
- package/dist/components/CoverProgress.d.ts +10 -0
- package/dist/components/CoverProgress.js +16 -0
- package/dist/components/CoverProgress.js.map +1 -0
- package/dist/components/Errors/ErrorViewer.d.ts +4 -0
- package/dist/components/Errors/ErrorViewer.js +11 -0
- package/dist/components/Errors/ErrorViewer.js.map +1 -0
- package/dist/components/Errors/ErrorViewer.stories.d.ts +6 -0
- package/dist/components/Errors/ErrorViewer.stories.js +22 -0
- package/dist/components/Errors/ErrorViewer.stories.js.map +1 -0
- package/dist/components/Errors/ErrorViewerProps.d.ts +5 -0
- package/dist/components/Errors/ErrorViewerProps.js +2 -0
- package/dist/components/Errors/ErrorViewerProps.js.map +1 -0
- package/dist/components/Errors/ErrorsViewer.d.ts +4 -0
- package/dist/components/Errors/ErrorsViewer.js +14 -0
- package/dist/components/Errors/ErrorsViewer.js.map +1 -0
- package/dist/components/Errors/ErrorsViewer.stories.d.ts +6 -0
- package/dist/components/Errors/ErrorsViewer.stories.js +23 -0
- package/dist/components/Errors/ErrorsViewer.stories.js.map +1 -0
- package/dist/components/Errors/ErrorsViewerProps.d.ts +6 -0
- package/dist/components/Errors/ErrorsViewerProps.js +2 -0
- package/dist/components/Errors/ErrorsViewerProps.js.map +1 -0
- package/dist/components/Errors/index.d.ts +3 -0
- package/dist/components/Errors/index.js +4 -0
- package/dist/components/Errors/index.js.map +1 -0
- package/dist/components/EthAccount/EthAccount.d.ts +4 -0
- package/dist/components/EthAccount/EthAccount.js +35 -0
- package/dist/components/EthAccount/EthAccount.js.map +1 -0
- package/dist/components/EthAccount/EthAccount.stories.d.ts +11 -0
- package/dist/components/EthAccount/EthAccount.stories.js +65 -0
- package/dist/components/EthAccount/EthAccount.stories.js.map +1 -0
- package/dist/components/EthAccount/EthAccountProps.d.ts +17 -0
- package/dist/components/EthAccount/EthAccountProps.js +2 -0
- package/dist/components/EthAccount/EthAccountProps.js.map +1 -0
- package/dist/components/EthAccount/index.d.ts +4 -0
- package/dist/components/EthAccount/index.js +3 -0
- package/dist/components/EthAccount/index.js.map +1 -0
- package/dist/components/EthBlock.d.ts +6 -0
- package/dist/components/EthBlock.js +14 -0
- package/dist/components/EthBlock.js.map +1 -0
- package/dist/components/Experiments/Experiment.d.ts +7 -0
- package/dist/components/Experiments/Experiment.js +7 -0
- package/dist/components/Experiments/Experiment.js.map +1 -0
- package/dist/components/Experiments/Experiments.d.ts +4 -0
- package/dist/components/Experiments/Experiments.js +118 -0
- package/dist/components/Experiments/Experiments.js.map +1 -0
- package/dist/components/Experiments/Experiments.stories.d.ts +6 -0
- package/dist/components/Experiments/Experiments.stories.js +27 -0
- package/dist/components/Experiments/Experiments.stories.js.map +1 -0
- package/dist/components/Experiments/ExperimentsDebugger.d.ts +3 -0
- package/dist/components/Experiments/ExperimentsDebugger.js +37 -0
- package/dist/components/Experiments/ExperimentsDebugger.js.map +1 -0
- package/dist/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
- package/dist/components/Experiments/ExperimentsDebugger.stories.js +20 -0
- package/dist/components/Experiments/ExperimentsDebugger.stories.js.map +1 -0
- package/dist/components/Experiments/ExperimentsProps.d.ts +7 -0
- package/dist/components/Experiments/ExperimentsProps.js +2 -0
- package/dist/components/Experiments/ExperimentsProps.js.map +1 -0
- package/dist/components/Experiments/index.d.ts +4 -0
- package/dist/components/Experiments/index.js +5 -0
- package/dist/components/Experiments/index.js.map +1 -0
- package/dist/components/Experiments/models/index.d.ts +12 -0
- package/dist/components/Experiments/models/index.js +3 -0
- package/dist/components/Experiments/models/index.js.map +1 -0
- package/dist/components/FlexBox/BusyBox.d.ts +10 -0
- package/dist/components/FlexBox/BusyBox.js +13 -0
- package/dist/components/FlexBox/BusyBox.js.map +1 -0
- package/dist/components/FlexBox/BusyBox.stories.d.ts +10 -0
- package/dist/components/FlexBox/BusyBox.stories.js +72 -0
- package/dist/components/FlexBox/BusyBox.stories.js.map +1 -0
- package/dist/components/FlexBox/FlexCol.d.ts +5 -0
- package/dist/components/FlexBox/FlexCol.js +11 -0
- package/dist/components/FlexBox/FlexCol.js.map +1 -0
- package/dist/components/FlexBox/FlexCol.stories.d.ts +8 -0
- package/dist/components/FlexBox/FlexCol.stories.js +29 -0
- package/dist/components/FlexBox/FlexCol.stories.js.map +1 -0
- package/dist/components/FlexBox/FlexRow.d.ts +7 -0
- package/dist/components/FlexBox/FlexRow.js +11 -0
- package/dist/components/FlexBox/FlexRow.js.map +1 -0
- package/dist/components/FlexBox/FlexRow.stories.d.ts +10 -0
- package/dist/components/FlexBox/FlexRow.stories.js +33 -0
- package/dist/components/FlexBox/FlexRow.stories.js.map +1 -0
- package/dist/components/FlexBox/index.d.ts +3 -0
- package/dist/components/FlexBox/index.js +4 -0
- package/dist/components/FlexBox/index.js.map +1 -0
- package/dist/components/HoverScale.d.ts +6 -0
- package/dist/components/HoverScale.js +23 -0
- package/dist/components/HoverScale.js.map +1 -0
- package/dist/components/Identicon.d.ts +14 -0
- package/dist/components/Identicon.js +65 -0
- package/dist/components/Identicon.js.map +1 -0
- package/dist/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
- package/dist/components/InvertableThemeProvider/InvertableTheme.js +2 -0
- package/dist/components/InvertableThemeProvider/InvertableTheme.js.map +1 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeContext.js +6 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeContext.js.map +1 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.js +27 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.js.map +1 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.stories.js +20 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProvider.stories.js.map +1 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProviderProps.js +2 -0
- package/dist/components/InvertableThemeProvider/InvertableThemeProviderProps.js.map +1 -0
- package/dist/components/InvertableThemeProvider/index.d.ts +4 -0
- package/dist/components/InvertableThemeProvider/index.js +3 -0
- package/dist/components/InvertableThemeProvider/index.js.map +1 -0
- package/dist/components/LinkEx/LinkToEx.d.ts +8 -0
- package/dist/components/LinkEx/LinkToEx.js +10 -0
- package/dist/components/LinkEx/LinkToEx.js.map +1 -0
- package/dist/components/LinkEx/index.d.ts +2 -0
- package/dist/components/LinkEx/index.js +3 -0
- package/dist/components/LinkEx/index.js.map +1 -0
- package/dist/components/NumberStatus/NumberStatus.d.ts +4 -0
- package/dist/components/NumberStatus/NumberStatus.js +19 -0
- package/dist/components/NumberStatus/NumberStatus.js.map +1 -0
- package/dist/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
- package/dist/components/NumberStatus/NumberStatus.stories.js +69 -0
- package/dist/components/NumberStatus/NumberStatus.stories.js.map +1 -0
- package/dist/components/NumberStatus/NumberStatusProps.d.ts +13 -0
- package/dist/components/NumberStatus/NumberStatusProps.js +2 -0
- package/dist/components/NumberStatus/NumberStatusProps.js.map +1 -0
- package/dist/components/NumberStatus/index.d.ts +2 -0
- package/dist/components/NumberStatus/index.js +3 -0
- package/dist/components/NumberStatus/index.js.map +1 -0
- package/dist/components/QuickTipButton/QuickTipButton.d.ts +4 -0
- package/dist/components/QuickTipButton/QuickTipButton.js +13 -0
- package/dist/components/QuickTipButton/QuickTipButton.js.map +1 -0
- package/dist/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
- package/dist/components/QuickTipButton/QuickTipButton.stories.js +24 -0
- package/dist/components/QuickTipButton/QuickTipButton.stories.js.map +1 -0
- package/dist/components/QuickTipButton/index.d.ts +2 -0
- package/dist/components/QuickTipButton/index.js +3 -0
- package/dist/components/QuickTipButton/index.js.map +1 -0
- package/dist/components/RedirectWithQuery.d.ts +8 -0
- package/dist/components/RedirectWithQuery.js +18 -0
- package/dist/components/RedirectWithQuery.js.map +1 -0
- package/dist/components/RichResult/RichResult.d.ts +7 -0
- package/dist/components/RichResult/RichResult.js +10 -0
- package/dist/components/RichResult/RichResult.js.map +1 -0
- package/dist/components/RichResult/index.d.ts +3 -0
- package/dist/components/RichResult/index.js +4 -0
- package/dist/components/RichResult/index.js.map +1 -0
- package/dist/components/RichResult/jsonld/Action.d.ts +24 -0
- package/dist/components/RichResult/jsonld/Action.js +2 -0
- package/dist/components/RichResult/jsonld/Action.js.map +1 -0
- package/dist/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/components/RichResult/jsonld/ActionStatusType.js +9 -0
- package/dist/components/RichResult/jsonld/ActionStatusType.js.map +1 -0
- package/dist/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/components/RichResult/jsonld/AdministrativeArea.js +2 -0
- package/dist/components/RichResult/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/components/RichResult/jsonld/AggrigateRating.js +2 -0
- package/dist/components/RichResult/jsonld/AggrigateRating.js.map +1 -0
- package/dist/components/RichResult/jsonld/Article.d.ts +14 -0
- package/dist/components/RichResult/jsonld/Article.js +2 -0
- package/dist/components/RichResult/jsonld/Article.js.map +1 -0
- package/dist/components/RichResult/jsonld/Base.d.ts +4 -0
- package/dist/components/RichResult/jsonld/Base.js +2 -0
- package/dist/components/RichResult/jsonld/Base.js.map +1 -0
- package/dist/components/RichResult/jsonld/Brand.d.ts +11 -0
- package/dist/components/RichResult/jsonld/Brand.js +2 -0
- package/dist/components/RichResult/jsonld/Brand.js.map +1 -0
- package/dist/components/RichResult/jsonld/Class.d.ts +7 -0
- package/dist/components/RichResult/jsonld/Class.js +2 -0
- package/dist/components/RichResult/jsonld/Class.js.map +1 -0
- package/dist/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
- package/dist/components/RichResult/jsonld/ContactPoint.js +2 -0
- package/dist/components/RichResult/jsonld/ContactPoint.js.map +1 -0
- package/dist/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/components/RichResult/jsonld/ContactPointOption.js +7 -0
- package/dist/components/RichResult/jsonld/ContactPointOption.js.map +1 -0
- package/dist/components/RichResult/jsonld/Country.d.ts +3 -0
- package/dist/components/RichResult/jsonld/Country.js +2 -0
- package/dist/components/RichResult/jsonld/Country.js.map +1 -0
- package/dist/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
- package/dist/components/RichResult/jsonld/CreativeWork.js +2 -0
- package/dist/components/RichResult/jsonld/CreativeWork.js.map +1 -0
- package/dist/components/RichResult/jsonld/DateTime.d.ts +2 -0
- package/dist/components/RichResult/jsonld/DateTime.js +2 -0
- package/dist/components/RichResult/jsonld/DateTime.js.map +1 -0
- package/dist/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
- package/dist/components/RichResult/jsonld/EntryPoint.js +3 -0
- package/dist/components/RichResult/jsonld/EntryPoint.js.map +1 -0
- package/dist/components/RichResult/jsonld/Enumeration.d.ts +7 -0
- package/dist/components/RichResult/jsonld/Enumeration.js +2 -0
- package/dist/components/RichResult/jsonld/Enumeration.js.map +1 -0
- package/dist/components/RichResult/jsonld/GeoShape.d.ts +15 -0
- package/dist/components/RichResult/jsonld/GeoShape.js +2 -0
- package/dist/components/RichResult/jsonld/GeoShape.js.map +1 -0
- package/dist/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/components/RichResult/jsonld/GeospatialGeometry.js +3 -0
- package/dist/components/RichResult/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/components/RichResult/jsonld/ImageObject.d.ts +9 -0
- package/dist/components/RichResult/jsonld/ImageObject.js +2 -0
- package/dist/components/RichResult/jsonld/ImageObject.js.map +1 -0
- package/dist/components/RichResult/jsonld/Intangible.d.ts +3 -0
- package/dist/components/RichResult/jsonld/Intangible.js +2 -0
- package/dist/components/RichResult/jsonld/Intangible.js.map +1 -0
- package/dist/components/RichResult/jsonld/Integer.d.ts +2 -0
- package/dist/components/RichResult/jsonld/Integer.js +2 -0
- package/dist/components/RichResult/jsonld/Integer.js.map +1 -0
- package/dist/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/components/RichResult/jsonld/ItemAvailability.js +23 -0
- package/dist/components/RichResult/jsonld/ItemAvailability.js.map +1 -0
- package/dist/components/RichResult/jsonld/Language.d.ts +3 -0
- package/dist/components/RichResult/jsonld/Language.js +2 -0
- package/dist/components/RichResult/jsonld/Language.js.map +1 -0
- package/dist/components/RichResult/jsonld/Map.d.ts +6 -0
- package/dist/components/RichResult/jsonld/Map.js +2 -0
- package/dist/components/RichResult/jsonld/Map.js.map +1 -0
- package/dist/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/components/RichResult/jsonld/MapCategoryType.js +9 -0
- package/dist/components/RichResult/jsonld/MapCategoryType.js.map +1 -0
- package/dist/components/RichResult/jsonld/MediaObject.d.ts +10 -0
- package/dist/components/RichResult/jsonld/MediaObject.js +2 -0
- package/dist/components/RichResult/jsonld/MediaObject.js.map +1 -0
- package/dist/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
- package/dist/components/RichResult/jsonld/MobileApplication.js +2 -0
- package/dist/components/RichResult/jsonld/MobileApplication.js.map +1 -0
- package/dist/components/RichResult/jsonld/Offer.d.ts +64 -0
- package/dist/components/RichResult/jsonld/Offer.js +2 -0
- package/dist/components/RichResult/jsonld/Offer.js.map +1 -0
- package/dist/components/RichResult/jsonld/Organization.d.ts +77 -0
- package/dist/components/RichResult/jsonld/Organization.js +2 -0
- package/dist/components/RichResult/jsonld/Organization.js.map +1 -0
- package/dist/components/RichResult/jsonld/Person.d.ts +71 -0
- package/dist/components/RichResult/jsonld/Person.js +3 -0
- package/dist/components/RichResult/jsonld/Person.js.map +1 -0
- package/dist/components/RichResult/jsonld/Photograph.d.ts +3 -0
- package/dist/components/RichResult/jsonld/Photograph.js +3 -0
- package/dist/components/RichResult/jsonld/Photograph.js.map +1 -0
- package/dist/components/RichResult/jsonld/Place.d.ts +42 -0
- package/dist/components/RichResult/jsonld/Place.js +3 -0
- package/dist/components/RichResult/jsonld/Place.js.map +1 -0
- package/dist/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
- package/dist/components/RichResult/jsonld/PostalAddress.js +2 -0
- package/dist/components/RichResult/jsonld/PostalAddress.js.map +1 -0
- package/dist/components/RichResult/jsonld/Product.d.ts +56 -0
- package/dist/components/RichResult/jsonld/Product.js +2 -0
- package/dist/components/RichResult/jsonld/Product.js.map +1 -0
- package/dist/components/RichResult/jsonld/Property.d.ts +10 -0
- package/dist/components/RichResult/jsonld/Property.js +2 -0
- package/dist/components/RichResult/jsonld/Property.js.map +1 -0
- package/dist/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
- package/dist/components/RichResult/jsonld/PropertyValue.js +2 -0
- package/dist/components/RichResult/jsonld/PropertyValue.js.map +1 -0
- package/dist/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/components/RichResult/jsonld/QualitativeValue.js +2 -0
- package/dist/components/RichResult/jsonld/QualitativeValue.js.map +1 -0
- package/dist/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/components/RichResult/jsonld/QuantitativeValue.js +2 -0
- package/dist/components/RichResult/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/components/RichResult/jsonld/Rating.d.ts +10 -0
- package/dist/components/RichResult/jsonld/Rating.js +2 -0
- package/dist/components/RichResult/jsonld/Rating.js.map +1 -0
- package/dist/components/RichResult/jsonld/Review.d.ts +10 -0
- package/dist/components/RichResult/jsonld/Review.js +2 -0
- package/dist/components/RichResult/jsonld/Review.js.map +1 -0
- package/dist/components/RichResult/jsonld/Service.d.ts +38 -0
- package/dist/components/RichResult/jsonld/Service.js +2 -0
- package/dist/components/RichResult/jsonld/Service.js.map +1 -0
- package/dist/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/components/RichResult/jsonld/SoftwareApplication.js +2 -0
- package/dist/components/RichResult/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
- package/dist/components/RichResult/jsonld/StructuredValue.js +2 -0
- package/dist/components/RichResult/jsonld/StructuredValue.js.map +1 -0
- package/dist/components/RichResult/jsonld/Text.d.ts +2 -0
- package/dist/components/RichResult/jsonld/Text.js +2 -0
- package/dist/components/RichResult/jsonld/Text.js.map +1 -0
- package/dist/components/RichResult/jsonld/Thing.d.ts +22 -0
- package/dist/components/RichResult/jsonld/Thing.js +2 -0
- package/dist/components/RichResult/jsonld/Thing.js.map +1 -0
- package/dist/components/RichResult/jsonld/Time.d.ts +2 -0
- package/dist/components/RichResult/jsonld/Time.js +2 -0
- package/dist/components/RichResult/jsonld/Time.js.map +1 -0
- package/dist/components/RichResult/jsonld/URL.d.ts +2 -0
- package/dist/components/RichResult/jsonld/URL.js +2 -0
- package/dist/components/RichResult/jsonld/URL.js.map +1 -0
- package/dist/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/components/RichResult/jsonld/VirtualLocation.js +3 -0
- package/dist/components/RichResult/jsonld/VirtualLocation.js.map +1 -0
- package/dist/components/RichResult/jsonld/index.d.ts +48 -0
- package/dist/components/RichResult/jsonld/index.js +6 -0
- package/dist/components/RichResult/jsonld/index.js.map +1 -0
- package/dist/components/ScrollToTop.d.ts +1 -0
- package/dist/components/ScrollToTop.js +11 -0
- package/dist/components/ScrollToTop.js.map +1 -0
- package/dist/components/ScrollToTopButton.d.ts +7 -0
- package/dist/components/ScrollToTopButton.js +20 -0
- package/dist/components/ScrollToTopButton.js.map +1 -0
- package/dist/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/components/TokenAmount/TokenAmount.js +24 -0
- package/dist/components/TokenAmount/TokenAmount.js.map +1 -0
- package/dist/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
- package/dist/components/TokenAmount/TokenAmount.stories.js +53 -0
- package/dist/components/TokenAmount/TokenAmount.stories.js.map +1 -0
- package/dist/components/TokenAmount/TokenAmountProps.d.ts +15 -0
- package/dist/components/TokenAmount/TokenAmountProps.js +2 -0
- package/dist/components/TokenAmount/TokenAmountProps.js.map +1 -0
- package/dist/components/TokenAmount/img/xyo.svg +1 -0
- package/dist/components/TokenAmount/index.d.ts +4 -0
- package/dist/components/TokenAmount/index.js +3 -0
- package/dist/components/TokenAmount/index.js.map +1 -0
- package/dist/components/dialogs/ErrorDialog.d.ts +8 -0
- package/dist/components/dialogs/ErrorDialog.js +31 -0
- package/dist/components/dialogs/ErrorDialog.js.map +1 -0
- package/dist/components/dialogs/ErrorDialog.stories.d.ts +6 -0
- package/dist/components/dialogs/ErrorDialog.stories.js +23 -0
- package/dist/components/dialogs/ErrorDialog.stories.js.map +1 -0
- package/dist/components/dialogs/MessageDialog.d.ts +7 -0
- package/dist/components/dialogs/MessageDialog.js +9 -0
- package/dist/components/dialogs/MessageDialog.js.map +1 -0
- package/dist/components/dialogs/MessageDialog.stories.d.ts +6 -0
- package/dist/components/dialogs/MessageDialog.stories.js +23 -0
- package/dist/components/dialogs/MessageDialog.stories.js.map +1 -0
- package/dist/components/dialogs/index.d.ts +3 -0
- package/dist/components/dialogs/index.js +4 -0
- package/dist/components/dialogs/index.js.map +1 -0
- package/dist/components/index.d.ts +23 -0
- package/dist/components/index.js +24 -0
- package/dist/components/index.js.map +1 -0
- package/dist/contexts/CookieConsent/Context.d.ts +8 -0
- package/dist/contexts/CookieConsent/Context.js +4 -0
- package/dist/contexts/CookieConsent/Context.js.map +1 -0
- package/dist/contexts/CookieConsent/Loader.d.ts +3 -0
- package/dist/contexts/CookieConsent/Loader.js +26 -0
- package/dist/contexts/CookieConsent/Loader.js.map +1 -0
- package/dist/contexts/CookieConsent/index.d.ts +4 -0
- package/dist/contexts/CookieConsent/index.js +5 -0
- package/dist/contexts/CookieConsent/index.js.map +1 -0
- package/dist/contexts/CookieConsent/use.d.ts +7 -0
- package/dist/contexts/CookieConsent/use.js +7 -0
- package/dist/contexts/CookieConsent/use.js.map +1 -0
- package/dist/contexts/Ethers/Context.d.ts +19 -0
- package/dist/contexts/Ethers/Context.js +3 -0
- package/dist/contexts/Ethers/Context.js.map +1 -0
- package/dist/contexts/Ethers/Infura.d.ts +7 -0
- package/dist/contexts/Ethers/Infura.js +18 -0
- package/dist/contexts/Ethers/Infura.js.map +1 -0
- package/dist/contexts/Ethers/Loader.d.ts +6 -0
- package/dist/contexts/Ethers/Loader.js +29 -0
- package/dist/contexts/Ethers/Loader.js.map +1 -0
- package/dist/contexts/Ethers/MetaMask.d.ts +6 -0
- package/dist/contexts/Ethers/MetaMask.js +149 -0
- package/dist/contexts/Ethers/MetaMask.js.map +1 -0
- package/dist/contexts/Ethers/MyEtherWallet.d.ts +6 -0
- package/dist/contexts/Ethers/MyEtherWallet.js +118 -0
- package/dist/contexts/Ethers/MyEtherWallet.js.map +1 -0
- package/dist/contexts/Ethers/Opera.d.ts +6 -0
- package/dist/contexts/Ethers/Opera.js +64 -0
- package/dist/contexts/Ethers/Opera.js.map +1 -0
- package/dist/contexts/Ethers/Trust.d.ts +6 -0
- package/dist/contexts/Ethers/Trust.js +54 -0
- package/dist/contexts/Ethers/Trust.js.map +1 -0
- package/dist/contexts/Ethers/index.d.ts +2 -0
- package/dist/contexts/Ethers/index.js +3 -0
- package/dist/contexts/Ethers/index.js.map +1 -0
- package/dist/contexts/NetworkSettings/Context.d.ts +9 -0
- package/dist/contexts/NetworkSettings/Context.js +4 -0
- package/dist/contexts/NetworkSettings/Context.js.map +1 -0
- package/dist/contexts/NetworkSettings/Loader.d.ts +6 -0
- package/dist/contexts/NetworkSettings/Loader.js +14 -0
- package/dist/contexts/NetworkSettings/Loader.js.map +1 -0
- package/dist/contexts/NetworkSettings/index.d.ts +3 -0
- package/dist/contexts/NetworkSettings/index.js +4 -0
- package/dist/contexts/NetworkSettings/index.js.map +1 -0
- package/dist/contexts/UserEvents/Context.d.ts +7 -0
- package/dist/contexts/UserEvents/Context.js +4 -0
- package/dist/contexts/UserEvents/Context.js.map +1 -0
- package/dist/contexts/UserEvents/index.d.ts +2 -0
- package/dist/contexts/UserEvents/index.js +3 -0
- package/dist/contexts/UserEvents/index.js.map +1 -0
- package/dist/contexts/index.d.ts +4 -0
- package/dist/contexts/index.js +5 -0
- package/dist/contexts/index.js.map +1 -0
- package/dist/esm2017/BoxlikeComponentProps.d.ts +41 -0
- package/dist/esm2017/BusyProps.d.ts +13 -0
- package/dist/esm2017/Margin.d.ts +2 -0
- package/dist/esm2017/Padding.d.ts +2 -0
- package/dist/esm2017/calcSpacing.d.ts +4 -0
- package/dist/esm2017/components/AppBarEx/AppBarEx.d.ts +4 -0
- package/dist/esm2017/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
- package/dist/esm2017/components/AppBarEx/AppBarExProps.d.ts +8 -0
- package/dist/esm2017/components/AppBarEx/index.d.ts +4 -0
- package/dist/esm2017/components/Background.d.ts +7 -0
- package/dist/esm2017/components/BasePage/BasePage.d.ts +4 -0
- package/dist/esm2017/components/BasePage/BasePage.stories.d.ts +6 -0
- package/dist/esm2017/components/BasePage/BasePageProps.d.ts +19 -0
- package/dist/esm2017/components/BasePage/index.d.ts +4 -0
- package/dist/esm2017/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
- package/dist/esm2017/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
- package/dist/esm2017/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
- package/dist/esm2017/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/esm2017/components/BusyCircularProgress.d.ts +10 -0
- package/dist/esm2017/components/BusyLinearProgress.d.ts +9 -0
- package/dist/esm2017/components/ButtonEx/ButtonEx.d.ts +4 -0
- package/dist/esm2017/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
- package/dist/esm2017/components/ButtonEx/ButtonExBase.d.ts +4 -0
- package/dist/esm2017/components/ButtonEx/ButtonExProps.d.ts +10 -0
- package/dist/esm2017/components/ButtonEx/ButtonExTo.d.ts +4 -0
- package/dist/esm2017/components/ButtonEx/index.d.ts +2 -0
- package/dist/esm2017/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/dist/esm2017/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
- package/dist/esm2017/components/CookieConsent/CookieConsentBody.d.ts +4 -0
- package/dist/esm2017/components/CookieConsent/CookieConsentProps.d.ts +7 -0
- package/dist/esm2017/components/CookieConsent/index.d.ts +3 -0
- package/dist/esm2017/components/CoverProgress.d.ts +10 -0
- package/dist/esm2017/components/Errors/ErrorViewer.d.ts +4 -0
- package/dist/esm2017/components/Errors/ErrorViewer.stories.d.ts +6 -0
- package/dist/esm2017/components/Errors/ErrorViewerProps.d.ts +5 -0
- package/dist/esm2017/components/Errors/ErrorsViewer.d.ts +4 -0
- package/dist/esm2017/components/Errors/ErrorsViewer.stories.d.ts +6 -0
- package/dist/esm2017/components/Errors/ErrorsViewerProps.d.ts +6 -0
- package/dist/esm2017/components/Errors/index.d.ts +3 -0
- package/dist/esm2017/components/EthAccount/EthAccount.d.ts +4 -0
- package/dist/esm2017/components/EthAccount/EthAccount.stories.d.ts +11 -0
- package/dist/esm2017/components/EthAccount/EthAccountProps.d.ts +17 -0
- package/dist/esm2017/components/EthAccount/index.d.ts +4 -0
- package/dist/esm2017/components/EthBlock.d.ts +6 -0
- package/dist/esm2017/components/Experiments/Experiment.d.ts +7 -0
- package/dist/esm2017/components/Experiments/Experiments.d.ts +4 -0
- package/dist/esm2017/components/Experiments/Experiments.stories.d.ts +6 -0
- package/dist/esm2017/components/Experiments/ExperimentsDebugger.d.ts +3 -0
- package/dist/esm2017/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
- package/dist/esm2017/components/Experiments/ExperimentsProps.d.ts +7 -0
- package/dist/esm2017/components/Experiments/index.d.ts +4 -0
- package/dist/esm2017/components/Experiments/models/index.d.ts +12 -0
- package/dist/esm2017/components/FlexBox/BusyBox.d.ts +10 -0
- package/dist/esm2017/components/FlexBox/BusyBox.stories.d.ts +10 -0
- package/dist/esm2017/components/FlexBox/FlexCol.d.ts +5 -0
- package/dist/esm2017/components/FlexBox/FlexCol.stories.d.ts +8 -0
- package/dist/esm2017/components/FlexBox/FlexRow.d.ts +7 -0
- package/dist/esm2017/components/FlexBox/FlexRow.stories.d.ts +10 -0
- package/dist/esm2017/components/FlexBox/index.d.ts +3 -0
- package/dist/esm2017/components/HoverScale.d.ts +6 -0
- package/dist/esm2017/components/Identicon.d.ts +14 -0
- package/dist/esm2017/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
- package/dist/esm2017/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
- package/dist/esm2017/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
- package/dist/esm2017/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
- package/dist/esm2017/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
- package/dist/esm2017/components/InvertableThemeProvider/index.d.ts +4 -0
- package/dist/esm2017/components/LinkEx/LinkToEx.d.ts +8 -0
- package/dist/esm2017/components/LinkEx/index.d.ts +2 -0
- package/dist/esm2017/components/NumberStatus/NumberStatus.d.ts +4 -0
- package/dist/esm2017/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
- package/dist/esm2017/components/NumberStatus/NumberStatusProps.d.ts +13 -0
- package/dist/esm2017/components/NumberStatus/index.d.ts +2 -0
- package/dist/esm2017/components/QuickTipButton/QuickTipButton.d.ts +4 -0
- package/dist/esm2017/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
- package/dist/esm2017/components/QuickTipButton/index.d.ts +2 -0
- package/dist/esm2017/components/RedirectWithQuery.d.ts +8 -0
- package/dist/esm2017/components/RichResult/RichResult.d.ts +7 -0
- package/dist/esm2017/components/RichResult/index.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/Action.d.ts +24 -0
- package/dist/esm2017/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/esm2017/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/esm2017/components/RichResult/jsonld/Article.d.ts +14 -0
- package/dist/esm2017/components/RichResult/jsonld/Base.d.ts +4 -0
- package/dist/esm2017/components/RichResult/jsonld/Brand.d.ts +11 -0
- package/dist/esm2017/components/RichResult/jsonld/Class.d.ts +7 -0
- package/dist/esm2017/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
- package/dist/esm2017/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/esm2017/components/RichResult/jsonld/Country.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
- package/dist/esm2017/components/RichResult/jsonld/DateTime.d.ts +2 -0
- package/dist/esm2017/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
- package/dist/esm2017/components/RichResult/jsonld/Enumeration.d.ts +7 -0
- package/dist/esm2017/components/RichResult/jsonld/GeoShape.d.ts +15 -0
- package/dist/esm2017/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/esm2017/components/RichResult/jsonld/ImageObject.d.ts +9 -0
- package/dist/esm2017/components/RichResult/jsonld/Intangible.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/Integer.d.ts +2 -0
- package/dist/esm2017/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/esm2017/components/RichResult/jsonld/Language.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/Map.d.ts +6 -0
- package/dist/esm2017/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/esm2017/components/RichResult/jsonld/MediaObject.d.ts +10 -0
- package/dist/esm2017/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
- package/dist/esm2017/components/RichResult/jsonld/Offer.d.ts +64 -0
- package/dist/esm2017/components/RichResult/jsonld/Organization.d.ts +77 -0
- package/dist/esm2017/components/RichResult/jsonld/Person.d.ts +71 -0
- package/dist/esm2017/components/RichResult/jsonld/Photograph.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/Place.d.ts +42 -0
- package/dist/esm2017/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
- package/dist/esm2017/components/RichResult/jsonld/Product.d.ts +56 -0
- package/dist/esm2017/components/RichResult/jsonld/Property.d.ts +10 -0
- package/dist/esm2017/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
- package/dist/esm2017/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/esm2017/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/esm2017/components/RichResult/jsonld/Rating.d.ts +10 -0
- package/dist/esm2017/components/RichResult/jsonld/Review.d.ts +10 -0
- package/dist/esm2017/components/RichResult/jsonld/Service.d.ts +38 -0
- package/dist/esm2017/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/esm2017/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/Text.d.ts +2 -0
- package/dist/esm2017/components/RichResult/jsonld/Thing.d.ts +22 -0
- package/dist/esm2017/components/RichResult/jsonld/Time.d.ts +2 -0
- package/dist/esm2017/components/RichResult/jsonld/URL.d.ts +2 -0
- package/dist/esm2017/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/esm2017/components/RichResult/jsonld/index.d.ts +48 -0
- package/dist/esm2017/components/ScrollToTop.d.ts +1 -0
- package/dist/esm2017/components/ScrollToTopButton.d.ts +7 -0
- package/dist/esm2017/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/esm2017/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
- package/dist/esm2017/components/TokenAmount/TokenAmountProps.d.ts +15 -0
- package/dist/esm2017/components/TokenAmount/index.d.ts +4 -0
- package/dist/esm2017/components/dialogs/ErrorDialog.d.ts +8 -0
- package/dist/esm2017/components/dialogs/ErrorDialog.stories.d.ts +6 -0
- package/dist/esm2017/components/dialogs/MessageDialog.d.ts +7 -0
- package/dist/esm2017/components/dialogs/MessageDialog.stories.d.ts +6 -0
- package/dist/esm2017/components/dialogs/index.d.ts +3 -0
- package/dist/esm2017/components/index.d.ts +23 -0
- package/dist/esm2017/contexts/CookieConsent/Context.d.ts +8 -0
- package/dist/esm2017/contexts/CookieConsent/Loader.d.ts +3 -0
- package/dist/esm2017/contexts/CookieConsent/index.d.ts +4 -0
- package/dist/esm2017/contexts/CookieConsent/use.d.ts +7 -0
- package/dist/esm2017/contexts/Ethers/Context.d.ts +19 -0
- package/dist/esm2017/contexts/Ethers/Infura.d.ts +7 -0
- package/dist/esm2017/contexts/Ethers/Loader.d.ts +6 -0
- package/dist/esm2017/contexts/Ethers/MetaMask.d.ts +6 -0
- package/dist/esm2017/contexts/Ethers/MyEtherWallet.d.ts +6 -0
- package/dist/esm2017/contexts/Ethers/Opera.d.ts +6 -0
- package/dist/esm2017/contexts/Ethers/Trust.d.ts +6 -0
- package/dist/esm2017/contexts/Ethers/index.d.ts +2 -0
- package/dist/esm2017/contexts/NetworkSettings/Context.d.ts +9 -0
- package/dist/esm2017/contexts/NetworkSettings/Loader.d.ts +6 -0
- package/dist/esm2017/contexts/NetworkSettings/index.d.ts +3 -0
- package/dist/esm2017/contexts/UserEvents/Context.d.ts +7 -0
- package/dist/esm2017/contexts/UserEvents/index.d.ts +2 -0
- package/dist/esm2017/contexts/index.d.ts +4 -0
- package/dist/esm2017/hooks/index.d.ts +8 -0
- package/dist/esm2017/hooks/useBreakpoint.d.ts +1 -0
- package/dist/esm2017/hooks/useLocalStorage.d.ts +1 -0
- package/dist/esm2017/hooks/useMediaQuery.d.ts +2 -0
- package/dist/esm2017/hooks/useMounted.d.ts +1 -0
- package/dist/esm2017/hooks/useNavigateToEthAddress.d.ts +5 -0
- package/dist/esm2017/hooks/useSpacing.d.ts +1 -0
- package/dist/esm2017/hooks/useWebP.d.ts +1 -0
- package/dist/esm2017/hooks/useWindowSize.d.ts +6 -0
- package/dist/esm2017/index.d.ts +4 -0
- package/dist/esm2017/index.js +2631 -0
- package/dist/esm2017/index.js.map +1 -0
- package/dist/esm2017/lib/ComponentSizes.d.ts +2 -0
- package/dist/esm2017/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
- package/dist/esm2017/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Drip/Data/Base.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
- package/dist/esm2017/lib/Tracking/Drip/Data/Result.d.ts +7 -0
- package/dist/esm2017/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
- package/dist/esm2017/lib/Tracking/Drip/Data/index.d.ts +2 -0
- package/dist/esm2017/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Drip/index.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Facebook/Fbq.d.ts +10 -0
- package/dist/esm2017/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
- package/dist/esm2017/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
- package/dist/esm2017/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Facebook/index.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Google/BaseEvent.d.ts +13 -0
- package/dist/esm2017/lib/Tracking/Google/CustomEvent.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Google/DataLayer.d.ts +9 -0
- package/dist/esm2017/lib/Tracking/Google/Gtag.d.ts +19 -0
- package/dist/esm2017/lib/Tracking/Google/Gtm.d.ts +10 -0
- package/dist/esm2017/lib/Tracking/Google/StandardEvent.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Google/StandardEvents.d.ts +151 -0
- package/dist/esm2017/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Google/index.d.ts +7 -0
- package/dist/esm2017/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Reddit/Rdt.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
- package/dist/esm2017/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Reddit/index.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Referrer.d.ts +13 -0
- package/dist/esm2017/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
- package/dist/esm2017/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
- package/dist/esm2017/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
- package/dist/esm2017/lib/Tracking/Snapchat/index.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
- package/dist/esm2017/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
- package/dist/esm2017/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Tiktok/index.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
- package/dist/esm2017/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
- package/dist/esm2017/lib/Tracking/Xy/index.d.ts +4 -0
- package/dist/esm2017/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
- package/dist/esm2017/lib/Tracking/index.d.ts +10 -0
- package/dist/esm2017/lib/getApiStage.d.ts +2 -0
- package/dist/esm2017/lib/global.d.ts +2 -0
- package/dist/esm2017/lib/index.d.ts +10 -0
- package/dist/esm2017/lib/isLocalHost.d.ts +2 -0
- package/dist/esm2017/lib/profile.d.ts +9 -0
- package/dist/esm2017/lib/safeLocalStorage.d.ts +3 -0
- package/dist/esm2017/lib/safeSessionStorage.d.ts +3 -0
- package/dist/esm2017/lib/useAsyncEffect.d.ts +5 -0
- package/dist/esm2017/mergeBoxlikeStyles.d.ts +4 -0
- package/dist/esm5/BoxlikeComponentProps.d.ts +41 -0
- package/dist/esm5/BusyProps.d.ts +13 -0
- package/dist/esm5/Margin.d.ts +2 -0
- package/dist/esm5/Padding.d.ts +2 -0
- package/dist/esm5/calcSpacing.d.ts +4 -0
- package/dist/esm5/components/AppBarEx/AppBarEx.d.ts +4 -0
- package/dist/esm5/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
- package/dist/esm5/components/AppBarEx/AppBarExProps.d.ts +8 -0
- package/dist/esm5/components/AppBarEx/index.d.ts +4 -0
- package/dist/esm5/components/Background.d.ts +7 -0
- package/dist/esm5/components/BasePage/BasePage.d.ts +4 -0
- package/dist/esm5/components/BasePage/BasePage.stories.d.ts +6 -0
- package/dist/esm5/components/BasePage/BasePageProps.d.ts +19 -0
- package/dist/esm5/components/BasePage/index.d.ts +4 -0
- package/dist/esm5/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
- package/dist/esm5/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
- package/dist/esm5/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
- package/dist/esm5/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/esm5/components/BusyCircularProgress.d.ts +10 -0
- package/dist/esm5/components/BusyLinearProgress.d.ts +9 -0
- package/dist/esm5/components/ButtonEx/ButtonEx.d.ts +4 -0
- package/dist/esm5/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
- package/dist/esm5/components/ButtonEx/ButtonExBase.d.ts +4 -0
- package/dist/esm5/components/ButtonEx/ButtonExProps.d.ts +10 -0
- package/dist/esm5/components/ButtonEx/ButtonExTo.d.ts +4 -0
- package/dist/esm5/components/ButtonEx/index.d.ts +2 -0
- package/dist/esm5/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/dist/esm5/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
- package/dist/esm5/components/CookieConsent/CookieConsentBody.d.ts +4 -0
- package/dist/esm5/components/CookieConsent/CookieConsentProps.d.ts +7 -0
- package/dist/esm5/components/CookieConsent/index.d.ts +3 -0
- package/dist/esm5/components/CoverProgress.d.ts +10 -0
- package/dist/esm5/components/Errors/ErrorViewer.d.ts +4 -0
- package/dist/esm5/components/Errors/ErrorViewer.stories.d.ts +6 -0
- package/dist/esm5/components/Errors/ErrorViewerProps.d.ts +5 -0
- package/dist/esm5/components/Errors/ErrorsViewer.d.ts +4 -0
- package/dist/esm5/components/Errors/ErrorsViewer.stories.d.ts +6 -0
- package/dist/esm5/components/Errors/ErrorsViewerProps.d.ts +6 -0
- package/dist/esm5/components/Errors/index.d.ts +3 -0
- package/dist/esm5/components/EthAccount/EthAccount.d.ts +4 -0
- package/dist/esm5/components/EthAccount/EthAccount.stories.d.ts +11 -0
- package/dist/esm5/components/EthAccount/EthAccountProps.d.ts +17 -0
- package/dist/esm5/components/EthAccount/index.d.ts +4 -0
- package/dist/esm5/components/EthBlock.d.ts +6 -0
- package/dist/esm5/components/Experiments/Experiment.d.ts +7 -0
- package/dist/esm5/components/Experiments/Experiments.d.ts +4 -0
- package/dist/esm5/components/Experiments/Experiments.stories.d.ts +6 -0
- package/dist/esm5/components/Experiments/ExperimentsDebugger.d.ts +3 -0
- package/dist/esm5/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
- package/dist/esm5/components/Experiments/ExperimentsProps.d.ts +7 -0
- package/dist/esm5/components/Experiments/index.d.ts +4 -0
- package/dist/esm5/components/Experiments/models/index.d.ts +12 -0
- package/dist/esm5/components/FlexBox/BusyBox.d.ts +10 -0
- package/dist/esm5/components/FlexBox/BusyBox.stories.d.ts +10 -0
- package/dist/esm5/components/FlexBox/FlexCol.d.ts +5 -0
- package/dist/esm5/components/FlexBox/FlexCol.stories.d.ts +8 -0
- package/dist/esm5/components/FlexBox/FlexRow.d.ts +7 -0
- package/dist/esm5/components/FlexBox/FlexRow.stories.d.ts +10 -0
- package/dist/esm5/components/FlexBox/index.d.ts +3 -0
- package/dist/esm5/components/HoverScale.d.ts +6 -0
- package/dist/esm5/components/Identicon.d.ts +14 -0
- package/dist/esm5/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
- package/dist/esm5/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
- package/dist/esm5/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
- package/dist/esm5/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
- package/dist/esm5/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
- package/dist/esm5/components/InvertableThemeProvider/index.d.ts +4 -0
- package/dist/esm5/components/LinkEx/LinkToEx.d.ts +8 -0
- package/dist/esm5/components/LinkEx/index.d.ts +2 -0
- package/dist/esm5/components/NumberStatus/NumberStatus.d.ts +4 -0
- package/dist/esm5/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
- package/dist/esm5/components/NumberStatus/NumberStatusProps.d.ts +13 -0
- package/dist/esm5/components/NumberStatus/index.d.ts +2 -0
- package/dist/esm5/components/QuickTipButton/QuickTipButton.d.ts +4 -0
- package/dist/esm5/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
- package/dist/esm5/components/QuickTipButton/index.d.ts +2 -0
- package/dist/esm5/components/RedirectWithQuery.d.ts +8 -0
- package/dist/esm5/components/RichResult/RichResult.d.ts +7 -0
- package/dist/esm5/components/RichResult/index.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/Action.d.ts +24 -0
- package/dist/esm5/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/esm5/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/esm5/components/RichResult/jsonld/Article.d.ts +14 -0
- package/dist/esm5/components/RichResult/jsonld/Base.d.ts +4 -0
- package/dist/esm5/components/RichResult/jsonld/Brand.d.ts +11 -0
- package/dist/esm5/components/RichResult/jsonld/Class.d.ts +7 -0
- package/dist/esm5/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
- package/dist/esm5/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/esm5/components/RichResult/jsonld/Country.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
- package/dist/esm5/components/RichResult/jsonld/DateTime.d.ts +2 -0
- package/dist/esm5/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
- package/dist/esm5/components/RichResult/jsonld/Enumeration.d.ts +7 -0
- package/dist/esm5/components/RichResult/jsonld/GeoShape.d.ts +15 -0
- package/dist/esm5/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/esm5/components/RichResult/jsonld/ImageObject.d.ts +9 -0
- package/dist/esm5/components/RichResult/jsonld/Intangible.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/Integer.d.ts +2 -0
- package/dist/esm5/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/esm5/components/RichResult/jsonld/Language.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/Map.d.ts +6 -0
- package/dist/esm5/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/esm5/components/RichResult/jsonld/MediaObject.d.ts +10 -0
- package/dist/esm5/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
- package/dist/esm5/components/RichResult/jsonld/Offer.d.ts +64 -0
- package/dist/esm5/components/RichResult/jsonld/Organization.d.ts +77 -0
- package/dist/esm5/components/RichResult/jsonld/Person.d.ts +71 -0
- package/dist/esm5/components/RichResult/jsonld/Photograph.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/Place.d.ts +42 -0
- package/dist/esm5/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
- package/dist/esm5/components/RichResult/jsonld/Product.d.ts +56 -0
- package/dist/esm5/components/RichResult/jsonld/Property.d.ts +10 -0
- package/dist/esm5/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
- package/dist/esm5/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/esm5/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/esm5/components/RichResult/jsonld/Rating.d.ts +10 -0
- package/dist/esm5/components/RichResult/jsonld/Review.d.ts +10 -0
- package/dist/esm5/components/RichResult/jsonld/Service.d.ts +38 -0
- package/dist/esm5/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/esm5/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/Text.d.ts +2 -0
- package/dist/esm5/components/RichResult/jsonld/Thing.d.ts +22 -0
- package/dist/esm5/components/RichResult/jsonld/Time.d.ts +2 -0
- package/dist/esm5/components/RichResult/jsonld/URL.d.ts +2 -0
- package/dist/esm5/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/esm5/components/RichResult/jsonld/index.d.ts +48 -0
- package/dist/esm5/components/ScrollToTop.d.ts +1 -0
- package/dist/esm5/components/ScrollToTopButton.d.ts +7 -0
- package/dist/esm5/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/esm5/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
- package/dist/esm5/components/TokenAmount/TokenAmountProps.d.ts +15 -0
- package/dist/esm5/components/TokenAmount/index.d.ts +4 -0
- package/dist/esm5/components/dialogs/ErrorDialog.d.ts +8 -0
- package/dist/esm5/components/dialogs/ErrorDialog.stories.d.ts +6 -0
- package/dist/esm5/components/dialogs/MessageDialog.d.ts +7 -0
- package/dist/esm5/components/dialogs/MessageDialog.stories.d.ts +6 -0
- package/dist/esm5/components/dialogs/index.d.ts +3 -0
- package/dist/esm5/components/index.d.ts +23 -0
- package/dist/esm5/contexts/CookieConsent/Context.d.ts +8 -0
- package/dist/esm5/contexts/CookieConsent/Loader.d.ts +3 -0
- package/dist/esm5/contexts/CookieConsent/index.d.ts +4 -0
- package/dist/esm5/contexts/CookieConsent/use.d.ts +7 -0
- package/dist/esm5/contexts/Ethers/Context.d.ts +19 -0
- package/dist/esm5/contexts/Ethers/Infura.d.ts +7 -0
- package/dist/esm5/contexts/Ethers/Loader.d.ts +6 -0
- package/dist/esm5/contexts/Ethers/MetaMask.d.ts +6 -0
- package/dist/esm5/contexts/Ethers/MyEtherWallet.d.ts +6 -0
- package/dist/esm5/contexts/Ethers/Opera.d.ts +6 -0
- package/dist/esm5/contexts/Ethers/Trust.d.ts +6 -0
- package/dist/esm5/contexts/Ethers/index.d.ts +2 -0
- package/dist/esm5/contexts/NetworkSettings/Context.d.ts +9 -0
- package/dist/esm5/contexts/NetworkSettings/Loader.d.ts +6 -0
- package/dist/esm5/contexts/NetworkSettings/index.d.ts +3 -0
- package/dist/esm5/contexts/UserEvents/Context.d.ts +7 -0
- package/dist/esm5/contexts/UserEvents/index.d.ts +2 -0
- package/dist/esm5/contexts/index.d.ts +4 -0
- package/dist/esm5/hooks/index.d.ts +8 -0
- package/dist/esm5/hooks/useBreakpoint.d.ts +1 -0
- package/dist/esm5/hooks/useLocalStorage.d.ts +1 -0
- package/dist/esm5/hooks/useMediaQuery.d.ts +2 -0
- package/dist/esm5/hooks/useMounted.d.ts +1 -0
- package/dist/esm5/hooks/useNavigateToEthAddress.d.ts +5 -0
- package/dist/esm5/hooks/useSpacing.d.ts +1 -0
- package/dist/esm5/hooks/useWebP.d.ts +1 -0
- package/dist/esm5/hooks/useWindowSize.d.ts +6 -0
- package/dist/esm5/index.d.ts +4 -0
- package/dist/esm5/index.js +2631 -0
- package/dist/esm5/index.js.map +1 -0
- package/dist/esm5/lib/ComponentSizes.d.ts +2 -0
- package/dist/esm5/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
- package/dist/esm5/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Drip/Data/Base.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
- package/dist/esm5/lib/Tracking/Drip/Data/Result.d.ts +7 -0
- package/dist/esm5/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
- package/dist/esm5/lib/Tracking/Drip/Data/index.d.ts +2 -0
- package/dist/esm5/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Drip/index.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Facebook/Fbq.d.ts +10 -0
- package/dist/esm5/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
- package/dist/esm5/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
- package/dist/esm5/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Facebook/index.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Google/BaseEvent.d.ts +13 -0
- package/dist/esm5/lib/Tracking/Google/CustomEvent.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Google/DataLayer.d.ts +9 -0
- package/dist/esm5/lib/Tracking/Google/Gtag.d.ts +19 -0
- package/dist/esm5/lib/Tracking/Google/Gtm.d.ts +10 -0
- package/dist/esm5/lib/Tracking/Google/StandardEvent.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Google/StandardEvents.d.ts +151 -0
- package/dist/esm5/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Google/index.d.ts +7 -0
- package/dist/esm5/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Reddit/Rdt.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
- package/dist/esm5/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Reddit/index.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Referrer.d.ts +13 -0
- package/dist/esm5/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
- package/dist/esm5/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
- package/dist/esm5/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
- package/dist/esm5/lib/Tracking/Snapchat/index.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
- package/dist/esm5/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
- package/dist/esm5/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Tiktok/index.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
- package/dist/esm5/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
- package/dist/esm5/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
- package/dist/esm5/lib/Tracking/Xy/index.d.ts +4 -0
- package/dist/esm5/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
- package/dist/esm5/lib/Tracking/index.d.ts +10 -0
- package/dist/esm5/lib/getApiStage.d.ts +2 -0
- package/dist/esm5/lib/global.d.ts +2 -0
- package/dist/esm5/lib/index.d.ts +10 -0
- package/dist/esm5/lib/isLocalHost.d.ts +2 -0
- package/dist/esm5/lib/profile.d.ts +9 -0
- package/dist/esm5/lib/safeLocalStorage.d.ts +3 -0
- package/dist/esm5/lib/safeSessionStorage.d.ts +3 -0
- package/dist/esm5/lib/useAsyncEffect.d.ts +5 -0
- package/dist/esm5/mergeBoxlikeStyles.d.ts +4 -0
- package/dist/hooks/index.d.ts +8 -0
- package/dist/hooks/index.js +9 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/useBreakpoint.d.ts +1 -0
- package/dist/hooks/useBreakpoint.js +26 -0
- package/dist/hooks/useBreakpoint.js.map +1 -0
- package/dist/hooks/useLocalStorage.d.ts +1 -0
- package/dist/hooks/useLocalStorage.js +23 -0
- package/dist/hooks/useLocalStorage.js.map +1 -0
- package/dist/hooks/useMediaQuery.d.ts +2 -0
- package/dist/hooks/useMediaQuery.js +5 -0
- package/dist/hooks/useMediaQuery.js.map +1 -0
- package/dist/hooks/useMounted.d.ts +1 -0
- package/dist/hooks/useMounted.js +16 -0
- package/dist/hooks/useMounted.js.map +1 -0
- package/dist/hooks/useNavigateToEthAddress.d.ts +5 -0
- package/dist/hooks/useNavigateToEthAddress.js +22 -0
- package/dist/hooks/useNavigateToEthAddress.js.map +1 -0
- package/dist/hooks/useSpacing.d.ts +1 -0
- package/dist/hooks/useSpacing.js +6 -0
- package/dist/hooks/useSpacing.js.map +1 -0
- package/dist/hooks/useWebP.d.ts +1 -0
- package/dist/hooks/useWebP.js +38 -0
- package/dist/hooks/useWebP.js.map +1 -0
- package/dist/hooks/useWindowSize.d.ts +6 -0
- package/dist/hooks/useWindowSize.js +21 -0
- package/dist/hooks/useWindowSize.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/ComponentSizes.d.ts +2 -0
- package/dist/lib/ComponentSizes.js +2 -0
- package/dist/lib/ComponentSizes.js.map +1 -0
- package/dist/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
- package/dist/lib/Tracking/Drip/BaseEvent.js +46 -0
- package/dist/lib/Tracking/Drip/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
- package/dist/lib/Tracking/Drip/CustomEvent.js +11 -0
- package/dist/lib/Tracking/Drip/CustomEvent.js.map +1 -0
- package/dist/lib/Tracking/Drip/Data/Base.d.ts +6 -0
- package/dist/lib/Tracking/Drip/Data/Base.js +2 -0
- package/dist/lib/Tracking/Drip/Data/Base.js.map +1 -0
- package/dist/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
- package/dist/lib/Tracking/Drip/Data/CustomFields.js +2 -0
- package/dist/lib/Tracking/Drip/Data/CustomFields.js.map +1 -0
- package/dist/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
- package/dist/lib/Tracking/Drip/Data/Identify.js +2 -0
- package/dist/lib/Tracking/Drip/Data/Identify.js.map +1 -0
- package/dist/lib/Tracking/Drip/Data/Result.d.ts +7 -0
- package/dist/lib/Tracking/Drip/Data/Result.js +2 -0
- package/dist/lib/Tracking/Drip/Data/Result.js.map +1 -0
- package/dist/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
- package/dist/lib/Tracking/Drip/Data/StandardFields.js +2 -0
- package/dist/lib/Tracking/Drip/Data/StandardFields.js.map +1 -0
- package/dist/lib/Tracking/Drip/Data/index.d.ts +2 -0
- package/dist/lib/Tracking/Drip/Data/index.js +2 -0
- package/dist/lib/Tracking/Drip/Data/index.js.map +1 -0
- package/dist/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
- package/dist/lib/Tracking/Drip/StandardEvents.js +11 -0
- package/dist/lib/Tracking/Drip/StandardEvents.js.map +1 -0
- package/dist/lib/Tracking/Drip/index.d.ts +5 -0
- package/dist/lib/Tracking/Drip/index.js +4 -0
- package/dist/lib/Tracking/Drip/index.js.map +1 -0
- package/dist/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
- package/dist/lib/Tracking/Facebook/BaseEvent.js +24 -0
- package/dist/lib/Tracking/Facebook/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
- package/dist/lib/Tracking/Facebook/CustomEvent.js +26 -0
- package/dist/lib/Tracking/Facebook/CustomEvent.js.map +1 -0
- package/dist/lib/Tracking/Facebook/Fbq.d.ts +10 -0
- package/dist/lib/Tracking/Facebook/Fbq.js +35 -0
- package/dist/lib/Tracking/Facebook/Fbq.js.map +1 -0
- package/dist/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
- package/dist/lib/Tracking/Facebook/StandardEvent.js +26 -0
- package/dist/lib/Tracking/Facebook/StandardEvent.js.map +1 -0
- package/dist/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
- package/dist/lib/Tracking/Facebook/StandardEvents.js +62 -0
- package/dist/lib/Tracking/Facebook/StandardEvents.js.map +1 -0
- package/dist/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
- package/dist/lib/Tracking/Facebook/StandardProperties.js +2 -0
- package/dist/lib/Tracking/Facebook/StandardProperties.js.map +1 -0
- package/dist/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
- package/dist/lib/Tracking/Facebook/UserEventHandler.js +61 -0
- package/dist/lib/Tracking/Facebook/UserEventHandler.js.map +1 -0
- package/dist/lib/Tracking/Facebook/index.d.ts +8 -0
- package/dist/lib/Tracking/Facebook/index.js +5 -0
- package/dist/lib/Tracking/Facebook/index.js.map +1 -0
- package/dist/lib/Tracking/Google/BaseEvent.d.ts +13 -0
- package/dist/lib/Tracking/Google/BaseEvent.js +58 -0
- package/dist/lib/Tracking/Google/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Google/CustomEvent.d.ts +4 -0
- package/dist/lib/Tracking/Google/CustomEvent.js +11 -0
- package/dist/lib/Tracking/Google/CustomEvent.js.map +1 -0
- package/dist/lib/Tracking/Google/DataLayer.d.ts +9 -0
- package/dist/lib/Tracking/Google/DataLayer.js +2 -0
- package/dist/lib/Tracking/Google/DataLayer.js.map +1 -0
- package/dist/lib/Tracking/Google/Gtag.d.ts +19 -0
- package/dist/lib/Tracking/Google/Gtag.js +82 -0
- package/dist/lib/Tracking/Google/Gtag.js.map +1 -0
- package/dist/lib/Tracking/Google/Gtm.d.ts +10 -0
- package/dist/lib/Tracking/Google/Gtm.js +36 -0
- package/dist/lib/Tracking/Google/Gtm.js.map +1 -0
- package/dist/lib/Tracking/Google/StandardEvent.d.ts +4 -0
- package/dist/lib/Tracking/Google/StandardEvent.js +11 -0
- package/dist/lib/Tracking/Google/StandardEvent.js.map +1 -0
- package/dist/lib/Tracking/Google/StandardEvents.d.ts +151 -0
- package/dist/lib/Tracking/Google/StandardEvents.js +98 -0
- package/dist/lib/Tracking/Google/StandardEvents.js.map +1 -0
- package/dist/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
- package/dist/lib/Tracking/Google/UserEventHandler.js +61 -0
- package/dist/lib/Tracking/Google/UserEventHandler.js.map +1 -0
- package/dist/lib/Tracking/Google/index.d.ts +7 -0
- package/dist/lib/Tracking/Google/index.js +8 -0
- package/dist/lib/Tracking/Google/index.js.map +1 -0
- package/dist/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
- package/dist/lib/Tracking/Reddit/BaseEvent.js +24 -0
- package/dist/lib/Tracking/Reddit/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
- package/dist/lib/Tracking/Reddit/CustomEvent.js +26 -0
- package/dist/lib/Tracking/Reddit/CustomEvent.js.map +1 -0
- package/dist/lib/Tracking/Reddit/Rdt.d.ts +8 -0
- package/dist/lib/Tracking/Reddit/Rdt.js +41 -0
- package/dist/lib/Tracking/Reddit/Rdt.js.map +1 -0
- package/dist/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
- package/dist/lib/Tracking/Reddit/StandardEvent.js +26 -0
- package/dist/lib/Tracking/Reddit/StandardEvent.js.map +1 -0
- package/dist/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
- package/dist/lib/Tracking/Reddit/StandardEvents.js +32 -0
- package/dist/lib/Tracking/Reddit/StandardEvents.js.map +1 -0
- package/dist/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
- package/dist/lib/Tracking/Reddit/StandardProperties.js +2 -0
- package/dist/lib/Tracking/Reddit/StandardProperties.js.map +1 -0
- package/dist/lib/Tracking/Reddit/index.d.ts +4 -0
- package/dist/lib/Tracking/Reddit/index.js +5 -0
- package/dist/lib/Tracking/Reddit/index.js.map +1 -0
- package/dist/lib/Tracking/Referrer.d.ts +13 -0
- package/dist/lib/Tracking/Referrer.js +33 -0
- package/dist/lib/Tracking/Referrer.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
- package/dist/lib/Tracking/Snapchat/BaseEvent.js +22 -0
- package/dist/lib/Tracking/Snapchat/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
- package/dist/lib/Tracking/Snapchat/Snaptr.js +30 -0
- package/dist/lib/Tracking/Snapchat/Snaptr.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
- package/dist/lib/Tracking/Snapchat/StandardEvent.js +24 -0
- package/dist/lib/Tracking/Snapchat/StandardEvent.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
- package/dist/lib/Tracking/Snapchat/StandardEvents.js +95 -0
- package/dist/lib/Tracking/Snapchat/StandardEvents.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
- package/dist/lib/Tracking/Snapchat/StandardProperties.js +2 -0
- package/dist/lib/Tracking/Snapchat/StandardProperties.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
- package/dist/lib/Tracking/Snapchat/UserProperties.js +2 -0
- package/dist/lib/Tracking/Snapchat/UserProperties.js.map +1 -0
- package/dist/lib/Tracking/Snapchat/index.d.ts +6 -0
- package/dist/lib/Tracking/Snapchat/index.js +4 -0
- package/dist/lib/Tracking/Snapchat/index.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
- package/dist/lib/Tracking/Tiktok/BaseEvent.js +24 -0
- package/dist/lib/Tracking/Tiktok/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
- package/dist/lib/Tracking/Tiktok/CustomEvent.js +26 -0
- package/dist/lib/Tracking/Tiktok/CustomEvent.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
- package/dist/lib/Tracking/Tiktok/StandardEvent.js +26 -0
- package/dist/lib/Tracking/Tiktok/StandardEvent.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
- package/dist/lib/Tracking/Tiktok/StandardEvents.js +56 -0
- package/dist/lib/Tracking/Tiktok/StandardEvents.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
- package/dist/lib/Tracking/Tiktok/StandardProperties.js +2 -0
- package/dist/lib/Tracking/Tiktok/StandardProperties.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
- package/dist/lib/Tracking/Tiktok/Ttq.js +41 -0
- package/dist/lib/Tracking/Tiktok/Ttq.js.map +1 -0
- package/dist/lib/Tracking/Tiktok/index.d.ts +4 -0
- package/dist/lib/Tracking/Tiktok/index.js +5 -0
- package/dist/lib/Tracking/Tiktok/index.js.map +1 -0
- package/dist/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
- package/dist/lib/Tracking/Xy/BaseEvent.js +22 -0
- package/dist/lib/Tracking/Xy/BaseEvent.js.map +1 -0
- package/dist/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
- package/dist/lib/Tracking/Xy/CustomEvent.js +11 -0
- package/dist/lib/Tracking/Xy/CustomEvent.js.map +1 -0
- package/dist/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
- package/dist/lib/Tracking/Xy/StandardEvent.js +11 -0
- package/dist/lib/Tracking/Xy/StandardEvent.js.map +1 -0
- package/dist/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
- package/dist/lib/Tracking/Xy/UserEventHandler.js +61 -0
- package/dist/lib/Tracking/Xy/UserEventHandler.js.map +1 -0
- package/dist/lib/Tracking/Xy/index.d.ts +4 -0
- package/dist/lib/Tracking/Xy/index.js +5 -0
- package/dist/lib/Tracking/Xy/index.js.map +1 -0
- package/dist/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
- package/dist/lib/Tracking/XyoUserEventHandler.js +62 -0
- package/dist/lib/Tracking/XyoUserEventHandler.js.map +1 -0
- package/dist/lib/Tracking/index.d.ts +10 -0
- package/dist/lib/Tracking/index.js +11 -0
- package/dist/lib/Tracking/index.js.map +1 -0
- package/dist/lib/getApiStage.d.ts +2 -0
- package/dist/lib/getApiStage.js +6 -0
- package/dist/lib/getApiStage.js.map +1 -0
- package/dist/lib/global.d.ts +2 -0
- package/dist/lib/global.js +4 -0
- package/dist/lib/global.js.map +1 -0
- package/dist/lib/index.d.ts +10 -0
- package/dist/lib/index.js +9 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/isLocalHost.d.ts +2 -0
- package/dist/lib/isLocalHost.js +7 -0
- package/dist/lib/isLocalHost.js.map +1 -0
- package/dist/lib/profile.d.ts +9 -0
- package/dist/lib/profile.js +25 -0
- package/dist/lib/profile.js.map +1 -0
- package/dist/lib/safeLocalStorage.d.ts +3 -0
- package/dist/lib/safeLocalStorage.js +20 -0
- package/dist/lib/safeLocalStorage.js.map +1 -0
- package/dist/lib/safeSessionStorage.d.ts +3 -0
- package/dist/lib/safeSessionStorage.js +20 -0
- package/dist/lib/safeSessionStorage.js.map +1 -0
- package/dist/lib/useAsyncEffect.d.ts +5 -0
- package/dist/lib/useAsyncEffect.js +24 -0
- package/dist/lib/useAsyncEffect.js.map +1 -0
- package/dist/mergeBoxlikeStyles.d.ts +4 -0
- package/dist/mergeBoxlikeStyles.js +9 -0
- package/dist/mergeBoxlikeStyles.js.map +1 -0
- package/dist/node/BoxlikeComponentProps.d.ts +41 -0
- package/dist/node/BusyProps.d.ts +13 -0
- package/dist/node/Margin.d.ts +2 -0
- package/dist/node/Padding.d.ts +2 -0
- package/dist/node/calcSpacing.d.ts +4 -0
- package/dist/node/components/AppBarEx/AppBarEx.d.ts +4 -0
- package/dist/node/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
- package/dist/node/components/AppBarEx/AppBarExProps.d.ts +8 -0
- package/dist/node/components/AppBarEx/index.d.ts +4 -0
- package/dist/node/components/Background.d.ts +7 -0
- package/dist/node/components/BasePage/BasePage.d.ts +4 -0
- package/dist/node/components/BasePage/BasePage.stories.d.ts +6 -0
- package/dist/node/components/BasePage/BasePageProps.d.ts +19 -0
- package/dist/node/components/BasePage/index.d.ts +4 -0
- package/dist/node/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
- package/dist/node/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
- package/dist/node/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
- package/dist/node/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/node/components/BusyCircularProgress.d.ts +10 -0
- package/dist/node/components/BusyLinearProgress.d.ts +9 -0
- package/dist/node/components/ButtonEx/ButtonEx.d.ts +4 -0
- package/dist/node/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
- package/dist/node/components/ButtonEx/ButtonExBase.d.ts +4 -0
- package/dist/node/components/ButtonEx/ButtonExProps.d.ts +10 -0
- package/dist/node/components/ButtonEx/ButtonExTo.d.ts +4 -0
- package/dist/node/components/ButtonEx/index.d.ts +2 -0
- package/dist/node/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/dist/node/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
- package/dist/node/components/CookieConsent/CookieConsentBody.d.ts +4 -0
- package/dist/node/components/CookieConsent/CookieConsentProps.d.ts +7 -0
- package/dist/node/components/CookieConsent/index.d.ts +3 -0
- package/dist/node/components/CoverProgress.d.ts +10 -0
- package/dist/node/components/Errors/ErrorViewer.d.ts +4 -0
- package/dist/node/components/Errors/ErrorViewer.stories.d.ts +6 -0
- package/dist/node/components/Errors/ErrorViewerProps.d.ts +5 -0
- package/dist/node/components/Errors/ErrorsViewer.d.ts +4 -0
- package/dist/node/components/Errors/ErrorsViewer.stories.d.ts +6 -0
- package/dist/node/components/Errors/ErrorsViewerProps.d.ts +6 -0
- package/dist/node/components/Errors/index.d.ts +3 -0
- package/dist/node/components/EthAccount/EthAccount.d.ts +4 -0
- package/dist/node/components/EthAccount/EthAccount.stories.d.ts +11 -0
- package/dist/node/components/EthAccount/EthAccountProps.d.ts +17 -0
- package/dist/node/components/EthAccount/index.d.ts +4 -0
- package/dist/node/components/EthBlock.d.ts +6 -0
- package/dist/node/components/Experiments/Experiment.d.ts +7 -0
- package/dist/node/components/Experiments/Experiments.d.ts +4 -0
- package/dist/node/components/Experiments/Experiments.stories.d.ts +6 -0
- package/dist/node/components/Experiments/ExperimentsDebugger.d.ts +3 -0
- package/dist/node/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
- package/dist/node/components/Experiments/ExperimentsProps.d.ts +7 -0
- package/dist/node/components/Experiments/index.d.ts +4 -0
- package/dist/node/components/Experiments/models/index.d.ts +12 -0
- package/dist/node/components/FlexBox/BusyBox.d.ts +10 -0
- package/dist/node/components/FlexBox/BusyBox.stories.d.ts +10 -0
- package/dist/node/components/FlexBox/FlexCol.d.ts +5 -0
- package/dist/node/components/FlexBox/FlexCol.stories.d.ts +8 -0
- package/dist/node/components/FlexBox/FlexRow.d.ts +7 -0
- package/dist/node/components/FlexBox/FlexRow.stories.d.ts +10 -0
- package/dist/node/components/FlexBox/index.d.ts +3 -0
- package/dist/node/components/HoverScale.d.ts +6 -0
- package/dist/node/components/Identicon.d.ts +14 -0
- package/dist/node/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
- package/dist/node/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
- package/dist/node/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
- package/dist/node/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
- package/dist/node/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
- package/dist/node/components/InvertableThemeProvider/index.d.ts +4 -0
- package/dist/node/components/LinkEx/LinkToEx.d.ts +8 -0
- package/dist/node/components/LinkEx/index.d.ts +2 -0
- package/dist/node/components/NumberStatus/NumberStatus.d.ts +4 -0
- package/dist/node/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
- package/dist/node/components/NumberStatus/NumberStatusProps.d.ts +13 -0
- package/dist/node/components/NumberStatus/index.d.ts +2 -0
- package/dist/node/components/QuickTipButton/QuickTipButton.d.ts +4 -0
- package/dist/node/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
- package/dist/node/components/QuickTipButton/index.d.ts +2 -0
- package/dist/node/components/RedirectWithQuery.d.ts +8 -0
- package/dist/node/components/RichResult/RichResult.d.ts +7 -0
- package/dist/node/components/RichResult/index.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/Action.d.ts +24 -0
- package/dist/node/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/node/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/node/components/RichResult/jsonld/Article.d.ts +14 -0
- package/dist/node/components/RichResult/jsonld/Base.d.ts +4 -0
- package/dist/node/components/RichResult/jsonld/Brand.d.ts +11 -0
- package/dist/node/components/RichResult/jsonld/Class.d.ts +7 -0
- package/dist/node/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
- package/dist/node/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/node/components/RichResult/jsonld/Country.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
- package/dist/node/components/RichResult/jsonld/DateTime.d.ts +2 -0
- package/dist/node/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
- package/dist/node/components/RichResult/jsonld/Enumeration.d.ts +7 -0
- package/dist/node/components/RichResult/jsonld/GeoShape.d.ts +15 -0
- package/dist/node/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/node/components/RichResult/jsonld/ImageObject.d.ts +9 -0
- package/dist/node/components/RichResult/jsonld/Intangible.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/Integer.d.ts +2 -0
- package/dist/node/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/node/components/RichResult/jsonld/Language.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/Map.d.ts +6 -0
- package/dist/node/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/node/components/RichResult/jsonld/MediaObject.d.ts +10 -0
- package/dist/node/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
- package/dist/node/components/RichResult/jsonld/Offer.d.ts +64 -0
- package/dist/node/components/RichResult/jsonld/Organization.d.ts +77 -0
- package/dist/node/components/RichResult/jsonld/Person.d.ts +71 -0
- package/dist/node/components/RichResult/jsonld/Photograph.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/Place.d.ts +42 -0
- package/dist/node/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
- package/dist/node/components/RichResult/jsonld/Product.d.ts +56 -0
- package/dist/node/components/RichResult/jsonld/Property.d.ts +10 -0
- package/dist/node/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
- package/dist/node/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/node/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/node/components/RichResult/jsonld/Rating.d.ts +10 -0
- package/dist/node/components/RichResult/jsonld/Review.d.ts +10 -0
- package/dist/node/components/RichResult/jsonld/Service.d.ts +38 -0
- package/dist/node/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/node/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/Text.d.ts +2 -0
- package/dist/node/components/RichResult/jsonld/Thing.d.ts +22 -0
- package/dist/node/components/RichResult/jsonld/Time.d.ts +2 -0
- package/dist/node/components/RichResult/jsonld/URL.d.ts +2 -0
- package/dist/node/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/node/components/RichResult/jsonld/index.d.ts +48 -0
- package/dist/node/components/ScrollToTop.d.ts +1 -0
- package/dist/node/components/ScrollToTopButton.d.ts +7 -0
- package/dist/node/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/node/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
- package/dist/node/components/TokenAmount/TokenAmountProps.d.ts +15 -0
- package/dist/node/components/TokenAmount/index.d.ts +4 -0
- package/dist/node/components/dialogs/ErrorDialog.d.ts +8 -0
- package/dist/node/components/dialogs/ErrorDialog.stories.d.ts +6 -0
- package/dist/node/components/dialogs/MessageDialog.d.ts +7 -0
- package/dist/node/components/dialogs/MessageDialog.stories.d.ts +6 -0
- package/dist/node/components/dialogs/index.d.ts +3 -0
- package/dist/node/components/index.d.ts +23 -0
- package/dist/node/contexts/CookieConsent/Context.d.ts +8 -0
- package/dist/node/contexts/CookieConsent/Loader.d.ts +3 -0
- package/dist/node/contexts/CookieConsent/index.d.ts +4 -0
- package/dist/node/contexts/CookieConsent/use.d.ts +7 -0
- package/dist/node/contexts/Ethers/Context.d.ts +19 -0
- package/dist/node/contexts/Ethers/Infura.d.ts +7 -0
- package/dist/node/contexts/Ethers/Loader.d.ts +6 -0
- package/dist/node/contexts/Ethers/MetaMask.d.ts +6 -0
- package/dist/node/contexts/Ethers/MyEtherWallet.d.ts +6 -0
- package/dist/node/contexts/Ethers/Opera.d.ts +6 -0
- package/dist/node/contexts/Ethers/Trust.d.ts +6 -0
- package/dist/node/contexts/Ethers/index.d.ts +2 -0
- package/dist/node/contexts/NetworkSettings/Context.d.ts +9 -0
- package/dist/node/contexts/NetworkSettings/Loader.d.ts +6 -0
- package/dist/node/contexts/NetworkSettings/index.d.ts +3 -0
- package/dist/node/contexts/UserEvents/Context.d.ts +7 -0
- package/dist/node/contexts/UserEvents/index.d.ts +2 -0
- package/dist/node/contexts/index.d.ts +4 -0
- package/dist/node/hooks/index.d.ts +8 -0
- package/dist/node/hooks/useBreakpoint.d.ts +1 -0
- package/dist/node/hooks/useLocalStorage.d.ts +1 -0
- package/dist/node/hooks/useMediaQuery.d.ts +2 -0
- package/dist/node/hooks/useMounted.d.ts +1 -0
- package/dist/node/hooks/useNavigateToEthAddress.d.ts +5 -0
- package/dist/node/hooks/useSpacing.d.ts +1 -0
- package/dist/node/hooks/useWebP.d.ts +1 -0
- package/dist/node/hooks/useWindowSize.d.ts +6 -0
- package/dist/node/index.d.ts +4 -0
- package/dist/node/index.js +2722 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/lib/ComponentSizes.d.ts +2 -0
- package/dist/node/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
- package/dist/node/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
- package/dist/node/lib/Tracking/Drip/Data/Base.d.ts +6 -0
- package/dist/node/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
- package/dist/node/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
- package/dist/node/lib/Tracking/Drip/Data/Result.d.ts +7 -0
- package/dist/node/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
- package/dist/node/lib/Tracking/Drip/Data/index.d.ts +2 -0
- package/dist/node/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
- package/dist/node/lib/Tracking/Drip/index.d.ts +5 -0
- package/dist/node/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
- package/dist/node/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
- package/dist/node/lib/Tracking/Facebook/Fbq.d.ts +10 -0
- package/dist/node/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
- package/dist/node/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
- package/dist/node/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
- package/dist/node/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
- package/dist/node/lib/Tracking/Facebook/index.d.ts +8 -0
- package/dist/node/lib/Tracking/Google/BaseEvent.d.ts +13 -0
- package/dist/node/lib/Tracking/Google/CustomEvent.d.ts +4 -0
- package/dist/node/lib/Tracking/Google/DataLayer.d.ts +9 -0
- package/dist/node/lib/Tracking/Google/Gtag.d.ts +19 -0
- package/dist/node/lib/Tracking/Google/Gtm.d.ts +10 -0
- package/dist/node/lib/Tracking/Google/StandardEvent.d.ts +4 -0
- package/dist/node/lib/Tracking/Google/StandardEvents.d.ts +151 -0
- package/dist/node/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
- package/dist/node/lib/Tracking/Google/index.d.ts +7 -0
- package/dist/node/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
- package/dist/node/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
- package/dist/node/lib/Tracking/Reddit/Rdt.d.ts +8 -0
- package/dist/node/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
- package/dist/node/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
- package/dist/node/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
- package/dist/node/lib/Tracking/Reddit/index.d.ts +4 -0
- package/dist/node/lib/Tracking/Referrer.d.ts +13 -0
- package/dist/node/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
- package/dist/node/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
- package/dist/node/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
- package/dist/node/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
- package/dist/node/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
- package/dist/node/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
- package/dist/node/lib/Tracking/Snapchat/index.d.ts +6 -0
- package/dist/node/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
- package/dist/node/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
- package/dist/node/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
- package/dist/node/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
- package/dist/node/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
- package/dist/node/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
- package/dist/node/lib/Tracking/Tiktok/index.d.ts +4 -0
- package/dist/node/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
- package/dist/node/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
- package/dist/node/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
- package/dist/node/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
- package/dist/node/lib/Tracking/Xy/index.d.ts +4 -0
- package/dist/node/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
- package/dist/node/lib/Tracking/index.d.ts +10 -0
- package/dist/node/lib/getApiStage.d.ts +2 -0
- package/dist/node/lib/global.d.ts +2 -0
- package/dist/node/lib/index.d.ts +10 -0
- package/dist/node/lib/isLocalHost.d.ts +2 -0
- package/dist/node/lib/profile.d.ts +9 -0
- package/dist/node/lib/safeLocalStorage.d.ts +3 -0
- package/dist/node/lib/safeSessionStorage.d.ts +3 -0
- package/dist/node/lib/useAsyncEffect.d.ts +5 -0
- package/dist/node/mergeBoxlikeStyles.d.ts +4 -0
- package/dist/node-esm/BoxlikeComponentProps.d.ts +41 -0
- package/dist/node-esm/BusyProps.d.ts +13 -0
- package/dist/node-esm/Margin.d.ts +2 -0
- package/dist/node-esm/Padding.d.ts +2 -0
- package/dist/node-esm/calcSpacing.d.ts +4 -0
- package/dist/node-esm/components/AppBarEx/AppBarEx.d.ts +4 -0
- package/dist/node-esm/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
- package/dist/node-esm/components/AppBarEx/AppBarExProps.d.ts +8 -0
- package/dist/node-esm/components/AppBarEx/index.d.ts +4 -0
- package/dist/node-esm/components/Background.d.ts +7 -0
- package/dist/node-esm/components/BasePage/BasePage.d.ts +4 -0
- package/dist/node-esm/components/BasePage/BasePage.stories.d.ts +6 -0
- package/dist/node-esm/components/BasePage/BasePageProps.d.ts +19 -0
- package/dist/node-esm/components/BasePage/index.d.ts +4 -0
- package/dist/node-esm/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
- package/dist/node-esm/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
- package/dist/node-esm/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
- package/dist/node-esm/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/node-esm/components/BusyCircularProgress.d.ts +10 -0
- package/dist/node-esm/components/BusyLinearProgress.d.ts +9 -0
- package/dist/node-esm/components/ButtonEx/ButtonEx.d.ts +4 -0
- package/dist/node-esm/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
- package/dist/node-esm/components/ButtonEx/ButtonExBase.d.ts +4 -0
- package/dist/node-esm/components/ButtonEx/ButtonExProps.d.ts +10 -0
- package/dist/node-esm/components/ButtonEx/ButtonExTo.d.ts +4 -0
- package/dist/node-esm/components/ButtonEx/index.d.ts +2 -0
- package/dist/node-esm/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/dist/node-esm/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
- package/dist/node-esm/components/CookieConsent/CookieConsentBody.d.ts +4 -0
- package/dist/node-esm/components/CookieConsent/CookieConsentProps.d.ts +7 -0
- package/dist/node-esm/components/CookieConsent/index.d.ts +3 -0
- package/dist/node-esm/components/CoverProgress.d.ts +10 -0
- package/dist/node-esm/components/Errors/ErrorViewer.d.ts +4 -0
- package/dist/node-esm/components/Errors/ErrorViewer.stories.d.ts +6 -0
- package/dist/node-esm/components/Errors/ErrorViewerProps.d.ts +5 -0
- package/dist/node-esm/components/Errors/ErrorsViewer.d.ts +4 -0
- package/dist/node-esm/components/Errors/ErrorsViewer.stories.d.ts +6 -0
- package/dist/node-esm/components/Errors/ErrorsViewerProps.d.ts +6 -0
- package/dist/node-esm/components/Errors/index.d.ts +3 -0
- package/dist/node-esm/components/EthAccount/EthAccount.d.ts +4 -0
- package/dist/node-esm/components/EthAccount/EthAccount.stories.d.ts +11 -0
- package/dist/node-esm/components/EthAccount/EthAccountProps.d.ts +17 -0
- package/dist/node-esm/components/EthAccount/index.d.ts +4 -0
- package/dist/node-esm/components/EthBlock.d.ts +6 -0
- package/dist/node-esm/components/Experiments/Experiment.d.ts +7 -0
- package/dist/node-esm/components/Experiments/Experiments.d.ts +4 -0
- package/dist/node-esm/components/Experiments/Experiments.stories.d.ts +6 -0
- package/dist/node-esm/components/Experiments/ExperimentsDebugger.d.ts +3 -0
- package/dist/node-esm/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
- package/dist/node-esm/components/Experiments/ExperimentsProps.d.ts +7 -0
- package/dist/node-esm/components/Experiments/index.d.ts +4 -0
- package/dist/node-esm/components/Experiments/models/index.d.ts +12 -0
- package/dist/node-esm/components/FlexBox/BusyBox.d.ts +10 -0
- package/dist/node-esm/components/FlexBox/BusyBox.stories.d.ts +10 -0
- package/dist/node-esm/components/FlexBox/FlexCol.d.ts +5 -0
- package/dist/node-esm/components/FlexBox/FlexCol.stories.d.ts +8 -0
- package/dist/node-esm/components/FlexBox/FlexRow.d.ts +7 -0
- package/dist/node-esm/components/FlexBox/FlexRow.stories.d.ts +10 -0
- package/dist/node-esm/components/FlexBox/index.d.ts +3 -0
- package/dist/node-esm/components/HoverScale.d.ts +6 -0
- package/dist/node-esm/components/Identicon.d.ts +14 -0
- package/dist/node-esm/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
- package/dist/node-esm/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
- package/dist/node-esm/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
- package/dist/node-esm/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
- package/dist/node-esm/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
- package/dist/node-esm/components/InvertableThemeProvider/index.d.ts +4 -0
- package/dist/node-esm/components/LinkEx/LinkToEx.d.ts +8 -0
- package/dist/node-esm/components/LinkEx/index.d.ts +2 -0
- package/dist/node-esm/components/NumberStatus/NumberStatus.d.ts +4 -0
- package/dist/node-esm/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
- package/dist/node-esm/components/NumberStatus/NumberStatusProps.d.ts +13 -0
- package/dist/node-esm/components/NumberStatus/index.d.ts +2 -0
- package/dist/node-esm/components/QuickTipButton/QuickTipButton.d.ts +4 -0
- package/dist/node-esm/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
- package/dist/node-esm/components/QuickTipButton/index.d.ts +2 -0
- package/dist/node-esm/components/RedirectWithQuery.d.ts +8 -0
- package/dist/node-esm/components/RichResult/RichResult.d.ts +7 -0
- package/dist/node-esm/components/RichResult/index.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/Action.d.ts +24 -0
- package/dist/node-esm/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/node-esm/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/node-esm/components/RichResult/jsonld/Article.d.ts +14 -0
- package/dist/node-esm/components/RichResult/jsonld/Base.d.ts +4 -0
- package/dist/node-esm/components/RichResult/jsonld/Brand.d.ts +11 -0
- package/dist/node-esm/components/RichResult/jsonld/Class.d.ts +7 -0
- package/dist/node-esm/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
- package/dist/node-esm/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/node-esm/components/RichResult/jsonld/Country.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
- package/dist/node-esm/components/RichResult/jsonld/DateTime.d.ts +2 -0
- package/dist/node-esm/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
- package/dist/node-esm/components/RichResult/jsonld/Enumeration.d.ts +7 -0
- package/dist/node-esm/components/RichResult/jsonld/GeoShape.d.ts +15 -0
- package/dist/node-esm/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/node-esm/components/RichResult/jsonld/ImageObject.d.ts +9 -0
- package/dist/node-esm/components/RichResult/jsonld/Intangible.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/Integer.d.ts +2 -0
- package/dist/node-esm/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/node-esm/components/RichResult/jsonld/Language.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/Map.d.ts +6 -0
- package/dist/node-esm/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/node-esm/components/RichResult/jsonld/MediaObject.d.ts +10 -0
- package/dist/node-esm/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
- package/dist/node-esm/components/RichResult/jsonld/Offer.d.ts +64 -0
- package/dist/node-esm/components/RichResult/jsonld/Organization.d.ts +77 -0
- package/dist/node-esm/components/RichResult/jsonld/Person.d.ts +71 -0
- package/dist/node-esm/components/RichResult/jsonld/Photograph.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/Place.d.ts +42 -0
- package/dist/node-esm/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
- package/dist/node-esm/components/RichResult/jsonld/Product.d.ts +56 -0
- package/dist/node-esm/components/RichResult/jsonld/Property.d.ts +10 -0
- package/dist/node-esm/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
- package/dist/node-esm/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/node-esm/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/node-esm/components/RichResult/jsonld/Rating.d.ts +10 -0
- package/dist/node-esm/components/RichResult/jsonld/Review.d.ts +10 -0
- package/dist/node-esm/components/RichResult/jsonld/Service.d.ts +38 -0
- package/dist/node-esm/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/node-esm/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/Text.d.ts +2 -0
- package/dist/node-esm/components/RichResult/jsonld/Thing.d.ts +22 -0
- package/dist/node-esm/components/RichResult/jsonld/Time.d.ts +2 -0
- package/dist/node-esm/components/RichResult/jsonld/URL.d.ts +2 -0
- package/dist/node-esm/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/node-esm/components/RichResult/jsonld/index.d.ts +48 -0
- package/dist/node-esm/components/ScrollToTop.d.ts +1 -0
- package/dist/node-esm/components/ScrollToTopButton.d.ts +7 -0
- package/dist/node-esm/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/node-esm/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
- package/dist/node-esm/components/TokenAmount/TokenAmountProps.d.ts +15 -0
- package/dist/node-esm/components/TokenAmount/index.d.ts +4 -0
- package/dist/node-esm/components/dialogs/ErrorDialog.d.ts +8 -0
- package/dist/node-esm/components/dialogs/ErrorDialog.stories.d.ts +6 -0
- package/dist/node-esm/components/dialogs/MessageDialog.d.ts +7 -0
- package/dist/node-esm/components/dialogs/MessageDialog.stories.d.ts +6 -0
- package/dist/node-esm/components/dialogs/index.d.ts +3 -0
- package/dist/node-esm/components/index.d.ts +23 -0
- package/dist/node-esm/contexts/CookieConsent/Context.d.ts +8 -0
- package/dist/node-esm/contexts/CookieConsent/Loader.d.ts +3 -0
- package/dist/node-esm/contexts/CookieConsent/index.d.ts +4 -0
- package/dist/node-esm/contexts/CookieConsent/use.d.ts +7 -0
- package/dist/node-esm/contexts/Ethers/Context.d.ts +19 -0
- package/dist/node-esm/contexts/Ethers/Infura.d.ts +7 -0
- package/dist/node-esm/contexts/Ethers/Loader.d.ts +6 -0
- package/dist/node-esm/contexts/Ethers/MetaMask.d.ts +6 -0
- package/dist/node-esm/contexts/Ethers/MyEtherWallet.d.ts +6 -0
- package/dist/node-esm/contexts/Ethers/Opera.d.ts +6 -0
- package/dist/node-esm/contexts/Ethers/Trust.d.ts +6 -0
- package/dist/node-esm/contexts/Ethers/index.d.ts +2 -0
- package/dist/node-esm/contexts/NetworkSettings/Context.d.ts +9 -0
- package/dist/node-esm/contexts/NetworkSettings/Loader.d.ts +6 -0
- package/dist/node-esm/contexts/NetworkSettings/index.d.ts +3 -0
- package/dist/node-esm/contexts/UserEvents/Context.d.ts +7 -0
- package/dist/node-esm/contexts/UserEvents/index.d.ts +2 -0
- package/dist/node-esm/contexts/index.d.ts +4 -0
- package/dist/node-esm/hooks/index.d.ts +8 -0
- package/dist/node-esm/hooks/useBreakpoint.d.ts +1 -0
- package/dist/node-esm/hooks/useLocalStorage.d.ts +1 -0
- package/dist/node-esm/hooks/useMediaQuery.d.ts +2 -0
- package/dist/node-esm/hooks/useMounted.d.ts +1 -0
- package/dist/node-esm/hooks/useNavigateToEthAddress.d.ts +5 -0
- package/dist/node-esm/hooks/useSpacing.d.ts +1 -0
- package/dist/node-esm/hooks/useWebP.d.ts +1 -0
- package/dist/node-esm/hooks/useWindowSize.d.ts +6 -0
- package/dist/node-esm/index.d.ts +4 -0
- package/dist/node-esm/index.js +2631 -0
- package/dist/node-esm/index.js.map +1 -0
- package/dist/node-esm/lib/ComponentSizes.d.ts +2 -0
- package/dist/node-esm/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
- package/dist/node-esm/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Drip/Data/Base.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
- package/dist/node-esm/lib/Tracking/Drip/Data/Result.d.ts +7 -0
- package/dist/node-esm/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
- package/dist/node-esm/lib/Tracking/Drip/Data/index.d.ts +2 -0
- package/dist/node-esm/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Drip/index.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Facebook/Fbq.d.ts +10 -0
- package/dist/node-esm/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
- package/dist/node-esm/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
- package/dist/node-esm/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Facebook/index.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Google/BaseEvent.d.ts +13 -0
- package/dist/node-esm/lib/Tracking/Google/CustomEvent.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Google/DataLayer.d.ts +9 -0
- package/dist/node-esm/lib/Tracking/Google/Gtag.d.ts +19 -0
- package/dist/node-esm/lib/Tracking/Google/Gtm.d.ts +10 -0
- package/dist/node-esm/lib/Tracking/Google/StandardEvent.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Google/StandardEvents.d.ts +151 -0
- package/dist/node-esm/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Google/index.d.ts +7 -0
- package/dist/node-esm/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Reddit/Rdt.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
- package/dist/node-esm/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Reddit/index.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Referrer.d.ts +13 -0
- package/dist/node-esm/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
- package/dist/node-esm/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
- package/dist/node-esm/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
- package/dist/node-esm/lib/Tracking/Snapchat/index.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
- package/dist/node-esm/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
- package/dist/node-esm/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Tiktok/index.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
- package/dist/node-esm/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
- package/dist/node-esm/lib/Tracking/Xy/index.d.ts +4 -0
- package/dist/node-esm/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
- package/dist/node-esm/lib/Tracking/index.d.ts +10 -0
- package/dist/node-esm/lib/getApiStage.d.ts +2 -0
- package/dist/node-esm/lib/global.d.ts +2 -0
- package/dist/node-esm/lib/index.d.ts +10 -0
- package/dist/node-esm/lib/isLocalHost.d.ts +2 -0
- package/dist/node-esm/lib/profile.d.ts +9 -0
- package/dist/node-esm/lib/safeLocalStorage.d.ts +3 -0
- package/dist/node-esm/lib/safeSessionStorage.d.ts +3 -0
- package/dist/node-esm/lib/useAsyncEffect.d.ts +5 -0
- package/dist/node-esm/mergeBoxlikeStyles.d.ts +4 -0
- package/dist/node-esm/package.json +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
var Referrer = /** @class */ (function () {
|
|
2
|
+
function Referrer() {
|
|
3
|
+
var _a, _b;
|
|
4
|
+
this.session = (_a = this.getFromSession()) !== null && _a !== void 0 ? _a : document.referrer;
|
|
5
|
+
sessionStorage.setItem(Referrer.storageId, this.session);
|
|
6
|
+
this.local = (_b = this.getFromLocal()) !== null && _b !== void 0 ? _b : document.referrer;
|
|
7
|
+
localStorage.setItem(Referrer.storageId, this.local);
|
|
8
|
+
}
|
|
9
|
+
Referrer.prototype.getFromLocal = function () {
|
|
10
|
+
var value = localStorage.getItem(Referrer.storageId);
|
|
11
|
+
if (value && value.length > 0) {
|
|
12
|
+
return value;
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
Referrer.prototype.getFromSession = function () {
|
|
16
|
+
var value = sessionStorage.getItem(Referrer.storageId);
|
|
17
|
+
if (value && value.length > 0) {
|
|
18
|
+
return value;
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
Referrer.prototype.toJson = function () {
|
|
22
|
+
if ((this.local && this.local.length > 0) || (this.session && this.session.length > 0)) {
|
|
23
|
+
return {
|
|
24
|
+
local: this.local,
|
|
25
|
+
session: this.session,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
Referrer.storageId = '_coin_referrer';
|
|
30
|
+
return Referrer;
|
|
31
|
+
}());
|
|
32
|
+
export { Referrer };
|
|
33
|
+
//# sourceMappingURL=Referrer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Referrer.js","sourceRoot":"","sources":["../../../src/lib/Tracking/Referrer.ts"],"names":[],"mappings":"AAAA;IAIE;;QACE,IAAI,CAAC,OAAO,GAAG,MAAA,IAAI,CAAC,cAAc,EAAE,mCAAI,QAAQ,CAAC,QAAQ,CAAA;QACzD,cAAc,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QACxD,IAAI,CAAC,KAAK,GAAG,MAAA,IAAI,CAAC,YAAY,EAAE,mCAAI,QAAQ,CAAC,QAAQ,CAAA;QACrD,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;IACtD,CAAC;IAEO,+BAAY,GAApB;QACE,IAAM,KAAK,GAAG,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAA;QACtD,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YAC7B,OAAO,KAAK,CAAA;SACb;IACH,CAAC;IAEO,iCAAc,GAAtB;QACE,IAAM,KAAK,GAAG,cAAc,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAA;QACxD,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YAC7B,OAAO,KAAK,CAAA;SACb;IACH,CAAC;IAEM,yBAAM,GAAb;QACE,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE;YACtF,OAAO;gBACL,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAA;SACF;IACH,CAAC;IA/Bc,kBAAS,GAAG,gBAAgB,CAAA;IAgC7C,eAAC;CAAA,AAjCD,IAiCC;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { __awaiter, __generator } from "tslib";
|
|
2
|
+
import { delay } from '@xylabs/sdk-js';
|
|
3
|
+
var SnapchatBaseEvent = /** @class */ (function () {
|
|
4
|
+
function SnapchatBaseEvent(name) {
|
|
5
|
+
this.name = name;
|
|
6
|
+
}
|
|
7
|
+
SnapchatBaseEvent.prototype.send = function (_data) {
|
|
8
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
9
|
+
return __generator(this, function (_a) {
|
|
10
|
+
switch (_a.label) {
|
|
11
|
+
case 0: return [4 /*yield*/, delay(0)]; //force async to increase reporting odds
|
|
12
|
+
case 1:
|
|
13
|
+
_a.sent(); //force async to increase reporting odds
|
|
14
|
+
return [2 /*return*/];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
return SnapchatBaseEvent;
|
|
20
|
+
}());
|
|
21
|
+
export { SnapchatBaseEvent };
|
|
22
|
+
//# sourceMappingURL=BaseEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseEvent.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/BaseEvent.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEtC;IAEE,2BAAY,IAAY;QACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;IAClB,CAAC;IAEK,gCAAI,GAAV,UAAW,KAAQ;;;;4BACjB,qBAAM,KAAK,CAAC,CAAC,CAAC,EAAA,CAAC,wCAAwC;;wBAAvD,SAAc,CAAA,CAAC,wCAAwC;;;;;KACxD;IACH,wBAAC;AAAD,CAAC,AATD,IASC;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { __awaiter, __generator } from "tslib";
|
|
2
|
+
import { delay } from '@xylabs/sdk-js';
|
|
3
|
+
import { global } from '../../global';
|
|
4
|
+
var SnapTr = /** @class */ (function () {
|
|
5
|
+
function SnapTr() {
|
|
6
|
+
}
|
|
7
|
+
SnapTr.getSnapTr = function () {
|
|
8
|
+
if (global.snaptr) {
|
|
9
|
+
return global.snaptr;
|
|
10
|
+
}
|
|
11
|
+
console.warn('Missing snaptr');
|
|
12
|
+
};
|
|
13
|
+
SnapTr.track = function (event, data) {
|
|
14
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
15
|
+
return __generator(this, function (_a) {
|
|
16
|
+
switch (_a.label) {
|
|
17
|
+
case 0:
|
|
18
|
+
this.getSnapTr()('track', event, data);
|
|
19
|
+
return [4 /*yield*/, delay(0)];
|
|
20
|
+
case 1:
|
|
21
|
+
_a.sent();
|
|
22
|
+
return [2 /*return*/];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
return SnapTr;
|
|
28
|
+
}());
|
|
29
|
+
export { SnapTr };
|
|
30
|
+
//# sourceMappingURL=Snaptr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Snaptr.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/Snaptr.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEtC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AAErC;IAAA;IAcA,CAAC;IAbe,gBAAS,GAAvB;QACE,IAAI,MAAM,CAAC,MAAM,EAAE;YACjB,OAAO,MAAM,CAAC,MAAM,CAAA;SACrB;QACD,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA;IAChC,CAAC;IAImB,YAAK,GAAzB,UAA6B,KAAa,EAAE,IAAQ;;;;;wBAClD,IAAI,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,CAAA;wBACtC,qBAAM,KAAK,CAAC,CAAC,CAAC,EAAA;;wBAAd,SAAc,CAAA;;;;;KACf;IACH,aAAC;AAAD,CAAC,AAdD,IAcC;AAED,OAAO,EAAE,MAAM,EAAE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SnapchatBaseEvent } from './BaseEvent';
|
|
2
|
+
import { SnapchatStandardProperties } from './StandardProperties';
|
|
3
|
+
declare class SnapchatStandardEvent<T extends SnapchatStandardProperties> extends SnapchatBaseEvent<T> {
|
|
4
|
+
send(data: T): Promise<void>;
|
|
5
|
+
}
|
|
6
|
+
export { SnapchatStandardEvent };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { __awaiter, __extends, __generator } from "tslib";
|
|
2
|
+
import { SnapchatBaseEvent } from './BaseEvent';
|
|
3
|
+
import { SnapTr } from './Snaptr';
|
|
4
|
+
var SnapchatStandardEvent = /** @class */ (function (_super) {
|
|
5
|
+
__extends(SnapchatStandardEvent, _super);
|
|
6
|
+
function SnapchatStandardEvent() {
|
|
7
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
8
|
+
}
|
|
9
|
+
SnapchatStandardEvent.prototype.send = function (data) {
|
|
10
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4 /*yield*/, SnapTr.track(this.name, data)];
|
|
14
|
+
case 1:
|
|
15
|
+
_a.sent();
|
|
16
|
+
return [2 /*return*/];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
return SnapchatStandardEvent;
|
|
22
|
+
}(SnapchatBaseEvent));
|
|
23
|
+
export { SnapchatStandardEvent };
|
|
24
|
+
//# sourceMappingURL=StandardEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardEvent.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/StandardEvent.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAGjC;IAA0E,yCAAoB;IAA9F;;IAIA,CAAC;IAHO,oCAAI,GAAV,UAAW,IAAO;;;;4BAChB,qBAAM,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,EAAA;;wBAAnC,SAAmC,CAAA;;;;;KACpC;IACH,4BAAC;AAAD,CAAC,AAJD,CAA0E,iBAAiB,GAI1F;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SnapchatStandardEvent } from './StandardEvent';
|
|
2
|
+
import { SnapchatStandardProperties } from './StandardProperties';
|
|
3
|
+
export declare class SnapchatStandardEvents<T extends SnapchatStandardProperties> {
|
|
4
|
+
pageView(): SnapchatStandardEvent<T>;
|
|
5
|
+
signUp(): SnapchatStandardEvent<T>;
|
|
6
|
+
purchase(): SnapchatStandardEvent<T>;
|
|
7
|
+
save(): SnapchatStandardEvent<T>;
|
|
8
|
+
startCheckout(): SnapchatStandardEvent<T>;
|
|
9
|
+
addCart(): SnapchatStandardEvent<T>;
|
|
10
|
+
openApp(): SnapchatStandardEvent<T>;
|
|
11
|
+
viewContent(): SnapchatStandardEvent<T>;
|
|
12
|
+
addBilling(): SnapchatStandardEvent<T>;
|
|
13
|
+
search(): SnapchatStandardEvent<T>;
|
|
14
|
+
subscribe(): SnapchatStandardEvent<T>;
|
|
15
|
+
adClick(): SnapchatStandardEvent<T>;
|
|
16
|
+
adView(): SnapchatStandardEvent<T>;
|
|
17
|
+
completeTutorial(): SnapchatStandardEvent<T>;
|
|
18
|
+
invite(): SnapchatStandardEvent<T>;
|
|
19
|
+
login(): SnapchatStandardEvent<T>;
|
|
20
|
+
share(): SnapchatStandardEvent<T>;
|
|
21
|
+
reserve(): SnapchatStandardEvent<T>;
|
|
22
|
+
achievementUnlocked(): SnapchatStandardEvent<T>;
|
|
23
|
+
addToWishlist(): SnapchatStandardEvent<T>;
|
|
24
|
+
spentCredits(): SnapchatStandardEvent<T>;
|
|
25
|
+
rate(): SnapchatStandardEvent<T>;
|
|
26
|
+
startTrial(): SnapchatStandardEvent<T>;
|
|
27
|
+
listView(): SnapchatStandardEvent<T>;
|
|
28
|
+
custom1(): SnapchatStandardEvent<T>;
|
|
29
|
+
custom2(): SnapchatStandardEvent<T>;
|
|
30
|
+
custom3(): SnapchatStandardEvent<T>;
|
|
31
|
+
custom4(): SnapchatStandardEvent<T>;
|
|
32
|
+
custom5(): SnapchatStandardEvent<T>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { SnapchatStandardEvent } from './StandardEvent';
|
|
2
|
+
var SnapchatStandardEvents = /** @class */ (function () {
|
|
3
|
+
function SnapchatStandardEvents() {
|
|
4
|
+
}
|
|
5
|
+
SnapchatStandardEvents.prototype.pageView = function () {
|
|
6
|
+
return new SnapchatStandardEvent('PAGE_VIEW');
|
|
7
|
+
};
|
|
8
|
+
SnapchatStandardEvents.prototype.signUp = function () {
|
|
9
|
+
return new SnapchatStandardEvent('SIGN_UP');
|
|
10
|
+
};
|
|
11
|
+
SnapchatStandardEvents.prototype.purchase = function () {
|
|
12
|
+
return new SnapchatStandardEvent('PURCHASE');
|
|
13
|
+
};
|
|
14
|
+
SnapchatStandardEvents.prototype.save = function () {
|
|
15
|
+
return new SnapchatStandardEvent('SAVE');
|
|
16
|
+
};
|
|
17
|
+
SnapchatStandardEvents.prototype.startCheckout = function () {
|
|
18
|
+
return new SnapchatStandardEvent('START_CHECKOUT');
|
|
19
|
+
};
|
|
20
|
+
SnapchatStandardEvents.prototype.addCart = function () {
|
|
21
|
+
return new SnapchatStandardEvent('ADD_CART');
|
|
22
|
+
};
|
|
23
|
+
SnapchatStandardEvents.prototype.openApp = function () {
|
|
24
|
+
return new SnapchatStandardEvent('OPEN_APP');
|
|
25
|
+
};
|
|
26
|
+
SnapchatStandardEvents.prototype.viewContent = function () {
|
|
27
|
+
return new SnapchatStandardEvent('VIEW_CONTENT');
|
|
28
|
+
};
|
|
29
|
+
SnapchatStandardEvents.prototype.addBilling = function () {
|
|
30
|
+
return new SnapchatStandardEvent('ADD_BILLING');
|
|
31
|
+
};
|
|
32
|
+
SnapchatStandardEvents.prototype.search = function () {
|
|
33
|
+
return new SnapchatStandardEvent('SEARCH');
|
|
34
|
+
};
|
|
35
|
+
SnapchatStandardEvents.prototype.subscribe = function () {
|
|
36
|
+
return new SnapchatStandardEvent('SUBSCRIBE');
|
|
37
|
+
};
|
|
38
|
+
SnapchatStandardEvents.prototype.adClick = function () {
|
|
39
|
+
return new SnapchatStandardEvent('AD_CLICK');
|
|
40
|
+
};
|
|
41
|
+
SnapchatStandardEvents.prototype.adView = function () {
|
|
42
|
+
return new SnapchatStandardEvent('AD_VIEW');
|
|
43
|
+
};
|
|
44
|
+
SnapchatStandardEvents.prototype.completeTutorial = function () {
|
|
45
|
+
return new SnapchatStandardEvent('COMPLETE_TUTORIAL');
|
|
46
|
+
};
|
|
47
|
+
SnapchatStandardEvents.prototype.invite = function () {
|
|
48
|
+
return new SnapchatStandardEvent('INVITE');
|
|
49
|
+
};
|
|
50
|
+
SnapchatStandardEvents.prototype.login = function () {
|
|
51
|
+
return new SnapchatStandardEvent('LOGIN');
|
|
52
|
+
};
|
|
53
|
+
SnapchatStandardEvents.prototype.share = function () {
|
|
54
|
+
return new SnapchatStandardEvent('SHARE');
|
|
55
|
+
};
|
|
56
|
+
SnapchatStandardEvents.prototype.reserve = function () {
|
|
57
|
+
return new SnapchatStandardEvent('RESERVE');
|
|
58
|
+
};
|
|
59
|
+
SnapchatStandardEvents.prototype.achievementUnlocked = function () {
|
|
60
|
+
return new SnapchatStandardEvent('ACHIEVEMENT_UNLOCKED');
|
|
61
|
+
};
|
|
62
|
+
SnapchatStandardEvents.prototype.addToWishlist = function () {
|
|
63
|
+
return new SnapchatStandardEvent('ADD_TO_WISHLIST');
|
|
64
|
+
};
|
|
65
|
+
SnapchatStandardEvents.prototype.spentCredits = function () {
|
|
66
|
+
return new SnapchatStandardEvent('SPENT_CREDITS');
|
|
67
|
+
};
|
|
68
|
+
SnapchatStandardEvents.prototype.rate = function () {
|
|
69
|
+
return new SnapchatStandardEvent('RATE');
|
|
70
|
+
};
|
|
71
|
+
SnapchatStandardEvents.prototype.startTrial = function () {
|
|
72
|
+
return new SnapchatStandardEvent('START_TRIAL');
|
|
73
|
+
};
|
|
74
|
+
SnapchatStandardEvents.prototype.listView = function () {
|
|
75
|
+
return new SnapchatStandardEvent('LIST_VIEW');
|
|
76
|
+
};
|
|
77
|
+
SnapchatStandardEvents.prototype.custom1 = function () {
|
|
78
|
+
return new SnapchatStandardEvent('CUSTOM_EVENT_1');
|
|
79
|
+
};
|
|
80
|
+
SnapchatStandardEvents.prototype.custom2 = function () {
|
|
81
|
+
return new SnapchatStandardEvent('CUSTOM_EVENT_2');
|
|
82
|
+
};
|
|
83
|
+
SnapchatStandardEvents.prototype.custom3 = function () {
|
|
84
|
+
return new SnapchatStandardEvent('CUSTOM_EVENT_3');
|
|
85
|
+
};
|
|
86
|
+
SnapchatStandardEvents.prototype.custom4 = function () {
|
|
87
|
+
return new SnapchatStandardEvent('CUSTOM_EVENT_4');
|
|
88
|
+
};
|
|
89
|
+
SnapchatStandardEvents.prototype.custom5 = function () {
|
|
90
|
+
return new SnapchatStandardEvent('CUSTOM_EVENT_5');
|
|
91
|
+
};
|
|
92
|
+
return SnapchatStandardEvents;
|
|
93
|
+
}());
|
|
94
|
+
export { SnapchatStandardEvents };
|
|
95
|
+
//# sourceMappingURL=StandardEvents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardEvents.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/StandardEvents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAGvD;IAAA;IAwFA,CAAC;IAvFQ,yCAAQ,GAAf;QACE,OAAO,IAAI,qBAAqB,CAAI,WAAW,CAAC,CAAA;IAClD,CAAC;IACM,uCAAM,GAAb;QACE,OAAO,IAAI,qBAAqB,CAAI,SAAS,CAAC,CAAA;IAChD,CAAC;IACM,yCAAQ,GAAf;QACE,OAAO,IAAI,qBAAqB,CAAI,UAAU,CAAC,CAAA;IACjD,CAAC;IACM,qCAAI,GAAX;QACE,OAAO,IAAI,qBAAqB,CAAI,MAAM,CAAC,CAAA;IAC7C,CAAC;IACM,8CAAa,GAApB;QACE,OAAO,IAAI,qBAAqB,CAAI,gBAAgB,CAAC,CAAA;IACvD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,UAAU,CAAC,CAAA;IACjD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,UAAU,CAAC,CAAA;IACjD,CAAC;IACM,4CAAW,GAAlB;QACE,OAAO,IAAI,qBAAqB,CAAI,cAAc,CAAC,CAAA;IACrD,CAAC;IACM,2CAAU,GAAjB;QACE,OAAO,IAAI,qBAAqB,CAAI,aAAa,CAAC,CAAA;IACpD,CAAC;IACM,uCAAM,GAAb;QACE,OAAO,IAAI,qBAAqB,CAAI,QAAQ,CAAC,CAAA;IAC/C,CAAC;IACM,0CAAS,GAAhB;QACE,OAAO,IAAI,qBAAqB,CAAI,WAAW,CAAC,CAAA;IAClD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,UAAU,CAAC,CAAA;IACjD,CAAC;IACM,uCAAM,GAAb;QACE,OAAO,IAAI,qBAAqB,CAAI,SAAS,CAAC,CAAA;IAChD,CAAC;IACM,iDAAgB,GAAvB;QACE,OAAO,IAAI,qBAAqB,CAAI,mBAAmB,CAAC,CAAA;IAC1D,CAAC;IACM,uCAAM,GAAb;QACE,OAAO,IAAI,qBAAqB,CAAI,QAAQ,CAAC,CAAA;IAC/C,CAAC;IACM,sCAAK,GAAZ;QACE,OAAO,IAAI,qBAAqB,CAAI,OAAO,CAAC,CAAA;IAC9C,CAAC;IACM,sCAAK,GAAZ;QACE,OAAO,IAAI,qBAAqB,CAAI,OAAO,CAAC,CAAA;IAC9C,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,SAAS,CAAC,CAAA;IAChD,CAAC;IACM,oDAAmB,GAA1B;QACE,OAAO,IAAI,qBAAqB,CAAI,sBAAsB,CAAC,CAAA;IAC7D,CAAC;IACM,8CAAa,GAApB;QACE,OAAO,IAAI,qBAAqB,CAAI,iBAAiB,CAAC,CAAA;IACxD,CAAC;IACM,6CAAY,GAAnB;QACE,OAAO,IAAI,qBAAqB,CAAI,eAAe,CAAC,CAAA;IACtD,CAAC;IACM,qCAAI,GAAX;QACE,OAAO,IAAI,qBAAqB,CAAI,MAAM,CAAC,CAAA;IAC7C,CAAC;IACM,2CAAU,GAAjB;QACE,OAAO,IAAI,qBAAqB,CAAI,aAAa,CAAC,CAAA;IACpD,CAAC;IACM,yCAAQ,GAAf;QACE,OAAO,IAAI,qBAAqB,CAAI,WAAW,CAAC,CAAA;IAClD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,gBAAgB,CAAC,CAAA;IACvD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,gBAAgB,CAAC,CAAA;IACvD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,gBAAgB,CAAC,CAAA;IACvD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,gBAAgB,CAAC,CAAA;IACvD,CAAC;IACM,wCAAO,GAAd;QACE,OAAO,IAAI,qBAAqB,CAAI,gBAAgB,CAAC,CAAA;IACvD,CAAC;IACH,6BAAC;AAAD,CAAC,AAxFD,IAwFC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface SnapchatStandardProperties {
|
|
2
|
+
currency?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
item_category?: string;
|
|
5
|
+
item_ids?: string[];
|
|
6
|
+
number_items?: number;
|
|
7
|
+
payment_info_available?: 0 | 1;
|
|
8
|
+
price?: number;
|
|
9
|
+
search_string?: string;
|
|
10
|
+
sign_up_method?: string;
|
|
11
|
+
success?: 0 | 1;
|
|
12
|
+
transaction_id?: string;
|
|
13
|
+
user_email?: string;
|
|
14
|
+
}
|
|
15
|
+
export type { SnapchatStandardProperties };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardProperties.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/StandardProperties.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserProperties.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/UserProperties.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SnapTr } from './Snaptr';
|
|
2
|
+
import { SnapchatStandardProperties } from './StandardProperties';
|
|
3
|
+
import { SnapchatUserProperties } from './UserProperties';
|
|
4
|
+
export * from './StandardEvents';
|
|
5
|
+
export { SnapTr };
|
|
6
|
+
export type { SnapchatStandardProperties, SnapchatUserProperties };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Snapchat/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAGjC,cAAc,kBAAkB,CAAA;AAEhC,OAAO,EAAE,MAAM,EAAE,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { __awaiter, __generator } from "tslib";
|
|
2
|
+
import { assertEx, delay } from '@xylabs/sdk-js';
|
|
3
|
+
import { Ttq } from './Ttq';
|
|
4
|
+
var TiktokBaseEvent = /** @class */ (function () {
|
|
5
|
+
function TiktokBaseEvent(name) {
|
|
6
|
+
this.name = name;
|
|
7
|
+
this.ttq = assertEx(Ttq.instance, 'Missing Ttq');
|
|
8
|
+
}
|
|
9
|
+
TiktokBaseEvent.prototype.send = function (_data) {
|
|
10
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4 /*yield*/, delay(0)]; //force async to increase reporting odds
|
|
14
|
+
case 1:
|
|
15
|
+
_a.sent(); //force async to increase reporting odds
|
|
16
|
+
return [2 /*return*/];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
return TiktokBaseEvent;
|
|
22
|
+
}());
|
|
23
|
+
export { TiktokBaseEvent };
|
|
24
|
+
//# sourceMappingURL=BaseEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseEvent.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/BaseEvent.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEhD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAE3B;IAGE,yBAAY,IAAY;QACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;QAChB,IAAI,CAAC,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAA;IAClD,CAAC;IAEK,8BAAI,GAAV,UAAW,KAAQ;;;;4BACjB,qBAAM,KAAK,CAAC,CAAC,CAAC,EAAA,CAAC,wCAAwC;;wBAAvD,SAAc,CAAA,CAAC,wCAAwC;;;;;KACxD;IACH,sBAAC;AAAD,CAAC,AAXD,IAWC;AAED,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __awaiter, __extends, __generator } from "tslib";
|
|
2
|
+
import { delay } from '@xylabs/sdk-js';
|
|
3
|
+
import { TiktokBaseEvent } from './BaseEvent';
|
|
4
|
+
var TiktokCustomEvent = /** @class */ (function (_super) {
|
|
5
|
+
__extends(TiktokCustomEvent, _super);
|
|
6
|
+
function TiktokCustomEvent() {
|
|
7
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
8
|
+
}
|
|
9
|
+
TiktokCustomEvent.prototype.send = function (data) {
|
|
10
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0:
|
|
14
|
+
this.ttq.track(this.name, data);
|
|
15
|
+
return [4 /*yield*/, delay(0)]; //force async to increase reporting odds
|
|
16
|
+
case 1:
|
|
17
|
+
_a.sent(); //force async to increase reporting odds
|
|
18
|
+
return [2 /*return*/];
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
return TiktokCustomEvent;
|
|
24
|
+
}(TiktokBaseEvent));
|
|
25
|
+
export { TiktokCustomEvent };
|
|
26
|
+
//# sourceMappingURL=CustomEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomEvent.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/CustomEvent.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEtC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAE7C;IAAmE,qCAAkB;IAArF;;IAKA,CAAC;IAJO,gCAAI,GAAV,UAAW,IAAO;;;;;wBAChB,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAA;wBAC/B,qBAAM,KAAK,CAAC,CAAC,CAAC,EAAA,CAAC,wCAAwC;;wBAAvD,SAAc,CAAA,CAAC,wCAAwC;;;;;KACxD;IACH,wBAAC;AAAD,CAAC,AALD,CAAmE,eAAe,GAKjF;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __awaiter, __extends, __generator } from "tslib";
|
|
2
|
+
import { delay } from '@xylabs/sdk-js';
|
|
3
|
+
import { TiktokBaseEvent } from './BaseEvent';
|
|
4
|
+
var TiktokStandardEvent = /** @class */ (function (_super) {
|
|
5
|
+
__extends(TiktokStandardEvent, _super);
|
|
6
|
+
function TiktokStandardEvent() {
|
|
7
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
8
|
+
}
|
|
9
|
+
TiktokStandardEvent.prototype.send = function (data) {
|
|
10
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0:
|
|
14
|
+
this.ttq.track(this.name, data);
|
|
15
|
+
return [4 /*yield*/, delay(0)]; //force async to increase reporting odds
|
|
16
|
+
case 1:
|
|
17
|
+
_a.sent(); //force async to increase reporting odds
|
|
18
|
+
return [2 /*return*/];
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
return TiktokStandardEvent;
|
|
24
|
+
}(TiktokBaseEvent));
|
|
25
|
+
export { TiktokStandardEvent };
|
|
26
|
+
//# sourceMappingURL=StandardEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardEvent.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/StandardEvent.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAEtC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAE7C;IAAqE,uCAAkB;IAAvF;;IAKA,CAAC;IAJO,kCAAI,GAAV,UAAW,IAAO;;;;;wBAChB,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAA;wBAC/B,qBAAM,KAAK,CAAC,CAAC,CAAC,EAAA,CAAC,wCAAwC;;wBAAvD,SAAc,CAAA,CAAC,wCAAwC;;;;;KACxD;IACH,0BAAC;AAAD,CAAC,AALD,CAAqE,eAAe,GAKnF;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TiktokStandardEvent } from './StandardEvent';
|
|
2
|
+
export declare class TiktokStandardEvents<T extends Record<string, unknown>> {
|
|
3
|
+
pageView(): TiktokStandardEvent<T>;
|
|
4
|
+
viewContent(): TiktokStandardEvent<T>;
|
|
5
|
+
addToCart(): TiktokStandardEvent<T>;
|
|
6
|
+
checkout(): TiktokStandardEvent<T>;
|
|
7
|
+
purchase(): TiktokStandardEvent<T>;
|
|
8
|
+
registration(): TiktokStandardEvent<T>;
|
|
9
|
+
startCheckout(): TiktokStandardEvent<T>;
|
|
10
|
+
addBilling(): TiktokStandardEvent<T>;
|
|
11
|
+
search(): TiktokStandardEvent<T>;
|
|
12
|
+
viewForm(): TiktokStandardEvent<T>;
|
|
13
|
+
clickForm(): TiktokStandardEvent<T>;
|
|
14
|
+
submitForm(): TiktokStandardEvent<T>;
|
|
15
|
+
viewDownloadPage(): TiktokStandardEvent<T>;
|
|
16
|
+
clickInDownloadPage(): TiktokStandardEvent<T>;
|
|
17
|
+
clickToDownload(): TiktokStandardEvent<T>;
|
|
18
|
+
clickButton(): TiktokStandardEvent<T>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { TiktokStandardEvent } from './StandardEvent';
|
|
2
|
+
var TiktokStandardEvents = /** @class */ (function () {
|
|
3
|
+
function TiktokStandardEvents() {
|
|
4
|
+
}
|
|
5
|
+
TiktokStandardEvents.prototype.pageView = function () {
|
|
6
|
+
return new TiktokStandardEvent('Browse');
|
|
7
|
+
};
|
|
8
|
+
TiktokStandardEvents.prototype.viewContent = function () {
|
|
9
|
+
return new TiktokStandardEvent('ViewContent');
|
|
10
|
+
};
|
|
11
|
+
TiktokStandardEvents.prototype.addToCart = function () {
|
|
12
|
+
return new TiktokStandardEvent('AddToCart');
|
|
13
|
+
};
|
|
14
|
+
TiktokStandardEvents.prototype.checkout = function () {
|
|
15
|
+
return new TiktokStandardEvent('Checkout');
|
|
16
|
+
};
|
|
17
|
+
TiktokStandardEvents.prototype.purchase = function () {
|
|
18
|
+
return new TiktokStandardEvent('Purchase');
|
|
19
|
+
};
|
|
20
|
+
TiktokStandardEvents.prototype.registration = function () {
|
|
21
|
+
return new TiktokStandardEvent('Registration');
|
|
22
|
+
};
|
|
23
|
+
TiktokStandardEvents.prototype.startCheckout = function () {
|
|
24
|
+
return new TiktokStandardEvent('StartCheckout');
|
|
25
|
+
};
|
|
26
|
+
TiktokStandardEvents.prototype.addBilling = function () {
|
|
27
|
+
return new TiktokStandardEvent('AddBilling');
|
|
28
|
+
};
|
|
29
|
+
TiktokStandardEvents.prototype.search = function () {
|
|
30
|
+
return new TiktokStandardEvent('Search');
|
|
31
|
+
};
|
|
32
|
+
TiktokStandardEvents.prototype.viewForm = function () {
|
|
33
|
+
return new TiktokStandardEvent('ViewForm');
|
|
34
|
+
};
|
|
35
|
+
TiktokStandardEvents.prototype.clickForm = function () {
|
|
36
|
+
return new TiktokStandardEvent('ClickForm');
|
|
37
|
+
};
|
|
38
|
+
TiktokStandardEvents.prototype.submitForm = function () {
|
|
39
|
+
return new TiktokStandardEvent('SubmitForm');
|
|
40
|
+
};
|
|
41
|
+
TiktokStandardEvents.prototype.viewDownloadPage = function () {
|
|
42
|
+
return new TiktokStandardEvent('ViewDownloadPage');
|
|
43
|
+
};
|
|
44
|
+
TiktokStandardEvents.prototype.clickInDownloadPage = function () {
|
|
45
|
+
return new TiktokStandardEvent('ClickInDownloadPage');
|
|
46
|
+
};
|
|
47
|
+
TiktokStandardEvents.prototype.clickToDownload = function () {
|
|
48
|
+
return new TiktokStandardEvent('ClickToDownload');
|
|
49
|
+
};
|
|
50
|
+
TiktokStandardEvents.prototype.clickButton = function () {
|
|
51
|
+
return new TiktokStandardEvent('ClickButton');
|
|
52
|
+
};
|
|
53
|
+
return TiktokStandardEvents;
|
|
54
|
+
}());
|
|
55
|
+
export { TiktokStandardEvents };
|
|
56
|
+
//# sourceMappingURL=StandardEvents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardEvents.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/StandardEvents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAErD;IAAA;IAgEA,CAAC;IA/DQ,uCAAQ,GAAf;QACE,OAAO,IAAI,mBAAmB,CAAI,QAAQ,CAAC,CAAA;IAC7C,CAAC;IAEM,0CAAW,GAAlB;QACE,OAAO,IAAI,mBAAmB,CAAI,aAAa,CAAC,CAAA;IAClD,CAAC;IAEM,wCAAS,GAAhB;QACE,OAAO,IAAI,mBAAmB,CAAI,WAAW,CAAC,CAAA;IAChD,CAAC;IAEM,uCAAQ,GAAf;QACE,OAAO,IAAI,mBAAmB,CAAI,UAAU,CAAC,CAAA;IAC/C,CAAC;IAEM,uCAAQ,GAAf;QACE,OAAO,IAAI,mBAAmB,CAAI,UAAU,CAAC,CAAA;IAC/C,CAAC;IAEM,2CAAY,GAAnB;QACE,OAAO,IAAI,mBAAmB,CAAI,cAAc,CAAC,CAAA;IACnD,CAAC;IAEM,4CAAa,GAApB;QACE,OAAO,IAAI,mBAAmB,CAAI,eAAe,CAAC,CAAA;IACpD,CAAC;IAEM,yCAAU,GAAjB;QACE,OAAO,IAAI,mBAAmB,CAAI,YAAY,CAAC,CAAA;IACjD,CAAC;IAEM,qCAAM,GAAb;QACE,OAAO,IAAI,mBAAmB,CAAI,QAAQ,CAAC,CAAA;IAC7C,CAAC;IAEM,uCAAQ,GAAf;QACE,OAAO,IAAI,mBAAmB,CAAI,UAAU,CAAC,CAAA;IAC/C,CAAC;IAEM,wCAAS,GAAhB;QACE,OAAO,IAAI,mBAAmB,CAAI,WAAW,CAAC,CAAA;IAChD,CAAC;IAEM,yCAAU,GAAjB;QACE,OAAO,IAAI,mBAAmB,CAAI,YAAY,CAAC,CAAA;IACjD,CAAC;IAEM,+CAAgB,GAAvB;QACE,OAAO,IAAI,mBAAmB,CAAI,kBAAkB,CAAC,CAAA;IACvD,CAAC;IAEM,kDAAmB,GAA1B;QACE,OAAO,IAAI,mBAAmB,CAAI,qBAAqB,CAAC,CAAA;IAC1D,CAAC;IAEM,8CAAe,GAAtB;QACE,OAAO,IAAI,mBAAmB,CAAI,iBAAiB,CAAC,CAAA;IACtD,CAAC;IAEM,0CAAW,GAAlB;QACE,OAAO,IAAI,mBAAmB,CAAI,aAAa,CAAC,CAAA;IAClD,CAAC;IACH,2BAAC;AAAD,CAAC,AAhED,IAgEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandardProperties.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/StandardProperties.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { global } from '../../global';
|
|
3
|
+
var Ttq = /** @class */ (function () {
|
|
4
|
+
function Ttq() {
|
|
5
|
+
}
|
|
6
|
+
Ttq.init = function (pixelId) {
|
|
7
|
+
try {
|
|
8
|
+
Ttq.instance = new Ttq();
|
|
9
|
+
Ttq.getTtq().load(pixelId);
|
|
10
|
+
Ttq.page();
|
|
11
|
+
}
|
|
12
|
+
catch (ex) {
|
|
13
|
+
console.error("Ttq.init: ".concat(ex));
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
Ttq.getTtq = function () {
|
|
17
|
+
if (global.ttq) {
|
|
18
|
+
return global.ttq;
|
|
19
|
+
}
|
|
20
|
+
console.warn('Missing ttq');
|
|
21
|
+
};
|
|
22
|
+
Ttq.page = function () {
|
|
23
|
+
try {
|
|
24
|
+
Ttq.getTtq().page();
|
|
25
|
+
}
|
|
26
|
+
catch (ex) {
|
|
27
|
+
console.error("Ttq.page: ".concat(ex));
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
Ttq.prototype.track = function (event, data) {
|
|
31
|
+
try {
|
|
32
|
+
Ttq.getTtq().track(event, __assign({}, data));
|
|
33
|
+
}
|
|
34
|
+
catch (ex) {
|
|
35
|
+
console.error("Ttq.track: ".concat(ex));
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
return Ttq;
|
|
39
|
+
}());
|
|
40
|
+
export { Ttq };
|
|
41
|
+
//# sourceMappingURL=Ttq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ttq.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/Ttq.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AAErC;IAAA;IAoCA,CAAC;IAlCe,QAAI,GAAlB,UAAmB,OAAe;QAChC,IAAI;YACF,GAAG,CAAC,QAAQ,GAAG,IAAI,GAAG,EAAE,CAAA;YACxB,GAAG,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;YAC1B,GAAG,CAAC,IAAI,EAAE,CAAA;SACX;QAAC,OAAO,EAAE,EAAE;YACX,OAAO,CAAC,KAAK,CAAC,oBAAa,EAAE,CAAE,CAAC,CAAA;SACjC;IACH,CAAC;IAEa,UAAM,GAApB;QACE,IAAI,MAAM,CAAC,GAAG,EAAE;YACd,OAAO,MAAM,CAAC,GAAG,CAAA;SAClB;QACD,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA;IAC7B,CAAC;IAEa,QAAI,GAAlB;QACE,IAAI;YACF,GAAG,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAA;SACpB;QAAC,OAAO,EAAE,EAAE;YACX,OAAO,CAAC,KAAK,CAAC,oBAAa,EAAE,CAAE,CAAC,CAAA;SACjC;IACH,CAAC;IAEM,mBAAK,GAAZ,UAAa,KAAa,EAAE,IAA8B;QACxD,IAAI;YACF,GAAG,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,KAAK,eACnB,IAAI,EACP,CAAA;SACH;QAAC,OAAO,EAAE,EAAE;YACX,OAAO,CAAC,KAAK,CAAC,qBAAc,EAAE,CAAE,CAAC,CAAA;SAClC;IACH,CAAC;IACH,UAAC;AAAD,CAAC,AApCD,IAoCC;AAED,OAAO,EAAE,GAAG,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/Tracking/Tiktok/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAEhC,OAAO,EAAE,iBAAiB,EAAE,GAAG,EAAE,CAAA"}
|