@ergosign/storybook-addon-pseudo-states-react
Advanced tools
Comparing version 0.0.1-alpha.54 to 0.0.1-alpha.56
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
90768
0