@diana-ui/types
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -34,8 +34,29 @@ import React from "react"; | ||
export interface ISpaceUnit { | ||
/** | ||
* 4px | ||
*/ | ||
xxs: string; | ||
/** | ||
* 8px | ||
*/ | ||
xs: string; | ||
/** | ||
* 10.(66)px | ||
*/ | ||
sm: string; | ||
/** | ||
* 16px | ||
*/ | ||
md: string; | ||
/** | ||
* 24px | ||
*/ | ||
lg: string; | ||
/** | ||
* 32px | ||
*/ | ||
xl: string; | ||
/** | ||
* 48px | ||
*/ | ||
xxl: string; | ||
@@ -51,2 +72,3 @@ } | ||
fontFamily: string; | ||
fontSize: string | number; | ||
fonts: any; | ||
@@ -53,0 +75,0 @@ spaceUnit: ISpaceUnit; |
@@ -34,8 +34,29 @@ import React from "react"; | ||
export interface ISpaceUnit { | ||
/** | ||
* 4px | ||
*/ | ||
xxs: string; | ||
/** | ||
* 8px | ||
*/ | ||
xs: string; | ||
/** | ||
* 10.(66)px | ||
*/ | ||
sm: string; | ||
/** | ||
* 16px | ||
*/ | ||
md: string; | ||
/** | ||
* 24px | ||
*/ | ||
lg: string; | ||
/** | ||
* 32px | ||
*/ | ||
xl: string; | ||
/** | ||
* 48px | ||
*/ | ||
xxl: string; | ||
@@ -51,2 +72,3 @@ } | ||
fontFamily: string; | ||
fontSize: string | number; | ||
fonts: any; | ||
@@ -53,0 +75,0 @@ spaceUnit: ISpaceUnit; |
{ | ||
"name": "@diana-ui/types", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "lib/types.js", | ||
@@ -23,3 +23,3 @@ "module": "module/types.js", | ||
"dependencies": { | ||
"@diana-ui/tokens": "^0.1.4", | ||
"@diana-ui/tokens": "^0.1.5", | ||
"aesthetic": "^5.1.0", | ||
@@ -45,3 +45,3 @@ "aesthetic-react": "^2.1.0" | ||
}, | ||
"gitHead": "cfc3e13de277b94b9b7c4c9e275dbb79e2846cc1" | ||
"gitHead": "c5cbd282395606691a1d6280b5a81673a3c1009f" | ||
} |
7739
220
Updated@diana-ui/tokens@^0.1.5