@photoroom/ui 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/components/action/AppButton/AppButton.d.ts +9 -0
- package/components/action/AppButton/AppButton.d.ts.map +1 -0
- package/components/action/AppButton/index.d.ts +2 -0
- package/components/action/AppButton/index.d.ts.map +1 -0
- package/components/action/BlogSocialButton/BlogSocialButton.d.ts +8 -0
- package/components/action/BlogSocialButton/BlogSocialButton.d.ts.map +1 -0
- package/components/action/BlogSocialButton/index.d.ts +2 -0
- package/components/action/BlogSocialButton/index.d.ts.map +1 -0
- package/components/action/Button/Button.d.ts +23 -0
- package/components/action/Button/Button.d.ts.map +1 -0
- package/components/action/Button/Button.figma.d.ts +2 -0
- package/components/action/Button/Button.figma.d.ts.map +1 -0
- package/components/action/Button/index.d.ts +2 -0
- package/components/action/Button/index.d.ts.map +1 -0
- package/components/action/Button/utils.d.ts +32 -0
- package/components/action/Button/utils.d.ts.map +1 -0
- package/components/action/ButtonCluster/ButtonCluster.d.ts +3 -0
- package/components/action/ButtonCluster/ButtonCluster.d.ts.map +1 -0
- package/components/action/ButtonCluster/index.d.ts +2 -0
- package/components/action/ButtonCluster/index.d.ts.map +1 -0
- package/components/action/CircularButton/CircularButton.d.ts +12 -0
- package/components/action/CircularButton/CircularButton.d.ts.map +1 -0
- package/components/action/CircularButton/index.d.ts +2 -0
- package/components/action/CircularButton/index.d.ts.map +1 -0
- package/components/action/ClearButton/ClearButton.d.ts +16 -0
- package/components/action/ClearButton/ClearButton.d.ts.map +1 -0
- package/components/action/ClearButton/index.d.ts +2 -0
- package/components/action/ClearButton/index.d.ts.map +1 -0
- package/components/action/FieldClearButton/FieldClearButton.d.ts +3 -0
- package/components/action/FieldClearButton/FieldClearButton.d.ts.map +1 -0
- package/components/action/FieldClearButton/index.d.ts +2 -0
- package/components/action/FieldClearButton/index.d.ts.map +1 -0
- package/components/action/HelpButton/HelpButton.d.ts +2 -0
- package/components/action/HelpButton/HelpButton.d.ts.map +1 -0
- package/components/action/HelpButton/index.d.ts +2 -0
- package/components/action/HelpButton/index.d.ts.map +1 -0
- package/components/action/HeroButton/HeroButton.d.ts +11 -0
- package/components/action/HeroButton/HeroButton.d.ts.map +1 -0
- package/components/action/HeroButton/index.d.ts +2 -0
- package/components/action/HeroButton/index.d.ts.map +1 -0
- package/components/action/InfoButton/InfoButton.d.ts +6 -0
- package/components/action/InfoButton/InfoButton.d.ts.map +1 -0
- package/components/action/InfoButton/index.d.ts +2 -0
- package/components/action/InfoButton/index.d.ts.map +1 -0
- package/components/action/InputButton/InputButton.d.ts +22 -0
- package/components/action/InputButton/InputButton.d.ts.map +1 -0
- package/components/action/InputButton/index.d.ts +2 -0
- package/components/action/InputButton/index.d.ts.map +1 -0
- package/components/action/LimitButton/LimitButton.d.ts +4 -0
- package/components/action/LimitButton/LimitButton.d.ts.map +1 -0
- package/components/action/LimitButton/LimitIndicatorGauge.d.ts +7 -0
- package/components/action/LimitButton/LimitIndicatorGauge.d.ts.map +1 -0
- package/components/action/LimitButton/index.d.ts +3 -0
- package/components/action/LimitButton/index.d.ts.map +1 -0
- package/components/action/LoginButton/LoginButton.d.ts +11 -0
- package/components/action/LoginButton/LoginButton.d.ts.map +1 -0
- package/components/action/LoginButton/index.d.ts +2 -0
- package/components/action/LoginButton/index.d.ts.map +1 -0
- package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts +12 -0
- package/components/action/MobileNavigationButton/MobileNavigationButton.d.ts.map +1 -0
- package/components/action/MobileNavigationButton/index.d.ts +2 -0
- package/components/action/MobileNavigationButton/index.d.ts.map +1 -0
- package/components/action/NavigationButton/NavigationButton.d.ts +3 -0
- package/components/action/NavigationButton/NavigationButton.d.ts.map +1 -0
- package/components/action/NavigationButton/index.d.ts +2 -0
- package/components/action/NavigationButton/index.d.ts.map +1 -0
- package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts +16 -0
- package/components/action/NavigationToggleButton/NavigationToggleButton.d.ts.map +1 -0
- package/components/action/NavigationToggleButton/index.d.ts +2 -0
- package/components/action/NavigationToggleButton/index.d.ts.map +1 -0
- package/components/action/OverlayButton/OverlayButton.d.ts +11 -0
- package/components/action/OverlayButton/OverlayButton.d.ts.map +1 -0
- package/components/action/OverlayButton/index.d.ts +2 -0
- package/components/action/OverlayButton/index.d.ts.map +1 -0
- package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts +6 -0
- package/components/action/OverlaySelectButton/OverlaySelectButton.d.ts.map +1 -0
- package/components/action/OverlaySelectButton/index.d.ts +2 -0
- package/components/action/OverlaySelectButton/index.d.ts.map +1 -0
- package/components/action/PullDownButton/PullDownButton.d.ts +13 -0
- package/components/action/PullDownButton/PullDownButton.d.ts.map +1 -0
- package/components/action/PullDownButton/index.d.ts +2 -0
- package/components/action/PullDownButton/index.d.ts.map +1 -0
- package/components/action/PullDownButton/utils.d.ts +10 -0
- package/components/action/PullDownButton/utils.d.ts.map +1 -0
- package/components/action/QuickActionCard/QuickActionCard.d.ts +11 -0
- package/components/action/QuickActionCard/QuickActionCard.d.ts.map +1 -0
- package/components/action/QuickActionCard/index.d.ts +2 -0
- package/components/action/QuickActionCard/index.d.ts.map +1 -0
- package/components/action/RetryButton/RetryButton.d.ts +3 -0
- package/components/action/RetryButton/RetryButton.d.ts.map +1 -0
- package/components/action/RetryButton/index.d.ts +3 -0
- package/components/action/RetryButton/index.d.ts.map +1 -0
- package/components/action/RoundButton/RoundButton.d.ts +12 -0
- package/components/action/RoundButton/RoundButton.d.ts.map +1 -0
- package/components/action/RoundButton/index.d.ts +2 -0
- package/components/action/RoundButton/index.d.ts.map +1 -0
- package/components/action/RoundedButton/RoundedButton.d.ts +16 -0
- package/components/action/RoundedButton/RoundedButton.d.ts.map +1 -0
- package/components/action/RoundedButton/index.d.ts +2 -0
- package/components/action/RoundedButton/index.d.ts.map +1 -0
- package/components/action/SocialButton/SocialButton.d.ts +9 -0
- package/components/action/SocialButton/SocialButton.d.ts.map +1 -0
- package/components/action/SocialButton/index.d.ts +2 -0
- package/components/action/SocialButton/index.d.ts.map +1 -0
- package/components/action/StandaloneLink/StandaloneLink.d.ts +14 -0
- package/components/action/StandaloneLink/StandaloneLink.d.ts.map +1 -0
- package/components/action/StandaloneLink/index.d.ts +2 -0
- package/components/action/StandaloneLink/index.d.ts.map +1 -0
- package/components/action/StoreButton/StoreButton.d.ts +15 -0
- package/components/action/StoreButton/StoreButton.d.ts.map +1 -0
- package/components/action/StoreButton/index.d.ts +2 -0
- package/components/action/StoreButton/index.d.ts.map +1 -0
- package/components/action/ToggleButton/ToggleButton.d.ts +26 -0
- package/components/action/ToggleButton/ToggleButton.d.ts.map +1 -0
- package/components/action/ToggleButton/index.d.ts +2 -0
- package/components/action/ToggleButton/index.d.ts.map +1 -0
- package/components/action/ToggleStack/ToggleStack.d.ts +7 -0
- package/components/action/ToggleStack/ToggleStack.d.ts.map +1 -0
- package/components/action/ToggleStack/ToggleStackButton.d.ts +15 -0
- package/components/action/ToggleStack/ToggleStackButton.d.ts.map +1 -0
- package/components/action/ToggleStack/ToggleStackContext.d.ts +4 -0
- package/components/action/ToggleStack/ToggleStackContext.d.ts.map +1 -0
- package/components/action/ToggleStack/index.d.ts +2 -0
- package/components/action/ToggleStack/index.d.ts.map +1 -0
- package/components/action/ValidationBannerButton/ValidationBannerButton.d.ts +12 -0
- package/components/action/ValidationBannerButton/ValidationBannerButton.d.ts.map +1 -0
- package/components/action/ValidationBannerButton/index.d.ts +2 -0
- package/components/action/ValidationBannerButton/index.d.ts.map +1 -0
- package/components/collections/CommonMenu/MenuContent.d.ts +4 -0
- package/components/collections/CommonMenu/MenuContent.d.ts.map +1 -0
- package/components/collections/CommonMenu/MenuItemButton.d.ts +18 -0
- package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -0
- package/components/collections/CommonMenu/MenuSeparator.d.ts +4 -0
- package/components/collections/CommonMenu/MenuSeparator.d.ts.map +1 -0
- package/components/collections/CommonMenu/SubMenu.d.ts +7 -0
- package/components/collections/CommonMenu/SubMenu.d.ts.map +1 -0
- package/components/collections/ContextMenu/ContextMenu.d.ts +20 -0
- package/components/collections/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts +5 -0
- package/components/collections/ContextMenu/MenuItem/MenuItem.d.ts.map +1 -0
- package/components/collections/ContextMenu/MenuItem/index.d.ts +2 -0
- package/components/collections/ContextMenu/MenuItem/index.d.ts.map +1 -0
- package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts +9 -0
- package/components/collections/ContextMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -0
- package/components/collections/ContextMenu/MenuSeparator/index.d.ts +2 -0
- package/components/collections/ContextMenu/MenuSeparator/index.d.ts.map +1 -0
- package/components/collections/ContextMenu/SubMenu.d.ts +10 -0
- package/components/collections/ContextMenu/SubMenu.d.ts.map +1 -0
- package/components/collections/ContextMenu/index.d.ts +2 -0
- package/components/collections/ContextMenu/index.d.ts.map +1 -0
- package/components/collections/DropdownMenu/DropdownMenu.d.ts +25 -0
- package/components/collections/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts +9 -0
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxGroup.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts +10 -0
- package/components/collections/DropdownMenu/MenuCheckboxGroup/MenuCheckboxItem.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuCheckboxGroup/index.d.ts +2 -0
- package/components/collections/DropdownMenu/MenuCheckboxGroup/index.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts +4 -0
- package/components/collections/DropdownMenu/MenuCustomItem/MenuCustomItem.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuCustomItem/index.d.ts +2 -0
- package/components/collections/DropdownMenu/MenuCustomItem/index.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts +5 -0
- package/components/collections/DropdownMenu/MenuItem/MenuItem.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuItem/index.d.ts +2 -0
- package/components/collections/DropdownMenu/MenuItem/index.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts +10 -0
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioGroup.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts +10 -0
- package/components/collections/DropdownMenu/MenuRadioGroup/MenuRadioItem.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuRadioGroup/index.d.ts +2 -0
- package/components/collections/DropdownMenu/MenuRadioGroup/index.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts +9 -0
- package/components/collections/DropdownMenu/MenuSeparator/MenuSeparator.d.ts.map +1 -0
- package/components/collections/DropdownMenu/MenuSeparator/index.d.ts +2 -0
- package/components/collections/DropdownMenu/MenuSeparator/index.d.ts.map +1 -0
- package/components/collections/DropdownMenu/SubMenu.d.ts +10 -0
- package/components/collections/DropdownMenu/SubMenu.d.ts.map +1 -0
- package/components/collections/DropdownMenu/index.d.ts +2 -0
- package/components/collections/DropdownMenu/index.d.ts.map +1 -0
- package/components/collections/FeedHeader/FeedHeader.d.ts +10 -0
- package/components/collections/FeedHeader/FeedHeader.d.ts.map +1 -0
- package/components/collections/FeedHeader/FeedHeaderTitle.d.ts +8 -0
- package/components/collections/FeedHeader/FeedHeaderTitle.d.ts.map +1 -0
- package/components/collections/FeedHeader/index.d.ts +2 -0
- package/components/collections/FeedHeader/index.d.ts.map +1 -0
- package/components/collections/MultiActionWidget/ActionButton.d.ts +45 -0
- package/components/collections/MultiActionWidget/ActionButton.d.ts.map +1 -0
- package/components/collections/MultiActionWidget/MultiActionWidget.d.ts +37 -0
- package/components/collections/MultiActionWidget/MultiActionWidget.d.ts.map +1 -0
- package/components/collections/MultiActionWidget/index.d.ts +3 -0
- package/components/collections/MultiActionWidget/index.d.ts.map +1 -0
- package/components/collections/Popover/Popover.d.ts +25 -0
- package/components/collections/Popover/Popover.d.ts.map +1 -0
- package/components/collections/Popover/PopoverContent.d.ts +5 -0
- package/components/collections/Popover/PopoverContent.d.ts.map +1 -0
- package/components/collections/Popover/index.d.ts +2 -0
- package/components/collections/Popover/index.d.ts.map +1 -0
- package/components/content/BatchTile/BatchItemMenuContent.d.ts +27 -0
- package/components/content/BatchTile/BatchItemMenuContent.d.ts.map +1 -0
- package/components/content/BatchTile/BatchTile.d.ts +42 -0
- package/components/content/BatchTile/BatchTile.d.ts.map +1 -0
- package/components/content/BatchTile/index.d.ts +5 -0
- package/components/content/BatchTile/index.d.ts.map +1 -0
- package/components/content/BlogActionCard/BlogActionCard.d.ts +8 -0
- package/components/content/BlogActionCard/BlogActionCard.d.ts.map +1 -0
- package/components/content/BlogActionCard/index.d.ts +2 -0
- package/components/content/BlogActionCard/index.d.ts.map +1 -0
- package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts +10 -0
- package/components/content/BlogEditorialCard/BlogEditorialCard.d.ts.map +1 -0
- package/components/content/BlogEditorialCard/index.d.ts +2 -0
- package/components/content/BlogEditorialCard/index.d.ts.map +1 -0
- package/components/content/BrandAssetTile/BrandAssetTile.d.ts +21 -0
- package/components/content/BrandAssetTile/BrandAssetTile.d.ts.map +1 -0
- package/components/content/BrandAssetTile/index.d.ts +2 -0
- package/components/content/BrandAssetTile/index.d.ts.map +1 -0
- package/components/content/ButtonTile/ButtonTile.d.ts +9 -0
- package/components/content/ButtonTile/ButtonTile.d.ts.map +1 -0
- package/components/content/ButtonTile/index.d.ts +2 -0
- package/components/content/ButtonTile/index.d.ts.map +1 -0
- package/components/content/ComparisonSlider/ComparisonSlider.d.ts +9 -0
- package/components/content/ComparisonSlider/ComparisonSlider.d.ts.map +1 -0
- package/components/content/ComparisonSlider/index.d.ts +2 -0
- package/components/content/ComparisonSlider/index.d.ts.map +1 -0
- package/components/content/CustomerStoryCard/CustomerStoryBadge.d.ts +6 -0
- package/components/content/CustomerStoryCard/CustomerStoryBadge.d.ts.map +1 -0
- package/components/content/CustomerStoryCard/CustomerStoryCard.d.ts +15 -0
- package/components/content/CustomerStoryCard/CustomerStoryCard.d.ts.map +1 -0
- package/components/content/CustomerStoryCard/index.d.ts +2 -0
- package/components/content/CustomerStoryCard/index.d.ts.map +1 -0
- package/components/content/DesignPreview/DesignPreview.d.ts +30 -0
- package/components/content/DesignPreview/DesignPreview.d.ts.map +1 -0
- package/components/content/DesignPreview/index.d.ts +2 -0
- package/components/content/DesignPreview/index.d.ts.map +1 -0
- package/components/content/EditorialCard/EditorialCard.d.ts +12 -0
- package/components/content/EditorialCard/EditorialCard.d.ts.map +1 -0
- package/components/content/EditorialCard/index.d.ts +2 -0
- package/components/content/EditorialCard/index.d.ts.map +1 -0
- package/components/content/EditorialCard/styles.d.ts +33 -0
- package/components/content/EditorialCard/styles.d.ts.map +1 -0
- package/components/content/FontTile/FontTile.d.ts +21 -0
- package/components/content/FontTile/FontTile.d.ts.map +1 -0
- package/components/content/FontTile/index.d.ts +2 -0
- package/components/content/FontTile/index.d.ts.map +1 -0
- package/components/content/InfoTable/InfoTable.d.ts +15 -0
- package/components/content/InfoTable/InfoTable.d.ts.map +1 -0
- package/components/content/InfoTable/index.d.ts +2 -0
- package/components/content/InfoTable/index.d.ts.map +1 -0
- package/components/content/LightPromoBanner/LightPromoBanner.d.ts +15 -0
- package/components/content/LightPromoBanner/LightPromoBanner.d.ts.map +1 -0
- package/components/content/LightPromoBanner/index.d.ts +2 -0
- package/components/content/LightPromoBanner/index.d.ts.map +1 -0
- package/components/content/LinkCard/LinkCard.d.ts +10 -0
- package/components/content/LinkCard/LinkCard.d.ts.map +1 -0
- package/components/content/LinkCard/index.d.ts +2 -0
- package/components/content/LinkCard/index.d.ts.map +1 -0
- package/components/content/NewPaletteTile/NewPaletteTile.d.ts +8 -0
- package/components/content/NewPaletteTile/NewPaletteTile.d.ts.map +1 -0
- package/components/content/NewPaletteTile/index.d.ts +2 -0
- package/components/content/NewPaletteTile/index.d.ts.map +1 -0
- package/components/content/OfferCard/OfferCard.d.ts +11 -0
- package/components/content/OfferCard/OfferCard.d.ts.map +1 -0
- package/components/content/OfferCard/index.d.ts +2 -0
- package/components/content/OfferCard/index.d.ts.map +1 -0
- package/components/content/ProductTile/ProductTile.d.ts +13 -0
- package/components/content/ProductTile/ProductTile.d.ts.map +1 -0
- package/components/content/ProductTile/ProductTileThumbnail.d.ts +9 -0
- package/components/content/ProductTile/ProductTileThumbnail.d.ts.map +1 -0
- package/components/content/ProductTile/index.d.ts +2 -0
- package/components/content/ProductTile/index.d.ts.map +1 -0
- package/components/content/PromptTile/PromptTile.d.ts +8 -0
- package/components/content/PromptTile/PromptTile.d.ts.map +1 -0
- package/components/content/PromptTile/index.d.ts +2 -0
- package/components/content/PromptTile/index.d.ts.map +1 -0
- package/components/content/PropList/PropList.d.ts +9 -0
- package/components/content/PropList/PropList.d.ts.map +1 -0
- package/components/content/PropList/PropListItem.d.ts +17 -0
- package/components/content/PropList/PropListItem.d.ts.map +1 -0
- package/components/content/PropList/index.d.ts +2 -0
- package/components/content/PropList/index.d.ts.map +1 -0
- package/components/content/SelectionTile/SelectionTile.d.ts +10 -0
- package/components/content/SelectionTile/SelectionTile.d.ts.map +1 -0
- package/components/content/SelectionTile/index.d.ts +2 -0
- package/components/content/SelectionTile/index.d.ts.map +1 -0
- package/components/content/StarterTile/StarterTile.d.ts +5 -0
- package/components/content/StarterTile/StarterTile.d.ts.map +1 -0
- package/components/content/StarterTile/index.d.ts +2 -0
- package/components/content/StarterTile/index.d.ts.map +1 -0
- package/components/content/StepCard/StepCard.d.ts +7 -0
- package/components/content/StepCard/StepCard.d.ts.map +1 -0
- package/components/content/StepCard/index.d.ts +2 -0
- package/components/content/StepCard/index.d.ts.map +1 -0
- package/components/content/Tile/Tile.d.ts +33 -0
- package/components/content/Tile/Tile.d.ts.map +1 -0
- package/components/content/Tile/TileFont.d.ts +6 -0
- package/components/content/Tile/TileFont.d.ts.map +1 -0
- package/components/content/Tile/TileIcon.d.ts +5 -0
- package/components/content/Tile/TileIcon.d.ts.map +1 -0
- package/components/content/Tile/TileMoreMenu.d.ts +6 -0
- package/components/content/Tile/TileMoreMenu.d.ts.map +1 -0
- package/components/content/Tile/TilePreview.d.ts +12 -0
- package/components/content/Tile/TilePreview.d.ts.map +1 -0
- package/components/content/Tile/TileSelectable.d.ts +9 -0
- package/components/content/Tile/TileSelectable.d.ts.map +1 -0
- package/components/content/Tile/TileSize.d.ts +8 -0
- package/components/content/Tile/TileSize.d.ts.map +1 -0
- package/components/content/Tile/TileSkeleton.d.ts +2 -0
- package/components/content/Tile/TileSkeleton.d.ts.map +1 -0
- package/components/content/Tile/index.d.ts +2 -0
- package/components/content/Tile/index.d.ts.map +1 -0
- package/components/content/VideoPlayer/VideoPlayer.d.ts +13 -0
- package/components/content/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/components/content/VideoPlayer/VideoPlayerButton.d.ts +6 -0
- package/components/content/VideoPlayer/VideoPlayerButton.d.ts.map +1 -0
- package/components/content/VideoPlayer/index.d.ts +2 -0
- package/components/content/VideoPlayer/index.d.ts.map +1 -0
- package/components/content/VisualToolTile/VisualToolTile.d.ts +17 -0
- package/components/content/VisualToolTile/VisualToolTile.d.ts.map +1 -0
- package/components/content/VisualToolTile/index.d.ts +2 -0
- package/components/content/VisualToolTile/index.d.ts.map +1 -0
- package/components/dialog/Dialog/Dialog.d.ts +36 -0
- package/components/dialog/Dialog/Dialog.d.ts.map +1 -0
- package/components/dialog/Dialog/DialogBody.d.ts +6 -0
- package/components/dialog/Dialog/DialogBody.d.ts.map +1 -0
- package/components/dialog/Dialog/DialogButtonsRow.d.ts +11 -0
- package/components/dialog/Dialog/DialogButtonsRow.d.ts.map +1 -0
- package/components/dialog/Dialog/DialogCloseButton.d.ts +7 -0
- package/components/dialog/Dialog/DialogCloseButton.d.ts.map +1 -0
- package/components/dialog/Dialog/DialogHeader.d.ts +5 -0
- package/components/dialog/Dialog/DialogHeader.d.ts.map +1 -0
- package/components/dialog/Dialog/DialogHeadline.d.ts +11 -0
- package/components/dialog/Dialog/DialogHeadline.d.ts.map +1 -0
- package/components/dialog/Dialog/index.d.ts +2 -0
- package/components/dialog/Dialog/index.d.ts.map +1 -0
- package/components/dropdown/DropdownListBox/DropdownListBox.d.ts +6 -0
- package/components/dropdown/DropdownListBox/DropdownListBox.d.ts.map +1 -0
- package/components/dropdown/DropdownListBox/DropdownListBoxItem.d.ts +21 -0
- package/components/dropdown/DropdownListBox/DropdownListBoxItem.d.ts.map +1 -0
- package/components/dropdown/DropdownListBox/index.d.ts +3 -0
- package/components/dropdown/DropdownListBox/index.d.ts.map +1 -0
- package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts +6 -0
- package/components/dropdown/DropdownSearchField/DropdownSearchField.d.ts.map +1 -0
- package/components/dropdown/DropdownSearchField/index.d.ts +2 -0
- package/components/dropdown/DropdownSearchField/index.d.ts.map +1 -0
- package/components/dropdown/SpaceDropdown/SpaceDropdownActionItem.d.ts +7 -0
- package/components/dropdown/SpaceDropdown/SpaceDropdownActionItem.d.ts.map +1 -0
- package/components/dropdown/SpaceDropdown/SpaceDropdownItem.d.ts +10 -0
- package/components/dropdown/SpaceDropdown/SpaceDropdownItem.d.ts.map +1 -0
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts +8 -0
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -0
- package/components/editor/ColorPalette/ColorPalette.d.ts +16 -0
- package/components/editor/ColorPalette/ColorPalette.d.ts.map +1 -0
- package/components/editor/ColorPalette/index.d.ts +2 -0
- package/components/editor/ColorPalette/index.d.ts.map +1 -0
- package/components/editor/ColorPicker/ColorPicker.d.ts +13 -0
- package/components/editor/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/components/editor/ColorPicker/ColorPickerInput/HSLColorInput.d.ts +3 -0
- package/components/editor/ColorPicker/ColorPickerInput/HSLColorInput.d.ts.map +1 -0
- package/components/editor/ColorPicker/ColorPickerInput/HexColorInput.d.ts +6 -0
- package/components/editor/ColorPicker/ColorPickerInput/HexColorInput.d.ts.map +1 -0
- package/components/editor/ColorPicker/ColorPickerInput/RGBColorInput.d.ts +3 -0
- package/components/editor/ColorPicker/ColorPickerInput/RGBColorInput.d.ts.map +1 -0
- package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts +7 -0
- package/components/editor/ColorPicker/ColorWheel/ColorWheel.d.ts.map +1 -0
- package/components/editor/ColorPicker/ColorWheel/index.d.ts +2 -0
- package/components/editor/ColorPicker/ColorWheel/index.d.ts.map +1 -0
- package/components/editor/ColorPicker/InlineColorPicker/InlineColorPicker.d.ts +12 -0
- package/components/editor/ColorPicker/InlineColorPicker/InlineColorPicker.d.ts.map +1 -0
- package/components/editor/ColorPicker/InlineColorPicker/index.d.ts +2 -0
- package/components/editor/ColorPicker/InlineColorPicker/index.d.ts.map +1 -0
- package/components/editor/ColorPicker/index.d.ts +4 -0
- package/components/editor/ColorPicker/index.d.ts.map +1 -0
- package/components/editor/ColorPicker/types.d.ts +6 -0
- package/components/editor/ColorPicker/types.d.ts.map +1 -0
- package/components/editor/ColorRow/ColorRow.d.ts +15 -0
- package/components/editor/ColorRow/ColorRow.d.ts.map +1 -0
- package/components/editor/ColorRow/index.d.ts +2 -0
- package/components/editor/ColorRow/index.d.ts.map +1 -0
- package/components/editor/ColorSwatch/ColorSwatch.d.ts +9 -0
- package/components/editor/ColorSwatch/ColorSwatch.d.ts.map +1 -0
- package/components/editor/ColorSwatch/index.d.ts +2 -0
- package/components/editor/ColorSwatch/index.d.ts.map +1 -0
- package/components/editor/HoverObjectBox/HoverObjectBox.d.ts +10 -0
- package/components/editor/HoverObjectBox/HoverObjectBox.d.ts.map +1 -0
- package/components/editor/HoverObjectBox/index.d.ts +2 -0
- package/components/editor/HoverObjectBox/index.d.ts.map +1 -0
- package/components/editor/LayerIndicator/LayerIndicator.d.ts +3 -0
- package/components/editor/LayerIndicator/LayerIndicator.d.ts.map +1 -0
- package/components/editor/LayerIndicator/index.d.ts +2 -0
- package/components/editor/LayerIndicator/index.d.ts.map +1 -0
- package/components/editor/ListItem/ListItem.d.ts +7 -0
- package/components/editor/ListItem/ListItem.d.ts.map +1 -0
- package/components/editor/ListItem/index.d.ts +2 -0
- package/components/editor/ListItem/index.d.ts.map +1 -0
- package/components/editor/ObjectItem/ObjectItem.d.ts +16 -0
- package/components/editor/ObjectItem/ObjectItem.d.ts.map +1 -0
- package/components/editor/ObjectItem/index.d.ts +2 -0
- package/components/editor/ObjectItem/index.d.ts.map +1 -0
- package/components/editor/ObjectPreview/ObjectPreview.d.ts +8 -0
- package/components/editor/ObjectPreview/ObjectPreview.d.ts.map +1 -0
- package/components/editor/ObjectPreview/index.d.ts +2 -0
- package/components/editor/ObjectPreview/index.d.ts.map +1 -0
- package/components/editor/Pill/Pill.d.ts +10 -0
- package/components/editor/Pill/Pill.d.ts.map +1 -0
- package/components/editor/Pill/PillButton.d.ts +7 -0
- package/components/editor/Pill/PillButton.d.ts.map +1 -0
- package/components/editor/Pill/PillDivider.d.ts +9 -0
- package/components/editor/Pill/PillDivider.d.ts.map +1 -0
- package/components/editor/Pill/index.d.ts +3 -0
- package/components/editor/Pill/index.d.ts.map +1 -0
- package/components/editor/PresenceObjectBox/PresenceObjectBox.d.ts +11 -0
- package/components/editor/PresenceObjectBox/PresenceObjectBox.d.ts.map +1 -0
- package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts +14 -0
- package/components/editor/PresenceObjectBox/PresenceObjectPill.d.ts.map +1 -0
- package/components/editor/PresenceObjectBox/index.d.ts +2 -0
- package/components/editor/PresenceObjectBox/index.d.ts.map +1 -0
- package/components/editor/PresenceObjectBox/types.d.ts +7 -0
- package/components/editor/PresenceObjectBox/types.d.ts.map +1 -0
- package/components/editor/SelectionObjectBox/MoveableCustomEditable.d.ts +13 -0
- package/components/editor/SelectionObjectBox/MoveableCustomEditable.d.ts.map +1 -0
- package/components/editor/SelectionObjectBox/MoveableCustomRotation.d.ts +12 -0
- package/components/editor/SelectionObjectBox/MoveableCustomRotation.d.ts.map +1 -0
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts +11 -0
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -0
- package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts +15 -0
- package/components/editor/SelectionObjectBox/SelectionObjectBox.d.ts.map +1 -0
- package/components/editor/SelectionObjectBox/index.d.ts +2 -0
- package/components/editor/SelectionObjectBox/index.d.ts.map +1 -0
- package/components/editor/TextureSwatch/TextureSwatch.d.ts +6 -0
- package/components/editor/TextureSwatch/TextureSwatch.d.ts.map +1 -0
- package/components/editor/TextureSwatch/index.d.ts +2 -0
- package/components/editor/TextureSwatch/index.d.ts.map +1 -0
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts +22 -0
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTile.d.ts.map +1 -0
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts +16 -0
- package/components/feed/ChoiceFeedTileGroup/ChoiceFeedTileGroup.d.ts.map +1 -0
- package/components/feed/ChoiceFeedTileGroup/index.d.ts +3 -0
- package/components/feed/ChoiceFeedTileGroup/index.d.ts.map +1 -0
- package/components/feed/CollectionTile/CollectionTile.d.ts +16 -0
- package/components/feed/CollectionTile/CollectionTile.d.ts.map +1 -0
- package/components/feed/CollectionTile/index.d.ts +2 -0
- package/components/feed/CollectionTile/index.d.ts.map +1 -0
- package/components/feed/FeedSizeTile/FeedSizeTile.d.ts +9 -0
- package/components/feed/FeedSizeTile/FeedSizeTile.d.ts.map +1 -0
- package/components/feed/FeedSizeTile/index.d.ts +2 -0
- package/components/feed/FeedSizeTile/index.d.ts.map +1 -0
- package/components/feed/FeedSizeTile/presets.d.ts +3 -0
- package/components/feed/FeedSizeTile/presets.d.ts.map +1 -0
- package/components/feed/FeedTile/FeedTile.d.ts +22 -0
- package/components/feed/FeedTile/FeedTile.d.ts.map +1 -0
- package/components/feed/FeedTile/LazyImage.d.ts +8 -0
- package/components/feed/FeedTile/LazyImage.d.ts.map +1 -0
- package/components/feed/FeedTile/index.d.ts +3 -0
- package/components/feed/FeedTile/index.d.ts.map +1 -0
- package/components/feed/Prompt/Prompt.d.ts +7 -0
- package/components/feed/Prompt/Prompt.d.ts.map +1 -0
- package/components/feed/Prompt/index.d.ts +2 -0
- package/components/feed/Prompt/index.d.ts.map +1 -0
- package/components/feed/PromptSuggestion/PromptSuggestion.d.ts +2 -0
- package/components/feed/PromptSuggestion/PromptSuggestion.d.ts.map +1 -0
- package/components/feed/PromptSuggestion/index.d.ts +2 -0
- package/components/feed/PromptSuggestion/index.d.ts.map +1 -0
- package/components/feed/Suggestion/Suggestion.d.ts +10 -0
- package/components/feed/Suggestion/Suggestion.d.ts.map +1 -0
- package/components/feed/Suggestion/index.d.ts +2 -0
- package/components/feed/Suggestion/index.d.ts.map +1 -0
- package/components/feed/TextSuggestion/TextSuggestion.d.ts +7 -0
- package/components/feed/TextSuggestion/TextSuggestion.d.ts.map +1 -0
- package/components/feed/TextSuggestion/index.d.ts +2 -0
- package/components/feed/TextSuggestion/index.d.ts.map +1 -0
- package/components/feedback/InfoBar/InfoBar.d.ts +13 -0
- package/components/feedback/InfoBar/InfoBar.d.ts.map +1 -0
- package/components/feedback/InfoBar/index.d.ts +2 -0
- package/components/feedback/InfoBar/index.d.ts.map +1 -0
- package/components/index.d.ts +228 -0
- package/components/index.d.ts.map +1 -0
- package/components/input/CanvasInput/CanvasInput.d.ts +19 -0
- package/components/input/CanvasInput/CanvasInput.d.ts.map +1 -0
- package/components/input/CanvasInput/index.d.ts +2 -0
- package/components/input/CanvasInput/index.d.ts.map +1 -0
- package/components/input/Checkbox/Checkbox.d.ts +3 -0
- package/components/input/Checkbox/Checkbox.d.ts.map +1 -0
- package/components/input/Checkbox/index.d.ts +2 -0
- package/components/input/Checkbox/index.d.ts.map +1 -0
- package/components/input/CheckboxField/CheckboxField.d.ts +10 -0
- package/components/input/CheckboxField/CheckboxField.d.ts.map +1 -0
- package/components/input/CheckboxField/index.d.ts +2 -0
- package/components/input/CheckboxField/index.d.ts.map +1 -0
- package/components/input/Chip/Chip.d.ts +7 -0
- package/components/input/Chip/Chip.d.ts.map +1 -0
- package/components/input/Chip/index.d.ts +2 -0
- package/components/input/Chip/index.d.ts.map +1 -0
- package/components/input/CodeInput/CodeInput.d.ts +23 -0
- package/components/input/CodeInput/CodeInput.d.ts.map +1 -0
- package/components/input/CodeInput/CodeInputField.d.ts +15 -0
- package/components/input/CodeInput/CodeInputField.d.ts.map +1 -0
- package/components/input/CodeInput/index.d.ts +3 -0
- package/components/input/CodeInput/index.d.ts.map +1 -0
- package/components/input/CodeInput/useCodeInput.d.ts +12 -0
- package/components/input/CodeInput/useCodeInput.d.ts.map +1 -0
- package/components/input/DomainField/DomainField.d.ts +10 -0
- package/components/input/DomainField/DomainField.d.ts.map +1 -0
- package/components/input/DomainField/index.d.ts +2 -0
- package/components/input/DomainField/index.d.ts.map +1 -0
- package/components/input/DropZone/DropZone.d.ts +20 -0
- package/components/input/DropZone/DropZone.d.ts.map +1 -0
- package/components/input/DropZone/index.d.ts +2 -0
- package/components/input/DropZone/index.d.ts.map +1 -0
- package/components/input/DropdownSelectionMenu/DropdownSelectionMenu.d.ts +29 -0
- package/components/input/DropdownSelectionMenu/DropdownSelectionMenu.d.ts.map +1 -0
- package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts +19 -0
- package/components/input/DropdownSelectionMenu/SelectTrigger.d.ts.map +1 -0
- package/components/input/DropdownSelectionMenu/index.d.ts +5 -0
- package/components/input/DropdownSelectionMenu/index.d.ts.map +1 -0
- package/components/input/FieldLabel/FieldLabel.d.ts +11 -0
- package/components/input/FieldLabel/FieldLabel.d.ts.map +1 -0
- package/components/input/FieldLabel/index.d.ts +2 -0
- package/components/input/FieldLabel/index.d.ts.map +1 -0
- package/components/input/FolderList/FolderList.d.ts +8 -0
- package/components/input/FolderList/FolderList.d.ts.map +1 -0
- package/components/input/FolderList/FolderListButton.d.ts +5 -0
- package/components/input/FolderList/FolderListButton.d.ts.map +1 -0
- package/components/input/FolderList/FolderListItem.d.ts +4 -0
- package/components/input/FolderList/FolderListItem.d.ts.map +1 -0
- package/components/input/FolderList/index.d.ts +2 -0
- package/components/input/FolderList/index.d.ts.map +1 -0
- package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts +13 -0
- package/components/input/FontWeightSelectorItem/FontWeightSelectorItem.d.ts.map +1 -0
- package/components/input/FontWeightSelectorItem/index.d.ts +2 -0
- package/components/input/FontWeightSelectorItem/index.d.ts.map +1 -0
- package/components/input/HelperText/HelperText.d.ts +7 -0
- package/components/input/HelperText/HelperText.d.ts.map +1 -0
- package/components/input/HelperText/index.d.ts +2 -0
- package/components/input/HelperText/index.d.ts.map +1 -0
- package/components/input/ImageField/ImageField.d.ts +20 -0
- package/components/input/ImageField/ImageField.d.ts.map +1 -0
- package/components/input/ImageField/index.d.ts +2 -0
- package/components/input/ImageField/index.d.ts.map +1 -0
- package/components/input/ImagePicker/ImagePicker.d.ts +20 -0
- package/components/input/ImagePicker/ImagePicker.d.ts.map +1 -0
- package/components/input/ImagePicker/index.d.ts +3 -0
- package/components/input/ImagePicker/index.d.ts.map +1 -0
- package/components/input/InlineRadioGroup/InlineRadioGroup.d.ts +13 -0
- package/components/input/InlineRadioGroup/InlineRadioGroup.d.ts.map +1 -0
- package/components/input/InlineRadioGroup/InlineRadioGroupItem.d.ts +7 -0
- package/components/input/InlineRadioGroup/InlineRadioGroupItem.d.ts.map +1 -0
- package/components/input/InlineRadioGroup/index.d.ts +2 -0
- package/components/input/InlineRadioGroup/index.d.ts.map +1 -0
- package/components/input/InlineSelector/InlineSelector.d.ts +7 -0
- package/components/input/InlineSelector/InlineSelector.d.ts.map +1 -0
- package/components/input/InlineSelector/index.d.ts +2 -0
- package/components/input/InlineSelector/index.d.ts.map +1 -0
- package/components/input/Label/Label.d.ts +7 -0
- package/components/input/Label/Label.d.ts.map +1 -0
- package/components/input/Label/index.d.ts +2 -0
- package/components/input/Label/index.d.ts.map +1 -0
- package/components/input/NumberField/NumberField.d.ts +48 -0
- package/components/input/NumberField/NumberField.d.ts.map +1 -0
- package/components/input/NumberField/index.d.ts +2 -0
- package/components/input/NumberField/index.d.ts.map +1 -0
- package/components/input/NumberField/utils.d.ts +14 -0
- package/components/input/NumberField/utils.d.ts.map +1 -0
- package/components/input/OptionGroup/OptionGroup.d.ts +12 -0
- package/components/input/OptionGroup/OptionGroup.d.ts.map +1 -0
- package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts +23 -0
- package/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.d.ts.map +1 -0
- package/components/input/OptionGroup/OptionGroupItem/index.d.ts +2 -0
- package/components/input/OptionGroup/OptionGroupItem/index.d.ts.map +1 -0
- package/components/input/OptionGroup/index.d.ts +2 -0
- package/components/input/OptionGroup/index.d.ts.map +1 -0
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts +29 -0
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -0
- package/components/input/PanelStandardInput/index.d.ts +2 -0
- package/components/input/PanelStandardInput/index.d.ts.map +1 -0
- package/components/input/PendingOptionGroup/PendingOptionGroup.d.ts +7 -0
- package/components/input/PendingOptionGroup/PendingOptionGroup.d.ts.map +1 -0
- package/components/input/PendingOptionGroup/PendingOptionGroupItem.d.ts +8 -0
- package/components/input/PendingOptionGroup/PendingOptionGroupItem.d.ts.map +1 -0
- package/components/input/PendingOptionGroup/index.d.ts +2 -0
- package/components/input/PendingOptionGroup/index.d.ts.map +1 -0
- package/components/input/PhotoDropZone/PhotoDropZone.d.ts +11 -0
- package/components/input/PhotoDropZone/PhotoDropZone.d.ts.map +1 -0
- package/components/input/PhotoDropZone/index.d.ts +2 -0
- package/components/input/PhotoDropZone/index.d.ts.map +1 -0
- package/components/input/PlaceholderTile/PlaceholderTile.d.ts +25 -0
- package/components/input/PlaceholderTile/PlaceholderTile.d.ts.map +1 -0
- package/components/input/PlaceholderTile/index.d.ts +2 -0
- package/components/input/PlaceholderTile/index.d.ts.map +1 -0
- package/components/input/PresetGroup/PresetGroup.d.ts +7 -0
- package/components/input/PresetGroup/PresetGroup.d.ts.map +1 -0
- package/components/input/PresetGroup/PresetGroupIcon.d.ts +7 -0
- package/components/input/PresetGroup/PresetGroupIcon.d.ts.map +1 -0
- package/components/input/PresetGroup/PresetGroupItem.d.ts +11 -0
- package/components/input/PresetGroup/PresetGroupItem.d.ts.map +1 -0
- package/components/input/PresetGroup/index.d.ts +2 -0
- package/components/input/PresetGroup/index.d.ts.map +1 -0
- package/components/input/PromptInput/PromptInput.d.ts +30 -0
- package/components/input/PromptInput/PromptInput.d.ts.map +1 -0
- package/components/input/PromptInput/index.d.ts +3 -0
- package/components/input/PromptInput/index.d.ts.map +1 -0
- package/components/input/QuickActionPhotoCard/QuickActionPhotoCard.d.ts +9 -0
- package/components/input/QuickActionPhotoCard/QuickActionPhotoCard.d.ts.map +1 -0
- package/components/input/QuickActionPhotoCard/index.d.ts +2 -0
- package/components/input/QuickActionPhotoCard/index.d.ts.map +1 -0
- package/components/input/RadioGroup/RadioGroup.d.ts +11 -0
- package/components/input/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/components/input/RadioGroup/RadioGroupItem/RadioGroupItem.d.ts +7 -0
- package/components/input/RadioGroup/RadioGroupItem/RadioGroupItem.d.ts.map +1 -0
- package/components/input/RadioGroup/RadioGroupItem/index.d.ts +2 -0
- package/components/input/RadioGroup/RadioGroupItem/index.d.ts.map +1 -0
- package/components/input/RadioGroup/index.d.ts +2 -0
- package/components/input/RadioGroup/index.d.ts.map +1 -0
- package/components/input/ReactionBar/ReactionBar.d.ts +7 -0
- package/components/input/ReactionBar/ReactionBar.d.ts.map +1 -0
- package/components/input/ReactionBar/index.d.ts +2 -0
- package/components/input/ReactionBar/index.d.ts.map +1 -0
- package/components/input/ReactionButton/ReactionButton.d.ts +16 -0
- package/components/input/ReactionButton/ReactionButton.d.ts.map +1 -0
- package/components/input/ReactionButton/index.d.ts +2 -0
- package/components/input/ReactionButton/index.d.ts.map +1 -0
- package/components/input/SamplePicker/SamplePicker.d.ts +10 -0
- package/components/input/SamplePicker/SamplePicker.d.ts.map +1 -0
- package/components/input/SamplePicker/SamplePickerItem.d.ts +3 -0
- package/components/input/SamplePicker/SamplePickerItem.d.ts.map +1 -0
- package/components/input/SamplePicker/index.d.ts +2 -0
- package/components/input/SamplePicker/index.d.ts.map +1 -0
- package/components/input/SearchInput/SearchInput.d.ts +9 -0
- package/components/input/SearchInput/SearchInput.d.ts.map +1 -0
- package/components/input/SearchInput/index.d.ts +2 -0
- package/components/input/SearchInput/index.d.ts.map +1 -0
- package/components/input/SearchableSelect/SearchableSelect.d.ts +36 -0
- package/components/input/SearchableSelect/SearchableSelect.d.ts.map +1 -0
- package/components/input/SearchableSelect/SearchableSelectItem.d.ts +13 -0
- package/components/input/SearchableSelect/SearchableSelectItem.d.ts.map +1 -0
- package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts +15 -0
- package/components/input/SearchableSelect/SearchableSelectPrimitive.d.ts.map +1 -0
- package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts +8 -0
- package/components/input/SearchableSelect/SearchableSelectTrigger.d.ts.map +1 -0
- package/components/input/SearchableSelect/index.d.ts +2 -0
- package/components/input/SearchableSelect/index.d.ts.map +1 -0
- package/components/input/SelectField/SelectField.d.ts +12 -0
- package/components/input/SelectField/SelectField.d.ts.map +1 -0
- package/components/input/SelectField/index.d.ts +2 -0
- package/components/input/SelectField/index.d.ts.map +1 -0
- package/components/input/Slider/Slider.d.ts +8 -0
- package/components/input/Slider/Slider.d.ts.map +1 -0
- package/components/input/Slider/index.d.ts +2 -0
- package/components/input/Slider/index.d.ts.map +1 -0
- package/components/input/SliderField/SliderField.d.ts +11 -0
- package/components/input/SliderField/SliderField.d.ts.map +1 -0
- package/components/input/SliderField/index.d.ts +2 -0
- package/components/input/SliderField/index.d.ts.map +1 -0
- package/components/input/StandardInput/OptionalImagePromptButton.d.ts +7 -0
- package/components/input/StandardInput/OptionalImagePromptButton.d.ts.map +1 -0
- package/components/input/StandardInput/StandardInputImagePrompt.d.ts +22 -0
- package/components/input/StandardInput/StandardInputImagePrompt.d.ts.map +1 -0
- package/components/input/StandardInput/StandardInputTextPrompt.d.ts +10 -0
- package/components/input/StandardInput/StandardInputTextPrompt.d.ts.map +1 -0
- package/components/input/StandardInput/index.d.ts +9 -0
- package/components/input/StandardInput/index.d.ts.map +1 -0
- package/components/input/SwitchField/SwitchField.d.ts +14 -0
- package/components/input/SwitchField/SwitchField.d.ts.map +1 -0
- package/components/input/SwitchField/SwitchFieldIndicator.d.ts +4 -0
- package/components/input/SwitchField/SwitchFieldIndicator.d.ts.map +1 -0
- package/components/input/SwitchField/index.d.ts +2 -0
- package/components/input/SwitchField/index.d.ts.map +1 -0
- package/components/input/SwitchGroup/SwitchGroup.d.ts +10 -0
- package/components/input/SwitchGroup/SwitchGroup.d.ts.map +1 -0
- package/components/input/SwitchGroup/SwitchGroupItem.d.ts +8 -0
- package/components/input/SwitchGroup/SwitchGroupItem.d.ts.map +1 -0
- package/components/input/SwitchGroup/index.d.ts +2 -0
- package/components/input/SwitchGroup/index.d.ts.map +1 -0
- package/components/input/TagField/TagField.d.ts +10 -0
- package/components/input/TagField/TagField.d.ts.map +1 -0
- package/components/input/TagField/index.d.ts +2 -0
- package/components/input/TagField/index.d.ts.map +1 -0
- package/components/input/TextArea/TextArea.d.ts +16 -0
- package/components/input/TextArea/TextArea.d.ts.map +1 -0
- package/components/input/TextArea/TextAreaAutosize.d.ts +4 -0
- package/components/input/TextArea/TextAreaAutosize.d.ts.map +1 -0
- package/components/input/TextArea/index.d.ts +2 -0
- package/components/input/TextArea/index.d.ts.map +1 -0
- package/components/input/TextEditionBox/TextEditionBox.d.ts +4 -0
- package/components/input/TextEditionBox/TextEditionBox.d.ts.map +1 -0
- package/components/input/TextEditionBox/index.d.ts +2 -0
- package/components/input/TextEditionBox/index.d.ts.map +1 -0
- package/components/input/TextField/TextField.d.ts +7 -0
- package/components/input/TextField/TextField.d.ts.map +1 -0
- package/components/input/TextField/index.d.ts +2 -0
- package/components/input/TextField/index.d.ts.map +1 -0
- package/components/input/TextFieldLabel/TextFieldLabel.d.ts +10 -0
- package/components/input/TextFieldLabel/TextFieldLabel.d.ts.map +1 -0
- package/components/input/TextFieldLabel/index.d.ts +2 -0
- package/components/input/TextFieldLabel/index.d.ts.map +1 -0
- package/components/input/TextInput/TextInput.d.ts +37 -0
- package/components/input/TextInput/TextInput.d.ts.map +1 -0
- package/components/input/TextInput/index.d.ts +2 -0
- package/components/input/TextInput/index.d.ts.map +1 -0
- package/components/list/ActionHeader/ActionHeader.d.ts +12 -0
- package/components/list/ActionHeader/ActionHeader.d.ts.map +1 -0
- package/components/list/ActionHeader/index.d.ts +2 -0
- package/components/list/ActionHeader/index.d.ts.map +1 -0
- package/components/list/FontFamilyRow/FontFamilyRow.d.ts +2 -0
- package/components/list/FontFamilyRow/FontFamilyRow.d.ts.map +1 -0
- package/components/list/FontFamilyRow/index.d.ts +2 -0
- package/components/list/FontFamilyRow/index.d.ts.map +1 -0
- package/components/list/PeopleListItem/PeopleListItem.d.ts +8 -0
- package/components/list/PeopleListItem/PeopleListItem.d.ts.map +1 -0
- package/components/list/PeopleListItem/index.d.ts +2 -0
- package/components/list/PeopleListItem/index.d.ts.map +1 -0
- package/components/list/SectionHeader/SectionHeader.d.ts +7 -0
- package/components/list/SectionHeader/SectionHeader.d.ts.map +1 -0
- package/components/list/SectionHeader/SectionHeaderSkeleton.d.ts +11 -0
- package/components/list/SectionHeader/SectionHeaderSkeleton.d.ts.map +1 -0
- package/components/list/SectionHeader/index.d.ts +3 -0
- package/components/list/SectionHeader/index.d.ts.map +1 -0
- package/components/list/SizeListItem/SizeListItem.d.ts +14 -0
- package/components/list/SizeListItem/SizeListItem.d.ts.map +1 -0
- package/components/list/SizeListItem/index.d.ts +2 -0
- package/components/list/SizeListItem/index.d.ts.map +1 -0
- package/components/list/StandardTile/StandardTileSkeleton.d.ts +15 -0
- package/components/list/StandardTile/StandardTileSkeleton.d.ts.map +1 -0
- package/components/list/StandardTile/index.d.ts +2 -0
- package/components/list/StandardTile/index.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsHeaderItem.d.ts +10 -0
- package/components/list/VariantListItem/VariantsHeaderItem.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsList.d.ts +7 -0
- package/components/list/VariantListItem/VariantsList.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsListItem.d.ts +33 -0
- package/components/list/VariantListItem/VariantsListItem.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsListItemContent.d.ts +7 -0
- package/components/list/VariantListItem/VariantsListItemContent.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsListItemLeading.d.ts +9 -0
- package/components/list/VariantListItem/VariantsListItemLeading.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsListItemTrailing.d.ts +6 -0
- package/components/list/VariantListItem/VariantsListItemTrailing.d.ts.map +1 -0
- package/components/list/VariantListItem/VariantsValueItem.d.ts +10 -0
- package/components/list/VariantListItem/VariantsValueItem.d.ts.map +1 -0
- package/components/list/VariantListItem/index.d.ts +3 -0
- package/components/list/VariantListItem/index.d.ts.map +1 -0
- package/components/multiplayer/ActivityRow/ActivityRow.d.ts +19 -0
- package/components/multiplayer/ActivityRow/ActivityRow.d.ts.map +1 -0
- package/components/multiplayer/ActivityRow/index.d.ts +2 -0
- package/components/multiplayer/ActivityRow/index.d.ts.map +1 -0
- package/components/multiplayer/CommentRow/CommentRow.d.ts +15 -0
- package/components/multiplayer/CommentRow/CommentRow.d.ts.map +1 -0
- package/components/multiplayer/CommentRow/index.d.ts +2 -0
- package/components/multiplayer/CommentRow/index.d.ts.map +1 -0
- package/components/multiplayer/EventRow/EventRow.d.ts +11 -0
- package/components/multiplayer/EventRow/EventRow.d.ts.map +1 -0
- package/components/multiplayer/EventRow/index.d.ts +2 -0
- package/components/multiplayer/EventRow/index.d.ts.map +1 -0
- package/components/navigation/Avatar/Avatar.d.ts +18 -0
- package/components/navigation/Avatar/Avatar.d.ts.map +1 -0
- package/components/navigation/Avatar/index.d.ts +2 -0
- package/components/navigation/Avatar/index.d.ts.map +1 -0
- package/components/navigation/AvatarSkeleton/AvatarSkeleton.d.ts +8 -0
- package/components/navigation/AvatarSkeleton/AvatarSkeleton.d.ts.map +1 -0
- package/components/navigation/AvatarSkeleton/index.d.ts +2 -0
- package/components/navigation/AvatarSkeleton/index.d.ts.map +1 -0
- package/components/navigation/AvatarStack/AvatarAdd.d.ts +7 -0
- package/components/navigation/AvatarStack/AvatarAdd.d.ts.map +1 -0
- package/components/navigation/AvatarStack/AvatarCount.d.ts +8 -0
- package/components/navigation/AvatarStack/AvatarCount.d.ts.map +1 -0
- package/components/navigation/AvatarStack/AvatarStack.d.ts +11 -0
- package/components/navigation/AvatarStack/AvatarStack.d.ts.map +1 -0
- package/components/navigation/AvatarStack/index.d.ts +2 -0
- package/components/navigation/AvatarStack/index.d.ts.map +1 -0
- package/components/navigation/Breadcrumbs/Breadcrumbs.d.ts +3 -0
- package/components/navigation/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/components/navigation/Breadcrumbs/index.d.ts +2 -0
- package/components/navigation/Breadcrumbs/index.d.ts.map +1 -0
- package/components/navigation/SegmentedControl/SegmentedControl.d.ts +16 -0
- package/components/navigation/SegmentedControl/SegmentedControl.d.ts.map +1 -0
- package/components/navigation/SegmentedControl/SegmentedControlItem.d.ts +4 -0
- package/components/navigation/SegmentedControl/SegmentedControlItem.d.ts.map +1 -0
- package/components/navigation/SegmentedControl/SegmentedControlItemIconOnly.d.ts +9 -0
- package/components/navigation/SegmentedControl/SegmentedControlItemIconOnly.d.ts.map +1 -0
- package/components/navigation/SegmentedControl/SegmentedControlItemIconWithLabel.d.ts +8 -0
- package/components/navigation/SegmentedControl/SegmentedControlItemIconWithLabel.d.ts.map +1 -0
- package/components/navigation/SegmentedControl/SegmentedControlItemLabelWithSub.d.ts +7 -0
- package/components/navigation/SegmentedControl/SegmentedControlItemLabelWithSub.d.ts.map +1 -0
- package/components/navigation/SegmentedControl/index.d.ts +2 -0
- package/components/navigation/SegmentedControl/index.d.ts.map +1 -0
- package/components/navigation/SegmentedPicker/SegmentedPicker.d.ts +19 -0
- package/components/navigation/SegmentedPicker/SegmentedPicker.d.ts.map +1 -0
- package/components/navigation/SegmentedPicker/SegmentedPickerItem.d.ts +16 -0
- package/components/navigation/SegmentedPicker/SegmentedPickerItem.d.ts.map +1 -0
- package/components/navigation/SegmentedPicker/index.d.ts +2 -0
- package/components/navigation/SegmentedPicker/index.d.ts.map +1 -0
- package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts +17 -0
- package/components/navigation/SideNavigation/SideNavigationHeader/SideNavigationHeader.d.ts.map +1 -0
- package/components/navigation/SideNavigation/SideNavigationHeader/index.d.ts +2 -0
- package/components/navigation/SideNavigation/SideNavigationHeader/index.d.ts.map +1 -0
- package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts +12 -0
- package/components/navigation/SideNavigation/SideNavigationItem/SideNavigationItem.d.ts.map +1 -0
- package/components/navigation/SideNavigation/SideNavigationItem/index.d.ts +2 -0
- package/components/navigation/SideNavigation/SideNavigationItem/index.d.ts.map +1 -0
- package/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeleton.d.ts +11 -0
- package/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeleton.d.ts.map +1 -0
- package/components/navigation/SideNavigation/SideNavigationItemSkeleton/index.d.ts +2 -0
- package/components/navigation/SideNavigation/SideNavigationItemSkeleton/index.d.ts.map +1 -0
- package/components/navigation/SideNavigation/index.d.ts +4 -0
- package/components/navigation/SideNavigation/index.d.ts.map +1 -0
- package/components/navigation/Tabs/Tabs.d.ts +9 -0
- package/components/navigation/Tabs/Tabs.d.ts.map +1 -0
- package/components/navigation/Tabs/TabsItem.d.ts +17 -0
- package/components/navigation/Tabs/TabsItem.d.ts.map +1 -0
- package/components/navigation/Tabs/index.d.ts +3 -0
- package/components/navigation/Tabs/index.d.ts.map +1 -0
- package/components/navigation/TagGroup/Tag/Tag.d.ts +13 -0
- package/components/navigation/TagGroup/Tag/Tag.d.ts.map +1 -0
- package/components/navigation/TagGroup/Tag/index.d.ts +2 -0
- package/components/navigation/TagGroup/Tag/index.d.ts.map +1 -0
- package/components/navigation/TagGroup/TagGroup.d.ts +14 -0
- package/components/navigation/TagGroup/TagGroup.d.ts.map +1 -0
- package/components/navigation/TagGroup/index.d.ts +2 -0
- package/components/navigation/TagGroup/index.d.ts.map +1 -0
- package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts +8 -0
- package/components/navigation/ToolMenuButton/ToolMenuButton.d.ts.map +1 -0
- package/components/navigation/ToolMenuButton/index.d.ts +2 -0
- package/components/navigation/ToolMenuButton/index.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts +13 -0
- package/components/onboarding/ChoiceGroup/ChoiceGroup.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts +12 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleGroup.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts +5 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ChoiceMultipleTile.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts +10 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleExpandTile.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts +5 -0
- package/components/onboarding/ChoiceGroup/ChoiceMultiple/ListChoiceMultipleTile.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceSingle/ChoiceSingleGroup.d.ts +11 -0
- package/components/onboarding/ChoiceGroup/ChoiceSingle/ChoiceSingleGroup.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts +12 -0
- package/components/onboarding/ChoiceGroup/ChoiceTile.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/ListChoiceTile.d.ts +10 -0
- package/components/onboarding/ChoiceGroup/ListChoiceTile.d.ts.map +1 -0
- package/components/onboarding/ChoiceGroup/index.d.ts +3 -0
- package/components/onboarding/ChoiceGroup/index.d.ts.map +1 -0
- package/components/polymorphic.d.ts +31 -0
- package/components/polymorphic.d.ts.map +1 -0
- package/components/status/ActivityIndicator/ActivityIndicator.d.ts +8 -0
- package/components/status/ActivityIndicator/ActivityIndicator.d.ts.map +1 -0
- package/components/status/ActivityIndicator/index.d.ts +2 -0
- package/components/status/ActivityIndicator/index.d.ts.map +1 -0
- package/components/status/Badge/Badge.d.ts +20 -0
- package/components/status/Badge/Badge.d.ts.map +1 -0
- package/components/status/Badge/ProBadge.d.ts +7 -0
- package/components/status/Badge/ProBadge.d.ts.map +1 -0
- package/components/status/Badge/StudioBadge.d.ts +5 -0
- package/components/status/Badge/StudioBadge.d.ts.map +1 -0
- package/components/status/Badge/index.d.ts +4 -0
- package/components/status/Badge/index.d.ts.map +1 -0
- package/components/status/CardBadge/CardBadge.d.ts +8 -0
- package/components/status/CardBadge/CardBadge.d.ts.map +1 -0
- package/components/status/CardBadge/index.d.ts +2 -0
- package/components/status/CardBadge/index.d.ts.map +1 -0
- package/components/status/EmptySpace/EmptySpace.d.ts +12 -0
- package/components/status/EmptySpace/EmptySpace.d.ts.map +1 -0
- package/components/status/EmptySpace/index.d.ts +2 -0
- package/components/status/EmptySpace/index.d.ts.map +1 -0
- package/components/status/ExportLimitCard/ExportLimitCard.d.ts +11 -0
- package/components/status/ExportLimitCard/ExportLimitCard.d.ts.map +1 -0
- package/components/status/ExportLimitCard/index.d.ts +3 -0
- package/components/status/ExportLimitCard/index.d.ts.map +1 -0
- package/components/status/ExportLimitCard/useExportLimitCard.d.ts +5 -0
- package/components/status/ExportLimitCard/useExportLimitCard.d.ts.map +1 -0
- package/components/status/FullScreenLoader/FullScreenLoader.d.ts +2 -0
- package/components/status/FullScreenLoader/FullScreenLoader.d.ts.map +1 -0
- package/components/status/FullScreenLoader/index.d.ts +2 -0
- package/components/status/FullScreenLoader/index.d.ts.map +1 -0
- package/components/status/Gauge/Gauge.d.ts +6 -0
- package/components/status/Gauge/Gauge.d.ts.map +1 -0
- package/components/status/Gauge/index.d.ts +2 -0
- package/components/status/Gauge/index.d.ts.map +1 -0
- package/components/status/LimitGauge/LimitGauge.d.ts +12 -0
- package/components/status/LimitGauge/LimitGauge.d.ts.map +1 -0
- package/components/status/LimitGauge/index.d.ts +2 -0
- package/components/status/LimitGauge/index.d.ts.map +1 -0
- package/components/status/Notification/Notification.d.ts +14 -0
- package/components/status/Notification/Notification.d.ts.map +1 -0
- package/components/status/Notification/NotificationStack.d.ts +3 -0
- package/components/status/Notification/NotificationStack.d.ts.map +1 -0
- package/components/status/Notification/NotificationsStore.d.ts +27 -0
- package/components/status/Notification/NotificationsStore.d.ts.map +1 -0
- package/components/status/Notification/index.d.ts +4 -0
- package/components/status/Notification/index.d.ts.map +1 -0
- package/components/status/Progress/Progress.d.ts +4 -0
- package/components/status/Progress/Progress.d.ts.map +1 -0
- package/components/status/Progress/index.d.ts +2 -0
- package/components/status/Progress/index.d.ts.map +1 -0
- package/components/status/ProgressStep/ProgressStep.d.ts +23 -0
- package/components/status/ProgressStep/ProgressStep.d.ts.map +1 -0
- package/components/status/ProgressStep/index.d.ts +2 -0
- package/components/status/ProgressStep/index.d.ts.map +1 -0
- package/components/status/SelectionBadge/SelectionBadge.d.ts +15 -0
- package/components/status/SelectionBadge/SelectionBadge.d.ts.map +1 -0
- package/components/status/SelectionBadge/index.d.ts +2 -0
- package/components/status/SelectionBadge/index.d.ts.map +1 -0
- package/components/status/SellScore/SellScore.d.ts +7 -0
- package/components/status/SellScore/SellScore.d.ts.map +1 -0
- package/components/status/SellScore/SellScoreGauge.d.ts +3 -0
- package/components/status/SellScore/SellScoreGauge.d.ts.map +1 -0
- package/components/status/SellScore/SellScoreLabel.d.ts +3 -0
- package/components/status/SellScore/SellScoreLabel.d.ts.map +1 -0
- package/components/status/SellScore/index.d.ts +2 -0
- package/components/status/SellScore/index.d.ts.map +1 -0
- package/components/status/SellScore/types.d.ts +15 -0
- package/components/status/SellScore/types.d.ts.map +1 -0
- package/components/status/SellScore/variants.d.ts +6 -0
- package/components/status/SellScore/variants.d.ts.map +1 -0
- package/components/status/Shortcut/Shortcut.d.ts +6 -0
- package/components/status/Shortcut/Shortcut.d.ts.map +1 -0
- package/components/status/Shortcut/index.d.ts +2 -0
- package/components/status/Shortcut/index.d.ts.map +1 -0
- package/components/status/StatusBadge/StatusBadge.d.ts +8 -0
- package/components/status/StatusBadge/StatusBadge.d.ts.map +1 -0
- package/components/status/StatusBadge/StatusBadgeInternal.d.ts +5 -0
- package/components/status/StatusBadge/StatusBadgeInternal.d.ts.map +1 -0
- package/components/status/StatusBadge/index.d.ts +2 -0
- package/components/status/StatusBadge/index.d.ts.map +1 -0
- package/components/status/ToastProgress/ToastProgress.d.ts +11 -0
- package/components/status/ToastProgress/ToastProgress.d.ts.map +1 -0
- package/components/status/ToastProgress/index.d.ts +2 -0
- package/components/status/ToastProgress/index.d.ts.map +1 -0
- package/components/structure/Bone/Bone.d.ts +9 -0
- package/components/structure/Bone/Bone.d.ts.map +1 -0
- package/components/structure/Bone/index.d.ts +2 -0
- package/components/structure/Bone/index.d.ts.map +1 -0
- package/components/structure/Divider/Divider.d.ts +11 -0
- package/components/structure/Divider/Divider.d.ts.map +1 -0
- package/components/structure/Divider/index.d.ts +2 -0
- package/components/structure/Divider/index.d.ts.map +1 -0
- package/components/structure/PanelHeader/PanelHeader.d.ts +12 -0
- package/components/structure/PanelHeader/PanelHeader.d.ts.map +1 -0
- package/components/structure/PanelHeader/PanelHeaderLeading.d.ts +11 -0
- package/components/structure/PanelHeader/PanelHeaderLeading.d.ts.map +1 -0
- package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts +12 -0
- package/components/structure/PanelHeader/PanelHeaderTrailing.d.ts.map +1 -0
- package/components/structure/PanelHeader/index.d.ts +2 -0
- package/components/structure/PanelHeader/index.d.ts.map +1 -0
- package/components/unsorted/FeaturesList/FeaturesList.d.ts +6 -0
- package/components/unsorted/FeaturesList/FeaturesList.d.ts.map +1 -0
- package/components/unsorted/FeaturesList/index.d.ts +2 -0
- package/components/unsorted/FeaturesList/index.d.ts.map +1 -0
- package/components/unsorted/FileUploader/DropZoneAreaWrapper.d.ts +10 -0
- package/components/unsorted/FileUploader/DropZoneAreaWrapper.d.ts.map +1 -0
- package/components/unsorted/FileUploader/DropZoneFullscreen/DropZoneFullscreen.d.ts +8 -0
- package/components/unsorted/FileUploader/DropZoneFullscreen/DropZoneFullscreen.d.ts.map +1 -0
- package/components/unsorted/FileUploader/DropZoneFullscreen/DropZoneOverlay.d.ts +7 -0
- package/components/unsorted/FileUploader/DropZoneFullscreen/DropZoneOverlay.d.ts.map +1 -0
- package/components/unsorted/FileUploader/DropZoneFullscreen/index.d.ts +2 -0
- package/components/unsorted/FileUploader/DropZoneFullscreen/index.d.ts.map +1 -0
- package/components/unsorted/FileUploader/DropZoneFullscreenWrapper.d.ts +7 -0
- package/components/unsorted/FileUploader/DropZoneFullscreenWrapper.d.ts.map +1 -0
- package/components/unsorted/FileUploader/DropZoneOverlayWrapper.d.ts +14 -0
- package/components/unsorted/FileUploader/DropZoneOverlayWrapper.d.ts.map +1 -0
- package/components/unsorted/FileUploader/HiddenFileInput.d.ts +10 -0
- package/components/unsorted/FileUploader/HiddenFileInput.d.ts.map +1 -0
- package/components/unsorted/FileUploader/index.d.ts +6 -0
- package/components/unsorted/FileUploader/index.d.ts.map +1 -0
- package/components/unsorted/FileUploader/useFileUploader.d.ts +38 -0
- package/components/unsorted/FileUploader/useFileUploader.d.ts.map +1 -0
- package/components/unsorted/FileUploader/utils/files.d.ts +4 -0
- package/components/unsorted/FileUploader/utils/files.d.ts.map +1 -0
- package/components/unsorted/Heading/Heading.d.ts +9 -0
- package/components/unsorted/Heading/Heading.d.ts.map +1 -0
- package/components/unsorted/Heading/index.d.ts +2 -0
- package/components/unsorted/Heading/index.d.ts.map +1 -0
- package/components/unsorted/HighLightedText/HighLightedText.d.ts +11 -0
- package/components/unsorted/HighLightedText/HighLightedText.d.ts.map +1 -0
- package/components/unsorted/HighLightedText/index.d.ts +2 -0
- package/components/unsorted/HighLightedText/index.d.ts.map +1 -0
- package/components/unsorted/InfoBanner/InfoBanner.d.ts +7 -0
- package/components/unsorted/InfoBanner/InfoBanner.d.ts.map +1 -0
- package/components/unsorted/InfoBanner/index.d.ts +2 -0
- package/components/unsorted/InfoBanner/index.d.ts.map +1 -0
- package/components/unsorted/MobileDrawer/MobileDrawer.d.ts +12 -0
- package/components/unsorted/MobileDrawer/MobileDrawer.d.ts.map +1 -0
- package/components/unsorted/MobileDrawer/index.d.ts +2 -0
- package/components/unsorted/MobileDrawer/index.d.ts.map +1 -0
- package/components/unsorted/NumberSelectField/NumberSelectField.d.ts +12 -0
- package/components/unsorted/NumberSelectField/NumberSelectField.d.ts.map +1 -0
- package/components/unsorted/NumberSelectField/NumberSelectFieldButton.d.ts +3 -0
- package/components/unsorted/NumberSelectField/NumberSelectFieldButton.d.ts.map +1 -0
- package/components/unsorted/NumberSelectField/NumberSelectFieldList.d.ts +8 -0
- package/components/unsorted/NumberSelectField/NumberSelectFieldList.d.ts.map +1 -0
- package/components/unsorted/NumberSelectField/index.d.ts +2 -0
- package/components/unsorted/NumberSelectField/index.d.ts.map +1 -0
- package/components/unsorted/Tooltip/Tooltip.d.ts +21 -0
- package/components/unsorted/Tooltip/Tooltip.d.ts.map +1 -0
- package/components/unsorted/Tooltip/TooltipHOC.d.ts +12 -0
- package/components/unsorted/Tooltip/TooltipHOC.d.ts.map +1 -0
- package/components/unsorted/Tooltip/TooltipSection.d.ts +7 -0
- package/components/unsorted/Tooltip/TooltipSection.d.ts.map +1 -0
- package/components/unsorted/Tooltip/TooltipUserRow.d.ts +9 -0
- package/components/unsorted/Tooltip/TooltipUserRow.d.ts.map +1 -0
- package/components/unsorted/Tooltip/index.d.ts +6 -0
- package/components/unsorted/Tooltip/index.d.ts.map +1 -0
- package/components/unsorted/Tooltip/utils.d.ts +5 -0
- package/components/unsorted/Tooltip/utils.d.ts.map +1 -0
- package/components/website/AccentDropZone/AccentDropZone.d.ts +21 -0
- package/components/website/AccentDropZone/AccentDropZone.d.ts.map +1 -0
- package/components/website/AccentDropZone/index.d.ts +2 -0
- package/components/website/AccentDropZone/index.d.ts.map +1 -0
- package/components/website/ApiHeroBlock/ApiHeroBlock.d.ts +11 -0
- package/components/website/ApiHeroBlock/ApiHeroBlock.d.ts.map +1 -0
- package/components/website/ApiHeroBlock/index.d.ts +2 -0
- package/components/website/ApiHeroBlock/index.d.ts.map +1 -0
- package/components/website/ArticleHeroBlock/ArticleAuthor.d.ts +10 -0
- package/components/website/ArticleHeroBlock/ArticleAuthor.d.ts.map +1 -0
- package/components/website/ArticleHeroBlock/ArticleContent.d.ts +3 -0
- package/components/website/ArticleHeroBlock/ArticleContent.d.ts.map +1 -0
- package/components/website/ArticleHeroBlock/ArticleHeroBlock.d.ts +12 -0
- package/components/website/ArticleHeroBlock/ArticleHeroBlock.d.ts.map +1 -0
- package/components/website/ArticleHeroBlock/ArticleTitle.d.ts +7 -0
- package/components/website/ArticleHeroBlock/ArticleTitle.d.ts.map +1 -0
- package/components/website/ArticleHeroBlock/index.d.ts +3 -0
- package/components/website/ArticleHeroBlock/index.d.ts.map +1 -0
- package/components/website/AssetPreview/AssetPreview.d.ts +7 -0
- package/components/website/AssetPreview/AssetPreview.d.ts.map +1 -0
- package/components/website/AssetPreview/index.d.ts +2 -0
- package/components/website/AssetPreview/index.d.ts.map +1 -0
- package/components/website/AwardsBlock/AwardsAppleLogo.d.ts +2 -0
- package/components/website/AwardsBlock/AwardsAppleLogo.d.ts.map +1 -0
- package/components/website/AwardsBlock/AwardsBlock.d.ts +7 -0
- package/components/website/AwardsBlock/AwardsBlock.d.ts.map +1 -0
- package/components/website/AwardsBlock/AwardsGoogleLogo.d.ts +2 -0
- package/components/website/AwardsBlock/AwardsGoogleLogo.d.ts.map +1 -0
- package/components/website/AwardsBlock/AwardsItem.d.ts +5 -0
- package/components/website/AwardsBlock/AwardsItem.d.ts.map +1 -0
- package/components/website/AwardsBlock/AwardsPalm.d.ts +2 -0
- package/components/website/AwardsBlock/AwardsPalm.d.ts.map +1 -0
- package/components/website/AwardsBlock/index.d.ts +2 -0
- package/components/website/AwardsBlock/index.d.ts.map +1 -0
- package/components/website/BlogActionBlock/BlogActionBlock.d.ts +8 -0
- package/components/website/BlogActionBlock/BlogActionBlock.d.ts.map +1 -0
- package/components/website/BlogActionBlock/index.d.ts +2 -0
- package/components/website/BlogActionBlock/index.d.ts.map +1 -0
- package/components/website/BlogQuoteBlock/BlogQuoteBlock.d.ts +7 -0
- package/components/website/BlogQuoteBlock/BlogQuoteBlock.d.ts.map +1 -0
- package/components/website/BlogQuoteBlock/index.d.ts +2 -0
- package/components/website/BlogQuoteBlock/index.d.ts.map +1 -0
- package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts +8 -0
- package/components/website/BlogSubtleActionBlock/BlogSubtleActionBlock.d.ts.map +1 -0
- package/components/website/BlogSubtleActionBlock/index.d.ts +2 -0
- package/components/website/BlogSubtleActionBlock/index.d.ts.map +1 -0
- package/components/website/CardsBlock/CardsBlock.d.ts +6 -0
- package/components/website/CardsBlock/CardsBlock.d.ts.map +1 -0
- package/components/website/CardsBlock/index.d.ts +2 -0
- package/components/website/CardsBlock/index.d.ts.map +1 -0
- package/components/website/CardsHeroBlock/CardsHeroBlock.d.ts +6 -0
- package/components/website/CardsHeroBlock/CardsHeroBlock.d.ts.map +1 -0
- package/components/website/CardsHeroBlock/index.d.ts +2 -0
- package/components/website/CardsHeroBlock/index.d.ts.map +1 -0
- package/components/website/CareersBlock/CareersBlock.d.ts +6 -0
- package/components/website/CareersBlock/CareersBlock.d.ts.map +1 -0
- package/components/website/CareersBlock/CareersBlockItem.d.ts +6 -0
- package/components/website/CareersBlock/CareersBlockItem.d.ts.map +1 -0
- package/components/website/CareersBlock/index.d.ts +3 -0
- package/components/website/CareersBlock/index.d.ts.map +1 -0
- package/components/website/CustomerStoriesBlock/CustomerStoriesBlock.d.ts +7 -0
- package/components/website/CustomerStoriesBlock/CustomerStoriesBlock.d.ts.map +1 -0
- package/components/website/CustomerStoriesBlock/index.d.ts +2 -0
- package/components/website/CustomerStoriesBlock/index.d.ts.map +1 -0
- package/components/website/DataBlock/DataBlock.d.ts +12 -0
- package/components/website/DataBlock/DataBlock.d.ts.map +1 -0
- package/components/website/DataBlock/index.d.ts +2 -0
- package/components/website/DataBlock/index.d.ts.map +1 -0
- package/components/website/EditorialLineupBlock/EditorialLineupBlock.d.ts +10 -0
- package/components/website/EditorialLineupBlock/EditorialLineupBlock.d.ts.map +1 -0
- package/components/website/EditorialLineupBlock/index.d.ts +2 -0
- package/components/website/EditorialLineupBlock/index.d.ts.map +1 -0
- package/components/website/ExtraTextBlock/ExtraTextBlock.d.ts +6 -0
- package/components/website/ExtraTextBlock/ExtraTextBlock.d.ts.map +1 -0
- package/components/website/ExtraTextBlock/index.d.ts +2 -0
- package/components/website/ExtraTextBlock/index.d.ts.map +1 -0
- package/components/website/FaqBlock/FaqBlock.d.ts +6 -0
- package/components/website/FaqBlock/FaqBlock.d.ts.map +1 -0
- package/components/website/FaqBlock/FaqItem.d.ts +6 -0
- package/components/website/FaqBlock/FaqItem.d.ts.map +1 -0
- package/components/website/FaqBlock/index.d.ts +3 -0
- package/components/website/FaqBlock/index.d.ts.map +1 -0
- package/components/website/FeaturesBlock/FeatureBlock.d.ts +12 -0
- package/components/website/FeaturesBlock/FeatureBlock.d.ts.map +1 -0
- package/components/website/FeaturesBlock/FeatureBlockListItem.d.ts +6 -0
- package/components/website/FeaturesBlock/FeatureBlockListItem.d.ts.map +1 -0
- package/components/website/FeaturesBlock/FeatureClassicVisual.d.ts +9 -0
- package/components/website/FeaturesBlock/FeatureClassicVisual.d.ts.map +1 -0
- package/components/website/FeaturesBlock/FeatureSwitcher.d.ts +9 -0
- package/components/website/FeaturesBlock/FeatureSwitcher.d.ts.map +1 -0
- package/components/website/FeaturesBlock/FeatureVideoElement.d.ts +5 -0
- package/components/website/FeaturesBlock/FeatureVideoElement.d.ts.map +1 -0
- package/components/website/FeaturesBlock/FeaturesBlock.d.ts +6 -0
- package/components/website/FeaturesBlock/FeaturesBlock.d.ts.map +1 -0
- package/components/website/FeaturesBlock/index.d.ts +7 -0
- package/components/website/FeaturesBlock/index.d.ts.map +1 -0
- package/components/website/FeaturesListBlock/FeaturesListBlock.d.ts +7 -0
- package/components/website/FeaturesListBlock/FeaturesListBlock.d.ts.map +1 -0
- package/components/website/FeaturesListBlock/FeaturesListBlockItem.d.ts +8 -0
- package/components/website/FeaturesListBlock/FeaturesListBlockItem.d.ts.map +1 -0
- package/components/website/FeaturesListBlock/index.d.ts +3 -0
- package/components/website/FeaturesListBlock/index.d.ts.map +1 -0
- package/components/website/FocusBlock/FocusBlock.d.ts +10 -0
- package/components/website/FocusBlock/FocusBlock.d.ts.map +1 -0
- package/components/website/FocusBlock/index.d.ts +2 -0
- package/components/website/FocusBlock/index.d.ts.map +1 -0
- package/components/website/FooterBlockV2/FooterV2Block.d.ts +34 -0
- package/components/website/FooterBlockV2/FooterV2Block.d.ts.map +1 -0
- package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts +9 -0
- package/components/website/FooterBlockV2/FooterV2LinkBlock.d.ts.map +1 -0
- package/components/website/FooterBlockV2/FooterV2LinksSectionBlock.d.ts +5 -0
- package/components/website/FooterBlockV2/FooterV2LinksSectionBlock.d.ts.map +1 -0
- package/components/website/FooterBlockV2/index.d.ts +2 -0
- package/components/website/FooterBlockV2/index.d.ts.map +1 -0
- package/components/website/HeaderBanner/HeaderBanner.d.ts +9 -0
- package/components/website/HeaderBanner/HeaderBanner.d.ts.map +1 -0
- package/components/website/HeaderBanner/index.d.ts +2 -0
- package/components/website/HeaderBanner/index.d.ts.map +1 -0
- package/components/website/HeroTitleBlock/HeroTitleBlock.d.ts +9 -0
- package/components/website/HeroTitleBlock/HeroTitleBlock.d.ts.map +1 -0
- package/components/website/HeroTitleBlock/index.d.ts +2 -0
- package/components/website/HeroTitleBlock/index.d.ts.map +1 -0
- package/components/website/InspirationWallBlock/InspirationWallBlock.d.ts +7 -0
- package/components/website/InspirationWallBlock/InspirationWallBlock.d.ts.map +1 -0
- package/components/website/InspirationWallBlock/index.d.ts +2 -0
- package/components/website/InspirationWallBlock/index.d.ts.map +1 -0
- package/components/website/LogosBlock/LogosBlock.d.ts +7 -0
- package/components/website/LogosBlock/LogosBlock.d.ts.map +1 -0
- package/components/website/LogosBlock/index.d.ts +2 -0
- package/components/website/LogosBlock/index.d.ts.map +1 -0
- package/components/website/LogosWallBlock/LogosWallBlock.d.ts +7 -0
- package/components/website/LogosWallBlock/LogosWallBlock.d.ts.map +1 -0
- package/components/website/LogosWallBlock/index.d.ts +2 -0
- package/components/website/LogosWallBlock/index.d.ts.map +1 -0
- package/components/website/OffersBlock/OffersBlock.d.ts +7 -0
- package/components/website/OffersBlock/OffersBlock.d.ts.map +1 -0
- package/components/website/OffersBlock/index.d.ts +2 -0
- package/components/website/OffersBlock/index.d.ts.map +1 -0
- package/components/website/PageTitle/PageTitle.d.ts +11 -0
- package/components/website/PageTitle/PageTitle.d.ts.map +1 -0
- package/components/website/PageTitle/index.d.ts +2 -0
- package/components/website/PageTitle/index.d.ts.map +1 -0
- package/components/website/PlaygroundBlock/PlaygroundBlock.d.ts +9 -0
- package/components/website/PlaygroundBlock/PlaygroundBlock.d.ts.map +1 -0
- package/components/website/PlaygroundBlock/index.d.ts +2 -0
- package/components/website/PlaygroundBlock/index.d.ts.map +1 -0
- package/components/website/PlaygroundHeroBlock/PlaygroundHeroBlock.d.ts +9 -0
- package/components/website/PlaygroundHeroBlock/PlaygroundHeroBlock.d.ts.map +1 -0
- package/components/website/PlaygroundHeroBlock/index.d.ts +2 -0
- package/components/website/PlaygroundHeroBlock/index.d.ts.map +1 -0
- package/components/website/PressBlock/PressBlock.d.ts +13 -0
- package/components/website/PressBlock/PressBlock.d.ts.map +1 -0
- package/components/website/PressBlock/PressBlockItem.d.ts +10 -0
- package/components/website/PressBlock/PressBlockItem.d.ts.map +1 -0
- package/components/website/PressBlock/index.d.ts +2 -0
- package/components/website/PressBlock/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingCardsContainer.d.ts +13 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingCardsContainer.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingCardsItem.d.ts +17 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingCardsItem.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingImageCountPicker.d.ts +8 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingImageCountPicker.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingMonthlyPricePerImage.d.ts +5 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingMonthlyPricePerImage.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingPartnerCard.d.ts +7 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/ApiPricingPartnerCard.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts +7 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/PricingPullDownButton.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/index.d.ts +6 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/useApiMonthlyPlanPrice.d.ts +11 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/useApiMonthlyPlanPrice.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/utils.d.ts +4 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingCardsContainer/utils.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingFeaturesLegend.d.ts +6 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingFeaturesLegend.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingFeaturesSectionItemBadge.d.ts +6 -0
- package/components/website/PricingHeroBlock/ApiPricing/ApiPricingFeaturesSectionItemBadge.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/constants.d.ts +4 -0
- package/components/website/PricingHeroBlock/ApiPricing/constants.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/index.d.ts +5 -0
- package/components/website/PricingHeroBlock/ApiPricing/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/ApiPricing/utils.d.ts +2 -0
- package/components/website/PricingHeroBlock/ApiPricing/utils.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.d.ts +21 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsItemV2.d.ts +30 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsItemV2.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingPrice.d.ts +14 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingPrice.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingSubscriptionTypeSelector.d.ts +12 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingSubscriptionTypeSelector.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/index.d.ts +4 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/utils.d.ts +32 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/utils.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingFeaturesLegend.d.ts +6 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingFeaturesLegend.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingFeaturesSectionItemBadge.d.ts +7 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingFeaturesSectionItemBadge.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/index.d.ts +4 -0
- package/components/website/PricingHeroBlock/AppPricing/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeatures.d.ts +8 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeatures.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesCell.d.ts +5 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesCell.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesLegend.d.ts +6 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesLegend.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSection.d.ts +6 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSection.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSectionItem.d.ts +7 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSectionItem.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSectionItemBadge.d.ts +7 -0
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSectionItemBadge.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingFeatures/index.d.ts +6 -0
- package/components/website/PricingHeroBlock/PricingFeatures/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/PricingHeroBlock.d.ts +7 -0
- package/components/website/PricingHeroBlock/PricingHeroBlock.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/index.d.ts +6 -0
- package/components/website/PricingHeroBlock/index.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/usePriceCountryCurrencyDisplayName.d.ts +10 -0
- package/components/website/PricingHeroBlock/usePriceCountryCurrencyDisplayName.d.ts.map +1 -0
- package/components/website/PricingPicker/PricingPicker.d.ts +5 -0
- package/components/website/PricingPicker/PricingPicker.d.ts.map +1 -0
- package/components/website/PricingPicker/PricingPickerButton.d.ts +20 -0
- package/components/website/PricingPicker/PricingPickerButton.d.ts.map +1 -0
- package/components/website/PricingPicker/index.d.ts +3 -0
- package/components/website/PricingPicker/index.d.ts.map +1 -0
- package/components/website/PromoBannerBlock/PromoBadge.d.ts +5 -0
- package/components/website/PromoBannerBlock/PromoBadge.d.ts.map +1 -0
- package/components/website/PromoBannerBlock/PromoBannerBlock.d.ts +7 -0
- package/components/website/PromoBannerBlock/PromoBannerBlock.d.ts.map +1 -0
- package/components/website/PromoBannerBlock/index.d.ts +2 -0
- package/components/website/PromoBannerBlock/index.d.ts.map +1 -0
- package/components/website/QuickToolHeroBlock/QuickToolHeroBlock.d.ts +8 -0
- package/components/website/QuickToolHeroBlock/QuickToolHeroBlock.d.ts.map +1 -0
- package/components/website/QuickToolHeroBlock/index.d.ts +2 -0
- package/components/website/QuickToolHeroBlock/index.d.ts.map +1 -0
- package/components/website/QuoteBlock/QuoteBlock.d.ts +8 -0
- package/components/website/QuoteBlock/QuoteBlock.d.ts.map +1 -0
- package/components/website/QuoteBlock/index.d.ts +2 -0
- package/components/website/QuoteBlock/index.d.ts.map +1 -0
- package/components/website/ReviewsBlock/Review.d.ts +9 -0
- package/components/website/ReviewsBlock/Review.d.ts.map +1 -0
- package/components/website/ReviewsBlock/ReviewsBlock.d.ts +12 -0
- package/components/website/ReviewsBlock/ReviewsBlock.d.ts.map +1 -0
- package/components/website/ReviewsBlock/index.d.ts +3 -0
- package/components/website/ReviewsBlock/index.d.ts.map +1 -0
- package/components/website/SectionTitle/SectionTitle.d.ts +7 -0
- package/components/website/SectionTitle/SectionTitle.d.ts.map +1 -0
- package/components/website/SectionTitle/index.d.ts +2 -0
- package/components/website/SectionTitle/index.d.ts.map +1 -0
- package/components/website/SidePageTitle/SidePageTitle.d.ts +10 -0
- package/components/website/SidePageTitle/SidePageTitle.d.ts.map +1 -0
- package/components/website/SidePageTitle/index.d.ts +2 -0
- package/components/website/SidePageTitle/index.d.ts.map +1 -0
- package/components/website/SmallSectionTitle/SmallSectionTitle.d.ts +5 -0
- package/components/website/SmallSectionTitle/SmallSectionTitle.d.ts.map +1 -0
- package/components/website/SmallSectionTitle/index.d.ts +2 -0
- package/components/website/SmallSectionTitle/index.d.ts.map +1 -0
- package/components/website/StepsBlock/StepsBlock.d.ts +6 -0
- package/components/website/StepsBlock/StepsBlock.d.ts.map +1 -0
- package/components/website/StepsBlock/index.d.ts +2 -0
- package/components/website/StepsBlock/index.d.ts.map +1 -0
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts +7 -0
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -0
- package/components/website/TagCloudBlock/index.d.ts +2 -0
- package/components/website/TagCloudBlock/index.d.ts.map +1 -0
- package/components/website/TakeActionBlock/TakeActionBlock.d.ts +11 -0
- package/components/website/TakeActionBlock/TakeActionBlock.d.ts.map +1 -0
- package/components/website/TakeActionBlock/index.d.ts +2 -0
- package/components/website/TakeActionBlock/index.d.ts.map +1 -0
- package/components/website/TakeActionBlockV2/TakeActionBlockV2.d.ts +11 -0
- package/components/website/TakeActionBlockV2/TakeActionBlockV2.d.ts.map +1 -0
- package/components/website/TakeActionBlockV2/index.d.ts +2 -0
- package/components/website/TakeActionBlockV2/index.d.ts.map +1 -0
- package/components/website/TestimonialsBlock/TestimonialsBlock.d.ts +12 -0
- package/components/website/TestimonialsBlock/TestimonialsBlock.d.ts.map +1 -0
- package/components/website/TestimonialsBlock/index.d.ts +2 -0
- package/components/website/TestimonialsBlock/index.d.ts.map +1 -0
- package/components/website/TextContentBlock/TextContentBlock.d.ts +7 -0
- package/components/website/TextContentBlock/TextContentBlock.d.ts.map +1 -0
- package/components/website/TextContentBlock/TextContentCard.d.ts +7 -0
- package/components/website/TextContentBlock/TextContentCard.d.ts.map +1 -0
- package/components/website/TextContentBlock/index.d.ts +3 -0
- package/components/website/TextContentBlock/index.d.ts.map +1 -0
- package/components/website/TextContentBlock/scopedLinkStyle.d.ts +2 -0
- package/components/website/TextContentBlock/scopedLinkStyle.d.ts.map +1 -0
- package/components/website/ToolCard/ToolCard.d.ts +11 -0
- package/components/website/ToolCard/ToolCard.d.ts.map +1 -0
- package/components/website/ToolCard/index.d.ts +2 -0
- package/components/website/ToolCard/index.d.ts.map +1 -0
- package/components/website/ToolCategoryBannerBlock/ToolCategoryBannerBlock.d.ts +9 -0
- package/components/website/ToolCategoryBannerBlock/ToolCategoryBannerBlock.d.ts.map +1 -0
- package/components/website/ToolCategoryBannerBlock/index.d.ts +2 -0
- package/components/website/ToolCategoryBannerBlock/index.d.ts.map +1 -0
- package/components/website/ToolSmallCard/ToolSmallCard.d.ts +9 -0
- package/components/website/ToolSmallCard/ToolSmallCard.d.ts.map +1 -0
- package/components/website/ToolSmallCard/index.d.ts +2 -0
- package/components/website/ToolSmallCard/index.d.ts.map +1 -0
- package/components/website/UseCasesBlock/UseCaseItemContentTransform.d.ts +6 -0
- package/components/website/UseCasesBlock/UseCaseItemContentTransform.d.ts.map +1 -0
- package/components/website/UseCasesBlock/UseCaseItemContentTransformItem.d.ts +6 -0
- package/components/website/UseCasesBlock/UseCaseItemContentTransformItem.d.ts.map +1 -0
- package/components/website/UseCasesBlock/UseCasesBlock.d.ts +11 -0
- package/components/website/UseCasesBlock/UseCasesBlock.d.ts.map +1 -0
- package/components/website/UseCasesBlock/index.d.ts +4 -0
- package/components/website/UseCasesBlock/index.d.ts.map +1 -0
- package/components/website/YoutubeEmbed/YoutubeEmbed.d.ts +6 -0
- package/components/website/YoutubeEmbed/YoutubeEmbed.d.ts.map +1 -0
- package/components/website/YoutubeEmbed/index.d.ts +2 -0
- package/components/website/YoutubeEmbed/index.d.ts.map +1 -0
- package/hooks/index.d.ts +9 -0
- package/hooks/index.d.ts.map +1 -0
- package/hooks/useCarousel.d.ts +14 -0
- package/hooks/useCarousel.d.ts.map +1 -0
- package/hooks/useCheckGroup.d.ts +18 -0
- package/hooks/useCheckGroup.d.ts.map +1 -0
- package/hooks/useControlledState.d.ts +7 -0
- package/hooks/useControlledState.d.ts.map +1 -0
- package/hooks/useFocusKeyNav.d.ts +2 -0
- package/hooks/useFocusKeyNav.d.ts.map +1 -0
- package/hooks/useFuse.d.ts +12 -0
- package/hooks/useFuse.d.ts.map +1 -0
- package/hooks/useLazyLoadVideo.d.ts +2 -0
- package/hooks/useLazyLoadVideo.d.ts.map +1 -0
- package/hooks/usePasteFilesHandler.d.ts +4 -0
- package/hooks/usePasteFilesHandler.d.ts.map +1 -0
- package/hooks/useWindowDragEvents.d.ts +16 -0
- package/hooks/useWindowDragEvents.d.ts.map +1 -0
- package/index.d.ts +4 -0
- package/index.d.ts.map +1 -0
- package/index.lib.d.ts +234 -0
- package/index.lib.d.ts.map +1 -0
- package/index.mjs +611 -0
- package/index10.mjs +95 -0
- package/index100.mjs +69 -0
- package/index101.mjs +31 -0
- package/index102.mjs +78 -0
- package/index103.mjs +22 -0
- package/index104.mjs +98 -0
- package/index105.mjs +115 -0
- package/index106.mjs +26 -0
- package/index107.mjs +19 -0
- package/index108.mjs +39 -0
- package/index109.mjs +18 -0
- package/index11.mjs +24 -0
- package/index110.mjs +74 -0
- package/index111.mjs +192 -0
- package/index112.mjs +62 -0
- package/index113.mjs +29 -0
- package/index114.mjs +20 -0
- package/index115.mjs +61 -0
- package/index116.mjs +38 -0
- package/index117.mjs +138 -0
- package/index118.mjs +12 -0
- package/index119.mjs +99 -0
- package/index12.mjs +30 -0
- package/index120.mjs +50 -0
- package/index121.mjs +17 -0
- package/index122.mjs +60 -0
- package/index123.mjs +38 -0
- package/index124.mjs +35 -0
- package/index125.mjs +145 -0
- package/index126.mjs +11 -0
- package/index127.mjs +95 -0
- package/index128.mjs +26 -0
- package/index129.mjs +41 -0
- package/index13.mjs +74 -0
- package/index130.mjs +60 -0
- package/index131.mjs +98 -0
- package/index132.mjs +27 -0
- package/index133.mjs +74 -0
- package/index134.mjs +60 -0
- package/index135.mjs +36 -0
- package/index136.mjs +76 -0
- package/index137.mjs +31 -0
- package/index138.mjs +29 -0
- package/index139.mjs +19 -0
- package/index14.mjs +26 -0
- package/index140.mjs +94 -0
- package/index141.mjs +136 -0
- package/index142.mjs +27 -0
- package/index143.mjs +31 -0
- package/index144.mjs +42 -0
- package/index145.mjs +61 -0
- package/index146.mjs +7 -0
- package/index147.mjs +25 -0
- package/index148.mjs +126 -0
- package/index149.mjs +55 -0
- package/index15.mjs +24 -0
- package/index150.mjs +38 -0
- package/index151.mjs +160 -0
- package/index152.mjs +19 -0
- package/index153.mjs +56 -0
- package/index154.mjs +30 -0
- package/index155.mjs +35 -0
- package/index156.mjs +46 -0
- package/index157.mjs +69 -0
- package/index158.mjs +80 -0
- package/index159.mjs +22 -0
- package/index16.mjs +87 -0
- package/index160.mjs +106 -0
- package/index161.mjs +15 -0
- package/index162.mjs +51 -0
- package/index163.mjs +35 -0
- package/index164.mjs +31 -0
- package/index165.mjs +23 -0
- package/index166.mjs +75 -0
- package/index167.mjs +12 -0
- package/index168.mjs +26 -0
- package/index169.mjs +21 -0
- package/index17.mjs +27 -0
- package/index170.mjs +22 -0
- package/index171.mjs +26 -0
- package/index172.mjs +9 -0
- package/index173.mjs +7 -0
- package/index174.mjs +24 -0
- package/index175.mjs +94 -0
- package/index176.mjs +90 -0
- package/index177.mjs +21 -0
- package/index178.mjs +67 -0
- package/index179.mjs +30 -0
- package/index18.mjs +106 -0
- package/index180.mjs +65 -0
- package/index181.mjs +36 -0
- package/index182.mjs +39 -0
- package/index183.mjs +19 -0
- package/index184.mjs +17 -0
- package/index185.mjs +86 -0
- package/index186.mjs +32 -0
- package/index187.mjs +29 -0
- package/index188.mjs +26 -0
- package/index189.mjs +10 -0
- package/index19.mjs +35 -0
- package/index190.mjs +32 -0
- package/index191.mjs +29 -0
- package/index192.mjs +12 -0
- package/index193.mjs +24 -0
- package/index194.mjs +152 -0
- package/index195.mjs +16 -0
- package/index196.mjs +27 -0
- package/index197.mjs +19 -0
- package/index198.mjs +34 -0
- package/index199.mjs +256 -0
- package/index20.mjs +55 -0
- package/index200.mjs +93 -0
- package/index201.mjs +24 -0
- package/index202.mjs +10 -0
- package/index203.mjs +31 -0
- package/index204.mjs +14 -0
- package/index205.mjs +102 -0
- package/index206.mjs +33 -0
- package/index207.mjs +37 -0
- package/index208.mjs +88 -0
- package/index209.mjs +46 -0
- package/index21.mjs +93 -0
- package/index210.mjs +19 -0
- package/index211.mjs +32 -0
- package/index212.mjs +40 -0
- package/index213.mjs +31 -0
- package/index214.mjs +28 -0
- package/index215.mjs +33 -0
- package/index216.mjs +17 -0
- package/index217.mjs +19 -0
- package/index218.mjs +13 -0
- package/index219.mjs +54 -0
- package/index22.mjs +27 -0
- package/index220.mjs +92 -0
- package/index221.mjs +19 -0
- package/index222.mjs +17 -0
- package/index223.mjs +50 -0
- package/index224.mjs +9 -0
- package/index225.mjs +61 -0
- package/index226.mjs +27 -0
- package/index227.mjs +32 -0
- package/index228.mjs +23 -0
- package/index229.mjs +12 -0
- package/index23.mjs +9 -0
- package/index230.mjs +15 -0
- package/index231.mjs +19 -0
- package/index232.mjs +44 -0
- package/index233.mjs +56 -0
- package/index234.mjs +61 -0
- package/index235.mjs +36 -0
- package/index236.mjs +47 -0
- package/index237.mjs +51 -0
- package/index238.mjs +21 -0
- package/index239.mjs +9 -0
- package/index24.mjs +109 -0
- package/index240.mjs +57 -0
- package/index241.mjs +50 -0
- package/index242.mjs +51 -0
- package/index243.mjs +24 -0
- package/index244.mjs +11 -0
- package/index245.mjs +45 -0
- package/index246.mjs +110 -0
- package/index247.mjs +11 -0
- package/index248.mjs +26 -0
- package/index249.mjs +25 -0
- package/index25.mjs +32 -0
- package/index250.mjs +10 -0
- package/index251.mjs +10 -0
- package/index252.mjs +7 -0
- package/index253.mjs +74 -0
- package/index254.mjs +232 -0
- package/index255.mjs +90 -0
- package/index256.mjs +10 -0
- package/index257.mjs +18 -0
- package/index258.mjs +22 -0
- package/index259.mjs +10 -0
- package/index26.mjs +35 -0
- package/index260.mjs +9 -0
- package/index261.mjs +30 -0
- package/index262.mjs +31 -0
- package/index263.mjs +20 -0
- package/index264.mjs +6 -0
- package/index265.mjs +46 -0
- package/index266.mjs +31 -0
- package/index267.mjs +55 -0
- package/index268.mjs +36 -0
- package/index269.mjs +40 -0
- package/index27.mjs +50 -0
- package/index270.mjs +40 -0
- package/index271.mjs +37 -0
- package/index272.mjs +38 -0
- package/index273.mjs +6 -0
- package/index274.mjs +17 -0
- package/index275.mjs +10 -0
- package/index276.mjs +39 -0
- package/index277.mjs +97 -0
- package/index278.mjs +100 -0
- package/index279.mjs +15 -0
- package/index28.mjs +50 -0
- package/index280.mjs +21 -0
- package/index281.mjs +42 -0
- package/index282.mjs +47 -0
- package/index283.mjs +29 -0
- package/index284.mjs +44 -0
- package/index285.mjs +54 -0
- package/index286.mjs +21 -0
- package/index287.mjs +28 -0
- package/index288.mjs +55 -0
- package/index289.mjs +58 -0
- package/index29.mjs +30 -0
- package/index290.mjs +19 -0
- package/index291.mjs +18 -0
- package/index292.mjs +17 -0
- package/index293.mjs +20 -0
- package/index294.mjs +16 -0
- package/index295.mjs +32 -0
- package/index296.mjs +18 -0
- package/index297.mjs +7 -0
- package/index298.mjs +136 -0
- package/index299.mjs +55 -0
- package/index3.mjs +32 -0
- package/index30.mjs +83 -0
- package/index300.mjs +1023 -0
- package/index301.mjs +34 -0
- package/index302.mjs +36 -0
- package/index303.mjs +5 -0
- package/index304.mjs +243 -0
- package/index305.mjs +6 -0
- package/index306.mjs +76 -0
- package/index307.mjs +17 -0
- package/index308.mjs +235 -0
- package/index309.mjs +28 -0
- package/index31.mjs +35 -0
- package/index310.mjs +44 -0
- package/index311.mjs +10 -0
- package/index312.mjs +12 -0
- package/index313.mjs +133 -0
- package/index314.mjs +145 -0
- package/index315.mjs +239 -0
- package/index316.mjs +44 -0
- package/index317.mjs +47 -0
- package/index318.mjs +38 -0
- package/index319.mjs +714 -0
- package/index32.mjs +46 -0
- package/index320.mjs +37 -0
- package/index321.mjs +9 -0
- package/index322.mjs +21 -0
- package/index323.mjs +18 -0
- package/index324.mjs +47 -0
- package/index325.mjs +122 -0
- package/index326.mjs +226 -0
- package/index327.mjs +44 -0
- package/index328.mjs +10 -0
- package/index329.mjs +9 -0
- package/index33.mjs +37 -0
- package/index330.mjs +11 -0
- package/index331.mjs +12 -0
- package/index332.mjs +12 -0
- package/index333.mjs +262 -0
- package/index334.mjs +7 -0
- package/index335.mjs +14 -0
- package/index336.mjs +28 -0
- package/index337.mjs +11 -0
- package/index338.mjs +46 -0
- package/index339.mjs +37 -0
- package/index34.mjs +104 -0
- package/index340.mjs +100 -0
- package/index341.mjs +31 -0
- package/index342.mjs +104 -0
- package/index343.mjs +138 -0
- package/index344.mjs +61 -0
- package/index345.mjs +8 -0
- package/index346.mjs +21 -0
- package/index347.mjs +10 -0
- package/index348.mjs +42 -0
- package/index349.mjs +24 -0
- package/index35.mjs +51 -0
- package/index350.mjs +252 -0
- package/index351.mjs +78 -0
- package/index352.mjs +20 -0
- package/index353.mjs +17 -0
- package/index354.mjs +33 -0
- package/index355.mjs +76 -0
- package/index356.mjs +50 -0
- package/index357.mjs +23 -0
- package/index358.mjs +44 -0
- package/index359.mjs +48 -0
- package/index36.mjs +26 -0
- package/index360.mjs +265 -0
- package/index361.mjs +33 -0
- package/index362.mjs +63 -0
- package/index363.mjs +64 -0
- package/index364.mjs +340 -0
- package/index365.mjs +85 -0
- package/index366.mjs +36 -0
- package/index367.mjs +39 -0
- package/index368.mjs +52 -0
- package/index369.mjs +123 -0
- package/index37.mjs +41 -0
- package/index370.mjs +41 -0
- package/index371.mjs +25 -0
- package/index372.mjs +63 -0
- package/index373.mjs +26 -0
- package/index374.mjs +90 -0
- package/index375.mjs +39 -0
- package/index376.mjs +40 -0
- package/index377.mjs +40 -0
- package/index378.mjs +27 -0
- package/index379.mjs +60 -0
- package/index38.mjs +48 -0
- package/index380.mjs +436 -0
- package/index381.mjs +48 -0
- package/index382.mjs +1005 -0
- package/index383.mjs +31 -0
- package/index384.mjs +32 -0
- package/index385.mjs +8 -0
- package/index386.mjs +240 -0
- package/index387.mjs +27 -0
- package/index388.mjs +46 -0
- package/index389.mjs +8 -0
- package/index39.mjs +74 -0
- package/index390.mjs +18 -0
- package/index391.mjs +50 -0
- package/index392.mjs +26 -0
- package/index393.mjs +37 -0
- package/index394.mjs +64 -0
- package/index395.mjs +28 -0
- package/index396.mjs +13 -0
- package/index397.mjs +18 -0
- package/index398.mjs +44 -0
- package/index399.mjs +47 -0
- package/index4.mjs +41 -0
- package/index40.mjs +18 -0
- package/index400.mjs +108 -0
- package/index401.mjs +28 -0
- package/index402.mjs +34 -0
- package/index403.mjs +26 -0
- package/index404.mjs +39 -0
- package/index405.mjs +26 -0
- package/index406.mjs +16 -0
- package/index407.mjs +31 -0
- package/index408.mjs +67 -0
- package/index409.mjs +195 -0
- package/index41.mjs +31 -0
- package/index410.mjs +6 -0
- package/index411.mjs +5 -0
- package/index412.mjs +34 -0
- package/index413.mjs +16 -0
- package/index414.mjs +28 -0
- package/index415.mjs +14 -0
- package/index416.mjs +42 -0
- package/index417.mjs +2003 -0
- package/index418.mjs +10 -0
- package/index419.mjs +75 -0
- package/index42.mjs +48 -0
- package/index420.mjs +134 -0
- package/index421.mjs +10 -0
- package/index422.mjs +30 -0
- package/index423.mjs +71 -0
- package/index424.mjs +128 -0
- package/index425.mjs +18 -0
- package/index426.mjs +138 -0
- package/index427.mjs +14 -0
- package/index428.mjs +222 -0
- package/index429.mjs +17 -0
- package/index43.mjs +98 -0
- package/index430.mjs +72 -0
- package/index431.mjs +37 -0
- package/index432.mjs +57 -0
- package/index433.mjs +55 -0
- package/index434.mjs +53 -0
- package/index435.mjs +12 -0
- package/index436.mjs +653 -0
- package/index437.mjs +14 -0
- package/index438.mjs +49 -0
- package/index439.mjs +184 -0
- package/index44.mjs +31 -0
- package/index440.mjs +11 -0
- package/index441.mjs +28 -0
- package/index442.mjs +9 -0
- package/index443.mjs +7520 -0
- package/index444.mjs +32 -0
- package/index445.mjs +42 -0
- package/index446.mjs +9 -0
- package/index447.mjs +5 -0
- package/index448.mjs +182 -0
- package/index449.mjs +32 -0
- package/index45.mjs +33 -0
- package/index450.mjs +856 -0
- package/index451.mjs +36 -0
- package/index452.mjs +5 -0
- package/index453.mjs +87 -0
- package/index454.mjs +135 -0
- package/index455.mjs +163 -0
- package/index456.mjs +32 -0
- package/index457.mjs +80 -0
- package/index458.mjs +86 -0
- package/index459.mjs +58 -0
- package/index46.mjs +135 -0
- package/index460.mjs +7 -0
- package/index461.mjs +33 -0
- package/index462.mjs +16 -0
- package/index463.mjs +109 -0
- package/index464.mjs +101 -0
- package/index465.mjs +29 -0
- package/index466.mjs +42 -0
- package/index467.mjs +8 -0
- package/index468.mjs +8 -0
- package/index469.mjs +23 -0
- package/index47.mjs +25 -0
- package/index470.mjs +7 -0
- package/index471.mjs +10 -0
- package/index472.mjs +11 -0
- package/index473.mjs +6 -0
- package/index474.mjs +9 -0
- package/index475.mjs +8 -0
- package/index476.mjs +21 -0
- package/index477.mjs +17 -0
- package/index478.mjs +22 -0
- package/index479.mjs +14 -0
- package/index48.mjs +48 -0
- package/index480.mjs +18 -0
- package/index481.mjs +8 -0
- package/index482.mjs +12 -0
- package/index483.mjs +13 -0
- package/index484.mjs +12 -0
- package/index485.mjs +41 -0
- package/index486.mjs +6 -0
- package/index487.mjs +7 -0
- package/index488.mjs +8 -0
- package/index489.mjs +13 -0
- package/index49.mjs +111 -0
- package/index490.mjs +10 -0
- package/index491.mjs +7 -0
- package/index492.mjs +5 -0
- package/index493.mjs +21 -0
- package/index494.mjs +17 -0
- package/index495.mjs +56 -0
- package/index496.mjs +33 -0
- package/index497.mjs +40 -0
- package/index498.mjs +13 -0
- package/index499.mjs +6 -0
- package/index5.mjs +41 -0
- package/index50.mjs +206 -0
- package/index500.mjs +51 -0
- package/index501.mjs +10 -0
- package/index502.mjs +6 -0
- package/index503.mjs +32 -0
- package/index504.mjs +19 -0
- package/index505.mjs +14 -0
- package/index506.mjs +12 -0
- package/index507.mjs +5 -0
- package/index508.mjs +6 -0
- package/index509.mjs +6 -0
- package/index51.mjs +69 -0
- package/index510.mjs +5 -0
- package/index511.mjs +262 -0
- package/index512.mjs +19 -0
- package/index513.mjs +7 -0
- package/index514.mjs +14 -0
- package/index515.mjs +6 -0
- package/index516.mjs +30 -0
- package/index517.mjs +203 -0
- package/index518.mjs +8 -0
- package/index519.mjs +24 -0
- package/index52.mjs +98 -0
- package/index520.mjs +14 -0
- package/index521.mjs +7 -0
- package/index522.mjs +29 -0
- package/index523.mjs +7 -0
- package/index524.mjs +8 -0
- package/index525.mjs +28 -0
- package/index526.mjs +14 -0
- package/index527.mjs +5 -0
- package/index528.mjs +10 -0
- package/index529.mjs +9 -0
- package/index53.mjs +15 -0
- package/index530.mjs +22 -0
- package/index531.mjs +119 -0
- package/index532.mjs +31 -0
- package/index533.mjs +68 -0
- package/index534.mjs +37 -0
- package/index535.mjs +17 -0
- package/index536.mjs +44 -0
- package/index537.mjs +5 -0
- package/index538.mjs +6 -0
- package/index539.mjs +14 -0
- package/index54.mjs +56 -0
- package/index540.mjs +13 -0
- package/index541.mjs +12 -0
- package/index542.mjs +20 -0
- package/index543.mjs +13 -0
- package/index544.mjs +17 -0
- package/index545.mjs +68 -0
- package/index546.mjs +7 -0
- package/index547.mjs +5 -0
- package/index548.mjs +18 -0
- package/index549.mjs +19 -0
- package/index55.mjs +28 -0
- package/index550.mjs +7 -0
- package/index551.mjs +7 -0
- package/index552.mjs +5 -0
- package/index553.mjs +10 -0
- package/index554.mjs +56 -0
- package/index555.mjs +20 -0
- package/index556.mjs +12 -0
- package/index557.mjs +5 -0
- package/index558.mjs +7 -0
- package/index559.mjs +5 -0
- package/index56.mjs +27 -0
- package/index560.mjs +5 -0
- package/index561.mjs +8 -0
- package/index562.mjs +6 -0
- package/index563.mjs +10 -0
- package/index564.mjs +19 -0
- package/index565.mjs +5 -0
- package/index566.mjs +5 -0
- package/index567.mjs +9 -0
- package/index568.mjs +8 -0
- package/index569.mjs +12 -0
- package/index57.mjs +35 -0
- package/index570.mjs +10 -0
- package/index571.mjs +25 -0
- package/index572.mjs +36 -0
- package/index573.mjs +31 -0
- package/index574.mjs +33 -0
- package/index575.mjs +26 -0
- package/index576.mjs +53 -0
- package/index577.mjs +5 -0
- package/index578.mjs +5 -0
- package/index579.mjs +11 -0
- package/index58.mjs +36 -0
- package/index580.mjs +9 -0
- package/index581.mjs +36 -0
- package/index582.mjs +21 -0
- package/index583.mjs +50 -0
- package/index584.mjs +7 -0
- package/index585.mjs +9 -0
- package/index586.mjs +34 -0
- package/index587.mjs +9 -0
- package/index588.mjs +7 -0
- package/index589.mjs +15 -0
- package/index59.mjs +41 -0
- package/index590.mjs +5 -0
- package/index591.mjs +15 -0
- package/index592.mjs +209 -0
- package/index593.mjs +25 -0
- package/index594.mjs +403 -0
- package/index595.mjs +5 -0
- package/index596.mjs +49 -0
- package/index597.mjs +5 -0
- package/index598.mjs +121 -0
- package/index599.mjs +9 -0
- package/index6.mjs +13 -0
- package/index60.mjs +8 -0
- package/index600.mjs +60 -0
- package/index601.mjs +9 -0
- package/index602.mjs +7 -0
- package/index603.mjs +55 -0
- package/index604.mjs +16 -0
- package/index605.mjs +31 -0
- package/index606.mjs +46 -0
- package/index607.mjs +33 -0
- package/index608.mjs +25 -0
- package/index609.mjs +7 -0
- package/index61.mjs +73 -0
- package/index610.mjs +94 -0
- package/index611.mjs +13 -0
- package/index612.mjs +13 -0
- package/index613.mjs +12 -0
- package/index614.mjs +17 -0
- package/index615.mjs +7 -0
- package/index616.mjs +49 -0
- package/index617.mjs +235 -0
- package/index618.mjs +45 -0
- package/index619.mjs +409 -0
- package/index62.mjs +67 -0
- package/index620.mjs +202 -0
- package/index621.mjs +132 -0
- package/index622.mjs +51 -0
- package/index623.mjs +169 -0
- package/index624.mjs +264 -0
- package/index625.mjs +361 -0
- package/index626.mjs +44 -0
- package/index627.mjs +95 -0
- package/index628.mjs +112 -0
- package/index629.mjs +6 -0
- package/index63.mjs +42 -0
- package/index630.mjs +16 -0
- package/index631.mjs +8 -0
- package/index632.mjs +5 -0
- package/index633.mjs +2339 -0
- package/index634.mjs +10 -0
- package/index635.mjs +28 -0
- package/index636.mjs +25 -0
- package/index637.mjs +23 -0
- package/index638.mjs +33 -0
- package/index639.mjs +13 -0
- package/index64.mjs +81 -0
- package/index640.mjs +27 -0
- package/index641.mjs +29 -0
- package/index642.mjs +75 -0
- package/index643.mjs +45 -0
- package/index644.mjs +19 -0
- package/index645.mjs +44 -0
- package/index646.mjs +73 -0
- package/index647.mjs +26 -0
- package/index648.mjs +50 -0
- package/index649.mjs +44 -0
- package/index65.mjs +67 -0
- package/index650.mjs +50 -0
- package/index651.mjs +5 -0
- package/index652.mjs +57 -0
- package/index653.mjs +11 -0
- package/index654.mjs +16 -0
- package/index655.mjs +7 -0
- package/index656.mjs +586 -0
- package/index657.mjs +14 -0
- package/index658.mjs +17 -0
- package/index659.mjs +18 -0
- package/index66.mjs +129 -0
- package/index660.mjs +26 -0
- package/index661.mjs +5 -0
- package/index662.mjs +32 -0
- package/index663.mjs +9 -0
- package/index664.mjs +7 -0
- package/index665.mjs +11 -0
- package/index666.mjs +54 -0
- package/index667.mjs +23 -0
- package/index668.mjs +119 -0
- package/index669.mjs +11 -0
- package/index67.mjs +22 -0
- package/index670.mjs +25 -0
- package/index671.mjs +25 -0
- package/index672.mjs +10 -0
- package/index673.mjs +5 -0
- package/index674.mjs +32 -0
- package/index675.mjs +8 -0
- package/index676.mjs +76 -0
- package/index677.mjs +76 -0
- package/index678.mjs +77 -0
- package/index679.mjs +77 -0
- package/index68.mjs +55 -0
- package/index680.mjs +49 -0
- package/index681.mjs +49 -0
- package/index682.mjs +49 -0
- package/index683.mjs +49 -0
- package/index684.mjs +49 -0
- package/index685.mjs +49 -0
- package/index686.mjs +50 -0
- package/index687.mjs +49 -0
- package/index688.mjs +28 -0
- package/index689.mjs +78 -0
- package/index69.mjs +72 -0
- package/index690.mjs +68 -0
- package/index691.mjs +78 -0
- package/index692.mjs +77 -0
- package/index693.mjs +50 -0
- package/index694.mjs +50 -0
- package/index695.mjs +50 -0
- package/index696.mjs +50 -0
- package/index697.mjs +50 -0
- package/index698.mjs +50 -0
- package/index699.mjs +50 -0
- package/index7.mjs +24 -0
- package/index70.mjs +69 -0
- package/index700.mjs +50 -0
- package/index701.mjs +706 -0
- package/index702.mjs +891 -0
- package/index703.mjs +891 -0
- package/index704.mjs +891 -0
- package/index705.mjs +891 -0
- package/index706.mjs +891 -0
- package/index707.mjs +181 -0
- package/index708.mjs +1056 -0
- package/index709.mjs +5 -0
- package/index71.mjs +45 -0
- package/index710.mjs +56 -0
- package/index711.mjs +68 -0
- package/index712.mjs +5 -0
- package/index713.mjs +11 -0
- package/index714.mjs +330 -0
- package/index715.mjs +53 -0
- package/index716.mjs +5 -0
- package/index717.mjs +25 -0
- package/index718.mjs +34 -0
- package/index719.mjs +88 -0
- package/index72.mjs +55 -0
- package/index720.mjs +6 -0
- package/index721.mjs +31 -0
- package/index722.mjs +28 -0
- package/index723.mjs +23 -0
- package/index724.mjs +12 -0
- package/index725.mjs +16 -0
- package/index726.mjs +9 -0
- package/index727.mjs +27 -0
- package/index728.mjs +5 -0
- package/index729.mjs +12 -0
- package/index73.mjs +90 -0
- package/index730.mjs +10 -0
- package/index731.mjs +5 -0
- package/index732.mjs +22 -0
- package/index733.mjs +30 -0
- package/index734.mjs +9 -0
- package/index735.mjs +14 -0
- package/index736.mjs +31 -0
- package/index737.mjs +29 -0
- package/index738.mjs +256 -0
- package/index739.mjs +85 -0
- package/index74.mjs +70 -0
- package/index740.mjs +5 -0
- package/index741.mjs +16 -0
- package/index742.mjs +22 -0
- package/index743.mjs +17 -0
- package/index744.mjs +108 -0
- package/index745.mjs +25 -0
- package/index746.mjs +23 -0
- package/index747.mjs +8 -0
- package/index748.mjs +23 -0
- package/index749.mjs +33 -0
- package/index75.mjs +61 -0
- package/index750.mjs +11 -0
- package/index751.mjs +56 -0
- package/index752.mjs +26 -0
- package/index753.mjs +23 -0
- package/index754.mjs +59 -0
- package/index755.mjs +14 -0
- package/index756.mjs +7 -0
- package/index757.mjs +21 -0
- package/index758.mjs +7 -0
- package/index759.mjs +7 -0
- package/index76.mjs +33 -0
- package/index760.mjs +5 -0
- package/index761.mjs +13 -0
- package/index762.mjs +8 -0
- package/index763.mjs +15 -0
- package/index764.mjs +8 -0
- package/index765.mjs +8 -0
- package/index766.mjs +6 -0
- package/index767.mjs +27 -0
- package/index768.mjs +116 -0
- package/index769.mjs +19 -0
- package/index77.mjs +18 -0
- package/index770.mjs +528 -0
- package/index771.mjs +131 -0
- package/index772.mjs +137 -0
- package/index773.mjs +73 -0
- package/index774.mjs +5 -0
- package/index775.mjs +5 -0
- package/index776.mjs +59 -0
- package/index777.mjs +34 -0
- package/index778.mjs +28 -0
- package/index779.mjs +28 -0
- package/index78.mjs +44 -0
- package/index780.mjs +18 -0
- package/index781.mjs +56 -0
- package/index782.mjs +5 -0
- package/index783.mjs +79 -0
- package/index784.mjs +96 -0
- package/index785.mjs +55 -0
- package/index786.mjs +11 -0
- package/index787.mjs +8 -0
- package/index788.mjs +55 -0
- package/index789.mjs +5 -0
- package/index79.mjs +119 -0
- package/index790.mjs +27 -0
- package/index791.mjs +5 -0
- package/index792.mjs +66 -0
- package/index793.mjs +11 -0
- package/index794.mjs +11 -0
- package/index795.mjs +33 -0
- package/index796.mjs +9 -0
- package/index797.mjs +12 -0
- package/index798.mjs +19 -0
- package/index799.mjs +10 -0
- package/index8.mjs +31 -0
- package/index80.mjs +36 -0
- package/index800.mjs +5 -0
- package/index801.mjs +26 -0
- package/index802.mjs +68 -0
- package/index803.mjs +8 -0
- package/index804.mjs +11 -0
- package/index805.mjs +68 -0
- package/index806.mjs +72 -0
- package/index807.mjs +12 -0
- package/index808.mjs +17 -0
- package/index809.mjs +69 -0
- package/index81.mjs +22 -0
- package/index810.mjs +9 -0
- package/index811.mjs +27 -0
- package/index812.mjs +31 -0
- package/index813.mjs +5 -0
- package/index814.mjs +5 -0
- package/index815.mjs +5 -0
- package/index816.mjs +63 -0
- package/index817.mjs +5 -0
- package/index818.mjs +5 -0
- package/index819.mjs +5 -0
- package/index82.mjs +16 -0
- package/index820.mjs +18 -0
- package/index821.mjs +48 -0
- package/index822.mjs +100 -0
- package/index823.mjs +7 -0
- package/index824.mjs +26 -0
- package/index825.mjs +10 -0
- package/index826.mjs +62 -0
- package/index827.mjs +98 -0
- package/index828.mjs +95 -0
- package/index829.mjs +88 -0
- package/index83.mjs +55 -0
- package/index830.mjs +8 -0
- package/index831.mjs +5 -0
- package/index832.mjs +73 -0
- package/index833.mjs +5 -0
- package/index834.mjs +26 -0
- package/index835.mjs +16 -0
- package/index836.mjs +31 -0
- package/index837.mjs +8 -0
- package/index84.mjs +31 -0
- package/index85.mjs +53 -0
- package/index86.mjs +100 -0
- package/index87.mjs +13 -0
- package/index88.mjs +44 -0
- package/index89.mjs +65 -0
- package/index9.mjs +27 -0
- package/index90.mjs +151 -0
- package/index91.mjs +33 -0
- package/index92.mjs +52 -0
- package/index93.mjs +28 -0
- package/index94.mjs +59 -0
- package/index95.mjs +23 -0
- package/index96.mjs +53 -0
- package/index97.mjs +34 -0
- package/index98.mjs +93 -0
- package/index99.mjs +41 -0
- package/package.json +91 -0
- package/plugins/backgrounds.js +29 -0
- package/plugins/colors.js +432 -0
- package/plugins/content-to-edge.js +104 -0
- package/plugins/forms.js +21 -0
- package/plugins/icon-offset.js +29 -0
- package/plugins/icon-size.js +39 -0
- package/plugins/icon-to-edge.js +101 -0
- package/plugins/misc.js +92 -0
- package/plugins/size.js +154 -0
- package/plugins/spacing.js +69 -0
- package/plugins/text-to-leading.js +61 -0
- package/plugins/transitions.js +38 -0
- package/plugins/typography.js +378 -0
- package/style.css +1 -0
- package/tailwind.config.js +515 -0
- package/utils.d.ts +9 -0
- package/utils.d.ts.map +1 -0
package/index705.mjs
ADDED
|
@@ -0,0 +1,891 @@
|
|
|
1
|
+
const t = {
|
|
2
|
+
/**
|
|
3
|
+
* Tier 1 Countries
|
|
4
|
+
*/
|
|
5
|
+
AU: {
|
|
6
|
+
// Autralia - AUD
|
|
7
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
8
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
9
|
+
},
|
|
10
|
+
BS: {
|
|
11
|
+
// Bahamas, The - USD
|
|
12
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
13
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
14
|
+
},
|
|
15
|
+
BM: {
|
|
16
|
+
// Bermuda - USD
|
|
17
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
18
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
19
|
+
},
|
|
20
|
+
CA: {
|
|
21
|
+
// Canada - CAD
|
|
22
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
23
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
24
|
+
},
|
|
25
|
+
KY: {
|
|
26
|
+
// Cayman Islands - USD
|
|
27
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
28
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
29
|
+
},
|
|
30
|
+
IS: {
|
|
31
|
+
// Iceland - USD
|
|
32
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
33
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
34
|
+
},
|
|
35
|
+
IL: {
|
|
36
|
+
// Israel - ILS
|
|
37
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
38
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
39
|
+
},
|
|
40
|
+
JP: {
|
|
41
|
+
// Japan - JPY
|
|
42
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
43
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
44
|
+
},
|
|
45
|
+
KR: {
|
|
46
|
+
// Korea, Rep. - KRW
|
|
47
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
48
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
49
|
+
},
|
|
50
|
+
NZ: {
|
|
51
|
+
// New Zealand - NZD
|
|
52
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
53
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
54
|
+
},
|
|
55
|
+
NO: {
|
|
56
|
+
// Norway - NOK
|
|
57
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
58
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
59
|
+
},
|
|
60
|
+
PW: {
|
|
61
|
+
// Palau - USD
|
|
62
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
63
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
64
|
+
},
|
|
65
|
+
SB: {
|
|
66
|
+
// Solomon Islands - USD
|
|
67
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
68
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
69
|
+
},
|
|
70
|
+
SE: {
|
|
71
|
+
// Sweden - SEK
|
|
72
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
73
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
74
|
+
},
|
|
75
|
+
CH: {
|
|
76
|
+
// Switzerland - CHF
|
|
77
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
78
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
79
|
+
},
|
|
80
|
+
US: {
|
|
81
|
+
// United States - USD
|
|
82
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
83
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
84
|
+
},
|
|
85
|
+
VU: {
|
|
86
|
+
// Vanuatu - USD
|
|
87
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
88
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
89
|
+
},
|
|
90
|
+
// Tier 2 Countries
|
|
91
|
+
AT: {
|
|
92
|
+
// Austria - EUR
|
|
93
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
94
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
95
|
+
},
|
|
96
|
+
BE: {
|
|
97
|
+
// Belgium - EUR
|
|
98
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
99
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
100
|
+
},
|
|
101
|
+
VG: {
|
|
102
|
+
// British Virgin Islands - USD
|
|
103
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
104
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
105
|
+
},
|
|
106
|
+
CL: {
|
|
107
|
+
// Chile - CLP
|
|
108
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
109
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
110
|
+
},
|
|
111
|
+
CN: {
|
|
112
|
+
// China - CNY
|
|
113
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
114
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
115
|
+
},
|
|
116
|
+
CR: {
|
|
117
|
+
// Costa Rica - USD
|
|
118
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
119
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
120
|
+
},
|
|
121
|
+
CY: {
|
|
122
|
+
// Cyprus - EUR
|
|
123
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
124
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
125
|
+
},
|
|
126
|
+
CZ: {
|
|
127
|
+
// Czechia - CZK
|
|
128
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
129
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
130
|
+
},
|
|
131
|
+
DK: {
|
|
132
|
+
// Denmark - DKK
|
|
133
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
134
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
135
|
+
},
|
|
136
|
+
EE: {
|
|
137
|
+
// Estonia - EUR
|
|
138
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
139
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
140
|
+
},
|
|
141
|
+
FI: {
|
|
142
|
+
// Finland - EUR
|
|
143
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
144
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
145
|
+
},
|
|
146
|
+
FR: {
|
|
147
|
+
// France - EUR
|
|
148
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
149
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
150
|
+
},
|
|
151
|
+
DE: {
|
|
152
|
+
// Germany - EUR
|
|
153
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
154
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
155
|
+
},
|
|
156
|
+
GR: {
|
|
157
|
+
// Greece - EUR
|
|
158
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
159
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
160
|
+
},
|
|
161
|
+
GD: {
|
|
162
|
+
// Grenada - USD
|
|
163
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
164
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
165
|
+
},
|
|
166
|
+
HK: {
|
|
167
|
+
// Hong Kong SAR, China - HKD
|
|
168
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
169
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
170
|
+
},
|
|
171
|
+
IE: {
|
|
172
|
+
// Ireland - EUR
|
|
173
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
174
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
175
|
+
},
|
|
176
|
+
IT: {
|
|
177
|
+
// Italy - EUR
|
|
178
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
179
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
180
|
+
},
|
|
181
|
+
LV: {
|
|
182
|
+
// Latvia - EUR
|
|
183
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
184
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
185
|
+
},
|
|
186
|
+
LT: {
|
|
187
|
+
// Lithuania - EUR
|
|
188
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
189
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
190
|
+
},
|
|
191
|
+
LU: {
|
|
192
|
+
// Luxembourg - EUR
|
|
193
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
194
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
195
|
+
},
|
|
196
|
+
MO: {
|
|
197
|
+
// Macao SAR, China - USD
|
|
198
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
199
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
200
|
+
},
|
|
201
|
+
MT: {
|
|
202
|
+
// Malta - EUR
|
|
203
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
204
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
205
|
+
},
|
|
206
|
+
NL: {
|
|
207
|
+
// Netherlands - EUR
|
|
208
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
209
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
210
|
+
},
|
|
211
|
+
PG: {
|
|
212
|
+
// Papua New Guinea - USD
|
|
213
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
214
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
215
|
+
},
|
|
216
|
+
PT: {
|
|
217
|
+
// Portugal - EUR
|
|
218
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
219
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
220
|
+
},
|
|
221
|
+
QAR: {
|
|
222
|
+
// Qatar - QAR
|
|
223
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
224
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
225
|
+
},
|
|
226
|
+
SG: {
|
|
227
|
+
// Singapore - SGD
|
|
228
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
229
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
230
|
+
},
|
|
231
|
+
SK: {
|
|
232
|
+
// Slovak Republic - EUR
|
|
233
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
234
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
235
|
+
},
|
|
236
|
+
SI: {
|
|
237
|
+
// Slovenia - EUR
|
|
238
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
239
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
240
|
+
},
|
|
241
|
+
ES: {
|
|
242
|
+
// Spain - EUR
|
|
243
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
244
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
245
|
+
},
|
|
246
|
+
KN: {
|
|
247
|
+
// St. Kitts and Nevis - USD
|
|
248
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
249
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
250
|
+
},
|
|
251
|
+
LC: {
|
|
252
|
+
// St. Lucia - USD
|
|
253
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
254
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
255
|
+
},
|
|
256
|
+
VC: {
|
|
257
|
+
// St. Vincent and the Grenadines - USD
|
|
258
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
259
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
260
|
+
},
|
|
261
|
+
TW: {
|
|
262
|
+
// Taiwan - TWD
|
|
263
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
264
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
265
|
+
},
|
|
266
|
+
TO: {
|
|
267
|
+
// Tonga - USD
|
|
268
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
269
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
270
|
+
},
|
|
271
|
+
AE: {
|
|
272
|
+
// United Arab Emirates - AED
|
|
273
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
274
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
275
|
+
},
|
|
276
|
+
GB: {
|
|
277
|
+
// United Kingdom - GBP
|
|
278
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
279
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
280
|
+
},
|
|
281
|
+
/**
|
|
282
|
+
* Tier 3 Countries
|
|
283
|
+
*/
|
|
284
|
+
AL: {
|
|
285
|
+
// Albania - USD
|
|
286
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
287
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
288
|
+
},
|
|
289
|
+
AO: {
|
|
290
|
+
// Angola - USD
|
|
291
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
292
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
293
|
+
},
|
|
294
|
+
AI: {
|
|
295
|
+
// Anguilla - USD
|
|
296
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
297
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
298
|
+
},
|
|
299
|
+
AG: {
|
|
300
|
+
// Antigua and Barbuda - USD
|
|
301
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
302
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
303
|
+
},
|
|
304
|
+
AM: {
|
|
305
|
+
// Armenia - USD
|
|
306
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
307
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
308
|
+
},
|
|
309
|
+
BH: {
|
|
310
|
+
// Bahrain - USD
|
|
311
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
312
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
313
|
+
},
|
|
314
|
+
BZ: {
|
|
315
|
+
// Belize - USD
|
|
316
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
317
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
318
|
+
},
|
|
319
|
+
BJ: {
|
|
320
|
+
// Benin - USD
|
|
321
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
322
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
323
|
+
},
|
|
324
|
+
BO: {
|
|
325
|
+
// Bolivia - USD
|
|
326
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
327
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
328
|
+
},
|
|
329
|
+
BA: {
|
|
330
|
+
// Bosnia and Herzegovina - EUR
|
|
331
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
332
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
333
|
+
},
|
|
334
|
+
BW: {
|
|
335
|
+
// Botswana - USD
|
|
336
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
337
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
338
|
+
},
|
|
339
|
+
BR: {
|
|
340
|
+
// Brazil - BRL
|
|
341
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
342
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
343
|
+
},
|
|
344
|
+
BN: {
|
|
345
|
+
// Brunei Darussalam - USD
|
|
346
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
347
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
348
|
+
},
|
|
349
|
+
BG: {
|
|
350
|
+
// Bulgaria - EUR
|
|
351
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
352
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
353
|
+
},
|
|
354
|
+
CV: {
|
|
355
|
+
// Cabo Verde - USD
|
|
356
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
357
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
358
|
+
},
|
|
359
|
+
KH: {
|
|
360
|
+
// Cambodia - USD
|
|
361
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
362
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
363
|
+
},
|
|
364
|
+
CM: {
|
|
365
|
+
// Cameroon - USD
|
|
366
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
367
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
368
|
+
},
|
|
369
|
+
TD: {
|
|
370
|
+
// Chad - USD
|
|
371
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
372
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
373
|
+
},
|
|
374
|
+
CO: {
|
|
375
|
+
// Colombia - COP
|
|
376
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
377
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
378
|
+
},
|
|
379
|
+
CI: {
|
|
380
|
+
// Cote d'Ivoire - USD
|
|
381
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
382
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
383
|
+
},
|
|
384
|
+
HR: {
|
|
385
|
+
// Croatia - EUR
|
|
386
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
387
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
388
|
+
},
|
|
389
|
+
DO: {
|
|
390
|
+
// Dominican Republic - USD
|
|
391
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
392
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
393
|
+
},
|
|
394
|
+
EC: {
|
|
395
|
+
// Ecuador - USD
|
|
396
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
397
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
398
|
+
},
|
|
399
|
+
SV: {
|
|
400
|
+
// El Salvador - USD
|
|
401
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
402
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
403
|
+
},
|
|
404
|
+
FJ: {
|
|
405
|
+
// Fiji - USD
|
|
406
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
407
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
408
|
+
},
|
|
409
|
+
GT: {
|
|
410
|
+
// Guatemala - USD
|
|
411
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
412
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
413
|
+
},
|
|
414
|
+
GY: {
|
|
415
|
+
// Guyana - USD
|
|
416
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
417
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
418
|
+
},
|
|
419
|
+
HN: {
|
|
420
|
+
// Honduras - USD
|
|
421
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
422
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
423
|
+
},
|
|
424
|
+
HU: {
|
|
425
|
+
// Hungary - HUF
|
|
426
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
427
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
428
|
+
},
|
|
429
|
+
ID: {
|
|
430
|
+
// Indonesia - IDR
|
|
431
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
432
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
433
|
+
},
|
|
434
|
+
IQ: {
|
|
435
|
+
// Iraq - USD
|
|
436
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
437
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
438
|
+
},
|
|
439
|
+
JM: {
|
|
440
|
+
// Jamaica - USD
|
|
441
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
442
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
443
|
+
},
|
|
444
|
+
JO: {
|
|
445
|
+
// Jordan - USD
|
|
446
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
447
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
448
|
+
},
|
|
449
|
+
XK: {
|
|
450
|
+
// Kosovo - EUR
|
|
451
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
452
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
453
|
+
},
|
|
454
|
+
KW: {
|
|
455
|
+
// Kuwait - USD
|
|
456
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
457
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
458
|
+
},
|
|
459
|
+
MY: {
|
|
460
|
+
// Malaysia - MYR
|
|
461
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
462
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
463
|
+
},
|
|
464
|
+
MV: {
|
|
465
|
+
// Maldives - USD
|
|
466
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
467
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
468
|
+
},
|
|
469
|
+
MR: {
|
|
470
|
+
// Mauritania - USD
|
|
471
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
472
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
473
|
+
},
|
|
474
|
+
MU: {
|
|
475
|
+
// Mauritius - USD
|
|
476
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
477
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
478
|
+
},
|
|
479
|
+
MX: {
|
|
480
|
+
// Mexico - MXN
|
|
481
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
482
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
483
|
+
},
|
|
484
|
+
MD: {
|
|
485
|
+
// Moldova - USD
|
|
486
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
487
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
488
|
+
},
|
|
489
|
+
ME: {
|
|
490
|
+
// Montenegro - EUR
|
|
491
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
492
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
493
|
+
},
|
|
494
|
+
MA: {
|
|
495
|
+
// Morocco - USD
|
|
496
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
497
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
498
|
+
},
|
|
499
|
+
MZ: {
|
|
500
|
+
// Mozambique - USD
|
|
501
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
502
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
503
|
+
},
|
|
504
|
+
NA: {
|
|
505
|
+
// Namibia - USD
|
|
506
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
507
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
508
|
+
},
|
|
509
|
+
NI: {
|
|
510
|
+
// Nicaragua - USD
|
|
511
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
512
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
513
|
+
},
|
|
514
|
+
NE: {
|
|
515
|
+
// Niger - USD
|
|
516
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
517
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
518
|
+
},
|
|
519
|
+
NG: {
|
|
520
|
+
// Nigeria - NGN
|
|
521
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
522
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
523
|
+
},
|
|
524
|
+
MK: {
|
|
525
|
+
// North Macedonia - USD
|
|
526
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
527
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
528
|
+
},
|
|
529
|
+
OM: {
|
|
530
|
+
// Oman - USD
|
|
531
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
532
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
533
|
+
},
|
|
534
|
+
PA: {
|
|
535
|
+
// Panama - USD
|
|
536
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
537
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
538
|
+
},
|
|
539
|
+
PY: {
|
|
540
|
+
// Paraguay - USD
|
|
541
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
542
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
543
|
+
},
|
|
544
|
+
PE: {
|
|
545
|
+
// Peru - PEN
|
|
546
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
547
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
548
|
+
},
|
|
549
|
+
PH: {
|
|
550
|
+
// Philippines - PHP
|
|
551
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
552
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
553
|
+
},
|
|
554
|
+
PL: {
|
|
555
|
+
// Poland - PLN
|
|
556
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
557
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
558
|
+
},
|
|
559
|
+
RO: {
|
|
560
|
+
// Romania - RON
|
|
561
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
562
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
563
|
+
},
|
|
564
|
+
RU: {
|
|
565
|
+
// Russian Federation - RUB
|
|
566
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
567
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
568
|
+
},
|
|
569
|
+
SA: {
|
|
570
|
+
// Saudi Arabia - SAR
|
|
571
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
572
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
573
|
+
},
|
|
574
|
+
RS: {
|
|
575
|
+
// Serbia - EUR
|
|
576
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
577
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
578
|
+
},
|
|
579
|
+
ZA: {
|
|
580
|
+
// South Africa - ZAR
|
|
581
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
582
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
583
|
+
},
|
|
584
|
+
SR: {
|
|
585
|
+
// Suriname - USD
|
|
586
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
587
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
588
|
+
},
|
|
589
|
+
TH: {
|
|
590
|
+
// Thailand - THB
|
|
591
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
592
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
593
|
+
},
|
|
594
|
+
TT: {
|
|
595
|
+
// Trinidad and Tobago - USD
|
|
596
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
597
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
598
|
+
},
|
|
599
|
+
TR: {
|
|
600
|
+
// Turkiye - TRY
|
|
601
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
602
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
603
|
+
},
|
|
604
|
+
TC: {
|
|
605
|
+
// Turks and Caicos Islands - USD
|
|
606
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
607
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
608
|
+
},
|
|
609
|
+
UY: {
|
|
610
|
+
// Uruguay - USD
|
|
611
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
612
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
613
|
+
},
|
|
614
|
+
VE: {
|
|
615
|
+
// Venezuela, RB - USD
|
|
616
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
617
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
618
|
+
},
|
|
619
|
+
VN: {
|
|
620
|
+
// Vietnam - VND
|
|
621
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
622
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
623
|
+
},
|
|
624
|
+
/**
|
|
625
|
+
* Tier 4 Countries
|
|
626
|
+
*/
|
|
627
|
+
AF: {
|
|
628
|
+
// Afghanistan - USD
|
|
629
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
630
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
631
|
+
},
|
|
632
|
+
DZ: {
|
|
633
|
+
// Algeria - USD
|
|
634
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
635
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
636
|
+
},
|
|
637
|
+
AR: {
|
|
638
|
+
// Argentina - USD
|
|
639
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
640
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
641
|
+
},
|
|
642
|
+
AZ: {
|
|
643
|
+
// Azerbaijan - USD
|
|
644
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
645
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
646
|
+
},
|
|
647
|
+
BB: {
|
|
648
|
+
// Barbados - USD
|
|
649
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
650
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
651
|
+
},
|
|
652
|
+
BY: {
|
|
653
|
+
// Belarus - USD
|
|
654
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
655
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
656
|
+
},
|
|
657
|
+
BT: {
|
|
658
|
+
// Bhutan - USD
|
|
659
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
660
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
661
|
+
},
|
|
662
|
+
BF: {
|
|
663
|
+
// Burkina Faso - USD
|
|
664
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
665
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
666
|
+
},
|
|
667
|
+
CD: {
|
|
668
|
+
// Congo, Dem. Rep. - USD
|
|
669
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
670
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
671
|
+
},
|
|
672
|
+
CG: {
|
|
673
|
+
// Congo, Rep. - USD
|
|
674
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
675
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
676
|
+
},
|
|
677
|
+
DM: {
|
|
678
|
+
// Dominica - USD
|
|
679
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
680
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
681
|
+
},
|
|
682
|
+
EG: {
|
|
683
|
+
// Egypt, Arab Rep. - EGP
|
|
684
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
685
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
686
|
+
},
|
|
687
|
+
SZ: {
|
|
688
|
+
// Eswatini - USD
|
|
689
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
690
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
691
|
+
},
|
|
692
|
+
GA: {
|
|
693
|
+
// Gabon - USD
|
|
694
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
695
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
696
|
+
},
|
|
697
|
+
GM: {
|
|
698
|
+
// Gambia, The - USD
|
|
699
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
700
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
701
|
+
},
|
|
702
|
+
GE: {
|
|
703
|
+
// Georgia - USD
|
|
704
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
705
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
706
|
+
},
|
|
707
|
+
GH: {
|
|
708
|
+
// Ghana - USD
|
|
709
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
710
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
711
|
+
},
|
|
712
|
+
GW: {
|
|
713
|
+
// Guinea-Bissau - USD
|
|
714
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
715
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
716
|
+
},
|
|
717
|
+
IN: {
|
|
718
|
+
// India - INR
|
|
719
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
720
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
721
|
+
},
|
|
722
|
+
KZ: {
|
|
723
|
+
// Kazakhstan - KZT
|
|
724
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
725
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
726
|
+
},
|
|
727
|
+
KE: {
|
|
728
|
+
// Kenya - USD
|
|
729
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
730
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
731
|
+
},
|
|
732
|
+
KG: {
|
|
733
|
+
// Kyrgyz Republic - USD
|
|
734
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
735
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
736
|
+
},
|
|
737
|
+
LA: {
|
|
738
|
+
// Lao PDR - USD
|
|
739
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
740
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
741
|
+
},
|
|
742
|
+
LB: {
|
|
743
|
+
// Lebanon - USD
|
|
744
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
745
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
746
|
+
},
|
|
747
|
+
LR: {
|
|
748
|
+
// Liberia - USD
|
|
749
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
750
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
751
|
+
},
|
|
752
|
+
LY: {
|
|
753
|
+
// Libya - USD
|
|
754
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
755
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
756
|
+
},
|
|
757
|
+
MG: {
|
|
758
|
+
// Madagascar - USD
|
|
759
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
760
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
761
|
+
},
|
|
762
|
+
MW: {
|
|
763
|
+
// Malawi - USD
|
|
764
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
765
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
766
|
+
},
|
|
767
|
+
ML: {
|
|
768
|
+
// Mali - USD
|
|
769
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
770
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
771
|
+
},
|
|
772
|
+
FM: {
|
|
773
|
+
// Micronesia, Fed. Sts. - USD
|
|
774
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
775
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
776
|
+
},
|
|
777
|
+
MN: {
|
|
778
|
+
// Mongolia - USD
|
|
779
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
780
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
781
|
+
},
|
|
782
|
+
MS: {
|
|
783
|
+
// Montserrat - USD
|
|
784
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
785
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
786
|
+
},
|
|
787
|
+
MM: {
|
|
788
|
+
// Myanmar - USD
|
|
789
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
790
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
791
|
+
},
|
|
792
|
+
NR: {
|
|
793
|
+
// Nauru - USD
|
|
794
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
795
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
796
|
+
},
|
|
797
|
+
NP: {
|
|
798
|
+
// Nepal - USD
|
|
799
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
800
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
801
|
+
},
|
|
802
|
+
PK: {
|
|
803
|
+
// Pakistan - PKR
|
|
804
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
805
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
806
|
+
},
|
|
807
|
+
RW: {
|
|
808
|
+
// Rwanda - USD
|
|
809
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
810
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
811
|
+
},
|
|
812
|
+
ST: {
|
|
813
|
+
// Sao Tome and Principe - USD
|
|
814
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
815
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
816
|
+
},
|
|
817
|
+
SN: {
|
|
818
|
+
// Senegal - USD
|
|
819
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
820
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
821
|
+
},
|
|
822
|
+
SC: {
|
|
823
|
+
// Seychelles - USD
|
|
824
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
825
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
826
|
+
},
|
|
827
|
+
SL: {
|
|
828
|
+
// Sierra Leone - USD
|
|
829
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
830
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
831
|
+
},
|
|
832
|
+
LK: {
|
|
833
|
+
// Sri Lanka - USD
|
|
834
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
835
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
836
|
+
},
|
|
837
|
+
TJ: {
|
|
838
|
+
// Tajikistan - USD
|
|
839
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
840
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
841
|
+
},
|
|
842
|
+
TZ: {
|
|
843
|
+
// Tanzania - TZS
|
|
844
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
845
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
846
|
+
},
|
|
847
|
+
TN: {
|
|
848
|
+
// Tunisia - USD
|
|
849
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
850
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
851
|
+
},
|
|
852
|
+
TM: {
|
|
853
|
+
// Turkmenistan - USD
|
|
854
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
855
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
856
|
+
},
|
|
857
|
+
UG: {
|
|
858
|
+
// Uganda - USD
|
|
859
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
860
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
861
|
+
},
|
|
862
|
+
UA: {
|
|
863
|
+
// Ukraine - USD
|
|
864
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
865
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
866
|
+
},
|
|
867
|
+
UZ: {
|
|
868
|
+
// Uzbekistan - USD
|
|
869
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
870
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
871
|
+
},
|
|
872
|
+
YE: {
|
|
873
|
+
// Yemen, Rep. - USD
|
|
874
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
875
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
876
|
+
},
|
|
877
|
+
ZM: {
|
|
878
|
+
// Zambia - USD
|
|
879
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
880
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
881
|
+
},
|
|
882
|
+
ZW: {
|
|
883
|
+
// Zimbabwe - USD
|
|
884
|
+
monthly: "price_1SfMAxEl9AVRLibqkt0tNtJR",
|
|
885
|
+
yearly: "price_1SfM39El9AVRLibqEtSbM17j"
|
|
886
|
+
}
|
|
887
|
+
};
|
|
888
|
+
export {
|
|
889
|
+
t as ULTRA_5X_COUNTRY_CODE_TO_PRICE_IDS
|
|
890
|
+
};
|
|
891
|
+
//# sourceMappingURL=index705.mjs.map
|