@gravityforms/dependency-extraction-webpack-plugin 5.8.0 → 5.8.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 +100 -80
- package/package.json +1 -1
|
@@ -37,25 +37,25 @@ module.exports = [
|
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "StatusIndicator",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"statusIndicatorTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Text",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"textTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StackedIcon",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"stackedIconTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
@@ -68,14 +68,6 @@ module.exports = [
|
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
|
-
{
|
|
72
|
-
"defaultExport": "Link",
|
|
73
|
-
"namedExports": [
|
|
74
|
-
"linkTemplate"
|
|
75
|
-
],
|
|
76
|
-
"importPath": "html/admin/elements/",
|
|
77
|
-
"externalPath": "components.admin.html.elements"
|
|
78
|
-
},
|
|
79
71
|
{
|
|
80
72
|
"defaultExport": "Loader",
|
|
81
73
|
"namedExports": [
|
|
@@ -93,9 +85,9 @@ module.exports = [
|
|
|
93
85
|
"externalPath": "components.admin.html.elements"
|
|
94
86
|
},
|
|
95
87
|
{
|
|
96
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Link",
|
|
97
89
|
"namedExports": [
|
|
98
|
-
"
|
|
90
|
+
"linkTemplate"
|
|
99
91
|
],
|
|
100
92
|
"importPath": "html/admin/elements/",
|
|
101
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -108,6 +100,14 @@ module.exports = [
|
|
|
108
100
|
"importPath": "html/admin/elements/",
|
|
109
101
|
"externalPath": "components.admin.html.elements"
|
|
110
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"defaultExport": "Input",
|
|
105
|
+
"namedExports": [
|
|
106
|
+
"inputTemplate"
|
|
107
|
+
],
|
|
108
|
+
"importPath": "html/admin/elements/",
|
|
109
|
+
"externalPath": "components.admin.html.elements"
|
|
110
|
+
},
|
|
111
111
|
{
|
|
112
112
|
"defaultExport": "Heading",
|
|
113
113
|
"namedExports": [
|
|
@@ -162,12 +162,12 @@ module.exports = [
|
|
|
162
162
|
"externalPath": "components.admin.react.elements"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "Select",
|
|
166
166
|
"importPath": "react/admin/elements/",
|
|
167
167
|
"externalPath": "components.admin.react.elements"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"defaultExport": "
|
|
170
|
+
"defaultExport": "StatusIndicator",
|
|
171
171
|
"importPath": "react/admin/elements/",
|
|
172
172
|
"externalPath": "components.admin.react.elements"
|
|
173
173
|
},
|
|
@@ -182,17 +182,17 @@ module.exports = [
|
|
|
182
182
|
"externalPath": "components.admin.react.elements"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Link",
|
|
186
186
|
"importPath": "react/admin/elements/",
|
|
187
187
|
"externalPath": "components.admin.react.elements"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Pill",
|
|
191
191
|
"importPath": "react/admin/elements/",
|
|
192
192
|
"externalPath": "components.admin.react.elements"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Label",
|
|
196
196
|
"importPath": "react/admin/elements/",
|
|
197
197
|
"externalPath": "components.admin.react.elements"
|
|
198
198
|
},
|
|
@@ -201,28 +201,23 @@ module.exports = [
|
|
|
201
201
|
"importPath": "react/admin/elements/",
|
|
202
202
|
"externalPath": "components.admin.react.elements"
|
|
203
203
|
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Icon",
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
204
|
{
|
|
210
205
|
"defaultExport": "Image",
|
|
211
206
|
"importPath": "react/admin/elements/",
|
|
212
207
|
"externalPath": "components.admin.react.elements"
|
|
213
208
|
},
|
|
214
209
|
{
|
|
215
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "HelpText",
|
|
216
211
|
"importPath": "react/admin/elements/",
|
|
217
212
|
"externalPath": "components.admin.react.elements"
|
|
218
213
|
},
|
|
219
214
|
{
|
|
220
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Icon",
|
|
221
216
|
"importPath": "react/admin/elements/",
|
|
222
217
|
"externalPath": "components.admin.react.elements"
|
|
223
218
|
},
|
|
224
219
|
{
|
|
225
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "Heading",
|
|
226
221
|
"importPath": "react/admin/elements/",
|
|
227
222
|
"externalPath": "components.admin.react.elements"
|
|
228
223
|
},
|
|
@@ -241,6 +236,11 @@ module.exports = [
|
|
|
241
236
|
"importPath": "react/admin/elements/",
|
|
242
237
|
"externalPath": "components.admin.react.elements"
|
|
243
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Grid",
|
|
241
|
+
"importPath": "react/admin/elements/",
|
|
242
|
+
"externalPath": "components.admin.react.elements"
|
|
243
|
+
},
|
|
244
244
|
{
|
|
245
245
|
"defaultExport": "Button",
|
|
246
246
|
"importPath": "react/admin/elements/",
|
|
@@ -252,17 +252,17 @@ module.exports = [
|
|
|
252
252
|
"externalPath": "components.admin.react.elements"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Tooltip",
|
|
256
256
|
"importPath": "react/admin/modules/",
|
|
257
257
|
"externalPath": "components.admin.react.modules"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"defaultExport": "
|
|
260
|
+
"defaultExport": "Tabs",
|
|
261
261
|
"importPath": "react/admin/modules/",
|
|
262
262
|
"externalPath": "components.admin.react.modules"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "Swatch",
|
|
266
266
|
"importPath": "react/admin/modules/",
|
|
267
267
|
"externalPath": "components.admin.react.modules"
|
|
268
268
|
},
|
|
@@ -277,7 +277,7 @@ module.exports = [
|
|
|
277
277
|
"externalPath": "components.admin.react.modules"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "Repeater",
|
|
281
281
|
"importPath": "react/admin/modules/",
|
|
282
282
|
"externalPath": "components.admin.react.modules"
|
|
283
283
|
},
|
|
@@ -287,7 +287,7 @@ module.exports = [
|
|
|
287
287
|
"externalPath": "components.admin.react.modules"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "RouterNavBar",
|
|
291
291
|
"importPath": "react/admin/modules/",
|
|
292
292
|
"externalPath": "components.admin.react.modules"
|
|
293
293
|
},
|
|
@@ -322,12 +322,12 @@ module.exports = [
|
|
|
322
322
|
"externalPath": "components.admin.react.modules"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Flyout",
|
|
326
326
|
"importPath": "react/admin/modules/",
|
|
327
327
|
"externalPath": "components.admin.react.modules"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Gravatar",
|
|
331
331
|
"importPath": "react/admin/modules/",
|
|
332
332
|
"externalPath": "components.admin.react.modules"
|
|
333
333
|
},
|
|
@@ -342,37 +342,37 @@ module.exports = [
|
|
|
342
342
|
"externalPath": "components.admin.react.modules"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "DataGrid",
|
|
346
346
|
"importPath": "react/admin/modules/",
|
|
347
347
|
"externalPath": "components.admin.react.modules"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "ColorPicker",
|
|
351
351
|
"importPath": "react/admin/modules/",
|
|
352
352
|
"externalPath": "components.admin.react.modules"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "Chart",
|
|
356
356
|
"importPath": "react/admin/modules/",
|
|
357
357
|
"externalPath": "components.admin.react.modules"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "Dropdown",
|
|
361
361
|
"importPath": "react/admin/modules/",
|
|
362
362
|
"externalPath": "components.admin.react.modules"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "Calendar",
|
|
366
366
|
"importPath": "react/admin/modules/",
|
|
367
367
|
"externalPath": "components.admin.react.modules"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "Banner",
|
|
371
371
|
"importPath": "react/admin/modules/",
|
|
372
372
|
"externalPath": "components.admin.react.modules"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "AvatarGroup",
|
|
376
376
|
"importPath": "react/admin/modules/",
|
|
377
377
|
"externalPath": "components.admin.react.modules"
|
|
378
378
|
},
|
|
@@ -387,10 +387,15 @@ module.exports = [
|
|
|
387
387
|
"externalPath": "components.admin.react.modules"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
"defaultExport": "
|
|
390
|
+
"defaultExport": "Alert",
|
|
391
391
|
"importPath": "react/admin/modules/",
|
|
392
392
|
"externalPath": "components.admin.react.modules"
|
|
393
393
|
},
|
|
394
|
+
{
|
|
395
|
+
"defaultExport": "BrandedLink",
|
|
396
|
+
"importPath": "react/admin/elements/Link/",
|
|
397
|
+
"externalPath": "components.admin.react.elements"
|
|
398
|
+
},
|
|
394
399
|
{
|
|
395
400
|
"defaultExport": "ZohoLogo",
|
|
396
401
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -417,12 +422,12 @@ module.exports = [
|
|
|
417
422
|
"externalPath": "components.admin.react.elements"
|
|
418
423
|
},
|
|
419
424
|
{
|
|
420
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "TwilioLogo",
|
|
421
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
427
|
"externalPath": "components.admin.react.elements"
|
|
423
428
|
},
|
|
424
429
|
{
|
|
425
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "TelegramLogo",
|
|
426
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
432
|
"externalPath": "components.admin.react.elements"
|
|
428
433
|
},
|
|
@@ -432,7 +437,7 @@ module.exports = [
|
|
|
432
437
|
"externalPath": "components.admin.react.elements"
|
|
433
438
|
},
|
|
434
439
|
{
|
|
435
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "SparkPostLogo",
|
|
436
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
442
|
"externalPath": "components.admin.react.elements"
|
|
438
443
|
},
|
|
@@ -447,12 +452,12 @@ module.exports = [
|
|
|
447
452
|
"externalPath": "components.admin.react.elements"
|
|
448
453
|
},
|
|
449
454
|
{
|
|
450
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SendGridFullLogo",
|
|
451
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
457
|
"externalPath": "components.admin.react.elements"
|
|
453
458
|
},
|
|
454
459
|
{
|
|
455
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "SearchNoResults",
|
|
456
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
462
|
"externalPath": "components.admin.react.elements"
|
|
458
463
|
},
|
|
@@ -467,12 +472,22 @@ module.exports = [
|
|
|
467
472
|
"externalPath": "components.admin.react.elements"
|
|
468
473
|
},
|
|
469
474
|
{
|
|
470
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkLogo",
|
|
471
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
477
|
"externalPath": "components.admin.react.elements"
|
|
473
478
|
},
|
|
474
479
|
{
|
|
475
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "ResendFullLogo",
|
|
481
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
482
|
+
"externalPath": "components.admin.react.elements"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"defaultExport": "ResendLogo",
|
|
486
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
487
|
+
"externalPath": "components.admin.react.elements"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"defaultExport": "PostmarkFullLogo",
|
|
476
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
492
|
"externalPath": "components.admin.react.elements"
|
|
478
493
|
},
|
|
@@ -487,32 +502,32 @@ module.exports = [
|
|
|
487
502
|
"externalPath": "components.admin.react.elements"
|
|
488
503
|
},
|
|
489
504
|
{
|
|
490
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftLogo",
|
|
491
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
507
|
"externalPath": "components.admin.react.elements"
|
|
493
508
|
},
|
|
494
509
|
{
|
|
495
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "PHPFullLogo",
|
|
496
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
512
|
"externalPath": "components.admin.react.elements"
|
|
498
513
|
},
|
|
499
514
|
{
|
|
500
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
501
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
517
|
"externalPath": "components.admin.react.elements"
|
|
503
518
|
},
|
|
504
519
|
{
|
|
505
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailjetLogo",
|
|
506
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
522
|
"externalPath": "components.admin.react.elements"
|
|
508
523
|
},
|
|
509
524
|
{
|
|
510
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MandrillLogo",
|
|
511
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
527
|
"externalPath": "components.admin.react.elements"
|
|
513
528
|
},
|
|
514
529
|
{
|
|
515
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
516
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
532
|
"externalPath": "components.admin.react.elements"
|
|
518
533
|
},
|
|
@@ -522,12 +537,12 @@ module.exports = [
|
|
|
522
537
|
"externalPath": "components.admin.react.elements"
|
|
523
538
|
},
|
|
524
539
|
{
|
|
525
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailgunLogo",
|
|
526
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
542
|
"externalPath": "components.admin.react.elements"
|
|
528
543
|
},
|
|
529
544
|
{
|
|
530
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailgunFullLogo",
|
|
531
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
547
|
"externalPath": "components.admin.react.elements"
|
|
533
548
|
},
|
|
@@ -537,7 +552,7 @@ module.exports = [
|
|
|
537
552
|
"externalPath": "components.admin.react.elements"
|
|
538
553
|
},
|
|
539
554
|
{
|
|
540
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailchimpLogo",
|
|
541
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
557
|
"externalPath": "components.admin.react.elements"
|
|
543
558
|
},
|
|
@@ -547,7 +562,7 @@ module.exports = [
|
|
|
547
562
|
"externalPath": "components.admin.react.elements"
|
|
548
563
|
},
|
|
549
564
|
{
|
|
550
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailchimpFullLogo",
|
|
551
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
567
|
"externalPath": "components.admin.react.elements"
|
|
553
568
|
},
|
|
@@ -557,7 +572,7 @@ module.exports = [
|
|
|
557
572
|
"externalPath": "components.admin.react.elements"
|
|
558
573
|
},
|
|
559
574
|
{
|
|
560
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailSuccessBg",
|
|
561
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
577
|
"externalPath": "components.admin.react.elements"
|
|
563
578
|
},
|
|
@@ -572,27 +587,27 @@ module.exports = [
|
|
|
572
587
|
"externalPath": "components.admin.react.elements"
|
|
573
588
|
},
|
|
574
589
|
{
|
|
575
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
576
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
592
|
"externalPath": "components.admin.react.elements"
|
|
578
593
|
},
|
|
579
594
|
{
|
|
580
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
581
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
597
|
"externalPath": "components.admin.react.elements"
|
|
583
598
|
},
|
|
584
599
|
{
|
|
585
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "GravitySMTPLogo",
|
|
586
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
602
|
"externalPath": "components.admin.react.elements"
|
|
588
603
|
},
|
|
589
604
|
{
|
|
590
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
591
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
607
|
"externalPath": "components.admin.react.elements"
|
|
593
608
|
},
|
|
594
609
|
{
|
|
595
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "GravityFormsLogo",
|
|
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": "GravityCRMFullLogo",
|
|
606
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
622
|
"externalPath": "components.admin.react.elements"
|
|
608
623
|
},
|
|
@@ -612,7 +627,7 @@ module.exports = [
|
|
|
612
627
|
"externalPath": "components.admin.react.elements"
|
|
613
628
|
},
|
|
614
629
|
{
|
|
615
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GoogleFullLogo",
|
|
616
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
632
|
"externalPath": "components.admin.react.elements"
|
|
618
633
|
},
|
|
@@ -622,12 +637,22 @@ module.exports = [
|
|
|
622
637
|
"externalPath": "components.admin.react.elements"
|
|
623
638
|
},
|
|
624
639
|
{
|
|
625
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "EmailitFullLogo",
|
|
626
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
642
|
"externalPath": "components.admin.react.elements"
|
|
628
643
|
},
|
|
629
644
|
{
|
|
630
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "ElasticEmailLogo",
|
|
646
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
647
|
+
"externalPath": "components.admin.react.elements"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"defaultExport": "EmailitLogo",
|
|
651
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
652
|
+
"externalPath": "components.admin.react.elements"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
631
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
657
|
"externalPath": "components.admin.react.elements"
|
|
633
658
|
},
|
|
@@ -661,19 +686,14 @@ module.exports = [
|
|
|
661
686
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
687
|
"externalPath": "components.admin.react.elements"
|
|
663
688
|
},
|
|
664
|
-
{
|
|
665
|
-
"defaultExport": "BrevoFullLogo",
|
|
666
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
667
|
-
"externalPath": "components.admin.react.elements"
|
|
668
|
-
},
|
|
669
689
|
{
|
|
670
690
|
"defaultExport": "AmazonAWSFullLogo",
|
|
671
691
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
692
|
"externalPath": "components.admin.react.elements"
|
|
673
693
|
},
|
|
674
694
|
{
|
|
675
|
-
"defaultExport": "
|
|
676
|
-
"importPath": "react/admin/elements/
|
|
695
|
+
"defaultExport": "BrevoFullLogo",
|
|
696
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
677
697
|
"externalPath": "components.admin.react.elements"
|
|
678
698
|
},
|
|
679
699
|
{
|
|
@@ -715,12 +735,12 @@ module.exports = [
|
|
|
715
735
|
"externalPath": "components.admin.react.modules"
|
|
716
736
|
},
|
|
717
737
|
{
|
|
718
|
-
"defaultExport": "
|
|
738
|
+
"defaultExport": "DotIndicator",
|
|
719
739
|
"importPath": "react/admin/modules/Indicators/",
|
|
720
740
|
"externalPath": "components.admin.react.modules"
|
|
721
741
|
},
|
|
722
742
|
{
|
|
723
|
-
"defaultExport": "
|
|
743
|
+
"defaultExport": "IconIndicator",
|
|
724
744
|
"importPath": "react/admin/modules/Indicators/",
|
|
725
745
|
"externalPath": "components.admin.react.modules"
|
|
726
746
|
},
|
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.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",
|