Skip to content

Commit

Permalink
update responsive names
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Sep 25, 2024
1 parent 26555a5 commit 15cd888
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@
}
}
},
"BREAKPOINTS/desktop": {
"BREAKPOINTS/large breakpoint": {
"font": {
"heading-brand": {
"xxl": {
Expand Down Expand Up @@ -1800,7 +1800,7 @@
}
}
},
"BREAKPOINTS/tablet": {
"BREAKPOINTS/medium breakpoint": {
"font": {
"heading-brand": {
"xxl": {
Expand Down Expand Up @@ -1938,7 +1938,7 @@
}
}
},
"BREAKPOINTS/mobile": {
"BREAKPOINTS/small breakpoint": {
"font": {
"heading-brand": {
"xxl": {
Expand Down Expand Up @@ -2082,9 +2082,11 @@
"name": "Large breakpoint",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"BREAKPOINTS/desktop": "enabled",
"_00 Core": "source",
"01 Semantic": "source"
"01 Semantic": "source",
"BREAKPOINTS/large breakpoint": "enabled",
"BREAKPOINTS/medium breakpoint": "disabled",
"BREAKPOINTS/small breakpoint": "disabled"
},
"group": "03 Responsive",
"$figmaVariableReferences": {
Expand Down Expand Up @@ -2117,9 +2119,11 @@
"name": "Medium breakpoint",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"BREAKPOINTS/tablet": "enabled",
"_00 Core": "source",
"01 Semantic": "source"
"01 Semantic": "source",
"BREAKPOINTS/large breakpoint": "disabled",
"BREAKPOINTS/medium breakpoint": "enabled",
"BREAKPOINTS/small breakpoint": "disabled"
},
"group": "03 Responsive",
"$figmaVariableReferences": {
Expand Down Expand Up @@ -2152,9 +2156,11 @@
"name": "Small breakpoint",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"BREAKPOINTS/mobile": "enabled",
"_00 Core": "source",
"01 Semantic": "source"
"01 Semantic": "source",
"BREAKPOINTS/large breakpoint": "disabled",
"BREAKPOINTS/medium breakpoint": "disabled",
"BREAKPOINTS/small breakpoint": "enabled"
},
"group": "03 Responsive",
"$figmaVariableReferences": {
Expand Down Expand Up @@ -2187,9 +2193,9 @@
"tokenSetOrder": [
"_00 Core",
"01 Semantic",
"BREAKPOINTS/desktop",
"BREAKPOINTS/tablet",
"BREAKPOINTS/mobile"
"BREAKPOINTS/large breakpoint",
"BREAKPOINTS/medium breakpoint",
"BREAKPOINTS/small breakpoint"
]
}
}

0 comments on commit 15cd888

Please sign in to comment.