@gravityforms/dependency-extraction-webpack-plugin 6.6.5 → 6.6.6
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 +228 -228
- package/package.json +2 -2
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
-
{
|
|
3
|
-
"defaultExport": "Table",
|
|
4
|
-
"importPath": "html/admin/modules/",
|
|
5
|
-
"externalPath": "components.admin.html.modules"
|
|
6
|
-
},
|
|
7
2
|
{
|
|
8
3
|
"defaultExport": "Flyout",
|
|
9
4
|
"namedExports": [
|
|
@@ -20,6 +15,11 @@ module.exports = [
|
|
|
20
15
|
"importPath": "html/admin/modules/",
|
|
21
16
|
"externalPath": "components.admin.html.modules"
|
|
22
17
|
},
|
|
18
|
+
{
|
|
19
|
+
"defaultExport": "Table",
|
|
20
|
+
"importPath": "html/admin/modules/",
|
|
21
|
+
"externalPath": "components.admin.html.modules"
|
|
22
|
+
},
|
|
23
23
|
{
|
|
24
24
|
"defaultExport": "Toggle",
|
|
25
25
|
"namedExports": [
|
|
@@ -60,14 +60,6 @@ module.exports = [
|
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
|
-
{
|
|
64
|
-
"defaultExport": "Select",
|
|
65
|
-
"namedExports": [
|
|
66
|
-
"selectTemplate"
|
|
67
|
-
],
|
|
68
|
-
"importPath": "html/admin/elements/",
|
|
69
|
-
"externalPath": "components.admin.html.elements"
|
|
70
|
-
},
|
|
71
63
|
{
|
|
72
64
|
"defaultExport": "Loader",
|
|
73
65
|
"namedExports": [
|
|
@@ -92,6 +84,14 @@ module.exports = [
|
|
|
92
84
|
"importPath": "html/admin/elements/",
|
|
93
85
|
"externalPath": "components.admin.html.elements"
|
|
94
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"defaultExport": "Select",
|
|
89
|
+
"namedExports": [
|
|
90
|
+
"selectTemplate"
|
|
91
|
+
],
|
|
92
|
+
"importPath": "html/admin/elements/",
|
|
93
|
+
"externalPath": "components.admin.html.elements"
|
|
94
|
+
},
|
|
95
95
|
{
|
|
96
96
|
"defaultExport": "Input",
|
|
97
97
|
"namedExports": [
|
|
@@ -142,22 +142,171 @@ module.exports = [
|
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
"defaultExport": "
|
|
146
|
-
"importPath": "react/admin/
|
|
147
|
-
"externalPath": "components.admin.react.
|
|
145
|
+
"defaultExport": "Tooltip",
|
|
146
|
+
"importPath": "react/admin/modules/",
|
|
147
|
+
"externalPath": "components.admin.react.modules"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
"defaultExport": "
|
|
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": "SnackBar",
|
|
161
|
+
"namedExports": [
|
|
162
|
+
"SnackbarProvider",
|
|
163
|
+
"useSnackbar"
|
|
164
|
+
],
|
|
165
|
+
"importPath": "react/admin/modules/",
|
|
166
|
+
"externalPath": "components.admin.react.modules"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"defaultExport": "Steps",
|
|
170
|
+
"importPath": "react/admin/modules/",
|
|
171
|
+
"externalPath": "components.admin.react.modules"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"defaultExport": "RouterNavBar",
|
|
175
|
+
"importPath": "react/admin/modules/",
|
|
176
|
+
"externalPath": "components.admin.react.modules"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"defaultExport": "Repeater",
|
|
180
|
+
"importPath": "react/admin/modules/",
|
|
181
|
+
"externalPath": "components.admin.react.modules"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"defaultExport": "Phone",
|
|
185
|
+
"importPath": "react/admin/modules/",
|
|
186
|
+
"externalPath": "components.admin.react.modules"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"defaultExport": "Pagination",
|
|
190
|
+
"importPath": "react/admin/modules/",
|
|
191
|
+
"externalPath": "components.admin.react.modules"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"defaultExport": "Overlay",
|
|
195
|
+
"importPath": "react/admin/modules/",
|
|
196
|
+
"externalPath": "components.admin.react.modules"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"defaultExport": "NavBar",
|
|
200
|
+
"importPath": "react/admin/modules/",
|
|
201
|
+
"externalPath": "components.admin.react.modules"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"defaultExport": "MetaBox",
|
|
205
|
+
"importPath": "react/admin/modules/",
|
|
206
|
+
"externalPath": "components.admin.react.modules"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"defaultExport": "List",
|
|
210
|
+
"importPath": "react/admin/modules/",
|
|
211
|
+
"externalPath": "components.admin.react.modules"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"defaultExport": "Kanban",
|
|
215
|
+
"importPath": "react/admin/modules/",
|
|
216
|
+
"externalPath": "components.admin.react.modules"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"defaultExport": "InputGroup",
|
|
220
|
+
"importPath": "react/admin/modules/",
|
|
221
|
+
"externalPath": "components.admin.react.modules"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"defaultExport": "Gravatar",
|
|
225
|
+
"importPath": "react/admin/modules/",
|
|
226
|
+
"externalPath": "components.admin.react.modules"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"defaultExport": "Fieldset",
|
|
230
|
+
"importPath": "react/admin/modules/",
|
|
231
|
+
"externalPath": "components.admin.react.modules"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"defaultExport": "Droplist",
|
|
235
|
+
"importPath": "react/admin/modules/",
|
|
236
|
+
"externalPath": "components.admin.react.modules"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"defaultExport": "Flyout",
|
|
240
|
+
"importPath": "react/admin/modules/",
|
|
241
|
+
"externalPath": "components.admin.react.modules"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"defaultExport": "Dropdown",
|
|
245
|
+
"importPath": "react/admin/modules/",
|
|
246
|
+
"externalPath": "components.admin.react.modules"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"defaultExport": "DatePicker",
|
|
250
|
+
"importPath": "react/admin/modules/",
|
|
251
|
+
"externalPath": "components.admin.react.modules"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"defaultExport": "DataGrid",
|
|
255
|
+
"importPath": "react/admin/modules/",
|
|
256
|
+
"externalPath": "components.admin.react.modules"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"defaultExport": "ColorPicker",
|
|
260
|
+
"importPath": "react/admin/modules/",
|
|
261
|
+
"externalPath": "components.admin.react.modules"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"defaultExport": "Chart",
|
|
265
|
+
"importPath": "react/admin/modules/",
|
|
266
|
+
"externalPath": "components.admin.react.modules"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"defaultExport": "Calendar",
|
|
270
|
+
"importPath": "react/admin/modules/",
|
|
271
|
+
"externalPath": "components.admin.react.modules"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"defaultExport": "Banner",
|
|
275
|
+
"importPath": "react/admin/modules/",
|
|
276
|
+
"externalPath": "components.admin.react.modules"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"defaultExport": "AvatarGroup",
|
|
280
|
+
"importPath": "react/admin/modules/",
|
|
281
|
+
"externalPath": "components.admin.react.modules"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"defaultExport": "Avatar",
|
|
285
|
+
"importPath": "react/admin/modules/",
|
|
286
|
+
"externalPath": "components.admin.react.modules"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"defaultExport": "Alert",
|
|
290
|
+
"importPath": "react/admin/modules/",
|
|
291
|
+
"externalPath": "components.admin.react.modules"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"defaultExport": "Address",
|
|
295
|
+
"importPath": "react/admin/modules/",
|
|
296
|
+
"externalPath": "components.admin.react.modules"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"defaultExport": "Textarea",
|
|
151
300
|
"importPath": "react/admin/elements/",
|
|
152
301
|
"externalPath": "components.admin.react.elements"
|
|
153
302
|
},
|
|
154
303
|
{
|
|
155
|
-
"defaultExport": "
|
|
304
|
+
"defaultExport": "Text",
|
|
156
305
|
"importPath": "react/admin/elements/",
|
|
157
306
|
"externalPath": "components.admin.react.elements"
|
|
158
307
|
},
|
|
159
308
|
{
|
|
160
|
-
"defaultExport": "
|
|
309
|
+
"defaultExport": "Tag",
|
|
161
310
|
"importPath": "react/admin/elements/",
|
|
162
311
|
"externalPath": "components.admin.react.elements"
|
|
163
312
|
},
|
|
@@ -186,6 +335,11 @@ module.exports = [
|
|
|
186
335
|
"importPath": "react/admin/elements/",
|
|
187
336
|
"externalPath": "components.admin.react.elements"
|
|
188
337
|
},
|
|
338
|
+
{
|
|
339
|
+
"defaultExport": "Toggle",
|
|
340
|
+
"importPath": "react/admin/elements/",
|
|
341
|
+
"externalPath": "components.admin.react.elements"
|
|
342
|
+
},
|
|
189
343
|
{
|
|
190
344
|
"defaultExport": "Pill",
|
|
191
345
|
"importPath": "react/admin/elements/",
|
|
@@ -257,162 +411,76 @@ module.exports = [
|
|
|
257
411
|
"externalPath": "components.admin.react.elements"
|
|
258
412
|
},
|
|
259
413
|
{
|
|
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
|
-
"namedExports": [
|
|
282
|
-
"SnackbarProvider",
|
|
283
|
-
"useSnackbar"
|
|
284
|
-
],
|
|
285
|
-
"importPath": "react/admin/modules/",
|
|
286
|
-
"externalPath": "components.admin.react.modules"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"defaultExport": "RouterNavBar",
|
|
290
|
-
"importPath": "react/admin/modules/",
|
|
291
|
-
"externalPath": "components.admin.react.modules"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"defaultExport": "Repeater",
|
|
295
|
-
"importPath": "react/admin/modules/",
|
|
296
|
-
"externalPath": "components.admin.react.modules"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"defaultExport": "Phone",
|
|
300
|
-
"importPath": "react/admin/modules/",
|
|
301
|
-
"externalPath": "components.admin.react.modules"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"defaultExport": "Pagination",
|
|
305
|
-
"importPath": "react/admin/modules/",
|
|
306
|
-
"externalPath": "components.admin.react.modules"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"defaultExport": "Overlay",
|
|
310
|
-
"importPath": "react/admin/modules/",
|
|
311
|
-
"externalPath": "components.admin.react.modules"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"defaultExport": "NavBar",
|
|
315
|
-
"importPath": "react/admin/modules/",
|
|
316
|
-
"externalPath": "components.admin.react.modules"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"defaultExport": "MetaBox",
|
|
320
|
-
"importPath": "react/admin/modules/",
|
|
321
|
-
"externalPath": "components.admin.react.modules"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"defaultExport": "List",
|
|
325
|
-
"importPath": "react/admin/modules/",
|
|
326
|
-
"externalPath": "components.admin.react.modules"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"defaultExport": "Kanban",
|
|
330
|
-
"importPath": "react/admin/modules/",
|
|
331
|
-
"externalPath": "components.admin.react.modules"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"defaultExport": "InputGroup",
|
|
335
|
-
"importPath": "react/admin/modules/",
|
|
336
|
-
"externalPath": "components.admin.react.modules"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"defaultExport": "Gravatar",
|
|
340
|
-
"importPath": "react/admin/modules/",
|
|
341
|
-
"externalPath": "components.admin.react.modules"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"defaultExport": "Flyout",
|
|
345
|
-
"importPath": "react/admin/modules/",
|
|
346
|
-
"externalPath": "components.admin.react.modules"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"defaultExport": "Fieldset",
|
|
414
|
+
"defaultExport": "Dialog",
|
|
350
415
|
"importPath": "react/admin/modules/",
|
|
351
416
|
"externalPath": "components.admin.react.modules"
|
|
352
417
|
},
|
|
353
418
|
{
|
|
354
|
-
"defaultExport": "
|
|
355
|
-
"importPath": "react/admin/modules/",
|
|
419
|
+
"defaultExport": "VidyardVideo",
|
|
420
|
+
"importPath": "react/admin/modules/Videos/",
|
|
356
421
|
"externalPath": "components.admin.react.modules"
|
|
357
422
|
},
|
|
358
423
|
{
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
|
|
424
|
+
"__esModule": true,
|
|
425
|
+
"default": {
|
|
426
|
+
"defaultExport": "Simple",
|
|
427
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
428
|
+
"externalPath": "components.admin.react.modules"
|
|
429
|
+
}
|
|
362
430
|
},
|
|
363
431
|
{
|
|
364
|
-
"defaultExport": "
|
|
365
|
-
"importPath": "react/admin/modules/",
|
|
432
|
+
"defaultExport": "RingLoader",
|
|
433
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
366
434
|
"externalPath": "components.admin.react.modules"
|
|
367
435
|
},
|
|
368
436
|
{
|
|
369
|
-
"defaultExport": "
|
|
370
|
-
"importPath": "react/admin/modules/",
|
|
437
|
+
"defaultExport": "Placeholder",
|
|
438
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
371
439
|
"externalPath": "components.admin.react.modules"
|
|
372
440
|
},
|
|
373
441
|
{
|
|
374
|
-
"defaultExport": "
|
|
375
|
-
"importPath": "react/admin/modules/",
|
|
442
|
+
"defaultExport": "RightSidebar",
|
|
443
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
376
444
|
"externalPath": "components.admin.react.modules"
|
|
377
445
|
},
|
|
378
446
|
{
|
|
379
|
-
"defaultExport": "
|
|
380
|
-
"importPath": "react/admin/modules/",
|
|
447
|
+
"defaultExport": "ModularSidebar",
|
|
448
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
381
449
|
"externalPath": "components.admin.react.modules"
|
|
382
450
|
},
|
|
383
451
|
{
|
|
384
|
-
"defaultExport": "
|
|
385
|
-
"importPath": "react/admin/modules/",
|
|
452
|
+
"defaultExport": "IconIndicator",
|
|
453
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
386
454
|
"externalPath": "components.admin.react.modules"
|
|
387
455
|
},
|
|
388
456
|
{
|
|
389
|
-
"defaultExport": "
|
|
390
|
-
"importPath": "react/admin/modules/",
|
|
457
|
+
"defaultExport": "DotIndicator",
|
|
458
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
391
459
|
"externalPath": "components.admin.react.modules"
|
|
392
460
|
},
|
|
393
461
|
{
|
|
394
|
-
"defaultExport": "
|
|
395
|
-
"importPath": "react/admin/modules/",
|
|
462
|
+
"defaultExport": "CountryDropdown",
|
|
463
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
396
464
|
"externalPath": "components.admin.react.modules"
|
|
397
465
|
},
|
|
398
466
|
{
|
|
399
|
-
"defaultExport": "
|
|
400
|
-
"importPath": "react/admin/modules/",
|
|
467
|
+
"defaultExport": "IntegrationCard",
|
|
468
|
+
"importPath": "react/admin/modules/Cards/",
|
|
401
469
|
"externalPath": "components.admin.react.modules"
|
|
402
470
|
},
|
|
403
471
|
{
|
|
404
|
-
"defaultExport": "
|
|
405
|
-
"importPath": "react/admin/modules/",
|
|
472
|
+
"defaultExport": "MetricCard",
|
|
473
|
+
"importPath": "react/admin/modules/Cards/",
|
|
406
474
|
"externalPath": "components.admin.react.modules"
|
|
407
475
|
},
|
|
408
476
|
{
|
|
409
|
-
"defaultExport": "
|
|
410
|
-
"importPath": "react/admin/modules/",
|
|
477
|
+
"defaultExport": "FormTemplateCard",
|
|
478
|
+
"importPath": "react/admin/modules/Cards/",
|
|
411
479
|
"externalPath": "components.admin.react.modules"
|
|
412
480
|
},
|
|
413
481
|
{
|
|
414
|
-
"defaultExport": "
|
|
415
|
-
"importPath": "react/admin/modules/",
|
|
482
|
+
"defaultExport": "AddCard",
|
|
483
|
+
"importPath": "react/admin/modules/Cards/",
|
|
416
484
|
"externalPath": "components.admin.react.modules"
|
|
417
485
|
},
|
|
418
486
|
{
|
|
@@ -436,22 +504,22 @@ module.exports = [
|
|
|
436
504
|
"externalPath": "components.admin.react.elements"
|
|
437
505
|
},
|
|
438
506
|
{
|
|
439
|
-
"defaultExport": "
|
|
507
|
+
"defaultExport": "TwilioLogo",
|
|
440
508
|
"importPath": "react/admin/elements/Svgs/",
|
|
441
509
|
"externalPath": "components.admin.react.elements"
|
|
442
510
|
},
|
|
443
511
|
{
|
|
444
|
-
"defaultExport": "
|
|
512
|
+
"defaultExport": "TelegramLogo",
|
|
445
513
|
"importPath": "react/admin/elements/Svgs/",
|
|
446
514
|
"externalPath": "components.admin.react.elements"
|
|
447
515
|
},
|
|
448
516
|
{
|
|
449
|
-
"defaultExport": "
|
|
517
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
450
518
|
"importPath": "react/admin/elements/Svgs/",
|
|
451
519
|
"externalPath": "components.admin.react.elements"
|
|
452
520
|
},
|
|
453
521
|
{
|
|
454
|
-
"defaultExport": "
|
|
522
|
+
"defaultExport": "SparkPostLogo",
|
|
455
523
|
"importPath": "react/admin/elements/Svgs/",
|
|
456
524
|
"externalPath": "components.admin.react.elements"
|
|
457
525
|
},
|
|
@@ -460,6 +528,11 @@ module.exports = [
|
|
|
460
528
|
"importPath": "react/admin/elements/Svgs/",
|
|
461
529
|
"externalPath": "components.admin.react.elements"
|
|
462
530
|
},
|
|
531
|
+
{
|
|
532
|
+
"defaultExport": "SlackLogo",
|
|
533
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
534
|
+
"externalPath": "components.admin.react.elements"
|
|
535
|
+
},
|
|
463
536
|
{
|
|
464
537
|
"defaultExport": "SendGridLogo",
|
|
465
538
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -531,7 +604,7 @@ module.exports = [
|
|
|
531
604
|
"externalPath": "components.admin.react.elements"
|
|
532
605
|
},
|
|
533
606
|
{
|
|
534
|
-
"defaultExport": "
|
|
607
|
+
"defaultExport": "MicrosoftLogo",
|
|
535
608
|
"importPath": "react/admin/elements/Svgs/",
|
|
536
609
|
"externalPath": "components.admin.react.elements"
|
|
537
610
|
},
|
|
@@ -546,17 +619,17 @@ module.exports = [
|
|
|
546
619
|
"externalPath": "components.admin.react.elements"
|
|
547
620
|
},
|
|
548
621
|
{
|
|
549
|
-
"defaultExport": "
|
|
622
|
+
"defaultExport": "MandrillLogo",
|
|
550
623
|
"importPath": "react/admin/elements/Svgs/",
|
|
551
624
|
"externalPath": "components.admin.react.elements"
|
|
552
625
|
},
|
|
553
626
|
{
|
|
554
|
-
"defaultExport": "
|
|
627
|
+
"defaultExport": "MailtrapLogo",
|
|
555
628
|
"importPath": "react/admin/elements/Svgs/",
|
|
556
629
|
"externalPath": "components.admin.react.elements"
|
|
557
630
|
},
|
|
558
631
|
{
|
|
559
|
-
"defaultExport": "
|
|
632
|
+
"defaultExport": "MailtrapFullLogo",
|
|
560
633
|
"importPath": "react/admin/elements/Svgs/",
|
|
561
634
|
"externalPath": "components.admin.react.elements"
|
|
562
635
|
},
|
|
@@ -566,12 +639,12 @@ module.exports = [
|
|
|
566
639
|
"externalPath": "components.admin.react.elements"
|
|
567
640
|
},
|
|
568
641
|
{
|
|
569
|
-
"defaultExport": "
|
|
642
|
+
"defaultExport": "MailjetFullLogo",
|
|
570
643
|
"importPath": "react/admin/elements/Svgs/",
|
|
571
644
|
"externalPath": "components.admin.react.elements"
|
|
572
645
|
},
|
|
573
646
|
{
|
|
574
|
-
"defaultExport": "
|
|
647
|
+
"defaultExport": "MailgunLogo",
|
|
575
648
|
"importPath": "react/admin/elements/Svgs/",
|
|
576
649
|
"externalPath": "components.admin.react.elements"
|
|
577
650
|
},
|
|
@@ -586,12 +659,12 @@ module.exports = [
|
|
|
586
659
|
"externalPath": "components.admin.react.elements"
|
|
587
660
|
},
|
|
588
661
|
{
|
|
589
|
-
"defaultExport": "
|
|
662
|
+
"defaultExport": "MailerSendFullLogo",
|
|
590
663
|
"importPath": "react/admin/elements/Svgs/",
|
|
591
664
|
"externalPath": "components.admin.react.elements"
|
|
592
665
|
},
|
|
593
666
|
{
|
|
594
|
-
"defaultExport": "
|
|
667
|
+
"defaultExport": "MailchimpLogo",
|
|
595
668
|
"importPath": "react/admin/elements/Svgs/",
|
|
596
669
|
"externalPath": "components.admin.react.elements"
|
|
597
670
|
},
|
|
@@ -605,11 +678,6 @@ module.exports = [
|
|
|
605
678
|
"importPath": "react/admin/elements/Svgs/",
|
|
606
679
|
"externalPath": "components.admin.react.elements"
|
|
607
680
|
},
|
|
608
|
-
{
|
|
609
|
-
"defaultExport": "MailchimpLogo",
|
|
610
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
611
|
-
"externalPath": "components.admin.react.elements"
|
|
612
|
-
},
|
|
613
681
|
{
|
|
614
682
|
"defaultExport": "MailSuccess",
|
|
615
683
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -665,11 +733,6 @@ module.exports = [
|
|
|
665
733
|
"importPath": "react/admin/elements/Svgs/",
|
|
666
734
|
"externalPath": "components.admin.react.elements"
|
|
667
735
|
},
|
|
668
|
-
{
|
|
669
|
-
"defaultExport": "GravityCRMFullLogo",
|
|
670
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
671
|
-
"externalPath": "components.admin.react.elements"
|
|
672
|
-
},
|
|
673
736
|
{
|
|
674
737
|
"defaultExport": "GravityBillingFullLogo",
|
|
675
738
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -701,22 +764,22 @@ module.exports = [
|
|
|
701
764
|
"externalPath": "components.admin.react.elements"
|
|
702
765
|
},
|
|
703
766
|
{
|
|
704
|
-
"defaultExport": "
|
|
767
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
705
768
|
"importPath": "react/admin/elements/Svgs/",
|
|
706
769
|
"externalPath": "components.admin.react.elements"
|
|
707
770
|
},
|
|
708
771
|
{
|
|
709
|
-
"defaultExport": "
|
|
772
|
+
"defaultExport": "ElasticEmailLogo",
|
|
710
773
|
"importPath": "react/admin/elements/Svgs/",
|
|
711
774
|
"externalPath": "components.admin.react.elements"
|
|
712
775
|
},
|
|
713
776
|
{
|
|
714
|
-
"defaultExport": "
|
|
777
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
715
778
|
"importPath": "react/admin/elements/Svgs/",
|
|
716
779
|
"externalPath": "components.admin.react.elements"
|
|
717
780
|
},
|
|
718
781
|
{
|
|
719
|
-
"defaultExport": "
|
|
782
|
+
"defaultExport": "CustomSMTPFull",
|
|
720
783
|
"importPath": "react/admin/elements/Svgs/",
|
|
721
784
|
"externalPath": "components.admin.react.elements"
|
|
722
785
|
},
|
|
@@ -770,77 +833,14 @@ module.exports = [
|
|
|
770
833
|
"importPath": "react/admin/elements/Button/",
|
|
771
834
|
"externalPath": "components.admin.react.elements"
|
|
772
835
|
},
|
|
773
|
-
{
|
|
774
|
-
"defaultExport": "VidyardVideo",
|
|
775
|
-
"importPath": "react/admin/modules/Videos/",
|
|
776
|
-
"externalPath": "components.admin.react.modules"
|
|
777
|
-
},
|
|
778
836
|
{
|
|
779
837
|
"defaultExport": "BrandedButton",
|
|
780
838
|
"importPath": "react/admin/elements/Button/",
|
|
781
839
|
"externalPath": "components.admin.react.elements"
|
|
782
840
|
},
|
|
783
841
|
{
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
|
|
787
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
788
|
-
"externalPath": "components.admin.react.modules"
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"defaultExport": "RingLoader",
|
|
793
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
794
|
-
"externalPath": "components.admin.react.modules"
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"defaultExport": "Placeholder",
|
|
798
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
799
|
-
"externalPath": "components.admin.react.modules"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"defaultExport": "RightSidebar",
|
|
803
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
804
|
-
"externalPath": "components.admin.react.modules"
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"defaultExport": "ModularSidebar",
|
|
808
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
809
|
-
"externalPath": "components.admin.react.modules"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"defaultExport": "IconIndicator",
|
|
813
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
814
|
-
"externalPath": "components.admin.react.modules"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"defaultExport": "DotIndicator",
|
|
818
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
819
|
-
"externalPath": "components.admin.react.modules"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"defaultExport": "CountryDropdown",
|
|
823
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
824
|
-
"externalPath": "components.admin.react.modules"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"defaultExport": "MetricCard",
|
|
828
|
-
"importPath": "react/admin/modules/Cards/",
|
|
829
|
-
"externalPath": "components.admin.react.modules"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"defaultExport": "IntegrationCard",
|
|
833
|
-
"importPath": "react/admin/modules/Cards/",
|
|
834
|
-
"externalPath": "components.admin.react.modules"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"defaultExport": "FormTemplateCard",
|
|
838
|
-
"importPath": "react/admin/modules/Cards/",
|
|
839
|
-
"externalPath": "components.admin.react.modules"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"defaultExport": "AddCard",
|
|
843
|
-
"importPath": "react/admin/modules/Cards/",
|
|
844
|
-
"externalPath": "components.admin.react.modules"
|
|
842
|
+
"defaultExport": "CustomSMTP",
|
|
843
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
844
|
+
"externalPath": "components.admin.react.elements"
|
|
845
845
|
}
|
|
846
846
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.6",
|
|
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",
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|