@gravityforms/dependency-extraction-webpack-plugin 5.6.1 → 5.6.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.
- package/mappings/components/admin.js +108 -103
- package/package.json +1 -1
|
@@ -45,9 +45,9 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Select",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"selectTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -61,33 +61,25 @@ module.exports = [
|
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
65
|
-
"namedExports": [
|
|
66
|
-
"loaderTemplate"
|
|
67
|
-
],
|
|
68
|
-
"importPath": "html/admin/elements/",
|
|
69
|
-
"externalPath": "components.admin.html.elements"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"defaultExport": "Link",
|
|
64
|
+
"defaultExport": "StatusIndicator",
|
|
73
65
|
"namedExports": [
|
|
74
|
-
"
|
|
66
|
+
"statusIndicatorTemplate"
|
|
75
67
|
],
|
|
76
68
|
"importPath": "html/admin/elements/",
|
|
77
69
|
"externalPath": "components.admin.html.elements"
|
|
78
70
|
},
|
|
79
71
|
{
|
|
80
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Loader",
|
|
81
73
|
"namedExports": [
|
|
82
|
-
"
|
|
74
|
+
"loaderTemplate"
|
|
83
75
|
],
|
|
84
76
|
"importPath": "html/admin/elements/",
|
|
85
77
|
"externalPath": "components.admin.html.elements"
|
|
86
78
|
},
|
|
87
79
|
{
|
|
88
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Link",
|
|
89
81
|
"namedExports": [
|
|
90
|
-
"
|
|
82
|
+
"linkTemplate"
|
|
91
83
|
],
|
|
92
84
|
"importPath": "html/admin/elements/",
|
|
93
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,9 +93,9 @@ module.exports = [
|
|
|
101
93
|
"externalPath": "components.admin.html.elements"
|
|
102
94
|
},
|
|
103
95
|
{
|
|
104
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Label",
|
|
105
97
|
"namedExports": [
|
|
106
|
-
"
|
|
98
|
+
"labelTemplate"
|
|
107
99
|
],
|
|
108
100
|
"importPath": "html/admin/elements/",
|
|
109
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -117,9 +109,9 @@ module.exports = [
|
|
|
117
109
|
"externalPath": "components.admin.html.elements"
|
|
118
110
|
},
|
|
119
111
|
{
|
|
120
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "HelpText",
|
|
121
113
|
"namedExports": [
|
|
122
|
-
"
|
|
114
|
+
"helpTextTemplate"
|
|
123
115
|
],
|
|
124
116
|
"importPath": "html/admin/elements/",
|
|
125
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,18 +133,26 @@ module.exports = [
|
|
|
141
133
|
"importPath": "html/admin/elements/",
|
|
142
134
|
"externalPath": "components.admin.html.elements"
|
|
143
135
|
},
|
|
136
|
+
{
|
|
137
|
+
"defaultExport": "Button",
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"buttonTemplate"
|
|
140
|
+
],
|
|
141
|
+
"importPath": "html/admin/elements/",
|
|
142
|
+
"externalPath": "components.admin.html.elements"
|
|
143
|
+
},
|
|
144
144
|
{
|
|
145
145
|
"defaultExport": "Tooltip",
|
|
146
146
|
"importPath": "react/admin/modules/",
|
|
147
147
|
"externalPath": "components.admin.react.modules"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Tabs",
|
|
151
151
|
"importPath": "react/admin/modules/",
|
|
152
152
|
"externalPath": "components.admin.react.modules"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Swatch",
|
|
156
156
|
"importPath": "react/admin/modules/",
|
|
157
157
|
"externalPath": "components.admin.react.modules"
|
|
158
158
|
},
|
|
@@ -172,32 +172,32 @@ module.exports = [
|
|
|
172
172
|
"externalPath": "components.admin.react.modules"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "Overlay",
|
|
176
176
|
"importPath": "react/admin/modules/",
|
|
177
177
|
"externalPath": "components.admin.react.modules"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "Pagination",
|
|
181
181
|
"importPath": "react/admin/modules/",
|
|
182
182
|
"externalPath": "components.admin.react.modules"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Repeater",
|
|
186
186
|
"importPath": "react/admin/modules/",
|
|
187
187
|
"externalPath": "components.admin.react.modules"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Phone",
|
|
191
191
|
"importPath": "react/admin/modules/",
|
|
192
192
|
"externalPath": "components.admin.react.modules"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "NavBar",
|
|
196
196
|
"importPath": "react/admin/modules/",
|
|
197
197
|
"externalPath": "components.admin.react.modules"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "MetaBox",
|
|
201
201
|
"importPath": "react/admin/modules/",
|
|
202
202
|
"externalPath": "components.admin.react.modules"
|
|
203
203
|
},
|
|
@@ -207,12 +207,12 @@ module.exports = [
|
|
|
207
207
|
"externalPath": "components.admin.react.modules"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Gravatar",
|
|
211
211
|
"importPath": "react/admin/modules/",
|
|
212
212
|
"externalPath": "components.admin.react.modules"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "InputGroup",
|
|
216
216
|
"importPath": "react/admin/modules/",
|
|
217
217
|
"externalPath": "components.admin.react.modules"
|
|
218
218
|
},
|
|
@@ -222,17 +222,17 @@ module.exports = [
|
|
|
222
222
|
"externalPath": "components.admin.react.modules"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Dialog",
|
|
226
226
|
"importPath": "react/admin/modules/",
|
|
227
227
|
"externalPath": "components.admin.react.modules"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "DataGrid",
|
|
231
231
|
"importPath": "react/admin/modules/",
|
|
232
232
|
"externalPath": "components.admin.react.modules"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "Droplist",
|
|
236
236
|
"importPath": "react/admin/modules/",
|
|
237
237
|
"externalPath": "components.admin.react.modules"
|
|
238
238
|
},
|
|
@@ -242,22 +242,22 @@ module.exports = [
|
|
|
242
242
|
"externalPath": "components.admin.react.modules"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"defaultExport": "
|
|
245
|
+
"defaultExport": "Dropdown",
|
|
246
246
|
"importPath": "react/admin/modules/",
|
|
247
247
|
"externalPath": "components.admin.react.modules"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "Chart",
|
|
251
251
|
"importPath": "react/admin/modules/",
|
|
252
252
|
"externalPath": "components.admin.react.modules"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Banner",
|
|
256
256
|
"importPath": "react/admin/modules/",
|
|
257
257
|
"externalPath": "components.admin.react.modules"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"defaultExport": "
|
|
260
|
+
"defaultExport": "Calendar",
|
|
261
261
|
"importPath": "react/admin/modules/",
|
|
262
262
|
"externalPath": "components.admin.react.modules"
|
|
263
263
|
},
|
|
@@ -267,7 +267,7 @@ module.exports = [
|
|
|
267
267
|
"externalPath": "components.admin.react.modules"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
|
-
"defaultExport": "
|
|
270
|
+
"defaultExport": "Avatar",
|
|
271
271
|
"importPath": "react/admin/modules/",
|
|
272
272
|
"externalPath": "components.admin.react.modules"
|
|
273
273
|
},
|
|
@@ -277,7 +277,7 @@ module.exports = [
|
|
|
277
277
|
"externalPath": "components.admin.react.modules"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "Address",
|
|
281
281
|
"importPath": "react/admin/modules/",
|
|
282
282
|
"externalPath": "components.admin.react.modules"
|
|
283
283
|
},
|
|
@@ -317,17 +317,17 @@ module.exports = [
|
|
|
317
317
|
"externalPath": "components.admin.react.elements"
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Pill",
|
|
321
321
|
"importPath": "react/admin/elements/",
|
|
322
322
|
"externalPath": "components.admin.react.elements"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Link",
|
|
326
326
|
"importPath": "react/admin/elements/",
|
|
327
327
|
"externalPath": "components.admin.react.elements"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Radio",
|
|
331
331
|
"importPath": "react/admin/elements/",
|
|
332
332
|
"externalPath": "components.admin.react.elements"
|
|
333
333
|
},
|
|
@@ -337,22 +337,27 @@ module.exports = [
|
|
|
337
337
|
"externalPath": "components.admin.react.elements"
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Image",
|
|
341
341
|
"importPath": "react/admin/elements/",
|
|
342
342
|
"externalPath": "components.admin.react.elements"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "Label",
|
|
346
346
|
"importPath": "react/admin/elements/",
|
|
347
347
|
"externalPath": "components.admin.react.elements"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Icon",
|
|
351
351
|
"importPath": "react/admin/elements/",
|
|
352
352
|
"externalPath": "components.admin.react.elements"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "HelpText",
|
|
356
|
+
"importPath": "react/admin/elements/",
|
|
357
|
+
"externalPath": "components.admin.react.elements"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Grid",
|
|
356
361
|
"importPath": "react/admin/elements/",
|
|
357
362
|
"externalPath": "components.admin.react.elements"
|
|
358
363
|
},
|
|
@@ -362,22 +367,22 @@ module.exports = [
|
|
|
362
367
|
"externalPath": "components.admin.react.elements"
|
|
363
368
|
},
|
|
364
369
|
{
|
|
365
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "DescriptionList",
|
|
366
371
|
"importPath": "react/admin/elements/",
|
|
367
372
|
"externalPath": "components.admin.react.elements"
|
|
368
373
|
},
|
|
369
374
|
{
|
|
370
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "FileUpload",
|
|
371
376
|
"importPath": "react/admin/elements/",
|
|
372
377
|
"externalPath": "components.admin.react.elements"
|
|
373
378
|
},
|
|
374
379
|
{
|
|
375
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "Box",
|
|
376
381
|
"importPath": "react/admin/elements/",
|
|
377
382
|
"externalPath": "components.admin.react.elements"
|
|
378
383
|
},
|
|
379
384
|
{
|
|
380
|
-
"defaultExport": "
|
|
385
|
+
"defaultExport": "Button",
|
|
381
386
|
"importPath": "react/admin/elements/",
|
|
382
387
|
"externalPath": "components.admin.react.elements"
|
|
383
388
|
},
|
|
@@ -387,22 +392,17 @@ module.exports = [
|
|
|
387
392
|
"externalPath": "components.admin.react.modules"
|
|
388
393
|
},
|
|
389
394
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/elements/",
|
|
392
|
-
"externalPath": "components.admin.react.elements"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"defaultExport": "Box",
|
|
395
|
+
"defaultExport": "Checkbox",
|
|
396
396
|
"importPath": "react/admin/elements/",
|
|
397
397
|
"externalPath": "components.admin.react.elements"
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
|
-
"defaultExport": "
|
|
400
|
+
"defaultExport": "RingLoader",
|
|
401
401
|
"importPath": "react/admin/modules/Loaders/",
|
|
402
402
|
"externalPath": "components.admin.react.modules"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
|
-
"defaultExport": "
|
|
405
|
+
"defaultExport": "Placeholder",
|
|
406
406
|
"importPath": "react/admin/modules/Loaders/",
|
|
407
407
|
"externalPath": "components.admin.react.modules"
|
|
408
408
|
},
|
|
@@ -417,15 +417,20 @@ module.exports = [
|
|
|
417
417
|
"externalPath": "components.admin.react.modules"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "DotIndicator",
|
|
421
421
|
"importPath": "react/admin/modules/Indicators/",
|
|
422
422
|
"externalPath": "components.admin.react.modules"
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "IconIndicator",
|
|
426
426
|
"importPath": "react/admin/modules/Indicators/",
|
|
427
427
|
"externalPath": "components.admin.react.modules"
|
|
428
428
|
},
|
|
429
|
+
{
|
|
430
|
+
"defaultExport": "CountryDropdown",
|
|
431
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
432
|
+
"externalPath": "components.admin.react.modules"
|
|
433
|
+
},
|
|
429
434
|
{
|
|
430
435
|
"defaultExport": "MetricCard",
|
|
431
436
|
"importPath": "react/admin/modules/Cards/",
|
|
@@ -441,6 +446,11 @@ module.exports = [
|
|
|
441
446
|
"importPath": "react/admin/modules/Cards/",
|
|
442
447
|
"externalPath": "components.admin.react.modules"
|
|
443
448
|
},
|
|
449
|
+
{
|
|
450
|
+
"defaultExport": "BrandedLink",
|
|
451
|
+
"importPath": "react/admin/elements/Link/",
|
|
452
|
+
"externalPath": "components.admin.react.elements"
|
|
453
|
+
},
|
|
444
454
|
{
|
|
445
455
|
"defaultExport": "ZohoLogo",
|
|
446
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -457,17 +467,17 @@ module.exports = [
|
|
|
457
467
|
"externalPath": "components.admin.react.elements"
|
|
458
468
|
},
|
|
459
469
|
{
|
|
460
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "WhatsAppLogo",
|
|
461
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
472
|
"externalPath": "components.admin.react.elements"
|
|
463
473
|
},
|
|
464
474
|
{
|
|
465
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
466
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
477
|
"externalPath": "components.admin.react.elements"
|
|
468
478
|
},
|
|
469
479
|
{
|
|
470
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "TwilioLogo",
|
|
471
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
482
|
"externalPath": "components.admin.react.elements"
|
|
473
483
|
},
|
|
@@ -482,17 +492,17 @@ module.exports = [
|
|
|
482
492
|
"externalPath": "components.admin.react.elements"
|
|
483
493
|
},
|
|
484
494
|
{
|
|
485
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "SendGridLogo",
|
|
486
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
497
|
"externalPath": "components.admin.react.elements"
|
|
488
498
|
},
|
|
489
499
|
{
|
|
490
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "SparkPostLogo",
|
|
491
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
502
|
"externalPath": "components.admin.react.elements"
|
|
493
503
|
},
|
|
494
504
|
{
|
|
495
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "SlackLogo",
|
|
496
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
507
|
"externalPath": "components.admin.react.elements"
|
|
498
508
|
},
|
|
@@ -502,27 +512,27 @@ module.exports = [
|
|
|
502
512
|
"externalPath": "components.admin.react.elements"
|
|
503
513
|
},
|
|
504
514
|
{
|
|
505
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "SearchNoResults",
|
|
506
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
517
|
"externalPath": "components.admin.react.elements"
|
|
508
518
|
},
|
|
509
519
|
{
|
|
510
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
511
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
522
|
"externalPath": "components.admin.react.elements"
|
|
513
523
|
},
|
|
514
524
|
{
|
|
515
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "PostmarkFullLogo",
|
|
516
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
527
|
"externalPath": "components.admin.react.elements"
|
|
518
528
|
},
|
|
519
529
|
{
|
|
520
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "PostmarkLogo",
|
|
521
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
532
|
"externalPath": "components.admin.react.elements"
|
|
523
533
|
},
|
|
524
534
|
{
|
|
525
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "SMTP2GOLogo",
|
|
526
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
537
|
"externalPath": "components.admin.react.elements"
|
|
528
538
|
},
|
|
@@ -537,17 +547,17 @@ module.exports = [
|
|
|
537
547
|
"externalPath": "components.admin.react.elements"
|
|
538
548
|
},
|
|
539
549
|
{
|
|
540
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "PHPLogo",
|
|
541
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
552
|
"externalPath": "components.admin.react.elements"
|
|
543
553
|
},
|
|
544
554
|
{
|
|
545
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
546
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
557
|
"externalPath": "components.admin.react.elements"
|
|
548
558
|
},
|
|
549
559
|
{
|
|
550
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MandrillLogo",
|
|
551
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
562
|
"externalPath": "components.admin.react.elements"
|
|
553
563
|
},
|
|
@@ -557,22 +567,27 @@ module.exports = [
|
|
|
557
567
|
"externalPath": "components.admin.react.elements"
|
|
558
568
|
},
|
|
559
569
|
{
|
|
560
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "MailgunLogo",
|
|
561
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
572
|
"externalPath": "components.admin.react.elements"
|
|
563
573
|
},
|
|
564
574
|
{
|
|
565
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailgunFullLogo",
|
|
566
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
577
|
"externalPath": "components.admin.react.elements"
|
|
568
578
|
},
|
|
569
579
|
{
|
|
570
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailjetLogo",
|
|
571
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
582
|
"externalPath": "components.admin.react.elements"
|
|
573
583
|
},
|
|
574
584
|
{
|
|
575
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "MailjetFullLogo",
|
|
586
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
587
|
+
"externalPath": "components.admin.react.elements"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"defaultExport": "MailerSendLogo",
|
|
576
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
592
|
"externalPath": "components.admin.react.elements"
|
|
578
593
|
},
|
|
@@ -582,17 +597,17 @@ module.exports = [
|
|
|
582
597
|
"externalPath": "components.admin.react.elements"
|
|
583
598
|
},
|
|
584
599
|
{
|
|
585
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "MailchimpLogo",
|
|
586
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
602
|
"externalPath": "components.admin.react.elements"
|
|
588
603
|
},
|
|
589
604
|
{
|
|
590
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "MailSuccessBg",
|
|
591
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
607
|
"externalPath": "components.admin.react.elements"
|
|
593
608
|
},
|
|
594
609
|
{
|
|
595
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "MailchimpFullLogo",
|
|
596
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
612
|
"externalPath": "components.admin.react.elements"
|
|
598
613
|
},
|
|
@@ -602,7 +617,7 @@ module.exports = [
|
|
|
602
617
|
"externalPath": "components.admin.react.elements"
|
|
603
618
|
},
|
|
604
619
|
{
|
|
605
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
606
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
622
|
"externalPath": "components.admin.react.elements"
|
|
608
623
|
},
|
|
@@ -612,12 +627,12 @@ module.exports = [
|
|
|
612
627
|
"externalPath": "components.admin.react.elements"
|
|
613
628
|
},
|
|
614
629
|
{
|
|
615
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "MailFailedBg",
|
|
616
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
632
|
"externalPath": "components.admin.react.elements"
|
|
618
633
|
},
|
|
619
634
|
{
|
|
620
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GravitySMTPLogo",
|
|
621
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
637
|
"externalPath": "components.admin.react.elements"
|
|
623
638
|
},
|
|
@@ -632,12 +647,12 @@ module.exports = [
|
|
|
632
647
|
"externalPath": "components.admin.react.elements"
|
|
633
648
|
},
|
|
634
649
|
{
|
|
635
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
636
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
652
|
"externalPath": "components.admin.react.elements"
|
|
638
653
|
},
|
|
639
654
|
{
|
|
640
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "GoogleLogo",
|
|
641
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
657
|
"externalPath": "components.admin.react.elements"
|
|
643
658
|
},
|
|
@@ -647,7 +662,7 @@ module.exports = [
|
|
|
647
662
|
"externalPath": "components.admin.react.elements"
|
|
648
663
|
},
|
|
649
664
|
{
|
|
650
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "GoogleFullLogo",
|
|
651
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
667
|
"externalPath": "components.admin.react.elements"
|
|
653
668
|
},
|
|
@@ -656,11 +671,6 @@ module.exports = [
|
|
|
656
671
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
672
|
"externalPath": "components.admin.react.elements"
|
|
658
673
|
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "ElasticEmailFullLogo",
|
|
661
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
662
|
-
"externalPath": "components.admin.react.elements"
|
|
663
|
-
},
|
|
664
674
|
{
|
|
665
675
|
"defaultExport": "CustomSMTPFull",
|
|
666
676
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -672,7 +682,7 @@ module.exports = [
|
|
|
672
682
|
"externalPath": "components.admin.react.elements"
|
|
673
683
|
},
|
|
674
684
|
{
|
|
675
|
-
"defaultExport": "
|
|
685
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
676
686
|
"importPath": "react/admin/elements/Svgs/",
|
|
677
687
|
"externalPath": "components.admin.react.elements"
|
|
678
688
|
},
|
|
@@ -682,7 +692,7 @@ module.exports = [
|
|
|
682
692
|
"externalPath": "components.admin.react.elements"
|
|
683
693
|
},
|
|
684
694
|
{
|
|
685
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "BrevoLogo",
|
|
686
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
687
697
|
"externalPath": "components.admin.react.elements"
|
|
688
698
|
},
|
|
@@ -692,18 +702,18 @@ module.exports = [
|
|
|
692
702
|
"externalPath": "components.admin.react.elements"
|
|
693
703
|
},
|
|
694
704
|
{
|
|
695
|
-
"defaultExport": "
|
|
705
|
+
"defaultExport": "BrokenImage",
|
|
696
706
|
"importPath": "react/admin/elements/Svgs/",
|
|
697
707
|
"externalPath": "components.admin.react.elements"
|
|
698
708
|
},
|
|
699
709
|
{
|
|
700
|
-
"defaultExport": "
|
|
710
|
+
"defaultExport": "BrevoFullLogo",
|
|
701
711
|
"importPath": "react/admin/elements/Svgs/",
|
|
702
712
|
"externalPath": "components.admin.react.elements"
|
|
703
713
|
},
|
|
704
714
|
{
|
|
705
|
-
"defaultExport": "
|
|
706
|
-
"importPath": "react/admin/elements/
|
|
715
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
716
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
707
717
|
"externalPath": "components.admin.react.elements"
|
|
708
718
|
},
|
|
709
719
|
{
|
|
@@ -715,10 +725,5 @@ module.exports = [
|
|
|
715
725
|
"defaultExport": "BrandedButton",
|
|
716
726
|
"importPath": "react/admin/elements/Button/",
|
|
717
727
|
"externalPath": "components.admin.react.elements"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"defaultExport": "BrevoFullLogo",
|
|
721
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
722
|
-
"externalPath": "components.admin.react.elements"
|
|
723
728
|
}
|
|
724
729
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.2",
|
|
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",
|