Skip to content

Commit

Permalink
feat(HorizontalScroll): remove deprecated spacing values
Browse files Browse the repository at this point in the history
BREAKING CHANGE: deprecated spacing prop values were removed.
  • Loading branch information
DSil committed Jan 3, 2025
1 parent c48162a commit b1913ce
Showing 1 changed file with 15 additions and 23 deletions.
38 changes: 15 additions & 23 deletions packages/orbit-components/src/HorizontalScroll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,18 @@ After adding import into your project you can use it simply like:

# Spacing

| Spacing |
| ------------------------------------------- |
| `"none"` |
| `"XXXSmall"` - **deprecated (use `"50"`)** |
| `"XXSmall"` - **deprecated (use `"100"`)** |
| `"XSmall"` - **deprecated (use `"200"`)** |
| `"small"` - **deprecated (use `"300"`)** |
| `"medium"` - **deprecated (use `"400"`)** |
| `"large"` - **deprecated (use `"600"`)** |
| `"XLarge"` - **deprecated (use `"800"`)** |
| `"XXLarge"` - **deprecated (use `"1000"`)** |
| `"50"` |
| `"100"` |
| `"150"` |
| `"200"` |
| `"300"` |
| `"400"` |
| `"500"` |
| `"600"` |
| `"800"` |
| `"1000"` |
| `"1200"` |
| `"1600"` |
| Spacing |
| -------- |
| `"none"` |
| `"50"` |
| `"100"` |
| `"150"` |
| `"200"` |
| `"300"` |
| `"400"` |
| `"500"` |
| `"600"` |
| `"800"` |
| `"1000"` |
| `"1200"` |
| `"1600"` |

0 comments on commit b1913ce

Please sign in to comment.