@up42/up-components 4.11.0 → 5.0.0-tokens.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@ export type AvatarProps = MUIGlobalOmit<Omit<MUIAvatarProps, 'children' | 'alt'
5
5
  firstName?: string;
6
6
  lastName?: string;
7
7
  icon?: React.ReactNode;
8
+ selected?: boolean;
8
9
  }>;
9
10
  /**
10
11
  * Documentation: https://up-components.up42.com/?path=/docs/data-display-avatar--docs
@@ -13,4 +14,5 @@ export declare const Avatar: React.ForwardRefExoticComponent<Omit<{
13
14
  firstName?: string | undefined;
14
15
  lastName?: string | undefined;
15
16
  icon?: React.ReactNode;
17
+ selected?: boolean | undefined;
16
18
  } & Omit<Omit<MUIAvatarProps<"div", {}>, "children" | "alt" | "src" | "sizes" | "srcSet" | "variant" | "imgProps">, "classes" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "ref"> & React.RefAttributes<unknown>>;
@@ -137,6 +137,7 @@ export { default as Satellite } from './Satellite.svg';
137
137
  export { default as Save } from './Save.svg';
138
138
  export { default as Scissors } from './Scissors.svg';
139
139
  export { default as Search } from './Search.svg';
140
+ export { default as SelectedIndicator } from './SelectedIndicator.svg';
140
141
  export { default as ServerCheck } from './ServerCheck.svg';
141
142
  export { default as ServerDeny } from './ServerDeny.svg';
142
143
  export { default as ServerDownload } from './ServerDownload.svg';
@@ -46,9 +46,6 @@ export { Tag, type TagProps } from './components/Tag/Tag';
46
46
  export { DateTime, type DateTimeProps } from './components/DateTime/DateTime';
47
47
  export { Divider, type DividerProps } from './components/Divider/Divider';
48
48
  export { FeatureCard, type FeatureCardProps } from './components/FeatureCard/FeatureCard';
49
- export { FeatureCardHeader, type FeatureCardHeaderProps } from './components/FeatureCardHeader/FeatureCardHeader';
50
- export { FeatureCardHeaderActions, type IconAction, type MenuAction, type FeatureCardHeaderActionsProps, } from './components/FeatureCardHeaderActions/FeatureCardHeaderActions';
51
- export { StatusLight, type StatusLightProps } from './components/StatusLight/StatusLight';
52
49
  export { DocumentationPopover, type DocumentationPopoverProps, } from './components/DocumentationPopover/DocumentationPopover';
53
50
  export { CodeInline, type CodeInlineProps } from './components/CodeInline/CodeInline';
54
51
  export { CodeSnippet, type CodeSnippetProps, type CodeSnippetItemProps } from './components/CodeSnippet/CodeSnippet';