diff --git a/packages/components/src/__overlays__/Focusable/v3/_docs/ApiSpecification.mdx b/packages/components/src/__overlays__/Focusable/v3/_docs/ApiSpecification.mdx deleted file mode 100644 index 14fc945a2af..00000000000 --- a/packages/components/src/__overlays__/Focusable/v3/_docs/ApiSpecification.mdx +++ /dev/null @@ -1,31 +0,0 @@ -import { Canvas, Controls, Meta } from '@storybook/blocks' -import { KAIOInstallation, ResourceLinks } from '~storybook/components' -import * as exampleStories from './Focusable.stories' - - - -# Focusable API Specification (v3) - -Updated June 25, 2024 - - - - - -## Overview - -Focusable is a utility wrapper to allow users to add focus to a non-focusable element. - -The main use case is for non semantic components like `Tag` that need a [Tooltip](/docs/overlays-tooltip-v3-usage-guidelines--docs). - - - -Be aware that this does not negate the need to meet A11Y standards and best practices. Use this -utility wrapper with caution. - -## API - -