@atlaskit/logo 19.3.0 → 19.4.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 +21 -0
- package/dist/cjs/index.js +47 -19
- package/dist/cjs/logo-config.js +224 -10
- package/dist/es2019/index.js +46 -6
- package/dist/es2019/logo-config.js +209 -9
- package/dist/esm/index.js +46 -6
- package/dist/esm/logo-config.js +223 -9
- package/dist/types/index.d.ts +43 -4
- package/dist/types/logo-config.d.ts +14 -3
- package/dist/types-ts4.5/index.d.ts +43 -4
- package/dist/types-ts4.5/logo-config.d.ts +14 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#177235](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177235)
|
|
8
|
+
[`227f5ae9544a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/227f5ae9544a1) -
|
|
9
|
+
Update Loom attribution logo to support new design language. Add Loom Blurple logo that has new
|
|
10
|
+
design, with the Loom blurple color
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 19.3.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- [#177236](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177236)
|
|
21
|
+
[`2bf9f8bd0c060`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bf9f8bd0c060) -
|
|
22
|
+
Internal documentation changes
|
|
23
|
+
|
|
3
24
|
## 19.3.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/dist/cjs/index.js
CHANGED
|
@@ -78,19 +78,7 @@ 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");
|
|
@@ -112,6 +100,8 @@ var _jiraDataCenter = require("@atlaskit/temp-nav-app-icons/jira-data-center");
|
|
|
112
100
|
var _jiraProductDiscovery = require("@atlaskit/temp-nav-app-icons/jira-product-discovery");
|
|
113
101
|
var _jiraServiceManagement = require("@atlaskit/temp-nav-app-icons/jira-service-management");
|
|
114
102
|
var _loom = require("@atlaskit/temp-nav-app-icons/loom");
|
|
103
|
+
var _loomAttribution = require("@atlaskit/temp-nav-app-icons/loom-attribution");
|
|
104
|
+
var _loomInternal = require("@atlaskit/temp-nav-app-icons/loom-internal");
|
|
115
105
|
var _opsgenie = require("@atlaskit/temp-nav-app-icons/opsgenie");
|
|
116
106
|
var _projects = require("@atlaskit/temp-nav-app-icons/projects");
|
|
117
107
|
var _rovo = require("@atlaskit/temp-nav-app-icons/rovo");
|
|
@@ -134,6 +124,7 @@ var _jiraAlign = require("./legacy-logos/jira-align");
|
|
|
134
124
|
var _jiraProductDiscovery2 = require("./legacy-logos/jira-product-discovery");
|
|
135
125
|
var _jiraServiceManagement2 = require("./legacy-logos/jira-service-management");
|
|
136
126
|
var _loom2 = require("./legacy-logos/loom");
|
|
127
|
+
var _loomAttribution2 = require("./legacy-logos/loom-attribution");
|
|
137
128
|
var _opsgenie2 = require("./legacy-logos/opsgenie");
|
|
138
129
|
var _rovo2 = require("./legacy-logos/rovo");
|
|
139
130
|
var _statuspage2 = require("./legacy-logos/statuspage");
|
|
@@ -142,7 +133,6 @@ var _atlas = require("./legacy-logos/atlas");
|
|
|
142
133
|
var _atlassianMarketplace = require("./legacy-logos/atlassian-marketplace");
|
|
143
134
|
var _atlassianAccess = require("./legacy-logos/atlassian-access");
|
|
144
135
|
var _jiraWorkManagement = require("./legacy-logos/jira-work-management");
|
|
145
|
-
var _loomAttribution = require("./legacy-logos/loom-attribution");
|
|
146
136
|
var _atlassian = require("./legacy-logos/atlassian");
|
|
147
137
|
var _jiraSoftware = require("./legacy-logos/jira-software");
|
|
148
138
|
var _logoConfig = require("./logo-config");
|
|
@@ -705,25 +695,63 @@ var JiraServiceManagementLogo = exports.JiraServiceManagementLogo = (0, _logoCon
|
|
|
705
695
|
/**
|
|
706
696
|
* __Loom icon__
|
|
707
697
|
*
|
|
708
|
-
* The Loom icon
|
|
698
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
709
699
|
*
|
|
710
700
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
711
701
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
712
702
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
713
703
|
*/
|
|
714
704
|
var LoomIcon = exports.LoomIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomIcon, _loom.LoomIcon);
|
|
715
|
-
|
|
716
705
|
/**
|
|
717
706
|
* __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
|
+
*/
|
|
714
|
+
var LoomLogo = exports.LoomLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loom2.LoomLogo, _loom.LoomLogoCS);
|
|
715
|
+
/**
|
|
716
|
+
* __Loom Attribution icon__
|
|
718
717
|
*
|
|
719
|
-
* The Loom
|
|
718
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
720
719
|
*
|
|
721
720
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
722
721
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
723
722
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
724
723
|
*/
|
|
725
|
-
var
|
|
726
|
-
|
|
724
|
+
var LoomAttributionIcon = exports.LoomAttributionIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionIcon, _loom.LoomIcon);
|
|
725
|
+
/**
|
|
726
|
+
* __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
|
+
*/
|
|
734
|
+
var LoomAttributionLogo = exports.LoomAttributionLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_loomAttribution2.LoomAttributionLogo, _loomAttribution.LoomAttributionLogoCS);
|
|
735
|
+
/**
|
|
736
|
+
* __Loom (Blurple) logo__
|
|
737
|
+
*
|
|
738
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
739
|
+
*
|
|
740
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
741
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
742
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
743
|
+
*/
|
|
744
|
+
var LoomBlurpleLogo = exports.LoomBlurpleLogo = (0, _logoConfig.tempSizeWrapper)(_loomInternal.LoomInternalLogoCS);
|
|
745
|
+
/**
|
|
746
|
+
* __Loom (Blurple) icon__
|
|
747
|
+
*
|
|
748
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
749
|
+
*
|
|
750
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
751
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
752
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
753
|
+
*/
|
|
754
|
+
var LoomBlurpleIcon = exports.LoomBlurpleIcon = (0, _logoConfig.tempSizeWrapper)(_loomInternal.LoomInternalIcon);
|
|
727
755
|
/**
|
|
728
756
|
* __Opsgenie icon__
|
|
729
757
|
*
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.tempSizeWrapper = exports.createFeatureFlaggedComponent = exports.SHARED_LOGOS = exports.NEW_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = void 0;
|
|
7
|
+
exports.tempSizeWrapper = exports.logoDocsSchema = exports.createFeatureFlaggedComponent = exports.SHARED_LOGOS = exports.PROGRAM_LOGO_DOCS_ORDER = exports.NEW_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = exports.APP_LOGO_DOCS_ORDER = void 0;
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
9
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
|
@@ -52,12 +52,226 @@ var tempSizeWrapper = exports.tempSizeWrapper = function tempSizeWrapper(NewComp
|
|
|
52
52
|
}, props));
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
|
-
|
|
56
|
-
//
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
55
|
+
var logoDocsSchema = exports.logoDocsSchema = [
|
|
56
|
+
// Program logos
|
|
57
|
+
{
|
|
58
|
+
name: 'atlassian',
|
|
59
|
+
type: 'legacy',
|
|
60
|
+
category: "program"
|
|
61
|
+
}, {
|
|
62
|
+
name: 'atlassian-access',
|
|
63
|
+
type: 'legacy',
|
|
64
|
+
category: "program"
|
|
65
|
+
}, {
|
|
66
|
+
name: 'atlassian-marketplace',
|
|
67
|
+
type: 'legacy',
|
|
68
|
+
category: "program"
|
|
69
|
+
},
|
|
70
|
+
// Home collection
|
|
71
|
+
{
|
|
72
|
+
name: 'home',
|
|
73
|
+
type: 'new',
|
|
74
|
+
category: "app"
|
|
75
|
+
}, {
|
|
76
|
+
name: 'hub',
|
|
77
|
+
type: 'new',
|
|
78
|
+
category: "app"
|
|
79
|
+
},
|
|
80
|
+
// Teamwork collection
|
|
81
|
+
{
|
|
82
|
+
name: 'confluence',
|
|
83
|
+
type: 'migration',
|
|
84
|
+
category: "app"
|
|
85
|
+
}, {
|
|
86
|
+
name: 'jira',
|
|
87
|
+
type: 'migration',
|
|
88
|
+
category: "app"
|
|
89
|
+
}, {
|
|
90
|
+
name: 'loom',
|
|
91
|
+
type: 'migration',
|
|
92
|
+
category: "app"
|
|
93
|
+
}, {
|
|
94
|
+
name: 'loom-blurple',
|
|
95
|
+
type: 'migration',
|
|
96
|
+
category: "app",
|
|
97
|
+
skipExample: true
|
|
98
|
+
}, {
|
|
99
|
+
name: 'loom-attribution',
|
|
100
|
+
type: 'migration',
|
|
101
|
+
category: "app"
|
|
102
|
+
}, {
|
|
103
|
+
name: 'rovo',
|
|
104
|
+
type: 'migration',
|
|
105
|
+
category: "app"
|
|
106
|
+
},
|
|
107
|
+
// Strategy collection
|
|
108
|
+
{
|
|
109
|
+
name: 'align',
|
|
110
|
+
type: 'new',
|
|
111
|
+
category: "app"
|
|
112
|
+
}, {
|
|
113
|
+
name: 'focus',
|
|
114
|
+
type: 'migration',
|
|
115
|
+
category: "app"
|
|
116
|
+
}, {
|
|
117
|
+
name: 'talent',
|
|
118
|
+
type: 'new',
|
|
119
|
+
category: "app"
|
|
120
|
+
},
|
|
121
|
+
// Product collection
|
|
122
|
+
{
|
|
123
|
+
name: 'jira-product-discovery',
|
|
124
|
+
type: 'migration',
|
|
125
|
+
category: "app"
|
|
126
|
+
},
|
|
127
|
+
// Dev collection
|
|
128
|
+
{
|
|
129
|
+
name: 'bitbucket',
|
|
130
|
+
type: 'migration',
|
|
131
|
+
category: "app"
|
|
132
|
+
}, {
|
|
133
|
+
name: 'compass',
|
|
134
|
+
type: 'migration',
|
|
135
|
+
category: "app"
|
|
136
|
+
},
|
|
137
|
+
// Customer collection
|
|
138
|
+
{
|
|
139
|
+
name: 'jira-service-management',
|
|
140
|
+
type: 'migration',
|
|
141
|
+
category: "app"
|
|
142
|
+
}, {
|
|
143
|
+
name: 'assets',
|
|
144
|
+
type: 'new',
|
|
145
|
+
category: "app"
|
|
146
|
+
}, {
|
|
147
|
+
name: 'customer-service-management',
|
|
148
|
+
type: 'new',
|
|
149
|
+
category: "app"
|
|
150
|
+
}, {
|
|
151
|
+
name: 'opsgenie',
|
|
152
|
+
type: 'migration',
|
|
153
|
+
category: "app"
|
|
154
|
+
}, {
|
|
155
|
+
name: 'statuspage',
|
|
156
|
+
type: 'migration',
|
|
157
|
+
category: "app"
|
|
158
|
+
}, {
|
|
159
|
+
name: 'trello',
|
|
160
|
+
type: 'migration',
|
|
161
|
+
category: "app"
|
|
162
|
+
},
|
|
163
|
+
// Platform Collection
|
|
164
|
+
{
|
|
165
|
+
name: 'admin',
|
|
166
|
+
type: 'new',
|
|
167
|
+
category: "app"
|
|
168
|
+
}, {
|
|
169
|
+
name: 'analytics',
|
|
170
|
+
type: 'new',
|
|
171
|
+
category: "app"
|
|
172
|
+
}, {
|
|
173
|
+
name: 'chat',
|
|
174
|
+
type: 'new',
|
|
175
|
+
category: "app"
|
|
176
|
+
}, {
|
|
177
|
+
name: 'goals',
|
|
178
|
+
type: 'new',
|
|
179
|
+
category: "app"
|
|
180
|
+
}, {
|
|
181
|
+
name: 'guard',
|
|
182
|
+
type: 'migration',
|
|
183
|
+
category: "app"
|
|
184
|
+
}, {
|
|
185
|
+
name: 'projects',
|
|
186
|
+
type: 'new',
|
|
187
|
+
category: "app"
|
|
188
|
+
}, {
|
|
189
|
+
name: 'search',
|
|
190
|
+
type: 'new',
|
|
191
|
+
category: "app"
|
|
192
|
+
}, {
|
|
193
|
+
name: 'studio',
|
|
194
|
+
type: 'new',
|
|
195
|
+
category: "app"
|
|
196
|
+
}, {
|
|
197
|
+
name: 'teams',
|
|
198
|
+
type: 'new',
|
|
199
|
+
category: "app"
|
|
200
|
+
},
|
|
201
|
+
// Data Center
|
|
202
|
+
{
|
|
203
|
+
name: 'jira-data-center',
|
|
204
|
+
type: 'new',
|
|
205
|
+
category: "app"
|
|
206
|
+
}, {
|
|
207
|
+
name: 'confluence-data-center',
|
|
208
|
+
type: 'new',
|
|
209
|
+
category: "app"
|
|
210
|
+
}, {
|
|
211
|
+
name: 'bitbucket-data-center',
|
|
212
|
+
type: 'new',
|
|
213
|
+
category: 'app'
|
|
214
|
+
},
|
|
215
|
+
// Deprecated
|
|
216
|
+
{
|
|
217
|
+
name: 'atlassian-administration',
|
|
218
|
+
type: 'legacy',
|
|
219
|
+
category: "app",
|
|
220
|
+
skipExample: true,
|
|
221
|
+
deprecated: true
|
|
222
|
+
}, {
|
|
223
|
+
name: 'atlassian-admin',
|
|
224
|
+
type: 'legacy',
|
|
225
|
+
category: "app",
|
|
226
|
+
skipExample: true,
|
|
227
|
+
deprecated: true
|
|
228
|
+
}, {
|
|
229
|
+
name: 'atlassian-analytics',
|
|
230
|
+
type: 'legacy',
|
|
231
|
+
category: "app",
|
|
232
|
+
skipExample: true,
|
|
233
|
+
deprecated: true
|
|
234
|
+
}, {
|
|
235
|
+
name: 'atlas',
|
|
236
|
+
type: 'legacy',
|
|
237
|
+
category: "app",
|
|
238
|
+
skipExample: true,
|
|
239
|
+
deprecated: true
|
|
240
|
+
}, {
|
|
241
|
+
name: 'jira-align',
|
|
242
|
+
type: 'legacy',
|
|
243
|
+
category: "app",
|
|
244
|
+
skipExample: true,
|
|
245
|
+
deprecated: true
|
|
246
|
+
}, {
|
|
247
|
+
name: 'jira-software',
|
|
248
|
+
type: 'legacy',
|
|
249
|
+
category: "app",
|
|
250
|
+
skipExample: true,
|
|
251
|
+
deprecated: true
|
|
252
|
+
}, {
|
|
253
|
+
name: 'jira-work-management',
|
|
254
|
+
type: 'legacy',
|
|
255
|
+
category: "app",
|
|
256
|
+
skipExample: true,
|
|
257
|
+
deprecated: true
|
|
258
|
+
}];
|
|
259
|
+
var PROGRAM_LOGO_DOCS_ORDER = exports.PROGRAM_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
260
|
+
return logo.category === 'program' && !logo.skipExample;
|
|
261
|
+
}).map(function (logo) {
|
|
262
|
+
return logo.name;
|
|
263
|
+
});
|
|
264
|
+
var APP_LOGO_DOCS_ORDER = exports.APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
265
|
+
return logo.category === 'app' && !logo.skipExample;
|
|
266
|
+
}).map(function (logo) {
|
|
267
|
+
return logo.name;
|
|
268
|
+
});
|
|
269
|
+
var LEGACY_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
270
|
+
return logo.type === 'legacy';
|
|
271
|
+
});
|
|
272
|
+
var SHARED_LOGOS = exports.SHARED_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
273
|
+
return logo.type === 'migration';
|
|
274
|
+
});
|
|
275
|
+
var NEW_ONLY_LOGOS = exports.NEW_ONLY_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
276
|
+
return logo.type === 'new';
|
|
277
|
+
});
|
package/dist/es2019/index.js
CHANGED
|
@@ -19,6 +19,8 @@ import { JiraDataCenterIcon as NewJiraDataCenterIcon, JiraDataCenterLogoCS as Ne
|
|
|
19
19
|
import { JiraProductDiscoveryIcon as NewJPDIcon, JiraProductDiscoveryLogoCS as NewJPDLogo } from '@atlaskit/temp-nav-app-icons/jira-product-discovery';
|
|
20
20
|
import { JiraServiceManagementIcon as NewJSMIcon, JiraServiceManagementLogoCS as NewJSMLogo } from '@atlaskit/temp-nav-app-icons/jira-service-management';
|
|
21
21
|
import { LoomIcon as NewLoomIcon, LoomLogoCS as NewLoomLogo } from '@atlaskit/temp-nav-app-icons/loom';
|
|
22
|
+
import { LoomAttributionLogoCS as NewLoomAttributionLogo } from '@atlaskit/temp-nav-app-icons/loom-attribution';
|
|
23
|
+
import { LoomInternalIcon as NewLoomInternalIcon, LoomInternalLogoCS as NewLoomInternalLogo } from '@atlaskit/temp-nav-app-icons/loom-internal';
|
|
22
24
|
import { OpsgenieIcon as NewOpsgenieIcon, OpsgenieLogoCS as NewOpsgenieLogo } from '@atlaskit/temp-nav-app-icons/opsgenie';
|
|
23
25
|
import { ProjectsIcon as NewProjectsIcon, ProjectsLogoCS as NewProjectsLogo } from '@atlaskit/temp-nav-app-icons/projects';
|
|
24
26
|
import { RovoIcon as NewRovoIcon, RovoLogoCS as NewRovoLogo } from '@atlaskit/temp-nav-app-icons/rovo';
|
|
@@ -41,6 +43,7 @@ import { JiraAlignIcon as LegacyJiraAlignIcon, JiraAlignLogo as LegacyJiraAlignL
|
|
|
41
43
|
import { JiraProductDiscoveryIcon as LegacyJPDIcon, JiraProductDiscoveryLogo as LegacyJPDLogo } from './legacy-logos/jira-product-discovery';
|
|
42
44
|
import { JiraServiceManagementIcon as LegacyJSMIcon, JiraServiceManagementLogo as LegacyJSMLogo } from './legacy-logos/jira-service-management';
|
|
43
45
|
import { LoomIcon as LegacyLoomIcon, LoomLogo as LegacyLoomLogo } from './legacy-logos/loom';
|
|
46
|
+
import { LoomAttributionIcon as LegacyLoomAttributionIcon, LoomAttributionLogo as LegacyLoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
44
47
|
import { OpsgenieIcon as LegacyOpsgenieIcon, OpsgenieLogo as LegacyOpsgenieLogo } from './legacy-logos/opsgenie';
|
|
45
48
|
import { RovoIcon as LegacyRovoIcon, RovoLogo as LegacyRovoLogo } from './legacy-logos/rovo';
|
|
46
49
|
import { StatuspageIcon as LegacyStatuspageIcon, StatuspageLogo as LegacyStatuspageLogo } from './legacy-logos/statuspage';
|
|
@@ -49,7 +52,6 @@ export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
|
49
52
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo } from './legacy-logos/atlassian-marketplace';
|
|
50
53
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
51
54
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon } from './legacy-logos/jira-work-management';
|
|
52
|
-
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
53
55
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
54
56
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
55
57
|
import { createFeatureFlaggedComponent, tempSizeWrapper } from './logo-config';
|
|
@@ -613,25 +615,63 @@ export const JiraServiceManagementLogo = createFeatureFlaggedComponent(LegacyJSM
|
|
|
613
615
|
/**
|
|
614
616
|
* __Loom icon__
|
|
615
617
|
*
|
|
616
|
-
* The Loom icon
|
|
618
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
617
619
|
*
|
|
618
620
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
619
621
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
620
622
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
621
623
|
*/
|
|
622
624
|
export const LoomIcon = createFeatureFlaggedComponent(LegacyLoomIcon, NewLoomIcon);
|
|
623
|
-
|
|
624
625
|
/**
|
|
625
626
|
* __Loom logo__
|
|
627
|
+
*
|
|
628
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
629
|
+
*
|
|
630
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
631
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
632
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
633
|
+
*/
|
|
634
|
+
export const LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLogo);
|
|
635
|
+
/**
|
|
636
|
+
* __Loom Attribution icon__
|
|
626
637
|
*
|
|
627
|
-
* The Loom
|
|
638
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
628
639
|
*
|
|
629
640
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
630
641
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
631
642
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
632
643
|
*/
|
|
633
|
-
export const
|
|
634
|
-
|
|
644
|
+
export const LoomAttributionIcon = createFeatureFlaggedComponent(LegacyLoomAttributionIcon, NewLoomIcon);
|
|
645
|
+
/**
|
|
646
|
+
* __Loom Attribution logo__
|
|
647
|
+
*
|
|
648
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
649
|
+
*
|
|
650
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
651
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
652
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
653
|
+
*/
|
|
654
|
+
export const LoomAttributionLogo = createFeatureFlaggedComponent(LegacyLoomAttributionLogo, NewLoomAttributionLogo);
|
|
655
|
+
/**
|
|
656
|
+
* __Loom (Blurple) logo__
|
|
657
|
+
*
|
|
658
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
659
|
+
*
|
|
660
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
661
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
662
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
663
|
+
*/
|
|
664
|
+
export const LoomBlurpleLogo = tempSizeWrapper(NewLoomInternalLogo);
|
|
665
|
+
/**
|
|
666
|
+
* __Loom (Blurple) icon__
|
|
667
|
+
*
|
|
668
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
669
|
+
*
|
|
670
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
671
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
672
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
673
|
+
*/
|
|
674
|
+
export const LoomBlurpleIcon = tempSizeWrapper(NewLoomInternalIcon);
|
|
635
675
|
/**
|
|
636
676
|
* __Opsgenie icon__
|
|
637
677
|
*
|
|
@@ -44,12 +44,212 @@ export const tempSizeWrapper = NewComponent => {
|
|
|
44
44
|
}, props));
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
|
-
|
|
48
|
-
//
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
export const logoDocsSchema = [
|
|
48
|
+
// Program logos
|
|
49
|
+
{
|
|
50
|
+
name: 'atlassian',
|
|
51
|
+
type: 'legacy',
|
|
52
|
+
category: "program"
|
|
53
|
+
}, {
|
|
54
|
+
name: 'atlassian-access',
|
|
55
|
+
type: 'legacy',
|
|
56
|
+
category: "program"
|
|
57
|
+
}, {
|
|
58
|
+
name: 'atlassian-marketplace',
|
|
59
|
+
type: 'legacy',
|
|
60
|
+
category: "program"
|
|
61
|
+
},
|
|
62
|
+
// Home collection
|
|
63
|
+
{
|
|
64
|
+
name: 'home',
|
|
65
|
+
type: 'new',
|
|
66
|
+
category: "app"
|
|
67
|
+
}, {
|
|
68
|
+
name: 'hub',
|
|
69
|
+
type: 'new',
|
|
70
|
+
category: "app"
|
|
71
|
+
},
|
|
72
|
+
// Teamwork collection
|
|
73
|
+
{
|
|
74
|
+
name: 'confluence',
|
|
75
|
+
type: 'migration',
|
|
76
|
+
category: "app"
|
|
77
|
+
}, {
|
|
78
|
+
name: 'jira',
|
|
79
|
+
type: 'migration',
|
|
80
|
+
category: "app"
|
|
81
|
+
}, {
|
|
82
|
+
name: 'loom',
|
|
83
|
+
type: 'migration',
|
|
84
|
+
category: "app"
|
|
85
|
+
}, {
|
|
86
|
+
name: 'loom-blurple',
|
|
87
|
+
type: 'migration',
|
|
88
|
+
category: "app",
|
|
89
|
+
skipExample: true
|
|
90
|
+
}, {
|
|
91
|
+
name: 'loom-attribution',
|
|
92
|
+
type: 'migration',
|
|
93
|
+
category: "app"
|
|
94
|
+
}, {
|
|
95
|
+
name: 'rovo',
|
|
96
|
+
type: 'migration',
|
|
97
|
+
category: "app"
|
|
98
|
+
},
|
|
99
|
+
// Strategy collection
|
|
100
|
+
{
|
|
101
|
+
name: 'align',
|
|
102
|
+
type: 'new',
|
|
103
|
+
category: "app"
|
|
104
|
+
}, {
|
|
105
|
+
name: 'focus',
|
|
106
|
+
type: 'migration',
|
|
107
|
+
category: "app"
|
|
108
|
+
}, {
|
|
109
|
+
name: 'talent',
|
|
110
|
+
type: 'new',
|
|
111
|
+
category: "app"
|
|
112
|
+
},
|
|
113
|
+
// Product collection
|
|
114
|
+
{
|
|
115
|
+
name: 'jira-product-discovery',
|
|
116
|
+
type: 'migration',
|
|
117
|
+
category: "app"
|
|
118
|
+
},
|
|
119
|
+
// Dev collection
|
|
120
|
+
{
|
|
121
|
+
name: 'bitbucket',
|
|
122
|
+
type: 'migration',
|
|
123
|
+
category: "app"
|
|
124
|
+
}, {
|
|
125
|
+
name: 'compass',
|
|
126
|
+
type: 'migration',
|
|
127
|
+
category: "app"
|
|
128
|
+
},
|
|
129
|
+
// Customer collection
|
|
130
|
+
{
|
|
131
|
+
name: 'jira-service-management',
|
|
132
|
+
type: 'migration',
|
|
133
|
+
category: "app"
|
|
134
|
+
}, {
|
|
135
|
+
name: 'assets',
|
|
136
|
+
type: 'new',
|
|
137
|
+
category: "app"
|
|
138
|
+
}, {
|
|
139
|
+
name: 'customer-service-management',
|
|
140
|
+
type: 'new',
|
|
141
|
+
category: "app"
|
|
142
|
+
}, {
|
|
143
|
+
name: 'opsgenie',
|
|
144
|
+
type: 'migration',
|
|
145
|
+
category: "app"
|
|
146
|
+
}, {
|
|
147
|
+
name: 'statuspage',
|
|
148
|
+
type: 'migration',
|
|
149
|
+
category: "app"
|
|
150
|
+
}, {
|
|
151
|
+
name: 'trello',
|
|
152
|
+
type: 'migration',
|
|
153
|
+
category: "app"
|
|
154
|
+
},
|
|
155
|
+
// Platform Collection
|
|
156
|
+
{
|
|
157
|
+
name: 'admin',
|
|
158
|
+
type: 'new',
|
|
159
|
+
category: "app"
|
|
160
|
+
}, {
|
|
161
|
+
name: 'analytics',
|
|
162
|
+
type: 'new',
|
|
163
|
+
category: "app"
|
|
164
|
+
}, {
|
|
165
|
+
name: 'chat',
|
|
166
|
+
type: 'new',
|
|
167
|
+
category: "app"
|
|
168
|
+
}, {
|
|
169
|
+
name: 'goals',
|
|
170
|
+
type: 'new',
|
|
171
|
+
category: "app"
|
|
172
|
+
}, {
|
|
173
|
+
name: 'guard',
|
|
174
|
+
type: 'migration',
|
|
175
|
+
category: "app"
|
|
176
|
+
}, {
|
|
177
|
+
name: 'projects',
|
|
178
|
+
type: 'new',
|
|
179
|
+
category: "app"
|
|
180
|
+
}, {
|
|
181
|
+
name: 'search',
|
|
182
|
+
type: 'new',
|
|
183
|
+
category: "app"
|
|
184
|
+
}, {
|
|
185
|
+
name: 'studio',
|
|
186
|
+
type: 'new',
|
|
187
|
+
category: "app"
|
|
188
|
+
}, {
|
|
189
|
+
name: 'teams',
|
|
190
|
+
type: 'new',
|
|
191
|
+
category: "app"
|
|
192
|
+
},
|
|
193
|
+
// Data Center
|
|
194
|
+
{
|
|
195
|
+
name: 'jira-data-center',
|
|
196
|
+
type: 'new',
|
|
197
|
+
category: "app"
|
|
198
|
+
}, {
|
|
199
|
+
name: 'confluence-data-center',
|
|
200
|
+
type: 'new',
|
|
201
|
+
category: "app"
|
|
202
|
+
}, {
|
|
203
|
+
name: 'bitbucket-data-center',
|
|
204
|
+
type: 'new',
|
|
205
|
+
category: 'app'
|
|
206
|
+
},
|
|
207
|
+
// Deprecated
|
|
208
|
+
{
|
|
209
|
+
name: 'atlassian-administration',
|
|
210
|
+
type: 'legacy',
|
|
211
|
+
category: "app",
|
|
212
|
+
skipExample: true,
|
|
213
|
+
deprecated: true
|
|
214
|
+
}, {
|
|
215
|
+
name: 'atlassian-admin',
|
|
216
|
+
type: 'legacy',
|
|
217
|
+
category: "app",
|
|
218
|
+
skipExample: true,
|
|
219
|
+
deprecated: true
|
|
220
|
+
}, {
|
|
221
|
+
name: 'atlassian-analytics',
|
|
222
|
+
type: 'legacy',
|
|
223
|
+
category: "app",
|
|
224
|
+
skipExample: true,
|
|
225
|
+
deprecated: true
|
|
226
|
+
}, {
|
|
227
|
+
name: 'atlas',
|
|
228
|
+
type: 'legacy',
|
|
229
|
+
category: "app",
|
|
230
|
+
skipExample: true,
|
|
231
|
+
deprecated: true
|
|
232
|
+
}, {
|
|
233
|
+
name: 'jira-align',
|
|
234
|
+
type: 'legacy',
|
|
235
|
+
category: "app",
|
|
236
|
+
skipExample: true,
|
|
237
|
+
deprecated: true
|
|
238
|
+
}, {
|
|
239
|
+
name: 'jira-software',
|
|
240
|
+
type: 'legacy',
|
|
241
|
+
category: "app",
|
|
242
|
+
skipExample: true,
|
|
243
|
+
deprecated: true
|
|
244
|
+
}, {
|
|
245
|
+
name: 'jira-work-management',
|
|
246
|
+
type: 'legacy',
|
|
247
|
+
category: "app",
|
|
248
|
+
skipExample: true,
|
|
249
|
+
deprecated: true
|
|
250
|
+
}];
|
|
251
|
+
export const PROGRAM_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'program' && !logo.skipExample).map(logo => logo.name);
|
|
252
|
+
export const APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'app' && !logo.skipExample).map(logo => logo.name);
|
|
253
|
+
export const LEGACY_ONLY_LOGOS = logoDocsSchema.filter(logo => logo.type === 'legacy');
|
|
254
|
+
export const SHARED_LOGOS = logoDocsSchema.filter(logo => logo.type === 'migration');
|
|
255
|
+
export const NEW_ONLY_LOGOS = logoDocsSchema.filter(logo => logo.type === 'new');
|
package/dist/esm/index.js
CHANGED
|
@@ -19,6 +19,8 @@ import { JiraDataCenterIcon as NewJiraDataCenterIcon, JiraDataCenterLogoCS as Ne
|
|
|
19
19
|
import { JiraProductDiscoveryIcon as NewJPDIcon, JiraProductDiscoveryLogoCS as NewJPDLogo } from '@atlaskit/temp-nav-app-icons/jira-product-discovery';
|
|
20
20
|
import { JiraServiceManagementIcon as NewJSMIcon, JiraServiceManagementLogoCS as NewJSMLogo } from '@atlaskit/temp-nav-app-icons/jira-service-management';
|
|
21
21
|
import { LoomIcon as NewLoomIcon, LoomLogoCS as NewLoomLogo } from '@atlaskit/temp-nav-app-icons/loom';
|
|
22
|
+
import { LoomAttributionLogoCS as NewLoomAttributionLogo } from '@atlaskit/temp-nav-app-icons/loom-attribution';
|
|
23
|
+
import { LoomInternalIcon as NewLoomInternalIcon, LoomInternalLogoCS as NewLoomInternalLogo } from '@atlaskit/temp-nav-app-icons/loom-internal';
|
|
22
24
|
import { OpsgenieIcon as NewOpsgenieIcon, OpsgenieLogoCS as NewOpsgenieLogo } from '@atlaskit/temp-nav-app-icons/opsgenie';
|
|
23
25
|
import { ProjectsIcon as NewProjectsIcon, ProjectsLogoCS as NewProjectsLogo } from '@atlaskit/temp-nav-app-icons/projects';
|
|
24
26
|
import { RovoIcon as NewRovoIcon, RovoLogoCS as NewRovoLogo } from '@atlaskit/temp-nav-app-icons/rovo';
|
|
@@ -41,6 +43,7 @@ import { JiraAlignIcon as LegacyJiraAlignIcon, JiraAlignLogo as LegacyJiraAlignL
|
|
|
41
43
|
import { JiraProductDiscoveryIcon as LegacyJPDIcon, JiraProductDiscoveryLogo as LegacyJPDLogo } from './legacy-logos/jira-product-discovery';
|
|
42
44
|
import { JiraServiceManagementIcon as LegacyJSMIcon, JiraServiceManagementLogo as LegacyJSMLogo } from './legacy-logos/jira-service-management';
|
|
43
45
|
import { LoomIcon as LegacyLoomIcon, LoomLogo as LegacyLoomLogo } from './legacy-logos/loom';
|
|
46
|
+
import { LoomAttributionIcon as LegacyLoomAttributionIcon, LoomAttributionLogo as LegacyLoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
44
47
|
import { OpsgenieIcon as LegacyOpsgenieIcon, OpsgenieLogo as LegacyOpsgenieLogo } from './legacy-logos/opsgenie';
|
|
45
48
|
import { RovoIcon as LegacyRovoIcon, RovoLogo as LegacyRovoLogo } from './legacy-logos/rovo';
|
|
46
49
|
import { StatuspageIcon as LegacyStatuspageIcon, StatuspageLogo as LegacyStatuspageLogo } from './legacy-logos/statuspage';
|
|
@@ -49,7 +52,6 @@ export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
|
49
52
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo } from './legacy-logos/atlassian-marketplace';
|
|
50
53
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
51
54
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon } from './legacy-logos/jira-work-management';
|
|
52
|
-
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
53
55
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
54
56
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
55
57
|
import { createFeatureFlaggedComponent, tempSizeWrapper } from './logo-config';
|
|
@@ -613,25 +615,63 @@ export var JiraServiceManagementLogo = createFeatureFlaggedComponent(LegacyJSMLo
|
|
|
613
615
|
/**
|
|
614
616
|
* __Loom icon__
|
|
615
617
|
*
|
|
616
|
-
* The Loom icon
|
|
618
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
617
619
|
*
|
|
618
620
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
619
621
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
620
622
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
621
623
|
*/
|
|
622
624
|
export var LoomIcon = createFeatureFlaggedComponent(LegacyLoomIcon, NewLoomIcon);
|
|
623
|
-
|
|
624
625
|
/**
|
|
625
626
|
* __Loom logo__
|
|
627
|
+
*
|
|
628
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
629
|
+
*
|
|
630
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
631
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
632
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
633
|
+
*/
|
|
634
|
+
export var LoomLogo = createFeatureFlaggedComponent(LegacyLoomLogo, NewLoomLogo);
|
|
635
|
+
/**
|
|
636
|
+
* __Loom Attribution icon__
|
|
626
637
|
*
|
|
627
|
-
* The Loom
|
|
638
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
628
639
|
*
|
|
629
640
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
630
641
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
631
642
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
632
643
|
*/
|
|
633
|
-
export var
|
|
634
|
-
|
|
644
|
+
export var LoomAttributionIcon = createFeatureFlaggedComponent(LegacyLoomAttributionIcon, NewLoomIcon);
|
|
645
|
+
/**
|
|
646
|
+
* __Loom Attribution logo__
|
|
647
|
+
*
|
|
648
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
649
|
+
*
|
|
650
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
651
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
652
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
653
|
+
*/
|
|
654
|
+
export var LoomAttributionLogo = createFeatureFlaggedComponent(LegacyLoomAttributionLogo, NewLoomAttributionLogo);
|
|
655
|
+
/**
|
|
656
|
+
* __Loom (Blurple) logo__
|
|
657
|
+
*
|
|
658
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
659
|
+
*
|
|
660
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
661
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
662
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
663
|
+
*/
|
|
664
|
+
export var LoomBlurpleLogo = tempSizeWrapper(NewLoomInternalLogo);
|
|
665
|
+
/**
|
|
666
|
+
* __Loom (Blurple) icon__
|
|
667
|
+
*
|
|
668
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
669
|
+
*
|
|
670
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
671
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
672
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
673
|
+
*/
|
|
674
|
+
export var LoomBlurpleIcon = tempSizeWrapper(NewLoomInternalIcon);
|
|
635
675
|
/**
|
|
636
676
|
* __Opsgenie icon__
|
|
637
677
|
*
|
package/dist/esm/logo-config.js
CHANGED
|
@@ -45,12 +45,226 @@ export var tempSizeWrapper = function tempSizeWrapper(NewComponent) {
|
|
|
45
45
|
}, props));
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
|
|
49
|
-
//
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
48
|
+
export var logoDocsSchema = [
|
|
49
|
+
// Program logos
|
|
50
|
+
{
|
|
51
|
+
name: 'atlassian',
|
|
52
|
+
type: 'legacy',
|
|
53
|
+
category: "program"
|
|
54
|
+
}, {
|
|
55
|
+
name: 'atlassian-access',
|
|
56
|
+
type: 'legacy',
|
|
57
|
+
category: "program"
|
|
58
|
+
}, {
|
|
59
|
+
name: 'atlassian-marketplace',
|
|
60
|
+
type: 'legacy',
|
|
61
|
+
category: "program"
|
|
62
|
+
},
|
|
63
|
+
// Home collection
|
|
64
|
+
{
|
|
65
|
+
name: 'home',
|
|
66
|
+
type: 'new',
|
|
67
|
+
category: "app"
|
|
68
|
+
}, {
|
|
69
|
+
name: 'hub',
|
|
70
|
+
type: 'new',
|
|
71
|
+
category: "app"
|
|
72
|
+
},
|
|
73
|
+
// Teamwork collection
|
|
74
|
+
{
|
|
75
|
+
name: 'confluence',
|
|
76
|
+
type: 'migration',
|
|
77
|
+
category: "app"
|
|
78
|
+
}, {
|
|
79
|
+
name: 'jira',
|
|
80
|
+
type: 'migration',
|
|
81
|
+
category: "app"
|
|
82
|
+
}, {
|
|
83
|
+
name: 'loom',
|
|
84
|
+
type: 'migration',
|
|
85
|
+
category: "app"
|
|
86
|
+
}, {
|
|
87
|
+
name: 'loom-blurple',
|
|
88
|
+
type: 'migration',
|
|
89
|
+
category: "app",
|
|
90
|
+
skipExample: true
|
|
91
|
+
}, {
|
|
92
|
+
name: 'loom-attribution',
|
|
93
|
+
type: 'migration',
|
|
94
|
+
category: "app"
|
|
95
|
+
}, {
|
|
96
|
+
name: 'rovo',
|
|
97
|
+
type: 'migration',
|
|
98
|
+
category: "app"
|
|
99
|
+
},
|
|
100
|
+
// Strategy collection
|
|
101
|
+
{
|
|
102
|
+
name: 'align',
|
|
103
|
+
type: 'new',
|
|
104
|
+
category: "app"
|
|
105
|
+
}, {
|
|
106
|
+
name: 'focus',
|
|
107
|
+
type: 'migration',
|
|
108
|
+
category: "app"
|
|
109
|
+
}, {
|
|
110
|
+
name: 'talent',
|
|
111
|
+
type: 'new',
|
|
112
|
+
category: "app"
|
|
113
|
+
},
|
|
114
|
+
// Product collection
|
|
115
|
+
{
|
|
116
|
+
name: 'jira-product-discovery',
|
|
117
|
+
type: 'migration',
|
|
118
|
+
category: "app"
|
|
119
|
+
},
|
|
120
|
+
// Dev collection
|
|
121
|
+
{
|
|
122
|
+
name: 'bitbucket',
|
|
123
|
+
type: 'migration',
|
|
124
|
+
category: "app"
|
|
125
|
+
}, {
|
|
126
|
+
name: 'compass',
|
|
127
|
+
type: 'migration',
|
|
128
|
+
category: "app"
|
|
129
|
+
},
|
|
130
|
+
// Customer collection
|
|
131
|
+
{
|
|
132
|
+
name: 'jira-service-management',
|
|
133
|
+
type: 'migration',
|
|
134
|
+
category: "app"
|
|
135
|
+
}, {
|
|
136
|
+
name: 'assets',
|
|
137
|
+
type: 'new',
|
|
138
|
+
category: "app"
|
|
139
|
+
}, {
|
|
140
|
+
name: 'customer-service-management',
|
|
141
|
+
type: 'new',
|
|
142
|
+
category: "app"
|
|
143
|
+
}, {
|
|
144
|
+
name: 'opsgenie',
|
|
145
|
+
type: 'migration',
|
|
146
|
+
category: "app"
|
|
147
|
+
}, {
|
|
148
|
+
name: 'statuspage',
|
|
149
|
+
type: 'migration',
|
|
150
|
+
category: "app"
|
|
151
|
+
}, {
|
|
152
|
+
name: 'trello',
|
|
153
|
+
type: 'migration',
|
|
154
|
+
category: "app"
|
|
155
|
+
},
|
|
156
|
+
// Platform Collection
|
|
157
|
+
{
|
|
158
|
+
name: 'admin',
|
|
159
|
+
type: 'new',
|
|
160
|
+
category: "app"
|
|
161
|
+
}, {
|
|
162
|
+
name: 'analytics',
|
|
163
|
+
type: 'new',
|
|
164
|
+
category: "app"
|
|
165
|
+
}, {
|
|
166
|
+
name: 'chat',
|
|
167
|
+
type: 'new',
|
|
168
|
+
category: "app"
|
|
169
|
+
}, {
|
|
170
|
+
name: 'goals',
|
|
171
|
+
type: 'new',
|
|
172
|
+
category: "app"
|
|
173
|
+
}, {
|
|
174
|
+
name: 'guard',
|
|
175
|
+
type: 'migration',
|
|
176
|
+
category: "app"
|
|
177
|
+
}, {
|
|
178
|
+
name: 'projects',
|
|
179
|
+
type: 'new',
|
|
180
|
+
category: "app"
|
|
181
|
+
}, {
|
|
182
|
+
name: 'search',
|
|
183
|
+
type: 'new',
|
|
184
|
+
category: "app"
|
|
185
|
+
}, {
|
|
186
|
+
name: 'studio',
|
|
187
|
+
type: 'new',
|
|
188
|
+
category: "app"
|
|
189
|
+
}, {
|
|
190
|
+
name: 'teams',
|
|
191
|
+
type: 'new',
|
|
192
|
+
category: "app"
|
|
193
|
+
},
|
|
194
|
+
// Data Center
|
|
195
|
+
{
|
|
196
|
+
name: 'jira-data-center',
|
|
197
|
+
type: 'new',
|
|
198
|
+
category: "app"
|
|
199
|
+
}, {
|
|
200
|
+
name: 'confluence-data-center',
|
|
201
|
+
type: 'new',
|
|
202
|
+
category: "app"
|
|
203
|
+
}, {
|
|
204
|
+
name: 'bitbucket-data-center',
|
|
205
|
+
type: 'new',
|
|
206
|
+
category: 'app'
|
|
207
|
+
},
|
|
208
|
+
// Deprecated
|
|
209
|
+
{
|
|
210
|
+
name: 'atlassian-administration',
|
|
211
|
+
type: 'legacy',
|
|
212
|
+
category: "app",
|
|
213
|
+
skipExample: true,
|
|
214
|
+
deprecated: true
|
|
215
|
+
}, {
|
|
216
|
+
name: 'atlassian-admin',
|
|
217
|
+
type: 'legacy',
|
|
218
|
+
category: "app",
|
|
219
|
+
skipExample: true,
|
|
220
|
+
deprecated: true
|
|
221
|
+
}, {
|
|
222
|
+
name: 'atlassian-analytics',
|
|
223
|
+
type: 'legacy',
|
|
224
|
+
category: "app",
|
|
225
|
+
skipExample: true,
|
|
226
|
+
deprecated: true
|
|
227
|
+
}, {
|
|
228
|
+
name: 'atlas',
|
|
229
|
+
type: 'legacy',
|
|
230
|
+
category: "app",
|
|
231
|
+
skipExample: true,
|
|
232
|
+
deprecated: true
|
|
233
|
+
}, {
|
|
234
|
+
name: 'jira-align',
|
|
235
|
+
type: 'legacy',
|
|
236
|
+
category: "app",
|
|
237
|
+
skipExample: true,
|
|
238
|
+
deprecated: true
|
|
239
|
+
}, {
|
|
240
|
+
name: 'jira-software',
|
|
241
|
+
type: 'legacy',
|
|
242
|
+
category: "app",
|
|
243
|
+
skipExample: true,
|
|
244
|
+
deprecated: true
|
|
245
|
+
}, {
|
|
246
|
+
name: 'jira-work-management',
|
|
247
|
+
type: 'legacy',
|
|
248
|
+
category: "app",
|
|
249
|
+
skipExample: true,
|
|
250
|
+
deprecated: true
|
|
251
|
+
}];
|
|
252
|
+
export var PROGRAM_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
253
|
+
return logo.category === 'program' && !logo.skipExample;
|
|
254
|
+
}).map(function (logo) {
|
|
255
|
+
return logo.name;
|
|
256
|
+
});
|
|
257
|
+
export var APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
258
|
+
return logo.category === 'app' && !logo.skipExample;
|
|
259
|
+
}).map(function (logo) {
|
|
260
|
+
return logo.name;
|
|
261
|
+
});
|
|
262
|
+
export var LEGACY_ONLY_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
263
|
+
return logo.type === 'legacy';
|
|
264
|
+
});
|
|
265
|
+
export var SHARED_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
266
|
+
return logo.type === 'migration';
|
|
267
|
+
});
|
|
268
|
+
export var NEW_ONLY_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
269
|
+
return logo.type === 'new';
|
|
270
|
+
});
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
|
3
3
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo, } from './legacy-logos/atlassian-marketplace';
|
|
4
4
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
5
5
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon, } from './legacy-logos/jira-work-management';
|
|
6
|
-
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
7
6
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
8
7
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
9
8
|
/**
|
|
@@ -549,7 +548,7 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
549
548
|
/**
|
|
550
549
|
* __Loom icon__
|
|
551
550
|
*
|
|
552
|
-
* The Loom icon
|
|
551
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
553
552
|
*
|
|
554
553
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
555
554
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
@@ -558,14 +557,54 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
558
557
|
export declare const LoomIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
559
558
|
/**
|
|
560
559
|
* __Loom logo__
|
|
560
|
+
*
|
|
561
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
562
|
+
*
|
|
563
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
564
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
565
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
566
|
+
*/
|
|
567
|
+
export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
568
|
+
/**
|
|
569
|
+
* __Loom Attribution icon__
|
|
561
570
|
*
|
|
562
|
-
* The Loom
|
|
571
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
563
572
|
*
|
|
564
573
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
565
574
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
566
575
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
567
576
|
*/
|
|
568
|
-
export declare const
|
|
577
|
+
export declare const LoomAttributionIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
578
|
+
/**
|
|
579
|
+
* __Loom Attribution logo__
|
|
580
|
+
*
|
|
581
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
582
|
+
*
|
|
583
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
584
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
585
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
586
|
+
*/
|
|
587
|
+
export declare const LoomAttributionLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
588
|
+
/**
|
|
589
|
+
* __Loom (Blurple) logo__
|
|
590
|
+
*
|
|
591
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
592
|
+
*
|
|
593
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
594
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
595
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
596
|
+
*/
|
|
597
|
+
export declare const LoomBlurpleLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
598
|
+
/**
|
|
599
|
+
* __Loom (Blurple) icon__
|
|
600
|
+
*
|
|
601
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
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
|
+
export declare const LoomBlurpleIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
569
608
|
/**
|
|
570
609
|
* __Opsgenie icon__
|
|
571
610
|
*
|
|
@@ -16,6 +16,17 @@ export declare const createFeatureFlaggedComponent: (LegacyComponent: React.Comp
|
|
|
16
16
|
* @param NewComponent - The new logo or icon component.
|
|
17
17
|
*/
|
|
18
18
|
export declare const tempSizeWrapper: (NewComponent: React.ComponentType<TempLogoProps> | React.ComponentType<TempIconProps>) => ({ size, ...props }: LogoProps) => React.JSX.Element;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
type LogoDocsSchema = {
|
|
20
|
+
name: string;
|
|
21
|
+
type: 'legacy' | 'migration' | 'new';
|
|
22
|
+
category: 'program' | 'app';
|
|
23
|
+
skipExample?: boolean;
|
|
24
|
+
deprecated?: boolean;
|
|
25
|
+
};
|
|
26
|
+
export declare const logoDocsSchema: LogoDocsSchema[];
|
|
27
|
+
export declare const PROGRAM_LOGO_DOCS_ORDER: string[];
|
|
28
|
+
export declare const APP_LOGO_DOCS_ORDER: string[];
|
|
29
|
+
export declare const LEGACY_ONLY_LOGOS: LogoDocsSchema[];
|
|
30
|
+
export declare const SHARED_LOGOS: LogoDocsSchema[];
|
|
31
|
+
export declare const NEW_ONLY_LOGOS: LogoDocsSchema[];
|
|
32
|
+
export {};
|
|
@@ -3,7 +3,6 @@ export { AtlasIcon, AtlasLogo } from './legacy-logos/atlas';
|
|
|
3
3
|
export { AtlassianMarketplaceIcon, AtlassianMarketplaceLogo, } from './legacy-logos/atlassian-marketplace';
|
|
4
4
|
export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassian-access';
|
|
5
5
|
export { JiraWorkManagementLogo, JiraWorkManagementIcon, } from './legacy-logos/jira-work-management';
|
|
6
|
-
export { LoomAttributionIcon, LoomAttributionLogo } from './legacy-logos/loom-attribution';
|
|
7
6
|
export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
|
|
8
7
|
export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
|
|
9
8
|
/**
|
|
@@ -549,7 +548,7 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
549
548
|
/**
|
|
550
549
|
* __Loom icon__
|
|
551
550
|
*
|
|
552
|
-
* The Loom icon
|
|
551
|
+
* The Loom icon, in Teamwork Blue, without an accompanying wordmark.
|
|
553
552
|
*
|
|
554
553
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
555
554
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
@@ -558,14 +557,54 @@ export declare const JiraServiceManagementLogo: ({ size, shouldUseNewLogoDesign,
|
|
|
558
557
|
export declare const LoomIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
559
558
|
/**
|
|
560
559
|
* __Loom logo__
|
|
560
|
+
*
|
|
561
|
+
* The Loom logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
562
|
+
*
|
|
563
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
564
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
565
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
566
|
+
*/
|
|
567
|
+
export declare const LoomLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
568
|
+
/**
|
|
569
|
+
* __Loom Attribution icon__
|
|
561
570
|
*
|
|
562
|
-
* The Loom
|
|
571
|
+
* The Loom Attribution icon, in Teamwork Blue, without an accompanying wordmark.
|
|
563
572
|
*
|
|
564
573
|
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
565
574
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
566
575
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
567
576
|
*/
|
|
568
|
-
export declare const
|
|
577
|
+
export declare const LoomAttributionIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
578
|
+
/**
|
|
579
|
+
* __Loom Attribution logo__
|
|
580
|
+
*
|
|
581
|
+
* The Loom Attribution logo, in Teamwork Blue, with both the wordmark and the icon combined.
|
|
582
|
+
*
|
|
583
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
584
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
585
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
586
|
+
*/
|
|
587
|
+
export declare const LoomAttributionLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
588
|
+
/**
|
|
589
|
+
* __Loom (Blurple) logo__
|
|
590
|
+
*
|
|
591
|
+
* The Loom logo, in the Loom Blurple color, with both the wordmark and the icon combined.
|
|
592
|
+
*
|
|
593
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
594
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
595
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
596
|
+
*/
|
|
597
|
+
export declare const LoomBlurpleLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
598
|
+
/**
|
|
599
|
+
* __Loom (Blurple) icon__
|
|
600
|
+
*
|
|
601
|
+
* The Loom icon, in the Loom Blurple color, without an accompanying wordmark.
|
|
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
|
+
export declare const LoomBlurpleIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
569
608
|
/**
|
|
570
609
|
* __Opsgenie icon__
|
|
571
610
|
*
|
|
@@ -16,6 +16,17 @@ export declare const createFeatureFlaggedComponent: (LegacyComponent: React.Comp
|
|
|
16
16
|
* @param NewComponent - The new logo or icon component.
|
|
17
17
|
*/
|
|
18
18
|
export declare const tempSizeWrapper: (NewComponent: React.ComponentType<TempLogoProps> | React.ComponentType<TempIconProps>) => ({ size, ...props }: LogoProps) => React.JSX.Element;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
type LogoDocsSchema = {
|
|
20
|
+
name: string;
|
|
21
|
+
type: 'legacy' | 'migration' | 'new';
|
|
22
|
+
category: 'program' | 'app';
|
|
23
|
+
skipExample?: boolean;
|
|
24
|
+
deprecated?: boolean;
|
|
25
|
+
};
|
|
26
|
+
export declare const logoDocsSchema: LogoDocsSchema[];
|
|
27
|
+
export declare const PROGRAM_LOGO_DOCS_ORDER: string[];
|
|
28
|
+
export declare const APP_LOGO_DOCS_ORDER: string[];
|
|
29
|
+
export declare const LEGACY_ONLY_LOGOS: LogoDocsSchema[];
|
|
30
|
+
export declare const SHARED_LOGOS: LogoDocsSchema[];
|
|
31
|
+
export declare const NEW_ONLY_LOGOS: LogoDocsSchema[];
|
|
32
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.4.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/"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/form": "^12.0.0",
|
|
50
50
|
"@atlaskit/link": "^3.2.0",
|
|
51
51
|
"@atlaskit/lozenge": "^13.0.0",
|
|
52
|
-
"@atlaskit/primitives": "^14.
|
|
52
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
53
53
|
"@atlaskit/section-message": "^8.2.0",
|
|
54
54
|
"@atlaskit/select": "^21.0.0",
|
|
55
55
|
"@atlaskit/ssr": "workspace:^",
|