@altimateai/ui-components 0.0.79-beta.1 → 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.
@@ -9620,7 +9620,7 @@ export {
9620
9620
  mo as Z,
9621
9621
  hx as _,
9622
9622
  Uh as a,
9623
- od as a$,
9623
+ nd as a$,
9624
9624
  ml as a0,
9625
9625
  gl as a1,
9626
9626
  hl as a2,
@@ -9655,9 +9655,9 @@ export {
9655
9655
  mu as aV,
9656
9656
  Vx as aW,
9657
9657
  Bx as aX,
9658
- Qr as aY,
9659
- id as aZ,
9660
- nd as a_,
9658
+ sd as aY,
9659
+ Qr as aZ,
9660
+ id as a_,
9661
9661
  om as aa,
9662
9662
  yx as ab,
9663
9663
  wg as ac,
@@ -9685,12 +9685,13 @@ export {
9685
9685
  nr as ay,
9686
9686
  Ix as az,
9687
9687
  ed as b,
9688
- z as b0,
9689
- ye as b1,
9690
- Eh as b2,
9691
- gd as b3,
9692
- fd as b4,
9693
- qa as b5,
9688
+ od as b0,
9689
+ z as b1,
9690
+ ye as b2,
9691
+ Eh as b3,
9692
+ gd as b4,
9693
+ fd as b5,
9694
+ qa as b6,
9694
9695
  Xo as c,
9695
9696
  Ju as d,
9696
9697
  rx as e,
@@ -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';
@@ -72,6 +72,7 @@ interface MarkdownProps {
72
72
  content: string;
73
73
  id?: string;
74
74
  components?: Components;
75
+ className?: string;
75
76
  }
76
77
  declare const Markdown: React.FC<MarkdownProps>;
77
78
 
@@ -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.1",
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"