@gravityforms/dependency-extraction-webpack-plugin 5.6.3 → 5.6.5
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 +209 -214
- package/package.json +1 -1
|
@@ -29,9 +29,9 @@ module.exports = [
|
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "StatusIndicator",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"statusIndicatorTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
@@ -45,17 +45,17 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Textarea",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"textareaTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StackedIcon",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"stackedIconTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
@@ -69,9 +69,9 @@ module.exports = [
|
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Loader",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"loaderTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -85,9 +85,9 @@ module.exports = [
|
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Link",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"linkTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,6 +141,146 @@ 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": "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": "Repeater",
|
|
171
|
+
"importPath": "react/admin/modules/",
|
|
172
|
+
"externalPath": "components.admin.react.modules"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "RouterNavBar",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Pagination",
|
|
181
|
+
"importPath": "react/admin/modules/",
|
|
182
|
+
"externalPath": "components.admin.react.modules"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Phone",
|
|
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": "InputGroup",
|
|
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": "Flyout",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Droplist",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "Dialog",
|
|
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": "DataGrid",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "ColorPicker",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "Chart",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "Calendar",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"defaultExport": "Banner",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "AvatarGroup",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Avatar",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
272
|
+
"externalPath": "components.admin.react.modules"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"defaultExport": "Address",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
277
|
+
"externalPath": "components.admin.react.modules"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Alert",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
282
|
+
"externalPath": "components.admin.react.modules"
|
|
283
|
+
},
|
|
144
284
|
{
|
|
145
285
|
"defaultExport": "Toggle",
|
|
146
286
|
"importPath": "react/admin/elements/",
|
|
@@ -161,13 +301,18 @@ module.exports = [
|
|
|
161
301
|
"importPath": "react/admin/elements/",
|
|
162
302
|
"externalPath": "components.admin.react.elements"
|
|
163
303
|
},
|
|
304
|
+
{
|
|
305
|
+
"defaultExport": "StatusIndicator",
|
|
306
|
+
"importPath": "react/admin/elements/",
|
|
307
|
+
"externalPath": "components.admin.react.elements"
|
|
308
|
+
},
|
|
164
309
|
{
|
|
165
310
|
"defaultExport": "Select",
|
|
166
311
|
"importPath": "react/admin/elements/",
|
|
167
312
|
"externalPath": "components.admin.react.elements"
|
|
168
313
|
},
|
|
169
314
|
{
|
|
170
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "Range",
|
|
171
316
|
"importPath": "react/admin/elements/",
|
|
172
317
|
"externalPath": "components.admin.react.elements"
|
|
173
318
|
},
|
|
@@ -177,7 +322,7 @@ module.exports = [
|
|
|
177
322
|
"externalPath": "components.admin.react.elements"
|
|
178
323
|
},
|
|
179
324
|
{
|
|
180
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Pill",
|
|
181
326
|
"importPath": "react/admin/elements/",
|
|
182
327
|
"externalPath": "components.admin.react.elements"
|
|
183
328
|
},
|
|
@@ -192,7 +337,7 @@ module.exports = [
|
|
|
192
337
|
"externalPath": "components.admin.react.elements"
|
|
193
338
|
},
|
|
194
339
|
{
|
|
195
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Image",
|
|
196
341
|
"importPath": "react/admin/elements/",
|
|
197
342
|
"externalPath": "components.admin.react.elements"
|
|
198
343
|
},
|
|
@@ -202,22 +347,22 @@ module.exports = [
|
|
|
202
347
|
"externalPath": "components.admin.react.elements"
|
|
203
348
|
},
|
|
204
349
|
{
|
|
205
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Icon",
|
|
206
351
|
"importPath": "react/admin/elements/",
|
|
207
352
|
"externalPath": "components.admin.react.elements"
|
|
208
353
|
},
|
|
209
354
|
{
|
|
210
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "Heading",
|
|
211
356
|
"importPath": "react/admin/elements/",
|
|
212
357
|
"externalPath": "components.admin.react.elements"
|
|
213
358
|
},
|
|
214
359
|
{
|
|
215
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "HelpText",
|
|
216
361
|
"importPath": "react/admin/elements/",
|
|
217
362
|
"externalPath": "components.admin.react.elements"
|
|
218
363
|
},
|
|
219
364
|
{
|
|
220
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "Grid",
|
|
221
366
|
"importPath": "react/admin/elements/",
|
|
222
367
|
"externalPath": "components.admin.react.elements"
|
|
223
368
|
},
|
|
@@ -226,11 +371,6 @@ module.exports = [
|
|
|
226
371
|
"importPath": "react/admin/elements/",
|
|
227
372
|
"externalPath": "components.admin.react.elements"
|
|
228
373
|
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Icon",
|
|
231
|
-
"importPath": "react/admin/elements/",
|
|
232
|
-
"externalPath": "components.admin.react.elements"
|
|
233
|
-
},
|
|
234
374
|
{
|
|
235
375
|
"defaultExport": "DescriptionList",
|
|
236
376
|
"importPath": "react/admin/elements/",
|
|
@@ -247,148 +387,63 @@ module.exports = [
|
|
|
247
387
|
"externalPath": "components.admin.react.elements"
|
|
248
388
|
},
|
|
249
389
|
{
|
|
250
|
-
"defaultExport": "
|
|
251
|
-
"importPath": "react/admin/
|
|
252
|
-
"externalPath": "components.admin.react.elements"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Tooltip",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
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": "Swatch",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Phone",
|
|
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": "RouterNavBar",
|
|
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": "Overlay",
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
302
|
-
"externalPath": "components.admin.react.modules"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "NavBar",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "List",
|
|
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": "InputGroup",
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
322
|
-
"externalPath": "components.admin.react.modules"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"defaultExport": "Gravatar",
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
327
|
-
"externalPath": "components.admin.react.modules"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"defaultExport": "Droplist",
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
332
|
-
"externalPath": "components.admin.react.modules"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"defaultExport": "Flyout",
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "VidyardVideo",
|
|
391
|
+
"importPath": "react/admin/modules/Videos/",
|
|
337
392
|
"externalPath": "components.admin.react.modules"
|
|
338
393
|
},
|
|
339
394
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/
|
|
342
|
-
"externalPath": "components.admin.react.
|
|
395
|
+
"defaultExport": "Button",
|
|
396
|
+
"importPath": "react/admin/elements/",
|
|
397
|
+
"externalPath": "components.admin.react.elements"
|
|
343
398
|
},
|
|
344
399
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "RingLoader",
|
|
401
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
347
402
|
"externalPath": "components.admin.react.modules"
|
|
348
403
|
},
|
|
349
404
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "Placeholder",
|
|
406
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
352
407
|
"externalPath": "components.admin.react.modules"
|
|
353
408
|
},
|
|
354
409
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
410
|
+
"defaultExport": "RightSidebar",
|
|
411
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
357
412
|
"externalPath": "components.admin.react.modules"
|
|
358
413
|
},
|
|
359
414
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
415
|
+
"defaultExport": "ModularSidebar",
|
|
416
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
362
417
|
"externalPath": "components.admin.react.modules"
|
|
363
418
|
},
|
|
364
419
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
420
|
+
"defaultExport": "IconIndicator",
|
|
421
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
367
422
|
"externalPath": "components.admin.react.modules"
|
|
368
423
|
},
|
|
369
424
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
425
|
+
"defaultExport": "DotIndicator",
|
|
426
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
372
427
|
"externalPath": "components.admin.react.modules"
|
|
373
428
|
},
|
|
374
429
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
430
|
+
"defaultExport": "CountryDropdown",
|
|
431
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
377
432
|
"externalPath": "components.admin.react.modules"
|
|
378
433
|
},
|
|
379
434
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
435
|
+
"defaultExport": "MetricCard",
|
|
436
|
+
"importPath": "react/admin/modules/Cards/",
|
|
382
437
|
"externalPath": "components.admin.react.modules"
|
|
383
438
|
},
|
|
384
439
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/",
|
|
440
|
+
"defaultExport": "IntegrationCard",
|
|
441
|
+
"importPath": "react/admin/modules/Cards/",
|
|
387
442
|
"externalPath": "components.admin.react.modules"
|
|
388
443
|
},
|
|
389
444
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/",
|
|
445
|
+
"defaultExport": "FormTemplateCard",
|
|
446
|
+
"importPath": "react/admin/modules/Cards/",
|
|
392
447
|
"externalPath": "components.admin.react.modules"
|
|
393
448
|
},
|
|
394
449
|
{
|
|
@@ -407,37 +462,37 @@ module.exports = [
|
|
|
407
462
|
"externalPath": "components.admin.react.elements"
|
|
408
463
|
},
|
|
409
464
|
{
|
|
410
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "WhatsAppLogo",
|
|
411
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
467
|
"externalPath": "components.admin.react.elements"
|
|
413
468
|
},
|
|
414
469
|
{
|
|
415
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
416
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
472
|
"externalPath": "components.admin.react.elements"
|
|
418
473
|
},
|
|
419
474
|
{
|
|
420
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "TwilioLogo",
|
|
421
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
477
|
"externalPath": "components.admin.react.elements"
|
|
423
478
|
},
|
|
424
479
|
{
|
|
425
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "TelegramLogo",
|
|
426
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
482
|
"externalPath": "components.admin.react.elements"
|
|
428
483
|
},
|
|
429
484
|
{
|
|
430
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "SparkPostLogo",
|
|
431
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
487
|
"externalPath": "components.admin.react.elements"
|
|
433
488
|
},
|
|
434
489
|
{
|
|
435
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "SparkPostLogo",
|
|
436
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
492
|
"externalPath": "components.admin.react.elements"
|
|
438
493
|
},
|
|
439
494
|
{
|
|
440
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "SlackLogo",
|
|
441
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
497
|
"externalPath": "components.admin.react.elements"
|
|
443
498
|
},
|
|
@@ -497,12 +552,12 @@ module.exports = [
|
|
|
497
552
|
"externalPath": "components.admin.react.elements"
|
|
498
553
|
},
|
|
499
554
|
{
|
|
500
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
501
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
557
|
"externalPath": "components.admin.react.elements"
|
|
503
558
|
},
|
|
504
559
|
{
|
|
505
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MandrillLogo",
|
|
506
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
562
|
"externalPath": "components.admin.react.elements"
|
|
508
563
|
},
|
|
@@ -527,12 +582,12 @@ module.exports = [
|
|
|
527
582
|
"externalPath": "components.admin.react.elements"
|
|
528
583
|
},
|
|
529
584
|
{
|
|
530
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "MailerSendLogo",
|
|
531
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
587
|
"externalPath": "components.admin.react.elements"
|
|
533
588
|
},
|
|
534
589
|
{
|
|
535
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "MailerSendFullLogo",
|
|
536
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
592
|
"externalPath": "components.admin.react.elements"
|
|
538
593
|
},
|
|
@@ -557,12 +612,12 @@ module.exports = [
|
|
|
557
612
|
"externalPath": "components.admin.react.elements"
|
|
558
613
|
},
|
|
559
614
|
{
|
|
560
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "MailFailedBg",
|
|
561
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
617
|
"externalPath": "components.admin.react.elements"
|
|
563
618
|
},
|
|
564
619
|
{
|
|
565
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "MailFailed",
|
|
566
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
622
|
"externalPath": "components.admin.react.elements"
|
|
568
623
|
},
|
|
@@ -577,12 +632,12 @@ module.exports = [
|
|
|
577
632
|
"externalPath": "components.admin.react.elements"
|
|
578
633
|
},
|
|
579
634
|
{
|
|
580
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
581
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
637
|
"externalPath": "components.admin.react.elements"
|
|
583
638
|
},
|
|
584
639
|
{
|
|
585
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
586
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
642
|
"externalPath": "components.admin.react.elements"
|
|
588
643
|
},
|
|
@@ -597,12 +652,12 @@ module.exports = [
|
|
|
597
652
|
"externalPath": "components.admin.react.elements"
|
|
598
653
|
},
|
|
599
654
|
{
|
|
600
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "GoogleFullLogo",
|
|
601
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
657
|
"externalPath": "components.admin.react.elements"
|
|
603
658
|
},
|
|
604
659
|
{
|
|
605
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "GoogleAltLogo",
|
|
606
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
662
|
"externalPath": "components.admin.react.elements"
|
|
608
663
|
},
|
|
@@ -637,7 +692,7 @@ module.exports = [
|
|
|
637
692
|
"externalPath": "components.admin.react.elements"
|
|
638
693
|
},
|
|
639
694
|
{
|
|
640
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "BrevoLogo",
|
|
641
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
697
|
"externalPath": "components.admin.react.elements"
|
|
643
698
|
},
|
|
@@ -647,83 +702,23 @@ module.exports = [
|
|
|
647
702
|
"externalPath": "components.admin.react.elements"
|
|
648
703
|
},
|
|
649
704
|
{
|
|
650
|
-
"defaultExport": "
|
|
705
|
+
"defaultExport": "AmazonAWSLogo",
|
|
651
706
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
707
|
"externalPath": "components.admin.react.elements"
|
|
653
708
|
},
|
|
654
709
|
{
|
|
655
|
-
"defaultExport": "
|
|
656
|
-
"importPath": "react/admin/elements/Link/",
|
|
657
|
-
"externalPath": "components.admin.react.elements"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "BrevoLogo",
|
|
710
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
661
711
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
712
|
"externalPath": "components.admin.react.elements"
|
|
663
713
|
},
|
|
664
714
|
{
|
|
665
|
-
"defaultExport": "
|
|
666
|
-
"importPath": "react/admin/elements/
|
|
715
|
+
"defaultExport": "BrandedLink",
|
|
716
|
+
"importPath": "react/admin/elements/Link/",
|
|
667
717
|
"externalPath": "components.admin.react.elements"
|
|
668
718
|
},
|
|
669
719
|
{
|
|
670
720
|
"defaultExport": "BrandedButton",
|
|
671
721
|
"importPath": "react/admin/elements/Button/",
|
|
672
722
|
"externalPath": "components.admin.react.elements"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"defaultExport": "VidyardVideo",
|
|
676
|
-
"importPath": "react/admin/modules/Videos/",
|
|
677
|
-
"externalPath": "components.admin.react.modules"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"defaultExport": "RingLoader",
|
|
681
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
682
|
-
"externalPath": "components.admin.react.modules"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"defaultExport": "Placeholder",
|
|
686
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
687
|
-
"externalPath": "components.admin.react.modules"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"defaultExport": "RightSidebar",
|
|
691
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
692
|
-
"externalPath": "components.admin.react.modules"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"defaultExport": "ModularSidebar",
|
|
696
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
697
|
-
"externalPath": "components.admin.react.modules"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"defaultExport": "DotIndicator",
|
|
701
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
702
|
-
"externalPath": "components.admin.react.modules"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"defaultExport": "IconIndicator",
|
|
706
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
707
|
-
"externalPath": "components.admin.react.modules"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"defaultExport": "CountryDropdown",
|
|
711
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
712
|
-
"externalPath": "components.admin.react.modules"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"defaultExport": "MetricCard",
|
|
716
|
-
"importPath": "react/admin/modules/Cards/",
|
|
717
|
-
"externalPath": "components.admin.react.modules"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"defaultExport": "IntegrationCard",
|
|
721
|
-
"importPath": "react/admin/modules/Cards/",
|
|
722
|
-
"externalPath": "components.admin.react.modules"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"defaultExport": "FormTemplateCard",
|
|
726
|
-
"importPath": "react/admin/modules/Cards/",
|
|
727
|
-
"externalPath": "components.admin.react.modules"
|
|
728
723
|
}
|
|
729
724
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.5",
|
|
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",
|