odaptos_design_system 1.4.66 → 1.4.67

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,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function CalendarIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function StarIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function ViewIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function ProjectSvg({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function ProjectSvg({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -35,21 +35,21 @@ export { default as MobileIcon } from './Equipment/MobileIcon';
35
35
  export { default as TvFlatScreenIcon } from './Equipment/TvFlatScreenIcon';
36
36
  export { default as TvIcon } from './Equipment/TvIcon';
37
37
  export { default as AngryIntervieweeFemale } from './Illustrations/AngryIntervieweeFemale';
38
- export { default as Faq } from './Illustrations/Faq';
39
- export { default as UsabilityBrowser } from './Illustrations/UsabilityBrowser';
38
+ export { default as Blog } from './Illustrations/Blog';
40
39
  export { default as EmotionsHeatMap } from './Illustrations/EmotionsHeatMap';
41
- export { default as Sentiment } from './Illustrations/Sentiment';
42
- export { default as UserPanel } from './Illustrations/UserPanel';
40
+ export { default as Faq } from './Illustrations/Faq';
43
41
  export { default as IntegratedUsabilityScore } from './Illustrations/IntegratedUsabilityScore';
44
- export { default as VideoFlag2 } from './Illustrations/VideoFlag2';
45
- export { default as ScheduleTasks } from './Illustrations/ScheduleTasks';
46
- export { default as UxGuide } from './Illustrations/UxGuide';
47
42
  export { default as InterviewTranscript } from './Illustrations/InterviewTranscript';
48
- export { default as MetaAnalyse2 } from './Illustrations/MetaAnalyse2';
49
43
  export { default as MetaAnalyse } from './Illustrations/MetaAnalyse';
44
+ export { default as MetaAnalyse2 } from './Illustrations/MetaAnalyse2';
45
+ export { default as ScheduleTasks } from './Illustrations/ScheduleTasks';
46
+ export { default as Sentiment } from './Illustrations/Sentiment';
47
+ export { default as UsabilityBrowser } from './Illustrations/UsabilityBrowser';
50
48
  export { default as UserFlows } from './Illustrations/UserFlows';
51
- export { default as Blog } from './Illustrations/Blog';
49
+ export { default as UserPanel } from './Illustrations/UserPanel';
50
+ export { default as UxGuide } from './Illustrations/UxGuide';
52
51
  export { default as VideoFlag } from './Illustrations/VideoFlag';
52
+ export { default as VideoFlag2 } from './Illustrations/VideoFlag2';
53
53
  export { default as AccountIcon } from './Interaction/AccountIcon';
54
54
  export { default as AddIcon } from './Interaction/AddIcon';
55
55
  export { default as AgendaIcon } from './Interaction/AgendaIcon';
@@ -93,6 +93,7 @@ export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
93
93
  export { default as BinocularIcon } from './Miscellaneous/BinocularIcon';
94
94
  export { default as BookFlipPageIcon } from './Miscellaneous/BookFlipPageIcon';
95
95
  export { default as BrainIcon } from './Miscellaneous/BrainIcon';
96
+ export { default as CalendarIcon } from './Miscellaneous/CalendarIcon';
96
97
  export { default as ChatBubbleIcon } from './Miscellaneous/ChatBubbleIcon';
97
98
  export { default as ChatIcon } from './Miscellaneous/ChatIcon';
98
99
  export { default as CheckoutIcon } from './Miscellaneous/CheckoutIcon';
@@ -105,6 +106,7 @@ export { default as FaceRecognitionIcon } from './Miscellaneous/FaceRecognitionI
105
106
  export { default as FileUploadIcon } from './Miscellaneous/FileUploadIcon';
106
107
  export { default as FilesIcon } from './Miscellaneous/FilesIcon';
107
108
  export { default as FillRecordIcon } from './Miscellaneous/FillRecordIcon';
109
+ export { default as FilledTaskIcon } from './Miscellaneous/FilledTaskIcon';
108
110
  export { default as FolderIcon } from './Miscellaneous/FolderIcon';
109
111
  export { default as GoogleIcon } from './Miscellaneous/GoogleIcon';
110
112
  export { default as HardDriveIcon } from './Miscellaneous/HardDriveIcon';
@@ -124,13 +126,16 @@ export { default as SeatIcon } from './Miscellaneous/SeatIcon';
124
126
  export { default as SendEmailIcon } from './Miscellaneous/SendEmailIcon';
125
127
  export { default as SendIcon } from './Miscellaneous/SendIcon';
126
128
  export { default as SmartBrainIcon } from './Miscellaneous/SmartBrainIcon';
127
- export { default as FilledTaskIcon } from './Miscellaneous/FilledTaskIcon';
129
+ export { default as StarIcon } from './Miscellaneous/StarIcon';
128
130
  export { default as TaskIcon } from './Miscellaneous/TaskIcon';
129
131
  export { default as TestDetailsIcon } from './Miscellaneous/TestDetailsIcon';
130
132
  export { default as TestIcon } from './Miscellaneous/TestIcon';
131
133
  export { default as UnmoderatedIcon } from './Miscellaneous/UnmoderatedIcon';
134
+ export { default as ViewIcon } from './Miscellaneous/ViewIcon';
132
135
  export { default as AlamBellIdleIcon } from './Notifications/AlamBellIdleIcon';
133
136
  export { default as AlarmBellStatusIcon } from './Notifications/AlarmBellStatusIcon';
134
137
  export { default as ConversationIdleIcon } from './Notifications/ConversationIdleIcon';
135
138
  export { default as ConversationStatusIcon } from './Notifications/ConversationStatusIcon';
136
139
  export { default as NotifAlertIcon } from './Notifications/NotifAlertIcon';
140
+ export { default as ProjectSvg } from './Other/ProjectSvg';
141
+ export { default as ProjectHoverSvg } from './Other/ProjectHoverSvg';