@gravityforms/dependency-extraction-webpack-plugin 6.0.4 → 6.0.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 +13 -13
- package/package.json +1 -1
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
+
{
|
|
3
|
+
"defaultExport": "Table",
|
|
4
|
+
"importPath": "html/admin/modules/",
|
|
5
|
+
"externalPath": "components.admin.html.modules"
|
|
6
|
+
},
|
|
2
7
|
{
|
|
3
8
|
"defaultExport": "Flyout",
|
|
4
9
|
"namedExports": [
|
|
@@ -15,11 +20,6 @@ module.exports = [
|
|
|
15
20
|
"importPath": "html/admin/modules/",
|
|
16
21
|
"externalPath": "components.admin.html.modules"
|
|
17
22
|
},
|
|
18
|
-
{
|
|
19
|
-
"defaultExport": "Table",
|
|
20
|
-
"importPath": "html/admin/modules/",
|
|
21
|
-
"externalPath": "components.admin.html.modules"
|
|
22
|
-
},
|
|
23
23
|
{
|
|
24
24
|
"defaultExport": "Toggle",
|
|
25
25
|
"namedExports": [
|
|
@@ -296,7 +296,7 @@ module.exports = [
|
|
|
296
296
|
"externalPath": "components.admin.react.modules"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
|
-
"defaultExport": "
|
|
299
|
+
"defaultExport": "Textarea",
|
|
300
300
|
"importPath": "react/admin/elements/",
|
|
301
301
|
"externalPath": "components.admin.react.elements"
|
|
302
302
|
},
|
|
@@ -411,7 +411,7 @@ module.exports = [
|
|
|
411
411
|
"externalPath": "components.admin.react.modules"
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
|
-
"defaultExport": "
|
|
414
|
+
"defaultExport": "Toggle",
|
|
415
415
|
"importPath": "react/admin/elements/",
|
|
416
416
|
"externalPath": "components.admin.react.elements"
|
|
417
417
|
},
|
|
@@ -498,11 +498,6 @@ module.exports = [
|
|
|
498
498
|
"importPath": "react/admin/elements/Svgs/",
|
|
499
499
|
"externalPath": "components.admin.react.elements"
|
|
500
500
|
},
|
|
501
|
-
{
|
|
502
|
-
"defaultExport": "WPMailSMTPFullLogo",
|
|
503
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
504
|
-
"externalPath": "components.admin.react.elements"
|
|
505
|
-
},
|
|
506
501
|
{
|
|
507
502
|
"defaultExport": "TwilioLogo",
|
|
508
503
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -688,6 +683,11 @@ module.exports = [
|
|
|
688
683
|
"importPath": "react/admin/elements/Svgs/",
|
|
689
684
|
"externalPath": "components.admin.react.elements"
|
|
690
685
|
},
|
|
686
|
+
{
|
|
687
|
+
"defaultExport": "GravityFormsLogo",
|
|
688
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
689
|
+
"externalPath": "components.admin.react.elements"
|
|
690
|
+
},
|
|
691
691
|
{
|
|
692
692
|
"defaultExport": "GravityCRMTextLogo",
|
|
693
693
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -774,7 +774,7 @@ module.exports = [
|
|
|
774
774
|
"externalPath": "components.admin.react.elements"
|
|
775
775
|
},
|
|
776
776
|
{
|
|
777
|
-
"defaultExport": "
|
|
777
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
778
778
|
"importPath": "react/admin/elements/Svgs/",
|
|
779
779
|
"externalPath": "components.admin.react.elements"
|
|
780
780
|
},
|
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.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",
|