@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.3.3
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "0.3.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.3.0",
36
- "@atlaskit/editor-common": "^69.3.0",
37
- "@atlaskit/icon": "^21.10.0",
38
- "@atlaskit/modal-dialog": "^12.3.0",
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.2.0",
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. It is a report generated by [API Extractor](https://api-extractor.com/).
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
- declare const manifestFunction: ({
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
- export {};
29
+ // (No @packageDocumentation comment for this package)
18
30
  ```
31
+
32
+ <!--SECTION END: Main Entry Types-->
@@ -1,2 +0,0 @@
1
- export declare const POPUP_MOUNTPOINT = "twp-dropbox-popup-mount-point";
2
- export declare const DROPBOX_IFRAME_NAME = "twp-dropboxjs-iframe";
@@ -1,2 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: (appKey: string) => Promise<void>;
2
- export default _default;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
3
- export default _default;
@@ -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;
@@ -1,7 +0,0 @@
1
- import { jsx } from '@emotion/react';
2
- declare const Modal: ({ onClose, TEST_ONLY_src, showModal, }: {
3
- onClose: () => any;
4
- TEST_ONLY_src?: string | undefined;
5
- showModal?: boolean | undefined;
6
- }) => jsx.JSX.Element;
7
- export default Modal;
@@ -1,8 +0,0 @@
1
- export declare type DropboxFile = {
2
- isDir: boolean;
3
- linkType: 'preview';
4
- name: string;
5
- link: string;
6
- id: string;
7
- icon: string;
8
- };