@gravityforms/dependency-extraction-webpack-plugin 6.0.11 → 6.0.13
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 +29 -29
- 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": [
|
|
@@ -16,14 +21,9 @@ module.exports = [
|
|
|
16
21
|
"externalPath": "components.admin.html.modules"
|
|
17
22
|
},
|
|
18
23
|
{
|
|
19
|
-
"defaultExport": "
|
|
20
|
-
"importPath": "html/admin/modules/",
|
|
21
|
-
"externalPath": "components.admin.html.modules"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"defaultExport": "Toggle",
|
|
24
|
+
"defaultExport": "Textarea",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"textareaTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
@@ -36,6 +36,14 @@ module.exports = [
|
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"defaultExport": "Toggle",
|
|
41
|
+
"namedExports": [
|
|
42
|
+
"toggleTemplate"
|
|
43
|
+
],
|
|
44
|
+
"importPath": "html/admin/elements/",
|
|
45
|
+
"externalPath": "components.admin.html.elements"
|
|
46
|
+
},
|
|
39
47
|
{
|
|
40
48
|
"defaultExport": "StatusIndicator",
|
|
41
49
|
"namedExports": [
|
|
@@ -118,9 +126,9 @@ module.exports = [
|
|
|
118
126
|
"externalPath": "components.admin.html.elements"
|
|
119
127
|
},
|
|
120
128
|
{
|
|
121
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Button",
|
|
122
130
|
"namedExports": [
|
|
123
|
-
"
|
|
131
|
+
"buttonTemplate"
|
|
124
132
|
],
|
|
125
133
|
"importPath": "html/admin/elements/",
|
|
126
134
|
"externalPath": "components.admin.html.elements"
|
|
@@ -133,14 +141,6 @@ module.exports = [
|
|
|
133
141
|
"importPath": "html/admin/elements/",
|
|
134
142
|
"externalPath": "components.admin.html.elements"
|
|
135
143
|
},
|
|
136
|
-
{
|
|
137
|
-
"defaultExport": "Button",
|
|
138
|
-
"namedExports": [
|
|
139
|
-
"buttonTemplate"
|
|
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/",
|
|
@@ -280,11 +280,6 @@ 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
|
-
},
|
|
288
283
|
{
|
|
289
284
|
"defaultExport": "Alert",
|
|
290
285
|
"importPath": "react/admin/modules/",
|
|
@@ -415,6 +410,11 @@ module.exports = [
|
|
|
415
410
|
"importPath": "react/admin/modules/Videos/",
|
|
416
411
|
"externalPath": "components.admin.react.modules"
|
|
417
412
|
},
|
|
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": {
|
|
@@ -424,12 +424,12 @@ module.exports = [
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
|
-
"defaultExport": "
|
|
427
|
+
"defaultExport": "RingLoader",
|
|
428
428
|
"importPath": "react/admin/modules/Loaders/",
|
|
429
429
|
"externalPath": "components.admin.react.modules"
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
|
-
"defaultExport": "
|
|
432
|
+
"defaultExport": "Placeholder",
|
|
433
433
|
"importPath": "react/admin/modules/Loaders/",
|
|
434
434
|
"externalPath": "components.admin.react.modules"
|
|
435
435
|
},
|
|
@@ -563,11 +563,6 @@ 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
|
-
},
|
|
571
566
|
{
|
|
572
567
|
"defaultExport": "PostmarkFullLogo",
|
|
573
568
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -783,6 +778,11 @@ module.exports = [
|
|
|
783
778
|
"importPath": "react/admin/elements/Link/",
|
|
784
779
|
"externalPath": "components.admin.react.elements"
|
|
785
780
|
},
|
|
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.13",
|
|
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",
|