@vitality-ds/tokens
Advanced tools
Comparing version 3.9.0-alpha.1 to 3.9.0-alpha.2
{ | ||
"name": "@vitality-ds/tokens", | ||
"version": "3.9.0-alpha.1", | ||
"version": "3.9.0-alpha.2", | ||
"description": "Design Tokens for Vitality", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -13,5 +13,5 @@ import { Elevations } from "../../Elevation"; | ||
// todo should dataRn go inside data? | ||
return "other?"; | ||
return null; | ||
default: | ||
return "other?"; | ||
return null; | ||
} | ||
@@ -18,0 +18,0 @@ }; |
Sorry, the diff of this file is too big to display
482737