File tree Expand file tree Collapse file tree
ui-color-picker/src/ColorPicker/v2
ui-drilldown/src/Drilldown/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 */
2424
2525import React from 'react'
26- import type { FormMessage } from '@instructure/ui-form-field'
26+ import type { FormMessage } from '@instructure/ui-form-field/latest '
2727import type {
2828 WithStyleProps ,
2929 ComponentStyle ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { WithStyleProps } from '@instructure/emotion'
3131import type {
3232 OptionsItemRenderProps ,
3333 OptionsItemProps
34- } from '@instructure/ui-options'
34+ } from '@instructure/ui-options/latest '
3535
3636import Drilldown from '../index.js'
3737import { Renderable } from '@instructure/shared-types'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import type {
2828 AsElementType
2929} from '@instructure/shared-types'
3030import type { WithStyleProps } from '@instructure/emotion'
31- import type { OptionsSeparatorProps } from '@instructure/ui-options'
31+ import type { OptionsSeparatorProps } from '@instructure/ui-options/latest '
3232import type { NewComponentTypes } from '@instructure/ui-themes'
3333
3434type DrilldownSeparatorOwnProps = {
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ import {
2828 ChevronRightInstUIIcon ,
2929 ChevronDownInstUIIcon
3030} from '@instructure/ui-icons'
31- import { Expandable } from '@instructure/ui-expandable'
31+ import { Expandable } from '@instructure/ui-expandable/latest '
3232import { omitProps , pickProps } from '@instructure/ui-react-utils'
3333import { isActiveElement } from '@instructure/ui-dom-utils'
3434
3535import { withStyleNew } from '@instructure/emotion'
3636import generateStyle from './styles.js'
3737import type { ToggleDetailsProps } from './props'
3838import { allowedProps } from './props.js'
39- import type { ExpandableToggleProps } from '@instructure/ui-expandable'
39+ import type { ExpandableToggleProps } from '@instructure/ui-expandable/latest '
4040import type { ViewProps } from '@instructure/ui-view/latest'
4141
4242/**
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import {
3131} from '@instructure/ui-react-utils'
3232import { IconButton } from '@instructure/ui-buttons/latest'
3333import { Transition } from '@instructure/ui-motion'
34- import { Expandable } from '@instructure/ui-expandable'
35- import type { ExpandableToggleProps } from '@instructure/ui-expandable'
34+ import { Expandable } from '@instructure/ui-expandable/latest '
35+ import type { ExpandableToggleProps } from '@instructure/ui-expandable/latest '
3636import { isActiveElement } from '@instructure/ui-dom-utils'
3737import { Flex } from '@instructure/ui-flex/latest'
3838import { View } from '@instructure/ui-view/latest'
You can’t perform that action at this time.
0 commit comments