@atlaskit/image 1.1.5 → 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,11 @@
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
+
3
9
  ## 1.1.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@atlaskit/image",
3
- "version": "1.1.5",
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.11.0",
30
+ "@atlaskit/tokens": "^1.19.0",
43
31
  "@babel/runtime": "^7.0.0",
44
32
  "@emotion/react": "^11.7.1"
45
33
  },
@@ -48,6 +36,7 @@
48
36
  },
49
37
  "devDependencies": {
50
38
  "@af/accessibility-testing": "*",
39
+ "@af/visual-regression": "*",
51
40
  "@atlaskit/ds-lib": "^2.2.0",
52
41
  "@atlaskit/ssr": "*",
53
42
  "@atlaskit/visual-regression": "*",
@@ -97,5 +86,17 @@
97
86
  ]
98
87
  }
99
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
+ },
100
101
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
101
102
  }
@@ -0,0 +1,23 @@
1
+ ## API Report File for "@atlaskit/image"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ /// <reference types="react" />
8
+
9
+ import { jsx } from '@emotion/react';
10
+
11
+ // @public
12
+ function Image_2({ src, srcDark, alt, testId, ...props }: ImageProps): jsx.JSX.Element;
13
+ export default Image_2;
14
+
15
+ // @public (undocumented)
16
+ interface ImageProps extends React.ImgHTMLAttributes<HTMLImageElement> {
17
+ srcDark?: string;
18
+ testId?: string;
19
+ }
20
+
21
+ // (No @packageDocumentation comment for this package)
22
+
23
+ ```
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.5",
4
- "sideEffects": false
5
- }