New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@barguide/style-guide

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barguide/style-guide - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

8

CHANGELOG.md

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

## [2.0.6](https://github.com/barguide/taps/compare/@barguide/style-guide@2.0.5...@barguide/style-guide@2.0.6) (2021-03-25)
**Note:** Version bump only for package @barguide/style-guide
## [2.0.5](https://github.com/barguide/taps/compare/@barguide/style-guide@2.0.4...@barguide/style-guide@2.0.5) (2021-03-25)

@@ -8,0 +16,0 @@

6

dist/tailwind.config.js

@@ -113,3 +113,3 @@ // Roygbiv

*/
const gridToPixels = (data) => {
const valueToPixels = (data) => {
const gridInPixels = {};

@@ -136,3 +136,3 @@ Object.keys(data).forEach((key) => {

fontFamily: font.family,
fontSize: font.size,
fontSize: valueToPixels(font.size),
letterSpacing: {

@@ -142,3 +142,3 @@ normal: 0,

},
spacing: gridToPixels(grid),
spacing: valueToPixels(grid),
width: {

@@ -145,0 +145,0 @@ auto: 'auto',

{
"name": "@barguide/style-guide",
"version": "2.0.5",
"version": "2.0.6",
"author": {

@@ -56,3 +56,3 @@ "name": "Matthew Scholta",

"types": "./dist/index.d.ts",
"gitHead": "8b249006e5d64015279a63fb4cf98241963f7f76"
"gitHead": "b90aacfd0d0a0a1c5bf22796ec594a4dd828db29"
}

@@ -10,3 +10,3 @@ import { color } from './variables/color';

*/
const gridToPixels = (data: any) => {
const valueToPixels = (data: any) => {
const gridInPixels: any = {};

@@ -37,3 +37,3 @@

fontFamily: font.family,
fontSize: font.size,
fontSize: valueToPixels(font.size),
letterSpacing: {

@@ -43,3 +43,3 @@ normal: 0,

},
spacing: gridToPixels(grid),
spacing: valueToPixels(grid),
width: {

@@ -46,0 +46,0 @@ auto: 'auto',

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