@gravityforms/dependency-extraction-webpack-plugin 4.7.1 → 4.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 +194 -179
- package/package.json +1 -1
|
@@ -45,25 +45,25 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StackedIcon",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"stackedIconTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "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": "StatusIndicator",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"statusIndicatorTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
@@ -77,25 +77,25 @@ module.exports = [
|
|
|
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"
|
|
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"
|
|
@@ -109,143 +109,38 @@ module.exports = [
|
|
|
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"
|
|
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": "Tooltip",
|
|
146
|
-
"importPath": "react/admin/modules/",
|
|
147
|
-
"externalPath": "components.admin.react.modules"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Swatch",
|
|
151
|
-
"importPath": "react/admin/modules/",
|
|
152
|
-
"externalPath": "components.admin.react.modules"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"defaultExport": "Steps",
|
|
156
|
-
"importPath": "react/admin/modules/",
|
|
157
|
-
"externalPath": "components.admin.react.modules"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "RouterNavBar",
|
|
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": "Repeater",
|
|
176
|
-
"importPath": "react/admin/modules/",
|
|
177
|
-
"externalPath": "components.admin.react.modules"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "NavBar",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "MetaBox",
|
|
186
|
-
"importPath": "react/admin/modules/",
|
|
187
|
-
"externalPath": "components.admin.react.modules"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "List",
|
|
191
|
-
"importPath": "react/admin/modules/",
|
|
192
|
-
"externalPath": "components.admin.react.modules"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "InputGroup",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "Flyout",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Droplist",
|
|
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": "Dropdown",
|
|
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": "DataGrid",
|
|
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": "Calendar",
|
|
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": "Alert",
|
|
246
|
-
"importPath": "react/admin/modules/",
|
|
247
|
-
"externalPath": "components.admin.react.modules"
|
|
248
|
-
},
|
|
249
144
|
{
|
|
250
145
|
"defaultExport": "Toggle",
|
|
251
146
|
"importPath": "react/admin/elements/",
|
|
@@ -267,7 +162,7 @@ module.exports = [
|
|
|
267
162
|
"externalPath": "components.admin.react.elements"
|
|
268
163
|
},
|
|
269
164
|
{
|
|
270
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "Range",
|
|
271
166
|
"importPath": "react/admin/elements/",
|
|
272
167
|
"externalPath": "components.admin.react.elements"
|
|
273
168
|
},
|
|
@@ -277,7 +172,7 @@ module.exports = [
|
|
|
277
172
|
"externalPath": "components.admin.react.elements"
|
|
278
173
|
},
|
|
279
174
|
{
|
|
280
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "StatusIndicator",
|
|
281
176
|
"importPath": "react/admin/elements/",
|
|
282
177
|
"externalPath": "components.admin.react.elements"
|
|
283
178
|
},
|
|
@@ -287,32 +182,27 @@ module.exports = [
|
|
|
287
182
|
"externalPath": "components.admin.react.elements"
|
|
288
183
|
},
|
|
289
184
|
{
|
|
290
|
-
"defaultExport": "
|
|
291
|
-
"importPath": "react/admin/elements/",
|
|
292
|
-
"externalPath": "components.admin.react.elements"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Link",
|
|
185
|
+
"defaultExport": "Input",
|
|
296
186
|
"importPath": "react/admin/elements/",
|
|
297
187
|
"externalPath": "components.admin.react.elements"
|
|
298
188
|
},
|
|
299
189
|
{
|
|
300
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Pill",
|
|
301
191
|
"importPath": "react/admin/elements/",
|
|
302
192
|
"externalPath": "components.admin.react.elements"
|
|
303
193
|
},
|
|
304
194
|
{
|
|
305
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Link",
|
|
306
196
|
"importPath": "react/admin/elements/",
|
|
307
197
|
"externalPath": "components.admin.react.elements"
|
|
308
198
|
},
|
|
309
199
|
{
|
|
310
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "Label",
|
|
311
201
|
"importPath": "react/admin/elements/",
|
|
312
202
|
"externalPath": "components.admin.react.elements"
|
|
313
203
|
},
|
|
314
204
|
{
|
|
315
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Image",
|
|
316
206
|
"importPath": "react/admin/elements/",
|
|
317
207
|
"externalPath": "components.admin.react.elements"
|
|
318
208
|
},
|
|
@@ -336,6 +226,11 @@ module.exports = [
|
|
|
336
226
|
"importPath": "react/admin/elements/",
|
|
337
227
|
"externalPath": "components.admin.react.elements"
|
|
338
228
|
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "HelpText",
|
|
231
|
+
"importPath": "react/admin/elements/",
|
|
232
|
+
"externalPath": "components.admin.react.elements"
|
|
233
|
+
},
|
|
339
234
|
{
|
|
340
235
|
"defaultExport": "DescriptionList",
|
|
341
236
|
"importPath": "react/admin/elements/",
|
|
@@ -357,48 +252,113 @@ 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": "Swatch",
|
|
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": "Tabs",
|
|
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": "Steps",
|
|
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": "RouterNavBar",
|
|
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": "Repeater",
|
|
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": "Pagination",
|
|
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": "SnackBar",
|
|
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": "NavBar",
|
|
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": "InputGroup",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
307
|
+
"externalPath": "components.admin.react.modules"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "Gravatar",
|
|
311
|
+
"importPath": "react/admin/modules/",
|
|
312
|
+
"externalPath": "components.admin.react.modules"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "List",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
317
|
+
"externalPath": "components.admin.react.modules"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Droplist",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
322
|
+
"externalPath": "components.admin.react.modules"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Flyout",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Dropdown",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Dialog",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "ColorPicker",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "DataGrid",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Chart",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "Alert",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Calendar",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
402
362
|
"externalPath": "components.admin.react.modules"
|
|
403
363
|
},
|
|
404
364
|
{
|
|
@@ -412,12 +372,12 @@ module.exports = [
|
|
|
412
372
|
"externalPath": "components.admin.react.elements"
|
|
413
373
|
},
|
|
414
374
|
{
|
|
415
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "WhatsAppLogo",
|
|
416
376
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
377
|
"externalPath": "components.admin.react.elements"
|
|
418
378
|
},
|
|
419
379
|
{
|
|
420
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
421
381
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
382
|
"externalPath": "components.admin.react.elements"
|
|
423
383
|
},
|
|
@@ -427,17 +387,17 @@ module.exports = [
|
|
|
427
387
|
"externalPath": "components.admin.react.elements"
|
|
428
388
|
},
|
|
429
389
|
{
|
|
430
|
-
"defaultExport": "
|
|
390
|
+
"defaultExport": "SparkPostLogo",
|
|
431
391
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
392
|
"externalPath": "components.admin.react.elements"
|
|
433
393
|
},
|
|
434
394
|
{
|
|
435
|
-
"defaultExport": "
|
|
395
|
+
"defaultExport": "SlackLogo",
|
|
436
396
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
397
|
"externalPath": "components.admin.react.elements"
|
|
438
398
|
},
|
|
439
399
|
{
|
|
440
|
-
"defaultExport": "
|
|
400
|
+
"defaultExport": "TelegramLogo",
|
|
441
401
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
402
|
"externalPath": "components.admin.react.elements"
|
|
443
403
|
},
|
|
@@ -456,11 +416,6 @@ module.exports = [
|
|
|
456
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
417
|
"externalPath": "components.admin.react.elements"
|
|
458
418
|
},
|
|
459
|
-
{
|
|
460
|
-
"defaultExport": "SMTP2GOLogo",
|
|
461
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
462
|
-
"externalPath": "components.admin.react.elements"
|
|
463
|
-
},
|
|
464
419
|
{
|
|
465
420
|
"defaultExport": "PostmarkFullLogo",
|
|
466
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -487,7 +442,7 @@ module.exports = [
|
|
|
487
442
|
"externalPath": "components.admin.react.elements"
|
|
488
443
|
},
|
|
489
444
|
{
|
|
490
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "SMTP2GOLogo",
|
|
491
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
447
|
"externalPath": "components.admin.react.elements"
|
|
493
448
|
},
|
|
@@ -496,6 +451,11 @@ module.exports = [
|
|
|
496
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
452
|
"externalPath": "components.admin.react.elements"
|
|
498
453
|
},
|
|
454
|
+
{
|
|
455
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
456
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
457
|
+
"externalPath": "components.admin.react.elements"
|
|
458
|
+
},
|
|
499
459
|
{
|
|
500
460
|
"defaultExport": "MicrosoftAltLogo",
|
|
501
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -512,17 +472,17 @@ module.exports = [
|
|
|
512
472
|
"externalPath": "components.admin.react.elements"
|
|
513
473
|
},
|
|
514
474
|
{
|
|
515
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "MailchimpFullLogo",
|
|
516
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
477
|
"externalPath": "components.admin.react.elements"
|
|
518
478
|
},
|
|
519
479
|
{
|
|
520
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "MailchimpLogo",
|
|
521
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
482
|
"externalPath": "components.admin.react.elements"
|
|
523
483
|
},
|
|
524
484
|
{
|
|
525
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "MailSuccessBg",
|
|
526
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
487
|
"externalPath": "components.admin.react.elements"
|
|
528
488
|
},
|
|
@@ -532,32 +492,37 @@ module.exports = [
|
|
|
532
492
|
"externalPath": "components.admin.react.elements"
|
|
533
493
|
},
|
|
534
494
|
{
|
|
535
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MailSuccess",
|
|
536
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
497
|
"externalPath": "components.admin.react.elements"
|
|
538
498
|
},
|
|
539
499
|
{
|
|
540
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MailFailed",
|
|
541
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
502
|
"externalPath": "components.admin.react.elements"
|
|
543
503
|
},
|
|
544
504
|
{
|
|
545
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
546
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
507
|
"externalPath": "components.admin.react.elements"
|
|
548
508
|
},
|
|
549
509
|
{
|
|
550
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "GravitySMTPLogo",
|
|
551
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
512
|
"externalPath": "components.admin.react.elements"
|
|
553
513
|
},
|
|
554
514
|
{
|
|
555
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
556
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
517
|
"externalPath": "components.admin.react.elements"
|
|
558
518
|
},
|
|
559
519
|
{
|
|
560
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
521
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
522
|
+
"externalPath": "components.admin.react.elements"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"defaultExport": "GoogleLogo",
|
|
561
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
527
|
"externalPath": "components.admin.react.elements"
|
|
563
528
|
},
|
|
@@ -572,17 +537,22 @@ module.exports = [
|
|
|
572
537
|
"externalPath": "components.admin.react.elements"
|
|
573
538
|
},
|
|
574
539
|
{
|
|
575
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "CustomSMTPFull",
|
|
576
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
542
|
"externalPath": "components.admin.react.elements"
|
|
578
543
|
},
|
|
579
544
|
{
|
|
580
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "BrevoLogo",
|
|
581
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
547
|
"externalPath": "components.admin.react.elements"
|
|
583
548
|
},
|
|
584
549
|
{
|
|
585
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "CustomSMTP",
|
|
551
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
552
|
+
"externalPath": "components.admin.react.elements"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"defaultExport": "BrevoFullLogo",
|
|
586
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
557
|
"externalPath": "components.admin.react.elements"
|
|
588
558
|
},
|
|
@@ -605,5 +575,50 @@ module.exports = [
|
|
|
605
575
|
"defaultExport": "BrandedButton",
|
|
606
576
|
"importPath": "react/admin/elements/Button/",
|
|
607
577
|
"externalPath": "components.admin.react.elements"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"defaultExport": "VidyardVideo",
|
|
581
|
+
"importPath": "react/admin/modules/Videos/",
|
|
582
|
+
"externalPath": "components.admin.react.modules"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"defaultExport": "RingLoader",
|
|
586
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
587
|
+
"externalPath": "components.admin.react.modules"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"defaultExport": "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": "IntegrationCard",
|
|
616
|
+
"importPath": "react/admin/modules/Cards/",
|
|
617
|
+
"externalPath": "components.admin.react.modules"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"defaultExport": "FormTemplateCard",
|
|
621
|
+
"importPath": "react/admin/modules/Cards/",
|
|
622
|
+
"externalPath": "components.admin.react.modules"
|
|
608
623
|
}
|
|
609
624
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.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",
|