@atlaskit/icon 27.0.0 → 27.2.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.
Files changed (118) hide show
  1. package/CHANGELOG.md +99 -0
  2. package/core/capture.d.ts +4 -1
  3. package/core/capture.js +3 -3
  4. package/core/cash.js +2 -2
  5. package/core/close.d.ts +4 -1
  6. package/core/close.js +3 -3
  7. package/core/cross.d.ts +13 -0
  8. package/core/cross.js +28 -0
  9. package/core/discovery.d.ts +4 -1
  10. package/core/discovery.js +3 -2
  11. package/core/error.d.ts +4 -1
  12. package/core/error.js +3 -2
  13. package/core/flask.js +2 -2
  14. package/core/focus-area.d.ts +13 -0
  15. package/core/focus-area.js +28 -0
  16. package/core/information.d.ts +4 -1
  17. package/core/information.js +4 -2
  18. package/core/lightbulb.js +2 -2
  19. package/core/magic-wand.js +2 -2
  20. package/core/migration/capture--jira-capture.js +3 -3
  21. package/core/migration/close--cross.js +3 -3
  22. package/core/migration/close--editor-close.js +3 -3
  23. package/core/migration/cross--editor-close.d.ts +15 -0
  24. package/core/migration/cross--editor-close.js +31 -0
  25. package/core/migration/cross.d.ts +15 -0
  26. package/core/migration/cross.js +31 -0
  27. package/core/migration/discovery--editor-note.js +3 -2
  28. package/core/migration/error.js +3 -2
  29. package/core/migration/information--editor-info.js +4 -2
  30. package/core/migration/information--editor-panel.js +4 -2
  31. package/core/migration/information--info.js +4 -2
  32. package/core/migration/success--check-circle.js +2 -2
  33. package/core/migration/success--editor-success.js +2 -2
  34. package/core/migration/warning--editor-warning.js +3 -2
  35. package/core/migration/warning.js +3 -2
  36. package/core/paint-palette.js +2 -2
  37. package/core/pen.js +2 -2
  38. package/core/status-discovery.d.ts +13 -0
  39. package/core/status-discovery.js +29 -0
  40. package/core/status-error.d.ts +13 -0
  41. package/core/status-error.js +29 -0
  42. package/core/status-information.d.ts +13 -0
  43. package/core/status-information.js +30 -0
  44. package/core/status-success.d.ts +13 -0
  45. package/core/status-success.js +28 -0
  46. package/core/status-verified.js +3 -2
  47. package/core/status-warning.d.ts +13 -0
  48. package/core/status-warning.js +29 -0
  49. package/core/success.d.ts +4 -1
  50. package/core/success.js +2 -2
  51. package/core/warning.d.ts +4 -1
  52. package/core/warning.js +3 -2
  53. package/dist/cjs/deprecated-utility.js +133 -4
  54. package/dist/cjs/metadata-core.js +132 -26
  55. package/dist/cjs/metadata-utility.js +171 -31
  56. package/dist/cjs/migration-map.js +11 -2
  57. package/dist/es2019/deprecated-utility.js +133 -4
  58. package/dist/es2019/metadata-core.js +132 -26
  59. package/dist/es2019/metadata-utility.js +171 -31
  60. package/dist/es2019/migration-map.js +11 -2
  61. package/dist/esm/deprecated-utility.js +133 -4
  62. package/dist/esm/metadata-core.js +132 -26
  63. package/dist/esm/metadata-utility.js +171 -31
  64. package/dist/esm/migration-map.js +11 -2
  65. package/dist/types/deprecated-utility.d.ts +1 -1
  66. package/dist/types/metadata-core.d.ts +1 -1
  67. package/dist/types/metadata-utility.d.ts +1 -1
  68. package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
  69. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  70. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  71. package/glyph/cross.js +2 -2
  72. package/glyph/editor/close.js +2 -2
  73. package/package.json +5 -5
  74. package/svgs/core/cash.svg +1 -1
  75. package/svgs/core/cross.svg +1 -0
  76. package/svgs/core/flask.svg +1 -1
  77. package/svgs/core/focus-area.svg +1 -0
  78. package/svgs/core/lightbulb.svg +1 -1
  79. package/svgs/core/magic-wand.svg +1 -1
  80. package/svgs/core/paint-palette.svg +1 -1
  81. package/svgs/core/pen.svg +1 -1
  82. package/svgs/core/status-discovery.svg +1 -0
  83. package/svgs/core/status-error.svg +1 -0
  84. package/svgs/core/status-information.svg +1 -0
  85. package/svgs/core/status-success.svg +1 -0
  86. package/svgs/core/status-verified.svg +1 -1
  87. package/svgs/core/status-warning.svg +1 -0
  88. package/utility/add.d.ts +4 -1
  89. package/utility/arrow-down.d.ts +4 -1
  90. package/utility/arrow-left.d.ts +4 -1
  91. package/utility/arrow-right.d.ts +4 -1
  92. package/utility/arrow-up.d.ts +4 -1
  93. package/utility/check-circle.d.ts +4 -1
  94. package/utility/check-mark.d.ts +4 -1
  95. package/utility/chevron-double-left.d.ts +4 -1
  96. package/utility/chevron-double-right.d.ts +4 -1
  97. package/utility/chevron-down.d.ts +4 -1
  98. package/utility/chevron-left.d.ts +4 -1
  99. package/utility/chevron-right.d.ts +4 -1
  100. package/utility/chevron-up.d.ts +4 -1
  101. package/utility/cross-circle.d.ts +4 -1
  102. package/utility/cross.d.ts +4 -1
  103. package/utility/drag-handle-horizontal.d.ts +4 -1
  104. package/utility/drag-handle-vertical.d.ts +4 -1
  105. package/utility/drag-handle.d.ts +2 -2
  106. package/utility/error.d.ts +4 -1
  107. package/utility/information.d.ts +4 -1
  108. package/utility/link-external.d.ts +4 -1
  109. package/utility/lock-locked.d.ts +4 -1
  110. package/utility/lock-unlocked.d.ts +4 -1
  111. package/utility/migration/cross.d.ts +15 -0
  112. package/utility/migration/cross.js +31 -0
  113. package/utility/show-more-horizontal.d.ts +4 -1
  114. package/utility/show-more-vertical.d.ts +4 -1
  115. package/utility/star-starred.d.ts +4 -1
  116. package/utility/star-unstarred.d.ts +4 -1
  117. package/utility/success.d.ts +4 -1
  118. package/utility/warning.d.ts +4 -1
@@ -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::d968f0d4e1bd5bc5e728353f8fdcc101>>
12
+ * @codegen <<SignedSource::0c3e035b20a6ad065a4bf439a32227fa>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -20,10 +20,15 @@ var metadata = {
20
20
  package: '@atlaskit/icon/utility/add',
21
21
  oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
22
22
  type: 'utility',
23
+ replacement: {
24
+ name: 'add',
25
+ type: 'core',
26
+ location: '@atlaskit/icon'
27
+ },
23
28
  categorization: 'utility',
24
29
  usage: 'Reserved for creating and adding an object as a secondary/tertiary action in a menu item.',
25
30
  team: 'Design System Team',
26
- status: 'published'
31
+ status: 'deprecated'
27
32
  },
28
33
  'arrow-down': {
29
34
  keywords: ['arrow-down', 'arrowdown', 'icon', 'utility', 'down', 'bottom', 'sorting'],
@@ -31,10 +36,15 @@ var metadata = {
31
36
  package: '@atlaskit/icon/utility/arrow-down',
32
37
  oldName: ['arrow-down-circle', 'arrow-down'],
33
38
  type: 'utility',
39
+ replacement: {
40
+ name: 'arrow-down',
41
+ type: 'core',
42
+ location: '@atlaskit/icon'
43
+ },
34
44
  categorization: 'utility',
35
45
  usage: 'Know uses: sorting table headers or Bitbucket code difference.',
36
46
  team: 'Design System Team',
37
- status: 'published'
47
+ status: 'deprecated'
38
48
  },
39
49
  'arrow-left': {
40
50
  keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'utility', 'back', 'previous'],
@@ -42,10 +52,15 @@ var metadata = {
42
52
  package: '@atlaskit/icon/utility/arrow-left',
43
53
  oldName: ['arrow-left-circle', 'arrow-left'],
44
54
  type: 'utility',
55
+ replacement: {
56
+ name: 'arrow-left',
57
+ type: 'core',
58
+ location: '@atlaskit/icon'
59
+ },
45
60
  categorization: 'utility',
46
61
  usage: 'Known uses: back to previous screen, previous slide.',
47
62
  team: 'Design System Team',
48
- status: 'published'
63
+ status: 'deprecated'
49
64
  },
50
65
  'arrow-right': {
51
66
  keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'utility', 'forward', 'next', 'link'],
@@ -53,10 +68,15 @@ var metadata = {
53
68
  package: '@atlaskit/icon/utility/arrow-right',
54
69
  oldName: ['arrow-right-circle', 'arrow-right'],
55
70
  type: 'utility',
71
+ replacement: {
72
+ name: 'arrow-right',
73
+ type: 'core',
74
+ location: '@atlaskit/icon'
75
+ },
56
76
  categorization: 'utility',
57
77
  usage: 'Known uses: link to nested menu item, a linked menu item, next slide.',
58
78
  team: 'Design System Team',
59
- status: 'published'
79
+ status: 'deprecated'
60
80
  },
61
81
  'arrow-up': {
62
82
  keywords: ['arrow-up', 'arrowup', 'icon', 'utility', 'improvement', 'jira status'],
@@ -64,10 +84,15 @@ var metadata = {
64
84
  package: '@atlaskit/icon/utility/arrow-up',
65
85
  oldName: ['arrow-up-circle', 'arrow-up'],
66
86
  type: 'utility',
87
+ replacement: {
88
+ name: 'arrow-up',
89
+ type: 'core',
90
+ location: '@atlaskit/icon'
91
+ },
67
92
  categorization: 'utility',
68
93
  usage: 'Known uses: back to top.',
69
94
  team: 'Design System Team',
70
- status: 'published'
95
+ status: 'deprecated'
71
96
  },
72
97
  'check-circle': {
73
98
  keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'utility', 'tick', 'yes', 'checkmark'],
@@ -75,10 +100,15 @@ var metadata = {
75
100
  package: '@atlaskit/icon/utility/check-circle',
76
101
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
77
102
  type: 'utility',
103
+ replacement: {
104
+ name: 'check-circle',
105
+ type: 'core',
106
+ location: '@atlaskit/icon'
107
+ },
78
108
  categorization: 'utility',
79
109
  usage: '📦 @atlaskit/icon/utility/check-circle',
80
110
  team: 'Design System Team',
81
- status: 'published'
111
+ status: 'deprecated'
82
112
  },
83
113
  'check-mark': {
84
114
  keywords: ['check-mark', 'checkmark', 'icon', 'utility', 'tick'],
@@ -86,20 +116,30 @@ var metadata = {
86
116
  package: '@atlaskit/icon/utility/check-mark',
87
117
  oldName: ['check', 'editor/done'],
88
118
  type: 'utility',
119
+ replacement: {
120
+ name: 'check-mark',
121
+ type: 'core',
122
+ location: '@atlaskit/icon'
123
+ },
89
124
  categorization: 'utility',
90
125
  usage: '📦 @atlaskit/icon/utility/check-mark',
91
126
  team: 'Design System Team',
92
- status: 'published'
127
+ status: 'deprecated'
93
128
  },
94
129
  'chevron-double-left': {
95
130
  keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
96
131
  componentName: 'ChevronDoubleLeftIcon',
97
132
  package: '@atlaskit/icon/utility/chevron-double-left',
98
133
  type: 'utility',
134
+ replacement: {
135
+ name: 'chevron-double-left',
136
+ type: 'core',
137
+ location: '@atlaskit/icon'
138
+ },
99
139
  categorization: 'utility',
100
140
  usage: 'Reserved for calendar year button.',
101
141
  team: 'Design System Team',
102
- status: 'published',
142
+ status: 'deprecated',
103
143
  slackChannel: '#help-design-system'
104
144
  },
105
145
  'chevron-double-right': {
@@ -107,10 +147,15 @@ var metadata = {
107
147
  componentName: 'ChevronDoubleRightIcon',
108
148
  package: '@atlaskit/icon/utility/chevron-double-right',
109
149
  type: 'utility',
150
+ replacement: {
151
+ name: 'chevron-double-right',
152
+ type: 'core',
153
+ location: '@atlaskit/icon'
154
+ },
110
155
  categorization: 'utility',
111
156
  usage: 'Reserved for calendar year button.',
112
157
  team: 'Design System Team',
113
- status: 'published',
158
+ status: 'deprecated',
114
159
  slackChannel: '#help-design-system'
115
160
  },
116
161
  'chevron-down': {
@@ -119,10 +164,15 @@ var metadata = {
119
164
  package: '@atlaskit/icon/utility/chevron-down',
120
165
  oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
121
166
  type: 'utility',
167
+ replacement: {
168
+ name: 'chevron-down',
169
+ type: 'core',
170
+ location: '@atlaskit/icon'
171
+ },
122
172
  categorization: 'utility',
123
173
  usage: 'Reserved for dropdown menus, selects, accordions, and expands.',
124
174
  team: 'Design System Team',
125
- status: 'published'
175
+ status: 'deprecated'
126
176
  },
127
177
  'chevron-left': {
128
178
  keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'utility', 'less than', '<', 'previous'],
@@ -130,10 +180,15 @@ var metadata = {
130
180
  package: '@atlaskit/icon/utility/chevron-left',
131
181
  oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
132
182
  type: 'utility',
183
+ replacement: {
184
+ name: 'chevron-left',
185
+ type: 'core',
186
+ location: '@atlaskit/icon'
187
+ },
133
188
  categorization: 'utility',
134
189
  usage: 'Reserved for collapse side nav and to indicate previous in dates.',
135
190
  team: 'Design System Team',
136
- status: 'published'
191
+ status: 'deprecated'
137
192
  },
138
193
  'chevron-right': {
139
194
  keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'utility', 'greater than', '>', 'next'],
@@ -141,10 +196,15 @@ var metadata = {
141
196
  package: '@atlaskit/icon/utility/chevron-right',
142
197
  oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
143
198
  type: 'utility',
199
+ replacement: {
200
+ name: 'chevron-right',
201
+ type: 'core',
202
+ location: '@atlaskit/icon'
203
+ },
144
204
  categorization: 'utility',
145
205
  usage: 'Reserved for menu fly outs and to indicate next in dates.',
146
206
  team: 'Design System Team',
147
- status: 'published'
207
+ status: 'deprecated'
148
208
  },
149
209
  'chevron-up': {
150
210
  keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'utility', 'up', 'accordion'],
@@ -152,21 +212,31 @@ var metadata = {
152
212
  package: '@atlaskit/icon/utility/chevron-up',
153
213
  oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
154
214
  type: 'utility',
215
+ replacement: {
216
+ name: 'chevron-up',
217
+ type: 'core',
218
+ location: '@atlaskit/icon'
219
+ },
155
220
  categorization: 'utility',
156
221
  usage: 'Reserved for accordions.',
157
222
  team: 'Design System Team',
158
- status: 'published'
223
+ status: 'deprecated'
159
224
  },
160
225
  cross: {
161
226
  keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'utility', 'remove', 'clear', 'x'],
162
227
  componentName: 'CrossIcon',
163
228
  package: '@atlaskit/icon/utility/cross',
164
- oldName: ['editor/close'],
229
+ oldName: ['cross', 'editor/close'],
165
230
  type: 'utility',
231
+ replacement: {
232
+ name: 'cross',
233
+ type: 'core',
234
+ location: '@atlaskit/icon'
235
+ },
166
236
  categorization: 'utility',
167
237
  usage: 'Known uses: remove tag.',
168
238
  team: 'Design System Team',
169
- status: 'published'
239
+ status: 'deprecated'
170
240
  },
171
241
  'cross-circle': {
172
242
  keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'utility', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
@@ -174,10 +244,15 @@ var metadata = {
174
244
  package: '@atlaskit/icon/utility/cross-circle',
175
245
  oldName: ['cross-circle', 'editor/error', 'select-clear'],
176
246
  type: 'utility',
247
+ replacement: {
248
+ name: 'cross-circle',
249
+ type: 'core',
250
+ location: '@atlaskit/icon'
251
+ },
177
252
  categorization: 'utility',
178
253
  usage: 'Reserved for Helper Messages in Forms.',
179
254
  team: 'Design System Team',
180
- status: 'published'
255
+ status: 'deprecated'
181
256
  },
182
257
  'drag-handle': {
183
258
  keywords: ['drag-handle', 'draghandle', 'icon', 'utility', 'drag handler', 'drag dots', 'reorder', 'move'],
@@ -187,7 +262,7 @@ var metadata = {
187
262
  type: 'utility',
188
263
  replacement: {
189
264
  name: 'drag-handle-vertical',
190
- type: 'utility',
265
+ type: 'core',
191
266
  location: '@atlaskit/icon'
192
267
  },
193
268
  categorization: 'utility',
@@ -200,10 +275,15 @@ var metadata = {
200
275
  componentName: 'DragHandleHorizontalIcon',
201
276
  package: '@atlaskit/icon/utility/drag-handle-horizontal',
202
277
  type: 'utility',
278
+ replacement: {
279
+ name: 'drag-handle-horizontal',
280
+ type: 'core',
281
+ location: '@atlaskit/icon'
282
+ },
203
283
  categorization: 'utility',
204
284
  usage: 'Reserved for dragging elements along a horizontal axis.',
205
285
  team: 'Design System Team',
206
- status: 'published',
286
+ status: 'deprecated',
207
287
  slackChannel: '#icon-contributions'
208
288
  },
209
289
  'drag-handle-vertical': {
@@ -212,10 +292,15 @@ var metadata = {
212
292
  package: '@atlaskit/icon/utility/drag-handle-vertical',
213
293
  oldName: ['drag-handler'],
214
294
  type: 'utility',
295
+ replacement: {
296
+ name: 'drag-handle-vertical',
297
+ type: 'core',
298
+ location: '@atlaskit/icon'
299
+ },
215
300
  categorization: 'utility',
216
301
  usage: 'Reserved for dragging elements along a vertical axis.',
217
302
  team: 'Design System Team',
218
- status: 'published',
303
+ status: 'deprecated',
219
304
  slackChannel: '#icon-contributions'
220
305
  },
221
306
  error: {
@@ -224,10 +309,15 @@ var metadata = {
224
309
  package: '@atlaskit/icon/utility/error',
225
310
  oldName: ['error'],
226
311
  type: 'utility',
312
+ replacement: {
313
+ name: 'status-error',
314
+ type: 'core',
315
+ location: '@atlaskit/icon'
316
+ },
227
317
  categorization: 'utility',
228
318
  usage: 'Reserved for Helper Messages in Forms.',
229
319
  team: 'Design System Team',
230
- status: 'published'
320
+ status: 'deprecated'
231
321
  },
232
322
  information: {
233
323
  keywords: ['information', 'icon', 'utility', 'info', 'filled', 'helper', 'tip', 'form'],
@@ -235,10 +325,15 @@ var metadata = {
235
325
  package: '@atlaskit/icon/utility/information',
236
326
  oldName: ['editor/info', 'editor/panel', 'info'],
237
327
  type: 'utility',
328
+ replacement: {
329
+ name: 'status-information',
330
+ type: 'core',
331
+ location: '@atlaskit/icon'
332
+ },
238
333
  categorization: 'utility',
239
334
  usage: 'Reserved for Helper Messages in Forms.',
240
335
  team: 'Design System Team',
241
- status: 'published'
336
+ status: 'deprecated'
242
337
  },
243
338
  'link-external': {
244
339
  keywords: ['link-external', 'linkexternal', 'icon', 'utility', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'secondary', 'tertiary'],
@@ -246,10 +341,15 @@ var metadata = {
246
341
  package: '@atlaskit/icon/utility/link-external',
247
342
  oldName: ['shortcut'],
248
343
  type: 'utility',
344
+ replacement: {
345
+ name: 'link-external',
346
+ type: 'core',
347
+ location: '@atlaskit/icon'
348
+ },
249
349
  categorization: 'utility',
250
350
  usage: 'Reserved for links that open up a new tab as a secondary/tertiary action.',
251
351
  team: 'Design System Team',
252
- status: 'published'
352
+ status: 'deprecated'
253
353
  },
254
354
  'lock-locked': {
255
355
  keywords: ['lock-locked', 'locklocked', 'icon', 'utility', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
@@ -257,10 +357,15 @@ var metadata = {
257
357
  package: '@atlaskit/icon/utility/lock-locked',
258
358
  oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
259
359
  type: 'utility',
360
+ replacement: {
361
+ name: 'lock-locked',
362
+ type: 'core',
363
+ location: '@atlaskit/icon'
364
+ },
260
365
  categorization: 'utility',
261
366
  usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
262
367
  team: 'Design System Team',
263
- status: 'published'
368
+ status: 'deprecated'
264
369
  },
265
370
  'lock-unlocked': {
266
371
  keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'utility', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
@@ -268,10 +373,15 @@ var metadata = {
268
373
  package: '@atlaskit/icon/utility/lock-unlocked',
269
374
  oldName: ['unlock-filled', 'unlock'],
270
375
  type: 'utility',
376
+ replacement: {
377
+ name: 'lock-unlocked',
378
+ type: 'core',
379
+ location: '@atlaskit/icon'
380
+ },
271
381
  categorization: 'utility',
272
382
  usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
273
383
  team: 'Design System Team',
274
- status: 'published'
384
+ status: 'deprecated'
275
385
  },
276
386
  'show-more-horizontal': {
277
387
  keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'utility', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
@@ -279,10 +389,15 @@ var metadata = {
279
389
  package: '@atlaskit/icon/utility/show-more-horizontal',
280
390
  oldName: ['editor/more', 'more'],
281
391
  type: 'utility',
392
+ replacement: {
393
+ name: 'show-more-horizontal',
394
+ type: 'core',
395
+ location: '@atlaskit/icon'
396
+ },
282
397
  categorization: 'utility',
283
398
  usage: 'Reserved for secondary/tertiary more action menus.',
284
399
  team: 'Design System Team',
285
- status: 'published'
400
+ status: 'deprecated'
286
401
  },
287
402
  'show-more-vertical': {
288
403
  keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'utility', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
@@ -290,10 +405,15 @@ var metadata = {
290
405
  package: '@atlaskit/icon/utility/show-more-vertical',
291
406
  oldName: ['more-vertical'],
292
407
  type: 'utility',
408
+ replacement: {
409
+ name: 'show-more-vertical',
410
+ type: 'core',
411
+ location: '@atlaskit/icon'
412
+ },
293
413
  categorization: 'utility',
294
414
  usage: 'Reserved for secondary/tertiary action menus, traditionally on mobile.',
295
415
  team: 'Design System Team',
296
- status: 'published'
416
+ status: 'deprecated'
297
417
  },
298
418
  'star-starred': {
299
419
  keywords: ['star-starred', 'starstarred', 'icon', 'utility', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
@@ -301,10 +421,15 @@ var metadata = {
301
421
  package: '@atlaskit/icon/utility/star-starred',
302
422
  oldName: ['star-filled'],
303
423
  type: 'utility',
424
+ replacement: {
425
+ name: 'star-starred',
426
+ type: 'core',
427
+ location: '@atlaskit/icon'
428
+ },
304
429
  categorization: 'utility',
305
430
  usage: 'Reserved for starred or favourited objects as a secondary/tertiary action.',
306
431
  team: 'Design System Team',
307
- status: 'published'
432
+ status: 'deprecated'
308
433
  },
309
434
  'star-unstarred': {
310
435
  keywords: ['star-unstarred', 'starunstarred', 'icon', 'utility', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
@@ -312,10 +437,15 @@ var metadata = {
312
437
  package: '@atlaskit/icon/utility/star-unstarred',
313
438
  oldName: ['star', 'star-large'],
314
439
  type: 'utility',
440
+ replacement: {
441
+ name: 'star-unstarred',
442
+ type: 'core',
443
+ location: '@atlaskit/icon'
444
+ },
315
445
  categorization: 'utility',
316
446
  usage: 'Reserved for starring or favoriting objects as a secondary/tertiary action.',
317
447
  team: 'Design System Team',
318
- status: 'published'
448
+ status: 'deprecated'
319
449
  },
320
450
  success: {
321
451
  keywords: ['success', 'icon', 'utility', 'tick', 'yes', 'success', 'filled'],
@@ -323,10 +453,15 @@ var metadata = {
323
453
  package: '@atlaskit/icon/utility/success',
324
454
  oldName: ['check-circle', 'editor/success'],
325
455
  type: 'utility',
456
+ replacement: {
457
+ name: 'status-success',
458
+ type: 'core',
459
+ location: '@atlaskit/icon'
460
+ },
326
461
  categorization: 'utility',
327
462
  usage: 'Reserved for Helper Messages in Forms.',
328
463
  team: 'Design System Team',
329
- status: 'published'
464
+ status: 'deprecated'
330
465
  },
331
466
  warning: {
332
467
  keywords: ['warning', 'error', 'alert', 'icon', 'utility', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
@@ -334,10 +469,15 @@ var metadata = {
334
469
  package: '@atlaskit/icon/utility/warning',
335
470
  oldName: ['editor/warning', 'warning'],
336
471
  type: 'utility',
472
+ replacement: {
473
+ name: 'status-warning',
474
+ type: 'core',
475
+ location: '@atlaskit/icon'
476
+ },
337
477
  categorization: 'utility',
338
478
  usage: 'Reserved for Helper Messages in Forms.',
339
479
  team: 'Design System Team',
340
- status: 'published'
480
+ status: 'deprecated'
341
481
  }
342
482
  };
343
483
  var _default = exports.default = metadata;
@@ -1043,10 +1043,15 @@ var migrationMap = {
1043
1043
  },
1044
1044
  cross: {
1045
1045
  newIcon: {
1046
- name: 'close',
1046
+ name: 'cross',
1047
1047
  type: 'core',
1048
1048
  package: '@atlaskit/icon'
1049
1049
  },
1050
+ additionalIcons: [{
1051
+ name: 'close',
1052
+ type: 'core',
1053
+ package: '@atlaskit/icon'
1054
+ }],
1050
1055
  sizeGuidance: {
1051
1056
  small: 'swap-slight-visual-change',
1052
1057
  medium: 'swap',
@@ -1407,7 +1412,7 @@ var migrationMap = {
1407
1412
  },
1408
1413
  'editor/close': {
1409
1414
  newIcon: {
1410
- name: 'close',
1415
+ name: 'cross',
1411
1416
  type: 'core',
1412
1417
  package: '@atlaskit/icon'
1413
1418
  },
@@ -1415,6 +1420,10 @@ var migrationMap = {
1415
1420
  name: 'cross',
1416
1421
  type: 'utility',
1417
1422
  package: '@atlaskit/icon'
1423
+ }, {
1424
+ name: 'close',
1425
+ type: 'core',
1426
+ package: '@atlaskit/icon'
1418
1427
  }],
1419
1428
  sizeGuidance: {
1420
1429
  small: 'swap-slight-visual-change',
@@ -3,16 +3,145 @@
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::8236f283e88f1b5269e1bb00e04aff39>>
6
+ * @codegen <<SignedSource::ec9654a23699788f0dfeb0bccea011b6>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  const deprecatedIcons = {
10
+ '@atlaskit/icon/utility/add': {
11
+ message: 'The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”'
12
+ },
13
+ '@atlaskit/icon/utility/arrow-down': {
14
+ message: 'The icon "arrow-down" is deprecated in favour of "arrow-down" from “@atlaskit/icon/core”'
15
+ },
16
+ '@atlaskit/icon/utility/arrow-left': {
17
+ message: 'The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”'
18
+ },
19
+ '@atlaskit/icon/utility/arrow-right': {
20
+ message: 'The icon "arrow-right" is deprecated in favour of "arrow-right" from “@atlaskit/icon/core”'
21
+ },
22
+ '@atlaskit/icon/utility/arrow-up': {
23
+ message: 'The icon "arrow-up" is deprecated in favour of "arrow-up" from “@atlaskit/icon/core”'
24
+ },
25
+ '@atlaskit/icon/utility/check-circle': {
26
+ message: 'The icon "check-circle" is deprecated in favour of "check-circle" from “@atlaskit/icon/core”'
27
+ },
28
+ '@atlaskit/icon/utility/check-mark': {
29
+ message: 'The icon "check-mark" is deprecated in favour of "check-mark" from “@atlaskit/icon/core”'
30
+ },
31
+ '@atlaskit/icon/utility/chevron-double-left': {
32
+ message: 'The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core”'
33
+ },
34
+ '@atlaskit/icon/utility/chevron-double-right': {
35
+ message: 'The icon "chevron-double-right" is deprecated in favour of "chevron-double-right" from “@atlaskit/icon/core”'
36
+ },
37
+ '@atlaskit/icon/utility/chevron-down': {
38
+ message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core”'
39
+ },
40
+ '@atlaskit/icon/utility/chevron-left': {
41
+ message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”'
42
+ },
43
+ '@atlaskit/icon/utility/chevron-right': {
44
+ message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core”'
45
+ },
46
+ '@atlaskit/icon/utility/chevron-up': {
47
+ message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”'
48
+ },
49
+ '@atlaskit/icon/utility/cross': {
50
+ message: 'The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
51
+ },
52
+ '@atlaskit/icon/utility/cross-circle': {
53
+ message: 'The icon "cross-circle" is deprecated in favour of "cross-circle" from “@atlaskit/icon/core”'
54
+ },
10
55
  '@atlaskit/icon/utility/drag-handle': {
11
- message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/utility”'
56
+ message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
57
+ },
58
+ '@atlaskit/icon/utility/drag-handle-horizontal': {
59
+ message: 'The icon "drag-handle-horizontal" is deprecated in favour of "drag-handle-horizontal" from “@atlaskit/icon/core”'
60
+ },
61
+ '@atlaskit/icon/utility/drag-handle-vertical': {
62
+ message: 'The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
63
+ },
64
+ '@atlaskit/icon/utility/error': {
65
+ message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
66
+ },
67
+ '@atlaskit/icon/utility/information': {
68
+ message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
69
+ },
70
+ '@atlaskit/icon/utility/link-external': {
71
+ message: 'The icon "link-external" is deprecated in favour of "link-external" from “@atlaskit/icon/core”'
72
+ },
73
+ '@atlaskit/icon/utility/lock-locked': {
74
+ message: 'The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”'
75
+ },
76
+ '@atlaskit/icon/utility/lock-unlocked': {
77
+ message: 'The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core”'
12
78
  },
13
- '@atlaskit/icon/utility/migration/drag-handle--drag-handler': {
14
- message: 'The icon "drag-handle--drag-handler" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
79
+ '@atlaskit/icon/utility/show-more-horizontal': {
80
+ message: 'The icon "show-more-horizontal" is deprecated in favour of "show-more-horizontal" from “@atlaskit/icon/core”'
81
+ },
82
+ '@atlaskit/icon/utility/show-more-vertical': {
83
+ message: 'The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”'
84
+ },
85
+ '@atlaskit/icon/utility/star-starred': {
86
+ message: 'The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”'
87
+ },
88
+ '@atlaskit/icon/utility/star-unstarred': {
89
+ message: 'The icon "star-unstarred" is deprecated in favour of "star-unstarred" from “@atlaskit/icon/core”'
90
+ },
91
+ '@atlaskit/icon/utility/success': {
92
+ message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
93
+ },
94
+ '@atlaskit/icon/utility/warning': {
95
+ message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
96
+ },
97
+ '@atlaskit/icon/utility/migration/check-circle': {
98
+ message: 'The icon "check-circle" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
15
99
  unfixable: true
100
+ },
101
+ '@atlaskit/icon/utility/migration/check-mark--editor-done': {
102
+ message: 'The icon "check-mark--editor-done" is deprecated in favour of "check-mark--editor-done" from “@atlaskit/icon/core/migration”'
103
+ },
104
+ '@atlaskit/icon/utility/migration/chevron-down': {
105
+ message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core/migration”'
106
+ },
107
+ '@atlaskit/icon/utility/migration/chevron-down--chevron-down-circle': {
108
+ message: 'The icon "chevron-down--chevron-down-circle" is deprecated in favour of "chevron-down--chevron-down-circle" from “@atlaskit/icon/core/migration”'
109
+ },
110
+ '@atlaskit/icon/utility/migration/chevron-down--hipchat-chevron-down': {
111
+ message: 'The icon "chevron-down--hipchat-chevron-down" is deprecated in favour of "chevron-down--hipchat-chevron-down" from “@atlaskit/icon/core/migration”'
112
+ },
113
+ '@atlaskit/icon/utility/migration/chevron-left--chevron-left-circle': {
114
+ message: 'The icon "chevron-left--chevron-left-circle" is deprecated in favour of "chevron-left--chevron-left-circle" from “@atlaskit/icon/core/migration”'
115
+ },
116
+ '@atlaskit/icon/utility/migration/chevron-left': {
117
+ message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core/migration”'
118
+ },
119
+ '@atlaskit/icon/utility/migration/chevron-left--chevron-left-large': {
120
+ message: 'The icon "chevron-left--chevron-left-large" is deprecated in favour of "chevron-left--chevron-left-large" from “@atlaskit/icon/core/migration”'
121
+ },
122
+ '@atlaskit/icon/utility/migration/chevron-right--chevron-right-circle': {
123
+ message: 'The icon "chevron-right--chevron-right-circle" is deprecated in favour of "chevron-right--chevron-right-circle" from “@atlaskit/icon/core/migration”'
124
+ },
125
+ '@atlaskit/icon/utility/migration/chevron-right': {
126
+ message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core/migration”'
127
+ },
128
+ '@atlaskit/icon/utility/migration/chevron-right--chevron-right-large': {
129
+ message: 'The icon "chevron-right--chevron-right-large" is deprecated in favour of "chevron-right--chevron-right-large" from “@atlaskit/icon/core/migration”'
130
+ },
131
+ '@atlaskit/icon/utility/migration/chevron-up--chevron-up-circle': {
132
+ message: 'The icon "chevron-up--chevron-up-circle" is deprecated in favour of "chevron-up--chevron-up-circle" from “@atlaskit/icon/core/migration”'
133
+ },
134
+ '@atlaskit/icon/utility/migration/chevron-up--hipchat-chevron-up': {
135
+ message: 'The icon "chevron-up--hipchat-chevron-up" is deprecated in favour of "chevron-up--hipchat-chevron-up" from “@atlaskit/icon/core/migration”'
136
+ },
137
+ '@atlaskit/icon/utility/migration/chevron-up': {
138
+ message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core/migration”'
139
+ },
140
+ '@atlaskit/icon/utility/migration/cross--editor-close': {
141
+ message: 'The icon "cross--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
142
+ },
143
+ '@atlaskit/icon/core/migration/drag-handle--drag-handler': {
144
+ message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
16
145
  }
17
146
  };
18
147
  export default deprecatedIcons;