@fremtind/jkl-alert-message-react
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -1,4 +0,4 @@ | ||
import React from "react"; | ||
import { ReactNode } from "react"; | ||
interface Props { | ||
children: React.ReactNode; | ||
children: ReactNode; | ||
className?: string; | ||
@@ -5,0 +5,0 @@ inverted?: boolean; |
@@ -6,2 +6,8 @@ # Change Log | ||
## 1.5.0 (2020-12-15) | ||
### Features | ||
- display types in portal ([5c62a16](https://github.com/fremtind/jokul/commit/5c62a161c278d3a5a136741aea8dcf9b62338bda)) | ||
## 1.4.0 (2020-11-25) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@fremtind/jkl-alert-message-react", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"publishConfig": { | ||
@@ -38,8 +38,8 @@ "access": "public" | ||
"@babel/runtime": "^7.9.0", | ||
"@fremtind/jkl-alert-message": "^1.2.8", | ||
"@fremtind/jkl-alert-message": "^1.2.9", | ||
"classnames": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/jkl-core": "^4.17.0", | ||
"@fremtind/jkl-portal-components": "^0.8.0" | ||
"@fremtind/jkl-core": "^4.18.0", | ||
"@fremtind/jkl-portal-components": "^0.9.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "81b9476a121efca714b3b0ff2749b17007118d87" | ||
"gitHead": "2497208675947d663fb5e8655fff97e95d135d59" | ||
} |
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
29773