@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::1043cc02e149fc19165ba5b91793bff7>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,12 +10,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
14
|
-
var
|
|
13
|
+
var _childWorkItems = _interopRequireDefault(require("@atlaskit/icon/core/child-work-items"));
|
|
14
|
+
var _childIssues = _interopRequireDefault(require("@atlaskit/icon/glyph/child-issues"));
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
/**
|
|
17
|
-
* Migration Icon component for
|
|
18
|
-
* This component is
|
|
17
|
+
* Migration Icon component for ChildWorkItemsIcon.
|
|
18
|
+
* This component is ChildWorkItemsIcon, with `UNSAFE_fallbackIcon` set to "ChildIssuesIcon".
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
@@ -23,9 +23,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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
|
*/
|
|
26
|
-
const
|
|
27
|
-
LEGACY_fallbackIcon:
|
|
26
|
+
const ChildWorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_childWorkItems.default, Object.assign({
|
|
27
|
+
LEGACY_fallbackIcon: _childIssues.default
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
ChildWorkItemsIcon.Name = 'ChildWorkItemsIconMigration';
|
|
31
|
+
var _default = exports.default = ChildWorkItemsIcon;
|
|
@@ -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::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:
|
|
20
|
+
* Category: multi-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
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::
|
|
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:
|
|
20
|
+
* Category: multi-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
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::
|
|
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:
|
|
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
|
*/
|
package/core/migration/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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::246004ff06402c5e56edeef9f0a2a075>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@ import React from 'react';
|
|
|
8
8
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
9
9
|
import Icon from '@atlaskit/icon/base-new';
|
|
10
10
|
|
|
11
|
-
declare const
|
|
11
|
+
declare const PanelRightIconMigration: {
|
|
12
12
|
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
13
|
displayName: string;
|
|
14
14
|
};
|
|
15
|
-
export default
|
|
15
|
+
export default PanelRightIconMigration;
|
|
@@ -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::8fa35c2d859c6465bf7d8e74ec194e5c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,22 +10,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right"));
|
|
14
14
|
var _detailView = _interopRequireDefault(require("@atlaskit/icon/glyph/detail-view"));
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
/**
|
|
17
|
-
* Migration Icon component for
|
|
18
|
-
* This component is
|
|
17
|
+
* Migration Icon component for PanelRightIcon.
|
|
18
|
+
* This component is PanelRightIcon, with `UNSAFE_fallbackIcon` set to "DetailViewIcon".
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for opening a
|
|
22
|
+
* Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
|
|
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
|
*/
|
|
26
|
-
const
|
|
26
|
+
const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_panelRight.default, Object.assign({
|
|
27
27
|
LEGACY_fallbackIcon: _detailView.default
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
PanelRightIcon.Name = 'PanelRightIconMigration';
|
|
31
|
+
var _default = exports.default = PanelRightIcon;
|
|
@@ -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::246004ff06402c5e56edeef9f0a2a075>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@ import React from 'react';
|
|
|
8
8
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
9
9
|
import Icon from '@atlaskit/icon/base-new';
|
|
10
10
|
|
|
11
|
-
declare const
|
|
11
|
+
declare const PanelRightIconMigration: {
|
|
12
12
|
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
13
|
displayName: string;
|
|
14
14
|
};
|
|
15
|
-
export default
|
|
15
|
+
export default PanelRightIconMigration;
|
|
@@ -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::d6384f464f0a5845294d9f9ecf767552>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,22 +10,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right"));
|
|
14
14
|
var _roomMenu = _interopRequireDefault(require("@atlaskit/icon/glyph/room-menu"));
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
/**
|
|
17
|
-
* Migration Icon component for
|
|
18
|
-
* This component is
|
|
17
|
+
* Migration Icon component for PanelRightIcon.
|
|
18
|
+
* This component is PanelRightIcon, with `UNSAFE_fallbackIcon` set to "RoomMenuIcon".
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for opening a
|
|
22
|
+
* Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
|
|
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
|
*/
|
|
26
|
-
const
|
|
26
|
+
const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_panelRight.default, Object.assign({
|
|
27
27
|
LEGACY_fallbackIcon: _roomMenu.default
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
PanelRightIcon.Name = 'PanelRightIconMigration';
|
|
31
|
+
var _default = exports.default = PanelRightIcon;
|
|
@@ -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::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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::7ad08e9cf6f278ece76cffb1e663e664>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@ import React from 'react';
|
|
|
8
8
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
9
9
|
import Icon from '@atlaskit/icon/base-new';
|
|
10
10
|
|
|
11
|
-
declare const
|
|
11
|
+
declare const WorkItemIconMigration: {
|
|
12
12
|
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
13
|
displayName: string;
|
|
14
14
|
};
|
|
15
|
-
export default
|
|
15
|
+
export default WorkItemIconMigration;
|
|
@@ -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::dd889e80424019b64b57f46f523f0af4>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,22 +10,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
14
|
-
var
|
|
13
|
+
var _workItem = _interopRequireDefault(require("@atlaskit/icon/core/work-item"));
|
|
14
|
+
var _issue = _interopRequireDefault(require("@atlaskit/icon/glyph/issue"));
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
/**
|
|
17
|
-
* Migration Icon component for
|
|
18
|
-
* This component is
|
|
17
|
+
* Migration Icon component for WorkItemIcon.
|
|
18
|
+
* This component is WorkItemIcon, with `UNSAFE_fallbackIcon` set to "IssueIcon".
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for
|
|
22
|
+
* Usage guidance: Reserved for work items.
|
|
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
|
*/
|
|
26
|
-
const
|
|
27
|
-
LEGACY_fallbackIcon:
|
|
26
|
+
const WorkItemIcon = props => /*#__PURE__*/_react.default.createElement(_workItem.default, Object.assign({
|
|
27
|
+
LEGACY_fallbackIcon: _issue.default
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
WorkItemIcon.Name = 'WorkItemIconMigration';
|
|
31
|
+
var _default = exports.default = WorkItemIcon;
|
|
@@ -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::7aae3106e4986a9a18d1d926655330a1>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@ import React from 'react';
|
|
|
8
8
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
9
9
|
import Icon from '@atlaskit/icon/base-new';
|
|
10
10
|
|
|
11
|
-
declare const
|
|
11
|
+
declare const WorkItemsIconMigration: {
|
|
12
12
|
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
13
|
displayName: string;
|
|
14
14
|
};
|
|
15
|
-
export default
|
|
15
|
+
export default WorkItemsIconMigration;
|
|
@@ -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::fb8f7b91262d340d7e94aafcc4e8657b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,12 +10,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
14
|
-
var
|
|
13
|
+
var _workItems = _interopRequireDefault(require("@atlaskit/icon/core/work-items"));
|
|
14
|
+
var _issues = _interopRequireDefault(require("@atlaskit/icon/glyph/issues"));
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
/**
|
|
17
|
-
* Migration Icon component for
|
|
18
|
-
* This component is
|
|
17
|
+
* Migration Icon component for WorkItemsIcon.
|
|
18
|
+
* This component is WorkItemsIcon, with `UNSAFE_fallbackIcon` set to "IssuesIcon".
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
@@ -23,9 +23,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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
|
*/
|
|
26
|
-
const
|
|
27
|
-
LEGACY_fallbackIcon:
|
|
26
|
+
const WorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_workItems.default, Object.assign({
|
|
27
|
+
LEGACY_fallbackIcon: _issues.default
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
WorkItemsIcon.Name = 'WorkItemsIconMigration';
|
|
31
|
+
var _default = exports.default = WorkItemsIcon;
|
package/core/paint-palette.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::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"
|
|
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::
|
|
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.
|
|
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';
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::512be2441c25a33a28f9f93c5f6f87b9>>
|
|
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 "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const DrawerLeftIcon: {
|
|
9
|
+
declare const StatusDiscoveryIcon: {
|
|
13
10
|
(props: NewCoreIconProps): JSX.Element;
|
|
14
11
|
displayName: string;
|
|
15
12
|
};
|
|
16
|
-
export default
|
|
13
|
+
export default StatusDiscoveryIcon;
|
|
@@ -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::d3d9e204036cb1254e3df77520f3e51c>>
|
|
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: "StatusDiscovery".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for
|
|
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
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
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"/>`
|
|
25
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
27
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
28
|
+
StatusDiscoveryIcon.displayName = 'StatusDiscoveryIcon';
|
|
29
|
+
var _default = exports.default = StatusDiscoveryIcon;
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::e68f5bc60eca730b0a65f7bd26f51d19>>
|
|
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 "align-left" is deprecated in favour of "align-text-left" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const AlignLeftIcon: {
|
|
9
|
+
declare const StatusErrorIcon: {
|
|
13
10
|
(props: NewCoreIconProps): JSX.Element;
|
|
14
11
|
displayName: string;
|
|
15
12
|
};
|
|
16
|
-
export default
|
|
13
|
+
export default StatusErrorIcon;
|