@inkeep/cxkit-styled 0.0.0-dev-20250221234142

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.
Files changed (125) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/components/chat-button.cjs +1 -0
  4. package/dist/components/chat-button.d.cts +8 -0
  5. package/dist/components/chat-button.d.ts +8 -0
  6. package/dist/components/chat-button.js +53 -0
  7. package/dist/components/embedded-chat/conversation-loading.cjs +1 -0
  8. package/dist/components/embedded-chat/conversation-loading.d.cts +1 -0
  9. package/dist/components/embedded-chat/conversation-loading.d.ts +1 -0
  10. package/dist/components/embedded-chat/conversation-loading.js +48 -0
  11. package/dist/components/embedded-chat.cjs +1 -0
  12. package/dist/components/embedded-chat.d.cts +183 -0
  13. package/dist/components/embedded-chat.d.ts +183 -0
  14. package/dist/components/embedded-chat.js +1817 -0
  15. package/dist/components/embedded-search/results-loading.cjs +1 -0
  16. package/dist/components/embedded-search/results-loading.d.cts +1 -0
  17. package/dist/components/embedded-search/results-loading.d.ts +1 -0
  18. package/dist/components/embedded-search/results-loading.js +16 -0
  19. package/dist/components/embedded-search.cjs +1 -0
  20. package/dist/components/embedded-search.d.cts +58 -0
  21. package/dist/components/embedded-search.d.ts +58 -0
  22. package/dist/components/embedded-search.js +434 -0
  23. package/dist/components/index.cjs +1 -0
  24. package/dist/components/index.d.cts +8 -0
  25. package/dist/components/index.d.ts +8 -0
  26. package/dist/components/index.js +18 -0
  27. package/dist/components/intelligent-form.cjs +1 -0
  28. package/dist/components/intelligent-form.d.cts +60 -0
  29. package/dist/components/intelligent-form.d.ts +60 -0
  30. package/dist/components/intelligent-form.js +553 -0
  31. package/dist/components/loading-indicator.cjs +1 -0
  32. package/dist/components/loading-indicator.d.cts +1 -0
  33. package/dist/components/loading-indicator.d.ts +1 -0
  34. package/dist/components/loading-indicator.js +36 -0
  35. package/dist/components/modal.cjs +1 -0
  36. package/dist/components/modal.d.cts +6 -0
  37. package/dist/components/modal.d.ts +6 -0
  38. package/dist/components/modal.js +40 -0
  39. package/dist/components/searchbar.cjs +1 -0
  40. package/dist/components/searchbar.d.cts +11 -0
  41. package/dist/components/searchbar.d.ts +11 -0
  42. package/dist/components/searchbar.js +81 -0
  43. package/dist/components/shadow.cjs +1 -0
  44. package/dist/components/shadow.d.cts +3 -0
  45. package/dist/components/shadow.d.ts +3 -0
  46. package/dist/components/shadow.js +8 -0
  47. package/dist/index.cjs +1 -0
  48. package/dist/index.d.cts +3 -0
  49. package/dist/index.d.ts +3 -0
  50. package/dist/index.js +21 -0
  51. package/dist/inkeep.css.cjs +3524 -0
  52. package/dist/inkeep.css.js +3528 -0
  53. package/dist/ui/markdown-styles.cjs +1 -0
  54. package/dist/ui/markdown-styles.d.cts +20 -0
  55. package/dist/ui/markdown-styles.d.ts +20 -0
  56. package/dist/ui/markdown-styles.js +36 -0
  57. package/dist/ui/recipes/ai-chat-page-wrapper.cjs +1 -0
  58. package/dist/ui/recipes/ai-chat-page-wrapper.d.cts +7 -0
  59. package/dist/ui/recipes/ai-chat-page-wrapper.d.ts +7 -0
  60. package/dist/ui/recipes/ai-chat-page-wrapper.js +32 -0
  61. package/dist/ui/recipes/attachment.cjs +1 -0
  62. package/dist/ui/recipes/attachment.d.cts +4 -0
  63. package/dist/ui/recipes/attachment.d.ts +4 -0
  64. package/dist/ui/recipes/attachment.js +28 -0
  65. package/dist/ui/recipes/button.cjs +1 -0
  66. package/dist/ui/recipes/button.d.cts +6 -0
  67. package/dist/ui/recipes/button.d.ts +6 -0
  68. package/dist/ui/recipes/button.js +78 -0
  69. package/dist/ui/recipes/checkbox.cjs +1 -0
  70. package/dist/ui/recipes/checkbox.d.cts +4 -0
  71. package/dist/ui/recipes/checkbox.d.ts +4 -0
  72. package/dist/ui/recipes/checkbox.js +23 -0
  73. package/dist/ui/recipes/citation.cjs +1 -0
  74. package/dist/ui/recipes/citation.d.cts +4 -0
  75. package/dist/ui/recipes/citation.d.ts +4 -0
  76. package/dist/ui/recipes/citation.js +70 -0
  77. package/dist/ui/recipes/icon.cjs +1 -0
  78. package/dist/ui/recipes/icon.d.cts +2 -0
  79. package/dist/ui/recipes/icon.d.ts +2 -0
  80. package/dist/ui/recipes/icon.js +6 -0
  81. package/dist/ui/recipes/index.cjs +1 -0
  82. package/dist/ui/recipes/index.d.cts +15 -0
  83. package/dist/ui/recipes/index.d.ts +15 -0
  84. package/dist/ui/recipes/index.js +37 -0
  85. package/dist/ui/recipes/input.cjs +1 -0
  86. package/dist/ui/recipes/input.d.cts +5 -0
  87. package/dist/ui/recipes/input.d.ts +5 -0
  88. package/dist/ui/recipes/input.js +34 -0
  89. package/dist/ui/recipes/link.cjs +1 -0
  90. package/dist/ui/recipes/link.d.cts +2 -0
  91. package/dist/ui/recipes/link.d.ts +2 -0
  92. package/dist/ui/recipes/link.js +11 -0
  93. package/dist/ui/recipes/markdown.cjs +1 -0
  94. package/dist/ui/recipes/markdown.d.cts +16 -0
  95. package/dist/ui/recipes/markdown.d.ts +16 -0
  96. package/dist/ui/recipes/markdown.js +101 -0
  97. package/dist/ui/recipes/modal.cjs +1 -0
  98. package/dist/ui/recipes/modal.d.cts +4 -0
  99. package/dist/ui/recipes/modal.d.ts +4 -0
  100. package/dist/ui/recipes/modal.js +58 -0
  101. package/dist/ui/recipes/popover.cjs +1 -0
  102. package/dist/ui/recipes/popover.d.cts +4 -0
  103. package/dist/ui/recipes/popover.d.ts +4 -0
  104. package/dist/ui/recipes/popover.js +19 -0
  105. package/dist/ui/recipes/scrollable.cjs +1 -0
  106. package/dist/ui/recipes/scrollable.d.cts +4 -0
  107. package/dist/ui/recipes/scrollable.d.ts +4 -0
  108. package/dist/ui/recipes/scrollable.js +15 -0
  109. package/dist/ui/recipes/select.cjs +1 -0
  110. package/dist/ui/recipes/select.d.cts +4 -0
  111. package/dist/ui/recipes/select.d.ts +4 -0
  112. package/dist/ui/recipes/select.js +38 -0
  113. package/dist/ui/recipes/skeleton.cjs +1 -0
  114. package/dist/ui/recipes/skeleton.d.cts +2 -0
  115. package/dist/ui/recipes/skeleton.d.ts +2 -0
  116. package/dist/ui/recipes/skeleton.js +16 -0
  117. package/dist/ui/recipes/widget-toggle.cjs +1 -0
  118. package/dist/ui/recipes/widget-toggle.d.cts +4 -0
  119. package/dist/ui/recipes/widget-toggle.d.ts +4 -0
  120. package/dist/ui/recipes/widget-toggle.js +33 -0
  121. package/dist/utils.cjs +1 -0
  122. package/dist/utils.d.cts +4 -0
  123. package/dist/utils.d.ts +4 -0
  124. package/dist/utils.js +11 -0
  125. package/package.json +72 -0
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),n=require("@inkeep/cxkit-primitives"),l=require("../utils.cjs"),o=require("../ui/recipes/button.cjs"),m=require("../ui/recipes/checkbox.cjs"),s=require("../ui/recipes/input.cjs"),r=require("../ui/recipes/select.cjs"),c=require("merge-anything"),F=require("../ui/markdown-styles.cjs"),d=e=>i.jsx(n.IntelligentFormPrimitive.Provider,{...e}),g=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Root,{className:l.cn("max-w-full border divide-y","rounded-xl shadow h-full max-h-full","bg-white dark:bg-gray-dark-950","flex flex-col",e),...t}),x=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Heading,{className:l.cn("px-5 py-4 font-medium shrink-0",e),...t}),I=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Content,{className:l.cn("flex-1 overflow-hidden",e),...t}),u=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ContentScrollArea,{className:l.cn("h-full",e),...t}),S=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ContentScrollAreaViewport,{className:l.cn("h-full w-full rounded-[inherit] px-5","[&_[data-part=grid]]:px-1","[&_[data-part=grid]]:divide-y",e),...t}),p=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ContentScrollAreaScrollbar,{className:l.cn("flex select-none touch-none p-0.5","transition-colors duration-[160ms] ease-in-out","w-2.5 border-l border-l-transparent",e),...t}),f=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ContentScrollAreaThumb,{className:l.cn("relative flex-1 rounded-full","bg-gray-300 dark:bg-white-alpha-200",e),...t}),P=n.IntelligentFormPrimitive.ContentScrollAreaCorner,v=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Success,{className:l.cn("flex flex-col items-center","justify-center mx-1 pt-12 pb-6",e),...t}),y=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SuccessIcon,{className:l.cn("w-6 h-6 text-green-500 mb-5",e),...t}),b=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SuccessHeading,{className:l.cn("text-xl font-semibold","mb-3 tracking-tight",e),...t}),h=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SuccessMessage,{className:l.cn("text-gray-800 dark:text-white-alpha-950",e),...t}),j=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.PrimaryForm,{className:l.cn("w-full flex flex-col py-6",e),...t}),C=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.PrimaryFormDescription,{className:l.cn("text-gray-700 dark:text-white-alpha-700 text-sm",e),...t}),N=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.PrimaryFormFields,{className:l.cn("w-full gap-8",e),...t}),w=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.PrimaryFormSubmit,{className:l.cn(o.button({preset:"neutralFilled",size:"sm"}),"ml-auto data-[loading]:cursor-wait","data-[submitted]:hidden",e),...t}),k=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormField,{className:l.cn("mb-8 flex flex-col gap-2 data-[hidden]:hidden","data-[input-type=CHECKBOX]:flex-row data-[input-type=CHECKBOX]:items-center",e),...t}),A=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldLabel,{className:l.cn("font-medium text-sm text-gray-700","dark:text-white-alpha-700 ","font-medium relative","data-[required]:after:absolute",'data-[required]:after:[content:"*"]',"data-[required]:after:ml-1","data-[required]:after:mt-0","data-[required]:after:text-red-500","dark:data-[required]:after:text-red-300",e),...t}),B=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldText,{className:l.cn(s.input({size:"sm",variant:"outline"}),e),...t}),T=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldEmail,{className:l.cn(s.input({size:"sm",variant:"outline"}),e),...t}),H=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldFile,{className:l.cn(s.input({size:"sm",variant:"outline"}),"text-sm pl-2 file:h-full file:cursor-pointer py-0","file:bg-transparent file:border-none file:font-medium","file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",e),...t}),R=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldTextArea,{className:l.cn(s.input({size:"sm",variant:"outline"}),"min-h-20 px-4 py-2",e),...t}),q=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldCheckbox,{className:l.cn(m.checkbox({slot:"root"}),e),...t}),L=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldCheckboxIndicator,{className:l.cn(m.checkbox({slot:"indicator"}),e),...t}),E=n.IntelligentFormPrimitive.FormFieldSelect,V=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldSelectTrigger,{className:l.cn(r.select({slot:"trigger"}),"text-sm",e),...t}),z=n.IntelligentFormPrimitive.FormFieldSelectValue,D=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldSelectIcon,{className:l.cn("h-4 w-4 opacity-45",e),...t}),M=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldSelectContent,{className:l.cn(r.select({slot:"content"}),e),...t}),O=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldSelectViewport,{className:l.cn(r.select({slot:"viewport"}),e),...t}),K=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldSelectItem,{className:l.cn(r.select({slot:"item"}),"text-sm",e),...t}),X=n.IntelligentFormPrimitive.FormFieldSelectItemText,_=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldSelectItemIndicator,{className:l.cn(r.select({slot:"itemIndicator"}),e),...t}),G=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.FormFieldError,{className:l.cn("text-sm flex items-center text-red-500 dark:text-red-300",e),...t}),J=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.BotHeading,{className:l.cn("flex items-center gap-2",e),...t}),Q=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.BotHeadingIcon,{className:l.cn("border bg-gradient-to-t","from-gray-100 dark:from-gray-dark-600 p-1 rounded-md","w-6 h-6 text-gray-600 dark:text-white-alpha-700",e),...t}),U=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.BotHeadingName,{className:l.cn("text-gray-800 dark:text-white-alpha-950 text-sm font-semibold",e),...t}),W=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Loading,{className:l.cn("py-6 flex flex-wrap","gap-x-3 gap-y-6","[&>:first-child]:basis-full text-sm",e),...t}),Y=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ConfidentResponse,{className:l.cn("w-full flex flex-col py-6 gap-6 min-w-0 text-sm",e),...t}),Z=({className:e,componentStyles:t,...a})=>i.jsx(n.IntelligentFormPrimitive.ConfidentAnswer,{className:l.cn("max-w-full ",e),componentStyles:c.merge(F.markdownStyles,t??{}),...a}),$=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ConfidentResponseButton,{className:l.cn(o.button({preset:"neutralFilled",size:"sm"}),"ml-auto gap-2 data-[escalated]:hidden",e),...t}),ee=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.ConfidentResponseButtonIcon,{className:l.cn("",e),...t}),te=n.IntelligentFormPrimitive.ConfidentResponseButtonLabel,ne=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SecondaryForm,{className:l.cn("w-full flex flex-col py-6 gap-6",e),...t}),ie=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SecondaryFormDescription,{className:l.cn("text-gray-700 dark:text-white-alpha-700 text-sm",e),...t}),le=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SecondaryFormFields,{className:l.cn("w-full gap-8",e),...t}),re=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SecondaryFormSubmit,{className:l.cn(o.button({preset:"neutralFilled",size:"sm"}),"ml-auto data-[loading]:cursor-wait","data-[submitted]:hidden",e),...t}),oe=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Error,{className:l.cn("text-red-500 dark:text-red-300",e),...t}),se=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Sources,{className:l.cn("w-full flex flex-col gap-6",e),...t}),me=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SourcesCaption,{className:l.cn("text-gray-700 dark:text-white-alpha-700 text-sm",e),...t}),ae=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SourcesList,{className:l.cn("w-full flex flex-wrap gap-2 items-center",e),...t}),ce=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.Source,{className:l.cn(o.button({size:"xs",variant:"outline"}),"text-gray-600 dark:text-white-alpha-700 gap-1",e),...t}),Fe=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SourceIcon,{className:l.cn("",e),...t}),de=({className:e,...t})=>i.jsx(n.IntelligentFormPrimitive.SourceTitle,{className:l.cn("line-clamp-1",e),...t});exports.BotHeading=J;exports.BotHeadingIcon=Q;exports.BotHeadingName=U;exports.Checkbox=q;exports.CheckboxIndicator=L;exports.ConfidentAnswer=Z;exports.ConfidentResponse=Y;exports.ConfidentResponseButton=$;exports.ConfidentResponseButtonIcon=ee;exports.ConfidentResponseButtonLabel=te;exports.Content=I;exports.ContentScrollArea=u;exports.ContentScrollAreaCorner=P;exports.ContentScrollAreaScrollbar=p;exports.ContentScrollAreaThumb=f;exports.ContentScrollAreaViewport=S;exports.Email=T;exports.Error=oe;exports.Field=k;exports.FieldError=G;exports.FieldLabel=A;exports.File=H;exports.Heading=x;exports.Loading=W;exports.PrimaryForm=j;exports.PrimaryFormDescription=C;exports.PrimaryFormFields=N;exports.PrimaryFormSubmit=w;exports.Provider=d;exports.Root=g;exports.SecondaryForm=ne;exports.SecondaryFormDescription=ie;exports.SecondaryFormFields=le;exports.SecondaryFormSubmit=re;exports.Select=E;exports.SelectContent=M;exports.SelectIcon=D;exports.SelectItem=K;exports.SelectItemIndicator=_;exports.SelectItemText=X;exports.SelectTrigger=V;exports.SelectValue=z;exports.SelectViewport=O;exports.Source=ce;exports.SourceIcon=Fe;exports.SourceTitle=de;exports.Sources=se;exports.SourcesCaption=me;exports.SourcesList=ae;exports.Success=v;exports.SuccessHeading=b;exports.SuccessIcon=y;exports.SuccessMessage=h;exports.Text=B;exports.TextArea=R;
@@ -0,0 +1,60 @@
1
+ import { IntelligentFormPrimitive, PolymorphicProps } from '@inkeep/cxkit-primitives';
2
+ import { ComponentPropsWithRef, ForwardRefExoticComponent, RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
3
+ import { ScrollAreaCornerProps } from '@radix-ui/react-scroll-area';
4
+ import { SelectProps, SelectValueProps, SelectItemTextProps } from '@radix-ui/react-select';
5
+ declare const IntelligentFormProvider: (props: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Provider>) => import("react/jsx-runtime").JSX.Element;
6
+ declare const IntelligentFormRoot: ({ className, ...props }: ComponentPropsWithRef<typeof IntelligentFormPrimitive.Root>) => import("react/jsx-runtime").JSX.Element;
7
+ declare const IntelligentFormHeading: ({ className, ...props }: ComponentPropsWithRef<typeof IntelligentFormPrimitive.Heading>) => import("react/jsx-runtime").JSX.Element;
8
+ declare const IntelligentFormContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Content>) => import("react/jsx-runtime").JSX.Element;
9
+ declare const IntelligentFormContentScrollArea: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollArea>) => import("react/jsx-runtime").JSX.Element;
10
+ declare const IntelligentFormContentScrollAreaViewport: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollAreaViewport>) => import("react/jsx-runtime").JSX.Element;
11
+ declare const IntelligentFormContentScrollAreaScrollbar: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollAreaScrollbar>) => import("react/jsx-runtime").JSX.Element;
12
+ declare const IntelligentFormContentScrollAreaThumb: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollAreaThumb>) => import("react/jsx-runtime").JSX.Element;
13
+ declare const IntelligentFormContentScrollAreaCorner: ForwardRefExoticComponent< PolymorphicProps & Omit< ScrollAreaCornerProps & RefAttributes<HTMLDivElement>, "_id"> & Partial<Pick< ScrollAreaCornerProps & RefAttributes<HTMLDivElement>, "_id">>>;
14
+ declare const IntelligentFormSuccess: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Success>) => import("react/jsx-runtime").JSX.Element;
15
+ declare const IntelligentFormSuccessIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SuccessIcon>) => import("react/jsx-runtime").JSX.Element;
16
+ declare const IntelligentFormSuccessHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SuccessHeading>) => import("react/jsx-runtime").JSX.Element;
17
+ declare const IntelligentFormSuccessMessage: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SuccessMessage>) => import("react/jsx-runtime").JSX.Element;
18
+ declare const IntelligentFormPrimaryForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryForm>) => import("react/jsx-runtime").JSX.Element;
19
+ declare const IntelligentFormPrimaryFormDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryFormDescription>) => import("react/jsx-runtime").JSX.Element;
20
+ declare const IntelligentFormPrimaryFormFields: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryFormFields>) => import("react/jsx-runtime").JSX.Element;
21
+ declare const IntelligentFormPrimaryFormSubmit: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryFormSubmit>) => import("react/jsx-runtime").JSX.Element;
22
+ declare const IntelligentFormField: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormField>) => import("react/jsx-runtime").JSX.Element;
23
+ declare const IntelligentFormFieldLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldLabel>) => import("react/jsx-runtime").JSX.Element;
24
+ declare const IntelligentFormFieldText: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldText>) => import("react/jsx-runtime").JSX.Element;
25
+ declare const IntelligentFormFieldEmail: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldEmail>) => import("react/jsx-runtime").JSX.Element;
26
+ declare const IntelligentFormFieldFile: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldFile>) => import("react/jsx-runtime").JSX.Element;
27
+ declare const IntelligentFormFieldTextArea: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldTextArea>) => import("react/jsx-runtime").JSX.Element;
28
+ declare const IntelligentFormFieldCheckbox: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldCheckbox>) => import("react/jsx-runtime").JSX.Element;
29
+ declare const IntelligentFormFieldCheckboxIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldCheckboxIndicator>) => import("react/jsx-runtime").JSX.Element;
30
+ declare const IntelligentFormFieldSelect: (props: ComponentPropsWithRef< ForwardRefExoticComponent< PolymorphicProps & Omit< SelectProps, "_id"> & Partial<Pick< SelectProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
31
+ declare const IntelligentFormFieldSelectTrigger: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectTrigger>) => import("react/jsx-runtime").JSX.Element;
32
+ declare const IntelligentFormFieldSelectValue: (props: ComponentPropsWithRef< ForwardRefExoticComponent< PolymorphicProps & Omit< SelectValueProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectValueProps & RefAttributes<HTMLSpanElement>, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
33
+ declare const IntelligentFormFieldSelectIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectIcon>) => import("react/jsx-runtime").JSX.Element;
34
+ declare const IntelligentFormFieldSelectContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectContent>) => import("react/jsx-runtime").JSX.Element;
35
+ declare const IntelligentFormFieldSelectViewport: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectViewport>) => import("react/jsx-runtime").JSX.Element;
36
+ declare const IntelligentFormFieldSelectItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectItem>) => import("react/jsx-runtime").JSX.Element;
37
+ declare const IntelligentFormFieldSelectItemText: ForwardRefExoticComponent< PolymorphicProps & Omit< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id">>>;
38
+ declare const IntelligentFormFieldSelectItemIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectItemIndicator>) => import("react/jsx-runtime").JSX.Element;
39
+ declare const IntelligentFormFieldError: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldError>) => import("react/jsx-runtime").JSX.Element;
40
+ declare const IntelligentFormBotHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.BotHeading>) => import("react/jsx-runtime").JSX.Element;
41
+ declare const IntelligentFormBotHeadingIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.BotHeadingIcon>) => import("react/jsx-runtime").JSX.Element;
42
+ declare const IntelligentFormBotHeadingName: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.BotHeadingName>) => import("react/jsx-runtime").JSX.Element;
43
+ declare const IntelligentFormLoading: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Loading>) => import("react/jsx-runtime").JSX.Element;
44
+ declare const IntelligentFormConfidentResponse: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentResponse>) => import("react/jsx-runtime").JSX.Element;
45
+ declare const IntelligentFormConfidentAnswer: ({ className, componentStyles, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentAnswer>) => import("react/jsx-runtime").JSX.Element;
46
+ declare const IntelligentFormConfidentResponseButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentResponseButton>) => import("react/jsx-runtime").JSX.Element;
47
+ declare const IntelligentFormConfidentResponseButtonIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentResponseButtonIcon>) => import("react/jsx-runtime").JSX.Element;
48
+ declare const IntelligentFormConfidentResponseButtonLabel: ForwardRefExoticComponent< PolymorphicProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "children" | "_id"> & Partial<Pick< DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "children" | "_id">>>;
49
+ declare const IntelligentFormSecondaryForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryForm>) => import("react/jsx-runtime").JSX.Element;
50
+ declare const IntelligentFormSecondaryFormDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryFormDescription>) => import("react/jsx-runtime").JSX.Element;
51
+ declare const IntelligentFormSecondaryFormFields: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryFormFields>) => import("react/jsx-runtime").JSX.Element;
52
+ declare const IntelligentFormSecondaryFormSubmit: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryFormSubmit>) => import("react/jsx-runtime").JSX.Element;
53
+ declare const IntelligentFormError: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Error>) => import("react/jsx-runtime").JSX.Element;
54
+ declare const IntelligentFormSources: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Sources>) => import("react/jsx-runtime").JSX.Element;
55
+ declare const IntelligentFormSourcesCaption: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourcesCaption>) => import("react/jsx-runtime").JSX.Element;
56
+ declare const IntelligentFormSourcesList: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourcesList>) => import("react/jsx-runtime").JSX.Element;
57
+ declare const IntelligentFormSource: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Source>) => import("react/jsx-runtime").JSX.Element;
58
+ declare const IntelligentFormSourceIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourceIcon>) => import("react/jsx-runtime").JSX.Element;
59
+ declare const IntelligentFormSourceTitle: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourceTitle>) => import("react/jsx-runtime").JSX.Element;
60
+ export { IntelligentFormProvider as Provider, IntelligentFormRoot as Root, IntelligentFormHeading as Heading, IntelligentFormContent as Content, IntelligentFormContentScrollArea as ContentScrollArea, IntelligentFormContentScrollAreaViewport as ContentScrollAreaViewport, IntelligentFormContentScrollAreaScrollbar as ContentScrollAreaScrollbar, IntelligentFormContentScrollAreaThumb as ContentScrollAreaThumb, IntelligentFormContentScrollAreaCorner as ContentScrollAreaCorner, IntelligentFormSuccess as Success, IntelligentFormSuccessIcon as SuccessIcon, IntelligentFormSuccessHeading as SuccessHeading, IntelligentFormSuccessMessage as SuccessMessage, IntelligentFormPrimaryForm as PrimaryForm, IntelligentFormPrimaryFormDescription as PrimaryFormDescription, IntelligentFormPrimaryFormFields as PrimaryFormFields, IntelligentFormPrimaryFormSubmit as PrimaryFormSubmit, IntelligentFormField as Field, IntelligentFormFieldLabel as FieldLabel, IntelligentFormFieldText as Text, IntelligentFormFieldEmail as Email, IntelligentFormFieldFile as File, IntelligentFormFieldTextArea as TextArea, IntelligentFormFieldCheckbox as Checkbox, IntelligentFormFieldCheckboxIndicator as CheckboxIndicator, IntelligentFormFieldSelect as Select, IntelligentFormFieldSelectTrigger as SelectTrigger, IntelligentFormFieldSelectValue as SelectValue, IntelligentFormFieldSelectIcon as SelectIcon, IntelligentFormFieldSelectContent as SelectContent, IntelligentFormFieldSelectViewport as SelectViewport, IntelligentFormFieldSelectItem as SelectItem, IntelligentFormFieldSelectItemText as SelectItemText, IntelligentFormFieldSelectItemIndicator as SelectItemIndicator, IntelligentFormFieldError as FieldError, IntelligentFormBotHeading as BotHeading, IntelligentFormBotHeadingIcon as BotHeadingIcon, IntelligentFormBotHeadingName as BotHeadingName, IntelligentFormLoading as Loading, IntelligentFormConfidentResponse as ConfidentResponse, IntelligentFormConfidentAnswer as ConfidentAnswer, IntelligentFormConfidentResponseButton as ConfidentResponseButton, IntelligentFormConfidentResponseButtonIcon as ConfidentResponseButtonIcon, IntelligentFormConfidentResponseButtonLabel as ConfidentResponseButtonLabel, IntelligentFormSecondaryForm as SecondaryForm, IntelligentFormSecondaryFormDescription as SecondaryFormDescription, IntelligentFormSecondaryFormFields as SecondaryFormFields, IntelligentFormSecondaryFormSubmit as SecondaryFormSubmit, IntelligentFormError as Error, IntelligentFormSources as Sources, IntelligentFormSourcesCaption as SourcesCaption, IntelligentFormSourcesList as SourcesList, IntelligentFormSource as Source, IntelligentFormSourceIcon as SourceIcon, IntelligentFormSourceTitle as SourceTitle, };
@@ -0,0 +1,60 @@
1
+ import { IntelligentFormPrimitive, PolymorphicProps } from '@inkeep/cxkit-primitives';
2
+ import { ComponentPropsWithRef, ForwardRefExoticComponent, RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
3
+ import { ScrollAreaCornerProps } from '@radix-ui/react-scroll-area';
4
+ import { SelectProps, SelectValueProps, SelectItemTextProps } from '@radix-ui/react-select';
5
+ declare const IntelligentFormProvider: (props: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Provider>) => import("react/jsx-runtime").JSX.Element;
6
+ declare const IntelligentFormRoot: ({ className, ...props }: ComponentPropsWithRef<typeof IntelligentFormPrimitive.Root>) => import("react/jsx-runtime").JSX.Element;
7
+ declare const IntelligentFormHeading: ({ className, ...props }: ComponentPropsWithRef<typeof IntelligentFormPrimitive.Heading>) => import("react/jsx-runtime").JSX.Element;
8
+ declare const IntelligentFormContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Content>) => import("react/jsx-runtime").JSX.Element;
9
+ declare const IntelligentFormContentScrollArea: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollArea>) => import("react/jsx-runtime").JSX.Element;
10
+ declare const IntelligentFormContentScrollAreaViewport: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollAreaViewport>) => import("react/jsx-runtime").JSX.Element;
11
+ declare const IntelligentFormContentScrollAreaScrollbar: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollAreaScrollbar>) => import("react/jsx-runtime").JSX.Element;
12
+ declare const IntelligentFormContentScrollAreaThumb: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ContentScrollAreaThumb>) => import("react/jsx-runtime").JSX.Element;
13
+ declare const IntelligentFormContentScrollAreaCorner: ForwardRefExoticComponent< PolymorphicProps & Omit< ScrollAreaCornerProps & RefAttributes<HTMLDivElement>, "_id"> & Partial<Pick< ScrollAreaCornerProps & RefAttributes<HTMLDivElement>, "_id">>>;
14
+ declare const IntelligentFormSuccess: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Success>) => import("react/jsx-runtime").JSX.Element;
15
+ declare const IntelligentFormSuccessIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SuccessIcon>) => import("react/jsx-runtime").JSX.Element;
16
+ declare const IntelligentFormSuccessHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SuccessHeading>) => import("react/jsx-runtime").JSX.Element;
17
+ declare const IntelligentFormSuccessMessage: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SuccessMessage>) => import("react/jsx-runtime").JSX.Element;
18
+ declare const IntelligentFormPrimaryForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryForm>) => import("react/jsx-runtime").JSX.Element;
19
+ declare const IntelligentFormPrimaryFormDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryFormDescription>) => import("react/jsx-runtime").JSX.Element;
20
+ declare const IntelligentFormPrimaryFormFields: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryFormFields>) => import("react/jsx-runtime").JSX.Element;
21
+ declare const IntelligentFormPrimaryFormSubmit: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.PrimaryFormSubmit>) => import("react/jsx-runtime").JSX.Element;
22
+ declare const IntelligentFormField: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormField>) => import("react/jsx-runtime").JSX.Element;
23
+ declare const IntelligentFormFieldLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldLabel>) => import("react/jsx-runtime").JSX.Element;
24
+ declare const IntelligentFormFieldText: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldText>) => import("react/jsx-runtime").JSX.Element;
25
+ declare const IntelligentFormFieldEmail: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldEmail>) => import("react/jsx-runtime").JSX.Element;
26
+ declare const IntelligentFormFieldFile: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldFile>) => import("react/jsx-runtime").JSX.Element;
27
+ declare const IntelligentFormFieldTextArea: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldTextArea>) => import("react/jsx-runtime").JSX.Element;
28
+ declare const IntelligentFormFieldCheckbox: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldCheckbox>) => import("react/jsx-runtime").JSX.Element;
29
+ declare const IntelligentFormFieldCheckboxIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldCheckboxIndicator>) => import("react/jsx-runtime").JSX.Element;
30
+ declare const IntelligentFormFieldSelect: (props: ComponentPropsWithRef< ForwardRefExoticComponent< PolymorphicProps & Omit< SelectProps, "_id"> & Partial<Pick< SelectProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
31
+ declare const IntelligentFormFieldSelectTrigger: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectTrigger>) => import("react/jsx-runtime").JSX.Element;
32
+ declare const IntelligentFormFieldSelectValue: (props: ComponentPropsWithRef< ForwardRefExoticComponent< PolymorphicProps & Omit< SelectValueProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectValueProps & RefAttributes<HTMLSpanElement>, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
33
+ declare const IntelligentFormFieldSelectIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectIcon>) => import("react/jsx-runtime").JSX.Element;
34
+ declare const IntelligentFormFieldSelectContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectContent>) => import("react/jsx-runtime").JSX.Element;
35
+ declare const IntelligentFormFieldSelectViewport: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectViewport>) => import("react/jsx-runtime").JSX.Element;
36
+ declare const IntelligentFormFieldSelectItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectItem>) => import("react/jsx-runtime").JSX.Element;
37
+ declare const IntelligentFormFieldSelectItemText: ForwardRefExoticComponent< PolymorphicProps & Omit< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id">>>;
38
+ declare const IntelligentFormFieldSelectItemIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldSelectItemIndicator>) => import("react/jsx-runtime").JSX.Element;
39
+ declare const IntelligentFormFieldError: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.FormFieldError>) => import("react/jsx-runtime").JSX.Element;
40
+ declare const IntelligentFormBotHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.BotHeading>) => import("react/jsx-runtime").JSX.Element;
41
+ declare const IntelligentFormBotHeadingIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.BotHeadingIcon>) => import("react/jsx-runtime").JSX.Element;
42
+ declare const IntelligentFormBotHeadingName: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.BotHeadingName>) => import("react/jsx-runtime").JSX.Element;
43
+ declare const IntelligentFormLoading: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Loading>) => import("react/jsx-runtime").JSX.Element;
44
+ declare const IntelligentFormConfidentResponse: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentResponse>) => import("react/jsx-runtime").JSX.Element;
45
+ declare const IntelligentFormConfidentAnswer: ({ className, componentStyles, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentAnswer>) => import("react/jsx-runtime").JSX.Element;
46
+ declare const IntelligentFormConfidentResponseButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentResponseButton>) => import("react/jsx-runtime").JSX.Element;
47
+ declare const IntelligentFormConfidentResponseButtonIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.ConfidentResponseButtonIcon>) => import("react/jsx-runtime").JSX.Element;
48
+ declare const IntelligentFormConfidentResponseButtonLabel: ForwardRefExoticComponent< PolymorphicProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "children" | "_id"> & Partial<Pick< DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "children" | "_id">>>;
49
+ declare const IntelligentFormSecondaryForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryForm>) => import("react/jsx-runtime").JSX.Element;
50
+ declare const IntelligentFormSecondaryFormDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryFormDescription>) => import("react/jsx-runtime").JSX.Element;
51
+ declare const IntelligentFormSecondaryFormFields: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryFormFields>) => import("react/jsx-runtime").JSX.Element;
52
+ declare const IntelligentFormSecondaryFormSubmit: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SecondaryFormSubmit>) => import("react/jsx-runtime").JSX.Element;
53
+ declare const IntelligentFormError: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Error>) => import("react/jsx-runtime").JSX.Element;
54
+ declare const IntelligentFormSources: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Sources>) => import("react/jsx-runtime").JSX.Element;
55
+ declare const IntelligentFormSourcesCaption: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourcesCaption>) => import("react/jsx-runtime").JSX.Element;
56
+ declare const IntelligentFormSourcesList: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourcesList>) => import("react/jsx-runtime").JSX.Element;
57
+ declare const IntelligentFormSource: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.Source>) => import("react/jsx-runtime").JSX.Element;
58
+ declare const IntelligentFormSourceIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourceIcon>) => import("react/jsx-runtime").JSX.Element;
59
+ declare const IntelligentFormSourceTitle: ({ className, ...props }: React.ComponentPropsWithRef<typeof IntelligentFormPrimitive.SourceTitle>) => import("react/jsx-runtime").JSX.Element;
60
+ export { IntelligentFormProvider as Provider, IntelligentFormRoot as Root, IntelligentFormHeading as Heading, IntelligentFormContent as Content, IntelligentFormContentScrollArea as ContentScrollArea, IntelligentFormContentScrollAreaViewport as ContentScrollAreaViewport, IntelligentFormContentScrollAreaScrollbar as ContentScrollAreaScrollbar, IntelligentFormContentScrollAreaThumb as ContentScrollAreaThumb, IntelligentFormContentScrollAreaCorner as ContentScrollAreaCorner, IntelligentFormSuccess as Success, IntelligentFormSuccessIcon as SuccessIcon, IntelligentFormSuccessHeading as SuccessHeading, IntelligentFormSuccessMessage as SuccessMessage, IntelligentFormPrimaryForm as PrimaryForm, IntelligentFormPrimaryFormDescription as PrimaryFormDescription, IntelligentFormPrimaryFormFields as PrimaryFormFields, IntelligentFormPrimaryFormSubmit as PrimaryFormSubmit, IntelligentFormField as Field, IntelligentFormFieldLabel as FieldLabel, IntelligentFormFieldText as Text, IntelligentFormFieldEmail as Email, IntelligentFormFieldFile as File, IntelligentFormFieldTextArea as TextArea, IntelligentFormFieldCheckbox as Checkbox, IntelligentFormFieldCheckboxIndicator as CheckboxIndicator, IntelligentFormFieldSelect as Select, IntelligentFormFieldSelectTrigger as SelectTrigger, IntelligentFormFieldSelectValue as SelectValue, IntelligentFormFieldSelectIcon as SelectIcon, IntelligentFormFieldSelectContent as SelectContent, IntelligentFormFieldSelectViewport as SelectViewport, IntelligentFormFieldSelectItem as SelectItem, IntelligentFormFieldSelectItemText as SelectItemText, IntelligentFormFieldSelectItemIndicator as SelectItemIndicator, IntelligentFormFieldError as FieldError, IntelligentFormBotHeading as BotHeading, IntelligentFormBotHeadingIcon as BotHeadingIcon, IntelligentFormBotHeadingName as BotHeadingName, IntelligentFormLoading as Loading, IntelligentFormConfidentResponse as ConfidentResponse, IntelligentFormConfidentAnswer as ConfidentAnswer, IntelligentFormConfidentResponseButton as ConfidentResponseButton, IntelligentFormConfidentResponseButtonIcon as ConfidentResponseButtonIcon, IntelligentFormConfidentResponseButtonLabel as ConfidentResponseButtonLabel, IntelligentFormSecondaryForm as SecondaryForm, IntelligentFormSecondaryFormDescription as SecondaryFormDescription, IntelligentFormSecondaryFormFields as SecondaryFormFields, IntelligentFormSecondaryFormSubmit as SecondaryFormSubmit, IntelligentFormError as Error, IntelligentFormSources as Sources, IntelligentFormSourcesCaption as SourcesCaption, IntelligentFormSourcesList as SourcesList, IntelligentFormSource as Source, IntelligentFormSourceIcon as SourceIcon, IntelligentFormSourceTitle as SourceTitle, };