@gravityforms/dependency-extraction-webpack-plugin 5.3.3 → 5.4.0
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 +85 -85
- package/package.json +1 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
module.exports = [
|
|
2
2
|
{
|
|
3
|
-
"defaultExport": "
|
|
3
|
+
"defaultExport": "Flyout",
|
|
4
|
+
"namedExports": [
|
|
5
|
+
"flyoutTemplate"
|
|
6
|
+
],
|
|
4
7
|
"importPath": "html/admin/modules/",
|
|
5
8
|
"externalPath": "components.admin.html.modules"
|
|
6
9
|
},
|
|
7
10
|
{
|
|
8
|
-
"defaultExport": "
|
|
9
|
-
"namedExports": [
|
|
10
|
-
"dialogTemplate"
|
|
11
|
-
],
|
|
11
|
+
"defaultExport": "Table",
|
|
12
12
|
"importPath": "html/admin/modules/",
|
|
13
13
|
"externalPath": "components.admin.html.modules"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"defaultExport": "
|
|
16
|
+
"defaultExport": "Dialog",
|
|
17
17
|
"namedExports": [
|
|
18
|
-
"
|
|
18
|
+
"dialogTemplate"
|
|
19
19
|
],
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
@@ -37,9 +37,9 @@ module.exports = [
|
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "StatusIndicator",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"statusIndicatorTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
@@ -53,17 +53,17 @@ module.exports = [
|
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "Text",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"textTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Select",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"selectTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
@@ -77,25 +77,25 @@ module.exports = [
|
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Label",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"labelTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Link",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"linkTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Heading",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"headingTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -109,9 +109,9 @@ module.exports = [
|
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Input",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"inputTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -126,17 +126,17 @@ module.exports = [
|
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Button",
|
|
130
130
|
"namedExports": [
|
|
131
|
-
"
|
|
131
|
+
"buttonTemplate"
|
|
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"
|
|
@@ -157,7 +157,7 @@ module.exports = [
|
|
|
157
157
|
"externalPath": "components.admin.react.elements"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
|
-
"defaultExport": "
|
|
160
|
+
"defaultExport": "Select",
|
|
161
161
|
"importPath": "react/admin/elements/",
|
|
162
162
|
"externalPath": "components.admin.react.elements"
|
|
163
163
|
},
|
|
@@ -167,17 +167,17 @@ module.exports = [
|
|
|
167
167
|
"externalPath": "components.admin.react.elements"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"defaultExport": "
|
|
170
|
+
"defaultExport": "Tag",
|
|
171
171
|
"importPath": "react/admin/elements/",
|
|
172
172
|
"externalPath": "components.admin.react.elements"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "Radio",
|
|
176
176
|
"importPath": "react/admin/elements/",
|
|
177
177
|
"externalPath": "components.admin.react.elements"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "Range",
|
|
181
181
|
"importPath": "react/admin/elements/",
|
|
182
182
|
"externalPath": "components.admin.react.elements"
|
|
183
183
|
},
|
|
@@ -192,42 +192,42 @@ module.exports = [
|
|
|
192
192
|
"externalPath": "components.admin.react.elements"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Input",
|
|
196
196
|
"importPath": "react/admin/elements/",
|
|
197
197
|
"externalPath": "components.admin.react.elements"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "Image",
|
|
201
201
|
"importPath": "react/admin/elements/",
|
|
202
202
|
"externalPath": "components.admin.react.elements"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Link",
|
|
206
206
|
"importPath": "react/admin/elements/",
|
|
207
207
|
"externalPath": "components.admin.react.elements"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Icon",
|
|
211
211
|
"importPath": "react/admin/elements/",
|
|
212
212
|
"externalPath": "components.admin.react.elements"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Heading",
|
|
216
216
|
"importPath": "react/admin/elements/",
|
|
217
217
|
"externalPath": "components.admin.react.elements"
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "Grid",
|
|
221
221
|
"importPath": "react/admin/elements/",
|
|
222
222
|
"externalPath": "components.admin.react.elements"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "FileUpload",
|
|
226
226
|
"importPath": "react/admin/elements/",
|
|
227
227
|
"externalPath": "components.admin.react.elements"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "HelpText",
|
|
231
231
|
"importPath": "react/admin/elements/",
|
|
232
232
|
"externalPath": "components.admin.react.elements"
|
|
233
233
|
},
|
|
@@ -252,17 +252,17 @@ module.exports = [
|
|
|
252
252
|
"externalPath": "components.admin.react.elements"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Tabs",
|
|
256
256
|
"importPath": "react/admin/modules/",
|
|
257
257
|
"externalPath": "components.admin.react.modules"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"defaultExport": "
|
|
260
|
+
"defaultExport": "Swatch",
|
|
261
261
|
"importPath": "react/admin/modules/",
|
|
262
262
|
"externalPath": "components.admin.react.modules"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "Tooltip",
|
|
266
266
|
"importPath": "react/admin/modules/",
|
|
267
267
|
"externalPath": "components.admin.react.modules"
|
|
268
268
|
},
|
|
@@ -272,22 +272,22 @@ module.exports = [
|
|
|
272
272
|
"externalPath": "components.admin.react.modules"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"defaultExport": "
|
|
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": "Pagination",
|
|
286
286
|
"importPath": "react/admin/modules/",
|
|
287
287
|
"externalPath": "components.admin.react.modules"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Repeater",
|
|
291
291
|
"importPath": "react/admin/modules/",
|
|
292
292
|
"externalPath": "components.admin.react.modules"
|
|
293
293
|
},
|
|
@@ -317,12 +317,12 @@ module.exports = [
|
|
|
317
317
|
"externalPath": "components.admin.react.modules"
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Droplist",
|
|
321
321
|
"importPath": "react/admin/modules/",
|
|
322
322
|
"externalPath": "components.admin.react.modules"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Flyout",
|
|
326
326
|
"importPath": "react/admin/modules/",
|
|
327
327
|
"externalPath": "components.admin.react.modules"
|
|
328
328
|
},
|
|
@@ -342,12 +342,12 @@ module.exports = [
|
|
|
342
342
|
"externalPath": "components.admin.react.modules"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "DataGrid",
|
|
346
346
|
"importPath": "react/admin/modules/",
|
|
347
347
|
"externalPath": "components.admin.react.modules"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Chart",
|
|
351
351
|
"importPath": "react/admin/modules/",
|
|
352
352
|
"externalPath": "components.admin.react.modules"
|
|
353
353
|
},
|
|
@@ -362,32 +362,27 @@ module.exports = [
|
|
|
362
362
|
"externalPath": "components.admin.react.modules"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/elements/Link/",
|
|
367
|
-
"externalPath": "components.admin.react.elements"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"defaultExport": "ZohoFullLogo",
|
|
365
|
+
"defaultExport": "ZohoLogo",
|
|
371
366
|
"importPath": "react/admin/elements/Svgs/",
|
|
372
367
|
"externalPath": "components.admin.react.elements"
|
|
373
368
|
},
|
|
374
369
|
{
|
|
375
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "WordPressLogo",
|
|
376
371
|
"importPath": "react/admin/elements/Svgs/",
|
|
377
372
|
"externalPath": "components.admin.react.elements"
|
|
378
373
|
},
|
|
379
374
|
{
|
|
380
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "ZohoFullLogo",
|
|
381
376
|
"importPath": "react/admin/elements/Svgs/",
|
|
382
377
|
"externalPath": "components.admin.react.elements"
|
|
383
378
|
},
|
|
384
379
|
{
|
|
385
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "WhatsAppLogo",
|
|
386
381
|
"importPath": "react/admin/elements/Svgs/",
|
|
387
382
|
"externalPath": "components.admin.react.elements"
|
|
388
383
|
},
|
|
389
384
|
{
|
|
390
|
-
"defaultExport": "
|
|
385
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
391
386
|
"importPath": "react/admin/elements/Svgs/",
|
|
392
387
|
"externalPath": "components.admin.react.elements"
|
|
393
388
|
},
|
|
@@ -407,32 +402,32 @@ module.exports = [
|
|
|
407
402
|
"externalPath": "components.admin.react.elements"
|
|
408
403
|
},
|
|
409
404
|
{
|
|
410
|
-
"defaultExport": "
|
|
405
|
+
"defaultExport": "SlackLogo",
|
|
411
406
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
407
|
"externalPath": "components.admin.react.elements"
|
|
413
408
|
},
|
|
414
409
|
{
|
|
415
|
-
"defaultExport": "
|
|
410
|
+
"defaultExport": "SendGridFullLogo",
|
|
416
411
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
412
|
"externalPath": "components.admin.react.elements"
|
|
418
413
|
},
|
|
419
414
|
{
|
|
420
|
-
"defaultExport": "
|
|
415
|
+
"defaultExport": "SearchNoResults",
|
|
421
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
417
|
"externalPath": "components.admin.react.elements"
|
|
423
418
|
},
|
|
424
419
|
{
|
|
425
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "SendGridLogo",
|
|
426
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
422
|
"externalPath": "components.admin.react.elements"
|
|
428
423
|
},
|
|
429
424
|
{
|
|
430
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "SMTP2GOLogo",
|
|
431
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
427
|
"externalPath": "components.admin.react.elements"
|
|
433
428
|
},
|
|
434
429
|
{
|
|
435
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "PostmarkFullLogo",
|
|
436
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
432
|
"externalPath": "components.admin.react.elements"
|
|
438
433
|
},
|
|
@@ -442,7 +437,7 @@ module.exports = [
|
|
|
442
437
|
"externalPath": "components.admin.react.elements"
|
|
443
438
|
},
|
|
444
439
|
{
|
|
445
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "PostmarkLogo",
|
|
446
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
442
|
"externalPath": "components.admin.react.elements"
|
|
448
443
|
},
|
|
@@ -452,22 +447,22 @@ module.exports = [
|
|
|
452
447
|
"externalPath": "components.admin.react.elements"
|
|
453
448
|
},
|
|
454
449
|
{
|
|
455
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "MicrosoftLogo",
|
|
456
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
452
|
"externalPath": "components.admin.react.elements"
|
|
458
453
|
},
|
|
459
454
|
{
|
|
460
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
461
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
457
|
"externalPath": "components.admin.react.elements"
|
|
463
458
|
},
|
|
464
459
|
{
|
|
465
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
466
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
462
|
"externalPath": "components.admin.react.elements"
|
|
468
463
|
},
|
|
469
464
|
{
|
|
470
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "MandrillLogo",
|
|
471
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
467
|
"externalPath": "components.admin.react.elements"
|
|
473
468
|
},
|
|
@@ -491,11 +486,6 @@ module.exports = [
|
|
|
491
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
487
|
"externalPath": "components.admin.react.elements"
|
|
493
488
|
},
|
|
494
|
-
{
|
|
495
|
-
"defaultExport": "MailSuccess",
|
|
496
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
497
|
-
"externalPath": "components.admin.react.elements"
|
|
498
|
-
},
|
|
499
489
|
{
|
|
500
490
|
"defaultExport": "MailSuccessBg",
|
|
501
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -507,12 +497,12 @@ module.exports = [
|
|
|
507
497
|
"externalPath": "components.admin.react.elements"
|
|
508
498
|
},
|
|
509
499
|
{
|
|
510
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MailSuccess",
|
|
511
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
502
|
"externalPath": "components.admin.react.elements"
|
|
513
503
|
},
|
|
514
504
|
{
|
|
515
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MailFailed",
|
|
516
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
507
|
"externalPath": "components.admin.react.elements"
|
|
518
508
|
},
|
|
@@ -527,27 +517,27 @@ module.exports = [
|
|
|
527
517
|
"externalPath": "components.admin.react.elements"
|
|
528
518
|
},
|
|
529
519
|
{
|
|
530
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
531
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
522
|
"externalPath": "components.admin.react.elements"
|
|
533
523
|
},
|
|
534
524
|
{
|
|
535
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
536
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
527
|
"externalPath": "components.admin.react.elements"
|
|
538
528
|
},
|
|
539
529
|
{
|
|
540
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "GoogleLogo",
|
|
541
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
532
|
"externalPath": "components.admin.react.elements"
|
|
543
533
|
},
|
|
544
534
|
{
|
|
545
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
546
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
537
|
"externalPath": "components.admin.react.elements"
|
|
548
538
|
},
|
|
549
539
|
{
|
|
550
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "GoogleFullLogo",
|
|
551
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
542
|
"externalPath": "components.admin.react.elements"
|
|
553
543
|
},
|
|
@@ -566,6 +556,11 @@ module.exports = [
|
|
|
566
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
557
|
"externalPath": "components.admin.react.elements"
|
|
568
558
|
},
|
|
559
|
+
{
|
|
560
|
+
"defaultExport": "CustomSMTPFull",
|
|
561
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
562
|
+
"externalPath": "components.admin.react.elements"
|
|
563
|
+
},
|
|
569
564
|
{
|
|
570
565
|
"defaultExport": "BrevoFullLogo",
|
|
571
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -577,13 +572,13 @@ module.exports = [
|
|
|
577
572
|
"externalPath": "components.admin.react.elements"
|
|
578
573
|
},
|
|
579
574
|
{
|
|
580
|
-
"defaultExport": "
|
|
581
|
-
"importPath": "react/admin/elements/
|
|
575
|
+
"defaultExport": "BrandedLink",
|
|
576
|
+
"importPath": "react/admin/elements/Link/",
|
|
582
577
|
"externalPath": "components.admin.react.elements"
|
|
583
578
|
},
|
|
584
579
|
{
|
|
585
|
-
"defaultExport": "
|
|
586
|
-
"importPath": "react/admin/elements/
|
|
580
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
581
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
587
582
|
"externalPath": "components.admin.react.elements"
|
|
588
583
|
},
|
|
589
584
|
{
|
|
@@ -591,6 +586,11 @@ module.exports = [
|
|
|
591
586
|
"importPath": "react/admin/modules/Videos/",
|
|
592
587
|
"externalPath": "components.admin.react.modules"
|
|
593
588
|
},
|
|
589
|
+
{
|
|
590
|
+
"defaultExport": "BrandedButton",
|
|
591
|
+
"importPath": "react/admin/elements/Button/",
|
|
592
|
+
"externalPath": "components.admin.react.elements"
|
|
593
|
+
},
|
|
594
594
|
{
|
|
595
595
|
"defaultExport": "RingLoader",
|
|
596
596
|
"importPath": "react/admin/modules/Loaders/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
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",
|