Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
primer-css committed Nov 9, 2023
1 parent 314c0f1 commit e746b03
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -3034,7 +3034,7 @@
"name": "size",
"type": "Integer",
"default": "`20`",
"description": "One of `16`, `20`, `24`, `32`, `40`, `48`, or `80`."
"description": "One of `16`, `20`, `24`, `32`, `40`, `48`, `64`, or `80`."
},
{
"name": "shape",
Expand Down
1 change: 1 addition & 0 deletions static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@
32,
40,
48,
64,
80
],
"SMALL_THRESHOLD": 24
Expand Down
15 changes: 14 additions & 1 deletion static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9258,7 +9258,7 @@
"name": "size",
"type": "Integer",
"default": "`20`",
"description": "One of `16`, `20`, `24`, `32`, `40`, `48`, or `80`."
"description": "One of `16`, `20`, `24`, `32`, `40`, `48`, `64`, or `80`."
},
{
"name": "shape",
Expand Down Expand Up @@ -9403,6 +9403,19 @@
]
}
},
{
"preview_path": "primer/beta/avatar/size_64",
"name": "size_64",
"snapshot": "true",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
},
{
"preview_path": "primer/beta/avatar/size_80",
"name": "size_80",
Expand Down
13 changes: 13 additions & 0 deletions static/previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,19 @@
]
}
},
{
"preview_path": "primer/beta/avatar/size_64",
"name": "size_64",
"snapshot": "true",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
},
{
"preview_path": "primer/beta/avatar/size_80",
"name": "size_80",
Expand Down

0 comments on commit e746b03

Please sign in to comment.