Skip to content

Commit

Permalink
🗑️ Cleaning up files
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 5, 2022
1 parent eb873f7 commit 6e5184b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/eds-core-react/src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '@equinor/eds-utils'
import { inputToken as tokens } from './Input.tokens'
import type { InputToken } from './Input.tokens'
import type { Variants } from '../TextField/types'
import type { Variants } from '../types'
import { useEds } from '../EdsProvider'

const Container = styled.div(({ token, disabled, readOnly }: StyledProps) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Label as _Label, LabelProps } from '../Label'
import { HelperText as _HelperText, HelperTextProps } from './HelperText'
import { useEds } from './../EdsProvider'
import { inputToken as tokens } from './InputWrapper.tokens'
import { Variants } from '../TextField/types'
import { Variants } from '../types'

const Container = styled.div``

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import {
forwardRef,
ForwardedRef,
} from 'react'
import { useId } from '@equinor/eds-utils'
import { InputWrapper } from '../InputWrapper'
import { Input } from '../Input'
import type { Variants } from './types'
import { useId } from '@equinor/eds-utils'
import { Textarea } from '../Textarea'
import type { Variants } from '../types'

type FieldProps = SharedTextFieldProps &
React.HTMLAttributes<HTMLTextAreaElement | HTMLInputElement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
useAutoResize,
mergeRefs,
} from '@equinor/eds-utils'
import type { Variants } from '../TextField/types'
import type { Variants } from '../types'
import { useEds } from '../EdsProvider'

const { input } = tokens
Expand Down

0 comments on commit 6e5184b

Please sign in to comment.