Skip to content

Commit

Permalink
doc: Add new variant (#6876)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored and actions-user committed May 6, 2024
1 parent fe1ff63 commit fac1c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styleguide/pages/migration_v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ npx @vkontakte/vkui-codemods --help
- <ActionSheetItem autoClose>Сохранить в закладках</ActionSheetItem>
+ <ActionSheetItem>Сохранить в закладках</ActionSheetItem>
- <ActionSheetItem autoClose={false}>Закрепить запись</ActionSheetItem>
+ <ActionSheetItem autoCloseDisabled>Закрепить запись</ActionSheetItem>
- <ActionSheetItem>Закрепить запись</ActionSheetItem>
+ <ActionSheetItem autoCloseDisabled>Закрепить запись</ActionSheetItem>
</ActionSheet>
```
Expand Down

0 comments on commit fac1c45

Please sign in to comment.