@atlaskit/icon 26.4.0 → 27.0.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 +41 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-townsquare/tsconfig.json +27 -0
- 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/{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/{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/{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/dist/cjs/components/icon-facade.js +1 -2
- package/dist/cjs/components/icon-new.js +1 -2
- package/dist/cjs/components/icon-tile.js +1 -2
- package/dist/cjs/components/icon.js +1 -2
- package/dist/cjs/components/skeleton.js +1 -2
- package/dist/cjs/components/svg.js +1 -2
- package/dist/cjs/deprecated-core.js +2 -81
- package/dist/cjs/entry-points/base-new.js +1 -2
- package/dist/cjs/entry-points/base.js +1 -2
- package/dist/cjs/entry-points/migration-map.js +1 -2
- package/dist/cjs/metadata-core.js +6 -286
- package/dist/cjs/metadata.js +1 -2
- package/dist/cjs/migration-map.js +6 -6
- package/dist/es2019/deprecated-core.js +2 -81
- package/dist/es2019/metadata-core.js +6 -286
- package/dist/es2019/migration-map.js +6 -6
- package/dist/esm/deprecated-core.js +2 -81
- package/dist/esm/metadata-core.js +6 -286
- package/dist/esm/migration-map.js +6 -6
- 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/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 +5 -5
- package/core/align-center.d.ts +0 -16
- package/core/align-center.js +0 -28
- package/core/align-left.d.ts +0 -16
- package/core/align-left.js +0 -28
- package/core/align-right.d.ts +0 -16
- package/core/align-right.js +0 -28
- package/core/border-weight-medium.d.ts +0 -16
- package/core/border-weight-medium.js +0 -28
- package/core/border-weight-thick.d.ts +0 -16
- package/core/border-weight-thick.js +0 -28
- package/core/border-weight-thin.d.ts +0 -16
- package/core/border-weight-thin.js +0 -28
- 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/content-align-right.js +0 -28
- package/core/drag-handle.d.ts +0 -16
- package/core/drag-handle.js +0 -28
- package/core/drawer-left.d.ts +0 -16
- package/core/drawer-left.js +0 -28
- package/core/drawer-right.d.ts +0 -16
- package/core/drawer-right.js +0 -28
- package/core/issue.d.ts +0 -16
- package/core/issue.js +0 -28
- package/core/issues.d.ts +0 -16
- 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/core/summarize.js +0 -28
- 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,46 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#171534](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171534)
|
|
8
|
+
[`7a6465c5735e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a6465c5735e5) -
|
|
9
|
+
This release removes icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Removed:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `align-center`
|
|
16
|
+
- `align-left`
|
|
17
|
+
- `align-right`
|
|
18
|
+
- `border-weight-medium`
|
|
19
|
+
- `border-weight-thick`
|
|
20
|
+
- `border-weight-thin`
|
|
21
|
+
- `child-issues`
|
|
22
|
+
- `content-align-center`
|
|
23
|
+
- `content-align-left`
|
|
24
|
+
- `content-align-right`
|
|
25
|
+
- `drag-handle`
|
|
26
|
+
- `drawer-left`
|
|
27
|
+
- `drawer-right`
|
|
28
|
+
- `issue`
|
|
29
|
+
- `issues`
|
|
30
|
+
- `sidebar-left`
|
|
31
|
+
- `sidebar-right`
|
|
32
|
+
- `summarize`
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
|
|
38
|
+
## 26.4.1
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies
|
|
43
|
+
|
|
3
44
|
## 26.4.0
|
|
4
45
|
|
|
5
46
|
### Minor 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/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;
|
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;
|
|
@@ -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::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::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;
|
|
@@ -12,8 +12,7 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
12
12
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
13
13
|
var _icon = require("./icon");
|
|
14
14
|
var _excluded = ["dangerouslySetGlyph", "size"];
|
|
15
|
-
function
|
|
16
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
16
|
var sizeSpacingMap = {
|
|
18
17
|
utility: {
|
|
19
18
|
small: 'compact',
|
|
@@ -11,8 +11,7 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
var React = _react;
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
13
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
14
|
-
function
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
15
|
/**
|
|
17
16
|
* We are hiding this props from consumers as it's reserved
|
|
18
17
|
* for use by Icon Tile.
|
|
@@ -10,8 +10,7 @@ require("./icon-tile.compiled.css");
|
|
|
10
10
|
var React = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _runtime = require("@compiled/react/runtime");
|
|
12
12
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
13
|
-
function
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
14
|
var sizeMap = {
|
|
16
15
|
'16': "_1bsb7vkz _4t3i7vkz",
|
|
17
16
|
'24': "_1bsb1tcg _4t3i1tcg",
|
|
@@ -13,8 +13,7 @@ var React = _react;
|
|
|
13
13
|
var _runtime = require("@compiled/react/runtime");
|
|
14
14
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
15
15
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
16
|
-
function
|
|
17
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
18
17
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
19
18
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20
19
|
/**
|
|
@@ -10,8 +10,7 @@ require("./skeleton.compiled.css");
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
var React = _react;
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
|
-
function
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
14
|
var skeletonStyles = null;
|
|
16
15
|
var subtleOpacityStyles = null;
|
|
17
16
|
var strongOpacityStyles = null;
|
|
@@ -10,8 +10,7 @@ require("./svg.compiled.css");
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
var React = _react;
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
|
-
function
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
14
|
var sizeStyles = {
|
|
16
15
|
small: "_1bsb7vkz _4t3i7vkz",
|
|
17
16
|
medium: "_1bsb1tcg _4t3i1tcg",
|
|
@@ -9,87 +9,8 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
|
-
var deprecatedIcons = {
|
|
16
|
-
'@atlaskit/icon/core/align-center': {
|
|
17
|
-
message: 'The icon "align-center" is deprecated in favour of "align-text-center" from “@atlaskit/icon/core”'
|
|
18
|
-
},
|
|
19
|
-
'@atlaskit/icon/core/align-left': {
|
|
20
|
-
message: 'The icon "align-left" is deprecated in favour of "align-text-left" from “@atlaskit/icon/core”'
|
|
21
|
-
},
|
|
22
|
-
'@atlaskit/icon/core/align-right': {
|
|
23
|
-
message: 'The icon "align-right" is deprecated in favour of "align-text-right" from “@atlaskit/icon/core”'
|
|
24
|
-
},
|
|
25
|
-
'@atlaskit/icon/core/border-weight-medium': {
|
|
26
|
-
message: 'The icon "border-weight-medium" is deprecated in favour of "stroke-weight-medium" from “@atlaskit/icon/core”'
|
|
27
|
-
},
|
|
28
|
-
'@atlaskit/icon/core/border-weight-thick': {
|
|
29
|
-
message: 'The icon "border-weight-thick" is deprecated in favour of "stroke-weight-large" from “@atlaskit/icon/core”'
|
|
30
|
-
},
|
|
31
|
-
'@atlaskit/icon/core/border-weight-thin': {
|
|
32
|
-
message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
|
|
33
|
-
},
|
|
34
|
-
'@atlaskit/icon/core/child-issues': {
|
|
35
|
-
message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
|
|
36
|
-
},
|
|
37
|
-
'@atlaskit/icon/core/content-align-center': {
|
|
38
|
-
message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
|
|
39
|
-
},
|
|
40
|
-
'@atlaskit/icon/core/content-align-left': {
|
|
41
|
-
message: 'The icon "content-align-left" is deprecated in favour of "align-image-left" from “@atlaskit/icon/core”'
|
|
42
|
-
},
|
|
43
|
-
'@atlaskit/icon/core/content-align-right': {
|
|
44
|
-
message: 'The icon "content-align-right" is deprecated in favour of "align-image-right" from “@atlaskit/icon/core”'
|
|
45
|
-
},
|
|
46
|
-
'@atlaskit/icon/core/drag-handle': {
|
|
47
|
-
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
48
|
-
},
|
|
49
|
-
'@atlaskit/icon/core/drawer-left': {
|
|
50
|
-
message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
51
|
-
},
|
|
52
|
-
'@atlaskit/icon/core/drawer-right': {
|
|
53
|
-
message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
54
|
-
},
|
|
55
|
-
'@atlaskit/icon/core/issue': {
|
|
56
|
-
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
57
|
-
},
|
|
58
|
-
'@atlaskit/icon/core/issues': {
|
|
59
|
-
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
60
|
-
},
|
|
61
|
-
'@atlaskit/icon/core/sidebar-left': {
|
|
62
|
-
message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
63
|
-
},
|
|
64
|
-
'@atlaskit/icon/core/sidebar-right': {
|
|
65
|
-
message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
66
|
-
},
|
|
67
|
-
'@atlaskit/icon/core/summarize': {
|
|
68
|
-
message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
|
|
69
|
-
},
|
|
70
|
-
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
71
|
-
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
72
|
-
},
|
|
73
|
-
'@atlaskit/icon/core/migration/align-left--editor-align-left': {
|
|
74
|
-
message: 'The icon "align-left--editor-align-left" is deprecated in favour of "align-text-left--editor-align-left" from “@atlaskit/icon/core/migration”'
|
|
75
|
-
},
|
|
76
|
-
'@atlaskit/icon/core/migration/align-right--editor-align-right': {
|
|
77
|
-
message: 'The icon "align-right--editor-align-right" is deprecated in favour of "align-text-right--editor-align-right" from “@atlaskit/icon/core/migration”'
|
|
78
|
-
},
|
|
79
|
-
'@atlaskit/icon/core/migration/border-weight-thin--media-services-line': {
|
|
80
|
-
message: 'The icon "border-weight-thin--media-services-line" is deprecated in favour of "stroke-weight-small--media-services-line" from “@atlaskit/icon/core/migration”'
|
|
81
|
-
},
|
|
82
|
-
'@atlaskit/icon/core/migration/content-align-center--editor-align-image-center': {
|
|
83
|
-
message: 'The icon "content-align-center--editor-align-image-center" is deprecated in favour of "align-image-center--editor-align-image-center" from “@atlaskit/icon/core/migration”'
|
|
84
|
-
},
|
|
85
|
-
'@atlaskit/icon/core/migration/content-align-left--editor-align-image-left': {
|
|
86
|
-
message: 'The icon "content-align-left--editor-align-image-left" is deprecated in favour of "align-image-left--editor-align-image-left" from “@atlaskit/icon/core/migration”'
|
|
87
|
-
},
|
|
88
|
-
'@atlaskit/icon/core/migration/content-align-right--editor-align-image-right': {
|
|
89
|
-
message: 'The icon "content-align-right--editor-align-image-right" is deprecated in favour of "align-image-right--editor-align-image-right" from “@atlaskit/icon/core/migration”'
|
|
90
|
-
},
|
|
91
|
-
'@atlaskit/icon/core/migration/drag-handle--drag-handler': {
|
|
92
|
-
message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
|
|
93
|
-
}
|
|
94
|
-
};
|
|
15
|
+
var deprecatedIcons = {};
|
|
95
16
|
var _default = exports.default = deprecatedIcons;
|
|
@@ -17,5 +17,4 @@ Object.defineProperty(exports, "default", {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconNew = _interopRequireWildcard(require("../components/icon-new"));
|
|
20
|
-
function
|
|
21
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|