@atlaskit/media-ui 29.2.0 → 29.2.1
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/cjs/messages.js +1 -1
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/esm/messages.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = function CustomMedia
|
|
|
14
14
|
return /*#__PURE__*/_react.default.createElement(_indexCompiled.CustomMediaPlayerBase, props);
|
|
15
15
|
};
|
|
16
16
|
var packageName = "@atlaskit/media-ui";
|
|
17
|
-
var packageVersion = "
|
|
17
|
+
var packageVersion = "0.0.0-development";
|
|
18
18
|
|
|
19
19
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
20
20
|
var CustomMediaPlayer = exports.CustomMediaPlayer = (0, _mediaCommon.withMediaAnalyticsContext)({
|
|
@@ -15,7 +15,7 @@ var _useTextTracks2 = require("./useTextTracks");
|
|
|
15
15
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
16
16
|
var _excluded = ["onPlay"];
|
|
17
17
|
var packageName = "@atlaskit/media-ui";
|
|
18
|
-
var packageVersion = "
|
|
18
|
+
var packageVersion = "0.0.0-development";
|
|
19
19
|
var MediaPlayerWihtoutContext = exports.MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
20
20
|
var _onPlay = _ref.onPlay,
|
|
21
21
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
package/dist/cjs/messages.js
CHANGED
|
@@ -737,7 +737,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
737
737
|
description: 'In the context of a video player, it is a value of a default playback speed'
|
|
738
738
|
},
|
|
739
739
|
expand: {
|
|
740
|
-
id: 'fabric.
|
|
740
|
+
id: 'fabric.media.expand',
|
|
741
741
|
defaultMessage: 'Expand',
|
|
742
742
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
743
743
|
},
|
|
@@ -5,7 +5,7 @@ import { CustomMediaPlayerBase as CompiledCustomMediaPlayerBase } from './index-
|
|
|
5
5
|
import { withMediaAnalyticsContext } from '@atlaskit/media-common';
|
|
6
6
|
export const CustomMediaPlayerBase = props => /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props);
|
|
7
7
|
const packageName = "@atlaskit/media-ui";
|
|
8
|
-
const packageVersion = "
|
|
8
|
+
const packageVersion = "0.0.0-development";
|
|
9
9
|
|
|
10
10
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
11
11
|
export const CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -6,7 +6,7 @@ import { MediaPlayerBase } from './mediaPlayerBase';
|
|
|
6
6
|
import { useTextTracks } from './useTextTracks';
|
|
7
7
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
8
8
|
const packageName = "@atlaskit/media-ui";
|
|
9
|
-
const packageVersion = "
|
|
9
|
+
const packageVersion = "0.0.0-development";
|
|
10
10
|
export const MediaPlayerWihtoutContext = ({
|
|
11
11
|
onPlay,
|
|
12
12
|
...props
|
package/dist/es2019/messages.js
CHANGED
|
@@ -731,7 +731,7 @@ export const messages = defineMessages({
|
|
|
731
731
|
description: 'In the context of a video player, it is a value of a default playback speed'
|
|
732
732
|
},
|
|
733
733
|
expand: {
|
|
734
|
-
id: 'fabric.
|
|
734
|
+
id: 'fabric.media.expand',
|
|
735
735
|
defaultMessage: 'Expand',
|
|
736
736
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
737
737
|
},
|
|
@@ -7,7 +7,7 @@ export var CustomMediaPlayerBase = function CustomMediaPlayerBase(props) {
|
|
|
7
7
|
return /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props);
|
|
8
8
|
};
|
|
9
9
|
var packageName = "@atlaskit/media-ui";
|
|
10
|
-
var packageVersion = "
|
|
10
|
+
var packageVersion = "0.0.0-development";
|
|
11
11
|
|
|
12
12
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
13
13
|
export var CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -8,7 +8,7 @@ import { MediaPlayerBase } from './mediaPlayerBase';
|
|
|
8
8
|
import { useTextTracks } from './useTextTracks';
|
|
9
9
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
10
10
|
var packageName = "@atlaskit/media-ui";
|
|
11
|
-
var packageVersion = "
|
|
11
|
+
var packageVersion = "0.0.0-development";
|
|
12
12
|
export var MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
13
13
|
var _onPlay = _ref.onPlay,
|
|
14
14
|
props = _objectWithoutProperties(_ref, _excluded);
|
package/dist/esm/messages.js
CHANGED
|
@@ -731,7 +731,7 @@ export var messages = defineMessages({
|
|
|
731
731
|
description: 'In the context of a video player, it is a value of a default playback speed'
|
|
732
732
|
},
|
|
733
733
|
expand: {
|
|
734
|
-
id: 'fabric.
|
|
734
|
+
id: 'fabric.media.expand',
|
|
735
735
|
defaultMessage: 'Expand',
|
|
736
736
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
737
737
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "29.2.
|
|
3
|
+
"version": "29.2.1",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"@atlaskit/css": "^0.19.0",
|
|
31
31
|
"@atlaskit/flag": "^17.11.0",
|
|
32
32
|
"@atlaskit/form": "^15.5.0",
|
|
33
|
-
"@atlaskit/icon": "^34.
|
|
33
|
+
"@atlaskit/icon": "^34.4.0",
|
|
34
34
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
35
35
|
"@atlaskit/locale": "^4.1.0",
|
|
36
|
-
"@atlaskit/media-client": "^36.
|
|
36
|
+
"@atlaskit/media-client": "^36.2.0",
|
|
37
37
|
"@atlaskit/media-client-react": "^5.1.0",
|
|
38
|
-
"@atlaskit/media-common": "^13.
|
|
38
|
+
"@atlaskit/media-common": "^13.3.0",
|
|
39
39
|
"@atlaskit/media-state": "^2.1.0",
|
|
40
|
-
"@atlaskit/modal-dialog": "^
|
|
40
|
+
"@atlaskit/modal-dialog": "^15.0.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
42
|
"@atlaskit/primitives": "^19.0.0",
|
|
43
43
|
"@atlaskit/range": "^10.1.0",
|
|
44
|
-
"@atlaskit/react-ufo": "^5.
|
|
44
|
+
"@atlaskit/react-ufo": "^5.19.0",
|
|
45
45
|
"@atlaskit/select": "^21.10.0",
|
|
46
46
|
"@atlaskit/spinner": "^19.1.0",
|
|
47
47
|
"@atlaskit/theme": "^23.2.0",
|