Skip to content

Commit 84b83bd

Browse files
yarneomaterial-automation
authored andcommitted
Internal Change
PiperOrigin-RevId: 364584460
1 parent 8465222 commit 84b83bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/Buttons/examples/supplemental/ButtonsTypicalUseSupplemental.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ + (NSDictionary *)catalogMetadata {
3535
@"\nA floating action button (FAB) represents the primary action of a screen.",
3636
@"primaryDemo" : @YES,
3737
@"presentable" : @YES,
38+
@"thresholdPercentage" : @1.5,
3839
};
3940
}
4041

@@ -47,6 +48,7 @@ + (NSDictionary *)catalogMetadata {
4748
@"breadcrumbs" : @[ @"Buttons", @"Shaped Buttons" ],
4849
@"primaryDemo" : @NO,
4950
@"presentable" : @YES,
51+
@"thresholdPercentage" : @1.5,
5052
};
5153
}
5254

components/NavigationBar/examples/NavigationBarAlertExample.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ extension NavigationBarAlertExample {
9191
"breadcrumbs": ["Navigation Bar", "Popover Alert"],
9292
"primaryDemo": false,
9393
"presentable": false,
94+
"snapshotDelay": 1.0,
95+
"thresholdPercentage": 4.0,
9496
]
9597
}
9698

0 commit comments

Comments
 (0)