@afconsult/apollo
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "@afconsult/apollo", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Design system for ÅF Web Apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ # Apollo Design System | ||
<Label for="example">Example Input</Label> | ||
<Input id="example" placeholder="Inser text here.."> | ||
<Input id="example" placeholder="Inser text here.." /> | ||
</FormGroup> | ||
@@ -41,0 +41,0 @@ <Button type="submit">Submit</Button> |
@@ -26,5 +26,6 @@ # Avatar | ||
| className | `string` | `undefined` | Classes to be applied to the DOM element. | | ||
| name | `string` | `undefined` | | | ||
| initials | `string` | `undefined` | Specifies the initials of the individual. Displayed as an alternative text on `src` error. | | ||
| name | `string` | `undefined` | Specifies the name of the individual. Converted and displayed as `initials` of two characters on `src` error. | | ||
| size | `string` | `medium` | Specifies the avatar size. Can be one of `'x-small'`, `'small'`, `'medium'`, `'large'`, `'x-large'` | | ||
| src | `string` | `undefined` | Specifies the url of an image. | | ||
| tag | `[func, string]`| `img`| Specifies the DOM element to be used. | |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3816780
15637