@adaptavant/core@0.0.6

Patch Changes

  • eedb58e: Select: Change key for disabling options to isDisabled and allow disabling of entire groups. Remove unused Fragment.
  • 55c4282: Add id to label in Field component
  • 93addc8: Add width:fit-content to sx.Create and use getDisabledStylesFromVariant function for Button & IconButton
  • e83e882: Add background-color:surface, cursor:default and margin-inline-end:-4 to sx.Add cursor:default to "disabled" Buttons and IconButtons
  • 8cec683: Enable responsive typography and render 14px font for inputs after sm breakpoint
  • a183626: Change TextInput and Select to have 40px height
  • 7d2893e: Improve Avatar perf by allowing broken images. Improve a11y
  • c9916cf: Add various highContrast styles. Fix loading so it's always visible in highContrast
  • 7356910: Update Track's verticalAlign prop to accept a typography key to vertically align icons with text that may wrap
  • 9277d1c: Add various properties to sx
  • 616202e: Fix .focus() on Button & IconButton from displaying :focus-visible in Safari
  • f9b1c17: Add 'text-decoration': 'underline' to sx and removed 'text-decoration' from 'hover:color'