Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#1519)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Dec 10, 2024
1 parent 82560d2 commit 8c199c9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/core/primitives/textInput/textInput.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { CloseIcon } from '@sanity/icons'
import { ThemeFontWeightKey } from '@sanity/ui/theme'
import { forwardRef, isValidElement, useCallback, useImperativeHandle, useMemo, useRef } from 'react'
import { isValidElementType } from 'react-is'
import { styled } from 'styled-components'
import { EMPTY_RECORD } from '../../constants'
import { useArrayProp, useCustomValidity } from '../../hooks'
import {CloseIcon} from '@sanity/icons'
import {ThemeFontWeightKey} from '@sanity/ui/theme'
import {forwardRef, isValidElement, useCallback, useImperativeHandle, useMemo, useRef} from 'react'
import {isValidElementType} from 'react-is'
import {styled} from 'styled-components'
import {EMPTY_RECORD} from '../../constants'
import {useArrayProp, useCustomValidity} from '../../hooks'
import {
responsiveInputPaddingStyle,
responsiveRadiusStyle,
Expand All @@ -17,12 +17,12 @@ import {
TextInputResponsivePaddingStyleProps,
textInputRootStyle,
} from '../../styles/internal'
import { useRootTheme } from '../../theme'
import { Radius } from '../../types'
import { Box } from '../box'
import { Button, ButtonProps } from '../button'
import { Card } from '../card'
import { Text } from '../text'
import {useRootTheme} from '../../theme'
import {Radius} from '../../types'
import {Box} from '../box'
import {Button, ButtonProps} from '../button'
import {Card} from '../card'
import {Text} from '../text'

/**
* @public
Expand Down

0 comments on commit 8c199c9

Please sign in to comment.