@atlaskit/editor-extension-dropbox 9.0.14 → 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 9.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.14
4
10
 
5
11
  ### Patch Changes
@@ -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
  }
@@ -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
  }
@@ -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.14",
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": "^102.0.0",
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",
@@ -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,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 +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,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -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;
@@ -1,7 +0,0 @@
1
- import { jsx } from '@emotion/react';
2
- declare const Modal: ({ onClose, TEST_ONLY_src, showModal, }: {
3
- onClose: () => any;
4
- showModal?: boolean;
5
- TEST_ONLY_src?: string;
6
- }) => jsx.JSX.Element;
7
- export default Modal;
@@ -1,8 +0,0 @@
1
- export type DropboxFile = {
2
- icon: string;
3
- id: string;
4
- isDir: boolean;
5
- link: string;
6
- linkType: 'preview';
7
- name: string;
8
- };