@blueprintjs/docs
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -72,3 +72,3 @@ /* | ||
return (React.createElement(core_1.Popover, { autoFocus: false, enforceFocus: false, className: "docs-navigator", content: this.renderPopover(), onInteraction: this.handlePopoverInteraction, inline: true, isOpen: this.state.query.length > 0, popoverClassName: core_1.Classes.MINIMAL, position: core_1.Position.BOTTOM_LEFT }, | ||
React.createElement(core_1.InputGroup, { autoFocus: true, inputRef: this.refHandlers.input, leftIconName: "search", onChange: this.handleQueryChange, onKeyDown: this.handleKeyDown, placeholder: "Search...", type: "search", value: this.state.query }))); | ||
React.createElement(core_1.InputGroup, { autoComplete: "off", autoFocus: true, inputRef: this.refHandlers.input, leftIconName: "search", onChange: this.handleQueryChange, onKeyDown: this.handleKeyDown, placeholder: "Search...", type: "search", value: this.state.query }))); | ||
}; | ||
@@ -75,0 +75,0 @@ Navigator.prototype.renderHotkeys = function () { |
{ | ||
"name": "@blueprintjs/docs", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Blueprint theme for documentalist", | ||
@@ -15,4 +15,4 @@ "main": "dist/index.js", | ||
"react": "^15.3.0", | ||
"react-addons-css-transition-group": "^15.3.0", | ||
"react-dom": "^15.3.0", | ||
"react-transition-group": "^1.1.3", | ||
"tslib": "^1.5.0" | ||
@@ -19,0 +19,0 @@ }, |
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 not supported yet
664434
5408