@atlaskit/icon 29.4.0 → 29.4.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 +14 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-products/tsconfig.json +1 -1
- package/docs/0-intro.tsx +2 -1
- package/package.json +10 -10
- package/build/tsconfig.json +0 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 29.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 29.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`7925336391df8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7925336391df8) -
|
|
14
|
+
Remove deprecated no-utility-icons ESLint rule as utility icons have been fully removed from
|
|
15
|
+
@atlaskit/icon package.
|
|
16
|
+
|
|
3
17
|
## 29.4.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/afm-cc/tsconfig.json
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -4,7 +4,7 @@ import { md } from '@atlaskit/docs';
|
|
|
4
4
|
import Link from '@atlaskit/link';
|
|
5
5
|
import SectionMessage from '@atlaskit/section-message';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
const _default_1: any = md`
|
|
8
8
|
${(
|
|
9
9
|
<SectionMessage appearance="information">
|
|
10
10
|
This component is now documented on{' '}
|
|
@@ -12,3 +12,4 @@ ${(
|
|
|
12
12
|
</SectionMessage>
|
|
13
13
|
)}
|
|
14
14
|
`;
|
|
15
|
+
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "29.4.
|
|
3
|
+
"version": "29.4.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/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
38
|
"@atlaskit/tile": "^1.0.0",
|
|
39
|
-
"@atlaskit/tokens": "^
|
|
39
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.18.6"
|
|
42
42
|
},
|
|
@@ -51,27 +51,27 @@
|
|
|
51
51
|
"@atlaskit/button": "^23.9.0",
|
|
52
52
|
"@atlaskit/code": "^17.4.0",
|
|
53
53
|
"@atlaskit/css": "^0.19.0",
|
|
54
|
-
"@atlaskit/docs": "^11.
|
|
55
|
-
"@atlaskit/form": "^15.
|
|
54
|
+
"@atlaskit/docs": "^11.3.0",
|
|
55
|
+
"@atlaskit/form": "^15.3.0",
|
|
56
56
|
"@atlaskit/heading": "^5.2.0",
|
|
57
57
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
58
58
|
"@atlaskit/icon-object": "^7.4.0",
|
|
59
59
|
"@atlaskit/link": "^3.3.0",
|
|
60
|
-
"@atlaskit/logo": "^19.
|
|
60
|
+
"@atlaskit/logo": "^19.10.0",
|
|
61
61
|
"@atlaskit/menu": "^8.4.0",
|
|
62
|
-
"@atlaskit/modal-dialog": "^14.
|
|
63
|
-
"@atlaskit/primitives": "^17.
|
|
64
|
-
"@atlaskit/section-message": "^8.
|
|
62
|
+
"@atlaskit/modal-dialog": "^14.10.0",
|
|
63
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
64
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
65
65
|
"@atlaskit/textfield": "^8.2.0",
|
|
66
66
|
"@atlaskit/theme": "^21.0.0",
|
|
67
67
|
"@atlaskit/toggle": "^15.2.0",
|
|
68
|
-
"@atlaskit/tooltip": "^20.
|
|
68
|
+
"@atlaskit/tooltip": "^20.14.0",
|
|
69
69
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
70
70
|
"@atlassian/ssr-tests": "workspace:^",
|
|
71
71
|
"@babel/core": "7.24.9",
|
|
72
72
|
"@babel/register": "^7.25.9",
|
|
73
73
|
"@codeshift/utils": "^0.2.4",
|
|
74
|
-
"@testing-library/react": "^
|
|
74
|
+
"@testing-library/react": "^16.3.0",
|
|
75
75
|
"fs-extra": "^4.0.2",
|
|
76
76
|
"globby": "^6.1.0",
|
|
77
77
|
"jscodeshift": "^17.0.0",
|
package/build/tsconfig.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"paths": {}
|
|
7
|
-
},
|
|
8
|
-
"include": [
|
|
9
|
-
"../src/**/*.ts",
|
|
10
|
-
"../src/**/*.tsx"
|
|
11
|
-
],
|
|
12
|
-
"exclude": [
|
|
13
|
-
"../src/**/__tests__/*",
|
|
14
|
-
"../src/**/*.test.*",
|
|
15
|
-
"../src/**/test.*",
|
|
16
|
-
"../src/**/examples.*",
|
|
17
|
-
"../src/**/examples/*",
|
|
18
|
-
"../src/**/examples/**/*",
|
|
19
|
-
"../src/**/*.stories.*",
|
|
20
|
-
"../src/**/stories/*",
|
|
21
|
-
"../src/**/stories/**/*"
|
|
22
|
-
]
|
|
23
|
-
}
|