@gravityforms/dependency-extraction-webpack-plugin 6.6.1 → 6.6.2

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.
@@ -5,20 +5,20 @@ module.exports = [
5
5
  "externalPath": "components.admin.html.modules"
6
6
  },
7
7
  {
8
- "defaultExport": "Dialog",
8
+ "defaultExport": "Flyout",
9
9
  "namedExports": [
10
- "dialogTemplate"
10
+ "flyoutTemplate"
11
11
  ],
12
12
  "importPath": "html/admin/modules/",
13
13
  "externalPath": "components.admin.html.modules"
14
14
  },
15
15
  {
16
- "defaultExport": "Flyout",
16
+ "defaultExport": "Toggle",
17
17
  "namedExports": [
18
- "flyoutTemplate"
18
+ "toggleTemplate"
19
19
  ],
20
- "importPath": "html/admin/modules/",
21
- "externalPath": "components.admin.html.modules"
20
+ "importPath": "html/admin/elements/",
21
+ "externalPath": "components.admin.html.elements"
22
22
  },
23
23
  {
24
24
  "defaultExport": "Textarea",
@@ -29,9 +29,9 @@ module.exports = [
29
29
  "externalPath": "components.admin.html.elements"
30
30
  },
31
31
  {
32
- "defaultExport": "Toggle",
32
+ "defaultExport": "Text",
33
33
  "namedExports": [
34
- "toggleTemplate"
34
+ "textTemplate"
35
35
  ],
36
36
  "importPath": "html/admin/elements/",
37
37
  "externalPath": "components.admin.html.elements"
@@ -45,9 +45,9 @@ module.exports = [
45
45
  "externalPath": "components.admin.html.elements"
46
46
  },
47
47
  {
48
- "defaultExport": "Text",
48
+ "defaultExport": "StackedIcon",
49
49
  "namedExports": [
50
- "textTemplate"
50
+ "stackedIconTemplate"
51
51
  ],
52
52
  "importPath": "html/admin/elements/",
53
53
  "externalPath": "components.admin.html.elements"
@@ -61,9 +61,9 @@ module.exports = [
61
61
  "externalPath": "components.admin.html.elements"
62
62
  },
63
63
  {
64
- "defaultExport": "StackedIcon",
64
+ "defaultExport": "Loader",
65
65
  "namedExports": [
66
- "stackedIconTemplate"
66
+ "loaderTemplate"
67
67
  ],
68
68
  "importPath": "html/admin/elements/",
69
69
  "externalPath": "components.admin.html.elements"
@@ -77,13 +77,21 @@ module.exports = [
77
77
  "externalPath": "components.admin.html.elements"
78
78
  },
79
79
  {
80
- "defaultExport": "Loader",
80
+ "defaultExport": "Label",
81
81
  "namedExports": [
82
- "loaderTemplate"
82
+ "labelTemplate"
83
83
  ],
84
84
  "importPath": "html/admin/elements/",
85
85
  "externalPath": "components.admin.html.elements"
86
86
  },
87
+ {
88
+ "defaultExport": "Dialog",
89
+ "namedExports": [
90
+ "dialogTemplate"
91
+ ],
92
+ "importPath": "html/admin/modules/",
93
+ "externalPath": "components.admin.html.modules"
94
+ },
87
95
  {
88
96
  "defaultExport": "Input",
89
97
  "namedExports": [
@@ -93,9 +101,9 @@ module.exports = [
93
101
  "externalPath": "components.admin.html.elements"
94
102
  },
95
103
  {
96
- "defaultExport": "Label",
104
+ "defaultExport": "HelpText",
97
105
  "namedExports": [
98
- "labelTemplate"
106
+ "helpTextTemplate"
99
107
  ],
100
108
  "importPath": "html/admin/elements/",
101
109
  "externalPath": "components.admin.html.elements"
@@ -109,9 +117,10 @@ module.exports = [
109
117
  "externalPath": "components.admin.html.elements"
110
118
  },
111
119
  {
112
- "defaultExport": "HelpText",
120
+ "defaultExport": "Dropdown",
113
121
  "namedExports": [
114
- "helpTextTemplate"
122
+ "dropdownTemplate",
123
+ "dropdownListItems"
115
124
  ],
116
125
  "importPath": "html/admin/elements/",
117
126
  "externalPath": "components.admin.html.elements"
@@ -124,15 +133,6 @@ module.exports = [
124
133
  "importPath": "html/admin/elements/",
125
134
  "externalPath": "components.admin.html.elements"
126
135
  },
127
- {
128
- "defaultExport": "Dropdown",
129
- "namedExports": [
130
- "dropdownTemplate",
131
- "dropdownListItems"
132
- ],
133
- "importPath": "html/admin/elements/",
134
- "externalPath": "components.admin.html.elements"
135
- },
136
136
  {
137
137
  "defaultExport": "Alert",
138
138
  "namedExports": [
@@ -161,6 +161,11 @@ module.exports = [
161
161
  "importPath": "react/admin/modules/",
162
162
  "externalPath": "components.admin.react.modules"
163
163
  },
164
+ {
165
+ "defaultExport": "RouterNavBar",
166
+ "importPath": "react/admin/modules/",
167
+ "externalPath": "components.admin.react.modules"
168
+ },
164
169
  {
165
170
  "defaultExport": "SnackBar",
166
171
  "namedExports": [
@@ -170,11 +175,6 @@ module.exports = [
170
175
  "importPath": "react/admin/modules/",
171
176
  "externalPath": "components.admin.react.modules"
172
177
  },
173
- {
174
- "defaultExport": "RouterNavBar",
175
- "importPath": "react/admin/modules/",
176
- "externalPath": "components.admin.react.modules"
177
- },
178
178
  {
179
179
  "defaultExport": "Repeater",
180
180
  "importPath": "react/admin/modules/",
@@ -186,22 +186,22 @@ module.exports = [
186
186
  "externalPath": "components.admin.react.modules"
187
187
  },
188
188
  {
189
- "defaultExport": "Pagination",
189
+ "defaultExport": "Overlay",
190
190
  "importPath": "react/admin/modules/",
191
191
  "externalPath": "components.admin.react.modules"
192
192
  },
193
193
  {
194
- "defaultExport": "Overlay",
194
+ "defaultExport": "NavBar",
195
195
  "importPath": "react/admin/modules/",
196
196
  "externalPath": "components.admin.react.modules"
197
197
  },
198
198
  {
199
- "defaultExport": "MetaBox",
199
+ "defaultExport": "Pagination",
200
200
  "importPath": "react/admin/modules/",
201
201
  "externalPath": "components.admin.react.modules"
202
202
  },
203
203
  {
204
- "defaultExport": "NavBar",
204
+ "defaultExport": "MetaBox",
205
205
  "importPath": "react/admin/modules/",
206
206
  "externalPath": "components.admin.react.modules"
207
207
  },
@@ -211,12 +211,12 @@ module.exports = [
211
211
  "externalPath": "components.admin.react.modules"
212
212
  },
213
213
  {
214
- "defaultExport": "InputGroup",
214
+ "defaultExport": "Kanban",
215
215
  "importPath": "react/admin/modules/",
216
216
  "externalPath": "components.admin.react.modules"
217
217
  },
218
218
  {
219
- "defaultExport": "Kanban",
219
+ "defaultExport": "InputGroup",
220
220
  "importPath": "react/admin/modules/",
221
221
  "externalPath": "components.admin.react.modules"
222
222
  },
@@ -256,17 +256,17 @@ module.exports = [
256
256
  "externalPath": "components.admin.react.modules"
257
257
  },
258
258
  {
259
- "defaultExport": "DataGrid",
259
+ "defaultExport": "ColorPicker",
260
260
  "importPath": "react/admin/modules/",
261
261
  "externalPath": "components.admin.react.modules"
262
262
  },
263
263
  {
264
- "defaultExport": "ColorPicker",
264
+ "defaultExport": "Chart",
265
265
  "importPath": "react/admin/modules/",
266
266
  "externalPath": "components.admin.react.modules"
267
267
  },
268
268
  {
269
- "defaultExport": "Chart",
269
+ "defaultExport": "DataGrid",
270
270
  "importPath": "react/admin/modules/",
271
271
  "externalPath": "components.admin.react.modules"
272
272
  },
@@ -311,12 +311,12 @@ module.exports = [
311
311
  "externalPath": "components.admin.react.elements"
312
312
  },
313
313
  {
314
- "defaultExport": "Text",
314
+ "defaultExport": "Tag",
315
315
  "importPath": "react/admin/elements/",
316
316
  "externalPath": "components.admin.react.elements"
317
317
  },
318
318
  {
319
- "defaultExport": "Tag",
319
+ "defaultExport": "Text",
320
320
  "importPath": "react/admin/elements/",
321
321
  "externalPath": "components.admin.react.elements"
322
322
  },
@@ -331,12 +331,12 @@ module.exports = [
331
331
  "externalPath": "components.admin.react.elements"
332
332
  },
333
333
  {
334
- "defaultExport": "Radio",
334
+ "defaultExport": "Range",
335
335
  "importPath": "react/admin/elements/",
336
336
  "externalPath": "components.admin.react.elements"
337
337
  },
338
338
  {
339
- "defaultExport": "Popover",
339
+ "defaultExport": "Radio",
340
340
  "importPath": "react/admin/elements/",
341
341
  "externalPath": "components.admin.react.elements"
342
342
  },
@@ -361,12 +361,12 @@ module.exports = [
361
361
  "externalPath": "components.admin.react.elements"
362
362
  },
363
363
  {
364
- "defaultExport": "Range",
364
+ "defaultExport": "Image",
365
365
  "importPath": "react/admin/elements/",
366
366
  "externalPath": "components.admin.react.elements"
367
367
  },
368
368
  {
369
- "defaultExport": "Image",
369
+ "defaultExport": "Popover",
370
370
  "importPath": "react/admin/elements/",
371
371
  "externalPath": "components.admin.react.elements"
372
372
  },
@@ -376,12 +376,12 @@ module.exports = [
376
376
  "externalPath": "components.admin.react.elements"
377
377
  },
378
378
  {
379
- "defaultExport": "HelpText",
379
+ "defaultExport": "Heading",
380
380
  "importPath": "react/admin/elements/",
381
381
  "externalPath": "components.admin.react.elements"
382
382
  },
383
383
  {
384
- "defaultExport": "Heading",
384
+ "defaultExport": "HelpText",
385
385
  "importPath": "react/admin/elements/",
386
386
  "externalPath": "components.admin.react.elements"
387
387
  },
@@ -509,12 +509,12 @@ module.exports = [
509
509
  "externalPath": "components.admin.react.elements"
510
510
  },
511
511
  {
512
- "defaultExport": "TwilioLogo",
512
+ "defaultExport": "TelegramLogo",
513
513
  "importPath": "react/admin/elements/Svgs/",
514
514
  "externalPath": "components.admin.react.elements"
515
515
  },
516
516
  {
517
- "defaultExport": "TelegramLogo",
517
+ "defaultExport": "TwilioLogo",
518
518
  "importPath": "react/admin/elements/Svgs/",
519
519
  "externalPath": "components.admin.react.elements"
520
520
  },
@@ -613,6 +613,11 @@ module.exports = [
613
613
  "importPath": "react/admin/elements/Svgs/",
614
614
  "externalPath": "components.admin.react.elements"
615
615
  },
616
+ {
617
+ "defaultExport": "MicrosoftAltLogo",
618
+ "importPath": "react/admin/elements/Svgs/",
619
+ "externalPath": "components.admin.react.elements"
620
+ },
616
621
  {
617
622
  "defaultExport": "MandrillLogo",
618
623
  "importPath": "react/admin/elements/Svgs/",
@@ -629,17 +634,17 @@ module.exports = [
629
634
  "externalPath": "components.admin.react.elements"
630
635
  },
631
636
  {
632
- "defaultExport": "MicrosoftAltLogo",
637
+ "defaultExport": "MailjetLogo",
633
638
  "importPath": "react/admin/elements/Svgs/",
634
639
  "externalPath": "components.admin.react.elements"
635
640
  },
636
641
  {
637
- "defaultExport": "MailjetLogo",
642
+ "defaultExport": "MailjetFullLogo",
638
643
  "importPath": "react/admin/elements/Svgs/",
639
644
  "externalPath": "components.admin.react.elements"
640
645
  },
641
646
  {
642
- "defaultExport": "MailjetFullLogo",
647
+ "defaultExport": "MailgunFullLogo",
643
648
  "importPath": "react/admin/elements/Svgs/",
644
649
  "externalPath": "components.admin.react.elements"
645
650
  },
@@ -663,11 +668,6 @@ module.exports = [
663
668
  "importPath": "react/admin/elements/Svgs/",
664
669
  "externalPath": "components.admin.react.elements"
665
670
  },
666
- {
667
- "defaultExport": "MailgunFullLogo",
668
- "importPath": "react/admin/elements/Svgs/",
669
- "externalPath": "components.admin.react.elements"
670
- },
671
671
  {
672
672
  "defaultExport": "MailchimpFullLogo",
673
673
  "importPath": "react/admin/elements/Svgs/",
@@ -699,12 +699,12 @@ module.exports = [
699
699
  "externalPath": "components.admin.react.elements"
700
700
  },
701
701
  {
702
- "defaultExport": "GravitySMTPLogo",
702
+ "defaultExport": "GravitySMTPTextLogo",
703
703
  "importPath": "react/admin/elements/Svgs/",
704
704
  "externalPath": "components.admin.react.elements"
705
705
  },
706
706
  {
707
- "defaultExport": "GravitySMTPTextLogo",
707
+ "defaultExport": "GravitySMTPLogo",
708
708
  "importPath": "react/admin/elements/Svgs/",
709
709
  "externalPath": "components.admin.react.elements"
710
710
  },
@@ -764,22 +764,22 @@ module.exports = [
764
764
  "externalPath": "components.admin.react.elements"
765
765
  },
766
766
  {
767
- "defaultExport": "ElasticEmailLogo",
767
+ "defaultExport": "ElasticEmailFullLogo",
768
768
  "importPath": "react/admin/elements/Svgs/",
769
769
  "externalPath": "components.admin.react.elements"
770
770
  },
771
771
  {
772
- "defaultExport": "ElasticEmailFullLogo",
772
+ "defaultExport": "ElasticEmailLogo",
773
773
  "importPath": "react/admin/elements/Svgs/",
774
774
  "externalPath": "components.admin.react.elements"
775
775
  },
776
776
  {
777
- "defaultExport": "CustomSMTP",
777
+ "defaultExport": "CustomSMTPFull",
778
778
  "importPath": "react/admin/elements/Svgs/",
779
779
  "externalPath": "components.admin.react.elements"
780
780
  },
781
781
  {
782
- "defaultExport": "CustomSMTPFull",
782
+ "defaultExport": "CustomSMTP",
783
783
  "importPath": "react/admin/elements/Svgs/",
784
784
  "externalPath": "components.admin.react.elements"
785
785
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravityforms/dependency-extraction-webpack-plugin",
3
- "version": "6.6.1",
3
+ "version": "6.6.2",
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",