File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/components/experimental Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import styled from 'styled-components';
44
55import { Text , TextVariant } from '../Text/Text' ;
66import { LabelWrapper } from './components/LabelWrapper' ;
7- import { getSemanticValue , themeGet } from '../../../experimental' ;
7+ import { getSemanticValue } from '../../../essentials/experimental' ;
8+ import { themeGet } from '../../../utils/experimental' ;
89
910interface CheckboxProps extends Omit < ReactAriaCheckboxProps , 'children' > {
1011 /**
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styled from 'styled-components';
33import { useHover } from '@react-aria/interactions' ;
44import { mergeProps } from '@react-aria/utils' ;
55
6- import { getSemanticValue , theme } from '../../../../experimental' ;
6+ import { getSemanticValue , theme } from '../../../../essentials/ experimental' ;
77
88interface LabelWrapperProps {
99 isDisabled ?: boolean ;
Original file line number Diff line number Diff line change 11export { Backdrop } from './Backdrop/Backdrop' ;
22export { Button } from './Button/Button' ;
33export { Calendar } from './Calendar/Calendar' ;
4+ export { Checkbox } from './Checkbox/Checkbox' ;
45export { Chip } from './Chip/Chip' ;
56export { ComboBox } from './ComboBox/ComboBox' ;
67export { DateField } from './DateField/DateField' ;
You can’t perform that action at this time.
0 commit comments