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

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,4 +1,25 @@
1
1
  module.exports = [
2
+ {
3
+ "defaultExport": "Table",
4
+ "importPath": "html/admin/modules/",
5
+ "externalPath": "components.admin.html.modules"
6
+ },
7
+ {
8
+ "defaultExport": "Flyout",
9
+ "namedExports": [
10
+ "flyoutTemplate"
11
+ ],
12
+ "importPath": "html/admin/modules/",
13
+ "externalPath": "components.admin.html.modules"
14
+ },
15
+ {
16
+ "defaultExport": "Dialog",
17
+ "namedExports": [
18
+ "dialogTemplate"
19
+ ],
20
+ "importPath": "html/admin/modules/",
21
+ "externalPath": "components.admin.html.modules"
22
+ },
2
23
  {
3
24
  "defaultExport": "Toggle",
4
25
  "namedExports": [
@@ -120,27 +141,6 @@ module.exports = [
120
141
  "importPath": "html/admin/elements/",
121
142
  "externalPath": "components.admin.html.elements"
122
143
  },
123
- {
124
- "defaultExport": "Table",
125
- "importPath": "html/admin/modules/",
126
- "externalPath": "components.admin.html.modules"
127
- },
128
- {
129
- "defaultExport": "Flyout",
130
- "namedExports": [
131
- "flyoutTemplate"
132
- ],
133
- "importPath": "html/admin/modules/",
134
- "externalPath": "components.admin.html.modules"
135
- },
136
- {
137
- "defaultExport": "Dialog",
138
- "namedExports": [
139
- "dialogTemplate"
140
- ],
141
- "importPath": "html/admin/modules/",
142
- "externalPath": "components.admin.html.modules"
143
- },
144
144
  {
145
145
  "defaultExport": "Tooltip",
146
146
  "importPath": "react/admin/modules/",
@@ -455,12 +455,12 @@ module.exports = [
455
455
  "externalPath": "components.admin.react.modules"
456
456
  },
457
457
  {
458
- "defaultExport": "MetricCard",
458
+ "defaultExport": "IntegrationCard",
459
459
  "importPath": "react/admin/modules/Cards/",
460
460
  "externalPath": "components.admin.react.modules"
461
461
  },
462
462
  {
463
- "defaultExport": "IntegrationCard",
463
+ "defaultExport": "MetricCard",
464
464
  "importPath": "react/admin/modules/Cards/",
465
465
  "externalPath": "components.admin.react.modules"
466
466
  },
@@ -485,17 +485,17 @@ module.exports = [
485
485
  "externalPath": "components.admin.react.elements"
486
486
  },
487
487
  {
488
- "defaultExport": "WordPressLogo",
488
+ "defaultExport": "WhatsAppLogo",
489
489
  "importPath": "react/admin/elements/Svgs/",
490
490
  "externalPath": "components.admin.react.elements"
491
491
  },
492
492
  {
493
- "defaultExport": "WhatsAppLogo",
493
+ "defaultExport": "WPMailSMTPFullLogo",
494
494
  "importPath": "react/admin/elements/Svgs/",
495
495
  "externalPath": "components.admin.react.elements"
496
496
  },
497
497
  {
498
- "defaultExport": "WPMailSMTPFullLogo",
498
+ "defaultExport": "WordPressLogo",
499
499
  "importPath": "react/admin/elements/Svgs/",
500
500
  "externalPath": "components.admin.react.elements"
501
501
  },
@@ -525,12 +525,12 @@ module.exports = [
525
525
  "externalPath": "components.admin.react.elements"
526
526
  },
527
527
  {
528
- "defaultExport": "SendGridFullLogo",
528
+ "defaultExport": "SendGridLogo",
529
529
  "importPath": "react/admin/elements/Svgs/",
530
530
  "externalPath": "components.admin.react.elements"
531
531
  },
532
532
  {
533
- "defaultExport": "SendGridLogo",
533
+ "defaultExport": "SendGridFullLogo",
534
534
  "importPath": "react/admin/elements/Svgs/",
535
535
  "externalPath": "components.admin.react.elements"
536
536
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravityforms/dependency-extraction-webpack-plugin",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
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",