@atlaskit/icon 29.0.0 → 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.
- package/CHANGELOG.md +15 -0
- package/afm-jira/tsconfig.json +1 -1
- package/package.json +12 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
10
|
+
## 29.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
|
|
15
|
+
Internal refactors to remove unused variables. No functional or public changes.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 29.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
package/afm-jira/tsconfig.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "29.0.
|
|
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":
|
|
28
|
+
"sortKey": 1
|
|
48
29
|
},
|
|
49
30
|
{
|
|
50
31
|
"title": "Custom icon (legacy)",
|
|
51
32
|
"id": "custom-icon",
|
|
52
|
-
"sortKey":
|
|
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":
|
|
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.",
|
|
@@ -93,8 +74,7 @@
|
|
|
93
74
|
"dependencies": {
|
|
94
75
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
95
76
|
"@atlaskit/tile": "^1.0.0",
|
|
96
|
-
"@atlaskit/tokens": "^8.
|
|
97
|
-
"@babel/register": "^7.25.9",
|
|
77
|
+
"@atlaskit/tokens": "^8.4.0",
|
|
98
78
|
"@babel/runtime": "^7.0.0",
|
|
99
79
|
"@compiled/react": "^0.18.6"
|
|
100
80
|
},
|
|
@@ -108,26 +88,26 @@
|
|
|
108
88
|
"@af/visual-regression": "workspace:^",
|
|
109
89
|
"@atlaskit/button": "^23.6.0",
|
|
110
90
|
"@atlaskit/code": "^17.3.0",
|
|
111
|
-
"@atlaskit/css": "^0.
|
|
91
|
+
"@atlaskit/css": "^0.17.0",
|
|
112
92
|
"@atlaskit/docs": "^11.2.0",
|
|
113
|
-
"@atlaskit/
|
|
114
|
-
"@atlaskit/form": "^14.2.0",
|
|
93
|
+
"@atlaskit/form": "^14.3.0",
|
|
115
94
|
"@atlaskit/heading": "^5.2.0",
|
|
116
95
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
117
96
|
"@atlaskit/icon-object": "^7.3.0",
|
|
118
97
|
"@atlaskit/link": "^3.2.0",
|
|
119
98
|
"@atlaskit/logo": "^19.9.0",
|
|
120
99
|
"@atlaskit/menu": "^8.4.0",
|
|
121
|
-
"@atlaskit/modal-dialog": "^14.
|
|
122
|
-
"@atlaskit/primitives": "^16.
|
|
100
|
+
"@atlaskit/modal-dialog": "^14.7.0",
|
|
101
|
+
"@atlaskit/primitives": "^16.4.0",
|
|
123
102
|
"@atlaskit/section-message": "^8.9.0",
|
|
124
|
-
"@atlaskit/textfield": "^8.
|
|
103
|
+
"@atlaskit/textfield": "^8.1.0",
|
|
125
104
|
"@atlaskit/theme": "^21.0.0",
|
|
126
105
|
"@atlaskit/toggle": "^15.1.0",
|
|
127
|
-
"@atlaskit/tooltip": "^20.
|
|
106
|
+
"@atlaskit/tooltip": "^20.11.0",
|
|
128
107
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
129
108
|
"@atlassian/ssr-tests": "workspace:^",
|
|
130
109
|
"@babel/core": "7.24.9",
|
|
110
|
+
"@babel/register": "^7.25.9",
|
|
131
111
|
"@codeshift/utils": "^0.2.4",
|
|
132
112
|
"@testing-library/react": "^13.4.0",
|
|
133
113
|
"fs-extra": "^4.0.2",
|