@atlaskit/logo 19.4.0 → 19.5.1
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 +19 -0
- package/dist/cjs/exports/raw-icons.js +236 -0
- package/dist/cjs/index.js +58 -15
- package/dist/cjs/logo-config.js +50 -42
- package/dist/es2019/exports/raw-icons.js +1 -0
- package/dist/es2019/index.js +57 -14
- package/dist/es2019/logo-config.js +50 -42
- package/dist/esm/exports/raw-icons.js +1 -0
- package/dist/esm/index.js +57 -14
- package/dist/esm/logo-config.js +50 -42
- package/dist/types/exports/raw-icons.d.ts +1 -0
- package/dist/types/index.d.ts +54 -14
- package/dist/types-ts4.5/exports/raw-icons.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +54 -14
- package/package.json +7 -8
- package/raw-icons/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 19.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#179339](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/179339)
|
|
14
|
+
[`b4951bab10eb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4951bab10eb2) -
|
|
15
|
+
Adds logos for Crowd and Bamboo, and a new raw-icons entrypoint with string-encoded versions of
|
|
16
|
+
all logo icons for use in favicons and other scenarios where React components cannot be used
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 19.4.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "adminIcon", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _rawIcons.adminIcon;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "alignIcon", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _rawIcons.alignIcon;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "analyticsIcon", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return _rawIcons.analyticsIcon;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
Object.defineProperty(exports, "assetsIcon", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function get() {
|
|
28
|
+
return _rawIcons.assetsIcon;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "bambooIcon", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function get() {
|
|
34
|
+
return _rawIcons.bambooIcon;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
Object.defineProperty(exports, "bitbucketDataCenterIcon", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: function get() {
|
|
40
|
+
return _rawIcons.bitbucketDataCenterIcon;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "bitbucketIcon", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function get() {
|
|
46
|
+
return _rawIcons.bitbucketIcon;
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "chatIcon", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function get() {
|
|
52
|
+
return _rawIcons.chatIcon;
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "companyHubIcon", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function get() {
|
|
58
|
+
return _rawIcons.companyHubIcon;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(exports, "compassIcon", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function get() {
|
|
64
|
+
return _rawIcons.compassIcon;
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(exports, "confluenceDataCenterIcon", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function get() {
|
|
70
|
+
return _rawIcons.confluenceDataCenterIcon;
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(exports, "confluenceIcon", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function get() {
|
|
76
|
+
return _rawIcons.confluenceIcon;
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "crowdIcon", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function get() {
|
|
82
|
+
return _rawIcons.crowdIcon;
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
Object.defineProperty(exports, "customLinkIcon", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function get() {
|
|
88
|
+
return _rawIcons.customLinkIcon;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "customerServiceManagementIcon", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function get() {
|
|
94
|
+
return _rawIcons.customerServiceManagementIcon;
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
Object.defineProperty(exports, "focusIcon", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function get() {
|
|
100
|
+
return _rawIcons.focusIcon;
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "goalsIcon", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function get() {
|
|
106
|
+
return _rawIcons.goalsIcon;
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
Object.defineProperty(exports, "guardDetectIcon", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function get() {
|
|
112
|
+
return _rawIcons.guardDetectIcon;
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "guardIcon", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function get() {
|
|
118
|
+
return _rawIcons.guardIcon;
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
Object.defineProperty(exports, "homeIcon", {
|
|
122
|
+
enumerable: true,
|
|
123
|
+
get: function get() {
|
|
124
|
+
return _rawIcons.homeIcon;
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "hubIcon", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function get() {
|
|
130
|
+
return _rawIcons.hubIcon;
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
Object.defineProperty(exports, "jiraDataCenterIcon", {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
get: function get() {
|
|
136
|
+
return _rawIcons.jiraDataCenterIcon;
|
|
137
|
+
}
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "jiraIcon", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function get() {
|
|
142
|
+
return _rawIcons.jiraIcon;
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(exports, "jiraProductDiscoveryIcon", {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function get() {
|
|
148
|
+
return _rawIcons.jiraProductDiscoveryIcon;
|
|
149
|
+
}
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(exports, "jiraServiceManagementIcon", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function get() {
|
|
154
|
+
return _rawIcons.jiraServiceManagementIcon;
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
Object.defineProperty(exports, "loomIcon", {
|
|
158
|
+
enumerable: true,
|
|
159
|
+
get: function get() {
|
|
160
|
+
return _rawIcons.loomIcon;
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
Object.defineProperty(exports, "loomInternalIcon", {
|
|
164
|
+
enumerable: true,
|
|
165
|
+
get: function get() {
|
|
166
|
+
return _rawIcons.loomInternalIcon;
|
|
167
|
+
}
|
|
168
|
+
});
|
|
169
|
+
Object.defineProperty(exports, "moreAtlassianAppsIcon", {
|
|
170
|
+
enumerable: true,
|
|
171
|
+
get: function get() {
|
|
172
|
+
return _rawIcons.moreAtlassianAppsIcon;
|
|
173
|
+
}
|
|
174
|
+
});
|
|
175
|
+
Object.defineProperty(exports, "opsgenieIcon", {
|
|
176
|
+
enumerable: true,
|
|
177
|
+
get: function get() {
|
|
178
|
+
return _rawIcons.opsgenieIcon;
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
Object.defineProperty(exports, "projectsIcon", {
|
|
182
|
+
enumerable: true,
|
|
183
|
+
get: function get() {
|
|
184
|
+
return _rawIcons.projectsIcon;
|
|
185
|
+
}
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(exports, "rawIcons", {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
get: function get() {
|
|
190
|
+
return _rawIcons.default;
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
Object.defineProperty(exports, "rovoIcon", {
|
|
194
|
+
enumerable: true,
|
|
195
|
+
get: function get() {
|
|
196
|
+
return _rawIcons.rovoIcon;
|
|
197
|
+
}
|
|
198
|
+
});
|
|
199
|
+
Object.defineProperty(exports, "searchIcon", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
get: function get() {
|
|
202
|
+
return _rawIcons.searchIcon;
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(exports, "statuspageIcon", {
|
|
206
|
+
enumerable: true,
|
|
207
|
+
get: function get() {
|
|
208
|
+
return _rawIcons.statuspageIcon;
|
|
209
|
+
}
|
|
210
|
+
});
|
|
211
|
+
Object.defineProperty(exports, "studioIcon", {
|
|
212
|
+
enumerable: true,
|
|
213
|
+
get: function get() {
|
|
214
|
+
return _rawIcons.studioIcon;
|
|
215
|
+
}
|
|
216
|
+
});
|
|
217
|
+
Object.defineProperty(exports, "talentIcon", {
|
|
218
|
+
enumerable: true,
|
|
219
|
+
get: function get() {
|
|
220
|
+
return _rawIcons.talentIcon;
|
|
221
|
+
}
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(exports, "teamsIcon", {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function get() {
|
|
226
|
+
return _rawIcons.teamsIcon;
|
|
227
|
+
}
|
|
228
|
+
});
|
|
229
|
+
Object.defineProperty(exports, "trelloIcon", {
|
|
230
|
+
enumerable: true,
|
|
231
|
+
get: function get() {
|
|
232
|
+
return _rawIcons.trelloIcon;
|
|
233
|
+
}
|
|
234
|
+
});
|
|
235
|
+
var _rawIcons = _interopRequireWildcard(require("@atlaskit/temp-nav-app-icons/raw-icons"));
|
|
236
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
package/dist/cjs/index.js
CHANGED
|
@@ -53,7 +53,7 @@ Object.defineProperty(exports, "AtlassianMarketplaceLogo", {
|
|
|
53
53
|
return _atlassianMarketplace.AtlassianMarketplaceLogo;
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
|
-
exports.JiraServiceManagementLogo = exports.JiraServiceManagementIcon = exports.JiraProductDiscoveryLogo = exports.JiraProductDiscoveryIcon = exports.JiraLogo = exports.JiraIcon = exports.JiraDataCenterLogo = exports.JiraDataCenterIcon = exports.JiraAlignLogo = exports.JiraAlignIcon = exports.HubLogo = exports.HubIcon = exports.HomeLogo = exports.HomeIcon = exports.GuardLogo = exports.GuardIcon = exports.GoalsLogo = exports.GoalsIcon = exports.FocusLogo = exports.FocusIcon = exports.CustomerServiceManagementLogo = exports.CustomerServiceManagementIcon = exports.ConfluenceLogo = exports.ConfluenceIcon = exports.ConfluenceDataCenterLogo = exports.ConfluenceDataCenterIcon = exports.CompassLogo = exports.CompassIcon = exports.ChatLogo = exports.ChatIcon = exports.BitbucketLogo = exports.BitbucketIcon = exports.BitbucketDataCenterLogo = exports.BitbucketDataCenterIcon = void 0;
|
|
56
|
+
exports.JiraServiceManagementLogo = exports.JiraServiceManagementIcon = exports.JiraProductDiscoveryLogo = exports.JiraProductDiscoveryIcon = exports.JiraLogo = exports.JiraIcon = exports.JiraDataCenterLogo = exports.JiraDataCenterIcon = exports.JiraAlignLogo = exports.JiraAlignIcon = exports.HubLogo = exports.HubIcon = exports.HomeLogo = exports.HomeIcon = exports.GuardLogo = exports.GuardIcon = exports.GoalsLogo = exports.GoalsIcon = exports.FocusLogo = exports.FocusIcon = exports.CustomerServiceManagementLogo = exports.CustomerServiceManagementIcon = exports.CrowdLogo = exports.CrowdIcon = exports.ConfluenceLogo = exports.ConfluenceIcon = exports.ConfluenceDataCenterLogo = exports.ConfluenceDataCenterIcon = exports.CompassLogo = exports.CompassIcon = exports.ChatLogo = exports.ChatIcon = exports.BitbucketLogo = exports.BitbucketIcon = exports.BitbucketDataCenterLogo = exports.BitbucketDataCenterIcon = exports.BambooLogo = exports.BambooIcon = void 0;
|
|
57
57
|
Object.defineProperty(exports, "JiraSoftwareIcon", {
|
|
58
58
|
enumerable: true,
|
|
59
59
|
get: function get() {
|
|
@@ -83,12 +83,14 @@ var _admin = require("@atlaskit/temp-nav-app-icons/admin");
|
|
|
83
83
|
var _align = require("@atlaskit/temp-nav-app-icons/align");
|
|
84
84
|
var _analytics = require("@atlaskit/temp-nav-app-icons/analytics");
|
|
85
85
|
var _assets = require("@atlaskit/temp-nav-app-icons/assets");
|
|
86
|
+
var _bamboo = require("@atlaskit/temp-nav-app-icons/bamboo");
|
|
86
87
|
var _bitbucket = require("@atlaskit/temp-nav-app-icons/bitbucket");
|
|
87
88
|
var _bitbucketDataCenter = require("@atlaskit/temp-nav-app-icons/bitbucket-data-center");
|
|
88
89
|
var _chat = require("@atlaskit/temp-nav-app-icons/chat");
|
|
89
90
|
var _compass = require("@atlaskit/temp-nav-app-icons/compass");
|
|
90
91
|
var _confluence = require("@atlaskit/temp-nav-app-icons/confluence");
|
|
91
92
|
var _confluenceDataCenter = require("@atlaskit/temp-nav-app-icons/confluence-data-center");
|
|
93
|
+
var _crowd = require("@atlaskit/temp-nav-app-icons/crowd");
|
|
92
94
|
var _customerServiceManagement = require("@atlaskit/temp-nav-app-icons/customer-service-management");
|
|
93
95
|
var _focus = require("@atlaskit/temp-nav-app-icons/focus");
|
|
94
96
|
var _goals = require("@atlaskit/temp-nav-app-icons/goals");
|
|
@@ -398,6 +400,26 @@ var TeamsIcon = exports.TeamsIcon = (0, _logoConfig.tempSizeWrapper)(_teams.Team
|
|
|
398
400
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
399
401
|
*/
|
|
400
402
|
var TeamsLogo = exports.TeamsLogo = (0, _logoConfig.tempSizeWrapper)(_teams.TeamsLogoCS);
|
|
403
|
+
/**
|
|
404
|
+
* __Bamboo icon__
|
|
405
|
+
*
|
|
406
|
+
* The Bamboo icon without an accompanying wordmark.
|
|
407
|
+
*
|
|
408
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
409
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
410
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
411
|
+
*/
|
|
412
|
+
var BambooIcon = exports.BambooIcon = (0, _logoConfig.tempSizeWrapper)(_bamboo.BambooIcon);
|
|
413
|
+
/**
|
|
414
|
+
* __Bamboo logo__
|
|
415
|
+
*
|
|
416
|
+
* The Bamboo logo with both the wordmark and the icon combined.
|
|
417
|
+
*
|
|
418
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
419
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
420
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
421
|
+
*/
|
|
422
|
+
var BambooLogo = exports.BambooLogo = (0, _logoConfig.tempSizeWrapper)(_bamboo.BambooLogoCS);
|
|
401
423
|
/**
|
|
402
424
|
* __Bitbucket Data Center icon__
|
|
403
425
|
*
|
|
@@ -438,6 +460,27 @@ var ConfluenceDataCenterIcon = exports.ConfluenceDataCenterIcon = (0, _logoConfi
|
|
|
438
460
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
439
461
|
*/
|
|
440
462
|
var ConfluenceDataCenterLogo = exports.ConfluenceDataCenterLogo = (0, _logoConfig.tempSizeWrapper)(_confluenceDataCenter.ConfluenceDataCenterLogoCS);
|
|
463
|
+
/**
|
|
464
|
+
* __Crowd icon__
|
|
465
|
+
*
|
|
466
|
+
* The Crowd icon without an accompanying wordmark.
|
|
467
|
+
*
|
|
468
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
469
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
470
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
471
|
+
*/
|
|
472
|
+
var CrowdIcon = exports.CrowdIcon = (0, _logoConfig.tempSizeWrapper)(_crowd.CrowdIcon);
|
|
473
|
+
/**
|
|
474
|
+
* __Crowd logo__
|
|
475
|
+
*
|
|
476
|
+
* The Crowd logo with both the wordmark and the icon combined.
|
|
477
|
+
*
|
|
478
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
479
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
480
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
481
|
+
*/
|
|
482
|
+
var CrowdLogo = exports.CrowdLogo = (0, _logoConfig.tempSizeWrapper)(_crowd.CrowdLogoCS);
|
|
483
|
+
|
|
441
484
|
/**
|
|
442
485
|
* __Jira Data Center icon__
|
|
443
486
|
*
|
|
@@ -704,13 +747,13 @@ var JiraServiceManagementLogo = exports.JiraServiceManagementLogo = (0, _logoCon
|
|
|
704
747
|
var LoomIcon = exports.LoomIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomIcon, _loom.LoomIcon);
|
|
705
748
|
/**
|
|
706
749
|
* __Loom logo__
|
|
707
|
-
*
|
|
708
|
-
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
709
|
-
*
|
|
710
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
711
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
712
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
713
|
-
*/
|
|
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
|
+
*/
|
|
714
757
|
var LoomLogo = exports.LoomLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomLogo, _loom.LoomLogoCS);
|
|
715
758
|
/**
|
|
716
759
|
* __Loom Attribution icon__
|
|
@@ -724,13 +767,13 @@ var LoomLogo = exports.LoomLogo = (0, _logoConfig.createFeatureFlaggedComponent)
|
|
|
724
767
|
var LoomAttributionIcon = exports.LoomAttributionIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionIcon, _loom.LoomIcon);
|
|
725
768
|
/**
|
|
726
769
|
* __Loom Attribution logo__
|
|
727
|
-
*
|
|
728
|
-
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
729
|
-
*
|
|
730
|
-
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
731
|
-
* - [Code](https://atlassian.design/components/logo/code)
|
|
732
|
-
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
733
|
-
*/
|
|
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
|
+
*/
|
|
734
777
|
var LoomAttributionLogo = exports.LoomAttributionLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionLogo, _loomAttribution.LoomAttributionLogoCS);
|
|
735
778
|
/**
|
|
736
779
|
* __Loom (Blurple) logo__
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -57,202 +57,210 @@ 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
|
-
type: '
|
|
96
|
-
category:
|
|
95
|
+
type: 'new',
|
|
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',
|
|
213
213
|
category: 'app'
|
|
214
|
+
}, {
|
|
215
|
+
name: 'bamboo',
|
|
216
|
+
type: 'new',
|
|
217
|
+
category: 'app'
|
|
218
|
+
}, {
|
|
219
|
+
name: 'crowd',
|
|
220
|
+
type: 'new',
|
|
221
|
+
category: 'app'
|
|
214
222
|
},
|
|
215
223
|
// Deprecated
|
|
216
224
|
{
|
|
217
225
|
name: 'atlassian-administration',
|
|
218
226
|
type: 'legacy',
|
|
219
|
-
category:
|
|
227
|
+
category: 'app',
|
|
220
228
|
skipExample: true,
|
|
221
229
|
deprecated: true
|
|
222
230
|
}, {
|
|
223
231
|
name: 'atlassian-admin',
|
|
224
232
|
type: 'legacy',
|
|
225
|
-
category:
|
|
233
|
+
category: 'app',
|
|
226
234
|
skipExample: true,
|
|
227
235
|
deprecated: true
|
|
228
236
|
}, {
|
|
229
237
|
name: 'atlassian-analytics',
|
|
230
238
|
type: 'legacy',
|
|
231
|
-
category:
|
|
239
|
+
category: 'app',
|
|
232
240
|
skipExample: true,
|
|
233
241
|
deprecated: true
|
|
234
242
|
}, {
|
|
235
243
|
name: 'atlas',
|
|
236
244
|
type: 'legacy',
|
|
237
|
-
category:
|
|
245
|
+
category: 'app',
|
|
238
246
|
skipExample: true,
|
|
239
247
|
deprecated: true
|
|
240
248
|
}, {
|
|
241
249
|
name: 'jira-align',
|
|
242
250
|
type: 'legacy',
|
|
243
|
-
category:
|
|
251
|
+
category: 'app',
|
|
244
252
|
skipExample: true,
|
|
245
253
|
deprecated: true
|
|
246
254
|
}, {
|
|
247
255
|
name: 'jira-software',
|
|
248
256
|
type: 'legacy',
|
|
249
|
-
category:
|
|
257
|
+
category: 'app',
|
|
250
258
|
skipExample: true,
|
|
251
259
|
deprecated: true
|
|
252
260
|
}, {
|
|
253
261
|
name: 'jira-work-management',
|
|
254
262
|
type: 'legacy',
|
|
255
|
-
category:
|
|
263
|
+
category: 'app',
|
|
256
264
|
skipExample: true,
|
|
257
265
|
deprecated: true
|
|
258
266
|
}];
|
|
@@ -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';
|