@atlaskit/icon-lab 5.0.1 → 5.2.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 +33 -0
- package/core/ai-generative-audio-briefing.d.ts +13 -0
- package/core/ai-generative-audio-briefing.js +28 -0
- package/core/boolean.d.ts +13 -0
- package/core/boolean.js +28 -0
- package/core/teamwork-graph.d.ts +13 -0
- package/core/teamwork-graph.js +28 -0
- package/dist/cjs/metadata-core.js +31 -1
- package/dist/es2019/metadata-core.js +31 -1
- package/dist/esm/metadata-core.js +31 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +6 -7
- package/svgs/core/ai-generative-audio-briefing.svg +1 -0
- package/svgs/core/boolean.svg +1 -0
- package/svgs/core/teamwork-graph.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#187880](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187880)
|
|
8
|
+
[`4683d36b12b0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4683d36b12b0e) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `boolean`
|
|
16
|
+
|
|
17
|
+
## 5.1.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [#176867](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176867)
|
|
22
|
+
[`b1b1f4e8ece98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b1b1f4e8ece98) -
|
|
23
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
24
|
+
|
|
25
|
+
### Added:
|
|
26
|
+
|
|
27
|
+
**`@atlaskit/icon-lab/core`**
|
|
28
|
+
|
|
29
|
+
- `ai-generative-audio-briefing`
|
|
30
|
+
- `teamwork-graph`
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
|
|
3
36
|
## 5.0.1
|
|
4
37
|
|
|
5
38
|
### 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::b796e0f31871673307e8a508c0cef0f2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const BooleanIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default BooleanIcon;
|
package/core/boolean.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::4b25699ec8a6909ce012b866aa6865d3>>
|
|
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: "Boolean".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing boolean data types and operations.
|
|
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 BooleanIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a4 4 0 0 0-4-4h-5a4 4 0 1 0 0 8h5a4 4 0 0 0 4-4M16 8a5.5 5.5 0 0 1-5.5 5.5h-5a5.5 5.5 0 1 1 0-11h5A5.5 5.5 0 0 1 16 8"/><path fill="currentcolor" d="M5.5 5.25a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
BooleanIcon.displayName = 'BooleanIcon';
|
|
28
|
+
var _default = exports.default = BooleanIcon;
|
|
@@ -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::
|
|
12
|
+
* @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
|
|
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',
|
|
@@ -272,6 +282,16 @@ var metadata = {
|
|
|
272
282
|
team: 'Design System Team',
|
|
273
283
|
status: 'published'
|
|
274
284
|
},
|
|
285
|
+
boolean: {
|
|
286
|
+
keywords: ['boolean', 'icon', 'icon-lab', 'core', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
|
|
287
|
+
componentName: 'BooleanIcon',
|
|
288
|
+
package: '@atlaskit/icon-lab/core/boolean',
|
|
289
|
+
type: 'core',
|
|
290
|
+
categorization: 'single-purpose',
|
|
291
|
+
usage: 'Reserved for representing boolean data types and operations.',
|
|
292
|
+
team: 'Data Experiences (AVP)',
|
|
293
|
+
status: 'published'
|
|
294
|
+
},
|
|
275
295
|
'browser-extension': {
|
|
276
296
|
keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'core', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
|
|
277
297
|
componentName: 'BrowserExtensionIcon',
|
|
@@ -1792,6 +1812,16 @@ var metadata = {
|
|
|
1792
1812
|
team: 'Talent',
|
|
1793
1813
|
status: 'published'
|
|
1794
1814
|
},
|
|
1815
|
+
'teamwork-graph': {
|
|
1816
|
+
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'core', 'teamwork graph'],
|
|
1817
|
+
componentName: 'TeamworkGraphIcon',
|
|
1818
|
+
package: '@atlaskit/icon-lab/core/teamwork-graph',
|
|
1819
|
+
type: 'core',
|
|
1820
|
+
categorization: 'single-purpose',
|
|
1821
|
+
usage: 'Reserved for Teamwork Graph features.',
|
|
1822
|
+
team: 'Teamwork Graph Experiences',
|
|
1823
|
+
status: 'published'
|
|
1824
|
+
},
|
|
1795
1825
|
telescope: {
|
|
1796
1826
|
keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1797
1827
|
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::
|
|
6
|
+
* @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
|
|
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',
|
|
@@ -266,6 +276,16 @@ const metadata = {
|
|
|
266
276
|
team: 'Design System Team',
|
|
267
277
|
status: 'published'
|
|
268
278
|
},
|
|
279
|
+
boolean: {
|
|
280
|
+
keywords: ['boolean', 'icon', 'icon-lab', 'core', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
|
|
281
|
+
componentName: 'BooleanIcon',
|
|
282
|
+
package: '@atlaskit/icon-lab/core/boolean',
|
|
283
|
+
type: 'core',
|
|
284
|
+
categorization: 'single-purpose',
|
|
285
|
+
usage: 'Reserved for representing boolean data types and operations.',
|
|
286
|
+
team: 'Data Experiences (AVP)',
|
|
287
|
+
status: 'published'
|
|
288
|
+
},
|
|
269
289
|
'browser-extension': {
|
|
270
290
|
keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'core', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
|
|
271
291
|
componentName: 'BrowserExtensionIcon',
|
|
@@ -1786,6 +1806,16 @@ const metadata = {
|
|
|
1786
1806
|
team: 'Talent',
|
|
1787
1807
|
status: 'published'
|
|
1788
1808
|
},
|
|
1809
|
+
'teamwork-graph': {
|
|
1810
|
+
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'core', 'teamwork graph'],
|
|
1811
|
+
componentName: 'TeamworkGraphIcon',
|
|
1812
|
+
package: '@atlaskit/icon-lab/core/teamwork-graph',
|
|
1813
|
+
type: 'core',
|
|
1814
|
+
categorization: 'single-purpose',
|
|
1815
|
+
usage: 'Reserved for Teamwork Graph features.',
|
|
1816
|
+
team: 'Teamwork Graph Experiences',
|
|
1817
|
+
status: 'published'
|
|
1818
|
+
},
|
|
1789
1819
|
telescope: {
|
|
1790
1820
|
keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1791
1821
|
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::
|
|
6
|
+
* @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
|
|
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',
|
|
@@ -266,6 +276,16 @@ var metadata = {
|
|
|
266
276
|
team: 'Design System Team',
|
|
267
277
|
status: 'published'
|
|
268
278
|
},
|
|
279
|
+
boolean: {
|
|
280
|
+
keywords: ['boolean', 'icon', 'icon-lab', 'core', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
|
|
281
|
+
componentName: 'BooleanIcon',
|
|
282
|
+
package: '@atlaskit/icon-lab/core/boolean',
|
|
283
|
+
type: 'core',
|
|
284
|
+
categorization: 'single-purpose',
|
|
285
|
+
usage: 'Reserved for representing boolean data types and operations.',
|
|
286
|
+
team: 'Data Experiences (AVP)',
|
|
287
|
+
status: 'published'
|
|
288
|
+
},
|
|
269
289
|
'browser-extension': {
|
|
270
290
|
keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'core', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
|
|
271
291
|
componentName: 'BrowserExtensionIcon',
|
|
@@ -1786,6 +1806,16 @@ var metadata = {
|
|
|
1786
1806
|
team: 'Talent',
|
|
1787
1807
|
status: 'published'
|
|
1788
1808
|
},
|
|
1809
|
+
'teamwork-graph': {
|
|
1810
|
+
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'core', 'teamwork graph'],
|
|
1811
|
+
componentName: 'TeamworkGraphIcon',
|
|
1812
|
+
package: '@atlaskit/icon-lab/core/teamwork-graph',
|
|
1813
|
+
type: 'core',
|
|
1814
|
+
categorization: 'single-purpose',
|
|
1815
|
+
usage: 'Reserved for Teamwork Graph features.',
|
|
1816
|
+
team: 'Teamwork Graph Experiences',
|
|
1817
|
+
status: 'published'
|
|
1818
|
+
},
|
|
1789
1819
|
telescope: {
|
|
1790
1820
|
keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1791
1821
|
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::
|
|
6
|
+
* @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
|
|
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::
|
|
6
|
+
* @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
|
|
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
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,14 +25,13 @@
|
|
|
25
25
|
"website": {
|
|
26
26
|
"name": "Icon",
|
|
27
27
|
"category": "Images and icons"
|
|
28
|
-
}
|
|
29
|
-
"runReact18": true
|
|
28
|
+
}
|
|
30
29
|
},
|
|
31
30
|
"scripts": {
|
|
32
31
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
32
|
},
|
|
34
33
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^27.
|
|
34
|
+
"@atlaskit/icon": "^27.3.0",
|
|
36
35
|
"@babel/runtime": "^7.0.0"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
@@ -43,12 +42,12 @@
|
|
|
43
42
|
"@af/visual-regression": "workspace:^",
|
|
44
43
|
"@atlaskit/button": "^23.2.0",
|
|
45
44
|
"@atlaskit/code": "^17.2.0",
|
|
46
|
-
"@atlaskit/ds-lib": "^4.
|
|
45
|
+
"@atlaskit/ds-lib": "^4.1.0",
|
|
47
46
|
"@atlaskit/heading": "^5.2.0",
|
|
48
47
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
48
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
50
49
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
|
-
"@atlaskit/tokens": "^5.
|
|
50
|
+
"@atlaskit/tokens": "^5.5.0",
|
|
52
51
|
"@atlaskit/tooltip": "^20.3.0",
|
|
53
52
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
54
53
|
"@compiled/react": "^0.18.3",
|
|
@@ -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="M14.5 8a4 4 0 0 0-4-4h-5a4 4 0 1 0 0 8h5a4 4 0 0 0 4-4M16 8a5.5 5.5 0 0 1-5.5 5.5h-5a5.5 5.5 0 1 1 0-11h5A5.5 5.5 0 0 1 16 8"/><path fill="currentcolor" d="M5.5 5.25a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/></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>
|