@atlaskit/icon-lab 3.1.0 → 3.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#120135](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120135)
8
+ [`be3eb3ea91920`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be3eb3ea91920) -
9
+ This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `continue-when`
16
+ - `split-parallel`
17
+ - `switch-case`
18
+ - `workflow-controls`
19
+
20
+ ## 3.2.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [#118803](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/118803)
25
+ [`57557d8b393d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57557d8b393d1) -
26
+ This release adds two new icons in `@atlaskit/icon-lab`.
27
+
28
+ ### Added:
29
+
30
+ **`@atlaskit/icon-lab/core`**
31
+
32
+ - `if-else`
33
+ - `webhook`
34
+
3
35
  ## 3.1.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::c79b3beec69d5557a9809cc37f97c405>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const IfElseIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default IfElseIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::09cdf8cb97565bf7473a82eeba724eae>>
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: "IfElse".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for If Else conditions
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 IfElseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M14 11.75H9.25c-.69 0-1.25-.56-1.25-1.25V4.375m3.75 9.875 2.5-2.5-2.5-2.5m2.25-5H8m-3.25 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm0 0H9.5m2.25 2.5 2.5-2.5-2.5-2.5"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ IfElseIcon.displayName = 'IfElseIcon';
31
+ var _default = exports.default = IfElseIcon;
@@ -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::e74fb61766350c2cf3aa8dc50866113d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WebhookIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WebhookIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0c39e6c13a9f5a151bbccba9e7f332b5>>
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: "Webhook".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Reserved for using a webhook to send data between applications via HTTP
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 WebhookIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 3.75 1.443 2.63 1.364 2.49a3 3 0 1 1-.11 5.198M3.75 11.5l1.443-2.63 1.364-2.49A3 3 0 0 1 8 .75a3 3 0 0 1 3 3m1.25 7.75h-5.5a3 3 0 1 1-4.523-2.585"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ WebhookIcon.displayName = 'WebhookIcon';
31
+ var _default = exports.default = WebhookIcon;
@@ -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::59c870d1182edf451750202ed7ca53e8>>
12
+ * @codegen <<SignedSource::a3e465431b2746a63afc0d110a78358b>>
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',
@@ -280,6 +290,16 @@ var metadata = {
280
290
  usage: 'Used for move/hand tool in Whiteboards',
281
291
  team: 'Whiteboards'
282
292
  },
293
+ 'if-else': {
294
+ keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
295
+ componentName: 'IfElseIcon',
296
+ package: '@atlaskit/icon-lab/core/if-else',
297
+ type: 'core',
298
+ categorization: 'single-purpose',
299
+ usage: 'Reserved for If Else conditions',
300
+ team: 'Automation',
301
+ slackChannel: '#help-automation-design'
302
+ },
283
303
  incognito: {
284
304
  keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
285
305
  componentName: 'IncognitoIcon',
@@ -471,6 +491,16 @@ var metadata = {
471
491
  usage: 'Multi purpose',
472
492
  team: 'Design System Team'
473
493
  },
494
+ 'split-parallel': {
495
+ keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'core', 'router', 'branches'],
496
+ componentName: 'SplitParallelIcon',
497
+ package: '@atlaskit/icon-lab/core/split-parallel',
498
+ type: 'core',
499
+ categorization: 'single-purpose',
500
+ usage: 'Reserved for split parallel branches in Automation',
501
+ team: 'Automation',
502
+ slackChannel: '#help-automation-design'
503
+ },
474
504
  stamp: {
475
505
  keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
476
506
  componentName: 'StampIcon',
@@ -570,6 +600,16 @@ var metadata = {
570
600
  usage: 'Swapping between Jira tickets in Whiteboard smart section',
571
601
  team: 'Whiteboards'
572
602
  },
603
+ 'switch-case': {
604
+ keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'core', 'conditions', 'if', 'else', 'else if'],
605
+ componentName: 'SwitchCaseIcon',
606
+ package: '@atlaskit/icon-lab/core/switch-case',
607
+ type: 'core',
608
+ categorization: 'single-purpose',
609
+ usage: 'Reserved for switch case conditions in automation',
610
+ team: 'Automations',
611
+ slackChannel: '#help-automation-design'
612
+ },
573
613
  sync: {
574
614
  keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
575
615
  componentName: 'SyncIcon',
@@ -642,6 +682,16 @@ var metadata = {
642
682
  usage: 'Multi purpose',
643
683
  team: 'Design System Team'
644
684
  },
685
+ webhook: {
686
+ keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
687
+ componentName: 'WebhookIcon',
688
+ package: '@atlaskit/icon-lab/core/webhook',
689
+ type: 'core',
690
+ categorization: 'single-purpose',
691
+ usage: 'Reserved for using a webhook to send data between applications via HTTP',
692
+ team: 'Automation',
693
+ slackChannel: '#help-automation-design'
694
+ },
645
695
  'welcome-feed': {
646
696
  keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'core', 'welcome', 'hello', 'blog', 'smile', 'intro'],
647
697
  componentName: 'WelcomeFeedIcon',
@@ -652,6 +702,16 @@ var metadata = {
652
702
  team: 'Insights',
653
703
  slackChannel: '#cc-insights-and-reporting'
654
704
  },
705
+ 'workflow-controls': {
706
+ keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
707
+ componentName: 'WorkflowControlsIcon',
708
+ package: '@atlaskit/icon-lab/core/workflow-controls',
709
+ type: 'core',
710
+ categorization: 'single-purpose',
711
+ usage: 'Reserved for workflow controls in automation',
712
+ team: 'Automation',
713
+ slackChannel: '#help-automation-design'
714
+ },
655
715
  wrench: {
656
716
  keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
657
717
  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::59c870d1182edf451750202ed7ca53e8>>
6
+ * @codegen <<SignedSource::a3e465431b2746a63afc0d110a78358b>>
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',
@@ -274,6 +284,16 @@ const metadata = {
274
284
  usage: 'Used for move/hand tool in Whiteboards',
275
285
  team: 'Whiteboards'
276
286
  },
287
+ 'if-else': {
288
+ keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
289
+ componentName: 'IfElseIcon',
290
+ package: '@atlaskit/icon-lab/core/if-else',
291
+ type: 'core',
292
+ categorization: 'single-purpose',
293
+ usage: 'Reserved for If Else conditions',
294
+ team: 'Automation',
295
+ slackChannel: '#help-automation-design'
296
+ },
277
297
  incognito: {
278
298
  keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
279
299
  componentName: 'IncognitoIcon',
@@ -465,6 +485,16 @@ const metadata = {
465
485
  usage: 'Multi purpose',
466
486
  team: 'Design System Team'
467
487
  },
488
+ 'split-parallel': {
489
+ keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'core', 'router', 'branches'],
490
+ componentName: 'SplitParallelIcon',
491
+ package: '@atlaskit/icon-lab/core/split-parallel',
492
+ type: 'core',
493
+ categorization: 'single-purpose',
494
+ usage: 'Reserved for split parallel branches in Automation',
495
+ team: 'Automation',
496
+ slackChannel: '#help-automation-design'
497
+ },
468
498
  stamp: {
469
499
  keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
470
500
  componentName: 'StampIcon',
@@ -564,6 +594,16 @@ const metadata = {
564
594
  usage: 'Swapping between Jira tickets in Whiteboard smart section',
565
595
  team: 'Whiteboards'
566
596
  },
597
+ 'switch-case': {
598
+ keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'core', 'conditions', 'if', 'else', 'else if'],
599
+ componentName: 'SwitchCaseIcon',
600
+ package: '@atlaskit/icon-lab/core/switch-case',
601
+ type: 'core',
602
+ categorization: 'single-purpose',
603
+ usage: 'Reserved for switch case conditions in automation',
604
+ team: 'Automations',
605
+ slackChannel: '#help-automation-design'
606
+ },
567
607
  sync: {
568
608
  keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
569
609
  componentName: 'SyncIcon',
@@ -636,6 +676,16 @@ const metadata = {
636
676
  usage: 'Multi purpose',
637
677
  team: 'Design System Team'
638
678
  },
679
+ webhook: {
680
+ keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
681
+ componentName: 'WebhookIcon',
682
+ package: '@atlaskit/icon-lab/core/webhook',
683
+ type: 'core',
684
+ categorization: 'single-purpose',
685
+ usage: 'Reserved for using a webhook to send data between applications via HTTP',
686
+ team: 'Automation',
687
+ slackChannel: '#help-automation-design'
688
+ },
639
689
  'welcome-feed': {
640
690
  keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'core', 'welcome', 'hello', 'blog', 'smile', 'intro'],
641
691
  componentName: 'WelcomeFeedIcon',
@@ -646,6 +696,16 @@ const metadata = {
646
696
  team: 'Insights',
647
697
  slackChannel: '#cc-insights-and-reporting'
648
698
  },
699
+ 'workflow-controls': {
700
+ keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
701
+ componentName: 'WorkflowControlsIcon',
702
+ package: '@atlaskit/icon-lab/core/workflow-controls',
703
+ type: 'core',
704
+ categorization: 'single-purpose',
705
+ usage: 'Reserved for workflow controls in automation',
706
+ team: 'Automation',
707
+ slackChannel: '#help-automation-design'
708
+ },
649
709
  wrench: {
650
710
  keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
651
711
  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::59c870d1182edf451750202ed7ca53e8>>
6
+ * @codegen <<SignedSource::a3e465431b2746a63afc0d110a78358b>>
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',
@@ -274,6 +284,16 @@ var metadata = {
274
284
  usage: 'Used for move/hand tool in Whiteboards',
275
285
  team: 'Whiteboards'
276
286
  },
287
+ 'if-else': {
288
+ keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
289
+ componentName: 'IfElseIcon',
290
+ package: '@atlaskit/icon-lab/core/if-else',
291
+ type: 'core',
292
+ categorization: 'single-purpose',
293
+ usage: 'Reserved for If Else conditions',
294
+ team: 'Automation',
295
+ slackChannel: '#help-automation-design'
296
+ },
277
297
  incognito: {
278
298
  keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
279
299
  componentName: 'IncognitoIcon',
@@ -465,6 +485,16 @@ var metadata = {
465
485
  usage: 'Multi purpose',
466
486
  team: 'Design System Team'
467
487
  },
488
+ 'split-parallel': {
489
+ keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'core', 'router', 'branches'],
490
+ componentName: 'SplitParallelIcon',
491
+ package: '@atlaskit/icon-lab/core/split-parallel',
492
+ type: 'core',
493
+ categorization: 'single-purpose',
494
+ usage: 'Reserved for split parallel branches in Automation',
495
+ team: 'Automation',
496
+ slackChannel: '#help-automation-design'
497
+ },
468
498
  stamp: {
469
499
  keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
470
500
  componentName: 'StampIcon',
@@ -564,6 +594,16 @@ var metadata = {
564
594
  usage: 'Swapping between Jira tickets in Whiteboard smart section',
565
595
  team: 'Whiteboards'
566
596
  },
597
+ 'switch-case': {
598
+ keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'core', 'conditions', 'if', 'else', 'else if'],
599
+ componentName: 'SwitchCaseIcon',
600
+ package: '@atlaskit/icon-lab/core/switch-case',
601
+ type: 'core',
602
+ categorization: 'single-purpose',
603
+ usage: 'Reserved for switch case conditions in automation',
604
+ team: 'Automations',
605
+ slackChannel: '#help-automation-design'
606
+ },
567
607
  sync: {
568
608
  keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
569
609
  componentName: 'SyncIcon',
@@ -636,6 +676,16 @@ var metadata = {
636
676
  usage: 'Multi purpose',
637
677
  team: 'Design System Team'
638
678
  },
679
+ webhook: {
680
+ keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
681
+ componentName: 'WebhookIcon',
682
+ package: '@atlaskit/icon-lab/core/webhook',
683
+ type: 'core',
684
+ categorization: 'single-purpose',
685
+ usage: 'Reserved for using a webhook to send data between applications via HTTP',
686
+ team: 'Automation',
687
+ slackChannel: '#help-automation-design'
688
+ },
639
689
  'welcome-feed': {
640
690
  keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'core', 'welcome', 'hello', 'blog', 'smile', 'intro'],
641
691
  componentName: 'WelcomeFeedIcon',
@@ -646,6 +696,16 @@ var metadata = {
646
696
  team: 'Insights',
647
697
  slackChannel: '#cc-insights-and-reporting'
648
698
  },
699
+ 'workflow-controls': {
700
+ keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
701
+ componentName: 'WorkflowControlsIcon',
702
+ package: '@atlaskit/icon-lab/core/workflow-controls',
703
+ type: 'core',
704
+ categorization: 'single-purpose',
705
+ usage: 'Reserved for workflow controls in automation',
706
+ team: 'Automation',
707
+ slackChannel: '#help-automation-design'
708
+ },
649
709
  wrench: {
650
710
  keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
651
711
  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::59c870d1182edf451750202ed7ca53e8>>
6
+ * @codegen <<SignedSource::a3e465431b2746a63afc0d110a78358b>>
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::59c870d1182edf451750202ed7ca53e8>>
6
+ * @codegen <<SignedSource::a3e465431b2746a63afc0d110a78358b>>
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.1.0",
3
+ "version": "3.3.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,12 +44,12 @@
44
44
  "@atlaskit/button": "^21.1.0",
45
45
  "@atlaskit/code": "^16.0.0",
46
46
  "@atlaskit/ds-lib": "^4.0.0",
47
- "@atlaskit/heading": "^5.0.0",
47
+ "@atlaskit/heading": "^5.1.0",
48
48
  "@atlaskit/modal-dialog": "^13.0.0",
49
- "@atlaskit/primitives": "^14.0.0",
49
+ "@atlaskit/primitives": "^14.1.0",
50
50
  "@atlaskit/ssr": "*",
51
51
  "@atlaskit/textfield": "^8.0.0",
52
- "@atlaskit/tokens": "^4.1.0",
52
+ "@atlaskit/tokens": "^4.2.0",
53
53
  "@atlaskit/tooltip": "^20.0.0",
54
54
  "@compiled/react": "^0.18.2",
55
55
  "@testing-library/react": "^13.4.0",
@@ -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="M14 11.75H9.25c-.69 0-1.25-.56-1.25-1.25V4.375m3.75 9.875 2.5-2.5-2.5-2.5m2.25-5H8m-3.25 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm0 0H9.5m2.25 2.5 2.5-2.5-2.5-2.5"/></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 stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 3.75 1.443 2.63 1.364 2.49a3 3 0 1 1-.11 5.198M3.75 11.5l1.443-2.63 1.364-2.49A3 3 0 0 1 8 .75a3 3 0 0 1 3 3m1.25 7.75h-5.5a3 3 0 1 1-4.523-2.585"/></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>