@atlaskit/image 1.1.4 → 1.1.6

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/image
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b2da5b33468`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2da5b33468) - Documents that props like `css` and `className` are unsafe and will be deprecated in the future.
8
+
9
+ ## 1.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
14
+
3
15
  ## 1.1.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@atlaskit/image",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "An image that changes in light or dark themes.",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
5
  "publishConfig": {
8
6
  "registry": "https://registry.npmjs.org/"
9
7
  },
10
- "homepage": "https://atlassian.design/components/image/",
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
+ "author": "Atlassian Pty Ltd",
10
+ "license": "Apache-2.0",
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "module:es2019": "dist/es2019/index.js",
14
+ "types": "dist/types/index.d.ts",
15
+ "sideEffects": false,
16
+ "atlaskit:src": "src/index.tsx",
11
17
  "atlassian": {
12
18
  "team": "Design System Team",
13
19
  "inPublicMirror": true,
@@ -20,26 +26,8 @@
20
26
  }
21
27
  }
22
28
  },
23
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
24
- "main": "dist/cjs/index.js",
25
- "module": "dist/esm/index.js",
26
- "module:es2019": "dist/es2019/index.js",
27
- "types": "dist/types/index.d.ts",
28
- "typesVersions": {
29
- ">=4.5 <4.9": {
30
- "*": [
31
- "dist/types-ts4.5/*",
32
- "dist/types-ts4.5/index.d.ts"
33
- ]
34
- }
35
- },
36
- "sideEffects": false,
37
- "atlaskit:src": "src/index.tsx",
38
- "af:exports": {
39
- ".": "./src/index.tsx"
40
- },
41
29
  "dependencies": {
42
- "@atlaskit/tokens": "^1.5.0",
30
+ "@atlaskit/tokens": "^1.19.0",
43
31
  "@babel/runtime": "^7.0.0",
44
32
  "@emotion/react": "^11.7.1"
45
33
  },
@@ -47,15 +35,14 @@
47
35
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
48
36
  },
49
37
  "devDependencies": {
50
- "@atlaskit/docs": "*",
38
+ "@af/accessibility-testing": "*",
39
+ "@af/visual-regression": "*",
51
40
  "@atlaskit/ds-lib": "^2.2.0",
52
- "@atlaskit/section-message": "*",
53
41
  "@atlaskit/ssr": "*",
54
42
  "@atlaskit/visual-regression": "*",
55
43
  "@atlaskit/webdriver-runner": "*",
56
44
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
57
45
  "@testing-library/react": "^12.1.5",
58
- "jest-axe": "^4.0.0",
59
46
  "react-dom": "^16.8.0",
60
47
  "typescript": "~4.9.5",
61
48
  "wait-for-expect": "^1.2.0"
@@ -93,8 +80,23 @@
93
80
  "styling": [
94
81
  "static",
95
82
  "emotion"
83
+ ],
84
+ "imports": [
85
+ "import-no-extraneous-disable-for-examples-and-docs"
96
86
  ]
97
87
  }
98
88
  },
89
+ "homepage": "https://atlassian.design/components/image/",
90
+ "typesVersions": {
91
+ ">=4.5 <4.9": {
92
+ "*": [
93
+ "dist/types-ts4.5/*",
94
+ "dist/types-ts4.5/index.d.ts"
95
+ ]
96
+ }
97
+ },
98
+ "af:exports": {
99
+ ".": "./src/index.tsx"
100
+ },
99
101
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
100
102
  }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.4",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.4",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.4",
4
- "sideEffects": false
5
- }