odaptos_design_system 1.4.174 → 1.4.176
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/Icons/Illustrations/OdaWaiting.d.ts +3 -0
- package/dist/Icons/index.d.ts +1 -0
- package/dist/odaptos_design_system.cjs.development.js +404 -112
- 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 +404 -113
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons/Illustrations/InterviewTranscriptGreen.tsx +60 -60
- package/src/Icons/Illustrations/OdaWaiting.tsx +339 -0
- package/src/Icons/Illustrations/VideoFlagGreen.tsx +21 -21
- package/src/Icons/MediaControl/RecordIcon.tsx +2 -2
- package/src/Icons/Miscellaneous/LanguageIcon.tsx +1 -1
- package/src/Icons/Notifications/AlamBellIdleIcon.tsx +0 -3
- package/src/Icons/Partners/Partner1.tsx +2 -2
- package/src/Icons/Partners/Partner2.tsx +14 -14
- package/src/Icons/Partners/Partner8.tsx +6 -6
- package/src/Icons/Partners/Partner9.tsx +4 -4
- package/src/Icons/index.ts +1 -0
- package/src/Interviews/Chat.tsx +4 -0
- package/src/Icons/Logos/ap-logo 1.svg +0 -21
package/dist/Icons/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export { default as MenShowingSomething } from './Illustrations/MenShowingSometh
|
|
|
46
46
|
export { default as MetaAnalyse } from './Illustrations/MetaAnalyse';
|
|
47
47
|
export { default as MetaAnalyse2 } from './Illustrations/MetaAnalyse2';
|
|
48
48
|
export { default as OdaAccountPro } from './Illustrations/OdaAccountPro';
|
|
49
|
+
export { default as OdaWaiting } from './Illustrations/OdaWaiting';
|
|
49
50
|
export { default as ScheduleTasks } from './Illustrations/ScheduleTasks';
|
|
50
51
|
export { default as Sentiment } from './Illustrations/Sentiment';
|
|
51
52
|
export { default as UsabilityBrowser } from './Illustrations/UsabilityBrowser';
|