File tree Expand file tree Collapse file tree 1 file changed +34
-4
lines changed
src/tokens/functional/color Expand file tree Collapse file tree 1 file changed +34
-4
lines changed Original file line number Diff line number Diff line change 2
2
data : {
3
3
blue : {
4
4
color : {
5
- emphasis : {
6
- $value : '{base.display.color.blue.5 }' ,
5
+ "1" : {
6
+ $value : '{base.display.color.blue.4 }' ,
7
7
$type : 'color' ,
8
8
$extensions : {
9
9
'org.primer.figma' : {
10
10
collection : 'mode' ,
11
11
group : 'component' ,
12
12
scopes : [ 'bgColor' , 'borderColor' ] ,
13
13
} ,
14
- 'org.primer.overrides' : {
15
- dark : '{base.display.color.blue.5}' ,
14
+ } ,
15
+ } ,
16
+ "2" : {
17
+ $value : '{base.display.color.blue.6}' ,
18
+ $type : 'color' ,
19
+ $extensions : {
20
+ 'org.primer.figma' : {
21
+ collection : 'mode' ,
22
+ group : 'component' ,
23
+ scopes : [ 'bgColor' , 'borderColor' ] ,
24
+ } ,
25
+ } ,
26
+ } ,
27
+ "3" : {
28
+ $value : '{base.display.color.blue.8}' ,
29
+ $type : 'color' ,
30
+ $extensions : {
31
+ 'org.primer.figma' : {
32
+ collection : 'mode' ,
33
+ group : 'component' ,
34
+ scopes : [ 'bgColor' , 'borderColor' ] ,
35
+ } ,
36
+ } ,
37
+ } ,
38
+ "4" : {
39
+ $value : '{base.display.color.blue.9}' ,
40
+ $type : 'color' ,
41
+ $extensions : {
42
+ 'org.primer.figma' : {
43
+ collection : 'mode' ,
44
+ group : 'component' ,
45
+ scopes : [ 'bgColor' , 'borderColor' ] ,
16
46
} ,
17
47
} ,
18
48
} ,
You can’t perform that action at this time.
0 commit comments