react-responsive-select
Advanced tools
Comparing version
@@ -1,4 +0,4 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
export declare function Code({ children }: { | ||
children: string; | ||
}): JSX.Element; | ||
}): React.ReactElement; |
@@ -68,3 +68,2 @@ import * as React from 'react'; | ||
* control, e.g. setting a class on <body/> when the options panel opens to inhibit body scrolling. | ||
* New state is also included | ||
*/ | ||
@@ -71,0 +70,0 @@ onListen?: (isOpen?: boolean, name?: string, actionType?: string) => void; |
@@ -1,4 +0,4 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
export declare function Code({ children }: { | ||
children: string; | ||
}): JSX.Element; | ||
}): React.ReactElement; |
@@ -68,3 +68,2 @@ import * as React from 'react'; | ||
* control, e.g. setting a class on <body/> when the options panel opens to inhibit body scrolling. | ||
* New state is also included | ||
*/ | ||
@@ -71,0 +70,0 @@ onListen?: (isOpen?: boolean, name?: string, actionType?: string) => void; |
{ | ||
"name": "react-responsive-select", | ||
"version": "5.0.0-alpha-20", | ||
"version": "5.0.0-alpha-21", | ||
"description": "A React customisable, touchable, single-select / multi-select form component. Built with keyboard and screen reader accessibility in mind.", | ||
@@ -11,3 +11,2 @@ "main": "dist/ReactResponsiveSelect.js", | ||
"prepublishOnly": "auto/git-check.sh && npm run compile && auto/git-tag.sh", | ||
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'", | ||
"deploy-storybook": "auto/git-check.sh && npm run compile && build-storybook && storybook-to-ghpages", | ||
@@ -66,4 +65,2 @@ "start": "start-storybook -p 6006" | ||
"ts-loader": "^5.1.1", | ||
"tslint": "^5.16.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.0.3", | ||
@@ -70,0 +67,0 @@ "uglifyjs-webpack-plugin": "^2.1.2", |
26
-7.14%827901
-0.02%4887
-0.04%