videomail-client 13.12.1 → 13.12.3
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 +5 -5
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/Videomail.d.ts +17 -16
- package/dist/esm/wrappers/form.d.ts +60 -58
- package/dist/umd/index.js +5 -5
- package/package.json +7 -7
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var __webpack_modules__ = {
|
|
2
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
2
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl" (module, __webpack_exports__, __webpack_require__) {
|
|
3
3
|
"use strict";
|
|
4
4
|
__webpack_require__.d(__webpack_exports__, {
|
|
5
5
|
A: ()=>__rspack_default_export
|
|
@@ -10595,8 +10595,8 @@ var __webpack_exports__ = {};
|
|
|
10595
10595
|
__webpack_require__.r(__webpack_exports__);
|
|
10596
10596
|
__webpack_require__.d(__webpack_exports__, {
|
|
10597
10597
|
Reactions: ()=>Reactions,
|
|
10598
|
-
|
|
10599
|
-
|
|
10598
|
+
VideoType: ()=>VideoType,
|
|
10599
|
+
VideomailClient: ()=>VideomailClient
|
|
10600
10600
|
});
|
|
10601
10601
|
const VideoType = {
|
|
10602
10602
|
WebM: "webm",
|
|
@@ -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.12.
|
|
10855
|
+
rE: "13.12.3"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
|
@@ -15334,7 +15334,7 @@ var __webpack_exports__ = {};
|
|
|
15334
15334
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
15335
15335
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
15336
15336
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
15337
|
-
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
15337
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl");
|
|
15338
15338
|
var main_options = {};
|
|
15339
15339
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
15340
15340
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/dist/esm/index.js
CHANGED
|
@@ -64,7 +64,7 @@ __webpack_require__.m = __webpack_modules__;
|
|
|
64
64
|
__webpack_require__.nc = void 0;
|
|
65
65
|
})();
|
|
66
66
|
__webpack_require__.add({
|
|
67
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
67
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl" (module, __webpack_exports__, __webpack_require__) {
|
|
68
68
|
__webpack_require__.d(__webpack_exports__, {
|
|
69
69
|
A: ()=>__rspack_default_export
|
|
70
70
|
});
|
|
@@ -3613,7 +3613,7 @@ const constants = {
|
|
|
3613
3613
|
}
|
|
3614
3614
|
};
|
|
3615
3615
|
var package_namespaceObject = {
|
|
3616
|
-
rE: "13.12.
|
|
3616
|
+
rE: "13.12.3"
|
|
3617
3617
|
};
|
|
3618
3618
|
function isAudioEnabled(options) {
|
|
3619
3619
|
return Boolean(options.audio.enabled);
|
|
@@ -4694,7 +4694,7 @@ const insertStyleElement = __webpack_require__("./node_modules/@rsbuild/core/com
|
|
|
4694
4694
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
4695
4695
|
const styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
4696
4696
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
4697
|
-
const main_0 = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
4697
|
+
const main_0 = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl");
|
|
4698
4698
|
var main_options = {};
|
|
4699
4699
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
4700
4700
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
|
@@ -7,6 +7,7 @@ import { RecordingStats } from "./RecordingStats";
|
|
|
7
7
|
import { UserKey } from "./user";
|
|
8
8
|
import VideoFormat from "./VideoFormat";
|
|
9
9
|
export interface Videomail {
|
|
10
|
+
url: string;
|
|
10
11
|
subject?: string;
|
|
11
12
|
body?: string;
|
|
12
13
|
from: EmailAddress;
|
|
@@ -15,6 +16,16 @@ export interface Videomail {
|
|
|
15
16
|
bcc?: EmailAddresses | undefined;
|
|
16
17
|
cc?: EmailAddresses | undefined;
|
|
17
18
|
alias: string;
|
|
19
|
+
replyAllUrl?: string;
|
|
20
|
+
replyUrl: string;
|
|
21
|
+
sentTo?: DeliveryRecord;
|
|
22
|
+
sentCc?: DeliveryRecord;
|
|
23
|
+
sentBcc?: DeliveryRecord;
|
|
24
|
+
rejectedTo?: DeliveryRecord;
|
|
25
|
+
rejectedCc?: DeliveryRecord;
|
|
26
|
+
rejectedBcc?: DeliveryRecord;
|
|
27
|
+
editUrl?: string;
|
|
28
|
+
repeatUrl?: string;
|
|
18
29
|
connection?: Record<string, number | string>;
|
|
19
30
|
dateCreated: number;
|
|
20
31
|
dateCreatedServerPretty: string;
|
|
@@ -25,8 +36,10 @@ export interface Videomail {
|
|
|
25
36
|
expiresAfterServerPretty: string;
|
|
26
37
|
format?: VideoFormat;
|
|
27
38
|
height?: number | undefined;
|
|
39
|
+
width?: number | undefined;
|
|
28
40
|
key: string;
|
|
29
41
|
mp4?: string;
|
|
42
|
+
webm?: string;
|
|
30
43
|
vtt?: string;
|
|
31
44
|
captions?: string | undefined;
|
|
32
45
|
poster?: string | undefined;
|
|
@@ -34,12 +47,14 @@ export interface Videomail {
|
|
|
34
47
|
recordingStats?: RecordingStats | undefined;
|
|
35
48
|
recordLocation?: string | undefined;
|
|
36
49
|
parentKey?: string | undefined;
|
|
50
|
+
userKey?: UserKey | undefined;
|
|
37
51
|
reactions?: ReactionsByUserKey | undefined;
|
|
38
52
|
reactionsPretty?: ReactionsPrettyByUserKey | undefined;
|
|
39
|
-
replyAllUrl?: string;
|
|
40
|
-
replyUrl: string;
|
|
41
53
|
commentUrl?: string | undefined;
|
|
54
|
+
commentCount?: number | undefined;
|
|
42
55
|
shareUrl?: string | undefined;
|
|
56
|
+
userPublicPoster?: string | undefined;
|
|
57
|
+
public?: boolean;
|
|
43
58
|
sending: boolean;
|
|
44
59
|
sent?: boolean;
|
|
45
60
|
sentDate?: number;
|
|
@@ -48,23 +63,9 @@ export interface Videomail {
|
|
|
48
63
|
serverTimePretty?: string;
|
|
49
64
|
whitelistKey: string;
|
|
50
65
|
siteName?: string | undefined;
|
|
51
|
-
url: string;
|
|
52
|
-
userKey?: UserKey | undefined;
|
|
53
|
-
userPublicPoster?: string | undefined;
|
|
54
66
|
versions: {
|
|
55
67
|
videomailNinjaFormPlugin?: string;
|
|
56
68
|
videomailClient: string;
|
|
57
69
|
};
|
|
58
|
-
webm?: string;
|
|
59
|
-
width?: number | undefined;
|
|
60
|
-
sentTo?: DeliveryRecord;
|
|
61
|
-
sentCc?: DeliveryRecord;
|
|
62
|
-
sentBcc?: DeliveryRecord;
|
|
63
|
-
rejectedTo?: DeliveryRecord;
|
|
64
|
-
rejectedCc?: DeliveryRecord;
|
|
65
|
-
rejectedBcc?: DeliveryRecord;
|
|
66
|
-
public?: boolean;
|
|
67
|
-
editUrl?: string;
|
|
68
|
-
repeatUrl?: string;
|
|
69
70
|
}
|
|
70
71
|
export type PartialVideomail = PartialDeep<Videomail>;
|
|
@@ -17,6 +17,7 @@ declare class Form extends Despot {
|
|
|
17
17
|
constructor(container: Container, formElement: HTMLFormElement, options: VideomailClientOptions);
|
|
18
18
|
private getData;
|
|
19
19
|
transformFormData(formInputs: FormInputs): {
|
|
20
|
+
url?: string;
|
|
20
21
|
subject?: string;
|
|
21
22
|
body?: string;
|
|
22
23
|
from?: import("..").EmailAddress;
|
|
@@ -25,6 +26,40 @@ declare class Form extends Despot {
|
|
|
25
26
|
bcc?: import("..").EmailAddresses | undefined;
|
|
26
27
|
cc?: import("..").EmailAddresses | undefined;
|
|
27
28
|
alias?: string;
|
|
29
|
+
replyAllUrl?: string;
|
|
30
|
+
replyUrl?: string;
|
|
31
|
+
sentTo?: {
|
|
32
|
+
[x: string]: {
|
|
33
|
+
userKey?: string | false;
|
|
34
|
+
} | undefined;
|
|
35
|
+
};
|
|
36
|
+
sentCc?: {
|
|
37
|
+
[x: string]: {
|
|
38
|
+
userKey?: string | false;
|
|
39
|
+
} | undefined;
|
|
40
|
+
};
|
|
41
|
+
sentBcc?: {
|
|
42
|
+
[x: string]: {
|
|
43
|
+
userKey?: string | false;
|
|
44
|
+
} | undefined;
|
|
45
|
+
};
|
|
46
|
+
rejectedTo?: {
|
|
47
|
+
[x: string]: {
|
|
48
|
+
userKey?: string | false;
|
|
49
|
+
} | undefined;
|
|
50
|
+
};
|
|
51
|
+
rejectedCc?: {
|
|
52
|
+
[x: string]: {
|
|
53
|
+
userKey?: string | false;
|
|
54
|
+
} | undefined;
|
|
55
|
+
};
|
|
56
|
+
rejectedBcc?: {
|
|
57
|
+
[x: string]: {
|
|
58
|
+
userKey?: string | false;
|
|
59
|
+
} | undefined;
|
|
60
|
+
};
|
|
61
|
+
editUrl?: string;
|
|
62
|
+
repeatUrl?: string;
|
|
28
63
|
connection?: {
|
|
29
64
|
[x: string]: string | number | undefined;
|
|
30
65
|
};
|
|
@@ -41,8 +76,10 @@ declare class Form extends Despot {
|
|
|
41
76
|
} | undefined;
|
|
42
77
|
};
|
|
43
78
|
height?: number | undefined | undefined;
|
|
79
|
+
width?: number | undefined | undefined;
|
|
44
80
|
key?: string;
|
|
45
81
|
mp4?: string;
|
|
82
|
+
webm?: string;
|
|
46
83
|
vtt?: string;
|
|
47
84
|
captions?: string | undefined | undefined;
|
|
48
85
|
poster?: string | undefined | undefined;
|
|
@@ -105,6 +142,7 @@ declare class Form extends Despot {
|
|
|
105
142
|
} | undefined;
|
|
106
143
|
recordLocation?: string | undefined | undefined;
|
|
107
144
|
parentKey?: string | undefined | undefined;
|
|
145
|
+
userKey?: string | undefined;
|
|
108
146
|
reactions?: {
|
|
109
147
|
love?: readonly string[];
|
|
110
148
|
applause?: readonly string[];
|
|
@@ -137,10 +175,11 @@ declare class Form extends Despot {
|
|
|
137
175
|
} | undefined;
|
|
138
176
|
};
|
|
139
177
|
} | undefined;
|
|
140
|
-
replyAllUrl?: string;
|
|
141
|
-
replyUrl?: string;
|
|
142
178
|
commentUrl?: string | undefined | undefined;
|
|
179
|
+
commentCount?: number | undefined | undefined;
|
|
143
180
|
shareUrl?: string | undefined | undefined;
|
|
181
|
+
userPublicPoster?: string | undefined | undefined;
|
|
182
|
+
public?: boolean;
|
|
144
183
|
sending?: boolean;
|
|
145
184
|
sent?: boolean;
|
|
146
185
|
sentDate?: number;
|
|
@@ -149,15 +188,23 @@ declare class Form extends Despot {
|
|
|
149
188
|
serverTimePretty?: string;
|
|
150
189
|
whitelistKey?: string;
|
|
151
190
|
siteName?: string | undefined | undefined;
|
|
152
|
-
url?: string;
|
|
153
|
-
userKey?: string | undefined;
|
|
154
|
-
userPublicPoster?: string | undefined | undefined;
|
|
155
191
|
versions?: {
|
|
156
192
|
videomailNinjaFormPlugin?: string;
|
|
157
193
|
videomailClient?: string;
|
|
158
194
|
};
|
|
159
|
-
|
|
160
|
-
|
|
195
|
+
};
|
|
196
|
+
getRecipients(): {
|
|
197
|
+
url?: string;
|
|
198
|
+
subject?: string;
|
|
199
|
+
body?: string;
|
|
200
|
+
from?: import("..").EmailAddress;
|
|
201
|
+
fromNickName?: string | null;
|
|
202
|
+
to?: import("..").EmailAddresses | undefined;
|
|
203
|
+
bcc?: import("..").EmailAddresses | undefined;
|
|
204
|
+
cc?: import("..").EmailAddresses | undefined;
|
|
205
|
+
alias?: string;
|
|
206
|
+
replyAllUrl?: string;
|
|
207
|
+
replyUrl?: string;
|
|
161
208
|
sentTo?: {
|
|
162
209
|
[x: string]: {
|
|
163
210
|
userKey?: string | false;
|
|
@@ -188,19 +235,8 @@ declare class Form extends Despot {
|
|
|
188
235
|
userKey?: string | false;
|
|
189
236
|
} | undefined;
|
|
190
237
|
};
|
|
191
|
-
public?: boolean;
|
|
192
238
|
editUrl?: string;
|
|
193
239
|
repeatUrl?: string;
|
|
194
|
-
};
|
|
195
|
-
getRecipients(): {
|
|
196
|
-
subject?: string;
|
|
197
|
-
body?: string;
|
|
198
|
-
from?: import("..").EmailAddress;
|
|
199
|
-
fromNickName?: string | null;
|
|
200
|
-
to?: import("..").EmailAddresses | undefined;
|
|
201
|
-
bcc?: import("..").EmailAddresses | undefined;
|
|
202
|
-
cc?: import("..").EmailAddresses | undefined;
|
|
203
|
-
alias?: string;
|
|
204
240
|
connection?: {
|
|
205
241
|
[x: string]: string | number | undefined;
|
|
206
242
|
};
|
|
@@ -217,8 +253,10 @@ declare class Form extends Despot {
|
|
|
217
253
|
} | undefined;
|
|
218
254
|
};
|
|
219
255
|
height?: number | undefined | undefined;
|
|
256
|
+
width?: number | undefined | undefined;
|
|
220
257
|
key?: string;
|
|
221
258
|
mp4?: string;
|
|
259
|
+
webm?: string;
|
|
222
260
|
vtt?: string;
|
|
223
261
|
captions?: string | undefined | undefined;
|
|
224
262
|
poster?: string | undefined | undefined;
|
|
@@ -281,6 +319,7 @@ declare class Form extends Despot {
|
|
|
281
319
|
} | undefined;
|
|
282
320
|
recordLocation?: string | undefined | undefined;
|
|
283
321
|
parentKey?: string | undefined | undefined;
|
|
322
|
+
userKey?: string | undefined;
|
|
284
323
|
reactions?: {
|
|
285
324
|
love?: readonly string[];
|
|
286
325
|
applause?: readonly string[];
|
|
@@ -313,10 +352,11 @@ declare class Form extends Despot {
|
|
|
313
352
|
} | undefined;
|
|
314
353
|
};
|
|
315
354
|
} | undefined;
|
|
316
|
-
replyAllUrl?: string;
|
|
317
|
-
replyUrl?: string;
|
|
318
355
|
commentUrl?: string | undefined | undefined;
|
|
356
|
+
commentCount?: number | undefined | undefined;
|
|
319
357
|
shareUrl?: string | undefined | undefined;
|
|
358
|
+
userPublicPoster?: string | undefined | undefined;
|
|
359
|
+
public?: boolean;
|
|
320
360
|
sending?: boolean;
|
|
321
361
|
sent?: boolean;
|
|
322
362
|
sentDate?: number;
|
|
@@ -325,48 +365,10 @@ declare class Form extends Despot {
|
|
|
325
365
|
serverTimePretty?: string;
|
|
326
366
|
whitelistKey?: string;
|
|
327
367
|
siteName?: string | undefined | undefined;
|
|
328
|
-
url?: string;
|
|
329
|
-
userKey?: string | undefined;
|
|
330
|
-
userPublicPoster?: string | undefined | undefined;
|
|
331
368
|
versions?: {
|
|
332
369
|
videomailNinjaFormPlugin?: string;
|
|
333
370
|
videomailClient?: string;
|
|
334
371
|
};
|
|
335
|
-
webm?: string;
|
|
336
|
-
width?: number | undefined | undefined;
|
|
337
|
-
sentTo?: {
|
|
338
|
-
[x: string]: {
|
|
339
|
-
userKey?: string | false;
|
|
340
|
-
} | undefined;
|
|
341
|
-
};
|
|
342
|
-
sentCc?: {
|
|
343
|
-
[x: string]: {
|
|
344
|
-
userKey?: string | false;
|
|
345
|
-
} | undefined;
|
|
346
|
-
};
|
|
347
|
-
sentBcc?: {
|
|
348
|
-
[x: string]: {
|
|
349
|
-
userKey?: string | false;
|
|
350
|
-
} | undefined;
|
|
351
|
-
};
|
|
352
|
-
rejectedTo?: {
|
|
353
|
-
[x: string]: {
|
|
354
|
-
userKey?: string | false;
|
|
355
|
-
} | undefined;
|
|
356
|
-
};
|
|
357
|
-
rejectedCc?: {
|
|
358
|
-
[x: string]: {
|
|
359
|
-
userKey?: string | false;
|
|
360
|
-
} | undefined;
|
|
361
|
-
};
|
|
362
|
-
rejectedBcc?: {
|
|
363
|
-
[x: string]: {
|
|
364
|
-
userKey?: string | false;
|
|
365
|
-
} | undefined;
|
|
366
|
-
};
|
|
367
|
-
public?: boolean;
|
|
368
|
-
editUrl?: string;
|
|
369
|
-
repeatUrl?: string;
|
|
370
372
|
};
|
|
371
373
|
loadVideomail(videomail: Videomail): void;
|
|
372
374
|
private setDisabled;
|
package/dist/umd/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
else root["VideomailClient"] = factory();
|
|
6
6
|
})(globalThis, ()=>(()=>{
|
|
7
7
|
var __webpack_modules__ = {
|
|
8
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
8
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl" (module1, __webpack_exports__, __webpack_require__) {
|
|
9
9
|
"use strict";
|
|
10
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
11
|
A: ()=>__rspack_default_export
|
|
@@ -10601,8 +10601,8 @@
|
|
|
10601
10601
|
__webpack_require__.r(__webpack_exports__);
|
|
10602
10602
|
__webpack_require__.d(__webpack_exports__, {
|
|
10603
10603
|
Reactions: ()=>Reactions,
|
|
10604
|
-
|
|
10605
|
-
|
|
10604
|
+
VideoType: ()=>VideoType,
|
|
10605
|
+
VideomailClient: ()=>VideomailClient
|
|
10606
10606
|
});
|
|
10607
10607
|
const VideoType = {
|
|
10608
10608
|
WebM: "webm",
|
|
@@ -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.12.
|
|
10861
|
+
rE: "13.12.3"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|
|
@@ -15196,7 +15196,7 @@
|
|
|
15196
15196
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
15197
15197
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
15198
15198
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
15199
|
-
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
15199
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl");
|
|
15200
15200
|
var main_options = {};
|
|
15201
15201
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
15202
15202
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "13.12.
|
|
3
|
+
"version": "13.12.3",
|
|
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",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@chromatic-com/storybook": "5.1.2",
|
|
79
|
-
"@eslint/config-inspector": "2.0.
|
|
79
|
+
"@eslint/config-inspector": "2.0.1",
|
|
80
80
|
"@eslint/js": "10.0.1",
|
|
81
81
|
"@rsbuild/plugin-node-polyfill": "1.4.4",
|
|
82
82
|
"@rsbuild/plugin-stylus": "1.3.2",
|
|
83
83
|
"@rsdoctor/rspack-plugin": "1.5.9",
|
|
84
|
-
"@rslib/core": "0.21.
|
|
84
|
+
"@rslib/core": "0.21.4",
|
|
85
85
|
"@storybook/addon-a11y": "10.3.6",
|
|
86
86
|
"@storybook/addon-docs": "10.3.6",
|
|
87
87
|
"@storybook/addon-links": "10.3.6",
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"@types/ua-parser-js": "0.7.39",
|
|
95
95
|
"@vitest/eslint-plugin": "1.6.16",
|
|
96
96
|
"audit-ci": "7.1.0",
|
|
97
|
-
"chromatic": "16.
|
|
97
|
+
"chromatic": "16.9.0",
|
|
98
98
|
"cross-env": "10.1.0",
|
|
99
99
|
"eslint": "10.3.0",
|
|
100
100
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
101
|
-
"eslint-plugin-de-morgan": "2.1.
|
|
101
|
+
"eslint-plugin-de-morgan": "2.1.2",
|
|
102
102
|
"eslint-plugin-depend": "1.5.0",
|
|
103
103
|
"eslint-plugin-import-x": "4.16.2",
|
|
104
104
|
"eslint-plugin-package-json": "0.91.2",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
107
107
|
"globals": "17.6.0",
|
|
108
108
|
"jsdom": "29.1.1",
|
|
109
|
-
"msw": "2.14.
|
|
109
|
+
"msw": "2.14.3",
|
|
110
110
|
"msw-storybook-addon": "2.0.7",
|
|
111
111
|
"prettier": "3.8.3",
|
|
112
112
|
"prettier-plugin-curly": "0.4.1",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"storybook-html-rsbuild": "3.3.3",
|
|
119
119
|
"type-fest": "5.6.0",
|
|
120
120
|
"typescript": "6.0.3",
|
|
121
|
-
"typescript-eslint": "8.59.
|
|
121
|
+
"typescript-eslint": "8.59.2",
|
|
122
122
|
"vitest": "4.1.5"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|