@atlaskit/icon 27.11.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 CHANGED
@@ -1,5 +1,18 @@
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
+
3
16
  ## 27.11.0
4
17
 
5
18
  ### 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
  {
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';
@@ -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
  });
@@ -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
  });
@@ -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
  });
@@ -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__
@@ -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__
@@ -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.11.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>