@atom-learning/theme
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0-beta.5
module.exports = { | ||
"colors": { | ||
"$tonal100": "hsl(0, 6%, 97%)", | ||
"$tonal200": "hsl(0, 6%, 95%)", | ||
"$tonal300": "hsl(0, 6%, 90%)", | ||
"$tonal400": "hsl(0, 2%, 80%)", | ||
"$tonal500": "hsl(0, 2%, 70%)", | ||
"$tonal600": "hsl(0, 0%, 55%)", | ||
"$tonal700": "hsl(0, 0%, 40%)", | ||
"$tonal800": "hsl(0, 0%, 25%)", | ||
"$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)", | ||
"$primary100": "hsl(200, 75%, 95%)", | ||
"$primary200": "hsl(200, 74%, 87%)", | ||
"$primary300": "hsl(201, 74%, 78%)", | ||
"$primary400": "hsl(201, 74%, 69%)", | ||
"$primary500": "hsl(201, 74%, 60%)", | ||
"$primary600": "hsl(203, 66%, 55%)", | ||
"$primary700": "hsl(204, 62%, 49%)", | ||
"$primary800": "hsl(206, 72%, 44%)", | ||
"$primary900": "hsl(208, 85%, 38%)", | ||
"$secondary300": "hsl(215, 60%, 27%)", | ||
"$secondary500": "hsl(215, 60%, 19%)", | ||
"$secondary700": "hsl(228, 66%, 14%)", | ||
"$tertiary300": "hsl(220, 19%, 40%)", | ||
"$tertiary500": "hsl(219, 19%, 29%)", | ||
"$tertiary700": "hsl(218, 20%, 19%)", | ||
"$successLight": "hsl(137, 44%, 60%)", | ||
"$success": "hsl(137, 60%, 43%)", | ||
"$successDark": "hsl(137, 60%, 32%)", | ||
"$warning": "hsl(24, 100%, 55%)", | ||
"$warningDark": "hsl(24, 100%, 41%)", | ||
"$dangerLight": "hsl(355, 88%, 67%)", | ||
"$danger": "hsl(355, 70%, 54%)", | ||
"$dangerDark": "hsl(355, 71%, 40%)", | ||
"$subjectEnglish": "hsl(356, 54%, 47%)", | ||
"$subjectMaths": "hsl(198, 68%, 52%)", | ||
"$subjectVr": "hsl(161, 89%, 44%)", | ||
"$subjectNvr": "hsl(41, 100%, 50%)", | ||
"$subjectCw": "hsl(24, 100%, 55%)", | ||
"$subjectEs": "hsl(280, 43%, 53%)" | ||
"tonal100": "hsl(0, 6%, 97%)", | ||
"tonal200": "hsl(0, 6%, 95%)", | ||
"tonal300": "hsl(0, 6%, 90%)", | ||
"tonal400": "hsl(0, 2%, 80%)", | ||
"tonal500": "hsl(0, 2%, 70%)", | ||
"tonal600": "hsl(0, 0%, 55%)", | ||
"tonal700": "hsl(0, 0%, 40%)", | ||
"tonal800": "hsl(0, 0%, 25%)", | ||
"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)", | ||
"primary100": "hsl(200, 75%, 95%)", | ||
"primary200": "hsl(200, 74%, 87%)", | ||
"primary300": "hsl(201, 74%, 78%)", | ||
"primary400": "hsl(201, 74%, 69%)", | ||
"primary500": "hsl(201, 74%, 60%)", | ||
"primary600": "hsl(203, 66%, 55%)", | ||
"primary700": "hsl(204, 62%, 49%)", | ||
"primary800": "hsl(206, 72%, 44%)", | ||
"primary900": "hsl(208, 85%, 38%)", | ||
"secondary300": "hsl(215, 60%, 27%)", | ||
"secondary500": "hsl(215, 60%, 19%)", | ||
"secondary700": "hsl(228, 66%, 14%)", | ||
"tertiary300": "hsl(220, 19%, 40%)", | ||
"tertiary500": "hsl(219, 19%, 29%)", | ||
"tertiary700": "hsl(218, 20%, 19%)", | ||
"successLight": "hsl(137, 44%, 60%)", | ||
"success": "hsl(137, 60%, 43%)", | ||
"successDark": "hsl(137, 60%, 32%)", | ||
"warning": "hsl(24, 100%, 55%)", | ||
"warningDark": "hsl(24, 100%, 41%)", | ||
"dangerLight": "hsl(355, 88%, 67%)", | ||
"danger": "hsl(355, 70%, 54%)", | ||
"dangerDark": "hsl(355, 71%, 40%)", | ||
"subjectEnglish": "hsl(356, 54%, 47%)", | ||
"subjectMaths": "hsl(198, 68%, 52%)", | ||
"subjectVr": "hsl(161, 89%, 44%)", | ||
"subjectNvr": "hsl(41, 100%, 50%)", | ||
"subjectCw": "hsl(24, 100%, 55%)", | ||
"subjectEs": "hsl(280, 43%, 53%)" | ||
}, | ||
"space": { | ||
"$0": "0.125rem", | ||
"$1": "0.25rem", | ||
"$2": "0.5rem", | ||
"$3": "1rem", | ||
"$4": "2rem", | ||
"$5": "4rem", | ||
"$6": "8rem" | ||
"0": "0.125rem", | ||
"1": "0.25rem", | ||
"2": "0.5rem", | ||
"3": "1rem", | ||
"4": "2rem", | ||
"5": "4rem", | ||
"6": "8rem" | ||
}, | ||
"fontSizes": { | ||
"$xs": "0.625rem", | ||
"$sm": "0.8125rem", | ||
"$md": "1rem", | ||
"$lg": "1.3125rem", | ||
"$xl": "1.75rem", | ||
"$xxl": "2.3125rem", | ||
"$xxxl": "3.125rem", | ||
"$base": "1rem" | ||
"xs": "0.625rem", | ||
"sm": "0.8125rem", | ||
"md": "1rem", | ||
"lg": "1.3125rem", | ||
"xl": "1.75rem", | ||
"xxl": "2.3125rem", | ||
"xxxl": "3.125rem", | ||
"base": "1rem" | ||
}, | ||
"fonts": { | ||
"$sans": "'urw-din', system-ui, -apple-system, 'Helvetica Neue', sans-serif", | ||
"$mono": "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace" | ||
"sans": "'urw-din', system-ui, -apple-system, 'Helvetica Neue', sans-serif", | ||
"mono": "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace" | ||
}, | ||
"sizes": { | ||
"$0": "1rem", | ||
"$1": "2rem", | ||
"$2": "3rem", | ||
"$3": "4rem" | ||
"0": "1rem", | ||
"1": "2rem", | ||
"2": "3rem", | ||
"3": "4rem" | ||
}, | ||
"radii": { | ||
"$0": "0.25rem", | ||
"$1": "0.5rem", | ||
"$2": "0.75rem", | ||
"$3": "1rem" | ||
"0": "0.25rem", | ||
"1": "0.5rem", | ||
"2": "0.75rem", | ||
"3": "1rem" | ||
}, | ||
"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": "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)" | ||
} | ||
} |
{ | ||
"name": "@atom-learning/theme", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0-beta.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
5472