@atlaskit/media-test-helpers 34.5.7 → 34.6.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 +11 -0
- package/dist/cjs/exampleMediaItems.js +11 -1
- package/dist/cjs/index.js +12 -0
- package/dist/es2019/exampleMediaItems.js +10 -0
- package/dist/es2019/index.js +1 -1
- package/dist/esm/exampleMediaItems.js +10 -0
- package/dist/esm/index.js +1 -1
- package/dist/types/exampleMediaItems.d.ts +2 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/exampleMediaItems.d.ts +2 -0
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/media-test-helpers
|
|
2
2
|
|
|
3
|
+
## 34.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6099ac032dd30`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6099ac032dd30) -
|
|
8
|
+
Added viewerOptions to override file preview renderer in media components
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 34.5.7
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.zipJiraArchiveFileId = exports.zipItemMultipleFoldersAtRootId = exports.zipItemLargeInnerFileId = exports.zipFileWithNestedFolderId = exports.zipFileId = exports.zipEncryptedFileId = exports.wideImageFileId = exports.vrVideoDetails = exports.videoSquareFileId = exports.videoProcessingFailedId = exports.videoLargeFileId = exports.videoHorizontalFileId = exports.videoFileId = exports.videoFileDetails = exports.verticalImageFileId = exports.unknownFileId = exports.unknownFileDetails = exports.smallImageFileId = exports.passwordProtectedPdfFileId = exports.noMetadataFileId = exports.largePdfFileId = exports.largeImageFileId = exports.imageFileId = exports.imageFileDetails = exports.gifFileId = exports.genericFileId = exports.genericFileDetails = exports.genericDataURI = exports.externalSmallImageIdentifier = exports.externalImageIdentifier = exports.externaBrokenlIdentifier = exports.errorFileId = exports.emptyImageFileId = exports.emailUnsupportedFileId = exports.emailFileId = exports.docFileId = exports.docFileDetails = exports.codeFileId = exports.bigDocFileId = exports.audioNoCoverFileId = exports.audioFileId = exports.audioFileDetails = exports.atlassianLogoUrl = exports.archiveFileId = exports.animatedFileId = void 0;
|
|
6
|
+
exports.zipJiraArchiveFileId = exports.zipItemMultipleFoldersAtRootId = exports.zipItemLargeInnerFileId = exports.zipFileWithNestedFolderId = exports.zipFileWithHtmlId = exports.zipFileId = exports.zipEncryptedFileId = exports.wideImageFileId = exports.vrVideoDetails = exports.videoSquareFileId = exports.videoProcessingFailedId = exports.videoLargeFileId = exports.videoHorizontalFileId = exports.videoFileId = exports.videoFileDetails = exports.verticalImageFileId = exports.unknownFileId = exports.unknownFileDetails = exports.smallImageFileId = exports.passwordProtectedPdfFileId = exports.noMetadataFileId = exports.largePdfFileId = exports.largeImageFileId = exports.imageFileId = exports.imageFileDetails = exports.htmlFileId = exports.gifFileId = exports.genericFileId = exports.genericFileDetails = exports.genericDataURI = exports.externalSmallImageIdentifier = exports.externalImageIdentifier = exports.externaBrokenlIdentifier = exports.errorFileId = exports.emptyImageFileId = exports.emailUnsupportedFileId = exports.emailFileId = exports.docFileId = exports.docFileDetails = exports.codeFileId = exports.bigDocFileId = exports.audioNoCoverFileId = exports.audioFileId = exports.audioFileDetails = exports.atlassianLogoUrl = exports.archiveFileId = exports.animatedFileId = void 0;
|
|
7
7
|
var _collectionNames = require("./collectionNames");
|
|
8
8
|
var _videoURI = require("./dataURIs/videoURI");
|
|
9
9
|
var _videoPreviewURI = require("./dataURIs/videoPreviewURI");
|
|
@@ -122,6 +122,11 @@ var emailUnsupportedFileId = exports.emailUnsupportedFileId = {
|
|
|
122
122
|
mediaItemType: fileType,
|
|
123
123
|
collectionName: _collectionNames.defaultCollectionName
|
|
124
124
|
};
|
|
125
|
+
var htmlFileId = exports.htmlFileId = {
|
|
126
|
+
id: '34c01a5d-5a23-49d0-9a21-c27c3a9b13de',
|
|
127
|
+
mediaItemType: fileType,
|
|
128
|
+
collectionName: _collectionNames.defaultCollectionName
|
|
129
|
+
};
|
|
125
130
|
var archiveFileId = exports.archiveFileId = {
|
|
126
131
|
id: '1abbae6b-f507-4b4f-b181-21016bf3b7cc',
|
|
127
132
|
mediaItemType: fileType,
|
|
@@ -157,6 +162,11 @@ var zipEncryptedFileId = exports.zipEncryptedFileId = {
|
|
|
157
162
|
mediaItemType: fileType,
|
|
158
163
|
collectionName: _collectionNames.defaultCollectionName
|
|
159
164
|
};
|
|
165
|
+
var zipFileWithHtmlId = exports.zipFileWithHtmlId = {
|
|
166
|
+
id: '5c2397e4-93fd-440d-829f-ba16048f3bd8',
|
|
167
|
+
mediaItemType: fileType,
|
|
168
|
+
collectionName: _collectionNames.defaultCollectionName
|
|
169
|
+
};
|
|
160
170
|
var unknownFileId = exports.unknownFileId = {
|
|
161
171
|
id: 'e0652e68-c596-4800-8a91-1920e6b8a585',
|
|
162
172
|
mediaItemType: fileType,
|
package/dist/cjs/index.js
CHANGED
|
@@ -455,6 +455,12 @@ Object.defineProperty(exports, "gifFileId", {
|
|
|
455
455
|
return _exampleMediaItems.gifFileId;
|
|
456
456
|
}
|
|
457
457
|
});
|
|
458
|
+
Object.defineProperty(exports, "htmlFileId", {
|
|
459
|
+
enumerable: true,
|
|
460
|
+
get: function get() {
|
|
461
|
+
return _exampleMediaItems.htmlFileId;
|
|
462
|
+
}
|
|
463
|
+
});
|
|
458
464
|
Object.defineProperty(exports, "imageFileDetails", {
|
|
459
465
|
enumerable: true,
|
|
460
466
|
get: function get() {
|
|
@@ -827,6 +833,12 @@ Object.defineProperty(exports, "zipFileId", {
|
|
|
827
833
|
return _exampleMediaItems.zipFileId;
|
|
828
834
|
}
|
|
829
835
|
});
|
|
836
|
+
Object.defineProperty(exports, "zipFileWithHtmlId", {
|
|
837
|
+
enumerable: true,
|
|
838
|
+
get: function get() {
|
|
839
|
+
return _exampleMediaItems.zipFileWithHtmlId;
|
|
840
|
+
}
|
|
841
|
+
});
|
|
830
842
|
Object.defineProperty(exports, "zipFileWithNestedFolderId", {
|
|
831
843
|
enumerable: true,
|
|
832
844
|
get: function get() {
|
|
@@ -116,6 +116,11 @@ export const emailUnsupportedFileId = {
|
|
|
116
116
|
mediaItemType: fileType,
|
|
117
117
|
collectionName
|
|
118
118
|
};
|
|
119
|
+
export const htmlFileId = {
|
|
120
|
+
id: '34c01a5d-5a23-49d0-9a21-c27c3a9b13de',
|
|
121
|
+
mediaItemType: fileType,
|
|
122
|
+
collectionName
|
|
123
|
+
};
|
|
119
124
|
export const archiveFileId = {
|
|
120
125
|
id: '1abbae6b-f507-4b4f-b181-21016bf3b7cc',
|
|
121
126
|
mediaItemType: fileType,
|
|
@@ -151,6 +156,11 @@ export const zipEncryptedFileId = {
|
|
|
151
156
|
mediaItemType: fileType,
|
|
152
157
|
collectionName
|
|
153
158
|
};
|
|
159
|
+
export const zipFileWithHtmlId = {
|
|
160
|
+
id: '5c2397e4-93fd-440d-829f-ba16048f3bd8',
|
|
161
|
+
mediaItemType: fileType,
|
|
162
|
+
collectionName
|
|
163
|
+
};
|
|
154
164
|
export const unknownFileId = {
|
|
155
165
|
id: 'e0652e68-c596-4800-8a91-1920e6b8a585',
|
|
156
166
|
mediaItemType: fileType,
|
package/dist/es2019/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { waitUntil } from './waitUntil';
|
|
|
9
9
|
export { flushPromises } from './flushPromises';
|
|
10
10
|
export { Matrix } from './story-styles';
|
|
11
11
|
export { collectionNames, defaultCollectionName, defaultMediaPickerCollectionName, fileCollectionName, onlyAnimatedGifsCollectionName } from './collectionNames';
|
|
12
|
-
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, codeFileId, emailFileId, emailUnsupportedFileId, vrVideoDetails } from './exampleMediaItems';
|
|
12
|
+
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, zipFileWithHtmlId, codeFileId, emailFileId, emailUnsupportedFileId, htmlFileId, vrVideoDetails } from './exampleMediaItems';
|
|
13
13
|
export { createMouseEvent } from './createMouseEvent';
|
|
14
14
|
export { createTouchEvent } from './createTouchEvent';
|
|
15
15
|
export const authProviderBaseURL = 'https://media.dev.atl-paas.net';
|
|
@@ -116,6 +116,11 @@ export var emailUnsupportedFileId = {
|
|
|
116
116
|
mediaItemType: fileType,
|
|
117
117
|
collectionName: collectionName
|
|
118
118
|
};
|
|
119
|
+
export var htmlFileId = {
|
|
120
|
+
id: '34c01a5d-5a23-49d0-9a21-c27c3a9b13de',
|
|
121
|
+
mediaItemType: fileType,
|
|
122
|
+
collectionName: collectionName
|
|
123
|
+
};
|
|
119
124
|
export var archiveFileId = {
|
|
120
125
|
id: '1abbae6b-f507-4b4f-b181-21016bf3b7cc',
|
|
121
126
|
mediaItemType: fileType,
|
|
@@ -151,6 +156,11 @@ export var zipEncryptedFileId = {
|
|
|
151
156
|
mediaItemType: fileType,
|
|
152
157
|
collectionName: collectionName
|
|
153
158
|
};
|
|
159
|
+
export var zipFileWithHtmlId = {
|
|
160
|
+
id: '5c2397e4-93fd-440d-829f-ba16048f3bd8',
|
|
161
|
+
mediaItemType: fileType,
|
|
162
|
+
collectionName: collectionName
|
|
163
|
+
};
|
|
154
164
|
export var unknownFileId = {
|
|
155
165
|
id: 'e0652e68-c596-4800-8a91-1920e6b8a585',
|
|
156
166
|
mediaItemType: fileType,
|
package/dist/esm/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { waitUntil } from './waitUntil';
|
|
|
9
9
|
export { flushPromises } from './flushPromises';
|
|
10
10
|
export { Matrix } from './story-styles';
|
|
11
11
|
export { collectionNames, defaultCollectionName, defaultMediaPickerCollectionName, fileCollectionName, onlyAnimatedGifsCollectionName } from './collectionNames';
|
|
12
|
-
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, codeFileId, emailFileId, emailUnsupportedFileId, vrVideoDetails } from './exampleMediaItems';
|
|
12
|
+
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, zipFileWithHtmlId, codeFileId, emailFileId, emailUnsupportedFileId, htmlFileId, vrVideoDetails } from './exampleMediaItems';
|
|
13
13
|
export { createMouseEvent } from './createMouseEvent';
|
|
14
14
|
export { createTouchEvent } from './createTouchEvent';
|
|
15
15
|
export var authProviderBaseURL = 'https://media.dev.atl-paas.net';
|
|
@@ -20,6 +20,7 @@ export declare const passwordProtectedPdfFileId: FileIdentifier;
|
|
|
20
20
|
export declare const codeFileId: FileIdentifier;
|
|
21
21
|
export declare const emailFileId: FileIdentifier;
|
|
22
22
|
export declare const emailUnsupportedFileId: FileIdentifier;
|
|
23
|
+
export declare const htmlFileId: FileIdentifier;
|
|
23
24
|
export declare const archiveFileId: FileIdentifier;
|
|
24
25
|
export declare const zipJiraArchiveFileId: FileIdentifier;
|
|
25
26
|
export declare const zipFileWithNestedFolderId: FileIdentifier;
|
|
@@ -27,6 +28,7 @@ export declare const zipFileId: FileIdentifier;
|
|
|
27
28
|
export declare const zipItemMultipleFoldersAtRootId: FileIdentifier;
|
|
28
29
|
export declare const zipItemLargeInnerFileId: FileIdentifier;
|
|
29
30
|
export declare const zipEncryptedFileId: FileIdentifier;
|
|
31
|
+
export declare const zipFileWithHtmlId: FileIdentifier;
|
|
30
32
|
export declare const unknownFileId: FileIdentifier;
|
|
31
33
|
export declare const errorFileId: FileIdentifier;
|
|
32
34
|
export declare const gifFileId: FileIdentifier;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export { waitUntil } from './waitUntil';
|
|
|
10
10
|
export { flushPromises } from './flushPromises';
|
|
11
11
|
export { Matrix } from './story-styles';
|
|
12
12
|
export { collectionNames, defaultCollectionName, defaultMediaPickerCollectionName, fileCollectionName, onlyAnimatedGifsCollectionName, } from './collectionNames';
|
|
13
|
-
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, codeFileId, emailFileId, emailUnsupportedFileId, vrVideoDetails, } from './exampleMediaItems';
|
|
13
|
+
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, zipFileWithHtmlId, codeFileId, emailFileId, emailUnsupportedFileId, htmlFileId, vrVideoDetails, } from './exampleMediaItems';
|
|
14
14
|
export { createMouseEvent } from './createMouseEvent';
|
|
15
15
|
export type { MouseEventProps } from './createMouseEvent';
|
|
16
16
|
export { createTouchEvent } from './createTouchEvent';
|
|
@@ -20,6 +20,7 @@ export declare const passwordProtectedPdfFileId: FileIdentifier;
|
|
|
20
20
|
export declare const codeFileId: FileIdentifier;
|
|
21
21
|
export declare const emailFileId: FileIdentifier;
|
|
22
22
|
export declare const emailUnsupportedFileId: FileIdentifier;
|
|
23
|
+
export declare const htmlFileId: FileIdentifier;
|
|
23
24
|
export declare const archiveFileId: FileIdentifier;
|
|
24
25
|
export declare const zipJiraArchiveFileId: FileIdentifier;
|
|
25
26
|
export declare const zipFileWithNestedFolderId: FileIdentifier;
|
|
@@ -27,6 +28,7 @@ export declare const zipFileId: FileIdentifier;
|
|
|
27
28
|
export declare const zipItemMultipleFoldersAtRootId: FileIdentifier;
|
|
28
29
|
export declare const zipItemLargeInnerFileId: FileIdentifier;
|
|
29
30
|
export declare const zipEncryptedFileId: FileIdentifier;
|
|
31
|
+
export declare const zipFileWithHtmlId: FileIdentifier;
|
|
30
32
|
export declare const unknownFileId: FileIdentifier;
|
|
31
33
|
export declare const errorFileId: FileIdentifier;
|
|
32
34
|
export declare const gifFileId: FileIdentifier;
|
|
@@ -10,7 +10,7 @@ export { waitUntil } from './waitUntil';
|
|
|
10
10
|
export { flushPromises } from './flushPromises';
|
|
11
11
|
export { Matrix } from './story-styles';
|
|
12
12
|
export { collectionNames, defaultCollectionName, defaultMediaPickerCollectionName, fileCollectionName, onlyAnimatedGifsCollectionName, } from './collectionNames';
|
|
13
|
-
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, codeFileId, emailFileId, emailUnsupportedFileId, vrVideoDetails, } from './exampleMediaItems';
|
|
13
|
+
export { animatedFileId, archiveFileId, atlassianLogoUrl, audioFileDetails, audioFileId, audioNoCoverFileId, bigDocFileId, docFileDetails, docFileId, emptyImageFileId, errorFileId, externalImageIdentifier, externalSmallImageIdentifier, externaBrokenlIdentifier, genericDataURI, genericFileDetails, genericFileId, gifFileId, imageFileDetails, imageFileId, largeImageFileId, largePdfFileId, noMetadataFileId, passwordProtectedPdfFileId, smallImageFileId, unknownFileDetails, unknownFileId, verticalImageFileId, videoFileDetails, videoFileId, videoHorizontalFileId, videoLargeFileId, videoProcessingFailedId, videoSquareFileId, wideImageFileId, zipFileId, zipFileWithNestedFolderId, zipItemLargeInnerFileId, zipItemMultipleFoldersAtRootId, zipJiraArchiveFileId, zipEncryptedFileId, zipFileWithHtmlId, codeFileId, emailFileId, emailUnsupportedFileId, htmlFileId, vrVideoDetails, } from './exampleMediaItems';
|
|
14
14
|
export { createMouseEvent } from './createMouseEvent';
|
|
15
15
|
export type { MouseEventProps } from './createMouseEvent';
|
|
16
16
|
export { createTouchEvent } from './createTouchEvent';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-test-helpers",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.6.0",
|
|
4
4
|
"description": "Collection of test helpers used in media component stories and specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@atlaskit/checkbox": "^15.1.0",
|
|
31
31
|
"@atlaskit/icon": "^22.24.0",
|
|
32
32
|
"@atlaskit/locale": "^2.8.0",
|
|
33
|
-
"@atlaskit/media-client": "^28.
|
|
33
|
+
"@atlaskit/media-client": "^28.2.0",
|
|
34
34
|
"@atlaskit/media-common": "^11.7.0",
|
|
35
35
|
"@atlaskit/media-ui": "^26.1.0",
|
|
36
36
|
"@atlaskit/popup": "^1.29.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/tabs": "^16.5.0",
|
|
39
39
|
"@atlaskit/textfield": "^6.5.0",
|
|
40
40
|
"@atlaskit/tokens": "^2.2.0",
|
|
41
|
-
"@atlaskit/tooltip": "^18.
|
|
41
|
+
"@atlaskit/tooltip": "^18.9.0",
|
|
42
42
|
"@atlaskit/ufo": "^0.3.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@emotion/react": "^11.7.1",
|