@atlaskit/icon-object 7.1.3 → 7.2.0
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 +17 -0
- package/afm-cc/tsconfig.json +29 -29
- package/afm-dev-agents/tsconfig.json +33 -0
- package/afm-jira/tsconfig.json +7 -4
- package/afm-post-office/tsconfig.json +7 -4
- package/afm-rovo-extension/tsconfig.json +33 -0
- package/afm-townsquare/tsconfig.json +7 -4
- package/afm-volt/tsconfig.json +30 -0
- package/build/tsconfig.json +8 -2
- package/build/utils.tsx +10 -15
- package/constellation/index/usage.mdx +3 -3
- package/dist/cjs/artifacts/glyph/blog/16.js +10 -18
- package/dist/cjs/artifacts/glyph/blog/24.js +10 -18
- package/dist/cjs/artifacts/glyph/branch/16.js +10 -18
- package/dist/cjs/artifacts/glyph/branch/24.js +10 -18
- package/dist/cjs/artifacts/glyph/bug/16.js +10 -18
- package/dist/cjs/artifacts/glyph/bug/24.js +10 -18
- package/dist/cjs/artifacts/glyph/calendar/16.js +10 -18
- package/dist/cjs/artifacts/glyph/calendar/24.js +10 -18
- package/dist/cjs/artifacts/glyph/changes/16.js +10 -18
- package/dist/cjs/artifacts/glyph/changes/24.js +10 -18
- package/dist/cjs/artifacts/glyph/code/16.js +10 -18
- package/dist/cjs/artifacts/glyph/code/24.js +10 -18
- package/dist/cjs/artifacts/glyph/commit/16.js +10 -18
- package/dist/cjs/artifacts/glyph/commit/24.js +10 -18
- package/dist/cjs/artifacts/glyph/epic/16.js +10 -18
- package/dist/cjs/artifacts/glyph/epic/24.js +10 -18
- package/dist/cjs/artifacts/glyph/improvement/16.js +10 -18
- package/dist/cjs/artifacts/glyph/improvement/24.js +10 -18
- package/dist/cjs/artifacts/glyph/incident/16.js +10 -18
- package/dist/cjs/artifacts/glyph/incident/24.js +10 -18
- package/dist/cjs/artifacts/glyph/issue/16.js +10 -18
- package/dist/cjs/artifacts/glyph/issue/24.js +10 -18
- package/dist/cjs/artifacts/glyph/new-feature/16.js +10 -18
- package/dist/cjs/artifacts/glyph/new-feature/24.js +10 -18
- package/dist/cjs/artifacts/glyph/page/16.js +10 -18
- package/dist/cjs/artifacts/glyph/page/24.js +10 -18
- package/dist/cjs/artifacts/glyph/page-live-doc/16.js +10 -18
- package/dist/cjs/artifacts/glyph/page-live-doc/24.js +10 -18
- package/dist/cjs/artifacts/glyph/problem/16.js +10 -18
- package/dist/cjs/artifacts/glyph/problem/24.js +10 -18
- package/dist/cjs/artifacts/glyph/pull-request/16.js +10 -18
- package/dist/cjs/artifacts/glyph/pull-request/24.js +10 -18
- package/dist/cjs/artifacts/glyph/question/16.js +10 -18
- package/dist/cjs/artifacts/glyph/question/24.js +10 -18
- package/dist/cjs/artifacts/glyph/story/16.js +10 -18
- package/dist/cjs/artifacts/glyph/story/24.js +10 -18
- package/dist/cjs/artifacts/glyph/subtask/16.js +10 -18
- package/dist/cjs/artifacts/glyph/subtask/24.js +10 -18
- package/dist/cjs/artifacts/glyph/task/16.js +10 -18
- package/dist/cjs/artifacts/glyph/task/24.js +10 -18
- package/dist/es2019/artifacts/glyph/blog/16.js +10 -18
- package/dist/es2019/artifacts/glyph/blog/24.js +10 -18
- package/dist/es2019/artifacts/glyph/branch/16.js +10 -18
- package/dist/es2019/artifacts/glyph/branch/24.js +10 -18
- package/dist/es2019/artifacts/glyph/bug/16.js +10 -18
- package/dist/es2019/artifacts/glyph/bug/24.js +10 -18
- package/dist/es2019/artifacts/glyph/calendar/16.js +10 -18
- package/dist/es2019/artifacts/glyph/calendar/24.js +10 -18
- package/dist/es2019/artifacts/glyph/changes/16.js +10 -18
- package/dist/es2019/artifacts/glyph/changes/24.js +10 -18
- package/dist/es2019/artifacts/glyph/code/16.js +10 -18
- package/dist/es2019/artifacts/glyph/code/24.js +10 -18
- package/dist/es2019/artifacts/glyph/commit/16.js +10 -18
- package/dist/es2019/artifacts/glyph/commit/24.js +10 -18
- package/dist/es2019/artifacts/glyph/epic/16.js +10 -18
- package/dist/es2019/artifacts/glyph/epic/24.js +10 -18
- package/dist/es2019/artifacts/glyph/improvement/16.js +10 -18
- package/dist/es2019/artifacts/glyph/improvement/24.js +10 -18
- package/dist/es2019/artifacts/glyph/incident/16.js +10 -18
- package/dist/es2019/artifacts/glyph/incident/24.js +10 -18
- package/dist/es2019/artifacts/glyph/issue/16.js +10 -18
- package/dist/es2019/artifacts/glyph/issue/24.js +10 -18
- package/dist/es2019/artifacts/glyph/new-feature/16.js +10 -18
- package/dist/es2019/artifacts/glyph/new-feature/24.js +10 -18
- package/dist/es2019/artifacts/glyph/page/16.js +10 -18
- package/dist/es2019/artifacts/glyph/page/24.js +10 -18
- package/dist/es2019/artifacts/glyph/page-live-doc/16.js +10 -18
- package/dist/es2019/artifacts/glyph/page-live-doc/24.js +10 -18
- package/dist/es2019/artifacts/glyph/problem/16.js +10 -18
- package/dist/es2019/artifacts/glyph/problem/24.js +10 -18
- package/dist/es2019/artifacts/glyph/pull-request/16.js +10 -18
- package/dist/es2019/artifacts/glyph/pull-request/24.js +10 -18
- package/dist/es2019/artifacts/glyph/question/16.js +10 -18
- package/dist/es2019/artifacts/glyph/question/24.js +10 -18
- package/dist/es2019/artifacts/glyph/story/16.js +10 -18
- package/dist/es2019/artifacts/glyph/story/24.js +10 -18
- package/dist/es2019/artifacts/glyph/subtask/16.js +10 -18
- package/dist/es2019/artifacts/glyph/subtask/24.js +10 -18
- package/dist/es2019/artifacts/glyph/task/16.js +10 -18
- package/dist/es2019/artifacts/glyph/task/24.js +10 -18
- package/dist/esm/artifacts/glyph/blog/16.js +10 -18
- package/dist/esm/artifacts/glyph/blog/24.js +10 -18
- package/dist/esm/artifacts/glyph/branch/16.js +10 -18
- package/dist/esm/artifacts/glyph/branch/24.js +10 -18
- package/dist/esm/artifacts/glyph/bug/16.js +10 -18
- package/dist/esm/artifacts/glyph/bug/24.js +10 -18
- package/dist/esm/artifacts/glyph/calendar/16.js +10 -18
- package/dist/esm/artifacts/glyph/calendar/24.js +10 -18
- package/dist/esm/artifacts/glyph/changes/16.js +10 -18
- package/dist/esm/artifacts/glyph/changes/24.js +10 -18
- package/dist/esm/artifacts/glyph/code/16.js +10 -18
- package/dist/esm/artifacts/glyph/code/24.js +10 -18
- package/dist/esm/artifacts/glyph/commit/16.js +10 -18
- package/dist/esm/artifacts/glyph/commit/24.js +10 -18
- package/dist/esm/artifacts/glyph/epic/16.js +10 -18
- package/dist/esm/artifacts/glyph/epic/24.js +10 -18
- package/dist/esm/artifacts/glyph/improvement/16.js +10 -18
- package/dist/esm/artifacts/glyph/improvement/24.js +10 -18
- package/dist/esm/artifacts/glyph/incident/16.js +10 -18
- package/dist/esm/artifacts/glyph/incident/24.js +10 -18
- package/dist/esm/artifacts/glyph/issue/16.js +10 -18
- package/dist/esm/artifacts/glyph/issue/24.js +10 -18
- package/dist/esm/artifacts/glyph/new-feature/16.js +10 -18
- package/dist/esm/artifacts/glyph/new-feature/24.js +10 -18
- package/dist/esm/artifacts/glyph/page/16.js +10 -18
- package/dist/esm/artifacts/glyph/page/24.js +10 -18
- package/dist/esm/artifacts/glyph/page-live-doc/16.js +10 -18
- package/dist/esm/artifacts/glyph/page-live-doc/24.js +10 -18
- package/dist/esm/artifacts/glyph/problem/16.js +10 -18
- package/dist/esm/artifacts/glyph/problem/24.js +10 -18
- package/dist/esm/artifacts/glyph/pull-request/16.js +10 -18
- package/dist/esm/artifacts/glyph/pull-request/24.js +10 -18
- package/dist/esm/artifacts/glyph/question/16.js +10 -18
- package/dist/esm/artifacts/glyph/question/24.js +10 -18
- package/dist/esm/artifacts/glyph/story/16.js +10 -18
- package/dist/esm/artifacts/glyph/story/24.js +10 -18
- package/dist/esm/artifacts/glyph/subtask/16.js +10 -18
- package/dist/esm/artifacts/glyph/subtask/24.js +10 -18
- package/dist/esm/artifacts/glyph/task/16.js +10 -18
- package/dist/esm/artifacts/glyph/task/24.js +10 -18
- package/dist/types/artifacts/glyph/blog/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/blog/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/branch/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/branch/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/bug/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/bug/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/calendar/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/calendar/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/changes/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/changes/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/code/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/code/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/commit/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/commit/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/epic/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/epic/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/improvement/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/improvement/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/incident/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/incident/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/issue/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/issue/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/new-feature/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/new-feature/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/page/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/page/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/problem/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/problem/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/pull-request/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/pull-request/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/question/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/question/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/story/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/story/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/subtask/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/subtask/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/task/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/task/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +1 -1
- package/package.json +6 -14
- package/tsconfig.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
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,9 +36,8 @@
|
|
|
37
36
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"@atlaskit/icon": "^27.
|
|
41
|
-
"@atlaskit/icon-lab": "^5.
|
|
42
|
-
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
|
+
"@atlaskit/icon": "^27.9.0",
|
|
40
|
+
"@atlaskit/icon-lab": "^5.3.0",
|
|
43
41
|
"@babel/runtime": "^7.0.0"
|
|
44
42
|
},
|
|
45
43
|
"peerDependencies": {
|
|
@@ -48,11 +46,11 @@
|
|
|
48
46
|
"devDependencies": {
|
|
49
47
|
"@af/formatting": "workspace:^",
|
|
50
48
|
"@af/icon-build-process": "workspace:^",
|
|
49
|
+
"@atlaskit/css": "^0.12.0",
|
|
51
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
52
|
-
"@atlaskit/tooltip": "^20.
|
|
51
|
+
"@atlaskit/tooltip": "^20.4.0",
|
|
53
52
|
"@atlaskit/visual-regression": "workspace:^",
|
|
54
53
|
"@atlassian/codegen": "^0.1.0",
|
|
55
|
-
"@emotion/styled": "^11.0.0",
|
|
56
54
|
"fs-extra": "^4.0.2",
|
|
57
55
|
"pkg-dir": "^4.2.0",
|
|
58
56
|
"react-dom": "^18.2.0",
|
|
@@ -71,7 +69,7 @@
|
|
|
71
69
|
"spacing"
|
|
72
70
|
],
|
|
73
71
|
"styling": [
|
|
74
|
-
"
|
|
72
|
+
"compiled"
|
|
75
73
|
],
|
|
76
74
|
"deprecation": "no-deprecated-imports"
|
|
77
75
|
}
|
|
@@ -119,11 +117,5 @@
|
|
|
119
117
|
"./glyph/task/16": "./src/artifacts/glyph/task/16.tsx",
|
|
120
118
|
"./glyph/task/24": "./src/artifacts/glyph/task/24.tsx",
|
|
121
119
|
".": "./src/index.tsx"
|
|
122
|
-
},
|
|
123
|
-
"platform-feature-flags": {
|
|
124
|
-
"icon-object-migration": {
|
|
125
|
-
"type": "boolean",
|
|
126
|
-
"showOnWebsiteForTransitiveDependencies": true
|
|
127
|
-
}
|
|
128
120
|
}
|
|
129
121
|
}
|
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
|
}
|