Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sproutsocial/seeds-typography

Package Overview
Dependencies
Maintainers
36
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/seeds-typography - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

86

dist/seeds-typography.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc