Skip to content

Commit

Permalink
feat(LinkList): 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 50f080e commit b436acb
Showing 1 changed file with 15 additions and 23 deletions.
38 changes: 15 additions & 23 deletions packages/orbit-components/src/LinkList/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,18 @@ Table below contains all types of the props available in LinkList component.

### spacing

| name | size on `992px - ∞` |
| :------------------------------------------ | :------------------ |
| `"none"` | `null` |
| `"XXXSmall"` - **deprecated (use `"50"`)** | `2px` |
| `"XXSmall"` - **deprecated (use `"100"`)** | `4px` |
| `"XSmall"` - **deprecated (use `"200"`)** | `8px` |
| `"small"` - **deprecated (use `"300"`)** | `12px` |
| `"medium"` - **deprecated (use `"400"`)** | `16px` |
| `"large"` - **deprecated (use `"600"`)** | `24px` |
| `"XLarge"` - **deprecated (use `"800"`)** | `32px` |
| `"XXLarge"` - **deprecated (use `"1000"`)** | `40px` |
| `"50"` | `2px` |
| `"100"` | `4px` |
| `"150"` | `6px` |
| `"200"` | `8px` |
| `"300"` | `12px` |
| `"400"` | `16px` |
| `"500"` | `20px` |
| `"600"` | `24px` |
| `"800"` | `32px` |
| `"1000"` | `40px` |
| `"1200"` | `48px` |
| `"1600"` | `64px` |
| name | size on `992px - ∞` |
| :------- | :------------------ |
| `"none"` | `null` |
| `"50"` | `2px` |
| `"100"` | `4px` |
| `"150"` | `6px` |
| `"200"` | `8px` |
| `"300"` | `12px` |
| `"400"` | `16px` |
| `"500"` | `20px` |
| `"600"` | `24px` |
| `"800"` | `32px` |
| `"1000"` | `40px` |
| `"1200"` | `48px` |
| `"1600"` | `64px` |

0 comments on commit b436acb

Please sign in to comment.