@atlaskit/media-ui 23.2.1 → 23.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 +6 -0
- package/dist/cjs/customMediaPlayer/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/MediaInlineCard/IconAndTitleLayout/index.d.ts +0 -1
- package/dist/types-ts4.5/MediaInlineCard/IconAndTitleLayout/index.d.ts +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -51,7 +51,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
51
51
|
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; } } /* 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
|
|
52
52
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
53
53
|
var packageName = "@atlaskit/media-ui";
|
|
54
|
-
var packageVersion = "23.2.
|
|
54
|
+
var packageVersion = "23.2.2";
|
|
55
55
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
56
56
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
57
57
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/cjs/version.json
CHANGED
|
@@ -34,7 +34,7 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
34
34
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
35
35
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
36
36
|
const packageName = "@atlaskit/media-ui";
|
|
37
|
-
const packageVersion = "23.2.
|
|
37
|
+
const packageVersion = "23.2.2";
|
|
38
38
|
const MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
39
39
|
const SMALL_VIDEO_MAX_WIDTH = 160;
|
|
40
40
|
const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/es2019/version.json
CHANGED
|
@@ -44,7 +44,7 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
44
44
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
45
45
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
46
46
|
var packageName = "@atlaskit/media-ui";
|
|
47
|
-
var packageVersion = "23.2.
|
|
47
|
+
var packageVersion = "23.2.2";
|
|
48
48
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
49
49
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
50
50
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/esm/version.json
CHANGED