@atlaskit/icon-object 7.1.3 → 7.1.4

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,14 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 7.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#193863](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/193863)
8
+ [`ddb17aca8f0c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddb17aca8f0c7) -
9
+ Disabling icon facade where old icons displayed new icons in prepartion for removal
10
+ - Updated dependencies
11
+
3
12
  ## 7.1.3
4
13
 
5
14
  ### Patch Changes
@@ -1,30 +1,36 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.confluence.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "composite": true,
7
- "outDir": "../../../../../confluence/tsDist/@atlaskit__icon-object",
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../icon/afm-cc/tsconfig.json"
22
- },
23
- {
24
- "path": "../../icon-lab/afm-cc/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
28
- }
29
- ]
2
+ "extends": "../../../../tsconfig.entry-points.confluence.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "composite": true,
7
+ "outDir": "../../../../../confluence/tsDist/@atlaskit__icon-object",
8
+ "rootDir": "../"
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-cc/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../icon-lab/afm-cc/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
34
+ }
35
+ ]
30
36
  }
@@ -14,7 +14,13 @@
14
14
  "exclude": [
15
15
  "../src/**/__tests__/*",
16
16
  "../src/**/*.test.*",
17
- "../src/**/test.*"
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
18
24
  ],
19
25
  "references": [
20
26
  {
@@ -14,7 +14,13 @@
14
14
  "exclude": [
15
15
  "../src/**/__tests__/*",
16
16
  "../src/**/*.test.*",
17
- "../src/**/test.*"
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
18
24
  ],
19
25
  "references": [
20
26
  {
@@ -0,0 +1,36 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__icon-object/app",
7
+ "rootDir": "../",
8
+ "composite": 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-rovo-extension/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../icon-lab/afm-rovo-extension/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
34
+ }
35
+ ]
36
+ }
@@ -14,7 +14,13 @@
14
14
  "exclude": [
15
15
  "../src/**/__tests__/*",
16
16
  "../src/**/*.test.*",
17
- "../src/**/test.*"
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
18
24
  ],
19
25
  "references": [
20
26
  {
@@ -0,0 +1,30 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.volt.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../volt/tsDist/@atlaskit__icon-object/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../icon/afm-volt/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../icon-lab/afm-volt/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
28
+ }
29
+ ]
30
+ }
@@ -12,6 +12,12 @@
12
12
  "exclude": [
13
13
  "../src/**/__tests__/*",
14
14
  "../src/**/*.test.*",
15
- "../src/**/test.*"
15
+ "../src/**/test.*",
16
+ "../src/**/examples.*",
17
+ "../src/**/examples/*",
18
+ "../src/**/examples/**/*",
19
+ "../src/**/*.stories.*",
20
+ "../src/**/stories/*",
21
+ "../src/**/stories/**/*"
16
22
  ]
17
- }
23
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.1.3",
3
+ "version": "7.1.4",
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/"
@@ -27,7 +27,6 @@
27
27
  ],
28
28
  "atlassian": {
29
29
  "team": "Design System Team",
30
- "runReact18": true,
31
30
  "website": {
32
31
  "name": "Icon object",
33
32
  "category": "Images and icons"
@@ -37,8 +36,8 @@
37
36
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
38
37
  },
39
38
  "dependencies": {
40
- "@atlaskit/icon": "^27.0.0",
41
- "@atlaskit/icon-lab": "^5.0.0",
39
+ "@atlaskit/icon": "^27.8.0",
40
+ "@atlaskit/icon-lab": "^5.2.0",
42
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
42
  "@babel/runtime": "^7.0.0"
44
43
  },
@@ -48,11 +47,11 @@
48
47
  "devDependencies": {
49
48
  "@af/formatting": "workspace:^",
50
49
  "@af/icon-build-process": "workspace:^",
50
+ "@atlaskit/css": "^0.12.0",
51
51
  "@atlaskit/textfield": "^8.0.0",
52
- "@atlaskit/tooltip": "^20.3.0",
52
+ "@atlaskit/tooltip": "^20.4.0",
53
53
  "@atlaskit/visual-regression": "workspace:^",
54
54
  "@atlassian/codegen": "^0.1.0",
55
- "@emotion/styled": "^11.0.0",
56
55
  "fs-extra": "^4.0.2",
57
56
  "pkg-dir": "^4.2.0",
58
57
  "react-dom": "^18.2.0",
@@ -71,7 +70,7 @@
71
70
  "spacing"
72
71
  ],
73
72
  "styling": [
74
- "emotion"
73
+ "compiled"
75
74
  ],
76
75
  "deprecation": "no-deprecated-imports"
77
76
  }
@@ -122,8 +121,7 @@
122
121
  },
123
122
  "platform-feature-flags": {
124
123
  "icon-object-migration": {
125
- "type": "boolean",
126
- "showOnWebsiteForTransitiveDependencies": true
124
+ "type": "boolean"
127
125
  }
128
126
  }
129
127
  }
package/tsconfig.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../tsconfig.json",
3
3
  "include": [
4
- "__perf__",
5
4
  "./src/**/*.ts",
6
5
  "./src/**/*.tsx",
7
6
  "./docs/**/*.ts",
@@ -9,8 +8,13 @@
9
8
  "./examples/**/*.ts",
10
9
  "./examples/**/*.tsx",
11
10
  "./example-helpers/**/*.ts",
12
- "./example-helpers/**/*.tsx"
11
+ "./example-helpers/**/*.tsx",
12
+ "**/stories.ts",
13
+ "**/stories.tsx",
14
+ "**/stories/*.ts",
15
+ "**/stories/*.tsx",
16
+ "**/stories/**/*.ts",
17
+ "**/stories/**/*.tsx"
13
18
  ],
14
- "compilerOptions": {
15
- }
19
+ "compilerOptions": {}
16
20
  }