@metamask-previews/design-system-react-native 0.4.0-preview.6197867 → 0.4.1-preview.23d2c11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +7 -11
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.1]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Removed unnecessary peer dependencies ([#828](https://github.com/MetaMask/metamask-design-system/pull/828))
|
|
15
|
+
- Bump @metamask/utils from 11.7.0 to 11.8.0 ([#827](https://github.com/MetaMask/metamask-design-system/pull/827))
|
|
16
|
+
|
|
10
17
|
## [0.4.0]
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -76,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
76
83
|
- Full TypeScript support with type definitions and enums
|
|
77
84
|
- React Native integration with TWRNC preset support
|
|
78
85
|
|
|
79
|
-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-react-native@0.4.
|
|
86
|
+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-react-native@0.4.1...HEAD
|
|
87
|
+
[0.4.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-react-native@0.4.0...@metamask/design-system-react-native@0.4.1
|
|
80
88
|
[0.4.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-react-native@0.3.1...@metamask/design-system-react-native@0.4.0
|
|
81
89
|
[0.3.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-react-native@0.3.0...@metamask/design-system-react-native@0.3.1
|
|
82
90
|
[0.3.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-react-native@0.2.0...@metamask/design-system-react-native@0.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/design-system-react-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1-preview.23d2c11",
|
|
4
4
|
"description": "Design System React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask-previews/design-system-shared": "0.1.
|
|
50
|
+
"@metamask-previews/design-system-shared": "0.1.1-preview.23d2c11",
|
|
51
51
|
"fast-text-encoding": "^1.0.6",
|
|
52
52
|
"react-native-jazzicon": "^0.1.2"
|
|
53
53
|
},
|
|
@@ -57,11 +57,10 @@
|
|
|
57
57
|
"@babel/preset-react": "^7.25.9",
|
|
58
58
|
"@babel/preset-typescript": "^7.23.3",
|
|
59
59
|
"@figma/code-connect": "^1.0.0",
|
|
60
|
-
"@metamask-previews/design-system-twrnc-preset": "0.2.1-preview.
|
|
61
|
-
"@metamask-previews/design-tokens": "8.1.1-preview.
|
|
62
|
-
"@metamask/auto-changelog": "^5.0
|
|
63
|
-
"@metamask/utils": "^11.
|
|
64
|
-
"@solana/addresses": "^2.0.0",
|
|
60
|
+
"@metamask-previews/design-system-twrnc-preset": "0.2.1-preview.23d2c11",
|
|
61
|
+
"@metamask-previews/design-tokens": "8.1.1-preview.23d2c11",
|
|
62
|
+
"@metamask/auto-changelog": "^5.1.0",
|
|
63
|
+
"@metamask/utils": "^11.8.0",
|
|
65
64
|
"@storybook/react-native": "6.5",
|
|
66
65
|
"@testing-library/react-hooks": "^8.0.1",
|
|
67
66
|
"@testing-library/react-native": "^12.8.1",
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
"@types/react": "^18.2.0",
|
|
74
73
|
"@types/react-test-renderer": "^18",
|
|
75
74
|
"babel-jest": "^29.7.0",
|
|
76
|
-
"bitcoin-address-validation": ">=2.0.0",
|
|
77
75
|
"deepmerge": "^4.2.2",
|
|
78
76
|
"jest": "^29.7.0",
|
|
79
77
|
"metro-react-native-babel-preset": "^0.77.0",
|
|
@@ -91,9 +89,7 @@
|
|
|
91
89
|
"peerDependencies": {
|
|
92
90
|
"@metamask/design-system-twrnc-preset": "^0.2.0",
|
|
93
91
|
"@metamask/design-tokens": "^8.1.0",
|
|
94
|
-
"@metamask/utils": "^11.
|
|
95
|
-
"@solana/addresses": "^2.0.0",
|
|
96
|
-
"bitcoin-address-validation": ">=2.0.0",
|
|
92
|
+
"@metamask/utils": "^11.8.0",
|
|
97
93
|
"react": ">=18.2.0",
|
|
98
94
|
"react-native": ">=0.72.0",
|
|
99
95
|
"react-native-gesture-handler": ">=1.10.3",
|