@atlaskit/media-ui 28.7.20 → 28.7.21
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 +8 -0
- package/dist/cjs/MediaInlineCard/ErroredView/index.js +2 -2
- package/dist/cjs/customMediaPlayer/index-compiled.js +10 -10
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +4 -4
- package/dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayerBase.js +10 -10
- package/dist/es2019/MediaInlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/customMediaPlayer/index-compiled.js +5 -5
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +2 -2
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayerBase.js +5 -5
- package/dist/esm/MediaInlineCard/ErroredView/index.js +1 -1
- package/dist/esm/customMediaPlayer/index-compiled.js +5 -5
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +2 -2
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayerBase.js +5 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 28.7.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 28.7.20
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -15,7 +15,7 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
|
|
|
15
15
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
16
16
|
var _react = _interopRequireDefault(require("react"));
|
|
17
17
|
var _colors = require("@atlaskit/theme/colors");
|
|
18
|
-
var
|
|
18
|
+
var _statusWarning = _interopRequireDefault(require("@atlaskit/icon/core/status-warning"));
|
|
19
19
|
var _Frame = require("../Frame");
|
|
20
20
|
var _IconAndTitleLayout = require("../IconAndTitleLayout");
|
|
21
21
|
var _Icon = require("../Icon");
|
|
@@ -45,7 +45,7 @@ var MediaInlineCardErroredView = exports.MediaInlineCardErroredView = /*#__PURE_
|
|
|
45
45
|
isSelected: isSelected,
|
|
46
46
|
isError: true
|
|
47
47
|
}, /*#__PURE__*/_react.default.createElement(_IconAndTitleLayout.IconAndTitleLayout, {
|
|
48
|
-
icon: icon || /*#__PURE__*/_react.default.createElement(_Icon.AKIconWrapper, null, /*#__PURE__*/_react.default.createElement(
|
|
48
|
+
icon: icon || /*#__PURE__*/_react.default.createElement(_Icon.AKIconWrapper, null, /*#__PURE__*/_react.default.createElement(_statusWarning.default, {
|
|
49
49
|
label: "error",
|
|
50
50
|
LEGACY_size: "small",
|
|
51
51
|
color: "var(--ds-icon-danger, ".concat(_colors.R500, ")"),
|
|
@@ -16,11 +16,11 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
|
|
|
16
16
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
17
17
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
18
18
|
var _react = _interopRequireWildcard(require("react"));
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
19
|
+
var _videoPlay = _interopRequireDefault(require("@atlaskit/icon/core/video-play"));
|
|
20
|
+
var _videoPause = _interopRequireDefault(require("@atlaskit/icon/core/video-pause"));
|
|
21
|
+
var _fullscreenEnter = _interopRequireDefault(require("@atlaskit/icon/core/fullscreen-enter"));
|
|
22
|
+
var _shrinkDiagonal = _interopRequireDefault(require("@atlaskit/icon/core/shrink-diagonal"));
|
|
23
|
+
var _volumeHigh = _interopRequireDefault(require("@atlaskit/icon/core/volume-high"));
|
|
24
24
|
var _videoHd = _interopRequireDefault(require("@atlaskit/icon-lab/core/video-hd"));
|
|
25
25
|
var _videoHdFilled = _interopRequireDefault(require("@atlaskit/icon-lab/core/video-hd-filled"));
|
|
26
26
|
var _download = _interopRequireDefault(require("@atlaskit/icon/core/migration/download"));
|
|
@@ -217,7 +217,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = /*#__PURE__*/functio
|
|
|
217
217
|
}), /*#__PURE__*/_react.default.createElement(_MediaButton.default, {
|
|
218
218
|
testId: "custom-media-player-volume-toggle-button",
|
|
219
219
|
onClick: _this.getMediaButtonClickHandler(actions.toggleMute, 'muteButton'),
|
|
220
|
-
iconBefore: /*#__PURE__*/_react.default.createElement(
|
|
220
|
+
iconBefore: /*#__PURE__*/_react.default.createElement(_volumeHigh.default, {
|
|
221
221
|
color: "currentColor",
|
|
222
222
|
label: _this.props.intl.formatMessage(_messages.messages.volumeMuteButtonAria)
|
|
223
223
|
}),
|
|
@@ -262,10 +262,10 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = /*#__PURE__*/functio
|
|
|
262
262
|
return;
|
|
263
263
|
}
|
|
264
264
|
var isFullScreenEnabled = _this.state.isFullScreenEnabled;
|
|
265
|
-
var icon = isFullScreenEnabled ? /*#__PURE__*/_react.default.createElement(
|
|
265
|
+
var icon = isFullScreenEnabled ? /*#__PURE__*/_react.default.createElement(_shrinkDiagonal.default, {
|
|
266
266
|
color: "currentColor",
|
|
267
267
|
label: formatMessage(_messages.messages.disable_fullscreen)
|
|
268
|
-
}) : /*#__PURE__*/_react.default.createElement(
|
|
268
|
+
}) : /*#__PURE__*/_react.default.createElement(_fullscreenEnter.default, {
|
|
269
269
|
color: "currentColor",
|
|
270
270
|
label: formatMessage(_messages.messages.enable_fullscreen)
|
|
271
271
|
});
|
|
@@ -322,11 +322,11 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = /*#__PURE__*/functio
|
|
|
322
322
|
});
|
|
323
323
|
(0, _defineProperty2.default)(_this, "renderPlayPauseButton", function (isPlaying) {
|
|
324
324
|
var formatMessage = _this.props.intl.formatMessage;
|
|
325
|
-
var toggleButtonIcon = isPlaying ? /*#__PURE__*/_react.default.createElement(
|
|
325
|
+
var toggleButtonIcon = isPlaying ? /*#__PURE__*/_react.default.createElement(_videoPause.default, {
|
|
326
326
|
spacing: "spacious",
|
|
327
327
|
color: "currentColor",
|
|
328
328
|
label: formatMessage(_messages.messages.pause)
|
|
329
|
-
}) : /*#__PURE__*/_react.default.createElement(
|
|
329
|
+
}) : /*#__PURE__*/_react.default.createElement(_videoPlay.default, {
|
|
330
330
|
spacing: "spacious",
|
|
331
331
|
color: "currentColor",
|
|
332
332
|
label: formatMessage(_messages.messages.play)
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _flag = require("@atlaskit/flag");
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var _statusSuccess = _interopRequireDefault(require("@atlaskit/icon/core/status-success"));
|
|
11
|
+
var _statusError = _interopRequireDefault(require("@atlaskit/icon/core/status-error"));
|
|
12
12
|
var _reactIntlNext = require("react-intl-next");
|
|
13
13
|
var _messages = require("../../../messages");
|
|
14
14
|
function ApiFeedback(_ref) {
|
|
@@ -21,7 +21,7 @@ function ApiFeedback(_ref) {
|
|
|
21
21
|
if (notificationType === 'success') {
|
|
22
22
|
flag = /*#__PURE__*/_react.default.createElement(_flag.AutoDismissFlag, {
|
|
23
23
|
id: 'success',
|
|
24
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
24
|
+
icon: /*#__PURE__*/_react.default.createElement(_statusSuccess.default, {
|
|
25
25
|
label: "Success",
|
|
26
26
|
color: "var(--ds-icon-success, #6A9A23)",
|
|
27
27
|
LEGACY_size: "medium",
|
|
@@ -34,7 +34,7 @@ function ApiFeedback(_ref) {
|
|
|
34
34
|
} else if (notificationType === 'error') {
|
|
35
35
|
flag = /*#__PURE__*/_react.default.createElement(_flag.AutoDismissFlag, {
|
|
36
36
|
id: 'error',
|
|
37
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
37
|
+
icon: /*#__PURE__*/_react.default.createElement(_statusError.default, {
|
|
38
38
|
label: "Error",
|
|
39
39
|
color: "var(--ds-icon-danger, #C9372C)",
|
|
40
40
|
LEGACY_size: "medium",
|
|
@@ -16,11 +16,11 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
|
|
|
16
16
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
17
17
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
18
18
|
var _react = _interopRequireWildcard(require("react"));
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
19
|
+
var _videoPlay = _interopRequireDefault(require("@atlaskit/icon/core/video-play"));
|
|
20
|
+
var _videoPause = _interopRequireDefault(require("@atlaskit/icon/core/video-pause"));
|
|
21
|
+
var _fullscreenEnter = _interopRequireDefault(require("@atlaskit/icon/core/fullscreen-enter"));
|
|
22
|
+
var _shrinkDiagonal = _interopRequireDefault(require("@atlaskit/icon/core/shrink-diagonal"));
|
|
23
|
+
var _volumeHigh = _interopRequireDefault(require("@atlaskit/icon/core/volume-high"));
|
|
24
24
|
var _videoHd = _interopRequireDefault(require("@atlaskit/icon-lab/core/video-hd"));
|
|
25
25
|
var _videoHdFilled = _interopRequireDefault(require("@atlaskit/icon-lab/core/video-hd-filled"));
|
|
26
26
|
var _download = _interopRequireDefault(require("@atlaskit/icon/core/migration/download"));
|
|
@@ -293,7 +293,7 @@ var _MediaPlayerBase = /*#__PURE__*/function (_Component) {
|
|
|
293
293
|
onClick: _this.getMediaButtonClickHandler(((_this$actions = _this.actions) === null || _this$actions === void 0 ? void 0 : _this$actions.toggleMute) || function () {
|
|
294
294
|
return undefined;
|
|
295
295
|
}, 'muteButton'),
|
|
296
|
-
iconBefore: /*#__PURE__*/_react.default.createElement(
|
|
296
|
+
iconBefore: /*#__PURE__*/_react.default.createElement(_volumeHigh.default, {
|
|
297
297
|
color: "currentColor",
|
|
298
298
|
label: _this.props.intl.formatMessage(_messages.messages.volumeMuteButtonAria)
|
|
299
299
|
}),
|
|
@@ -333,10 +333,10 @@ var _MediaPlayerBase = /*#__PURE__*/function (_Component) {
|
|
|
333
333
|
return;
|
|
334
334
|
}
|
|
335
335
|
var isFullScreenEnabled = _this.state.isFullScreenEnabled;
|
|
336
|
-
var icon = isFullScreenEnabled ? /*#__PURE__*/_react.default.createElement(
|
|
336
|
+
var icon = isFullScreenEnabled ? /*#__PURE__*/_react.default.createElement(_shrinkDiagonal.default, {
|
|
337
337
|
color: "currentColor",
|
|
338
338
|
label: formatMessage(_messages.messages.disable_fullscreen)
|
|
339
|
-
}) : /*#__PURE__*/_react.default.createElement(
|
|
339
|
+
}) : /*#__PURE__*/_react.default.createElement(_fullscreenEnter.default, {
|
|
340
340
|
color: "currentColor",
|
|
341
341
|
label: formatMessage(_messages.messages.enable_fullscreen)
|
|
342
342
|
});
|
|
@@ -395,11 +395,11 @@ var _MediaPlayerBase = /*#__PURE__*/function (_Component) {
|
|
|
395
395
|
});
|
|
396
396
|
(0, _defineProperty2.default)(_this, "renderPlayPauseButton", function () {
|
|
397
397
|
var formatMessage = _this.props.intl.formatMessage;
|
|
398
|
-
var toggleButtonIcon = _this.isPlaying ? /*#__PURE__*/_react.default.createElement(
|
|
398
|
+
var toggleButtonIcon = _this.isPlaying ? /*#__PURE__*/_react.default.createElement(_videoPause.default, {
|
|
399
399
|
spacing: "spacious",
|
|
400
400
|
color: "currentColor",
|
|
401
401
|
label: formatMessage(_messages.messages.pause)
|
|
402
|
-
}) : /*#__PURE__*/_react.default.createElement(
|
|
402
|
+
}) : /*#__PURE__*/_react.default.createElement(_videoPlay.default, {
|
|
403
403
|
spacing: "spacious",
|
|
404
404
|
color: "currentColor",
|
|
405
405
|
label: formatMessage(_messages.messages.play)
|
|
@@ -3,7 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { R500 } from '@atlaskit/theme/colors';
|
|
6
|
-
import WarningIcon from '@atlaskit/icon/core/
|
|
6
|
+
import WarningIcon from '@atlaskit/icon/core/status-warning';
|
|
7
7
|
import { Frame } from '../Frame';
|
|
8
8
|
import { IconAndTitleLayout } from '../IconAndTitleLayout';
|
|
9
9
|
import { AKIconWrapper } from '../Icon';
|
|
@@ -7,11 +7,11 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
7
7
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { Component } from 'react';
|
|
10
|
-
import PlayIcon from '@atlaskit/icon/core/
|
|
11
|
-
import PauseIcon from '@atlaskit/icon/core/
|
|
12
|
-
import FullScreenIconOn from '@atlaskit/icon/core/
|
|
13
|
-
import FullScreenIconOff from '@atlaskit/icon/core/
|
|
14
|
-
import SoundIcon from '@atlaskit/icon/core/
|
|
10
|
+
import PlayIcon from '@atlaskit/icon/core/video-play';
|
|
11
|
+
import PauseIcon from '@atlaskit/icon/core/video-pause';
|
|
12
|
+
import FullScreenIconOn from '@atlaskit/icon/core/fullscreen-enter';
|
|
13
|
+
import FullScreenIconOff from '@atlaskit/icon/core/shrink-diagonal';
|
|
14
|
+
import SoundIcon from '@atlaskit/icon/core/volume-high';
|
|
15
15
|
import VideoHdIcon from '@atlaskit/icon-lab/core/video-hd';
|
|
16
16
|
import VideoHdFilledIcon from '@atlaskit/icon-lab/core/video-hd-filled';
|
|
17
17
|
import DownloadIcon from '@atlaskit/icon/core/migration/download';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { AutoDismissFlag, FlagGroup } from '@atlaskit/flag';
|
|
3
|
-
import SuccessIcon from '@atlaskit/icon/core/
|
|
4
|
-
import ErrorIcon from '@atlaskit/icon/core/
|
|
3
|
+
import SuccessIcon from '@atlaskit/icon/core/status-success';
|
|
4
|
+
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
5
5
|
import { injectIntl } from 'react-intl-next';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
function ApiFeedback({
|
|
@@ -7,11 +7,11 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
7
7
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { Component } from 'react';
|
|
10
|
-
import PlayIcon from '@atlaskit/icon/core/
|
|
11
|
-
import PauseIcon from '@atlaskit/icon/core/
|
|
12
|
-
import FullScreenIconOn from '@atlaskit/icon/core/
|
|
13
|
-
import FullScreenIconOff from '@atlaskit/icon/core/
|
|
14
|
-
import SoundIcon from '@atlaskit/icon/core/
|
|
10
|
+
import PlayIcon from '@atlaskit/icon/core/video-play';
|
|
11
|
+
import PauseIcon from '@atlaskit/icon/core/video-pause';
|
|
12
|
+
import FullScreenIconOn from '@atlaskit/icon/core/fullscreen-enter';
|
|
13
|
+
import FullScreenIconOff from '@atlaskit/icon/core/shrink-diagonal';
|
|
14
|
+
import SoundIcon from '@atlaskit/icon/core/volume-high';
|
|
15
15
|
import VideoHdIcon from '@atlaskit/icon-lab/core/video-hd';
|
|
16
16
|
import VideoHdFilledIcon from '@atlaskit/icon-lab/core/video-hd-filled';
|
|
17
17
|
import DownloadIcon from '@atlaskit/icon/core/migration/download';
|
|
@@ -10,7 +10,7 @@ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstruct
|
|
|
10
10
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { R500 } from '@atlaskit/theme/colors';
|
|
13
|
-
import WarningIcon from '@atlaskit/icon/core/
|
|
13
|
+
import WarningIcon from '@atlaskit/icon/core/status-warning';
|
|
14
14
|
import { Frame } from '../Frame';
|
|
15
15
|
import { IconAndTitleLayout } from '../IconAndTitleLayout';
|
|
16
16
|
import { AKIconWrapper } from '../Icon';
|
|
@@ -16,11 +16,11 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
16
16
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
17
17
|
import React from 'react';
|
|
18
18
|
import { Component } from 'react';
|
|
19
|
-
import PlayIcon from '@atlaskit/icon/core/
|
|
20
|
-
import PauseIcon from '@atlaskit/icon/core/
|
|
21
|
-
import FullScreenIconOn from '@atlaskit/icon/core/
|
|
22
|
-
import FullScreenIconOff from '@atlaskit/icon/core/
|
|
23
|
-
import SoundIcon from '@atlaskit/icon/core/
|
|
19
|
+
import PlayIcon from '@atlaskit/icon/core/video-play';
|
|
20
|
+
import PauseIcon from '@atlaskit/icon/core/video-pause';
|
|
21
|
+
import FullScreenIconOn from '@atlaskit/icon/core/fullscreen-enter';
|
|
22
|
+
import FullScreenIconOff from '@atlaskit/icon/core/shrink-diagonal';
|
|
23
|
+
import SoundIcon from '@atlaskit/icon/core/volume-high';
|
|
24
24
|
import VideoHdIcon from '@atlaskit/icon-lab/core/video-hd';
|
|
25
25
|
import VideoHdFilledIcon from '@atlaskit/icon-lab/core/video-hd-filled';
|
|
26
26
|
import DownloadIcon from '@atlaskit/icon/core/migration/download';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { AutoDismissFlag, FlagGroup } from '@atlaskit/flag';
|
|
3
|
-
import SuccessIcon from '@atlaskit/icon/core/
|
|
4
|
-
import ErrorIcon from '@atlaskit/icon/core/
|
|
3
|
+
import SuccessIcon from '@atlaskit/icon/core/status-success';
|
|
4
|
+
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
5
5
|
import { injectIntl } from 'react-intl-next';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
function ApiFeedback(_ref) {
|
|
@@ -16,11 +16,11 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
16
16
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
17
17
|
import React from 'react';
|
|
18
18
|
import { Component } from 'react';
|
|
19
|
-
import PlayIcon from '@atlaskit/icon/core/
|
|
20
|
-
import PauseIcon from '@atlaskit/icon/core/
|
|
21
|
-
import FullScreenIconOn from '@atlaskit/icon/core/
|
|
22
|
-
import FullScreenIconOff from '@atlaskit/icon/core/
|
|
23
|
-
import SoundIcon from '@atlaskit/icon/core/
|
|
19
|
+
import PlayIcon from '@atlaskit/icon/core/video-play';
|
|
20
|
+
import PauseIcon from '@atlaskit/icon/core/video-pause';
|
|
21
|
+
import FullScreenIconOn from '@atlaskit/icon/core/fullscreen-enter';
|
|
22
|
+
import FullScreenIconOff from '@atlaskit/icon/core/shrink-diagonal';
|
|
23
|
+
import SoundIcon from '@atlaskit/icon/core/volume-high';
|
|
24
24
|
import VideoHdIcon from '@atlaskit/icon-lab/core/video-hd';
|
|
25
25
|
import VideoHdFilledIcon from '@atlaskit/icon-lab/core/video-hd-filled';
|
|
26
26
|
import DownloadIcon from '@atlaskit/icon/core/migration/download';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "28.7.
|
|
3
|
+
"version": "28.7.21",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/afm-i18n-platform-media-media-ui": "2.7.0",
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
|
-
"@atlaskit/button": "^23.
|
|
28
|
+
"@atlaskit/button": "^23.9.0",
|
|
29
29
|
"@atlaskit/code": "^17.4.0",
|
|
30
|
-
"@atlaskit/css": "^0.
|
|
30
|
+
"@atlaskit/css": "^0.19.0",
|
|
31
31
|
"@atlaskit/flag": "^17.7.0",
|
|
32
|
-
"@atlaskit/form": "^15.
|
|
33
|
-
"@atlaskit/icon": "^29.
|
|
32
|
+
"@atlaskit/form": "^15.1.0",
|
|
33
|
+
"@atlaskit/icon": "^29.3.0",
|
|
34
34
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
35
|
-
"@atlaskit/icon-lab": "^5.
|
|
35
|
+
"@atlaskit/icon-lab": "^5.13.0",
|
|
36
36
|
"@atlaskit/locale": "^3.0.0",
|
|
37
37
|
"@atlaskit/media-client": "^35.7.0",
|
|
38
38
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"@atlaskit/media-state": "^1.8.0",
|
|
41
41
|
"@atlaskit/modal-dialog": "^14.9.0",
|
|
42
42
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
43
|
-
"@atlaskit/primitives": "^
|
|
43
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
44
44
|
"@atlaskit/range": "^9.3.0",
|
|
45
45
|
"@atlaskit/react-ufo": "^4.16.0",
|
|
46
46
|
"@atlaskit/select": "^21.6.0",
|
|
47
47
|
"@atlaskit/spinner": "^19.0.0",
|
|
48
48
|
"@atlaskit/theme": "^21.0.0",
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
49
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
50
50
|
"@atlaskit/tooltip": "^20.11.0",
|
|
51
51
|
"@atlaskit/width-detector": "^5.0.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|