@rmwc/fab
Advanced tools
Comparing version 5.5.1 to 5.5.2
/// <reference types="react" /> | ||
export default function (): JSX.Element; | ||
export declare const galleryExample: JSX.Element; |
@@ -29,1 +29,2 @@ "use strict"; | ||
exports.default = default_1; | ||
exports.galleryExample = react_1.default.createElement(_1.Fab, { icon: "add" }); |
/// <reference types="react" /> | ||
export default function (): JSX.Element; | ||
export declare const galleryExample: JSX.Element; |
@@ -23,1 +23,2 @@ import React from 'react'; | ||
} | ||
export var galleryExample = React.createElement(Fab, { icon: "add" }); |
{ | ||
"name": "@rmwc/fab", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"description": "RMWC Floating Action Button component", | ||
@@ -36,9 +36,9 @@ "main": "dist/index.js", | ||
"@material/fab": "^2.0.0", | ||
"@rmwc/base": "^5.5.1", | ||
"@rmwc/icon": "^5.5.1", | ||
"@rmwc/provider": "^5.5.1", | ||
"@rmwc/ripple": "^5.5.1", | ||
"@rmwc/types": "^5.5.1" | ||
"@rmwc/base": "^5.5.2", | ||
"@rmwc/icon": "^5.5.2", | ||
"@rmwc/provider": "^5.5.2", | ||
"@rmwc/ripple": "^5.5.2", | ||
"@rmwc/types": "^5.5.2" | ||
}, | ||
"gitHead": "768350d6fdf62da6c7a01b8f676fd4c881440788" | ||
"gitHead": "c46c9135643c619df38a64a3daf04eda8eae89dc" | ||
} |
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
70128
1222
Updated@rmwc/base@^5.5.2
Updated@rmwc/icon@^5.5.2
Updated@rmwc/provider@^5.5.2
Updated@rmwc/ripple@^5.5.2
Updated@rmwc/types@^5.5.2