@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
@@ -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::3a36a65999ae3c13d3a1917b5e2b052e>>
3
+ * @codegen <<SignedSource::65cdc00c41545a5e974b615c0e363097>>
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 when there is an error.
22
+ * Usage guidance: Reserved for error 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
  */
@@ -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::c283363b764d34f6b30155eda3eaef46>>
3
+ * @codegen <<SignedSource::921c43387c7852c5edb9fb15d3707fce>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,9 @@ 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 - Known uses: information state in section messages or inline messages.
22
+ * Usage guidance: Reserved for information statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
24
+ For information tooltips, use the unfilled 'information circle' icon.
23
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
26
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
27
  */
@@ -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::a5529c459ee2c2df402232a3b7b74525>>
3
+ * @codegen <<SignedSource::56ceccaeae6b6ab573cba52e86f8798f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,9 @@ 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 - Known uses: information state in section messages or inline messages.
22
+ * Usage guidance: Reserved for information statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
24
+ For information tooltips, use the unfilled 'information circle' icon.
23
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
26
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
27
  */
@@ -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::a62cd542d4ba6c4ac33816bbd6056646>>
3
+ * @codegen <<SignedSource::cba8aea4f01e137899fc410e6d59c613>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,9 @@ 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 - Known uses: information state in section messages or inline messages.
22
+ * Usage guidance: Reserved for information statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
24
+ For information tooltips, use the unfilled 'information circle' icon.
23
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
26
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
27
  */
@@ -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::934663f3d49f13f5eb4d23bc2f11a666>>
3
+ * @codegen <<SignedSource::45c9288f6eb359396f296ae05aab18bb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ 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 success section messages and form validation messages.
22
+ * Usage guidance: Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.
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::a025c623e0bb09a5c37bf2eb484e3711>>
3
+ * @codegen <<SignedSource::cff7f76982b85a3455ee52aa89d66175>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ 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 success section messages and form validation messages.
22
+ * Usage guidance: Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.
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::77723dece3c67bedf7bcbbec84e5d004>>
3
+ * @codegen <<SignedSource::d0bf07842bc2fe365de9b1d85cb30465>>
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 warning system status.
22
+ * Usage guidance: Reserved for warning statuses.
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
  */
@@ -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::783ce92761ea23bbb39745cb99e4a6be>>
3
+ * @codegen <<SignedSource::d5fac6bc179ab80298f715340f91ebf9>>
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 warning system status.
22
+ * Usage guidance: Reserved for warning statuses.
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
  */
@@ -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::1225ef95e7a558c311f2850a8a302084>>
3
+ * @codegen <<SignedSource::cbe6a4cd6ca6d41449932a25ed8a0757>>
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 PaintPaletteIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14.279 6.318A6.5 6.5 0 0 0 1.715 9.66c.218.645.465.869.701.96.29.11.796.115 1.72-.183 1.061-.344 2.141-.209 2.975.346.84.56 1.37 1.508 1.389 2.651.009.546.112.694.166.74.058.05.29.184 1.064.09a6.5 6.5 0 0 0 4.547-7.947M5.929.273a8 8 0 1 1 4.141 15.454 1 1 0 0 1-.097.02c-.908.117-1.72.055-2.29-.438-.573-.498-.672-1.24-.682-1.85-.011-.672-.309-1.152-.72-1.426-.42-.279-1.017-.384-1.683-.168-1.005.325-1.93.457-2.717.156-.836-.32-1.307-1.041-1.596-1.908l-.012-.042A8 8 0 0 1 5.929.273" clip-rule="evenodd"/><path fill="currentcolor" d="M8.26 5.6a1.13 1.13 0 1 1-.58-2.17 1.13 1.13 0 0 1 .58 2.17m3.19 2.25a1.13 1.13 0 1 1-.58-2.17 1.13 1.13 0 0 1 .58 2.17m-6.49-.07a1.13 1.13 0 1 1-.58-2.17 1.13 1.13 0 0 1 .58 2.17"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.93.273a8 8 0 0 1 4.14 15.455 1 1 0 0 1-.097.02c-.908.117-1.72.054-2.29-.44-.573-.497-.672-1.239-.682-1.849-.011-.672-.309-1.151-.72-1.426-.42-.279-1.016-.384-1.682-.169-1.006.326-1.93.458-2.717.157-.837-.32-1.308-1.041-1.597-1.908l-.012-.043A8 8 0 0 1 5.93.273m8.348 6.044A6.5 6.5 0 0 0 1.716 9.658c.218.647.464.872.701.962.29.11.796.117 1.72-.182 1.061-.344 2.14-.209 2.974.346.84.56 1.371 1.507 1.39 2.65.009.546.112.695.166.742.059.05.291.181 1.064.088a6.5 6.5 0 0 0 4.547-7.947"/><path fill="currentcolor" d="M10.87 5.68a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17m-6.49-.07a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17m3.3-2.18a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PaintPaletteIcon.displayName = 'PaintPaletteIcon';
package/core/pen.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::3e70be7cdea3a7aa6f27de03bc870785>>
3
+ * @codegen <<SignedSource::b782fa91208a5ce454d88e26c102b6d4>>
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 PenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M.22.22A.75.75 0 0 1 .936.023l9.96 2.548.142.042a2 2 0 0 1 1.336 1.568l.643 3.858a.75.75 0 0 1 .763.18l2 2a.75.75 0 0 1 0 1.061l-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1-.18-.763l-3.86-.643a2 2 0 0 1-1.567-1.336l-.042-.142L.023.936A.75.75 0 0 1 .22.22m9.59 13.03.94.94 3.44-3.44-.94-.94zM8 7.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-3.842-.781L2.154 3.215l1.87 7.31.024.07a.5.5 0 0 0 .379.3l4.815.801 2.454-2.454-.801-4.815a.5.5 0 0 0-.3-.38l-.07-.023-7.31-1.87 3.504 3.504A2 2 0 0 1 9.5 7.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.72.72a.75.75 0 0 1 .73-.194l9.167 2.522a2 2 0 0 1 1.461 1.739l.294 3.083a2 2 0 0 1 2.042.483L15.78 9.72a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-1.366-1.366a2 2 0 0 1-.484-2.042l-3.083-.294a2 2 0 0 1-1.74-1.46L.528 1.448A.75.75 0 0 1 .72.72m12.634 8.694a.5.5 0 0 0-.707 0l-3.233 3.232a.5.5 0 0 0 0 .707l.836.836 3.94-3.94zM6.636 5.575a1.624 1.624 0 0 1 2.114 1.55 1.625 1.625 0 1 1-3.175-.49l-2.85-2.85 1.77 6.435a.5.5 0 0 0 .435.365l4.04.384 1.999-2-.384-4.04a.5.5 0 0 0-.365-.435l-6.435-1.77z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PenIcon.displayName = 'PenIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::512be2441c25a33a28f9f93c5f6f87b9>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusDiscoveryIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusDiscoveryIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d3d9e204036cb1254e3df77520f3e51c>>
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: "StatusDiscovery".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for discovery statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
21
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
22
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
23
+ */
24
+ const StatusDiscoveryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10.5 15.06v-3.81a.75.75 0 0 1 .75-.75h3.81z"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v6h-4.75C9.56 9 9 9.56 9 10.25V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM4 9h3V7.5H4zm0-5v1.5h7V4z" clip-rule="evenodd"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusDiscoveryIcon.displayName = 'StatusDiscoveryIcon';
29
+ var _default = exports.default = StatusDiscoveryIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e68f5bc60eca730b0a65f7bd26f51d19>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusErrorIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusErrorIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f99ea99a006a4f29d6a537b27790dcf5>>
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: "StatusError".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for error statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
21
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
22
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
23
+ */
24
+ const StatusErrorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
25
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.586.603a2 2 0 0 1 2.828 0l5.983 5.983a2 2 0 0 1 0 2.828l-5.983 5.982a2 2 0 0 1-2.828 0L.604 9.414a2 2 0 0 1 0-2.828zM8 10.25a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-.75-6.5V9h1.5V3.75z" clip-rule="evenodd"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusErrorIcon.displayName = 'StatusErrorIcon';
29
+ var _default = exports.default = StatusErrorIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a5b4187736ab5c9cf965440ee6a988f1>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusInformationIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusInformationIcon;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b0749aecb688ec01c0962b8f7fb609ff>>
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: "StatusInformation".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
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.
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const StatusInformationIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
26
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.5 6.75v1.5h.75v4.25h1.5v-5A.75.75 0 0 0 8 6.75zM8 3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/>`
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ StatusInformationIcon.displayName = 'StatusInformationIcon';
30
+ var _default = exports.default = StatusInformationIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a6febf4529d183b060e3ce1ba725c440>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusSuccessIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusSuccessIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8cc756abdbbefcea85e2842ee2eda39e>>
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: "StatusSuccess".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.
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 StatusSuccessIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0l5-6-1.152-.96z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ StatusSuccessIcon.displayName = 'StatusSuccessIcon';
28
+ var _default = exports.default = StatusSuccessIcon;
@@ -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::08303db08bddd05336395b40b61b967a>>
3
+ * @codegen <<SignedSource::e3a26defb7fafbfaa404238ab66b0242>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,11 +17,12 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
19
  * Usage guidance: Reserved for representing verified content.
20
+ Filled status icons provide higher visual contrast 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
  */
23
24
  const StatusVerifiedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M9.15.444a1.713 1.713 0 0 0-2.3 0L5.7 1.486a.2.2 0 0 1-.15.055L4 1.481a1.713 1.713 0 0 0-1.763 1.48l-.21 1.536a.2.2 0 0 1-.08.139l-1.225.95c-.697.54-.87 1.52-.4 2.266l.827 1.312c.03.047.04.104.027.159l-.328 1.515A1.713 1.713 0 0 0 2 12.831l1.477.474a.2.2 0 0 1 .123.103l.723 1.372c.41.78 1.346 1.12 2.162.787l1.436-.586a.2.2 0 0 1 .16 0l1.436.586a1.713 1.713 0 0 0 2.162-.787l.723-1.372a.2.2 0 0 1 .123-.103l1.477-.474a1.713 1.713 0 0 0 1.15-1.993l-.328-1.515a.2.2 0 0 1 .028-.159l.827-1.312a1.71 1.71 0 0 0-.4-2.266l-1.225-.95a.2.2 0 0 1-.08-.14l-.21-1.536A1.713 1.713 0 0 0 12 1.481l-1.55.06a.2.2 0 0 1-.15-.055zm3.176 5.036-1.152-.96L6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.85.444a1.713 1.713 0 0 1 2.301 0L10.3 1.486a.2.2 0 0 0 .15.055L12 1.48a1.71 1.71 0 0 1 1.762 1.479l.21 1.537a.2.2 0 0 0 .081.139l1.226.95c.696.54.87 1.52.4 2.266l-.828 1.312a.2.2 0 0 0-.027.158l.328 1.516a1.713 1.713 0 0 1-1.151 1.993l-1.477.474a.2.2 0 0 0-.123.103l-.723 1.372a1.713 1.713 0 0 1-2.162.787l-1.435-.587a.2.2 0 0 0-.161 0l-1.436.587a1.713 1.713 0 0 1-2.162-.787l-.723-1.372a.22.22 0 0 0-.124-.103L2 12.83a1.713 1.713 0 0 1-1.15-1.993l.327-1.516a.2.2 0 0 0-.027-.158L.322 7.852a1.713 1.713 0 0 1 .4-2.266l1.225-.95a.2.2 0 0 0 .081-.14l.21-1.536a1.71 1.71 0 0 1 1.763-1.48l1.55.06a.2.2 0 0 0 .15-.055zm-.1 9.384L4.826 7.519l-1.152.961 2.5 3a.75.75 0 0 0 1.152 0l5-6-1.152-.96z" clip-rule="evenodd"/>`
25
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
27
  }, props));
27
28
  StatusVerifiedIcon.displayName = 'StatusVerifiedIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a8d0dff94459a5a2d048284207499d36>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWarningIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWarningIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::435e803a057e79e21a0d31c5b12f3f81>>
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: "StatusWarning".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for warning statuses.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
21
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
22
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
23
+ */
24
+ const StatusWarningIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
25
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.242 1.168c.756-1.395 2.76-1.395 3.516 0l5.9 10.878c.723 1.333-.242 2.953-1.758 2.953H2.1C.584 15-.38 13.38.342 12.046zM8 10.75a1 1 0 1 0 0 2.001 1 1 0 0 0 0-2M7.25 4.5v5h1.5v-5z" clip-rule="evenodd"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWarningIcon.displayName = 'StatusWarningIcon';
29
+ var _default = exports.default = StatusWarningIcon;
package/core/success.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::c7f6ba61ddc612ce90eacf4855ce0a7e>>
3
+ * @codegen <<SignedSource::e5342acfeebaca3c6e3ee4d23f96c85b>>
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 "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const SuccessIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/success.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::d8a54e77ebc6c63c295a0cd7c7e0eeda>>
3
+ * @codegen <<SignedSource::20972219c6507a2ba31d70f1a6537d02>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Success".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single-purpose - Reserved for success section messages and form validation messages.
19
+ * Usage guidance: Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.
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/warning.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::8edbf79f917fb5616c0c8fc2b838a96f>>
3
+ * @codegen <<SignedSource::d319267d53da463bbe8bf255cc267978>>
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 "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const WarningIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/warning.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::1447c2d9394cec1fac504fd0d225fa23>>
3
+ * @codegen <<SignedSource::c615014b011664b243a37531e093f861>>
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: "Warning".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for warning system status.
19
+ * Usage guidance: Reserved for warning statuses.
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
  */