@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
@@ -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::d968f0d4e1bd5bc5e728353f8fdcc101>>
6
+ * @codegen <<SignedSource::def88f99a18599971f0ca077232e66ca>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -14,10 +14,15 @@ const metadata = {
14
14
  package: '@atlaskit/icon/utility/add',
15
15
  oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
16
16
  type: 'utility',
17
+ replacement: {
18
+ name: 'add',
19
+ type: 'core',
20
+ location: '@atlaskit/icon'
21
+ },
17
22
  categorization: 'utility',
18
23
  usage: 'Reserved for creating and adding an object as a secondary/tertiary action in a menu item.',
19
24
  team: 'Design System Team',
20
- status: 'published'
25
+ status: 'deprecated'
21
26
  },
22
27
  'arrow-down': {
23
28
  keywords: ['arrow-down', 'arrowdown', 'icon', 'utility', 'down', 'bottom', 'sorting'],
@@ -25,10 +30,15 @@ const metadata = {
25
30
  package: '@atlaskit/icon/utility/arrow-down',
26
31
  oldName: ['arrow-down-circle', 'arrow-down'],
27
32
  type: 'utility',
33
+ replacement: {
34
+ name: 'arrow-down',
35
+ type: 'core',
36
+ location: '@atlaskit/icon'
37
+ },
28
38
  categorization: 'utility',
29
39
  usage: 'Know uses: sorting table headers or Bitbucket code difference.',
30
40
  team: 'Design System Team',
31
- status: 'published'
41
+ status: 'deprecated'
32
42
  },
33
43
  'arrow-left': {
34
44
  keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'utility', 'back', 'previous'],
@@ -36,10 +46,15 @@ const metadata = {
36
46
  package: '@atlaskit/icon/utility/arrow-left',
37
47
  oldName: ['arrow-left-circle', 'arrow-left'],
38
48
  type: 'utility',
49
+ replacement: {
50
+ name: 'arrow-left',
51
+ type: 'core',
52
+ location: '@atlaskit/icon'
53
+ },
39
54
  categorization: 'utility',
40
55
  usage: 'Known uses: back to previous screen, previous slide.',
41
56
  team: 'Design System Team',
42
- status: 'published'
57
+ status: 'deprecated'
43
58
  },
44
59
  'arrow-right': {
45
60
  keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'utility', 'forward', 'next', 'link'],
@@ -47,10 +62,15 @@ const metadata = {
47
62
  package: '@atlaskit/icon/utility/arrow-right',
48
63
  oldName: ['arrow-right-circle', 'arrow-right'],
49
64
  type: 'utility',
65
+ replacement: {
66
+ name: 'arrow-right',
67
+ type: 'core',
68
+ location: '@atlaskit/icon'
69
+ },
50
70
  categorization: 'utility',
51
71
  usage: 'Known uses: link to nested menu item, a linked menu item, next slide.',
52
72
  team: 'Design System Team',
53
- status: 'published'
73
+ status: 'deprecated'
54
74
  },
55
75
  'arrow-up': {
56
76
  keywords: ['arrow-up', 'arrowup', 'icon', 'utility', 'improvement', 'jira status'],
@@ -58,10 +78,15 @@ const metadata = {
58
78
  package: '@atlaskit/icon/utility/arrow-up',
59
79
  oldName: ['arrow-up-circle', 'arrow-up'],
60
80
  type: 'utility',
81
+ replacement: {
82
+ name: 'arrow-up',
83
+ type: 'core',
84
+ location: '@atlaskit/icon'
85
+ },
61
86
  categorization: 'utility',
62
87
  usage: 'Known uses: back to top.',
63
88
  team: 'Design System Team',
64
- status: 'published'
89
+ status: 'deprecated'
65
90
  },
66
91
  'check-circle': {
67
92
  keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'utility', 'tick', 'yes', 'checkmark'],
@@ -69,10 +94,15 @@ const metadata = {
69
94
  package: '@atlaskit/icon/utility/check-circle',
70
95
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
71
96
  type: 'utility',
97
+ replacement: {
98
+ name: 'check-circle',
99
+ type: 'core',
100
+ location: '@atlaskit/icon'
101
+ },
72
102
  categorization: 'utility',
73
103
  usage: '📦 @atlaskit/icon/utility/check-circle',
74
104
  team: 'Design System Team',
75
- status: 'published'
105
+ status: 'deprecated'
76
106
  },
77
107
  'check-mark': {
78
108
  keywords: ['check-mark', 'checkmark', 'icon', 'utility', 'tick'],
@@ -80,20 +110,30 @@ const metadata = {
80
110
  package: '@atlaskit/icon/utility/check-mark',
81
111
  oldName: ['check', 'editor/done'],
82
112
  type: 'utility',
113
+ replacement: {
114
+ name: 'check-mark',
115
+ type: 'core',
116
+ location: '@atlaskit/icon'
117
+ },
83
118
  categorization: 'utility',
84
119
  usage: '📦 @atlaskit/icon/utility/check-mark',
85
120
  team: 'Design System Team',
86
- status: 'published'
121
+ status: 'deprecated'
87
122
  },
88
123
  'chevron-double-left': {
89
124
  keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
90
125
  componentName: 'ChevronDoubleLeftIcon',
91
126
  package: '@atlaskit/icon/utility/chevron-double-left',
92
127
  type: 'utility',
128
+ replacement: {
129
+ name: 'chevron-double-left',
130
+ type: 'core',
131
+ location: '@atlaskit/icon'
132
+ },
93
133
  categorization: 'utility',
94
134
  usage: 'Reserved for calendar year button.',
95
135
  team: 'Design System Team',
96
- status: 'published',
136
+ status: 'deprecated',
97
137
  slackChannel: '#help-design-system'
98
138
  },
99
139
  'chevron-double-right': {
@@ -101,10 +141,15 @@ const metadata = {
101
141
  componentName: 'ChevronDoubleRightIcon',
102
142
  package: '@atlaskit/icon/utility/chevron-double-right',
103
143
  type: 'utility',
144
+ replacement: {
145
+ name: 'chevron-double-right',
146
+ type: 'core',
147
+ location: '@atlaskit/icon'
148
+ },
104
149
  categorization: 'utility',
105
150
  usage: 'Reserved for calendar year button.',
106
151
  team: 'Design System Team',
107
- status: 'published',
152
+ status: 'deprecated',
108
153
  slackChannel: '#help-design-system'
109
154
  },
110
155
  'chevron-down': {
@@ -113,10 +158,15 @@ const metadata = {
113
158
  package: '@atlaskit/icon/utility/chevron-down',
114
159
  oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
115
160
  type: 'utility',
161
+ replacement: {
162
+ name: 'chevron-down',
163
+ type: 'core',
164
+ location: '@atlaskit/icon'
165
+ },
116
166
  categorization: 'utility',
117
167
  usage: 'Reserved for dropdown menus, selects, accordions, and expands.',
118
168
  team: 'Design System Team',
119
- status: 'published'
169
+ status: 'deprecated'
120
170
  },
121
171
  'chevron-left': {
122
172
  keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'utility', 'less than', '<', 'previous'],
@@ -124,10 +174,15 @@ const metadata = {
124
174
  package: '@atlaskit/icon/utility/chevron-left',
125
175
  oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
126
176
  type: 'utility',
177
+ replacement: {
178
+ name: 'chevron-left',
179
+ type: 'core',
180
+ location: '@atlaskit/icon'
181
+ },
127
182
  categorization: 'utility',
128
183
  usage: 'Reserved for collapse side nav and to indicate previous in dates.',
129
184
  team: 'Design System Team',
130
- status: 'published'
185
+ status: 'deprecated'
131
186
  },
132
187
  'chevron-right': {
133
188
  keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'utility', 'greater than', '>', 'next'],
@@ -135,10 +190,15 @@ const metadata = {
135
190
  package: '@atlaskit/icon/utility/chevron-right',
136
191
  oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
137
192
  type: 'utility',
193
+ replacement: {
194
+ name: 'chevron-right',
195
+ type: 'core',
196
+ location: '@atlaskit/icon'
197
+ },
138
198
  categorization: 'utility',
139
199
  usage: 'Reserved for menu fly outs and to indicate next in dates.',
140
200
  team: 'Design System Team',
141
- status: 'published'
201
+ status: 'deprecated'
142
202
  },
143
203
  'chevron-up': {
144
204
  keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'utility', 'up', 'accordion'],
@@ -146,10 +206,15 @@ const metadata = {
146
206
  package: '@atlaskit/icon/utility/chevron-up',
147
207
  oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
148
208
  type: 'utility',
209
+ replacement: {
210
+ name: 'chevron-up',
211
+ type: 'core',
212
+ location: '@atlaskit/icon'
213
+ },
149
214
  categorization: 'utility',
150
215
  usage: 'Reserved for accordions.',
151
216
  team: 'Design System Team',
152
- status: 'published'
217
+ status: 'deprecated'
153
218
  },
154
219
  cross: {
155
220
  keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'utility', 'remove', 'clear', 'x'],
@@ -157,10 +222,15 @@ const metadata = {
157
222
  package: '@atlaskit/icon/utility/cross',
158
223
  oldName: ['editor/close'],
159
224
  type: 'utility',
225
+ replacement: {
226
+ name: 'cross',
227
+ type: 'core',
228
+ location: '@atlaskit/icon'
229
+ },
160
230
  categorization: 'utility',
161
231
  usage: 'Known uses: remove tag.',
162
232
  team: 'Design System Team',
163
- status: 'published'
233
+ status: 'deprecated'
164
234
  },
165
235
  'cross-circle': {
166
236
  keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'utility', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
@@ -168,10 +238,15 @@ const metadata = {
168
238
  package: '@atlaskit/icon/utility/cross-circle',
169
239
  oldName: ['cross-circle', 'editor/error', 'select-clear'],
170
240
  type: 'utility',
241
+ replacement: {
242
+ name: 'cross-circle',
243
+ type: 'core',
244
+ location: '@atlaskit/icon'
245
+ },
171
246
  categorization: 'utility',
172
247
  usage: 'Reserved for Helper Messages in Forms.',
173
248
  team: 'Design System Team',
174
- status: 'published'
249
+ status: 'deprecated'
175
250
  },
176
251
  'drag-handle': {
177
252
  keywords: ['drag-handle', 'draghandle', 'icon', 'utility', 'drag handler', 'drag dots', 'reorder', 'move'],
@@ -181,7 +256,7 @@ const metadata = {
181
256
  type: 'utility',
182
257
  replacement: {
183
258
  name: 'drag-handle-vertical',
184
- type: 'utility',
259
+ type: 'core',
185
260
  location: '@atlaskit/icon'
186
261
  },
187
262
  categorization: 'utility',
@@ -194,10 +269,15 @@ const metadata = {
194
269
  componentName: 'DragHandleHorizontalIcon',
195
270
  package: '@atlaskit/icon/utility/drag-handle-horizontal',
196
271
  type: 'utility',
272
+ replacement: {
273
+ name: 'drag-handle-horizontal',
274
+ type: 'core',
275
+ location: '@atlaskit/icon'
276
+ },
197
277
  categorization: 'utility',
198
278
  usage: 'Reserved for dragging elements along a horizontal axis.',
199
279
  team: 'Design System Team',
200
- status: 'published',
280
+ status: 'deprecated',
201
281
  slackChannel: '#icon-contributions'
202
282
  },
203
283
  'drag-handle-vertical': {
@@ -206,10 +286,15 @@ const metadata = {
206
286
  package: '@atlaskit/icon/utility/drag-handle-vertical',
207
287
  oldName: ['drag-handler'],
208
288
  type: 'utility',
289
+ replacement: {
290
+ name: 'drag-handle-vertical',
291
+ type: 'core',
292
+ location: '@atlaskit/icon'
293
+ },
209
294
  categorization: 'utility',
210
295
  usage: 'Reserved for dragging elements along a vertical axis.',
211
296
  team: 'Design System Team',
212
- status: 'published',
297
+ status: 'deprecated',
213
298
  slackChannel: '#icon-contributions'
214
299
  },
215
300
  error: {
@@ -218,10 +303,15 @@ const metadata = {
218
303
  package: '@atlaskit/icon/utility/error',
219
304
  oldName: ['error'],
220
305
  type: 'utility',
306
+ replacement: {
307
+ name: 'status-error',
308
+ type: 'core',
309
+ location: '@atlaskit/icon'
310
+ },
221
311
  categorization: 'utility',
222
312
  usage: 'Reserved for Helper Messages in Forms.',
223
313
  team: 'Design System Team',
224
- status: 'published'
314
+ status: 'deprecated'
225
315
  },
226
316
  information: {
227
317
  keywords: ['information', 'icon', 'utility', 'info', 'filled', 'helper', 'tip', 'form'],
@@ -229,10 +319,15 @@ const metadata = {
229
319
  package: '@atlaskit/icon/utility/information',
230
320
  oldName: ['editor/info', 'editor/panel', 'info'],
231
321
  type: 'utility',
322
+ replacement: {
323
+ name: 'status-information',
324
+ type: 'core',
325
+ location: '@atlaskit/icon'
326
+ },
232
327
  categorization: 'utility',
233
328
  usage: 'Reserved for Helper Messages in Forms.',
234
329
  team: 'Design System Team',
235
- status: 'published'
330
+ status: 'deprecated'
236
331
  },
237
332
  'link-external': {
238
333
  keywords: ['link-external', 'linkexternal', 'icon', 'utility', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'secondary', 'tertiary'],
@@ -240,10 +335,15 @@ const metadata = {
240
335
  package: '@atlaskit/icon/utility/link-external',
241
336
  oldName: ['shortcut'],
242
337
  type: 'utility',
338
+ replacement: {
339
+ name: 'link-external',
340
+ type: 'core',
341
+ location: '@atlaskit/icon'
342
+ },
243
343
  categorization: 'utility',
244
344
  usage: 'Reserved for links that open up a new tab as a secondary/tertiary action.',
245
345
  team: 'Design System Team',
246
- status: 'published'
346
+ status: 'deprecated'
247
347
  },
248
348
  'lock-locked': {
249
349
  keywords: ['lock-locked', 'locklocked', 'icon', 'utility', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
@@ -251,10 +351,15 @@ const metadata = {
251
351
  package: '@atlaskit/icon/utility/lock-locked',
252
352
  oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
253
353
  type: 'utility',
354
+ replacement: {
355
+ name: 'lock-locked',
356
+ type: 'core',
357
+ location: '@atlaskit/icon'
358
+ },
254
359
  categorization: 'utility',
255
360
  usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
256
361
  team: 'Design System Team',
257
- status: 'published'
362
+ status: 'deprecated'
258
363
  },
259
364
  'lock-unlocked': {
260
365
  keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'utility', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
@@ -262,10 +367,15 @@ const metadata = {
262
367
  package: '@atlaskit/icon/utility/lock-unlocked',
263
368
  oldName: ['unlock-filled', 'unlock'],
264
369
  type: 'utility',
370
+ replacement: {
371
+ name: 'lock-unlocked',
372
+ type: 'core',
373
+ location: '@atlaskit/icon'
374
+ },
265
375
  categorization: 'utility',
266
376
  usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
267
377
  team: 'Design System Team',
268
- status: 'published'
378
+ status: 'deprecated'
269
379
  },
270
380
  'show-more-horizontal': {
271
381
  keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'utility', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
@@ -273,10 +383,15 @@ const metadata = {
273
383
  package: '@atlaskit/icon/utility/show-more-horizontal',
274
384
  oldName: ['editor/more', 'more'],
275
385
  type: 'utility',
386
+ replacement: {
387
+ name: 'show-more-horizontal',
388
+ type: 'core',
389
+ location: '@atlaskit/icon'
390
+ },
276
391
  categorization: 'utility',
277
392
  usage: 'Reserved for secondary/tertiary more action menus.',
278
393
  team: 'Design System Team',
279
- status: 'published'
394
+ status: 'deprecated'
280
395
  },
281
396
  'show-more-vertical': {
282
397
  keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'utility', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
@@ -284,10 +399,15 @@ const metadata = {
284
399
  package: '@atlaskit/icon/utility/show-more-vertical',
285
400
  oldName: ['more-vertical'],
286
401
  type: 'utility',
402
+ replacement: {
403
+ name: 'show-more-vertical',
404
+ type: 'core',
405
+ location: '@atlaskit/icon'
406
+ },
287
407
  categorization: 'utility',
288
408
  usage: 'Reserved for secondary/tertiary action menus, traditionally on mobile.',
289
409
  team: 'Design System Team',
290
- status: 'published'
410
+ status: 'deprecated'
291
411
  },
292
412
  'star-starred': {
293
413
  keywords: ['star-starred', 'starstarred', 'icon', 'utility', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
@@ -295,10 +415,15 @@ const metadata = {
295
415
  package: '@atlaskit/icon/utility/star-starred',
296
416
  oldName: ['star-filled'],
297
417
  type: 'utility',
418
+ replacement: {
419
+ name: 'star-starred',
420
+ type: 'core',
421
+ location: '@atlaskit/icon'
422
+ },
298
423
  categorization: 'utility',
299
424
  usage: 'Reserved for starred or favourited objects as a secondary/tertiary action.',
300
425
  team: 'Design System Team',
301
- status: 'published'
426
+ status: 'deprecated'
302
427
  },
303
428
  'star-unstarred': {
304
429
  keywords: ['star-unstarred', 'starunstarred', 'icon', 'utility', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
@@ -306,10 +431,15 @@ const metadata = {
306
431
  package: '@atlaskit/icon/utility/star-unstarred',
307
432
  oldName: ['star', 'star-large'],
308
433
  type: 'utility',
434
+ replacement: {
435
+ name: 'star-unstarred',
436
+ type: 'core',
437
+ location: '@atlaskit/icon'
438
+ },
309
439
  categorization: 'utility',
310
440
  usage: 'Reserved for starring or favoriting objects as a secondary/tertiary action.',
311
441
  team: 'Design System Team',
312
- status: 'published'
442
+ status: 'deprecated'
313
443
  },
314
444
  success: {
315
445
  keywords: ['success', 'icon', 'utility', 'tick', 'yes', 'success', 'filled'],
@@ -317,10 +447,15 @@ const metadata = {
317
447
  package: '@atlaskit/icon/utility/success',
318
448
  oldName: ['check-circle', 'editor/success'],
319
449
  type: 'utility',
450
+ replacement: {
451
+ name: 'status-success',
452
+ type: 'core',
453
+ location: '@atlaskit/icon'
454
+ },
320
455
  categorization: 'utility',
321
456
  usage: 'Reserved for Helper Messages in Forms.',
322
457
  team: 'Design System Team',
323
- status: 'published'
458
+ status: 'deprecated'
324
459
  },
325
460
  warning: {
326
461
  keywords: ['warning', 'error', 'alert', 'icon', 'utility', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
@@ -328,10 +463,15 @@ const metadata = {
328
463
  package: '@atlaskit/icon/utility/warning',
329
464
  oldName: ['editor/warning', 'warning'],
330
465
  type: 'utility',
466
+ replacement: {
467
+ name: 'status-warning',
468
+ type: 'core',
469
+ location: '@atlaskit/icon'
470
+ },
331
471
  categorization: 'utility',
332
472
  usage: 'Reserved for Helper Messages in Forms.',
333
473
  team: 'Design System Team',
334
- status: 'published'
474
+ status: 'deprecated'
335
475
  }
336
476
  };
337
477
  export default metadata;
@@ -933,7 +933,7 @@ const migrationMap = {
933
933
  },
934
934
  'child-issues': {
935
935
  newIcon: {
936
- name: 'child-issues',
936
+ name: 'child-work-items',
937
937
  type: 'core',
938
938
  package: '@atlaskit/icon'
939
939
  },
@@ -1089,7 +1089,7 @@ const migrationMap = {
1089
1089
  },
1090
1090
  'detail-view': {
1091
1091
  newIcon: {
1092
- name: 'sidebar-right',
1092
+ name: 'panel-right',
1093
1093
  type: 'core',
1094
1094
  package: '@atlaskit/icon',
1095
1095
  isMigrationUnsafe: true
@@ -2648,7 +2648,7 @@ const migrationMap = {
2648
2648
  },
2649
2649
  issue: {
2650
2650
  newIcon: {
2651
- name: 'issue',
2651
+ name: 'work-item',
2652
2652
  type: 'core',
2653
2653
  package: '@atlaskit/icon'
2654
2654
  },
@@ -2674,7 +2674,7 @@ const migrationMap = {
2674
2674
  },
2675
2675
  issues: {
2676
2676
  newIcon: {
2677
- name: 'issues',
2677
+ name: 'work-items',
2678
2678
  type: 'core',
2679
2679
  package: '@atlaskit/icon'
2680
2680
  },
@@ -3446,7 +3446,7 @@ const migrationMap = {
3446
3446
  },
3447
3447
  overview: {
3448
3448
  newIcon: {
3449
- name: 'align-left',
3449
+ name: 'align-text-left',
3450
3450
  type: 'core',
3451
3451
  package: '@atlaskit/icon'
3452
3452
  },
@@ -3776,7 +3776,7 @@ const migrationMap = {
3776
3776
  },
3777
3777
  'room-menu': {
3778
3778
  newIcon: {
3779
- name: 'sidebar-right',
3779
+ name: 'panel-right',
3780
3780
  type: 'core',
3781
3781
  package: '@atlaskit/icon'
3782
3782
  },
@@ -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
- var 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
+ var deprecatedIcons = {};
89
10
  export default deprecatedIcons;