@atlaskit/media-picker 58.1.2 → 59.0.2
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 +66 -0
- package/dist/cjs/components/browser/browser.js +1 -1
- package/dist/cjs/components/clipboard/clipboard.js +1 -1
- package/dist/cjs/components/dropzone/dropzone.js +1 -1
- package/dist/cjs/components/popup.js +2 -2
- package/dist/cjs/domain/file.js +2 -2
- package/dist/cjs/domain/preview.js +1 -1
- package/dist/cjs/icons/index.js +1 -1
- package/dist/cjs/index.js +9 -9
- package/dist/cjs/plugins/extractors/index.js +1 -1
- package/dist/cjs/plugins/forge/client.js +4 -3
- package/dist/cjs/plugins/forge/components/error.js +3 -3
- package/dist/cjs/plugins/forge/components/header.js +2 -2
- package/dist/cjs/plugins/forge/components/styled.js +1 -1
- package/dist/cjs/plugins/forge/index.js +4 -4
- package/dist/cjs/plugins/views/bricks/index.js +2 -2
- package/dist/cjs/plugins/views/browser/auth/auth.js +4 -4
- package/dist/cjs/plugins/views/browser/auth/styled.js +1 -1
- package/dist/cjs/plugins/views/browser/folderView/file.js +1 -1
- package/dist/cjs/plugins/views/browser/folderView/styled.js +1 -1
- package/dist/cjs/popup/actions/cancelUpload.js +2 -2
- package/dist/cjs/popup/actions/changeAccount.js +2 -2
- package/dist/cjs/popup/actions/changeCloudAccountFolder.js +1 -1
- package/dist/cjs/popup/actions/changeService.js +2 -2
- package/dist/cjs/popup/actions/deselectItem.js +2 -2
- package/dist/cjs/popup/actions/dropzoneDragOut.js +2 -2
- package/dist/cjs/popup/actions/dropzoneDropIn.js +2 -2
- package/dist/cjs/popup/actions/editRemoteImage.js +2 -2
- package/dist/cjs/popup/actions/editorClose.js +2 -2
- package/dist/cjs/popup/actions/editorShowError.js +2 -2
- package/dist/cjs/popup/actions/editorShowImage.js +2 -2
- package/dist/cjs/popup/actions/editorShowLoading.js +1 -1
- package/dist/cjs/popup/actions/failureErrorLogger.js +2 -2
- package/dist/cjs/popup/actions/fileClick.js +4 -4
- package/dist/cjs/popup/actions/fileListUpdate.js +2 -2
- package/dist/cjs/popup/actions/fileUploadError.js +2 -2
- package/dist/cjs/popup/actions/fileUploadsStart.js +2 -2
- package/dist/cjs/popup/actions/finalizeUpload.js +2 -2
- package/dist/cjs/popup/actions/getConnectedRemoteAccounts.js +2 -1
- package/dist/cjs/popup/actions/getFilesInRecents.js +3 -2
- package/dist/cjs/popup/actions/getForgePlugins.js +3 -2
- package/dist/cjs/popup/actions/getPreview.js +2 -2
- package/dist/cjs/popup/actions/handleCloudFetchingEvent.js +2 -2
- package/dist/cjs/popup/actions/hidePopup.js +2 -2
- package/dist/cjs/popup/actions/index.js +116 -116
- package/dist/cjs/popup/actions/remoteUploadStart.js +1 -1
- package/dist/cjs/popup/actions/resetView.js +1 -1
- package/dist/cjs/popup/actions/saveCollectionItemsSubscription.js +1 -1
- package/dist/cjs/popup/actions/searchGiphy.js +4 -4
- package/dist/cjs/popup/actions/sendUploadEvent.js +1 -1
- package/dist/cjs/popup/actions/showPopup.js +1 -1
- package/dist/cjs/popup/actions/startApp.js +1 -1
- package/dist/cjs/popup/actions/startAuth.js +1 -1
- package/dist/cjs/popup/actions/startFileBrowser.js +1 -1
- package/dist/cjs/popup/actions/startImport.js +1 -1
- package/dist/cjs/popup/actions/unlinkCloudAccount.js +1 -1
- package/dist/cjs/popup/actions/updatePopupUrls.js +2 -1
- package/dist/cjs/popup/actions/updateServiceList.js +1 -1
- package/dist/cjs/popup/components/app.js +12 -3
- package/dist/cjs/popup/components/dropzone/dropzone.js +2 -2
- package/dist/cjs/popup/components/dropzone/styled.js +1 -1
- package/dist/cjs/popup/components/footer/footer.js +3 -3
- package/dist/cjs/popup/components/footer/styled.js +6 -4
- package/dist/cjs/popup/components/navigation/navigation.js +29 -18
- package/dist/cjs/popup/components/navigation/styled.js +6 -4
- package/dist/cjs/popup/components/passContext.js +4 -4
- package/dist/cjs/popup/components/sidebar/item/styled.js +1 -1
- package/dist/cjs/popup/components/sidebar/sidebar.js +2 -2
- package/dist/cjs/popup/components/sidebar/styled.js +1 -1
- package/dist/cjs/popup/components/views/browser/auth/auth.js +4 -4
- package/dist/cjs/popup/components/views/browser/auth/styled.js +1 -1
- package/dist/cjs/popup/components/views/browser/folderView/folderView.js +2 -2
- package/dist/cjs/popup/components/views/browser/folderView/styled.js +1 -1
- package/dist/cjs/popup/components/views/editor/errorView/errorView.js +2 -2
- package/dist/cjs/popup/components/views/editor/errorView/styles.js +6 -4
- package/dist/cjs/popup/components/views/upload/dropzone.js +2 -2
- package/dist/cjs/popup/components/views/upload/styled.js +1 -1
- package/dist/cjs/popup/components/views/upload/upload.js +5 -5
- package/dist/cjs/popup/components/views/upload/uploadButton.js +2 -2
- package/dist/cjs/popup/components/views/warnings/networkError.js +3 -3
- package/dist/cjs/popup/components/views/warnings/styles.js +1 -1
- package/dist/cjs/popup/domain/index.js +1 -1
- package/dist/cjs/popup/middleware/handleCloudFetchingEvent.js +2 -2
- package/dist/cjs/popup/middleware/importFiles.js +5 -4
- package/dist/cjs/popup/reducers/accountChange.js +2 -2
- package/dist/cjs/popup/reducers/accountUnlink.js +2 -2
- package/dist/cjs/popup/reducers/connectedRemoteAccountsFailed.js +2 -2
- package/dist/cjs/popup/reducers/deselectItem.js +2 -2
- package/dist/cjs/popup/reducers/editorClose.js +2 -2
- package/dist/cjs/popup/reducers/editorShowError.js +2 -2
- package/dist/cjs/popup/reducers/editorShowImage.js +2 -2
- package/dist/cjs/popup/reducers/editorShowLoading.js +2 -2
- package/dist/cjs/popup/reducers/fetchNextCloudFilesPage.js +2 -2
- package/dist/cjs/popup/reducers/fileClick.js +2 -2
- package/dist/cjs/popup/reducers/fileListUpdate.js +2 -2
- package/dist/cjs/popup/reducers/fileUploadsAdd.js +2 -2
- package/dist/cjs/popup/reducers/getFilesInRecents.js +3 -3
- package/dist/cjs/popup/reducers/getForgePlugins.js +3 -3
- package/dist/cjs/popup/reducers/hidePopup.js +2 -2
- package/dist/cjs/popup/reducers/isUploading.js +4 -4
- package/dist/cjs/popup/reducers/pathChangeRequest.js +2 -2
- package/dist/cjs/popup/reducers/reducers.js +2 -2
- package/dist/cjs/popup/reducers/remoteUploadStart.js +2 -2
- package/dist/cjs/popup/reducers/removeFileFromRecents.js +2 -2
- package/dist/cjs/popup/reducers/resetView.js +2 -2
- package/dist/cjs/popup/reducers/saveCollectionItemsSubscription.js +2 -2
- package/dist/cjs/popup/reducers/searchGiphy.js +3 -3
- package/dist/cjs/popup/reducers/serviceListUpdate.js +2 -2
- package/dist/cjs/popup/reducers/showPopup.js +2 -2
- package/dist/cjs/popup/reducers/startApp.js +2 -2
- package/dist/cjs/popup/reducers/updatePopupUrls.js +2 -2
- package/dist/cjs/popup/services/cloud-service.js +2 -2
- package/dist/cjs/popup/tools/fetcher/fetcher.js +4 -3
- package/dist/cjs/popup/tools/getUrlParameter.js +1 -1
- package/dist/cjs/popup/tools/websocket/upload/remoteUploadActivity.js +2 -2
- package/dist/cjs/popup/tools/websocket/ws.js +5 -5
- package/dist/cjs/popup/tools/websocket/wsMessageData.js +1 -1
- package/dist/cjs/service/types.js +1 -1
- package/dist/cjs/service/uploadServiceImpl.js +2 -2
- package/dist/cjs/store/create-store.js +2 -2
- package/dist/cjs/util/getPreviewFromImage.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/plugins/forge/client.js +4 -3
- package/dist/es2019/plugins/forge/components/error.js +1 -1
- package/dist/es2019/plugins/forge/components/header.js +1 -1
- package/dist/es2019/plugins/views/browser/auth/auth.js +1 -1
- package/dist/es2019/popup/components/app.js +9 -3
- package/dist/es2019/popup/components/dropzone/dropzone.js +1 -1
- package/dist/es2019/popup/components/footer/footer.js +1 -1
- package/dist/es2019/popup/components/navigation/navigation.js +15 -8
- package/dist/es2019/popup/components/passContext.js +4 -3
- package/dist/es2019/popup/components/sidebar/sidebar.js +1 -1
- package/dist/es2019/popup/components/views/browser/auth/auth.js +1 -1
- package/dist/es2019/popup/components/views/editor/errorView/errorView.js +1 -1
- package/dist/es2019/popup/components/views/upload/dropzone.js +1 -1
- package/dist/es2019/popup/components/views/upload/upload.js +1 -1
- package/dist/es2019/popup/components/views/upload/uploadButton.js +1 -1
- package/dist/es2019/popup/components/views/warnings/networkError.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/popup.js +2 -2
- package/dist/esm/domain/file.js +2 -2
- package/dist/esm/plugins/forge/client.js +4 -3
- package/dist/esm/plugins/forge/components/error.js +1 -1
- package/dist/esm/plugins/forge/components/header.js +1 -1
- package/dist/esm/plugins/views/bricks/index.js +2 -2
- package/dist/esm/plugins/views/browser/auth/auth.js +1 -1
- package/dist/esm/popup/actions/fileClick.js +2 -2
- package/dist/esm/popup/components/app.js +9 -3
- package/dist/esm/popup/components/dropzone/dropzone.js +1 -1
- package/dist/esm/popup/components/footer/footer.js +1 -1
- package/dist/esm/popup/components/footer/styled.js +4 -3
- package/dist/esm/popup/components/navigation/navigation.js +24 -15
- package/dist/esm/popup/components/navigation/styled.js +4 -3
- package/dist/esm/popup/components/passContext.js +3 -3
- package/dist/esm/popup/components/sidebar/sidebar.js +1 -1
- package/dist/esm/popup/components/views/browser/auth/auth.js +1 -1
- package/dist/esm/popup/components/views/browser/folderView/folderView.js +2 -2
- package/dist/esm/popup/components/views/editor/errorView/errorView.js +1 -1
- package/dist/esm/popup/components/views/editor/errorView/styles.js +4 -3
- package/dist/esm/popup/components/views/upload/dropzone.js +1 -1
- package/dist/esm/popup/components/views/upload/upload.js +3 -3
- package/dist/esm/popup/components/views/upload/uploadButton.js +1 -1
- package/dist/esm/popup/components/views/warnings/networkError.js +1 -1
- package/dist/esm/popup/middleware/handleCloudFetchingEvent.js +2 -2
- package/dist/esm/popup/middleware/importFiles.js +2 -2
- package/dist/esm/popup/reducers/accountChange.js +2 -2
- package/dist/esm/popup/reducers/accountUnlink.js +2 -2
- package/dist/esm/popup/reducers/connectedRemoteAccountsFailed.js +2 -2
- package/dist/esm/popup/reducers/deselectItem.js +2 -2
- package/dist/esm/popup/reducers/editorClose.js +2 -2
- package/dist/esm/popup/reducers/editorShowError.js +2 -2
- package/dist/esm/popup/reducers/editorShowImage.js +2 -2
- package/dist/esm/popup/reducers/editorShowLoading.js +2 -2
- package/dist/esm/popup/reducers/fetchNextCloudFilesPage.js +2 -2
- package/dist/esm/popup/reducers/fileClick.js +2 -2
- package/dist/esm/popup/reducers/fileListUpdate.js +2 -2
- package/dist/esm/popup/reducers/fileUploadsAdd.js +2 -2
- package/dist/esm/popup/reducers/getFilesInRecents.js +2 -2
- package/dist/esm/popup/reducers/getForgePlugins.js +2 -2
- package/dist/esm/popup/reducers/hidePopup.js +2 -2
- package/dist/esm/popup/reducers/isUploading.js +2 -2
- package/dist/esm/popup/reducers/pathChangeRequest.js +2 -2
- package/dist/esm/popup/reducers/reducers.js +2 -2
- package/dist/esm/popup/reducers/remoteUploadStart.js +2 -2
- package/dist/esm/popup/reducers/removeFileFromRecents.js +2 -2
- package/dist/esm/popup/reducers/resetView.js +2 -2
- package/dist/esm/popup/reducers/saveCollectionItemsSubscription.js +2 -2
- package/dist/esm/popup/reducers/searchGiphy.js +2 -2
- package/dist/esm/popup/reducers/serviceListUpdate.js +2 -2
- package/dist/esm/popup/reducers/showPopup.js +2 -2
- package/dist/esm/popup/reducers/startApp.js +2 -2
- package/dist/esm/popup/reducers/updatePopupUrls.js +2 -2
- package/dist/esm/popup/services/cloud-service.js +2 -2
- package/dist/esm/popup/tools/fetcher/fetcher.js +2 -2
- package/dist/esm/popup/tools/websocket/upload/remoteUploadActivity.js +2 -2
- package/dist/esm/popup/tools/websocket/ws.js +3 -2
- package/dist/esm/service/uploadServiceImpl.js +2 -2
- package/dist/esm/store/create-store.js +2 -2
- package/dist/esm/version.json +1 -1
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/plugins/forge/components/error.d.ts +1 -0
- package/dist/types/plugins/forge/components/header.d.ts +1 -4
- package/dist/types/plugins/forge/components/icon.d.ts +1 -0
- package/dist/types/plugins/forge/components/index.d.ts +1 -0
- package/dist/types/plugins/forge/components/loading.d.ts +1 -0
- package/dist/types/plugins/forge/components/mapper.d.ts +1 -0
- package/dist/types/plugins/views/browser/auth/auth.d.ts +1 -0
- package/dist/types/plugins/views/browser/browser.d.ts +1 -0
- package/dist/types/plugins/views/browser/folderView/file.d.ts +1 -0
- package/dist/types/plugins/views/browser/folderView/folder.d.ts +1 -0
- package/dist/types/plugins/views/browser/folderView/index.d.ts +1 -0
- package/dist/types/popup/components/app.d.ts +6 -3
- package/dist/types/popup/components/footer/footer.d.ts +4 -1
- package/dist/types/popup/components/navigation/navigation.d.ts +8 -4
- package/dist/types/popup/components/navigation/styled.d.ts +2 -2
- package/dist/types/popup/components/passContext.d.ts +3 -3
- package/dist/types/popup/components/sidebar/item/sidebarItem.d.ts +4 -1
- package/dist/types/popup/components/sidebar/sidebar.d.ts +4 -1
- package/dist/types/popup/components/views/browser/auth/auth.d.ts +4 -1
- package/dist/types/popup/components/views/browser/browser.d.ts +4 -1
- package/dist/types/popup/components/views/browser/folderView/folderView.d.ts +4 -1
- package/dist/types/popup/components/views/editor/errorView/errorView.d.ts +4 -4
- package/dist/types/popup/components/views/editor/mainEditorView.d.ts +4 -1
- package/dist/types/popup/components/views/upload/upload.d.ts +5 -3
- package/dist/types/popup/components/views/upload/uploadButton.d.ts +3 -1
- package/dist/types/popup/tools/mimeTypeToIcon.d.ts +1 -0
- package/example-helpers/emojiPlugin.tsx +2 -2
- package/package.json +19 -20
|
@@ -11,5 +11,7 @@ export declare class LocalBrowserButton extends React.Component<Props> {
|
|
|
11
11
|
private onUploadClick;
|
|
12
12
|
render(): JSX.Element;
|
|
13
13
|
}
|
|
14
|
-
declare const _default
|
|
14
|
+
declare const _default: import("react-redux").ComponentClass<Pick<Props, never> & LocalBrowserButtonProps> & {
|
|
15
|
+
WrappedComponent: React.ComponentType<Props>;
|
|
16
|
+
};
|
|
15
17
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import EmojiEmojiIcon from '@atlaskit/icon/glyph/emoji/emoji';
|
|
3
|
-
import
|
|
3
|
+
import Textfield from '@atlaskit/textfield';
|
|
4
4
|
import { Component } from 'react';
|
|
5
5
|
import { EmojiHeader, EmojiWrapper } from './styled';
|
|
6
6
|
import { SelectedItem } from '../src/popup/domain';
|
|
@@ -131,7 +131,7 @@ class EmojiView extends Component<EmojiViewProps, EmojiViewState> {
|
|
|
131
131
|
<EmojiWrapper>
|
|
132
132
|
<EmojiHeader>
|
|
133
133
|
<h2>Emoji</h2>
|
|
134
|
-
<
|
|
134
|
+
<Textfield
|
|
135
135
|
placeholder=""
|
|
136
136
|
onChange={this.onQueryChange}
|
|
137
137
|
value={query}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-picker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "59.0.2",
|
|
4
4
|
"description": "Library for handling file uploads",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
30
30
|
"@atlaskit/button": "^16.0.0",
|
|
31
|
-
"@atlaskit/dropdown-menu": "^
|
|
32
|
-
"@atlaskit/flag": "^14.
|
|
33
|
-
"@atlaskit/icon": "^21.
|
|
34
|
-
"@atlaskit/media-card": "^
|
|
31
|
+
"@atlaskit/dropdown-menu": "^11.0.0",
|
|
32
|
+
"@atlaskit/flag": "^14.5.0",
|
|
33
|
+
"@atlaskit/icon": "^21.10.0",
|
|
34
|
+
"@atlaskit/media-card": "^73.1.0",
|
|
35
35
|
"@atlaskit/media-client": "^14.3.0",
|
|
36
|
-
"@atlaskit/media-common": "^2.
|
|
37
|
-
"@atlaskit/media-editor": "^
|
|
38
|
-
"@atlaskit/media-ui": "^
|
|
39
|
-
"@atlaskit/modal-dialog": "^12.
|
|
40
|
-
"@atlaskit/outbound-auth-flow-client": "^3.
|
|
36
|
+
"@atlaskit/media-common": "^2.10.0",
|
|
37
|
+
"@atlaskit/media-editor": "^39.0.0",
|
|
38
|
+
"@atlaskit/media-ui": "^18.1.0",
|
|
39
|
+
"@atlaskit/modal-dialog": "^12.2.0",
|
|
40
|
+
"@atlaskit/outbound-auth-flow-client": "^3.3.0",
|
|
41
41
|
"@atlaskit/spinner": "^15.0.0",
|
|
42
42
|
"@atlaskit/textfield": "^5.0.0",
|
|
43
|
-
"@atlaskit/theme": "^12.
|
|
43
|
+
"@atlaskit/theme": "^12.1.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"bricks.js": "^1.8.0",
|
|
46
46
|
"dateformat": "^4.5.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"flat-files": "^1.0.6",
|
|
51
51
|
"json-ld-types": "2.3.0",
|
|
52
52
|
"jwt-decode": "^2.2.0",
|
|
53
|
-
"lodash": "^4.17.
|
|
53
|
+
"lodash": "^4.17.21",
|
|
54
54
|
"perf-marks": "^1.5.0",
|
|
55
55
|
"postis": "^2.2.0",
|
|
56
56
|
"react-redux": "^5.1.2",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/media-core": "^32.2.0",
|
|
65
65
|
"react": "^16.8.0",
|
|
66
66
|
"react-dom": "^16.8.0",
|
|
67
|
-
"react-intl": "
|
|
67
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
68
68
|
"rxjs": "^5.5.0",
|
|
69
69
|
"styled-components": "^3.2.6"
|
|
70
70
|
},
|
|
@@ -72,18 +72,17 @@
|
|
|
72
72
|
"@atlaskit/analytics-listeners": "^8.0.0",
|
|
73
73
|
"@atlaskit/analytics-namespaced-context": "^6.3.0",
|
|
74
74
|
"@atlaskit/banner": "^11.3.0",
|
|
75
|
-
"@atlaskit/build-utils": "*",
|
|
76
75
|
"@atlaskit/checkbox": "^12.2.0",
|
|
77
76
|
"@atlaskit/docs": "*",
|
|
78
|
-
"@atlaskit/field-text": "^11.0.0",
|
|
79
77
|
"@atlaskit/media-core": "^32.2.0",
|
|
80
78
|
"@atlaskit/media-integration-test-helpers": "^2.5.0",
|
|
81
|
-
"@atlaskit/media-test-helpers": "^
|
|
82
|
-
"@atlaskit/media-viewer": "^
|
|
79
|
+
"@atlaskit/media-test-helpers": "^29.0.0",
|
|
80
|
+
"@atlaskit/media-viewer": "^46.0.0",
|
|
83
81
|
"@atlaskit/section-message": "^6.0.0",
|
|
84
82
|
"@atlaskit/select": "^15.2.0",
|
|
85
83
|
"@atlaskit/ssr": "*",
|
|
86
|
-
"@atlaskit/
|
|
84
|
+
"@atlaskit/textfield": "^5.1.0",
|
|
85
|
+
"@atlaskit/toggle": "^12.4.0",
|
|
87
86
|
"@atlaskit/webdriver-runner": "*",
|
|
88
87
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
89
88
|
"@types/bricks.js": "^1.8.0",
|
|
@@ -99,12 +98,12 @@
|
|
|
99
98
|
"enzyme": "^3.10.0",
|
|
100
99
|
"fetch-mock": "^8.0.0",
|
|
101
100
|
"identity-obj-proxy": "^3.0.0",
|
|
102
|
-
"lodash": "^4.17.
|
|
101
|
+
"lodash": "^4.17.21",
|
|
103
102
|
"prop-types": "^15.5.10",
|
|
104
103
|
"react": "^16.8.0",
|
|
105
104
|
"react-circle": "^1.0.1",
|
|
106
105
|
"react-dom": "^16.8.0",
|
|
107
|
-
"react-intl": "
|
|
106
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
108
107
|
"rxjs": "^5.5.0",
|
|
109
108
|
"typescript": "3.9.6",
|
|
110
109
|
"wait-for-expect": "^1.2.0"
|