@atom-learning/theme
Advanced tools
Comparing version 0.1.0-beta.6 to 0.1.0-beta.7
@@ -12,5 +12,7 @@ module.exports = { | ||
"tonal900": "hsl(0, 0%, 15%)", | ||
"alpha100": "hsla(0, 0%, 10%, 0.1)", | ||
"alpha150": "hsla(0, 0%, 10%, 0.15)", | ||
"alpha200": "hsla(0, 0%, 10%, 0.2)", | ||
"alpha100": "hsla(0, 0%, 15%, 0.1)", | ||
"alpha150": "hsla(0, 0%, 15%, 0.15)", | ||
"alpha200": "hsla(0, 0%, 15%, 0.2)", | ||
"alpha250": "hsla(0, 0%, 15%, 0.25)", | ||
"alpha600": "hsla(0, 0%, 15%, 0.6)", | ||
"primary100": "hsl(200, 75%, 95%)", | ||
@@ -62,14 +64,17 @@ "primary200": "hsl(200, 74%, 87%)", | ||
"xxl": "2.3125rem", | ||
"xxxl": "3.125rem", | ||
"base": "1rem" | ||
"xxxl": "3.125rem" | ||
}, | ||
"fonts": { | ||
"sans": "'urw-din', system-ui, -apple-system, 'Helvetica Neue', sans-serif", | ||
"mono": "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace" | ||
"mono": "'SFMono-Regular', Consolas, Menlo, monospace" | ||
}, | ||
"sizes": { | ||
"0": "1rem", | ||
"1": "2rem", | ||
"2": "3rem", | ||
"3": "4rem" | ||
"0": "0.5rem", | ||
"1": "1rem", | ||
"2": "1.5rem", | ||
"3": "2rem", | ||
"4": "3rem", | ||
"5": "4rem", | ||
"6": "6rem", | ||
"7": "8rem" | ||
}, | ||
@@ -80,9 +85,11 @@ "radii": { | ||
"2": "0.75rem", | ||
"3": "1rem" | ||
"3": "1rem", | ||
"round": "50rem" | ||
}, | ||
"shadows": { | ||
"0": "0px 2px 1px -1px hsla(0, 0%, 10%, 0.2), 0px 1px 1px 0px hsla(0, 0%, 10%, 0.15), 0px 1px 3px 0px hsla(0, 0%, 10%, 0.1)", | ||
"1": "0px 7px 8px -4px hsla(0, 0%, 10%, 0.2), 0px 12px 17px 2px hsla(0, 0%, 10%, 0.15), 0px 5px 22px 4px hsla(0, 0%, 10%, 0.1)", | ||
"2": "0px 11px 15px -7px hsla(0, 0%, 10%, 0.2), 0px 24px 38px 3px hsla(0, 0%, 10%, 0.15), 0px 9px 46px 8px hsla(0, 0%, 10%, 0.1)" | ||
"0": "0 1px 3px hsla(0, 0%, 15%, 0.15), 0 1px 2px hsla(0, 0%, 15%, 0.2)", | ||
"1": "0 3px 6px hsla(0, 0%, 15%, 0.15), 0 3px 6px hsla(0, 0%, 15%, 0.2)", | ||
"2": "0 10px 20px hsla(0, 0%, 15%, 0.2), 0 6px 6px hsla(0, 0%, 15%, 0.25)", | ||
"3": "0 14px 28px hsla(0, 0%, 15%, 0.25), 0 10px 10px hsla(0, 0%, 15%, 0.2)" | ||
} | ||
} |
{ | ||
"name": "@atom-learning/theme", | ||
"version": "0.1.0-beta.6", | ||
"version": "0.1.0-beta.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9131
91