@rmwc/card
Advanced tools
Comparing version 2.2.2 to 3.0.0
{ | ||
"name": "@rmwc/card", | ||
"version": "2.2.2", | ||
"version": "3.0.0", | ||
"description": "RMWC Card component", | ||
@@ -29,8 +29,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"@material/card": "~0.39.0", | ||
"@rmwc/base": "^2.2.0", | ||
"@rmwc/button": "^2.2.2", | ||
"@rmwc/icon-button": "^2.2.2", | ||
"@rmwc/ripple": "^2.2.0" | ||
"@material/card": "~0.40.0", | ||
"@rmwc/base": "^3.0.0", | ||
"@rmwc/button": "^3.0.0", | ||
"@rmwc/icon-button": "^3.0.0", | ||
"@rmwc/ripple": "^3.0.0" | ||
} | ||
} |
@@ -195,4 +195,7 @@ # Cards | ||
```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'; | ||
import * as buttonDocs from '@rmwc/button/docgen.json'; | ||
import * as iconButtonDocs from '@rmwc/icon-button/docgen.json'; | ||
@@ -206,3 +209,3 @@ <DocumentComponent docs={docs} displayName="Card" /> | ||
<DocumentComponent docs={docs} displayName="CardActionIcons" /> | ||
<DocumentComponent docs={docs} displayName="CardAction" composes={['IconButton', 'Icon', 'Button']}/> | ||
<DocumentComponent docs={[docs, iconButtonDocs, iconDocs, buttonDocs]} displayName="CardAction" composes={['IconButton', 'Icon', 'Button']}/> | ||
``` |
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
23381
210
+ Added@material/animation@0.40.1(transitive)
+ Added@material/base@0.40.1(transitive)
+ Added@material/button@0.40.1(transitive)
+ Added@material/card@0.40.1(transitive)
+ Added@material/elevation@0.40.1(transitive)
+ Added@material/icon-button@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/button@3.0.11(transitive)
+ Added@rmwc/icon@3.0.11(transitive)
+ Added@rmwc/icon-button@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/card@0.39.3(transitive)
- Removed@material/elevation@0.39.1(transitive)
- Removed@material/icon-button@0.39.3(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/button@2.2.2(transitive)
- Removed@rmwc/icon@2.2.2(transitive)
- Removed@rmwc/icon-button@2.2.2(transitive)
- Removed@rmwc/provider@2.2.0(transitive)
- Removed@rmwc/ripple@2.2.0(transitive)
Updated@material/card@~0.40.0
Updated@rmwc/base@^3.0.0
Updated@rmwc/button@^3.0.0
Updated@rmwc/icon-button@^3.0.0
Updated@rmwc/ripple@^3.0.0