Skip to content

Commit d8ff04f

Browse files
committed
Generating static files
1 parent be01160 commit d8ff04f

3 files changed

Lines changed: 54 additions & 2 deletions

File tree

static/arguments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5775,7 +5775,7 @@
57755775
"name": "src",
57765776
"type": "String",
57775777
"default": "`nil`",
5778-
"description": "The source url of the avatar image. When nil, renders a fallback with initials."
5778+
"description": "The source url of the avatar image. When nil, or broken URL it renders a fallback with initials."
57795779
},
57805780
{
57815781
"name": "alt",

static/info_arch.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18882,7 +18882,7 @@
1888218882
"name": "src",
1888318883
"type": "String",
1888418884
"default": "`nil`",
18885-
"description": "The source url of the avatar image. When nil, renders a fallback with initials."
18885+
"description": "The source url of the avatar image. When nil, or broken URL it renders a fallback with initials."
1888618886
},
1888718887
{
1888818888
"name": "alt",
@@ -19040,6 +19040,32 @@
1904019040
"color-contrast"
1904119041
]
1904219042
}
19043+
},
19044+
{
19045+
"preview_path": "primer/open_project/avatar_with_fallback/broken_image_404",
19046+
"name": "broken_image_404",
19047+
"snapshot": "true",
19048+
"skip_rules": {
19049+
"wont_fix": [
19050+
"region"
19051+
],
19052+
"will_fix": [
19053+
"color-contrast"
19054+
]
19055+
}
19056+
},
19057+
{
19058+
"preview_path": "primer/open_project/avatar_with_fallback/multiple_broken_images",
19059+
"name": "multiple_broken_images",
19060+
"snapshot": "false",
19061+
"skip_rules": {
19062+
"wont_fix": [
19063+
"region"
19064+
],
19065+
"will_fix": [
19066+
"color-contrast"
19067+
]
19068+
}
1904319069
}
1904419070
],
1904519071
"subcomponents": []

static/previews.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,32 @@
16331633
"color-contrast"
16341634
]
16351635
}
1636+
},
1637+
{
1638+
"preview_path": "primer/open_project/avatar_with_fallback/broken_image_404",
1639+
"name": "broken_image_404",
1640+
"snapshot": "true",
1641+
"skip_rules": {
1642+
"wont_fix": [
1643+
"region"
1644+
],
1645+
"will_fix": [
1646+
"color-contrast"
1647+
]
1648+
}
1649+
},
1650+
{
1651+
"preview_path": "primer/open_project/avatar_with_fallback/multiple_broken_images",
1652+
"name": "multiple_broken_images",
1653+
"snapshot": "false",
1654+
"skip_rules": {
1655+
"wont_fix": [
1656+
"region"
1657+
],
1658+
"will_fix": [
1659+
"color-contrast"
1660+
]
1661+
}
16361662
}
16371663
]
16381664
},

0 commit comments

Comments
 (0)