@atlaskit/icon-object 6.3.9 → 6.5.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/package.json CHANGED
@@ -1,81 +1,83 @@
1
1
  {
2
- "name": "@atlaskit/icon-object",
3
- "version": "6.3.9",
4
- "description": "An object icon is used to represent an Atlassian-specific content type.",
5
- "publishConfig": {
6
- "registry": "https://registry.npmjs.org/"
7
- },
8
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
- "homepage": "https://atlassian.design/components/icon-object/",
10
- "author": "Atlassian Pty Ltd",
11
- "license": "Apache-2.0",
12
- "atlaskit:src": "src/index.tsx",
13
- "main": "dist/cjs/index.js",
14
- "module": "dist/esm/index.js",
15
- "module:es2019": "dist/es2019/index.js",
16
- "types": "dist/types/index.d.ts",
17
- "typesVersions": {
18
- ">=4.5 <4.9": {
19
- "*": [
20
- "dist/types-ts4.5/*",
21
- "dist/types-ts4.5/index.d.ts"
22
- ]
23
- }
24
- },
25
- "sideEffects": false,
26
- "atlassian": {
27
- "team": "Design System Team",
28
- "releaseModel": "continuous",
29
- "productPushConsumption": [
30
- "jira"
31
- ],
32
- "website": {
33
- "name": "Icon object",
34
- "category": "Components"
35
- }
36
- },
37
- "af:exports": {
38
- "./metadata": "./src/entry-points/metadata.tsx",
39
- "./glyph": "./glyph",
40
- ".": "./src/index.tsx"
41
- },
42
- "scripts": {
43
- "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
44
- },
45
- "dependencies": {
46
- "@atlaskit/icon": "^22.0.0",
47
- "@babel/runtime": "^7.0.0"
48
- },
49
- "peerDependencies": {
50
- "react": "^16.8.0"
51
- },
52
- "devDependencies": {
53
- "@af/icon-build-process": "^0.5.0",
54
- "@atlaskit/visual-regression": "*",
55
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
56
- "@emotion/styled": "^11.0.0",
57
- "fs-extra": "^4.0.2",
58
- "jscodeshift": "^0.13.0",
59
- "pkg-dir": "^4.2.0",
60
- "react-dom": "^16.8.0"
61
- },
62
- "keywords": [
63
- "atlaskit",
64
- "ui"
65
- ],
66
- "techstack": {
67
- "@repo/internal": {
68
- "design-system": "v1",
69
- "dom-events": "use-bind-event-listener",
70
- "design-tokens": [
71
- "color",
72
- "spacing"
73
- ],
74
- "styling": [
75
- "emotion"
76
- ],
77
- "deprecation": "no-deprecated-imports"
78
- }
79
- },
80
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
2
+ "name": "@atlaskit/icon-object",
3
+ "version": "6.5.0",
4
+ "description": "An object icon is used to represent an Atlassian-specific content type.",
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
+ "homepage": "https://atlassian.design/components/icon-object/",
10
+ "author": "Atlassian Pty Ltd",
11
+ "license": "Apache-2.0",
12
+ "atlaskit:src": "src/index.tsx",
13
+ "main": "dist/cjs/index.js",
14
+ "module": "dist/esm/index.js",
15
+ "module:es2019": "dist/es2019/index.js",
16
+ "types": "dist/types/index.d.ts",
17
+ "typesVersions": {
18
+ ">=4.5 <4.9": {
19
+ "*": [
20
+ "dist/types-ts4.5/*",
21
+ "dist/types-ts4.5/index.d.ts"
22
+ ]
23
+ }
24
+ },
25
+ "sideEffects": false,
26
+ "atlassian": {
27
+ "team": "Design System Team",
28
+ "releaseModel": "continuous",
29
+ "runReact18": true,
30
+ "productPushConsumption": [
31
+ "jira"
32
+ ],
33
+ "website": {
34
+ "name": "Icon object",
35
+ "category": "Components"
36
+ }
37
+ },
38
+ "af:exports": {
39
+ "./metadata": "./src/entry-points/metadata.tsx",
40
+ "./glyph": "./glyph",
41
+ ".": "./src/index.tsx"
42
+ },
43
+ "scripts": {
44
+ "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
45
+ },
46
+ "dependencies": {
47
+ "@atlaskit/icon": "^22.12.0",
48
+ "@babel/runtime": "^7.0.0"
49
+ },
50
+ "peerDependencies": {
51
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
52
+ },
53
+ "devDependencies": {
54
+ "@af/icon-build-process": "^2.0.0",
55
+ "@atlaskit/textfield": "^6.5.0",
56
+ "@atlaskit/tooltip": "^18.7.0",
57
+ "@atlaskit/visual-regression": "*",
58
+ "@emotion/styled": "^11.0.0",
59
+ "fs-extra": "^4.0.2",
60
+ "jscodeshift": "^0.13.0",
61
+ "pkg-dir": "^4.2.0",
62
+ "react-dom": "^16.8.0",
63
+ "ts-node": "^10.9.1"
64
+ },
65
+ "keywords": [
66
+ "atlaskit",
67
+ "ui"
68
+ ],
69
+ "techstack": {
70
+ "@repo/internal": {
71
+ "design-system": "v1",
72
+ "dom-events": "use-bind-event-listener",
73
+ "design-tokens": [
74
+ "color",
75
+ "spacing"
76
+ ],
77
+ "styling": [
78
+ "emotion"
79
+ ],
80
+ "deprecation": "no-deprecated-imports"
81
+ }
82
+ }
81
83
  }
package/report.api.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  ## API Report File for "@atlaskit/icon-object"
4
4
 
5
- > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using
6
+ > [API Extractor](https://api-extractor.com/).
6
7
  > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
8
 
8
9
  ### Table of contents
@@ -30,7 +31,7 @@ export default default_2;
30
31
 
31
32
  ```json
32
33
  {
33
- "react": "^16.8.0"
34
+ "react": "^16.8.0"
34
35
  }
35
36
  ```
36
37