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

@sdkit/typography

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sdkit/typography - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.2.0](http://bitbucket.org/mysuperdispatch/sdkit/compare/@sdkit/typography@1.1.1...@sdkit/typography@1.2.0) (2019-07-19)
### Features
* **highlight:** Add `Highlight` component ([fde3cf2](http://bitbucket.org/mysuperdispatch/sdkit/commits/fde3cf2))
## [1.1.1](http://bitbucket.org/mysuperdispatch/sdkit/compare/@sdkit/typography@1.1.0...@sdkit/typography@1.1.1) (2019-07-11)

@@ -8,0 +19,0 @@

3

dist/Text.d.ts

@@ -10,3 +10,4 @@ /// <reference types="react" />

Body = 6,
Caption = 7
BodySemibold = 7,
Caption = 8
}

@@ -13,0 +14,0 @@ export declare type TextProps = {

@@ -23,3 +23,4 @@ "use strict";

TextStyles[TextStyles["Body"] = 6] = "Body";
TextStyles[TextStyles["Caption"] = 7] = "Caption";
TextStyles[TextStyles["BodySemibold"] = 7] = "BodySemibold";
TextStyles[TextStyles["Caption"] = 8] = "Caption";
})(TextStyles || (exports.TextStyles = TextStyles = {}));

@@ -71,2 +72,8 @@

},
[TextStyles.BodySemibold]: {
lineHeight: ['20px', '24px'],
fontSize: ['14px', '16px'],
fontWeight: '600',
fontFamily: 'SF Pro Text'
},
[TextStyles.Caption]: {

@@ -73,0 +80,0 @@ lineHeight: ['16px', '18px'],

{
"name": "@sdkit/typography",
"version": "1.1.1",
"version": "1.2.0",
"description": "Typography component",

@@ -13,3 +13,3 @@ "main": "dist/index.js",

"typings": "dist/index.d.ts",
"gitHead": "bb2b6486967b8d43361decae008ede25bea1315a"
"gitHead": "17b72b2185dbec5603ace7586b9c22bd3638be04"
}

Sorry, the diff of this file is not supported yet

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