nav-frontend-typografi
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -157,3 +157,3 @@ 'use strict'; | ||
} }, | ||
ingress: { defaultTag: 'h3', cls: function cls() { | ||
ingress: { defaultTag: 'p', cls: function cls() { | ||
for (var _len5 = arguments.length, args = Array(_len5), _key5 = 0; _key5 < _len5; _key5++) { | ||
@@ -160,0 +160,0 @@ args[_key5] = arguments[_key5]; |
{ | ||
"name": "nav-frontend-typografi", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "jsnext:main": "src/index.js", |
@@ -11,3 +11,3 @@ import PT from 'prop-types'; | ||
undertittel: { defaultTag: 'h2', cls: (...args) => classNames('typo-undertittel', ...args) }, | ||
ingress: { defaultTag: 'h3', cls: (...args) => classNames('typo-ingress', ...args) }, | ||
ingress: { defaultTag: 'p', cls: (...args) => classNames('typo-ingress', ...args) }, | ||
element: { defaultTag: 'p', cls: (...args) => classNames('typo-element', ...args) }, | ||
@@ -14,0 +14,0 @@ normaltekst: { defaultTag: 'p', cls: (...args) => classNames('typo-normal', ...args) }, |
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
51609