@storybook/addon-comments
Advanced tools
Comparing version 3.1.6 to 3.1.9
{ | ||
"name": "@storybook/addon-comments", | ||
"version": "3.1.6", | ||
"version": "3.1.9", | ||
"description": "Comments addon for Storybook", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -62,6 +62,12 @@ import PropTypes from 'prop-types'; | ||
<div style={style.commentHead}> | ||
<span style={style.commentUser}>{comment.user.name}</span> | ||
<span style={style.commentTime}>{time}</span> | ||
<span style={style.commentUser}> | ||
{comment.user.name} | ||
</span> | ||
<span style={style.commentTime}> | ||
{time} | ||
</span> | ||
</div> | ||
<span style={style.commentText}>{body}</span> | ||
<span style={style.commentText}> | ||
{body} | ||
</span> | ||
{showDelete ? this.renderDelete() : null} | ||
@@ -68,0 +74,0 @@ </div> |
@@ -21,3 +21,5 @@ import PropTypes from 'prop-types'; | ||
<div style={style.message}> | ||
<a style={style.button} href={appsUrl}>Create an app for this repo on Storybook Hub</a> | ||
<a style={style.button} href={appsUrl}> | ||
Create an app for this repo on Storybook Hub | ||
</a> | ||
</div> | ||
@@ -24,0 +26,0 @@ </div> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225714
2029