@gravityforms/dependency-extraction-webpack-plugin 5.9.3 → 5.9.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 +95 -95
- package/package.json +2 -2
|
@@ -5,25 +5,25 @@ module.exports = [
|
|
|
5
5
|
"externalPath": "components.admin.html.modules"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"defaultExport": "
|
|
8
|
+
"defaultExport": "Flyout",
|
|
9
9
|
"namedExports": [
|
|
10
|
-
"
|
|
10
|
+
"flyoutTemplate"
|
|
11
11
|
],
|
|
12
12
|
"importPath": "html/admin/modules/",
|
|
13
13
|
"externalPath": "components.admin.html.modules"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"defaultExport": "
|
|
16
|
+
"defaultExport": "Dialog",
|
|
17
17
|
"namedExports": [
|
|
18
|
-
"
|
|
18
|
+
"dialogTemplate"
|
|
19
19
|
],
|
|
20
|
-
"importPath": "html/admin/
|
|
21
|
-
"externalPath": "components.admin.html.
|
|
20
|
+
"importPath": "html/admin/modules/",
|
|
21
|
+
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"defaultExport": "
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"toggleTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
@@ -45,9 +45,9 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Textarea",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"textareaTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -60,6 +60,14 @@ module.exports = [
|
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"defaultExport": "Select",
|
|
65
|
+
"namedExports": [
|
|
66
|
+
"selectTemplate"
|
|
67
|
+
],
|
|
68
|
+
"importPath": "html/admin/elements/",
|
|
69
|
+
"externalPath": "components.admin.html.elements"
|
|
70
|
+
},
|
|
63
71
|
{
|
|
64
72
|
"defaultExport": "Loader",
|
|
65
73
|
"namedExports": [
|
|
@@ -69,28 +77,28 @@ module.exports = [
|
|
|
69
77
|
"externalPath": "components.admin.html.elements"
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Label",
|
|
73
81
|
"namedExports": [
|
|
74
|
-
"
|
|
82
|
+
"labelTemplate"
|
|
75
83
|
],
|
|
76
84
|
"importPath": "html/admin/elements/",
|
|
77
85
|
"externalPath": "components.admin.html.elements"
|
|
78
86
|
},
|
|
79
87
|
{
|
|
80
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Link",
|
|
81
89
|
"namedExports": [
|
|
82
|
-
"
|
|
90
|
+
"linkTemplate"
|
|
83
91
|
],
|
|
84
92
|
"importPath": "html/admin/elements/",
|
|
85
93
|
"externalPath": "components.admin.html.elements"
|
|
86
94
|
},
|
|
87
95
|
{
|
|
88
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Input",
|
|
89
97
|
"namedExports": [
|
|
90
|
-
"
|
|
98
|
+
"inputTemplate"
|
|
91
99
|
],
|
|
92
|
-
"importPath": "html/admin/
|
|
93
|
-
"externalPath": "components.admin.html.
|
|
100
|
+
"importPath": "html/admin/elements/",
|
|
101
|
+
"externalPath": "components.admin.html.elements"
|
|
94
102
|
},
|
|
95
103
|
{
|
|
96
104
|
"defaultExport": "Heading",
|
|
@@ -110,44 +118,36 @@ module.exports = [
|
|
|
110
118
|
"externalPath": "components.admin.html.elements"
|
|
111
119
|
},
|
|
112
120
|
{
|
|
113
|
-
"defaultExport": "
|
|
114
|
-
"namedExports": [
|
|
115
|
-
"buttonTemplate"
|
|
116
|
-
],
|
|
117
|
-
"importPath": "html/admin/elements/",
|
|
118
|
-
"externalPath": "components.admin.html.elements"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"defaultExport": "Alert",
|
|
121
|
+
"defaultExport": "HelpText",
|
|
122
122
|
"namedExports": [
|
|
123
|
-
"
|
|
123
|
+
"helpTextTemplate"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Button",
|
|
130
130
|
"namedExports": [
|
|
131
|
-
"
|
|
131
|
+
"buttonTemplate"
|
|
132
132
|
],
|
|
133
133
|
"importPath": "html/admin/elements/",
|
|
134
134
|
"externalPath": "components.admin.html.elements"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "Alert",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
139
|
+
"alertTemplate"
|
|
140
140
|
],
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
"defaultExport": "
|
|
145
|
+
"defaultExport": "Tabs",
|
|
146
146
|
"importPath": "react/admin/modules/",
|
|
147
147
|
"externalPath": "components.admin.react.modules"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Tooltip",
|
|
151
151
|
"importPath": "react/admin/modules/",
|
|
152
152
|
"externalPath": "components.admin.react.modules"
|
|
153
153
|
},
|
|
@@ -177,12 +177,12 @@ module.exports = [
|
|
|
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": "Phone",
|
|
186
186
|
"importPath": "react/admin/modules/",
|
|
187
187
|
"externalPath": "components.admin.react.modules"
|
|
188
188
|
},
|
|
@@ -207,12 +207,12 @@ module.exports = [
|
|
|
207
207
|
"externalPath": "components.admin.react.modules"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "InputGroup",
|
|
211
211
|
"importPath": "react/admin/modules/",
|
|
212
212
|
"externalPath": "components.admin.react.modules"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Kanban",
|
|
216
216
|
"importPath": "react/admin/modules/",
|
|
217
217
|
"externalPath": "components.admin.react.modules"
|
|
218
218
|
},
|
|
@@ -247,12 +247,12 @@ module.exports = [
|
|
|
247
247
|
"externalPath": "components.admin.react.modules"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "ColorPicker",
|
|
251
251
|
"importPath": "react/admin/modules/",
|
|
252
252
|
"externalPath": "components.admin.react.modules"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "DataGrid",
|
|
256
256
|
"importPath": "react/admin/modules/",
|
|
257
257
|
"externalPath": "components.admin.react.modules"
|
|
258
258
|
},
|
|
@@ -317,12 +317,12 @@ module.exports = [
|
|
|
317
317
|
"externalPath": "components.admin.react.elements"
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Range",
|
|
321
321
|
"importPath": "react/admin/elements/",
|
|
322
322
|
"externalPath": "components.admin.react.elements"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Select",
|
|
326
326
|
"importPath": "react/admin/elements/",
|
|
327
327
|
"externalPath": "components.admin.react.elements"
|
|
328
328
|
},
|
|
@@ -336,6 +336,11 @@ module.exports = [
|
|
|
336
336
|
"importPath": "react/admin/elements/",
|
|
337
337
|
"externalPath": "components.admin.react.elements"
|
|
338
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "Link",
|
|
341
|
+
"importPath": "react/admin/elements/",
|
|
342
|
+
"externalPath": "components.admin.react.elements"
|
|
343
|
+
},
|
|
339
344
|
{
|
|
340
345
|
"defaultExport": "Label",
|
|
341
346
|
"importPath": "react/admin/elements/",
|
|
@@ -357,12 +362,12 @@ module.exports = [
|
|
|
357
362
|
"externalPath": "components.admin.react.elements"
|
|
358
363
|
},
|
|
359
364
|
{
|
|
360
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "Heading",
|
|
361
366
|
"importPath": "react/admin/elements/",
|
|
362
367
|
"externalPath": "components.admin.react.elements"
|
|
363
368
|
},
|
|
364
369
|
{
|
|
365
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "HelpText",
|
|
366
371
|
"importPath": "react/admin/elements/",
|
|
367
372
|
"externalPath": "components.admin.react.elements"
|
|
368
373
|
},
|
|
@@ -372,17 +377,17 @@ module.exports = [
|
|
|
372
377
|
"externalPath": "components.admin.react.elements"
|
|
373
378
|
},
|
|
374
379
|
{
|
|
375
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "Grid",
|
|
376
381
|
"importPath": "react/admin/elements/",
|
|
377
382
|
"externalPath": "components.admin.react.elements"
|
|
378
383
|
},
|
|
379
384
|
{
|
|
380
|
-
"defaultExport": "
|
|
385
|
+
"defaultExport": "DescriptionList",
|
|
381
386
|
"importPath": "react/admin/elements/",
|
|
382
387
|
"externalPath": "components.admin.react.elements"
|
|
383
388
|
},
|
|
384
389
|
{
|
|
385
|
-
"defaultExport": "
|
|
390
|
+
"defaultExport": "Checkbox",
|
|
386
391
|
"importPath": "react/admin/elements/",
|
|
387
392
|
"externalPath": "components.admin.react.elements"
|
|
388
393
|
},
|
|
@@ -392,19 +397,14 @@ module.exports = [
|
|
|
392
397
|
"externalPath": "components.admin.react.elements"
|
|
393
398
|
},
|
|
394
399
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/Videos/",
|
|
397
|
-
"externalPath": "components.admin.react.modules"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"defaultExport": "Link",
|
|
400
|
+
"defaultExport": "Button",
|
|
401
401
|
"importPath": "react/admin/elements/",
|
|
402
402
|
"externalPath": "components.admin.react.elements"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/
|
|
407
|
-
"externalPath": "components.admin.react.
|
|
405
|
+
"defaultExport": "VidyardVideo",
|
|
406
|
+
"importPath": "react/admin/modules/Videos/",
|
|
407
|
+
"externalPath": "components.admin.react.modules"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"__esModule": true,
|
|
@@ -420,8 +420,8 @@ module.exports = [
|
|
|
420
420
|
"externalPath": "components.admin.react.modules"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
|
-
"defaultExport": "
|
|
424
|
-
"importPath": "react/admin/modules/
|
|
423
|
+
"defaultExport": "Placeholder",
|
|
424
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
425
425
|
"externalPath": "components.admin.react.modules"
|
|
426
426
|
},
|
|
427
427
|
{
|
|
@@ -430,8 +430,8 @@ module.exports = [
|
|
|
430
430
|
"externalPath": "components.admin.react.modules"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
"defaultExport": "
|
|
434
|
-
"importPath": "react/admin/modules/
|
|
433
|
+
"defaultExport": "ModularSidebar",
|
|
434
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
435
435
|
"externalPath": "components.admin.react.modules"
|
|
436
436
|
},
|
|
437
437
|
{
|
|
@@ -469,11 +469,6 @@ module.exports = [
|
|
|
469
469
|
"importPath": "react/admin/modules/Cards/",
|
|
470
470
|
"externalPath": "components.admin.react.modules"
|
|
471
471
|
},
|
|
472
|
-
{
|
|
473
|
-
"defaultExport": "BrandedButton",
|
|
474
|
-
"importPath": "react/admin/elements/Button/",
|
|
475
|
-
"externalPath": "components.admin.react.elements"
|
|
476
|
-
},
|
|
477
472
|
{
|
|
478
473
|
"defaultExport": "BrandedLink",
|
|
479
474
|
"importPath": "react/admin/elements/Link/",
|
|
@@ -500,12 +495,12 @@ module.exports = [
|
|
|
500
495
|
"externalPath": "components.admin.react.elements"
|
|
501
496
|
},
|
|
502
497
|
{
|
|
503
|
-
"defaultExport": "
|
|
498
|
+
"defaultExport": "TwilioLogo",
|
|
504
499
|
"importPath": "react/admin/elements/Svgs/",
|
|
505
500
|
"externalPath": "components.admin.react.elements"
|
|
506
501
|
},
|
|
507
502
|
{
|
|
508
|
-
"defaultExport": "
|
|
503
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
509
504
|
"importPath": "react/admin/elements/Svgs/",
|
|
510
505
|
"externalPath": "components.admin.react.elements"
|
|
511
506
|
},
|
|
@@ -514,6 +509,11 @@ module.exports = [
|
|
|
514
509
|
"importPath": "react/admin/elements/Svgs/",
|
|
515
510
|
"externalPath": "components.admin.react.elements"
|
|
516
511
|
},
|
|
512
|
+
{
|
|
513
|
+
"defaultExport": "TelegramLogo",
|
|
514
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
515
|
+
"externalPath": "components.admin.react.elements"
|
|
516
|
+
},
|
|
517
517
|
{
|
|
518
518
|
"defaultExport": "SparkPostLogo",
|
|
519
519
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -530,7 +530,7 @@ module.exports = [
|
|
|
530
530
|
"externalPath": "components.admin.react.elements"
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
|
-
"defaultExport": "
|
|
533
|
+
"defaultExport": "SendGridFullLogo",
|
|
534
534
|
"importPath": "react/admin/elements/Svgs/",
|
|
535
535
|
"externalPath": "components.admin.react.elements"
|
|
536
536
|
},
|
|
@@ -554,6 +554,11 @@ module.exports = [
|
|
|
554
554
|
"importPath": "react/admin/elements/Svgs/",
|
|
555
555
|
"externalPath": "components.admin.react.elements"
|
|
556
556
|
},
|
|
557
|
+
{
|
|
558
|
+
"defaultExport": "ResendFullLogo",
|
|
559
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
560
|
+
"externalPath": "components.admin.react.elements"
|
|
561
|
+
},
|
|
557
562
|
{
|
|
558
563
|
"defaultExport": "PostmarkLogo",
|
|
559
564
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -565,7 +570,7 @@ module.exports = [
|
|
|
565
570
|
"externalPath": "components.admin.react.elements"
|
|
566
571
|
},
|
|
567
572
|
{
|
|
568
|
-
"defaultExport": "
|
|
573
|
+
"defaultExport": "Plug",
|
|
569
574
|
"importPath": "react/admin/elements/Svgs/",
|
|
570
575
|
"externalPath": "components.admin.react.elements"
|
|
571
576
|
},
|
|
@@ -585,22 +590,22 @@ module.exports = [
|
|
|
585
590
|
"externalPath": "components.admin.react.elements"
|
|
586
591
|
},
|
|
587
592
|
{
|
|
588
|
-
"defaultExport": "
|
|
593
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
589
594
|
"importPath": "react/admin/elements/Svgs/",
|
|
590
595
|
"externalPath": "components.admin.react.elements"
|
|
591
596
|
},
|
|
592
597
|
{
|
|
593
|
-
"defaultExport": "
|
|
598
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
594
599
|
"importPath": "react/admin/elements/Svgs/",
|
|
595
600
|
"externalPath": "components.admin.react.elements"
|
|
596
601
|
},
|
|
597
602
|
{
|
|
598
|
-
"defaultExport": "
|
|
603
|
+
"defaultExport": "MandrillLogo",
|
|
599
604
|
"importPath": "react/admin/elements/Svgs/",
|
|
600
605
|
"externalPath": "components.admin.react.elements"
|
|
601
606
|
},
|
|
602
607
|
{
|
|
603
|
-
"defaultExport": "
|
|
608
|
+
"defaultExport": "MailjetLogo",
|
|
604
609
|
"importPath": "react/admin/elements/Svgs/",
|
|
605
610
|
"externalPath": "components.admin.react.elements"
|
|
606
611
|
},
|
|
@@ -630,17 +635,17 @@ module.exports = [
|
|
|
630
635
|
"externalPath": "components.admin.react.elements"
|
|
631
636
|
},
|
|
632
637
|
{
|
|
633
|
-
"defaultExport": "
|
|
638
|
+
"defaultExport": "MailchimpFullLogo",
|
|
634
639
|
"importPath": "react/admin/elements/Svgs/",
|
|
635
640
|
"externalPath": "components.admin.react.elements"
|
|
636
641
|
},
|
|
637
642
|
{
|
|
638
|
-
"defaultExport": "
|
|
643
|
+
"defaultExport": "MailchimpLogo",
|
|
639
644
|
"importPath": "react/admin/elements/Svgs/",
|
|
640
645
|
"externalPath": "components.admin.react.elements"
|
|
641
646
|
},
|
|
642
647
|
{
|
|
643
|
-
"defaultExport": "
|
|
648
|
+
"defaultExport": "MailSuccess",
|
|
644
649
|
"importPath": "react/admin/elements/Svgs/",
|
|
645
650
|
"externalPath": "components.admin.react.elements"
|
|
646
651
|
},
|
|
@@ -655,17 +660,17 @@ module.exports = [
|
|
|
655
660
|
"externalPath": "components.admin.react.elements"
|
|
656
661
|
},
|
|
657
662
|
{
|
|
658
|
-
"defaultExport": "
|
|
663
|
+
"defaultExport": "MailFailed",
|
|
659
664
|
"importPath": "react/admin/elements/Svgs/",
|
|
660
665
|
"externalPath": "components.admin.react.elements"
|
|
661
666
|
},
|
|
662
667
|
{
|
|
663
|
-
"defaultExport": "
|
|
668
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
664
669
|
"importPath": "react/admin/elements/Svgs/",
|
|
665
670
|
"externalPath": "components.admin.react.elements"
|
|
666
671
|
},
|
|
667
672
|
{
|
|
668
|
-
"defaultExport": "
|
|
673
|
+
"defaultExport": "GravitySMTPLogo",
|
|
669
674
|
"importPath": "react/admin/elements/Svgs/",
|
|
670
675
|
"externalPath": "components.admin.react.elements"
|
|
671
676
|
},
|
|
@@ -690,12 +695,12 @@ module.exports = [
|
|
|
690
695
|
"externalPath": "components.admin.react.elements"
|
|
691
696
|
},
|
|
692
697
|
{
|
|
693
|
-
"defaultExport": "
|
|
698
|
+
"defaultExport": "GravityFormsLogo",
|
|
694
699
|
"importPath": "react/admin/elements/Svgs/",
|
|
695
700
|
"externalPath": "components.admin.react.elements"
|
|
696
701
|
},
|
|
697
702
|
{
|
|
698
|
-
"defaultExport": "
|
|
703
|
+
"defaultExport": "GoogleLogo",
|
|
699
704
|
"importPath": "react/admin/elements/Svgs/",
|
|
700
705
|
"externalPath": "components.admin.react.elements"
|
|
701
706
|
},
|
|
@@ -705,12 +710,12 @@ module.exports = [
|
|
|
705
710
|
"externalPath": "components.admin.react.elements"
|
|
706
711
|
},
|
|
707
712
|
{
|
|
708
|
-
"defaultExport": "
|
|
713
|
+
"defaultExport": "GoogleAltLogo",
|
|
709
714
|
"importPath": "react/admin/elements/Svgs/",
|
|
710
715
|
"externalPath": "components.admin.react.elements"
|
|
711
716
|
},
|
|
712
717
|
{
|
|
713
|
-
"defaultExport": "
|
|
718
|
+
"defaultExport": "EmailitLogo",
|
|
714
719
|
"importPath": "react/admin/elements/Svgs/",
|
|
715
720
|
"externalPath": "components.admin.react.elements"
|
|
716
721
|
},
|
|
@@ -735,12 +740,12 @@ module.exports = [
|
|
|
735
740
|
"externalPath": "components.admin.react.elements"
|
|
736
741
|
},
|
|
737
742
|
{
|
|
738
|
-
"defaultExport": "
|
|
743
|
+
"defaultExport": "CustomSMTPFull",
|
|
739
744
|
"importPath": "react/admin/elements/Svgs/",
|
|
740
745
|
"externalPath": "components.admin.react.elements"
|
|
741
746
|
},
|
|
742
747
|
{
|
|
743
|
-
"defaultExport": "
|
|
748
|
+
"defaultExport": "BrokenImageFull",
|
|
744
749
|
"importPath": "react/admin/elements/Svgs/",
|
|
745
750
|
"externalPath": "components.admin.react.elements"
|
|
746
751
|
},
|
|
@@ -750,7 +755,7 @@ module.exports = [
|
|
|
750
755
|
"externalPath": "components.admin.react.elements"
|
|
751
756
|
},
|
|
752
757
|
{
|
|
753
|
-
"defaultExport": "
|
|
758
|
+
"defaultExport": "BrokenImage",
|
|
754
759
|
"importPath": "react/admin/elements/Svgs/",
|
|
755
760
|
"externalPath": "components.admin.react.elements"
|
|
756
761
|
},
|
|
@@ -760,23 +765,18 @@ module.exports = [
|
|
|
760
765
|
"externalPath": "components.admin.react.elements"
|
|
761
766
|
},
|
|
762
767
|
{
|
|
763
|
-
"defaultExport": "
|
|
764
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
765
|
-
"externalPath": "components.admin.react.elements"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"defaultExport": "CustomSMTPFull",
|
|
768
|
+
"defaultExport": "BrevoFullLogo",
|
|
769
769
|
"importPath": "react/admin/elements/Svgs/",
|
|
770
770
|
"externalPath": "components.admin.react.elements"
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
|
-
"defaultExport": "
|
|
773
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
774
774
|
"importPath": "react/admin/elements/Svgs/",
|
|
775
775
|
"externalPath": "components.admin.react.elements"
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
|
-
"defaultExport": "
|
|
779
|
-
"importPath": "react/admin/elements/
|
|
778
|
+
"defaultExport": "BrandedButton",
|
|
779
|
+
"importPath": "react/admin/elements/Button/",
|
|
780
780
|
"externalPath": "components.admin.react.elements"
|
|
781
781
|
}
|
|
782
782
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.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
|
+
}
|