@gravityforms/dependency-extraction-webpack-plugin 6.0.2 → 6.0.3
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 +204 -204
- package/package.json +1 -1
|
@@ -20,6 +20,22 @@ module.exports = [
|
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
|
+
"namedExports": [
|
|
26
|
+
"toggleTemplate"
|
|
27
|
+
],
|
|
28
|
+
"importPath": "html/admin/elements/",
|
|
29
|
+
"externalPath": "components.admin.html.elements"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"defaultExport": "Textarea",
|
|
33
|
+
"namedExports": [
|
|
34
|
+
"textareaTemplate"
|
|
35
|
+
],
|
|
36
|
+
"importPath": "html/admin/elements/",
|
|
37
|
+
"externalPath": "components.admin.html.elements"
|
|
38
|
+
},
|
|
23
39
|
{
|
|
24
40
|
"defaultExport": "Text",
|
|
25
41
|
"namedExports": [
|
|
@@ -100,22 +116,6 @@ module.exports = [
|
|
|
100
116
|
"importPath": "html/admin/elements/",
|
|
101
117
|
"externalPath": "components.admin.html.elements"
|
|
102
118
|
},
|
|
103
|
-
{
|
|
104
|
-
"defaultExport": "Textarea",
|
|
105
|
-
"namedExports": [
|
|
106
|
-
"textareaTemplate"
|
|
107
|
-
],
|
|
108
|
-
"importPath": "html/admin/elements/",
|
|
109
|
-
"externalPath": "components.admin.html.elements"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"defaultExport": "Toggle",
|
|
113
|
-
"namedExports": [
|
|
114
|
-
"toggleTemplate"
|
|
115
|
-
],
|
|
116
|
-
"importPath": "html/admin/elements/",
|
|
117
|
-
"externalPath": "components.admin.html.elements"
|
|
118
|
-
},
|
|
119
119
|
{
|
|
120
120
|
"defaultExport": "Dropdown",
|
|
121
121
|
"namedExports": [
|
|
@@ -141,6 +141,156 @@ module.exports = [
|
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Tooltip",
|
|
146
|
+
"importPath": "react/admin/modules/",
|
|
147
|
+
"externalPath": "components.admin.react.modules"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"defaultExport": "Tabs",
|
|
151
|
+
"importPath": "react/admin/modules/",
|
|
152
|
+
"externalPath": "components.admin.react.modules"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "Swatch",
|
|
156
|
+
"importPath": "react/admin/modules/",
|
|
157
|
+
"externalPath": "components.admin.react.modules"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Steps",
|
|
161
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "SnackBar",
|
|
166
|
+
"importPath": "react/admin/modules/",
|
|
167
|
+
"externalPath": "components.admin.react.modules"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "RouterNavBar",
|
|
171
|
+
"importPath": "react/admin/modules/",
|
|
172
|
+
"externalPath": "components.admin.react.modules"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Repeater",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Phone",
|
|
181
|
+
"importPath": "react/admin/modules/",
|
|
182
|
+
"externalPath": "components.admin.react.modules"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Pagination",
|
|
186
|
+
"importPath": "react/admin/modules/",
|
|
187
|
+
"externalPath": "components.admin.react.modules"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Overlay",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "NavBar",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "MetaBox",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "List",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Kanban",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "InputGroup",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Gravatar",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Flyout",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "Droplist",
|
|
231
|
+
"importPath": "react/admin/modules/",
|
|
232
|
+
"externalPath": "components.admin.react.modules"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "Dropdown",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Dialog",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "DatePicker",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "DataGrid",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "ColorPicker",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"defaultExport": "Chart",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "Calendar",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Banner",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
272
|
+
"externalPath": "components.admin.react.modules"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"defaultExport": "AvatarGroup",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
277
|
+
"externalPath": "components.admin.react.modules"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Avatar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
282
|
+
"externalPath": "components.admin.react.modules"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"defaultExport": "Alert",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
287
|
+
"externalPath": "components.admin.react.modules"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"defaultExport": "Address",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
292
|
+
"externalPath": "components.admin.react.modules"
|
|
293
|
+
},
|
|
144
294
|
{
|
|
145
295
|
"defaultExport": "Toggle",
|
|
146
296
|
"importPath": "react/admin/elements/",
|
|
@@ -257,148 +407,71 @@ module.exports = [
|
|
|
257
407
|
"externalPath": "components.admin.react.elements"
|
|
258
408
|
},
|
|
259
409
|
{
|
|
260
|
-
"defaultExport": "
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Tabs",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Swatch",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Steps",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "SnackBar",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "RouterNavBar",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Repeater",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Phone",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "Pagination",
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
302
|
-
"externalPath": "components.admin.react.modules"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "Overlay",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "NavBar",
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
312
|
-
"externalPath": "components.admin.react.modules"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "MetaBox",
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
317
|
-
"externalPath": "components.admin.react.modules"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"defaultExport": "List",
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
322
|
-
"externalPath": "components.admin.react.modules"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"defaultExport": "Kanban",
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
327
|
-
"externalPath": "components.admin.react.modules"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"defaultExport": "InputGroup",
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
332
|
-
"externalPath": "components.admin.react.modules"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"defaultExport": "Gravatar",
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
337
|
-
"externalPath": "components.admin.react.modules"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"defaultExport": "Flyout",
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
410
|
+
"defaultExport": "VidyardVideo",
|
|
411
|
+
"importPath": "react/admin/modules/Videos/",
|
|
342
412
|
"externalPath": "components.admin.react.modules"
|
|
343
413
|
},
|
|
344
414
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
|
|
415
|
+
"__esModule": true,
|
|
416
|
+
"default": {
|
|
417
|
+
"defaultExport": "Simple",
|
|
418
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
419
|
+
"externalPath": "components.admin.react.modules"
|
|
420
|
+
}
|
|
348
421
|
},
|
|
349
422
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
423
|
+
"defaultExport": "RingLoader",
|
|
424
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
352
425
|
"externalPath": "components.admin.react.modules"
|
|
353
426
|
},
|
|
354
427
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
428
|
+
"defaultExport": "Placeholder",
|
|
429
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
357
430
|
"externalPath": "components.admin.react.modules"
|
|
358
431
|
},
|
|
359
432
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
433
|
+
"defaultExport": "RightSidebar",
|
|
434
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
362
435
|
"externalPath": "components.admin.react.modules"
|
|
363
436
|
},
|
|
364
437
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
438
|
+
"defaultExport": "ModularSidebar",
|
|
439
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
367
440
|
"externalPath": "components.admin.react.modules"
|
|
368
441
|
},
|
|
369
442
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
443
|
+
"defaultExport": "IconIndicator",
|
|
444
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
372
445
|
"externalPath": "components.admin.react.modules"
|
|
373
446
|
},
|
|
374
447
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
448
|
+
"defaultExport": "DotIndicator",
|
|
449
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
377
450
|
"externalPath": "components.admin.react.modules"
|
|
378
451
|
},
|
|
379
452
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
453
|
+
"defaultExport": "CountryDropdown",
|
|
454
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
382
455
|
"externalPath": "components.admin.react.modules"
|
|
383
456
|
},
|
|
384
457
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/",
|
|
458
|
+
"defaultExport": "IntegrationCard",
|
|
459
|
+
"importPath": "react/admin/modules/Cards/",
|
|
387
460
|
"externalPath": "components.admin.react.modules"
|
|
388
461
|
},
|
|
389
462
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/",
|
|
463
|
+
"defaultExport": "MetricCard",
|
|
464
|
+
"importPath": "react/admin/modules/Cards/",
|
|
392
465
|
"externalPath": "components.admin.react.modules"
|
|
393
466
|
},
|
|
394
467
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/",
|
|
468
|
+
"defaultExport": "FormTemplateCard",
|
|
469
|
+
"importPath": "react/admin/modules/Cards/",
|
|
397
470
|
"externalPath": "components.admin.react.modules"
|
|
398
471
|
},
|
|
399
472
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/modules/",
|
|
473
|
+
"defaultExport": "AddCard",
|
|
474
|
+
"importPath": "react/admin/modules/Cards/",
|
|
402
475
|
"externalPath": "components.admin.react.modules"
|
|
403
476
|
},
|
|
404
477
|
{
|
|
@@ -407,17 +480,12 @@ module.exports = [
|
|
|
407
480
|
"externalPath": "components.admin.react.elements"
|
|
408
481
|
},
|
|
409
482
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/modules/",
|
|
412
|
-
"externalPath": "components.admin.react.modules"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"defaultExport": "WordPressLogo",
|
|
483
|
+
"defaultExport": "ZohoFullLogo",
|
|
416
484
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
485
|
"externalPath": "components.admin.react.elements"
|
|
418
486
|
},
|
|
419
487
|
{
|
|
420
|
-
"defaultExport": "
|
|
488
|
+
"defaultExport": "WhatsAppLogo",
|
|
421
489
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
490
|
"externalPath": "components.admin.react.elements"
|
|
423
491
|
},
|
|
@@ -427,7 +495,7 @@ module.exports = [
|
|
|
427
495
|
"externalPath": "components.admin.react.elements"
|
|
428
496
|
},
|
|
429
497
|
{
|
|
430
|
-
"defaultExport": "
|
|
498
|
+
"defaultExport": "WordPressLogo",
|
|
431
499
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
500
|
"externalPath": "components.admin.react.elements"
|
|
433
501
|
},
|
|
@@ -491,6 +559,11 @@ module.exports = [
|
|
|
491
559
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
560
|
"externalPath": "components.admin.react.elements"
|
|
493
561
|
},
|
|
562
|
+
{
|
|
563
|
+
"defaultExport": "PostmarkLogo",
|
|
564
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
565
|
+
"externalPath": "components.admin.react.elements"
|
|
566
|
+
},
|
|
494
567
|
{
|
|
495
568
|
"defaultExport": "PostmarkFullLogo",
|
|
496
569
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -706,82 +779,9 @@ module.exports = [
|
|
|
706
779
|
"importPath": "react/admin/elements/Link/",
|
|
707
780
|
"externalPath": "components.admin.react.elements"
|
|
708
781
|
},
|
|
709
|
-
{
|
|
710
|
-
"defaultExport": "PostmarkLogo",
|
|
711
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
712
|
-
"externalPath": "components.admin.react.elements"
|
|
713
|
-
},
|
|
714
782
|
{
|
|
715
783
|
"defaultExport": "BrandedButton",
|
|
716
784
|
"importPath": "react/admin/elements/Button/",
|
|
717
785
|
"externalPath": "components.admin.react.elements"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"defaultExport": "VidyardVideo",
|
|
721
|
-
"importPath": "react/admin/modules/Videos/",
|
|
722
|
-
"externalPath": "components.admin.react.modules"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"__esModule": true,
|
|
726
|
-
"default": {
|
|
727
|
-
"defaultExport": "Simple",
|
|
728
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
729
|
-
"externalPath": "components.admin.react.modules"
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"defaultExport": "RingLoader",
|
|
734
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
735
|
-
"externalPath": "components.admin.react.modules"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"defaultExport": "Placeholder",
|
|
739
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
740
|
-
"externalPath": "components.admin.react.modules"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"defaultExport": "RightSidebar",
|
|
744
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
745
|
-
"externalPath": "components.admin.react.modules"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"defaultExport": "ModularSidebar",
|
|
749
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
750
|
-
"externalPath": "components.admin.react.modules"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"defaultExport": "IconIndicator",
|
|
754
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
755
|
-
"externalPath": "components.admin.react.modules"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"defaultExport": "DotIndicator",
|
|
759
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
760
|
-
"externalPath": "components.admin.react.modules"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"defaultExport": "CountryDropdown",
|
|
764
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
765
|
-
"externalPath": "components.admin.react.modules"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"defaultExport": "IntegrationCard",
|
|
769
|
-
"importPath": "react/admin/modules/Cards/",
|
|
770
|
-
"externalPath": "components.admin.react.modules"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"defaultExport": "MetricCard",
|
|
774
|
-
"importPath": "react/admin/modules/Cards/",
|
|
775
|
-
"externalPath": "components.admin.react.modules"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"defaultExport": "FormTemplateCard",
|
|
779
|
-
"importPath": "react/admin/modules/Cards/",
|
|
780
|
-
"externalPath": "components.admin.react.modules"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"defaultExport": "AddCard",
|
|
784
|
-
"importPath": "react/admin/modules/Cards/",
|
|
785
|
-
"externalPath": "components.admin.react.modules"
|
|
786
786
|
}
|
|
787
787
|
];
|
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.3",
|
|
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",
|