apint-components
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "apint-components", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A component library for pragmatic, simple user interfaces.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -228,5 +228,7 @@ import { html, render } from 'lit-html'; | ||
</div> | ||
${this.bylineleft ? html`<span class="card_byline">${this.bylineleft}</span>` : ""} | ||
${this.bylinerightimage ? html`<img src=${this.bylinerightimage} class="card_byline_right_image"></img>` : ""} | ||
${this.bylineright ? html`<span class="card_byline">${this.bylineright}</span>` : ""} | ||
<div class="card_byline"> | ||
${this.bylineleft ? html`<span>${this.bylineleft}</span>` : ""} | ||
${this.bylinerightimage ? html`<img src=${this.bylinerightimage} class="card_byline_right_image"></img>` : ""} | ||
${this.bylineright ? html`<span>${this.bylineright}</span>` : ""} | ||
</div> | ||
<div class="card_description"> | ||
@@ -233,0 +235,0 @@ ${this.description} |
@@ -36,3 +36,3 @@ import { fn } from '@storybook/test'; | ||
bylinerightimage: "https://www.theguardian.com/favicon.ico", | ||
bylineright: "bylineright", | ||
bylineright: "bylineright fds fdsa fdsafdsa", | ||
description: "My test description My test description My test description My test description My test description My test description My test description My test description My test description My test description My test description", | ||
@@ -39,0 +39,0 @@ href: "https://google.com", |
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
794417
1046