From 84b83bdb8bf34172214876305a9fcc9ae5436b47 Mon Sep 17 00:00:00 2001 From: Yarden Eitan Date: Tue, 23 Mar 2021 10:09:04 -0700 Subject: [PATCH] Internal Change PiperOrigin-RevId: 364584460 --- .../examples/supplemental/ButtonsTypicalUseSupplemental.m | 2 ++ .../NavigationBar/examples/NavigationBarAlertExample.swift | 2 ++ 2 files changed, 4 insertions(+) diff --git a/components/Buttons/examples/supplemental/ButtonsTypicalUseSupplemental.m b/components/Buttons/examples/supplemental/ButtonsTypicalUseSupplemental.m index 92a91199b22..6e27dd4fd7b 100644 --- a/components/Buttons/examples/supplemental/ButtonsTypicalUseSupplemental.m +++ b/components/Buttons/examples/supplemental/ButtonsTypicalUseSupplemental.m @@ -35,6 +35,7 @@ + (NSDictionary *)catalogMetadata { @"\nA floating action button (FAB) represents the primary action of a screen.", @"primaryDemo" : @YES, @"presentable" : @YES, + @"thresholdPercentage" : @1.5, }; } @@ -47,6 +48,7 @@ + (NSDictionary *)catalogMetadata { @"breadcrumbs" : @[ @"Buttons", @"Shaped Buttons" ], @"primaryDemo" : @NO, @"presentable" : @YES, + @"thresholdPercentage" : @1.5, }; } diff --git a/components/NavigationBar/examples/NavigationBarAlertExample.swift b/components/NavigationBar/examples/NavigationBarAlertExample.swift index f8b9f236612..f4eca4eed6c 100644 --- a/components/NavigationBar/examples/NavigationBarAlertExample.swift +++ b/components/NavigationBar/examples/NavigationBarAlertExample.swift @@ -91,6 +91,8 @@ extension NavigationBarAlertExample { "breadcrumbs": ["Navigation Bar", "Popover Alert"], "primaryDemo": false, "presentable": false, + "snapshotDelay": 1.0, + "thresholdPercentage": 4.0, ] }