@artsy/palette-mobile 14.0.43 → 14.0.44
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/dist/tokens.js +1 -1
- package/package.json +2 -2
package/dist/tokens.js
CHANGED
|
@@ -84,7 +84,7 @@ const v3dark = {
|
|
|
84
84
|
background: THEME_DARK.colors.white100,
|
|
85
85
|
onBackground: THEME_DARK.colors.black100,
|
|
86
86
|
onBackgroundHigh: THEME_DARK.colors.black100,
|
|
87
|
-
onBackgroundMedium: THEME_DARK.colors.
|
|
87
|
+
onBackgroundMedium: THEME_DARK.colors.black100,
|
|
88
88
|
onBackgroundLow: THEME_DARK.colors.black60,
|
|
89
89
|
surface: "#333",
|
|
90
90
|
onSurface: THEME_DARK.colors.white100,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.44",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"android": "RCT_METRO_PORT=8082 react-native run-android --port 8082 --terminal terminal",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"FOR DEPS NEEDED FOR THE STORYBOOK APP, ADD THEM AS DEV DEPS BELOW."
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@artsy/palette-tokens": "^6.
|
|
36
|
+
"@artsy/palette-tokens": "^6.5.0",
|
|
37
37
|
"@shopify/flash-list": "1.7.6",
|
|
38
38
|
"@styled-system/core": "^5.1.2",
|
|
39
39
|
"@styled-system/theme-get": "^5.1.2",
|