@atlaskit/logo 19.3.1 → 19.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/cjs/exports/raw-icons.js +236 -0
- package/dist/cjs/index.js +91 -20
- package/dist/cjs/logo-config.js +55 -69
- package/dist/es2019/exports/raw-icons.js +1 -0
- package/dist/es2019/index.js +89 -6
- package/dist/es2019/logo-config.js +55 -69
- package/dist/esm/exports/raw-icons.js +1 -0
- package/dist/esm/index.js +89 -6
- package/dist/esm/logo-config.js +55 -69
- package/dist/types/exports/raw-icons.d.ts +1 -0
- package/dist/types/index.d.ts +83 -4
- package/dist/types/logo-config.d.ts +14 -826
- package/dist/types-ts4.5/exports/raw-icons.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +83 -4
- package/dist/types-ts4.5/logo-config.d.ts +14 -868
- package/package.json +3 -2
- package/raw-icons/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#179339](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/179339)
|
|
8
|
+
[`b4951bab10eb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4951bab10eb2) -
|
|
9
|
+
Adds logos for Crowd and Bamboo, and a new raw-icons entrypoint with string-encoded versions of
|
|
10
|
+
all logo icons for use in favicons and other scenarios where React components cannot be used
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 19.4.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#177235](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177235)
|
|
21
|
+
[`227f5ae9544a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/227f5ae9544a1) -
|
|
22
|
+
Update Loom attribution logo to support new design language. Add Loom Blurple logo that has new
|
|
23
|
+
design, with the Loom blurple color
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
3
29
|
## 19.3.1
|
|
4
30
|
|
|
5
31
|
### Patch 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() {
|
|
@@ -78,29 +78,19 @@ Object.defineProperty(exports, "JiraWorkManagementLogo", {
|
|
|
78
78
|
return _jiraWorkManagement.JiraWorkManagementLogo;
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
|
-
|
|
82
|
-
enumerable: true,
|
|
83
|
-
get: function get() {
|
|
84
|
-
return _loomAttribution.LoomAttributionIcon;
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
Object.defineProperty(exports, "LoomAttributionLogo", {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function get() {
|
|
90
|
-
return _loomAttribution.LoomAttributionLogo;
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
exports.TrelloLogo = exports.TrelloIcon = exports.TeamsLogo = exports.TeamsIcon = exports.TalentLogo = exports.TalentIcon = exports.StudioLogo = exports.StudioIcon = exports.StatuspageLogo = exports.StatuspageIcon = exports.SearchLogo = exports.SearchIcon = exports.RovoLogo = exports.RovoIcon = exports.ProjectsLogo = exports.ProjectsIcon = exports.OpsgenieLogo = exports.OpsgenieIcon = exports.LoomLogo = exports.LoomIcon = void 0;
|
|
81
|
+
exports.TrelloLogo = exports.TrelloIcon = exports.TeamsLogo = exports.TeamsIcon = exports.TalentLogo = exports.TalentIcon = exports.StudioLogo = exports.StudioIcon = exports.StatuspageLogo = exports.StatuspageIcon = exports.SearchLogo = exports.SearchIcon = exports.RovoLogo = exports.RovoIcon = exports.ProjectsLogo = exports.ProjectsIcon = exports.OpsgenieLogo = exports.OpsgenieIcon = exports.LoomLogo = exports.LoomIcon = exports.LoomBlurpleLogo = exports.LoomBlurpleIcon = exports.LoomAttributionLogo = exports.LoomAttributionIcon = void 0;
|
|
94
82
|
var _admin = require("@atlaskit/temp-nav-app-icons/admin");
|
|
95
83
|
var _align = require("@atlaskit/temp-nav-app-icons/align");
|
|
96
84
|
var _analytics = require("@atlaskit/temp-nav-app-icons/analytics");
|
|
97
85
|
var _assets = require("@atlaskit/temp-nav-app-icons/assets");
|
|
86
|
+
var _bamboo = require("@atlaskit/temp-nav-app-icons/bamboo");
|
|
98
87
|
var _bitbucket = require("@atlaskit/temp-nav-app-icons/bitbucket");
|
|
99
88
|
var _bitbucketDataCenter = require("@atlaskit/temp-nav-app-icons/bitbucket-data-center");
|
|
100
89
|
var _chat = require("@atlaskit/temp-nav-app-icons/chat");
|
|
101
90
|
var _compass = require("@atlaskit/temp-nav-app-icons/compass");
|
|
102
91
|
var _confluence = require("@atlaskit/temp-nav-app-icons/confluence");
|
|
103
92
|
var _confluenceDataCenter = require("@atlaskit/temp-nav-app-icons/confluence-data-center");
|
|
93
|
+
var _crowd = require("@atlaskit/temp-nav-app-icons/crowd");
|
|
104
94
|
var _customerServiceManagement = require("@atlaskit/temp-nav-app-icons/customer-service-management");
|
|
105
95
|
var _focus = require("@atlaskit/temp-nav-app-icons/focus");
|
|
106
96
|
var _goals = require("@atlaskit/temp-nav-app-icons/goals");
|
|
@@ -112,6 +102,8 @@ var _jiraDataCenter = require("@atlaskit/temp-nav-app-icons/jira-data-center");
|
|
|
112
102
|
var _jiraProductDiscovery = require("@atlaskit/temp-nav-app-icons/jira-product-discovery");
|
|
113
103
|
var _jiraServiceManagement = require("@atlaskit/temp-nav-app-icons/jira-service-management");
|
|
114
104
|
var _loom = require("@atlaskit/temp-nav-app-icons/loom");
|
|
105
|
+
var _loomAttribution = require("@atlaskit/temp-nav-app-icons/loom-attribution");
|
|
106
|
+
var _loomInternal = require("@atlaskit/temp-nav-app-icons/loom-internal");
|
|
115
107
|
var _opsgenie = require("@atlaskit/temp-nav-app-icons/opsgenie");
|
|
116
108
|
var _projects = require("@atlaskit/temp-nav-app-icons/projects");
|
|
117
109
|
var _rovo = require("@atlaskit/temp-nav-app-icons/rovo");
|
|
@@ -134,6 +126,7 @@ var _jiraAlign = require("./legacy-logos/jira-align");
|
|
|
134
126
|
var _jiraProductDiscovery2 = require("./legacy-logos/jira-product-discovery");
|
|
135
127
|
var _jiraServiceManagement2 = require("./legacy-logos/jira-service-management");
|
|
136
128
|
var _loom2 = require("./legacy-logos/loom");
|
|
129
|
+
var _loomAttribution2 = require("./legacy-logos/loom-attribution");
|
|
137
130
|
var _opsgenie2 = require("./legacy-logos/opsgenie");
|
|
138
131
|
var _rovo2 = require("./legacy-logos/rovo");
|
|
139
132
|
var _statuspage2 = require("./legacy-logos/statuspage");
|
|
@@ -142,7 +135,6 @@ var _atlas = require("./legacy-logos/atlas");
|
|
|
142
135
|
var _atlassianMarketplace = require("./legacy-logos/atlassian-marketplace");
|
|
143
136
|
var _atlassianAccess = require("./legacy-logos/atlassian-access");
|
|
144
137
|
var _jiraWorkManagement = require("./legacy-logos/jira-work-management");
|
|
145
|
-
var _loomAttribution = require("./legacy-logos/loom-attribution");
|
|
146
138
|
var _atlassian = require("./legacy-logos/atlassian");
|
|
147
139
|
var _jiraSoftware = require("./legacy-logos/jira-software");
|
|
148
140
|
var _logoConfig = require("./logo-config");
|
|
@@ -408,6 +400,26 @@ var TeamsIcon = exports.TeamsIcon = (0, _logoConfig.tempSizeWrapper)(_teams.Team
|
|
|
408
400
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
409
401
|
*/
|
|
410
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);
|
|
411
423
|
/**
|
|
412
424
|
* __Bitbucket Data Center icon__
|
|
413
425
|
*
|
|
@@ -448,6 +460,27 @@ var ConfluenceDataCenterIcon = exports.ConfluenceDataCenterIcon = (0, _logoConfi
|
|
|
448
460
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
449
461
|
*/
|
|
450
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
|
+
|
|
451
484
|
/**
|
|
452
485
|
* __Jira Data Center icon__
|
|
453
486
|
*
|
|
@@ -705,25 +738,63 @@ var JiraServiceManagementLogo = exports.JiraServiceManagementLogo = (0, _logoCon
|
|
|
705
738
|
/**
|
|
706
739
|
* __Loom icon__
|
|
707
740
|
*
|
|
708
|
-
* The Loom icon
|
|
741
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
709
742
|
*
|
|
710
743
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
711
744
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
712
745
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
713
746
|
*/
|
|
714
747
|
var LoomIcon = exports.LoomIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomIcon, _loom.LoomIcon);
|
|
715
|
-
|
|
716
748
|
/**
|
|
717
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
|
+
*/
|
|
757
|
+
var LoomLogo = exports.LoomLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomLogo, _loom.LoomLogoCS);
|
|
758
|
+
/**
|
|
759
|
+
* __Loom Attribution icon__
|
|
718
760
|
*
|
|
719
|
-
* The Loom
|
|
761
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
720
762
|
*
|
|
721
763
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
722
764
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
723
765
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
724
766
|
*/
|
|
725
|
-
var
|
|
726
|
-
|
|
767
|
+
var LoomAttributionIcon = exports.LoomAttributionIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionIcon, _loom.LoomIcon);
|
|
768
|
+
/**
|
|
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
|
+
*/
|
|
777
|
+
var LoomAttributionLogo = exports.LoomAttributionLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionLogo, _loomAttribution.LoomAttributionLogoCS);
|
|
778
|
+
/**
|
|
779
|
+
* __Loom (Blurple) logo__
|
|
780
|
+
*
|
|
781
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
782
|
+
*
|
|
783
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
784
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
785
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
786
|
+
*/
|
|
787
|
+
var LoomBlurpleLogo = exports.LoomBlurpleLogo = (0, _logoConfig.tempSizeWrapper)(_loomInternal.LoomInternalLogoCS);
|
|
788
|
+
/**
|
|
789
|
+
* __Loom (Blurple) icon__
|
|
790
|
+
*
|
|
791
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
792
|
+
*
|
|
793
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
794
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
795
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
796
|
+
*/
|
|
797
|
+
var LoomBlurpleIcon = exports.LoomBlurpleIcon = (0, _logoConfig.tempSizeWrapper)(_loomInternal.LoomInternalIcon);
|
|
727
798
|
/**
|
|
728
799
|
* __Opsgenie icon__
|
|
729
800
|
*
|