Skip to content

Commit

Permalink
update core blocks to use stabile version of LinkControl component
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Nov 21, 2023
1 parent 1d0a9d8 commit 3c1b6a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/button/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
__experimentalUseBorderProps as useBorderProps,
__experimentalUseColorProps as useColorProps,
__experimentalGetSpacingClassesAndStyles as useSpacingProps,
__experimentalLinkControl as LinkControl,
LinkControl,
__experimentalGetElementClassName,
store as blockEditorStore,
} from '@wordpress/block-editor';
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation-link/link-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { __unstableStripHTML as stripHTML } from '@wordpress/dom';
import { Popover, Button } from '@wordpress/components';
import { __, sprintf } from '@wordpress/i18n';
import {
__experimentalLinkControl as LinkControl,
LinkControl,
BlockIcon,
store as blockEditorStore,
} from '@wordpress/block-editor';
Expand Down
2 changes: 1 addition & 1 deletion packages/format-library/src/link/inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
concat,
} from '@wordpress/rich-text';
import {
__experimentalLinkControl as LinkControl,
LinkControl,
store as blockEditorStore,
} from '@wordpress/block-editor';
import { useSelect } from '@wordpress/data';
Expand Down

0 comments on commit 3c1b6a2

Please sign in to comment.