@gravityforms/dependency-extraction-webpack-plugin 5.1.0 → 5.1.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.
- package/mappings/components/admin.js +80 -75
- package/package.json +1 -1
|
@@ -68,6 +68,14 @@ module.exports = [
|
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
|
+
{
|
|
72
|
+
"defaultExport": "Label",
|
|
73
|
+
"namedExports": [
|
|
74
|
+
"labelTemplate"
|
|
75
|
+
],
|
|
76
|
+
"importPath": "html/admin/elements/",
|
|
77
|
+
"externalPath": "components.admin.html.elements"
|
|
78
|
+
},
|
|
71
79
|
{
|
|
72
80
|
"defaultExport": "Link",
|
|
73
81
|
"namedExports": [
|
|
@@ -77,9 +85,9 @@ module.exports = [
|
|
|
77
85
|
"externalPath": "components.admin.html.elements"
|
|
78
86
|
},
|
|
79
87
|
{
|
|
80
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Input",
|
|
81
89
|
"namedExports": [
|
|
82
|
-
"
|
|
90
|
+
"inputTemplate"
|
|
83
91
|
],
|
|
84
92
|
"importPath": "html/admin/elements/",
|
|
85
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -118,9 +126,9 @@ module.exports = [
|
|
|
118
126
|
"externalPath": "components.admin.html.elements"
|
|
119
127
|
},
|
|
120
128
|
{
|
|
121
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Alert",
|
|
122
130
|
"namedExports": [
|
|
123
|
-
"
|
|
131
|
+
"alertTemplate"
|
|
124
132
|
],
|
|
125
133
|
"importPath": "html/admin/elements/",
|
|
126
134
|
"externalPath": "components.admin.html.elements"
|
|
@@ -133,31 +141,23 @@ module.exports = [
|
|
|
133
141
|
"importPath": "html/admin/elements/",
|
|
134
142
|
"externalPath": "components.admin.html.elements"
|
|
135
143
|
},
|
|
136
|
-
{
|
|
137
|
-
"defaultExport": "Alert",
|
|
138
|
-
"namedExports": [
|
|
139
|
-
"alertTemplate"
|
|
140
|
-
],
|
|
141
|
-
"importPath": "html/admin/elements/",
|
|
142
|
-
"externalPath": "components.admin.html.elements"
|
|
143
|
-
},
|
|
144
144
|
{
|
|
145
145
|
"defaultExport": "Tooltip",
|
|
146
146
|
"importPath": "react/admin/modules/",
|
|
147
147
|
"externalPath": "components.admin.react.modules"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Tabs",
|
|
151
151
|
"importPath": "react/admin/modules/",
|
|
152
152
|
"externalPath": "components.admin.react.modules"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Swatch",
|
|
156
156
|
"importPath": "react/admin/modules/",
|
|
157
157
|
"externalPath": "components.admin.react.modules"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
|
-
"defaultExport": "
|
|
160
|
+
"defaultExport": "SnackBar",
|
|
161
161
|
"importPath": "react/admin/modules/",
|
|
162
162
|
"externalPath": "components.admin.react.modules"
|
|
163
163
|
},
|
|
@@ -182,12 +182,12 @@ module.exports = [
|
|
|
182
182
|
"externalPath": "components.admin.react.modules"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "NavBar",
|
|
186
186
|
"importPath": "react/admin/modules/",
|
|
187
187
|
"externalPath": "components.admin.react.modules"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "MetaBox",
|
|
191
191
|
"importPath": "react/admin/modules/",
|
|
192
192
|
"externalPath": "components.admin.react.modules"
|
|
193
193
|
},
|
|
@@ -197,17 +197,17 @@ module.exports = [
|
|
|
197
197
|
"externalPath": "components.admin.react.modules"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "Gravatar",
|
|
201
201
|
"importPath": "react/admin/modules/",
|
|
202
202
|
"externalPath": "components.admin.react.modules"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "InputGroup",
|
|
206
206
|
"importPath": "react/admin/modules/",
|
|
207
207
|
"externalPath": "components.admin.react.modules"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Flyout",
|
|
211
211
|
"importPath": "react/admin/modules/",
|
|
212
212
|
"externalPath": "components.admin.react.modules"
|
|
213
213
|
},
|
|
@@ -227,7 +227,7 @@ module.exports = [
|
|
|
227
227
|
"externalPath": "components.admin.react.modules"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "ColorPicker",
|
|
231
231
|
"importPath": "react/admin/modules/",
|
|
232
232
|
"externalPath": "components.admin.react.modules"
|
|
233
233
|
},
|
|
@@ -237,12 +237,7 @@ module.exports = [
|
|
|
237
237
|
"externalPath": "components.admin.react.modules"
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"defaultExport": "
|
|
241
|
-
"importPath": "react/admin/modules/",
|
|
242
|
-
"externalPath": "components.admin.react.modules"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Calendar",
|
|
240
|
+
"defaultExport": "DataGrid",
|
|
246
241
|
"importPath": "react/admin/modules/",
|
|
247
242
|
"externalPath": "components.admin.react.modules"
|
|
248
243
|
},
|
|
@@ -257,9 +252,9 @@ module.exports = [
|
|
|
257
252
|
"externalPath": "components.admin.react.elements"
|
|
258
253
|
},
|
|
259
254
|
{
|
|
260
|
-
"defaultExport": "
|
|
261
|
-
"importPath": "react/admin/
|
|
262
|
-
"externalPath": "components.admin.react.
|
|
255
|
+
"defaultExport": "Calendar",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
263
258
|
},
|
|
264
259
|
{
|
|
265
260
|
"defaultExport": "Text",
|
|
@@ -272,12 +267,12 @@ module.exports = [
|
|
|
272
267
|
"externalPath": "components.admin.react.elements"
|
|
273
268
|
},
|
|
274
269
|
{
|
|
275
|
-
"defaultExport": "
|
|
270
|
+
"defaultExport": "Textarea",
|
|
276
271
|
"importPath": "react/admin/elements/",
|
|
277
272
|
"externalPath": "components.admin.react.elements"
|
|
278
273
|
},
|
|
279
274
|
{
|
|
280
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "StatusIndicator",
|
|
281
276
|
"importPath": "react/admin/elements/",
|
|
282
277
|
"externalPath": "components.admin.react.elements"
|
|
283
278
|
},
|
|
@@ -287,7 +282,7 @@ module.exports = [
|
|
|
287
282
|
"externalPath": "components.admin.react.elements"
|
|
288
283
|
},
|
|
289
284
|
{
|
|
290
|
-
"defaultExport": "
|
|
285
|
+
"defaultExport": "Range",
|
|
291
286
|
"importPath": "react/admin/elements/",
|
|
292
287
|
"externalPath": "components.admin.react.elements"
|
|
293
288
|
},
|
|
@@ -297,7 +292,7 @@ module.exports = [
|
|
|
297
292
|
"externalPath": "components.admin.react.elements"
|
|
298
293
|
},
|
|
299
294
|
{
|
|
300
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Pill",
|
|
301
296
|
"importPath": "react/admin/elements/",
|
|
302
297
|
"externalPath": "components.admin.react.elements"
|
|
303
298
|
},
|
|
@@ -311,6 +306,11 @@ module.exports = [
|
|
|
311
306
|
"importPath": "react/admin/elements/",
|
|
312
307
|
"externalPath": "components.admin.react.elements"
|
|
313
308
|
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "Label",
|
|
311
|
+
"importPath": "react/admin/elements/",
|
|
312
|
+
"externalPath": "components.admin.react.elements"
|
|
313
|
+
},
|
|
314
314
|
{
|
|
315
315
|
"defaultExport": "Image",
|
|
316
316
|
"importPath": "react/admin/elements/",
|
|
@@ -322,12 +322,12 @@ module.exports = [
|
|
|
322
322
|
"externalPath": "components.admin.react.elements"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Heading",
|
|
326
326
|
"importPath": "react/admin/elements/",
|
|
327
327
|
"externalPath": "components.admin.react.elements"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "HelpText",
|
|
331
331
|
"importPath": "react/admin/elements/",
|
|
332
332
|
"externalPath": "components.admin.react.elements"
|
|
333
333
|
},
|
|
@@ -337,7 +337,7 @@ module.exports = [
|
|
|
337
337
|
"externalPath": "components.admin.react.elements"
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Checkbox",
|
|
341
341
|
"importPath": "react/admin/elements/",
|
|
342
342
|
"externalPath": "components.admin.react.elements"
|
|
343
343
|
},
|
|
@@ -347,12 +347,12 @@ module.exports = [
|
|
|
347
347
|
"externalPath": "components.admin.react.elements"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Button",
|
|
351
351
|
"importPath": "react/admin/elements/",
|
|
352
352
|
"externalPath": "components.admin.react.elements"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "DescriptionList",
|
|
356
356
|
"importPath": "react/admin/elements/",
|
|
357
357
|
"externalPath": "components.admin.react.elements"
|
|
358
358
|
},
|
|
@@ -367,8 +367,8 @@ module.exports = [
|
|
|
367
367
|
"externalPath": "components.admin.react.modules"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/
|
|
370
|
+
"defaultExport": "ModularSidebar",
|
|
371
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
372
372
|
"externalPath": "components.admin.react.modules"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
@@ -377,8 +377,8 @@ module.exports = [
|
|
|
377
377
|
"externalPath": "components.admin.react.modules"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/
|
|
380
|
+
"defaultExport": "RingLoader",
|
|
381
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
382
382
|
"externalPath": "components.admin.react.modules"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
@@ -406,13 +406,18 @@ module.exports = [
|
|
|
406
406
|
"importPath": "react/admin/modules/Cards/",
|
|
407
407
|
"externalPath": "components.admin.react.modules"
|
|
408
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"defaultExport": "BrandedLink",
|
|
411
|
+
"importPath": "react/admin/elements/Link/",
|
|
412
|
+
"externalPath": "components.admin.react.elements"
|
|
413
|
+
},
|
|
409
414
|
{
|
|
410
415
|
"defaultExport": "ZohoLogo",
|
|
411
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
417
|
"externalPath": "components.admin.react.elements"
|
|
413
418
|
},
|
|
414
419
|
{
|
|
415
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "ZohoFullLogo",
|
|
416
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
422
|
"externalPath": "components.admin.react.elements"
|
|
418
423
|
},
|
|
@@ -422,17 +427,17 @@ module.exports = [
|
|
|
422
427
|
"externalPath": "components.admin.react.elements"
|
|
423
428
|
},
|
|
424
429
|
{
|
|
425
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "WordPressLogo",
|
|
426
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
432
|
"externalPath": "components.admin.react.elements"
|
|
428
433
|
},
|
|
429
434
|
{
|
|
430
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TelegramLogo",
|
|
431
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
437
|
"externalPath": "components.admin.react.elements"
|
|
433
438
|
},
|
|
434
439
|
{
|
|
435
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "TwilioLogo",
|
|
436
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
442
|
"externalPath": "components.admin.react.elements"
|
|
438
443
|
},
|
|
@@ -442,32 +447,32 @@ module.exports = [
|
|
|
442
447
|
"externalPath": "components.admin.react.elements"
|
|
443
448
|
},
|
|
444
449
|
{
|
|
445
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
446
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
452
|
"externalPath": "components.admin.react.elements"
|
|
448
453
|
},
|
|
449
454
|
{
|
|
450
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SlackLogo",
|
|
451
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
457
|
"externalPath": "components.admin.react.elements"
|
|
453
458
|
},
|
|
454
459
|
{
|
|
455
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "SendGridLogo",
|
|
456
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
462
|
"externalPath": "components.admin.react.elements"
|
|
458
463
|
},
|
|
459
464
|
{
|
|
460
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "SendGridFullLogo",
|
|
461
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
467
|
"externalPath": "components.admin.react.elements"
|
|
463
468
|
},
|
|
464
469
|
{
|
|
465
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "SMTP2GOLogo",
|
|
466
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
472
|
"externalPath": "components.admin.react.elements"
|
|
468
473
|
},
|
|
469
474
|
{
|
|
470
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "SearchNoResults",
|
|
471
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
477
|
"externalPath": "components.admin.react.elements"
|
|
473
478
|
},
|
|
@@ -482,22 +487,22 @@ module.exports = [
|
|
|
482
487
|
"externalPath": "components.admin.react.elements"
|
|
483
488
|
},
|
|
484
489
|
{
|
|
485
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "PostmarkLogo",
|
|
486
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
492
|
"externalPath": "components.admin.react.elements"
|
|
488
493
|
},
|
|
489
494
|
{
|
|
490
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "PHPFullLogo",
|
|
491
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
497
|
"externalPath": "components.admin.react.elements"
|
|
493
498
|
},
|
|
494
499
|
{
|
|
495
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
496
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
502
|
"externalPath": "components.admin.react.elements"
|
|
498
503
|
},
|
|
499
504
|
{
|
|
500
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
501
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
507
|
"externalPath": "components.admin.react.elements"
|
|
503
508
|
},
|
|
@@ -507,32 +512,32 @@ module.exports = [
|
|
|
507
512
|
"externalPath": "components.admin.react.elements"
|
|
508
513
|
},
|
|
509
514
|
{
|
|
510
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MailgunFullLogo",
|
|
511
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
517
|
"externalPath": "components.admin.react.elements"
|
|
513
518
|
},
|
|
514
519
|
{
|
|
515
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailchimpLogo",
|
|
516
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
522
|
"externalPath": "components.admin.react.elements"
|
|
518
523
|
},
|
|
519
524
|
{
|
|
520
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MandrillLogo",
|
|
521
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
527
|
"externalPath": "components.admin.react.elements"
|
|
523
528
|
},
|
|
524
529
|
{
|
|
525
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailgunLogo",
|
|
526
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
532
|
"externalPath": "components.admin.react.elements"
|
|
528
533
|
},
|
|
529
534
|
{
|
|
530
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailchimpFullLogo",
|
|
531
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
537
|
"externalPath": "components.admin.react.elements"
|
|
533
538
|
},
|
|
534
539
|
{
|
|
535
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailSuccessBg",
|
|
536
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
542
|
"externalPath": "components.admin.react.elements"
|
|
538
543
|
},
|
|
@@ -547,17 +552,17 @@ module.exports = [
|
|
|
547
552
|
"externalPath": "components.admin.react.elements"
|
|
548
553
|
},
|
|
549
554
|
{
|
|
550
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailSuccess",
|
|
551
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
557
|
"externalPath": "components.admin.react.elements"
|
|
553
558
|
},
|
|
554
559
|
{
|
|
555
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
556
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
562
|
"externalPath": "components.admin.react.elements"
|
|
558
563
|
},
|
|
559
564
|
{
|
|
560
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "GravitySMTPLogo",
|
|
561
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
567
|
"externalPath": "components.admin.react.elements"
|
|
563
568
|
},
|
|
@@ -567,7 +572,7 @@ module.exports = [
|
|
|
567
572
|
"externalPath": "components.admin.react.elements"
|
|
568
573
|
},
|
|
569
574
|
{
|
|
570
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "GoogleLogo",
|
|
571
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
577
|
"externalPath": "components.admin.react.elements"
|
|
573
578
|
},
|
|
@@ -577,17 +582,17 @@ module.exports = [
|
|
|
577
582
|
"externalPath": "components.admin.react.elements"
|
|
578
583
|
},
|
|
579
584
|
{
|
|
580
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GoogleAltLogo",
|
|
581
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
587
|
"externalPath": "components.admin.react.elements"
|
|
583
588
|
},
|
|
584
589
|
{
|
|
585
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "CustomSMTPFull",
|
|
586
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
592
|
"externalPath": "components.admin.react.elements"
|
|
588
593
|
},
|
|
589
594
|
{
|
|
590
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
591
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
597
|
"externalPath": "components.admin.react.elements"
|
|
593
598
|
},
|
|
@@ -597,23 +602,23 @@ module.exports = [
|
|
|
597
602
|
"externalPath": "components.admin.react.elements"
|
|
598
603
|
},
|
|
599
604
|
{
|
|
600
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "CustomSMTP",
|
|
601
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
607
|
"externalPath": "components.admin.react.elements"
|
|
603
608
|
},
|
|
604
609
|
{
|
|
605
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "BrevoFullLogo",
|
|
606
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
612
|
"externalPath": "components.admin.react.elements"
|
|
608
613
|
},
|
|
609
614
|
{
|
|
610
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
611
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
617
|
"externalPath": "components.admin.react.elements"
|
|
613
618
|
},
|
|
614
619
|
{
|
|
615
|
-
"defaultExport": "
|
|
616
|
-
"importPath": "react/admin/elements/
|
|
620
|
+
"defaultExport": "AmazonAWSLogo",
|
|
621
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
617
622
|
"externalPath": "components.admin.react.elements"
|
|
618
623
|
},
|
|
619
624
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.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",
|