Skip to content

Commit

Permalink
Document some private components
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Dec 9, 2024
1 parent a94b5e2 commit 302e9d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/private-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Every store has a private API for registering private selectors/actions:
## blocks

Private exports:
- `isUnmodifiedBlockContent` (added Sep 2024, one usage in `block-editor`)
- `isUnmodifiedBlockContent`: added Sep 2024, one usage in `block-editor`

### `core/blocks` store

Expand Down Expand Up @@ -99,7 +99,7 @@ Private exports:
- `useHasImageSettingsPanel`
- `useHasTypographyPanel`
- `useSettingsForBlockElement`
- `ExperimentalBlockCanvas`
- `ExperimentalBlockCanvas`: has several extra props compared to `BlockCanvas`: `contentRef`, `shouldIframe`, `iframeProps`.
- `ExperimentalBlockEditorProvider`
- `getDuotoneFilter`
- `getRichTextValues`
Expand Down Expand Up @@ -128,10 +128,10 @@ Private exports:
- `globalStylesLinksDataKey`
- `selectBlockPatternsKey`
- `requiresWrapperOnCopy`
- `PrivateRichText`
- `PrivateInserterLibrary`
- `PrivateRichText`: has an extra prop `readOnly` added in #58916 and #60327 (Feb and Mar 2024).
- `PrivateInserterLibrary`: has an extra prop `onPatternCategorySelection` added in #62130 (May 2024).
- `reusableBlocksSelectKey`
- `PrivateBlockPopover`
- `PrivateBlockPopover`: has two extra props, `__unstableContentRef` and `__unstablePopoverSlot`.
- `PrivatePublishDateTimePicker`
- `useSpacingSizes`
- `useBlockDisplayTitle`
Expand Down

0 comments on commit 302e9d4

Please sign in to comment.