@afconsult/apollo
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@afconsult/apollo", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Design system for ÅF Web Apps", | ||
@@ -24,4 +24,3 @@ "main": "index.js", | ||
"scripts": { | ||
"publish": "npm publish", | ||
"pack": "npm pack", | ||
"release": "release-it --config ./.release-it.json", | ||
"lint": "eslint . --max-warnings 0", | ||
@@ -87,2 +86,3 @@ "test": "jest", | ||
"react-test-renderer": "^16.2.0", | ||
"release-it": "^8.0.1", | ||
"renamer": "^0.6.1", | ||
@@ -89,0 +89,0 @@ "rimraf": "^2.6.2", |
@@ -29,2 +29,3 @@ # Button | ||
| disabled | `bool` | `false` | Specifies that the DOM element should be disabled. | | ||
| innerRef | `[func, object, string]` | `undefined` | Add a `ref` to the DOM element. | | ||
| onClick | `func` | `undefined` | Called when the value of the DOM element has been changed. | | ||
@@ -31,0 +32,0 @@ | size | `string` | `undefined` | Specifies the button size. Can be one of `small (144px*40px)` or `large (145px*56px)`. Default is `154px*48px` | |
@@ -63,3 +63,3 @@ # Form | ||
| inline | `bool` | `false` | | | ||
| innerRef | `[func, object, string]` | `undefined` | | | ||
| innerRef | `[func, object, string]` | `undefined` | Add a `ref` to the DOM element. | | ||
@@ -66,0 +66,0 @@ #### Props [FormGroup](../FormGroup) |
Sorry, the diff of this file is not supported yet
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
3773171
51