@gravityforms/dependency-extraction-webpack-plugin 5.7.1 → 5.7.3
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 +221 -221
- package/package.json +1 -1
|
@@ -53,33 +53,33 @@ module.exports = [
|
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "Select",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"selectTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Loader",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"loaderTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "StackedIcon",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"stackedIconTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Link",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"linkTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -93,34 +93,34 @@ module.exports = [
|
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Heading",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
99
|
-
"dropdownListItems"
|
|
98
|
+
"headingTemplate"
|
|
100
99
|
],
|
|
101
100
|
"importPath": "html/admin/elements/",
|
|
102
101
|
"externalPath": "components.admin.html.elements"
|
|
103
102
|
},
|
|
104
103
|
{
|
|
105
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
106
105
|
"namedExports": [
|
|
107
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
108
107
|
],
|
|
109
108
|
"importPath": "html/admin/elements/",
|
|
110
109
|
"externalPath": "components.admin.html.elements"
|
|
111
110
|
},
|
|
112
111
|
{
|
|
113
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Input",
|
|
114
113
|
"namedExports": [
|
|
115
|
-
"
|
|
114
|
+
"inputTemplate"
|
|
116
115
|
],
|
|
117
116
|
"importPath": "html/admin/elements/",
|
|
118
117
|
"externalPath": "components.admin.html.elements"
|
|
119
118
|
},
|
|
120
119
|
{
|
|
121
|
-
"defaultExport": "
|
|
120
|
+
"defaultExport": "Dropdown",
|
|
122
121
|
"namedExports": [
|
|
123
|
-
"
|
|
122
|
+
"dropdownTemplate",
|
|
123
|
+
"dropdownListItems"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
@@ -134,25 +134,165 @@ module.exports = [
|
|
|
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": "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": "Steps",
|
|
161
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "SnackBar",
|
|
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": "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": "Overlay",
|
|
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": "Phone",
|
|
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": "Dropdown",
|
|
231
|
+
"importPath": "react/admin/modules/",
|
|
232
|
+
"externalPath": "components.admin.react.modules"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "Dialog",
|
|
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": "Alert",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
277
|
+
"externalPath": "components.admin.react.modules"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Address",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
282
|
+
"externalPath": "components.admin.react.modules"
|
|
283
|
+
},
|
|
144
284
|
{
|
|
145
285
|
"defaultExport": "Toggle",
|
|
146
286
|
"importPath": "react/admin/elements/",
|
|
147
287
|
"externalPath": "components.admin.react.elements"
|
|
148
288
|
},
|
|
149
289
|
{
|
|
150
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Textarea",
|
|
151
291
|
"importPath": "react/admin/elements/",
|
|
152
292
|
"externalPath": "components.admin.react.elements"
|
|
153
293
|
},
|
|
154
294
|
{
|
|
155
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Text",
|
|
156
296
|
"importPath": "react/admin/elements/",
|
|
157
297
|
"externalPath": "components.admin.react.elements"
|
|
158
298
|
},
|
|
@@ -182,12 +322,12 @@ module.exports = [
|
|
|
182
322
|
"externalPath": "components.admin.react.elements"
|
|
183
323
|
},
|
|
184
324
|
{
|
|
185
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Pill",
|
|
186
326
|
"importPath": "react/admin/elements/",
|
|
187
327
|
"externalPath": "components.admin.react.elements"
|
|
188
328
|
},
|
|
189
329
|
{
|
|
190
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Link",
|
|
191
331
|
"importPath": "react/admin/elements/",
|
|
192
332
|
"externalPath": "components.admin.react.elements"
|
|
193
333
|
},
|
|
@@ -197,12 +337,12 @@ module.exports = [
|
|
|
197
337
|
"externalPath": "components.admin.react.elements"
|
|
198
338
|
},
|
|
199
339
|
{
|
|
200
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Input",
|
|
201
341
|
"importPath": "react/admin/elements/",
|
|
202
342
|
"externalPath": "components.admin.react.elements"
|
|
203
343
|
},
|
|
204
344
|
{
|
|
205
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "Image",
|
|
206
346
|
"importPath": "react/admin/elements/",
|
|
207
347
|
"externalPath": "components.admin.react.elements"
|
|
208
348
|
},
|
|
@@ -221,28 +361,23 @@ module.exports = [
|
|
|
221
361
|
"importPath": "react/admin/elements/",
|
|
222
362
|
"externalPath": "components.admin.react.elements"
|
|
223
363
|
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "Grid",
|
|
226
|
-
"importPath": "react/admin/elements/",
|
|
227
|
-
"externalPath": "components.admin.react.elements"
|
|
228
|
-
},
|
|
229
364
|
{
|
|
230
365
|
"defaultExport": "FileUpload",
|
|
231
366
|
"importPath": "react/admin/elements/",
|
|
232
367
|
"externalPath": "components.admin.react.elements"
|
|
233
368
|
},
|
|
234
369
|
{
|
|
235
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "DescriptionList",
|
|
236
371
|
"importPath": "react/admin/elements/",
|
|
237
372
|
"externalPath": "components.admin.react.elements"
|
|
238
373
|
},
|
|
239
374
|
{
|
|
240
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "Grid",
|
|
241
376
|
"importPath": "react/admin/elements/",
|
|
242
377
|
"externalPath": "components.admin.react.elements"
|
|
243
378
|
},
|
|
244
379
|
{
|
|
245
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "Checkbox",
|
|
246
381
|
"importPath": "react/admin/elements/",
|
|
247
382
|
"externalPath": "components.admin.react.elements"
|
|
248
383
|
},
|
|
@@ -252,139 +387,69 @@ module.exports = [
|
|
|
252
387
|
"externalPath": "components.admin.react.elements"
|
|
253
388
|
},
|
|
254
389
|
{
|
|
255
|
-
"defaultExport": "
|
|
256
|
-
"importPath": "react/admin/
|
|
257
|
-
"externalPath": "components.admin.react.
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Swatch",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Tabs",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "SnackBar",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "RouterNavBar",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Repeater",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "Steps",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Phone",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Overlay",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "Pagination",
|
|
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"
|
|
390
|
+
"defaultExport": "Box",
|
|
391
|
+
"importPath": "react/admin/elements/",
|
|
392
|
+
"externalPath": "components.admin.react.elements"
|
|
328
393
|
},
|
|
329
394
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "VidyardVideo",
|
|
396
|
+
"importPath": "react/admin/modules/Videos/",
|
|
332
397
|
"externalPath": "components.admin.react.modules"
|
|
333
398
|
},
|
|
334
399
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "RingLoader",
|
|
401
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
337
402
|
"externalPath": "components.admin.react.modules"
|
|
338
403
|
},
|
|
339
404
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "Placeholder",
|
|
406
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
342
407
|
"externalPath": "components.admin.react.modules"
|
|
343
408
|
},
|
|
344
409
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
410
|
+
"defaultExport": "RightSidebar",
|
|
411
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
347
412
|
"externalPath": "components.admin.react.modules"
|
|
348
413
|
},
|
|
349
414
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
415
|
+
"defaultExport": "ModularSidebar",
|
|
416
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
352
417
|
"externalPath": "components.admin.react.modules"
|
|
353
418
|
},
|
|
354
419
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
420
|
+
"defaultExport": "IconIndicator",
|
|
421
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
357
422
|
"externalPath": "components.admin.react.modules"
|
|
358
423
|
},
|
|
359
424
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
425
|
+
"defaultExport": "DotIndicator",
|
|
426
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
362
427
|
"externalPath": "components.admin.react.modules"
|
|
363
428
|
},
|
|
364
429
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
430
|
+
"defaultExport": "CountryDropdown",
|
|
431
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
367
432
|
"externalPath": "components.admin.react.modules"
|
|
368
433
|
},
|
|
369
434
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
435
|
+
"defaultExport": "MetricCard",
|
|
436
|
+
"importPath": "react/admin/modules/Cards/",
|
|
372
437
|
"externalPath": "components.admin.react.modules"
|
|
373
438
|
},
|
|
374
439
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
440
|
+
"defaultExport": "IntegrationCard",
|
|
441
|
+
"importPath": "react/admin/modules/Cards/",
|
|
377
442
|
"externalPath": "components.admin.react.modules"
|
|
378
443
|
},
|
|
379
444
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
445
|
+
"defaultExport": "FormTemplateCard",
|
|
446
|
+
"importPath": "react/admin/modules/Cards/",
|
|
382
447
|
"externalPath": "components.admin.react.modules"
|
|
383
448
|
},
|
|
384
449
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/
|
|
387
|
-
"externalPath": "components.admin.react.
|
|
450
|
+
"defaultExport": "BrandedLink",
|
|
451
|
+
"importPath": "react/admin/elements/Link/",
|
|
452
|
+
"externalPath": "components.admin.react.elements"
|
|
388
453
|
},
|
|
389
454
|
{
|
|
390
455
|
"defaultExport": "ZohoLogo",
|
|
@@ -421,11 +486,6 @@ module.exports = [
|
|
|
421
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
487
|
"externalPath": "components.admin.react.elements"
|
|
423
488
|
},
|
|
424
|
-
{
|
|
425
|
-
"defaultExport": "Address",
|
|
426
|
-
"importPath": "react/admin/modules/",
|
|
427
|
-
"externalPath": "components.admin.react.modules"
|
|
428
|
-
},
|
|
429
489
|
{
|
|
430
490
|
"defaultExport": "SparkPostLogo",
|
|
431
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -451,6 +511,11 @@ module.exports = [
|
|
|
451
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
512
|
"externalPath": "components.admin.react.elements"
|
|
453
513
|
},
|
|
514
|
+
{
|
|
515
|
+
"defaultExport": "SendGridLogo",
|
|
516
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
517
|
+
"externalPath": "components.admin.react.elements"
|
|
518
|
+
},
|
|
454
519
|
{
|
|
455
520
|
"defaultExport": "SMTP2GOLogo",
|
|
456
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -487,7 +552,7 @@ module.exports = [
|
|
|
487
552
|
"externalPath": "components.admin.react.elements"
|
|
488
553
|
},
|
|
489
554
|
{
|
|
490
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
491
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
557
|
"externalPath": "components.admin.react.elements"
|
|
493
558
|
},
|
|
@@ -502,22 +567,22 @@ module.exports = [
|
|
|
502
567
|
"externalPath": "components.admin.react.elements"
|
|
503
568
|
},
|
|
504
569
|
{
|
|
505
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "MailjetLogo",
|
|
506
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
572
|
"externalPath": "components.admin.react.elements"
|
|
508
573
|
},
|
|
509
574
|
{
|
|
510
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailjetFullLogo",
|
|
511
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
577
|
"externalPath": "components.admin.react.elements"
|
|
513
578
|
},
|
|
514
579
|
{
|
|
515
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailgunLogo",
|
|
516
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
582
|
"externalPath": "components.admin.react.elements"
|
|
518
583
|
},
|
|
519
584
|
{
|
|
520
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "MailgunFullLogo",
|
|
521
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
587
|
"externalPath": "components.admin.react.elements"
|
|
523
588
|
},
|
|
@@ -526,18 +591,13 @@ module.exports = [
|
|
|
526
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
592
|
"externalPath": "components.admin.react.elements"
|
|
528
593
|
},
|
|
529
|
-
{
|
|
530
|
-
"defaultExport": "MailerSendFullLogo",
|
|
531
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
532
|
-
"externalPath": "components.admin.react.elements"
|
|
533
|
-
},
|
|
534
594
|
{
|
|
535
595
|
"defaultExport": "MailchimpLogo",
|
|
536
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
597
|
"externalPath": "components.admin.react.elements"
|
|
538
598
|
},
|
|
539
599
|
{
|
|
540
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "MailerSendFullLogo",
|
|
541
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
602
|
"externalPath": "components.admin.react.elements"
|
|
543
603
|
},
|
|
@@ -557,7 +617,7 @@ module.exports = [
|
|
|
557
617
|
"externalPath": "components.admin.react.elements"
|
|
558
618
|
},
|
|
559
619
|
{
|
|
560
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "MailFailedBg",
|
|
561
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
622
|
"externalPath": "components.admin.react.elements"
|
|
563
623
|
},
|
|
@@ -567,22 +627,22 @@ module.exports = [
|
|
|
567
627
|
"externalPath": "components.admin.react.elements"
|
|
568
628
|
},
|
|
569
629
|
{
|
|
570
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
571
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
632
|
"externalPath": "components.admin.react.elements"
|
|
573
633
|
},
|
|
574
634
|
{
|
|
575
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GravitySMTPLogo",
|
|
576
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
637
|
"externalPath": "components.admin.react.elements"
|
|
578
638
|
},
|
|
579
639
|
{
|
|
580
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
581
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
642
|
"externalPath": "components.admin.react.elements"
|
|
583
643
|
},
|
|
584
644
|
{
|
|
585
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
586
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
647
|
"externalPath": "components.admin.react.elements"
|
|
588
648
|
},
|
|
@@ -592,7 +652,7 @@ module.exports = [
|
|
|
592
652
|
"externalPath": "components.admin.react.elements"
|
|
593
653
|
},
|
|
594
654
|
{
|
|
595
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "GravityFormsLogo",
|
|
596
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
657
|
"externalPath": "components.admin.react.elements"
|
|
598
658
|
},
|
|
@@ -612,32 +672,32 @@ module.exports = [
|
|
|
612
672
|
"externalPath": "components.admin.react.elements"
|
|
613
673
|
},
|
|
614
674
|
{
|
|
615
|
-
"defaultExport": "
|
|
675
|
+
"defaultExport": "GoogleAltLogo",
|
|
616
676
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
677
|
"externalPath": "components.admin.react.elements"
|
|
618
678
|
},
|
|
619
679
|
{
|
|
620
|
-
"defaultExport": "
|
|
680
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
621
681
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
682
|
"externalPath": "components.admin.react.elements"
|
|
623
683
|
},
|
|
624
684
|
{
|
|
625
|
-
"defaultExport": "
|
|
685
|
+
"defaultExport": "ElasticEmailLogo",
|
|
626
686
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
687
|
"externalPath": "components.admin.react.elements"
|
|
628
688
|
},
|
|
629
689
|
{
|
|
630
|
-
"defaultExport": "
|
|
690
|
+
"defaultExport": "CustomSMTPFull",
|
|
631
691
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
692
|
"externalPath": "components.admin.react.elements"
|
|
633
693
|
},
|
|
634
694
|
{
|
|
635
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "CustomSMTP",
|
|
636
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
697
|
"externalPath": "components.admin.react.elements"
|
|
638
698
|
},
|
|
639
699
|
{
|
|
640
|
-
"defaultExport": "
|
|
700
|
+
"defaultExport": "BrokenImageFull",
|
|
641
701
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
702
|
"externalPath": "components.admin.react.elements"
|
|
643
703
|
},
|
|
@@ -657,17 +717,12 @@ module.exports = [
|
|
|
657
717
|
"externalPath": "components.admin.react.elements"
|
|
658
718
|
},
|
|
659
719
|
{
|
|
660
|
-
"defaultExport": "
|
|
720
|
+
"defaultExport": "AmazonAWSLogo",
|
|
661
721
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
722
|
"externalPath": "components.admin.react.elements"
|
|
663
723
|
},
|
|
664
724
|
{
|
|
665
|
-
"defaultExport": "
|
|
666
|
-
"importPath": "react/admin/elements/Link/",
|
|
667
|
-
"externalPath": "components.admin.react.elements"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"defaultExport": "AmazonAWSLogo",
|
|
725
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
671
726
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
727
|
"externalPath": "components.admin.react.elements"
|
|
673
728
|
},
|
|
@@ -675,60 +730,5 @@ module.exports = [
|
|
|
675
730
|
"defaultExport": "BrandedButton",
|
|
676
731
|
"importPath": "react/admin/elements/Button/",
|
|
677
732
|
"externalPath": "components.admin.react.elements"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"defaultExport": "VidyardVideo",
|
|
681
|
-
"importPath": "react/admin/modules/Videos/",
|
|
682
|
-
"externalPath": "components.admin.react.modules"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"defaultExport": "RingLoader",
|
|
686
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
687
|
-
"externalPath": "components.admin.react.modules"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"defaultExport": "Placeholder",
|
|
691
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
692
|
-
"externalPath": "components.admin.react.modules"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"defaultExport": "RightSidebar",
|
|
696
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
697
|
-
"externalPath": "components.admin.react.modules"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"defaultExport": "ModularSidebar",
|
|
701
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
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": "DotIndicator",
|
|
711
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
712
|
-
"externalPath": "components.admin.react.modules"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"defaultExport": "CountryDropdown",
|
|
716
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
717
|
-
"externalPath": "components.admin.react.modules"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"defaultExport": "MetricCard",
|
|
721
|
-
"importPath": "react/admin/modules/Cards/",
|
|
722
|
-
"externalPath": "components.admin.react.modules"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"defaultExport": "IntegrationCard",
|
|
726
|
-
"importPath": "react/admin/modules/Cards/",
|
|
727
|
-
"externalPath": "components.admin.react.modules"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"defaultExport": "FormTemplateCard",
|
|
731
|
-
"importPath": "react/admin/modules/Cards/",
|
|
732
|
-
"externalPath": "components.admin.react.modules"
|
|
733
733
|
}
|
|
734
734
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.3",
|
|
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",
|