Commit 801dff0
authored
Release 30.0.0 (#1057)
## Release 30.0.0
This release adds the `NoPhotography` icon and continues
ADR-0003/ADR-0004 type migrations for `AvatarToken` and `AvatarAccount`
across all platforms, plus an internal `IconSize` token alignment in
React Native.
### 📦 Package Versions
- `@metamask/design-system-shared`: **0.8.0**
- `@metamask/design-system-react`: **0.15.0**
- `@metamask/design-system-react-native`: **0.15.0**
### 🔄 Shared Type Updates (0.8.0)
#### AvatarToken and AvatarAccount Type Additions
([#1009](#1009),
[#1015](#1015))
**What Changed:**
- Added `AvatarToken` shared types (`AvatarTokenSize`,
`AvatarTokenPropsShared`)
- Added `AvatarAccount` shared types (`AvatarAccountPropsShared`)
**Impact:**
- Enables consistent `AvatarToken` and `AvatarAccount` implementations
across React and React Native
- Continues ADR-0003/ADR-0004 const-object + string-union pattern
adoption
### 🌐 React Web Updates (0.15.0)
#### Added
- Added `NoPhotography` icon
([#1056](#1056))
#### Changed
- **BREAKING:** Updated `AvatarToken` and `AvatarAccount` exports to use
shared const-object + string-union types (ADR-0003/ADR-0004); normal use
is unaffected
([#1009](#1009),
[#1015](#1015))
### 📱 React Native Updates (0.15.0)
#### Added
- Added `NoPhotography` icon
([#1056](#1056))
#### Changed
- **BREAKING:** Updated `IconSize` underlying string values to semantic
t-shirt size tokens; normal use is unaffected
([#1049](#1049))
- **BREAKING:** Updated `AvatarToken` and `AvatarAccount` exports to use
shared const-object + string-union types (ADR-0003/ADR-0004); normal use
is unaffected
([#1009](#1009),
[#1015](#1015))
### 1 parent 9f06b06 commit 801dff0
7 files changed
Lines changed: 38 additions & 7 deletions
File tree
- packages
- design-system-react-native
- design-system-react
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
12 | 23 | | |
| |||
288 | 299 | | |
289 | 300 | | |
290 | 301 | | |
291 | | - | |
| 302 | + | |
| 303 | + | |
292 | 304 | | |
293 | 305 | | |
294 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
215 | 225 | | |
216 | 226 | | |
217 | 227 | | |
218 | | - | |
| 228 | + | |
| 229 | + | |
219 | 230 | | |
220 | 231 | | |
221 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
90 | | - | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments