@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,16 +3,146 @@
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::fb70e6767d35094fbe4b28e206f22313>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  var 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',
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, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
15
142
  unfixable: true
143
+ },
144
+ '@atlaskit/icon/core/migration/drag-handle--drag-handler': {
145
+ message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
16
146
  }
17
147
  };
18
148
  export default deprecatedIcons;