videomail-client 10.2.27 → 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 -2
- package/dist/esm/index.js +2 -2
- package/dist/umd/index.js +2 -2
- package/package.json +2 -2
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, {
|
|
@@ -17822,7 +17822,7 @@ var __webpack_exports__ = {};
|
|
|
17822
17822
|
const element = e.target;
|
|
17823
17823
|
const tagName = element.tagName;
|
|
17824
17824
|
const isEditable = element.isContentEditable || "true" === element.contentEditable;
|
|
17825
|
-
if (!isEditable && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17825
|
+
if (!isEditable && tagName && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17826
17826
|
const code = e.code;
|
|
17827
17827
|
if ("Space" === code) {
|
|
17828
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) {
|
|
@@ -7510,7 +7510,7 @@ class Container extends util_Despot {
|
|
|
7510
7510
|
const element = e.target;
|
|
7511
7511
|
const tagName = element.tagName;
|
|
7512
7512
|
const isEditable = element.isContentEditable || "true" === element.contentEditable;
|
|
7513
|
-
if (!isEditable && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
7513
|
+
if (!isEditable && tagName && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
7514
7514
|
const code = e.code;
|
|
7515
7515
|
if ("Space" === code) {
|
|
7516
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) {
|
|
@@ -17608,7 +17608,7 @@
|
|
|
17608
17608
|
const element = e.target;
|
|
17609
17609
|
const tagName = element.tagName;
|
|
17610
17610
|
const isEditable = element.isContentEditable || "true" === element.contentEditable;
|
|
17611
|
-
if (!isEditable && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17611
|
+
if (!isEditable && tagName && "INPUT" !== tagName.toUpperCase() && "TEXTAREA" !== tagName.toUpperCase()) {
|
|
17612
17612
|
const code = e.code;
|
|
17613
17613
|
if ("Space" === code) {
|
|
17614
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",
|
|
@@ -78,7 +78,7 @@
|
|
|
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",
|