@altimateai/ui-components 0.0.53-beta.1 → 0.0.54

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.
package/dist/TagsInput.js CHANGED
@@ -3589,14 +3589,15 @@ const yf = ({
3589
3589
  value: f(r || ""),
3590
3590
  placeholder: n || "Search...",
3591
3591
  debounceMs: 300,
3592
- className: V("!al-w-56 al-text-left", s == null ? void 0 : s.className),
3592
+ className: V("!al-w-56 al-text-left al-text-ellipsis", s == null ? void 0 : s.className),
3593
3593
  id: i ? `${i}-combobox` : "default-combobox",
3594
3594
  role: "combobox",
3595
3595
  "aria-expanded": re,
3596
3596
  "aria-autocomplete": "list",
3597
3597
  "aria-controls": `${i}-combobox-content`,
3598
3598
  icon: ta,
3599
- iconPosition: "left"
3599
+ iconPosition: "left",
3600
+ type: "text"
3600
3601
  }
3601
3602
  ) : /* @__PURE__ */ c.jsxs(
3602
3603
  gr,
@@ -3640,7 +3641,8 @@ const yf = ({
3640
3641
  onWheel: (I) => {
3641
3642
  I.stopPropagation();
3642
3643
  },
3643
- sideOffset: j ? -40 : 2,
3644
+ sideOffset: j ? 0 : 4,
3645
+ collisionPadding: j ? { top: 40, bottom: 40 } : void 0,
3644
3646
  children: /* @__PURE__ */ c.jsxs(
3645
3647
  on,
3646
3648
  {
@@ -1,6 +1,6 @@
1
1
  import React__default, { FC } from 'react';
2
- import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, M as MessageAttachment, u as AgentStreamResponse } from '../types-oWZJEjV7.js';
3
- export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, J as FinalResponseData, B as InteractionChoice, z as InteractionType, y as Mode, H as ProgressUpdate, G as ToolUsageData, U as UploadedFile, K as agentStreamResponseSchema, E as todoItemSchema } from '../types-oWZJEjV7.js';
2
+ import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, M as MessageAttachment, u as AgentStreamResponse } from '../types-699Daj8S.js';
3
+ export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, J as FinalResponseData, B as InteractionChoice, z as InteractionType, y as Mode, H as ProgressUpdate, G as ToolUsageData, U as UploadedFile, K as agentStreamResponseSchema, E as todoItemSchema } from '../types-699Daj8S.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
@@ -3,8 +3,8 @@ import { HTMLAttributes, ButtonHTMLAttributes, ReactNode, FC, MouseEvent } from
3
3
  import { B as ButtonProps } from './Button-CVsSwe4f.js';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
  import { PlotParams } from 'react-plotly.js';
6
- import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-oWZJEjV7.js';
7
- export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-oWZJEjV7.js';
6
+ import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-699Daj8S.js';
7
+ export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-699Daj8S.js';
8
8
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
9
9
  import { PayloadAction } from '@reduxjs/toolkit';
10
10
  import * as immer from 'immer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.53-beta.1",
3
+ "version": "0.0.54",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"
@@ -508,10 +508,10 @@ declare const learningSchema: z.ZodObject<{
508
508
  }, "strip", z.ZodTypeAny, {
509
509
  content: string;
510
510
  isActive: boolean;
511
+ category: string;
511
512
  display_name: string;
512
513
  userId: string;
513
514
  taskLabel: string;
514
- category: string;
515
515
  personalizationScope: string;
516
516
  train_doc_uid: string;
517
517
  createdDate: string;
@@ -519,10 +519,10 @@ declare const learningSchema: z.ZodObject<{
519
519
  metadata?: Record<string, unknown> | undefined;
520
520
  }, {
521
521
  content: string;
522
+ category: string;
522
523
  display_name: string;
523
524
  userId: string;
524
525
  taskLabel: string;
525
- category: string;
526
526
  train_doc_uid: string;
527
527
  createdDate: string;
528
528
  updatedDate: string;