@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::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
6
+ * @codegen <<SignedSource::d5b89c7de7160ff4e35f9d7566dcc191>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -71,22 +71,6 @@ const metadata = {
71
71
  team: 'Design System Team',
72
72
  status: 'published'
73
73
  },
74
- 'align-center': {
75
- keywords: ['align-center', 'aligncenter', 'icon', 'core', 'alignment', 'text', 'content'],
76
- componentName: 'AlignCenterIcon',
77
- package: '@atlaskit/icon/core/align-center',
78
- oldName: ['editor/align-center'],
79
- type: 'core',
80
- replacement: {
81
- name: 'align-text-center',
82
- type: 'core',
83
- location: '@atlaskit/icon'
84
- },
85
- categorization: 'multi-purpose',
86
- usage: 'Multi purpose - Known uses: align text center, align center.',
87
- team: 'Design System Team',
88
- status: 'deprecated'
89
- },
90
74
  'align-image-center': {
91
75
  keywords: ['align-image-center', 'alignimagecenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
92
76
  componentName: 'AlignImageCenterIcon',
@@ -120,38 +104,6 @@ const metadata = {
120
104
  team: 'Design System Team',
121
105
  status: 'published'
122
106
  },
123
- 'align-left': {
124
- keywords: ['align-left', 'alignleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
125
- componentName: 'AlignLeftIcon',
126
- package: '@atlaskit/icon/core/align-left',
127
- oldName: ['editor/align-left', 'overview'],
128
- type: 'core',
129
- replacement: {
130
- name: 'align-text-left',
131
- type: 'core',
132
- location: '@atlaskit/icon'
133
- },
134
- categorization: 'multi-purpose',
135
- usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
136
- team: 'Design System Team',
137
- status: 'deprecated'
138
- },
139
- 'align-right': {
140
- keywords: ['align-right', 'alignright', 'icon', 'core', 'alignment', 'text', 'content'],
141
- componentName: 'AlignRightIcon',
142
- package: '@atlaskit/icon/core/align-right',
143
- oldName: ['editor/align-right'],
144
- type: 'core',
145
- replacement: {
146
- name: 'align-text-right',
147
- type: 'core',
148
- location: '@atlaskit/icon'
149
- },
150
- categorization: 'multi-purpose',
151
- usage: 'Multi purpose - Known uses: align text right, align content right.',
152
- team: 'Design System Team',
153
- status: 'deprecated'
154
- },
155
107
  'align-text-center': {
156
108
  keywords: ['align-text-center', 'aligntextcenter', 'icon', 'core', 'alignment', 'text', 'content'],
157
109
  componentName: 'AlignTextCenterIcon',
@@ -167,7 +119,7 @@ const metadata = {
167
119
  keywords: ['align-text-left', 'aligntextleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
168
120
  componentName: 'AlignTextLeftIcon',
169
121
  package: '@atlaskit/icon/core/align-text-left',
170
- oldName: ['editor/align-left'],
122
+ oldName: ['editor/align-left', 'overview'],
171
123
  type: 'core',
172
124
  categorization: 'multi-purpose',
173
125
  usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
@@ -461,52 +413,6 @@ const metadata = {
461
413
  team: 'Editor',
462
414
  status: 'published'
463
415
  },
464
- 'border-weight-medium': {
465
- keywords: ['border-weight-medium', 'borderweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor'],
466
- componentName: 'BorderWeightMediumIcon',
467
- package: '@atlaskit/icon/core/border-weight-medium',
468
- type: 'core',
469
- replacement: {
470
- name: 'stroke-weight-medium',
471
- type: 'core',
472
- location: '@atlaskit/icon'
473
- },
474
- categorization: 'single-purpose',
475
- usage: 'Reserved for representing medium border stroke widths.',
476
- team: 'Editor',
477
- status: 'deprecated'
478
- },
479
- 'border-weight-thick': {
480
- keywords: ['border-weight-thick', 'borderweightthick', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor'],
481
- componentName: 'BorderWeightThickIcon',
482
- package: '@atlaskit/icon/core/border-weight-thick',
483
- type: 'core',
484
- replacement: {
485
- name: 'stroke-weight-large',
486
- type: 'core',
487
- location: '@atlaskit/icon'
488
- },
489
- categorization: 'single-purpose',
490
- usage: 'Reserved for representing thick border stroke widths.',
491
- team: 'Editor',
492
- status: 'deprecated'
493
- },
494
- 'border-weight-thin': {
495
- keywords: ['border-weight-thin', 'borderweightthin', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor'],
496
- componentName: 'BorderWeightThinIcon',
497
- package: '@atlaskit/icon/core/border-weight-thin',
498
- oldName: ['media-services/line'],
499
- type: 'core',
500
- replacement: {
501
- name: 'stroke-weight-small',
502
- type: 'core',
503
- location: '@atlaskit/icon'
504
- },
505
- categorization: 'single-purpose',
506
- usage: 'Reserved for representing thin border stroke widths.',
507
- team: 'Editor',
508
- status: 'deprecated'
509
- },
510
416
  branch: {
511
417
  keywords: ['branch', 'icon', 'core', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
512
418
  componentName: 'BranchIcon',
@@ -574,15 +480,20 @@ const metadata = {
574
480
  status: 'published'
575
481
  },
576
482
  capture: {
577
- keywords: ['capture', 'icon', 'core'],
483
+ keywords: ['capture', 'icon', 'core', 'focus', 'focus area', 'capture'],
578
484
  componentName: 'CaptureIcon',
579
485
  package: '@atlaskit/icon/core/capture',
580
486
  oldName: ['jira/capture'],
581
487
  type: 'core',
582
- categorization: 'multi-purpose',
583
- usage: '📦 @atlaskit/icon/core/capture',
488
+ replacement: {
489
+ name: 'focus-area',
490
+ type: 'core',
491
+ location: '@atlaskit/icon'
492
+ },
493
+ categorization: 'single-purpose',
494
+ usage: 'Reserved for representing Focus Areas.',
584
495
  team: 'Design System Team',
585
- status: 'published'
496
+ status: 'deprecated'
586
497
  },
587
498
  card: {
588
499
  keywords: ['card', 'icon', 'core', 'card'],
@@ -602,7 +513,7 @@ const metadata = {
602
513
  categorization: 'multi-purpose',
603
514
  usage: "Known usages: 'Sales' work type.",
604
515
  team: 'Design System Team',
605
- status: 'modified'
516
+ status: 'published'
606
517
  },
607
518
  changes: {
608
519
  keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
@@ -796,26 +707,11 @@ const metadata = {
796
707
  status: 'published',
797
708
  slackChannel: '#icon-contributions'
798
709
  },
799
- 'child-issues': {
800
- keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
801
- componentName: 'ChildIssuesIcon',
802
- package: '@atlaskit/icon/core/child-issues',
803
- oldName: ['child-issues'],
804
- type: 'core',
805
- replacement: {
806
- name: 'child-work-items',
807
- type: 'core',
808
- location: '@atlaskit/icon'
809
- },
810
- categorization: 'single-purpose',
811
- usage: 'Reserved for child work items.',
812
- team: 'Design System Team',
813
- status: 'deprecated'
814
- },
815
710
  'child-work-items': {
816
711
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
817
712
  componentName: 'ChildWorkItemsIcon',
818
713
  package: '@atlaskit/icon/core/child-work-items',
714
+ oldName: ['child-issues'],
819
715
  type: 'core',
820
716
  categorization: 'single-purpose',
821
717
  usage: 'Reserved for child work items.',
@@ -844,15 +740,20 @@ const metadata = {
844
740
  status: 'published'
845
741
  },
846
742
  close: {
847
- keywords: ['close', 'icon', 'core', 'cross', 'x'],
743
+ keywords: ['close', 'icon', 'core', 'cross', 'x', 'close', 'remove'],
848
744
  componentName: 'CloseIcon',
849
745
  package: '@atlaskit/icon/core/close',
850
746
  oldName: ['cross', 'editor/close'],
851
747
  type: 'core',
852
- categorization: 'single-purpose',
853
- usage: 'Single purpose - Reserved for closing an element.',
748
+ replacement: {
749
+ name: 'cross',
750
+ type: 'core',
751
+ location: '@atlaskit/icon'
752
+ },
753
+ categorization: 'multi-purpose',
754
+ usage: 'Known uses: closing modals, panels, and transient views; removing tags',
854
755
  team: 'Design System Team',
855
- status: 'published'
756
+ status: 'deprecated'
856
757
  },
857
758
  'cloud-arrow-up': {
858
759
  keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'core', 'deployments', 'up arrow'],
@@ -940,54 +841,6 @@ const metadata = {
940
841
  team: 'Design System Team',
941
842
  status: 'published'
942
843
  },
943
- 'content-align-center': {
944
- keywords: ['content-align-center', 'contentaligncenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
945
- componentName: 'ContentAlignCenterIcon',
946
- package: '@atlaskit/icon/core/content-align-center',
947
- oldName: ['editor/align-image-center'],
948
- type: 'core',
949
- replacement: {
950
- name: 'align-image-center',
951
- type: 'core',
952
- location: '@atlaskit/icon'
953
- },
954
- categorization: 'single-purpose',
955
- usage: 'Single purpose - Reserved for center aligning media and content.',
956
- team: 'Design System Team',
957
- status: 'deprecated'
958
- },
959
- 'content-align-left': {
960
- keywords: ['content-align-left', 'contentalignleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
961
- componentName: 'ContentAlignLeftIcon',
962
- package: '@atlaskit/icon/core/content-align-left',
963
- oldName: ['editor/align-image-left'],
964
- type: 'core',
965
- replacement: {
966
- name: 'align-image-left',
967
- type: 'core',
968
- location: '@atlaskit/icon'
969
- },
970
- categorization: 'single-purpose',
971
- usage: 'Single purpose - Reserved for left aligning media and content.',
972
- team: 'Design System Team',
973
- status: 'deprecated'
974
- },
975
- 'content-align-right': {
976
- keywords: ['content-align-right', 'contentalignright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
977
- componentName: 'ContentAlignRightIcon',
978
- package: '@atlaskit/icon/core/content-align-right',
979
- oldName: ['editor/align-image-right'],
980
- type: 'core',
981
- replacement: {
982
- name: 'align-image-right',
983
- type: 'core',
984
- location: '@atlaskit/icon'
985
- },
986
- categorization: 'single-purpose',
987
- usage: 'Single purpose - Reserved for right aligning media and content.',
988
- team: 'Design System Team',
989
- status: 'deprecated'
990
- },
991
844
  'content-width-narrow': {
992
845
  keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'core', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
993
846
  componentName: 'ContentWidthNarrowIcon',
@@ -1054,6 +907,16 @@ const metadata = {
1054
907
  team: 'Design System Team',
1055
908
  status: 'published'
1056
909
  },
910
+ cross: {
911
+ keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'core', 'cross', 'x', 'close', 'remove'],
912
+ componentName: 'CrossIcon',
913
+ package: '@atlaskit/icon/core/cross',
914
+ type: 'core',
915
+ categorization: 'multi-purpose',
916
+ usage: 'Known uses: closing modals, panels, and transient views; removing tags',
917
+ team: 'Design System Team',
918
+ status: 'published'
919
+ },
1057
920
  'cross-circle': {
1058
921
  keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core', 'x', 'exit', 'clear', 'no', 'filled'],
1059
922
  componentName: 'CrossCircleIcon',
@@ -1202,15 +1065,20 @@ const metadata = {
1202
1065
  status: 'published'
1203
1066
  },
1204
1067
  discovery: {
1205
- keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled'],
1068
+ keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
1206
1069
  componentName: 'DiscoveryIcon',
1207
1070
  package: '@atlaskit/icon/core/discovery',
1208
1071
  oldName: ['editor/note'],
1209
1072
  type: 'core',
1073
+ replacement: {
1074
+ name: 'status-discovery',
1075
+ type: 'core',
1076
+ location: '@atlaskit/icon'
1077
+ },
1210
1078
  categorization: 'single-purpose',
1211
- usage: 'Single purpose - Reserved for representing discovery. Used for Note info panel variant in Editor.',
1079
+ usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
1212
1080
  team: 'Design System Team',
1213
- status: 'published'
1081
+ status: 'deprecated'
1214
1082
  },
1215
1083
  download: {
1216
1084
  keywords: ['download', 'cloud', 'icon', 'core', 'down arrow', 'file download'],
@@ -1223,23 +1091,6 @@ const metadata = {
1223
1091
  team: 'Design System Team',
1224
1092
  status: 'published'
1225
1093
  },
1226
- 'drag-handle': {
1227
- keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
1228
- componentName: 'DragHandleIcon',
1229
- package: '@atlaskit/icon/core/drag-handle',
1230
- oldName: ['drag-handler'],
1231
- type: 'core',
1232
- replacement: {
1233
- name: 'drag-handle-vertical',
1234
- type: 'core',
1235
- location: '@atlaskit/icon'
1236
- },
1237
- categorization: 'single-purpose',
1238
- usage: 'Single purpose - Reserved for draggable elements along a vertical axis.',
1239
- team: 'Design System Team',
1240
- status: 'deprecated',
1241
- slackChannel: '#icon-contributions'
1242
- },
1243
1094
  'drag-handle-horizontal': {
1244
1095
  keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
1245
1096
  componentName: 'DragHandleHorizontalIcon',
@@ -1263,36 +1114,6 @@ const metadata = {
1263
1114
  status: 'published',
1264
1115
  slackChannel: '#icon-contributions'
1265
1116
  },
1266
- 'drawer-left': {
1267
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1268
- componentName: 'DrawerLeftIcon',
1269
- package: '@atlaskit/icon/core/drawer-left',
1270
- type: 'core',
1271
- replacement: {
1272
- name: 'panel-left',
1273
- type: 'core',
1274
- location: '@atlaskit/icon'
1275
- },
1276
- categorization: 'single-purpose',
1277
- usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1278
- team: 'Design System Team',
1279
- status: 'deprecated'
1280
- },
1281
- 'drawer-right': {
1282
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1283
- componentName: 'DrawerRightIcon',
1284
- package: '@atlaskit/icon/core/drawer-right',
1285
- type: 'core',
1286
- replacement: {
1287
- name: 'panel-right',
1288
- type: 'core',
1289
- location: '@atlaskit/icon'
1290
- },
1291
- categorization: 'single-purpose',
1292
- usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1293
- team: 'Design System Team',
1294
- status: 'deprecated'
1295
- },
1296
1117
  edit: {
1297
1118
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
1298
1119
  componentName: 'EditIcon',
@@ -1388,15 +1209,20 @@ const metadata = {
1388
1209
  status: 'published'
1389
1210
  },
1390
1211
  error: {
1391
- keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'stop'],
1212
+ keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
1392
1213
  componentName: 'ErrorIcon',
1393
1214
  package: '@atlaskit/icon/core/error',
1394
1215
  oldName: ['error'],
1395
1216
  type: 'core',
1217
+ replacement: {
1218
+ name: 'status-error',
1219
+ type: 'core',
1220
+ location: '@atlaskit/icon'
1221
+ },
1396
1222
  categorization: 'single-purpose',
1397
- usage: 'Single purpose - Reserved for when there is an error.',
1223
+ usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
1398
1224
  team: 'Design System Team',
1399
- status: 'published'
1225
+ status: 'deprecated'
1400
1226
  },
1401
1227
  'exclamation-square': {
1402
1228
  keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
@@ -1599,6 +1425,16 @@ const metadata = {
1599
1425
  team: 'Design System Team',
1600
1426
  status: 'published'
1601
1427
  },
1428
+ 'focus-area': {
1429
+ keywords: ['focus-area', 'focusarea', 'icon', 'core', 'focus', 'focus area', 'capture'],
1430
+ componentName: 'FocusAreaIcon',
1431
+ package: '@atlaskit/icon/core/focus-area',
1432
+ type: 'core',
1433
+ categorization: 'single-purpose',
1434
+ usage: 'Reserved for representing Focus Areas.',
1435
+ team: 'Design System Team',
1436
+ status: 'published'
1437
+ },
1602
1438
  'folder-closed': {
1603
1439
  keywords: ['folder-closed', 'folderclosed', 'icon', 'core', 'directory'],
1604
1440
  componentName: 'FolderClosedIcon',
@@ -1841,15 +1677,20 @@ const metadata = {
1841
1677
  status: 'published'
1842
1678
  },
1843
1679
  information: {
1844
- keywords: ['information', 'icon', 'core', 'info', 'filled', 'tip'],
1680
+ keywords: ['information', 'icon', 'core', 'info', 'filled', 'status', 'information'],
1845
1681
  componentName: 'InformationIcon',
1846
1682
  package: '@atlaskit/icon/core/information',
1847
1683
  oldName: ['editor/info', 'editor/panel', 'info'],
1848
1684
  type: 'core',
1685
+ replacement: {
1686
+ name: 'status-information',
1687
+ type: 'core',
1688
+ location: '@atlaskit/icon'
1689
+ },
1849
1690
  categorization: 'single-purpose',
1850
- usage: 'Single purpose - Known uses: information state in section messages or inline messages.',
1691
+ usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
1851
1692
  team: 'Design System Team',
1852
- status: 'published'
1693
+ status: 'deprecated'
1853
1694
  },
1854
1695
  'information-circle': {
1855
1696
  keywords: ['information-circle', 'informationcircle', 'icon', 'core', 'information', 'circle', 'info'],
@@ -1862,38 +1703,6 @@ const metadata = {
1862
1703
  status: 'published',
1863
1704
  slackChannel: '#icon-contributions'
1864
1705
  },
1865
- issue: {
1866
- keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
1867
- componentName: 'IssueIcon',
1868
- package: '@atlaskit/icon/core/issue',
1869
- oldName: ['issue'],
1870
- type: 'core',
1871
- replacement: {
1872
- name: 'work-item',
1873
- type: 'core',
1874
- location: '@atlaskit/icon'
1875
- },
1876
- categorization: 'single-purpose',
1877
- usage: 'Reserved for representing work items.',
1878
- team: 'Design System Team',
1879
- status: 'deprecated'
1880
- },
1881
- issues: {
1882
- keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
1883
- componentName: 'IssuesIcon',
1884
- package: '@atlaskit/icon/core/issues',
1885
- oldName: ['issues'],
1886
- type: 'core',
1887
- replacement: {
1888
- name: 'work-items',
1889
- type: 'core',
1890
- location: '@atlaskit/icon'
1891
- },
1892
- categorization: 'single-purpose',
1893
- usage: 'Reserved for representing multiple work items.',
1894
- team: 'Design System Team',
1895
- status: 'deprecated'
1896
- },
1897
1706
  'key-result': {
1898
1707
  keywords: ['key-result', 'keyresult', 'icon', 'core', 'target', 'bullseye', 'key result', 'arrow', 'bow', 'archery', 'OKR'],
1899
1708
  componentName: 'KeyResultIcon',
@@ -2399,6 +2208,7 @@ const metadata = {
2399
2208
  keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
2400
2209
  componentName: 'PanelRightIcon',
2401
2210
  package: '@atlaskit/icon/core/panel-right',
2211
+ oldName: ['detail-view', 'room-menu'],
2402
2212
  type: 'core',
2403
2213
  categorization: 'single-purpose',
2404
2214
  usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
@@ -3044,37 +2854,6 @@ const metadata = {
3044
2854
  team: 'Design System Team',
3045
2855
  status: 'published'
3046
2856
  },
3047
- 'sidebar-left': {
3048
- keywords: ['sidebar-left', 'sidebarleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
3049
- componentName: 'SidebarLeftIcon',
3050
- package: '@atlaskit/icon/core/sidebar-left',
3051
- type: 'core',
3052
- replacement: {
3053
- name: 'panel-left',
3054
- type: 'core',
3055
- location: '@atlaskit/icon'
3056
- },
3057
- categorization: 'single-purpose',
3058
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
3059
- team: 'Design System Team',
3060
- status: 'deprecated'
3061
- },
3062
- 'sidebar-right': {
3063
- keywords: ['sidebar-right', 'sidebarright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
3064
- componentName: 'SidebarRightIcon',
3065
- package: '@atlaskit/icon/core/sidebar-right',
3066
- oldName: ['detail-view', 'room-menu'],
3067
- type: 'core',
3068
- replacement: {
3069
- name: 'panel-right',
3070
- type: 'core',
3071
- location: '@atlaskit/icon'
3072
- },
3073
- categorization: 'single-purpose',
3074
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
3075
- team: 'Design System Team',
3076
- status: 'deprecated'
3077
- },
3078
2857
  'smart-link': {
3079
2858
  keywords: ['smart-link', 'smartlink', 'icon', 'core', 'smart link'],
3080
2859
  componentName: 'SmartLinkIcon',
@@ -3200,13 +2979,63 @@ const metadata = {
3200
2979
  team: 'Design System Team',
3201
2980
  status: 'published'
3202
2981
  },
2982
+ 'status-discovery': {
2983
+ keywords: ['status-discovery', 'statusdiscovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
2984
+ componentName: 'StatusDiscoveryIcon',
2985
+ package: '@atlaskit/icon/core/status-discovery',
2986
+ type: 'core',
2987
+ categorization: 'single-purpose',
2988
+ usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
2989
+ team: 'Design System Team',
2990
+ status: 'published'
2991
+ },
2992
+ 'status-error': {
2993
+ keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
2994
+ componentName: 'StatusErrorIcon',
2995
+ package: '@atlaskit/icon/core/status-error',
2996
+ type: 'core',
2997
+ categorization: 'single-purpose',
2998
+ usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
2999
+ team: 'Design System Team',
3000
+ status: 'published'
3001
+ },
3002
+ 'status-information': {
3003
+ keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
3004
+ componentName: 'StatusInformationIcon',
3005
+ package: '@atlaskit/icon/core/status-information',
3006
+ type: 'core',
3007
+ categorization: 'single-purpose',
3008
+ usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
3009
+ team: 'Design System Team',
3010
+ status: 'published'
3011
+ },
3012
+ 'status-success': {
3013
+ keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
3014
+ componentName: 'StatusSuccessIcon',
3015
+ package: '@atlaskit/icon/core/status-success',
3016
+ type: 'core',
3017
+ categorization: 'single-purpose',
3018
+ usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
3019
+ team: 'Design System Team',
3020
+ status: 'published'
3021
+ },
3203
3022
  'status-verified': {
3204
3023
  keywords: ['status-verified', 'statusverified', 'icon', 'core', 'verified badge', 'status'],
3205
3024
  componentName: 'StatusVerifiedIcon',
3206
3025
  package: '@atlaskit/icon/core/status-verified',
3207
3026
  type: 'core',
3208
3027
  categorization: 'single-purpose',
3209
- usage: 'Reserved for representing verified content.',
3028
+ usage: 'Reserved for representing verified content. Filled status icons provide higher visual contrast draw attention to important information.',
3029
+ team: 'Design System Team',
3030
+ status: 'published'
3031
+ },
3032
+ 'status-warning': {
3033
+ keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
3034
+ componentName: 'StatusWarningIcon',
3035
+ package: '@atlaskit/icon/core/status-warning',
3036
+ type: 'core',
3037
+ categorization: 'single-purpose',
3038
+ usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
3210
3039
  team: 'Design System Team',
3211
3040
  status: 'published'
3212
3041
  },
@@ -3284,31 +3113,20 @@ const metadata = {
3284
3113
  status: 'published'
3285
3114
  },
3286
3115
  success: {
3287
- keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled'],
3116
+ keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
3288
3117
  componentName: 'SuccessIcon',
3289
3118
  package: '@atlaskit/icon/core/success',
3290
3119
  oldName: ['check-circle', 'editor/success'],
3291
3120
  type: 'core',
3292
- categorization: 'single-purpose',
3293
- usage: 'Single-purpose - Reserved for success section messages and form validation messages.',
3294
- team: 'Design System Team',
3295
- status: 'published'
3296
- },
3297
- summarize: {
3298
- keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
3299
- componentName: 'SummarizeIcon',
3300
- package: '@atlaskit/icon/core/summarize',
3301
- type: 'core',
3302
3121
  replacement: {
3303
- name: 'ai-generative-text-summary',
3122
+ name: 'status-success',
3304
3123
  type: 'core',
3305
3124
  location: '@atlaskit/icon'
3306
3125
  },
3307
3126
  categorization: 'single-purpose',
3308
- usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3309
- team: 'Atlassian Intelligence & Loom',
3310
- status: 'deprecated',
3311
- slackChannel: '#feedback-loom-vizrefresh'
3127
+ usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
3128
+ team: 'Design System Team',
3129
+ status: 'deprecated'
3312
3130
  },
3313
3131
  support: {
3314
3132
  keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
@@ -3974,15 +3792,20 @@ const metadata = {
3974
3792
  status: 'published'
3975
3793
  },
3976
3794
  warning: {
3977
- keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'triangle', 'filled', 'exclamation', '!', 'warning'],
3795
+ keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
3978
3796
  componentName: 'WarningIcon',
3979
3797
  package: '@atlaskit/icon/core/warning',
3980
3798
  oldName: ['editor/warning', 'warning'],
3981
3799
  type: 'core',
3800
+ replacement: {
3801
+ name: 'status-warning',
3802
+ type: 'core',
3803
+ location: '@atlaskit/icon'
3804
+ },
3982
3805
  categorization: 'single-purpose',
3983
- usage: 'Single purpose - Reserved for warning system status.',
3806
+ usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
3984
3807
  team: 'Design System Team',
3985
- status: 'published'
3808
+ status: 'deprecated'
3986
3809
  },
3987
3810
  whiteboard: {
3988
3811
  keywords: ['whiteboard', 'icon', 'core', 'shapes', 'canvas'],
@@ -3998,6 +3821,7 @@ const metadata = {
3998
3821
  keywords: ['work-item', 'workitem', 'icon', 'core', 'check mark', 'tick', 'work item', 'work type'],
3999
3822
  componentName: 'WorkItemIcon',
4000
3823
  package: '@atlaskit/icon/core/work-item',
3824
+ oldName: ['issue'],
4001
3825
  type: 'core',
4002
3826
  categorization: 'single-purpose',
4003
3827
  usage: 'Reserved for work items.',
@@ -4008,6 +3832,7 @@ const metadata = {
4008
3832
  keywords: ['work-items', 'workitems', 'icon', 'core', 'check mark', 'tick', 'work items', 'work type'],
4009
3833
  componentName: 'WorkItemsIcon',
4010
3834
  package: '@atlaskit/icon/core/work-items',
3835
+ oldName: ['issues'],
4011
3836
  type: 'core',
4012
3837
  categorization: 'single-purpose',
4013
3838
  usage: 'Reserved for representing multiple work items.',