@atlaskit/icon-lab 5.10.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.
- package/CHANGELOG.md +51 -62
- package/build/index.tsx +1 -71
- package/core/block-synced.d.ts +13 -0
- package/core/block-synced.js +29 -0
- package/core/pipeline.d.ts +13 -0
- package/core/pipeline.js +29 -0
- package/core/plan.d.ts +13 -0
- package/core/plan.js +29 -0
- package/core/playlist-add.d.ts +13 -0
- package/core/playlist-add.js +29 -0
- package/core/playlist-added.d.ts +13 -0
- package/core/playlist-added.js +29 -0
- package/core/playlist-remove.d.ts +13 -0
- package/core/playlist-remove.js +29 -0
- package/core/playlist.d.ts +13 -0
- package/core/playlist.js +29 -0
- package/core/roadmaps-plan.d.ts +4 -1
- package/core/roadmaps-plan.js +2 -2
- package/core/roadmaps-service.d.ts +4 -1
- package/core/service.d.ts +13 -0
- package/core/service.js +29 -0
- package/core/status-workflow-cancelled.d.ts +13 -0
- package/core/status-workflow-cancelled.js +29 -0
- package/core/status-workflow-danger.d.ts +13 -0
- package/core/status-workflow-danger.js +29 -0
- package/core/status-workflow-in-progress.d.ts +13 -0
- package/core/status-workflow-in-progress.js +29 -0
- package/core/status-workflow-in-review.d.ts +13 -0
- package/core/status-workflow-in-review.js +29 -0
- package/core/status-workflow-inactive.d.ts +13 -0
- package/core/status-workflow-inactive.js +29 -0
- package/core/status-workflow-incomplete.d.ts +13 -0
- package/core/status-workflow-incomplete.js +29 -0
- package/core/status-workflow-paused.d.ts +13 -0
- package/core/status-workflow-paused.js +29 -0
- package/core/status-workflow-returned.d.ts +13 -0
- package/core/status-workflow-returned.js +29 -0
- package/core/status-workflow-scheduled.d.ts +13 -0
- package/core/status-workflow-scheduled.js +29 -0
- package/core/status-workflow-stopped.d.ts +13 -0
- package/core/status-workflow-stopped.js +29 -0
- package/core/status-workflow-success.d.ts +13 -0
- package/core/status-workflow-success.js +29 -0
- package/core/status-workflow-warning.d.ts +13 -0
- package/core/status-workflow-warning.js +29 -0
- package/dist/cjs/metadata-core.js +219 -5
- package/dist/es2019/metadata-core.js +219 -5
- package/dist/esm/metadata-core.js +219 -5
- package/dist/types/metadata-core.d.ts +2 -3
- package/dist/types-ts4.5/metadata-core.d.ts +2 -3
- package/package.json +10 -10
- package/svgs/core/block-synced.svg +1 -0
- package/svgs/core/pipeline.svg +1 -0
- package/svgs/core/plan.svg +1 -0
- package/svgs/core/playlist-add.svg +1 -0
- package/svgs/core/playlist-added.svg +1 -0
- package/svgs/core/playlist-remove.svg +1 -0
- package/svgs/core/playlist.svg +1 -0
- package/svgs/core/service.svg +1 -0
- package/svgs/core/status-workflow-cancelled.svg +1 -0
- package/svgs/core/status-workflow-danger.svg +1 -0
- package/svgs/core/status-workflow-in-progress.svg +1 -0
- package/svgs/core/status-workflow-in-review.svg +1 -0
- package/svgs/core/status-workflow-inactive.svg +1 -0
- package/svgs/core/status-workflow-incomplete.svg +1 -0
- package/svgs/core/status-workflow-paused.svg +1 -0
- package/svgs/core/status-workflow-returned.svg +1 -0
- package/svgs/core/status-workflow-scheduled.svg +1 -0
- package/svgs/core/status-workflow-stopped.svg +1 -0
- package/svgs/core/status-workflow-success.svg +1 -0
- 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::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::
|
|
12
|
+
* @codegen <<SignedSource::5882270e4a9f64ea17985c74497862ba>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -374,6 +374,16 @@ var metadata = {
|
|
|
374
374
|
team: 'JSM',
|
|
375
375
|
status: 'published'
|
|
376
376
|
},
|
|
377
|
+
'block-synced': {
|
|
378
|
+
keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
|
|
379
|
+
componentName: 'BlockSyncedIcon',
|
|
380
|
+
package: '@atlaskit/icon-lab/core/block-synced',
|
|
381
|
+
type: 'core',
|
|
382
|
+
categorization: 'single-purpose',
|
|
383
|
+
usage: 'Reserved for syncing content blocks in Editor experiences.',
|
|
384
|
+
team: 'Editor Platform',
|
|
385
|
+
status: 'published'
|
|
386
|
+
},
|
|
377
387
|
bluetooth: {
|
|
378
388
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
379
389
|
componentName: 'BluetoothIcon',
|
|
@@ -1666,6 +1676,70 @@ var metadata = {
|
|
|
1666
1676
|
team: 'Jira',
|
|
1667
1677
|
status: 'published'
|
|
1668
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
|
+
},
|
|
1669
1743
|
'plus-circle': {
|
|
1670
1744
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
|
|
1671
1745
|
componentName: 'PlusCircleIcon',
|
|
@@ -1781,15 +1855,20 @@ var metadata = {
|
|
|
1781
1855
|
slackChannel: '#avp-design'
|
|
1782
1856
|
},
|
|
1783
1857
|
'roadmaps-plan': {
|
|
1784
|
-
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', '
|
|
1858
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1785
1859
|
componentName: 'RoadmapsPlanIcon',
|
|
1786
1860
|
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
1787
1861
|
oldName: ['bitbucket/builds'],
|
|
1788
1862
|
type: 'core',
|
|
1863
|
+
replacement: {
|
|
1864
|
+
name: 'plan',
|
|
1865
|
+
type: 'core',
|
|
1866
|
+
location: '@atlaskit/icon-lab'
|
|
1867
|
+
},
|
|
1789
1868
|
categorization: 'single-purpose',
|
|
1790
|
-
usage: 'Reserved for
|
|
1869
|
+
usage: 'Reserved for representing plans.',
|
|
1791
1870
|
team: 'Design System Team',
|
|
1792
|
-
status: '
|
|
1871
|
+
status: 'deprecated'
|
|
1793
1872
|
},
|
|
1794
1873
|
'roadmaps-service': {
|
|
1795
1874
|
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
@@ -1797,10 +1876,15 @@ var metadata = {
|
|
|
1797
1876
|
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
1798
1877
|
oldName: ['bitbucket/forks'],
|
|
1799
1878
|
type: 'core',
|
|
1879
|
+
replacement: {
|
|
1880
|
+
name: 'service',
|
|
1881
|
+
type: 'core',
|
|
1882
|
+
location: '@atlaskit/icon-lab'
|
|
1883
|
+
},
|
|
1800
1884
|
categorization: 'single-purpose',
|
|
1801
1885
|
usage: 'Reserved for roadmaps service.',
|
|
1802
1886
|
team: 'Design System Team',
|
|
1803
|
-
status: '
|
|
1887
|
+
status: 'deprecated'
|
|
1804
1888
|
},
|
|
1805
1889
|
rovo: {
|
|
1806
1890
|
keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
|
|
@@ -1853,6 +1937,16 @@ var metadata = {
|
|
|
1853
1937
|
team: 'Whiteboards',
|
|
1854
1938
|
status: 'published'
|
|
1855
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
|
+
},
|
|
1856
1950
|
'shape-diamond': {
|
|
1857
1951
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
|
|
1858
1952
|
componentName: 'ShapeDiamondIcon',
|
|
@@ -2054,6 +2148,126 @@ var metadata = {
|
|
|
2054
2148
|
team: 'Whiteboards',
|
|
2055
2149
|
status: 'published'
|
|
2056
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
|
+
},
|
|
2057
2271
|
sticker: {
|
|
2058
2272
|
keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
|
|
2059
2273
|
componentName: 'StickerIcon',
|