@gravityforms/dependency-extraction-webpack-plugin 6.4.5 → 6.5.0
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 +39 -34
- package/package.json +2 -2
|
@@ -37,17 +37,17 @@ module.exports = [
|
|
|
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"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StatusIndicator",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"statusIndicatorTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -191,17 +191,17 @@ module.exports = [
|
|
|
191
191
|
"externalPath": "components.admin.react.modules"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
"defaultExport": "
|
|
194
|
+
"defaultExport": "Overlay",
|
|
195
195
|
"importPath": "react/admin/modules/",
|
|
196
196
|
"externalPath": "components.admin.react.modules"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
|
-
"defaultExport": "
|
|
199
|
+
"defaultExport": "NavBar",
|
|
200
200
|
"importPath": "react/admin/modules/",
|
|
201
201
|
"externalPath": "components.admin.react.modules"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
|
-
"defaultExport": "
|
|
204
|
+
"defaultExport": "MetaBox",
|
|
205
205
|
"importPath": "react/admin/modules/",
|
|
206
206
|
"externalPath": "components.admin.react.modules"
|
|
207
207
|
},
|
|
@@ -281,12 +281,12 @@ module.exports = [
|
|
|
281
281
|
"externalPath": "components.admin.react.modules"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
"defaultExport": "
|
|
284
|
+
"defaultExport": "Avatar",
|
|
285
285
|
"importPath": "react/admin/modules/",
|
|
286
286
|
"externalPath": "components.admin.react.modules"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"defaultExport": "
|
|
289
|
+
"defaultExport": "AvatarGroup",
|
|
290
290
|
"importPath": "react/admin/modules/",
|
|
291
291
|
"externalPath": "components.admin.react.modules"
|
|
292
292
|
},
|
|
@@ -340,6 +340,11 @@ module.exports = [
|
|
|
340
340
|
"importPath": "react/admin/elements/",
|
|
341
341
|
"externalPath": "components.admin.react.elements"
|
|
342
342
|
},
|
|
343
|
+
{
|
|
344
|
+
"defaultExport": "Range",
|
|
345
|
+
"importPath": "react/admin/elements/",
|
|
346
|
+
"externalPath": "components.admin.react.elements"
|
|
347
|
+
},
|
|
343
348
|
{
|
|
344
349
|
"defaultExport": "Pill",
|
|
345
350
|
"importPath": "react/admin/elements/",
|
|
@@ -351,12 +356,12 @@ module.exports = [
|
|
|
351
356
|
"externalPath": "components.admin.react.elements"
|
|
352
357
|
},
|
|
353
358
|
{
|
|
354
|
-
"defaultExport": "
|
|
359
|
+
"defaultExport": "Input",
|
|
355
360
|
"importPath": "react/admin/elements/",
|
|
356
361
|
"externalPath": "components.admin.react.elements"
|
|
357
362
|
},
|
|
358
363
|
{
|
|
359
|
-
"defaultExport": "
|
|
364
|
+
"defaultExport": "Icon",
|
|
360
365
|
"importPath": "react/admin/elements/",
|
|
361
366
|
"externalPath": "components.admin.react.elements"
|
|
362
367
|
},
|
|
@@ -366,7 +371,7 @@ module.exports = [
|
|
|
366
371
|
"externalPath": "components.admin.react.elements"
|
|
367
372
|
},
|
|
368
373
|
{
|
|
369
|
-
"defaultExport": "
|
|
374
|
+
"defaultExport": "Label",
|
|
370
375
|
"importPath": "react/admin/elements/",
|
|
371
376
|
"externalPath": "components.admin.react.elements"
|
|
372
377
|
},
|
|
@@ -415,11 +420,6 @@ module.exports = [
|
|
|
415
420
|
"importPath": "react/admin/modules/Videos/",
|
|
416
421
|
"externalPath": "components.admin.react.modules"
|
|
417
422
|
},
|
|
418
|
-
{
|
|
419
|
-
"defaultExport": "Range",
|
|
420
|
-
"importPath": "react/admin/elements/",
|
|
421
|
-
"externalPath": "components.admin.react.elements"
|
|
422
|
-
},
|
|
423
423
|
{
|
|
424
424
|
"__esModule": true,
|
|
425
425
|
"default": {
|
|
@@ -438,24 +438,14 @@ module.exports = [
|
|
|
438
438
|
"importPath": "react/admin/modules/Loaders/",
|
|
439
439
|
"externalPath": "components.admin.react.modules"
|
|
440
440
|
},
|
|
441
|
-
{
|
|
442
|
-
"defaultExport": "RightSidebar",
|
|
443
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
444
|
-
"externalPath": "components.admin.react.modules"
|
|
445
|
-
},
|
|
446
441
|
{
|
|
447
442
|
"defaultExport": "ModularSidebar",
|
|
448
443
|
"importPath": "react/admin/modules/Layouts/",
|
|
449
444
|
"externalPath": "components.admin.react.modules"
|
|
450
445
|
},
|
|
451
446
|
{
|
|
452
|
-
"defaultExport": "
|
|
453
|
-
"importPath": "react/admin/modules/
|
|
454
|
-
"externalPath": "components.admin.react.modules"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"defaultExport": "DotIndicator",
|
|
458
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
447
|
+
"defaultExport": "RightSidebar",
|
|
448
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
459
449
|
"externalPath": "components.admin.react.modules"
|
|
460
450
|
},
|
|
461
451
|
{
|
|
@@ -483,6 +473,16 @@ module.exports = [
|
|
|
483
473
|
"importPath": "react/admin/modules/Cards/",
|
|
484
474
|
"externalPath": "components.admin.react.modules"
|
|
485
475
|
},
|
|
476
|
+
{
|
|
477
|
+
"defaultExport": "DotIndicator",
|
|
478
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
479
|
+
"externalPath": "components.admin.react.modules"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"defaultExport": "IconIndicator",
|
|
483
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
484
|
+
"externalPath": "components.admin.react.modules"
|
|
485
|
+
},
|
|
486
486
|
{
|
|
487
487
|
"defaultExport": "ZohoLogo",
|
|
488
488
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -693,6 +693,11 @@ module.exports = [
|
|
|
693
693
|
"importPath": "react/admin/elements/Svgs/",
|
|
694
694
|
"externalPath": "components.admin.react.elements"
|
|
695
695
|
},
|
|
696
|
+
{
|
|
697
|
+
"defaultExport": "GravityFullLogo",
|
|
698
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
699
|
+
"externalPath": "components.admin.react.elements"
|
|
700
|
+
},
|
|
696
701
|
{
|
|
697
702
|
"defaultExport": "GravityFormsStackedLogo",
|
|
698
703
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -748,11 +753,6 @@ module.exports = [
|
|
|
748
753
|
"importPath": "react/admin/elements/Svgs/",
|
|
749
754
|
"externalPath": "components.admin.react.elements"
|
|
750
755
|
},
|
|
751
|
-
{
|
|
752
|
-
"defaultExport": "CustomSMTPFull",
|
|
753
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
754
|
-
"externalPath": "components.admin.react.elements"
|
|
755
|
-
},
|
|
756
756
|
{
|
|
757
757
|
"defaultExport": "CustomSMTP",
|
|
758
758
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -788,6 +788,11 @@ module.exports = [
|
|
|
788
788
|
"importPath": "react/admin/elements/Svgs/",
|
|
789
789
|
"externalPath": "components.admin.react.elements"
|
|
790
790
|
},
|
|
791
|
+
{
|
|
792
|
+
"defaultExport": "CustomSMTPFull",
|
|
793
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
794
|
+
"externalPath": "components.admin.react.elements"
|
|
795
|
+
},
|
|
791
796
|
{
|
|
792
797
|
"defaultExport": "BrandedLink",
|
|
793
798
|
"importPath": "react/admin/elements/Link/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
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
|
+
}
|