@atlaskit/icon-object 7.5.5 → 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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 7.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.5.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.5.5
4
16
 
5
17
  ### Patch Changes
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "target": "es5",
5
4
  "outDir": "../../../../../confluence/tsDist/@atlaskit__icon-object",
6
5
  "rootDir": "../",
7
6
  "composite": true,
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "target": "es5",
5
4
  "outDir": "../../../../../tsDist/@atlaskit__icon-object/app",
6
5
  "rootDir": "../",
7
6
  "composite": true,
@@ -19,17 +19,10 @@ Object icons can be in:
19
19
  - Activity feeds
20
20
  - Inline links
21
21
 
22
- ## Anatomy
22
+ ## Parts
23
23
 
24
24
  ![Icon Object Anatomy](./images/icon-object-anatomy.png)
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
  ![Icon Object with tooltip](./images/icon-object-tooltip.png)
@@ -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.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,9 +47,9 @@
47
47
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
48
48
  },
49
49
  "dependencies": {
50
- "@atlaskit/icon": "^34.0.0",
50
+ "@atlaskit/icon": "^35.0.0",
51
51
  "@atlaskit/object": "^1.0.0",
52
- "@atlaskit/tokens": "^12.0.0",
52
+ "@atlaskit/tokens": "^13.0.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@compiled/react": "^0.20.0"
55
55
  },
@@ -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": "^21.1.0",
66
- "@atlassian/codegen": "^0.1.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",
@@ -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
- }