@fremtind/jkl-typography-react
Advanced tools
Comparing version 2.5.9 to 3.0.0
import { AnchorHTMLAttributes, ReactNode } from "react"; | ||
interface Props extends Pick<AnchorHTMLAttributes<HTMLAnchorElement>, "rel" | "target" | "className" | "href"> { | ||
/** @deprecated */ | ||
negative?: boolean; | ||
@@ -4,0 +5,0 @@ external?: boolean; |
@@ -9,2 +9,3 @@ /// <reference types="react" /> | ||
srOnly?: boolean; | ||
/** @deprecated */ | ||
inverted?: boolean; | ||
@@ -11,0 +12,0 @@ } |
{ | ||
"name": "@fremtind/jkl-typography-react", | ||
"version": "2.5.9", | ||
"version": "3.0.0", | ||
"publishConfig": { | ||
@@ -41,3 +41,3 @@ "access": "public" | ||
"@babel/runtime": "^7.9.0", | ||
"@fremtind/jkl-core": "^5.0.2", | ||
"@fremtind/jkl-core": "^6.0.0", | ||
"classnames": "^2.2.6" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "c6d25117a7c5d6d474b0fcd487924745a716559f" | ||
"gitHead": "a3cbf903be8ca3354470c7a85832572135d4d53a" | ||
} |
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
31954
427
+ Added@fremtind/jkl-core@6.0.1(transitive)
- Removed@fremtind/jkl-core@5.0.2(transitive)
Updated@fremtind/jkl-core@^6.0.0