Skip to content

Commit a862dc4

Browse files
authored
Incubator - Fix components folder naming to be lower case (#3476)
* Changed incubator calendar naming * Changed incubator slider naming * Changed incubator dialog naming
1 parent 73c5ea8 commit a862dc4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+12
-12
lines changed

src/components/colorPicker/ColorPickerDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {LayoutAnimation, StyleSheet, Keyboard, StyleProp, ViewStyle} from 'react
44
import {Constants, asBaseComponent} from '../../commons/new';
55
import {Colors} from '../../style';
66
import {ModalProps} from '../../components/modal';
7-
import Dialog, {DialogProps} from '../../incubator/Dialog';
7+
import Dialog, {DialogProps} from '../../incubator/dialog';
88
import {getColorValue, getValidColorString, getTextColor, BORDER_RADIUS, HSLColor} from './ColorPickerPresenter';
99
import ColorPickerDialogHeader from './ColorPickerDialogHeader';
1010
import ColorPickerPreview from './ColorPickerPreview';

src/components/dateTimePicker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {Colors} from '../../style';
1515
import Assets from '../../assets';
1616
import {Constants, asBaseComponent, BaseComponentInjectedProps} from '../../commons/new';
1717
import TextField, {TextFieldProps, TextFieldMethods} from '../textField';
18-
import type {DialogMigrationProps} from '../../incubator/Dialog';
18+
import type {DialogMigrationProps} from '../../incubator/dialog';
1919
import {DialogProps} from '../dialog';
2020
import View from '../view';
2121
import Button, {ButtonProps} from '../button';

src/components/picker/Picker.driver.new.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {ComponentProps} from '../../testkit/new/Component.driver';
22
import {TextFieldDriver} from '../textField/TextField.driver.new';
33
import {ModalDriver} from '../modal/Modal.driver.new';
4-
import {DialogDriver} from '../../incubator/Dialog/Dialog.driver.new';
4+
import {DialogDriver} from '../../incubator/dialog/Dialog.driver.new';
55
import {ButtonDriver} from '../button/Button.driver.new';
66
import {ExpandableOverlayDriver} from '../../incubator/expandableOverlay/ExpandableOverlay.driver';
77

src/components/picker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
PickerItemsListProps,
3131
PickerMethods
3232
} from './types';
33-
import {DialogProps} from '../../incubator/Dialog';
33+
import {DialogProps} from '../../incubator/dialog';
3434

3535
const DEFAULT_DIALOG_PROPS: DialogProps = {
3636
bottom: true,

src/components/slider/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {Constants, asBaseComponent} from '../../commons/new';
1818
import {extractAccessibilityProps} from '../../commons/modifiers';
1919
import {Colors} from '../../style';
2020
import View from '../view';
21-
import IncubatorSlider from '../../incubator/Slider';
21+
import IncubatorSlider from '../../incubator/slider';
2222
import {SliderProps} from './types';
2323
import Thumb from './Thumb';
2424

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)