@20minutes/hela 2.22.5 → 2.22.7

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.
@@ -1,7 +1,7 @@
1
1
  import { IconProps } from '../..';
2
2
  import { As, AsProps, SpacingSystemProps } from '../../../types';
3
3
  import { ButtonProps } from '../Button/Button';
4
- export declare const iconButtonColor: readonly ["primary", "secondary", "tertiary", "quaternary", "translucent", "dark", "white", "blue-ice", "blue-dark"];
4
+ export declare const iconButtonColor: readonly ["primary", "secondary", "tertiary", "quaternary", "translucent", "dark", "white", "blue-ice", "blue-dark", "sport"];
5
5
  export type IconButtonColorType = (typeof iconButtonColor)[number];
6
6
  export interface IconButtonOptions {
7
7
  iconProps: IconProps;
@@ -16,7 +16,6 @@ export interface SocialBarProps extends FlexProps {
16
16
  contentLink?: string;
17
17
  withReport?: boolean;
18
18
  withChatbotButton?: boolean;
19
- withChatbotButtonToolbar?: boolean;
20
19
  commentAnchor?: string;
21
20
  className?: string;
22
21
  disableComment?: boolean;