@gravityforms/dependency-extraction-webpack-plugin 5.6.3 → 5.6.4
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 +237 -237
- package/package.json +1 -1
|
@@ -29,33 +29,33 @@ module.exports = [
|
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Text",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"textTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "Textarea",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"textareaTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StatusIndicator",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"statusIndicatorTemplate"
|
|
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,25 +69,25 @@ 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"
|
|
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"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Label",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"labelTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -117,140 +117,30 @@ module.exports = [
|
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"defaultExport": "
|
|
120
|
+
"defaultExport": "Dropdown",
|
|
121
121
|
"namedExports": [
|
|
122
|
-
"
|
|
122
|
+
"dropdownTemplate",
|
|
123
|
+
"dropdownListItems"
|
|
123
124
|
],
|
|
124
125
|
"importPath": "html/admin/elements/",
|
|
125
126
|
"externalPath": "components.admin.html.elements"
|
|
126
127
|
},
|
|
127
128
|
{
|
|
128
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Button",
|
|
129
130
|
"namedExports": [
|
|
130
|
-
"
|
|
131
|
+
"buttonTemplate"
|
|
131
132
|
],
|
|
132
133
|
"importPath": "html/admin/elements/",
|
|
133
134
|
"externalPath": "components.admin.html.elements"
|
|
134
135
|
},
|
|
135
136
|
{
|
|
136
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "Alert",
|
|
137
138
|
"namedExports": [
|
|
138
|
-
"
|
|
139
|
-
"dropdownListItems"
|
|
139
|
+
"alertTemplate"
|
|
140
140
|
],
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
"defaultExport": "Toggle",
|
|
146
|
-
"importPath": "react/admin/elements/",
|
|
147
|
-
"externalPath": "components.admin.react.elements"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Textarea",
|
|
151
|
-
"importPath": "react/admin/elements/",
|
|
152
|
-
"externalPath": "components.admin.react.elements"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"defaultExport": "Text",
|
|
156
|
-
"importPath": "react/admin/elements/",
|
|
157
|
-
"externalPath": "components.admin.react.elements"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "Tag",
|
|
161
|
-
"importPath": "react/admin/elements/",
|
|
162
|
-
"externalPath": "components.admin.react.elements"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "Select",
|
|
166
|
-
"importPath": "react/admin/elements/",
|
|
167
|
-
"externalPath": "components.admin.react.elements"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "StatusIndicator",
|
|
171
|
-
"importPath": "react/admin/elements/",
|
|
172
|
-
"externalPath": "components.admin.react.elements"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Radio",
|
|
176
|
-
"importPath": "react/admin/elements/",
|
|
177
|
-
"externalPath": "components.admin.react.elements"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Range",
|
|
181
|
-
"importPath": "react/admin/elements/",
|
|
182
|
-
"externalPath": "components.admin.react.elements"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Link",
|
|
186
|
-
"importPath": "react/admin/elements/",
|
|
187
|
-
"externalPath": "components.admin.react.elements"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "Input",
|
|
191
|
-
"importPath": "react/admin/elements/",
|
|
192
|
-
"externalPath": "components.admin.react.elements"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "Pill",
|
|
196
|
-
"importPath": "react/admin/elements/",
|
|
197
|
-
"externalPath": "components.admin.react.elements"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "Label",
|
|
201
|
-
"importPath": "react/admin/elements/",
|
|
202
|
-
"externalPath": "components.admin.react.elements"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Image",
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "HelpText",
|
|
211
|
-
"importPath": "react/admin/elements/",
|
|
212
|
-
"externalPath": "components.admin.react.elements"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"defaultExport": "Grid",
|
|
216
|
-
"importPath": "react/admin/elements/",
|
|
217
|
-
"externalPath": "components.admin.react.elements"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"defaultExport": "Heading",
|
|
221
|
-
"importPath": "react/admin/elements/",
|
|
222
|
-
"externalPath": "components.admin.react.elements"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "FileUpload",
|
|
226
|
-
"importPath": "react/admin/elements/",
|
|
227
|
-
"externalPath": "components.admin.react.elements"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Icon",
|
|
231
|
-
"importPath": "react/admin/elements/",
|
|
232
|
-
"externalPath": "components.admin.react.elements"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "DescriptionList",
|
|
236
|
-
"importPath": "react/admin/elements/",
|
|
237
|
-
"externalPath": "components.admin.react.elements"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "Checkbox",
|
|
241
|
-
"importPath": "react/admin/elements/",
|
|
242
|
-
"externalPath": "components.admin.react.elements"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Box",
|
|
246
|
-
"importPath": "react/admin/elements/",
|
|
247
|
-
"externalPath": "components.admin.react.elements"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Button",
|
|
251
|
-
"importPath": "react/admin/elements/",
|
|
252
|
-
"externalPath": "components.admin.react.elements"
|
|
253
|
-
},
|
|
254
144
|
{
|
|
255
145
|
"defaultExport": "Tooltip",
|
|
256
146
|
"importPath": "react/admin/modules/",
|
|
@@ -272,47 +162,47 @@ module.exports = [
|
|
|
272
162
|
"externalPath": "components.admin.react.modules"
|
|
273
163
|
},
|
|
274
164
|
{
|
|
275
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "SnackBar",
|
|
276
166
|
"importPath": "react/admin/modules/",
|
|
277
167
|
"externalPath": "components.admin.react.modules"
|
|
278
168
|
},
|
|
279
169
|
{
|
|
280
|
-
"defaultExport": "
|
|
170
|
+
"defaultExport": "RouterNavBar",
|
|
281
171
|
"importPath": "react/admin/modules/",
|
|
282
172
|
"externalPath": "components.admin.react.modules"
|
|
283
173
|
},
|
|
284
174
|
{
|
|
285
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "Pagination",
|
|
286
176
|
"importPath": "react/admin/modules/",
|
|
287
177
|
"externalPath": "components.admin.react.modules"
|
|
288
178
|
},
|
|
289
179
|
{
|
|
290
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "Phone",
|
|
291
181
|
"importPath": "react/admin/modules/",
|
|
292
182
|
"externalPath": "components.admin.react.modules"
|
|
293
183
|
},
|
|
294
184
|
{
|
|
295
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Repeater",
|
|
296
186
|
"importPath": "react/admin/modules/",
|
|
297
187
|
"externalPath": "components.admin.react.modules"
|
|
298
188
|
},
|
|
299
189
|
{
|
|
300
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "MetaBox",
|
|
301
191
|
"importPath": "react/admin/modules/",
|
|
302
192
|
"externalPath": "components.admin.react.modules"
|
|
303
193
|
},
|
|
304
194
|
{
|
|
305
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Overlay",
|
|
306
196
|
"importPath": "react/admin/modules/",
|
|
307
197
|
"externalPath": "components.admin.react.modules"
|
|
308
198
|
},
|
|
309
199
|
{
|
|
310
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "NavBar",
|
|
311
201
|
"importPath": "react/admin/modules/",
|
|
312
202
|
"externalPath": "components.admin.react.modules"
|
|
313
203
|
},
|
|
314
204
|
{
|
|
315
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "List",
|
|
316
206
|
"importPath": "react/admin/modules/",
|
|
317
207
|
"externalPath": "components.admin.react.modules"
|
|
318
208
|
},
|
|
@@ -327,12 +217,12 @@ module.exports = [
|
|
|
327
217
|
"externalPath": "components.admin.react.modules"
|
|
328
218
|
},
|
|
329
219
|
{
|
|
330
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "Flyout",
|
|
331
221
|
"importPath": "react/admin/modules/",
|
|
332
222
|
"externalPath": "components.admin.react.modules"
|
|
333
223
|
},
|
|
334
224
|
{
|
|
335
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Droplist",
|
|
336
226
|
"importPath": "react/admin/modules/",
|
|
337
227
|
"externalPath": "components.admin.react.modules"
|
|
338
228
|
},
|
|
@@ -386,33 +276,193 @@ module.exports = [
|
|
|
386
276
|
"importPath": "react/admin/modules/",
|
|
387
277
|
"externalPath": "components.admin.react.modules"
|
|
388
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Toggle",
|
|
281
|
+
"importPath": "react/admin/elements/",
|
|
282
|
+
"externalPath": "components.admin.react.elements"
|
|
283
|
+
},
|
|
389
284
|
{
|
|
390
285
|
"defaultExport": "Address",
|
|
391
286
|
"importPath": "react/admin/modules/",
|
|
392
287
|
"externalPath": "components.admin.react.modules"
|
|
393
288
|
},
|
|
394
289
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/elements/
|
|
290
|
+
"defaultExport": "Textarea",
|
|
291
|
+
"importPath": "react/admin/elements/",
|
|
397
292
|
"externalPath": "components.admin.react.elements"
|
|
398
293
|
},
|
|
399
294
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/elements/
|
|
295
|
+
"defaultExport": "Text",
|
|
296
|
+
"importPath": "react/admin/elements/",
|
|
402
297
|
"externalPath": "components.admin.react.elements"
|
|
403
298
|
},
|
|
404
299
|
{
|
|
405
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Tag",
|
|
301
|
+
"importPath": "react/admin/elements/",
|
|
302
|
+
"externalPath": "components.admin.react.elements"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"defaultExport": "StatusIndicator",
|
|
306
|
+
"importPath": "react/admin/elements/",
|
|
307
|
+
"externalPath": "components.admin.react.elements"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "Select",
|
|
311
|
+
"importPath": "react/admin/elements/",
|
|
312
|
+
"externalPath": "components.admin.react.elements"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "Range",
|
|
316
|
+
"importPath": "react/admin/elements/",
|
|
317
|
+
"externalPath": "components.admin.react.elements"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Radio",
|
|
321
|
+
"importPath": "react/admin/elements/",
|
|
322
|
+
"externalPath": "components.admin.react.elements"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Pill",
|
|
326
|
+
"importPath": "react/admin/elements/",
|
|
327
|
+
"externalPath": "components.admin.react.elements"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Link",
|
|
331
|
+
"importPath": "react/admin/elements/",
|
|
332
|
+
"externalPath": "components.admin.react.elements"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Label",
|
|
336
|
+
"importPath": "react/admin/elements/",
|
|
337
|
+
"externalPath": "components.admin.react.elements"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "Input",
|
|
341
|
+
"importPath": "react/admin/elements/",
|
|
342
|
+
"externalPath": "components.admin.react.elements"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "Image",
|
|
346
|
+
"importPath": "react/admin/elements/",
|
|
347
|
+
"externalPath": "components.admin.react.elements"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Icon",
|
|
351
|
+
"importPath": "react/admin/elements/",
|
|
352
|
+
"externalPath": "components.admin.react.elements"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "HelpText",
|
|
356
|
+
"importPath": "react/admin/elements/",
|
|
357
|
+
"externalPath": "components.admin.react.elements"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Heading",
|
|
361
|
+
"importPath": "react/admin/elements/",
|
|
362
|
+
"externalPath": "components.admin.react.elements"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "Grid",
|
|
366
|
+
"importPath": "react/admin/elements/",
|
|
367
|
+
"externalPath": "components.admin.react.elements"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"defaultExport": "FileUpload",
|
|
371
|
+
"importPath": "react/admin/elements/",
|
|
372
|
+
"externalPath": "components.admin.react.elements"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "DescriptionList",
|
|
376
|
+
"importPath": "react/admin/elements/",
|
|
377
|
+
"externalPath": "components.admin.react.elements"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Checkbox",
|
|
381
|
+
"importPath": "react/admin/elements/",
|
|
382
|
+
"externalPath": "components.admin.react.elements"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "Button",
|
|
386
|
+
"importPath": "react/admin/elements/",
|
|
387
|
+
"externalPath": "components.admin.react.elements"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Box",
|
|
391
|
+
"importPath": "react/admin/elements/",
|
|
392
|
+
"externalPath": "components.admin.react.elements"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"defaultExport": "VidyardVideo",
|
|
396
|
+
"importPath": "react/admin/modules/Videos/",
|
|
397
|
+
"externalPath": "components.admin.react.modules"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"defaultExport": "RingLoader",
|
|
401
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
402
|
+
"externalPath": "components.admin.react.modules"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"defaultExport": "Placeholder",
|
|
406
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
407
|
+
"externalPath": "components.admin.react.modules"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"defaultExport": "RightSidebar",
|
|
411
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
412
|
+
"externalPath": "components.admin.react.modules"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"defaultExport": "ModularSidebar",
|
|
416
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
417
|
+
"externalPath": "components.admin.react.modules"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"defaultExport": "IconIndicator",
|
|
421
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
422
|
+
"externalPath": "components.admin.react.modules"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"defaultExport": "DotIndicator",
|
|
426
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
427
|
+
"externalPath": "components.admin.react.modules"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"defaultExport": "CountryDropdown",
|
|
431
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
432
|
+
"externalPath": "components.admin.react.modules"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"defaultExport": "MetricCard",
|
|
436
|
+
"importPath": "react/admin/modules/Cards/",
|
|
437
|
+
"externalPath": "components.admin.react.modules"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"defaultExport": "IntegrationCard",
|
|
441
|
+
"importPath": "react/admin/modules/Cards/",
|
|
442
|
+
"externalPath": "components.admin.react.modules"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"defaultExport": "FormTemplateCard",
|
|
446
|
+
"importPath": "react/admin/modules/Cards/",
|
|
447
|
+
"externalPath": "components.admin.react.modules"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"defaultExport": "BrandedLink",
|
|
451
|
+
"importPath": "react/admin/elements/Link/",
|
|
452
|
+
"externalPath": "components.admin.react.elements"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"defaultExport": "ZohoLogo",
|
|
406
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
457
|
"externalPath": "components.admin.react.elements"
|
|
408
458
|
},
|
|
409
459
|
{
|
|
410
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "ZohoFullLogo",
|
|
411
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
462
|
"externalPath": "components.admin.react.elements"
|
|
413
463
|
},
|
|
414
464
|
{
|
|
415
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "WordPressLogo",
|
|
416
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
467
|
"externalPath": "components.admin.react.elements"
|
|
418
468
|
},
|
|
@@ -422,7 +472,7 @@ module.exports = [
|
|
|
422
472
|
"externalPath": "components.admin.react.elements"
|
|
423
473
|
},
|
|
424
474
|
{
|
|
425
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
426
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
477
|
"externalPath": "components.admin.react.elements"
|
|
428
478
|
},
|
|
@@ -432,7 +482,7 @@ module.exports = [
|
|
|
432
482
|
"externalPath": "components.admin.react.elements"
|
|
433
483
|
},
|
|
434
484
|
{
|
|
435
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "SparkPostLogo",
|
|
436
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
487
|
"externalPath": "components.admin.react.elements"
|
|
438
488
|
},
|
|
@@ -442,7 +492,7 @@ module.exports = [
|
|
|
442
492
|
"externalPath": "components.admin.react.elements"
|
|
443
493
|
},
|
|
444
494
|
{
|
|
445
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "SlackLogo",
|
|
446
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
497
|
"externalPath": "components.admin.react.elements"
|
|
448
498
|
},
|
|
@@ -467,7 +517,7 @@ module.exports = [
|
|
|
467
517
|
"externalPath": "components.admin.react.elements"
|
|
468
518
|
},
|
|
469
519
|
{
|
|
470
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "TwilioLogo",
|
|
471
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
522
|
"externalPath": "components.admin.react.elements"
|
|
473
523
|
},
|
|
@@ -477,27 +527,27 @@ module.exports = [
|
|
|
477
527
|
"externalPath": "components.admin.react.elements"
|
|
478
528
|
},
|
|
479
529
|
{
|
|
480
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "SendGridLogo",
|
|
481
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
532
|
"externalPath": "components.admin.react.elements"
|
|
483
533
|
},
|
|
484
534
|
{
|
|
485
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "PostmarkLogo",
|
|
486
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
537
|
"externalPath": "components.admin.react.elements"
|
|
488
538
|
},
|
|
489
539
|
{
|
|
490
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "PHPLogo",
|
|
491
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
542
|
"externalPath": "components.admin.react.elements"
|
|
493
543
|
},
|
|
494
544
|
{
|
|
495
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "PHPFullLogo",
|
|
496
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
547
|
"externalPath": "components.admin.react.elements"
|
|
498
548
|
},
|
|
499
549
|
{
|
|
500
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
501
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
552
|
"externalPath": "components.admin.react.elements"
|
|
503
553
|
},
|
|
@@ -507,12 +557,12 @@ module.exports = [
|
|
|
507
557
|
"externalPath": "components.admin.react.elements"
|
|
508
558
|
},
|
|
509
559
|
{
|
|
510
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailjetFullLogo",
|
|
511
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
562
|
"externalPath": "components.admin.react.elements"
|
|
513
563
|
},
|
|
514
564
|
{
|
|
515
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailjetLogo",
|
|
516
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
567
|
"externalPath": "components.admin.react.elements"
|
|
518
568
|
},
|
|
@@ -522,12 +572,12 @@ module.exports = [
|
|
|
522
572
|
"externalPath": "components.admin.react.elements"
|
|
523
573
|
},
|
|
524
574
|
{
|
|
525
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MicrosoftLogo",
|
|
526
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
577
|
"externalPath": "components.admin.react.elements"
|
|
528
578
|
},
|
|
529
579
|
{
|
|
530
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailgunFullLogo",
|
|
531
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
582
|
"externalPath": "components.admin.react.elements"
|
|
533
583
|
},
|
|
@@ -537,7 +587,12 @@ module.exports = [
|
|
|
537
587
|
"externalPath": "components.admin.react.elements"
|
|
538
588
|
},
|
|
539
589
|
{
|
|
540
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "MandrillLogo",
|
|
591
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
592
|
+
"externalPath": "components.admin.react.elements"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"defaultExport": "MailerSendFullLogo",
|
|
541
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
597
|
"externalPath": "components.admin.react.elements"
|
|
543
598
|
},
|
|
@@ -546,6 +601,11 @@ module.exports = [
|
|
|
546
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
602
|
"externalPath": "components.admin.react.elements"
|
|
548
603
|
},
|
|
604
|
+
{
|
|
605
|
+
"defaultExport": "MailchimpLogo",
|
|
606
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
607
|
+
"externalPath": "components.admin.react.elements"
|
|
608
|
+
},
|
|
549
609
|
{
|
|
550
610
|
"defaultExport": "MailSuccessBg",
|
|
551
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -567,22 +627,22 @@ module.exports = [
|
|
|
567
627
|
"externalPath": "components.admin.react.elements"
|
|
568
628
|
},
|
|
569
629
|
{
|
|
570
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GravitySMTPLogo",
|
|
571
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
632
|
"externalPath": "components.admin.react.elements"
|
|
573
633
|
},
|
|
574
634
|
{
|
|
575
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
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
|
},
|
|
@@ -597,12 +657,12 @@ module.exports = [
|
|
|
597
657
|
"externalPath": "components.admin.react.elements"
|
|
598
658
|
},
|
|
599
659
|
{
|
|
600
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "GoogleFullLogo",
|
|
601
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
662
|
"externalPath": "components.admin.react.elements"
|
|
603
663
|
},
|
|
604
664
|
{
|
|
605
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "GoogleAltLogo",
|
|
606
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
667
|
"externalPath": "components.admin.react.elements"
|
|
608
668
|
},
|
|
@@ -612,12 +672,12 @@ module.exports = [
|
|
|
612
672
|
"externalPath": "components.admin.react.elements"
|
|
613
673
|
},
|
|
614
674
|
{
|
|
615
|
-
"defaultExport": "
|
|
675
|
+
"defaultExport": "CustomSMTPFull",
|
|
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
|
},
|
|
@@ -632,12 +692,12 @@ module.exports = [
|
|
|
632
692
|
"externalPath": "components.admin.react.elements"
|
|
633
693
|
},
|
|
634
694
|
{
|
|
635
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "BrevoLogo",
|
|
636
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
697
|
"externalPath": "components.admin.react.elements"
|
|
638
698
|
},
|
|
639
699
|
{
|
|
640
|
-
"defaultExport": "
|
|
700
|
+
"defaultExport": "BrokenImage",
|
|
641
701
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
702
|
"externalPath": "components.admin.react.elements"
|
|
643
703
|
},
|
|
@@ -647,83 +707,23 @@ module.exports = [
|
|
|
647
707
|
"externalPath": "components.admin.react.elements"
|
|
648
708
|
},
|
|
649
709
|
{
|
|
650
|
-
"defaultExport": "
|
|
710
|
+
"defaultExport": "AmazonAWSLogo",
|
|
651
711
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
712
|
"externalPath": "components.admin.react.elements"
|
|
653
713
|
},
|
|
654
714
|
{
|
|
655
|
-
"defaultExport": "
|
|
656
|
-
"importPath": "react/admin/elements/Link/",
|
|
657
|
-
"externalPath": "components.admin.react.elements"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "BrevoLogo",
|
|
715
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
661
716
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
717
|
"externalPath": "components.admin.react.elements"
|
|
663
718
|
},
|
|
664
719
|
{
|
|
665
|
-
"defaultExport": "
|
|
720
|
+
"defaultExport": "BrandedButton",
|
|
666
721
|
"importPath": "react/admin/elements/Button/",
|
|
667
722
|
"externalPath": "components.admin.react.elements"
|
|
668
723
|
},
|
|
669
724
|
{
|
|
670
|
-
"defaultExport": "
|
|
725
|
+
"defaultExport": "CopyButton",
|
|
671
726
|
"importPath": "react/admin/elements/Button/",
|
|
672
727
|
"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
728
|
}
|
|
729
729
|
];
|
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.4",
|
|
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",
|