Skip to content

Commit

Permalink
feat(data): syncing token themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Aug 20, 2024
1 parent e54efc5 commit 5d9b760
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 46 deletions.
54 changes: 15 additions & 39 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,13 +545,13 @@
},
"selectedTokenSets": {
"origin": "source",
"global/borderwidth": "enabled",
"global/shadow": "enabled",
"global/radius": "enabled",
"global/size": "enabled",
"global/space": "enabled",
"global/typography": "enabled",
"modes/light": "enabled",
"global/borderwidth": "source",
"global/shadow": "source",
"global/radius": "source",
"global/size": "source",
"global/space": "source",
"global/typography": "source",
"modes/light": "source",
"components/badge": "enabled",
"components/button": "enabled",
"components/container": "enabled",
Expand All @@ -567,8 +567,6 @@
"components/profile": "enabled",
"components/tab": "enabled",
"components/table": "enabled",
"devicesize/small": "source",
"devicesize/large": "source",
"context/product": "enabled"
},
"$figmaVariableReferences": {
Expand Down Expand Up @@ -2635,16 +2633,14 @@
"components/container": "enabled",
"components/button": "enabled",
"components/badge": "enabled",
"global/typography": "enabled",
"global/space": "enabled",
"global/size": "enabled",
"global/radius": "enabled",
"global/shadow": "enabled",
"global/borderwidth": "enabled",
"global/typography": "source",
"global/space": "source",
"global/size": "source",
"global/radius": "source",
"global/shadow": "source",
"global/borderwidth": "source",
"origin": "source",
"modes/light": "enabled",
"devicesize/small": "source",
"devicesize/large": "source",
"modes/light": "source",
"context/frozen product": "enabled"
},
"$figmaVariableReferences": {
Expand Down Expand Up @@ -4719,30 +4715,10 @@
"origin": "source",
"modes/light": "enabled",
"global/shadow": "source",
"components/badge": "source",
"components/button": "source",
"components/container": "source",
"components/feedback": "source",
"components/focus": "source",
"components/form": "source",
"components/link": "source",
"components/logo": "source",
"components/nav": "source",
"components/page": "source",
"components/popover": "source",
"components/progress": "source",
"components/profile": "source",
"components/tab": "source",
"components/table": "source",
"global/borderwidth": "source",
"global/radius": "source",
"global/size": "source",
"global/space": "source",
"devicesize/small": "source",
"devicesize/large": "source",
"context/frozen product": "source",
"context/product": "source",
"context/marketing": "source"
"global/space": "source"
},
"$figmaCollectionId": "VariableCollectionId:2509:654",
"$figmaModeId": "2509:2",
Expand Down
7 changes: 0 additions & 7 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,13 +593,6 @@
"type": "borderRadius",
"description": "Card select (inner adjacent corners), Subscription tile footer top corners"
},
"blockquote": {
"bar": {
"value": "{global.radius.container.S}",
"type": "borderRadius",
"description": "Vertical bar"
}
},
"card": {
"moderate": {
"value": "{global.radius.container.L}",
Expand Down

0 comments on commit 5d9b760

Please sign in to comment.