videomail-client 13.8.27 → 13.9.0
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/index.cjs +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +3 -3
- package/dist/esm/.storybook/main.d.ts +0 -3
- package/dist/esm/.storybook/manager.d.ts +0 -1
- package/dist/esm/.storybook/preview.d.ts +0 -3
- package/dist/esm/.storybook/theme.d.ts +0 -2
- package/dist/esm/eslint.config.d.ts +0 -2
- package/dist/esm/etc/release-it.d.ts +0 -3
- package/dist/esm/prettier.config.d.ts +0 -2
- package/dist/esm/rslib.config.d.ts +0 -2
- package/dist/esm/src/__tests__/client.test.d.ts +0 -1
- package/dist/esm/src/__tests__/resource.test.d.ts +0 -1
- package/dist/esm/src/stories/Correct.stories.d.ts +0 -6
- package/dist/esm/src/stories/Error.stories.d.ts +0 -6
- package/dist/esm/src/stories/Form.stories.d.ts +0 -10
- package/dist/esm/src/stories/Player.stories.d.ts +0 -8
- package/dist/esm/src/stories/Record.stories.d.ts +0 -18
- package/dist/esm/src/stories/static/json/desktopVideomail.d.ts +0 -3
- package/dist/esm/src/stories/static/json/mobileVideomail.d.ts +0 -3
- package/dist/esm/src/util/__tests__/Browser.test.d.ts +0 -1
- package/dist/esm/src/util/__tests__/pad.test.d.ts +0 -1
- package/dist/esm/src/util/__tests__/pretty.test.d.ts +0 -1
- package/dist/esm/src/util/__tests__/trimEmail.test.d.ts +0 -1
- package/dist/esm/src/util/error/__tests__/VideomailError.test.d.ts +0 -1
- package/dist/esm/src/util/error/__tests__/createError.test.d.ts +0 -1
- package/dist/esm/vite.config.d.ts +0 -2
- /package/dist/esm/{src/client.d.ts → client.d.ts} +0 -0
- /package/dist/esm/{src/constants.d.ts → constants.d.ts} +0 -0
- /package/dist/esm/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/esm/{src/options.d.ts → options.d.ts} +0 -0
- /package/dist/esm/{src/resource.d.ts → resource.d.ts} +0 -0
- /package/dist/esm/{src/types → types}/BrowserStats.d.ts +0 -0
- /package/dist/esm/{src/types → types}/Delivery.d.ts +0 -0
- /package/dist/esm/{src/types → types}/EmailAddress.d.ts +0 -0
- /package/dist/esm/{src/types → types}/RecordingStats.d.ts +0 -0
- /package/dist/esm/{src/types → types}/VideoFormat.d.ts +0 -0
- /package/dist/esm/{src/types → types}/VideoType.d.ts +0 -0
- /package/dist/esm/{src/types → types}/Videomail.d.ts +0 -0
- /package/dist/esm/{src/types → types}/command.d.ts +0 -0
- /package/dist/esm/{src/types → types}/dimension.d.ts +0 -0
- /package/dist/esm/{src/types → types}/env.d.ts +0 -0
- /package/dist/esm/{src/types → types}/error.d.ts +0 -0
- /package/dist/esm/{src/types → types}/events/index.d.ts +0 -0
- /package/dist/esm/{src/types → types}/events/params.d.ts +0 -0
- /package/dist/esm/{src/types → types}/options.d.ts +0 -0
- /package/dist/esm/{src/types → types}/reaction.d.ts +0 -0
- /package/dist/esm/{src/types → types}/user.d.ts +0 -0
- /package/dist/esm/{src/util → util}/Browser.d.ts +0 -0
- /package/dist/esm/{src/util → util}/CollectLogger.d.ts +0 -0
- /package/dist/esm/{src/util → util}/Despot.d.ts +0 -0
- /package/dist/esm/{src/util → util}/error/HTTPVideomailError.d.ts +0 -0
- /package/dist/esm/{src/util → util}/error/VideomailError.d.ts +0 -0
- /package/dist/esm/{src/util → util}/error/createError.d.ts +0 -0
- /package/dist/esm/{src/util → util}/getBrowser.d.ts +0 -0
- /package/dist/esm/{src/util → util}/getNodeEnv.d.ts +0 -0
- /package/dist/esm/{src/util → util}/getValidity.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/adjustButton.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/calculateHeight.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/calculateWidth.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/figureMinHeight.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/getOuterWidth.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/getRatio.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/limitHeight.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/limitWidth.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/dimensions/useFullWidth.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/disableElement.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/enableElement.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/hideElement.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/isHidden.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/isNotButton.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/isShown.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/media/AudioRecorder.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/media/canPlayType.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/media/getFirstVideoTrack.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/media/mediaEvents.d.ts +0 -0
- /package/dist/esm/{src/util → util}/html/showElement.d.ts +0 -0
- /package/dist/esm/{src/util → util}/isProductionMode.d.ts +0 -0
- /package/dist/esm/{src/util → util}/isTest.d.ts +0 -0
- /package/dist/esm/{src/util → util}/options/audio.d.ts +0 -0
- /package/dist/esm/{src/util → util}/options/mergeWithDefaultOptions.d.ts +0 -0
- /package/dist/esm/{src/util → util}/pad.d.ts +0 -0
- /package/dist/esm/{src/util → util}/pretty.d.ts +0 -0
- /package/dist/esm/{src/util → util}/trimEmail.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/buttons.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/container.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/form.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/inside/recorder/countdown.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/inside/recorder/facingMode.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/inside/recorder/pausedNote.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/inside/recorder/recordNote.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/inside/recorder/recordTimer.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/inside/recorderInsides.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/notifier.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/recorder.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/replay.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals/userMedia.d.ts +0 -0
- /package/dist/esm/{src/wrappers → wrappers}/visuals.d.ts +0 -0
package/dist/cjs/index.cjs
CHANGED
|
@@ -10852,7 +10852,7 @@ var __webpack_exports__ = {};
|
|
|
10852
10852
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10853
10853
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10854
10854
|
var package_namespaceObject = {
|
|
10855
|
-
rE: "13.
|
|
10855
|
+
rE: "13.9.0"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
package/dist/umd/index.js
CHANGED
|
@@ -10858,7 +10858,7 @@
|
|
|
10858
10858
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10859
10859
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10860
10860
|
var package_namespaceObject = {
|
|
10861
|
-
rE: "13.
|
|
10861
|
+
rE: "13.9.0"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.9.0",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, for Deaf and Sign Language!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"type": "module",
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
31
|
-
"types": "./dist/esm/
|
|
31
|
+
"types": "./dist/esm/index.d.ts",
|
|
32
32
|
"umd": "./dist/umd/index.js",
|
|
33
33
|
"require": "./dist/cjs/index.cjs",
|
|
34
34
|
"import": "./dist/esm/index.js"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"main": "./dist/esm/index.js",
|
|
38
38
|
"module": "./dist/esm/index.js",
|
|
39
|
-
"types": "./dist/esm/
|
|
39
|
+
"types": "./dist/esm/index.d.ts",
|
|
40
40
|
"files": [
|
|
41
41
|
"dist"
|
|
42
42
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/html";
|
|
2
|
-
import { PartialVideomailClientOptions } from "../types/options";
|
|
3
|
-
declare const meta: Meta<PartialVideomailClientOptions>;
|
|
4
|
-
type Story = StoryObj<PartialVideomailClientOptions>;
|
|
5
|
-
export declare const CorrectExisting: Story;
|
|
6
|
-
export default meta;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/html";
|
|
2
|
-
import { PartialVideomailClientOptions } from "../types/options";
|
|
3
|
-
declare const meta: Meta<PartialVideomailClientOptions>;
|
|
4
|
-
type Story = StoryObj<PartialVideomailClientOptions>;
|
|
5
|
-
export declare const InvalidWhitelistKey: Story;
|
|
6
|
-
export default meta;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/html";
|
|
2
|
-
import { PartialVideomailClientOptions } from "../types/options";
|
|
3
|
-
declare const meta: Meta<PartialVideomailClientOptions>;
|
|
4
|
-
type Story = StoryObj<PartialVideomailClientOptions>;
|
|
5
|
-
export declare const DirectSubmission: Story;
|
|
6
|
-
export declare const ContactForm: Story;
|
|
7
|
-
export declare const VideoSubmissionOnly: Story;
|
|
8
|
-
export declare const Stretch: Story;
|
|
9
|
-
export declare const WithCCAndBCC: Story;
|
|
10
|
-
export default meta;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/html";
|
|
2
|
-
import { PartialVideomailClientOptions } from "../types/options";
|
|
3
|
-
declare const meta: Meta<PartialVideomailClientOptions>;
|
|
4
|
-
type Story = StoryObj<PartialVideomailClientOptions>;
|
|
5
|
-
export declare const PlayDesktopVideomail: Story;
|
|
6
|
-
export declare const PlayMobileVideomail: Story;
|
|
7
|
-
export declare const PlayVideomailWithForm: Story;
|
|
8
|
-
export default meta;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import "./static/css/entertain.css";
|
|
2
|
-
import type { Meta, StoryObj } from "@storybook/html";
|
|
3
|
-
import { PartialVideomailClientOptions } from "../types/options";
|
|
4
|
-
declare const meta: Meta<PartialVideomailClientOptions>;
|
|
5
|
-
type Story = StoryObj<PartialVideomailClientOptions>;
|
|
6
|
-
export declare const DeadSimple: Story;
|
|
7
|
-
export declare const SimpleJpegs: Story;
|
|
8
|
-
export declare const Audio: Story;
|
|
9
|
-
export declare const ChangingLimit: Story;
|
|
10
|
-
export declare const HighQuality: Story;
|
|
11
|
-
export declare const AskOnRecord: Story;
|
|
12
|
-
export declare const FacingMode: Story;
|
|
13
|
-
export declare const Entertain: Story;
|
|
14
|
-
export declare const Inject: Story;
|
|
15
|
-
export declare const AutoRecord: Story;
|
|
16
|
-
export declare const MobileBreakPoint: Story;
|
|
17
|
-
export declare const AutoPlayOnReplay: Story;
|
|
18
|
-
export default meta;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|