@sproutsocial/seeds-typography
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -1,19 +0,67 @@ | ||
export const TYPOGRAPHY_FAMILY : string; | ||
export const TYPOGRAPHY_FAMILY_PROXIMA : string; | ||
export const TYPOGRAPHY_FAMILY_RECOLETA : string; | ||
export const TYPOGRAPHY_SIZE_100 : number; | ||
export const TYPOGRAPHY_SIZE_200 : number; | ||
export const TYPOGRAPHY_SIZE_300 : number; | ||
export const TYPOGRAPHY_SIZE_400 : number; | ||
export const TYPOGRAPHY_SIZE_500 : number; | ||
export const TYPOGRAPHY_SIZE_600 : number; | ||
export const TYPOGRAPHY_SIZE_700 : number; | ||
export const TYPOGRAPHY_SIZE_800 : number; | ||
export const TYPOGRAPHY_SIZE_900 : number; | ||
export const TYPOGRAPHY_SIZE_1000 : number; | ||
export const TYPOGRAPHY_SIZE_1100 : number; | ||
export const TYPOGRAPHY_SIZE_1200 : number; | ||
export const TYPOGRAPHY_WEIGHT_NORMAL : number; | ||
export const TYPOGRAPHY_WEIGHT_SEMIBOLD : number; | ||
export const TYPOGRAPHY_WEIGHT_BOLD : number; | ||
export const TYPOGRAPHY_WEIGHT_EXTRA_BOLD : number; | ||
export const TYPOGRAPHY_FAMILY: string; | ||
export const TYPOGRAPHY_FAMILY_PROXIMA: string; | ||
export const TYPOGRAPHY_FAMILY_RECOLETA: string; | ||
export const TYPOGRAPHY_SIZE_100: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_200: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_300: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_400: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_500: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_600: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_700: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_800: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_900: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_1000: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_1100: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_SIZE_1200: { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
export const TYPOGRAPHY_WEIGHT_NORMAL: string; | ||
export const TYPOGRAPHY_WEIGHT_SEMIBOLD: string; | ||
export const TYPOGRAPHY_WEIGHT_BOLD: string; | ||
export const TYPOGRAPHY_WEIGHT_EXTRA_BOLD: string; | ||
type TypographySizeType = { | ||
fontSize: string; | ||
lineHeight: string; | ||
}; | ||
type TypographyExport = Record<string, string | TypographySizeType>; | ||
declare const defaultExport: TypographyExport; | ||
export default defaultExport; |
{ | ||
"name": "@sproutsocial/seeds-typography", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Seeds Typography Tokens", | ||
@@ -5,0 +5,0 @@ "main": "dist/seeds-typography.js", |
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
17024
424