@atlaskit/logo 19.7.2 → 19.8.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 +17 -0
- package/README.md +2 -2
- package/dist/cjs/index.js +43 -1
- package/dist/cjs/logo-config.js +14 -1
- package/dist/cjs/wrapper.js +1 -1
- package/dist/es2019/index.js +42 -0
- package/dist/es2019/logo-config.js +9 -0
- package/dist/es2019/wrapper.js +1 -1
- package/dist/esm/index.js +42 -0
- package/dist/esm/logo-config.js +13 -0
- package/dist/esm/wrapper.js +1 -1
- package/dist/types/index.d.ts +40 -0
- package/dist/types/logo-config.d.ts +2 -1
- package/dist/types-ts4.5/index.d.ts +40 -0
- package/dist/types-ts4.5/logo-config.d.ts +2 -1
- package/offerings.json +28 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`24c86074987da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24c86074987da) -
|
|
8
|
+
Added `rovo-dev` and `rovo-dev-agent` logos
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 19.7.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 19.7.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -78,7 +78,7 @@ Object.defineProperty(exports, "JiraWorkManagementLogo", {
|
|
|
78
78
|
return _jiraWorkManagement.JiraWorkManagementLogo;
|
|
79
79
|
}
|
|
80
80
|
});
|
|
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;
|
|
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.RovoDevLogo = exports.RovoDevIcon = exports.RovoDevAgentLogo = exports.RovoDevAgentIcon = exports.ProjectsLogo = exports.ProjectsIcon = exports.OpsgenieLogo = exports.OpsgenieIcon = exports.LoomLogo = exports.LoomIcon = exports.LoomBlurpleLogo = exports.LoomBlurpleIcon = exports.LoomAttributionLogo = exports.LoomAttributionIcon = void 0;
|
|
82
82
|
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");
|
|
@@ -108,6 +108,8 @@ var _loomInternal = require("@atlaskit/temp-nav-app-icons/loom-internal");
|
|
|
108
108
|
var _opsgenie = require("@atlaskit/temp-nav-app-icons/opsgenie");
|
|
109
109
|
var _projects = require("@atlaskit/temp-nav-app-icons/projects");
|
|
110
110
|
var _rovo = require("@atlaskit/temp-nav-app-icons/rovo");
|
|
111
|
+
var _rovoDev = require("@atlaskit/temp-nav-app-icons/rovo-dev");
|
|
112
|
+
var _rovoDevAgent = require("@atlaskit/temp-nav-app-icons/rovo-dev-agent");
|
|
111
113
|
var _search = require("@atlaskit/temp-nav-app-icons/search");
|
|
112
114
|
var _statuspage = require("@atlaskit/temp-nav-app-icons/statuspage");
|
|
113
115
|
var _studio = require("@atlaskit/temp-nav-app-icons/studio");
|
|
@@ -321,6 +323,46 @@ var ProjectsIcon = exports.ProjectsIcon = (0, _logoConfig.tempSizeWrapper)(_proj
|
|
|
321
323
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
322
324
|
*/
|
|
323
325
|
var ProjectsLogo = exports.ProjectsLogo = (0, _logoConfig.tempSizeWrapper)(_projects.ProjectsLogoCS);
|
|
326
|
+
/**
|
|
327
|
+
* __Rovo Dev icon__
|
|
328
|
+
*
|
|
329
|
+
* The Rovo Dev icon without an accompanying wordmark.
|
|
330
|
+
*
|
|
331
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
332
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
333
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
334
|
+
*/
|
|
335
|
+
var RovoDevIcon = exports.RovoDevIcon = (0, _logoConfig.tempSizeWrapper)(_rovoDev.RovoDevIcon);
|
|
336
|
+
/**
|
|
337
|
+
* __Rovo Dev logo__
|
|
338
|
+
*
|
|
339
|
+
* The Rovo Dev logo with both the wordmark and the icon combined.
|
|
340
|
+
*
|
|
341
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
342
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
343
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
344
|
+
*/
|
|
345
|
+
var RovoDevLogo = exports.RovoDevLogo = (0, _logoConfig.tempSizeWrapper)(_rovoDev.RovoDevLogoCS);
|
|
346
|
+
/**
|
|
347
|
+
* __Rovo Dev Agent icon__
|
|
348
|
+
*
|
|
349
|
+
* The Rovo Dev Agent icon without an accompanying wordmark.
|
|
350
|
+
*
|
|
351
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
352
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
353
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
354
|
+
*/
|
|
355
|
+
var RovoDevAgentIcon = exports.RovoDevAgentIcon = (0, _logoConfig.tempSizeWrapper)(_rovoDevAgent.RovoDevAgentIcon);
|
|
356
|
+
/**
|
|
357
|
+
* __Rovo Dev Agent logo__
|
|
358
|
+
*
|
|
359
|
+
* The Rovo Dev Agent logo with both the wordmark and the icon combined.
|
|
360
|
+
*
|
|
361
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
362
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
363
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
364
|
+
*/
|
|
365
|
+
var RovoDevAgentLogo = exports.RovoDevAgentLogo = (0, _logoConfig.tempSizeWrapper)(_rovoDevAgent.RovoDevAgentLogoCS);
|
|
324
366
|
/**
|
|
325
367
|
* __Search icon__
|
|
326
368
|
*
|
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.logoDocsSchema = exports.createFeatureFlaggedServiceCollectionComponent = 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;
|
|
7
|
+
exports.tempSizeWrapper = exports.logoDocsSchema = exports.createFeatureFlaggedServiceCollectionComponent = exports.createFeatureFlaggedComponent = exports.SHARED_LOGOS = exports.PROGRAM_LOGO_DOCS_ORDER = exports.NEW_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = exports.APP_LOGO_DOCS_ORDER = exports.AGENT_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"));
|
|
@@ -161,6 +161,14 @@ var logoDocsSchema = exports.logoDocsSchema = [
|
|
|
161
161
|
name: 'compass',
|
|
162
162
|
type: 'migration',
|
|
163
163
|
category: 'app'
|
|
164
|
+
}, {
|
|
165
|
+
name: 'rovo-dev',
|
|
166
|
+
type: 'new',
|
|
167
|
+
category: 'app'
|
|
168
|
+
}, {
|
|
169
|
+
name: 'rovo-dev-agent',
|
|
170
|
+
type: 'new',
|
|
171
|
+
category: 'agent'
|
|
164
172
|
},
|
|
165
173
|
// Customer collection
|
|
166
174
|
{
|
|
@@ -306,6 +314,11 @@ var APP_LOGO_DOCS_ORDER = exports.APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(fu
|
|
|
306
314
|
}).map(function (logo) {
|
|
307
315
|
return logo.name;
|
|
308
316
|
});
|
|
317
|
+
var AGENT_LOGO_DOCS_ORDER = exports.AGENT_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
318
|
+
return logo.category === 'agent' && !logo.skipExample;
|
|
319
|
+
}).map(function (logo) {
|
|
320
|
+
return logo.name;
|
|
321
|
+
}) || [];
|
|
309
322
|
var LEGACY_ONLY_LOGOS = exports.LEGACY_ONLY_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
310
323
|
return logo.type === 'legacy';
|
|
311
324
|
});
|
package/dist/cjs/wrapper.js
CHANGED
package/dist/es2019/index.js
CHANGED
|
@@ -27,6 +27,8 @@ import { LoomInternalIcon as NewLoomInternalIcon, LoomInternalLogoCS as NewLoomI
|
|
|
27
27
|
import { OpsgenieIcon as NewOpsgenieIcon, OpsgenieLogoCS as NewOpsgenieLogo } from '@atlaskit/temp-nav-app-icons/opsgenie';
|
|
28
28
|
import { ProjectsIcon as NewProjectsIcon, ProjectsLogoCS as NewProjectsLogo } from '@atlaskit/temp-nav-app-icons/projects';
|
|
29
29
|
import { RovoIcon as NewRovoIcon, RovoLogoCS as NewRovoLogo } from '@atlaskit/temp-nav-app-icons/rovo';
|
|
30
|
+
import { RovoDevIcon as NewRovoDevIcon, RovoDevLogoCS as NewRovoDevLogo } from '@atlaskit/temp-nav-app-icons/rovo-dev';
|
|
31
|
+
import { RovoDevAgentIcon as NewRovoDevAgentIcon, RovoDevAgentLogoCS as NewRovoDevAgentLogo } from '@atlaskit/temp-nav-app-icons/rovo-dev-agent';
|
|
30
32
|
import { SearchIcon as NewSearchIcon, SearchLogoCS as NewSearchLogo } from '@atlaskit/temp-nav-app-icons/search';
|
|
31
33
|
import { StatuspageIcon as NewStatuspageIcon, StatuspageLogoCS as NewStatuspageLogo } from '@atlaskit/temp-nav-app-icons/statuspage';
|
|
32
34
|
import { StudioIcon as NewStudioIcon, StudioLogoCS as NewStudioLogo } from '@atlaskit/temp-nav-app-icons/studio';
|
|
@@ -241,6 +243,46 @@ export const ProjectsIcon = tempSizeWrapper(NewProjectsIcon);
|
|
|
241
243
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
242
244
|
*/
|
|
243
245
|
export const ProjectsLogo = tempSizeWrapper(NewProjectsLogo);
|
|
246
|
+
/**
|
|
247
|
+
* __Rovo Dev icon__
|
|
248
|
+
*
|
|
249
|
+
* The Rovo Dev icon without an accompanying wordmark.
|
|
250
|
+
*
|
|
251
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
252
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
253
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
254
|
+
*/
|
|
255
|
+
export const RovoDevIcon = tempSizeWrapper(NewRovoDevIcon);
|
|
256
|
+
/**
|
|
257
|
+
* __Rovo Dev logo__
|
|
258
|
+
*
|
|
259
|
+
* The Rovo Dev logo with both the wordmark and the icon combined.
|
|
260
|
+
*
|
|
261
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
262
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
263
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
264
|
+
*/
|
|
265
|
+
export const RovoDevLogo = tempSizeWrapper(NewRovoDevLogo);
|
|
266
|
+
/**
|
|
267
|
+
* __Rovo Dev Agent icon__
|
|
268
|
+
*
|
|
269
|
+
* The Rovo Dev Agent icon without an accompanying wordmark.
|
|
270
|
+
*
|
|
271
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
272
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
273
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
274
|
+
*/
|
|
275
|
+
export const RovoDevAgentIcon = tempSizeWrapper(NewRovoDevAgentIcon);
|
|
276
|
+
/**
|
|
277
|
+
* __Rovo Dev Agent logo__
|
|
278
|
+
*
|
|
279
|
+
* The Rovo Dev Agent logo with both the wordmark and the icon combined.
|
|
280
|
+
*
|
|
281
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
282
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
283
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
284
|
+
*/
|
|
285
|
+
export const RovoDevAgentLogo = tempSizeWrapper(NewRovoDevAgentLogo);
|
|
244
286
|
/**
|
|
245
287
|
* __Search icon__
|
|
246
288
|
*
|
|
@@ -153,6 +153,14 @@ export const logoDocsSchema = [
|
|
|
153
153
|
name: 'compass',
|
|
154
154
|
type: 'migration',
|
|
155
155
|
category: 'app'
|
|
156
|
+
}, {
|
|
157
|
+
name: 'rovo-dev',
|
|
158
|
+
type: 'new',
|
|
159
|
+
category: 'app'
|
|
160
|
+
}, {
|
|
161
|
+
name: 'rovo-dev-agent',
|
|
162
|
+
type: 'new',
|
|
163
|
+
category: 'agent'
|
|
156
164
|
},
|
|
157
165
|
// Customer collection
|
|
158
166
|
{
|
|
@@ -290,6 +298,7 @@ export const logoDocsSchema = [
|
|
|
290
298
|
}];
|
|
291
299
|
export const PROGRAM_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'program' && !logo.skipExample).map(logo => logo.name);
|
|
292
300
|
export const APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'app' && !logo.skipExample).map(logo => logo.name);
|
|
301
|
+
export const AGENT_LOGO_DOCS_ORDER = logoDocsSchema.filter(logo => logo.category === 'agent' && !logo.skipExample).map(logo => logo.name) || [];
|
|
293
302
|
export const LEGACY_ONLY_LOGOS = logoDocsSchema.filter(logo => logo.type === 'legacy');
|
|
294
303
|
export const SHARED_LOGOS = logoDocsSchema.filter(logo => logo.type === 'migration');
|
|
295
304
|
export const NEW_ONLY_LOGOS = logoDocsSchema.filter(logo => logo.type === 'new');
|
package/dist/es2019/wrapper.js
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -27,6 +27,8 @@ import { LoomInternalIcon as NewLoomInternalIcon, LoomInternalLogoCS as NewLoomI
|
|
|
27
27
|
import { OpsgenieIcon as NewOpsgenieIcon, OpsgenieLogoCS as NewOpsgenieLogo } from '@atlaskit/temp-nav-app-icons/opsgenie';
|
|
28
28
|
import { ProjectsIcon as NewProjectsIcon, ProjectsLogoCS as NewProjectsLogo } from '@atlaskit/temp-nav-app-icons/projects';
|
|
29
29
|
import { RovoIcon as NewRovoIcon, RovoLogoCS as NewRovoLogo } from '@atlaskit/temp-nav-app-icons/rovo';
|
|
30
|
+
import { RovoDevIcon as NewRovoDevIcon, RovoDevLogoCS as NewRovoDevLogo } from '@atlaskit/temp-nav-app-icons/rovo-dev';
|
|
31
|
+
import { RovoDevAgentIcon as NewRovoDevAgentIcon, RovoDevAgentLogoCS as NewRovoDevAgentLogo } from '@atlaskit/temp-nav-app-icons/rovo-dev-agent';
|
|
30
32
|
import { SearchIcon as NewSearchIcon, SearchLogoCS as NewSearchLogo } from '@atlaskit/temp-nav-app-icons/search';
|
|
31
33
|
import { StatuspageIcon as NewStatuspageIcon, StatuspageLogoCS as NewStatuspageLogo } from '@atlaskit/temp-nav-app-icons/statuspage';
|
|
32
34
|
import { StudioIcon as NewStudioIcon, StudioLogoCS as NewStudioLogo } from '@atlaskit/temp-nav-app-icons/studio';
|
|
@@ -241,6 +243,46 @@ export var ProjectsIcon = tempSizeWrapper(NewProjectsIcon);
|
|
|
241
243
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
242
244
|
*/
|
|
243
245
|
export var ProjectsLogo = tempSizeWrapper(NewProjectsLogo);
|
|
246
|
+
/**
|
|
247
|
+
* __Rovo Dev icon__
|
|
248
|
+
*
|
|
249
|
+
* The Rovo Dev icon without an accompanying wordmark.
|
|
250
|
+
*
|
|
251
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
252
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
253
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
254
|
+
*/
|
|
255
|
+
export var RovoDevIcon = tempSizeWrapper(NewRovoDevIcon);
|
|
256
|
+
/**
|
|
257
|
+
* __Rovo Dev logo__
|
|
258
|
+
*
|
|
259
|
+
* The Rovo Dev logo with both the wordmark and the icon combined.
|
|
260
|
+
*
|
|
261
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
262
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
263
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
264
|
+
*/
|
|
265
|
+
export var RovoDevLogo = tempSizeWrapper(NewRovoDevLogo);
|
|
266
|
+
/**
|
|
267
|
+
* __Rovo Dev Agent icon__
|
|
268
|
+
*
|
|
269
|
+
* The Rovo Dev Agent icon without an accompanying wordmark.
|
|
270
|
+
*
|
|
271
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
272
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
273
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
274
|
+
*/
|
|
275
|
+
export var RovoDevAgentIcon = tempSizeWrapper(NewRovoDevAgentIcon);
|
|
276
|
+
/**
|
|
277
|
+
* __Rovo Dev Agent logo__
|
|
278
|
+
*
|
|
279
|
+
* The Rovo Dev Agent logo with both the wordmark and the icon combined.
|
|
280
|
+
*
|
|
281
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
282
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
283
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
284
|
+
*/
|
|
285
|
+
export var RovoDevAgentLogo = tempSizeWrapper(NewRovoDevAgentLogo);
|
|
244
286
|
/**
|
|
245
287
|
* __Search icon__
|
|
246
288
|
*
|
package/dist/esm/logo-config.js
CHANGED
|
@@ -154,6 +154,14 @@ export var logoDocsSchema = [
|
|
|
154
154
|
name: 'compass',
|
|
155
155
|
type: 'migration',
|
|
156
156
|
category: 'app'
|
|
157
|
+
}, {
|
|
158
|
+
name: 'rovo-dev',
|
|
159
|
+
type: 'new',
|
|
160
|
+
category: 'app'
|
|
161
|
+
}, {
|
|
162
|
+
name: 'rovo-dev-agent',
|
|
163
|
+
type: 'new',
|
|
164
|
+
category: 'agent'
|
|
157
165
|
},
|
|
158
166
|
// Customer collection
|
|
159
167
|
{
|
|
@@ -299,6 +307,11 @@ export var APP_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
|
299
307
|
}).map(function (logo) {
|
|
300
308
|
return logo.name;
|
|
301
309
|
});
|
|
310
|
+
export var AGENT_LOGO_DOCS_ORDER = logoDocsSchema.filter(function (logo) {
|
|
311
|
+
return logo.category === 'agent' && !logo.skipExample;
|
|
312
|
+
}).map(function (logo) {
|
|
313
|
+
return logo.name;
|
|
314
|
+
}) || [];
|
|
302
315
|
export var LEGACY_ONLY_LOGOS = logoDocsSchema.filter(function (logo) {
|
|
303
316
|
return logo.type === 'legacy';
|
|
304
317
|
});
|
package/dist/esm/wrapper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* wrapper.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -184,6 +184,46 @@ export declare const ProjectsIcon: ({ size, ...props }: import("./types").LogoPr
|
|
|
184
184
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
185
185
|
*/
|
|
186
186
|
export declare const ProjectsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
187
|
+
/**
|
|
188
|
+
* __Rovo Dev icon__
|
|
189
|
+
*
|
|
190
|
+
* The Rovo Dev icon without an accompanying wordmark.
|
|
191
|
+
*
|
|
192
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
193
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
194
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
195
|
+
*/
|
|
196
|
+
export declare const RovoDevIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
197
|
+
/**
|
|
198
|
+
* __Rovo Dev logo__
|
|
199
|
+
*
|
|
200
|
+
* The Rovo Dev logo with both the wordmark and the icon combined.
|
|
201
|
+
*
|
|
202
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
203
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
204
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
205
|
+
*/
|
|
206
|
+
export declare const RovoDevLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
207
|
+
/**
|
|
208
|
+
* __Rovo Dev Agent icon__
|
|
209
|
+
*
|
|
210
|
+
* The Rovo Dev Agent icon without an accompanying wordmark.
|
|
211
|
+
*
|
|
212
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
213
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
214
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
215
|
+
*/
|
|
216
|
+
export declare const RovoDevAgentIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
217
|
+
/**
|
|
218
|
+
* __Rovo Dev Agent logo__
|
|
219
|
+
*
|
|
220
|
+
* The Rovo Dev Agent logo with both the wordmark and the icon combined.
|
|
221
|
+
*
|
|
222
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
223
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
224
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
225
|
+
*/
|
|
226
|
+
export declare const RovoDevAgentLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
187
227
|
/**
|
|
188
228
|
* __Search icon__
|
|
189
229
|
*
|
|
@@ -28,13 +28,14 @@ export declare const tempSizeWrapper: (NewComponent: React.ComponentType<TempLog
|
|
|
28
28
|
type LogoDocsSchema = {
|
|
29
29
|
name: string;
|
|
30
30
|
type: 'legacy' | 'migration' | 'new';
|
|
31
|
-
category: 'program' | 'app';
|
|
31
|
+
category: 'program' | 'app' | 'agent';
|
|
32
32
|
skipExample?: boolean;
|
|
33
33
|
deprecated?: boolean;
|
|
34
34
|
};
|
|
35
35
|
export declare const logoDocsSchema: LogoDocsSchema[];
|
|
36
36
|
export declare const PROGRAM_LOGO_DOCS_ORDER: string[];
|
|
37
37
|
export declare const APP_LOGO_DOCS_ORDER: string[];
|
|
38
|
+
export declare const AGENT_LOGO_DOCS_ORDER: string[];
|
|
38
39
|
export declare const LEGACY_ONLY_LOGOS: LogoDocsSchema[];
|
|
39
40
|
export declare const SHARED_LOGOS: LogoDocsSchema[];
|
|
40
41
|
export declare const NEW_ONLY_LOGOS: LogoDocsSchema[];
|
|
@@ -184,6 +184,46 @@ export declare const ProjectsIcon: ({ size, ...props }: import("./types").LogoPr
|
|
|
184
184
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
185
185
|
*/
|
|
186
186
|
export declare const ProjectsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
187
|
+
/**
|
|
188
|
+
* __Rovo Dev icon__
|
|
189
|
+
*
|
|
190
|
+
* The Rovo Dev icon without an accompanying wordmark.
|
|
191
|
+
*
|
|
192
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
193
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
194
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
195
|
+
*/
|
|
196
|
+
export declare const RovoDevIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
197
|
+
/**
|
|
198
|
+
* __Rovo Dev logo__
|
|
199
|
+
*
|
|
200
|
+
* The Rovo Dev logo with both the wordmark and the icon combined.
|
|
201
|
+
*
|
|
202
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
203
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
204
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
205
|
+
*/
|
|
206
|
+
export declare const RovoDevLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
207
|
+
/**
|
|
208
|
+
* __Rovo Dev Agent icon__
|
|
209
|
+
*
|
|
210
|
+
* The Rovo Dev Agent icon without an accompanying wordmark.
|
|
211
|
+
*
|
|
212
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
213
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
214
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
215
|
+
*/
|
|
216
|
+
export declare const RovoDevAgentIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
217
|
+
/**
|
|
218
|
+
* __Rovo Dev Agent logo__
|
|
219
|
+
*
|
|
220
|
+
* The Rovo Dev Agent logo with both the wordmark and the icon combined.
|
|
221
|
+
*
|
|
222
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
223
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
224
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
225
|
+
*/
|
|
226
|
+
export declare const RovoDevAgentLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
187
227
|
/**
|
|
188
228
|
* __Search icon__
|
|
189
229
|
*
|
|
@@ -28,13 +28,14 @@ export declare const tempSizeWrapper: (NewComponent: React.ComponentType<TempLog
|
|
|
28
28
|
type LogoDocsSchema = {
|
|
29
29
|
name: string;
|
|
30
30
|
type: 'legacy' | 'migration' | 'new';
|
|
31
|
-
category: 'program' | 'app';
|
|
31
|
+
category: 'program' | 'app' | 'agent';
|
|
32
32
|
skipExample?: boolean;
|
|
33
33
|
deprecated?: boolean;
|
|
34
34
|
};
|
|
35
35
|
export declare const logoDocsSchema: LogoDocsSchema[];
|
|
36
36
|
export declare const PROGRAM_LOGO_DOCS_ORDER: string[];
|
|
37
37
|
export declare const APP_LOGO_DOCS_ORDER: string[];
|
|
38
|
+
export declare const AGENT_LOGO_DOCS_ORDER: string[];
|
|
38
39
|
export declare const LEGACY_ONLY_LOGOS: LogoDocsSchema[];
|
|
39
40
|
export declare const SHARED_LOGOS: LogoDocsSchema[];
|
|
40
41
|
export declare const NEW_ONLY_LOGOS: LogoDocsSchema[];
|
package/offerings.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "AtlassianIcon",
|
|
4
|
+
"package": "@atlaskit/logo",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "AtlassianIcon",
|
|
7
|
+
"package": "@atlaskit/logo",
|
|
8
|
+
"type": "named"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["logo", "brand", "atlassian", "identity", "header"],
|
|
11
|
+
"categories": ["brand"],
|
|
12
|
+
"shortDescription": "A component for displaying the Atlassian icon.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Provide appropriate alt text for the icon",
|
|
16
|
+
"Ensure icon visibility and contrast",
|
|
17
|
+
"Consider icon sizing and placement",
|
|
18
|
+
"Use appropriate icon variants"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for Atlassian brand representation",
|
|
22
|
+
"Choose appropriate icon variants",
|
|
23
|
+
"Consider icon sizing and placement",
|
|
24
|
+
"Maintain brand consistency"
|
|
25
|
+
],
|
|
26
|
+
"examples": ["./examples/ai/atlassian-icon.tsx"]
|
|
27
|
+
}
|
|
28
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.8.0",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@atlaskit/ds-lib": "^5.
|
|
30
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
|
-
"@atlaskit/temp-nav-app-icons": "^0.
|
|
33
|
-
"@atlaskit/theme": "^
|
|
34
|
-
"@atlaskit/tokens": "^6.
|
|
32
|
+
"@atlaskit/temp-nav-app-icons": "^0.11.0",
|
|
33
|
+
"@atlaskit/theme": "^21.0.0",
|
|
34
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@compiled/react": "^0.18.3"
|
|
37
37
|
},
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"@af/integration-testing": "workspace:^",
|
|
45
45
|
"@af/visual-regression": "workspace:^",
|
|
46
46
|
"@atlaskit/code": "^17.2.0",
|
|
47
|
-
"@atlaskit/docs": "^11.
|
|
48
|
-
"@atlaskit/form": "^
|
|
47
|
+
"@atlaskit/docs": "^11.1.0",
|
|
48
|
+
"@atlaskit/form": "^14.2.0",
|
|
49
49
|
"@atlaskit/link": "^3.2.0",
|
|
50
50
|
"@atlaskit/lozenge": "^13.0.0",
|
|
51
|
-
"@atlaskit/primitives": "^14.
|
|
52
|
-
"@atlaskit/section-message": "^8.
|
|
53
|
-
"@atlaskit/select": "^21.
|
|
51
|
+
"@atlaskit/primitives": "^14.15.0",
|
|
52
|
+
"@atlaskit/section-message": "^8.7.0",
|
|
53
|
+
"@atlaskit/select": "^21.3.0",
|
|
54
54
|
"@atlaskit/ssr": "workspace:^",
|
|
55
55
|
"@atlassian/codegen": "^0.1.0",
|
|
56
56
|
"@atlassian/ssr-tests": "^0.3.0",
|