Releases: harryk-im/harryk-ds
Releases · harryk-im/harryk-ds
Release list
@harryk-ds/ui@0.1.7
Patch Changes
- 2cb8b33: Fixed a size discrepancy between the
fillandoutlinevariants in theButtoncomponent caused by differences in border styling. All variants now apply consistent border rules to maintain uniform dimensions. - 2cb8b33: implement Modal component system and associated utility hooks
- 2cb8b33: Add Modal compound component (
Header/Body/Footer) withsm/md/lgsizes, portal rendering, overlay dismiss, and companion hooks (useDisclosure,useCloseOnEsc,useScrollLock).
@harryk-ds/ui@0.1.6
Patch Changes
- 532c7b1: Optimize dependency structure and enhance version compatibility
- 521d033: Rename bold prop to weight in Paragraph component for architectural consistency.
- 6dc4bac: Implement Heading component with polymorphic tag support and refined type architecture.
- 45e01e8: add 2xs, 3xl typography tokens and expand Paragraph component sizes
@harryk-ds/motion@0.1.3
Patch Changes
- 836c7a5: Move framer-motion from dependencies to peerDependencies and devDependencies for optimized dependency management.
@harryk-ds/ui@0.1.5
Patch Changes
- d6cdc35: Introduce getTypography foundation utility to bundle font size and line height tokens, and refactor UI components for consistent typography.
- 11372c0: Add "paragraph" component with compound sub-components and robust style resolution logic via custom hooks.
- d6cdc35: Refactor and expand color tokens with a more granular OKLCH-based scale.
@harryk-ds/ui@0.1.4
@harryk-ds/motion@0.1.2
Patch Changes
- 2a4c341: Fix framer-motion Dependency Issue
@harryk-ds/motion@0.1.1
Patch Changes
- 3f8a5d4: Refactor FadeIn component structure and standardize motion package architecture