Skip to content

Commit

Permalink
updated dist to npm published one
Browse files Browse the repository at this point in the history
  • Loading branch information
rfreitas committed Sep 16, 2016
1 parent ab70460 commit 7d8677b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Breaking changes result in a different major. UI changes that might break custom
- Internal: sometimes when document was retaken multiple times the capture ended up squashed. This was fixed by upgrading to `[email protected]`.
- Internal: fixed [Bug #36](https://github.com/onfido/onfido-sdk-ui/issues/36), it caused the face to be captured every second after a document retake.


## [0.6.1]

### Changed
Expand Down
11 changes: 6 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
height: 100%;
margin: 0;
}
body {
font-family: "Open Sans", sans-serif !important;

body, button {
-webkit-font-smoothing: antialiased;
}

@media (min-width: 30em) {
#onfido-mount {
position: relative;
top: 10%;
font-family: "Open Sans", sans-serif !important;
}
}
.onfido-modal-inner {
margin: auto;
}</style><link href="/style.css" rel="stylesheet"></head><body><div id="onfido-mount" style="display: none"></div><script type="text/javascript">window.onload = function() {
var url = "https://gentle-gorge-17630.herokuapp.com/api"
var request = new XMLHttpRequest()
Expand All @@ -35,6 +35,7 @@
},
onComplete: function(event) {
/*callback for when */ console.log("everything is complete")
console.log(Onfido.getCaptures())
},
steps: [
{
Expand Down
14 changes: 7 additions & 7 deletions dist/onfido.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/onfido.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d8677b

Please sign in to comment.