@verdocs/web-sdk-react 5.3.5 → 5.4.2

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.
@@ -80,7 +80,7 @@ import React from 'react';
80
80
  export const VerdocsAuth = /*@__PURE__*/ createComponent({
81
81
  tagName: 'verdocs-auth',
82
82
  elementClass: VerdocsAuthElement,
83
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
83
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
84
84
  react: React,
85
85
  events: {
86
86
  onAuthenticated: 'authenticated',
@@ -91,7 +91,7 @@ export const VerdocsAuth = /*@__PURE__*/ createComponent({
91
91
  export const VerdocsBuild = /*@__PURE__*/ createComponent({
92
92
  tagName: 'verdocs-build',
93
93
  elementClass: VerdocsBuildElement,
94
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
94
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
95
95
  react: React,
96
96
  events: {
97
97
  onCancel: 'cancel',
@@ -107,7 +107,7 @@ export const VerdocsBuild = /*@__PURE__*/ createComponent({
107
107
  export const VerdocsButton = /*@__PURE__*/ createComponent({
108
108
  tagName: 'verdocs-button',
109
109
  elementClass: VerdocsButtonElement,
110
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
110
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
111
111
  react: React,
112
112
  events: {},
113
113
  defineCustomElement: defineVerdocsButton
@@ -115,7 +115,7 @@ export const VerdocsButton = /*@__PURE__*/ createComponent({
115
115
  export const VerdocsButtonPanel = /*@__PURE__*/ createComponent({
116
116
  tagName: 'verdocs-button-panel',
117
117
  elementClass: VerdocsButtonPanelElement,
118
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
118
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
119
119
  react: React,
120
120
  events: {},
121
121
  defineCustomElement: defineVerdocsButtonPanel
@@ -123,7 +123,7 @@ export const VerdocsButtonPanel = /*@__PURE__*/ createComponent({
123
123
  export const VerdocsCheckbox = /*@__PURE__*/ createComponent({
124
124
  tagName: 'verdocs-checkbox',
125
125
  elementClass: VerdocsCheckboxElement,
126
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
126
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
127
127
  react: React,
128
128
  events: {},
129
129
  defineCustomElement: defineVerdocsCheckbox
@@ -131,7 +131,7 @@ export const VerdocsCheckbox = /*@__PURE__*/ createComponent({
131
131
  export const VerdocsComponentError = /*@__PURE__*/ createComponent({
132
132
  tagName: 'verdocs-component-error',
133
133
  elementClass: VerdocsComponentErrorElement,
134
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
134
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
135
135
  react: React,
136
136
  events: {},
137
137
  defineCustomElement: defineVerdocsComponentError
@@ -139,7 +139,7 @@ export const VerdocsComponentError = /*@__PURE__*/ createComponent({
139
139
  export const VerdocsContactPicker = /*@__PURE__*/ createComponent({
140
140
  tagName: 'verdocs-contact-picker',
141
141
  elementClass: VerdocsContactPickerElement,
142
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
142
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
143
143
  react: React,
144
144
  events: {
145
145
  onSearchContacts: 'searchContacts',
@@ -151,7 +151,7 @@ export const VerdocsContactPicker = /*@__PURE__*/ createComponent({
151
151
  export const VerdocsDateInput = /*@__PURE__*/ createComponent({
152
152
  tagName: 'verdocs-date-input',
153
153
  elementClass: VerdocsDateInputElement,
154
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
154
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
155
155
  react: React,
156
156
  events: {},
157
157
  defineCustomElement: defineVerdocsDateInput
@@ -159,7 +159,7 @@ export const VerdocsDateInput = /*@__PURE__*/ createComponent({
159
159
  export const VerdocsDelegateDialog = /*@__PURE__*/ createComponent({
160
160
  tagName: 'verdocs-delegate-dialog',
161
161
  elementClass: VerdocsDelegateDialogElement,
162
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
162
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
163
163
  react: React,
164
164
  events: {
165
165
  onExit: 'exit',
@@ -170,7 +170,7 @@ export const VerdocsDelegateDialog = /*@__PURE__*/ createComponent({
170
170
  export const VerdocsDialog = /*@__PURE__*/ createComponent({
171
171
  tagName: 'verdocs-dialog',
172
172
  elementClass: VerdocsDialogElement,
173
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
173
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
174
174
  react: React,
175
175
  events: { onExit: 'exit' },
176
176
  defineCustomElement: defineVerdocsDialog
@@ -178,7 +178,7 @@ export const VerdocsDialog = /*@__PURE__*/ createComponent({
178
178
  export const VerdocsDisclosureDialog = /*@__PURE__*/ createComponent({
179
179
  tagName: 'verdocs-disclosure-dialog',
180
180
  elementClass: VerdocsDisclosureDialogElement,
181
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
181
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
182
182
  react: React,
183
183
  events: {
184
184
  onDecline: 'decline',
@@ -190,7 +190,7 @@ export const VerdocsDisclosureDialog = /*@__PURE__*/ createComponent({
190
190
  export const VerdocsDropdown = /*@__PURE__*/ createComponent({
191
191
  tagName: 'verdocs-dropdown',
192
192
  elementClass: VerdocsDropdownElement,
193
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
193
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
194
194
  react: React,
195
195
  events: { onOptionSelected: 'optionSelected' },
196
196
  defineCustomElement: defineVerdocsDropdown
@@ -198,7 +198,7 @@ export const VerdocsDropdown = /*@__PURE__*/ createComponent({
198
198
  export const VerdocsEnvelopeDocumentPage = /*@__PURE__*/ createComponent({
199
199
  tagName: 'verdocs-envelope-document-page',
200
200
  elementClass: VerdocsEnvelopeDocumentPageElement,
201
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
201
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
202
202
  react: React,
203
203
  events: { onPageRendered: 'pageRendered' },
204
204
  defineCustomElement: defineVerdocsEnvelopeDocumentPage
@@ -206,7 +206,7 @@ export const VerdocsEnvelopeDocumentPage = /*@__PURE__*/ createComponent({
206
206
  export const VerdocsEnvelopeRecipientLink = /*@__PURE__*/ createComponent({
207
207
  tagName: 'verdocs-envelope-recipient-link',
208
208
  elementClass: VerdocsEnvelopeRecipientLinkElement,
209
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
209
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
210
210
  react: React,
211
211
  events: {
212
212
  onNext: 'next',
@@ -217,7 +217,7 @@ export const VerdocsEnvelopeRecipientLink = /*@__PURE__*/ createComponent({
217
217
  export const VerdocsEnvelopeRecipientSummary = /*@__PURE__*/ createComponent({
218
218
  tagName: 'verdocs-envelope-recipient-summary',
219
219
  elementClass: VerdocsEnvelopeRecipientSummaryElement,
220
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
220
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
221
221
  react: React,
222
222
  events: {
223
223
  onAnother: 'another',
@@ -230,7 +230,7 @@ export const VerdocsEnvelopeRecipientSummary = /*@__PURE__*/ createComponent({
230
230
  export const VerdocsEnvelopeSidebar = /*@__PURE__*/ createComponent({
231
231
  tagName: 'verdocs-envelope-sidebar',
232
232
  elementClass: VerdocsEnvelopeSidebarElement,
233
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
233
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
234
234
  react: React,
235
235
  events: {
236
236
  onSdkError: 'sdkError',
@@ -243,7 +243,7 @@ export const VerdocsEnvelopeSidebar = /*@__PURE__*/ createComponent({
243
243
  export const VerdocsEnvelopeUpdateRecipient = /*@__PURE__*/ createComponent({
244
244
  tagName: 'verdocs-envelope-update-recipient',
245
245
  elementClass: VerdocsEnvelopeUpdateRecipientElement,
246
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
246
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
247
247
  react: React,
248
248
  events: {
249
249
  onNext: 'next',
@@ -254,7 +254,7 @@ export const VerdocsEnvelopeUpdateRecipient = /*@__PURE__*/ createComponent({
254
254
  export const VerdocsEnvelopesList = /*@__PURE__*/ createComponent({
255
255
  tagName: 'verdocs-envelopes-list',
256
256
  elementClass: VerdocsEnvelopesListElement,
257
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
257
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
258
258
  react: React,
259
259
  events: {
260
260
  onChangeView: 'changeView',
@@ -270,7 +270,7 @@ export const VerdocsEnvelopesList = /*@__PURE__*/ createComponent({
270
270
  export const VerdocsFieldAttachment = /*@__PURE__*/ createComponent({
271
271
  tagName: 'verdocs-field-attachment',
272
272
  elementClass: VerdocsFieldAttachmentElement,
273
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
273
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
274
274
  react: React,
275
275
  events: {
276
276
  onSettingsChanged: 'settingsChanged',
@@ -282,7 +282,7 @@ export const VerdocsFieldAttachment = /*@__PURE__*/ createComponent({
282
282
  export const VerdocsFieldCheckbox = /*@__PURE__*/ createComponent({
283
283
  tagName: 'verdocs-field-checkbox',
284
284
  elementClass: VerdocsFieldCheckboxElement,
285
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
285
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
286
286
  react: React,
287
287
  events: {
288
288
  onSettingsChanged: 'settingsChanged',
@@ -293,7 +293,7 @@ export const VerdocsFieldCheckbox = /*@__PURE__*/ createComponent({
293
293
  export const VerdocsFieldDate = /*@__PURE__*/ createComponent({
294
294
  tagName: 'verdocs-field-date',
295
295
  elementClass: VerdocsFieldDateElement,
296
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
296
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
297
297
  react: React,
298
298
  events: {
299
299
  onSettingsPress: 'settingsPress',
@@ -305,7 +305,7 @@ export const VerdocsFieldDate = /*@__PURE__*/ createComponent({
305
305
  export const VerdocsFieldDropdown = /*@__PURE__*/ createComponent({
306
306
  tagName: 'verdocs-field-dropdown',
307
307
  elementClass: VerdocsFieldDropdownElement,
308
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
308
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
309
309
  react: React,
310
310
  events: {
311
311
  onFieldChange: 'fieldChange',
@@ -317,7 +317,7 @@ export const VerdocsFieldDropdown = /*@__PURE__*/ createComponent({
317
317
  export const VerdocsFieldInitial = /*@__PURE__*/ createComponent({
318
318
  tagName: 'verdocs-field-initial',
319
319
  elementClass: VerdocsFieldInitialElement,
320
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
320
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
321
321
  react: React,
322
322
  events: {
323
323
  onAdopt: 'adopt',
@@ -332,7 +332,7 @@ export const VerdocsFieldInitial = /*@__PURE__*/ createComponent({
332
332
  export const VerdocsFieldPayment = /*@__PURE__*/ createComponent({
333
333
  tagName: 'verdocs-field-payment',
334
334
  elementClass: VerdocsFieldPaymentElement,
335
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
335
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
336
336
  react: React,
337
337
  events: {
338
338
  onSettingsChanged: 'settingsChanged',
@@ -343,7 +343,7 @@ export const VerdocsFieldPayment = /*@__PURE__*/ createComponent({
343
343
  export const VerdocsFieldRadio = /*@__PURE__*/ createComponent({
344
344
  tagName: 'verdocs-field-radio',
345
345
  elementClass: VerdocsFieldRadioElement,
346
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
346
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
347
347
  react: React,
348
348
  events: {
349
349
  onSettingsChanged: 'settingsChanged',
@@ -354,7 +354,7 @@ export const VerdocsFieldRadio = /*@__PURE__*/ createComponent({
354
354
  export const VerdocsFieldSignature = /*@__PURE__*/ createComponent({
355
355
  tagName: 'verdocs-field-signature',
356
356
  elementClass: VerdocsFieldSignatureElement,
357
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
357
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
358
358
  react: React,
359
359
  events: {
360
360
  onFieldChange: 'fieldChange',
@@ -367,7 +367,7 @@ export const VerdocsFieldSignature = /*@__PURE__*/ createComponent({
367
367
  export const VerdocsFieldTextarea = /*@__PURE__*/ createComponent({
368
368
  tagName: 'verdocs-field-textarea',
369
369
  elementClass: VerdocsFieldTextareaElement,
370
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
370
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
371
371
  react: React,
372
372
  events: {
373
373
  onSettingsChanged: 'settingsChanged',
@@ -378,7 +378,7 @@ export const VerdocsFieldTextarea = /*@__PURE__*/ createComponent({
378
378
  export const VerdocsFieldTextbox = /*@__PURE__*/ createComponent({
379
379
  tagName: 'verdocs-field-textbox',
380
380
  elementClass: VerdocsFieldTextboxElement,
381
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
381
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
382
382
  react: React,
383
383
  events: {
384
384
  onSettingsChanged: 'settingsChanged',
@@ -389,7 +389,7 @@ export const VerdocsFieldTextbox = /*@__PURE__*/ createComponent({
389
389
  export const VerdocsFieldTimestamp = /*@__PURE__*/ createComponent({
390
390
  tagName: 'verdocs-field-timestamp',
391
391
  elementClass: VerdocsFieldTimestampElement,
392
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
392
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
393
393
  react: React,
394
394
  events: {
395
395
  onSettingsChanged: 'settingsChanged',
@@ -400,7 +400,7 @@ export const VerdocsFieldTimestamp = /*@__PURE__*/ createComponent({
400
400
  export const VerdocsFileChooser = /*@__PURE__*/ createComponent({
401
401
  tagName: 'verdocs-file-chooser',
402
402
  elementClass: VerdocsFileChooserElement,
403
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
403
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
404
404
  react: React,
405
405
  events: { onFileSelected: 'fileSelected' },
406
406
  defineCustomElement: defineVerdocsFileChooser
@@ -408,7 +408,7 @@ export const VerdocsFileChooser = /*@__PURE__*/ createComponent({
408
408
  export const VerdocsHelpIcon = /*@__PURE__*/ createComponent({
409
409
  tagName: 'verdocs-help-icon',
410
410
  elementClass: VerdocsHelpIconElement,
411
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
411
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
412
412
  react: React,
413
413
  events: {},
414
414
  defineCustomElement: defineVerdocsHelpIcon
@@ -416,7 +416,7 @@ export const VerdocsHelpIcon = /*@__PURE__*/ createComponent({
416
416
  export const VerdocsInitialDialog = /*@__PURE__*/ createComponent({
417
417
  tagName: 'verdocs-initial-dialog',
418
418
  elementClass: VerdocsInitialDialogElement,
419
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
419
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
420
420
  react: React,
421
421
  events: {
422
422
  onNext: 'next',
@@ -427,7 +427,7 @@ export const VerdocsInitialDialog = /*@__PURE__*/ createComponent({
427
427
  export const VerdocsKbaDialog = /*@__PURE__*/ createComponent({
428
428
  tagName: 'verdocs-kba-dialog',
429
429
  elementClass: VerdocsKbaDialogElement,
430
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
430
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
431
431
  react: React,
432
432
  events: {
433
433
  onExit: 'exit',
@@ -439,7 +439,7 @@ export const VerdocsKbaDialog = /*@__PURE__*/ createComponent({
439
439
  export const VerdocsLoader = /*@__PURE__*/ createComponent({
440
440
  tagName: 'verdocs-loader',
441
441
  elementClass: VerdocsLoaderElement,
442
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
442
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
443
443
  react: React,
444
444
  events: {},
445
445
  defineCustomElement: defineVerdocsLoader
@@ -447,7 +447,7 @@ export const VerdocsLoader = /*@__PURE__*/ createComponent({
447
447
  export const VerdocsMenuPanel = /*@__PURE__*/ createComponent({
448
448
  tagName: 'verdocs-menu-panel',
449
449
  elementClass: VerdocsMenuPanelElement,
450
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
450
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
451
451
  react: React,
452
452
  events: { onClose: 'close' },
453
453
  defineCustomElement: defineVerdocsMenuPanel
@@ -455,7 +455,7 @@ export const VerdocsMenuPanel = /*@__PURE__*/ createComponent({
455
455
  export const VerdocsMultiselect = /*@__PURE__*/ createComponent({
456
456
  tagName: 'verdocs-multiselect',
457
457
  elementClass: VerdocsMultiselectElement,
458
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
458
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
459
459
  react: React,
460
460
  events: { onSelectionChanged: 'selectionChanged' },
461
461
  defineCustomElement: defineVerdocsMultiselect
@@ -463,7 +463,7 @@ export const VerdocsMultiselect = /*@__PURE__*/ createComponent({
463
463
  export const VerdocsOkDialog = /*@__PURE__*/ createComponent({
464
464
  tagName: 'verdocs-ok-dialog',
465
465
  elementClass: VerdocsOkDialogElement,
466
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
466
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
467
467
  react: React,
468
468
  events: {
469
469
  onNext: 'next',
@@ -474,7 +474,7 @@ export const VerdocsOkDialog = /*@__PURE__*/ createComponent({
474
474
  export const VerdocsOrganizationCard = /*@__PURE__*/ createComponent({
475
475
  tagName: 'verdocs-organization-card',
476
476
  elementClass: VerdocsOrganizationCardElement,
477
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
477
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
478
478
  react: React,
479
479
  events: {},
480
480
  defineCustomElement: defineVerdocsOrganizationCard
@@ -482,7 +482,7 @@ export const VerdocsOrganizationCard = /*@__PURE__*/ createComponent({
482
482
  export const VerdocsOtpDialog = /*@__PURE__*/ createComponent({
483
483
  tagName: 'verdocs-otp-dialog',
484
484
  elementClass: VerdocsOtpDialogElement,
485
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
485
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
486
486
  react: React,
487
487
  events: {
488
488
  onExit: 'exit',
@@ -493,7 +493,7 @@ export const VerdocsOtpDialog = /*@__PURE__*/ createComponent({
493
493
  export const VerdocsPagination = /*@__PURE__*/ createComponent({
494
494
  tagName: 'verdocs-pagination',
495
495
  elementClass: VerdocsPaginationElement,
496
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
496
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
497
497
  react: React,
498
498
  events: { onSelectPage: 'selectPage' },
499
499
  defineCustomElement: defineVerdocsPagination
@@ -501,7 +501,7 @@ export const VerdocsPagination = /*@__PURE__*/ createComponent({
501
501
  export const VerdocsPortal = /*@__PURE__*/ createComponent({
502
502
  tagName: 'verdocs-portal',
503
503
  elementClass: VerdocsPortalElement,
504
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
504
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
505
505
  react: React,
506
506
  events: { onClickAway: 'clickAway' },
507
507
  defineCustomElement: defineVerdocsPortal
@@ -509,7 +509,7 @@ export const VerdocsPortal = /*@__PURE__*/ createComponent({
509
509
  export const VerdocsPreview = /*@__PURE__*/ createComponent({
510
510
  tagName: 'verdocs-preview',
511
511
  elementClass: VerdocsPreviewElement,
512
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
512
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
513
513
  react: React,
514
514
  events: { onSdkError: 'sdkError' },
515
515
  defineCustomElement: defineVerdocsPreview
@@ -517,7 +517,7 @@ export const VerdocsPreview = /*@__PURE__*/ createComponent({
517
517
  export const VerdocsProgressBar = /*@__PURE__*/ createComponent({
518
518
  tagName: 'verdocs-progress-bar',
519
519
  elementClass: VerdocsProgressBarElement,
520
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
520
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
521
521
  react: React,
522
522
  events: {},
523
523
  defineCustomElement: defineVerdocsProgressBar
@@ -525,7 +525,7 @@ export const VerdocsProgressBar = /*@__PURE__*/ createComponent({
525
525
  export const VerdocsQuickFilter = /*@__PURE__*/ createComponent({
526
526
  tagName: 'verdocs-quick-filter',
527
527
  elementClass: VerdocsQuickFilterElement,
528
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
528
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
529
529
  react: React,
530
530
  events: { onOptionSelected: 'optionSelected' },
531
531
  defineCustomElement: defineVerdocsQuickFilter
@@ -533,7 +533,7 @@ export const VerdocsQuickFilter = /*@__PURE__*/ createComponent({
533
533
  export const VerdocsQuickFunctions = /*@__PURE__*/ createComponent({
534
534
  tagName: 'verdocs-quick-functions',
535
535
  elementClass: VerdocsQuickFunctionsElement,
536
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
536
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
537
537
  react: React,
538
538
  events: {
539
539
  onCreateTemplate: 'createTemplate',
@@ -544,7 +544,7 @@ export const VerdocsQuickFunctions = /*@__PURE__*/ createComponent({
544
544
  export const VerdocsRadioButton = /*@__PURE__*/ createComponent({
545
545
  tagName: 'verdocs-radio-button',
546
546
  elementClass: VerdocsRadioButtonElement,
547
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
547
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
548
548
  react: React,
549
549
  events: {},
550
550
  defineCustomElement: defineVerdocsRadioButton
@@ -552,7 +552,7 @@ export const VerdocsRadioButton = /*@__PURE__*/ createComponent({
552
552
  export const VerdocsSearchBox = /*@__PURE__*/ createComponent({
553
553
  tagName: 'verdocs-search-box',
554
554
  elementClass: VerdocsSearchBoxElement,
555
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
555
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
556
556
  react: React,
557
557
  events: {
558
558
  onSearchClicked: 'searchClicked',
@@ -564,7 +564,7 @@ export const VerdocsSearchBox = /*@__PURE__*/ createComponent({
564
564
  export const VerdocsSearchTabs = /*@__PURE__*/ createComponent({
565
565
  tagName: 'verdocs-search-tabs',
566
566
  elementClass: VerdocsSearchTabsElement,
567
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
567
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
568
568
  react: React,
569
569
  events: {},
570
570
  defineCustomElement: defineVerdocsSearchTabs
@@ -572,7 +572,7 @@ export const VerdocsSearchTabs = /*@__PURE__*/ createComponent({
572
572
  export const VerdocsSelectInput = /*@__PURE__*/ createComponent({
573
573
  tagName: 'verdocs-select-input',
574
574
  elementClass: VerdocsSelectInputElement,
575
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
575
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
576
576
  react: React,
577
577
  events: {},
578
578
  defineCustomElement: defineVerdocsSelectInput
@@ -580,7 +580,7 @@ export const VerdocsSelectInput = /*@__PURE__*/ createComponent({
580
580
  export const VerdocsSend = /*@__PURE__*/ createComponent({
581
581
  tagName: 'verdocs-send',
582
582
  elementClass: VerdocsSendElement,
583
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
583
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
584
584
  react: React,
585
585
  events: {
586
586
  onBeforeSend: 'beforeSend',
@@ -594,7 +594,7 @@ export const VerdocsSend = /*@__PURE__*/ createComponent({
594
594
  export const VerdocsSign = /*@__PURE__*/ createComponent({
595
595
  tagName: 'verdocs-sign',
596
596
  elementClass: VerdocsSignElement,
597
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
597
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
598
598
  react: React,
599
599
  events: {
600
600
  onSdkError: 'sdkError',
@@ -606,7 +606,7 @@ export const VerdocsSign = /*@__PURE__*/ createComponent({
606
606
  export const VerdocsSignatureDialog = /*@__PURE__*/ createComponent({
607
607
  tagName: 'verdocs-signature-dialog',
608
608
  elementClass: VerdocsSignatureDialogElement,
609
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
609
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
610
610
  react: React,
611
611
  events: {
612
612
  onNext: 'next',
@@ -617,7 +617,7 @@ export const VerdocsSignatureDialog = /*@__PURE__*/ createComponent({
617
617
  export const VerdocsSpinner = /*@__PURE__*/ createComponent({
618
618
  tagName: 'verdocs-spinner',
619
619
  elementClass: VerdocsSpinnerElement,
620
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
620
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
621
621
  react: React,
622
622
  events: {},
623
623
  defineCustomElement: defineVerdocsSpinner
@@ -625,7 +625,7 @@ export const VerdocsSpinner = /*@__PURE__*/ createComponent({
625
625
  export const VerdocsStatusIndicator = /*@__PURE__*/ createComponent({
626
626
  tagName: 'verdocs-status-indicator',
627
627
  elementClass: VerdocsStatusIndicatorElement,
628
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
628
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
629
629
  react: React,
630
630
  events: {},
631
631
  defineCustomElement: defineVerdocsStatusIndicator
@@ -633,7 +633,7 @@ export const VerdocsStatusIndicator = /*@__PURE__*/ createComponent({
633
633
  export const VerdocsSwitch = /*@__PURE__*/ createComponent({
634
634
  tagName: 'verdocs-switch',
635
635
  elementClass: VerdocsSwitchElement,
636
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
636
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
637
637
  react: React,
638
638
  events: { onCheckedChange: 'checkedChange' },
639
639
  defineCustomElement: defineVerdocsSwitch
@@ -641,7 +641,7 @@ export const VerdocsSwitch = /*@__PURE__*/ createComponent({
641
641
  export const VerdocsTable = /*@__PURE__*/ createComponent({
642
642
  tagName: 'verdocs-table',
643
643
  elementClass: VerdocsTableElement,
644
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
644
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
645
645
  react: React,
646
646
  events: {
647
647
  onColHeaderClick: 'colHeaderClick',
@@ -652,7 +652,7 @@ export const VerdocsTable = /*@__PURE__*/ createComponent({
652
652
  export const VerdocsTabs = /*@__PURE__*/ createComponent({
653
653
  tagName: 'verdocs-tabs',
654
654
  elementClass: VerdocsTabsElement,
655
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
655
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
656
656
  react: React,
657
657
  events: { onSelectTab: 'selectTab' },
658
658
  defineCustomElement: defineVerdocsTabs
@@ -660,7 +660,7 @@ export const VerdocsTabs = /*@__PURE__*/ createComponent({
660
660
  export const VerdocsTemplateAttachments = /*@__PURE__*/ createComponent({
661
661
  tagName: 'verdocs-template-attachments',
662
662
  elementClass: VerdocsTemplateAttachmentsElement,
663
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
663
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
664
664
  react: React,
665
665
  events: {
666
666
  onExit: 'exit',
@@ -673,7 +673,7 @@ export const VerdocsTemplateAttachments = /*@__PURE__*/ createComponent({
673
673
  export const VerdocsTemplateBuildTabs = /*@__PURE__*/ createComponent({
674
674
  tagName: 'verdocs-template-build-tabs',
675
675
  elementClass: VerdocsTemplateBuildTabsElement,
676
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
676
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
677
677
  react: React,
678
678
  events: {
679
679
  onSdkError: 'sdkError',
@@ -684,7 +684,7 @@ export const VerdocsTemplateBuildTabs = /*@__PURE__*/ createComponent({
684
684
  export const VerdocsTemplateCard = /*@__PURE__*/ createComponent({
685
685
  tagName: 'verdocs-template-card',
686
686
  elementClass: VerdocsTemplateCardElement,
687
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
687
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
688
688
  react: React,
689
689
  events: {},
690
690
  defineCustomElement: defineVerdocsTemplateCard
@@ -692,7 +692,7 @@ export const VerdocsTemplateCard = /*@__PURE__*/ createComponent({
692
692
  export const VerdocsTemplateCreate = /*@__PURE__*/ createComponent({
693
693
  tagName: 'verdocs-template-create',
694
694
  elementClass: VerdocsTemplateCreateElement,
695
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
695
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
696
696
  react: React,
697
697
  events: {
698
698
  onExit: 'exit',
@@ -705,7 +705,7 @@ export const VerdocsTemplateCreate = /*@__PURE__*/ createComponent({
705
705
  export const VerdocsTemplateDocumentPage = /*@__PURE__*/ createComponent({
706
706
  tagName: 'verdocs-template-document-page',
707
707
  elementClass: VerdocsTemplateDocumentPageElement,
708
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
708
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
709
709
  react: React,
710
710
  events: { onPageRendered: 'pageRendered' },
711
711
  defineCustomElement: defineVerdocsTemplateDocumentPage
@@ -713,7 +713,7 @@ export const VerdocsTemplateDocumentPage = /*@__PURE__*/ createComponent({
713
713
  export const VerdocsTemplateFieldProperties = /*@__PURE__*/ createComponent({
714
714
  tagName: 'verdocs-template-field-properties',
715
715
  elementClass: VerdocsTemplateFieldPropertiesElement,
716
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
716
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
717
717
  react: React,
718
718
  events: {
719
719
  onClose: 'close',
@@ -726,7 +726,7 @@ export const VerdocsTemplateFieldProperties = /*@__PURE__*/ createComponent({
726
726
  export const VerdocsTemplateFields = /*@__PURE__*/ createComponent({
727
727
  tagName: 'verdocs-template-fields',
728
728
  elementClass: VerdocsTemplateFieldsElement,
729
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
729
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
730
730
  react: React,
731
731
  events: {
732
732
  onSdkError: 'sdkError',
@@ -738,7 +738,7 @@ export const VerdocsTemplateFields = /*@__PURE__*/ createComponent({
738
738
  export const VerdocsTemplateRoleProperties = /*@__PURE__*/ createComponent({
739
739
  tagName: 'verdocs-template-role-properties',
740
740
  elementClass: VerdocsTemplateRolePropertiesElement,
741
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
741
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
742
742
  react: React,
743
743
  events: {
744
744
  onClose: 'close',
@@ -750,7 +750,7 @@ export const VerdocsTemplateRoleProperties = /*@__PURE__*/ createComponent({
750
750
  export const VerdocsTemplateRoles = /*@__PURE__*/ createComponent({
751
751
  tagName: 'verdocs-template-roles',
752
752
  elementClass: VerdocsTemplateRolesElement,
753
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
753
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
754
754
  react: React,
755
755
  events: {
756
756
  onNext: 'next',
@@ -763,7 +763,7 @@ export const VerdocsTemplateRoles = /*@__PURE__*/ createComponent({
763
763
  export const VerdocsTemplateSettings = /*@__PURE__*/ createComponent({
764
764
  tagName: 'verdocs-template-settings',
765
765
  elementClass: VerdocsTemplateSettingsElement,
766
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
766
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
767
767
  react: React,
768
768
  events: {
769
769
  onNext: 'next',
@@ -776,7 +776,7 @@ export const VerdocsTemplateSettings = /*@__PURE__*/ createComponent({
776
776
  export const VerdocsTemplateStar = /*@__PURE__*/ createComponent({
777
777
  tagName: 'verdocs-template-star',
778
778
  elementClass: VerdocsTemplateStarElement,
779
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
779
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
780
780
  react: React,
781
781
  events: {
782
782
  onStarChange: 'starChange',
@@ -787,7 +787,7 @@ export const VerdocsTemplateStar = /*@__PURE__*/ createComponent({
787
787
  export const VerdocsTemplateTags = /*@__PURE__*/ createComponent({
788
788
  tagName: 'verdocs-template-tags',
789
789
  elementClass: VerdocsTemplateTagsElement,
790
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
790
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
791
791
  react: React,
792
792
  events: {},
793
793
  defineCustomElement: defineVerdocsTemplateTags
@@ -795,7 +795,7 @@ export const VerdocsTemplateTags = /*@__PURE__*/ createComponent({
795
795
  export const VerdocsTemplatesList = /*@__PURE__*/ createComponent({
796
796
  tagName: 'verdocs-templates-list',
797
797
  elementClass: VerdocsTemplatesListElement,
798
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
798
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
799
799
  react: React,
800
800
  events: {
801
801
  onSdkError: 'sdkError',
@@ -814,7 +814,7 @@ export const VerdocsTemplatesList = /*@__PURE__*/ createComponent({
814
814
  export const VerdocsTextInput = /*@__PURE__*/ createComponent({
815
815
  tagName: 'verdocs-text-input',
816
816
  elementClass: VerdocsTextInputElement,
817
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
817
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
818
818
  react: React,
819
819
  events: {},
820
820
  defineCustomElement: defineVerdocsTextInput
@@ -822,7 +822,7 @@ export const VerdocsTextInput = /*@__PURE__*/ createComponent({
822
822
  export const VerdocsToggle = /*@__PURE__*/ createComponent({
823
823
  tagName: 'verdocs-toggle',
824
824
  elementClass: VerdocsToggleElement,
825
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
825
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
826
826
  react: React,
827
827
  events: {},
828
828
  defineCustomElement: defineVerdocsToggle
@@ -830,7 +830,7 @@ export const VerdocsToggle = /*@__PURE__*/ createComponent({
830
830
  export const VerdocsToggleButton = /*@__PURE__*/ createComponent({
831
831
  tagName: 'verdocs-toggle-button',
832
832
  elementClass: VerdocsToggleButtonElement,
833
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
833
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
834
834
  react: React,
835
835
  events: { onToggle: 'toggle' },
836
836
  defineCustomElement: defineVerdocsToggleButton
@@ -838,7 +838,7 @@ export const VerdocsToggleButton = /*@__PURE__*/ createComponent({
838
838
  export const VerdocsToolbarIcon = /*@__PURE__*/ createComponent({
839
839
  tagName: 'verdocs-toolbar-icon',
840
840
  elementClass: VerdocsToolbarIconElement,
841
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
841
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
842
842
  react: React,
843
843
  events: {},
844
844
  defineCustomElement: defineVerdocsToolbarIcon
@@ -846,7 +846,7 @@ export const VerdocsToolbarIcon = /*@__PURE__*/ createComponent({
846
846
  export const VerdocsUploadDialog = /*@__PURE__*/ createComponent({
847
847
  tagName: 'verdocs-upload-dialog',
848
848
  elementClass: VerdocsUploadDialogElement,
849
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
849
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
850
850
  react: React,
851
851
  events: {
852
852
  onExit: 'exit',
@@ -858,7 +858,7 @@ export const VerdocsUploadDialog = /*@__PURE__*/ createComponent({
858
858
  export const VerdocsView = /*@__PURE__*/ createComponent({
859
859
  tagName: 'verdocs-view',
860
860
  elementClass: VerdocsViewElement,
861
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
861
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
862
862
  react: React,
863
863
  events: {
864
864
  onSdkError: 'sdkError',
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/web-sdk-react",
3
- "version": "5.3.5",
3
+ "version": "5.4.2",
4
4
  "description": "Verdocs Web SDK for React",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "rollup": "rollup -c"
19
19
  },
20
20
  "dependencies": {
21
- "@verdocs/web-sdk": "^5.3.5",
21
+ "@verdocs/web-sdk": "^5.4.2",
22
22
  "@stencil/react-output-target": "^1.0.2"
23
23
  },
24
24
  "peerDependencies": {