@open-resource-discovery/ui-components 0.0.0 → 0.1.2

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 (165) hide show
  1. package/LICENSE +191 -0
  2. package/README.md +131 -1
  3. package/dist/index.d.ts +2 -0
  4. package/dist/src/components/avatar/Avatar.d.ts +20 -0
  5. package/dist/src/components/avatar/Avatar.d.ts.map +1 -0
  6. package/dist/src/components/avatar/index.d.ts +3 -0
  7. package/dist/src/components/avatar/index.d.ts.map +1 -0
  8. package/dist/src/components/badge/Badge.d.ts +12 -0
  9. package/dist/src/components/badge/Badge.d.ts.map +1 -0
  10. package/dist/src/components/badge/index.d.ts +3 -0
  11. package/dist/src/components/badge/index.d.ts.map +1 -0
  12. package/dist/src/components/button/Button.d.ts +12 -0
  13. package/dist/src/components/button/Button.d.ts.map +1 -0
  14. package/dist/src/components/button/index.d.ts +3 -0
  15. package/dist/src/components/button/index.d.ts.map +1 -0
  16. package/dist/src/components/card/Card.d.ts +16 -0
  17. package/dist/src/components/card/Card.d.ts.map +1 -0
  18. package/dist/src/components/card/SimpleCard.d.ts +9 -0
  19. package/dist/src/components/card/SimpleCard.d.ts.map +1 -0
  20. package/dist/src/components/card/index.d.ts +5 -0
  21. package/dist/src/components/card/index.d.ts.map +1 -0
  22. package/dist/src/components/chat-input/ChatInput.d.ts +16 -0
  23. package/dist/src/components/chat-input/ChatInput.d.ts.map +1 -0
  24. package/dist/src/components/chat-input/index.d.ts +3 -0
  25. package/dist/src/components/chat-input/index.d.ts.map +1 -0
  26. package/dist/src/components/chat-message/ChatMessage.d.ts +18 -0
  27. package/dist/src/components/chat-message/ChatMessage.d.ts.map +1 -0
  28. package/dist/src/components/chat-message/index.d.ts +3 -0
  29. package/dist/src/components/chat-message/index.d.ts.map +1 -0
  30. package/dist/src/components/checkbox/Checkbox.d.ts +13 -0
  31. package/dist/src/components/checkbox/Checkbox.d.ts.map +1 -0
  32. package/dist/src/components/checkbox/index.d.ts +3 -0
  33. package/dist/src/components/checkbox/index.d.ts.map +1 -0
  34. package/dist/src/components/code-block/CodeBlock.d.ts +30 -0
  35. package/dist/src/components/code-block/CodeBlock.d.ts.map +1 -0
  36. package/dist/src/components/code-block/index.d.ts +3 -0
  37. package/dist/src/components/code-block/index.d.ts.map +1 -0
  38. package/dist/src/components/code-editor/CodeEditor.d.ts +13 -0
  39. package/dist/src/components/code-editor/CodeEditor.d.ts.map +1 -0
  40. package/dist/src/components/code-editor/index.d.ts +3 -0
  41. package/dist/src/components/code-editor/index.d.ts.map +1 -0
  42. package/dist/src/components/collapsible-section/CollapsibleSection.d.ts +27 -0
  43. package/dist/src/components/collapsible-section/CollapsibleSection.d.ts.map +1 -0
  44. package/dist/src/components/collapsible-section/index.d.ts +3 -0
  45. package/dist/src/components/collapsible-section/index.d.ts.map +1 -0
  46. package/dist/src/components/combobox/Combobox.d.ts +35 -0
  47. package/dist/src/components/combobox/Combobox.d.ts.map +1 -0
  48. package/dist/src/components/combobox/SimpleCombobox.d.ts +16 -0
  49. package/dist/src/components/combobox/SimpleCombobox.d.ts.map +1 -0
  50. package/dist/src/components/combobox/index.d.ts +5 -0
  51. package/dist/src/components/combobox/index.d.ts.map +1 -0
  52. package/dist/src/components/connection-card/ConnectionCard.d.ts +15 -0
  53. package/dist/src/components/connection-card/ConnectionCard.d.ts.map +1 -0
  54. package/dist/src/components/connection-card/index.d.ts +3 -0
  55. package/dist/src/components/connection-card/index.d.ts.map +1 -0
  56. package/dist/src/components/dialog/Dialog.d.ts +31 -0
  57. package/dist/src/components/dialog/Dialog.d.ts.map +1 -0
  58. package/dist/src/components/dialog/SimpleDialog.d.ts +14 -0
  59. package/dist/src/components/dialog/SimpleDialog.d.ts.map +1 -0
  60. package/dist/src/components/dialog/index.d.ts +5 -0
  61. package/dist/src/components/dialog/index.d.ts.map +1 -0
  62. package/dist/src/components/field/Field.d.ts +21 -0
  63. package/dist/src/components/field/Field.d.ts.map +1 -0
  64. package/dist/src/components/field/index.d.ts +3 -0
  65. package/dist/src/components/field/index.d.ts.map +1 -0
  66. package/dist/src/components/http-log-entry/HttpLogEntry.d.ts +37 -0
  67. package/dist/src/components/http-log-entry/HttpLogEntry.d.ts.map +1 -0
  68. package/dist/src/components/http-log-entry/index.d.ts +3 -0
  69. package/dist/src/components/http-log-entry/index.d.ts.map +1 -0
  70. package/dist/src/components/info-card/InfoCard.d.ts +25 -0
  71. package/dist/src/components/info-card/InfoCard.d.ts.map +1 -0
  72. package/dist/src/components/info-card/index.d.ts +3 -0
  73. package/dist/src/components/info-card/index.d.ts.map +1 -0
  74. package/dist/src/components/input/Input.d.ts +5 -0
  75. package/dist/src/components/input/Input.d.ts.map +1 -0
  76. package/dist/src/components/input/index.d.ts +3 -0
  77. package/dist/src/components/input/index.d.ts.map +1 -0
  78. package/dist/src/components/markdown-text/MarkdownText.d.ts +8 -0
  79. package/dist/src/components/markdown-text/MarkdownText.d.ts.map +1 -0
  80. package/dist/src/components/markdown-text/index.d.ts +3 -0
  81. package/dist/src/components/markdown-text/index.d.ts.map +1 -0
  82. package/dist/src/components/password-input/PasswordInput.d.ts +5 -0
  83. package/dist/src/components/password-input/PasswordInput.d.ts.map +1 -0
  84. package/dist/src/components/password-input/index.d.ts +3 -0
  85. package/dist/src/components/password-input/index.d.ts.map +1 -0
  86. package/dist/src/components/progress/Progress.d.ts +12 -0
  87. package/dist/src/components/progress/Progress.d.ts.map +1 -0
  88. package/dist/src/components/progress/index.d.ts +3 -0
  89. package/dist/src/components/progress/index.d.ts.map +1 -0
  90. package/dist/src/components/radio-group/RadioGroup.d.ts +11 -0
  91. package/dist/src/components/radio-group/RadioGroup.d.ts.map +1 -0
  92. package/dist/src/components/radio-group/index.d.ts +3 -0
  93. package/dist/src/components/radio-group/index.d.ts.map +1 -0
  94. package/dist/src/components/scroll-area/ScrollArea.d.ts +8 -0
  95. package/dist/src/components/scroll-area/ScrollArea.d.ts.map +1 -0
  96. package/dist/src/components/scroll-area/index.d.ts +3 -0
  97. package/dist/src/components/scroll-area/index.d.ts.map +1 -0
  98. package/dist/src/components/section-card/SectionCard.d.ts +28 -0
  99. package/dist/src/components/section-card/SectionCard.d.ts.map +1 -0
  100. package/dist/src/components/section-card/index.d.ts +3 -0
  101. package/dist/src/components/section-card/index.d.ts.map +1 -0
  102. package/dist/src/components/select/Select.d.ts +43 -0
  103. package/dist/src/components/select/Select.d.ts.map +1 -0
  104. package/dist/src/components/select/SimpleSelect.d.ts +20 -0
  105. package/dist/src/components/select/SimpleSelect.d.ts.map +1 -0
  106. package/dist/src/components/select/index.d.ts +5 -0
  107. package/dist/src/components/select/index.d.ts.map +1 -0
  108. package/dist/src/components/separator/Separator.d.ts +8 -0
  109. package/dist/src/components/separator/Separator.d.ts.map +1 -0
  110. package/dist/src/components/separator/index.d.ts +3 -0
  111. package/dist/src/components/separator/index.d.ts.map +1 -0
  112. package/dist/src/components/sheet/Sheet.d.ts +39 -0
  113. package/dist/src/components/sheet/Sheet.d.ts.map +1 -0
  114. package/dist/src/components/sheet/SimpleSheet.d.ts +15 -0
  115. package/dist/src/components/sheet/SimpleSheet.d.ts.map +1 -0
  116. package/dist/src/components/sheet/index.d.ts +5 -0
  117. package/dist/src/components/sheet/index.d.ts.map +1 -0
  118. package/dist/src/components/spinner/Spinner.d.ts +11 -0
  119. package/dist/src/components/spinner/Spinner.d.ts.map +1 -0
  120. package/dist/src/components/spinner/index.d.ts +3 -0
  121. package/dist/src/components/spinner/index.d.ts.map +1 -0
  122. package/dist/src/components/split-pane/SplitPane.d.ts +46 -0
  123. package/dist/src/components/split-pane/SplitPane.d.ts.map +1 -0
  124. package/dist/src/components/split-pane/index.d.ts +3 -0
  125. package/dist/src/components/split-pane/index.d.ts.map +1 -0
  126. package/dist/src/components/switch/Switch.d.ts +11 -0
  127. package/dist/src/components/switch/Switch.d.ts.map +1 -0
  128. package/dist/src/components/switch/index.d.ts +3 -0
  129. package/dist/src/components/switch/index.d.ts.map +1 -0
  130. package/dist/src/components/tabs/Tabs.d.ts +17 -0
  131. package/dist/src/components/tabs/Tabs.d.ts.map +1 -0
  132. package/dist/src/components/tabs/index.d.ts +3 -0
  133. package/dist/src/components/tabs/index.d.ts.map +1 -0
  134. package/dist/src/components/textarea/Textarea.d.ts +5 -0
  135. package/dist/src/components/textarea/Textarea.d.ts.map +1 -0
  136. package/dist/src/components/textarea/index.d.ts +3 -0
  137. package/dist/src/components/textarea/index.d.ts.map +1 -0
  138. package/dist/src/components/tooltip/Tooltip.d.ts +33 -0
  139. package/dist/src/components/tooltip/Tooltip.d.ts.map +1 -0
  140. package/dist/src/components/tooltip/index.d.ts +3 -0
  141. package/dist/src/components/tooltip/index.d.ts.map +1 -0
  142. package/dist/src/components/typing-indicator/TypingIndicator.d.ts +4 -0
  143. package/dist/src/components/typing-indicator/TypingIndicator.d.ts.map +1 -0
  144. package/dist/src/components/typing-indicator/index.d.ts +3 -0
  145. package/dist/src/components/typing-indicator/index.d.ts.map +1 -0
  146. package/dist/src/components/validation-entry/ValidationEntry.d.ts +10 -0
  147. package/dist/src/components/validation-entry/ValidationEntry.d.ts.map +1 -0
  148. package/dist/src/components/validation-entry/index.d.ts +3 -0
  149. package/dist/src/components/validation-entry/index.d.ts.map +1 -0
  150. package/dist/src/components/validation-pass/ValidationPass.d.ts +7 -0
  151. package/dist/src/components/validation-pass/ValidationPass.d.ts.map +1 -0
  152. package/dist/src/components/validation-pass/index.d.ts +3 -0
  153. package/dist/src/components/validation-pass/index.d.ts.map +1 -0
  154. package/dist/src/index.d.ts +84 -0
  155. package/dist/src/index.d.ts.map +1 -0
  156. package/dist/src/theme/ThemeRoot.d.ts +11 -0
  157. package/dist/src/theme/ThemeRoot.d.ts.map +1 -0
  158. package/dist/src/theme/useTheme.d.ts +9 -0
  159. package/dist/src/theme/useTheme.d.ts.map +1 -0
  160. package/dist/src/utils/cn.d.ts +3 -0
  161. package/dist/src/utils/cn.d.ts.map +1 -0
  162. package/dist/ui-components.cjs +15 -0
  163. package/dist/ui-components.css +3 -0
  164. package/dist/ui-components.js +9836 -0
  165. package/package.json +119 -2
@@ -0,0 +1,27 @@
1
+ import { default as React, ComponentPropsWithoutRef, ReactNode } from 'react';
2
+ import { Collapsible } from '@base-ui/react/collapsible';
3
+ export interface CollapsibleSectionRootProps extends ComponentPropsWithoutRef<typeof Collapsible.Root> {
4
+ className?: string;
5
+ bordered?: boolean;
6
+ }
7
+ declare function CollapsibleSectionRoot({ className, bordered, ...props }: CollapsibleSectionRootProps): React.JSX.Element;
8
+ declare namespace CollapsibleSectionRoot {
9
+ var displayName: string;
10
+ }
11
+ export interface CollapsibleSectionTriggerProps extends ComponentPropsWithoutRef<typeof Collapsible.Trigger> {
12
+ className?: string;
13
+ children: ReactNode;
14
+ icon?: ReactNode;
15
+ badges?: ReactNode;
16
+ description?: string;
17
+ }
18
+ export interface CollapsibleSectionContentProps extends ComponentPropsWithoutRef<typeof Collapsible.Panel> {
19
+ className?: string;
20
+ }
21
+ export declare const CollapsibleSection: {
22
+ Root: typeof CollapsibleSectionRoot;
23
+ Trigger: React.ForwardRefExoticComponent<CollapsibleSectionTriggerProps & React.RefAttributes<HTMLButtonElement>>;
24
+ Content: React.ForwardRefExoticComponent<CollapsibleSectionContentProps & React.RefAttributes<HTMLDivElement>>;
25
+ };
26
+ export {};
27
+ //# sourceMappingURL=CollapsibleSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollapsibleSection.d.ts","sourceRoot":"","sources":["../../../../src/components/collapsible-section/CollapsibleSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAIzD,MAAM,WAAW,2BAA4B,SAAQ,wBAAwB,CAAC,OAAO,WAAW,CAAC,IAAI,CAAC;IACpG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,iBAAS,sBAAsB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,2BAA2B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAYjH;kBAZQ,sBAAsB;;;AAgB/B,MAAM,WAAW,8BAA+B,SAAQ,wBAAwB,CAAC,OAAO,WAAW,CAAC,OAAO,CAAC;IAC1G,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAsCD,MAAM,WAAW,8BAA+B,SAAQ,wBAAwB,CAAC,OAAO,WAAW,CAAC,KAAK,CAAC;IACxG,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,kBAAkB;;;;CAO9B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { CollapsibleSection } from './CollapsibleSection';
2
+ export type { CollapsibleSectionRootProps, CollapsibleSectionTriggerProps, CollapsibleSectionContentProps, } from './CollapsibleSection';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/collapsible-section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EACV,2BAA2B,EAC3B,8BAA8B,EAC9B,8BAA8B,GAC/B,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { default as React, ComponentPropsWithoutRef } from 'react';
2
+ import { Combobox as BaseCombobox } from '@base-ui/react/combobox';
3
+ import { AutocompleteInputProps, AutocompletePositionerProps, AutocompletePopupProps, ComboboxItemProps, ComboboxItemIndicatorProps, AutocompleteEmptyProps, AutocompleteGroupProps, AutocompleteGroupLabelProps } from '@base-ui/react';
4
+ type ComboboxRootProps = ComponentPropsWithoutRef<typeof BaseCombobox.Root>;
5
+ declare function ComboboxRoot(props: ComboboxRootProps): React.JSX.Element;
6
+ declare namespace ComboboxRoot {
7
+ var displayName: string;
8
+ }
9
+ type ComboboxInputProps = ComponentPropsWithoutRef<typeof BaseCombobox.Input>;
10
+ type ComboboxPortalProps = ComponentPropsWithoutRef<typeof BaseCombobox.Portal>;
11
+ declare function ComboboxPortal(props: ComboboxPortalProps): React.JSX.Element;
12
+ declare namespace ComboboxPortal {
13
+ var displayName: string;
14
+ }
15
+ type ComboboxPositionerProps = ComponentPropsWithoutRef<typeof BaseCombobox.Positioner>;
16
+ type ComboboxPopupProps = ComponentPropsWithoutRef<typeof BaseCombobox.Popup>;
17
+ type ComboboxItemProps = ComponentPropsWithoutRef<typeof BaseCombobox.Item>;
18
+ type ComboboxItemIndicatorProps = ComponentPropsWithoutRef<typeof BaseCombobox.ItemIndicator>;
19
+ type ComboboxEmptyProps = ComponentPropsWithoutRef<typeof BaseCombobox.Empty>;
20
+ type ComboboxGroupProps = ComponentPropsWithoutRef<typeof BaseCombobox.Group>;
21
+ type ComboboxGroupLabelProps = ComponentPropsWithoutRef<typeof BaseCombobox.GroupLabel>;
22
+ export declare const Combobox: {
23
+ Root: typeof ComboboxRoot;
24
+ Input: React.ForwardRefExoticComponent<Omit<Omit< AutocompleteInputProps, "ref"> & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
25
+ Portal: typeof ComboboxPortal;
26
+ Positioner: React.ForwardRefExoticComponent<Omit<Omit< AutocompletePositionerProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
+ Popup: React.ForwardRefExoticComponent<Omit<Omit< AutocompletePopupProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
28
+ Item: React.ForwardRefExoticComponent<Omit<Omit< ComboboxItemProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
29
+ ItemIndicator: React.ForwardRefExoticComponent<Omit<Omit< ComboboxItemIndicatorProps, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
30
+ Empty: React.ForwardRefExoticComponent<Omit<Omit< AutocompleteEmptyProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
31
+ Group: React.ForwardRefExoticComponent<Omit<Omit< AutocompleteGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
32
+ GroupLabel: React.ForwardRefExoticComponent<Omit<Omit< AutocompleteGroupLabelProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
33
+ };
34
+ export type { ComboboxRootProps, ComboboxInputProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxPopupProps, ComboboxItemProps, ComboboxItemIndicatorProps, ComboboxEmptyProps, ComboboxGroupProps, ComboboxGroupLabelProps, };
35
+ //# sourceMappingURL=Combobox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/combobox/Combobox.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAKnE,KAAK,iBAAiB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;AAE5E,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAEjE;kBAFQ,YAAY;;;AAMrB,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AAe9E,KAAK,mBAAmB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC;AAEhF,iBAAS,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAGrE;kBAHQ,cAAc;;;AAOvB,KAAK,uBAAuB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,UAAU,CAAC,CAAC;AAQxF,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AAe9E,KAAK,iBAAiB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;AAe5E,KAAK,0BAA0B,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,aAAa,CAAC,CAAC;AA4B9F,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AAY9E,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AAQ9E,KAAK,uBAAuB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,UAAU,CAAC,CAAC;AAYxF,eAAO,MAAM,QAAQ;;;;;;;;;;;CAcpB,CAAC;AAEF,YAAY,EACV,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,iBAAiB,EACjB,0BAA0B,EAC1B,kBAAkB,EAClB,kBAAkB,EAClB,uBAAuB,GACxB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { default as React, ComponentPropsWithoutRef } from 'react';
2
+ export interface ComboboxItem {
3
+ value: string;
4
+ label: string;
5
+ }
6
+ export interface SimpleComboboxProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange"> {
7
+ items: ComboboxItem[];
8
+ placeholder?: string;
9
+ maxVisibleItems?: number;
10
+ value?: string;
11
+ defaultValue?: string;
12
+ onChange?: (value: string) => void;
13
+ disabled?: boolean;
14
+ }
15
+ export declare const SimpleCombobox: React.ForwardRefExoticComponent<SimpleComboboxProps & React.RefAttributes<HTMLDivElement>>;
16
+ //# sourceMappingURL=SimpleCombobox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleCombobox.d.ts","sourceRoot":"","sources":["../../../../src/components/combobox/SimpleCombobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiC,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAI5F,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC5F,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,4FA+C1B,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Combobox } from './Combobox';
2
+ export type { ComboboxRootProps, ComboboxInputProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxPopupProps, ComboboxItemProps, ComboboxItemIndicatorProps, ComboboxEmptyProps, ComboboxGroupProps, ComboboxGroupLabelProps, } from './Combobox';
3
+ export { SimpleCombobox } from './SimpleCombobox';
4
+ export type { SimpleComboboxProps, ComboboxItem } from './SimpleCombobox';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/combobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EACV,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,iBAAiB,EACjB,0BAA0B,EAC1B,kBAAkB,EAClB,kBAAkB,EAClB,uBAAuB,GACxB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { ComponentPropsWithoutRef, ForwardRefExoticComponent, RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
2
+ export interface ConnectionCardRootProps extends ComponentPropsWithoutRef<"div"> {
3
+ selected?: boolean;
4
+ }
5
+ export type ConnectionCardHeaderProps = ComponentPropsWithoutRef<"div">;
6
+ export type ConnectionCardTitleProps = ComponentPropsWithoutRef<"h3">;
7
+ export type ConnectionCardDescriptionProps = ComponentPropsWithoutRef<"p">;
8
+ export type ConnectionCardTagsProps = ComponentPropsWithoutRef<"div">;
9
+ export declare const ConnectionCard: ForwardRefExoticComponent<ConnectionCardRootProps & RefAttributes<HTMLDivElement>> & {
10
+ Header: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
11
+ Title: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
12
+ Description: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
13
+ Tags: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
14
+ };
15
+ //# sourceMappingURL=ConnectionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectionCard.d.ts","sourceRoot":"","sources":["../../../../src/components/connection-card/ConnectionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAIlE,MAAM,WAAW,uBAAwB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IAC9E,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAkBD,MAAM,MAAM,yBAAyB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAQxE,MAAM,MAAM,wBAAwB,GAAG,wBAAwB,CAAC,IAAI,CAAC,CAAC;AAQtE,MAAM,MAAM,8BAA8B,GAAG,wBAAwB,CAAC,GAAG,CAAC,CAAC;AAU3E,MAAM,MAAM,uBAAuB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAQtE,eAAO,MAAM,cAAc;;;;;CAKzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ConnectionCard } from './ConnectionCard';
2
+ export type { ConnectionCardRootProps, ConnectionCardHeaderProps, ConnectionCardTitleProps, ConnectionCardDescriptionProps, ConnectionCardTagsProps, } from './ConnectionCard';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/connection-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,uBAAuB,EACvB,yBAAyB,EACzB,wBAAwB,EACxB,8BAA8B,EAC9B,uBAAuB,GACxB,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { default as React, ComponentPropsWithoutRef } from 'react';
2
+ import { Dialog as BaseDialog } from '@base-ui/react/dialog';
3
+ import { DialogTriggerProps, AlertDialogBackdropProps, AlertDialogPopupProps, AlertDialogTitleProps, AlertDialogDescriptionProps, AlertDialogCloseProps } from '@base-ui/react';
4
+ type DialogRootProps = ComponentPropsWithoutRef<typeof BaseDialog.Root>;
5
+ declare function DialogRoot(props: DialogRootProps): React.JSX.Element;
6
+ declare namespace DialogRoot {
7
+ var displayName: string;
8
+ }
9
+ type DialogTriggerProps = ComponentPropsWithoutRef<typeof BaseDialog.Trigger>;
10
+ type DialogPortalProps = ComponentPropsWithoutRef<typeof BaseDialog.Portal>;
11
+ declare function DialogPortal(props: DialogPortalProps): React.JSX.Element;
12
+ declare namespace DialogPortal {
13
+ var displayName: string;
14
+ }
15
+ type DialogBackdropProps = ComponentPropsWithoutRef<typeof BaseDialog.Backdrop>;
16
+ type DialogPopupProps = ComponentPropsWithoutRef<typeof BaseDialog.Popup>;
17
+ type DialogTitleProps = ComponentPropsWithoutRef<typeof BaseDialog.Title>;
18
+ type DialogDescriptionProps = ComponentPropsWithoutRef<typeof BaseDialog.Description>;
19
+ type DialogCloseProps = ComponentPropsWithoutRef<typeof BaseDialog.Close>;
20
+ export declare const Dialog: {
21
+ Root: typeof DialogRoot;
22
+ Trigger: React.ForwardRefExoticComponent<Omit< DialogTriggerProps<unknown> & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
23
+ Portal: typeof DialogPortal;
24
+ Backdrop: React.ForwardRefExoticComponent<Omit<Omit< AlertDialogBackdropProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
25
+ Popup: React.ForwardRefExoticComponent<Omit<Omit< AlertDialogPopupProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
26
+ Title: React.ForwardRefExoticComponent<Omit<Omit< AlertDialogTitleProps, "ref"> & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
27
+ Description: React.ForwardRefExoticComponent<Omit<Omit< AlertDialogDescriptionProps, "ref"> & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
28
+ Close: React.ForwardRefExoticComponent<Omit<Omit< AlertDialogCloseProps, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
29
+ };
30
+ export type { DialogRootProps, DialogTriggerProps, DialogPortalProps, DialogBackdropProps, DialogPopupProps, DialogTitleProps, DialogDescriptionProps, DialogCloseProps, };
31
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAK7D,KAAK,eAAe,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC;AAExE,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAE7D;kBAFQ,UAAU;;;AAMnB,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC;AAQ9E,KAAK,iBAAiB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AAE5E,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAGjE;kBAHQ,YAAY;;;AAOrB,KAAK,mBAAmB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,QAAQ,CAAC,CAAC;AAehF,KAAK,gBAAgB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;AAe1E,KAAK,gBAAgB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;AAY1E,KAAK,sBAAsB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,WAAW,CAAC,CAAC;AAQtF,KAAK,gBAAgB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;AAQ1E,eAAO,MAAM,MAAM;;;;;;;;;CAYlB,CAAC;AAEF,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { default as React, ComponentPropsWithoutRef, ReactNode } from 'react';
2
+ export interface SimpleDialogProps extends Omit<ComponentPropsWithoutRef<"div">, "title" | "children"> {
3
+ trigger?: ReactNode;
4
+ title?: ReactNode;
5
+ description?: ReactNode;
6
+ children?: ReactNode;
7
+ footer?: ReactNode;
8
+ open?: boolean;
9
+ defaultOpen?: boolean;
10
+ onOpenChange?: (open: boolean) => void;
11
+ showClose?: boolean;
12
+ }
13
+ export declare const SimpleDialog: React.ForwardRefExoticComponent<SimpleDialogProps & React.RefAttributes<HTMLDivElement>>;
14
+ //# sourceMappingURL=SimpleDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/SimpleDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACpG,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,0FA2CxB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Dialog } from './Dialog';
2
+ export type { DialogRootProps, DialogTriggerProps, DialogPortalProps, DialogBackdropProps, DialogPopupProps, DialogTitleProps, DialogDescriptionProps, DialogCloseProps, } from './Dialog';
3
+ export { SimpleDialog } from './SimpleDialog';
4
+ export type { SimpleDialogProps } from './SimpleDialog';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,gBAAgB,GACjB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { ComponentPropsWithoutRef, ForwardRefExoticComponent, RefAttributes } from 'react';
2
+ import { Field as BaseField } from '@base-ui/react/field';
3
+ export interface FieldRootProps extends ComponentPropsWithoutRef<typeof BaseField.Root> {
4
+ className?: string;
5
+ }
6
+ export interface FieldLabelProps extends ComponentPropsWithoutRef<typeof BaseField.Label> {
7
+ className?: string;
8
+ }
9
+ export interface FieldDescriptionProps extends ComponentPropsWithoutRef<typeof BaseField.Description> {
10
+ className?: string;
11
+ }
12
+ export interface FieldErrorProps extends ComponentPropsWithoutRef<typeof BaseField.Error> {
13
+ className?: string;
14
+ }
15
+ export declare const Field: {
16
+ Root: ForwardRefExoticComponent<FieldRootProps & RefAttributes<HTMLDivElement>>;
17
+ Label: ForwardRefExoticComponent<FieldLabelProps & RefAttributes<HTMLLabelElement>>;
18
+ Description: ForwardRefExoticComponent<FieldDescriptionProps & RefAttributes<HTMLParagraphElement>>;
19
+ Error: ForwardRefExoticComponent<FieldErrorProps & RefAttributes<HTMLDivElement>>;
20
+ };
21
+ //# sourceMappingURL=Field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../../../src/components/field/Field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAG1D,MAAM,WAAW,cAAe,SAAQ,wBAAwB,CAAC,OAAO,SAAS,CAAC,IAAI,CAAC;IACrF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAOD,MAAM,WAAW,eAAgB,SAAQ,wBAAwB,CAAC,OAAO,SAAS,CAAC,KAAK,CAAC;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAgBD,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB,CAAC,OAAO,SAAS,CAAC,WAAW,CAAC;IACnG,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAOD,MAAM,WAAW,eAAgB,SAAQ,wBAAwB,CAAC,OAAO,SAAS,CAAC,KAAK,CAAC;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAOD,eAAO,MAAM,KAAK;;;;;CAQjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Field } from './Field';
2
+ export type { FieldRootProps, FieldLabelProps, FieldDescriptionProps, FieldErrorProps } from './Field';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,37 @@
1
+ import { ComponentPropsWithoutRef, ForwardRefExoticComponent, DetailedHTMLProps, HTMLAttributes, RefAttributes } from 'react';
2
+ import { CodeBlock } from '../code-block';
3
+ export type HttpLogEntryProps = ComponentPropsWithoutRef<"div"> & {
4
+ method: string;
5
+ url: string;
6
+ statusCode?: number;
7
+ duration?: number;
8
+ timestamp?: Date | string;
9
+ requestBody?: string;
10
+ requestHeaders?: Record<string, string>;
11
+ responseBody?: string;
12
+ responseStatus?: string;
13
+ error?: string;
14
+ highlighted?: boolean;
15
+ defaultOpen?: boolean;
16
+ highlighter?: Parameters<typeof CodeBlock>[0]["highlighter"];
17
+ onResend?: () => void;
18
+ onCopy?: () => void;
19
+ };
20
+ export declare const HttpLogEntry: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
21
+ method: string;
22
+ url: string;
23
+ statusCode?: number;
24
+ duration?: number;
25
+ timestamp?: Date | string;
26
+ requestBody?: string;
27
+ requestHeaders?: Record<string, string>;
28
+ responseBody?: string;
29
+ responseStatus?: string;
30
+ error?: string;
31
+ highlighted?: boolean;
32
+ defaultOpen?: boolean;
33
+ highlighter?: Parameters<typeof CodeBlock>[0]["highlighter"];
34
+ onResend?: () => void;
35
+ onCopy?: () => void;
36
+ } & RefAttributes<HTMLDivElement>>;
37
+ //# sourceMappingURL=HttpLogEntry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpLogEntry.d.ts","sourceRoot":"","sources":["../../../../src/components/http-log-entry/HttpLogEntry.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAK5E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,MAAM,MAAM,iBAAiB,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IAChE,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;IAC7D,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAWF,eAAO,MAAM,YAAY;YA1Bf,MAAM;SACT,MAAM;iBACE,MAAM;eACR,MAAM;gBACL,IAAI,GAAG,MAAM;kBACX,MAAM;qBACH,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;mBACxB,MAAM;qBACJ,MAAM;YACf,MAAM;kBACA,OAAO;kBACP,OAAO;kBACP,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC;eACjD,MAAM,IAAI;aACZ,MAAM,IAAI;kDAwQpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { HttpLogEntry } from './HttpLogEntry';
2
+ export type { HttpLogEntryProps } from './HttpLogEntry';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/http-log-entry/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { default as React, ComponentPropsWithoutRef, ReactNode } from 'react';
2
+ export type InfoCardRootProps = ComponentPropsWithoutRef<"div">;
3
+ export type InfoCardHeaderProps = ComponentPropsWithoutRef<"div">;
4
+ export interface InfoCardIconProps {
5
+ children?: ReactNode;
6
+ className?: string;
7
+ }
8
+ declare function InfoCardIcon({ children, className }: InfoCardIconProps): React.JSX.Element;
9
+ declare namespace InfoCardIcon {
10
+ var displayName: string;
11
+ }
12
+ export type InfoCardTitleProps = ComponentPropsWithoutRef<"h2">;
13
+ export type InfoCardSubtitleProps = ComponentPropsWithoutRef<"p">;
14
+ export type InfoCardContentProps = ComponentPropsWithoutRef<"div">;
15
+ export type InfoCardSectionProps = ComponentPropsWithoutRef<"div">;
16
+ export declare const InfoCard: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>> & {
17
+ Header: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
+ Icon: typeof InfoCardIcon;
19
+ Title: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
20
+ Subtitle: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
21
+ Content: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
22
+ Section: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
+ };
24
+ export {};
25
+ //# sourceMappingURL=InfoCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoCard.d.ts","sourceRoot":"","sources":["../../../../src/components/info-card/InfoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIzF,MAAM,MAAM,iBAAiB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAYhE,MAAM,MAAM,mBAAmB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAQlE,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAsBnF;kBAtBQ,YAAY;;;AA0BrB,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,IAAI,CAAC,CAAC;AAQhE,MAAM,MAAM,qBAAqB,GAAG,wBAAwB,CAAC,GAAG,CAAC,CAAC;AAQlE,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAQnE,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAQnE,eAAO,MAAM,QAAQ;;;;;;;CAOnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { InfoCard } from './InfoCard';
2
+ export type { InfoCardRootProps, InfoCardHeaderProps, InfoCardIconProps, InfoCardTitleProps, InfoCardSubtitleProps, InfoCardContentProps, InfoCardSectionProps, } from './InfoCard';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/info-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { InputHTMLAttributes, ForwardRefExoticComponent, RefAttributes } from 'react';
2
+ export type InputProps = InputHTMLAttributes<HTMLInputElement>;
3
+ declare const Input: ForwardRefExoticComponent<InputProps & RefAttributes<HTMLInputElement>>;
4
+ export { Input };
5
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AAE/D,QAAA,MAAM,KAAK,yGAYT,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Input } from './Input';
2
+ export type { InputProps } from './Input';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ export interface MarkdownTextProps {
3
+ text: string;
4
+ clampLines?: number;
5
+ className?: string;
6
+ }
7
+ export declare function MarkdownText({ text, clampLines, className }: MarkdownTextProps): React.JSX.Element;
8
+ //# sourceMappingURL=MarkdownText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarkdownText.d.ts","sourceRoot":"","sources":["../../../../src/components/markdown-text/MarkdownText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA8ElG"}
@@ -0,0 +1,3 @@
1
+ export { MarkdownText } from './MarkdownText';
2
+ export type { MarkdownTextProps } from './MarkdownText';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/markdown-text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { default as React, InputHTMLAttributes } from 'react';
2
+ export type PasswordInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "type">;
3
+ declare const PasswordInput: React.ForwardRefExoticComponent<PasswordInputProps & React.RefAttributes<HTMLInputElement>>;
4
+ export { PasswordInput };
5
+ //# sourceMappingURL=PasswordInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../../src/components/password-input/PasswordInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAwB,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG9E,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAoCrF,QAAA,MAAM,aAAa,6FAwBjB,CAAC;AAGH,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { PasswordInput } from './PasswordInput';
2
+ export type { PasswordInputProps } from './PasswordInput';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/password-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ComponentPropsWithoutRef, ForwardRefExoticComponent, RefAttributes } from 'react';
2
+ import { Progress as BaseProgress } from '@base-ui/react/progress';
3
+ import { ProgressRootProps, ProgressTrackProps, ProgressIndicatorProps } from '@base-ui/react';
4
+ export type ProgressRootProps = ComponentPropsWithoutRef<typeof BaseProgress.Root>;
5
+ export type ProgressTrackProps = ComponentPropsWithoutRef<typeof BaseProgress.Track>;
6
+ export type ProgressIndicatorProps = ComponentPropsWithoutRef<typeof BaseProgress.Indicator>;
7
+ export declare const Progress: {
8
+ Root: ForwardRefExoticComponent<Omit<Omit< ProgressRootProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
9
+ Track: ForwardRefExoticComponent<Omit<Omit< ProgressTrackProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
10
+ Indicator: ForwardRefExoticComponent<Omit<Omit< ProgressIndicatorProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
11
+ };
12
+ //# sourceMappingURL=Progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../../src/components/progress/Progress.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAInE,MAAM,MAAM,iBAAiB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;AAQnF,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AAYrF,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AAe7F,eAAO,MAAM,QAAQ;;;;CAOpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Progress } from './Progress';
2
+ export type { ProgressRootProps, ProgressTrackProps, ProgressIndicatorProps } from './Progress';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React, ComponentPropsWithoutRef } from 'react';
2
+ import { RadioGroup as BaseRadioGroup } from '@base-ui/react/radio-group';
3
+ export interface RadioGroupProps extends ComponentPropsWithoutRef<typeof BaseRadioGroup> {
4
+ className?: string;
5
+ }
6
+ declare function RadioGroup({ className, ...props }: RadioGroupProps): React.JSX.Element;
7
+ declare namespace RadioGroup {
8
+ var displayName: string;
9
+ }
10
+ export { RadioGroup };
11
+ //# sourceMappingURL=RadioGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio-group/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAG1E,MAAM,WAAW,eAAgB,SAAQ,wBAAwB,CAAC,OAAO,cAAc,CAAC;IACtF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAE/E;kBAFQ,UAAU;;;AAKnB,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { RadioGroup } from './RadioGroup';
2
+ export type { RadioGroupProps } from './RadioGroup';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ComponentPropsWithoutRef, ForwardRefExoticComponent, DetailedHTMLProps, HTMLAttributes, RefAttributes } from 'react';
2
+ export type ScrollAreaProps = ComponentPropsWithoutRef<"div"> & {
3
+ autoScroll?: boolean;
4
+ };
5
+ export declare const ScrollArea: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6
+ autoScroll?: boolean;
7
+ } & RefAttributes<HTMLDivElement>>;
8
+ //# sourceMappingURL=ScrollArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScrollArea.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll-area/ScrollArea.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGrF,MAAM,MAAM,eAAe,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,UAAU;iBAHR,OAAO;kDA8BrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ScrollArea } from './ScrollArea';
2
+ export type { ScrollAreaProps } from './ScrollArea';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll-area/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { ComponentPropsWithoutRef, ReactNode, ForwardRefExoticComponent, DetailedHTMLProps, HTMLAttributes, RefAttributes } from 'react';
2
+ export type SectionCardRootProps = ComponentPropsWithoutRef<"div"> & {
3
+ children: ReactNode;
4
+ };
5
+ export type SectionCardHeaderProps = ComponentPropsWithoutRef<"div"> & {
6
+ icon?: ReactNode;
7
+ title: string;
8
+ badges?: ReactNode;
9
+ };
10
+ export type SectionCardContentProps = ComponentPropsWithoutRef<"div"> & {
11
+ children: ReactNode;
12
+ };
13
+ export declare const SectionCard: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
14
+ children: ReactNode;
15
+ } & RefAttributes<HTMLDivElement>> & {
16
+ Root: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
17
+ children: ReactNode;
18
+ } & RefAttributes<HTMLDivElement>>;
19
+ Header: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
+ icon?: ReactNode;
21
+ title: string;
22
+ badges?: ReactNode;
23
+ } & RefAttributes<HTMLDivElement>>;
24
+ Content: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
25
+ children: ReactNode;
26
+ } & RefAttributes<HTMLDivElement>>;
27
+ };
28
+ //# sourceMappingURL=SectionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionCard.d.ts","sourceRoot":"","sources":["../../../../src/components/section-card/SectionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACnE,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAYF,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACrE,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAaF,MAAM,MAAM,uBAAuB,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IACtE,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AASF,eAAO,MAAM,WAAW;cAzCZ,SAAS;;;kBAAT,SAAS;;;eAcZ,SAAS;eACT,MAAM;iBACJ,SAAS;;;kBAeR,SAAS;;CAcnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { SectionCard } from './SectionCard';
2
+ export type { SectionCardRootProps, SectionCardHeaderProps, SectionCardContentProps } from './SectionCard';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/section-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { default as React, ComponentPropsWithoutRef } from 'react';
2
+ import { Select as BaseSelect } from '@base-ui/react/select';
3
+ import { SelectTriggerProps, SelectValueProps, SelectIconProps, SelectPositionerProps, SelectPopupProps, SelectItemProps, SelectItemIndicatorProps, SelectItemTextProps, SelectGroupProps, SelectGroupLabelProps, SelectScrollUpArrowProps, SelectScrollDownArrowProps } from '@base-ui/react';
4
+ type SelectRootProps = ComponentPropsWithoutRef<typeof BaseSelect.Root>;
5
+ declare function SelectRoot(props: SelectRootProps): React.JSX.Element;
6
+ declare namespace SelectRoot {
7
+ var displayName: string;
8
+ }
9
+ type SelectTriggerProps = ComponentPropsWithoutRef<typeof BaseSelect.Trigger>;
10
+ type SelectValueProps = ComponentPropsWithoutRef<typeof BaseSelect.Value>;
11
+ type SelectIconProps = ComponentPropsWithoutRef<typeof BaseSelect.Icon>;
12
+ type SelectPortalProps = ComponentPropsWithoutRef<typeof BaseSelect.Portal>;
13
+ declare function SelectPortal(props: SelectPortalProps): React.JSX.Element;
14
+ declare namespace SelectPortal {
15
+ var displayName: string;
16
+ }
17
+ type SelectPositionerProps = ComponentPropsWithoutRef<typeof BaseSelect.Positioner>;
18
+ type SelectPopupProps = ComponentPropsWithoutRef<typeof BaseSelect.Popup>;
19
+ type SelectItemProps = ComponentPropsWithoutRef<typeof BaseSelect.Item>;
20
+ type SelectItemIndicatorProps = ComponentPropsWithoutRef<typeof BaseSelect.ItemIndicator>;
21
+ type SelectItemTextProps = ComponentPropsWithoutRef<typeof BaseSelect.ItemText>;
22
+ type SelectGroupProps = ComponentPropsWithoutRef<typeof BaseSelect.Group>;
23
+ type SelectGroupLabelProps = ComponentPropsWithoutRef<typeof BaseSelect.GroupLabel>;
24
+ type SelectScrollUpArrowProps = ComponentPropsWithoutRef<typeof BaseSelect.ScrollUpArrow>;
25
+ type SelectScrollDownArrowProps = ComponentPropsWithoutRef<typeof BaseSelect.ScrollDownArrow>;
26
+ export declare const Select: {
27
+ Root: typeof SelectRoot;
28
+ Trigger: React.ForwardRefExoticComponent<Omit<Omit< SelectTriggerProps, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
29
+ Value: React.ForwardRefExoticComponent<Omit<Omit< SelectValueProps, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
30
+ Icon: React.ForwardRefExoticComponent<Omit<Omit< SelectIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
31
+ Portal: typeof SelectPortal;
32
+ Positioner: React.ForwardRefExoticComponent<Omit<Omit< SelectPositionerProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
33
+ Popup: React.ForwardRefExoticComponent<Omit<Omit< SelectPopupProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
34
+ Item: React.ForwardRefExoticComponent<Omit<Omit< SelectItemProps, "ref"> & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
35
+ ItemIndicator: React.ForwardRefExoticComponent<Omit<Omit< SelectItemIndicatorProps, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
36
+ ItemText: React.ForwardRefExoticComponent<Omit<Omit< SelectItemTextProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
37
+ Group: React.ForwardRefExoticComponent<Omit<Omit< SelectGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
38
+ GroupLabel: React.ForwardRefExoticComponent<Omit<Omit< SelectGroupLabelProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
39
+ ScrollUpArrow: React.ForwardRefExoticComponent<Omit<Omit< SelectScrollUpArrowProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
40
+ ScrollDownArrow: React.ForwardRefExoticComponent<Omit<Omit< SelectScrollDownArrowProps, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
41
+ };
42
+ export type { SelectRootProps, SelectTriggerProps, SelectValueProps, SelectIconProps, SelectPortalProps, SelectPositionerProps, SelectPopupProps, SelectItemProps, SelectItemIndicatorProps, SelectItemTextProps, SelectGroupProps, SelectGroupLabelProps, SelectScrollUpArrowProps, SelectScrollDownArrowProps, };
43
+ //# sourceMappingURL=Select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/select/Select.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAK7D,KAAK,eAAe,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC;AAExE,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAE7D;kBAFQ,UAAU;;;AAMnB,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC;AAe9E,KAAK,gBAAgB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;AAQ1E,KAAK,eAAe,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC;AAuBxE,KAAK,iBAAiB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AAE5E,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAGjE;kBAHQ,YAAY;;;AAOrB,KAAK,qBAAqB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,UAAU,CAAC,CAAC;AAepF,KAAK,gBAAgB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;AAe1E,KAAK,eAAe,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC;AAexE,KAAK,wBAAwB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,aAAa,CAAC,CAAC;AA4B1F,KAAK,mBAAmB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,QAAQ,CAAC,CAAC;AAQhF,KAAK,gBAAgB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;AAQ1E,KAAK,qBAAqB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,UAAU,CAAC,CAAC;AAYpF,KAAK,wBAAwB,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,aAAa,CAAC,CAAC;AA4B1F,KAAK,0BAA0B,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,eAAe,CAAC,CAAC;AA4B9F,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;CAkBlB,CAAC;AAEF,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,eAAe,EACf,wBAAwB,EACxB,mBAAmB,EACnB,gBAAgB,EAChB,qBAAqB,EACrB,wBAAwB,EACxB,0BAA0B,GAC3B,CAAC"}