@rmwc/avatar
Advanced tools
Comparing version 6.0.0-alpha.12 to 6.0.0-alpha.13
@@ -32,3 +32,3 @@ import * as React from 'react'; | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
displayName: string; /** Makes the list dense */ | ||
displayName: string; | ||
}; | ||
@@ -44,3 +44,3 @@ /** An Avatar component for displaying users in a system. */ | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
displayName: string; /** Makes the list dense */ | ||
displayName: string; | ||
}; | ||
@@ -69,3 +69,3 @@ /** An Avatar count for displaying list overflow. */ | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
displayName: string; /** Makes the list dense */ | ||
displayName: string; | ||
}; |
@@ -32,3 +32,3 @@ import * as React from 'react'; | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
displayName: string; /** Makes the list dense */ | ||
displayName: string; | ||
}; | ||
@@ -44,3 +44,3 @@ /** An Avatar component for displaying users in a system. */ | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
displayName: string; /** Makes the list dense */ | ||
displayName: string; | ||
}; | ||
@@ -69,3 +69,3 @@ /** An Avatar count for displaying list overflow. */ | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
displayName: string; /** Makes the list dense */ | ||
displayName: string; | ||
}; |
{ | ||
"name": "@rmwc/avatar", | ||
"version": "6.0.0-alpha.12", | ||
"version": "6.0.0-alpha.13", | ||
"description": "RMWC avatar component", | ||
@@ -8,3 +8,5 @@ "main": "dist/index.js", | ||
"module": "next/index.js", | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"*.css" | ||
], | ||
"publishConfig": { | ||
@@ -36,8 +38,8 @@ "access": "public" | ||
"dependencies": { | ||
"@rmwc/base": "^6.0.0-alpha.12", | ||
"@rmwc/icon": "^6.0.0-alpha.12", | ||
"@rmwc/ripple": "^6.0.0-alpha.12", | ||
"@rmwc/types": "^6.0.0-alpha.12" | ||
"@rmwc/base": "^6.0.0-alpha.13", | ||
"@rmwc/icon": "^6.0.0-alpha.13", | ||
"@rmwc/ripple": "^6.0.0-alpha.13", | ||
"@rmwc/types": "^6.0.0-alpha.13" | ||
}, | ||
"gitHead": "acda27d1056c88c78ce26af6b291b0f23e5f5e30" | ||
"gitHead": "158b04689970c533e176c43825a96c99e0770aeb" | ||
} |
@@ -7,5 +7,8 @@ # Avatars `RMWC ADDON` | ||
- Import styles: | ||
- import **'@rmwc/avatar/avatar.css'** | ||
- import **'@rmwc/icon/icon.css'** | ||
- import **'@material/ripple/dist/mdc.ripple.css'** | ||
- Using CSS Loader | ||
- import '@rmwc/avatar/dist/styles'; | ||
- Or include stylesheets | ||
- **'@rmwc/avatar/avatar.css'** | ||
- **'@rmwc/icon/icon.css'** | ||
- **'@material/ripple/dist/mdc.ripple.css'** | ||
@@ -12,0 +15,0 @@ |
191
96946
Updated@rmwc/base@^6.0.0-alpha.13
Updated@rmwc/icon@^6.0.0-alpha.13
Updated@rmwc/ripple@^6.0.0-alpha.13
Updated@rmwc/types@^6.0.0-alpha.13