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

Add: new LCH for violet accent tokens #53

Merged
merged 33 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7cb965a
Dark mode 1.0:
davyd-akamai Jan 22, 2024
6fb5ba5
Merge branch 'linode:main' into feature
davyd-akamai Jan 22, 2024
7e12073
Dark mode 1.0.1
davyd-akamai Jan 22, 2024
0ffb6b7
Moving shadows to the alias level
davyd-akamai Jan 22, 2024
ea19bfb
Component tokens: Badge, buttons
davyd-akamai Jan 23, 2024
8f81762
Component tokens: breadcrumbs, card, checkbox, content panel, etc.
davyd-akamai Jan 24, 2024
eb7a062
Dark mode components: calendar
davyd-akamai Jan 25, 2024
7cd7dd3
Component tokens: all date components, divider, drawer, dropdown
davyd-akamai Jan 29, 2024
392236e
Component tokens: global header/footer, group select, inline edit, la…
davyd-akamai Jan 30, 2024
6e01eaa
Component tokens: list - segmented button
davyd-akamai Jan 31, 2024
3be0a22
Component tokens: from a search to a text field
davyd-akamai Feb 1, 2024
2272ef1
Component tokens: all other components (ex. AS, KPI bar, Table)
davyd-akamai Feb 5, 2024
b7db122
Component tokens fixes
davyd-akamai Feb 6, 2024
2c95dce
Component tokens fixes
davyd-akamai Feb 9, 2024
f11b7d4
"alwaysLight/Dark" alias tokens removed from structure and replaced w…
davyd-akamai Feb 9, 2024
6a97fb6
Component tokens fixes
davyd-akamai Feb 9, 2024
3f3ef6a
AS, Table component tokens, fixes to alias tokens
davyd-akamai Feb 12, 2024
fa8bb83
Hotfix
davyd-akamai Feb 12, 2024
974032e
Fix build errors
jaalah Feb 23, 2024
c8a4cf9
Merge branch 'main' of github.com:jaalah-akamai/design-language-syste…
jaalah Feb 23, 2024
0e13917
Update storybook and bump package
jaalah Feb 23, 2024
3fdace2
Saving...
jaalah Feb 23, 2024
55dc7f8
Saving...
jaalah Feb 23, 2024
32cf0d3
Merge branch 'linode:main' into feature
davyd-akamai Mar 1, 2024
0b8dfaa
New global black color and token update for a global header component
davyd-akamai Jun 20, 2024
63b05ff
New spacing tokens (0 and 90)
davyd-akamai Jun 24, 2024
2de2160
Tokens descriptions
davyd-akamai Jul 8, 2024
503d208
Merge branch 'feature' of github.com:davyd-akamai/design-language-sys…
jaalah Jul 8, 2024
0765370
Data Visualisation and Accent tokens for CDS
davyd-akamai Jul 10, 2024
b0df049
New KPI bar and Badges component tokens
davyd-akamai Jul 18, 2024
c4f6430
New "violet" accent tokens
davyd-akamai Jul 25, 2024
bc412b5
Merge branch 'main' of github.com:linode/design-language-system into …
jaalah Jul 25, 2024
5e42c93
Fix merge conflicts
jaalah Jul 25, 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
19 changes: 19 additions & 0 deletions tokens/alias/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,25 @@
}
}
}
},
"violet": {
"primary": {
"value": "{global.color.violet.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.violet.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
}
},
"elevation": {
Expand Down
19 changes: 19 additions & 0 deletions tokens/alias/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,25 @@
}
}
}
},
"violet": {
"primary": {
"value": "{global.color.violet.90}",
"type": "color"
},
"secondary": {
"value": "{global.color.violet.90}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
}
},
"chart": {
Expand Down