@atlaskit/media-ui 22.2.1 → 22.2.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,11 @@
1
1
  # @atlaskit/media-ui
2
2
 
3
+ ## 22.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 22.2.1
4
10
 
5
11
  ### Patch Changes
@@ -96,7 +96,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
96
96
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
97
97
 
98
98
  var packageName = "@atlaskit/media-ui";
99
- var packageVersion = "22.2.1";
99
+ var packageVersion = "22.2.2";
100
100
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
101
101
  var SMALL_VIDEO_MAX_WIDTH = 160;
102
102
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "22.2.1",
3
+ "version": "22.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -35,7 +35,7 @@ import Tooltip from '@atlaskit/tooltip';
35
35
  import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
36
36
  import { getControlsWrapperClassName } from './getControlsWrapperClassName';
37
37
  const packageName = "@atlaskit/media-ui";
38
- const packageVersion = "22.2.1";
38
+ const packageVersion = "22.2.2";
39
39
  const MEDIUM_VIDEO_MAX_WIDTH = 400;
40
40
  const SMALL_VIDEO_MAX_WIDTH = 160;
41
41
  const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "22.2.1",
3
+ "version": "22.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -49,7 +49,7 @@ import Tooltip from '@atlaskit/tooltip';
49
49
  import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
50
50
  import { getControlsWrapperClassName } from './getControlsWrapperClassName';
51
51
  var packageName = "@atlaskit/media-ui";
52
- var packageVersion = "22.2.1";
52
+ var packageVersion = "22.2.2";
53
53
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
54
54
  var SMALL_VIDEO_MAX_WIDTH = 160;
55
55
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "22.2.1",
3
+ "version": "22.2.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "22.2.1",
3
+ "version": "22.2.2",
4
4
  "description": "Includes common components and utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/select": "^16.0.0",
50
50
  "@atlaskit/spinner": "^15.3.0",
51
51
  "@atlaskit/theme": "^12.2.0",
52
- "@atlaskit/tokens": "^0.12.0",
52
+ "@atlaskit/tokens": "^0.13.0",
53
53
  "@atlaskit/tooltip": "^17.6.0",
54
54
  "@atlaskit/width-detector": "^4.0.0",
55
55
  "@babel/runtime": "^7.0.0",