Socket
Socket
Sign inDemoInstall

typography-theme-elk-glen

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.14.0

5

dist/index.js

@@ -43,3 +43,3 @@ 'use strict';

var adjustFontSizeTo = _ref.adjustFontSizeTo;
var adjustFontSizeToMSValue = _ref.adjustFontSizeToMSValue;
var scale = _ref.scale;
var rhythm = _ref.rhythm;

@@ -58,3 +58,2 @@

backgroundImage: 'linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 1px, ' + linkColor + ' 1px, ' + linkColor + ' 2px, rgba(0, 0, 0, 0) 2px)' },
// eslint-disable-line
'a:hover,a:active': {

@@ -68,3 +67,3 @@ textShadow: 'none',

// Blockquote styles.
blockquote: _extends({}, adjustFontSizeToMSValue(1 / 5), {
blockquote: _extends({}, scale(1 / 5), {
borderLeft: rhythm(6 / 16) + ' solid ' + linkColor,

@@ -71,0 +70,0 @@ color: (0, _grayPercentage2.default)(35),

12

package.json
{
"name": "typography-theme-elk-glen",
"description": "A theme for Typography.js",
"version": "0.13.0",
"version": "0.14.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -9,3 +9,3 @@ "dependencies": {

"gray-percentage": "^2.0.0",
"typography-breakpoint-constants": "^0.13.0"
"typography-breakpoint-constants": "^0.14.0"
},

@@ -18,2 +18,10 @@ "keywords": [

"license": "MIT",
"homepage": "https://github.com/KyleAMathews/typography.js",
"bugs": {
"url": "https://github.com/KyleAMathews/typography.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/typography.js.git"
},
"main": "./dist/index.js",

@@ -20,0 +28,0 @@ "scripts": {

@@ -34,3 +34,3 @@ // @flow

boldWeight: 700,
overrideStyles: ({ adjustFontSizeTo, adjustFontSizeToMSValue, rhythm }, options) => {
overrideStyles: ({ adjustFontSizeTo, scale, rhythm }, options) => {
const linkColor = '#292d35'

@@ -57,3 +57,3 @@ const vr = verticalRhythm({

blockquote: {
...adjustFontSizeToMSValue(1/5),
...scale(1/5),
borderLeft: `${rhythm(6/16)} solid ${linkColor}`,

@@ -60,0 +60,0 @@ color: gray(35),

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc