Skip to content

Commit 0541e2b

Browse files
committed
Generating static files
1 parent ccf3d94 commit 0541e2b

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

static/arguments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,6 +3948,12 @@
39483948
"default": "`false`",
39493949
"description": "Whether to add a tooltip to the stack or not."
39503950
},
3951+
{
3952+
"name": "disable_expand",
3953+
"type": "Boolean",
3954+
"default": "`false`",
3955+
"description": "Whether to disable the expand behavior on hover. If true, avatars will not expand."
3956+
},
39513957
{
39523958
"name": "body_arguments",
39533959
"type": "Hash",

static/info_arch.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12166,6 +12166,12 @@
1216612166
"default": "`false`",
1216712167
"description": "Whether to add a tooltip to the stack or not."
1216812168
},
12169+
{
12170+
"name": "disable_expand",
12171+
"type": "Boolean",
12172+
"default": "`false`",
12173+
"description": "Whether to disable the expand behavior on hover. If true, avatars will not expand."
12174+
},
1216912175
{
1217012176
"name": "body_arguments",
1217112177
"type": "Hash",
@@ -12311,6 +12317,19 @@
1231112317
"color-contrast"
1231212318
]
1231312319
}
12320+
},
12321+
{
12322+
"preview_path": "primer/beta/avatar_stack/with_disabled_expand",
12323+
"name": "with_disabled_expand",
12324+
"snapshot": "false",
12325+
"skip_rules": {
12326+
"wont_fix": [
12327+
"region"
12328+
],
12329+
"will_fix": [
12330+
"color-contrast"
12331+
]
12332+
}
1231412333
}
1231512334
],
1231612335
"subcomponents": []

static/previews.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,19 @@
14691469
"color-contrast"
14701470
]
14711471
}
1472+
},
1473+
{
1474+
"preview_path": "primer/beta/avatar_stack/with_disabled_expand",
1475+
"name": "with_disabled_expand",
1476+
"snapshot": "false",
1477+
"skip_rules": {
1478+
"wont_fix": [
1479+
"region"
1480+
],
1481+
"will_fix": [
1482+
"color-contrast"
1483+
]
1484+
}
14721485
}
14731486
]
14741487
},

0 commit comments

Comments
 (0)