pivotal-cf/pivotal-ui

update pui-react-overlay-trigger npm package

bj00rn opened this issue · 4 comments

Update pui-react-overlay-trigger npm package was last updated a year ago. Are there any plans for a new release anytime soon?

All of the separate pui components are now part of the pivotal-ui npm package. For a more recent release, you would import the overlay trigger directly from pivotal-ui:

import {OverlayTrigger} from 'pivotal-ui/react/overlay-trigger';

@charleshansen awesome, thanks!

maybe there should be a message on npm for packages that have been deprecated?

@bj00rn I think that's a good idea. I'll do that for our pui-react-* and pui-css-* packages.

Edit: Done! Thanks for the suggestion.