Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tile): add design tokens #10476

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    45d65d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c4f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d359d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. replacing "description-text-color" with "text-color" and adding a "te…

    …xt-color-hover" token to allow both a default and overridable hover color.
    eriklharper committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b8e6d03 View commit details
    Browse the repository at this point in the history
  2. removing --calcite-tile-text-color-hover since future patterns will r…

    …ender this unnecessary and we don't want to ship a token we'll have to immediately deprecate
    eriklharper committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    57a9261 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. injecting --calcite-tile-border-color into the tile's focus selector …

    …so that one color token controls both the unfocused and focused states
    eriklharper committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    55dd86b View commit details
    Browse the repository at this point in the history
  2. removing --calcite-tile-shadow because user can just set box-shadow d…

    …irectly on a calcite-tile element selector in CSS
    eriklharper committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6fdd1db View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    aa92728 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. removing --calcite-internal-tile-shadow since it isn't used anywhere.…

    … Restoring selection-appearance border selected styles with box-shadow rules.
    eriklharper committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0a90132 View commit details
    Browse the repository at this point in the history
  2. removing --calcite-internal-tile-outline-color in favor of --calcite-…

    …internal-tile-border-color and using brand token for hover, focus states on borders
    eriklharper committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f8bb7a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f05f78 View commit details
    Browse the repository at this point in the history
  4. removing --calcite-internal-tile-heading-text-color and adding new --…

    …calcite-tile-heading-text-color-hover
    eriklharper committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9718d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. removing --calcite-internal-tile-icon-color, updating to use current …

    …way of setting the color of the presentation calcite-icon using a direct color property, and adding additional --calcite-tile-href-icon-color-hover token that defaults to the link color
    eriklharper committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a7a8ee7 View commit details
    Browse the repository at this point in the history