@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.
- package/CHANGELOG.md +116 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-townsquare/tsconfig.json +27 -0
- package/core/capture.d.ts +4 -1
- package/core/capture.js +3 -3
- package/core/cash.js +2 -2
- package/core/close.d.ts +4 -1
- package/core/close.js +3 -3
- package/core/{issue.d.ts → cross.d.ts} +3 -6
- package/core/{align-right.js → cross.js} +7 -7
- package/core/discovery.d.ts +4 -1
- package/core/discovery.js +3 -2
- package/core/error.d.ts +4 -1
- package/core/error.js +3 -2
- package/core/flask.js +2 -2
- package/core/{issues.d.ts → focus-area.d.ts} +3 -6
- package/core/{summarize.js → focus-area.js} +7 -7
- package/core/information.d.ts +4 -1
- package/core/information.js +4 -2
- package/core/lightbulb.js +2 -2
- package/core/magic-wand.js +2 -2
- package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
- package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
- package/core/migration/capture--jira-capture.js +3 -3
- package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
- package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
- package/core/migration/close--cross.js +3 -3
- package/core/migration/close--editor-close.js +3 -3
- package/core/migration/discovery--editor-note.js +3 -2
- package/core/migration/error.js +3 -2
- package/core/migration/information--editor-info.js +4 -2
- package/core/migration/information--editor-panel.js +4 -2
- package/core/migration/information--info.js +4 -2
- package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
- package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
- package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
- package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
- package/core/migration/success--check-circle.js +2 -2
- package/core/migration/success--editor-success.js +2 -2
- package/core/migration/warning--editor-warning.js +3 -2
- package/core/migration/warning.js +3 -2
- package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
- package/core/migration/{issue.js → work-item--issue.js} +10 -10
- package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
- package/core/migration/{issues.js → work-items--issues.js} +9 -9
- package/core/paint-palette.js +2 -2
- package/core/pen.js +2 -2
- package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
- package/core/{border-weight-medium.js → status-discovery.js} +8 -7
- package/core/{align-left.d.ts → status-error.d.ts} +3 -6
- package/core/{drawer-right.js → status-error.js} +8 -7
- package/core/status-information.d.ts +13 -0
- package/core/{content-align-right.js → status-information.js} +9 -7
- package/core/status-success.d.ts +13 -0
- package/core/{border-weight-thick.js → status-success.js} +7 -7
- package/core/status-verified.js +3 -2
- package/core/status-warning.d.ts +13 -0
- package/core/{border-weight-thin.js → status-warning.js} +8 -7
- package/core/success.d.ts +4 -1
- package/core/success.js +2 -2
- package/core/warning.d.ts +4 -1
- package/core/warning.js +3 -2
- package/dist/cjs/deprecated-core.js +2 -81
- package/dist/cjs/deprecated-utility.js +134 -4
- package/dist/cjs/metadata-core.js +133 -308
- package/dist/cjs/metadata-utility.js +170 -30
- package/dist/cjs/migration-map.js +6 -6
- package/dist/es2019/deprecated-core.js +2 -81
- package/dist/es2019/deprecated-utility.js +134 -4
- package/dist/es2019/metadata-core.js +133 -308
- package/dist/es2019/metadata-utility.js +170 -30
- package/dist/es2019/migration-map.js +6 -6
- package/dist/esm/deprecated-core.js +2 -81
- package/dist/esm/deprecated-utility.js +134 -4
- package/dist/esm/metadata-core.js +133 -308
- package/dist/esm/metadata-utility.js +170 -30
- package/dist/esm/migration-map.js +6 -6
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/deprecated-utility.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/glyph/child-issues.js +2 -2
- package/glyph/detail-view.js +2 -2
- package/glyph/issue.js +2 -2
- package/glyph/issues.js +2 -2
- package/glyph/overview.js +2 -2
- package/glyph/room-menu.js +2 -2
- package/package.json +7 -7
- package/svgs/core/cash.svg +1 -1
- package/svgs/core/cross.svg +1 -0
- package/svgs/core/flask.svg +1 -1
- package/svgs/core/focus-area.svg +1 -0
- package/svgs/core/lightbulb.svg +1 -1
- package/svgs/core/magic-wand.svg +1 -1
- package/svgs/core/paint-palette.svg +1 -1
- package/svgs/core/pen.svg +1 -1
- package/svgs/core/status-discovery.svg +1 -0
- package/svgs/core/status-error.svg +1 -0
- package/svgs/core/status-information.svg +1 -0
- package/svgs/core/status-success.svg +1 -0
- package/svgs/core/status-verified.svg +1 -1
- package/svgs/core/status-warning.svg +1 -0
- package/utility/add.d.ts +4 -1
- package/utility/arrow-down.d.ts +4 -1
- package/utility/arrow-left.d.ts +4 -1
- package/utility/arrow-right.d.ts +4 -1
- package/utility/arrow-up.d.ts +4 -1
- package/utility/check-circle.d.ts +4 -1
- package/utility/check-mark.d.ts +4 -1
- package/utility/chevron-double-left.d.ts +4 -1
- package/utility/chevron-double-right.d.ts +4 -1
- package/utility/chevron-down.d.ts +4 -1
- package/utility/chevron-left.d.ts +4 -1
- package/utility/chevron-right.d.ts +4 -1
- package/utility/chevron-up.d.ts +4 -1
- package/utility/cross-circle.d.ts +4 -1
- package/utility/cross.d.ts +4 -1
- package/utility/drag-handle-horizontal.d.ts +4 -1
- package/utility/drag-handle-vertical.d.ts +4 -1
- package/utility/drag-handle.d.ts +2 -2
- package/utility/error.d.ts +4 -1
- package/utility/information.d.ts +4 -1
- package/utility/link-external.d.ts +4 -1
- package/utility/lock-locked.d.ts +4 -1
- package/utility/lock-unlocked.d.ts +4 -1
- package/utility/show-more-horizontal.d.ts +4 -1
- package/utility/show-more-vertical.d.ts +4 -1
- package/utility/star-starred.d.ts +4 -1
- package/utility/star-unstarred.d.ts +4 -1
- package/utility/success.d.ts +4 -1
- package/utility/warning.d.ts +4 -1
- package/core/align-center.d.ts +0 -16
- package/core/align-center.js +0 -28
- package/core/align-left.js +0 -28
- package/core/align-right.d.ts +0 -16
- package/core/border-weight-medium.d.ts +0 -16
- package/core/border-weight-thick.d.ts +0 -16
- package/core/border-weight-thin.d.ts +0 -16
- package/core/child-issues.d.ts +0 -16
- package/core/child-issues.js +0 -28
- package/core/content-align-center.d.ts +0 -16
- package/core/content-align-center.js +0 -28
- package/core/content-align-left.d.ts +0 -16
- package/core/content-align-left.js +0 -28
- package/core/content-align-right.d.ts +0 -16
- package/core/drag-handle.d.ts +0 -16
- package/core/drag-handle.js +0 -28
- package/core/drawer-left.js +0 -28
- package/core/drawer-right.d.ts +0 -16
- package/core/issue.js +0 -28
- package/core/issues.js +0 -28
- package/core/migration/align-center--editor-align-center.js +0 -31
- package/core/migration/align-left--editor-align-left.js +0 -31
- package/core/migration/align-right--editor-align-right.js +0 -31
- package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
- package/core/migration/border-weight-thin--media-services-line.js +0 -31
- package/core/migration/child-issues.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.js +0 -31
- package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
- package/core/migration/content-align-left--editor-align-image-left.js +0 -31
- package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
- package/core/migration/content-align-right--editor-align-image-right.js +0 -31
- package/core/migration/drag-handle--drag-handler.js +0 -31
- package/core/migration/issues.d.ts +0 -15
- package/core/migration/sidebar-right--detail-view.d.ts +0 -15
- package/core/migration/sidebar-right--room-menu.d.ts +0 -15
- package/core/sidebar-left.d.ts +0 -16
- package/core/sidebar-left.js +0 -28
- package/core/sidebar-right.d.ts +0 -16
- package/core/sidebar-right.js +0 -28
- package/core/summarize.d.ts +0 -16
- package/svgs/core/align-center.svg +0 -1
- package/svgs/core/align-left.svg +0 -1
- package/svgs/core/align-right.svg +0 -1
- package/svgs/core/border-weight-medium.svg +0 -1
- package/svgs/core/border-weight-thick.svg +0 -1
- package/svgs/core/border-weight-thin.svg +0 -1
- package/svgs/core/child-issues.svg +0 -1
- package/svgs/core/content-align-center.svg +0 -1
- package/svgs/core/content-align-left.svg +0 -1
- package/svgs/core/content-align-right.svg +0 -1
- package/svgs/core/drag-handle.svg +0 -1
- package/svgs/core/drawer-left.svg +0 -1
- package/svgs/core/drawer-right.svg +0 -1
- package/svgs/core/issue.svg +0 -1
- package/svgs/core/issues.svg +0 -1
- package/svgs/core/sidebar-left.svg +0 -1
- package/svgs/core/sidebar-right.svg +0 -1
- package/svgs/core/summarize.svg +0 -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::
|
|
3
|
+
* @codegen <<SignedSource::f99ea99a006a4f29d6a537b27790dcf5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,16 +13,17 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
|
-
* Icon: "
|
|
16
|
+
* Icon: "StatusError".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for
|
|
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
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
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"/>`
|
|
25
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
27
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
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;
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::b0749aecb688ec01c0962b8f7fb609ff>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,16 +13,18 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
|
-
* Icon: "
|
|
16
|
+
* Icon: "StatusInformation".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
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
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
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"/>`
|
|
25
27
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
28
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
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;
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::8cc756abdbbefcea85e2842ee2eda39e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,16 +13,16 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
|
-
* Icon: "
|
|
16
|
+
* Icon: "StatusSuccess".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for
|
|
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
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
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
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
27
|
+
StatusSuccessIcon.displayName = 'StatusSuccessIcon';
|
|
28
|
+
var _default = exports.default = StatusSuccessIcon;
|
package/core/status-verified.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::
|
|
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="
|
|
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;
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::435e803a057e79e21a0d31c5b12f3f81>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,16 +13,17 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
|
-
* Icon: "
|
|
16
|
+
* Icon: "StatusWarning".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for
|
|
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
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
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"/>`
|
|
25
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
27
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
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::
|
|
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::
|
|
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:
|
|
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::
|
|
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::
|
|
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:
|
|
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
|
*/
|
|
@@ -9,87 +9,8 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
|
-
var deprecatedIcons = {
|
|
16
|
-
'@atlaskit/icon/core/align-center': {
|
|
17
|
-
message: 'The icon "align-center" is deprecated in favour of "align-text-center" from “@atlaskit/icon/core”'
|
|
18
|
-
},
|
|
19
|
-
'@atlaskit/icon/core/align-left': {
|
|
20
|
-
message: 'The icon "align-left" is deprecated in favour of "align-text-left" from “@atlaskit/icon/core”'
|
|
21
|
-
},
|
|
22
|
-
'@atlaskit/icon/core/align-right': {
|
|
23
|
-
message: 'The icon "align-right" is deprecated in favour of "align-text-right" from “@atlaskit/icon/core”'
|
|
24
|
-
},
|
|
25
|
-
'@atlaskit/icon/core/border-weight-medium': {
|
|
26
|
-
message: 'The icon "border-weight-medium" is deprecated in favour of "stroke-weight-medium" from “@atlaskit/icon/core”'
|
|
27
|
-
},
|
|
28
|
-
'@atlaskit/icon/core/border-weight-thick': {
|
|
29
|
-
message: 'The icon "border-weight-thick" is deprecated in favour of "stroke-weight-large" from “@atlaskit/icon/core”'
|
|
30
|
-
},
|
|
31
|
-
'@atlaskit/icon/core/border-weight-thin': {
|
|
32
|
-
message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
|
|
33
|
-
},
|
|
34
|
-
'@atlaskit/icon/core/child-issues': {
|
|
35
|
-
message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
|
|
36
|
-
},
|
|
37
|
-
'@atlaskit/icon/core/content-align-center': {
|
|
38
|
-
message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
|
|
39
|
-
},
|
|
40
|
-
'@atlaskit/icon/core/content-align-left': {
|
|
41
|
-
message: 'The icon "content-align-left" is deprecated in favour of "align-image-left" from “@atlaskit/icon/core”'
|
|
42
|
-
},
|
|
43
|
-
'@atlaskit/icon/core/content-align-right': {
|
|
44
|
-
message: 'The icon "content-align-right" is deprecated in favour of "align-image-right" from “@atlaskit/icon/core”'
|
|
45
|
-
},
|
|
46
|
-
'@atlaskit/icon/core/drag-handle': {
|
|
47
|
-
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
48
|
-
},
|
|
49
|
-
'@atlaskit/icon/core/drawer-left': {
|
|
50
|
-
message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
51
|
-
},
|
|
52
|
-
'@atlaskit/icon/core/drawer-right': {
|
|
53
|
-
message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
54
|
-
},
|
|
55
|
-
'@atlaskit/icon/core/issue': {
|
|
56
|
-
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
57
|
-
},
|
|
58
|
-
'@atlaskit/icon/core/issues': {
|
|
59
|
-
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
60
|
-
},
|
|
61
|
-
'@atlaskit/icon/core/sidebar-left': {
|
|
62
|
-
message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
63
|
-
},
|
|
64
|
-
'@atlaskit/icon/core/sidebar-right': {
|
|
65
|
-
message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
66
|
-
},
|
|
67
|
-
'@atlaskit/icon/core/summarize': {
|
|
68
|
-
message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
|
|
69
|
-
},
|
|
70
|
-
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
71
|
-
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
72
|
-
},
|
|
73
|
-
'@atlaskit/icon/core/migration/align-left--editor-align-left': {
|
|
74
|
-
message: 'The icon "align-left--editor-align-left" is deprecated in favour of "align-text-left--editor-align-left" from “@atlaskit/icon/core/migration”'
|
|
75
|
-
},
|
|
76
|
-
'@atlaskit/icon/core/migration/align-right--editor-align-right': {
|
|
77
|
-
message: 'The icon "align-right--editor-align-right" is deprecated in favour of "align-text-right--editor-align-right" from “@atlaskit/icon/core/migration”'
|
|
78
|
-
},
|
|
79
|
-
'@atlaskit/icon/core/migration/border-weight-thin--media-services-line': {
|
|
80
|
-
message: 'The icon "border-weight-thin--media-services-line" is deprecated in favour of "stroke-weight-small--media-services-line" from “@atlaskit/icon/core/migration”'
|
|
81
|
-
},
|
|
82
|
-
'@atlaskit/icon/core/migration/content-align-center--editor-align-image-center': {
|
|
83
|
-
message: 'The icon "content-align-center--editor-align-image-center" is deprecated in favour of "align-image-center--editor-align-image-center" from “@atlaskit/icon/core/migration”'
|
|
84
|
-
},
|
|
85
|
-
'@atlaskit/icon/core/migration/content-align-left--editor-align-image-left': {
|
|
86
|
-
message: 'The icon "content-align-left--editor-align-image-left" is deprecated in favour of "align-image-left--editor-align-image-left" from “@atlaskit/icon/core/migration”'
|
|
87
|
-
},
|
|
88
|
-
'@atlaskit/icon/core/migration/content-align-right--editor-align-image-right': {
|
|
89
|
-
message: 'The icon "content-align-right--editor-align-image-right" is deprecated in favour of "align-image-right--editor-align-image-right" from “@atlaskit/icon/core/migration”'
|
|
90
|
-
},
|
|
91
|
-
'@atlaskit/icon/core/migration/drag-handle--drag-handler': {
|
|
92
|
-
message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
|
|
93
|
-
}
|
|
94
|
-
};
|
|
15
|
+
var deprecatedIcons = {};
|
|
95
16
|
var _default = exports.default = deprecatedIcons;
|
|
@@ -9,16 +9,146 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::fb70e6767d35094fbe4b28e206f22313>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
16
|
+
'@atlaskit/icon/utility/add': {
|
|
17
|
+
message: 'The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”'
|
|
18
|
+
},
|
|
19
|
+
'@atlaskit/icon/utility/arrow-down': {
|
|
20
|
+
message: 'The icon "arrow-down" is deprecated in favour of "arrow-down" from “@atlaskit/icon/core”'
|
|
21
|
+
},
|
|
22
|
+
'@atlaskit/icon/utility/arrow-left': {
|
|
23
|
+
message: 'The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”'
|
|
24
|
+
},
|
|
25
|
+
'@atlaskit/icon/utility/arrow-right': {
|
|
26
|
+
message: 'The icon "arrow-right" is deprecated in favour of "arrow-right" from “@atlaskit/icon/core”'
|
|
27
|
+
},
|
|
28
|
+
'@atlaskit/icon/utility/arrow-up': {
|
|
29
|
+
message: 'The icon "arrow-up" is deprecated in favour of "arrow-up" from “@atlaskit/icon/core”'
|
|
30
|
+
},
|
|
31
|
+
'@atlaskit/icon/utility/check-circle': {
|
|
32
|
+
message: 'The icon "check-circle" is deprecated in favour of "check-circle" from “@atlaskit/icon/core”'
|
|
33
|
+
},
|
|
34
|
+
'@atlaskit/icon/utility/check-mark': {
|
|
35
|
+
message: 'The icon "check-mark" is deprecated in favour of "check-mark" from “@atlaskit/icon/core”'
|
|
36
|
+
},
|
|
37
|
+
'@atlaskit/icon/utility/chevron-double-left': {
|
|
38
|
+
message: 'The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core”'
|
|
39
|
+
},
|
|
40
|
+
'@atlaskit/icon/utility/chevron-double-right': {
|
|
41
|
+
message: 'The icon "chevron-double-right" is deprecated in favour of "chevron-double-right" from “@atlaskit/icon/core”'
|
|
42
|
+
},
|
|
43
|
+
'@atlaskit/icon/utility/chevron-down': {
|
|
44
|
+
message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/utility/chevron-left': {
|
|
47
|
+
message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
49
|
+
'@atlaskit/icon/utility/chevron-right': {
|
|
50
|
+
message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core”'
|
|
51
|
+
},
|
|
52
|
+
'@atlaskit/icon/utility/chevron-up': {
|
|
53
|
+
message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”'
|
|
54
|
+
},
|
|
55
|
+
'@atlaskit/icon/utility/cross': {
|
|
56
|
+
message: 'The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
|
|
57
|
+
},
|
|
58
|
+
'@atlaskit/icon/utility/cross-circle': {
|
|
59
|
+
message: 'The icon "cross-circle" is deprecated in favour of "cross-circle" from “@atlaskit/icon/core”'
|
|
60
|
+
},
|
|
16
61
|
'@atlaskit/icon/utility/drag-handle': {
|
|
17
|
-
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/
|
|
62
|
+
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
63
|
+
},
|
|
64
|
+
'@atlaskit/icon/utility/drag-handle-horizontal': {
|
|
65
|
+
message: 'The icon "drag-handle-horizontal" is deprecated in favour of "drag-handle-horizontal" from “@atlaskit/icon/core”'
|
|
66
|
+
},
|
|
67
|
+
'@atlaskit/icon/utility/drag-handle-vertical': {
|
|
68
|
+
message: 'The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
69
|
+
},
|
|
70
|
+
'@atlaskit/icon/utility/error': {
|
|
71
|
+
message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
|
|
72
|
+
},
|
|
73
|
+
'@atlaskit/icon/utility/information': {
|
|
74
|
+
message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
|
|
75
|
+
},
|
|
76
|
+
'@atlaskit/icon/utility/link-external': {
|
|
77
|
+
message: 'The icon "link-external" is deprecated in favour of "link-external" from “@atlaskit/icon/core”'
|
|
78
|
+
},
|
|
79
|
+
'@atlaskit/icon/utility/lock-locked': {
|
|
80
|
+
message: 'The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”'
|
|
81
|
+
},
|
|
82
|
+
'@atlaskit/icon/utility/lock-unlocked': {
|
|
83
|
+
message: 'The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core”'
|
|
18
84
|
},
|
|
19
|
-
'@atlaskit/icon/utility/
|
|
20
|
-
message: 'The icon "
|
|
85
|
+
'@atlaskit/icon/utility/show-more-horizontal': {
|
|
86
|
+
message: 'The icon "show-more-horizontal" is deprecated in favour of "show-more-horizontal" from “@atlaskit/icon/core”'
|
|
87
|
+
},
|
|
88
|
+
'@atlaskit/icon/utility/show-more-vertical': {
|
|
89
|
+
message: 'The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”'
|
|
90
|
+
},
|
|
91
|
+
'@atlaskit/icon/utility/star-starred': {
|
|
92
|
+
message: 'The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”'
|
|
93
|
+
},
|
|
94
|
+
'@atlaskit/icon/utility/star-unstarred': {
|
|
95
|
+
message: 'The icon "star-unstarred" is deprecated in favour of "star-unstarred" from “@atlaskit/icon/core”'
|
|
96
|
+
},
|
|
97
|
+
'@atlaskit/icon/utility/success': {
|
|
98
|
+
message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
|
|
99
|
+
},
|
|
100
|
+
'@atlaskit/icon/utility/warning': {
|
|
101
|
+
message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
|
|
102
|
+
},
|
|
103
|
+
'@atlaskit/icon/utility/migration/check-circle': {
|
|
104
|
+
message: 'The icon "check-circle" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
|
|
105
|
+
unfixable: true
|
|
106
|
+
},
|
|
107
|
+
'@atlaskit/icon/utility/migration/check-mark--editor-done': {
|
|
108
|
+
message: 'The icon "check-mark--editor-done" is deprecated in favour of "check-mark--editor-done" from “@atlaskit/icon/core/migration”'
|
|
109
|
+
},
|
|
110
|
+
'@atlaskit/icon/utility/migration/chevron-down': {
|
|
111
|
+
message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core/migration”'
|
|
112
|
+
},
|
|
113
|
+
'@atlaskit/icon/utility/migration/chevron-down--chevron-down-circle': {
|
|
114
|
+
message: 'The icon "chevron-down--chevron-down-circle" is deprecated in favour of "chevron-down--chevron-down-circle" from “@atlaskit/icon/core/migration”'
|
|
115
|
+
},
|
|
116
|
+
'@atlaskit/icon/utility/migration/chevron-down--hipchat-chevron-down': {
|
|
117
|
+
message: 'The icon "chevron-down--hipchat-chevron-down" is deprecated in favour of "chevron-down--hipchat-chevron-down" from “@atlaskit/icon/core/migration”'
|
|
118
|
+
},
|
|
119
|
+
'@atlaskit/icon/utility/migration/chevron-left--chevron-left-circle': {
|
|
120
|
+
message: 'The icon "chevron-left--chevron-left-circle" is deprecated in favour of "chevron-left--chevron-left-circle" from “@atlaskit/icon/core/migration”'
|
|
121
|
+
},
|
|
122
|
+
'@atlaskit/icon/utility/migration/chevron-left': {
|
|
123
|
+
message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core/migration”'
|
|
124
|
+
},
|
|
125
|
+
'@atlaskit/icon/utility/migration/chevron-left--chevron-left-large': {
|
|
126
|
+
message: 'The icon "chevron-left--chevron-left-large" is deprecated in favour of "chevron-left--chevron-left-large" from “@atlaskit/icon/core/migration”'
|
|
127
|
+
},
|
|
128
|
+
'@atlaskit/icon/utility/migration/chevron-right--chevron-right-circle': {
|
|
129
|
+
message: 'The icon "chevron-right--chevron-right-circle" is deprecated in favour of "chevron-right--chevron-right-circle" from “@atlaskit/icon/core/migration”'
|
|
130
|
+
},
|
|
131
|
+
'@atlaskit/icon/utility/migration/chevron-right': {
|
|
132
|
+
message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core/migration”'
|
|
133
|
+
},
|
|
134
|
+
'@atlaskit/icon/utility/migration/chevron-right--chevron-right-large': {
|
|
135
|
+
message: 'The icon "chevron-right--chevron-right-large" is deprecated in favour of "chevron-right--chevron-right-large" from “@atlaskit/icon/core/migration”'
|
|
136
|
+
},
|
|
137
|
+
'@atlaskit/icon/utility/migration/chevron-up--chevron-up-circle': {
|
|
138
|
+
message: 'The icon "chevron-up--chevron-up-circle" is deprecated in favour of "chevron-up--chevron-up-circle" from “@atlaskit/icon/core/migration”'
|
|
139
|
+
},
|
|
140
|
+
'@atlaskit/icon/utility/migration/chevron-up--hipchat-chevron-up': {
|
|
141
|
+
message: 'The icon "chevron-up--hipchat-chevron-up" is deprecated in favour of "chevron-up--hipchat-chevron-up" from “@atlaskit/icon/core/migration”'
|
|
142
|
+
},
|
|
143
|
+
'@atlaskit/icon/utility/migration/chevron-up': {
|
|
144
|
+
message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core/migration”'
|
|
145
|
+
},
|
|
146
|
+
'@atlaskit/icon/utility/migration/cross--editor-close': {
|
|
147
|
+
message: 'The icon "cross--editor-close" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
|
|
21
148
|
unfixable: true
|
|
149
|
+
},
|
|
150
|
+
'@atlaskit/icon/core/migration/drag-handle--drag-handler': {
|
|
151
|
+
message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
|
|
22
152
|
}
|
|
23
153
|
};
|
|
24
154
|
var _default = exports.default = deprecatedIcons;
|