@atlaskit/icon 29.0.1 → 29.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 29.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`585f5315200e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/585f5315200e2) -
8
+ Remove legacy icon documentation, examples, and tests.
9
+
3
10
  ## 29.0.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "29.0.1",
3
+ "version": "29.0.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/"
@@ -22,34 +22,15 @@
22
22
  "name": "Icon",
23
23
  "category": "Images and icons",
24
24
  "subPages": [
25
- {
26
- "title": "Icon (legacy)",
27
- "id": "icon-legacy",
28
- "sortKey": 1,
29
- "status": {
30
- "type": "deprecated",
31
- "description": "Legacy icons (`@atlaskit/icon/glyph`) are deprecated. We recommend migrating to our new iconography system.",
32
- "actions": [
33
- {
34
- "text": "View new icons",
35
- "href": "/components/icon/"
36
- },
37
- {
38
- "text": "Migration Guide",
39
- "href": "/components/icon/migration-guide/"
40
- }
41
- ]
42
- }
43
- },
44
25
  {
45
26
  "title": "Icon tile",
46
27
  "id": "icon-tile",
47
- "sortKey": 2
28
+ "sortKey": 1
48
29
  },
49
30
  {
50
31
  "title": "Custom icon (legacy)",
51
32
  "id": "custom-icon",
52
- "sortKey": 3,
33
+ "sortKey": 2,
53
34
  "status": {
54
35
  "type": "deprecated",
55
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.",
@@ -68,7 +49,7 @@
68
49
  {
69
50
  "title": "Custom SVG",
70
51
  "id": "custom-svg",
71
- "sortKey": 4,
52
+ "sortKey": 3,
72
53
  "status": {
73
54
  "type": "deprecated",
74
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.",