odaptos_design_system 1.4.0 → 1.4.2
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/Miscellaneous/RefreshIcon.d.ts +3 -0
- package/dist/Icons/index.d.ts +25 -24
- package/dist/Tooltip/Layout/TooltipCustomLayout.d.ts +1 -1
- package/dist/Tooltip/Tooltip.d.ts +1 -1
- package/dist/odaptos_design_system.cjs.development.js +745 -708
- 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 +745 -709
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +3 -2
- package/src/Checkbox/Checkbox.tsx +1 -1
- package/src/Icons/Miscellaneous/RefreshIcon.tsx +47 -0
- package/src/Icons/index.ts +25 -24
- package/src/Tooltip/Layout/TooltipCustomLayout.tsx +37 -24
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/src/Typography/Caption.tsx +1 -1
- package/src/Typography/Text.tsx +1 -1
- package/src/Typography/TextForButton.tsx +1 -1
- package/src/Typography/TextForDropDownItem.tsx +1 -1
- package/src/Typography/TextWithLink.tsx +1 -1
- package/src/Typography/Title.tsx +1 -1
package/dist/Icons/index.d.ts
CHANGED
|
@@ -32,8 +32,8 @@ export { default as CameraIcon } from './Equipment/CameraIcon';
|
|
|
32
32
|
export { default as LaptopIcon } from './Equipment/LaptopIcon';
|
|
33
33
|
export { default as MicrophonePodcastIcon } from './Equipment/MicrophonePodcastIcon';
|
|
34
34
|
export { default as MobileIcon } from './Equipment/MobileIcon';
|
|
35
|
-
export { default as TvIcon } from './Equipment/TvIcon';
|
|
36
35
|
export { default as TvFlatScreenIcon } from './Equipment/TvFlatScreenIcon';
|
|
36
|
+
export { default as TvIcon } from './Equipment/TvIcon';
|
|
37
37
|
export { default as AccountIcon } from './Interaction/AccountIcon';
|
|
38
38
|
export { default as AddIcon } from './Interaction/AddIcon';
|
|
39
39
|
export { default as AgendaIcon } from './Interaction/AgendaIcon';
|
|
@@ -53,6 +53,11 @@ export { default as SearchIcon } from './Interaction/SearchIcon';
|
|
|
53
53
|
export { default as SearchRemoveIcon } from './Interaction/SearchRemoveIcon';
|
|
54
54
|
export { default as ShareIcon } from './Interaction/ShareIcon';
|
|
55
55
|
export { default as TeamIcon } from './Interaction/TeamIcon';
|
|
56
|
+
export { default as LogoBeta } from './Logos/LogoBeta';
|
|
57
|
+
export { default as LogoNormal } from './Logos/LogoNormal';
|
|
58
|
+
export { default as LogoSmall } from './Logos/LogoSmall';
|
|
59
|
+
export { default as LogoSquare } from './Logos/LogoSquare';
|
|
60
|
+
export { default as LogoText } from './Logos/LogoText';
|
|
56
61
|
export { default as HangUpIcon } from './MediaControl/HangUpIcon';
|
|
57
62
|
export { default as MeetingIcon } from './MediaControl/MeetingIcon';
|
|
58
63
|
export { default as MicrophoneIcon } from './MediaControl/MicrophoneIcon';
|
|
@@ -63,46 +68,42 @@ export { default as PlayIcon } from './MediaControl/PlayIcon';
|
|
|
63
68
|
export { default as PreviousIcon } from './MediaControl/PreviousIcon';
|
|
64
69
|
export { default as RecordingIcon } from './MediaControl/RecordingIcon';
|
|
65
70
|
export { default as VolumeIcon } from './MediaControl/VolumeIcon';
|
|
71
|
+
export { default as AddSeatIcon } from './Miscellaneous/AddSeatIcon';
|
|
66
72
|
export { default as AddUsersIcon } from './Miscellaneous/AddUsersIcon';
|
|
73
|
+
export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
|
|
67
74
|
export { default as BinocularIcon } from './Miscellaneous/BinocularIcon';
|
|
68
75
|
export { default as BrainIcon } from './Miscellaneous/BrainIcon';
|
|
69
76
|
export { default as ChatBubbleIcon } from './Miscellaneous/ChatBubbleIcon';
|
|
77
|
+
export { default as ChatIcon } from './Miscellaneous/ChatIcon';
|
|
78
|
+
export { default as CheckoutIcon } from './Miscellaneous/CheckoutIcon';
|
|
70
79
|
export { default as ClipIcon } from './Miscellaneous/ClipIcon';
|
|
80
|
+
export { default as CreditCardIcon } from './Miscellaneous/CreditCardIcon';
|
|
81
|
+
export { default as DownloadIcon } from './Miscellaneous/DownloadIcon';
|
|
71
82
|
export { default as EarthIcon } from './Miscellaneous/EarthIcon';
|
|
83
|
+
export { default as FaceCenterIcon } from './Miscellaneous/FaceCenterIcon';
|
|
72
84
|
export { default as FaceRecognitionIcon } from './Miscellaneous/FaceRecognitionIcon';
|
|
73
85
|
export { default as FilesIcon } from './Miscellaneous/FilesIcon';
|
|
86
|
+
export { default as FillRecordIcon } from './Miscellaneous/FillRecordIcon';
|
|
74
87
|
export { default as FolderIcon } from './Miscellaneous/FolderIcon';
|
|
88
|
+
export { default as GoogleIcon } from './Miscellaneous/GoogleIcon';
|
|
75
89
|
export { default as HardDriveIcon } from './Miscellaneous/HardDriveIcon';
|
|
90
|
+
export { default as HelpIcon } from './Miscellaneous/HelpIcon';
|
|
91
|
+
export { default as LanguageIcon } from './Miscellaneous/LanguageIcon';
|
|
92
|
+
export { default as LinkIcon } from './Miscellaneous/LinkIcon';
|
|
76
93
|
export { default as MetaAnalyseIcon } from './Miscellaneous/MetaAnalyseIcon';
|
|
77
94
|
export { default as ModeratedIcon } from './Miscellaneous/ModeratedIcon';
|
|
78
95
|
export { default as NbOfUsersIcon } from './Miscellaneous/NbOfUsersIcon';
|
|
96
|
+
export { default as NeutralBackgroudIcon } from './Miscellaneous/NeutralBackgroudIcon';
|
|
97
|
+
export { default as RefreshIcon } from './Miscellaneous/RefreshIcon';
|
|
79
98
|
export { default as ReportIcon } from './Miscellaneous/ReportIcon';
|
|
80
|
-
export { default as
|
|
99
|
+
export { default as SeatIcon } from './Miscellaneous/SeatIcon';
|
|
81
100
|
export { default as SendEmailIcon } from './Miscellaneous/SendEmailIcon';
|
|
101
|
+
export { default as SendIcon } from './Miscellaneous/SendIcon';
|
|
102
|
+
export { default as SmartBrainIcon } from './Miscellaneous/SmartBrainIcon';
|
|
82
103
|
export { default as TasksIcon } from './Miscellaneous/TasksIcon';
|
|
104
|
+
export { default as TestDetailsIcon } from './Miscellaneous/TestDetailsIcon';
|
|
105
|
+
export { default as TestIcon } from './Miscellaneous/TestIcon';
|
|
83
106
|
export { default as UnmoderatedIcon } from './Miscellaneous/UnmoderatedIcon';
|
|
84
107
|
export { default as AlamBellIdleIcon } from './Notifications/AlamBellIdleIcon';
|
|
85
108
|
export { default as AlarmBellStatusIcon } from './Notifications/AlarmBellStatusIcon';
|
|
86
109
|
export { default as NotifAlertIcon } from './Notifications/NotifAlertIcon';
|
|
87
|
-
export { default as AddSeatIcon } from './Miscellaneous/AddSeatIcon';
|
|
88
|
-
export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
|
|
89
|
-
export { default as CheckoutIcon } from './Miscellaneous/CheckoutIcon';
|
|
90
|
-
export { default as DownloadIcon } from './Miscellaneous/DownloadIcon';
|
|
91
|
-
export { default as FaceCenterIcon } from './Miscellaneous/FaceCenterIcon';
|
|
92
|
-
export { default as FillRecordIcon } from './Miscellaneous/FillRecordIcon';
|
|
93
|
-
export { default as GoogleIcon } from './Miscellaneous/GoogleIcon';
|
|
94
|
-
export { default as ChatIcon } from './Miscellaneous/ChatIcon';
|
|
95
|
-
export { default as CreditCardIcon } from './Miscellaneous/CreditCardIcon';
|
|
96
|
-
export { default as HelpIcon } from './Miscellaneous/HelpIcon';
|
|
97
|
-
export { default as LinkIcon } from './Miscellaneous/LinkIcon';
|
|
98
|
-
export { default as LanguageIcon } from './Miscellaneous/LanguageIcon';
|
|
99
|
-
export { default as NeutralBackgroudIcon } from './Miscellaneous/NeutralBackgroudIcon';
|
|
100
|
-
export { default as SeatIcon } from './Miscellaneous/SeatIcon';
|
|
101
|
-
export { default as SmartBrainIcon } from './Miscellaneous/SmartBrainIcon';
|
|
102
|
-
export { default as TestIcon } from './Miscellaneous/TestIcon';
|
|
103
|
-
export { default as TestDetailsIcon } from './Miscellaneous/TestDetailsIcon';
|
|
104
|
-
export { default as LogoBeta } from './Logos/LogoBeta';
|
|
105
|
-
export { default as LogoNormal } from './Logos/LogoNormal';
|
|
106
|
-
export { default as LogoSmall } from './Logos/LogoSmall';
|
|
107
|
-
export { default as LogoSquare } from './Logos/LogoSquare';
|
|
108
|
-
export { default as LogoText } from './Logos/LogoText';
|
|
@@ -3,7 +3,7 @@ interface TooltipProps {
|
|
|
3
3
|
placement?: 'bottom-end' | 'bottom-start' | 'bottom' | 'left-end' | 'left-start' | 'left' | 'right-end' | 'right-start' | 'right' | 'top-end' | 'top-start' | 'top';
|
|
4
4
|
onOpen?: () => void;
|
|
5
5
|
onClose?: () => void;
|
|
6
|
-
title
|
|
6
|
+
title?: string;
|
|
7
7
|
closeButton?: JSX.Element;
|
|
8
8
|
tooltipDescription?: string;
|
|
9
9
|
customContent?: JSX.Element;
|