@atlaskit/icon 27.2.0 → 27.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 +17 -0
- package/afm-volt/tsconfig.json +27 -0
- package/core/headphones.js +2 -2
- package/dist/cjs/metadata-core.js +3 -3
- package/dist/es2019/metadata-core.js +3 -3
- package/dist/esm/metadata-core.js +3 -3
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +22 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#175869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175869)
|
|
8
|
+
[`e7f822af7edc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7f822af7edc1) -
|
|
9
|
+
Updated usages of deprecated icons with replacement icons
|
|
10
|
+
|
|
11
|
+
## 27.2.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#179122](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/179122)
|
|
16
|
+
[`a03a08e15f9a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a03a08e15f9a2) -
|
|
17
|
+
[ux] As the icon component is in its General Release, this release removes the previous `Beta`
|
|
18
|
+
label from Atlassian.design.
|
|
19
|
+
|
|
3
20
|
## 27.2.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.volt.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../volt/tsDist/@atlaskit__icon/app",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"composite": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../tokens/afm-volt/tsconfig.json"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
package/core/headphones.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b8750d7c51d06f800adf6daab5a29423>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Headphones".
|
|
17
17
|
* Category: multi-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Known uses: music, audio.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::8954530a27c74e4d2f42daa5785e189f>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -1580,12 +1580,12 @@ var metadata = {
|
|
|
1580
1580
|
status: 'published'
|
|
1581
1581
|
},
|
|
1582
1582
|
headphones: {
|
|
1583
|
-
keywords: ['headphones', 'icon', 'core', 'audio', 'music'],
|
|
1583
|
+
keywords: ['headphones', 'icon', 'core', 'audio', 'music', 'headphones'],
|
|
1584
1584
|
componentName: 'HeadphonesIcon',
|
|
1585
1585
|
package: '@atlaskit/icon/core/headphones',
|
|
1586
1586
|
type: 'core',
|
|
1587
1587
|
categorization: 'multi-purpose',
|
|
1588
|
-
usage: '
|
|
1588
|
+
usage: 'Known uses: music, audio.',
|
|
1589
1589
|
team: 'Design System Team',
|
|
1590
1590
|
status: 'published'
|
|
1591
1591
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8954530a27c74e4d2f42daa5785e189f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1574,12 +1574,12 @@ const metadata = {
|
|
|
1574
1574
|
status: 'published'
|
|
1575
1575
|
},
|
|
1576
1576
|
headphones: {
|
|
1577
|
-
keywords: ['headphones', 'icon', 'core', 'audio', 'music'],
|
|
1577
|
+
keywords: ['headphones', 'icon', 'core', 'audio', 'music', 'headphones'],
|
|
1578
1578
|
componentName: 'HeadphonesIcon',
|
|
1579
1579
|
package: '@atlaskit/icon/core/headphones',
|
|
1580
1580
|
type: 'core',
|
|
1581
1581
|
categorization: 'multi-purpose',
|
|
1582
|
-
usage: '
|
|
1582
|
+
usage: 'Known uses: music, audio.',
|
|
1583
1583
|
team: 'Design System Team',
|
|
1584
1584
|
status: 'published'
|
|
1585
1585
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8954530a27c74e4d2f42daa5785e189f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1574,12 +1574,12 @@ var metadata = {
|
|
|
1574
1574
|
status: 'published'
|
|
1575
1575
|
},
|
|
1576
1576
|
headphones: {
|
|
1577
|
-
keywords: ['headphones', 'icon', 'core', 'audio', 'music'],
|
|
1577
|
+
keywords: ['headphones', 'icon', 'core', 'audio', 'music', 'headphones'],
|
|
1578
1578
|
componentName: 'HeadphonesIcon',
|
|
1579
1579
|
package: '@atlaskit/icon/core/headphones',
|
|
1580
1580
|
type: 'core',
|
|
1581
1581
|
categorization: 'multi-purpose',
|
|
1582
|
-
usage: '
|
|
1582
|
+
usage: 'Known uses: music, audio.',
|
|
1583
1583
|
team: 'Design System Team',
|
|
1584
1584
|
status: 'published'
|
|
1585
1585
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8954530a27c74e4d2f42daa5785e189f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8954530a27c74e4d2f42daa5785e189f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.3.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/"
|
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
"website": {
|
|
22
22
|
"name": "Icon",
|
|
23
23
|
"category": "Images and icons",
|
|
24
|
-
"status": {
|
|
25
|
-
"type": "beta",
|
|
26
|
-
"description": "These icons are part of Atlassian's visual refresh. Use the legacy icons for current product experiences.",
|
|
27
|
-
"actions": [
|
|
28
|
-
{
|
|
29
|
-
"text": "View legacy icons",
|
|
30
|
-
"href": "/components/icon/icon-legacy/"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"text": "Migrate to new icons",
|
|
34
|
-
"href": "/components/icon/migration-guide/"
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
},
|
|
38
24
|
"subPages": [
|
|
39
25
|
{
|
|
40
26
|
"title": "Icon (legacy)",
|
|
41
27
|
"id": "icon-legacy",
|
|
42
|
-
"sortKey": 1
|
|
28
|
+
"sortKey": 1,
|
|
29
|
+
"status": {
|
|
30
|
+
"type": "intent-to-deprecate",
|
|
31
|
+
"description": "Legacy icons (`@atlaskit/icon/glyph`) are deprecated. We recommend migrating to our new iconography system.",
|
|
32
|
+
"actions": [
|
|
33
|
+
{
|
|
34
|
+
"text": "View new icons",
|
|
35
|
+
"href": "/components/icon/"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"text": "Migration Guide",
|
|
39
|
+
"href": "/components/icon/migration-guide/"
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"title": "Icon tile",
|
|
@@ -88,8 +88,7 @@
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
|
-
}
|
|
92
|
-
"runReact18": true
|
|
91
|
+
}
|
|
93
92
|
},
|
|
94
93
|
"scripts": {
|
|
95
94
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
"@af/visual-regression": "workspace:^",
|
|
112
111
|
"@atlaskit/button": "^23.2.0",
|
|
113
112
|
"@atlaskit/code": "^17.2.0",
|
|
114
|
-
"@atlaskit/css": "^0.
|
|
113
|
+
"@atlaskit/css": "^0.12.0",
|
|
115
114
|
"@atlaskit/docs": "^11.0.0",
|
|
116
115
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
117
116
|
"@atlaskit/form": "^12.0.0",
|
|
@@ -119,10 +118,10 @@
|
|
|
119
118
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
120
119
|
"@atlaskit/icon-object": "^7.1.0",
|
|
121
120
|
"@atlaskit/link": "^3.2.0",
|
|
122
|
-
"@atlaskit/logo": "^19.
|
|
121
|
+
"@atlaskit/logo": "^19.5.0",
|
|
123
122
|
"@atlaskit/menu": "^8.0.0",
|
|
124
123
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
125
|
-
"@atlaskit/primitives": "^14.
|
|
124
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
126
125
|
"@atlaskit/section-message": "^8.2.0",
|
|
127
126
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
127
|
"@atlaskit/theme": "^18.0.0",
|
|
@@ -189,12 +188,10 @@
|
|
|
189
188
|
},
|
|
190
189
|
"platform-feature-flags": {
|
|
191
190
|
"platform-visual-refresh-icons": {
|
|
192
|
-
"type": "boolean"
|
|
193
|
-
"showOnWebsiteForTransitiveDependencies": true
|
|
191
|
+
"type": "boolean"
|
|
194
192
|
},
|
|
195
193
|
"platform-visual-refresh-icons-legacy-facade": {
|
|
196
|
-
"type": "boolean"
|
|
197
|
-
"showOnWebsiteForTransitiveDependencies": true
|
|
194
|
+
"type": "boolean"
|
|
198
195
|
},
|
|
199
196
|
"platform-visual-refresh-icons-facade-button-fix": {
|
|
200
197
|
"type": "boolean"
|