@atlaskit/editor-extension-dropbox 0.3.3 → 0.3.5
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/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +11 -14
- package/report.api.md +17 -3
- package/dist/types-ts4.0/constants.d.ts +0 -2
- package/dist/types-ts4.0/dropboxscript.d.ts +0 -2
- package/dist/types-ts4.0/enable-dropbox.d.ts +0 -2
- package/dist/types-ts4.0/icons/DropboxIcon.d.ts +0 -3
- package/dist/types-ts4.0/index.d.ts +0 -1
- package/dist/types-ts4.0/manifest.d.ts +0 -20
- package/dist/types-ts4.0/modal.d.ts +0 -7
- package/dist/types-ts4.0/types.d.ts +0 -8
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-extension-dropbox",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "A an atlassian editor extension to add a native dropbox picker",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -12,13 +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.0 <4.5": {
|
|
17
|
-
"*": [
|
|
18
|
-
"dist/types-ts4.0/*"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
15
|
"sideEffects": false,
|
|
23
16
|
"atlaskit:src": "src/index.ts",
|
|
24
17
|
"atlassian": {
|
|
@@ -32,10 +25,10 @@
|
|
|
32
25
|
},
|
|
33
26
|
"dependencies": {
|
|
34
27
|
"@atlaskit/adf-utils": "^17.1.0",
|
|
35
|
-
"@atlaskit/button": "^16.
|
|
36
|
-
"@atlaskit/editor-common": "^
|
|
37
|
-
"@atlaskit/icon": "^21.
|
|
38
|
-
"@atlaskit/modal-dialog": "^12.
|
|
28
|
+
"@atlaskit/button": "^16.5.0",
|
|
29
|
+
"@atlaskit/editor-common": "^71.0.0",
|
|
30
|
+
"@atlaskit/icon": "^21.11.0",
|
|
31
|
+
"@atlaskit/modal-dialog": "^12.4.0",
|
|
39
32
|
"@babel/runtime": "^7.0.0",
|
|
40
33
|
"@emotion/react": "^11.7.1"
|
|
41
34
|
},
|
|
@@ -45,7 +38,7 @@
|
|
|
45
38
|
},
|
|
46
39
|
"devDependencies": {
|
|
47
40
|
"@atlaskit/docs": "*",
|
|
48
|
-
"@atlaskit/section-message": "^6.
|
|
41
|
+
"@atlaskit/section-message": "^6.3.0",
|
|
49
42
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
50
43
|
"react": "^16.8.0",
|
|
51
44
|
"react-dom": "^16.8.0",
|
|
@@ -54,7 +47,11 @@
|
|
|
54
47
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
|
|
55
48
|
"techstack": {
|
|
56
49
|
"@repo/internal": {
|
|
57
|
-
"theming": "tokens"
|
|
50
|
+
"theming": "tokens",
|
|
51
|
+
"deprecation": "no-deprecated-imports",
|
|
52
|
+
"styling": [
|
|
53
|
+
"emotion"
|
|
54
|
+
]
|
|
58
55
|
}
|
|
59
56
|
}
|
|
60
57
|
}
|
package/report.api.md
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/editor-extension-dropbox"
|
|
2
4
|
|
|
3
|
-
> Do not edit this file.
|
|
5
|
+
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
|
|
6
|
+
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
|
+
|
|
8
|
+
### Table of contents
|
|
9
|
+
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
|
|
12
|
+
### Main Entry Types
|
|
13
|
+
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
4
15
|
|
|
5
16
|
```ts
|
|
6
17
|
import { ExtensionManifest } from '@atlaskit/editor-common/extensions';
|
|
7
18
|
|
|
8
|
-
|
|
19
|
+
// @public (undocumented)
|
|
20
|
+
const manifestFunction: ({
|
|
9
21
|
appKey,
|
|
10
22
|
canMountinIframe,
|
|
11
23
|
}: {
|
|
@@ -14,5 +26,7 @@ declare const manifestFunction: ({
|
|
|
14
26
|
}) => ExtensionManifest;
|
|
15
27
|
export default manifestFunction;
|
|
16
28
|
|
|
17
|
-
|
|
29
|
+
// (No @packageDocumentation comment for this package)
|
|
18
30
|
```
|
|
31
|
+
|
|
32
|
+
<!--SECTION END: Main Entry Types-->
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './manifest';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ExtensionManifest } from '@atlaskit/editor-common/extensions';
|
|
2
|
-
import { DropboxFile } from './types';
|
|
3
|
-
declare global {
|
|
4
|
-
interface Window {
|
|
5
|
-
Dropbox: {
|
|
6
|
-
appKey?: string;
|
|
7
|
-
choose: (args: {
|
|
8
|
-
iframe?: boolean;
|
|
9
|
-
windowName?: string;
|
|
10
|
-
success: (value: DropboxFile[] | PromiseLike<DropboxFile[]>) => void;
|
|
11
|
-
cancel: () => void;
|
|
12
|
-
}) => void;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
declare const manifestFunction: ({ appKey, canMountinIframe, }: {
|
|
17
|
-
appKey: string;
|
|
18
|
-
canMountinIframe: boolean;
|
|
19
|
-
}) => ExtensionManifest;
|
|
20
|
-
export default manifestFunction;
|