@chakra-ui/storybook-addon@5.1.0
版本发布时间: 2023-11-09 23:46:14
chakra-ui/chakra-ui最新发布版本:@chakra-ui/react@3.0.0-next.26(2024-09-25 20:04:19)
Minor Changes
-
#8109
4340dbda4
Thanks @TylerAPfledderer! - Bumps Storybook deps to latest (7.5.3) and updates the tooling- Toggling state for color mode originally used Storybook's
useAddonState
api hook. However, this hook is not reliable to persistent allow toggling of boolean state. Replaces this hook with React'suseState
as this state is a primitive. - Makes use of the
makeDecorator
function to make this addon more like an official Storybook addon. - Removes unneeded props from the button components that were originally part of a Type error bug.
- Toggling state for color mode originally used Storybook's