@altimateai/ui-components 0.0.35 → 0.0.36

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/Form.js CHANGED
@@ -30,9 +30,9 @@ const fl = Ft(
30
30
  side: "right"
31
31
  }
32
32
  }
33
- ), pl = s.forwardRef(({ side: e = "right", className: r, children: t, ...a }, n) => /* @__PURE__ */ i.jsxs(ul, { children: [
34
- /* @__PURE__ */ i.jsx(Ua, {}),
35
- /* @__PURE__ */ i.jsxs(Vt, { ref: n, className: j(fl({ side: e }), r), ...a, children: [
33
+ ), pl = s.forwardRef(({ side: e = "right", className: r, children: t, overlayProps: a = {}, ...n }, o) => /* @__PURE__ */ i.jsxs(ul, { children: [
34
+ /* @__PURE__ */ i.jsx(Ua, { ...a }),
35
+ /* @__PURE__ */ i.jsxs(Vt, { ref: o, className: j(fl({ side: e }), r), ...n, children: [
36
36
  t,
37
37
  /* @__PURE__ */ i.jsxs(Ot, { className: "al-absolute al-right-4 al-top-4 al-rounded-sm al-opacity-70 al-ring-offset-background al-transition-opacity hover:al-opacity-100 focus:al-outline-none focus:al-ring-2 focus:al-ring-ring focus:al-ring-offset-2 disabled:al-pointer-events-none data-[state=open]:al-bg-secondary", children: [
38
38
  /* @__PURE__ */ i.jsx(Hs, { className: "al-h-4 al-w-4" }),
@@ -4820,9 +4820,10 @@ export {
4820
4820
  Tu as aF,
4821
4821
  ju as aG,
4822
4822
  cf as aH,
4823
- R as aI,
4824
- ce as aJ,
4825
- hu as aK,
4823
+ Qr as aI,
4824
+ R as aJ,
4825
+ ce as aK,
4826
+ hu as aL,
4826
4827
  Lc as aa,
4827
4828
  $c as ab,
4828
4829
  Kc as ac,
@@ -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, u as AgentStreamResponse } from '../types-Bot4W1-C.js';
3
- export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, H as FinalResponseData, z as InteractionChoice, y as InteractionType, M as Mode, G as ProgressUpdate, E as ToolUsageData, J as agentStreamResponseSchema, B as todoItemSchema } from '../types-Bot4W1-C.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, u as AgentStreamResponse } from '../types-BynvDMUq.js';
3
+ export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, H as FinalResponseData, z as InteractionChoice, y as InteractionType, M as Mode, G as ProgressUpdate, E as ToolUsageData, J as agentStreamResponseSchema, B as todoItemSchema } from '../types-BynvDMUq.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-C4jhPGlR.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-Bot4W1-C.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-Bot4W1-C.js';
6
+ import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-BynvDMUq.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-BynvDMUq.js';
8
8
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
9
9
  import { PayloadAction } from '@reduxjs/toolkit';
10
10
  import * as immer from 'immer';
@@ -83,6 +83,7 @@ declare const sheetVariants: (props?: ({
83
83
  } & class_variance_authority_types.ClassProp) | undefined) => string;
84
84
  interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
85
85
  children: React$1.ReactNode;
86
+ overlayProps?: React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Overlay>;
86
87
  }
87
88
  declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
88
89
  declare const SheetHeader: {
@@ -57,11 +57,13 @@ interface ChatbotUrls {
57
57
  interface Datamate {
58
58
  id: string;
59
59
  label: string;
60
+ endAdornment?: ReactNode;
60
61
  }
61
62
  interface Mode {
62
63
  value: string;
63
64
  label: string;
64
65
  isComingSoon?: boolean;
66
+ icon?: ReactNode;
65
67
  }
66
68
  interface ChatbotProps {
67
69
  helloMessage?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"