@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,121 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#173492](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173492)
|
|
8
|
+
[`26fefb696ee7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26fefb696ee7e) -
|
|
9
|
+
This release deprecates all `@atlaskit/icon/utility` entry-points. If you require 12px icons
|
|
10
|
+
please use the `@atlaskit/icon/core` entry-point instead with size prop set to 'small'.
|
|
11
|
+
Furthermore, this release also adds, updates and deprecates icons other icons in
|
|
12
|
+
`@atlaskit/icon/core`.
|
|
13
|
+
|
|
14
|
+
### Added:
|
|
15
|
+
|
|
16
|
+
**`@atlaskit/icon/core`**
|
|
17
|
+
|
|
18
|
+
- `cross`
|
|
19
|
+
- `focus-area`
|
|
20
|
+
- `status-discovery`
|
|
21
|
+
- `status-error`
|
|
22
|
+
- `status-information`
|
|
23
|
+
- `status-success`
|
|
24
|
+
- `status-warning`
|
|
25
|
+
|
|
26
|
+
### Updated:
|
|
27
|
+
|
|
28
|
+
**`@atlaskit/icon/core`**
|
|
29
|
+
|
|
30
|
+
- `cash`
|
|
31
|
+
- `close`
|
|
32
|
+
- `flask`
|
|
33
|
+
- `lightbulb`
|
|
34
|
+
- `magic-wand`
|
|
35
|
+
- `paint-palette`
|
|
36
|
+
- `pen`
|
|
37
|
+
- `status-verified`
|
|
38
|
+
|
|
39
|
+
### Deprecated:
|
|
40
|
+
|
|
41
|
+
**`@atlaskit/icon/core`**
|
|
42
|
+
|
|
43
|
+
- `capture`
|
|
44
|
+
- `close`
|
|
45
|
+
- `discovery`
|
|
46
|
+
- `error`
|
|
47
|
+
- `information`
|
|
48
|
+
- `success`
|
|
49
|
+
- `warning`
|
|
50
|
+
|
|
51
|
+
### Deprecated:
|
|
52
|
+
|
|
53
|
+
**`@atlaskit/icon/utility`**
|
|
54
|
+
|
|
55
|
+
- `add`
|
|
56
|
+
- `arrow-down`
|
|
57
|
+
- `arrow-left`
|
|
58
|
+
- `arrow-right`
|
|
59
|
+
- `arrow-up`
|
|
60
|
+
- `check-circle`
|
|
61
|
+
- `check-mark`
|
|
62
|
+
- `chevron-double-left`
|
|
63
|
+
- `chevron-double-right`
|
|
64
|
+
- `chevron-down`
|
|
65
|
+
- `chevron-left`
|
|
66
|
+
- `chevron-right`
|
|
67
|
+
- `chevron-up`
|
|
68
|
+
- `cross`
|
|
69
|
+
- `cross-circle`
|
|
70
|
+
- `drag-handle-horizontal`
|
|
71
|
+
- `drag-handle-vertical`
|
|
72
|
+
- `error`
|
|
73
|
+
- `information`
|
|
74
|
+
- `link-external`
|
|
75
|
+
- `lock-locked`
|
|
76
|
+
- `lock-unlocked`
|
|
77
|
+
- `show-more-horizontal`
|
|
78
|
+
- `show-more-vertical`
|
|
79
|
+
- `star-starred`
|
|
80
|
+
- `star-unstarred`
|
|
81
|
+
- `success`
|
|
82
|
+
- `warning`
|
|
83
|
+
|
|
84
|
+
## 27.0.0
|
|
85
|
+
|
|
86
|
+
### Major Changes
|
|
87
|
+
|
|
88
|
+
- [#171534](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171534)
|
|
89
|
+
[`7a6465c5735e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a6465c5735e5) -
|
|
90
|
+
This release removes icons in `@atlaskit/icon`.
|
|
91
|
+
|
|
92
|
+
### Removed:
|
|
93
|
+
|
|
94
|
+
**`@atlaskit/icon/core`**
|
|
95
|
+
|
|
96
|
+
- `align-center`
|
|
97
|
+
- `align-left`
|
|
98
|
+
- `align-right`
|
|
99
|
+
- `border-weight-medium`
|
|
100
|
+
- `border-weight-thick`
|
|
101
|
+
- `border-weight-thin`
|
|
102
|
+
- `child-issues`
|
|
103
|
+
- `content-align-center`
|
|
104
|
+
- `content-align-left`
|
|
105
|
+
- `content-align-right`
|
|
106
|
+
- `drag-handle`
|
|
107
|
+
- `drawer-left`
|
|
108
|
+
- `drawer-right`
|
|
109
|
+
- `issue`
|
|
110
|
+
- `issues`
|
|
111
|
+
- `sidebar-left`
|
|
112
|
+
- `sidebar-right`
|
|
113
|
+
- `summarize`
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies
|
|
118
|
+
|
|
3
119
|
## 26.4.1
|
|
4
120
|
|
|
5
121
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.townsquare.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../townsquare/tsDist/@atlaskit__icon/app",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"composite": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../tokens/afm-townsquare/tsconfig.json"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
package/core/capture.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::329f6b429b72e22bcb32a232fd9ff121>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const CaptureIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/capture.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a12ae91329c31904cfc6debd07c7390e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -14,9 +14,9 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* Icon: "Capture".
|
|
17
|
-
* Category:
|
|
17
|
+
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for representing Focus Areas.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/cash.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::ba9dbcfa60d009476764a0efc04083e6>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const CashIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zM14.5 12.5h-13v-9h13zM12 9v2.5h1.5V9zM7 8c0-1.015.612-1.5 1-1.5S9 6.985 9 8s-.612 1.5-1 1.5S7 9.015 7 8M2.5 4.5V7H4V4.5zm3 3.5c0 1.47.955 3 2.5 3s2.5-1.53 2.5-3S9.545 5 8 5 5.5 6.53 5.5 8"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
CashIcon.displayName = 'CashIcon';
|
package/core/close.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::43e45171969ac6e7d4a3afd487d0f78a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const CloseIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/close.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b2832ce3758295ab6ed0286f39d79816>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -14,9 +14,9 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* Icon: "Close".
|
|
17
|
-
* Category:
|
|
17
|
+
* Category: multi-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
@@ -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::cad76b6f1588fdaf5e291415763855d3>>
|
|
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 "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const IssueIcon: {
|
|
9
|
+
declare const CrossIcon: {
|
|
13
10
|
(props: NewCoreIconProps): JSX.Element;
|
|
14
11
|
displayName: string;
|
|
15
12
|
};
|
|
16
|
-
export default
|
|
13
|
+
export default CrossIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::85cb292de644104b34b7dd23f5bdf435>>
|
|
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: "Cross".
|
|
17
17
|
* Category: multi-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
23
|
+
const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.03 3.03 9.06 8l4.97 4.97-1.06 1.06L8 9.06l-4.97 4.97-1.06-1.06L6.94 8 1.97 3.03l1.06-1.06L8 6.94l4.97-4.97z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
27
|
+
CrossIcon.displayName = 'CrossIcon';
|
|
28
|
+
var _default = exports.default = CrossIcon;
|
package/core/discovery.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::54b9ba742080654e9d0217fedaaff5d8>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const DiscoveryIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/discovery.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::ffbdc778869407ee1ee67d41c1920845>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Discovery".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for discovery statuses and messaging.
|
|
20
|
+
Filled status icons provide higher visual contrast to draw attention to important information.
|
|
20
21
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
22
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
23
|
*/
|
package/core/error.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b0132d8f8111588f4d4cd28fa4679e8c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ErrorIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/error.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a2cd3105f02ad146f4ebeeb5e7e40633>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Error".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for error statuses and messaging.
|
|
20
|
+
Filled status icons provide higher visual contrast to draw attention to important information.
|
|
20
21
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
22
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
23
|
*/
|
package/core/flask.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::c10a33263e75892be93ba7d3c2bbdb7f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const FlaskIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M11.25 1v1.5h-.75v1.36l3.283 8.413A2 2 0 0 1 11.92 15H4.08a2 2 0 0 1-1.863-2.727L5.5 3.859V2.5h-.75V1zM3.614 12.818a.5.5 0 0 0 .466.682h7.84a.5.5 0 0 0 .466-.682L10.896 9H5.103zM7 4a.8.8 0 0 1-.052.272L5.69 7.5h4.621L9.052 4.272A.8.8 0 0 1 9 4V2.5H7z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
FlaskIcon.displayName = 'FlaskIcon';
|
|
@@ -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::70f6fcff85fc0f9a22983ef58cb795b3>>
|
|
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 "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const IssuesIcon: {
|
|
9
|
+
declare const FocusAreaIcon: {
|
|
13
10
|
(props: NewCoreIconProps): JSX.Element;
|
|
14
11
|
displayName: string;
|
|
15
12
|
};
|
|
16
|
-
export default
|
|
13
|
+
export default FocusAreaIcon;
|
|
@@ -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::8a343d228f7b2cb744ed538334c31c9f>>
|
|
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: "FocusArea".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for
|
|
19
|
+
* Usage guidance: Reserved for representing Focus Areas.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
23
|
+
const FocusAreaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M1 13v-3h1.5v3a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2m12.5 0v-3H15v3a2 2 0 0 1-2 2h-3v-1.5h3a.5.5 0 0 0 .5-.5M9.75 8a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0M1 3a2 2 0 0 1 2-2h3v1.5H3a.5.5 0 0 0-.5.5v3H1zm12.5 0a.5.5 0 0 0-.5-.5h-3V1h3a2 2 0 0 1 2 2v3h-1.5zm-2.25 5a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
|
-
|
|
28
|
-
var _default = exports.default =
|
|
27
|
+
FocusAreaIcon.displayName = 'FocusAreaIcon';
|
|
28
|
+
var _default = exports.default = FocusAreaIcon;
|
package/core/information.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::97c27ad97fd45ccd7269b02a35d03dfc>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const InformationIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/information.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::d43a7428702b82788297fb999fe29f0a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Information".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for information statuses and messaging.
|
|
20
|
+
Filled status icons provide higher visual contrast to draw attention to important information.
|
|
21
|
+
For information tooltips, use the unfilled 'information circle' icon.
|
|
20
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
24
|
*/
|
package/core/lightbulb.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::5f93e34be6622a1cb8208e9984b09a45>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const LightbulbIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M10 12.5H6V14a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-2-11c-3.022 0-4.935 3.243-3.473 5.888L5.535 9.21c.303.548.463 1.164.465 1.79h4a3.7 3.7 0 0 1 .465-1.79l1.008-1.822C12.935 4.743 11.022 1.5 8 1.5M11.5 14a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-2.988a2.2 2.2 0 0 0-.277-1.075L3.215 8.114C1.2 4.47 3.835 0 8 0c4.164 0 6.8 4.47 4.785 8.114l-1.008 1.823a2.2 2.2 0 0 0-.277 1.075z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
LightbulbIcon.displayName = 'LightbulbIcon';
|
package/core/magic-wand.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::b57d69a7e6f53846886bde82f36883e5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const MagicWandIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M9.027 3.911a1.376 1.376 0 0 1 1.841-.094l.105.094 1.116 1.116a1.376 1.376 0 0 1 0 1.946l-8.616 8.616a1.376 1.376 0 0 1-1.946 0L.411 14.473a1.376 1.376 0 0 1 0-1.946zM1.561 13.5l.939.94L7.938 9 7 8.061zm13.431-4.067-1.06 1.06-1.415-1.414 1.061-1.06zM8.061 7l.938.938L10.939 6l-.94-.94zM16 5v1.5h-2V5zM7.982 2.422l-1.06 1.06-1.414-1.414 1.06-1.06zm7.01-.354-1.414 1.414-1.06-1.06 1.414-1.414zM11 0v2H9.5V0z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
MagicWandIcon.displayName = 'MagicWandIcon';
|
package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts}
RENAMED
|
@@ -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::dfd04740cf5384ffa46f2bef32e6b7ca>>
|
|
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 AlignTextLeftIconMigration: {
|
|
12
12
|
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
13
|
displayName: string;
|
|
14
14
|
};
|
|
15
|
-
export default
|
|
15
|
+
export default AlignTextLeftIconMigration;
|
|
@@ -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::b6ff75d4122eed72eb0b91a004b9cfb7>>
|
|
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
|
|
13
|
+
var _alignTextLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-text-left"));
|
|
14
14
|
var _overview = _interopRequireDefault(require("@atlaskit/icon/glyph/overview"));
|
|
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 AlignTextLeftIcon.
|
|
18
|
+
* This component is AlignTextLeftIcon, with `UNSAFE_fallbackIcon` set to "OverviewIcon".
|
|
19
19
|
*
|
|
20
20
|
* Category: multi-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
|
|
26
|
+
const AlignTextLeftIcon = props => /*#__PURE__*/_react.default.createElement(_alignTextLeft.default, Object.assign({
|
|
27
27
|
LEGACY_fallbackIcon: _overview.default
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
AlignTextLeftIcon.Name = 'AlignTextLeftIconMigration';
|
|
31
|
+
var _default = exports.default = AlignTextLeftIcon;
|
|
@@ -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::5c422438719ca9581daa7fe8f75988c3>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -17,9 +17,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
17
17
|
* Migration Icon component for CaptureIcon.
|
|
18
18
|
* This component is CaptureIcon, with `UNSAFE_fallbackIcon` set to "JiraCaptureIcon".
|
|
19
19
|
*
|
|
20
|
-
* Category:
|
|
20
|
+
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for representing Focus Areas.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts}
RENAMED
|
@@ -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::dcfa99ae520270ab1938c1b4c6728ba0>>
|
|
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 ChildWorkItemsIconMigration: {
|
|
12
12
|
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
13
|
displayName: string;
|
|
14
14
|
};
|
|
15
|
-
export default
|
|
15
|
+
export default ChildWorkItemsIconMigration;
|