@wise/wds-codemods 1.2.0-experimental-cf027a0 → 1.2.0-experimental-1314ff7

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.
@@ -15,7 +15,7 @@
15
15
  2. `content` or `description` → `subtitle`
16
16
  3. `disabled` stays on `ListItem` (not controls)
17
17
  4. `id` stays on `ListItem` (not controls)
18
- 5. Remove deprecated props: `as`, `complex`, `showMediaAtAllSizes`, `showMediaCircle`, `isContainerAligned`
18
+ 5. Remove deprecated props: `as`, `complex`, `showMediaAtAllSizes`, `showMediaCircle`, `isContainerAligned` from deprecated components
19
19
  6. Preserve string quotes exactly as they are (don't convert ``to`'`or`"`)
20
20
  7. `ListItem` renders as a `li` element by default, it doesn't need wrapping
21
21
  8. Convert `<ul>` or `<ol>` wrappers containing legacy components to `<List>` (import from `'@transferwise/components'`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/wds-codemods",
3
- "version": "1.2.0-experimental-cf027a0",
3
+ "version": "1.2.0-experimental-1314ff7",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Wise Payments Ltd.",
6
6
  "repository": {