@atlaskit/logo 19.1.0 → 19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/index.js +225 -136
- package/dist/cjs/logo-config.js +3 -3
- package/dist/es2019/index.js +223 -110
- package/dist/es2019/logo-config.js +3 -3
- package/dist/esm/index.js +223 -110
- package/dist/esm/logo-config.js +3 -3
- package/dist/types/index.d.ts +208 -110
- package/dist/types-ts4.5/index.d.ts +208 -110
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#173001](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173001)
|
|
8
|
+
[`445bba751a18a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/445bba751a18a) -
|
|
9
|
+
Add Admin, Analytics and Align Icons. Add feature flagging to AtlassianAdmin,
|
|
10
|
+
AtlassianAdministration and AtlassianAnalytics logos/icons
|
|
11
|
+
|
|
3
12
|
## 19.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/dist/cjs/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.AssetsLogo = exports.AssetsIcon = void 0;
|
|
6
|
+
exports.AssetsLogo = exports.AssetsIcon = exports.AnalyticsLogo = exports.AnalyticsIcon = exports.AlignLogo = exports.AlignIcon = exports.AdminLogo = exports.AdminIcon = void 0;
|
|
7
7
|
Object.defineProperty(exports, "AtlasIcon", {
|
|
8
8
|
enumerable: true,
|
|
9
9
|
get: function get() {
|
|
@@ -28,31 +28,7 @@ Object.defineProperty(exports, "AtlassianAccessLogo", {
|
|
|
28
28
|
return _atlassianAccess.AtlassianAccessLogo;
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function get() {
|
|
34
|
-
return _atlassianAdmin.AtlassianAdminIcon;
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "AtlassianAdminLogo", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function get() {
|
|
40
|
-
return _atlassianAdmin.AtlassianAdminLogo;
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(exports, "AtlassianAdministrationIcon", {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function get() {
|
|
46
|
-
return _atlassianAdministration.AtlassianAdministrationIcon;
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
Object.defineProperty(exports, "AtlassianAdministrationLogo", {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
get: function get() {
|
|
52
|
-
return _atlassianAdministration.AtlassianAdministrationLogo;
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
exports.AtlassianAnalyticsLogo = exports.AtlassianAnalyticsIcon = void 0;
|
|
31
|
+
exports.AtlassianAnalyticsLogo = exports.AtlassianAnalyticsIcon = exports.AtlassianAdministrationLogo = exports.AtlassianAdministrationIcon = exports.AtlassianAdminLogo = exports.AtlassianAdminIcon = void 0;
|
|
56
32
|
Object.defineProperty(exports, "AtlassianIcon", {
|
|
57
33
|
enumerable: true,
|
|
58
34
|
get: function get() {
|
|
@@ -115,6 +91,7 @@ Object.defineProperty(exports, "LoomAttributionLogo", {
|
|
|
115
91
|
}
|
|
116
92
|
});
|
|
117
93
|
exports.TrelloLogo = exports.TrelloIcon = exports.TeamsLogo = exports.TeamsIcon = exports.TalentLogo = exports.TalentIcon = exports.StudioLogo = exports.StudioIcon = exports.StatuspageLogo = exports.StatuspageIcon = exports.SearchLogo = exports.SearchIcon = exports.RovoLogo = exports.RovoIcon = exports.ProjectsLogo = exports.ProjectsIcon = exports.OpsgenieLogo = exports.OpsgenieIcon = exports.LoomLogo = exports.LoomIcon = void 0;
|
|
94
|
+
var _admin = require("@atlaskit/temp-nav-app-icons/admin");
|
|
118
95
|
var _align = require("@atlaskit/temp-nav-app-icons/align");
|
|
119
96
|
var _analytics = require("@atlaskit/temp-nav-app-icons/analytics");
|
|
120
97
|
var _assets = require("@atlaskit/temp-nav-app-icons/assets");
|
|
@@ -141,6 +118,8 @@ var _studio = require("@atlaskit/temp-nav-app-icons/studio");
|
|
|
141
118
|
var _talent = require("@atlaskit/temp-nav-app-icons/talent");
|
|
142
119
|
var _teams = require("@atlaskit/temp-nav-app-icons/teams");
|
|
143
120
|
var _trello = require("@atlaskit/temp-nav-app-icons/trello");
|
|
121
|
+
var _atlassianAdmin = require("./legacy-logos/atlassian-admin");
|
|
122
|
+
var _atlassianAdministration = require("./legacy-logos/atlassian-administration");
|
|
144
123
|
var _atlassianAnalytics = require("./legacy-logos/atlassian-analytics");
|
|
145
124
|
var _bitbucket2 = require("./legacy-logos/bitbucket");
|
|
146
125
|
var _compass2 = require("./legacy-logos/compass");
|
|
@@ -159,254 +138,339 @@ var _trello2 = require("./legacy-logos/trello");
|
|
|
159
138
|
var _atlas = require("./legacy-logos/atlas");
|
|
160
139
|
var _atlassianMarketplace = require("./legacy-logos/atlassian-marketplace");
|
|
161
140
|
var _atlassianAccess = require("./legacy-logos/atlassian-access");
|
|
162
|
-
var _atlassianAdministration = require("./legacy-logos/atlassian-administration");
|
|
163
|
-
var _atlassianAdmin = require("./legacy-logos/atlassian-admin");
|
|
164
141
|
var _jiraWorkManagement = require("./legacy-logos/jira-work-management");
|
|
165
142
|
var _loomAttribution = require("./legacy-logos/loom-attribution");
|
|
166
143
|
var _atlassian = require("./legacy-logos/atlassian");
|
|
167
144
|
var _jiraSoftware = require("./legacy-logos/jira-software");
|
|
168
145
|
var _logoConfig = require("./logo-config");
|
|
146
|
+
/**
|
|
147
|
+
* __Admin icon__
|
|
148
|
+
*
|
|
149
|
+
* The Admin icon without an accompanying wordmark.
|
|
150
|
+
*
|
|
151
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
152
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
153
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
154
|
+
*/
|
|
155
|
+
var AdminIcon = exports.AdminIcon = (0, _logoConfig.tempSizeWrapper)(_admin.AdminIcon);
|
|
156
|
+
/**
|
|
157
|
+
* __Admin logo__
|
|
158
|
+
*
|
|
159
|
+
* The Admin logo with both the wordmark and the icon combined.
|
|
160
|
+
*
|
|
161
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
162
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
163
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
164
|
+
*/
|
|
165
|
+
var AdminLogo = exports.AdminLogo = (0, _logoConfig.tempSizeWrapper)(_admin.AdminLogoCS);
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* __Analytics icon__
|
|
169
|
+
*
|
|
170
|
+
* The Analytics icon without an accompanying wordmark.
|
|
171
|
+
*
|
|
172
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
173
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
174
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
175
|
+
*/
|
|
176
|
+
var AnalyticsIcon = exports.AnalyticsIcon = (0, _logoConfig.tempSizeWrapper)(_analytics.AnalyticsIcon);
|
|
177
|
+
/**
|
|
178
|
+
* __Analytics logo__
|
|
179
|
+
*
|
|
180
|
+
* The Analytics logo with both the wordmark and the icon combined.
|
|
181
|
+
*
|
|
182
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
183
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
184
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
185
|
+
*/
|
|
186
|
+
var AnalyticsLogo = exports.AnalyticsLogo = (0, _logoConfig.tempSizeWrapper)(_analytics.AnalyticsLogoCS);
|
|
187
|
+
|
|
169
188
|
/**
|
|
170
189
|
* __Assets icon__
|
|
171
190
|
*
|
|
172
|
-
*
|
|
191
|
+
* The Assets icon without an accompanying wordmark.
|
|
173
192
|
*
|
|
174
|
-
* - [Examples](https://atlassian.design/components/
|
|
175
|
-
* - [Code](https://atlassian.design/components/
|
|
176
|
-
* - [Usage](https://atlassian.design/components/
|
|
193
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
194
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
195
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
177
196
|
*/
|
|
178
197
|
var AssetsIcon = exports.AssetsIcon = (0, _logoConfig.tempSizeWrapper)(_assets.AssetsIcon);
|
|
179
198
|
/**
|
|
180
199
|
* __Assets logo__
|
|
181
200
|
*
|
|
182
|
-
*
|
|
201
|
+
* The Assets logo with both the wordmark and the icon combined.
|
|
183
202
|
*
|
|
184
|
-
* - [Examples](https://atlassian.design/components/
|
|
185
|
-
* - [Code](https://atlassian.design/components/
|
|
186
|
-
* - [Usage](https://atlassian.design/components/
|
|
203
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
204
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
205
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
187
206
|
*/
|
|
188
207
|
var AssetsLogo = exports.AssetsLogo = (0, _logoConfig.tempSizeWrapper)(_assets.AssetsLogoCS);
|
|
189
208
|
/**
|
|
190
209
|
* __Chat icon__
|
|
191
210
|
*
|
|
192
|
-
*
|
|
211
|
+
* The Chat icon without an accompanying wordmark.
|
|
193
212
|
*
|
|
194
|
-
* - [Examples](https://atlassian.design/components/
|
|
195
|
-
* - [Code](https://atlassian.design/components/
|
|
196
|
-
* - [Usage](https://atlassian.design/components/
|
|
213
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
214
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
215
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
197
216
|
*/
|
|
198
217
|
var ChatIcon = exports.ChatIcon = (0, _logoConfig.tempSizeWrapper)(_chat.ChatIcon);
|
|
199
218
|
/**
|
|
200
219
|
* __Chat logo__
|
|
201
220
|
*
|
|
202
|
-
*
|
|
221
|
+
* The Chat logo with both the wordmark and the icon combined.
|
|
203
222
|
*
|
|
204
|
-
* - [Examples](https://atlassian.design/components/
|
|
205
|
-
* - [Code](https://atlassian.design/components/
|
|
206
|
-
* - [Usage](https://atlassian.design/components/
|
|
223
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
224
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
225
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
207
226
|
*/
|
|
208
227
|
var ChatLogo = exports.ChatLogo = (0, _logoConfig.tempSizeWrapper)(_chat.ChatLogoCS);
|
|
209
228
|
/**
|
|
210
229
|
* __Customer Service Management icon__
|
|
211
230
|
*
|
|
212
|
-
*
|
|
231
|
+
* The Customer service management icon without an accompanying wordmark.
|
|
213
232
|
*
|
|
214
|
-
* - [Examples](https://atlassian.design/components/
|
|
215
|
-
* - [Code](https://atlassian.design/components/
|
|
216
|
-
* - [Usage](https://atlassian.design/components/
|
|
233
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
234
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
235
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
217
236
|
*/
|
|
218
237
|
var CustomerServiceManagementIcon = exports.CustomerServiceManagementIcon = (0, _logoConfig.tempSizeWrapper)(_customerServiceManagement.CustomerServiceManagementIcon);
|
|
219
238
|
/**
|
|
220
239
|
* __Customer Service Management logo__
|
|
221
240
|
*
|
|
222
|
-
*
|
|
241
|
+
* The Customer service management logo with both the wordmark and the icon combined.
|
|
223
242
|
*
|
|
224
|
-
* - [Examples](https://atlassian.design/components/
|
|
225
|
-
* - [Code](https://atlassian.design/components/
|
|
226
|
-
* - [Usage](https://atlassian.design/components/
|
|
243
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
244
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
245
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
227
246
|
*/
|
|
228
247
|
var CustomerServiceManagementLogo = exports.CustomerServiceManagementLogo = (0, _logoConfig.tempSizeWrapper)(_customerServiceManagement.CustomerServiceManagementLogoCS);
|
|
229
248
|
/**
|
|
230
249
|
* __Goals icon__
|
|
231
250
|
*
|
|
232
|
-
*
|
|
251
|
+
* The Goals icon without an accompanying wordmark.
|
|
233
252
|
*
|
|
234
|
-
* - [Examples](https://atlassian.design/components/
|
|
235
|
-
* - [Code](https://atlassian.design/components/
|
|
236
|
-
* - [Usage](https://atlassian.design/components/
|
|
253
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
254
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
255
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
237
256
|
*/
|
|
238
257
|
var GoalsIcon = exports.GoalsIcon = (0, _logoConfig.tempSizeWrapper)(_goals.GoalsIcon);
|
|
239
258
|
/**
|
|
240
259
|
* __Goals logo__
|
|
241
260
|
*
|
|
242
|
-
*
|
|
261
|
+
* The Goals logo with both the wordmark and the icon combined.
|
|
243
262
|
*
|
|
244
|
-
* - [Examples](https://atlassian.design/components/
|
|
245
|
-
* - [Code](https://atlassian.design/components/
|
|
246
|
-
* - [Usage](https://atlassian.design/components/
|
|
263
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
264
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
265
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
247
266
|
*/
|
|
248
267
|
var GoalsLogo = exports.GoalsLogo = (0, _logoConfig.tempSizeWrapper)(_goals.GoalsLogoCS);
|
|
249
268
|
/**
|
|
250
269
|
* __Home icon__
|
|
251
270
|
*
|
|
252
|
-
*
|
|
271
|
+
* The Home icon without an accompanying wordmark.
|
|
253
272
|
*
|
|
254
|
-
* - [Examples](https://atlassian.design/components/
|
|
255
|
-
* - [Code](https://atlassian.design/components/
|
|
256
|
-
* - [Usage](https://atlassian.design/components/
|
|
273
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
274
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
275
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
257
276
|
*/
|
|
258
277
|
var HomeIcon = exports.HomeIcon = (0, _logoConfig.tempSizeWrapper)(_home.HomeIcon);
|
|
259
278
|
/**
|
|
260
279
|
* __Home logo__
|
|
261
280
|
*
|
|
262
|
-
*
|
|
281
|
+
* The Home logo with both the wordmark and the icon combined.
|
|
263
282
|
*
|
|
264
|
-
* - [Examples](https://atlassian.design/components/
|
|
265
|
-
* - [Code](https://atlassian.design/components/
|
|
266
|
-
* - [Usage](https://atlassian.design/components/
|
|
283
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
284
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
285
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
267
286
|
*/
|
|
268
287
|
var HomeLogo = exports.HomeLogo = (0, _logoConfig.tempSizeWrapper)(_home.HomeLogoCS);
|
|
269
288
|
/**
|
|
270
289
|
* __Hub icon
|
|
271
290
|
*
|
|
272
|
-
*
|
|
291
|
+
* The Hub icon without an accompanying wordmark.
|
|
273
292
|
*
|
|
274
|
-
* - [Examples](https://atlassian.design/components/
|
|
275
|
-
* - [Code](https://atlassian.design/components/
|
|
276
|
-
* - [Usage](https://atlassian.design/components/
|
|
293
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
294
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
295
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
277
296
|
*/
|
|
278
297
|
var HubIcon = exports.HubIcon = (0, _logoConfig.tempSizeWrapper)(_hub.HubIcon);
|
|
279
298
|
/**
|
|
280
299
|
* Hub logo__
|
|
281
300
|
*
|
|
282
|
-
*
|
|
301
|
+
* The Hub logo with both the wordmark and the icon combined.
|
|
283
302
|
*
|
|
284
|
-
* - [Examples](https://atlassian.design/components/
|
|
285
|
-
* - [Code](https://atlassian.design/components/
|
|
286
|
-
* - [Usage](https://atlassian.design/components/
|
|
303
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
304
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
305
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
287
306
|
*/
|
|
288
307
|
var HubLogo = exports.HubLogo = (0, _logoConfig.tempSizeWrapper)(_hub.HubLogoCS);
|
|
289
308
|
/**
|
|
290
309
|
* __Projects icon__
|
|
291
310
|
*
|
|
292
|
-
*
|
|
311
|
+
* The Projects icon without an accompanying wordmark.
|
|
293
312
|
*
|
|
294
|
-
* - [Examples](https://atlassian.design/components/
|
|
295
|
-
* - [Code](https://atlassian.design/components/
|
|
296
|
-
* - [Usage](https://atlassian.design/components/
|
|
313
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
314
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
315
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
297
316
|
*/
|
|
298
317
|
var ProjectsIcon = exports.ProjectsIcon = (0, _logoConfig.tempSizeWrapper)(_projects.ProjectsIcon);
|
|
299
318
|
/**
|
|
300
319
|
* __Projects logo__
|
|
301
320
|
*
|
|
302
|
-
*
|
|
321
|
+
* The Projects logo with both the wordmark and the icon combined.
|
|
303
322
|
*
|
|
304
|
-
* - [Examples](https://atlassian.design/components/
|
|
305
|
-
* - [Code](https://atlassian.design/components/
|
|
306
|
-
* - [Usage](https://atlassian.design/components/
|
|
323
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
324
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
325
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
307
326
|
*/
|
|
308
327
|
var ProjectsLogo = exports.ProjectsLogo = (0, _logoConfig.tempSizeWrapper)(_projects.ProjectsLogoCS);
|
|
309
328
|
/**
|
|
310
329
|
* __Search icon__
|
|
311
330
|
*
|
|
312
|
-
*
|
|
331
|
+
* The Search icon without an accompanying wordmark.
|
|
313
332
|
*
|
|
314
|
-
* - [Examples](https://atlassian.design/components/
|
|
315
|
-
* - [Code](https://atlassian.design/components/
|
|
316
|
-
* - [Usage](https://atlassian.design/components/
|
|
333
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
334
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
335
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
317
336
|
*/
|
|
318
337
|
var SearchIcon = exports.SearchIcon = (0, _logoConfig.tempSizeWrapper)(_search.SearchIcon);
|
|
319
338
|
/**
|
|
320
339
|
* __Search logo__
|
|
321
340
|
*
|
|
322
|
-
*
|
|
341
|
+
* The Search logo with both the wordmark and the icon combined.
|
|
323
342
|
*
|
|
324
|
-
* - [Examples](https://atlassian.design/components/
|
|
325
|
-
* - [Code](https://atlassian.design/components/
|
|
326
|
-
* - [Usage](https://atlassian.design/components/
|
|
343
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
344
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
345
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
327
346
|
*/
|
|
328
347
|
var SearchLogo = exports.SearchLogo = (0, _logoConfig.tempSizeWrapper)(_search.SearchLogoCS);
|
|
329
348
|
/**
|
|
330
349
|
* __Studio icon__
|
|
331
350
|
*
|
|
332
|
-
*
|
|
351
|
+
* The Studio icon without an accompanying wordmark.
|
|
333
352
|
*
|
|
334
|
-
* - [Examples](https://atlassian.design/components/
|
|
335
|
-
* - [Code](https://atlassian.design/components/
|
|
336
|
-
* - [Usage](https://atlassian.design/components/
|
|
353
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
354
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
355
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
337
356
|
*/
|
|
338
357
|
var StudioIcon = exports.StudioIcon = (0, _logoConfig.tempSizeWrapper)(_studio.StudioIcon);
|
|
339
358
|
/**
|
|
340
359
|
* __Studio logo__
|
|
341
360
|
*
|
|
342
|
-
*
|
|
361
|
+
* The Studio logo with both the wordmark and the icon combined.
|
|
343
362
|
*
|
|
344
|
-
* - [Examples](https://atlassian.design/components/
|
|
345
|
-
* - [Code](https://atlassian.design/components/
|
|
346
|
-
* - [Usage](https://atlassian.design/components/
|
|
363
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
364
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
365
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
347
366
|
*/
|
|
348
367
|
var StudioLogo = exports.StudioLogo = (0, _logoConfig.tempSizeWrapper)(_studio.StudioLogoCS);
|
|
349
368
|
/**
|
|
350
369
|
* __Talent icon__
|
|
351
370
|
*
|
|
352
|
-
*
|
|
371
|
+
* The Talent icon without an accompanying wordmark.
|
|
353
372
|
*
|
|
354
|
-
* - [Examples](https://atlassian.design/components/
|
|
355
|
-
* - [Code](https://atlassian.design/components/
|
|
356
|
-
* - [Usage](https://atlassian.design/components/
|
|
373
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
374
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
375
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
357
376
|
*/
|
|
358
377
|
var TalentIcon = exports.TalentIcon = (0, _logoConfig.tempSizeWrapper)(_talent.TalentIcon);
|
|
359
378
|
/**
|
|
360
379
|
* __Talent logo__
|
|
361
380
|
*
|
|
362
|
-
*
|
|
381
|
+
* The Talent logo with both the wordmark and the icon combined.
|
|
363
382
|
*
|
|
364
|
-
* - [Examples](https://atlassian.design/components/
|
|
365
|
-
* - [Code](https://atlassian.design/components/
|
|
366
|
-
* - [Usage](https://atlassian.design/components/
|
|
383
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
384
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
385
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
367
386
|
*/
|
|
368
387
|
var TalentLogo = exports.TalentLogo = (0, _logoConfig.tempSizeWrapper)(_talent.TalentLogoCS);
|
|
369
388
|
/**
|
|
370
389
|
* __Teams icon__
|
|
371
390
|
*
|
|
372
|
-
*
|
|
391
|
+
* The Teams icon without an accompanying wordmark.
|
|
373
392
|
*
|
|
374
|
-
* - [Examples](https://atlassian.design/components/
|
|
375
|
-
* - [Code](https://atlassian.design/components/
|
|
376
|
-
* - [Usage](https://atlassian.design/components/
|
|
393
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
394
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
395
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
377
396
|
*/
|
|
378
397
|
var TeamsIcon = exports.TeamsIcon = (0, _logoConfig.tempSizeWrapper)(_teams.TeamsIcon);
|
|
379
398
|
/**
|
|
380
399
|
* __Teams logo__
|
|
381
400
|
*
|
|
382
|
-
*
|
|
401
|
+
* The Teams logo with both the wordmark and the icon combined.
|
|
383
402
|
*
|
|
384
|
-
* - [Examples](https://atlassian.design/components/
|
|
385
|
-
* - [Code](https://atlassian.design/components/
|
|
386
|
-
* - [Usage](https://atlassian.design/components/
|
|
403
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
404
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
405
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
387
406
|
*/
|
|
388
407
|
var TeamsLogo = exports.TeamsLogo = (0, _logoConfig.tempSizeWrapper)(_teams.TeamsLogoCS);
|
|
389
408
|
|
|
390
409
|
/**
|
|
391
|
-
*
|
|
410
|
+
* __Atlassian Administration icon__
|
|
392
411
|
*
|
|
393
|
-
*
|
|
412
|
+
* The Atlassian Administration icon without an accompanying wordmark.
|
|
394
413
|
*
|
|
395
|
-
* - [Examples](https://atlassian.design/components/
|
|
396
|
-
* - [Code](https://atlassian.design/components/
|
|
397
|
-
* - [Usage](https://atlassian.design/components/
|
|
414
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
415
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
416
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
417
|
+
*/
|
|
418
|
+
var AtlassianAdministrationIcon = exports.AtlassianAdministrationIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_atlassianAdministration.AtlassianAdministrationIcon, _admin.AdminIcon);
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* __Atlassian Administration logo__
|
|
422
|
+
*
|
|
423
|
+
* The Atlassian Administration logo with both the wordmark and the icon combined.
|
|
424
|
+
*
|
|
425
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
426
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
427
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
428
|
+
*/
|
|
429
|
+
var AtlassianAdministrationLogo = exports.AtlassianAdministrationLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_atlassianAdministration.AtlassianAdministrationLogo, _admin.AdminLogoCS);
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* __Atlassian Admin icon__
|
|
433
|
+
*
|
|
434
|
+
* The Atlassian Admin icon without an accompanying wordmark.
|
|
435
|
+
*
|
|
436
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
437
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
438
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
439
|
+
*/
|
|
440
|
+
var AtlassianAdminIcon = exports.AtlassianAdminIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_atlassianAdmin.AtlassianAdminIcon, _admin.AdminIcon);
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* __Atlassian Admin logo__
|
|
444
|
+
*
|
|
445
|
+
* The Atlassian Admin logo with both the wordmark and the icon combined.
|
|
446
|
+
*
|
|
447
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
448
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
449
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
450
|
+
*/
|
|
451
|
+
var AtlassianAdminLogo = exports.AtlassianAdminLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_atlassianAdmin.AtlassianAdminLogo, _admin.AdminLogoCS);
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* __Atlassian Analytics icon__
|
|
455
|
+
*
|
|
456
|
+
* The Atlassian Analytics icon without an accompanying wordmark.
|
|
457
|
+
*
|
|
458
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
459
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
460
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
398
461
|
*/
|
|
399
462
|
var AtlassianAnalyticsIcon = exports.AtlassianAnalyticsIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_atlassianAnalytics.AtlassianAnalyticsIcon, _analytics.AnalyticsIcon);
|
|
400
463
|
/**
|
|
401
|
-
*
|
|
464
|
+
* __Atlassian Analytics logo__
|
|
402
465
|
*
|
|
403
|
-
*
|
|
466
|
+
* The Atlassian Analytics logo with both the wordmark and the icon combined.
|
|
404
467
|
*
|
|
405
|
-
* - [Examples](https://atlassian.design/components/
|
|
406
|
-
* - [Code](https://atlassian.design/components/
|
|
407
|
-
* - [Usage](https://atlassian.design/components/
|
|
468
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
469
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
470
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
408
471
|
*/
|
|
409
472
|
var AtlassianAnalyticsLogo = exports.AtlassianAnalyticsLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_atlassianAnalytics.AtlassianAnalyticsLogo, _analytics.AnalyticsLogoCS);
|
|
473
|
+
|
|
410
474
|
/**
|
|
411
475
|
* __Bitbucket icon__
|
|
412
476
|
*
|
|
@@ -468,26 +532,49 @@ var ConfluenceIcon = exports.ConfluenceIcon = (0, _logoConfig.createFeatureFlagg
|
|
|
468
532
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
469
533
|
*/
|
|
470
534
|
var ConfluenceLogo = exports.ConfluenceLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_confluence2.ConfluenceLogo, _confluence.ConfluenceLogoCS);
|
|
535
|
+
|
|
471
536
|
/**
|
|
472
537
|
* __Align icon__
|
|
473
538
|
*
|
|
474
|
-
*
|
|
539
|
+
* The Align icon without an accompanying wordmark.
|
|
540
|
+
*
|
|
541
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
542
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
543
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
544
|
+
*/
|
|
545
|
+
var AlignIcon = exports.AlignIcon = (0, _logoConfig.tempSizeWrapper)(_align.AlignIcon);
|
|
546
|
+
/**
|
|
547
|
+
* __Align logo__
|
|
548
|
+
*
|
|
549
|
+
* The Align logo with both the wordmark and the icon combined.
|
|
475
550
|
*
|
|
476
|
-
* - [Examples](https://atlassian.design/components/
|
|
477
|
-
* - [Code](https://atlassian.design/components/
|
|
478
|
-
* - [Usage](https://atlassian.design/components/
|
|
551
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
552
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
553
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
554
|
+
*/
|
|
555
|
+
var AlignLogo = exports.AlignLogo = (0, _logoConfig.tempSizeWrapper)(_align.AlignLogoCS);
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* __Jira Align icon__
|
|
559
|
+
*
|
|
560
|
+
* The Jira Align icon without an accompanying wordmark.
|
|
561
|
+
*
|
|
562
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
563
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
564
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
479
565
|
*/
|
|
480
566
|
var JiraAlignIcon = exports.JiraAlignIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_jiraAlign.JiraAlignIcon, _align.AlignIcon);
|
|
481
567
|
/**
|
|
482
|
-
*
|
|
568
|
+
* __Jira Align logo__
|
|
483
569
|
*
|
|
484
|
-
*
|
|
570
|
+
* The Jira Align logo with both the wordmark and the icon combined.
|
|
485
571
|
*
|
|
486
|
-
* - [Examples](https://atlassian.design/components/
|
|
487
|
-
* - [Code](https://atlassian.design/components/
|
|
488
|
-
* - [Usage](https://atlassian.design/components/
|
|
572
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
573
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
574
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
489
575
|
*/
|
|
490
576
|
var JiraAlignLogo = exports.JiraAlignLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_jiraAlign.JiraAlignLogo, _align.AlignLogoCS);
|
|
577
|
+
|
|
491
578
|
/**
|
|
492
579
|
* __Jira icon__
|
|
493
580
|
*
|
|
@@ -555,7 +642,7 @@ var JiraServiceManagementLogo = exports.JiraServiceManagementLogo = (0, _logoCon
|
|
|
555
642
|
/**
|
|
556
643
|
* __Loom icon__
|
|
557
644
|
*
|
|
558
|
-
*
|
|
645
|
+
* The Loom icon {description}.
|
|
559
646
|
*
|
|
560
647
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
561
648
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
@@ -655,6 +742,7 @@ var RovoIcon = exports.RovoIcon = (0, _logoConfig.createFeatureFlaggedComponent)
|
|
|
655
742
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
656
743
|
*/
|
|
657
744
|
var RovoLogo = exports.RovoLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_rovo2.RovoLogo, _rovo.RovoLogoCS);
|
|
745
|
+
|
|
658
746
|
/**
|
|
659
747
|
* __Guard icon__
|
|
660
748
|
*
|
|
@@ -675,6 +763,7 @@ var GuardIcon = exports.GuardIcon = (0, _logoConfig.createFeatureFlaggedComponen
|
|
|
675
763
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
676
764
|
*/
|
|
677
765
|
var GuardLogo = exports.GuardLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_guard2.GuardLogo, _guard.GuardLogoCS);
|
|
766
|
+
|
|
678
767
|
/**
|
|
679
768
|
* __Focus icon__
|
|
680
769
|
*
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -54,10 +54,10 @@ var tempSizeWrapper = exports.tempSizeWrapper = function tempSizeWrapper(NewComp
|
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
// Logos that only exist in @atlaskit/logo
|
|
57
|
-
var LEGACY_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = ['atlassian', 'atlas', 'atlassian-marketplace', 'atlassian-access', '
|
|
57
|
+
var LEGACY_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = ['atlassian', 'atlas', 'atlassian-marketplace', 'atlassian-access', 'jira-software', 'jira-work-management', 'loom-attribution'];
|
|
58
58
|
|
|
59
59
|
// Logos that exist in both packages
|
|
60
|
-
var SHARED_LOGOS = exports.SHARED_LOGOS = ['atlassian-analytics', 'bitbucket', 'compass', 'confluence', 'jira', 'jira-align', 'jira-product-discovery', 'jira-service-management', 'loom', 'opsgenie', 'statuspage', 'trello', 'rovo', 'guard', 'focus'];
|
|
60
|
+
var SHARED_LOGOS = exports.SHARED_LOGOS = ['atlassian-administration', 'atlassian-admin', 'atlassian-analytics', 'bitbucket', 'compass', 'confluence', 'jira', 'jira-align', 'jira-product-discovery', 'jira-service-management', 'loom', 'opsgenie', 'statuspage', 'trello', 'rovo', 'guard', 'focus'];
|
|
61
61
|
|
|
62
62
|
// Logos that only exist in @atlaskit/temp-nav-app-icons
|
|
63
|
-
var NEW_ONLY_LOGOS = exports.NEW_ONLY_LOGOS = ['assets', 'chat', 'customer-service-management', 'goals', 'home', 'hub', 'projects', 'search', 'studio', 'talent', 'teams'];
|
|
63
|
+
var NEW_ONLY_LOGOS = exports.NEW_ONLY_LOGOS = ['admin', 'analytics', 'align', 'assets', 'chat', 'customer-service-management', 'goals', 'home', 'hub', 'projects', 'search', 'studio', 'talent', 'teams'];
|