Skip to content

Commit

Permalink
DrodownMenuV2: Rename folder to menu (WordPress#66473)
Browse files Browse the repository at this point in the history
Co-authored-by: ciampo <[email protected]>
Co-authored-by: tyxla <[email protected]>
  • Loading branch information
3 people authored and karthick-murugan committed Nov 13, 2024
1 parent eed293d commit b0999ee
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tool/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const componentPaths = glob( 'packages/components/src/*/**/README.md', {
'**/src/mobile/**/README.md',
'packages/components/src/theme/README.md',
'packages/components/src/view/README.md',
'packages/components/src/dropdown-menu-v2/README.md',
'packages/components/src/menu/README.md',
'packages/components/src/tabs/README.md',
'packages/components/src/custom-select-control-v2/README.md',
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/components/src/private-apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { positionToPlacement as __experimentalPopoverLegacyPositionToPlacement } from './popover/utils';
import { createPrivateSlotFill } from './slot-fill';
import { DropdownMenuV2 } from './dropdown-menu-v2';
import { DropdownMenuV2 } from './menu';
import { ComponentsContext } from './context/context-system-provider';
import Theme from './theme';
import { Tabs } from './tabs';
Expand Down

0 comments on commit b0999ee

Please sign in to comment.