@myinterview/widget-react 1.1.23-binary-006 → 1.1.23-binary-007
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/dist/cjs/components/CountDown.d.ts +2 -2
- package/dist/cjs/components/Counter.d.ts +2 -2
- package/dist/cjs/components/DeviceSelector.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/CountDown.d.ts +2 -2
- package/dist/esm/components/Counter.d.ts +2 -2
- package/dist/esm/components/DeviceSelector.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +8 -8
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface CountDownProps {
|
|
3
3
|
countDown: number;
|
|
4
4
|
forceMobileCounter?: boolean;
|
|
5
5
|
numberOfSecondsToHighlight?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare const CountDown: ({ countDown, forceMobileCounter, numberOfSecondsToHighlight }: CountDownProps) => JSX.Element;
|
|
7
|
+
export declare const CountDown: ({ countDown, forceMobileCounter, numberOfSecondsToHighlight }: CountDownProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface CounterProps {
|
|
3
3
|
counter: number;
|
|
4
4
|
limit: number;
|
|
5
5
|
isRecording: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const Counter: ({ counter, limit, isRecording }: CounterProps) => JSX.Element;
|
|
7
|
+
export declare const Counter: ({ counter, limit, isRecording }: CounterProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -9,4 +9,4 @@ export interface IDeviceSelectorProps {
|
|
|
9
9
|
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
10
10
|
recordWithoutVideo?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const DeviceSelector: ({ handleDeviceChange, videoDevices, audioDevices, selectedAudioDevice, selectedVideoDevice, myinterviewRef, recordWithoutVideo, }: IDeviceSelectorProps) => JSX.Element;
|
|
12
|
+
export declare const DeviceSelector: ({ handleDeviceChange, videoDevices, audioDevices, selectedAudioDevice, selectedVideoDevice, myinterviewRef, recordWithoutVideo, }: IDeviceSelectorProps) => React.JSX.Element;
|
package/dist/cjs/index.js
CHANGED
|
@@ -28978,7 +28978,7 @@ const configGenerator = () => {
|
|
|
28978
28978
|
let release;
|
|
28979
28979
|
try {
|
|
28980
28980
|
environment !== null && environment !== void 0 ? environment : (environment = "staging");
|
|
28981
|
-
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-
|
|
28981
|
+
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-007");
|
|
28982
28982
|
}
|
|
28983
28983
|
catch (_a) {
|
|
28984
28984
|
console.error('sentry configGenerator error');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface CountDownProps {
|
|
3
3
|
countDown: number;
|
|
4
4
|
forceMobileCounter?: boolean;
|
|
5
5
|
numberOfSecondsToHighlight?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare const CountDown: ({ countDown, forceMobileCounter, numberOfSecondsToHighlight }: CountDownProps) => JSX.Element;
|
|
7
|
+
export declare const CountDown: ({ countDown, forceMobileCounter, numberOfSecondsToHighlight }: CountDownProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface CounterProps {
|
|
3
3
|
counter: number;
|
|
4
4
|
limit: number;
|
|
5
5
|
isRecording: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const Counter: ({ counter, limit, isRecording }: CounterProps) => JSX.Element;
|
|
7
|
+
export declare const Counter: ({ counter, limit, isRecording }: CounterProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -9,4 +9,4 @@ export interface IDeviceSelectorProps {
|
|
|
9
9
|
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
10
10
|
recordWithoutVideo?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const DeviceSelector: ({ handleDeviceChange, videoDevices, audioDevices, selectedAudioDevice, selectedVideoDevice, myinterviewRef, recordWithoutVideo, }: IDeviceSelectorProps) => JSX.Element;
|
|
12
|
+
export declare const DeviceSelector: ({ handleDeviceChange, videoDevices, audioDevices, selectedAudioDevice, selectedVideoDevice, myinterviewRef, recordWithoutVideo, }: IDeviceSelectorProps) => React.JSX.Element;
|
package/dist/esm/index.js
CHANGED
|
@@ -28952,7 +28952,7 @@ const configGenerator = () => {
|
|
|
28952
28952
|
let release;
|
|
28953
28953
|
try {
|
|
28954
28954
|
environment !== null && environment !== void 0 ? environment : (environment = "staging");
|
|
28955
|
-
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-
|
|
28955
|
+
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-007");
|
|
28956
28956
|
}
|
|
28957
28957
|
catch (_a) {
|
|
28958
28958
|
console.error('sentry configGenerator error');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myinterview/widget-react",
|
|
3
|
-
"version": "1.1.23-binary-
|
|
3
|
+
"version": "1.1.23-binary-007",
|
|
4
4
|
"description": "myInterview widget v3",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -82,18 +82,18 @@
|
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
|
|
85
|
+
"@babel/core": "7.16.0",
|
|
86
86
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
|
87
87
|
"@rollup/plugin-babel": "6.0.3",
|
|
88
88
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
89
89
|
"@rollup/plugin-json": "4.1.0",
|
|
90
90
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
91
|
-
"@rollup/plugin-replace": "5.0.2",
|
|
92
|
-
"@rollup/plugin-typescript": "8.
|
|
93
|
-
"@svgr/webpack": "
|
|
94
|
-
"@testing-library/jest-dom": "5.16.
|
|
95
|
-
"@testing-library/react": "13.4.0",
|
|
96
|
-
"@testing-library/user-event": "13.5.0",
|
|
91
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
92
|
+
"@rollup/plugin-typescript": "^8.3.3",
|
|
93
|
+
"@svgr/webpack": "^8.0.1",
|
|
94
|
+
"@testing-library/jest-dom": "^5.16.4",
|
|
95
|
+
"@testing-library/react": "^12.1.5 || ^13.4.0",
|
|
96
|
+
"@testing-library/user-event": "^13.5.0",
|
|
97
97
|
"@types/crypto-js": "^4.1.1",
|
|
98
98
|
"@types/jest": "^27.4.1",
|
|
99
99
|
"@types/node": "^16.11.26",
|