@jouwomgeving/ui-button
Advanced tools
Comparing version 1.0.0 to 1.0.1-alpha.e781bb8c
{ | ||
"name": "@jouwomgeving/ui-button", | ||
"version": "1.0.0", | ||
"version": "1.0.1-alpha.e781bb8c", | ||
"author": "Jouw Omgeving", | ||
@@ -29,3 +29,3 @@ "dictator": [ | ||
"devDependencies": { | ||
"@jouwomgeving/ui-icon": "^1.0.0" | ||
"@jouwomgeving/ui-icon": "^1.0.1-alpha.e781bb8c" | ||
}, | ||
@@ -32,0 +32,0 @@ "dependencies": { |
@@ -64,7 +64,7 @@ import PropTypes from 'prop-types'; | ||
<Base direction={direction}> | ||
{React.Children.map(children, (child, index) => ( | ||
{React.Children.map(children, (child, index) => | ||
<BaseItem key={index} direction={direction}> | ||
{child} | ||
</BaseItem> | ||
))} | ||
)} | ||
</Base> | ||
@@ -71,0 +71,0 @@ ); |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49186
21
0
3