Skip to content

Commit f0a5549

Browse files
authored
Merge pull request #28 from misykvg/update-tokens
Update tokens from Figma
2 parents 94e14ee + 95a9daf commit f0a5549

File tree

7 files changed

+74
-25
lines changed

7 files changed

+74
-25
lines changed

tokens/brandColors.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"border": {
190190
"default": {
191191
"$type": "color",
192-
"$value": "{color.gray.087}",
192+
"$value": "{color.gray.090}",
193193
"$description": "",
194194
"$extensions": {
195195
"com.figma": {

tokens/brandColors.vg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"border": {
190190
"default": {
191191
"$type": "color",
192-
"$value": "{color.gray.087}",
192+
"$value": "{color.gray.090}",
193193
"$description": "",
194194
"$extensions": {
195195
"com.figma": {

tokens/brandGlobals.test.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"hover": {
7979
"$type": "number",
80-
"$value": "{opacity.006}",
80+
"$value": "{opacity.012}",
8181
"$description": "",
8282
"$extensions": {
8383
"com.figma": {
@@ -89,7 +89,7 @@
8989
},
9090
"pressed": {
9191
"$type": "number",
92-
"$value": "{opacity.012}",
92+
"$value": "{opacity.024}",
9393
"$description": "",
9494
"$extensions": {
9595
"com.figma": {
@@ -115,7 +115,7 @@
115115
},
116116
"hover": {
117117
"$type": "number",
118-
"$value": "{opacity.006}",
118+
"$value": "{opacity.012}",
119119
"$description": "",
120120
"$extensions": {
121121
"com.figma": {
@@ -127,7 +127,7 @@
127127
},
128128
"pressed": {
129129
"$type": "number",
130-
"$value": "{opacity.012}",
130+
"$value": "{opacity.024}",
131131
"$description": "",
132132
"$extensions": {
133133
"com.figma": {

tokens/brandGlobals.vg.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"hover": {
7979
"$type": "number",
80-
"$value": "{opacity.006}",
80+
"$value": "{opacity.012}",
8181
"$description": "",
8282
"$extensions": {
8383
"com.figma": {
@@ -89,7 +89,7 @@
8989
},
9090
"pressed": {
9191
"$type": "number",
92-
"$value": "{opacity.012}",
92+
"$value": "{opacity.024}",
9393
"$description": "",
9494
"$extensions": {
9595
"com.figma": {
@@ -115,7 +115,7 @@
115115
},
116116
"hover": {
117117
"$type": "number",
118-
"$value": "{opacity.006}",
118+
"$value": "{opacity.012}",
119119
"$description": "",
120120
"$extensions": {
121121
"com.figma": {
@@ -127,7 +127,7 @@
127127
},
128128
"pressed": {
129129
"$type": "number",
130-
"$value": "{opacity.012}",
130+
"$value": "{opacity.024}",
131131
"$description": "",
132132
"$extensions": {
133133
"com.figma": {

tokens/dsColors.tokens.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@
322322
"com.figma": {
323323
"hiddenFromPublishing": false,
324324
"scopes": [
325-
"STROKE_COLOR"
325+
"STROKE_COLOR",
326+
"EFFECT_COLOR"
326327
],
327328
"codeSyntax": {}
328329
}

tokens/vgB2b.primitives.json

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -568,20 +568,6 @@
568568
}
569569
},
570570
"color": {
571-
"blue": {
572-
"050": {
573-
"$type": "color",
574-
"$value": "#0084ff",
575-
"$description": "",
576-
"$extensions": {
577-
"com.figma": {
578-
"hiddenFromPublishing": true,
579-
"scopes": [],
580-
"codeSyntax": {}
581-
}
582-
}
583-
}
584-
},
585571
"red": {
586572
"040": {
587573
"$type": "color",
@@ -632,6 +618,20 @@
632618
}
633619
}
634620
},
621+
"blue": {
622+
"050": {
623+
"$type": "color",
624+
"$value": "#0084ff",
625+
"$description": "",
626+
"$extensions": {
627+
"com.figma": {
628+
"hiddenFromPublishing": true,
629+
"scopes": [],
630+
"codeSyntax": {}
631+
}
632+
}
633+
}
634+
},
635635
"gray": {
636636
"100": {
637637
"$type": "color",
@@ -657,6 +657,18 @@
657657
}
658658
}
659659
},
660+
"090": {
661+
"$type": "color",
662+
"$value": "#e4e6e9",
663+
"$description": "",
664+
"$extensions": {
665+
"com.figma": {
666+
"hiddenFromPublishing": true,
667+
"scopes": [],
668+
"codeSyntax": {}
669+
}
670+
}
671+
},
660672
"087": {
661673
"$type": "color",
662674
"$value": "#dfdfdf",
@@ -1041,6 +1053,18 @@
10411053
"codeSyntax": {}
10421054
}
10431055
}
1056+
},
1057+
"024": {
1058+
"$type": "number",
1059+
"$value": 24,
1060+
"$description": "",
1061+
"$extensions": {
1062+
"com.figma": {
1063+
"hiddenFromPublishing": true,
1064+
"scopes": [],
1065+
"codeSyntax": {}
1066+
}
1067+
}
10441068
}
10451069
}
10461070
}

tokens/vgB2c.primitives.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,18 @@
657657
}
658658
}
659659
},
660+
"090": {
661+
"$type": "color",
662+
"$value": "#e4e6e9",
663+
"$description": "",
664+
"$extensions": {
665+
"com.figma": {
666+
"hiddenFromPublishing": true,
667+
"scopes": [],
668+
"codeSyntax": {}
669+
}
670+
}
671+
},
660672
"087": {
661673
"$type": "color",
662674
"$value": "#dfdfdf",
@@ -1041,6 +1053,18 @@
10411053
"codeSyntax": {}
10421054
}
10431055
}
1056+
},
1057+
"024": {
1058+
"$type": "number",
1059+
"$value": 24,
1060+
"$description": "",
1061+
"$extensions": {
1062+
"com.figma": {
1063+
"hiddenFromPublishing": true,
1064+
"scopes": [],
1065+
"codeSyntax": {}
1066+
}
1067+
}
10441068
}
10451069
}
10461070
}

0 commit comments

Comments
 (0)