@atlaskit/icon 33.0.0 → 33.0.1
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 +8 -0
- package/dist/cjs/deprecated-core.js +1 -31
- package/dist/cjs/metadata-core.js +1 -1
- package/dist/es2019/deprecated-core.js +1 -31
- package/dist/es2019/metadata-core.js +1 -1
- package/dist/esm/deprecated-core.js +1 -31
- package/dist/esm/metadata-core.js +1 -1
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 33.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a61a3677df8a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a61a3677df8a5) -
|
|
8
|
+
Remove `core/migration/*` entries from deprecated icon docs. The `core/migration/*` icon
|
|
9
|
+
components no longer exist following the removal of `@atlaskit/icon/glyph` legacy icons.
|
|
10
|
+
|
|
3
11
|
## 33.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::940e05b18f6bba27980b5c1fdf15c580>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
@@ -42,36 +42,6 @@ var deprecatedIcons = {
|
|
|
42
42
|
},
|
|
43
43
|
'@atlaskit/icon/core/warning': {
|
|
44
44
|
message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
|
|
45
|
-
},
|
|
46
|
-
'@atlaskit/icon/core/migration/close--cross': {
|
|
47
|
-
message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”'
|
|
48
|
-
},
|
|
49
|
-
'@atlaskit/icon/core/migration/close--editor-close': {
|
|
50
|
-
message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
|
|
51
|
-
},
|
|
52
|
-
'@atlaskit/icon/core/migration/error': {
|
|
53
|
-
message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
|
|
54
|
-
},
|
|
55
|
-
'@atlaskit/icon/core/migration/information--editor-info': {
|
|
56
|
-
message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
|
|
57
|
-
},
|
|
58
|
-
'@atlaskit/icon/core/migration/information--editor-panel': {
|
|
59
|
-
message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
|
|
60
|
-
},
|
|
61
|
-
'@atlaskit/icon/core/migration/information--info': {
|
|
62
|
-
message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
|
|
63
|
-
},
|
|
64
|
-
'@atlaskit/icon/core/migration/success--check-circle': {
|
|
65
|
-
message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
|
|
66
|
-
},
|
|
67
|
-
'@atlaskit/icon/core/migration/success--editor-success': {
|
|
68
|
-
message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
|
|
69
|
-
},
|
|
70
|
-
'@atlaskit/icon/core/migration/warning--editor-warning': {
|
|
71
|
-
message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
|
|
72
|
-
},
|
|
73
|
-
'@atlaskit/icon/core/migration/warning': {
|
|
74
|
-
message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
|
|
75
45
|
}
|
|
76
46
|
};
|
|
77
47
|
var _default = exports.default = deprecatedIcons;
|
|
@@ -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::89369dad254e55137adbee199ee40d7d>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::940e05b18f6bba27980b5c1fdf15c580>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
@@ -36,36 +36,6 @@ const deprecatedIcons = {
|
|
|
36
36
|
},
|
|
37
37
|
'@atlaskit/icon/core/warning': {
|
|
38
38
|
message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
|
|
39
|
-
},
|
|
40
|
-
'@atlaskit/icon/core/migration/close--cross': {
|
|
41
|
-
message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”'
|
|
42
|
-
},
|
|
43
|
-
'@atlaskit/icon/core/migration/close--editor-close': {
|
|
44
|
-
message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
|
|
45
|
-
},
|
|
46
|
-
'@atlaskit/icon/core/migration/error': {
|
|
47
|
-
message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
|
|
48
|
-
},
|
|
49
|
-
'@atlaskit/icon/core/migration/information--editor-info': {
|
|
50
|
-
message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
|
|
51
|
-
},
|
|
52
|
-
'@atlaskit/icon/core/migration/information--editor-panel': {
|
|
53
|
-
message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
|
|
54
|
-
},
|
|
55
|
-
'@atlaskit/icon/core/migration/information--info': {
|
|
56
|
-
message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
|
|
57
|
-
},
|
|
58
|
-
'@atlaskit/icon/core/migration/success--check-circle': {
|
|
59
|
-
message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
|
|
60
|
-
},
|
|
61
|
-
'@atlaskit/icon/core/migration/success--editor-success': {
|
|
62
|
-
message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
|
|
63
|
-
},
|
|
64
|
-
'@atlaskit/icon/core/migration/warning--editor-warning': {
|
|
65
|
-
message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
|
|
66
|
-
},
|
|
67
|
-
'@atlaskit/icon/core/migration/warning': {
|
|
68
|
-
message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
|
|
69
39
|
}
|
|
70
40
|
};
|
|
71
41
|
export default deprecatedIcons;
|
|
@@ -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::89369dad254e55137adbee199ee40d7d>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::940e05b18f6bba27980b5c1fdf15c580>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
@@ -36,36 +36,6 @@ var deprecatedIcons = {
|
|
|
36
36
|
},
|
|
37
37
|
'@atlaskit/icon/core/warning': {
|
|
38
38
|
message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
|
|
39
|
-
},
|
|
40
|
-
'@atlaskit/icon/core/migration/close--cross': {
|
|
41
|
-
message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”'
|
|
42
|
-
},
|
|
43
|
-
'@atlaskit/icon/core/migration/close--editor-close': {
|
|
44
|
-
message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
|
|
45
|
-
},
|
|
46
|
-
'@atlaskit/icon/core/migration/error': {
|
|
47
|
-
message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
|
|
48
|
-
},
|
|
49
|
-
'@atlaskit/icon/core/migration/information--editor-info': {
|
|
50
|
-
message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
|
|
51
|
-
},
|
|
52
|
-
'@atlaskit/icon/core/migration/information--editor-panel': {
|
|
53
|
-
message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
|
|
54
|
-
},
|
|
55
|
-
'@atlaskit/icon/core/migration/information--info': {
|
|
56
|
-
message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
|
|
57
|
-
},
|
|
58
|
-
'@atlaskit/icon/core/migration/success--check-circle': {
|
|
59
|
-
message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
|
|
60
|
-
},
|
|
61
|
-
'@atlaskit/icon/core/migration/success--editor-success': {
|
|
62
|
-
message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
|
|
63
|
-
},
|
|
64
|
-
'@atlaskit/icon/core/migration/warning--editor-warning': {
|
|
65
|
-
message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
|
|
66
|
-
},
|
|
67
|
-
'@atlaskit/icon/core/migration/warning': {
|
|
68
|
-
message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
|
|
69
39
|
}
|
|
70
40
|
};
|
|
71
41
|
export default deprecatedIcons;
|
|
@@ -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::89369dad254e55137adbee199ee40d7d>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::940e05b18f6bba27980b5c1fdf15c580>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::89369dad254e55137adbee199ee40d7d>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::940e05b18f6bba27980b5c1fdf15c580>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::89369dad254e55137adbee199ee40d7d>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED