@atlaskit/icon-lab 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#119848](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119848)
8
+ [`7663324edf87e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7663324edf87e) -
9
+ This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `queue-pop-in`
16
+ - `queue-pop-out`
17
+
18
+ ## 3.3.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#120135](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120135)
23
+ [`be3eb3ea91920`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be3eb3ea91920) -
24
+ This release adds icons in `@atlaskit/icon-lab`.
25
+
26
+ ### Added:
27
+
28
+ **`@atlaskit/icon-lab/core`**
29
+
30
+ - `continue-when`
31
+ - `split-parallel`
32
+ - `switch-case`
33
+ - `workflow-controls`
34
+
3
35
  ## 3.2.0
4
36
 
5
37
  ### Minor Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a9d9f763c2ee7c95f9a17b4236d2142a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ContinueWhenIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ContinueWhenIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0d120a37e1c7738b3e51d5035c85b394>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ContinueWhen".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for continue when delay in automation.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ContinueWhenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M9.75 5v6m-3.5-6v6m9-3A7.25 7.25 0 1 1 .75 8a7.25 7.25 0 0 1 14.5 0Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ContinueWhenIcon.displayName = 'ContinueWhenIcon';
31
+ var _default = exports.default = ContinueWhenIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3800a1dc1431311b306c4143ffc21c46>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const QueuePopInIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default QueuePopInIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::00cca53c284eb95555e6b65ce51878b0>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "QueuePopIn".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for JSM queue navigation to move back to sidebar
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const QueuePopInIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-2.75"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 6.5v4.25H9.5m-.75-3.5L5.5 10.5M14 7.25c.69 0 1.25-.56 1.25-1.25V2c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ QueuePopInIcon.displayName = 'QueuePopInIcon';
31
+ var _default = exports.default = QueuePopInIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7cdd8ac300e6dbbf8ca348e1b9caab30>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const QueuePopOutIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default QueuePopOutIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ea66403671ba0439e5d789f0c6dd9536>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "QueuePopOut".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for JSM queue navigation to pop out from sidebar
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const QueuePopOutIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V8"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.25 14.25V9c0-.69-.56-1.25-1.25-1.25H1.75M14.25 6V1.75H10M9.5 6.5 14 2"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ QueuePopOutIcon.displayName = 'QueuePopOutIcon';
31
+ var _default = exports.default = QueuePopOutIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e97dbe824a861f3f4e70fddfa83f1b15>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SplitParallelIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SplitParallelIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::22523fa7e4a5d7fd950381df34cbc34e>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "SplitParallel".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for split parallel branches in Automation
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const SplitParallelIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4.25 4.5v7M6.5 7.25h4c.69 0 1.25.56 1.25 1.25v2.375M4.25 4.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ SplitParallelIcon.displayName = 'SplitParallelIcon';
31
+ var _default = exports.default = SplitParallelIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2ada7965fa2784c669df498a14aa5bb3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SwitchCaseIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SwitchCaseIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f782e2eafc43306f113dc8001b946be4>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "SwitchCase".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for switch case conditions in automation
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const SwitchCaseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.25V7.5m-6.25 4.25 2.5 2.5 2.5-2.5m2.5 0 2.5 2.5 2.5-2.5m-10 1.625V9.25C4.25 8.56 4.81 8 5.5 8h5c.69 0 1.25.56 1.25 1.25v4.125M8 4.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ SwitchCaseIcon.displayName = 'SwitchCaseIcon';
31
+ var _default = exports.default = SwitchCaseIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c22909b855cda0a9bb2d10d26678d0ef>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WorkflowControlsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WorkflowControlsIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ea83c00121b7ad44d4ac1acc954eda04>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "WorkflowControls".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for workflow controls in automation
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const WorkflowControlsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.25 9.75H7A.75.75 0 0 0 6.25 9zm-4.5 0V9a.75.75 0 0 0-.75.75zm0 4.5H1c0 .414.336.75.75.75zm4.5 0V15a.75.75 0 0 0 .75-.75zM12 6.907l-.53.53.53.53.53-.53zm2.828-2.829.53.53a.75.75 0 0 0 0-1.06zM12 1.25l.53-.53a.75.75 0 0 0-1.06 0zM9.172 4.078l-.53-.53a.75.75 0 0 0 0 1.06zM4 1a3 3 0 0 0-3 3h1.5A1.5 1.5 0 0 1 4 2.5zm3 3a3 3 0 0 0-3-3v1.5A1.5 1.5 0 0 1 5.5 4zM4 7a3 3 0 0 0 3-3H5.5A1.5 1.5 0 0 1 4 5.5zm0-1.5A1.5 1.5 0 0 1 2.5 4H1a3 3 0 0 0 3 3zm8 9.5a3 3 0 0 0 3-3h-1.5a1.5 1.5 0 0 1-1.5 1.5zm-3-3a3 3 0 0 0 3 3v-1.5a1.5 1.5 0 0 1-1.5-1.5zm3-3a3 3 0 0 0-3 3h1.5a1.5 1.5 0 0 1 1.5-1.5zm0 1.5a1.5 1.5 0 0 1 1.5 1.5H15a3 3 0 0 0-3-3zM6.25 9h-4.5v1.5h4.5zM1 9.75v4.5h1.5v-4.5zM1.75 15h4.5v-1.5h-4.5zM7 14.25v-4.5H5.5v4.5zm5.53-6.813 2.83-2.827-1.06-1.06-2.83 2.828zm2.829-3.889L12.53.72l-1.06 1.06 2.828 2.829zM11.469.72 8.642 3.548l1.06 1.06 2.83-2.828zM8.642 4.609l2.829 2.828 1.06-1.06-2.828-2.829zM3.25 6v3.75h1.5V6zm8 .75V9.5h1.5V6.75zm-5-2h3v-1.5h-3z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ WorkflowControlsIcon.displayName = 'WorkflowControlsIcon';
31
+ var _default = exports.default = WorkflowControlsIcon;
@@ -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::1d1ebec75ee9bc7e475dbb1677ad433e>>
12
+ * @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -149,6 +149,16 @@ var metadata = {
149
149
  usage: 'Multi purpose',
150
150
  team: 'Design System Team'
151
151
  },
152
+ 'continue-when': {
153
+ keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
154
+ componentName: 'ContinueWhenIcon',
155
+ package: '@atlaskit/icon-lab/core/continue-when',
156
+ type: 'core',
157
+ categorization: 'single-purpose',
158
+ usage: 'Reserved for continue when delay in automation.',
159
+ team: 'Automation',
160
+ slackChannel: '#help-automation-design'
161
+ },
152
162
  'cross-octagon': {
153
163
  keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
154
164
  componentName: 'CrossOctagonIcon',
@@ -362,6 +372,24 @@ var metadata = {
362
372
  usage: 'Reserved for QR code experiences.',
363
373
  team: 'Assets'
364
374
  },
375
+ 'queue-pop-in': {
376
+ keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'core', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
377
+ componentName: 'QueuePopInIcon',
378
+ package: '@atlaskit/icon-lab/core/queue-pop-in',
379
+ type: 'core',
380
+ categorization: 'single-purpose',
381
+ usage: 'Reserved for JSM queue navigation to move back to sidebar',
382
+ team: 'JSM core capabilities'
383
+ },
384
+ 'queue-pop-out': {
385
+ keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'core', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
386
+ componentName: 'QueuePopOutIcon',
387
+ package: '@atlaskit/icon-lab/core/queue-pop-out',
388
+ type: 'core',
389
+ categorization: 'single-purpose',
390
+ usage: 'Reserved for JSM queue navigation to pop out from sidebar',
391
+ team: 'JSM core capabilities'
392
+ },
365
393
  'roadmaps-plan': {
366
394
  keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
367
395
  componentName: 'RoadmapsPlanIcon',
@@ -481,6 +509,16 @@ var metadata = {
481
509
  usage: 'Multi purpose',
482
510
  team: 'Design System Team'
483
511
  },
512
+ 'split-parallel': {
513
+ keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'core', 'router', 'branches'],
514
+ componentName: 'SplitParallelIcon',
515
+ package: '@atlaskit/icon-lab/core/split-parallel',
516
+ type: 'core',
517
+ categorization: 'single-purpose',
518
+ usage: 'Reserved for split parallel branches in Automation',
519
+ team: 'Automation',
520
+ slackChannel: '#help-automation-design'
521
+ },
484
522
  stamp: {
485
523
  keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
486
524
  componentName: 'StampIcon',
@@ -580,6 +618,16 @@ var metadata = {
580
618
  usage: 'Swapping between Jira tickets in Whiteboard smart section',
581
619
  team: 'Whiteboards'
582
620
  },
621
+ 'switch-case': {
622
+ keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'core', 'conditions', 'if', 'else', 'else if'],
623
+ componentName: 'SwitchCaseIcon',
624
+ package: '@atlaskit/icon-lab/core/switch-case',
625
+ type: 'core',
626
+ categorization: 'single-purpose',
627
+ usage: 'Reserved for switch case conditions in automation',
628
+ team: 'Automations',
629
+ slackChannel: '#help-automation-design'
630
+ },
583
631
  sync: {
584
632
  keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
585
633
  componentName: 'SyncIcon',
@@ -672,6 +720,16 @@ var metadata = {
672
720
  team: 'Insights',
673
721
  slackChannel: '#cc-insights-and-reporting'
674
722
  },
723
+ 'workflow-controls': {
724
+ keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
725
+ componentName: 'WorkflowControlsIcon',
726
+ package: '@atlaskit/icon-lab/core/workflow-controls',
727
+ type: 'core',
728
+ categorization: 'single-purpose',
729
+ usage: 'Reserved for workflow controls in automation',
730
+ team: 'Automation',
731
+ slackChannel: '#help-automation-design'
732
+ },
675
733
  wrench: {
676
734
  keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
677
735
  componentName: 'WrenchIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::1d1ebec75ee9bc7e475dbb1677ad433e>>
6
+ * @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -143,6 +143,16 @@ const metadata = {
143
143
  usage: 'Multi purpose',
144
144
  team: 'Design System Team'
145
145
  },
146
+ 'continue-when': {
147
+ keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
148
+ componentName: 'ContinueWhenIcon',
149
+ package: '@atlaskit/icon-lab/core/continue-when',
150
+ type: 'core',
151
+ categorization: 'single-purpose',
152
+ usage: 'Reserved for continue when delay in automation.',
153
+ team: 'Automation',
154
+ slackChannel: '#help-automation-design'
155
+ },
146
156
  'cross-octagon': {
147
157
  keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
148
158
  componentName: 'CrossOctagonIcon',
@@ -356,6 +366,24 @@ const metadata = {
356
366
  usage: 'Reserved for QR code experiences.',
357
367
  team: 'Assets'
358
368
  },
369
+ 'queue-pop-in': {
370
+ keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'core', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
371
+ componentName: 'QueuePopInIcon',
372
+ package: '@atlaskit/icon-lab/core/queue-pop-in',
373
+ type: 'core',
374
+ categorization: 'single-purpose',
375
+ usage: 'Reserved for JSM queue navigation to move back to sidebar',
376
+ team: 'JSM core capabilities'
377
+ },
378
+ 'queue-pop-out': {
379
+ keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'core', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
380
+ componentName: 'QueuePopOutIcon',
381
+ package: '@atlaskit/icon-lab/core/queue-pop-out',
382
+ type: 'core',
383
+ categorization: 'single-purpose',
384
+ usage: 'Reserved for JSM queue navigation to pop out from sidebar',
385
+ team: 'JSM core capabilities'
386
+ },
359
387
  'roadmaps-plan': {
360
388
  keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
361
389
  componentName: 'RoadmapsPlanIcon',
@@ -475,6 +503,16 @@ const metadata = {
475
503
  usage: 'Multi purpose',
476
504
  team: 'Design System Team'
477
505
  },
506
+ 'split-parallel': {
507
+ keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'core', 'router', 'branches'],
508
+ componentName: 'SplitParallelIcon',
509
+ package: '@atlaskit/icon-lab/core/split-parallel',
510
+ type: 'core',
511
+ categorization: 'single-purpose',
512
+ usage: 'Reserved for split parallel branches in Automation',
513
+ team: 'Automation',
514
+ slackChannel: '#help-automation-design'
515
+ },
478
516
  stamp: {
479
517
  keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
480
518
  componentName: 'StampIcon',
@@ -574,6 +612,16 @@ const metadata = {
574
612
  usage: 'Swapping between Jira tickets in Whiteboard smart section',
575
613
  team: 'Whiteboards'
576
614
  },
615
+ 'switch-case': {
616
+ keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'core', 'conditions', 'if', 'else', 'else if'],
617
+ componentName: 'SwitchCaseIcon',
618
+ package: '@atlaskit/icon-lab/core/switch-case',
619
+ type: 'core',
620
+ categorization: 'single-purpose',
621
+ usage: 'Reserved for switch case conditions in automation',
622
+ team: 'Automations',
623
+ slackChannel: '#help-automation-design'
624
+ },
577
625
  sync: {
578
626
  keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
579
627
  componentName: 'SyncIcon',
@@ -666,6 +714,16 @@ const metadata = {
666
714
  team: 'Insights',
667
715
  slackChannel: '#cc-insights-and-reporting'
668
716
  },
717
+ 'workflow-controls': {
718
+ keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
719
+ componentName: 'WorkflowControlsIcon',
720
+ package: '@atlaskit/icon-lab/core/workflow-controls',
721
+ type: 'core',
722
+ categorization: 'single-purpose',
723
+ usage: 'Reserved for workflow controls in automation',
724
+ team: 'Automation',
725
+ slackChannel: '#help-automation-design'
726
+ },
669
727
  wrench: {
670
728
  keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
671
729
  componentName: 'WrenchIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::1d1ebec75ee9bc7e475dbb1677ad433e>>
6
+ * @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -143,6 +143,16 @@ var metadata = {
143
143
  usage: 'Multi purpose',
144
144
  team: 'Design System Team'
145
145
  },
146
+ 'continue-when': {
147
+ keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
148
+ componentName: 'ContinueWhenIcon',
149
+ package: '@atlaskit/icon-lab/core/continue-when',
150
+ type: 'core',
151
+ categorization: 'single-purpose',
152
+ usage: 'Reserved for continue when delay in automation.',
153
+ team: 'Automation',
154
+ slackChannel: '#help-automation-design'
155
+ },
146
156
  'cross-octagon': {
147
157
  keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
148
158
  componentName: 'CrossOctagonIcon',
@@ -356,6 +366,24 @@ var metadata = {
356
366
  usage: 'Reserved for QR code experiences.',
357
367
  team: 'Assets'
358
368
  },
369
+ 'queue-pop-in': {
370
+ keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'core', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
371
+ componentName: 'QueuePopInIcon',
372
+ package: '@atlaskit/icon-lab/core/queue-pop-in',
373
+ type: 'core',
374
+ categorization: 'single-purpose',
375
+ usage: 'Reserved for JSM queue navigation to move back to sidebar',
376
+ team: 'JSM core capabilities'
377
+ },
378
+ 'queue-pop-out': {
379
+ keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'core', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
380
+ componentName: 'QueuePopOutIcon',
381
+ package: '@atlaskit/icon-lab/core/queue-pop-out',
382
+ type: 'core',
383
+ categorization: 'single-purpose',
384
+ usage: 'Reserved for JSM queue navigation to pop out from sidebar',
385
+ team: 'JSM core capabilities'
386
+ },
359
387
  'roadmaps-plan': {
360
388
  keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
361
389
  componentName: 'RoadmapsPlanIcon',
@@ -475,6 +503,16 @@ var metadata = {
475
503
  usage: 'Multi purpose',
476
504
  team: 'Design System Team'
477
505
  },
506
+ 'split-parallel': {
507
+ keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'core', 'router', 'branches'],
508
+ componentName: 'SplitParallelIcon',
509
+ package: '@atlaskit/icon-lab/core/split-parallel',
510
+ type: 'core',
511
+ categorization: 'single-purpose',
512
+ usage: 'Reserved for split parallel branches in Automation',
513
+ team: 'Automation',
514
+ slackChannel: '#help-automation-design'
515
+ },
478
516
  stamp: {
479
517
  keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
480
518
  componentName: 'StampIcon',
@@ -574,6 +612,16 @@ var metadata = {
574
612
  usage: 'Swapping between Jira tickets in Whiteboard smart section',
575
613
  team: 'Whiteboards'
576
614
  },
615
+ 'switch-case': {
616
+ keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'core', 'conditions', 'if', 'else', 'else if'],
617
+ componentName: 'SwitchCaseIcon',
618
+ package: '@atlaskit/icon-lab/core/switch-case',
619
+ type: 'core',
620
+ categorization: 'single-purpose',
621
+ usage: 'Reserved for switch case conditions in automation',
622
+ team: 'Automations',
623
+ slackChannel: '#help-automation-design'
624
+ },
577
625
  sync: {
578
626
  keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
579
627
  componentName: 'SyncIcon',
@@ -666,6 +714,16 @@ var metadata = {
666
714
  team: 'Insights',
667
715
  slackChannel: '#cc-insights-and-reporting'
668
716
  },
717
+ 'workflow-controls': {
718
+ keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
719
+ componentName: 'WorkflowControlsIcon',
720
+ package: '@atlaskit/icon-lab/core/workflow-controls',
721
+ type: 'core',
722
+ categorization: 'single-purpose',
723
+ usage: 'Reserved for workflow controls in automation',
724
+ team: 'Automation',
725
+ slackChannel: '#help-automation-design'
726
+ },
669
727
  wrench: {
670
728
  keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
671
729
  componentName: 'WrenchIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::1d1ebec75ee9bc7e475dbb1677ad433e>>
6
+ * @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::1d1ebec75ee9bc7e475dbb1677ad433e>>
6
+ * @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-lab",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M9.75 5v6m-3.5-6v6m9-3A7.25 7.25 0 1 1 .75 8a7.25 7.25 0 0 1 14.5 0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-2.75"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 6.5v4.25H9.5m-.75-3.5L5.5 10.5M14 7.25c.69 0 1.25-.56 1.25-1.25V2c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V8"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.25 14.25V9c0-.69-.56-1.25-1.25-1.25H1.75M14.25 6V1.75H10M9.5 6.5 14 2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M4.25 4.5v7M6.5 7.25h4c.69 0 1.25.56 1.25 1.25v2.375M4.25 4.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.25V7.5m-6.25 4.25 2.5 2.5 2.5-2.5m2.5 0 2.5 2.5 2.5-2.5m-10 1.625V9.25C4.25 8.56 4.81 8 5.5 8h5c.69 0 1.25.56 1.25 1.25v4.125M8 4.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.25 9.75H7A.75.75 0 0 0 6.25 9zm-4.5 0V9a.75.75 0 0 0-.75.75zm0 4.5H1c0 .414.336.75.75.75zm4.5 0V15a.75.75 0 0 0 .75-.75zM12 6.907l-.53.53.53.53.53-.53zm2.828-2.829.53.53a.75.75 0 0 0 0-1.06zM12 1.25l.53-.53a.75.75 0 0 0-1.06 0zM9.172 4.078l-.53-.53a.75.75 0 0 0 0 1.06zM4 1a3 3 0 0 0-3 3h1.5A1.5 1.5 0 0 1 4 2.5zm3 3a3 3 0 0 0-3-3v1.5A1.5 1.5 0 0 1 5.5 4zM4 7a3 3 0 0 0 3-3H5.5A1.5 1.5 0 0 1 4 5.5zm0-1.5A1.5 1.5 0 0 1 2.5 4H1a3 3 0 0 0 3 3zm8 9.5a3 3 0 0 0 3-3h-1.5a1.5 1.5 0 0 1-1.5 1.5zm-3-3a3 3 0 0 0 3 3v-1.5a1.5 1.5 0 0 1-1.5-1.5zm3-3a3 3 0 0 0-3 3h1.5a1.5 1.5 0 0 1 1.5-1.5zm0 1.5a1.5 1.5 0 0 1 1.5 1.5H15a3 3 0 0 0-3-3zM6.25 9h-4.5v1.5h4.5zM1 9.75v4.5h1.5v-4.5zM1.75 15h4.5v-1.5h-4.5zM7 14.25v-4.5H5.5v4.5zm5.53-6.813 2.83-2.827-1.06-1.06-2.83 2.828zm2.829-3.889L12.53.72l-1.06 1.06 2.828 2.829zM11.469.72 8.642 3.548l1.06 1.06 2.83-2.828zM8.642 4.609l2.829 2.828 1.06-1.06-2.828-2.829zM3.25 6v3.75h1.5V6zm8 .75V9.5h1.5V6.75zm-5-2h3v-1.5h-3z"/></svg>