@gravityforms/dependency-extraction-webpack-plugin 6.6.4 → 6.6.5
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/mappings/components/admin.js +215 -210
- package/package.json +2 -2
|
@@ -101,17 +101,17 @@ module.exports = [
|
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Heading",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"headingTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,6 +141,121 @@ module.exports = [
|
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Text",
|
|
146
|
+
"importPath": "react/admin/elements/",
|
|
147
|
+
"externalPath": "components.admin.react.elements"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"defaultExport": "Tag",
|
|
151
|
+
"importPath": "react/admin/elements/",
|
|
152
|
+
"externalPath": "components.admin.react.elements"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "Textarea",
|
|
156
|
+
"importPath": "react/admin/elements/",
|
|
157
|
+
"externalPath": "components.admin.react.elements"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Toggle",
|
|
161
|
+
"importPath": "react/admin/elements/",
|
|
162
|
+
"externalPath": "components.admin.react.elements"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "StatusIndicator",
|
|
166
|
+
"importPath": "react/admin/elements/",
|
|
167
|
+
"externalPath": "components.admin.react.elements"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "Select",
|
|
171
|
+
"importPath": "react/admin/elements/",
|
|
172
|
+
"externalPath": "components.admin.react.elements"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Range",
|
|
176
|
+
"importPath": "react/admin/elements/",
|
|
177
|
+
"externalPath": "components.admin.react.elements"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Radio",
|
|
181
|
+
"importPath": "react/admin/elements/",
|
|
182
|
+
"externalPath": "components.admin.react.elements"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Popover",
|
|
186
|
+
"importPath": "react/admin/elements/",
|
|
187
|
+
"externalPath": "components.admin.react.elements"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Pill",
|
|
191
|
+
"importPath": "react/admin/elements/",
|
|
192
|
+
"externalPath": "components.admin.react.elements"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "Link",
|
|
196
|
+
"importPath": "react/admin/elements/",
|
|
197
|
+
"externalPath": "components.admin.react.elements"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "Label",
|
|
201
|
+
"importPath": "react/admin/elements/",
|
|
202
|
+
"externalPath": "components.admin.react.elements"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Input",
|
|
206
|
+
"importPath": "react/admin/elements/",
|
|
207
|
+
"externalPath": "components.admin.react.elements"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Image",
|
|
211
|
+
"importPath": "react/admin/elements/",
|
|
212
|
+
"externalPath": "components.admin.react.elements"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Icon",
|
|
216
|
+
"importPath": "react/admin/elements/",
|
|
217
|
+
"externalPath": "components.admin.react.elements"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "HelpText",
|
|
221
|
+
"importPath": "react/admin/elements/",
|
|
222
|
+
"externalPath": "components.admin.react.elements"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Heading",
|
|
226
|
+
"importPath": "react/admin/elements/",
|
|
227
|
+
"externalPath": "components.admin.react.elements"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "Grid",
|
|
231
|
+
"importPath": "react/admin/elements/",
|
|
232
|
+
"externalPath": "components.admin.react.elements"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "FileUpload",
|
|
236
|
+
"importPath": "react/admin/elements/",
|
|
237
|
+
"externalPath": "components.admin.react.elements"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "DescriptionList",
|
|
241
|
+
"importPath": "react/admin/elements/",
|
|
242
|
+
"externalPath": "components.admin.react.elements"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "Checkbox",
|
|
246
|
+
"importPath": "react/admin/elements/",
|
|
247
|
+
"externalPath": "components.admin.react.elements"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "Button",
|
|
251
|
+
"importPath": "react/admin/elements/",
|
|
252
|
+
"externalPath": "components.admin.react.elements"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "Box",
|
|
256
|
+
"importPath": "react/admin/elements/",
|
|
257
|
+
"externalPath": "components.admin.react.elements"
|
|
258
|
+
},
|
|
144
259
|
{
|
|
145
260
|
"defaultExport": "Tooltip",
|
|
146
261
|
"importPath": "react/admin/modules/",
|
|
@@ -236,22 +351,22 @@ module.exports = [
|
|
|
236
351
|
"externalPath": "components.admin.react.modules"
|
|
237
352
|
},
|
|
238
353
|
{
|
|
239
|
-
"defaultExport": "
|
|
354
|
+
"defaultExport": "Dropdown",
|
|
240
355
|
"importPath": "react/admin/modules/",
|
|
241
356
|
"externalPath": "components.admin.react.modules"
|
|
242
357
|
},
|
|
243
358
|
{
|
|
244
|
-
"defaultExport": "
|
|
359
|
+
"defaultExport": "Dialog",
|
|
245
360
|
"importPath": "react/admin/modules/",
|
|
246
361
|
"externalPath": "components.admin.react.modules"
|
|
247
362
|
},
|
|
248
363
|
{
|
|
249
|
-
"defaultExport": "
|
|
364
|
+
"defaultExport": "DatePicker",
|
|
250
365
|
"importPath": "react/admin/modules/",
|
|
251
366
|
"externalPath": "components.admin.react.modules"
|
|
252
367
|
},
|
|
253
368
|
{
|
|
254
|
-
"defaultExport": "
|
|
369
|
+
"defaultExport": "DataGrid",
|
|
255
370
|
"importPath": "react/admin/modules/",
|
|
256
371
|
"externalPath": "components.admin.react.modules"
|
|
257
372
|
},
|
|
@@ -286,7 +401,7 @@ module.exports = [
|
|
|
286
401
|
"externalPath": "components.admin.react.modules"
|
|
287
402
|
},
|
|
288
403
|
{
|
|
289
|
-
"defaultExport": "
|
|
404
|
+
"defaultExport": "Droplist",
|
|
290
405
|
"importPath": "react/admin/modules/",
|
|
291
406
|
"externalPath": "components.admin.react.modules"
|
|
292
407
|
},
|
|
@@ -296,193 +411,10 @@ module.exports = [
|
|
|
296
411
|
"externalPath": "components.admin.react.modules"
|
|
297
412
|
},
|
|
298
413
|
{
|
|
299
|
-
"defaultExport": "
|
|
414
|
+
"defaultExport": "Alert",
|
|
300
415
|
"importPath": "react/admin/modules/",
|
|
301
416
|
"externalPath": "components.admin.react.modules"
|
|
302
417
|
},
|
|
303
|
-
{
|
|
304
|
-
"defaultExport": "Toggle",
|
|
305
|
-
"importPath": "react/admin/elements/",
|
|
306
|
-
"externalPath": "components.admin.react.elements"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"defaultExport": "Textarea",
|
|
310
|
-
"importPath": "react/admin/elements/",
|
|
311
|
-
"externalPath": "components.admin.react.elements"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"defaultExport": "Tag",
|
|
315
|
-
"importPath": "react/admin/elements/",
|
|
316
|
-
"externalPath": "components.admin.react.elements"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"defaultExport": "StatusIndicator",
|
|
320
|
-
"importPath": "react/admin/elements/",
|
|
321
|
-
"externalPath": "components.admin.react.elements"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"defaultExport": "Select",
|
|
325
|
-
"importPath": "react/admin/elements/",
|
|
326
|
-
"externalPath": "components.admin.react.elements"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"defaultExport": "Range",
|
|
330
|
-
"importPath": "react/admin/elements/",
|
|
331
|
-
"externalPath": "components.admin.react.elements"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"defaultExport": "Radio",
|
|
335
|
-
"importPath": "react/admin/elements/",
|
|
336
|
-
"externalPath": "components.admin.react.elements"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"defaultExport": "Popover",
|
|
340
|
-
"importPath": "react/admin/elements/",
|
|
341
|
-
"externalPath": "components.admin.react.elements"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"defaultExport": "Pill",
|
|
345
|
-
"importPath": "react/admin/elements/",
|
|
346
|
-
"externalPath": "components.admin.react.elements"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"defaultExport": "Text",
|
|
350
|
-
"importPath": "react/admin/elements/",
|
|
351
|
-
"externalPath": "components.admin.react.elements"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"defaultExport": "Link",
|
|
355
|
-
"importPath": "react/admin/elements/",
|
|
356
|
-
"externalPath": "components.admin.react.elements"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"defaultExport": "Label",
|
|
360
|
-
"importPath": "react/admin/elements/",
|
|
361
|
-
"externalPath": "components.admin.react.elements"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"defaultExport": "Input",
|
|
365
|
-
"importPath": "react/admin/elements/",
|
|
366
|
-
"externalPath": "components.admin.react.elements"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"defaultExport": "Icon",
|
|
370
|
-
"importPath": "react/admin/elements/",
|
|
371
|
-
"externalPath": "components.admin.react.elements"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"defaultExport": "Image",
|
|
375
|
-
"importPath": "react/admin/elements/",
|
|
376
|
-
"externalPath": "components.admin.react.elements"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"defaultExport": "HelpText",
|
|
380
|
-
"importPath": "react/admin/elements/",
|
|
381
|
-
"externalPath": "components.admin.react.elements"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"defaultExport": "Heading",
|
|
385
|
-
"importPath": "react/admin/elements/",
|
|
386
|
-
"externalPath": "components.admin.react.elements"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"defaultExport": "Grid",
|
|
390
|
-
"importPath": "react/admin/elements/",
|
|
391
|
-
"externalPath": "components.admin.react.elements"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"defaultExport": "FileUpload",
|
|
395
|
-
"importPath": "react/admin/elements/",
|
|
396
|
-
"externalPath": "components.admin.react.elements"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"defaultExport": "DescriptionList",
|
|
400
|
-
"importPath": "react/admin/elements/",
|
|
401
|
-
"externalPath": "components.admin.react.elements"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"defaultExport": "Checkbox",
|
|
405
|
-
"importPath": "react/admin/elements/",
|
|
406
|
-
"externalPath": "components.admin.react.elements"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"defaultExport": "Button",
|
|
410
|
-
"importPath": "react/admin/elements/",
|
|
411
|
-
"externalPath": "components.admin.react.elements"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"defaultExport": "Box",
|
|
415
|
-
"importPath": "react/admin/elements/",
|
|
416
|
-
"externalPath": "components.admin.react.elements"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"defaultExport": "VidyardVideo",
|
|
420
|
-
"importPath": "react/admin/modules/Videos/",
|
|
421
|
-
"externalPath": "components.admin.react.modules"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"__esModule": true,
|
|
425
|
-
"default": {
|
|
426
|
-
"defaultExport": "Simple",
|
|
427
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
428
|
-
"externalPath": "components.admin.react.modules"
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"defaultExport": "RingLoader",
|
|
433
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
434
|
-
"externalPath": "components.admin.react.modules"
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"defaultExport": "Placeholder",
|
|
438
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
439
|
-
"externalPath": "components.admin.react.modules"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"defaultExport": "RightSidebar",
|
|
443
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
444
|
-
"externalPath": "components.admin.react.modules"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"defaultExport": "ModularSidebar",
|
|
448
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
449
|
-
"externalPath": "components.admin.react.modules"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"defaultExport": "IconIndicator",
|
|
453
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
454
|
-
"externalPath": "components.admin.react.modules"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"defaultExport": "DotIndicator",
|
|
458
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
459
|
-
"externalPath": "components.admin.react.modules"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"defaultExport": "CountryDropdown",
|
|
463
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
464
|
-
"externalPath": "components.admin.react.modules"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"defaultExport": "MetricCard",
|
|
468
|
-
"importPath": "react/admin/modules/Cards/",
|
|
469
|
-
"externalPath": "components.admin.react.modules"
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"defaultExport": "IntegrationCard",
|
|
473
|
-
"importPath": "react/admin/modules/Cards/",
|
|
474
|
-
"externalPath": "components.admin.react.modules"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"defaultExport": "FormTemplateCard",
|
|
478
|
-
"importPath": "react/admin/modules/Cards/",
|
|
479
|
-
"externalPath": "components.admin.react.modules"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"defaultExport": "AddCard",
|
|
483
|
-
"importPath": "react/admin/modules/Cards/",
|
|
484
|
-
"externalPath": "components.admin.react.modules"
|
|
485
|
-
},
|
|
486
418
|
{
|
|
487
419
|
"defaultExport": "ZohoLogo",
|
|
488
420
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -519,7 +451,7 @@ module.exports = [
|
|
|
519
451
|
"externalPath": "components.admin.react.elements"
|
|
520
452
|
},
|
|
521
453
|
{
|
|
522
|
-
"defaultExport": "
|
|
454
|
+
"defaultExport": "SlackLogo",
|
|
523
455
|
"importPath": "react/admin/elements/Svgs/",
|
|
524
456
|
"externalPath": "components.admin.react.elements"
|
|
525
457
|
},
|
|
@@ -528,11 +460,6 @@ module.exports = [
|
|
|
528
460
|
"importPath": "react/admin/elements/Svgs/",
|
|
529
461
|
"externalPath": "components.admin.react.elements"
|
|
530
462
|
},
|
|
531
|
-
{
|
|
532
|
-
"defaultExport": "SlackLogo",
|
|
533
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
534
|
-
"externalPath": "components.admin.react.elements"
|
|
535
|
-
},
|
|
536
463
|
{
|
|
537
464
|
"defaultExport": "SendGridLogo",
|
|
538
465
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -589,12 +516,12 @@ module.exports = [
|
|
|
589
516
|
"externalPath": "components.admin.react.elements"
|
|
590
517
|
},
|
|
591
518
|
{
|
|
592
|
-
"defaultExport": "
|
|
519
|
+
"defaultExport": "Plug",
|
|
593
520
|
"importPath": "react/admin/elements/Svgs/",
|
|
594
521
|
"externalPath": "components.admin.react.elements"
|
|
595
522
|
},
|
|
596
523
|
{
|
|
597
|
-
"defaultExport": "
|
|
524
|
+
"defaultExport": "PHPLogo",
|
|
598
525
|
"importPath": "react/admin/elements/Svgs/",
|
|
599
526
|
"externalPath": "components.admin.react.elements"
|
|
600
527
|
},
|
|
@@ -604,22 +531,22 @@ module.exports = [
|
|
|
604
531
|
"externalPath": "components.admin.react.elements"
|
|
605
532
|
},
|
|
606
533
|
{
|
|
607
|
-
"defaultExport": "
|
|
534
|
+
"defaultExport": "SparkPostLogo",
|
|
608
535
|
"importPath": "react/admin/elements/Svgs/",
|
|
609
536
|
"externalPath": "components.admin.react.elements"
|
|
610
537
|
},
|
|
611
538
|
{
|
|
612
|
-
"defaultExport": "
|
|
539
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
613
540
|
"importPath": "react/admin/elements/Svgs/",
|
|
614
541
|
"externalPath": "components.admin.react.elements"
|
|
615
542
|
},
|
|
616
543
|
{
|
|
617
|
-
"defaultExport": "
|
|
544
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
618
545
|
"importPath": "react/admin/elements/Svgs/",
|
|
619
546
|
"externalPath": "components.admin.react.elements"
|
|
620
547
|
},
|
|
621
548
|
{
|
|
622
|
-
"defaultExport": "
|
|
549
|
+
"defaultExport": "MicrosoftLogo",
|
|
623
550
|
"importPath": "react/admin/elements/Svgs/",
|
|
624
551
|
"externalPath": "components.admin.react.elements"
|
|
625
552
|
},
|
|
@@ -629,7 +556,7 @@ module.exports = [
|
|
|
629
556
|
"externalPath": "components.admin.react.elements"
|
|
630
557
|
},
|
|
631
558
|
{
|
|
632
|
-
"defaultExport": "
|
|
559
|
+
"defaultExport": "MailtrapLogo",
|
|
633
560
|
"importPath": "react/admin/elements/Svgs/",
|
|
634
561
|
"externalPath": "components.admin.react.elements"
|
|
635
562
|
},
|
|
@@ -639,12 +566,12 @@ module.exports = [
|
|
|
639
566
|
"externalPath": "components.admin.react.elements"
|
|
640
567
|
},
|
|
641
568
|
{
|
|
642
|
-
"defaultExport": "
|
|
569
|
+
"defaultExport": "MailtrapFullLogo",
|
|
643
570
|
"importPath": "react/admin/elements/Svgs/",
|
|
644
571
|
"externalPath": "components.admin.react.elements"
|
|
645
572
|
},
|
|
646
573
|
{
|
|
647
|
-
"defaultExport": "
|
|
574
|
+
"defaultExport": "MailjetFullLogo",
|
|
648
575
|
"importPath": "react/admin/elements/Svgs/",
|
|
649
576
|
"externalPath": "components.admin.react.elements"
|
|
650
577
|
},
|
|
@@ -659,12 +586,12 @@ module.exports = [
|
|
|
659
586
|
"externalPath": "components.admin.react.elements"
|
|
660
587
|
},
|
|
661
588
|
{
|
|
662
|
-
"defaultExport": "
|
|
589
|
+
"defaultExport": "MailgunLogo",
|
|
663
590
|
"importPath": "react/admin/elements/Svgs/",
|
|
664
591
|
"externalPath": "components.admin.react.elements"
|
|
665
592
|
},
|
|
666
593
|
{
|
|
667
|
-
"defaultExport": "
|
|
594
|
+
"defaultExport": "MailerSendFullLogo",
|
|
668
595
|
"importPath": "react/admin/elements/Svgs/",
|
|
669
596
|
"externalPath": "components.admin.react.elements"
|
|
670
597
|
},
|
|
@@ -678,6 +605,11 @@ module.exports = [
|
|
|
678
605
|
"importPath": "react/admin/elements/Svgs/",
|
|
679
606
|
"externalPath": "components.admin.react.elements"
|
|
680
607
|
},
|
|
608
|
+
{
|
|
609
|
+
"defaultExport": "MailchimpLogo",
|
|
610
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
611
|
+
"externalPath": "components.admin.react.elements"
|
|
612
|
+
},
|
|
681
613
|
{
|
|
682
614
|
"defaultExport": "MailSuccess",
|
|
683
615
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -738,6 +670,11 @@ module.exports = [
|
|
|
738
670
|
"importPath": "react/admin/elements/Svgs/",
|
|
739
671
|
"externalPath": "components.admin.react.elements"
|
|
740
672
|
},
|
|
673
|
+
{
|
|
674
|
+
"defaultExport": "GravityBillingFullLogo",
|
|
675
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
676
|
+
"externalPath": "components.admin.react.elements"
|
|
677
|
+
},
|
|
741
678
|
{
|
|
742
679
|
"defaultExport": "GoogleLogo",
|
|
743
680
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -833,9 +770,77 @@ module.exports = [
|
|
|
833
770
|
"importPath": "react/admin/elements/Button/",
|
|
834
771
|
"externalPath": "components.admin.react.elements"
|
|
835
772
|
},
|
|
773
|
+
{
|
|
774
|
+
"defaultExport": "VidyardVideo",
|
|
775
|
+
"importPath": "react/admin/modules/Videos/",
|
|
776
|
+
"externalPath": "components.admin.react.modules"
|
|
777
|
+
},
|
|
836
778
|
{
|
|
837
779
|
"defaultExport": "BrandedButton",
|
|
838
780
|
"importPath": "react/admin/elements/Button/",
|
|
839
781
|
"externalPath": "components.admin.react.elements"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"__esModule": true,
|
|
785
|
+
"default": {
|
|
786
|
+
"defaultExport": "Simple",
|
|
787
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
788
|
+
"externalPath": "components.admin.react.modules"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"defaultExport": "RingLoader",
|
|
793
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
794
|
+
"externalPath": "components.admin.react.modules"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"defaultExport": "Placeholder",
|
|
798
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
799
|
+
"externalPath": "components.admin.react.modules"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"defaultExport": "RightSidebar",
|
|
803
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
804
|
+
"externalPath": "components.admin.react.modules"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"defaultExport": "ModularSidebar",
|
|
808
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
809
|
+
"externalPath": "components.admin.react.modules"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"defaultExport": "IconIndicator",
|
|
813
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
814
|
+
"externalPath": "components.admin.react.modules"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"defaultExport": "DotIndicator",
|
|
818
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
819
|
+
"externalPath": "components.admin.react.modules"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"defaultExport": "CountryDropdown",
|
|
823
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
824
|
+
"externalPath": "components.admin.react.modules"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"defaultExport": "MetricCard",
|
|
828
|
+
"importPath": "react/admin/modules/Cards/",
|
|
829
|
+
"externalPath": "components.admin.react.modules"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"defaultExport": "IntegrationCard",
|
|
833
|
+
"importPath": "react/admin/modules/Cards/",
|
|
834
|
+
"externalPath": "components.admin.react.modules"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"defaultExport": "FormTemplateCard",
|
|
838
|
+
"importPath": "react/admin/modules/Cards/",
|
|
839
|
+
"externalPath": "components.admin.react.modules"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"defaultExport": "AddCard",
|
|
843
|
+
"importPath": "react/admin/modules/Cards/",
|
|
844
|
+
"externalPath": "components.admin.react.modules"
|
|
840
845
|
}
|
|
841
846
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.5",
|
|
4
4
|
"description": "Dependency extraction webpack plugin for use in Gravity Forms development. Extends the WordPress plugin.",
|
|
5
5
|
"author": "Rocketgenius",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|