@atlaskit/icon 26.2.0 → 26.4.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 +42 -0
- package/core/child-issues.d.ts +4 -1
- package/core/child-issues.js +2 -2
- package/core/drawer-left.d.ts +4 -1
- package/core/drawer-left.js +2 -2
- package/core/drawer-right.d.ts +4 -1
- package/core/drawer-right.js +2 -2
- package/core/image.js +2 -2
- package/core/migration/child-issues.js +2 -2
- package/core/panel-left.d.ts +13 -0
- package/core/panel-left.js +28 -0
- package/core/panel-right.d.ts +13 -0
- package/core/panel-right.js +28 -0
- package/core/sidebar-left.d.ts +2 -2
- package/core/sidebar-right.d.ts +2 -2
- package/core/summarize.d.ts +4 -1
- package/dist/cjs/deprecated-core.js +15 -3
- package/dist/cjs/metadata-core.js +53 -13
- package/dist/es2019/deprecated-core.js +15 -3
- package/dist/es2019/metadata-core.js +53 -13
- package/dist/esm/deprecated-core.js +15 -3
- package/dist/esm/metadata-core.js +53 -13
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/image.svg +1 -1
- package/svgs/core/panel-left.svg +1 -0
- package/svgs/core/panel-right.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 26.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#161328](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161328)
|
|
8
|
+
[`76f53eb3bc586`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76f53eb3bc586) -
|
|
9
|
+
This release updates and deprecates icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Updated:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `image`
|
|
16
|
+
|
|
17
|
+
### Deprecated:
|
|
18
|
+
|
|
19
|
+
**`@atlaskit/icon/core`**
|
|
20
|
+
|
|
21
|
+
- `child-issues`
|
|
22
|
+
- `drawer-left`
|
|
23
|
+
- `drawer-right`
|
|
24
|
+
- `summarize`
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
30
|
+
## 26.3.0
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- [#160927](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160927)
|
|
35
|
+
[`70494296070b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70494296070b5) -
|
|
36
|
+
This release adds icons in `@atlaskit/icon`.
|
|
37
|
+
|
|
38
|
+
### Added:
|
|
39
|
+
|
|
40
|
+
**`@atlaskit/icon/core`**
|
|
41
|
+
|
|
42
|
+
- `panel-left`
|
|
43
|
+
- `panel-right`
|
|
44
|
+
|
|
3
45
|
## 26.2.0
|
|
4
46
|
|
|
5
47
|
### Minor Changes
|
package/core/child-issues.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::cde2ad987876c8ba84138c3bea2cec75>>
|
|
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 "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChildIssuesIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/child-issues.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::0a33c20b0e9684239e470bd9fc395b3e>>
|
|
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: "ChildIssues".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for child work items.
|
|
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/drawer-left.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::935924fc159f794461e1f2ad14ae2090>>
|
|
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
|
+
*/
|
|
9
12
|
declare const DrawerLeftIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/drawer-left.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::104b4ca293b6a45e251b904aac4a841c>>
|
|
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: "DrawerLeft".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for opening a
|
|
19
|
+
* Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.
|
|
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/drawer-right.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::358bfb75410a2c2205aee7d7a5da3c68>>
|
|
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-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const DrawerRightIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/drawer-right.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::fd2c77c72df580ec76edf4672a0944dd>>
|
|
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: "DrawerRight".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for opening a
|
|
19
|
+
* Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
|
|
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/image.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::92d4dfc113a3924af0f8a9fba22d539c>>
|
|
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 ImageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M5.75 4a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.644l6.274-7.723.053-.058a.75.75 0 0 1 1.06 0L13.5 8.19V3a.5.5 0 0 0-.5-.5zm2.575 11H13a.5.5 0 0 0 .5-.5v-2.69l-2.943-2.943z" clip-rule="evenodd"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ImageIcon.displayName = 'ImageIcon';
|
|
@@ -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::89cbd658a789691c2dfd917ec82d5504>>
|
|
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 child 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
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ba08d94cacf51afba1b1b73b97f7baf6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const PanelLeftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default PanelLeftIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::022a93d8181f11b751c8d1c27d34dcb8>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "PanelLeft".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const PanelLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H8v11h6a.5.5 0 0 0 .5-.5zM5 10v1.5H3V10zm0-3v1.5H3V7zm0-3v1.5H3V4zm-3.5 9a.5.5 0 0 0 .5.5h4.5v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
PanelLeftIcon.displayName = 'PanelLeftIcon';
|
|
28
|
+
var _default = exports.default = PanelLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::80ad40c5cc61ff972c7d44982e9c64db>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const PanelRightIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default PanelRightIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8b10c2aaa76d32294bc7ed1c0a1888df>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "PanelRight".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H9.5v11H14a.5.5 0 0 0 .5-.5zM13 10v1.5h-2V10zm0-3v1.5h-2V7zm0-3v1.5h-2V4zM1.5 13a.5.5 0 0 0 .5.5h6v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
PanelRightIcon.displayName = 'PanelRightIcon';
|
|
28
|
+
var _default = exports.default = PanelRightIcon;
|
package/core/sidebar-left.d.ts
CHANGED
|
@@ -1,13 +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::92832e7bb082159eab67198c65433053>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
* @deprecated The icon "sidebar-left" is deprecated in favour of "
|
|
10
|
+
* @deprecated The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”
|
|
11
11
|
*/
|
|
12
12
|
declare const SidebarLeftIcon: {
|
|
13
13
|
(props: NewCoreIconProps): JSX.Element;
|
package/core/sidebar-right.d.ts
CHANGED
|
@@ -1,13 +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::46402e2d2d758d9f400b93e074b1d3e8>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
* @deprecated The icon "sidebar-right" is deprecated in favour of "
|
|
10
|
+
* @deprecated The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
|
|
11
11
|
*/
|
|
12
12
|
declare const SidebarRightIcon: {
|
|
13
13
|
(props: NewCoreIconProps): JSX.Element;
|
package/core/summarize.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::587c4908d31c30697c90aa2830e5b9c8>>
|
|
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 "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SummarizeIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -9,7 +9,7 @@ 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::3ab215e5b6736f728bfeeaa0c615bcb0>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
@@ -31,6 +31,9 @@ var deprecatedIcons = {
|
|
|
31
31
|
'@atlaskit/icon/core/border-weight-thin': {
|
|
32
32
|
message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
|
|
33
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
|
+
},
|
|
34
37
|
'@atlaskit/icon/core/content-align-center': {
|
|
35
38
|
message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
|
|
36
39
|
},
|
|
@@ -43,6 +46,12 @@ var deprecatedIcons = {
|
|
|
43
46
|
'@atlaskit/icon/core/drag-handle': {
|
|
44
47
|
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
45
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
|
+
},
|
|
46
55
|
'@atlaskit/icon/core/issue': {
|
|
47
56
|
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
48
57
|
},
|
|
@@ -50,10 +59,13 @@ var deprecatedIcons = {
|
|
|
50
59
|
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
51
60
|
},
|
|
52
61
|
'@atlaskit/icon/core/sidebar-left': {
|
|
53
|
-
message: 'The icon "sidebar-left" is deprecated in favour of "
|
|
62
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
54
63
|
},
|
|
55
64
|
'@atlaskit/icon/core/sidebar-right': {
|
|
56
|
-
message: 'The icon "sidebar-right" is deprecated in favour of "
|
|
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”'
|
|
57
69
|
},
|
|
58
70
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
59
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”'
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -803,15 +803,20 @@ var metadata = {
|
|
|
803
803
|
slackChannel: '#icon-contributions'
|
|
804
804
|
},
|
|
805
805
|
'child-issues': {
|
|
806
|
-
keywords: ['child-issues', 'childissues', 'icon', 'core'],
|
|
806
|
+
keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
807
807
|
componentName: 'ChildIssuesIcon',
|
|
808
808
|
package: '@atlaskit/icon/core/child-issues',
|
|
809
809
|
oldName: ['child-issues'],
|
|
810
810
|
type: 'core',
|
|
811
|
+
replacement: {
|
|
812
|
+
name: 'child-work-items',
|
|
813
|
+
type: 'core',
|
|
814
|
+
location: '@atlaskit/icon'
|
|
815
|
+
},
|
|
811
816
|
categorization: 'single-purpose',
|
|
812
|
-
usage: '
|
|
817
|
+
usage: 'Reserved for child work items.',
|
|
813
818
|
team: 'Design System Team',
|
|
814
|
-
status: '
|
|
819
|
+
status: 'deprecated'
|
|
815
820
|
},
|
|
816
821
|
'child-work-items': {
|
|
817
822
|
keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
@@ -1265,24 +1270,34 @@ var metadata = {
|
|
|
1265
1270
|
slackChannel: '#icon-contributions'
|
|
1266
1271
|
},
|
|
1267
1272
|
'drawer-left': {
|
|
1268
|
-
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', '
|
|
1273
|
+
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1269
1274
|
componentName: 'DrawerLeftIcon',
|
|
1270
1275
|
package: '@atlaskit/icon/core/drawer-left',
|
|
1271
1276
|
type: 'core',
|
|
1277
|
+
replacement: {
|
|
1278
|
+
name: 'panel-left',
|
|
1279
|
+
type: 'core',
|
|
1280
|
+
location: '@atlaskit/icon'
|
|
1281
|
+
},
|
|
1272
1282
|
categorization: 'single-purpose',
|
|
1273
|
-
usage: 'Reserved for opening a
|
|
1283
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
|
|
1274
1284
|
team: 'Design System Team',
|
|
1275
|
-
status: '
|
|
1285
|
+
status: 'deprecated'
|
|
1276
1286
|
},
|
|
1277
1287
|
'drawer-right': {
|
|
1278
|
-
keywords: ['drawer-right', 'drawerright', 'icon', 'core', '
|
|
1288
|
+
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1279
1289
|
componentName: 'DrawerRightIcon',
|
|
1280
1290
|
package: '@atlaskit/icon/core/drawer-right',
|
|
1281
1291
|
type: 'core',
|
|
1292
|
+
replacement: {
|
|
1293
|
+
name: 'panel-right',
|
|
1294
|
+
type: 'core',
|
|
1295
|
+
location: '@atlaskit/icon'
|
|
1296
|
+
},
|
|
1282
1297
|
categorization: 'single-purpose',
|
|
1283
|
-
usage: 'Reserved for opening a
|
|
1298
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
1284
1299
|
team: 'Design System Team',
|
|
1285
|
-
status: '
|
|
1300
|
+
status: 'deprecated'
|
|
1286
1301
|
},
|
|
1287
1302
|
edit: {
|
|
1288
1303
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -2376,6 +2391,26 @@ var metadata = {
|
|
|
2376
2391
|
team: 'Design System Team',
|
|
2377
2392
|
status: 'published'
|
|
2378
2393
|
},
|
|
2394
|
+
'panel-left': {
|
|
2395
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2396
|
+
componentName: 'PanelLeftIcon',
|
|
2397
|
+
package: '@atlaskit/icon/core/panel-left',
|
|
2398
|
+
type: 'core',
|
|
2399
|
+
categorization: 'single-purpose',
|
|
2400
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
|
|
2401
|
+
team: 'Design System Team',
|
|
2402
|
+
status: 'published'
|
|
2403
|
+
},
|
|
2404
|
+
'panel-right': {
|
|
2405
|
+
keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2406
|
+
componentName: 'PanelRightIcon',
|
|
2407
|
+
package: '@atlaskit/icon/core/panel-right',
|
|
2408
|
+
type: 'core',
|
|
2409
|
+
categorization: 'single-purpose',
|
|
2410
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
2411
|
+
team: 'Design System Team',
|
|
2412
|
+
status: 'published'
|
|
2413
|
+
},
|
|
2379
2414
|
pen: {
|
|
2380
2415
|
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2381
2416
|
componentName: 'PenIcon',
|
|
@@ -3021,7 +3056,7 @@ var metadata = {
|
|
|
3021
3056
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
3022
3057
|
type: 'core',
|
|
3023
3058
|
replacement: {
|
|
3024
|
-
name: '
|
|
3059
|
+
name: 'panel-left',
|
|
3025
3060
|
type: 'core',
|
|
3026
3061
|
location: '@atlaskit/icon'
|
|
3027
3062
|
},
|
|
@@ -3037,7 +3072,7 @@ var metadata = {
|
|
|
3037
3072
|
oldName: ['detail-view', 'room-menu'],
|
|
3038
3073
|
type: 'core',
|
|
3039
3074
|
replacement: {
|
|
3040
|
-
name: '
|
|
3075
|
+
name: 'panel-right',
|
|
3041
3076
|
type: 'core',
|
|
3042
3077
|
location: '@atlaskit/icon'
|
|
3043
3078
|
},
|
|
@@ -3270,10 +3305,15 @@ var metadata = {
|
|
|
3270
3305
|
componentName: 'SummarizeIcon',
|
|
3271
3306
|
package: '@atlaskit/icon/core/summarize',
|
|
3272
3307
|
type: 'core',
|
|
3308
|
+
replacement: {
|
|
3309
|
+
name: 'ai-generative-text-summary',
|
|
3310
|
+
type: 'core',
|
|
3311
|
+
location: '@atlaskit/icon'
|
|
3312
|
+
},
|
|
3273
3313
|
categorization: 'single-purpose',
|
|
3274
3314
|
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
3275
3315
|
team: 'Atlassian Intelligence & Loom',
|
|
3276
|
-
status: '
|
|
3316
|
+
status: 'deprecated',
|
|
3277
3317
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
3278
3318
|
},
|
|
3279
3319
|
support: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
@@ -25,6 +25,9 @@ const deprecatedIcons = {
|
|
|
25
25
|
'@atlaskit/icon/core/border-weight-thin': {
|
|
26
26
|
message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
|
|
27
27
|
},
|
|
28
|
+
'@atlaskit/icon/core/child-issues': {
|
|
29
|
+
message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
|
|
30
|
+
},
|
|
28
31
|
'@atlaskit/icon/core/content-align-center': {
|
|
29
32
|
message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
|
|
30
33
|
},
|
|
@@ -37,6 +40,12 @@ const deprecatedIcons = {
|
|
|
37
40
|
'@atlaskit/icon/core/drag-handle': {
|
|
38
41
|
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
39
42
|
},
|
|
43
|
+
'@atlaskit/icon/core/drawer-left': {
|
|
44
|
+
message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/core/drawer-right': {
|
|
47
|
+
message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
40
49
|
'@atlaskit/icon/core/issue': {
|
|
41
50
|
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
42
51
|
},
|
|
@@ -44,10 +53,13 @@ const deprecatedIcons = {
|
|
|
44
53
|
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
45
54
|
},
|
|
46
55
|
'@atlaskit/icon/core/sidebar-left': {
|
|
47
|
-
message: 'The icon "sidebar-left" is deprecated in favour of "
|
|
56
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
48
57
|
},
|
|
49
58
|
'@atlaskit/icon/core/sidebar-right': {
|
|
50
|
-
message: 'The icon "sidebar-right" is deprecated in favour of "
|
|
59
|
+
message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
60
|
+
},
|
|
61
|
+
'@atlaskit/icon/core/summarize': {
|
|
62
|
+
message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
|
|
51
63
|
},
|
|
52
64
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
53
65
|
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -797,15 +797,20 @@ const metadata = {
|
|
|
797
797
|
slackChannel: '#icon-contributions'
|
|
798
798
|
},
|
|
799
799
|
'child-issues': {
|
|
800
|
-
keywords: ['child-issues', 'childissues', 'icon', 'core'],
|
|
800
|
+
keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
801
801
|
componentName: 'ChildIssuesIcon',
|
|
802
802
|
package: '@atlaskit/icon/core/child-issues',
|
|
803
803
|
oldName: ['child-issues'],
|
|
804
804
|
type: 'core',
|
|
805
|
+
replacement: {
|
|
806
|
+
name: 'child-work-items',
|
|
807
|
+
type: 'core',
|
|
808
|
+
location: '@atlaskit/icon'
|
|
809
|
+
},
|
|
805
810
|
categorization: 'single-purpose',
|
|
806
|
-
usage: '
|
|
811
|
+
usage: 'Reserved for child work items.',
|
|
807
812
|
team: 'Design System Team',
|
|
808
|
-
status: '
|
|
813
|
+
status: 'deprecated'
|
|
809
814
|
},
|
|
810
815
|
'child-work-items': {
|
|
811
816
|
keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
@@ -1259,24 +1264,34 @@ const metadata = {
|
|
|
1259
1264
|
slackChannel: '#icon-contributions'
|
|
1260
1265
|
},
|
|
1261
1266
|
'drawer-left': {
|
|
1262
|
-
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', '
|
|
1267
|
+
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1263
1268
|
componentName: 'DrawerLeftIcon',
|
|
1264
1269
|
package: '@atlaskit/icon/core/drawer-left',
|
|
1265
1270
|
type: 'core',
|
|
1271
|
+
replacement: {
|
|
1272
|
+
name: 'panel-left',
|
|
1273
|
+
type: 'core',
|
|
1274
|
+
location: '@atlaskit/icon'
|
|
1275
|
+
},
|
|
1266
1276
|
categorization: 'single-purpose',
|
|
1267
|
-
usage: 'Reserved for opening a
|
|
1277
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
|
|
1268
1278
|
team: 'Design System Team',
|
|
1269
|
-
status: '
|
|
1279
|
+
status: 'deprecated'
|
|
1270
1280
|
},
|
|
1271
1281
|
'drawer-right': {
|
|
1272
|
-
keywords: ['drawer-right', 'drawerright', 'icon', 'core', '
|
|
1282
|
+
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1273
1283
|
componentName: 'DrawerRightIcon',
|
|
1274
1284
|
package: '@atlaskit/icon/core/drawer-right',
|
|
1275
1285
|
type: 'core',
|
|
1286
|
+
replacement: {
|
|
1287
|
+
name: 'panel-right',
|
|
1288
|
+
type: 'core',
|
|
1289
|
+
location: '@atlaskit/icon'
|
|
1290
|
+
},
|
|
1276
1291
|
categorization: 'single-purpose',
|
|
1277
|
-
usage: 'Reserved for opening a
|
|
1292
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
1278
1293
|
team: 'Design System Team',
|
|
1279
|
-
status: '
|
|
1294
|
+
status: 'deprecated'
|
|
1280
1295
|
},
|
|
1281
1296
|
edit: {
|
|
1282
1297
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -2370,6 +2385,26 @@ const metadata = {
|
|
|
2370
2385
|
team: 'Design System Team',
|
|
2371
2386
|
status: 'published'
|
|
2372
2387
|
},
|
|
2388
|
+
'panel-left': {
|
|
2389
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2390
|
+
componentName: 'PanelLeftIcon',
|
|
2391
|
+
package: '@atlaskit/icon/core/panel-left',
|
|
2392
|
+
type: 'core',
|
|
2393
|
+
categorization: 'single-purpose',
|
|
2394
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
|
|
2395
|
+
team: 'Design System Team',
|
|
2396
|
+
status: 'published'
|
|
2397
|
+
},
|
|
2398
|
+
'panel-right': {
|
|
2399
|
+
keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2400
|
+
componentName: 'PanelRightIcon',
|
|
2401
|
+
package: '@atlaskit/icon/core/panel-right',
|
|
2402
|
+
type: 'core',
|
|
2403
|
+
categorization: 'single-purpose',
|
|
2404
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
2405
|
+
team: 'Design System Team',
|
|
2406
|
+
status: 'published'
|
|
2407
|
+
},
|
|
2373
2408
|
pen: {
|
|
2374
2409
|
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2375
2410
|
componentName: 'PenIcon',
|
|
@@ -3015,7 +3050,7 @@ const metadata = {
|
|
|
3015
3050
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
3016
3051
|
type: 'core',
|
|
3017
3052
|
replacement: {
|
|
3018
|
-
name: '
|
|
3053
|
+
name: 'panel-left',
|
|
3019
3054
|
type: 'core',
|
|
3020
3055
|
location: '@atlaskit/icon'
|
|
3021
3056
|
},
|
|
@@ -3031,7 +3066,7 @@ const metadata = {
|
|
|
3031
3066
|
oldName: ['detail-view', 'room-menu'],
|
|
3032
3067
|
type: 'core',
|
|
3033
3068
|
replacement: {
|
|
3034
|
-
name: '
|
|
3069
|
+
name: 'panel-right',
|
|
3035
3070
|
type: 'core',
|
|
3036
3071
|
location: '@atlaskit/icon'
|
|
3037
3072
|
},
|
|
@@ -3264,10 +3299,15 @@ const metadata = {
|
|
|
3264
3299
|
componentName: 'SummarizeIcon',
|
|
3265
3300
|
package: '@atlaskit/icon/core/summarize',
|
|
3266
3301
|
type: 'core',
|
|
3302
|
+
replacement: {
|
|
3303
|
+
name: 'ai-generative-text-summary',
|
|
3304
|
+
type: 'core',
|
|
3305
|
+
location: '@atlaskit/icon'
|
|
3306
|
+
},
|
|
3267
3307
|
categorization: 'single-purpose',
|
|
3268
3308
|
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
3269
3309
|
team: 'Atlassian Intelligence & Loom',
|
|
3270
|
-
status: '
|
|
3310
|
+
status: 'deprecated',
|
|
3271
3311
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
3272
3312
|
},
|
|
3273
3313
|
support: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
@@ -25,6 +25,9 @@ var deprecatedIcons = {
|
|
|
25
25
|
'@atlaskit/icon/core/border-weight-thin': {
|
|
26
26
|
message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
|
|
27
27
|
},
|
|
28
|
+
'@atlaskit/icon/core/child-issues': {
|
|
29
|
+
message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
|
|
30
|
+
},
|
|
28
31
|
'@atlaskit/icon/core/content-align-center': {
|
|
29
32
|
message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
|
|
30
33
|
},
|
|
@@ -37,6 +40,12 @@ var deprecatedIcons = {
|
|
|
37
40
|
'@atlaskit/icon/core/drag-handle': {
|
|
38
41
|
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
39
42
|
},
|
|
43
|
+
'@atlaskit/icon/core/drawer-left': {
|
|
44
|
+
message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/core/drawer-right': {
|
|
47
|
+
message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
40
49
|
'@atlaskit/icon/core/issue': {
|
|
41
50
|
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
42
51
|
},
|
|
@@ -44,10 +53,13 @@ var deprecatedIcons = {
|
|
|
44
53
|
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
45
54
|
},
|
|
46
55
|
'@atlaskit/icon/core/sidebar-left': {
|
|
47
|
-
message: 'The icon "sidebar-left" is deprecated in favour of "
|
|
56
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
48
57
|
},
|
|
49
58
|
'@atlaskit/icon/core/sidebar-right': {
|
|
50
|
-
message: 'The icon "sidebar-right" is deprecated in favour of "
|
|
59
|
+
message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
60
|
+
},
|
|
61
|
+
'@atlaskit/icon/core/summarize': {
|
|
62
|
+
message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
|
|
51
63
|
},
|
|
52
64
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
53
65
|
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -797,15 +797,20 @@ var metadata = {
|
|
|
797
797
|
slackChannel: '#icon-contributions'
|
|
798
798
|
},
|
|
799
799
|
'child-issues': {
|
|
800
|
-
keywords: ['child-issues', 'childissues', 'icon', 'core'],
|
|
800
|
+
keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
801
801
|
componentName: 'ChildIssuesIcon',
|
|
802
802
|
package: '@atlaskit/icon/core/child-issues',
|
|
803
803
|
oldName: ['child-issues'],
|
|
804
804
|
type: 'core',
|
|
805
|
+
replacement: {
|
|
806
|
+
name: 'child-work-items',
|
|
807
|
+
type: 'core',
|
|
808
|
+
location: '@atlaskit/icon'
|
|
809
|
+
},
|
|
805
810
|
categorization: 'single-purpose',
|
|
806
|
-
usage: '
|
|
811
|
+
usage: 'Reserved for child work items.',
|
|
807
812
|
team: 'Design System Team',
|
|
808
|
-
status: '
|
|
813
|
+
status: 'deprecated'
|
|
809
814
|
},
|
|
810
815
|
'child-work-items': {
|
|
811
816
|
keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
@@ -1259,24 +1264,34 @@ var metadata = {
|
|
|
1259
1264
|
slackChannel: '#icon-contributions'
|
|
1260
1265
|
},
|
|
1261
1266
|
'drawer-left': {
|
|
1262
|
-
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', '
|
|
1267
|
+
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1263
1268
|
componentName: 'DrawerLeftIcon',
|
|
1264
1269
|
package: '@atlaskit/icon/core/drawer-left',
|
|
1265
1270
|
type: 'core',
|
|
1271
|
+
replacement: {
|
|
1272
|
+
name: 'panel-left',
|
|
1273
|
+
type: 'core',
|
|
1274
|
+
location: '@atlaskit/icon'
|
|
1275
|
+
},
|
|
1266
1276
|
categorization: 'single-purpose',
|
|
1267
|
-
usage: 'Reserved for opening a
|
|
1277
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
|
|
1268
1278
|
team: 'Design System Team',
|
|
1269
|
-
status: '
|
|
1279
|
+
status: 'deprecated'
|
|
1270
1280
|
},
|
|
1271
1281
|
'drawer-right': {
|
|
1272
|
-
keywords: ['drawer-right', 'drawerright', 'icon', 'core', '
|
|
1282
|
+
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1273
1283
|
componentName: 'DrawerRightIcon',
|
|
1274
1284
|
package: '@atlaskit/icon/core/drawer-right',
|
|
1275
1285
|
type: 'core',
|
|
1286
|
+
replacement: {
|
|
1287
|
+
name: 'panel-right',
|
|
1288
|
+
type: 'core',
|
|
1289
|
+
location: '@atlaskit/icon'
|
|
1290
|
+
},
|
|
1276
1291
|
categorization: 'single-purpose',
|
|
1277
|
-
usage: 'Reserved for opening a
|
|
1292
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
1278
1293
|
team: 'Design System Team',
|
|
1279
|
-
status: '
|
|
1294
|
+
status: 'deprecated'
|
|
1280
1295
|
},
|
|
1281
1296
|
edit: {
|
|
1282
1297
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -2370,6 +2385,26 @@ var metadata = {
|
|
|
2370
2385
|
team: 'Design System Team',
|
|
2371
2386
|
status: 'published'
|
|
2372
2387
|
},
|
|
2388
|
+
'panel-left': {
|
|
2389
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2390
|
+
componentName: 'PanelLeftIcon',
|
|
2391
|
+
package: '@atlaskit/icon/core/panel-left',
|
|
2392
|
+
type: 'core',
|
|
2393
|
+
categorization: 'single-purpose',
|
|
2394
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
|
|
2395
|
+
team: 'Design System Team',
|
|
2396
|
+
status: 'published'
|
|
2397
|
+
},
|
|
2398
|
+
'panel-right': {
|
|
2399
|
+
keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2400
|
+
componentName: 'PanelRightIcon',
|
|
2401
|
+
package: '@atlaskit/icon/core/panel-right',
|
|
2402
|
+
type: 'core',
|
|
2403
|
+
categorization: 'single-purpose',
|
|
2404
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
2405
|
+
team: 'Design System Team',
|
|
2406
|
+
status: 'published'
|
|
2407
|
+
},
|
|
2373
2408
|
pen: {
|
|
2374
2409
|
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2375
2410
|
componentName: 'PenIcon',
|
|
@@ -3015,7 +3050,7 @@ var metadata = {
|
|
|
3015
3050
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
3016
3051
|
type: 'core',
|
|
3017
3052
|
replacement: {
|
|
3018
|
-
name: '
|
|
3053
|
+
name: 'panel-left',
|
|
3019
3054
|
type: 'core',
|
|
3020
3055
|
location: '@atlaskit/icon'
|
|
3021
3056
|
},
|
|
@@ -3031,7 +3066,7 @@ var metadata = {
|
|
|
3031
3066
|
oldName: ['detail-view', 'room-menu'],
|
|
3032
3067
|
type: 'core',
|
|
3033
3068
|
replacement: {
|
|
3034
|
-
name: '
|
|
3069
|
+
name: 'panel-right',
|
|
3035
3070
|
type: 'core',
|
|
3036
3071
|
location: '@atlaskit/icon'
|
|
3037
3072
|
},
|
|
@@ -3264,10 +3299,15 @@ var metadata = {
|
|
|
3264
3299
|
componentName: 'SummarizeIcon',
|
|
3265
3300
|
package: '@atlaskit/icon/core/summarize',
|
|
3266
3301
|
type: 'core',
|
|
3302
|
+
replacement: {
|
|
3303
|
+
name: 'ai-generative-text-summary',
|
|
3304
|
+
type: 'core',
|
|
3305
|
+
location: '@atlaskit/icon'
|
|
3306
|
+
},
|
|
3267
3307
|
categorization: 'single-purpose',
|
|
3268
3308
|
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
3269
3309
|
team: 'Atlassian Intelligence & Loom',
|
|
3270
|
-
status: '
|
|
3310
|
+
status: 'deprecated',
|
|
3271
3311
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
3272
3312
|
},
|
|
3273
3313
|
support: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "26.
|
|
3
|
+
"version": "26.4.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
128
|
"@atlaskit/theme": "^18.0.0",
|
|
129
129
|
"@atlaskit/toggle": "^15.0.0",
|
|
130
|
-
"@atlaskit/tooltip": "^20.
|
|
130
|
+
"@atlaskit/tooltip": "^20.1.0",
|
|
131
131
|
"@atlaskit/visual-regression": "workspace:^",
|
|
132
132
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
133
133
|
"@babel/core": "7.24.9",
|
package/svgs/core/image.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.75 4a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.644l6.274-7.723.053-.058a.75.75 0 0 1 1.06 0L13.5 8.19V3a.5.5 0 0 0-.5-.5zm2.575 11H13a.5.5 0 0 0 .5-.5v-2.69l-2.943-2.943z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H8v11h6a.5.5 0 0 0 .5-.5zM5 10v1.5H3V10zm0-3v1.5H3V7zm0-3v1.5H3V4zm-3.5 9a.5.5 0 0 0 .5.5h4.5v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H9.5v11H14a.5.5 0 0 0 .5-.5zM13 10v1.5h-2V10zm0-3v1.5h-2V7zm0-3v1.5h-2V4zM1.5 13a.5.5 0 0 0 .5.5h6v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/></svg>
|