@atlaskit/logo 20.0.1 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/Wrapper/package.json +5 -5
- package/atlassian/logo/package.json +17 -0
- package/atlassian-access/icon/package.json +17 -0
- package/atlassian-access/logo/package.json +17 -0
- package/atlassian-marketplace/icon/package.json +17 -0
- package/atlassian-marketplace/logo/package.json +17 -0
- package/constants/package.json +5 -5
- package/dist/cjs/exports/atlassian-access-icon.js +12 -0
- package/dist/cjs/exports/atlassian-access-logo.js +12 -0
- package/dist/cjs/exports/atlassian-logo.js +12 -0
- package/dist/cjs/exports/atlassian-marketplace-icon.js +12 -0
- package/dist/cjs/exports/atlassian-marketplace-logo.js +12 -0
- package/dist/cjs/exports/constants.js +18 -0
- package/dist/cjs/exports/jira-software-logo.js +12 -0
- package/dist/cjs/exports/jira-work-management-icon.js +12 -0
- package/dist/cjs/exports/jira-work-management-logo.js +12 -0
- package/dist/cjs/exports/logo.js +12 -0
- package/dist/cjs/exports/raw-icons.js +264 -0
- package/dist/cjs/exports/types.js +1 -0
- package/dist/cjs/exports/wrapper.js +13 -0
- package/dist/es2019/exports/atlassian-access-icon.js +1 -0
- package/dist/es2019/exports/atlassian-access-logo.js +1 -0
- package/dist/es2019/exports/atlassian-logo.js +1 -0
- package/dist/es2019/exports/atlassian-marketplace-icon.js +1 -0
- package/dist/es2019/exports/atlassian-marketplace-logo.js +1 -0
- package/dist/es2019/exports/constants.js +1 -0
- package/dist/es2019/exports/jira-software-logo.js +1 -0
- package/dist/es2019/exports/jira-work-management-icon.js +1 -0
- package/dist/es2019/exports/jira-work-management-logo.js +1 -0
- package/dist/es2019/exports/logo.js +1 -0
- package/dist/es2019/exports/raw-icons.js +1 -0
- package/dist/es2019/exports/types.js +0 -0
- package/dist/es2019/exports/wrapper.js +1 -0
- package/dist/esm/exports/atlassian-access-icon.js +1 -0
- package/dist/esm/exports/atlassian-access-logo.js +1 -0
- package/dist/esm/exports/atlassian-logo.js +1 -0
- package/dist/esm/exports/atlassian-marketplace-icon.js +1 -0
- package/dist/esm/exports/atlassian-marketplace-logo.js +1 -0
- package/dist/esm/exports/constants.js +1 -0
- package/dist/esm/exports/jira-software-logo.js +1 -0
- package/dist/esm/exports/jira-work-management-icon.js +1 -0
- package/dist/esm/exports/jira-work-management-logo.js +1 -0
- package/dist/esm/exports/logo.js +1 -0
- package/dist/esm/exports/raw-icons.js +1 -0
- package/dist/esm/exports/types.js +0 -0
- package/dist/esm/exports/wrapper.js +1 -0
- package/dist/types/exports/atlassian-access-icon.d.ts +1 -0
- package/dist/types/exports/atlassian-access-logo.d.ts +1 -0
- package/dist/types/exports/atlassian-logo.d.ts +1 -0
- package/dist/types/exports/atlassian-marketplace-icon.d.ts +1 -0
- package/dist/types/exports/atlassian-marketplace-logo.d.ts +1 -0
- package/dist/types/exports/constants.d.ts +2 -0
- package/dist/types/exports/jira-software-logo.d.ts +1 -0
- package/dist/types/exports/jira-work-management-icon.d.ts +1 -0
- package/dist/types/exports/jira-work-management-logo.d.ts +1 -0
- package/dist/types/exports/logo.d.ts +1 -0
- package/dist/types/exports/raw-icons.d.ts +1 -0
- package/dist/types/exports/types.d.ts +1 -0
- package/dist/types/exports/wrapper.d.ts +1 -0
- package/dist/types-ts4.5/exports/atlassian-access-icon.d.ts +1 -0
- package/dist/types-ts4.5/exports/atlassian-access-logo.d.ts +1 -0
- package/dist/types-ts4.5/exports/atlassian-logo.d.ts +1 -0
- package/dist/types-ts4.5/exports/atlassian-marketplace-icon.d.ts +1 -0
- package/dist/types-ts4.5/exports/atlassian-marketplace-logo.d.ts +1 -0
- package/dist/types-ts4.5/exports/constants.d.ts +2 -0
- package/dist/types-ts4.5/exports/jira-software-logo.d.ts +1 -0
- package/dist/types-ts4.5/exports/jira-work-management-icon.d.ts +1 -0
- package/dist/types-ts4.5/exports/jira-work-management-logo.d.ts +1 -0
- package/dist/types-ts4.5/exports/logo.d.ts +1 -0
- package/dist/types-ts4.5/exports/raw-icons.d.ts +1 -0
- package/dist/types-ts4.5/exports/types.d.ts +1 -0
- package/dist/types-ts4.5/exports/wrapper.d.ts +1 -0
- package/jira-software/logo/package.json +17 -0
- package/jira-work-management/icon/package.json +17 -0
- package/jira-work-management/logo/package.json +17 -0
- package/logo/package.json +17 -0
- package/package.json +8 -8
- package/raw-icons/package.json +5 -5
- package/types/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 20.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1b6e8b426b9fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1b6e8b426b9fe) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
10
|
+
## 20.0.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 20.0.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/Wrapper/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo/Wrapper",
|
|
3
|
-
"main": "../dist/cjs/wrapper.js",
|
|
4
|
-
"module": "../dist/esm/wrapper.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/wrapper.js",
|
|
3
|
+
"main": "../dist/cjs/exports/wrapper.js",
|
|
4
|
+
"module": "../dist/esm/exports/wrapper.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/exports/wrapper.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/wrapper.d.ts",
|
|
9
|
+
"types": "../dist/types/exports/wrapper.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/wrapper.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/exports/wrapper.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/atlassian/logo",
|
|
3
|
+
"main": "../../dist/cjs/exports/atlassian-logo.js",
|
|
4
|
+
"module": "../../dist/esm/exports/atlassian-logo.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/atlassian-logo.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/atlassian-logo.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/atlassian-logo.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/atlassian-access/icon",
|
|
3
|
+
"main": "../../dist/cjs/exports/atlassian-access-icon.js",
|
|
4
|
+
"module": "../../dist/esm/exports/atlassian-access-icon.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/atlassian-access-icon.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/atlassian-access-icon.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/atlassian-access-icon.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/atlassian-access/logo",
|
|
3
|
+
"main": "../../dist/cjs/exports/atlassian-access-logo.js",
|
|
4
|
+
"module": "../../dist/esm/exports/atlassian-access-logo.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/atlassian-access-logo.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/atlassian-access-logo.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/atlassian-access-logo.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/atlassian-marketplace/icon",
|
|
3
|
+
"main": "../../dist/cjs/exports/atlassian-marketplace-icon.js",
|
|
4
|
+
"module": "../../dist/esm/exports/atlassian-marketplace-icon.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/atlassian-marketplace-icon.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/atlassian-marketplace-icon.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/atlassian-marketplace-icon.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/atlassian-marketplace/logo",
|
|
3
|
+
"main": "../../dist/cjs/exports/atlassian-marketplace-logo.js",
|
|
4
|
+
"module": "../../dist/esm/exports/atlassian-marketplace-logo.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/atlassian-marketplace-logo.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/atlassian-marketplace-logo.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/atlassian-marketplace-logo.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/constants/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo/constants",
|
|
3
|
-
"main": "../dist/cjs/constants.js",
|
|
4
|
-
"module": "../dist/esm/constants.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/constants.js",
|
|
3
|
+
"main": "../dist/cjs/exports/constants.js",
|
|
4
|
+
"module": "../dist/esm/exports/constants.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/exports/constants.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/constants.d.ts",
|
|
9
|
+
"types": "../dist/types/exports/constants.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/constants.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/exports/constants.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AtlassianAccessIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _icon.AtlassianAccessIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _icon = require("../legacy-logos/atlassian-access/icon");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AtlassianAccessLogo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _logo.AtlassianAccessLogo;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _logo = require("../legacy-logos/atlassian-access/logo");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AtlassianLogo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _logo.AtlassianLogo;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _logo = require("../legacy-logos/atlassian/logo");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AtlassianMarketplaceIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _icon.AtlassianMarketplaceIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _icon = require("../legacy-logos/atlassian-marketplace/icon");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AtlassianMarketplaceLogo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _logo.AtlassianMarketplaceLogo;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _logo = require("../legacy-logos/atlassian-marketplace/logo");
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "defaultLogoParams", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _constants.defaultLogoParams;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "legacyDefaultLogoParams", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _constants.legacyDefaultLogoParams;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
var _constants = require("../constants");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "JiraSoftwareLogo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _logo.JiraSoftwareLogo;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _logo = require("../legacy-logos/jira-software/logo");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "JiraWorkManagementIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _icon.JiraWorkManagementIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _icon = require("../legacy-logos/jira-work-management/icon");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "JiraWorkManagementLogo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _logo.JiraWorkManagementLogo;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _logo = require("../legacy-logos/jira-work-management/logo");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AtlasLogo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _logo.AtlasLogo;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _logo = require("../legacy-logos/atlas/logo");
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "adminIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _index.adminIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "alignIcon", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _index.alignIcon;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "analyticsIcon", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _index.analyticsIcon;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "assetsIcon", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _index.assetsIcon;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "bambooIcon", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _index.bambooIcon;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "bitbucketDataCenterIcon", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _index.bitbucketDataCenterIcon;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "bitbucketIcon", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function get() {
|
|
45
|
+
return _index.bitbucketIcon;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "chatIcon", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _index.chatIcon;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(exports, "companyHubIcon", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function get() {
|
|
57
|
+
return _index.companyHubIcon;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "compassIcon", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _index.compassIcon;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "confluenceDataCenterIcon", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _index.confluenceDataCenterIcon;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "confluenceIcon", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function get() {
|
|
75
|
+
return _index.confluenceIcon;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(exports, "crowdIcon", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function get() {
|
|
81
|
+
return _index.crowdIcon;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "customLinkIcon", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _index.customLinkIcon;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "customerServiceManagementIcon", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function get() {
|
|
93
|
+
return _index.customerServiceManagementIcon;
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "dxIcon", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function get() {
|
|
99
|
+
return _index.dxIcon;
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(exports, "focusIcon", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function get() {
|
|
105
|
+
return _index.focusIcon;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "goalsIcon", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function get() {
|
|
111
|
+
return _index.goalsIcon;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
Object.defineProperty(exports, "guardDetectIcon", {
|
|
115
|
+
enumerable: true,
|
|
116
|
+
get: function get() {
|
|
117
|
+
return _index.guardDetectIcon;
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(exports, "guardIcon", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function get() {
|
|
123
|
+
return _index.guardIcon;
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(exports, "homeIcon", {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function get() {
|
|
129
|
+
return _index.homeIcon;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "hubIcon", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function get() {
|
|
135
|
+
return _index.hubIcon;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, "jiraDataCenterIcon", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function get() {
|
|
141
|
+
return _index.jiraDataCenterIcon;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "jiraIcon", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function get() {
|
|
147
|
+
return _index.jiraIcon;
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(exports, "jiraProductDiscoveryIcon", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function get() {
|
|
153
|
+
return _index.jiraProductDiscoveryIcon;
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
Object.defineProperty(exports, "jiraServiceManagementDataCenterIcon", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function get() {
|
|
159
|
+
return _index.jiraServiceManagementDataCenterIcon;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
Object.defineProperty(exports, "jiraServiceManagementIcon", {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function get() {
|
|
165
|
+
return _index.jiraServiceManagementIcon;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "loomIcon", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function get() {
|
|
171
|
+
return _index.loomIcon;
|
|
172
|
+
}
|
|
173
|
+
});
|
|
174
|
+
Object.defineProperty(exports, "loomInternalIcon", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function get() {
|
|
177
|
+
return _index.loomInternalIcon;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "moreAtlassianAppsIcon", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function get() {
|
|
183
|
+
return _index.moreAtlassianAppsIcon;
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(exports, "opsgenieIcon", {
|
|
187
|
+
enumerable: true,
|
|
188
|
+
get: function get() {
|
|
189
|
+
return _index.opsgenieIcon;
|
|
190
|
+
}
|
|
191
|
+
});
|
|
192
|
+
Object.defineProperty(exports, "projectsIcon", {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function get() {
|
|
195
|
+
return _index.projectsIcon;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
Object.defineProperty(exports, "rawIcons", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function get() {
|
|
201
|
+
return _index.rawIcons;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
Object.defineProperty(exports, "rovoDevAgentIcon", {
|
|
205
|
+
enumerable: true,
|
|
206
|
+
get: function get() {
|
|
207
|
+
return _index.rovoDevAgentIcon;
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
Object.defineProperty(exports, "rovoDevIcon", {
|
|
211
|
+
enumerable: true,
|
|
212
|
+
get: function get() {
|
|
213
|
+
return _index.rovoDevIcon;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(exports, "rovoHexIcon", {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function get() {
|
|
219
|
+
return _index.rovoHexIcon;
|
|
220
|
+
}
|
|
221
|
+
});
|
|
222
|
+
Object.defineProperty(exports, "rovoIcon", {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function get() {
|
|
225
|
+
return _index.rovoIcon;
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
Object.defineProperty(exports, "searchIcon", {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function get() {
|
|
231
|
+
return _index.searchIcon;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
Object.defineProperty(exports, "statuspageIcon", {
|
|
235
|
+
enumerable: true,
|
|
236
|
+
get: function get() {
|
|
237
|
+
return _index.statuspageIcon;
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
Object.defineProperty(exports, "studioIcon", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function get() {
|
|
243
|
+
return _index.studioIcon;
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
Object.defineProperty(exports, "talentIcon", {
|
|
247
|
+
enumerable: true,
|
|
248
|
+
get: function get() {
|
|
249
|
+
return _index.talentIcon;
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
Object.defineProperty(exports, "teamsIcon", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function get() {
|
|
255
|
+
return _index.teamsIcon;
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
Object.defineProperty(exports, "trelloIcon", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function get() {
|
|
261
|
+
return _index.trelloIcon;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
264
|
+
var _index = require("../artifacts/raw-icons/index");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _wrapper.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _wrapper = _interopRequireDefault(require("../wrapper"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessIcon } from '../legacy-logos/atlassian-access/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessLogo } from '../legacy-logos/atlassian-access/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianLogo } from '../legacy-logos/atlassian/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceIcon } from '../legacy-logos/atlassian-marketplace/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceLogo } from '../legacy-logos/atlassian-marketplace/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { defaultLogoParams, legacyDefaultLogoParams } from '../constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraSoftwareLogo } from '../legacy-logos/jira-software/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementIcon } from '../legacy-logos/jira-work-management/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementLogo } from '../legacy-logos/jira-work-management/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlasLogo } from '../legacy-logos/atlas/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, dxIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraIcon, jiraProductDiscoveryIcon, jiraServiceManagementDataCenterIcon, jiraServiceManagementIcon, loomIcon, loomInternalIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rawIcons, rovoDevAgentIcon, rovoDevIcon, rovoHexIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon } from '../artifacts/raw-icons/index';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../wrapper';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessIcon } from '../legacy-logos/atlassian-access/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessLogo } from '../legacy-logos/atlassian-access/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianLogo } from '../legacy-logos/atlassian/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceIcon } from '../legacy-logos/atlassian-marketplace/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceLogo } from '../legacy-logos/atlassian-marketplace/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { defaultLogoParams, legacyDefaultLogoParams } from '../constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraSoftwareLogo } from '../legacy-logos/jira-software/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementIcon } from '../legacy-logos/jira-work-management/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementLogo } from '../legacy-logos/jira-work-management/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlasLogo } from '../legacy-logos/atlas/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, dxIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraIcon, jiraProductDiscoveryIcon, jiraServiceManagementDataCenterIcon, jiraServiceManagementIcon, loomIcon, loomInternalIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rawIcons, rovoDevAgentIcon, rovoDevIcon, rovoHexIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon } from '../artifacts/raw-icons/index';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../wrapper';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessIcon } from '../legacy-logos/atlassian-access/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessLogo } from '../legacy-logos/atlassian-access/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianLogo } from '../legacy-logos/atlassian/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceIcon } from '../legacy-logos/atlassian-marketplace/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceLogo } from '../legacy-logos/atlassian-marketplace/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraSoftwareLogo } from '../legacy-logos/jira-software/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementIcon } from '../legacy-logos/jira-work-management/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementLogo } from '../legacy-logos/jira-work-management/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlasLogo } from '../legacy-logos/atlas/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, dxIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraIcon, jiraProductDiscoveryIcon, jiraServiceManagementDataCenterIcon, jiraServiceManagementIcon, loomIcon, loomInternalIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rawIcons, rovoDevAgentIcon, rovoDevIcon, rovoHexIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon, } from '../artifacts/raw-icons/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { LogoProps } from '../types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../wrapper';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessIcon } from '../legacy-logos/atlassian-access/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianAccessLogo } from '../legacy-logos/atlassian-access/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianLogo } from '../legacy-logos/atlassian/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceIcon } from '../legacy-logos/atlassian-marketplace/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlassianMarketplaceLogo } from '../legacy-logos/atlassian-marketplace/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraSoftwareLogo } from '../legacy-logos/jira-software/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementIcon } from '../legacy-logos/jira-work-management/icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JiraWorkManagementLogo } from '../legacy-logos/jira-work-management/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AtlasLogo } from '../legacy-logos/atlas/logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { adminIcon, alignIcon, analyticsIcon, assetsIcon, bambooIcon, bitbucketDataCenterIcon, bitbucketIcon, chatIcon, companyHubIcon, compassIcon, confluenceDataCenterIcon, confluenceIcon, crowdIcon, customLinkIcon, customerServiceManagementIcon, dxIcon, focusIcon, goalsIcon, guardDetectIcon, guardIcon, homeIcon, hubIcon, jiraDataCenterIcon, jiraIcon, jiraProductDiscoveryIcon, jiraServiceManagementDataCenterIcon, jiraServiceManagementIcon, loomIcon, loomInternalIcon, moreAtlassianAppsIcon, opsgenieIcon, projectsIcon, rawIcons, rovoDevAgentIcon, rovoDevIcon, rovoHexIcon, rovoIcon, searchIcon, statuspageIcon, studioIcon, talentIcon, teamsIcon, trelloIcon, } from '../artifacts/raw-icons/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { LogoProps } from '../types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../wrapper';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/jira-software/logo",
|
|
3
|
+
"main": "../../dist/cjs/exports/jira-software-logo.js",
|
|
4
|
+
"module": "../../dist/esm/exports/jira-software-logo.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/jira-software-logo.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/jira-software-logo.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/jira-software-logo.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/jira-work-management/icon",
|
|
3
|
+
"main": "../../dist/cjs/exports/jira-work-management-icon.js",
|
|
4
|
+
"module": "../../dist/esm/exports/jira-work-management-icon.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/jira-work-management-icon.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/jira-work-management-icon.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/jira-work-management-icon.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/jira-work-management/logo",
|
|
3
|
+
"main": "../../dist/cjs/exports/jira-work-management-logo.js",
|
|
4
|
+
"module": "../../dist/esm/exports/jira-work-management-logo.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/exports/jira-work-management-logo.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/exports/jira-work-management-logo.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/exports/jira-work-management-logo.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/logo",
|
|
3
|
+
"main": "../dist/cjs/exports/logo.js",
|
|
4
|
+
"module": "../dist/esm/exports/logo.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/exports/logo.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/exports/logo.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/exports/logo.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.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/"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@atlaskit/css": "^0.19.0",
|
|
39
39
|
"@atlaskit/ds-lib": "^7.0.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
-
"@atlaskit/theme": "^23.
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
41
|
+
"@atlaskit/theme": "^23.2.0",
|
|
42
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@compiled/react": "^0.20.0"
|
|
45
45
|
},
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"@af/integration-testing": "workspace:^",
|
|
53
53
|
"@af/visual-regression": "workspace:^",
|
|
54
54
|
"@atlaskit/code": "^17.4.0",
|
|
55
|
-
"@atlaskit/docs": "^11.
|
|
55
|
+
"@atlaskit/docs": "^11.8.0",
|
|
56
56
|
"@atlaskit/image": "^3.0.0",
|
|
57
57
|
"@atlaskit/link": "^3.4.0",
|
|
58
|
-
"@atlaskit/primitives": "^
|
|
58
|
+
"@atlaskit/primitives": "^19.0.0",
|
|
59
59
|
"@atlaskit/section-message": "^8.12.0",
|
|
60
60
|
"@atlaskit/select": "^21.10.0",
|
|
61
|
-
"@atlaskit/table": "^0.
|
|
62
|
-
"@atlaskit/toggle": "^15.
|
|
63
|
-
"@atlassian/codegen": "^0.
|
|
61
|
+
"@atlaskit/table": "^0.15.0",
|
|
62
|
+
"@atlaskit/toggle": "^15.6.0",
|
|
63
|
+
"@atlassian/codegen": "^0.2.0",
|
|
64
64
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
65
65
|
"@atlassian/ssr-tests": "workspace:^",
|
|
66
66
|
"@atlassian/structured-docs-types": "workspace:^",
|
package/raw-icons/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo/raw-icons",
|
|
3
|
-
"main": "../dist/cjs/
|
|
4
|
-
"module": "../dist/esm/
|
|
5
|
-
"module:es2019": "../dist/es2019/
|
|
3
|
+
"main": "../dist/cjs/exports/raw-icons.js",
|
|
4
|
+
"module": "../dist/esm/exports/raw-icons.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/exports/raw-icons.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/
|
|
9
|
+
"types": "../dist/types/exports/raw-icons.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/
|
|
13
|
+
"../dist/types-ts4.5/exports/raw-icons.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/logo/types",
|
|
3
|
+
"main": "../dist/cjs/exports/types.js",
|
|
4
|
+
"module": "../dist/esm/exports/types.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/exports/types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/exports/types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/exports/types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|