@atlaskit/icon-object 7.5.4 → 7.5.6
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 +12 -0
- package/constellation/index/usage.mdx +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -21,7 +21,7 @@ Object icons can be in:
|
|
|
21
21
|
|
|
22
22
|
## Anatomy
|
|
23
23
|
|
|
24
|
-

|
|
24
|
+

|
|
25
25
|
|
|
26
26
|
## Best practices
|
|
27
27
|
|
|
@@ -32,7 +32,7 @@ the object icon.
|
|
|
32
32
|
|
|
33
33
|
## Accessibility
|
|
34
34
|
|
|
35
|
-

|
|
35
|
+

|
|
36
36
|
|
|
37
37
|
- Use object icons in combination with a title and meta-information, such as author, creation date,
|
|
38
38
|
or sub-heading.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.6",
|
|
4
4
|
"description": "An object icon is used to represent an Atlassian-specific content type.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@atlaskit/icon": "^34.0.0",
|
|
51
51
|
"@atlaskit/object": "^1.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^
|
|
52
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@compiled/react": "^0.20.0"
|
|
55
55
|
},
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@af/icon-build-process": "workspace:^",
|
|
62
62
|
"@af/visual-regression": "workspace:^",
|
|
63
63
|
"@atlaskit/css": "^0.19.0",
|
|
64
|
-
"@atlaskit/textfield": "^8.
|
|
64
|
+
"@atlaskit/textfield": "^8.3.0",
|
|
65
65
|
"@atlaskit/tooltip": "^21.1.0",
|
|
66
66
|
"@atlassian/codegen": "^0.1.0",
|
|
67
67
|
"@atlassian/react-compiler-gating": "workspace:^",
|