@gravityforms/dependency-extraction-webpack-plugin 6.0.3 → 6.0.4

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.
@@ -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": [
@@ -20,6 +15,11 @@ module.exports = [
20
15
  "importPath": "html/admin/modules/",
21
16
  "externalPath": "components.admin.html.modules"
22
17
  },
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": [
@@ -163,6 +163,10 @@ module.exports = [
163
163
  },
164
164
  {
165
165
  "defaultExport": "SnackBar",
166
+ "namedExports": [
167
+ "SnackbarProvider",
168
+ "useSnackbar"
169
+ ],
166
170
  "importPath": "react/admin/modules/",
167
171
  "externalPath": "components.admin.react.modules"
168
172
  },
@@ -296,11 +300,6 @@ module.exports = [
296
300
  "importPath": "react/admin/elements/",
297
301
  "externalPath": "components.admin.react.elements"
298
302
  },
299
- {
300
- "defaultExport": "Textarea",
301
- "importPath": "react/admin/elements/",
302
- "externalPath": "components.admin.react.elements"
303
- },
304
303
  {
305
304
  "defaultExport": "Text",
306
305
  "importPath": "react/admin/elements/",
@@ -411,6 +410,11 @@ module.exports = [
411
410
  "importPath": "react/admin/modules/Videos/",
412
411
  "externalPath": "components.admin.react.modules"
413
412
  },
413
+ {
414
+ "defaultExport": "Textarea",
415
+ "importPath": "react/admin/elements/",
416
+ "externalPath": "components.admin.react.elements"
417
+ },
414
418
  {
415
419
  "__esModule": true,
416
420
  "default": {
@@ -455,12 +459,12 @@ module.exports = [
455
459
  "externalPath": "components.admin.react.modules"
456
460
  },
457
461
  {
458
- "defaultExport": "IntegrationCard",
462
+ "defaultExport": "MetricCard",
459
463
  "importPath": "react/admin/modules/Cards/",
460
464
  "externalPath": "components.admin.react.modules"
461
465
  },
462
466
  {
463
- "defaultExport": "MetricCard",
467
+ "defaultExport": "IntegrationCard",
464
468
  "importPath": "react/admin/modules/Cards/",
465
469
  "externalPath": "components.admin.react.modules"
466
470
  },
@@ -485,17 +489,17 @@ module.exports = [
485
489
  "externalPath": "components.admin.react.elements"
486
490
  },
487
491
  {
488
- "defaultExport": "WhatsAppLogo",
492
+ "defaultExport": "WordPressLogo",
489
493
  "importPath": "react/admin/elements/Svgs/",
490
494
  "externalPath": "components.admin.react.elements"
491
495
  },
492
496
  {
493
- "defaultExport": "WPMailSMTPFullLogo",
497
+ "defaultExport": "WhatsAppLogo",
494
498
  "importPath": "react/admin/elements/Svgs/",
495
499
  "externalPath": "components.admin.react.elements"
496
500
  },
497
501
  {
498
- "defaultExport": "WordPressLogo",
502
+ "defaultExport": "WPMailSMTPFullLogo",
499
503
  "importPath": "react/admin/elements/Svgs/",
500
504
  "externalPath": "components.admin.react.elements"
501
505
  },
@@ -684,11 +688,6 @@ module.exports = [
684
688
  "importPath": "react/admin/elements/Svgs/",
685
689
  "externalPath": "components.admin.react.elements"
686
690
  },
687
- {
688
- "defaultExport": "GravityFormsLogo",
689
- "importPath": "react/admin/elements/Svgs/",
690
- "externalPath": "components.admin.react.elements"
691
- },
692
691
  {
693
692
  "defaultExport": "GravityCRMTextLogo",
694
693
  "importPath": "react/admin/elements/Svgs/",
@@ -774,6 +773,11 @@ module.exports = [
774
773
  "importPath": "react/admin/elements/Svgs/",
775
774
  "externalPath": "components.admin.react.elements"
776
775
  },
776
+ {
777
+ "defaultExport": "GravityFormsLogo",
778
+ "importPath": "react/admin/elements/Svgs/",
779
+ "externalPath": "components.admin.react.elements"
780
+ },
777
781
  {
778
782
  "defaultExport": "BrandedLink",
779
783
  "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.0.3",
3
+ "version": "6.0.4",
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
+ }