@canaia/ui-kit 0.0.10-alpha.74 → 0.0.10-alpha.75

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,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';
@@ -35,3 +35,4 @@ export { default as TabsOptions } from './components/TabsOptions';
35
35
  export { default as ModalFeedback } from './components/ModalFeedback';
36
36
  export { default as PositiveModal } from './components/PositiveModal';
37
37
  export { default as NegativeModal } from './components/NegativeModal';
38
+ export { default as ChatWithoutFeedback } from './components/ChatAssistantWithoutFeedback';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canaia/ui-kit",
3
- "version": "0.0.10-alpha.74",
3
+ "version": "0.0.10-alpha.75",
4
4
  "main": "dist/canaia-ui-kit.umd.js",
5
5
  "module": "dist/canaia-ui-kit.es.js",
6
6
  "type": "module",