Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-typography

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-typography - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

package.json
{
"name": "@khanacademy/wonder-blocks-typography",
"version": "1.0.5",
"version": "1.0.6",
"design": "v2",

@@ -17,3 +17,3 @@ "publishConfig": {

"dependencies": {
"@khanacademy/wonder-blocks-core": "^1.1.0"
"@khanacademy/wonder-blocks-core": "^1.1.1"
},

@@ -25,4 +25,4 @@ "peerDependencies": {

"devDependencies": {
"@khanacademy/wonder-blocks-color": "^1.0.5"
"@khanacademy/wonder-blocks-color": "^1.0.6"
}
}

@@ -15,6 +15,9 @@ // @flow

const LatoFamily = "Lato, sans-serif";
const InconsolataFamily = "Inconsolata, monospace";
const styles = StyleSheet.create({
Title: {
...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Black,

@@ -32,3 +35,3 @@ [desktop]: {

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -40,3 +43,3 @@ fontSize: 20,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Bold,

@@ -54,3 +57,3 @@ [desktop]: {

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Bold,

@@ -68,3 +71,3 @@ [desktop]: {

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Bold,

@@ -76,3 +79,3 @@ fontSize: 20,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Bold,

@@ -102,3 +105,3 @@ fontSize: 12,

...common,
fontFamily: ["Inconsolata", "monospace"],
fontFamily: InconsolataFamily,
fontWeight: Regular,

@@ -110,3 +113,3 @@ fontSize: 17,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -118,3 +121,3 @@ fontSize: 16,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Bold,

@@ -126,3 +129,3 @@ fontSize: 16,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -134,3 +137,3 @@ fontSize: 16,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -142,3 +145,3 @@ fontSize: 14,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -150,3 +153,3 @@ fontSize: 12,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -158,3 +161,3 @@ fontSize: 14,

...common,
fontFamily: ["Lato", "sans-serif"],
fontFamily: LatoFamily,
fontWeight: Regular,

@@ -161,0 +164,0 @@ fontSize: 12,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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