@atlaskit/icon 27.6.1 → 27.7.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 +20 -0
- package/core/ai-chat.js +3 -3
- package/core/rovo-chat.d.ts +13 -0
- package/core/rovo-chat.js +28 -0
- package/dist/cjs/metadata-core.js +13 -3
- package/dist/es2019/metadata-core.js +13 -3
- package/dist/esm/metadata-core.js +13 -3
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +6 -5
- package/svgs/core/ai-chat.svg +1 -1
- package/svgs/core/rovo-chat.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#190687](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190687)
|
|
8
|
+
[`2b0322c52ee19`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b0322c52ee19) -
|
|
9
|
+
This release adds and updates icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `rovo-chat`
|
|
16
|
+
|
|
17
|
+
### Updated:
|
|
18
|
+
|
|
19
|
+
**`@atlaskit/icon/core`**
|
|
20
|
+
|
|
21
|
+
- `ai-chat`
|
|
22
|
+
|
|
3
23
|
## 27.6.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/core/ai-chat.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::21c7c38467d82a38f61fac3c4f24f045>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,12 +16,12 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "AiChat".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for Rovo
|
|
19
|
+
* Usage guidance: Reserved for white label Rovo experiences.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const AiChatIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3.125C14.5 2.504 13.996 2 13.375 2H2.625C2.004 2 1.5 2.504 1.5 3.125v10.832L4.05 12.5h9.325c.621 0 1.125-.504 1.125-1.125zm1.5 8.25A2.625 2.625 0 0 1 13.375 14H4.449l-3.327 1.901A.75.75 0 0 1 0 15.25V3.125A2.625 2.625 0 0 1 2.625.5h10.75A2.625 2.625 0 0 1 16 3.125z"/><path fill="currentcolor" d="M5 6.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
AiChatIcon.displayName = 'AiChatIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7afc5f5e5836e8c2a7de6e6219d939f8>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const RovoChatIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default RovoChatIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b6b2690c510ea68b778b0db4b1cbe385>>
|
|
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: "RovoChat".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for branded Rovo chat experiences.
|
|
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 RovoChatIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M0 3.125A2.625 2.625 0 0 1 2.625.5H8V2H2.625C2.004 2 1.5 2.504 1.5 3.125v10.832L4.05 12.5h9.325c.621 0 1.125-.504 1.125-1.125V8.5H16v2.875A2.625 2.625 0 0 1 13.375 14H4.449l-3.327 1.901A.75.75 0 0 1 0 15.25z"/><path fill="currentcolor" d="M12.616.509a.75.75 0 0 1 .59.484l.613 1.687 1.688.615A.75.75 0 0 1 16 4l-.009.116a.75.75 0 0 1-.484.59l-1.688.613-.614 1.688a.75.75 0 0 1-.589.484L12.5 7.5a.75.75 0 0 1-.705-.493l-.615-1.688-1.687-.614a.75.75 0 0 1-.484-.589L9 4a.75.75 0 0 1 .493-.705l1.687-.615.615-1.687a.75.75 0 0 1 .589-.484L12.5.5z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
RovoChatIcon.displayName = 'RovoChatIcon';
|
|
28
|
+
var _default = exports.default = RovoChatIcon;
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::2137cfdbae9d58a93fc12e3f0d877fc3>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -47,12 +47,12 @@ var metadata = {
|
|
|
47
47
|
status: 'published'
|
|
48
48
|
},
|
|
49
49
|
'ai-chat': {
|
|
50
|
-
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
50
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent', 'white label'],
|
|
51
51
|
componentName: 'AiChatIcon',
|
|
52
52
|
package: '@atlaskit/icon/core/ai-chat',
|
|
53
53
|
type: 'core',
|
|
54
54
|
categorization: 'single-purpose',
|
|
55
|
-
usage: 'Reserved for Rovo
|
|
55
|
+
usage: 'Reserved for white label Rovo experiences.',
|
|
56
56
|
team: 'Central AI',
|
|
57
57
|
status: 'published'
|
|
58
58
|
},
|
|
@@ -2661,6 +2661,16 @@ var metadata = {
|
|
|
2661
2661
|
team: 'Design System Team',
|
|
2662
2662
|
status: 'published'
|
|
2663
2663
|
},
|
|
2664
|
+
'rovo-chat': {
|
|
2665
|
+
keywords: ['rovo-chat', 'rovochat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
2666
|
+
componentName: 'RovoChatIcon',
|
|
2667
|
+
package: '@atlaskit/icon/core/rovo-chat',
|
|
2668
|
+
type: 'core',
|
|
2669
|
+
categorization: 'single-purpose',
|
|
2670
|
+
usage: 'Reserved for branded Rovo chat experiences.',
|
|
2671
|
+
team: 'Central AI',
|
|
2672
|
+
status: 'published'
|
|
2673
|
+
},
|
|
2664
2674
|
scales: {
|
|
2665
2675
|
keywords: ['scales', 'icon', 'core', 'scales', 'rule', 'law'],
|
|
2666
2676
|
componentName: 'ScalesIcon',
|
|
@@ -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::2137cfdbae9d58a93fc12e3f0d877fc3>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -41,12 +41,12 @@ const metadata = {
|
|
|
41
41
|
status: 'published'
|
|
42
42
|
},
|
|
43
43
|
'ai-chat': {
|
|
44
|
-
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
44
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent', 'white label'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
48
48
|
categorization: 'single-purpose',
|
|
49
|
-
usage: 'Reserved for Rovo
|
|
49
|
+
usage: 'Reserved for white label Rovo experiences.',
|
|
50
50
|
team: 'Central AI',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
@@ -2655,6 +2655,16 @@ const metadata = {
|
|
|
2655
2655
|
team: 'Design System Team',
|
|
2656
2656
|
status: 'published'
|
|
2657
2657
|
},
|
|
2658
|
+
'rovo-chat': {
|
|
2659
|
+
keywords: ['rovo-chat', 'rovochat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
2660
|
+
componentName: 'RovoChatIcon',
|
|
2661
|
+
package: '@atlaskit/icon/core/rovo-chat',
|
|
2662
|
+
type: 'core',
|
|
2663
|
+
categorization: 'single-purpose',
|
|
2664
|
+
usage: 'Reserved for branded Rovo chat experiences.',
|
|
2665
|
+
team: 'Central AI',
|
|
2666
|
+
status: 'published'
|
|
2667
|
+
},
|
|
2658
2668
|
scales: {
|
|
2659
2669
|
keywords: ['scales', 'icon', 'core', 'scales', 'rule', 'law'],
|
|
2660
2670
|
componentName: 'ScalesIcon',
|
|
@@ -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::2137cfdbae9d58a93fc12e3f0d877fc3>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -41,12 +41,12 @@ var metadata = {
|
|
|
41
41
|
status: 'published'
|
|
42
42
|
},
|
|
43
43
|
'ai-chat': {
|
|
44
|
-
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
44
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent', 'white label'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
48
48
|
categorization: 'single-purpose',
|
|
49
|
-
usage: 'Reserved for Rovo
|
|
49
|
+
usage: 'Reserved for white label Rovo experiences.',
|
|
50
50
|
team: 'Central AI',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
@@ -2655,6 +2655,16 @@ var metadata = {
|
|
|
2655
2655
|
team: 'Design System Team',
|
|
2656
2656
|
status: 'published'
|
|
2657
2657
|
},
|
|
2658
|
+
'rovo-chat': {
|
|
2659
|
+
keywords: ['rovo-chat', 'rovochat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
2660
|
+
componentName: 'RovoChatIcon',
|
|
2661
|
+
package: '@atlaskit/icon/core/rovo-chat',
|
|
2662
|
+
type: 'core',
|
|
2663
|
+
categorization: 'single-purpose',
|
|
2664
|
+
usage: 'Reserved for branded Rovo chat experiences.',
|
|
2665
|
+
team: 'Central AI',
|
|
2666
|
+
status: 'published'
|
|
2667
|
+
},
|
|
2658
2668
|
scales: {
|
|
2659
2669
|
keywords: ['scales', 'icon', 'core', 'scales', 'rule', 'law'],
|
|
2660
2670
|
componentName: 'ScalesIcon',
|
|
@@ -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::2137cfdbae9d58a93fc12e3f0d877fc3>>
|
|
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::2137cfdbae9d58a93fc12e3f0d877fc3>>
|
|
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",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.7.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"id": "icon-legacy",
|
|
28
28
|
"sortKey": 1,
|
|
29
29
|
"status": {
|
|
30
|
-
"type": "
|
|
30
|
+
"type": "deprecated",
|
|
31
31
|
"description": "Legacy icons (`@atlaskit/icon/glyph`) are deprecated. We recommend migrating to our new iconography system.",
|
|
32
32
|
"actions": [
|
|
33
33
|
{
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"title": "Icon tile",
|
|
46
46
|
"id": "icon-tile",
|
|
47
47
|
"status": {
|
|
48
|
-
"type": "open-alpha"
|
|
48
|
+
"type": "open-alpha",
|
|
49
|
+
"description": "This is an experiment. We may make frequent breaking changes with limited notice."
|
|
49
50
|
},
|
|
50
51
|
"sortKey": 2
|
|
51
52
|
},
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"@atlaskit/code": "^17.2.0",
|
|
113
114
|
"@atlaskit/css": "^0.12.0",
|
|
114
115
|
"@atlaskit/docs": "^11.0.0",
|
|
115
|
-
"@atlaskit/ds-lib": "^
|
|
116
|
+
"@atlaskit/ds-lib": "^5.0.0",
|
|
116
117
|
"@atlaskit/form": "^12.0.0",
|
|
117
118
|
"@atlaskit/heading": "^5.2.0",
|
|
118
119
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"@atlaskit/menu": "^8.0.0",
|
|
123
124
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
124
125
|
"@atlaskit/primitives": "^14.10.0",
|
|
125
|
-
"@atlaskit/section-message": "^8.
|
|
126
|
+
"@atlaskit/section-message": "^8.4.0",
|
|
126
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
127
128
|
"@atlaskit/theme": "^19.0.0",
|
|
128
129
|
"@atlaskit/toggle": "^15.0.0",
|
package/svgs/core/ai-chat.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3.125C14.5 2.504 13.996 2 13.375 2H2.625C2.004 2 1.5 2.504 1.5 3.125v10.832L4.05 12.5h9.325c.621 0 1.125-.504 1.125-1.125zm1.5 8.25A2.625 2.625 0 0 1 13.375 14H4.449l-3.327 1.901A.75.75 0 0 1 0 15.25V3.125A2.625 2.625 0 0 1 2.625.5h10.75A2.625 2.625 0 0 1 16 3.125z"/><path fill="currentcolor" d="M5 6.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M0 3.125A2.625 2.625 0 0 1 2.625.5H8V2H2.625C2.004 2 1.5 2.504 1.5 3.125v10.832L4.05 12.5h9.325c.621 0 1.125-.504 1.125-1.125V8.5H16v2.875A2.625 2.625 0 0 1 13.375 14H4.449l-3.327 1.901A.75.75 0 0 1 0 15.25z"/><path fill="currentcolor" d="M12.616.509a.75.75 0 0 1 .59.484l.613 1.687 1.688.615A.75.75 0 0 1 16 4l-.009.116a.75.75 0 0 1-.484.59l-1.688.613-.614 1.688a.75.75 0 0 1-.589.484L12.5 7.5a.75.75 0 0 1-.705-.493l-.615-1.688-1.687-.614a.75.75 0 0 1-.484-.589L9 4a.75.75 0 0 1 .493-.705l1.687-.615.615-1.687a.75.75 0 0 1 .589-.484L12.5.5z"/></svg>
|