@atlaskit/icon 27.0.0 → 27.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/CHANGELOG.md +99 -0
  2. package/core/capture.d.ts +4 -1
  3. package/core/capture.js +3 -3
  4. package/core/cash.js +2 -2
  5. package/core/close.d.ts +4 -1
  6. package/core/close.js +3 -3
  7. package/core/cross.d.ts +13 -0
  8. package/core/cross.js +28 -0
  9. package/core/discovery.d.ts +4 -1
  10. package/core/discovery.js +3 -2
  11. package/core/error.d.ts +4 -1
  12. package/core/error.js +3 -2
  13. package/core/flask.js +2 -2
  14. package/core/focus-area.d.ts +13 -0
  15. package/core/focus-area.js +28 -0
  16. package/core/information.d.ts +4 -1
  17. package/core/information.js +4 -2
  18. package/core/lightbulb.js +2 -2
  19. package/core/magic-wand.js +2 -2
  20. package/core/migration/capture--jira-capture.js +3 -3
  21. package/core/migration/close--cross.js +3 -3
  22. package/core/migration/close--editor-close.js +3 -3
  23. package/core/migration/cross--editor-close.d.ts +15 -0
  24. package/core/migration/cross--editor-close.js +31 -0
  25. package/core/migration/cross.d.ts +15 -0
  26. package/core/migration/cross.js +31 -0
  27. package/core/migration/discovery--editor-note.js +3 -2
  28. package/core/migration/error.js +3 -2
  29. package/core/migration/information--editor-info.js +4 -2
  30. package/core/migration/information--editor-panel.js +4 -2
  31. package/core/migration/information--info.js +4 -2
  32. package/core/migration/success--check-circle.js +2 -2
  33. package/core/migration/success--editor-success.js +2 -2
  34. package/core/migration/warning--editor-warning.js +3 -2
  35. package/core/migration/warning.js +3 -2
  36. package/core/paint-palette.js +2 -2
  37. package/core/pen.js +2 -2
  38. package/core/status-discovery.d.ts +13 -0
  39. package/core/status-discovery.js +29 -0
  40. package/core/status-error.d.ts +13 -0
  41. package/core/status-error.js +29 -0
  42. package/core/status-information.d.ts +13 -0
  43. package/core/status-information.js +30 -0
  44. package/core/status-success.d.ts +13 -0
  45. package/core/status-success.js +28 -0
  46. package/core/status-verified.js +3 -2
  47. package/core/status-warning.d.ts +13 -0
  48. package/core/status-warning.js +29 -0
  49. package/core/success.d.ts +4 -1
  50. package/core/success.js +2 -2
  51. package/core/warning.d.ts +4 -1
  52. package/core/warning.js +3 -2
  53. package/dist/cjs/deprecated-utility.js +133 -4
  54. package/dist/cjs/metadata-core.js +132 -26
  55. package/dist/cjs/metadata-utility.js +171 -31
  56. package/dist/cjs/migration-map.js +11 -2
  57. package/dist/es2019/deprecated-utility.js +133 -4
  58. package/dist/es2019/metadata-core.js +132 -26
  59. package/dist/es2019/metadata-utility.js +171 -31
  60. package/dist/es2019/migration-map.js +11 -2
  61. package/dist/esm/deprecated-utility.js +133 -4
  62. package/dist/esm/metadata-core.js +132 -26
  63. package/dist/esm/metadata-utility.js +171 -31
  64. package/dist/esm/migration-map.js +11 -2
  65. package/dist/types/deprecated-utility.d.ts +1 -1
  66. package/dist/types/metadata-core.d.ts +1 -1
  67. package/dist/types/metadata-utility.d.ts +1 -1
  68. package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
  69. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  70. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  71. package/glyph/cross.js +2 -2
  72. package/glyph/editor/close.js +2 -2
  73. package/package.json +5 -5
  74. package/svgs/core/cash.svg +1 -1
  75. package/svgs/core/cross.svg +1 -0
  76. package/svgs/core/flask.svg +1 -1
  77. package/svgs/core/focus-area.svg +1 -0
  78. package/svgs/core/lightbulb.svg +1 -1
  79. package/svgs/core/magic-wand.svg +1 -1
  80. package/svgs/core/paint-palette.svg +1 -1
  81. package/svgs/core/pen.svg +1 -1
  82. package/svgs/core/status-discovery.svg +1 -0
  83. package/svgs/core/status-error.svg +1 -0
  84. package/svgs/core/status-information.svg +1 -0
  85. package/svgs/core/status-success.svg +1 -0
  86. package/svgs/core/status-verified.svg +1 -1
  87. package/svgs/core/status-warning.svg +1 -0
  88. package/utility/add.d.ts +4 -1
  89. package/utility/arrow-down.d.ts +4 -1
  90. package/utility/arrow-left.d.ts +4 -1
  91. package/utility/arrow-right.d.ts +4 -1
  92. package/utility/arrow-up.d.ts +4 -1
  93. package/utility/check-circle.d.ts +4 -1
  94. package/utility/check-mark.d.ts +4 -1
  95. package/utility/chevron-double-left.d.ts +4 -1
  96. package/utility/chevron-double-right.d.ts +4 -1
  97. package/utility/chevron-down.d.ts +4 -1
  98. package/utility/chevron-left.d.ts +4 -1
  99. package/utility/chevron-right.d.ts +4 -1
  100. package/utility/chevron-up.d.ts +4 -1
  101. package/utility/cross-circle.d.ts +4 -1
  102. package/utility/cross.d.ts +4 -1
  103. package/utility/drag-handle-horizontal.d.ts +4 -1
  104. package/utility/drag-handle-vertical.d.ts +4 -1
  105. package/utility/drag-handle.d.ts +2 -2
  106. package/utility/error.d.ts +4 -1
  107. package/utility/information.d.ts +4 -1
  108. package/utility/link-external.d.ts +4 -1
  109. package/utility/lock-locked.d.ts +4 -1
  110. package/utility/lock-unlocked.d.ts +4 -1
  111. package/utility/migration/cross.d.ts +15 -0
  112. package/utility/migration/cross.js +31 -0
  113. package/utility/show-more-horizontal.d.ts +4 -1
  114. package/utility/show-more-vertical.d.ts +4 -1
  115. package/utility/star-starred.d.ts +4 -1
  116. package/utility/star-unstarred.d.ts +4 -1
  117. package/utility/success.d.ts +4 -1
  118. package/utility/warning.d.ts +4 -1
@@ -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::affbfa2f6cd24109326d166bf8bf1ab8>>
6
+ * @codegen <<SignedSource::74da18cf3b9a90fa10ee83c7d6201ac6>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -480,15 +480,20 @@ var metadata = {
480
480
  status: 'published'
481
481
  },
482
482
  capture: {
483
- keywords: ['capture', 'icon', 'core'],
483
+ keywords: ['capture', 'icon', 'core', 'focus', 'focus area', 'capture'],
484
484
  componentName: 'CaptureIcon',
485
485
  package: '@atlaskit/icon/core/capture',
486
486
  oldName: ['jira/capture'],
487
487
  type: 'core',
488
- categorization: 'multi-purpose',
489
- 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.',
490
495
  team: 'Design System Team',
491
- status: 'published'
496
+ status: 'deprecated'
492
497
  },
493
498
  card: {
494
499
  keywords: ['card', 'icon', 'core', 'card'],
@@ -508,7 +513,7 @@ var metadata = {
508
513
  categorization: 'multi-purpose',
509
514
  usage: "Known usages: 'Sales' work type.",
510
515
  team: 'Design System Team',
511
- status: 'modified'
516
+ status: 'published'
512
517
  },
513
518
  changes: {
514
519
  keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
@@ -735,15 +740,20 @@ var metadata = {
735
740
  status: 'published'
736
741
  },
737
742
  close: {
738
- keywords: ['close', 'icon', 'core', 'cross', 'x'],
743
+ keywords: ['close', 'icon', 'core', 'cross', 'x', 'close', 'remove'],
739
744
  componentName: 'CloseIcon',
740
745
  package: '@atlaskit/icon/core/close',
741
746
  oldName: ['cross', 'editor/close'],
742
747
  type: 'core',
743
- categorization: 'single-purpose',
744
- 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',
745
755
  team: 'Design System Team',
746
- status: 'published'
756
+ status: 'deprecated'
747
757
  },
748
758
  'cloud-arrow-up': {
749
759
  keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'core', 'deployments', 'up arrow'],
@@ -897,6 +907,17 @@ var metadata = {
897
907
  team: 'Design System Team',
898
908
  status: 'published'
899
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
+ oldName: ['cross', 'editor/close'],
915
+ type: 'core',
916
+ categorization: 'multi-purpose',
917
+ usage: 'Known uses: closing modals, panels, and transient views; removing tags',
918
+ team: 'Design System Team',
919
+ status: 'published'
920
+ },
900
921
  'cross-circle': {
901
922
  keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core', 'x', 'exit', 'clear', 'no', 'filled'],
902
923
  componentName: 'CrossCircleIcon',
@@ -1045,15 +1066,20 @@ var metadata = {
1045
1066
  status: 'published'
1046
1067
  },
1047
1068
  discovery: {
1048
- keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled'],
1069
+ keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
1049
1070
  componentName: 'DiscoveryIcon',
1050
1071
  package: '@atlaskit/icon/core/discovery',
1051
1072
  oldName: ['editor/note'],
1052
1073
  type: 'core',
1074
+ replacement: {
1075
+ name: 'status-discovery',
1076
+ type: 'core',
1077
+ location: '@atlaskit/icon'
1078
+ },
1053
1079
  categorization: 'single-purpose',
1054
- usage: 'Single purpose - Reserved for representing discovery. Used for Note info panel variant in Editor.',
1080
+ usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
1055
1081
  team: 'Design System Team',
1056
- status: 'published'
1082
+ status: 'deprecated'
1057
1083
  },
1058
1084
  download: {
1059
1085
  keywords: ['download', 'cloud', 'icon', 'core', 'down arrow', 'file download'],
@@ -1184,15 +1210,20 @@ var metadata = {
1184
1210
  status: 'published'
1185
1211
  },
1186
1212
  error: {
1187
- keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'stop'],
1213
+ keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
1188
1214
  componentName: 'ErrorIcon',
1189
1215
  package: '@atlaskit/icon/core/error',
1190
1216
  oldName: ['error'],
1191
1217
  type: 'core',
1218
+ replacement: {
1219
+ name: 'status-error',
1220
+ type: 'core',
1221
+ location: '@atlaskit/icon'
1222
+ },
1192
1223
  categorization: 'single-purpose',
1193
- usage: 'Single purpose - Reserved for when there is an error.',
1224
+ usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
1194
1225
  team: 'Design System Team',
1195
- status: 'published'
1226
+ status: 'deprecated'
1196
1227
  },
1197
1228
  'exclamation-square': {
1198
1229
  keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
@@ -1395,6 +1426,16 @@ var metadata = {
1395
1426
  team: 'Design System Team',
1396
1427
  status: 'published'
1397
1428
  },
1429
+ 'focus-area': {
1430
+ keywords: ['focus-area', 'focusarea', 'icon', 'core', 'focus', 'focus area', 'capture'],
1431
+ componentName: 'FocusAreaIcon',
1432
+ package: '@atlaskit/icon/core/focus-area',
1433
+ type: 'core',
1434
+ categorization: 'single-purpose',
1435
+ usage: 'Reserved for representing Focus Areas.',
1436
+ team: 'Design System Team',
1437
+ status: 'published'
1438
+ },
1398
1439
  'folder-closed': {
1399
1440
  keywords: ['folder-closed', 'folderclosed', 'icon', 'core', 'directory'],
1400
1441
  componentName: 'FolderClosedIcon',
@@ -1637,15 +1678,20 @@ var metadata = {
1637
1678
  status: 'published'
1638
1679
  },
1639
1680
  information: {
1640
- keywords: ['information', 'icon', 'core', 'info', 'filled', 'tip'],
1681
+ keywords: ['information', 'icon', 'core', 'info', 'filled', 'status', 'information'],
1641
1682
  componentName: 'InformationIcon',
1642
1683
  package: '@atlaskit/icon/core/information',
1643
1684
  oldName: ['editor/info', 'editor/panel', 'info'],
1644
1685
  type: 'core',
1686
+ replacement: {
1687
+ name: 'status-information',
1688
+ type: 'core',
1689
+ location: '@atlaskit/icon'
1690
+ },
1645
1691
  categorization: 'single-purpose',
1646
- usage: 'Single purpose - Known uses: information state in section messages or inline messages.',
1692
+ 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.",
1647
1693
  team: 'Design System Team',
1648
- status: 'published'
1694
+ status: 'deprecated'
1649
1695
  },
1650
1696
  'information-circle': {
1651
1697
  keywords: ['information-circle', 'informationcircle', 'icon', 'core', 'information', 'circle', 'info'],
@@ -2934,13 +2980,63 @@ var metadata = {
2934
2980
  team: 'Design System Team',
2935
2981
  status: 'published'
2936
2982
  },
2983
+ 'status-discovery': {
2984
+ keywords: ['status-discovery', 'statusdiscovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
2985
+ componentName: 'StatusDiscoveryIcon',
2986
+ package: '@atlaskit/icon/core/status-discovery',
2987
+ type: 'core',
2988
+ categorization: 'single-purpose',
2989
+ usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
2990
+ team: 'Design System Team',
2991
+ status: 'published'
2992
+ },
2993
+ 'status-error': {
2994
+ keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
2995
+ componentName: 'StatusErrorIcon',
2996
+ package: '@atlaskit/icon/core/status-error',
2997
+ type: 'core',
2998
+ categorization: 'single-purpose',
2999
+ usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
3000
+ team: 'Design System Team',
3001
+ status: 'published'
3002
+ },
3003
+ 'status-information': {
3004
+ keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
3005
+ componentName: 'StatusInformationIcon',
3006
+ package: '@atlaskit/icon/core/status-information',
3007
+ type: 'core',
3008
+ categorization: 'single-purpose',
3009
+ 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.",
3010
+ team: 'Design System Team',
3011
+ status: 'published'
3012
+ },
3013
+ 'status-success': {
3014
+ keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
3015
+ componentName: 'StatusSuccessIcon',
3016
+ package: '@atlaskit/icon/core/status-success',
3017
+ type: 'core',
3018
+ categorization: 'single-purpose',
3019
+ usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
3020
+ team: 'Design System Team',
3021
+ status: 'published'
3022
+ },
2937
3023
  'status-verified': {
2938
3024
  keywords: ['status-verified', 'statusverified', 'icon', 'core', 'verified badge', 'status'],
2939
3025
  componentName: 'StatusVerifiedIcon',
2940
3026
  package: '@atlaskit/icon/core/status-verified',
2941
3027
  type: 'core',
2942
3028
  categorization: 'single-purpose',
2943
- usage: 'Reserved for representing verified content.',
3029
+ usage: 'Reserved for representing verified content. Filled status icons provide higher visual contrast draw attention to important information.',
3030
+ team: 'Design System Team',
3031
+ status: 'published'
3032
+ },
3033
+ 'status-warning': {
3034
+ keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
3035
+ componentName: 'StatusWarningIcon',
3036
+ package: '@atlaskit/icon/core/status-warning',
3037
+ type: 'core',
3038
+ categorization: 'single-purpose',
3039
+ usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
2944
3040
  team: 'Design System Team',
2945
3041
  status: 'published'
2946
3042
  },
@@ -3018,15 +3114,20 @@ var metadata = {
3018
3114
  status: 'published'
3019
3115
  },
3020
3116
  success: {
3021
- keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled'],
3117
+ keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
3022
3118
  componentName: 'SuccessIcon',
3023
3119
  package: '@atlaskit/icon/core/success',
3024
3120
  oldName: ['check-circle', 'editor/success'],
3025
3121
  type: 'core',
3122
+ replacement: {
3123
+ name: 'status-success',
3124
+ type: 'core',
3125
+ location: '@atlaskit/icon'
3126
+ },
3026
3127
  categorization: 'single-purpose',
3027
- usage: 'Single-purpose - Reserved for success section messages and form validation messages.',
3128
+ usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
3028
3129
  team: 'Design System Team',
3029
- status: 'published'
3130
+ status: 'deprecated'
3030
3131
  },
3031
3132
  support: {
3032
3133
  keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
@@ -3692,15 +3793,20 @@ var metadata = {
3692
3793
  status: 'published'
3693
3794
  },
3694
3795
  warning: {
3695
- keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'triangle', 'filled', 'exclamation', '!', 'warning'],
3796
+ keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
3696
3797
  componentName: 'WarningIcon',
3697
3798
  package: '@atlaskit/icon/core/warning',
3698
3799
  oldName: ['editor/warning', 'warning'],
3699
3800
  type: 'core',
3801
+ replacement: {
3802
+ name: 'status-warning',
3803
+ type: 'core',
3804
+ location: '@atlaskit/icon'
3805
+ },
3700
3806
  categorization: 'single-purpose',
3701
- usage: 'Single purpose - Reserved for warning system status.',
3807
+ usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
3702
3808
  team: 'Design System Team',
3703
- status: 'published'
3809
+ status: 'deprecated'
3704
3810
  },
3705
3811
  whiteboard: {
3706
3812
  keywords: ['whiteboard', 'icon', 'core', 'shapes', 'canvas'],