Skip to content

Releases: harryk-im/harryk-ds

@harryk-ds/ui@0.1.7

Choose a tag to compare

@github-actions github-actions released this 05 Jun 14:36
5bf4169

Patch Changes

  • 2cb8b33: Fixed a size discrepancy between the fill and outline variants in the Button component 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) with sm/md/lg sizes, portal rendering, overlay dismiss, and companion hooks (useDisclosure, useCloseOnEsc, useScrollLock).

@harryk-ds/ui@0.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Mar 07:03
5674c40

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

Choose a tag to compare

@github-actions github-actions released this 20 Mar 07:03
5674c40

Patch Changes

  • 836c7a5: Move framer-motion from dependencies to peerDependencies and devDependencies for optimized dependency management.

@harryk-ds/ui@0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 Feb 10:54
e231910

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

Choose a tag to compare

@github-actions github-actions released this 30 Jan 06:49
6cc7cb7

Patch Changes

  • 654dcb7: Migrate and enhance color token system to OKLCH
  • 9b5246e: Add Pretendard font and optimize style structure for easier global styling and theme support

@harryk-ds/motion@0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Jan 10:54
927a258

Patch Changes

  • 2a4c341: Fix framer-motion Dependency Issue

@harryk-ds/motion@0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 09:58
a5bf0d5

Patch Changes

  • 3f8a5d4: Refactor FadeIn component structure and standardize motion package architecture

@harryk-ds/ui@0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Jan 12:17
318d232

Patch Changes

  • 54ab5e2: Add hover, active, disabled interactions to Button component and refactor styles
  • 2be9ba4: Add Badge UI Component