@atlaskit/media-ui 22.1.2 → 22.2.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 +27 -0
- package/browser/package.json +8 -1
- package/classNames/package.json +8 -1
- package/codeViewer/package.json +8 -1
- package/dist/cjs/MediaButton.js +23 -15
- package/dist/cjs/MediaInlineCard/ErroredView/index.js +3 -1
- package/dist/cjs/MediaInlineCard/Frame/styled.js +7 -10
- package/dist/cjs/MediaInlineCard/IconAndTitleLayout/index.js +5 -1
- package/dist/cjs/MediaInlineCard/styled.js +3 -6
- package/dist/cjs/customMediaPlayer/index.js +2 -2
- package/dist/cjs/customMediaPlayer/playbackSpeedControls.js +14 -4
- package/dist/cjs/customMediaPlayer/styled.js +7 -7
- package/dist/cjs/errorIcon.js +1 -0
- package/dist/cjs/mime-type-icon.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/MediaButton.js +27 -14
- package/dist/es2019/MediaInlineCard/ErroredView/index.js +2 -1
- package/dist/es2019/MediaInlineCard/Frame/styled.js +7 -10
- package/dist/es2019/MediaInlineCard/IconAndTitleLayout/index.js +3 -1
- package/dist/es2019/MediaInlineCard/styled.js +2 -5
- package/dist/es2019/customMediaPlayer/index.js +7 -3
- package/dist/es2019/customMediaPlayer/playbackSpeedControls.js +17 -5
- package/dist/es2019/customMediaPlayer/styled.js +9 -8
- package/dist/es2019/errorIcon.js +1 -0
- package/dist/es2019/mime-type-icon.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/MediaButton.js +26 -14
- package/dist/esm/MediaInlineCard/ErroredView/index.js +2 -1
- package/dist/esm/MediaInlineCard/Frame/styled.js +7 -10
- package/dist/esm/MediaInlineCard/IconAndTitleLayout/index.js +3 -1
- package/dist/esm/MediaInlineCard/styled.js +2 -5
- package/dist/esm/customMediaPlayer/index.js +6 -3
- package/dist/esm/customMediaPlayer/playbackSpeedControls.js +18 -5
- package/dist/esm/customMediaPlayer/styled.js +9 -8
- package/dist/esm/errorIcon.js +1 -0
- package/dist/esm/mime-type-icon.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/MediaInlineCard/styled.d.ts +1 -3
- package/dist/types/media-type-icon.d.ts +1 -0
- package/errorIcon/package.json +8 -1
- package/example-helpers/styled.ts +5 -3
- package/formatDate/package.json +8 -1
- package/locales/package.json +8 -1
- package/media-type-icon/package.json +8 -1
- package/messages/package.json +8 -1
- package/mime-type-icon/package.json +8 -1
- package/modalSpinner/package.json +8 -1
- package/package.json +20 -16
- package/report.api.md +504 -323
- package/truncateText/package.json +8 -1
- package/types/package.json +8 -1
- package/util/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.2.0",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,16 +40,17 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
43
|
-
"@atlaskit/button": "^16.
|
|
44
|
-
"@atlaskit/code": "^14.
|
|
45
|
-
"@atlaskit/icon": "^21.
|
|
43
|
+
"@atlaskit/button": "^16.5.0",
|
|
44
|
+
"@atlaskit/code": "^14.4.0",
|
|
45
|
+
"@atlaskit/icon": "^21.11.0",
|
|
46
46
|
"@atlaskit/icon-file-type": "^6.3.0",
|
|
47
47
|
"@atlaskit/locale": "^2.3.0",
|
|
48
|
-
"@atlaskit/media-common": "^2.
|
|
49
|
-
"@atlaskit/select": "^
|
|
50
|
-
"@atlaskit/spinner": "^15.
|
|
51
|
-
"@atlaskit/theme": "^12.
|
|
52
|
-
"@atlaskit/
|
|
48
|
+
"@atlaskit/media-common": "^2.17.0",
|
|
49
|
+
"@atlaskit/select": "^16.0.0",
|
|
50
|
+
"@atlaskit/spinner": "^15.3.0",
|
|
51
|
+
"@atlaskit/theme": "^12.2.0",
|
|
52
|
+
"@atlaskit/tokens": "^0.11.1",
|
|
53
|
+
"@atlaskit/tooltip": "^17.6.0",
|
|
53
54
|
"@atlaskit/width-detector": "^4.0.0",
|
|
54
55
|
"@babel/runtime": "^7.0.0",
|
|
55
56
|
"@emotion/core": "^10.0.9",
|
|
@@ -68,17 +69,17 @@
|
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
71
|
"@atlaskit/analytics-listeners": "^8.3.0",
|
|
71
|
-
"@atlaskit/button": "^16.
|
|
72
|
-
"@atlaskit/checkbox": "^12.
|
|
72
|
+
"@atlaskit/button": "^16.5.0",
|
|
73
|
+
"@atlaskit/checkbox": "^12.4.0",
|
|
73
74
|
"@atlaskit/docs": "*",
|
|
74
|
-
"@atlaskit/lozenge": "^11.
|
|
75
|
+
"@atlaskit/lozenge": "^11.3.0",
|
|
75
76
|
"@atlaskit/media-test-helpers": "^30.0.0",
|
|
76
|
-
"@atlaskit/page": "^12.
|
|
77
|
+
"@atlaskit/page": "^12.2.0",
|
|
77
78
|
"@atlaskit/ssr": "*",
|
|
78
79
|
"@atlaskit/visual-regression": "*",
|
|
79
80
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
80
|
-
"@testing-library/jest-dom": "^
|
|
81
|
-
"@testing-library/react": "^
|
|
81
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
82
|
+
"@testing-library/react": "^12.1.5",
|
|
82
83
|
"@types/bytes": "^2.4.33",
|
|
83
84
|
"@types/enzyme": "^3.1.15",
|
|
84
85
|
"enzyme": "^3.10.0",
|
|
@@ -88,7 +89,7 @@
|
|
|
88
89
|
"react": "^16.8.0",
|
|
89
90
|
"react-dom": "^16.8.0",
|
|
90
91
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
91
|
-
"typescript": "4.
|
|
92
|
+
"typescript": "4.5.5",
|
|
92
93
|
"wait-for-expect": "^1.2.0"
|
|
93
94
|
},
|
|
94
95
|
"techstack": {
|
|
@@ -96,6 +97,9 @@
|
|
|
96
97
|
"circular-dependencies": [
|
|
97
98
|
"file-level"
|
|
98
99
|
]
|
|
100
|
+
},
|
|
101
|
+
"@repo/internal": {
|
|
102
|
+
"theming": "tokens"
|
|
99
103
|
}
|
|
100
104
|
},
|
|
101
105
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|