react-covideo-embed 1.0.55 → 1.0.56
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/build/174.index.js +1 -0
- package/build/605.index.js +1 -0
- package/build/725.index.js +1 -0
- package/build/app/App.d.ts +1 -1
- package/build/app/pages/library/components/UserDropdown.d.ts +0 -1
- package/build/app/pages/recordv1/ChooseRecordingOptions.d.ts +5 -5
- package/build/app/pages/recordv1/ModalVideoTags.d.ts +1 -1
- package/build/app/pages/recordv1/useRecorder.d.ts +0 -1
- package/build/app/pages/recordv1/utils/functions.d.ts +1 -1
- package/build/app/pages/recordv1/utils/recorderSettings.d.ts +2 -2
- package/build/i18n.d.ts +2 -0
- package/build/index.d.ts +0 -1
- package/build/index.js +142 -142
- package/build/lib/api/droplr/uploadDrop.d.ts +1 -1
- package/build/lib/api/quckshareApi.d.ts +1 -1
- package/build/lib/api/voiceOverApi.d.ts +2 -2
- package/build/lib/components/ButtonDropdown.d.ts +0 -1
- package/build/lib/components/CountDown.d.ts +0 -1
- package/build/lib/components/DragAndDrop.d.ts +1 -3
- package/build/lib/components/MainWrapper.d.ts +0 -1
- package/build/lib/components/NewDropdown.d.ts +6 -6
- package/build/lib/components/TopBar.d.ts +0 -1
- package/build/lib/components/index.d.ts +0 -1
- package/build/lib/context/ActionDispatchContext.d.ts +0 -1
- package/build/lib/hooks/query/markAsSent/useQuickShareMarkAsSentMutation.d.ts +1 -1
- package/build/lib/hooks/useQuickShare.d.ts +15 -0
- package/build/lib/images/AccountIcon.d.ts +1 -1
- package/build/lib/images/AddIcon.d.ts +1 -1
- package/build/lib/images/CarIcon.d.ts +1 -1
- package/build/lib/images/CdkLogo.d.ts +1 -1
- package/build/lib/images/CdkSmallLogo.d.ts +1 -1
- package/build/lib/images/CdkSmallLogoActive.d.ts +1 -1
- package/build/lib/images/CheckmarkIcon.d.ts +1 -1
- package/build/lib/images/CloseCircleIcon.d.ts +1 -1
- package/build/lib/images/CloseIcon.d.ts +1 -1
- package/build/lib/images/CovideoLogo.d.ts +1 -1
- package/build/lib/images/CovideoSmallLogo.d.ts +1 -1
- package/build/lib/images/CovideoSmallLogoActive.d.ts +1 -1
- package/build/lib/images/DeleteIcon.d.ts +1 -1
- package/build/lib/images/Drag.d.ts +1 -1
- package/build/lib/images/HashtagIcon.d.ts +1 -1
- package/build/lib/images/LaptopIcon.d.ts +1 -1
- package/build/lib/images/SaveIcon.d.ts +1 -1
- package/build/lib/images/SettingsIcon.d.ts +1 -1
- package/build/lib/images/VectorIcon.d.ts +1 -1
- package/build/lib/images/VideoIcon.d.ts +1 -1
- package/build/lib/images/VirtualBgIcon.d.ts +1 -1
- package/build/lib/images/ZoomInIcon.d.ts +1 -1
- package/build/lib/images/ZoomOutIcon.d.ts +1 -1
- package/build/lib/images/pauseButton.d.ts +1 -1
- package/build/lib/images/playButton.d.ts +1 -1
- package/dist/206.index.cjs.js +1 -0
- package/dist/227.index.cjs.js +1 -0
- package/dist/305.index.cjs.js +1 -0
- package/dist/477.index.cjs.js +1 -0
- package/dist/534.index.cjs.js +1 -0
- package/dist/639.index.cjs.js +1 -0
- package/dist/67.index.cjs.js +1 -0
- package/dist/700.index.cjs.js +1 -0
- package/dist/802.index.cjs.js +1 -0
- package/dist/842.index.cjs.js +1 -0
- package/dist/908.index.cjs.js +1 -0
- package/dist/922.index.cjs.js +1 -0
- package/dist/index.cjs.js +5222 -0
- package/dist/index.cjs.js.LICENSE.txt +936 -0
- package/package.json +8 -2
- package/build/app/pages/recordv1/DroplrFilesTabContent.d.ts +0 -8
- package/build/lib/components/Search.d.ts +0 -19
- package/build/lib/components/modal/ModalRecordingSettings.d.ts +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-covideo-embed",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.56",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Covideo platform as an embeddable React component.",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -51,7 +51,8 @@
|
|
|
51
51
|
"storybook": "^8.0.2",
|
|
52
52
|
"style-loader": "^3.3.4",
|
|
53
53
|
"ts-loader": "^9.4.4",
|
|
54
|
-
"
|
|
54
|
+
"tslib": "^2.8.1",
|
|
55
|
+
"typescript": "^5.9.2",
|
|
55
56
|
"webpack": "^5.88.2",
|
|
56
57
|
"webpack-cli": "^5.1.4"
|
|
57
58
|
},
|
|
@@ -67,6 +68,10 @@
|
|
|
67
68
|
"file-saver": "^2.0.5",
|
|
68
69
|
"formik": "^2.2.9",
|
|
69
70
|
"fs-extra": "^11.1.1",
|
|
71
|
+
"i18next": "^22.5.1",
|
|
72
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
73
|
+
"i18next-http-backend": "^3.0.2",
|
|
74
|
+
"i18next-resources-to-backend": "^1.2.1",
|
|
70
75
|
"js-cookie": "2.2.1",
|
|
71
76
|
"jwt-decode": "^3.1.2",
|
|
72
77
|
"lodash": "^4.17.21",
|
|
@@ -79,6 +84,7 @@
|
|
|
79
84
|
"react-covideo-common": "0.1.71",
|
|
80
85
|
"react-dropzone": "11.3.2",
|
|
81
86
|
"react-full-screen": "^1.1.1",
|
|
87
|
+
"react-i18next": "^12.3.1",
|
|
82
88
|
"react-icons": "^4.7.1",
|
|
83
89
|
"react-infinite-scroll-component": "6.1.0",
|
|
84
90
|
"react-query": "^3.39.2",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Folder } from 'lib/api/folders/getFolders';
|
|
3
|
-
interface ComponentProps {
|
|
4
|
-
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
5
|
-
onSearch: (params: any) => void;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
initialValue?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
prevSearch?: string;
|
|
10
|
-
width?: string;
|
|
11
|
-
videoTags?: object[];
|
|
12
|
-
currentFolder?: Folder;
|
|
13
|
-
useTags?: boolean;
|
|
14
|
-
className?: string;
|
|
15
|
-
bgColor?: string;
|
|
16
|
-
dataCy?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare const Search: React.MemoExoticComponent<({ onSearch, placeholder, onChange, disabled, prevSearch, width, currentFolder, useTags, className, bgColor, dataCy, }: ComponentProps) => JSX.Element>;
|
|
19
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
type Props = {
|
|
2
|
-
disabled?: boolean;
|
|
3
|
-
title?: string;
|
|
4
|
-
text?: any;
|
|
5
|
-
handleModalClose: () => void;
|
|
6
|
-
handleSubmit: (data: object) => void;
|
|
7
|
-
initialSettings: any;
|
|
8
|
-
};
|
|
9
|
-
export declare const ModalRecordingSettings: ({ disabled, handleModalClose, handleSubmit, initialSettings, }: Props) => JSX.Element;
|
|
10
|
-
export {};
|