@atlaskit/logo 19.3.1 → 19.5.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 +26 -0
- package/dist/cjs/exports/raw-icons.js +236 -0
- package/dist/cjs/index.js +91 -20
- package/dist/cjs/logo-config.js +55 -69
- package/dist/es2019/exports/raw-icons.js +1 -0
- package/dist/es2019/index.js +89 -6
- package/dist/es2019/logo-config.js +55 -69
- package/dist/esm/exports/raw-icons.js +1 -0
- package/dist/esm/index.js +89 -6
- package/dist/esm/logo-config.js +55 -69
- package/dist/types/exports/raw-icons.d.ts +1 -0
- package/dist/types/index.d.ts +83 -4
- package/dist/types/logo-config.d.ts +14 -826
- package/dist/types-ts4.5/exports/raw-icons.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +83 -4
- package/dist/types-ts4.5/logo-config.d.ts +14 -868
- package/package.json +3 -2
- package/raw-icons/package.json +17 -0
|
@@ -49,229 +49,215 @@ export const logoDocsSchema = [
|
|
|
49
49
|
{
|
|
50
50
|
name: 'atlassian',
|
|
51
51
|
type: 'legacy',
|
|
52
|
-
category: "program"
|
|
53
|
-
deprecated: false
|
|
52
|
+
category: "program"
|
|
54
53
|
}, {
|
|
55
54
|
name: 'atlassian-access',
|
|
56
55
|
type: 'legacy',
|
|
57
|
-
category: "program"
|
|
58
|
-
deprecated: false
|
|
56
|
+
category: "program"
|
|
59
57
|
}, {
|
|
60
58
|
name: 'atlassian-marketplace',
|
|
61
59
|
type: 'legacy',
|
|
62
|
-
category: "program"
|
|
63
|
-
deprecated: false
|
|
60
|
+
category: "program"
|
|
64
61
|
},
|
|
65
62
|
// Home collection
|
|
66
63
|
{
|
|
67
64
|
name: 'home',
|
|
68
65
|
type: 'new',
|
|
69
|
-
category: "app"
|
|
70
|
-
deprecated: false
|
|
66
|
+
category: "app"
|
|
71
67
|
}, {
|
|
72
68
|
name: 'hub',
|
|
73
69
|
type: 'new',
|
|
74
|
-
category: "app"
|
|
75
|
-
deprecated: false
|
|
70
|
+
category: "app"
|
|
76
71
|
},
|
|
77
72
|
// Teamwork collection
|
|
78
73
|
{
|
|
79
74
|
name: 'confluence',
|
|
80
75
|
type: 'migration',
|
|
81
|
-
category: "app"
|
|
82
|
-
deprecated: false
|
|
76
|
+
category: "app"
|
|
83
77
|
}, {
|
|
84
78
|
name: 'jira',
|
|
85
79
|
type: 'migration',
|
|
86
|
-
category: "app"
|
|
87
|
-
deprecated: false
|
|
80
|
+
category: "app"
|
|
88
81
|
}, {
|
|
89
82
|
name: 'loom',
|
|
90
83
|
type: 'migration',
|
|
84
|
+
category: "app"
|
|
85
|
+
}, {
|
|
86
|
+
name: 'loom-blurple',
|
|
87
|
+
type: 'new',
|
|
91
88
|
category: "app",
|
|
92
|
-
|
|
89
|
+
skipExample: true
|
|
93
90
|
}, {
|
|
94
91
|
name: 'loom-attribution',
|
|
95
92
|
type: 'migration',
|
|
96
|
-
category: "app"
|
|
97
|
-
deprecated: false
|
|
93
|
+
category: "app"
|
|
98
94
|
}, {
|
|
99
95
|
name: 'rovo',
|
|
100
96
|
type: 'migration',
|
|
101
|
-
category: "app"
|
|
102
|
-
deprecated: false
|
|
97
|
+
category: "app"
|
|
103
98
|
},
|
|
104
99
|
// Strategy collection
|
|
105
100
|
{
|
|
106
101
|
name: 'align',
|
|
107
102
|
type: 'new',
|
|
108
|
-
category: "app"
|
|
109
|
-
deprecated: false
|
|
103
|
+
category: "app"
|
|
110
104
|
}, {
|
|
111
105
|
name: 'focus',
|
|
112
106
|
type: 'migration',
|
|
113
|
-
category: "app"
|
|
114
|
-
deprecated: false
|
|
107
|
+
category: "app"
|
|
115
108
|
}, {
|
|
116
109
|
name: 'talent',
|
|
117
110
|
type: 'new',
|
|
118
|
-
category: "app"
|
|
119
|
-
deprecated: false
|
|
111
|
+
category: "app"
|
|
120
112
|
},
|
|
121
113
|
// Product collection
|
|
122
114
|
{
|
|
123
115
|
name: 'jira-product-discovery',
|
|
124
116
|
type: 'migration',
|
|
125
|
-
category: "app"
|
|
126
|
-
deprecated: false
|
|
117
|
+
category: "app"
|
|
127
118
|
},
|
|
128
119
|
// Dev collection
|
|
129
120
|
{
|
|
130
121
|
name: 'bitbucket',
|
|
131
122
|
type: 'migration',
|
|
132
|
-
category: "app"
|
|
133
|
-
deprecated: false
|
|
123
|
+
category: "app"
|
|
134
124
|
}, {
|
|
135
125
|
name: 'compass',
|
|
136
126
|
type: 'migration',
|
|
137
|
-
category: "app"
|
|
138
|
-
deprecated: false
|
|
127
|
+
category: "app"
|
|
139
128
|
},
|
|
140
129
|
// Customer collection
|
|
141
130
|
{
|
|
142
131
|
name: 'jira-service-management',
|
|
143
132
|
type: 'migration',
|
|
144
|
-
category: "app"
|
|
145
|
-
deprecated: false
|
|
133
|
+
category: "app"
|
|
146
134
|
}, {
|
|
147
135
|
name: 'assets',
|
|
148
136
|
type: 'new',
|
|
149
|
-
category: "app"
|
|
150
|
-
deprecated: false
|
|
137
|
+
category: "app"
|
|
151
138
|
}, {
|
|
152
139
|
name: 'customer-service-management',
|
|
153
140
|
type: 'new',
|
|
154
|
-
category: "app"
|
|
155
|
-
deprecated: false
|
|
141
|
+
category: "app"
|
|
156
142
|
}, {
|
|
157
143
|
name: 'opsgenie',
|
|
158
144
|
type: 'migration',
|
|
159
|
-
category: "app"
|
|
160
|
-
deprecated: false
|
|
145
|
+
category: "app"
|
|
161
146
|
}, {
|
|
162
147
|
name: 'statuspage',
|
|
163
148
|
type: 'migration',
|
|
164
|
-
category: "app"
|
|
165
|
-
deprecated: false
|
|
149
|
+
category: "app"
|
|
166
150
|
}, {
|
|
167
151
|
name: 'trello',
|
|
168
152
|
type: 'migration',
|
|
169
|
-
category: "app"
|
|
170
|
-
deprecated: false
|
|
153
|
+
category: "app"
|
|
171
154
|
},
|
|
172
155
|
// Platform Collection
|
|
173
156
|
{
|
|
174
157
|
name: 'admin',
|
|
175
158
|
type: 'new',
|
|
176
|
-
category: "app"
|
|
177
|
-
deprecated: false
|
|
159
|
+
category: "app"
|
|
178
160
|
}, {
|
|
179
161
|
name: 'analytics',
|
|
180
162
|
type: 'new',
|
|
181
|
-
category: "app"
|
|
182
|
-
deprecated: false
|
|
163
|
+
category: "app"
|
|
183
164
|
}, {
|
|
184
165
|
name: 'chat',
|
|
185
166
|
type: 'new',
|
|
186
|
-
category: "app"
|
|
187
|
-
deprecated: false
|
|
167
|
+
category: "app"
|
|
188
168
|
}, {
|
|
189
169
|
name: 'goals',
|
|
190
170
|
type: 'new',
|
|
191
|
-
category: "app"
|
|
192
|
-
deprecated: false
|
|
171
|
+
category: "app"
|
|
193
172
|
}, {
|
|
194
173
|
name: 'guard',
|
|
195
174
|
type: 'migration',
|
|
196
|
-
category: "app"
|
|
197
|
-
deprecated: false
|
|
175
|
+
category: "app"
|
|
198
176
|
}, {
|
|
199
177
|
name: 'projects',
|
|
200
178
|
type: 'new',
|
|
201
|
-
category: "app"
|
|
202
|
-
deprecated: false
|
|
179
|
+
category: "app"
|
|
203
180
|
}, {
|
|
204
181
|
name: 'search',
|
|
205
182
|
type: 'new',
|
|
206
|
-
category: "app"
|
|
207
|
-
deprecated: false
|
|
183
|
+
category: "app"
|
|
208
184
|
}, {
|
|
209
185
|
name: 'studio',
|
|
210
186
|
type: 'new',
|
|
211
|
-
category: "app"
|
|
212
|
-
deprecated: false
|
|
187
|
+
category: "app"
|
|
213
188
|
}, {
|
|
214
189
|
name: 'teams',
|
|
215
190
|
type: 'new',
|
|
216
|
-
category: "app"
|
|
217
|
-
deprecated: false
|
|
191
|
+
category: "app"
|
|
218
192
|
},
|
|
219
193
|
// Data Center
|
|
220
194
|
{
|
|
221
195
|
name: 'jira-data-center',
|
|
222
196
|
type: 'new',
|
|
223
|
-
category: "app"
|
|
224
|
-
deprecated: false
|
|
197
|
+
category: "app"
|
|
225
198
|
}, {
|
|
226
199
|
name: 'confluence-data-center',
|
|
227
200
|
type: 'new',
|
|
228
|
-
category: "app"
|
|
229
|
-
deprecated: false
|
|
201
|
+
category: "app"
|
|
230
202
|
}, {
|
|
231
203
|
name: 'bitbucket-data-center',
|
|
232
204
|
type: 'new',
|
|
233
|
-
category: 'app'
|
|
234
|
-
|
|
205
|
+
category: 'app'
|
|
206
|
+
}, {
|
|
207
|
+
name: 'bamboo',
|
|
208
|
+
type: 'new',
|
|
209
|
+
category: 'app'
|
|
210
|
+
}, {
|
|
211
|
+
name: 'crowd',
|
|
212
|
+
type: 'new',
|
|
213
|
+
category: 'app'
|
|
235
214
|
},
|
|
236
215
|
// Deprecated
|
|
237
216
|
{
|
|
238
217
|
name: 'atlassian-administration',
|
|
239
218
|
type: 'legacy',
|
|
240
219
|
category: "app",
|
|
220
|
+
skipExample: true,
|
|
241
221
|
deprecated: true
|
|
242
222
|
}, {
|
|
243
223
|
name: 'atlassian-admin',
|
|
244
224
|
type: 'legacy',
|
|
245
225
|
category: "app",
|
|
226
|
+
skipExample: true,
|
|
246
227
|
deprecated: true
|
|
247
228
|
}, {
|
|
248
229
|
name: 'atlassian-analytics',
|
|
249
230
|
type: 'legacy',
|
|
250
231
|
category: "app",
|
|
232
|
+
skipExample: true,
|
|
251
233
|
deprecated: true
|
|
252
234
|
}, {
|
|
253
235
|
name: 'atlas',
|
|
254
236
|
type: 'legacy',
|
|
255
237
|
category: "app",
|
|
238
|
+
skipExample: true,
|
|
256
239
|
deprecated: true
|
|
257
240
|
}, {
|
|
258
241
|
name: 'jira-align',
|
|
259
242
|
type: 'legacy',
|
|
260
243
|
category: "app",
|
|
244
|
+
skipExample: true,
|
|
261
245
|
deprecated: true
|
|
262
246
|
}, {
|
|
263
247
|
name: 'jira-software',
|
|
264
248
|
type: 'legacy',
|
|
265
249
|
category: "app",
|
|
250
|
+
skipExample: true,
|
|
266
251
|
deprecated: true
|
|
267
252
|
}, {
|
|
268
253
|
name: 'jira-work-management',
|
|
269
254
|
type: 'legacy',
|
|
270
255
|
category: "app",
|
|
256
|
+
skipExample: true,
|
|
271
257
|
deprecated: true
|
|
272
258
|
}];
|
|
273
|
-
export const PROGRAM_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'program' && !logo.
|
|
274
|
-
export const APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'app' && !logo.
|
|
259
|
+
export const PROGRAM_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'program' && !logo.skipExample).map(logo => logo.name);
|
|
260
|
+
export const APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'app' && !logo.skipExample).map(logo => logo.name);
|
|
275
261
|
export const LEGACY_ONLY_LOGOS = logoDocsSchema.filter(logo => logo.type === 'legacy');
|
|
276
262
|
export const SHARED_LOGOS = logoDocsSchema.filter(logo => logo.type === 'migration');
|
|
277
263
|
export const NEW_ONLY_LOGOS = logoDocsSchema.filter(logo => logo.type === 'new');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as rawIcons, adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraProductDiscoveryIcon, jiraServiceManagementIcon, jiraIcon, loomInternalIcon, loomIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon } from "@atlaskit/temp-nav-app-icons/raw-icons";
|
package/dist/esm/index.js
CHANGED
|
@@ -2,12 +2,14 @@ import { AdminIcon as NewAdminIcon, AdminLogoCS as NewAdminLogo } from '@atlaski
|
|
|
2
2
|
import { AlignIcon as NewAlignIcon, AlignLogoCS as NewAlignLogo } from '@atlaskit/temp-nav-app-icons/align';
|
|
3
3
|
import { AnalyticsIcon as NewAnalyticsIcon, AnalyticsLogoCS as NewAnalyticsLogo } from '@atlaskit/temp-nav-app-icons/analytics';
|
|
4
4
|
import { AssetsIcon as NewAssetsIcon, AssetsLogoCS as NewAssetsLogo } from '@atlaskit/temp-nav-app-icons/assets';
|
|
5
|
+
import { BambooIcon as NewBambooIcon, BambooLogoCS as NewBambooLogo } from '@atlaskit/temp-nav-app-icons/bamboo';
|
|
5
6
|
import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from '@atlaskit/temp-nav-app-icons/bitbucket';
|
|
6
7
|
import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from '@atlaskit/temp-nav-app-icons/bitbucket-data-center';
|
|
7
8
|
import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from '@atlaskit/temp-nav-app-icons/chat';
|
|
8
9
|
import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from '@atlaskit/temp-nav-app-icons/compass';
|
|
9
10
|
import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from '@atlaskit/temp-nav-app-icons/confluence';
|
|
10
11
|
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from '@atlaskit/temp-nav-app-icons/confluence-data-center';
|
|
12
|
+
import { CrowdIcon as NewCrowdIcon, CrowdLogoCS as NewCrowdLogo } from '@atlaskit/temp-nav-app-icons/crowd';
|
|
11
13
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from '@atlaskit/temp-nav-app-icons/customer-service-management';
|
|
12
14
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from '@atlaskit/temp-nav-app-icons/focus';
|
|
13
15
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from '@atlaskit/temp-nav-app-icons/goals';
|
|
@@ -19,6 +21,8 @@ import { JiraDataCenterIcon as NewJiraDataCenterIcon, JiraDataCenterLogoCS as Ne
|
|
|
19
21
|
import { JiraProductDiscoveryIcon as NewJPDIcon, JiraProductDiscoveryLogoCS as NewJPDLogo } from '@atlaskit/temp-nav-app-icons/jira-product-discovery';
|
|
20
22
|
import { JiraServiceManagementIcon as NewJSMIcon, JiraServiceManagementLogoCS as NewJSMLogo } from '@atlaskit/temp-nav-app-icons/jira-service-management';
|
|
21
23
|
import { LoomIcon as NewLoomIcon, LoomLogoCS as NewLoomLogo } from '@atlaskit/temp-nav-app-icons/loom';
|
|
24
|
+
import { LoomAttributionLogoCS as NewLoomAttributionLogo } from '@atlaskit/temp-nav-app-icons/loom-attribution';
|
|
25
|
+
import { LoomInternalIcon as NewLoomInternalIcon, LoomInternalLogoCS as NewLoomInternalLogo } from '@atlaskit/temp-nav-app-icons/loom-internal';
|
|
22
26
|
import { OpsgenieIcon as NewOpsgenieIcon, OpsgenieLogoCS as NewOpsgenieLogo } from '@atlaskit/temp-nav-app-icons/opsgenie';
|
|
23
27
|
import { ProjectsIcon as NewProjectsIcon, ProjectsLogoCS as NewProjectsLogo } from '@atlaskit/temp-nav-app-icons/projects';
|
|
24
28
|
import { RovoIcon as NewRovoIcon, RovoLogoCS as NewRovoLogo } from '@atlaskit/temp-nav-app-icons/rovo';
|
|
@@ -41,6 +45,7 @@ import { JiraAlignIcon as LegacyJiraAlignIcon, JiraAlignLogo as LegacyJiraAlignL
|
|
|
41
45
|
import { JiraProductDiscoveryIcon as LegacyJPDIcon, JiraProductDiscoveryLogo as LegacyJPDLogo } from './legacy-logos/jira-product-discovery';
|
|
42
46
|
import { JiraServiceManagementIcon as LegacyJSMIcon, JiraServiceManagementLogo as LegacyJSMLogo } from './legacy-logos/jira-service-management';
|
|
43
47
|
import { LoomIcon as LegacyLoomIcon, LoomLogo as LegacyLoomLogo } from './legacy-logos/loom';
|
|
48
|
+
import { LoomAttributionIcon as LegacyLoomAttributionIcon, LoomAttributionLogo as LegacyLoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
44
49
|
import { OpsgenieIcon as LegacyOpsgenieIcon, OpsgenieLogo as LegacyOpsgenieLogo } from './legacy-logos/opsgenie';
|
|
45
50
|
import { RovoIcon as LegacyRovoIcon, RovoLogo as LegacyRovoLogo } from './legacy-logos/rovo';
|
|
46
51
|
import { StatuspageIcon as LegacyStatuspageIcon, StatuspageLogo as LegacyStatuspageLogo } from './legacy-logos/statuspage';
|
|
@@ -49,7 +54,6 @@ export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
|
49
54
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo } from './legacy-logos/atlassian-marketplace';
|
|
50
55
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
51
56
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon } from './legacy-logos/jira-work-management';
|
|
52
|
-
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
53
57
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
54
58
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
55
59
|
import { createFeatureFlaggedComponent, tempSizeWrapper } from './logo-config';
|
|
@@ -316,6 +320,26 @@ export var TeamsIcon = tempSizeWrapper(NewTeamsIcon);
|
|
|
316
320
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
317
321
|
*/
|
|
318
322
|
export var TeamsLogo = tempSizeWrapper(NewTeamsLogo);
|
|
323
|
+
/**
|
|
324
|
+
* __Bamboo icon__
|
|
325
|
+
*
|
|
326
|
+
* The Bamboo icon without an accompanying wordmark.
|
|
327
|
+
*
|
|
328
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
329
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
330
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
331
|
+
*/
|
|
332
|
+
export var BambooIcon = tempSizeWrapper(NewBambooIcon);
|
|
333
|
+
/**
|
|
334
|
+
* __Bamboo logo__
|
|
335
|
+
*
|
|
336
|
+
* The Bamboo logo with both the wordmark and the icon combined.
|
|
337
|
+
*
|
|
338
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
339
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
340
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
341
|
+
*/
|
|
342
|
+
export var BambooLogo = tempSizeWrapper(NewBambooLogo);
|
|
319
343
|
/**
|
|
320
344
|
* __Bitbucket Data Center icon__
|
|
321
345
|
*
|
|
@@ -356,6 +380,27 @@ export var ConfluenceDataCenterIcon = tempSizeWrapper(NewConfluenceDataCenterIco
|
|
|
356
380
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
357
381
|
*/
|
|
358
382
|
export var ConfluenceDataCenterLogo = tempSizeWrapper(NewConfluenceDataCenterLogo);
|
|
383
|
+
/**
|
|
384
|
+
* __Crowd icon__
|
|
385
|
+
*
|
|
386
|
+
* The Crowd icon without an accompanying wordmark.
|
|
387
|
+
*
|
|
388
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
389
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
390
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
391
|
+
*/
|
|
392
|
+
export var CrowdIcon = tempSizeWrapper(NewCrowdIcon);
|
|
393
|
+
/**
|
|
394
|
+
* __Crowd logo__
|
|
395
|
+
*
|
|
396
|
+
* The Crowd logo with both the wordmark and the icon combined.
|
|
397
|
+
*
|
|
398
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
399
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
400
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
401
|
+
*/
|
|
402
|
+
export var CrowdLogo = tempSizeWrapper(NewCrowdLogo);
|
|
403
|
+
|
|
359
404
|
/**
|
|
360
405
|
* __Jira Data Center icon__
|
|
361
406
|
*
|
|
@@ -613,25 +658,63 @@ export var JiraServiceManagementLogo = createFeatureFlaggedComponent(LegacyJSMLo
|
|
|
613
658
|
/**
|
|
614
659
|
* __Loom icon__
|
|
615
660
|
*
|
|
616
|
-
* The Loom icon
|
|
661
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
617
662
|
*
|
|
618
663
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
619
664
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
620
665
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
621
666
|
*/
|
|
622
667
|
export var LoomIcon = createFeatureFlaggedComponent(LegacyLoomIcon, NewLoomIcon);
|
|
623
|
-
|
|
624
668
|
/**
|
|
625
669
|
* __Loom logo__
|
|
670
|
+
*
|
|
671
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
672
|
+
*
|
|
673
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
674
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
675
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
676
|
+
*/
|
|
677
|
+
export var LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLogo);
|
|
678
|
+
/**
|
|
679
|
+
* __Loom Attribution icon__
|
|
626
680
|
*
|
|
627
|
-
* The Loom
|
|
681
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
628
682
|
*
|
|
629
683
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
630
684
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
631
685
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
632
686
|
*/
|
|
633
|
-
export var
|
|
634
|
-
|
|
687
|
+
export var LoomAttributionIcon = createFeatureFlaggedComponent(LegacyLoomAttributionIcon, NewLoomIcon);
|
|
688
|
+
/**
|
|
689
|
+
* __Loom Attribution logo__
|
|
690
|
+
*
|
|
691
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
692
|
+
*
|
|
693
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
694
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
695
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
696
|
+
*/
|
|
697
|
+
export var LoomAttributionLogo = createFeatureFlaggedComponent(LegacyLoomAttributionLogo, NewLoomAttributionLogo);
|
|
698
|
+
/**
|
|
699
|
+
* __Loom (Blurple) logo__
|
|
700
|
+
*
|
|
701
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
702
|
+
*
|
|
703
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
704
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
705
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
706
|
+
*/
|
|
707
|
+
export var LoomBlurpleLogo = tempSizeWrapper(NewLoomInternalLogo);
|
|
708
|
+
/**
|
|
709
|
+
* __Loom (Blurple) icon__
|
|
710
|
+
*
|
|
711
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
712
|
+
*
|
|
713
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
714
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
715
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
716
|
+
*/
|
|
717
|
+
export var LoomBlurpleIcon = tempSizeWrapper(NewLoomInternalIcon);
|
|
635
718
|
/**
|
|
636
719
|
* __Opsgenie icon__
|
|
637
720
|
*
|