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

Publish new functional color system #224

Merged
merged 19 commits into from
Sep 3, 2021
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/calm-news-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": minor
---

Add new functional color variables. See [primer.style/primitives/colors](https://primer.style/primitives/colors) for details about the new color system.
7 changes: 7 additions & 0 deletions .changeset/cyan-rivers-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@primer/primitives": minor
---

Introduce a Dark High Contrast theme.

**Note:** The Dark High Contrast theme will only work with the new [functional color variables](https://primer.style/primitives/colors#functional-variables)
5 changes: 5 additions & 0 deletions .changeset/six-waves-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": minor
---

Deprecate variables from the old color system. See [primer.style/primitives/colors#deprecated-variables](https://primer.style/primitives/colors#deprecated-variables) for the complete list of deprecated variables.
38 changes: 0 additions & 38 deletions .github/v2-var-count.ts

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/v2-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ jobs:
run: node .github/v2-coverage.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Compute variable count
run: npx ts-node .github/v2-var-count.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variables in colors/ and colors_v2/ are the same now so this action won't give us useful information anymore.

86 changes: 0 additions & 86 deletions data/colors/dark_dimmed.ts

This file was deleted.

Loading