indigo-tokens
Advanced tools
Comparing version 1.1.0 to 1.2.0
27
index.js
const theme = { | ||
colors: { | ||
black: '#000000', | ||
white: '#ffffff', | ||
gray: ['#333333', '#4d4d4d', '#7f7f7f', '#b1b2b3', '#e6e6e6', '#f9f9f9'], | ||
blue: ['#ecf6ff', '#b0c7ff', '#4330fc', '#190d7b'], | ||
red: ['#f9d6ce', '#ffa073', '#ee5432', '#c10d30'], | ||
green: ['#bdebcc', '#2ed196', '#2aa779', '#286e55'], | ||
yellow: ['#ffefc5', '#ffd972', '#fcc440', '#ee892b'] | ||
black: "#000000", | ||
white: "#ffffff", | ||
gray: ["#333333", "#4d4d4d", "#7f7f7f", "#b1b2b3", "#e6e6e6", "#f9f9f9"], | ||
blue: ["#ecf6ff", "#b0c7ff", "#4330fc", "#190d7b"], | ||
red: ["#f9d6ce", "#ffa073", "#ee5432", "#c10d30"], | ||
green: ["#bdebcc", "#2ed196", "#2aa779", "#286e55"], | ||
yellow: ["#ffefc5", "#ffd972", "#fcc440", "#ee892b"] | ||
}, | ||
@@ -17,3 +17,3 @@ fonts: { | ||
fontSizes: [12, 14, 16, 18, 24, 32, 48, 64, 72], | ||
breakpoints: ['550px', '750px', '960px'], | ||
breakpoints: ["550px", "750px", "960px"], | ||
lineHeights: { | ||
@@ -25,9 +25,8 @@ short: 1.333333, | ||
sizes: [0, 4, 8, 12, 16, 20, 24, 32, 48, 64, 96, 160, 288] | ||
} | ||
}; | ||
theme.breakpoints.small = theme.breakpoints[0] | ||
theme.breakpoints.medium = theme.breakpoints[1] | ||
theme.breakpoints.large = theme.breakpoints[2] | ||
theme.breakpoints.small = theme.breakpoints[0]; | ||
theme.breakpoints.medium = theme.breakpoints[1]; | ||
theme.breakpoints.large = theme.breakpoints[2]; | ||
export default theme | ||
module.exports = theme; |
{ | ||
"name": "indigo-tokens", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1185
3
1
2