@invisionag/iris-colors
Advanced tools
Comparing version 5.1.6 to 5.1.7
@@ -1,2 +0,2 @@ | ||
type systemKeys = | ||
type SystemKeys = | ||
| 'ui0' | ||
@@ -18,5 +18,5 @@ | 'ui100' | ||
type brandKeys = 'injixo100' | 'injixo200' | 'iwfmRed' | 'iwfmGrey'; | ||
type BrandKeys = 'injixo100' | 'injixo200' | 'iwfmRed' | 'iwfmGrey'; | ||
type visualizationKeys = | ||
type VisualizationKeys = | ||
| 'adherenceInGrey' | ||
@@ -71,12 +71,12 @@ | 'adherenceOutRed' | ||
declare const colors: { | ||
brand: { [key in brandKeys]: string }; | ||
system: { [key in systemKeys]: string }; | ||
visualization: { [key in visualizationKeys]: string }; | ||
brand: { [key in BrandKeys]: string }; | ||
system: { [key in SystemKeys]: string }; | ||
visualization: { [key in VisualizationKeys]: string }; | ||
}; | ||
declare const brand: { [key in brandKeys]: string }; | ||
declare const system: { [key in systemKeys]: string }; | ||
declare const visualization: { [key in visualizationKeys]: string }; | ||
declare const brand: { [key in BrandKeys]: string }; | ||
declare const system: { [key in SystemKeys]: string }; | ||
declare const visualization: { [key in VisualizationKeys]: string }; | ||
export default colors; | ||
export { brand, system, visualization }; |
{ | ||
"name": "@invisionag/iris-colors", | ||
"version": "5.1.6", | ||
"version": "5.1.7", | ||
"main": "dist/index.js", | ||
"repository": "git@github.com:ivx/iris.git", | ||
"license": "MIT", | ||
"gitHead": "bf44ab8d7efafcb98f72f99bb2cf57763a1bcbd5" | ||
"gitHead": "3158ce9778790c5f8e7a88bffd94bb5646084fa8" | ||
} |
@@ -1,2 +0,2 @@ | ||
type systemKeys = | ||
type SystemKeys = | ||
| 'ui0' | ||
@@ -18,5 +18,5 @@ | 'ui100' | ||
type brandKeys = 'injixo100' | 'injixo200' | 'iwfmRed' | 'iwfmGrey'; | ||
type BrandKeys = 'injixo100' | 'injixo200' | 'iwfmRed' | 'iwfmGrey'; | ||
type visualizationKeys = | ||
type VisualizationKeys = | ||
| 'adherenceInGrey' | ||
@@ -71,12 +71,12 @@ | 'adherenceOutRed' | ||
declare const colors: { | ||
brand: { [key in brandKeys]: string }; | ||
system: { [key in systemKeys]: string }; | ||
visualization: { [key in visualizationKeys]: string }; | ||
brand: { [key in BrandKeys]: string }; | ||
system: { [key in SystemKeys]: string }; | ||
visualization: { [key in VisualizationKeys]: string }; | ||
}; | ||
declare const brand: { [key in brandKeys]: string }; | ||
declare const system: { [key in systemKeys]: string }; | ||
declare const visualization: { [key in visualizationKeys]: string }; | ||
declare const brand: { [key in BrandKeys]: string }; | ||
declare const system: { [key in SystemKeys]: string }; | ||
declare const visualization: { [key in VisualizationKeys]: string }; | ||
export default colors; | ||
export { brand, system, visualization }; |
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