@gravityforms/dependency-extraction-webpack-plugin 4.6.2 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mappings/components/admin.js +178 -173
- package/package.json +1 -1
|
@@ -45,17 +45,17 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StackedIcon",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"stackedIconTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StatusIndicator",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"statusIndicatorTemplate"
|
|
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": "Label",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"labelTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -85,17 +85,17 @@ module.exports = [
|
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Input",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"inputTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Loader",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"loaderTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -109,9 +109,9 @@ module.exports = [
|
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Button",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"buttonTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -126,21 +126,126 @@ module.exports = [
|
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Heading",
|
|
130
130
|
"namedExports": [
|
|
131
|
-
"
|
|
131
|
+
"headingTemplate"
|
|
132
132
|
],
|
|
133
133
|
"importPath": "html/admin/elements/",
|
|
134
134
|
"externalPath": "components.admin.html.elements"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "Alert",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
139
|
+
"alertTemplate"
|
|
140
140
|
],
|
|
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": "Swatch",
|
|
151
|
+
"importPath": "react/admin/modules/",
|
|
152
|
+
"externalPath": "components.admin.react.modules"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "Steps",
|
|
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": "Repeater",
|
|
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": "Pagination",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "NavBar",
|
|
181
|
+
"importPath": "react/admin/modules/",
|
|
182
|
+
"externalPath": "components.admin.react.modules"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "MetaBox",
|
|
186
|
+
"importPath": "react/admin/modules/",
|
|
187
|
+
"externalPath": "components.admin.react.modules"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "List",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "InputGroup",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "Gravatar",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Flyout",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Droplist",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Dropdown",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "ColorPicker",
|
|
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": "Chart",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Calendar",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "Alert",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
248
|
+
},
|
|
144
249
|
{
|
|
145
250
|
"defaultExport": "Toggle",
|
|
146
251
|
"importPath": "react/admin/elements/",
|
|
@@ -177,7 +282,7 @@ module.exports = [
|
|
|
177
282
|
"externalPath": "components.admin.react.elements"
|
|
178
283
|
},
|
|
179
284
|
{
|
|
180
|
-
"defaultExport": "
|
|
285
|
+
"defaultExport": "Link",
|
|
181
286
|
"importPath": "react/admin/elements/",
|
|
182
287
|
"externalPath": "components.admin.react.elements"
|
|
183
288
|
},
|
|
@@ -187,7 +292,7 @@ module.exports = [
|
|
|
187
292
|
"externalPath": "components.admin.react.elements"
|
|
188
293
|
},
|
|
189
294
|
{
|
|
190
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Radio",
|
|
191
296
|
"importPath": "react/admin/elements/",
|
|
192
297
|
"externalPath": "components.admin.react.elements"
|
|
193
298
|
},
|
|
@@ -202,12 +307,7 @@ module.exports = [
|
|
|
202
307
|
"externalPath": "components.admin.react.elements"
|
|
203
308
|
},
|
|
204
309
|
{
|
|
205
|
-
"defaultExport": "
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "Heading",
|
|
310
|
+
"defaultExport": "Image",
|
|
211
311
|
"importPath": "react/admin/elements/",
|
|
212
312
|
"externalPath": "components.admin.react.elements"
|
|
213
313
|
},
|
|
@@ -222,12 +322,12 @@ module.exports = [
|
|
|
222
322
|
"externalPath": "components.admin.react.elements"
|
|
223
323
|
},
|
|
224
324
|
{
|
|
225
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "FileUpload",
|
|
226
326
|
"importPath": "react/admin/elements/",
|
|
227
327
|
"externalPath": "components.admin.react.elements"
|
|
228
328
|
},
|
|
229
329
|
{
|
|
230
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Heading",
|
|
231
331
|
"importPath": "react/admin/elements/",
|
|
232
332
|
"externalPath": "components.admin.react.elements"
|
|
233
333
|
},
|
|
@@ -237,7 +337,7 @@ module.exports = [
|
|
|
237
337
|
"externalPath": "components.admin.react.elements"
|
|
238
338
|
},
|
|
239
339
|
{
|
|
240
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Icon",
|
|
241
341
|
"importPath": "react/admin/elements/",
|
|
242
342
|
"externalPath": "components.admin.react.elements"
|
|
243
343
|
},
|
|
@@ -246,123 +346,68 @@ module.exports = [
|
|
|
246
346
|
"importPath": "react/admin/elements/",
|
|
247
347
|
"externalPath": "components.admin.react.elements"
|
|
248
348
|
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Tooltip",
|
|
251
|
-
"importPath": "react/admin/modules/",
|
|
252
|
-
"externalPath": "components.admin.react.modules"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Swatch",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "SnackBar",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "RouterNavBar",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
349
|
{
|
|
270
350
|
"defaultExport": "Button",
|
|
271
351
|
"importPath": "react/admin/elements/",
|
|
272
352
|
"externalPath": "components.admin.react.elements"
|
|
273
353
|
},
|
|
274
354
|
{
|
|
275
|
-
"defaultExport": "
|
|
276
|
-
"importPath": "react/admin/
|
|
277
|
-
"externalPath": "components.admin.react.
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Steps",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "NavBar",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "MetaBox",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "List",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "InputGroup",
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
302
|
-
"externalPath": "components.admin.react.modules"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "Gravatar",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
355
|
+
"defaultExport": "Box",
|
|
356
|
+
"importPath": "react/admin/elements/",
|
|
357
|
+
"externalPath": "components.admin.react.elements"
|
|
308
358
|
},
|
|
309
359
|
{
|
|
310
|
-
"defaultExport": "
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
360
|
+
"defaultExport": "VidyardVideo",
|
|
361
|
+
"importPath": "react/admin/modules/Videos/",
|
|
312
362
|
"externalPath": "components.admin.react.modules"
|
|
313
363
|
},
|
|
314
364
|
{
|
|
315
|
-
"defaultExport": "
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
365
|
+
"defaultExport": "RightSidebar",
|
|
366
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
317
367
|
"externalPath": "components.admin.react.modules"
|
|
318
368
|
},
|
|
319
369
|
{
|
|
320
|
-
"defaultExport": "
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
370
|
+
"defaultExport": "RingLoader",
|
|
371
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
322
372
|
"externalPath": "components.admin.react.modules"
|
|
323
373
|
},
|
|
324
374
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
375
|
+
"defaultExport": "ModularSidebar",
|
|
376
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
327
377
|
"externalPath": "components.admin.react.modules"
|
|
328
378
|
},
|
|
329
379
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
380
|
+
"defaultExport": "IconIndicator",
|
|
381
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
332
382
|
"externalPath": "components.admin.react.modules"
|
|
333
383
|
},
|
|
334
384
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
385
|
+
"defaultExport": "DotIndicator",
|
|
386
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
337
387
|
"externalPath": "components.admin.react.modules"
|
|
338
388
|
},
|
|
339
389
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "IntegrationCard",
|
|
391
|
+
"importPath": "react/admin/modules/Cards/",
|
|
342
392
|
"externalPath": "components.admin.react.modules"
|
|
343
393
|
},
|
|
344
394
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "MetricCard",
|
|
396
|
+
"importPath": "react/admin/modules/Cards/",
|
|
347
397
|
"externalPath": "components.admin.react.modules"
|
|
348
398
|
},
|
|
349
399
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "FormTemplateCard",
|
|
401
|
+
"importPath": "react/admin/modules/Cards/",
|
|
352
402
|
"externalPath": "components.admin.react.modules"
|
|
353
403
|
},
|
|
354
|
-
{
|
|
355
|
-
"defaultExport": "BrandedLink",
|
|
356
|
-
"importPath": "react/admin/elements/Link/",
|
|
357
|
-
"externalPath": "components.admin.react.elements"
|
|
358
|
-
},
|
|
359
404
|
{
|
|
360
405
|
"defaultExport": "ZohoLogo",
|
|
361
406
|
"importPath": "react/admin/elements/Svgs/",
|
|
362
407
|
"externalPath": "components.admin.react.elements"
|
|
363
408
|
},
|
|
364
409
|
{
|
|
365
|
-
"defaultExport": "
|
|
410
|
+
"defaultExport": "WordPressLogo",
|
|
366
411
|
"importPath": "react/admin/elements/Svgs/",
|
|
367
412
|
"externalPath": "components.admin.react.elements"
|
|
368
413
|
},
|
|
@@ -377,17 +422,17 @@ module.exports = [
|
|
|
377
422
|
"externalPath": "components.admin.react.elements"
|
|
378
423
|
},
|
|
379
424
|
{
|
|
380
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "TwilioLogo",
|
|
381
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
382
427
|
"externalPath": "components.admin.react.elements"
|
|
383
428
|
},
|
|
384
429
|
{
|
|
385
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "TelegramLogo",
|
|
386
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
387
432
|
"externalPath": "components.admin.react.elements"
|
|
388
433
|
},
|
|
389
434
|
{
|
|
390
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "SparkPostLogo",
|
|
391
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
392
437
|
"externalPath": "components.admin.react.elements"
|
|
393
438
|
},
|
|
@@ -401,18 +446,13 @@ module.exports = [
|
|
|
401
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
402
447
|
"externalPath": "components.admin.react.elements"
|
|
403
448
|
},
|
|
404
|
-
{
|
|
405
|
-
"defaultExport": "SearchNoResults",
|
|
406
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
407
|
-
"externalPath": "components.admin.react.elements"
|
|
408
|
-
},
|
|
409
449
|
{
|
|
410
450
|
"defaultExport": "SendGridFullLogo",
|
|
411
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
452
|
"externalPath": "components.admin.react.elements"
|
|
413
453
|
},
|
|
414
454
|
{
|
|
415
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SearchNoResults",
|
|
416
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
457
|
"externalPath": "components.admin.react.elements"
|
|
418
458
|
},
|
|
@@ -432,7 +472,7 @@ module.exports = [
|
|
|
432
472
|
"externalPath": "components.admin.react.elements"
|
|
433
473
|
},
|
|
434
474
|
{
|
|
435
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkLogo",
|
|
436
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
477
|
"externalPath": "components.admin.react.elements"
|
|
438
478
|
},
|
|
@@ -441,11 +481,21 @@ module.exports = [
|
|
|
441
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
482
|
"externalPath": "components.admin.react.elements"
|
|
443
483
|
},
|
|
484
|
+
{
|
|
485
|
+
"defaultExport": "MandrillLogo",
|
|
486
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
487
|
+
"externalPath": "components.admin.react.elements"
|
|
488
|
+
},
|
|
444
489
|
{
|
|
445
490
|
"defaultExport": "MicrosoftAltLogo",
|
|
446
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
492
|
"externalPath": "components.admin.react.elements"
|
|
448
493
|
},
|
|
494
|
+
{
|
|
495
|
+
"defaultExport": "MicrosoftLogo",
|
|
496
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
497
|
+
"externalPath": "components.admin.react.elements"
|
|
498
|
+
},
|
|
449
499
|
{
|
|
450
500
|
"defaultExport": "MicrosoftFullLogo",
|
|
451
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -457,12 +507,12 @@ module.exports = [
|
|
|
457
507
|
"externalPath": "components.admin.react.elements"
|
|
458
508
|
},
|
|
459
509
|
{
|
|
460
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MailSuccessBg",
|
|
461
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
512
|
"externalPath": "components.admin.react.elements"
|
|
463
513
|
},
|
|
464
514
|
{
|
|
465
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MailSuccess",
|
|
466
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
517
|
"externalPath": "components.admin.react.elements"
|
|
468
518
|
},
|
|
@@ -472,22 +522,22 @@ module.exports = [
|
|
|
472
522
|
"externalPath": "components.admin.react.elements"
|
|
473
523
|
},
|
|
474
524
|
{
|
|
475
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MailFailedBg",
|
|
476
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
527
|
"externalPath": "components.admin.react.elements"
|
|
478
528
|
},
|
|
479
529
|
{
|
|
480
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailFailed",
|
|
481
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
532
|
"externalPath": "components.admin.react.elements"
|
|
483
533
|
},
|
|
484
534
|
{
|
|
485
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "GravitySMTPLogo",
|
|
486
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
537
|
"externalPath": "components.admin.react.elements"
|
|
488
538
|
},
|
|
489
539
|
{
|
|
490
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
491
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
542
|
"externalPath": "components.admin.react.elements"
|
|
493
543
|
},
|
|
@@ -497,32 +547,32 @@ module.exports = [
|
|
|
497
547
|
"externalPath": "components.admin.react.elements"
|
|
498
548
|
},
|
|
499
549
|
{
|
|
500
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
501
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
552
|
"externalPath": "components.admin.react.elements"
|
|
503
553
|
},
|
|
504
554
|
{
|
|
505
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "GoogleFullLogo",
|
|
506
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
557
|
"externalPath": "components.admin.react.elements"
|
|
508
558
|
},
|
|
509
559
|
{
|
|
510
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "GoogleLogo",
|
|
511
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
562
|
"externalPath": "components.admin.react.elements"
|
|
513
563
|
},
|
|
514
564
|
{
|
|
515
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "CustomSMTPFull",
|
|
516
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
567
|
"externalPath": "components.admin.react.elements"
|
|
518
568
|
},
|
|
519
569
|
{
|
|
520
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "GoogleAltLogo",
|
|
521
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
572
|
"externalPath": "components.admin.react.elements"
|
|
523
573
|
},
|
|
524
574
|
{
|
|
525
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "BrevoLogo",
|
|
526
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
577
|
"externalPath": "components.admin.react.elements"
|
|
528
578
|
},
|
|
@@ -547,58 +597,13 @@ module.exports = [
|
|
|
547
597
|
"externalPath": "components.admin.react.elements"
|
|
548
598
|
},
|
|
549
599
|
{
|
|
550
|
-
"defaultExport": "
|
|
551
|
-
"importPath": "react/admin/elements/
|
|
600
|
+
"defaultExport": "BrandedLink",
|
|
601
|
+
"importPath": "react/admin/elements/Link/",
|
|
552
602
|
"externalPath": "components.admin.react.elements"
|
|
553
603
|
},
|
|
554
|
-
{
|
|
555
|
-
"defaultExport": "VidyardVideo",
|
|
556
|
-
"importPath": "react/admin/modules/Videos/",
|
|
557
|
-
"externalPath": "components.admin.react.modules"
|
|
558
|
-
},
|
|
559
604
|
{
|
|
560
605
|
"defaultExport": "BrandedButton",
|
|
561
606
|
"importPath": "react/admin/elements/Button/",
|
|
562
607
|
"externalPath": "components.admin.react.elements"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"defaultExport": "RightSidebar",
|
|
566
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
567
|
-
"externalPath": "components.admin.react.modules"
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"defaultExport": "ModularSidebar",
|
|
571
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
572
|
-
"externalPath": "components.admin.react.modules"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"defaultExport": "IconIndicator",
|
|
576
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
577
|
-
"externalPath": "components.admin.react.modules"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"defaultExport": "DotIndicator",
|
|
581
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
582
|
-
"externalPath": "components.admin.react.modules"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"defaultExport": "RingLoader",
|
|
586
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
587
|
-
"externalPath": "components.admin.react.modules"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"defaultExport": "MetricCard",
|
|
591
|
-
"importPath": "react/admin/modules/Cards/",
|
|
592
|
-
"externalPath": "components.admin.react.modules"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"defaultExport": "IntegrationCard",
|
|
596
|
-
"importPath": "react/admin/modules/Cards/",
|
|
597
|
-
"externalPath": "components.admin.react.modules"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"defaultExport": "FormTemplateCard",
|
|
601
|
-
"importPath": "react/admin/modules/Cards/",
|
|
602
|
-
"externalPath": "components.admin.react.modules"
|
|
603
608
|
}
|
|
604
609
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "Dependency extraction webpack plugin for use in Gravity Forms development. Extends the WordPress plugin.",
|
|
5
5
|
"author": "Rocketgenius",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|