@atlaskit/logo 19.1.0 → 19.3.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 +24 -0
- package/dist/cjs/index.js +280 -128
- package/dist/cjs/logo-config.js +3 -3
- package/dist/es2019/index.js +277 -101
- package/dist/es2019/logo-config.js +3 -3
- package/dist/esm/index.js +277 -101
- package/dist/esm/logo-config.js +3 -3
- package/dist/types/index.d.ts +258 -100
- package/dist/types-ts4.5/index.d.ts +258 -100
- package/package.json +4 -4
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'];
|
package/dist/es2019/index.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { AdminIcon as NewAdminIcon, AdminLogoCS as NewAdminLogo } from '@atlaskit/temp-nav-app-icons/admin';
|
|
1
2
|
import { AlignIcon as NewAlignIcon, AlignLogoCS as NewAlignLogo } from '@atlaskit/temp-nav-app-icons/align';
|
|
2
3
|
import { AnalyticsIcon as NewAnalyticsIcon, AnalyticsLogoCS as NewAnalyticsLogo } from '@atlaskit/temp-nav-app-icons/analytics';
|
|
3
4
|
import { AssetsIcon as NewAssetsIcon, AssetsLogoCS as NewAssetsLogo } from '@atlaskit/temp-nav-app-icons/assets';
|
|
4
5
|
import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from '@atlaskit/temp-nav-app-icons/bitbucket';
|
|
6
|
+
import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from '@atlaskit/temp-nav-app-icons/bitbucket-data-center';
|
|
5
7
|
import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from '@atlaskit/temp-nav-app-icons/chat';
|
|
6
8
|
import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from '@atlaskit/temp-nav-app-icons/compass';
|
|
7
9
|
import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from '@atlaskit/temp-nav-app-icons/confluence';
|
|
10
|
+
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from '@atlaskit/temp-nav-app-icons/confluence-data-center';
|
|
8
11
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from '@atlaskit/temp-nav-app-icons/customer-service-management';
|
|
9
12
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from '@atlaskit/temp-nav-app-icons/focus';
|
|
10
13
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from '@atlaskit/temp-nav-app-icons/goals';
|
|
@@ -12,6 +15,7 @@ import { GuardIcon as NewGuardIcon, GuardLogoCS as NewGuardLogo } from '@atlaski
|
|
|
12
15
|
import { HomeIcon as NewHomeIcon, HomeLogoCS as NewHomeLogo } from '@atlaskit/temp-nav-app-icons/home';
|
|
13
16
|
import { HubIcon as NewHubIcon, HubLogoCS as NewHubLogo } from '@atlaskit/temp-nav-app-icons/hub';
|
|
14
17
|
import { JiraIcon as NewJiraIcon, JiraLogoCS as NewJiraLogo } from '@atlaskit/temp-nav-app-icons/jira';
|
|
18
|
+
import { JiraDataCenterIcon as NewJiraDataCenterIcon, JiraDataCenterLogoCS as NewJiraDataCenterLogo } from '@atlaskit/temp-nav-app-icons/jira-data-center';
|
|
15
19
|
import { JiraProductDiscoveryIcon as NewJPDIcon, JiraProductDiscoveryLogoCS as NewJPDLogo } from '@atlaskit/temp-nav-app-icons/jira-product-discovery';
|
|
16
20
|
import { JiraServiceManagementIcon as NewJSMIcon, JiraServiceManagementLogoCS as NewJSMLogo } from '@atlaskit/temp-nav-app-icons/jira-service-management';
|
|
17
21
|
import { LoomIcon as NewLoomIcon, LoomLogoCS as NewLoomLogo } from '@atlaskit/temp-nav-app-icons/loom';
|
|
@@ -24,6 +28,8 @@ import { StudioIcon as NewStudioIcon, StudioLogoCS as NewStudioLogo } from '@atl
|
|
|
24
28
|
import { TalentIcon as NewTalentIcon, TalentLogoCS as NewTalentLogo } from '@atlaskit/temp-nav-app-icons/talent';
|
|
25
29
|
import { TeamsIcon as NewTeamsIcon, TeamsLogoCS as NewTeamsLogo } from '@atlaskit/temp-nav-app-icons/teams';
|
|
26
30
|
import { TrelloIcon as NewTrelloIcon, TrelloLogoCS as NewTrelloLogo } from '@atlaskit/temp-nav-app-icons/trello';
|
|
31
|
+
import { AtlassianAdminIcon as LegacyAtlassianAdminIcon, AtlassianAdminLogo as LegacyAtlassianAdminLogo } from './legacy-logos/atlassian-admin';
|
|
32
|
+
import { AtlassianAdministrationIcon as LegacyAtlassianAdministrationIcon, AtlassianAdministrationLogo as LegacyAtlassianAdministrationLogo } from './legacy-logos/atlassian-administration';
|
|
27
33
|
import { AtlassianAnalyticsIcon as LegacyAtlassianAnalyticsIcon, AtlassianAnalyticsLogo as LegacyAtlassianAnalyticsLogo } from './legacy-logos/atlassian-analytics';
|
|
28
34
|
import { BitbucketIcon as LegacyBitbucketIcon, BitbucketLogo as LegacyBitbucketLogo } from './legacy-logos/bitbucket';
|
|
29
35
|
import { CompassIcon as LegacyCompassIcon, CompassLogo as LegacyCompassLogo } from './legacy-logos/compass';
|
|
@@ -42,255 +48,400 @@ import { TrelloIcon as LegacyTrelloIcon, TrelloLogo as LegacyTrelloLogo } from '
|
|
|
42
48
|
export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
43
49
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo } from './legacy-logos/atlassian-marketplace';
|
|
44
50
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
45
|
-
export { AtlassianAdministrationIcon, AtlassianAdministrationLogo } from './legacy-logos/atlassian-administration';
|
|
46
|
-
export { AtlassianAdminIcon, AtlassianAdminLogo } from './legacy-logos/atlassian-admin';
|
|
47
51
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon } from './legacy-logos/jira-work-management';
|
|
48
52
|
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
49
53
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
50
54
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
51
55
|
import { createFeatureFlaggedComponent, tempSizeWrapper } from './logo-config';
|
|
52
56
|
|
|
57
|
+
/**
|
|
58
|
+
* __Admin icon__
|
|
59
|
+
*
|
|
60
|
+
* The Admin icon without an accompanying wordmark.
|
|
61
|
+
*
|
|
62
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
63
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
64
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
65
|
+
*/
|
|
66
|
+
export const AdminIcon = tempSizeWrapper(NewAdminIcon);
|
|
67
|
+
/**
|
|
68
|
+
* __Admin logo__
|
|
69
|
+
*
|
|
70
|
+
* The Admin logo with both the wordmark and the icon combined.
|
|
71
|
+
*
|
|
72
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
73
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
74
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
75
|
+
*/
|
|
76
|
+
export const AdminLogo = tempSizeWrapper(NewAdminLogo);
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* __Analytics icon__
|
|
80
|
+
*
|
|
81
|
+
* The Analytics icon without an accompanying wordmark.
|
|
82
|
+
*
|
|
83
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
84
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
85
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
86
|
+
*/
|
|
87
|
+
export const AnalyticsIcon = tempSizeWrapper(NewAnalyticsIcon);
|
|
88
|
+
/**
|
|
89
|
+
* __Analytics logo__
|
|
90
|
+
*
|
|
91
|
+
* The Analytics logo with both the wordmark and the icon combined.
|
|
92
|
+
*
|
|
93
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
94
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
95
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
96
|
+
*/
|
|
97
|
+
export const AnalyticsLogo = tempSizeWrapper(NewAnalyticsLogo);
|
|
98
|
+
|
|
53
99
|
/**
|
|
54
100
|
* __Assets icon__
|
|
55
101
|
*
|
|
56
|
-
*
|
|
102
|
+
* The Assets icon without an accompanying wordmark.
|
|
57
103
|
*
|
|
58
|
-
* - [Examples](https://atlassian.design/components/
|
|
59
|
-
* - [Code](https://atlassian.design/components/
|
|
60
|
-
* - [Usage](https://atlassian.design/components/
|
|
104
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
105
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
106
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
61
107
|
*/
|
|
62
108
|
export const AssetsIcon = tempSizeWrapper(NewAssetsIcon);
|
|
63
109
|
/**
|
|
64
110
|
* __Assets logo__
|
|
65
111
|
*
|
|
66
|
-
*
|
|
112
|
+
* The Assets logo with both the wordmark and the icon combined.
|
|
67
113
|
*
|
|
68
|
-
* - [Examples](https://atlassian.design/components/
|
|
69
|
-
* - [Code](https://atlassian.design/components/
|
|
70
|
-
* - [Usage](https://atlassian.design/components/
|
|
114
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
115
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
116
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
71
117
|
*/
|
|
72
118
|
export const AssetsLogo = tempSizeWrapper(NewAssetsLogo);
|
|
73
119
|
/**
|
|
74
120
|
* __Chat icon__
|
|
75
121
|
*
|
|
76
|
-
*
|
|
122
|
+
* The Chat icon without an accompanying wordmark.
|
|
77
123
|
*
|
|
78
|
-
* - [Examples](https://atlassian.design/components/
|
|
79
|
-
* - [Code](https://atlassian.design/components/
|
|
80
|
-
* - [Usage](https://atlassian.design/components/
|
|
124
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
125
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
126
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
81
127
|
*/
|
|
82
128
|
export const ChatIcon = tempSizeWrapper(NewChatIcon);
|
|
83
129
|
/**
|
|
84
130
|
* __Chat logo__
|
|
85
131
|
*
|
|
86
|
-
*
|
|
132
|
+
* The Chat logo with both the wordmark and the icon combined.
|
|
87
133
|
*
|
|
88
|
-
* - [Examples](https://atlassian.design/components/
|
|
89
|
-
* - [Code](https://atlassian.design/components/
|
|
90
|
-
* - [Usage](https://atlassian.design/components/
|
|
134
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
135
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
136
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
91
137
|
*/
|
|
92
138
|
export const ChatLogo = tempSizeWrapper(NewChatLogo);
|
|
93
139
|
/**
|
|
94
140
|
* __Customer Service Management icon__
|
|
95
141
|
*
|
|
96
|
-
*
|
|
142
|
+
* The Customer service management icon without an accompanying wordmark.
|
|
97
143
|
*
|
|
98
|
-
* - [Examples](https://atlassian.design/components/
|
|
99
|
-
* - [Code](https://atlassian.design/components/
|
|
100
|
-
* - [Usage](https://atlassian.design/components/
|
|
144
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
145
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
146
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
101
147
|
*/
|
|
102
148
|
export const CustomerServiceManagementIcon = tempSizeWrapper(NewCustomerServiceManagementIcon);
|
|
103
149
|
/**
|
|
104
150
|
* __Customer Service Management logo__
|
|
105
151
|
*
|
|
106
|
-
*
|
|
152
|
+
* The Customer service management logo with both the wordmark and the icon combined.
|
|
107
153
|
*
|
|
108
|
-
* - [Examples](https://atlassian.design/components/
|
|
109
|
-
* - [Code](https://atlassian.design/components/
|
|
110
|
-
* - [Usage](https://atlassian.design/components/
|
|
154
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
155
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
156
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
111
157
|
*/
|
|
112
158
|
export const CustomerServiceManagementLogo = tempSizeWrapper(NewCustomerServiceManagementLogo);
|
|
113
159
|
/**
|
|
114
160
|
* __Goals icon__
|
|
115
161
|
*
|
|
116
|
-
*
|
|
162
|
+
* The Goals icon without an accompanying wordmark.
|
|
117
163
|
*
|
|
118
|
-
* - [Examples](https://atlassian.design/components/
|
|
119
|
-
* - [Code](https://atlassian.design/components/
|
|
120
|
-
* - [Usage](https://atlassian.design/components/
|
|
164
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
165
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
166
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
121
167
|
*/
|
|
122
168
|
export const GoalsIcon = tempSizeWrapper(NewGoalsIcon);
|
|
123
169
|
/**
|
|
124
170
|
* __Goals logo__
|
|
125
171
|
*
|
|
126
|
-
*
|
|
172
|
+
* The Goals logo with both the wordmark and the icon combined.
|
|
127
173
|
*
|
|
128
|
-
* - [Examples](https://atlassian.design/components/
|
|
129
|
-
* - [Code](https://atlassian.design/components/
|
|
130
|
-
* - [Usage](https://atlassian.design/components/
|
|
174
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
175
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
176
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
131
177
|
*/
|
|
132
178
|
export const GoalsLogo = tempSizeWrapper(NewGoalsLogo);
|
|
133
179
|
/**
|
|
134
180
|
* __Home icon__
|
|
135
181
|
*
|
|
136
|
-
*
|
|
182
|
+
* The Home icon without an accompanying wordmark.
|
|
137
183
|
*
|
|
138
|
-
* - [Examples](https://atlassian.design/components/
|
|
139
|
-
* - [Code](https://atlassian.design/components/
|
|
140
|
-
* - [Usage](https://atlassian.design/components/
|
|
184
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
185
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
186
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
141
187
|
*/
|
|
142
188
|
export const HomeIcon = tempSizeWrapper(NewHomeIcon);
|
|
143
189
|
/**
|
|
144
190
|
* __Home logo__
|
|
145
191
|
*
|
|
146
|
-
*
|
|
192
|
+
* The Home logo with both the wordmark and the icon combined.
|
|
147
193
|
*
|
|
148
|
-
* - [Examples](https://atlassian.design/components/
|
|
149
|
-
* - [Code](https://atlassian.design/components/
|
|
150
|
-
* - [Usage](https://atlassian.design/components/
|
|
194
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
195
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
196
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
151
197
|
*/
|
|
152
198
|
export const HomeLogo = tempSizeWrapper(NewHomeLogo);
|
|
153
199
|
/**
|
|
154
200
|
* __Hub icon
|
|
155
201
|
*
|
|
156
|
-
*
|
|
202
|
+
* The Hub icon without an accompanying wordmark.
|
|
157
203
|
*
|
|
158
|
-
* - [Examples](https://atlassian.design/components/
|
|
159
|
-
* - [Code](https://atlassian.design/components/
|
|
160
|
-
* - [Usage](https://atlassian.design/components/
|
|
204
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
205
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
206
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
161
207
|
*/
|
|
162
208
|
export const HubIcon = tempSizeWrapper(NewHubIcon);
|
|
163
209
|
/**
|
|
164
210
|
* Hub logo__
|
|
165
211
|
*
|
|
166
|
-
*
|
|
212
|
+
* The Hub logo with both the wordmark and the icon combined.
|
|
167
213
|
*
|
|
168
|
-
* - [Examples](https://atlassian.design/components/
|
|
169
|
-
* - [Code](https://atlassian.design/components/
|
|
170
|
-
* - [Usage](https://atlassian.design/components/
|
|
214
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
215
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
216
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
171
217
|
*/
|
|
172
218
|
export const HubLogo = tempSizeWrapper(NewHubLogo);
|
|
173
219
|
/**
|
|
174
220
|
* __Projects icon__
|
|
175
221
|
*
|
|
176
|
-
*
|
|
222
|
+
* The Projects icon without an accompanying wordmark.
|
|
177
223
|
*
|
|
178
|
-
* - [Examples](https://atlassian.design/components/
|
|
179
|
-
* - [Code](https://atlassian.design/components/
|
|
180
|
-
* - [Usage](https://atlassian.design/components/
|
|
224
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
225
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
226
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
181
227
|
*/
|
|
182
228
|
export const ProjectsIcon = tempSizeWrapper(NewProjectsIcon);
|
|
183
229
|
/**
|
|
184
230
|
* __Projects logo__
|
|
185
231
|
*
|
|
186
|
-
*
|
|
232
|
+
* The Projects logo with both the wordmark and the icon combined.
|
|
187
233
|
*
|
|
188
|
-
* - [Examples](https://atlassian.design/components/
|
|
189
|
-
* - [Code](https://atlassian.design/components/
|
|
190
|
-
* - [Usage](https://atlassian.design/components/
|
|
234
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
235
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
236
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
191
237
|
*/
|
|
192
238
|
export const ProjectsLogo = tempSizeWrapper(NewProjectsLogo);
|
|
193
239
|
/**
|
|
194
240
|
* __Search icon__
|
|
195
241
|
*
|
|
196
|
-
*
|
|
242
|
+
* The Search icon without an accompanying wordmark.
|
|
197
243
|
*
|
|
198
|
-
* - [Examples](https://atlassian.design/components/
|
|
199
|
-
* - [Code](https://atlassian.design/components/
|
|
200
|
-
* - [Usage](https://atlassian.design/components/
|
|
244
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
245
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
246
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
201
247
|
*/
|
|
202
248
|
export const SearchIcon = tempSizeWrapper(NewSearchIcon);
|
|
203
249
|
/**
|
|
204
250
|
* __Search logo__
|
|
205
251
|
*
|
|
206
|
-
*
|
|
252
|
+
* The Search logo with both the wordmark and the icon combined.
|
|
207
253
|
*
|
|
208
|
-
* - [Examples](https://atlassian.design/components/
|
|
209
|
-
* - [Code](https://atlassian.design/components/
|
|
210
|
-
* - [Usage](https://atlassian.design/components/
|
|
254
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
255
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
256
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
211
257
|
*/
|
|
212
258
|
export const SearchLogo = tempSizeWrapper(NewSearchLogo);
|
|
213
259
|
/**
|
|
214
260
|
* __Studio icon__
|
|
215
261
|
*
|
|
216
|
-
*
|
|
262
|
+
* The Studio icon without an accompanying wordmark.
|
|
217
263
|
*
|
|
218
|
-
* - [Examples](https://atlassian.design/components/
|
|
219
|
-
* - [Code](https://atlassian.design/components/
|
|
220
|
-
* - [Usage](https://atlassian.design/components/
|
|
264
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
265
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
266
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
221
267
|
*/
|
|
222
268
|
export const StudioIcon = tempSizeWrapper(NewStudioIcon);
|
|
223
269
|
/**
|
|
224
270
|
* __Studio logo__
|
|
225
271
|
*
|
|
226
|
-
*
|
|
272
|
+
* The Studio logo with both the wordmark and the icon combined.
|
|
227
273
|
*
|
|
228
|
-
* - [Examples](https://atlassian.design/components/
|
|
229
|
-
* - [Code](https://atlassian.design/components/
|
|
230
|
-
* - [Usage](https://atlassian.design/components/
|
|
274
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
275
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
276
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
231
277
|
*/
|
|
232
278
|
export const StudioLogo = tempSizeWrapper(NewStudioLogo);
|
|
233
279
|
/**
|
|
234
280
|
* __Talent icon__
|
|
235
281
|
*
|
|
236
|
-
*
|
|
282
|
+
* The Talent icon without an accompanying wordmark.
|
|
283
|
+
*
|
|
284
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
285
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
286
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
287
|
+
*/
|
|
288
|
+
export const TalentIcon = tempSizeWrapper(NewTalentIcon);
|
|
289
|
+
/**
|
|
290
|
+
* __Talent logo__
|
|
291
|
+
*
|
|
292
|
+
* The Talent logo with both the wordmark and the icon combined.
|
|
293
|
+
*
|
|
294
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
295
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
296
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
297
|
+
*/
|
|
298
|
+
export const TalentLogo = tempSizeWrapper(NewTalentLogo);
|
|
299
|
+
/**
|
|
300
|
+
* __Teams icon__
|
|
301
|
+
*
|
|
302
|
+
* The Teams icon without an accompanying wordmark.
|
|
303
|
+
*
|
|
304
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
305
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
306
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
307
|
+
*/
|
|
308
|
+
export const TeamsIcon = tempSizeWrapper(NewTeamsIcon);
|
|
309
|
+
/**
|
|
310
|
+
* __Teams logo__
|
|
311
|
+
*
|
|
312
|
+
* The Teams logo with both the wordmark and the icon combined.
|
|
313
|
+
*
|
|
314
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
315
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
316
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
317
|
+
*/
|
|
318
|
+
export const TeamsLogo = tempSizeWrapper(NewTeamsLogo);
|
|
319
|
+
/**
|
|
320
|
+
* __Bitbucket Data Center icon__
|
|
321
|
+
*
|
|
322
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
237
323
|
*
|
|
238
324
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
239
325
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
240
326
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
241
327
|
*/
|
|
242
|
-
export const
|
|
328
|
+
export const BitbucketDataCenterIcon = tempSizeWrapper(NewBitbucketDataCenterIcon);
|
|
243
329
|
/**
|
|
244
|
-
*
|
|
330
|
+
* __Bitbucket Data Center logo__
|
|
245
331
|
*
|
|
246
|
-
*
|
|
332
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
247
333
|
*
|
|
248
334
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
249
335
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
250
336
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
251
337
|
*/
|
|
252
|
-
export const
|
|
338
|
+
export const BitbucketDataCenterLogo = tempSizeWrapper(NewBitbucketDataCenterLogo);
|
|
253
339
|
/**
|
|
254
|
-
*
|
|
340
|
+
* __Confluence Data Center icon__
|
|
255
341
|
*
|
|
256
|
-
*
|
|
342
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
257
343
|
*
|
|
258
344
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
259
345
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
260
346
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
261
347
|
*/
|
|
262
|
-
export const
|
|
348
|
+
export const ConfluenceDataCenterIcon = tempSizeWrapper(NewConfluenceDataCenterIcon);
|
|
263
349
|
/**
|
|
264
|
-
*
|
|
350
|
+
* __Confluence Data Center logo__
|
|
265
351
|
*
|
|
266
|
-
*
|
|
352
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
267
353
|
*
|
|
268
354
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
269
355
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
270
356
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
271
357
|
*/
|
|
272
|
-
export const
|
|
273
|
-
|
|
358
|
+
export const ConfluenceDataCenterLogo = tempSizeWrapper(NewConfluenceDataCenterLogo);
|
|
274
359
|
/**
|
|
275
|
-
*
|
|
360
|
+
* __Jira Data Center icon__
|
|
276
361
|
*
|
|
277
|
-
*
|
|
362
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
278
363
|
*
|
|
279
364
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
280
365
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
281
366
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
282
367
|
*/
|
|
283
|
-
export const
|
|
368
|
+
export const JiraDataCenterIcon = tempSizeWrapper(NewJiraDataCenterIcon);
|
|
284
369
|
/**
|
|
285
|
-
*
|
|
370
|
+
* __Jira Data Center logo__
|
|
286
371
|
*
|
|
287
|
-
*
|
|
372
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
288
373
|
*
|
|
289
374
|
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
290
375
|
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
291
376
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
292
377
|
*/
|
|
378
|
+
export const JiraDataCenterLogo = tempSizeWrapper(NewJiraDataCenterLogo);
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* __Atlassian Administration icon__
|
|
382
|
+
*
|
|
383
|
+
* The Atlassian Administration icon without an accompanying wordmark.
|
|
384
|
+
*
|
|
385
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
386
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
387
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
388
|
+
*/
|
|
389
|
+
export const AtlassianAdministrationIcon = createFeatureFlaggedComponent(LegacyAtlassianAdministrationIcon, NewAdminIcon);
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* __Atlassian Administration logo__
|
|
393
|
+
*
|
|
394
|
+
* The Atlassian Administration logo with both the wordmark and the icon combined.
|
|
395
|
+
*
|
|
396
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
397
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
398
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
399
|
+
*/
|
|
400
|
+
export const AtlassianAdministrationLogo = createFeatureFlaggedComponent(LegacyAtlassianAdministrationLogo, NewAdminLogo);
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* __Atlassian Admin icon__
|
|
404
|
+
*
|
|
405
|
+
* The Atlassian Admin icon without an accompanying wordmark.
|
|
406
|
+
*
|
|
407
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
408
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
409
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
410
|
+
*/
|
|
411
|
+
export const AtlassianAdminIcon = createFeatureFlaggedComponent(LegacyAtlassianAdminIcon, NewAdminIcon);
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* __Atlassian Admin logo__
|
|
415
|
+
*
|
|
416
|
+
* The Atlassian Admin logo with both the wordmark and the icon combined.
|
|
417
|
+
*
|
|
418
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
419
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
420
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
421
|
+
*/
|
|
422
|
+
export const AtlassianAdminLogo = createFeatureFlaggedComponent(LegacyAtlassianAdminLogo, NewAdminLogo);
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* __Atlassian Analytics icon__
|
|
426
|
+
*
|
|
427
|
+
* The Atlassian Analytics icon without an accompanying wordmark.
|
|
428
|
+
*
|
|
429
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
430
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
431
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
432
|
+
*/
|
|
433
|
+
export const AtlassianAnalyticsIcon = createFeatureFlaggedComponent(LegacyAtlassianAnalyticsIcon, NewAnalyticsIcon);
|
|
434
|
+
/**
|
|
435
|
+
* __Atlassian Analytics logo__
|
|
436
|
+
*
|
|
437
|
+
* The Atlassian Analytics logo with both the wordmark and the icon combined.
|
|
438
|
+
*
|
|
439
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
440
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
441
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
442
|
+
*/
|
|
293
443
|
export const AtlassianAnalyticsLogo = createFeatureFlaggedComponent(LegacyAtlassianAnalyticsLogo, NewAnalyticsLogo);
|
|
444
|
+
|
|
294
445
|
/**
|
|
295
446
|
* __Bitbucket icon__
|
|
296
447
|
*
|
|
@@ -352,26 +503,49 @@ export const ConfluenceIcon = createFeatureFlaggedComponent(LegacyConfluenceIcon
|
|
|
352
503
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
353
504
|
*/
|
|
354
505
|
export const ConfluenceLogo = createFeatureFlaggedComponent(LegacyConfluenceLogo, NewConfluenceLogo);
|
|
506
|
+
|
|
355
507
|
/**
|
|
356
508
|
* __Align icon__
|
|
357
509
|
*
|
|
358
|
-
*
|
|
510
|
+
* The Align icon without an accompanying wordmark.
|
|
359
511
|
*
|
|
360
|
-
* - [Examples](https://atlassian.design/components/
|
|
361
|
-
* - [Code](https://atlassian.design/components/
|
|
362
|
-
* - [Usage](https://atlassian.design/components/
|
|
512
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
513
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
514
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
363
515
|
*/
|
|
364
|
-
export const
|
|
516
|
+
export const AlignIcon = tempSizeWrapper(NewAlignIcon);
|
|
365
517
|
/**
|
|
366
518
|
* __Align logo__
|
|
367
519
|
*
|
|
368
|
-
*
|
|
520
|
+
* The Align logo with both the wordmark and the icon combined.
|
|
369
521
|
*
|
|
370
|
-
* - [Examples](https://atlassian.design/components/
|
|
371
|
-
* - [Code](https://atlassian.design/components/
|
|
372
|
-
* - [Usage](https://atlassian.design/components/
|
|
522
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
523
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
524
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
525
|
+
*/
|
|
526
|
+
export const AlignLogo = tempSizeWrapper(NewAlignLogo);
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* __Jira Align icon__
|
|
530
|
+
*
|
|
531
|
+
* The Jira Align icon without an accompanying wordmark.
|
|
532
|
+
*
|
|
533
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
534
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
535
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
536
|
+
*/
|
|
537
|
+
export const JiraAlignIcon = createFeatureFlaggedComponent(LegacyJiraAlignIcon, NewAlignIcon);
|
|
538
|
+
/**
|
|
539
|
+
* __Jira Align logo__
|
|
540
|
+
*
|
|
541
|
+
* The Jira Align logo with both the wordmark and the icon combined.
|
|
542
|
+
*
|
|
543
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
544
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
545
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
373
546
|
*/
|
|
374
547
|
export const JiraAlignLogo = createFeatureFlaggedComponent(LegacyJiraAlignLogo, NewAlignLogo);
|
|
548
|
+
|
|
375
549
|
/**
|
|
376
550
|
* __Jira icon__
|
|
377
551
|
*
|
|
@@ -439,7 +613,7 @@ export const JiraServiceManagementLogo = createFeatureFlaggedComponent(LegacyJSM
|
|
|
439
613
|
/**
|
|
440
614
|
* __Loom icon__
|
|
441
615
|
*
|
|
442
|
-
*
|
|
616
|
+
* The Loom icon {description}.
|
|
443
617
|
*
|
|
444
618
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
445
619
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
@@ -539,6 +713,7 @@ export const RovoIcon = createFeatureFlaggedComponent(LegacyRovoIcon, NewRovoIco
|
|
|
539
713
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
540
714
|
*/
|
|
541
715
|
export const RovoLogo = createFeatureFlaggedComponent(LegacyRovoLogo, NewRovoLogo);
|
|
716
|
+
|
|
542
717
|
/**
|
|
543
718
|
* __Guard icon__
|
|
544
719
|
*
|
|
@@ -559,6 +734,7 @@ export const GuardIcon = createFeatureFlaggedComponent(LegacyGuardIcon, NewGuard
|
|
|
559
734
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
560
735
|
*/
|
|
561
736
|
export const GuardLogo = createFeatureFlaggedComponent(LegacyGuardLogo, NewGuardLogo);
|
|
737
|
+
|
|
562
738
|
/**
|
|
563
739
|
* __Focus icon__
|
|
564
740
|
*
|
|
@@ -46,10 +46,10 @@ export const tempSizeWrapper = NewComponent => {
|
|
|
46
46
|
};
|
|
47
47
|
|
|
48
48
|
// Logos that only exist in @atlaskit/logo
|
|
49
|
-
export const LEGACY_ONLY_LOGOS = ['atlassian', 'atlas', 'atlassian-marketplace', 'atlassian-access', '
|
|
49
|
+
export const LEGACY_ONLY_LOGOS = ['atlassian', 'atlas', 'atlassian-marketplace', 'atlassian-access', 'jira-software', 'jira-work-management', 'loom-attribution'];
|
|
50
50
|
|
|
51
51
|
// Logos that exist in both packages
|
|
52
|
-
export const SHARED_LOGOS = ['atlassian-analytics', 'bitbucket', 'compass', 'confluence', 'jira', 'jira-align', 'jira-product-discovery', 'jira-service-management', 'loom', 'opsgenie', 'statuspage', 'trello', 'rovo', 'guard', 'focus'];
|
|
52
|
+
export const 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'];
|
|
53
53
|
|
|
54
54
|
// Logos that only exist in @atlaskit/temp-nav-app-icons
|
|
55
|
-
export const NEW_ONLY_LOGOS = ['assets', 'chat', 'customer-service-management', 'goals', 'home', 'hub', 'projects', 'search', 'studio', 'talent', 'teams'];
|
|
55
|
+
export const NEW_ONLY_LOGOS = ['admin', 'analytics', 'align', 'assets', 'chat', 'customer-service-management', 'goals', 'home', 'hub', 'projects', 'search', 'studio', 'talent', 'teams'];
|