@gravityforms/dependency-extraction-webpack-plugin 6.0.18 → 6.0.20
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 +24 -24
- package/package.json +2 -2
|
@@ -21,17 +21,17 @@ module.exports = [
|
|
|
21
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"
|
|
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"
|
|
@@ -170,6 +170,11 @@ module.exports = [
|
|
|
170
170
|
"importPath": "react/admin/modules/",
|
|
171
171
|
"externalPath": "components.admin.react.modules"
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"defaultExport": "RouterNavBar",
|
|
175
|
+
"importPath": "react/admin/modules/",
|
|
176
|
+
"externalPath": "components.admin.react.modules"
|
|
177
|
+
},
|
|
173
178
|
{
|
|
174
179
|
"defaultExport": "Repeater",
|
|
175
180
|
"importPath": "react/admin/modules/",
|
|
@@ -206,12 +211,12 @@ module.exports = [
|
|
|
206
211
|
"externalPath": "components.admin.react.modules"
|
|
207
212
|
},
|
|
208
213
|
{
|
|
209
|
-
"defaultExport": "
|
|
214
|
+
"defaultExport": "InputGroup",
|
|
210
215
|
"importPath": "react/admin/modules/",
|
|
211
216
|
"externalPath": "components.admin.react.modules"
|
|
212
217
|
},
|
|
213
218
|
{
|
|
214
|
-
"defaultExport": "
|
|
219
|
+
"defaultExport": "Kanban",
|
|
215
220
|
"importPath": "react/admin/modules/",
|
|
216
221
|
"externalPath": "components.admin.react.modules"
|
|
217
222
|
},
|
|
@@ -275,18 +280,13 @@ module.exports = [
|
|
|
275
280
|
"importPath": "react/admin/modules/",
|
|
276
281
|
"externalPath": "components.admin.react.modules"
|
|
277
282
|
},
|
|
278
|
-
{
|
|
279
|
-
"defaultExport": "Alert",
|
|
280
|
-
"importPath": "react/admin/modules/",
|
|
281
|
-
"externalPath": "components.admin.react.modules"
|
|
282
|
-
},
|
|
283
283
|
{
|
|
284
284
|
"defaultExport": "Avatar",
|
|
285
285
|
"importPath": "react/admin/modules/",
|
|
286
286
|
"externalPath": "components.admin.react.modules"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"defaultExport": "
|
|
289
|
+
"defaultExport": "Alert",
|
|
290
290
|
"importPath": "react/admin/modules/",
|
|
291
291
|
"externalPath": "components.admin.react.modules"
|
|
292
292
|
},
|
|
@@ -494,12 +494,12 @@ module.exports = [
|
|
|
494
494
|
"externalPath": "components.admin.react.elements"
|
|
495
495
|
},
|
|
496
496
|
{
|
|
497
|
-
"defaultExport": "
|
|
497
|
+
"defaultExport": "WhatsAppLogo",
|
|
498
498
|
"importPath": "react/admin/elements/Svgs/",
|
|
499
499
|
"externalPath": "components.admin.react.elements"
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
|
-
"defaultExport": "
|
|
502
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
503
503
|
"importPath": "react/admin/elements/Svgs/",
|
|
504
504
|
"externalPath": "components.admin.react.elements"
|
|
505
505
|
},
|
|
@@ -533,11 +533,6 @@ module.exports = [
|
|
|
533
533
|
"importPath": "react/admin/elements/Svgs/",
|
|
534
534
|
"externalPath": "components.admin.react.elements"
|
|
535
535
|
},
|
|
536
|
-
{
|
|
537
|
-
"defaultExport": "SendGridFullLogo",
|
|
538
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
539
|
-
"externalPath": "components.admin.react.elements"
|
|
540
|
-
},
|
|
541
536
|
{
|
|
542
537
|
"defaultExport": "SearchNoResults",
|
|
543
538
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -598,6 +593,11 @@ module.exports = [
|
|
|
598
593
|
"importPath": "react/admin/elements/Svgs/",
|
|
599
594
|
"externalPath": "components.admin.react.elements"
|
|
600
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"defaultExport": "SendGridFullLogo",
|
|
598
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
599
|
+
"externalPath": "components.admin.react.elements"
|
|
600
|
+
},
|
|
601
601
|
{
|
|
602
602
|
"defaultExport": "MicrosoftAltLogo",
|
|
603
603
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -659,17 +659,17 @@ module.exports = [
|
|
|
659
659
|
"externalPath": "components.admin.react.elements"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
|
-
"defaultExport": "
|
|
662
|
+
"defaultExport": "MailFailedBg",
|
|
663
663
|
"importPath": "react/admin/elements/Svgs/",
|
|
664
664
|
"externalPath": "components.admin.react.elements"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
|
-
"defaultExport": "
|
|
667
|
+
"defaultExport": "MailFailed",
|
|
668
668
|
"importPath": "react/admin/elements/Svgs/",
|
|
669
669
|
"externalPath": "components.admin.react.elements"
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
|
-
"defaultExport": "
|
|
672
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
673
673
|
"importPath": "react/admin/elements/Svgs/",
|
|
674
674
|
"externalPath": "components.admin.react.elements"
|
|
675
675
|
},
|
|
@@ -764,12 +764,12 @@ module.exports = [
|
|
|
764
764
|
"externalPath": "components.admin.react.elements"
|
|
765
765
|
},
|
|
766
766
|
{
|
|
767
|
-
"defaultExport": "
|
|
767
|
+
"defaultExport": "BrevoFullLogo",
|
|
768
768
|
"importPath": "react/admin/elements/Svgs/",
|
|
769
769
|
"externalPath": "components.admin.react.elements"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
|
-
"defaultExport": "
|
|
772
|
+
"defaultExport": "AmazonAWSLogo",
|
|
773
773
|
"importPath": "react/admin/elements/Svgs/",
|
|
774
774
|
"externalPath": "components.admin.react.elements"
|
|
775
775
|
},
|
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.20",
|
|
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
|
+
}
|