@gravityforms/dependency-extraction-webpack-plugin 5.0.0 → 5.1.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 +181 -181
- package/package.json +1 -1
|
@@ -21,17 +21,17 @@ module.exports = [
|
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"defaultExport": "
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"toggleTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Textarea",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"textareaTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
@@ -61,9 +61,9 @@ module.exports = [
|
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Select",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"selectTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
@@ -85,42 +85,42 @@ module.exports = [
|
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Loader",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"loaderTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "HelpText",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"helpTextTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
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": "Dropdown",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"dropdownTemplate",
|
|
115
|
+
"dropdownListItems"
|
|
115
116
|
],
|
|
116
117
|
"importPath": "html/admin/elements/",
|
|
117
118
|
"externalPath": "components.admin.html.elements"
|
|
118
119
|
},
|
|
119
120
|
{
|
|
120
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "Input",
|
|
121
122
|
"namedExports": [
|
|
122
|
-
"
|
|
123
|
-
"dropdownListItems"
|
|
123
|
+
"inputTemplate"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,6 +141,116 @@ 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": "Swatch",
|
|
151
|
+
"importPath": "react/admin/modules/",
|
|
152
|
+
"externalPath": "components.admin.react.modules"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "SnackBar",
|
|
156
|
+
"importPath": "react/admin/modules/",
|
|
157
|
+
"externalPath": "components.admin.react.modules"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Tabs",
|
|
161
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "RouterNavBar",
|
|
166
|
+
"importPath": "react/admin/modules/",
|
|
167
|
+
"externalPath": "components.admin.react.modules"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "Steps",
|
|
171
|
+
"importPath": "react/admin/modules/",
|
|
172
|
+
"externalPath": "components.admin.react.modules"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Repeater",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Pagination",
|
|
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": "NavBar",
|
|
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": "Flyout",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Gravatar",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Droplist",
|
|
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": "Chart",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "ColorPicker",
|
|
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": "Alert",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
144
254
|
{
|
|
145
255
|
"defaultExport": "Toggle",
|
|
146
256
|
"importPath": "react/admin/elements/",
|
|
@@ -167,32 +277,32 @@ module.exports = [
|
|
|
167
277
|
"externalPath": "components.admin.react.elements"
|
|
168
278
|
},
|
|
169
279
|
{
|
|
170
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "Range",
|
|
171
281
|
"importPath": "react/admin/elements/",
|
|
172
282
|
"externalPath": "components.admin.react.elements"
|
|
173
283
|
},
|
|
174
284
|
{
|
|
175
|
-
"defaultExport": "
|
|
285
|
+
"defaultExport": "Select",
|
|
176
286
|
"importPath": "react/admin/elements/",
|
|
177
287
|
"externalPath": "components.admin.react.elements"
|
|
178
288
|
},
|
|
179
289
|
{
|
|
180
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Pill",
|
|
181
291
|
"importPath": "react/admin/elements/",
|
|
182
292
|
"externalPath": "components.admin.react.elements"
|
|
183
293
|
},
|
|
184
294
|
{
|
|
185
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Radio",
|
|
186
296
|
"importPath": "react/admin/elements/",
|
|
187
297
|
"externalPath": "components.admin.react.elements"
|
|
188
298
|
},
|
|
189
299
|
{
|
|
190
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Label",
|
|
191
301
|
"importPath": "react/admin/elements/",
|
|
192
302
|
"externalPath": "components.admin.react.elements"
|
|
193
303
|
},
|
|
194
304
|
{
|
|
195
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "Link",
|
|
196
306
|
"importPath": "react/admin/elements/",
|
|
197
307
|
"externalPath": "components.admin.react.elements"
|
|
198
308
|
},
|
|
@@ -207,7 +317,7 @@ module.exports = [
|
|
|
207
317
|
"externalPath": "components.admin.react.elements"
|
|
208
318
|
},
|
|
209
319
|
{
|
|
210
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Icon",
|
|
211
321
|
"importPath": "react/admin/elements/",
|
|
212
322
|
"externalPath": "components.admin.react.elements"
|
|
213
323
|
},
|
|
@@ -217,22 +327,22 @@ module.exports = [
|
|
|
217
327
|
"externalPath": "components.admin.react.elements"
|
|
218
328
|
},
|
|
219
329
|
{
|
|
220
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Heading",
|
|
221
331
|
"importPath": "react/admin/elements/",
|
|
222
332
|
"externalPath": "components.admin.react.elements"
|
|
223
333
|
},
|
|
224
334
|
{
|
|
225
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Grid",
|
|
226
336
|
"importPath": "react/admin/elements/",
|
|
227
337
|
"externalPath": "components.admin.react.elements"
|
|
228
338
|
},
|
|
229
339
|
{
|
|
230
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "DescriptionList",
|
|
231
341
|
"importPath": "react/admin/elements/",
|
|
232
342
|
"externalPath": "components.admin.react.elements"
|
|
233
343
|
},
|
|
234
344
|
{
|
|
235
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "FileUpload",
|
|
236
346
|
"importPath": "react/admin/elements/",
|
|
237
347
|
"externalPath": "components.admin.react.elements"
|
|
238
348
|
},
|
|
@@ -252,113 +362,48 @@ module.exports = [
|
|
|
252
362
|
"externalPath": "components.admin.react.elements"
|
|
253
363
|
},
|
|
254
364
|
{
|
|
255
|
-
"defaultExport": "
|
|
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": "Swatch",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Steps",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "SnackBar",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "RouterNavBar",
|
|
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": "Gravatar",
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
317
|
-
"externalPath": "components.admin.react.modules"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"defaultExport": "Droplist",
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
365
|
+
"defaultExport": "VidyardVideo",
|
|
366
|
+
"importPath": "react/admin/modules/Videos/",
|
|
322
367
|
"externalPath": "components.admin.react.modules"
|
|
323
368
|
},
|
|
324
369
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
370
|
+
"defaultExport": "RingLoader",
|
|
371
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
327
372
|
"externalPath": "components.admin.react.modules"
|
|
328
373
|
},
|
|
329
374
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
375
|
+
"defaultExport": "RightSidebar",
|
|
376
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
332
377
|
"externalPath": "components.admin.react.modules"
|
|
333
378
|
},
|
|
334
379
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
380
|
+
"defaultExport": "ModularSidebar",
|
|
381
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
337
382
|
"externalPath": "components.admin.react.modules"
|
|
338
383
|
},
|
|
339
384
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
385
|
+
"defaultExport": "IconIndicator",
|
|
386
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
342
387
|
"externalPath": "components.admin.react.modules"
|
|
343
388
|
},
|
|
344
389
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "DotIndicator",
|
|
391
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
347
392
|
"externalPath": "components.admin.react.modules"
|
|
348
393
|
},
|
|
349
394
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "MetricCard",
|
|
396
|
+
"importPath": "react/admin/modules/Cards/",
|
|
352
397
|
"externalPath": "components.admin.react.modules"
|
|
353
398
|
},
|
|
354
399
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "IntegrationCard",
|
|
401
|
+
"importPath": "react/admin/modules/Cards/",
|
|
357
402
|
"externalPath": "components.admin.react.modules"
|
|
358
403
|
},
|
|
359
404
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "FormTemplateCard",
|
|
406
|
+
"importPath": "react/admin/modules/Cards/",
|
|
362
407
|
"externalPath": "components.admin.react.modules"
|
|
363
408
|
},
|
|
364
409
|
{
|
|
@@ -377,12 +422,12 @@ module.exports = [
|
|
|
377
422
|
"externalPath": "components.admin.react.elements"
|
|
378
423
|
},
|
|
379
424
|
{
|
|
380
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
381
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
382
427
|
"externalPath": "components.admin.react.elements"
|
|
383
428
|
},
|
|
384
429
|
{
|
|
385
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "TwilioLogo",
|
|
386
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
387
432
|
"externalPath": "components.admin.react.elements"
|
|
388
433
|
},
|
|
@@ -396,11 +441,6 @@ module.exports = [
|
|
|
396
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
397
442
|
"externalPath": "components.admin.react.elements"
|
|
398
443
|
},
|
|
399
|
-
{
|
|
400
|
-
"defaultExport": "SendGridLogo",
|
|
401
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
402
|
-
"externalPath": "components.admin.react.elements"
|
|
403
|
-
},
|
|
404
444
|
{
|
|
405
445
|
"defaultExport": "SlackLogo",
|
|
406
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -427,7 +467,7 @@ module.exports = [
|
|
|
427
467
|
"externalPath": "components.admin.react.elements"
|
|
428
468
|
},
|
|
429
469
|
{
|
|
430
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "SendGridLogo",
|
|
431
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
472
|
"externalPath": "components.admin.react.elements"
|
|
433
473
|
},
|
|
@@ -436,13 +476,18 @@ module.exports = [
|
|
|
436
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
477
|
"externalPath": "components.admin.react.elements"
|
|
438
478
|
},
|
|
479
|
+
{
|
|
480
|
+
"defaultExport": "PHPLogo",
|
|
481
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
482
|
+
"externalPath": "components.admin.react.elements"
|
|
483
|
+
},
|
|
439
484
|
{
|
|
440
485
|
"defaultExport": "PHPFullLogo",
|
|
441
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
487
|
"externalPath": "components.admin.react.elements"
|
|
443
488
|
},
|
|
444
489
|
{
|
|
445
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "MandrillLogo",
|
|
446
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
492
|
"externalPath": "components.admin.react.elements"
|
|
448
493
|
},
|
|
@@ -457,12 +502,12 @@ module.exports = [
|
|
|
457
502
|
"externalPath": "components.admin.react.elements"
|
|
458
503
|
},
|
|
459
504
|
{
|
|
460
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftLogo",
|
|
461
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
507
|
"externalPath": "components.admin.react.elements"
|
|
463
508
|
},
|
|
464
509
|
{
|
|
465
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MailgunLogo",
|
|
466
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
512
|
"externalPath": "components.admin.react.elements"
|
|
468
513
|
},
|
|
@@ -476,11 +521,6 @@ module.exports = [
|
|
|
476
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
522
|
"externalPath": "components.admin.react.elements"
|
|
478
523
|
},
|
|
479
|
-
{
|
|
480
|
-
"defaultExport": "MailchimpFullLogo",
|
|
481
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
482
|
-
"externalPath": "components.admin.react.elements"
|
|
483
|
-
},
|
|
484
524
|
{
|
|
485
525
|
"defaultExport": "MailSuccessBg",
|
|
486
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -492,27 +532,27 @@ module.exports = [
|
|
|
492
532
|
"externalPath": "components.admin.react.elements"
|
|
493
533
|
},
|
|
494
534
|
{
|
|
495
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailchimpFullLogo",
|
|
496
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
537
|
"externalPath": "components.admin.react.elements"
|
|
498
538
|
},
|
|
499
539
|
{
|
|
500
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailFailed",
|
|
501
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
542
|
"externalPath": "components.admin.react.elements"
|
|
503
543
|
},
|
|
504
544
|
{
|
|
505
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailFailedBg",
|
|
506
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
547
|
"externalPath": "components.admin.react.elements"
|
|
508
548
|
},
|
|
509
549
|
{
|
|
510
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
511
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
552
|
"externalPath": "components.admin.react.elements"
|
|
513
553
|
},
|
|
514
554
|
{
|
|
515
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "GravitySMTPLogo",
|
|
516
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
557
|
"externalPath": "components.admin.react.elements"
|
|
518
558
|
},
|
|
@@ -522,12 +562,12 @@ module.exports = [
|
|
|
522
562
|
"externalPath": "components.admin.react.elements"
|
|
523
563
|
},
|
|
524
564
|
{
|
|
525
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
526
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
567
|
"externalPath": "components.admin.react.elements"
|
|
528
568
|
},
|
|
529
569
|
{
|
|
530
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
531
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
572
|
"externalPath": "components.admin.react.elements"
|
|
533
573
|
},
|
|
@@ -542,12 +582,12 @@ module.exports = [
|
|
|
542
582
|
"externalPath": "components.admin.react.elements"
|
|
543
583
|
},
|
|
544
584
|
{
|
|
545
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GoogleAltLogo",
|
|
546
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
587
|
"externalPath": "components.admin.react.elements"
|
|
548
588
|
},
|
|
549
589
|
{
|
|
550
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "CustomSMTPFull",
|
|
551
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
592
|
"externalPath": "components.admin.react.elements"
|
|
553
593
|
},
|
|
@@ -567,8 +607,8 @@ module.exports = [
|
|
|
567
607
|
"externalPath": "components.admin.react.elements"
|
|
568
608
|
},
|
|
569
609
|
{
|
|
570
|
-
"defaultExport": "
|
|
571
|
-
"importPath": "react/admin/elements/
|
|
610
|
+
"defaultExport": "BrevoFullLogo",
|
|
611
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
572
612
|
"externalPath": "components.admin.react.elements"
|
|
573
613
|
},
|
|
574
614
|
{
|
|
@@ -577,48 +617,8 @@ module.exports = [
|
|
|
577
617
|
"externalPath": "components.admin.react.elements"
|
|
578
618
|
},
|
|
579
619
|
{
|
|
580
|
-
"defaultExport": "
|
|
581
|
-
"importPath": "react/admin/
|
|
582
|
-
"externalPath": "components.admin.react.
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"defaultExport": "RingLoader",
|
|
586
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
587
|
-
"externalPath": "components.admin.react.modules"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"defaultExport": "RightSidebar",
|
|
591
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
592
|
-
"externalPath": "components.admin.react.modules"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"defaultExport": "ModularSidebar",
|
|
596
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
597
|
-
"externalPath": "components.admin.react.modules"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"defaultExport": "IconIndicator",
|
|
601
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
602
|
-
"externalPath": "components.admin.react.modules"
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"defaultExport": "DotIndicator",
|
|
606
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
607
|
-
"externalPath": "components.admin.react.modules"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"defaultExport": "MetricCard",
|
|
611
|
-
"importPath": "react/admin/modules/Cards/",
|
|
612
|
-
"externalPath": "components.admin.react.modules"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"defaultExport": "FormTemplateCard",
|
|
616
|
-
"importPath": "react/admin/modules/Cards/",
|
|
617
|
-
"externalPath": "components.admin.react.modules"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"defaultExport": "IntegrationCard",
|
|
621
|
-
"importPath": "react/admin/modules/Cards/",
|
|
622
|
-
"externalPath": "components.admin.react.modules"
|
|
620
|
+
"defaultExport": "BrandedButton",
|
|
621
|
+
"importPath": "react/admin/elements/Button/",
|
|
622
|
+
"externalPath": "components.admin.react.elements"
|
|
623
623
|
}
|
|
624
624
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.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",
|