Skip to content

@cypress-design/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 16:51
· 638 commits to main since this release
65a20fe

Minor Changes

  • #41 4259026 Thanks @elevatebart! - ## New syntaxes to add dynamic icon colors

    With a prefix focus/hover

    <IconBook
      size="16"
      strokeColor="blue-600"
      hoverStrokeColor="jade-600"
      focusStrokeColor="jade-900"
    />

    With the same prefix acting on a group

    <button class="group">
      <IconBook
        size="16"
        strokeColor="blue-600"
        hoverStrokeColor="jade-600"
        focusStrokeColor="jade-900"
        interactiveColorsOnGroup
      />Read
    </button>