diff --git a/README.md b/README.md index ba1d8afd..beb926b4 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ clickWhenDrag | Boolean | After drag end select item under cursor( if any) | fal menuClass | String | Class for component | false | 'horizontal-menu' arrowClass | String | Class for arrow | false | 'scroll-menu-arrow' wrapperClass | String | Class for wrapper in component | false | 'menu-wrapper' -innerWrapperStyle | Object | Styles inner wrapper | false | {whiteSpace: 'nowrap', textAlign: 'left', userSelect: 'none'} +innerWrapperStyle | Object | Styles inner wrapper | false | {textAlign: 'left'} innerWrapperClass | String | Class for inner wrapper | false | 'menu-wrapper--inner' itemStyle | Object | Styles for item wrapper | false | {display: 'inline-block'} itemClass | String | Class for item wrapper | false | 'menu-item-wrapper' diff --git a/examples/package.json b/examples/package.json index b3a2d712..74da1e8d 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,37 +1,37 @@ { - "name": "examples", - "version": "0.1.0", - "homepage": "https://asmyshlyaev177.github.io/react-horizontal-scrolling-menu/", - "dependencies": { - "jsdoc": "^3.6.3", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "react-horizontal-scrolling-menu": "^0.7.4", - "react-scripts": "^3.3.0" - }, - "scripts": { - "start": "set PORT=3005 && react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test --env=jsdom", - "eject": "react-scripts eject", - "predeploy": "npm run build", - "deploy": "gh-pages -d build" - }, - "devDependencies": { - "eslint": "^6.8.0", - "eslint-plugin-jsx-a11y": "^6.2.3", - "gh-pages": "^1.2.0" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "name": "examples", + "version": "0.1.0", + "homepage": "https://asmyshlyaev177.github.io/react-horizontal-scrolling-menu/", + "dependencies": { + "jsdoc": "^3.6.3", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-horizontal-scrolling-menu": "^0.7.5", + "react-scripts": "^3.3.0" + }, + "scripts": { + "start": "set PORT=3005 && react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test --env=jsdom", + "eject": "react-scripts eject", + "predeploy": "npm run build", + "deploy": "gh-pages -d build" + }, + "devDependencies": { + "eslint": "^6.8.0", + "eslint-plugin-jsx-a11y": "^6.2.3", + "gh-pages": "^1.2.0" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } }