@atlaskit/icon 28.3.0 → 28.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/core/chart-pie.js +2 -2
- package/docs/ai/icon-instructions.md +556 -6
- package/package.json +7 -7
- package/svgs/core/chart-pie.svg +1 -1
- package/utils/logo-icons.tsx +59 -43
- package/utils/synonyms.tsx +301 -300
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.4.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
99
99
|
"@atlaskit/tile": "^0.1.0",
|
|
100
|
-
"@atlaskit/tokens": "^6.
|
|
100
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
101
101
|
"@babel/register": "^7.25.9",
|
|
102
102
|
"@babel/runtime": "^7.0.0",
|
|
103
103
|
"@compiled/react": "^0.18.3"
|
|
@@ -110,25 +110,25 @@
|
|
|
110
110
|
"@af/icon-build-process": "workspace:^",
|
|
111
111
|
"@af/integration-testing": "workspace:^",
|
|
112
112
|
"@af/visual-regression": "workspace:^",
|
|
113
|
-
"@atlaskit/button": "^23.
|
|
113
|
+
"@atlaskit/button": "^23.5.0",
|
|
114
114
|
"@atlaskit/code": "^17.2.0",
|
|
115
115
|
"@atlaskit/css": "^0.14.0",
|
|
116
116
|
"@atlaskit/docs": "^11.1.0",
|
|
117
117
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
118
|
-
"@atlaskit/form": "^14.
|
|
118
|
+
"@atlaskit/form": "^14.2.0",
|
|
119
119
|
"@atlaskit/heading": "^5.2.0",
|
|
120
120
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
121
121
|
"@atlaskit/icon-object": "^7.2.0",
|
|
122
122
|
"@atlaskit/link": "^3.2.0",
|
|
123
|
-
"@atlaskit/logo": "^19.
|
|
123
|
+
"@atlaskit/logo": "^19.8.0",
|
|
124
124
|
"@atlaskit/menu": "^8.4.0",
|
|
125
|
-
"@atlaskit/modal-dialog": "^14.
|
|
125
|
+
"@atlaskit/modal-dialog": "^14.4.0",
|
|
126
126
|
"@atlaskit/primitives": "^14.15.0",
|
|
127
127
|
"@atlaskit/section-message": "^8.7.0",
|
|
128
128
|
"@atlaskit/textfield": "^8.0.0",
|
|
129
129
|
"@atlaskit/theme": "^21.0.0",
|
|
130
130
|
"@atlaskit/toggle": "^15.1.0",
|
|
131
|
-
"@atlaskit/tooltip": "^20.
|
|
131
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
132
132
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
133
133
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
134
134
|
"@babel/core": "7.24.9",
|
package/svgs/core/chart-pie.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_56173_3412" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_56173_3412)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/></svg>
|
package/utils/logo-icons.tsx
CHANGED
|
@@ -11,47 +11,63 @@ import {
|
|
|
11
11
|
StatuspageIcon,
|
|
12
12
|
} from '@atlaskit/logo';
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
package: '@atlaskit/logo',
|
|
21
|
-
},
|
|
22
|
-
BitbucketIcon: {
|
|
23
|
-
componentName: 'BitbucketIcon',
|
|
24
|
-
isNamedImport: true,
|
|
25
|
-
component: BitbucketIcon,
|
|
26
|
-
keywords: ['product', 'app', 'logo', 'bitbucket'],
|
|
27
|
-
package: '@atlaskit/logo',
|
|
28
|
-
},
|
|
29
|
-
ConfluenceIcon: {
|
|
30
|
-
componentName: 'ConfluenceIcon',
|
|
31
|
-
isNamedImport: true,
|
|
32
|
-
component: ConfluenceIcon,
|
|
33
|
-
keywords: ['product', 'app', 'logo', 'confluence'],
|
|
34
|
-
package: '@atlaskit/logo',
|
|
35
|
-
},
|
|
36
|
-
JiraSoftwareIcon: {
|
|
37
|
-
componentName: 'JiraSoftwareIcon',
|
|
38
|
-
isNamedImport: true,
|
|
39
|
-
component: JiraSoftwareIcon,
|
|
40
|
-
keywords: ['product', 'app', 'logo', 'jira', 'software'],
|
|
41
|
-
package: '@atlaskit/logo',
|
|
42
|
-
},
|
|
43
|
-
JiraIcon: {
|
|
44
|
-
componentName: 'JiraIcon',
|
|
45
|
-
isNamedImport: true,
|
|
46
|
-
component: JiraIcon,
|
|
47
|
-
keywords: ['product', 'app', 'logo', 'jira'],
|
|
48
|
-
package: '@atlaskit/logo',
|
|
49
|
-
},
|
|
50
|
-
StatuspageIcon: {
|
|
51
|
-
componentName: 'StatuspageIcon',
|
|
52
|
-
isNamedImport: true,
|
|
53
|
-
component: StatuspageIcon,
|
|
54
|
-
keywords: ['product', 'app', 'logo', 'statuspage'],
|
|
55
|
-
package: '@atlaskit/logo',
|
|
56
|
-
},
|
|
14
|
+
type IconInfo = {
|
|
15
|
+
componentName: string;
|
|
16
|
+
isNamedImport: boolean;
|
|
17
|
+
component: any;
|
|
18
|
+
keywords: string[];
|
|
19
|
+
package: string;
|
|
57
20
|
};
|
|
21
|
+
|
|
22
|
+
const LogoIcons: {
|
|
23
|
+
AtlassianIcon: IconInfo;
|
|
24
|
+
BitbucketIcon: IconInfo;
|
|
25
|
+
ConfluenceIcon: IconInfo;
|
|
26
|
+
JiraSoftwareIcon: IconInfo;
|
|
27
|
+
JiraIcon: IconInfo;
|
|
28
|
+
StatuspageIcon: IconInfo;
|
|
29
|
+
} = {
|
|
30
|
+
AtlassianIcon: {
|
|
31
|
+
componentName: 'AtlassianIcon',
|
|
32
|
+
isNamedImport: true,
|
|
33
|
+
component: AtlassianIcon,
|
|
34
|
+
keywords: ['product', 'app', 'logo', 'atlassian'],
|
|
35
|
+
package: '@atlaskit/logo',
|
|
36
|
+
},
|
|
37
|
+
BitbucketIcon: {
|
|
38
|
+
componentName: 'BitbucketIcon',
|
|
39
|
+
isNamedImport: true,
|
|
40
|
+
component: BitbucketIcon,
|
|
41
|
+
keywords: ['product', 'app', 'logo', 'bitbucket'],
|
|
42
|
+
package: '@atlaskit/logo',
|
|
43
|
+
},
|
|
44
|
+
ConfluenceIcon: {
|
|
45
|
+
componentName: 'ConfluenceIcon',
|
|
46
|
+
isNamedImport: true,
|
|
47
|
+
component: ConfluenceIcon,
|
|
48
|
+
keywords: ['product', 'app', 'logo', 'confluence'],
|
|
49
|
+
package: '@atlaskit/logo',
|
|
50
|
+
},
|
|
51
|
+
JiraSoftwareIcon: {
|
|
52
|
+
componentName: 'JiraSoftwareIcon',
|
|
53
|
+
isNamedImport: true,
|
|
54
|
+
component: JiraSoftwareIcon,
|
|
55
|
+
keywords: ['product', 'app', 'logo', 'jira', 'software'],
|
|
56
|
+
package: '@atlaskit/logo',
|
|
57
|
+
},
|
|
58
|
+
JiraIcon: {
|
|
59
|
+
componentName: 'JiraIcon',
|
|
60
|
+
isNamedImport: true,
|
|
61
|
+
component: JiraIcon,
|
|
62
|
+
keywords: ['product', 'app', 'logo', 'jira'],
|
|
63
|
+
package: '@atlaskit/logo',
|
|
64
|
+
},
|
|
65
|
+
StatuspageIcon: {
|
|
66
|
+
componentName: 'StatuspageIcon',
|
|
67
|
+
isNamedImport: true,
|
|
68
|
+
component: StatuspageIcon,
|
|
69
|
+
keywords: ['product', 'app', 'logo', 'statuspage'],
|
|
70
|
+
package: '@atlaskit/logo',
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
export default LogoIcons;
|