@gravityforms/dependency-extraction-webpack-plugin 5.4.4 → 5.4.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 +203 -178
- package/package.json +1 -1
|
@@ -61,25 +61,25 @@ module.exports = [
|
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Link",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"linkTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Select",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"selectTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Loader",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"loaderTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,17 +101,17 @@ module.exports = [
|
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "Heading",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"headingTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "HelpText",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"helpTextTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -142,12 +142,127 @@ 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
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "Steps",
|
|
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": "NavBar",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Repeater",
|
|
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": "MetaBox",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "List",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "InputGroup",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Droplist",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Flyout",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Gravatar",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Dropdown",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Dialog",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "DataGrid",
|
|
231
|
+
"importPath": "react/admin/modules/",
|
|
232
|
+
"externalPath": "components.admin.react.modules"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "ColorPicker",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Chart",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "Calendar",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "Avatar",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "AvatarGroup",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"defaultExport": "Alert",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "Toggle",
|
|
151
266
|
"importPath": "react/admin/elements/",
|
|
152
267
|
"externalPath": "components.admin.react.elements"
|
|
153
268
|
},
|
|
@@ -157,17 +272,17 @@ module.exports = [
|
|
|
157
272
|
"externalPath": "components.admin.react.elements"
|
|
158
273
|
},
|
|
159
274
|
{
|
|
160
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "Textarea",
|
|
161
276
|
"importPath": "react/admin/elements/",
|
|
162
277
|
"externalPath": "components.admin.react.elements"
|
|
163
278
|
},
|
|
164
279
|
{
|
|
165
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "Tag",
|
|
166
281
|
"importPath": "react/admin/elements/",
|
|
167
282
|
"externalPath": "components.admin.react.elements"
|
|
168
283
|
},
|
|
169
284
|
{
|
|
170
|
-
"defaultExport": "
|
|
285
|
+
"defaultExport": "StatusIndicator",
|
|
171
286
|
"importPath": "react/admin/elements/",
|
|
172
287
|
"externalPath": "components.admin.react.elements"
|
|
173
288
|
},
|
|
@@ -177,7 +292,7 @@ module.exports = [
|
|
|
177
292
|
"externalPath": "components.admin.react.elements"
|
|
178
293
|
},
|
|
179
294
|
{
|
|
180
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Select",
|
|
181
296
|
"importPath": "react/admin/elements/",
|
|
182
297
|
"externalPath": "components.admin.react.elements"
|
|
183
298
|
},
|
|
@@ -192,7 +307,7 @@ module.exports = [
|
|
|
192
307
|
"externalPath": "components.admin.react.elements"
|
|
193
308
|
},
|
|
194
309
|
{
|
|
195
|
-
"defaultExport": "
|
|
310
|
+
"defaultExport": "Radio",
|
|
196
311
|
"importPath": "react/admin/elements/",
|
|
197
312
|
"externalPath": "components.admin.react.elements"
|
|
198
313
|
},
|
|
@@ -202,12 +317,12 @@ module.exports = [
|
|
|
202
317
|
"externalPath": "components.admin.react.elements"
|
|
203
318
|
},
|
|
204
319
|
{
|
|
205
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Label",
|
|
206
321
|
"importPath": "react/admin/elements/",
|
|
207
322
|
"externalPath": "components.admin.react.elements"
|
|
208
323
|
},
|
|
209
324
|
{
|
|
210
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Image",
|
|
211
326
|
"importPath": "react/admin/elements/",
|
|
212
327
|
"externalPath": "components.admin.react.elements"
|
|
213
328
|
},
|
|
@@ -232,7 +347,7 @@ module.exports = [
|
|
|
232
347
|
"externalPath": "components.admin.react.elements"
|
|
233
348
|
},
|
|
234
349
|
{
|
|
235
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Icon",
|
|
236
351
|
"importPath": "react/admin/elements/",
|
|
237
352
|
"externalPath": "components.admin.react.elements"
|
|
238
353
|
},
|
|
@@ -242,142 +357,77 @@ module.exports = [
|
|
|
242
357
|
"externalPath": "components.admin.react.elements"
|
|
243
358
|
},
|
|
244
359
|
{
|
|
245
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "Button",
|
|
246
361
|
"importPath": "react/admin/elements/",
|
|
247
362
|
"externalPath": "components.admin.react.elements"
|
|
248
363
|
},
|
|
249
364
|
{
|
|
250
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "Box",
|
|
251
366
|
"importPath": "react/admin/elements/",
|
|
252
367
|
"externalPath": "components.admin.react.elements"
|
|
253
368
|
},
|
|
254
369
|
{
|
|
255
|
-
"defaultExport": "
|
|
256
|
-
"importPath": "react/admin/
|
|
257
|
-
"externalPath": "components.admin.react.
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Tabs",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Steps",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "RouterNavBar",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Swatch",
|
|
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": "Repeater",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "NavBar",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Pagination",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "MetaBox",
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
302
|
-
"externalPath": "components.admin.react.modules"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "List",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "InputGroup",
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
312
|
-
"externalPath": "components.admin.react.modules"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "Flyout",
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
317
|
-
"externalPath": "components.admin.react.modules"
|
|
370
|
+
"defaultExport": "DescriptionList",
|
|
371
|
+
"importPath": "react/admin/elements/",
|
|
372
|
+
"externalPath": "components.admin.react.elements"
|
|
318
373
|
},
|
|
319
374
|
{
|
|
320
|
-
"defaultExport": "
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
375
|
+
"defaultExport": "VidyardVideo",
|
|
376
|
+
"importPath": "react/admin/modules/Videos/",
|
|
322
377
|
"externalPath": "components.admin.react.modules"
|
|
323
378
|
},
|
|
324
379
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
380
|
+
"defaultExport": "RingLoader",
|
|
381
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
327
382
|
"externalPath": "components.admin.react.modules"
|
|
328
383
|
},
|
|
329
384
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
385
|
+
"defaultExport": "RightSidebar",
|
|
386
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
332
387
|
"externalPath": "components.admin.react.modules"
|
|
333
388
|
},
|
|
334
389
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "ModularSidebar",
|
|
391
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
337
392
|
"externalPath": "components.admin.react.modules"
|
|
338
393
|
},
|
|
339
394
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "IconIndicator",
|
|
396
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
342
397
|
"externalPath": "components.admin.react.modules"
|
|
343
398
|
},
|
|
344
399
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "DotIndicator",
|
|
401
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
347
402
|
"externalPath": "components.admin.react.modules"
|
|
348
403
|
},
|
|
349
404
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "MetricCard",
|
|
406
|
+
"importPath": "react/admin/modules/Cards/",
|
|
352
407
|
"externalPath": "components.admin.react.modules"
|
|
353
408
|
},
|
|
354
409
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
410
|
+
"defaultExport": "IntegrationCard",
|
|
411
|
+
"importPath": "react/admin/modules/Cards/",
|
|
357
412
|
"externalPath": "components.admin.react.modules"
|
|
358
413
|
},
|
|
359
414
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
415
|
+
"defaultExport": "FormTemplateCard",
|
|
416
|
+
"importPath": "react/admin/modules/Cards/",
|
|
362
417
|
"externalPath": "components.admin.react.modules"
|
|
363
418
|
},
|
|
364
|
-
{
|
|
365
|
-
"defaultExport": "BrandedLink",
|
|
366
|
-
"importPath": "react/admin/elements/Link/",
|
|
367
|
-
"externalPath": "components.admin.react.elements"
|
|
368
|
-
},
|
|
369
419
|
{
|
|
370
420
|
"defaultExport": "ZohoLogo",
|
|
371
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
372
422
|
"externalPath": "components.admin.react.elements"
|
|
373
423
|
},
|
|
374
424
|
{
|
|
375
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "WordPressLogo",
|
|
376
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
377
427
|
"externalPath": "components.admin.react.elements"
|
|
378
428
|
},
|
|
379
429
|
{
|
|
380
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "ZohoFullLogo",
|
|
381
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
382
432
|
"externalPath": "components.admin.react.elements"
|
|
383
433
|
},
|
|
@@ -397,7 +447,7 @@ module.exports = [
|
|
|
397
447
|
"externalPath": "components.admin.react.elements"
|
|
398
448
|
},
|
|
399
449
|
{
|
|
400
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SparkPostLogo",
|
|
401
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
402
452
|
"externalPath": "components.admin.react.elements"
|
|
403
453
|
},
|
|
@@ -406,6 +456,11 @@ module.exports = [
|
|
|
406
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
457
|
"externalPath": "components.admin.react.elements"
|
|
408
458
|
},
|
|
459
|
+
{
|
|
460
|
+
"defaultExport": "TelegramLogo",
|
|
461
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
462
|
+
"externalPath": "components.admin.react.elements"
|
|
463
|
+
},
|
|
409
464
|
{
|
|
410
465
|
"defaultExport": "SlackLogo",
|
|
411
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -417,12 +472,12 @@ module.exports = [
|
|
|
417
472
|
"externalPath": "components.admin.react.elements"
|
|
418
473
|
},
|
|
419
474
|
{
|
|
420
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "SearchNoResults",
|
|
421
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
477
|
"externalPath": "components.admin.react.elements"
|
|
423
478
|
},
|
|
424
479
|
{
|
|
425
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "SendGridFullLogo",
|
|
426
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
482
|
"externalPath": "components.admin.react.elements"
|
|
428
483
|
},
|
|
@@ -477,22 +532,22 @@ module.exports = [
|
|
|
477
532
|
"externalPath": "components.admin.react.elements"
|
|
478
533
|
},
|
|
479
534
|
{
|
|
480
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailjetLogo",
|
|
481
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
537
|
"externalPath": "components.admin.react.elements"
|
|
483
538
|
},
|
|
484
539
|
{
|
|
485
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailjetFullLogo",
|
|
486
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
542
|
"externalPath": "components.admin.react.elements"
|
|
488
543
|
},
|
|
489
544
|
{
|
|
490
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailgunFullLogo",
|
|
491
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
547
|
"externalPath": "components.admin.react.elements"
|
|
493
548
|
},
|
|
494
549
|
{
|
|
495
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailgunLogo",
|
|
496
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
552
|
"externalPath": "components.admin.react.elements"
|
|
498
553
|
},
|
|
@@ -502,17 +557,17 @@ module.exports = [
|
|
|
502
557
|
"externalPath": "components.admin.react.elements"
|
|
503
558
|
},
|
|
504
559
|
{
|
|
505
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailerSendFullLogo",
|
|
506
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
562
|
"externalPath": "components.admin.react.elements"
|
|
508
563
|
},
|
|
509
564
|
{
|
|
510
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailchimpLogo",
|
|
511
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
567
|
"externalPath": "components.admin.react.elements"
|
|
513
568
|
},
|
|
514
569
|
{
|
|
515
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "MailchimpFullLogo",
|
|
516
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
572
|
"externalPath": "components.admin.react.elements"
|
|
518
573
|
},
|
|
@@ -522,7 +577,7 @@ module.exports = [
|
|
|
522
577
|
"externalPath": "components.admin.react.elements"
|
|
523
578
|
},
|
|
524
579
|
{
|
|
525
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailSuccess",
|
|
526
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
582
|
"externalPath": "components.admin.react.elements"
|
|
528
583
|
},
|
|
@@ -531,38 +586,43 @@ module.exports = [
|
|
|
531
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
587
|
"externalPath": "components.admin.react.elements"
|
|
533
588
|
},
|
|
589
|
+
{
|
|
590
|
+
"defaultExport": "MailFailed",
|
|
591
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
592
|
+
"externalPath": "components.admin.react.elements"
|
|
593
|
+
},
|
|
534
594
|
{
|
|
535
595
|
"defaultExport": "GravitySMTPLogo",
|
|
536
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
597
|
"externalPath": "components.admin.react.elements"
|
|
538
598
|
},
|
|
539
599
|
{
|
|
540
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
541
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
602
|
"externalPath": "components.admin.react.elements"
|
|
543
603
|
},
|
|
544
604
|
{
|
|
545
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
546
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
607
|
"externalPath": "components.admin.react.elements"
|
|
548
608
|
},
|
|
549
609
|
{
|
|
550
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
551
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
612
|
"externalPath": "components.admin.react.elements"
|
|
553
613
|
},
|
|
554
614
|
{
|
|
555
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "GoogleLogo",
|
|
556
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
617
|
"externalPath": "components.admin.react.elements"
|
|
558
618
|
},
|
|
559
619
|
{
|
|
560
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
561
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
622
|
"externalPath": "components.admin.react.elements"
|
|
563
623
|
},
|
|
564
624
|
{
|
|
565
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "GoogleAltLogo",
|
|
566
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
627
|
"externalPath": "components.admin.react.elements"
|
|
568
628
|
},
|
|
@@ -572,17 +632,17 @@ module.exports = [
|
|
|
572
632
|
"externalPath": "components.admin.react.elements"
|
|
573
633
|
},
|
|
574
634
|
{
|
|
575
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "ElasticEmailLogo",
|
|
576
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
637
|
"externalPath": "components.admin.react.elements"
|
|
578
638
|
},
|
|
579
639
|
{
|
|
580
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
581
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
642
|
"externalPath": "components.admin.react.elements"
|
|
583
643
|
},
|
|
584
644
|
{
|
|
585
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "CustomSMTPFull",
|
|
586
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
647
|
"externalPath": "components.admin.react.elements"
|
|
588
648
|
},
|
|
@@ -597,17 +657,17 @@ module.exports = [
|
|
|
597
657
|
"externalPath": "components.admin.react.elements"
|
|
598
658
|
},
|
|
599
659
|
{
|
|
600
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "BrokenImage",
|
|
601
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
662
|
"externalPath": "components.admin.react.elements"
|
|
603
663
|
},
|
|
604
664
|
{
|
|
605
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "BrevoLogo",
|
|
606
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
667
|
"externalPath": "components.admin.react.elements"
|
|
608
668
|
},
|
|
609
669
|
{
|
|
610
|
-
"defaultExport": "
|
|
670
|
+
"defaultExport": "BrevoFullLogo",
|
|
611
671
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
672
|
"externalPath": "components.admin.react.elements"
|
|
613
673
|
},
|
|
@@ -617,53 +677,18 @@ module.exports = [
|
|
|
617
677
|
"externalPath": "components.admin.react.elements"
|
|
618
678
|
},
|
|
619
679
|
{
|
|
620
|
-
"defaultExport": "
|
|
621
|
-
"importPath": "react/admin/elements/
|
|
680
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
681
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
622
682
|
"externalPath": "components.admin.react.elements"
|
|
623
683
|
},
|
|
624
684
|
{
|
|
625
|
-
"defaultExport": "
|
|
626
|
-
"importPath": "react/admin/
|
|
627
|
-
"externalPath": "components.admin.react.
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"defaultExport": "RingLoader",
|
|
631
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
632
|
-
"externalPath": "components.admin.react.modules"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"defaultExport": "RightSidebar",
|
|
636
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
637
|
-
"externalPath": "components.admin.react.modules"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"defaultExport": "IconIndicator",
|
|
641
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
642
|
-
"externalPath": "components.admin.react.modules"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"defaultExport": "DotIndicator",
|
|
646
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
647
|
-
"externalPath": "components.admin.react.modules"
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"defaultExport": "ModularSidebar",
|
|
651
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
652
|
-
"externalPath": "components.admin.react.modules"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"defaultExport": "MetricCard",
|
|
656
|
-
"importPath": "react/admin/modules/Cards/",
|
|
657
|
-
"externalPath": "components.admin.react.modules"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "IntegrationCard",
|
|
661
|
-
"importPath": "react/admin/modules/Cards/",
|
|
662
|
-
"externalPath": "components.admin.react.modules"
|
|
685
|
+
"defaultExport": "BrandedLink",
|
|
686
|
+
"importPath": "react/admin/elements/Link/",
|
|
687
|
+
"externalPath": "components.admin.react.elements"
|
|
663
688
|
},
|
|
664
689
|
{
|
|
665
|
-
"defaultExport": "
|
|
666
|
-
"importPath": "react/admin/
|
|
667
|
-
"externalPath": "components.admin.react.
|
|
690
|
+
"defaultExport": "BrandedButton",
|
|
691
|
+
"importPath": "react/admin/elements/Button/",
|
|
692
|
+
"externalPath": "components.admin.react.elements"
|
|
668
693
|
}
|
|
669
694
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.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",
|