@atlaskit/icon 27.4.0 → 27.5.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 +22 -0
- package/core/ai-chat.js +3 -3
- package/core/collapse-horizontal.js +2 -2
- package/core/collapse-vertical.js +2 -2
- package/core/expand-horizontal.js +2 -2
- package/core/expand-vertical.js +2 -2
- package/dist/cjs/metadata-core.js +3 -3
- package/dist/es2019/metadata-core.js +3 -3
- package/dist/esm/metadata-core.js +3 -3
- package/package.json +3 -3
- package/svgs/core/ai-chat.svg +1 -1
- package/svgs/core/collapse-horizontal.svg +1 -1
- package/svgs/core/collapse-vertical.svg +1 -1
- package/svgs/core/expand-horizontal.svg +1 -1
- package/svgs/core/expand-vertical.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#188295](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188295)
|
|
8
|
+
[`301478c2f2125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/301478c2f2125) -
|
|
9
|
+
This release updates icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Updated:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `ai-chat`
|
|
16
|
+
- `collapse-horizontal`
|
|
17
|
+
- `collapse-vertical`
|
|
18
|
+
- `expand-horizontal`
|
|
19
|
+
- `expand-vertical`
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 27.4.0
|
|
4
26
|
|
|
5
27
|
### Minor 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::fcac7b446191c258fa1c423f5b71fe45>>
|
|
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:
|
|
19
|
+
* Usage guidance: Reserved for Rovo Chat.
|
|
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"
|
|
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
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
AiChatIcon.displayName = 'AiChatIcon';
|
|
@@ -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::1ef814cbe087eb9c6a25a0f913de5392>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const CollapseHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7.25 0v16h1.5V0zm2.72 7.47a.75.75 0 0 0 0 1.06l3.25 3.25 1.06-1.06-1.97-1.97H16v-1.5h-3.69l1.97-1.97-1.06-1.06zM1.72 5.28l1.97 1.97H0v1.5h3.69l-1.97 1.97 1.06 1.06 3.25-3.25a.75.75 0 0 0 0-1.06L2.78 4.22z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
CollapseHorizontalIcon.displayName = 'CollapseHorizontalIcon';
|
|
@@ -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::edcbed1bca323c065facc3958839be26>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const CollapseVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M0 7.25h16v1.5H0zm7.47 2.72a.75.75 0 0 1 1.06 0l3.25 3.25-1.06 1.06-1.97-1.97V16h-1.5v-3.69l-1.97 1.97-1.06-1.06zM5.28 1.72l1.97 1.97V0h1.5v3.69l1.97-1.97 1.06 1.06-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 2.78z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
CollapseVerticalIcon.displayName = 'CollapseVerticalIcon';
|
|
@@ -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::6b43f22b1f9a360601a4555fe1bfa47b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const ExpandHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M1.5 1v14H0V1zM16 1v14h-1.5V1zm-1.72 6.47a.75.75 0 0 1 0 1.06l-3.25 3.25-1.06-1.06 1.97-1.97H4.06l1.97 1.97-1.06 1.06-3.25-3.25a.75.75 0 0 1 0-1.06l3.25-3.25 1.06 1.06-1.97 1.97h7.88L9.97 5.28l1.06-1.06z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ExpandHorizontalIcon.displayName = 'ExpandHorizontalIcon';
|
package/core/expand-vertical.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::f805017d4bff7e0b184fac688c1d087a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const ExpandVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M1 1.5h14V0H1zM1 16h14v-1.5H1zm6.47-1.72a.75.75 0 0 0 1.06 0l3.25-3.25-1.06-1.06-1.97 1.97V4.06l1.97 1.97 1.06-1.06-3.25-3.25a.75.75 0 0 0-1.06 0L4.22 4.97l1.06 1.06 1.97-1.97v7.88L5.28 9.97l-1.06 1.06z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ExpandVerticalIcon.displayName = 'ExpandVerticalIcon';
|
|
@@ -47,13 +47,13 @@ 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'],
|
|
51
51
|
componentName: 'AiChatIcon',
|
|
52
52
|
package: '@atlaskit/icon/core/ai-chat',
|
|
53
53
|
type: 'core',
|
|
54
54
|
categorization: 'single-purpose',
|
|
55
|
-
usage: '
|
|
56
|
-
team: '
|
|
55
|
+
usage: 'Reserved for Rovo Chat.',
|
|
56
|
+
team: 'Central AI',
|
|
57
57
|
status: 'published'
|
|
58
58
|
},
|
|
59
59
|
'ai-generative-text-summary': {
|
|
@@ -41,13 +41,13 @@ 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'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
48
48
|
categorization: 'single-purpose',
|
|
49
|
-
usage: '
|
|
50
|
-
team: '
|
|
49
|
+
usage: 'Reserved for Rovo Chat.',
|
|
50
|
+
team: 'Central AI',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
53
|
'ai-generative-text-summary': {
|
|
@@ -41,13 +41,13 @@ 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'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
48
48
|
categorization: 'single-purpose',
|
|
49
|
-
usage: '
|
|
50
|
-
team: '
|
|
49
|
+
usage: 'Reserved for Rovo Chat.',
|
|
50
|
+
team: 'Central AI',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
53
|
'ai-generative-text-summary': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.5.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/"
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
98
|
-
"@atlaskit/tokens": "^5.
|
|
98
|
+
"@atlaskit/tokens": "^5.6.0",
|
|
99
99
|
"@babel/register": "^7.25.9",
|
|
100
100
|
"@babel/runtime": "^7.0.0",
|
|
101
101
|
"@compiled/react": "^0.18.3"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@atlaskit/link": "^3.2.0",
|
|
121
121
|
"@atlaskit/logo": "^19.5.0",
|
|
122
122
|
"@atlaskit/menu": "^8.0.0",
|
|
123
|
-
"@atlaskit/modal-dialog": "^14.
|
|
123
|
+
"@atlaskit/modal-dialog": "^14.3.0",
|
|
124
124
|
"@atlaskit/primitives": "^14.10.0",
|
|
125
125
|
"@atlaskit/section-message": "^8.2.0",
|
|
126
126
|
"@atlaskit/textfield": "^8.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"
|
|
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>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7.25 0v16h1.5V0zm2.72 7.47a.75.75 0 0 0 0 1.06l3.25 3.25 1.06-1.06-1.97-1.97H16v-1.5h-3.69l1.97-1.97-1.06-1.06zM1.72 5.28l1.97 1.97H0v1.5h3.69l-1.97 1.97 1.06 1.06 3.25-3.25a.75.75 0 0 0 0-1.06L2.78 4.22z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M0 7.25h16v1.5H0zm7.47 2.72a.75.75 0 0 1 1.06 0l3.25 3.25-1.06 1.06-1.97-1.97V16h-1.5v-3.69l-1.97 1.97-1.06-1.06zM5.28 1.72l1.97 1.97V0h1.5v3.69l1.97-1.97 1.06 1.06-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 2.78z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1.5 1v14H0V1zM16 1v14h-1.5V1zm-1.72 6.47a.75.75 0 0 1 0 1.06l-3.25 3.25-1.06-1.06 1.97-1.97H4.06l1.97 1.97-1.06 1.06-3.25-3.25a.75.75 0 0 1 0-1.06l3.25-3.25 1.06 1.06-1.97 1.97h7.88L9.97 5.28l1.06-1.06z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 1.5h14V0H1zM1 16h14v-1.5H1zm6.47-1.72a.75.75 0 0 0 1.06 0l3.25-3.25-1.06-1.06-1.97 1.97V4.06l1.97 1.97 1.06-1.06-3.25-3.25a.75.75 0 0 0-1.06 0L4.22 4.97l1.06 1.06 1.97-1.97v7.88L5.28 9.97l-1.06 1.06z"/></svg>
|