Skip to content

Releases: cypress-io/cypress-design

@cypress-design/[email protected]

12 Jul 16:51
65a20fe
Compare
Choose a tag to compare

Patch Changes

@cypress-design/[email protected]

12 Jul 16:51
65a20fe
Compare
Choose a tag to compare

Patch Changes

@cypress-design/[email protected]

12 Jul 16:51
65a20fe
Compare
Choose a tag to compare

Patch Changes

@cypress-design/[email protected]

12 Jul 16:51
65a20fe
Compare
Choose a tag to compare

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>

@cypress-design/[email protected]

12 Jul 16:51
65a20fe
Compare
Choose a tag to compare

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>

Patch Changes

@cypress-design/[email protected]

21 Jun 15:53
86885d4
Compare
Choose a tag to compare

Minor Changes

@cypress-design/[email protected]

21 Jun 15:53
86885d4
Compare
Choose a tag to compare

Minor Changes

@cypress-design/[email protected]

21 Jun 15:53
86885d4
Compare
Choose a tag to compare

Patch Changes

  • #20 14dd0f5 Thanks @elevatebart! - To avoid having every color in the universe in the safelist, add the IconExtractor.
    Also, remove the entire safelist from the css plugins windi config.

@cypress-design/[email protected]

06 Jun 21:02
ff6b537
Compare
Choose a tag to compare

Patch Changes

@cypress-design/[email protected]

06 Jun 21:02
ff6b537
Compare
Choose a tag to compare

Minor Changes

Patch Changes