@gravityforms/dependency-extraction-webpack-plugin 5.5.0 → 5.5.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 +203 -203
- package/package.json +1 -1
|
@@ -37,17 +37,17 @@ module.exports = [
|
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "Text",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"textTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StatusIndicator",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"statusIndicatorTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -69,25 +69,33 @@ module.exports = [
|
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Link",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"linkTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Loader",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"loaderTemplate"
|
|
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
|
+
],
|
|
92
|
+
"importPath": "html/admin/elements/",
|
|
93
|
+
"externalPath": "components.admin.html.elements"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"defaultExport": "HelpText",
|
|
97
|
+
"namedExports": [
|
|
98
|
+
"helpTextTemplate"
|
|
91
99
|
],
|
|
92
100
|
"importPath": "html/admin/elements/",
|
|
93
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,25 +109,26 @@ module.exports = [
|
|
|
101
109
|
"externalPath": "components.admin.html.elements"
|
|
102
110
|
},
|
|
103
111
|
{
|
|
104
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Heading",
|
|
105
113
|
"namedExports": [
|
|
106
|
-
"
|
|
114
|
+
"headingTemplate"
|
|
107
115
|
],
|
|
108
116
|
"importPath": "html/admin/elements/",
|
|
109
117
|
"externalPath": "components.admin.html.elements"
|
|
110
118
|
},
|
|
111
119
|
{
|
|
112
|
-
"defaultExport": "
|
|
120
|
+
"defaultExport": "Dropdown",
|
|
113
121
|
"namedExports": [
|
|
114
|
-
"
|
|
122
|
+
"dropdownTemplate",
|
|
123
|
+
"dropdownListItems"
|
|
115
124
|
],
|
|
116
125
|
"importPath": "html/admin/elements/",
|
|
117
126
|
"externalPath": "components.admin.html.elements"
|
|
118
127
|
},
|
|
119
128
|
{
|
|
120
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Button",
|
|
121
130
|
"namedExports": [
|
|
122
|
-
"
|
|
131
|
+
"buttonTemplate"
|
|
123
132
|
],
|
|
124
133
|
"importPath": "html/admin/elements/",
|
|
125
134
|
"externalPath": "components.admin.html.elements"
|
|
@@ -132,14 +141,135 @@ module.exports = [
|
|
|
132
141
|
"importPath": "html/admin/elements/",
|
|
133
142
|
"externalPath": "components.admin.html.elements"
|
|
134
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Tooltip",
|
|
146
|
+
"importPath": "react/admin/modules/",
|
|
147
|
+
"externalPath": "components.admin.react.modules"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"defaultExport": "Tabs",
|
|
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": "RouterNavBar",
|
|
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": "Pagination",
|
|
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": "Phone",
|
|
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": "List",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "InputGroup",
|
|
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": "Gravatar",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Droplist",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
135
224
|
{
|
|
136
225
|
"defaultExport": "Dropdown",
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"
|
|
142
|
-
"
|
|
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": "Dialog",
|
|
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": "DataGrid",
|
|
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
|
+
{
|
|
255
|
+
"defaultExport": "AvatarGroup",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"defaultExport": "Avatar",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "Address",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Alert",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
272
|
+
"externalPath": "components.admin.react.modules"
|
|
143
273
|
},
|
|
144
274
|
{
|
|
145
275
|
"defaultExport": "Toggle",
|
|
@@ -162,17 +292,17 @@ module.exports = [
|
|
|
162
292
|
"externalPath": "components.admin.react.elements"
|
|
163
293
|
},
|
|
164
294
|
{
|
|
165
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Range",
|
|
166
296
|
"importPath": "react/admin/elements/",
|
|
167
297
|
"externalPath": "components.admin.react.elements"
|
|
168
298
|
},
|
|
169
299
|
{
|
|
170
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Select",
|
|
171
301
|
"importPath": "react/admin/elements/",
|
|
172
302
|
"externalPath": "components.admin.react.elements"
|
|
173
303
|
},
|
|
174
304
|
{
|
|
175
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "StatusIndicator",
|
|
176
306
|
"importPath": "react/admin/elements/",
|
|
177
307
|
"externalPath": "components.admin.react.elements"
|
|
178
308
|
},
|
|
@@ -192,27 +322,27 @@ module.exports = [
|
|
|
192
322
|
"externalPath": "components.admin.react.elements"
|
|
193
323
|
},
|
|
194
324
|
{
|
|
195
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Input",
|
|
196
326
|
"importPath": "react/admin/elements/",
|
|
197
327
|
"externalPath": "components.admin.react.elements"
|
|
198
328
|
},
|
|
199
329
|
{
|
|
200
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Image",
|
|
201
331
|
"importPath": "react/admin/elements/",
|
|
202
332
|
"externalPath": "components.admin.react.elements"
|
|
203
333
|
},
|
|
204
334
|
{
|
|
205
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Label",
|
|
206
336
|
"importPath": "react/admin/elements/",
|
|
207
337
|
"externalPath": "components.admin.react.elements"
|
|
208
338
|
},
|
|
209
339
|
{
|
|
210
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Icon",
|
|
211
341
|
"importPath": "react/admin/elements/",
|
|
212
342
|
"externalPath": "components.admin.react.elements"
|
|
213
343
|
},
|
|
214
344
|
{
|
|
215
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "HelpText",
|
|
216
346
|
"importPath": "react/admin/elements/",
|
|
217
347
|
"externalPath": "components.admin.react.elements"
|
|
218
348
|
},
|
|
@@ -241,11 +371,6 @@ module.exports = [
|
|
|
241
371
|
"importPath": "react/admin/elements/",
|
|
242
372
|
"externalPath": "components.admin.react.elements"
|
|
243
373
|
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Tooltip",
|
|
246
|
-
"importPath": "react/admin/modules/",
|
|
247
|
-
"externalPath": "components.admin.react.modules"
|
|
248
|
-
},
|
|
249
374
|
{
|
|
250
375
|
"defaultExport": "Button",
|
|
251
376
|
"importPath": "react/admin/elements/",
|
|
@@ -257,128 +382,53 @@ module.exports = [
|
|
|
257
382
|
"externalPath": "components.admin.react.elements"
|
|
258
383
|
},
|
|
259
384
|
{
|
|
260
|
-
"defaultExport": "
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "SnackBar",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Swatch",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "RouterNavBar",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Steps",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "Repeater",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Phone",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Pagination",
|
|
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": "NavBar",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "List",
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
312
|
-
"externalPath": "components.admin.react.modules"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "Gravatar",
|
|
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": "InputGroup",
|
|
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/",
|
|
385
|
+
"defaultExport": "VidyardVideo",
|
|
386
|
+
"importPath": "react/admin/modules/Videos/",
|
|
337
387
|
"externalPath": "components.admin.react.modules"
|
|
338
388
|
},
|
|
339
389
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "RingLoader",
|
|
391
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
342
392
|
"externalPath": "components.admin.react.modules"
|
|
343
393
|
},
|
|
344
394
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "Placeholder",
|
|
396
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
347
397
|
"externalPath": "components.admin.react.modules"
|
|
348
398
|
},
|
|
349
399
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "RightSidebar",
|
|
401
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
352
402
|
"externalPath": "components.admin.react.modules"
|
|
353
403
|
},
|
|
354
404
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "ModularSidebar",
|
|
406
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
357
407
|
"externalPath": "components.admin.react.modules"
|
|
358
408
|
},
|
|
359
409
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
410
|
+
"defaultExport": "IconIndicator",
|
|
411
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
362
412
|
"externalPath": "components.admin.react.modules"
|
|
363
413
|
},
|
|
364
414
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
415
|
+
"defaultExport": "DotIndicator",
|
|
416
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
367
417
|
"externalPath": "components.admin.react.modules"
|
|
368
418
|
},
|
|
369
419
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
420
|
+
"defaultExport": "MetricCard",
|
|
421
|
+
"importPath": "react/admin/modules/Cards/",
|
|
372
422
|
"externalPath": "components.admin.react.modules"
|
|
373
423
|
},
|
|
374
424
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
425
|
+
"defaultExport": "IntegrationCard",
|
|
426
|
+
"importPath": "react/admin/modules/Cards/",
|
|
377
427
|
"externalPath": "components.admin.react.modules"
|
|
378
428
|
},
|
|
379
429
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
430
|
+
"defaultExport": "FormTemplateCard",
|
|
431
|
+
"importPath": "react/admin/modules/Cards/",
|
|
382
432
|
"externalPath": "components.admin.react.modules"
|
|
383
433
|
},
|
|
384
434
|
{
|
|
@@ -417,47 +467,47 @@ module.exports = [
|
|
|
417
467
|
"externalPath": "components.admin.react.elements"
|
|
418
468
|
},
|
|
419
469
|
{
|
|
420
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "TelegramLogo",
|
|
421
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
472
|
"externalPath": "components.admin.react.elements"
|
|
423
473
|
},
|
|
424
474
|
{
|
|
425
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "SparkPostLogo",
|
|
426
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
477
|
"externalPath": "components.admin.react.elements"
|
|
428
478
|
},
|
|
429
479
|
{
|
|
430
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "SparkPostLogo",
|
|
431
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
482
|
"externalPath": "components.admin.react.elements"
|
|
433
483
|
},
|
|
434
484
|
{
|
|
435
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "SlackLogo",
|
|
436
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
487
|
"externalPath": "components.admin.react.elements"
|
|
438
488
|
},
|
|
439
489
|
{
|
|
440
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "SendGridLogo",
|
|
441
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
492
|
"externalPath": "components.admin.react.elements"
|
|
443
493
|
},
|
|
444
494
|
{
|
|
445
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "SMTP2GOLogo",
|
|
446
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
497
|
"externalPath": "components.admin.react.elements"
|
|
448
498
|
},
|
|
449
499
|
{
|
|
450
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "SendGridFullLogo",
|
|
451
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
502
|
"externalPath": "components.admin.react.elements"
|
|
453
503
|
},
|
|
454
504
|
{
|
|
455
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "SearchNoResults",
|
|
456
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
507
|
"externalPath": "components.admin.react.elements"
|
|
458
508
|
},
|
|
459
509
|
{
|
|
460
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
461
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
512
|
"externalPath": "components.admin.react.elements"
|
|
463
513
|
},
|
|
@@ -487,22 +537,22 @@ module.exports = [
|
|
|
487
537
|
"externalPath": "components.admin.react.elements"
|
|
488
538
|
},
|
|
489
539
|
{
|
|
490
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
491
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
542
|
"externalPath": "components.admin.react.elements"
|
|
493
543
|
},
|
|
494
544
|
{
|
|
495
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
496
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
547
|
"externalPath": "components.admin.react.elements"
|
|
498
548
|
},
|
|
499
549
|
{
|
|
500
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MandrillLogo",
|
|
501
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
552
|
"externalPath": "components.admin.react.elements"
|
|
503
553
|
},
|
|
504
554
|
{
|
|
505
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailjetLogo",
|
|
506
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
557
|
"externalPath": "components.admin.react.elements"
|
|
508
558
|
},
|
|
@@ -512,17 +562,17 @@ module.exports = [
|
|
|
512
562
|
"externalPath": "components.admin.react.elements"
|
|
513
563
|
},
|
|
514
564
|
{
|
|
515
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailgunFullLogo",
|
|
516
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
567
|
"externalPath": "components.admin.react.elements"
|
|
518
568
|
},
|
|
519
569
|
{
|
|
520
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "MailerSendLogo",
|
|
521
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
572
|
"externalPath": "components.admin.react.elements"
|
|
523
573
|
},
|
|
524
574
|
{
|
|
525
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailgunLogo",
|
|
526
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
577
|
"externalPath": "components.admin.react.elements"
|
|
528
578
|
},
|
|
@@ -562,27 +612,27 @@ module.exports = [
|
|
|
562
612
|
"externalPath": "components.admin.react.elements"
|
|
563
613
|
},
|
|
564
614
|
{
|
|
565
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "GravitySMTPLogo",
|
|
566
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
617
|
"externalPath": "components.admin.react.elements"
|
|
568
618
|
},
|
|
569
619
|
{
|
|
570
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
571
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
622
|
"externalPath": "components.admin.react.elements"
|
|
573
623
|
},
|
|
574
624
|
{
|
|
575
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
576
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
627
|
"externalPath": "components.admin.react.elements"
|
|
578
628
|
},
|
|
579
629
|
{
|
|
580
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
581
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
632
|
"externalPath": "components.admin.react.elements"
|
|
583
633
|
},
|
|
584
634
|
{
|
|
585
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
586
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
637
|
"externalPath": "components.admin.react.elements"
|
|
588
638
|
},
|
|
@@ -597,12 +647,12 @@ module.exports = [
|
|
|
597
647
|
"externalPath": "components.admin.react.elements"
|
|
598
648
|
},
|
|
599
649
|
{
|
|
600
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "GoogleAltLogo",
|
|
601
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
652
|
"externalPath": "components.admin.react.elements"
|
|
603
653
|
},
|
|
604
654
|
{
|
|
605
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "ElasticEmailLogo",
|
|
606
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
657
|
"externalPath": "components.admin.react.elements"
|
|
608
658
|
},
|
|
@@ -655,55 +705,5 @@ module.exports = [
|
|
|
655
705
|
"defaultExport": "BrandedButton",
|
|
656
706
|
"importPath": "react/admin/elements/Button/",
|
|
657
707
|
"externalPath": "components.admin.react.elements"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "VidyardVideo",
|
|
661
|
-
"importPath": "react/admin/modules/Videos/",
|
|
662
|
-
"externalPath": "components.admin.react.modules"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"defaultExport": "RingLoader",
|
|
666
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
667
|
-
"externalPath": "components.admin.react.modules"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"defaultExport": "Placeholder",
|
|
671
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
672
|
-
"externalPath": "components.admin.react.modules"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"defaultExport": "RightSidebar",
|
|
676
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
677
|
-
"externalPath": "components.admin.react.modules"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"defaultExport": "ModularSidebar",
|
|
681
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
682
|
-
"externalPath": "components.admin.react.modules"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"defaultExport": "IconIndicator",
|
|
686
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
687
|
-
"externalPath": "components.admin.react.modules"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"defaultExport": "DotIndicator",
|
|
691
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
692
|
-
"externalPath": "components.admin.react.modules"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"defaultExport": "MetricCard",
|
|
696
|
-
"importPath": "react/admin/modules/Cards/",
|
|
697
|
-
"externalPath": "components.admin.react.modules"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"defaultExport": "IntegrationCard",
|
|
701
|
-
"importPath": "react/admin/modules/Cards/",
|
|
702
|
-
"externalPath": "components.admin.react.modules"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"defaultExport": "FormTemplateCard",
|
|
706
|
-
"importPath": "react/admin/modules/Cards/",
|
|
707
|
-
"externalPath": "components.admin.react.modules"
|
|
708
708
|
}
|
|
709
709
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.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",
|