@atlaskit/editor-extension-dropbox 9.0.13 → 9.0.15
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 +12 -0
- package/constants/package.json +1 -8
- package/dropboxscript/package.json +1 -8
- package/enable-dropbox/package.json +1 -8
- package/manifest/package.json +1 -8
- package/modal/package.json +1 -8
- package/package.json +2 -2
- package/types/package.json +1 -8
- package/dist/types-ts4.5/constants.d.ts +0 -2
- package/dist/types-ts4.5/dropboxscript.d.ts +0 -2
- package/dist/types-ts4.5/enable-dropbox.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/constants.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/dropboxscript.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/enable-dropbox.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/manifest.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/modal.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
- package/dist/types-ts4.5/icons/DropboxIcon.d.ts +0 -2
- package/dist/types-ts4.5/index.d.ts +0 -1
- package/dist/types-ts4.5/manifest.d.ts +0 -20
- package/dist/types-ts4.5/modal.d.ts +0 -7
- package/dist/types-ts4.5/types.d.ts +0 -8
package/CHANGELOG.md
CHANGED
package/constants/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/constants.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/constants.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/constants.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/dropboxscript.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/dropboxscript.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/dropboxscript.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/enable-dropbox.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/enable-dropbox.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/enable-dropbox.d.ts"
|
|
17
10
|
}
|
package/manifest/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/manifest.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/manifest.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/manifest.d.ts"
|
|
17
10
|
}
|
package/modal/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/modal.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/modal.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/modal.d.ts"
|
|
17
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-extension-dropbox",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.15",
|
|
4
4
|
"description": "A an atlassian editor extension to add a native dropbox picker",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/modal-dialog": "^15.3.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/primitives": "^19.0.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^103.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^13.4.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"@compiled/react": "^0.20.0",
|
package/types/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/types.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/types.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/types.d.ts"
|
|
17
10
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DROPBOX_IFRAME_NAME, POPUP_MOUNTPOINT } from '../constants';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '../dropboxscript';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '../enable-dropbox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '../manifest';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '../modal';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { DropboxFile } from '../types';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './manifest';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ExtensionManifest } from '@atlaskit/editor-common/extensions';
|
|
2
|
-
import type { DropboxFile } from './types';
|
|
3
|
-
declare global {
|
|
4
|
-
interface Window {
|
|
5
|
-
Dropbox: {
|
|
6
|
-
appKey?: string;
|
|
7
|
-
choose: (args: {
|
|
8
|
-
cancel: () => void;
|
|
9
|
-
iframe?: boolean;
|
|
10
|
-
success: (value: DropboxFile[] | PromiseLike<DropboxFile[]>) => void;
|
|
11
|
-
windowName?: string;
|
|
12
|
-
}) => void;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
declare const manifestFunction: ({ appKey, canMountinIframe, }: {
|
|
17
|
-
appKey: string;
|
|
18
|
-
canMountinIframe: boolean;
|
|
19
|
-
}) => ExtensionManifest;
|
|
20
|
-
export default manifestFunction;
|