fix(item): align iOS font size to spec (#26445)

This commit is contained in:
Sean Perkins
2022-12-08 16:24:02 -05:00
committed by GitHub
parent bc6a182ce0
commit eea91bbbe1
574 changed files with 12 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
- [Checkbox](#version-7x-checkbox)
- [Datetime](#version-7x-datetime)
- [Input](#version-7x-input)
- [Item](#version-7x-item)
- [Modal](#version-7x-modal)
- [Overlays](#version-7x-overlays)
- [Picker](#version-7x-picker)
@@ -130,6 +131,16 @@ This section details the desktop browser, JavaScript framework, and mobile platf
- The `detail` payload for the `ionInput` event now contains an object with the current `value` as well as the native event that triggered `ionInput`.
<h4 id="version-7x-item">Item</h4>
**Design tokens**
iOS:
| Token | Previous Value | New Value |
| --------------------- | -------------- | --------- |
| `$item-ios-font-size` | `17px` | `16px` |
<h4 id="version-7x-modal">Modal</h4>
- The `swipeToClose` property has been removed in favor of `canDismiss`.