@artsy/palette-mobile 17.5.0 → 17.6.0

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.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
- * All of the config for the Artsy theming system, based on the
3
- * design system from our design team:
4
- * https://www.figma.com/file/gZNkyqLT8AU3T61tluVJyB/Artsy-3.1-Design-System
2
+ * All of the config for the Artsy theming system are based on the
3
+ * on tokens from palette
5
4
  */
6
5
  import { SpacingUnit as SpacingUnitNumbers } from "@artsy/palette-tokens/dist/themes/v3";
7
6
  import { TextVariant } from "@artsy/palette-tokens/dist/typography/v3";
package/dist/tokens.js CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
- * All of the config for the Artsy theming system, based on the
3
- * design system from our design team:
4
- * https://www.figma.com/file/gZNkyqLT8AU3T61tluVJyB/Artsy-3.1-Design-System
2
+ * All of the config for the Artsy theming system are based on the
3
+ * on tokens from palette
5
4
  */
6
5
  import { THEME } from "@artsy/palette-tokens";
7
6
  import { THEME_DARK } from "@artsy/palette-tokens/dist/themes/v3Dark";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "17.5.0",
3
+ "version": "17.6.0",
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",