@cossistant/next 0.0.24 → 0.0.26

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.
@@ -7,7 +7,7 @@ import * as React$1 from "react";
7
7
  * clipboard uploads and auto-resizing while remaining composable via
8
8
  * `asChild`.
9
9
  */
10
- declare const MultimodalInput: React$1.ForwardRefExoticComponent<Omit<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, "onChange" | "value"> & {
10
+ declare const MultimodalInput: React$1.ForwardRefExoticComponent<Omit<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, "value" | "onChange"> & {
11
11
  value: string;
12
12
  onChange: (value: string) => void;
13
13
  onSubmit?: () => void;
@@ -25,7 +25,7 @@ declare const FileInput: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttr
25
25
  onFileSelect?: (files: File[]) => void;
26
26
  asChild?: boolean;
27
27
  } & React$1.RefAttributes<HTMLInputElement>>;
28
- declare const SupportInput: React$1.ForwardRefExoticComponent<Omit<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, "onChange" | "value"> & {
28
+ declare const SupportInput: React$1.ForwardRefExoticComponent<Omit<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, "value" | "onChange"> & {
29
29
  value: string;
30
30
  onChange: (value: string) => void;
31
31
  onSubmit?: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"multimodal-input.d.ts","names":[],"sources":["../../react/src/primitives/multimodal-input.tsx"],"sourcesContent":[],"mappings":";;;;;;AA2IA;;;AARwB,cA7GX,eA6GW,EA7GI,OAAA,CAAA,yBA6GJ,CA7GI,IA6GJ,CA7GI,OAAA,CAAA,sBA6GJ,CA7GI,mBA6GJ,CAAA,EAAA,UAAA,GAAA,OAAA,CAAA,GAAA;;;EAQF,QAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EAAA,YAAA,CAAA,EAAA,CAAA,KAAA,EAjIE,IAiIF,EAAA,EAAA,GAAA,IAAA;EAqCT,OAAA,CAAA,EAAA,OAA8B;EAAlB,SAAA,CAAA,EAAA,MAAA;EAAA,KAAA,CAAA,EAnKhB,KAmKgB,GAAA,IAAA;EAAA,QAAA,CAAA,EAAA,OAAA;CAtKD,wBAAA,oBAAA,CAAA,CAAA;;;;;cAiIX,WAAS,OAAA,CAAA,0BAAA,OAAA,CAAA,oBAAA;yBARE;;;cA6CX,cAAY,OAAA,CAAA,0BAAA,KAAA,OAAA,CAAA,uBAAA;;;;yBAtKD;;;UAGf"}
1
+ {"version":3,"file":"multimodal-input.d.ts","names":[],"sources":["../../react/src/primitives/multimodal-input.tsx"],"sourcesContent":[],"mappings":";;;;;;AA2IA;;;AARwB,cA7GX,eA6GW,EA7GI,OAAA,CAAA,yBA6GJ,CA7GI,IA6GJ,CA7GI,OAAA,CAAA,sBA6GJ,CA7GI,mBA6GJ,CAAA,EAAA,OAAA,GAAA,UAAA,CAAA,GAAA;;;EAQF,QAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EAAA,YAAA,CAAA,EAAA,CAAA,KAAA,EAjIE,IAiIF,EAAA,EAAA,GAAA,IAAA;EAqCT,OAAA,CAAA,EAAA,OAA8B;EAAlB,SAAA,CAAA,EAAA,MAAA;EAAA,KAAA,CAAA,EAnKhB,KAmKgB,GAAA,IAAA;EAAA,QAAA,CAAA,EAAA,OAAA;CAtKD,wBAAA,oBAAA,CAAA,CAAA;;;;;cAiIX,WAAS,OAAA,CAAA,0BAAA,OAAA,CAAA,oBAAA;yBARE;;;cA6CX,cAAY,OAAA,CAAA,0BAAA,KAAA,OAAA,CAAA,uBAAA;;;;yBAtKD;;;UAGf"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cossistant/next",
3
3
  "type": "module",
4
- "version": "0.0.24",
4
+ "version": "0.0.26",
5
5
  "private": false,
6
6
  "author": "Cossistant team",
7
7
  "description": "Next.js-ready SDK for building AI-powered support/chat widgets. Hooks + primitives, WS-driven, TypeScript-first. Next.js-ready, Tailwind optional.",
@@ -91,7 +91,7 @@
91
91
  "access": "public"
92
92
  },
93
93
  "dependencies": {
94
- "@cossistant/react": "0.0.24",
94
+ "@cossistant/react": "0.0.26",
95
95
  "tailwindcss": "^4.1.13"
96
96
  },
97
97
  "peerDependencies": {