1010 * governing permissions and limitations under the License.
1111 */
1212
13- import { BaseCollection , CollectionNode , createLeafComponent } from '@react-aria/collections' ;
14- import { AsyncLoadable , GlobalDOMAttributes , HelpTextProps , LoadingState , SpectrumLabelableProps } from '@react-types/shared' ;
1513import {
1614 ComboBox as AriaComboBox ,
1715 ComboBoxProps as AriaComboBoxProps ,
@@ -35,9 +33,10 @@ import {
3533 SectionProps ,
3634 Virtualizer
3735} from 'react-aria-components' ;
38- import { baseColor , focusRing , space , style } from '../style' with { type : 'macro' } ;
39- import { edgeToText } from '../style/spectrum-theme' with { type : 'macro' } ;
36+ import { AsyncLoadable , GlobalDOMAttributes , HelpTextProps , LoadingState , SpectrumLabelableProps } from '@react-types/shared' ;
4037import { AvatarContext } from './Avatar' ;
38+ import { BaseCollection , CollectionNode , createLeafComponent } from '@react-aria/collections' ;
39+ import { baseColor , focusRing , space , style } from '../style' with { type : 'macro' } ;
4140import { centerBaseline } from './CenterBaseline' ;
4241import { centerPadding , control , controlBorderRadius , controlFont , controlSize , field , fieldInput , getAllowedOverrides , StyleProps } from './style-utils' with { type : 'macro' } ;
4342import {
@@ -52,6 +51,7 @@ import CheckmarkIcon from '../ui-icons/Checkmark';
5251import ChevronIcon from '../ui-icons/Chevron' ;
5352import { createContext , CSSProperties , ForwardedRef , forwardRef , ReactNode , Ref , useCallback , useContext , useEffect , useImperativeHandle , useMemo , useRef , useState } from 'react' ;
5453import { createFocusableRef } from '@react-spectrum/utils' ;
54+ import { edgeToText } from '../style/spectrum-theme' with { type : 'macro' } ;
5555import { FieldErrorIcon , FieldGroup , FieldLabel , HelpText , Input } from './Field' ;
5656import { FormContext , useFormProps } from './Form' ;
5757import { forwardRefType } from './types' ;
0 commit comments