@kystverket/styrbord 1.4.25 → 1.4.27

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.
@@ -13,6 +13,10 @@ export type AvatarProps = MergeRight<DsAvatarProps, (AriaLabel | AriaHidden) & {
13
13
  'data-size'?: '2xs' | '3xs' | DsAvatarProps['data-size'];
14
14
  'data-color-variant'?: 'base' | 'surface-tinted';
15
15
  border?: 'solid' | 'dashed' | 'dotted' | 'double' | 'none';
16
+ /**
17
+ * Tooltip text to display on hover.
18
+ */
19
+ tooltip?: string;
16
20
  }>;
17
21
  export declare const Avatar: FC<AvatarProps>;
18
22
  export {};
@@ -12,4 +12,5 @@ export declare const CombinedVariants: Story;
12
12
  export declare const ShapeVariants: Story;
13
13
  export declare const WithImage: Story;
14
14
  export declare const InDropdown: Story;
15
+ export declare const WithTooltip: Story;
15
16
  export declare const AsLink: Story;