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.
- package/dist/DesignTokens/Icons/Illustrations/ConfusedInterviewee.d.ts +3 -0
- package/dist/DesignTokens/Icons/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/odaptos_design_system.cjs.development.js +32644 -3
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +32639 -4
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/DesignTokens/Animations/index.ts +7 -7
- package/src/DesignTokens/Icons/Illustrations/ConfusedInterviewee.tsx +236 -0
- package/src/DesignTokens/Icons/index.ts +1 -0
- package/src/Molecules/Notifications/Toast.tsx +1 -1
- package/src/index.ts +1 -0
|
@@ -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';
|