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

chore: prepare release #145

Merged
merged 1 commit into from
Nov 15, 2024
Merged

chore: prepare release #145

merged 1 commit into from
Nov 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 8, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@rhds/[email protected]

Patch Changes

  • 75e4dda: - Added language specific font-family tokens. Example: --rh-font-family-lang-he: 'Noto Sans Hebrew';

    • Removes language fonts from --rh-font-family-body-text and --rh-font-family-heading

    Before:

    body {
      font-family: var(
        --rh-font-family-body-text,
        RedHatText,
        "Red Hat Text",
        "Noto Sans Arabic",
        "Noto Sans Hebrew",
        "Noto Sans JP",
        "Noto Sans KR",
        "Noto Sans Malayalam",
        "Noto Sans SC",
        "Noto Sans TC",
        "Noto Sans Thai",
        Helvetica,
        Arial,
        sans-serif
      );
    }
    
    :is(h1, h2, h3, h4, h5, h6) {
      font-family: var(
        --rh-font-family-heading,
        RedHatDisplay,
        "Red Hat Display",
        "Noto Sans Arabic",
        "Noto Sans Hebrew",
        "Noto Sans JP",
        "Noto Sans KR",
        "Noto Sans Malayalam",
        "Noto Sans SC",
        "Noto Sans TC",
        "Noto Sans Thai",
        Helvetica,
        Arial,
        sans-serif
      );
    }

    After:

    body {
      font-family: var(--rh-font-family-body-text, RedHatText, "Red Hat Text");
    }
    
    :is(h1, h2, h3, h4, h5, h6) {
      font-family: var(
        --rh-font-family-heading,
        RedHatDisplay,
        "Red Hat Display"
      );
    }
    
    [lang="he"] {
      font-family: var(--rh-font-family-lang-he: "Noto Sans Hebrew");
    }
    
    [lang="zh-CN"] {
      font-family: var(--rh-font-family-lang-zh-cn: "Noto Sans SC");
    }
  • f4f68be: Removed empty color theme tokens from _variables.scss

  • aea6a9f: Change the value for regular font weight token (var(--rh-font-weight-heading-regular, 300)) for headings from 300 to 400

Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for red-hat-design-tokens ready!

Name Link
🔨 Latest commit 1054568
🔍 Latest deploy log https://app.netlify.com/sites/red-hat-design-tokens/deploys/673701394a4be40008128e7a
😎 Deploy Preview https://deploy-preview-145--red-hat-design-tokens.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 896a300 to 97a55b9 Compare October 8, 2024 15:29
@bennypowers bennypowers enabled auto-merge (squash) October 8, 2024 21:10
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from b6930b7 to 256de27 Compare November 15, 2024 07:22
@bennypowers bennypowers merged commit e0457ab into main Nov 15, 2024
4 checks passed
@bennypowers bennypowers deleted the changeset-release/main branch November 15, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant