Skip to main content

UI 1.0.0-alpha.28

Published: Oct 17, 2022

This library version corresponds with the following code package versions:

  • jh-core: 1.0.0-alpha.2
  • jh-icons: 1.0.0-alpha.4
  • jh-ui: 1.0.0-alpha.7

Added

Card

  • Added padding property
  • Added variants to represent new preset padding values: none, small, and medium

Changed

Card

  • Changed name of body slot to default slot across all layers and properties
  • Changed names of layers card-media, card-header, and card-footer to card-media-slot, card-header-slot, and card-footer-slot to clarify what is actually slottable content

Slider

  • Changed track and indicator to have state-specific styling
  • Changed layer names to BEM-inspired format

Removed

Card

  • Removed padding from header, body, and footer layouts