Skip to content

Commit

Permalink
Revert "Navigator: stabilize and export APIs (WordPress#64613)"
Browse files Browse the repository at this point in the history
This reverts commit cedb4d4.
  • Loading branch information
huubl authored Oct 2, 2024
1 parent 0062130 commit 4a95e8c
Show file tree
Hide file tree
Showing 24 changed files with 385 additions and 445 deletions.
30 changes: 27 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,33 @@
"parent": "components"
},
{
"title": "Navigator",
"slug": "navigator",
"markdown_source": "../packages/components/src/navigator/README.md",
"title": "NavigatorBackButton",
"slug": "navigator-back-button",
"markdown_source": "../packages/components/src/navigator/navigator-back-button/README.md",
"parent": "components"
},
{
"title": "NavigatorButton",
"slug": "navigator-button",
"markdown_source": "../packages/components/src/navigator/navigator-button/README.md",
"parent": "components"
},
{
"title": "NavigatorProvider",
"slug": "navigator-provider",
"markdown_source": "../packages/components/src/navigator/navigator-provider/README.md",
"parent": "components"
},
{
"title": "NavigatorScreen",
"slug": "navigator-screen",
"markdown_source": "../packages/components/src/navigator/navigator-screen/README.md",
"parent": "components"
},
{
"title": "NavigatorToParentButton",
"slug": "navigator-to-parent-button",
"markdown_source": "../packages/components/src/navigator/navigator-to-parent-button/README.md",
"parent": "components"
},
{
Expand Down
1 change: 0 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- `Navigator`: add support for exit animation ([#64777](https://github.com/WordPress/gutenberg/pull/64777)).
- `Guide`: Update finish button to use the new default size ([#65680](https://github.com/WordPress/gutenberg/pull/65680)).
- `BorderControl`: Use `__next40pxDefaultSize` prop for Reset button ([#65682](https://github.com/WordPress/gutenberg/pull/65682)).
- `Navigator`: stabilize APIs ([#64613](https://github.com/WordPress/gutenberg/pull/64613)).

## 28.8.0 (2024-09-19)

Expand Down
1 change: 0 additions & 1 deletion packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export {
NavigatorToParentButton as __experimentalNavigatorToParentButton,
useNavigator as __experimentalUseNavigator,
} from './navigator/legacy';
export { Navigator, useNavigator } from './navigator';
export { default as Notice } from './notice';
export { default as __experimentalNumberControl } from './number-control';
export { default as NoticeList } from './notice/list';
Expand Down
168 changes: 0 additions & 168 deletions packages/components/src/navigator/README.md

This file was deleted.

131 changes: 0 additions & 131 deletions packages/components/src/navigator/index.tsx

This file was deleted.

Loading

0 comments on commit 4a95e8c

Please sign in to comment.