@atlaskit/image 1.3.0 → 1.3.2

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.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.3.0
4
16
 
5
17
  ### Minor Changes
@@ -14,8 +14,8 @@ var _tokens = require("@atlaskit/tokens");
14
14
  var _excluded = ["src", "srcDark", "alt", "testId"];
15
15
  /**
16
16
  * @jsxRuntime classic
17
+ * @jsx jsx
17
18
  */
18
- /** @jsx jsx */
19
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
20
20
  var baseImageStyles = (0, _react2.css)({
21
21
  maxWidth: '100%',
@@ -1,8 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /**
3
3
  * @jsxRuntime classic
4
+ * @jsx jsx
4
5
  */
5
- /** @jsx jsx */
6
6
  import { useEffect, useRef } from 'react';
7
7
 
8
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -3,8 +3,8 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProper
3
3
  var _excluded = ["src", "srcDark", "alt", "testId"];
4
4
  /**
5
5
  * @jsxRuntime classic
6
+ * @jsx jsx
6
7
  */
7
- /** @jsx jsx */
8
8
  import { useEffect, useRef } from 'react';
9
9
 
10
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/image",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "An image that changes in light or dark themes.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -16,8 +16,6 @@
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
18
  "team": "Design System Team",
19
- "inPublicMirror": true,
20
- "releaseModel": "continuous",
21
19
  "website": {
22
20
  "name": "Image",
23
21
  "category": "Components",
@@ -28,8 +26,8 @@
28
26
  "runReact18": true
29
27
  },
30
28
  "dependencies": {
31
- "@atlaskit/app-provider": "1.3.3",
32
- "@atlaskit/tokens": "^1.51.0",
29
+ "@atlaskit/app-provider": "1.4.1",
30
+ "@atlaskit/tokens": "^2.0.0",
33
31
  "@babel/runtime": "^7.0.0",
34
32
  "@emotion/react": "^11.7.1"
35
33
  },
@@ -40,7 +38,7 @@
40
38
  "@af/accessibility-testing": "*",
41
39
  "@af/integration-testing": "*",
42
40
  "@af/visual-regression": "*",
43
- "@atlaskit/ds-lib": "^2.3.0",
41
+ "@atlaskit/ds-lib": "^2.6.0",
44
42
  "@atlaskit/ssr": "*",
45
43
  "@atlaskit/visual-regression": "*",
46
44
  "@testing-library/react": "^12.1.5",