File tree Expand file tree Collapse file tree 6 files changed +37
-0
lines changed Expand file tree Collapse file tree 6 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
// Alias
5
5
import Breadcrumb from '../breadcrumb' ;
6
+ import componentHasMoved from '../../utilities/warning/component-has-moved' ;
7
+
8
+ componentHasMoved ( 'SLDSBreadCrumb' , {
9
+ oldFileLocation : 'components/bread-crumb' ,
10
+ newFileLocation : 'components/breadcrumb' ,
11
+ } ) ;
6
12
7
13
export default Breadcrumb ;
Original file line number Diff line number Diff line change 3
3
4
4
// Alias
5
5
import Input from '../../input' ;
6
+ import componentHasMoved from '../../../utilities/warning/component-has-moved' ;
7
+
8
+ componentHasMoved ( 'SLDSInput' , {
9
+ oldFileLocation : 'components/forms/input' ,
10
+ newFileLocation : 'components/input' ,
11
+ } ) ;
6
12
7
13
export default Input ;
Original file line number Diff line number Diff line change 3
3
4
4
// Alias
5
5
import Radio from '../../radio' ;
6
+ import componentHasMoved from '../../../utilities/warning/component-has-moved' ;
7
+
8
+ componentHasMoved ( 'SLDSRadio' , {
9
+ oldFileLocation : 'components/forms/radio' ,
10
+ newFileLocation : 'components/radio' ,
11
+ } ) ;
6
12
7
13
export default Radio ;
Original file line number Diff line number Diff line change 3
3
4
4
// Alias
5
5
import TextArea from '../../textarea' ;
6
+ import componentHasMoved from '../../../utilities/warning/component-has-moved' ;
7
+
8
+ componentHasMoved ( 'SLDSTextArea' , {
9
+ oldFileLocation : 'components/forms/textarea' ,
10
+ newFileLocation : 'components/textarea' ,
11
+ } ) ;
6
12
7
13
export default TextArea ;
Original file line number Diff line number Diff line change 3
3
4
4
// Alias
5
5
import VerticalNavigation from '../vertical-navigation' ;
6
+ import componentHasMoved from '../../utilities/warning/component-has-moved' ;
7
+
8
+ componentHasMoved ( 'SLDSNavigation' , {
9
+ oldFileLocation : 'components/navigation' ,
10
+ newFileLocation : 'components/vertical-navigation' ,
11
+ } ) ;
6
12
7
13
export default VerticalNavigation ;
Original file line number Diff line number Diff line change 4
4
// Alias
5
5
import Tooltip from '../tooltip' ;
6
6
7
+ import componentHasMoved from '../../utilities/warning/component-has-moved' ;
8
+
9
+ componentHasMoved ( 'SLDSPopoverTooltip' , {
10
+ oldFileLocation : 'components/popover-tooltip' ,
11
+ newFileLocation : 'components/tooltip' ,
12
+ } ) ;
13
+
7
14
export default Tooltip ;
You can’t perform that action at this time.
0 commit comments