The move
Install the new package
npm uninstall @cronocode/react-box
npm install @box-kite/react
Then replace the specifier across your source. /rsc, /a11y, /ssg and every /components/* import resolve exactly as before — only the prefix changes.
@cronocode/react-box@box-kite/react@cronocode/react-box/components/flex@box-kite/react/components/flexTwo moved further than that. The engine is published on its own now, so an app with no React installs @box-kite/core instead of a React library — and the types go with it, because they are derived from the prop registry rather than from any binding. @box-kite/react depends on @box-kite/core, so installing the React package still gets you both.
@cronocode/react-box/core@box-kite/core@cronocode/react-box/types@box-kite/core/typesYou do not have to do it today. @cronocode/react-box@3.4.0 is a compatibility bridge: every entry re-exports the new package, so an npm update cannot break a build that has not migrated. It is deprecated on npm and receives no further changes.