@elliemae/ds-codemods 3.60.0-next.32 → 3.60.0-next.34

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.
@@ -157,23 +157,48 @@ export const LEGACY_WITH_NEW_SMALL_MIGRATION_EFFORT = [
157
157
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
158
158
  },
159
159
 
160
- { component: 'DSButton', oldPackage: '@elliemae/ds-button',
161
- newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button',
160
+ { component: 'DSModal', oldPackage: '@elliemae/ds-legacy-modal',
161
+ newComponent: 'DSDialog', newPackage: '@elliemae/ds-dialog',
162
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
163
+ },
164
+
165
+ { component: 'DSButton', oldPackage: '@elliemae/ds-button-v1',
166
+ newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button-v2',
162
167
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
163
168
  },
164
169
 
165
- { component: 'DSCircularProgressIndicator', oldPackage: '@elliemae/ds-circular-progress-indicator',
166
- newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
170
+ { component: 'DSButton', oldPackage: '@elliemae/ds-legacy-button-v1',
171
+ newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button-v2',
172
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
173
+ },
174
+
175
+ { component: 'DSButton', oldPackage: '@elliemae/ds-button',
176
+ newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button-v2',
177
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
178
+ },
179
+
180
+ { component: 'DSButton', oldPackage: '@elliemae/ds-legacy-button',
181
+ newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button-v2',
167
182
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
168
183
  },
169
184
 
170
185
  { component: 'DSButtonV2', oldPackage: '@elliemae/ds-button',
171
- newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button',
186
+ newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button-v2',
187
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
188
+ },
189
+
190
+ { component: 'DSButtonV2', oldPackage: '@elliemae/ds-legacy-button',
191
+ newComponent: 'DSButtonV3', newPackage: '@elliemae/ds-button-v2',
192
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
193
+ },
194
+
195
+ { component: 'DSCircularProgressIndicator', oldPackage: '@elliemae/ds-circular-progress-indicator',
196
+ newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
172
197
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
173
198
  },
174
199
 
175
200
  { component: 'DSTooltipV2', oldPackage: '@elliemae/ds-tooltip',
176
- newComponent: 'DSTooltipV3', newPackage: '@elliemae/ds-tooltip',
201
+ newComponent: 'DSTooltipV3', newPackage: '@elliemae/ds-tooltip-v3',
177
202
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
178
203
  },
179
204
 
@@ -187,8 +212,13 @@ export const LEGACY_WITH_NEW_SMALL_MIGRATION_EFFORT = [
187
212
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
188
213
  },
189
214
 
215
+ { component: 'DSFormItemLayout', oldPackage: '@elliemae/ds-legacy-form',
216
+ newComponent: 'DSFormLayoutBlockItem', newPackage: '@elliemae/ds-form-layout-blocks',
217
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
218
+ },
219
+
190
220
  { component: 'DSTooltip', oldPackage: '@elliemae/ds-tooltip',
191
- newComponent: 'DSTooltipV3', newPackage: '@elliemae/ds-tooltip',
221
+ newComponent: 'DSTooltipV3', newPackage: '@elliemae/ds-tooltip-v3',
192
222
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
193
223
  },
194
224
 
@@ -201,83 +231,168 @@ export const LEGACY_WITH_NEW_SMALL_MIGRATION_EFFORT = [
201
231
  newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
202
232
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
203
233
  },
234
+
235
+ { component: 'DSDateInput', oldPackage: '@elliemae/ds-legacy-form',
236
+ newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
237
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
238
+ },
204
239
 
205
240
  { component: 'DSDateInputV2', oldPackage: '@elliemae/ds-form',
206
241
  newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
207
242
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
208
243
  },
209
244
 
245
+ { component: 'DSDateInputV2', oldPackage: '@elliemae/ds-legacy-form',
246
+ newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
247
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
248
+ },
249
+
210
250
  { component: 'DSComboBox2', oldPackage: '@elliemae/ds-form',
211
251
  newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
212
252
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
213
253
  },
214
254
 
255
+ { component: 'DSComboBox2', oldPackage: '@elliemae/ds-legacy-form',
256
+ newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
257
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "100",
258
+ },
259
+
215
260
  { component: 'DSComboBoxV1', oldPackage: '@elliemae/ds-form',
216
261
  newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
217
262
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
218
263
  },
219
264
 
265
+ { component: 'DSComboBoxV1', oldPackage: '@elliemae/ds-legacy-form',
266
+ newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
267
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
268
+ },
269
+
220
270
  { component: 'DSComboBox', oldPackage: '@elliemae/ds-form',
221
271
  newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
222
272
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
223
273
  },
224
274
 
275
+ { component: 'DSComboBox', oldPackage: '@elliemae/ds-legacy-form',
276
+ newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
277
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
278
+ },
279
+
225
280
  { component: 'comboboxfreesolo', oldPackage: '@elliemae/ds-form',
226
281
  newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
227
282
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
228
283
  },
229
284
 
285
+ { component: 'comboboxfreesolo', oldPackage: '@elliemae/ds-legacy-form',
286
+ newComponent: 'DSComboBoxV3', newPackage: '@elliemae/ds-controlled-form',
287
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
288
+ },
289
+
230
290
  { component: 'DSPill', oldPackage: '@elliemae/ds-pills',
231
291
  newComponent: 'DSPillV2', newPackage: '@elliemae/ds-pills-v2',
232
292
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
233
293
  },
234
294
 
295
+ { component: 'DSPill', oldPackage: '@elliemae/ds-legacy-pills',
296
+ newComponent: 'DSPillV2', newPackage: '@elliemae/ds-pills-v2',
297
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
298
+ },
299
+
235
300
  { component: 'DSCheckbox', oldPackage: '@elliemae/ds-form',
236
301
  newComponent: 'DSControlledCheckbox', newPackage: '@elliemae/ds-controlled-form',
237
302
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
238
303
  },
304
+
305
+ { component: 'DSCheckbox', oldPackage: '@elliemae/ds-legacy-form',
306
+ newComponent: 'DSControlledCheckbox', newPackage: '@elliemae/ds-controlled-form',
307
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
308
+ },
239
309
 
240
310
  { component: 'DSInputGroup', oldPackage: '@elliemae/ds-form',
241
311
  newComponent: 'DSInputGroup', newPackage: '@elliemae/ds-controlled-form',
242
312
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
243
313
  },
314
+
315
+ { component: 'DSInputGroup', oldPackage: '@elliemae/ds-legacy-form',
316
+ newComponent: 'DSInputGroup', newPackage: '@elliemae/ds-controlled-form',
317
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "50",
318
+ },
244
319
 
245
320
  { component: 'DSRadio', oldPackage: '@elliemae/ds-form',
246
321
  newComponent: 'DSControlledRadio', newPackage: '@elliemae/ds-controlled-form',
247
322
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
248
323
  },
249
324
 
325
+ { component: 'DSRadio', oldPackage: '@elliemae/ds-legacy-form',
326
+ newComponent: 'DSControlledRadio', newPackage: '@elliemae/ds-controlled-form',
327
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
328
+ },
329
+
250
330
  { component: 'DSRadioGroup', oldPackage: '@elliemae/ds-form',
251
331
  newComponent: 'DSFormLayoutRadioGroup', newPackage: '@elliemae/ds-form-layout-blocks',
252
332
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
253
333
  },
254
-
334
+
335
+ { component: 'DSRadioGroup', oldPackage: '@elliemae/ds-legacy-form',
336
+ newComponent: 'DSFormLayoutRadioGroup', newPackage: '@elliemae/ds-form-layout-blocks',
337
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
338
+ },
339
+
255
340
  { component: 'DSTextBox', oldPackage: '@elliemae/ds-form',
256
341
  newComponent: 'DSInputText', newPackage: '@elliemae/ds-controlled-form',
257
342
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
258
343
  },
259
-
344
+
345
+ { component: 'DSTextBox', oldPackage: '@elliemae/ds-legacy-form',
346
+ newComponent: 'DSInputText', newPackage: '@elliemae/ds-controlled-form',
347
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
348
+ },
349
+
260
350
  { component: 'DSInput', oldPackage: '@elliemae/ds-form',
261
351
  newComponent: 'DSInputText', newPackage: '@elliemae/ds-controlled-form',
262
352
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
263
353
  },
264
354
 
355
+ { component: 'DSInput', oldPackage: '@elliemae/ds-legacy-form',
356
+ newComponent: 'DSInputText', newPackage: '@elliemae/ds-controlled-form',
357
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
358
+ },
359
+
265
360
  { component: 'DSLargeInputText', oldPackage: '@elliemae/ds-form',
266
361
  newComponent: 'DSControlledLargeTextInput', newPackage: '@elliemae/ds-controlled-form',
267
362
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
268
363
  },
269
364
 
365
+ { component: 'DSLargeInputText', oldPackage: '@elliemae/ds-legacy-form',
366
+ newComponent: 'DSControlledLargeTextInput', newPackage: '@elliemae/ds-controlled-form',
367
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
368
+ },
369
+
270
370
  { component: 'DSTextWrapper', oldPackage: '@elliemae/ds-text-wrapper',
271
371
  newComponent: 'DSTypography', newPackage: '@elliemae/ds-typography',
272
372
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
273
373
  },
274
374
 
375
+ { component: 'DSTextWrapper', oldPackage: '@elliemae/ds-legacy-text-wrapper',
376
+ newComponent: 'DSTypography', newPackage: '@elliemae/ds-typography',
377
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
378
+ },
379
+
275
380
  { component: 'DSSpinner', oldPackage: '@elliemae/ds-spinner',
276
381
  newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
277
382
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
278
383
  },
279
384
 
280
- { component: 'DSLoadingIndicator', oldPackage: '@elliemae/ds-text-wrapper',
385
+ { component: 'DSSpinner', oldPackage: '@elliemae/ds-legacy-spinner',
386
+ newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
387
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
388
+ },
389
+
390
+ { component: 'DSLoadingIndicator', oldPackage: '@elliemae/ds-loading-indicator',
391
+ newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
392
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
393
+ },
394
+
395
+ { component: 'DSLoadingIndicator', oldPackage: '@elliemae/ds-legacy-loading-indicator',
281
396
  newComponent: 'DSCircularIndeterminateIndicator', newPackage: '@elliemae/ds-circular-progress-indicator',
282
397
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "150",
283
398
  },
@@ -292,13 +407,28 @@ export const LEGACY_WITH_NEW_MEDIUM_MIGRATION_EFFORT = [
292
407
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
293
408
  },
294
409
 
410
+ { component: 'DSDropdownMenu', oldPackage: '@elliemae/ds-legacy-dropdownmenu',
411
+ newComponent: 'DSDropdownMenuV2', newPackage: '@elliemae/ds-dropdown-menu-v2',
412
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
413
+ },
414
+
295
415
  { component: 'Minitoolbar', oldPackage: '@elliemae/ds-mini-toolbar',
296
416
  newComponent: 'DSToolbarV2', newPackage: '@elliemae/ds-toolbar-v2',
297
417
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
298
418
  },
299
419
 
420
+ { component: 'Minitoolbar', oldPackage: '@elliemae/ds-legacy-mini-toolbar',
421
+ newComponent: 'DSToolbarV2', newPackage: '@elliemae/ds-toolbar-v2',
422
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
423
+ },
424
+
300
425
  { component: 'DSToolbar', oldPackage: '@elliemae/ds-toolbar',
301
- newComponent: 'DSToolbarV2', newPackage: '@elliemae/ds-toolbar',
426
+ newComponent: 'DSToolbarV2', newPackage: '@elliemae/ds-toolbar-v2',
427
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "200",
428
+ },
429
+
430
+ { component: 'DSToolbar', oldPackage: '@elliemae/ds-legacy-toolbar',
431
+ newComponent: 'DSToolbarV2', newPackage: '@elliemae/ds-toolbar-v2',
302
432
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "200",
303
433
  },
304
434
 
@@ -307,40 +437,80 @@ export const LEGACY_WITH_NEW_MEDIUM_MIGRATION_EFFORT = [
307
437
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
308
438
  },
309
439
 
440
+ { component: 'DSDatePicker', oldPackage: '@elliemae/ds-legacy-date-picker',
441
+ newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
442
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
443
+ },
444
+
310
445
  { component: 'DSDateRangePicker', oldPackage: '@elliemae/ds-date-range-picker',
311
446
  newComponent: 'DSControlledDateRangePicker', newPackage: '@elliemae/ds-controlled-form',
312
447
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
313
448
  },
314
449
 
450
+ { component: 'DSDateRangePicker', oldPackage: '@elliemae/ds-legacy-date-range-picker',
451
+ newComponent: 'DSControlledDateRangePicker', newPackage: '@elliemae/ds-controlled-form',
452
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
453
+ },
454
+
315
455
  { component: 'DSTimeInput', oldPackage: '@elliemae/ds-form',
316
456
  newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
317
457
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
318
458
  },
319
459
 
460
+ { component: 'DSTimeInput', oldPackage: '@elliemae/ds-legacy-form',
461
+ newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
462
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
463
+ },
464
+
320
465
  { component: 'DSTimePicker', oldPackage: '@elliemae/ds-time-picker',
321
466
  newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
322
467
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
323
468
  },
469
+
470
+ { component: 'DSTimePicker', oldPackage: '@elliemae/ds-legacy-time-picker',
471
+ newComponent: 'DSControlledDateTimePicker', newPackage: '@elliemae/ds-controlled-form',
472
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
473
+ },
324
474
 
325
475
  { component: 'DSInputMask', oldPackage: '@elliemae/ds-form',
326
476
  newComponent: 'DSInputText', newPackage: '@elliemae/ds-controlled-form',
327
477
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
328
478
  },
479
+
480
+ { component: 'DSInputMask', oldPackage: '@elliemae/ds-legacy-form',
481
+ newComponent: 'DSInputText', newPackage: '@elliemae/ds-controlled-form',
482
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
483
+ },
329
484
 
330
485
  { component: 'DSSlider', oldPackage: '@elliemae/ds-slider',
331
486
  newComponent: 'DSSliderV2', newPackage: '@elliemae/ds-slider-v2',
332
487
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
333
488
  },
489
+
490
+ { component: 'DSSlider', oldPackage: '@elliemae/ds-slider',
491
+ newComponent: 'DSSliderV2', newPackage: '@elliemae/ds-legacy-slider-v2',
492
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
493
+ },
334
494
 
335
495
  { component: 'DSZipCodeSearch', oldPackage: '@elliemae/ds-zipcode-search',
336
496
  newComponent: 'DSAutocomplete', newPackage: '@elliemae/ds-form-layout-autocomplete',
337
497
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
338
498
  },
339
499
 
500
+ { component: 'DSZipCodeSearch', oldPackage: '@elliemae/ds-legacy-zipcode-search',
501
+ newComponent: 'DSAutocomplete', newPackage: '@elliemae/ds-form-layout-autocomplete',
502
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
503
+ },
504
+
340
505
  { component: 'DSUploader', oldPackage: '@elliemae/ds-uploader',
341
506
  newComponent: 'DSDropzone', newPackage: '@elliemae/ds-dropzone',
342
507
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
343
508
  },
509
+
510
+ { component: 'DSUploader', oldPackage: '@elliemae/ds-legacy-uploader',
511
+ newComponent: 'DSDropzone', newPackage: '@elliemae/ds-dropzone',
512
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "250",
513
+ },
344
514
  ]
345
515
 
346
516
  /* prettier-ignore */
@@ -350,10 +520,30 @@ export const LEGACY_WITH_NEW_LARGE_MIGRATION_EFFORT = [
350
520
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "500",
351
521
  },
352
522
 
523
+ { component: 'DSShuttle', oldPackage: '@elliemae/ds-legacy-shuttle',
524
+ newComponent: 'DSShuttleV2', newPackage: '@elliemae/ds-shuttle-v2',
525
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "500",
526
+ },
527
+
353
528
  { component: 'DSDataGrid', oldPackage: '@elliemae/ds-datagrids',
354
529
  newComponent: 'DataTable', newPackage: '@elliemae/ds-data-table',
355
530
  tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "500",
356
531
  },
532
+
533
+ { component: 'DSDataGrid', oldPackage: '@elliemae/ds-legacy-datagrids',
534
+ newComponent: 'DataTable', newPackage: '@elliemae/ds-data-table',
535
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "500",
536
+ },
537
+
538
+ { component: 'DSWYSIWYGEditor', oldPackage: '@elliemae/ds-wysiwygeditor',
539
+ newComponent: 'https://confluence.ice.com/x/kSZANg', newPackage: 'check confluence',
540
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "500",
541
+ },
542
+
543
+ { component: 'DSWYSIWYGEditor', oldPackage: '@elliemae/ds-legacy-wysiwygeditor',
544
+ newComponent: 'https://confluence.ice.com/x/kSZANg', newPackage: 'check confluence',
545
+ tags:[ SEVERITY_TAGS.A11Y_LIMITATIONS ], storyPoints: "500",
546
+ },
357
547
  ];
358
548
 
359
549
  /**
@@ -364,60 +554,117 @@ export const DISMISSED_WITH_EXAMPLE = [
364
554
  { component: 'DSButtonGroup', oldPackage: '@elliemae/ds-button-group',
365
555
  storyPoints: "300",
366
556
  },
557
+ { component: 'DSButtonGroup', oldPackage: '@elliemae/ds-legacy-button-group',
558
+ storyPoints: "300",
559
+ },
367
560
  { component: 'DSCardArray', oldPackage: '@elliemae/ds-card-array',
368
561
  storyPoints: "300",
369
562
  },
563
+ { component: 'DSCardArray', oldPackage: '@elliemae/ds-legacy-card-array',
564
+ storyPoints: "300",
565
+ },
370
566
  { component: 'DSLabelValue', oldPackage: '@elliemae/ds-label-value',
371
567
  storyPoints: "300",
372
568
  },
569
+ { component: 'DSLabelValue', oldPackage: '@elliemae/ds-legacy-label-value',
570
+ storyPoints: "300",
571
+ },
373
572
  { component: 'DSDateRangeSelector', oldPackage: '@elliemae/ds-date-range-selector',
374
573
  storyPoints: "300",
375
574
  },
575
+ { component: 'DSDateRangeSelector', oldPackage: '@elliemae/ds-legacy-date-range-selector',
576
+ storyPoints: "300",
577
+ },
376
578
  { component: 'DSInputProtected', oldPackage: '@elliemae/ds-form',
377
579
  storyPoints: "300",
378
580
  },
581
+ { component: 'DSInputProtected', oldPackage: '@elliemae/ds-legacy-form',
582
+ storyPoints: "300",
583
+ },
379
584
  { component: 'DSGroupBox', oldPackage: '@elliemae/ds-group-box',
380
585
  storyPoints: "300",
381
586
  },
587
+ { component: 'DSGroupBox', oldPackage: '@elliemae/ds-legacy-group-box',
588
+ storyPoints: "300",
589
+ },
382
590
  { component: 'DSFilterBar', oldPackage: '@elliemae/ds-filterbar',
383
591
  storyPoints: "300",
384
592
  },
593
+ { component: 'DSFilterBar', oldPackage: '@elliemae/ds-legacy-filterbar',
594
+ storyPoints: "300",
595
+ },
385
596
  { component: 'DSDateTimeRecurrenceSelector', oldPackage: '@elliemae/ds-date-time-recurrence-picker',
386
597
  storyPoints: "300",
387
598
  },
599
+ { component: 'DSDateTimeRecurrenceSelector', oldPackage: '@elliemae/ds-legacy-date-time-recurrence-picker',
600
+ storyPoints: "300",
601
+ },
388
602
  { component: 'DSNumberRangeField', oldPackage: '@elliemae/ds-number-range-field',
389
603
  storyPoints: "300",
390
604
  },
605
+ { component: 'DSNumberRangeField', oldPackage: '@elliemae/ds-legacy-number-range-field',
606
+ storyPoints: "300",
607
+ },
391
608
  { component: 'DSPageNumber', oldPackage: '@elliemae/ds-page-number',
392
609
  storyPoints: "300",
393
610
  },
611
+ { component: 'DSPageNumber', oldPackage: '@elliemae/ds-legacy-page-number',
612
+ storyPoints: "300",
613
+ },
394
614
  { component: 'DSSearchField', oldPackage: '@elliemae/ds-search-field',
395
615
  storyPoints: "300",
396
616
  },
617
+ { component: 'DSSearchField', oldPackage: '@elliemae/ds-legacy-search-field',
618
+ storyPoints: "300",
619
+ },
397
620
  { component: 'SearchBoxToggle', oldPackage: '@elliemae/ds-form',
398
621
  storyPoints: "300",
399
622
  },
623
+ { component: 'SearchBoxToggle', oldPackage: '@elliemae/ds-legacy-form',
624
+ storyPoints: "300",
625
+ },
400
626
  { component: 'DSHeader', oldPackage: '@elliemae/ds-header',
401
627
  storyPoints: "300",
402
628
  },
629
+ { component: 'DSHeader', oldPackage: '@elliemae/ds-legacy-header',
630
+ storyPoints: "300",
631
+ },
403
632
  { component: 'DSHidden', oldPackage: '@elliemae/ds-hidden',
404
633
  storyPoints: "300",
405
634
  },
635
+ { component: 'DSHidden', oldPackage: '@elliemae/ds-legacy-hidden',
636
+ storyPoints: "300",
637
+ },
406
638
  { component: 'DSListSectionHeader', oldPackage: '@elliemae/ds-list-section-header',
407
639
  storyPoints: "300",
408
640
  },
641
+ { component: 'DSListSectionHeader', oldPackage: '@elliemae/ds-legacy-list-section-header',
642
+ storyPoints: "300",
643
+ },
409
644
  { component: 'DSMenu', oldPackage: '@elliemae/ds-menu',
410
645
  storyPoints: "300",
411
646
  },
647
+ { component: 'DSMenu', oldPackage: '@elliemae/ds-legacy-menu',
648
+ storyPoints: "300",
649
+ },
412
650
  { component: 'DSZoom', oldPackage: '@elliemae/ds-zoom',
413
651
  storyPoints: "300",
414
652
  },
653
+ { component: 'DSZoom', oldPackage: '@elliemae/ds-legacy-zoom',
654
+ storyPoints: "300",
655
+ },
415
656
  { component: '*', oldPackage: '@elliemae/ds-popover',
416
657
  storyPoints: "300",
417
658
  },
659
+ { component: '*', oldPackage: '@elliemae/ds-legacy-popover',
660
+ storyPoints: "300",
661
+ },
418
662
  { component: '*', oldPackage: '@elliemae/ds-popper',
419
663
  storyPoints: "300",
420
664
  },
665
+ { component: '*', oldPackage: '@elliemae/ds-legacy-popper',
666
+ storyPoints: "300",
667
+ },
421
668
  ];
422
669
  /**
423
670
  * @type {DeprecatedPackageMatch[]}
@@ -436,6 +683,9 @@ export const NEVER_INTENDED_FOR_EXTERNAL_USAGE = [
436
683
  { component: '*', oldPackage: '@elliemae/ds-common',
437
684
  storyPoints: "150",
438
685
  },
686
+ { component: '*', oldPackage: '@elliemae/ds-legacy-common',
687
+ storyPoints: "150",
688
+ },
439
689
  { component: '*', oldPackage: '@elliemae/ds-portal',
440
690
  storyPoints: "50",
441
691
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-codemods",
3
- "version": "3.60.0-next.32",
3
+ "version": "3.60.0-next.34",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Code Mods",
6
6
  "files": [