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

enhance: CMD-182 design tokens #372

Merged
merged 45 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
0df274d
Initial tokens
wesleyboar Aug 22, 2024
2166f37
Revert "Initial tokens"
wesleyboar Aug 23, 2024
ad256a6
Updates since adding v3
wesleyboar Aug 23, 2024
aa05a22
feat: CMD-182 save v3 design tokens
wesleyboar Aug 23, 2024
d94d895
fix: CMD-182 wrong tokens keys normal/medium
wesleyboar Aug 23, 2024
fcbdfa8
fix: CMD-182 token format v4 isntead of v3
wesleyboar Aug 23, 2024
f63dc3c
fix: CMD-182 token groups not unique, -xx to 2x
wesleyboar Aug 23, 2024
6c9e7c5
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Aug 23, 2024
9c5d320
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Aug 23, 2024
c8261da
refactor: design-tokens, no rgb vars, rel. colors
wesleyboar Aug 23, 2024
21e236e
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Aug 23, 2024
b25b888
docs: CMD-182 do not suggest var in rgb
wesleyboar Aug 23, 2024
9d1577f
fix: CMD-182 do not use var in rgb
wesleyboar Aug 23, 2024
dd19b45
fix: CMD-182 tokens core-v3 traffic
wesleyboar Aug 23, 2024
8911b28
feat: CMD-182 tokens core-v3 light
wesleyboar Aug 23, 2024
e780f4e
build: CMD-182 tokens core-v2 light
wesleyboar Aug 23, 2024
b1425d2
feat: CMD-182 design tokens core-v3 (#375)
wesleyboar Aug 27, 2024
e2417cd
docs: CMD-182 do not distinguish colors per client
wesleyboar Aug 27, 2024
729e398
chore: show deprecated colors as such in demo
wesleyboar Aug 27, 2024
10574aa
fix: show deprecated colors as such in demo
wesleyboar Aug 27, 2024
fd67d3b
fix: deprecated colors not loading
wesleyboar Aug 27, 2024
2af5316
fix: deprecated colors not loading (v3)
wesleyboar Aug 27, 2024
105e867
chore: show more deprecated colors as such
wesleyboar Aug 27, 2024
2857931
fix: deprecated `on-light`/`dark` colors wrong
wesleyboar Aug 27, 2024
28b5f5b
2024-08-26 tokens
wesleyboar Aug 28, 2024
f3fe395
(for real) 2024-08-26 tokens
wesleyboar Aug 28, 2024
c815a61
Merge branch 'design' into enhance/CMD-182-design-tokens
wesleyboar Aug 28, 2024
8ed3f25
refactor: rename src/build to src/buuild-styles
wesleyboar Aug 28, 2024
94dee86
renamed Primitive modes to match Token groups
wesleyboar Aug 28, 2024
f7c11de
Merge branch 'design' into enhance/CMD-182-design-tokens
wesleyboar Aug 28, 2024
4c41190
fix: CMD-182 build tokens from single Figma export
wesleyboar Aug 28, 2024
ce8c017
chore: CMD-182 token build better logging
wesleyboar Aug 28, 2024
0bfba11
fix: CMD-182 token build excluding ever more data
wesleyboar Aug 28, 2024
731614a
feat: CMD-182 use new token files
wesleyboar Aug 28, 2024
8325fe1
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Aug 30, 2024
d2428e4
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Sep 4, 2024
f76a02c
fix: CMD-182 rgb relative color syntax
wesleyboar Sep 5, 2024
700a657
chore: delete old dist/generics/color
wesleyboar Sep 5, 2024
2939cd9
feat: CMD-182rebuild on token change
wesleyboar Sep 5, 2024
9c6698f
fix: missing tabindex="-1" on disabled links
wesleyboar Sep 5, 2024
a762768
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Sep 5, 2024
45dc5aa
fix: CMD-182 darker colors.accent.1.light
wesleyboar Sep 5, 2024
b5dc894
feat: font weight black is 900
wesleyboar Sep 5, 2024
ea3e7e4
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Sep 5, 2024
4a0b75f
Merge branch 'main' into enhance/CMD-182-design-tokens
wesleyboar Sep 5, 2024
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
3 changes: 3 additions & 0 deletions bin/build-tokens.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../src/bin/build-tokens.js')();
2 changes: 1 addition & 1 deletion dist/core-styles.base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.cms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.demo.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.docs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core-styles.portal.css

Large diffs are not rendered by default.

Loading
Loading