Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions data/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ settings:
name: KS - Figma Rest API
type: figma
url: https://www.figma.com/file/H3Jj1cltfXiGWijrYOaGBi?version-id=4988435680
version: '5761870397'
version: '6003913626'
- fileId: zUm5kTRtnkFUh5JUsBwwWl
name: Demo Design System Library
type: figma
url: https://www.figma.com/file/zUm5kTRtnkFUh5JUsBwwWl?version-id=4804108977
version: '5718472756'
version: '5972910081'
- fileId: RP1xTgbvxPBqYmp3iGUNWc
name: 'Toby: Design System'
type: figma
url: https://www.figma.com/file/RP1xTgbvxPBqYmp3iGUNWc?version-id=5768861245
version: '5768861245'
version: '5985438656'
- fileId: rzMpZtZ3PLH3eutORdrJ2o
name: Sandbox Components
type: figma
Expand Down
11 changes: 10 additions & 1 deletion data/knapsack.design-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"primary": {
"$type": "color",
"$value": "#6436BF"
"$value": "{color.base.yellow}"
},
"tertiary": {
"$type": "color",
Expand Down Expand Up @@ -345,6 +345,9 @@
},
{
"id": "dark"
},
{
"id": "Boston"
}
]
}
Expand All @@ -367,6 +370,9 @@
}
}
}
},
"Boston": {
"$value": "#00901b"
}
},
"color-secondary": {
Expand All @@ -385,6 +391,9 @@
},
"dark": {
"$value": "{color.brand.black}"
},
"Boston": {
"$value": "{color.brand.tertiary}"
}
}
}
Expand Down