@operational/theme
Advanced tools
Comparing version 0.1.0-next.392387e3 to 0.1.0-next.723923e9
@@ -43,3 +43,3 @@ "use strict"; | ||
"#c49c94", | ||
"#dbdb8d" | ||
"#dbdb8d", | ||
], | ||
@@ -56,3 +56,3 @@ lightGray: "#e8e8e8", | ||
navBackground: "#004A75", | ||
separator: "#f2f2f2" | ||
separator: "#f2f2f2", | ||
}; | ||
@@ -62,3 +62,3 @@ var baseTypography = { | ||
textTransform: "none", | ||
letterSpacing: "normal" | ||
letterSpacing: "normal", | ||
}; | ||
@@ -70,3 +70,3 @@ var typography = { | ||
body: __assign({}, baseTypography, { fontSize: 13, fontWeight: 400 }), | ||
small: __assign({}, baseTypography, { fontSize: 12, fontWeight: 400 }) | ||
small: __assign({}, baseTypography, { fontSize: 12, fontWeight: 400 }), | ||
}; | ||
@@ -77,3 +77,3 @@ var shadows = { | ||
focus: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)", | ||
popup: "0 3px 12px rgba(0, 0, 0, .14)" | ||
popup: "0 3px 12px rgba(0, 0, 0, .14)", | ||
}; | ||
@@ -88,5 +88,5 @@ var operational = { | ||
fontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'", | ||
baseZIndex: 0 | ||
baseZIndex: 0, | ||
}; | ||
exports.operational = operational; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@operational/theme", | ||
"version": "0.1.0-next.392387e3", | ||
"version": "0.1.0-next.723923e9", | ||
"description": "Customization theme for the Operational UI packages.", | ||
@@ -28,6 +28,6 @@ "main": "./lib/index.js", | ||
"ts-jest": "21.0.0", | ||
"tslint": "5.7.0", | ||
"tslint-config-airbnb": "5.2.1", | ||
"tslint-config-prettier": "1.5.0", | ||
"typescript": "2.6.2" | ||
"tslint": "5.9.1", | ||
"tslint-config-airbnb": "5.8.0", | ||
"tslint-config-prettier": "1.12.0", | ||
"typescript": "2.8.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "jest": { |
@@ -113,3 +113,3 @@ // Type definitions | ||
"#c49c94", | ||
"#dbdb8d" | ||
"#dbdb8d", | ||
], | ||
@@ -126,3 +126,3 @@ lightGray: "#e8e8e8", | ||
navBackground: "#004A75", | ||
separator: "#f2f2f2" | ||
separator: "#f2f2f2", | ||
} | ||
@@ -133,3 +133,3 @@ | ||
textTransform: "none", | ||
letterSpacing: "normal" | ||
letterSpacing: "normal", | ||
} | ||
@@ -141,3 +141,3 @@ | ||
fontSize: 24, | ||
fontWeight: 400 | ||
fontWeight: 400, | ||
}, | ||
@@ -147,3 +147,3 @@ heading1: { | ||
fontSize: 16, | ||
fontWeight: 400 | ||
fontWeight: 400, | ||
}, | ||
@@ -154,3 +154,3 @@ heading2: { | ||
opacity: 0.7, | ||
fontWeight: 400 | ||
fontWeight: 400, | ||
}, | ||
@@ -160,3 +160,3 @@ body: { | ||
fontSize: 13, | ||
fontWeight: 400 | ||
fontWeight: 400, | ||
}, | ||
@@ -166,4 +166,4 @@ small: { | ||
fontSize: 12, | ||
fontWeight: 400 | ||
} | ||
fontWeight: 400, | ||
}, | ||
} | ||
@@ -175,3 +175,3 @@ | ||
focus: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)", | ||
popup: "0 3px 12px rgba(0, 0, 0, .14)" | ||
popup: "0 3px 12px rgba(0, 0, 0, .14)", | ||
} | ||
@@ -188,5 +188,5 @@ | ||
"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'", | ||
baseZIndex: 0 | ||
baseZIndex: 0, | ||
} | ||
export { operational } |
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
15148