Skip to content

Commit

Permalink
Internal Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 364584460
  • Loading branch information
yarneo authored and material-automation committed Mar 23, 2021
1 parent 8465222 commit 84b83bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}

Expand All @@ -47,6 +48,7 @@ + (NSDictionary *)catalogMetadata {
@"breadcrumbs" : @[ @"Buttons", @"Shaped Buttons" ],
@"primaryDemo" : @NO,
@"presentable" : @YES,
@"thresholdPercentage" : @1.5,
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ extension NavigationBarAlertExample {
"breadcrumbs": ["Navigation Bar", "Popover Alert"],
"primaryDemo": false,
"presentable": false,
"snapshotDelay": 1.0,
"thresholdPercentage": 4.0,
]
}

Expand Down

0 comments on commit 84b83bd

Please sign in to comment.