@hirotoshioi/hiraku
v0.0.6
Published
[DEPRECATED] This package has been renamed to @hirotoshioi/hiraku-radix-ui
Maintainers
Readme
⚠️ DEPRECATED: @hirotoshioi/hiraku
This package has been renamed to @hirotoshioi/hiraku-radix-ui
Please install the new package:
npm uninstall @hirotoshioi/hiraku
npm install @hirotoshioi/hiraku-radix-uiMigration Guide
See MIGRATION.md for detailed migration instructions.
Quick migration
1. Update dependencies:
npm install @hirotoshioi/hiraku-radix-ui
npm uninstall @hirotoshioi/hiraku2. Update imports:
- import { ModalProvider, createDialog } from '@hirotoshioi/hiraku';
+ import { ModalProvider, createDialog } from '@hirotoshioi/hiraku-radix-ui';That's it! No API changes required.
Why the change?
hiraku is now a monorepo supporting multiple UI frameworks:
- @hirotoshioi/hiraku-radix-ui - Radix UI implementation (this package's replacement)
- @hirotoshioi/hiraku-base-ui - Base UI (MUI) implementation
- @hirotoshioi/hiraku-core - Framework-agnostic core
Backward compatibility
This deprecated package temporarily re-exports everything from @hirotoshioi/hiraku-radix-ui for backward compatibility. However, please migrate to the new package name as soon as possible.
