@gravityforms/dependency-extraction-webpack-plugin 6.1.4 → 6.1.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 +52 -52
- package/package.json +2 -2
|
@@ -20,22 +20,6 @@ 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
|
-
},
|
|
39
23
|
{
|
|
40
24
|
"defaultExport": "Text",
|
|
41
25
|
"namedExports": [
|
|
@@ -141,6 +125,22 @@ module.exports = [
|
|
|
141
125
|
"importPath": "html/admin/elements/",
|
|
142
126
|
"externalPath": "components.admin.html.elements"
|
|
143
127
|
},
|
|
128
|
+
{
|
|
129
|
+
"defaultExport": "Textarea",
|
|
130
|
+
"namedExports": [
|
|
131
|
+
"textareaTemplate"
|
|
132
|
+
],
|
|
133
|
+
"importPath": "html/admin/elements/",
|
|
134
|
+
"externalPath": "components.admin.html.elements"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"defaultExport": "Toggle",
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"toggleTemplate"
|
|
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/",
|
|
@@ -156,6 +156,11 @@ module.exports = [
|
|
|
156
156
|
"importPath": "react/admin/modules/",
|
|
157
157
|
"externalPath": "components.admin.react.modules"
|
|
158
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Steps",
|
|
161
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
163
|
+
},
|
|
159
164
|
{
|
|
160
165
|
"defaultExport": "SnackBar",
|
|
161
166
|
"namedExports": [
|
|
@@ -165,11 +170,6 @@ module.exports = [
|
|
|
165
170
|
"importPath": "react/admin/modules/",
|
|
166
171
|
"externalPath": "components.admin.react.modules"
|
|
167
172
|
},
|
|
168
|
-
{
|
|
169
|
-
"defaultExport": "Steps",
|
|
170
|
-
"importPath": "react/admin/modules/",
|
|
171
|
-
"externalPath": "components.admin.react.modules"
|
|
172
|
-
},
|
|
173
173
|
{
|
|
174
174
|
"defaultExport": "RouterNavBar",
|
|
175
175
|
"importPath": "react/admin/modules/",
|
|
@@ -240,11 +240,6 @@ module.exports = [
|
|
|
240
240
|
"importPath": "react/admin/modules/",
|
|
241
241
|
"externalPath": "components.admin.react.modules"
|
|
242
242
|
},
|
|
243
|
-
{
|
|
244
|
-
"defaultExport": "Dropdown",
|
|
245
|
-
"importPath": "react/admin/modules/",
|
|
246
|
-
"externalPath": "components.admin.react.modules"
|
|
247
|
-
},
|
|
248
243
|
{
|
|
249
244
|
"defaultExport": "Dialog",
|
|
250
245
|
"importPath": "react/admin/modules/",
|
|
@@ -295,6 +290,11 @@ module.exports = [
|
|
|
295
290
|
"importPath": "react/admin/modules/",
|
|
296
291
|
"externalPath": "components.admin.react.modules"
|
|
297
292
|
},
|
|
293
|
+
{
|
|
294
|
+
"defaultExport": "Address",
|
|
295
|
+
"importPath": "react/admin/modules/",
|
|
296
|
+
"externalPath": "components.admin.react.modules"
|
|
297
|
+
},
|
|
298
298
|
{
|
|
299
299
|
"defaultExport": "Toggle",
|
|
300
300
|
"importPath": "react/admin/elements/",
|
|
@@ -410,16 +410,6 @@ 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": "Address",
|
|
420
|
-
"importPath": "react/admin/modules/",
|
|
421
|
-
"externalPath": "components.admin.react.modules"
|
|
422
|
-
},
|
|
423
413
|
{
|
|
424
414
|
"__esModule": true,
|
|
425
415
|
"default": {
|
|
@@ -428,6 +418,11 @@ module.exports = [
|
|
|
428
418
|
"externalPath": "components.admin.react.modules"
|
|
429
419
|
}
|
|
430
420
|
},
|
|
421
|
+
{
|
|
422
|
+
"defaultExport": "Dropdown",
|
|
423
|
+
"importPath": "react/admin/modules/",
|
|
424
|
+
"externalPath": "components.admin.react.modules"
|
|
425
|
+
},
|
|
431
426
|
{
|
|
432
427
|
"defaultExport": "RingLoader",
|
|
433
428
|
"importPath": "react/admin/modules/Loaders/",
|
|
@@ -448,19 +443,14 @@ module.exports = [
|
|
|
448
443
|
"importPath": "react/admin/modules/Layouts/",
|
|
449
444
|
"externalPath": "components.admin.react.modules"
|
|
450
445
|
},
|
|
451
|
-
{
|
|
452
|
-
"defaultExport": "DotIndicator",
|
|
453
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
454
|
-
"externalPath": "components.admin.react.modules"
|
|
455
|
-
},
|
|
456
446
|
{
|
|
457
447
|
"defaultExport": "IconIndicator",
|
|
458
448
|
"importPath": "react/admin/modules/Indicators/",
|
|
459
449
|
"externalPath": "components.admin.react.modules"
|
|
460
450
|
},
|
|
461
451
|
{
|
|
462
|
-
"defaultExport": "
|
|
463
|
-
"importPath": "react/admin/modules/
|
|
452
|
+
"defaultExport": "DotIndicator",
|
|
453
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
464
454
|
"externalPath": "components.admin.react.modules"
|
|
465
455
|
},
|
|
466
456
|
{
|
|
@@ -494,12 +484,12 @@ module.exports = [
|
|
|
494
484
|
"externalPath": "components.admin.react.elements"
|
|
495
485
|
},
|
|
496
486
|
{
|
|
497
|
-
"defaultExport": "
|
|
487
|
+
"defaultExport": "WhatsAppLogo",
|
|
498
488
|
"importPath": "react/admin/elements/Svgs/",
|
|
499
489
|
"externalPath": "components.admin.react.elements"
|
|
500
490
|
},
|
|
501
491
|
{
|
|
502
|
-
"defaultExport": "
|
|
492
|
+
"defaultExport": "WordPressLogo",
|
|
503
493
|
"importPath": "react/admin/elements/Svgs/",
|
|
504
494
|
"externalPath": "components.admin.react.elements"
|
|
505
495
|
},
|
|
@@ -554,12 +544,12 @@ module.exports = [
|
|
|
554
544
|
"externalPath": "components.admin.react.elements"
|
|
555
545
|
},
|
|
556
546
|
{
|
|
557
|
-
"defaultExport": "
|
|
547
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
558
548
|
"importPath": "react/admin/elements/Svgs/",
|
|
559
549
|
"externalPath": "components.admin.react.elements"
|
|
560
550
|
},
|
|
561
551
|
{
|
|
562
|
-
"defaultExport": "
|
|
552
|
+
"defaultExport": "ResendLogo",
|
|
563
553
|
"importPath": "react/admin/elements/Svgs/",
|
|
564
554
|
"externalPath": "components.admin.react.elements"
|
|
565
555
|
},
|
|
@@ -609,12 +599,12 @@ module.exports = [
|
|
|
609
599
|
"externalPath": "components.admin.react.elements"
|
|
610
600
|
},
|
|
611
601
|
{
|
|
612
|
-
"defaultExport": "
|
|
602
|
+
"defaultExport": "MailjetLogo",
|
|
613
603
|
"importPath": "react/admin/elements/Svgs/",
|
|
614
604
|
"externalPath": "components.admin.react.elements"
|
|
615
605
|
},
|
|
616
606
|
{
|
|
617
|
-
"defaultExport": "
|
|
607
|
+
"defaultExport": "MandrillLogo",
|
|
618
608
|
"importPath": "react/admin/elements/Svgs/",
|
|
619
609
|
"externalPath": "components.admin.react.elements"
|
|
620
610
|
},
|
|
@@ -654,17 +644,17 @@ module.exports = [
|
|
|
654
644
|
"externalPath": "components.admin.react.elements"
|
|
655
645
|
},
|
|
656
646
|
{
|
|
657
|
-
"defaultExport": "
|
|
647
|
+
"defaultExport": "MailSuccess",
|
|
658
648
|
"importPath": "react/admin/elements/Svgs/",
|
|
659
649
|
"externalPath": "components.admin.react.elements"
|
|
660
650
|
},
|
|
661
651
|
{
|
|
662
|
-
"defaultExport": "
|
|
652
|
+
"defaultExport": "MailFailedBg",
|
|
663
653
|
"importPath": "react/admin/elements/Svgs/",
|
|
664
654
|
"externalPath": "components.admin.react.elements"
|
|
665
655
|
},
|
|
666
656
|
{
|
|
667
|
-
"defaultExport": "
|
|
657
|
+
"defaultExport": "MailSuccessBg",
|
|
668
658
|
"importPath": "react/admin/elements/Svgs/",
|
|
669
659
|
"externalPath": "components.admin.react.elements"
|
|
670
660
|
},
|
|
@@ -792,5 +782,15 @@ module.exports = [
|
|
|
792
782
|
"defaultExport": "BrandedButton",
|
|
793
783
|
"importPath": "react/admin/elements/Button/",
|
|
794
784
|
"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.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
|
+
}
|