Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robphoenix committed Jul 12, 2024
1 parent 78b5095 commit 399e4f2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/web-ui/docs/web-ui/guides/migration/v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,23 @@ npx @utilitywarehouse/ds-codemod web-ui/v1/migration <path>
Included codemods:

- `rename-lab-button-size`
- `rename-icon-button-size`

Please make sure you fix any linting or formatting issues before continuing to
run any further codemods.

### Rename lab button size
### Rename lab Button size

Updates the size value `large` to `medium` for the `Button` comopnent from the lab submodule.
Updates the size value `large` to `medium` for the `Button` component from the lab submodule.

```console
npx @utilitywarehouse/ds-codemod web-ui/v1/rename-lab-button-size <path>
```

### Rename IconButton size

Updates the size value `large` to `medium` for the `IconButton` component.

```console
npx @utilitywarehouse/ds-codemod web-ui/v1/rename-icon-button-size <path>
```

0 comments on commit 399e4f2

Please sign in to comment.