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

@bufferapp/components

Package Overview
Dependencies
Maintainers
12
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/components - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

ArrowPopover/story.jsx

@@ -7,3 +7,3 @@ import React from 'react';

storiesOf('ArrowPopover')
storiesOf('ArrowPopover', module)
.addDecorator(checkA11y)

@@ -10,0 +10,0 @@ .add('default tooltip', () => (

@@ -9,3 +9,3 @@ import React from 'react';

storiesOf('Button')
storiesOf('Button', module)
.addDecorator(checkA11y)

@@ -12,0 +12,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('ButtonStateless')
storiesOf('ButtonStateless', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('Default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('Card')
storiesOf('Card', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

# Changelog
## 2.1.2 (June 13, 2017)
## 2.1.3 (December 13, 2017)
- Reset font `mini` to `0.9rem` and remove `0.5rem` duplicate
- Pass `module` into `storiesOf` to remove `missing module` warning
## 2.1.2 (December 12, 2017)
- Add `linkStyle` config to `ButtonStateless`

@@ -6,0 +11,0 @@

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('Divider')
storiesOf('Divider', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('default', () => (

@@ -9,3 +9,3 @@ import React from 'react';

storiesOf('HoverableText')
storiesOf('HoverableText', module)
.addDecorator(checkA11y)

@@ -12,0 +12,0 @@ .add('default', () => (

@@ -82,3 +82,3 @@ import React from 'react';

storiesOf('Icon')
storiesOf('Icon', module)
.addDecorator(checkA11y)

@@ -85,0 +85,0 @@ .add('large', () => (

@@ -7,3 +7,3 @@ import React from 'react';

storiesOf('IconArrowPopover')
storiesOf('IconArrowPopover', module)
.addDecorator(checkA11y)

@@ -10,0 +10,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('IdTag')
storiesOf('IdTag', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('Default', () => (

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('Image')
storiesOf('Image', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('Default', () => (

@@ -12,3 +12,3 @@ import React from 'react';

storiesOf('Input')
storiesOf('Input', module)
.addDecorator(checkA11y)

@@ -15,0 +15,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('InputAutocomplete')
storiesOf('InputAutocomplete', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('InputDate')
storiesOf('InputDate', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

@@ -12,3 +12,3 @@ import React from 'react';

storiesOf('InputEmail')
storiesOf('InputEmail', module)
.addDecorator(checkA11y)

@@ -15,0 +15,0 @@ .add('default', () => (

@@ -12,3 +12,3 @@ import React from 'react';

storiesOf('InputPassword')
storiesOf('InputPassword', module)
.addDecorator(checkA11y)

@@ -15,0 +15,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('InputTime')
storiesOf('InputTime', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('InputWeekday')
storiesOf('InputWeekday', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

@@ -7,3 +7,3 @@ import React from 'react';

storiesOf('Link')
storiesOf('Link', module)
.addDecorator(checkA11y)

@@ -10,0 +10,0 @@ .add('default', () => (

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('LinkifiedText')
storiesOf('LinkifiedText', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('default', () => (

@@ -7,3 +7,3 @@ import React from 'react';

storiesOf('LinkStateless')
storiesOf('LinkStateless', module)
.addDecorator(checkA11y)

@@ -10,0 +10,0 @@ .add('default', () => (

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('List')
storiesOf('List', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('default', () => (

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('ListItem')
storiesOf('ListItem', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('default', () => (

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('Loader')
storiesOf('Loader', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('default', () => (

@@ -5,3 +5,3 @@ import React from 'react';

storiesOf('MultipleImages')
storiesOf('MultipleImages', module)
.add('fourImages', () => (

@@ -8,0 +8,0 @@ <MultipleImages

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('NavBar')
storiesOf('NavBar', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('Default', () => (

@@ -7,3 +7,3 @@ import React from 'react';

storiesOf('Notification')
storiesOf('Notification', module)
.addDecorator(checkA11y)

@@ -10,0 +10,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('Overlay')
storiesOf('Overlay', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

{
"name": "@bufferapp/components",
"version": "2.1.2",
"version": "2.1.3",
"description": "A shared set of UI Components",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ import React from 'react';

storiesOf('Popover')
storiesOf('Popover', module)
.addDecorator(checkA11y)

@@ -11,0 +11,0 @@ .add('default', () => (

@@ -6,3 +6,3 @@ import React from 'react';

storiesOf('SectionHeader')
storiesOf('SectionHeader', module)
.addDecorator(checkA11y)

@@ -9,0 +9,0 @@ .add('default', () => (

@@ -15,3 +15,3 @@ import React from 'react';

storiesOf('Select')
storiesOf('Select', module)
.addDecorator(checkA11y)

@@ -18,0 +18,0 @@ .add('default', () => (

@@ -8,3 +8,3 @@ export const fontFamily = '"Roboto", sans-serif';

export const fontSizeExtraSmall = '0.5rem';
export const fontSizeMini = '0.5rem'; // TODO: Can we get rid of this one?
export const fontSizeMini = '0.9rem';

@@ -11,0 +11,0 @@ // https://www.w3.org/TR/css-fonts-3/#font-weight-prop

@@ -9,3 +9,3 @@ import React from 'react';

storiesOf('Tab')
storiesOf('Tab', module)
.addDecorator(checkA11y)

@@ -12,0 +12,0 @@ .add('default', () => (

@@ -11,3 +11,3 @@ import React from 'react';

storiesOf('Tabs')
storiesOf('Tabs', module)
.addDecorator(checkA11y)

@@ -14,0 +14,0 @@ .add('default', () => (

Sorry, the diff of this file is not supported yet

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