@atlaskit/media-ui 28.2.3 → 28.2.4
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/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -16,7 +16,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = function CustomMedia
|
|
|
16
16
|
return (0, _platformFeatureFlags.fg)('platform_media_compiled') ? /*#__PURE__*/_react.default.createElement(_indexCompiled.CustomMediaPlayerBase, props) : /*#__PURE__*/_react.default.createElement(_indexEmotion.CustomMediaPlayerBase, props);
|
|
17
17
|
};
|
|
18
18
|
var packageName = "@atlaskit/media-ui";
|
|
19
|
-
var packageVersion = "28.2.
|
|
19
|
+
var packageVersion = "28.2.4";
|
|
20
20
|
|
|
21
21
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
22
22
|
var CustomMediaPlayer = exports.CustomMediaPlayer = (0, _mediaCommon.withMediaAnalyticsContext)({
|
|
@@ -12,7 +12,7 @@ var _mediaClientReact = require("@atlaskit/media-client-react");
|
|
|
12
12
|
var _mediaPlayerBase = require("./mediaPlayerBase");
|
|
13
13
|
var _useTextTracks = require("./useTextTracks");
|
|
14
14
|
var packageName = "@atlaskit/media-ui";
|
|
15
|
-
var packageVersion = "28.2.
|
|
15
|
+
var packageVersion = "28.2.4";
|
|
16
16
|
var MediaPlayerBaseWithContext = (0, _mediaCommon.withMediaAnalyticsContext)({
|
|
17
17
|
packageVersion: packageVersion,
|
|
18
18
|
packageName: packageName,
|
|
@@ -7,7 +7,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
7
7
|
import { withMediaAnalyticsContext } from '@atlaskit/media-common';
|
|
8
8
|
export const CustomMediaPlayerBase = props => fg('platform_media_compiled') ? /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props) : /*#__PURE__*/React.createElement(EmotionCustomMediaPlayerBase, props);
|
|
9
9
|
const packageName = "@atlaskit/media-ui";
|
|
10
|
-
const packageVersion = "28.2.
|
|
10
|
+
const packageVersion = "28.2.4";
|
|
11
11
|
|
|
12
12
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
13
13
|
export const CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -5,7 +5,7 @@ import { useFileState, useMediaClient, useMediaSettings } from '@atlaskit/media-
|
|
|
5
5
|
import { MediaPlayerBase } from './mediaPlayerBase';
|
|
6
6
|
import { useTextTracks } from './useTextTracks';
|
|
7
7
|
const packageName = "@atlaskit/media-ui";
|
|
8
|
-
const packageVersion = "28.2.
|
|
8
|
+
const packageVersion = "28.2.4";
|
|
9
9
|
const MediaPlayerBaseWithContext = withMediaAnalyticsContext({
|
|
10
10
|
packageVersion,
|
|
11
11
|
packageName,
|
|
@@ -9,7 +9,7 @@ export var CustomMediaPlayerBase = function CustomMediaPlayerBase(props) {
|
|
|
9
9
|
return fg('platform_media_compiled') ? /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props) : /*#__PURE__*/React.createElement(EmotionCustomMediaPlayerBase, props);
|
|
10
10
|
};
|
|
11
11
|
var packageName = "@atlaskit/media-ui";
|
|
12
|
-
var packageVersion = "28.2.
|
|
12
|
+
var packageVersion = "28.2.4";
|
|
13
13
|
|
|
14
14
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
15
15
|
export var CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -5,7 +5,7 @@ import { useFileState, useMediaClient, useMediaSettings } from '@atlaskit/media-
|
|
|
5
5
|
import { MediaPlayerBase } from './mediaPlayerBase';
|
|
6
6
|
import { useTextTracks } from './useTextTracks';
|
|
7
7
|
var packageName = "@atlaskit/media-ui";
|
|
8
|
-
var packageVersion = "28.2.
|
|
8
|
+
var packageVersion = "28.2.4";
|
|
9
9
|
var MediaPlayerBaseWithContext = withMediaAnalyticsContext({
|
|
10
10
|
packageVersion: packageVersion,
|
|
11
11
|
packageName: packageName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "28.2.
|
|
3
|
+
"version": "28.2.4",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"runReact18": true
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/analytics-next": "^11.
|
|
27
|
+
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
28
|
"@atlaskit/button": "^23.2.0",
|
|
29
29
|
"@atlaskit/code": "^17.2.0",
|
|
30
30
|
"@atlaskit/css": "^0.10.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@atlaskit/select": "^20.6.0",
|
|
48
48
|
"@atlaskit/spinner": "^18.0.0",
|
|
49
49
|
"@atlaskit/theme": "^18.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^
|
|
50
|
+
"@atlaskit/tokens": "^5.0.0",
|
|
51
51
|
"@atlaskit/tooltip": "^20.2.0",
|
|
52
52
|
"@atlaskit/width-detector": "^5.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|