Skip to content

Commit

Permalink
Moved Textfield to legacy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 20, 2023
1 parent 8b177f3 commit 913a20e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export * from './Popover';
export * from './Select';
export * from './Spinner';
export * from './TextArea';
export * from './TextField';
export * from './legacy/TextField';
export * from './Link';
export * from './List';
export * from './Table';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import type {
} from 'react-number-format';
import { NumericFormat, PatternFormat } from 'react-number-format';

import { isNumericFormat, isPatternFormat } from '../../utils';
import { InputWrapper } from '../_InputWrapper';
import type { ReadOnlyVariant_, CharacterLimit } from '../_InputWrapper';
import { isNumericFormat, isPatternFormat } from '../../../utils';
import { InputWrapper } from '../../_InputWrapper';
import type { ReadOnlyVariant_, CharacterLimit } from '../../_InputWrapper';

export type TextFieldProps = {
/**
Expand Down

0 comments on commit 913a20e

Please sign in to comment.