@atlaskit/icon 27.6.0 → 27.6.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 27.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#189756](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189756)
8
+ [`87618db7faf04`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87618db7faf04) -
9
+ Updated usage of deprecated migration icons
10
+ - Updated dependencies
11
+
3
12
  ## 27.6.0
4
13
 
5
14
  ### Minor Changes
@@ -12,5 +12,57 @@ exports.default = void 0;
12
12
  * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
- var deprecatedIcons = {};
15
+ var deprecatedIcons = {
16
+ '@atlaskit/icon/core/capture': {
17
+ message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
18
+ },
19
+ '@atlaskit/icon/core/close': {
20
+ message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
21
+ },
22
+ '@atlaskit/icon/core/discovery': {
23
+ message: 'The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”'
24
+ },
25
+ '@atlaskit/icon/core/error': {
26
+ message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
27
+ },
28
+ '@atlaskit/icon/core/information': {
29
+ message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
30
+ },
31
+ '@atlaskit/icon/core/success': {
32
+ message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
33
+ },
34
+ '@atlaskit/icon/core/warning': {
35
+ message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
36
+ },
37
+ '@atlaskit/icon/core/migration/close--cross': {
38
+ message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”'
39
+ },
40
+ '@atlaskit/icon/core/migration/close--editor-close': {
41
+ message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
42
+ },
43
+ '@atlaskit/icon/core/migration/error': {
44
+ message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
45
+ },
46
+ '@atlaskit/icon/core/migration/information--editor-info': {
47
+ message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
48
+ },
49
+ '@atlaskit/icon/core/migration/information--editor-panel': {
50
+ message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
51
+ },
52
+ '@atlaskit/icon/core/migration/information--info': {
53
+ message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
54
+ },
55
+ '@atlaskit/icon/core/migration/success--check-circle': {
56
+ message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
57
+ },
58
+ '@atlaskit/icon/core/migration/success--editor-success': {
59
+ message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
60
+ },
61
+ '@atlaskit/icon/core/migration/warning--editor-warning': {
62
+ message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
63
+ },
64
+ '@atlaskit/icon/core/migration/warning': {
65
+ message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
66
+ }
67
+ };
16
68
  var _default = exports.default = deprecatedIcons;
@@ -148,6 +148,30 @@ var deprecatedIcons = {
148
148
  },
149
149
  '@atlaskit/icon/core/migration/drag-handle--drag-handler': {
150
150
  message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
151
+ },
152
+ '@atlaskit/icon/core/migration/error': {
153
+ message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
154
+ },
155
+ '@atlaskit/icon/core/migration/information--editor-info': {
156
+ message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
157
+ },
158
+ '@atlaskit/icon/core/migration/information--editor-panel': {
159
+ message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
160
+ },
161
+ '@atlaskit/icon/core/migration/information--info': {
162
+ message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
163
+ },
164
+ '@atlaskit/icon/core/migration/success--check-circle': {
165
+ message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
166
+ },
167
+ '@atlaskit/icon/core/migration/success--editor-success': {
168
+ message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
169
+ },
170
+ '@atlaskit/icon/core/migration/warning--editor-warning': {
171
+ message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
172
+ },
173
+ '@atlaskit/icon/core/migration/warning': {
174
+ message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
151
175
  }
152
176
  };
153
177
  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::c6d9be28510316b22f4e800a2753aae8>>
12
+ * @codegen <<SignedSource::07d16387e185cb32efefa66a9ed874c7>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -6,5 +6,57 @@
6
6
  * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
- const deprecatedIcons = {};
9
+ const deprecatedIcons = {
10
+ '@atlaskit/icon/core/capture': {
11
+ message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
12
+ },
13
+ '@atlaskit/icon/core/close': {
14
+ message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
15
+ },
16
+ '@atlaskit/icon/core/discovery': {
17
+ message: 'The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”'
18
+ },
19
+ '@atlaskit/icon/core/error': {
20
+ message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
21
+ },
22
+ '@atlaskit/icon/core/information': {
23
+ message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
24
+ },
25
+ '@atlaskit/icon/core/success': {
26
+ message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
27
+ },
28
+ '@atlaskit/icon/core/warning': {
29
+ message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
30
+ },
31
+ '@atlaskit/icon/core/migration/close--cross': {
32
+ message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”'
33
+ },
34
+ '@atlaskit/icon/core/migration/close--editor-close': {
35
+ message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
36
+ },
37
+ '@atlaskit/icon/core/migration/error': {
38
+ message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
39
+ },
40
+ '@atlaskit/icon/core/migration/information--editor-info': {
41
+ message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
42
+ },
43
+ '@atlaskit/icon/core/migration/information--editor-panel': {
44
+ message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
45
+ },
46
+ '@atlaskit/icon/core/migration/information--info': {
47
+ message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
48
+ },
49
+ '@atlaskit/icon/core/migration/success--check-circle': {
50
+ message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
51
+ },
52
+ '@atlaskit/icon/core/migration/success--editor-success': {
53
+ message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
54
+ },
55
+ '@atlaskit/icon/core/migration/warning--editor-warning': {
56
+ message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
57
+ },
58
+ '@atlaskit/icon/core/migration/warning': {
59
+ message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
60
+ }
61
+ };
10
62
  export default deprecatedIcons;
@@ -142,6 +142,30 @@ const deprecatedIcons = {
142
142
  },
143
143
  '@atlaskit/icon/core/migration/drag-handle--drag-handler': {
144
144
  message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
145
+ },
146
+ '@atlaskit/icon/core/migration/error': {
147
+ message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
148
+ },
149
+ '@atlaskit/icon/core/migration/information--editor-info': {
150
+ message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
151
+ },
152
+ '@atlaskit/icon/core/migration/information--editor-panel': {
153
+ message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
154
+ },
155
+ '@atlaskit/icon/core/migration/information--info': {
156
+ message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
157
+ },
158
+ '@atlaskit/icon/core/migration/success--check-circle': {
159
+ message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
160
+ },
161
+ '@atlaskit/icon/core/migration/success--editor-success': {
162
+ message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
163
+ },
164
+ '@atlaskit/icon/core/migration/warning--editor-warning': {
165
+ message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
166
+ },
167
+ '@atlaskit/icon/core/migration/warning': {
168
+ message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
145
169
  }
146
170
  };
147
171
  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::c6d9be28510316b22f4e800a2753aae8>>
6
+ * @codegen <<SignedSource::07d16387e185cb32efefa66a9ed874c7>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -6,5 +6,57 @@
6
6
  * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
- var deprecatedIcons = {};
9
+ var deprecatedIcons = {
10
+ '@atlaskit/icon/core/capture': {
11
+ message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
12
+ },
13
+ '@atlaskit/icon/core/close': {
14
+ message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
15
+ },
16
+ '@atlaskit/icon/core/discovery': {
17
+ message: 'The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”'
18
+ },
19
+ '@atlaskit/icon/core/error': {
20
+ message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
21
+ },
22
+ '@atlaskit/icon/core/information': {
23
+ message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
24
+ },
25
+ '@atlaskit/icon/core/success': {
26
+ message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
27
+ },
28
+ '@atlaskit/icon/core/warning': {
29
+ message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
30
+ },
31
+ '@atlaskit/icon/core/migration/close--cross': {
32
+ message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”'
33
+ },
34
+ '@atlaskit/icon/core/migration/close--editor-close': {
35
+ message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
36
+ },
37
+ '@atlaskit/icon/core/migration/error': {
38
+ message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
39
+ },
40
+ '@atlaskit/icon/core/migration/information--editor-info': {
41
+ message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
42
+ },
43
+ '@atlaskit/icon/core/migration/information--editor-panel': {
44
+ message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
45
+ },
46
+ '@atlaskit/icon/core/migration/information--info': {
47
+ message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
48
+ },
49
+ '@atlaskit/icon/core/migration/success--check-circle': {
50
+ message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
51
+ },
52
+ '@atlaskit/icon/core/migration/success--editor-success': {
53
+ message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
54
+ },
55
+ '@atlaskit/icon/core/migration/warning--editor-warning': {
56
+ message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
57
+ },
58
+ '@atlaskit/icon/core/migration/warning': {
59
+ message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
60
+ }
61
+ };
10
62
  export default deprecatedIcons;
@@ -142,6 +142,30 @@ var deprecatedIcons = {
142
142
  },
143
143
  '@atlaskit/icon/core/migration/drag-handle--drag-handler': {
144
144
  message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
145
+ },
146
+ '@atlaskit/icon/core/migration/error': {
147
+ message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”'
148
+ },
149
+ '@atlaskit/icon/core/migration/information--editor-info': {
150
+ message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”'
151
+ },
152
+ '@atlaskit/icon/core/migration/information--editor-panel': {
153
+ message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”'
154
+ },
155
+ '@atlaskit/icon/core/migration/information--info': {
156
+ message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”'
157
+ },
158
+ '@atlaskit/icon/core/migration/success--check-circle': {
159
+ message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”'
160
+ },
161
+ '@atlaskit/icon/core/migration/success--editor-success': {
162
+ message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”'
163
+ },
164
+ '@atlaskit/icon/core/migration/warning--editor-warning': {
165
+ message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”'
166
+ },
167
+ '@atlaskit/icon/core/migration/warning': {
168
+ message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”'
145
169
  }
146
170
  };
147
171
  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::c6d9be28510316b22f4e800a2753aae8>>
6
+ * @codegen <<SignedSource::07d16387e185cb32efefa66a9ed874c7>>
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 `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c6d9be28510316b22f4e800a2753aae8>>
6
+ * @codegen <<SignedSource::07d16387e185cb32efefa66a9ed874c7>>
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::c6d9be28510316b22f4e800a2753aae8>>
6
+ * @codegen <<SignedSource::07d16387e185cb32efefa66a9ed874c7>>
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.6.0",
3
+ "version": "27.6.1",
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/"
@@ -112,7 +112,7 @@
112
112
  "@atlaskit/code": "^17.2.0",
113
113
  "@atlaskit/css": "^0.12.0",
114
114
  "@atlaskit/docs": "^11.0.0",
115
- "@atlaskit/ds-lib": "^4.1.0",
115
+ "@atlaskit/ds-lib": "^4.2.0",
116
116
  "@atlaskit/form": "^12.0.0",
117
117
  "@atlaskit/heading": "^5.2.0",
118
118
  "@atlaskit/icon-file-type": "^7.0.0",
package/tsconfig.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../tsconfig.json",
3
3
  "include": [
4
- "__perf__",
5
4
  "build",
6
5
  "./src/**/*.ts",
7
6
  "./src/**/*.tsx",