@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,104 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 27.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#176032](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176032)
8
+ [`0a172a0fd7cd6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a172a0fd7cd6) -
9
+ Updated migration mapping for several icon entrypoints.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon/core/migration`**
14
+
15
+ - `cross--editor-close`
16
+ - `cross`
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
22
+ ## 27.1.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [#173492](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173492)
27
+ [`26fefb696ee7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26fefb696ee7e) -
28
+ This release deprecates all `@atlaskit/icon/utility` entry-points. If you require 12px icons
29
+ please use the `@atlaskit/icon/core` entry-point instead with size prop set to 'small'.
30
+ Furthermore, this release also adds, updates and deprecates other icons in `@atlaskit/icon/core`.
31
+
32
+ ### Added:
33
+
34
+ **`@atlaskit/icon/core`**
35
+
36
+ - `cross`
37
+ - `focus-area`
38
+ - `status-discovery`
39
+ - `status-error`
40
+ - `status-information`
41
+ - `status-success`
42
+ - `status-warning`
43
+
44
+ ### Updated:
45
+
46
+ **`@atlaskit/icon/core`**
47
+
48
+ - `cash`
49
+ - `close`
50
+ - `flask`
51
+ - `lightbulb`
52
+ - `magic-wand`
53
+ - `paint-palette`
54
+ - `pen`
55
+ - `status-verified`
56
+
57
+ ### Deprecated:
58
+
59
+ **`@atlaskit/icon/core`**
60
+
61
+ - `capture`
62
+ - `close`
63
+ - `discovery`
64
+ - `error`
65
+ - `information`
66
+ - `success`
67
+ - `warning`
68
+
69
+ ### Deprecated:
70
+
71
+ **`@atlaskit/icon/utility`**
72
+
73
+ - `add`
74
+ - `arrow-down`
75
+ - `arrow-left`
76
+ - `arrow-right`
77
+ - `arrow-up`
78
+ - `check-circle`
79
+ - `check-mark`
80
+ - `chevron-double-left`
81
+ - `chevron-double-right`
82
+ - `chevron-down`
83
+ - `chevron-left`
84
+ - `chevron-right`
85
+ - `chevron-up`
86
+ - `cross`
87
+ - `cross-circle`
88
+ - `drag-handle-horizontal`
89
+ - `drag-handle-vertical`
90
+ - `error`
91
+ - `information`
92
+ - `link-external`
93
+ - `lock-locked`
94
+ - `lock-unlocked`
95
+ - `show-more-horizontal`
96
+ - `show-more-vertical`
97
+ - `star-starred`
98
+ - `star-unstarred`
99
+ - `success`
100
+ - `warning`
101
+
3
102
  ## 27.0.0
4
103
 
5
104
  ### Major Changes
package/core/capture.d.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9f1ffda76aae5b860cfadf60b9506ed7>>
3
+ * @codegen <<SignedSource::329f6b429b72e22bcb32a232fd9ff121>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CaptureIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/capture.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5214d474784a87576e9d4de9982f1966>>
3
+ * @codegen <<SignedSource::a12ae91329c31904cfc6debd07c7390e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -14,9 +14,9 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
16
  * Icon: "Capture".
17
- * Category: multi-purpose
17
+ * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: 📦 @atlaskit/icon/core/capture
19
+ * Usage guidance: Reserved for representing Focus Areas.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
package/core/cash.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::34afbed3ed81bd41495402f2c7f8d3d4>>
3
+ * @codegen <<SignedSource::ba9dbcfa60d009476764a0efc04083e6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const CashIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 2.75a.75.75 0 0 0-.75-.75H.75a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75zm-1.5.75v9h-13v-9zM4 7V4.5H2.5V7zm6.5 1c0-1.47-.955-3-2.5-3S5.5 6.53 5.5 8s.955 3 2.5 3 2.5-1.53 2.5-3M8 6.5c.388 0 1 .485 1 1.5s-.612 1.5-1 1.5S7 9.015 7 8s.612-1.5 1-1.5m5.5 5V9H12v2.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zM14.5 12.5h-13v-9h13zM12 9v2.5h1.5V9zM7 8c0-1.015.612-1.5 1-1.5S9 6.985 9 8s-.612 1.5-1 1.5S7 9.015 7 8M2.5 4.5V7H4V4.5zm3 3.5c0 1.47.955 3 2.5 3s2.5-1.53 2.5-3S9.545 5 8 5 5.5 6.53 5.5 8"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  CashIcon.displayName = 'CashIcon';
package/core/close.d.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::204e273b9bfda33f2a57bdca722d49b0>>
3
+ * @codegen <<SignedSource::43e45171969ac6e7d4a3afd487d0f78a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CloseIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/close.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::13d0fc846b6bef3d8e704c9e8e0a2026>>
3
+ * @codegen <<SignedSource::b2832ce3758295ab6ed0286f39d79816>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -14,9 +14,9 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
16
  * Icon: "Close".
17
- * Category: single-purpose
17
+ * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for closing an element.
19
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cad76b6f1588fdaf5e291415763855d3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const CrossIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default CrossIcon;
package/core/cross.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::85cb292de644104b34b7dd23f5bdf435>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "Cross".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.03 3.03 9.06 8l4.97 4.97-1.06 1.06L8 9.06l-4.97 4.97-1.06-1.06L6.94 8 1.97 3.03l1.06-1.06L8 6.94l4.97-4.97z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ CrossIcon.displayName = 'CrossIcon';
28
+ var _default = exports.default = CrossIcon;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f0dc9b00f8504b207d961dbae5a0807e>>
3
+ * @codegen <<SignedSource::54b9ba742080654e9d0217fedaaff5d8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DiscoveryIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/discovery.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::76cd3e086072c64456cfadc7cf78beeb>>
3
+ * @codegen <<SignedSource::ffbdc778869407ee1ee67d41c1920845>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Discovery".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for representing discovery. Used for Note info panel variant in Editor.
19
+ * Usage guidance: Reserved for discovery statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
20
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
23
  */
package/core/error.d.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d7920885c80f683226354c1c665ebac5>>
3
+ * @codegen <<SignedSource::b0132d8f8111588f4d4cd28fa4679e8c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ErrorIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/error.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::257fef37d04db299e24e95484ff9b12f>>
3
+ * @codegen <<SignedSource::a2cd3105f02ad146f4ebeeb5e7e40633>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Error".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for when there is an error.
19
+ * Usage guidance: Reserved for error statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
20
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
23
  */
package/core/flask.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::74bfec641d4189e7274e991164fabf9a>>
3
+ * @codegen <<SignedSource::c10a33263e75892be93ba7d3c2bbdb7f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const FlaskIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.75 0h6.5v1.5h-.75v3.359l3.284 8.414A2 2 0 0 1 11.92 16H4.08a2 2 0 0 1-1.864-2.727L5.5 4.859V1.5h-.75zM7 1.5V5a.8.8 0 0 1-.051.273L5.689 8.5h4.622L9.05 5.273A.8.8 0 0 1 9 5V1.5zm3.896 8.5H5.104l-1.49 3.818a.5.5 0 0 0 .466.682h7.84a.5.5 0 0 0 .466-.682z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.25 1v1.5h-.75v1.36l3.283 8.413A2 2 0 0 1 11.92 15H4.08a2 2 0 0 1-1.863-2.727L5.5 3.859V2.5h-.75V1zM3.614 12.818a.5.5 0 0 0 .466.682h7.84a.5.5 0 0 0 .466-.682L10.896 9H5.103zM7 4a.8.8 0 0 1-.052.272L5.69 7.5h4.621L9.052 4.272A.8.8 0 0 1 9 4V2.5H7z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  FlaskIcon.displayName = 'FlaskIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::70f6fcff85fc0f9a22983ef58cb795b3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const FocusAreaIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default FocusAreaIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8a343d228f7b2cb744ed538334c31c9f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "FocusArea".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for representing Focus Areas.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const FocusAreaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M1 13v-3h1.5v3a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2m12.5 0v-3H15v3a2 2 0 0 1-2 2h-3v-1.5h3a.5.5 0 0 0 .5-.5M9.75 8a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0M1 3a2 2 0 0 1 2-2h3v1.5H3a.5.5 0 0 0-.5.5v3H1zm12.5 0a.5.5 0 0 0-.5-.5h-3V1h3a2 2 0 0 1 2 2v3h-1.5zm-2.25 5a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ FocusAreaIcon.displayName = 'FocusAreaIcon';
28
+ var _default = exports.default = FocusAreaIcon;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2f8c351c5d81b2dd5f904839353c1418>>
3
+ * @codegen <<SignedSource::97c27ad97fd45ccd7269b02a35d03dfc>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const InformationIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::11503d00887c85dd37060e980bd5f02d>>
3
+ * @codegen <<SignedSource::d43a7428702b82788297fb999fe29f0a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Information".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Known uses: information state in section messages or inline messages.
19
+ * Usage guidance: Reserved for information statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
21
+ For information tooltips, use the unfilled 'information circle' icon.
20
22
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
23
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
24
  */
package/core/lightbulb.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::aff1a0601d1dfa1b068f5f916af0a8fe>>
3
+ * @codegen <<SignedSource::5f93e34be6622a1cb8208e9984b09a45>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const LightbulbIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a4.5 4.5 0 0 0-2.516 8.232c.545.368 1.002.994 1.016 1.768h3c.014-.774.471-1.4 1.016-1.768A4.5 4.5 0 0 0 8 1.5M9.5 13h-3v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM2 6a6 6 0 1 1 9.355 4.975c-.247.167-.355.385-.355.56V14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-2.465c0-.175-.108-.393-.355-.56A6 6 0 0 1 2 6" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10 12.5H6V14a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-2-11c-3.022 0-4.935 3.243-3.473 5.888L5.535 9.21c.303.548.463 1.164.465 1.79h4a3.7 3.7 0 0 1 .465-1.79l1.008-1.822C12.935 4.743 11.022 1.5 8 1.5M11.5 14a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-2.988a2.2 2.2 0 0 0-.277-1.075L3.215 8.114C1.2 4.47 3.835 0 8 0c4.164 0 6.8 4.47 4.785 8.114l-1.008 1.823a2.2 2.2 0 0 0-.277 1.075z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  LightbulbIcon.displayName = 'LightbulbIcon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e674ae8e4bcaa3ce828d44ac8144dec4>>
3
+ * @codegen <<SignedSource::b57d69a7e6f53846886bde82f36883e5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const MagicWandIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10 2V0h1.5v2zM7.922 3.482 6.507 2.068l1.061-1.06 1.414 1.414zm7.07-1.414-1.414 1.414-1.06-1.06 1.414-1.415zM8.779 4.162a1.375 1.375 0 0 1 1.944 0l1.116 1.116a1.375 1.375 0 0 1 0 1.944l-8.116 8.116a1.375 1.375 0 0 1-1.944 0L.662 14.222a1.375 1.375 0 0 1 0-1.944zM9.75 5.31 8.31 6.75l.94.94 1.44-1.44zM8.19 8.75l-.94-.94-5.44 5.44.94.94zM16 6h-2V4.5h2zm-2.068 3.493-1.414-1.415 1.06-1.06 1.415 1.414z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.027 3.911a1.376 1.376 0 0 1 1.841-.094l.105.094 1.116 1.116a1.376 1.376 0 0 1 0 1.946l-8.616 8.616a1.376 1.376 0 0 1-1.946 0L.411 14.473a1.376 1.376 0 0 1 0-1.946zM1.561 13.5l.939.94L7.938 9 7 8.061zm13.431-4.067-1.06 1.06-1.415-1.414 1.061-1.06zM8.061 7l.938.938L10.939 6l-.94-.94zM16 5v1.5h-2V5zM7.982 2.422l-1.06 1.06-1.414-1.414 1.06-1.06zm7.01-.354-1.414 1.414-1.06-1.06 1.414-1.414zM11 0v2H9.5V0z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  MagicWandIcon.displayName = 'MagicWandIcon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::de803b253d54b4162d4d04cd51a35361>>
3
+ * @codegen <<SignedSource::5c422438719ca9581daa7fe8f75988c3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,9 +17,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  * Migration Icon component for CaptureIcon.
18
18
  * This component is CaptureIcon, with `UNSAFE_fallbackIcon` set to "JiraCaptureIcon".
19
19
  *
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: 📦 @atlaskit/icon/core/capture
22
+ * Usage guidance: Reserved for representing Focus Areas.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e25fa526c0658720d6f2766d6bdbde06>>
3
+ * @codegen <<SignedSource::35b8c6b585772b9406ca86ab3c3befd4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,9 +17,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  * Migration Icon component for CloseIcon.
18
18
  * This component is CloseIcon, with `UNSAFE_fallbackIcon` set to "CrossIcon".
19
19
  *
20
- * Category: single-purpose
20
+ * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for closing an element.
22
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e514a79fafb6c57d068e94d2350d1008>>
3
+ * @codegen <<SignedSource::a8221850e05ac929fb26618da6db4acc>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,9 +17,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  * Migration Icon component for CloseIcon.
18
18
  * This component is CloseIcon, with `UNSAFE_fallbackIcon` set to "EditorCloseIcon".
19
19
  *
20
- * Category: single-purpose
20
+ * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for closing an element.
22
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2da46d8855ce09cda67571450b965ffc>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const CrossIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default CrossIconMigration;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::53b9d7f39d5a7786fd5c4592782d4f82>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
14
+ var _close = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/close"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for CrossIcon.
18
+ * This component is CrossIcon, with `UNSAFE_fallbackIcon` set to "EditorCloseIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_cross.default, Object.assign({
27
+ LEGACY_fallbackIcon: _close.default
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ CrossIcon.Name = 'CrossIconMigration';
31
+ var _default = exports.default = CrossIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2da46d8855ce09cda67571450b965ffc>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const CrossIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default CrossIconMigration;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::40d49d14e43276e4147396a05e9540f1>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
14
+ var _cross2 = _interopRequireDefault(require("@atlaskit/icon/glyph/cross"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for CrossIcon.
18
+ * This component is CrossIcon, with `UNSAFE_fallbackIcon` set to "CrossIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_cross.default, Object.assign({
27
+ LEGACY_fallbackIcon: _cross2.default
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ CrossIcon.Name = 'CrossIconMigration';
31
+ var _default = exports.default = CrossIcon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::083750d66f8ddafc04b4d764ea361b41>>
3
+ * @codegen <<SignedSource::79b7b06346630e2a8502fd6db80f47e1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for representing discovery. Used for Note info panel variant in Editor.
22
+ * Usage guidance: Reserved for discovery statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
23
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
26
  */