@atlaskit/logo 13.14.8 → 13.14.9

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 (45) hide show
  1. package/CHANGELOG.md +55 -49
  2. package/dist/cjs/jira-align-logo/icon.js +1 -3
  3. package/dist/cjs/jira-core-logo/icon.js +1 -2
  4. package/dist/cjs/jira-logo/icon.js +1 -3
  5. package/dist/cjs/jira-logo/logo.js +1 -5
  6. package/dist/cjs/jira-product-discovery-logo/icon.js +1 -4
  7. package/dist/cjs/jira-service-desk-logo/icon.js +2 -4
  8. package/dist/cjs/jira-service-desk-logo/logo.js +1 -2
  9. package/dist/cjs/jira-service-management-logo/icon.js +1 -4
  10. package/dist/cjs/opsgenie-logo/new-icon.js +0 -2
  11. package/dist/cjs/opsgenie-logo/new-logo.js +0 -2
  12. package/dist/cjs/opsgenie-logo/old-icon.js +2 -4
  13. package/dist/cjs/opsgenie-logo/old-logo.js +2 -4
  14. package/dist/cjs/wrapper.js +2 -2
  15. package/dist/es2019/jira-align-logo/icon.js +1 -3
  16. package/dist/es2019/jira-core-logo/icon.js +1 -2
  17. package/dist/es2019/jira-logo/icon.js +1 -3
  18. package/dist/es2019/jira-logo/logo.js +1 -5
  19. package/dist/es2019/jira-product-discovery-logo/icon.js +1 -4
  20. package/dist/es2019/jira-service-desk-logo/icon.js +2 -4
  21. package/dist/es2019/jira-service-desk-logo/logo.js +1 -2
  22. package/dist/es2019/jira-service-management-logo/icon.js +1 -4
  23. package/dist/es2019/opsgenie-logo/new-icon.js +0 -2
  24. package/dist/es2019/opsgenie-logo/new-logo.js +0 -2
  25. package/dist/es2019/opsgenie-logo/old-icon.js +2 -4
  26. package/dist/es2019/opsgenie-logo/old-logo.js +2 -4
  27. package/dist/es2019/wrapper.js +2 -2
  28. package/dist/esm/jira-align-logo/icon.js +1 -3
  29. package/dist/esm/jira-core-logo/icon.js +1 -2
  30. package/dist/esm/jira-logo/icon.js +1 -3
  31. package/dist/esm/jira-logo/logo.js +1 -5
  32. package/dist/esm/jira-product-discovery-logo/icon.js +1 -4
  33. package/dist/esm/jira-service-desk-logo/icon.js +2 -4
  34. package/dist/esm/jira-service-desk-logo/logo.js +1 -2
  35. package/dist/esm/jira-service-management-logo/icon.js +1 -4
  36. package/dist/esm/opsgenie-logo/new-icon.js +0 -2
  37. package/dist/esm/opsgenie-logo/new-logo.js +0 -2
  38. package/dist/esm/opsgenie-logo/old-icon.js +2 -4
  39. package/dist/esm/opsgenie-logo/old-logo.js +2 -4
  40. package/dist/esm/wrapper.js +2 -2
  41. package/package.json +32 -32
  42. package/tmp/api-report-tmp.d.ts +220 -0
  43. package/dist/cjs/version.json +0 -5
  44. package/dist/es2019/version.json +0 -5
  45. package/dist/esm/version.json +0 -5
package/CHANGELOG.md CHANGED
@@ -1,58 +1,64 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 13.14.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928) [`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove unused size/label paramaters to fix ts error
8
+
3
9
  ## 13.14.8
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
13
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
8
14
 
9
15
  ## 13.14.7
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
19
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
14
20
 
15
21
  ## 13.14.6
16
22
 
17
23
  ### Patch Changes
18
24
 
19
- - [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
25
+ - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445) [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
20
26
 
21
27
  ## 13.14.5
22
28
 
23
29
  ### Patch Changes
24
30
 
25
- - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
31
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935) [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
26
32
 
27
33
  ## 13.14.4
28
34
 
29
35
  ### Patch Changes
30
36
 
31
- - [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux] removed width property in svg tag fro atlas logo
37
+ - [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305) [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux] removed width property in svg tag fro atlas logo
32
38
 
33
39
  ## 13.14.3
34
40
 
35
41
  ### Patch Changes
36
42
 
37
- - [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol packages to push-model consumption in Jira.
43
+ - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124) [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol packages to push-model consumption in Jira.
38
44
 
39
45
  ## 13.14.2
40
46
 
41
47
  ### Patch Changes
42
48
 
43
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
49
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
44
50
 
45
51
  ## 13.14.1
46
52
 
47
53
  ### Patch Changes
48
54
 
49
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
55
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
50
56
 
51
57
  ## 13.14.0
52
58
 
53
59
  ### Minor Changes
54
60
 
55
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
61
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
56
62
 
57
63
  ### Patch Changes
58
64
 
@@ -62,38 +68,38 @@
62
68
 
63
69
  ### Minor Changes
64
70
 
65
- - [`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds logo assets for Atlas
71
+ - [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323) [`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds logo assets for Atlas
66
72
 
67
73
  ## 13.12.1
68
74
 
69
75
  ### Patch Changes
70
76
 
71
- - [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages of `process` are now guarded by a `typeof` check.
77
+ - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294) [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages of `process` are now guarded by a `typeof` check.
72
78
 
73
79
  ## 13.12.0
74
80
 
75
81
  ### Minor Changes
76
82
 
77
- - [`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux] Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids where subsequent logos on a page could be impacted by display/vvisibility styles applied to the first logo on a page.
83
+ - [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973) [`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux] Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids where subsequent logos on a page could be impacted by display/vvisibility styles applied to the first logo on a page.
78
84
 
79
85
  ## 13.11.2
80
86
 
81
87
  ### Patch Changes
82
88
 
83
- - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
89
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
84
90
  - Updated dependencies
85
91
 
86
92
  ## 13.11.1
87
93
 
88
94
  ### Patch Changes
89
95
 
90
- - [`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux] Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
96
+ - [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835) [`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux] Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
91
97
 
92
98
  ## 13.11.0
93
99
 
94
100
  ### Minor Changes
95
101
 
96
- - [`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux] Adds Jira Product Discovery logo and icon
102
+ - [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472) [`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux] Adds Jira Product Discovery logo and icon
97
103
 
98
104
  ## 13.10.5
99
105
 
@@ -123,25 +129,25 @@
123
129
 
124
130
  ### Patch Changes
125
131
 
126
- - [`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
132
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
127
133
 
128
134
  ## 13.10.0
129
135
 
130
136
  ### Minor Changes
131
137
 
132
- - [`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
138
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
133
139
 
134
140
  ## 13.9.1
135
141
 
136
142
  ### Patch Changes
137
143
 
138
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
144
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
139
145
 
140
146
  ## 13.9.0
141
147
 
142
148
  ### Minor Changes
143
149
 
144
- - [`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds Jira Align logo, icon and wordmark.
150
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds Jira Align logo, icon and wordmark.
145
151
 
146
152
  ### Patch Changes
147
153
 
@@ -151,13 +157,13 @@
151
157
 
152
158
  ### Patch Changes
153
159
 
154
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
160
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
155
161
 
156
162
  ## 13.8.1
157
163
 
158
164
  ### Patch Changes
159
165
 
160
- - [`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux] Internal changes to make the styling more resilient to inherited styles.
166
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux] Internal changes to make the styling more resilient to inherited styles.
161
167
  - [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) - Internal code change turning on new linting rules.
162
168
  - Updated dependencies
163
169
 
@@ -165,7 +171,7 @@
165
171
 
166
172
  ### Minor Changes
167
173
 
168
- - [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] - Adds `appearance` prop that allows you to choose between three brand-approved appearances: `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
174
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] - Adds `appearance` prop that allows you to choose between three brand-approved appearances: `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
169
175
 
170
176
  - Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props. They will still be supported in the immediate future but the goal is to shift usages towards using the `appearance` prop.
171
177
 
@@ -179,7 +185,7 @@
179
185
 
180
186
  ### Minor Changes
181
187
 
182
- - [`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux] This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal in the next major release. In the next verion we will be removing the following deprecated exports from the main entrypoint:
188
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux] This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal in the next major release. In the next verion we will be removing the following deprecated exports from the main entrypoint:
183
189
 
184
190
  - `StrideIcon`, `StrideLogo`, `StrideWordmark`
185
191
  - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
@@ -196,7 +202,7 @@
196
202
 
197
203
  To help with this migration, we have provided a codemod that you can run to automatically update your imports (it will leave a comment if you are using a logo with no alternative). This codemod has been around for a while, but we've updated it in this release.
198
204
 
199
- Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See [documentation on DAC](https://developer.atlassian.com/cloud/framework/atlassian-frontend/codemods/01-atlassian-codemods/) for general codemod guidance.
205
+ Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for general codemod guidance.
200
206
 
201
207
  Without setting options in your terminal command, you can run the following and type to search for `logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
202
208
 
@@ -220,44 +226,44 @@
220
226
 
221
227
  ### Minor Changes
222
228
 
223
- - [`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) - Refactors logo converting it from class components to functional components. This includes file renames and some API changes such as prop name changes but is still backwards compatible. These old APIs will be deprecated in a later release.
229
+ - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) - Refactors logo converting it from class components to functional components. This includes file renames and some API changes such as prop name changes but is still backwards compatible. These old APIs will be deprecated in a later release.
224
230
 
225
231
  ## 13.5.5
226
232
 
227
233
  ### Patch Changes
228
234
 
229
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
235
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
230
236
 
231
237
  ## 13.5.4
232
238
 
233
239
  ### Patch Changes
234
240
 
235
- - [`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes a bug where the Atlassian Start logo did not render correctly on Firefox
241
+ - [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285) [`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes a bug where the Atlassian Start logo did not render correctly on Firefox
236
242
 
237
243
  ## 13.5.3
238
244
 
239
245
  ### Patch Changes
240
246
 
241
- - [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal changes to supress eslint rules.
247
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal changes to supress eslint rules.
242
248
  - Updated dependencies
243
249
 
244
250
  ## 13.5.2
245
251
 
246
252
  ### Patch Changes
247
253
 
248
- - [`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) - Convert usage of `styled-components` to `emotion`.
254
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) - Convert usage of `styled-components` to `emotion`.
249
255
 
250
256
  ## 13.5.1
251
257
 
252
258
  ### Patch Changes
253
259
 
254
- - [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
260
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
255
261
 
256
262
  ## 13.5.0
257
263
 
258
264
  ### Minor Changes
259
265
 
260
- - [`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp has been added to logos. This includes the logo, wordmark and icon.
266
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp has been added to logos. This includes the logo, wordmark and icon.
261
267
 
262
268
  ### Patch Changes
263
269
 
@@ -267,13 +273,13 @@
267
273
 
268
274
  ### Patch Changes
269
275
 
270
- - [`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) - NO-ISSUE reference existing file in af.exports['.']
276
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) - NO-ISSUE reference existing file in af.exports['.']
271
277
 
272
278
  ## 13.4.1
273
279
 
274
280
  ### Patch Changes
275
281
 
276
- - [`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and Hipchat are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade their components.
282
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and Hipchat are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade their components.
277
283
 
278
284
  **Running the codemod cli**
279
285
 
@@ -293,13 +299,13 @@
293
299
 
294
300
  ### Minor Changes
295
301
 
296
- - [`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux] Add new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
302
+ - [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212) [`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux] Add new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
297
303
 
298
304
  ## 13.3.0
299
305
 
300
306
  ### Minor Changes
301
307
 
302
- - [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`, and deprecate the following logos:
308
+ - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`, and deprecate the following logos:
303
309
 
304
310
  - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
305
311
  - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
@@ -314,13 +320,13 @@
314
320
 
315
321
  ### Minor Changes
316
322
 
317
- - [`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux] Add Jira Work Management Logo
323
+ - [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446) [`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux] Add Jira Work Management Logo
318
324
 
319
325
  ## 13.1.2
320
326
 
321
327
  ### Patch Changes
322
328
 
323
- - [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
329
+ - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299) [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
324
330
  We discovered big bundle size increases associated with the date-fns upgrade.
325
331
  We're reverting the upgarde to investigate
326
332
 
@@ -328,38 +334,38 @@
328
334
 
329
335
  ### Patch Changes
330
336
 
331
- - [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
337
+ - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291) [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
332
338
 
333
339
  ## 13.1.0
334
340
 
335
341
  ### Minor Changes
336
342
 
337
- - [`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose and use atlassian-icon, jira-icon entry points
343
+ - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose and use atlassian-icon, jira-icon entry points
338
344
 
339
345
  ## 13.0.8
340
346
 
341
347
  ### Patch Changes
342
348
 
343
- - [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
349
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
344
350
  - [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed the broken "Download the logos" link on https://atlassian.design/components/logo/usage
345
351
 
346
352
  ## 13.0.7
347
353
 
348
354
  ### Patch Changes
349
355
 
350
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
356
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
351
357
 
352
358
  ## 13.0.6
353
359
 
354
360
  ### Patch Changes
355
361
 
356
- - [`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part of this task we have introduced a new JSM logo and deprecated JSD logo
362
+ - [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125) [`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part of this task we have introduced a new JSM logo and deprecated JSD logo
357
363
 
358
364
  ## 13.0.5
359
365
 
360
366
  ### Patch Changes
361
367
 
362
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
368
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
363
369
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
364
370
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
365
371
 
@@ -367,13 +373,13 @@
367
373
 
368
374
  ### Patch Changes
369
375
 
370
- - [`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename `AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
376
+ - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename `AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
371
377
 
372
378
  ## 13.0.3
373
379
 
374
380
  ### Patch Changes
375
381
 
376
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
382
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
377
383
 
378
384
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
379
385
  to prevent duplicates of tslib being bundled.
@@ -382,27 +388,27 @@
382
388
 
383
389
  ### Patch Changes
384
390
 
385
- - [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
391
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293) [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
386
392
 
387
393
  ## 13.0.1
388
394
 
389
395
  ### Patch Changes
390
396
 
391
- - [`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change the Atlassian Icon for better alignment with other Icons
397
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change the Atlassian Icon for better alignment with other Icons
392
398
  - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
393
399
 
394
400
  ## 13.0.0
395
401
 
396
402
  ### Major Changes
397
403
 
398
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
404
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
399
405
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
400
406
 
401
407
  ## 12.3.5
402
408
 
403
409
  ### Patch Changes
404
410
 
405
- - [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
411
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
406
412
 
407
413
  ## 12.3.4
408
414
 
@@ -14,7 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
17
  iconGradientStart = _ref.iconGradientStart,
19
18
  iconGradientStop = _ref.iconGradientStop,
20
19
  iconColor = _ref.iconColor;
@@ -66,8 +65,7 @@ var JiraAlignIcon = function JiraAlignIcon(_ref2) {
66
65
  appearance: appearance,
67
66
  iconGradientStart: iconGradientStart,
68
67
  iconGradientStop: iconGradientStop,
69
- iconColor: iconColor,
70
- size: size
68
+ iconColor: iconColor
71
69
  }),
72
70
  iconColor: iconColor,
73
71
  iconGradientStart: iconGradientStart,
@@ -14,8 +14,7 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var iconGradientStart = _ref.iconGradientStart,
17
- iconGradientStop = _ref.iconGradientStop,
18
- size = _ref.size;
17
+ iconGradientStop = _ref.iconGradientStop;
19
18
  // Will be fixed upon removal of deprecated iconGradientStart and
20
19
  // iconGradientStop props, or with React 18's useId() hook when we update.
21
20
  // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
@@ -14,7 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
17
  iconGradientStart = _ref.iconGradientStart,
19
18
  iconGradientStop = _ref.iconGradientStop,
20
19
  iconColor = _ref.iconColor;
@@ -66,8 +65,7 @@ var JiraIcon = function JiraIcon(_ref2) {
66
65
  appearance: appearance,
67
66
  iconGradientStart: iconGradientStart,
68
67
  iconGradientStop: iconGradientStop,
69
- iconColor: iconColor,
70
- size: size
68
+ iconColor: iconColor
71
69
  }),
72
70
  iconColor: iconColor,
73
71
  iconGradientStart: iconGradientStart,
@@ -14,8 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
- label = _ref.label,
19
17
  iconGradientStart = _ref.iconGradientStart,
20
18
  iconGradientStop = _ref.iconGradientStop,
21
19
  iconColor = _ref.iconColor,
@@ -74,9 +72,7 @@ var JiraLogo = function JiraLogo(_ref2) {
74
72
  iconGradientStart: iconGradientStart,
75
73
  iconGradientStop: iconGradientStop,
76
74
  iconColor: iconColor,
77
- textColor: textColor,
78
- size: size,
79
- label: label
75
+ textColor: textColor
80
76
  }),
81
77
  testId: testId,
82
78
  textColor: textColor
@@ -14,7 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
17
  iconGradientStart = _ref.iconGradientStart,
19
18
  iconGradientStop = _ref.iconGradientStop,
20
19
  iconColor = _ref.iconColor;
@@ -66,9 +65,7 @@ var JiraProductDiscoveryIcon = function JiraProductDiscoveryIcon(_ref2) {
66
65
  appearance: appearance,
67
66
  iconGradientStart: iconGradientStart,
68
67
  iconGradientStop: iconGradientStop,
69
- iconColor: iconColor,
70
- label: label,
71
- size: size
68
+ iconColor: iconColor
72
69
  }),
73
70
  iconColor: iconColor,
74
71
  iconGradientStart: iconGradientStart,
@@ -14,8 +14,7 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var iconGradientStart = _ref.iconGradientStart,
17
- iconGradientStop = _ref.iconGradientStop,
18
- size = _ref.size;
17
+ iconGradientStop = _ref.iconGradientStop;
19
18
  // Will be fixed upon removal of deprecated iconGradientStart and
20
19
  // iconGradientStop props, or with React 18's useId() hook when we update.
21
20
  // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
@@ -49,8 +48,7 @@ var JiraServiceDeskIcon = function JiraServiceDeskIcon(_ref2) {
49
48
  label: label,
50
49
  svg: svg({
51
50
  iconGradientStart: iconGradientStart,
52
- iconGradientStop: iconGradientStop,
53
- size: size
51
+ iconGradientStop: iconGradientStop
54
52
  }),
55
53
  iconColor: iconColor,
56
54
  iconGradientStart: iconGradientStart,
@@ -14,8 +14,7 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var iconGradientStart = _ref.iconGradientStart,
17
- iconGradientStop = _ref.iconGradientStop,
18
- size = _ref.size;
17
+ iconGradientStop = _ref.iconGradientStop;
19
18
  // Will be fixed upon removal of deprecated iconGradientStart and
20
19
  // iconGradientStop props, or with React 18's useId() hook when we update.
21
20
  // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
@@ -14,7 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
17
  iconGradientStart = _ref.iconGradientStart,
19
18
  iconGradientStop = _ref.iconGradientStop,
20
19
  iconColor = _ref.iconColor;
@@ -66,9 +65,7 @@ var JiraServiceManagementIcon = function JiraServiceManagementIcon(_ref2) {
66
65
  appearance: appearance,
67
66
  iconGradientStart: iconGradientStart,
68
67
  iconGradientStop: iconGradientStop,
69
- iconColor: iconColor,
70
- label: label,
71
- size: size
68
+ iconColor: iconColor
72
69
  }),
73
70
  iconColor: iconColor,
74
71
  iconGradientStart: iconGradientStart,
@@ -14,7 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
17
  iconGradientStart = _ref.iconGradientStart,
19
18
  iconGradientStop = _ref.iconGradientStop,
20
19
  iconColor = _ref.iconColor;
@@ -63,7 +62,6 @@ var OpsgenieIcon = function OpsgenieIcon(_ref2) {
63
62
  appearance: appearance,
64
63
  svg: svg({
65
64
  appearance: appearance,
66
- size: size,
67
65
  iconGradientStart: iconGradientStart,
68
66
  iconGradientStop: iconGradientStop,
69
67
  iconColor: iconColor
@@ -14,7 +14,6 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var appearance = _ref.appearance,
17
- size = _ref.size,
18
17
  iconGradientStart = _ref.iconGradientStart,
19
18
  iconGradientStop = _ref.iconGradientStop,
20
19
  iconColor = _ref.iconColor,
@@ -70,7 +69,6 @@ var OpsgenieLogo = function OpsgenieLogo(_ref2) {
70
69
  size: size,
71
70
  svg: svg({
72
71
  appearance: appearance,
73
- size: size,
74
72
  iconGradientStart: iconGradientStart,
75
73
  iconGradientStop: iconGradientStop,
76
74
  iconColor: iconColor,
@@ -14,8 +14,7 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var iconGradientStart = _ref.iconGradientStart,
17
- iconGradientStop = _ref.iconGradientStop,
18
- size = _ref.size;
17
+ iconGradientStop = _ref.iconGradientStop;
19
18
  // Will be fixed upon removal of deprecated iconGradientStart and
20
19
  // iconGradientStop props, or with React 18's useId() hook when we update.
21
20
  // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
@@ -50,8 +49,7 @@ var OpsGenieIcon = function OpsGenieIcon(_ref2) {
50
49
  return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
51
50
  svg: svg({
52
51
  iconGradientStart: iconGradientStart,
53
- iconGradientStop: iconGradientStop,
54
- size: size
52
+ iconGradientStop: iconGradientStop
55
53
  }),
56
54
  iconColor: iconColor,
57
55
  iconGradientStart: iconGradientStart,
@@ -14,8 +14,7 @@ var _wrapper = _interopRequireDefault(require("../wrapper"));
14
14
 
15
15
  var svg = function svg(_ref) {
16
16
  var iconGradientStart = _ref.iconGradientStart,
17
- iconGradientStop = _ref.iconGradientStop,
18
- size = _ref.size;
17
+ iconGradientStop = _ref.iconGradientStop;
19
18
  // Will be fixed upon removal of deprecated iconGradientStart and
20
19
  // iconGradientStop props, or with React 18's useId() hook when we update.
21
20
  // eslint-disable-next-line @repo/internal/react/disallow-unstable-values
@@ -50,8 +49,7 @@ var OpsGenieLogo = function OpsGenieLogo(_ref2) {
50
49
  size: size,
51
50
  svg: svg({
52
51
  iconGradientStart: iconGradientStart,
53
- iconGradientStop: iconGradientStop,
54
- size: size
52
+ iconGradientStop: iconGradientStop
55
53
  }),
56
54
  testId: testId,
57
55
  textColor: textColor
@@ -23,14 +23,14 @@ var baseWrapperStyles = (0, _react.css)({
23
23
  lineHeight: 1,
24
24
  userSelect: 'none',
25
25
  whiteSpace: 'normal',
26
- // eslint-disable-next-line @repo/internal/styles/no-nested-styles
26
+ // eslint-disable-next-line @atlaskit/design-system/no-nested-styles
27
27
  '> svg': {
28
28
  height: '100%',
29
29
  fill: 'inherit'
30
30
  }
31
31
  });
32
32
  var stopColorStyles = (0, _react.css)({
33
- // eslint-disable-next-line @repo/internal/styles/no-nested-styles
33
+ // eslint-disable-next-line @atlaskit/design-system/no-nested-styles
34
34
  stop: {
35
35
  stopColor: 'currentColor'
36
36
  }
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
6
6
  import Wrapper from '../wrapper';
7
7
  const svg = ({
8
8
  appearance,
9
- size,
10
9
  iconGradientStart,
11
10
  iconGradientStop,
12
11
  iconColor
@@ -68,8 +67,7 @@ export const JiraAlignIcon = ({
68
67
  appearance,
69
68
  iconGradientStart,
70
69
  iconGradientStop,
71
- iconColor,
72
- size
70
+ iconColor
73
71
  }),
74
72
  iconColor: iconColor,
75
73
  iconGradientStart: iconGradientStart,