@atlaskit/logo 19.2.0 → 19.3.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 +15 -0
- package/dist/cjs/index.js +64 -1
- package/dist/es2019/index.js +63 -0
- package/dist/esm/index.js +63 -0
- package/dist/types/index.d.ts +60 -0
- package/dist/types-ts4.5/index.d.ts +60 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#176906](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176906)
|
|
8
|
+
[`86b046c9bf641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/86b046c9bf641) -
|
|
9
|
+
Adds three new app logos and icons:
|
|
10
|
+
- `BitbucketDataCenterLogo` and `BitbucketDataCenterIcon`
|
|
11
|
+
- `JiraDataCenterLogo` and `JiraDataCenterIcon`
|
|
12
|
+
- `ConfluenceDataCenterLogo` and `ConfluenceDataCenterIcon`
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 19.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
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.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.CompassLogo = exports.CompassIcon = exports.ChatLogo = exports.ChatIcon = exports.BitbucketLogo = exports.BitbucketIcon = 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.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;
|
|
57
57
|
Object.defineProperty(exports, "JiraSoftwareIcon", {
|
|
58
58
|
enumerable: true,
|
|
59
59
|
get: function get() {
|
|
@@ -96,9 +96,11 @@ var _align = require("@atlaskit/temp-nav-app-icons/align");
|
|
|
96
96
|
var _analytics = require("@atlaskit/temp-nav-app-icons/analytics");
|
|
97
97
|
var _assets = require("@atlaskit/temp-nav-app-icons/assets");
|
|
98
98
|
var _bitbucket = require("@atlaskit/temp-nav-app-icons/bitbucket");
|
|
99
|
+
var _bitbucketDataCenter = require("@atlaskit/temp-nav-app-icons/bitbucket-data-center");
|
|
99
100
|
var _chat = require("@atlaskit/temp-nav-app-icons/chat");
|
|
100
101
|
var _compass = require("@atlaskit/temp-nav-app-icons/compass");
|
|
101
102
|
var _confluence = require("@atlaskit/temp-nav-app-icons/confluence");
|
|
103
|
+
var _confluenceDataCenter = require("@atlaskit/temp-nav-app-icons/confluence-data-center");
|
|
102
104
|
var _customerServiceManagement = require("@atlaskit/temp-nav-app-icons/customer-service-management");
|
|
103
105
|
var _focus = require("@atlaskit/temp-nav-app-icons/focus");
|
|
104
106
|
var _goals = require("@atlaskit/temp-nav-app-icons/goals");
|
|
@@ -106,6 +108,7 @@ var _guard = require("@atlaskit/temp-nav-app-icons/guard");
|
|
|
106
108
|
var _home = require("@atlaskit/temp-nav-app-icons/home");
|
|
107
109
|
var _hub = require("@atlaskit/temp-nav-app-icons/hub");
|
|
108
110
|
var _jira = require("@atlaskit/temp-nav-app-icons/jira");
|
|
111
|
+
var _jiraDataCenter = require("@atlaskit/temp-nav-app-icons/jira-data-center");
|
|
109
112
|
var _jiraProductDiscovery = require("@atlaskit/temp-nav-app-icons/jira-product-discovery");
|
|
110
113
|
var _jiraServiceManagement = require("@atlaskit/temp-nav-app-icons/jira-service-management");
|
|
111
114
|
var _loom = require("@atlaskit/temp-nav-app-icons/loom");
|
|
@@ -405,6 +408,66 @@ var TeamsIcon = exports.TeamsIcon = (0, _logoConfig.tempSizeWrapper)(_teams.Team
|
|
|
405
408
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
406
409
|
*/
|
|
407
410
|
var TeamsLogo = exports.TeamsLogo = (0, _logoConfig.tempSizeWrapper)(_teams.TeamsLogoCS);
|
|
411
|
+
/**
|
|
412
|
+
* __Bitbucket Data Center icon__
|
|
413
|
+
*
|
|
414
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
415
|
+
*
|
|
416
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
417
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
418
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
419
|
+
*/
|
|
420
|
+
var BitbucketDataCenterIcon = exports.BitbucketDataCenterIcon = (0, _logoConfig.tempSizeWrapper)(_bitbucketDataCenter.BitbucketDataCenterIcon);
|
|
421
|
+
/**
|
|
422
|
+
* __Bitbucket Data Center logo__
|
|
423
|
+
*
|
|
424
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
425
|
+
*
|
|
426
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
427
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
428
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
429
|
+
*/
|
|
430
|
+
var BitbucketDataCenterLogo = exports.BitbucketDataCenterLogo = (0, _logoConfig.tempSizeWrapper)(_bitbucketDataCenter.BitbucketDataCenterLogoCS);
|
|
431
|
+
/**
|
|
432
|
+
* __Confluence Data Center icon__
|
|
433
|
+
*
|
|
434
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
435
|
+
*
|
|
436
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
437
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
438
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
439
|
+
*/
|
|
440
|
+
var ConfluenceDataCenterIcon = exports.ConfluenceDataCenterIcon = (0, _logoConfig.tempSizeWrapper)(_confluenceDataCenter.ConfluenceDataCenterIcon);
|
|
441
|
+
/**
|
|
442
|
+
* __Confluence Data Center logo__
|
|
443
|
+
*
|
|
444
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
445
|
+
*
|
|
446
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
447
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
448
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
449
|
+
*/
|
|
450
|
+
var ConfluenceDataCenterLogo = exports.ConfluenceDataCenterLogo = (0, _logoConfig.tempSizeWrapper)(_confluenceDataCenter.ConfluenceDataCenterLogoCS);
|
|
451
|
+
/**
|
|
452
|
+
* __Jira Data Center icon__
|
|
453
|
+
*
|
|
454
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
455
|
+
*
|
|
456
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
457
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
458
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
459
|
+
*/
|
|
460
|
+
var JiraDataCenterIcon = exports.JiraDataCenterIcon = (0, _logoConfig.tempSizeWrapper)(_jiraDataCenter.JiraDataCenterIcon);
|
|
461
|
+
/**
|
|
462
|
+
* __Jira Data Center logo__
|
|
463
|
+
*
|
|
464
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
465
|
+
*
|
|
466
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
467
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
468
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
469
|
+
*/
|
|
470
|
+
var JiraDataCenterLogo = exports.JiraDataCenterLogo = (0, _logoConfig.tempSizeWrapper)(_jiraDataCenter.JiraDataCenterLogoCS);
|
|
408
471
|
|
|
409
472
|
/**
|
|
410
473
|
* __Atlassian Administration icon__
|
package/dist/es2019/index.js
CHANGED
|
@@ -3,9 +3,11 @@ import { AlignIcon as NewAlignIcon, AlignLogoCS as NewAlignLogo } from '@atlaski
|
|
|
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
5
|
import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from '@atlaskit/temp-nav-app-icons/bitbucket';
|
|
6
|
+
import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from '@atlaskit/temp-nav-app-icons/bitbucket-data-center';
|
|
6
7
|
import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from '@atlaskit/temp-nav-app-icons/chat';
|
|
7
8
|
import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from '@atlaskit/temp-nav-app-icons/compass';
|
|
8
9
|
import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from '@atlaskit/temp-nav-app-icons/confluence';
|
|
10
|
+
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from '@atlaskit/temp-nav-app-icons/confluence-data-center';
|
|
9
11
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from '@atlaskit/temp-nav-app-icons/customer-service-management';
|
|
10
12
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from '@atlaskit/temp-nav-app-icons/focus';
|
|
11
13
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from '@atlaskit/temp-nav-app-icons/goals';
|
|
@@ -13,6 +15,7 @@ import { GuardIcon as NewGuardIcon, GuardLogoCS as NewGuardLogo } from '@atlaski
|
|
|
13
15
|
import { HomeIcon as NewHomeIcon, HomeLogoCS as NewHomeLogo } from '@atlaskit/temp-nav-app-icons/home';
|
|
14
16
|
import { HubIcon as NewHubIcon, HubLogoCS as NewHubLogo } from '@atlaskit/temp-nav-app-icons/hub';
|
|
15
17
|
import { JiraIcon as NewJiraIcon, JiraLogoCS as NewJiraLogo } from '@atlaskit/temp-nav-app-icons/jira';
|
|
18
|
+
import { JiraDataCenterIcon as NewJiraDataCenterIcon, JiraDataCenterLogoCS as NewJiraDataCenterLogo } from '@atlaskit/temp-nav-app-icons/jira-data-center';
|
|
16
19
|
import { JiraProductDiscoveryIcon as NewJPDIcon, JiraProductDiscoveryLogoCS as NewJPDLogo } from '@atlaskit/temp-nav-app-icons/jira-product-discovery';
|
|
17
20
|
import { JiraServiceManagementIcon as NewJSMIcon, JiraServiceManagementLogoCS as NewJSMLogo } from '@atlaskit/temp-nav-app-icons/jira-service-management';
|
|
18
21
|
import { LoomIcon as NewLoomIcon, LoomLogoCS as NewLoomLogo } from '@atlaskit/temp-nav-app-icons/loom';
|
|
@@ -313,6 +316,66 @@ export const TeamsIcon = tempSizeWrapper(NewTeamsIcon);
|
|
|
313
316
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
314
317
|
*/
|
|
315
318
|
export const TeamsLogo = tempSizeWrapper(NewTeamsLogo);
|
|
319
|
+
/**
|
|
320
|
+
* __Bitbucket Data Center icon__
|
|
321
|
+
*
|
|
322
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
323
|
+
*
|
|
324
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
325
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
326
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
327
|
+
*/
|
|
328
|
+
export const BitbucketDataCenterIcon = tempSizeWrapper(NewBitbucketDataCenterIcon);
|
|
329
|
+
/**
|
|
330
|
+
* __Bitbucket Data Center logo__
|
|
331
|
+
*
|
|
332
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
333
|
+
*
|
|
334
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
335
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
336
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
337
|
+
*/
|
|
338
|
+
export const BitbucketDataCenterLogo = tempSizeWrapper(NewBitbucketDataCenterLogo);
|
|
339
|
+
/**
|
|
340
|
+
* __Confluence Data Center icon__
|
|
341
|
+
*
|
|
342
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
343
|
+
*
|
|
344
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
345
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
346
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
347
|
+
*/
|
|
348
|
+
export const ConfluenceDataCenterIcon = tempSizeWrapper(NewConfluenceDataCenterIcon);
|
|
349
|
+
/**
|
|
350
|
+
* __Confluence Data Center logo__
|
|
351
|
+
*
|
|
352
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
353
|
+
*
|
|
354
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
355
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
356
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
357
|
+
*/
|
|
358
|
+
export const ConfluenceDataCenterLogo = tempSizeWrapper(NewConfluenceDataCenterLogo);
|
|
359
|
+
/**
|
|
360
|
+
* __Jira Data Center icon__
|
|
361
|
+
*
|
|
362
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
363
|
+
*
|
|
364
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
365
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
366
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
367
|
+
*/
|
|
368
|
+
export const JiraDataCenterIcon = tempSizeWrapper(NewJiraDataCenterIcon);
|
|
369
|
+
/**
|
|
370
|
+
* __Jira Data Center logo__
|
|
371
|
+
*
|
|
372
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
373
|
+
*
|
|
374
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
375
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
376
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
377
|
+
*/
|
|
378
|
+
export const JiraDataCenterLogo = tempSizeWrapper(NewJiraDataCenterLogo);
|
|
316
379
|
|
|
317
380
|
/**
|
|
318
381
|
* __Atlassian Administration icon__
|
package/dist/esm/index.js
CHANGED
|
@@ -3,9 +3,11 @@ import { AlignIcon as NewAlignIcon, AlignLogoCS as NewAlignLogo } from '@atlaski
|
|
|
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
5
|
import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from '@atlaskit/temp-nav-app-icons/bitbucket';
|
|
6
|
+
import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from '@atlaskit/temp-nav-app-icons/bitbucket-data-center';
|
|
6
7
|
import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from '@atlaskit/temp-nav-app-icons/chat';
|
|
7
8
|
import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from '@atlaskit/temp-nav-app-icons/compass';
|
|
8
9
|
import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from '@atlaskit/temp-nav-app-icons/confluence';
|
|
10
|
+
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from '@atlaskit/temp-nav-app-icons/confluence-data-center';
|
|
9
11
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from '@atlaskit/temp-nav-app-icons/customer-service-management';
|
|
10
12
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from '@atlaskit/temp-nav-app-icons/focus';
|
|
11
13
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from '@atlaskit/temp-nav-app-icons/goals';
|
|
@@ -13,6 +15,7 @@ import { GuardIcon as NewGuardIcon, GuardLogoCS as NewGuardLogo } from '@atlaski
|
|
|
13
15
|
import { HomeIcon as NewHomeIcon, HomeLogoCS as NewHomeLogo } from '@atlaskit/temp-nav-app-icons/home';
|
|
14
16
|
import { HubIcon as NewHubIcon, HubLogoCS as NewHubLogo } from '@atlaskit/temp-nav-app-icons/hub';
|
|
15
17
|
import { JiraIcon as NewJiraIcon, JiraLogoCS as NewJiraLogo } from '@atlaskit/temp-nav-app-icons/jira';
|
|
18
|
+
import { JiraDataCenterIcon as NewJiraDataCenterIcon, JiraDataCenterLogoCS as NewJiraDataCenterLogo } from '@atlaskit/temp-nav-app-icons/jira-data-center';
|
|
16
19
|
import { JiraProductDiscoveryIcon as NewJPDIcon, JiraProductDiscoveryLogoCS as NewJPDLogo } from '@atlaskit/temp-nav-app-icons/jira-product-discovery';
|
|
17
20
|
import { JiraServiceManagementIcon as NewJSMIcon, JiraServiceManagementLogoCS as NewJSMLogo } from '@atlaskit/temp-nav-app-icons/jira-service-management';
|
|
18
21
|
import { LoomIcon as NewLoomIcon, LoomLogoCS as NewLoomLogo } from '@atlaskit/temp-nav-app-icons/loom';
|
|
@@ -313,6 +316,66 @@ export var TeamsIcon = tempSizeWrapper(NewTeamsIcon);
|
|
|
313
316
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
314
317
|
*/
|
|
315
318
|
export var TeamsLogo = tempSizeWrapper(NewTeamsLogo);
|
|
319
|
+
/**
|
|
320
|
+
* __Bitbucket Data Center icon__
|
|
321
|
+
*
|
|
322
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
323
|
+
*
|
|
324
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
325
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
326
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
327
|
+
*/
|
|
328
|
+
export var BitbucketDataCenterIcon = tempSizeWrapper(NewBitbucketDataCenterIcon);
|
|
329
|
+
/**
|
|
330
|
+
* __Bitbucket Data Center logo__
|
|
331
|
+
*
|
|
332
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
333
|
+
*
|
|
334
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
335
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
336
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
337
|
+
*/
|
|
338
|
+
export var BitbucketDataCenterLogo = tempSizeWrapper(NewBitbucketDataCenterLogo);
|
|
339
|
+
/**
|
|
340
|
+
* __Confluence Data Center icon__
|
|
341
|
+
*
|
|
342
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
343
|
+
*
|
|
344
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
345
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
346
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
347
|
+
*/
|
|
348
|
+
export var ConfluenceDataCenterIcon = tempSizeWrapper(NewConfluenceDataCenterIcon);
|
|
349
|
+
/**
|
|
350
|
+
* __Confluence Data Center logo__
|
|
351
|
+
*
|
|
352
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
353
|
+
*
|
|
354
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
355
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
356
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
357
|
+
*/
|
|
358
|
+
export var ConfluenceDataCenterLogo = tempSizeWrapper(NewConfluenceDataCenterLogo);
|
|
359
|
+
/**
|
|
360
|
+
* __Jira Data Center icon__
|
|
361
|
+
*
|
|
362
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
363
|
+
*
|
|
364
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
365
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
366
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
367
|
+
*/
|
|
368
|
+
export var JiraDataCenterIcon = tempSizeWrapper(NewJiraDataCenterIcon);
|
|
369
|
+
/**
|
|
370
|
+
* __Jira Data Center logo__
|
|
371
|
+
*
|
|
372
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
373
|
+
*
|
|
374
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
375
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
376
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
377
|
+
*/
|
|
378
|
+
export var JiraDataCenterLogo = tempSizeWrapper(NewJiraDataCenterLogo);
|
|
316
379
|
|
|
317
380
|
/**
|
|
318
381
|
* __Atlassian Administration icon__
|
package/dist/types/index.d.ts
CHANGED
|
@@ -266,6 +266,66 @@ export declare const TeamsIcon: ({ size, ...props }: import("./types").LogoProps
|
|
|
266
266
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
267
267
|
*/
|
|
268
268
|
export declare const TeamsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
269
|
+
/**
|
|
270
|
+
* __Bitbucket Data Center icon__
|
|
271
|
+
*
|
|
272
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
273
|
+
*
|
|
274
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
275
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
276
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
277
|
+
*/
|
|
278
|
+
export declare const BitbucketDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
279
|
+
/**
|
|
280
|
+
* __Bitbucket Data Center logo__
|
|
281
|
+
*
|
|
282
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
283
|
+
*
|
|
284
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
285
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
286
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
287
|
+
*/
|
|
288
|
+
export declare const BitbucketDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
289
|
+
/**
|
|
290
|
+
* __Confluence Data Center icon__
|
|
291
|
+
*
|
|
292
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
293
|
+
*
|
|
294
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
295
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
296
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
297
|
+
*/
|
|
298
|
+
export declare const ConfluenceDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
299
|
+
/**
|
|
300
|
+
* __Confluence Data Center logo__
|
|
301
|
+
*
|
|
302
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
303
|
+
*
|
|
304
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
305
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
306
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
307
|
+
*/
|
|
308
|
+
export declare const ConfluenceDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
309
|
+
/**
|
|
310
|
+
* __Jira Data Center icon__
|
|
311
|
+
*
|
|
312
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
313
|
+
*
|
|
314
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
315
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
316
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
317
|
+
*/
|
|
318
|
+
export declare const JiraDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
319
|
+
/**
|
|
320
|
+
* __Jira Data Center logo__
|
|
321
|
+
*
|
|
322
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
323
|
+
*
|
|
324
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
325
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
326
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
327
|
+
*/
|
|
328
|
+
export declare const JiraDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
269
329
|
/**
|
|
270
330
|
* __Atlassian Administration icon__
|
|
271
331
|
*
|
|
@@ -266,6 +266,66 @@ export declare const TeamsIcon: ({ size, ...props }: import("./types").LogoProps
|
|
|
266
266
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
267
267
|
*/
|
|
268
268
|
export declare const TeamsLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
269
|
+
/**
|
|
270
|
+
* __Bitbucket Data Center icon__
|
|
271
|
+
*
|
|
272
|
+
* The Bitbucket Data Center icon without an accompanying wordmark.
|
|
273
|
+
*
|
|
274
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
275
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
276
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
277
|
+
*/
|
|
278
|
+
export declare const BitbucketDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
279
|
+
/**
|
|
280
|
+
* __Bitbucket Data Center logo__
|
|
281
|
+
*
|
|
282
|
+
* The Bitbucket Data Center logo with both the wordmark and the icon combined.
|
|
283
|
+
*
|
|
284
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
285
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
286
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
287
|
+
*/
|
|
288
|
+
export declare const BitbucketDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
289
|
+
/**
|
|
290
|
+
* __Confluence Data Center icon__
|
|
291
|
+
*
|
|
292
|
+
* The Confluence Data Center icon without an accompanying wordmark.
|
|
293
|
+
*
|
|
294
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
295
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
296
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
297
|
+
*/
|
|
298
|
+
export declare const ConfluenceDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
299
|
+
/**
|
|
300
|
+
* __Confluence Data Center logo__
|
|
301
|
+
*
|
|
302
|
+
* The Confluence Data Center logo with both the wordmark and the icon combined.
|
|
303
|
+
*
|
|
304
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
305
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
306
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
307
|
+
*/
|
|
308
|
+
export declare const ConfluenceDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
309
|
+
/**
|
|
310
|
+
* __Jira Data Center icon__
|
|
311
|
+
*
|
|
312
|
+
* The Jira Data Center icon without an accompanying wordmark.
|
|
313
|
+
*
|
|
314
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
315
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
316
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
317
|
+
*/
|
|
318
|
+
export declare const JiraDataCenterIcon: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
319
|
+
/**
|
|
320
|
+
* __Jira Data Center logo__
|
|
321
|
+
*
|
|
322
|
+
* The Jira Data Center logo with both the wordmark and the icon combined.
|
|
323
|
+
*
|
|
324
|
+
* - [Examples](https://atlassian.design/components/{packageName}/examples)
|
|
325
|
+
* - [Code](https://atlassian.design/components/{packageName}/code)
|
|
326
|
+
* - [Usage](https://atlassian.design/components/{packageName}/usage)
|
|
327
|
+
*/
|
|
328
|
+
export declare const JiraDataCenterLogo: ({ size, ...props }: import("./types").LogoProps) => import("react").JSX.Element;
|
|
269
329
|
/**
|
|
270
330
|
* __Atlassian Administration icon__
|
|
271
331
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.3.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/"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/lozenge": "^13.0.0",
|
|
52
52
|
"@atlaskit/primitives": "^14.9.0",
|
|
53
53
|
"@atlaskit/section-message": "^8.2.0",
|
|
54
|
-
"@atlaskit/select": "^
|
|
54
|
+
"@atlaskit/select": "^21.0.0",
|
|
55
55
|
"@atlaskit/ssr": "workspace:^",
|
|
56
56
|
"@atlassian/codegen": "^0.1.0",
|
|
57
57
|
"@atlassian/ssr-tests": "^0.2.0",
|