@coinbase/cds-mobile 8.66.0 → 8.66.1
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 +6 -0
- package/esm/icons/__figma__/Icon.figma.js +1771 -868
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-mobile",
|
|
3
|
-
"version": "8.66.
|
|
3
|
+
"version": "8.66.1",
|
|
4
4
|
"description": "Coinbase Design System - Mobile",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -189,7 +189,6 @@
|
|
|
189
189
|
"react-native": "^0.74.5",
|
|
190
190
|
"react-native-gesture-handler": "^2.16.2",
|
|
191
191
|
"react-native-inappbrowser-reborn": "^3.7.0",
|
|
192
|
-
"react-native-linear-gradient": "^2.8.3",
|
|
193
192
|
"react-native-navigation-bar-color": "^2.0.2",
|
|
194
193
|
"react-native-reanimated": "^3.14.0",
|
|
195
194
|
"react-native-safe-area-context": "^4.10.5",
|
|
@@ -197,8 +196,8 @@
|
|
|
197
196
|
"react-native-svg": "^14.1.0"
|
|
198
197
|
},
|
|
199
198
|
"dependencies": {
|
|
200
|
-
"@coinbase/cds-common": "^8.66.
|
|
201
|
-
"@coinbase/cds-icons": "^5.
|
|
199
|
+
"@coinbase/cds-common": "^8.66.1",
|
|
200
|
+
"@coinbase/cds-icons": "^5.16.0",
|
|
202
201
|
"@coinbase/cds-illustrations": "^4.38.0",
|
|
203
202
|
"@coinbase/cds-lottie-files": "^3.3.4",
|
|
204
203
|
"@coinbase/cds-utils": "^2.3.5",
|
|
@@ -225,7 +224,6 @@
|
|
|
225
224
|
"react-native-accessibility-engine": "^3.2.0",
|
|
226
225
|
"react-native-gesture-handler": "2.16.2",
|
|
227
226
|
"react-native-inappbrowser-reborn": "3.7.0",
|
|
228
|
-
"react-native-linear-gradient": "2.8.3",
|
|
229
227
|
"react-native-navigation-bar-color": "2.0.2",
|
|
230
228
|
"react-native-reanimated": "3.14.0",
|
|
231
229
|
"react-native-safe-area-context": "4.10.5",
|