@atlaskit/logo 19.4.0 → 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 +13 -0
- package/dist/cjs/exports/raw-icons.js +236 -0
- package/dist/cjs/index.js +44 -1
- package/dist/cjs/logo-config.js +9 -1
- package/dist/es2019/exports/raw-icons.js +1 -0
- package/dist/es2019/index.js +43 -0
- package/dist/es2019/logo-config.js +9 -1
- package/dist/esm/exports/raw-icons.js +1 -0
- package/dist/esm/index.js +43 -0
- package/dist/esm/logo-config.js +9 -1
- package/dist/types/exports/raw-icons.d.ts +1 -0
- package/dist/types/index.d.ts +40 -0
- package/dist/types-ts4.5/exports/raw-icons.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +40 -0
- package/package.json +3 -2
- package/raw-icons/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
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
|
+
|
|
3
16
|
## 19.4.0
|
|
4
17
|
|
|
5
18
|
### 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
|
*
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -92,7 +92,7 @@ var logoDocsSchema = exports.logoDocsSchema = [
|
|
|
92
92
|
category: "app"
|
|
93
93
|
}, {
|
|
94
94
|
name: 'loom-blurple',
|
|
95
|
-
type: '
|
|
95
|
+
type: 'new',
|
|
96
96
|
category: "app",
|
|
97
97
|
skipExample: true
|
|
98
98
|
}, {
|
|
@@ -211,6 +211,14 @@ var logoDocsSchema = exports.logoDocsSchema = [
|
|
|
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
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as rawIcons, adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraProductDiscoveryIcon, jiraServiceManagementIcon, jiraIcon, loomInternalIcon, loomIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon } from "@atlaskit/temp-nav-app-icons/raw-icons";
|
package/dist/es2019/index.js
CHANGED
|
@@ -2,12 +2,14 @@ import { AdminIcon as NewAdminIcon, AdminLogoCS as NewAdminLogo } from '@atlaski
|
|
|
2
2
|
import { AlignIcon as NewAlignIcon, AlignLogoCS as NewAlignLogo } from '@atlaskit/temp-nav-app-icons/align';
|
|
3
3
|
import { AnalyticsIcon as NewAnalyticsIcon, AnalyticsLogoCS as NewAnalyticsLogo } from '@atlaskit/temp-nav-app-icons/analytics';
|
|
4
4
|
import { AssetsIcon as NewAssetsIcon, AssetsLogoCS as NewAssetsLogo } from '@atlaskit/temp-nav-app-icons/assets';
|
|
5
|
+
import { BambooIcon as NewBambooIcon, BambooLogoCS as NewBambooLogo } from '@atlaskit/temp-nav-app-icons/bamboo';
|
|
5
6
|
import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from '@atlaskit/temp-nav-app-icons/bitbucket';
|
|
6
7
|
import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from '@atlaskit/temp-nav-app-icons/bitbucket-data-center';
|
|
7
8
|
import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from '@atlaskit/temp-nav-app-icons/chat';
|
|
8
9
|
import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from '@atlaskit/temp-nav-app-icons/compass';
|
|
9
10
|
import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from '@atlaskit/temp-nav-app-icons/confluence';
|
|
10
11
|
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from '@atlaskit/temp-nav-app-icons/confluence-data-center';
|
|
12
|
+
import { CrowdIcon as NewCrowdIcon, CrowdLogoCS as NewCrowdLogo } from '@atlaskit/temp-nav-app-icons/crowd';
|
|
11
13
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from '@atlaskit/temp-nav-app-icons/customer-service-management';
|
|
12
14
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from '@atlaskit/temp-nav-app-icons/focus';
|
|
13
15
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from '@atlaskit/temp-nav-app-icons/goals';
|
|
@@ -318,6 +320,26 @@ export const TeamsIcon = tempSizeWrapper(NewTeamsIcon);
|
|
|
318
320
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
319
321
|
*/
|
|
320
322
|
export const TeamsLogo = tempSizeWrapper(NewTeamsLogo);
|
|
323
|
+
/**
|
|
324
|
+
* __Bamboo icon__
|
|
325
|
+
*
|
|
326
|
+
* The Bamboo icon without an accompanying wordmark.
|
|
327
|
+
*
|
|
328
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
329
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
330
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
331
|
+
*/
|
|
332
|
+
export const BambooIcon = tempSizeWrapper(NewBambooIcon);
|
|
333
|
+
/**
|
|
334
|
+
* __Bamboo logo__
|
|
335
|
+
*
|
|
336
|
+
* The Bamboo logo with both the wordmark and the icon combined.
|
|
337
|
+
*
|
|
338
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
339
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
340
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
341
|
+
*/
|
|
342
|
+
export const BambooLogo = tempSizeWrapper(NewBambooLogo);
|
|
321
343
|
/**
|
|
322
344
|
* __Bitbucket Data Center icon__
|
|
323
345
|
*
|
|
@@ -358,6 +380,27 @@ export const ConfluenceDataCenterIcon = tempSizeWrapper(NewConfluenceDataCenterI
|
|
|
358
380
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
359
381
|
*/
|
|
360
382
|
export const ConfluenceDataCenterLogo = tempSizeWrapper(NewConfluenceDataCenterLogo);
|
|
383
|
+
/**
|
|
384
|
+
* __Crowd icon__
|
|
385
|
+
*
|
|
386
|
+
* The Crowd icon without an accompanying wordmark.
|
|
387
|
+
*
|
|
388
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
389
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
390
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
391
|
+
*/
|
|
392
|
+
export const CrowdIcon = tempSizeWrapper(NewCrowdIcon);
|
|
393
|
+
/**
|
|
394
|
+
* __Crowd logo__
|
|
395
|
+
*
|
|
396
|
+
* The Crowd logo with both the wordmark and the icon combined.
|
|
397
|
+
*
|
|
398
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
399
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
400
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
401
|
+
*/
|
|
402
|
+
export const CrowdLogo = tempSizeWrapper(NewCrowdLogo);
|
|
403
|
+
|
|
361
404
|
/**
|
|
362
405
|
* __Jira Data Center icon__
|
|
363
406
|
*
|
|
@@ -84,7 +84,7 @@ export const logoDocsSchema = [
|
|
|
84
84
|
category: "app"
|
|
85
85
|
}, {
|
|
86
86
|
name: 'loom-blurple',
|
|
87
|
-
type: '
|
|
87
|
+
type: 'new',
|
|
88
88
|
category: "app",
|
|
89
89
|
skipExample: true
|
|
90
90
|
}, {
|
|
@@ -203,6 +203,14 @@ export const logoDocsSchema = [
|
|
|
203
203
|
name: 'bitbucket-data-center',
|
|
204
204
|
type: 'new',
|
|
205
205
|
category: 'app'
|
|
206
|
+
}, {
|
|
207
|
+
name: 'bamboo',
|
|
208
|
+
type: 'new',
|
|
209
|
+
category: 'app'
|
|
210
|
+
}, {
|
|
211
|
+
name: 'crowd',
|
|
212
|
+
type: 'new',
|
|
213
|
+
category: 'app'
|
|
206
214
|
},
|
|
207
215
|
// Deprecated
|
|
208
216
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as rawIcons, adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraProductDiscoveryIcon, jiraServiceManagementIcon, jiraIcon, loomInternalIcon, loomIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon } from "@atlaskit/temp-nav-app-icons/raw-icons";
|
package/dist/esm/index.js
CHANGED
|
@@ -2,12 +2,14 @@ import { AdminIcon as NewAdminIcon, AdminLogoCS as NewAdminLogo } from '@atlaski
|
|
|
2
2
|
import { AlignIcon as NewAlignIcon, AlignLogoCS as NewAlignLogo } from '@atlaskit/temp-nav-app-icons/align';
|
|
3
3
|
import { AnalyticsIcon as NewAnalyticsIcon, AnalyticsLogoCS as NewAnalyticsLogo } from '@atlaskit/temp-nav-app-icons/analytics';
|
|
4
4
|
import { AssetsIcon as NewAssetsIcon, AssetsLogoCS as NewAssetsLogo } from '@atlaskit/temp-nav-app-icons/assets';
|
|
5
|
+
import { BambooIcon as NewBambooIcon, BambooLogoCS as NewBambooLogo } from '@atlaskit/temp-nav-app-icons/bamboo';
|
|
5
6
|
import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from '@atlaskit/temp-nav-app-icons/bitbucket';
|
|
6
7
|
import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from '@atlaskit/temp-nav-app-icons/bitbucket-data-center';
|
|
7
8
|
import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from '@atlaskit/temp-nav-app-icons/chat';
|
|
8
9
|
import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from '@atlaskit/temp-nav-app-icons/compass';
|
|
9
10
|
import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from '@atlaskit/temp-nav-app-icons/confluence';
|
|
10
11
|
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from '@atlaskit/temp-nav-app-icons/confluence-data-center';
|
|
12
|
+
import { CrowdIcon as NewCrowdIcon, CrowdLogoCS as NewCrowdLogo } from '@atlaskit/temp-nav-app-icons/crowd';
|
|
11
13
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from '@atlaskit/temp-nav-app-icons/customer-service-management';
|
|
12
14
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from '@atlaskit/temp-nav-app-icons/focus';
|
|
13
15
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from '@atlaskit/temp-nav-app-icons/goals';
|
|
@@ -318,6 +320,26 @@ export var TeamsIcon = tempSizeWrapper(NewTeamsIcon);
|
|
|
318
320
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
319
321
|
*/
|
|
320
322
|
export var TeamsLogo = tempSizeWrapper(NewTeamsLogo);
|
|
323
|
+
/**
|
|
324
|
+
* __Bamboo icon__
|
|
325
|
+
*
|
|
326
|
+
* The Bamboo icon without an accompanying wordmark.
|
|
327
|
+
*
|
|
328
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
329
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
330
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
331
|
+
*/
|
|
332
|
+
export var BambooIcon = tempSizeWrapper(NewBambooIcon);
|
|
333
|
+
/**
|
|
334
|
+
* __Bamboo logo__
|
|
335
|
+
*
|
|
336
|
+
* The Bamboo logo with both the wordmark and the icon combined.
|
|
337
|
+
*
|
|
338
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
339
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
340
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
341
|
+
*/
|
|
342
|
+
export var BambooLogo = tempSizeWrapper(NewBambooLogo);
|
|
321
343
|
/**
|
|
322
344
|
* __Bitbucket Data Center icon__
|
|
323
345
|
*
|
|
@@ -358,6 +380,27 @@ export var ConfluenceDataCenterIcon = tempSizeWrapper(NewConfluenceDataCenterIco
|
|
|
358
380
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
359
381
|
*/
|
|
360
382
|
export var ConfluenceDataCenterLogo = tempSizeWrapper(NewConfluenceDataCenterLogo);
|
|
383
|
+
/**
|
|
384
|
+
* __Crowd icon__
|
|
385
|
+
*
|
|
386
|
+
* The Crowd icon without an accompanying wordmark.
|
|
387
|
+
*
|
|
388
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
389
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
390
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
391
|
+
*/
|
|
392
|
+
export var CrowdIcon = tempSizeWrapper(NewCrowdIcon);
|
|
393
|
+
/**
|
|
394
|
+
* __Crowd logo__
|
|
395
|
+
*
|
|
396
|
+
* The Crowd logo with both the wordmark and the icon combined.
|
|
397
|
+
*
|
|
398
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
399
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
400
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
401
|
+
*/
|
|
402
|
+
export var CrowdLogo = tempSizeWrapper(NewCrowdLogo);
|
|
403
|
+
|
|
361
404
|
/**
|
|
362
405
|
* __Jira Data Center icon__
|
|
363
406
|
*
|
package/dist/esm/logo-config.js
CHANGED
|
@@ -85,7 +85,7 @@ export var logoDocsSchema = [
|
|
|
85
85
|
category: "app"
|
|
86
86
|
}, {
|
|
87
87
|
name: 'loom-blurple',
|
|
88
|
-
type: '
|
|
88
|
+
type: 'new',
|
|
89
89
|
category: "app",
|
|
90
90
|
skipExample: true
|
|
91
91
|
}, {
|
|
@@ -204,6 +204,14 @@ export var logoDocsSchema = [
|
|
|
204
204
|
name: 'bitbucket-data-center',
|
|
205
205
|
type: 'new',
|
|
206
206
|
category: 'app'
|
|
207
|
+
}, {
|
|
208
|
+
name: 'bamboo',
|
|
209
|
+
type: 'new',
|
|
210
|
+
category: 'app'
|
|
211
|
+
}, {
|
|
212
|
+
name: 'crowd',
|
|
213
|
+
type: 'new',
|
|
214
|
+
category: 'app'
|
|
207
215
|
},
|
|
208
216
|
// Deprecated
|
|
209
217
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as rawIcons, adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraProductDiscoveryIcon, jiraServiceManagementIcon, jiraIcon, loomInternalIcon, loomIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon } from "@atlaskit/temp-nav-app-icons/raw-icons";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -265,6 +265,26 @@ export declare const TeamsIcon: ({ size, ...props }: import("./types").LogoProps
|
|
|
265
265
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
266
266
|
*/
|
|
267
267
|
export declare const TeamsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
268
|
+
/**
|
|
269
|
+
* __Bamboo icon__
|
|
270
|
+
*
|
|
271
|
+
* The Bamboo icon without an accompanying wordmark.
|
|
272
|
+
*
|
|
273
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
274
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
275
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
276
|
+
*/
|
|
277
|
+
export declare const BambooIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
278
|
+
/**
|
|
279
|
+
* __Bamboo logo__
|
|
280
|
+
*
|
|
281
|
+
* The Bamboo logo with both the wordmark and the icon combined.
|
|
282
|
+
*
|
|
283
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
284
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
285
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
286
|
+
*/
|
|
287
|
+
export declare const BambooLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
268
288
|
/**
|
|
269
289
|
* __Bitbucket Data Center icon__
|
|
270
290
|
*
|
|
@@ -305,6 +325,26 @@ export declare const ConfluenceDataCenterIcon: ({ size, ...props }: import("./ty
|
|
|
305
325
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
306
326
|
*/
|
|
307
327
|
export declare const ConfluenceDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
328
|
+
/**
|
|
329
|
+
* __Crowd icon__
|
|
330
|
+
*
|
|
331
|
+
* The Crowd icon without an accompanying wordmark.
|
|
332
|
+
*
|
|
333
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
334
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
335
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
336
|
+
*/
|
|
337
|
+
export declare const CrowdIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
338
|
+
/**
|
|
339
|
+
* __Crowd logo__
|
|
340
|
+
*
|
|
341
|
+
* The Crowd logo with both the wordmark and the icon combined.
|
|
342
|
+
*
|
|
343
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
344
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
345
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
346
|
+
*/
|
|
347
|
+
export declare const CrowdLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
308
348
|
/**
|
|
309
349
|
* __Jira Data Center icon__
|
|
310
350
|
*
|
|
@@ -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";
|
|
@@ -265,6 +265,26 @@ export declare const TeamsIcon: ({ size, ...props }: import("./types").LogoProps
|
|
|
265
265
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
266
266
|
*/
|
|
267
267
|
export declare const TeamsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
268
|
+
/**
|
|
269
|
+
* __Bamboo icon__
|
|
270
|
+
*
|
|
271
|
+
* The Bamboo icon without an accompanying wordmark.
|
|
272
|
+
*
|
|
273
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
274
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
275
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
276
|
+
*/
|
|
277
|
+
export declare const BambooIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
278
|
+
/**
|
|
279
|
+
* __Bamboo logo__
|
|
280
|
+
*
|
|
281
|
+
* The Bamboo logo with both the wordmark and the icon combined.
|
|
282
|
+
*
|
|
283
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
284
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
285
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
286
|
+
*/
|
|
287
|
+
export declare const BambooLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
268
288
|
/**
|
|
269
289
|
* __Bitbucket Data Center icon__
|
|
270
290
|
*
|
|
@@ -305,6 +325,26 @@ export declare const ConfluenceDataCenterIcon: ({ size, ...props }: import("./ty
|
|
|
305
325
|
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
306
326
|
*/
|
|
307
327
|
export declare const ConfluenceDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
328
|
+
/**
|
|
329
|
+
* __Crowd icon__
|
|
330
|
+
*
|
|
331
|
+
* The Crowd icon without an accompanying wordmark.
|
|
332
|
+
*
|
|
333
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
334
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
335
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
336
|
+
*/
|
|
337
|
+
export declare const CrowdIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
338
|
+
/**
|
|
339
|
+
* __Crowd logo__
|
|
340
|
+
*
|
|
341
|
+
* The Crowd logo with both the wordmark and the icon combined.
|
|
342
|
+
*
|
|
343
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
344
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
345
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
346
|
+
*/
|
|
347
|
+
export declare const CrowdLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
308
348
|
/**
|
|
309
349
|
* __Jira Data Center icon__
|
|
310
350
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.5.0",
|
|
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/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
|
-
"@atlaskit/temp-nav-app-icons": "^0.
|
|
33
|
+
"@atlaskit/temp-nav-app-icons": "^0.9.0",
|
|
34
34
|
"@atlaskit/theme": "^18.0.0",
|
|
35
35
|
"@atlaskit/tokens": "^5.4.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"af:exports": {
|
|
97
|
+
"./raw-icons": "./src/exports/raw-icons.tsx",
|
|
97
98
|
"./atlassian-icon": "./src/exports/atlassian-icon.tsx",
|
|
98
99
|
"./bitbucket-icon": "./src/exports/bitbucket-icon.tsx",
|
|
99
100
|
"./confluence-icon": "./src/exports/confluence-icon.tsx",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/raw-icons",
|
|
3
|
+
"main": "../dist/cjs/exports/raw-icons.js",
|
|
4
|
+
"module": "../dist/esm/exports/raw-icons.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/exports/raw-icons.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/exports/raw-icons.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.4": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/exports/raw-icons.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|