@atlaskit/logo 13.14.7 → 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.
- package/CHANGELOG.md +60 -48
- package/dist/cjs/jira-align-logo/icon.js +1 -3
- package/dist/cjs/jira-core-logo/icon.js +1 -2
- package/dist/cjs/jira-logo/icon.js +1 -3
- package/dist/cjs/jira-logo/logo.js +1 -5
- package/dist/cjs/jira-product-discovery-logo/icon.js +1 -4
- package/dist/cjs/jira-service-desk-logo/icon.js +2 -4
- package/dist/cjs/jira-service-desk-logo/logo.js +1 -2
- package/dist/cjs/jira-service-management-logo/icon.js +1 -4
- package/dist/cjs/opsgenie-logo/new-icon.js +0 -2
- package/dist/cjs/opsgenie-logo/new-logo.js +0 -2
- package/dist/cjs/opsgenie-logo/old-icon.js +2 -4
- package/dist/cjs/opsgenie-logo/old-logo.js +2 -4
- package/dist/cjs/wrapper.js +2 -2
- package/dist/es2019/jira-align-logo/icon.js +1 -3
- package/dist/es2019/jira-core-logo/icon.js +1 -2
- package/dist/es2019/jira-logo/icon.js +1 -3
- package/dist/es2019/jira-logo/logo.js +1 -5
- package/dist/es2019/jira-product-discovery-logo/icon.js +1 -4
- package/dist/es2019/jira-service-desk-logo/icon.js +2 -4
- package/dist/es2019/jira-service-desk-logo/logo.js +1 -2
- package/dist/es2019/jira-service-management-logo/icon.js +1 -4
- package/dist/es2019/opsgenie-logo/new-icon.js +0 -2
- package/dist/es2019/opsgenie-logo/new-logo.js +0 -2
- package/dist/es2019/opsgenie-logo/old-icon.js +2 -4
- package/dist/es2019/opsgenie-logo/old-logo.js +2 -4
- package/dist/es2019/wrapper.js +2 -2
- package/dist/esm/jira-align-logo/icon.js +1 -3
- package/dist/esm/jira-core-logo/icon.js +1 -2
- package/dist/esm/jira-logo/icon.js +1 -3
- package/dist/esm/jira-logo/logo.js +1 -5
- package/dist/esm/jira-product-discovery-logo/icon.js +1 -4
- package/dist/esm/jira-service-desk-logo/icon.js +2 -4
- package/dist/esm/jira-service-desk-logo/logo.js +1 -2
- package/dist/esm/jira-service-management-logo/icon.js +1 -4
- package/dist/esm/opsgenie-logo/new-icon.js +0 -2
- package/dist/esm/opsgenie-logo/new-logo.js +0 -2
- package/dist/esm/opsgenie-logo/old-icon.js +2 -4
- package/dist/esm/opsgenie-logo/old-logo.js +2 -4
- package/dist/esm/wrapper.js +2 -2
- package/package.json +33 -36
- package/dist/cjs/version.json +0 -5
- package/dist/es2019/version.json +0 -5
- package/dist/esm/version.json +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +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
|
+
|
|
9
|
+
## 13.14.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
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.
|
|
14
|
+
|
|
3
15
|
## 13.14.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`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.
|
|
8
20
|
|
|
9
21
|
## 13.14.6
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`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
|
|
14
26
|
|
|
15
27
|
## 13.14.5
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`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.
|
|
20
32
|
|
|
21
33
|
## 13.14.4
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|
|
24
36
|
|
|
25
|
-
- [`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
|
|
26
38
|
|
|
27
39
|
## 13.14.3
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
31
|
-
- [`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.
|
|
32
44
|
|
|
33
45
|
## 13.14.2
|
|
34
46
|
|
|
35
47
|
### Patch Changes
|
|
36
48
|
|
|
37
|
-
- [`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
|
|
38
50
|
|
|
39
51
|
## 13.14.1
|
|
40
52
|
|
|
41
53
|
### Patch Changes
|
|
42
54
|
|
|
43
|
-
- [`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`
|
|
44
56
|
|
|
45
57
|
## 13.14.0
|
|
46
58
|
|
|
47
59
|
### Minor Changes
|
|
48
60
|
|
|
49
|
-
- [`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
|
|
50
62
|
|
|
51
63
|
### Patch Changes
|
|
52
64
|
|
|
@@ -56,38 +68,38 @@
|
|
|
56
68
|
|
|
57
69
|
### Minor Changes
|
|
58
70
|
|
|
59
|
-
- [`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
|
|
60
72
|
|
|
61
73
|
## 13.12.1
|
|
62
74
|
|
|
63
75
|
### Patch Changes
|
|
64
76
|
|
|
65
|
-
- [`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.
|
|
66
78
|
|
|
67
79
|
## 13.12.0
|
|
68
80
|
|
|
69
81
|
### Minor Changes
|
|
70
82
|
|
|
71
|
-
- [`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.
|
|
72
84
|
|
|
73
85
|
## 13.11.2
|
|
74
86
|
|
|
75
87
|
### Patch Changes
|
|
76
88
|
|
|
77
|
-
- [`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.
|
|
78
90
|
- Updated dependencies
|
|
79
91
|
|
|
80
92
|
## 13.11.1
|
|
81
93
|
|
|
82
94
|
### Patch Changes
|
|
83
95
|
|
|
84
|
-
- [`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.
|
|
85
97
|
|
|
86
98
|
## 13.11.0
|
|
87
99
|
|
|
88
100
|
### Minor Changes
|
|
89
101
|
|
|
90
|
-
- [`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
|
|
91
103
|
|
|
92
104
|
## 13.10.5
|
|
93
105
|
|
|
@@ -117,25 +129,25 @@
|
|
|
117
129
|
|
|
118
130
|
### Patch Changes
|
|
119
131
|
|
|
120
|
-
- [`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.
|
|
121
133
|
|
|
122
134
|
## 13.10.0
|
|
123
135
|
|
|
124
136
|
### Minor Changes
|
|
125
137
|
|
|
126
|
-
- [`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.
|
|
127
139
|
|
|
128
140
|
## 13.9.1
|
|
129
141
|
|
|
130
142
|
### Patch Changes
|
|
131
143
|
|
|
132
|
-
- [`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`
|
|
133
145
|
|
|
134
146
|
## 13.9.0
|
|
135
147
|
|
|
136
148
|
### Minor Changes
|
|
137
149
|
|
|
138
|
-
- [`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.
|
|
139
151
|
|
|
140
152
|
### Patch Changes
|
|
141
153
|
|
|
@@ -145,13 +157,13 @@
|
|
|
145
157
|
|
|
146
158
|
### Patch Changes
|
|
147
159
|
|
|
148
|
-
- [`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`.
|
|
149
161
|
|
|
150
162
|
## 13.8.1
|
|
151
163
|
|
|
152
164
|
### Patch Changes
|
|
153
165
|
|
|
154
|
-
- [`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.
|
|
155
167
|
- [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) - Internal code change turning on new linting rules.
|
|
156
168
|
- Updated dependencies
|
|
157
169
|
|
|
@@ -159,7 +171,7 @@
|
|
|
159
171
|
|
|
160
172
|
### Minor Changes
|
|
161
173
|
|
|
162
|
-
- [`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.
|
|
163
175
|
|
|
164
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.
|
|
165
177
|
|
|
@@ -173,7 +185,7 @@
|
|
|
173
185
|
|
|
174
186
|
### Minor Changes
|
|
175
187
|
|
|
176
|
-
- [`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:
|
|
177
189
|
|
|
178
190
|
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
179
191
|
- `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
|
|
@@ -190,7 +202,7 @@
|
|
|
190
202
|
|
|
191
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.
|
|
192
204
|
|
|
193
|
-
Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See [documentation on DAC](https://
|
|
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.
|
|
194
206
|
|
|
195
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.
|
|
196
208
|
|
|
@@ -214,44 +226,44 @@
|
|
|
214
226
|
|
|
215
227
|
### Minor Changes
|
|
216
228
|
|
|
217
|
-
- [`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.
|
|
218
230
|
|
|
219
231
|
## 13.5.5
|
|
220
232
|
|
|
221
233
|
### Patch Changes
|
|
222
234
|
|
|
223
|
-
- [`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
|
|
224
236
|
|
|
225
237
|
## 13.5.4
|
|
226
238
|
|
|
227
239
|
### Patch Changes
|
|
228
240
|
|
|
229
|
-
- [`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
|
|
230
242
|
|
|
231
243
|
## 13.5.3
|
|
232
244
|
|
|
233
245
|
### Patch Changes
|
|
234
246
|
|
|
235
|
-
- [`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.
|
|
236
248
|
- Updated dependencies
|
|
237
249
|
|
|
238
250
|
## 13.5.2
|
|
239
251
|
|
|
240
252
|
### Patch Changes
|
|
241
253
|
|
|
242
|
-
- [`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`.
|
|
243
255
|
|
|
244
256
|
## 13.5.1
|
|
245
257
|
|
|
246
258
|
### Patch Changes
|
|
247
259
|
|
|
248
|
-
- [`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`.
|
|
249
261
|
|
|
250
262
|
## 13.5.0
|
|
251
263
|
|
|
252
264
|
### Minor Changes
|
|
253
265
|
|
|
254
|
-
- [`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.
|
|
255
267
|
|
|
256
268
|
### Patch Changes
|
|
257
269
|
|
|
@@ -261,13 +273,13 @@
|
|
|
261
273
|
|
|
262
274
|
### Patch Changes
|
|
263
275
|
|
|
264
|
-
- [`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['.']
|
|
265
277
|
|
|
266
278
|
## 13.4.1
|
|
267
279
|
|
|
268
280
|
### Patch Changes
|
|
269
281
|
|
|
270
|
-
- [`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.
|
|
271
283
|
|
|
272
284
|
**Running the codemod cli**
|
|
273
285
|
|
|
@@ -287,13 +299,13 @@
|
|
|
287
299
|
|
|
288
300
|
### Minor Changes
|
|
289
301
|
|
|
290
|
-
- [`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`
|
|
291
303
|
|
|
292
304
|
## 13.3.0
|
|
293
305
|
|
|
294
306
|
### Minor Changes
|
|
295
307
|
|
|
296
|
-
- [`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:
|
|
297
309
|
|
|
298
310
|
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
|
|
299
311
|
- `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
|
|
@@ -308,13 +320,13 @@
|
|
|
308
320
|
|
|
309
321
|
### Minor Changes
|
|
310
322
|
|
|
311
|
-
- [`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
|
|
312
324
|
|
|
313
325
|
## 13.1.2
|
|
314
326
|
|
|
315
327
|
### Patch Changes
|
|
316
328
|
|
|
317
|
-
- [`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
|
|
318
330
|
We discovered big bundle size increases associated with the date-fns upgrade.
|
|
319
331
|
We're reverting the upgarde to investigate
|
|
320
332
|
|
|
@@ -322,38 +334,38 @@
|
|
|
322
334
|
|
|
323
335
|
### Patch Changes
|
|
324
336
|
|
|
325
|
-
- [`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
|
|
326
338
|
|
|
327
339
|
## 13.1.0
|
|
328
340
|
|
|
329
341
|
### Minor Changes
|
|
330
342
|
|
|
331
|
-
- [`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
|
|
332
344
|
|
|
333
345
|
## 13.0.8
|
|
334
346
|
|
|
335
347
|
### Patch Changes
|
|
336
348
|
|
|
337
|
-
- [`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.
|
|
338
350
|
- [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed the broken "Download the logos" link on https://atlassian.design/components/logo/usage
|
|
339
351
|
|
|
340
352
|
## 13.0.7
|
|
341
353
|
|
|
342
354
|
### Patch Changes
|
|
343
355
|
|
|
344
|
-
- [`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
|
|
345
357
|
|
|
346
358
|
## 13.0.6
|
|
347
359
|
|
|
348
360
|
### Patch Changes
|
|
349
361
|
|
|
350
|
-
- [`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
|
|
351
363
|
|
|
352
364
|
## 13.0.5
|
|
353
365
|
|
|
354
366
|
### Patch Changes
|
|
355
367
|
|
|
356
|
-
- [`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.
|
|
357
369
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
358
370
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
359
371
|
|
|
@@ -361,13 +373,13 @@
|
|
|
361
373
|
|
|
362
374
|
### Patch Changes
|
|
363
375
|
|
|
364
|
-
- [`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`.
|
|
365
377
|
|
|
366
378
|
## 13.0.3
|
|
367
379
|
|
|
368
380
|
### Patch Changes
|
|
369
381
|
|
|
370
|
-
- [`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
|
|
371
383
|
|
|
372
384
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
373
385
|
to prevent duplicates of tslib being bundled.
|
|
@@ -376,27 +388,27 @@
|
|
|
376
388
|
|
|
377
389
|
### Patch Changes
|
|
378
390
|
|
|
379
|
-
- [`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.
|
|
380
392
|
|
|
381
393
|
## 13.0.1
|
|
382
394
|
|
|
383
395
|
### Patch Changes
|
|
384
396
|
|
|
385
|
-
- [`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
|
|
386
398
|
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
|
|
387
399
|
|
|
388
400
|
## 13.0.0
|
|
389
401
|
|
|
390
402
|
### Major Changes
|
|
391
403
|
|
|
392
|
-
- [`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.
|
|
393
405
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
394
406
|
|
|
395
407
|
## 12.3.5
|
|
396
408
|
|
|
397
409
|
### Patch Changes
|
|
398
410
|
|
|
399
|
-
- [`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
|
|
400
412
|
|
|
401
413
|
## 12.3.4
|
|
402
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
|
package/dist/cjs/wrapper.js
CHANGED
|
@@ -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 @
|
|
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 @
|
|
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,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
const svg = ({
|
|
8
8
|
iconGradientStart,
|
|
9
|
-
iconGradientStop
|
|
10
|
-
size
|
|
9
|
+
iconGradientStop
|
|
11
10
|
}) => {
|
|
12
11
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
13
12
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
@@ -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
|
|
@@ -67,8 +66,7 @@ export const JiraIcon = ({
|
|
|
67
66
|
appearance,
|
|
68
67
|
iconGradientStart,
|
|
69
68
|
iconGradientStop,
|
|
70
|
-
iconColor
|
|
71
|
-
size
|
|
69
|
+
iconColor
|
|
72
70
|
}),
|
|
73
71
|
iconColor: iconColor,
|
|
74
72
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
const svg = ({
|
|
8
8
|
appearance,
|
|
9
|
-
size,
|
|
10
|
-
label,
|
|
11
9
|
iconGradientStart,
|
|
12
10
|
iconGradientStop,
|
|
13
11
|
iconColor,
|
|
@@ -76,9 +74,7 @@ export const JiraLogo = ({
|
|
|
76
74
|
iconGradientStart,
|
|
77
75
|
iconGradientStop,
|
|
78
76
|
iconColor,
|
|
79
|
-
textColor
|
|
80
|
-
size,
|
|
81
|
-
label
|
|
77
|
+
textColor
|
|
82
78
|
}),
|
|
83
79
|
testId: testId,
|
|
84
80
|
textColor: textColor
|
|
@@ -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
|
|
@@ -82,9 +81,7 @@ export const JiraProductDiscoveryIcon = ({
|
|
|
82
81
|
appearance,
|
|
83
82
|
iconGradientStart,
|
|
84
83
|
iconGradientStop,
|
|
85
|
-
iconColor
|
|
86
|
-
label,
|
|
87
|
-
size
|
|
84
|
+
iconColor
|
|
88
85
|
}),
|
|
89
86
|
iconColor: iconColor,
|
|
90
87
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
const svg = ({
|
|
8
8
|
iconGradientStart,
|
|
9
|
-
iconGradientStop
|
|
10
|
-
size
|
|
9
|
+
iconGradientStop
|
|
11
10
|
}) => {
|
|
12
11
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
13
12
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
@@ -49,8 +48,7 @@ export const JiraServiceDeskIcon = ({
|
|
|
49
48
|
label: label,
|
|
50
49
|
svg: svg({
|
|
51
50
|
iconGradientStart,
|
|
52
|
-
iconGradientStop
|
|
53
|
-
size
|
|
51
|
+
iconGradientStop
|
|
54
52
|
}),
|
|
55
53
|
iconColor: iconColor,
|
|
56
54
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
const svg = ({
|
|
8
8
|
iconGradientStart,
|
|
9
|
-
iconGradientStop
|
|
10
|
-
size
|
|
9
|
+
iconGradientStop
|
|
11
10
|
}) => {
|
|
12
11
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
13
12
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
@@ -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
|
|
@@ -66,9 +65,7 @@ export const JiraServiceManagementIcon = ({
|
|
|
66
65
|
appearance,
|
|
67
66
|
iconGradientStart,
|
|
68
67
|
iconGradientStop,
|
|
69
|
-
iconColor
|
|
70
|
-
label,
|
|
71
|
-
size
|
|
68
|
+
iconColor
|
|
72
69
|
}),
|
|
73
70
|
iconColor: iconColor,
|
|
74
71
|
iconGradientStart: iconGradientStart,
|
|
@@ -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
|
|
@@ -82,7 +81,6 @@ export const OpsgenieIcon = ({
|
|
|
82
81
|
appearance: appearance,
|
|
83
82
|
svg: svg({
|
|
84
83
|
appearance,
|
|
85
|
-
size,
|
|
86
84
|
iconGradientStart,
|
|
87
85
|
iconGradientStop,
|
|
88
86
|
iconColor
|
|
@@ -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,
|
|
@@ -90,7 +89,6 @@ export const OpsgenieLogo = ({
|
|
|
90
89
|
size: size,
|
|
91
90
|
svg: svg({
|
|
92
91
|
appearance,
|
|
93
|
-
size,
|
|
94
92
|
iconGradientStart,
|
|
95
93
|
iconGradientStop,
|
|
96
94
|
iconColor,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
const svg = ({
|
|
8
8
|
iconGradientStart,
|
|
9
|
-
iconGradientStop
|
|
10
|
-
size
|
|
9
|
+
iconGradientStop
|
|
11
10
|
}) => {
|
|
12
11
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
13
12
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
@@ -70,8 +69,7 @@ export const OpsGenieIcon = ({
|
|
|
70
69
|
return /*#__PURE__*/React.createElement(Wrapper, {
|
|
71
70
|
svg: svg({
|
|
72
71
|
iconGradientStart,
|
|
73
|
-
iconGradientStop
|
|
74
|
-
size
|
|
72
|
+
iconGradientStop
|
|
75
73
|
}),
|
|
76
74
|
iconColor: iconColor,
|
|
77
75
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
const svg = ({
|
|
8
8
|
iconGradientStart,
|
|
9
|
-
iconGradientStop
|
|
10
|
-
size
|
|
9
|
+
iconGradientStop
|
|
11
10
|
}) => {
|
|
12
11
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
13
12
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
@@ -71,8 +70,7 @@ export const OpsGenieLogo = ({
|
|
|
71
70
|
size: size,
|
|
72
71
|
svg: svg({
|
|
73
72
|
iconGradientStart,
|
|
74
|
-
iconGradientStop
|
|
75
|
-
size
|
|
73
|
+
iconGradientStop
|
|
76
74
|
}),
|
|
77
75
|
testId: testId,
|
|
78
76
|
textColor: textColor
|
package/dist/es2019/wrapper.js
CHANGED
|
@@ -13,14 +13,14 @@ const baseWrapperStyles = css({
|
|
|
13
13
|
lineHeight: 1,
|
|
14
14
|
userSelect: 'none',
|
|
15
15
|
whiteSpace: 'normal',
|
|
16
|
-
// eslint-disable-next-line @
|
|
16
|
+
// eslint-disable-next-line @atlaskit/design-system/no-nested-styles
|
|
17
17
|
'> svg': {
|
|
18
18
|
height: '100%',
|
|
19
19
|
fill: 'inherit'
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
22
|
const stopColorStyles = css({
|
|
23
|
-
// eslint-disable-next-line @
|
|
23
|
+
// eslint-disable-next-line @atlaskit/design-system/no-nested-styles
|
|
24
24
|
stop: {
|
|
25
25
|
stopColor: 'currentColor'
|
|
26
26
|
}
|
|
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
11
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
12
11
|
iconColor = _ref.iconColor;
|
|
@@ -58,8 +57,7 @@ export var JiraAlignIcon = function JiraAlignIcon(_ref2) {
|
|
|
58
57
|
appearance: appearance,
|
|
59
58
|
iconGradientStart: iconGradientStart,
|
|
60
59
|
iconGradientStop: iconGradientStop,
|
|
61
|
-
iconColor: iconColor
|
|
62
|
-
size: size
|
|
60
|
+
iconColor: iconColor
|
|
63
61
|
}),
|
|
64
62
|
iconColor: iconColor,
|
|
65
63
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var iconGradientStart = _ref.iconGradientStart,
|
|
9
|
-
iconGradientStop = _ref.iconGradientStop
|
|
10
|
-
size = _ref.size;
|
|
9
|
+
iconGradientStop = _ref.iconGradientStop;
|
|
11
10
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
12
11
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
13
12
|
// eslint-disable-next-line @repo/internal/react/disallow-unstable-values
|
|
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
11
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
12
11
|
iconColor = _ref.iconColor;
|
|
@@ -58,8 +57,7 @@ export var JiraIcon = function JiraIcon(_ref2) {
|
|
|
58
57
|
appearance: appearance,
|
|
59
58
|
iconGradientStart: iconGradientStart,
|
|
60
59
|
iconGradientStop: iconGradientStop,
|
|
61
|
-
iconColor: iconColor
|
|
62
|
-
size: size
|
|
60
|
+
iconColor: iconColor
|
|
63
61
|
}),
|
|
64
62
|
iconColor: iconColor,
|
|
65
63
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
|
-
label = _ref.label,
|
|
11
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
12
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
13
11
|
iconColor = _ref.iconColor,
|
|
@@ -66,9 +64,7 @@ export var JiraLogo = function JiraLogo(_ref2) {
|
|
|
66
64
|
iconGradientStart: iconGradientStart,
|
|
67
65
|
iconGradientStop: iconGradientStop,
|
|
68
66
|
iconColor: iconColor,
|
|
69
|
-
textColor: textColor
|
|
70
|
-
size: size,
|
|
71
|
-
label: label
|
|
67
|
+
textColor: textColor
|
|
72
68
|
}),
|
|
73
69
|
testId: testId,
|
|
74
70
|
textColor: textColor
|
|
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
11
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
12
11
|
iconColor = _ref.iconColor;
|
|
@@ -58,9 +57,7 @@ export var JiraProductDiscoveryIcon = function JiraProductDiscoveryIcon(_ref2) {
|
|
|
58
57
|
appearance: appearance,
|
|
59
58
|
iconGradientStart: iconGradientStart,
|
|
60
59
|
iconGradientStop: iconGradientStop,
|
|
61
|
-
iconColor: iconColor
|
|
62
|
-
label: label,
|
|
63
|
-
size: size
|
|
60
|
+
iconColor: iconColor
|
|
64
61
|
}),
|
|
65
62
|
iconColor: iconColor,
|
|
66
63
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var iconGradientStart = _ref.iconGradientStart,
|
|
9
|
-
iconGradientStop = _ref.iconGradientStop
|
|
10
|
-
size = _ref.size;
|
|
9
|
+
iconGradientStop = _ref.iconGradientStop;
|
|
11
10
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
12
11
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
13
12
|
// eslint-disable-next-line @repo/internal/react/disallow-unstable-values
|
|
@@ -41,8 +40,7 @@ export var JiraServiceDeskIcon = function JiraServiceDeskIcon(_ref2) {
|
|
|
41
40
|
label: label,
|
|
42
41
|
svg: svg({
|
|
43
42
|
iconGradientStart: iconGradientStart,
|
|
44
|
-
iconGradientStop: iconGradientStop
|
|
45
|
-
size: size
|
|
43
|
+
iconGradientStop: iconGradientStop
|
|
46
44
|
}),
|
|
47
45
|
iconColor: iconColor,
|
|
48
46
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var iconGradientStart = _ref.iconGradientStart,
|
|
9
|
-
iconGradientStop = _ref.iconGradientStop
|
|
10
|
-
size = _ref.size;
|
|
9
|
+
iconGradientStop = _ref.iconGradientStop;
|
|
11
10
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
12
11
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
13
12
|
// eslint-disable-next-line @repo/internal/react/disallow-unstable-values
|
|
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
11
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
12
11
|
iconColor = _ref.iconColor;
|
|
@@ -58,9 +57,7 @@ export var JiraServiceManagementIcon = function JiraServiceManagementIcon(_ref2)
|
|
|
58
57
|
appearance: appearance,
|
|
59
58
|
iconGradientStart: iconGradientStart,
|
|
60
59
|
iconGradientStop: iconGradientStop,
|
|
61
|
-
iconColor: iconColor
|
|
62
|
-
label: label,
|
|
63
|
-
size: size
|
|
60
|
+
iconColor: iconColor
|
|
64
61
|
}),
|
|
65
62
|
iconColor: iconColor,
|
|
66
63
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
11
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
12
11
|
iconColor = _ref.iconColor;
|
|
@@ -55,7 +54,6 @@ export var OpsgenieIcon = function OpsgenieIcon(_ref2) {
|
|
|
55
54
|
appearance: appearance,
|
|
56
55
|
svg: svg({
|
|
57
56
|
appearance: appearance,
|
|
58
|
-
size: size,
|
|
59
57
|
iconGradientStart: iconGradientStart,
|
|
60
58
|
iconGradientStop: iconGradientStop,
|
|
61
59
|
iconColor: iconColor
|
|
@@ -6,7 +6,6 @@ import { getColorsFromAppearance } from '../utils';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var appearance = _ref.appearance,
|
|
9
|
-
size = _ref.size,
|
|
10
9
|
iconGradientStart = _ref.iconGradientStart,
|
|
11
10
|
iconGradientStop = _ref.iconGradientStop,
|
|
12
11
|
iconColor = _ref.iconColor,
|
|
@@ -62,7 +61,6 @@ export var OpsgenieLogo = function OpsgenieLogo(_ref2) {
|
|
|
62
61
|
size: size,
|
|
63
62
|
svg: svg({
|
|
64
63
|
appearance: appearance,
|
|
65
|
-
size: size,
|
|
66
64
|
iconGradientStart: iconGradientStart,
|
|
67
65
|
iconGradientStop: iconGradientStop,
|
|
68
66
|
iconColor: iconColor,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var iconGradientStart = _ref.iconGradientStart,
|
|
9
|
-
iconGradientStop = _ref.iconGradientStop
|
|
10
|
-
size = _ref.size;
|
|
9
|
+
iconGradientStop = _ref.iconGradientStop;
|
|
11
10
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
12
11
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
13
12
|
// eslint-disable-next-line @repo/internal/react/disallow-unstable-values
|
|
@@ -42,8 +41,7 @@ export var OpsGenieIcon = function OpsGenieIcon(_ref2) {
|
|
|
42
41
|
return /*#__PURE__*/React.createElement(Wrapper, {
|
|
43
42
|
svg: svg({
|
|
44
43
|
iconGradientStart: iconGradientStart,
|
|
45
|
-
iconGradientStop: iconGradientStop
|
|
46
|
-
size: size
|
|
44
|
+
iconGradientStop: iconGradientStop
|
|
47
45
|
}),
|
|
48
46
|
iconColor: iconColor,
|
|
49
47
|
iconGradientStart: iconGradientStart,
|
|
@@ -6,8 +6,7 @@ import { defaultLogoParams } from '../constants';
|
|
|
6
6
|
import Wrapper from '../wrapper';
|
|
7
7
|
var svg = function svg(_ref) {
|
|
8
8
|
var iconGradientStart = _ref.iconGradientStart,
|
|
9
|
-
iconGradientStop = _ref.iconGradientStop
|
|
10
|
-
size = _ref.size;
|
|
9
|
+
iconGradientStop = _ref.iconGradientStop;
|
|
11
10
|
// Will be fixed upon removal of deprecated iconGradientStart and
|
|
12
11
|
// iconGradientStop props, or with React 18's useId() hook when we update.
|
|
13
12
|
// eslint-disable-next-line @repo/internal/react/disallow-unstable-values
|
|
@@ -42,8 +41,7 @@ export var OpsGenieLogo = function OpsGenieLogo(_ref2) {
|
|
|
42
41
|
size: size,
|
|
43
42
|
svg: svg({
|
|
44
43
|
iconGradientStart: iconGradientStart,
|
|
45
|
-
iconGradientStop: iconGradientStop
|
|
46
|
-
size: size
|
|
44
|
+
iconGradientStop: iconGradientStop
|
|
47
45
|
}),
|
|
48
46
|
testId: testId,
|
|
49
47
|
textColor: textColor
|
package/dist/esm/wrapper.js
CHANGED
|
@@ -17,14 +17,14 @@ var baseWrapperStyles = css({
|
|
|
17
17
|
lineHeight: 1,
|
|
18
18
|
userSelect: 'none',
|
|
19
19
|
whiteSpace: 'normal',
|
|
20
|
-
// eslint-disable-next-line @
|
|
20
|
+
// eslint-disable-next-line @atlaskit/design-system/no-nested-styles
|
|
21
21
|
'> svg': {
|
|
22
22
|
height: '100%',
|
|
23
23
|
fill: 'inherit'
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
26
|
var stopColorStyles = css({
|
|
27
|
-
// eslint-disable-next-line @
|
|
27
|
+
// eslint-disable-next-line @atlaskit/design-system/no-nested-styles
|
|
28
28
|
stop: {
|
|
29
29
|
stopColor: 'currentColor'
|
|
30
30
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "13.14.
|
|
3
|
+
"version": "13.14.9",
|
|
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/"
|
|
@@ -12,51 +12,23 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"typesVersions": {
|
|
16
|
-
">=4.5 <4.9": {
|
|
17
|
-
"*": [
|
|
18
|
-
"dist/types-ts4.5/*",
|
|
19
|
-
"dist/types-ts4.5/index.d.ts"
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
15
|
"sideEffects": false,
|
|
24
16
|
"atlaskit:src": "src/index.tsx",
|
|
25
17
|
"atlassian": {
|
|
26
18
|
"team": "Design System Team",
|
|
27
|
-
"releaseModel": "continuous",
|
|
28
19
|
"productPushConsumption": [
|
|
29
20
|
"jira"
|
|
30
21
|
],
|
|
22
|
+
"releaseModel": "continuous",
|
|
31
23
|
"website": {
|
|
32
24
|
"name": "Logo",
|
|
33
25
|
"category": "Components"
|
|
34
26
|
}
|
|
35
27
|
},
|
|
36
|
-
"af:exports": {
|
|
37
|
-
"./atlassian-icon": "./src/atlassian-logo/icon.tsx",
|
|
38
|
-
"./bitbucket-icon": "./src/bitbucket-logo/icon.tsx",
|
|
39
|
-
"./confluence-icon": "./src/confluence-logo/icon.tsx",
|
|
40
|
-
"./hipchat-icon": "./src/hipchat-logo/icon.tsx",
|
|
41
|
-
"./jira-icon": "./src/jira-logo/icon.tsx",
|
|
42
|
-
"./jira-core-icon": "./src/jira-core-logo/icon.tsx",
|
|
43
|
-
"./jra-service-desk-icon": "./src/jira-service-desk-logo/icon.tsx",
|
|
44
|
-
"./jira-service-desk-icon": "./src/jira-service-desk-logo/icon.tsx",
|
|
45
|
-
"./jira-service-management-icon": "./src/jira-service-management-logo/icon.tsx",
|
|
46
|
-
"./jira-software-icon": "./src/jira-software-logo/icon.tsx",
|
|
47
|
-
"./ops-genie-icon": "./src/opsgenie-logo/old-icon.tsx",
|
|
48
|
-
"./statuspage-icon": "./src/statuspage-logo/icon.tsx",
|
|
49
|
-
"./stride-icon": "./src/stride-logo/icon.tsx",
|
|
50
|
-
"./trello-icon": "./src/trello-logo/icon.tsx",
|
|
51
|
-
"./atlas-icon": "./src/atlas-logo/icon.tsx",
|
|
52
|
-
"./constants": "./src/constants.tsx",
|
|
53
|
-
"./Wrapper": "./src/wrapper.tsx",
|
|
54
|
-
".": "./src/index.tsx"
|
|
55
|
-
},
|
|
56
28
|
"dependencies": {
|
|
57
29
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
58
|
-
"@atlaskit/theme": "^12.
|
|
59
|
-
"@atlaskit/tokens": "^1.
|
|
30
|
+
"@atlaskit/theme": "^12.6.0",
|
|
31
|
+
"@atlaskit/tokens": "^1.25.0",
|
|
60
32
|
"@babel/runtime": "^7.0.0",
|
|
61
33
|
"@emotion/react": "^11.7.1",
|
|
62
34
|
"react-uid": "^2.2.0"
|
|
@@ -65,10 +37,7 @@
|
|
|
65
37
|
"react": "^16.8.0"
|
|
66
38
|
},
|
|
67
39
|
"devDependencies": {
|
|
68
|
-
"@
|
|
69
|
-
"@atlaskit/docs": "*",
|
|
70
|
-
"@atlaskit/section-message": "^6.4.0",
|
|
71
|
-
"@atlaskit/select": "^16.5.0",
|
|
40
|
+
"@af/accessibility-testing": "*",
|
|
72
41
|
"@atlaskit/ssr": "*",
|
|
73
42
|
"@atlaskit/visual-regression": "*",
|
|
74
43
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -99,6 +68,34 @@
|
|
|
99
68
|
"deprecation": "no-deprecated-imports"
|
|
100
69
|
}
|
|
101
70
|
},
|
|
71
|
+
"typesVersions": {
|
|
72
|
+
">=4.5 <4.9": {
|
|
73
|
+
"*": [
|
|
74
|
+
"dist/types-ts4.5/*",
|
|
75
|
+
"dist/types-ts4.5/index.d.ts"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"af:exports": {
|
|
80
|
+
"./atlassian-icon": "./src/atlassian-logo/icon.tsx",
|
|
81
|
+
"./bitbucket-icon": "./src/bitbucket-logo/icon.tsx",
|
|
82
|
+
"./confluence-icon": "./src/confluence-logo/icon.tsx",
|
|
83
|
+
"./hipchat-icon": "./src/hipchat-logo/icon.tsx",
|
|
84
|
+
"./jira-icon": "./src/jira-logo/icon.tsx",
|
|
85
|
+
"./jira-core-icon": "./src/jira-core-logo/icon.tsx",
|
|
86
|
+
"./jra-service-desk-icon": "./src/jira-service-desk-logo/icon.tsx",
|
|
87
|
+
"./jira-service-desk-icon": "./src/jira-service-desk-logo/icon.tsx",
|
|
88
|
+
"./jira-service-management-icon": "./src/jira-service-management-logo/icon.tsx",
|
|
89
|
+
"./jira-software-icon": "./src/jira-software-logo/icon.tsx",
|
|
90
|
+
"./ops-genie-icon": "./src/opsgenie-logo/old-icon.tsx",
|
|
91
|
+
"./statuspage-icon": "./src/statuspage-logo/icon.tsx",
|
|
92
|
+
"./stride-icon": "./src/stride-logo/icon.tsx",
|
|
93
|
+
"./trello-icon": "./src/trello-logo/icon.tsx",
|
|
94
|
+
"./atlas-icon": "./src/atlas-logo/icon.tsx",
|
|
95
|
+
"./constants": "./src/constants.tsx",
|
|
96
|
+
"./Wrapper": "./src/wrapper.tsx",
|
|
97
|
+
".": "./src/index.tsx"
|
|
98
|
+
},
|
|
102
99
|
"homepage": "https://atlassian.design/components/logo/",
|
|
103
100
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
104
101
|
}
|
package/dist/cjs/version.json
DELETED
package/dist/es2019/version.json
DELETED