@20minutes/hela 2.18.11 → 2.18.12

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.
@@ -15,6 +15,7 @@ export interface SocialBarProps extends FlexProps {
15
15
  contentModel?: string;
16
16
  contentLink?: string;
17
17
  withReport?: boolean;
18
+ withChatbotButton?: boolean;
18
19
  commentAnchor?: string;
19
20
  className?: string;
20
21
  disableComment?: boolean;
@@ -219,6 +219,10 @@ export declare const tokenVariables: {
219
219
  value: string;
220
220
  key: string;
221
221
  };
222
+ ia: {
223
+ value: string;
224
+ key: string;
225
+ };
222
226
  instagram: {
223
227
  value: string;
224
228
  key: string;