@atlaskit/logo 19.9.7 → 19.9.8
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 +9 -0
- package/dist/cjs/exports/bitbucket-icon.js +14 -7
- package/dist/cjs/exports/confluence-icon.js +14 -7
- package/dist/cjs/exports/jira-service-management-icon.js +14 -7
- package/dist/cjs/exports/opsgenie.js +14 -7
- package/dist/cjs/exports/statuspage-icon.js +14 -7
- package/dist/cjs/exports/trello-icon.js +14 -7
- package/dist/es2019/exports/bitbucket-icon.js +5 -1
- package/dist/es2019/exports/confluence-icon.js +4 -1
- package/dist/es2019/exports/jira-service-management-icon.js +5 -1
- package/dist/es2019/exports/opsgenie.js +5 -1
- package/dist/es2019/exports/statuspage-icon.js +5 -1
- package/dist/es2019/exports/trello-icon.js +5 -1
- package/dist/esm/exports/bitbucket-icon.js +5 -1
- package/dist/esm/exports/confluence-icon.js +4 -1
- package/dist/esm/exports/jira-service-management-icon.js +5 -1
- package/dist/esm/exports/opsgenie.js +5 -1
- package/dist/esm/exports/statuspage-icon.js +5 -1
- package/dist/esm/exports/trello-icon.js +5 -1
- package/dist/types/exports/bitbucket-icon.d.ts +1 -1
- package/dist/types/exports/confluence-icon.d.ts +1 -1
- package/dist/types/exports/jira-service-management-icon.d.ts +1 -1
- package/dist/types/exports/opsgenie.d.ts +1 -1
- package/dist/types/exports/statuspage-icon.d.ts +1 -1
- package/dist/types/exports/trello-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/bitbucket-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/confluence-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/jira-service-management-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/opsgenie.d.ts +1 -1
- package/dist/types-ts4.5/exports/statuspage-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/trello-icon.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.9.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6b0e9efb86b3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b0e9efb86b3f) -
|
|
8
|
+
Fixes an issue where Logo Icon entrypoints were importing logos from the package entrypoint,
|
|
9
|
+
leading to all icons being bundled and bundlesizes for entrypoint consumers to increase by 250kb
|
|
10
|
+
gzipped. Now these entrypoints only import the minimal amount of code necessary.
|
|
11
|
+
|
|
3
12
|
## 19.9.7
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.BitbucketIcon = void 0;
|
|
7
|
+
var _bitbucket = require("../artifacts/logo-components/bitbucket");
|
|
8
|
+
var _bitbucket2 = require("../legacy-logos/bitbucket");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Bitbucket icon__
|
|
12
|
+
*
|
|
13
|
+
* The Bitbucket icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var BitbucketIcon = exports.BitbucketIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_bitbucket2.BitbucketIcon, _bitbucket.BitbucketIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.ConfluenceIcon = void 0;
|
|
7
|
+
var _confluence = require("../artifacts/logo-components/confluence");
|
|
8
|
+
var _confluence2 = require("../legacy-logos/confluence");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Confluence icon__
|
|
12
|
+
*
|
|
13
|
+
* The Confluence icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var ConfluenceIcon = exports.ConfluenceIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_confluence2.ConfluenceIcon, _confluence.ConfluenceIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.JiraServiceManagementIcon = void 0;
|
|
7
|
+
var _jiraServiceManagement = require("../artifacts/logo-components/jira-service-management");
|
|
8
|
+
var _jiraServiceManagement2 = require("../legacy-logos/jira-service-management");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Jira service management icon__
|
|
12
|
+
*
|
|
13
|
+
* The Jira Service Management icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var JiraServiceManagementIcon = exports.JiraServiceManagementIcon = (0, _logoConfig.createFeatureFlaggedServiceCollectionComponent)(_jiraServiceManagement2.JiraServiceManagementIcon, _jiraServiceManagement.JiraServiceManagementIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.OpsgenieIcon = void 0;
|
|
7
|
+
var _opsgenie = require("../artifacts/logo-components/opsgenie");
|
|
8
|
+
var _opsgenie2 = require("../legacy-logos/opsgenie");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Opsgenie icon__
|
|
12
|
+
*
|
|
13
|
+
* The Opsgenie icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var OpsgenieIcon = exports.OpsgenieIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_opsgenie2.OpsgenieIcon, _opsgenie.OpsgenieIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.StatuspageIcon = void 0;
|
|
7
|
+
var _statuspage = require("../artifacts/logo-components/statuspage");
|
|
8
|
+
var _statuspage2 = require("../legacy-logos/statuspage");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Statuspage icon__
|
|
12
|
+
*
|
|
13
|
+
* The Statuspage icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var StatuspageIcon = exports.StatuspageIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_statuspage2.StatuspageIcon, _statuspage.StatuspageIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.TrelloIcon = void 0;
|
|
7
|
+
var _trello = require("../artifacts/logo-components/trello");
|
|
8
|
+
var _trello2 = require("../legacy-logos/trello");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Trello icon__
|
|
12
|
+
*
|
|
13
|
+
* The Trello icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var TrelloIcon = exports.TrelloIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_trello2.TrelloIcon, _trello.TrelloIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { BitbucketIcon as NewBitbucketIcon } from '../artifacts/logo-components/bitbucket';
|
|
2
|
+
import { BitbucketIcon as LegacyBitbucketIcon } from '../legacy-logos/bitbucket';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Bitbucket icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const BitbucketIcon = createFeatureFlaggedComponent(LegacyBitbucketIcon, NewBitbucketIcon);
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { ConfluenceIcon as NewConfluenceIcon } from '../artifacts/logo-components/confluence';
|
|
2
|
+
import { ConfluenceIcon as LegacyConfluenceIcon } from '../legacy-logos/confluence';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
1
4
|
/**
|
|
2
5
|
* __Confluence icon__
|
|
3
6
|
*
|
|
@@ -7,4 +10,4 @@
|
|
|
7
10
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
11
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
12
|
*/
|
|
10
|
-
export
|
|
13
|
+
export const ConfluenceIcon = createFeatureFlaggedComponent(LegacyConfluenceIcon, NewConfluenceIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { JiraServiceManagementIcon as NewJSIcon } from '../artifacts/logo-components/jira-service-management';
|
|
2
|
+
import { JiraServiceManagementIcon as LegacyJSIcon } from '../legacy-logos/jira-service-management';
|
|
3
|
+
import { createFeatureFlaggedServiceCollectionComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Jira service management icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const JiraServiceManagementIcon = createFeatureFlaggedServiceCollectionComponent(LegacyJSIcon, NewJSIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { OpsgenieIcon as NewOpsgenieIcon } from '../artifacts/logo-components/opsgenie';
|
|
2
|
+
import { OpsgenieIcon as LegacyOpsgenieIcon } from '../legacy-logos/opsgenie';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Opsgenie icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const OpsgenieIcon = createFeatureFlaggedComponent(LegacyOpsgenieIcon, NewOpsgenieIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { StatuspageIcon as NewStatuspageIcon } from '../artifacts/logo-components/statuspage';
|
|
2
|
+
import { StatuspageIcon as LegacyStatuspageIcon } from '../legacy-logos/statuspage';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Statuspage icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const StatuspageIcon = createFeatureFlaggedComponent(LegacyStatuspageIcon, NewStatuspageIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { TrelloIcon as NewTrelloIcon } from '../artifacts/logo-components/trello';
|
|
2
|
+
import { TrelloIcon as LegacyTrelloIcon } from '../legacy-logos/trello';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Trello icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const TrelloIcon = createFeatureFlaggedComponent(LegacyTrelloIcon, NewTrelloIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { BitbucketIcon as NewBitbucketIcon } from '../artifacts/logo-components/bitbucket';
|
|
2
|
+
import { BitbucketIcon as LegacyBitbucketIcon } from '../legacy-logos/bitbucket';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Bitbucket icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var BitbucketIcon = createFeatureFlaggedComponent(LegacyBitbucketIcon, NewBitbucketIcon);
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { ConfluenceIcon as NewConfluenceIcon } from '../artifacts/logo-components/confluence';
|
|
2
|
+
import { ConfluenceIcon as LegacyConfluenceIcon } from '../legacy-logos/confluence';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
1
4
|
/**
|
|
2
5
|
* __Confluence icon__
|
|
3
6
|
*
|
|
@@ -7,4 +10,4 @@
|
|
|
7
10
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
11
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
12
|
*/
|
|
10
|
-
export
|
|
13
|
+
export var ConfluenceIcon = createFeatureFlaggedComponent(LegacyConfluenceIcon, NewConfluenceIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { JiraServiceManagementIcon as NewJSIcon } from '../artifacts/logo-components/jira-service-management';
|
|
2
|
+
import { JiraServiceManagementIcon as LegacyJSIcon } from '../legacy-logos/jira-service-management';
|
|
3
|
+
import { createFeatureFlaggedServiceCollectionComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Jira service management icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var JiraServiceManagementIcon = createFeatureFlaggedServiceCollectionComponent(LegacyJSIcon, NewJSIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { OpsgenieIcon as NewOpsgenieIcon } from '../artifacts/logo-components/opsgenie';
|
|
2
|
+
import { OpsgenieIcon as LegacyOpsgenieIcon } from '../legacy-logos/opsgenie';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Opsgenie icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var OpsgenieIcon = createFeatureFlaggedComponent(LegacyOpsgenieIcon, NewOpsgenieIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { StatuspageIcon as NewStatuspageIcon } from '../artifacts/logo-components/statuspage';
|
|
2
|
+
import { StatuspageIcon as LegacyStatuspageIcon } from '../legacy-logos/statuspage';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Statuspage icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var StatuspageIcon = createFeatureFlaggedComponent(LegacyStatuspageIcon, NewStatuspageIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { TrelloIcon as NewTrelloIcon } from '../artifacts/logo-components/trello';
|
|
2
|
+
import { TrelloIcon as LegacyTrelloIcon } from '../legacy-logos/trello';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Trello icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var TrelloIcon = createFeatureFlaggedComponent(LegacyTrelloIcon, NewTrelloIcon);
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const BitbucketIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const ConfluenceIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const JiraServiceManagementIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const OpsgenieIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const StatuspageIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const TrelloIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const BitbucketIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const ConfluenceIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const JiraServiceManagementIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const OpsgenieIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const StatuspageIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const TrelloIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.9.
|
|
3
|
+
"version": "19.9.8",
|
|
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/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
33
33
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
34
34
|
"@atlaskit/theme": "^21.0.0",
|
|
35
|
-
"@atlaskit/tokens": "^9.
|
|
35
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@compiled/react": "^0.18.6"
|
|
38
38
|
},
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"@atlaskit/code": "^17.4.0",
|
|
48
48
|
"@atlaskit/docs": "^11.2.0",
|
|
49
49
|
"@atlaskit/image": "^3.0.0",
|
|
50
|
-
"@atlaskit/link": "^3.
|
|
50
|
+
"@atlaskit/link": "^3.3.0",
|
|
51
51
|
"@atlaskit/primitives": "^17.0.0",
|
|
52
|
-
"@atlaskit/section-message": "^8.
|
|
52
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
53
53
|
"@atlaskit/select": "^21.6.0",
|
|
54
|
-
"@atlaskit/table": "^0.
|
|
54
|
+
"@atlaskit/table": "^0.13.0",
|
|
55
55
|
"@atlaskit/toggle": "^15.2.0",
|
|
56
56
|
"@atlassian/codegen": "^0.1.0",
|
|
57
57
|
"@atlassian/ssr-tests": "workspace:^",
|
|
58
58
|
"@atlassian/testing-library": "^0.4.0",
|
|
59
|
-
"@testing-library/react": "^
|
|
59
|
+
"@testing-library/react": "^16.3.0",
|
|
60
60
|
"fs-extra": "^4.0.2",
|
|
61
61
|
"jscodeshift": "^17.0.0",
|
|
62
62
|
"lodash": "^4.17.21",
|