@clearkit/one
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -292,2 +292,15 @@ module.exports = { | ||
}, | ||
"maxHeight": { | ||
"xs": "20rem", | ||
"sm": "24rem", | ||
"md": "28rem", | ||
"lg": "32rem", | ||
"xl": "36rem", | ||
"2xl": "42rem", | ||
"3xl": "48rem", | ||
"4xl": "56rem", | ||
"5xl": "64rem", | ||
"6xl": "72rem", | ||
"full": "100%" | ||
}, | ||
"screens": { | ||
@@ -793,6 +806,2 @@ "sm": "640px", | ||
}, | ||
"maxHeight": { | ||
"full": "100%", | ||
"screen": "100vh" | ||
}, | ||
"maxWidth": { | ||
@@ -799,0 +808,0 @@ "xs": "20rem", |
@@ -8,2 +8,3 @@ export interface Theme { | ||
boxShadow: BoxShadow; | ||
maxHeight: Max; | ||
screens: Screens; | ||
@@ -29,4 +30,3 @@ spacing: Height; | ||
margin: { [key: string]: string }; | ||
maxHeight: MaxHeight; | ||
maxWidth: MaxWidth; | ||
maxWidth: Max; | ||
minHeight: MinHeight; | ||
@@ -261,8 +261,3 @@ minWidth: MinWidth; | ||
export interface MaxHeight { | ||
full: string; | ||
screen: string; | ||
} | ||
export interface MaxWidth { | ||
export interface Max { | ||
xs: string; | ||
@@ -269,0 +264,0 @@ sm: string; |
{ | ||
"name": "@clearkit/one", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "ClearKit One", | ||
@@ -18,4 +18,4 @@ "main": "dist/clearkit-one.js", | ||
"devDependencies": { | ||
"@clearkit/core": "^0.4.0", | ||
"@clearkit/react": "^0.22.0", | ||
"@clearkit/core": "^0.5.0", | ||
"@clearkit/react": "^0.30.0", | ||
"classes": "^0.3.0", | ||
@@ -22,0 +22,0 @@ "color": "^3.1.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1397977
60313