@gravityforms/dependency-extraction-webpack-plugin 6.0.10 → 6.0.12
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 +206 -206
- package/package.json +1 -1
|
@@ -44,6 +44,14 @@ module.exports = [
|
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"defaultExport": "StatusIndicator",
|
|
49
|
+
"namedExports": [
|
|
50
|
+
"statusIndicatorTemplate"
|
|
51
|
+
],
|
|
52
|
+
"importPath": "html/admin/elements/",
|
|
53
|
+
"externalPath": "components.admin.html.elements"
|
|
54
|
+
},
|
|
47
55
|
{
|
|
48
56
|
"defaultExport": "StackedIcon",
|
|
49
57
|
"namedExports": [
|
|
@@ -108,14 +116,6 @@ module.exports = [
|
|
|
108
116
|
"importPath": "html/admin/elements/",
|
|
109
117
|
"externalPath": "components.admin.html.elements"
|
|
110
118
|
},
|
|
111
|
-
{
|
|
112
|
-
"defaultExport": "StatusIndicator",
|
|
113
|
-
"namedExports": [
|
|
114
|
-
"statusIndicatorTemplate"
|
|
115
|
-
],
|
|
116
|
-
"importPath": "html/admin/elements/",
|
|
117
|
-
"externalPath": "components.admin.html.elements"
|
|
118
|
-
},
|
|
119
119
|
{
|
|
120
120
|
"defaultExport": "Dropdown",
|
|
121
121
|
"namedExports": [
|
|
@@ -141,121 +141,6 @@ module.exports = [
|
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
"defaultExport": "Toggle",
|
|
146
|
-
"importPath": "react/admin/elements/",
|
|
147
|
-
"externalPath": "components.admin.react.elements"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Text",
|
|
151
|
-
"importPath": "react/admin/elements/",
|
|
152
|
-
"externalPath": "components.admin.react.elements"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"defaultExport": "Tag",
|
|
156
|
-
"importPath": "react/admin/elements/",
|
|
157
|
-
"externalPath": "components.admin.react.elements"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "StatusIndicator",
|
|
161
|
-
"importPath": "react/admin/elements/",
|
|
162
|
-
"externalPath": "components.admin.react.elements"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "Select",
|
|
166
|
-
"importPath": "react/admin/elements/",
|
|
167
|
-
"externalPath": "components.admin.react.elements"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "Range",
|
|
171
|
-
"importPath": "react/admin/elements/",
|
|
172
|
-
"externalPath": "components.admin.react.elements"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Radio",
|
|
176
|
-
"importPath": "react/admin/elements/",
|
|
177
|
-
"externalPath": "components.admin.react.elements"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Popover",
|
|
181
|
-
"importPath": "react/admin/elements/",
|
|
182
|
-
"externalPath": "components.admin.react.elements"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Pill",
|
|
186
|
-
"importPath": "react/admin/elements/",
|
|
187
|
-
"externalPath": "components.admin.react.elements"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "Link",
|
|
191
|
-
"importPath": "react/admin/elements/",
|
|
192
|
-
"externalPath": "components.admin.react.elements"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "Label",
|
|
196
|
-
"importPath": "react/admin/elements/",
|
|
197
|
-
"externalPath": "components.admin.react.elements"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "Input",
|
|
201
|
-
"importPath": "react/admin/elements/",
|
|
202
|
-
"externalPath": "components.admin.react.elements"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Image",
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "Icon",
|
|
211
|
-
"importPath": "react/admin/elements/",
|
|
212
|
-
"externalPath": "components.admin.react.elements"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"defaultExport": "HelpText",
|
|
216
|
-
"importPath": "react/admin/elements/",
|
|
217
|
-
"externalPath": "components.admin.react.elements"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"defaultExport": "Heading",
|
|
221
|
-
"importPath": "react/admin/elements/",
|
|
222
|
-
"externalPath": "components.admin.react.elements"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "Grid",
|
|
226
|
-
"importPath": "react/admin/elements/",
|
|
227
|
-
"externalPath": "components.admin.react.elements"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "FileUpload",
|
|
231
|
-
"importPath": "react/admin/elements/",
|
|
232
|
-
"externalPath": "components.admin.react.elements"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "DescriptionList",
|
|
236
|
-
"importPath": "react/admin/elements/",
|
|
237
|
-
"externalPath": "components.admin.react.elements"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "Checkbox",
|
|
241
|
-
"importPath": "react/admin/elements/",
|
|
242
|
-
"externalPath": "components.admin.react.elements"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Button",
|
|
246
|
-
"importPath": "react/admin/elements/",
|
|
247
|
-
"externalPath": "components.admin.react.elements"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Box",
|
|
251
|
-
"importPath": "react/admin/elements/",
|
|
252
|
-
"externalPath": "components.admin.react.elements"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Textarea",
|
|
256
|
-
"importPath": "react/admin/elements/",
|
|
257
|
-
"externalPath": "components.admin.react.elements"
|
|
258
|
-
},
|
|
259
144
|
{
|
|
260
145
|
"defaultExport": "Tooltip",
|
|
261
146
|
"importPath": "react/admin/modules/",
|
|
@@ -410,11 +295,199 @@ module.exports = [
|
|
|
410
295
|
"importPath": "react/admin/modules/",
|
|
411
296
|
"externalPath": "components.admin.react.modules"
|
|
412
297
|
},
|
|
298
|
+
{
|
|
299
|
+
"defaultExport": "Toggle",
|
|
300
|
+
"importPath": "react/admin/elements/",
|
|
301
|
+
"externalPath": "components.admin.react.elements"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"defaultExport": "Textarea",
|
|
305
|
+
"importPath": "react/admin/elements/",
|
|
306
|
+
"externalPath": "components.admin.react.elements"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"defaultExport": "Text",
|
|
310
|
+
"importPath": "react/admin/elements/",
|
|
311
|
+
"externalPath": "components.admin.react.elements"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"defaultExport": "Tag",
|
|
315
|
+
"importPath": "react/admin/elements/",
|
|
316
|
+
"externalPath": "components.admin.react.elements"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"defaultExport": "StatusIndicator",
|
|
320
|
+
"importPath": "react/admin/elements/",
|
|
321
|
+
"externalPath": "components.admin.react.elements"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"defaultExport": "Select",
|
|
325
|
+
"importPath": "react/admin/elements/",
|
|
326
|
+
"externalPath": "components.admin.react.elements"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"defaultExport": "Range",
|
|
330
|
+
"importPath": "react/admin/elements/",
|
|
331
|
+
"externalPath": "components.admin.react.elements"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"defaultExport": "Radio",
|
|
335
|
+
"importPath": "react/admin/elements/",
|
|
336
|
+
"externalPath": "components.admin.react.elements"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"defaultExport": "Popover",
|
|
340
|
+
"importPath": "react/admin/elements/",
|
|
341
|
+
"externalPath": "components.admin.react.elements"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"defaultExport": "Pill",
|
|
345
|
+
"importPath": "react/admin/elements/",
|
|
346
|
+
"externalPath": "components.admin.react.elements"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"defaultExport": "Link",
|
|
350
|
+
"importPath": "react/admin/elements/",
|
|
351
|
+
"externalPath": "components.admin.react.elements"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"defaultExport": "Label",
|
|
355
|
+
"importPath": "react/admin/elements/",
|
|
356
|
+
"externalPath": "components.admin.react.elements"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"defaultExport": "Input",
|
|
360
|
+
"importPath": "react/admin/elements/",
|
|
361
|
+
"externalPath": "components.admin.react.elements"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"defaultExport": "Image",
|
|
365
|
+
"importPath": "react/admin/elements/",
|
|
366
|
+
"externalPath": "components.admin.react.elements"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"defaultExport": "Icon",
|
|
370
|
+
"importPath": "react/admin/elements/",
|
|
371
|
+
"externalPath": "components.admin.react.elements"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"defaultExport": "HelpText",
|
|
375
|
+
"importPath": "react/admin/elements/",
|
|
376
|
+
"externalPath": "components.admin.react.elements"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"defaultExport": "Heading",
|
|
380
|
+
"importPath": "react/admin/elements/",
|
|
381
|
+
"externalPath": "components.admin.react.elements"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"defaultExport": "Grid",
|
|
385
|
+
"importPath": "react/admin/elements/",
|
|
386
|
+
"externalPath": "components.admin.react.elements"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"defaultExport": "FileUpload",
|
|
390
|
+
"importPath": "react/admin/elements/",
|
|
391
|
+
"externalPath": "components.admin.react.elements"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"defaultExport": "DescriptionList",
|
|
395
|
+
"importPath": "react/admin/elements/",
|
|
396
|
+
"externalPath": "components.admin.react.elements"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"defaultExport": "Checkbox",
|
|
400
|
+
"importPath": "react/admin/elements/",
|
|
401
|
+
"externalPath": "components.admin.react.elements"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"defaultExport": "Button",
|
|
405
|
+
"importPath": "react/admin/elements/",
|
|
406
|
+
"externalPath": "components.admin.react.elements"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"defaultExport": "Box",
|
|
410
|
+
"importPath": "react/admin/elements/",
|
|
411
|
+
"externalPath": "components.admin.react.elements"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"defaultExport": "VidyardVideo",
|
|
415
|
+
"importPath": "react/admin/modules/Videos/",
|
|
416
|
+
"externalPath": "components.admin.react.modules"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"__esModule": true,
|
|
420
|
+
"default": {
|
|
421
|
+
"defaultExport": "Simple",
|
|
422
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
423
|
+
"externalPath": "components.admin.react.modules"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"defaultExport": "RingLoader",
|
|
428
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
429
|
+
"externalPath": "components.admin.react.modules"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"defaultExport": "Placeholder",
|
|
433
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
434
|
+
"externalPath": "components.admin.react.modules"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"defaultExport": "RightSidebar",
|
|
438
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
439
|
+
"externalPath": "components.admin.react.modules"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"defaultExport": "ModularSidebar",
|
|
443
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
444
|
+
"externalPath": "components.admin.react.modules"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"defaultExport": "IconIndicator",
|
|
448
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
449
|
+
"externalPath": "components.admin.react.modules"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"defaultExport": "DotIndicator",
|
|
453
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
454
|
+
"externalPath": "components.admin.react.modules"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"defaultExport": "CountryDropdown",
|
|
458
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
459
|
+
"externalPath": "components.admin.react.modules"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"defaultExport": "IntegrationCard",
|
|
463
|
+
"importPath": "react/admin/modules/Cards/",
|
|
464
|
+
"externalPath": "components.admin.react.modules"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"defaultExport": "MetricCard",
|
|
468
|
+
"importPath": "react/admin/modules/Cards/",
|
|
469
|
+
"externalPath": "components.admin.react.modules"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"defaultExport": "FormTemplateCard",
|
|
473
|
+
"importPath": "react/admin/modules/Cards/",
|
|
474
|
+
"externalPath": "components.admin.react.modules"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"defaultExport": "AddCard",
|
|
478
|
+
"importPath": "react/admin/modules/Cards/",
|
|
479
|
+
"externalPath": "components.admin.react.modules"
|
|
480
|
+
},
|
|
413
481
|
{
|
|
414
482
|
"defaultExport": "ZohoFullLogo",
|
|
415
483
|
"importPath": "react/admin/elements/Svgs/",
|
|
416
484
|
"externalPath": "components.admin.react.elements"
|
|
417
485
|
},
|
|
486
|
+
{
|
|
487
|
+
"defaultExport": "WordPressLogo",
|
|
488
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
489
|
+
"externalPath": "components.admin.react.elements"
|
|
490
|
+
},
|
|
418
491
|
{
|
|
419
492
|
"defaultExport": "ZohoLogo",
|
|
420
493
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -446,12 +519,12 @@ module.exports = [
|
|
|
446
519
|
"externalPath": "components.admin.react.elements"
|
|
447
520
|
},
|
|
448
521
|
{
|
|
449
|
-
"defaultExport": "
|
|
522
|
+
"defaultExport": "SlackLogo",
|
|
450
523
|
"importPath": "react/admin/elements/Svgs/",
|
|
451
524
|
"externalPath": "components.admin.react.elements"
|
|
452
525
|
},
|
|
453
526
|
{
|
|
454
|
-
"defaultExport": "
|
|
527
|
+
"defaultExport": "SparkPostLogo",
|
|
455
528
|
"importPath": "react/admin/elements/Svgs/",
|
|
456
529
|
"externalPath": "components.admin.react.elements"
|
|
457
530
|
},
|
|
@@ -475,23 +548,18 @@ module.exports = [
|
|
|
475
548
|
"importPath": "react/admin/elements/Svgs/",
|
|
476
549
|
"externalPath": "components.admin.react.elements"
|
|
477
550
|
},
|
|
478
|
-
{
|
|
479
|
-
"defaultExport": "SMTP2GOFullLogo",
|
|
480
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
481
|
-
"externalPath": "components.admin.react.elements"
|
|
482
|
-
},
|
|
483
551
|
{
|
|
484
552
|
"defaultExport": "ResendLogo",
|
|
485
553
|
"importPath": "react/admin/elements/Svgs/",
|
|
486
554
|
"externalPath": "components.admin.react.elements"
|
|
487
555
|
},
|
|
488
556
|
{
|
|
489
|
-
"defaultExport": "
|
|
557
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
490
558
|
"importPath": "react/admin/elements/Svgs/",
|
|
491
559
|
"externalPath": "components.admin.react.elements"
|
|
492
560
|
},
|
|
493
561
|
{
|
|
494
|
-
"defaultExport": "
|
|
562
|
+
"defaultExport": "ResendFullLogo",
|
|
495
563
|
"importPath": "react/admin/elements/Svgs/",
|
|
496
564
|
"externalPath": "components.admin.react.elements"
|
|
497
565
|
},
|
|
@@ -501,7 +569,7 @@ module.exports = [
|
|
|
501
569
|
"externalPath": "components.admin.react.elements"
|
|
502
570
|
},
|
|
503
571
|
{
|
|
504
|
-
"defaultExport": "
|
|
572
|
+
"defaultExport": "PostmarkLogo",
|
|
505
573
|
"importPath": "react/admin/elements/Svgs/",
|
|
506
574
|
"externalPath": "components.admin.react.elements"
|
|
507
575
|
},
|
|
@@ -675,6 +743,11 @@ module.exports = [
|
|
|
675
743
|
"importPath": "react/admin/elements/Svgs/",
|
|
676
744
|
"externalPath": "components.admin.react.elements"
|
|
677
745
|
},
|
|
746
|
+
{
|
|
747
|
+
"defaultExport": "CustomSMTP",
|
|
748
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
749
|
+
"externalPath": "components.admin.react.elements"
|
|
750
|
+
},
|
|
678
751
|
{
|
|
679
752
|
"defaultExport": "BrokenImageFull",
|
|
680
753
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -705,11 +778,6 @@ module.exports = [
|
|
|
705
778
|
"importPath": "react/admin/elements/Svgs/",
|
|
706
779
|
"externalPath": "components.admin.react.elements"
|
|
707
780
|
},
|
|
708
|
-
{
|
|
709
|
-
"defaultExport": "CustomSMTP",
|
|
710
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
711
|
-
"externalPath": "components.admin.react.elements"
|
|
712
|
-
},
|
|
713
781
|
{
|
|
714
782
|
"defaultExport": "BrandedLink",
|
|
715
783
|
"importPath": "react/admin/elements/Link/",
|
|
@@ -719,73 +787,5 @@ module.exports = [
|
|
|
719
787
|
"defaultExport": "BrandedButton",
|
|
720
788
|
"importPath": "react/admin/elements/Button/",
|
|
721
789
|
"externalPath": "components.admin.react.elements"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"defaultExport": "VidyardVideo",
|
|
725
|
-
"importPath": "react/admin/modules/Videos/",
|
|
726
|
-
"externalPath": "components.admin.react.modules"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"__esModule": true,
|
|
730
|
-
"default": {
|
|
731
|
-
"defaultExport": "Simple",
|
|
732
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
733
|
-
"externalPath": "components.admin.react.modules"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"defaultExport": "RingLoader",
|
|
738
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
739
|
-
"externalPath": "components.admin.react.modules"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"defaultExport": "Placeholder",
|
|
743
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
744
|
-
"externalPath": "components.admin.react.modules"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"defaultExport": "RightSidebar",
|
|
748
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
749
|
-
"externalPath": "components.admin.react.modules"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"defaultExport": "ModularSidebar",
|
|
753
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
754
|
-
"externalPath": "components.admin.react.modules"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"defaultExport": "IconIndicator",
|
|
758
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
759
|
-
"externalPath": "components.admin.react.modules"
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"defaultExport": "DotIndicator",
|
|
763
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
764
|
-
"externalPath": "components.admin.react.modules"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"defaultExport": "CountryDropdown",
|
|
768
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
769
|
-
"externalPath": "components.admin.react.modules"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"defaultExport": "MetricCard",
|
|
773
|
-
"importPath": "react/admin/modules/Cards/",
|
|
774
|
-
"externalPath": "components.admin.react.modules"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"defaultExport": "IntegrationCard",
|
|
778
|
-
"importPath": "react/admin/modules/Cards/",
|
|
779
|
-
"externalPath": "components.admin.react.modules"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"defaultExport": "FormTemplateCard",
|
|
783
|
-
"importPath": "react/admin/modules/Cards/",
|
|
784
|
-
"externalPath": "components.admin.react.modules"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"defaultExport": "AddCard",
|
|
788
|
-
"importPath": "react/admin/modules/Cards/",
|
|
789
|
-
"externalPath": "components.admin.react.modules"
|
|
790
790
|
}
|
|
791
791
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.12",
|
|
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",
|