@atlaskit/icon-lab 5.0.1 → 5.1.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,24 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#176867](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176867)
8
+ [`b1b1f4e8ece98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b1b1f4e8ece98) -
9
+ This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `ai-generative-audio-briefing`
16
+ - `teamwork-graph`
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 5.0.1
4
23
 
5
24
  ### Patch Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::45ffbbf9afb17154ce022ddc98f60bab>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AiGenerativeAudioBriefingIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AiGenerativeAudioBriefingIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::277125fc6cb1b20f58c87880aee347d9>>
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: "AiGenerativeAudioBriefing".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for Audio Briefings, a new feature launching within Confluence to help people develop an expanded awareness on a topic by generating AI-powered podcasts about their work.
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 AiGenerativeAudioBriefingIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 0c.97 0 1.88.2 2.72.55l-.24.09c-.52.19-.93.56-1.19 1.02A5.5 5.5 0 0 0 2.5 7v.71A2.5 2.5 0 0 1 6 10v3.08A1.92 1.92 0 0 1 4.08 15 3.08 3.08 0 0 1 1 12V7a7 7 0 0 1 7-7M3.5 9a1 1 0 0 0-1 1v1.92c0 .87.71 1.58 1.58 1.58.23 0 .42-.19.42-.42V10a1 1 0 0 0-1-1m11.46-2.78Q15 6.6 15 7v5a3.08 3.08 0 0 1-3.08 3A1.92 1.92 0 0 1 10 13.08V10a2.5 2.5 0 0 1 3.5-2.29v-.73a2.25 2.25 0 0 0 1.46-.77M12.5 9a1 1 0 0 0-1 1v3.08c0 .23.19.42.42.42.87 0 1.58-.71 1.58-1.58V10a1 1 0 0 0-1-1" clip-rule="evenodd"/><path fill="currentcolor" d="M13.365.009a.75.75 0 0 1 .541.378l.05.106.334.92a.5.5 0 0 0 .298.297l.919.335a.75.75 0 0 1 0 1.41l-.92.335a.5.5 0 0 0-.297.298l-.335.919a.75.75 0 0 1-1.41 0l-.335-.92a.5.5 0 0 0-.298-.297l-.919-.335a.75.75 0 0 1-.484-.589L10.5 2.75l.009-.116a.75.75 0 0 1 .484-.59l.92-.334a.5.5 0 0 0 .297-.298l.335-.919A.75.75 0 0 1 13.249 0z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ AiGenerativeAudioBriefingIcon.displayName = 'AiGenerativeAudioBriefingIcon';
28
+ var _default = exports.default = AiGenerativeAudioBriefingIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cd6d00daff217a4a7245b12f1188923b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TeamworkGraphIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TeamworkGraphIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f2cbae60d825d9ccbfb9258fd069cfee>>
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: "TeamworkGraph".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for Teamwork Graph features.
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 TeamworkGraphIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9 2.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0m1.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0M3 8a.75.75 0 1 0-1.5 0A.75.75 0 0 0 3 8m1.5 0A2.25 2.25 0 1 1 0 8a2.25 2.25 0 0 1 4.5 0m10 0A.75.75 0 1 0 13 8a.75.75 0 0 0 1.5 0M16 8a2.25 2.25 0 1 1-4.5 0A2.25 2.25 0 0 1 16 8m-7.25 5.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0"/><path fill="currentcolor" d="M2.78 8.53a.746.746 0 0 0 0-1.06.75.75 0 1 0 0 1.06m5.75 5.75a.75.75 0 1 0-1.06-1.06.75.75 0 0 0 1.06 1.06m0-11.5a.75.75 0 1 0-1.06-1.06.75.75 0 0 0 1.06 1.06m5.75 5.75a.75.75 0 1 0-1.06-1.06.75.75 0 0 0 1.06 1.06m1.061 1.061a2.25 2.25 0 0 1-2.558.437l-2.753 2.753a2.25 2.25 0 1 1-1.061-1.06l2.752-2.753a2 2 0 0 1-.09-.217H4.369a2.2 2.2 0 0 1-.527.84 2.25 2.25 0 1 1-.623-3.62l2.753-2.753A2.249 2.249 0 0 1 9.591.66a2.25 2.25 0 0 1-2.559 3.62L4.279 7.032q.051.108.09.219h7.261a2.25 2.25 0 1 1 3.71 2.34"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TeamworkGraphIcon.displayName = 'TeamworkGraphIcon';
28
+ var _default = exports.default = TeamworkGraphIcon;
@@ -9,11 +9,21 @@ 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::e659eaebf1bb9fd27c2c6b9fe6a131b1>>
12
+ * @codegen <<SignedSource::69e2f5e4400c193f05108e6527d5df3a>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
16
16
  var metadata = {
17
+ 'ai-generative-audio-briefing': {
18
+ keywords: ['ai-generative-audio-briefing', 'aigenerativeaudiobriefing', 'icon', 'icon-lab', 'core', 'audio briefing', 'breifing', 'podcast', 'headphones', 'AI'],
19
+ componentName: 'AiGenerativeAudioBriefingIcon',
20
+ package: '@atlaskit/icon-lab/core/ai-generative-audio-briefing',
21
+ type: 'core',
22
+ categorization: 'single-purpose',
23
+ usage: 'Reserved for Audio Briefings, a new feature launching within Confluence to help people develop an expanded awareness on a topic by generating AI-powered podcasts about their work.',
24
+ team: 'Confluence AI Audio',
25
+ status: 'published'
26
+ },
17
27
  'ai-generative-chapters': {
18
28
  keywords: ['ai-generative-chapters', 'aigenerativechapters', 'icon', 'icon-lab', 'core', 'book', 'AI', 'automation'],
19
29
  componentName: 'AiGenerativeChaptersIcon',
@@ -1792,6 +1802,16 @@ var metadata = {
1792
1802
  team: 'Talent',
1793
1803
  status: 'published'
1794
1804
  },
1805
+ 'teamwork-graph': {
1806
+ keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'core', 'teamwork graph'],
1807
+ componentName: 'TeamworkGraphIcon',
1808
+ package: '@atlaskit/icon-lab/core/teamwork-graph',
1809
+ type: 'core',
1810
+ categorization: 'single-purpose',
1811
+ usage: 'Reserved for Teamwork Graph features.',
1812
+ team: 'Teamwork Graph Experiences',
1813
+ status: 'published'
1814
+ },
1795
1815
  telescope: {
1796
1816
  keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
1797
1817
  componentName: 'TelescopeIcon',
@@ -3,11 +3,21 @@
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::e659eaebf1bb9fd27c2c6b9fe6a131b1>>
6
+ * @codegen <<SignedSource::69e2f5e4400c193f05108e6527d5df3a>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
10
10
  const metadata = {
11
+ 'ai-generative-audio-briefing': {
12
+ keywords: ['ai-generative-audio-briefing', 'aigenerativeaudiobriefing', 'icon', 'icon-lab', 'core', 'audio briefing', 'breifing', 'podcast', 'headphones', 'AI'],
13
+ componentName: 'AiGenerativeAudioBriefingIcon',
14
+ package: '@atlaskit/icon-lab/core/ai-generative-audio-briefing',
15
+ type: 'core',
16
+ categorization: 'single-purpose',
17
+ usage: 'Reserved for Audio Briefings, a new feature launching within Confluence to help people develop an expanded awareness on a topic by generating AI-powered podcasts about their work.',
18
+ team: 'Confluence AI Audio',
19
+ status: 'published'
20
+ },
11
21
  'ai-generative-chapters': {
12
22
  keywords: ['ai-generative-chapters', 'aigenerativechapters', 'icon', 'icon-lab', 'core', 'book', 'AI', 'automation'],
13
23
  componentName: 'AiGenerativeChaptersIcon',
@@ -1786,6 +1796,16 @@ const metadata = {
1786
1796
  team: 'Talent',
1787
1797
  status: 'published'
1788
1798
  },
1799
+ 'teamwork-graph': {
1800
+ keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'core', 'teamwork graph'],
1801
+ componentName: 'TeamworkGraphIcon',
1802
+ package: '@atlaskit/icon-lab/core/teamwork-graph',
1803
+ type: 'core',
1804
+ categorization: 'single-purpose',
1805
+ usage: 'Reserved for Teamwork Graph features.',
1806
+ team: 'Teamwork Graph Experiences',
1807
+ status: 'published'
1808
+ },
1789
1809
  telescope: {
1790
1810
  keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
1791
1811
  componentName: 'TelescopeIcon',
@@ -3,11 +3,21 @@
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::e659eaebf1bb9fd27c2c6b9fe6a131b1>>
6
+ * @codegen <<SignedSource::69e2f5e4400c193f05108e6527d5df3a>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
10
10
  var metadata = {
11
+ 'ai-generative-audio-briefing': {
12
+ keywords: ['ai-generative-audio-briefing', 'aigenerativeaudiobriefing', 'icon', 'icon-lab', 'core', 'audio briefing', 'breifing', 'podcast', 'headphones', 'AI'],
13
+ componentName: 'AiGenerativeAudioBriefingIcon',
14
+ package: '@atlaskit/icon-lab/core/ai-generative-audio-briefing',
15
+ type: 'core',
16
+ categorization: 'single-purpose',
17
+ usage: 'Reserved for Audio Briefings, a new feature launching within Confluence to help people develop an expanded awareness on a topic by generating AI-powered podcasts about their work.',
18
+ team: 'Confluence AI Audio',
19
+ status: 'published'
20
+ },
11
21
  'ai-generative-chapters': {
12
22
  keywords: ['ai-generative-chapters', 'aigenerativechapters', 'icon', 'icon-lab', 'core', 'book', 'AI', 'automation'],
13
23
  componentName: 'AiGenerativeChaptersIcon',
@@ -1786,6 +1796,16 @@ var metadata = {
1786
1796
  team: 'Talent',
1787
1797
  status: 'published'
1788
1798
  },
1799
+ 'teamwork-graph': {
1800
+ keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'core', 'teamwork graph'],
1801
+ componentName: 'TeamworkGraphIcon',
1802
+ package: '@atlaskit/icon-lab/core/teamwork-graph',
1803
+ type: 'core',
1804
+ categorization: 'single-purpose',
1805
+ usage: 'Reserved for Teamwork Graph features.',
1806
+ team: 'Teamwork Graph Experiences',
1807
+ status: 'published'
1808
+ },
1789
1809
  telescope: {
1790
1810
  keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
1791
1811
  componentName: 'TelescopeIcon',
@@ -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::e659eaebf1bb9fd27c2c6b9fe6a131b1>>
6
+ * @codegen <<SignedSource::69e2f5e4400c193f05108e6527d5df3a>>
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::e659eaebf1bb9fd27c2c6b9fe6a131b1>>
6
+ * @codegen <<SignedSource::69e2f5e4400c193f05108e6527d5df3a>>
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": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/icon": "^27.1.0",
35
+ "@atlaskit/icon": "^27.2.0",
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/ds-lib": "^4.0.0",
47
47
  "@atlaskit/heading": "^5.2.0",
48
48
  "@atlaskit/modal-dialog": "^14.2.0",
49
- "@atlaskit/primitives": "^14.9.0",
49
+ "@atlaskit/primitives": "^14.10.0",
50
50
  "@atlaskit/textfield": "^8.0.0",
51
51
  "@atlaskit/tokens": "^5.4.0",
52
52
  "@atlaskit/tooltip": "^20.3.0",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 0c.97 0 1.88.2 2.72.55l-.24.09c-.52.19-.93.56-1.19 1.02A5.5 5.5 0 0 0 2.5 7v.71A2.5 2.5 0 0 1 6 10v3.08A1.92 1.92 0 0 1 4.08 15 3.08 3.08 0 0 1 1 12V7a7 7 0 0 1 7-7M3.5 9a1 1 0 0 0-1 1v1.92c0 .87.71 1.58 1.58 1.58.23 0 .42-.19.42-.42V10a1 1 0 0 0-1-1m11.46-2.78Q15 6.6 15 7v5a3.08 3.08 0 0 1-3.08 3A1.92 1.92 0 0 1 10 13.08V10a2.5 2.5 0 0 1 3.5-2.29v-.73a2.25 2.25 0 0 0 1.46-.77M12.5 9a1 1 0 0 0-1 1v3.08c0 .23.19.42.42.42.87 0 1.58-.71 1.58-1.58V10a1 1 0 0 0-1-1" clip-rule="evenodd"/><path fill="currentcolor" d="M13.365.009a.75.75 0 0 1 .541.378l.05.106.334.92a.5.5 0 0 0 .298.297l.919.335a.75.75 0 0 1 0 1.41l-.92.335a.5.5 0 0 0-.297.298l-.335.919a.75.75 0 0 1-1.41 0l-.335-.92a.5.5 0 0 0-.298-.297l-.919-.335a.75.75 0 0 1-.484-.589L10.5 2.75l.009-.116a.75.75 0 0 1 .484-.59l.92-.334a.5.5 0 0 0 .297-.298l.335-.919A.75.75 0 0 1 13.249 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9 2.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0m1.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0M3 8a.75.75 0 1 0-1.5 0A.75.75 0 0 0 3 8m1.5 0A2.25 2.25 0 1 1 0 8a2.25 2.25 0 0 1 4.5 0m10 0A.75.75 0 1 0 13 8a.75.75 0 0 0 1.5 0M16 8a2.25 2.25 0 1 1-4.5 0A2.25 2.25 0 0 1 16 8m-7.25 5.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0"/><path fill="currentcolor" d="M2.78 8.53a.746.746 0 0 0 0-1.06.75.75 0 1 0 0 1.06m5.75 5.75a.75.75 0 1 0-1.06-1.06.75.75 0 0 0 1.06 1.06m0-11.5a.75.75 0 1 0-1.06-1.06.75.75 0 0 0 1.06 1.06m5.75 5.75a.75.75 0 1 0-1.06-1.06.75.75 0 0 0 1.06 1.06m1.061 1.061a2.25 2.25 0 0 1-2.558.437l-2.753 2.753a2.25 2.25 0 1 1-1.061-1.06l2.752-2.753a2 2 0 0 1-.09-.217H4.369a2.2 2.2 0 0 1-.527.84 2.25 2.25 0 1 1-.623-3.62l2.753-2.753A2.249 2.249 0 0 1 9.591.66a2.25 2.25 0 0 1-2.559 3.62L4.279 7.032q.051.108.09.219h7.261a2.25 2.25 0 1 1 3.71 2.34"/></svg>