@rmwc/button
Advanced tools
Comparing version 2.2.2 to 3.0.0
{ | ||
"name": "@rmwc/button", | ||
"version": "2.2.2", | ||
"version": "3.0.0", | ||
"description": "RMWC Button component", | ||
@@ -29,9 +29,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"@material/button": "~0.39.0", | ||
"@rmwc/base": "^2.2.0", | ||
"@rmwc/icon": "^2.2.2", | ||
"@rmwc/provider": "^2.2.0", | ||
"@rmwc/ripple": "^2.2.0", | ||
"@material/button": "~0.40.0", | ||
"@rmwc/base": "^3.0.0", | ||
"@rmwc/icon": "^3.0.0", | ||
"@rmwc/provider": "^3.0.0", | ||
"@rmwc/ripple": "^3.0.0", | ||
"prop-types": "^15.6.1" | ||
} | ||
} |
@@ -33,7 +33,8 @@ # Buttons | ||
```jsx renderOnly | ||
import { DocumentComponent } from '@rmwc/base/utils/DocumentComponent'; | ||
import { DocumentComponent } from '@rmwc/base/utils/document-component'; | ||
import * as docs from './docgen.json'; | ||
import * as iconDocs from '@rmwc/icon/docgen.json'; | ||
<DocumentComponent docs={docs} displayName="Button" /> | ||
<DocumentComponent docs={docs} displayName="ButtonIcon" composes={['Icon']} /> | ||
<DocumentComponent docs={[docs, iconDocs]} displayName="ButtonIcon" composes={['Icon']} /> | ||
``` |
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
12786
40
+ Added@material/animation@0.40.1(transitive)
+ Added@material/base@0.40.1(transitive)
+ Added@material/button@0.40.1(transitive)
+ Added@material/elevation@0.40.1(transitive)
+ Added@material/ripple@0.40.1(transitive)
+ Added@material/rtl@0.40.1(transitive)
+ Added@material/shape@0.40.1(transitive)
+ Added@material/theme@0.40.1(transitive)
+ Added@material/typography@0.40.1(transitive)
+ Added@rmwc/base@3.0.11(transitive)
+ Added@rmwc/icon@3.0.11(transitive)
+ Added@rmwc/provider@3.0.6(transitive)
+ Added@rmwc/ripple@3.0.11(transitive)
- Removed@material/animation@0.39.0(transitive)
- Removed@material/base@0.39.0(transitive)
- Removed@material/button@0.39.3(transitive)
- Removed@material/elevation@0.39.1(transitive)
- Removed@material/ripple@0.39.3(transitive)
- Removed@material/rtl@0.39.1(transitive)
- Removed@material/theme@0.39.1(transitive)
- Removed@material/typography@0.39.0(transitive)
- Removed@rmwc/base@2.2.0(transitive)
- Removed@rmwc/icon@2.2.2(transitive)
- Removed@rmwc/provider@2.2.0(transitive)
- Removed@rmwc/ripple@2.2.0(transitive)
Updated@material/button@~0.40.0
Updated@rmwc/base@^3.0.0
Updated@rmwc/icon@^3.0.0
Updated@rmwc/provider@^3.0.0
Updated@rmwc/ripple@^3.0.0