@atlaskit/media-test-helpers 33.0.13 → 33.0.15

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/media-test-helpers
2
2
 
3
+ ## 33.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 33.0.14
10
+
11
+ ### Patch Changes
12
+
13
+ - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
14
+
3
15
  ## 33.0.13
4
16
 
5
17
  ### Patch Changes
@@ -33,7 +33,7 @@ var ItemWrapper = function ItemWrapper(_ref) {
33
33
  var children = _ref.children;
34
34
  return /*#__PURE__*/_react.default.createElement("div", {
35
35
  style: {
36
- padding: '10px 20px'
36
+ padding: "10px ".concat("var(--ds-space-250, 20px)")
37
37
  }
38
38
  }, children);
39
39
  };
@@ -23,7 +23,7 @@ const ItemWrapper = ({
23
23
  children
24
24
  }) => /*#__PURE__*/React.createElement("div", {
25
25
  style: {
26
- padding: '10px 20px'
26
+ padding: `10px ${"var(--ds-space-250, 20px)"}`
27
27
  }
28
28
  }, children);
29
29
  const CheckboxItem = ({
@@ -23,7 +23,7 @@ var ItemWrapper = function ItemWrapper(_ref) {
23
23
  var children = _ref.children;
24
24
  return /*#__PURE__*/React.createElement("div", {
25
25
  style: {
26
- padding: '10px 20px'
26
+ padding: "10px ".concat("var(--ds-space-250, 20px)")
27
27
  }
28
28
  }, children);
29
29
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "33.0.13",
3
+ "version": "33.0.15",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,17 +27,17 @@
27
27
  "releaseModel": "continuous"
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/button": "^16.9.0",
30
+ "@atlaskit/button": "^16.10.0",
31
31
  "@atlaskit/checkbox": "^12.6.0",
32
32
  "@atlaskit/icon": "^21.12.0",
33
33
  "@atlaskit/locale": "^2.5.0",
34
34
  "@atlaskit/media-client": "^24.0.0",
35
35
  "@atlaskit/media-common": "^9.0.0",
36
- "@atlaskit/media-ui": "^24.0.0",
36
+ "@atlaskit/media-ui": "^25.0.0",
37
37
  "@atlaskit/popup": "^1.9.0",
38
38
  "@atlaskit/tabs": "^13.4.0",
39
39
  "@atlaskit/textfield": "^5.6.0",
40
- "@atlaskit/tokens": "^1.20.0",
40
+ "@atlaskit/tokens": "^1.22.0",
41
41
  "@atlaskit/tooltip": "^17.8.0",
42
42
  "@atlaskit/ufo": "^0.2.0",
43
43
  "@babel/runtime": "^7.0.0",