@bluframe/bluframe
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -7,3 +7,3 @@ // @flow | ||
declare type IconGroup = "ion" | ||
declare type IconGroup = "io5" | ||
@@ -125,4 +125,5 @@ declare type AnimationName = "bounceIn" | "bounceOut" | "fadeIn" | "fadeOut" | ||
// Find a better solution other than any | ||
declare type ContentComponents = {| | ||
[tag: string]: (props: {| +node: React$Node |}) => React$Element<string> | ||
[tag: string]: (props: any) => any | ||
|} | ||
@@ -129,0 +130,0 @@ |
@@ -21,2 +21,5 @@ // @flow | ||
} | ||
declare module "@react-icons/all-files/io5/IoCaretUp" { | ||
declare export var IoCaretUp: React$ComponentType<IconProps> | ||
} | ||
declare module "@react-icons/all-files/io5/IoChatbubbleOutline" { | ||
@@ -34,2 +37,8 @@ declare export var IoChatbubbleOutline: React$ComponentType<IconProps> | ||
} | ||
declare module "@react-icons/all-files/io5/IoLogoFacebook" { | ||
declare export var IoLogoFacebook: React$ComponentType<IconProps> | ||
} | ||
declare module "@react-icons/all-files/io5/IoLogoTwitter" { | ||
declare export var IoLogoTwitter: React$ComponentType<IconProps> | ||
} | ||
declare module "@react-icons/all-files/io5/IoMapOutline" { | ||
@@ -36,0 +45,0 @@ declare export var IoMapOutline: React$ComponentType<IconProps> |
{ | ||
"name": "@bluframe/bluframe", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Blu Frame Open Source!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
90922
2418