@canaia/ui-kit 0.0.10-alpha.9 → 0.0.11-alpha.1

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.
Files changed (92) hide show
  1. package/dist/canaia-ui-kit.es.js +28807 -14883
  2. package/dist/canaia-ui-kit.umd.js +203 -100
  3. package/dist/src/components/Alert/customIso.d.ts +2 -0
  4. package/dist/src/components/AudioButtons/AudioButtons.d.ts +3 -0
  5. package/dist/src/components/AudioButtons/index.d.ts +2 -0
  6. package/dist/src/components/BackNavigation/BackNavigation.d.ts +3 -0
  7. package/dist/src/components/BackNavigation/index.d.ts +2 -0
  8. package/dist/src/components/Banner/Banner.d.ts +3 -0
  9. package/dist/src/components/Banner/index.d.ts +2 -0
  10. package/dist/src/components/Card/Card.d.ts +3 -0
  11. package/dist/src/components/Card/index.d.ts +2 -0
  12. package/dist/src/components/ChatAssistant/ChatAssistant.d.ts +3 -0
  13. package/dist/src/components/ChatAssistant/helper/ThreeDotsSpinner.d.ts +3 -0
  14. package/dist/src/components/ChatAssistant/index.d.ts +2 -0
  15. package/dist/src/components/ChatAssistantWithoutFeedback/ChatWithoutFeedback.d.ts +3 -0
  16. package/dist/src/components/ChatAssistantWithoutFeedback/index.d.ts +2 -0
  17. package/dist/src/components/ChatInput/ChatInput.d.ts +3 -0
  18. package/dist/src/components/ChatInput/index.d.ts +2 -0
  19. package/dist/src/components/ChatUser/ChatUser.d.ts +3 -0
  20. package/dist/src/components/ChatUser/index.d.ts +2 -0
  21. package/dist/src/components/Checkbox/CheckBox.d.ts +3 -0
  22. package/dist/src/components/Checkbox/index.d.ts +2 -0
  23. package/dist/src/components/CustomBox/CustomBox.d.ts +3 -0
  24. package/dist/src/components/CustomBox/index.d.ts +2 -0
  25. package/dist/src/components/Header/Header.d.ts +1 -1
  26. package/dist/src/components/Input/Input.d.ts +3 -0
  27. package/dist/src/components/Input/index.d.ts +2 -0
  28. package/dist/src/components/InputPhone.tsx/index.d.ts +2 -0
  29. package/dist/src/components/InputPhone.tsx/inputPhone.d.ts +3 -0
  30. package/dist/src/components/Metric/Metric.d.ts +3 -0
  31. package/dist/src/components/Metric/index.d.ts +2 -0
  32. package/dist/src/components/ModalConfirmation/ModalConfirmation.d.ts +3 -0
  33. package/dist/src/components/ModalConfirmation/ModalConfirmation.types.d.ts +11 -0
  34. package/dist/src/components/ModalConfirmation/index.d.ts +2 -0
  35. package/dist/src/components/ModalEliminate/ModalEliminate.d.ts +3 -0
  36. package/dist/src/components/ModalEliminate/assets/Eliminate-icon.d.ts +5 -0
  37. package/dist/src/components/ModalEliminate/index.d.ts +2 -0
  38. package/dist/src/components/ModalFeedback/ModalFeedback.d.ts +3 -0
  39. package/dist/src/components/ModalFeedback/ModalFeedback.types.d.ts +10 -0
  40. package/dist/src/components/ModalFeedback/index.d.ts +2 -0
  41. package/dist/src/components/ModalInactivity/ModalInactivity.d.ts +3 -0
  42. package/dist/src/components/ModalInactivity/ModalInactivity.types.d.ts +11 -0
  43. package/dist/src/components/ModalInactivity/assets/warning-icon.d.ts +6 -0
  44. package/dist/src/components/ModalInactivity/index.d.ts +2 -0
  45. package/dist/src/components/ModalPermission/ModalPermission.d.ts +3 -0
  46. package/dist/src/components/ModalPermission/ModalPermission.types.d.ts +11 -0
  47. package/dist/src/components/ModalPermission/assets/warning-icon.d.ts +6 -0
  48. package/dist/src/components/ModalPermission/index.d.ts +2 -0
  49. package/dist/src/components/ModalPremium/ModalPremium.d.ts +3 -0
  50. package/dist/src/components/ModalPremium/index.d.ts +2 -0
  51. package/dist/src/components/MultiHeaderAccordion/MultiHeaderAccordion.d.ts +3 -0
  52. package/dist/src/components/MultiHeaderAccordion/MultiHeaderAccordion.types.d.ts +10 -0
  53. package/dist/src/components/MultiHeaderAccordion/index.d.ts +2 -0
  54. package/dist/src/components/MultiInput/MultiInput.d.ts +3 -0
  55. package/dist/src/components/MultiInput/MultiInput.types.d.ts +14 -0
  56. package/dist/src/components/MultiInput/index.d.ts +2 -0
  57. package/dist/src/components/NegativeModal/NegativeModal.d.ts +3 -0
  58. package/dist/src/components/NegativeModal/NegativeModal.types.d.ts +9 -0
  59. package/dist/src/components/NegativeModal/index.d.ts +2 -0
  60. package/dist/src/components/PositiveModal/PositiveModal.d.ts +3 -0
  61. package/dist/src/components/PositiveModal/PositiveModal.types.d.ts +12 -0
  62. package/dist/src/components/PositiveModal/index.d.ts +2 -0
  63. package/dist/src/components/ProgressBar/CustomProgressBar.d.ts +3 -0
  64. package/dist/src/components/ProgressBar/index.d.ts +2 -0
  65. package/dist/src/components/SegmentedControl/SegmentedControl.d.ts +3 -0
  66. package/dist/src/components/SegmentedControl/index.d.ts +2 -0
  67. package/dist/src/components/Select/Select.d.ts +1 -1
  68. package/dist/src/components/SideBarCustom/SideBarCustom.d.ts +3 -0
  69. package/dist/src/components/SideBarCustom/assets/logoCanaia.d.ts +6 -0
  70. package/dist/src/components/SideBarCustom/index.d.ts +2 -0
  71. package/dist/src/components/SingleChoice/SingleChoice.d.ts +3 -0
  72. package/dist/src/components/SingleChoice/index.d.ts +2 -0
  73. package/dist/src/components/Switch/Switch.d.ts +3 -0
  74. package/dist/src/components/Switch/index.d.ts +2 -0
  75. package/dist/src/components/Tabs/Tabs.d.ts +3 -0
  76. package/dist/src/components/Tabs/index.d.ts +2 -0
  77. package/dist/src/components/TabsOptions/TabsOptions.d.ts +3 -0
  78. package/dist/src/components/TabsOptions/TabsOptions.types.d.ts +8 -0
  79. package/dist/src/components/TabsOptions/index.d.ts +2 -0
  80. package/dist/src/components/Tags/Tags.d.ts +3 -0
  81. package/dist/src/components/Tags/index.d.ts +2 -0
  82. package/dist/src/components/Textarea/Textarea.d.ts +1 -1
  83. package/dist/src/icons/RobotCanaia/RobotCanaia.d.ts +7 -0
  84. package/dist/src/icons/SuccessTick/RobotDescription.d.ts +6 -0
  85. package/dist/src/icons/SuccessTick/SuccessTick.d.ts +6 -0
  86. package/dist/src/index.d.ts +31 -0
  87. package/dist/src/theme/chat.d.ts +44 -0
  88. package/dist/src/theme/fonts/index.d.ts +2 -0
  89. package/dist/src/theme/styles.d.ts +44 -1
  90. package/dist/style.css +1 -1
  91. package/package.json +7 -4
  92. package/dist/src/theme/fonts/fonts.d.ts +0 -6
@@ -0,0 +1,2 @@
1
+ declare const CustomIso: React.FC;
2
+ export default CustomIso;
@@ -0,0 +1,3 @@
1
+ import { AudioRecorderProps } from './AudioButtons.types';
2
+ declare const AudioButtons: ({ state, duration, onClickPlayPause, onClickRecord, inactive, buttonColor, }: AudioRecorderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AudioButtons;
@@ -0,0 +1,2 @@
1
+ export { default } from './AudioButtons';
2
+ export type { AudioRecorderProps } from './AudioButtons.types';
@@ -0,0 +1,3 @@
1
+ import { BackNavigationProps } from './BackNavigation.types';
2
+ declare const BackNavigation: React.FC<BackNavigationProps>;
3
+ export default BackNavigation;
@@ -0,0 +1,2 @@
1
+ export { default } from './BackNavigation';
2
+ export type { BackNavigationProps } from './BackNavigation.types';
@@ -0,0 +1,3 @@
1
+ import { BannerProps } from './Banner.types';
2
+ declare const Banner: React.FC<BannerProps>;
3
+ export default Banner;
@@ -0,0 +1,2 @@
1
+ export { default } from './Banner';
2
+ export type { BannerProps } from './Banner.types';
@@ -0,0 +1,3 @@
1
+ import { CardCustomProps } from './Card.types';
2
+ declare const CardCustom: React.FC<CardCustomProps>;
3
+ export default CardCustom;
@@ -0,0 +1,2 @@
1
+ export { default } from './Card';
2
+ export type { CardCustomProps } from './Card.types';
@@ -0,0 +1,3 @@
1
+ import { CustomChatAssistant } from './ChatAssistant.types';
2
+ declare const ChatAssistant: ({ message, colorTextMessage, color, isError, thumbUp, thumbDown, withFeedback, onThumbUp, onThumbDown, toastSuccessMsg, isTyping, colorCopyIcon, colorThumbUp, colorThumbDown, }: CustomChatAssistant) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatAssistant;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ThreeDotsSpinner: React.FC;
3
+ export default ThreeDotsSpinner;
@@ -0,0 +1,2 @@
1
+ export { default } from './ChatAssistant.tsx';
2
+ export type { CustomChatAssistant } from './ChatAssistant.types';
@@ -0,0 +1,3 @@
1
+ import { ChatWithoutFeedbackProps } from './ChatWithoutFeedback.types';
2
+ declare const ChatWithoutFeedback: ({ message, colorTextMessage, isError, toastSuccessMsg, isTyping, colorCopyIcon, }: ChatWithoutFeedbackProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatWithoutFeedback;
@@ -0,0 +1,2 @@
1
+ export { default } from './ChatWithoutFeedback';
2
+ export type { ChatWithoutFeedbackProps } from './ChatWithoutFeedback.types';
@@ -0,0 +1,3 @@
1
+ import { ChatInputProps } from './ChatInput.type';
2
+ declare const ChatInput: ({ placeholder, onSend, disabled, }: ChatInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatInput;
@@ -0,0 +1,2 @@
1
+ export { default } from './ChatInput.tsx';
2
+ export type { ChatInputProps } from './ChatInput.type';
@@ -0,0 +1,3 @@
1
+ import { CustomChatUserProps } from './ChatUser.types';
2
+ declare const ChatUser: ({ message, userImage, timestamp, isError, userName, type, src, alt }: CustomChatUserProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatUser;
@@ -0,0 +1,2 @@
1
+ export { default } from './ChatUser';
2
+ export type { CustomChatUserProps } from './ChatUser.types';
@@ -0,0 +1,3 @@
1
+ import { CheckboxProps } from './CheckBox.types';
2
+ declare const CustomCheckBox: React.FC<CheckboxProps>;
3
+ export default CustomCheckBox;
@@ -0,0 +1,2 @@
1
+ export { default } from './CheckBox';
2
+ export type { CheckboxProps } from './CheckBox.types';
@@ -0,0 +1,3 @@
1
+ import { CustomBoxProps } from './CustomBox.types';
2
+ declare const CustomBox: React.FC<CustomBoxProps>;
3
+ export default CustomBox;
@@ -0,0 +1,2 @@
1
+ export { default } from './CustomBox';
2
+ export type { CustomBoxProps } from './CustomBox.types';
@@ -1,3 +1,3 @@
1
1
  import { CustomHeaderProps } from './Header.type';
2
- declare const Header: ({ platform, color, onSettingsClick, onLogOutClick, onSubscriptionClick, onLogoClick, userName, settingsName, logoutName, subscriptionName, isProduction, showMenuItems, }: CustomHeaderProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const Header: ({ platform, color, onLogOutClick, onLogoClick, userName, logoutName, isProduction, showMenuItems, menuAppRef, menuSettingsRef, menuOptions, ...props }: CustomHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default Header;
@@ -0,0 +1,3 @@
1
+ import { InputWithInfoProps } from './Input.types';
2
+ declare const InputWithInfo: import('react').ForwardRefExoticComponent<InputWithInfoProps & import('react').RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
3
+ export default InputWithInfo;
@@ -0,0 +1,2 @@
1
+ export { default } from './Input';
2
+ export type { InputWithInfoProps } from './Input.types';
@@ -0,0 +1,2 @@
1
+ export { default } from './inputPhone';
2
+ export type { PhoneInputProps } from './inputPhone.types';
@@ -0,0 +1,3 @@
1
+ import { PhoneInputProps } from './inputPhone.types';
2
+ declare const PhoneInputComponent: React.FC<PhoneInputProps>;
3
+ export default PhoneInputComponent;
@@ -0,0 +1,3 @@
1
+ import { MetricCustomProps } from './Metric.types';
2
+ declare const MetricCustom: React.FC<MetricCustomProps>;
3
+ export default MetricCustom;
@@ -0,0 +1,2 @@
1
+ export { default } from './Metric';
2
+ export type { MetricCustomProps } from './Metric.types';
@@ -0,0 +1,3 @@
1
+ import { ModalConfirmationProps } from './ModalConfirmation.types';
2
+ declare const ConfirmationModal: React.FC<ModalConfirmationProps>;
3
+ export default ConfirmationModal;
@@ -0,0 +1,11 @@
1
+ export interface ModalConfirmationProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ onConfirm: () => void;
5
+ title: string;
6
+ description: string;
7
+ backText?: string;
8
+ confirmText?: string;
9
+ product?: string;
10
+ colorTextDelete?: string;
11
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './ModalConfirmation';
2
+ export type { ModalConfirmationProps } from './ModalConfirmation.types';
@@ -0,0 +1,3 @@
1
+ import { ModalEliminateProps } from './ModalEliminate.types';
2
+ declare const ModalEliminate: React.FC<ModalEliminateProps>;
3
+ export default ModalEliminate;
@@ -0,0 +1,5 @@
1
+ declare const WarningIcon: React.FC<{
2
+ width?: number;
3
+ height?: number;
4
+ }>;
5
+ export default WarningIcon;
@@ -0,0 +1,2 @@
1
+ export { default } from './ModalEliminate';
2
+ export type { ModalEliminateProps } from './ModalEliminate.types';
@@ -0,0 +1,3 @@
1
+ import { ModalFeedbackProps } from './ModalFeedback.types';
2
+ declare const ConfirmationModal: React.FC<ModalFeedbackProps>;
3
+ export default ConfirmationModal;
@@ -0,0 +1,10 @@
1
+ export interface ModalFeedbackProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ onConfirm: () => void;
5
+ title: string;
6
+ description: string;
7
+ cancelText?: string;
8
+ confirmText?: string;
9
+ product?: string;
10
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './ModalFeedback';
2
+ export type { ModalFeedbackProps } from './ModalFeedback.types';
@@ -0,0 +1,3 @@
1
+ import { ModalInactivityProps } from './ModalInactivity.types';
2
+ declare const ModalInactivity: React.FC<ModalInactivityProps>;
3
+ export default ModalInactivity;
@@ -0,0 +1,11 @@
1
+ export interface ModalInactivityProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ text?: string;
5
+ textButton?: string;
6
+ backgroundButton?: string;
7
+ hideCloseButton?: boolean;
8
+ closeOnEsc?: boolean;
9
+ closeOnOverlayClick?: boolean;
10
+ onLoginClick?: () => void;
11
+ }
@@ -0,0 +1,6 @@
1
+ declare const WarningIcon: React.FC<{
2
+ width?: number;
3
+ height?: number;
4
+ color?: string;
5
+ }>;
6
+ export default WarningIcon;
@@ -0,0 +1,2 @@
1
+ export { default } from './ModalInactivity';
2
+ export type { ModalInactivityProps } from './ModalInactivity.types';
@@ -0,0 +1,3 @@
1
+ import { ModalPermissionProps } from './ModalPermission.types.tsx';
2
+ declare const ModalPermissions: React.FC<ModalPermissionProps>;
3
+ export default ModalPermissions;
@@ -0,0 +1,11 @@
1
+ export interface ModalPermissionProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ text?: string;
5
+ textButton?: string;
6
+ backgroundButton?: string;
7
+ hideCloseButton?: boolean;
8
+ closeOnEsc?: boolean;
9
+ closeOnOverlayClick?: boolean;
10
+ onBackClick?: () => void;
11
+ }
@@ -0,0 +1,6 @@
1
+ declare const WarningIcon: React.FC<{
2
+ width?: number;
3
+ height?: number;
4
+ color?: string;
5
+ }>;
6
+ export default WarningIcon;
@@ -0,0 +1,2 @@
1
+ export { default } from './ModalPermission';
2
+ export type { ModalPermissionProps } from './ModalPermission.types';
@@ -0,0 +1,3 @@
1
+ import { ModalPremiumProps } from './ModalPremium.types';
2
+ declare const ModalPremium: React.FC<ModalPremiumProps>;
3
+ export default ModalPremium;
@@ -0,0 +1,2 @@
1
+ export { default } from './ModalPremium';
2
+ export type { ModalPremiumProps } from './ModalPremium.types';
@@ -0,0 +1,3 @@
1
+ import { MultiHeaderAccordionProps } from './MultiHeaderAccordion.types';
2
+ declare const MultiHeaderAccordion: React.FC<MultiHeaderAccordionProps>;
3
+ export default MultiHeaderAccordion;
@@ -0,0 +1,10 @@
1
+ export interface ListOptions {
2
+ icon?: React.ReactNode;
3
+ name: string;
4
+ textStatus?: string;
5
+ statusCanal?: boolean;
6
+ }
7
+ export interface MultiHeaderAccordionProps {
8
+ elements: ListOptions[];
9
+ children: React.ReactNode;
10
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './MultiHeaderAccordion';
2
+ export type { MultiHeaderAccordionProps } from './MultiHeaderAccordion.types';
@@ -0,0 +1,3 @@
1
+ import { MultiInputFormProps } from './MultiInput.types';
2
+ declare const MultiInput: React.FC<MultiInputFormProps>;
3
+ export default MultiInput;
@@ -0,0 +1,14 @@
1
+ export interface MultiInputFormProps {
2
+ label?: string;
3
+ description?: string;
4
+ placeholders?: string[];
5
+ values: string[];
6
+ onChange?: (index: number, val: string) => void;
7
+ dropdown?: boolean;
8
+ info?: boolean;
9
+ infoText?: string;
10
+ product?: "info" | "elevate" | "others";
11
+ isRequired?: boolean;
12
+ isDisabled?: boolean;
13
+ isReadOnly?: boolean;
14
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './MultiInput';
2
+ export type { MultiInputFormProps } from './MultiInput.types';
@@ -0,0 +1,3 @@
1
+ import { NegativeModalProps } from './NegativeModal.types.tsx';
2
+ declare const NegativeModal: React.FC<NegativeModalProps>;
3
+ export default NegativeModal;
@@ -0,0 +1,9 @@
1
+ export interface NegativeModalProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ title?: string;
5
+ description?: string;
6
+ buttonText: string;
7
+ onConfirm: () => void;
8
+ children?: React.ReactNode;
9
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './NegativeModal.tsx';
2
+ export type { NegativeModalProps } from './NegativeModal.types.tsx';
@@ -0,0 +1,3 @@
1
+ import { PositiveModalProps } from './PositiveModal.types';
2
+ declare const PositiveModal: React.FC<PositiveModalProps>;
3
+ export default PositiveModal;
@@ -0,0 +1,12 @@
1
+ export interface PositiveModalProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ description: string;
5
+ buttonText: string;
6
+ product?: string;
7
+ onConfirm: () => void;
8
+ children?: React.ReactNode;
9
+ secondButton?: boolean;
10
+ optionalFunction?: () => void;
11
+ optionalButtonText?: string;
12
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './PositiveModal';
2
+ export type { PositiveModalProps } from './PositiveModal.types';
@@ -0,0 +1,3 @@
1
+ import { CustomProgressBarProps } from './CustomProgressBar.types';
2
+ declare const CustomProgressBar: React.FC<CustomProgressBarProps>;
3
+ export default CustomProgressBar;
@@ -0,0 +1,2 @@
1
+ export { default } from './CustomProgressBar';
2
+ export type { CustomProgressBarProps } from './CustomProgressBar.types';
@@ -0,0 +1,3 @@
1
+ import { SegmentedControlProps } from './SegmentedControl.types';
2
+ declare const SegmentedControl: ({ options, selectedValue, onChange }: SegmentedControlProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SegmentedControl;
@@ -0,0 +1,2 @@
1
+ export { default } from './SegmentedControl';
2
+ export type { SegmentedControlProps } from './SegmentedControl.types';
@@ -1,3 +1,3 @@
1
1
  import { SelectProps } from './Select.types';
2
- declare const Select: React.FC<SelectProps>;
2
+ declare const Select: import('react').ForwardRefExoticComponent<SelectProps & import('react').RefAttributes<HTMLSelectElement>>;
3
3
  export default Select;
@@ -0,0 +1,3 @@
1
+ import { SideBarCustomProps } from './SideBarCustom.types';
2
+ declare const SideBarCustom: React.FC<SideBarCustomProps>;
3
+ export default SideBarCustom;
@@ -0,0 +1,6 @@
1
+ declare const LogoCanaia: React.FC<{
2
+ width?: number;
3
+ height?: number;
4
+ color?: string;
5
+ }>;
6
+ export default LogoCanaia;
@@ -0,0 +1,2 @@
1
+ export { default } from './SideBarCustom';
2
+ export type { SideBarCustomProps } from './SideBarCustom.types';
@@ -0,0 +1,3 @@
1
+ import { SingleChoiceProps } from './SingleChoice.types';
2
+ declare const SingleChoice: React.FC<SingleChoiceProps>;
3
+ export default SingleChoice;
@@ -0,0 +1,2 @@
1
+ export { default } from './SingleChoice';
2
+ export type { SingleChoiceProps } from './SingleChoice.types';
@@ -0,0 +1,3 @@
1
+ import { SwitchProps } from './Switch.types';
2
+ declare const Switch: ({ isChecked, onChange, size, colorScheme, labelPosition, isActive, checkedLabel, uncheckedLabel, }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Switch;
@@ -0,0 +1,2 @@
1
+ export { default } from './Switch.tsx';
2
+ export type { SwitchProps } from './Switch.types';
@@ -0,0 +1,3 @@
1
+ import { TabsProps } from './Tabs.types';
2
+ declare const Tabs: ({ options, selectedValue, onChange, tabWidth, fullWidthTabs, ...props }: TabsProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tabs;
@@ -0,0 +1,2 @@
1
+ export { default } from './Tabs';
2
+ export type { TabsProps } from './Tabs.types';
@@ -0,0 +1,3 @@
1
+ import { TabsOptionsProps } from './TabsOptions.types';
2
+ declare const TabsOptions: React.FC<TabsOptionsProps>;
3
+ export default TabsOptions;
@@ -0,0 +1,8 @@
1
+ export type TabsOptionsProps = {
2
+ text1: string;
3
+ text2: string;
4
+ text3?: string;
5
+ colorScheme?: string;
6
+ setOnChange?: (index: number) => void;
7
+ defaultIndex?: number;
8
+ };
@@ -0,0 +1,2 @@
1
+ export { default } from './TabsOptions';
2
+ export type { TabsOptionsProps } from './TabsOptions.types';
@@ -0,0 +1,3 @@
1
+ import { TagSelectorProps } from './Tags.types';
2
+ declare const TagSelector: React.FC<TagSelectorProps>;
3
+ export default TagSelector;
@@ -0,0 +1,2 @@
1
+ export { default } from './Tags.tsx';
2
+ export type { TagSelectorProps } from './Tags.types';
@@ -1,3 +1,3 @@
1
1
  import { TextAreaComponentProps } from './Textarea.types';
2
- declare const TextareaCustom: React.FC<TextAreaComponentProps>;
2
+ declare const TextareaCustom: import('react').ForwardRefExoticComponent<TextAreaComponentProps & import('react').RefAttributes<HTMLTextAreaElement>>;
3
3
  export default TextareaCustom;
@@ -0,0 +1,7 @@
1
+ interface RobotProps {
2
+ width?: number;
3
+ height?: number;
4
+ color?: string;
5
+ }
6
+ declare const Robot: React.FC<RobotProps>;
7
+ export default Robot;
@@ -0,0 +1,6 @@
1
+ interface RobotDescriptionProps {
2
+ width?: number;
3
+ height?: number;
4
+ }
5
+ export declare const RobotDescription: React.FC<RobotDescriptionProps>;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ interface CheckSuccessProps {
2
+ width?: number;
3
+ height?: number;
4
+ }
5
+ export declare const CheckSuccess: React.FC<CheckSuccessProps>;
6
+ export {};
@@ -5,12 +5,43 @@ export { default as PhotoUpload } from './components/PhotoUpload';
5
5
  export { default as Steps } from './components/Steps';
6
6
  export { default as DragAndDrop } from './components/DragAndDrop';
7
7
  export { default as Text } from './components/Text';
8
+ export { default as Input } from './components/Input';
9
+ export { default as InputPhone } from './components/InputPhone.tsx';
10
+ export { default as MultiInput } from './components/MultiInput';
8
11
  export { default as Toast } from './components/Toast';
9
12
  export { default as useCustomToast } from './components/Toast/useCustomToast';
13
+ export { default as ChatUser } from './components/ChatUser';
14
+ export { default as ChatAssistant } from './components/ChatAssistant';
10
15
  export { default as Header } from './components/Header';
16
+ export { default as ChatInput } from './components/ChatInput';
11
17
  export { default as SideBar } from './components/SideBar';
12
18
  export { default as ModalCustom } from './components/ModalCustom';
19
+ export { default as ModalConfirmation } from './components/ModalConfirmation';
13
20
  export { default as AccordionCustom } from './components/Accordion';
14
21
  export { default as MenuListCustom } from './components/MenuList';
15
22
  export { default as TextareaCustom } from './components/Textarea';
16
23
  export { default as StatusCustom } from './components/Status';
24
+ export { default as CustomProgressBar } from './components/ProgressBar';
25
+ export { default as CustomBox } from './components/CustomBox';
26
+ export { default as MetricCustom } from './components/Metric';
27
+ export { default as CardCustom } from './components/Card';
28
+ export { default as Spinner } from './components/SpinnerLogo';
29
+ export { default as SegmentedControl } from './components/SegmentedControl';
30
+ export { default as AudioButtons } from './components/AudioButtons';
31
+ export { default as Tabs } from './components/Tabs';
32
+ export { default as SwitchCustom } from './components/Switch';
33
+ export { default as TagSelector } from './components/Tags';
34
+ export { default as CustomCheckBox } from './components/Checkbox';
35
+ export { default as TabsOptions } from './components/TabsOptions';
36
+ export { default as ModalFeedback } from './components/ModalFeedback';
37
+ export { default as PositiveModal } from './components/PositiveModal';
38
+ export { default as NegativeModal } from './components/NegativeModal';
39
+ export { default as ChatWithoutFeedback } from './components/ChatAssistantWithoutFeedback';
40
+ export { default as ModalPremium } from './components/ModalPremium';
41
+ export { default as BackNavigation } from './components/BackNavigation';
42
+ export { default as Banner } from './components/Banner';
43
+ export { default as SingleChoice } from './components/SingleChoice';
44
+ export { default as MultiHeaderAccordion } from './components/MultiHeaderAccordion';
45
+ export { default as SideBarCustom } from './components/SideBarCustom';
46
+ export { default as ModalInactivity } from './components/ModalInactivity';
47
+ export { default as ModalPermission } from './components/ModalPermission';
@@ -62,5 +62,49 @@ declare const chat: {
62
62
  ".cs-typing-indicator__dot": {
63
63
  backgroundColor: string;
64
64
  };
65
+ ".chat-assistant__wrapper h1": {
66
+ fontSize: string;
67
+ };
68
+ ".chat-assistant__wrapper h2": {
69
+ fontSize: string;
70
+ };
71
+ ".chat-assistant__wrapper h3": {
72
+ fontSize: string;
73
+ };
74
+ ".chat-assistant__wrapper h4": {
75
+ fontSize: string;
76
+ };
77
+ ".chat-assistant__wrapper h5": {
78
+ fontSize: string;
79
+ };
80
+ ".chat-assistant__wrapper h6": {
81
+ fontSize: string;
82
+ };
83
+ ".chat-assistant__wrapper a": {
84
+ color: string;
85
+ textDecoration: string;
86
+ };
87
+ ".chat-assistant__wrapper table": {
88
+ borderCollapse: string;
89
+ marginTop: string;
90
+ width: string;
91
+ };
92
+ ".chat-assistant__wrapper table th, .chat-assistant__wrapper table td ": {
93
+ border: string;
94
+ padding: string;
95
+ };
96
+ ".chat-assistant__wrapper img": {
97
+ maxWidth: string;
98
+ };
99
+ ".chat-assistant__wrapper hr": {
100
+ border: string;
101
+ borderTop: string;
102
+ margin: string;
103
+ };
104
+ ".chat-assistant__wrapper blockquote": {
105
+ fontStyle: string;
106
+ paddingLeft: string;
107
+ color: string;
108
+ };
65
109
  };
66
110
  export default chat;
@@ -0,0 +1,2 @@
1
+ declare const Fonts: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Fonts;