@atlaskit/media-ui 28.7.30 → 28.7.31

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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/media-ui
2
2
 
3
+ ## 28.7.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 28.7.30
4
10
 
5
11
  ### Patch Changes
@@ -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 = "28.7.29";
17
+ var packageVersion = "28.7.30";
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 _reactIntlNext = require("react-intl-next");
15
15
  var _new = _interopRequireDefault(require("@atlaskit/button/new"));
16
16
  var _modalDialog = _interopRequireWildcard(require("@atlaskit/modal-dialog"));
17
17
  var _LocaleSelect = _interopRequireWildcard(require("@atlaskit/locale/LocaleSelect"));
18
- var _primitives = require("@atlaskit/primitives");
18
+ var _compiled = require("@atlaskit/primitives/compiled");
19
19
  var _file = _interopRequireDefault(require("@atlaskit/icon/core/file"));
20
20
  var _form = require("@atlaskit/form");
21
21
  var _spinner = _interopRequireDefault(require("@atlaskit/spinner"));
@@ -140,10 +140,10 @@ function UploadCaptionsForm(_ref2) {
140
140
  onClose: close
141
141
  }, /*#__PURE__*/_react.default.createElement(_modalDialog.ModalHeader, {
142
142
  hasCloseButton: true
143
- }, /*#__PURE__*/_react.default.createElement(_modalDialog.ModalTitle, null, intl.formatMessage(_messages.messages.video_captions_upload_captions_form_header))), /*#__PURE__*/_react.default.createElement(_primitives.Box, {
143
+ }, /*#__PURE__*/_react.default.createElement(_modalDialog.ModalTitle, null, intl.formatMessage(_messages.messages.video_captions_upload_captions_form_header))), /*#__PURE__*/_react.default.createElement(_compiled.Box, {
144
144
  paddingBlock: "space.100",
145
145
  paddingInline: "space.400"
146
- }, /*#__PURE__*/_react.default.createElement(_primitives.Inline, {
146
+ }, /*#__PURE__*/_react.default.createElement(_compiled.Inline, {
147
147
  space: "space.100"
148
148
  }, /*#__PURE__*/_react.default.createElement(_file.default, {
149
149
  label: "file",
@@ -153,7 +153,7 @@ function UploadCaptionsForm(_ref2) {
153
153
  interactionName: "uploading",
154
154
  label: "Uploading",
155
155
  size: "small"
156
- }))), /*#__PURE__*/_react.default.createElement(_primitives.Box, {
156
+ }))), /*#__PURE__*/_react.default.createElement(_compiled.Box, {
157
157
  paddingBlock: "space.100",
158
158
  paddingInline: "space.400"
159
159
  }, /*#__PURE__*/_react.default.createElement(_form.Label, {
@@ -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.7.29";
18
+ var packageVersion = "28.7.30";
19
19
  var MediaPlayerWihtoutContext = exports.MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
20
20
  var _onPlay = _ref.onPlay,
21
21
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -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 = "28.7.29";
8
+ const packageVersion = "28.7.30";
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({
@@ -4,7 +4,7 @@ import Button from '@atlaskit/button/new';
4
4
  import Modal, { ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
5
5
  import LocaleSelect, { defaultLocales } from '@atlaskit/locale/LocaleSelect';
6
6
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
7
- import { Box, Inline } from '@atlaskit/primitives';
7
+ import { Box, Inline } from '@atlaskit/primitives/compiled';
8
8
  import FileIcon from '@atlaskit/icon/core/file';
9
9
  import { Label } from '@atlaskit/form';
10
10
  import Spinner from '@atlaskit/spinner';
@@ -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.7.29";
9
+ const packageVersion = "28.7.30";
10
10
  export const MediaPlayerWihtoutContext = ({
11
11
  onPlay,
12
12
  ...props
@@ -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 = "28.7.29";
10
+ var packageVersion = "28.7.30";
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 Button from '@atlaskit/button/new';
8
8
  import Modal, { ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
9
9
  import LocaleSelect, { defaultLocales } from '@atlaskit/locale/LocaleSelect';
10
10
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
11
- import { Box, Inline } from '@atlaskit/primitives';
11
+ import { Box, Inline } from '@atlaskit/primitives/compiled';
12
12
  import FileIcon from '@atlaskit/icon/core/file';
13
13
  import { Label } from '@atlaskit/form';
14
14
  import Spinner from '@atlaskit/spinner';
@@ -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.7.29";
11
+ var packageVersion = "28.7.30";
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.7.30",
3
+ "version": "28.7.31",
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.8.0",
32
32
  "@atlaskit/form": "^15.3.0",
33
- "@atlaskit/icon": "^31.0.0",
33
+ "@atlaskit/icon": "^32.0.0",
34
34
  "@atlaskit/icon-file-type": "^7.0.0",
35
35
  "@atlaskit/locale": "^3.0.0",
36
- "@atlaskit/media-client": "^35.7.0",
37
- "@atlaskit/media-client-react": "^4.1.0",
38
- "@atlaskit/media-common": "^12.3.0",
36
+ "@atlaskit/media-client": "^35.8.0",
37
+ "@atlaskit/media-client-react": "^4.2.0",
38
+ "@atlaskit/media-common": "^12.4.0",
39
39
  "@atlaskit/media-state": "^1.8.0",
40
- "@atlaskit/modal-dialog": "^14.10.0",
40
+ "@atlaskit/modal-dialog": "^14.11.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
42
  "@atlaskit/primitives": "^18.0.0",
43
43
  "@atlaskit/range": "^9.3.0",
44
- "@atlaskit/react-ufo": "^5.2.0",
44
+ "@atlaskit/react-ufo": "^5.3.0",
45
45
  "@atlaskit/select": "^21.7.0",
46
46
  "@atlaskit/spinner": "^19.0.0",
47
47
  "@atlaskit/theme": "^21.0.0",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@af/visual-regression": "workspace:^",
68
- "@atlaskit/analytics-listeners": "^9.3.0",
68
+ "@atlaskit/analytics-listeners": "^10.0.0",
69
69
  "@atlaskit/media-test-data": "^3.2.0",
70
70
  "@atlaskit/ssr": "workspace:^",
71
71
  "@atlassian/a11y-jest-testing": "^0.10.0",