@gravityforms/dependency-extraction-webpack-plugin 5.4.11 → 5.4.12
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 +211 -211
- package/package.json +1 -1
|
@@ -5,33 +5,33 @@ 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"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"defaultExport": "
|
|
24
|
+
"defaultExport": "Textarea",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"textareaTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Toggle",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"toggleTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
@@ -61,66 +61,66 @@ module.exports = [
|
|
|
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"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Select",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"selectTemplate"
|
|
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"
|
|
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": "Dropdown",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"dropdownTemplate",
|
|
115
|
+
"dropdownListItems"
|
|
115
116
|
],
|
|
116
117
|
"importPath": "html/admin/elements/",
|
|
117
118
|
"externalPath": "components.admin.html.elements"
|
|
118
119
|
},
|
|
119
120
|
{
|
|
120
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "Heading",
|
|
121
122
|
"namedExports": [
|
|
122
|
-
"
|
|
123
|
-
"dropdownListItems"
|
|
123
|
+
"headingTemplate"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,128 +141,18 @@ module.exports = [
|
|
|
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": "StatusIndicator",
|
|
166
|
-
"importPath": "react/admin/elements/",
|
|
167
|
-
"externalPath": "components.admin.react.elements"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "Select",
|
|
171
|
-
"importPath": "react/admin/elements/",
|
|
172
|
-
"externalPath": "components.admin.react.elements"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Range",
|
|
176
|
-
"importPath": "react/admin/elements/",
|
|
177
|
-
"externalPath": "components.admin.react.elements"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Radio",
|
|
181
|
-
"importPath": "react/admin/elements/",
|
|
182
|
-
"externalPath": "components.admin.react.elements"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Pill",
|
|
186
|
-
"importPath": "react/admin/elements/",
|
|
187
|
-
"externalPath": "components.admin.react.elements"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "Link",
|
|
191
|
-
"importPath": "react/admin/elements/",
|
|
192
|
-
"externalPath": "components.admin.react.elements"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "Label",
|
|
196
|
-
"importPath": "react/admin/elements/",
|
|
197
|
-
"externalPath": "components.admin.react.elements"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "Input",
|
|
201
|
-
"importPath": "react/admin/elements/",
|
|
202
|
-
"externalPath": "components.admin.react.elements"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Icon",
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "Image",
|
|
211
|
-
"importPath": "react/admin/elements/",
|
|
212
|
-
"externalPath": "components.admin.react.elements"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"defaultExport": "HelpText",
|
|
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": "Grid",
|
|
226
|
-
"importPath": "react/admin/elements/",
|
|
227
|
-
"externalPath": "components.admin.react.elements"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "FileUpload",
|
|
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": "Button",
|
|
246
|
-
"importPath": "react/admin/elements/",
|
|
247
|
-
"externalPath": "components.admin.react.elements"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Box",
|
|
251
|
-
"importPath": "react/admin/elements/",
|
|
252
|
-
"externalPath": "components.admin.react.elements"
|
|
253
|
-
},
|
|
254
144
|
{
|
|
255
145
|
"defaultExport": "Tooltip",
|
|
256
146
|
"importPath": "react/admin/modules/",
|
|
257
147
|
"externalPath": "components.admin.react.modules"
|
|
258
148
|
},
|
|
259
149
|
{
|
|
260
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Swatch",
|
|
261
151
|
"importPath": "react/admin/modules/",
|
|
262
152
|
"externalPath": "components.admin.react.modules"
|
|
263
153
|
},
|
|
264
154
|
{
|
|
265
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Tabs",
|
|
266
156
|
"importPath": "react/admin/modules/",
|
|
267
157
|
"externalPath": "components.admin.react.modules"
|
|
268
158
|
},
|
|
@@ -302,12 +192,12 @@ module.exports = [
|
|
|
302
192
|
"externalPath": "components.admin.react.modules"
|
|
303
193
|
},
|
|
304
194
|
{
|
|
305
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "InputGroup",
|
|
306
196
|
"importPath": "react/admin/modules/",
|
|
307
197
|
"externalPath": "components.admin.react.modules"
|
|
308
198
|
},
|
|
309
199
|
{
|
|
310
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "List",
|
|
311
201
|
"importPath": "react/admin/modules/",
|
|
312
202
|
"externalPath": "components.admin.react.modules"
|
|
313
203
|
},
|
|
@@ -327,22 +217,22 @@ module.exports = [
|
|
|
327
217
|
"externalPath": "components.admin.react.modules"
|
|
328
218
|
},
|
|
329
219
|
{
|
|
330
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "Dropdown",
|
|
331
221
|
"importPath": "react/admin/modules/",
|
|
332
222
|
"externalPath": "components.admin.react.modules"
|
|
333
223
|
},
|
|
334
224
|
{
|
|
335
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "ColorPicker",
|
|
336
226
|
"importPath": "react/admin/modules/",
|
|
337
227
|
"externalPath": "components.admin.react.modules"
|
|
338
228
|
},
|
|
339
229
|
{
|
|
340
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "DataGrid",
|
|
341
231
|
"importPath": "react/admin/modules/",
|
|
342
232
|
"externalPath": "components.admin.react.modules"
|
|
343
233
|
},
|
|
344
234
|
{
|
|
345
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "Dialog",
|
|
346
236
|
"importPath": "react/admin/modules/",
|
|
347
237
|
"externalPath": "components.admin.react.modules"
|
|
348
238
|
},
|
|
@@ -372,15 +262,155 @@ module.exports = [
|
|
|
372
262
|
"externalPath": "components.admin.react.modules"
|
|
373
263
|
},
|
|
374
264
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/elements/
|
|
265
|
+
"defaultExport": "Textarea",
|
|
266
|
+
"importPath": "react/admin/elements/",
|
|
267
|
+
"externalPath": "components.admin.react.elements"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Toggle",
|
|
271
|
+
"importPath": "react/admin/elements/",
|
|
272
|
+
"externalPath": "components.admin.react.elements"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"defaultExport": "Text",
|
|
276
|
+
"importPath": "react/admin/elements/",
|
|
277
|
+
"externalPath": "components.admin.react.elements"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Tag",
|
|
281
|
+
"importPath": "react/admin/elements/",
|
|
282
|
+
"externalPath": "components.admin.react.elements"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"defaultExport": "StatusIndicator",
|
|
286
|
+
"importPath": "react/admin/elements/",
|
|
287
|
+
"externalPath": "components.admin.react.elements"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"defaultExport": "Range",
|
|
291
|
+
"importPath": "react/admin/elements/",
|
|
292
|
+
"externalPath": "components.admin.react.elements"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"defaultExport": "Pill",
|
|
296
|
+
"importPath": "react/admin/elements/",
|
|
297
|
+
"externalPath": "components.admin.react.elements"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"defaultExport": "Select",
|
|
301
|
+
"importPath": "react/admin/elements/",
|
|
302
|
+
"externalPath": "components.admin.react.elements"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"defaultExport": "Radio",
|
|
306
|
+
"importPath": "react/admin/elements/",
|
|
307
|
+
"externalPath": "components.admin.react.elements"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "Input",
|
|
311
|
+
"importPath": "react/admin/elements/",
|
|
312
|
+
"externalPath": "components.admin.react.elements"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "Label",
|
|
316
|
+
"importPath": "react/admin/elements/",
|
|
317
|
+
"externalPath": "components.admin.react.elements"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Icon",
|
|
321
|
+
"importPath": "react/admin/elements/",
|
|
322
|
+
"externalPath": "components.admin.react.elements"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Link",
|
|
326
|
+
"importPath": "react/admin/elements/",
|
|
327
|
+
"externalPath": "components.admin.react.elements"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "HelpText",
|
|
331
|
+
"importPath": "react/admin/elements/",
|
|
332
|
+
"externalPath": "components.admin.react.elements"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Image",
|
|
336
|
+
"importPath": "react/admin/elements/",
|
|
337
|
+
"externalPath": "components.admin.react.elements"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "FileUpload",
|
|
341
|
+
"importPath": "react/admin/elements/",
|
|
342
|
+
"externalPath": "components.admin.react.elements"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "DescriptionList",
|
|
346
|
+
"importPath": "react/admin/elements/",
|
|
347
|
+
"externalPath": "components.admin.react.elements"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Checkbox",
|
|
351
|
+
"importPath": "react/admin/elements/",
|
|
377
352
|
"externalPath": "components.admin.react.elements"
|
|
378
353
|
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "Heading",
|
|
356
|
+
"importPath": "react/admin/elements/",
|
|
357
|
+
"externalPath": "components.admin.react.elements"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "VidyardVideo",
|
|
361
|
+
"importPath": "react/admin/modules/Videos/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "RingLoader",
|
|
366
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
367
|
+
"externalPath": "components.admin.react.modules"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"defaultExport": "IconIndicator",
|
|
371
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
372
|
+
"externalPath": "components.admin.react.modules"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "DotIndicator",
|
|
376
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
377
|
+
"externalPath": "components.admin.react.modules"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Button",
|
|
381
|
+
"importPath": "react/admin/elements/",
|
|
382
|
+
"externalPath": "components.admin.react.elements"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "RightSidebar",
|
|
386
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
387
|
+
"externalPath": "components.admin.react.modules"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "ModularSidebar",
|
|
391
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
392
|
+
"externalPath": "components.admin.react.modules"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"defaultExport": "MetricCard",
|
|
396
|
+
"importPath": "react/admin/modules/Cards/",
|
|
397
|
+
"externalPath": "components.admin.react.modules"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"defaultExport": "IntegrationCard",
|
|
401
|
+
"importPath": "react/admin/modules/Cards/",
|
|
402
|
+
"externalPath": "components.admin.react.modules"
|
|
403
|
+
},
|
|
379
404
|
{
|
|
380
405
|
"defaultExport": "ZohoLogo",
|
|
381
406
|
"importPath": "react/admin/elements/Svgs/",
|
|
382
407
|
"externalPath": "components.admin.react.elements"
|
|
383
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"defaultExport": "FormTemplateCard",
|
|
411
|
+
"importPath": "react/admin/modules/Cards/",
|
|
412
|
+
"externalPath": "components.admin.react.modules"
|
|
413
|
+
},
|
|
384
414
|
{
|
|
385
415
|
"defaultExport": "ZohoFullLogo",
|
|
386
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -426,14 +456,19 @@ module.exports = [
|
|
|
426
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
457
|
"externalPath": "components.admin.react.elements"
|
|
428
458
|
},
|
|
459
|
+
{
|
|
460
|
+
"defaultExport": "Grid",
|
|
461
|
+
"importPath": "react/admin/elements/",
|
|
462
|
+
"externalPath": "components.admin.react.elements"
|
|
463
|
+
},
|
|
429
464
|
{
|
|
430
465
|
"defaultExport": "SendGridLogo",
|
|
431
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
467
|
"externalPath": "components.admin.react.elements"
|
|
433
468
|
},
|
|
434
469
|
{
|
|
435
|
-
"defaultExport": "
|
|
436
|
-
"importPath": "react/admin/elements/
|
|
470
|
+
"defaultExport": "Box",
|
|
471
|
+
"importPath": "react/admin/elements/",
|
|
437
472
|
"externalPath": "components.admin.react.elements"
|
|
438
473
|
},
|
|
439
474
|
{
|
|
@@ -441,23 +476,28 @@ module.exports = [
|
|
|
441
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
477
|
"externalPath": "components.admin.react.elements"
|
|
443
478
|
},
|
|
479
|
+
{
|
|
480
|
+
"defaultExport": "SearchNoResults",
|
|
481
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
482
|
+
"externalPath": "components.admin.react.elements"
|
|
483
|
+
},
|
|
444
484
|
{
|
|
445
485
|
"defaultExport": "SMTP2GOLogo",
|
|
446
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
487
|
"externalPath": "components.admin.react.elements"
|
|
448
488
|
},
|
|
449
489
|
{
|
|
450
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "PostmarkLogo",
|
|
451
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
492
|
"externalPath": "components.admin.react.elements"
|
|
453
493
|
},
|
|
454
494
|
{
|
|
455
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
456
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
497
|
"externalPath": "components.admin.react.elements"
|
|
458
498
|
},
|
|
459
499
|
{
|
|
460
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "PostmarkFullLogo",
|
|
461
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
502
|
"externalPath": "components.admin.react.elements"
|
|
463
503
|
},
|
|
@@ -492,12 +532,12 @@ module.exports = [
|
|
|
492
532
|
"externalPath": "components.admin.react.elements"
|
|
493
533
|
},
|
|
494
534
|
{
|
|
495
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailjetFullLogo",
|
|
496
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
537
|
"externalPath": "components.admin.react.elements"
|
|
498
538
|
},
|
|
499
539
|
{
|
|
500
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailjetLogo",
|
|
501
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
542
|
"externalPath": "components.admin.react.elements"
|
|
503
543
|
},
|
|
@@ -532,22 +572,22 @@ module.exports = [
|
|
|
532
572
|
"externalPath": "components.admin.react.elements"
|
|
533
573
|
},
|
|
534
574
|
{
|
|
535
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailSuccess",
|
|
536
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
577
|
"externalPath": "components.admin.react.elements"
|
|
538
578
|
},
|
|
539
579
|
{
|
|
540
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailFailedBg",
|
|
541
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
582
|
"externalPath": "components.admin.react.elements"
|
|
543
583
|
},
|
|
544
584
|
{
|
|
545
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "MailFailed",
|
|
546
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
587
|
"externalPath": "components.admin.react.elements"
|
|
548
588
|
},
|
|
549
589
|
{
|
|
550
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "MailSuccessBg",
|
|
551
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
592
|
"externalPath": "components.admin.react.elements"
|
|
553
593
|
},
|
|
@@ -572,22 +612,22 @@ module.exports = [
|
|
|
572
612
|
"externalPath": "components.admin.react.elements"
|
|
573
613
|
},
|
|
574
614
|
{
|
|
575
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "GoogleLogo",
|
|
576
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
617
|
"externalPath": "components.admin.react.elements"
|
|
578
618
|
},
|
|
579
619
|
{
|
|
580
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "GoogleAltLogo",
|
|
581
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
622
|
"externalPath": "components.admin.react.elements"
|
|
583
623
|
},
|
|
584
624
|
{
|
|
585
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
586
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
627
|
"externalPath": "components.admin.react.elements"
|
|
588
628
|
},
|
|
589
629
|
{
|
|
590
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GoogleFullLogo",
|
|
591
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
632
|
"externalPath": "components.admin.react.elements"
|
|
593
633
|
},
|
|
@@ -602,12 +642,12 @@ module.exports = [
|
|
|
602
642
|
"externalPath": "components.admin.react.elements"
|
|
603
643
|
},
|
|
604
644
|
{
|
|
605
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "CustomSMTP",
|
|
606
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
647
|
"externalPath": "components.admin.react.elements"
|
|
608
648
|
},
|
|
609
649
|
{
|
|
610
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "CustomSMTPFull",
|
|
611
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
652
|
"externalPath": "components.admin.react.elements"
|
|
613
653
|
},
|
|
@@ -617,22 +657,22 @@ module.exports = [
|
|
|
617
657
|
"externalPath": "components.admin.react.elements"
|
|
618
658
|
},
|
|
619
659
|
{
|
|
620
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "BrevoLogo",
|
|
621
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
662
|
"externalPath": "components.admin.react.elements"
|
|
623
663
|
},
|
|
624
664
|
{
|
|
625
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "BrokenImage",
|
|
626
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
667
|
"externalPath": "components.admin.react.elements"
|
|
628
668
|
},
|
|
629
669
|
{
|
|
630
|
-
"defaultExport": "
|
|
670
|
+
"defaultExport": "AmazonAWSLogo",
|
|
631
671
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
672
|
"externalPath": "components.admin.react.elements"
|
|
633
673
|
},
|
|
634
674
|
{
|
|
635
|
-
"defaultExport": "
|
|
675
|
+
"defaultExport": "BrevoFullLogo",
|
|
636
676
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
677
|
"externalPath": "components.admin.react.elements"
|
|
638
678
|
},
|
|
@@ -642,53 +682,13 @@ module.exports = [
|
|
|
642
682
|
"externalPath": "components.admin.react.elements"
|
|
643
683
|
},
|
|
644
684
|
{
|
|
645
|
-
"defaultExport": "
|
|
646
|
-
"importPath": "react/admin/elements/
|
|
685
|
+
"defaultExport": "BrandedLink",
|
|
686
|
+
"importPath": "react/admin/elements/Link/",
|
|
647
687
|
"externalPath": "components.admin.react.elements"
|
|
648
688
|
},
|
|
649
689
|
{
|
|
650
|
-
"defaultExport": "
|
|
651
|
-
"importPath": "react/admin/
|
|
652
|
-
"externalPath": "components.admin.react.
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"defaultExport": "RingLoader",
|
|
656
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
657
|
-
"externalPath": "components.admin.react.modules"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "RightSidebar",
|
|
661
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
662
|
-
"externalPath": "components.admin.react.modules"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"defaultExport": "ModularSidebar",
|
|
666
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
667
|
-
"externalPath": "components.admin.react.modules"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"defaultExport": "IconIndicator",
|
|
671
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
672
|
-
"externalPath": "components.admin.react.modules"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"defaultExport": "DotIndicator",
|
|
676
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
677
|
-
"externalPath": "components.admin.react.modules"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"defaultExport": "MetricCard",
|
|
681
|
-
"importPath": "react/admin/modules/Cards/",
|
|
682
|
-
"externalPath": "components.admin.react.modules"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"defaultExport": "IntegrationCard",
|
|
686
|
-
"importPath": "react/admin/modules/Cards/",
|
|
687
|
-
"externalPath": "components.admin.react.modules"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"defaultExport": "FormTemplateCard",
|
|
691
|
-
"importPath": "react/admin/modules/Cards/",
|
|
692
|
-
"externalPath": "components.admin.react.modules"
|
|
690
|
+
"defaultExport": "BrandedButton",
|
|
691
|
+
"importPath": "react/admin/elements/Button/",
|
|
692
|
+
"externalPath": "components.admin.react.elements"
|
|
693
693
|
}
|
|
694
694
|
];
|
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.12",
|
|
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",
|