videomail-client 10.2.26 → 10.2.28
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 +2 -3
- package/dist/esm/index.js +2 -3
- package/dist/esm/types/error.d.ts +0 -1
- package/dist/umd/index.js +2 -3
- package/package.json +7 -7
package/dist/cjs/index.cjs
CHANGED
|
@@ -14128,7 +14128,7 @@ var __webpack_exports__ = {};
|
|
|
14128
14128
|
}
|
|
14129
14129
|
const wrappers_form = Form;
|
|
14130
14130
|
var package_namespaceObject = {
|
|
14131
|
-
i8: "10.2.
|
|
14131
|
+
i8: "10.2.28"
|
|
14132
14132
|
};
|
|
14133
14133
|
function resource_define_property(obj, key, value) {
|
|
14134
14134
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
@@ -14231,7 +14231,6 @@ var __webpack_exports__ = {};
|
|
|
14231
14231
|
logLines: err.logLines,
|
|
14232
14232
|
orientation: err.orientation,
|
|
14233
14233
|
os: err.os,
|
|
14234
|
-
promise: err.promise,
|
|
14235
14234
|
reason: err.reason,
|
|
14236
14235
|
screen: err.screen,
|
|
14237
14236
|
siteName: err.siteName,
|
|
@@ -17823,7 +17822,7 @@ var __webpack_exports__ = {};
|
|
|
17823
17822
|
const element = e.target;
|
|
17824
17823
|
const tagName = element.tagName;
|
|
17825
17824
|
const isEditable = element.isContentEditable || "true" === element.contentEditable;
|
|
17826
|
-
if (!isEditable && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17825
|
+
if (!isEditable && tagName && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17827
17826
|
const code = e.code;
|
|
17828
17827
|
if ("Space" === code) {
|
|
17829
17828
|
e.preventDefault();
|
package/dist/esm/index.js
CHANGED
|
@@ -4075,7 +4075,7 @@ class Form extends util_Despot {
|
|
|
4075
4075
|
}
|
|
4076
4076
|
const wrappers_form = Form;
|
|
4077
4077
|
var package_namespaceObject = {
|
|
4078
|
-
i8: "10.2.
|
|
4078
|
+
i8: "10.2.28"
|
|
4079
4079
|
};
|
|
4080
4080
|
function findOriginalExc(exc) {
|
|
4081
4081
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -4173,7 +4173,6 @@ class Resource {
|
|
|
4173
4173
|
logLines: err.logLines,
|
|
4174
4174
|
orientation: err.orientation,
|
|
4175
4175
|
os: err.os,
|
|
4176
|
-
promise: err.promise,
|
|
4177
4176
|
reason: err.reason,
|
|
4178
4177
|
screen: err.screen,
|
|
4179
4178
|
siteName: err.siteName,
|
|
@@ -7511,7 +7510,7 @@ class Container extends util_Despot {
|
|
|
7511
7510
|
const element = e.target;
|
|
7512
7511
|
const tagName = element.tagName;
|
|
7513
7512
|
const isEditable = element.isContentEditable || "true" === element.contentEditable;
|
|
7514
|
-
if (!isEditable && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
7513
|
+
if (!isEditable && tagName && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
7515
7514
|
const code = e.code;
|
|
7516
7515
|
if ("Space" === code) {
|
|
7517
7516
|
e.preventDefault();
|
package/dist/umd/index.js
CHANGED
|
@@ -14095,7 +14095,7 @@
|
|
|
14095
14095
|
}
|
|
14096
14096
|
const wrappers_form = Form;
|
|
14097
14097
|
var package_namespaceObject = {
|
|
14098
|
-
i8: "10.2.
|
|
14098
|
+
i8: "10.2.28"
|
|
14099
14099
|
};
|
|
14100
14100
|
function findOriginalExc(exc) {
|
|
14101
14101
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -14193,7 +14193,6 @@
|
|
|
14193
14193
|
logLines: err.logLines,
|
|
14194
14194
|
orientation: err.orientation,
|
|
14195
14195
|
os: err.os,
|
|
14196
|
-
promise: err.promise,
|
|
14197
14196
|
reason: err.reason,
|
|
14198
14197
|
screen: err.screen,
|
|
14199
14198
|
siteName: err.siteName,
|
|
@@ -17609,7 +17608,7 @@
|
|
|
17609
17608
|
const element = e.target;
|
|
17610
17609
|
const tagName = element.tagName;
|
|
17611
17610
|
const isEditable = element.isContentEditable || "true" === element.contentEditable;
|
|
17612
|
-
if (!isEditable && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17611
|
+
if (!isEditable && tagName && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17613
17612
|
const code = e.code;
|
|
17614
17613
|
if ("Space" === code) {
|
|
17615
17614
|
e.preventDefault();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.28",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@chromatic-com/storybook": "3.2.6",
|
|
77
|
-
"@eslint/js": "9.25.
|
|
77
|
+
"@eslint/js": "9.25.1",
|
|
78
78
|
"@rsbuild/plugin-node-polyfill": "1.3.0",
|
|
79
79
|
"@rsbuild/plugin-stylus": "1.1.1",
|
|
80
80
|
"@rsdoctor/rspack-plugin": "1.0.2",
|
|
81
|
-
"@rslib/core": "0.6.
|
|
81
|
+
"@rslib/core": "0.6.7",
|
|
82
82
|
"@storybook/addon-a11y": "8.6.12",
|
|
83
83
|
"@storybook/addon-console": "3.0.0",
|
|
84
84
|
"@storybook/addon-essentials": "8.6.12",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"audit-ci": "7.1.0",
|
|
98
98
|
"chromatic": "11.28.2",
|
|
99
99
|
"cross-env": "7.0.3",
|
|
100
|
-
"eslint": "9.25.
|
|
101
|
-
"eslint-import-resolver-typescript": "4.3.
|
|
100
|
+
"eslint": "9.25.1",
|
|
101
|
+
"eslint-import-resolver-typescript": "4.3.4",
|
|
102
102
|
"eslint-plugin-depend": "1.0.0",
|
|
103
103
|
"eslint-plugin-import-x": "4.10.6",
|
|
104
104
|
"eslint-plugin-promise": "7.2.1",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"storybook-html-rsbuild": "1.0.1",
|
|
119
119
|
"type-fest": "4.40.0",
|
|
120
120
|
"typescript": "5.8.3",
|
|
121
|
-
"typescript-eslint": "8.
|
|
122
|
-
"vitest": "3.1.
|
|
121
|
+
"typescript-eslint": "8.31.0",
|
|
122
|
+
"vitest": "3.1.2"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|
|
125
125
|
"node": "^22.8.0",
|