/** @deprecated Use @atlaskit/link-test-helpers/smart-card/mocks/embed-content */ export { overrideEmbedContent } from './example-helpers/_jsonLDExamples/utils'; /** @deprecated Use @atlaskit/link-test-helpers/smart-card/mocks/clients */ export { mocks, ResolvedClient, ResolvedClientWithDelay, ResolvingClient, ErroredClient, ForbiddenClient, ForbiddenWithObjectRequestAccessClient, ForbiddenWithSiteDeniedRequestClient, ForbiddenWithSiteDirectAccessClient, ForbiddenWithSiteForbiddenClient, ForbiddenWithSitePendingRequestClient, ForbiddenWithSiteRequestAccessClient, ForbiddenClientWithNoIcon, NotFoundClient, NotFoundWithSiteAccessExistsClient, NotFoundWithNoIconClient, UnAuthClient, UnAuthClientWithProviderImage, UnAuthClientWithNoAuthFlow, UnAuthClientWithNoIcon, UnicornResolvedClient, ResolvedClientUrl, ResolvedClientUrlNoPreview, ResolvedClientEmbedUrl, ResolvedClientEmbedInteractiveUrl, ResolvedClientWithLongTitleUrl, ResolvedClientWithTextHighlightInTitleUrl, ResolvedClientProfileUrl, ResolvingClientUrl, iconTestUrls, } from './mock-clients'; /** @deprecated Use @atlaskit/link-test-helpers/smart-card/mocks/clients */ export { MockCardClient } from './mock-clients'; /** @deprecated Use @atlaskit/link-test-helpers/smart-card/images and @atlaskit/link-test-helpers/smart-card/images/ for svg */ export { avatar1, avatarSquare, avatar2, avatar3, slackLogo, imageForbiddenJiraEmbed, forbiddenJira, image1, image2, iconAtlas, iconBitbucket, iconGoogleDrive, iconFigma, iconDropbox, iconOneDrive, iconSlack, iconTrello, } from './images'; /** @deprecated Use @atlaskit/link-test-helpers/smart-card/mocks/ */ export { AsanaTaskJson, AsanaTask, AtlasProject, AtlasProjectNoPreview, AtlasGoal, BitbucketBranch, BitbucketCommit, BitbucketFile1, BitbucketFile2, BitbucketProject, BitbucketPullRequest1, BitbucketPullRequest2, BitbucketRepository1, BitbucketRepository2, BitbucketSourceCodeReference, ConfluenceBlogPost, ConfluencePage, ConfluenceSpace, ConfluenceTemplate, generateContext, type GenerateContextProp, GithubFile, GitHubIssue, GithubPullRequest, GithubPullRequestJson, GithubRepository, GithubSourceCodeReference, GoogleDoc, GoogleDocUrl, JiraIssue, JiraIssueAssigned, JiraTasks, JiraProject, ProfileObject, SlackMessage, SlackChannel, TrelloBoard, TrelloCard, YouTubeVideo, YouTubeVideoUrl, } from './example-helpers'; /** @deprecated Use @atlaskit/link-test-helpers/smart-card/mocks/unicorn */ export { unicornResponse, response1, response2, response3, response4, url, } from './example-helpers/_jsonLDExamples';