@gravityforms/dependency-extraction-webpack-plugin 6.3.0 → 6.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 +198 -198
- package/package.json +1 -1
|
@@ -44,14 +44,6 @@ 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
|
-
},
|
|
55
47
|
{
|
|
56
48
|
"defaultExport": "StackedIcon",
|
|
57
49
|
"namedExports": [
|
|
@@ -100,6 +92,14 @@ module.exports = [
|
|
|
100
92
|
"importPath": "html/admin/elements/",
|
|
101
93
|
"externalPath": "components.admin.html.elements"
|
|
102
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"defaultExport": "StatusIndicator",
|
|
97
|
+
"namedExports": [
|
|
98
|
+
"statusIndicatorTemplate"
|
|
99
|
+
],
|
|
100
|
+
"importPath": "html/admin/elements/",
|
|
101
|
+
"externalPath": "components.admin.html.elements"
|
|
102
|
+
},
|
|
103
103
|
{
|
|
104
104
|
"defaultExport": "HelpText",
|
|
105
105
|
"namedExports": [
|
|
@@ -141,116 +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": "Textarea",
|
|
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
144
|
{
|
|
255
145
|
"defaultExport": "Tooltip",
|
|
256
146
|
"importPath": "react/admin/modules/",
|
|
@@ -281,12 +171,12 @@ module.exports = [
|
|
|
281
171
|
"externalPath": "components.admin.react.modules"
|
|
282
172
|
},
|
|
283
173
|
{
|
|
284
|
-
"defaultExport": "
|
|
174
|
+
"defaultExport": "Repeater",
|
|
285
175
|
"importPath": "react/admin/modules/",
|
|
286
176
|
"externalPath": "components.admin.react.modules"
|
|
287
177
|
},
|
|
288
178
|
{
|
|
289
|
-
"defaultExport": "
|
|
179
|
+
"defaultExport": "RouterNavBar",
|
|
290
180
|
"importPath": "react/admin/modules/",
|
|
291
181
|
"externalPath": "components.admin.react.modules"
|
|
292
182
|
},
|
|
@@ -351,12 +241,12 @@ module.exports = [
|
|
|
351
241
|
"externalPath": "components.admin.react.modules"
|
|
352
242
|
},
|
|
353
243
|
{
|
|
354
|
-
"defaultExport": "
|
|
244
|
+
"defaultExport": "Dropdown",
|
|
355
245
|
"importPath": "react/admin/modules/",
|
|
356
246
|
"externalPath": "components.admin.react.modules"
|
|
357
247
|
},
|
|
358
248
|
{
|
|
359
|
-
"defaultExport": "
|
|
249
|
+
"defaultExport": "Dialog",
|
|
360
250
|
"importPath": "react/admin/modules/",
|
|
361
251
|
"externalPath": "components.admin.react.modules"
|
|
362
252
|
},
|
|
@@ -411,13 +301,103 @@ module.exports = [
|
|
|
411
301
|
"externalPath": "components.admin.react.modules"
|
|
412
302
|
},
|
|
413
303
|
{
|
|
414
|
-
"defaultExport": "
|
|
415
|
-
"importPath": "react/admin/elements/
|
|
304
|
+
"defaultExport": "Toggle",
|
|
305
|
+
"importPath": "react/admin/elements/",
|
|
416
306
|
"externalPath": "components.admin.react.elements"
|
|
417
307
|
},
|
|
418
308
|
{
|
|
419
|
-
"defaultExport": "
|
|
420
|
-
"importPath": "react/admin/elements/
|
|
309
|
+
"defaultExport": "Textarea",
|
|
310
|
+
"importPath": "react/admin/elements/",
|
|
311
|
+
"externalPath": "components.admin.react.elements"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"defaultExport": "Text",
|
|
315
|
+
"importPath": "react/admin/elements/",
|
|
316
|
+
"externalPath": "components.admin.react.elements"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"defaultExport": "Tag",
|
|
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/",
|
|
421
401
|
"externalPath": "components.admin.react.elements"
|
|
422
402
|
},
|
|
423
403
|
{
|
|
@@ -425,6 +405,94 @@ module.exports = [
|
|
|
425
405
|
"importPath": "react/admin/elements/",
|
|
426
406
|
"externalPath": "components.admin.react.elements"
|
|
427
407
|
},
|
|
408
|
+
{
|
|
409
|
+
"defaultExport": "Box",
|
|
410
|
+
"importPath": "react/admin/elements/",
|
|
411
|
+
"externalPath": "components.admin.react.elements"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"defaultExport": "StatusIndicator",
|
|
415
|
+
"importPath": "react/admin/elements/",
|
|
416
|
+
"externalPath": "components.admin.react.elements"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"defaultExport": "VidyardVideo",
|
|
420
|
+
"importPath": "react/admin/modules/Videos/",
|
|
421
|
+
"externalPath": "components.admin.react.modules"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"__esModule": true,
|
|
425
|
+
"default": {
|
|
426
|
+
"defaultExport": "Simple",
|
|
427
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
428
|
+
"externalPath": "components.admin.react.modules"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"defaultExport": "RingLoader",
|
|
433
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
434
|
+
"externalPath": "components.admin.react.modules"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"defaultExport": "Placeholder",
|
|
438
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
439
|
+
"externalPath": "components.admin.react.modules"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"defaultExport": "RightSidebar",
|
|
443
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
444
|
+
"externalPath": "components.admin.react.modules"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"defaultExport": "ModularSidebar",
|
|
448
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
449
|
+
"externalPath": "components.admin.react.modules"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"defaultExport": "IconIndicator",
|
|
453
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
454
|
+
"externalPath": "components.admin.react.modules"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"defaultExport": "DotIndicator",
|
|
458
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
459
|
+
"externalPath": "components.admin.react.modules"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"defaultExport": "CountryDropdown",
|
|
463
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
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": "IntegrationCard",
|
|
473
|
+
"importPath": "react/admin/modules/Cards/",
|
|
474
|
+
"externalPath": "components.admin.react.modules"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"defaultExport": "FormTemplateCard",
|
|
478
|
+
"importPath": "react/admin/modules/Cards/",
|
|
479
|
+
"externalPath": "components.admin.react.modules"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"defaultExport": "AddCard",
|
|
483
|
+
"importPath": "react/admin/modules/Cards/",
|
|
484
|
+
"externalPath": "components.admin.react.modules"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"defaultExport": "ZohoLogo",
|
|
488
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
489
|
+
"externalPath": "components.admin.react.elements"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"defaultExport": "ZohoFullLogo",
|
|
493
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
494
|
+
"externalPath": "components.admin.react.elements"
|
|
495
|
+
},
|
|
428
496
|
{
|
|
429
497
|
"defaultExport": "WordPressLogo",
|
|
430
498
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -436,12 +504,12 @@ module.exports = [
|
|
|
436
504
|
"externalPath": "components.admin.react.elements"
|
|
437
505
|
},
|
|
438
506
|
{
|
|
439
|
-
"defaultExport": "
|
|
507
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
440
508
|
"importPath": "react/admin/elements/Svgs/",
|
|
441
509
|
"externalPath": "components.admin.react.elements"
|
|
442
510
|
},
|
|
443
511
|
{
|
|
444
|
-
"defaultExport": "
|
|
512
|
+
"defaultExport": "TwilioLogo",
|
|
445
513
|
"importPath": "react/admin/elements/Svgs/",
|
|
446
514
|
"externalPath": "components.admin.react.elements"
|
|
447
515
|
},
|
|
@@ -601,12 +669,12 @@ module.exports = [
|
|
|
601
669
|
"externalPath": "components.admin.react.elements"
|
|
602
670
|
},
|
|
603
671
|
{
|
|
604
|
-
"defaultExport": "
|
|
672
|
+
"defaultExport": "MailFailed",
|
|
605
673
|
"importPath": "react/admin/elements/Svgs/",
|
|
606
674
|
"externalPath": "components.admin.react.elements"
|
|
607
675
|
},
|
|
608
676
|
{
|
|
609
|
-
"defaultExport": "
|
|
677
|
+
"defaultExport": "GravityTextLogo",
|
|
610
678
|
"importPath": "react/admin/elements/Svgs/",
|
|
611
679
|
"externalPath": "components.admin.react.elements"
|
|
612
680
|
},
|
|
@@ -725,74 +793,6 @@ module.exports = [
|
|
|
725
793
|
"importPath": "react/admin/elements/Link/",
|
|
726
794
|
"externalPath": "components.admin.react.elements"
|
|
727
795
|
},
|
|
728
|
-
{
|
|
729
|
-
"defaultExport": "VidyardVideo",
|
|
730
|
-
"importPath": "react/admin/modules/Videos/",
|
|
731
|
-
"externalPath": "components.admin.react.modules"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"__esModule": true,
|
|
735
|
-
"default": {
|
|
736
|
-
"defaultExport": "Simple",
|
|
737
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
738
|
-
"externalPath": "components.admin.react.modules"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"defaultExport": "RingLoader",
|
|
743
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
744
|
-
"externalPath": "components.admin.react.modules"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"defaultExport": "Placeholder",
|
|
748
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
749
|
-
"externalPath": "components.admin.react.modules"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"defaultExport": "RightSidebar",
|
|
753
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
754
|
-
"externalPath": "components.admin.react.modules"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"defaultExport": "ModularSidebar",
|
|
758
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
759
|
-
"externalPath": "components.admin.react.modules"
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"defaultExport": "IconIndicator",
|
|
763
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
764
|
-
"externalPath": "components.admin.react.modules"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"defaultExport": "DotIndicator",
|
|
768
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
769
|
-
"externalPath": "components.admin.react.modules"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"defaultExport": "CountryDropdown",
|
|
773
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
774
|
-
"externalPath": "components.admin.react.modules"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"defaultExport": "MetricCard",
|
|
778
|
-
"importPath": "react/admin/modules/Cards/",
|
|
779
|
-
"externalPath": "components.admin.react.modules"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"defaultExport": "IntegrationCard",
|
|
783
|
-
"importPath": "react/admin/modules/Cards/",
|
|
784
|
-
"externalPath": "components.admin.react.modules"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"defaultExport": "FormTemplateCard",
|
|
788
|
-
"importPath": "react/admin/modules/Cards/",
|
|
789
|
-
"externalPath": "components.admin.react.modules"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"defaultExport": "AddCard",
|
|
793
|
-
"importPath": "react/admin/modules/Cards/",
|
|
794
|
-
"externalPath": "components.admin.react.modules"
|
|
795
|
-
},
|
|
796
796
|
{
|
|
797
797
|
"defaultExport": "BrandedButton",
|
|
798
798
|
"importPath": "react/admin/elements/Button/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.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",
|