@react-md/icon
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -1,5 +0,2 @@ | ||
import React, { CSSProperties, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
export declare type CloneableClassNameChild = ReactElement<{ | ||
className?: string; | ||
}>; | ||
import React, { CSSProperties, HTMLAttributes, ReactNode } from "react"; | ||
export interface IconRotatorBaseProps extends HTMLAttributes<HTMLSpanElement> { | ||
@@ -6,0 +3,0 @@ /** |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ var FontIcon_1 = require("./FontIcon"); |
{ | ||
"name": "@react-md/icon", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.", | ||
@@ -40,5 +40,5 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-beta.1", | ||
"@react-md/typography": "^2.0.0-beta.1", | ||
"@react-md/utils": "^2.0.0-beta.1", | ||
"@react-md/theme": "^2.0.0-beta.2", | ||
"@react-md/typography": "^2.0.0-beta.2", | ||
"@react-md/utils": "^2.0.0-beta.2", | ||
"classnames": "^2.2.6" | ||
@@ -55,3 +55,7 @@ }, | ||
}, | ||
"gitHead": "76642fca0cf36307a5431d67a8eb4abe0a7b18a6" | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"gitHead": "cf3a082e89a038dd4cc60974874938af6480b289" | ||
} |
@@ -1,5 +0,2 @@ | ||
import React, { CSSProperties, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
export declare type CloneableClassNameChild = ReactElement<{ | ||
className?: string; | ||
}>; | ||
import React, { CSSProperties, HTMLAttributes, ReactNode } from "react"; | ||
export interface IconRotatorBaseProps extends HTMLAttributes<HTMLSpanElement> { | ||
@@ -6,0 +3,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
185148
2
2378