@gravityforms/dependency-extraction-webpack-plugin 6.0.13 → 6.0.15
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 +31 -31
- package/package.json +1 -1
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
-
{
|
|
3
|
-
"defaultExport": "Table",
|
|
4
|
-
"importPath": "html/admin/modules/",
|
|
5
|
-
"externalPath": "components.admin.html.modules"
|
|
6
|
-
},
|
|
7
2
|
{
|
|
8
3
|
"defaultExport": "Flyout",
|
|
9
4
|
"namedExports": [
|
|
@@ -21,25 +16,30 @@ module.exports = [
|
|
|
21
16
|
"externalPath": "components.admin.html.modules"
|
|
22
17
|
},
|
|
23
18
|
{
|
|
24
|
-
"defaultExport": "
|
|
19
|
+
"defaultExport": "Table",
|
|
20
|
+
"importPath": "html/admin/modules/",
|
|
21
|
+
"externalPath": "components.admin.html.modules"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"toggleTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Textarea",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"textareaTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "Text",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"textTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
@@ -280,6 +280,11 @@ module.exports = [
|
|
|
280
280
|
"importPath": "react/admin/modules/",
|
|
281
281
|
"externalPath": "components.admin.react.modules"
|
|
282
282
|
},
|
|
283
|
+
{
|
|
284
|
+
"defaultExport": "Avatar",
|
|
285
|
+
"importPath": "react/admin/modules/",
|
|
286
|
+
"externalPath": "components.admin.react.modules"
|
|
287
|
+
},
|
|
283
288
|
{
|
|
284
289
|
"defaultExport": "Alert",
|
|
285
290
|
"importPath": "react/admin/modules/",
|
|
@@ -391,17 +396,17 @@ module.exports = [
|
|
|
391
396
|
"externalPath": "components.admin.react.elements"
|
|
392
397
|
},
|
|
393
398
|
{
|
|
394
|
-
"defaultExport": "
|
|
399
|
+
"defaultExport": "Button",
|
|
395
400
|
"importPath": "react/admin/elements/",
|
|
396
401
|
"externalPath": "components.admin.react.elements"
|
|
397
402
|
},
|
|
398
403
|
{
|
|
399
|
-
"defaultExport": "
|
|
404
|
+
"defaultExport": "Box",
|
|
400
405
|
"importPath": "react/admin/elements/",
|
|
401
406
|
"externalPath": "components.admin.react.elements"
|
|
402
407
|
},
|
|
403
408
|
{
|
|
404
|
-
"defaultExport": "
|
|
409
|
+
"defaultExport": "Checkbox",
|
|
405
410
|
"importPath": "react/admin/elements/",
|
|
406
411
|
"externalPath": "components.admin.react.elements"
|
|
407
412
|
},
|
|
@@ -410,11 +415,6 @@ module.exports = [
|
|
|
410
415
|
"importPath": "react/admin/modules/Videos/",
|
|
411
416
|
"externalPath": "components.admin.react.modules"
|
|
412
417
|
},
|
|
413
|
-
{
|
|
414
|
-
"defaultExport": "Avatar",
|
|
415
|
-
"importPath": "react/admin/modules/",
|
|
416
|
-
"externalPath": "components.admin.react.modules"
|
|
417
|
-
},
|
|
418
418
|
{
|
|
419
419
|
"__esModule": true,
|
|
420
420
|
"default": {
|
|
@@ -479,12 +479,12 @@ module.exports = [
|
|
|
479
479
|
"externalPath": "components.admin.react.modules"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
|
-
"defaultExport": "
|
|
482
|
+
"defaultExport": "ZohoFullLogo",
|
|
483
483
|
"importPath": "react/admin/elements/Svgs/",
|
|
484
484
|
"externalPath": "components.admin.react.elements"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
|
-
"defaultExport": "
|
|
487
|
+
"defaultExport": "ZohoLogo",
|
|
488
488
|
"importPath": "react/admin/elements/Svgs/",
|
|
489
489
|
"externalPath": "components.admin.react.elements"
|
|
490
490
|
},
|
|
@@ -563,6 +563,11 @@ module.exports = [
|
|
|
563
563
|
"importPath": "react/admin/elements/Svgs/",
|
|
564
564
|
"externalPath": "components.admin.react.elements"
|
|
565
565
|
},
|
|
566
|
+
{
|
|
567
|
+
"defaultExport": "PostmarkLogo",
|
|
568
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
569
|
+
"externalPath": "components.admin.react.elements"
|
|
570
|
+
},
|
|
566
571
|
{
|
|
567
572
|
"defaultExport": "PostmarkFullLogo",
|
|
568
573
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -643,11 +648,6 @@ module.exports = [
|
|
|
643
648
|
"importPath": "react/admin/elements/Svgs/",
|
|
644
649
|
"externalPath": "components.admin.react.elements"
|
|
645
650
|
},
|
|
646
|
-
{
|
|
647
|
-
"defaultExport": "MailSuccessBg",
|
|
648
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
649
|
-
"externalPath": "components.admin.react.elements"
|
|
650
|
-
},
|
|
651
651
|
{
|
|
652
652
|
"defaultExport": "MailSuccess",
|
|
653
653
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -688,6 +688,11 @@ module.exports = [
|
|
|
688
688
|
"importPath": "react/admin/elements/Svgs/",
|
|
689
689
|
"externalPath": "components.admin.react.elements"
|
|
690
690
|
},
|
|
691
|
+
{
|
|
692
|
+
"defaultExport": "MailSuccessBg",
|
|
693
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
694
|
+
"externalPath": "components.admin.react.elements"
|
|
695
|
+
},
|
|
691
696
|
{
|
|
692
697
|
"defaultExport": "GravityCRMTextLogo",
|
|
693
698
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -778,11 +783,6 @@ module.exports = [
|
|
|
778
783
|
"importPath": "react/admin/elements/Link/",
|
|
779
784
|
"externalPath": "components.admin.react.elements"
|
|
780
785
|
},
|
|
781
|
-
{
|
|
782
|
-
"defaultExport": "PostmarkLogo",
|
|
783
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
784
|
-
"externalPath": "components.admin.react.elements"
|
|
785
|
-
},
|
|
786
786
|
{
|
|
787
787
|
"defaultExport": "BrandedButton",
|
|
788
788
|
"importPath": "react/admin/elements/Button/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.15",
|
|
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",
|