@govuk-react/constants
Advanced tools
Comparing version 0.6.0-alpha.1 to 0.6.0-alpha.4
@@ -46,3 +46,3 @@ export * from './focus'; | ||
export var NTA_LIGHT = '"nta", Arial, sans-serif'; | ||
export var NTA_LIGHT_TABULAR = "ntatabularnumbers\", " + NTA_LIGHT; | ||
export var NTA_LIGHT_TABULAR = "\"ntatabularnumbers\", " + NTA_LIGHT; | ||
export var FONT_STACK = "" + NTA_LIGHT; | ||
@@ -49,0 +49,0 @@ export var FONT_STACK_TABULAR = "" + NTA_LIGHT_TABULAR; |
@@ -117,3 +117,3 @@ "use strict"; | ||
exports.NTA_LIGHT = NTA_LIGHT; | ||
var NTA_LIGHT_TABULAR = "ntatabularnumbers\", " + NTA_LIGHT; | ||
var NTA_LIGHT_TABULAR = "\"ntatabularnumbers\", " + NTA_LIGHT; | ||
exports.NTA_LIGHT_TABULAR = NTA_LIGHT_TABULAR; | ||
@@ -120,0 +120,0 @@ var FONT_STACK = "" + NTA_LIGHT; |
{ | ||
"name": "@govuk-react/constants", | ||
"version": "0.6.0-alpha.1", | ||
"version": "0.6.0-alpha.4", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "govuk-colours": "^1.0.3" |
@@ -51,3 +51,3 @@ export * from './focus'; | ||
export const NTA_LIGHT = '"nta", Arial, sans-serif'; | ||
export const NTA_LIGHT_TABULAR = `ntatabularnumbers", ${NTA_LIGHT}`; | ||
export const NTA_LIGHT_TABULAR = `"ntatabularnumbers", ${NTA_LIGHT}`; | ||
export const FONT_STACK = `${NTA_LIGHT}`; | ||
@@ -54,0 +54,0 @@ export const FONT_STACK_TABULAR = `${NTA_LIGHT_TABULAR}`; |
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
69831