@atlaskit/media-ui 28.7.42 → 29.1.0
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 +30 -0
- package/ErroredView/package.json +17 -0
- package/LoadedView/package.json +17 -0
- package/LoadingView/package.json +17 -0
- package/MediaButton/package.json +17 -0
- package/camera/package.json +17 -0
- package/customMediaPlayer/package.json +17 -0
- package/dist/cjs/MediaInlineCard/LoadingView/index.js +4 -2
- package/dist/cjs/abuseModal/abuseModal.js +2 -2
- package/dist/cjs/customMediaPlayer/index.js +3 -3
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/artifactUploader/captionsUploaderBrowser.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/captionDeleteConfirmationModal.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/captionsAdminControls.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/captionsSelectControls.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayerBase.js +2 -2
- package/dist/cjs/customMediaPlayer/mediaPlayer/useTextTracks.js +2 -2
- package/dist/cjs/customMediaPlayer/playbackSpeedControls.js +3 -3
- package/dist/cjs/customMediaPlayer/timeRange.js +2 -2
- package/dist/cjs/messages.js +36 -46
- package/dist/cjs/test-helpers/mountWithIntlContext.js +4 -4
- package/dist/cjs/test-helpers/renderWithIntl.js +2 -2
- package/dist/es2019/MediaInlineCard/LoadingView/index.js +4 -2
- package/dist/es2019/abuseModal/abuseModal.js +1 -1
- package/dist/es2019/customMediaPlayer/index.js +2 -2
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/artifactUploader/captionsUploaderBrowser.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/captionDeleteConfirmationModal.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/captionsAdminControls.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/captionsSelectControls.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayerBase.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/useTextTracks.js +1 -1
- package/dist/es2019/customMediaPlayer/playbackSpeedControls.js +1 -1
- package/dist/es2019/customMediaPlayer/timeRange.js +1 -1
- package/dist/es2019/messages.js +35 -45
- package/dist/es2019/test-helpers/mountWithIntlContext.js +1 -1
- package/dist/es2019/test-helpers/renderWithIntl.js +1 -1
- package/dist/esm/MediaInlineCard/LoadingView/index.js +4 -2
- package/dist/esm/abuseModal/abuseModal.js +1 -1
- package/dist/esm/customMediaPlayer/index.js +2 -2
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/artifactUploader/captionsUploaderBrowser.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/captionDeleteConfirmationModal.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/captionsAdminControls.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/captionsSelectControls.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayerBase.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/useTextTracks.js +1 -1
- package/dist/esm/customMediaPlayer/playbackSpeedControls.js +1 -1
- package/dist/esm/customMediaPlayer/timeRange.js +1 -1
- package/dist/esm/messages.js +35 -45
- package/dist/esm/test-helpers/mountWithIntlContext.js +1 -1
- package/dist/esm/test-helpers/renderWithIntl.js +1 -1
- package/dist/types/abuseModal/abuseModal.d.ts +1 -1
- package/dist/types/customMediaPlayer/index-compiled.d.ts +1 -1
- package/dist/types/customMediaPlayer/index.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/captions/apiFeedback.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/captions/artifactUploader/captionsUploaderBrowser.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/captions/captionDeleteConfirmationModal.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/captionsAdminControls.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/captionsSelectControls.d.ts +1 -1
- package/dist/types/customMediaPlayer/mediaPlayer/mediaPlayerBase.d.ts +2 -2
- package/dist/types/customMediaPlayer/playbackSpeedControls.d.ts +1 -1
- package/dist/types/customMediaPlayer/timeRange.d.ts +1 -1
- package/dist/types/messages.d.ts +2 -2
- package/dist/types/test-helpers/mountWithIntlContext.d.ts +1 -1
- package/dist/types-ts4.5/abuseModal/abuseModal.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/index-compiled.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/index.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captions/apiFeedback.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captions/artifactUploader/captionsUploaderBrowser.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captions/captionDeleteConfirmationModal.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captionsAdminControls.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captionsSelectControls.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/mediaPlayerBase.d.ts +2 -2
- package/dist/types-ts4.5/customMediaPlayer/playbackSpeedControls.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/timeRange.d.ts +1 -1
- package/dist/types-ts4.5/messages.d.ts +2 -2
- package/dist/types-ts4.5/test-helpers/mountWithIntlContext.d.ts +1 -1
- package/ellipsify/compiled/package.json +17 -0
- package/ellipsify/package.json +17 -0
- package/formatDuration/package.json +17 -0
- package/humanReadableSize/package.json +17 -0
- package/imageMetaData/package.json +17 -0
- package/imageMetaData/types/package.json +17 -0
- package/imageOrientationUtil/package.json +17 -0
- package/inactivityDetector/package.json +17 -0
- package/intersectionObserver/package.json +17 -0
- package/media-type-icon/compiled/package.json +17 -0
- package/mediaImage/package.json +17 -0
- package/mediaPlayer/package.json +17 -0
- package/mediaPlayer/types/package.json +17 -0
- package/mixins/package.json +17 -0
- package/package.json +15 -15
- package/report.api.md +2 -2
- package/shortcut/package.json +17 -0
- package/timeRange/package.json +17 -0
- package/truncateText/compiled/package.json +17 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/ellipsify",
|
|
3
|
+
"main": "../dist/cjs/ellipsify.js",
|
|
4
|
+
"module": "../dist/esm/ellipsify.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/ellipsify.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/ellipsify.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/ellipsify.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/formatDuration",
|
|
3
|
+
"main": "../dist/cjs/formatDuration.js",
|
|
4
|
+
"module": "../dist/esm/formatDuration.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/formatDuration.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/formatDuration.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/formatDuration.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/humanReadableSize",
|
|
3
|
+
"main": "../dist/cjs/humanReadableSize.js",
|
|
4
|
+
"module": "../dist/esm/humanReadableSize.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/humanReadableSize.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/humanReadableSize.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/humanReadableSize.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/imageMetaData",
|
|
3
|
+
"main": "../dist/cjs/imageMetaData/index.js",
|
|
4
|
+
"module": "../dist/esm/imageMetaData/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/imageMetaData/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/imageMetaData/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/imageMetaData/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/imageMetaData/types",
|
|
3
|
+
"main": "../../dist/cjs/imageMetaData/types.js",
|
|
4
|
+
"module": "../../dist/esm/imageMetaData/types.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/imageMetaData/types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/imageMetaData/types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/imageMetaData/types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/imageOrientationUtil",
|
|
3
|
+
"main": "../dist/cjs/imageMetaData/imageOrientationUtil.js",
|
|
4
|
+
"module": "../dist/esm/imageMetaData/imageOrientationUtil.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/imageMetaData/imageOrientationUtil.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/imageMetaData/imageOrientationUtil.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/imageMetaData/imageOrientationUtil.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/inactivityDetector",
|
|
3
|
+
"main": "../dist/cjs/inactivityDetector/inactivityDetector.js",
|
|
4
|
+
"module": "../dist/esm/inactivityDetector/inactivityDetector.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/inactivityDetector/inactivityDetector.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/inactivityDetector/inactivityDetector.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/inactivityDetector/inactivityDetector.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/intersectionObserver",
|
|
3
|
+
"main": "../dist/cjs/intersectionObserver.js",
|
|
4
|
+
"module": "../dist/esm/intersectionObserver.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/intersectionObserver.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/intersectionObserver.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/intersectionObserver.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/media-type-icon/compiled",
|
|
3
|
+
"main": "../../dist/cjs/media-type-icon-compiled.js",
|
|
4
|
+
"module": "../../dist/esm/media-type-icon-compiled.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/media-type-icon-compiled.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/media-type-icon-compiled.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/media-type-icon-compiled.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/mediaImage",
|
|
3
|
+
"main": "../dist/cjs/mediaImage/index.js",
|
|
4
|
+
"module": "../dist/esm/mediaImage/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/mediaImage/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/mediaImage/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/mediaImage/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/mediaPlayer",
|
|
3
|
+
"main": "../dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayer.js",
|
|
4
|
+
"module": "../dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/customMediaPlayer/mediaPlayer/mediaPlayer.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/customMediaPlayer/mediaPlayer/mediaPlayer.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/mediaPlayer/types",
|
|
3
|
+
"main": "../../dist/cjs/customMediaPlayer/mediaPlayer/types.js",
|
|
4
|
+
"module": "../../dist/esm/customMediaPlayer/mediaPlayer/types.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/customMediaPlayer/mediaPlayer/types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/customMediaPlayer/mediaPlayer/types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/customMediaPlayer/mediaPlayer/types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/mixins",
|
|
3
|
+
"main": "../dist/cjs/mixins.js",
|
|
4
|
+
"module": "../dist/esm/mixins.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/mixins.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/mixins.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/mixins.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.1.0",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,26 +28,26 @@
|
|
|
28
28
|
"@atlaskit/button": "^23.11.0",
|
|
29
29
|
"@atlaskit/code": "^17.4.0",
|
|
30
30
|
"@atlaskit/css": "^0.19.0",
|
|
31
|
-
"@atlaskit/flag": "^17.
|
|
31
|
+
"@atlaskit/flag": "^17.10.0",
|
|
32
32
|
"@atlaskit/form": "^15.5.0",
|
|
33
|
-
"@atlaskit/icon": "^34.
|
|
33
|
+
"@atlaskit/icon": "^34.3.0",
|
|
34
34
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
35
|
-
"@atlaskit/locale": "^4.
|
|
35
|
+
"@atlaskit/locale": "^4.1.0",
|
|
36
36
|
"@atlaskit/media-client": "^36.0.0",
|
|
37
|
-
"@atlaskit/media-client-react": "^5.
|
|
38
|
-
"@atlaskit/media-common": "^13.
|
|
39
|
-
"@atlaskit/media-state": "^2.
|
|
40
|
-
"@atlaskit/modal-dialog": "^14.
|
|
37
|
+
"@atlaskit/media-client-react": "^5.1.0",
|
|
38
|
+
"@atlaskit/media-common": "^13.1.0",
|
|
39
|
+
"@atlaskit/media-state": "^2.1.0",
|
|
40
|
+
"@atlaskit/modal-dialog": "^14.18.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
42
|
"@atlaskit/primitives": "^19.0.0",
|
|
43
43
|
"@atlaskit/range": "^10.0.0",
|
|
44
|
-
"@atlaskit/react-ufo": "^5.
|
|
44
|
+
"@atlaskit/react-ufo": "^5.16.0",
|
|
45
45
|
"@atlaskit/select": "^21.10.0",
|
|
46
46
|
"@atlaskit/spinner": "^19.1.0",
|
|
47
|
-
"@atlaskit/theme": "^23.
|
|
47
|
+
"@atlaskit/theme": "^23.2.0",
|
|
48
48
|
"@atlaskit/tokens": "^13.0.0",
|
|
49
|
-
"@atlaskit/tooltip": "^21.
|
|
50
|
-
"@atlaskit/width-detector": "^5.
|
|
49
|
+
"@atlaskit/tooltip": "^21.2.0",
|
|
50
|
+
"@atlaskit/width-detector": "^5.1.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@compiled/react": "^0.20.0",
|
|
53
53
|
"@emotion/styled": "^11.0.0",
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"react": "^18.2.0",
|
|
63
63
|
"react-dom": "^18.2.0",
|
|
64
|
-
"react-intl
|
|
64
|
+
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@af/visual-regression": "workspace:^",
|
|
68
68
|
"@atlaskit/analytics-listeners": "^10.0.0",
|
|
69
|
-
"@atlaskit/media-test-data": "^3.
|
|
69
|
+
"@atlaskit/media-test-data": "^3.3.0",
|
|
70
70
|
"@atlaskit/ssr": "workspace:^",
|
|
71
71
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
72
72
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"jsverify": "^0.8.3",
|
|
83
83
|
"react": "^18.2.0",
|
|
84
84
|
"react-dom": "^18.2.0",
|
|
85
|
-
"react-intl
|
|
85
|
+
"react-intl": "^6.6.2",
|
|
86
86
|
"wait-for-expect": "^1.2.0"
|
|
87
87
|
},
|
|
88
88
|
"platform-feature-flags": {
|
package/report.api.md
CHANGED
|
@@ -23,7 +23,7 @@ import { Component } from 'react';
|
|
|
23
23
|
import { CustomThemeButtonProps } from '@atlaskit/button/types';
|
|
24
24
|
import { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
25
25
|
import { MediaType } from '@atlaskit/media-common';
|
|
26
|
-
import { MessageDescriptor } from 'react-intl
|
|
26
|
+
import { MessageDescriptor } from 'react-intl';
|
|
27
27
|
import { NumericalCardDimensions } from '@atlaskit/media-common';
|
|
28
28
|
import { default as React_2 } from 'react';
|
|
29
29
|
import { ReactElement } from 'react';
|
|
@@ -861,7 +861,7 @@ export interface WithShowControlMethodProp {
|
|
|
861
861
|
{
|
|
862
862
|
"react": "^16.8.0",
|
|
863
863
|
"react-dom": "^16.8.0",
|
|
864
|
-
"react-intl
|
|
864
|
+
"react-intl": "npm:react-intl@^5.18.1"
|
|
865
865
|
}
|
|
866
866
|
```
|
|
867
867
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/shortcut",
|
|
3
|
+
"main": "../dist/cjs/shortcut.js",
|
|
4
|
+
"module": "../dist/esm/shortcut.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/shortcut.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/shortcut.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/shortcut.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/timeRange",
|
|
3
|
+
"main": "../dist/cjs/customMediaPlayer/timeRange.js",
|
|
4
|
+
"module": "../dist/esm/customMediaPlayer/timeRange.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/customMediaPlayer/timeRange.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/customMediaPlayer/timeRange.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/customMediaPlayer/timeRange.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/media-ui/truncateText/compiled",
|
|
3
|
+
"main": "../../dist/cjs/truncateText-compiled.js",
|
|
4
|
+
"module": "../../dist/esm/truncateText-compiled.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/truncateText-compiled.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/truncateText-compiled.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/truncateText-compiled.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|