Skip to content

Commit

Permalink
InlineTip: Mark as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Aug 2, 2019
1 parent f45b046 commit 51baead
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { __ } from '@wordpress/i18n';
import { getBlockType, getUnregisteredTypeHandlerName } from '@wordpress/blocks';
import { PanelBody } from '@wordpress/components';
import { withSelect } from '@wordpress/data';
import { InlineTip } from '@wordpress/nux';
import { __experimentalInlineTip as InlineTip } from '@wordpress/nux';

/**
* Internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { withDispatch, withSelect } from '@wordpress/data';
import { withInstanceId, compose, withSafeTimeout } from '@wordpress/compose';
import { LEFT, RIGHT, UP, DOWN, BACKSPACE, ENTER } from '@wordpress/keycodes';
import { addQueryArgs } from '@wordpress/url';
import { InlineTip } from '@wordpress/nux';
import { __experimentalInlineTip as InlineTip } from '@wordpress/nux';

/**
* Internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/nux/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import './store';

export { default as DotTip } from './components/dot-tip';
export { default as InlineTip } from './components/inline-tip';
export { default as __experimentalInlineTip } from './components/inline-tip';

0 comments on commit 51baead

Please sign in to comment.