@atlaskit/icon-object 7.5.6 → 7.5.7
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
CHANGED
package/afm-cc/tsconfig.json
CHANGED
|
@@ -19,17 +19,10 @@ Object icons can be in:
|
|
|
19
19
|
- Activity feeds
|
|
20
20
|
- Inline links
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Parts
|
|
23
23
|
|
|
24
24
|

|
|
25
25
|
|
|
26
|
-
## Best practices
|
|
27
|
-
|
|
28
|
-
### Color
|
|
29
|
-
|
|
30
|
-
Object icons are assigned specific colors. For consistency across apps, don’t change the color of
|
|
31
|
-
the object icon.
|
|
32
|
-
|
|
33
26
|
## Accessibility
|
|
34
27
|
|
|
35
28
|

|
|
@@ -39,6 +32,13 @@ the object icon.
|
|
|
39
32
|
- Pair object icons with [tooltips](/components/tooltip). On hover, the tooltip reveals the specific
|
|
40
33
|
content type of the icon.
|
|
41
34
|
|
|
35
|
+
## Best practices
|
|
36
|
+
|
|
37
|
+
### Color
|
|
38
|
+
|
|
39
|
+
Object icons are assigned specific colors. For consistency across apps, don’t change the color of
|
|
40
|
+
the object icon.
|
|
41
|
+
|
|
42
42
|
## Related
|
|
43
43
|
|
|
44
44
|
- [Icon](/components/icon)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.7",
|
|
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/"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@atlaskit/icon": "^
|
|
50
|
+
"@atlaskit/icon": "^35.0.0",
|
|
51
51
|
"@atlaskit/object": "^1.0.0",
|
|
52
52
|
"@atlaskit/tokens": "^13.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@af/visual-regression": "workspace:^",
|
|
63
63
|
"@atlaskit/css": "^0.19.0",
|
|
64
64
|
"@atlaskit/textfield": "^8.3.0",
|
|
65
|
-
"@atlaskit/tooltip": "^
|
|
66
|
-
"@atlassian/codegen": "^0.
|
|
65
|
+
"@atlaskit/tooltip": "^22.2.0",
|
|
66
|
+
"@atlassian/codegen": "^0.2.0",
|
|
67
67
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
68
68
|
"fs-extra": "^4.0.2",
|
|
69
69
|
"pkg-dir": "^4.2.0",
|
package/afm-jira/tsconfig.json
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.local-consumption.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"target": "es5",
|
|
5
|
-
"outDir": "../../../../../jira/tsDist/@atlaskit__icon-object/app",
|
|
6
|
-
"rootDir": "../",
|
|
7
|
-
"composite": true,
|
|
8
|
-
"noCheck": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../icon/afm-jira/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../object/afm-jira/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../tokens/afm-jira/tsconfig.json"
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
}
|