@vitality-ds/tokens
Advanced tools
Comparing version 0.6.0 to 0.6.1-alpha.1
{ | ||
"name": "@vitality-ds/tokens", | ||
"version": "0.6.0", | ||
"version": "0.6.1-alpha.1", | ||
"description": "Design Tokens for Vitality", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "e25965d589ed75aab799ec43efba49fb5c9e0b69" | ||
"gitHead": "cba65416eb71690aa974b64fe04bdfa29a0a817e" | ||
} |
@@ -5,3 +5,3 @@ import { ElevationToken } from "./types"; | ||
export const Elevations: { [x: string]: ElevationToken } = { | ||
small: { | ||
sm: { | ||
name: "Small", | ||
@@ -46,3 +46,3 @@ description: "Paper.", | ||
}, | ||
medium: { | ||
md: { | ||
name: "Medium", | ||
@@ -87,3 +87,3 @@ description: "Table search bar (focus).", | ||
}, | ||
large: { | ||
lg: { | ||
name: "Large", | ||
@@ -90,0 +90,0 @@ description: "Dialogs, Modals.", |
Sorry, the diff of this file is too big to display
337245