@atlaskit/media-ui 25.15.1 → 25.15.3
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 +15 -0
- package/dist/cjs/customMediaPlayer/index.js +1 -1
- package/dist/cjs/messages.js +2 -2
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/messages.js +2 -2
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/messages.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 25.15.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 25.15.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#144896](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144896)
|
|
14
|
+
[`8c10a30335655`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c10a30335655) -
|
|
15
|
+
Updated intl ids for alt text helper and label
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 25.15.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -53,7 +53,7 @@ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function
|
|
|
53
53
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep media player components used in media-viewer to use static colors from the new color palette to
|
|
54
54
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
55
55
|
var packageName = "@atlaskit/media-ui";
|
|
56
|
-
var packageVersion = "25.15.
|
|
56
|
+
var packageVersion = "25.15.3";
|
|
57
57
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
58
58
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
59
59
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/cjs/messages.js
CHANGED
|
@@ -262,12 +262,12 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
262
262
|
description: 'Indicates that the user can drag and drop images in that area'
|
|
263
263
|
},
|
|
264
264
|
alt_text: {
|
|
265
|
-
id: 'fabric.media.
|
|
265
|
+
id: 'fabric.media.alt_text_label',
|
|
266
266
|
defaultMessage: 'Alt text',
|
|
267
267
|
description: 'Shown above the alt text field'
|
|
268
268
|
},
|
|
269
269
|
alt_text_description: {
|
|
270
|
-
id: 'fabric.media.
|
|
270
|
+
id: 'fabric.media.alt_text_helper_message',
|
|
271
271
|
defaultMessage: 'How would you describe the selected image to someone with low vision?',
|
|
272
272
|
description: 'Shown below the alt text field'
|
|
273
273
|
},
|
|
@@ -36,7 +36,7 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
36
36
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
37
37
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
38
38
|
const packageName = "@atlaskit/media-ui";
|
|
39
|
-
const packageVersion = "25.15.
|
|
39
|
+
const packageVersion = "25.15.3";
|
|
40
40
|
const MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
41
41
|
const SMALL_VIDEO_MAX_WIDTH = 160;
|
|
42
42
|
const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/es2019/messages.js
CHANGED
|
@@ -256,12 +256,12 @@ export const messages = defineMessages({
|
|
|
256
256
|
description: 'Indicates that the user can drag and drop images in that area'
|
|
257
257
|
},
|
|
258
258
|
alt_text: {
|
|
259
|
-
id: 'fabric.media.
|
|
259
|
+
id: 'fabric.media.alt_text_label',
|
|
260
260
|
defaultMessage: 'Alt text',
|
|
261
261
|
description: 'Shown above the alt text field'
|
|
262
262
|
},
|
|
263
263
|
alt_text_description: {
|
|
264
|
-
id: 'fabric.media.
|
|
264
|
+
id: 'fabric.media.alt_text_helper_message',
|
|
265
265
|
defaultMessage: 'How would you describe the selected image to someone with low vision?',
|
|
266
266
|
description: 'Shown below the alt text field'
|
|
267
267
|
},
|
|
@@ -46,7 +46,7 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
46
46
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
47
47
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
48
48
|
var packageName = "@atlaskit/media-ui";
|
|
49
|
-
var packageVersion = "25.15.
|
|
49
|
+
var packageVersion = "25.15.3";
|
|
50
50
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
51
51
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
52
52
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
package/dist/esm/messages.js
CHANGED
|
@@ -256,12 +256,12 @@ export var messages = defineMessages({
|
|
|
256
256
|
description: 'Indicates that the user can drag and drop images in that area'
|
|
257
257
|
},
|
|
258
258
|
alt_text: {
|
|
259
|
-
id: 'fabric.media.
|
|
259
|
+
id: 'fabric.media.alt_text_label',
|
|
260
260
|
defaultMessage: 'Alt text',
|
|
261
261
|
description: 'Shown above the alt text field'
|
|
262
262
|
},
|
|
263
263
|
alt_text_description: {
|
|
264
|
-
id: 'fabric.media.
|
|
264
|
+
id: 'fabric.media.alt_text_helper_message',
|
|
265
265
|
defaultMessage: 'How would you describe the selected image to someone with low vision?',
|
|
266
266
|
description: 'Shown below the alt text field'
|
|
267
267
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "25.15.
|
|
3
|
+
"version": "25.15.3",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
26
26
|
"@atlaskit/button": "^20.2.0",
|
|
27
27
|
"@atlaskit/code": "^15.6.0",
|
|
28
|
-
"@atlaskit/icon": "^22.
|
|
28
|
+
"@atlaskit/icon": "^22.20.0",
|
|
29
29
|
"@atlaskit/icon-file-type": "^6.5.0",
|
|
30
30
|
"@atlaskit/locale": "^2.8.0",
|
|
31
31
|
"@atlaskit/media-common": "^11.5.0",
|
|
32
32
|
"@atlaskit/primitives": "^12.2.0",
|
|
33
33
|
"@atlaskit/range": "^7.4.0",
|
|
34
|
-
"@atlaskit/select": "^
|
|
34
|
+
"@atlaskit/select": "^18.0.0",
|
|
35
35
|
"@atlaskit/spinner": "^16.3.0",
|
|
36
36
|
"@atlaskit/theme": "^13.0.0",
|
|
37
37
|
"@atlaskit/tokens": "^2.0.0",
|
|
38
|
-
"@atlaskit/tooltip": "^18.
|
|
38
|
+
"@atlaskit/tooltip": "^18.8.0",
|
|
39
39
|
"@atlaskit/width-detector": "^4.3.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@emotion/styled": "^11.0.0",
|