@govuk-react/constants
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -31,3 +31,4 @@ export * from './spacing'; | ||
SCALE_6: '60px' | ||
}; | ||
}; // TODO: figure out how to optionally include locally installed font, e.g. "GDS Transport Website" | ||
export var NTA_LIGHT = '"nta", Arial, sans-serif'; | ||
@@ -34,0 +35,0 @@ export var NTA_LIGHT_TABULAR = "ntatabularnumbers\", " + NTA_LIGHT; |
@@ -89,3 +89,4 @@ "use strict"; | ||
SCALE_6: '60px' | ||
}; | ||
}; // TODO: figure out how to optionally include locally installed font, e.g. "GDS Transport Website" | ||
exports.SPACING = SPACING; | ||
@@ -92,0 +93,0 @@ var NTA_LIGHT = '"nta", Arial, sans-serif'; |
{ | ||
"name": "@govuk-react/constants", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "govuk-colours": "^1.0.3" |
@@ -36,2 +36,3 @@ export * from './spacing'; | ||
// TODO: figure out how to optionally include locally installed font, e.g. "GDS Transport Website" | ||
export const NTA_LIGHT = '"nta", Arial, sans-serif'; | ||
@@ -38,0 +39,0 @@ export const NTA_LIGHT_TABULAR = `ntatabularnumbers", ${NTA_LIGHT}`; |
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
50450
875