@atlaskit/icon 27.10.0 → 27.12.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 +35 -0
- package/afm-volt/tsconfig.json +7 -1
- package/core/chart-matrix.d.ts +4 -1
- package/core/chart-pie.js +2 -2
- package/core/chart-trend.d.ts +4 -1
- package/core/migration/spreadsheet--media-services-spreadsheet.js +2 -2
- package/core/spreadsheet.d.ts +4 -1
- package/core/spreadsheet.js +2 -2
- package/dist/cjs/components/icon-new.js +1 -1
- package/dist/cjs/deprecated-core.js +10 -1
- package/dist/cjs/metadata-core.js +27 -7
- package/dist/es2019/components/icon-new.js +1 -1
- package/dist/es2019/deprecated-core.js +10 -1
- package/dist/es2019/metadata-core.js +27 -7
- package/dist/esm/components/icon-new.js +1 -1
- package/dist/esm/deprecated-core.js +10 -1
- package/dist/esm/metadata-core.js +27 -7
- package/dist/types/components/icon-new.d.ts +0 -1
- package/dist/types/components/icon-tile.d.ts +0 -1
- package/dist/types/components/icon.d.ts +0 -1
- package/dist/types/components/skeleton.d.ts +0 -1
- package/dist/types/components/svg.d.ts +0 -1
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata.d.ts +0 -1
- package/dist/types-ts4.5/components/icon-new.d.ts +0 -1
- package/dist/types-ts4.5/components/icon-tile.d.ts +0 -1
- package/dist/types-ts4.5/components/icon.d.ts +0 -1
- package/dist/types-ts4.5/components/skeleton.d.ts +0 -1
- package/dist/types-ts4.5/components/svg.d.ts +0 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata.d.ts +0 -1
- package/package.json +2 -2
- package/svgs/core/chart-pie.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 27.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1fa0bae860bbc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1fa0bae860bbc) -
|
|
8
|
+
This release updates icons in `@atlaskit/icon`.
|
|
9
|
+
|
|
10
|
+
### Updated:
|
|
11
|
+
|
|
12
|
+
**`@atlaskit/icon/core`**
|
|
13
|
+
|
|
14
|
+
- `chart-pie`
|
|
15
|
+
|
|
16
|
+
## 27.11.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#197413](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/197413)
|
|
21
|
+
[`c30bdee7ca9ce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c30bdee7ca9ce) -
|
|
22
|
+
This release deprecates icons in `@atlaskit/icon`.
|
|
23
|
+
|
|
24
|
+
### Deprecated:
|
|
25
|
+
|
|
26
|
+
**`@atlaskit/icon/core`**
|
|
27
|
+
|
|
28
|
+
- `chart-matrix`
|
|
29
|
+
- `chart-trend`
|
|
30
|
+
- `spreadsheet`
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [#197413](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/197413)
|
|
35
|
+
[`c30bdee7ca9ce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c30bdee7ca9ce) -
|
|
36
|
+
Migrated usage of renamed/deprecated icons
|
|
37
|
+
|
|
3
38
|
## 27.10.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
package/afm-volt/tsconfig.json
CHANGED
|
@@ -14,7 +14,13 @@
|
|
|
14
14
|
"exclude": [
|
|
15
15
|
"../src/**/__tests__/*",
|
|
16
16
|
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*"
|
|
17
|
+
"../src/**/test.*",
|
|
18
|
+
"../src/**/examples.*",
|
|
19
|
+
"../src/**/examples/*",
|
|
20
|
+
"../src/**/examples/**/*",
|
|
21
|
+
"../src/**/*.stories.*",
|
|
22
|
+
"../src/**/stories/*",
|
|
23
|
+
"../src/**/stories/**/*"
|
|
18
24
|
],
|
|
19
25
|
"references": [
|
|
20
26
|
{
|
package/core/chart-matrix.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::3e6bf4e074ba34c65e79866332396337>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChartMatrixIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/chart-pie.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::f67151992cc7168a855c9da00b5a80ab>>
|
|
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 ChartPieIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<mask id="
|
|
24
|
+
dangerouslySetGlyph: `<mask id="mask0_53402_2880" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_53402_2880)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ChartPieIcon.displayName = 'ChartPieIcon';
|
package/core/chart-trend.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::f225c173207e5641dff5e0a37e28112c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChartTrendIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -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::e2fbff50c170aca9babac65ffeb96b06>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for tables, tabular data, and spreadsheets.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/spreadsheet.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::93169b084edd9f3c5514da84489e4777>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "spreadsheet" is deprecated in favour of "table" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SpreadsheetIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/spreadsheet.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::6fe72b1e24a095f62dabcba8d7bf290e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Spreadsheet".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for tables, tabular data, and spreadsheets.
|
|
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
|
*/
|
|
@@ -9,13 +9,19 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
16
16
|
'@atlaskit/icon/core/capture': {
|
|
17
17
|
message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
|
|
18
18
|
},
|
|
19
|
+
'@atlaskit/icon/core/chart-matrix': {
|
|
20
|
+
message: 'The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “@atlaskit/icon/core”'
|
|
21
|
+
},
|
|
22
|
+
'@atlaskit/icon/core/chart-trend': {
|
|
23
|
+
message: 'The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”'
|
|
24
|
+
},
|
|
19
25
|
'@atlaskit/icon/core/close': {
|
|
20
26
|
message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
|
|
21
27
|
},
|
|
@@ -28,6 +34,9 @@ var deprecatedIcons = {
|
|
|
28
34
|
'@atlaskit/icon/core/information': {
|
|
29
35
|
message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
|
|
30
36
|
},
|
|
37
|
+
'@atlaskit/icon/core/spreadsheet': {
|
|
38
|
+
message: 'The icon "spreadsheet" is deprecated in favour of "table" from “@atlaskit/icon/core”'
|
|
39
|
+
},
|
|
31
40
|
'@atlaskit/icon/core/success': {
|
|
32
41
|
message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
|
|
33
42
|
},
|
|
@@ -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::84544bf49025c39c411ebb99cb0b870a>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -34,7 +34,12 @@ var metadata = {
|
|
|
34
34
|
categorization: 'single-purpose',
|
|
35
35
|
usage: 'Single purpose - Reserved for creating and adding an object.',
|
|
36
36
|
team: 'Design System Team',
|
|
37
|
-
|
|
37
|
+
replacement: {
|
|
38
|
+
name: 'focus-area',
|
|
39
|
+
type: 'core',
|
|
40
|
+
location: '@atlaskit/icon'
|
|
41
|
+
},
|
|
42
|
+
status: 'deprecated'
|
|
38
43
|
},
|
|
39
44
|
'ai-agent': {
|
|
40
45
|
keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
@@ -557,10 +562,15 @@ var metadata = {
|
|
|
557
562
|
componentName: 'ChartMatrixIcon',
|
|
558
563
|
package: '@atlaskit/icon/core/chart-matrix',
|
|
559
564
|
type: 'core',
|
|
565
|
+
replacement: {
|
|
566
|
+
name: 'chart-bubble',
|
|
567
|
+
type: 'core',
|
|
568
|
+
location: '@atlaskit/icon'
|
|
569
|
+
},
|
|
560
570
|
categorization: 'multi-purpose',
|
|
561
571
|
usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
|
|
562
572
|
team: 'Design System Team',
|
|
563
|
-
status: '
|
|
573
|
+
status: 'deprecated'
|
|
564
574
|
},
|
|
565
575
|
'chart-pie': {
|
|
566
576
|
keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
|
|
@@ -578,10 +588,15 @@ var metadata = {
|
|
|
578
588
|
package: '@atlaskit/icon/core/chart-trend',
|
|
579
589
|
oldName: ['graph-line'],
|
|
580
590
|
type: 'core',
|
|
591
|
+
replacement: {
|
|
592
|
+
name: 'chart-trend-up',
|
|
593
|
+
type: 'core',
|
|
594
|
+
location: '@atlaskit/icon'
|
|
595
|
+
},
|
|
581
596
|
categorization: 'multi-purpose',
|
|
582
597
|
usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
|
|
583
598
|
team: 'Design System Team',
|
|
584
|
-
status: '
|
|
599
|
+
status: 'deprecated'
|
|
585
600
|
},
|
|
586
601
|
'chart-trend-down': {
|
|
587
602
|
keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
|
|
@@ -2993,15 +3008,20 @@ var metadata = {
|
|
|
2993
3008
|
status: 'published'
|
|
2994
3009
|
},
|
|
2995
3010
|
spreadsheet: {
|
|
2996
|
-
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
|
|
3011
|
+
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
2997
3012
|
componentName: 'SpreadsheetIcon',
|
|
2998
3013
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2999
3014
|
oldName: ['media-services/spreadsheet'],
|
|
3000
3015
|
type: 'core',
|
|
3016
|
+
replacement: {
|
|
3017
|
+
name: 'table',
|
|
3018
|
+
type: 'core',
|
|
3019
|
+
location: '@atlaskit/icon'
|
|
3020
|
+
},
|
|
3001
3021
|
categorization: 'single-purpose',
|
|
3002
|
-
usage: '
|
|
3022
|
+
usage: 'Reserved for tables, tabular data, and spreadsheets.',
|
|
3003
3023
|
team: 'Design System Team',
|
|
3004
|
-
status: '
|
|
3024
|
+
status: 'deprecated'
|
|
3005
3025
|
},
|
|
3006
3026
|
sprint: {
|
|
3007
3027
|
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
@@ -3,13 +3,19 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
10
10
|
'@atlaskit/icon/core/capture': {
|
|
11
11
|
message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
|
|
12
12
|
},
|
|
13
|
+
'@atlaskit/icon/core/chart-matrix': {
|
|
14
|
+
message: 'The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “@atlaskit/icon/core”'
|
|
15
|
+
},
|
|
16
|
+
'@atlaskit/icon/core/chart-trend': {
|
|
17
|
+
message: 'The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”'
|
|
18
|
+
},
|
|
13
19
|
'@atlaskit/icon/core/close': {
|
|
14
20
|
message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
|
|
15
21
|
},
|
|
@@ -22,6 +28,9 @@ const deprecatedIcons = {
|
|
|
22
28
|
'@atlaskit/icon/core/information': {
|
|
23
29
|
message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
|
|
24
30
|
},
|
|
31
|
+
'@atlaskit/icon/core/spreadsheet': {
|
|
32
|
+
message: 'The icon "spreadsheet" is deprecated in favour of "table" from “@atlaskit/icon/core”'
|
|
33
|
+
},
|
|
25
34
|
'@atlaskit/icon/core/success': {
|
|
26
35
|
message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
|
|
27
36
|
},
|
|
@@ -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::84544bf49025c39c411ebb99cb0b870a>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -28,7 +28,12 @@ const metadata = {
|
|
|
28
28
|
categorization: 'single-purpose',
|
|
29
29
|
usage: 'Single purpose - Reserved for creating and adding an object.',
|
|
30
30
|
team: 'Design System Team',
|
|
31
|
-
|
|
31
|
+
replacement: {
|
|
32
|
+
name: 'focus-area',
|
|
33
|
+
type: 'core',
|
|
34
|
+
location: '@atlaskit/icon'
|
|
35
|
+
},
|
|
36
|
+
status: 'deprecated'
|
|
32
37
|
},
|
|
33
38
|
'ai-agent': {
|
|
34
39
|
keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
@@ -551,10 +556,15 @@ const metadata = {
|
|
|
551
556
|
componentName: 'ChartMatrixIcon',
|
|
552
557
|
package: '@atlaskit/icon/core/chart-matrix',
|
|
553
558
|
type: 'core',
|
|
559
|
+
replacement: {
|
|
560
|
+
name: 'chart-bubble',
|
|
561
|
+
type: 'core',
|
|
562
|
+
location: '@atlaskit/icon'
|
|
563
|
+
},
|
|
554
564
|
categorization: 'multi-purpose',
|
|
555
565
|
usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
|
|
556
566
|
team: 'Design System Team',
|
|
557
|
-
status: '
|
|
567
|
+
status: 'deprecated'
|
|
558
568
|
},
|
|
559
569
|
'chart-pie': {
|
|
560
570
|
keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
|
|
@@ -572,10 +582,15 @@ const metadata = {
|
|
|
572
582
|
package: '@atlaskit/icon/core/chart-trend',
|
|
573
583
|
oldName: ['graph-line'],
|
|
574
584
|
type: 'core',
|
|
585
|
+
replacement: {
|
|
586
|
+
name: 'chart-trend-up',
|
|
587
|
+
type: 'core',
|
|
588
|
+
location: '@atlaskit/icon'
|
|
589
|
+
},
|
|
575
590
|
categorization: 'multi-purpose',
|
|
576
591
|
usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
|
|
577
592
|
team: 'Design System Team',
|
|
578
|
-
status: '
|
|
593
|
+
status: 'deprecated'
|
|
579
594
|
},
|
|
580
595
|
'chart-trend-down': {
|
|
581
596
|
keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
|
|
@@ -2987,15 +3002,20 @@ const metadata = {
|
|
|
2987
3002
|
status: 'published'
|
|
2988
3003
|
},
|
|
2989
3004
|
spreadsheet: {
|
|
2990
|
-
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
|
|
3005
|
+
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
2991
3006
|
componentName: 'SpreadsheetIcon',
|
|
2992
3007
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2993
3008
|
oldName: ['media-services/spreadsheet'],
|
|
2994
3009
|
type: 'core',
|
|
3010
|
+
replacement: {
|
|
3011
|
+
name: 'table',
|
|
3012
|
+
type: 'core',
|
|
3013
|
+
location: '@atlaskit/icon'
|
|
3014
|
+
},
|
|
2995
3015
|
categorization: 'single-purpose',
|
|
2996
|
-
usage: '
|
|
3016
|
+
usage: 'Reserved for tables, tabular data, and spreadsheets.',
|
|
2997
3017
|
team: 'Design System Team',
|
|
2998
|
-
status: '
|
|
3018
|
+
status: 'deprecated'
|
|
2999
3019
|
},
|
|
3000
3020
|
sprint: {
|
|
3001
3021
|
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
@@ -3,13 +3,19 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
10
10
|
'@atlaskit/icon/core/capture': {
|
|
11
11
|
message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
|
|
12
12
|
},
|
|
13
|
+
'@atlaskit/icon/core/chart-matrix': {
|
|
14
|
+
message: 'The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “@atlaskit/icon/core”'
|
|
15
|
+
},
|
|
16
|
+
'@atlaskit/icon/core/chart-trend': {
|
|
17
|
+
message: 'The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”'
|
|
18
|
+
},
|
|
13
19
|
'@atlaskit/icon/core/close': {
|
|
14
20
|
message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
|
|
15
21
|
},
|
|
@@ -22,6 +28,9 @@ var deprecatedIcons = {
|
|
|
22
28
|
'@atlaskit/icon/core/information': {
|
|
23
29
|
message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
|
|
24
30
|
},
|
|
31
|
+
'@atlaskit/icon/core/spreadsheet': {
|
|
32
|
+
message: 'The icon "spreadsheet" is deprecated in favour of "table" from “@atlaskit/icon/core”'
|
|
33
|
+
},
|
|
25
34
|
'@atlaskit/icon/core/success': {
|
|
26
35
|
message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
|
|
27
36
|
},
|
|
@@ -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::84544bf49025c39c411ebb99cb0b870a>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -28,7 +28,12 @@ var metadata = {
|
|
|
28
28
|
categorization: 'single-purpose',
|
|
29
29
|
usage: 'Single purpose - Reserved for creating and adding an object.',
|
|
30
30
|
team: 'Design System Team',
|
|
31
|
-
|
|
31
|
+
replacement: {
|
|
32
|
+
name: 'focus-area',
|
|
33
|
+
type: 'core',
|
|
34
|
+
location: '@atlaskit/icon'
|
|
35
|
+
},
|
|
36
|
+
status: 'deprecated'
|
|
32
37
|
},
|
|
33
38
|
'ai-agent': {
|
|
34
39
|
keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
@@ -551,10 +556,15 @@ var metadata = {
|
|
|
551
556
|
componentName: 'ChartMatrixIcon',
|
|
552
557
|
package: '@atlaskit/icon/core/chart-matrix',
|
|
553
558
|
type: 'core',
|
|
559
|
+
replacement: {
|
|
560
|
+
name: 'chart-bubble',
|
|
561
|
+
type: 'core',
|
|
562
|
+
location: '@atlaskit/icon'
|
|
563
|
+
},
|
|
554
564
|
categorization: 'multi-purpose',
|
|
555
565
|
usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
|
|
556
566
|
team: 'Design System Team',
|
|
557
|
-
status: '
|
|
567
|
+
status: 'deprecated'
|
|
558
568
|
},
|
|
559
569
|
'chart-pie': {
|
|
560
570
|
keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
|
|
@@ -572,10 +582,15 @@ var metadata = {
|
|
|
572
582
|
package: '@atlaskit/icon/core/chart-trend',
|
|
573
583
|
oldName: ['graph-line'],
|
|
574
584
|
type: 'core',
|
|
585
|
+
replacement: {
|
|
586
|
+
name: 'chart-trend-up',
|
|
587
|
+
type: 'core',
|
|
588
|
+
location: '@atlaskit/icon'
|
|
589
|
+
},
|
|
575
590
|
categorization: 'multi-purpose',
|
|
576
591
|
usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
|
|
577
592
|
team: 'Design System Team',
|
|
578
|
-
status: '
|
|
593
|
+
status: 'deprecated'
|
|
579
594
|
},
|
|
580
595
|
'chart-trend-down': {
|
|
581
596
|
keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
|
|
@@ -2987,15 +3002,20 @@ var metadata = {
|
|
|
2987
3002
|
status: 'published'
|
|
2988
3003
|
},
|
|
2989
3004
|
spreadsheet: {
|
|
2990
|
-
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
|
|
3005
|
+
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
2991
3006
|
componentName: 'SpreadsheetIcon',
|
|
2992
3007
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2993
3008
|
oldName: ['media-services/spreadsheet'],
|
|
2994
3009
|
type: 'core',
|
|
3010
|
+
replacement: {
|
|
3011
|
+
name: 'table',
|
|
3012
|
+
type: 'core',
|
|
3013
|
+
location: '@atlaskit/icon'
|
|
3014
|
+
},
|
|
2995
3015
|
categorization: 'single-purpose',
|
|
2996
|
-
usage: '
|
|
3016
|
+
usage: 'Reserved for tables, tabular data, and spreadsheets.',
|
|
2997
3017
|
team: 'Design System Team',
|
|
2998
|
-
status: '
|
|
3018
|
+
status: 'deprecated'
|
|
2999
3019
|
},
|
|
3000
3020
|
sprint: {
|
|
3001
3021
|
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::84544bf49025c39c411ebb99cb0b870a>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/dist/types/metadata.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::84544bf49025c39c411ebb99cb0b870a>>
|
|
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.12.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/"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@atlaskit/icon-object": "^7.2.0",
|
|
121
121
|
"@atlaskit/link": "^3.2.0",
|
|
122
122
|
"@atlaskit/logo": "^19.6.0",
|
|
123
|
-
"@atlaskit/menu": "^8.
|
|
123
|
+
"@atlaskit/menu": "^8.3.0",
|
|
124
124
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
125
125
|
"@atlaskit/primitives": "^14.11.0",
|
|
126
126
|
"@atlaskit/section-message": "^8.5.0",
|
package/svgs/core/chart-pie.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_53402_2880" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_53402_2880)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/></svg>
|