@atlaskit/logo 19.5.0 → 19.5.2
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 +17 -0
- package/dist/cjs/index.js +14 -14
- package/dist/cjs/logo-config.js +41 -41
- package/dist/es2019/exports/raw-icons.js +1 -1
- package/dist/es2019/index.js +14 -14
- package/dist/es2019/logo-config.js +41 -41
- package/dist/esm/exports/raw-icons.js +1 -1
- package/dist/esm/index.js +14 -14
- package/dist/esm/logo-config.js +41 -41
- package/dist/types/exports/raw-icons.d.ts +1 -1
- package/dist/types/index.d.ts +14 -14
- package/dist/types-ts4.5/exports/raw-icons.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +14 -14
- package/package.json +6 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#185530](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185530)
|
|
8
|
+
[`555824150f707`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/555824150f707) -
|
|
9
|
+
Fixed inconsistency in `aria-label` handling between old and new logo designs. When label is an
|
|
10
|
+
empty string, new logos (with `shouldUseNewLogoDesign`) now correctly remove the `aria-label`
|
|
11
|
+
attribute to make them decorative, matching the behavior of old logos.
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 19.5.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 19.5.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/dist/cjs/index.js
CHANGED
|
@@ -747,13 +747,13 @@ var JiraServiceManagementLogo = exports.JiraServiceManagementLogo = (0, _logoCon
|
|
|
747
747
|
var LoomIcon = exports.LoomIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomIcon, _loom.LoomIcon);
|
|
748
748
|
/**
|
|
749
749
|
* __Loom logo__
|
|
750
|
-
*
|
|
751
|
-
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
752
|
-
*
|
|
753
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
754
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
755
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
756
|
-
*/
|
|
750
|
+
*
|
|
751
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
752
|
+
*
|
|
753
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
754
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
755
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
756
|
+
*/
|
|
757
757
|
var LoomLogo = exports.LoomLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomLogo, _loom.LoomLogoCS);
|
|
758
758
|
/**
|
|
759
759
|
* __Loom Attribution icon__
|
|
@@ -767,13 +767,13 @@ var LoomLogo = exports.LoomLogo = (0, _logoConfig.createFeatureFlaggedComponent)
|
|
|
767
767
|
var LoomAttributionIcon = exports.LoomAttributionIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionIcon, _loom.LoomIcon);
|
|
768
768
|
/**
|
|
769
769
|
* __Loom Attribution logo__
|
|
770
|
-
*
|
|
771
|
-
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
772
|
-
*
|
|
773
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
774
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
775
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
776
|
-
*/
|
|
770
|
+
*
|
|
771
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
772
|
+
*
|
|
773
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
774
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
775
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
776
|
+
*/
|
|
777
777
|
var LoomAttributionLogo = exports.LoomAttributionLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionLogo, _loomAttribution.LoomAttributionLogoCS);
|
|
778
778
|
/**
|
|
779
779
|
* __Loom (Blurple) logo__
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -57,156 +57,156 @@ var logoDocsSchema = exports.logoDocsSchema = [
|
|
|
57
57
|
{
|
|
58
58
|
name: 'atlassian',
|
|
59
59
|
type: 'legacy',
|
|
60
|
-
category:
|
|
60
|
+
category: 'program'
|
|
61
61
|
}, {
|
|
62
62
|
name: 'atlassian-access',
|
|
63
63
|
type: 'legacy',
|
|
64
|
-
category:
|
|
64
|
+
category: 'program'
|
|
65
65
|
}, {
|
|
66
66
|
name: 'atlassian-marketplace',
|
|
67
67
|
type: 'legacy',
|
|
68
|
-
category:
|
|
68
|
+
category: 'program'
|
|
69
69
|
},
|
|
70
70
|
// Home collection
|
|
71
71
|
{
|
|
72
72
|
name: 'home',
|
|
73
73
|
type: 'new',
|
|
74
|
-
category:
|
|
74
|
+
category: 'app'
|
|
75
75
|
}, {
|
|
76
76
|
name: 'hub',
|
|
77
77
|
type: 'new',
|
|
78
|
-
category:
|
|
78
|
+
category: 'app'
|
|
79
79
|
},
|
|
80
80
|
// Teamwork collection
|
|
81
81
|
{
|
|
82
82
|
name: 'confluence',
|
|
83
83
|
type: 'migration',
|
|
84
|
-
category:
|
|
84
|
+
category: 'app'
|
|
85
85
|
}, {
|
|
86
86
|
name: 'jira',
|
|
87
87
|
type: 'migration',
|
|
88
|
-
category:
|
|
88
|
+
category: 'app'
|
|
89
89
|
}, {
|
|
90
90
|
name: 'loom',
|
|
91
91
|
type: 'migration',
|
|
92
|
-
category:
|
|
92
|
+
category: 'app'
|
|
93
93
|
}, {
|
|
94
94
|
name: 'loom-blurple',
|
|
95
95
|
type: 'new',
|
|
96
|
-
category:
|
|
96
|
+
category: 'app',
|
|
97
97
|
skipExample: true
|
|
98
98
|
}, {
|
|
99
99
|
name: 'loom-attribution',
|
|
100
100
|
type: 'migration',
|
|
101
|
-
category:
|
|
101
|
+
category: 'app'
|
|
102
102
|
}, {
|
|
103
103
|
name: 'rovo',
|
|
104
104
|
type: 'migration',
|
|
105
|
-
category:
|
|
105
|
+
category: 'app'
|
|
106
106
|
},
|
|
107
107
|
// Strategy collection
|
|
108
108
|
{
|
|
109
109
|
name: 'align',
|
|
110
110
|
type: 'new',
|
|
111
|
-
category:
|
|
111
|
+
category: 'app'
|
|
112
112
|
}, {
|
|
113
113
|
name: 'focus',
|
|
114
114
|
type: 'migration',
|
|
115
|
-
category:
|
|
115
|
+
category: 'app'
|
|
116
116
|
}, {
|
|
117
117
|
name: 'talent',
|
|
118
118
|
type: 'new',
|
|
119
|
-
category:
|
|
119
|
+
category: 'app'
|
|
120
120
|
},
|
|
121
121
|
// Product collection
|
|
122
122
|
{
|
|
123
123
|
name: 'jira-product-discovery',
|
|
124
124
|
type: 'migration',
|
|
125
|
-
category:
|
|
125
|
+
category: 'app'
|
|
126
126
|
},
|
|
127
127
|
// Dev collection
|
|
128
128
|
{
|
|
129
129
|
name: 'bitbucket',
|
|
130
130
|
type: 'migration',
|
|
131
|
-
category:
|
|
131
|
+
category: 'app'
|
|
132
132
|
}, {
|
|
133
133
|
name: 'compass',
|
|
134
134
|
type: 'migration',
|
|
135
|
-
category:
|
|
135
|
+
category: 'app'
|
|
136
136
|
},
|
|
137
137
|
// Customer collection
|
|
138
138
|
{
|
|
139
139
|
name: 'jira-service-management',
|
|
140
140
|
type: 'migration',
|
|
141
|
-
category:
|
|
141
|
+
category: 'app'
|
|
142
142
|
}, {
|
|
143
143
|
name: 'assets',
|
|
144
144
|
type: 'new',
|
|
145
|
-
category:
|
|
145
|
+
category: 'app'
|
|
146
146
|
}, {
|
|
147
147
|
name: 'customer-service-management',
|
|
148
148
|
type: 'new',
|
|
149
|
-
category:
|
|
149
|
+
category: 'app'
|
|
150
150
|
}, {
|
|
151
151
|
name: 'opsgenie',
|
|
152
152
|
type: 'migration',
|
|
153
|
-
category:
|
|
153
|
+
category: 'app'
|
|
154
154
|
}, {
|
|
155
155
|
name: 'statuspage',
|
|
156
156
|
type: 'migration',
|
|
157
|
-
category:
|
|
157
|
+
category: 'app'
|
|
158
158
|
}, {
|
|
159
159
|
name: 'trello',
|
|
160
160
|
type: 'migration',
|
|
161
|
-
category:
|
|
161
|
+
category: 'app'
|
|
162
162
|
},
|
|
163
163
|
// Platform Collection
|
|
164
164
|
{
|
|
165
165
|
name: 'admin',
|
|
166
166
|
type: 'new',
|
|
167
|
-
category:
|
|
167
|
+
category: 'app'
|
|
168
168
|
}, {
|
|
169
169
|
name: 'analytics',
|
|
170
170
|
type: 'new',
|
|
171
|
-
category:
|
|
171
|
+
category: 'app'
|
|
172
172
|
}, {
|
|
173
173
|
name: 'chat',
|
|
174
174
|
type: 'new',
|
|
175
|
-
category:
|
|
175
|
+
category: 'app'
|
|
176
176
|
}, {
|
|
177
177
|
name: 'goals',
|
|
178
178
|
type: 'new',
|
|
179
|
-
category:
|
|
179
|
+
category: 'app'
|
|
180
180
|
}, {
|
|
181
181
|
name: 'guard',
|
|
182
182
|
type: 'migration',
|
|
183
|
-
category:
|
|
183
|
+
category: 'app'
|
|
184
184
|
}, {
|
|
185
185
|
name: 'projects',
|
|
186
186
|
type: 'new',
|
|
187
|
-
category:
|
|
187
|
+
category: 'app'
|
|
188
188
|
}, {
|
|
189
189
|
name: 'search',
|
|
190
190
|
type: 'new',
|
|
191
|
-
category:
|
|
191
|
+
category: 'app'
|
|
192
192
|
}, {
|
|
193
193
|
name: 'studio',
|
|
194
194
|
type: 'new',
|
|
195
|
-
category:
|
|
195
|
+
category: 'app'
|
|
196
196
|
}, {
|
|
197
197
|
name: 'teams',
|
|
198
198
|
type: 'new',
|
|
199
|
-
category:
|
|
199
|
+
category: 'app'
|
|
200
200
|
},
|
|
201
201
|
// Data Center
|
|
202
202
|
{
|
|
203
203
|
name: 'jira-data-center',
|
|
204
204
|
type: 'new',
|
|
205
|
-
category:
|
|
205
|
+
category: 'app'
|
|
206
206
|
}, {
|
|
207
207
|
name: 'confluence-data-center',
|
|
208
208
|
type: 'new',
|
|
209
|
-
category:
|
|
209
|
+
category: 'app'
|
|
210
210
|
}, {
|
|
211
211
|
name: 'bitbucket-data-center',
|
|
212
212
|
type: 'new',
|
|
@@ -224,43 +224,43 @@ var logoDocsSchema = exports.logoDocsSchema = [
|
|
|
224
224
|
{
|
|
225
225
|
name: 'atlassian-administration',
|
|
226
226
|
type: 'legacy',
|
|
227
|
-
category:
|
|
227
|
+
category: 'app',
|
|
228
228
|
skipExample: true,
|
|
229
229
|
deprecated: true
|
|
230
230
|
}, {
|
|
231
231
|
name: 'atlassian-admin',
|
|
232
232
|
type: 'legacy',
|
|
233
|
-
category:
|
|
233
|
+
category: 'app',
|
|
234
234
|
skipExample: true,
|
|
235
235
|
deprecated: true
|
|
236
236
|
}, {
|
|
237
237
|
name: 'atlassian-analytics',
|
|
238
238
|
type: 'legacy',
|
|
239
|
-
category:
|
|
239
|
+
category: 'app',
|
|
240
240
|
skipExample: true,
|
|
241
241
|
deprecated: true
|
|
242
242
|
}, {
|
|
243
243
|
name: 'atlas',
|
|
244
244
|
type: 'legacy',
|
|
245
|
-
category:
|
|
245
|
+
category: 'app',
|
|
246
246
|
skipExample: true,
|
|
247
247
|
deprecated: true
|
|
248
248
|
}, {
|
|
249
249
|
name: 'jira-align',
|
|
250
250
|
type: 'legacy',
|
|
251
|
-
category:
|
|
251
|
+
category: 'app',
|
|
252
252
|
skipExample: true,
|
|
253
253
|
deprecated: true
|
|
254
254
|
}, {
|
|
255
255
|
name: 'jira-software',
|
|
256
256
|
type: 'legacy',
|
|
257
|
-
category:
|
|
257
|
+
category: 'app',
|
|
258
258
|
skipExample: true,
|
|
259
259
|
deprecated: true
|
|
260
260
|
}, {
|
|
261
261
|
name: 'jira-work-management',
|
|
262
262
|
type: 'legacy',
|
|
263
|
-
category:
|
|
263
|
+
category: 'app',
|
|
264
264
|
skipExample: true,
|
|
265
265
|
deprecated: true
|
|
266
266
|
}];
|
|
@@ -1 +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
|
|
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/es2019/index.js
CHANGED
|
@@ -667,13 +667,13 @@ export const JiraServiceManagementLogo = createFeatureFlaggedComponent(LegacyJSM
|
|
|
667
667
|
export const LoomIcon = createFeatureFlaggedComponent(LegacyLoomIcon, NewLoomIcon);
|
|
668
668
|
/**
|
|
669
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
|
-
*/
|
|
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
677
|
export const LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLogo);
|
|
678
678
|
/**
|
|
679
679
|
* __Loom Attribution icon__
|
|
@@ -687,13 +687,13 @@ export const LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLog
|
|
|
687
687
|
export const LoomAttributionIcon = createFeatureFlaggedComponent(LegacyLoomAttributionIcon, NewLoomIcon);
|
|
688
688
|
/**
|
|
689
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
|
-
*/
|
|
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
697
|
export const LoomAttributionLogo = createFeatureFlaggedComponent(LegacyLoomAttributionLogo, NewLoomAttributionLogo);
|
|
698
698
|
/**
|
|
699
699
|
* __Loom (Blurple) logo__
|
|
@@ -49,156 +49,156 @@ export const logoDocsSchema = [
|
|
|
49
49
|
{
|
|
50
50
|
name: 'atlassian',
|
|
51
51
|
type: 'legacy',
|
|
52
|
-
category:
|
|
52
|
+
category: 'program'
|
|
53
53
|
}, {
|
|
54
54
|
name: 'atlassian-access',
|
|
55
55
|
type: 'legacy',
|
|
56
|
-
category:
|
|
56
|
+
category: 'program'
|
|
57
57
|
}, {
|
|
58
58
|
name: 'atlassian-marketplace',
|
|
59
59
|
type: 'legacy',
|
|
60
|
-
category:
|
|
60
|
+
category: 'program'
|
|
61
61
|
},
|
|
62
62
|
// Home collection
|
|
63
63
|
{
|
|
64
64
|
name: 'home',
|
|
65
65
|
type: 'new',
|
|
66
|
-
category:
|
|
66
|
+
category: 'app'
|
|
67
67
|
}, {
|
|
68
68
|
name: 'hub',
|
|
69
69
|
type: 'new',
|
|
70
|
-
category:
|
|
70
|
+
category: 'app'
|
|
71
71
|
},
|
|
72
72
|
// Teamwork collection
|
|
73
73
|
{
|
|
74
74
|
name: 'confluence',
|
|
75
75
|
type: 'migration',
|
|
76
|
-
category:
|
|
76
|
+
category: 'app'
|
|
77
77
|
}, {
|
|
78
78
|
name: 'jira',
|
|
79
79
|
type: 'migration',
|
|
80
|
-
category:
|
|
80
|
+
category: 'app'
|
|
81
81
|
}, {
|
|
82
82
|
name: 'loom',
|
|
83
83
|
type: 'migration',
|
|
84
|
-
category:
|
|
84
|
+
category: 'app'
|
|
85
85
|
}, {
|
|
86
86
|
name: 'loom-blurple',
|
|
87
87
|
type: 'new',
|
|
88
|
-
category:
|
|
88
|
+
category: 'app',
|
|
89
89
|
skipExample: true
|
|
90
90
|
}, {
|
|
91
91
|
name: 'loom-attribution',
|
|
92
92
|
type: 'migration',
|
|
93
|
-
category:
|
|
93
|
+
category: 'app'
|
|
94
94
|
}, {
|
|
95
95
|
name: 'rovo',
|
|
96
96
|
type: 'migration',
|
|
97
|
-
category:
|
|
97
|
+
category: 'app'
|
|
98
98
|
},
|
|
99
99
|
// Strategy collection
|
|
100
100
|
{
|
|
101
101
|
name: 'align',
|
|
102
102
|
type: 'new',
|
|
103
|
-
category:
|
|
103
|
+
category: 'app'
|
|
104
104
|
}, {
|
|
105
105
|
name: 'focus',
|
|
106
106
|
type: 'migration',
|
|
107
|
-
category:
|
|
107
|
+
category: 'app'
|
|
108
108
|
}, {
|
|
109
109
|
name: 'talent',
|
|
110
110
|
type: 'new',
|
|
111
|
-
category:
|
|
111
|
+
category: 'app'
|
|
112
112
|
},
|
|
113
113
|
// Product collection
|
|
114
114
|
{
|
|
115
115
|
name: 'jira-product-discovery',
|
|
116
116
|
type: 'migration',
|
|
117
|
-
category:
|
|
117
|
+
category: 'app'
|
|
118
118
|
},
|
|
119
119
|
// Dev collection
|
|
120
120
|
{
|
|
121
121
|
name: 'bitbucket',
|
|
122
122
|
type: 'migration',
|
|
123
|
-
category:
|
|
123
|
+
category: 'app'
|
|
124
124
|
}, {
|
|
125
125
|
name: 'compass',
|
|
126
126
|
type: 'migration',
|
|
127
|
-
category:
|
|
127
|
+
category: 'app'
|
|
128
128
|
},
|
|
129
129
|
// Customer collection
|
|
130
130
|
{
|
|
131
131
|
name: 'jira-service-management',
|
|
132
132
|
type: 'migration',
|
|
133
|
-
category:
|
|
133
|
+
category: 'app'
|
|
134
134
|
}, {
|
|
135
135
|
name: 'assets',
|
|
136
136
|
type: 'new',
|
|
137
|
-
category:
|
|
137
|
+
category: 'app'
|
|
138
138
|
}, {
|
|
139
139
|
name: 'customer-service-management',
|
|
140
140
|
type: 'new',
|
|
141
|
-
category:
|
|
141
|
+
category: 'app'
|
|
142
142
|
}, {
|
|
143
143
|
name: 'opsgenie',
|
|
144
144
|
type: 'migration',
|
|
145
|
-
category:
|
|
145
|
+
category: 'app'
|
|
146
146
|
}, {
|
|
147
147
|
name: 'statuspage',
|
|
148
148
|
type: 'migration',
|
|
149
|
-
category:
|
|
149
|
+
category: 'app'
|
|
150
150
|
}, {
|
|
151
151
|
name: 'trello',
|
|
152
152
|
type: 'migration',
|
|
153
|
-
category:
|
|
153
|
+
category: 'app'
|
|
154
154
|
},
|
|
155
155
|
// Platform Collection
|
|
156
156
|
{
|
|
157
157
|
name: 'admin',
|
|
158
158
|
type: 'new',
|
|
159
|
-
category:
|
|
159
|
+
category: 'app'
|
|
160
160
|
}, {
|
|
161
161
|
name: 'analytics',
|
|
162
162
|
type: 'new',
|
|
163
|
-
category:
|
|
163
|
+
category: 'app'
|
|
164
164
|
}, {
|
|
165
165
|
name: 'chat',
|
|
166
166
|
type: 'new',
|
|
167
|
-
category:
|
|
167
|
+
category: 'app'
|
|
168
168
|
}, {
|
|
169
169
|
name: 'goals',
|
|
170
170
|
type: 'new',
|
|
171
|
-
category:
|
|
171
|
+
category: 'app'
|
|
172
172
|
}, {
|
|
173
173
|
name: 'guard',
|
|
174
174
|
type: 'migration',
|
|
175
|
-
category:
|
|
175
|
+
category: 'app'
|
|
176
176
|
}, {
|
|
177
177
|
name: 'projects',
|
|
178
178
|
type: 'new',
|
|
179
|
-
category:
|
|
179
|
+
category: 'app'
|
|
180
180
|
}, {
|
|
181
181
|
name: 'search',
|
|
182
182
|
type: 'new',
|
|
183
|
-
category:
|
|
183
|
+
category: 'app'
|
|
184
184
|
}, {
|
|
185
185
|
name: 'studio',
|
|
186
186
|
type: 'new',
|
|
187
|
-
category:
|
|
187
|
+
category: 'app'
|
|
188
188
|
}, {
|
|
189
189
|
name: 'teams',
|
|
190
190
|
type: 'new',
|
|
191
|
-
category:
|
|
191
|
+
category: 'app'
|
|
192
192
|
},
|
|
193
193
|
// Data Center
|
|
194
194
|
{
|
|
195
195
|
name: 'jira-data-center',
|
|
196
196
|
type: 'new',
|
|
197
|
-
category:
|
|
197
|
+
category: 'app'
|
|
198
198
|
}, {
|
|
199
199
|
name: 'confluence-data-center',
|
|
200
200
|
type: 'new',
|
|
201
|
-
category:
|
|
201
|
+
category: 'app'
|
|
202
202
|
}, {
|
|
203
203
|
name: 'bitbucket-data-center',
|
|
204
204
|
type: 'new',
|
|
@@ -216,43 +216,43 @@ export const logoDocsSchema = [
|
|
|
216
216
|
{
|
|
217
217
|
name: 'atlassian-administration',
|
|
218
218
|
type: 'legacy',
|
|
219
|
-
category:
|
|
219
|
+
category: 'app',
|
|
220
220
|
skipExample: true,
|
|
221
221
|
deprecated: true
|
|
222
222
|
}, {
|
|
223
223
|
name: 'atlassian-admin',
|
|
224
224
|
type: 'legacy',
|
|
225
|
-
category:
|
|
225
|
+
category: 'app',
|
|
226
226
|
skipExample: true,
|
|
227
227
|
deprecated: true
|
|
228
228
|
}, {
|
|
229
229
|
name: 'atlassian-analytics',
|
|
230
230
|
type: 'legacy',
|
|
231
|
-
category:
|
|
231
|
+
category: 'app',
|
|
232
232
|
skipExample: true,
|
|
233
233
|
deprecated: true
|
|
234
234
|
}, {
|
|
235
235
|
name: 'atlas',
|
|
236
236
|
type: 'legacy',
|
|
237
|
-
category:
|
|
237
|
+
category: 'app',
|
|
238
238
|
skipExample: true,
|
|
239
239
|
deprecated: true
|
|
240
240
|
}, {
|
|
241
241
|
name: 'jira-align',
|
|
242
242
|
type: 'legacy',
|
|
243
|
-
category:
|
|
243
|
+
category: 'app',
|
|
244
244
|
skipExample: true,
|
|
245
245
|
deprecated: true
|
|
246
246
|
}, {
|
|
247
247
|
name: 'jira-software',
|
|
248
248
|
type: 'legacy',
|
|
249
|
-
category:
|
|
249
|
+
category: 'app',
|
|
250
250
|
skipExample: true,
|
|
251
251
|
deprecated: true
|
|
252
252
|
}, {
|
|
253
253
|
name: 'jira-work-management',
|
|
254
254
|
type: 'legacy',
|
|
255
|
-
category:
|
|
255
|
+
category: 'app',
|
|
256
256
|
skipExample: true,
|
|
257
257
|
deprecated: true
|
|
258
258
|
}];
|
|
@@ -1 +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
|
|
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
|
@@ -667,13 +667,13 @@ export var JiraServiceManagementLogo = createFeatureFlaggedComponent(LegacyJSMLo
|
|
|
667
667
|
export var LoomIcon = createFeatureFlaggedComponent(LegacyLoomIcon, NewLoomIcon);
|
|
668
668
|
/**
|
|
669
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
|
-
*/
|
|
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
677
|
export var LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLogo);
|
|
678
678
|
/**
|
|
679
679
|
* __Loom Attribution icon__
|
|
@@ -687,13 +687,13 @@ export var LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLogo)
|
|
|
687
687
|
export var LoomAttributionIcon = createFeatureFlaggedComponent(LegacyLoomAttributionIcon, NewLoomIcon);
|
|
688
688
|
/**
|
|
689
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
|
-
*/
|
|
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
697
|
export var LoomAttributionLogo = createFeatureFlaggedComponent(LegacyLoomAttributionLogo, NewLoomAttributionLogo);
|
|
698
698
|
/**
|
|
699
699
|
* __Loom (Blurple) logo__
|
package/dist/esm/logo-config.js
CHANGED
|
@@ -50,156 +50,156 @@ export var logoDocsSchema = [
|
|
|
50
50
|
{
|
|
51
51
|
name: 'atlassian',
|
|
52
52
|
type: 'legacy',
|
|
53
|
-
category:
|
|
53
|
+
category: 'program'
|
|
54
54
|
}, {
|
|
55
55
|
name: 'atlassian-access',
|
|
56
56
|
type: 'legacy',
|
|
57
|
-
category:
|
|
57
|
+
category: 'program'
|
|
58
58
|
}, {
|
|
59
59
|
name: 'atlassian-marketplace',
|
|
60
60
|
type: 'legacy',
|
|
61
|
-
category:
|
|
61
|
+
category: 'program'
|
|
62
62
|
},
|
|
63
63
|
// Home collection
|
|
64
64
|
{
|
|
65
65
|
name: 'home',
|
|
66
66
|
type: 'new',
|
|
67
|
-
category:
|
|
67
|
+
category: 'app'
|
|
68
68
|
}, {
|
|
69
69
|
name: 'hub',
|
|
70
70
|
type: 'new',
|
|
71
|
-
category:
|
|
71
|
+
category: 'app'
|
|
72
72
|
},
|
|
73
73
|
// Teamwork collection
|
|
74
74
|
{
|
|
75
75
|
name: 'confluence',
|
|
76
76
|
type: 'migration',
|
|
77
|
-
category:
|
|
77
|
+
category: 'app'
|
|
78
78
|
}, {
|
|
79
79
|
name: 'jira',
|
|
80
80
|
type: 'migration',
|
|
81
|
-
category:
|
|
81
|
+
category: 'app'
|
|
82
82
|
}, {
|
|
83
83
|
name: 'loom',
|
|
84
84
|
type: 'migration',
|
|
85
|
-
category:
|
|
85
|
+
category: 'app'
|
|
86
86
|
}, {
|
|
87
87
|
name: 'loom-blurple',
|
|
88
88
|
type: 'new',
|
|
89
|
-
category:
|
|
89
|
+
category: 'app',
|
|
90
90
|
skipExample: true
|
|
91
91
|
}, {
|
|
92
92
|
name: 'loom-attribution',
|
|
93
93
|
type: 'migration',
|
|
94
|
-
category:
|
|
94
|
+
category: 'app'
|
|
95
95
|
}, {
|
|
96
96
|
name: 'rovo',
|
|
97
97
|
type: 'migration',
|
|
98
|
-
category:
|
|
98
|
+
category: 'app'
|
|
99
99
|
},
|
|
100
100
|
// Strategy collection
|
|
101
101
|
{
|
|
102
102
|
name: 'align',
|
|
103
103
|
type: 'new',
|
|
104
|
-
category:
|
|
104
|
+
category: 'app'
|
|
105
105
|
}, {
|
|
106
106
|
name: 'focus',
|
|
107
107
|
type: 'migration',
|
|
108
|
-
category:
|
|
108
|
+
category: 'app'
|
|
109
109
|
}, {
|
|
110
110
|
name: 'talent',
|
|
111
111
|
type: 'new',
|
|
112
|
-
category:
|
|
112
|
+
category: 'app'
|
|
113
113
|
},
|
|
114
114
|
// Product collection
|
|
115
115
|
{
|
|
116
116
|
name: 'jira-product-discovery',
|
|
117
117
|
type: 'migration',
|
|
118
|
-
category:
|
|
118
|
+
category: 'app'
|
|
119
119
|
},
|
|
120
120
|
// Dev collection
|
|
121
121
|
{
|
|
122
122
|
name: 'bitbucket',
|
|
123
123
|
type: 'migration',
|
|
124
|
-
category:
|
|
124
|
+
category: 'app'
|
|
125
125
|
}, {
|
|
126
126
|
name: 'compass',
|
|
127
127
|
type: 'migration',
|
|
128
|
-
category:
|
|
128
|
+
category: 'app'
|
|
129
129
|
},
|
|
130
130
|
// Customer collection
|
|
131
131
|
{
|
|
132
132
|
name: 'jira-service-management',
|
|
133
133
|
type: 'migration',
|
|
134
|
-
category:
|
|
134
|
+
category: 'app'
|
|
135
135
|
}, {
|
|
136
136
|
name: 'assets',
|
|
137
137
|
type: 'new',
|
|
138
|
-
category:
|
|
138
|
+
category: 'app'
|
|
139
139
|
}, {
|
|
140
140
|
name: 'customer-service-management',
|
|
141
141
|
type: 'new',
|
|
142
|
-
category:
|
|
142
|
+
category: 'app'
|
|
143
143
|
}, {
|
|
144
144
|
name: 'opsgenie',
|
|
145
145
|
type: 'migration',
|
|
146
|
-
category:
|
|
146
|
+
category: 'app'
|
|
147
147
|
}, {
|
|
148
148
|
name: 'statuspage',
|
|
149
149
|
type: 'migration',
|
|
150
|
-
category:
|
|
150
|
+
category: 'app'
|
|
151
151
|
}, {
|
|
152
152
|
name: 'trello',
|
|
153
153
|
type: 'migration',
|
|
154
|
-
category:
|
|
154
|
+
category: 'app'
|
|
155
155
|
},
|
|
156
156
|
// Platform Collection
|
|
157
157
|
{
|
|
158
158
|
name: 'admin',
|
|
159
159
|
type: 'new',
|
|
160
|
-
category:
|
|
160
|
+
category: 'app'
|
|
161
161
|
}, {
|
|
162
162
|
name: 'analytics',
|
|
163
163
|
type: 'new',
|
|
164
|
-
category:
|
|
164
|
+
category: 'app'
|
|
165
165
|
}, {
|
|
166
166
|
name: 'chat',
|
|
167
167
|
type: 'new',
|
|
168
|
-
category:
|
|
168
|
+
category: 'app'
|
|
169
169
|
}, {
|
|
170
170
|
name: 'goals',
|
|
171
171
|
type: 'new',
|
|
172
|
-
category:
|
|
172
|
+
category: 'app'
|
|
173
173
|
}, {
|
|
174
174
|
name: 'guard',
|
|
175
175
|
type: 'migration',
|
|
176
|
-
category:
|
|
176
|
+
category: 'app'
|
|
177
177
|
}, {
|
|
178
178
|
name: 'projects',
|
|
179
179
|
type: 'new',
|
|
180
|
-
category:
|
|
180
|
+
category: 'app'
|
|
181
181
|
}, {
|
|
182
182
|
name: 'search',
|
|
183
183
|
type: 'new',
|
|
184
|
-
category:
|
|
184
|
+
category: 'app'
|
|
185
185
|
}, {
|
|
186
186
|
name: 'studio',
|
|
187
187
|
type: 'new',
|
|
188
|
-
category:
|
|
188
|
+
category: 'app'
|
|
189
189
|
}, {
|
|
190
190
|
name: 'teams',
|
|
191
191
|
type: 'new',
|
|
192
|
-
category:
|
|
192
|
+
category: 'app'
|
|
193
193
|
},
|
|
194
194
|
// Data Center
|
|
195
195
|
{
|
|
196
196
|
name: 'jira-data-center',
|
|
197
197
|
type: 'new',
|
|
198
|
-
category:
|
|
198
|
+
category: 'app'
|
|
199
199
|
}, {
|
|
200
200
|
name: 'confluence-data-center',
|
|
201
201
|
type: 'new',
|
|
202
|
-
category:
|
|
202
|
+
category: 'app'
|
|
203
203
|
}, {
|
|
204
204
|
name: 'bitbucket-data-center',
|
|
205
205
|
type: 'new',
|
|
@@ -217,43 +217,43 @@ export var logoDocsSchema = [
|
|
|
217
217
|
{
|
|
218
218
|
name: 'atlassian-administration',
|
|
219
219
|
type: 'legacy',
|
|
220
|
-
category:
|
|
220
|
+
category: 'app',
|
|
221
221
|
skipExample: true,
|
|
222
222
|
deprecated: true
|
|
223
223
|
}, {
|
|
224
224
|
name: 'atlassian-admin',
|
|
225
225
|
type: 'legacy',
|
|
226
|
-
category:
|
|
226
|
+
category: 'app',
|
|
227
227
|
skipExample: true,
|
|
228
228
|
deprecated: true
|
|
229
229
|
}, {
|
|
230
230
|
name: 'atlassian-analytics',
|
|
231
231
|
type: 'legacy',
|
|
232
|
-
category:
|
|
232
|
+
category: 'app',
|
|
233
233
|
skipExample: true,
|
|
234
234
|
deprecated: true
|
|
235
235
|
}, {
|
|
236
236
|
name: 'atlas',
|
|
237
237
|
type: 'legacy',
|
|
238
|
-
category:
|
|
238
|
+
category: 'app',
|
|
239
239
|
skipExample: true,
|
|
240
240
|
deprecated: true
|
|
241
241
|
}, {
|
|
242
242
|
name: 'jira-align',
|
|
243
243
|
type: 'legacy',
|
|
244
|
-
category:
|
|
244
|
+
category: 'app',
|
|
245
245
|
skipExample: true,
|
|
246
246
|
deprecated: true
|
|
247
247
|
}, {
|
|
248
248
|
name: 'jira-software',
|
|
249
249
|
type: 'legacy',
|
|
250
|
-
category:
|
|
250
|
+
category: 'app',
|
|
251
251
|
skipExample: true,
|
|
252
252
|
deprecated: true
|
|
253
253
|
}, {
|
|
254
254
|
name: 'jira-work-management',
|
|
255
255
|
type: 'legacy',
|
|
256
|
-
category:
|
|
256
|
+
category: 'app',
|
|
257
257
|
skipExample: true,
|
|
258
258
|
deprecated: true
|
|
259
259
|
}];
|
|
@@ -1 +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
|
|
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/types/index.d.ts
CHANGED
|
@@ -597,13 +597,13 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
597
597
|
export declare const LoomIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
598
598
|
/**
|
|
599
599
|
* __Loom logo__
|
|
600
|
-
*
|
|
601
|
-
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
602
|
-
*
|
|
603
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
604
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
605
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
606
|
-
*/
|
|
600
|
+
*
|
|
601
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
602
|
+
*
|
|
603
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
604
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
605
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
606
|
+
*/
|
|
607
607
|
export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
608
608
|
/**
|
|
609
609
|
* __Loom Attribution icon__
|
|
@@ -617,13 +617,13 @@ export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: impo
|
|
|
617
617
|
export declare const LoomAttributionIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
618
618
|
/**
|
|
619
619
|
* __Loom Attribution logo__
|
|
620
|
-
*
|
|
621
|
-
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
622
|
-
*
|
|
623
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
624
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
625
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
626
|
-
*/
|
|
620
|
+
*
|
|
621
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
622
|
+
*
|
|
623
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
624
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
625
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
626
|
+
*/
|
|
627
627
|
export declare const LoomAttributionLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
628
628
|
/**
|
|
629
629
|
* __Loom (Blurple) logo__
|
|
@@ -1 +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
|
|
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';
|
|
@@ -597,13 +597,13 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
597
597
|
export declare const LoomIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
598
598
|
/**
|
|
599
599
|
* __Loom logo__
|
|
600
|
-
*
|
|
601
|
-
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
602
|
-
*
|
|
603
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
604
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
605
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
606
|
-
*/
|
|
600
|
+
*
|
|
601
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
602
|
+
*
|
|
603
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
604
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
605
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
606
|
+
*/
|
|
607
607
|
export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
608
608
|
/**
|
|
609
609
|
* __Loom Attribution icon__
|
|
@@ -617,13 +617,13 @@ export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: impo
|
|
|
617
617
|
export declare const LoomAttributionIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
618
618
|
/**
|
|
619
619
|
* __Loom Attribution logo__
|
|
620
|
-
*
|
|
621
|
-
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
622
|
-
*
|
|
623
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
624
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
625
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
626
|
-
*/
|
|
620
|
+
*
|
|
621
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
622
|
+
*
|
|
623
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
624
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
625
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
626
|
+
*/
|
|
627
627
|
export declare const LoomAttributionLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
628
628
|
/**
|
|
629
629
|
* __Loom (Blurple) logo__
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.5.
|
|
3
|
+
"version": "19.5.2",
|
|
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/"
|
|
@@ -24,15 +24,14 @@
|
|
|
24
24
|
"website": {
|
|
25
25
|
"name": "Logo",
|
|
26
26
|
"category": "Images and icons"
|
|
27
|
-
}
|
|
28
|
-
"runReact18": true
|
|
27
|
+
}
|
|
29
28
|
},
|
|
30
29
|
"dependencies": {
|
|
31
30
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
32
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
32
|
"@atlaskit/temp-nav-app-icons": "^0.9.0",
|
|
34
|
-
"@atlaskit/theme": "^
|
|
35
|
-
"@atlaskit/tokens": "^5.
|
|
33
|
+
"@atlaskit/theme": "^19.0.0",
|
|
34
|
+
"@atlaskit/tokens": "^5.5.0",
|
|
36
35
|
"@babel/runtime": "^7.0.0",
|
|
37
36
|
"@compiled/react": "^0.18.3"
|
|
38
37
|
},
|
|
@@ -51,7 +50,7 @@
|
|
|
51
50
|
"@atlaskit/lozenge": "^13.0.0",
|
|
52
51
|
"@atlaskit/primitives": "^14.10.0",
|
|
53
52
|
"@atlaskit/section-message": "^8.2.0",
|
|
54
|
-
"@atlaskit/select": "^21.
|
|
53
|
+
"@atlaskit/select": "^21.2.0",
|
|
55
54
|
"@atlaskit/ssr": "workspace:^",
|
|
56
55
|
"@atlassian/codegen": "^0.1.0",
|
|
57
56
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
@@ -111,8 +110,7 @@
|
|
|
111
110
|
},
|
|
112
111
|
"platform-feature-flags": {
|
|
113
112
|
"platform-logo-rebrand": {
|
|
114
|
-
"type": "boolean"
|
|
115
|
-
"showOnWebsiteForTransitiveDependencies": true
|
|
113
|
+
"type": "boolean"
|
|
116
114
|
}
|
|
117
115
|
},
|
|
118
116
|
"homepage": "https://atlassian.design/components/logo/"
|