@atlaskit/media-ui 26.2.2 → 26.2.3
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
|
@@ -56,7 +56,7 @@ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function
|
|
|
56
56
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep media player components used in media-viewer to use static colors from the new color palette to
|
|
57
57
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
58
58
|
var packageName = "@atlaskit/media-ui";
|
|
59
|
-
var packageVersion = "26.2.
|
|
59
|
+
var packageVersion = "26.2.3";
|
|
60
60
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
61
61
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
62
62
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
|
@@ -39,7 +39,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
39
39
|
import VideoSkipForwardTenIcon from '@atlaskit/icon/core/video-skip-forward-ten';
|
|
40
40
|
import VideoSkipBackwardTenIcon from '@atlaskit/icon/core/video-skip-backward-ten';
|
|
41
41
|
const packageName = "@atlaskit/media-ui";
|
|
42
|
-
const packageVersion = "26.2.
|
|
42
|
+
const packageVersion = "26.2.3";
|
|
43
43
|
const MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
44
44
|
const SMALL_VIDEO_MAX_WIDTH = 160;
|
|
45
45
|
const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
|
@@ -49,7 +49,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
49
49
|
import VideoSkipForwardTenIcon from '@atlaskit/icon/core/video-skip-forward-ten';
|
|
50
50
|
import VideoSkipBackwardTenIcon from '@atlaskit/icon/core/video-skip-backward-ten';
|
|
51
51
|
var packageName = "@atlaskit/media-ui";
|
|
52
|
-
var packageVersion = "26.2.
|
|
52
|
+
var packageVersion = "26.2.3";
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.3",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@atlaskit/code": "^15.6.0",
|
|
28
28
|
"@atlaskit/icon": "^22.24.0",
|
|
29
29
|
"@atlaskit/icon-file-type": "^6.7.0",
|
|
30
|
-
"@atlaskit/legacy-custom-icons": "^0.
|
|
30
|
+
"@atlaskit/legacy-custom-icons": "^0.17.0",
|
|
31
31
|
"@atlaskit/locale": "^2.8.0",
|
|
32
32
|
"@atlaskit/media-common": "^11.7.0",
|
|
33
33
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/select": "^18.5.0",
|
|
37
37
|
"@atlaskit/spinner": "^16.3.0",
|
|
38
38
|
"@atlaskit/theme": "^14.0.0",
|
|
39
|
-
"@atlaskit/tokens": "^2.
|
|
39
|
+
"@atlaskit/tokens": "^2.3.0",
|
|
40
40
|
"@atlaskit/tooltip": "^18.9.0",
|
|
41
41
|
"@atlaskit/width-detector": "^4.3.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0",
|