@altimateai/ui-components 0.0.79-beta.2 → 0.0.79-beta.3

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.
@@ -1,6 +1,6 @@
1
1
  import React__default, { FC, ReactNode } from 'react';
2
- import { d as ChatbotProps, a as ChatSession, e as ChatbotProviderProps, f as ChatState, A as Artifact, b as ContextOption, I as InteractionRequest, g as ChatMessage, h as AgentAction, c as Citation, i as TodoItem, j as ChatResponse, F as Feedback, L as LoadingState, M as MessageAttachment, D as DetectedEntity, E as EntityType, k as AgentStreamResponse, S as SessionStatusEnum } from '../types-UHJCpYj0.js';
3
- export { n as AssistantMeta, m as ChatEvent, l as ChatEventStatus, C as ChatbotUrls, p as Datamate, q as EntityDetectionRequest, r as EntityDetectionResponse, o as FileUploadProps, y as FinalResponseData, u as InteractionChoice, t as InteractionType, s as Mode, P as ProgressUpdate, x as ToolUsageData, U as UploadedFile, z as agentStreamResponseSchema, v as sessionStatusSchema, w as todoItemSchema } from '../types-UHJCpYj0.js';
2
+ import { d as ChatbotProps, a as ChatSession, e as ChatbotProviderProps, f as ChatState, A as Artifact, b as ContextOption, I as InteractionRequest, g as ChatMessage, h as AgentAction, c as Citation, i as TodoItem, j as ChatResponse, F as Feedback, L as LoadingState, M as MessageAttachment, D as DetectedEntity, E as EntityType, k as AgentStreamResponse, S as SessionStatusEnum } from '../types-61eV8Bzz.js';
3
+ export { n as AssistantMeta, m as ChatEvent, l as ChatEventStatus, C as ChatbotUrls, p as Datamate, q as EntityDetectionRequest, r as EntityDetectionResponse, o as FileUploadProps, y as FinalResponseData, u as InteractionChoice, t as InteractionType, s as Mode, P as ProgressUpdate, x as ToolUsageData, U as UploadedFile, z as agentStreamResponseSchema, v as sessionStatusSchema, w as todoItemSchema } from '../types-61eV8Bzz.js';
4
4
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
5
5
  import { UnknownAction } from '@reduxjs/toolkit';
6
6
  import * as react_jsx_runtime from 'react/jsx-runtime';
package/dist/index.d.ts CHANGED
@@ -4,8 +4,8 @@ import { B as ButtonProps, a as Button } from './Button-42Dj_nRE.js';
4
4
  import { Components } from 'react-markdown';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { PlotParams } from 'react-plotly.js';
7
- import { C as ChatbotUrls, a as ChatSession, b as ContextOption, T as TaskLabels } from './types-UHJCpYj0.js';
8
- export { c as Citation } from './types-UHJCpYj0.js';
7
+ import { C as ChatbotUrls, a as ChatSession, b as ContextOption, T as TaskLabels } from './types-61eV8Bzz.js';
8
+ export { c as Citation } from './types-61eV8Bzz.js';
9
9
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
10
10
  import { UnknownAction, PayloadAction } from '@reduxjs/toolkit';
11
11
  import { z } from 'zod';
@@ -267,6 +267,7 @@ interface ChatState {
267
267
  chatMessages?: string;
268
268
  messageItem?: string;
269
269
  questionForm?: string;
270
+ chatbotScrollingContent?: string;
270
271
  };
271
272
  }
272
273
  declare const todoItemSchema: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.79-beta.2",
3
+ "version": "0.0.79-beta.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"