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

@ergosign/storybook-addon-pseudo-states-react

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ergosign/storybook-addon-pseudo-states-react - npm Package Compare versions

Comparing version 0.0.1-alpha.54 to 0.0.1-alpha.56

8

dist/react/react.js

@@ -261,4 +261,4 @@ "use strict";

return {
gridTemplateRows: "repeat(" + (1 + permutationsAsObject.length) + ", min-content)",
gridTemplateColumns: "repeat(" + (1 + numberOfPseudos + numberOfAttributes) + ", max-content)",
gridTemplateRows: "repeat(" + (1 + permutationsAsObject.length) + ", minmax(min-content, max-content))",
gridTemplateColumns: "repeat(" + (1 + numberOfPseudos + numberOfAttributes) + ", minmax(min-content, max-content))",
gridAutoFlow: 'row',

@@ -269,4 +269,4 @@ };

return {
gridTemplateRows: "repeat(" + (1 + numberOfPseudos + numberOfAttributes) + ", min-content)",
gridTemplateColumns: "repeat(" + (1 + permutationsAsObject.length) + ", min-content)",
gridTemplateRows: "repeat(" + (1 + numberOfPseudos + numberOfAttributes) + ", minmax(min-content, max-content))",
gridTemplateColumns: "repeat(" + (1 + permutationsAsObject.length) + ", minmax(min-content, max-content))",
gridAutoFlow: 'column',

@@ -273,0 +273,0 @@ };

{
"name": "@ergosign/storybook-addon-pseudo-states-react",
"version": "0.0.1-alpha.54",
"version": "0.0.1-alpha.56",
"description": "Storybook decorator to enable automatic generation and displaying of CSS pseudo states for components.",

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

},
"gitHead": "2957e4008316b50f4b4180054c35c712062e9600",
"gitHead": "e0dd3be3e9ecff8e701e5d0fc5adf9a6ecdccac0",
"publishConfig": {

@@ -56,0 +56,0 @@ "access": "public",

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