Socket
Socket
Sign inDemoInstall

typography-theme-elk-glen

Package Overview
Dependencies
3
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.0 to 0.15.0

12

dist/index.js

@@ -36,4 +36,4 @@ 'use strict';

bodyFontFamily: ['PT Sans', 'sans-serif'],
headerGray: 10,
bodyGray: 20,
headerColor: 'hsla(0,0%,0%,0.9)',
bodyColor: 'hsla(0,0%,0%,0.8)',
headerWeight: '700',

@@ -43,5 +43,5 @@ bodyWeight: 400,

overrideStyles: function overrideStyles(_ref, options) {
var adjustFontSizeTo = _ref.adjustFontSizeTo;
var scale = _ref.scale;
var rhythm = _ref.rhythm;
var adjustFontSizeTo = _ref.adjustFontSizeTo,
scale = _ref.scale,
rhythm = _ref.rhythm;

@@ -79,3 +79,3 @@ var linkColor = '#292d35';

'blockquote cite': _extends({}, adjustFontSizeTo(options.baseFontSize), {
color: (0, _grayPercentage2.default)(options.bodyGray),
color: options.bodyColor,
fontStyle: 'normal',

@@ -82,0 +82,0 @@ fontWeight: options.bodyWeight

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

@@ -6,0 +6,0 @@ "dependencies": {

@@ -29,4 +29,4 @@ // @flow

bodyFontFamily: ['PT Sans', 'sans-serif'],
headerGray: 10,
bodyGray: 20,
headerColor: 'hsla(0,0%,0%,0.9)',
bodyColor: 'hsla(0,0%,0%,0.8)',
headerWeight: '700',

@@ -70,3 +70,3 @@ bodyWeight: 400,

...adjustFontSizeTo(options.baseFontSize),
color: gray(options.bodyGray),
color: options.bodyColor,
fontStyle: 'normal',

@@ -73,0 +73,0 @@ fontWeight: options.bodyWeight,

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