anchor-ui
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "anchor-ui", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "React Component UI Kit", | ||
@@ -54,2 +54,3 @@ "main": "dist/index.js", | ||
"classnames": "^2.2.5", | ||
"color": "^1.0.3", | ||
"moment": "^2.13.0", | ||
@@ -60,5 +61,4 @@ "react": "^15.4.1", | ||
"dependencies": { | ||
"color": "^1.0.3", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
@@ -75,4 +75,4 @@ # Anchor UI | ||
|--------------------|----------|----------|---------|--------------------------------------------------| | ||
| primaryText | String | Yes | | The list items primary text | | ||
| secondaryText | String | Yes | | The list items secondary text | | ||
| primaryText | String | Yes | | The list item's primary text | | ||
| secondaryText | String | Yes | | The list item's secondary text | | ||
| onClick | Function | Yes | | Click function for the root element | | ||
@@ -95,5 +95,5 @@ | style | Object | | | Override the styles of the root element | | ||
| message.username | String | Yes | | The sender's username | | ||
| timeFormat | String | Yes | | The [format](http://momentjs.com/docs/#/displaying/format/) in which to display message.createdAt | | ||
| timeFormat | String | | 'HH:mm' | The [format](http://momentjs.com/docs/#/displaying/format/) in which to display message.createdAt | | ||
| avatar | String | | | Path to the user's profile image, will render <Avatar /> if supplied | | ||
| myMessage | Boolean | | | Is the message from the current user? | | ||
| myMessage | Boolean | | false | Flag used to change message styles, set to true if the message belongs to the current user | | ||
| style | Object | | | Override the styles of the root element | | ||
@@ -100,0 +100,0 @@ | messageBodyStyle | Object | | | Override the styles of the body element | |
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
- Removedcolor@^1.0.3