File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " rc-segmented" ,
3
- "version" : " 2.7.0 " ,
2
+ "name" : " @ rc-component/ segmented" ,
3
+ "version" : " 1.0.0-1 " ,
4
4
"description" : " React segmented controls used in ant.design" ,
5
5
"keywords" : [
6
6
" react" ,
49
49
"@babel/runtime" : " ^7.11.1" ,
50
50
"classnames" : " ^2.2.1" ,
51
51
"rc-motion" : " ^2.4.4" ,
52
- "rc-util" : " ^5.17 .0"
52
+ "@ rc-component/ util" : " ^1.1 .0"
53
53
},
54
54
"devDependencies" : {
55
- "@rc-component/father-plugin" : " ^1 .0.1" ,
55
+ "@rc-component/father-plugin" : " ^2 .0.1" ,
56
56
"@testing-library/jest-dom" : " ^5.16.5" ,
57
57
"@testing-library/react" : " ^14.2.1" ,
58
58
"@testing-library/user-event" : " ^14.5.2" ,
Original file line number Diff line number Diff line change
1
+ import useLayoutEffect from '@rc-component/util/lib/hooks/useLayoutEffect' ;
2
+ import { composeRef } from '@rc-component/util/lib/ref' ;
1
3
import classNames from 'classnames' ;
2
4
import CSSMotion from 'rc-motion' ;
3
- import useLayoutEffect from 'rc-util/lib/hooks/useLayoutEffect' ;
4
- import { composeRef } from 'rc-util/lib/ref' ;
5
5
import * as React from 'react' ;
6
6
import type { SegmentedValue } from '.' ;
7
7
Original file line number Diff line number Diff line change
1
+ import useMergedState from '@rc-component/util/lib/hooks/useMergedState' ;
2
+ import omit from '@rc-component/util/lib/omit' ;
3
+ import { composeRef } from '@rc-component/util/lib/ref' ;
1
4
import classNames from 'classnames' ;
2
- import useMergedState from 'rc-util/lib/hooks/useMergedState' ;
3
- import omit from 'rc-util/lib/omit' ;
4
- import { composeRef } from 'rc-util/lib/ref' ;
5
5
import * as React from 'react' ;
6
6
7
7
import MotionThumb from './MotionThumb' ;
You can’t perform that action at this time.
0 commit comments