nav-frontend-alertstriper
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -167,3 +167,3 @@ 'use strict'; | ||
_navFrontendTypografi.Normaltekst, | ||
{ tag: 'span' }, | ||
{ className: 'alertstripe__tekst', tag: 'span' }, | ||
children | ||
@@ -170,0 +170,0 @@ ) |
{ | ||
"name": "nav-frontend-alertstriper", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"main": "lib/alertstripe.js", | ||
@@ -5,0 +5,0 @@ "jsnext:main": "src/alertstripe.js", |
@@ -40,3 +40,3 @@ import PT from 'prop-types'; | ||
</span> | ||
<Normaltekst tag="span">{children}</Normaltekst> | ||
<Normaltekst className="alertstripe__tekst" tag="span">{children}</Normaltekst> | ||
</div> | ||
@@ -43,0 +43,0 @@ ); |
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
23090