@atlaskit/icon 34.0.3 → 34.0.5
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 +13 -0
- package/icon.docs.tsx +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 34.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 34.0.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`ddd049a745d38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddd049a745d38) -
|
|
14
|
+
Internal change to how legacy colors are applied. No visual changes.
|
|
15
|
+
|
|
3
16
|
## 34.0.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/icon.docs.tsx
CHANGED
|
@@ -8,9 +8,9 @@ const documentation: ComponentStructuredContentSource[] = [
|
|
|
8
8
|
description: 'An icon is a symbol representing a command, device, directory, or common action.',
|
|
9
9
|
status: 'general-availability',
|
|
10
10
|
import: {
|
|
11
|
-
name: '
|
|
11
|
+
name: 'IconNew',
|
|
12
12
|
package: '@atlaskit/icon',
|
|
13
|
-
type: '
|
|
13
|
+
type: 'named',
|
|
14
14
|
packagePath: path.resolve(__dirname),
|
|
15
15
|
packageJson: require('./package.json'),
|
|
16
16
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "34.0.
|
|
3
|
+
"version": "34.0.5",
|
|
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/"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/tile": "^1.0.0",
|
|
46
|
-
"@atlaskit/tokens": "^
|
|
46
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@compiled/react": "^0.20.0"
|
|
49
49
|
},
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"@atlaskit/logo": "^20.0.0",
|
|
68
68
|
"@atlaskit/menu": "^8.4.0",
|
|
69
69
|
"@atlaskit/modal-dialog": "^14.15.0",
|
|
70
|
-
"@atlaskit/primitives": "^
|
|
70
|
+
"@atlaskit/primitives": "^19.0.0",
|
|
71
71
|
"@atlaskit/section-message": "^8.12.0",
|
|
72
72
|
"@atlaskit/textfield": "^8.3.0",
|
|
73
73
|
"@atlaskit/theme": "^23.0.0",
|
|
74
|
-
"@atlaskit/toggle": "^15.
|
|
74
|
+
"@atlaskit/toggle": "^15.5.0",
|
|
75
75
|
"@atlaskit/tooltip": "^21.1.0",
|
|
76
76
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
77
77
|
"@atlassian/react-compiler-gating": "workspace:^",
|