@atlaskit/logo 19.3.1 → 19.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,6 @@ export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
3
3
  export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo, } from './legacy-logos/atlassian-marketplace';
4
4
  export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
5
5
  export { JiraWorkManagementLogo, JiraWorkManagementIcon, } from './legacy-logos/jira-work-management';
6
- export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
7
6
  export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
8
7
  export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
9
8
  /**
@@ -549,7 +548,7 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
549
548
  /**
550
549
  * __Loom icon__
551
550
  *
552
- * The Loom icon {description}.
551
+ * The Loom icon, in Teamwork Blue, without an accompanying wordmark.
553
552
  *
554
553
  * - [Examples](https://atlassian.design/components/logo/examples)
555
554
  * - [Code](https://atlassian.design/components/logo/code)
@@ -558,14 +557,54 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
558
557
  export declare const LoomIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
559
558
  /**
560
559
  * __Loom logo__
560
+ *
561
+ * The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
562
+ *
563
+ * - [Examples](https://atlassian.design/components/logo/examples)
564
+ * - [Code](https://atlassian.design/components/logo/code)
565
+ * - [Usage](https://atlassian.design/components/logo/usage)
566
+ */
567
+ export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
568
+ /**
569
+ * __Loom Attribution icon__
561
570
  *
562
- * The Loom logo with both the wordmark and the icon combined.
571
+ * The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
563
572
  *
564
573
  * - [Examples](https://atlassian.design/components/logo/examples)
565
574
  * - [Code](https://atlassian.design/components/logo/code)
566
575
  * - [Usage](https://atlassian.design/components/logo/usage)
567
576
  */
568
- export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
577
+ export declare const LoomAttributionIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
578
+ /**
579
+ * __Loom Attribution logo__
580
+ *
581
+ * The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
582
+ *
583
+ * - [Examples](https://atlassian.design/components/logo/examples)
584
+ * - [Code](https://atlassian.design/components/logo/code)
585
+ * - [Usage](https://atlassian.design/components/logo/usage)
586
+ */
587
+ export declare const LoomAttributionLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
588
+ /**
589
+ * __Loom (Blurple) logo__
590
+ *
591
+ * The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
592
+ *
593
+ * - [Examples](https://atlassian.design/components/logo/examples)
594
+ * - [Code](https://atlassian.design/components/logo/code)
595
+ * - [Usage](https://atlassian.design/components/logo/usage)
596
+ */
597
+ export declare const LoomBlurpleLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
598
+ /**
599
+ * __Loom (Blurple) icon__
600
+ *
601
+ * The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
602
+ *
603
+ * - [Examples](https://atlassian.design/components/logo/examples)
604
+ * - [Code](https://atlassian.design/components/logo/code)
605
+ * - [Usage](https://atlassian.design/components/logo/usage)
606
+ */
607
+ export declare const LoomBlurpleIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
569
608
  /**
570
609
  * __Opsgenie icon__
571
610
  *