Skip to content

Commit

Permalink
Use custom react-windowed-select (#412)
Browse files Browse the repository at this point in the history
* refactor: use fixed react-windowed-select

---------

Signed-off-by: Nikolai Lopin <nikolai.lopin@mytaxi.com>
  • Loading branch information
Nikolai Lopin authored Jan 30, 2024
1 parent f6f7923 commit 23413c8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 63 deletions.
99 changes: 39 additions & 60 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freenow/wave",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "React components of the Wave design system for your Front-End project",
"main": "lib/cjs/index.js",
"typings": "lib/types/index.d.ts",
Expand Down Expand Up @@ -144,7 +144,7 @@
"date-fns": "^2.11.1",
"react-popper": "^2.3.0",
"react-transition-group": "^4.3.0",
"react-windowed-select": "^5.1.1",
"wave-react-windowed-select": "^1.0.0",
"styled-system": "^5.1.5",
"warning": "^4.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/SelectList/SelectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
Props,
StylesConfig
} from 'react-select';
import WindowedSelect from 'react-windowed-select';
import WindowedSelect from 'wave-react-windowed-select';

import { Elevation } from '../../essentials';
import { ChevronDownIcon, ChevronUpIcon, XCrossIcon } from '../../icons';
Expand Down

0 comments on commit 23413c8

Please sign in to comment.