@gravityforms/dependency-extraction-webpack-plugin 5.8.3 → 5.8.4
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 +118 -113
- package/package.json +1 -1
|
@@ -21,17 +21,17 @@ module.exports = [
|
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"defaultExport": "
|
|
24
|
+
"defaultExport": "Textarea",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"textareaTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Toggle",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"toggleTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
@@ -52,14 +52,6 @@ module.exports = [
|
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
"defaultExport": "StackedIcon",
|
|
57
|
-
"namedExports": [
|
|
58
|
-
"stackedIconTemplate"
|
|
59
|
-
],
|
|
60
|
-
"importPath": "html/admin/elements/",
|
|
61
|
-
"externalPath": "components.admin.html.elements"
|
|
62
|
-
},
|
|
63
55
|
{
|
|
64
56
|
"defaultExport": "Select",
|
|
65
57
|
"namedExports": [
|
|
@@ -77,9 +69,9 @@ module.exports = [
|
|
|
77
69
|
"externalPath": "components.admin.html.elements"
|
|
78
70
|
},
|
|
79
71
|
{
|
|
80
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "StackedIcon",
|
|
81
73
|
"namedExports": [
|
|
82
|
-
"
|
|
74
|
+
"stackedIconTemplate"
|
|
83
75
|
],
|
|
84
76
|
"importPath": "html/admin/elements/",
|
|
85
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -92,6 +84,14 @@ module.exports = [
|
|
|
92
84
|
"importPath": "html/admin/elements/",
|
|
93
85
|
"externalPath": "components.admin.html.elements"
|
|
94
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"defaultExport": "Link",
|
|
89
|
+
"namedExports": [
|
|
90
|
+
"linkTemplate"
|
|
91
|
+
],
|
|
92
|
+
"importPath": "html/admin/elements/",
|
|
93
|
+
"externalPath": "components.admin.html.elements"
|
|
94
|
+
},
|
|
95
95
|
{
|
|
96
96
|
"defaultExport": "Input",
|
|
97
97
|
"namedExports": [
|
|
@@ -109,18 +109,18 @@ module.exports = [
|
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Dropdown",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"dropdownTemplate",
|
|
115
|
+
"dropdownListItems"
|
|
115
116
|
],
|
|
116
117
|
"importPath": "html/admin/elements/",
|
|
117
118
|
"externalPath": "components.admin.html.elements"
|
|
118
119
|
},
|
|
119
120
|
{
|
|
120
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "HelpText",
|
|
121
122
|
"namedExports": [
|
|
122
|
-
"
|
|
123
|
-
"dropdownListItems"
|
|
123
|
+
"helpTextTemplate"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
@@ -162,7 +162,7 @@ module.exports = [
|
|
|
162
162
|
"externalPath": "components.admin.react.elements"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "StatusIndicator",
|
|
166
166
|
"importPath": "react/admin/elements/",
|
|
167
167
|
"externalPath": "components.admin.react.elements"
|
|
168
168
|
},
|
|
@@ -171,6 +171,11 @@ module.exports = [
|
|
|
171
171
|
"importPath": "react/admin/elements/",
|
|
172
172
|
"externalPath": "components.admin.react.elements"
|
|
173
173
|
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Select",
|
|
176
|
+
"importPath": "react/admin/elements/",
|
|
177
|
+
"externalPath": "components.admin.react.elements"
|
|
178
|
+
},
|
|
174
179
|
{
|
|
175
180
|
"defaultExport": "Radio",
|
|
176
181
|
"importPath": "react/admin/elements/",
|
|
@@ -182,7 +187,7 @@ module.exports = [
|
|
|
182
187
|
"externalPath": "components.admin.react.elements"
|
|
183
188
|
},
|
|
184
189
|
{
|
|
185
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Link",
|
|
186
191
|
"importPath": "react/admin/elements/",
|
|
187
192
|
"externalPath": "components.admin.react.elements"
|
|
188
193
|
},
|
|
@@ -197,22 +202,22 @@ module.exports = [
|
|
|
197
202
|
"externalPath": "components.admin.react.elements"
|
|
198
203
|
},
|
|
199
204
|
{
|
|
200
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Icon",
|
|
201
206
|
"importPath": "react/admin/elements/",
|
|
202
207
|
"externalPath": "components.admin.react.elements"
|
|
203
208
|
},
|
|
204
209
|
{
|
|
205
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Image",
|
|
206
211
|
"importPath": "react/admin/elements/",
|
|
207
212
|
"externalPath": "components.admin.react.elements"
|
|
208
213
|
},
|
|
209
214
|
{
|
|
210
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "HelpText",
|
|
211
216
|
"importPath": "react/admin/elements/",
|
|
212
217
|
"externalPath": "components.admin.react.elements"
|
|
213
218
|
},
|
|
214
219
|
{
|
|
215
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "FileUpload",
|
|
216
221
|
"importPath": "react/admin/elements/",
|
|
217
222
|
"externalPath": "components.admin.react.elements"
|
|
218
223
|
},
|
|
@@ -222,32 +227,32 @@ module.exports = [
|
|
|
222
227
|
"externalPath": "components.admin.react.elements"
|
|
223
228
|
},
|
|
224
229
|
{
|
|
225
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "Heading",
|
|
226
231
|
"importPath": "react/admin/elements/",
|
|
227
232
|
"externalPath": "components.admin.react.elements"
|
|
228
233
|
},
|
|
229
234
|
{
|
|
230
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "DescriptionList",
|
|
231
236
|
"importPath": "react/admin/elements/",
|
|
232
237
|
"externalPath": "components.admin.react.elements"
|
|
233
238
|
},
|
|
234
239
|
{
|
|
235
|
-
"defaultExport": "
|
|
240
|
+
"defaultExport": "Box",
|
|
236
241
|
"importPath": "react/admin/elements/",
|
|
237
242
|
"externalPath": "components.admin.react.elements"
|
|
238
243
|
},
|
|
239
244
|
{
|
|
240
|
-
"defaultExport": "
|
|
245
|
+
"defaultExport": "Checkbox",
|
|
241
246
|
"importPath": "react/admin/elements/",
|
|
242
247
|
"externalPath": "components.admin.react.elements"
|
|
243
248
|
},
|
|
244
249
|
{
|
|
245
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "Button",
|
|
246
251
|
"importPath": "react/admin/elements/",
|
|
247
252
|
"externalPath": "components.admin.react.elements"
|
|
248
253
|
},
|
|
249
254
|
{
|
|
250
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Swatch",
|
|
251
256
|
"importPath": "react/admin/modules/",
|
|
252
257
|
"externalPath": "components.admin.react.modules"
|
|
253
258
|
},
|
|
@@ -257,7 +262,7 @@ module.exports = [
|
|
|
257
262
|
"externalPath": "components.admin.react.modules"
|
|
258
263
|
},
|
|
259
264
|
{
|
|
260
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "Tooltip",
|
|
261
266
|
"importPath": "react/admin/modules/",
|
|
262
267
|
"externalPath": "components.admin.react.modules"
|
|
263
268
|
},
|
|
@@ -286,13 +291,18 @@ module.exports = [
|
|
|
286
291
|
"importPath": "react/admin/modules/",
|
|
287
292
|
"externalPath": "components.admin.react.modules"
|
|
288
293
|
},
|
|
294
|
+
{
|
|
295
|
+
"defaultExport": "Pagination",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
297
|
+
"externalPath": "components.admin.react.modules"
|
|
298
|
+
},
|
|
289
299
|
{
|
|
290
300
|
"defaultExport": "Overlay",
|
|
291
301
|
"importPath": "react/admin/modules/",
|
|
292
302
|
"externalPath": "components.admin.react.modules"
|
|
293
303
|
},
|
|
294
304
|
{
|
|
295
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "MetaBox",
|
|
296
306
|
"importPath": "react/admin/modules/",
|
|
297
307
|
"externalPath": "components.admin.react.modules"
|
|
298
308
|
},
|
|
@@ -302,7 +312,7 @@ module.exports = [
|
|
|
302
312
|
"externalPath": "components.admin.react.modules"
|
|
303
313
|
},
|
|
304
314
|
{
|
|
305
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "InputGroup",
|
|
306
316
|
"importPath": "react/admin/modules/",
|
|
307
317
|
"externalPath": "components.admin.react.modules"
|
|
308
318
|
},
|
|
@@ -312,17 +322,17 @@ module.exports = [
|
|
|
312
322
|
"externalPath": "components.admin.react.modules"
|
|
313
323
|
},
|
|
314
324
|
{
|
|
315
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Kanban",
|
|
316
326
|
"importPath": "react/admin/modules/",
|
|
317
327
|
"externalPath": "components.admin.react.modules"
|
|
318
328
|
},
|
|
319
329
|
{
|
|
320
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Flyout",
|
|
321
331
|
"importPath": "react/admin/modules/",
|
|
322
332
|
"externalPath": "components.admin.react.modules"
|
|
323
333
|
},
|
|
324
334
|
{
|
|
325
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Gravatar",
|
|
326
336
|
"importPath": "react/admin/modules/",
|
|
327
337
|
"externalPath": "components.admin.react.modules"
|
|
328
338
|
},
|
|
@@ -332,32 +342,27 @@ module.exports = [
|
|
|
332
342
|
"externalPath": "components.admin.react.modules"
|
|
333
343
|
},
|
|
334
344
|
{
|
|
335
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "Dropdown",
|
|
336
346
|
"importPath": "react/admin/modules/",
|
|
337
347
|
"externalPath": "components.admin.react.modules"
|
|
338
348
|
},
|
|
339
349
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/elements/",
|
|
342
|
-
"externalPath": "components.admin.react.elements"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"defaultExport": "Dialog",
|
|
350
|
+
"defaultExport": "ColorPicker",
|
|
346
351
|
"importPath": "react/admin/modules/",
|
|
347
352
|
"externalPath": "components.admin.react.modules"
|
|
348
353
|
},
|
|
349
354
|
{
|
|
350
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "Dialog",
|
|
351
356
|
"importPath": "react/admin/modules/",
|
|
352
357
|
"externalPath": "components.admin.react.modules"
|
|
353
358
|
},
|
|
354
359
|
{
|
|
355
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "Chart",
|
|
356
361
|
"importPath": "react/admin/modules/",
|
|
357
362
|
"externalPath": "components.admin.react.modules"
|
|
358
363
|
},
|
|
359
364
|
{
|
|
360
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "DataGrid",
|
|
361
366
|
"importPath": "react/admin/modules/",
|
|
362
367
|
"externalPath": "components.admin.react.modules"
|
|
363
368
|
},
|
|
@@ -367,7 +372,7 @@ module.exports = [
|
|
|
367
372
|
"externalPath": "components.admin.react.modules"
|
|
368
373
|
},
|
|
369
374
|
{
|
|
370
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "Calendar",
|
|
371
376
|
"importPath": "react/admin/modules/",
|
|
372
377
|
"externalPath": "components.admin.react.modules"
|
|
373
378
|
},
|
|
@@ -377,22 +382,27 @@ module.exports = [
|
|
|
377
382
|
"externalPath": "components.admin.react.modules"
|
|
378
383
|
},
|
|
379
384
|
{
|
|
380
|
-
"defaultExport": "
|
|
385
|
+
"defaultExport": "Alert",
|
|
381
386
|
"importPath": "react/admin/modules/",
|
|
382
387
|
"externalPath": "components.admin.react.modules"
|
|
383
388
|
},
|
|
384
389
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/
|
|
387
|
-
"externalPath": "components.admin.react.
|
|
390
|
+
"defaultExport": "Avatar",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
392
|
+
"externalPath": "components.admin.react.modules"
|
|
388
393
|
},
|
|
389
394
|
{
|
|
390
|
-
"defaultExport": "
|
|
395
|
+
"defaultExport": "Address",
|
|
391
396
|
"importPath": "react/admin/modules/",
|
|
392
397
|
"externalPath": "components.admin.react.modules"
|
|
393
398
|
},
|
|
394
399
|
{
|
|
395
|
-
"defaultExport": "
|
|
400
|
+
"defaultExport": "BrandedLink",
|
|
401
|
+
"importPath": "react/admin/elements/Link/",
|
|
402
|
+
"externalPath": "components.admin.react.elements"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"defaultExport": "ZohoLogo",
|
|
396
406
|
"importPath": "react/admin/elements/Svgs/",
|
|
397
407
|
"externalPath": "components.admin.react.elements"
|
|
398
408
|
},
|
|
@@ -402,14 +412,14 @@ module.exports = [
|
|
|
402
412
|
"externalPath": "components.admin.react.elements"
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
|
-
"defaultExport": "
|
|
415
|
+
"defaultExport": "WordPressLogo",
|
|
406
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
417
|
"externalPath": "components.admin.react.elements"
|
|
408
418
|
},
|
|
409
419
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/
|
|
412
|
-
"externalPath": "components.admin.react.
|
|
420
|
+
"defaultExport": "WhatsAppLogo",
|
|
421
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
422
|
+
"externalPath": "components.admin.react.elements"
|
|
413
423
|
},
|
|
414
424
|
{
|
|
415
425
|
"defaultExport": "WPMailSMTPFullLogo",
|
|
@@ -422,12 +432,12 @@ module.exports = [
|
|
|
422
432
|
"externalPath": "components.admin.react.elements"
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TelegramLogo",
|
|
426
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
437
|
"externalPath": "components.admin.react.elements"
|
|
428
438
|
},
|
|
429
439
|
{
|
|
430
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "SparkPostLogo",
|
|
431
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
442
|
"externalPath": "components.admin.react.elements"
|
|
433
443
|
},
|
|
@@ -437,17 +447,17 @@ module.exports = [
|
|
|
437
447
|
"externalPath": "components.admin.react.elements"
|
|
438
448
|
},
|
|
439
449
|
{
|
|
440
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SlackLogo",
|
|
441
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
452
|
"externalPath": "components.admin.react.elements"
|
|
443
453
|
},
|
|
444
454
|
{
|
|
445
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SearchNoResults",
|
|
446
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
457
|
"externalPath": "components.admin.react.elements"
|
|
448
458
|
},
|
|
449
459
|
{
|
|
450
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "SendGridFullLogo",
|
|
451
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
462
|
"externalPath": "components.admin.react.elements"
|
|
453
463
|
},
|
|
@@ -457,52 +467,52 @@ module.exports = [
|
|
|
457
467
|
"externalPath": "components.admin.react.elements"
|
|
458
468
|
},
|
|
459
469
|
{
|
|
460
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "ResendLogo",
|
|
461
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
472
|
"externalPath": "components.admin.react.elements"
|
|
463
473
|
},
|
|
464
474
|
{
|
|
465
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "ResendFullLogo",
|
|
466
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
477
|
"externalPath": "components.admin.react.elements"
|
|
468
478
|
},
|
|
469
479
|
{
|
|
470
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "SendGridLogo",
|
|
471
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
482
|
"externalPath": "components.admin.react.elements"
|
|
473
483
|
},
|
|
474
484
|
{
|
|
475
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
476
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
487
|
"externalPath": "components.admin.react.elements"
|
|
478
488
|
},
|
|
479
489
|
{
|
|
480
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "PostmarkLogo",
|
|
481
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
492
|
"externalPath": "components.admin.react.elements"
|
|
483
493
|
},
|
|
484
494
|
{
|
|
485
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "PostmarkFullLogo",
|
|
486
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
497
|
"externalPath": "components.admin.react.elements"
|
|
488
498
|
},
|
|
489
499
|
{
|
|
490
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "PHPFullLogo",
|
|
491
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
502
|
"externalPath": "components.admin.react.elements"
|
|
493
503
|
},
|
|
494
504
|
{
|
|
495
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "PHPLogo",
|
|
496
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
507
|
"externalPath": "components.admin.react.elements"
|
|
498
508
|
},
|
|
499
509
|
{
|
|
500
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "Plug",
|
|
501
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
512
|
"externalPath": "components.admin.react.elements"
|
|
503
513
|
},
|
|
504
514
|
{
|
|
505
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MicrosoftLogo",
|
|
506
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
517
|
"externalPath": "components.admin.react.elements"
|
|
508
518
|
},
|
|
@@ -522,17 +532,17 @@ module.exports = [
|
|
|
522
532
|
"externalPath": "components.admin.react.elements"
|
|
523
533
|
},
|
|
524
534
|
{
|
|
525
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailjetFullLogo",
|
|
526
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
537
|
"externalPath": "components.admin.react.elements"
|
|
528
538
|
},
|
|
529
539
|
{
|
|
530
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MandrillLogo",
|
|
531
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
542
|
"externalPath": "components.admin.react.elements"
|
|
533
543
|
},
|
|
534
544
|
{
|
|
535
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailgunLogo",
|
|
536
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
547
|
"externalPath": "components.admin.react.elements"
|
|
538
548
|
},
|
|
@@ -542,32 +552,32 @@ module.exports = [
|
|
|
542
552
|
"externalPath": "components.admin.react.elements"
|
|
543
553
|
},
|
|
544
554
|
{
|
|
545
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailgunFullLogo",
|
|
546
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
557
|
"externalPath": "components.admin.react.elements"
|
|
548
558
|
},
|
|
549
559
|
{
|
|
550
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailerSendFullLogo",
|
|
551
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
562
|
"externalPath": "components.admin.react.elements"
|
|
553
563
|
},
|
|
554
564
|
{
|
|
555
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailchimpLogo",
|
|
556
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
567
|
"externalPath": "components.admin.react.elements"
|
|
558
568
|
},
|
|
559
569
|
{
|
|
560
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "MailchimpFullLogo",
|
|
561
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
572
|
"externalPath": "components.admin.react.elements"
|
|
563
573
|
},
|
|
564
574
|
{
|
|
565
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailSuccessBg",
|
|
566
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
577
|
"externalPath": "components.admin.react.elements"
|
|
568
578
|
},
|
|
569
579
|
{
|
|
570
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailFailedBg",
|
|
571
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
582
|
"externalPath": "components.admin.react.elements"
|
|
573
583
|
},
|
|
@@ -577,12 +587,12 @@ module.exports = [
|
|
|
577
587
|
"externalPath": "components.admin.react.elements"
|
|
578
588
|
},
|
|
579
589
|
{
|
|
580
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
581
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
592
|
"externalPath": "components.admin.react.elements"
|
|
583
593
|
},
|
|
584
594
|
{
|
|
585
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "MailFailed",
|
|
586
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
597
|
"externalPath": "components.admin.react.elements"
|
|
588
598
|
},
|
|
@@ -592,12 +602,12 @@ module.exports = [
|
|
|
592
602
|
"externalPath": "components.admin.react.elements"
|
|
593
603
|
},
|
|
594
604
|
{
|
|
595
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
596
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
607
|
"externalPath": "components.admin.react.elements"
|
|
598
608
|
},
|
|
599
609
|
{
|
|
600
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
601
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
612
|
"externalPath": "components.admin.react.elements"
|
|
603
613
|
},
|
|
@@ -611,18 +621,13 @@ module.exports = [
|
|
|
611
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
622
|
"externalPath": "components.admin.react.elements"
|
|
613
623
|
},
|
|
614
|
-
{
|
|
615
|
-
"defaultExport": "GravityCRMFullLogo",
|
|
616
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
617
|
-
"externalPath": "components.admin.react.elements"
|
|
618
|
-
},
|
|
619
624
|
{
|
|
620
625
|
"defaultExport": "GoogleLogo",
|
|
621
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
627
|
"externalPath": "components.admin.react.elements"
|
|
623
628
|
},
|
|
624
629
|
{
|
|
625
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
626
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
632
|
"externalPath": "components.admin.react.elements"
|
|
628
633
|
},
|
|
@@ -632,12 +637,12 @@ module.exports = [
|
|
|
632
637
|
"externalPath": "components.admin.react.elements"
|
|
633
638
|
},
|
|
634
639
|
{
|
|
635
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "GoogleFullLogo",
|
|
636
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
642
|
"externalPath": "components.admin.react.elements"
|
|
638
643
|
},
|
|
639
644
|
{
|
|
640
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "EmailitLogo",
|
|
641
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
647
|
"externalPath": "components.admin.react.elements"
|
|
643
648
|
},
|
|
@@ -652,7 +657,7 @@ module.exports = [
|
|
|
652
657
|
"externalPath": "components.admin.react.elements"
|
|
653
658
|
},
|
|
654
659
|
{
|
|
655
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "EmailitFullLogo",
|
|
656
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
662
|
"externalPath": "components.admin.react.elements"
|
|
658
663
|
},
|
|
@@ -662,38 +667,38 @@ module.exports = [
|
|
|
662
667
|
"externalPath": "components.admin.react.elements"
|
|
663
668
|
},
|
|
664
669
|
{
|
|
665
|
-
"defaultExport": "
|
|
670
|
+
"defaultExport": "CustomSMTPFull",
|
|
666
671
|
"importPath": "react/admin/elements/Svgs/",
|
|
667
672
|
"externalPath": "components.admin.react.elements"
|
|
668
673
|
},
|
|
669
674
|
{
|
|
670
|
-
"defaultExport": "
|
|
675
|
+
"defaultExport": "BrokenImageFull",
|
|
671
676
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
677
|
"externalPath": "components.admin.react.elements"
|
|
673
678
|
},
|
|
674
679
|
{
|
|
675
|
-
"defaultExport": "
|
|
680
|
+
"defaultExport": "BrokenImage",
|
|
676
681
|
"importPath": "react/admin/elements/Svgs/",
|
|
677
682
|
"externalPath": "components.admin.react.elements"
|
|
678
683
|
},
|
|
679
684
|
{
|
|
680
|
-
"defaultExport": "
|
|
685
|
+
"defaultExport": "AmazonAWSLogo",
|
|
681
686
|
"importPath": "react/admin/elements/Svgs/",
|
|
682
687
|
"externalPath": "components.admin.react.elements"
|
|
683
688
|
},
|
|
684
689
|
{
|
|
685
|
-
"defaultExport": "
|
|
690
|
+
"defaultExport": "BrevoFullLogo",
|
|
686
691
|
"importPath": "react/admin/elements/Svgs/",
|
|
687
692
|
"externalPath": "components.admin.react.elements"
|
|
688
693
|
},
|
|
689
694
|
{
|
|
690
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "BrevoLogo",
|
|
691
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
692
697
|
"externalPath": "components.admin.react.elements"
|
|
693
698
|
},
|
|
694
699
|
{
|
|
695
|
-
"defaultExport": "
|
|
696
|
-
"importPath": "react/admin/elements/
|
|
700
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
701
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
697
702
|
"externalPath": "components.admin.react.elements"
|
|
698
703
|
},
|
|
699
704
|
{
|
|
@@ -715,23 +720,23 @@ module.exports = [
|
|
|
715
720
|
}
|
|
716
721
|
},
|
|
717
722
|
{
|
|
718
|
-
"defaultExport": "
|
|
719
|
-
"importPath": "react/admin/modules/
|
|
723
|
+
"defaultExport": "RingLoader",
|
|
724
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
720
725
|
"externalPath": "components.admin.react.modules"
|
|
721
726
|
},
|
|
722
727
|
{
|
|
723
|
-
"defaultExport": "
|
|
724
|
-
"importPath": "react/admin/modules/
|
|
728
|
+
"defaultExport": "Placeholder",
|
|
729
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
725
730
|
"externalPath": "components.admin.react.modules"
|
|
726
731
|
},
|
|
727
732
|
{
|
|
728
|
-
"defaultExport": "
|
|
729
|
-
"importPath": "react/admin/modules/
|
|
733
|
+
"defaultExport": "RightSidebar",
|
|
734
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
730
735
|
"externalPath": "components.admin.react.modules"
|
|
731
736
|
},
|
|
732
737
|
{
|
|
733
|
-
"defaultExport": "
|
|
734
|
-
"importPath": "react/admin/modules/
|
|
738
|
+
"defaultExport": "ModularSidebar",
|
|
739
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
735
740
|
"externalPath": "components.admin.react.modules"
|
|
736
741
|
},
|
|
737
742
|
{
|
|
@@ -740,8 +745,8 @@ module.exports = [
|
|
|
740
745
|
"externalPath": "components.admin.react.modules"
|
|
741
746
|
},
|
|
742
747
|
{
|
|
743
|
-
"defaultExport": "
|
|
744
|
-
"importPath": "react/admin/modules/
|
|
748
|
+
"defaultExport": "IconIndicator",
|
|
749
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
745
750
|
"externalPath": "components.admin.react.modules"
|
|
746
751
|
},
|
|
747
752
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.4",
|
|
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",
|