FunctionColorCard({
description,
colorScheme,
id,
borderStyle,
color,
dangerouslySetInlineStyle,
}: ColorCardProps)
docs/pages/foundations/elevation.tsx:19
FunctionCompletedCard({
dismissButton,
message,
status,
statusMessage,
title,
}: Omit<CardProps, 'link'>)
packages/gestalt/src/ActivationCard.tsx:106
FunctionConfirmationPopover({
anchor,
message,
subtext,
primaryAction,
secondaryAction,
onDismiss,
}: Props)
packages/gestalt/src/OverlayPanel/ConfirmationPopover.tsx:41
FunctionContents({
accessibilityLabel,
anchor,
bgColor,
caret = true,
children,
id,
idealDirection,
forceDirec
packages/gestalt/src/Popover/Contents.tsx:46
FunctionController({
accessibilityLabel,
anchor,
bgColor,
caret,
children,
id,
idealDirection,
forceDirection,
packages/gestalt/src/Popover/Controller.tsx:39
FunctionDatapoint({
badge,
size = 'md',
title,
tooltipText,
tooltipZIndex,
trend,
trendSentiment = 'auto',
valu
packages/gestalt/src/Datapoint.tsx:64
FunctionDefaultAvatar({
accessibilityLabel,
color,
isHovered,
isPressed,
name,
}: Props)
packages/gestalt/src/Avatar/DefaultAvatar.tsx:11
FunctionDesignTokensProvider({
children,
id,
languageMode = 'default',
forceTheme,
rootSelector,
}: Props)
packages/gestalt/src/contexts/DesignTokensProvider.tsx:89