@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.
Files changed (115) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/afm-cc/tsconfig.json +1 -1
  3. package/afm-townsquare/tsconfig.json +27 -0
  4. package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
  5. package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
  6. package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
  7. package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
  8. package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
  9. package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
  10. package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
  11. package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
  12. package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
  13. package/core/migration/{issue.js → work-item--issue.js} +10 -10
  14. package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
  15. package/core/migration/{issues.js → work-items--issues.js} +9 -9
  16. package/dist/cjs/components/icon-facade.js +1 -2
  17. package/dist/cjs/components/icon-new.js +1 -2
  18. package/dist/cjs/components/icon-tile.js +1 -2
  19. package/dist/cjs/components/icon.js +1 -2
  20. package/dist/cjs/components/skeleton.js +1 -2
  21. package/dist/cjs/components/svg.js +1 -2
  22. package/dist/cjs/deprecated-core.js +2 -81
  23. package/dist/cjs/entry-points/base-new.js +1 -2
  24. package/dist/cjs/entry-points/base.js +1 -2
  25. package/dist/cjs/entry-points/migration-map.js +1 -2
  26. package/dist/cjs/metadata-core.js +6 -286
  27. package/dist/cjs/metadata.js +1 -2
  28. package/dist/cjs/migration-map.js +6 -6
  29. package/dist/es2019/deprecated-core.js +2 -81
  30. package/dist/es2019/metadata-core.js +6 -286
  31. package/dist/es2019/migration-map.js +6 -6
  32. package/dist/esm/deprecated-core.js +2 -81
  33. package/dist/esm/metadata-core.js +6 -286
  34. package/dist/esm/migration-map.js +6 -6
  35. package/dist/types/deprecated-core.d.ts +1 -1
  36. package/dist/types/metadata-core.d.ts +1 -1
  37. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  38. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  39. package/glyph/child-issues.js +2 -2
  40. package/glyph/detail-view.js +2 -2
  41. package/glyph/issue.js +2 -2
  42. package/glyph/issues.js +2 -2
  43. package/glyph/overview.js +2 -2
  44. package/glyph/room-menu.js +2 -2
  45. package/package.json +5 -5
  46. package/core/align-center.d.ts +0 -16
  47. package/core/align-center.js +0 -28
  48. package/core/align-left.d.ts +0 -16
  49. package/core/align-left.js +0 -28
  50. package/core/align-right.d.ts +0 -16
  51. package/core/align-right.js +0 -28
  52. package/core/border-weight-medium.d.ts +0 -16
  53. package/core/border-weight-medium.js +0 -28
  54. package/core/border-weight-thick.d.ts +0 -16
  55. package/core/border-weight-thick.js +0 -28
  56. package/core/border-weight-thin.d.ts +0 -16
  57. package/core/border-weight-thin.js +0 -28
  58. package/core/child-issues.d.ts +0 -16
  59. package/core/child-issues.js +0 -28
  60. package/core/content-align-center.d.ts +0 -16
  61. package/core/content-align-center.js +0 -28
  62. package/core/content-align-left.d.ts +0 -16
  63. package/core/content-align-left.js +0 -28
  64. package/core/content-align-right.d.ts +0 -16
  65. package/core/content-align-right.js +0 -28
  66. package/core/drag-handle.d.ts +0 -16
  67. package/core/drag-handle.js +0 -28
  68. package/core/drawer-left.d.ts +0 -16
  69. package/core/drawer-left.js +0 -28
  70. package/core/drawer-right.d.ts +0 -16
  71. package/core/drawer-right.js +0 -28
  72. package/core/issue.d.ts +0 -16
  73. package/core/issue.js +0 -28
  74. package/core/issues.d.ts +0 -16
  75. package/core/issues.js +0 -28
  76. package/core/migration/align-center--editor-align-center.js +0 -31
  77. package/core/migration/align-left--editor-align-left.js +0 -31
  78. package/core/migration/align-right--editor-align-right.js +0 -31
  79. package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
  80. package/core/migration/border-weight-thin--media-services-line.js +0 -31
  81. package/core/migration/child-issues.d.ts +0 -15
  82. package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
  83. package/core/migration/content-align-center--editor-align-image-center.js +0 -31
  84. package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
  85. package/core/migration/content-align-left--editor-align-image-left.js +0 -31
  86. package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
  87. package/core/migration/content-align-right--editor-align-image-right.js +0 -31
  88. package/core/migration/drag-handle--drag-handler.js +0 -31
  89. package/core/migration/issues.d.ts +0 -15
  90. package/core/migration/sidebar-right--detail-view.d.ts +0 -15
  91. package/core/migration/sidebar-right--room-menu.d.ts +0 -15
  92. package/core/sidebar-left.d.ts +0 -16
  93. package/core/sidebar-left.js +0 -28
  94. package/core/sidebar-right.d.ts +0 -16
  95. package/core/sidebar-right.js +0 -28
  96. package/core/summarize.d.ts +0 -16
  97. package/core/summarize.js +0 -28
  98. package/svgs/core/align-center.svg +0 -1
  99. package/svgs/core/align-left.svg +0 -1
  100. package/svgs/core/align-right.svg +0 -1
  101. package/svgs/core/border-weight-medium.svg +0 -1
  102. package/svgs/core/border-weight-thick.svg +0 -1
  103. package/svgs/core/border-weight-thin.svg +0 -1
  104. package/svgs/core/child-issues.svg +0 -1
  105. package/svgs/core/content-align-center.svg +0 -1
  106. package/svgs/core/content-align-left.svg +0 -1
  107. package/svgs/core/content-align-right.svg +0 -1
  108. package/svgs/core/drag-handle.svg +0 -1
  109. package/svgs/core/drawer-left.svg +0 -1
  110. package/svgs/core/drawer-right.svg +0 -1
  111. package/svgs/core/issue.svg +0 -1
  112. package/svgs/core/issues.svg +0 -1
  113. package/svgs/core/sidebar-left.svg +0 -1
  114. package/svgs/core/sidebar-right.svg +0 -1
  115. 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
@@ -4,7 +4,7 @@
4
4
  "declaration": true,
5
5
  "target": "es5",
6
6
  "composite": true,
7
- "outDir": "../dist",
7
+ "outDir": "../../../../../confluence/tsDist/@atlaskit__icon",
8
8
  "rootDir": "../"
9
9
  },
10
10
  "include": [
@@ -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
+ }
@@ -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::0188437d1631919c44c4a71160c8ee6e>>
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 AlignCenterIconMigration: {
11
+ declare const AlignTextLeftIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignCenterIconMigration;
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::572539e0e383af35886df9b58f6a5d20>>
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 _alignLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-left"));
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 AlignLeftIcon.
18
- * This component is AlignLeftIcon, with `UNSAFE_fallbackIcon` set to "OverviewIcon".
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 AlignLeftIcon = props => /*#__PURE__*/_react.default.createElement(_alignLeft.default, Object.assign({
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
- AlignLeftIcon.Name = 'AlignLeftIconMigration';
31
- var _default = exports.default = AlignLeftIcon;
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::b9df3b680e3ca0b914668902d51b2309>>
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 AlignRightIconMigration: {
11
+ declare const ChildWorkItemsIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignRightIconMigration;
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::89cbd658a789691c2dfd917ec82d5504>>
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 _childIssues = _interopRequireDefault(require("@atlaskit/icon/core/child-issues"));
14
- var _childIssues2 = _interopRequireDefault(require("@atlaskit/icon/glyph/child-issues"));
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 ChildIssuesIcon.
18
- * This component is ChildIssuesIcon, with `UNSAFE_fallbackIcon` set to "ChildIssuesIcon".
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 ChildIssuesIcon = props => /*#__PURE__*/_react.default.createElement(_childIssues.default, Object.assign({
27
- LEGACY_fallbackIcon: _childIssues2.default
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
- ChildIssuesIcon.Name = 'ChildIssuesIconMigration';
31
- var _default = exports.default = ChildIssuesIcon;
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::d9bec7a819604eee59fe0d53d0083632>>
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 DragHandleIconMigration: {
11
+ declare const PanelRightIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default DragHandleIconMigration;
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::07e9a2b593bf5e9366acb4ee47ef2d98>>
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 _sidebarRight = _interopRequireDefault(require("@atlaskit/icon/core/sidebar-right"));
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 SidebarRightIcon.
18
- * This component is SidebarRightIcon, with `UNSAFE_fallbackIcon` set to "DetailViewIcon".
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 drawer or sidebar to the right of the viewport edge.
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 SidebarRightIcon = props => /*#__PURE__*/_react.default.createElement(_sidebarRight.default, Object.assign({
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
- SidebarRightIcon.Name = 'SidebarRightIconMigration';
31
- var _default = exports.default = SidebarRightIcon;
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::cdc9397055651967e0de7948ec735737>>
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 AlignLeftIconMigration: {
11
+ declare const PanelRightIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignLeftIconMigration;
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::e58e7b589be250667f707f9830c9b76b>>
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 _sidebarRight = _interopRequireDefault(require("@atlaskit/icon/core/sidebar-right"));
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 SidebarRightIcon.
18
- * This component is SidebarRightIcon, with `UNSAFE_fallbackIcon` set to "RoomMenuIcon".
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 drawer or sidebar to the right of the viewport edge.
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 SidebarRightIcon = props => /*#__PURE__*/_react.default.createElement(_sidebarRight.default, Object.assign({
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
- SidebarRightIcon.Name = 'SidebarRightIconMigration';
31
- var _default = exports.default = SidebarRightIcon;
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::00e990f6b85ff54345596643ee3a341c>>
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 IssueIconMigration: {
11
+ declare const WorkItemIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default IssueIconMigration;
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::20c4153f88370509387fcb931f8e0884>>
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 _issue = _interopRequireDefault(require("@atlaskit/icon/core/issue"));
14
- var _issue2 = _interopRequireDefault(require("@atlaskit/icon/glyph/issue"));
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 IssueIcon.
18
- * This component is IssueIcon, with `UNSAFE_fallbackIcon` set to "IssueIcon".
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 representing work items.
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 IssueIcon = props => /*#__PURE__*/_react.default.createElement(_issue.default, Object.assign({
27
- LEGACY_fallbackIcon: _issue2.default
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
- IssueIcon.Name = 'IssueIconMigration';
31
- var _default = exports.default = IssueIcon;
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::cdc9397055651967e0de7948ec735737>>
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 AlignLeftIconMigration: {
11
+ declare const WorkItemsIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignLeftIconMigration;
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::540b588acaf0422e358accf8cfb04725>>
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 _issues = _interopRequireDefault(require("@atlaskit/icon/core/issues"));
14
- var _issues2 = _interopRequireDefault(require("@atlaskit/icon/glyph/issues"));
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 IssuesIcon.
18
- * This component is IssuesIcon, with `UNSAFE_fallbackIcon` set to "IssuesIcon".
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 IssuesIcon = props => /*#__PURE__*/_react.default.createElement(_issues.default, Object.assign({
27
- LEGACY_fallbackIcon: _issues2.default
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
- IssuesIcon.Name = 'IssuesIconMigration';
31
- var _default = exports.default = IssuesIcon;
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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::3ab215e5b6736f728bfeeaa0c615bcb0>>
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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
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); }