@clearkit/one
Advanced tools
Comparing version 0.29.2-0 to 0.29.3-0
@@ -294,20 +294,2 @@ module.exports = { | ||
}, | ||
"maxHeight": { | ||
"none": "none", | ||
"xs": "20rem", | ||
"sm": "24rem", | ||
"md": "28rem", | ||
"lg": "32rem", | ||
"xl": "36rem", | ||
"2xl": "42rem", | ||
"3xl": "48rem", | ||
"4xl": "56rem", | ||
"5xl": "64rem", | ||
"6xl": "72rem", | ||
"full": "100%", | ||
"screen-sm": "640px", | ||
"screen-md": "768px", | ||
"screen-lg": "1024px", | ||
"screen-xl": "1280px" | ||
}, | ||
"linearGradientDirections": { | ||
@@ -1108,2 +1090,21 @@ "t": "to top", | ||
}, | ||
"maxHeight": { | ||
"full": "100%", | ||
"screen": "100vh", | ||
"none": "none", | ||
"xs": "20rem", | ||
"sm": "24rem", | ||
"md": "28rem", | ||
"lg": "32rem", | ||
"xl": "36rem", | ||
"2xl": "42rem", | ||
"3xl": "48rem", | ||
"4xl": "56rem", | ||
"5xl": "64rem", | ||
"6xl": "72rem", | ||
"screen-sm": "640px", | ||
"screen-md": "768px", | ||
"screen-lg": "1024px", | ||
"screen-xl": "1280px" | ||
}, | ||
"maxWidth": { | ||
@@ -1129,8 +1130,62 @@ "none": "none", | ||
"0": "0", | ||
"1": "0.25rem", | ||
"2": "0.5rem", | ||
"3": "0.75rem", | ||
"4": "1rem", | ||
"5": "1.25rem", | ||
"6": "1.5rem", | ||
"7": "1.75rem", | ||
"8": "2rem", | ||
"9": "2.25rem", | ||
"10": "2.5rem", | ||
"12": "3rem", | ||
"16": "4rem", | ||
"20": "5rem", | ||
"24": "6rem", | ||
"32": "8rem", | ||
"40": "10rem", | ||
"48": "12rem", | ||
"56": "14rem", | ||
"64": "16rem", | ||
"full": "100%", | ||
"screen": "100vh" | ||
"screen": "100vh", | ||
"px": "1px", | ||
"xxs": "var(--size-xxs)", | ||
"xs": "var(--size-xs)", | ||
"sm": "var(--size-sm)", | ||
"md": "var(--size-md)", | ||
"lg": "var(--size-lg)", | ||
"xl": "var(--size-xl)", | ||
"xxl": "var(--size-xxl)" | ||
}, | ||
"minWidth": { | ||
"0": "0", | ||
"full": "100%" | ||
"1": "0.25rem", | ||
"2": "0.5rem", | ||
"3": "0.75rem", | ||
"4": "1rem", | ||
"5": "1.25rem", | ||
"6": "1.5rem", | ||
"7": "1.75rem", | ||
"8": "2rem", | ||
"9": "2.25rem", | ||
"10": "2.5rem", | ||
"12": "3rem", | ||
"16": "4rem", | ||
"20": "5rem", | ||
"24": "6rem", | ||
"32": "8rem", | ||
"40": "10rem", | ||
"48": "12rem", | ||
"56": "14rem", | ||
"64": "16rem", | ||
"full": "100%", | ||
"px": "1px", | ||
"xxs": "var(--size-xxs)", | ||
"xs": "var(--size-xs)", | ||
"sm": "var(--size-sm)", | ||
"md": "var(--size-md)", | ||
"lg": "var(--size-lg)", | ||
"xl": "var(--size-xl)", | ||
"xxl": "var(--size-xxl)" | ||
}, | ||
@@ -1137,0 +1192,0 @@ "objectPosition": { |
@@ -8,3 +8,2 @@ export interface Theme { | ||
boxShadow: BoxShadow; | ||
maxHeight: Max; | ||
linearGradientDirections: Tions; | ||
@@ -55,5 +54,6 @@ radialGradientShapes: ConicGradientStartingAngles; | ||
margin: { [key: string]: string }; | ||
maxHeight: Max; | ||
maxWidth: Max; | ||
minHeight: MinHeight; | ||
minWidth: MinWidth; | ||
minHeight: Gap; | ||
minWidth: Gap; | ||
objectPosition: Position; | ||
@@ -387,2 +387,4 @@ opacity: { [key: string]: string }; | ||
export interface Max { | ||
full: string; | ||
screen?: string; | ||
none: string; | ||
@@ -399,3 +401,2 @@ xs: string; | ||
"6xl": string; | ||
full: string; | ||
"screen-sm": string; | ||
@@ -407,13 +408,2 @@ "screen-md": string; | ||
export interface MinHeight { | ||
"0": string; | ||
full: string; | ||
screen: string; | ||
} | ||
export interface MinWidth { | ||
"0": string; | ||
full: string; | ||
} | ||
export interface Rotate { | ||
@@ -420,0 +410,0 @@ "0": string; |
{ | ||
"name": "@clearkit/one", | ||
"version": "0.29.2-0", | ||
"version": "0.29.3-0", | ||
"description": "ClearKit One", | ||
@@ -18,5 +18,5 @@ "main": "dist/clearkit-one.js", | ||
"devDependencies": { | ||
"@clearkit/core": "0.9.0", | ||
"@clearkit/icons": "^1.6.0", | ||
"@clearkit/react": "^0.48.0", | ||
"@clearkit/core": "0.10.0", | ||
"@clearkit/icons": "^1.7.0", | ||
"@clearkit/react": "^0.57.0", | ||
"classes": "^0.3.0", | ||
@@ -23,0 +23,0 @@ "classnames": "^2.2.6", |
Sorry, the diff of this file is not supported yet
1915619
82717