@gravityforms/dependency-extraction-webpack-plugin 5.7.1 → 5.7.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.
- package/mappings/components/admin.js +107 -107
- package/package.json +1 -1
|
@@ -45,98 +45,98 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StackedIcon",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"stackedIconTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StatusIndicator",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"statusIndicatorTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Loader",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"loaderTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Label",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"labelTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Select",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"selectTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Input",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"inputTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Link",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
99
|
-
"dropdownListItems"
|
|
98
|
+
"linkTemplate"
|
|
100
99
|
],
|
|
101
100
|
"importPath": "html/admin/elements/",
|
|
102
101
|
"externalPath": "components.admin.html.elements"
|
|
103
102
|
},
|
|
104
103
|
{
|
|
105
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
106
105
|
"namedExports": [
|
|
107
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
108
107
|
],
|
|
109
108
|
"importPath": "html/admin/elements/",
|
|
110
109
|
"externalPath": "components.admin.html.elements"
|
|
111
110
|
},
|
|
112
111
|
{
|
|
113
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Button",
|
|
114
113
|
"namedExports": [
|
|
115
|
-
"
|
|
114
|
+
"buttonTemplate"
|
|
116
115
|
],
|
|
117
116
|
"importPath": "html/admin/elements/",
|
|
118
117
|
"externalPath": "components.admin.html.elements"
|
|
119
118
|
},
|
|
120
119
|
{
|
|
121
|
-
"defaultExport": "
|
|
120
|
+
"defaultExport": "Dropdown",
|
|
122
121
|
"namedExports": [
|
|
123
|
-
"
|
|
122
|
+
"dropdownTemplate",
|
|
123
|
+
"dropdownListItems"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Heading",
|
|
130
130
|
"namedExports": [
|
|
131
|
-
"
|
|
131
|
+
"headingTemplate"
|
|
132
132
|
],
|
|
133
133
|
"importPath": "html/admin/elements/",
|
|
134
134
|
"externalPath": "components.admin.html.elements"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "Alert",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
139
|
+
"alertTemplate"
|
|
140
140
|
],
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
@@ -182,7 +182,7 @@ module.exports = [
|
|
|
182
182
|
"externalPath": "components.admin.react.elements"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Label",
|
|
186
186
|
"importPath": "react/admin/elements/",
|
|
187
187
|
"externalPath": "components.admin.react.elements"
|
|
188
188
|
},
|
|
@@ -192,7 +192,7 @@ module.exports = [
|
|
|
192
192
|
"externalPath": "components.admin.react.elements"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Link",
|
|
196
196
|
"importPath": "react/admin/elements/",
|
|
197
197
|
"externalPath": "components.admin.react.elements"
|
|
198
198
|
},
|
|
@@ -201,11 +201,6 @@ module.exports = [
|
|
|
201
201
|
"importPath": "react/admin/elements/",
|
|
202
202
|
"externalPath": "components.admin.react.elements"
|
|
203
203
|
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Input",
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
204
|
{
|
|
210
205
|
"defaultExport": "Icon",
|
|
211
206
|
"importPath": "react/admin/elements/",
|
|
@@ -222,12 +217,12 @@ module.exports = [
|
|
|
222
217
|
"externalPath": "components.admin.react.elements"
|
|
223
218
|
},
|
|
224
219
|
{
|
|
225
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "FileUpload",
|
|
226
221
|
"importPath": "react/admin/elements/",
|
|
227
222
|
"externalPath": "components.admin.react.elements"
|
|
228
223
|
},
|
|
229
224
|
{
|
|
230
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Grid",
|
|
231
226
|
"importPath": "react/admin/elements/",
|
|
232
227
|
"externalPath": "components.admin.react.elements"
|
|
233
228
|
},
|
|
@@ -242,17 +237,17 @@ module.exports = [
|
|
|
242
237
|
"externalPath": "components.admin.react.elements"
|
|
243
238
|
},
|
|
244
239
|
{
|
|
245
|
-
"defaultExport": "
|
|
246
|
-
"importPath": "react/admin/
|
|
247
|
-
"externalPath": "components.admin.react.
|
|
240
|
+
"defaultExport": "Tooltip",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
248
243
|
},
|
|
249
244
|
{
|
|
250
|
-
"defaultExport": "
|
|
245
|
+
"defaultExport": "Box",
|
|
251
246
|
"importPath": "react/admin/elements/",
|
|
252
247
|
"externalPath": "components.admin.react.elements"
|
|
253
248
|
},
|
|
254
249
|
{
|
|
255
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "Tabs",
|
|
256
251
|
"importPath": "react/admin/modules/",
|
|
257
252
|
"externalPath": "components.admin.react.modules"
|
|
258
253
|
},
|
|
@@ -262,57 +257,62 @@ module.exports = [
|
|
|
262
257
|
"externalPath": "components.admin.react.modules"
|
|
263
258
|
},
|
|
264
259
|
{
|
|
265
|
-
"defaultExport": "
|
|
266
|
-
"importPath": "react/admin/
|
|
267
|
-
"externalPath": "components.admin.react.
|
|
260
|
+
"defaultExport": "Button",
|
|
261
|
+
"importPath": "react/admin/elements/",
|
|
262
|
+
"externalPath": "components.admin.react.elements"
|
|
268
263
|
},
|
|
269
264
|
{
|
|
270
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "Steps",
|
|
271
266
|
"importPath": "react/admin/modules/",
|
|
272
267
|
"externalPath": "components.admin.react.modules"
|
|
273
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Input",
|
|
271
|
+
"importPath": "react/admin/elements/",
|
|
272
|
+
"externalPath": "components.admin.react.elements"
|
|
273
|
+
},
|
|
274
274
|
{
|
|
275
275
|
"defaultExport": "RouterNavBar",
|
|
276
276
|
"importPath": "react/admin/modules/",
|
|
277
277
|
"externalPath": "components.admin.react.modules"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "SnackBar",
|
|
281
281
|
"importPath": "react/admin/modules/",
|
|
282
282
|
"externalPath": "components.admin.react.modules"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"defaultExport": "
|
|
285
|
+
"defaultExport": "Phone",
|
|
286
286
|
"importPath": "react/admin/modules/",
|
|
287
287
|
"externalPath": "components.admin.react.modules"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Pagination",
|
|
291
291
|
"importPath": "react/admin/modules/",
|
|
292
292
|
"externalPath": "components.admin.react.modules"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Repeater",
|
|
296
296
|
"importPath": "react/admin/modules/",
|
|
297
297
|
"externalPath": "components.admin.react.modules"
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Overlay",
|
|
301
301
|
"importPath": "react/admin/modules/",
|
|
302
302
|
"externalPath": "components.admin.react.modules"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "MetaBox",
|
|
306
306
|
"importPath": "react/admin/modules/",
|
|
307
307
|
"externalPath": "components.admin.react.modules"
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
|
-
"defaultExport": "
|
|
310
|
+
"defaultExport": "NavBar",
|
|
311
311
|
"importPath": "react/admin/modules/",
|
|
312
312
|
"externalPath": "components.admin.react.modules"
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "List",
|
|
316
316
|
"importPath": "react/admin/modules/",
|
|
317
317
|
"externalPath": "components.admin.react.modules"
|
|
318
318
|
},
|
|
@@ -352,12 +352,12 @@ module.exports = [
|
|
|
352
352
|
"externalPath": "components.admin.react.modules"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "DataGrid",
|
|
356
356
|
"importPath": "react/admin/modules/",
|
|
357
357
|
"externalPath": "components.admin.react.modules"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "Chart",
|
|
361
361
|
"importPath": "react/admin/modules/",
|
|
362
362
|
"externalPath": "components.admin.react.modules"
|
|
363
363
|
},
|
|
@@ -367,12 +367,12 @@ module.exports = [
|
|
|
367
367
|
"externalPath": "components.admin.react.modules"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "Calendar",
|
|
371
371
|
"importPath": "react/admin/modules/",
|
|
372
372
|
"externalPath": "components.admin.react.modules"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "AvatarGroup",
|
|
376
376
|
"importPath": "react/admin/modules/",
|
|
377
377
|
"externalPath": "components.admin.react.modules"
|
|
378
378
|
},
|
|
@@ -386,6 +386,11 @@ module.exports = [
|
|
|
386
386
|
"importPath": "react/admin/modules/",
|
|
387
387
|
"externalPath": "components.admin.react.modules"
|
|
388
388
|
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Address",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
392
|
+
"externalPath": "components.admin.react.modules"
|
|
393
|
+
},
|
|
389
394
|
{
|
|
390
395
|
"defaultExport": "ZohoLogo",
|
|
391
396
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -421,11 +426,6 @@ module.exports = [
|
|
|
421
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
427
|
"externalPath": "components.admin.react.elements"
|
|
423
428
|
},
|
|
424
|
-
{
|
|
425
|
-
"defaultExport": "Address",
|
|
426
|
-
"importPath": "react/admin/modules/",
|
|
427
|
-
"externalPath": "components.admin.react.modules"
|
|
428
|
-
},
|
|
429
429
|
{
|
|
430
430
|
"defaultExport": "SparkPostLogo",
|
|
431
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -442,27 +442,27 @@ module.exports = [
|
|
|
442
442
|
"externalPath": "components.admin.react.elements"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "SendGridLogo",
|
|
446
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
447
|
"externalPath": "components.admin.react.elements"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SendGridFullLogo",
|
|
451
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
452
|
"externalPath": "components.admin.react.elements"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SearchNoResults",
|
|
456
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
457
|
"externalPath": "components.admin.react.elements"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "PostmarkLogo",
|
|
461
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
462
|
"externalPath": "components.admin.react.elements"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
466
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
467
|
"externalPath": "components.admin.react.elements"
|
|
468
468
|
},
|
|
@@ -477,17 +477,17 @@ module.exports = [
|
|
|
477
477
|
"externalPath": "components.admin.react.elements"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "MicrosoftLogo",
|
|
481
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
482
|
"externalPath": "components.admin.react.elements"
|
|
483
483
|
},
|
|
484
484
|
{
|
|
485
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
486
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
487
|
"externalPath": "components.admin.react.elements"
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "SMTP2GOLogo",
|
|
491
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
492
|
"externalPath": "components.admin.react.elements"
|
|
493
493
|
},
|
|
@@ -496,6 +496,11 @@ module.exports = [
|
|
|
496
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
497
|
"externalPath": "components.admin.react.elements"
|
|
498
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"defaultExport": "MailjetLogo",
|
|
501
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
502
|
+
"externalPath": "components.admin.react.elements"
|
|
503
|
+
},
|
|
499
504
|
{
|
|
500
505
|
"defaultExport": "MandrillLogo",
|
|
501
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -507,22 +512,22 @@ module.exports = [
|
|
|
507
512
|
"externalPath": "components.admin.react.elements"
|
|
508
513
|
},
|
|
509
514
|
{
|
|
510
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "PHPFullLogo",
|
|
511
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
517
|
"externalPath": "components.admin.react.elements"
|
|
513
518
|
},
|
|
514
519
|
{
|
|
515
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailgunLogo",
|
|
516
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
522
|
"externalPath": "components.admin.react.elements"
|
|
518
523
|
},
|
|
519
524
|
{
|
|
520
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MailerSendLogo",
|
|
521
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
527
|
"externalPath": "components.admin.react.elements"
|
|
523
528
|
},
|
|
524
529
|
{
|
|
525
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailgunFullLogo",
|
|
526
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
532
|
"externalPath": "components.admin.react.elements"
|
|
528
533
|
},
|
|
@@ -537,22 +542,22 @@ module.exports = [
|
|
|
537
542
|
"externalPath": "components.admin.react.elements"
|
|
538
543
|
},
|
|
539
544
|
{
|
|
540
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailSuccess",
|
|
541
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
547
|
"externalPath": "components.admin.react.elements"
|
|
543
548
|
},
|
|
544
549
|
{
|
|
545
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailSuccessBg",
|
|
546
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
552
|
"externalPath": "components.admin.react.elements"
|
|
548
553
|
},
|
|
549
554
|
{
|
|
550
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailchimpFullLogo",
|
|
551
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
557
|
"externalPath": "components.admin.react.elements"
|
|
553
558
|
},
|
|
554
559
|
{
|
|
555
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailFailedBg",
|
|
556
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
562
|
"externalPath": "components.admin.react.elements"
|
|
558
563
|
},
|
|
@@ -567,7 +572,7 @@ module.exports = [
|
|
|
567
572
|
"externalPath": "components.admin.react.elements"
|
|
568
573
|
},
|
|
569
574
|
{
|
|
570
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "GravityFormsLogo",
|
|
571
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
577
|
"externalPath": "components.admin.react.elements"
|
|
573
578
|
},
|
|
@@ -577,12 +582,12 @@ module.exports = [
|
|
|
577
582
|
"externalPath": "components.admin.react.elements"
|
|
578
583
|
},
|
|
579
584
|
{
|
|
580
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GravitySMTPLogo",
|
|
581
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
587
|
"externalPath": "components.admin.react.elements"
|
|
583
588
|
},
|
|
584
589
|
{
|
|
585
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
586
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
592
|
"externalPath": "components.admin.react.elements"
|
|
588
593
|
},
|
|
@@ -592,12 +597,12 @@ module.exports = [
|
|
|
592
597
|
"externalPath": "components.admin.react.elements"
|
|
593
598
|
},
|
|
594
599
|
{
|
|
595
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
596
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
602
|
"externalPath": "components.admin.react.elements"
|
|
598
603
|
},
|
|
599
604
|
{
|
|
600
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GoogleFullLogo",
|
|
601
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
607
|
"externalPath": "components.admin.react.elements"
|
|
603
608
|
},
|
|
@@ -607,17 +612,17 @@ module.exports = [
|
|
|
607
612
|
"externalPath": "components.admin.react.elements"
|
|
608
613
|
},
|
|
609
614
|
{
|
|
610
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "GoogleAltLogo",
|
|
611
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
617
|
"externalPath": "components.admin.react.elements"
|
|
613
618
|
},
|
|
614
619
|
{
|
|
615
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "ElasticEmailLogo",
|
|
616
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
622
|
"externalPath": "components.admin.react.elements"
|
|
618
623
|
},
|
|
619
624
|
{
|
|
620
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
621
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
627
|
"externalPath": "components.admin.react.elements"
|
|
623
628
|
},
|
|
@@ -632,22 +637,22 @@ module.exports = [
|
|
|
632
637
|
"externalPath": "components.admin.react.elements"
|
|
633
638
|
},
|
|
634
639
|
{
|
|
635
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "BrokenImage",
|
|
636
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
642
|
"externalPath": "components.admin.react.elements"
|
|
638
643
|
},
|
|
639
644
|
{
|
|
640
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "BrokenImageFull",
|
|
641
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
647
|
"externalPath": "components.admin.react.elements"
|
|
643
648
|
},
|
|
644
649
|
{
|
|
645
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "BrevoLogo",
|
|
646
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
647
652
|
"externalPath": "components.admin.react.elements"
|
|
648
653
|
},
|
|
649
654
|
{
|
|
650
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
651
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
657
|
"externalPath": "components.admin.react.elements"
|
|
653
658
|
},
|
|
@@ -657,7 +662,7 @@ module.exports = [
|
|
|
657
662
|
"externalPath": "components.admin.react.elements"
|
|
658
663
|
},
|
|
659
664
|
{
|
|
660
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "AmazonAWSLogo",
|
|
661
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
667
|
"externalPath": "components.admin.react.elements"
|
|
663
668
|
},
|
|
@@ -667,20 +672,15 @@ module.exports = [
|
|
|
667
672
|
"externalPath": "components.admin.react.elements"
|
|
668
673
|
},
|
|
669
674
|
{
|
|
670
|
-
"defaultExport": "
|
|
671
|
-
"importPath": "react/admin/
|
|
672
|
-
"externalPath": "components.admin.react.
|
|
675
|
+
"defaultExport": "VidyardVideo",
|
|
676
|
+
"importPath": "react/admin/modules/Videos/",
|
|
677
|
+
"externalPath": "components.admin.react.modules"
|
|
673
678
|
},
|
|
674
679
|
{
|
|
675
680
|
"defaultExport": "BrandedButton",
|
|
676
681
|
"importPath": "react/admin/elements/Button/",
|
|
677
682
|
"externalPath": "components.admin.react.elements"
|
|
678
683
|
},
|
|
679
|
-
{
|
|
680
|
-
"defaultExport": "VidyardVideo",
|
|
681
|
-
"importPath": "react/admin/modules/Videos/",
|
|
682
|
-
"externalPath": "components.admin.react.modules"
|
|
683
|
-
},
|
|
684
684
|
{
|
|
685
685
|
"defaultExport": "RingLoader",
|
|
686
686
|
"importPath": "react/admin/modules/Loaders/",
|
|
@@ -691,16 +691,6 @@ module.exports = [
|
|
|
691
691
|
"importPath": "react/admin/modules/Loaders/",
|
|
692
692
|
"externalPath": "components.admin.react.modules"
|
|
693
693
|
},
|
|
694
|
-
{
|
|
695
|
-
"defaultExport": "RightSidebar",
|
|
696
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
697
|
-
"externalPath": "components.admin.react.modules"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"defaultExport": "ModularSidebar",
|
|
701
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
702
|
-
"externalPath": "components.admin.react.modules"
|
|
703
|
-
},
|
|
704
694
|
{
|
|
705
695
|
"defaultExport": "IconIndicator",
|
|
706
696
|
"importPath": "react/admin/modules/Indicators/",
|
|
@@ -716,6 +706,16 @@ module.exports = [
|
|
|
716
706
|
"importPath": "react/admin/modules/Dropdown/",
|
|
717
707
|
"externalPath": "components.admin.react.modules"
|
|
718
708
|
},
|
|
709
|
+
{
|
|
710
|
+
"defaultExport": "RightSidebar",
|
|
711
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
712
|
+
"externalPath": "components.admin.react.modules"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"defaultExport": "ModularSidebar",
|
|
716
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
717
|
+
"externalPath": "components.admin.react.modules"
|
|
718
|
+
},
|
|
719
719
|
{
|
|
720
720
|
"defaultExport": "MetricCard",
|
|
721
721
|
"importPath": "react/admin/modules/Cards/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.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",
|