odaptos_design_system 1.4.96 → 1.4.98
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/Logos/LogoWhite.d.ts +3 -0
- package/dist/Icons/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/odaptos_design_system.cjs.development.js +306 -237
- 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 +293 -226
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons/Logos/LogoWhite.tsx +38 -0
- package/src/Icons/index.ts +1 -0
- package/src/index.ts +1 -0
package/dist/Icons/index.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ export { default as LogoNormal } from './Logos/LogoNormal';
|
|
|
78
78
|
export { default as LogoSmall } from './Logos/LogoSmall';
|
|
79
79
|
export { default as LogoSquare } from './Logos/LogoSquare';
|
|
80
80
|
export { default as LogoText } from './Logos/LogoText';
|
|
81
|
+
export { default as LogoWhite } from './Logos/LogoWhite';
|
|
81
82
|
export { default as HangUpIcon } from './MediaControl/HangUpIcon';
|
|
82
83
|
export { default as MeetingIcon } from './MediaControl/MeetingIcon';
|
|
83
84
|
export { default as MicrophoneIcon } from './MediaControl/MicrophoneIcon';
|
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export * from './Interviews/ChatInput';
|
|
|
13
13
|
export * from './Interviews/CircledIconButton';
|
|
14
14
|
export * from './Interviews/GoBack';
|
|
15
15
|
export * from './Interviews/InterviewButton';
|
|
16
|
+
export * from './Interviews/MarkUpBar';
|
|
16
17
|
export * from './Interviews/StartInterview';
|
|
17
18
|
export * from './Interviews/Task';
|
|
18
19
|
export * from './Interviews/WelcomeMessage';
|