@atlaskit/icon 29.3.1 → 29.3.2

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,13 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 29.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0cc945286c289`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0cc945286c289) -
8
+ Remove custom-icon and custom-svg documentation pages and navigation menu entries as part of
9
+ deprecation cleanup (DSP-21989)
10
+
3
11
  ## 29.3.1
4
12
 
5
13
  ### Patch Changes
@@ -56,7 +56,6 @@ var paddingMap = {
56
56
  * An icon is used as a visual representation of common actions and commands to provide context.
57
57
  *
58
58
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
59
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
60
59
  */
61
60
  var Icon = exports.Icon = /*#__PURE__*/(0, _react.memo)(function Icon(props) {
62
61
  var _ref = props,
@@ -44,7 +44,6 @@ var secondaryTransparentHcmStyles = null;
44
44
  * An icon is used as a visual representation of common actions and commands to provide context.
45
45
  *
46
46
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
47
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
48
47
  */
49
48
  var Icon = exports.Icon = /*#__PURE__*/(0, _react.memo)(function Icon(props) {
50
49
  var _ref = props,
@@ -27,7 +27,6 @@ var svgStyles = null;
27
27
  * An icon is used as a visual representation of common actions and commands to provide context.
28
28
  *
29
29
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
30
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-svgs)
31
30
  */
32
31
  var SVG = /*#__PURE__*/(0, _react.memo)(function SVG(_ref) {
33
32
  var _ref$size = _ref.size,
@@ -49,7 +49,6 @@ const paddingMap = {
49
49
  * An icon is used as a visual representation of common actions and commands to provide context.
50
50
  *
51
51
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
52
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
53
52
  */
54
53
  export const Icon = /*#__PURE__*/memo(function Icon(props) {
55
54
  const {
@@ -33,7 +33,6 @@ const secondaryTransparentHcmStyles = null;
33
33
  * An icon is used as a visual representation of common actions and commands to provide context.
34
34
  *
35
35
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
36
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
37
36
  */
38
37
  export const Icon = /*#__PURE__*/memo(function Icon(props) {
39
38
  const {
@@ -19,7 +19,6 @@ const svgStyles = null;
19
19
  * An icon is used as a visual representation of common actions and commands to provide context.
20
20
  *
21
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
22
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-svgs)
23
22
  */
24
23
  const SVG = /*#__PURE__*/memo(function SVG({
25
24
  size = 'medium',
@@ -49,7 +49,6 @@ var paddingMap = {
49
49
  * An icon is used as a visual representation of common actions and commands to provide context.
50
50
  *
51
51
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
52
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
53
52
  */
54
53
  export var Icon = /*#__PURE__*/memo(function Icon(props) {
55
54
  var _ref = props,
@@ -36,7 +36,6 @@ var secondaryTransparentHcmStyles = null;
36
36
  * An icon is used as a visual representation of common actions and commands to provide context.
37
37
  *
38
38
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
39
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
40
39
  */
41
40
  export var Icon = /*#__PURE__*/memo(function Icon(props) {
42
41
  var _ref = props,
@@ -19,7 +19,6 @@ var svgStyles = null;
19
19
  * An icon is used as a visual representation of common actions and commands to provide context.
20
20
  *
21
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
22
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-svgs)
23
22
  */
24
23
  var SVG = /*#__PURE__*/memo(function SVG(_ref) {
25
24
  var _ref$size = _ref.size,
@@ -16,7 +16,6 @@ export type InternalIconPropsNew = UNSAFE_NewGlyphProps & {
16
16
  * An icon is used as a visual representation of common actions and commands to provide context.
17
17
  *
18
18
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
19
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
20
19
  */
21
20
  export declare const Icon: import("react").NamedExoticComponent<import("../types").UNSAFE_NewCoreGlyphProps>;
22
21
  export default Icon;
@@ -7,7 +7,6 @@ import type { IconProps } from '../types';
7
7
  * An icon is used as a visual representation of common actions and commands to provide context.
8
8
  *
9
9
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
10
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
11
10
  */
12
11
  export declare const Icon: import("react").NamedExoticComponent<IconProps>;
13
12
  export default Icon;
@@ -7,7 +7,6 @@ import type { SVGProps } from '../types';
7
7
  * An icon is used as a visual representation of common actions and commands to provide context.
8
8
  *
9
9
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
10
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-svgs)
11
10
  */
12
11
  declare const SVG: import("react").NamedExoticComponent<SVGProps>;
13
12
  export default SVG;
@@ -16,7 +16,6 @@ export type InternalIconPropsNew = UNSAFE_NewGlyphProps & {
16
16
  * An icon is used as a visual representation of common actions and commands to provide context.
17
17
  *
18
18
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
19
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
20
19
  */
21
20
  export declare const Icon: import("react").NamedExoticComponent<import("../types").UNSAFE_NewCoreGlyphProps>;
22
21
  export default Icon;
@@ -7,7 +7,6 @@ import type { IconProps } from '../types';
7
7
  * An icon is used as a visual representation of common actions and commands to provide context.
8
8
  *
9
9
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
10
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
11
10
  */
12
11
  export declare const Icon: import("react").NamedExoticComponent<IconProps>;
13
12
  export default Icon;
@@ -7,7 +7,6 @@ import type { SVGProps } from '../types';
7
7
  * An icon is used as a visual representation of common actions and commands to provide context.
8
8
  *
9
9
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
10
- * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-svgs)
11
10
  */
12
11
  declare const SVG: import("react").NamedExoticComponent<SVGProps>;
13
12
  export default SVG;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "29.3.1",
3
+ "version": "29.3.2",
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/"
@@ -26,44 +26,6 @@
26
26
  "title": "Icon tile",
27
27
  "id": "icon-tile",
28
28
  "sortKey": 1
29
- },
30
- {
31
- "title": "Custom icon (legacy)",
32
- "id": "custom-icon",
33
- "sortKey": 2,
34
- "status": {
35
- "type": "deprecated",
36
- "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.",
37
- "actions": [
38
- {
39
- "text": "View available icons",
40
- "href": "/components/icon/"
41
- },
42
- {
43
- "text": "Contribute an icon (Atlassians only)",
44
- "href": "https://go.atlassian.com/ads-icon-contribution"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "title": "Custom SVG",
51
- "id": "custom-svg",
52
- "sortKey": 3,
53
- "status": {
54
- "type": "deprecated",
55
- "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.",
56
- "actions": [
57
- {
58
- "text": "View available icons",
59
- "href": "/components/icon/"
60
- },
61
- {
62
- "text": "Contribute an icon (Atlassians only)",
63
- "href": "https://go.atlassian.com/ads-icon-contribution"
64
- }
65
- ]
66
- }
67
29
  }
68
30
  ]
69
31
  }
@@ -90,7 +52,7 @@
90
52
  "@atlaskit/code": "^17.4.0",
91
53
  "@atlaskit/css": "^0.19.0",
92
54
  "@atlaskit/docs": "^11.2.0",
93
- "@atlaskit/form": "^15.1.0",
55
+ "@atlaskit/form": "^15.2.0",
94
56
  "@atlaskit/heading": "^5.2.0",
95
57
  "@atlaskit/icon-file-type": "^7.0.0",
96
58
  "@atlaskit/icon-object": "^7.4.0",