@gravityforms/dependency-extraction-webpack-plugin 5.2.0 → 5.3.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.
@@ -5,17 +5,17 @@ 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": "Dialog",
17
17
  "namedExports": [
18
- "flyoutTemplate"
18
+ "dialogTemplate"
19
19
  ],
20
20
  "importPath": "html/admin/modules/",
21
21
  "externalPath": "components.admin.html.modules"
@@ -28,6 +28,14 @@ module.exports = [
28
28
  "importPath": "html/admin/elements/",
29
29
  "externalPath": "components.admin.html.elements"
30
30
  },
31
+ {
32
+ "defaultExport": "Textarea",
33
+ "namedExports": [
34
+ "textareaTemplate"
35
+ ],
36
+ "importPath": "html/admin/elements/",
37
+ "externalPath": "components.admin.html.elements"
38
+ },
31
39
  {
32
40
  "defaultExport": "Text",
33
41
  "namedExports": [
@@ -37,9 +45,9 @@ module.exports = [
37
45
  "externalPath": "components.admin.html.elements"
38
46
  },
39
47
  {
40
- "defaultExport": "Textarea",
48
+ "defaultExport": "StatusIndicator",
41
49
  "namedExports": [
42
- "textareaTemplate"
50
+ "statusIndicatorTemplate"
43
51
  ],
44
52
  "importPath": "html/admin/elements/",
45
53
  "externalPath": "components.admin.html.elements"
@@ -85,25 +93,17 @@ module.exports = [
85
93
  "externalPath": "components.admin.html.elements"
86
94
  },
87
95
  {
88
- "defaultExport": "Input",
89
- "namedExports": [
90
- "inputTemplate"
91
- ],
92
- "importPath": "html/admin/elements/",
93
- "externalPath": "components.admin.html.elements"
94
- },
95
- {
96
- "defaultExport": "StatusIndicator",
96
+ "defaultExport": "HelpText",
97
97
  "namedExports": [
98
- "statusIndicatorTemplate"
98
+ "helpTextTemplate"
99
99
  ],
100
100
  "importPath": "html/admin/elements/",
101
101
  "externalPath": "components.admin.html.elements"
102
102
  },
103
103
  {
104
- "defaultExport": "HelpText",
104
+ "defaultExport": "Input",
105
105
  "namedExports": [
106
- "helpTextTemplate"
106
+ "inputTemplate"
107
107
  ],
108
108
  "importPath": "html/admin/elements/",
109
109
  "externalPath": "components.admin.html.elements"
@@ -126,17 +126,17 @@ module.exports = [
126
126
  "externalPath": "components.admin.html.elements"
127
127
  },
128
128
  {
129
- "defaultExport": "Alert",
129
+ "defaultExport": "Button",
130
130
  "namedExports": [
131
- "alertTemplate"
131
+ "buttonTemplate"
132
132
  ],
133
133
  "importPath": "html/admin/elements/",
134
134
  "externalPath": "components.admin.html.elements"
135
135
  },
136
136
  {
137
- "defaultExport": "Button",
137
+ "defaultExport": "Alert",
138
138
  "namedExports": [
139
- "buttonTemplate"
139
+ "alertTemplate"
140
140
  ],
141
141
  "importPath": "html/admin/elements/",
142
142
  "externalPath": "components.admin.html.elements"
@@ -152,37 +152,37 @@ module.exports = [
152
152
  "externalPath": "components.admin.react.modules"
153
153
  },
154
154
  {
155
- "defaultExport": "Swatch",
155
+ "defaultExport": "Steps",
156
156
  "importPath": "react/admin/modules/",
157
157
  "externalPath": "components.admin.react.modules"
158
158
  },
159
159
  {
160
- "defaultExport": "SnackBar",
160
+ "defaultExport": "Swatch",
161
161
  "importPath": "react/admin/modules/",
162
162
  "externalPath": "components.admin.react.modules"
163
163
  },
164
164
  {
165
- "defaultExport": "Steps",
165
+ "defaultExport": "RouterNavBar",
166
166
  "importPath": "react/admin/modules/",
167
167
  "externalPath": "components.admin.react.modules"
168
168
  },
169
169
  {
170
- "defaultExport": "RouterNavBar",
170
+ "defaultExport": "SnackBar",
171
171
  "importPath": "react/admin/modules/",
172
172
  "externalPath": "components.admin.react.modules"
173
173
  },
174
174
  {
175
- "defaultExport": "Repeater",
175
+ "defaultExport": "Pagination",
176
176
  "importPath": "react/admin/modules/",
177
177
  "externalPath": "components.admin.react.modules"
178
178
  },
179
179
  {
180
- "defaultExport": "NavBar",
180
+ "defaultExport": "Repeater",
181
181
  "importPath": "react/admin/modules/",
182
182
  "externalPath": "components.admin.react.modules"
183
183
  },
184
184
  {
185
- "defaultExport": "Pagination",
185
+ "defaultExport": "NavBar",
186
186
  "importPath": "react/admin/modules/",
187
187
  "externalPath": "components.admin.react.modules"
188
188
  },
@@ -201,18 +201,13 @@ module.exports = [
201
201
  "importPath": "react/admin/modules/",
202
202
  "externalPath": "components.admin.react.modules"
203
203
  },
204
- {
205
- "defaultExport": "Flyout",
206
- "importPath": "react/admin/modules/",
207
- "externalPath": "components.admin.react.modules"
208
- },
209
204
  {
210
205
  "defaultExport": "Gravatar",
211
206
  "importPath": "react/admin/modules/",
212
207
  "externalPath": "components.admin.react.modules"
213
208
  },
214
209
  {
215
- "defaultExport": "Dropdown",
210
+ "defaultExport": "Flyout",
216
211
  "importPath": "react/admin/modules/",
217
212
  "externalPath": "components.admin.react.modules"
218
213
  },
@@ -227,7 +222,7 @@ module.exports = [
227
222
  "externalPath": "components.admin.react.modules"
228
223
  },
229
224
  {
230
- "defaultExport": "DataGrid",
225
+ "defaultExport": "Dropdown",
231
226
  "importPath": "react/admin/modules/",
232
227
  "externalPath": "components.admin.react.modules"
233
228
  },
@@ -237,12 +232,12 @@ module.exports = [
237
232
  "externalPath": "components.admin.react.modules"
238
233
  },
239
234
  {
240
- "defaultExport": "Chart",
235
+ "defaultExport": "DataGrid",
241
236
  "importPath": "react/admin/modules/",
242
237
  "externalPath": "components.admin.react.modules"
243
238
  },
244
239
  {
245
- "defaultExport": "Calendar",
240
+ "defaultExport": "Chart",
246
241
  "importPath": "react/admin/modules/",
247
242
  "externalPath": "components.admin.react.modules"
248
243
  },
@@ -251,23 +246,28 @@ module.exports = [
251
246
  "importPath": "react/admin/modules/",
252
247
  "externalPath": "components.admin.react.modules"
253
248
  },
249
+ {
250
+ "defaultExport": "Calendar",
251
+ "importPath": "react/admin/modules/",
252
+ "externalPath": "components.admin.react.modules"
253
+ },
254
254
  {
255
255
  "defaultExport": "Toggle",
256
256
  "importPath": "react/admin/elements/",
257
257
  "externalPath": "components.admin.react.elements"
258
258
  },
259
259
  {
260
- "defaultExport": "Textarea",
260
+ "defaultExport": "Tag",
261
261
  "importPath": "react/admin/elements/",
262
262
  "externalPath": "components.admin.react.elements"
263
263
  },
264
264
  {
265
- "defaultExport": "Text",
265
+ "defaultExport": "Textarea",
266
266
  "importPath": "react/admin/elements/",
267
267
  "externalPath": "components.admin.react.elements"
268
268
  },
269
269
  {
270
- "defaultExport": "Tag",
270
+ "defaultExport": "Text",
271
271
  "importPath": "react/admin/elements/",
272
272
  "externalPath": "components.admin.react.elements"
273
273
  },
@@ -277,42 +277,42 @@ module.exports = [
277
277
  "externalPath": "components.admin.react.elements"
278
278
  },
279
279
  {
280
- "defaultExport": "Select",
280
+ "defaultExport": "Range",
281
281
  "importPath": "react/admin/elements/",
282
282
  "externalPath": "components.admin.react.elements"
283
283
  },
284
284
  {
285
- "defaultExport": "Radio",
285
+ "defaultExport": "Select",
286
286
  "importPath": "react/admin/elements/",
287
287
  "externalPath": "components.admin.react.elements"
288
288
  },
289
289
  {
290
- "defaultExport": "Pill",
290
+ "defaultExport": "Radio",
291
291
  "importPath": "react/admin/elements/",
292
292
  "externalPath": "components.admin.react.elements"
293
293
  },
294
294
  {
295
- "defaultExport": "Range",
295
+ "defaultExport": "Link",
296
296
  "importPath": "react/admin/elements/",
297
297
  "externalPath": "components.admin.react.elements"
298
298
  },
299
299
  {
300
- "defaultExport": "Link",
300
+ "defaultExport": "Pill",
301
301
  "importPath": "react/admin/elements/",
302
302
  "externalPath": "components.admin.react.elements"
303
303
  },
304
304
  {
305
- "defaultExport": "Image",
305
+ "defaultExport": "Input",
306
306
  "importPath": "react/admin/elements/",
307
307
  "externalPath": "components.admin.react.elements"
308
308
  },
309
309
  {
310
- "defaultExport": "Icon",
310
+ "defaultExport": "Label",
311
311
  "importPath": "react/admin/elements/",
312
312
  "externalPath": "components.admin.react.elements"
313
313
  },
314
314
  {
315
- "defaultExport": "Label",
315
+ "defaultExport": "Icon",
316
316
  "importPath": "react/admin/elements/",
317
317
  "externalPath": "components.admin.react.elements"
318
318
  },
@@ -322,7 +322,7 @@ module.exports = [
322
322
  "externalPath": "components.admin.react.elements"
323
323
  },
324
324
  {
325
- "defaultExport": "Input",
325
+ "defaultExport": "Image",
326
326
  "importPath": "react/admin/elements/",
327
327
  "externalPath": "components.admin.react.elements"
328
328
  },
@@ -337,12 +337,12 @@ module.exports = [
337
337
  "externalPath": "components.admin.react.elements"
338
338
  },
339
339
  {
340
- "defaultExport": "DescriptionList",
340
+ "defaultExport": "FileUpload",
341
341
  "importPath": "react/admin/elements/",
342
342
  "externalPath": "components.admin.react.elements"
343
343
  },
344
344
  {
345
- "defaultExport": "FileUpload",
345
+ "defaultExport": "DescriptionList",
346
346
  "importPath": "react/admin/elements/",
347
347
  "externalPath": "components.admin.react.elements"
348
348
  },
@@ -356,16 +356,16 @@ module.exports = [
356
356
  "importPath": "react/admin/elements/",
357
357
  "externalPath": "components.admin.react.elements"
358
358
  },
359
- {
360
- "defaultExport": "VidyardVideo",
361
- "importPath": "react/admin/modules/Videos/",
362
- "externalPath": "components.admin.react.modules"
363
- },
364
359
  {
365
360
  "defaultExport": "Box",
366
361
  "importPath": "react/admin/elements/",
367
362
  "externalPath": "components.admin.react.elements"
368
363
  },
364
+ {
365
+ "defaultExport": "VidyardVideo",
366
+ "importPath": "react/admin/modules/Videos/",
367
+ "externalPath": "components.admin.react.modules"
368
+ },
369
369
  {
370
370
  "defaultExport": "RingLoader",
371
371
  "importPath": "react/admin/modules/Loaders/",
@@ -416,11 +416,6 @@ module.exports = [
416
416
  "importPath": "react/admin/elements/Svgs/",
417
417
  "externalPath": "components.admin.react.elements"
418
418
  },
419
- {
420
- "defaultExport": "WhatsAppLogo",
421
- "importPath": "react/admin/elements/Svgs/",
422
- "externalPath": "components.admin.react.elements"
423
- },
424
419
  {
425
420
  "defaultExport": "WordPressLogo",
426
421
  "importPath": "react/admin/elements/Svgs/",
@@ -432,17 +427,17 @@ module.exports = [
432
427
  "externalPath": "components.admin.react.elements"
433
428
  },
434
429
  {
435
- "defaultExport": "TwilioLogo",
430
+ "defaultExport": "WhatsAppLogo",
436
431
  "importPath": "react/admin/elements/Svgs/",
437
432
  "externalPath": "components.admin.react.elements"
438
433
  },
439
434
  {
440
- "defaultExport": "TelegramLogo",
435
+ "defaultExport": "TwilioLogo",
441
436
  "importPath": "react/admin/elements/Svgs/",
442
437
  "externalPath": "components.admin.react.elements"
443
438
  },
444
439
  {
445
- "defaultExport": "SparkPostLogo",
440
+ "defaultExport": "TelegramLogo",
446
441
  "importPath": "react/admin/elements/Svgs/",
447
442
  "externalPath": "components.admin.react.elements"
448
443
  },
@@ -457,17 +452,17 @@ module.exports = [
457
452
  "externalPath": "components.admin.react.elements"
458
453
  },
459
454
  {
460
- "defaultExport": "SendGridFullLogo",
455
+ "defaultExport": "SparkPostLogo",
461
456
  "importPath": "react/admin/elements/Svgs/",
462
457
  "externalPath": "components.admin.react.elements"
463
458
  },
464
459
  {
465
- "defaultExport": "SearchNoResults",
460
+ "defaultExport": "SendGridFullLogo",
466
461
  "importPath": "react/admin/elements/Svgs/",
467
462
  "externalPath": "components.admin.react.elements"
468
463
  },
469
464
  {
470
- "defaultExport": "SMTP2GOLogo",
465
+ "defaultExport": "SearchNoResults",
471
466
  "importPath": "react/admin/elements/Svgs/",
472
467
  "externalPath": "components.admin.react.elements"
473
468
  },
@@ -482,7 +477,7 @@ module.exports = [
482
477
  "externalPath": "components.admin.react.elements"
483
478
  },
484
479
  {
485
- "defaultExport": "PHPFullLogo",
480
+ "defaultExport": "SMTP2GOLogo",
486
481
  "importPath": "react/admin/elements/Svgs/",
487
482
  "externalPath": "components.admin.react.elements"
488
483
  },
@@ -492,7 +487,7 @@ module.exports = [
492
487
  "externalPath": "components.admin.react.elements"
493
488
  },
494
489
  {
495
- "defaultExport": "MicrosoftAltLogo",
490
+ "defaultExport": "PHPFullLogo",
496
491
  "importPath": "react/admin/elements/Svgs/",
497
492
  "externalPath": "components.admin.react.elements"
498
493
  },
@@ -502,7 +497,7 @@ module.exports = [
502
497
  "externalPath": "components.admin.react.elements"
503
498
  },
504
499
  {
505
- "defaultExport": "MicrosoftLogo",
500
+ "defaultExport": "MicrosoftAltLogo",
506
501
  "importPath": "react/admin/elements/Svgs/",
507
502
  "externalPath": "components.admin.react.elements"
508
503
  },
@@ -512,22 +507,22 @@ module.exports = [
512
507
  "externalPath": "components.admin.react.elements"
513
508
  },
514
509
  {
515
- "defaultExport": "MailchimpLogo",
510
+ "defaultExport": "MicrosoftLogo",
516
511
  "importPath": "react/admin/elements/Svgs/",
517
512
  "externalPath": "components.admin.react.elements"
518
513
  },
519
514
  {
520
- "defaultExport": "MailgunFullLogo",
515
+ "defaultExport": "MailgunLogo",
521
516
  "importPath": "react/admin/elements/Svgs/",
522
517
  "externalPath": "components.admin.react.elements"
523
518
  },
524
519
  {
525
- "defaultExport": "MailgunLogo",
520
+ "defaultExport": "MailgunFullLogo",
526
521
  "importPath": "react/admin/elements/Svgs/",
527
522
  "externalPath": "components.admin.react.elements"
528
523
  },
529
524
  {
530
- "defaultExport": "MailSuccessBg",
525
+ "defaultExport": "MailchimpLogo",
531
526
  "importPath": "react/admin/elements/Svgs/",
532
527
  "externalPath": "components.admin.react.elements"
533
528
  },
@@ -552,7 +547,7 @@ module.exports = [
552
547
  "externalPath": "components.admin.react.elements"
553
548
  },
554
549
  {
555
- "defaultExport": "GravitySMTPFullLogo",
550
+ "defaultExport": "GravitySMTPTextLogo",
556
551
  "importPath": "react/admin/elements/Svgs/",
557
552
  "externalPath": "components.admin.react.elements"
558
553
  },
@@ -562,7 +557,12 @@ module.exports = [
562
557
  "externalPath": "components.admin.react.elements"
563
558
  },
564
559
  {
565
- "defaultExport": "GravitySMTPTextLogo",
560
+ "defaultExport": "GravitySMTPFullLogo",
561
+ "importPath": "react/admin/elements/Svgs/",
562
+ "externalPath": "components.admin.react.elements"
563
+ },
564
+ {
565
+ "defaultExport": "MailSuccessBg",
566
566
  "importPath": "react/admin/elements/Svgs/",
567
567
  "externalPath": "components.admin.react.elements"
568
568
  },
@@ -587,32 +587,32 @@ module.exports = [
587
587
  "externalPath": "components.admin.react.elements"
588
588
  },
589
589
  {
590
- "defaultExport": "GoogleAltLogo",
590
+ "defaultExport": "CustomSMTP",
591
591
  "importPath": "react/admin/elements/Svgs/",
592
592
  "externalPath": "components.admin.react.elements"
593
593
  },
594
594
  {
595
- "defaultExport": "CustomSMTP",
595
+ "defaultExport": "GoogleAltLogo",
596
596
  "importPath": "react/admin/elements/Svgs/",
597
597
  "externalPath": "components.admin.react.elements"
598
598
  },
599
599
  {
600
- "defaultExport": "BrevoLogo",
600
+ "defaultExport": "BrevoFullLogo",
601
601
  "importPath": "react/admin/elements/Svgs/",
602
602
  "externalPath": "components.admin.react.elements"
603
603
  },
604
604
  {
605
- "defaultExport": "BrevoFullLogo",
605
+ "defaultExport": "BrevoLogo",
606
606
  "importPath": "react/admin/elements/Svgs/",
607
607
  "externalPath": "components.admin.react.elements"
608
608
  },
609
609
  {
610
- "defaultExport": "AmazonAWSFullLogo",
610
+ "defaultExport": "AmazonAWSLogo",
611
611
  "importPath": "react/admin/elements/Svgs/",
612
612
  "externalPath": "components.admin.react.elements"
613
613
  },
614
614
  {
615
- "defaultExport": "AmazonAWSLogo",
615
+ "defaultExport": "AmazonAWSFullLogo",
616
616
  "importPath": "react/admin/elements/Svgs/",
617
617
  "externalPath": "components.admin.react.elements"
618
618
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravityforms/dependency-extraction-webpack-plugin",
3
- "version": "5.2.0",
3
+ "version": "5.3.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",