Skip to content

Commit

Permalink
rm v2 tokens folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 18, 2024
1 parent 804bba6 commit 4a6d707
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 1,059 deletions.
4 changes: 2 additions & 2 deletions .changeset/chilled-cars-hang.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@primer/primitives': patch
'@primer/primitives': minor
---

rm v2 output
Remove v2 token output (dist/tokens-v2-private)
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tokens-v2-private/
CHANGELOG.md


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build v1 tokens
run: npm run build

- name: Build v8 tokens & fallbacks
- name: Build v8 tokens
run: npm run build:v8

- name: Build fallbacks
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
node_modules
*.log
/dist/
/tokens-v2-private/
yarn.lock
coverage/
docs/public/
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ storybook-static
# Ignore all files relating to v1 tokens
# TODO: Remove after v1 tokens have been removed
data/
tokens-v2-private/
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "Typography, spacing, and color primitives for Primer design system",
"files": [
"dist",
"tokens-v2-private",
"build.js",
"tokens/",
"src/**/*",
"!src/**/*.test.ts"
],
Expand Down
57 changes: 0 additions & 57 deletions tokens/base/size/size.json

This file was deleted.

20 changes: 0 additions & 20 deletions tokens/base/typography/typography.json

This file was deleted.

48 changes: 0 additions & 48 deletions tokens/functional/size/border.json

This file was deleted.

24 changes: 0 additions & 24 deletions tokens/functional/size/breakpoints.json

This file was deleted.

27 changes: 0 additions & 27 deletions tokens/functional/size/size-coarse.json

This file was deleted.

27 changes: 0 additions & 27 deletions tokens/functional/size/size-fine.json

This file was deleted.

Loading

0 comments on commit 4a6d707

Please sign in to comment.