Skip to content

Commit

Permalink
chore: adds new tokens (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Gaukler <[email protected]>
  • Loading branch information
fabiangaukler and Fabian Gaukler authored Feb 7, 2025
1 parent c72b4b5 commit 3b28cd5
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-seas-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@holisticon/hap-foundation": patch
---

adds new tokens
54 changes: 48 additions & 6 deletions packages/foundation/atomic-playfulness.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@
},
"800": {
"$type": "color",
"$value": "#404040",
"$value": "#383838",
"$description": "Brand Color: Dark Blue",
"$extensions": {
"mode": {},
Expand All @@ -1327,7 +1327,7 @@
},
"900": {
"$type": "color",
"$value": "#202020",
"$value": "#1b1b1b",
"$description": "",
"$extensions": {
"mode": {},
Expand Down Expand Up @@ -4339,6 +4339,48 @@
}
}
}
},
"default": {
"dark": {
"$type": "color",
"$value": "{Primitives.color.grey.800}",
"$description": "",
"$extensions": {
"mode": {
"Light": "{Primitives.color.grey.800}",
"Dark": "{Primitives.color.grey.200}"
},
"figma": {
"codeSyntax": {},
"variableId": "VariableID:1507:3339",
"collection": {
"id": "VariableCollectionId:23:56",
"name": "Tokens",
"defaultModeId": "23:0"
}
}
}
},
"light": {
"$type": "color",
"$value": "{Primitives.color.grey.200}",
"$description": "",
"$extensions": {
"mode": {
"Light": "{Primitives.color.grey.200}",
"Dark": "{Primitives.color.grey.800}"
},
"figma": {
"codeSyntax": {},
"variableId": "VariableID:1507:3340",
"collection": {
"id": "VariableCollectionId:23:56",
"name": "Tokens",
"defaultModeId": "23:0"
}
}
}
}
}
},
"icon": {
Expand Down Expand Up @@ -5070,7 +5112,7 @@
"$extensions": {
"mode": {
"Light": "{Primitives.color.brand.300}",
"Dark": "{Primitives.color.brand.800}"
"Dark": "{Primitives.color.brand.900}"
},
"figma": {
"codeSyntax": {},
Expand Down Expand Up @@ -5110,7 +5152,7 @@
"$extensions": {
"mode": {
"Light": "{Primitives.color.brand.500}",
"Dark": "{Primitives.color.base.whiteLight}"
"Dark": "{Primitives.color.brand.700}"
},
"figma": {
"codeSyntax": {},
Expand All @@ -5130,7 +5172,7 @@
"$extensions": {
"mode": {
"Light": "{Primitives.color.brand.400}",
"Dark": "{Primitives.color.base.whitePrimary}"
"Dark": "{Primitives.color.brand.800}"
},
"figma": {
"codeSyntax": {},
Expand Down Expand Up @@ -6403,7 +6445,7 @@
"Primitives",
"Tokens"
],
"createdAt": "2025-01-31T09:21:10.405Z"
"createdAt": "2025-02-07T11:30:05.561Z"
}
}
}

0 comments on commit 3b28cd5

Please sign in to comment.