Skip to content

Commit

Permalink
Add missing normal enum for Hyphenation (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
zegermouw authored Mar 10, 2022
1 parent 1dfbf19 commit 199ddd1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.

| Type | Default |
| ------------------------ | -------- |
| enum(`'none'`, `'full'`) | `'none'` |
| Type | Default |
| ----------------------------------- | -------- |
| enum(`'none'`, `'normal'`,`'full'`) | `'none'` |

---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.64/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.

| Type | Default |
| ------------------------------------------------ | -------- |
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
| Type | Default |
| ------------------------------------------------------------ | -------- |
| enum(`'none'`, `'normal'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |

---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.65/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.

| Type | Default |
| ------------------------------------------------ | -------- |
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
| Type | Default |
| ------------------------------------------------------------ | -------- |
| enum(`'none'`, `'normal'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |

---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.66/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.

| Type | Default |
| ------------------------------------------------ | -------- |
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
| Type | Default |
| ------------------------------------------------------------ | -------- |
| enum(`'none'`, `'normal'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |

---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.67/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.

| Type | Default |
| ------------------------ | -------- |
| enum(`'none'`, `'full'`) | `'none'` |
| Type | Default |
| ------------------------------------ | -------- |
| enum(`'none'`, `'normal'`, `'full'`) | `'none'` |

---

Expand Down

0 comments on commit 199ddd1

Please sign in to comment.