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

@project-r/styleguide

Package Overview
Dependencies
Maintainers
4
Versions
689
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@project-r/styleguide - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

6

lib/components/Grid/index.js

@@ -23,6 +23,6 @@ 'use strict';

var GUTTER = exports.GUTTER = 42;
var CONTENT_PADDING = exports.CONTENT_PADDING = 20;
var CONTENT_PADDING = exports.CONTENT_PADDING = 15;
var NARROW_CONTENT_MAX_WIDTH = exports.NARROW_CONTENT_MAX_WIDTH = 650;
var CONTENT_MAX_WIDTH = exports.CONTENT_MAX_WIDTH = 1200;
var NARROW_CONTENT_MAX_WIDTH = exports.NARROW_CONTENT_MAX_WIDTH = 680;
var CONTENT_MAX_WIDTH = exports.CONTENT_MAX_WIDTH = 1230;

@@ -29,0 +29,0 @@ var styles = {

{
"name": "@project-r/styleguide",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {

@@ -5,0 +5,0 @@ "react-autocomplete": "^1.4.1"

@@ -6,6 +6,6 @@ import React, {PropTypes} from 'react'

export const GUTTER = 42
export const CONTENT_PADDING = 20
export const CONTENT_PADDING = 15
export const NARROW_CONTENT_MAX_WIDTH = 650
export const CONTENT_MAX_WIDTH = 1200
export const NARROW_CONTENT_MAX_WIDTH = 680
export const CONTENT_MAX_WIDTH = 1230

@@ -12,0 +12,0 @@ const styles = {

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