odaptos_design_system 2.0.209 → 2.0.211

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ export default function ConfusedInterviewee({ stroke, strokeWidth, fill, ...rest }: SvgIconProps): React.JSX.Element;
@@ -64,6 +64,7 @@ export { default as VideoFlag } from './Illustrations/VideoFlag';
64
64
  export { default as VideoFlag2 } from './Illustrations/VideoFlag2';
65
65
  export { default as VideoFlagGreen } from './Illustrations/VideoFlagGreen';
66
66
  export { default as WaitingMen } from './Illustrations/WaitingMen';
67
+ export { default as ConfusedInterviewee } from './Illustrations/ConfusedInterviewee';
67
68
  export { default as AccountIcon } from './Interaction/AccountIcon';
68
69
  export { default as AccountIconMksite } from './Interaction/AccountIconMksite';
69
70
  export { default as AddIcon } from './Interaction/AddIcon';
package/dist/index.d.ts CHANGED
@@ -28,6 +28,7 @@ export * from './Atoms/Typography/TextWithLink';
28
28
  export * from './Atoms/Typography/Title';
29
29
  export * from './DesignTokens/ColorGuide/colors';
30
30
  export * from './DesignTokens/Icons';
31
+ export * from './DesignTokens/Animations';
31
32
  export * from './Molecules/Accordion/Accordion';
32
33
  export * from './Molecules/ChatMessage/ChatMessage';
33
34
  export * from './Molecules/FeaturesTable/FeaturesTable';