Socket
Socket
Sign inDemoInstall

@storybook/theming

Package Overview
Dependencies
Maintainers
9
Versions
1732
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/theming - npm Package Compare versions

Comparing version 5.0.0-beta.3 to 5.0.0-beta.4

4

dist/global.js

@@ -25,4 +25,2 @@ "use strict";

margin: 0,
overflowY: 'auto',
overflowX: 'hidden',
WebkitFontSmoothing: 'antialiased',

@@ -90,3 +88,3 @@ MozOsxFontSmoothing: 'grayscale',

var resetStyles = exports.createReset({ typography: typography });
return __assign({}, resetStyles, { body: __assign({}, resetStyles.body, { color: color.defaultText, background: background.app }), hr: __assign({}, resetStyles.hr, { borderTop: "1px solid " + color.border }) });
return __assign({}, resetStyles, { body: __assign({}, resetStyles.body, { color: color.defaultText, background: background.app, overflowY: 'auto', overflowX: 'hidden' }), hr: __assign({}, resetStyles.hr, { borderTop: "1px solid " + color.border }) });
});
{
"name": "@storybook/theming",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "Core Storybook Components",

@@ -37,3 +37,3 @@ "keywords": [

},
"gitHead": "247dd6a35382f432a39166615fba4f3ba59add63"
"gitHead": "9c28b665825bcda33285ad6627999d55c7527bea"
}

@@ -17,4 +17,2 @@ import { Color, Background, Typography } from './base';

margin: 0,
overflowY: 'auto',
overflowX: 'hidden',

@@ -101,2 +99,4 @@ WebkitFontSmoothing: 'antialiased',

background: background.app,
overflowY: 'auto',
overflowX: 'hidden',
},

@@ -103,0 +103,0 @@

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