@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.
Files changed (35) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/afm-volt/tsconfig.json +7 -1
  3. package/core/chart-matrix.d.ts +4 -1
  4. package/core/chart-pie.js +2 -2
  5. package/core/chart-trend.d.ts +4 -1
  6. package/core/migration/spreadsheet--media-services-spreadsheet.js +2 -2
  7. package/core/spreadsheet.d.ts +4 -1
  8. package/core/spreadsheet.js +2 -2
  9. package/dist/cjs/components/icon-new.js +1 -1
  10. package/dist/cjs/deprecated-core.js +10 -1
  11. package/dist/cjs/metadata-core.js +27 -7
  12. package/dist/es2019/components/icon-new.js +1 -1
  13. package/dist/es2019/deprecated-core.js +10 -1
  14. package/dist/es2019/metadata-core.js +27 -7
  15. package/dist/esm/components/icon-new.js +1 -1
  16. package/dist/esm/deprecated-core.js +10 -1
  17. package/dist/esm/metadata-core.js +27 -7
  18. package/dist/types/components/icon-new.d.ts +0 -1
  19. package/dist/types/components/icon-tile.d.ts +0 -1
  20. package/dist/types/components/icon.d.ts +0 -1
  21. package/dist/types/components/skeleton.d.ts +0 -1
  22. package/dist/types/components/svg.d.ts +0 -1
  23. package/dist/types/deprecated-core.d.ts +1 -1
  24. package/dist/types/metadata-core.d.ts +1 -1
  25. package/dist/types/metadata.d.ts +0 -1
  26. package/dist/types-ts4.5/components/icon-new.d.ts +0 -1
  27. package/dist/types-ts4.5/components/icon-tile.d.ts +0 -1
  28. package/dist/types-ts4.5/components/icon.d.ts +0 -1
  29. package/dist/types-ts4.5/components/skeleton.d.ts +0 -1
  30. package/dist/types-ts4.5/components/svg.d.ts +0 -1
  31. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  32. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  33. package/dist/types-ts4.5/metadata.d.ts +0 -1
  34. package/package.json +2 -2
  35. 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
@@ -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
  {
@@ -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::9925ec0b38916c1b80a1399e72623558>>
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::06ed7f1121c8444d68631a1c4f73475c>>
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="mask0_53070_14217" 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_53070_14217)"><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"/>`
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';
@@ -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::cb542875df0bc795cbd16ab0967fabac>>
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::f307268415d521d82d80e85337f4b08f>>
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: Single purpose - Reserved for spreadsheets.
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
  */
@@ -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::91569dd0b85ccac7326cb0b563e7e92d>>
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;
@@ -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::1fd96c5b3b13ee02dc5743b09d638d98>>
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: Single purpose - Reserved for spreadsheets.
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
  */
@@ -111,7 +111,7 @@ var Icon = exports.Icon = /*#__PURE__*/(0, _react.memo)(function Icon(props) {
111
111
  size: LEGACY_size,
112
112
  label: label,
113
113
  testId: testId
114
- // @ts-ignore-next-line
114
+ // @ts-ignore -next-line
115
115
  ,
116
116
  UNSAFE_margin: LEGACY_margin
117
117
  });
@@ -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::6fe834feca147a0994d74342ff3874db>>
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::85505cffaeb8b9b2197230222f218835>>
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
- status: 'published'
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: 'published'
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: 'published'
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: 'Single purpose - Reserved for spreadsheets.',
3022
+ usage: 'Reserved for tables, tabular data, and spreadsheets.',
3003
3023
  team: 'Design System Team',
3004
- status: 'published'
3024
+ status: 'deprecated'
3005
3025
  },
3006
3026
  sprint: {
3007
3027
  keywords: ['sprint', 'icon', 'loop', 'iterate'],
@@ -106,7 +106,7 @@ export const Icon = /*#__PURE__*/memo(function Icon(props) {
106
106
  size: LEGACY_size,
107
107
  label: label,
108
108
  testId: testId
109
- // @ts-ignore-next-line
109
+ // @ts-ignore -next-line
110
110
  ,
111
111
  UNSAFE_margin: LEGACY_margin
112
112
  });
@@ -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::6fe834feca147a0994d74342ff3874db>>
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::85505cffaeb8b9b2197230222f218835>>
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
- status: 'published'
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: 'published'
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: 'published'
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: 'Single purpose - Reserved for spreadsheets.',
3016
+ usage: 'Reserved for tables, tabular data, and spreadsheets.',
2997
3017
  team: 'Design System Team',
2998
- status: 'published'
3018
+ status: 'deprecated'
2999
3019
  },
3000
3020
  sprint: {
3001
3021
  keywords: ['sprint', 'icon', 'loop', 'iterate'],
@@ -104,7 +104,7 @@ export var Icon = /*#__PURE__*/memo(function Icon(props) {
104
104
  size: LEGACY_size,
105
105
  label: label,
106
106
  testId: testId
107
- // @ts-ignore-next-line
107
+ // @ts-ignore -next-line
108
108
  ,
109
109
  UNSAFE_margin: LEGACY_margin
110
110
  });
@@ -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::6fe834feca147a0994d74342ff3874db>>
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::85505cffaeb8b9b2197230222f218835>>
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
- status: 'published'
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: 'published'
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: 'published'
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: 'Single purpose - Reserved for spreadsheets.',
3016
+ usage: 'Reserved for tables, tabular data, and spreadsheets.',
2997
3017
  team: 'Design System Team',
2998
- status: 'published'
3018
+ status: 'deprecated'
2999
3019
  },
3000
3020
  sprint: {
3001
3021
  keywords: ['sprint', 'icon', 'loop', 'iterate'],
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { UNSAFE_NewGlyphProps } from '../types';
3
2
  /**
4
3
  * We are hiding this props from consumers as it's reserved
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type IconTileProps } from '../types';
3
2
  /**
4
3
  * __IconTile__ -- ⚠️ Experimental ⚠️
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { IconProps } from '../types';
3
2
  /**
4
3
  * __Icon__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { SkeletonProps } from '../types';
3
2
  /**
4
3
  * __Skeleton__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { SVGProps } from '../types';
3
2
  /**
4
3
  * __SVG__
@@ -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::6fe834feca147a0994d74342ff3874db>>
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::85505cffaeb8b9b2197230222f218835>>
6
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -6,7 +6,6 @@
6
6
  * @codegen <<SignedSource::505188bcbfbd2bedd523b7a93366dd82>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
- /// <reference types="react" />
10
9
  interface Data {
11
10
  keywords: string[];
12
11
  componentName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { UNSAFE_NewGlyphProps } from '../types';
3
2
  /**
4
3
  * We are hiding this props from consumers as it's reserved
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type IconTileProps } from '../types';
3
2
  /**
4
3
  * __IconTile__ -- ⚠️ Experimental ⚠️
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { IconProps } from '../types';
3
2
  /**
4
3
  * __Icon__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { SkeletonProps } from '../types';
3
2
  /**
4
3
  * __Skeleton__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { SVGProps } from '../types';
3
2
  /**
4
3
  * __SVG__
@@ -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::6fe834feca147a0994d74342ff3874db>>
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::85505cffaeb8b9b2197230222f218835>>
6
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
3
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "27.10.0",
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.1.0",
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",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_53070_14217" 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_53070_14217)"><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>
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>