odaptos_design_system 2.0.95 → 2.0.97

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.
@@ -11836,6 +11836,7 @@ const DatePicker = ({
11836
11836
  maxDate,
11837
11837
  minDate,
11838
11838
  required,
11839
+ error,
11839
11840
  errorText,
11840
11841
  helperText,
11841
11842
  views = ['day', 'month', 'year'],
@@ -11896,7 +11897,7 @@ const DatePicker = ({
11896
11897
  console.error('Error in onChange function: ', error);
11897
11898
  }
11898
11899
  }
11899
- }), errorText && /*#__PURE__*/React.createElement(Text, {
11900
+ }), error && errorText && /*#__PURE__*/React.createElement(Text, {
11900
11901
  size: "xs",
11901
11902
  color: "#F54C4C",
11902
11903
  italic: true,
@@ -13670,7 +13671,7 @@ const MultiSelect = ({
13670
13671
  }
13671
13672
  return filtered;
13672
13673
  }
13673
- }, props)), errorText && /*#__PURE__*/React.createElement(Text, {
13674
+ }, props)), error && errorText && /*#__PURE__*/React.createElement(Text, {
13674
13675
  size: "xs",
13675
13676
  color: "#F54C4C",
13676
13677
  italic: true,
@@ -13944,7 +13945,7 @@ const MultiSelectWithCategories = ({
13944
13945
  }
13945
13946
  return filtered;
13946
13947
  }
13947
- }, props)), errorText && /*#__PURE__*/React.createElement(Text, {
13948
+ }, props)), error && errorText && /*#__PURE__*/React.createElement(Text, {
13948
13949
  size: "xs",
13949
13950
  color: "#F54C4C",
13950
13951
  italic: true,
@@ -14194,7 +14195,7 @@ const MultiSelectWithoutFilter = ({
14194
14195
  fill: "black",
14195
14196
  className: `${styles$B.icon}`
14196
14197
  })
14197
- }, props)), errorText && /*#__PURE__*/React.createElement(Text, {
14198
+ }, props)), errorText && error && /*#__PURE__*/React.createElement(Text, {
14198
14199
  size: "xs",
14199
14200
  color: "#F54C4C",
14200
14201
  italic: true,
@@ -15633,7 +15634,229 @@ const SingleSelect = ({
15633
15634
  }
15634
15635
  return filtered;
15635
15636
  }
15636
- }, props)), errorText && /*#__PURE__*/React.createElement(Text, {
15637
+ }, props)), error && errorText && /*#__PURE__*/React.createElement(Text, {
15638
+ size: "xs",
15639
+ color: "#F54C4C",
15640
+ italic: true,
15641
+ text: errorText,
15642
+ className: styles$K.text_below
15643
+ }), helperText && /*#__PURE__*/React.createElement(Text, {
15644
+ size: "xs",
15645
+ italic: true,
15646
+ text: helperText,
15647
+ className: styles$K.text_below
15648
+ }));
15649
+ };
15650
+
15651
+ const filter$3 = /*#__PURE__*/createFilterOptions();
15652
+ const CssTextField$8 = /*#__PURE__*/styled(TextField)({
15653
+ '& .MuiInputBase-input': {
15654
+ color: '#26292E',
15655
+ fontFamily: `'Open Sans' !important`,
15656
+ fontSize: '1rem'
15657
+ },
15658
+ '& .MuiInputBase-input.Mui-disabled': {
15659
+ color: '#26292E',
15660
+ fontFamily: `'Open Sans' !important`,
15661
+ fontSize: '1rem'
15662
+ },
15663
+ '& .MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled': {
15664
+ WebkitTextFillColor: colors.neutral_600
15665
+ },
15666
+ '& .Mui-error': {
15667
+ color: '#26292E'
15668
+ },
15669
+ '& .MuiFormHelperText-root': {
15670
+ color: '#F54C4C'
15671
+ },
15672
+ '& .MuiFormLabel-asterisk': {
15673
+ color: '#F54C4C'
15674
+ },
15675
+ '& .MuiOutlinedInput-root.Mui-disabled': {
15676
+ cursor: 'not-allowed',
15677
+ color: '#26292E',
15678
+ fieldset: {
15679
+ borderColor: '#BCBDBE'
15680
+ },
15681
+ '&:hover fieldset': {
15682
+ borderColor: '#BCBDBE'
15683
+ }
15684
+ },
15685
+ '& label': {
15686
+ color: '#26292E',
15687
+ fontFamily: `'Open Sans' !important`,
15688
+ fontSize: '1rem'
15689
+ },
15690
+ '& label.Mui-disabled.Mui-error': {
15691
+ color: '#26292E',
15692
+ opacity: 0.5,
15693
+ fontFamily: `'Open Sans' !important`,
15694
+ fontSize: '1rem'
15695
+ },
15696
+ '& label.Mui-focused': {
15697
+ color: '#26292E',
15698
+ fontFamily: `'Open Sans' !important`,
15699
+ fontSize: '1rem',
15700
+ backgroundColor: 'transparent',
15701
+ marginRight: 5,
15702
+ paddingRight: 5
15703
+ },
15704
+ '& .MuiOutlinedInput-root': {
15705
+ fontFamily: `'Open Sans' !important`,
15706
+ '& fieldset': {
15707
+ borderColor: '#96989A'
15708
+ },
15709
+ '& input::-webkit-outer-spin-button, & input::-webkit-inner-spin-button': {
15710
+ display: 'none'
15711
+ },
15712
+ '& input[type=number]': {
15713
+ MozAppearance: 'textfield'
15714
+ },
15715
+ '&:hover fieldset': {
15716
+ borderColor: '#0077FF'
15717
+ },
15718
+ '&.Mui-focused fieldset': {
15719
+ borderColor: '#0077FF'
15720
+ },
15721
+ '&.Mui-error fieldset': {
15722
+ borderColor: '#F54C4C'
15723
+ },
15724
+ '&.Mui-disabled .Mui-focused fieldset': {
15725
+ borderColor: 'rgba(0, 119, 255, 0.5)'
15726
+ },
15727
+ '& .MuiAutocomplete-endAdornment': {
15728
+ height: '99%',
15729
+ marginTop: '-0.20rem',
15730
+ '& .MuiButtonBase-root': {
15731
+ height: '99%',
15732
+ '&:hover': {
15733
+ background: 'transparent'
15734
+ }
15735
+ }
15736
+ }
15737
+ }
15738
+ });
15739
+ /**
15740
+ * Use this component for single selection !!
15741
+ */
15742
+ const SingleSelectWithoutFilter = ({
15743
+ options,
15744
+ label,
15745
+ placeholder,
15746
+ name,
15747
+ className,
15748
+ onChange,
15749
+ disabled,
15750
+ defaultValue,
15751
+ topLabel,
15752
+ topLabelWeight,
15753
+ topLabelSize,
15754
+ id,
15755
+ inputId,
15756
+ required,
15757
+ error,
15758
+ helperText,
15759
+ errorText,
15760
+ canAddNewOption,
15761
+ onBlur,
15762
+ fetchOptions,
15763
+ isLoading,
15764
+ searchTerm,
15765
+ setSearchTerm,
15766
+ ...props
15767
+ }) => {
15768
+ const [value, setValue] = useState(defaultValue === undefined ? null : defaultValue);
15769
+ useEffect(() => {
15770
+ setValue(defaultValue === undefined ? null : defaultValue);
15771
+ }, [defaultValue]);
15772
+ useEffect(() => {
15773
+ // Call API only if searchTerm and fetchOptions are defined
15774
+ if (searchTerm.length >= 3 && fetchOptions) {
15775
+ fetchOptions(searchTerm);
15776
+ }
15777
+ }, [searchTerm]);
15778
+ return /*#__PURE__*/React.createElement("div", {
15779
+ className: `${className && className}`,
15780
+ style: {
15781
+ width: '100%'
15782
+ },
15783
+ id: id
15784
+ }, topLabel && /*#__PURE__*/React.createElement(Text, {
15785
+ text: `${topLabel ? topLabel : ''}`,
15786
+ weight: topLabelWeight || 'bold',
15787
+ size: topLabelSize || 'base',
15788
+ className: styles$K.input_top_label,
15789
+ required: required
15790
+ }), /*#__PURE__*/React.createElement(Autocomplete, Object.assign({
15791
+ id: inputId,
15792
+ value: value,
15793
+ onInputChange: (_event, value) => setSearchTerm(value),
15794
+ onChange: (_event, newValue) => {
15795
+ const e = {
15796
+ target: {
15797
+ name: name,
15798
+ value: newValue
15799
+ }
15800
+ };
15801
+ setValue(newValue);
15802
+ onChange(e);
15803
+ },
15804
+ options: options,
15805
+ multiple: false,
15806
+ autoComplete: options.length > 10,
15807
+ size: "small",
15808
+ fullWidth: true,
15809
+ disabled: disabled,
15810
+ getOptionLabel: option => {
15811
+ return option.label;
15812
+ },
15813
+ isOptionEqualToValue: (option, value) => {
15814
+ if (value._id && option._id) return option._id === value._id;else if (value && value !== '') return option.value === value.value;else return false;
15815
+ },
15816
+ renderInput: params => /*#__PURE__*/React.createElement(CssTextField$8, Object.assign({}, params, {
15817
+ variant: "outlined",
15818
+ fullWidth: true,
15819
+ label: `${label && topLabel === undefined ? label : ''}`,
15820
+ placeholder: placeholder,
15821
+ size: "small",
15822
+ required: required,
15823
+ error: error,
15824
+ onBlur: onBlur
15825
+ })),
15826
+ clearIcon: /*#__PURE__*/React.createElement(RemoveCircledIcon, {
15827
+ fill: "black",
15828
+ className: `${styles$K.icon}`
15829
+ }),
15830
+ popupIcon: /*#__PURE__*/React.createElement(ArrowLineDowIcon, {
15831
+ fill: "black",
15832
+ className: `${styles$K.icon}`
15833
+ }),
15834
+ className: `${styles$K.newAutocomplete}`,
15835
+ renderOption: (props, option) => {
15836
+ return /*#__PURE__*/React.createElement("li", Object.assign({}, props, {
15837
+ key: option.value,
15838
+ id: option.value
15839
+ }), /*#__PURE__*/React.createElement(TextForButton, {
15840
+ text: option.label,
15841
+ size: "sm"
15842
+ }));
15843
+ },
15844
+ filterOptions: (options, params) => {
15845
+ const filtered = filter$3(options, params);
15846
+ const {
15847
+ inputValue
15848
+ } = params;
15849
+ // Suggest the creation of a new value
15850
+ const isExisting = options.some(option => inputValue === option.title);
15851
+ if (inputValue !== '' && !isExisting) {
15852
+ if (canAddNewOption) filtered.push({
15853
+ value: inputValue,
15854
+ label: inputValue
15855
+ });
15856
+ }
15857
+ return filtered;
15858
+ }
15859
+ }, props)), error && errorText && /*#__PURE__*/React.createElement(Text, {
15637
15860
  size: "xs",
15638
15861
  color: "#F54C4C",
15639
15862
  italic: true,
@@ -16364,7 +16587,7 @@ var css_248z$V = ".TextInput-modules_input__Ky9uR{font-family:var(--sdFontFamily
16364
16587
  var styles$V = {"input":"TextInput-modules_input__Ky9uR","text_below":"TextInput-modules_text_below__oT18E","MuiInputBase-root-MuiOutlinedInput-root":"TextInput-modules_MuiInputBase-root-MuiOutlinedInput-root__Kq7D9","input_top_label":"TextInput-modules_input_top_label__Xj8GH","MuiInputBase-input":"TextInput-modules_MuiInputBase-input__beBli"};
16365
16588
  styleInject(css_248z$V);
16366
16589
 
16367
- const CssTextField$8 = /*#__PURE__*/styled(TextField)({
16590
+ const CssTextField$9 = /*#__PURE__*/styled(TextField)({
16368
16591
  '& .MuiInputBase-input': {
16369
16592
  color: '#26292E',
16370
16593
  fontFamily: `'Open Sans' !important`,
@@ -16527,7 +16750,7 @@ const TextInput = props => {
16527
16750
  size: topLabelSize || 'base',
16528
16751
  className: styles$V.input_top_label,
16529
16752
  required: required
16530
- }), /*#__PURE__*/React.createElement(CssTextField$8, {
16753
+ }), /*#__PURE__*/React.createElement(CssTextField$9, {
16531
16754
  fullWidth: true,
16532
16755
  size: "small",
16533
16756
  InputProps: {
@@ -17051,7 +17274,7 @@ var css_248z$Z = ".TimePicker-modules_time_picker__CxeB5{min-width:13rem;width:1
17051
17274
  var styles$Z = {"time_picker":"TimePicker-modules_time_picker__CxeB5","MuiAutocomplete-endAdornment":"TimePicker-modules_MuiAutocomplete-endAdornment__CbeSn","input_top_label":"TimePicker-modules_input_top_label__LPXU-","MuiOutlinedInput-root":"TimePicker-modules_MuiOutlinedInput-root__ItBpg","MuiInputBase-root":"TimePicker-modules_MuiInputBase-root__4d1Fn","MuiInputBase-formControl":"TimePicker-modules_MuiInputBase-formControl__2hrJo","text_below":"TimePicker-modules_text_below__lm0u-","icon":"TimePicker-modules_icon__IiT8p"};
17052
17275
  styleInject(css_248z$Z);
17053
17276
 
17054
- const CssTextField$9 = /*#__PURE__*/styled(TextField)({
17277
+ const CssTextField$a = /*#__PURE__*/styled(TextField)({
17055
17278
  '& .MuiInputBase-input': {
17056
17279
  color: '#26292E',
17057
17280
  fontFamily: `'Open Sans' !important`,
@@ -17139,7 +17362,7 @@ const CssTextField$9 = /*#__PURE__*/styled(TextField)({
17139
17362
  }
17140
17363
  });
17141
17364
  dayjs.extend(utc);
17142
- const TimePickerStyledComponent = params => /*#__PURE__*/React.createElement(CssTextField$9, Object.assign({}, params, {
17365
+ const TimePickerStyledComponent = params => /*#__PURE__*/React.createElement(CssTextField$a, Object.assign({}, params, {
17143
17366
  variant: "outlined",
17144
17367
  fullWidth: true,
17145
17368
  label: `${params.label && params.topLabel === undefined ? params.label : ''}`,
@@ -17168,6 +17391,7 @@ const TimePicker = ({
17168
17391
  disabled,
17169
17392
  locale = 'en',
17170
17393
  required,
17394
+ error,
17171
17395
  errorText,
17172
17396
  helperText,
17173
17397
  onChange,
@@ -17211,7 +17435,7 @@ const TimePicker = ({
17211
17435
  },
17212
17436
  disabled: disabled,
17213
17437
  onChange: onChange
17214
- }), errorText && /*#__PURE__*/React.createElement(Text, {
17438
+ }), error && errorText && /*#__PURE__*/React.createElement(Text, {
17215
17439
  size: "xs",
17216
17440
  color: "#F54C4C",
17217
17441
  italic: true,
@@ -17527,5 +17751,5 @@ const UserIndicator = ({
17527
17751
  }));
17528
17752
  };
17529
17753
 
17530
- export { AI_UserTest, Accordion, AccountIcon, AccountIconMksite, AddCircledIcon, AddIcon, AddSeatIcon, AddTagIcon, AddUsersIcon, AgendaIcon, AlamBellIdleIcon, AlarmBellStatusIcon, AlertCircledIcon, AndroidIcon, AngryIntervieweeFemale, AnonymizeIcon, AppWindowPieIcon, ArchiveIcon, ArrowDoubleLineDownIcon, ArrowDoubleLineLeftIcon, ArrowDoubleLineRightIcon, ArrowDoubleLineUpIcon, ArrowFilledDownIcon, ArrowFilledLeftIcon, ArrowFilledRightIcon, ArrowFilledUpIcon, ArrowLineDowIcon as ArrowLineDownIcon, ArrowLineLeftIcon, ArrowLineRightIcon, ArrowLineUpIcon, ArrowPointerDown, ArrowPointerDownLeft, ArrowPointerDownRight, ArrowPointerLeft, ArrowPointerRight, ArrowPointerUp, ArrowPointerUpLeft, ArrowPointerUpRight, Avatar, Badge, Banner, BillPdfIcon, BillingIcon, BinIcon, BinocularIcon, Blog, BookFlipPageIcon, Box, BrainIcon, BulbIcon, Button, CalendarIcon, CameraIcon, Caption, Card, CardButton, Chat, ChatBubbleIcon, ChatIcon, ChatInput, ChatMessage, Checkbox, CheckedCircled, CheckedIcon, CheckoutIcon, CircledIconButton, ClipIcon, ClockIcon, CloseIcon, CloudUpload, CogIcon, ColorPicker, ContentPenWriteIcon, ControlsBar, ConversationIdleIcon, ConversationStatusIcon, CopyPasteIcon, CreditCardIcon, CutClipIcon, DashedArrow, DataProtectionDisclaimer, DatePicker, DownloadIcon, DragDropIcon, EarthIcon, EditIcon, EditTextIcon, EmotionsHeatMap, EndRecording, FaceCenterIcon, FaceRecognitionIcon, Faq, FeaturesTable, FileInput, FileUploadIcon, FilesIcon, FillRecordIcon, FilledTaskIcon, FilterIcon, FlashIcon, FolderIcon, FormQuestions, GoogleIcon, GoogleIcon$1 as GroupIcon, HangUpIcon, HappyMen, HardDriveIcon, HeartIcon, HeartIconFilled, HelpIcon, HelpIconAlt, IconButton, InfoCircledIcon, IntegratedUsabilityScore, InterviewButton, InterviewTranscript, InterviewTranscriptGreen, IosIcon, LanguageIcon, LaptopIcon, LayoutIcon, LayoutLeftIcon, LayoutRightIcon, Link, LinkIcon, ListToDoIcon, LockIcon, LogoBeta, LogoNormal, LogoSlider, LogoSmall, LogoSquare, LogoText, LogoWhite, LogoutIcon, MarkUpBar, MeetingIcon, MenShowingSomething, MenuHorizontalIcon, MenuVerticalIcon, MessagesBubbleSquareQuestionIcon, MetaAnalyse, MetaAnalyse2, MetaAnalyseIcon, MicrophoneIcon, MicrophonePodcastIcon, MinusCircledIcon, MinusIcon, MksiteButton, MobileIcon, Modal, ModeratedIcon, MoveBackIcon, MoveInIcon, MultiSelect, MultiSelectWithCategories, MultiSelectWithoutFilter, MultipleUsersIcon, MuteIcon, NavigationCircledIcon, NbOfUsersIcon, NeutralBackgroudIcon, NoCameraIcon, NoMicrophoneIcon, Non_Moderated, NotifAlertIcon, NotificationIcon, NumberField, NumbersCode, OdaAccountPro, OdaWaiting, OfficeDrawerIcon, OneColumnIcon, OtherTab, Partner1 as Partner1SVG, Partner2 as Partner2SVG, Partner3 as Partner3SVG, Partner4 as Partner4SVG, Partner5 as Partner5SVG, Partner6 as Partner6SVG, Partner7 as Partner7SVG, Partner8 as Partner8SVG, Partner9 as Partner9SVG, PasswordField, PauseIcon, PencilWriteIcon, PlayIcon, PopoverBeta, PreviousIcon, PricingCard, ProjectSvg as ProjectHoverSvg, ProjectSvg$1 as ProjectSvg, QuestionButton, QuestionCircledIcon, Radio, RatingScale, RecordIcon, RecordingIcon, RefreshIcon, RemoveCircledIcon, ReportIcon, RobotIcon, Scenario, ScheduleTasks, Search, SearchCircledIcon, SearchIcon, SearchRemoveIcon, SeatIcon, SelfProtocolManager, SendEmailIcon, SendIcon, Sentiment, SettingsCircledIcon, SettingsSliderIcon, ShareIcon, SingleSelect, SmartBrainIcon, SortingIcon, SquareText, StarIcon, StarRating, StopRecordingIcon as StopRecordIcon, Success, SusExplanation, Switch, Table, TableCell, TableFooter, TableHeader$1 as TableHeader, TableRows, Tabs, TabsUnderline, Tag, TagAddIcon, TagEditIcon, TagIcon, TagRemoveIcon, Task, TaskIcon, TeamIcon, TestDetailsIcon, TestIcon, Text, TextForButton, TextForDropDownItem, TextInput, TextWithLink, Textarea, Thematic, ThreeColumnIcon, TimeInterval, TimePicker, Title, Toast, ToggleTab, Tooltip, TvFlatScreenIcon, TvIcon, TwoColumnIcon, UnLockIcon, UndoIcon, UnlockedIcon, UnmoderatedIcon, UsabilityBrowser, UserFlows, UserIndicator, UserPanel, UxGuide, VideoFlag, VideoFlag2, VideoFlagGreen, ViewIcon, ViewOffIcon, VoiceIcon, VolumeIcon, WaitingMen, WelcomeMessage, changeColorLuminance, colors, getColor, getIconSize, getReadableTextColor };
17754
+ export { AI_UserTest, Accordion, AccountIcon, AccountIconMksite, AddCircledIcon, AddIcon, AddSeatIcon, AddTagIcon, AddUsersIcon, AgendaIcon, AlamBellIdleIcon, AlarmBellStatusIcon, AlertCircledIcon, AndroidIcon, AngryIntervieweeFemale, AnonymizeIcon, AppWindowPieIcon, ArchiveIcon, ArrowDoubleLineDownIcon, ArrowDoubleLineLeftIcon, ArrowDoubleLineRightIcon, ArrowDoubleLineUpIcon, ArrowFilledDownIcon, ArrowFilledLeftIcon, ArrowFilledRightIcon, ArrowFilledUpIcon, ArrowLineDowIcon as ArrowLineDownIcon, ArrowLineLeftIcon, ArrowLineRightIcon, ArrowLineUpIcon, ArrowPointerDown, ArrowPointerDownLeft, ArrowPointerDownRight, ArrowPointerLeft, ArrowPointerRight, ArrowPointerUp, ArrowPointerUpLeft, ArrowPointerUpRight, Avatar, Badge, Banner, BillPdfIcon, BillingIcon, BinIcon, BinocularIcon, Blog, BookFlipPageIcon, Box, BrainIcon, BulbIcon, Button, CalendarIcon, CameraIcon, Caption, Card, CardButton, Chat, ChatBubbleIcon, ChatIcon, ChatInput, ChatMessage, Checkbox, CheckedCircled, CheckedIcon, CheckoutIcon, CircledIconButton, ClipIcon, ClockIcon, CloseIcon, CloudUpload, CogIcon, ColorPicker, ContentPenWriteIcon, ControlsBar, ConversationIdleIcon, ConversationStatusIcon, CopyPasteIcon, CreditCardIcon, CutClipIcon, DashedArrow, DataProtectionDisclaimer, DatePicker, DownloadIcon, DragDropIcon, EarthIcon, EditIcon, EditTextIcon, EmotionsHeatMap, EndRecording, FaceCenterIcon, FaceRecognitionIcon, Faq, FeaturesTable, FileInput, FileUploadIcon, FilesIcon, FillRecordIcon, FilledTaskIcon, FilterIcon, FlashIcon, FolderIcon, FormQuestions, GoogleIcon, GoogleIcon$1 as GroupIcon, HangUpIcon, HappyMen, HardDriveIcon, HeartIcon, HeartIconFilled, HelpIcon, HelpIconAlt, IconButton, InfoCircledIcon, IntegratedUsabilityScore, InterviewButton, InterviewTranscript, InterviewTranscriptGreen, IosIcon, LanguageIcon, LaptopIcon, LayoutIcon, LayoutLeftIcon, LayoutRightIcon, Link, LinkIcon, ListToDoIcon, LockIcon, LogoBeta, LogoNormal, LogoSlider, LogoSmall, LogoSquare, LogoText, LogoWhite, LogoutIcon, MarkUpBar, MeetingIcon, MenShowingSomething, MenuHorizontalIcon, MenuVerticalIcon, MessagesBubbleSquareQuestionIcon, MetaAnalyse, MetaAnalyse2, MetaAnalyseIcon, MicrophoneIcon, MicrophonePodcastIcon, MinusCircledIcon, MinusIcon, MksiteButton, MobileIcon, Modal, ModeratedIcon, MoveBackIcon, MoveInIcon, MultiSelect, MultiSelectWithCategories, MultiSelectWithoutFilter, MultipleUsersIcon, MuteIcon, NavigationCircledIcon, NbOfUsersIcon, NeutralBackgroudIcon, NoCameraIcon, NoMicrophoneIcon, Non_Moderated, NotifAlertIcon, NotificationIcon, NumberField, NumbersCode, OdaAccountPro, OdaWaiting, OfficeDrawerIcon, OneColumnIcon, OtherTab, Partner1 as Partner1SVG, Partner2 as Partner2SVG, Partner3 as Partner3SVG, Partner4 as Partner4SVG, Partner5 as Partner5SVG, Partner6 as Partner6SVG, Partner7 as Partner7SVG, Partner8 as Partner8SVG, Partner9 as Partner9SVG, PasswordField, PauseIcon, PencilWriteIcon, PlayIcon, PopoverBeta, PreviousIcon, PricingCard, ProjectSvg as ProjectHoverSvg, ProjectSvg$1 as ProjectSvg, QuestionButton, QuestionCircledIcon, Radio, RatingScale, RecordIcon, RecordingIcon, RefreshIcon, RemoveCircledIcon, ReportIcon, RobotIcon, Scenario, ScheduleTasks, Search, SearchCircledIcon, SearchIcon, SearchRemoveIcon, SeatIcon, SelfProtocolManager, SendEmailIcon, SendIcon, Sentiment, SettingsCircledIcon, SettingsSliderIcon, ShareIcon, SingleSelect, SingleSelectWithoutFilter, SmartBrainIcon, SortingIcon, SquareText, StarIcon, StarRating, StopRecordingIcon as StopRecordIcon, Success, SusExplanation, Switch, Table, TableCell, TableFooter, TableHeader$1 as TableHeader, TableRows, Tabs, TabsUnderline, Tag, TagAddIcon, TagEditIcon, TagIcon, TagRemoveIcon, Task, TaskIcon, TeamIcon, TestDetailsIcon, TestIcon, Text, TextForButton, TextForDropDownItem, TextInput, TextWithLink, Textarea, Thematic, ThreeColumnIcon, TimeInterval, TimePicker, Title, Toast, ToggleTab, Tooltip, TvFlatScreenIcon, TvIcon, TwoColumnIcon, UnLockIcon, UndoIcon, UnlockedIcon, UnmoderatedIcon, UsabilityBrowser, UserFlows, UserIndicator, UserPanel, UxGuide, VideoFlag, VideoFlag2, VideoFlagGreen, ViewIcon, ViewOffIcon, VoiceIcon, VolumeIcon, WaitingMen, WelcomeMessage, changeColorLuminance, colors, getColor, getIconSize, getReadableTextColor };
17531
17755
  //# sourceMappingURL=odaptos_design_system.esm.js.map