@gravityforms/dependency-extraction-webpack-plugin 6.1.5 → 6.1.6
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 +68 -68
- package/package.json +1 -1
|
@@ -20,6 +20,22 @@ module.exports = [
|
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
|
+
"namedExports": [
|
|
26
|
+
"toggleTemplate"
|
|
27
|
+
],
|
|
28
|
+
"importPath": "html/admin/elements/",
|
|
29
|
+
"externalPath": "components.admin.html.elements"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"defaultExport": "Textarea",
|
|
33
|
+
"namedExports": [
|
|
34
|
+
"textareaTemplate"
|
|
35
|
+
],
|
|
36
|
+
"importPath": "html/admin/elements/",
|
|
37
|
+
"externalPath": "components.admin.html.elements"
|
|
38
|
+
},
|
|
23
39
|
{
|
|
24
40
|
"defaultExport": "Text",
|
|
25
41
|
"namedExports": [
|
|
@@ -84,14 +100,6 @@ module.exports = [
|
|
|
84
100
|
"importPath": "html/admin/elements/",
|
|
85
101
|
"externalPath": "components.admin.html.elements"
|
|
86
102
|
},
|
|
87
|
-
{
|
|
88
|
-
"defaultExport": "HelpText",
|
|
89
|
-
"namedExports": [
|
|
90
|
-
"helpTextTemplate"
|
|
91
|
-
],
|
|
92
|
-
"importPath": "html/admin/elements/",
|
|
93
|
-
"externalPath": "components.admin.html.elements"
|
|
94
|
-
},
|
|
95
103
|
{
|
|
96
104
|
"defaultExport": "Heading",
|
|
97
105
|
"namedExports": [
|
|
@@ -126,17 +134,9 @@ module.exports = [
|
|
|
126
134
|
"externalPath": "components.admin.html.elements"
|
|
127
135
|
},
|
|
128
136
|
{
|
|
129
|
-
"defaultExport": "
|
|
130
|
-
"namedExports": [
|
|
131
|
-
"textareaTemplate"
|
|
132
|
-
],
|
|
133
|
-
"importPath": "html/admin/elements/",
|
|
134
|
-
"externalPath": "components.admin.html.elements"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"defaultExport": "Toggle",
|
|
137
|
+
"defaultExport": "HelpText",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
139
|
+
"helpTextTemplate"
|
|
140
140
|
],
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
@@ -146,11 +146,6 @@ module.exports = [
|
|
|
146
146
|
"importPath": "react/admin/modules/",
|
|
147
147
|
"externalPath": "components.admin.react.modules"
|
|
148
148
|
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Tabs",
|
|
151
|
-
"importPath": "react/admin/modules/",
|
|
152
|
-
"externalPath": "components.admin.react.modules"
|
|
153
|
-
},
|
|
154
149
|
{
|
|
155
150
|
"defaultExport": "Swatch",
|
|
156
151
|
"importPath": "react/admin/modules/",
|
|
@@ -240,6 +235,11 @@ module.exports = [
|
|
|
240
235
|
"importPath": "react/admin/modules/",
|
|
241
236
|
"externalPath": "components.admin.react.modules"
|
|
242
237
|
},
|
|
238
|
+
{
|
|
239
|
+
"defaultExport": "Dropdown",
|
|
240
|
+
"importPath": "react/admin/modules/",
|
|
241
|
+
"externalPath": "components.admin.react.modules"
|
|
242
|
+
},
|
|
243
243
|
{
|
|
244
244
|
"defaultExport": "Dialog",
|
|
245
245
|
"importPath": "react/admin/modules/",
|
|
@@ -296,12 +296,12 @@ module.exports = [
|
|
|
296
296
|
"externalPath": "components.admin.react.modules"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
|
-
"defaultExport": "
|
|
300
|
-
"importPath": "react/admin/
|
|
301
|
-
"externalPath": "components.admin.react.
|
|
299
|
+
"defaultExport": "Tabs",
|
|
300
|
+
"importPath": "react/admin/modules/",
|
|
301
|
+
"externalPath": "components.admin.react.modules"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
|
-
"defaultExport": "
|
|
304
|
+
"defaultExport": "Toggle",
|
|
305
305
|
"importPath": "react/admin/elements/",
|
|
306
306
|
"externalPath": "components.admin.react.elements"
|
|
307
307
|
},
|
|
@@ -410,6 +410,16 @@ module.exports = [
|
|
|
410
410
|
"importPath": "react/admin/elements/",
|
|
411
411
|
"externalPath": "components.admin.react.elements"
|
|
412
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"defaultExport": "VidyardVideo",
|
|
415
|
+
"importPath": "react/admin/modules/Videos/",
|
|
416
|
+
"externalPath": "components.admin.react.modules"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"defaultExport": "Textarea",
|
|
420
|
+
"importPath": "react/admin/elements/",
|
|
421
|
+
"externalPath": "components.admin.react.elements"
|
|
422
|
+
},
|
|
413
423
|
{
|
|
414
424
|
"__esModule": true,
|
|
415
425
|
"default": {
|
|
@@ -418,11 +428,6 @@ module.exports = [
|
|
|
418
428
|
"externalPath": "components.admin.react.modules"
|
|
419
429
|
}
|
|
420
430
|
},
|
|
421
|
-
{
|
|
422
|
-
"defaultExport": "Dropdown",
|
|
423
|
-
"importPath": "react/admin/modules/",
|
|
424
|
-
"externalPath": "components.admin.react.modules"
|
|
425
|
-
},
|
|
426
431
|
{
|
|
427
432
|
"defaultExport": "RingLoader",
|
|
428
433
|
"importPath": "react/admin/modules/Loaders/",
|
|
@@ -434,25 +439,30 @@ module.exports = [
|
|
|
434
439
|
"externalPath": "components.admin.react.modules"
|
|
435
440
|
},
|
|
436
441
|
{
|
|
437
|
-
"defaultExport": "
|
|
442
|
+
"defaultExport": "ModularSidebar",
|
|
438
443
|
"importPath": "react/admin/modules/Layouts/",
|
|
439
444
|
"externalPath": "components.admin.react.modules"
|
|
440
445
|
},
|
|
441
446
|
{
|
|
442
|
-
"defaultExport": "
|
|
447
|
+
"defaultExport": "RightSidebar",
|
|
443
448
|
"importPath": "react/admin/modules/Layouts/",
|
|
444
449
|
"externalPath": "components.admin.react.modules"
|
|
445
450
|
},
|
|
446
451
|
{
|
|
447
|
-
"defaultExport": "
|
|
452
|
+
"defaultExport": "DotIndicator",
|
|
448
453
|
"importPath": "react/admin/modules/Indicators/",
|
|
449
454
|
"externalPath": "components.admin.react.modules"
|
|
450
455
|
},
|
|
451
456
|
{
|
|
452
|
-
"defaultExport": "
|
|
457
|
+
"defaultExport": "IconIndicator",
|
|
453
458
|
"importPath": "react/admin/modules/Indicators/",
|
|
454
459
|
"externalPath": "components.admin.react.modules"
|
|
455
460
|
},
|
|
461
|
+
{
|
|
462
|
+
"defaultExport": "CountryDropdown",
|
|
463
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
464
|
+
"externalPath": "components.admin.react.modules"
|
|
465
|
+
},
|
|
456
466
|
{
|
|
457
467
|
"defaultExport": "MetricCard",
|
|
458
468
|
"importPath": "react/admin/modules/Cards/",
|
|
@@ -484,12 +494,12 @@ module.exports = [
|
|
|
484
494
|
"externalPath": "components.admin.react.elements"
|
|
485
495
|
},
|
|
486
496
|
{
|
|
487
|
-
"defaultExport": "
|
|
497
|
+
"defaultExport": "WordPressLogo",
|
|
488
498
|
"importPath": "react/admin/elements/Svgs/",
|
|
489
499
|
"externalPath": "components.admin.react.elements"
|
|
490
500
|
},
|
|
491
501
|
{
|
|
492
|
-
"defaultExport": "
|
|
502
|
+
"defaultExport": "WhatsAppLogo",
|
|
493
503
|
"importPath": "react/admin/elements/Svgs/",
|
|
494
504
|
"externalPath": "components.admin.react.elements"
|
|
495
505
|
},
|
|
@@ -504,12 +514,12 @@ module.exports = [
|
|
|
504
514
|
"externalPath": "components.admin.react.elements"
|
|
505
515
|
},
|
|
506
516
|
{
|
|
507
|
-
"defaultExport": "
|
|
517
|
+
"defaultExport": "SparkPostLogo",
|
|
508
518
|
"importPath": "react/admin/elements/Svgs/",
|
|
509
519
|
"externalPath": "components.admin.react.elements"
|
|
510
520
|
},
|
|
511
521
|
{
|
|
512
|
-
"defaultExport": "
|
|
522
|
+
"defaultExport": "TelegramLogo",
|
|
513
523
|
"importPath": "react/admin/elements/Svgs/",
|
|
514
524
|
"externalPath": "components.admin.react.elements"
|
|
515
525
|
},
|
|
@@ -523,11 +533,6 @@ module.exports = [
|
|
|
523
533
|
"importPath": "react/admin/elements/Svgs/",
|
|
524
534
|
"externalPath": "components.admin.react.elements"
|
|
525
535
|
},
|
|
526
|
-
{
|
|
527
|
-
"defaultExport": "SendGridLogo",
|
|
528
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
529
|
-
"externalPath": "components.admin.react.elements"
|
|
530
|
-
},
|
|
531
536
|
{
|
|
532
537
|
"defaultExport": "SendGridFullLogo",
|
|
533
538
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -599,12 +604,12 @@ module.exports = [
|
|
|
599
604
|
"externalPath": "components.admin.react.elements"
|
|
600
605
|
},
|
|
601
606
|
{
|
|
602
|
-
"defaultExport": "
|
|
607
|
+
"defaultExport": "MandrillLogo",
|
|
603
608
|
"importPath": "react/admin/elements/Svgs/",
|
|
604
609
|
"externalPath": "components.admin.react.elements"
|
|
605
610
|
},
|
|
606
611
|
{
|
|
607
|
-
"defaultExport": "
|
|
612
|
+
"defaultExport": "MailjetLogo",
|
|
608
613
|
"importPath": "react/admin/elements/Svgs/",
|
|
609
614
|
"externalPath": "components.admin.react.elements"
|
|
610
615
|
},
|
|
@@ -644,17 +649,17 @@ module.exports = [
|
|
|
644
649
|
"externalPath": "components.admin.react.elements"
|
|
645
650
|
},
|
|
646
651
|
{
|
|
647
|
-
"defaultExport": "
|
|
652
|
+
"defaultExport": "MailSuccessBg",
|
|
648
653
|
"importPath": "react/admin/elements/Svgs/",
|
|
649
654
|
"externalPath": "components.admin.react.elements"
|
|
650
655
|
},
|
|
651
656
|
{
|
|
652
|
-
"defaultExport": "
|
|
657
|
+
"defaultExport": "MailSuccess",
|
|
653
658
|
"importPath": "react/admin/elements/Svgs/",
|
|
654
659
|
"externalPath": "components.admin.react.elements"
|
|
655
660
|
},
|
|
656
661
|
{
|
|
657
|
-
"defaultExport": "
|
|
662
|
+
"defaultExport": "MailFailedBg",
|
|
658
663
|
"importPath": "react/admin/elements/Svgs/",
|
|
659
664
|
"externalPath": "components.admin.react.elements"
|
|
660
665
|
},
|
|
@@ -699,12 +704,12 @@ module.exports = [
|
|
|
699
704
|
"externalPath": "components.admin.react.elements"
|
|
700
705
|
},
|
|
701
706
|
{
|
|
702
|
-
"defaultExport": "
|
|
707
|
+
"defaultExport": "SendGridLogo",
|
|
703
708
|
"importPath": "react/admin/elements/Svgs/",
|
|
704
709
|
"externalPath": "components.admin.react.elements"
|
|
705
710
|
},
|
|
706
711
|
{
|
|
707
|
-
"defaultExport": "
|
|
712
|
+
"defaultExport": "GoogleLogo",
|
|
708
713
|
"importPath": "react/admin/elements/Svgs/",
|
|
709
714
|
"externalPath": "components.admin.react.elements"
|
|
710
715
|
},
|
|
@@ -719,22 +724,22 @@ module.exports = [
|
|
|
719
724
|
"externalPath": "components.admin.react.elements"
|
|
720
725
|
},
|
|
721
726
|
{
|
|
722
|
-
"defaultExport": "
|
|
727
|
+
"defaultExport": "GoogleFullLogo",
|
|
723
728
|
"importPath": "react/admin/elements/Svgs/",
|
|
724
729
|
"externalPath": "components.admin.react.elements"
|
|
725
730
|
},
|
|
726
731
|
{
|
|
727
|
-
"defaultExport": "
|
|
732
|
+
"defaultExport": "EmailitFullLogo",
|
|
728
733
|
"importPath": "react/admin/elements/Svgs/",
|
|
729
734
|
"externalPath": "components.admin.react.elements"
|
|
730
735
|
},
|
|
731
736
|
{
|
|
732
|
-
"defaultExport": "
|
|
737
|
+
"defaultExport": "ElasticEmailLogo",
|
|
733
738
|
"importPath": "react/admin/elements/Svgs/",
|
|
734
739
|
"externalPath": "components.admin.react.elements"
|
|
735
740
|
},
|
|
736
741
|
{
|
|
737
|
-
"defaultExport": "
|
|
742
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
738
743
|
"importPath": "react/admin/elements/Svgs/",
|
|
739
744
|
"externalPath": "components.admin.react.elements"
|
|
740
745
|
},
|
|
@@ -749,12 +754,12 @@ module.exports = [
|
|
|
749
754
|
"externalPath": "components.admin.react.elements"
|
|
750
755
|
},
|
|
751
756
|
{
|
|
752
|
-
"defaultExport": "
|
|
757
|
+
"defaultExport": "CustomSMTPFull",
|
|
753
758
|
"importPath": "react/admin/elements/Svgs/",
|
|
754
759
|
"externalPath": "components.admin.react.elements"
|
|
755
760
|
},
|
|
756
761
|
{
|
|
757
|
-
"defaultExport": "
|
|
762
|
+
"defaultExport": "BrokenImage",
|
|
758
763
|
"importPath": "react/admin/elements/Svgs/",
|
|
759
764
|
"externalPath": "components.admin.react.elements"
|
|
760
765
|
},
|
|
@@ -768,6 +773,11 @@ module.exports = [
|
|
|
768
773
|
"importPath": "react/admin/elements/Svgs/",
|
|
769
774
|
"externalPath": "components.admin.react.elements"
|
|
770
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"defaultExport": "BrevoLogo",
|
|
778
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
779
|
+
"externalPath": "components.admin.react.elements"
|
|
780
|
+
},
|
|
771
781
|
{
|
|
772
782
|
"defaultExport": "AmazonAWSFullLogo",
|
|
773
783
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -782,15 +792,5 @@ module.exports = [
|
|
|
782
792
|
"defaultExport": "BrandedButton",
|
|
783
793
|
"importPath": "react/admin/elements/Button/",
|
|
784
794
|
"externalPath": "components.admin.react.elements"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"defaultExport": "VidyardVideo",
|
|
788
|
-
"importPath": "react/admin/modules/Videos/",
|
|
789
|
-
"externalPath": "components.admin.react.modules"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"defaultExport": "CountryDropdown",
|
|
793
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
794
|
-
"externalPath": "components.admin.react.modules"
|
|
795
795
|
}
|
|
796
796
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.6",
|
|
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",
|