@atlaskit/logo 13.7.0 → 13.8.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.
Files changed (214) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/codemods/{utils.ts → utils.tsx} +0 -0
  3. package/dist/cjs/atlassian-logo/icon.js +56 -19
  4. package/dist/cjs/atlassian-logo/logo.js +59 -17
  5. package/dist/cjs/atlassian-logo/wordmark.js +41 -20
  6. package/dist/cjs/atlassian-start-logo/logo.js +61 -17
  7. package/dist/cjs/bitbucket-logo/icon.js +54 -17
  8. package/dist/cjs/bitbucket-logo/logo.js +57 -17
  9. package/dist/cjs/bitbucket-logo/wordmark.js +40 -20
  10. package/dist/cjs/compass-logo/icon.js +55 -17
  11. package/dist/cjs/compass-logo/logo.js +58 -17
  12. package/dist/cjs/compass-logo/wordmark.js +41 -20
  13. package/dist/cjs/confluence-logo/icon.js +54 -17
  14. package/dist/cjs/confluence-logo/logo.js +57 -17
  15. package/dist/cjs/confluence-logo/wordmark.js +39 -20
  16. package/dist/cjs/constants.js +1 -0
  17. package/dist/cjs/halp-logo/icon.js +54 -17
  18. package/dist/cjs/halp-logo/logo.js +57 -17
  19. package/dist/cjs/halp-logo/wordmark.js +40 -20
  20. package/dist/cjs/hipchat-logo/icon.js +25 -17
  21. package/dist/cjs/hipchat-logo/logo.js +25 -17
  22. package/dist/cjs/hipchat-logo/wordmark.js +5 -2
  23. package/dist/cjs/jira-core-logo/icon.js +26 -17
  24. package/dist/cjs/jira-core-logo/logo.js +25 -17
  25. package/dist/cjs/jira-core-logo/wordmark.js +5 -2
  26. package/dist/cjs/jira-logo/icon.js +56 -17
  27. package/dist/cjs/jira-logo/logo.js +61 -17
  28. package/dist/cjs/jira-logo/wordmark.js +40 -20
  29. package/dist/cjs/jira-service-desk-logo/icon.js +27 -17
  30. package/dist/cjs/jira-service-desk-logo/logo.js +26 -17
  31. package/dist/cjs/jira-service-desk-logo/wordmark.js +1 -1
  32. package/dist/cjs/jira-service-management-logo/icon.js +57 -17
  33. package/dist/cjs/jira-service-management-logo/logo.js +57 -17
  34. package/dist/cjs/jira-service-management-logo/wordmark.js +40 -20
  35. package/dist/cjs/jira-software-logo/icon.js +54 -17
  36. package/dist/cjs/jira-software-logo/logo.js +57 -17
  37. package/dist/cjs/jira-software-logo/wordmark.js +46 -17
  38. package/dist/cjs/jira-work-management-logo/icon.js +55 -17
  39. package/dist/cjs/jira-work-management-logo/logo.js +59 -17
  40. package/dist/cjs/jira-work-management-logo/wordmark.js +47 -17
  41. package/dist/cjs/opsgenie-logo/new-icon.js +53 -18
  42. package/dist/cjs/opsgenie-logo/new-logo.js +56 -18
  43. package/dist/cjs/opsgenie-logo/new-wordmark.js +42 -20
  44. package/dist/cjs/opsgenie-logo/old-icon.js +25 -15
  45. package/dist/cjs/opsgenie-logo/old-logo.js +25 -15
  46. package/dist/cjs/opsgenie-logo/old-wordmark.js +5 -2
  47. package/dist/cjs/statuspage-logo/icon.js +54 -17
  48. package/dist/cjs/statuspage-logo/logo.js +57 -17
  49. package/dist/cjs/statuspage-logo/wordmark.js +46 -17
  50. package/dist/cjs/stride-logo/icon.js +23 -15
  51. package/dist/cjs/stride-logo/logo.js +23 -15
  52. package/dist/cjs/stride-logo/wordmark.js +5 -2
  53. package/dist/cjs/trello-logo/icon.js +51 -17
  54. package/dist/cjs/trello-logo/logo.js +54 -17
  55. package/dist/cjs/trello-logo/wordmark.js +46 -17
  56. package/dist/cjs/utils.js +53 -0
  57. package/dist/cjs/version.json +1 -1
  58. package/dist/cjs/wrapper.js +10 -16
  59. package/dist/es2019/atlassian-logo/icon.js +49 -12
  60. package/dist/es2019/atlassian-logo/logo.js +55 -13
  61. package/dist/es2019/atlassian-logo/wordmark.js +47 -21
  62. package/dist/es2019/atlassian-start-logo/logo.js +68 -28
  63. package/dist/es2019/bitbucket-logo/icon.js +49 -12
  64. package/dist/es2019/bitbucket-logo/logo.js +52 -12
  65. package/dist/es2019/bitbucket-logo/wordmark.js +35 -10
  66. package/dist/es2019/compass-logo/icon.js +49 -10
  67. package/dist/es2019/compass-logo/logo.js +53 -11
  68. package/dist/es2019/compass-logo/wordmark.js +49 -22
  69. package/dist/es2019/confluence-logo/icon.js +51 -14
  70. package/dist/es2019/confluence-logo/logo.js +55 -15
  71. package/dist/es2019/confluence-logo/wordmark.js +34 -10
  72. package/dist/es2019/constants.js +1 -0
  73. package/dist/es2019/halp-logo/icon.js +48 -18
  74. package/dist/es2019/halp-logo/logo.js +51 -12
  75. package/dist/es2019/halp-logo/wordmark.js +34 -11
  76. package/dist/es2019/hipchat-logo/icon.js +17 -8
  77. package/dist/es2019/hipchat-logo/logo.js +14 -5
  78. package/dist/es2019/hipchat-logo/wordmark.js +5 -3
  79. package/dist/es2019/jira-core-logo/icon.js +15 -5
  80. package/dist/es2019/jira-core-logo/logo.js +14 -5
  81. package/dist/es2019/jira-core-logo/wordmark.js +4 -3
  82. package/dist/es2019/jira-logo/icon.js +53 -14
  83. package/dist/es2019/jira-logo/logo.js +58 -14
  84. package/dist/es2019/jira-logo/wordmark.js +35 -10
  85. package/dist/es2019/jira-service-desk-logo/icon.js +16 -5
  86. package/dist/es2019/jira-service-desk-logo/logo.js +15 -5
  87. package/dist/es2019/jira-service-desk-logo/wordmark.js +1 -2
  88. package/dist/es2019/jira-service-management-logo/icon.js +52 -12
  89. package/dist/es2019/jira-service-management-logo/logo.js +52 -12
  90. package/dist/es2019/jira-service-management-logo/wordmark.js +35 -10
  91. package/dist/es2019/jira-software-logo/icon.js +52 -15
  92. package/dist/es2019/jira-software-logo/logo.js +56 -16
  93. package/dist/es2019/jira-software-logo/wordmark.js +39 -8
  94. package/dist/es2019/jira-work-management-logo/icon.js +48 -10
  95. package/dist/es2019/jira-work-management-logo/logo.js +53 -12
  96. package/dist/es2019/jira-work-management-logo/wordmark.js +38 -7
  97. package/dist/es2019/opsgenie-logo/new-icon.js +53 -18
  98. package/dist/es2019/opsgenie-logo/new-logo.js +57 -19
  99. package/dist/es2019/opsgenie-logo/new-wordmark.js +39 -13
  100. package/dist/es2019/opsgenie-logo/old-icon.js +16 -5
  101. package/dist/es2019/opsgenie-logo/old-logo.js +16 -5
  102. package/dist/es2019/opsgenie-logo/old-wordmark.js +5 -3
  103. package/dist/es2019/statuspage-logo/icon.js +49 -12
  104. package/dist/es2019/statuspage-logo/logo.js +52 -12
  105. package/dist/es2019/statuspage-logo/wordmark.js +38 -7
  106. package/dist/es2019/stride-logo/icon.js +14 -5
  107. package/dist/es2019/stride-logo/logo.js +14 -5
  108. package/dist/es2019/stride-logo/wordmark.js +5 -3
  109. package/dist/es2019/trello-logo/icon.js +48 -14
  110. package/dist/es2019/trello-logo/logo.js +61 -23
  111. package/dist/es2019/trello-logo/wordmark.js +40 -9
  112. package/dist/es2019/utils.js +43 -0
  113. package/dist/es2019/version.json +1 -1
  114. package/dist/es2019/wrapper.js +9 -15
  115. package/dist/esm/atlassian-logo/icon.js +55 -19
  116. package/dist/esm/atlassian-logo/logo.js +58 -17
  117. package/dist/esm/atlassian-logo/wordmark.js +41 -19
  118. package/dist/esm/atlassian-start-logo/logo.js +60 -17
  119. package/dist/esm/bitbucket-logo/icon.js +53 -17
  120. package/dist/esm/bitbucket-logo/logo.js +56 -17
  121. package/dist/esm/bitbucket-logo/wordmark.js +40 -19
  122. package/dist/esm/compass-logo/icon.js +54 -17
  123. package/dist/esm/compass-logo/logo.js +57 -17
  124. package/dist/esm/compass-logo/wordmark.js +41 -19
  125. package/dist/esm/confluence-logo/icon.js +53 -17
  126. package/dist/esm/confluence-logo/logo.js +56 -17
  127. package/dist/esm/confluence-logo/wordmark.js +39 -19
  128. package/dist/esm/constants.js +1 -0
  129. package/dist/esm/halp-logo/icon.js +53 -17
  130. package/dist/esm/halp-logo/logo.js +56 -17
  131. package/dist/esm/halp-logo/wordmark.js +40 -19
  132. package/dist/esm/hipchat-logo/icon.js +25 -17
  133. package/dist/esm/hipchat-logo/logo.js +25 -17
  134. package/dist/esm/hipchat-logo/wordmark.js +6 -2
  135. package/dist/esm/jira-core-logo/icon.js +26 -17
  136. package/dist/esm/jira-core-logo/logo.js +25 -17
  137. package/dist/esm/jira-core-logo/wordmark.js +6 -2
  138. package/dist/esm/jira-logo/icon.js +55 -17
  139. package/dist/esm/jira-logo/logo.js +60 -17
  140. package/dist/esm/jira-logo/wordmark.js +40 -19
  141. package/dist/esm/jira-service-desk-logo/icon.js +27 -17
  142. package/dist/esm/jira-service-desk-logo/logo.js +26 -17
  143. package/dist/esm/jira-service-desk-logo/wordmark.js +1 -1
  144. package/dist/esm/jira-service-management-logo/icon.js +56 -17
  145. package/dist/esm/jira-service-management-logo/logo.js +56 -17
  146. package/dist/esm/jira-service-management-logo/wordmark.js +40 -19
  147. package/dist/esm/jira-software-logo/icon.js +53 -17
  148. package/dist/esm/jira-software-logo/logo.js +56 -17
  149. package/dist/esm/jira-software-logo/wordmark.js +46 -16
  150. package/dist/esm/jira-work-management-logo/icon.js +54 -17
  151. package/dist/esm/jira-work-management-logo/logo.js +58 -17
  152. package/dist/esm/jira-work-management-logo/wordmark.js +47 -16
  153. package/dist/esm/opsgenie-logo/new-icon.js +52 -18
  154. package/dist/esm/opsgenie-logo/new-logo.js +55 -18
  155. package/dist/esm/opsgenie-logo/new-wordmark.js +41 -17
  156. package/dist/esm/opsgenie-logo/old-icon.js +25 -15
  157. package/dist/esm/opsgenie-logo/old-logo.js +25 -15
  158. package/dist/esm/opsgenie-logo/old-wordmark.js +6 -2
  159. package/dist/esm/statuspage-logo/icon.js +53 -17
  160. package/dist/esm/statuspage-logo/logo.js +56 -17
  161. package/dist/esm/statuspage-logo/wordmark.js +46 -16
  162. package/dist/esm/stride-logo/icon.js +23 -15
  163. package/dist/esm/stride-logo/logo.js +23 -15
  164. package/dist/esm/stride-logo/wordmark.js +6 -2
  165. package/dist/esm/trello-logo/icon.js +50 -17
  166. package/dist/esm/trello-logo/logo.js +53 -17
  167. package/dist/esm/trello-logo/wordmark.js +46 -16
  168. package/dist/esm/utils.js +43 -0
  169. package/dist/esm/version.json +1 -1
  170. package/dist/esm/wrapper.js +10 -16
  171. package/dist/types/atlassian-logo/icon.d.ts +10 -1
  172. package/dist/types/atlassian-logo/logo.d.ts +10 -1
  173. package/dist/types/atlassian-logo/wordmark.d.ts +10 -1
  174. package/dist/types/atlassian-start-logo/logo.d.ts +10 -1
  175. package/dist/types/bitbucket-logo/icon.d.ts +10 -1
  176. package/dist/types/bitbucket-logo/logo.d.ts +10 -1
  177. package/dist/types/bitbucket-logo/wordmark.d.ts +10 -1
  178. package/dist/types/compass-logo/icon.d.ts +10 -1
  179. package/dist/types/compass-logo/logo.d.ts +10 -1
  180. package/dist/types/compass-logo/wordmark.d.ts +10 -1
  181. package/dist/types/confluence-logo/icon.d.ts +10 -1
  182. package/dist/types/confluence-logo/logo.d.ts +10 -1
  183. package/dist/types/confluence-logo/wordmark.d.ts +10 -1
  184. package/dist/types/constants.d.ts +1 -1
  185. package/dist/types/halp-logo/icon.d.ts +10 -1
  186. package/dist/types/halp-logo/logo.d.ts +10 -1
  187. package/dist/types/halp-logo/wordmark.d.ts +10 -1
  188. package/dist/types/hipchat-logo/icon.d.ts +1 -1
  189. package/dist/types/jira-logo/icon.d.ts +10 -1
  190. package/dist/types/jira-logo/logo.d.ts +10 -1
  191. package/dist/types/jira-logo/wordmark.d.ts +10 -1
  192. package/dist/types/jira-service-management-logo/icon.d.ts +10 -1
  193. package/dist/types/jira-service-management-logo/logo.d.ts +10 -1
  194. package/dist/types/jira-service-management-logo/wordmark.d.ts +10 -1
  195. package/dist/types/jira-software-logo/icon.d.ts +10 -1
  196. package/dist/types/jira-software-logo/logo.d.ts +10 -1
  197. package/dist/types/jira-software-logo/wordmark.d.ts +10 -1
  198. package/dist/types/jira-work-management-logo/icon.d.ts +10 -1
  199. package/dist/types/jira-work-management-logo/logo.d.ts +10 -1
  200. package/dist/types/jira-work-management-logo/wordmark.d.ts +10 -1
  201. package/dist/types/opsgenie-logo/new-icon.d.ts +8 -2
  202. package/dist/types/opsgenie-logo/new-logo.d.ts +8 -2
  203. package/dist/types/opsgenie-logo/new-wordmark.d.ts +10 -1
  204. package/dist/types/statuspage-logo/icon.d.ts +10 -1
  205. package/dist/types/statuspage-logo/logo.d.ts +10 -1
  206. package/dist/types/statuspage-logo/wordmark.d.ts +10 -1
  207. package/dist/types/trello-logo/icon.d.ts +10 -1
  208. package/dist/types/trello-logo/logo.d.ts +10 -1
  209. package/dist/types/trello-logo/wordmark.d.ts +10 -1
  210. package/dist/types/types.d.ts +13 -7
  211. package/dist/types/utils.d.ts +7 -0
  212. package/dist/types/wrapper.d.ts +1 -1
  213. package/package.json +10 -5
  214. package/report.api.md +606 -0
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraServiceManagementLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Service Management logo__
5
+ *
6
+ * The Jira Service Management logo with both the wordmark and the icon combined.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraServiceManagementLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraServiceManagementWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Service Management wordmark__
5
+ *
6
+ * The Jira Service Management brand/product name styled as a logo, without an accompanying icon.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraServiceManagementWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraSoftwareIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira software icon__
5
+ *
6
+ * The Jira Software icon without an accompanying wordmark.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraSoftwareIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraSoftwareLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Software logo__
5
+ *
6
+ * The Jira Software logo with both the wordmark and the icon combined.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraSoftwareLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraSoftwareWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Software wordmark__
5
+ *
6
+ * The Jira Software brand/product name styled as a logo, without an accompanying icon.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraSoftwareWordmark: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraWorkManagementIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Work Management icon__
5
+ *
6
+ * The Jira Work Management icon without an accompanying wordmark.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraWorkManagementIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraWorkManagementLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Work Management logo__
5
+ *
6
+ * The Jira Work Management logo with both the wordmark and the icon combined.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraWorkManagementLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const JiraWorkManagementWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Jira Work Management wordmark__
5
+ *
6
+ * The Jira Work Management brand/product name styled as a logo, without an accompanying icon.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const JiraWorkManagementWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,6 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
3
  /**
4
- * This is the correct seplling of Opsgenie and the icon we are moving towards after OpsGenie is deprecated correctly.
4
+ * __Opsgenie icon__
5
+ *
6
+ * The Opsgenie icon without an accompanying wordmark.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
5
11
  */
6
- export declare const OpsgenieIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
12
+ export declare const OpsgenieIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
@@ -1,6 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
3
  /**
4
- * This is the correct logo as it has the correct casing. Please do not use old-logo.tsx.
4
+ * __Opsgenie logo__
5
+ *
6
+ * The Opsgenie logo with both the wordmark and the icon combined.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
5
11
  */
6
- export declare const OpsgenieLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
12
+ export declare const OpsgenieLogo: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const OpsgenieWordmark: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Opsgenie wordmark__
5
+ *
6
+ * The Opsgenie brand/product name styled as a logo, without an accompanying icon.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const OpsgenieWordmark: ({ appearance, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const StatuspageIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Statuspage icon__
5
+ *
6
+ * The Statuspage icon without an accompanying wordmark.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const StatuspageIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const StatuspageLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Statuspage logo__
5
+ *
6
+ * The Statuspage logo with both the wordmark and the icon combined.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const StatuspageLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const StatuspageWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Statuspage wordmark__
5
+ *
6
+ * The Statuspage brand/product name styled as a logo, without an accompanying icon.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const StatuspageWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const TrelloIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Trello logo__
5
+ *
6
+ * The Trello icon without an accompanying wordmark.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const TrelloIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const TrelloLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Trello logo__
5
+ *
6
+ * The Trello logo with both the wordmark and the icon combined.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const TrelloLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,3 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { LogoProps } from '../types';
3
- export declare const TrelloWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
3
+ /**
4
+ * __Trello wordmark__
5
+ *
6
+ * The Trello brand/product name styled as a logo, without an accompanying icon.
7
+ *
8
+ * - [Examples](https://atlassian.design/components/logo/examples)
9
+ * - [Code](https://atlassian.design/components/logo/code)
10
+ * - [Usage](https://atlassian.design/components/logo/usage)
11
+ */
12
+ export declare const TrelloWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
@@ -1,27 +1,33 @@
1
+ export declare type Appearance = 'brand' | 'neutral' | 'inverse';
2
+ export declare type Size = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
1
3
  export declare type LogoProps = {
2
4
  /**
3
5
  * The size of the icon, uses the same sizing scheme as in `@atlaskit/icon`.
4
6
  */
5
- size?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
7
+ size?: Size;
6
8
  /**
7
- * CSS color to be applied to the wordmark portion of the logo SVG.
9
+ * Choice of logo appearance between 3 brand-approved color combinations that will be hooked up to design tokens and theming.
10
+ */
11
+ appearance?: Appearance;
12
+ /**
13
+ * @deprecated CSS color to be applied to the wordmark portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
8
14
  */
9
15
  textColor?: string;
10
16
  /**
11
- * CSS color to be applied to the non-gradient icon portion of the logo SVG.
17
+ * @deprecated CSS color to be applied to the non-gradient icon portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
12
18
  */
13
19
  iconColor?: string;
14
20
  /**
15
- * CSS color to start the gradient/shadow on the icon.
21
+ * @deprecated CSS color to start the gradient/shadow on the icon. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
16
22
  */
17
23
  iconGradientStart?: string;
18
24
  /**
19
- * CSS color to end the gradient/shadow on the icon. Should usually match iconColor to avoid
20
- * rendering issues in some browsers such as Safari.
25
+ * @deprecated CSS color to end the gradient/shadow on the icon. Should usually match iconColor to avoid
26
+ * rendering issues in some browsers such as Safari. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
21
27
  */
22
28
  iconGradientStop?: string;
23
29
  /**
24
- * Accessible text to be used for screen readers (it's optional since defaultProps contains empty string for it).
30
+ * Accessible text to be used for screen readers (it's optional since the default props provide a label that matches the logo).
25
31
  */
26
32
  label?: string;
27
33
  /**
@@ -0,0 +1,7 @@
1
+ export declare const getColorsFromAppearance: (appearance?: string | undefined) => {
2
+ iconGradientStart: string | undefined;
3
+ iconGradientStop: string | undefined;
4
+ iconColor: string | undefined;
5
+ textColor: string | undefined;
6
+ atlassianLogoTextColor: string | undefined;
7
+ };
@@ -6,5 +6,5 @@ import { WrapperProps } from './constants';
6
6
  *
7
7
  * An internal component used by `@atlaskit/logo` to render logo SVGs with correct styles.
8
8
  */
9
- declare const Wrapper: ({ label, svg, iconGradientStart, iconGradientStop, size, iconColor, testId: userDefinedTestId, textColor, ...rest }: WrapperProps) => JSX.Element;
9
+ declare const Wrapper: ({ label, svg, size, appearance, iconGradientStart, iconGradientStop, iconColor, textColor, testId: userDefinedTestId, ...rest }: WrapperProps) => JSX.Element;
10
10
  export default Wrapper;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/logo",
3
- "version": "13.7.0",
3
+ "version": "13.8.1",
4
4
  "description": "A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -18,7 +18,8 @@
18
18
  "team": "Design System Team",
19
19
  "releaseModel": "scheduled",
20
20
  "website": {
21
- "name": "Logo"
21
+ "name": "Logo",
22
+ "category": "Components"
22
23
  }
23
24
  },
24
25
  "af:exports": {
@@ -41,7 +42,9 @@
41
42
  ".": "./src/index.tsx"
42
43
  },
43
44
  "dependencies": {
44
- "@atlaskit/ds-lib": "^1.4.0",
45
+ "@atlaskit/ds-lib": "^2.1.0",
46
+ "@atlaskit/theme": "^12.1.0",
47
+ "@atlaskit/tokens": "^0.10.0",
45
48
  "@babel/runtime": "^7.0.0",
46
49
  "@emotion/core": "^10.0.9",
47
50
  "react-uid": "^2.2.0"
@@ -50,14 +53,14 @@
50
53
  "react": "^16.8.0"
51
54
  },
52
55
  "devDependencies": {
56
+ "@atlaskit/atlassian-navigation": "^2.2.2",
53
57
  "@atlaskit/button": "^16.3.0",
54
58
  "@atlaskit/code": "^14.3.0",
55
59
  "@atlaskit/docs": "*",
56
60
  "@atlaskit/radio": "^5.3.2",
57
61
  "@atlaskit/section-message": "^6.1.0",
58
- "@atlaskit/select": "^15.3.0",
62
+ "@atlaskit/select": "^15.5.0",
59
63
  "@atlaskit/ssr": "*",
60
- "@atlaskit/theme": "^12.1.0",
61
64
  "@atlaskit/visual-regression": "*",
62
65
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
63
66
  "@testing-library/react": "^8.0.1",
@@ -70,6 +73,8 @@
70
73
  "import-structure": "atlassian-conventions"
71
74
  },
72
75
  "@repo/internal": {
76
+ "design-system": "v1",
77
+ "dom-events": "use-bind-event-listener",
73
78
  "analytics": "analytics-next",
74
79
  "theming": "react-context",
75
80
  "styling": [