@gravityforms/dependency-extraction-webpack-plugin 5.3.1 → 5.3.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 +190 -185
- 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"
|
|
@@ -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"
|
|
@@ -93,25 +93,25 @@ module.exports = [
|
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Input",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"inputTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Button",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"buttonTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -126,138 +126,28 @@ module.exports = [
|
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Alert",
|
|
130
130
|
"namedExports": [
|
|
131
|
-
"
|
|
131
|
+
"alertTemplate"
|
|
132
132
|
],
|
|
133
133
|
"importPath": "html/admin/elements/",
|
|
134
134
|
"externalPath": "components.admin.html.elements"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "Heading",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
139
|
+
"headingTemplate"
|
|
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": "Tabs",
|
|
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"
|
|
253
|
-
},
|
|
254
144
|
{
|
|
255
145
|
"defaultExport": "Toggle",
|
|
256
146
|
"importPath": "react/admin/elements/",
|
|
257
147
|
"externalPath": "components.admin.react.elements"
|
|
258
148
|
},
|
|
259
149
|
{
|
|
260
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Text",
|
|
261
151
|
"importPath": "react/admin/elements/",
|
|
262
152
|
"externalPath": "components.admin.react.elements"
|
|
263
153
|
},
|
|
@@ -267,7 +157,7 @@ module.exports = [
|
|
|
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
|
},
|
|
@@ -292,47 +182,47 @@ module.exports = [
|
|
|
292
182
|
"externalPath": "components.admin.react.elements"
|
|
293
183
|
},
|
|
294
184
|
{
|
|
295
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Pill",
|
|
296
186
|
"importPath": "react/admin/elements/",
|
|
297
187
|
"externalPath": "components.admin.react.elements"
|
|
298
188
|
},
|
|
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": "Link",
|
|
306
196
|
"importPath": "react/admin/elements/",
|
|
307
197
|
"externalPath": "components.admin.react.elements"
|
|
308
198
|
},
|
|
309
199
|
{
|
|
310
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "Input",
|
|
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
|
},
|
|
319
209
|
{
|
|
320
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Heading",
|
|
321
211
|
"importPath": "react/admin/elements/",
|
|
322
212
|
"externalPath": "components.admin.react.elements"
|
|
323
213
|
},
|
|
324
214
|
{
|
|
325
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Grid",
|
|
326
216
|
"importPath": "react/admin/elements/",
|
|
327
217
|
"externalPath": "components.admin.react.elements"
|
|
328
218
|
},
|
|
329
219
|
{
|
|
330
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "HelpText",
|
|
331
221
|
"importPath": "react/admin/elements/",
|
|
332
222
|
"externalPath": "components.admin.react.elements"
|
|
333
223
|
},
|
|
334
224
|
{
|
|
335
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Icon",
|
|
336
226
|
"importPath": "react/admin/elements/",
|
|
337
227
|
"externalPath": "components.admin.react.elements"
|
|
338
228
|
},
|
|
@@ -362,53 +252,118 @@ module.exports = [
|
|
|
362
252
|
"externalPath": "components.admin.react.elements"
|
|
363
253
|
},
|
|
364
254
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tooltip",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
367
257
|
"externalPath": "components.admin.react.modules"
|
|
368
258
|
},
|
|
369
259
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Tabs",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
372
262
|
"externalPath": "components.admin.react.modules"
|
|
373
263
|
},
|
|
374
264
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/
|
|
265
|
+
"defaultExport": "Swatch",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
377
267
|
"externalPath": "components.admin.react.modules"
|
|
378
268
|
},
|
|
379
269
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "Steps",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
382
272
|
"externalPath": "components.admin.react.modules"
|
|
383
273
|
},
|
|
384
274
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "SnackBar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
387
277
|
"externalPath": "components.admin.react.modules"
|
|
388
278
|
},
|
|
389
279
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "RouterNavBar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
392
282
|
"externalPath": "components.admin.react.modules"
|
|
393
283
|
},
|
|
394
284
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Repeater",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
397
287
|
"externalPath": "components.admin.react.modules"
|
|
398
288
|
},
|
|
399
289
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "Pagination",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
402
292
|
"externalPath": "components.admin.react.modules"
|
|
403
293
|
},
|
|
404
294
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "NavBar",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
407
297
|
"externalPath": "components.admin.react.modules"
|
|
408
298
|
},
|
|
409
299
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/
|
|
300
|
+
"defaultExport": "MetaBox",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
302
|
+
"externalPath": "components.admin.react.modules"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"defaultExport": "List",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
307
|
+
"externalPath": "components.admin.react.modules"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "InputGroup",
|
|
311
|
+
"importPath": "react/admin/modules/",
|
|
312
|
+
"externalPath": "components.admin.react.modules"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "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": "Droplist",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Dialog",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Dropdown",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "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": "Calendar",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Alert",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "BrandedLink",
|
|
366
|
+
"importPath": "react/admin/elements/Link/",
|
|
412
367
|
"externalPath": "components.admin.react.elements"
|
|
413
368
|
},
|
|
414
369
|
{
|
|
@@ -416,6 +371,11 @@ module.exports = [
|
|
|
416
371
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
372
|
"externalPath": "components.admin.react.elements"
|
|
418
373
|
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "ZohoLogo",
|
|
376
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
377
|
+
"externalPath": "components.admin.react.elements"
|
|
378
|
+
},
|
|
419
379
|
{
|
|
420
380
|
"defaultExport": "WordPressLogo",
|
|
421
381
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -442,22 +402,22 @@ module.exports = [
|
|
|
442
402
|
"externalPath": "components.admin.react.elements"
|
|
443
403
|
},
|
|
444
404
|
{
|
|
445
|
-
"defaultExport": "
|
|
405
|
+
"defaultExport": "SparkPostLogo",
|
|
446
406
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
407
|
"externalPath": "components.admin.react.elements"
|
|
448
408
|
},
|
|
449
409
|
{
|
|
450
|
-
"defaultExport": "
|
|
410
|
+
"defaultExport": "SendGridFullLogo",
|
|
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
|
},
|
|
459
419
|
{
|
|
460
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "SlackLogo",
|
|
461
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
422
|
"externalPath": "components.admin.react.elements"
|
|
463
423
|
},
|
|
@@ -472,17 +432,17 @@ module.exports = [
|
|
|
472
432
|
"externalPath": "components.admin.react.elements"
|
|
473
433
|
},
|
|
474
434
|
{
|
|
475
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "SMTP2GOLogo",
|
|
476
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
437
|
"externalPath": "components.admin.react.elements"
|
|
478
438
|
},
|
|
479
439
|
{
|
|
480
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "PHPLogo",
|
|
481
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
442
|
"externalPath": "components.admin.react.elements"
|
|
483
443
|
},
|
|
484
444
|
{
|
|
485
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "PostmarkFullLogo",
|
|
486
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
447
|
"externalPath": "components.admin.react.elements"
|
|
488
448
|
},
|
|
@@ -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,12 +462,12 @@ 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
|
},
|
|
@@ -536,6 +496,11 @@ module.exports = [
|
|
|
536
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
497
|
"externalPath": "components.admin.react.elements"
|
|
538
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"defaultExport": "MailSuccessBg",
|
|
501
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
502
|
+
"externalPath": "components.admin.react.elements"
|
|
503
|
+
},
|
|
539
504
|
{
|
|
540
505
|
"defaultExport": "MailFailedBg",
|
|
541
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -561,18 +526,13 @@ module.exports = [
|
|
|
561
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
527
|
"externalPath": "components.admin.react.elements"
|
|
563
528
|
},
|
|
564
|
-
{
|
|
565
|
-
"defaultExport": "MailSuccessBg",
|
|
566
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
567
|
-
"externalPath": "components.admin.react.elements"
|
|
568
|
-
},
|
|
569
529
|
{
|
|
570
530
|
"defaultExport": "GravityFormsStackedLogo",
|
|
571
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
532
|
"externalPath": "components.admin.react.elements"
|
|
573
533
|
},
|
|
574
534
|
{
|
|
575
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
576
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
537
|
"externalPath": "components.admin.react.elements"
|
|
578
538
|
},
|
|
@@ -587,7 +547,7 @@ module.exports = [
|
|
|
587
547
|
"externalPath": "components.admin.react.elements"
|
|
588
548
|
},
|
|
589
549
|
{
|
|
590
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "GoogleLogo",
|
|
591
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
552
|
"externalPath": "components.admin.react.elements"
|
|
593
553
|
},
|
|
@@ -597,7 +557,7 @@ module.exports = [
|
|
|
597
557
|
"externalPath": "components.admin.react.elements"
|
|
598
558
|
},
|
|
599
559
|
{
|
|
600
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "CustomSMTP",
|
|
601
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
562
|
"externalPath": "components.admin.react.elements"
|
|
603
563
|
},
|
|
@@ -607,23 +567,68 @@ module.exports = [
|
|
|
607
567
|
"externalPath": "components.admin.react.elements"
|
|
608
568
|
},
|
|
609
569
|
{
|
|
610
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "BrevoFullLogo",
|
|
611
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
572
|
"externalPath": "components.admin.react.elements"
|
|
613
573
|
},
|
|
614
574
|
{
|
|
615
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "AmazonAWSLogo",
|
|
616
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
577
|
"externalPath": "components.admin.react.elements"
|
|
618
578
|
},
|
|
619
579
|
{
|
|
620
|
-
"defaultExport": "
|
|
621
|
-
"importPath": "react/admin/elements/
|
|
580
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
581
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
622
582
|
"externalPath": "components.admin.react.elements"
|
|
623
583
|
},
|
|
624
584
|
{
|
|
625
585
|
"defaultExport": "BrandedButton",
|
|
626
586
|
"importPath": "react/admin/elements/Button/",
|
|
627
587
|
"externalPath": "components.admin.react.elements"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"defaultExport": "VidyardVideo",
|
|
591
|
+
"importPath": "react/admin/modules/Videos/",
|
|
592
|
+
"externalPath": "components.admin.react.modules"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"defaultExport": "RingLoader",
|
|
596
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
597
|
+
"externalPath": "components.admin.react.modules"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"defaultExport": "RightSidebar",
|
|
601
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
602
|
+
"externalPath": "components.admin.react.modules"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"defaultExport": "ModularSidebar",
|
|
606
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
607
|
+
"externalPath": "components.admin.react.modules"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"defaultExport": "IconIndicator",
|
|
611
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
612
|
+
"externalPath": "components.admin.react.modules"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"defaultExport": "DotIndicator",
|
|
616
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
617
|
+
"externalPath": "components.admin.react.modules"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"defaultExport": "MetricCard",
|
|
621
|
+
"importPath": "react/admin/modules/Cards/",
|
|
622
|
+
"externalPath": "components.admin.react.modules"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"defaultExport": "IntegrationCard",
|
|
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.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",
|