@atlaskit/media-test-helpers 41.1.0 → 42.0.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/AGENTS.md +58 -0
- package/CHANGELOG.md +37 -0
- package/I18nWrapper/package.json +1 -8
- package/MockGlobalImage/package.json +1 -8
- package/authProvider/package.json +1 -8
- package/await-error/package.json +1 -8
- package/clipboardEventMocks/package.json +1 -8
- package/collectionNames/package.json +1 -8
- package/createFileState/package.json +1 -8
- package/createMouseEvent/package.json +1 -8
- package/createTouchEvent/package.json +1 -8
- package/dist/cjs/authProvider.js +6 -6
- package/dist/cjs/await-error.js +13 -12
- package/dist/cjs/featureFlagsWrapper/dropdown.js +1 -2
- package/dist/cjs/fileStateFactory/factory/factory.js +7 -7
- package/dist/cjs/fileStateFactory/fileSimulation/simulations.js +66 -66
- package/dist/cjs/getAuthFromContextProvider.js +4 -4
- package/dist/cjs/getMediaAuthProvider.js +4 -4
- package/dist/cjs/mediaPickerAuthProvider.js +4 -4
- package/dist/cjs/mocks/routers/api-router.js +11 -11
- package/dist/cjs/waitUntil.js +2 -2
- package/dist/es2019/featureFlagsWrapper/dropdown.js +1 -2
- package/dist/esm/authProvider.js +6 -6
- package/dist/esm/await-error.js +13 -12
- package/dist/esm/featureFlagsWrapper/dropdown.js +1 -2
- package/dist/esm/fileStateFactory/factory/factory.js +7 -7
- package/dist/esm/fileStateFactory/fileSimulation/simulations.js +66 -66
- package/dist/esm/getAuthFromContextProvider.js +4 -4
- package/dist/esm/getMediaAuthProvider.js +4 -4
- package/dist/esm/mediaPickerAuthProvider.js +4 -4
- package/dist/esm/mocks/routers/api-router.js +11 -11
- package/dist/esm/waitUntil.js +2 -2
- package/docs-content-tabs/package.json +1 -8
- package/exampleMediaFeatureFlags/package.json +1 -8
- package/exampleMediaItems/package.json +1 -8
- package/factory/package.json +1 -8
- package/fakeI18n/package.json +1 -8
- package/fakeMediaClient/package.json +1 -8
- package/featureFlagsWrapper/package.json +1 -8
- package/fileReader/package.json +1 -8
- package/fileSimulation/package.json +1 -8
- package/flushPromises/package.json +1 -8
- package/getAuthFromContextProvider/package.json +1 -8
- package/getMediaAuthProvider/package.json +1 -8
- package/globalEventEmitterListeners/package.json +1 -8
- package/helpers/package.json +1 -8
- package/images/package.json +1 -8
- package/jestHelpers/package.json +1 -8
- package/keyboardEventWithKeyCode/package.json +1 -8
- package/media-mock/package.json +1 -8
- package/mediaBaseURLS/package.json +1 -8
- package/mediaClientProvider/package.json +1 -8
- package/mediaPickerAuthProvider/package.json +1 -8
- package/mock-data-utils/package.json +1 -8
- package/mockCanvas/package.json +1 -8
- package/mockData/package.json +1 -8
- package/mockLoadImage/package.json +1 -8
- package/nextTick/package.json +1 -8
- package/package.json +22 -33
- package/renderWithIntl/package.json +1 -8
- package/simulations/package.json +1 -8
- package/smallImageURI/package.json +1 -8
- package/smallTransparentImageURI/package.json +1 -8
- package/smart-card-state/package.json +1 -8
- package/story-list/package.json +1 -8
- package/story-styles/package.json +1 -8
- package/tallImageURI/package.json +1 -8
- package/timeoutPromise/package.json +1 -8
- package/ufoLogger/package.json +1 -8
- package/utils/package.json +1 -8
- package/videoPreviewURI/package.json +1 -8
- package/videoURI/package.json +1 -8
- package/vr-test-small-image/package.json +1 -8
- package/waitUntil/package.json +1 -8
- package/wideImageURI/package.json +1 -8
- package/wideTransparentImageURI/package.json +1 -8
- package/dist/types-ts4.5/I18nWrapper.d.ts +0 -10
- package/dist/types-ts4.5/MockGlobalImage.d.ts +0 -2
- package/dist/types-ts4.5/authProvider.d.ts +0 -6
- package/dist/types-ts4.5/await-error.d.ts +0 -1
- package/dist/types-ts4.5/clipboardEventMocks.d.ts +0 -122
- package/dist/types-ts4.5/collectionNames.d.ts +0 -5
- package/dist/types-ts4.5/createMouseEvent.d.ts +0 -8
- package/dist/types-ts4.5/createTouchEvent.d.ts +0 -4
- package/dist/types-ts4.5/dataURIs/smallImageURI.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/smallTransparentImageURI.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/tallImageURI.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/videoPreviewURI.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/videoURI.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/vr_test_small_image.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/wideImageURI.d.ts +0 -1
- package/dist/types-ts4.5/dataURIs/wideTransparentImageURI.d.ts +0 -1
- package/dist/types-ts4.5/docs-content-tabs.d.ts +0 -14
- package/dist/types-ts4.5/example-mediaFeatureFlags.d.ts +0 -2
- package/dist/types-ts4.5/exampleMediaItems.d.ts +0 -56
- package/dist/types-ts4.5/fakeI18n.d.ts +0 -1
- package/dist/types-ts4.5/fakeMediaClient.d.ts +0 -4
- package/dist/types-ts4.5/featureFlagsWrapper/dropdown.d.ts +0 -6
- package/dist/types-ts4.5/featureFlagsWrapper/helpers.d.ts +0 -5
- package/dist/types-ts4.5/featureFlagsWrapper/index.d.ts +0 -5
- package/dist/types-ts4.5/fileReader.d.ts +0 -19
- package/dist/types-ts4.5/fileStateFactory/factory/createFileState.d.ts +0 -10
- package/dist/types-ts4.5/fileStateFactory/factory/factory.d.ts +0 -45
- package/dist/types-ts4.5/fileStateFactory/factory/helpers.d.ts +0 -7
- package/dist/types-ts4.5/fileStateFactory/factory/index.d.ts +0 -4
- package/dist/types-ts4.5/fileStateFactory/fileSimulation/fileSimulation.d.ts +0 -18
- package/dist/types-ts4.5/fileStateFactory/fileSimulation/index.d.ts +0 -4
- package/dist/types-ts4.5/fileStateFactory/fileSimulation/simulations.d.ts +0 -36
- package/dist/types-ts4.5/fileStateFactory/index.d.ts +0 -8
- package/dist/types-ts4.5/flushPromises.d.ts +0 -2
- package/dist/types-ts4.5/getAuthFromContextProvider.d.ts +0 -1
- package/dist/types-ts4.5/getJest.d.ts +0 -15
- package/dist/types-ts4.5/getMediaAuthProvider.d.ts +0 -3
- package/dist/types-ts4.5/globalEventEmitterListeners.d.ts +0 -1
- package/dist/types-ts4.5/images.d.ts +0 -7
- package/dist/types-ts4.5/index.d.ts +0 -48
- package/dist/types-ts4.5/jestHelpers.d.ts +0 -12
- package/dist/types-ts4.5/keyboardEventWithKeyCode.d.ts +0 -2
- package/dist/types-ts4.5/mediaBaseURLS.d.ts +0 -2
- package/dist/types-ts4.5/mediaClientProvider.d.ts +0 -23
- package/dist/types-ts4.5/mediaPickerAuthProvider.d.ts +0 -3
- package/dist/types-ts4.5/mockCanvas.d.ts +0 -10
- package/dist/types-ts4.5/mockData/handlers/copyWithToken.d.ts +0 -3
- package/dist/types-ts4.5/mockData/handlers/getFile.d.ts +0 -3
- package/dist/types-ts4.5/mockData/handlers/getFileImage.d.ts +0 -3
- package/dist/types-ts4.5/mockData/handlers/index.d.ts +0 -5
- package/dist/types-ts4.5/mockData/handlers/tenantAuth.d.ts +0 -3
- package/dist/types-ts4.5/mockData/handlers/userCollectionFetch.d.ts +0 -3
- package/dist/types-ts4.5/mockData/index.d.ts +0 -50
- package/dist/types-ts4.5/mockData/matchers.d.ts +0 -7
- package/dist/types-ts4.5/mockData/staticCommon.d.ts +0 -4
- package/dist/types-ts4.5/mockData/utils.d.ts +0 -4
- package/dist/types-ts4.5/mockLoadImage.d.ts +0 -4
- package/dist/types-ts4.5/mocks/database/chunk.d.ts +0 -6
- package/dist/types-ts4.5/mocks/database/collection-item.d.ts +0 -29
- package/dist/types-ts4.5/mocks/database/collection.d.ts +0 -5
- package/dist/types-ts4.5/mocks/database/index.d.ts +0 -21
- package/dist/types-ts4.5/mocks/database/upload.d.ts +0 -6
- package/dist/types-ts4.5/mocks/fileAndDirectoriesUtils.d.ts +0 -16
- package/dist/types-ts4.5/mocks/media-mock.d.ts +0 -36
- package/dist/types-ts4.5/mocks/routers/api-router.d.ts +0 -3
- package/dist/types-ts4.5/mocks/routers/index.d.ts +0 -2
- package/dist/types-ts4.5/mocks/routers/media-playground-router.d.ts +0 -3
- package/dist/types-ts4.5/mocks/websockets/index.d.ts +0 -3
- package/dist/types-ts4.5/mocks/websockets/messages.d.ts +0 -34
- package/dist/types-ts4.5/mocks/websockets/remote-upload-server.d.ts +0 -14
- package/dist/types-ts4.5/mocks/websockets/types.d.ts +0 -4
- package/dist/types-ts4.5/nextTick.d.ts +0 -2
- package/dist/types-ts4.5/renderWithIntl.d.ts +0 -7
- package/dist/types-ts4.5/smart-card-state.d.ts +0 -4
- package/dist/types-ts4.5/story-list.d.ts +0 -13
- package/dist/types-ts4.5/story-styles.d.ts +0 -7
- package/dist/types-ts4.5/timeoutPromise.d.ts +0 -1
- package/dist/types-ts4.5/ufoLogger.d.ts +0 -5
- package/dist/types-ts4.5/utils/index.d.ts +0 -2
- package/dist/types-ts4.5/utils/logging.d.ts +0 -23
- package/dist/types-ts4.5/utils/mockData.d.ts +0 -11
- package/dist/types-ts4.5/waitUntil.d.ts +0 -2
package/images/package.json
CHANGED
package/jestHelpers/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/keyboardEventWithKeyCode.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/keyboardEventWithKeyCode.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/keyboardEventWithKeyCode.d.ts"
|
|
17
10
|
}
|
package/media-mock/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/mocks/media-mock.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/mocks/media-mock.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/mocks/media-mock.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/mediaClientProvider.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/mediaClientProvider.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/mediaClientProvider.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/mediaPickerAuthProvider.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/mediaPickerAuthProvider.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/mediaPickerAuthProvider.d.ts"
|
|
17
10
|
}
|
package/mockCanvas/package.json
CHANGED
package/mockData/package.json
CHANGED
package/nextTick/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-test-helpers",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "42.0.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/"
|
|
@@ -12,14 +12,6 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"typesVersions": {
|
|
16
|
-
">=4.5 <4.9": {
|
|
17
|
-
"*": [
|
|
18
|
-
"dist/types-ts4.5/*",
|
|
19
|
-
"dist/types-ts4.5/index.d.ts"
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
15
|
"atlaskit:src": "src/index.tsx",
|
|
24
16
|
"atlassian": {
|
|
25
17
|
"react-compiler": {
|
|
@@ -32,23 +24,23 @@
|
|
|
32
24
|
"team": "Media Exif"
|
|
33
25
|
},
|
|
34
26
|
"dependencies": {
|
|
35
|
-
"@atlaskit/button": "^
|
|
36
|
-
"@atlaskit/checkbox": "^
|
|
37
|
-
"@atlaskit/form": "^
|
|
38
|
-
"@atlaskit/icon": "^
|
|
39
|
-
"@atlaskit/locale": "^
|
|
40
|
-
"@atlaskit/media-client": "^
|
|
41
|
-
"@atlaskit/media-common": "^
|
|
42
|
-
"@atlaskit/media-state": "^
|
|
43
|
-
"@atlaskit/media-ui": "^
|
|
44
|
-
"@atlaskit/platform-feature-flags": "^
|
|
45
|
-
"@atlaskit/popup": "^
|
|
46
|
-
"@atlaskit/primitives": "^
|
|
47
|
-
"@atlaskit/tabs": "^
|
|
48
|
-
"@atlaskit/textfield": "^
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
50
|
-
"@atlaskit/tooltip": "^
|
|
51
|
-
"@atlaskit/ufo": "^0.
|
|
27
|
+
"@atlaskit/button": "^24.0.0",
|
|
28
|
+
"@atlaskit/checkbox": "^18.0.0",
|
|
29
|
+
"@atlaskit/form": "^16.0.0",
|
|
30
|
+
"@atlaskit/icon": "^36.0.0",
|
|
31
|
+
"@atlaskit/locale": "^5.0.0",
|
|
32
|
+
"@atlaskit/media-client": "^37.0.0",
|
|
33
|
+
"@atlaskit/media-common": "^14.0.0",
|
|
34
|
+
"@atlaskit/media-state": "^3.0.0",
|
|
35
|
+
"@atlaskit/media-ui": "^30.0.0",
|
|
36
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
37
|
+
"@atlaskit/popup": "^5.0.0",
|
|
38
|
+
"@atlaskit/primitives": "^20.0.0",
|
|
39
|
+
"@atlaskit/tabs": "^20.0.0",
|
|
40
|
+
"@atlaskit/textfield": "^9.0.0",
|
|
41
|
+
"@atlaskit/tokens": "^14.0.0",
|
|
42
|
+
"@atlaskit/tooltip": "^23.0.0",
|
|
43
|
+
"@atlaskit/ufo": "^1.0.0",
|
|
52
44
|
"@babel/runtime": "^7.0.0",
|
|
53
45
|
"@emotion/react": "^11.7.1",
|
|
54
46
|
"@emotion/styled": "^11.0.0",
|
|
@@ -61,14 +53,15 @@
|
|
|
61
53
|
"xhr-mock": "^2.4.0"
|
|
62
54
|
},
|
|
63
55
|
"peerDependencies": {
|
|
64
|
-
"@atlaskit/media-core": "^
|
|
56
|
+
"@atlaskit/media-core": "^38.0.0",
|
|
65
57
|
"react": "^18.2.0",
|
|
66
58
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
67
59
|
},
|
|
68
60
|
"devDependencies": {
|
|
69
|
-
"@atlaskit/media-core": "^
|
|
61
|
+
"@atlaskit/media-core": "^38.0.0",
|
|
70
62
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
71
63
|
"@types/exenv": "^1.2.0",
|
|
64
|
+
"react": "^18.2.0",
|
|
72
65
|
"react-dom": "^18.2.0",
|
|
73
66
|
"react-intl": "^6.6.2"
|
|
74
67
|
},
|
|
@@ -83,9 +76,5 @@
|
|
|
83
76
|
"sideEffects": [
|
|
84
77
|
"*.compiled.css"
|
|
85
78
|
],
|
|
86
|
-
"platform-feature-flags": {
|
|
87
|
-
"should-render-to-parent-should-be-true-media-exif": {
|
|
88
|
-
"type": "boolean"
|
|
89
|
-
}
|
|
90
|
-
}
|
|
79
|
+
"platform-feature-flags": {}
|
|
91
80
|
}
|
package/simulations/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/fileStateFactory/fileSimulation/simulations.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/fileStateFactory/fileSimulation/simulations.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/fileStateFactory/fileSimulation/simulations.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/smallImageURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/smallImageURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/smallImageURI.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/smallTransparentImageURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/smallTransparentImageURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/smallTransparentImageURI.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/smart-card-state.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/smart-card-state.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/smart-card-state.d.ts"
|
|
17
10
|
}
|
package/story-list/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/tallImageURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/tallImageURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/tallImageURI.d.ts"
|
|
17
10
|
}
|
package/ufoLogger/package.json
CHANGED
package/utils/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/videoPreviewURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/videoPreviewURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/videoPreviewURI.d.ts"
|
|
17
10
|
}
|
package/videoURI/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/videoURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/videoURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/videoURI.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/vr_test_small_image.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/vr_test_small_image.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/vr_test_small_image.d.ts"
|
|
17
10
|
}
|
package/waitUntil/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/wideImageURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/wideImageURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/wideImageURI.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/dataURIs/wideTransparentImageURI.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/dataURIs/wideTransparentImageURI.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/dataURIs/wideTransparentImageURI.d.ts"
|
|
17
10
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type Locale } from '@atlaskit/locale/LocaleSelect';
|
|
3
|
-
export interface I18NWrapperState {
|
|
4
|
-
locale: Locale;
|
|
5
|
-
}
|
|
6
|
-
export interface I18NWrapperProps {
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
initialLocale?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const I18NWrapper: ({ children, initialLocale }: I18NWrapperProps) => React.JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function awaitError(response: Promise<Error>, expectedMessage: string): Promise<void>;
|