@ndla/core
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -126,4 +126,10 @@ var brandLight = '#ceddea'; | ||
frontpageArticle: '#f7fafd' | ||
}, | ||
/** | ||
* Icon colors | ||
* */ | ||
icon: { | ||
iconBlue: '#4e51f2' | ||
} | ||
}; | ||
export default colors; |
@@ -119,3 +119,9 @@ declare const colors: { | ||
}; | ||
/** | ||
* Icon colors | ||
* */ | ||
icon: { | ||
iconBlue: string; | ||
}; | ||
}; | ||
export default colors; |
@@ -132,2 +132,8 @@ "use strict"; | ||
frontpageArticle: '#f7fafd' | ||
}, | ||
/** | ||
* Icon colors | ||
* */ | ||
icon: { | ||
iconBlue: '#4e51f2' | ||
} | ||
@@ -134,0 +140,0 @@ }; |
{ | ||
"name": "@ndla/core", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "UI component library for NDLA.", | ||
@@ -40,3 +40,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "d5b859163608f1921fa425b333d5bbdd898c64d1" | ||
"gitHead": "7a418d51a890d239ba9a2fb1eb8058141cb41c4b" | ||
} |
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
977
117597