@atlaskit/icon-lab 5.11.0 → 5.12.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 (67) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/core/pipeline.d.ts +13 -0
  3. package/core/pipeline.js +29 -0
  4. package/core/plan.d.ts +13 -0
  5. package/core/plan.js +29 -0
  6. package/core/playlist-add.d.ts +13 -0
  7. package/core/playlist-add.js +29 -0
  8. package/core/playlist-added.d.ts +13 -0
  9. package/core/playlist-added.js +29 -0
  10. package/core/playlist-remove.d.ts +13 -0
  11. package/core/playlist-remove.js +29 -0
  12. package/core/playlist.d.ts +13 -0
  13. package/core/playlist.js +29 -0
  14. package/core/roadmaps-plan.d.ts +4 -1
  15. package/core/roadmaps-plan.js +2 -2
  16. package/core/roadmaps-service.d.ts +4 -1
  17. package/core/service.d.ts +13 -0
  18. package/core/service.js +29 -0
  19. package/core/status-workflow-cancelled.d.ts +13 -0
  20. package/core/status-workflow-cancelled.js +29 -0
  21. package/core/status-workflow-danger.d.ts +13 -0
  22. package/core/status-workflow-danger.js +29 -0
  23. package/core/status-workflow-in-progress.d.ts +13 -0
  24. package/core/status-workflow-in-progress.js +29 -0
  25. package/core/status-workflow-in-review.d.ts +13 -0
  26. package/core/status-workflow-in-review.js +29 -0
  27. package/core/status-workflow-inactive.d.ts +13 -0
  28. package/core/status-workflow-inactive.js +29 -0
  29. package/core/status-workflow-incomplete.d.ts +13 -0
  30. package/core/status-workflow-incomplete.js +29 -0
  31. package/core/status-workflow-paused.d.ts +13 -0
  32. package/core/status-workflow-paused.js +29 -0
  33. package/core/status-workflow-returned.d.ts +13 -0
  34. package/core/status-workflow-returned.js +29 -0
  35. package/core/status-workflow-scheduled.d.ts +13 -0
  36. package/core/status-workflow-scheduled.js +29 -0
  37. package/core/status-workflow-stopped.d.ts +13 -0
  38. package/core/status-workflow-stopped.js +29 -0
  39. package/core/status-workflow-success.d.ts +13 -0
  40. package/core/status-workflow-success.js +29 -0
  41. package/core/status-workflow-warning.d.ts +13 -0
  42. package/core/status-workflow-warning.js +29 -0
  43. package/dist/cjs/metadata-core.js +209 -5
  44. package/dist/es2019/metadata-core.js +209 -5
  45. package/dist/esm/metadata-core.js +209 -5
  46. package/dist/types/metadata-core.d.ts +2 -3
  47. package/dist/types-ts4.5/metadata-core.d.ts +2 -3
  48. package/package.json +6 -6
  49. package/svgs/core/pipeline.svg +1 -0
  50. package/svgs/core/plan.svg +1 -0
  51. package/svgs/core/playlist-add.svg +1 -0
  52. package/svgs/core/playlist-added.svg +1 -0
  53. package/svgs/core/playlist-remove.svg +1 -0
  54. package/svgs/core/playlist.svg +1 -0
  55. package/svgs/core/service.svg +1 -0
  56. package/svgs/core/status-workflow-cancelled.svg +1 -0
  57. package/svgs/core/status-workflow-danger.svg +1 -0
  58. package/svgs/core/status-workflow-in-progress.svg +1 -0
  59. package/svgs/core/status-workflow-in-review.svg +1 -0
  60. package/svgs/core/status-workflow-inactive.svg +1 -0
  61. package/svgs/core/status-workflow-incomplete.svg +1 -0
  62. package/svgs/core/status-workflow-paused.svg +1 -0
  63. package/svgs/core/status-workflow-returned.svg +1 -0
  64. package/svgs/core/status-workflow-scheduled.svg +1 -0
  65. package/svgs/core/status-workflow-stopped.svg +1 -0
  66. package/svgs/core/status-workflow-success.svg +1 -0
  67. package/svgs/core/status-workflow-warning.svg +1 -0
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ee6ba15014545118d4dab09476242f7e>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowIncompleteIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowIncompleteIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2f61bc73a2589030119a1c58e20160b1>>
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: "StatusWorkflowIncomplete".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing incomplete statuses such as "To do", "Backlog", "Not started", "Pending"
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 StatusWorkflowIncompleteIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowIncompleteIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowIncompleteIcon.displayName = 'StatusWorkflowIncompleteIcon';
29
+ var _default = exports.default = StatusWorkflowIncompleteIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ca59c9588f18fd909bc6fd8881639340>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowPausedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowPausedIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d6ecf60ccc57b84195fdb9af15952135>>
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: "StatusWorkflowPaused".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing statuses that indicate work or a process has paused
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 StatusWorkflowPausedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowPausedIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M7 4.5v7H5.5v-7zm3.5 0v7H9v-7zM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowPausedIcon.displayName = 'StatusWorkflowPausedIcon';
29
+ var _default = exports.default = StatusWorkflowPausedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cf5e49c80ab59334f84e14d019fc9911>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowReturnedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowReturnedIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b08853290efcdd597667e3431b2ad7db>>
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: "StatusWorkflowReturned".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing statuses that return to a previous state in the process such as "Redeploy", "Needs more information"
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 StatusWorkflowReturnedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowReturnedIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/><path fill="currentcolor" d="M10.5 8.75A1.75 1.75 0 0 0 8.75 7H7.293l.358.628a.75.75 0 0 1-1.112.964l-2.25-1.75a.75.75 0 0 1 0-1.184l2.25-1.75a.75.75 0 0 1 1.112.964l-.358.628H8.75a3.25 3.25 0 0 1 0 6.5H7v-1.5h1.75a1.75 1.75 0 0 0 1.75-1.75"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowReturnedIcon.displayName = 'StatusWorkflowReturnedIcon';
29
+ var _default = exports.default = StatusWorkflowReturnedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c8327632966b1bc827cfd0866ddf09b8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowScheduledIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowScheduledIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::87af89cd562983a126e1123e47f82a4f>>
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: "StatusWorkflowScheduled".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence
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 StatusWorkflowScheduledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowScheduledIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/><path fill="currentcolor" d="M9.5 3.5v5.25a.75.75 0 0 1-.75.75H5V8h3V3.5z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowScheduledIcon.displayName = 'StatusWorkflowScheduledIcon';
29
+ var _default = exports.default = StatusWorkflowScheduledIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b939d51b8d604e487425921130659f00>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowStoppedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowStoppedIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::700d53abf02aaabf2976dfaa2c51b901>>
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: "StatusWorkflowStopped".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing statuses that indicate work or a process has stopped
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 StatusWorkflowStoppedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowStoppedIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10.25 5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5A.75.75 0 0 1 5.75 5z"/><path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13" clip-rule="evenodd"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowStoppedIcon.displayName = 'StatusWorkflowStoppedIcon';
29
+ var _default = exports.default = StatusWorkflowStoppedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::222b799c85d250af0baf0eac0f733f40>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowSuccessIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowSuccessIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::03f695dc0e6fe825e79c953e29fa3f18>>
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: "StatusWorkflowSuccess".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state
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 StatusWorkflowSuccessIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowSuccessIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.747 9.826l-1.92-2.305-1.153.96 2.5 3a.75.75 0 0 0 1.154-.002l4.75-5.75-1.156-.956z" clip-rule="evenodd"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowSuccessIcon.displayName = 'StatusWorkflowSuccessIcon';
29
+ var _default = exports.default = StatusWorkflowSuccessIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6906e026f866d219dedefa6e40f7ec4f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StatusWorkflowWarningIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StatusWorkflowWarningIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8ef79214f4cc9ed1a44be3eb99eabdf0>>
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: "StatusWorkflowWarning".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing statuses that signal potential issues requiring awareness or intervention
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 StatusWorkflowWarningIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "StatusWorkflowWarningIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/><path fill="currentcolor" d="M8.75 3.5V9h-1.5V3.5zm-.75 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ StatusWorkflowWarningIcon.displayName = 'StatusWorkflowWarningIcon';
29
+ var _default = exports.default = StatusWorkflowWarningIcon;
@@ -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::c9162adee99a4c616f51ac1bfb9ca964>>
12
+ * @codegen <<SignedSource::5882270e4a9f64ea17985c74497862ba>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -1676,6 +1676,70 @@ var metadata = {
1676
1676
  team: 'Jira',
1677
1677
  status: 'published'
1678
1678
  },
1679
+ pipeline: {
1680
+ keywords: ['pipeline', 'icon', 'icon-lab', 'pipeline', 'build process', 'bitbucket'],
1681
+ componentName: 'PipelineIcon',
1682
+ package: '@atlaskit/icon-lab/core/pipeline',
1683
+ type: 'core',
1684
+ categorization: 'single-purpose',
1685
+ usage: 'Reserved for representing pipelines',
1686
+ team: 'Bitbucket Cloud',
1687
+ status: 'published'
1688
+ },
1689
+ plan: {
1690
+ keywords: ['plan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
1691
+ componentName: 'PlanIcon',
1692
+ package: '@atlaskit/icon-lab/core/plan',
1693
+ type: 'core',
1694
+ categorization: 'single-purpose',
1695
+ usage: 'Reserved for representing plans.',
1696
+ team: 'Design System Team',
1697
+ status: 'published'
1698
+ },
1699
+ playlist: {
1700
+ keywords: ['playlist', 'icon', 'icon-lab', 'playlist', 'listen', 'audio', 'play', 'briefing'],
1701
+ componentName: 'PlaylistIcon',
1702
+ package: '@atlaskit/icon-lab/core/playlist',
1703
+ type: 'core',
1704
+ categorization: 'single-purpose',
1705
+ usage: 'Representing the playlist feature',
1706
+ team: 'Confluence Horizontals',
1707
+ status: 'published',
1708
+ slackChannel: 'confluence-design'
1709
+ },
1710
+ 'playlist-add': {
1711
+ keywords: ['playlist-add', 'playlistadd', 'icon', 'icon-lab', 'playlist', 'add', 'include', 'bookmark', 'listen', 'save'],
1712
+ componentName: 'PlaylistAddIcon',
1713
+ package: '@atlaskit/icon-lab/core/playlist-add',
1714
+ type: 'core',
1715
+ categorization: 'single-purpose',
1716
+ usage: 'Adding items to your playlist (feature).',
1717
+ team: 'Confluence Horizontals',
1718
+ status: 'published',
1719
+ slackChannel: 'design-confluence'
1720
+ },
1721
+ 'playlist-added': {
1722
+ keywords: ['playlist-added', 'playlistadded', 'icon', 'icon-lab', 'playlist', 'added', 'include', 'play'],
1723
+ componentName: 'PlaylistAddedIcon',
1724
+ package: '@atlaskit/icon-lab/core/playlist-added',
1725
+ type: 'core',
1726
+ categorization: 'single-purpose',
1727
+ usage: 'Indicating when things have been added to your playlist (feature)',
1728
+ team: 'Confluence Horizontals',
1729
+ status: 'published',
1730
+ slackChannel: 'confluence-design'
1731
+ },
1732
+ 'playlist-remove': {
1733
+ keywords: ['playlist-remove', 'playlistremove', 'icon', 'icon-lab', 'playlist', 'remove', 'cancel', 'delete'],
1734
+ componentName: 'PlaylistRemoveIcon',
1735
+ package: '@atlaskit/icon-lab/core/playlist-remove',
1736
+ type: 'core',
1737
+ categorization: 'single-purpose',
1738
+ usage: 'Represents the action for removing things from the playlist feature.',
1739
+ team: 'Confluence Horizontals',
1740
+ status: 'published',
1741
+ slackChannel: 'confluence-design'
1742
+ },
1679
1743
  'plus-circle': {
1680
1744
  keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
1681
1745
  componentName: 'PlusCircleIcon',
@@ -1791,15 +1855,20 @@ var metadata = {
1791
1855
  slackChannel: '#avp-design'
1792
1856
  },
1793
1857
  'roadmaps-plan': {
1794
- keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'roadmap', 'plan'],
1858
+ keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
1795
1859
  componentName: 'RoadmapsPlanIcon',
1796
1860
  package: '@atlaskit/icon-lab/core/roadmaps-plan',
1797
1861
  oldName: ['bitbucket/builds'],
1798
1862
  type: 'core',
1863
+ replacement: {
1864
+ name: 'plan',
1865
+ type: 'core',
1866
+ location: '@atlaskit/icon-lab'
1867
+ },
1799
1868
  categorization: 'single-purpose',
1800
- usage: 'Reserved for roadmaps plan.',
1869
+ usage: 'Reserved for representing plans.',
1801
1870
  team: 'Design System Team',
1802
- status: 'published'
1871
+ status: 'deprecated'
1803
1872
  },
1804
1873
  'roadmaps-service': {
1805
1874
  keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
@@ -1807,10 +1876,15 @@ var metadata = {
1807
1876
  package: '@atlaskit/icon-lab/core/roadmaps-service',
1808
1877
  oldName: ['bitbucket/forks'],
1809
1878
  type: 'core',
1879
+ replacement: {
1880
+ name: 'service',
1881
+ type: 'core',
1882
+ location: '@atlaskit/icon-lab'
1883
+ },
1810
1884
  categorization: 'single-purpose',
1811
1885
  usage: 'Reserved for roadmaps service.',
1812
1886
  team: 'Design System Team',
1813
- status: 'published'
1887
+ status: 'deprecated'
1814
1888
  },
1815
1889
  rovo: {
1816
1890
  keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
@@ -1863,6 +1937,16 @@ var metadata = {
1863
1937
  team: 'Whiteboards',
1864
1938
  status: 'published'
1865
1939
  },
1940
+ service: {
1941
+ keywords: ['service', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
1942
+ componentName: 'ServiceIcon',
1943
+ package: '@atlaskit/icon-lab/core/service',
1944
+ type: 'core',
1945
+ categorization: 'single-purpose',
1946
+ usage: 'Reserved for roadmaps service.',
1947
+ team: 'Design System Team',
1948
+ status: 'published'
1949
+ },
1866
1950
  'shape-diamond': {
1867
1951
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
1868
1952
  componentName: 'ShapeDiamondIcon',
@@ -2064,6 +2148,126 @@ var metadata = {
2064
2148
  team: 'Whiteboards',
2065
2149
  status: 'published'
2066
2150
  },
2151
+ 'status-workflow-cancelled': {
2152
+ keywords: ['status-workflow-cancelled', 'statusworkflowcancelled', 'icon', 'icon-lab', 'status', 'workflow phase', 'cross', 'cancelled'],
2153
+ componentName: 'StatusWorkflowCancelledIcon',
2154
+ package: '@atlaskit/icon-lab/core/status-workflow-cancelled',
2155
+ type: 'core',
2156
+ categorization: 'single-purpose',
2157
+ usage: 'Reserved for representing statuses that indicated work or a process has been cancelled',
2158
+ team: 'Design System Team',
2159
+ status: 'published'
2160
+ },
2161
+ 'status-workflow-danger': {
2162
+ keywords: ['status-workflow-danger', 'statusworkflowdanger', 'icon', 'icon-lab', 'status', 'workflow phase', 'danger', 'critical', 'blocking', 'error'],
2163
+ componentName: 'StatusWorkflowDangerIcon',
2164
+ package: '@atlaskit/icon-lab/core/status-workflow-danger',
2165
+ type: 'core',
2166
+ categorization: 'single-purpose',
2167
+ usage: 'Reserved for representing statuses that signal critical issues that demand attention',
2168
+ team: 'Design System Team',
2169
+ status: 'published'
2170
+ },
2171
+ 'status-workflow-in-progress': {
2172
+ keywords: ['status-workflow-in-progress', 'statusworkflowinprogress', 'icon', 'icon-lab', 'status', 'workflow phase', 'in progress', 'WIP'],
2173
+ componentName: 'StatusWorkflowInProgressIcon',
2174
+ package: '@atlaskit/icon-lab/core/status-workflow-in-progress',
2175
+ type: 'core',
2176
+ categorization: 'single-purpose',
2177
+ usage: "Reserved for representing in progress statuses such as 'In progress', 'In development', 'Draft'",
2178
+ team: 'Design System Team',
2179
+ status: 'published'
2180
+ },
2181
+ 'status-workflow-in-review': {
2182
+ keywords: ['status-workflow-in-review', 'statusworkflowinreview', 'icon', 'icon-lab', 'status', 'workflow phase', 'reviewing', 'considering', 'assessing', 'in review'],
2183
+ componentName: 'StatusWorkflowInReviewIcon',
2184
+ package: '@atlaskit/icon-lab/core/status-workflow-in-review',
2185
+ type: 'core',
2186
+ categorization: 'single-purpose',
2187
+ usage: 'Reserved for representing statuses that signal consideration, assessment, and review',
2188
+ team: 'Design System Team',
2189
+ status: 'published'
2190
+ },
2191
+ 'status-workflow-inactive': {
2192
+ keywords: ['status-workflow-inactive', 'statusworkflowinactive', 'icon', 'icon-lab', 'status', 'workflow phase', 'inactive'],
2193
+ componentName: 'StatusWorkflowInactiveIcon',
2194
+ package: '@atlaskit/icon-lab/core/status-workflow-inactive',
2195
+ type: 'core',
2196
+ categorization: 'single-purpose',
2197
+ usage: 'Reserved for representing statuses that indicate work or a process is in an inactive state',
2198
+ team: 'Design System Team',
2199
+ status: 'published'
2200
+ },
2201
+ 'status-workflow-incomplete': {
2202
+ keywords: ['status-workflow-incomplete', 'statusworkflowincomplete', 'icon', 'icon-lab', 'status', 'workflow phase', 'incomplete'],
2203
+ componentName: 'StatusWorkflowIncompleteIcon',
2204
+ package: '@atlaskit/icon-lab/core/status-workflow-incomplete',
2205
+ type: 'core',
2206
+ categorization: 'single-purpose',
2207
+ usage: "Reserved for representing incomplete statuses such as 'To do', 'Backlog', 'Not started', 'Pending'",
2208
+ team: 'Design System Team',
2209
+ status: 'published'
2210
+ },
2211
+ 'status-workflow-paused': {
2212
+ keywords: ['status-workflow-paused', 'statusworkflowpaused', 'icon', 'icon-lab', 'status', 'workflow phase', 'pause', 'paused'],
2213
+ componentName: 'StatusWorkflowPausedIcon',
2214
+ package: '@atlaskit/icon-lab/core/status-workflow-paused',
2215
+ type: 'core',
2216
+ categorization: 'single-purpose',
2217
+ usage: 'Reserved for representing statuses that indicate work or a process has paused',
2218
+ team: 'Design System Team',
2219
+ status: 'published'
2220
+ },
2221
+ 'status-workflow-returned': {
2222
+ keywords: ['status-workflow-returned', 'statusworkflowreturned', 'icon', 'icon-lab', 'status', 'workflow phase', 'redeploy', 'return', 'revert', 'rerun'],
2223
+ componentName: 'StatusWorkflowReturnedIcon',
2224
+ package: '@atlaskit/icon-lab/core/status-workflow-returned',
2225
+ type: 'core',
2226
+ categorization: 'single-purpose',
2227
+ usage: "Reserved for representing statuses that return to a previous state in the process such as 'Redeploy', 'Needs more information'",
2228
+ team: 'Design System Team',
2229
+ status: 'published'
2230
+ },
2231
+ 'status-workflow-scheduled': {
2232
+ keywords: ['status-workflow-scheduled', 'statusworkflowscheduled', 'icon', 'icon-lab', 'status', 'workflow phase', 'waiting', 'scheduled'],
2233
+ componentName: 'StatusWorkflowScheduledIcon',
2234
+ package: '@atlaskit/icon-lab/core/status-workflow-scheduled',
2235
+ type: 'core',
2236
+ categorization: 'single-purpose',
2237
+ usage: 'Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence',
2238
+ team: 'Design System Team',
2239
+ status: 'published'
2240
+ },
2241
+ 'status-workflow-stopped': {
2242
+ keywords: ['status-workflow-stopped', 'statusworkflowstopped', 'icon', 'icon-lab', 'status', 'workflow phase', 'stop', 'stopped'],
2243
+ componentName: 'StatusWorkflowStoppedIcon',
2244
+ package: '@atlaskit/icon-lab/core/status-workflow-stopped',
2245
+ type: 'core',
2246
+ categorization: 'single-purpose',
2247
+ usage: 'Reserved for representing statuses that indicate work or a process has stopped',
2248
+ team: 'Design System Team',
2249
+ status: 'published'
2250
+ },
2251
+ 'status-workflow-success': {
2252
+ keywords: ['status-workflow-success', 'statusworkflowsuccess', 'icon', 'icon-lab', 'status', 'workflow phase', 'success', 'accomplished', 'achieved', 'optimal state', 'completed', 'complete'],
2253
+ componentName: 'StatusWorkflowSuccessIcon',
2254
+ package: '@atlaskit/icon-lab/core/status-workflow-success',
2255
+ type: 'core',
2256
+ categorization: 'single-purpose',
2257
+ usage: 'Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state',
2258
+ team: 'Design System Team',
2259
+ status: 'published'
2260
+ },
2261
+ 'status-workflow-warning': {
2262
+ keywords: ['status-workflow-warning', 'statusworkflowwarning', 'icon', 'icon-lab', 'status', 'workflow phase', 'warning', 'alert', 'awareness', 'intervention'],
2263
+ componentName: 'StatusWorkflowWarningIcon',
2264
+ package: '@atlaskit/icon-lab/core/status-workflow-warning',
2265
+ type: 'core',
2266
+ categorization: 'single-purpose',
2267
+ usage: 'Reserved for representing statuses that signal potential issues requiring awareness or intervention',
2268
+ team: 'Design System Team',
2269
+ status: 'published'
2270
+ },
2067
2271
  sticker: {
2068
2272
  keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
2069
2273
  componentName: 'StickerIcon',