@gravityforms/dependency-extraction-webpack-plugin 5.4.2 → 5.4.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 +186 -176
- package/package.json +1 -1
|
@@ -69,17 +69,17 @@ 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"
|
|
@@ -93,25 +93,25 @@ module.exports = [
|
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Input",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"inputTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Heading",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"headingTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -126,131 +126,21 @@ module.exports = [
|
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Button",
|
|
130
130
|
"namedExports": [
|
|
131
|
-
"
|
|
131
|
+
"buttonTemplate"
|
|
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": "Tabs",
|
|
146
|
-
"importPath": "react/admin/modules/",
|
|
147
|
-
"externalPath": "components.admin.react.modules"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Tooltip",
|
|
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": "Pagination",
|
|
171
|
-
"importPath": "react/admin/modules/",
|
|
172
|
-
"externalPath": "components.admin.react.modules"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "RouterNavBar",
|
|
176
|
-
"importPath": "react/admin/modules/",
|
|
177
|
-
"externalPath": "components.admin.react.modules"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Repeater",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "NavBar",
|
|
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": "MetaBox",
|
|
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": "Gravatar",
|
|
206
|
-
"importPath": "react/admin/modules/",
|
|
207
|
-
"externalPath": "components.admin.react.modules"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "Flyout",
|
|
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": "Dialog",
|
|
221
|
-
"importPath": "react/admin/modules/",
|
|
222
|
-
"externalPath": "components.admin.react.modules"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "Dropdown",
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Chart",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "ColorPicker",
|
|
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": "Alert",
|
|
246
|
-
"importPath": "react/admin/modules/",
|
|
247
|
-
"externalPath": "components.admin.react.modules"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Calendar",
|
|
251
|
-
"importPath": "react/admin/modules/",
|
|
252
|
-
"externalPath": "components.admin.react.modules"
|
|
253
|
-
},
|
|
254
144
|
{
|
|
255
145
|
"defaultExport": "Toggle",
|
|
256
146
|
"importPath": "react/admin/elements/",
|
|
@@ -262,17 +152,17 @@ module.exports = [
|
|
|
262
152
|
"externalPath": "components.admin.react.elements"
|
|
263
153
|
},
|
|
264
154
|
{
|
|
265
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Text",
|
|
266
156
|
"importPath": "react/admin/elements/",
|
|
267
157
|
"externalPath": "components.admin.react.elements"
|
|
268
158
|
},
|
|
269
159
|
{
|
|
270
|
-
"defaultExport": "
|
|
160
|
+
"defaultExport": "Tag",
|
|
271
161
|
"importPath": "react/admin/elements/",
|
|
272
162
|
"externalPath": "components.admin.react.elements"
|
|
273
163
|
},
|
|
274
164
|
{
|
|
275
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "StatusIndicator",
|
|
276
166
|
"importPath": "react/admin/elements/",
|
|
277
167
|
"externalPath": "components.admin.react.elements"
|
|
278
168
|
},
|
|
@@ -282,17 +172,17 @@ module.exports = [
|
|
|
282
172
|
"externalPath": "components.admin.react.elements"
|
|
283
173
|
},
|
|
284
174
|
{
|
|
285
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "Range",
|
|
286
176
|
"importPath": "react/admin/elements/",
|
|
287
177
|
"externalPath": "components.admin.react.elements"
|
|
288
178
|
},
|
|
289
179
|
{
|
|
290
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "Radio",
|
|
291
181
|
"importPath": "react/admin/elements/",
|
|
292
182
|
"externalPath": "components.admin.react.elements"
|
|
293
183
|
},
|
|
294
184
|
{
|
|
295
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Pill",
|
|
296
186
|
"importPath": "react/admin/elements/",
|
|
297
187
|
"externalPath": "components.admin.react.elements"
|
|
298
188
|
},
|
|
@@ -317,12 +207,12 @@ module.exports = [
|
|
|
317
207
|
"externalPath": "components.admin.react.elements"
|
|
318
208
|
},
|
|
319
209
|
{
|
|
320
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Icon",
|
|
321
211
|
"importPath": "react/admin/elements/",
|
|
322
212
|
"externalPath": "components.admin.react.elements"
|
|
323
213
|
},
|
|
324
214
|
{
|
|
325
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "HelpText",
|
|
326
216
|
"importPath": "react/admin/elements/",
|
|
327
217
|
"externalPath": "components.admin.react.elements"
|
|
328
218
|
},
|
|
@@ -346,6 +236,11 @@ module.exports = [
|
|
|
346
236
|
"importPath": "react/admin/elements/",
|
|
347
237
|
"externalPath": "components.admin.react.elements"
|
|
348
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Checkbox",
|
|
241
|
+
"importPath": "react/admin/elements/",
|
|
242
|
+
"externalPath": "components.admin.react.elements"
|
|
243
|
+
},
|
|
349
244
|
{
|
|
350
245
|
"defaultExport": "Box",
|
|
351
246
|
"importPath": "react/admin/elements/",
|
|
@@ -357,53 +252,118 @@ module.exports = [
|
|
|
357
252
|
"externalPath": "components.admin.react.elements"
|
|
358
253
|
},
|
|
359
254
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tooltip",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
362
257
|
"externalPath": "components.admin.react.modules"
|
|
363
258
|
},
|
|
364
259
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Tabs",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
367
262
|
"externalPath": "components.admin.react.modules"
|
|
368
263
|
},
|
|
369
264
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/
|
|
265
|
+
"defaultExport": "Steps",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
372
267
|
"externalPath": "components.admin.react.modules"
|
|
373
268
|
},
|
|
374
269
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "RouterNavBar",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
377
272
|
"externalPath": "components.admin.react.modules"
|
|
378
273
|
},
|
|
379
274
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "Swatch",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
382
277
|
"externalPath": "components.admin.react.modules"
|
|
383
278
|
},
|
|
384
279
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "SnackBar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
387
282
|
"externalPath": "components.admin.react.modules"
|
|
388
283
|
},
|
|
389
284
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Repeater",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
392
287
|
"externalPath": "components.admin.react.modules"
|
|
393
288
|
},
|
|
394
289
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "NavBar",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
397
292
|
"externalPath": "components.admin.react.modules"
|
|
398
293
|
},
|
|
399
294
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "Pagination",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
402
297
|
"externalPath": "components.admin.react.modules"
|
|
403
298
|
},
|
|
404
299
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/
|
|
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": "Flyout",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
317
|
+
"externalPath": "components.admin.react.modules"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Gravatar",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
322
|
+
"externalPath": "components.admin.react.modules"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Droplist",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Dialog",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Dropdown",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "DataGrid",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "ColorPicker",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Calendar",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "Chart",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Alert",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "BrandedLink",
|
|
366
|
+
"importPath": "react/admin/elements/Link/",
|
|
407
367
|
"externalPath": "components.admin.react.elements"
|
|
408
368
|
},
|
|
409
369
|
{
|
|
@@ -467,7 +427,7 @@ module.exports = [
|
|
|
467
427
|
"externalPath": "components.admin.react.elements"
|
|
468
428
|
},
|
|
469
429
|
{
|
|
470
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "SMTP2GOLogo",
|
|
471
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
432
|
"externalPath": "components.admin.react.elements"
|
|
473
433
|
},
|
|
@@ -477,7 +437,7 @@ module.exports = [
|
|
|
477
437
|
"externalPath": "components.admin.react.elements"
|
|
478
438
|
},
|
|
479
439
|
{
|
|
480
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "PostmarkLogo",
|
|
481
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
442
|
"externalPath": "components.admin.react.elements"
|
|
483
443
|
},
|
|
@@ -501,13 +461,18 @@ module.exports = [
|
|
|
501
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
462
|
"externalPath": "components.admin.react.elements"
|
|
503
463
|
},
|
|
464
|
+
{
|
|
465
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
466
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
467
|
+
"externalPath": "components.admin.react.elements"
|
|
468
|
+
},
|
|
504
469
|
{
|
|
505
470
|
"defaultExport": "MicrosoftAltLogo",
|
|
506
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
472
|
"externalPath": "components.admin.react.elements"
|
|
508
473
|
},
|
|
509
474
|
{
|
|
510
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "MandrillLogo",
|
|
511
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
477
|
"externalPath": "components.admin.react.elements"
|
|
513
478
|
},
|
|
@@ -522,7 +487,7 @@ module.exports = [
|
|
|
522
487
|
"externalPath": "components.admin.react.elements"
|
|
523
488
|
},
|
|
524
489
|
{
|
|
525
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "MailerSendFullLogo",
|
|
526
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
492
|
"externalPath": "components.admin.react.elements"
|
|
528
493
|
},
|
|
@@ -532,12 +497,12 @@ module.exports = [
|
|
|
532
497
|
"externalPath": "components.admin.react.elements"
|
|
533
498
|
},
|
|
534
499
|
{
|
|
535
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MailerSendLogo",
|
|
536
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
502
|
"externalPath": "components.admin.react.elements"
|
|
538
503
|
},
|
|
539
504
|
{
|
|
540
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MailchimpFullLogo",
|
|
541
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
507
|
"externalPath": "components.admin.react.elements"
|
|
543
508
|
},
|
|
@@ -547,12 +512,12 @@ module.exports = [
|
|
|
547
512
|
"externalPath": "components.admin.react.elements"
|
|
548
513
|
},
|
|
549
514
|
{
|
|
550
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MailFailed",
|
|
551
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
517
|
"externalPath": "components.admin.react.elements"
|
|
553
518
|
},
|
|
554
519
|
{
|
|
555
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailSuccessBg",
|
|
556
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
522
|
"externalPath": "components.admin.react.elements"
|
|
558
523
|
},
|
|
@@ -562,17 +527,17 @@ module.exports = [
|
|
|
562
527
|
"externalPath": "components.admin.react.elements"
|
|
563
528
|
},
|
|
564
529
|
{
|
|
565
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailFailedBg",
|
|
566
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
532
|
"externalPath": "components.admin.react.elements"
|
|
568
533
|
},
|
|
569
534
|
{
|
|
570
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "GravitySMTPLogo",
|
|
571
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
537
|
"externalPath": "components.admin.react.elements"
|
|
573
538
|
},
|
|
574
539
|
{
|
|
575
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
576
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
542
|
"externalPath": "components.admin.react.elements"
|
|
578
543
|
},
|
|
@@ -587,27 +552,27 @@ module.exports = [
|
|
|
587
552
|
"externalPath": "components.admin.react.elements"
|
|
588
553
|
},
|
|
589
554
|
{
|
|
590
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
591
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
557
|
"externalPath": "components.admin.react.elements"
|
|
593
558
|
},
|
|
594
559
|
{
|
|
595
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "ElasticEmailLogo",
|
|
596
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
562
|
"externalPath": "components.admin.react.elements"
|
|
598
563
|
},
|
|
599
564
|
{
|
|
600
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
601
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
567
|
"externalPath": "components.admin.react.elements"
|
|
603
568
|
},
|
|
604
569
|
{
|
|
605
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "GoogleFullLogo",
|
|
606
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
572
|
"externalPath": "components.admin.react.elements"
|
|
608
573
|
},
|
|
609
574
|
{
|
|
610
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "GoogleAltLogo",
|
|
611
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
577
|
"externalPath": "components.admin.react.elements"
|
|
613
578
|
},
|
|
@@ -617,12 +582,17 @@ module.exports = [
|
|
|
617
582
|
"externalPath": "components.admin.react.elements"
|
|
618
583
|
},
|
|
619
584
|
{
|
|
620
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "BrokenImage",
|
|
621
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
587
|
"externalPath": "components.admin.react.elements"
|
|
623
588
|
},
|
|
624
589
|
{
|
|
625
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "BrokenImageFull",
|
|
591
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
592
|
+
"externalPath": "components.admin.react.elements"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"defaultExport": "CustomSMTP",
|
|
626
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
597
|
"externalPath": "components.admin.react.elements"
|
|
628
598
|
},
|
|
@@ -641,19 +611,59 @@ module.exports = [
|
|
|
641
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
612
|
"externalPath": "components.admin.react.elements"
|
|
643
613
|
},
|
|
614
|
+
{
|
|
615
|
+
"defaultExport": "AmazonAWSLogo",
|
|
616
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
617
|
+
"externalPath": "components.admin.react.elements"
|
|
618
|
+
},
|
|
644
619
|
{
|
|
645
620
|
"defaultExport": "BrandedButton",
|
|
646
621
|
"importPath": "react/admin/elements/Button/",
|
|
647
622
|
"externalPath": "components.admin.react.elements"
|
|
648
623
|
},
|
|
649
624
|
{
|
|
650
|
-
"defaultExport": "
|
|
651
|
-
"importPath": "react/admin/
|
|
652
|
-
"externalPath": "components.admin.react.
|
|
625
|
+
"defaultExport": "VidyardVideo",
|
|
626
|
+
"importPath": "react/admin/modules/Videos/",
|
|
627
|
+
"externalPath": "components.admin.react.modules"
|
|
653
628
|
},
|
|
654
629
|
{
|
|
655
|
-
"defaultExport": "
|
|
656
|
-
"importPath": "react/admin/
|
|
657
|
-
"externalPath": "components.admin.react.
|
|
630
|
+
"defaultExport": "RingLoader",
|
|
631
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
632
|
+
"externalPath": "components.admin.react.modules"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"defaultExport": "RightSidebar",
|
|
636
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
637
|
+
"externalPath": "components.admin.react.modules"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"defaultExport": "IconIndicator",
|
|
641
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
642
|
+
"externalPath": "components.admin.react.modules"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"defaultExport": "DotIndicator",
|
|
646
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
647
|
+
"externalPath": "components.admin.react.modules"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"defaultExport": "ModularSidebar",
|
|
651
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
652
|
+
"externalPath": "components.admin.react.modules"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"defaultExport": "MetricCard",
|
|
656
|
+
"importPath": "react/admin/modules/Cards/",
|
|
657
|
+
"externalPath": "components.admin.react.modules"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"defaultExport": "IntegrationCard",
|
|
661
|
+
"importPath": "react/admin/modules/Cards/",
|
|
662
|
+
"externalPath": "components.admin.react.modules"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"defaultExport": "FormTemplateCard",
|
|
666
|
+
"importPath": "react/admin/modules/Cards/",
|
|
667
|
+
"externalPath": "components.admin.react.modules"
|
|
658
668
|
}
|
|
659
669
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.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",
|