@gravityforms/dependency-extraction-webpack-plugin 5.3.1 → 5.3.2
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 +197 -192
- package/package.json +1 -1
|
@@ -5,17 +5,17 @@ module.exports = [
|
|
|
5
5
|
"externalPath": "components.admin.html.modules"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"defaultExport": "
|
|
8
|
+
"defaultExport": "Dialog",
|
|
9
9
|
"namedExports": [
|
|
10
|
-
"
|
|
10
|
+
"dialogTemplate"
|
|
11
11
|
],
|
|
12
12
|
"importPath": "html/admin/modules/",
|
|
13
13
|
"externalPath": "components.admin.html.modules"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"defaultExport": "
|
|
16
|
+
"defaultExport": "Flyout",
|
|
17
17
|
"namedExports": [
|
|
18
|
-
"
|
|
18
|
+
"flyoutTemplate"
|
|
19
19
|
],
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
@@ -52,14 +52,6 @@ module.exports = [
|
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
"defaultExport": "StackedIcon",
|
|
57
|
-
"namedExports": [
|
|
58
|
-
"stackedIconTemplate"
|
|
59
|
-
],
|
|
60
|
-
"importPath": "html/admin/elements/",
|
|
61
|
-
"externalPath": "components.admin.html.elements"
|
|
62
|
-
},
|
|
63
55
|
{
|
|
64
56
|
"defaultExport": "Select",
|
|
65
57
|
"namedExports": [
|
|
@@ -77,25 +69,25 @@ module.exports = [
|
|
|
77
69
|
"externalPath": "components.admin.html.elements"
|
|
78
70
|
},
|
|
79
71
|
{
|
|
80
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "StackedIcon",
|
|
81
73
|
"namedExports": [
|
|
82
|
-
"
|
|
74
|
+
"stackedIconTemplate"
|
|
83
75
|
],
|
|
84
76
|
"importPath": "html/admin/elements/",
|
|
85
77
|
"externalPath": "components.admin.html.elements"
|
|
86
78
|
},
|
|
87
79
|
{
|
|
88
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Link",
|
|
89
81
|
"namedExports": [
|
|
90
|
-
"
|
|
82
|
+
"linkTemplate"
|
|
91
83
|
],
|
|
92
84
|
"importPath": "html/admin/elements/",
|
|
93
85
|
"externalPath": "components.admin.html.elements"
|
|
94
86
|
},
|
|
95
87
|
{
|
|
96
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Label",
|
|
97
89
|
"namedExports": [
|
|
98
|
-
"
|
|
90
|
+
"labelTemplate"
|
|
99
91
|
],
|
|
100
92
|
"importPath": "html/admin/elements/",
|
|
101
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -126,130 +118,28 @@ module.exports = [
|
|
|
126
118
|
"externalPath": "components.admin.html.elements"
|
|
127
119
|
},
|
|
128
120
|
{
|
|
129
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "Alert",
|
|
130
122
|
"namedExports": [
|
|
131
|
-
"
|
|
123
|
+
"alertTemplate"
|
|
132
124
|
],
|
|
133
125
|
"importPath": "html/admin/elements/",
|
|
134
126
|
"externalPath": "components.admin.html.elements"
|
|
135
127
|
},
|
|
136
128
|
{
|
|
137
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "HelpText",
|
|
138
130
|
"namedExports": [
|
|
139
|
-
"
|
|
131
|
+
"helpTextTemplate"
|
|
140
132
|
],
|
|
141
133
|
"importPath": "html/admin/elements/",
|
|
142
134
|
"externalPath": "components.admin.html.elements"
|
|
143
135
|
},
|
|
144
136
|
{
|
|
145
|
-
"defaultExport": "
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"
|
|
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": "Swatch",
|
|
161
|
-
"importPath": "react/admin/modules/",
|
|
162
|
-
"externalPath": "components.admin.react.modules"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "RouterNavBar",
|
|
166
|
-
"importPath": "react/admin/modules/",
|
|
167
|
-
"externalPath": "components.admin.react.modules"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "SnackBar",
|
|
171
|
-
"importPath": "react/admin/modules/",
|
|
172
|
-
"externalPath": "components.admin.react.modules"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Pagination",
|
|
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": "MetaBox",
|
|
191
|
-
"importPath": "react/admin/modules/",
|
|
192
|
-
"externalPath": "components.admin.react.modules"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "List",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "InputGroup",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "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": "ColorPicker",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "DataGrid",
|
|
236
|
-
"importPath": "react/admin/modules/",
|
|
237
|
-
"externalPath": "components.admin.react.modules"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "Chart",
|
|
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"
|
|
137
|
+
"defaultExport": "Button",
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"buttonTemplate"
|
|
140
|
+
],
|
|
141
|
+
"importPath": "html/admin/elements/",
|
|
142
|
+
"externalPath": "components.admin.html.elements"
|
|
253
143
|
},
|
|
254
144
|
{
|
|
255
145
|
"defaultExport": "Toggle",
|
|
@@ -257,17 +147,17 @@ module.exports = [
|
|
|
257
147
|
"externalPath": "components.admin.react.elements"
|
|
258
148
|
},
|
|
259
149
|
{
|
|
260
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Textarea",
|
|
261
151
|
"importPath": "react/admin/elements/",
|
|
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
|
},
|
|
@@ -277,12 +167,12 @@ module.exports = [
|
|
|
277
167
|
"externalPath": "components.admin.react.elements"
|
|
278
168
|
},
|
|
279
169
|
{
|
|
280
|
-
"defaultExport": "
|
|
170
|
+
"defaultExport": "Select",
|
|
281
171
|
"importPath": "react/admin/elements/",
|
|
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
|
},
|
|
@@ -297,17 +187,17 @@ module.exports = [
|
|
|
297
187
|
"externalPath": "components.admin.react.elements"
|
|
298
188
|
},
|
|
299
189
|
{
|
|
300
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Label",
|
|
301
191
|
"importPath": "react/admin/elements/",
|
|
302
192
|
"externalPath": "components.admin.react.elements"
|
|
303
193
|
},
|
|
304
194
|
{
|
|
305
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Pill",
|
|
306
196
|
"importPath": "react/admin/elements/",
|
|
307
197
|
"externalPath": "components.admin.react.elements"
|
|
308
198
|
},
|
|
309
199
|
{
|
|
310
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "HelpText",
|
|
311
201
|
"importPath": "react/admin/elements/",
|
|
312
202
|
"externalPath": "components.admin.react.elements"
|
|
313
203
|
},
|
|
@@ -317,7 +207,7 @@ module.exports = [
|
|
|
317
207
|
"externalPath": "components.admin.react.elements"
|
|
318
208
|
},
|
|
319
209
|
{
|
|
320
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Input",
|
|
321
211
|
"importPath": "react/admin/elements/",
|
|
322
212
|
"externalPath": "components.admin.react.elements"
|
|
323
213
|
},
|
|
@@ -326,13 +216,18 @@ module.exports = [
|
|
|
326
216
|
"importPath": "react/admin/elements/",
|
|
327
217
|
"externalPath": "components.admin.react.elements"
|
|
328
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Grid",
|
|
221
|
+
"importPath": "react/admin/elements/",
|
|
222
|
+
"externalPath": "components.admin.react.elements"
|
|
223
|
+
},
|
|
329
224
|
{
|
|
330
225
|
"defaultExport": "Heading",
|
|
331
226
|
"importPath": "react/admin/elements/",
|
|
332
227
|
"externalPath": "components.admin.react.elements"
|
|
333
228
|
},
|
|
334
229
|
{
|
|
335
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "DescriptionList",
|
|
336
231
|
"importPath": "react/admin/elements/",
|
|
337
232
|
"externalPath": "components.admin.react.elements"
|
|
338
233
|
},
|
|
@@ -342,7 +237,7 @@ module.exports = [
|
|
|
342
237
|
"externalPath": "components.admin.react.elements"
|
|
343
238
|
},
|
|
344
239
|
{
|
|
345
|
-
"defaultExport": "
|
|
240
|
+
"defaultExport": "Box",
|
|
346
241
|
"importPath": "react/admin/elements/",
|
|
347
242
|
"externalPath": "components.admin.react.elements"
|
|
348
243
|
},
|
|
@@ -357,77 +252,142 @@ module.exports = [
|
|
|
357
252
|
"externalPath": "components.admin.react.elements"
|
|
358
253
|
},
|
|
359
254
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/
|
|
362
|
-
"externalPath": "components.admin.react.
|
|
255
|
+
"defaultExport": "Swatch",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
363
258
|
},
|
|
364
259
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Steps",
|
|
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": "Tooltip",
|
|
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": "SnackBar",
|
|
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": "RouterNavBar",
|
|
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": "Repeater",
|
|
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/",
|
|
402
297
|
"externalPath": "components.admin.react.modules"
|
|
403
298
|
},
|
|
404
299
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/modules/
|
|
300
|
+
"defaultExport": "MetaBox",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
407
302
|
"externalPath": "components.admin.react.modules"
|
|
408
303
|
},
|
|
409
304
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/
|
|
305
|
+
"defaultExport": "List",
|
|
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": "InputGroup",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
317
|
+
"externalPath": "components.admin.react.modules"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Flyout",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
322
|
+
"externalPath": "components.admin.react.modules"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Dialog",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Droplist",
|
|
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": "ColorPicker",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "Chart",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "DataGrid",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "BrandedLink",
|
|
356
|
+
"importPath": "react/admin/elements/Link/",
|
|
412
357
|
"externalPath": "components.admin.react.elements"
|
|
413
358
|
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Alert",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "Calendar",
|
|
366
|
+
"importPath": "react/admin/modules/",
|
|
367
|
+
"externalPath": "components.admin.react.modules"
|
|
368
|
+
},
|
|
414
369
|
{
|
|
415
370
|
"defaultExport": "ZohoFullLogo",
|
|
416
371
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
372
|
"externalPath": "components.admin.react.elements"
|
|
418
373
|
},
|
|
419
374
|
{
|
|
420
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "ZohoLogo",
|
|
421
376
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
377
|
"externalPath": "components.admin.react.elements"
|
|
423
378
|
},
|
|
424
379
|
{
|
|
425
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "WhatsAppLogo",
|
|
426
381
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
382
|
"externalPath": "components.admin.react.elements"
|
|
428
383
|
},
|
|
429
384
|
{
|
|
430
|
-
"defaultExport": "
|
|
385
|
+
"defaultExport": "WordPressLogo",
|
|
386
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
387
|
+
"externalPath": "components.admin.react.elements"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
431
391
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
392
|
"externalPath": "components.admin.react.elements"
|
|
433
393
|
},
|
|
@@ -447,12 +407,12 @@ module.exports = [
|
|
|
447
407
|
"externalPath": "components.admin.react.elements"
|
|
448
408
|
},
|
|
449
409
|
{
|
|
450
|
-
"defaultExport": "
|
|
410
|
+
"defaultExport": "SparkPostLogo",
|
|
451
411
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
412
|
"externalPath": "components.admin.react.elements"
|
|
453
413
|
},
|
|
454
414
|
{
|
|
455
|
-
"defaultExport": "
|
|
415
|
+
"defaultExport": "SendGridLogo",
|
|
456
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
417
|
"externalPath": "components.admin.react.elements"
|
|
458
418
|
},
|
|
@@ -467,17 +427,17 @@ 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
|
},
|
|
474
434
|
{
|
|
475
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "PostmarkLogo",
|
|
476
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
437
|
"externalPath": "components.admin.react.elements"
|
|
478
438
|
},
|
|
479
439
|
{
|
|
480
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "PostmarkFullLogo",
|
|
481
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
442
|
"externalPath": "components.admin.react.elements"
|
|
483
443
|
},
|
|
@@ -492,7 +452,7 @@ module.exports = [
|
|
|
492
452
|
"externalPath": "components.admin.react.elements"
|
|
493
453
|
},
|
|
494
454
|
{
|
|
495
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "MandrillLogo",
|
|
496
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
457
|
"externalPath": "components.admin.react.elements"
|
|
498
458
|
},
|
|
@@ -502,22 +462,22 @@ module.exports = [
|
|
|
502
462
|
"externalPath": "components.admin.react.elements"
|
|
503
463
|
},
|
|
504
464
|
{
|
|
505
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "MicrosoftLogo",
|
|
506
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
467
|
"externalPath": "components.admin.react.elements"
|
|
508
468
|
},
|
|
509
469
|
{
|
|
510
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
511
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
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": "MailgunLogo",
|
|
521
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
482
|
"externalPath": "components.admin.react.elements"
|
|
523
483
|
},
|
|
@@ -527,22 +487,27 @@ module.exports = [
|
|
|
527
487
|
"externalPath": "components.admin.react.elements"
|
|
528
488
|
},
|
|
529
489
|
{
|
|
530
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "MailgunFullLogo",
|
|
531
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
492
|
"externalPath": "components.admin.react.elements"
|
|
533
493
|
},
|
|
534
494
|
{
|
|
535
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MailSuccessBg",
|
|
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": "MailSuccess",
|
|
506
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
507
|
+
"externalPath": "components.admin.react.elements"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"defaultExport": "MailFailedBg",
|
|
546
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
512
|
"externalPath": "components.admin.react.elements"
|
|
548
513
|
},
|
|
@@ -562,17 +527,17 @@ module.exports = [
|
|
|
562
527
|
"externalPath": "components.admin.react.elements"
|
|
563
528
|
},
|
|
564
529
|
{
|
|
565
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
566
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
532
|
"externalPath": "components.admin.react.elements"
|
|
568
533
|
},
|
|
569
534
|
{
|
|
570
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "GoogleLogo",
|
|
571
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
537
|
"externalPath": "components.admin.react.elements"
|
|
573
538
|
},
|
|
574
539
|
{
|
|
575
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
576
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
542
|
"externalPath": "components.admin.react.elements"
|
|
578
543
|
},
|
|
@@ -582,27 +547,27 @@ module.exports = [
|
|
|
582
547
|
"externalPath": "components.admin.react.elements"
|
|
583
548
|
},
|
|
584
549
|
{
|
|
585
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "GoogleAltLogo",
|
|
586
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
552
|
"externalPath": "components.admin.react.elements"
|
|
588
553
|
},
|
|
589
554
|
{
|
|
590
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "CustomSMTPFull",
|
|
591
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
557
|
"externalPath": "components.admin.react.elements"
|
|
593
558
|
},
|
|
594
559
|
{
|
|
595
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "CustomSMTP",
|
|
596
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
562
|
"externalPath": "components.admin.react.elements"
|
|
598
563
|
},
|
|
599
564
|
{
|
|
600
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "BrevoLogo",
|
|
601
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
567
|
"externalPath": "components.admin.react.elements"
|
|
603
568
|
},
|
|
604
569
|
{
|
|
605
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "BrevoFullLogo",
|
|
606
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
572
|
"externalPath": "components.admin.react.elements"
|
|
608
573
|
},
|
|
@@ -617,13 +582,53 @@ module.exports = [
|
|
|
617
582
|
"externalPath": "components.admin.react.elements"
|
|
618
583
|
},
|
|
619
584
|
{
|
|
620
|
-
"defaultExport": "
|
|
621
|
-
"importPath": "react/admin/
|
|
622
|
-
"externalPath": "components.admin.react.
|
|
585
|
+
"defaultExport": "VidyardVideo",
|
|
586
|
+
"importPath": "react/admin/modules/Videos/",
|
|
587
|
+
"externalPath": "components.admin.react.modules"
|
|
623
588
|
},
|
|
624
589
|
{
|
|
625
590
|
"defaultExport": "BrandedButton",
|
|
626
591
|
"importPath": "react/admin/elements/Button/",
|
|
627
592
|
"externalPath": "components.admin.react.elements"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"defaultExport": "RingLoader",
|
|
596
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
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": "ModularSidebar",
|
|
611
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
612
|
+
"externalPath": "components.admin.react.modules"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"defaultExport": "RightSidebar",
|
|
616
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
617
|
+
"externalPath": "components.admin.react.modules"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"defaultExport": "IntegrationCard",
|
|
621
|
+
"importPath": "react/admin/modules/Cards/",
|
|
622
|
+
"externalPath": "components.admin.react.modules"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"defaultExport": "MetricCard",
|
|
626
|
+
"importPath": "react/admin/modules/Cards/",
|
|
627
|
+
"externalPath": "components.admin.react.modules"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"defaultExport": "FormTemplateCard",
|
|
631
|
+
"importPath": "react/admin/modules/Cards/",
|
|
632
|
+
"externalPath": "components.admin.react.modules"
|
|
628
633
|
}
|
|
629
634
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
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",
|