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

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,24 +1,11 @@
1
1
  module.exports = [
2
2
  {
3
- "defaultExport": "Flyout",
4
- "namedExports": [
5
- "flyoutTemplate"
6
- ],
7
- "importPath": "html/admin/modules/",
8
- "externalPath": "components.admin.html.modules"
9
- },
10
- {
11
- "defaultExport": "Table",
12
- "importPath": "html/admin/modules/",
13
- "externalPath": "components.admin.html.modules"
14
- },
15
- {
16
- "defaultExport": "Dialog",
3
+ "defaultExport": "Toggle",
17
4
  "namedExports": [
18
- "dialogTemplate"
5
+ "toggleTemplate"
19
6
  ],
20
- "importPath": "html/admin/modules/",
21
- "externalPath": "components.admin.html.modules"
7
+ "importPath": "html/admin/elements/",
8
+ "externalPath": "components.admin.html.elements"
22
9
  },
23
10
  {
24
11
  "defaultExport": "Textarea",
@@ -117,14 +104,6 @@ module.exports = [
117
104
  "importPath": "html/admin/elements/",
118
105
  "externalPath": "components.admin.html.elements"
119
106
  },
120
- {
121
- "defaultExport": "Toggle",
122
- "namedExports": [
123
- "toggleTemplate"
124
- ],
125
- "importPath": "html/admin/elements/",
126
- "externalPath": "components.admin.html.elements"
127
- },
128
107
  {
129
108
  "defaultExport": "Button",
130
109
  "namedExports": [
@@ -141,6 +120,27 @@ module.exports = [
141
120
  "importPath": "html/admin/elements/",
142
121
  "externalPath": "components.admin.html.elements"
143
122
  },
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/",
@@ -301,6 +301,11 @@ module.exports = [
301
301
  "importPath": "react/admin/elements/",
302
302
  "externalPath": "components.admin.react.elements"
303
303
  },
304
+ {
305
+ "defaultExport": "Text",
306
+ "importPath": "react/admin/elements/",
307
+ "externalPath": "components.admin.react.elements"
308
+ },
304
309
  {
305
310
  "defaultExport": "Tag",
306
311
  "importPath": "react/admin/elements/",
@@ -326,6 +331,11 @@ module.exports = [
326
331
  "importPath": "react/admin/elements/",
327
332
  "externalPath": "components.admin.react.elements"
328
333
  },
334
+ {
335
+ "defaultExport": "Popover",
336
+ "importPath": "react/admin/elements/",
337
+ "externalPath": "components.admin.react.elements"
338
+ },
329
339
  {
330
340
  "defaultExport": "Pill",
331
341
  "importPath": "react/admin/elements/",
@@ -401,11 +411,6 @@ module.exports = [
401
411
  "importPath": "react/admin/modules/Videos/",
402
412
  "externalPath": "components.admin.react.modules"
403
413
  },
404
- {
405
- "defaultExport": "Text",
406
- "importPath": "react/admin/elements/",
407
- "externalPath": "components.admin.react.elements"
408
- },
409
414
  {
410
415
  "__esModule": true,
411
416
  "default": {
@@ -495,12 +500,12 @@ module.exports = [
495
500
  "externalPath": "components.admin.react.elements"
496
501
  },
497
502
  {
498
- "defaultExport": "TelegramLogo",
503
+ "defaultExport": "TwilioLogo",
499
504
  "importPath": "react/admin/elements/Svgs/",
500
505
  "externalPath": "components.admin.react.elements"
501
506
  },
502
507
  {
503
- "defaultExport": "TwilioLogo",
508
+ "defaultExport": "TelegramLogo",
504
509
  "importPath": "react/admin/elements/Svgs/",
505
510
  "externalPath": "components.admin.react.elements"
506
511
  },
@@ -520,12 +525,12 @@ module.exports = [
520
525
  "externalPath": "components.admin.react.elements"
521
526
  },
522
527
  {
523
- "defaultExport": "SendGridLogo",
528
+ "defaultExport": "SendGridFullLogo",
524
529
  "importPath": "react/admin/elements/Svgs/",
525
530
  "externalPath": "components.admin.react.elements"
526
531
  },
527
532
  {
528
- "defaultExport": "SendGridFullLogo",
533
+ "defaultExport": "SendGridLogo",
529
534
  "importPath": "react/admin/elements/Svgs/",
530
535
  "externalPath": "components.admin.react.elements"
531
536
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravityforms/dependency-extraction-webpack-plugin",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
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
+ }