@atlaskit/icon 26.4.1 → 27.1.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 (194) hide show
  1. package/CHANGELOG.md +116 -0
  2. package/afm-cc/tsconfig.json +1 -1
  3. package/afm-townsquare/tsconfig.json +27 -0
  4. package/core/capture.d.ts +4 -1
  5. package/core/capture.js +3 -3
  6. package/core/cash.js +2 -2
  7. package/core/close.d.ts +4 -1
  8. package/core/close.js +3 -3
  9. package/core/{issue.d.ts → cross.d.ts} +3 -6
  10. package/core/{align-right.js → cross.js} +7 -7
  11. package/core/discovery.d.ts +4 -1
  12. package/core/discovery.js +3 -2
  13. package/core/error.d.ts +4 -1
  14. package/core/error.js +3 -2
  15. package/core/flask.js +2 -2
  16. package/core/{issues.d.ts → focus-area.d.ts} +3 -6
  17. package/core/{summarize.js → focus-area.js} +7 -7
  18. package/core/information.d.ts +4 -1
  19. package/core/information.js +4 -2
  20. package/core/lightbulb.js +2 -2
  21. package/core/magic-wand.js +2 -2
  22. package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
  23. package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
  24. package/core/migration/capture--jira-capture.js +3 -3
  25. package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
  26. package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
  27. package/core/migration/close--cross.js +3 -3
  28. package/core/migration/close--editor-close.js +3 -3
  29. package/core/migration/discovery--editor-note.js +3 -2
  30. package/core/migration/error.js +3 -2
  31. package/core/migration/information--editor-info.js +4 -2
  32. package/core/migration/information--editor-panel.js +4 -2
  33. package/core/migration/information--info.js +4 -2
  34. package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
  35. package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
  36. package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
  37. package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
  38. package/core/migration/success--check-circle.js +2 -2
  39. package/core/migration/success--editor-success.js +2 -2
  40. package/core/migration/warning--editor-warning.js +3 -2
  41. package/core/migration/warning.js +3 -2
  42. package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
  43. package/core/migration/{issue.js → work-item--issue.js} +10 -10
  44. package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
  45. package/core/migration/{issues.js → work-items--issues.js} +9 -9
  46. package/core/paint-palette.js +2 -2
  47. package/core/pen.js +2 -2
  48. package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
  49. package/core/{border-weight-medium.js → status-discovery.js} +8 -7
  50. package/core/{align-left.d.ts → status-error.d.ts} +3 -6
  51. package/core/{drawer-right.js → status-error.js} +8 -7
  52. package/core/status-information.d.ts +13 -0
  53. package/core/{content-align-right.js → status-information.js} +9 -7
  54. package/core/status-success.d.ts +13 -0
  55. package/core/{border-weight-thick.js → status-success.js} +7 -7
  56. package/core/status-verified.js +3 -2
  57. package/core/status-warning.d.ts +13 -0
  58. package/core/{border-weight-thin.js → status-warning.js} +8 -7
  59. package/core/success.d.ts +4 -1
  60. package/core/success.js +2 -2
  61. package/core/warning.d.ts +4 -1
  62. package/core/warning.js +3 -2
  63. package/dist/cjs/deprecated-core.js +2 -81
  64. package/dist/cjs/deprecated-utility.js +134 -4
  65. package/dist/cjs/metadata-core.js +133 -308
  66. package/dist/cjs/metadata-utility.js +170 -30
  67. package/dist/cjs/migration-map.js +6 -6
  68. package/dist/es2019/deprecated-core.js +2 -81
  69. package/dist/es2019/deprecated-utility.js +134 -4
  70. package/dist/es2019/metadata-core.js +133 -308
  71. package/dist/es2019/metadata-utility.js +170 -30
  72. package/dist/es2019/migration-map.js +6 -6
  73. package/dist/esm/deprecated-core.js +2 -81
  74. package/dist/esm/deprecated-utility.js +134 -4
  75. package/dist/esm/metadata-core.js +133 -308
  76. package/dist/esm/metadata-utility.js +170 -30
  77. package/dist/esm/migration-map.js +6 -6
  78. package/dist/types/deprecated-core.d.ts +1 -1
  79. package/dist/types/deprecated-utility.d.ts +1 -1
  80. package/dist/types/metadata-core.d.ts +1 -1
  81. package/dist/types/metadata-utility.d.ts +1 -1
  82. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  83. package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
  84. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  85. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  86. package/glyph/child-issues.js +2 -2
  87. package/glyph/detail-view.js +2 -2
  88. package/glyph/issue.js +2 -2
  89. package/glyph/issues.js +2 -2
  90. package/glyph/overview.js +2 -2
  91. package/glyph/room-menu.js +2 -2
  92. package/package.json +7 -7
  93. package/svgs/core/cash.svg +1 -1
  94. package/svgs/core/cross.svg +1 -0
  95. package/svgs/core/flask.svg +1 -1
  96. package/svgs/core/focus-area.svg +1 -0
  97. package/svgs/core/lightbulb.svg +1 -1
  98. package/svgs/core/magic-wand.svg +1 -1
  99. package/svgs/core/paint-palette.svg +1 -1
  100. package/svgs/core/pen.svg +1 -1
  101. package/svgs/core/status-discovery.svg +1 -0
  102. package/svgs/core/status-error.svg +1 -0
  103. package/svgs/core/status-information.svg +1 -0
  104. package/svgs/core/status-success.svg +1 -0
  105. package/svgs/core/status-verified.svg +1 -1
  106. package/svgs/core/status-warning.svg +1 -0
  107. package/utility/add.d.ts +4 -1
  108. package/utility/arrow-down.d.ts +4 -1
  109. package/utility/arrow-left.d.ts +4 -1
  110. package/utility/arrow-right.d.ts +4 -1
  111. package/utility/arrow-up.d.ts +4 -1
  112. package/utility/check-circle.d.ts +4 -1
  113. package/utility/check-mark.d.ts +4 -1
  114. package/utility/chevron-double-left.d.ts +4 -1
  115. package/utility/chevron-double-right.d.ts +4 -1
  116. package/utility/chevron-down.d.ts +4 -1
  117. package/utility/chevron-left.d.ts +4 -1
  118. package/utility/chevron-right.d.ts +4 -1
  119. package/utility/chevron-up.d.ts +4 -1
  120. package/utility/cross-circle.d.ts +4 -1
  121. package/utility/cross.d.ts +4 -1
  122. package/utility/drag-handle-horizontal.d.ts +4 -1
  123. package/utility/drag-handle-vertical.d.ts +4 -1
  124. package/utility/drag-handle.d.ts +2 -2
  125. package/utility/error.d.ts +4 -1
  126. package/utility/information.d.ts +4 -1
  127. package/utility/link-external.d.ts +4 -1
  128. package/utility/lock-locked.d.ts +4 -1
  129. package/utility/lock-unlocked.d.ts +4 -1
  130. package/utility/show-more-horizontal.d.ts +4 -1
  131. package/utility/show-more-vertical.d.ts +4 -1
  132. package/utility/star-starred.d.ts +4 -1
  133. package/utility/star-unstarred.d.ts +4 -1
  134. package/utility/success.d.ts +4 -1
  135. package/utility/warning.d.ts +4 -1
  136. package/core/align-center.d.ts +0 -16
  137. package/core/align-center.js +0 -28
  138. package/core/align-left.js +0 -28
  139. package/core/align-right.d.ts +0 -16
  140. package/core/border-weight-medium.d.ts +0 -16
  141. package/core/border-weight-thick.d.ts +0 -16
  142. package/core/border-weight-thin.d.ts +0 -16
  143. package/core/child-issues.d.ts +0 -16
  144. package/core/child-issues.js +0 -28
  145. package/core/content-align-center.d.ts +0 -16
  146. package/core/content-align-center.js +0 -28
  147. package/core/content-align-left.d.ts +0 -16
  148. package/core/content-align-left.js +0 -28
  149. package/core/content-align-right.d.ts +0 -16
  150. package/core/drag-handle.d.ts +0 -16
  151. package/core/drag-handle.js +0 -28
  152. package/core/drawer-left.js +0 -28
  153. package/core/drawer-right.d.ts +0 -16
  154. package/core/issue.js +0 -28
  155. package/core/issues.js +0 -28
  156. package/core/migration/align-center--editor-align-center.js +0 -31
  157. package/core/migration/align-left--editor-align-left.js +0 -31
  158. package/core/migration/align-right--editor-align-right.js +0 -31
  159. package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
  160. package/core/migration/border-weight-thin--media-services-line.js +0 -31
  161. package/core/migration/child-issues.d.ts +0 -15
  162. package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
  163. package/core/migration/content-align-center--editor-align-image-center.js +0 -31
  164. package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
  165. package/core/migration/content-align-left--editor-align-image-left.js +0 -31
  166. package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
  167. package/core/migration/content-align-right--editor-align-image-right.js +0 -31
  168. package/core/migration/drag-handle--drag-handler.js +0 -31
  169. package/core/migration/issues.d.ts +0 -15
  170. package/core/migration/sidebar-right--detail-view.d.ts +0 -15
  171. package/core/migration/sidebar-right--room-menu.d.ts +0 -15
  172. package/core/sidebar-left.d.ts +0 -16
  173. package/core/sidebar-left.js +0 -28
  174. package/core/sidebar-right.d.ts +0 -16
  175. package/core/sidebar-right.js +0 -28
  176. package/core/summarize.d.ts +0 -16
  177. package/svgs/core/align-center.svg +0 -1
  178. package/svgs/core/align-left.svg +0 -1
  179. package/svgs/core/align-right.svg +0 -1
  180. package/svgs/core/border-weight-medium.svg +0 -1
  181. package/svgs/core/border-weight-thick.svg +0 -1
  182. package/svgs/core/border-weight-thin.svg +0 -1
  183. package/svgs/core/child-issues.svg +0 -1
  184. package/svgs/core/content-align-center.svg +0 -1
  185. package/svgs/core/content-align-left.svg +0 -1
  186. package/svgs/core/content-align-right.svg +0 -1
  187. package/svgs/core/drag-handle.svg +0 -1
  188. package/svgs/core/drawer-left.svg +0 -1
  189. package/svgs/core/drawer-right.svg +0 -1
  190. package/svgs/core/issue.svg +0 -1
  191. package/svgs/core/issues.svg +0 -1
  192. package/svgs/core/sidebar-left.svg +0 -1
  193. package/svgs/core/sidebar-right.svg +0 -1
  194. package/svgs/core/summarize.svg +0 -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::def88f99a18599971f0ca077232e66ca>>
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,10 +212,15 @@ 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'],
@@ -163,10 +228,15 @@ var metadata = {
163
228
  package: '@atlaskit/icon/utility/cross',
164
229
  oldName: ['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;
@@ -939,7 +939,7 @@ var migrationMap = {
939
939
  },
940
940
  'child-issues': {
941
941
  newIcon: {
942
- name: 'child-issues',
942
+ name: 'child-work-items',
943
943
  type: 'core',
944
944
  package: '@atlaskit/icon'
945
945
  },
@@ -1095,7 +1095,7 @@ var migrationMap = {
1095
1095
  },
1096
1096
  'detail-view': {
1097
1097
  newIcon: {
1098
- name: 'sidebar-right',
1098
+ name: 'panel-right',
1099
1099
  type: 'core',
1100
1100
  package: '@atlaskit/icon',
1101
1101
  isMigrationUnsafe: true
@@ -2654,7 +2654,7 @@ var migrationMap = {
2654
2654
  },
2655
2655
  issue: {
2656
2656
  newIcon: {
2657
- name: 'issue',
2657
+ name: 'work-item',
2658
2658
  type: 'core',
2659
2659
  package: '@atlaskit/icon'
2660
2660
  },
@@ -2680,7 +2680,7 @@ var migrationMap = {
2680
2680
  },
2681
2681
  issues: {
2682
2682
  newIcon: {
2683
- name: 'issues',
2683
+ name: 'work-items',
2684
2684
  type: 'core',
2685
2685
  package: '@atlaskit/icon'
2686
2686
  },
@@ -3452,7 +3452,7 @@ var migrationMap = {
3452
3452
  },
3453
3453
  overview: {
3454
3454
  newIcon: {
3455
- name: 'align-left',
3455
+ name: 'align-text-left',
3456
3456
  type: 'core',
3457
3457
  package: '@atlaskit/icon'
3458
3458
  },
@@ -3782,7 +3782,7 @@ var migrationMap = {
3782
3782
  },
3783
3783
  'room-menu': {
3784
3784
  newIcon: {
3785
- name: 'sidebar-right',
3785
+ name: 'panel-right',
3786
3786
  type: 'core',
3787
3787
  package: '@atlaskit/icon'
3788
3788
  },
@@ -3,87 +3,8 @@
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::3ab215e5b6736f728bfeeaa0c615bcb0>>
6
+ * @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
- const deprecatedIcons = {
10
- '@atlaskit/icon/core/align-center': {
11
- message: 'The icon "align-center" is deprecated in favour of "align-text-center" from “@atlaskit/icon/core”'
12
- },
13
- '@atlaskit/icon/core/align-left': {
14
- message: 'The icon "align-left" is deprecated in favour of "align-text-left" from “@atlaskit/icon/core”'
15
- },
16
- '@atlaskit/icon/core/align-right': {
17
- message: 'The icon "align-right" is deprecated in favour of "align-text-right" from “@atlaskit/icon/core”'
18
- },
19
- '@atlaskit/icon/core/border-weight-medium': {
20
- message: 'The icon "border-weight-medium" is deprecated in favour of "stroke-weight-medium" from “@atlaskit/icon/core”'
21
- },
22
- '@atlaskit/icon/core/border-weight-thick': {
23
- message: 'The icon "border-weight-thick" is deprecated in favour of "stroke-weight-large" from “@atlaskit/icon/core”'
24
- },
25
- '@atlaskit/icon/core/border-weight-thin': {
26
- message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
27
- },
28
- '@atlaskit/icon/core/child-issues': {
29
- message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
30
- },
31
- '@atlaskit/icon/core/content-align-center': {
32
- message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
33
- },
34
- '@atlaskit/icon/core/content-align-left': {
35
- message: 'The icon "content-align-left" is deprecated in favour of "align-image-left" from “@atlaskit/icon/core”'
36
- },
37
- '@atlaskit/icon/core/content-align-right': {
38
- message: 'The icon "content-align-right" is deprecated in favour of "align-image-right" from “@atlaskit/icon/core”'
39
- },
40
- '@atlaskit/icon/core/drag-handle': {
41
- message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
42
- },
43
- '@atlaskit/icon/core/drawer-left': {
44
- message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
45
- },
46
- '@atlaskit/icon/core/drawer-right': {
47
- message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
48
- },
49
- '@atlaskit/icon/core/issue': {
50
- message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
51
- },
52
- '@atlaskit/icon/core/issues': {
53
- message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
54
- },
55
- '@atlaskit/icon/core/sidebar-left': {
56
- message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
57
- },
58
- '@atlaskit/icon/core/sidebar-right': {
59
- message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
60
- },
61
- '@atlaskit/icon/core/summarize': {
62
- message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
63
- },
64
- '@atlaskit/icon/core/migration/align-center--editor-align-center': {
65
- message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
66
- },
67
- '@atlaskit/icon/core/migration/align-left--editor-align-left': {
68
- message: 'The icon "align-left--editor-align-left" is deprecated in favour of "align-text-left--editor-align-left" from “@atlaskit/icon/core/migration”'
69
- },
70
- '@atlaskit/icon/core/migration/align-right--editor-align-right': {
71
- message: 'The icon "align-right--editor-align-right" is deprecated in favour of "align-text-right--editor-align-right" from “@atlaskit/icon/core/migration”'
72
- },
73
- '@atlaskit/icon/core/migration/border-weight-thin--media-services-line': {
74
- message: 'The icon "border-weight-thin--media-services-line" is deprecated in favour of "stroke-weight-small--media-services-line" from “@atlaskit/icon/core/migration”'
75
- },
76
- '@atlaskit/icon/core/migration/content-align-center--editor-align-image-center': {
77
- message: 'The icon "content-align-center--editor-align-image-center" is deprecated in favour of "align-image-center--editor-align-image-center" from “@atlaskit/icon/core/migration”'
78
- },
79
- '@atlaskit/icon/core/migration/content-align-left--editor-align-image-left': {
80
- message: 'The icon "content-align-left--editor-align-image-left" is deprecated in favour of "align-image-left--editor-align-image-left" from “@atlaskit/icon/core/migration”'
81
- },
82
- '@atlaskit/icon/core/migration/content-align-right--editor-align-image-right': {
83
- message: 'The icon "content-align-right--editor-align-image-right" is deprecated in favour of "align-image-right--editor-align-image-right" from “@atlaskit/icon/core/migration”'
84
- },
85
- '@atlaskit/icon/core/migration/drag-handle--drag-handler': {
86
- message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
87
- }
88
- };
9
+ const deprecatedIcons = {};
89
10
  export default deprecatedIcons;