@atlaskit/media-ui 28.6.11 → 28.6.13
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 +14 -0
- package/dist/cjs/MediaInlineCard/Frame/styled-compiled.compiled.css +1 -1
- package/dist/cjs/MediaInlineCard/Frame/styled-compiled.js +1 -1
- package/dist/cjs/MediaInlineCard/Frame/styled-emotion.js +1 -1
- package/dist/cjs/customMediaPlayer/index.js +1 -1
- package/dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/es2019/MediaInlineCard/Frame/styled-compiled.compiled.css +1 -1
- package/dist/es2019/MediaInlineCard/Frame/styled-compiled.js +1 -1
- package/dist/es2019/MediaInlineCard/Frame/styled-emotion.js +1 -1
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/esm/MediaInlineCard/Frame/styled-compiled.compiled.css +1 -1
- package/dist/esm/MediaInlineCard/Frame/styled-compiled.js +1 -1
- package/dist/esm/MediaInlineCard/Frame/styled-emotion.js +1 -1
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 28.6.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 28.6.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`beaa6ee463aa8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/beaa6ee463aa8) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 28.6.11
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -40,7 +40,7 @@ var Wrapper = exports.Wrapper = function Wrapper(_ref) {
|
|
|
40
40
|
return /*#__PURE__*/React.createElement("span", (0, _extends2.default)({
|
|
41
41
|
"data-testid": "frame-wrapper"
|
|
42
42
|
}, props, {
|
|
43
|
-
className: (0, _runtime.ax)(["
|
|
43
|
+
className: (0, _runtime.ax)(["_2rkofajl _v56415x0 _vwz47vkz _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66 _16d9qvcn _1e0c1nu9 _syazovqm _bfhkfpvg _1rkwglyw _80omtlke _irr3l5fl", isSelected && "_12ji1r31 _1qu2glyw _12y31o36 _1h6d1j28 _80omtlke _16qs1qst _uiztglyw _4bfu1r31 _1nrm1r31 _1a3b1r31 _9oik1r31 _1hmsglyw _c2waglyw _4fprglyw _1bnxglyw _ajmmnqa1 _1iohnqa1 _5goinqa1 _jf4cnqa1", !isSelected && "_uizt1kdv", isError && "_bfhk1vqn _80om73ad _irr31vqn"]),
|
|
44
44
|
style: {
|
|
45
45
|
"--_5xk3r4": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N900, ")")),
|
|
46
46
|
"--_9tzd1j": (0, _runtime.ix)("var(--ds-background-neutral, ".concat(_colors.N30A, ")")),
|
|
@@ -38,7 +38,7 @@ var Wrapper = exports.Wrapper = _styled.default.span({
|
|
|
38
38
|
padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)", " ", "var(--ds-space-025, 2px)", " ", "var(--ds-space-050, 4px)"),
|
|
39
39
|
boxDecorationBreak: 'clone',
|
|
40
40
|
display: 'inline',
|
|
41
|
-
borderRadius: "var(--ds-
|
|
41
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
42
42
|
color: "var(--ds-text, ".concat(_colors.N900, ")"),
|
|
43
43
|
backgroundColor: "var(--ds-background-neutral, ".concat(_colors.N30A, ")")
|
|
44
44
|
},
|
|
@@ -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.6.
|
|
19
|
+
var packageVersion = "28.6.12";
|
|
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)({
|
|
@@ -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 = "28.6.
|
|
18
|
+
var packageVersion = "28.6.12";
|
|
19
19
|
var MediaPlayerWihtoutContext = exports.MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
20
20
|
var _onPlay = _ref.onPlay,
|
|
21
21
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
@@ -29,5 +29,5 @@ export const Wrapper = ({
|
|
|
29
29
|
}) => /*#__PURE__*/React.createElement("span", _extends({
|
|
30
30
|
"data-testid": "frame-wrapper"
|
|
31
31
|
}, props, {
|
|
32
|
-
className: ax(["
|
|
32
|
+
className: ax(["_2rkofajl _v56415x0 _vwz47vkz _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66 _16d9qvcn _1e0c1nu9 _syazj3m3 _bfhkq7nr _1rkwglyw _80omtlke _irr3hv1p", isSelected && "_12ji1r31 _1qu2glyw _12y31o36 _1h6d1j28 _80omtlke _16qs1s9b _uiztglyw _4bfu1r31 _1nrm1r31 _1a3b1r31 _9oik1r31 _1hmsglyw _c2waglyw _4fprglyw _1bnxglyw _ajmmnqa1 _1iohnqa1 _5goinqa1 _jf4cnqa1", !isSelected && "_uizt1kdv", isError && "_bfhktaeo _80om73ad _irr3taeo"])
|
|
33
33
|
}), children);
|
|
@@ -40,7 +40,7 @@ export const Wrapper = styled.span({
|
|
|
40
40
|
padding: `${"var(--ds-space-025, 2px)"} ${"var(--ds-space-050, 4px)"} ${"var(--ds-space-025, 2px)"} ${"var(--ds-space-050, 4px)"}`,
|
|
41
41
|
boxDecorationBreak: 'clone',
|
|
42
42
|
display: 'inline',
|
|
43
|
-
borderRadius: "var(--ds-
|
|
43
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
44
44
|
color: `var(--ds-text, ${N900})`,
|
|
45
45
|
backgroundColor: `var(--ds-background-neutral, ${N30A})`
|
|
46
46
|
},
|
|
@@ -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.6.
|
|
10
|
+
const packageVersion = "28.6.12";
|
|
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({
|
|
@@ -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 = "28.6.
|
|
9
|
+
const packageVersion = "28.6.12";
|
|
10
10
|
export const MediaPlayerWihtoutContext = ({
|
|
11
11
|
onPlay,
|
|
12
12
|
...props
|
|
@@ -31,7 +31,7 @@ export var Wrapper = function Wrapper(_ref) {
|
|
|
31
31
|
return /*#__PURE__*/React.createElement("span", _extends({
|
|
32
32
|
"data-testid": "frame-wrapper"
|
|
33
33
|
}, props, {
|
|
34
|
-
className: ax(["
|
|
34
|
+
className: ax(["_2rkofajl _v56415x0 _vwz47vkz _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66 _16d9qvcn _1e0c1nu9 _syazovqm _bfhkfpvg _1rkwglyw _80omtlke _irr3l5fl", isSelected && "_12ji1r31 _1qu2glyw _12y31o36 _1h6d1j28 _80omtlke _16qs1qst _uiztglyw _4bfu1r31 _1nrm1r31 _1a3b1r31 _9oik1r31 _1hmsglyw _c2waglyw _4fprglyw _1bnxglyw _ajmmnqa1 _1iohnqa1 _5goinqa1 _jf4cnqa1", !isSelected && "_uizt1kdv", isError && "_bfhk1vqn _80om73ad _irr31vqn"]),
|
|
35
35
|
style: {
|
|
36
36
|
"--_5xk3r4": ix("var(--ds-text, ".concat(N900, ")")),
|
|
37
37
|
"--_9tzd1j": ix("var(--ds-background-neutral, ".concat(N30A, ")")),
|
|
@@ -30,7 +30,7 @@ export var Wrapper = styled.span({
|
|
|
30
30
|
padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)", " ", "var(--ds-space-025, 2px)", " ", "var(--ds-space-050, 4px)"),
|
|
31
31
|
boxDecorationBreak: 'clone',
|
|
32
32
|
display: 'inline',
|
|
33
|
-
borderRadius: "var(--ds-
|
|
33
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
34
34
|
color: "var(--ds-text, ".concat(N900, ")"),
|
|
35
35
|
backgroundColor: "var(--ds-background-neutral, ".concat(N30A, ")")
|
|
36
36
|
},
|
|
@@ -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.6.
|
|
12
|
+
var packageVersion = "28.6.12";
|
|
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({
|
|
@@ -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 = "28.6.
|
|
11
|
+
var packageVersion = "28.6.12";
|
|
12
12
|
export var MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
13
13
|
var _onPlay = _ref.onPlay,
|
|
14
14
|
props = _objectWithoutProperties(_ref, _excluded);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "28.6.
|
|
3
|
+
"version": "28.6.13",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
27
27
|
"@atlaskit/button": "^23.4.0",
|
|
28
28
|
"@atlaskit/code": "^17.2.0",
|
|
29
|
-
"@atlaskit/css": "^0.
|
|
29
|
+
"@atlaskit/css": "^0.14.0",
|
|
30
30
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
31
|
-
"@atlaskit/flag": "^17.
|
|
32
|
-
"@atlaskit/form": "^12.
|
|
31
|
+
"@atlaskit/flag": "^17.4.0",
|
|
32
|
+
"@atlaskit/form": "^12.5.0",
|
|
33
33
|
"@atlaskit/icon": "^28.1.0",
|
|
34
34
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
35
35
|
"@atlaskit/icon-lab": "^5.7.0",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@atlaskit/media-state": "^1.8.0",
|
|
42
42
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^14.
|
|
44
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
45
45
|
"@atlaskit/range": "^9.2.0",
|
|
46
46
|
"@atlaskit/react-ufo": "^4.5.0",
|
|
47
47
|
"@atlaskit/select": "^21.2.0",
|
|
48
48
|
"@atlaskit/spinner": "^19.0.0",
|
|
49
49
|
"@atlaskit/theme": "^20.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^6.
|
|
50
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
51
51
|
"@atlaskit/tooltip": "^20.4.0",
|
|
52
52
|
"@atlaskit/width-detector": "^5.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|