Skip to content

Commit

Permalink
feat: new tree picker
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed Aug 22, 2023
1 parent e395e5a commit 3333b9b
Show file tree
Hide file tree
Showing 47 changed files with 1,101 additions and 2,006 deletions.
24 changes: 24 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"react-select": "^5.7.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"ryze": "^0.1.1",
"slick-carousel": "^1.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ListPickerPure/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Empty from '../Empty';
import Grid from '../Grid';
import GridRow from '../Grid/Row';
import GridCell from '../Grid/Cell';
import { useArrowFocus } from '../../hooks';
import useArrowFocus from '../../hooks/useArrowFocus';
import './styles.css';

const ListPickerPure = ({
Expand Down
2 changes: 1 addition & 1 deletion src/components/RadioGroup/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';
import { useArrowFocus } from '../../hooks';
import useArrowFocus from '../../hooks/useArrowFocus';
import { expandDts } from '../../utils';
import invariant from '../../invariant';
import '../RadioGroup/style.css';
Expand Down
42 changes: 0 additions & 42 deletions src/components/TreePicker/Grid/index.d.ts

This file was deleted.

107 changes: 0 additions & 107 deletions src/components/TreePicker/Grid/index.jsx

This file was deleted.

176 changes: 0 additions & 176 deletions src/components/TreePicker/Grid/index.spec.jsx

This file was deleted.

Loading

0 comments on commit 3333b9b

Please sign in to comment.