@atlaskit/icon 27.6.1 → 27.8.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 +28 -0
- package/afm-cc/tsconfig.json +25 -25
- 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/components/icon.js +2 -0
- package/dist/cjs/components/svg.js +2 -0
- package/dist/cjs/metadata-core.js +13 -3
- package/dist/es2019/components/icon.js +2 -0
- package/dist/es2019/components/svg.js +2 -0
- package/dist/es2019/metadata-core.js +13 -3
- package/dist/esm/components/icon.js +2 -0
- package/dist/esm/components/svg.js +2 -0
- package/dist/esm/metadata-core.js +13 -3
- package/dist/types/components/icon.d.ts +2 -0
- package/dist/types/components/svg.d.ts +2 -0
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/components/icon.d.ts +2 -0
- package/dist/types-ts4.5/components/svg.d.ts +2 -0
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +16 -15
- package/svgs/core/ai-chat.svg +1 -1
- package/svgs/core/rovo-chat.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#193177](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/193177)
|
|
8
|
+
[`5b373c4d14e0c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5b373c4d14e0c) -
|
|
9
|
+
Deprecated custom icon and custom SVG
|
|
10
|
+
|
|
11
|
+
## 27.7.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#190687](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190687)
|
|
16
|
+
[`2b0322c52ee19`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b0322c52ee19) -
|
|
17
|
+
This release adds and updates icons in `@atlaskit/icon`.
|
|
18
|
+
|
|
19
|
+
### Added:
|
|
20
|
+
|
|
21
|
+
**`@atlaskit/icon/core`**
|
|
22
|
+
|
|
23
|
+
- `rovo-chat`
|
|
24
|
+
|
|
25
|
+
### Updated:
|
|
26
|
+
|
|
27
|
+
**`@atlaskit/icon/core`**
|
|
28
|
+
|
|
29
|
+
- `ai-chat`
|
|
30
|
+
|
|
3
31
|
## 27.6.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.confluence.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"composite": true,
|
|
7
|
+
"outDir": "../../../../../confluence/tsDist/@atlaskit__icon",
|
|
8
|
+
"rootDir": "../"
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../tokens/afm-cc/tsconfig.json"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
27
|
}
|
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;
|
|
@@ -39,6 +39,8 @@ var secondaryTransparentHcmStyles = null;
|
|
|
39
39
|
/**
|
|
40
40
|
* __Icon__
|
|
41
41
|
*
|
|
42
|
+
* @deprecated Custom Icon is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
43
|
+
*
|
|
42
44
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
43
45
|
*
|
|
44
46
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -22,6 +22,8 @@ var svgStyles = null;
|
|
|
22
22
|
/**
|
|
23
23
|
* __SVG__
|
|
24
24
|
*
|
|
25
|
+
* @deprecated Custom SVG is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
26
|
+
*
|
|
25
27
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
26
28
|
*
|
|
27
29
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -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',
|
|
@@ -28,6 +28,8 @@ const secondaryTransparentHcmStyles = null;
|
|
|
28
28
|
/**
|
|
29
29
|
* __Icon__
|
|
30
30
|
*
|
|
31
|
+
* @deprecated Custom Icon is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
32
|
+
*
|
|
31
33
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
32
34
|
*
|
|
33
35
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -14,6 +14,8 @@ const svgStyles = null;
|
|
|
14
14
|
/**
|
|
15
15
|
* __SVG__
|
|
16
16
|
*
|
|
17
|
+
* @deprecated Custom SVG is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
18
|
+
*
|
|
17
19
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
18
20
|
*
|
|
19
21
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -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',
|
|
@@ -31,6 +31,8 @@ var secondaryTransparentHcmStyles = null;
|
|
|
31
31
|
/**
|
|
32
32
|
* __Icon__
|
|
33
33
|
*
|
|
34
|
+
* @deprecated Custom Icon is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
35
|
+
*
|
|
34
36
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
35
37
|
*
|
|
36
38
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -14,6 +14,8 @@ var svgStyles = null;
|
|
|
14
14
|
/**
|
|
15
15
|
* __SVG__
|
|
16
16
|
*
|
|
17
|
+
* @deprecated Custom SVG is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
18
|
+
*
|
|
17
19
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
18
20
|
*
|
|
19
21
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -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,6 +3,8 @@ import type { IconProps } from '../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* __Icon__
|
|
5
5
|
*
|
|
6
|
+
* @deprecated Custom Icon is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
7
|
+
*
|
|
6
8
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
7
9
|
*
|
|
8
10
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -3,6 +3,8 @@ import type { SVGProps } from '../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* __SVG__
|
|
5
5
|
*
|
|
6
|
+
* @deprecated Custom SVG is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
7
|
+
*
|
|
6
8
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
7
9
|
*
|
|
8
10
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -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,6 +3,8 @@ import type { IconProps } from '../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* __Icon__
|
|
5
5
|
*
|
|
6
|
+
* @deprecated Custom Icon is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
7
|
+
*
|
|
6
8
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
7
9
|
*
|
|
8
10
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -3,6 +3,8 @@ import type { SVGProps } from '../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* __SVG__
|
|
5
5
|
*
|
|
6
|
+
* @deprecated Custom SVG is deprecated and will be removed from `atlaskit/icon` in an upcoming major release. Please use either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.
|
|
7
|
+
*
|
|
6
8
|
* An icon is used as a visual representation of common actions and commands to provide context.
|
|
7
9
|
*
|
|
8
10
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
@@ -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.8.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
|
},
|
|
@@ -54,8 +55,8 @@
|
|
|
54
55
|
"id": "custom-icon",
|
|
55
56
|
"sortKey": 3,
|
|
56
57
|
"status": {
|
|
57
|
-
"type": "
|
|
58
|
-
"description": "
|
|
58
|
+
"type": "deprecated",
|
|
59
|
+
"description": "Custom icon is deprecated. We recommend using either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.",
|
|
59
60
|
"actions": [
|
|
60
61
|
{
|
|
61
62
|
"text": "View available icons",
|
|
@@ -73,8 +74,8 @@
|
|
|
73
74
|
"id": "custom-svg",
|
|
74
75
|
"sortKey": 4,
|
|
75
76
|
"status": {
|
|
76
|
-
"type": "
|
|
77
|
-
"description": "
|
|
77
|
+
"type": "deprecated",
|
|
78
|
+
"description": "Custom SVG is deprecated. We recommend using either an existing icon from @atlaskit/icon or @atlaskit/icon-lab, or contributing to @atlaskit/icon-lab directly. For third party logos, use an SVG element along with a label.",
|
|
78
79
|
"actions": [
|
|
79
80
|
{
|
|
80
81
|
"text": "View available icons",
|
|
@@ -108,25 +109,25 @@
|
|
|
108
109
|
"@af/icon-build-process": "workspace:^",
|
|
109
110
|
"@af/integration-testing": "workspace:^",
|
|
110
111
|
"@af/visual-regression": "workspace:^",
|
|
111
|
-
"@atlaskit/button": "^23.
|
|
112
|
+
"@atlaskit/button": "^23.3.0",
|
|
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",
|
|
119
120
|
"@atlaskit/icon-object": "^7.1.0",
|
|
120
121
|
"@atlaskit/link": "^3.2.0",
|
|
121
|
-
"@atlaskit/logo": "^19.
|
|
122
|
-
"@atlaskit/menu": "^8.
|
|
122
|
+
"@atlaskit/logo": "^19.6.0",
|
|
123
|
+
"@atlaskit/menu": "^8.1.0",
|
|
123
124
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
124
|
-
"@atlaskit/primitives": "^14.
|
|
125
|
-
"@atlaskit/section-message": "^8.
|
|
125
|
+
"@atlaskit/primitives": "^14.11.0",
|
|
126
|
+
"@atlaskit/section-message": "^8.5.0",
|
|
126
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
127
128
|
"@atlaskit/theme": "^19.0.0",
|
|
128
|
-
"@atlaskit/toggle": "^15.
|
|
129
|
-
"@atlaskit/tooltip": "^20.
|
|
129
|
+
"@atlaskit/toggle": "^15.1.0",
|
|
130
|
+
"@atlaskit/tooltip": "^20.4.0",
|
|
130
131
|
"@atlaskit/visual-regression": "workspace:^",
|
|
131
132
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
132
133
|
"@babel/core": "7.24.9",
|
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>
|